* {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Montserrat', sans-serif;
}

a:hover, a:focus, a:visited{text-decoration:none;}


.container {
    max-width: 1160px;
}

.only-mob{display: none !important;}

.header{
	position:absolute;
	width:100%;
	z-index: 1;
	background-color: transparent; 
}

.header a.logo {
    display: block;
    position: relative;
    top: 0px;
    padding: 16px 10px;
    background-color: #fff;
    text-align: center;
    margin: 0px 0px 0px 0px;
    border-radius: 0px 0px 12px 12px;
	box-shadow:0px 1px 2px 1px rgb(0 0 0 / 0.1);
	width:226px;
}

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

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

.darkHeader .header-inner{top:0;}

.header .navbar-dark .navbar-nav .nav-link {
    color: #fff;
    padding: 15px 30px;
	font-size:14px;
	text-transform: uppercase;
	font-weight: 500;
}

.darkHeader{
	position:fixed;
	background-color:transparent; 
	z-index: 9;
	width: 100%;	
}

.darkHeader a.logo{
	display: block;	
	top: 0px;
    padding: 10px 20px;
    background-color: #fff;
    text-align: center;
    margin: 0px 30px 0px 0px;
    border-radius: 0px 0px 20px 20px;
}

.darkHeader a.logo img{
	
}

.darkHeader .navbar-dark .navbar-nav .nav-link {
    color: #fff;
    padding: 18px 30px;
	font-size:14px;
	font-weight: 600;
	text-transform: uppercase;
}

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

.banner-sec{position:relative;}

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

.banner-sec .carousel-item .carousel-caption{
	left: 2%;
	right:2%;
	bottom:100px;
}

.banner-sec .carousel-item .carousel-caption h3{
	font-size:48px;
	line-height: 60px;
	color:#fff;
	font-weight: 700;
	margin-bottom: 20px;
	text-shadow: 0 2px 3px #0a3c7f;
	text-transform:uppercase;
}

.banner-sec .carousel-item .carousel-caption h3 span{
	font-size:40px;
	font-weight:600;
	text-transform:capitalize;
	display:block;
}

.banner-sec .carousel-item .carousel-caption p{
	color:#fff;
	font-size:34px;
	font-weight: 600;
	text-shadow: 0 2px 1px #0a3c7f;
	line-height:56px;
	margin-bottom:0px;
}

.banner-sec .carousel-item .carousel-caption p:before{
	content:'';
	position:relative;
	width:8px;
	height:8px;
	display:inline-block;
	margin-right:10px;
	background-color:#fff;
	border-radius:100%;
	top:-8px;
}


.form-sec{
	position:relative;
	background-color:#f3f5fb;
}

.form-box {      
    padding: 10px 40px 0px;
	position: relative;
	background-color:#175dfb;
	margin:0px 115px 0px;
	top:-40px;	
	box-shadow: 0 8px 36px 0 rgba(0, 0, 0, 0.12);
	border-radius:2px;
}

.form-sec.sticky-f {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 999;
    background-color: #175dfb;
}

.form-sec.sticky-f .form-box {
   top:0;
   box-shadow:none;
}

.form-box .col-md-12.text-left{padding-left:5px;}

.form-box  .form-group {
    margin-bottom: 0.5rem;
}

.form-box .form-group.col-md-3 {
    padding-left: 5px;
    padding-right: 5px;
}

.form-box  select.form-control:not([size]):not([multiple]){
	height:25px !important;
}

