@import url(https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800,900|Nunito:400,600,700,800,900&subset=cyrillic,cyrillic-ext,latin-ext,vietnamese);/*======================================
 [ -Main Stylesheet-
  Theme: EasyBook
  Version: 1.0
  Last change: 16/08/2018 ] */

/*-------------Fonts---------------------------------------*/

/*-------------General Style---------------------------------------*/

/*--------------Typography-------------------------------------- */

p {
  font-size: 14px;
  line-height: 24px;
  padding-bottom: 10px;
  font-weight: 500;
  color: #878C9F;
}

blockquote {
  float: left;
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 15px solid #eee;
  position: relative;
}

blockquote:before {
  font-family: Font Awesome\ 5 Pro;
  content: "\F10E";
  position: absolute;
  color: #ccc;
  bottom: 3px;
  font-size: 43px;
  right: 6px;
  opacity: 0.4;
}

blockquote p {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  color: #494949;
}

/*------ loader------------------------------------------------- */

.loader-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background: #18458B;
}

.pin,
.ajax-loader {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40px;
  height: 40px;
  border: 4px solid;
  border-radius: 100%;
  margin: -20px 0 0 -20px;
}

.pulse,
.ajax-loader-cirle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  -webkit-animation: spin 1000ms linear infinite;
          animation: spin 1000ms linear infinite;
}

.pulse:before,
.ajax-loader-cirle:before {
  content: '';
  position: absolute;
  width: 12px;
  height: 4px;
  border-radius: 4px;
  background: #fff;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -12px;
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*------- common --------- */

.respimg {
  width: 100%;
  height: auto;
}

.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: cover;
  background-attachment: scroll;
  background-position: center;
  background-repeat: repeat;
  background-origin: content-box;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.2;
  z-index: 2;
}

.op1 {
  opacity: 0.1;
}

.op3 {
  opacity: 0.3;
}

.op7 {
  opacity: 0.5 !important;
}

.box-item {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.box-item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  background: rgba(51, 51, 51, 0.41);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

.box-item a.gal-link {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100%;
  color: #fff;
  font-size: 8px;
  z-index: 10;
  top: 40%;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  -webkit-box-shadow: 0px 0px 0px 9px rgba(255, 255, 255, 0.4);
          box-shadow: 0px 0px 0px 9px rgba(255, 255, 255, 0.4);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

.list-single-gallery .box-item {
  border-radius: 6px;
}

.box-item:hover a.gal-link {
  top: 50%;
  opacity: 1;
}

.box-item:hover:before {
  opacity: 1;
}

.fw-separator {
  float: left;
  width: 100%;
  margin: 25px 0;
  height: 1px;
  background: #eee;
}

.no-padding {
  padding: 0 !important;
}

/*-------------Button--------------------------------------- */

.btn {
  padding: 0 80px 0 30px;
  height: 44px;
  line-height: 44px;
  border-radius: 4px;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  text-align: left;
  position: relative;
  overflow: hidden;
  display: inline-block;
  -webkit-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.1);
          box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.1);
}

.btn.no-shdow-btn {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn.whitebtn i {
  border-color: #eee;
}

.btn:after {
  content: '';
  position: absolute;
  width: 50px;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  z-index: 0;
  right: 0;
  top: 0;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.btn:hover:after {
  width: 120%;
  background: rgba(255, 255, 255, 0.1);
}

.btn i {
  position: absolute;
  right: 0;
  width: 50px;
  height: 44px;
  line-height: 44px;
  border-left: 1px solid rgba(255, 255, 255, 0.21);
  text-align: center;
  top: 0;
}

.btn.float-btn {
  float: left;
  margin: 10px 0 0;
}

.btn.flat-btn {
  color: #fff;
}

.down-btn {
  float: left;
  padding: 15px 20px;
  margin-right: 15px;
  margin-top: 15px;
  color: #fff;
  -webkit-box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.2);
          box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.2);
  font-size: 12px;
  border-radius: 4px;
}

.down-btn i {
  padding-right: 10px;
  font-size: 16px;
}

.list-author-widget-text .btn {
  display: inline-table;
  margin-top: 16px;
}

.list-single-btn {
  display: inline-block;
  padding: 15px 35px;
  background: #fff;
  margin-top: 90px;
  border-radius: 30px;
  position: relative;
  border: 1px solid #eee;
  font-size: 14px;
}

.list-single-btn i {
  padding-left: 10px;
}

.load-more-button {
  display: inline-block;
  color: #fff;
  padding: 15px 70px;
  margin-top: 20px;
  border-radius: 6px;
  font-weight: 700;
  background: #18458B;
  -webkit-box-shadow: 0px 0px 0px 7px rgba(204, 204, 204, 0.4);
          box-shadow: 0px 0px 0px 7px rgba(204, 204, 204, 0.4);
}

.load-more-button i {
  float: right;
  margin-left: 18px;
  top: 2px;
  position: relative;
  -webkit-animation-name: spin;
          animation-name: spin;
  -webkit-animation-duration: 900ms;
          animation-duration: 900ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

/**----------------Loading page-----------------------*/

.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Transparent Overlay */

/* :not(:required) hides these rules from IE9 and below */

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Icon Calling PC */

.floating_btn {
  position: fixed;
  z-index: 99;
  right: 10px;
  top: 130px;
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  cursor: pointer;
  width: 190px;
  height: auto;
  text-align: center;
  text-transform: uppercase;
  background: transparent;
  color: #fff;
}

.floating_btn a {
  text-decoration: none;
  color: #fff;
}

.floating_btn a:hover {
  text-decoration: none;
  color: #fff;
}

.floating_btn .hotline {
  width: 100%;
}

.floating_btn .hotline p {
  color: #00A651;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 140%;
}

.floating_btn .hotline figure {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.floating_btn .hotline figure img {
  width: 50px;
  height: 50px;
}

@-webkit-keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.hvr-pulse-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-animation-name: hvr-pulse-grow;
  animation-name: hvr-pulse-grow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

footer .footer {
  margin: 0 auto;
  text-align: center;
  padding: 30px 0 1px;
  background-color: #ccc;
  color: #000;
}

footer .footer .title {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 10px;
  letter-spacing: 0;
  color: #000;
}

footer .footer .sub-title {
  font-size: 14px;
  line-height: 14px;
  font-style: italic;
  letter-spacing: 14px;
  margin-left: 14px;
}

footer .footer ul {
  font: 12px "Roboto",sans-serif;
  text-align: center;
  display: block;
  margin-bottom: 0;
  line-height: 35px;
}

footer .footer ul li {
  display: inline-block;
  margin: 0 5px;
}

footer .footer ul li a {
  color: #000;
}

footer .footer ul li a:hover {
  color: #000;
}

footer .footer a {
  color: #000;
}

footer .footer a:hover {
  color: #000;
}

footer .footer .footer-social {
  padding-left: 0;
}

footer .footer .footer-social img {
  width: 27px;
}

footer .footer .company-info {
  padding: 15px 0;
}

footer .footer .company-info p {
  margin: 0;
  padding-bottom: 0;
}

footer .footer .company-info p strong {
  font-weight: bold;
}

footer .footer p {
  color: #000;
}

footer .footer .copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

footer .footer .copyright > p {
  margin-bottom: 20px;
  padding-top: 30px;
  min-height: 33px;
}

footer .footer .footer-information p i.fa-facebook {
  font-size: 40px;
  color: #29487d;
}

footer .footer .footer-information p i.fa-youtube {
  font-size: 40px;
  color: red;
}

footer .footer .footer-information p:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  footer .footer ul {
    padding: 0;
  }
}

.phonering-alo-phone {
  position: fixed;
  visibility: hidden;
  background-color: transparent;
  width: 200px;
  height: 200px;
  cursor: pointer;
  z-index: 100 !important;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transition: visibility .5s;
  transition: visibility .5s;
  right: -55px;
  top: 50px;
  display: block;
}

.phonering-alo-phone.phonering-alo-show {
  visibility: visible;
}

.phonering-alo-phone.phonering-alo-static {
  opacity: 0.6;
}

.phonering-alo-phone.phonering-alo-hover,
.phonering-alo-phone:hover {
  opacity: 1;
}

.phonering-alo-ph-circle {
  width: 120px;
  height: 120px;
  top: 40px;
  left: 40px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid rgba(30, 30, 30, 0.4);
  opacity: .1;
  -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-circle {
  -webkit-animation: phonering-alo-circle-anim 1.1s infinite ease-in-out !important;
  animation: phonering-alo-circle-anim 1.1s infinite ease-in-out !important;
}

.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle {
  -webkit-animation: phonering-alo-circle-anim 2.2s infinite ease-in-out !important;
  animation: phonering-alo-circle-anim 2.2s infinite ease-in-out !important;
}

.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-circle,
.phonering-alo-phone:hover .phonering-alo-ph-circle {
  border-color: #00aff2;
  opacity: 0.5;
}

.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-circle,
.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-circle {
  border-color: #3AACED;
  opacity: 0.5;
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle {
  border-color: #3AACED;
  opacity: 0.5;
}

.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-circle,
.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-circle {
  border-color: #ccc;
  opacity: 0.5;
}

.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-circle {
  border-color: #3AACED;
  opacity: 0.5;
}

.phonering-alo-ph-circle-fill {
  width: 100px;
  height: 100px;
  top: 50px;
  left: 50px;
  position: absolute;
  background-color: #000;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-circle-fill {
  -webkit-animation: phonering-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
  animation: phonering-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
}

.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle-fill {
  -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
  animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
  opacity: 0 !important;
}

.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-circle-fill,
.phonering-alo-phone:hover .phonering-alo-ph-circle-fill {
  background-color: rgba(0, 175, 242, 0.5);
  opacity: 0.75 !important;
}

.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-circle-fill,
.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-circle-fill {
  background-color: rgba(58, 172, 237, 0.5);
  opacity: 0.75 !important;
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle-fill {
  background-color: rgba(58, 172, 237, 0.5);
}

.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-circle-fill,
.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-circle-fill {
  background-color: rgba(204, 204, 204, 0.5);
  opacity: 0.75 !important;
}

.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-circle-fill {
  background-color: rgba(58, 172, 237, 0.5);
  opacity: 0.75 !important;
}

.phonering-alo-ph-img-circle {
  width: 50px;
  height: 50px;
  top: 75px;
  left: 75px;
  position: absolute;
  background: rgba(30, 30, 30, 0.1) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAB/ElEQVR42uya7W3CMBCG31QM4A1aNggTlG6QbpBMkHYC1AloJ4BOABuEDcgGtBOETnD9c1ERCH/lwxeaV8oPFGP86Hy+DxMREW5Bd7gRjSDSNGn4/RiAOvm8C0ZCRD5PSkQVXSr1nK/xE3mcWimA1ZV3JYBZCIO4giQANoYxMwYS6+xKY4lT5dJPreWZY+uspqSCKPYN27GJVBDXheVSQe494ksiEWTuMXcu1dld9SARxDX1OAJ4lgjy4zDnFsC076A4adEiRwAZg4hOUSpNoCsBPDGM+HqkNGynYBCuILuWj+dgWysGsNe8nwL4GsrW0m2fxZBq9rW0rNcX5MOQ9eZD8JFahcG5g/iKT671alGAYQggpYWvpEPYWrU/HDTOfeRIX0q2SL3QN4tGhZJukVobQyXYWw7WtLDKDIuM+ZSzscyCE9PCy5IttCvnZNaeiGLNHKuz8ZVh/MXTVu/1xQKmIqLEAuJ0fNo3iG5B51oSkeKnsBi/4bG9gYB/lCytU5G9DryFW+3Gm+JLwU7ehbJrwTjq4DJU8bHcVbEV9dXXqqP6uqO5e2/QZRYJpqu2IUAA4B3tXvx8hgKp05QZW6dJqrLTNkB6vrRURLRwPHqtYgkC3cLWQAcDQGGKH13FER/NATzi786+BPDNjm1dMkfjn2pGkBHkf4D8DgBJDuDHx9BN+gAAAABJRU5ErkJggg==) no-repeat center center;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  background-size: 85%;
}

.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-img-circle {
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out !important;
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out !important;
}

.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-img-circle {
  -webkit-animation: phonering-alo-circle-img-anim 0 infinite ease-in-out !important;
  animation: phonering-alo-circle-img-anim 0 infinite ease-in-out !important;
}

.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-img-circle,
.phonering-alo-phone:hover .phonering-alo-ph-img-circle {
  background-color: #00aff2;
}

.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-img-circle,
.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-img-circle {
  background-color: #3AACED;
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-img-circle {
  background-color: #3AACED;
}

.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-img-circle,
.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-img-circle {
  background-color: #ccc;
}

.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-img-circle {
  background-color: #3AACED;
}

@-webkit-keyframes phonering-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }

  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }

  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }

  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.2;
  }

  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }

  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }

  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }

  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@-webkit-keyframes phonering-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: 0.1;
  }

  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.1;
  }
}

@keyframes phonering-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: 0.1;
  }

  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.1;
  }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }

  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.2;
  }

  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}

@keyframes phonering-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }

  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.2;
  }

  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }

  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg);
  }

  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }

  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }
}

@keyframes phonering-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }

  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg);
  }

  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }

  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }
}

html {
  overflow-x: hidden !important;
  height: 100%;
}

body {
  font-weight: 600;
  font-size: 14px;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #000;
  font-family: 'Nunito', sans-serif;
}

.content {
  width: 100%;
  position: relative;
  float: left;
  background: #fff;
  overflow: hidden;
}

