@import url("https://fonts.cdnfonts.com/css/just-love");
@import url("https://fonts.cdnfonts.com/css/avenir-lt-std");
@import url('https://fonts.cdnfonts.com/css/avenir');

@font-face {
  font-family: "Avenir";
  src: url("../font/Avenir-Regular.ttf");
  src: url("../font/AvenirLTStd-Medium.eot");
    url("../font/AvenirLTStd-Medium.woff2") format("woff2"),.amenites-wrapp
    url("../font/AvenirLTStd-Medium.woff") format("woff"),
    url("../font/Avenir-Regular.ttf") format("truetype"),
    url("../font/AvenirLTStd-Medium.svg#AvenirLTStd-Medium") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir-Heavy";
  src: url("../font/AvenirLTStd-Heavy.eot");
  src: url("../font/AvenirLTStd-Heavy.eot?#iefix") format("embedded-opentype"),
    url("../font/AvenirLTStd-Heavy.woff2") format("woff2"),
    url("../font/AvenirLTStd-Heavy.woff") format("woff"),
    url("../font/AvenirLTStd-Heavy.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir-light";
  src: url("../font/Avenir-Light.eot");
  src: url("../font/Avenir-Light.eot?#iefix") format("embedded-opentype"),
    url("../font/Avenir-Light.woff2") format("woff2"),
    url("../font/Avenir-Light.woff") format("woff"),
    url("../font/Avenir-Light.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

html,body
{
    width: 100%;
    /*height: 100%;*/
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}

* {
  margin: 0;
  padding: 0;
}

.dates-wrapper {
  position: relative;
  border: 1px solid #6a6a6a;
  color: #000;
  padding: 8px 16px;
  background-color: none;
  padding: 5px 16px;
  text-align: initial;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;

 

  background: rgba(244, 244, 244, 0.42);
  border: 1px solid #e1e1e1;
  box-shadow: 0px 0px 7px rgb(255 255 255 / 27%);
  border-radius: 4px;
  margin-bottom: 10px;
  outline: none;
}

.dates-wrapper label {
    color: #635C5C;
    margin-bottom: 0;
    font-size: 15px;
    font-family: 'Avenir';
    text-transform: capitalize;
}
.datas::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  /*right: 0;*/
  top: 0;
  width: 100%;
}
.datas {
  opacity: 0;
      position: absolute;
    width: 95%;
    z-index: 1;
}
}

.first-section {
  width: 100%;
  height: auto;
  font-style: normal;
  position: relative;
  background-size: cover;
}
.navcontainer {
  max-width: 1140px;
  width: 100%;
  opacity: 0;
      position: absolute;  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.overlayfirst {
  background-color: black;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
}

.header-wrapper {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  align-items: center;
  padding: 12px;
}

/*.bombay-headings {*/
/*  display: flex;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*  width: 100%;*/
/*  height: 600px;*/
/*}*/
.bombayheading {
  font-family: "Just Love";
  font-weight: 400;
  font-size: 95px;
  text-transform: capitalize;
  color: #ffffff;
}
/* Navbar */
#SOCIAL-ICON-NAV {
  position: absolute;
}
#socialiconnav {
  display: none;
}

.navbar input[type="checkbox"],
.navbar .hamburger-lines {
  display: none;
}

.navbar {
  width: 100%;
  background-color: black;
  color: white;
}

.navbar-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.menu-items {
  /* order: 1; */
  display: flex;
  margin: 0;
  justify-content: space-around;
  color: #fff;
  width: 60%;
}
.logonavsocial-icons {
  /* order: 2; */
  font-size: 2.3rem;
  display: flex;
  margin: 0;
  justify-content: space-around;
  color: #fff;
  /*width: 20%;*/
}
.logonavsocial-icons li {
  list-style: none;
  margin-left: 1.5rem;
}
.intaiconnav-wrapp {
  cursor: pointer;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #fff;
}

.menu-items li {
  list-style: none;
  margin-left: 1.5rem;
  font-size: 1.3rem;
}

.navbar a {
  color: #fff;
  text-decoration: none;
font-family: 'Avenir';
font-style: normal;
font-weight: 500;
font-size: 15px;
}

.navbar a:hover {
  color: #117964;
}

@media (max-width: 768px) {
    button.serch-btn {
    margin-bottom: 10px;
    }
    
  .navbar {
    opacity: 0.95;
  }

  .navbar-container input[type="checkbox"],
  .navbar-container .hamburger-lines {
    display: block;
  }

  .navbar-container {
    display: block;
    position: relative;
    height: 64px;
  }

  .navbar-container input[type="checkbox"] {
    position: absolute;
    display: block;
    height: 32px;
    width: 30px;
    top: 20px;
    left: 20px;
    z-index: 5;
    opacity: 0;
    cursor: pointer;
  }

  .navbar-container .hamburger-lines {
    display: block;
    height: 28px;
    width: 35px;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .navbar-container .hamburger-lines .line {
    display: block;
    height: 4px;
    width: 100%;
    border-radius: 10px;
    background: #333;
  }

  .navbar-container .hamburger-lines .line1 {
    transform-origin: 0% 0%;
    transition: transform 0.3s ease-in-out;
  }

  .navbar-container .hamburger-lines .line2 {
    transition: transform 0.2s ease-in-out;
  }

  .navbar-container .hamburger-lines .line3 {
    transform-origin: 0% 100%;
    transition: transform 0.3s ease-in-out;
  }

  .navbar .menu-items {
    padding-top: 100px;
    background: #fff;
    height: 100vh;
    max-width: 300px;
    transform: translate(-150%);
    display: flex;
    flex-direction: column;
    margin-left: -40px;
    padding-left: 40px;
    transition: transform 0.5s ease-in-out;
    box-shadow: 5px 0px 10px 0px #aaa;
    overflow: scroll;
  }

  .navbar .menu-items li {
    margin-bottom: 1.8rem;
    font-size: 1.1rem;
    font-weight: 500;
  }

  .logo {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 2.5rem;
  }

  .navbar-container input[type="checkbox"]:checked ~ .menu-items {
    transform: translateX(0);
  }

  .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
    transform: rotate(45deg);
  }

  .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line2 {
    transform: scaleY(0);
  }

  .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line3 {
    transform: rotate(-45deg);
  }
}

@media (max-width: 500px) {
  .navbar-container input[type="checkbox"]:checked ~ .logo {
    display: none;
  }
  .amenites-wrapp {
   justify-content: space-between !important;
    }
}
/* Navbar */

/* 2d */

#mobproperty {
  display: none;
}

.Boutique-wrappr {
  /*height: 165px;*/
  width: 100%;
  position: relative;
}
.boutiquw-wraper {
  /*position: absolute;*/
  top: 15px;
  width: 97.4%;
  height: 150px;
  padding: 20px;
  text-align: center;
  background: rgba(13, 11, 11, 0.88);
}
.homestys-heading {
  font-family: "Avenir";
  font-weight: 800;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 30px;
}
.boutiquedate-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}
.input-datewrapper {
  position: relative;
  background-color: rgba(0, 0, 0, 0.0001);
  opacity: 0.33;
  border: 1px solid #ffffff;
  border-radius: 4px;
  padding: 8px 16px;
  width: 30%;
}
.checkindateline {
  font-size: 16px;
  color: #fff;
}
/*.input-date::-webkit-calendar-picker-indicator {*/

