/*------------- #LAYOUTS --------------*/
/*------------- #VARIABLES --------------*/
/*------------- #404-PAGE --------------*/
.content-page-404 {
  padding: 230px 0 510px;
  background: url("../img/404-img.png") 0 100% no-repeat;
  text-align: center;
  background-size: contain;
  background-color: #F7F9F9; }
  @media (max-width: 800px) {
    .content-page-404 {
      padding: 100px 0 300px; } }
  @media (max-width: 360px) {
    .content-page-404 {
      padding: 50px 0 250px; } }
  .content-page-404 .title {
    font-size: 257px;
    margin-bottom: 15px;
    line-height: 1; }
    @media (max-width: 800px) {
      .content-page-404 .title {
        font-size: 150px; } }
    @media (max-width: 480px) {
      .content-page-404 .title {
        font-size: 100px; } }
  .content-page-404 .subtitle {
    font-size: 47px;
    margin-bottom: 30px;
    line-height: 1; }
    @media (max-width: 800px) {
      .content-page-404 .subtitle {
        font-size: 36px; } }
  .content-page-404 .text {
    font-size: 28px;
    margin-bottom: 53px;
    line-height: 1.3; }
    @media (max-width: 800px) {
      .content-page-404 .text {
        font-size: 22px; } }
  .content-page-404 .btn {
    font-size: 32px;
    text-transform: uppercase; }

/*# sourceMappingURL=maps/layouts.css.map */


.footer-share-kmy {
  background:#fff;
  position:fixed;
  left:0;
  width:100%;
  z-index:999;
  box-shadow:0 -4px 10px rgba(0, 0, 0, .2);
  bottom:0
}
.footer-share-button a.query-form {
  padding:8px 10px;
  display:block;
  border:1px solid #2c3848;
  color:#fff;
  float:left;
  width:47%;
  height:45px;
  text-align:center;
  line-height:28px;
  font-weight:700;
  margin:2% 0 2% 2%;
  color:#2c3848;
  border-radius:3px
}
.footer-share-button a.whatsapp {
  padding: 8px 0;
    display: block;
    background:#25d366;
    float: left;
    width: 45%;
    margin: 2% 0 2% 4%;
    border-radius: 3px;
    height: auto;
    text-align: center;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}

.footer-share-button a.call_btn_bottom {
  padding: 8px 0;
    display: block;
    background:#1153a1;
    float: left;
    width: 45%;
    margin: 2% 0 2% 2%;
    border-radius: 3px;
    height: auto;
    text-align: center;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}

.footer-share-button a.whatsapp img {
  width:110px;
  margin:0 auto;
  display:block
}
@media only screen and (min-width:992px) {
.footer-share-kmy {
display:none
}
}




/***********************Footer More Locations Accordition BAr***********************/
.wrapper_loc_footer {
  max-width: 100%;
  width: 100%;
  margin: 5vh auto;
   float: left;
}


.wrapper_loc_footer input {
  display: none;
}

.wrapper_loc_footer label {
  display: flex;
  width: 100%;
  height: 50px;
  cursor: pointer;
  border: 3px solid #3e474f;
  user-select: none;
}

.wrapper_loc_footer label div:first-child {
  width: 100%;
  line-height: 45px;
  margin-left: 10px;
  font-size: 1.2em;
}
@media (min-width:240px) and (max-width:497px) {
.wrapper_loc_footer label div:first-child {
    font-size: 0.6em !important;
}
}
.cross {
  margin-right: 15px;
  margin-top: 3px;
}

.cross:before,
.cross:after {
  content: "";
  border-top: 2px solid #3e474f;
  width: 15px;
  display: block;
  margin-top: 18px;
  transition: 0.3s;
}

.cross:after {
  transform: rotate(90deg);
  margin-top: -2px;
}

.content_loc_footer {
  box-sizing: border-box;
  font-size: 0.9em;
  margin: 10px 10px;
  max-height: 0;
  overflow: hidden;
  transition: max-height, 0.5s;
}

input:checked ~ .content_loc_footer {
  max-height: 800px;
  transition: max-height, 1s;
}

input:checked ~ label .cross:before {
  transform: rotate(180deg);
}

input:checked ~ label .cross:after {
  transform: rotate(0deg);
}

.questions {
  margin-top: 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height, 0.5s;
}

.questions label {
  border: none;
  box-shadow: none;
  margin: 0;
}

input:checked ~ .questions {
  max-height: 400px;
  border-bottom: 2px solid #3e474f;
  transition: 1s;
}

/*----------tool-tip------------*/

/***********************Footer More Locations Accordition BAr***********************/






.footer_links_part {}
.footer_links_part a {
    margin: 5px;
    padding: 7px;
    float: left;
    color: #fff;
    background: #262626;
    line-height: normal;
    font-size: 13px;
    border-radius: 4px;
}


@media (min-width:240px) and (max-width:497px) {
.wrapper_loc_footer label div:first-child {
    font-size: 0.6em !important;
}
}