.container {
  max-width: 1224px;
  width: 92%;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  height: 80px;
  background: #ccc;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}

.header .header-logo {
  max-width: 200px;
  line-height: 5em;
  display: block;
}

.header .header-logo img {
  max-height: 80px;
}

.header .contact-infor {
  line-height: 80px;
  font-size: 20px;
  text-align: center;
  color: #00A651;
}

/*-------------accordion--------------------------------------- */

.accordion {
  float: left;
  width: 100%;
  position: relative;
}

.accordion a.toggle {
  border: 1px solid #eee;
  padding: 18px 50px 18px 30px;
  float: left;
  width: 100%;
  position: relative;
  background: #fff;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  font-size: 13px;
  font-weight: 700;
  color: #666;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  margin-bottom: 15px;
}

.accordion a.toggle span {
  position: absolute;
  right: -1px;
  top: -1px;
  bottom: -1px;
  width: 60px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.accordion a.toggle span:before,
.accordion a.toggle span:after {
  content: '';
  position: absolute;
  background: #fff;
  top: 50%;
  left: 50%;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

.accordion a.toggle span:before {
  width: 10px;
  height: 2px;
  margin-top: -1px;
  margin-left: -5px;
}

.accordion a.toggle span:after {
  width: 2px;
  height: 10px;
  margin-top: -5px;
  margin-left: -1px;
}

.accordion a.toggle.act-accordion {
  color: #fff;
  border-color: transparent;
}

.accordion a.toggle.act-accordion span:after {
  height: 0;
}

.accordion-inner {
  display: none;
  float: left;
  width: 100%;
  position: relative;
  padding: 20px 30px 15px;
  background: #fff;
  margin: 0 0 15px;
  text-align: left;
  border-radius: 4px;
  border: 1px solid #eee;
}

.accordion-inner.visible {
  display: block;
}

.logo-translate {
  margin-top: 24px;
}

.logo-translate .flag {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px;
  border-radius: 3px;
}

.logo-translate .flag.active {
  background: #fff;
}

.logo-translate .flag img {
  max-height: 30px;
}

.logo-translate img {
  max-height: 30px;
}

/*-------------Header--------------------------------*/

.header-search {
  position: absolute;
  top: 110px;
  left: 0;
  width: 100%;
  padding: 20px 30px 30px;
  background: #fff;
  z-index: 18;
  border-bottom: 1px solid #eee;
  opacity: 0;
  margin-top: 30px;
  visibility: hidden;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

.vis-head-search {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.range-slider-title,
.col-list-search-input-item label,
.leave-rating-holder .leave-rating-title {
  float: left;
  width: 100%;
  text-align: left;
  margin-bottom: 10px;
  color: #878C9F;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
}

.col-list-search-input-item input[type="text"] {
  float: left;
  width: 100%;
  border: 1px solid #eee;
  padding: 12px 32px 12px 33px;
  border-radius: 6px;
  background: #F7F9FB;
  height: 42px;
  line-height: 42px;
}

.col-list-search-input-item input[type="text"]:focus {
  background: #fff;
}

.not-vis-arrow {
  z-index: 520;
}

.not-vis-arrow:before {
  display: none;
}

.col-list-search-input-item input[type="number"] {
  border-radius: 6px;
  background: #fff;
}

.col-list-search-input-item .quantity-item {
  float: left;
  width: 33.3%;
}

.header-search-input-item-icon {
  position: absolute;
  bottom: 12px;
  left: 13px;
  z-index: 100;
  font-weight: 600;
  font-size: 14px;
}

.header-search-button {
  float: left;
  width: 100%;
  height: 42px;
  line-height: 42px;
  padding: 0 20px;
  color: #fff;
  border: none;
  border-radius: 4px;
  position: relative;
  top: 20px;
  left: 0;
  outline: none;
  cursor: pointer;
}

.header-search-button i {
  padding-left: 10px;
}

.col-list-search-input-item.location a {
  position: absolute;
  bottom: 12px;
  right: 16px;
  z-index: 500;
}

.close-header-search {
  position: absolute;
  width: 100px;
  height: 26px;
  right: 50%;
  margin-right: -50px;
  line-height: 26px;
  bottom: -27px;
  color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  cursor: pointer;
}

.search-opt-wrap-container {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
}

.search-input-item {
  float: left;
  width: 100%;
  padding: 0 16px;
}

.search-input-item.midd-input {
  width: 30%;
  padding: 0 15px;
}

.search-input-item.small-input {
  width: 20%;
  padding: 0 18px 0 15px;
}

.home-btn {
  float: left;
  width: 50px;
  height: 50px;
  margin-right: 15px;
  line-height: 50px;
  color: #fff;
  border-right: 1px solid rgba(0, 0, 0, 0.21);
  border-left: 1px solid rgba(0, 0, 0, 0.21);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.home-btn a {
  color: #fff;
}

/*-------------Main banner & Search------------------*/

section {
  float: left;
  width: 100%;
  position: relative;
  padding: 80px 0;
  background: #fff;
  text-align: center;
  z-index: 1;
}

section.hero-section {
  padding: 150px 0;
  z-index: 2;
}

section.middle-padding {
  padding: 50px 0;
}

section.no-top-pading {
  padding-top: 0;
}

section.no-pading {
  padding-bottom: 0;
}

section .hero-parallax {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.small-padding {
  padding: 30px 0;
}

.section-title {
  margin-bottom: 40px;
}

.section-title h2 {
  float: left;
  width: 100%;
  margin-bottom: 5px;
  font-size: 26px;
  font-weight: 600;
  color: #566985;
  font-family: 'Montserrat', sans-serif;
}

.section-title h4 {
  float: left;
  width: 100%;
  color: #566985;
  font-size: 12px;
  font-weight: 600;
}

.section-title-separator {
  position: relative;
  max-width: 450px;
  margin: 0 auto 10px;
}

.section-title-separator span {
  position: relative;
  display: inline-table;
  z-index: 2;
}

.section-title-separator span i {
  padding: 0 2px;
  color: #D0DBDB;
}

.section-title-separator span i:nth-child(2) {
  font-size: 16px;
}

section.parallax-section .bg,
.list-single-hero .bg,
.hero-parallax .bg {
  height: 120%;
  top: 0;
}

.banner-parallax {
  width: 100%;
  background-attachment: scroll;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-intro {
  text-align: center;
}

.hero-section-wrap {
  z-index: 30;
}

.fl-wrap {
  float: left;
  width: 100%;
  position: relative;
}

.section-title-separator {
  position: relative;
  max-width: 450px;
  margin: 0 auto 10px;
}

.section-title-separator span {
  position: relative;
  display: inline-table;
  z-index: 2;
}

.section-title-separator span i {
  padding: 0 2px;
  color: #D0DBDB;
}

.section-title-separator span i:nth-child(2) {
  font-size: 16px;
}

.section-separator {
  float: left;
  width: 100%;
  position: relative;
  margin: 10px 0 15px;
}

.section-separator:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  height: 4px;
  margin-left: -25px;
  width: 50px;
  border-radius: 3px;
}

.home-intro h2,
.home-intro-card h3 {
  font-size: 44px;
  font-weight: 700;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
}

.home-intro h3 {
  color: #fff;
  padding-top: 12px;
  font-size: 14px;
}

.main-search-input {
  padding: 0 150px 0 0;
  border-radius: 4px;
  margin-top: 50px;
  -webkit-box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0.3);
          box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0.3);
}

.main-search-input-item {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 1px solid #eee;
  height: 50px;
  position: relative;
  background: #fff;
}

.main-search-input-item.location {
  border: none;
  border-radius: 6px 0 0 6px;
}

.main-search-input-item.location input {
  border-radius: 6px 0 0 6px;
}

.inpt_dec {
  position: absolute;
  left: 15px;
  top: 16px;
  z-index: 20;
}

.main-search-input-item input {
  float: left;
  border: none;
  width: 100%;
  height: 50px;
  padding: 0 10px 0 40px;
}

.main-search-button {
  position: absolute;
  right: 0;
  height: 50px;
  width: 151px;
  color: #fff;
  top: 0;
  border: none;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  cursor: pointer;
}

.main-search-button i {
  padding-left: 10px;
}

.main-search-input-wrap {
  max-width: 900px;
  margin: 20px auto;
  position: relative;
}

.main-search-input:before {
  content: '';
  position: absolute;
  bottom: -40px;
  width: 50px;
  height: 1px;
  background: rgba(255, 255, 255, 0.41);
  left: 50%;
  margin-left: -25px;
}

.main-search-input-item.location a {
  position: absolute;
  top: 18px;
  right: 20px;
  z-index: 312;
}

.main-search-input-item.location a:hover {
  border-radius: 100%;
  -webkit-animation: pulse 1.1s infinite ease-in-out;
          animation: pulse 1.1s infinite ease-in-out;
}

.header-sec-link {
  position: absolute;
  bottom: 0;
  z-index: 10;
  left: 0;
  width: 100%;
}

.header-sec-link a {
  color: #fff;
  display: inline-block;
  font-size: 19px;
  padding: 8px 60px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.ui-menu .ui-menu-item {
  list-style: none;
}

.ui-menu .ui-menu-item .ui-menu-item-wrapper {
  background-color: #fff;
  border: none;
  color: #999;
  padding: 10px 1em 10px 15px;
}

.ui-menu .ui-menu-item .ui-menu-item-wrapper:hover {
  font-weight: bold;
  background: #F9B90F;
  border: none;
  color: #fff;
}

.ui-menu .ui-menu-item .ui-menu-item-wrapper:hover i {
  color: #fff;
}

.ui-menu .ui-menu-item .ui-menu-item-wrapper i {
  margin-right: 10px;
  color: #3AACED;
}

#homepage .parallax-section {
  padding: 160px 0;
}

#homepage .hero-section {
  padding: 320px 0 270px;
}

#search {
  padding-top: 80px;
}

#search .parallax-section {
  padding: 110px 0;
}

/*------ Breadcrumbs-------------------------- */

.breadcrumbs.inline-breadcrumbs {
  margin-bottom: 20px;
  padding: 19px 20px;
  background: #fff;
  border-radius: 4px;
}

.breadcrumbs.inline-breadcrumbs a,
.breadcrumbs.inline-breadcrumbs span {
  float: left;
  padding: 0 16px;
  position: relative;
  color: #888DA0;
  font-size: 12px;
}

.dasboard-breadcrumbs a,
.dasboard-breadcrumbs span {
  float: left;
  padding: 0 16px;
  position: relative;
  color: #888DA0;
  font-size: 12px;
}

.breadcrumbs.inline-breadcrumbs span {
  color: #666;
}

.breadcrumbs.inline-breadcrumbs a:first-child {
  padding-left: 0;
}

.dasboard-breadcrumbs a {
  padding: 0 0 0 32px;
  color: #fff;
}

.dasboard-breadcrumbs a:first-child {
  padding-left: 0;
}

.dasboard-breadcrumbs span {
  padding: 0 0 0 32px;
  color: #fff;
  color: rgba(255, 255, 255, 0.71);
}

section.color-bg .section-title p {
  color: rgba(255, 255, 255, 0.71);
}

.section-title .breadcrumbs,
.flat-title-wrap .breadcrumbs {
  margin-top: 20px;
}

.section-title .breadcrumbs a,
.section-title .breadcrumbs span {
  color: rgba(255, 255, 255, 0.71);
  display: inline-block;
  padding: 0 16px;
  position: relative;
  font-weight: 500;
}

.breadcrumbs-hero-buttom .breadcrumbs a,
.breadcrumbs-hero-buttom .breadcrumbs span {
  color: rgba(255, 255, 255, 0.71);
  display: inline-block;
  padding: 0 16px;
  position: relative;
  font-weight: 500;
}

.flat-title-wrap .breadcrumbs span,
.flat-title-wrap .breadcrumbs a {
  color: rgba(255, 255, 255, 0.71);
  display: inline-block;
  padding: 0 16px;
  position: relative;
  font-weight: 500;
}

.section-title .breadcrumbs span,
.section-title .breadcrumbs a:hover {
  color: #fff;
}

section.parallax-section .section-title h2,
.breadcrumbs-hero-buttom .breadcrumbs a,
.flat-title-wrap .breadcrumbs a {
  color: #fff;
}

section.parallax-section .section-title.big-title h2 {
  font-size: 38px;
}

.section-title .breadcrumbs a:before,
.breadcrumbs-hero-buttom .breadcrumbs a:before,
.breadcrumbs.inline-breadcrumbs a:before,
.dasboard-breadcrumbs a:before,
.flat-title-wrap .breadcrumbs a:before,
.breadcrumbs-fs .breadcrumbs a:before {
  font-family: Font Awesome\ 5 Pro;
  content: "\F105";
  font-size: 12px;
  position: absolute;
  top: 50%;
  right: -4px;
  margin-top: -7px;
  width: 10px;
  height: 2px;
}

.dasboard-breadcrumbs a:before {
  right: -20px;
  content: "\F0DA";
}

.breadcrumbs-fs {
  background: #fff;
  border-bottom: 1px solid #eee;
  padding: 25px 0;
  overflow: hidden;
}

.breadcrumbs-fs .breadcrumbs a,
.breadcrumbs-fs .breadcrumbs span {
  float: left;
  margin-right: 15px;
  padding-right: 15px;
  color: #878C9F;
  font-size: 12px;
}

.breadcrumbs-hero-buttom {
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.21);
}

.breadcrumbs-hero-buttom .breadcrumbs a:before {
  right: 10px;
}

.list-single-hero-price {
  float: right;
  font-size: 11px;
}

section.color-bg .section-title h2,
.list-single-hero-price,
.header-sec-link a,
.flat-title-wrap h2 {
  color: #fff;
}

.list-single-hero-price span {
  color: #5ECFB1;
  font-size: 24px;
  font-weight: 600;
  padding-left: 20px;
  position: relative;
  top: 2px;
}

.breadcrumbs-hero-buttom .breadcrumbs {
  float: left;
  position: relative;
  top: 10px;
}

.breadcrumbs-hero-buttom .breadcrumbs a,
.breadcrumbs-hero-buttom .breadcrumbs span {
  float: left;
  padding: 0 32px 0 0;
}

section.color-bg .section-title .breadcrumbs {
  margin-top: 0;
  margin-bottom: 10px;
}

section.color-bg .section-title .breadcrumbs a:before {
  background: #fff !important;
}

/*------ Grid Gallery------------------------------------------------ */

.listing-item-cat {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px 35px 15px;
  z-index: 10;
  text-align: left;
  overflow: hidden;
  border-radius: 0 0 10px 10px;
}

.listing-counter {
  position: absolute;
  left: 35px;
  top: 40px;
  color: #fff;
  z-index: 10;
  font-size: 11px;
  border-radius: 4px;
  background: #00A651;
  padding: 9px 12px;
  -webkit-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.2);
          box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.2);
}

