body{
	margin: 0;
	font-family: 'Poppins', sans-serif !important;
    top: 0 !important;
}
.skiptranslate .skiptranslate {display: none;}
p{
	font-size: 16px;
	letter-spacing: 0.5px;
	line-height: 26px;
	margin-bottom: 0 !important;
}
img{
	width: 100%;
	display: block;
	object-fit: cover;
}
a{
	text-decoration: none !important;
}
ul{
	padding: 0 !important;
	margin-bottom: 0 !important;
	list-style: none;
}
button:focus{
    box-shadow: unset !important;
}
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf-ti6hGc{display: none !important;}
#goog-gt-tt{display: none !important;}
/* #dynamic{
    position: relative;
} */
/* header{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
} */
.tooltip-text{
    width: 180px !important;
    padding: 7px !important;
    font-size: 14px;
}
.testimonial-head h6 {
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
    display: inline-block;
    padding: 0 30px;
}
.testimonial-head h6:before {
    position: absolute;
    content: "";
    top: 0%;
    display: inline-block;
    left: 0%;
    width: 100%;
    height: 100%;
    background-image: url(../image/pluse-rate.svg);
    background-repeat: no-repeat;
/*    background-size: contain;*/
    background-position: left;
}

.testimonial-head h6:after {
    position: absolute;
    content: "";
    top: 0%;
    display: inline-block;
    height: 100%;
    background-image: url(../image/pluse-rate.svg);
    background-repeat: no-repeat;
    width: 100%;
    background-position: right;
    left: 0%;
/*    background-size: contain;*/
}
.container-fluid{
	width: 80% !important;
	margin: auto;
}
.newClass{
    position: fixed;
    top: 0;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%);
    z-index: 9999;
    width: 100%;
    background: white;
}
.co_subheader{
	background: #9AD257;
}
.left-part span{
	font-size: 16px;
	color: white;
	text-transform: capitalize;
	margin-right: 20px;
}
.social-link{
	display: flex;
}
.social-link li{
	font-size: 15px;
    padding: 8px 20.5px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-top: unset;
    border-bottom: unset;
}
.social-link a{
	color: #fff;
}
.social-link li:hover{
	background-color: #9AD257;
	color: white;
}
.social-link li:hover a{
	color: white;
}
.right-part{
	height: 100%;
}
.right-part ul{
	justify-content: flex-end;
	height: 100%;
}
.right-part li{
	border-left: 1px solid rgba(255, 255, 255, 0.15);
	font-size: 16px;
	color: #fff;
	padding-left: 20px;
    margin-left: 20px;
}
.right-part li:first-child{border-left:none !important;}
.language i{
	padding-right: 10px;
}
.language select{
	border: unset;
    background: transparent;
    color: #fff;
    cursor: pointer;
}
.language select option{
	color: black;
}
.language select:focus{
	outline: unset;
}
.login-btn{
	display: block;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.5px;
    text-align:center;
}
.login-btn:hover{
	color: #fff;
}
.co_header{
	background: #fff;
	position: relative;
}
.co_header:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    backdrop-filter: blur(4.3px);
}
.co_header .row{
	position: relative;
	z-index: 999;
    min-height: 70px;
}
.logo{
	position: relative;
}
.logo img {
    width: 100%;
}
.menu{
	display: flex;
	justify-content: center;
    float: right;
}
.menu a{
	font-size: 17px;
    font-weight: 500;
    text-transform: capitalize;
    margin-left: 35px;
    color: black;
}
.menu a:hover{
	color: #9AD257;
}
.call-info a{
	display: flex;
	align-items: center;
	background-color: #9AD25729;
	padding: 18px 30px;
	margin-left: 80px;
}
.call-info a div{
	margin-left: 20px;
	color: black;
}
.call-info a h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 1px 0px 0px;
}
.call-info span i{
	width: 45px;
    height: 45px;
    display: block;
    color: #fff;
    font-size: 18px;
    background:#9AD257;
    line-height: 48px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    animation: ring-icon-animate 1.8s ease-in-out infinite;
}
@keyframes ring-icon-animate{
	0% {
        transform: rotate(0deg) scale(1) skew(1deg);
	}
	10% {
	    transform: rotate(-10deg) scale(1) skew(1deg);
	}
	20% {
	    transform: rotate(15deg) scale(1) skew(1deg);
	}
	30% {
	    transform: rotate(-10deg) scale(1) skew(1deg);
	}
	40% {
	    transform: rotate(15deg) scale(1) skew(1deg);
	}
	100%, 50% {
	    transform: rotate(0deg) scale(1) skew(1deg);
	}
}
.banner-item{
	position: relative;
}
.banner-img{
	position: relative;
}
.banner-img img{
	height: 950px;
}
.banner-img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 60%);
}
.banner-content {
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translateY(-50%);
    width: 65%;
    color: #fff;
}
.banner-content h6 {
    font-size: 16px;
    font-weight: 600;
    background: #9AD257;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 100px;
}
.banner-content h1 {
    font-size: 50px;
    font-weight: 700;
    /*font-family: 'Playfair Display', serif;*/
    margin: 9px 0px 18px;
}
.banner-arrow {
    width: 60px;
    height: 60px;
    line-height: 53px;
    background: white;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    right: 17%;
    border: 3px solid #9AD257;
    z-index: 99;
    cursor: pointer;
}
.banner-arrow:hover{
	background: #9AD257;
	color: #fff;
}
.banner-arrow.prev-arrow{
	top: 45%;
}
.banner-arrow.next-arrow{
	top: 56%;
}
.co_about{
	padding:60px 0px;
}
.about-title {
    border-left: 6px solid #9AD257;
    padding-left: 20px;
}
.about-title h6 {
    font-size: 17px;
    text-transform: uppercase;
    color: #9AD257;
    margin-bottom: 14px;
}
.about-title h2{
    font-size: 36px;
    font-weight: 800;
    text-transform: capitalize;
    margin-top: 10px;
    margin-bottom: 28px;
    line-height: 1.3;
}
.about-content p{
    font-size:15px;
    text-align:justify;
    margin-bottom:12px!important;
    padding-left:0px;
}
.about-one__left {
    position: relative;
    display: block;
    margin-left: 100px;
    margin-top: 60px;
}
.about-one__img-box {
    position: relative;
    display: block;
    z-index: 1;
}
.about-one__img-box:before {
    content: "";
    position: absolute;
    top: -60px;
    right: 150px;
    left: -60px;
    bottom: 60px;
    border: 8px solid #9AD257;
    z-index: 1;
    animation: ImgBounce 3s ease-in-out 0s infinite alternate;
}
.about-one__shape-1 {
    position: absolute;
    top: -96px;
    left: -92px;
    opacity: .20;
    z-index: -1;
}
.shape-mover{
    animation:shapemover 9s linear infinite;
}
@keyframes shapemover {
    0%, 100% {
        transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
    }
    50% {
        transform: perspective(400px) rotate(0deg) translateZ(20px) translateY(20px) 
    }
}

@keyframes ImgBounce  {
    0% {
        transform:translateY(0)
    }
    100% {
        transform:translateY(20px)
    }
}

.about-one__btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    appearance: none;
    outline: none !important;
    font-size: 16px;
    background-color: #9AD257;
    font-weight: 600;
    text-transform: uppercase;
    padding: 13px 59px 9px;
    transition: all 0.5s linear;
    z-index: 1;
    color: black;
    margin-top: 30px;
}
.about-one__btn:hover{
   color:white;
}
.about-one__btn::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color:black;
    content: "";
    transform: scaleY(0) rotateX(0deg);
    transition: all 0.2s linear;
    z-index: -1;
}
.about-one__btn:hover::before {
    transform: scaleY(1) rotateX(0deg);
}
.about-btn{
    position: relative;
}
.about-btn img{
    width:20%;
    position: absolute;
    top:0%;
    right:33%;
    animation:transform 2s linear infinite;
}
@keyframes transform {
    0% {
        transform: translateX(-30px);
    }
    50% {
        transform: translateX(-10px);
    }
    100% {
        transform: translateX(-30px);
    }
}


/*.................testimonial section...................*/

.testimonial-head{
    text-align: center;
    width: 40%;
    margin: auto;
}
.testimonial-head h6{
    font-size:20px;
    font-weight:500;
    position: relative;
}
/*.testimonial-head h6:before{
    position: absolute;
    content: "";
    top: 0%;
    display: inline-block;
    left: 30%;
    width: 5%;
    height: 100%;
    background-image: url(../image/pluse-rate.svg);
    background-repeat: no-repeat;
}*/
/*.testimonial-head h6:after{
    position: absolute;
    content: "";
    top: 0%;
    display: inline-block;
    right: 30%;
    width: 5%;
    height: 100%;
    background-image: url(../image/pluse-rate.svg);
    background-repeat: no-repeat;
}*/


.testimonial-head h2{
    font-size: 34px;
    font-weight: 700;
    text-transform: capitalize;
    position: relative;
    line-height: 1.6;
    margin-bottom: 0px;

}
.bg-testimonial-section{
    padding:100px 0px;
    background-image:url(../image/testimonial-map.png);
    background-size: contain;
    background-position: 55% 30px;
    background-repeat: no-repeat;
}

.testimonial-inner{
    padding: 30px 30px 70px 30px;
    border-radius: 8px;
    color: black;
    position: relative;
    background: white;
    box-shadow: 0px 2px 20px rgb(128 128 128 / 20%);
}

.testimonial-inner p{
    font-size:16px;
    line-height:1.6;
}

.qoute-img {
    position: absolute;
    right: 35px;
    width: 10%;
    bottom: 25px;
    filter:brightness(0);
}

