@import url('https://fonts.googleapis.com/css2?family=Blinker:wght@100;200;300;400;600;700;800&display=swap');

@font-face {
    font-family: ProximaNova;
    src: url(../fonts/ProximaNova-Regular.otf);
}
body {
	font-family: 'Blinker', sans-serif;
}
p span{
    font-family: Proxima Nova;
}
body::-webkit-scrollbar {
    width: 7px;
    height: 5px;
    background-color: transparent;
}

body::-webkit-scrollbar-thumb {
    background-color: #666b7a;
    border-radius: 0px;
    border: 1px solid #666b7a;
}

body::-webkit-scrollbar-thumb:hover {
    background-color: #666b7a;
    border: 1px solid #666b7a;
}

body::-webkit-scrollbar-thumb:active {
    background-color: #666b7a;
    border: 1px solid #666b7a;
}

body::-webkit-scrollbar-track {
    border-radius: 0px;
    -webkit-box-shadow: 0 0 6px gray inset;
}
a:hover, a:focus, a:visited{text-decoration:none;}

/* .container {
    max-width: 1136px;
} */

.only-mob{display: none !important;}
header{
    position:absolute; 
}
.header{
	position:absolute;
	width:100%;
	z-index: 1;
	background-color: rgb(255 255 255 / 80%); 
	padding: 0px;
}

.header a.logo {
    display: block; 
	padding: 17px 0;
}
.logo img {
    /* max-width: 376px; */
}
.header .navbar{
	padding:0px 0;
}

.darkHeader .navbar{padding:0px 0;}

.header .navbar-dark .navbar-nav .nav-link, .darkHeader .navbar-dark .navbar-nav .nav-link {
    color: rgb(0, 0, 0);
    padding: 20px 21px;
	font-size:16px;
	text-transform: capitalize;
	font-weight: 400;
}

.darkHeader{
	position:fixed;
    background-color: rgb(255, 255, 255); 
	z-index: 999;
	width: 100%;
	transition:0.3s linear;
	padding:0;
}

.darkHeader a.logo {
    display: block;
	padding: 17px 0;
}

/* .darkHeader .navbar-dark .navbar-nav .nav-link {
    color: #000;
    padding: 10px 25px;
	font-size:15px;
	font-weight: 500;
	text-transform: capitalize;
} */

.header .navbar li.nav-item.active .nav-link,
.darkHeader .navbar li.nav-item.active .nav-link{
	color:#07a2ff;
}

.header .navbar-dark .navbar-nav .nav-link.side-logo,
.darkHeader .navbar-dark .navbar-nav .nav-link.side-logo{
    padding: 0;
}
.banner-and-form {
    position: relative;
}
.banner-sec{
	 position:relative;
    background-image: url(../images/image-photo.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    min-height: 429px;
}
.banner-sec img {
    width: 100%;
}

.banner-sec .carousel-item{
	/* min-height: 525px;
	max-height: 525px;
	background-position: 0% 0%;
	background-repeat: no-repeat;
	background-size: cover; */
}

.banner-sec .carousel-caption{
	left:2%;
	right:2%;
	bottom: 20%;
	color:#8e703a;
	text-align: left;
}

.banner-sec .bannertext {
    position: relative;
    /* position: absolute;
    width: 100%;
    z-index: 1;
    top: 100px; */
}
.ban-con {
    /* margin-top: 50px;
    margin-bottom: 50px;
    display: inline; */
    position: absolute;
}
.banner-sec .slide-box {
    background-color: rgb(255, 255, 255);
    padding:3px 15px;
    position: relative;
    margin-top: 15px;
    border-radius: 5px;
    width: fit-content;
}


.banner-sec  h3{
    font-size: 36px;
    font-weight: 600;
    line-height: 52px;
    color: #ffffff;
	margin-bottom: 10px;
	position:relative;
    margin:0;
    
}
.banner-sec  h3 span{
    font-size: 30px;
    font-weight: 600;
    line-height: 52px;
    display: block;
    color: #fdf204;
}
.banner-sec  p{
    font-size: 32.6px;
    line-height: 1.44;
    color: rgb(255, 255, 255);
    margin: 0;
}


.banner-sec .slide-box ul{
	list-style: none;
	padding: 0;
	display: block;
    margin:0;
}

.banner-sec .slide-box ul li{
    color: #2f6043;
    font-size: 24px;
    font-weight: 600;
    line-height: 37px;
    position: relative;
    padding-left: 20px;
}
.banner-sec  .slide-box ul li span{
    font-family: 'Poppins', sans-serif;
}
.banner-sec .slide-box ul li:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    top: 17px;
    left: 0;
    border-radius: 10px;
    background-color: #2f6043;
}

.banner-sec .carousel-indicators li{
    width:12px;
    height: 12px;
    border-radius: 100%;
    opacity: 100%;
    margin: 0px 5px;
    background-color: #fff;
}

.banner-sec .carousel-indicators .active{
    background-color: #07a2ff;
    border-color:#07a2ff;
    width:12px;
    height: 12px;
}

.form-sec{position:relative;}

/* .form-sec .container{ padding:0;} */

.form-sec{
	position:relative;	
	background: #163223;
    /* overflow: hidden; */
}

.form-sec .container{ 
    /* padding:0; */
}

.form-box {    
    padding: 20px 0px 3px;
    position:relative;
    width: 90%;
    margin: auto;        
}

.form-box h3{
     font-size:22px; font-weight:600; color: #ffffff; letter-spacing: 1px; margin-bottom: 24.5px; position: relative;
    }
/* .form-box h3::after{
    position: absolute;
    content: '';
    height: 23.3px;
    width: 4px;
    background-color: #a57f38;
    top: 1px;
    margin-left: 18px;
}
.form-box h3::before{
    position: absolute;
    content: '';
    height: 23.3px;
    width: 4px;
    background-color: #a57f38;
    top: 1px;
    margin-left: -18px;
} */

