/* whatsup widgrt css */
#whatsapp_chat_widget{
    display:block;
}
.wa-chat-box-content-send-btn-text{
    margin-left: 8px;
    margin-right: 8px;
    z-index: 1;
    color: rgb(255, 255, 255);
}
.wa-chat-box-content-send-btn-icon{
    width: 16px;
    height: 16px;
    fill: rgb(255, 255, 255);
    z-index: 1;
    flex: 0 0 16px;
}
.wa-chat-box-content-send-btn{
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    cursor: pointer;
    position: relative;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-appearance: none;
    padding: 8px 12px;
    border-radius: 25px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    background-color: #4dc247;
    margin: 20px;
    overflow: hidden;
}
.wa-chat-box-send{
    background-color:white;

}
.wa-chat-box-content-chat-brand{        
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.4);
}
.wa-chat-box-content-chat-welcome{        
    font-size: 14px;
    line-height: 19px;
    margin-top: 4px;
    color: rgb(17, 17, 17);
}
.wa-chat-box-content-chat{
    background-color: white;
    display: inline-block;
    margin: 20px;
    padding: 10px;
    border-radius: 10px;
}
.wa-chat-box-content{
    background: url('https://user-images.githubusercontent.com/15075759/28719144-86dc0f70-73b1-11e7-911d-60d70fcded21.png');
    
}
.wa-chat-bubble-close-btn{
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px;
}
.wa-chat-box-brand-text{
    margin-left: 20px;
}
.wa-chat-box-brand-name{
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
}
.wa-chat-box-brand-subtitle{
    font-size: 13px;
    line-height: 18px;
    margin-top: 4px;
}

.wa-chat-box-header{
    height: 100px;
    max-height: 100px;
    min-height: 100px;
    background-color: #108e25;
    color: white;
    border-radius: 10px 10px 0px 0px;
    display: flex;
    align-items: center;
}
.wa-chat-box-brand{
    margin-left: 20px;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
}
.wa-chat-box{
    background-color:white;
    display: none;
    background-color: white;
    z-index: 16000160 !important;
    margin-bottom: 60px;
    width: 360px;
    position: fixed !important;
    bottom: 25px !important;
    right: 25px;
    border-radius: 10px;
    box-shadow: 2px 2px 6px rgb(0 0 0 / 40%);
    font: 400 normal 15px/1.3 -apple-system, BlinkMacSystemFont, Roboto, Open Sans, Helvetica Neue, sans-serif;
}
#wa-widget-send-button {
    margin: 0 0 25px 0 !important;
    padding-left: 0px;
    padding-right: 0px;
    position: fixed !important;
    z-index: 16000160 !important;
    bottom: 0 !important;
    text-align: center !important;
    height: 50px;
    min-width: 50px;
    border-radius: 25px;
    visibility: visible;
    transition: none !important;
    background-color: #4dc247;
    box-shadow: 2px 2px 6px rgb(0 0 0 / 40%);
    right: 25px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wa-messenger-svg-whatsapp{
    fill: white;
    width: 41px;
    height: 50px;
}
.wa-chat-box-poweredby{
    text-align: center;
    font: 400 normal 15px/1.3 -apple-system, BlinkMacSystemFont, Roboto, Open Sans, Helvetica Neue, sans-serif;
    margin-bottom: 15px;
    margin-top: -10px;
    font-style: italic;
    font-size: 12px;
    color: lightgray;
}
@media only screen and (max-width: 634px) {
    .wa-chat-box {
        width: auto;
        position: fixed !important;
        right: 20px!important;
        left: 20px!important;
    }
}