.listing-item-cat h3 {
  font-size: 24px;
  float: left;
  font-family: 'Montserrat', sans-serif;
  padding-bottom: 10px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

.listing-item-cat p {
  color: rgba(255, 255, 255, 0.71);
}

.listing-item-cat h3 a {
  color: #fff;
}

.weather-grid {
  float: left;
  position: relative;
  top: 2px;
  margin-left: 20px;
}

.gallery-items.mr-bot {
  margin-bottom: 40px;
}

.grid-item-holder,
.gallery-items {
  float: left;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.grid-item-holder {
  padding: 10px;
}

.grid-small-pad .grid-item-holder {
  padding: 0 4px 4px 0;
}

.gallery-item {
  width: 33.3%;
  position: relative;
  float: left;
}

.gallery-items.home-grid .gallery-item .listing-item-grid {
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.gallery-item-second,
.grid-sizer-second {
  width: 66.6%;
}

.four-column .gallery-item {
  width: 25%;
}

.four-column .gallery-item.gallery-item-second {
  width: 50%;
}

.gallery-item img {
  position: relative;
  z-index: 1;
}

.list-single-main-item .gallery-items .gallery-item {
  overflow: hidden;
}

.gallery-item .box-item {
  border-radius: 0;
}

.more-photos-button {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 60px 0 20px;
  text-align: left;
  color: #fff;
  font-size: 10px;
  z-index: 10;
  text-transform: uppercase;
  cursor: pointer;
}

.more-photos-button span {
  padding: 0 2px;
  font-style: italic;
  font-size: 9px;
  color: rgba(255, 255, 255, 0.61);
}

.more-photos-button i {
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  line-height: 40px;
  width: 50px;
  border-left: 1px solid rgba(0, 0, 0, 0.21);
  text-align: center;
}

.geodir-category-img .listing-counter strong {
  padding-left: 4px;
}

.geodir-category-img img,
.gallery-item img {
  width: 100%;
  height: auto;
  -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
}

.geodir-category-img:hover img,
.gallery-item:hover img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

/*--------- Promotion ----------------- */

.promotion-parallax {
  width: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*------ process------------------------------------------------ */

.colomn-text-title h3 {
  text-align: left;
  font-size: 30px;
  color: #fff;
  font-weight: 600;
  padding-bottom: 10px;
}

.colomn-text-title p {
  text-align: left;
  color: rgba(255, 255, 255, 0.71);
}

.colomn-text-list li p {
  text-align: left;
  color: rgba(255, 255, 255, 0.71);
}

.colomn-text {
  float: left;
  width: 100%;
  position: relative;
  padding: 0 40px 0 0;
}

.pad-top-column-text {
  padding: 80px;
  margin-bottom: 20px;
}

.pad-top-column-text_small {
  padding-top: 40px;
}

.colomn-text-list .btn,
.intro-item .btn,
.mar-top-btn {
  margin-top: 30px;
}

.hidden-section {
  overflow: hidden;
}

.intro-item h2 {
  font-size: 34px;
  color: #fff;
  font-weight: 700;
  padding-bottom: 30px;
  position: relative;
}

.intro-item.big-text h2 {
  font-size: 44px;
  font-family: 'Montserrat', sans-serif;
}

.intro-item h2:before {
  content: '';
  position: absolute;
  left: 50%;
  width: 50px;
  height: 4px;
  border-radius: 2px;
  margin-left: -25px;
  bottom: 15px;
}

.intro-item h3 {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}

.intro-item.big-text h3 {
  font-size: 18px;
}

.light-carousel .slick-slide-item {
  padding: 10px 20px;
  -webkit-transform: translate3d(0, 0, 0);
}

.hotel-card .geodir-category-img {
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, 0.1);
          box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, 0.1);
}

.hotel-card .geodir-category-location {
  float: left;
  position: relative;
  top: 18px;
}

.hotel-card .geodir-category-opt h4 {
  position: relative;
  top: 10px;
}

.hotel-card .geodir-category-location a {
  float: left;
  color: #fff;
  font-size: 10px;
}

.hotel-card .geodir-category-opt .listing-rating {
  top: 4px;
}

/*-------------Sliders--------------------------------------- */

.slideshow-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  z-index: 1;
}

.slideshow-item,
.slideshow-container .slick-slide {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
}

.sw-btn {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 100%;
  color: #fff;
  font-size: 10px;
  z-index: 120;
  cursor: pointer;
  margin-top: -18px;
  -webkit-box-shadow: 0px 0px 0px 9px rgba(255, 255, 255, 0.4);
          box-shadow: 0px 0px 0px 9px rgba(255, 255, 255, 0.4);
}

.sw-btn.swiper-button-prev {
  left: 50px;
}

.sw-btn.swiper-button-next {
  right: 50px;
}

.sw-btn:hover {
  background: #2C3B5A;
}

.single-carousel .slick-dots,
.listing-carousel .slick-dots {
  bottom: -40px;
}

.single-carousel .slick-dots li button,
.listing-carousel .slick-dots li button {
  background: #BDCBDB;
}

.list-carousel {
  padding: 0 30px;
}

.list-single-carousel-wrap {
  height: 500px;
  background: #24324F;
}

.fw-carousel .slick-slide-item {
  width: auto;
  height: 500px !important;
  float: left;
  cursor: w-resize;
}

.fw-carousel .slick-slide-item img {
  width: auto;
  height: 100%   !important;
}

.list-single-carousel-wrap .slick-slide-item .box-item {
  height: 100%;
  z-index: 20;
}

.list-single-carousel-wrap .slick-slide-item .box-item:before {
  display: none;
}

.list-single-carousel-wrap .swiper-slide:first-child {
  padding-left: 0px;
}

.list-single-carousel-wrap .slick-slide-item .box-item a.gal-link {
  top: -100px;
  left: inherit;
  right: 50px;
}

.list-single-carousel-wrap .slick-slide-item .box-item:hover a.gal-link {
  top: 50px;
}

.list-single-carousel-wrap .sw-btn {
  top: 50%;
}

.single-slider-wrapper .sw-btn {
  top: 50%;
}

.list-carousel .sw-btn.swiper-button-prev {
  left: 8px;
}

.list-carousel .sw-btn.swiper-button-next {
  right: 8px;
}

.single-slider-wrapper img,
.inline-carousel img {
  width: 100%;
  height: auto;
}

.single-slider-wrapper .slider-nav .slick-slide-item {
  cursor: pointer;
  opacity: 0.7;
  -webkit-transition: all .4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.single-slider-wrapper .slider-nav .slick-current .slick-slide-item,
.single-slider-wrapper .slider-nav .slick-slide-item:hover {
  opacity: 1;
}

.slick-dots {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
}

.inline-carousel .slick-dots {
  bottom: 20px;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 3px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 6px;
  height: 6px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: rgba(255, 255, 255, 0.81);
  border-radius: 100%;
}

/* --------- clients - terstimonials-------------------------------------- */

.text-carousel .text-carousel-item {
  padding: 30px 65px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 4px;
  margin: 0 10px;
  float: left;
  width: 100%;
  position: relative;
  margin-top: 70px;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.text-carousel .text-carousel-item:before,
.text-carousel .text-carousel-item:after {
  font-family: Font Awesome\ 5 Pro;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  color: #ccc;
  opacity: 0.4;
  font-size: 34px;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.text-carousel-item:before,
.pr-list-det:before {
  content: "\F10E";
  top: 20px;
  left: 15px;
}

.text-carousel-item:after,
.pr-list-det:after {
  content: "\F10E";
  bottom: 20px;
  right: 15px;
}

.text-carousel .slick-item {
  padding: 0 20px;
}

.text-carousel .slick-current .text-carousel-item {
  background: #ECF6F8;
  border-color: transparent;
}

.text-carousel .slick-dots {
  margin-top: 40px;
  bottom: -60px;
}

.text-carousel .slick-dots li {
  display: inline-block;
  margin: 0 3px;
}

.text-carousel .slick-dots li button:before {
  background: #ccc;
}

.text-carousel .slick-dots li.slick-active button {
  border-color: #ccc;
}

.text-carousel-wrap {
  margin: 0 0 50px 0;
}

.text-carousel-item p {
  font-size: 13px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  text-align: left;
}

.text-carousel-item a.testim-link {
  float: left;
  margin-top: 20px;
  font-weight: 400;
  font-size: 12px;
  position: relative;
  color: #666;
}

.text-carousel-item a.testim-link:before {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #ccc;
}

.text-carousel-item .listing-rating {
  float: right;
  width: 100%;
  margin-bottom: 12px;
}

.text-carousel-item .listing-rating i {
  float: right;
  margin-left: 10px;
  font-size: 11px;
}

.popup-avatar {
  position: absolute;
  left: 70px;
  z-index: 10;
  width: 80px;
  height: 80px;
  z-index: 20;
  border-radius: 100%;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
  opacity: 0.5;
  top: -40px;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}

.text-carousel .slick-current .popup-avatar {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.popup-avatar:before {
  content: '';
  position: absolute;
  border-radius: 100%;
  left: -8px;
  bottom: -8px;
  right: -8px;
  top: -8px;
  border: 1px solid #eee;
  z-index: 1;
  background: #fff;
}

.popup-avatar img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  position: relative;
  z-index: 2;
}

.review-owner {
  margin: 0 0 15px 0;
  float: left;
  margin-top: 20px;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 11px;
  text-align: left;
  color: #666;
  font-family: 'Poppins', sans-serif;
}

.review-owner span {
  color: #999;
}

.text-carousel-wrap .sw-btn {
  top: 100%;
  margin-top: 26px;
}

.text-carousel-wrap .sw-btn.swiper-button-prev {
  left: 50%;
  margin-left: -105px;
}

.text-carousel-wrap .sw-btn.swiper-button-next {
  right: 50%;
  margin-right: -100px;
}

.section-istay {
  padding-bottom: 30px;
}

.section-feedback {
  padding-top: 0;
}

.mob-bg,
.mobile-list-controls {
  display: none;
}

/*------listing------------------------------------------------ */

.grey-blue-bg {
  background: #ECF6F8;
}

.col-list-wrap {
  position: relative;
  width: 900px;
  float: left;
  background: #ECF6F8;
  z-index: 50;
  left: 0;
  -webkit-box-shadow: 0px 0px 90px 0px rgba(0, 0, 0, 0.17);
          box-shadow: 0px 0px 90px 0px rgba(0, 0, 0, 0.17);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  padding-bottom: 40px;
}

.fw-col-list-wrap {
  width: 100% !important;
  -webkit-box-shadow: 0px 0px 0 0px rgba(0, 0, 0, 0.27);
          box-shadow: 0px 0px 0 0px rgba(0, 0, 0, 0.27);
  background: none;
  padding-bottom: 0;
}

.fw-col-list-wrap .list-main-wrap-opt {
  padding: 0 8px;
  margin-top: 0;
}

.fh-col-list-wrap,
.center-col-list-wrap {
  width: 100%;
}

.filter-sidebar {
  padding: 25px 30px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #eee;
  z-index: 120;
}

.filter-sidebar .col-list-search-input-item {
  margin-bottom: 25px;
}

.filter-sidebar .col-list-search-input-item:last-child {
  margin-bottom: 0;
}

.filter-sidebar .col-list-search-input-item label {
  margin-bottom: 15px;
}

.filter-sidebar .col-list-search-input-item .filter-tags label {
  margin-bottom: 0;
}

.filter-sidebar .col-list-search-input-item .header-search-button {
  top: 0;
  left: 0;
}

.list-wrap-search {
  padding: 25px 0;
  background: #fff;
  z-index: 60;
  margin-bottom: 10px;
}

.list-wrap-search.lisfw {
  margin-bottom: 50px;
  border-radius: 10px;
}

.search-opt-wrap {
  margin-top: 20px;
}

.range-slider-wrap {
  margin-top: 6px;
}

.search-opt-container .filter-tags li {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  text-align: left;
  font-size: 11px;
}

.filter-tags .listing-rating i {
  padding-right: 3px;
  font-size: 10px;
}

.four-star-rating .listing-rating i:nth-child(5) {
  color: #ccc;
}

.three-star-rating .listing-rating i:nth-child(4),
.three-star-rating .listing-rating i:nth-child(5) {
  color: #ccc;
}

.filter-tags .listing-rating span {
  color: #999;
  padding-left: 6px;
}

.leave-rating-title {
  margin-right: 10px;
  font-weight: 500;
  font-size: 14px;
  color: #666;
  position: relative;
  top: -3px;
}

.leave-rating input[type="radio"] {
  display: none;
}

.leave-rating label {
  font-size: 12px;
  float: right;
  letter-spacing: 4px;
  color: #FACC39;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.leave-rating-holder .leave-rating {
  float: left;
  margin-top: 6px;
}

.leave-rating label:hover:before,
.leave-rating label.selected:before,
.leave-rating label.min-star:before {
  font-weight: bold;
}

.leave-rating:hover input[type="radio"]:checked ~ label:before,
.leave-rating input[type="radio"]:checked ~ label:before,
.leave-rating label:hover ~ label:before {
  font-weight: bold;
}

.hidden-listing-filter {
  padding: 25px 20px 0;
  margin-top: 25px;
  border-top: 1px solid #eee;
  display: none;
}

.hidden-listing-filter-vis {
  opacity: 1;
}

.hidden-listing-filter h4 {
  float: left;
  width: 100%;
  text-align: left;
  margin-bottom: 15px;
  color: #878C9F;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
}

.show-more-filters {
  position: absolute;
  right: 0;
  bottom: -53px;
  text-align: left;
  cursor: pointer;
  padding: 8px 17px;
  color: #fff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  font-size: 11px;
  font-weight: 600;
  z-index: 20;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.show-more-filters i {
  padding-right: 10px;
  font-size: 9px;
  position: relative;
  top: 0;
  font-weight: 600;
}

.show-more-filters.active-hidden-opt-btn i {
  padding-right: 10px;
  top: 3px;
  color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.list-main-wrap-title {
  padding: 20px 0;
  margin-top: 10px;
  border-bottom: 1px solid #e3e3e3;
}

.list-main-wrap-title.single-main-wrap-title {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 40px;
  border-bottom: 1px solid #eee;
}

.fw-col-list-wrap .list-main-wrap-opt .list-main-wrap-title {
  padding: 0 0 10px 0;
  margin-top: 0;
  margin-bottom: 10px;
}

.list-main-wrap-title h2 {
  text-align: left;
  font-weight: 500;
  font-size: 18px;
  float: left;
  font-family: 'Montserrat', sans-serif;
  color: #888DA0;
}

.list-main-wrap-opt {
  margin-top: 20px;
}

.fw-col-list-wrap .list-main-wrap-opt .list-main-wrap-title.col-title {
  margin-bottom: 20px;
}

.list-main-wrap-opt-sb {
  margin-top: 0;
}

.half-tags {
  width: 50%;
}

.price-opt {
  float: left;
}

.price-opt ul {
  float: left;
}

.price-opt-title {
  float: left;
}

.price-opt {
  position: relative;
  top: 10px;
}

.price-opt ul li {
  float: left;
}

.price-opt-title {
  color: #666;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  float: left;
}

.price-opt .listsearch-input-item {
  float: left;
  margin-left: 20px;
  position: relative;
  top: -15px;
  width: 200px;
}

.price-opt .listsearch-input-item .nice-select {
  background: #fff;
  width: 100%;
}

.grid-opt {
  float: right;
}

.grid-opt li {
  float: left;
  margin-left: 10px;
}

.grid-opt li span {
  float: left;
  font-size: 14px;
  font-weight: 900;
  color: #ccc;
  background: #fff;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  border: 1px solid #eee;
  line-height: 36px;
  cursor: pointer;
}

.listing-item-container {
  margin-top: 20px;
  overflow: hidden;
}

.listing-item {
  float: left;
  width: 50%;
  padding: 0 8px 0 0;
  margin-bottom: 12px;
  position: relative;
}

.listing-item:nth-child(even) {
  padding: 0 0 0 8px;
}

.three-columns-grid .listing-item {
  width: 33.3%;
  padding: 0 8px !important;
}

.listing-item.has_one_column,
.slick-slide-item .listing-item {
  width: 100%;
}

.listing-item.has_one_column {
  padding: 0 !important;
}

.listing-item.has_one_column .geodir-category-listing {
  padding-left: 13px !important;
}

.listing-item.has_one_column .geodir-category-img {
  width: 40%;
  border-radius: 10px;
  top: 12px;
}

.listing-item.has_one_column .hotel-card .geodir-category-img {
  width: 100%;
  border-radius: 10px;
  top: 0;
}

.three-columns-grid .listing-item.has_one_column .geodir-category-listing {
  padding-left: 0 !important;
}

.three-columns-grid .listing-item.has_one_column .geodir-category-img {
  top: 0px;
}

.listing-item.has_one_column .geodir-category-content {
  width: 60%;
}

.slick-slide-item .listing-item {
  padding: 0 10px;
  margin-bottom: 0;
}

.geodir-category-listing {
  border-radius: 10px;
  background: #fff;
  border: 1px solid #eee;
}

.geodir-category-content {
  padding: 20px;
  z-index: 2;
}

.geodir-category-img {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 10px 10px 0 0;
}

.geodir-category-img .listing-counter {
  top: 20px;
  left: 20px;
}

.geodir-category-img .listing-counter strong {
  padding-left: 4px;
}

.geodir-category-img img {
  width: 100%;
  height: auto;
  -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
}

.gallery-item img {
  width: 100%;
  height: auto;
  -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
}

.geodir-category-img:hover img,
.gallery-item:hover img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.listing-avatar {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 4;
}

.listing-avatar img {
  width: 34px;
  height: 34px;
  border-radius: 100%;
  -webkit-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.2);
          box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.2);
}

.avatar-tooltip {
  position: absolute;
  top: 2px;
  margin-top: 20px;
  opacity: 0;
  left: 100%;
  margin-left: 20px;
  min-width: 150px;
  visibility: hidden;
  padding: 9px 0;
  border-radius: 4px;
  background: #18458B;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.2);
          box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.2);
}

.listing-avatar:hover .avatar-tooltip {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}

.geodir-category-content p {
  text-align: left;
  font-size: 12px;
  color: #999;
}

.geodir-category-content h3 {
  float: left;
  text-align: left;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
}

.cart-details_text .geodir-category-content-title-item h3 {
  float: left;
  text-align: left;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
}

.geodir-category-content h3 a {
  color: #00A651;
}

.geodir-category-content-tags {
  margin-top: 10px;
}

.category-name {
  float: left;
  margin-right: 10px;
  position: relative;
  color: #999;
  top: -2px;
  border-radius: 2px;
  background: #eee;
  padding: 4px 14px;
}

.geodir-category-opt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  padding: 10px 20px;
  cursor: pointer;
}

.geodir-category-opt h4 {
  float: left;
  width: 100%;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 1px;
}

.geodir-category-opt h4 a {
  color: #fff;
}

.geodir-category-opt .listing-rating {
  float: left;
  position: relative;
  top: 10px;
}

.geodir-category-opt .listing-rating i {
  font-size: 10px;
  margin-right: 4px;
}

.geodir-category-opt .rate-class-name {
  float: right;
  position: relative;
  padding: 10px 0;
}

.geodir-category-opt .rate-class-name .score {
  float: left;
  color: #fff;
  margin-right: 10px;
  font-size: 11px;
}

.geodir-category-opt .rate-class-name .score strong {
  display: block;
  text-align: right;
  margin: 5px 0 2px;
  font-style: normal;
  color: #fff;
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}

.geodir-category-opt .rate-class-name span {
  background: #18458B;
  color: #fff;
  float: left;
  font-weight: 600;
  border-radius: 5px 5px 5px 0;
  padding: 12px;
  -webkit-box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.2);
          box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.2);
}