.form-box h3 span{font-weight:500;font-size:20px;display:block;}
.form-box label{color:#666666; font-size:12px; padding-left: 7px;}
.form-box .form-control{
	border-radius: 4px;
  	border:4px;
  	background-color: #fff;
	height: 40px;
	font-weight: 400;
	font-size:14px;
	color:#000;
    box-shadow: 0 4px 4px 0 rgba(201, 170, 116, 0.24);
    border: solid 1px rgba(216, 216, 216, 0.05);
}
.form-group.col-md-12.btn-mob.text-center{margin-bottom:0px;}

.form-box .btn-firm, .popup-form-box .btn-firm {
    border-radius: 4px;
    background-color:#fef200;
    color: #000;
    padding: 0px 40px;
    border: 0px;
    font-size: 22px;
    height: 40px;
    font-weight: 600;
	cursor: pointer;
	width:100%;
}
.popup-form-box .btn-firm {
    height: 35px;
    margin-top: 30px;
}
.btn-firm:hover, .btn-firm:focus {
    background-color:#000000;
	border-color: #000000;
	outline: none;
	color:rgb(255, 255, 255);
}
.form-group.form-check label{font-size:14px; color:#ffffff; font-weight: 400;font-family: ProximaNova;}
.form-group.form-check label + a{font-size:14px; color:#ffffff; font-weight: 400; font-family: ProximaNova;}

.form-box .form-control::-webkit-input-placeholder { /* Edge */
  color: #666;
}

.form-box .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #666;
}

.form-box .form-control::placeholder {
  color: #666;
}

.form-box .form-group.col-md-12.countrycoderow select {
    width: 55%;
    display: inline-block;
    font-size: 14px;
    padding: 0px 7px;
}

.form-group.col-md-12.countrycoderow input {
    width: 43%;
    display: inline-block;
}

.main-head{
	position:relative;
    font-size: 42px;
    font-weight: 600;
    color: #163223;
    text-align: center;
    margin-bottom: 0;
}

.main-head span{
    display:block;
    position:relative;
    font-size: 23px;
    color:#1c1c1c;
    font-weight: bold;
    margin-top: 10px;
}

.about-section {
    position: relative;
    padding:91px 0px 0px;
    overflow: hidden;
}

.about-section .text{
    font-size: 18px;
    line-height: 32px;
    color: rgb(0, 0, 0);
    margin: auto;
    margin-bottom: 0px;
    padding-left: 37px;
    text-align: left;
    /* margin-top: 16px; */
    /* width: 99.1%; */
}

.about-box {
    position: relative;
    /* max-width: 1040px; */
}
.ffj {
    margin-top: 60px;
}
.about-box img {
    margin-top: 50px;
}
.about-section .about-content {
    position: relative;
    padding: 0px 0px 0;
}
.about-section .about-content::before{
    position: absolute;
    width: 120%;
    height: 104%;
    content: '';
    background-color: #ebf0ed;
    left: 0px;
    z-index: -1;
}
.about-content h3 {
    margin-bottom: 15px;
    padding-top: 25px;
    line-height: .9;
    text-align: left;
    font-size: 32px;
}
/* .about-section .about-content .text h3 {
    font-size: 48px;
    font-weight: 500;
    text-transform: capitalize;
} */
.about-section .about-content p {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0px;
}
.text p:nth-child(1){
    margin-bottom: 30px;
}
/* .about-section .about-content .text img {
    max-width: 521px;
    float: right;
    margin-left: 51px;
} */
.about-section .about-content h4{
	font-size:28px;
	color:#222;
	margin:10px 0;
}

.about-section ul {
    list-style: none;
    padding-left: 0;
    padding-top: 30px;

}

.about-section ul li {
	margin-bottom:0px;
    line-height: 26px;
    font-size: 16px;
}

.about-section li span {    
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    padding-left: 25px;
    line-height: 52px;
    margin-left: 15px;
    
}
/* 
.ffj h4 {
    margin-bottom: 22px;
    font-size: 28px;
    font-weight: 600;
    padding-left: 40px;
}
.ffj{
    position: relative;
}
.ffj li span {    
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    padding-left: 25px;
    line-height: 52px;
    margin-left: 15px;
    
}
.ffj li:before {  
    position: absolute;
    content: '';
    z-index: 1;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    margin-top: 12px;
}
.fijj li:nth-child(1):before { 
background-image: url(../images/1.png);
top:60px;
}
.fijj li:nth-child(2):before {  
    background-image: url(../images/2.png);
}
.fijj li:nth-child(3):before {
    background-image: url(../images/3.png);
}
.fijj li:nth-child(4):before {  
    background-image: url(../images/4.png);
} */
.slick-dots li button:before{
    font-size: 12px;
}
.slick-dots {
    bottom: -50px;
}
.table-bordered td, .table-bordered th {
    border: 1px solid #163223;
}
.table{
    margin-bottom: 0;
    margin-left: 23px;
    width: 98%;
}
.table thead th{
    border-bottom: 1px solid #ebf0ed;
    font-size: 16px;
    font-weight: 600;
    color: #4d4c4d;
    line-height: 14px;
}
.table td{
    vertical-align: middle;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    color: #4d4c4d;
}
.bl{
    border-left: 0px !important;
}
.bt{
    border-top: 0px !important;
}
.br{
    border-right: 0px !important;
}
.bb{
    border-bottom: 0px !important;
}
.p-m-lr-5 {
    padding: 5px 5px !important;
}
.p-m-lr-10 {
    padding: 5px 10px !important;
}
.p-m-lr-15 {
    padding: 5px 15px !important;
}
.p-m-lr-25 {
    padding: 20px 25px !important;
}

.amenities{
    position: relative;
    padding: 97px 0 80px;
    /* background-image: url(../images/bg.svg); 
    background: linear-gradient(0deg, rgba(255,248,236,1) 0%, rgba(255,255,255,1) 49%);*/
}
.amenities h3 {
    margin-bottom: 30px;
}
.amenities h4 {
    font-size: 32px;
    color: #162429;
    margin-bottom: 16px;
}
.amenities ul{
    padding: 0;
    margin: 0;
}
.amenities ul li{
    list-style: none;
    opacity: 0.87;
    font-size: 14px;
    line-height: 24px;
    color: #000;
}
.amenities .container .row:nth-child(2) .col-md-12{
    /* padding-left: 0;
    padding-right: 0; */
}
.owl-carousel .item p {
    margin-bottom: 0;
    margin-top: 20px;
    text-align: center;
}
.owl-dots {
    margin: 47px auto 0;
    text-align: center;
}
.owl-carousel button.owl-dot {
    width: 10px;
    height: 10px;
    background-color: #d8d8d8;
    margin: 0px 6px;
    border-radius: 8px;
    outline: 0;
}
.owl-carousel button.owl-dot.active {
    background-color: #163223;
    outline: none;
}

.pl-m-10{
    padding-left: 10px !important;
}
.pl-m-15{
    padding-left: 15px !important;
}
.pl-m-35{
    padding-left: 35px !important;
}
.pt-m-25{
    padding-top: 25px !important;
}
.last-sec{
    padding-top: 60px;
    padding-bottom: 74px;
    background-color: rgb(255, 255, 255);
    border-bottom: 3px solid #0e4266;  
}
.last-sec h3 {
    text-align: left;
    margin-bottom: 29px;
}
.last-sec ul{
padding: 0;
}
.last-sec ul li{
    position: relative;
    list-style: none;
    padding-left: 25px;
    font-size: 16px;
    margin-bottom: 17px;
    line-height: 28px;
}
.last-sec ul li::before{
    bottom: 9px;
    left: 0;
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 10px;
    background-color:#000000;
}
.cu-p-bt{
    padding-top: 25px;
}
.floor-sec{
	position:relative;
	padding:60px 0;
    background-color: #f2f9fe;    
}

.floor-box{
	position:relative;
    text-align: left;
}

.floor-box img{
	width:100%;
}

.floor-box h4{
	color:#07a2ff;
	font-size:18px;
	font-weight:600;
	padding:15px 0;
	margin:0;
}

.floor-box ul{
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;    
}

.floor-box ul li{
	color:#999999;
	font-weight:400;
	font-size:14px;
	line-height:28px;
	margin:0;
    position: relative;
    display:inline-block;
    margin-right: 20px;
}

.floor-box ul li:last-child{
    margin-right: 0;
}

.floor-box ul li:after {
    content: '';
    position: absolute;
    background-color: #979797;
    width: 1px;
    height: 42px;
    right: -12px;
    top: 10px;
}

.floor-box ul li:last-child:after{
    content:none;
}

.floor-box ul li span{
	font-weight:600;
    font-size:18px;
    color:#07a2ff;
    display:block;
}

.floor-sec .owl-dots {
    margin: 15px auto;
    position: relative;
    text-align: center;
}

.floor-sec .owl-carousel button.owl-dot{
    position: relative;
    background-color: #d29751;
    width:20px;
    height: 3px;
    border-radius: 6px;
    margin: 0px 5px;
    opacity: 50%;
}

.floor-sec .owl-carousel button.owl-dot.active{
    opacity: 100%;
}

.floor-box a{
    position: relative;
    overflow: hidden;
    display: block;
}


.floor-box a:before {
    content: '\f00e';
    font: normal normal normal 30px/1 FontAwesome;
    position: absolute;
    top: 42%;
    color: #fff;
    z-index: 9;
    display: none;
    left:45%;
}

.floor-box a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 30%);
    top: 0;
    left: 0;
    display: none;
}