.form-box h3{ font-size:13px; font-weight:700; color: #fff; margin-bottom: 5px; text-transform: uppercase;}
.form-box label{ color:#666666; font-size:12px; padding-left: 7px;}
.form-box .form-control {
    background-color: #ffffff;
    height: 25px;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    box-shadow: none;
    border: 0px;
    border-radius: 2px;
    padding: 0px 12px 0px;
}
.form-box .btn-firm {
    width: 100%;
    border-radius: 4px;
    background-color: #fe9e00;
    color: #000;
    padding: 5px 40px;
    border: 0px;
    font-size: 14px;
    height: 30px;
    text-transform: uppercase;
    font-weight: 500;
	margin:5px 0;
}

.form-group.form-check label{font-size:13px; color:#fff; font-weight: 400;}
.form-group.form-check label + a{font-size:13px; color:#fff; font-weight: 400;}

.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 .checkwithimg {
    background-color: #fff;
    padding: 0px 0;
}

.form-box .checkwithimg label {
    top: -13px;
    left: 5px;
}

.form-box .form-group.form-check.col-md-3.text-center {
    padding-top: 8px;
}

.main-head{
	color:#011848;
	font-size:22px;
	margin-bottom: 0;
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
}

.all-sec{
	position:relative;
	background-color:#f3f5fb;
	padding-bottom:30px;
}

.all-sec img.all-img{
	display:inline-block;
	width:100%;
}

.all-sec h3.head{
	color:#011848;
	font-size:20px;
	line-height:24px;
	font-weight:600;
	text-transform:uppercase;
}

.all-sec h4.head2{
	font-size:18px;
	font-weight:500;
	color:#175dfb;
	line-height:30px;
}

.all-sec h4 span{
	color:#6d7278;
	font-size:16px;
	display:block;
}

.all-sec .navbar{
	padding:20px 0;
}

.all-sec .navbar-dark .navbar-nav .nav-link {
    color: #011848;
	font-size:14px;
	text-transform: uppercase;
	font-weight: 600;
	padding: 9px 45px;
	border-radius: 4px;
	border: solid 0.5px #b9b6b6;
	background-color: #ffffff;
	margin:0px 5px;
}

.all-sec .navbar-dark .navbar-nav .nav-item:first-child .nav-link{margin-left:0px;}

.all-sec .navbar li.nav-item.active .nav-link,
.all-sec .navbar-dark .navbar-nav .nav-link:hover{
	background-color:#f8f5f5;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.10);
}

.all-sec .overview-box, 
.all-sec .floor-box,
.all-sec .ame-box,
.all-sec .gallery-box {
	border-radius: 4px;
	border: solid 0.3px #b9b6b6;
	background-color: #ffffff;
	padding:20px;
	margin-bottom:20px;
}

.all-sec .overview-box h3, 
.all-sec .floor-box h3,
.all-sec .ame-box h3,
.all-sec .gallery-box h3{
	color:#175dfb;
	font-size:20px;
	line-height:25px;
}

.all-sec .overview-box ul, .all-sec .overview-box ul.second-list {
	list-style:none;
	padding:0;
	margin:10px 0 0;
}

.all-sec .overview-box ul{
	list-style:none;
	padding:0;
	margin:10px 0 0;
}

.all-sec .overview-box ul li{
	display:inline-block;
	padding-right:100px;
}

.all-sec .overview-box ul.second-list li{
	display:inline-block;
	padding-right:0px;
	font-size: 13px;
    width: 33%;
    vertical-align: top;
    line-height: 25px;
	position:relative;
	padding-left:15px;
}

.all-sec .overview-box ul.second-list li:before {
    content: '';
    position: relative;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #000000;
    display: inline-block;
    left: -10px;
    top: -3px;
}

.all-sec .overview-box ul li h4{
	color:#000;
	font-size:16px;
	line-height:25px;
	font-weight:700;
}

.all-sec .overview-box ul li h4 span{
	display:block;
	color:#6d7278;
	font-weight:400;
}

.all-sec .overview-box h4{
	color:#000000;
	line-height:25px;
	font-size:20px;
	font-weight:500;
	padding-top:20px;
}

.all-sec .overview-box h5 {
    color: #000000;
    line-height: 24px;
    font-size: 16px;
    font-weight: 500;
    padding-top: 0px;
}

.all-sec .floor-box table{
	width:45%;
}

.all-sec .floor-box table tr{
	background-color:#f7f7f7;	
}

.all-sec .floor-box table tr th{
	font-size:16px;
	font-weight:700;
	color:#011848;
	padding:10px 15px;
	border-bottom:10px solid #fff;
}

.all-sec .floor-box table tr td{
	font-size:16px;
	color:#000;
	font-weight:400;
	padding:10px 15px;
	border-bottom:10px solid #fff;
}

.all-sec .floor-box table tr td:last-child {
    padding-right: 0px;
}

.all-sec .floor-box table tr td a{
	background-color:#fe9e00;
	color:#000;
	font-size:13px;
	font-weight:600;
	text-transform:uppercase;
	padding:6px;
	border-radius:4px;
}

.all-sec .floor-box .nav-tabs {
    border-bottom: 0px solid #dee2e6;
    margin: 15px 0px 30px;
}

.all-sec .overview-box p{
	font-size:14px;
	line-height:22px;
	color:#000;
	font-weight:400;
}

.all-sec .floor-box .nav-tabs li a {
    border-radius: 4px;   
    border: solid 0.5px #b9b6b6;
    background-color: #fff;
    padding: 6px 10px;
    text-align: center;
    line-height: 20px;
    margin-right: 5px;
	display:block;
	font-size:15px;
	color:#b5b6b7;
}

.all-sec .floor-box .nav-tabs li a.active{
	 background-color: #f8f5f5;
	 box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.16);
	 color: #011848;
	font-weight:700;
	border:solid 0.3px #011848;
}

.all-sec .ame-box ul{
	padding-left:15px;
	margin:0px;
	list-style:none;
}

.all-sec .ame-box ul li {
    font-size: 14px;
    color: #000;
    line-height: 26px;
    display: inline-block;
    width: 33%;
    position: relative;
    padding-left: 10px;
    vertical-align: top;
}

.all-sec .ame-box ul li:before {
    content: '';
    position: relative;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #000000;
    display: inline-block;
    left: -10px;
    top: -3px;
}

.all-sec .owl-nav {
    position: absolute;
    top: -35px;
    right: 0px;
}

.all-sec .owl-carousel .owl-nav button.owl-next, 
.all-sec .owl-carousel .owl-nav button.owl-prev{
	opacity: 0.15;
    border-radius: 4px;
    padding: 2px 10px !important;
    color: #fff;
    background-color: #1a1a1a;
    margin: 0px 2px;
}

.all-sec .owl-carousel .owl-nav button.owl-next:hover, 
.all-sec .owl-carousel .owl-nav button.owl-prev:hover{
	background-color:#000;
	opacity:1;
}

.all-sec .gallery-box .owl-carousel .item p {
    background-color: #ffffff94;
    position: absolute;
    bottom: -16px;
    padding: 5px 0;
    width: 100%;
    color: #000;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
}

.more-sec{
	background-color:#f7f7f7;
	position:relative;
	padding:60px 0;
}

.more-sec .owl-nav {
    position: absolute;
    top: -35px;
    right: 0px;
}

.more-sec .owl-carousel .owl-nav button.owl-next, 
.more-sec .owl-carousel .owl-nav button.owl-prev{
	opacity: 0.15;
    border-radius: 4px;
    padding: 2px 10px !important;
    color: #fff;
    background-color: #1a1a1a;
    margin: 0px 2px;
}

.more-sec .owl-carousel .owl-nav button.owl-next:hover, 
.more-sec .owl-carousel .owl-nav button.owl-prev:hover{
	background-color:#000;
	opacity:1;
}

.more-sec .pro-box{
	position:relative;
}

.more-sec .pro-text {
    background-color: #fff;
    padding: 15px 25px;
}

.more-sec .pro-text h3, 
.more-sec .pro-text h3 a{
	color:#175dfb;
	font-size:16px;
	font-weight:600;
}

.more-sec .pro-text h4{
	color:#000;
	font-size:14px;
	font-weight:400;
}

.more-sec .pro-text p{
	font-size:12px;
	color:#000;
	line-height:22px;
	margin-bottom:10px;
}

.more-sec .pro-text p span{
	display:block;
	color:#9b9b9b;
}

.ekko-lightbox-nav-overlay a{opacity:1 !important;}

.ekko-lightbox .modal-footer {
    text-align: left !important;
    width: 100%;
    justify-content: left;
    position: absolute;
    z-index: 9999;
    bottom: 0;
    padding: 5px 0px 20px;
    background-color: rgb(255 255 255 / 50%);
    font-weight: 600;
    padding-left: 30px;
}

.follow-sec{
	position:relative;
	padding:60px 0;
}

ul.follow-box {
    list-style: none;
    padding: 10px 15px;
    border-radius: 4px;
    border: solid 0.5px #dedede;
    background-color: #ffffff;
}

ul.follow-box li {
   display:inline-block;
   vertical-align:middle;
   width:48%;
}

ul.follow-box li i.fa {
    font-size: 35px;
    color: #69ace0;
    padding-right: 6px;
    top: 0px;
    position: relative;
}

ul.follow-box li a{
	color:#999999;
	font-size:20px;
	font-weight:600;
}

ul.follow-box li a span{
	position:relative;
	top:-3px;
}

ul.follow-box li:last-child {
    color: #e21b22;
    font-size: 14px;
    text-align: right;
    font-weight: 600;
}

ul.follow-box li i.fa-facebook-square{
	color:#39579a;
}

.fixed-enquire {
    position: fixed;
    bottom: 14em;
    transform: rotate(-90deg);
    background-color: #689f3d;
    right: -100px;
	border-radius: 6px;
	z-index: 9;
}

.fixed-enquire .side-equire{
	color:#fff;
	letter-spacing: 0.27px;
	font-size:18px;
	padding: 15px 30px 20px;
	display: block;
	font-weight: 500;
	text-transform: uppercase;
}

.fixed-tap {
    position: fixed;
    bottom: 24em;
    transform: rotate(0deg);
    right: -25px;	
	z-index: 9;
}

.fixed-tap .side-tap{	
	padding: 15px 30px 20px;
	display: block;	
}

footer{
	position:relative;
	padding: 20px 0 8rem;
	background-color:#011848;
}

footer p{
	font-size:15px;
	color: #fff;
	font-weight: 400;
	margin-bottom:0px;
	font-weight:400;
}

footer p span{
	font-weight: 500;
}
.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: 1.95em;
  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 #dfe2e6;
    background: #fff;
    border-radius: 0;
}
/* 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;
}

/*-- pop up css --*/
@media (min-width: 992px){
.onloadpop .modal-lg {max-width: 729px;}
.video-box .modal-dialog {max-width: 729px; margin: 5em auto;}
}

.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;
}

.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: 25px 36px;
	position: relative;
}

