html{
    overflow-x: hidden;
}
body{
margin: 0px;
font-family: "Poppins", sans-serif !important;
overflow-x:hidden;
}






.social_chat_block {
    text-decoration: none;
    width: 172px;
    position: fixed;
    bottom: 10px;
    right: 5px;
    background: #f1ece5;
    border: solid 1px #58585c24;
    z-index: 777;
    text-align: left;
    font-size: 17px;
    padding-left: 25px;
    padding-right: 25px;
    /* line-height: 42px; */
    color: black;
    font-weight: 500;
    transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    border-radius: 50px;
    float: right;
    padding-top: 10px;
    padding-bottom: 10px;
}
.social_chat_block span {
    font-size: 18px;
    position: relative;
    top: 3px;
}
.wave {
    animation-name: wave-animation;
    animation-duration: 2.5s;
    animation-iteration-count: infinite;
    transform-origin: 70% 70%;
    display: inline-block;
}
.ftr-hand {
    width: 28px;
    margin-left: 8px;
}
.social_chat_block strong img {
    width: 28px;
    float: right;
}


@keyframes wave-animation {
    0% { transform: rotate( 0.0deg) }
   10% { transform: rotate(14.0deg) }  /* The following five values can be played with to make the waving more or less extreme */
   20% { transform: rotate(-8.0deg) }
   30% { transform: rotate(14.0deg) }
   40% { transform: rotate(-4.0deg) }
   50% { transform: rotate(10.0deg) }
   60% { transform: rotate( 0.0deg) }  /* Reset for the last half to pause */
  100% { transform: rotate( 0.0deg) }
}

@media (max-width: 500px) {
.social_chat_block{width:150px; padding-left:13px; padding-right:13px;}
.ftr-hand{width:22px; margin-left: 3px;}   
.social_chat_block span{font-size:17px;}
}

.social_chat_block:hover {
    background: white;
    color: #118d25;
    text-decoration: none !important;
}





.header{
    float: left;
    width:100%;
    /*z-index: 99;*/
    position: relative;
    height: auto;
    background: white;
    
  }
.logo {
    float: left;
    width: 132px;
    position: relative;
    z-index: 1;
padding-top: 3px;
margin-bottom: 6px;}


.logo img{float: left;max-width: 100%;}
.header_menu_area {
  /* width: 100%; */
  float: right;
  position: relative;
  text-align: center;
  padding-top: 40px;
  /*padding-right: 248px;*/
}


.header_menu_area > ul {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0px;
    padding-left: 0px;
    
    float: right;
    /*padding-top: 36px;*/
}
.header_menu_area > ul > li {
      width: auto;
      display: inline-block;
      vertical-align: middle; 
      padding-bottom: 14px;
      padding-top: 15px;
}
.header_menu_area > ul > li > a {
    width: auto;
    color: black;
    font-weight: 400;
    float: left;
    position: relative;
    font-size: 14px;
    letter-spacing: 0px !important;
    padding: 0px 24px 0px 24px;
    z-index: 1;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    text-decoration: none;
    text-align: center;
}
      
.header_menu_area > ul > li > a:hover {
          color: #cb9b30;
           transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    text-decoration: none;
          
}


.menu li {
    display: inline-block;
    position: relative;
    z-index: 100;
}


.menu ul li a:hover, .menu ul li:hover>a {
    background: #22201b;
    color: white;
    text-decoration: none;
    transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}


.menu ul {
    visibility: hidden;
    /*  display: none;*/
    opacity: 0;
    margin: 0;
    top: 50px;
    padding: 0;
    width: 211px;
    position: absolute;
    left: 0;
    background: #ca9c30;
    z-index: 99;
    transition: transform 0.3s cubic-bezier(0.88, -0.72, 0, 1), opacity 0.3s ease-in-out;
    /* transform: translateY(-4rem); */
    transition: all .5s ease-out;
    /*transform: translate(22px,0px);
    transition: all 0.5s ease-out;*/
    border-radius: 0px;
}


.menu li:first-child {
    margin-left: 0;
}
.menu li:first-child {
    margin-left: 0;
}
.menu ul li {
    display: block;
    float: none;
    background: 0 0;
    margin: 0;
    padding: 0;
    width: 100%;
}

.menu li:hover>ul {
    visibility: visible;
    /* display: block;*/
    opacity: 1;
    transform: translateY(0);
}