.floor-box a:hover:before, 
.floor-box a:hover:after{
    display:block;
}

.gallery .container-fluid .col-lg-3{
    padding-left: 13px;
    padding-right: 13px;
}
.gallery .col-lg-4 {
    padding: 0;
}
.gallery .container:nth-child(2) .row {
    padding-left: 15px;
    padding-right: 15px;
}
.gallery {
    position:relative;
    padding-top: 61px;
    padding-bottom: 121px;
    overflow: hidden;
    background-color: #ebf0ed;
} 
.gallery h3{
    margin-bottom: 40px;
}

.gallery .col-md-4{
	padding:0;
}
.gallery-box {
    position: relative;
	border-radius: 0;
    transition: all .3s ease;
	cursor: pointer;
}
.gallery-box:hover{
	transform: scale(1.15);
    z-index: 1;
    transition: all .3s ease;
    box-shadow: 0 10px 20px rgb(0 0 0 / 15%);
}
.gallery-box:hover:before{
	background-color:rgb(0 0 0 / 0%);	
}
.gallery img{
	width:100%;
}
/* .img-box {
    width: 100%;
    height: 100%;
    position: absolute;
    transition: .5s ease-in;
} */
.gallery-box::before {
    content: '';
    /* content: url(../images/btn.svg);
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 31%; */
    /* position: absolute;
    left: 4px;
    right: 0px;
    top: 3px;
    bottom: 0;
    width: 98%;
    height: 98%;
    background-color: rgb(0 0 0 / 29%);
    opacity: 1;
    transition: .5s ease-in; */
}
/* .gallery-box:hover::before {
    opacity: 0;
    transition: .5s ease-in;
} */
.fixed-enquire {
    position: fixed;
    bottom: 14em;
    transform: rotate(-90deg);
    background-color:#fef200;
    right: -69px;
	border-radius: 10px;
	z-index: 9;
}

.fixed-enquire .side-equire{
	color:rgb(0, 0, 0);
	letter-spacing: 0.27px;
	font-size:18px;
	padding: 10px 40px 20px;
	display: block;
	font-weight: 500;
	text-transform: uppercase;
}
.map-con {
    padding-right: 40px;
}
.map-con h4{
    font-size: 16px;
    font-weight: 600;
    line-height: 1.81;
    letter-spacing: 0.8px;
    color: #000;
    margin-bottom: 0;
}
.map-con p{
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    color: #000;
    font-family: ProximaNova;
}
.ht-box {
    /* display: inline-block;
    width: 48%;
    padding-left: 13%; */
}
.text-center.rn { 
    margin-top: 10px;
    margin-bottom: 10px;
}
footer{
	padding:20px 0;	
}

footer p{
	margin-bottom:0px;
	font-size:16px;
	font-weight:300;
	color:#333;
}
.form-sec .form-check{ padding-left:16px;}
.form-check{ padding-left:0px;}

/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 2.5em;
  cursor: pointer;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #0e4266;
    background: #fff;
    border-radius: 2px;
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: "";
  background-image: url("../images/tick.svg");
  background-position: 0% 0%;
  width:9px;
  height: 7px;	
  position: absolute;
  top: 0.40em;
  left: 0.33em;
  transition: all 0.2s;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: 1px solid #dfe2e6;
}
.form-box .otp-div p {
    color: #fff;
}
.popup-form-box .otp-div p {
    color: rgb(0, 0, 0);
}
/*-- pop up css --*/
@media (min-width: 992px){
.onloadpop .modal-lg {max-width: 600px;}
}

.modal-open .onloadpop .modal {   
    background-color: rgba(0, 0, 0, 0.58);
	
}

.onloadpop .modal-header{ 
	display: block;
	border-bottom: 0px;
}

.onloadpop .close {
    padding: 0;
    margin: 0;
    position: absolute;
    right: 10px;
    top: -35px;
    opacity: 1;
    z-index: 9;
	float: none;
}
.popup-form-box .resend-row {
margin-top: 10px;
margin-bottom: 10px;
}
.onloadpop .modal-dialog {
    margin: 0.75rem auto;
}

.onloadpop .modal-content {
    background-color: transparent;
    border: 0px;
    border-radius: 0;
    padding: 0px;
}

.onloadpop .modal-body {
    padding: 0rem 0rem;
   	background-color: #fff;
    border-radius: 0;
	margin-top: 2rem;
}

.onloadpop .modal-body [class*="col-"]{
	padding:0;
}

.onloadpop .modal-body .row{
	margin:0;
}

.onloadpop .modal-body .popup-form-box {
    padding: 17px 20px;
	position: relative;
}
.onloadpop .modal-body .popup-form-box .popbtn{
    height: 35px;
}
.onloadpop .modal-body h2 {
    font-size: 40px;   
    font-weight: 700;
	margin: 0px 0 0;
	color:#000;
	display: block;
	text-transform: uppercase;
}

.onloadpop .modal-body h2 span{
    display: block;
    font-size: 19px;
    font-weight: 600;
    text-transform: capitalize;
    color: #333;
}

.onloadpop .modal-body .form-group {
    margin-bottom: 0.55rem;
}
.onloadpop .modal-body .form-group:last-child{
    margin-bottom: 0;
}
.onloadpop .modal-body label {
    color: #666666;
    font-size: 13px;
	padding-left: 0px;
    margin-bottom: 0.1rem;
}

.onloadpop .modal-body .form-control{
	background-color:#fff;
	height: 35px;
	border-radius: 6px;
  	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.05);
  	border: solid 1px #dfe2e6;
	color:#141a3e;
	font-size:14px;
}

.onloadpop .form-group.form-check label {
    font-size: 12px;
    color: #0e4266;
	padding-left: 25px;
}

.onloadpop .form-group.form-check label + a {
    font-size: 12px;
    color: #0e4266;
}

.popbtn {
    background-color:#fef200;
    padding: 9px 50px;
    color: rgb(0, 0, 0);
    border-radius: 0px;
    border: 0px;
    text-transform: capitalize;
    font-size: 14px;
	border-radius: 6px;
    letter-spacing: 0.5px;
	width: 100%;
	height: 40px;
	text-transform: uppercase;
	font-weight: 600;
}

.popbtn:hover, .popbtn:focus {
    background-color:#000000;
	border-color: #000000;
	outline: none;
	color:#fff;
}

.onloadpop .modal-body .form-check-label{ font-size:14px;}

.onloadpop .modal-body label a{ color:#000;}

.onloadpop .modal-body .form-group label span {
	color: #f00;
	padding-left: 2px;
}

.onloadpop .form-control::-webkit-input-placeholder { /* Edge */
  color: #fff;
}

.onloadpop .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

.onloadpop .form-control::placeholder {
  color: #fff;
}

.onloadpop .form-group.countrycoderow select {
    display: inline-block;
    width: 48%;
}

.onloadpop .form-group.countrycoderow input {
    width: 50%;
    display: inline-block;
}

.form-group.countrycoderow label{display:block;}


#thankyou_message_popup_Form {
    text-align: center;
}