.geodir-category-content-title-item {
  float: left;
  width: 100%;
  position: relative;
  z-index: 1;
}

.facilities-list {
  margin: 12px 0 12px;
  list-style: none;
}

.facilities-list li {
  float: left;
  margin-right: 14px;
  cursor: pointer;
  position: relative;
}

.facilities-list li i {
  color: #ADC7DD;
  font-size: 16px;
}

.facilities-list li span {
  font-size: 12px;
  color: #999;
}

.geodir-category-footer {
  margin: 4px 0 0 0;
  padding: 18px 130px 0 0;
  border-top: 1px dotted #ccc;
}

.geodir-category-price {
  float: left;
  font-size: 11px;
  color: #999;
  font-weight: 600;
  background: #F7F9FB;
  padding: 9px 12px;
  border-radius: 4px;
  border: 1px   dotted #e4e4e4;
  text-transform: uppercase;
}

.geodir-category-price span {
  font-weight: 600;
  margin-top: 6px;
  font-size: 13px;
  color: #5ECFB1;
}

.geodir-category-location a {
  float: left;
  text-align: left;
  color: #999;
  font-weight: 600;
  font-size: 11px;
}

.geodir-category-location a i {
  padding-right: 6px;
}

.show-search-button:hover i {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-animation: bounce 1s;
          animation: bounce 1s;
  color: #fff;
}

@-webkit-keyframes bounce {
  0%, 20%, 60%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  80% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

@keyframes bounce {
  0%, 20%, 60%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  80% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

.geodir-opt-link {
  padding-right: 6px;
}

.geodir-opt-link a {
  float: left;
  height: 36px;
  line-height: 36px;
  color: #fff;
  background: #ECF6F8;
  width: 100%;
  font-weight: 500;
  border-radius: 4px;
  text-align: left;
  padding-left: 20px;
}

.geodir-opt-link a:hover {
  background: #18458B;
}

.geodir-opt-link a i {
  position: absolute;
  right: 0;
  width: 40px;
  height: 36px;
  line-height: 36px;
  top: 0;
  font-size: 8px;
  border-left: 1px solid rgba(255, 255, 255, 0.21);
  text-align: center;
}

.geodir-opt-link a:hover {
  color: #fff;
}

.geodir-opt-tooltip {
  position: absolute;
  opacity: 0;
  right: 0;
  top: -40px;
  height: 30px;
  line-height: 30px;
  min-width: 100px;
  margin-left: -75px;
  color: #fff;
  font-size: 11px;
  visibility: hidden;
  border-radius: 4px;
}

.geodir-opt-tooltip strong {
  color: #fff;
  padding-left: 6px;
}

.geodir-opt-list a:hover .geodir-opt-tooltip {
  opacity: 1;
  visibility: visible;
}

.sale-window {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 3;
  background: #5ECFB1;
  padding: 8px 18px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  font-size: 11px;
  color: #fff;
  -webkit-transform: translate3d(0, 0, 0);
}

.sale-window:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
}

.sale-window:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  border-bottom: 14px solid #5ECFB1;
  border-left: 16px solid transparent;
  margin-left: -16px;
  margin-top: 6px;
}

.sale-window:before {
  border-top: 14px solid #5ECFB1;
  border-left: 16px solid transparent;
  margin-left: -16px;
  margin-top: -8px;
}

.sale-window.big-sale {
  background: #3AACED;
}

.sale-window.big-sale:after {
  border-bottom: 14px solid #3AACED;
}

.sale-window.big-sale:before {
  border-top: 14px solid #3AACED;
}

.map-popup-wrap {
  display: block;
  width: 300px !important;
  position: relative;
}

.map-popup {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0 9px 16px rgba(58, 87, 135, 0.15);
          box-shadow: 0 9px 16px rgba(58, 87, 135, 0.15);
}

.map-popup-wrap:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  margin-top: -1px;
  z-index: 20;
  border-color: transparent;
  border-top-color: #fff;
  border-width: 15px;
  margin-left: -15px;
}

.map-popup img {
  width: 100%;
  height: auto;
}

.listing-content {
  background: #fff;
  padding: 20px 20px;
  z-index: 20;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.listing-content:before {
  font-family: Font Awesome\ 5 Pro;
  content: "\F35D";
  position: absolute;
  color: #ccc;
  top: 20px;
  right: 20px;
  font-size: 25px;
  font-weight: 500;
  z-index: -1;
  opacity: 0.5;
}

.listing-title h4 {
  font-size: 16px;
  text-align: left;
  font-weight: 500;
}

.map-popup-location-price {
  position: absolute;
  left: 20px;
  top: 24px;
  padding: 6px 7px;
  font-size: 12px;
  z-index: 20;
  font-weight: 700;
  border-radius: 4px;
  overflow: hidden;
}

.map-popup-location-price strong {
  color: #fff;
  float: left;
  width: 100%;
  margin-bottom: 4px;
  font-size: 11px;
  font-weight: 400;
}

.map-popup-location-info {
  float: left;
  width: 100%;
  margin-top: 10px;
  color: #878C9F;
  font-weight: 500;
  font-size: 12px;
  text-align: left;
}

.map-popup-location-info i {
  padding-right: 6px;
}

.map-card-rainting {
  position: absolute;
  left: 0;
  width: 100%;
  top: -40px;
  padding: 15px 20px;
  z-index: 2;
}

.map-popup-location-price:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: #061B41;
  opacity: 0.5;
}

.map-card-rainting i {
  float: left;
  margin-right: 4px;
}

.infoBox-close {
  position: absolute;
  width: 36px;
  height: 36px;
  line-height: 36px;
  top: 30px;
  right: 20px;
  color: #fff;
  border-radius: 6px;
  z-index: 20;
  cursor: pointer;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.infoBox-close:hover {
  -webkit-animation: bounce 1s;
          animation: bounce 1s;
}

.header-search-button:hover i,
.contact-btn:hover i,
.header-sec-link a:hover i {
  -webkit-animation: bounce 1s;
          animation: bounce 1s;
}

.pagination {
  margin-top: 30px;
  text-align: center;
  float: left;
  width: 100%;
}

.pagination a {
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 6px;
  border: 1px solid #eee;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  font-size: 13px;
  color: #888DA0;
  background: #fff;
  letter-spacing: 1px;
}

.pagination a.current-page,
.pagination a:hover {
  color: #fff;
}

.pagination a i {
  font-size: 12px;
}

.back-to-filters {
  position: absolute;
  right: -40px;
  width: 40px;
  height: 40px;
  top: 15px;
  font-size: 14px;
  color: #fff;
  line-height: 40px;
  z-index: -1;
  background: #18458B;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.back-to-filters span {
  visibility: visible;
  position: absolute;
  height: 40px;
  min-width: 150px;
  line-height: 40px;
  visibility: hidden;
  opacity: 0;
  top: 0;
  font-size: 12px;
  left: -150px;
  margin-top: 20px;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  font-weight: 500;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background: #18458B;
}

.back-to-filters:hover span {
  margin-top: 0;
  visibility: visible;
  opacity: 1;
}

.back-to-filters:hover i {
  -webkit-animation: bounce 1s;
          animation: bounce 1s;
}

.wishlist-link:hover i {
  -webkit-animation: bounce 1s;
          animation: bounce 1s;
}

.slideshow-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  z-index: 1;
}

.slideshow-item,
.slideshow-container .slick-slide {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
}

.slick-dots {
  position: absolute;
  bottom: 120px;
  width: 100%;
  left: 0;
  z-index: 100;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 3px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 6px;
  height: 6px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: rgba(255, 255, 255, 0.41);
  border-radius: 100%;
}

.map-modal-wrap {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
  display: none;
  overflow: auto;
  -webkit-transform: translate3d(0, 0, 0);
}

.map-modal-wrap-overlay {
  position: fixed;
  top: 0;
  left: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.41);
  -webkit-transform: translate3d(0, 0, 0);
}

.map-modal-item {
  position: relative;
  max-width: 650px;
  margin: 0 auto;
  top: 25%;
  z-index: 2;
}

.map-modal-container {
  padding: 0;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.2);
          box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.2);
}

.map-modal-container h3 {
  float: left;
  text-align: left;
  font-size: 15px;
  font-weight: 600;
  margin: 25px 0;
  color: #666;
  padding-left: 30px;
}

.map-modal-container h3 i {
  padding-right: 10px;
}

.map-modal #singleMap {
  margin-bottom: 0;
}

.map-modal-close {
  position: absolute;
  right: 30px;
  bottom: 16px;
  width: 36px;
  height: 36px;
  line-height: 38px;
  border-radius: 4px;
  color: #fff;
  z-index: 10;
  cursor: pointer;
}

.list-single-hero {
  padding: 450px 0 0;
  overflow: hidden;
}

.list-single-hero-title {
  z-index: 2;
  padding: 40px 0 30px;
}