/* gallary css css */
.sliderfull{		
	position:relative;margin:0 auto;top:0px;left:0px;width:960px;height:580px;overflow:hidden;visibility:hidden;
}
.sliderimg{	
	cursor:default;position:relative;top:0px;left:0px;width:960px;height:480px;overflow:hidden;
	
}
.sliderfullthumb{	
	position:absolute;left:0px;bottom:0px;width:960px;height:100px;background-color:#fff;
}
.sliderthumb{	
	width:140px;height:90px;
}
/*jssor slider loading skin spin css*/
.jssorl-009-spin img {
	animation-name: jssorl-009-spin;
	/* animation-duration: 1.6s; */
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
@keyframes jssorl-009-spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}
/*jssor slider arrow skin 106 css*/
.jssora106 {
	display: block;
	position: absolute;
	cursor: pointer;
}
.jssora106 .c {
	fill: #fff;
	opacity: .3;
}
.jssora106 .a {
	fill: none;
	/* stroke: #000; */
	stroke-width: 350;
	stroke-miterlimit: 10;
}
.jssora106:hover .c {
	opacity: .5;
}
.jssora106:hover .a {
	opacity: .8;
}
.jssora106.jssora106dn .c {
	opacity: .2;
}
.jssora106.jssora106dn .a {
	opacity: 1;
}
.jssora106.jssora106ds {
	opacity: .3;
	pointer-events: none;
}

/*jssor slider thumbnail skin 101 css*/

.jssort101 .p {
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
    /* background: #000; */
    background: #fff;
}

.jssort101 .p .cv {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 2px solid #000;
	box-sizing: border-box;
	z-index: 1;
}

.jssort101 .a {
	fill: none;
	stroke: #fff;
	stroke-width: 400;
	stroke-miterlimit: 10;
	visibility: hidden;
}

.jssort101 .p:hover .cv,
.jssort101 .p.pdn .cv {
	border: none;
	border-color: transparent;
}

.jssort101 .p:hover {
	padding: 2px;
}

.jssort101 .p:hover .cv {
	background-color: rgba(0, 0, 0, 6);
	opacity: .35;
}

.jssort101 .p:hover.pdn {
	padding: 0;
}

.jssort101 .p:hover.pdn .cv {
	border: 2px solid #fff;
	background: none;
	opacity: .35;
}

.jssort101 .pav .cv {
	border-color: #fff;
	opacity: .35;
}

.jssort101 .pav .a,
.jssort101 .p:hover .a {
	visibility: visible;
}

.jssort101 .t {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
	/* opacity: .6; */
	opacity: 1;
	
}

.jssort101 .pav .t,
.jssort101 .p:hover .t {
	/* opacity: 1; */
	opacity: .6;
}


@media only screen and (max-width: 764px) {
	.sliderfull{
		position:relative;margin:0 auto;top:0px;left:0px;width:980px;height:750px;overflow:hidden;visibility:hidden;
	}
	.sliderimg{
		cursor:default;position:relative;top:0px;left:0px;width:980px;height:600px;overflow:hidden;
		/* cursor:default;position:relative;top:0px;left:0px;width:1920px;height:1280px;overflow:hidden; */
	}
	.sliderfullthumb{
		position:absolute;left:0px;bottom:0px;width:980px;height:150px;background-color:#fff;
	}
	.sliderthumb{
		width:170px;height:120px;
	}
}

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300&display=swap'); 
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
body{
    color: #131313;
    font-family: "Lato", sans-serif;    
}
.captcha{
    background-color: darkgray;
    padding: 10px 20px;
    cursor: default;
    opacity: 0.8;
    color: black;
    text-decoration: none;
    pointer-events: none;
    -webkit-user-select: none; /* Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
    /* font-variant: diagonal-fractions; */
}
a.morelink {
	text-decoration:none;
	outline: none;
}
.morecontent span {
	display: none;
}
.mainsite{
    margin: 1.875em 1.875em 3.75em;
    box-shadow: 0 2px 8px 0 rgb(51 51 51 / 20%);
}
.headlogo{
    display: none;
}
.headsmalllogo{
    display: inline-block;
}
.headtext{
    /* font-family: PlayfairDisplay-Regular; */
    font-family: "Lato";
    color: #131313;
    text-align: right;
}
.headtext h2{
    margin-top: 12px;
}
.headtext h2:nth-child(1) {
    font-weight: 900;
}
.headtext h2:nth-child(2) {
    font-weight: 300;
}
.headbooktext{
    font-size: medium;
    font-weight: 300;
}
.headbooktext span{
    font-weight: 400;
}

a{
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}
.centerimg{
    display: none;
}
a:hover {
   text-decoration: none;
}
.whtsupicon{
    /* max-width:9%; */
    position: fixed;
    bottom: 3%;
    right: 3%;
    cursor: pointer;
}
.wa-chat-box-poweredby{
    display: none;
}
a:active {
   text-decoration: none;
}
.medbody{
    margin-left: 5%;
    margin-right: 5%;
}
.sliderparent{
    position: relative;
}
.child{
   position: absolute;
   left: 5%;
   top:45%;
}
.mobilechild{
    position: absolute;
    left: 5%;
    /* top:47%; */
    top:25%;
 }