.onloadpop .modal-body h2 {
    font-size: 26px;   
    font-weight: 700;
	margin: 15px 0 0;
	color:#000;
	display: block;
	text-transform: uppercase;
}

.onloadpop .modal-body h2 span{
	display: block;
	font-size:24px;
	font-weight: normal;
	text-transform: capitalize;
	color:#333;
	line-height: 1.3;
}

.onloadpop .modal-body .form-group {
    margin-bottom: 1rem;
}

.onloadpop .modal-body label {
    color: #666666;
    font-size: 12px;
	padding-left: 7px;
}

.onloadpop .modal-body .form-control{
	background-color:#fff;
	height: 40px;
	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: 14px;
    color: #999999;
	padding-left: 25px;
}

.onloadpop .form-group.form-check label + a {
    font-size: 14px;
    color: #999999;
}

.popbtn {
    background-color: #fe9e00;
    padding: 9px 50px;
    color: #000;
    border: 0px;
    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:  #fe9e00;
	border-color: #fe9e00;
	outline: none;
}

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

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

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

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

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

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

.otp-div .btn-firm {
    margin: 0px;
}


#thankyou_message_popup_Form {
    text-align: center;
}

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

#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:29px;
	line-height: 48px;
	letter-spacing: 1.31px;
	font-weight: 500;
}

