/* ===========================================================================
   GENERAL & BASIC STYLES
   =========================================================================== */

::-moz-selection {
    background-color: #DF1E26;
    color: #fff;
}

::selection {
    background-color: #DF1E26;
    color: #fff;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #c1c1c1;
}

::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

body {
    background-color: #fff;
    color: #555;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.2px;
}

dl,
ol,
ul,
p {
    margin: 0;
    padding: 0;
}

.btn:focus,
.form-control:focus,
button:focus,
input:focus {
    outline: 0;
    box-shadow: none;
}

a,
button {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none
}

a {
    color: #1F232B;
    text-decoration: none;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}


a:hover,
a:focus {
    color: #DF1E26;
    outline: none;
    text-decoration: none;
}

ins {
    text-decoration: none;
}

strong,
b {
    font-weight: 600;
}

.btn {
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    padding: 13px 40px;
}

.btn:not(:disabled):not(.disabled).active:focus,
.btn:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
}

.btn-primary {
    background-color: #DF1E26;
    border-color: #DF1E26;
    color: #fff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active {
    background-color: #E91F27;
    border-color: #E91F27;
    color: #fff;
}

.btn-outline-primary {
    background-color: transparent;
    border-color: #DF1E26;
    color: #DF1E26;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active {
    background-color: transparent;
    border-color: #E91F27;
    color: #E91F27;
}

.text-primary {
    color: #DF1E26 !important;
}

.text-777 {
    color: #777 !important;
}

.text-right {
    text-align: right !important;
}

.font-12 {
    font-size: 12px !important;
}

.font-13 {
    font-size: 13px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-15 {
    font-size: 15px !important;
}

.fw-semibold {
    font-weight: 600 !important;
}

.lh-13 {
    line-height: 13px !important;
}

.zIndex2 {
    z-index: 2 !important;
}

.show-hide-element {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in;
}

.cursor-pointer {
    cursor: pointer !important;
}

.zIndex_10000 {
    z-index: 10000 !important;
}

/* ==========================================================================
   SPRITES
   =========================================================================== */

.video {
width: 100%;
position: absolute;
}

.sprt {
    background-image: url('../img/sprite.webp');
    background-repeat: no-repeat;
    display: inline-block;
}

.sprt-caret-colored {
    background-position: 0 0;
    width: 10px;
    height: 6px;
}

.sprt-caret-colored-up {
    background-position: -130px -70px;
    width: 10px;
    height: 6px;
}

.sprt-caret-black {
    background-position: -12px 0;
    width: 10px;
    height: 6px;
}

.sprt-search {
    background-position: -70px 0;
    width: 22px;
    height: 22px;
}

.sprt-menu-close {
    background-position: 0 -8px;
    width: 8px;
    height: 8px;
}

.sprt-delhi-white {
    background-position: 0 -24px;
    width: 30px;
    height: 44px;
}

.sprt-noida-white {
    background-position: -32px -24px;
    width: 50px;
    height: 44px;
}

.sprt-gurugram-white {
    background-position: -84px -24px;
    width: 33px;
    height: 44px;
}

.sprt-mumbai-white {
    background-position: -119px -24px;
    width: 61px;
    height: 44px;
}

.sprt-bengaluru-white {
    background-position: 0 -70px;
    width: 55px;
    height: 44px;
}

.sprt-pune-white {
    background-position: -57px -70px;
    width: 73px;
    height: 44px;
}

.sprt-hyderabad-white {
    background-position: 0 -116px;
    width: 43px;
    height: 44px;
}

.sprt-chennai-white {
    background-position: -45px -116px;
    width: 45px;
    height: 44px;
}

.sprt-delhi-grey {
    background-position: 0 -162px;
    width: 30px;
    height: 44px;
}

.sprt-noida-grey {
    background-position: -32px -162px;
    width: 50px;
    height: 44px;
}

.sprt-gurugram-grey {
    background-position: -84px -162px;
    width: 33px;
    height: 44px;
}

.sprt-mumbai-grey {
    background-position: -119px -162px;
    width: 61px;
    height: 44px;
}

.sprt-bengaluru-grey {
    background-position: 0 -208px;
    width: 55px;
    height: 44px;
}

.sprt-pune-grey {
    background-position: -57px -208px;
    width: 73px;
    height: 44px;
}

.sprt-hyderabad-grey {
    background-position: 0 -254px;
    width: 43px;
    height: 44px;
}

.sprt-chennai-grey {
    background-position: -45px -254px;
    width: 45px;
    height: 44px;
}

.sprt-home {
    background-position: 0 -300px;
    width: 44px;
    height: 44px;
}

.sprt-office-building {
    background-position: -46px -300px;
    width: 46px;
    height: 44px;
}

.sprt-property {
    background-position: -94px -300px;
    width: 44px;
    height: 44px;
}

.sprt-blogs {
    background-position: -302px -300px;
    width: 44px;
    height: 44px;
}

.sprt-contact-options {
    background-position: -140px -300px;
    width: 44px;
    height: 44px;
}

.sprt-facebook {
    background-position: 0px -578px;
    width: 35px;
    height: 35px;
}

.sprt-twitter {
    background-position: -34px -578px;
    width: 35px;
    height: 35px;
}

.sprt-instagram {
    background-position: -68px -578px;
    width: 35px;
    height: 35px;
}

.sprt-linkedin {
    background-position: -103px -578px;
    width: 35px;
    height: 35px;
}



.sprt-youtube {
    background-position: -138px -578px;
    width: 35px;
    height: 35px;
}


.sprt-slider-prev-arrow {
    background-position: -24px 0;
    width: 21px;
    height: 17px;
}

.sprt-slider-next-arrow {
    background-position: -47px 0;
    width: 21px;
    height: 17px;
}

.sprt-hero-form-location {
    background-position: -92px -116px;
    width: 16px;
    height: 20px;
    margin: 0px 5px;
}

.sprt-hero-form-bed {
    background-position: -109px -116px;
    width: 22px;
    height: 20px;
}

.sprt-hero-form-guest {
    background-position: -133px -116px;
    width: 18px;
    height: 20px;
}

.sprt-hero-form-calendar {
    background-position: -94px 0;
    width: 20px;
    height: 20px;
}

.sprt-form-submit-arrow {
    background-position: -313px 0;
    width: 24px;
    height: 24px;
}

.sprt-stats-properties {
    background-position: 0 -392px;
    width: 78px;
    height: 78px;
}

.sprt-stats-rooms {
    background-position: -80px -392px;
    width: 78px;
    height: 78px;
}

.sprt-stats-point-contact {
    background-position: -160px -392px;
    width: 78px;
    height: 78px;
}

.sprt-contact-map-marker {
    background-position: -203px 0;
    width: 16px;
    height: 16px;
}

.sprt-contact-call {
    background-position: -221px 0;
    width: 16px;
    height: 16px;
}

.sprt-call {
    background-position: -167px 0;
    width: 16px;
    height: 16px;
}


.sprt-contact-paper-plane {
    background-position: -239px 0;
    width: 16px;
    height: 16px;
}

.sprt-contact-map-marker-light {
    background-position: -203px 0;
    width: 16px;
    height: 16px;
}

.sprt-contact-call-light {
    background-position: -221px 0;
    width: 16px;
    height: 16px;
}

.sprt-contact-paper-plane-light {
    background-position: -239px 0;
    width: 16px;
    height: 16px;
}

.sprt-dots-menu-icon {
    background-position: -281px 0;
    width: 5px;
    height: 16px;
}

.sprt-property-verfied-tick {
    background-position: -182px -24px;
    width: 11px;
    height: 12px;
}

.sprt-rating-star {
    background-position: -10px -8px;
    width: 10px;
    height: 10px;
}

.sprt-verified-tick {
    background-position: -145px -70px;
    width: 35px;
    height: 35px;
}

.sprt-payment-management {
    background-position: -182px -70px;
    width: 25px;
    height: 35px;
}

.sprt-budget-options {
    background-position: -209px -70px;
    width: 35px;
    height: 35px;
}

.sprt-booking-tick {
    background-position: -246px -70px;
    width: 35px;
    height: 35px;
}

.sprt-decorative-arrow {
    background-position: -204px -60px;
    width: 63px;
    height: 8px;
}

.sprt-customer-helpline {
    background-position: -3px -395px;
    width: 84px;
    height: 84px;
    border-style: solid;
    border-color: #DF1E26;
    border-radius: 50%;
}

.sprt-best-leading-company {
    background-position: -86px -395px;
    width: 84px;
    height: 84px;
    border-style: solid;
    border-color: #DF1E26;
    border-radius: 50%;
}

.sprt-best-deals {
    background-position: -171px -395px;
    width: 84px;
    height: 84px;
    border-style: solid;
    border-color: #DF1E26;
    border-radius: 50%;
}


.sprt-stats-cta-contact-options {
    background-position: -320px -392px;
    width: 78px;
    height: 78px;

}

.sprt-form-control-calendar {
    background-position: -294px -116px;
    width: 20px;
    height: 20px;
}

.sprt-form-control-user {
    background-position: -206px -116px;
    width: 20px;
    height: 20px;
}

.sprt-form-control-call {
    background-position: -228px -116px;
    width: 20px;
    height: 20px;
}

.sprt-form-control-arroba {
    background-position: -250px -116px;
    width: 20px;
    height: 20px;
}

.sprt-form-control-comment {
    background-position: -272px -116px;
    width: 20px;
    height: 20px;
}

.sprt-search-colored {
    background-position: -257px 0;
    width: 22px;
    height: 22px;
}

.sprt-selected-city-close {
    background-position: -205px -48px;
    width: 10px;
    height: 9px;
}

.sprt-card-slider-prev-arrow {
    background-position: -218px -48px;
    width: 14px;
    height: 8px;
}

.sprt-card-slider-next-arrow {
    background-position: -234px -48px;
    width: 14px;
    height: 8px;
}

.sprt-edit-search {
    background-position: -152px -116px;
    width: 16px;
    height: 16px;
}

.sprt-list-sort {
    background-position: -92px -138px;
    width: 14px;
    height: 14px;
}

.sprt-list-filteration {
    background-position: -108px -138px;
    width: 14px;
    height: 14px;
}

.sprt-list-map {
    background-position: -124px -138px;
    width: 14px;
    height: 14px;
}

.sprt-feature-bed {
    background-position: -205px -24px;
    width: 20px;
    height: 20px;
}

.sprt-feature-bath {
    background-position: -227px -24px;
    width: 20px;
    height: 20px;
}

.sprt-feature-area {
    background-position: -249px -24px;
    width: 20px;
    height: 20px;
}

.sprt-filter-tool {
    background-position: -271px -24px;
    width: 24px;
    height: 24px;
}

.sprt-amenity-centralized-ac {
    background-position: 0 -472px;
    width: 67px;
    height: 49px;
}

.sprt-amenity-housekeeping {
    background-position: -69px -472px;
    width: 68px;
    height: 49px;
}

.sprt-amenity-washer {
    background-position: -139px -472px;
    width: 69px;
    height: 49px;
}

.sprt-amenity-tv {
    background-position: -210px -472px;
    width: 67px;
    height: 49px;
}

.sprt-amenity-kitchen {
    background-position: 0 -523px;
    width: 67px;
    height: 49px;
}

.sprt-pkg-arrow {
    background-position: -45px -0px;
    width: 24px;
    height: 24px;
}

.sprt-amenity-car-parking {
    background-position: -69px -523px;
    width: 70px;
    height: 49px;
}

.sprt-amenity-gym {
    background-position: -139px -523px;
    width: 67px;
    height: 49px;
}

.sprt-amenity-front-desk {
    background-position: -210px -523px;
    width: 62px;
    height: 49px;
}


/* ==========================================================================
   menu
   =========================================================================== */

 



/* .container {
  width: 1140px;
  margin: 0 auto;
} */

/* .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
} */
/* nav {
  background: #008CFF;
  box-shadow: 0px 5px 15px 0px rgba(212, 201, 201, 0.75);
} */



/* normal menu css */

.main_menu > ul > li {
  display: inline-block;
  position: relative;
  margin: 0 -2px;
}
.main_menu ul li {
  position: relative;
}

.main_menu ul li a {
  font-size: 16px;
  color: #353535;
  padding: 20px 25px;
  display: block;
  font-weight: 500;
}

.main_menu ul li .active,
.main_menu ul li:hover > a {
  color: var(--hover-color);
}
/* Normal Dropdown menu */
.main_menu ul li ul {
  width: 200px;
  background: #fff;
  transition: 0.5s;
  box-shadow: 0px 5px 15px 0px rgba(212, 201, 201, 0.75);
}

.main_menu ul li ul li a {
  padding: 10px 25px;
  font-size: 15px;
}
.main_menu ul li ul li a i {
  float: right;
}

.main_menu ul li ul li ul {
  left: 100%;
  top: 0;
}

/* mega menu css */
.mega_menu_dropdown {
  position: static !important;
}
.mega_menu {
  left: 0;
  right: 0;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  transition: 0.5s;
  /* box-shadow: 0px 5px 15px 0px rgba(100, 100, 100, 75%); */
}
.mega_menu_item {
  width: 25%;
  padding: 30px 20px;
}
.main_menu ul li .mega_menu_item a {
  padding: 10px 0;
}

.main_menu ul li .mega_menu_item a:hover {
  color: #DF1E26;
}
.mega_menu_item h3 {
  margin-bottom: 15px;
}
.mega_menu_item img {
  width: 100%;
}

/* demo_2 css */
.mega_menu_demo_2 .mega_menu {
  left: 50%;
  transform: translateX(-50%);
  width: 1140px;
}

.mobile_btn {
  display: none;
}

/* responsive css */
@media (min-width: 992px) and (max-width: 1199.98px) {

  .container {
    width: 960px;
  }
  .mega_menu_demo_2 .mega_menu {
    width: 940px;
  }
  .main_menu ul li ul {
    width: 150px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .container {
    width: 720px;
  }
  .mega_menu_demo_2 .mega_menu {
    width: 700px;
  }
  .main_menu ul li a {
    font-size: 15px;
    padding: 20px 16px;
  }
  .main_menu ul li ul {
    width: 150px;
  }
}

.fa-angle-down:hover {
    color: #DF1E26;
    transform: rotate(180deg);
}

@media (min-width: 768px) {
  .main_menu ul li ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    margin-top: 94px;
  }

  .main_menu ul li .mega_menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    margin-top: 15px !important;
    border-top: 1px solid #DF1E26;
    padding: 0 338px;
  }
  .main_menu ul li:hover > ul {
    visibility: visible;
    opacity: 1;
    margin-top: 0px;
    z-index: 99;
  }
  .main_menu ul li:hover > .mega_menu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    z-index: 99;
  }
}

