@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,500,500i,600,600i,700,700i,800&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap');

h1, h2, h3, h4, h5, h6
{
	font-family: 'Playfair Display', serif;

}

body {
  padding: 0;
  margin:0;
  outline:0;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
}
.heading-bor
{
	width: 100px;
	height: 3px;
	background:#87c1ff;
	margin: 20px auto; 
}
.heading-sec
{
	text-align: center;
	padding: 10px 0;
	margin-bottom: 30px;
}
.heading-sec h2
{
font-size: 2.5rem
}

header
{
	position: relative;
	z-index: 99;
	width: 100%;
	padding: 0px 0 0;
    border: 0;
    border-radius: 0;
    top: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;

}

header .menu-top-pt
{
/*border-bottom: 1px solid rgba(255, 255, 255, 0.4);*/
 
}

.menu-sub
{
	/*background:#3cb371;*/
	background: #87c1ff;
	position: relative;
}
.menu-sub:before
{
	content: '';
    height: 100%;
    width: 70%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #000;
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 40px) 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, calc(100% - 40px) 100%, 0% 100%);




}
.menu-sec .top-menu ul
{
padding: 0;
margin:0;
list-style-type: none;
}
.menu-sec .top-menu ul li:last-child
{
	border-right:0;
}
.menu-sec .top-menu ul li
{
display: inline-block;
color: #fff;
border-right:1px solid rgba(255, 255, 255, 0.6);
font-size: 14px;
font-weight: 500;
padding: 10px 10px;
}
.menu-sec .top-menu ul li i
{
	color:#87c1ff;
	margin-right: 5px;
	font-size: 13px;
	font-weight: 300;
}
.social-top
{
	text-align: right;
}
.social-top ul
{
	padding: 0;
	margin:0;
	list-style-type: none;
}
.social-top ul li:first-child
{
	
}
.social-top ul li
{
	display: inline-block;
	padding: 10px 10px;
	font-size: 13px;
	color: #010178;

}

.social-top ul li a i
{
	color:#fff;
	font-size: 14px;
}

header .navbar
{
padding:0;	
	
}
.navbar-dark .navbar-brand
{
padding: 7px 0;
}
header .nav-bar-sec
{
position: relative;
}
header .nav-bar-sec:before
{
	position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 30%;
    content: "";
    background-color: #eaf4ff;
    -webkit-clip-path: polygon(0 0, calc(100% - 50px) 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, calc(100% - 50px) 0%, 100% 100%, 0% 100%);
}

.navbar-dark .navbar-nav .nav-link
{
 font-size: 15px;
 font-weight: 400;
text-transform: uppercase;
padding-bottom:0px;	
position: relative;
}




.fixed-header {
	position: fixed;
    top: 0px;
    left: 0;
    margin-top: 0em;
    width: 100%;
/*    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.10), 0 2px 3px 0 rgba(0, 0, 0, 0.10);*/
    z-index: 99;
    background: #fff;
    height: auto;
    transition: all 0.5s ease-in-out;
}

.navbar-brand img
{
    width: 100%;
    padding: 0px 0 0;
}

.fixed-header .navbar-brand img
{
	width: 100px;
}

.slider-section
{
	position: relative;
}
.slider-section:before
{
	position: absolute;
	content: "";
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	background: rgba(0, 0, 0, 0.20);
	
}

.calendar-sec1 {
    position: absolute;
    z-index: 9;
    width: 100%;
    padding: 10px 0;
    left: 50%;
    top: 65%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    
}
.calendar-sec1 .silder-con-pt
{
padding: 15px;
}
.calendar-sec1 .silder-con-pt h1
{
	color: #fff;
	font-size: 50px;
	font-weight: bold;
	margin:0 0 10px 0;
	padding: 0;
}
.calendar-sec1 .silder-con-pt h3
{
	color: #fff;
	font-size: 24px;
	line-height: 30px;
	margin:0px 0 10px;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 1px;
}

.calendar-sec1 form
{
	background: rgba(0,0,0,.8);
	padding: 15px;
	margin: 20px 0 0
}
.calendar-sec1 form .form-group
{
	margin-bottom: 0rem;
}
.calendar-sec1 form .form-group
{
border: 1px solid #87c1ff;	
position: relative;
}
.calendar-sec1 form .form-group input
{
border: 0;
border-radius: 0;
background: rgba(0,0,0,.8);
color: rgba(255, 255, 255, 0.6901960784313725);
font-size: 13px;
min-height: 38px;
position: relative;
}
.calendar-sec1 form .form-group .fa-calendar
{
	color: rgba(255, 255, 255, 0.6901960784313725);
	position: absolute;
	top:10px;
	right: 10px;
	font-size: 13px;
}


.calendar-sec1 form .form-group select
{
border: 0;
border-radius: 0;
font-size: 13px;
background: rgba(0,0,0,.8);
color: rgba(255, 255, 255, 0.6901960784313725);
min-height: 38px;
position: relative;
}

.calendar-sec1 form .form-group button
{
border: 0;
border-radius: 0;
width: 100%;
font-size: 13px;
background: #87c1ff;
min-height: 38px;	
}

.calendar-sec1 form .form-group input::-webkit-input-placeholder { /* Edge */
  color: rgba(255, 255, 255, 0.6901960784313725);
}

.calendar-sec1 form .form-group input::-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(255, 255, 255, 0.6901960784313725);
}