#thankyou_message_popup_Form .space {
    position: relative;
    margin-top: 3px;
}

#thankyou_message_popup_Form .space h2 {
    color: #141a3e;
    font-size: 50px;
    letter-spacing: 2.45px;
    line-height: 41.6px;
    margin-top: 0;
    text-transform: uppercase;
    padding: 20px 0;
	font-weight: 700;
}

#thankyou_message_popup_Form .space p {
    color: #404668;
	font-size:20px;
	line-height: 28px;
	letter-spacing: 1.31px;
	font-weight: 500;
}

#thankyou_message_top_Form {
    text-align: center;
    padding: 0em 0;
}

#thankyou_message_top_Form .space h2 {
    color: #ffffff;
    font-size: 50px;
    letter-spacing: 2.41px;
    line-height: 39px;
    margin-top: 0;
    text-transform: uppercase;
    padding: 10px 0;
	font-weight: 700;
}

#thankyou_message_top_Form .space p {
    color: #ffffff;
	font-size:26px;
	line-height: 45px;
	letter-spacing: 1.2px;
	font-weight: 500;
}

#thankyou_message_bottom_Form {
    text-align: center;
    padding: 0;
}

#thankyou_message_bottom_Form .space h2 {
    color: #605543;
    font-size: 30px;
    letter-spacing: 2.41px;
    line-height: 1.3;
    margin-top: 0;
    text-transform: uppercase;
    padding: 0px 0;
	font-weight: 700;
}

#thankyou_message_bottom_Form .space p {
    color: #fff;
	font-size:16px;
	line-height: 1.3;
	letter-spacing: 1.2px;
	font-weight: 500;
}


body.bodybox{position:relative; overflow: hidden;}
body.bodybox:before {
    background-color: rgba(0, 0, 0, 0.5);
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    transition: opacity 3s linear;    
}


div.minimal {
    overflow: hidden
}

div.minimal .pp_gallery li.default a,
div.minimal .pp_next,
div.minimal a.pp_previous {
    background: 0 0
}

div.minimal .pp_bottom,
div.minimal .pp_bottom .pp_left,
div.minimal .pp_bottom .pp_middle,
div.minimal .pp_bottom .pp_right,
div.minimal .pp_top,
div.minimal .pp_top .pp_left,
div.minimal .pp_top .pp_middle,
div.minimal .pp_top .pp_right {
    height: 13px;
    display: none
}

div.minimal .pp_content_container .pp_left {
    padding-left: 13px
}

div.minimal .pp_content_container .pp_right {
    padding-right: 13px
}

div.minimal .pp_content {
    background-color: #fff;
    margin-bottom: -36px
}

div.minimal .pp_next:hover::after,
div.minimal .pp_next:hover::before,
div.minimal .pp_previous:hover::after,
div.minimal .pp_previous:hover::before {
    content: " ";
    background: #000;
    width: 5px;
    height: 15px;
    display: block;
    position: absolute;
    top: 45%
}

div.minimal .pp_next:hover::after,
div.minimal .pp_next:hover::before {
    right: 15px
}

div.minimal .pp_previous:hover::after,
div.minimal .pp_previous:hover::before {
    left: 15px
}

div.minimal .pp_next:hover::after,
div.minimal .pp_previous:hover::after {
    margin-top: 8px
}

div.minimal a.pp_arrow_next,
div.minimal a.pp_arrow_previous {
    height: 20px;
    width: 20px;
    background-color: #000;
    opacity: .8
}

div.minimal a.pp_arrow_next::after,
div.minimal a.pp_arrow_next::before,
div.minimal a.pp_arrow_previous::after,
div.minimal a.pp_arrow_previous::before {
    content: " ";
    background: #fff;
    width: 2px;
    height: 6px;
    display: block;
    position: absolute;
    top: 12px
}

div.minimal a.pp_arrow_next::after,
div.minimal a.pp_arrow_next::before {
    right: 8px
}

div.minimal a.pp_arrow_previous::after,
div.minimal a.pp_arrow_previous::before {
    left: 8px
}

div.minimal a.pp_arrow_next::after,
div.minimal a.pp_arrow_previous::after {
    margin-top: 3px
}

div.minimal #pp_full_res .pp_inline {
    color: #000
}

div.minimal .pp_gallery ul li a {
    border: 1px solid #aaa
}

div.minimal .pp_gallery ul li a:hover,
div.minimal .pp_gallery ul li.selected a {
    border-color: #fff
}

div.minimal .pp_next:hover::after,
div.minimal .pp_previous:hover::before,
div.minimal a.pp_arrow_next::after,
div.minimal a.pp_arrow_previous::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

div.minimal .pp_next:hover::before,
div.minimal .pp_previous:hover::after,
div.minimal a.pp_arrow_next::before,
div.minimal a.pp_arrow_previous::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