.testimonial-person img{
    height: 65px;
    width: 65px;
    border-radius: 50%;
    position: relative;
}
.testimonial-person {
    display: flex;
    align-items: center;
    margin-top: 30px
}
.testimonial-person-img {
    margin-right:20px;
}
.person-info h4{
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
}   
.person-info p{
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    color: gray;
}
.bg-testimonial-section .row{
    margin-top: 50px;
}
.testimonial-main {
    margin: 0px 6px;
}
.testimonial-button button{
    border: none;
    padding:15px 59px 15px;
}
.testimonial-button {
    text-align: center;
    margin-top: 50px;
}
.slick-center .testimonial-inner{
    background: #9AD257;
    color:white;
}
.slick-center .qoute-img{
    filter:brightness(200);
}
.rating-number {
    display: flex;
    align-items: center;
    justify-content:space-between;
}
.testimonial-more-flex ul li label{
    text-transform: capitalize;
    font-size: 16px;
    font-weight:500;

}
.rating-number{
    width:40%;
}
.rating-number span{
    width:85%;
    display:block;
    height:2px;
    background-color:black;
}
.rating-number h6{
    margin-bottom:0px;
    margin-left:12px;
}
.testi-modal .modal-dialog{
    width:715px!important;
    max-width:715px!important;
    position: relative;
    top:10%;
}
.testimonial-more-flex{
    display: flex;
    align-items:center;
    justify-content:space-around;
    margin-bottom:30px;
}
.testimonial-more-flex ul {
    width: 55%;
}
.rating-total{
    width:30%;
    background-color:#1eaae63f;
    border-radius:8px;
    padding:30px;
}

.testimonial-more-flex ul li{
    display: flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom: 12px;
}
.rating-total h4{
    font-weight:600;
    font-size:60px;
    text-align:center;
}
.rating-total p{
    text-align:center;
    font-size:16px;
    font-weight:400;
}

.testimonial-review-detail .person-info h4{
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0px;
}   
.testimonial-review-detail .person-info{
    margin-bottom: 8px;
}

.testimonial-review-detail .person-info p{
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    color: gray;
}
.testimonial-review-image{
    width: 80px;
    height:80px;
}
.testimonial-review-image img{
    border-radius:6px;
    height:100%;
}
.testimonial-review-detail {
    width: 86%;
    margin-left: 15px;
    padding-left: 12px;
}
.testimonial-review-detail p{
    font-size:14px;
    line-height:1.5;
}
.parent-testimonial-review {
    overflow-y: auto;
    height: 500px;
    padding: 0px 16px 0px 12px;
}
.testimonial-listing-main form{
    position:sticky;
    top:0%;
}

#style-1::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color:#9AD257;
}

.testimonial-listing-review{
    display: flex;
    align-items: center;
    border: 1px solid #80808047;
    border-radius: 6px;
    padding: 12px;
    margin-bottom:8px;
}
.testimonial-search{
    width:100%;
}
.testimonial-search input{
    width: 100%;
    height: 40px;
    border-radius: 6px;
    border: 1px solid #808080a6;
    text-transform: capitalize;
    font-size: 16px;
    padding-left: 15px;
    margin-bottom: 15px;
}

.testi-modal .modal-header{
    border-bottom:unset;
    padding-bottom:unset;
}





/*.................booking section.................*/