/*  opacity: 1;
  display: block;
  background: url(../img/Vector.svg) no-repeat;
  height: 20px;
  border-width: thin;
/*  position: absolute;
  width: 100%;
      right: 0;
    top: 0;
      left: 0;
      display: block;*/



   /* background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;*/


/*}*/

      .input-date::-webkit-calendar-picker-indicator {
        background: transparent;
        bottom: 0;
        color: #fff;
        cursor: pointer;
        height: auto;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: auto;

      }

.input-date {
  background-color: rgba(0, 0, 0, 0.0001);
  border: 1px solid #6a6a6a;
  border-radius: 3px;
  color: #fff;
  width: 30%;
  padding: 8px 16px;
      background-color: none;
      color: #fff;
    padding: 8px 16px;
    background: none;
}

      .date-wrapper {
        position: relative;
        background-color: rgba(0, 0, 0, 0.0001);
  border: 1px solid #6a6a6a;
  border-radius: 3px;
  color: #000;
  padding: 8px 16px;
 background-color: none;
      color: #fff;
    padding: 5px 16px;
    background: none;
    text-align: initial;
    display: flex;
    justify-content: space-between;
    width: 35%;
    align-items: center;
      }

      .date-wrapper label{
       color:  #fff;
       margin-bottom: 0;

      }
      .data::-webkit-calendar-picker-indicator {
        background: transparent;
        bottom: 0;
             color: transparent;
        cursor: pointer;
        height: auto;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: auto;
      }
        .data {
        opacity: 0;
        position: absolute;
        width: 95%;
        z-index: 1;
      }

      .calendar-img{
        width: auto;
        height: 15px;
      }

@media  (max-width: 1024px){
    .date-wrapper {
      margin-bottom: 20px;
      width: 100%;

    }
    .boutiquedate-wrapper{
      flex-direction: column;

    }
    .boutiquw-wraper{
      height: auto;
    }
    .Boutique-wrappr{
      height: 165px;
      width: 97%;

    }
    .serch-btn{
      width: 100%;
    }
  .mob-res-opt { 
    padding: 0 !important;
    margin: 0;
    max-width: 100%;
  }
}
/*.input-date::placeholder {
  color: #ffffff;
}*/
.serch-btn {


  background: #0d84a0;
  border-radius: 4px;
  padding: 10px;
  width: 12%;
  line-height: 19px;
  font-family: "Avenir";
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  outline: none;
  border: none;
}
a.serch-btn:hover {
    color: #fff;
    text-decoration: none;
}

/* 2d */

/* 3rd */
.property-wrappers {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: space-between;
  margin-bottom: 20px;
}
.property-wrapp:hover {
  background: #f6f9fd;
  box-shadow: inset 3px 0px 0px #4388ed;
}
.leftside-propertywrapp {
  width: 30%;
  height: 100%;
}
.properthead-wrpp {
  display: flex;
  justify-content: space-between;
  /*padding: 20px;*/
  /*border-bottom: 1px solid #eaedf3;*/
  margin-bottom: 15px;
  margin-top: 35px;
}
.propertytag-headings {
  font-family: "Avenir";
  font-style: normal;
  font-weight: 600 !important;
  font-size: 18px;
  color: #3e3f42;
}
.property-wrapp {
  border: 1px solid #eaedf3;
  /* border: 1px solid #eaedf3; */
  display: flex;
  width: 100%;
  /*height: 100%;*/
  padding: 20px;
  justify-content: space-between;
}
.propert-img {
  cursor: pointer;
  width: 40%;
  height: auto;
}
.propertwsimg {
  border-radius: 4px;
  width: 100%;
  height: 100%;
}
.propertdetails-wrapper {
  width: 55%;
  height: 100%;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.mobilepropertdetails-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  padding: 20px 0;
}

.property-name {
  font-family: "Avenir";
  font-style: normal;
  font-weight: 600 !important;
  font-size: 16px;
  line-height: 24px;
  color: #3e3f42;
}
.mobilepropertdetails-wrapper .property-name {
  font-family: "Avenir";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #3e3f42;
}
.mobilepropertdetails-wrapper .propertyintro {
  font-family: "Avenir";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #9ea0a5;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0px;
}
.propertyintro {
  font-family: "Avenir";
  font-style: normal;
  font-weight: 600 !important;
  font-size: 14px;
  line-height: 22px;
  color: #9ea0a5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0px;
}
.propert-rent-wrapp {
  display: flex;
  justify-content: space-between;
}
.mobilepropertdetails-wrapper .propert-rent-wrapp {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #eaedf3;
  padding: 10px 0;
}
.mobview-property {
  width: 100%;
}
.mobview-property .propert-wrappers {
  width: 100%;
}
.mobview-property .propert-wrappers img {
  width: 100%;
  height: auto;
}
.pagenation-wrapp {
  align-items: center;
  margin-top: 20px;
}
.pagenation-wrappers {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  margin: auto;
}
.pagenation-wrappers li {
  list-style: none;
  padding: 5px;
  text-align: center;
}
.mobview-property .pagenation-wrapp {
  align-items: center;
  margin-top: 20px;
}
.mobview-property .pagenation-wrappers {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  margin: auto;
  margin-bottom: 20px;
}
.mobview-property.pagenation-wrappers li {
  list-style: none;
  padding: 5px;
  text-align: center;
}
.arrow-wrapp {
  width: 39px;
  height: 39px;
  border: 1px solid #8e8e8e;
  box-sizing: border-box;
}
.rent-price {
  font-family: "Avenir";
  font-style: normal;
  font-weight: 600 !important;
  font-size: 17px;
  color: #0d84a0;
}

/*.rent-price sub{*/
/*    margin-top: auto !important;*/
/*}*/
.rent-aria {
  font-family: "Avenir";
  font-style: normal;
  font-weight: 600 !important;
  font-size: 18px;
  color: #3e3f42;
}
.rigthside-propertywrapp {
  width: 68%;
  height: 100%;
}
/* 3rd */

.property-images-wrapper {
  width: 100%;
  height: 100%;
  padding-top:10px;
}
.propertmain-img {
  width: 100%;
  height: 350px;
  position: relative;
}

.img-view-btn{
    position: absolute;
    /*top: 70px!important;*/
    top: 15px!important;
    right: 17px;
    width: 143px;
    height: 54px;
    outline: none;
    border: none;
    background-color: #3e3f42;
    font-family: "Avenir-light";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    color: #ffffff;
    cursor: pointer;
}

#thumbnails {
  width: 100%;
  margin-top: 10px;
  overflow-x: scroll; 
  display: flex;
  justify-content: space-between;
}
#thumbnails::-webkit-scrollbar {
  display: none;
}
.thumbnail-img {
  width: 145px;
  height: 100px;
  margin: 0px 10px 10px 0px;
  cursor: pointer;
}