.list-single-hero-title h2 {
  text-align: left;
  float: left;
  width: 100%;
  z-index: 2;
  color: #fff;
  font-size: 44px;
  font-weight: 600;
  position: relative;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

.listing-rating-wrap {
  float: left;
  margin-bottom: 10px;
}

.list-single-hero-title .listing-rating i {
  font-size: 15px;
  margin-right: 4px;
}

.listing-rating-wrap .listing-rating {
  float: left;
}

.listing-rating-wrap span {
  float: left;
  color: #fff;
  padding-right: 20px;
  font-size: 13px;
  font-weight: 600;
}

.list-single-header-contacts {
  margin-top: 6px;
}

.list-single-header-contacts li {
  float: left;
  margin-right: 18px;
}

.list-single-header-contacts li a {
  color: #fff;
  font-size: 12px;
}

.list-single-header-contacts li i {
  padding-right: 10px;
}

.list-single-hero-details {
  margin-top: 6px;
}

.flat-hero-container {
  background: #fff;
  padding: 25px 30px 30px;
  border-radius: 4px;
}

.flat-hero-container .listing-rating-wrap {
  margin: 0;
  top: 11px;
  position: relative;
}

.flat-hero-container .box-widget-item-header {
  margin-bottom: 10px;
  padding-bottom: 30px;
}

.flat-hero-container .box-widget-item-header h3 {
  font-size: 18px;
}

.flat-hero-container .list-single-hero-price {
  color: #666;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
  padding: 5px 0 20px;
  text-align: left;
}

.list-single-hero-header .list-single-hero-price {
  color: #666;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
  padding: 5px 0 20px;
  text-align: left;
  padding: 25px 30px;
  margin-bottom: 0;
  border: none;
  background: #ECF6F8;
  color: #999;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 11px;
}

.list-single-hero-header .list-single-hero-price span {
  padding-left: 50px;
}

.flat-hero-container .list-single-hero-price:before {
  font-family: Font Awesome\ 5 Pro;
  content: "\F4C0";
  position: absolute;
  color: #ccc;
  top: 1px;
  font-size: 35px;
  right: 0px;
  opacity: 0.4;
  font-weight: 500;
}

.list-single-hero-header .list-single-hero-price:before {
  font-family: Font Awesome\ 5 Pro;
  content: "\F4C0";
  position: absolute;
  color: #ccc;
  top: 1px;
  font-size: 35px;
  right: 0px;
  opacity: 0.4;
  font-weight: 500;
  top: 1px;
  font-size: 55px;
}

.list-single-hero-header .geodir-category-location {
  margin-top: 15px;
}

.flat-hero-container .review-score-detail {
  width: 100%;
  padding: 0;
}

.flat-hero-container .rate-class-name-wrap {
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  padding: 0px 0 20px;
}

.flat-hero-container .rate-class-name-wrap a {
  float: right;
  width: 40%;
  padding: 14px 0;
  border-radius: 4px;
  font-size: 11px;
  position: relative;
  top: 18px;
  color: #fff;
  font-weight: 400;
}

.flat-hero-container .rate-class-name-wrap a i {
  padding-left: 10px;
}

.flat-hero-container .rate-class-name {
  float: left;
  width: 60%;
}

.flat-hero-container .rate-class-name span {
  background: #18458B;
  color: #fff;
  float: left;
  font-weight: 600;
  border-radius: 7px 7px 7px 0;
  padding: 22px;
  font-size: 24px;
  border: 1px solid rgba(0, 0, 0, 0.21);
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.21);
  margin-right: 10px;
}

.flat-hero-container .rate-class-name .score {
  text-align: left;
  padding-left: 18px;
  color: #666;
  font-size: 12px;
}

.flat-hero-container .rate-class-name .score strong {
  display: block;
  padding: 18px 0 6px 0;
}

.flat-hero-container .reviews-score-wrap {
  padding: 0 0 15px;
  margin-bottom: 10px;
}

.review-score-detail-list .rate-item {
  margin-bottom: 11px;
}

.rate-item-title {
  margin-bottom: 6px;
  text-align: left;
  color: #fff;
  font-size: 12px;
}

.review-score-detail-list .rate-item-title,
.review-score-detail-list .rate-item-percent {
  color: #666;
}

.rate-item-bg {
  height: 6px;
  background: #fff;
  border-radius: 8px;
  float: left;
  width: calc(100% - 30px);
  overflow: hidden;
}

.review-score-detail-list .rate-item-bg {
  background: #eee;
  height: 10px;
}

.rate-item-line {
  float: left;
  height: 6px;
  border-radius: 4px;
}

.review-score-detail-list .rate-item-line {
  height: 10px;
}

.rate-item-percent {
  position: absolute;
  top: 14px;
  right: 0;
  color: #fff;
}

.list-single-hero-links {
  float: right;
  position: relative;
  top: 20px;
}

.lisd-link {
  float: left;
  margin-left: 10px;
  padding: 10px 20px;
  border: 1px dashed rgba(255, 255, 255, 0.21);
  background: rgba(255, 255, 255, 0.11);
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  font-size: 12px;
}

.lisd-link i {
  padding-right: 10px;
}

.lisd-link:hover {
  border-color: transparent;
  color: #fff;
  text-decoration: none;
}

.list-single-main-container {
  padding-left: 60px;
}

.list-single-main-item {
  padding: 30px 30px;
  background: #fff;
  margin-bottom: 20px;
  border-radius: 4px;
  border: 1px solid #f2f2f2;
}

article .list-single-main-item {
  margin-bottom: 0;
}

article.post-article .list-single-main-item {
  margin-bottom: 20px;
}

article.post-article .list-single-main-item:last-child {
  margin-bottom: 0;
}

.list-single-main-item-title {
  margin: 0 0 25px 0;
  padding-bottom: 25px;
  border-bottom: 1px solid #eee;
}

.list-single-main-item-title h3 {
  color: #183c7d;
  text-align: left;
  font-size: 18px;
  font-weight: 600;
}

.list-single-main-item-title h3 a {
  color: #334e6f;
}

.list-single-hero-header .list-single-main-item-title {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.list-single-main-item-title .listing-rating {
  float: left;
  margin-top: 10px;
}

.list-single-hero-header .list-single-main-item-title h3 {
  font-size: 24px;
}

.list-single-main-item-title:before {
  font-family: Font Awesome\ 5 Pro;
  content: "\F0D7";
  position: absolute;
  right: 0;
  top: 2px;
  color: #ADC7DD;
}

.list-single-hero-header .list-single-main-item-title:before {
  display: none;
}

.list-single-main-item-title.no-dec-title {
  border: none;
  margin-bottom: 0;
  padding-bottom: 15px;
}

.list-single-main-item-title.no-dec-title:before {
  display: none;
}

.list-single-main-item p {
  text-align: left;
  color: #878C9F;
}

.listing-features li {
  float: left;
  width: 33.3%;
  text-align: left;
  margin-bottom: 15px;
  font-size: 13px;
  color: #888DA0;
  font-weight: 600;
  position: relative;
  padding-left: 30px;
}

.listing-features li i {
  position: absolute;
  left: 0;
  top: 0;
}

.tags-stylwrap a {
  float: left;
  padding: 10px 25px;
  border-radius: 2px;
  color: #888DA0;
  font-size: 12px;
  background: #ECF6F8;
  font-weight: 500;
  margin-right: 6px;
}

.tags-stylwrap.sb-tags a {
  color: #fff;
  margin-bottom: 6px;
}

.box-widget-item {
  margin-bottom: 30px;
}

.box-widget-item-header {
  padding: 0 0 20px;
  margin: 0 0 25px;
  float: left;
  width: 100%;
  border-bottom: 1px solid #eee;
  position: relative;
}

.box-widget-item-header:before {
  font-family: Font Awesome\ 5 Pro;
  content: "\F0D7";
  position: absolute;
  right: 0;
  top: 2px;
  color: #ADC7DD;
}

.box-widget-item-header h3 {
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  color: #183c7d;
}

.box-widget-item-header h3 i {
  padding-right: 12px;
  font-size: 16px;
  color: #999;
}

.box-widget {
  background: #fff;
  border-radius: 4px;
  border: 1px solid #eee;
  float: left;
  width: 100%;
}

.no-bor-rad {
  border-radius: 0;
}

.box-widget-content {
  float: left;
  width: 100%;
  position: relative;
  padding: 25px 30px 30px;
}

.box-widget-content.no-pad-bottom {
  padding-bottom: 0;
}

#weather-widget {
  float: left;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}

.box-widget-list {
  display: block;
}

.box-widget-list i {
  padding-right: 10px;
}

.box-widget-list li {
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  margin-bottom: 15px;
  color: #666;
  float: left;
  position: relative;
  width: 100%;
  text-align: left;
  font-size: 12px;
}

.box-widget-list li span {
  min-width: 80px;
  float: left;
}

.box-widget-list li a {
  margin-left: 20px;
  color: #878C9F;
}

.list-widget-social {
  float: left;
  margin-top: 10px;
}

.list-widget-social li {
  float: left;
  margin-right: 10px;
}

.list-widget-social li a {
  float: left;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
}

.banner-wdget {
  overflow: hidden;
  border-radius: 6px;
}

.banner-wdget .overlay {
  opacity: 0.3;
}

.banner-wdget-content {
  padding: 90px 30px 70px;
  z-index: 10;
}

.banner-wdget-content h4 {
  font-weight: 500;
  color: #fff;
  font-size: 18px;
}

.banner-wdget-content h4 span {
  color: #5ECFB1;
  font-weight: 400;
}

.banner-wdget-content a {
  font-weight: 600;
  color: #fff;
  padding: 12px 30px;
  display: inline-table;
  margin-top: 15px;
  border-radius: 6px;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.2);
          box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.2);
}

.banner-wdget-content a:hover {
  background: #24324F;
}

.banner-wdget-content .countdown-item {
  width: 25%;
  float: left;
  color: #fff;
}

.banner-wdget-content .countdown-item p {
  font-size: 10px;
  color: #fff;
}

.banner-wdget-content .countdown-item span {
  font-size: 24px;
  font-weight: 700;
  font-style: italic;
}

.banner-wdget-content .countdown {
  margin-top: 15px;
}

.list-single-main-media {
  overflow: hidden;
  margin-bottom: 20px;
}

.box-widget-author-title {
  border-bottom: 1px  solid #eee;
  margin-bottom: 10px;
  padding: 0 0 40px 80px;
}

.box-widget-author-content {
  padding: 10px 0 0;
  margin-bottom: 10px;
  border-bottom: 1px  solid #eee;
}

.box-widget-author-content p {
  text-align: left;
}

.box-widget-author:before {
  font-family: Font Awesome\ 5 Pro;
  content: "\F4FC";
  position: absolute;
  color: #ccc;
  top: 10px;
  font-size: 35px;
  right: 0px;
  opacity: 0.4;
  font-weight: 500;
}

.box-widget-author-title a {
  float: left;
  text-align: left;
  color: #666;
  position: relative;
  font-size: 14px;
  margin-top: 10px;
  padding-bottom: 6px;
}

.box-widget-author-title span {
  float: left;
  width: 100%;
  font-size: 10px;
  text-align: left;
  color: #999;
  text-transform: uppercase;
}

.box-widget-author-title-img {
  position: absolute;
  left: 0;
  width: 60px;
  top: 0;
  height: 100%;
}

.box-widget-author-title-img img {
  width: 60px;
  height: 60px;
  border-radius: 100%;
}

.box-widget.widget-posts li {
  padding: 8px 0;
  margin-bottom: 19px;
  border-bottom: 1px  solid #eee;
}

.box-widget.widget-posts li:last-child {
  margin-bottom: 0;
}

.box-widget.widget-posts .widget-posts-img {
  float: left;
  width: 28%;
}

.box-widget.widget-posts .widget-posts-img img {
  border-radius: 4px;
  width: 100%;
  height: auto;
}

.box-widget.widget-posts .widget-posts-descr {
  float: left;
  width: 66%;
  margin-left: 6%;
  text-align: left;
  padding: 10px;
  background: #f9f9f9;
  border-radius: 4px;
}

.box-widget.widget-posts .widget-posts-descr a {
  font-size: 13px;
  font-weight: 500;
  padding-bottom: 20px;
  color: #878C9F;
}

.box-widget.widget-posts .widget-posts-date {
  float: left;
  width: 100%;
  margin-top: 14px;
  font-weight: 600;
  color: #999;
  font-size: 11px;
}

.box-widget.widget-posts .widget-posts-date i {
  padding-right: 10px;
}