.bg-booknow{
    padding:0px 0px;
}
.bg-booknow .row{
    align-items:center;
}
.book-info {
    padding-right: 60px;
}
.book-info span{
    font-size:16px;
    font-weight:500;
    display: block;
    margin-bottom:12px!important;
    margin-bottom: 12px;
}
.book-info h2{
    font-size:48px;
    line-height:60px;
    font-weight:600;
    margin-bottom:32px;
}
.book-info p{
    text-align:justify;
    line-height:1.8;
    font-size:15px;
}
.book-info a{
    margin-top:32px;
}
.bg-booknow{
    background-image: url(../image/book-bg-image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 80%;
    margin:100px auto;
    padding: 80px 0px 0px 0px;
    border-radius: 30px;
    overflow: hidden;
}
.book-person-img {
    width: 475px;
    height: 550px;
    margin:auto;
}
.book-person-img img{
    height:100%;
}
.book-info h2 span{
    font-size: 48px;
    line-height: 60px;
    font-weight: 600;
    display: unset;
    color:#9AD257;
}
.sleep-main {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sleep-room {
    display: flex;
    align-items: center;
    width: 32%;
    border: 2px solid #9AD2575c;
    padding: 12px;
    border-top-width: 3px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 3px;
    border-radius: 7px;
}


.sleep-info{
    padding-left:20px;
}
.sleep-info h5{
    font-size:18px;
    font-weight:500;
    letter-spacing:0.5px;
    margin-bottom:0px;
}
.sleep-info span{
    font-size:16px;
    font-weight:400;
    margin-top:6px;
    display:block;
}
.sleep-img {
    width:18%;
}
.heading-title h2{
    font-size: 34px;
    color: #0e1133;
    text-transform: capitalize;
    margin-bottom: 3px;
    font-weight: 600;
    text-align: center;
    line-height: 46px;
    
}

.bg-amenities {
    padding: 60px 0px 60px;
    background: #9AD25717;
}
.amenities {
    display: flex;
    align-items: center;
    padding: 20px 40px;
    border: 2px solid #9AD257;
    border-radius: 6px;
    margin: 0px 14px 15px 0px;
}
.amenities:hover{
    color:white;
    background-color:#9AD257;
    border:2px solid transparent;
    box-shadow: 0px 4px 8px 0px rgba(4, 23, 118, 0.3);
}
.amenities:hover .ameniti-img img{
    filter:invert(1) brightness(200);
}
.ameniti-img{
    width:21%;
}
.ameniti-img img{
    width:100%;
    filter:brightness(0);
}
.ameniti-info{
    margin-left:20px;
    width:79%;
}
.ameniti-info h5{
    text-transform: capitalize;
    font-size:18px;
    font-weight: 600;
    margin-bottom: 0px;
}
.heading-title{
    margin-bottom: 50px;
}
.carousel {
    margin-bottom:10px!important;
}
.carousel .slick-arrow{
    display:none;
}
.carousel-rtl .slick-arrow{
    display:none;
}
.carousel-rtl .amenities{
    flex-direction:row-reverse;
}
.carousel-rtl .ameniti-info{
    text-align:end;
}
.more-amenitie-btn{
    text-align:center;
}
.more-amenitie-btn button{
    border:none;
    margin-top: 15px;
}



/* gallary-section  */

.section {
    color: #333;
    position: relative;
    z-index:1;
  }
  .top-side h2{
    text-align: center;
    font-size:36px;
    font-weight:700;
  }

  .section.portfolio .filters {
    text-align: center;
    margin-top: 50px;
  }
  .section.portfolio .filters ul {
    padding: 0;
  }
  .section.portfolio .filters ul li {
    list-style: none;
    padding: 20px 30px;
    cursor: pointer;
    position: relative;
    margin: 0px 18px;
    background-color: #9AD25742;
    border-radius: 12px;
  }
  .section.portfolio .filters ul li:hover{
    background-color:#9AD257;
  }
  .section.portfolio .filters ul li.active{
    background-color: #9AD257;
  }


  .section.portfolio .filters-content {
    margin-top: 50px;
  }
  .section.portfolio .filters-content .show {
    opacity: 1;
    visibility: visible;
    transition: all 350ms;
  }
  .section.portfolio .filters-content .hide {
    opacity: 0;
    visibility: hidden;
    transition: all 350ms;
  }
  .section.portfolio .filters-content .item {
    text-align: center;
    cursor: pointer;
    margin-bottom: 30px;
    width:100%;
    height:380px;
    position: relative;
    box-shadow: 0 12px 32px 0 rgba(25,41,66,.07);
    transition:all 0.5s ease;
  }

  .section.portfolio .filters-content .item:hover{
    box-shadow: 0 10px 20px 0 rgba(25,41,66,.12);
    transform:translateY(-10px);
  }

  .section.portfolio .filters-content .item .p-inner {
    padding: 20px 30px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  }
  .section.portfolio .filters-content .item .p-inner h5 {
    font-size: 15px;
  }
  .section.portfolio .filters-content .item .p-inner .cat {
    font-size: 13px;
  }
  .section.portfolio .filters-content .item img {
    width: 100%;
    height: 100%;
    object-fit:cover;
    border-radius:8px;
  }

  .filters ul{
    display: flex;
  }
  .filters ul li{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width:25%;
  }

  .filters ul li .img-main{
    position: relative;
  }
 


  .filters ul li span{
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 600;
  }
  .filters ul li:hover img:after{
    opacity:1;
  }
.bg-gallary-section {
    padding: 60px 0px;
    position: relative;
    background: linear-gradient(to bottom, #9AD25717 25%, white 25%);
}

  .gallary-info{
    position: absolute;
    left: 0;
    bottom: 0;
    min-width: 280px;
    max-width: 80%;
    background-color: #fff;
    border-radius: 0 10px 0 0;
    padding: 25px 47px 30px 30px;
  }
  .gallary-info h4{
    font-size:20px;
    margin-bottom:0px;
    font-weight:600;
    color:black;
  }


  /* our-policy section */

.cancellation-tabing ul{
    justify-content:center;
  }  
  .cancellation-tabing{
    margin:30px 0px 30px 0px;
  }

.cancellation-tabing ul li {
    background-color:unset!important;
    margin:0px 12px;
    padding:12px 40px;
}

.cancellation-tabing ul li a.active{
    background-color:unset!important;
    color:black!important;
    border-radius:0px;
}

.cancellation-tabing ul li a{
    font-size:18px;
    font-weight:600;
    color:black;
    position: relative;
}
.cancellation-tabing ul li a:hover{
    color:black!important;
}
.cancellation-tabing ul li a:before{
    width: 0%;
    height: 2px;
    background:#9AD257;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -7px;
    content: '';
    opacity: 0;
    visibility: hidden;
    text-decoration: none;
    transition: all ease 0.3s;
}
.cancellation-tabing ul li:hover a:before{
    opacity: 1;
    visibility: visible;
    width: 100%;
}
.cancellation-tabing ul li a.active:before{
    opacity: 1;
    visibility: visible;
    width: 100%;
}
.cancel-policy-main{
    text-align:center;
}
.cancel-policy-main h4{
    font-size:24px;
    font-weight:600;
    margin-top:20px;
}
.cancel-policy-main p{
    font-size:16px;
    font-weight:500;
}
.cancel-list{
    margin-top:60px;
    background: #ffffff;
    box-shadow: 0px 43px 100px 0px rgba(0, 0, 0, 0.13);
    border-radius: 10px;
    border-top:6px solid #086ad8;
    padding: 30px 40px 40px;
    margin-top:40px;
    transition: all 0.3s linear;
    margin-right:40px;
    width:25%;
}
.cancel-list h3{
    font-size:20px;
    font-weight:600;
    margin-bottom:25px;
}
.cancel-list li{
    margin-bottom:8px;
}
.cancel-list li i{
    margin-right:12px;
    font-size:16px;
}
.cancel-list li span{
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
}
.cancel-list-box{
    display: flex;
    justify-content:center;   
}
.availability-section .calendar {
    padding: 20px;
    border-radius: 10px;
    background-color: #fff;
    font-size: 16px;
    box-shadow: 5px 5px 20px rgb(128 128 128 /30%);
    margin-top: 20px;
}
.availability-section{
    display:none;
}

.availability-section .top {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.month, .year {
  border: none;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
}

.availability-section option {
  font-weight: regular;
  font-size: 16px;
  text-transform: none;
  letter-spacing: 0px;
}

.week {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid gray;
}
.week__day {
  color: gray;
  margin: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  text-transform: uppercase;
}

.availability-section .date__row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.date__number {
  margin: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  transition: 0.5s ease;
}
.date__number:hover {
  cursor: pointer;
  background-color:#9AD257;
  color: #fff;
}
.date__number--true {
  background-color:#9AD257;
  color: #fff;
}
.choosen {
  text-align: center;
  margin-top: 40px;
  color: gray;
}
.bg-cancellation-section{
    padding: 100px 0px;
    background-color:#fafafa;
}
.availability-form form h4{
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 0px;
    padding: 12px 0px;
    background: #9AD257;
    border-radius: 8px 8px 0px 0px;
    color: white;
}
.availability-flex{
    display: flex;
    justify-content:center;
}
.availability-form{
    width:50%;
    border-radius:8px;
    /* box-shadow: 4px 3px 40px rgba(16, 33, 34, 0.06); */
    border:1px solid rgba(128, 128, 128, 0.4);
}

.booking-input label{
    display: block;
    margin-bottom:6px;
    font-weight:500;
    font-size:16px;
    display:inline-block;
    width:49%;
}
.booking-input input{
    width:100%;
    height: 45px;
    border:1px solid rgba(128, 128, 128, 0.4);
    padding:0px 12px;
    border-radius:6px;
}
.booking-input input:focus{
    outline:none;
}
.booking-form{
    margin-top:30px;
}
.booking-input{
    margin-bottom: 20px;
}
.booking-input select:focus{
    outline:none;
}
.booking-input select{
    width:100%;
    height: 45px;
    border:1px solid rgba(128, 128, 128, 0.4);
    padding:0px 12px;
    border-radius:6px;
    color:grey;
}
.booking-form{
    padding:0px 20px 30px 20px;
}
.booking-btn{
    text-align:center;
}
.booking-btn button{
    border:none;
}
.book-cancel-info p{
    margin:20px 0px!important;
    font-size:16px;
    line-height:1.8;
    word-spacing:2px;
}
.form-title{
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
    text-align:center;
}
.bg-contact-us {
    padding: 60px 0px;
}
.co-person-image img{
    height: 800px;
     border-radius:12px;
}
.contact-us-info{
    background: #fff;
    border-radius:12px;
    box-shadow: 0 3px 20px rgba(0,33,71,.06);
    margin-left: -105px;
    padding: 50px 40px;
    margin-top: 120px;
}
.inner-info h5{
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 4.4px 30px rgba(19,16,34,.1);
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 15px;
    padding: 8px 20px;
    text-transform: capitalize;
    font-weight: 600;
}
.inner-info h2{
    font-size: 34px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

.col-form {
    margin-top: 40px;
}
.co-input input{
    width: 100%;
    height:50px;
    text-transform: capitalize;
    font-size: 16px;
    padding-left: 15px;
    border: 1px solid rgb(128 128 128 / 50%);
    border-radius:6px;
    margin-bottom:20px;
}
.co-input input:focus{
    outline:none;
}
.co-textarea textarea{
    width:100%;
    height:120px;
    border-radius:6px;   
    border: 1px solid rgb(128 128 128 / 50%);
    font-size: 16px;
    padding-left: 15px;
    padding-top:12px;
}
.co-textarea textarea:focus{
    outline:none;
}
.co-btn button{
    width:100%;
    border:none
}
.bg-contact-us .row{
    margin-top:40px;
}
.footer-title{
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 30px !important;
}
.con-home li{
    display: flex;
    margin:15px 0px;
 }
 .con-home i{
     display: inline-block;
     margin-right: 20px;
     font-size: 24px;
     color:#9AD257;
 }
 .home-content{
     width: 85%;
 }
 .con-home h6{
     font-size: 17px;
     font-weight: 600;
     text-transform: uppercase;
     display: block;
     margin-bottom: 13px !important;
 }
 .con-home p{
    margin: 0;
    font-size: 16px;
    line-height: 19px;
 }
 .con-home a{
    text-decoration-line: none;
    color: #a0a2a6;
    font-size: 16px;
 }
 .con-home a:hover{
    text-decoration-line: none;
    color: white;
 }
 .footer-logo{
    width:250px;
 }
 .bg-footer-section{
    padding:100px 0px;
    background: #9AD2571a;
 }
 .footer-adrs h4{
    font-size:24px;
    font-weight:600;
    margin-bottom:40px;
 }
.footer-adrs ul li {
    display: flex;
    margin-bottom: 30px;
    align-items: center;
}
.footer-adrs ul li i {
    font-size: 22px;
    color: #9AD257;
    margin-right: 30px;
    width: 18px;
    height: 60px;
    border-radius: 50%;
/*    background: #9AD257;*/
    text-align: center;
    line-height: 60px;
}

 .adrs-detail h4{
    font-size:20px;
    font-weight:600;
    margin-bottom:4px;
 }
 .adrs-detail span{
    font-size:16px;
    font-weight:500;
    color:grey;
 }
 .adrs-detail a{
    font-weight:500;
    color:grey;
    font-size:16px;
 }
 .footer-adrs {
    background: white;
    padding:56px 50px;
}
.bg-footer-section .row .col-lg-6{
    padding:0;
    margin:0;
}
.footer-map iframe{
    width:100%;
} 
.copy-right {
    padding: 21px 0px;
    font-size: 14px;
    font-weight: 500;
    margin-top: 44px;
    border-top: 1px solid #2E436F; /*#9AD2573d;*/
}
.copy-right span{
    display:block;
    text-align:center;
}
 .footer-logo{
    width:250px;
    margin:0px 0px 50px;
 }
 .bg-footer-section {
    padding: 110px 0px 0px 0px;
    background: transparent;
    background-image: url(../image/footer-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.bookingmodal .availability-form{
    width:100%;
}
.bookingmodal .modal-body{
    padding:0px!important;
    position: relative;
}
.bookingmodal .modal-body .btn-close{
    position: absolute;
    top: 10px;
    right: 11px;
    background-color: white;
    border-radius: 50%;
    padding: 8px;
}
.bookingmodal .modal-dialog{
    width: 700px!important;
    max-width: 700px!important;
}
.counter-number{
    border-radius: 50%;
    width: 140px;
    height: 140px;
    text-align: center;
    text-transform: capitalize;
    background-color: #9AD257;
    position: absolute;
    top: 30%;
    right: -13%;
    z-index: 1;
    padding: 15px;
    font-size: 15px;
    color: white;
    font-weight: 600;
}

.counter-number span{
    font-size:34px;
    text-align:center;
    display:inline-block;
    margin-top:14px;
    width:45%;

}

.counter-number b{
    display: inline-block;
    width: 20%;
    font-size: 34px;
    font-weight: 400;
}

.inner-slider{
    color:white;
}
.parent-bg-nearby {
    padding: 100px 0px;
    position: relative;
}
.bg-nearby-section {
    position: relative;
    margin: 60PX 0PX 0px 0px;
    padding: 50px 0px 50px 0px;
}
.bg-nearby-section:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    border-radius: 0 140px 0 0;
    background-color:rgba(31, 170, 230,0.3);
    z-index: -1;
}
.inner-slider {
    color:black;
    padding: 0px 70px 0px 0px;
}
.inner-slider h4{
    font-size:28px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.slider2{
    padding-right:30px;
}
.inner-slider p{
    font-size:15px;
    font-weight:400;
    line-height:1.5;
    margin-bottom:20px!important;
    text-align:justify;
}
.inner-slider button{
    border:none;
}
.image-slider{
    width:90%;
    height:350px;
    margin-left:auto;
}
.image-slider img{
    border-radius:12px;
    height: 100%;
}
.bg-nearby-section .slick-slider{
    margin-bottom:0px!important;
}
.slider1{
    position: relative;
}
.slider1:before{
    position: absolute;
    content:"";
    top:0%;
    right:-10%;
    width:30%;
    height:60%;
    background-image:url(../image/shape-img2.png);
    background-size:contain;
    background-repeat:no-repeat;
    animation:up 4s linear infinite;
}
@keyframes up {
    0%,100%{
        transform:translateY(-0%);
    }
    50%{
        transform:translateY(-3%);
    }
}







/*............................login page css..........................*/



.bg-login-section {
    padding: 100px 0px;
}
.login-form-section{
    padding: 50px 90px 50px 60px;;
    border-bottom-right-radius: 60px;
    border-top:8px solid #9AD257;
    box-shadow: 3.346px 3.716px 22.5px rgba(0, 0, 0, 0.07);
}

.login-title{
    font-size:34px;
    font-weight:800;
    letter-spacing:0.5px;
    position: relative;
    margin-bottom:50px;
}
.login-title::before{
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    background-color:#9AD257;
    left: 0;
    bottom: -8px;
}
.login-input label{
    display: block;
    font-size:18px;
    font-weight:600;
    margin-bottom:6px;
}
.login-input input:focus{
    outline:none;
}

.login-input input{
    width:100%;
    height:45px;
    border-radius:6px;
    border:1px solid grey;
    padding:12px 20px;
}
.login-input{
    margin-bottom:30px;
}
.login-btn button{
    border:none;
}

.forget a{
    font-size:500;
    letter-spacing:0.5px;
    font-size:16px;
    color:black;
}
.forget a:hover{
    color:black;
    text-decoration:underline!important;
}

.login-img-inner {
    margin-top: 30px; 
    height:550px;
    position: relative;
}
.login-img-inner:afteR{
    background-color:rgba(0, 0, 0, 0.3);
    content:"";
    position: absolute;
    top:0%;
    right:0%;
    width:100%;
    height:100%;
    border-top-left-radius: 60px;
}
.login-img-inner img{
    border-top-left-radius: 60px;
    height:100%;
}
.col-lg-6.inner-row {
    padding: 0;
}
.bg-login-section .row{
    margin:0px;
}
.login-header{
    position:unset;
}
.accout {
    text-align: center;
    margin-top: 20px!important;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
}
.accout p a{
    color:#9AD257;
    margin-left:4px;
}

/*..................registration page css......................*/

.bg-regisration .login-img-inner {
    height: 780px;
}
.bg-regisration .login-form-section{
    padding:50px 60px 50px 60px;
}
.bg-regisration .login-img-inner:after{
    border-radius:60px 10px 10px 10px;
}
.bg-regisration .login-input {
    margin-bottom: 20px;
}
.bg-regisration .login-title{
    margin-bottom:30px;
}
.login-para{
    font-size:16px;
    font-weight:500;
}
.form-head h2{
    margin-bottom:30px;
}
.form-head .login-para{
    margin-bottom:50px!important;
}
.forgot-bg .login-img-inner{
    height:500px;
}
.modal-ameniti-title{
    text-align:center;
}
.modal-ameniti-title h3{
    text-align:center;
    font-size:24px;
    font-weight:700;
    letter-spacing:0.5px;
    position: relative;
    margin-bottom: 30px;
    display:inline-block;
    padding:0px 30px;
}

.modal-ameniti-title  h3:before{
    position: absolute;
    content: "";
    top: 0%;
    display: inline-block;
    left: 0%;
    width: 100%;
    height: 100%;
    background-image: url(../image/pluse-rate.svg);
    background-repeat: no-repeat;
    background-position: left;
}
.modal-ameniti-title  h3:after{
    position: absolute;
    content: "";
    top: 0%;
    display: inline-block;
    height: 100%;
    background-image: url(../image/pluse-rate.svg);
    background-repeat: no-repeat;
    width: 100%;
    background-position: right;
    left: 0%;
}
.modal-ameniti-list{
    padding:0px 12px;
}

.modal-ameniti-list h4{
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    margin: 10px 0px;
    padding-bottom: 8px;
    position: relative;
}
.modal-ameniti-list h4::after{
    content:"";
    position: absolute;
    bottom:0%;
    left: 0%;
    width: 50%;
    height: 2px;
    background: #9AD257;
}



.modal-ameniti-list ul li{
    display: flex;
    align-items:center;
    margin-bottom:18px;
    border-radius:6px;
    padding:8px 12px;
    transition:all 0.5s ease;
    border:1px solid rgba(205, 165, 104, 0.4);
}

.modal-ameniti-img{
    width:6.7%;
    padding: 8px;
    border-radius: 4px;
    background-color: rgba(205, 165, 104, 0.2);
}
.modal-ameniti-img img{
    width:100%;
}
.inner-modal-ameniti ul {
    margin:15px 0px!important;
}
.inner-modal-ameniti ul li span{
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    margin-left: 20px;
    display: block;
}
.inner-modal-ameniti ul li:hover{
    box-shadow:0px 0px 12px rgba(128, 128, 128, 0.3);
    border:1px solid transparent;
}

/*.......................surroundig page css.......................*/

.bg-banner{
    position: relative;
}
.banner-head{
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    color: white;
    width:100%;
    text-align:center;
}
.banner-head h2{
    font-size:36px;
    font-weight:700;
}
.banner-head ul{
    display: flex;
    align-items:center;
    justify-content:center;
}
.banner-head ul li{
    text-transform: capitalize;
    font-size: 16px;
    margin: 6px;
}
.bg-banner img{
    width: 100%;
    object-fit: cover;
    height: 400px;
}


/*.....................surrounding page info.................*/


.bg-inner-surrounding{
    padding:100px 0px;
    background-color: rgb(26 174 230 / 4%);
}
.inner-surrounding-info h2{
    font-size:34px;
    font-weight:600;
    line-height:1.5;
    margin-bottom:25px;
}

.inner-surrounding-info h2 span{
    color:#9AD257;
}
.inner-surrounding-info p{
    text-align:justify;
    line-height:1.8;
    font-size:16px;
    margin-bottom:14px!important;
}
.inner-neaby-image img {
    border-radius: 8px;
    height: 100%;
}
.bg-nearby-location .row {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.06);
}

.bg-nearby-location .inner-slider {
    padding: 50px 50px 50px 0px;
}
.bg-nearby-location {
    padding:50px 0px;
}
.bg-nearby-location .testimonial-head{
    margin:0 auto 150px;
}
.inner-neaby-image{
    margin-top: -60px;
    margin-left: 50px;
    margin-right: 30px;
    height:400px;
}
.inner-nearby-info .about-one__btn{
    margin-top: 20px;
}
.reverse-row{
    margin:150px 0px!important;
    flex-direction:row-reverse;
}

.reverse-row .inner-slider{
    padding: 50px 0px 50px 50px;
}
.costa-para{
    overflow-y:auto;
    height:200px;
    padding-right:20px;
    cursor: all-scroll;
}
.second-img img{
    border-radius: 8px;
    width: 100%;
    height: 100%;
}
.inner-surrounding{
    position: relative;
    width:500px;
    height: 100%;
}
.img-surrounding{
    position: relative;
    height: 100%;
}
.img-surrounding img{
    height:100%;
    border-radius:6px;
}

.second-img{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right:-20%;
    width: 200px;
    height: 200px;
    animation:up 2s linear infinite;
}
@keyframes up {
    0%{
        transform: translateY(-50%);
    }
    50%{
        transform: translateY(-40%);
    }
    100%{
        transform: translateY(-50%);
    }
}

#style-3::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar-thumb
{
	background-color: #000000;
}
.modal-ameniti {
    height: 750px;
    overflow-y: auto;
}

.bg-nearby-location .row:last-child{
    margin-bottom:50px!important;
}

.gallary-main {
    margin:50px auto;
    columns:3;
    column-gap: 20px;
  }

  
  .gallary-main .box {
    width: 100%;
    margin-bottom:25px;
    break-inside: avoid;
  }
  .gallary-main .box img {
    max-width: 100%;
    border-radius: 15px;
  }
.bg-gallary{
    padding:100px 0px 50px 0px;
}  
.bg-gallary-description{
    padding:0px 0px 100px 0px;
}
.gallry-info{
    margin-top:30px;
}
.gallry-info p{
    text-align:justify;
    margin-bottom:20px!important;
}
.gallry-btn{
    text-align:center;
}
.gallry-btn button{
    border:none;
}
.gallry-btn button a{
    color:black;
}
.gallry-btn button:hover a{
    color:white;
}
.testi-btn a{
    color:black;
}
.testi-btn:hover a{
    color:white;
}
.banner-head ul li a{
    color:white;
}
.google-image {
    width: 50%;
    height:75px;
}
.google-image img{
    height:100%;
}

.google-review-main{
    padding:60px 0px;
}
.bg-google-review{
    background-color:#9AD25729;
    margin:50px 0px;
}
.google-data{
    text-align:center;
}
.google-image{
    margin:auto;
}

.google-data h4{
    font-size:40px;
    font-weight:600;
}
.google-data span{
    font-size:22px;
}
.scrollTop{
    position: fixed;
    right: 5%;
    z-index: 5;
    bottom:5%;
    height:50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
    animation: top 5s linear infinite;
}
.scrollTop span a {
    background: #9AD257!important;
    display: block;
    border-radius: 6px;
}
.scrollTop span a i{
    line-height:50px;
}

@keyframes top{
  0%{
    bottom:5%;
  }
  50%{
    bottom:3%;
  }
  100%{
    bottom:5%;
  }
}
.scrollTop a i{
  color:white;
  font-size:16px;
}

	.bg-inquiry{
		position: fixed;
   		top: 50%;
		right: -60px;
		transform: rotate(90deg);
        z-index:1;
	}
	.bg-inquiry button{
		border: none;
    	font-size: 16px;
    	font-weight: 600;
    	letter-spacing: 1.5px;
    	background-color: #9AD257!important;
    	color: white;
        padding: 10px;
	}
	.inq-modal .modal-dialog {
    	width: 600px;
    	max-width: 600px;
	}
	.inq-modal .contact-us-info {
		background: #fff;
    	border-radius: 12px;
    	margin-top: 10px!important;
    	padding: 0px!important;
    	margin-left: unset;
    	box-shadow: unset;
	}
	.inq-modal .inner-info h2{
		text-align: center;
    	text-transform: capitalize;
    	font-weight: 600;
		position: relative;
		display:inline-block;
		padding-bottom: 8px;
	}
	.inq-modal .inner-info h2:after{
		content: "";
    	position: absolute;
    	bottom: 0%;
    	left: 0%;
    	width: 50%;
    	height: 2px;
    	background: #9AD257;
	}
	.inq-modal .inner-info{
		text-align:center;
	}


.testi-arrow.slide-arrow.prev-arrow.slick-arrow {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #9AD257;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    position: absolute;
    z-index: 1;
    top: 25%;
    left:-5%;
    cursor:pointer;
    background-color: #fff;
}

.testi-arrow.slide-arrow.next-arrow.slick-arrow{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #9AD257;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    position: absolute;
    z-index: 1;
    top: 25%;
    right:-5%;
    cursor:pointer;
    background-color: #fff;
}



/*..............................calender css..................................*/



	.input-daterange input {
		padding: 21px 15px !important;
    	border-radius: 6px!important;
    	background-color: #fff !important;
    	font-size: 16px !important;
        }
    
    .input-daterange{
        flex-wrap:nowrap!important;
        justify-content:space-between;
    }
    
        .input1 {
            text-align: left !important;
			margin-right:8px;
        }

        .input2 {
            text-align:start !important;
			margin-left:8px;
        }

        .input-daterange input:focus {
            border: 1px solid #512DA8;
            outline-width: 0;
        }

        ::placeholder {
            color: #BDBDBD;
            opacity: 1;
        }

        :-ms-input-placeholder {
            color: #BDBDBD;
        }

        ::-ms-input-placeholder {
            color: #BDBDBD;
        }
        .datepicker {
            background-color: #fff;
            border-radius: 0 !important;
            padding: 15px 20px !important;
            align-content: center !important;
        }

        .datepicker-dropdown {
            top: 0;
            left: calc(50% - 161px) !important;
        }

        .datepicker-dropdown.datepicker-orient-left:before {
            left: calc(50% - 6px) !important;
        }

        .datepicker-dropdown.datepicker-orient-left:after {
            left: calc(50% - 5px) !important;
        }

        .datepicker table tr td.today,
        span.focused {
            border-radius: 50% !important;
            background-image: linear-gradient(#FFF3E0, #FFE0B2);
        }

        .datepicker table tr td.today.range {
            background-image: linear-gradient(#eeeeee, #eeeeee) !important;
            border-radius: 0 !important;
        }

        /*Weekday title*/
        
        thead tr:nth-child(3) th {
            font-weight: bold !important;
            padding-top: 10px;
            padding-bottom: 10px;
        }

        .old,
        .day,
        .new {
            width: 40px !important;
            height: 40px !important;
            border-radius: 0px !important;
            border: 1px solid lightgrey !important;
        }

        .day.old,
        .day.new {
            background-color: #F5F5F5 !important;
            color: #E0E0E0 !important;
        }

        .day.old:hover,
        .day.new:hover {
            border-radius: 0px !important;
        }

        .range-start,
        .range-end,.disabled-date {
            border-radius: 50% !important;
            background-image: linear-gradient(#9AD257, #9AD257) !important;
            color:#fff !important;
        }

        .range {
            color:#9AD257 !important;
        }

        .prev,
        .next,
        .datepicker-switch {
            border-radius: 0 !important;
            padding: 10px 10px 10px 10px !important;
            font-size: 18px;
            opacity: 0.7;
            color:#9AD257;
        }

        .prev:hover,
        .next:hover,
        .datepicker-switch:hover {
            background-color: inherit !important;
            opacity: 1;
        }
        .datepicker table tr td span{
            width:31%!important;
            font-size:14px;
        }
        .mobile_header{
            display: none;
            background-color:white;
          
        }
        .mobile-title{
            margin-top:12px;
        }
        .mobile-title a{
            text-transform: capitalize;
            font-size: 16px;
            font-weight: 500;
            color: black;
            display: block;
            text-align:start;
            margin-bottom:18px;
            padding-left:18px;
            padding-bottom:12px;
            border-bottom: 1px solid rgb(128 128 128 / 40%);
        }
        .mobile-title a:hover{
            color:black;
        }
        .mobile-canvas .offcanvas-body{
            padding:0px!important;
        }
        .mobile_header .row{
            align-items:center;
        }
        .mobile-canvas .offcanvas-header{
            justify-content:flex-start;
        }
        .toggle-btn{
            background-color: transparent;
            color: black;
            font-size: 28px!important;
            border:none!important; 
        }
        .toggle-btn:focus{
            outline:none;
        }
    
        #amenities-modal .modal-dialog{
            top:12%;
        }

        /* booking  */
    .page input[type='email']{
        text-transform: none !important;
    }

 .services table tr th,.services table tr td{
    padding: 10px;
 }
 a{
    color:#2E436F;
    font-weight: bold;
 }a:hover{
    color:#9AD257;
 }
 .copy-right a{}

/*................................responsive css...............................*/


/*........................index page.....................*/
@media only screen and (min-width:1400px) and (max-width:1699px){
    /*.menu{
        justify-content:space-between;
    }*/
    /*.menu a{
        margin-right:unset;
    }*/
    /*.menu a{
        margin-right: 15px;
        margin-left: 0px;
    }*/
    .call-info a{
        margin-left:18px;
    }
    .call-info a h4{
        font-size:18px;
    }
    .book-info {
        padding-right: 0px;
        padding-left: 70px;
    }
    .bg-booknow{
        width:90%;
    }
    .testi-arrow.slide-arrow.prev-arrow.slick-arrow{
      left:0%
    }
    .testi-arrow.slide-arrow.next-arrow.slick-arrow{right: 0;}
}

@media only screen and (min-width:1200px) and (max-width:1399px) {

    .call-info a{
        padding:12px 10px;
        margin-left:unset;
    }
    .call-info a h4{
        font-size:18px;
    }
    /*.menu{
        justify-content:space-between;
    }*/
    .menu a{
        font-size:15px;
    }
    /*.menu a{
        margin-right: 15px;
        margin-left: 0px;
    }*/
    .logo img {
        width: 100%;
    }
    .banner-img{
        height:720px;
    }
    .banner-img img{
        height:100%;
    }
    .banner-content{
        top:50%;
    }
    .banner-arrow.next-arrow {
        top: 53%;
    }
    .banner-arrow.prev-arrow {
        top: 40%;
    }
    .counter-number{
        right:-8%;
    }
    .sleep-img{
        width:22%;
    }
    .sleep-info{
        padding-left:15px;
    }
    .sleep-info h5{
        font-size:17px;
    }
    .sleep-info span{
        font-size:15px;
        margin-top: 4px;
    }
    .amenities{
        padding:20px 26px;
    }
    .ameniti-img{
        width:20%;
    }
  
    .section.portfolio .filters ul li{
        padding:12px 30px;
    }
   
    .testi-arrow.slide-arrow.prev-arrow.slick-arrow{
        left:0%;
    }
    .testi-arrow.slide-arrow.next-arrow.slick-arrow{
        right:0%;
    }
    .testimonial-inner{
        padding:30px 15px 70px 15px;
    }
    .testimonial-inner p{
        font-size:15px;
    }
    .cancel-list{
        padding:30px 20px 40px;
    }
    .slider1:before{
        right:0%;
    }
    .cancel-list{
        width: 28%;
    }
    .inner-slider{
        padding:0px 40px 0px 0px;
    }
    .contact-us-info{
        padding:50px 30px;
    }
    .book-person-img {
        width: 410px;
        height: 476px;
    }
    .book-info {
        padding-right: unset;
        padding-left: 30px;
        padding-bottom: 50px;
    }
    .bg-booknow{
        padding: 60px 0px 0px 0px;
        width:90%; 
    }
}
@media only screen and (min-width:992px) and (max-width:1199px) {
    .call-info a{
        padding:12px 10px;
        margin-left:unset;
    }
    .call-info a h4{
        font-size:18px;
    }
    /*.menu{
        justify-content:space-between;
    }*/
    .menu{
        float: none;
    }
    .menu a{
        font-size:15px;
    }
    .menu a{
        margin-right: 15px;
        margin-left: 0px;
    }
    .logo img {
        width: 35%;
    }
    .mobile_header{
        display: block;
    }
    .co_header{
        display: none;
    }
    .banner-img {
        height: 570px;
    }
    .banner-img img{
        height:100%;
    }
    .banner-content{
        top:50%;
    }
    .banner-arrow.next-arrow {
        top: 53%;
    }
    .banner-arrow.prev-arrow {
        top: 40%;
    }
    .banner-content h1{
        font-size:42px;
        letter-spacing:0.5px;
    }
    .banner-content {
        left: 15%;
        width: 42%;
    }
    .about-title h2{
        font-size:28px;
        margin-bottom:24px;
    }
    .about-content p{
        margin-bottom:8px!important;
        font-size:14px;
    }
    .testi-arrow.slide-arrow.prev-arrow.slick-arrow{
        left:0%;
    }
    .testi-arrow.slide-arrow.next-arrow.slick-arrow{
        right:0%;
    }
    .testimonial-inner{
        padding:30px 15px 70px 15px;
    }
    .testimonial-inner p{
        font-size:15px;
    }
    .slider1:before{
        right:0%;
    }
    .counter-number{
        right:-5%;
        width:132px;
        height:132px;
        font-size:14px;
    }
    .mobile-menu{
        text-align:end;
    }
    .sleep-room{
        width:48%;
        margin-bottom:12px;
    }
    .about-one__left {
        margin-left:70px;
        margin-top: 85px;
    }
    .about-one__img-box:before {
        top: -60px;
        right: 150px;
        left: -60px;
        bottom: 61px;
    }
    .about-one__shape-1{
        left:-37px;
    }
    .counter-number span{
        font-size:28px;
    }
    .amenities{
        padding:20px 20px;
    }
    .ameniti-img {
        width: 21%;
    }
    .ameniti-info {
        margin-left: 15px;
        width: 71%;
    }
  
    .section.portfolio .filters ul li{
        padding:20px 17px;
    }
    .filters ul li span{
        font-size:18px;
    }
    /*.testimonial-head h6:before{
        left:25%;
    }*/
    /*.testimonial-head h6:after{
        right:25%;
    }*/
    .gallary-info{
        min-width:230px;
    }
    .section.portfolio .filters-content .item{
        height:330px;
    }
    .cancel-list-box{
        justify-content:space-between;
    }
    .cancel-list {
        width: 32%;
        margin-right: unset;
        padding:30px 20px 40px;
    }
    .availability-form{
        width:60%;
    }
    .inner-slider{
        padding:0px 40px 0px 0px;
    }
    .inner-slider h4{
        font-size:24px;
    }
    .inner-slider p{
        font-size:15px;
        margin-bottom: 0px;
    }
    .inner-slider button{
        margin-top: 15px;
    }
    .slider2{
        padding-right:0px;
    }
    .inner-info h2{
        font-size:32px;
    }
    .contact-us-info{
        padding:35px 20px;
        margin-top:80px;
        margin-left: -150px;
    }
    .co-person-image img{
        height:700px;
    }
    .bg-booknow{
        width:92%;
    }
    .book-info {
        padding-right: unset;
        padding-left: 30px;
        padding-bottom: 45px;
    }
    .book-info h2{
        font-size:36px;
        margin-bottom: 20px;
    }
    .book-info p{
        font-size:14px;
    }
    .book-person-img {
        width: 433px;
        height: 503px;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {

    .mobile_header{
        display: block;
    }
    .co_header{
        display: none;
    }
    .call-info a{
        padding:12px 10px;
        margin-left:unset;
    }
    .call-info a h4{
        font-size:18px;
    }
    .mobile-menu{
        text-align:end;
    }
    .banner-img img {
        height: 650px;
    }
    .banner-content h1{
        font-size:34px;
    }
    .banner-content {
        left: 10%; 
        width: 50%;
    }
    .banner-arrow{
        width: 50px;
        height: 50px;
        line-height:46px;
    }
    .co_about .row{
        flex-direction:column-reverse;
    }
    
    .about-title h2{
        font-size:28px;
    }

    .about-content {
        margin-top: 50px;
    }
    .counter-number{
        width:125px;
        height:125px;
        padding:10px;
        font-size:14px;
    }
    .counter-number span{
        font-size:28px;
    }
    .counter-number b{
        font-size:28px;
    }
    .heading-title h2{
        font-size:28px;
    }
    .testimonial-head{
        width: 50%;
    }
    .testimonial-head h2{
        font-size:28px;
    }
    /*.testimonial-head h6:after{
        right:22%;
        width:8%;
    }*/
    /*.testimonial-head h6:before{
        left:22%;
        width:8%;
    }*/
   
    .section.portfolio .filters ul li {
        padding: 14px 12px;
        margin: 0px 10px;
    }
    .filters ul li span{
        font-size:14px;
    }
    .gallary-info{
        max-width:250px;
    }
    .gallary-info h4{
        font-size:18px;
    }
    .section.portfolio .filters-content .item{
        height:350px;
    }
    .google-image{
        width:70%;
    }

    .testi-arrow.slide-arrow.prev-arrow.slick-arrow{
        left:0%;
    }
    .testi-arrow.slide-arrow.next-arrow.slick-arrow{
        right:0%;
    }
    .slider1:before{
        right:0%;
        top:8%;
    }
    .bg-google-review{
        margin:0px!important;
    }
    .bg-testimonial-section{
        background-position:unset;
        background-size:cover;
    }
    .testimonial-inner{
        padding:30px 15px 70px 15px;
    }
    .testimonial-inner p{
        font-size:14px;
    }
    .cancellation-tabing ul{
         justify-content:space-between;
    }
    .cancellation-tabing ul li{
        padding:12px 12px;
        margin:0px 6px;
    }
    .cancel-list-box{
        justify-content:space-between;
        flex-wrap: wrap;
    }
    .cancel-list {
        width:45%;
        margin-right: unset;
    }
    .testimonial-button button{
        padding: 15px 25px 15px;
    }
    .bg-nearby-section .row{
        flex-direction:column-reverse;
    }
    .availability-form{
        width:80%;
    }
    .bg-nearby-section:after{
        width:95%;
        height:50%;
        bottom:0;
        top:unset!important;
    }
    .inner-slider{
        margin-top:15%;
    }
    .image-slider {
        height: 300px;
        margin-left: auto;
        margin-right: auto;
    }
    .inner-slider h4{
        font-size:24px;
    }
    .about-one__btn{
        padding:12px 25px 12px;
    }
    .bg-contact-us{
        padding:0px;
    }
    .contact-us-info {
        margin-left: -230px;
        padding: 50px 25px;
        margin-top: 120px;
    }
    .co-person-image img{
        height:500PX;
    }
    .book-info h2{
        font-size:28px;
    }
    .book-info h2 span{
        font-size:34px;
    }
    .book-info {
        padding-right: 50px;
        padding-left: 50px;
    }
    .adrs-detail {
        width: 66%;
    }
    .footer-adrs ul li i {
        font-size: 18px;
        margin-right: 24px;
        width: 18px;
        height: 55px;
        line-height: 55px;
    }
    .book-person-img {
        width: 345px;
        height: 400px;
    }
    .bg-footer-section{
        background-size:cover;
    }
    .inq-modal .inner-info h2{
        font-size:28px;
    }
    .inq-modal .col-form{
        margin-top:20px;
    }
    .inq-modal .modal-dialog{
        position: relative;
        top:15%;
    }
    .bookingmodal .modal-dialog{
        position: relative;
        top:10%;
    }
    .testi-modal .modal-dialog{
        position: relative;
        top:13%;
    }
    .testimonial-more-flex{
        margin-bottom:20px;
    }
    .testimonial-more-flex ul{
        width:50%;
    }
    .testimonial-more-flex ul li{
        margin-bottom:8px;
    }
    .rating-number{
        width:40%;
    }
    .rating-total {
        padding: 25px;
    }
    .rating-total h4{
        font-size:44px;
    }
    .bg-booknow{
        width:90%;
    }
    .service-table{
        overflow-x: scroll;
     }
}
@media only screen and (min-width:576px) and (max-width:767px) {
    .mobile_header{
        display: block;
    }
    .co_header{
        display: none;
    }
    .call-info a{
        padding:12px 10px;
        margin-left:unset;
    }
    .call-info a h4{
        font-size:16px;
    }
    .call-info span i {
        width: 40px;
        height: 40px;
        font-size: 16px;
        line-height: 40px;
    }

    .mobile-menu{
        text-align:end;
    }
    .left-part span{
        font-size:14px;
        margin-right:4px;
    }
    .social-link li{
        font-size:14px;
        padding:8px 15px;
    }
    .right-part li {
        font-size: 14px;
        padding-left: 14px;
        margin-left: 8px;
    }
    .banner-img img{
        height:600px;
    }
    .banner-content h1{
        font-size:28px;
    }
    .banner-content {
        left: 12%;
        width: 55%;
    }
    .banner-arrow {
        width: 45px;
        height: 45px;
        line-height: 42px;
    }
    .about-title h2{
        font-size:26px;
    }
    .sleep-info h5{
        font-size:16px;
    }
    .sleep-info span{
        font-size:14px;
    }
    .co_about .row{
        flex-direction:column-reverse;
    }
    .about-content{
        margin-top:30px;
    }
    .heading-title h2{
        font-size:26px;
    }
    .amenities{
        padding:20px 25px;
    }
    .ameniti-img{
        width:25%;
    }
    .ameniti-info h5{
        font-size:16px;
    }
    .filters ul{
        flex-wrap:wrap;
    }
    .filters ul li span{
        font-size:15px;
    }
    .section.portfolio .filters ul li {
        padding: 8px 50px;
        margin: 0px 8px;
        border-radius: 8px;
        width: 45%;    
    }
   
    .testimonial-head h2{
        font-size:26px;
    }
    .testimonial-head h6{
        font-size:18px;
    }
    /*.testimonial-head h6:before{
        left:19%;
        width:15%;
    }*/
    /*.testimonial-head h6:after{
        right:12%;
        width:15%;
    }*/
 
    .gallary-info h4{
        font-size:16px;
    }
    .gallary-info{
        min-width:180px;
        padding: 25px 30px 25px 30px;
    }
    .section.portfolio .filters-content .item{
        height:280px;
    }
    .google-image{
        width:80%;
    }
    .google-data h4{
        font-size:28px;
    }
    .google-data span{
        font-size:20px;
    }
    .counter-number span{
        font-size:28px;
    }
    .counter-number b{
        font-size:28px;
    }
    .counter-number {
        width: 125px;
        height: 125px;
        padding: 8px;
        font-size: 15px;
    }
    .testimonial-head{
        width: 60%;
    }
    .testi-arrow.slide-arrow.prev-arrow.slick-arrow{
        left:0%;
    }
    .testi-arrow.slide-arrow.next-arrow.slick-arrow{
        right:0%;
    }
    .slider1:before{
        right:0%;
        top:8%;
    }
    .bg-testimonial-section{
        background-size:cover;
    }
    .testimonial-button button{
        padding:15PX 45PX 15PX;
    }
    .cancellation-tabing ul li {
        margin: 0px 12px;
        padding: 12px 0px;
    }
    .cancel-list {
        margin-top: 60px;
        padding: 30px 20px 30px;
        margin-right: 12px;
        width: 47%;
    }
    .cancel-list h3{
        font-size:18PX;
    }
    .cancel-list-box{
        flex-wrap: wrap;
    }
    .availability-form{
        width:100%;
    }
    .about-one__btn{
        padding:13px 45px 9px;
    }
    .bg-nearby-section:after{
        width:95%;
        height:50%;
        bottom:35px;
        top:unset!important;
    }
    .inner-slider{
        margin-top:15%;
    }
    .image-slider {
        height: 300px;
        margin-left: auto;
        margin-right: auto;
    }
    .inner-slider h4{
        font-size:24px;
    }
    .bg-nearby-section .row{
        flex-direction:column-reverse;
    }
    .bg-contact-us{
        padding:0px;
    }
    .contact-us-info{
        margin-top:60px;
        margin-left:unset;
    }
    .inner-info h2{
        font-size:28px;
    }
    .book-info h2{
        font-size:28px;
        margin-bottom:24px;
    }
    .book-info h2 span{
        font-size:34px;
    }
    .co-person-image img{
        height:500px;
    }
    .book-info {
        padding-right:20px;
        padding-left:20px;
    }
    .bg-booknow{
        width:94%;
    }
    .book-person-img{
        width:350px;
        height:400px;
    }
    .bg-footer-section{
        background-size:cover;
    }
    .footer-logo{
        width:200px;
    }
    .adrs-detail h4{
        font-size:18px;
    }
    .footer-adrs ul li i{
        font-size:18px;
        width:18px;
        height:50px;
        line-height:50px;
    }
    .inq-modal .modal-dialog {
        width: 100%;
        max-width:500px;
        position: relative;
        top: 15%;
    }
    .bookingmodal .modal-dialog{
        width:100%!important;
        max-width:500px!important;
        position: relative;
        top:8%;
    }
    .testi-modal .modal-dialog{ 
        width:100%!important;
        max-width:500px!important;
        position: relative;
        top:15%;
    }
  /*  .modal-ameniti-title h3:after{
        right:20%;
    }
    .modal-ameniti-title h3:before{
        left:20%;
    }*/
    .modal-ameniti-img{
        width:10%;
    }
    .rating-total{
        width:35%;
        padding:20px;
    }
    .rating-total h4{
        font-size:30px;
    }
    .rating-total p{
        font-size:14px;
    }
    .parent-testimonial-review{
        padding:0px 8px 0px 12px;
    }
    .testimonial-review-detail{
        margin-top:16px;
        margin-left:unset;
    }
    .testimonial-review-image{
        width:60px;
        height:60px;
    }
    .skiptranslate.goog-te-gadget select {
        font-size: 14px !important;
    }
    

    .align-items-center, .right-part ul{justify-content: center;}
    .right-part{padding: 10px 0;}
    .login-btn{font-size: 14px !important;}
    .bg-nearby-location .testimonial-head {
        margin: 0px auto 120px;
    }
    .service-table{
        overflow-x: scroll;
     }

}
@media only screen and (max-width: 575px) {
    .filters ul {
        overflow-x: auto;
    }
    .filters ul{flex-wrap: nowrap;}
    .counter-number span {
        width: 33%;
    }
    .bg-nearby-location .row{padding-bottom: 30px;}
    .align-items-center, .right-part ul{justify-content: center;}
    .login-btn{font-size: 12px !important;}
    .left-part{
        justify-content:center;
    }
    .right-part{padding: 10px 0;}
    .right-part ul{
        justify-content:center;
    }
    .mobile_header{
        display: block;
    }
    .co_header{
        display: none;
    }
    .call-info a{
        padding:12px 10px;
        margin-left:unset;
    }
    .call-info a h4{
        font-size:16px;
    }
    .call-info span i {
        width: 40px;
        height: 40px;
        font-size: 16px;
        line-height: 40px;
    }

    .mobile-menu{
        text-align:end;
    }
    .left-part span{
        font-size:14px;
        margin-right:4px;
    }
    .social-link li {
        font-size: 14px;
        padding: 4px 10px;
    }
    .right-part li {
        font-size: 13px;
        padding: 0 5px;
        margin-left: unset;
        border-left:unset;
    }
    .banner-img img{
        height:600px;
    }
    .banner-content h1{
        font-size:28px;
    }
    .banner-content {
        left: 8%;
        width: 90%;
    }
    .banner-arrow {
        width: 45px;
        height: 45px;
        line-height: 42px;
    }
    .left-part{
        justify-content:center;
    }
    .banner-content{
        top:58%;
    }
    .banner-arrow.prev-arrow{
        top:83%;
        right:53%;
    }
    .banner-arrow.next-arrow{
        top:83%;
        right:30%;
    }
    .about-title h2{
        font-size:22px;
    }
    .sleep-room{
        width:100%;
        margin:12px 0px;
    }
    .sleep-img{
        width:15%;
    }
    .co_about .row{
        flex-direction:column-reverse;
    }
    .about-one__shape-1 {
        top: -65px;
        left: -48px;
    }
    .about-one__img-box:before{
        right: 125px;
        left: -46px;
    }
    .counter-number span{
        font-size:24px;
    }
    .counter-number b{
        font-size:24px;
    }
    .counter-number {
        width: 120px;
        height: 120px;
        top: 20%;
        right: -2%;
        padding: 6px;
        font-size: 15px;
    }
    .about-one__left {
        margin-left: 50px;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .heading-title h2{
        font-size:24px;
        line-height:40px;
    }
   
    .ameniti-img {
        width: 15%;
    }
    .ameniti-info h5{
        font-size:16px;
    }
    .testimonial-head h2{
        font-size:24px;
    }
    /*.testimonial-head h6:after {
        width: 12%;
        right: 12%;
    }*/
    /*.testimonial-head h6:before{
        width:12%;
        left:17%;
    }*/
    .filters ul{
        overflow-x:auto;
    }
    .filters ul li span{
        font-size:16px;
    }
    .section.portfolio .filters ul li {
        padding: 8px 50px;
        margin: 0px 8px;
        border-radius: 8px;
        width:45%;
    }
    .testimonial-head{
        width:85%;
    }

    .google-data{
        margin-top:12px;
    }
    .google-image{
        width:100%;
        height:50px;
    }
    .google-image img{
        object-fit:cover;
    }
    .google-data h4{
        font-size:24px;
    }
    .google-data span{
        font-size:18px;
    }
    .testimonial-inner{
        padding:15px 15px 50px 15px;
    }
    .testimonial-inner p{
        font-size:14px;
    }
    .testi-arrow.slide-arrow.next-arrow.slick-arrow{
        right:0%;
    }
    .testi-arrow.slide-arrow.prev-arrow.slick-arrow{
        left:0%;
    }
    .testimonial-button button{
        padding:15px 35px 15px;
    }
    .cancellation-tabing ul li a{
        font-size:16px;
    }
    .cancellation-tabing ul li {
        margin: 0px 2px;
        padding: 12px 0px;
    }
    .cancel-list-box{
        justify-content:space-between;
        flex-wrap:wrap;
    }
    .cancel-list{
        width:100%;
        margin-right:unset;
    }
    .bg-nearby-section:after {
        width: 97%;
        height: 50%;
        bottom: 0px;
        top: unset!important;
        border-radius: 0 100px 0 0;
    }
    .parent-bg-nearby{
        padding:60px 0px;
    }
    .inner-slider{
        margin-top:15%;
        padding:0px 0px 0px 0px!important;
    }
    .inner-slider p{
        font-size:14px;
    }
    .image-slider {
        height: 300px;
        margin-left: auto;
        margin-right: auto;
    }
    .inner-slider h4{
        font-size:19px;
    }
    .bg-nearby-section .row{
        flex-direction:column-reverse;
    }
    .slider1:before {
    right: 8%;
    top: 15%;
}
    .about-one__btn{
        padding:13px 35px 9px;
    }
    .bg-contact-us{
        padding:0px;
    }
    .co-person-image img{
        height:400px;
    }
    .contact-us-info{
        margin-left:unset;
        margin-top:60px;
        padding:35px 20px;
    }
    .inner-info h2{
        font-size:24px;
    }
    .bg-booknow{
        width:90%;
        margin:60px auto;
    }
    .book-info h2 span{
        font-size:28px;
    }
    .book-info h2{
        font-size:24px;
        line-height:1.5;
    }
    .book-info{
        padding-right:10px;
        padding-left:10px;
        margin-bottom:20px;
    }
    .book-person-img{
        width:315px;
        height:360px;
    }
    .footer-logo{
        width:200px;
    }
    .adrs-detail h4{
        font-size:18px;
    }
    .footer-adrs ul li i{
        font-size:18px;
        width:18px;
        height:50px;
        line-height:50px;
    }
    .adrs-detail{
        width:70%;
    }
    .availability-form{
        width:100%;
    }
    .booking-form{
        padding:0px 10px 30px 10px;
    }
    .inq-modal .modal-dialog {
        width:unset!important;
        max-width:500px;
        position: relative;
        top:22%;
    }
    .bookingmodal .modal-dialog{
        width:unset!important;
        max-width:500px!important;
        position: relative;
        top:8%;
    }
    .testi-modal .modal-dialog{ 
        width:unset!important;
        max-width:500px!important;
        position: relative;
        top:18%;
    }
   /* .modal-ameniti-title h3:after{
        right:5%;
        width:12%;
    }
    .modal-ameniti-title h3:before{
        left:12%;
        width:12%;
    }*/
    .testimonial-more-flex{
        flex-direction:column-reverse;
        flex-wrap:wrap;
    }
    .rating-total{
        width: 60%;
        margin-bottom: 20px;
        padding: 20px 18px;
    }    
    .testimonial-more-flex ul{
        width:100%;
    }
    .testimonial-listing-review{
        flex-wrap:wrap;
    }
    .testimonial-review-detail{
        width:100%;
        padding-left:0px;
        margin-top:8px;
        margin-left:0px;
    }
    .parent-testimonial-review{
        padding:0px 8px 0px 12px;
    }
    .testimonial-review-image{
        width:60px;
        height:60px;
        margin-bottom:8px;
    }
    .testimonial-more-flex ul li{
        margin-bottom:6px;
    }
    .modal-ameniti-img{
        width:18%;
    }
    .call-info a h4 {
        font-size: 13px;
    }
    .call-info a div{
        margin-left:12px;
    }
    .call-info span i {
        width: 35px;
        height: 35px;
        font-size: 16px;
        line-height: 35px;
    }
    .logo img {
        width: 100%;
    }
    .mobile-menu .toggle-btn i{
        font-size:24px;
    }
    .banner-content {
     top:48%;
    }
    .banner-arrow.next-arrow {
        top: 83%;
        right:30%;
    }
    .banner-arrow.prev-arrow {
        top: 83%;
        right:54%;
    }
    .bg-inquiry{
        transform:unset;
    }
    .testimonial-review-detail p {
        font-size: 13px;
        line-height: 1.5;
        text-align: justify;
    }
    .rating-total h4{
        font-size:40px;
    }
     .bg-inquiry{
        display:none;
    }
     .language i {
        padding-right: 7px;
    }
    .language select{
        font-size:14px;
    }
    .co_subheader .row{
        align-items:center;
    }
    /*.left-part span{
        display:none;
    }*/
    .bg-google-review{
        margin:0px;
    }
    .bg-testimonial-section{
        background-size:cover;
        padding:60px 0px;
    }
    .bg-cancellation-section{
        padding:60px 0px;
    }
    .skiptranslate.goog-te-gadget select {
        font-size: 14px !important;
    }
    .co_subheader .col-lg-6.col-md-6{
        padding-left: 4px !important;
    }
    .right-part li{padding-left: 0 !important;}

}

@media only screen and (min-width:378px) and (max-width:440px){
    .bg-nearby-section:after{
        height:54%;
    }
    .service-table{
        overflow-x: scroll;
     }
}
@media only screen and (max-width:375px){
    .bg-nearby-section:after{
         height: 55%;
         bottom: 0px;
    }
    .bg-inquiry{
        display:none;
    }
    .language i {
        padding-right: 5px;
    }
    .language select{
        font-size:14px;
    }
    /*.login-btn{
        font-size:14px;
    }*/
    .co_subheader .row{
        align-items:center;
    }
    /*.left-part span{
        display:none;
    }*/
    .login-btn {
        font-size: 12px !important;
    }
    .language {
        display: flex;
        align-items: center;
    }
    .skiptranslate.goog-te-gadget select {
        font-size: 14px !important;
    }
    .trp-language-switcher > div {
        padding: 0px 0px 0px 0px;
        width: 125px !important;
    }
    .trp-language-switcher > div > a{
        padding: 5px !important;
    }
    .co_subheader .col-lg-6.col-md-6{
        padding-left: 4px !important;
        padding-right: 4px !important;
    }
    .service-table{
        overflow-x: scroll;
     }
    
}
@media only screen and (max-width:320px){
    .co_subheader .col-lg-6.col-md-6{
        padding-left: 4px !important;
        padding-right: 4px !important;
    }
    .trp-language-switcher > div {
        padding: 0px 0px 0px 0px;
        width: 125px !important;
    }
    .trp-language-switcher > div > a{
        padding: 5px !important;
    }
    .right-part ul{
        justify-content:space-between;
    }
    .right-part li {
        font-size: 13px;
        padding-left: 0;
        margin-left: unset;
    }
    .language {
        display: flex;
        align-items: center;
    }
    .skiptranslate.goog-te-gadget select {
        font-size: 14px !important;
    }
    .book-person-img {
        width: 100%;
        height: 312px;
    }
    .bg-booknow{width: 92%;}
    .footer-adrs{padding: 56px 12px;}

    .bg-nearby-section {
        margin: 0PX 0PX 0px 0px;
    }
    .book-info h2 span {
        line-height: 1.5;
    }
    /*.bg-gallary {
        padding: 50px 0px 0px 0px;
    }*/
    .bg-nearby-location .row{padding-bottom: 30px;}
    .login-btn {
        font-size: 11px !important;
    }
    .service-table{
        overflow-x: scroll;
     }
}

/* GALLARY PAGE RESPONSIVE */

@media only screen and (min-width:992px) and (max-width:1199px){

}

@media only screen and (min-width:575px) and (max-width:992px){
    .logo img {
        width: 35%;
    }
}
@media only screen and (min-width:768px) and (max-width:991px) {
    .gallary-main{
        columns:2;
    }
}
@media only screen and (min-width:576px) and (max-width:767px) {
    .gallary-main{
        columns:2;
    }
}
@media only screen and (max-width:575px){
    .gallary-main{
        columns:1;
    }
}


/* surrounding page css */
        

@media only screen and (min-width:1200px) and (max-width:1399px){

}
@media only screen and (min-width:992px) and (max-width:1199px){
    .img-surrounding{
        height:450px;
    }
    .inner-surrounding{
        width:85%;
    }
    .inner-surrounding-info h2{
        font-size:26px;
    }
    

}
@media only screen and (min-width:768px) and (max-width:991px){
    .inner-surrounding{
        height:500px;
    }
    .inner-surrounding-info{
        margin-top:35px;
    }
    .inner-surrounding-info h2{
        font-size:28px;
    }
    .bg-nearby-location .testimonial-head{
        margin:0px auto 120px;
    }
    .inner-neaby-image{
        margin-top:-38px;
        margin-left:10px;
        margin-right:10px;
        height:300px;
    }
    .bg-nearby-location .inner-slider {
        padding: 0px 0px 50px 0px;
    }
    .inner-slider p {
        font-size: 14px;
        font-weight: 400;
    }
    .costa-para {
        height:160px;
        padding-right: 12px;
    }
}
@media only screen and (min-width:576px) and (max-width:767px){
    .inner-surrounding{
        width:400px;
        height:350px;
    }
    .filters ul {
        overflow-x: auto;
    }
    .filters ul{flex-wrap: nowrap;}
    .second-img{
        width:150px;
        height:150px;
    }
    .inner-surrounding-info{
        margin-top: 30px;
    }
    .inner-surrounding-info h2{
        font-size:24px;
    }
    .bg-nearby-location .inner-slider{
        padding:30px 30px 30px 30px;
        margin-top:5%;
    }
    .inner-neaby-image {
        margin-left: 50px;
        margin-right: 50px;
        height: 350px;
    }

}
@media only screen and (max-width:575px){
    .inner-surrounding {
        width: 80%;
        height: 300px;
    }
    .second-img{
        width:150px;
        height:150px;
    }
    .inner-surrounding-info{
        margin-top: 30px;
    }
    .bg-nearby-location .inner-slider {
        padding: 20px 20px 20px 20px;
        margin-top: 5%;
    }
    .inner-neaby-image {
        margin-left: 10px;
        margin-right: 10px;
        height: 300px;
    }
    .inner-surrounding-info h2{
        font-size:20px;
    }
    .inner-surrounding-info p{
        font-size:14px;
    }
    .costa-para{
        height:180px;
    }
}

@media only screen and (min-width:992px) and (max-width:1199px){
    .login-input{
        margin-bottom:20px;
    }
    

}
@media only screen and (max-width:767px){
.bg-nearby-section {
    margin: 20PX 0PX 0px 0px;
}
.amenities{
    padding: 20px 10px;
}
}


@media only screen and (min-width:768px) and (max-width:991px){
    .login-title{
        font-size:28px;
        margin-bottom:30px;
    }
    .login-form-section{
        padding:30px 25px 30px 25px;
    }
    .login-img-inner{
        height:500px;
    }
    .login-btn .about-one__btn{
        padding: 12px 50px 12px;
    }
    .login-form-section {
        padding: 40px 20px 40px 20px;
    }
    .bg-login-section {
        padding: 60px 0px;
    }
    .bg-login-section {
        padding: 60px 0px;
    }
    .bg-regisration .login-img-inner {
        height: 500px;
    }
    .menu{
        float: none;
    }
}
@media only screen and (min-width:576px) and (max-width:767px){
    .bg-regisration .login-img-inner {
        height: 500px;
    }
    .login-img-inner{
        height:500px;
    }
    .bg-regisration .login-form-section{
        padding: 40px 20px 40px 20px;
    }
    .login-form-section {
        padding: 40px 20px 40px 20px;
    }
    .bg-login-section {
        padding: 50px 0px;
    }
    .menu{
        float: none;
    }
}


@media only screen and (max-width:575px){
    .login-title{
        font-size:24px;
    }
    .login-img-inner{
        height:500px;
    }
    .login-form-section {
        padding: 40px 20px 40px 20px;
    }
    .login-btn .about-one__btn{
        padding: 12px 50px 12px;
    }
    .bg-regisration .login-img-inner {
        height: 500px;
    }
    .bg-regisration .login-form-section{
        padding: 40px 20px 40px 20px;
    }
    .menu{
        float: none;
    }
}
@media only screen and (max-width:375px){
    .login-img-inner {
        height: 350px;
    }
    .bg-login-section {
        padding:20px 0px;
    }
    .forgot-bg .login-img-inner{
        height:350px;
    }
    .bg-regisration .login-img-inner{
        height:350px;
    }
    .menu{
        float: none;
    }
}












































































