html
 {
     overflow-x:hidden;
 }
 
/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar 
{
  visibility: hidden; /* Hidden by default. Visible on click */
  min-width: 250px; /* Set a default minimum width */
  margin-left: -125px; /* Divide value of min-width by 2 */
  background-color: #333; /* Black background color */
  color: #fff; /* White text color */
  text-align: center; /* Centered text */
  border-radius: 2px; /* Rounded borders */
  padding: 16px; /* Padding */
  position: fixed; /* Sit on top of the screen */
  z-index: 1; /* Add a z-index if needed */
  left: 50%; /* Center the snackbar */
  bottom: 30px; /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
  visibility: visible; /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}
 
 header .item {
  height: 85vh;
  width:100%;
  position: relative;
}
header .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
header .item .cover {
 
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.34);
  display: flex;
  align-items: center;
}
header .item .cover .header-content {
  position: relative;
  padding: 36px;
  overflow: hidden;
}
header .item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 9px solid #fff;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
header .item .cover .header-content h2 {
  font-weight: 300;
  font-size: 35px;
  color: #fff;
}
header .item .cover .header-content h1 {
  font-size: 56px;
  font-weight: 600;
  margin: 10px 0 10px;
  word-spacing: 3px;
  color: #fff;
}

header .item .cover .header-content .cover_content {
  font-size: 26px;
  font-weight: 600;
  text-align:center;
  word-spacing: 3px;
  color: #fff;
}
header .item .cover .header-content h4 {
  font-size: 24px;
  font-weight: 300;
  line-height: 26px;
  color: #fff;
  
}
header .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
header .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
header .owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}

header .owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
header .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
header .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}
header .owl-nav .owl-prev:focus {
  outline: 0;
}
header .owl-nav .owl-prev:hover {
  background: #000 !important;
}
header .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
header .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}
header .owl-nav .owl-next:focus {
  outline: 0;
}
header .owl-nav .owl-next:hover {
  background: #000 !important;
}
header:hover .owl-prev {
  left: 0px;
  opacity: 1;
}
header:hover .owl-next {
  right: 0px;
  opacity: 1;
}

.about_terms
{
  font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: normal;
    font-stretch: normal;
    font-size: 40px;
    text-transform: uppercase;
    line-height: normal;
    color:#1a1a1a;
    font-family: 'Titillium Web', sans-serif;
     padding-top:1vh;
     margin-bottom:10vh
     
}
.hangover
{
    font-weight:600;
}
.athithi
{
     font-size: 34px;
  font-weight: 600;
  text-align:center;
  word-spacing: 3px;
  color: black;
  margin-top:29px;
}
.number-pg
{
    color:black;
    line-height:2;
    
}


.nav-brand {
    line-height: 0px;
    padding: 0;
    color: #343a40;
    font-size: 24px;
    text-decoration: none !important;
    padding: 0px;
}
.navigation-portrait .nav-brand {
    font-size: 18px;
    line-height: 0px;
}
.linee
{
    height:2px;
    width:20%;
    margin-bottom:0px;
    color:#ffbe2e;
    margin-top:4px;
    background-color:#ffbe2e;
}



/*contact strt*/

.contactus .form_div
{
    margin-top:5vh;
    background-color:#f2f2f2;
    
}

.contactus .contact_head
{
    font-size:20px;
    padding-top:20px;
    font-weight:600;
}

.input-field {
   
  position: relative;
  width:100%;
  margin-top:5vh;
  height: 44px;
  line-height: 44px;
}

.input-field1 {
   
  position: relative;
  width: 100%;
  margin-top:5vh;
  height: 44px;
  line-height: 44px;
}

.input-field2 {
   
  position: relative;
  width: 100%;
  margin-top:5vh;
  height: 44px;
  line-height: 44px;
}

label {
  position: absolute;
  top: 0;
  text-align:left;
  left: 0;
  width: 100%;
  color: grey;
  transition: 0.2s all;
  cursor: text;
}
input {
  width: 100%;
  border: 0;
  background-color:#f2f2f2;
  outline: 0;
  padding: 0.5rem 0;
  border-bottom: 2px solid grey;
  box-shadow: none;
  color: #111;
}
input:invalid {
  outline: 0;
  color: #ff2300;
  border-color: #ff2300;
}
input:focus,
input:valid {
  border-color: grey;
}
input:focus~label,
input:valid~label {
  font-size: 14px;
  top: -24px;
  color: grey;
}