.box-image-widget {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.box-image-widget:last-child {
  margin-bottom: 0;
}

.box-image-widget-media {
  float: left;
  width: 35%;
}

.box-image-widget-media a {
  float: left;
  width: 100%;
  margin-top: 8px;
  padding: 8px 0;
  color: #fff;
  border-radius: 2px;
  font-size: 11px;
}

.box-image-widget-details {
  float: left;
  width: 65%;
  padding-left: 18px;
  text-align: left;
}

.box-image-widget-details h4 {
  padding-bottom: 6px;
  color: #666;
}

.box-image-widget-details h4 span {
  color: #5ECFB1;
  font-size: 11px;
  padding-left: 20px;
}

.box-image-widget-details p {
  font-size: 12px;
}

.box-image-widget-media img {
  width: 100%;
  height: auto;
}

.pricerange {
  font-size: 14px;
  text-align: left;
  font-weight: 600;
  color: #5ECFB1;
}

.pricerange span {
  float: left;
  margin-right: 20px;
  color: #878C9F;
  font-weight: 700;
}

.claim-widget-link {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #eee;
}

.claim-widget-link span {
  float: left;
  text-align: left;
  font-weight: 500;
}

.claim-widget-link a {
  float: left;
  text-align: left;
  font-weight: 500;
}

.claim-widget-link a:hover {
  color: #24324F;
}

.claim-widget-link span {
  color: #878C9F;
  margin-right: 20px;
}

.rooms-item {
  margin-bottom: 25px;
  border-bottom: 1px solid #eee;
}

.rooms-item:last-child {
  margin-bottom: 0;
}

.rooms-media {
  float: left;
  width: 40%;
  position: relative;
  overflow: hidden;
  border-radius: 6px 6px 6px 0;
}

.rooms-media img {
  width: 100%;
  height: auto;
}

.rooms-details {
  float: left;
  width: 60%;
  padding: 5px 0 10px  20px;
}

.rooms-details-header {
  text-align: left;
  padding-bottom: 20px;
}

.rooms-price {
  position: absolute;
  right: 0;
  top: 0;
  color: #5ECFB1;
  font-size: 19px;
  font-weight: 600;
}

.rooms-price strong {
  padding-left: 3px;
  font-size: 10px;
  color: #999;
}

.rooms-details-header h3 {
  color: #334e6f;
  padding-bottom: 6px;
  font-size: 16px;
  font-weight: 700;
}

.rooms-details-header h5 {
  font-size: 11px;
  font-weight: 700;
}

.rooms-container {
  margin-top: 20px;
}

.rooms-details .facilities-list {
  margin-top: 20px;
  margin-bottom: 0;
}

.facilities-list .btn {
  float: right;
  margin: 0;
  top: -18px;
  height: 40px;
  line-height: 40px;
}

.facilities-list .btn i {
  height: 40px;
  line-height: 40px;
}

.list-single-facts {
  background: #fff;
}

.single-facts {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

.single-facts .inline-facts-wrap {
  width: 25%;
  float: left;
  padding: 15px;
}

.single-facts .inline-facts {
  position: relative;
  padding: 20px 30px;
  background: #ECF6F8;
  border-radius: 6px;
}

.single-facts .inline-facts i {
  font-size: 54px;
  position: absolute;
  right: 10px;
  top: 10px;
  opacity: 0.4;
  z-index: 1;
}

.single-facts .inline-facts .num {
  font-size: 34px;
  color: #999;
  font-weight: 700;
  text-align: left;
}

.single-facts .inline-facts h6 {
  text-align: left;
  color: #888DA0;
  font-weight: 300;
  padding-top: 10px;
}

.home-facts .inline-facts .num,
.single-facts .inline-facts h6 {
  position: relative;
  z-index: 2;
}

.home-facts {
  float: left;
  width: 25%;
  padding: 0 25px;
}

.home-facts .num {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 44px;
}

.home-facts h6 {
  color: rgba(255, 255, 255, 0.71);
  font-size: 13px;
  font-weight: 500;
  margin-top: 20px;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  color: rgba(255, 255, 255, 0.91);
}

.home-facts h6:before {
  content: '';
  position: absolute;
  top: -12px;
  left: 50%;
  height: 1px;
  background: #fff;
  margin-left: -25px;
  opacity: 0.4;
  width: 50px;
}

.list-single-facts .inline-facts-wrap {
  width: 25%;
  float: left;
  padding: 20px 0;
  border-left: 1px solid #e2e2e2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #f9f9f9;
}

.list-single-facts .inline-facts-wrap:first-child {
  border: none;
}

.list-single-facts .inline-facts-wrap i {
  font-size: 34px;
  width: 100%;
  padding-bottom: 10px;
}

.list-single-facts .inline-facts-wrap .milestone-counter {
  display: inline-block;
  color: #666;
}

.list-single-facts .inline-facts-wrap h6 {
  display: inline-block;
  color: #666;
  padding-left: 4px;
  color: #999;
  font-size: 12px;
}

.cart-detai ls {
  background: #f9f9f9;
}

.cart-details_text {
  float: left;
  width: 100%;
  border: 1px solid #eee;
  border-top: none;
}

.cart-details_header {
  border: 1px solid #eee;
  display: inline-table;
  padding: 15px 20px;
}

.cart-details_text .geodir-category-content-title-item h3 a {
  color: #666;
}

.cart_list li {
  text-align: left;
  padding: 15px 20px;
  color: #666;
  font-size: 12px;
  border-bottom: 1px solid #eee;
}

.cart_list li:last-child {
  border-bottom: 0;
}

.cart_list li span {
  float: right;
}

.cart-total strong {
  float: right;
}

.cart_list li span strong {
  padding-left: 6px;
  color: #5ECFB1;
}

.cart-total {
  padding: 15px 20px;
  background: #F7F9FB;
  float: left;
  width: 100%;
  border: 1px solid #eee;
  border-radius: 6px;
}

.cart-details {
  margin-bottom: 15px;
}

.cart-total span {
  float: left;
  color: #878C9F;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  top: 2px;
}

.cart-total strong {
  font-size: 20px;
  font-weight: 400;
}

#progressbar {
  margin-bottom: 30px;
  counter-reset: step;
  width: 100%;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#progressbar li {
  list-style-type: none;
  color: #666;
  font-size: 12px;
  width: 25%;
  float: left;
  text-align: left;
  position: relative;
  padding: 0 0 25px;
}

#progressbar li span {
  padding-right: 10px;
}

#progressbar li:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 4px;
  border-radius: 4px;
  background: #eee;
  z-index: 1;
}

#progressbar li:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0;
  left: 0;
  height: 4px;
  z-index: 2;
  border-radius: 4px;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

#progressbar li.active:before {
  width: 99%;
}

.bookiing-form-wrap .custom-form form fieldset:not(:first-of-type) {
  display: none;
}

.next-form {
  float: right;
}

.previous-form {
  float: left;
  padding: 0 30px 0 80px;
  height: 44px;
  line-height: 44px;
  border-radius: 4px;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  text-align: left;
  position: relative;
  overflow: hidden;
}

.previous-form i {
  position: absolute;
  left: 0;
  width: 50px;
  height: 44px;
  line-height: 44px;
  border-right: 1px solid rgba(255, 255, 255, 0.21);
  text-align: center;
  top: 0;
}

.previous-form:hover:after {
  width: 100%;
}

.previous-form:after {
  content: '';
  position: absolute;
  width: 50px;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  z-index: 0;
  left: 0;
  top: 0;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.success-table-header {
  text-align: left;
  color: #666;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 0 0 70px;
}

.success-table-header i.decsth {
  color: #5ECFB1;
  position: absolute;
  font-size: 54px;
  left: 0;
  top: 0;
}

.success-table-header h4,
.success-table-header p {
  float: left;
}

.success-table-header a {
  font-size: 12px;
  color: #fff;
  padding: 12px 25px;
  float: right;
  border-radius: 30px;
  position: relative;
  top: -14px;
}

.success-table-header a i {
  padding-right: 8px;
  font-size: 15px;
}

.log-massage {
  padding: 10px 0;
  text-align: left;
  font-size: 12px;
  color: #666;
}

/*------ Reviews------------------------------------------------ */

.reviews-score-wrap {
  padding: 0 0 25px;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}

.list-single-hero-header .reviews-score-wrap {
  padding: 0;
  border-bottom: none;
  margin-bottom: 0;
}

.review-score-total,
.review-score-detail {
  float: left;
  width: 25%;
}

.review-score-total span {
  background: #18458B;
  color: #fff;
  float: left;
  font-weight: 600;
  border-radius: 7px 7px 0 7px;
  padding: 22px 0;
  width: 100%;
  font-size: 34px;
  border: 1px solid rgba(0, 0, 0, 0.21);
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.21);
}

.review-score-total a {
  float: left;
  width: 100%;
  padding: 10px 0;
  color: #fff;
  margin-top: 10px;
  border-radius: 4px;
}

.review-score-total span strong {
  display: block;
  font-size: 14px;
  font-weight: 500;
  padding-top: 6px;
}

.review-score-detail {
  width: 75%;
  padding-left: 20px;
}

.reviews-comments-wrap {
  display: inline-table;
  margin-top: 30px;
}

.reviews-comments-item-text .review-score-user {
  float: right;
  position: relative;
  top: -12px;
}

.reviews-comments-item-text .review-score-user span {
  background: #18458B;
  color: #fff;
  float: right;
  font-weight: 600;
  border-radius: 3px 3px 0 3px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  border: 1px solid rgba(0, 0, 0, 0.21);
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.21);
}

.reviews-comments-item-text .review-score-user strong {
  margin-right: 12px;
  font-size: 11px;
  color: #666;
  position: relative;
  top: 10px;
}

.reviews-comments-item {
  padding: 0 0 30px 110px;
  position: relative;
  float: left;
  margin-bottom: 40px;
  width: 100%;
  border-bottom: 1px solid #eee;
}

.reviews-comments-item.reply-comment-item {
  width: 90%;
  margin-left: 10%;
  padding: 30px 20px 30px 110px;
  border-radius: 6px;
}

.reviews-comments-item.reply-comment-item .review-comments-avatar {
  top: 30px;
}

.reviews-comments-item.reply-comment-item:before {
  content: '';
  position: absolute;
  top: 0;
  left: -10%;
  margin-left: 30px;
  width: 40px;
  height: 40px;
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.reviews-comments-item:last-child {
  border: none;
  margin-bottom: 0;
}

.review-comments-avatar {
  position: absolute;
  top: 0;
  left: 10px;
  width: 80px;
  height: 80px;
}

.review-comments-avatar:before {
  content: '';
  position: absolute;
  top: 100%;
  margin-top: 20px;
  left: 0;
  margin-left: 38px;
  width: 40px;
  height: 40px;
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.review-comments-avatar img {
  width: 80px;
  height: 80px;
  float: left;
  border-radius: 100%;
}

.reviews-comments-item-text {
  float: left;
  width: 100%;
  position: relative;
  padding: 30px 20px;
  background: #f9f9f9;
  border-radius: 6px;
}

.reviews-comments-item-text .new-dashboard-item {
  top: 0;
}

.reviews-comments-item-text h4 {
  text-align: left;
  padding-bottom: 25px;
  float: left;
  font-size: 16px;
  font-weight: 600;
  color: #666;
}

.reviews-comments-item-text h4 a {
  color: #666;
}

.reviews-comments-item-text p {
  text-align: left;
}

.reviews-comments-item-date {
  float: left;
  margin-top: 18px;
  font-weight: 500;
  color: #999;
  width: 100%;
  text-align: left;
  padding-top: 18px;
  font-size: 12px;
  border-top: 1px solid #eee;
}

.reviews-comments-item-date span {
  float: left;
}

.reviews-comments-item-date a {
  float: right;
  font-weight: 600;
  color: #666;
}

.reviews-comments-item-date span i,
.reviews-comments-item-date a i {
  margin-right: 10px;
}

.leave-rating,
.leave-rating-title {
  float: left;
}

.leave-rating-wrap {
  float: left;
  margin: 30px 0 30px 0;
  width: 100%;
}

.leave-rating-title {
  margin-right: 10px;
  font-weight: 500;
  font-size: 14px;
  color: #666;
  position: relative;
  top: -3px;
}

.review-score-form {
  margin-top: 10px;
}

.review-total,
.review-range-container {
  float: left;
}

.review-total {
  width: 30%;
  background: #F7F9FB;
  padding: 35px 0;
  border: 1px solid #eee;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
}

.review-total strong {
  float: left;
  width: 100%;
  margin-top: 10px;
  color: #666;
}

.custom-form .review-total span input {
  font-size: 34px;
  border: none;
  padding: 0;
  text-align: center;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1px;
}

.review-range-container {
  width: 70%;
  padding-right: 20px;
}

.review-range-item {
  display: block;
  margin-bottom: 10px;
}

.review-range-item .range-slider-title {
  width: 30%;
  margin-bottom: 0;
}

.review-range-item .range-slider-wrap {
  width: 70%;
  margin-top: 0;
  position: relative;
  top: -24px;
}

.review-range-item .range-slider-title,
.review-range-item .range-slider-wrap {
  float: left;
}

/*-------------------Widget content------------------*/

.box-widget-content .widget-posts-img {
  float: left;
  width: 30%;
}

.box-widget-content .widget-posts-img img {
  border-radius: 4px;
}

.footer-widget .widget-posts li {
  padding: 13px 0;
  margin-bottom: 10px;
  width: 100%;
  float: left;
}

.box-widget-content .widget-posts li {
  padding: 13px 0;
  margin-bottom: 10px;
  width: 100%;
  float: left;
  border-bottom: 1px solid #eee;
  margin-bottom: 13px;
  padding: 0 0 13px;
}

.box-widget-content .widget-posts li:last-child {
  margin-bottom: 0;
}

.footer-widget .widget-posts-img,
.box-widget-content .widget-posts-img {
  float: left;
  width: 30%;
}

.footer-widget .widget-posts-img img,
.box-widget-content .widget-posts-img img {
  border-radius: 4px;
}

.footer-widget .widget-comments-img img {
  border-radius: 100%;
}

.footer-widget .widget-posts-descr {
  float: left;
  width: 70%;
  padding-left: 20px;
  text-align: left;
  position: relative;
}

.box-widget-content .widget-posts-descr {
  float: left;
  width: 70%;
  padding-left: 20px;
  text-align: left;
  position: relative;
}

.box-widget-content .widget-posts-descr a {
  color: #666;
}

.box-widget-content .widget-posts-descr .geodir-category-location {
  margin-top: 5px;
}

.box-widget-content .widget-posts-descr .geodir-category-location a {
  font-size: 10px;
  color: #878C9F;
}

.box-widget-content .widget-posts-descr .rooms-price {
  font-size: 12px;
  text-transform: uppercase;
  top: 0px;
}

.box-widget-content .widget-posts-descr .rooms-price strong {
  font-size: 9px;
}

.box-widget-content .widget-posts-descr .listing-rating {
  margin-top: 6px;
}

.box-widget-content .widget-posts-descr .similar-price {
  margin-top: 4px;
  display: block;
  color: #5ECFB1;
  font-size: 12px;
}

.box-widget-content .widget-posts-descr .similar-price strong {
  padding-left: 3px;
  font-size: 9px;
  color: #999;
  text-transform: uppercase;
}

.box-widget-content .widget-posts-descr .listing-rating i {
  font-size: 10px;
  margin-right: 2px;
}

.box-widget-content .widget-posts-link {
  float: left;
  position: relative;
  cursor: pointer;
  font-weight: 600;
  font-size: 12px;
  margin-top: 20px;
  color: #878C9F;
}

.widget-posts-link:hover {
  color: #666;
}

.box-widget-content .widget-posts-link:before {
  display: none;
}

.box-widget-content .widget-posts-link i {
  padding-left: 10px;
  font-size: 14px;
  position: relative;
  top: 2px;
}

.footer-widget .widget-posts-descr:before {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 20px;
  right: 0;
  height: 1px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.21);
}

.footer-widget .widget-posts-descr a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.71);
  font-weight: 600;
  padding-bottom: 20px;
}