@media only screen and (max-width: 480px) {
  .thumbnail-img {
    width: 100px;
    height: 100px;
  }
}
#main {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  margin: 20px auto;
  border-radius: 10px;
}
.hidden {
  opacity: 0;
}

@media only screen and (max-width: 480px) {
  #main {
    width: 100%;
  }
}

/* video */
.property-videowrapp {
  width: 49%;
  height: 188px;
}
.property-video {
  width: 100%;
  border-radius: 4px;
  height: 100%;
}
.propertyrow {
  display: flex;
  justify-content: space-between;
}

.propertyname-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
}
.propertynames-wrape {
  width: 65%;
}
.propertname {
  font-family: "Avenir";
  font-style: normal;
  font-weight: 800;
  font-size: 26px;
  color: #3e3f42;
}
.propertyar {
  font-family: "Avenir";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #3e3f42;
  margin-left: 15px;
}
.popertydistans {
  font-family: "Avenir";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: auto;
  color: #9ea0a5;
}
.property-price {
  font-family: "Avenir";
  font-style: normal;
  font-weight: 900;
  font-size: 28px;
  color: #3e3f42;
}

.discription-wrapper {
  width: 100%;
  margin-top: 20px;
}
.descrriptiontag {
  font-family: "Avenir";
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
  color: #686868;
}
.discription-wrapper p span {
font-family: 'Avenir' !important;
font-style: normal;
font-weight: 400;
font-size: 16px !important;
line-height: 22px;
color: #9EA0A5 !important;
}
.discription-wrapper p{
font-family: 'Avenir-light' !important;
font-style: normal;
font-weight: 600;
font-size: 16px !important;
line-height: 22px;
color: #9EA0A5 !important;
}

/* amaintis-wrapper */

.amaintis-wrapper {
  margin-top: 20px;
}
.items-img {
  margin-bottom: 10px;
}
.amenities-tag {
  font-family: "Avenir";
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
  color: #686868;
  margin-bottom: 15px;

line-height: 18px;
}

.amenites-wrapp {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
   justify-content: flex-start;
}
.itembox-wrapp {
  width: 92px;
  /*height: 100px;*/
  margin: 0px 10px 10px 0px;
  
}
.itms-name {
font-family: 'Avenir';
font-style: normal;
font-weight: 600 !important;
font-size: 14px;
line-height: 22px;
color: #9EA0A5;
margin-bottom: 0px;
}
.addres-wrpaar {
  width: 100%;
  margin-top: 20px;
}
.addres-tag {
  font-family: "Avenir";
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
  color: #686868;
  margin-bottom: 15px;
}
.addrres-map {
  width: 100%;
  border: none;
  height: 150px;
  border-radius: 5px;
}

.propertymap-line {
  font-family: "Avenir";
  font-style: normal;
  font-weight: 600 !important;
  font-size: 16px;
  color: #9ea0a5;
  margin-top: 10px;
}
.loction-img {
  margin-right: 30px;
}

.availabilty-wraperr {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  padding: 20px 0px;
  border-bottom: 1px solid #afafaf;
}
.availabilty-wrapp {
  width: 55%;
}
.availbity-tag {
  font-family: "Avenir";
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
  color: #686868;
}
.bookday-wrapp {
  width: 40%;
}
.bookday-tag {
  font-family: "Avenir";
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
  color: #686868;
  margin-bottom: 30px;
}