@media (max-width: 767.98px) {

.mega_menu_item {
    padding: 0px 20px;
    }
    
  .mega_menu_demo_2 .mega_menu,
  .container {
    width: 100%;
  }

  nav {
    padding: 15px;
  }
  .mobile_btn {
    cursor: pointer;
    display: block;
  }


  .main_menu {
    background-color: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    right: -340px;
    width: 340px;
    transition: all 0.3s ease;
    height: 100%;
  }

  .main_menu.main_menu_reveal {
    right: 0;
    transition: all 0.3s ease;
    overflow-y: auto;
  }

  .main_menu_close {
    position: absolute;
    color: #000;
    border: 1px solid #000;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    right: 20px;
    top: 20px;
  }

  .main_menu ul {
    margin-top: 60px;
  }

  .main_menu ul li {
    display: block;
  }
  .main_menu ul li a i {
    float: right;
  }
  .main_menu ul li a {
    border-bottom: 1px solid #ddd;
  }
  .main_menu ul li ul {
    width: 100%;
  }
  .main_menu ul li ul li ul {
    left: 0;
    top: auto;
  }

  .mega_menu .mega_menu_item {
    width: 100%;
  }
  .main_menu ul li ul {
    display: none;
    transition: none;
  }
  .main_menu ul li .mega_menu {
    display: none;
    transition: none;
  }

  .mega_menu_demo_2 .mega_menu {
    transform: translateX(0);
  }
}

@media (max-width: 575.98px) {
  .mega_menu .mega_menu_item {
    width: 100%;
  }
}






  


/* ==========================================================================
   APP HEADER
   =========================================================================== */



   .row.custom-gutter-10 {
    margin-left: 5px;
    margin-right: 5px;
  }
  
  .row.custom-gutter-10 > [class^='col'] {
    padding-left: 5px;
    padding-right: 5px;
  }


.app-header {
    background: url(../img/hero-slider1.jpg) 50% 0 no-repeat;
    position: relative;
    background-size: cover;
    padding-bottom: 20px;
    border-radius: 0 0 30px 30px;
    /* box-shadow: 0 1px 8px rgb(0 0 0 / 15%); */
}

.app-navbar-wrap {
    background-color: #fff;
    /* background: linear-gradient(180deg, rgba(182, 172, 157, 0.5) 0%, rgba(194, 186, 176, 0.03) 35%, rgba(223, 30, 38, 0) 100%); */
    padding-bottom: 15px;
    padding-top: 15px;
    z-index: 10;
    position: absolute;
    width: 100%;
    box-shadow: 0 1px 8px rgb(0 0 0 / 15%);
}

.app-navbar-wrap.fixed {
    background-color: #fff !important;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.08);
    position: fixed !important;
    top: 0;
    z-index: 9999;
    width: 100%;
}

.app-navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 10;
}

.app-navbar-number {
    font-size: 17px;
}

.app-navbar-left,
.app-navbar-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.app-navbar-left {
    padding-left: 20px;
}

.app-navbar-right {
    padding-right: 20px;
}

.hero-heading-main {
    position: relative;
    z-index: 3;
    color: white;
    text-align: center;
    margin: auto 0;
}

.hero-heading-title {
color: #FFF;
font-family: Poppins;
font-size: 50px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 0.64px;
}

.hero-heading {
    color: #FFF;
    font-family: Chonburi;
    font-size: 75px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 3.84px;
}

.hero-text .hero-heading-main p {
    margin: 0;
    overflow: hidden;
  }
  .hero-text .hero-heading-main p span {
    color: #FFF;
    font-family: Chonburi;
    font-size: 75px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 3.84px;
    display: none;
  }
  
  .hero-text .hero-heading-main p span.text-in {
    display: block;
    animation: textIn 0.4s ease;
  }
  .hero-text .hero-heading-main p span.text-out {
    animation: textOut 0.4s ease;
  }
  @keyframes textIn {
    0% {
      transform: translateY(100%);
    }
    100% {
      transform: translateY(0%);
    }
  }
  @keyframes textOut {
    0% {
      transform: translateY(0%);
    }
    100% {
      transform: translateY(-100%);
    }
  }

.header-logo {
    width: 157px;
}

.app-navbar-left .app-dropdown {
    margin-top: 11px;
    margin-left: 41px;
}

.app-dropdown {
    position: relative;
    border: 2px solid #F3CCCE;
    border-radius: 5px;
}

.app-dropdown-alt {
    border-color: #fceeef;
    background-color: #fceeef;
}

.app-dropdown-trigger {
    position: relative;
    cursor: pointer;
}

.app-dropdown-input {
    color: #DF1E26;
    padding: 9px 18px;
    padding-right: 40px;
    width: 100%;
}

.app-dropdown-caret {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 18px;
    transition: all 0.1s ease-in;
}

.app-dropdown-trigger.show .app-dropdown-caret {
    transform: translateY(-50%) rotate(-180deg);
    transition: all 0.1s ease-in;
}

.app-dropdown-menu {
    background-color: #fff;
    border: none;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
    padding: 12px;
    border-radius: 5px;
    width: 100%;
    min-width: 200px;
}

.app-dropdown-menu li {
    margin-bottom: 5px;
}

.app-dropdown-menu li .dropdown-item {
    color: #717276;
    font-size: 13px;
    border-radius: 3px;
    padding-right: 12px;
    padding-left: 12px;
    cursor: pointer;
}

.app-dropdown-menu li .dropdown-item:active,
.app-dropdown-menu li .dropdown-item.active {
    background-color: #DF1E26;
    color: #fff;
}

.header-search-box {
    margin-right: 25px;
}

.header-btn-search {
    background-color: transparent;
    border: none;
    height: 26px;
    position: relative;
    top: 3px;
}

.header-btn-search:focus {
    background-color: transparent;
    border: none;
    outline: 0;
}

.header-search-dropdown-menu {
    background-color: #fff;
    border: none;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
    padding: 0;
    border-radius: 5px;
    width: 100%;
    min-width: 400px;
}

.header-search-dropdown-menu::before {
    content: '';
    display: block;
    position: absolute;
    top: -5px;
    right: 10px;
    width: 0;
    height: 0;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff;
}

.header-search-input {
    background-color: #fff;
    border-radius: 5px;
    border: none;
    outline: none;
    padding: 10px;
    font-size: 13px;
    color: #1F232B;
    width: 100%;
}

.header-search-input::-webkit-input-placeholder {
    color: #717276;
    font-size: 13px;
}

.header-search-input:-ms-input-placeholder {
    color: #717276;
    font-size: 13px;
}

.header-search-input::placeholder {
    color: #717276;
    font-size: 13px;
}

.header-search-input::placeholder {
    color: #717276;
    font-size: 13px;
}

.hamburger-toggler {
    position: relative;
    width: 37px;
    height: 28px;
    cursor: pointer;
}

.hamburger-toggler>div {
    background-color: #1F232B;
    border-radius: 25px;
    width: 37px;
    height: 5px;
    position: absolute;
}

.hamburger-toggler>div:nth-child(1) {
    top: 0;
}

.hamburger-toggler>div:nth-child(2) {
    top: 12px;
}

.hamburger-toggler>div:nth-child(2)::before {
    border-style: solid;
    border-width: 0 9px 9px 9px;
    border-color: transparent transparent #1F232B transparent;
    content: '';
    transform: rotate(180deg);
    top: 0;
    left: 0;
    position: absolute;
}

.hamburger-toggler>div:nth-child(3) {
    top: 24px;
}

.main-menu {
    background-color: rgba(31, 35, 43, 0.90);
    box-shadow: -2px 0 6px 0px rgb(0 0 0 / 20%);
    position: fixed;
    right: -740px;
    top: 0;
    bottom: 0;
    padding: 80px 20px 40px;
    width: 400px;
    transition: all 0.3s ease;
    z-index: 10000;
}

.main-menu.reveal {
    right: 0;
    transition: all 0.3s ease;
}

.menu-close {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #1F232B;
    cursor: pointer;
    border-radius: 50%;
    font-size: 16px;
    width: 28px;
    height: 28px;
    text-align: center;
    position: absolute;
    top: 20px;
    right: 25px;
    line-height: 26px;
    z-index: 3;
}

.main-menu-content {
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    left: 20px;
    right: 20px;
}

.menu-locations-txt {
    color: #fff;
    font-size: 14px;
    margin-left: 25px;
    margin-bottom: 10px;
}