.mainlogo{
    background-color: white;
    padding: 1%;
    width: 22vw;
    /* max-width: 75%; */
}
.mobilemainlogo{
    background-color: white;
    padding: 1%;
    width: 40vw;
}
.sliderchildlogo{
    position: absolute;
    top:0px;
    left: 50%;
    right: 50%;
    transform: translate(-50%,0);
}
.smallbanner{
    font-family: Lato-Medium;
    margin-bottom: 2%;
    /* font-size: 1.7vw; */
    /* font-size: 1.6vw; */
    font-size: 120%;
    width: fit-content;
    /* background-color: #17191d; */
    background-color: #333333;
    color: white;
    /* padding: 0.3%; */
    padding:0.3% 0.8%;
    left: 5%;
}
.smallbanner:hover{
    background-color:#01bea0;
}
.mobilesmallbanner:hover{
    background-color:#01bea0;
}

.mobilesmallbanner{
    font-family: Lato-Medium;
    margin-bottom: 4.5%;    
    font-size: medium;
    width: fit-content;
    /* background-color: #17191d; */
    background-color: #333333;
    color: white;
    /* padding: 0.3%; */
    /* padding:0.3% 0.8%; */
    padding: 0.8% 1.5%;
    left: 5%;
}
.slidehead{
    /* font-family: PlayfairDisplay-VariableFont_wght; */
    font-family: "Lato";
    /* font-size: 120%; */
    font-weight: 700;
    /* font-size: 2.4vw; */
    margin-top: 2%;
    margin-bottom: 2%;
    left: 5%;
    color: white;
}
.mobileslidehead{
    /* font-family: PlayfairDisplay-VariableFont_wght; */
    font-family: "Lato";
    font-size: 4.6vw;
    font-size: x-large;
    margin-top: 3.5%;
    margin-bottom: 5.5%;
    /* margin-bottom: 3.5%; */
    left: 5%;
    color: white;
    font-weight: 700;
}
.slidedesc{
    font-family: Lato;
    font-weight: 400;
    margin:2% 0 3% 0;
    /* font-size: 1.2vw; */
    font-size: 120%;
    left: 5%;
    width: 93%;
    color: white;
}
.mobileslidedesc{
    font-family: Lato;
    /* font-weight: 200; */
    margin-top: 2.5%;
    /* font-size: 1.5vw; */

    /* font-size: 2.1vw; */
    font-size: 1.35rem !important;

    margin-bottom: 5.5%;
    left: 5%;
    width: 95%;
    color: white;
}
.bigbanner{
    font-family: Lato;   
    font-size: 120%;
    padding: 0.5% 1.2%;
    /* padding: 1.2% 1.4%; */
    /* font-size: 1.3vw; */
    /* padding: 0.4% 1.4%;
    font-size: 1.7vw; */
    width: fit-content;
    margin-top:1%;
    left: 5%;
    /* background-color:#17191d; */
    background-color:#01bea0;
    color: white;
    text-decoration: none;
}
.bigbanner:hover{
    background-color: #333333;
}
.mobilebigbanner:hover{
    background-color: #333333;
}
.mobilebigbanner{
    font-family: Lato-Regular;
    /* padding: 1% 2%; */
    padding: 1.2% 2.2%;
    /* padding: 2% 2.5%; */
    /* font-size: 3vw; */
    font-size: medium;
    width: fit-content;
    margin-top:2%;
    left: 5%;
    /* background-color:#17191d; */
    background-color:#01bea0;
    text-decoration: none;
    color: white;
}
.villacontact{
    padding-top: 2%;
    /* font-family: PlayfairDisplay-VariableFont_wght; */
    font-family: "Lato";
}
.villanum{
    display: inline-block;
    font-family: Lato-Regular;
}
.contactimg{
    float: right;
    cursor: pointer;
    max-width: 6%;
    margin-left: 2%;
}
.divbottomline{
    border-top: 1px solid black;
    color: black;
    opacity: 0.2;
    margin-top:2%;
    margin-bottom: 2%;
}