.footer-widget .widget-posts-descr a:hover {
  color: #fff;
}

/*-------------Forms--------------------------------------- */

.custom-form {
  float: left;
  width: 100%;
  position: relative;
}

.custom-form .nice-select {
  margin-bottom: 20px;
}

.custom-form textarea {
  float: left;
  border: 1px solid #eee;
  background: #F7F9FB;
  width: 100%;
  padding: 14px 20px 14px 45px;
  border-radius: 6px;
  color: #666;
  font-size: 13px;
  -webkit-appearance: none;
}

.custom-form input[type="text"],
.custom-form input[type=email],
.custom-form input[type=password],
.custom-form input[type=button] {
  float: left;
  border: 1px solid #eee;
  background: #F7F9FB;
  width: 100%;
  padding: 14px 20px 14px 15px;
  border-radius: 6px;
  color: #666;
  font-size: 13px;
  -webkit-appearance: none;
}

.custom-form textarea:focus {
  background: #fff;
}

.custom-form input[type="text"]:focus,
.custom-form input[type=email]:focus,
.custom-form input[type=password]:focus {
  background: #fff;
}

.custom-form .nice-select input {
  padding-left: 20px;
}

.custom-form input::-webkit-input-placeholder,
.custom-form textarea::-webkit-input-placeholder {
  color: #666;
  font-weight: 500;
  font-size: 13px;
}

.custom-form input:-moz-placeholder {
  color: #888DA0;
  font-weight: 600;
  font-size: 13px;
}

.custom-form textarea {
  height: 200px;
  resize: none;
  padding: 25px 20px;
  -webkit-appearance: none;
}

.custom-form textarea:-moz-placeholder {
  color: #888DA0;
  font-weight: 600;
  font-size: 13px;
}

.custom-form input {
  margin-bottom: 20px;
}

.filter-tags input,
.custom-form .filter-tags input {
  float: left;
  position: relative;
  border: 2px solid #ccc;
  cursor: pointer;
  padding: 0;
  width: 20px;
  height: 20px;
  position: relative;
  color: #fff;
  background: #fff !important;
  -webkit-appearance: none;
}

.filter-tags input:checked:after,
.custom-form .filter-tags input:checked:after {
  font-family: Font Awesome\ 5 Pro;
  content: "\F00C";
  font-size: 12px;
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: 20;
}

.filter-tags label {
  float: left;
  padding: 0 10px;
  position: relative;
  top: 4px;
  color: #888DA0;
  font-weight: 600;
  width: auto;
}

.custom-form .filter-tags label {
  float: left;
  padding: 0 10px;
  position: relative;
  top: 4px;
  color: #888DA0;
  font-weight: 600;
  width: auto;
}

.custom-form label {
  float: left;
  position: relative;
  width: 100%;
  text-align: left;
  font-weight: 500;
  color: #666;
  color: #878C9F;
  font-size: 13px;
  font-weight: 500;
}

.main-register .custom-form label {
  padding-bottom: 12px;
}

.custom-form label i {
  padding-right: 12px;
  font-size: 14px;
  position: absolute;
  top: 16px;
  left: 16px;
}

.custom-form button {
  outline: none;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity {
  float: left;
  width: 65px;
  height: 42px;
  position: relative;
}

.quantity input {
  width: 100%;
  height: 42px;
  line-height: 1.65;
  float: left;
  padding: 0;
  margin: 0;
  padding-left: 10px;
  border: 1px solid #eee;
  border-radius: 4px 0 0 4px;
  margin-bottom: 0;
}

.quantity input:focus {
  outline: 0;
}

.quantity-nav {
  position: absolute;
  height: 42px;
  right: 0;
  width: 20px;
  border-right: 1px solid #eee;
}

.quantity-button {
  background: #F7F9FB;
  position: absolute;
  right: 0;
  cursor: pointer;
  border-left: 1px solid #eee;
  width: 20px;
  text-align: center;
  color: #333;
  font-size: 13px;
  font-family: "Trebuchet MS", Helvetica, sans-serif !important;
  line-height: 1.7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
}

.quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 0;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
}

.quantity-button.quantity-down {
  position: absolute;
  bottom: -1px;
  height: 50%;
  border-bottom: 1px solid #eee;
}

.custom-form.no-icons input,
.custom-form.no-icons textarea {
  padding-left: 10px;
}

.custom-form.no-icons label {
  margin-bottom: 20px;
}

.pass-input-wrap span {
  position: absolute;
  right: 20px;
  cursor: pointer;
  bottom: 36px;
  z-index: 10;
  font-size: 12px;
}

.radio {
  color: #999;
  font-size: 13px;
  position: relative;
  top: -2px;
}

.radio span {
  position: relative;
  padding-left: 30px;
  top: 1px;
}

.radio span:after {
  content: '';
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  position: absolute;
  left: 0;
  top: -3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.radio input[type="radio"] {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}

.radio input[type="radio"]:checked + span {
  color: #666;
}

.radio input[type="radio"]:checked + span:before {
  font-family: Font Awesome\ 5 Pro;
  content: "\F00C";
  font-size: 13px;
  position: absolute;
  top: 0;
  left: 4px;
  z-index: 20;
}

.fuzone {
  position: relative;
  border: 1px   solid #eee;
  border-radius: 3px;
  background: #F7F9FB;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
  min-height: 160px;
  margin-top: 0px;
  float: left;
  cursor: pointer;
}

.fuzone input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 100;
  cursor: pointer;
}

.fuzone .fu-text {
  text-align: center;
  margin: 50px 0;
  font-size: 12px;
  color: #999;
  font-weight: 400;
  position: relative;
}

.fuzone .fu-text i {
  font-size: 44px;
  width: 100%;
  padding-bottom: 10px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #666;
}

.book-form .quantity-item label {
  width: auto;
  position: relative;
  top: 16px;
  padding-right: 10px;
  color: #878C9F;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
}

.book-form .quantity-item label i {
  position: relative;
  float: left;
  top: 0;
  left: 0;
  padding-right: 8px;
}

.book-form .quantity {
  float: right;
}

.book-form .quantity-item {
  margin-bottom: 20px;
  float: left;
  width: 50%;
}

.book-form .quantity-item.fcit {
  padding-left: 20px;
}

.book-form .btnaplly {
  color: #fff;
  width: 100%;
  background: #F8BB11;
  padding: 15px 0;
  border-radius: 4px;
}

.book-form .btnaplly i {
  padding-left: 10px;
}