.menu-locations-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu-locations-list li {
    text-align: center;
    margin-bottom: 15px;
}

.menu-locations-list li a {
    color: #fff;
    border-radius: 5px;
    display: block;
    min-width: 85px;
    padding: 10px 5px 5px;
}

.menu-locations-list li:hover a,
.menu-locations-list li.active a {
    background-color: #fff;
    border-radius: 5px;
    color: #DF1E26;
}

.menu-locations-list li:hover a .sprt-delhi-white,
.menu-locations-list li.active a .sprt-delhi-white,
.nav-highly-rated-pills .nav-item:hover .nav-link .sprt-delhi-grey,
.nav-highly-rated-pills .nav-item .nav-link.active .sprt-delhi-grey {
    background-position: -182px -162px;
}

.menu-locations-list li:hover a .sprt-noida-white,
.menu-locations-list li.active a .sprt-noida-white,
.nav-highly-rated-pills .nav-item:hover .nav-link .sprt-noida-grey,
.nav-highly-rated-pills .nav-item .nav-link.active .sprt-noida-grey {
    background-position: -214px -162px;
}

.menu-locations-list li:hover a .sprt-gurugram-white,
.menu-locations-list li.active a .sprt-gurugram-white,
.nav-highly-rated-pills .nav-item:hover .nav-link .sprt-gurugram-grey,
.nav-highly-rated-pills .nav-item .nav-link.active .sprt-gurugram-grey {
    background-position: -266px -162px;
}

.menu-locations-list li:hover a .sprt-mumbai-white,
.menu-locations-list li.active a .sprt-mumbai-white,
.nav-highly-rated-pills .nav-item:hover .nav-link .sprt-mumbai-grey,
.nav-highly-rated-pills .nav-item .nav-link.active .sprt-mumbai-grey {
    background-position: -301px -162px;
}

.menu-locations-list li:hover a .sprt-bengaluru-white,
.menu-locations-list li.active a .sprt-bengaluru-white,
.nav-highly-rated-pills .nav-item:hover .nav-link .sprt-bengaluru-grey,
.nav-highly-rated-pills .nav-item .nav-link.active .sprt-bengaluru-grey {
    background-position: -182px -208px;
}

.menu-locations-list li:hover a .sprt-pune-white,
.menu-locations-list li.active a .sprt-pune-white,
.nav-highly-rated-pills .nav-item:hover .nav-link .sprt-pune-grey,
.nav-highly-rated-pills .nav-item .nav-link.active .sprt-pune-grey {
    background-position: -239px -208px;
}

.menu-locations-list li:hover a .sprt-hyderabad-white,
.menu-locations-list li.active a .sprt-hyderabad-white,
.nav-highly-rated-pills .nav-item:hover .nav-link .sprt-hyderabad-grey,
.nav-highly-rated-pills .nav-item .nav-link.active .sprt-hyderabad-grey {
    background-position: -182px -254px;
}

.menu-locations-list li:hover a .sprt-chennai-white,
.menu-locations-list li.active a .sprt-chennai-white,
.nav-highly-rated-pills .nav-item:hover .nav-link .sprt-chennai-grey,
.nav-highly-rated-pills .nav-item .nav-link.active .sprt-chennai-grey {
    background-position: -227px -254px;
}

.menu-locations-list li a .sprt {
    display: block;
    margin: 0 auto 5px;
}

.menu-sitelinks-list {
    margin: 80px 130px 0;
    display: block;
}

.menu-sitelinks-list li:hover a .sprt-home,
.menu-sitelinks-list li.active a .sprt-home {
    background-position: 0 -346px;
}

.menu-sitelinks-list li:hover a .sprt-office-building,
.menu-sitelinks-list li.active a .sprt-office-building {
    background-position: -46px -346px;
}

.menu-sitelinks-list li:hover a .sprt-property,
.menu-sitelinks-list li.active a .sprt-property {
    background-position: -94px -346px;
}

.menu-sitelinks-list li:hover a .sprt-blogs,
.menu-sitelinks-list li.active a .sprt-blogs {
    background-position: -94px -346px;
}

.menu-sitelinks-list li:hover a .sprt-contact-options,
.menu-sitelinks-list li.active a .sprt-contact-options {
    background-position: -140px -346px;
}

.menu-social-list {
    justify-content: center;
    margin: 120px 100px 0;
}

.menu-social-list li {
    margin: 0 10px;
}

.menu-social-list li a {
    min-width: auto;
}

.menu-social-list li:hover a {
    background-color: transparent;
    border-radius: 0;
}

.menu-social-list li:hover a .sprt-facebook {
    background-position: -0px -615px;
}

.menu-social-list li:hover a .sprt-twitter {
    background-position: -34px -615px;
}

.menu-social-list li:hover a .sprt-instagram {
    background-position: -68px -615px;
}

.menu-social-list li:hover a .sprt-linkedin {
    background-position: -102px -615px;
}

.menu-social-list li:hover a .sprt-youtube {
    background-position: -138px -615px;
}

.social-list {
    justify-content: left;
}

.social-list li a {
    min-width: auto;
}

.social-list li:hover a {
    background-color: transparent;
    border-radius: 0;
}

.social-list li:hover a .sprt-facebook {
    background-position: -0px -615px;
}

.social-list li:hover a .sprt-twitter {
    background-position: -34px -615px;
}

.social-list li:hover a .sprt-instagram {
    background-position: -68px -615px;
}

.social-list li:hover a .sprt-linkedin {
    background-position: -102px -615px;
}

.social-list li:hover a .sprt-youtube {
    background-position: -138px -615px;
}

.follow-us {
    color: #fff;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: 0.6px;
    font-weight: 400;
    margin-bottom: 15px;
}

.body-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 80%);
    z-index: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.body-overlay.reveal {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease;
}

.hero-img-carousel {
    position: absolute;
    width: 57%;
    top: 0;
    right: 0;
}

.hero-lines-grid-bg {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}

.hero-txt-carousel {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 9;
    height: 100vh;
    padding-top: 420px;
}

.hero-txt-carousel .item {
    max-width: 575px;
    margin-left: 264px;
    margin-bottom: 40px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.75s ease-in;
}

.hero-txt-carousel .active .item {
    opacity: 1;
    visibility: visible;
}

.hero-title {
    color: #1F232B;
    font-size: 45px;
    font-weight: 800;
    position: relative;
    padding-left: 28px;
}

.hero-title>span {
    font-size: 17px;
    font-weight: 600;
    position: absolute;
    left: 0;
    top: -1px;
}

.hero-subtitle {
    padding: 30px 260px 0 28px;
}

.hero-txt-carousel-numerical-nav {
    color: #1F232B;
    font-weight: 600;
    max-width: 86px;
    margin-left: 28px;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
}

.hero-txt-carousel-numerical-nav>span:first-child {
    float: left;
    color: #DF1E26;
    width: 20px;
}

.hero-txt-carousel-numerical-nav>span:nth-child(2) {
    background-color: #FFAEAE;
    position: absolute;
    bottom: 7px;
    height: 3px;
    width: 46px;
    left: 20px;
}

.hero-txt-carousel-numerical-nav>span:last-child {
    float: right;
    width: 20px;
    text-align: right;
}

.hero-txt-carousel.owl-theme .owl-nav [class*=owl-],
.hero-txt-carousel.owl-theme .owl-nav [class*=owl-]:hover,
.hero-txt-carousel.owl-theme .owl-nav [class*=owl-]:focus {
    background-color: transparent;
    color: #1F232B;
    font-size: 26px !important;
    font-weight: bold !important;
    position: relative;
    margin: 0;
    padding-left: 20px !important;
    position: absolute;
}

.hero-txt-carousel.owl-theme .owl-nav [class*=owl-]>span {
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    left: 0;
    top: -8px;
}

.hero-txt-carousel .owl-nav button.owl-prev {
    left: 10px;
}

.hero-txt-carousel .owl-dots .active
{
    background-color: aqua;
}

.hero-txt-carousel .owl-nav button.owl-next {
    right: 10px;
}

.hero-txt-carousel .owl-dots .active {
    color: transparent !important;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #1F232B;
}

.hero-txt-carousel .owl-nav .owl-prev,
.hero-txt-carousel .owl-nav .owl-next {
    color: transparent !important;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #1F232B;
}

.hero-img-carousel-nav {
    position: absolute;
    top: 115px;
    right: 91px;
    z-index: 9;
}

.hero-img-carousel-nav .hero-img-carousel-prev-btn,
.hero-img-carousel-nav .hero-img-carousel-next-btn {
    cursor: pointer;
    display: inline-block;
    height: 17px;
}

.hero-img-carousel-nav .hero-img-carousel-prev-btn:hover,
.hero-img-carousel-nav .hero-img-carousel-next-btn:hover {
    opacity: 0.5;
}

.hero-img-carousel-nav .hero-img-carousel-prev-btn {
    margin-right: 49px;
}

.hero-search {
    position: absolute;
    z-index: 9;
    width: 100%;
    bottom: 150px;
}

.hero-search-inner {
    position: relative;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    box-shadow: 0 5px 8px rgba(31, 35, 43, 0.1);
    color: #1F232B;
}

.hero-search-form {
    padding: 15px 15px 15px 30px;
    position: relative;
}

.hero-search-form-group {
    padding-top: 5px;
    position: relative;
}