.bookdateinput {
  background: rgba(244, 244, 244, 0.42);
  border: 1px solid #e1e1e1;
  box-sizing: border-box;
  box-shadow: 0px 0px 7px rgba(255, 255, 255, 0.27);
  border-radius: 4px;
  width: 100%;
  height: 50px;
  padding: 8px 16px;
  margin-bottom: 10px;
  outline: none;
}
.days-seclect-wrapp {
  width: 60px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.adutsbokk-wrapp {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #c4c4c4;
  padding: 10px 2px;
}
.adults-tag {
  font-family: "Avenir";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 38px;
  color: #3e3f42;
}
.childbokk-wrapp {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 10px 2px;
}
.childe-tag-wrapp {
  display: flex;
  flex-direction: column;
}
.children-tag {
  font-family: "Avenir";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #3e3f42;
}
.blow-agetag {
  font-family: "Avenir";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height:38px;
  color: #868787;
}
.decrement-btn {
  border: 1px solid #a0a0a0;
  box-sizing: border-box;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  cursor: pointer;
}
.day-no {
  width: 20px;
  height: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
.booknow-btn {
  background: #0d84a0;
  border: 1px solid #635c5c;
  outline: none;
  width: 93%;
  height: 50px;
  border-radius: 4px;
  color: #fff;
  font-weight: 600;
}
.Polices-wrapper {
  width: 100%;
  margin-top: 30px;
}
.polices-tag {
  font-family: "Avenir";
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
  color: #686868;
}
.polices-wrrapper {
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

.nav-item .nav-link,
.nav-tabs .nav-link {
  color: #ffff;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.navbar-light .navbar-nav .nav-link {
  color: #fff;
  padding: 5px 15px;
  font-weight: 500;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: #117964;
}
.card-bodywrapp {
  padding: 8px 10px;
}

.card a {
  -webkit-transition: all 150ms ease 0s;
  -moz-transition: all 150ms ease 0s;
  -o-transition: all 150ms ease 0s;
  -ms-transition: all 150ms ease 0s;
  transition: all 150ms ease 0s;
}

.nav-tabs {
  border: 0;
  padding: 15px 0.7rem;
}

.card .nav-tabs {
  border-top-right-radius: 0.1875rem;
  border-top-left-radius: 0.1875rem;
}

.nav-tabs > .nav-item > .nav-link {
  color: #A4A4A4;
  margin: 0;
  margin-right: 5px;
  background-color: transparent;
  border: 1px solid transparent;
  font-size: 14px;
  padding: 11px 23px;
  line-height: 1.5;
  text-transform: uppercase;
}

.nav-tabs > .nav-item > .nav-link:hover {
  background-color: transparent;
}

.nav-tabs > .nav-item > .nav-link.active {
  color: #686868;
  border-bottom: 3px solid #000000;
  border-radius: 0;
  font-weight: 500;
  background: none;
}

.nav-tabs.nav-tabs-neutral > .nav-item > .nav-link {
  color: #ffffff;
}

.nav-tabs.nav-tabs-neutral > .nav-item > .nav-link.active {
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  box-shadow: none;
}

.card {
  border: 0;
  border-radius: 0.1875rem;
  display: inline-block;
  position: relative;
  width: 100%;
  height: 200px;
  margin-bottom: 30px;
  /* box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2); */
}

.card .card-header {
  background-color: transparent;
  border-bottom: 0;
  background-color: transparent;
  border-radius: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
    #socialiconnav {
    width: 60% !important;
  }
  .ytp-large-play-button.ytp-button {
    width: 50px !important;
    left: 50% !important;
 }
 .chosee-bg {
    padding: 65px 10px 10px 10px !important;
}

}

@media screen and (max-width: 768px) {
  .nav-tabs {
    display: inline-block;
    width: 100%;
    padding-left: 100px;
    padding-right: 100px;
    text-align: center;
  }
   .ytp-large-play-button.ytp-button {
    width: 50px !important;
    left: 50% !important;
 }

  .nav-tabs .nav-item > .nav-link {
    margin-bottom: 5px;
  }
  
 /* #navsocialitems {
    display: none;
  }*/
}

/* 4th section */
.offerbanner-wrapp {
  width: 100%;
  height: 150px;
  border-radius: 60px 0px;
  background-size: cover;
  margin-bottom: 30px;
    display: flex;
  justify-content: space-between;
  align-items: center;
}
.offer-hadings {
  font-size: 38px;
  color: #fff;
  text-align: center;
  width: 100%;
  font-family: "Avenir";
  font-weight: bold;
}
.offer-hadings span {
  font-size: 40px;
  font-weight: 700;
}



@media screen and (max-width: 570px) {
  .offer-hadings {
    font-size: 18px;
  }
  .offer-hadings span {
    font-size: 21px;
  }
  .offerbanner-wrapp {
    height: auto;
    padding: 25px 0;
  }
}


/* 4th section */

/* 5th section */
.chosee-bg {
  background: #fcfcfc;
  width: 100%;
  padding: 10px 10px;
}
.whychose-heding {
  font-family: "Avenir";
  font-style: normal;
  font-weight: 800;
  font-size: 38px;
  text-align: center;
  letter-spacing: -1.68px;
  color: #000000;
}
.whatgetline {
  font-family: "Avenir";
  font-style: normal;
  font-weight: 800;
  font-size: 22px;
  text-align: center;
  color: #585858;
}
.qualitystay-wraperr {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.quailty-tag {
  font-family: "Avenir";
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  color: #585858;
  margin-bottom: 10px;
}
.quailty-text {
  font-family: "Avenir";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #585858;
}

/* 5th section */

/* 6th section */
.weoffers-bg {
  background-size: cover;
  padding: 80px;
}
.OfferStandard-wrapper {
  width: 100%;
  background: #ffffff;
  padding: 30px;
}
.weoffers-wrapper {
  width: 100%;

  /* height: 450px; */
}
.stenderd-headingss {
  font-family: "Avenir";
  font-style: normal;
  font-weight: 800;
  font-size: 38px;
  text-align: center;
  color: #000000;
}
.stenderdpara {
  font-family: "Avenir";
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  text-align: center;
  color: #131313;
}
.Standard-items {
  width: 90%;
  margin: auto;
  margin-top: 20px;
  padding: 30px;
}

.items-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.stenderditems-wrapp {
  width: 20%;
}

.Airconditioning-wrapp {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.air-hading {
  font-family: "Avenir";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #131313;
  margin-top: 10px;
}
.carousel-control-prev,
.carousel-control-next {
  display: none;
}
.carousel-indicators {
  bottom: -25px;
}
#carouselExampleIndicators li {
  background-color: #000000;
  cursor: pointer;
}

/* 7th section */
.reviwe-wrapper {
  background: #f3f3f4;
  padding: 20px 0px;
}
.reviewimg {
  width: 100%;
  max-height: 400px;.
  object-fit: cover;
}
.star-wrapper {
  margin-bottom: 30px;
}
.star-wrapper span {
  font-size: 31px;
}
.review-content-wrapper {
  padding: 30px;
  background-color: #ffffff;
  height: 100%;
}
.checked {
  color: orange;
}
.review-content {
  font-family: "Avenir";
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 34px;
  color: #131313;
  margin-bottom: 30px;
}
.gustname-wrappe {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gustename {
  font-family: "Avenir";
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  color: #131313;
}
.reviewdate {
  font-family: "Avenir-light";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #00aad2;
}
.guest-reviewhading {
  font-family: "Avenir";
  font-style: normal;
  font-weight: 800;
  font-size: 34px;
  color: #010101;
  text-align: center;
  margin: 8px 0;
}

.gustreviwe-wrapper {
  width: 100%;
  position: relative;
}

.carouseld-control-prev {
  display: flex;
  top: 50%;
  left: -150px;
  justify-content: center;
  align-items: center;
  position: absolute;
  border: none;
  background: none;
}
.carouseld-control-prev img {
  transform: rotate(180deg);
}
.carouseld-control-next {
  display: flex;
  top: 50%;
  right: -150px;
  justify-content: center;
  align-items: center;
  position: absolute;
  border: none;
  background: none;
}
.carousel-indicatorss {
  display: none;
}
/* footer */
.footer-wrapper {
  display: flex;
  justify-content: space-between;
}
.footerbg-wrapper {
  background-color: #ffff;
  border-bottom: 2px solid #dfdfdf;
  padding: 20px 0px;
}
.footerlinks-wrapper {
  width: 45%;
  justify-content: space-between;
  display: flex;
  align-items: center;
}
.payment-linkstag {
  font-family: "Avenir";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  align-items: flex-end;
  color: #1e1e1e;
  cursor: pointer;
}
.social-icon-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 40%;
}
/*.intaicon-wrapp {
  width: 45px;
  cursor: pointer;
  height: 45px;
  border-radius: 50%;
  border: 1px solid #0d84a0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #117964;
  transition: all 0.8s linear;
}
.intaicon-wrapp:hover {
  background-color: #117964;
}
.intaicon-wrapp a:hover{
  color: #fff !important;
  transition: all 0.8s linear;
}*/
.intaicon-wrapp {
  width: 45px;
  cursor: pointer;
  height: 45px;
  border-radius: 50%;
  border: 1px solid #0d84a0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #0d84a0;
  /*transition: all 0.8s linear;*/
}
.intaicon-wrapp:hover {
  background-color: #117964;
  color: #fff;
  /*transition: all 0.8s linear;*/
}

.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}











.copyright-wrapper {
  padding: 20px 0px;
}
.copyright-text {
  font-family: "Avenir";
  font-style: normal;
  font-weight: 600 !important;
  font-size: 14px;
  color: #1e1e1e;
}
/* footer */


@media (max-width: 1400px){
  .carouseld-control-prev{
      left: -94px;
  }
  .carouseld-control-next{
    right: -94px;

  }
}

@media (max-width: 1392px){
  .carouseld-control-prev{
      left: -94px;
  }
  .carouseld-control-next{
    right: -94px;

  }
}
@media (max-width: 1392px){
.carouseld-control-next {
    right: -46px;
}
.carouseld-control-prev {
    left: -45px;
}
}

/* Home page media quary */
@media (max-width: 1200px){
  .availabilty-wraperr{
    flex-direction: column;
  }
  .availabilty-wrapp{
    width: 100%;

  }
  .bookday-wrapp{
    width: 100%;
  }
  .calendar-section{
    width: 100%;
  }
  .datepicker-inline {
    width: 220px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1100px) {

  .Boutique-wrappr {
    margin-bottom: 30px;
  }
  .navcontainer {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
  }
  .gustreviwe-wrapper {
    width: 85%;
    margin: 0 auto;
  }
  .carouseld-control-prev {
    left: -80px;
  }
  .carouseld-control-next {
    right: -80px;
  }
  .footerlinks-wrapper {
    width: 70%;
  }
}
 .notfound{
        display:none;
        color:red;
    }
@media (max-width: 992px) {
    .notfound{
        display:block;
        text-align:center;
        color:red;
    }
  .property-wrappers {
    flex-direction: column;
  }
  .leftside-propertywrapp {
    width: 100%;
  }
  .rigthside-propertywrapp {
    width: 100%;
  }

  .propertyintro {
    height: 75px;
    margin-bottom: 10px;
    -webkit-line-clamp: 3;
  }
  .property-name {
    margin-bottom: 10px;
  }
  .pagenation-wrappers {
    width: 25%;
  }
  .nav-tabs {
    display: flex;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
  }
  .Polices-wrapper {
    margin-bottom: 30px;
  }

  .gustreviwe-wrapper {
    width: 100%;
    margin: 0 auto;
  }

  .carouseld-control-prev {
    left: -30px;
  }
  .carouseld-control-next {
    right: -30px;
  }
  .carouseld-control-prev img {
    width: 25px;
  }
  .carouseld-control-next img {
    width: 25px;
  }

  .intaicon-wrapp {
    width: 35px;
    height: 35px;
    font-size: 18px;
    padding:20px;
  }
  .stenderditems-wrapp {
    width: 29%;
  }
  .Standard-items {
    padding: 5px;
  }
}

@media (max-width: 767px) {
  /*  .payment-linkstag {*/
  /*  font-size: 12px;*/
  /*}*/
   .intaicon-wrapp {
    width: 30px;
    height: 30px;
    margin-right: 15px;
  }
  .notfound {
    display: block;
    margin-top: 70px;
    text-align:center;
}
  .bombay-headings {
    height: 400px;
  }
  .bombayheading {
    text-align: center;
  }
  .boutiquw-wraper {
    height: auto;
  }
  .Boutique-wrappr {
    height: 250px;
  }
  .boutiquedate-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .input-date {
    width: 90%;
    margin-bottom: 20px;
  }
  .serch-btn {
    width: 100%;
  }
  .availabilty-wraperr {
    flex-direction: column;
  }
  .availabilty-wrapp {
    width: 100%;
  }
  .bookday-wrapp {
    width: 100%;
  }
  /* .nav-tabs > .nav-item > .nav-link {
    p
  } */
  .nav-tabs > .nav-item > .nav-link {
    padding: 10px;
  }
  .qualitystay-wraperr {
    padding: 5px 150px;
    margin-bottom: 20px;
  }
  .items-row {
    width: 100%;
  }
  .stenderditems-wrapp {
    width: 50%;
    margin-bottom: 10px;
  }
  .Standard-items {
    padding: 5px;
  }
  .carouseld-control-prev,
  .carouseld-control-next img {
    display: none;
  }
  .gustreviwe-wrapper {
    width: 100%;
  }
  .weoffers-bg {
    padding: 50px 0px;
  }
  .datepicker-inline {
    margin-bottom: 30px;
    }
}

@media (max-width: 575px) {
    .weoffers-bg{
        display:none;
    }
    .chosee-bg{
        display:none;
    }
  .calendar{
    margin-bottom: 20px;
  }
  .col-sm-6.ordeclass {
    order: 2;
    border-top: 2px solid #DFDFDF;
    padding-top: 10px;
}
.footerbg-wrapper {
     border-bottom: 0px solid; 
}

  .offerbanner-wrapp{
    background-image: url(https://bombayhouse.eoxysitsolutionllp.com/banner/Rectangle%2022.png);
  }
  .bombay-headings{

        height: 300px;
  }
  .bombayheading{
            font-size: 33px;
  }

.first-section{

    background-size: auto;
    background-position: center;
}


  .propertyintro{
    height: 25px;
  }
  .stenderd-headingss{
    font-size: 30px;
  }
  .stenderdpara{
    font-size: 16px;
  }
  .mobilepropertdetails-wrapper .propert-rent-wrapp{
        padding: 10px 0px 0px 0px;
  }
  .mobilepropertdetails-wrapper{
        padding: 20px 0px 0px 0px;
        height: auto;
  }
  .whychose-heding{
    font-size: 30px;
  }
  .whatgetline{
    font-size: 18px;

  }
  #webproperty {
    display: none;
  }

  #mobproperty {
    display: unset;
  }

  .qualitystay-wraperr {
    padding: 5px 30px;
  }
  .air-hading {
    text-align: center;
  }
  .Airconditioning-wrapp img {
    width: 65px;
    height: 65px;
  }
  .footer-wrapper {
    flex-direction: column;
  }
  .footer-wrapper img {
    width: 40%;
    height: auto;
    margin-bottom: 20px;
  }
  .footerlinks-wrapper {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .payment-linkstag {
    margin-bottom: 20px;
    /*font-size: 12px;*/
  }
  /*.social-icon-wrapper {*/
  /*  width: 60%;*/
  /*}*/
  /*.copyright-text {*/
  /*  font-size: 12px;*/
  /*}*/
  .itembox-wrapp {
    margin: 0px 4px 10px 4px;
  }
}

/* Home page media quary */

.modal-contentwrapp {
  background-color: #ffff;
  text-align: center;
  width: 100%;
  max-width: 800px;
}
.modal-dialogs {
  max-width: 50%;
  margin: 1.75rem auto;
}
.modal-dialogs-booking {
  max-width: 50%;
  margin: 1.75rem auto;
}
.modal-register-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 20px;
  background-color: #fff;
}
.modal-register-wrapper button {
  font-size: 31px;
}

.model-hading-wrapp {
  padding: 10px 50px;
}

.guestline {
  font-family: "Avenir";
  font-style: normal;
  font-weight: 900;
  font-size: 32px;
  text-align: center;
  color: #3e3f42;
}

.asperbord {
  font-family: "Avenir";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  color: #9ea0a5;
}
.persnoldetails {
  font-family: "Avenir";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  color: #3e3f42;
  text-align: start;
  margin-bottom: 30px;
}
.room-inputwrapp {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  margin-bottom: 10px;
}
.rowlineinput {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.roominputfirst {
  height: 50px;
  width: 48%;
  outline: none;
  background: rgba(244, 244, 244, 0.42);
  border: 1px solid #e1e1e1;
  margin-bottom: 10px;
  padding: 8px 16px;
}
.room-label {
  font-family: "Avenir";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #9ea0a5;
}

.roominput {
  width: 100%;
  height: 50px;
  outline: none;
  background: rgba(244, 244, 244, 0.42);
  border: 1px solid #e1e1e1;
  margin-bottom: 20px;
  padding: 8px 16px;
}
.gender-wraper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 30%;
}
.radio-btn {
  margin-right: 10px;
}
.dob-wrapp {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.dobwrapper {
  width: 30%;
}
.age-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.agewrap {
  width: 48%;
}
.takephoto-wrapper {
  width: 100%;
  display: flex;
  position: relative;
  margin-bottom: 20px;
}

.file-input {
  color: transparent;
}
.file-input::-webkit-file-upload-button {
  visibility: hidden;
}

.file-input::before {
  content: "Take Photo";
  color: #fff;
  display: inline-block;
  background: #0d84a0;
  border: 1px solid #0d84a0;
  padding: 10px 22px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  font-weight: 400;
  border-radius: 2px;
  outline: none;
}
.permanent-addres {
  font-family: "Avenir";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  color: #3e3f42;
  text-align: center;
  width: 100%;
}
.bycheckline {
  width: 100%;
  font-family: "Avenir";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  color: #3e3f42;
  text-align: start;
  margin-bottom: 15px;
}
.checkbox {
  width: 15px;
  height: 15px;
  margin-right: 10px;
}

.thisbox-wrapper {
  width: 100%;
  height: 100%;
}
.thisbox-wrapper ol {
  padding-left: 20px;
}
.thisbox-wrapper ol li {
  text-align: start;
  font-family: "Avenir";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  text-transform: capitalize;
  color: #7a7a7a;
  margin-bottom: 15px;
}

.Purposer-wraper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 60%;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.canbesame {
  font-family: "Avenir";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  color: #9ea0a5;
  margin-bottom: 30px;
}
.browser-filebg {
  position: relative;
  width: 100%;
  height: 200px;
  margin-bottom: 30px;
}
.browser-filewrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  cursor: pointer;
  background: rgba(244, 244, 244, 0.42);
  border: 1px solid #e1e1e1;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.browser-filewrapper input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  left: 0;
}
.dargyourfile {
  font-family: "Avenir";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #9ea0a5;
}
.browser-file {
  font-family: "Avenir";
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 38px;
  color: #303030;
}

.termsbox-wrapper {
  width: 100%;
  height: 100%;
}
.termsbox-wrapper ol {
  padding-left: 20px;
}
.termsbox-wrapper ol li {
  text-align: start;
  font-family: "Avenir";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  text-transform: capitalize;
  color: #7a7a7a;
  margin-bottom: 5px;
}
.submit-btnwraper {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.submit-btn {
  background: #0d84a0;
  border: 1px solid #0d84a0;
  box-sizing: border-box;
  width: 48%;
  height: 55px;
  outline: none;
  color: #fff;
}

@media (max-width: 1198px) {
  .modal-dialogs {
    max-width: 65% !important;
  }
}
@media (max-width: 992px) {
  .modal-dialogs {
    max-width: 70% !important;
  }
  .modal-dialogs-booking {
    max-width: 90% !important;
  }
  .guestline {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .asperbord {
    font-size: 16px;
    margin-bottom: 35px;
  }
  .gender-wraper {
    font-size: 14px;
    width: 40%;
  }
  .Purposer-wraper {
    width: 70%;
  }


  #navsocialitems{
    display: none;
  }
    #socialiconnav {
    display: block;
    display: flex;
    width: 30%;
  }
}

@media (max-width: 767px) {
  .modal-dialogs {
    max-width: 80% !important;
  }
  .gender-wraper {
    width: 50%;
  }
  .rowlineinput {
    flex-direction: column;
  }
  .roominputfirst {
    width: 100%;
  }
  .age-wrapper {
    flex-direction: column;
  }
  .agewrap {
    width: 100%;
  }
  .Purposer-wraper {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .header-wrapper {
    font-size: 13px;

}

  .date-wrapper{
    font-size: 11px;
  }
  .modal-dialogs {
    max-width: 90% !important;
  }
  .modal-dialogs-booking {
    max-width: 90% !important;
  }
  .model-hading-wrapp {
    padding: 15px;
  }
  .finelstap-wrapper .right-sidediscripton .viala-price {
    font-size: 11px !important;
  }
  .multistap-formwrapper {
    padding: 20px 30px !important;
  }

  .chekc-intext {
    font-size: 15px !important;
  }
  .datetext {
    font-size: 16px !important;
  }
  .viala-price {
    font-size: 19px !important;
  }
  .step-first-wrapp,
  .stepfinel-wrapp {
    font-size: 7px !important;
    line-height: 28px !important;
  }

  .leftside-img img {
    height: 100% !important;
  }
  .right-sidediscripton-wrapp {
    width: 60% !important;
  }

  .lastprice {
    font-size: 20px !important;
  }
  .submit-btn {
    width: 100%;
  }
  .dobwrapper {
    width: 31%;
  }
  .gender-wraper {
    width: 60%;
  }
  .rowlineinput {
    flex-direction: column;
  }
  .roominputfirst {
    width: 100%;
  }
  .age-wrapper {
    flex-direction: column;
  }
  .agewrap {
    width: 100%;
  }
  .Purposer-wraper {
    width: 100%;
  }
  .browser-file {
    font-size: 14px;
  }
  .dargyourfile {
    font-size: 11px;
  }
  .asperbord {
    font-size: 13px;
  }
  .guestline {
    font-size: 16px;
  }
  .serch-btn {
    width: 100%;
        max-width: 121px;
  }
  .boutiquw-wraper {
    width: 91%;
  }
}

/* <!-- Model of Your booking has been confirmed  --> */
.modal-dialogg {
  max-width: 35%;
  margin: 1.75rem auto;
}
.confirmed-content-wrapper {
  width: 100%;
  height: 100%;
  padding: 0px 30px 30px 0px;
}

.confirmed-content-wrapper img {
  width: 100%;
  height: 100%;
}
.bokkcontent {
  width: 50%;
  height: 100%;
  font-family: "Avenir";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 38px;
  margin: 15px auto;
  color: #4d4d4d;
}
.goback-btn {
  width: 225px;
  height: 54px;
  background: #0d84a0;
  border: 1px solid #0d84a0;
  box-sizing: border-box;
  font-family: "Avenir";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 38px;
  outline: none;
  color: #ffffff;
  cursor: pointer;
}

@media (max-width: 1100px) {
  .confirmed-content-wrapper {
    padding: 0px 10px 20px 0px;
  }
}
@media (max-width: 1350px) {
    .first-section{
        background-size:unset !important;
    }
}
@media (max-width: 992px) {
  .confirmed-content-wrapper {
    padding: 0px 0px 20px 0px;
  }
  .modal-dialogg {
    max-width: 50%;
  }
}
@media (max-width: 576px) {
  .confirmed-content-wrapper {
    padding: 0px 0px 20px 0px;
  }
  .Boutique-wrappr {
    height: 239px;
  }
  .modal-dialogg {
    max-width: 80%;
  }
  .bokkcontent {
    font-size: 16px;
    line-height: 25px;
  }
  .goback-btn {
    width: 80%;
  }
}
/* <!-- Model of Your booking has been confirmed  --> */

/* step form */
.multistap-formwrapper {
  width: 100%;
  height: 100%;
  padding: 20px 60px;
}
.modal-dialogs {
  max-width: 50%;
  margin: 1.75rem auto;
}
.stepswrpp {
  position: relative;
  margin-bottom: 40px;
}
.stepswrpp ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  justify-content: space-between;
}
.step-first-wrapp {
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Avenir";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 30px;
  color: #9ea0a5;
}
.step-first-wrapp span {
  width: 25px;
  height: 25px;
  background: #0d84a0;
  position: relative;
  z-index: 1;
}
.stepline {
  width: 40%;
  height: 0px;
  border: 1px solid #0d84a0;
  position: absolute;
  left: 11%;
  bottom: 13%;
}
.twostepline {
  width: 40%;
  height: 0px;
  border: 1px solid #e8e8e8;
  position: absolute;
  right: 10%;
  bottom: 13%;
}
.stepfinel-wrapp {
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Avenir";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 30px;
  color: #9ea0a5;
}
.stepfinel-wrapp span {
  width: 25px;
  height: 25px;
  background: #e8e8e8;
  position: relative;
}
.checkdate-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 40px;
}
.checkin-wrapp {
  width: 48%;
  height: 100%;
  border: 1px solid #bebebe;
  box-sizing: border-box;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-start;
  padding: 15px;
}
.chekc-intext {
  font-family: "Avenir";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 38px;
  color: #0d84a0;
}
.datetext {
  font-family: "Avenir";
  font-style: normal;
  font-weight: 900;
  font-size: 26px;
  line-height: 38px;
  color: #686868;
}

.GuestsDetails-wrapper {
  display: flex;
  flex-direction: column;
  text-align: start;
}
.gusethading {
  font-family: "Avenir";
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 38px;
  text-transform: uppercase;
  color: #686868;
}
.adult-colwrpp {
  padding: 15px 0px;
  border-bottom: 1px solid #c4c4c4;
}
.guestsnumber {
  display: flex;
  justify-content: space-between;
}
.Child-colwrpp {
  padding: 15px 0px;
  display: flex;
  flex-direction: column;
}

.villatypes-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.vila-type {
  font-family: "Avenir";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 38px;
  text-align: right;
  color: #9ea0a5;
  margin-right: 15px;
}
.villaname {
  font-family: "Avenir";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 38px;
  text-align: right;
  color: #3e3f42;
  margin-right: 15px;
}
.villatypes-wrap img {
  width: auto;
  height: fit-content;
}
.firstdiscription-wrappp {
  display: flex;
  justify-content: space-between;
  display: none;
}
.leftside-img {
  width: 50%;
  height: auto;
}
.right-sidediscripton {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 20px 0;
}
.viala-price {
  font-family: "Avenir";
  font-style: normal;
  font-weight: 900;
  font-size: 26px;
  line-height: 38px;
  color: #686868;
  margin-bottom: 0;
}
.lastprice {
  font-family: "Avenir";
  font-style: normal;
  font-weight: 900;
  font-size: 26px;
  line-height: 38px;
  color: #a6a6a6;
  position: relative;
  margin-right: 20px;
}
.lastprice:before {
  position: absolute;
  content: "/";
  display: block;
  width: 100%;
  height: 100%;
  margin-top: 2px;
  margin-left: 2px;
  transform: rotate(48deg);
  color: #000;
  font-size: 68px;
  font-weight: 100;
}
.offtag {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 38px;
  color: #686868;
}

.seconddiscription-wrappp {
  display: flex;
  justify-content: space-between;
}
.seconddiscription-wrappp .leftside-img {
  width: 50%;
  height: auto;
}
.right-sidediscripton-wrapp {
  width: 50%;
}
.villadiscripton-wrapp {
  display: flex;
  justify-content: space-between;
}
.leftsidevilaa-wrapper {
  width: 60%;
  list-style: none;
}
.leftsidevilaa-wrapper li {
  text-align: end;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #252525;
  width: 100%;
}
.rightsidevilaa-wrapper {
  width: 34%;
  list-style: none;
}
.rightsidevilaa-wrapper li {
  text-align: start;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #252525;
  width: 100%;
}
.right-sidediscripton-wrapp .right-sidediscripton {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 20px 0;
}

.enter-details-hading {
  font-family: "Avenir";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 38px;
  text-transform: uppercase;
  color: #686868;
  text-align: start;
}
.firstinput-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.label-text {
  font-family: "Avenir";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 38px;
  color: #9ea0a5;
}
.firstinputwrpp {
  height: 56px;
  background: rgba(244, 244, 244, 0.42);
  border: 1px solid #e1e1e1;
  box-sizing: border-box;
  outline: none;
  width: 100%;
  margin-bottom: 20px;
}
.next-btn-wrapp {
  display: flex;
  justify-content: flex-end;
}
.nextbtn {
  background: #0d84a0;
  border: 1px solid #686868;
  box-sizing: border-box;
  outline: none;
  width: 50%;
  height: 54px;
  font-family: "Avenir";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 38px;
  color: #ffffff;
}
/* last step form */
.thardstap {
  /* display: none; */
  display: block;
}
.finelstap-wrapper {
  display: none;
}

.finelstapdiscription-wrappp {
  width: 100%;
  height: 100%;
  display: flex;
  margin-bottom: 20px;
}
.cardetails-tag {
  font-family: "Avenir";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 38px;
  text-transform: uppercase;
  color: #686868;
  margin-bottom: 0;
  text-align: start;
}
.cardsa {
  border: 0;
  border-radius: 0.1875rem;
  display: inline-block;
  position: relative;
  width: 100%;
  /* height: 200px; */
  margin-bottom: 30px;
  /* box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 20%); */
}
.cardsa .card-header {
  padding: 0;
  margin-bottom: 0;
  background: none;
  border-bottom: none;
}
.expdateinputwrpp {
  height: 56px;
  background: rgba(244, 244, 244, 0.42);
  border: 1px solid #e1e1e1;
  box-sizing: border-box;
  outline: none;
  width: 40%;
  margin-bottom: 20px;
}
.login-btnwraper {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
.login-btn {
  background: #0d84a0;
  border: 1px solid #0d84a0;
  box-sizing: border-box;
  width: 100%;
  height: 55px;
  outline: none;
  color: #fff;
}
.gender-wraper-singup {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.calendar-section {
  margin-bottom: 20px;
  margin-left:15px;
}

.calendar,
.calendar_weekdays,
.calendar_content {
  max-width: 585px;
}

.calendar {
  /*float: left;*/
  margin: auto;
  max-width: 100px;
  font-weight: 400;
  background: #fff;
  padding: 10px;
  -webkit-box-shadow: 0px 4px 26px -22px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 4px 26px -22px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 4px 26px -22px rgba(0, 0, 0, 0.14);
}

.calendar_weekdays {
  color: #aaa;
  font-weight: 300;
}

.calendar_weekdays div {
  display: inline-block;
  vertical-align: top;
  color: #000;
  font-weight: 700;
}

.calendar_content,
.calendar_weekdays,
.calendar_header {
  position: relative;
}

.calendar_content:after,
.calendar_weekdays:after,
.calendar_header:after {
  content: " ";
  display: table;
  clear: both;
}

.calendar_weekdays div,
.calendar_content div {
  width: 14.28571%;
  height: 68px;
  line-height: 69px;
  overflow: hidden;
  text-align: center;
  background-color: transparent;
}

.calendar_content div {
  float: left;
  margin-left: -1px;
  margin-top: -1px;
  border: 1px solid transparent;
  border-radius: 5px;
}

.calendar_content div:hover {
  border: 1px solid #ededed;
  cursor: pointer;
}

.calendar_content div.blank:hover {
  cursor: default;
  border: none;
}

.calendar_content div.past-date {
  cursor: initial;
  color: #d5d5d5;
}

.calendar_content div.today {
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  background-color: #bd83ce;
}

.calendar_content div.selected {
  background-color: rgba(153, 153, 161, 0.2);
  border: 1px solid white;
}

.calendar_header {
  width: 100%;
  text-align: center;
  position: relative;
  height: 55px;
  display: table;
  vertical-align: middle;
}

.calendar_header h2 {
  margin-top: 15px;
  padding: 0;
  font-weight: 700;
  font-size: 13px;
  color: #000 !important;
  text-transform: uppercase;
}

button.switch-month {
  background-color: transparent;
  padding: 0;
  outline: none;
  border: none;
  height: 40px;
  width: 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #cccccc;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
button.switch-month.switch-left {
  left: 0;
}
button.switch-month.switch-right {
  right: 0;
}

button.switch-month:hover {
  color: #ffab2b;
}

button.switch-month:active {
  background-color: transparent;
}


.mbsc-ios.mbsc-calendar-day-text{
      width: 1.625em;
    height: 1.625em;
    margin: 0;
    padding: 0;
    font-size: 11px;
    line-height: 1px;
    border: 2px solid transparent;
    border-radius: 2em;
}
.mbsc-ios.mbsc-calendar-day-text {
      /* width: 1.625em; */
    /* height: 1.625em; */
    margin: 0;
    padding: 0;
    font-size: 13px;
    /* line-height: 1px; */
    border: 2px solid transparent;
    border-radius: 2em;
}

.mbsc-calendar-day > div:first-child{
  display: none !important;
} 

.mbsc-ios.mbsc-datepicker .mbsc-selected .mbsc-calendar-day-text{

  width:unset !important;
  height:unset !important;
  margin:unset !important;
  line-height:unset !important;
  font-size:12px !important;
  align-items: center !important;
    display: flex !important;
    justify-content: center !important;
    color: unset !important;

}
.mbsc-ios.mbsc-selected .mbsc-calendar-cell-text{
  border:none !important;
  background:none  !important;
  color:#000 !important;
}
.mbsc-ios.mbsc-datepicker-inline{
  border: none !important;
}

.mbsc-hover{
  background: none !important;
  background-color: none !important ;
}
.mbsc-ios.mbsc-datepicker 
.mbsc-highlighted 
.mbsc-calendar-day-text, 
.mbsc-ios.mbsc-datepicker 
.mbsc-hover .mbsc-calendar-day-text,
.mbsc-ios.mbsc-datepicker 
.mbsc-range-hover-end 
.mbsc-calendar-day-text, 
.mbsc-ios.mbsc-datepicker .mbsc-range-hover-start .mbsc-calendar-day-text, .mbsc-ios.mbsc-datepicker 
.mbsc-selected .mbsc-calendar-day-text{
    width: 1.625em !important; 
    height: fit-content !important;
    margin: 0 !important;
    font-size: 11px !important;
    line-height: 0px !important;
}
.mbsc-ios.mbsc-hover .mbsc-calendar-cell-text{
  background: none !important;
}

.mbsc-datepicker .mbsc-calendar-slide{
  padding: 0 !important;
}
.calendar,
.calendar_weekdays,
.calendar_content {
  max-width: 585px;
}

.calendar {
    /* margin: auto;*/
    /*min-width: 213px;*/
    /*font-weight: 400;*/
    /*background: #fff;*/
    /*padding: 1px;*/
    /*border: 1px solid #6666662e;*/
    /*border-radius: 4px;*/
}

.calendar_weekdays {
  color: #aaa;
  font-weight: 300;
}

.calendar_weekdays div {
  display: inline-block;
  vertical-align: top;
  color: #000;
  font-weight: 700;
}

.calendar_content,
.calendar_weekdays,
.calendar_header {
  position: relative;
}

.calendar_content:after,
.calendar_weekdays:after,
.calendar_header:after {
  content: " ";
  display: table;
  clear: both;
}

.calendar_weekdays div,
.calendar_content div {
  width: 14.28571%;
  height: 68px;
  line-height: 69px;
  overflow: hidden;
  text-align: center;
  background-color: transparent;
}
.calendar_content div.selected {
  background-color: rgba(153, 153, 161, 0.2);
  border: 1px solid white;
}

.calendar_content div {
  float: left;
  margin-left: -1px;
  margin-top: -1px;
  border: 1px solid transparent;
  border-radius: 5px;
}

.calendar_content div:hover {
  border: 1px solid #ededed;
  cursor: pointer;
}

.calendar_content div.blank:hover {
  cursor: default;
  border: none;
}

.calendar_content div.past-date {
  cursor: initial;
  color: #d5d5d5;
}

.calendar_content div.today {
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  background-color: #ffab2b;
}
.calendar_content,
.calendar_weekdays,
.calendar_header {
  position: relative;
}

.calendar_content:after,
.calendar_weekdays:after,
.calendar_header:after {
  content: " ";
  display: table;
  clear: both;
}

.calendar_weekdays div,
.calendar_content div {
  width: 13%;
  height: 33px;
  line-height: 30px;
  overflow: hidden;
  text-align: center;
  background-color: transparent;
}
.calendar_content {
  max-width: 585px;
}
.policysec-1{
  background-color: #fff;
  padding: 50px 0px;
}
.policysec-1 p{
line-height: 30px;
}
.site-content{
  background-color: #fff;
  padding: 50px 0px;
}
.adrsdetsl{
    padding: 80px 50px;
    box-shadow: 0 0 4px 1px rgb(0 0 0 / 20%);
}
.addrres-map-contact{
  height: 350px;
  width: 100%;
}


.addreslink{
      color: #000;
    text-decoration: none;
}

.bottom_link{
      color: unset;
    text-decoration: none;
    margin-left: 5px;
}
.addreslink:hover{
  text-decoration: none;
  color: unset;
}
.bottom_link:hover{
    text-decoration: none;
    color: unset;

}
.tab-pane p, ul li, ol li{
font-family: 'Avenir';
    font-style: normal;
    font-weight: 600 !important;
    font-size: 16px;
    line-height: 22px;
    color: #3e3f42;
}
.datepicker table tr td, .datepicker table tr th {
    text-align: center;
    width: 31px;
    height: 37px;
    border-radius: 0px;
    border: none;
    font-size: 15px !important;
    font-weight: 400 !important;
    font-family: 'Avenir' !important;
}
@media (max-width: 576px) {
    .propertname {
    font-size: 20px;
}
.propertyar {
    font-size: 16px;
}
.property-price {
    font-size: 22px;
}
}
#thumbnails .thumbnail-img{
    border-radius: 5px !important;
}
.img-wrapper.aos-init.aos-animate {
    margin-top: 0px;
    margin-bottom: 0px;
}
.modal-register-wrapper {
    justify-content: space-between;
    padding:0px;
}

.datepicker table tr td.disabled {
        color: unset !important;
    background-color: unset !IMPORTANT ;
    border-color: unset !IMPORTANT;
    cursor: pointer !important;
 }
 
 @media only screen and (max-width: 414px) {
     body{
            width: 100%;
        }
        
}
 