.submit_btn
{
    margin-top:2vh;
}

.btn_s
{
  display: inline-block;
    background-color:#ffbe2e;
         margin-top:7vh;
         margin-bottom:6vh;
      border:none;  
         margin-right:1px;
         padding:10px;
 font-weight:bold;
 letter-spacing:1.2px;
	      font-family: 'Sarabun';
    text-decoration: none;
    color:black;
    font-size: 14px;
    border-radius: 7px;
    transition: 0.15s ease-in-out;
    width:80%;
}

.btn_s:hover
{
 display: inline-block;
    background-color:#ffbe2e;
         margin-top:7vh;
         margin-bottom:5vh;
      border:none;  
         margin-right:1px;
         padding:10px;
 font-weight:bold;
 letter-spacing:1.2px;
	      font-family: 'Sarabun';
    text-decoration: none;
    color:black;
    font-size: 14px;
    border-radius: 7px;
    transition: 0.15s ease-in-out;
}

.contact_div
{
    background-color: #b3e0ff;
    margin-top:10vh;
    height:90vh;
}

#contact_divv
{
    display:block;
}

.contact_col
{
    
   margin-left:0px;
   margin-top:11%;
   
}
.contact_col .phone-head
{
    color:white;
    padding-left:20px;
    font-size:18px;
   
}

.contact_heading
{
    font-family: 'Open Sans';
    font-size:30px;
    margin-top:5px;
    font-weight:bold;
   
}

.contact_col .icons
{
   font-size:20px;
    
}

.contact_details
{
     font-family: 'Sarabun';
    font-size:20px;
    color:white;
  
}

.contact_row2
{
    margin-top:20px;
}
#cars{
    border:none;
    width: 100%;
    background: none;
    border-bottom: 2px solid grey;
    color:grey;
    font-weight: 700;
    padding:0px 0px 20px 0px;
}
.txtpad{
    padding:40px;
}
.contqw
{
    margin-left:30px;
    background-color:#ffbe2e96;
    color:white;
}
.cont-act
{
    background-color:#d5f2ff63;
    padding:50px;
    margin-top:77px;
}
.card1 {
  /*box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);*/
  transition: 0.3s;
  width: 100%;
  margin-bottom:40px;
  padding:30px;
  background-color:white;
  border-left:2px solid #ffbe2e96;
}
 .fa-map-marker{
      color:#ED7E25;
      margin-bottom:10px;
  }
  .fa-phone{
      color:#ED7E25;
       margin-bottom:10px;
  }
  .fa-envelope{
       color:#ED7E25;
        margin-bottom:10px;
  }
  .w{
      color:black;
      margin-bottom:10px !important;
      font-family: 'Open Sans'; 
            font-size:22px;

  }
  .txtp{
     
      padding-top:10px;
      font-size:16px;
  }
  .txth{
      margin-top:70px;
      text-align:center;
      font-size:22px;
  }
  .back_color{
      background-color:#ffbe2e96;
      margin-top:60px;
      padding:40px;
      height:250px;
  }
  .txth1{
      font-size:60px;
      color:black;
  }
  .txth2{
            font-size:22px;

  }

/*contact end*/




.captionss
{
    font-family: 'Titillium Web', sans-serif;
    font-size:23px;
    margin-top:15px;
}

.termss
{
    margin-top:10vh;
    margin-bottom:5vh;
}
.ost
{
    height:100%;
    width:100%;
    border-radius:0px 0px 85px 0px;
}
.serv-high
{
    padding:15px;
    padding-left:10px;
    font-size:17px;
    font-family: 'Poppins', sans-serif;
}
.disman
{
  height:250px; 
  width:70%;
      border-radius:7px;
      margin-top:30px;

}
.disman2
{
    height:250px; 
  width:70%;
  margin-top:2px;
      border-radius:7px;

}
.vocal
{
    margin-top:70px;
}
.about-txt1
{
    font-size:16px;
}
.cr1
{
    font-size:20px;float:right;margin-top:1px;
    color:#ffbe2e;
}

.ree1
{
    margin-top:43px;
    color:#1414148f;
}
.rules
{
    font-size:20px;
    color:#FFBE2E;
    font-weight:600;
}