.hero-search-form-group .sprt {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.hero-search-form .app-dropdown {
    border: none;
}

.hero-search-form .app-dropdown-input {
    padding: 15px 30px;
    color: #1F232B;
}

.hero-search-form-control {
    background-color: transparent;
    border: none;
    width: 100%;
    padding: 15px 30px;
    color: #1F232B;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

.hero-search-form-control::-webkit-input-placeholder {
    color: #1F232B;
    font-size: 13px;
    font-weight: 500;
}

.hero-search-form-control:-ms-input-placeholder {
    color: #1F232B;
    font-size: 13px;
    font-weight: 500;
}

.hero-search-form-control::placeholder {
    color: #1F232B;
    font-size: 13px;
    font-weight: 500;
}

.hero-search-form-control::placeholder {
    color: #1F232B;
    font-size: 13px;
    font-weight: 500;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #DF1E26;
}

.daterangepicker .btn-primary.disabled,
.daterangepicker .btn-primary:disabled {
    background-color: #DF1E26;
}

.hero-search-form-btn-submit {
    height: 54px;
    width: 54px;
    border-radius: 10px;
    display: block;
    padding: 0;
    text-align: center;
    line-height: 62px;
    float: right;
    margin: 0;
}


/* ==========================================================================
   APP MAIN
   =========================================================================== */

.app-main {
    position: relative;
    z-index: 2;
}


/* ==========================================================================
   HOMEPAGE
   =========================================================================== */


/* Section - Stats */




.section-namaste {
    position: relative;
    padding-top: 125px;
}

.section-destinations-des {
    padding-top: 60px;
}

.stats-line-divider {
    background-color: #fff;
    /* position: absolute;
    z-index: 1; */
    bottom: 70px;
    margin: 0;
    width: 100%;
}

.stats-col {
    padding: 65px 0px 65px;
    text-align: left;
    color: #fff;
    position: relative;
}

.stats-col-alt {
    background-color: #FFF;
    color: #1F232B;
}

.stats-col-first {
    border-radius: 25px;
}

.icon-img {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 2;
    top: 40px;
}

.stats-col-second {
    border-radius: 10px;
    background: rgba(224, 36, 41, 0.06);
    border-radius: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    z-index: 5;
}

.namaste-video {
    position: relative; 
    border-radius: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    z-index: -1;
}

.namaste-title {
    color: #1D1C1A;
    font-family: 'Baloo 2', cursive;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 2px;
}

.stats-subtitle {
    color: #555;
    font-size: 17px;
    font-weight: 400;
}


/* Section - Trending for Corportates */
.section-trending-for-corporates {
    padding: 75px 0 0;
}

.section-destinations-cities {
    padding: 75px 0 125px 0;
}

.tfc-box {
    background-color: #1D1C1A;;
    color: #fff;
    font-size: 32px;
    margin-bottom: 10px;
    font-weight: 700;
    padding: 23PX;
    border-radius: 10px;

}

.tfc-heading {
    color: #fff;
    font-family: 'Baloo 2', cursive;
    font-size: 25px;
    font-weight: 700;
    border-radius: 10px;
}

.tfc-sub-heading {
    color: #FFF;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
}

.tfc-thumbnail {
    position: relative;
    margin-bottom: 10px;
    display: block;
}

.tfc-thumbnail img {
    border-radius: 10px;
    display: block;
    max-width: 100%;
}

.tfc-thumbnail::before {
    background: linear-gradient(0deg, rgba(8,14,1,1) 0%, rgba(8,14,1,0) 70%);
    content: '';
    position: absolute;
    border-radius: 10px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.tfc-thumbnail .tfc-city {
    color: #fff;
    font-size: 17px;
    font-weight: 300;
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 1;
    text-align: right;
}


/* Section - Explore India */

.row-explore-india {
    display: flex;
    flex-wrap: wrap;
}
.section-explore-india {
    padding: 100px 0px;
    background-color: #dde5ed;
    margin-top: 110px;
}

/*.story {
	 background:white; */
	/* padding:10px 5px; 
}*/

.story-box {
    margin-bottom: 10px;
    font-weight: 700;
    padding: 80px 0px 50px 0px;
    border-radius: 10px;
}

.story-heading {
    color: #1D1C1A;
    font-family: 'Baloo 2', cursive;
    font-size: 32px;
    font-weight: 700;
    border-radius: 10px;
}

.story-sub-heading {
    color: #1D1C1A;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
}

/* .story .story-item {
	height: 385px;
    border-radius: 15px;
    background: #3e7fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: white;
	position:relative;
	font-size:13px;	
} */

/* .story .item img {
	height: 385px;
    border-radius: 15px;
    background: #3e7fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: white;
	position:relative;
	font-size:13px;	
}

.story .item img::before {
	background: linear-gradient(0deg, rgba(8,14,1,1) 0%, rgba(8,14,1,0) 70%);
    content: '';
    position: absolute;
    border-radius: 10px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
} */

/* .story .story-item::before {
    background: linear-gradient(0deg, rgba(8,14,1,1) 0%, rgba(8,14,1,0) 70%);
    content: '';
    position: absolute;
    border-radius: 10px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
} */

.story .text {
	position:absolute;
    color: #fff;
    bottom: 20px;
    right: 20px;
    font-size: 17px;
    font-weight: 400;
    z-index: 2;
}

/* .story .owl-stage {
    right: 15px;
} */

/* Package list page*/

.card-list-pkg {
    border-radius: 10px;
    border: 0;
    background-color: #fff!important;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    margin-bottom: 3rem!important;
}
.card-list-pkg img {
    border-radius: 10px 10px 0 0;
    border: 0;
}

.card-body-list-pkg {
    padding: 1rem 1em 0rem 1rem !important
}

.card-list-pkg .list-group .list-group-item {
    color: #555;
    border: 0;  
}

.card-list-pkg .card-body h5 {
    color: #222;
    padding: 1.2rem .5em 0rem .5rem; 
    font-weight: 600;
}

.card-list-pkg .enquiry-card {
    padding: 1.5rem !important;
}

.card-list-pkg ul {
    padding: 0rem 1rem 0rem 1rem; 
    margin-bottom: 30px;
}

.card-list-pkg ul .list-group-item {
    padding: 0rem .5em 0rem .5rem; 
}




/* Section - Highly Rated Properties */

.category-section {
    padding: 40px 0px 60px 0px;
}

.category-title {
    color: #1D1C1A;
    font-family: 'Baloo 2', cursive;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 2px;
}

.section-destinations {
    padding: 125px 0px;
}

.section-title {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    flex-direction: column;
}

.about-title {
    display: flex;
    align-items: flex-start;
    margin-bottom: 50px;
    flex-direction: column;
}

.section-title-cta {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    flex-direction: column;
}

.section-title-subheading {
    color: #555;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
}

.section-title-heading {
    color: #1D1C1A;
    font-family: 'Baloo 2', cursive;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
}

.about-section-title {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
    flex-direction: column;
}

.section-content {
    margin-top: 50px;
}

.highly-rated-mbl-cities-menu-btn,
.nav-highly-rated-pills .close {
    display: none;
}

.nav-highly-rated-pills .nav-item {
    margin-right: 50px;
}

.nav-highly-rated-pills .nav-item:last-child {
    margin-right: 0;
}

.nav-highly-rated-pills .nav-link {
    color: #9A9A9A;
    border-radius: 0;
    text-align: center;
    font-weight: 500;
    padding: 0;
    margin: 0;
    transition: all 0.3s ease;
}

.nav-highly-rated-pills .nav-item:hover .nav-link,
.nav-highly-rated-pills .nav-link.active {
    background-color: transparent;
    color: #DF1E26;
}

.highly-rated-properties-slider .owl-nav {
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.highly-rated-properties-slider .owl-nav button.owl-next .sprt-slider-next-arrow { 
    background-position: -234px -48px; 
    width: 14px; 
    height: 8px; 
}

.highly-rated-properties-slider .owl-nav button.owl-prev,
.highly-rated-properties-slider .owl-nav button.owl-next {
    position: absolute;
    border: 1px solid #000;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 24px;
    line-height: 14px;
    font-weight: 300;
}

.highly-rated-properties-slider .owl-nav button.owl-prev:hover,
.highly-rated-properties-slider .owl-nav button.owl-next:hover {
    background-color: #DF1E26;
    color: white;
    /* opacity: 0.5; */
}

.highly-rated-properties-slider .owl-nav button.owl-prev {
    left: -45px;
}

.highly-rated-properties-slider .owl-nav button.owl-next {
    right: -45px;
}


.highly-rated-properties-slider-bottom-divider {
    background-color: #F1A7A7;
    margin-top: 48px;
    width: 100%;
}

.property-card {
    background-color: #f8f8f8;
    border: none;
    border-radius: 10px;
    position: relative;
    margin-bottom: 30px;
}

.property-card-img-holder {
    position: relative;
}

.property-card-img-holder::before {
    background: linear-gradient(0deg, rgba(8,14,1,1) 0%, rgba(8,14,1,0) 70%);
    content: '';
    position: absolute;
    border-radius: 10px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.property-card-img-holder .property-verfied-check {
    background-color: rgba(253, 253, 253, 0.76);
    border-radius: 8px;
    color: #1F232B;
    font-size: 13px;
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 1px 8px;
    letter-spacing: 0.3px;
    font-weight: 500;
    display: flex;
    align-items: center;
    z-index: 2;
}

.property-card-image-slider .owl-nav {
    position: absolute;
    top: 44%;
    transform: translateY(-44%);
    margin-top: 0;
    width: 100%;
}

.property-card-image-slider .owl-nav button.owl-prev,
.property-card-image-slider .owl-nav button.owl-next {
    background-color: #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 23px;
    margin: 0;
    position: absolute;
}

.property-card-image-slider .owl-nav button.owl-prev:hover,
.property-card-image-slider .owl-nav button.owl-next:hover {
    background-color: #fff;
    opacity: 0.7;
}

.property-card-image-slider .owl-nav button.owl-prev {
    left: 10px;
}

.property-card-image-slider .owl-nav button.owl-next {
    right: 10px;
}

.property-verfied-check .sprt {
    margin-right: 5px;
}

.property-card .property-card-image-slider img {
    border-radius: 8px;
}

.property-card-rating {
    background-color: #fff;
    color: #E4A951;
    font-size: 13px;
    font-weight: bold;
    z-index: 2;
    top: 10px;
    right: 0;
    position: absolute;
    padding-right: 8px;
}

.property-card-rating::before {
    content: '';
    position: absolute;
    z-index: -1;
    left: -16px;
    border: 12px solid #fff;
    border-left-color: transparent;
}

.property-card-rating .sprt {
    margin-right: 2px;
}

.property-card-body {
    border-radius: 0 0 10px 10px;
    padding: 0;
    position: relative;
    z-index: 1;
    height: 100%;
}

.property-card-body-top {
    padding: 24px 0 23px;
}

.property-type {
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 0.5px;
}

.property-location {
    font-size: 12px;
    letter-spacing: 0.5px;
}

.property-card .property-details-list {
    margin: 19px 0 0;
}

.property-details-list li {
    display: inline-block;
    margin-right: 10px;
}

.property-details-list li>div {
    display: flex;
    align-items: center;
}

.property-details-list li .sprt {
    margin-right: 5px;
}

.property-details-list li:last-child {
    margin-right: 0;
}

.property-card-about {
    margin-top: 30px;
    font-size: 12px;
    line-height: 20px;
}

.property-card-body-bottom {
    background-color: #FCEEEF;
    border-radius: 0 0 8px 8px;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 60px 20px;
}

.property-pricing .property-city {
    letter-spacing: 0.5px;
    margin-bottom: -4px;
}

.property-pricing-text {
    font-weight: 600;
    font-size: 42px;
}

.property-pricing-text ins>span,
.property-pricing-text .per-night-text {
    color: rgba(223, 30, 38, 0.6);
    font-size: 13px;
    font-weight: 500;
}

.property-booking .btn-property-book {
    border-radius: 5px;
    padding: 6px 10px 5px;
    font-size: 12px;
    letter-spacing: 0.5px;
    line-height: 20px;
}

.hp-property-card {
    margin-bottom: 0;
}

.hp-property-card img {
    border-radius: 10px 10px 10px 10px;
}

.hp-property-card .property-card-body-bottom {
    padding: 14px 20px;
    display: flex;
    flex-direction: row;
}

.hp-property-card .property-pricing-text {
    margin-top: 3px;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.5px;
}

.hp-property-card .property-city {
    border-radius: 8px;
    color: #fff;
    display: block;
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 17px;
    font-weight: 400;
    min-width: 50px;
    text-align: center;
    padding: 1px 8px;
    z-index: 2;
}

.hp-property-card .property-pricing .property-pricing-text ins>span,
.hp-property-card .property-pricing-text .per-night-text {
    color: #000;
}

/* Section - our clients*/

.client-photo {
    width: 50px !important;
}
.testimonial-quote {
    float: right;
    width: 80px !important;
}

.testimonial-star-rating {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.testimonial-star-rating img {
    width: 12px !important;
}


.section-our-clients {
    padding: 125px 0 0px;
}

.testimonial-item {
    display: flex;
    column-gap: 20px;
    justify-content: space-between;
}

.testimonial-item::before {
    content: '';
    position: absolute;
    top: 30px;
    right: 0;
    bottom: 30px;
    left: 100px;
    z-index: -1;
    background:#fff;
    border-radius: 12px 12px 12px 80px;
}

.testimonial-item-thumb {
    flex: 40%;
}

.testimonial-item-thumb img {
    border-radius: 12px;
}

.testimonial-item-content {
    flex: 60%;
    padding: 60px 40px 0;
}

.testimonial-name {
    color: #333;
    font-size: 18px;
    font-weight: 600;
}

.enquiry-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.nights-left, .send-enquiry-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Section - blogs*/

.owl-theme .owl-dots .owl-dot span {
    background: #b5b5b5 !important;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #DF1E26 !important;
}

.section-blogs {
    padding: 125px 0px;
}

.blog-dates {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-bottom: 20px;
}

.blog-date-left, .blog-time-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    color: #888;
}

.blog-date-top, .blog-time-bottom {
    font-size: 10px;
    color: #888;
}

.blog-title {
    color: #555;
    font-size: 20px;
    font-weight: 700;
}

.blog-para {
    color: #555;
    font-size: 16px;
    font-weight: 400;
}

.blog-title1 {
    color: #555;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
}

.blog-para1 {
    color: #555;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

/* Section - our clients*/

.section-our-clients {
    padding: 100px 0px;
    background-color: #dde5ed;       

}


/* Section - Why Choose Us */

.section-wcu .section-content {
    position: relative;
    max-width: 1176px;
    margin: 29px auto 0;
}

.wcu-img {
    max-width: 500px;
    display: block;
    margin: 0 auto;
    border-radius: 10px;
}


.wcu-pointer {
    display: flex;
    align-items: center;
    position: absolute;
}

.wcu-pointer-1 {
    top: 66px;
    left: 252px;
}

.wcu-pointer-2 {
    bottom: 9px;
    left: 320px;
}

.wcu-pointer-3 {
    top: -14px;
    right: 216px;
}

.wcu-pointer-4 {
    bottom: 61px;
    right: 238px;
}

.wcu-pointer-left {
    text-align: center;
}

.wcu-pointer-left>p {
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 18px;
}

.wcu-pointer-right {
    position: relative;
    margin-left: 22px;
    margin-top: 30px;
}

.wcu-pointer-right .decorative-circle {
    outline: 1px dashed #1F232B;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    position: absolute;
    top: -4px;
    right: -14px;
    z-index: -1;
    animation-name: circular-rotation;
    animation-iteration-count: infinite;
    animation-duration: 1s;
}

@keyframes circular-rotation {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(90deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.wcu-pointer-right .decorative-circle>span {
    background-color: #F3CCCE;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    position: absolute;
    left: 3px;
    top: 3px;
}

.wcu-pointer-alt {
    flex-direction: row-reverse;
}

.wcu-pointer-alt .wcu-pointer-right {
    margin-left: 0;
    margin-right: 22px;
    transform: rotate(180deg);
}


/* Section - Company Stats */
.section-numerical-stats {
    background-color: #FCEEEF;
    padding: 100px 0 50px;
    margin-top: 120px;
}

.numerical-stats-col {
    text-align: center;
    margin-bottom: 50px;
}

.numerical-stats-col h4 {
    color: #DF1E26;
    letter-spacing: 4px;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
}

.numerical-stats-col p {
    color: #000;
    font-size: 24px;
    font-weight: bold;
}

/* Section - Testimonials */

.section-testimonials {
    background: url('../img/testimonials-curved-lines-bg.webp') 0 0 no-repeat;
    background-size: cover;
}

.section-testimonials {
    padding: 134px 0 197px;
}

.section-testimonials .section-content {
    margin-top: 0;
}

.testi-wrap {
    position: relative;
    height: 400px;
}

.client-single {
    text-align: center;
    position: absolute;
    transition: all 0.3s ease;
}

.client-single .client-img img {
    width: 120px;
    border-radius: 50%;
    cursor: pointer;
}

.client-info,
.client-comment {
    transition: all 0.3s ease;
}

.client-single.inactive .client-comment,
.client-single.inactive .client-info {
    display: none;
}

.client-single.position-1 {
    transform: scale(1);
}

.client-single.position-2 {
    top: 60px;
    left: 160px;
    transform: scale(0.5);
}

.client-single.position-3 {
    top: 233px;
    left: 73px;
    transform: scale(0.6);
}

.client-single.position-4 {
    top: 297px;
    left: 19px;
    transform: scale(0.7);
}

.client-single.position-5 {
    top: 18px;
    right: 67px;
    transform: scale(0.83);
}

.client-single.position-6 {
    top: 73px;
    right: 148px;
    transform: scale(0.66);
}

.client-single.position-7 {
    top: 294px;
    right: 13px;
    transform: scale(0.625);
}

.client-single.active {
    top: 25%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    width: 36%;
}

.client-single.active .client-img img {
    margin: 0 auto 38px;
    cursor: default;
}

.client-info h3 {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 0px;
}

.client-info p {
    color: #7A7A7A;
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.client-comment {
    letter-spacing: 1px;
    font-size: 16px;
    margin-top: 10px;
}
/* Section - Get a Call back */

.section-call-back {
    padding: 0px 0px 50px 0px;
}

.pkg-contact-form {
    background: url(../img/jaipur-bg.jpg) 50% 0 no-repeat;
    position: relative;
    background-size: cover;
    /* background-color: rgba(0,0,0,0.6); */
    background-color: #dde5ed;
    padding: 30px;
    border-radius: 10px;
}

.pkg-contact-form:before {
    content: "";
    position: absolute;
    left: 0; right: 0;
    top: 0; bottom: 0;
    border-radius: 10px;
    background: rgba(0,0,0,.6);
  }


.cta-raw {
    /* background-color: #dde5ed; */
    border-radius: 6px;
    padding: 30px 30px;
    color: #fff;
    position: relative;
    z-index: 10;
}


.cta-raw-bg {

    background: url(../img/call-bg.jpg) 50% 0 no-repeat;
    position: relative;
    background-size: cover;
    /* background-color: rgba(0,0,0,0.6); */
    background-color: #dde5ed;
    border-radius: 10px;
    color: #fff;
}

.cta-raw-bg:before {
    content: "";
    position: absolute;
    left: 0; right: 0;
    top: 0; bottom: 0;
    border-radius: 10px;
    background: rgba(0,0,0,.6);
  }

.stats-title1 {
    color: #fff;
    font-weight: 700;
    margin-top: 5px;
}

.call-back-text {
    text-align: right;
}

.call-back {
    background: #df1e26;
    font-size: 20px;
    border: 2px solid #fff;
    border-radius: 60px;
    padding: 8px 20px 8px 20px;
    color: #fff;
    display: inline-block;
}

.call-back:hover {
    background: #111;
    color: #fff;
}



.pkg-type {
    color: #222;
    font-size: 1.75rem;
    font-weight: 600;
}

.pkg-includes-type {
    color: #222;
    margin-top: 30px;
    font-size: 1.5rem;
    font-weight: 500;   
}

.pkg-day-type {
    color: #555;
    font-size: 1rem;
    font-weight: 400;
}


.accordion-button:not(.collapsed) {
    color: #222 !important;
    background-color: #fff !important;
    box-shadow: none !important;
}

.accordion-body {
    background-color: #ececec;
}

.itinerary-section {
    margin-bottom: 80px;
}

.acc {
    /* margin: 90px 0; */
    overflow: hidden;
    padding: 0;
  }

  .accordion-item {
    background-color: #fff; 
    border: none;
    }
  
  .acc li {
    list-style-type: none;
    padding: 0;
  }
  
  .acc_ctrl {
    background: #FFFFFF;
    border: none;
    border-bottom: solid 2px #888 !important;
    cursor: pointer;
    display: block;
    outline: none;
    padding: 1em;
    position: relative;
    text-align: left;
    width: 100%;
    padding-right: 60px;
  }
  
  .acc_ctrl:before {
    background: #555;
    content: '';
    height: 2px;
    margin-right: 37px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 14px;
  }
  
  .acc_ctrl:after {
    background: #44596B;
    content: '';
    height: 2px;
    margin-right: 37px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 14px;    
  }
  
  .acc_ctrl.active:before {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  
  .acc_ctrl.active h2, .acc_ctrl:focus h2 {
    position: relative;
  }
  
  .acc_panel {
    background: #F2F2F2;
    display: none;
    overflow: hidden;
  }

  .acc_panel p {
    padding: 20px;
  }

/* Section - Stats CTA */

.section-stats{
    padding: 100px 0px;
    background-color: #dde5ed;
}

.section-stats-cta .stats-col {
    padding-top: 36px;
    padding-bottom: 44px;
}

.section-stats-cta .stats-col .sprt {
    margin-bottom: 15px;
}

.section-stats-cta .stats-subtitle {
    color: #555;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}

.section-stats-cta .btn-stats-cta {
    border-radius: 5px;
    border-width: 2px;
    color: #fff;
    font-weight: 400;
    width: 187px;
    height: 42px;
    letter-spacing: 1px;
    padding: 9px 20px;
    margin-top: 53px;
}

.section-stats-cta .btn-stats-cta:hover,
.section-stats-cta .btn-stats-cta:focus {
    background-color: #DF1E26;
    color: #1F232B;
}

.section-stats-cta .stats-col-second .btn-stats-cta {
    color: #1F232B;
}

.section-stats-cta .stats-col-second .btn-stats-cta:hover,
.section-stats-cta .stats-col-second .btn-stats-cta:focus {
    color: #FFF;
}

.stats-first {
    padding: 75px 35px 35px 35px;
    border-radius: 25px;
}

.stats-second {
    padding: 75px 35px 59px 35px;
    border-radius: 25px;
}

.stats-third {
    padding: 70px 30px 64px 30px;
    border-radius: 25px;
}

.section-stats-cta .stats-col-alt .stats-title {
    color: #555;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0px;
    margin-bottom: 2px;
    text-align: center;
}



/* ==========================================================================
   ABOUT US
   =========================================================================== */

.inner-page .app-header {
    background: none;
    z-index: 9999;
}

.inner-page .app-navbar-wrap {
    position: relative;
}

.inner-page .app-main {
    margin-top: 20px;
}

.about-main {
    padding-top: 35px;
}

.about-main-left {
    padding-right: 90px;
}

.about-main-left-txt {
    margin-top: 7px;
}

.about-main-left-txt p {
    margin-bottom: 25px;
    line-height: 23px;
    font-size: 15px;
}

.about-main-right {
    position: relative;
    max-width: 676px;
    margin-left: auto;
}

.about-main-right .section-content {
    margin-top: 0;
}

.about-main-right .wcu-pointer-1 {
    left: 3px;
}

.about-main-right .wcu-pointer-2 {
    left: 71px;
}

.about-main-right .wcu-pointer-3 {
    right: -35px;
}

.about-main-right .wcu-pointer-4 {
    right: -12px;
}

.about-main-right .wcu-pointer-right .decorative-circle>span {
    background-color: #D9D9D9;
}

.about-wwd {
    margin-top: 115px;
}

.wwd-half-cols>li {
    font-size: 14px;
    display: inline-block;
    width: 40%;
}

.wwd-half-cols>li:first-child {
    margin-right: 51px;
}

.wwd-half-cols>li:last-child {
    margin-left: 51px;
}

.section-core-values {
    /* background: url('../img/about-values-curved-lines-bg.webp') 0 212px no-repeat;
    background-size: cover; */
    padding: 92px 0 55px;
}


.value-col {
    text-align: center;
    padding: 0 72px;
}

.value-col-number {
    color: #717276;
    font-size: 35px;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: 1.4px;
    margin-bottom: 12px;
    margin-top: -25px;
}

.value-col-title {
    color: #DF1E26;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
}

.value-col-description {
    font-size: 14px;
}


/* ==========================================================================
   LISTING PAGE
   =========================================================================== */
.inner-page.list-page .app-main {
    position: relative;
    margin-top: 40px;
}

.list-modify-search-inner {
    background-color: #FCEEEF;
    box-shadow: none;
}

.list-modify-search-form {
    padding: 8px 8px 8px 30px;
}

.list-modify-search-form .app-dropdown-input,
.list-modify-search-form .hero-search-form-control {
    color: #DF1E26;
}

.list-modify-search-form .hero-search-form-control::-webkit-input-placeholder {
    color: #DF1E26;
}

.list-modify-search-form .hero-search-form-control:-ms-input-placeholder {
    color: #DF1E26;
}

.list-modify-search-form .hero-search-form-control::placeholder {
    color: #DF1E26;
}

.list-modify-search-form .hero-search-form-control::placeholder {
    color: #DF1E26;
}

.list-breadcrumbs {
    margin-top: 35px;
}

.list-breadcrumbs .breadcrumb {
    margin-bottom: 0;
}

.list-breadcrumbs .breadcrumb-item a {
    color: #717276;
}

.list-breadcrumbs .breadcrumb-item.active {
    color: #DF1E26;
}

.list-breadcrumbs .breadcrumb-item+.breadcrumb-item {
    padding-left: 5px;
}

.list-breadcrumbs .breadcrumb-item+.breadcrumb-item::before {
    color: #717276;
    content: '\003E';
    padding-right: 5px;
}

.list-modify-search-mbl-trigger {
    display: flex;
    align-items: center;
    text-align: right;
    justify-content: end;
    color: #008CFF;
    font-size: 12px;
}

.list-modify-search-mbl-trigger .sprt {
    margin-right: 2px;
}

.list-modify-search-mbl-container {
    display: block;
    background-color: #FCEEEF;
    box-shadow: -2px 0 6px 0px rgb(0 0 0 / 20%);
    position: fixed;
    right: -350px;
    top: 0;
    bottom: 0;
    padding: 80px 20px 40px;
    width: 340px;
    transition: all 0.3s ease;
    z-index: 10000;
}

.list-modify-search-mbl-container.reveal {
    right: 0;
    transition: all 0.3s ease;
}

.list-modify-search-mbl-container .hero-search-form {
    padding: 0;
}

.list-modify-sort-mbl-wrap {
    background-color: #f8f8f8;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

.list-modify-sort-mbl-wrap.fixed {
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.08);
    position: fixed !important;
    top: 76px;
    z-index: 9999;
    width: 100%;
}

.list-sort-filter-trigger-wrap {
    width: 100%;
    display: flex;
    font-size: 12px;
    margin-top: 5px;
}

.list-sort-filter-trigger-item {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.list-sort-filter-trigger-item .sprt {
    margin-right: 5px;
}

.list-sort-mbl-modal .modal-dialog {
    margin: 200px 50px 0;
}

.list-sort-mbl-modal .list-property-sort-dropdown-trigger {
    display: none;
}

.list-sort-mbl-modal .app-dropdown-menu {
    display: block;
    position: static;
    box-shadow: none;
    padding: 0;
}

.list-filter-mbl-container {
    background-color: #fff;
    padding: 13px 0 40px;
    overflow-y: auto;
}

.list-filter-mbl-container .list-filter-repeater-list .form-check {
    font-size: 13px;
}

.list-of-properties-wrap {
    margin-top: 40px;
}

.list-properties-map {
    border-radius: 8px;
    position: relative;
}

.list-properties-map iframe {
    border-radius: 8px;
    border: none;
    width: 100%;
}

.list-properties-map .btn {
    font-size: 13px;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 10px 20px;
    transform: translate(-50%, -50%);
}

.list-filters-wrap {
    border: 1px solid #F3CCCE;
    border-radius: 15px;
    margin-top: 10px;
}

.list-filter-wrap-title {
    border-bottom: 1px solid #F3CCCE;
    padding: 10px 20px;
    font-size: 15px;
}

.list-filter-repeater {
    border-bottom: 1px solid #F3CCCE;
    padding: 10px 20px;
}

.list-filter-repeater:last-child {
    border-bottom: none;
}

.list-filter-repeater-title {
    margin-bottom: 12px;
}

.list-filter-repeater-title>span {
    color: #999;
}

.list-filter-repeater-list .form-check {
    font-weight: 400;
}

.list-filter-repeater-list .form-check .form-check-input {
    background-color: #FCEEEF;
    border: none;
}

.list-filter-repeater-list .form-check .form-check-input:focus {
    box-shadow: 0 0 0 0.20rem rgba(223,30,38,.25);
}

.list-filter-repeater-list .form-check .form-check-input:checked {
    background-color: #DF1E26;
}

.list-filter-repeater-list .form-check .form-check-label {
    margin-left: 12px;
}

.list-filter-repeater .form-check-label+.filter-count {
    font-size: 12px;
    color: #999;
    float: right;
}

.list-filter-repeater-list .form-check:last-child {
    margin-bottom: 0;
}

.list-filter-repeater-verified-list .form-check-label .sprt {
    position: relative;
    top: 1px;
}

.list-filter-facilities-more-title {
    color: #DF1E26;
    font-size: 13px;
    display: inline-block;
    margin-top: 15px;
    position: relative;
}

.list-filter-facilities-more-title .sprt {
    margin-left: 3px;
}

.list-property-listing-wrap {
    padding-bottom: 40px;
}

.list-property-count-sort-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.list-property-city-count {
    font-size: 26px;
    font-weight: bold;
}

.list-property-sort-dropdown {
    background-color: #FCEEEF;
    border-radius: 50px;
    position: relative;
    display: inline-block;
}

.list-property-sort-dropdown-trigger {
    position: relative;
    cursor: pointer;
}

.list-property-sort-dropdown-trigger.show .app-dropdown-caret .sprt {
    background-position: -130px -70px;
}

.list-property-sort-dropdown-input {
    font-size: 13px;
    padding: 16px 40px 16px 16px;
    width: 100%;
}

.list-property-sort-dropdown-input>span {
    font-weight: 600;
}

.list-property-listing {
    margin-top: 20px;
    margin-bottom: 115px;
}

.btn-show-more {
    margin: 0 auto;
    display: flex;
    max-width: 163px;
    border-radius: 8px;
    padding: 16px 40px;
    text-align: center;
}

.section-explore-city {
    padding-top: 100px;
    margin-bottom: 100px;
}

.accordion-ec .accordion-item {
    border: none;
    border-bottom: 1px solid #F0CECE;
}

.accordion-ec .accordion-item:last-child {
    border: none;
}

.accordion-ec .accordion-button:focus {
    box-shadow: none;
}

.accordion-ec .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
}

.accordion-ec .accordion-button::after {
    background-image: none;
    content: '+';
    font-size: 24px;
    font-weight: 500;
    color: #DF1E26;
    transform: none;
}

.accordion-ec .accordion-button:not(.collapsed)::after {
    content: '-';
}

.moreless-extra-text {
  display: none;
}

.explore-city-faq li  {
    margin-bottom: 15px;
}

.faq-que {
    margin-bottom: 5px;
    font-weight: bold;
}

/* ==========================================================================
   DETAIL PAGE
   =========================================================================== */

.section-detail-location-info {
    text-align: center;
    font-weight: 600;
    position: relative;
    z-index: 3;
}

.section-detail-slider {
    position: relative;
    padding: 35px 0;
    margin-top: -55px;
}

.slider-m {
    margin-top: -110px;
}

.section-detail-slider::before,
.section-detail-slider::after {
    content: '';
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: -4px;
    left: 0;
    height: 70px;
    width: 100%;
    z-index: 2;
}

.section-detail-slider::after {
    top: auto;
    bottom: -4px;
}

.property-detail-image-slider .owl-nav {
    position: absolute;
    top: 44%;
    transform: translateY(-44%);
    margin-top: 0;
    width: 100%;
}

.property-detail-image-slider .owl-nav button.owl-prev,
.property-detail-image-slider .owl-nav button.owl-next {
    background-color: #fff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 43px;
    margin: 0;
    position: absolute;
}

.property-detail-image-slider .owl-nav button.owl-prev:hover,
.property-detail-image-slider .owl-nav button.owl-next:hover {
    background-color: #fff;
    opacity: 0.7;
}

.property-detail-image-slider .owl-nav button.owl-prev {
    left: 10px;
}

.property-detail-image-slider .owl-nav button.owl-next {
    right: 10px;
}

.section-detail-content {
    margin-bottom: 120px;
}

.detail-subsec {
    margin: 40px 0px;
}

.detail-subsec-title {
    color: #222;
    margin-top: 20px;
    font-size: 1.50rem;
    font-weight: 500;
    margin-bottom: 15px;
}

.detail-subsec-info {
    margin: 0px;
}

.detail-subsec-info .property-location {
    font-size: 13px;
    margin-bottom: 3px;
}

.detail-subsec-info .property-type,
.detail-subsec-info .property-pricing-text {
    font-size: 17px;
    line-height: 15px;
}

.detail-subsec-info .property-pricing-text .per-night-text {
    font-weight: 600;
}

.detail-rating-wrap {
    float: right;
}

.detail-rating {
    display: flex;
    color: #555;
    font-weight: 500;
    margin-bottom: 3px;
}

.detail-rating-list {
    display: flex;
    margin-right: 5px;
}

.detail-rating-list li {
    margin-right: 2px;
    opacity: 1;
}

.detail-rating-list li:last-child {
    margin-right: 0;
}

.detail-rating-list-1 li:nth-last-child(-n+4),
.detail-rating-list-2 li:nth-last-child(-n+3),
.detail-rating-list-3 li:nth-last-child(-n+2),
.detail-rating-list-4 li:last-child {
    opacity: 0.5;
}

.detail-extra-features-list {
    margin-top: 15px;
}

.detail-extra-features-list li {
    display: inline-block;
    border-right: 1px solid #DF1E26;
    margin-right: 5px;
    padding-right: 8px;
    line-height: 14px;
}

.detail-extra-features-list li:last-child {
    border-right: none;
    margin-left: 0;
    padding-right: 0;
}



.detail-subsec-description p {
    margin-bottom: 12px;
    line-height: 23px;
}

.detail-subsec-description p:last-child {
    margin-bottom: 0;
}

.property-amenities {
    /* display: flex; */
    flex-wrap: wrap;
}

.property-amenities li {
    text-align: left;
    flex: 25%;
    margin-bottom: 5px;
}

.property-amenities li .sprt {
    position: relative;
}

.detail-contact-form.contact-form .form-group-submit {
    margin-top: 24px;
}

.detail-contact-form .btn-send {
    padding: 13px 75px;
}

.detail-subsec-similar {
    margin-top: 50px;
    margin-bottom: 0;
}

.detail-subsec-similar .detail-subsec-title {
    margin-bottom: 32px;
}

.detail-subsec-similar iframe {
    border-radius: 8px;
}

.inner-page.detail-page .modal-backdrop {
    /*z-index: 9999;*/
}

/*.modal {*/
/*    z-index: 999999 !important;*/
/*}*/

/* ==========================================================================
   CONTACT US
   =========================================================================== */

.contact-page-left {
    background: url('../img/contact-page-building.webp') 0 0 no-repeat;
    background-size: cover;
    position: relative;
    padding: 87px 92px 89px;
}

.contact-page-left::before {
    content: '';
    background-color: rgba(0, 0, 0, 0.52);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
}

.contact-page-left-content {
    position: relative;
    color: #fff;
}

.find-us-txt {
    font-weight: 600;
    margin-bottom: 5px;
    letter-spacing: 0.7px;
}

.contact-map {
    border: 0;
    border-radius: 5px;
}

.contact-page-left-content .contact-list-info {
    margin-top: 30px;
}

.contact-page-left-content .contact-list-info li a {
    color: #fff;
}

.contact-page-right {
    background-color: #dde5ed;
    padding: 50px 110px;
}

.section-contact-us {
    padding-top:50px;
}

.contact-page-right .section-title {
    margin-bottom: 32px;
}

.contact-form .form-group {
    margin-bottom: 15px;
    position: relative;
}

.contact-form .form-group-submit {
    margin-bottom: 0;
    margin-top: 55px;
    text-align: center;
}

.contact-form .form-group-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    height: 20px;
}

.contact-form .form-control {
    background-color: #FFF;
    border-radius: 3px;
    border: none;
    font-size: 13px;
    height: 45px;
    font-weight: 500;
    padding: 5px 20px 5px 20px;
}

.contact-form textarea.form-control {
    height: 100px;
    padding: 12px 20px 12px 20px
}

.contact-form .form-group-msg .form-group-icon {
    top: 12px;
    transform: none;
}

.contact-form .form-control::-webkit-input-placeholder {
    color: #717276;
    font-size: 13px;
}

.contact-form .form-control:-ms-input-placeholder {
    color: #717276;
    font-size: 13px;
}

.contact-form .form-control::placeholder {
    color: #717276;
    font-size: 13px;
}

.contact-form .form-control::placeholder {
    color: #717276;
    font-size: 13px;
}

.contact-form .form-control:focus+.form-group-icon .sprt-form-control-calendar {
    background-position: -294px -138px;
}

.contact-form .form-control:focus+.form-group-icon .sprt-form-control-user {
    background-position: -206px -138px;
}

.contact-form .form-control:focus+.form-group-icon .sprt-form-control-call {
    background-position: -228px -138px;
}

.contact-form .form-control:focus+.form-group-icon .sprt-form-control-arroba {
    background-position: -250px -138px;
}

.contact-form .form-control:focus+.form-group-icon .sprt-form-control-comment {
    background-position: -272px -138px;
}

.contact-page .app-footer {
    margin-top: 42px;

}


/* ==========================================================================
   PRIVACY PAGE
   =========================================================================== */

.privacy-main h1 {
    margin-bottom: 30px;
}

.privacy-main h4 {
    margin-bottom: 12px;
    margin-top: 40px;
}

.privacy-main p {
    margin-bottom: 12px;
}

.privacy-main ul {
    padding: 0;
    padding-left: 45px;
    padding-bottom: 15px;
    list-style: outside;
}


/* ==========================================================================
   FOOTER
   =========================================================================== */

.app-footer {
    background: url(../img/footer-travel.png) 50% 0 no-repeat;
    margin-top: 20px;
    background-size: cover;
}

.app-footer-content {
    padding: 675px 0 40px;
}

.footer-logo {
    width: 139px;
}



.contact-list-info li {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}

.menu-list-info li {
    display: flex;
    align-items: center;
    margin-bottom: 7px;
}

.menu-list-info li a {
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.6px;
    font-weight: 400;
}

.menu-list-info  li:first-child {
    align-items: start;
}

.menu-list-info  li:last-child {
    margin-bottom: 0;
}

.menu-list-info  li .sprt {
    margin-right: 15px;
}

.contact-list-info li:first-child {
    align-items: start;
}

.contact-list-info li:last-child {
    margin-bottom: 0;
}

.contact-list-info li .sprt {
    margin-right: 15px;
}

.contact-list-info li a {
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.6px;
    font-weight: 400;
}

/* .contact-list-kee {
    margin-top: 20px;
} */

.contact-list-kee li {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.contact-list-kee li:first-child {
    align-items: start;
}

.contact-list-kee li:last-child {
    margin-bottom: 0;
}

.contact-list-kee li .sprt {
    margin-right: 15px;
}

.contact-list-kee li a {
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
}

.contact-list-kee p {
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 15px;
}

.footer-menu {
    margin-top: 63px;
}

.footer-menu li {
    display: inline-block;
    margin-right: 30px;
}

.footer-menu li:last-child {
    margin-right: 0;
}

.footer-menu li a {
    letter-spacing: 1px;
    font-size: 15px;
}

.footer-menu li.active a {
    color: #DF1E26;
    font-weight: 600;
}

.hr-logo {
    background-color: #DF1E26;
    height: 3px !important;
    margin: 0px 0px 50px 0px;
}

.footer-iata-logos {
    display: flex;
    list-style: none;
    align-items: center;
    margin: 70px 0 0 0;
    justify-content: center;
    padding: 15px;
    background-color: #fff;
    border-radius: 10px 10px 0px 0px;
}

.footer-iata-logos li {
    margin-right: 14px;
}

.footer-iata-logos li img {
    max-height: 35px;
}

.footer-iata-logos li:last-child {
    margin-right: 0;
}

.footer-copyright {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
}

.app-footer-bottom {
    background-color: #1F232B;
    padding: 30px 0 10px;
    color: #fff;
    font-weight: 400;
}

.afb-col {
    margin-bottom: 20px;
}

.afb-heading {
    font-size: 18px;
    font-weight: bold;
}

.afb-heading > span {
    font-size: 24px;
}


/* ==========================================================================
   RESPONSIVE
   =========================================================================== */

@media (max-width: 1199px) {

    /* .section-explore-india {
        padding: 85px 0 0 150px;
    } */


    .section-blogs {
        padding: 80px 0px;
    }

    .section-our-clients {
        padding: 80px 0px;
        background-color: #dde5ed;
    }

    .section-stats {
        padding: 80px 0px;
    }

    .header-logo {
        width: 130px;
    }

    .app-navbar-left .app-dropdown {
        margin-top: 0;
    }

    .hero-search {
        position: relative;
    }

    .hero-search-inner {
        border-radius: 8px;
    }

    .hero-search-form {
        padding: 20px;
    }

    .hero-search-form-btn-submit {
        border-radius: 5px;
        line-height: 52px;
        margin-top: 10px;
        display: block;
        width: 100%;
    }

    .wcu-pointer-1,
    .wcu-pointer-2 {
        left: 0;
    }

    .wcu-pointer-3,
    .wcu-pointer-4 {
        right: 0;
    }

    .section-namaste-cta .stats-col {
        padding-left: 30px;
        padding-right: 30px;
    }

    .section-namaste-cta .stats-col-alt {
        padding-top: 24px;
    }

    .about-main-left {
        padding-right: 0;
        margin-bottom: 60px;
    }

    .about-main-right {
        margin: 0 auto;
    }

    .inner-page.list-page .app-main {
        margin-top: 0;
    }

    .list-property-city-count {
        font-size: 18px;
    }

    .footer-iata-logos {
        margin: 30px 0 0 0;
        display: block;
    }

    .footer-iata-logos li {
        margin-bottom: 15px;
        display: inline-block;
    }

    .hr-logo {
        margin: 0px 0px 30px 0px;
    }
}

@media (max-width: 991px) {
    /* .section-explore-india {
        padding: 85px 0 0 150px;
    } */

    .section-call-back {
        padding: 30px 0px 10px 0px;
    }

    .itinerary-section {
        margin-bottom: 50px;
    }

    .tfc-box {
        padding: 41PX;
    }
    .section-content {
        margin-top: 5px;
    }

    .story-box {
        padding: 0px 0px 30px 0px;
    }

    .section-explore-india {
        padding: 80px 0px;
        background-color: #dde5ed;
        margin-top: 65px;
    }

    .app-navbar-wrap {
        box-shadow: 0 1px 12px rgba(0, 0, 0, 0.1);
    }

    .app-footer {
        background: url(../img/footer-travel-mob1.png) 50% 0 no-repeat;
        margin-top: 20px;
        background-size: cover;
    }

    .main-menu {
        right: -370px;
        width: 360px;
    }

    .main-menu-content {
        right: 20px;
        left: 20px;
    }

    .menu-locations-txt {
        margin-left: 5px;
    }
    
    .menu-locations-list {
        display: block;
    }
    
    .menu-locations-list li {
        display: inline-block;
    }

    
    .menu-sitelinks-list,
    .menu-social-list {
        margin: 30px 0 0;
    }
    
    .menu-social-list li a {
        min-width: auto;
    }
    
    .hero-img-carousel {
        width: 100%;
        top: 77px;
    }

    .hero-lines-grid-bg {
        display: none;
    }
/* 
    .app-navbar-right {
        display: none;
    } */
    
    .hero-txt-carousel {
        padding-top: 500px;
    }
    
    .hero-txt-carousel .item {
        margin: 0 auto;
        max-width: 700px;
    }

    .hero-title {
        color: #fff;
        padding-left: 0;
    }

    .hero-title>span {
        display: none;
    }

    .hero-subtitle {
        color: #fff;
        font-size: 14px;
        padding: 10px 0 0 0;
    }

    .hero-txt-carousel-numerical-nav {
        margin-left: 0;
        color: #fff;
    }

    .hero-txt-carousel-numerical-nav>span:first-child {
        color: #fff;
    }

    .hero-txt-carousel-numerical-nav>span:nth-child(2) {
        background-color: #fff;
    }

    .hero-txt-carousel .owl-nav {
        display: none;
    }

    .hero-img-carousel-nav {
        top: 50%;
        right: 0;
        width: 100%;
        transform: translateY(-50%);
    }
    
    .hero-img-carousel-nav .hero-img-carousel-prev-btn,
    .hero-img-carousel-nav .hero-img-carousel-next-btn {
        margin-left: 0;
        background-color: #fff;
        width: 30px;
        height: 30px;
        border-radius: 50px;
        line-height: 29px;
        text-align: center;
        position: absolute;
    }

    .hero-img-carousel-nav .hero-img-carousel-prev-btn {
        left: 10px;
    }
    
    .hero-img-carousel-nav .hero-img-carousel-prev-btn .sprt {
        background-position: -218px -48px;
        width: 14px;
        height: 8px;
    }

    .hero-img-carousel-nav .hero-img-carousel-next-btn {
        right: 10px;
    }

    .hero-img-carousel-nav .hero-img-carousel-next-btn .sprt {
        background-position: -234px -48px;
        width: 14px;
        height: 8px;
    }

    .section-title-subheading {
        font-size: 15px;
    }

    .section-title-heading {
        font-size: 30px;
    }

    .stats-col {
        border-radius: 0;
    }

    .section-destinations {
        padding: 80px 0px;
    }


    .nav-highly-rated-pills .nav-item {
        margin-right: 20px;
    }

    .section-testimonials {
        padding: 100px 0;
    }

    .section-testimonials .section-content {
        margin-top: 50px;
    }

    .testi-wrap {
        position: relative;
        height: 330px;
    }

    .client-single {
        transition: none;
    }

    .client-single .client-img img {
        width: 40px;
    }

    .client-info,
    .client-comment {
        transition: none;
    }
    
    .client-single.position-1 {
        transform: scale(1);
    }
    
    .client-single.position-2 {
        top: auto;
        bottom: -30px;
        left: 10%;
        transform: scale(1);
    }
    
    .client-single.position-3 {
        top: auto;
        bottom: -30px;
        left: 24%;
        transform: scale(1);
    }

    .client-single.position-4 {
        top: auto;
        bottom: -30px;
        left: 38%;
        transform: scale(1);
    }

    .client-single.position-5 {
        top: auto;
        bottom: -30px;
        left: 52%;
        right: auto;
        transform: scale(1);
    }

    .client-single.position-6 {
        top: auto;
        bottom: -30px;
        left: 66%;
        right: auto;
        transform: scale(1);
    }

    .client-single.position-7 {
        top: auto;
        bottom: -30px;
        left: auto;
        right: 10%;
        transform: scale(1);
    }

    .client-single.active {
        top: 0;
        transform: translateX(-50%);
        width: 100%;
    }

    .client-single.active .client-img img {
        width: 120px;
    }

    .section-namaste {
        padding-top: 0px;
    }

    .section-namaste-cta .stats-col-alt {
        padding-top: 54px;
        padding-bottom: 53px;
    }

    .wwd-half-cols>li {
        display: block;
        width: 100%;
    }

    .wwd-half-cols>li:first-child {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .wwd-half-cols>li:last-child {
        margin-left: 0;
    }

    .section-core-values .section-content {
        margin-top: 30px;
    }

    .value-col {
        text-align: left;
        padding: 0;
        margin-bottom: 40px;
    }

    .list-property-listing .property-card-img-holder .property-verfied-check {
        background-color: transparent;
        padding: 0;
    }

    .list-property-listing .property-card-img-holder .property-verfied-check>span {
        display: none;
    }

    .list-property-listing .property-card-img-holder .property-card-image-slider .owl-nav {
        display: none;
    }

    .list-property-listing .property-card-img-holder .property-card-rating {
        border-radius: 5px 0 0 5px;
        font-size: 12px;
        padding-left: 5px;
        padding-right: 5px;
        line-height: 18px;
        top: 8px;
    }

    .list-property-listing .property-card-img-holder .property-card-rating::before {
        display: none;
    }

    .sprt-features-bed {
        background-position: -140px -138px;
        width: 12px;
        height: 12px;
    }

    /* .list-property-listing .property-card {
        background-color: red;
    } */

    .list-property-listing .property-card .property-card-body-top {
        padding: 10px 10px 0px 10px;
    }

    .list-property-listing .property-card .property-type {
        font-size: 13px;
    }

    .list-property-listing .property-card .property-location {
        font-size: 11px;
        line-height: 18px;
    }

    .list-property-listing .property-card .property-details-list {
        margin: 0;
        font-size: 12px;
    }

    .list-property-listing .property-card .property-details-list li {
        margin-right: 5px;
    }

    .list-property-listing .property-card .property-details-list li .sprt {
        width: 12px;
        height: 12px;
    }

    .list-property-listing .property-card .property-details-list li .sprt-feature-bed {
        background-position: -140px -138px;
    }

    .list-property-listing .property-card .property-details-list li .sprt-feature-bath {
        background-position: -154px -138px;
    }

    .list-property-listing .property-card .property-details-list li .sprt-feature-area {
        background-position: -168px -138px;
    }

    .list-property-listing .property-card .property-card-about {
        margin-top: 10px;
    }

    .contact-list-info {
        margin: 30px 0px;
    }

    .list-property-listing .property-card .property-card-body-bottom {
        border-radius: 0 0 8px 0;
        padding: 7px 10px;
        flex-direction: row;
        /* background-color: yellow; */
        position: absolute;
        bottom: 0;
        height: auto;
        width: 100%;
    }

    .list-property-listing .property-card .property-pricing-text {
        font-size: 16px;
    }

    .list-property-listing .property-card .property-pricing-text .per-night-text {
        font-size: 12px;
    }

    .list-property-listing .property-card .btn-property-book {
        padding: 4px 8px;
        font-size: 10px;
        line-height: 18px;
    }

    .section-explore-city {
        padding-top: 40px;
    }

    .section-explore-city-right {
        margin-top: 30px;
    }

    .section-detail-slider::before,
    .section-detail-slider::after {
        display: none;
    }

    .section-detail-slider {
        padding: 0;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .section-detail-content {
        margin-top: 50px;
        margin-bottom: 0;
    }

    .detail-contact-form,
    .detail-subsec-similar {
        display: none;
    }

    #showEnquiryModal,
    #showSmlrPrprtsModal {
        z-index: 99999;
    }

    .inner-page.detail-page .daterangepicker {
        z-index: 100000;
    }

    #showEnquiryModal .detail-contact-form {
        display: block;
    }

    .enqry-map-fixed-buttons {
        background-color: #DF1E26;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 9999;
        text-align: center;
        display: flex;
    }

    .enqry-map-fixed-buttons .btn {
        width: 50%;
        padding: 15px 15px;
        border-radius: 0;
        color: #fff;
        font-size: 13px;
    }

    .enqry-map-fixed-buttons .btn:first-child {
        border-right: 1px solid #fff;
    }

    .enqry-map-fixed-buttons .btn:last-child {
        border-left: 1px solid #fff;
    }

    .contact-page-left,
    .contact-page-right {
        padding: 50px;
    }

    .app-footer {
        margin-top: 100px;
    }

    .app-footer-content {
        padding-top: 200px;
    }

    .footer-menu {
        margin-top: 40px;
    }

    .afb-col {
        text-align: left !important;
    }
    .stats-subtitle {
        padding-bottom: 30px;
    }

    .cta-raw-bg {
        display: none;
    }

}

@media (max-width: 767px) {

    .stats-subtitle {
        padding-bottom: 30px;
    }

    .cta-raw-bg {
        display: none;
    }

    .section-destinations-cities {
        padding: 75px 0 75px 0;
    }

    .section-destinations-des {
        padding-top: 0px;
    }

    .fas, .fa-solid {
        font-size: 30px;
    }

    .app-navbar-right {
        display: none;
    }


    .section-namaste {
        padding-top: 25px;
    }

    .stats-title1 {
        text-align: center;
    }

    .call-back-text {
        text-align: center;
    }

    .app-footer {
        background: url(../img/footer-travel-mob.png) 50% 0 no-repeat;
        margin-top: 20px;
        background-size: cover;
    }

  
    /* .section-explore-india {
        padding: 85px 0 0 0px;
    } */
    .story-box {
        padding: 0px 0px 30px 0px;
    }

    .video {
        height: 100%;
        height: 100vh;
    }

    .hero-heading-title {
        font-size: 20px;
    }

    .hero-heading {
        font-size: 45px;
        letter-spacing: 3.84px;
    }
    
    .hero-txt-carousel .item {
        max-width: 520px;
    }

    .stats-col {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .section-destinations .section-content {
        position: relative;
    }

    .highly-rated-mbl-cities-menu-btn {
        display: block;
        background: #FCEEEF;
        border: none;
        box-shadow: none;
        display: flex;
        align-items: center;
        font-weight: 600;
        padding: 7px 15px;
        border-radius: 8px;
        color: #DF1E26;
    }

    .highly-rated-mbl-cities-menu-btn .sprt {
        margin-right: 8px;
    }

    .nav-highly-rated-pills {
        display: none;
        background: #fff;
        border-radius: 8px;
        box-shadow: 0 0 20px rgba(0,0,0,0.1);
        padding: 30px 20px;
        position: absolute;
        right: 0;
        top: -64px;
        width: 200px;
        z-index: 3;
    }

    .nav-highly-rated-pills.active {
        display: block;
    }

    .nav-highly-rated-pills .close {
        border: 1px solid #bbb;
        position: absolute;
        width: 24px;
        height: 24px;
        line-height: 20px;
        right: 12px;
        top: 12px;
        text-align: center;
        border-radius: 50%;
    }

    .nav-highly-rated-pills .nav-item {
        margin-right: 0;
    }

    .nav-highly-rated-pills .nav-link .sprt {
        display: none;
    }

    .list-property-listing .property-card .property-card-about {
        display: none;
    }
    
    .detail-rating-wrap {
        float: none;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    
    .property-amenities li {
        flex: 50%;
    }

    .amenities-extra-content {
        display: none;
    }
}

@media (max-width: 575px) {

    .section-call-back {
        padding: 30px 0px 10px 0px;
    }

    .acc_ctrl {
        padding-right: 40px;
    }

    .contact-list-info {
        margin: 30px 0px;
    }
    .section-namaste {
        padding-top: 25px;
    }

    .section-trending-for-corporates {
        padding: 20px 0 0;
    }

    .app-footer {
        background: url(../img/footer-travel-mob.png) 50% 0 no-repeat;
        margin-top: 20px;
        background-size: cover;
    }


    .hero-text .hero-heading-main p span {
        font-size: 35px;       
      }
      
    .testimonial-item {
        display: block;
        background:#fff;
        border-radius: 12px;
        padding: 15px;
    }

    .testimonial-item::before {
        display: none;
    }
    

    .testimonial-item-content {
        padding: 20px;
        
    }

    .section-destinations {
        padding: 70px 0 50px;
    }

    .section-blogs {
        padding: 70px 0 0px;
    }

    .section-our-clients {
        padding: 50px 0 0px;
    }

    /* .section-explore-india {
        padding: 30px 0 0 25px;
    } */

    .section-stats {
        padding: 70px 0px;
    }

    .hero-txt-carousel {
        padding-top: 350px;
        height: 700px;
    }
    
    .hero-title {
        font-size: 38px;
    }

    .hero-img-carousel-nav {
        top: 65%;
    }

    .hero-search {
        bottom: 0;
        margin-top: 100px;
        margin-bottom: 40px;
    }
    
    .hero-search-inner {
        box-shadow: none;
    }
    
    .highly-rated-properties-slider .owl-nav {
        position: absolute;
        top: 40%;
        transform: translateY(-40%);
        margin-top: 0;
        width: 100%;
    }

    .highly-rated-properties-slider .owl-nav button.owl-prev,
    .highly-rated-properties-slider .owl-nav button.owl-next {
        background-color: #fff;
        border-radius: 50%;
        width: 25px;
        height: 25px;
        line-height: 24px;
        margin: 0;
        position: absolute;
    }

    .highly-rated-properties-slider .owl-nav button.owl-prev:hover,
    .highly-rated-properties-slider .owl-nav button.owl-next:hover {
        background-color: #fff;
        opacity: 0.7;
    }

    .highly-rated-properties-slider .owl-nav button.owl-prev {
        left: 10px;
    }

    .highly-rated-properties-slider .owl-nav button.owl-prev .sprt-slider-prev-arrow {
        background-position: -218px -48px;
        width: 14px;
        height: 8px;
    }

    .highly-rated-properties-slider .owl-nav button.owl-next {
        right: 10px;
    }

    .highly-rated-properties-slider .owl-nav button.owl-next .sprt-slider-next-arrow {
        background-position: -234px -48px;
        width: 14px;
        height: 8px;
    }

    .section-wcu {
        background: url('../img/wcu-img-grid.webp') 0 0 no-repeat;
        background-size: cover;
        padding: 50px 0px 62px;
        position: relative;
        margin: 0 12px;
    }
    
    .section-wcu::before {
        content: '';
        position: absolute;
        background-color: rgba(255, 255, 255, 0.5);
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 0;
    }

    .section-wcu .section-title {
        position: relative;
        margin: 0 -12px;
    }

    .section-wcu .section-content {
        margin-top: 50px;
    }

    .wcu-img {
        display: none;
    }

    .wcu-pointer {
        display: inline-block;
        width: 49%;
        margin-bottom: 40px;
        position: static;
    }

    .wcu-pointer-alt {
        margin-bottom: 0;
    }

    .wcu-pointer-right {
        display: none;
    }

    .about-main-right {
        padding: 42px 0px 152px;
    }

    .footer-copyright {
        font-size: 11px;
        letter-spacing: 0;
    }
}

@media (min-width: 1240px) {
    .container {
        max-width: 1200px;
    }
}


@media only screen and (min-width: 992px) and (max-width: 1348px) {
    .hero-search {
        bottom: 40px;
    }
}

textarea.error, select.error, input[type="text"].error, input[type="email"].error, input[type="password"].error {
    color: red;
    border: 1px solid red !important;
  }
  label.error {
    color: red;
    margin: 0px 0px 0px 2px;
    font-size: 14px;
  }