.villaname{
    /* font-family: PlayfairDisplay-Regular; */
    font-family: "Lato";
    color: #131313;
    /* font-size: 2.5vw; */
    /* font-size: 2.1vw; */
    font-size: 2.375rem;
}
.villadesc{
    font-family: Lato;
    /* font-weight: 200; */
    /* font-size: 1vw; */
    color: #131313;
    /* line-height: 1.7vw; */
    line-height: 22px;
    letter-spacing: 0.6px;
    /* margin-right: 12%; */
}
.amenityicons h4{
    color: #131313;
    /* width: 80%; */
    font-family: Lato-Regular;
    margin-top: 3%;
    margin-bottom: 0%;
}

.amenity{
    /* margin-right: 20%; */
    display: inline-block;
    margin-right: 2%;
}
.gapamenity{
    font-family: Lato;
    /* font-weight: 200; */
    color: #131313;
    display: inline-block;
    width: 32%;
    /* margin-top: 2%; */
    margin-top: 3%;
}
.smallvilladiv{
    display: none;
}
.largevilladiv{
    display: block;
}
.smallslider{
    display: none;
}
.largeslider{
    display: block;
}
.galary{
    margin:3%;
}
.galary1{
    margin-top:3.5%;
    color: black;
}
.detailline{
    border-top: 1px solid black;
    opacity: 0.1;
    margin-top: 0%;
}
.villaparent{
    margin-top:5%;
}
.villabanner{
    font-family: Lato-Regular;
    /* padding: 0.5% 2%; */
    padding: 0.7% 2.2%;
    font-size: large;
    /* font-size: 2vw; */
    /* font-size: x-large; */
    left: 5%;
    background-color: #17191d;
    color: white;
    /* float: left; */
}
.villabanner:hover{
    background-color:#01bea0;
    /* background-color:#333333; */
}
.or{
    font-family: Lato-Regular;
    margin-left: 1%;
    /* font-size: 1.5vw; */
}
.fontreg{
    font-family: Lato-Regular;
    font-weight: 300 !important;
}
.booknow{
    /* font-family:Lato-Medium; */
    margin-left: 1%;
    font-weight: 500;
    /* font-size: 1.3vw; */
}
.lineheight{
    line-height: 25%;
}
.footerdiv{
    background-color:#17191d;
    color: white;
    margin-top: 2%;
    padding-top: 4%;
    padding-left: 20%;
    padding-right: 20%;
    padding-bottom: 2%;
}
.aboutus{
    /* font-family: PlayfairDisplay-VariableFont_wght; */
    font-family: "Lato";
    padding-right: 23%;
}
.aboutusdesc{
    font-family: "Lato";
    font-weight: 200;
    opacity: 0.5;
}
.contactus{
    /* font-family: PlayfairDisplay-VariableFont_wght; */
    font-family: "Lato";
    padding-right: 5%;
}
.contactusdesc{
    font-family: "Lato";
    font-weight: 200;
    opacity: 0.5;
}
.footerline{
    border-top: 1.5px solid white;
    color: white;
    opacity: 0.2;
    margin-top:2%;
    margin-bottom: 10px;
}
.lastdesc{
    font-family: "Lato";
    font-weight: 200;
    opacity: 0.5;
    color: white;
}
.lastdesc span{
    color:white;
}