div.minimal a.pp_arrow_next,
div.minimal a.pp_arrow_previous,
div.minimal a.pp_close {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

div.minimal a.pp_close {
    width: 20px;
    top: -35px;
    right: -26px;
    height: 20px;
    cursor: pointer;
    text-decoration: none;
    margin: 5px;
    z-index: 20000;    
}

div.minimal a.pp_close::after {
    /* font:normal normal normal 1.875rem/1 FontAwesome ;   */
    /* content: "\f00d"; */
    content: url(../images/close-button.svg);
    position: absolute;
    right: -9960px;
    color: rgb(255, 255, 255);
    text-shadow: 0px 1px 0px #000;
}

div.minimal a.pp_contract,
div.minimal a.pp_expand {
    height: 15px;
    bottom: 60px;
    right: 48px;
    top: auto;
    margin: 5px;
    text-shadow: 0 0 15px #000
}

div.minimal a.pp_contract::after,
div.minimal a.pp_expand::after {
    font-family: FontAwesome;
    position: absolute;
    font-size: 28px;
    color: #000;
    text-indent: initial;
    text-shadow: 0px 0px 0px #fff;
}

div.minimal a.pp_contract::before,
div.minimal a.pp_expand::before {
    left: 0;
    height: 0;
    border-color: transparent #333
}

div.minimal a.pp_contract::after,
div.minimal a.pp_expand::after {
    left: 5px;
    width: 8px;
    height: 8px;
    margin-top: -8px
}

div.minimal a.pp_expand::after {
    content: "\f065";
}

div.minimal a.pp_contract::after {
    content: "\f0b2";
}

div.minimal .pp_loaderIcon {
    width: 40px;
    height: 40px;
    background-color: #333;
    border-radius: 100% !important;
    -webkit-animation: sk-scaleout 1s infinite ease-in-out;
    animation: sk-scaleout 1s infinite ease-in-out
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

div.minimal .pp_description,
div.minimal .pp_nav,
div.minimal .pp_social {
    display: none !important
}

div.minimal .pp_details {
    position: absolute;
    top: 0;
    margin: 0
}

div.minimal .pp_arrow_next:hover,
div.minimal .pp_arrow_previous:hover,
div.minimal .pp_next:hover,
div.minimal .pp_previous:hover,
div.minimal a.pp_close:hover,
div.minimal a.pp_contract:hover,
div.minimal a.pp_expand:hover {
    opacity: .8
}

@media screen and (max-width:648px) {
    div.minimal {
        overflow :visible;
    }
    div.minimal a.pp_close::after {
        right: -10000px;
    }
    div.pp_pic_holder.minimal {
        width: 100% !important;
        left: 0 !important;
        /* overflow: hidden; */
    }
    div.minimal .pp_content,
    div.minimal .pp_fade,
    div.minimal .pp_hoverContainer {
        height: 100% !important;
        width: 100% !important
    }
    div.minimal .pp_content_container .pp_left {
        padding-left: 0 !important
    }
    div.minimal .pp_content_container .pp_right {
        padding-right: 0 !important
    }
    div.minimal .pp_bottom,
    div.minimal .pp_contract,
    div.minimal .pp_expand,
    div.minimal .pp_gallery,
    div.minimal .ppt,
    div.minimal.pp_top {
        display: none !important
    }
    div.minimal #pp_full_res img {
        width: 100% !important;
        height: auto !important;
        max-height: 100%
    }
    div.minimal .pp_details {
        width: 94% !important;
        padding-left: 3%;
        padding-right: 4%;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-top: -2px !important;
    }
    div.minimal a.pp_close {
        right: 0px !important;
        top: -38px !important;
    }
}

div.pp_pic_holder a:focus {
    outline: 0;
}

div.pp_overlay {
    background: #273241;
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9500;
}

div.pp_pic_holder {
    display: none;
    position: absolute;
    width: 100px;
    z-index: 10000;
}

.pp_top {
    height: 20px;
    position: relative;
}

* html .pp_top {
    padding: 0 20px;
}

.pp_top .pp_left {
    height: 20px;
    left: 0;
    position: absolute;
    width: 20px
}

.pp_top .pp_middle {
    height: 20px;
    left: 20px;
    position: absolute;
    right: 20px
}

* html .pp_top .pp_middle {
    left: 0;
    position: static;
}

.pp_top .pp_right {
    height: 20px;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}

.pp_content {
    height: 40px;
    min-width: 40px;
}

* html .pp_content {
    width: 40px;
}

.pp_fade {
    display: none;
}

.pp_content_container {
    position: relative;
    text-align: left;
    width: 100%;
}

.pp_content_container .pp_left {
    padding-left: 20px;
}

.pp_content_container .pp_right {
    padding-right: 20px;
}

.pp_content_container .pp_details {
    float: left;
    margin: 10px 0 2px 0;
}

.pp_description {
    display: none;
    margin: 0;
}

.pp_social {
    float: left;
    margin: 0;
}

.pp_social .facebook {
    float: left;
    margin-left: 5px;
    width: 55px;
    overflow: hidden;
}

.pp_social .twitter {
    float: left;
}

.pp_nav {
    clear: right;
    float: left;
    margin: 3px 10px 0 0
}

.pp_nav p {
    float: left;
    margin: 2px 4px;
    white-space: nowrap
}

.pp_nav .pp_pause,
.pp_nav .pp_play {
    float: left;
    margin-right: 4px;
    text-indent: -10000px
}

a.pp_arrow_next,
a.pp_arrow_previous {
    display: block;
    float: left;
    height: 15px;
    margin-top: 3px;
    overflow: hidden;
    text-indent: -10000px;
    width: 14px
}

.pp_hoverContainer {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2000
}

.pp_gallery {
    display: none;
    left: 50%;
    margin-top: -50px;
    position: absolute;
    z-index: 10000
}

.pp_gallery div {
    float: left;
    overflow: hidden;
    position: relative
}

.pp_gallery ul {
    float: left;
    height: 35px;
    margin: 0 0 0 5px;
    padding: 0;
    position: relative;
    white-space: nowrap
}

.pp_gallery ul a {
    border: 1px #000 solid;
    border: 1px rgba(0, 0, 0, .5) solid;
    display: block;
    float: left;
    height: 33px;
    overflow: hidden
}

.pp_gallery li.selected a,
.pp_gallery ul a:hover {
    border-color: #fff
}

.pp_gallery ul a img {
    border: 0
}

.pp_gallery li {
    display: block;
    float: left;
    margin: 0 5px 0 0;
    padding: 0
}

.pp_gallery li.default a {
    background: url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
    display: block;
    height: 33px;
    width: 50px
}

.pp_gallery li.default a img {
    display: none
}

.pp_gallery .pp_arrow_next,
.pp_gallery .pp_arrow_previous {
    margin-top: 7px !important
}

a.pp_next {
    background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
    display: block;
    float: right;
    height: 100%;
    text-indent: -10000px;
    width: 49%
}

a.pp_previous {
    background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
    display: block;
    float: left;
    height: 100%;
    text-indent: -10000px;
    width: 49%
}

a.pp_contract,
a.pp_expand {
    cursor: pointer;
    display: none;
    height: 20px;
    position: absolute;
    right: 30px;
    text-indent: -10000px;
    top: 10px;
    width: 20px;
    z-index: 20000
}

a.pp_close {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    line-height: 22px;
    text-indent: -10000px
}

.pp_bottom {
    height: 20px;
    position: relative
}

* html .pp_bottom {
    padding: 0 20px
}

.pp_bottom .pp_left {
    height: 20px;
    left: 0;
    position: absolute;
    width: 20px
}

.pp_bottom .pp_middle {
    height: 20px;
    left: 20px;
    position: absolute;
    right: 20px
}

* html .pp_bottom .pp_middle {
    left: 0;
    position: static
}

.pp_bottom .pp_right {
    height: 20px;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px
}

.pp_loaderIcon {
    display: block;
    height: 24px;
    left: 50%;
    margin: -12px 0 0 -12px;
    position: absolute;
    top: 50%;
    width: 24px
}

#pp_full_res {
    line-height: 1 !important
}

#pp_full_res .pp_inline {
    text-align: left
}

#pp_full_res .pp_inline p {
    margin: 0 0 15px 0
}

div.ppt {
    color: #fff;
    display: none;
    font-size: 17px;
    margin: 0 0 5px 15px;
    z-index: 9999
}





@media(min-width: 1501px) and (max-width: 1700px){
	.container{max-width: 1160px;}
	.banner-sec .carousel-item{max-height:650px; min-height: 650px;}
    .banner-sec .slideuppertext{
        top: 309px;
    }	
    .img-box::before {
        left: 8px;
        top: 8px;
    }
}