@media only screen and (max-width: 950px) {
  
  header .item .cover .header-content {
  position: relative;
  padding-top: 36px;
  padding-bottom:40px;
  margin-left:6vh;
  overflow: hidden;
}

body
{
    overflow-x:hidden;
}


header .item .cover .header-content h1 {
  font-size: 30px;
  font-weight: 600;
  margin: 5px 0 10px;
  word-spacing: 3px;
  color: #fff;
}
header .item .cover .header-content h4 {
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
  color: #fff;
}
}
 
 .background
 {
     background-image: url("img/img-1.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  height:90vh;

  background-size:cover;
 }
 
.about_head
{
    color:#57586e;
    padding-top:10px;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: normal;
    font-stretch: normal;
    font-family: 'Gudea', sans-serif;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: normal;
    font-stretch: normal;
    font-size: 40px;
    text-transform: uppercase;
    line-height: normal;
    color:#1a1a1a;
    font-family: 'Gudea', sans-serif;
    padding-top:7vh;
     
}

.about_head_pricing

      {
     color:#57586e;
     margin-top:15vh;
     
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: normal;
    font-stretch: normal;

    font-family: 'Titillium Web', sans-serif;
font-size:40px;
 }

.about_head_expect

      {
     color:#57586e;
     margin-top:3vh;
     
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: normal;
    font-stretch: normal;
    font-family: 'Titillium Web', sans-serif;
font-size:40px;
 }



.about_img
{
    height:500px;
    margin-top:5vh;
}
    
.about_content
{
     
     color:#57586e;
     margin-top:4vh;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: normal;
    font-stretch: normal;
    font-family: 'Titillium Web', sans-serif;
font-size:18px;
 }
 .about_content1
{
     
     color:#57586e;
     margin-top:1px;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: normal;
    font-stretch: normal;
    font-family: 'Titillium Web', sans-serif;
font-size:18px;
 }

.amenities
{
    background-color: #b3e0ff;
    
    margin-top:13vh;
    padding:12vh;
    
}

.amenities_head
{
     font-size:36px;
}

.amenities_head2
{
     font-size:36px;
     color:black;
}

.amenities_head3
{
     font-size:36px;
}

.amenities_name
{
    font-size:23px;
    margin-top:0vh;
}

.gallery_section
{
    padding-top:5vh;
}

.pg_icons
{
    font-size:34px;
    padding-bottom:2vh;
    margin-left:-4vh;
}

.pg_icons2
{
    font-size:34px;
    padding-bottom:2vh;
    margin-left:-1vh;
}

.gallery_pics
{
    height:40vh;
    width:100%;
}

.gallery_pics2
{
    height:40vh;
    width:100%;
}

.gallery_pics3
{
    height:40vh;
}

.view
{
    font-size:32px;
    text-align:center;
    padding-top:13vh;
}

.pricing_line
{
    font-size:23px;
    color:grey;
    font-weight:700;
}
    
.aa {
  position: relative;

}

.overlay {
  position: absolute; 
  top: 30vh; 
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1; 
  width: 93%;
  transition: .5s ease;
  opacity:1;
  height:15vh;
  color: white;
  font-size: 20px;
  padding: 20px;
  text-align: center;
cursor:pointer
}

.pricing_row
{
    margin-top:8vh;
}

.pricing_img
{
    height:45vh;
    width:100%;
}

.pricing_img2
{
    height:45vh;
    width:100%;
}

.pricing_img3
{
    height:45vh;
    width:100%;
}

.price
{
    font-size:24px;
    margin-top:5vh;
    
}

.services
{
    background-color:#bfbabb14;
    
    margin-top:3vh;
    padding:3vh;
    padding-bottom:1vh;
}

.service_row
{
    margin-top:5vh;
}

.service_img
{
    height:10vh;
}

.service_img2
{
    height:10vh;
}

.service_img3
{
    height:10vh;
}

.service_img5
{
    
    height:10vh;
}
.service_name
{
    font-size:23px;
    margin-top:2vh;
}

.service_row2
{
    margin-top:10vh;
}
.btn
{
 border-radius:0;
	      
	      color:white;
	      padding:2vh;;
	      font-size:12px;
	      margin-top:8vh;
	      background-color: #0059b3; 
}

.btn:hover
{
 border-radius:0;
	      
	      color:white;
	      padding:2vh;;
	      font-size:12px;
	      margin-top:8vh;
	      background-color: #0059b3; 
}

.btn_service
{
     display: inline-block;
    background-color:#ffbe2e;
         margin-top:8vh;
      border:none;  
         margin-right:1px;
         padding:10px;
 font-weight:bold;
 letter-spacing:1.2px;
	      font-family: 'Sarabun';
    text-decoration: none;
    color:black;
    font-size: 14px;
    border-radius: 7px;
    transition: 0.15s ease-in-out;
}

.btn_amenities
{
       display: inline-block;
    background-color:#ffbe2e;
         margin-top:8vh;
      border:none;  
         margin-right:1px;
         padding:10px;
 font-weight:bold;
 letter-spacing:1.2px;
	      font-family: 'Sarabun';
    text-decoration: none;
    color:black;
    font-size: 14px;
    border-radius: 7px;
    transition: 0.15s ease-in-out;
    display:flex;
    justify-content:center;
    align-items:center;
    
}
.twinn
{
    display:flex;
    justify-content:center;align-items:center;
    height: 333px;
}

.btn_gallery
{
   display: inline-block;
    background-color:#ffbe2e;
         margin-top:3vh;
      border:none;  
         margin-right:1px;
         padding:10px;
 font-weight:bold;
 letter-spacing:1.2px;
	      font-family: 'Sarabun';
    text-decoration: none;
    color:black;
    font-size: 14px;
    border-radius: 7px;
    transition: 0.15s ease-in-out;
}

.btn_gallery:hover
{
   display: inline-block;
    background-color:#ffbe2e;
         margin-top:3vh;
      
         margin-right:1px;
         padding:10px;
 font-weight:bold;
 letter-spacing:1.2px;
	      font-family: 'Sarabun';
    text-decoration: none;
    color:black;
    font-size: 14px;
    border-radius: 7px;
    transition: 0.15s ease-in-out;
}

.certification_div
{
    margin-top:10vh;
    background-color: #b3e0ff;
    padding:4vh;
    
}

#certify_div_img
{
    display:block;
}

.certify_line
{
    font-size:26px;
    color:black;
    padding-top:30px;
    font-weight:700;

}

.certify_img
{
    margin-top:-25%;
   height:50vh;
  margin-left:10vh;
   
   position:absolute;
}

section#counter-stats {
	display: flex;
	justify-content: center;
	margin-top: 10vh;
}