.menu ul li a {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    padding: 12px 10px;
    display: block;
    color: white;
    text-decoration: none;
    /*background: white;*/
  /*  border-bottom: solid 1px rgb(137 137 137 / 19%);*/
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.menu-booking{
    float: right;
    margin-top: 0px;
    padding-left: 23px;
    position: relative;
    z-index: 1;
}
.menu-booking a{
    width: 144px;
    height: 44px;
    font-size: 14px;
    font-weight: 400;
    color: white;
     box-shadow: inset 400px 0 0 0 #22201B;
       
    text-align: center;
    float: right;
    text-decoration: none;
    padding: 12px 0px;
    border-radius: 40px;
    transition: all ease-in-out 0.5s;
      -o-transition: all ease-in-out 0.5s;
      -ms-transition: all ease-in-out 0.5s;
      -moz-transition: all ease-in-out 0.5s;
      -webkit-transition: all ease-in-out 0.5s;
    
}
.menu-booking a img{
    width: 25px;
    margin-left: 15px;
    margin-top:-3px;
}
.menu-booking a:hover{
      
box-shadow: inset 0 0 0 0 #22201B;
background: #a77815;
      color: white;
      text-decoration: none;
      transition: all ease-in-out 0.5s;
      -o-transition: all ease-in-out 0.5s;
      -ms-transition: all ease-in-out 0.5s;
      -moz-transition: all ease-in-out 0.5s;
      -webkit-transition: all ease-in-out 0.5s;
}







.menu-enq{
    float: right;
    margin-top: 5px;
    padding-left: 26px;
    position: relative;
    z-index: 1;
}
.menu-enq a{
    width: 35px;
    
}
.menu-enq a img{
    float: right;
    width: 35px;
    /*margin-left: 15px;*/
}




.mnu-ser:after{
    content: " ";
    right: 8px;
    margin-top: 7px;
    border: solid #a77815;
    height: 0px;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-width: 7px 5px;
    /* height: 0px; */
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #a77815;

}










.slide {
    float: left;
    width: 100%;
    position: relative;
    height: 521px;
}
.header-content{
   float: left;
   width: 100%;
   padding-top: 123px;
   
   position: absolute;
    z-index: 1;
    text-align: center;
}
.header-content h2{
   float: left;
   width: 100%;
   font-size: 55px;
   color: white;
   font-weight: 300;
   line-height: 65px;
   margin-bottom: 15px;
  
}
.header-content h2 span{
   font-weight: 600;
   
}
.header-content h2 span span{
    color: #FCAE09;
}
.header-content p{
   float: left;
   width: 100%;
   font-size: 14px;
   color: white;
   font-weight: 400;
   line-height: 27px;
   margin-bottom: 0px;
  
}





.slide .item .slide-image {
    height: 521px;
    float: right;
    margin-left: 0px;
    /* position: absolute; */
    /* width: auto !important; */
    /* z-index: 9999; */
    width: 100%;
    right: 0;
    object-fit: cover;
    top: 0;
    /* max-height: 1000px; */
    /* border-top-left-radius: 5px; */
    /* border-bottom-left-radius: 7px; */
}
.slider-ban .owl-nav {
    display: none;
}




.body2{
    float: left;
    width: 100%;
    padding-bottom: 55px;
}
.body2-search{
    float: left;
    width: 100%;
    border-radius: 20px;
    background: white;
    padding: 22px 20px;
    box-shadow: -1px 0px 14px -1px #00000047;
    position: relative;
    margin-top: -75px;
    z-index: 1;
}
.b2-search{
    float: left;
    width: 100%;
    padding: 6px 11px;
    border: 1px solid #00000057;
    border-radius: 30px;
}
.b2-search input{
   font-size: 13px;
    font-weight: 400;
    width: 200px;
    color: black;
    outline: none;
    border: none;
    margin-top: 10px;
    padding-left: 7px;
}
.b2-search-butn{
    float: right;
}
.b2-search-butn button{
    width: 127px;
    height: 39px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    color: white;
background: linear-gradient(90deg, rgba(167,120,20,1) 0%, rgba(127,89,8,1) 100%);
border: none;
outline: none;
}


.b2-hed{
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 38px;
    margin-bottom: 45px;
}
.b2-hed h2{
    float: left;
    width: 100%;
    font-weight: 300;
    font-size: 55px;
    line-height: 70px;
    color: black;
    margin-bottom: 24px;
}
.b2-hed h2 span{
    font-weight: 600;
}
.b2-hed p{
    float: left;
    width: 100%;
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    color: black;
    margin-bottom: 0px;
}

.b2-serivces-full {
    float: left;
    width: 100%;
}

.b2-service-butn{
    float: left;
    width: 100%;
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 50px;
}
.tab__button img{
    float: none;
    width: 47px;
    margin: auto;
    display: block;
    filter: brightness(1) invert(0);
    margin-bottom: 11px;
}
.tab__button {
    width: 137px;
    padding: 21px 0px;
    color: black;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    border: 2px solid white;
    box-shadow: -1px 0px 14px -1px #00000012;
    background: #FFF8EA;
    outline: none;
   /* margin: 0px 0px 0px 15px;*/
    cursor: pointer;
    width: 100%;
    height: auto;
    border-radius: 25px;
    margin-top: 10px;
}
.tab__button:focus{
    outline: none!important;
    background: #CE9B2E;
    color: white;
    width: 137px;
}
.tab__button:focus img{
    filter: brightness(0) invert(1);
}
.tab_button-active {
    border-bottom: none;
    background: #CE9B2E;
    color: white;
    width: 137px;
    position: relative;
    border: 2px solid transparent;
    box-shadow:none;
}


/*.tab__button:after{*/
/*    content: " ";*/
/*    bottom: -28px;*/
/*    margin-left: -51px;*/
/*    border: solid #ce9b2e;*/
/*    height: 0px;*/
/*    width: 0;*/
/*    position: absolute;*/
/*    pointer-events: none;*/
/*    border-width: 15px 11px;*/
    /* height: 0px; */
/*    border-color: rgba(255, 255, 255, 0);*/
/*    border-top-color: #ce9b2e;*/

/*}*/
/*.tab__button:focus:after{*/
/*  content: " ";*/
/*    bottom: -28px;*/
/*    margin-left: -51px;*/
/*    border: solid #ce9b2e;*/
/*    height: 0px;*/
/*    width: 0;*/
/*    position: absolute;*/
/*    pointer-events: none;*/
/*    border-width: 15px 11px;*/
    /* height: 0px; */
/*    border-color: rgba(255, 255, 255, 0);*/
/*    border-top-color: #ce9b2e;  */
/*}*/



.tab_button-active img{
    filter: brightness(0) invert(1);
}
.tab__inside {
  /*display: grid;
  grid-template-columns: repeat(2, 1fr);*/
  visibility: hidden; 
  opacity: 0;
  height: 0;
  transform: translateY(10px);
  transition: transform .3s ease-in;
}
.tab__inside-active {
  visibility: visible; 
  float: left;
  width: 100%;
  opacity: 1;
  height: 100%;
  margin-top: 20px;
    transform: translateY(0);
    transition: transform .3s ease-out 0.1s, opacity .3s ease-out 0.1s;
}

.b2-slide{
    float: left;
    width: 100%;
    /*padding: 0px 70px;*/
}
.b2-sbx{
    float: left;
    width: 100%;
    border-radius: 15px;
    border: 2px solid transparent;
    margin-top: 10px;
    margin-bottom: 10px;
    transition: all ease-in-out 0.5s;
      -o-transition: all ease-in-out 0.5s;
      -ms-transition: all ease-in-out 0.5s;
      -moz-transition: all ease-in-out 0.5s;
      -webkit-transition: all ease-in-out 0.5s;
}
.b2-sbx img{
    float: left;
    width: 100%;
    border-radius: 15px;
    
}
.b2-sbx-ttl{
    float: left;
    width: 100%;
    margin-top: -65px;
    position: relative;
    z-index: 1;
}
.b2-sbx-ttl h2{
    width: 100%;
    float: left;
    font-weight: 600;
    font-size: 17px;
    color: white;
    margin-bottom: 0px;
    background: rgb(37, 37, 37);
    background: linear-gradient(180deg, rgb(37 37 37 / 0%) 0%, rgb(37 37 37 / 95%) 70%);
    padding: 23px 15px;
    border-radius: 0px 0px 15px 15px;
    transition: all ease-in-out 0.5s;
      -o-transition: all ease-in-out 0.5s;
      -ms-transition: all ease-in-out 0.5s;
      -moz-transition: all ease-in-out 0.5s;
      -webkit-transition: all ease-in-out 0.5s;
}

.b2-sbx:hover {
    border: 2px solid white;
    box-shadow: -1px 0px 14px -1px #00000047;
    transition: all ease-in-out 0.5s;
      -o-transition: all ease-in-out 0.5s;
      -ms-transition: all ease-in-out 0.5s;
      -moz-transition: all ease-in-out 0.5s;
      -webkit-transition: all ease-in-out 0.5s;
}
.b2-sbx:hover .b2-sbx-ttl h2{
color: #FADB2E;
transition: all ease-in-out 0.5s;
      -o-transition: all ease-in-out 0.5s;
      -ms-transition: all ease-in-out 0.5s;
      -moz-transition: all ease-in-out 0.5s;
      -webkit-transition: all ease-in-out 0.5s;
}



.b2-full-butn{
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 50px!important;
}
.b2-full-butn a{
    float: none;
    display: inline-block;
    width: 171px;
    height: 49px;
    /*box-shadow: inset 400px 0 0 0 #CE9C31;*/
    box-shadow: inset 400px 0 0 0px #ffffff;
    border: 2px solid #CE9C31;
    border-radius: 35px;
    font-weight: 400;
    font-size: 14px;
    color: #986B0B;
    text-decoration: none;
    padding: 13px 0px;
    transition: all ease-in-out 0.5s;
      -o-transition: all ease-in-out 0.5s;
      -ms-transition: all ease-in-out 0.5s;
      -moz-transition: all ease-in-out 0.5s;
      -webkit-transition: all ease-in-out 0.5s;
}


.b2-full-butn a:hover{
      
box-shadow: inset 0px 0px 0 0 #ffffff;
    border: 2px solid #CE9C31;
background: #CE9C31;
      color: white;
      text-decoration: none;
      transition: all ease-in-out 0.5s;
      -o-transition: all ease-in-out 0.5s;
      -ms-transition: all ease-in-out 0.5s;
      -moz-transition: all ease-in-out 0.5s;
      -webkit-transition: all ease-in-out 0.5s;
}









.b2-slider .owl-nav {
     width: 100%;
    position: relative;

}
.b2-slider button.owl-prev{
    float: left;
    margin-left: -80px;
    margin-top: -155px;
}
.b2-slider button.owl-next{
    float: right;
    margin-right: -80px;
    margin-top: -155px;
}
.b2-slider .owl-prev img {
    float: right;
    width: 57px;
}
.b2-slider .owl-next img {
    width: 57px;
}






.body3{
    float: left;
    width: 100%;
    background: #FFF8EA;
    padding: 55px 0px 65px;
}
.b3-hed{
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}
.b3-hed h2{
    float: left;
    width: 100%;
    font-weight: 300;
    font-size: 55px;
    line-height: 70px;
    color: black;
    margin-bottom: 24px;
}
.b3-hed h2 span{
    font-weight: 600;
}
.b3-hed p{
    float: left;
    width: 100%;
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    color: black;
    margin-bottom: 0px;
}
.b3-bx{
    float: left;
    width: 100%;
    padding: 0px 30px 60px;
    background: white;
    border-radius: 15px;
}
.b3-bx h4{
   float: right;
    text-align: right;
    width: 100%;
    font-size: 75px;
    font-weight: 700;
    color: #F8F6F3;
    margin-top: 0px;
    margin-right: -36px;
    position: relative;
}
.b3-bx img{
    float: left;
    width: 78px;
    margin-bottom: 25px;
    margin-top: -40px;
    position: relative;
}
.b3-bx h2{
    float: right;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    color: black;
    margin-bottom: 14px;
}
.b3-bx p{
    float: right;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
    color: black;
    margin-bottom: 0px;
}



.body4{
    float: left;
    width: 100%;
    padding: 85px 0px 95px;
    background: url(../images/b4-bac.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.b4-hed{
    float: left;
    width: 100%;
}
.b4-hed h3{
    float: left;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    color: white;
    margin-bottom: 18px;
}
.b4-hed h2{
    float: left;
    width: 100%;
    font-weight: 700;
    font-size: 80px;
    line-height: 85px;
    color: white;
    margin-bottom: 0px;
}
.b4-butn{
    float: left;
    width: 100%;
    margin-top: 20px;
}
.b4-butn a{
    float: left;
    width: 171px;
    height: 49px;
    box-shadow: inset 400px 0 0 0px #A77814;
    
    color: white;
    font-weight: 400;
    font-size: 14px;
    border-radius: 35px;
    padding: 14px 0px;
    text-align: center;
    text-decoration: none;
    transition: all ease-in-out 0.5s;
      -o-transition: all ease-in-out 0.5s;
      -ms-transition: all ease-in-out 0.5s;
      -moz-transition: all ease-in-out 0.5s;
      -webkit-transition: all ease-in-out 0.5s;
}

.b4-butn a:hover{
      
box-shadow: inset 0px 0 0 0px #A77814;
    
background: #22201B;
      color: white;
      text-decoration: none;
      transition: all ease-in-out 0.5s;
      -o-transition: all ease-in-out 0.5s;
      -ms-transition: all ease-in-out 0.5s;
      -moz-transition: all ease-in-out 0.5s;
      -webkit-transition: all ease-in-out 0.5s;
}



.body5{
    float: left;
    width: 100%;
    padding: 55px 0px 80px;
    background: #F9F9F9;
}
.b5-hed{
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}
.b5-hed h2{
    float: left;
    width: 100%;
    font-weight: 300;
    font-size: 55px;
    line-height: 70px;
    color: black;
    margin-bottom: 24px;
}
.b5-hed h2 span{
    font-weight: 600;
}
.b5-hed p{
    float: left;
    width: 100%;
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    color: black;
    margin-bottom: 0px;
}


.b5-bx{
    float: left;
    width: 100%;
    background: white;
    border: 4px solid transparent;
    border-radius: 15px;
    padding: 55px 27px 0px;
    transition: all ease-in-out 0.5s;
      -o-transition: all ease-in-out 0.5s;
      -ms-transition: all ease-in-out 0.5s;
      -moz-transition: all ease-in-out 0.5s;
      -webkit-transition: all ease-in-out 0.5s;
}
.b5-bx:hover{
    border: 4px solid #CE9B2E;
    transition: all ease-in-out 0.5s;
      -o-transition: all ease-in-out 0.5s;
      -ms-transition: all ease-in-out 0.5s;
      -moz-transition: all ease-in-out 0.5s;
      -webkit-transition: all ease-in-out 0.5s;
}
.b5-bx h2{
    float: left;
    width: 100%;
    font-weight: 600;
    font-size: 23px;
    line-height: 28px;
    color: black;
    margin-bottom: 17px;
}
.b5-bx p{
    float: left;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: black;
    margin-bottom: 17px;
}
.b5-bx h4 span{
    width: 32px;
    height: 4px;
    border-radius: 20px;
    background: #CE9B2E;
    float: left;
    margin-right: 12px;
    margin-top: 11px;
}
.b5-bx h4{
    float: left;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: black;
    margin-bottom: 15px;
}
.b5-bx img{
    float: right;
    width: 76px!important;
    margin-top: 15px;
    margin-bottom: -3px;
}

.b5-slide{
    float: left;
    width: 100%;
    padding: 0px 115px;
}
.b5-slider .owl-nav {
     width: 100%;
    position: relative;

}
.b5-slider button.owl-prev{
    float: left;
    margin-left: -115px;
    margin-top: -210px;
}
.b5-slider button.owl-next{
    float: right;
    margin-right: -115px;
    margin-top: -210px;
}
.b5-slider .owl-prev img {
    float: right;
    width: 57px;
}
.b5-slider .owl-next img {
    width: 57px;
}



.body6{
    float: left;
    width: 100%;
    background: url(../images/b6-bac.webp);
    background-size: cover;
    background-repeat: no-repeat;
    height: 576px;
}
.b6-hed{
    float: left;
    width: 100%;
}
.b6-hed img{
float: left;
width: 109px;
}
.b6-hed h2{
    float: left;
    width: 100%;
    text-align: right;
    font-size: 55px;
    font-weight: 300;
    color: black;
    line-height: 69px;
    margin-bottom: 15px;
}
.b6-hed h2 span{
    font-weight: 600;
}
.b6-hed p{
    float: left;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    color: black;
    text-align: right;
}

.footer{
    float: left;
    width: 100%;
    background: #000000;
    padding-top: 65px;
}
.ft-hed-full{
    float: left;
    width: 100%;
    margin-bottom: 44px;
}
.ft-hed{
    float: left;
    width: 245px;
    padding-top: 5px;
}
.ft-hed h2{
    float: left;
    width: 100%;
    font-weight: 600;
    font-size: 15px;
    color: white;
}
.ft-hed-links{
    width: 100%;
    padding-left: 245px;
}
.ft-hed-links a{
float: left;
    font-weight: 400;
    font-size: 13px;
    color: #999797;
    line-height: 30px;
    text-decoration: none !important;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.ft-hed-links a:hover{
    color: white;
   text-decoration: none;
   transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.ft-hed-links span {
    color: #999797;
    padding-left: 16px;
    padding-right: 16px;
    float: left;
    position: relative;
    top: 4px;
}




.ft-p2{
    float: left;
    width: 100%;
    border-top: 1px solid #ffffff3d;
    padding-bottom: 40px;
}
.ft-p2-full{
    margin-bottom: 0px;
    margin-top: 37px;
}

.ft-p2-hed{
    width: 120px;
}
.ft-p2-links{
    padding-left: 120px;
}
.ft-social-hed{
    width: 135px;
}
.ft-social-links{
    padding-left: 135px;
}
.ft-social-links a img{
    float: left;
    width: 28px;
    margin-right: 20px;
}
.ft-logo{
    float: left;
    width: 100%;
    padding-top: 13px;
}
.ft-logo a img{
    float: right;
    max-width: 144px;
}

.ft-copy{
    float: left;
    width: 100%;
    border-top: 1px solid #ffffff3d;
    padding: 25px 0px;
}
.ft-copy-hed{
    float: left;
    width: 100%;
    text-align: center;
}
.ft-copy-hed p{
    float: left;
    width: 100%;
    font-weight: 400;
    font-size: 13px;
    color: #BFBEBD;
    margin-bottom: 0px;
}

.about{
    float: left;
    width: 100%;
    padding: 36px 0px;
    background: #2C2B29;
}
.about-hed{
    text-transform: capitalize;
    float: left;
    width: 100%;
}
.about-hed h2{
float: left;
width: 100%;
font-weight: 600;
font-size: 45px;
color: white;
margin-bottom: 15px;
}
.about-hed h2 span{
    color: #EEB53A;
}
.about-hed p{
float: left;
width: 100%;
font-weight: 400;
font-size: 14px;
color: white;
line-height: 25px;
margin-bottom: 0px;
}

.about-link{
    float: left;
    width: 100%;
    position: relative;
    margin-top: -48px;
}
.about-link h3{
float: right;
text-align: right;
width: 100%;
font-weight: 400;
font-size: 13px;
color: white;
line-height: 25px;
margin-bottom: 0px;
}
.about-link h3 a{
    color: white;
    text-decoration: none;
    padding: 0px 3px;
}
.about-link h3 .about-stable{
    color: #CE9B2E;
}

.about-body1{
    float: left;
    width: 100%;
    padding: 60px 0px;
}
.iner-ab-b1{
    float: left;
    width: 100%;
    
}
.iner-ab-b1 img {
    float: left;
    width: 500px;
    margin-right: 50px;
    
}
.iner-ab-b1 h2 {
    width: 100%;
    font-weight: 300;
    font-size: 53px;
    line-height: 70px;
    color: black;
    margin-bottom: 24px;
}
.iner-ab-b1 h2 span{
    font-weight: 600;
}
.iner-ab-b1 p {
    width: 100%;
   font-weight: 400;
    font-size: 14px;
    color: black;
    line-height: 25px;
}

.services-body1{
    float: left;
    width: 100%;
    padding: 40px 0px;
}
.services-b1{
    float: left;
    width: 100%;
}
.services-b1 h2{
    float: left;
    width: 179px;
    font-weight: 600;
    font-size: 16px;
    color: black;
    margin-top: 17px;
}
.services-b1-buton{
    width: 100%;
    padding-left: 187px;
}
.services-b1-buton1{
float: left;
width: 252px;
height: 50px;
font-size: 14px;
font-weight: 400;
color: black;
background: white;
border-radius: 20px;
text-align: center;
text-decoration: none;
padding: 15px 0px;
margin: 0px 13px;
border: 1px solid #22201B;
transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.services-b1-buton1:hover{
border: 1px solid transparent;
background: #CE9B2E;
color: white;
text-decoration: none;
transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}


.services-b1-buton2{
float: left;
width: 252px;
height: 50px;
font-size: 14px;
font-weight: 400;
color: #010101;
background: transparent;
border-radius: 20px;
text-align: center;
text-decoration: none;
padding: 15px 0px;
margin: 0px 13px;
border: 1px solid #22201B;
transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.services-b1-buton2:hover{
border: 1px solid transparent;
background: #CE9B2E;
color: white;
transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.services-b1-hed{
    float: left;
    width: 100%;
    padding-top: 40px;
    margin-bottom: 40px;
}
.services-b1-hed h3{
    float: left;
    width: 100%;
    font-weight: 500;
    font-size: 25px;
    color: #2C2B29;
    margin-bottom: 0px;
}



.services-bx{
    float: left;
    width: 100%;
    border-radius: 15px;
    border: 2px solid transparent;
    margin-top: 10px;
    margin-bottom: 40px;
    transition: all ease-in-out 0.5s;
      -o-transition: all ease-in-out 0.5s;
      -ms-transition: all ease-in-out 0.5s;
      -moz-transition: all ease-in-out 0.5s;
      -webkit-transition: all ease-in-out 0.5s;
}
.services-bx img{
    float: left;
    border-radius: 15px;
    width: 100%;
    
}
.services-bx-ttl{
    float: left;
    width: 100%;
    
    margin-top: -65px;
    position: relative;
    z-index: 1;
}
.services-bx-ttl h2{
    width: 100%;
    float: left;
    font-weight: 600;
    font-size: 17px;
    color: white;
    margin-bottom: 0px;
    background: rgb(37,37,37);
background: linear-gradient(180deg, rgb(37 37 37 / 0%) 0%, rgb(37 37 37 / 95%) 70%);
padding: 23px 15px;
border-radius: 0px 0px 15px 15px;
transition: all ease-in-out 0.5s;
      -o-transition: all ease-in-out 0.5s;
      -ms-transition: all ease-in-out 0.5s;
      -moz-transition: all ease-in-out 0.5s;
      -webkit-transition: all ease-in-out 0.5s;
}

.services-bx:hover .services-bx-ttl h2{
color: #FADB2E;
transition: all ease-in-out 0.5s;
      -o-transition: all ease-in-out 0.5s;
      -ms-transition: all ease-in-out 0.5s;
      -moz-transition: all ease-in-out 0.5s;
      -webkit-transition: all ease-in-out 0.5s;
}



.services-bx:hover {
    border: 2px solid white;
    box-shadow: -1px 0px 14px -1px #00000047;
    transition: all ease-in-out 0.5s;
      -o-transition: all ease-in-out 0.5s;
      -ms-transition: all ease-in-out 0.5s;
      -moz-transition: all ease-in-out 0.5s;
      -webkit-transition: all ease-in-out 0.5s;
}




.services-b1 img {
    float: right;
    width: 450px;
    margin-left: 50px;
    border-radius: 20px;
    
}
.services-b1 h3 {
    width: 100%;
    font-weight: 600;
    font-size: 32px;
    line-height: 45px;
    color: black;
    margin-bottom: 20px;
}

.services-b1 p {
    width: 100%;
   font-weight: 400;
    font-size: 14px;
    color: black;
    line-height: 25px;
}
.detail-hed-butn{
    float: left;
    position: relative;
    z-index: 1;
    margin-top: 25px;
}
.detail-hed-butn a{
    width: 144px;
    height: 44px;
    font-size: 14px;
    font-weight: 400;
    color: white;
     box-shadow: inset 400px 0 0 0 #22201B;
       
    text-align: center;
    float: right;
    text-decoration: none;
    padding: 11px 0px;
    border-radius: 40px;
    transition: all ease-in-out 0.5s;
      -o-transition: all ease-in-out 0.5s;
      -ms-transition: all ease-in-out 0.5s;
      -moz-transition: all ease-in-out 0.5s;
      -webkit-transition: all ease-in-out 0.5s;
    
}
.detail-hed-butn a img{
    width: 25px;
    margin-left: 15px;
}
.detail-hed-butn a:hover{
      
box-shadow: inset 0 0 0 0 #22201B;
background: #a77815;
      color: white;
      text-decoration: none;
      transition: all ease-in-out 0.5s;
      -o-transition: all ease-in-out 0.5s;
      -ms-transition: all ease-in-out 0.5s;
      -moz-transition: all ease-in-out 0.5s;
      -webkit-transition: all ease-in-out 0.5s;
}

.about-link h3 .about-stable2 {
    color: #C0C0C0;
}
.about-link2{
    margin-top: -30px;
}



.detail-para-butn{
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
    margin-top: 40px;
    text-align: center;
}
.detail-para-butn a{
    width: 250px;
    height: 60px;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: white;
    box-shadow: inset 600px 0 0 0 #9C6E0A;
    
    text-align: center;
    float: none;
    text-decoration: none;
    padding: 20px 0px;
    border-radius: 40px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    
}

.detail-para-butn a:hover{
    text-decoration: none;
    box-shadow: inset 0 0 0 0 #9C6E0A;
    background: #22201B;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}





.detail-body2{
    float: left;
    width: 100%;
    padding: 35px 0px;
    background: #FFFBF2;
}
.detail-b2-hed{
    float: left;
    width: 100%;
    margin-bottom: 25px;
}
.detail-b2-hed h2{
    float: left;
    width: 100%;
    font-weight: 300;
    font-size: 45px;
    color: black;
}
.detail-b2-hed h2 span{
    font-weight: 600;
}









.booking-step1-full{
    float: left;
    width: 100%;
    background: #F5F5F4;
    padding: 30px 0px 110px;
}
.booking-hed{
    float: left;
    width: 100%;
    margin-bottom: 26px;
}
.booking-hed a{
    float: left;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    color: #8D6308;
    margin-bottom: 8px;
    text-decoration: none;
}
.booking-hed h2{
    float: left;
    width: 100%;
    font-weight: 600;
    font-size: 30px;
    color: #000000;
    margin-bottom: 0px;
}

.booking-form1{
    float: left;
    width: 100%;
    background: white;
    border-radius: 30px;
    padding: 30px 30px;
    border: 1px solid #00000030;
}
.booking-form1 h2{
float: left;
width: 100%;
font-weight: 600;
font-size: 17px;
color: black;
margin-bottom: 17px;
}





.hours{
    float: left;
    width: 100%;
    margin-bottom: 24px;
}
.checkbox-alias {
    
    display: inline-block;
    width: 36px;
    height: 44px;
    padding: 10px 0px;
    background-color: #F5F5F4;
    border: 2px solid transparent;
    font-weight: 600;
    font-size: 15px;
    border-radius: 21px;
    z-index: 1;
    position: relative;
    transition: all 250ms ease-out;
    cursor: pointer;
    margin-right: 13px;
    text-align: center;
}
.checkbox-alias:hover{
    border: none;
    background-color: #000000 !important;
    color: white;
    border: 2px solid #CE9B2E;
}

.hours input[type=radio]{
  display: none;
/*   margin-right: -20px;
  position: relative;
  z-index: 2; */
}

.hours input[type=radio]:checked + .checkbox-alias{
    background-color: #000000 !important;
    color: white;
    border: 2px solid #CE9B2E;
}





.cleaning{
    background-color: red;
    display: inline-block;
   width: 198px;
    height: 50px;
    padding: 12px 0px;
    background-color: #F5F5F4;
    border: 2px solid transparent;
    font-weight: 600;
    font-size: 16px;
    border-radius: 25px;
  z-index: 1;
  position: relative;
  transition: all 250ms ease-out;
  cursor: pointer;
  margin-right: 16px;
  text-align: center;
}
.cleaning:hover{
    border: none;
    background-color: #000000 !important;
    color: white;
    border: 2px solid #CE9B2E;
}
.hours input[type=radio]:checked + .cleaning{
    background-color: #000000 !important;
    color: white;
    border: 2px solid #CE9B2E;
}

.bk-instrruction::placeholder{
    color: #454242;
    font-weight: 400;
    font-size: 13px;
}
.bk-instrruction {
    
    color: #454242;
    display: block;
    font-weight: 400;
    font-size: 14px;
    height: auto;
    margin-bottom: 0px;
    outline: none;
    background: #F5F5F4;
    width: 100%;
    border: none;
    transition: all 500ms ease;
   outline: none;
    border: none;
    width: 85%;
    float: left;
    padding: 35px 23px;
    border-radius: 30px;
}

.bk-butn{
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: -62px;
}
.bk-butn button{
    float: left;
    width: 85%;
    box-shadow: inset 1000px 0 0 0 #A5750E;
   /* background: #A5750E;*/
    height: 64px;
    border-radius: 35px;
    color: white;
    font-weight: 600;
    font-size: 21px;
    text-align: center;
    border: none;
    outline: none;
}

.bk-butn button:hover{
text-decoration: none;
    box-shadow: inset 0 0 0 0 #A5750E;
    background: #22201B;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}





.booking-details1{
    float: left;
    width: 100%;
    background: white;
    border: 1px solid #00000030;
    border-radius: 30px;
    margin-bottom: 25px;
}
.booking-details1 h2{
    float: left;
    width: 100%;
    text-align: center;
    color: white;
    font-weight: 500;
    padding: 15px 0px;
    font-size: 18px;
    background: #22201B;
    border-radius: 30px 30px 0px 0px;
    margin-bottom: 0px;
}
.bk-dtls1-txt{
    float: left;
    width: 100%;
    padding: 20px 19px 9px;
}
.bk-dtls1-txt img{
    float: left;
    width: 28px;
    margin-bottom: 5px;
}
.bk-dtls1-txt h3{
    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    color: #7B5504;
    margin-bottom: 7px;
}
.bk-dtls1-txt h4{
    float: left;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 24px;
}
.bk-dtls1-txt h5{
    float: left;
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 24px;
}


.form-wizard .wizard-fieldset {
  display: none;
}
.form-wizard .wizard-fieldset.show {
  display: block;
}

.booking-form2{
    float: left;
    width: 100%;
    background: white;
    border-radius: 30px;
    padding: 30px 30px;
    border: 1px solid #00000030;
}


.bk-form2{
    float: left;
    width: 100%;
    font-size: 15px;
    color: black;
    font-weight: 700;
    margin-bottom: 16px;
}

.booking-form{
    color: black;
    display: block;
    font-weight: 400;
    font-size: 15px;
    height: 58px;
    outline: none;
    background: white;
    width: 100%;
    padding-left: 0px;
    border: none;
    transition: all 500ms ease;
    border: 1px solid #DADADA;
    width: 100%;
    float: left;
    padding: 11px 14px;
    border-radius: 20px;
    margin-bottom: 35px;
}
.booking-form-txt{
    color: black;
    display: block;
    font-weight: 400;
    font-size: 15px;
    height: auto;
    outline: none;
    background: white;
    width: 100%;
    padding-left: 0px;
    border: none;
    transition: all 500ms ease;
    border: 1px solid #DADADA;
    width: 100%;
    float: left;
    padding: 11px 14px;
    border-radius: 20px;
    margin-bottom: 35px;
}
.bk-form2-full{
    float: left;
    width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    background-color: #22201B!important;
    
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
    background: #22201B!important;
}
.select2-selection{
    height: 58px!important;
    border: 1px solid #DADADA!important;
    border-radius: 20px!important;
    width: 100%;
    float: left;
    font-size: 15px;
    font-weight: 400;
    color: black;
    padding: 15px 14px!important;
}
.select2-container {
    width: 100% !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none !important;
}

.datepicker table tr td.day:hover, .datepicker table tr td.focused{
    background: #22201B!important;
    color: white!important;
}

.datepicker table tr td.active{
    border: none!important;
    background: #22201B!important;
    color: white!important;
}


.bk-form2-full input{
    height: 58px!important;
    border: 1px solid #DADADA;
    border-radius: 20px!important;
    width: 100%;
    float: left;
    font-size: 15px;
    font-weight: 400;
    color: black;
    padding: 15px 14px!important;
    outline: none;
}

.bk-butn2{
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
}
.bk-butn2 button{
    float: none;
    display: inline-block;
    text-align: center;
    width: 648px;
    box-shadow: inset 1000px 0 0 0 #22201B;
    
    height: 64px;
    border-radius: 35px;
    color: white;
    font-weight: 600;
    font-size: 21px;
    text-align: center;
    border: none;
    outline: none;
}
.bk-butn2 button:hover{
text-decoration: none;
    box-shadow: inset 0 0 0 0 #22201B;
    background: #A5750E;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}






.form-control:focus{
    border-color: #DADADA!important;
    box-shadow: none!important;
}

.bootstrap-datetimepicker-widget table td.active{
    background-color: #A5750E!important;
}

.bootstrap-datetimepicker-widget table td.today:before {
    
    border-bottom-color: #A5750E!important;
    
}


.booking-details2 h2{
background: #A5750E;
}

.bootstrap-datetimepicker-widget button[data-action]{
    background: #A5750E!important;
    outline: none!important;
    border: none!important;
}



















.holiday-homes{
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.hh-title{
    float: left;
    width: 100%;
}
.hh-title h2{
    float: left;
    width: 100%;
    font-weight: 600;
    font-size: 32px;
    line-height: 45px;
    color: black;
    margin-bottom: 20px;
}
.holiday-homes-bx{
    float: left;
    width: 100%;
    border-radius: 15px;
    border: 2px solid transparent;
   
    margin-bottom: 30px;
    transition: all ease-in-out 0.5s;
      -o-transition: all ease-in-out 0.5s;
      -ms-transition: all ease-in-out 0.5s;
      -moz-transition: all ease-in-out 0.5s;
      -webkit-transition: all ease-in-out 0.5s;
}
.holiday-homes-bx img{
    float: left;
    border-radius: 15px;
    width: 100%;
    
}
.hh-services-bx-ttl{
    float: left;
    width: 100%;
    
    margin-top: -65px;
    position: relative;
    z-index: 1;
}
.hh-services-bx-ttl h2{
    width: 100%;
    float: left;
    font-weight: 600;
    font-size: 17px;
    color: white;
    margin-bottom: 0px;
    background: rgb(37,37,37);
background: linear-gradient(180deg, rgb(37 37 37 / 0%) 0%, rgb(37 37 37 / 95%) 70%);
padding: 23px 15px;
border-radius: 0px 0px 15px 15px;
transition: all ease-in-out 0.5s;
      -o-transition: all ease-in-out 0.5s;
      -ms-transition: all ease-in-out 0.5s;
      -moz-transition: all ease-in-out 0.5s;
      -webkit-transition: all ease-in-out 0.5s;
}

.holiday-homes-bx:hover .hh-services-bx-ttl h2{
color: #FADB2E;
transition: all ease-in-out 0.5s;
      -o-transition: all ease-in-out 0.5s;
      -ms-transition: all ease-in-out 0.5s;
      -moz-transition: all ease-in-out 0.5s;
      -webkit-transition: all ease-in-out 0.5s;
}



.holiday-homes-bx:hover {
    border: 2px solid white;
    box-shadow: -1px 0px 14px -1px #00000047;
    transition: all ease-in-out 0.5s;
      -o-transition: all ease-in-out 0.5s;
      -ms-transition: all ease-in-out 0.5s;
      -moz-transition: all ease-in-out 0.5s;
      -webkit-transition: all ease-in-out 0.5s;
}










@media (max-width: 575px){
    .logo{
        width: 125px;
    }
    .header-content p br{
        display: none;
    }
    .header-content h2 br{
        display: none;
    }
    .header-content h2{
        font-size: 35px;
        line-height: 46px;
    }
    .slide .item .slide-image{
        height: 400px;
    }
    .slide{
        height: 400px;
    }
    .header-content {
        display: flex;
        align-items: center;
        height: 325px;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .b2-search-butn {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    }
    .b2-hed h2{
        font-size: 35px;
        line-height: 48px;
        margin-bottom: 15px;
    }
    .b2-hed{
        padding-top: 30px;
        margin-bottom: 30px;
    }
    .b2-service-butn{
        width: 120px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 15px;
    float: none;
    display: inline-block;
    }
    .b2-serivces-full{
        text-align: center;
    }
    .b2-sbx-ttl h2{
        text-align: left !important;
        font-size: 14px;
    }
    .b2-sbx-ttl{
        margin-top: -63px;
    }

.b2-slider .owl-nav {
     text-align: center;
     margin-top: 10px;
}
.b2-slider button.owl-prev{
    float: none;
    margin-left: 0px;
    margin-top: 0px;
}
.b2-slider button.owl-next{
    float: none;
    margin-right: 0px;
    margin-top: 0px;
}
.b2-slider .owl-prev img {
    float: none;
    width: 40px;
    margin-right: 15px;
}
.b2-slider .owl-next img {
    width: 40px;
}
.b2-full-butn{
    margin-top: 30px;
}
.body2{
    padding-bottom: 50px;
}
.b2-hed p br{
    display: none;
}
.body3{
    padding: 45px 0px 50px;
}
.b3-hed h2{
    font-size: 35px;
    line-height: 47px;
    margin-bottom: 20px;
}
.b3-hed p br{
    display: none;
}
.b3-hed{
    margin-bottom: 20px;
}
.b3-bx h4 {
    font-size: 56px;
    margin-right: -22px;
}
.b3-bx img {
    width: 65px;
    margin-top: -42px;
    margin-bottom: 19px;
}
.b3-bx {
    padding: 0px 20px 35px;
    margin-top: 20px;
}
.b3-bx h2{
    margin-bottom: 10px;
}
.b4-hed{
    text-align: center;
}
.b4-hed h2{
    font-size: 35px;
    line-height: 47px;
}
.b4-butn a {
    float: none;
    display: inline-block;
}
.body4{
    padding: 50px 0px;
}
.b4-hed h3{
    margin-bottom: 12px;
}
.body5{
    padding: 50px 0px;
}
.b5-hed h2 {
    font-size: 35px;
    line-height: 46px;
    margin-bottom: 18px;
}
.b5-hed p br{
    display: none;
}
.b5-hed{
    margin-bottom: 40px;
}
.b5-slide{
    padding: 0px;
}
.b5-bx{
    padding: 30px 20px 0px;
}
.b5-bx h2{
    margin-bottom: 12px;
}
.b5-bx h4{
    margin-bottom: 10px;
}
.b5-bx img{
    width: 50px!important;
    margin-bottom: -3px;
}
.b6-hed h2{
    font-size: 40px;
    line-height: 52px;
    text-align: center;
}
.b6-hed p{
    text-align: center;
}
.b6-hed p br{
    display: none;
}
.body6{
    height: auto;
    padding-bottom: 80px;
}
.footer{
    padding-top: 46px;
}
.ft-hed{
    width: 100%;
}
.ft-hed-links{
    padding-left: 0px;
}
.ft-hed-links a{
    width: 50%;
    padding-right: 5px;
}
.ft-hed-links span{
    display: none;
}
.ft-hed-full{
    margin-bottom: 30px;
}
.ft-p2-full{
    margin-top: 30px;
    margin-bottom: 0px!important;
}
.ft-social-links a{
    width: auto!important;
    padding-right: 0px!important;
}
.ft-social-links {
    margin-top: 10px;
    float: left;
}
.ft-logo a img{
    float: left;
    max-width: 120px;
    margin-top: 20px;
}
.b5-slider .owl-nav {
      text-align: center;
     margin-top: 15px;

}
.b5-slider button.owl-prev{
     float: none;
    margin-left: 0px;
    margin-top: 0px;
}
.b5-slider button.owl-next{
     float: none;
    margin-right: 0px;
    margin-top: 0px;
}
.b5-slider .owl-prev img {
   float: none;
    width: 40px;
    margin-right: 15px;
}
.b5-slider .owl-next img {
   width: 40px;
}
.about-hed h2{
    font-size: 27px;
}
.about-hed p br{
    display: none;
}
.about-link{
    margin-top: 15px;
    display: none;
}
.detail-hed-butn{
    width: 100%;
}
.detail-hed-butn a{
    width: 100%;
}
.about-link h3{
    text-align: left;
}
.iner-ab-b1 img{
    width: 100%;
    margin-right: 0px;
}
.iner-ab-b1 h2{
    font-size: 33px;
    line-height: 46px;
    float: left;
    margin-top: 20px;
}
.about-body1{
    padding: 50px 0px;
}
.iner-ab-b1 p{
    float: left;
}
.services-b1 img{
    float: left;
    width: 100%;
    margin-left: 0px;
}
.services-b1 h2{
    width: 100%;
    margin-bottom: 15px;
}
.services-b1-buton{
    padding-left: 0px;
}
.services-b1-buton1{
    margin-bottom: 15px;
    margin-left: 0px;
    margin-right: 15px;
}
.services-b1-buton2{
    margin-bottom: 15px;
    margin-left: 0px;
    margin-right: 15px;
}
.services-b1-hed{
    padding-top: 25px;
    margin-bottom: 25px;
}
.services-bx{
    margin-bottom: 20px;
}
.services-b1 h3{
    float: left;
    font-size: 30px;
    line-height: 42px;
    margin-top: 20px;
    margin-bottom: 15px;

}
.detail-para-butn{
    margin-top: 26px;
}
.detail-para-butn a{
    float: left;
}
.detail-b2-hed h2{
    font-size: 35px;
}
.booking-hed h2{
    font-size: 25px;
}
.booking-form1 {
        padding: 20px 20px 40px;
    }
.checkbox-alias{
    margin-bottom: 12px;
    margin-right: 10px;
}
.hours{
    margin-bottom: 17px;
}
.booking-form1 h2{
    font-size: 16px;
}
.cleaning{
    margin-bottom: 10px;
}
.bk-instrruction{
    width: 100%;
}
.bk-butn button{
    width: 100%;
}
.booking-details1{
    margin-top: 40px;
    margin-bottom: 0px;
}
.bk-butn{
    margin-bottom: 0px;
    margin-top: 20px;
}
.booking-step1-full{
    padding: 30px 0px 45px;
}
.bk-butn2 button{
    width: 100%;
}
.bk-butn2 {
    margin-top: 20px;
    margin-bottom: 0px;
}
.bk-form2{
    margin-bottom: 10px;
}
.booking-form{
    margin-bottom: 25px;
}
.booking-form-txt{
    margin-bottom: 25px;
}
.select2-selection{
    margin-bottom: 25px;
}
.bk-form2-full input{
    margin-bottom: 25px;
}
}





@media (min-width: 576px) and (max-width: 767px){
    .slide .item .slide-image{
        height: 500px;
    }
    .slide{
        height: 500px;
    }
    .header-content {
        display: flex;
        align-items: center;
        height: 425px;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .b2-serivces-full{
        text-align: center;
    }
    .b2-service-butn{
        float: none;
        display: inline-block;
        margin-bottom: 20px;
    }
    .b2-sbx-ttl h2{
        text-align: left !important;
    }
    .b2-slider .owl-nav {
     text-align: center;
     margin-top: 15px;
}
.b2-slider button.owl-prev{
    float: none;
    margin-left: 0px;
    margin-top: 0px;
}
.b2-slider button.owl-next{
    float: none;
    margin-right: 0px;
    margin-top: 0px;
}
.b2-slider .owl-prev img {
    float: none;
    width: 40px;
    margin-right: 15px;
}
.b2-slider .owl-next img {
    width: 40px;
}
.b2-full-butn{
    margin-top: 30px;
}
.b3-bx{
    padding: 0px 30px 40px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.b3-bx h4{
    margin-right: -35px;
}
.b4-hed{
    text-align: center;
}
.b4-hed h2{
    font-size: 65px;
    line-height: 82px;
}
.b4-butn a {
    float: none;
    display: inline-block;
}
.b5-slide{
    padding: 0px 50px;
}
.b5-slider button.owl-prev{
    margin-left: -70px;
    margin-top: -225px;
}
.b5-slider button.owl-next {
    margin-right: -70px;
    margin-top: -225px;
}
.b5-hed{
    margin-bottom: 35px;
}
.b5-bx{
    padding: 35px 27px 0px;
}
.b5-bx img{
    margin-bottom: -4px;
}
.body6{
    height: auto;
    padding-bottom: 55px;
}
.ft-hed{
    width: 100%;
}
.ft-hed-links{
    padding-left: 0px;
}
.ft-hed-links a{
    width: 50%;
}
.ft-hed-links span{
    display: none;
}
.ft-hed-full{
    margin-bottom: 30px;
}
.ft-p2-full{
    margin-bottom: 0px!important;
}
.ft-social-links{
    float: left;
    margin-top: 15px;
}
.ft-social-links a{
    width: auto;
}
.ft-logo a img{
    float: left;
}
.b2-hed h2{
    font-size: 45px;
    line-height: 58px;
}
.b3-hed h2{
    font-size: 45px;
    line-height: 58px;
}
.b5-hed h2{
    font-size: 45px;
    line-height: 58px;
}
.b6-hed h2{
    font-size: 45px;
    line-height: 58px;
}
.about-hed h2{
    font-size: 35px;
}
.about-link {
        margin-top: 15px;
    }
    .about-link h3{
        text-align: left;
    }
    .iner-ab-b1 img{
    margin-right: 0px;
}
.iner-ab-b1 h2{
    float: left;
    font-size: 40px;
    margin-top: 15px;
    line-height: 53px;
}
.iner-ab-b1 p{
    float: left;
}
.services-bx{
    margin-bottom: 20px;
}
.services-b1 h2{
    width: 100%;
    margin-bottom: 20px;
}
.services-b1-buton{
    padding-left: 0px;
}
.services-b1-buton1{
    margin: 0px 13px 0px 0px;
    width: 230px;
}
.services-b1-buton2{
    width: 230px;
}
.services-b1-hed{
    margin-bottom: 25px;
}
.services-b1 img{
    width: 100%;
    float: left;
    margin-left: 0px;
}
.services-b1 h3{
    float: left;
    margin-top: 20px;
}
.detail-para-butn{
    margin-top: 20px;
}
.detail-para-butn a{
    float: left;
}
.checkbox-alias{
    margin-bottom: 12px;
    margin-right: 10px;
}
.hours{
    margin-bottom: 17px;
}
.booking-form1 h2{
    font-size: 16px;
}
.bk-instrruction{
    width: 100%;
}
.bk-butn button{
    width: 100%;
}
.booking-details1{
    
    width: 48%;
    margin: 30px 1% 0px;
}
.bk-butn{
    margin-bottom: 0px;
    margin-top: 20px;
}
.booking-step1-full{
    padding: 30px 0px 45px;
}
.bk-dtls1-txt h3{
    font-size: 14px;
    margin-bottom: 5px;
}
.bk-dtls1-txt h4{
    font-size: 14px;
}
.bk-butn2 button{
    width: 100%;
}
.bk-butn2 {
    margin-top: 20px;
    margin-bottom: 0px;
}
.bk-form2{
    margin-bottom: 10px;
}
.booking-form{
    margin-bottom: 25px;
}
.booking-form-txt{
    margin-bottom: 25px;
}
.select2-selection{
    margin-bottom: 25px;
}
.bk-form2-full input{
    margin-bottom: 25px;
}
}



@media (min-width: 768px) and (max-width: 991px){
    .b2-serivces-full{
        text-align: center;
    }
    .b2-service-butn{
        float: none;
        display: inline-block;
        margin-bottom: 30px;
    }
    .b2-sbx-ttl h2{
        text-align: left!important;
    }
    .b2-slider .owl-prev img{
        width: 40px;
    }
    .b2-slider .owl-next img{
        width: 40px;
    }
    .b2-slider button.owl-prev{
margin-left: -42px;
margin-top: -178px;
    }
    .b2-slider button.owl-next{
margin-right: -42px;
margin-top: -178px;
    }
    .b3-bx{
        padding: 0px 15px 20px;
    }
    .b3-bx h4 {
    font-size: 61px;
    margin-right: -19px;
}
.b3-bx img{
    width: 60px;
}
.b3-bx h2 {
    font-size: 16px;
    margin-bottom: 7px;
}
.ft-hed-links span{
    padding-left: 5px;
    padding-right: 5px;
}
.ft-logo{
    padding-top: 13px;
}
.body6{
    height: 436px;
}
.iner-ab-b1 img{
    width: 400px;
    margin-right: 30px;
}
.iner-ab-b1 h2{
    font-size: 35px;
    line-height: 46px;
}
.services-b1-buton1{
    width: 228px;
}
.services-b1-buton2{
    width: 228px;
}
.services-b1-hed{
    margin-bottom: 30px;
}
.services-bx{
    margin-bottom: 20px;
}
.services-b1 img{
    width: 350px;
}
.about-link2 {
    margin-top: -37px;
}
.checkbox-alias{
    margin-bottom: 12px;
    margin-right: 10px;
}
.hours{
    margin-bottom: 17px;
}
.cleaning{
    width: 172px;
}
.bk-dtls1-txt h3{
    font-size: 14px;
    margin-bottom: 5px;
}
.bk-dtls1-txt h4{
    font-size: 14px;
    margin-bottom: 18px;
}
.bk-dtls1-txt{
    padding: 20px 11px 9px;
}
.bk-instrruction{
    width: 100%;
}
.bk-butn button{
    width: 100%;
}
.bk-butn2 button{
    width: 100%;
}
.bk-butn2 {
    margin-top: 20px;
    margin-bottom: 0px;
}
.bk-form2{
    margin-bottom: 10px;
}
.booking-form{
    margin-bottom: 25px;
}
.booking-form-txt{
    margin-bottom: 25px;
}
.select2-selection{
    margin-bottom: 25px;
}
.bk-form2-full input{
    margin-bottom: 25px;
}
}



@media (min-width: 992px) and (max-width: 1199px){
.b2-service-butn{
    margin-left: 5px;
    margin-right: 5px;
}
.b2-slider button.owl-prev{
    margin-left: -43px;
}
.b2-slider button.owl-next{
    margin-right: -43px;
}
.b2-slider .owl-prev img{
    width: 40px;
}
.b2-slider .owl-next img{
    width: 40px;
}
.body6{
    height: 505px;
}
.services-bx-ttl{
    margin-top: -62px;
}
.services-bx-ttl h2{
    font-size: 14px;
    padding: 23px 12px;
}
.about-link2 {
    margin-top: -37px;
}
.checkbox-alias{
    margin-right: 10px;
}
.bk-butn2 button{
    width: 615px;
}
}








.spnr-full{
    float: left;
    width: 100%;
    text-align: center;
    margin-top: -82px;
}
.sb{
    float: none;
    display: inline-block;
    height:32px;
    width:32px;
    border: 5px solid;
    border-radius: 50%;
    border-color: white white transparent;
    animation: rotate 1.5s linear infinite;
}

@keyframes rotate{
    to { transform: rotate(365deg);}
}




.bk-read input::placeholder {
  color: black!important;
  opacity: 1!important;
}




.ui-widget-content{
    padding-left: 0px !important;
    float: left  !important;
    position: absolute  !important;
    background: #ffffff !important;
    border: 1px solid #00000057;
    top:680px  !important;
    border-radius: 15px;
    padding-top: 0px !important;
    width:480px !important;
   
    z-index:1;
    
}
.search-auto-list{
   top:414px !important; 
}
.ui-menu-item {
    list-style-type: none !important;
    float: left;
    width: 100%;
    padding: 15px;
}
.ui-menu-item:hover{
    background:#fffbf4;
    border-radius: 15px;
}
.ui-widget-content a{
    float: left;
    width: 100%;
    
}
.ui-widget-content a span{
    float: left;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: black;
    margin-bottom: 0px;
    padding-right: 50px;
    text-decoration: none;
}

.ui-widget-content a img{
    float: right;
    width: 40px!important;
    margin-top: -27px!important;
    height: 40px!important;
}
.about-serch{
    padding-bottom: 100px;
}


.active-class{
        color:#CE9B2E!important;
       
      }



@media (max-width: 575px){
    .ui-widget-content{
        width: 98%!important;
        left: 1%!important;
        right: 1%!important;
        top: 595px !important;
    }
    .search-auto-list{
   top:404px !important; 
}
}




@media (min-width: 576px) and (max-width: 767px){
    .ui-widget-content{
        width: 450px!important;
        top: 660px !important;
    }
     .search-auto-list{
   top:442px !important; 
}
}
@media (min-width: 768px) and (max-width: 991px){
    .ui-widget-content{
        width: 625px!important;
        
    }
    .modal-dialog{
        max-width: 700px!important;
    }
    .mod-right{
        padding: 97px 30px!important;
    }
    
}

@media (min-width: 992px) and (max-width: 1199px){
    .ui-widget-content{
        width: 385px!important;
        
    }
}

.grecaptcha-badge { 
    visibility: hidden;
}




.close_form {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    right: 0;    z-index: 999;
    top: 0;
    background: url(../images/close.svg) no-repeat center center;
    background-size: 20px 20px;

    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: none;
    cursor: pointer;
    margin-right: 4px;
    margin-top: 4px;
}
#enroll .modal-content{
    background: black;
}
.mod-new{

width: 100%;

float: left;

padding: 30px;
}
.log-sec {
    width: 100%;
    float: left;
    background: #fff;
    padding: 35px 15px;
    border-radius: 30px;
}
.log-sec h2{
    float: left;
    width: 100%;
    font-weight: 700;
    font-size: 25px;
    color: black;
}
.mod-right {
    width: 100%;
    float: left;
    padding: 130px 30px;
    text-align: left;
}

.mod-right h3 {
    float: left;
    width: 100%;
    font-weight: 400;
    font-size: 17px;
    color: white;
    margin-bottom: 18px;
}
.mod-right h2 {
    float: left;
    width: 100%;
    font-weight: 600;
    font-size: 40px;
    color: #EEB53A;
    margin-bottom: 0px;
}





@media (min-width: 992px){
.modal-lg {
    max-width: 920px !important;
}

}

@media (max-width: 767px){
    .mod-right{
        padding: 30px 0px 0px;
    }
    .mod-right h2{
        font-size: 30px;
    }
   
}