.total-coast {
  padding: 15px 0;
  border-top: 1px   solid #eee;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}

.total-coast strong {
  color: #878C9F;
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  left: 0;
  top: 21px;
}

.total-coast span {
  float: right;
  text-align: right;
  font-size: 19px;
  font-weight: 400;
  position: relative;
  top: 3px;
}

.custom-form .total-coast input {
  width: inherit !important;
  float: left;
  border: none;
  background: none;
  height: auto;
  padding: 0;
  color: #888DA0;
  font-size: 24px;
  text-align: right;
  margin-bottom: 0;
  top: -3px;
  position: relative;
  right: 10px;
}

.hid-input {
  display: none;
}

.book-form .bookdate-container label i {
  top: 44px;
}

.book-form .bookdate-container input {
  padding-left: 42px;
}

.book-form .listsearch-input-item label,
.book-form .bookdate-container label,
.book-form .book-infor label {
  margin-bottom: 12px;
}

.book-form .book-infor input[type="text"] {
  padding-left: 15px;
}

.book-form .cal-item .error {
  color: red;
}

.book-form .response-booking {
  color: red;
  font-weight: bold;
}

.bookdate-container-dayscounter {
  position: absolute;
  right: 10px;
  bottom: 32px;
  z-index: 20;
  cursor: help;
}

.bookdate-container-dayscounter span {
  color: #fff;
  position: absolute;
  right: -10px;
  top: -40px;
  border-radius: 4px;
  background: #18458B;
  height: 30px;
  line-height: 30px;
  min-width: 100px;
  font-size: 11px;
  opacity: 0;
  visibility: hidden;
}

.bookdate-container-dayscounter:hover span {
  opacity: 1;
  visibility: visible;
}

.onoffswitch {
  position: relative;
  width: 83px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.onoffswitch-checkbox {
  display: none;
}

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #FFFFFF;
  border-radius: 20px;
}

.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  -webkit-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before,
.onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 30px;
  padding: 0;
  line-height: 30px;
  font-size: 14px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.onoffswitch-inner:before {
  content: "ON";
  padding-left: 21px;
  background-color: #4DB7FE;
  color: #FFFFFF;
}

.onoffswitch-inner:after {
  content: "OFF";
  padding-right: 21px;
  background-color: #4DB7FE;
  color: #FFFFFF;
  text-align: right;
}

.onoffswitch-switch {
  display: block;
  width: 21px;
  margin: 4.5px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 49px;
  border: 2px solid #FFFFFF;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}

.main-register .custom-form input[type="text"],
.main-register .custom-form input[type=email],
.main-register .custom-form input[type=password] {
  padding-left: 20px;
}

/*-------------scroll-nav-wrapper--------------------------------------- */

.scroll-nav-container {
  padding-top: 50px;
}

.scroll-nav-wrapper {
  background: #fff;
  border-bottom: 1px solid #eee;
  padding: 14px 0;
  -webkit-transform: translate3d(0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}

.scroll-nav-wrapper .scroll-nav li {
  float: left;
  position: relative;
  overflow: hidden;
}

.scroll-nav-wrapper .scroll-nav li a {
  padding: 0 30px;
  float: left;
  height: 40px;
  line-height: 40px;
  position: relative;
  font-weight: 700;
  color: #888DA0;
  font-size: 12px;
  background: #ECF6F8;
}

.scroll-nav-wrapper .scroll-nav li:last-child {
  border-radius: 0 4px 4px 0;
}

.scroll-nav-wrapper .scroll-nav li:first-child {
  border-radius: 4px 0 0 4px;
}

.scroll-nav-wrapper .scroll-nav li a.act-scrlink {
  color: #fff;
}

.scroll-nav-wrapper .show-hidden-map {
  float: right;
  position: relative;
  color: #fff;
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
  font-size: 12px;
  font-weight: 600;
  background: #18458B;
}

.scroll-nav-wrapper .show-hidden-map:hover {
  background: #18458B;
  color: #fff;
}

.scroll-nav-wrapper .show-hidden-map:hover i {
  color: #fff;
}

.scroll-nav-wrapper .show-hidden-map i {
  padding-left: 10px;
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
  text-align: center;
}

.modal-lg {
  max-width: 1019px;
  top: 100px;
}

.img-promotion .close-modal {
  position: relative;
  right: -16px;
  float: right;
  top: -16px;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
}

.img-promotion img {
  max-width: 100%;
}

.notice-book {
  text-align: left;
}

.notice-book .notice-special {
  color: red;
  font-weight: bold;
}

#bottom-map {
  height: 550px;
  overflow: hidden;
}

.google-map {
  width: 50%;
  float: left;
  height: 550px;
}

.special-location {
  width: 50%;
  float: left;
  padding: 15px 30px;
}

.special-location p {
  margin-bottom: 0;
  padding-bottom: 5px;
}

/*------responsive------------------------------------------------ */

@media only screen and (max-width: 1224px) {
  .text-carousel .slick-item {
    padding: 0 5px;
  }

  .col-list-wrap {
    width: 800px;
  }

  .map-container.column-map {
    width: calc(100% - 800px);
  }

  .three-columns-grid .listing-item.has_one_column .geodir-category-listing {
    padding-left: 13px !important;
  }

  .three-columns-grid .listing-item.has_one_column .geodir-category-img {
    top: 12px;
  }
}

@media only screen and (max-width: 1064px) {
  .mobile-list-controls {
    display: block;
  }

  .col-list-wrap .mobile-list-controls {
    margin-top: 20px;
  }

  .mlc {
    padding: 15px 0;
    width: 50%;
    color: #fff;
    float: left;
    border-radius: 0 4px 4px 0;
    font-size: 12px;
    cursor: pointer;
  }

  .mlc:first-child {
    border-right: 1px solid rgba(0, 0, 0, 0.21);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 4px 0  0 4px;
  }

  .mlc.fl-wrap {
    width: 100%;
    border-radius: 4px;
  }

  .mlc i {
    padding-right: 10px;
  }

  .col-list-search-input-item {
    margin-bottom: 15px;
  }

  .col-list-search-input-item .quantity-item {
    margin-right: 15px;
    width: auto;
  }

  .map-container.column-map.right-pos-map,
  .map-container.fw-map.big_map.hid-mob-map {
    width: 100%;
    right: -100%;
    position: absolute;
    z-index: 100 !important;
    -webkit-transform: translate3d(0, 0, 0);
  }

  .fixed-mobile {
    position: fixed !important;
    top: 110px !important;
  }

  .map-close,
  .nav-button-wrap,
  .mob-bg {
    display: block;
  }

  .logo-holder {
    margin-left: 10px;
  }

  .fixed-footer {
    position: relative !important;
    float: left;
  }

  .main-menu nav ul,
  video.bgvid,
  .process-item:before,
  .back-to-filters,
  .lws_mobile {
    display: none;
  }

  .process-item {
    margin-bottom: 20px;
  }

  .main-menu {
    position: absolute;
    top: 50px;
    left: -20px;
    width: 300px;
    z-index: 50;
    padding: 15px 10px;
    background: #fff;
    border-bottom-right-radius: 6px;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s  ease-in-out;
    transition: all 0.4s  ease-in-out;
  }

  .vismobmenu {
    opacity: 1;
    left: 0;
    visibility: visible;
  }

  .menusb {
    display: block;
    float: left;
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  .main-menu .menusb ul {
    display: block;
    float: left;
    position: relative;
    width: 100%;
  }

  .menusb li {
    margin: 0;
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 0 20px;
  }

  .menusb li i {
    position: absolute;
    right: 18px;
    top: 10px;
  }

  .menusb a {
    float: left;
    width: 100%;
    padding: 8px 5px;
    position: relative;
    font-weight: 600;
    font-size: 12px;
    color: #50596E;
    line-height: 14px;
    text-align: left;
  }

  .menusb a i {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }

  .menusb a.back {
    padding-left: 24px;
  }

  .menusb a.back:before {
    font-family: Font Awesome\ 5 Pro;
    content: "\F177";
    font-size: 14px;
  }

  .main-header .container {
    width: 100%;
  }

  .home-grid .gallery-item {
    width: 50%;
  }

  .home-grid .gallery-item .listing-counter {
    top: 20px;
    left: 15px;
  }

  .home-grid .gallery-item.gallery-item-second .listing-counter {
    left: inherit;
    right: 15px;
    z-index: 100;
    top: 10px;
  }

  .home-grid .gallery-item .listing-item-cat {
    padding: 30px 15px 10px;
  }

  section.hero-section {
    padding: 100px 0;
  }

  .light-carousel-wrap,
  .fw-col-list-wrap .list-main-wrap-opt .list-main-wrap-title.col-title {
    margin-top: 30px;
  }

  .single-facts .inline-facts-wrap {
    width: 100%;
    padding: 5px 0;
  }

  .collage-image {
    margin-top: 40px;
    float: left;
  }

  .images-collage-title {
    left: 10px;
  }

  .pad-top-column-text {
    padding: 0;
  }

  .footer-carousel-title {
    top: 0;
  }

  .footer-social {
    margin-bottom: 30px;
  }

  .contact-btn,
  .mar-bot-cont {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .subfooter-lang {
    float: left;
    width: 100%;
    margin: 15px 0;
  }

  .subfooter-lang-tooltip {
    right: inherit;
    left: 0;
    width: 200px;
  }

  .subfooter-nav {
    float: left;
    margin-right: 0;
  }

  .card-post,
  .video-box,
  .team-box,
  .tags-stylwrap a,
  .price-item {
    margin-bottom: 15px;
  }

  .best-price {
    top: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  .pricing-wrap {
    margin: 0;
  }

  .team-box,
  .three-columns-grid .listing-item {
    width: 50%;
  }

  .success-table-header a {
    top: 0;
    margin-top: 15px;
    float: left;
  }

  .success-table-header p {
    width: 100%;
  }

  #footer-twiit p.tweet,
  .contact-btn {
    width: 100%;
  }

  .dasboard-wrap {
    padding-left: 0;
  }

  .dasboard-sidebar {
    position: relative;
    float: left;
    width: 100%;
    z-index: 10;
    top: 0;
    margin-bottom: 20px;
  }

  .dasboard-avatar {
    width: 30%;
    float: left;
  }

  .dasboard-sidebar-item {
    width: 70%;
    padding: 0 10px 0 0;
    text-align: left;
  }

  .dasboard-sidebar-item:before {
    left: 0;
    margin-left: 0;
  }

  .log-out-btn {
    background: #F9B90F !important;
  }

  .ed-btn {
    float: left;
  }

  .flat-header {
    padding-top: 140px;
  }

  .dasboard-sidebar-content {
    padding: 20px 0 44px 0;
  }

  .dasboard-sidebar-content:before {
    position: absolute;
    font-family: Font Awesome\ 5 Pro;
    content: "\F085";
    color: #fff;
    right: 70px;
    top: 70px;
    opacity: 0.4;
    font-size: 54px;
  }

  .header-search-button {
    margin-top: 10px;
  }

  .col-list-wrap {
    width: 100%;
  }

  .search-input-item {
    width: 100%;
  }

  .search-input-item.midd-input,
  .search-input-item.small-input {
    width: 100%;
  }

  #footer-twiit .timePosted a,
  .price-item,
  .three-columns-grid .listing-item.has_one_column {
    width: 100%;
  }

  .list-single-main-container {
    padding-left: 0;
  }

  .fixed-scroll-column {
    position: relative !important;
    float: left;
    left: 0;
    width: 100%;
    top: -20px;
  }

  .list-single-hero-rating {
    float: left;
    margin-top: 20px;
  }

  .list-single-hero-links {
    float: left;
  }

  .lisd-link {
    margin-left: 0;
    margin-right: 10px;
  }

  .list-single-hero-rating .score {
    float: right;
    text-align: left;
    padding-right: 0;
    padding-left: 15px;
  }

  .list-single-hero {
    padding: 100px 0 0;
  }

  .fc-button {
    margin-right: 5px;
  }

  .fc-button span {
    left: 0;
    top: -60px;
  }

  .fixed-scroll-column-share-container {
    position: absolute;
    top: 70px;
    left: 0;
    background: #18458B;
    padding-left: 20px;
    width: 180px;
    border-radius: 6px;
  }

  .share-container .share-icon {
    float: left;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-right: 6px;
  }

  .list-single-carousel-wrap,
  .fw-carousel .slick-slide-item {
    height: 400px !important;
  }
}

@media only screen and (max-width: 768px) {
  .modal-dialog {
    top: 100px;
  }

  .modal-lg {
    width: auto;
  }

  #homepage .parallax-section {
    padding: 60px 0;
  }

  .home-grid .gallery-item,
  .article-masonry,
  .main-search-input-item,
  .main-search-button,
  .listing-item,
  .rooms-media,
  .rooms-details {
    width: 100%;
  }

  .show-lang,
  .show-currency-tooltip,
  .review-comments-avatar:before,
  .grid-opt,
  .scroll-nav {
    display: none;
  }

  .show-search-button {
    width: 120px;
  }

  .add-hotel {
    padding: 0 20px;
  }

  .show-reg-form {
    margin-right: 20px;
  }

  .header-search-input-item {
    margin-bottom: 15px;
  }

  .header-search-input-item .quantity-item {
    width: auto;
  }

  .col-list-search-input-item .quantity-item {
    width: auto;
  }

  .header-search-button {
    top: 5px;
  }

  .header-search {
    padding: 20px 30px 10px;
  }

  .main-search-input-item {
    margin-bottom: 10px;
    border-radius: 6px;
  }

  .main-search-input-item input {
    border-radius: 6px;
  }

  .main-search-button {
    border-radius: 6px;
  }

  .main-search-input {
    padding: 0;
    background: rgba(255, 255, 255, 0.3);
  }

  .main-search-button,
  .scroll-nav-wrapper .show-hidden-map {
    position: relative;
    float: left;
  }

  .qty-dropdown {
    z-index: 100;
  }

  .home-intro h2 {
    font-size: 34px;
  }

  .list-carousel .sw-btn {
    top: 26%;
  }

  .light-carousel .slick-slide-item {
    padding: 10px 0;
  }

  .light-carousel .slick-slide-item .hotel-card {
    padding: 0 10px;
  }

  .text-carousel .slick-item {
    padding: 0 25px 0 5px;
  }

  .slider-container .slider-item {
    padding: 80px 0 100px;
  }

  .slider-container-wrap .sw-btn {
    top: 100%;
  }

  .reviews-comments-item {
    padding: 0 0 30px 0;
  }

  .review-comments-avatar {
    top: -25px;
    left: 25px;
    z-index: 30;
    width: 50px;
    height: 50px;
  }

  .review-comments-avatar img {
    width: 50px;
    height: 50px;
  }

  .post-nav a {
    margin-bottom: 20px;
  }

  #progressbar li {
    width: 48%;
    margin-bottom: 10px;
  }

  .ed-btn {
    margin-left: 30%;
  }

  .listing-item {
    padding: 0;
  }

  .listing-item:nth-child(even) {
    padding: 0;
  }

  .listing-features li,
  .list-single-facts .inline-facts-wrap {
    width: 50%;
  }

  .rooms-details {
    padding-left: 0;
  }

  .list-single-hero-header .list-single-hero-price,
  .rooms-details {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 540px) {
  .home-btn,
  .show-search-button span {
    display: none;
  }

  .nav-button-wrap {
    margin-left: 10px;
  }

  .show-search-button {
    width: 60px;
  }

  .show-search-button i {
    padding-left: 0;
  }

  .home-intro h2,
  .home-intro-card h3,
  section.parallax-section .section-title.big-title h2,
  .list-single-hero-title h2 {
    font-size: 24px;
  }

  section.hero-section {
    padding: 50px 0 100px;
  }

  .list-carousel {
    padding: 0;
  }

  .collage-image .main-collage-image,
  .collage-image-input {
    right: 10px;
  }

  .controls-mapwn {
    width: 250px;
    padding: 0 20px;
    height: 43px;
    line-height: 43px;
  }

  .map-modal-item,
  .main-register-holder {
    padding: 0 10px;
  }

  .daterangepicker {
    width: 303px !important;
  }

  .team-box,
  #progressbar li,
  .previous-form,
  .next-form {
    width: 100%;
  }

  .list-single-header-contacts li {
    width: 100%;
    text-align: left;
    padding: 5px 0;
  }

  .next-form,
  .list-single-hero-price {
    float: left;
    margin-top: 15px;
  }

  .success-table-header {
    padding: 10px 0 0 0;
  }

  .success-table-header i.decsth {
    position: relative;
    float: left;
    margin-bottom: 10px;
  }

  .map-view-wrap {
    position: relative;
    height: auto;
    float: left;
  }

  .map-view-wrap_item {
    top: 0;
    width: 100%;
  }

  .dasboard-avatar,
  .dasboard-sidebar-item,
  .dashboard-message-avatar,
  .price-opt,
  .half-tags,
  .three-columns-grid .listing-item,
  .list-single-main-media .gallery-item,
  .listing-features li,
  .list-single-facts .inline-facts-wrap,
  .review-total,
  .review-range-container,
  .facilities-list .btn,
  .review-score-detail,
  .review-score-total {
    width: 100%;
  }

  .facilities-list .btn {
    margin-top: 40px;
  }

  .review-score-total {
    margin-bottom: 10px;
  }

  .dasboard-avatar,
  .review-range-container,
  .review-score-detail {
    padding: 0;
  }

  .dasboard-avatar img {
    width: 80px;
    height: 80px;
  }

  .list-single-facts .inline-facts-wrap {
    border-top: 1px solid #e2e2e2;
    border-left: none;
  }

  .dasboard-sidebar-item {
    padding: 0 10px 0 0;
    text-align: center;
  }

  .dasboard-sidebar-item:before {
    left: 50%;
    margin-left: -25px;
  }

  .dasboard-sidebar-content {
    padding: 40px 0 44px 0;
  }

  .ed-btn {
    float: none;
  }

  .tfp-btn {
    top: -70px;
    right: inherit;
    left: 0;
  }

  .tfp-det {
    top: -30px;
  }

  .tfp-det-btn {
    float: none;
    display: inline-block;
  }

  .dasboard-sidebar-content:before {
    top: 20px;
    right: 20px;
  }

  .ed-btn {
    margin-left: 0;
  }

  .dasboard-menu {
    width: 100%;
  }

  .dasboard-menu li {
    width: 100%;
  }

  .dasboard-menu-btn {
    display: block;
  }

  .dasboard-menu ul.dasboard-menu-wrap {
    display: none;
    background: #fff;
    float: left;
    width: 100%;
    padding: 10px 20px;
    margin-bottom: 20px;
  }

  .dasboard-menu li ul {
    position: relative;
    top: 0;
    background: none;
    padding: 0;
    width: auto;
    z-index: 2;
    border: none;
    opacity: 1;
    display: block;
    visibility: visible;
    float: left;
    width: 100%;
  }

  .dasboard-menu li ul li {
    float: left;
    width: 100%;
    padding: 0;
    position: relative;
  }

  .dasboard-menu li ul li span {
    position: absolute;
    top: 50%;
    right: 0;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    line-height: 16px;
    border-radius: 100%;
    font-size: 9px;
    color: #fff;
  }

  .dasboard-menu li a {
    padding: 10px 0 !important;
    background: none !important;
    color: #666 !important;
  }

  .dasboard-menu li a i {
    display: none;
  }

  .dasboard-menu li a.user-profile-act,
  .dasboard-menu li a:hover {
    color: #3AACED !important;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  #myChartLegend {
    float: left;
    margin-top: 10px;
  }

  #myChartLegend li {
    margin-left: 0;
    margin-right: 10px;
  }

  .dashboard-message-text {
    margin-left: 15px;
  }

  .new-dashboard-item {
    padding: 6px 10px;
    right: 15px;
  }

  .dasboard-menu {
    top: 0;
  }

  .dashboard-message-text {
    margin-left: 0;
    text-align: left;
    padding-left: 0;
  }

  .dashboard-message-avatar img,
  .review-total {
    float: left;
    margin-bottom: 20px;
  }

  .chat-message {
    padding-left: 0;
    padding-right: 0 !important;
  }

  .chat-message.chat-message_user .massage-date {
    padding-left: 0;
    padding-right: 0 !important;
  }

  .chat-message .dashboard-message-avatar {
    position: relative;
    top: 0;
  }

  .chat-message .dashboard-message-avatar span {
    float: left;
    margin: 10px 0 0 12px;
  }

  .chat-message.chat-message_user .massage-date {
    float: left;
  }

  .massage-date {
    margin: 10px 0;
  }

  .chat-message p:before {
    display: none;
  }

  .map-close {
    width: 43px;
    height: 43px;
    left: 260px;
    line-height: 43px;
    font-size: 12px;
  }

  .list-single-carousel-wrap,
  .fw-carousel .slick-slide-item {
    height: 300px !important;
  }

  .to-top {
    right: 10px;
  }

  .ajax-modal-container {
    width: 500px;
  }

  .ajax-modal-details {
    padding: 20px 25px;
  }

  .ajax-modal-list li {
    width: 50%;
  }

  .error-wrap h2 {
    font-size: 74px;
  }

  .google-map {
    width: 100%;
    height: 320px;
  }

  .special-location {
    width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 420px) {
  .add-hotel {
    display: none;
  }

  .show-reg-form {
    margin-right: 30px;
  }

  .wishlist-wrap {
    width: 300px;
    padding: 25px 10px 0;
  }

  .header-user-name {
    font-size: 11px;
  }

  .header-user-name:before {
    bottom: -1px;
    right: -20px;
  }

  .header-user-menu {
    margin-right: 30px;
  }

  .ajax-modal-container {
    width: 400px;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .bg {
    background-attachment: scroll !important;
    -webkit-background-size: cover;
    background-position: center;
  }
}