.calendar-sec1 form .form-group input::placeholder {
  color: rgba(255, 255, 255, 0.6901960784313725);
}




.service-sec
{
	padding: 50px 0;
	position: relative;
}
.service-inner
{
	position: relative;
	overflow:hidden;
}
.service-inner-pt
{
	position: relative;
	overflow:hidden;
	border-radius: 15px;
}
.service-inner-pt img
{
width: 100%;
height: 250px;
object-fit: cover;
overflow:hidden; 
display:block;
border-radius: 15px;
position:relative;
-webkit-transition:all .4s linear;
transition:all .4s linear;
}

.service-inner .service-inner-pt:hover img {
-ms-transform:scale(1.2);
-webkit-transform:scale(1.2);
transform:scale(1.2);
}

.service-inner-txt
{
position: absolute;
bottom: -125px;
text-align: center;
width: 100%;
transition: bottom 0.5s ease-in-out

}
.service-inner-txt h3
{
color: #fff;
background: rgba(0, 0, 0, 0.6509803921568628);
padding: 10px;
margin-bottom: 50px;
}
.service-inner-txt .linkp
{
	border:1px solid #fff;
	background: transparent;
	padding: 10px 15px;
	color: #fff;
	border-radius: 5px;
	font-weight: 300;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 30px;
	display: inline-block;
}
.service-inner-txt .linkp:hover
{
	background: #87c1ff;
}

.service-inner:hover .service-inner-txt
{
	bottom: 0;
}


.quality
{
 
	background: url(../images/quality.jpg) no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 50px 0;
}


.quality-in
{
	border:1px solid rgba(255, 255, 255, 0.3411764705882353);
	padding:20px;
	margin-bottom: 25px;
	min-height: 370px; 
	background: rgba(0, 0, 0, 0.50);

}
.quality-img
{
	text-align: center;
	display: block;
	width: 80px;
	height: 80px;
	background: rgba(0, 0, 0, 0.43);
	line-height: 80px;
	border-radius: 80px;
	margin:0 auto;
	border: 1px solid rgba(255, 255, 255, 0.3411764705882353);
}
.quality-img img
{
	text-align: center;
	width: 50px;
	height: 50px;
}
.quality-con
{
	margin:10px 0;
	text-align: center;
	padding:10px; 
}
.quality-con h3
{
color: #fff;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    border-bottom: 2px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 15px;

}
.quality-con p
{
	color:#d6d6d6;
	line-height: 27px;
}

.quality-in:hover
{
	background: rgba(0, 0, 110, 0.50);
}

.poperty-sec
{
	padding: 50px 0;
	position: relative;
	
}

.heading-sec h2
{
text-transform: uppercase;

}

.prop-inner
{
	
	position: relative;
	background: #fbfbfb;
}
.prop-icon-h
{
position: absolute;
    top: 10px;
    left: 20px;
    color: #fff;
    z-index: 99;
    display: inline-flex;
    /* width: 28%; */
    background: #87c1ff;
    padding: 5px;
    border-radius: 5px;
    font-size: 13px;
}
.prop-icon-h img
{
	width: 24px !important;
	height: 24px;
	margin-right: 7px;
}
.prop-icon-h span
{
position: relative;
top:3px;
}

.prop-img
{
	position: relative;
	overflow:hidden; 
}

.prop-img img
{
	width: 100%;
	height: 250px;
	object-fit: cover;
	overflow:hidden; 
display:block;
position:relative;
-webkit-transition:all .4s linear;
transition:all .4s linear;
}




.prop-inner .prop-img:hover img {
-ms-transform:scale(1.2);
-webkit-transform:scale(1.2);
transform:scale(1.2);
}