.stats {
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}

.stats2 {
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}


.stats3 {
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}

.stats4 {
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}

.stats h5
{
     font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: normal;
    font-stretch: normal;
    text-transform: uppercase;
    line-height: normal;
    color:#1a1a1a;
    font-family: 'Titillium Web', sans-serif;
    
}

.stats .fa {
  color: black;
  font-size: 38px;
}

.stats2 h5
{
     font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: normal;
    font-stretch: normal;
    text-transform: uppercase;
    line-height: normal;
    color:#1a1a1a;
    font-family: 'Titillium Web', sans-serif;
    
}

.stats2 .fa {
  color: black;
  font-size: 38px;
}

.stats3 h5
{
     font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: normal;
    font-stretch: normal;
    text-transform: uppercase;
    line-height: normal;
    color:#1a1a1a;
    font-family: 'Titillium Web', sans-serif;
    
}

.stats3 .fa {
color: black;
  font-size: 38px;
}


.stats4 h5
{
     font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: normal;
    font-stretch: normal;
    text-transform: uppercase;
    line-height: normal;
    color:#1a1a1a;
    font-family: 'Titillium Web', sans-serif;
    
}

.stats4 .fa {
color: black;
  font-size: 38px;
}
.contact_div
{
    background-color: #b3e0ff;
    margin-top:10vh;
    height:90vh;
}

#contact_divv
{
    display:block;
}


.contact_col .phone-head
{
    color:white;
    padding-left:20px;
    font-size:18px;
   
}

.contact_heading
{
    font-family: 'Open Sans';
    font-size:30px;
    margin-top:5px;
    font-weight:bold;
   
}

.contact_col .icons
{
   font-size:20px;
    
}

.contact_details
{
     font-family: 'Sarabun';
    font-size:20px;
    color:white;
  
}

.contact_row2
{
    margin-top:20px;
}

.overlay1.active {
  background-color: #000;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.overlay1 {
  /*position: absolute;*/
  /*height: 440px;*/
  /*width: 540px;*/
  font-size: 40px;
  font-weight: 500;
  color: black;
  /*border-radius: 62px;*/
  /*background-color: #003842;*/
}

.overlay2.active {
  background-color: #000;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.overlay2 {
  /*position: absolute;*/
  /*height: 440px;*/
  /*width: 540px;*/
  font-size: 40px;
  font-weight: 500;
  color: black;
  /*border-radius: 62px;*/
  /*background-color: #003842;*/
}