#thankyou_message_popup_Form .space a {
    color: #fff;
    background-color: #000;
    border-radius: 6px;
    margin: 0px auto 10px;
    display: inline-block;
    padding: 10px 20px;
    text-transform: uppercase;
}

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

#thankyou_message_top_Form .space h2 {
    color: #fff;
    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: #fff;
	font-size:26px;
	line-height: 45px;
	letter-spacing: 1.2px;
	font-weight: 500;
}

#thankyou_message_top_Form .space a {
    color: #fff;
    background-color: #000;
    border-radius: 6px;
    margin: 0px auto 10px;
    display: inline-block;
    padding: 10px 20px;
    text-transform: uppercase;
}


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;    
}



@media(min-width: 1400px) and (max-width: 1500px){
	.banner-sec .carousel-item{max-height:580px; min-height: 580px; background-size: cover;}
}

@media(min-width: 1501px) and (max-width: 2200px){
	.container{max-width: 1400px;}
	.banner-sec .carousel-item{max-height:700px; min-height: 700px; background-size: cover;}
}

@media (max-width: 767px){
	body{overflow-x:hidden;}
	.only-mob{display: block !important;}
	.only-desk{display: none !important;}	
	.menu-icon {position: absolute; padding-right: 14px; left:0px; top:22px;}
	.only-mob.menu-icon img{width:22px;}
	.header {position: absolute; width: 100%; z-index: 9; padding: 0px; background-color:transparent;}	
	.header a.logo{display:block; text-align: center; position: absolute; top:0px; left:15px;padding:16px 10px;margin: 0px;width:165px;} 
	 a.side-logo {position: absolute;right: 15px;}
	 a.side-logo img {width: 100px;}
	.form-box {position:relative; padding:15px 30px 0px;width: 100%;margin: 0px auto; border-radius:4px; background-color:#175dfb; top:-35px; bottom: 0; left:0; z-index: 5;}	
	.banner-sec .carousel-item{background-image: url("../images/banner-mob1.png") !important; min-height:450px; max-height:450px; background-size: cover; background-position: 0% 100%;}
	.form-box h3{font-size:18px; text-align: center; color:#fff; font-weight: 700; text-transform: uppercase;}
	.form-box h3 span {display: block; font-size:20px; font-weight: 500;}
	.form-box .form-control{font-size:12px; height: 30px; box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.05); border:1px solid #dfe2e6;border-radius: 2px;}
	.form-box select.form-control:not([size]):not([multiple]) {height: 30px !important;}
	.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-sec.sticky-f .form-box .col-md-3.half{width:50%;}
	.form-sec.sticky-f .form-box .form-group {margin-bottom: 0.5rem !important;}
	.form-group.form-check.col-md-9.text-right{text-align:left !important;}
	.form-group.form-check.col-md-12.text-center {text-align: center!important;}
	.form-box .form-group.form-check label{display:inline-block; font-size:12px; color:#fff;}
	.form-box .form-group.form-check label + a{font-size:11px; color:#000;}
	.form-group.form-check.col-md-2.text-center {width: 33.33%;}
	.form-box h3{margin-bottom:10px;}
	.form-box .form-group:last-child {margin-bottom: 0;}
	.form-box .btn-firm{font-size:14px;}
	.form-check {padding-left: 8px;padding-right: 2px;}
	.main-head{font-size:16px; text-transform: uppercase; position:relative; font-weight:600;}
	.all-sec .navbar-nav {display: block !important;}
	.all-sec .navbar-nav li {display: inline-block; margin-bottom:10px;}	
	.all-sec .navbar-dark .navbar-nav .nav-link {font-size: 12px;padding: 5px 9px;background-color: #ffffff;margin: 0px 1px;}
	.all-sec .floor-box table{width:100%;}
	.all-sec .floor-box table tr th{font-size:13px;}
	.all-sec .floor-box table tr td{font-size:13px;}
	.all-sec .ame-box ul li{width:100%;}
	.all-sec .floor-box .nav-tabs li a{margin-bottom:10px; margin-right:10px;}
	.all-sec .overview-box ul li{padding-right:10px;}
	.all-sec .col-md-2 {width: 35%;}
	.all-sec .col-md-10 {width: 65%;}
	.all-sec h3.head {font-size: 16px;line-height: 1;}
	.all-sec h4.head2 {font-size: 14px;line-height: 22px;}
	.all-sec h4.head2 span {font-size: 14px;}
	.all-sec .overview-box ul.second-list li{width:100%;}	
	.more-sec {padding: 0 0px 30px;}
	.form-box .form-group{margin-bottom:1rem !important;}
	.form-box .checkwithimg{padding:5px 0;}
	.form-box .checkwithimg img {width: 75px;}
	.form-box .form-group.form-check.col-md-3.text-center{padding-top:0px;}
	.more-sec{padding:0px 0 30px;}
	.follow-sec{padding:30px 0px 10px;}
	.fixed-enquire {right:0; width:80px; bottom:auto; z-index: 9; text-align:center; border-radius: 10px; top:10em;}
	.fixed-enquire img{width:50px; margin: 0 auto;}
	.fixed-enquire .side-equire{padding:10px 0px; font-size:12px;}	
	footer{ padding: 15px 0 15rem; margin-top: 0;}
	footer p{font-size:13px; color:#fff; }	
	footer p.mt-2{margin-top:20px !important;}	
	footer p br {display: none;}
	.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:#fff; border-radius: 0px 0px 8px 8px;}
	.left-img-popup img {width: 100%; border-radius: 8px 8px 0px 0px;}
	.onloadpop .form-control::-webkit-input-placeholder {color: #999999;}
	.onloadpop .form-control:-ms-input-placeholder {color: #999999;}
	.onloadpop .form-control::placeholder {color:#999999;}
	.onloadpop .form-group label{display:none;}
	.onloadpop .modal-body h2{font-size:24px; margin-top: 0px;text-align:center;}
	.onloadpop .modal-body h2 span{font-size:18px;}
	.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;}
	[type="checkbox"]:not(:checked) + label:after, [type="checkbox"]:checked + label:after{  top:0.45em; left: 0.35em;}
	.onloadpop .modal-body .form-control{font-size:12px; height: 35px;}
	.mobile-menu {background-color:#0f6330;list-style: none;padding: 0;margin: 0;left:-285px;top:0px;	position: absolute;    width: 265px;box-shadow: 0px -1px 0px #000;
	height: 100%;	min-height: 800px;transition: left 0.5s ease;z-index: 9;		}
	.mobile-menu.showmenu{left:-21px;transition: left 0.5s ease;top:0px;z-index: 9;}	
	.mobile-menu h4{box-shadow: 0 1px 1px 0 #e2e2e2; font-size:16px; font-weight: 600; padding: 19px 20px; color:#fff; background-color: #0f6330;}
	.mobile-menu h4 img{padding-right:15px;}
	.mobile-menu li a{font-size:16px; font-weight: 500;color:#fff; 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:24px; color:#fff; margin-bottom: 0px;}
	#thankyou_message_top_Form .space p{font-size:16px; line-height: 30px;color:#fff;}
	#thankyou_message_top_Form {padding:2em 0;}	
}

@media(min-width: 320px) and (max-width: 378px){	
	 .banner-sec .carousel-item{min-height:450px; max-height:450px;}
	.form-box h3{font-size:16px;}
	.form-box h3 span{font-size:18px;}
	.banner-sec .carousel-caption{top:60px;}
	.onloadpop .modal-body h2 span{font-size:16px; font-weight:600;}
	.form-box .form-group.form-check label{font-size:10px;}
	.form-box .form-group.form-check label + a{font-size:10px;}
	[type="checkbox"]:not(:checked) + label:before, [type="checkbox"]:checked + label:before{width:16px; height: 16px;}
	.all-sec .floor-box table tr td a{font-size:10px;}
	.more-sec .pro-text{padding:15px 20px;}
	.more-sec .pro-text h3, .more-sec .pro-text h3 a{font-size:15px;}
	.onloadpop .modal-body h2{font-size:20px;}
	.onloadpop .modal-body .popup-form-box{ padding:15px 36px;}
	.onloadpop .modal-body .form-group.text-right{display:none;}
	.onloadpop .modal-body .form-group:last-child{margin-bottom:0;}
	.pricing-sec table tbody tr td p span{font-size:12px; padding-bottom:10px;}
	.pricing-sec table.mob-table tr td{font-size:14px;}
	.all-sec .navbar-dark .navbar-nav .nav-link {font-size: 10px;padding: 5px 9px;background-color: #ffffff;margin: 0px 1px;}
}

@media (min-width:320px) and (max-width: 360px){
	.banner-sec .carousel-item{min-height:395px; max-height:395px;}
	.header a.logo{border-radius:0px 0px 10px 10px;}
	.all-sec h3.head{font-size:14px;}
	.all-sec h4.head2{font-size:12px; line-height:20px;}
	.all-sec h4 span{font-size:12px;}
	.menu-icon{top:16px;}
	.only-mob.menu-icon img{width:18px;}
	.main-head{font-size:20px;}			
	.form-box h3 {font-size: 16px;}
	.form-box h3 span {font-size: 14px;}
	.onloadpop .modal-body h2 span{font-size:16px;}
	.onloadpop .modal-body .popup-form-box{padding:15px;}
	.all-sec .navbar-nav li{margin-bottom:10px;}
	.all-sec .floor-box table tr td:last-child {padding: 10px 0px;}
	.all-sec .floor-box table tr td {padding: 10px 5px; width:33.33%;}
	ul.follow-box li a{font-size:15px;}
	.all-sec .overview-box ul li h4{font-size:14px; line-height:22px;}
	.all-sec .overview-box h4{padding-top:10px;}
	.all-sec .overview-box, .all-sec .floor-box, .all-sec .ame-box, .all-sec .gallery-box{padding:20px 10px;}
}