/*  Detail Page css */
.detaillogo{
    background-color: white;
    display: block;
    margin-top: 1.5%;
    margin-left: auto;
    margin-right: auto;
}
.detailmaindiv{
    margin-left: 5%;
    margin-right: 5%;
}
.villadetail{
    color: #131313;
}
.vname{
    font-family: "Lato";
    font-size: 2.375rem;
    margin-top: 5%;
    margin-bottom: 2%;
    color:#131313;
    /* font-size: 2.1vw; */
}
.vsubtitle{
    font-family: "Lato";
    /* font-weight: 200; */
    color:#131313;
}
.vdesc{
    /* font-weight: 200; */
    margin-bottom: 2%;
    font-family: Lato;
    color:#131313;
    margin-right: 20%;
    /* line-height: unset; */
}
.vamen{
    font-family: Lato-Regular;
    color:#131313;
}
.parentamenity{
    color: #131313;
    margin-right: 44%;
}
.gapamenity2{
    font-family: Lato;
    /* font-weight: 200; */
    color:#131313;
    display: inline-block;
    width: 32%;
    margin-top: 3%;
}
.vicontext{
    color:#131313;
}
.vcontact{
    margin-top:5%;
    /* margin-left: 1%; */
    margin-bottom: 3%;
}
.vcontactparent{
    float: left;
}
.vconimgparent{
    color:#131313;
}
.vlogo{
    margin-left: 1%;
    float: left;
    margin-right: 2%;
}
.hostedbytext{
    /* font-family: PlayfairDisplay-VariableFont_wght; */
    font-family: "Lato";
    /* font-size: 2vw; */
    font-size: x-large;
}
.hostemail{
    font-family: "Lato";
    font-weight: 200;
    /* font-size: 1vw; */
    font-size: larger;
}
.hostcall{
    font-family: Lato-Medium;
    /* font-size: 1vw; */
    font-size: larger;
}
.contactimg2{
    float: right;
    max-width: 4%;
    margin-left: 1%;
}
.contactformdiv{ 
    margin-top:3%;
    margin-bottom: 1%;
    padding: 2%;
    border: 1px solid white;
    box-shadow: 1px 1px 1px 1px gray;
}
.dataform{
    margin-top:3%;
    margin-bottom: 1%;
    padding: 2%;
    border: 1px solid white;
    box-shadow: 5px 5px 5px 5px gray;
}
.inputdesign {
    width: 100%;
    padding: 7px 20px;
    /* margin: 8px 0; */
    margin:0px 0px 10px 0px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
  }
  
  .submitbtn {
    /* width: 10%; */
    background-color: #4CAF50;
    color: white;
    padding: 7px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  label{
      margin-bottom: 4px;
      margin-top:1rem;
  }
  .checkbox{
    margin-left: 2%;
  }

@media screen and (max-width: 2800px) and (min-width:1480px) {
    /* body{
        border:2px solid brown;
    } */
    p{
        font-size: 140%;
    }
    .headlogo{
        display: inline-block;
    }
    .headsmalllogo{
        display: none;
    }
    .bookvillatext{
        font-size: 2vw;
    }
    .villanum{
        font-size: 2vw; 
    }
    .villaname{
        font-size: 2vw;
    }
    .vname{
        font-size: 2vw;
    }
    .villadesc {
        font-size: 120%;
        /* line-height: 1.8vw; */
        line-height: 28px;
        letter-spacing: 0.6px;
        margin-top: 2.5%;
    }
    .vdesc{
        font-size: 120%;
        line-height: 1.8vw;
        letter-spacing: 0.6px; 
    }
    .villabanner{
        padding: 1% 2%;
    }
    .amenityicons h4{
       font-size: 150%;
    }
    .vamen{
        font-size: 150%;
    }
    .vsubtitle{
        font-size: 150%;
    }
    .gapamenity {
        font-size: 1vw;
    }
    .gapamenity2{
    font-size: 1vw;
    }
    .or{
        font-size: 1.3vw;
    }
    .booknow{
        font-size: 1.3vw;
    }
    .aboutus h3{
        font-size: x-large;
        /* padding-right: 23%; */
    }
    .aboutusdesc{
        font-size: large;
    }
    .contactus h3{
        font-size: x-large;
    }
    .contactusdesc{
        font-size: large;
    }
    .lastdesc h5{
        font-size: large;
    }
}

@media screen and (max-width: 1480px) {
    .headtext h2{
        font-size: 20px;
    }
    .contactimg{
        max-width: 6%;
    }
    p{
        font-size: 104%;
    }
}

@media only screen and (max-width: 992px) and (min-width:764px) {
    /* body{
        border: 2px solid green;
    } */
    .lastdesc{
        text-align: center;
    }
    .parentamenity{
        margin-right: 20%;
    }
}

/* for display or hide gallary  */
@media only screen and (max-width: 992px) {
    html, body {width: auto!important; overflow-x: hidden!important} 
    .smallvilladiv{
        display: block;
    }
    .largevilladiv{
        display: none;
    }
    .smallmargin{
        margin-left: -3%;
        margin-right: -3%;
    }
}

@media only screen and (max-width: 764px) {
    html, body {width: auto!important; overflow-x: hidden!important} 
    /* body{
        border: 2px solid red;
    } */
    .mainsite{
        margin:0;
        box-shadow:none;
    }
    .headlogo{
        /* display: block; */
        display: none;
        margin-left: auto;
        margin-right: auto;
    }
    .headsmalllogo{
        display: block;
        margin: 3.6% auto;
    }
    /* .amenityicons{
        width: 100%;
    } */
    .villaname{    
        font-size: 150%;
        margin-top: 1%;
        margin-bottom: 5%;
    }
    .vname{
        font-size: 150%;
        margin-top: 3%;
        margin-bottom: 5%;
    }
    .vsubtitle{
        font-size: 100%;
    }
    .villadesc{
        margin-right: 2%;
        font-size: 100%;
        line-height: 20px;
        margin-bottom: 5%;
    }
    .vdesc{
        margin-right: 2%;
        font-size: 90%;
        line-height: 1.6;
        margin-bottom: 5%;
    }
    .amenityicons h4 {
        margin-bottom: 3%;
    }
    .centerimg{
        display: block;
        text-align: center;
    }
    .contactimg{
        float: none;
        margin-left: 0;
    }
    .villacontact{
        text-align: center;
    }
    .villanum{
        display: block;
        text-align: center;
    }
    .smallnone{
        display: none;
    }
    .lastdesc{
        text-align: center;
    }
    .footerdiv{
        padding-bottom: 3%;
        padding-top: 4%;
        padding-left: 7%;
        padding-right: 7%;
        margin-top: 5%;
    }
    .aboutus{
        padding-right: 3%;
        margin-bottom: 7%;
    }
    .contactus {
        margin-bottom: 6%;
    }
    .footerline{
        margin-top: 11px;
        margin-bottom: 3%;
    }
    .villabanner{
        font-size: large;
    }
    .parentamenity{
        margin-right: 2%;
    }
    .vcontactparent{
        margin-top: 3%;
        float: none;
    }
    .vlogo{
        display: table;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    .hostedbytext{
        text-align: center;
        font-size: x-large;
    }
    .hostemail{
        text-align: center;
        font-size: larger;
    }
    .hostcall{
        text-align: center;
        /* font-size: 1vw; */
        font-size: larger;
    }
    .vconimgparent{
        text-align: center;
        display: block;
    }
    .contactimg2{
        float: none;
        max-width: 7%;
        margin-left: 1%;
    }
    .villacontact h2{
        font-size: 130%;
    }
    .villanum{
        font-size: 130%;
    }
    .divbottomline {
        margin-top: 5%;
        margin-bottom: 4%;
    }
    .mobileslidedesc{
        font-size: 2.9vw;
    }
    .headbooktext{
        font-size: small;
    }
    .detailline {
        margin-left: -3%;
        margin-right: -3%;
        visibility: hidden;
        margin-bottom: -4%;
    }
    .contactusdesc{
        color: white !important;
        /* color: red !important; */
    }
}

@media only screen and (max-width: 500px) {
    html, body {width: auto!important; overflow-x: hidden!important} 
    .smallslider{
        display: block;
    }
    .largeslider{
        display: none;
    }
    .gapamenity{
        /* display: inline-block; */
        width: 49%;
        /* width: 45%; */
        margin-top: 2%;
        display: inline-flex;
    }
    .gapamenity2{
        /* display: inline-block; */
        display: inline-flex;
        width: 49%;
        /* width: 45%; */
        margin-top: 2%;
    }
    .whtsupicon{    
        max-width:20%;
    }
}

@media only screen and (max-width: 400px) {
    html, body {
        width: auto!important; overflow-x: hidden!important
    } 
    .villabanner{
        font-size: small;
    }
    .or{
        font-size: 75%;
    }
    .booknow{
        font-size: 75%;
    }
}
@media only screen and (max-width: 325px) {
    html, body {width: auto!important; overflow-x: hidden!important} 
    .gapamenity {
        width: 80%;
    }
    .gapamenity2 {
        width: 80%;
    }
    .headbooktext{
        font-size: small;
    }
    .mobileslidehead{
        /* font-size: 4.6vw; */
        font-size: 2rem !important;
    }
    
    .mobileslidedesc{
        font-size: 1.30rem !important;
    }
}