.overlay3.active {
  background-color: #000;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.overlay3 {
  /*position: absolute;*/
  /*height: 440px;*/
  /*width: 540px;*/
  font-size: 40px;
  font-weight: 500;
  color: black;
  /*border-radius: 62px;*/
  /*background-color: #003842;*/
}

.first
{
    /*border:1px solid #00000040;*/
    box-shadow: 1px 1px 5px 2px #d8d8d8;
    margin:20px;
}
.monthly
{
    float:right;   
    color:#ffbe2e;
    margin-right:30px;
    margin-top:6px;
}
.boldd
{
    font-weight:600;
    font-size:18px;
    padding-left:20px;
    padding:10px;
    color:#57586e;
}
.shipp
{
    display:flex;
    justify-content:center;
    align-items:center;
    
}

@media only screen and (max-width: 950px) 
{
 
 .about_content
{
     
     color:#57586e;
     margin-top:4vh;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: normal;
    font-stretch: normal;
    font-family: 'Titillium Web', sans-serif;
font-size:18px;
 }
 .gallery_pics {
    height: 20vh;
    width: 100%;
}
 header .item {
    height: 37vh;
    width: 100%;
    position: relative;
}
 .stats2 {
  text-align: center;
  font-size: 35px;
  margin-top:5vh;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}
.amenities
{
    background-color: #b3e0ff;
    
    margin-top:6vh;
    padding:6vh;
    padding-left:10px;
    padding-right:10px;
    
}



.stats3 {
  text-align: center;
   margin-top:5vh;
  font-size: 35px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}

.stats4 {
  text-align: center;
  font-size: 35px;
   margin-top:5vh;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}

.stats h5
{
     font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: normal;
    font-stretch: normal;
    text-transform: uppercase;
    line-height: normal;
    color:#1a1a1a;
    font-size:20px;
    font-family: 'Titillium Web', sans-serif;
    
}

.stats .fa {
  color: #0099ff;
  font-size: 60px;
}

.stats2 h5
{
    font-size:20px;
     font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: normal;
    font-stretch: normal;
    text-transform: uppercase;
    line-height: normal;
    color:#1a1a1a;
    font-family: 'Titillium Web', sans-serif;
    
}

.stats2 .fa {
  color: #0099ff;
  font-size: 60px;
}

.stats3 h5
{
    font-size:20px;
     font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: normal;
    font-stretch: normal;
    text-transform: uppercase;
    line-height: normal;
    color:#1a1a1a;
    font-family: 'Titillium Web', sans-serif;
    
}

.stats3 .fa {
  color: #0099ff;
  font-size: 60px;
}


.stats4 h5
{
    font-size:20px;
     font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: normal;
    font-stretch: normal;
    text-transform: uppercase;
    line-height: normal;
    color:#1a1a1a;
    font-family: 'Titillium Web', sans-serif;
    
}

.stats4 .fa {
  color: #0099ff;
  font-size: 60px;
} 

.amenities_head2
{
    margin-top:4vh;
     font-size:36px;
     color:black;
}

.amenities_head3
{
     margin-top:4vh;
     font-size:36px;
}

.gallery_pics2
{
    margin-top:0vh;
    height:20vh;
}

.gallery_pics3
{
    margin-top:0vh;
    height:20vh;
    width:100%;
}

.about_head_pricing

      {
     color:#57586e;
     margin-top:10vh;
     
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: normal;
    font-stretch: normal;

    font-family: 'Titillium Web', sans-serif;
font-size:32px;
 }
 
 .pricing_img2
{
    margin-top:5vh;
    height:45vh;
    width:100%;
}

.pricing_img3
{
    margin-top:5vh;
    height:45vh;
    width:100%;
}

.about_head_expect

      {
     color:#4d4d4d;
     margin-top:5vh;
     
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: normal;
    font-stretch: normal;

    font-family: 'Titillium Web', sans-serif;
font-size:32px;
 }


.service_img
{
    
    height:10vh;
}

.service_img5
{
    margin-top:4vh;
    height:10vh;
}

.service_img2
{
    margin-top:4vh;
    height:10vh;
}

.service_img3
{
    margin-top:4vh;
    height:10vh;
}
  
#certify_div_img
{
    display:none;
} 
  
 .contactus 
{
    margin-top:1vh;
    margin-bottom:10vh;
} 
  
 #contact_divv
{
    display:none;
} 
  
}
@media only screen and (max-width: 950px) 
{
    .twinn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 0px;
}
 .disman {
    height: 250px;
    width: 100%;
    border-radius: 7px;
    margin-top: 30px;
}
 .ree1 {
    margin-top: 36px;
    color: #1414148f;
}
 .cont-act {
    /* background-color: #d5f2ff63; */
    background-color: #d5f2ff63;
    padding: 20px;
    margin-top: 70px;
}
}
@media only screen and (max-width: 950px) 