.prop-img h4
{
	position: absolute;
	bottom:0;
	background: rgba(0, 0, 0, 0.6509803921568628);
	width: 100%;
	padding: 10px;
	margin:0;
	font-size: 18px;
	color: #fff;
	text-align: center;
}
.prop-img .overlay-prop
{
	background: rgba(0, 0, 0, 0.6509803921568628);
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left: 0;
	text-align: center;
	transition: all 0.5 ease-in-out;
	opacity: 0;
}
.prop-img .overlay-prop .btn-link
{
	border: 1px solid #fff;
    background: transparent;
    padding: 10px 15px;
    color: #fff;
    border-radius: 5px;
    font-weight: 300;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 30px;
    display: inline-block;
    position: relative;
    top:80px;
    text-align: center;
}
.prop-img .overlay-prop .btn-link a{color: #fff;}
.prop-img:hover .overlay-prop
{
	opacity: 1;
}


.prop-con
{
	text-align: center;
	background: #fbfbfb;

}
.prop-con ul
{
	list-style-type: none;
	padding: 0;
	margin:10px 0 30px;
}
.prop-con ul li
{
display: inline-block;
border: 1px solid #eee;
padding: 5px;
width: 31%;
text-align: left;
font-size: 14px;
}
.prop-con ul li span
{
float: right;
position: relative;
top:3px;

}
.prop-con ul li img
{
	width: 24px !important;
	height: 24px;
	display: inline !important;
	text-align: left;
}

.prop-con h6
{
	margin-bottom: 10px;
	position: relative;
}
.prop-con .loc-bor
{
background: #87c1ff;
width: 50px;
height: 1px;
margin: 0 auto 20px;
}


.prop-con h6 i
{
	color: #87c1ff;
}
.prop-con p
{
	line-height: 23px;
	padding: 0 10px;
	margin-bottom: 20px; 
}
.prop-con a
{
	background: #87c1ff;
	padding: 14px 40px;
    color: #fff;
    border-radius: 0px;
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 30px;
    display: inline-block;
}
.prop-con a:hover
{
background: #000;
}

.owl-nav
{
	position: relative;
	text-align: center;
	margin-top: 20px;
}
.owl-nav .owl-prev
{
display: inline-block;	
background: #87c1ff;
color: #fff;
border-radius: 5px;
padding: 10px 20px;
margin: 10px 5px;
	border: 1px solid #fff;

}
.owl-nav .owl-prev:hover
{
	background:#121273;
}
.owl-nav .owl-next
{
display: inline-block;	
background:#87c1ff;
	color: #fff;
	border-radius: 5px;
padding: 10px 20px;
	margin: 10px 5px;
border: 1px solid #fff;


}
.owl-nav .owl-next:hover
{
	background:#121273;
}
.luxury-sec{background:#eee; padding: 0px;}

.img-lux img{
width: 100%;
object-fit: cover;
min-height:648px;
object-position: left; 
}
.lux-con{padding: 50px; background: #f3aa27;}
.lux-con h3{font-size: 1.3rem; color: #fff}
.lux-con p{color: #fff;}
.luxury-sec .pad-left{padding-left: 0;}
.luxury-sec .pad-right{padding-right: 0;}

.whysec{
	padding: 50px 0 0;
}
.why-sec-in{
	border:1px solid #eee;
	padding: 20px;
	text-align: center;
	min-height: 290px;
}
.why-ic{margin-bottom: 15px}
.why-sec-in p{font-size: 15px;}
.why-sec-in h5{font-size: 1.1rem; color: #010178; margin-bottom: 10px;}
.whysec.lux-part{padding-bottom: 50px;}
.whysec.lux-part .why-sec-in
{
	min-height: 356px;
	border-radius: 5px;
	padding: 30px;
}
.whysec.lux-part .why-sec-in h5{font-size: 1.3rem;}
.whysec.lux-part .why-sec-in p{
	font-size: 14px;
}
.review-sec
{
	padding: 50px 0 50px; 
	background: #f7f7f7;
}
.rev-heading
{
	color: #fff;
	padding-top: 130px;
	position: relative;
}
.rev-heading:after
{
	content:"";
	background: #fff;
	height: 150px;
	width: 1px;
	position:absolute;
	top:100px;
	right: 0;  

}
.rev-heading h2
{
	line-height: 40px;
}
.review-inner
{
	background:#fff; 
}
.review-inner .rev-pic img
{
	width: 100%;
	height: 130px;
	object-fit: cover;
}
.rev-con-pt
{
    margin: 0 auto;
    display: inline-block;
    position: relative;
    padding: 20px;
    text-align: center;
}
.rev-con-pic img
{
width: 100px !important;
    height: 100px;
    background: #87c1ff;
    margin: 0px auto 0;
    border-radius: 100px;
}
.rev-con-pt h6
{
	color: #333;
	margin: 10px 0;
}
.rev-con-pt h5
{
	margin: 10px 0 15px;
}
.rev-bor
{
	background: #87c1ff;
    width: 50px;
    height: 1px;
    margin: 0 auto 10px;
}
.rev-con-pt a
{
	color: #87c1ff;
}

.subscribe-style-one{
	position:relative;
	padding:45px 0px 50px;
	background-color:#87c1ff;
}

.subscribe-style-one h2{
	position:relative;
	color:#ffffff;
	font-size:30px;
	font-weight:700;
	text-transform:uppercase;
}

.subscribe-style-one .text{
	position:relative;
	font-size:18px;
	color:#ffffff;
}

.subscribe-style-one form{
	position:relative;
	margin-top: 10px;
}

.subscribe-style-one .form-group{
    position: relative;
    display: block;
    margin-bottom: 0px;
	z-index:1;
}

.subscribe-style-one .form-group input[type="text"],
.subscribe-style-one .form-group input[type="tel"],
.subscribe-style-one .form-group input[type="email"],
.subscribe-style-one .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 12px 16px;
    height: 60px;
    font-size: 16px;
    background: #ffffff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.subscribe-style-one .form-group input[type="submit"],
.subscribe-style-one .form-group button {
	position: absolute;
	top: 0;
	right: 0;
	width:65px;
	height:60px;
	color:#ffffff;
	font-size:24px;
	text-align:center;
	background-color:#2b2b2b;
}
.area-sec
{
padding:50px 0;
position: relative;

}
.heading-sec
{
	padding: 10px 0;
	text-align: center;
}
.heading-sec h2
{
	font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #000;
    letter-spacing: 1px;
}

.area-inner
{
	position: relative;
	margin-bottom: 30px;

}

.area-inner .area-img img
{
	
width: 100%;
    object-fit: cover;
    height: 300px;
    border-radius: 10px;
   }


.area-inner .area-img
{
position: relative;overflow: hidden;
}
.area-inner .overlay
{
	background:rgba(0, 0, 0, 0.5215686274509804);
	position: absolute;
	top:0;
	left: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	overflow:hidden; 
	text-align: center;
	transition: all 0.5s ease;
	z-index: 9;
}
.area-inner .overlay p{
	color: #fff;
	line-height: 1.8;
	position: relative;
	margin-top: 90px;
	padding: 0 15px;
}
.area-inner .overlay a
{
	position: relative;
	padding: 0.7rem 1.9rem;
	border-radius: 0px;
	display: inline-block;
	border:0;
	background: #87c1ff;
	margin-top: 30px;
	color: #fff;
	font-size: 14px;
	border-radius: 5px;
	text-decoration: none;
	transition: all 0.5s ease;
}
.area-inner .overlay a:hover{
	background: #121273;
	
}

.area-inner:hover .overlay
{
	opacity: 1;
}

.area-inner .area-con
{
	position: absolute;
	top:50%;
	width: 100%;
	text-align: center;
	margin: auto;
	transition: all 0.5s ease;

}
.area-inner .area-con h3
{
	padding: 30px 10px;
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 24px; 
	background: rgba(0, 0, 0, 0.5215686274509804);
	transition: all 0.5s ease    
}
.area-inner:hover .area-con
{
	opacity: 0;
}



footer
{
padding: 80px 0 0;	
position: relative;
background: #333;
}



.footer-top-area{
	margin-top: -150px;
    margin-bottom: 50px;
}
.footer-top-ar{
	background: #d99043;
    padding: 30px;
    border-radius: 10px;
}
.footer-top-ar h2{
	color: #fff;

}
.footer-top-ar p{
	color: #fff;
	margin-bottom: 0;
}
.footer-top-area a{
	background: #fff;
	border: 1px solid #fff;
	padding: 20px 35px;
	text-align: center;
	color: #000;
	display: inline-block;
	position: relative;
	top: 5px;
	font-weight: 600;
}

footer .footer-logo img
{
	width: 100%;
	padding: 30px 0 0 0;
}
.footer-owner img{background:#fff; padding:5px; border-radius:5px; }
.footer-owner p{font-size: 15px; line-height: 1.8; margin-top: 15px;}
.footer-owner h3, footer .quick-link h3, footer .social-link h3, footer .get-touch h3
{
    font-size: 24px;
    padding: 10px 0;
    margin: 0;
    position: relative;
    color:#fff;
}
.footer-owner p{color:#fff;}
footer .quick-link ul, footer .social-link ul, footer .get-touch ul
{
list-style-type:none;
padding: 0;
margin:0;
}
footer .quick-link ul li, footer .social-link ul li, footer .get-touch ul li
{
display: block;
padding:3px 0;
}
footer .quick-link ul li a
{
color:#fff;
font-size: 15px;
	
}
footer .quick-link ul li a:hover
{
color:#87c1ff;
	
}
footer .social-link ul li
{
	display:inline-block;
	
}

footer .social-link ul li a i
{
	background:#fff;
	height: 40px;
	width:40px;
	line-height: 40px;
	text-align: center;
	color: #01cffe;
	transition: all 0.3s ease;
	border-radius: 50px;
}
footer .social-link ul li a i:hover
{
	background: #01cffe;
  color: #fff;
}
footer .get-touch ul li
{
    color: #fff;
    position: relative;
    padding-left: 50px;
    margin-bottom: 20px;
    font-size: 15px;
	
}
footer .get-touch ul li i
{
margin-right: 5px;	
background:#fff;
	height: 40px;
	width:40px;
	line-height: 40px;
	text-align: center;
	color: #01cffe;
	transition: all 0.3s ease;
	border-radius: 50px;
	position: absolute;
	left: 0;
	top:0;
}
footer .footer-bottom
{
	background: #1b1b1b;
	padding: 20px 0;
	margin: 50px 0 0;
}
footer .footer-bottom .footer-con p
{
font-size:13px;
color:#9a9a99;
margin: 0;
	padding: 0;	
	text-align: center;
}



.get-touch p
{
	font-size: 13px;
	color: #fff;
	margin-bottom: 13px;
}
.get-touch form .form-group
{
	margin-bottom: 8px;
}

.get-touch form input
{
background: #fff;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    border: 1px solid #ccc;
    width: 100%;
    padding: 10px;
}
.get-touch form button
{
	width: 100%;
	border-radius: 5px;
	border:0;
	background: #006963;
}
.get-touch form button:hover
{
	background: #01cffe;
}
footer .footer-bottom
{
	background:#87c1ff;
	padding: 20px 0;
	margin: 0px 0 0;
}
footer .footer-bottom .footer-con p
{
font-size:13px;
color:#fff; 
margin: 0;
padding: 0;	
}
.wea{margin-top: 30px;}

footer .footer-bottom .go-logo 
{
	text-align: right;
}
footer .footer-bottom .go-logo p
{
	display: inline-block;
    margin: 0;
    color: #fff;
    font-size: 13px;
    margin-right: 10px;
}
footer .footer-bottom .go-logo img
{
	width:100px;
}


.bread-sec
{
background: #87c1ff;
padding: 30px 0 30px;
}
.bread-sec-part
{

}
.bread-sec-part h1
{
  text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    padding: 0;
    margin:0 0 10px;
    line-height: 30px;
    font-size: 30px;
}
.bread-sec-part ul
{
  margin:0;
  padding: 0;
  list-style-type: none; 
  position: relative;
}
.bread-sec-part ul li
{
  display: inline-block;
  position: relative;
  margin:0 7px 0 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size:13px; 
color: #fff;
}
.bread-sec-part ul li a
{
	color: #fff;
}
.bread-sec-part ul li:after
{
content: "/";
    left: 5px;
    top: 0;
    position: relative;
    color: #3f9cc1;
    font-size: 15px;
color: #fff;
}
.bread-sec-part ul li:last-child:after
{
  display: none;
}

.about-sec{
	padding: 50px 0 50px;
}
.ab-sec-con img{width: 50%; border-radius: 10px; float: left; margin-right: 20px; margin-bottom: 10px;}
.about-sec p{ font-size: 15px;}
.mission-sec{padding: 50px 0 50px; background: #f5f5f5;}
.mission-sec .mission-con{padding-top: 0px;}
.mission-con h2{ margin-bottom: 15px;}
.mission-img img{width: 100%; border-radius: 10px;}
.best-rate
{
    padding: 10px 0 50px;
}
.best-img-s img
{
width: 100%;
}
.best-inner
{
    background: #fff;
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 20px;
    text-align: center;
    margin-top: 50px;
}
.best-inner .best-img
{
    text-align: center;
    margin-bottom: 20px;
}
.best-inner .best-img img
{
    width: 50px;
    height: 50px;
}
.best-con h6
{
    font-size: 18px;
    font-weight: 600;
    margin:0 0 10px;
}
.best-con p
{
    font-size: 14px;
    color: #7d7d7d;
}
.covid-sec
{
    padding: 50px 0 50px;
}
.covid-sec h3
{
    font-weight: 600;
    margin-bottom: 20px;
}
.covid-in
{
    padding: 20px;
    background: #fff;
    margin-bottom: 20px;
    /*box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;*/
    border: 1px solid #eee;
    min-height: 210px;
    border-radius: 20px;
    text-align: center;
}
.covid-in h5
{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 10px;
}
.covid-in p
{
 font-size: 14px;
    color: #7d7d7d;   
}

.prop-list-vaca
{
    padding-bottom: 0;
}
.property-details-page
{
  padding: 50px 0;
}
.property-heading-sec h2
{
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 25px;
}
.property-gallery
{
  background: #fff;
  padding: 30px;
  margin: 0 0 20px;
  border-radius: 20px;
  border: 1px solid #ddd;
}

.prop-icon
{
  background: #fff;
  border-radius: 10px;
}
.prop-icon .prop-icon-inner
{
  background: #fff;
  padding: 0px 0;
  border-radius: 10px;

}

.prop-icon .prop-icon-inner ul
{
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.prop-icon .prop-icon-inner ul li
{
    font-size: 17px;
    width: 33.3333%;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
    margin: 10px;
    font-weight: 500;
    text-align: center;  
}
.prop-icon .prop-icon-inner ul li span
{
  vertical-align: middle;
  font-size: 14px;
  
}
.prop-icon .prop-icon-inner ul li span strong{display: block;}
.prop-icon .prop-icon-inner ul li i{
    display:block;
    font-style:normal;
}


.prop-icon .prop-icon-inner ul li img
{
    width: 50px;
    height: 50px;
    margin: 0 auto;
    display: block;
}
.prop-heading-p
{
  padding: 15px 0 0;
}

.prop-heading-p h2
{
font-size: 20px;
    font-weight: 500;
    text-align: left;
    margin: 0 0 15px;
    color: #000;
    letter-spacing: 1px;
    padding: 0 0 0 0px;
}
.prop-heading-p i
{
  background-color:#87c1ff;
  height: 30px;
  width: 30px;
  line-height: 30px;
  color:#fff;
  text-align: center;
  border-radius: 50px;
  margin-right: 10px; 
}
.prop-heading-p p
{
  font-size: 15px;
  font-weight: 400;
}
.prop-heading-p ul
{
  list-style-type: none;
  padding: 0;
  margin:0;
}
.prop-heading-p ul li
{
  display: inline-block;
  font-weight: 600;
}


.prop-desc
{
  padding:30px;
  background: #fff;
  margin:0px 0 30px;
border-radius: 10px;
border: 1px solid #87c1ff;

}
.prop-desc h3
{border-bottom: 1px solid #87c1ff;
    font-size: 26px;
    margin: 0 0 10px;
    color: #000;
    font-weight: 500;
    padding: 10px 0px 10px;
    
}

.prop-desc h4
{font-size: 18px;
    margin: 20px 0 10px;
    color: #000;
}

.prop-desc p
{
  font-size: 15px;
  line-height: 1.5;
  margin: 0 0 5px;
  text-align: justify;
}

.rate-sec
{
  padding: 30px;
    background: #fff;
    margin: 0px 0 15px;
    border-radius: 10px;
    border: 1px solid #87c1ff;
}
.rate-sec h3
{
border-bottom: 1px solid #87c1ff;
    font-size: 26px;
    margin: 0 0 10px;
    color: #000;
    font-weight: 500;
    padding: 10px 0px 10px;
    
}
.responsive-table {
  width: 100%;
  margin-bottom: 1em;
  margin-top: 1em;
  font-family: 'Source Sans Pro', sans-serif;
}
.responsive-table thead {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

@media (min-width: 44em) {
.responsive-table thead {
  position: relative;
  clip: auto;
  height: auto;
  width: auto;
  overflow: auto;
}
}
.responsive-table thead th {
  background-color: rgb(70, 79, 86);
  border: 1px solid rgb(70, 79, 86);
  font-weight: normal;
  text-align: center;
  color: #fff;
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
}
.responsive-table thead th:first-of-type {
  text-align: left;
}
.responsive-table tbody, .responsive-table tr, .responsive-table th, .responsive-table td {
  display: block;
  padding: 0;
  text-align: left;
  white-space: normal;
}

@media (min-width: 44em) {
.responsive-table tr {
  display: table-row;
}
}
.responsive-table th, .responsive-table td {
  padding: .5em;
  vertical-align: middle;
}

@media (min-width: 30em) {
.responsive-table th, .responsive-table td {
  padding: .75em .5em;
}
}

@media (min-width: 44em) {
.responsive-table th, .responsive-table td {
  display: table-cell;
  padding: .5em;
}
}

@media (min-width: 62em) {
.responsive-table th, .responsive-table td {
  padding: .75em .5em;
}
}

@media (min-width: 75em) {
.responsive-table th, .responsive-table td {
  padding: .75em;
}
}
.responsive-table caption {
  margin-bottom: 1em;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
}

@media (min-width: 44em) {
.responsive-table caption {
  font-size: 1.5em;
}
}
.responsive-table tfoot {
  font-size: .8em;
  font-style: italic;
}

@media (min-width: 62em) {
.responsive-table tfoot {
  font-size: .9em;
}
}

@media (min-width: 44em) {
.responsive-table tbody {
  display: table-row-group;
}
}
.responsive-table tbody tr {
  margin-bottom: 1em;
  border: 2px solid rgb(70, 79, 86);
}

@media (min-width: 44em) {
.responsive-table tbody tr {
  display: table-row;
  border-width: 1px;
}
}
.responsive-table tbody tr:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 44em) {
.responsive-table tbody tr:nth-of-type(even) {
  background-color: rgba(94, 93, 82, 0.1);
}
}
.responsive-table tbody th[scope="row"] {
  background-color: #fff;
  color: #000;
}

@media (min-width: 44em) {
.responsive-table tbody th[scope="row"] {
  background-color: transparent;
    color: #4e4e4e;
    text-align: left;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    line-height: 30px;
}
}
.responsive-table tbody td {
  text-align: right;
  color: #333;
  font-weight: 300;
}

@media (min-width: 30em) {
.responsive-table tbody td {
  border: 1px solid rgb(70, 79, 86);
  color: #000;
  font-weight: 600;
}
}

@media (min-width: 44em) {
.responsive-table tbody td {
  text-align: center;
  color: #333;
  font-weight: 600;
  font-size: 14px;
}
}
.responsive-table tbody td[data-type=currency] {
  text-align: right;
}
.responsive-table tbody td[data-title]:before {
  content: attr(data-title);
  float: left;
  font-size: 1em;
  color: #333;
  font-weight: 600;
}

@media (min-width: 30em) {
.responsive-table tbody td[data-title]:before {
  font-size: .9em;
}
}

@media (min-width: 44em) {
.responsive-table tbody td[data-title]:before {
  content: none;
}
}
.ratesAdditional {
  margin: 30px 0px 0px;
}
.ratesAdditional h3 {
 font-size: 16px;
    color: #717171;
    padding-bottom: 5px;
    text-transform: uppercase;
    margin: 0 0 15px;
    padding: 0 0 10px;
    font-weight: 600;
    border-bottom: 1px solid #fa9b00;
}
.ratesAdditional ul {
  padding: 0px;
  margin: 0px 0 15px;
}
.ratesAdditional p {
  color: #212529;
  font-weight: 500;
  padding: 0;
  margin: 0 0 10px;
  line-height: 25px;
  font-size: 20px;

}
.ratesAdditional ul li {
  padding: 0px 0px;
  list-style: none;
}
.ratesAdditional ul li:last-child {
  border-bottom: none;
}
.ratesAdditional strong {
  width: 300px;
  display: inline-block;
  font-size: 18px;
  color: #87c1ff;;
  padding: 3px;
  font-weight: 500;
}
.ratesAdditional span {
  display: inline-block;
  color: #000;
  font-weight: 500;
  padding: 5px;
  font-size:18px;

}
.ownerInfo1 h2 {
  font-size: 16px;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  text-transform: uppercase;
  margin:0 0 10px;

}
.ownerInfo1 strong {
  padding: 10px 20px;
  border: 1px solid #fff;
  line-height: 20px;
  color: #242424;
  font-size: 14px;
  font-weight: 400;
  display: block;
}
.ownerInfo1 p {
  color: #fff;
  font-weight: 600;
  padding: 0;
  margin: 0 0 10px;
  line-height: 25px;
}
.amenities-sec
{
 padding: 30px;
    background: #fff;
    margin: 0px 0 15px;
    border-radius: 10px; 
  border: 1px solid #87c1ff;  
 
}

.amenities-sec h3
{
 border-bottom: 1px solid #87c1ff;
    font-size: 26px;
    margin: 0 0 30px;
    color: #000;
    font-weight: 500;
    padding: 10px 0px 10px;
}
.amenities-inner h4
{
  background: #eee;
  padding: 20px 10px;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 15px;
}
.amenities-inner h6{background: #87c1ff;
    padding: 10px;
    color: #fff;
    margin: 10px 0 15px;}

.amenities-inner i
{
  color:#87c1ff;;
  margin-right: 5px;
}
.amenities-inner ul
{
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.amenities-inner ul li
{
    width: 33.3333%;
    vertical-align: top;
    font-size: 15px;
    /* border-bottom: 1px solid #ccc; */
    padding-bottom: 10px;
    /* min-width: 190px; */
    margin-right: 0px;
    position: relative;
    padding-left: 20px;
    position: relative;
}
.amenities-inner ul li:before{
position: absolute;
font: normal normal normal 14px/1 FontAwesome;
top:2px;
left: 0;
content: "\f00c";
color:#000;
}

.calendar-prop
{
padding: 30px;
    background: #fff;
    margin: 0 0 15px;
    position: sticky;
    top: 0;
    border: 1px solid #87c1ff;
    border-radius: 20px;
}

 .map-sec
{
padding: 30px;
    background: #fff;
    margin: 0px 0 15px;
    border-radius: 20px;
    border: 1px solid #87c1ff;
}
}

.calendar-prop h3, .map-sec h3
{
border-bottom: 1px solid #87c1ff;
    font-size: 26px;
    margin: 0 0 10px;
    color: #000;
    font-weight: 500;
    padding: 10px 0px 10px;
    
}
.calendar-prop img
{
  width: 100%;
}
.map-sec iframe
{
  border:0;
  width: 100%;
  height: 300px;
}
.reviews-page
{
  padding: 30px;
    background: #fff;
    margin: 0px 0 15px;
    border-radius: 10px;
    border: 1px solid #87c1ff;
}
.reviews-page h3
{
border-bottom: 1px solid #87c1ff;
    font-size: 26px;
    margin: 0 0 10px;
    color: #000;
    font-weight: 500;
    padding: 10px 0px 10px;
    
}
.reviews-page h3 span
{
float: right;
}
.reviews-page h3 span a
{
  background: #87c1ff;;
    color: #fff;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 14px;
    margin: 0 0 10px;
    display: inline-block;
}
.review-page-inner
{
  margin: 0 0 10px;
border-bottom: 1px solid #eee;
}
.review-page-inner .review-img-box img
{
  width: 100px;
  height:100px;
  border-radius: 50px;
  object-fit: cover;
  background: #87c1ff;
}
.review-page-inner .review-img-box h5
{
  margin: 10px 0;
  font-size: 15px;
  text-align: center;
}
.review-page-inner .review-con-box h3
{
border: 0;
margin: 0 0 10px;
padding: 0;
color:#000;
font-size: 18px;
}
.review-page-inner .review-con-box p
{
 font-size: 15px;
    line-height: 26px;
    margin: 0 0 10px;
}
.review-con-box ul
{
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.review-con-box ul li
{
  display: inline-block;
  color:#ffc107;
}
.review-con-box ul li i
{
font-size: 14px;
}
.inner-m
{
    position: relative;

}
.inner-m ul
{
    position: relative;
    padding: 10px 0 8px;
    margin:0 0 10px;
    list-style-type: none; 
    border-bottom: 1px solid #fff;
}

.inner-m ul li
{
    display: inline-block;
    padding: 10px 30px 10px 0;

}
.inner-m ul li a
{
    font-size: 16px;
    font-weight: 500;
    color:#87c1ff;;
}
.inner-m ul li a.active
{
    border-bottom: 1px solid #fff;
    padding-bottom: 21px;
    color:#000;
}
.fixed-mn {
    position:fixed;
    top:0px;
    left:0;
    margin-top:0em;
    margin-bottom: 50px;
    z-index:999;
    width:100%;
    background: #87c1ff;
  margin-bottom: 0px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.fixed-mn ul
{
  display: flex;
  justify-content: center;
  background: #87c1ff;
  border: 0;
}

.fixed-mn ul li
{
    padding: 0px 0px 0px 0px;

}
.fixed-mn ul li a
{
    margin-right: 30px;
    color: #fff;
    text-decoration: none;
}



.inner-m.fixed-mn ul li a.active
{
  padding-bottom: 10px;
  color:#fff;
}

.amenities_terms
{
  margin-top: 20px;
}
.amenities_terms h3
{
  font-size: 22px;
    margin: 0 0 10px;
    color: #87c1ff !important;
    padding: 0 0 10px;
    border:0;
    background: transparent;
}

 .amenities_terms .text {
    border-top: 1px solid #d4d4d4;
    padding: 10px 0 15px;
}   
 .amenities_terms .text p
 {
  font-size: 15px;
  margin-bottom: 10px;
  line-height: 23px;
 }

.amenities_terms .text p i
{
  font-size: 20px;
  color: #87c1ff;
  margin-right: 10px;
}
.amenities_terms .text p img
{
  width: 20px;
  margin-right: 10px;
}
  
  ul.rate-rev li
  {
    display: inline-block;
    width: auto !important;
    font-weight: 600;
  }
    ul.rate-rev li i
{
  color:#87c1ff;;

}
.pagination .page-link
{
  color: #87c1ff;;
}

.check-avl
{
  text-align: center;
}
.check-avl h3
{
  background: #87c1ff;
    display: inline-block;
    padding: 15px 30px;
    color: #fff;
    margin: 15px 0 15px;
    width: 100%;
    font-size: 18px;
    border-radius: 0px;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
}
.form-req label
{
  display: block;
  font-size: 12px;
  font-weight: 600;
}
.form-req input, .form-req select
{
  width: 100%;
  height:45px;
  border-radius: 0;
  border:1px solid #ddd;
  color: #a9a9a9;
  padding: 5px 15px;
  font-size: 13px;
  border-radius: 5px;
}

.form-req input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #a9a9a9;
}
.form-req input::-moz-placeholder { /* Firefox 19+ */
  color: #a9a9a9;
}
.form-req input:-ms-input-placeholder { /* IE 10+ */
  color: #a9a9a9;
}
.form-req input:-moz-placeholder { /* Firefox 18- */
  color: #a9a9a9;
}

.form-req .form-check-input
{
  height: auto;
  width: auto;
  margin-right: 5px;
}
.form-req button
{
  background: #87c1ff;
    color: #fff;
    padding: 12px 30px;
    border-radius: 5px;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 0 10px;
    font-weight: normal;
    display: inline-block;
    border: 0;
    margin-top: 10px;
    width: 100%;

}
.form-req button:hover
{
  background: #010178;
}
.prop-banner
{
    position: relative;
}
.prop-banner .prop-title-sec
{
    position: absolute;
    top:50%;
    left: 50%;
    z-index: 9;
    background: #fff;
    transform: translate(-50%, -50%);
    padding: 20px;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.prop-banner .price-tag
{
    position: absolute;
    left: 30px;
    bottom: 30px;
    background: #87c1ff;
    padding: 30px 50px;
    text-align: center;
    color:#fff;
    border-radius: 5px;
    z-index: 9;
    font-size: 40px;
}
.prop-banner a
{
    position: absolute;
    right: 30px;
    bottom: 30px;
    background: #87c1ff;
    padding: 10px 30px;
    text-align: center;
    color:#fff;
    border-radius: 5px;
    z-index: 9;
    text-decoration: none;
}
.prop-banner a:hover
{
    background: #010178;
}

.dt-gal img
{
width: 100%;
height: 480px;
object-position: center;
object-fit: cover;
}    
ul.slider-property
{
    display: none;
}

.things-sec
{
  padding: 50px 0;
} 

.thing-page-inner
{
  padding: 0px;
  background: #fff;
  margin: 0 0 30px;
}
.thing-page-inner h2
{
  text-transform: capitalize;
  font-size: 1.8rem;
}
.thing-page-inner p
{
line-height: 1.8;
    margin-bottom: 10px;
font-size: 15px;    
}
.ab-btn
{
  text-align: right;
}


.things-img {
    width: 50%;
    float: left;
    padding-right: 35px;

}
.things-img img
{
  width: 100%;
  height: 300px;
  object-fit: cover;
  margin: 0 0 25px;
  border-radius: 10px;
}

.contact
{
	padding: 50px 0;
}


.form-head
{
	margin-bottom: 40px;

}
.form-head h3
{
border-bottom: 1px solid #eee;
padding-bottom: 10px;	
}


.form-pt form input
{
	background: #fff;
	height: 50px;
	line-height: 50px;
	border-radius: 0;
	border:1px solid #ccc;
	width: 100%;
	padding: 10px;
	margin-bottom: 20px;
}
.form-pt form textarea
{
	background: #fff;
	border-radius: 0;
	border:1px solid #ccc;
}
.form-pt form label
{
	color: #333;
	font-weight: 600;
}

.form-pt form select

{
	background: #fff;
	height: 50px !important;
	border-radius: 0;
	border:1px solid #ccc;
	width: 100%;
	padding: 10px;
}
.form-pt form button
{
	border-radius:5px;
	border:0;
	font-weight: 300;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 15px;
	background: #87c1ff;
}


.box-form .box-form-in
{
background: #fff none repeat scroll 0 0;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
	margin-bottom: 15px;
	padding: 20px;
}

.box-form .box-form-in .form-g-icon
{
 text-align: center;
    height: 60px;
    width: 60px;
    line-height: 68px;
    background: #eee;
}
.box-form .box-form-in .form-g-icon i
{
	font-size: 30px;
	color: #87c1ff;
}
.about-home{
	padding: 60px 0 180px;
	background: #f7f7f7;
	position: relative;
}
.about-home:before{
	position: absolute;
	top:50px;
	left: 0;
	background-size: 100%;
	background-image: url(../images/about_shape_1.svg);
	background-repeat: no-repeat;
	content: "";
	height: 100%;
	width: 50%;
}

.img-box{position: relative;}
.about-home img{width: 80%; border-radius: 10px;}
.about-home .ab2{position: absolute; right: 0; border:10px solid #fff; top:130px; height: 350px; object-fit: cover; object-position: left;}
.about-home h2{padding-top: 50px;}
.about-home p{
	font-size: 15px;
	line-height: 1.8;
}
.about-home p span{font-weight: 600; color: #87c1ff;}
.nearby-loc{
	padding: 10px 0;
}

.main-btn{
	background: #87c1ff;
    padding: 18px 40px;
    color: #fff;
    border-radius: 0px;
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 30px;
    display: inline-block;
}
.main-btn:hover{color: #fff; background: #000;}
.nearby-loc ul{
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}
.nearby-loc ul li{
	width: 33.333%;
	display: flex;
	justify-content: space-between;
	padding: 0 15px 0 25px;
	margin-bottom: 15px;
	position: relative;
	font-size: 14px;
	align-items: center;
	color: #87c1ff;
}
.nearby-loc ul li{font-weight: 500;}
.nearby-loc ul li a{color: #000;}
.nearby-loc ul li:before{
	position: absolute;
	top:0;
	left: 0;
	color: #000;
	content: "\f00c";
	font-family: FontAwesome;
}
.gal-page-s {background: #f7f7f7; padding: 50px 0;}
.gal-page-s img{width: 100%; height: 250px; object-fit: cover;}
.gal-imgg {margin-bottom: 20px;}