@media(min-width: 1701px) and (max-width: 2200px){
	.container{max-width: 1160px;}
	.banner-sec .carousel-item{max-height:700px; min-height: 700px;}	
    /* .form-box{top:-35em;} */
    .banner-sec .carousel-caption{bottom:32%;}
    .banner-sec .slideuppertext{
        top: 341px;
    }
    .img-box::before {
        left: 8px;
        top: 8px;
    }
}
@media (max-width: 4000px){
    .banner-sec .bannertext{
        top: 110px;
    }
    .r-img {
        position: absolute;
        top: 49px;
    }
}
@media (max-width: 1920px){
    .banner-sec .bannertext{
        top: 115px;
    }
    .r-img {
        top: 39px;
    }

}
@media (max-width: 1680px){
    .banner-sec .bannertext{
        /* top: 81px; */
    }
    /* .banner-sec img {
        width: 100%;
    }
    .banner-sec img {
        min-height: 375px;
    } */
}
@media(max-width: 1440px){
    .r-img {
        top: 44px;
    }
    .banner-sec .slide-box{
        margin-top: 12px;
    }
    .banner-sec .slide-box ul li{    line-height: 35px;}
    .banner-sec h3 span{    line-height: 49px;}
    .banner-sec h3{    line-height: 44px;}
}
@media(max-width: 1366px){
    /* .banner-sec img {
        min-height: 305px;
    } */
    .banner-sec .slide-box ul li {
        line-height: 30px;
    }
    .banner-sec .slide-box ul li:before{
        top: 13px;
    }
}
@media (max-width: 767px){
    .last-sec {
        padding-bottom: 10px;
    }
	.rn{
		margin-bottom: 50px;
		margin-top:10px;
	}
    .table {
        margin-left: 0px;
        width: 100%;
    }
    .table td {
        line-height: 15px;
    }
    .last-sec .row {
        padding-left: 0;
    }
    .about-section .text{
        width: inherit;
    padding-left: 0px;
    text-align: left;
        /* padding-left: 0px;
        padding-right: 0px; */
    }
    .about-section ul{
        position: relative;
        margin-bottom: 45px;
        padding-left: 0;
    }
    .amenities {
        padding: 0px 0 80px;
    }
    .amenities .row .col-lg-12 {
        padding: 0 0;
        padding-left: 15px;
    }
    .amenities .col-md-6.p-md-0.pl-m-15 {
        order: 2;
        margin: 20px 0px;
    }
    .pl-s-15 {
        padding-left: 15px !important;
    }
    .gallery .col-md-4 {
        padding-right: 0px;
        padding-left: 0px;
    }
    .last-sec h3 {
        text-align: center;
    }
    /* .about-section ul::before{
        position: absolute;
        content: '';
        width: 100%;
        border-bottom: 2px solid #c4a266;
        left: 0;
    } */
    .icon-box{
        width: 130px;
        display: inline-block;
    }
    .icon-box img{
        width: auto !important;
    }
    .about-section ul li {
        margin-top: 0px;
        margin-bottom: 15px;
        margin-right: 0;
        margin-left: 0;
    }
    .icon-box::after {
        content: "";
        position: absolute;
        bottom: -28.8675px;
        left: 0;
        width: 0;
        height: 0;
        border-left: 60px solid transparent;
        border-right: 70px solid transparent;
        border-top: 28.8675px solid rgb(255, 255, 255);
    }
    .gallery {
        padding-top: 50px;
        padding-bottom: 80px;
    }
    .map-con {
        width: auto;
        float: left;
        display: inline;
        padding-right: 0px;
    }
    .form-box h3{
        font-size: 24px;
        font-weight: 600;
        line-height: 1.13;
        letter-spacing: 1.09px;
        color: #ffffff;
        text-align: left;
        margin-bottom: 11px;
    }
        /* .mob-title span{
            font-size: 24px;
            font-weight: 600;
            line-height: 1.13;
            letter-spacing: 1.09px;
            color: #c4a266;
            display: block;
        } */

    .banner-sec .slide-box ul li:before {
        top: 12px;
    }
    .mob-title {
        padding: 0px 15px;
    }
    .form-box h3 span {
        font-size: 20px;
        font-weight: 400;
        display: block;
        letter-spacing: 0.91px;
    }
    .ban-con {
        padding-left: 0;
    }
    .banner-sec .bannertext {
        top: 18px;
        position: absolute;
        width: 100%;
    }
    .form-group.col-md-3.btn-mob {
        order: 2;
        margin-bottom: 3px;
    }
    .form-box .btn-firm{
        font-size: 17px;
    }
    .banner-sec h3{
        text-align: left;
        font-size: 25px;
        line-height: 31px;
        font-weight: 600;
    }
    .banner-sec p span {
        font-size: 18.9px;
    }
        .banner-sec p {
            font-size: 24px;
            font-weight: 600;
            line-height: 31px;
        }
    .popup-form-box .form-check {
        padding-left: 2px;
    }
    /* .form-box .row .form-group:nth-child(1) {
        padding-right:0px;
    }
    .form-box .row .form-group:nth-child(2) {
        padding-left:0px;
    } */
    .form-sec .mob-r{
        padding-right:5px;
    }
    .form-sec .mob-l{
        padding-left:5px;
    }
    .last-sec .col-lg-6:nth-child(1){
        order: 1;
    }
    .last-sec .col-lg-6:nth-child(2){
        order: 2;
    }
    .cu-p-bt{padding-top: 0px;}
    .ht-box {
        margin-top: 15px;
        margin-bottom: 15px;
    width: 100%;
    padding-left: 0;
    }
    .ht-box img{
        width: 100%;
    }

    .box1 {
        margin-right: 20px;
    }
    .slick-dots li{
        margin: 0 0px;
    }
    .slick-dots li button:before{
        font-size: 11px;
        color: #c4a266;
    }
    .slick-dots li.slick-active button:before {
        opacity: 1;
        color: #c48c24;
    }
    .slick-dots {
        bottom: -58px;
        z-index: 1;
    }
    .slick-slide img {
        display: block;
        width: 100%;
    }
    .about-content .text.mt-4 {
        display: inline-grid;
    }
    .about-section  h3.main-head {
        /* font-size: 30px;
        font-weight: bold;
        text-align: left; */
        text-transform: capitalize;
        font-size: 30px;
        margin-bottom: 30px;
    }
    .about-section  h3 span{
        text-align: center;
        font-size: 21px;
        font-weight: 600;
    }
    .about-section .about-content .text img {
        margin-left: 0px;
        margin-top: 25px !important;
        margin-bottom: 25px;
        order: 2;
    }
    .ffj h4 {
        font-size: 24px;
        font-weight: 600;
        text-align: center;
        padding-left: 0;
    }
    .ffj {
        margin-top: 30px;
    }
    .about-section li {
        position: relative;
        border-radius: 10px;
        text-align: left;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.25;
        color: #000;
        display: block;
    }
    .about-section li:before {
        position: absolute;
        content: '';
        border-radius: 10px;
        left: 0;
        top: -13px !important;
    }
    .about-section li span:before {
        display: none;
    }
    .about-section .about-content::before {
        position: absolute;
        width: 109%;
        height: 127%;
        content: '';
        background-color: #edf8ff;
        left: -12px;
        bottom: -17px;
    }
    .about-section li span {
        position: relative;
        border-radius: 10px;
        text-align: left;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.25;
        color: #000;
        display: block;
    }
	.only-mob{display: block !important;}
	.only-desk{display: none !important;}
	.banner-sec .carousel-caption {bottom:38%;color: #000; }
	.form-sec .container.only-mob{padding-left:15px; padding-right: 15px; }
	.menu-icon {display: inline-block!important;top: 0px;position: absolute;padding-right: 0;right: 0;margin-right: 0;}
	.only-mob.menu-icon img{width:20px;}	
	a.logo img{ width:auto;    max-width: 180px;}
	.header {position: relative;width: 100%;z-index: 99;padding: 10px 20px; }
	.darkHeader{position:absolute; z-index: 99; width: 100%; padding: 0px 20px; display:none;}
	.header a.logo {display: inline-block;width: 85%;position: relative;left: -15px;padding: 0px;border-radius: 0px;background-color: transparent;}
	/* .form-box {
        position: relative;right: auto;width: 100%;margin: -85px auto 0;top: auto;border-radius:8px; min-height: 175px; background-color:rgb(253, 253, 253); bottom:0; z-index: 9; } */
    .banner-sec img{ width: 100%;}
	.banner-sec .carousel-item{ 
        min-height:500px; max-height:500px; background-size: cover; background-position: 50% 0;
    }	
    .banner-sec .carousel-item.fi{background-image: url("../images/bg_banner.webp") !important;}
    /* .banner-sec .carousel-item.se{background-image: url("../images/hero-2.webp") !important;}
    .banner-sec .carousel-item.th{background-image: url("../images/hero-3.webp") !important;} */
    /* .banner-sec .carousel-item.fo{background-image: url("../images/banner4-mob.jpg") !important;} */
	.banner-sec .slideuppertext {position: absolute;width: 100%;z-index: 1;top: 75px;}
    .banner-sec .slide-box {max-width: 100%; padding: 4px 10px;}
    .banner-sec  .col-lg-4{order: 1;}
    .banner-sec  .col-lg-8{order: 2;}
    .banner-sec .slide-box:before { 
        width: 25%;
        top: 3px;
    }
	.banner-sec .slide-box h3{font-size:26px; text-align:left; margin-bottom:0px;}	
    .banner-sec .slide-box p{font-size:20px;line-height: 28px;}
	.banner-sec .slide-box ul li {
        font-size: 19px;
        line-height: 29px;
        color: #0e4266;
    }
    .banner-sec .carousel-indicators{bottom:85px;}
    .form-sec{padding:0px 15px; background: none;}
    .form-sec .container .col-md-12{
        padding: 0;
    }
	.form-box {position: relative;right: auto;padding:15px 20px;width: 100%;margin: -85px auto 0;top: auto;border-radius:2px; 
	 background:#163223; bottom:0; z-index: 9; box-shadow: 0 2px 4px 0 rgba(196, 162, 102, 0.29);}
     /* min-height: 340px; */
    .form-box .form-group.form-check label{font-size:12.6px; float: left;margin-left: 17px;}
    .form-box .form-group.form-check label + a {
        font-size: 12.6px;float: left;padding-left: 2px;
    }
    .banner-sec h3 span {
        font-size: 21px;
        font-weight: 600;
        line-height: 36px;
    }
	/* .form-box h3{font-size:22px; text-align: left; color:#fff; font-weight: 600; text-transform: capitalize;} 
	.form-box h3 span {display:block; font-size:20px; font-weight: 500;}
	.form-box .form-control{font-size:12px; height: 35px; box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.05); border:1px solid #dfe2e6;border-radius: 5px;}
	.form-box .form-control::-webkit-input-placeholder {color: #666;}
	.form-box .form-control:-ms-input-placeholder {color: #666;}
	.form-box .form-control::placeholder {color: #666;}
	.form-box label{display:none;}
	.form-group.col-md-12.half.fir, .form-group.col-md-12.half.sec{width:50%;}
	.form-group.form-check.col-md-12.text-center {text-align: left !important; padding-left:15px;}
	.form-box .form-group.form-check label{display:inline-block; font-size:13px; color:#999999;}
	.form-box .form-group.form-check label + a{font-size:13px; color:#999999;}
	.form-box h3{margin-bottom:10px;}
	.form-box .form-group:last-child {margin-bottom: 0;}
	.form-box .btn-firm{font-size:18px; padding: 5px 40px;}
	.form-sec{background-color:transparent; padding:0px 15px;}	
	.form-box .form-group{margin-bottom:1rem !important;}
	.form-group.col-md-3.btn-mob {position: absolute;bottom: 0px;width: 92%;}
	.form-box .form-group.col-md-12.countrycoderow select {width: 45%; float: left;}
	.form-group.col-md-12.countrycoderow input {width: 45%; float: right;}*/
	.fixed-enquire {right:auto; width:100%; bottom:0; transform: rotate(0); z-index: 9;text-align:center; border-radius: 10px 10px 0px 0px;}
	.fixed-enquire .side-equire{padding:10px 20px; font-size:18px;}
	/*.form-group.col-md-3.half.fir{padding-right:7px;}
	.form-group.col-md-3.half.sec{padding-left:7px;}*/
	.about-section {position: relative;padding: 60px 0px; background-position:100% 0%;}
    .about-section .col-lg-6:nth-child(2){order: 1;}
	.about-section .img-box{padding:0; margin: 0;}
	.about-section .img-box:before{content:none;}
	.about-section .about-content {padding:0px; text-align:center; margin-left:0px;}
	.about-section .about-content h2{font-size:28px; margin-bottom:0px;text-shadow:none;text-align:center;}
	h3.sub-head {text-align: center;}
	h3.sub-head:before {width: 50px;left: 15%;top: 60%;}
	h3.sub-head:after {width: 50px;right: 40px;top: 60%;content: '';position: absolute;background-color: #d8d8d8;height:1px;}
	.about-section .about-content p{text-align:left;margin-bottom: 15px;     font-size: 16px;
        line-height: 26px;}
	.about-section img{margin-bottom: 29px;margin-top: 0px;    width: 100%;}
	.about-section .img-box img {width: 100%;margin-top: 10px;}	
	.about-section .about-content h4{font-size:20px;}
	.about-box:before, .about-box:after{content:none;}
	.main-head{font-size:30px;text-align:center;font-weight: 600;}
	.ame-sec{padding:20px 0 40px;}
	.ame-box img {width: 100%;}
	.ame-box{min-height:auto;}	
	.floor-sec {padding: 60px 0px;}
	.floor-sec .nav-tabs {border-bottom: 0px solid #dee2e6;margin-bottom: 20px;}
	.floor-sec ul.nav.nav-tabs li {width: 44%;text-align: center;box-shadow: 0 0px 4px 0px rgb(189 189 189 / 50%);margin: 0 10px;}
	.floor-sec .nav-tabs .nav-link {border: 0px solid transparent;border-top-left-radius: 0;border-top-right-radius: 0;font-size: 12px;color: #000;
	padding: 8px 4px 6px;}
	.floor-sec ul.nav.nav-tabs .nav-link.active{background-color:#f3f3f3;}
	.floor-sec .nav-tabs .nav-link span{display:block; font-weight:600;}
	.floor-box h3{font-size:16px;}
	.floor-box p{font-size:14px;}	
	.floor-box img {width: 100%;}
    .about-section h3.main-head:after{margin:15px auto;}

    .last-sec ul li{
        text-align: left;
    }
    .last-sec ul li span{
        display: inline-block;
    } 
    .last-sec ul li::before {
        top: 9px;
        bottom: inherit;
    }   
    .amenities .dw ul {
        width: 50%;
        float: left;
    }
    .amenities ul li {
        font-size: 16px;
    }
    .amenities h4 {
        font-size: 24px;
        text-align:center;
    }
	footer{padding-bottom:4rem;}
	footer p{font-size:16px;}
	.onloadpop .modal-content{padding:0px 20px;border-radius: 5px;}
	.onloadpop .modal-body{border:5px; background-color: transparent;}
	.onloadpop .modal-body .popup-form-box{background-color:#ffffff; border-radius: 0px 0px 8px 8px;padding:27px 25px;}
	.left-img-popup img {width: 100%; border-radius: 8px 8px 0px 0px;}
	.onloadpop .modal-body .form-control::-webkit-input-placeholder {color: #666;}
	.onloadpop .modal-body .form-control:-ms-input-placeholder {color: #666;}
	.onloadpop .modal-body .form-control::placeholder {color:#666;}
	.onloadpop .form-group label{display:none;}
	.onloadpop .modal-body h2{font-size:30px; margin-top: 0px;}
	.onloadpop .modal-body h2 span{font-size:19px;}
	.onloadpop .close {position: absolute;right: 20px;top: -10px;}
	.onloadpop .form-group.form-check label{display:inline-block; font-size:11px;}
	.onloadpop .form-group.form-check label + a{font-size:11px;}
	div#mob_recaptcha{transform: scale(1) !important;-webkit-transform: scale(1) !important;transform-origin: 0 0;-webkit-transform-origin: 0 0;}
	div#web_recaptcha{transform: scale(1.1) !important;-webkit-transform: scale(1.1) !important;transform-origin: 0 0;-webkit-transform-origin: 0 0;}
	.left-img-popup {padding: 0em;}
	[type="checkbox"]:not(:checked) + label:after, [type="checkbox"]:checked + label:after{  top:0.35em; left: 0.35em;}
	.onloadpop .modal-body .form-control{font-size:12px; height: 35px;}
	.mobile-menu {background-color:#fef200;list-style: none;padding: 0;margin: 0;right:-285px;top:-15px;	position: absolute;width: 265px;
	box-shadow: 0px -1px 0px #000; transition: right 0.5s ease;    z-index: 700;}
	.mobile-menu.showmenu{right:-21px;transition: right 0.5s ease; top:-2px;    z-index: 700;}	
	.mobile-menu h4{box-shadow: 0 1px 1px 0 #ffffff; font-size:16px; font-weight: 600; padding: 25px 20px; color:#0e4266;    text-transform: uppercase;}
	.mobile-menu h4 img{padding-right:15px;}
	.mobile-menu li a{font-size:16px; font-weight: 600;color:#0e4266; padding: 20px 20px; display:inline-block;}
	.mobile-menu li a img{ padding-right:15px;}
	#thankyou_message_popup_Form .space{margin-top:10px;}
	#thankyou_message_popup_Form .space h2{font-size:32px;}
	#thankyou_message_popup_Form .space p{font-size:20px; line-height: 30px;}
	#thankyou_message_top_Form .space h2{font-size:32px; color:#fff102;}
	#thankyou_message_top_Form .space p{font-size:20px; line-height: 30px;color:#ffffff}
	#thankyou_message_top_Form {padding:1em 0;}
	div#thankyou_message_bottom_Form{padding:8em 0;}
	#thankyou_message_bottom_Form .space h2{font-size:40px;}
	#thankyou_message_bottom_Form .space p{font-size:24px; line-height: 1.6;}

}

@media(min-width: 320px) and (max-width: 378px){

    .banner-sec h3 {
        font-size: 25px;
       
    }
    .amenities ul li {
        font-size: 14px;
    }
    a.logo img {
        width: 150px;
    }

	.banner-sec .carousel-item{min-height:450px; max-height: 450px;}
	.only-mob.textafter p{font-size:12px;}

	.banner-sec .carousel-caption{bottom:35%;}	

	div#web_recaptcha{transform: scale(1) !important;-webkit-transform: scale(1) !important;transform-origin: 0 0;-webkit-transform-origin: 0 0;}
	[type="checkbox"]:not(:checked) + label:before, [type="checkbox"]:checked + label:before{
		width:16px; height: 16px;}
	.about-section .about-content{ }
	.about-section .about-content h2{font-size:26px;}
	.floor-box h3 {font-size: 15px;}
	.floor-box p {font-size: 13px;}
	.main-head {font-size: 30px;}
	.onloadpop .modal-body h2{font-size:20px;}
	.onloadpop .modal-body .popup-form-box{ padding:15px 20px;}
	.onloadpop .modal-body .form-group.text-right{display:none;}
	.onloadpop .modal-body .form-group:last-child{margin-bottom:0;}
	.form-box .form-group.col-md-12.countrycoderow select{width:45%;}
	div#mob_recaptcha{transform: scale(0.95) !important;-webkit-transform: scale(0.95) !important;transform-origin: 0 0;-webkit-transform-origin: 0 0;}
	.orga-box p {font-size: 14px;}	

    .menu-icon {
        display: inline-block!important;
        top: 0px;
    }
}

@media (min-width:320px) and (max-width: 360px){
    .banner-sec img {
        width: 100%;
        top: 34px;
        position: relative;
    }
    [type="checkbox"]:not(:checked) + label:after, [type="checkbox"]:checked + label:after {
        top: 0.45em;
        left: 0.35em;
    }
    .menu-icon {
        display: inline-block!important;
        top: -1px;
    }
	.col-lg-6.col-md-12.col-sm-12.mt-5 {margin-top: 1rem !important;}
	a.logo img {width: 140px;}
	.banner-sec .carousel-item{min-height:390px; max-height: 390px;}
	/* .banner-sec .slide-box:before {width: 90%;height: 210px;top: -14px;} */
	.banner-sec .slideuppertext{top:50px;}
	.banner-sec .slide-box h3 {font-size: 22px;line-height: 30px;}	
	.banner-sec .slide-box p{font-size:16px;line-height:22px;}
	.banner-sec .slide-box ul li {
        font-size: 17px;
        line-height: 25px;
    }
	.about-section .about-content h2{font-size:22px;}
	.only-mob.textafter p{padding:7px 0px 7px 4em;}
	.onloadpop .modal-body h2 span{font-size:14px;}
	.onloadpop .modal-body .popup-form-box{padding:15px;}
	.about-section .about-content p{font-size:16px;line-height:26px;}
	.main-head {font-size: 24px;}
    .amenities h4 {
        font-size: 22px;
    }
	.about-section .about-content h4 {font-size: 22px;}
	.form-sec .container {
        padding: 0;
    }
    .form-box {
        padding: 5px 10px;
    }
    .form-box .form-group.form-check label, .form-box .form-group.form-check label + a {
        font-size: 12px;
        margin-left: 0;
    }
	/* .floor-sec {padding: 0px 0px 40px;} */
	.floor-sec ul.nav.nav-tabs li{width:42%;}
	div#mob_recaptcha{transform: scale(0.82) !important;-webkit-transform: scale(0.78) !important;transform-origin: 0 0;-webkit-transform-origin: 0 0;}
	div#web_recaptcha{transform: scale(0.82) !important;-webkit-transform: scale(0.82) !important;transform-origin: 0 0;-webkit-transform-origin: 0 0;}
	.banner-sec .carousel-caption p {font-size: 13px;line-height: 18px;}

	.fixed-enquire .side-equire {font-size: 14px;}
	.about-section .about-content p {font-size: 14px;line-height: 22px;}
	.about-section p {font-size: 14px;line-height: 22px;}
	.about-section .about-content ul li {font-size: 14px;line-height: 26px;}
}
@media (max-width:320px){
    .form-sec .container .col-md-12 {
        padding-right: 15px;
        padding-left: 15px;
    }

    .main-head {
        font-size: 24px;
    }
    .about-section ul li {
        margin-right: 6px;
        margin-left: 6px;
    }
    .banner-sec .slide-box {
        max-width: 100%;
    }
    .banner-sec p {
        font-size: 21px;
    }
    .about-section h3.main-head {
        font-size: 24px;
    }
    .banner-sec h3 {
        font-size: 25px;
        line-height: 16px;
    }
    .banner-sec h3 span {
        font-size: 20px;
    }

}