{
    .contact_col {
    
    color: white;
    margin-left: 0%;
    margin-top: 24%;
}
    
    
    .cont-act {
    /* background-color: #d5f2ff63; */
    background-color: #d5f2ff63;
    padding: 20px;
    margin-top: 70px;
}.ree1 {
    margin-top: 36px;
    color: #1414148f;
}.disman {
    height: 250px;
    width: 100%;
    border-radius: 7px;
    margin-top: 30px;
}.twinn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 0px;
}
.services {
    background-color: #bfbabb14;
    margin-top: 3vh;
    padding: 1vh;
    padding-bottom: 10vh;
}
}
@media (max-width:768px)
{
    .shipp {
    display: grid;
    justify-content: center;
    align-items: center;
}
.contqw
{
    margin-left:0px;
    background-color:#ffbe2e96;
    color:white;
}



 header .item {
    height: 250px;
    width: 100%;
    position: relative;
}
.gallery_pics {
    height: 40vh;
    width: 100%;
    padding:10px;
}
.gallery_pics2
{
    margin-top:0vh;
    height:40vh;
    padding:10px;
}

.gallery_pics3
{
    margin-top:0vh;
    padding:10px;
    height:40vh;
    width:100%;
}

}

.dop
{
    text-decoration:none;
}
.dop:hover
{
    text-decoration:none;
    color:red!important;
}
.footer
{
    margin-top:50px;
}

.footer .footer1
{
    padding-top:3%;
    background-color:#484646;
    padding-bottom:20px;
    
}
.fa-instagram {
    background: transparent;
    color: white;
    padding: 10px;
    margin-top: 20px;
}
.fa-twitter {
    background: transparent;
    color: white;
    padding: 10px;
    margin-top: 20px;
}
.fa-youtube {
    background: transparent;
    color: white;
    padding: 10px;
    margin-top: 20px;
}
.fa-facebook {
    background: transparent;
    color: white;
    margin-top: 20px;
    padding: 10px;
    margin-left: 0px;
}

.footer .footer_logo
{
    margin-top:3%;
    height:8vh;
    margin-left:-30px;
}

.footer .insta_logo
{
    margin-top:10%;
    height:30vh;
    margin-left:-20px;
}

.footer .icons
{
    color:white;
    font-size:20px;
}

.footer .contact_details
{
     font-family: 'Sarabun';
    font-size:16px;
    color:white;
}

.footer .contact_row2
{
    margin-top:10px;
}

.footer .footer_row1
{
    
    margin-top:25px;
  
}

.footer .footer_heading
{
    font-size:23px;
    color:#fff;
   margin-top:20px;
    font-family: 'Open Sans';
}

.footer .footer_content
{
    font-size:15px;
    color:lightgrey;
    margin-top:20px;
    font-family: 'Open Sans';
}
.footer .footer_content1:hover
{
    font-size:15px;
    color:#ffbe2e;
    
    font-family: 'Open Sans';
}

.footer .footer_content1
{  
    font-size:15px;
    color:lightgrey;
    font-family: 'Open Sans';
}

.footer-right
{
    margin-left:30px;
}

 .footer-right a {
    display: inline-block;
    width: 35px;
    height: 35px;
    float:right;
    background-color: #484646;
    border-radius: 2px;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 35px;
    margin-top:20px;
    margin-left: 7px;
    text-decoration:none;
    transition:all .25s;
  }
  
  .footer-right a:hover{
      transform:scale(1.1); -webkit-transform:scale(1.1);text-decoration:none;
      
  }
  .float{
	position:fixed;
	width:50px;
	height:50px;
	bottom:30px;
	right:20px;
	background-color:#00e676;
	color:white;
	border-radius:40px;
	text-align:center;
	box-shadow: 2px 2px 5px #393939;
	z-index:1000;
		
}

.my-float{
font-size:30px!important;
margin-top:10px;
	}
	
.float:focus, .float:active, .float:hover{
    color:#fff;
}

  @media (max-width:768px)
  {
      .footer {
    margin-top: 35px;
}
  }