/*TABLE OF CONTETN*/
/* ------------------------------- 
 1. General
 2. Navbar
 3. Video
 4. About
 5. Property
 6. Book
 7. attraction
 8. Perfect Vacation
 9. Review
 10.Footer

 -----------------------------*/

 /*1. General*/
 @import url('https://fonts.googleapis.com/css2?family=Lusitana:wght@400;700&display=swap');
 @import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
 @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@font-face{
    font-family: 'Ruthie';
    src: url('../Blacksword.otf');
}
*{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
:root{
	/*background-color: ;*/
	--primary-color: #021032;
	--secondary-color: #63b8da;
	--bg-color: #f4f4f4;
	--bg-white: #fff;
	--bg-black: #000;
    --ocean-color: #63b8da;

	/*Text Style*/
	--primary-font: 'Poppins', sans-serif;
	--secondary-font: 'Oswald', sans-serif;
	--other-font: 'Ruthie';
	--primary-text: #021832;
	--secondary-text: #79a0fb;
	--text-white: #fff;
	--text-black: #000;
	--text-gray: #e4e4e4;
}

html{
    overflow-x:hidden;
}

body{
	font-family: var(--primary-font);
	background-color: var(--bg-white);
}
a, a:hover{
	text-decoration: none;
	color: var(--secondary-color);
}
::-webkit-scrollbar{
	width: .375rem;
}
::-webkit-scrollbar-track{
	background: var(--secondary-color);
}
::-webkit-scrollbar-thumb{
	background: var(--primary-color);
}

section{
	padding: 4rem 0;
}
.main-btn{
	color: var(--text-white);
	background: var(--ocean-color);
	border-radius: 1.875rem;
	font-size: .75rem;
    text-transform: uppercase;
    line-height: 1.2;
    padding: 1.5835em 3.333em;
    font-weight: 600;
    transition: all .3s ease;
    letter-spacing: 1px;
    border: 1px solid var(--ocean-color);
    display: inline-block;
    border-color: transparent;
    margin-top: 1rem!important;
}
button.main-btn.btn{
    background: var(--ocean-color) !important;
    border: 0.0625rem solid var(--ocean-color) !important;
}
.main-btn:hover{
	background-color: transparent;
	border-color: var(--ocean-color);
	color: var(--ocean-color);
}
/**/

h1{
	font-size: 3.75rem;
	line-height: 4.25rem;
	font-weight: 400;
    color: var(--text-white);
    margin-bottom: 1.25rem;
    /*text-transform: uppercase;*/
    font-family: var(--secondary-font);
}
h3{
	margin-bottom: 1.375rem;
	line-height: 1.875rem;
	font-weight: 400;
	font-size: 2.25rem;
	color: var(--secondary-color);
	/*text-transform: uppercase;*/
	font-family: var(--secondary-font);
}
h3 span{
	color: var(--secondary-color);
}
h5{
	font-size: 1.5rem;
	line-height: 1;
	color: var(--primary-text);
	font-weight: 500;
	/*text-transform: uppercase;*/
	font-family: var(--secondary-font);
}
h6{
	margin-bottom: 0.9375rem;
    color: var(--primary-text);
    /* text-transform: uppercase; */
    font-weight: 400;
    font-family: var(--secondary-color);
    color: var(--ocean-color);
    font-size: 14px;
    line-height: 1em;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
}
p{
	font-size: 1rem;
	line-height: 1.625rem;
	color: var(--text-black);
}
.section-title:after{
	content: '';
	background-image: url('../images/title-icon.webp');
	background-position: center center;
	background-repeat: no-repeat;
	display: none;
	margin-top: -0.937rem;
    height: .9375rem;

}

.mb-5 {
    margin-bottom: 1.5rem!important;
}
/*2. Navbar*/
.header{
	position: absolute;
    background-color: #ffffff00;
    background-image: linear-gradient(180deg, black, transparent);
    width: 100%;
    z-index: 1;
}
.header .navbar{
	padding: 0;
	z-index: 1;
}
/*.navbar-brand{
	width: 100px;
}

.navbar-brand img{
    max-width: 200px !important;
}*/

.header .navbar-toggler{
	border: 0;
	color: var(--primary-text);
	line-height: 2;
}
.header img{
    width:120px;
}
.header .navbar-toggler:focus{
	box-shadow: none;
}
.header .nav-item{
	margin: 22px 20px;
}
.header .nav-item .nav-link{
	font-size: 16px;
    font-weight: 400;
    color: var(--bg-white);
    display: inline-block;
    border-bottom: 0px solid transparent;
    text-transform: capitalize;
    padding-left: 0px;
    padding-right: 0px;
}
.header .nav-item .nav-link:hover{
color:var(--secondary-color);
}
/*.navbar.header-scrolled{*/
	/*position: fixed;*/
/*	top: 0;*/
/*	left: 0;*/
/*	width: 100%;*/
/*	z-index: 9999;*/
/*	background-color: rgb(255,255, 255, .58);*/
/*	-webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeIdDown;*/
/*	animation: 500ms ease-in-out 0s normal none 1 running fadeIdDown;*/
/*}*/
@keyframes fadeIdDown{
	0%{
		top: -30%;
	}
	50%{
		top: -15%;
	}
	100%{
		top: 0%;
	}
}

.social_icon ul{
	margin-left: 0;
    padding-left: 0;
    list-style-type: none;
    display: flex;
    margin-bottom: 0;
    padding-bottom: 0;
}
.social_icon ul li{
	margin-right: 15px;
}
.social_icon ul li i{
	color: var(--bg-white);
    font-size: 20px;
    border: 1px solid var(--bg-color);
    padding: 8px 9px;
    border-radius: 40px;
}
.social_icon ul li:nth-last-child(1) i{
    padding: 8px 12px;
}


/*video section*/

.banner-wrapper{
	height: 100vh;
}
.video-sec {
    height: 100vh;
    overflow: hidden;
    position:relative;
}

.video-content{
	position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.video-content h1{
font-family: var(--primary-font);
    color: #fff;
    text-transform: capitalize;
    text-align: center;
    max-width: 1140px;
    letter-spacing: 0px;
    font-size: 36px;
    font-weight: 500;
    margin: 7px 0;
    text-shadow: 0px 0px 4px #000;
}

.video-content span{
    font-size: 80px;
    letter-spacing: 3px;
    text-shadow: 0px 0px 4px #000;
    text-transform: capitalize;
    line-height: initial;
    font-family: var(--other-font);
}
.video-content p{
	color: #fff;
    font-size: 18px;
   text-shadow: 0px 0px 4px #000;
    letter-spacing: 0.05em;
}

.navbar-brand{
    width: 209px;
}

/*end video*/

.booking-area{
	position: absolute;
    margin: auto;
    justify-content: center;
    width: 921px;
    left: 0;
    right: 0;
    bottom: 5vh;
    background: white;
    padding: 0px 10px;
    z-index: 9;
    box-shadow: 0px 0px 6px #000;
    border-radius: 100px;
    padding-right: 0;
}
.booking-area .row{
    margin-left:0px;
     margin-right:0px;
}
.booking-area .form-control{
letter-spacing: 0rem;
    text-transform: capitalize;
    height: 37px;
    font-size: 14px;
    color: var(--secondary-color);
    line-height: 34px;
    font-weight: 400;
    border-radius: 0px;
    padding: 6px 22px 6px 45px;
    border: none;
    width: 100%;
    border-right: 2px solid var(--secondary-color);
}

.booking-area .col-lg.md-4.icns.mb-lg-0.position-relative {
    padding: 0px;
    display: flex;
    align-items: center;
}
.booking-area #show-target-data{
     font-size:14px;
}
.booking-area .icns i{
   position: absolute;
    left: 1.1rem;
    top: 1.1rem;
    font-size: 18px;
    color: var(--secondary-color);
}
.booking-area .form-select{
	text-indent: 26px;
	border-radius: 0;
	padding: 10px;
	color: #787474;
	font-size: 0.8rem;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
        background: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #757272
	padding: 10px;
	border: 0.13rem solid var(--ocean-color);
}

#guestsss {
    width: 100%;
    min-width: 300px;
    background: #fff;
    padding: 20px 20px;
    position: absolute;
    z-index: 9;
    left: 0;
    border-radius: 10px;
    /* top: 100%; */
    display:none;
    box-shadow: 0px 0px 3px 0px #888888;
}

.adult-popup .modal-bodyss button.main-btn.btn{
   height: 45px;
    border-radius: 40px;
    border: 0px solid;
    background-color: #63b8da;
    color: #fff;
    font-size: 14px;
    width: 100%;
    line-height: 1.3;
    padding:0px;
    margin-top: 0px !important;
}

p.close1 i {
    position: absolute;
    font-size: 19px;
    top: 5px !important;
    right: 20px !important;
    left: auto !important;
    color: var(--secondary-color);
    cursor: pointer;
}

.ac-box, .btnssss {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ac-box {
    margin-bottom: 20px;
}

.adult {
    display: flex;
    color: #000;
    font-size: 14px;
    align-items: center;
    gap: 5px;
}

.adult p{
    margin-bottom:0px;
    font-size: 14px;
}


.button1 {
    background: transparent;
    height: 40px;
    width: 40px;
    text-align: center;
    border-radius: 50%;
    font-size: 25px;
    line-height: 40px;
    margin-left: 14px;
    border: 1px solid #717171;
    color: #717171;
    transition: all .3s;
    cursor: pointer;
}


.srch-btn .main-btn {
padding: 6px 10px;
    width: 100%;
    height: 56px;
    border-radius: 0 30px 30px 0;
    /* font-size: 16px; */
    font-size: 14.4px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 0px !important;
    background-color:var(--ocean-color) !important;
    color:var(--text-white) !important;
}

.form-control:disabled, .form-control[readonly]{
    background-color:#fff !important;
}


/*start about*/

/*.about_wrapper{
	padding-top: 3.75rem;
}
.heading_sec{
	margin-bottom: 60px;
	text-align: center;
}
.about-img1{
	text-align: right;
}
.about-img1 img{
	width: 70%;
}
.about-img2 img{
	position: absolute;
    left: 20px;
    width: 68%;
    bottom: -20px;
}
.about-1{
	font-size: 18px;
	font-weight: 600;
}
.about-1::first-letter{
  font-size: 3.2rem;
  float: left;
  line-height: 1;
  margin-right: 0.5rem;
}
*/

/*end about section*/

/*property*/
.property_wrapper{
	background: #fff;
	padding: 50px 0;
	padding-bottom: 65px;
}
.property_wrapper .line{
    margin:auto;
    margin-bottom:20px;
}
.property_wrapper h3{
   text-align: center;
    margin-bottom: 30px;
    font-family: var(--primary-font);
    font-size: 36px;
    margin-bottom: 50px;
    font-weight: 700;
    color: var(--text-black);
    text-transform: uppercase;
}

.property_wrapper .row{
    gap: 1.5%;
}
.property_wrapper .col-md-4 {
    box-shadow: 0px 0px 5px #ccc;
    padding: 12px;
    width: 32.333333%;
}
.property_wrapper1{
   padding-bottom: 30px;
}

.property_wrapper .property-items.overflow-hidden{
    width:100%;
    height:280px;
}
.property_wrapper .property-items{
	position: relative;
	overflow: hidden;
	background: #fff;
	height: auto;
	width:100%;
}
.property_wrapper .col-md-6 {
	padding: 0;
    width: 49%;
    display: flex;
    background-color: #fff;
    z-index: 1;
    -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    margin-bottom:30px !important;
    flex-direction: column;
}

.property_wrapper .property-items.overflow-hidden a{
    display: block;
    height: 280px;
}
.property_wrapper .property-items img.pro{
	width: 100%;
	height: 100%;
	transform: scale(1);
    transition: .4s;
    object-fit: cover;
}
.property_wrapper .col-md-6:hover img.pro{
transform: scale(1.2);
}


.subtitle-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--text-black);
    font-size: 16px;
    line-height: 1em;
    font-weight: 600;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.dash {
    width: 40px;
    height: 1px;
    margin-right: 20px;
    margin-left: 20px;
    background-color: var(--secondary-color);
}
.property-content h5{
	font-size: 23px;
    line-height: 35px;
    color: var(--secondary-color);
    text-align: left;
    margin-bottom: 10px !important;
    height: 35px;
    font-family: var(--secondary-font);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -line-clamp: 1;
}
.property-content p{
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
    font-size: 16px;
}
.rates{
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.price {
    color: var(--primary-text);
    font-size: 16px;
    line-height: 1.117em;
    font-weight: 400;
    letter-spacing: 0;
    margin-right: 0;
    text-transform: uppercase;
}
.price span {
    font-size: 22px;
}
.r-price{
	text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px dotted var(--ocean-color);
    border-bottom: 1px dotted var(--ocean-color);
    padding: 10px 0px;
    margin-top: 20px;
}

.amenities_home div i{
	color: var(--secondary-color);
    margin: auto;
    font-size: 23px;
    display: block;
    margin-bottom: 5px;
}

.property_wrapper .amenities_home div i{
    font-size: 19px;
    display: block;
    margin-bottom: 0;
    margin-right: 10px;
    margin-top: 0px;
    width: 27px;
    text-align: center;
    margin-left: 0;
}

.property_wrapper .address i{
    color: var(--secondary-color);
}

.property_wrapper .pro-btn .main-btn{
    margin-top: 0px !important;
}
.amenities_home>div{
	margin: 0 0px;
    display: flex;
    align-items: center;
    margin-bottom:10px;
}
.amenities_home img{
   width: 25px !important;
    display: block;
    margin: auto;
    margin-right: 5px;
}
.amt-num, .amt-type{
font-size: 16px;
    font-weight: 400;
    display: inline;
    margin-right: 0px;
}
.from-text {
    margin-bottom: 13px;
    font-size: 14px;
    line-height: 1em;
    font-style: normal;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.price-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0px;
    font-size: 15px;
    justify-content: center;
}
.price-wrapper .price{
    display: flex;
    align-items: center;
    gap: 5px;
}
.amenities_home{
    display: block;
    align-items: center;
    text-align: left;
    width: 100%;
    justify-content: space-between;
}
.property-item-wrap{
	position: relative;
    right: 0px;
    max-width: 100%;
    z-index: 1;
    padding: 20px;
    text-align: left;
    background: var(--bg-white);
    padding:0px;
}
.pro-btn{
	text-align: left;
}
.pro-btn .main-btn{
background: var(--ocean-color);
    color: var(--text-white);
    border: 1px solid var(--ocean-color);
    margin-top: 1rem;
    cursor: pointer;
    font-size: 12px;
    padding: 1em 2em;
}

.pro-btn .main-btn:hover{
    background: transparent;
    color: var(--ocean-color);
}
.dot {
    position: absolute;
    right: -32px;
    bottom: -32px;
}
.property-item-wrap::before {
    position: absolute;
    content: "";
    height: 10px;
    width: 38px;
    background-color: var(--secondary-color);
    top: -20px;
    right: -20px;
    display:none;
}
.property-item-wrap::after {
    position: absolute;
    content: "";
    height: 10px;
    width: 38px;
    background-color: var(--secondary-color);
    top: -5px;
    right: -34px;
    -webkit-transform: rotate( 90deg );
    transform: rotate( 90deg );
    display:none;
}

.property-item-wrap.rght::before {
    right: auto;
    left: -20px;
}
.property-item-wrap.rght::after {
    right: auto;
    left: -34px;
}
.dot.rght {
    right: auto;
    left: -32px;
}

.property_wrapper .col-md-7.mb-lg-0{
    padding-left: 0px;
    padding-right: 0px;
    width: 55.333333%;
}

.property_wrapper .col-md-5.mb-lg-0{
    padding-left: 0px;
    padding-right: 0px;
    width: 44.666667%;
}

section.availability-sec .col-6 {
    padding-left: 0px;
    padding-right: 0px;
}
.availability-cal{
    text-align: center;
}

.sidebar-container {
    position: sticky;
    top: 1rem;
}

.prop-btn{
    margin-bottom:80px;
}
/*end property*/


/*Booking seciton*/
.booking_sec{
	background-image: url('../images/bg.webp');
	background-repeat: no-repeat;
	background-size: cover;
	/*height: 80vh;*/
    padding: 0;
    background-position: center;
}
.booking_img{
	position: absolute;
    width: 20rem;
    height: 20rem;
    object-fit: cover;
    overflow: hidden;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    left: -23%;
    box-shadow: 0px 0px 0px 10px #ffffff85;
}
.booking_img img{
	width: 100%;
	height: 100%;
    object-fit: cover;
}
.right-book{
	background: #00000087;
	padding-top: 40px;
    padding-bottom: 40px;
}
.booking-right_sec{
	height: 70vh;
    display: flex;
    align-items: center;
    color: #fff;
    width: 66%;
    margin-left: auto;
}
.booking-right_sec p{
	color: #fff;
	margin-top: 18px;
    text-shadow: 0px 0px 2px #000;
}

.bookin_box h2{
    font-family: 'Lusitana', serif;
    text-shadow: 0px 0px 2px #000;
}
/*end bookind section*/

/*amenities section*/

.amn-grid{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:2rem;

}

.fifth-sec .main-heading-sec h2 {

    font-size: 45px;

    margin-bottom: 59px;

}



.fifth-sec{

    background: rgb(248, 247, 241);
    border-bottom: 1px dashed var(--secondary-color);
    padding: 80px 0px 0;

}

.left-f{

    

}

.left-f .left-amn{

    margin-bottom:30px;
    height: 313px;

}

.left-f .left-amn span{

    font-size: 25px;
    color: var(--primary-text);

}

.left-f .left-amn h2{

    font-size: 35px;
    margin: 10px 0;
    font-family: var(--secondary-font);
    color: var(--secondary-color);

}

.right-amn-img{

    margin-bottom:30px;

}

.right-amn-img img{

    width:100%;

    object-fit: cover;

   height: 313px;
    aspect-ratio: 1.69;
    box-shadow: 0px 0px 10px var(--secondary-color);

}



.six-sec{

    /*position:absolute;*/

    width:100%;

    /*height:500px;*/

    top:0;

}

.w-btn{

    margin: 40px 0 20px;

}

.amenity-sec{

    padding-bottom:40px;

}

.style-khsz2l8ulink a{

    color:#fff;

}

/*end amenities*/


/*attractions start*/
.attractions_wrapper1{
	padding-bottom: 0;
}
.attractions_wrapper{
	background: #fff;
    padding-bottom: 50px;
}
.attr_overlay{
	    text-align: center;
    position: absolute;
    display: flex;
    bottom: 0;
    width: 100%;
    top: 0;
    flex-direction: column;
    padding: 20px 40px;
    align-items: center;
    justify-content: center;
    transition: all 300ms 0s;
    z-index: 9;
    height: 100%;
    background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 90%);
}
.attractions_left{
    border: 0px solid #cfcfcf;
    transition: all .5s;
    border-bottom: 0px solid #cfcfcf;
    border-radius: 0px;
    margin-bottom: 2rem;
}
.dash-accent {
    width: 40px;
    height: 1px;
    margin: auto;
    margin-bottom: 11px;
    background-color: var(--ocean-color);
    display: none;
}
.attr_img{
	height: 367px;
    object-fit: cover;
    overflow: hidden;
}
.attr_img a {
    position: relative;
    display: block;
}
.attr_img img{
	position: relative;
    border-radius: 0px;
    width: 100%;
    height: 367px;
    object-fit: cover;
}
.attr_overlay h4{
	color: var(--text-white);
    font-size: 24px;
    font-family: var(--secondary-font);
    margin-bottom: 13px;
    overflow: hidden;
    text-shadow: 0px 0px 4px #000;
}
.attr_overlay p{
color: var(--bg-white);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0px;
    display:none;
    text-shadow: 0px 0px 4px #000;
}
.attr_img a:hover .attr_overlay p{
    display:-webkit-box;
}
.attr_img a:hover .attr_overlay{
    background: #0000001c;
}
.attractions_wrapper .main-btn{
    margin-top:0px !important;
}

/*end attractions*/
/*ct*/

.bg-image-home {
   background-image: url(../images/bg1.webp);
    /* background-position: 50% 50%; */
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    padding: 0px 0;
    height: 595px;
    margin-top: 0px;
}
.bg-image-home .line{
    background: var(--text-white);
}
.card-cta.cta1 {
    max-width: 600px;
    background-image: url(../images/testimonial-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 42%;
    background-color: #63b8da;
    padding: 30px;
    position: relative;
    top: -1rem;
    height: 39rem;
    overflow: hidden;
}
.testiSlide {
    padding: 20px 55px 0;
}
.bg-image-home .peopl {
    margin-top: 20px;
}
.bg-image-home .peopl h3 {
    color: var(--text-white);
    font-size: 16px;
    margin-bottom: 0px;
    font-family: var(--primary-font);
    font-weight: 700;
}
.bg-image-home .peopl p{
    color: var(--text-white);
}

.bg-image-home .cta-btn a {
    margin-top: 20px !important;
    border-radius: 1.875rem;
    text-transform: uppercase;
    line-height: 1.2;
    padding: 1.5835em 3.333em;
    font-weight: 600;
    background: transparent;
    border-color: var(--text-white);
}
.bg-image-home .cta-btn a:hover{
    color: var(--secondary-color);
    background: var(--text-white);
}
.bg-image-home .cta-btn {
    text-align: center;
}
.card-cta.cta1 h2{
color: var(--text-white);
    font-family: var(--secondary-font);
    margin-bottom: 0px;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
}

.cta-btn a{
    margin-top:5px !important;
}
/*Review section*/

.review_sec{
	background: #f9f7f7;
}
figure.testimonials {
    position: relative;
    float: none;
    overflow: hidden;
    max-height: 260px;
    margin: 0;
    padding: 0;
    text-align: left;
    box-shadow: none !important;
}
figure.testimonials p{
    color: var(--text-white);
}
figure.testimonials blockquote {
    background-color: #fff;
    display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5em;
    margin: 0;
    padding: 25px 50px 30px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
figure.testimonials blockquote:before, figure.testimonials blockquote:after {
    color: var(--secondary-color);
}
figure.testimonials blockquote:before, figure.testimonials blockquote:after {
    content: "\201C";
    position: absolute;
    color: var(--secondary-color);
    font-size: 50px;
    font-style: normal;
}
figure.testimonials blockquote:before {
    top: 25px;
    left: 20px;
}
figure.testimonials .btn {
    top: 100%;
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid #fff;
    margin: 0;
    position: absolute;
    left: 14%;
}
figure.testimonials blockquote:after {
    content: "\201D";
    right: 20px;
    bottom: 0;
}
figure.testimonials img {
    max-width: 100%;
    vertical-align: middle;
    height: 90px;
    width: 90px;
    border-radius: 50%;
    margin: 40px 0 7px 13px;
    box-shadow: 0px 0px 10px #273656;
    object-fit: cover;
}
figure.testimonials .peopl {
    position: absolute;
    bottom: 45px;
    padding: 0 10px 0 120px;
    margin: 0;
    color: #ffffff;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}
figure.testimonials .peopl {
    color: var(--secondary-color);
}
figure.testimonials .peopl h3 {
    opacity: 0.9;
    font-size: 23px;
    margin: 0;
    margin-bottom: 0.5rem;
    color: var(--secondary-color);
}
figure.testimonials .peopl p {
    opacity: 0.9;
    color: var(--secondary-color);
}
.testiSlide .slick-prev, .testiSlide .slick-next {
   position: absolute;
    color: #6e6c6c;
    top: 50%;
    transform: translateY(-50%);
    font-size: 25px;
    /* width: 100%; */
    background: #fff;
    padding: 5px 14px;
    border-radius: 50%;
    opacity: 0.7;
    border: 0px solid;
}
.testiSlide .slick-prev {
    left: 0px;
    width: 48px;
}


.testiSlide .slick-prev:before, .testiSlide .slick-next:before {
    font-family: "FontAwesome";
    font-size: 22px;
    line-height: 1;
    opacity: 1;
    color: #6e6c6c;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.testiSlide .slick-prev:before {
    content: "ï“";
}
.slick-next:before {
    content: "ï”";
}
.testiSlide .slick-next {
   right: 0%;
    width: 48px;
}
.testiSlide .slick-arrow {
    display: inline-block !important;
}

/*end Review section*/

/*Footer section*/
footer{
    background-image: url(../images/footer.webp);
background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    position: relative;
    width: 100%;
    padding: 0px 0 0;
    background-position: center;
}

.footer_logo {
    width: 200px;
}
footer .row{
    padding-top:40px;
}
.footer_overlay{
	width: 100%;
    height: 100%;
    background: #000000d6;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}
footer .container{
	z-index: 1;
	position: relative;
}
.footer_links h4{
	font-size: 24px;
    text-transform: uppercase;
    color: white;
    margin-bottom: 15px;
    font-family: var(--secondary-font);
}
.footer_links ul{
	padding-left: 0;
	margin-left: 0;
}
.footer_links ul li{
	list-style-type: none;
	margin-bottom: 6px;
	color: var(--text-gray);
}
.footer_links ul li a{
	color: var(--text-gray);
}
.footer_links ul li a:hover{
    
}
/*.footer_logo img{
	width: 60%;
}*/
.copyright p{
	color: white;
	margin: auto;
}
.copyright .row{
    padding-top:0px;
}
.right_copyright{
	text-align: right;
}
.copyright{
	   margin-top: 30px;
    background: #060606;
    padding: 10px 0;
}
.right_copyright p img{
	width: 135px;
}
/*end footer section*/


/*==========================================================================
============================================================================
                        BREADCRUMB START
============================================================================
=============================================================================*/

.breadcrumb{
    background-image: url('../images/breadcrumb.webp');
    position: relative;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    height: 276px;
    margin-bottom: 0;
    justify-content: center;
    align-items: end;
}
.breadcrumb .auto-container h2{
    font-size: 40px;
    color: var(--text-white);
    font-family: var(--secondary-font);
    margin-bottom: 4rem;
    text-shadow: 0px 0px 4px #000;
    display:none;
}
.page-breadcrumb{
   margin: auto;
    padding: 0;
    list-style-type: none;
    display: flex;
    /* gap: 0.2rem; */
    background: var(--bg-white);
    justify-content: center;
    width: auto;
    min-width: 314px;
    border-radius: 40px;
    margin-bottom: 10px;
}
.page-breadcrumb li:nth-child(1){
    background:var(--text-white);
    border-radius: 40px;
}
.page-breadcrumb li:nth-child(1) a{
    color: var(--secondary-color);
}
.page-breadcrumb li {
    width: 50%;
    background: var(--secondary-color);
    color: var(--text-white);
    font-size: 14px;
    padding: 20px 15px;
    border-radius: 0 40px 40px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-breadcrumb li a{
    
}
/*==========================================================================
============================================================================
                        BREADCRUMB END
============================================================================
=============================================================================*/


/*==========================================================================
============================================================================
                        CONTACT US PAGE START
============================================================================
=============================================================================*/


.contact-form{
    background: #f8f8f8;
    padding: 40px;
    width: 90%;
    border-radius: 10px;
}

.contact-form .form-group {
    margin-bottom: 5px;
}

.contact-form .form-group {
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.contact-form .form-group label {
    position: relative;
    color: #2b2b2b;
    font-size: 16px;
    text-align: left;
    display: block;
    margin-bottom: 10px;
}
.contact-form .form-group input, .contact-form .form-group select,
.contact-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 54px;
    /* font-size: 13px; */
    /* color: #060606; */
    line-height: 34px;
    font-weight: 400;
    border-radius: 0;
    padding: 10px 0px;
    background: transparent;
    border: 0px solid #e0e0e0;
    border-bottom: 1px solid var(--secondary-color);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
.contact-form-c{
    font-size: 30px;
    font-family: var(--secondary-font);
    color: var(--secondary-color);
    margin-bottom: 1rem;
}
.contact-form .form-group textarea{
    height: 150px;
}
.cont-info-c h2{
    font-size: 30px;
    font-family: var(--secondary-font);
    color: var(--secondary-color);
}
.cont-info-c{
    margin-bottom: 2rem;
}
.contct-info{
    display: flex;
    gap: 1rem;
    border-bottom: 1px solid var(--secondary-text);
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.contct-info .contact-icons i{
    font-size: 3rem;
    color: var(--secondary-color);
    width: 48px;
}
.headings{
    font-size: 1.2rem;
    font-weight: 500;
}
.contact-type, .contact-type a{
    color: var(--primary-color);
}

.map-sec iframe{
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.map-sec{
    padding: 0rem 0;
}

/*==========================================================================
============================================================================
                        CONTACT US PAGE END
============================================================================
=============================================================================*/

/*==========================================================================
============================================================================
                        ABOUT US PAGE END
============================================================================
=============================================================================*/

.about_wrapper .heading_sec h3{
    font-size: 20px;
}
.about_wrapper .flex-column-reverse h3{
    margin-bottom: 1.375rem;
    line-height: 1.875rem;
    font-weight: 400;
    font-size: 2.25rem;
    color: var(--secondary-color);
    /* text-transform: uppercase; */
    font-family: var(--secondary-font);
}

.about_wrapper h1{
     font-family: var(--secondary-font);
    margin-bottom: 10px;
    letter-spacing: 0.3rem;
    text-transform: uppercase;
    line-height: 1.4;
    font-weight: 700;
    font-size: 2.25rem;
    color: var(--primary-text);
}

/*==========================================================================
============================================================================
                        ABOUT US PAGE END
============================================================================
=============================================================================*/



/*==========================================================================
============================================================================
                        ATTRACTIONS PAGE START
============================================================================
=============================================================================*/


.left-content {
    width: 39%;
    position: relative;
}
.memory-item {
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px rgb(32 32 32 / 15%);
    box-shadow: 0 0 30px rgb(32 32 32 / 15%);
    padding: 30px 40px;
    position: relative;
    z-index: 1;
}
.memory-item::before {
    position: absolute;
    content: "";
    height: 10px;
    width: 38px;
    background-color: var(--secondary-color);
    top: -20px;
    left: -20px;
}
.memory-item::after {
    position: absolute;
    content: "";
    height: 10px;
    width: 38px;
    background-color: var(--secondary-color);
    top: -5px;
    left: -34px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.memory-item .memory-content span {
    font-size: 15px;
    color: var(--ocean-color);
    text-transform: uppercase;
    font-weight: 600;
}
.memory-item .memory-content h2 {
    color: var(--secondary-color);
    margin: 10px 0 2px;
    position: relative;
    font-family: var(--secondary-font);
    padding-bottom: 14px;
}
.memory-item .memory-content p {
    font-size: 15px;
    color: #777;
    line-height: 26px;
    margin: 0;
    text-align: justify;
}
.dot-image {
    position: relative;
}
.dot-image img {
    position: absolute;
    top: -200px;
    left: -28px;
}
.right-img {
    width: 60%;
}
.memory-image img {
    position: relative;
    left: -60px;
    max-width: 116%;
    height: 506px;
    width:111%;
    object-fit: cover;
}

.dot-image-right img {
    position: absolute;
    margin-top: -200px;
    right: 91px;
}
.memory-item.trial::before {
    position: absolute;
    content: "";
    height: 10px;
    width: 38px;
    background-color: var(--secondary-color);
    top: -20px;
    right: -20px;
    left: 96%!important;
}
.memory-item.trial::after {
    position: absolute;
    content: "";
    height: 10px;
    width: 38px;
    background-color: var(--secondary-color);
    top: -6px;
    left: 100%!important;
}
.memory-section .row{
    margin-bottom: 3rem;
}
.memory-image.imglt img{
    left: -20px;
    width: 111%;
}


/*==========================================================================
============================================================================
                        ATTRACTIONS PAGE END
============================================================================
=============================================================================*/

/*==========================================================================
============================================================================
                        PROPERTY DETAILS PAGE END
============================================================================
=============================================================================*/

.upper-box {
    position: relative;
}
.upper-box h3 {
    color: var(--secondary-color);
    margin-bottom: 10px;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.3;
}
.upper-box .hotel-info {
    position: relative;
    color: #000;
    font-size: 16px;
    line-height: 1.7em;
    margin-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
}
.food-list{
        list-style-type: none;
    padding: 0;
    display: flex;
    gap: 2rem;
    margin-top: 1rem;
    padding-top: 1rem;
    margin-bottom: 15px;
    border-top: 1px dashed var(--secondary-text);
}

.food-list li i{
    color: var(--secondary-color);
    margin-right: 0.5rem;
}
.hotel-info i {
    font-size: 16px;
    font-weight: 900;
    margin-right: 6px;
    color: var(--secondary-color);
}
.upper-box .price {
   font-size: 23px;
    margin-bottom: 10px;
    /* margin-top: 10px; */
    font-weight: 400;
    text-align: right;
    margin-right: 0px;
}
.upper-box .price span {
    font-size: 18px;
    margin-left:5px;
}

#property-d-1 .item {
    background: #0c83e7;
    color: #FFF;
    border-radius: 0;
    text-align: center;
}
#property-d-1 .item > img {
    width: 100%;
    display: block;
}
#property-d-1 .owl-controls.clickable {
    position: relative;
    z-index: 2;
}
#property-d-1 .owl-prev, #property-d-1 .owl-next {
    display: none;
}
#property-d-1 .owl-prev {
    left: 0;
}
#property-d-1 .owl-prev, #property-d-1 .owl-next {
    background: #fff;
    border: none;
    border-radius: 4px;
    display: inline-block !important;
    line-height: 15px;
    margin-right: 5px;
    padding: 10px 15px;
    position: absolute;
    top: 35px;
}
#property-d-1 .owl-next {
    right: 0;
}
#property-d-1-2 {
    background-color: #fff;
    position: relative;
    -moz- transform: translateY(-100%);
    -ms- transform: translateY(-100%);
    -o- transform: translateY(-100%);
    -webkit- transform: translateY(-100%);
    transform: translateY(-100%);
}
#property #property-d-1-2 {
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none;
}

#property-d-1-2 .item {
    background: rgba(0, 0, 0, 1);
    margin: 20px 5px;
    color: #FFF;
    border-radius: 0;
    text-align: center;
    cursor: pointer;
}
#property-d-1-2 .item:first-child {
    margin-left: 10px;
}
#property-d-1-2 .item:last-child {
    margin-right: 10px;
}
#property #property-d-1-2 .item {
    margin: 5px;
}
#property-d-1-2 .item > img {
    opacity: 0.4;
    width: 100%;
}
#property-d-1-2 .synced .item img {
    opacity: 1;
}
.pro-heading {
    font-size: 35px;
    font-weight: 500;
}
.icomoon-man:before {
    content: "\e913";
}

#property-d-1, #property-d-1-2{
    background: #f4f4f4;
}
.properties-amenities ul {
    list-style: none;
    margin-top: 8px;
    margin-bottom: 0;
}
.properties-amenities ul li {
    line-height: 1.5rem;
}

.properties-amenities ul li {
    margin-bottom: 14px;
    font-size: 15px;
    padding-left: 20px;
    position: relative;
    z-index: -1;
    margin-left: -33px;
    /* margin-top: 21px; */
}
.comment-meta h3{
    font-size: 1.2rem;
}
.abouttext h4{
    font-size: 1.2rem;
    font-family: var(--secondary-font);
}
.comment-meta span.checked, .comment-content span.checked {
    color: goldenrod;
}
.property_meta{
    margin-top: 2rem;
}
.responsiveTab tr:nth-of-type(odd) {
    background: #eee;
}
.abouttext ul li, .comment-content p{
    font-size: 15px;
}
.responsiveTab th {
    background: var(--primary-color);
    color: white;
    font-weight: bold;
    font-family: var(--secondary-font);
}
tbody, td, tfoot, th, thead, tr {
    padding: 10px;
}
.properties-amenities ul li i {
    left: 0;
    position: absolute;
    top: 5px;
    z-index: -1;
    color: var(--secondary-color);
}
.score {
    unicode-bidi: bidi-override;
    direction: rtl;
    text-align: left;
    border: 0;
    font-size: 35px;
}
.score input {
    position: absolute!important;
    top: -2em;
    clip: rect(0,0,0,0);
}
.score label {
    font-size: 32px;
    font-size: 2rem;
    line-height: 32px;
    line-height: 2rem;
    display: inline-block;
    position: relative;
    text-align: center;
    width: 1.2em;
    height: 1em;
    overflow: hidden;
    text-indent: 100%;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.contact-form .form-group .score label{
margin-top: 0px;
    margin-bottom: 0px;
}
.score label::before {
    content: "â˜†";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    text-indent: 0px;
    line-height: 1em;
    color: rgb(170, 170, 170);
}
.score label:hover::before, .score label:hover ~ label::before, .score input:checked ~ label::before {
    content: "â˜…";
    color: rgb(255, 187, 4);
}
.comments .contact-form {
    background: #ffffff;
    padding: 40px;
    box-shadow: 0px 0px 4px #dfdede;
    width: 100%;
}
.comments .contact-form .form-group input, .comments .contact-form .form-group select, 
.comments .contact-form .form-group textarea{
    border: 1px solid var(--secondary-color);
    padding: 10px;
}
.score label {
    display: inline-block !important;
}
.contact-form .form-group label {
    position: relative;
    color: #2b2b2b;
    font-size: 16px;
    text-align: left;
    display: block;
    margin-top: 15px;
}
.forms-booking-tab .romancy-booking .ovabrw-container select, .forms-booking-tab .romancy-booking .ovabrw-container input {
    border: 1px solid #cacaca;
    border-radius: 8px;
    height: 45px;
    width: 100%;
    outline: none;
    font-size: 16px;
    font-weight: 400;
    color: var(--primary-color);
    caret-color: var(--primary-color);
}

.col-md-12.pets{
    position:relative;
}

.col-md-12.pets i{
    position: absolute;
    top: 0.7rem;
    left: 1.2rem;
    font-size: 22px;
    color: var(--secondary-color);
}
.forms-booking-tab .romancy-booking .ovabrw-container select{
    text-indent: 25px;
    width: 316px;
    /* padding: 10px 10px 10px 40px; */
    font-size: 14px;
    color: var(--primary-color);
    caret-color: var(--primary-color);
    margin-bottom: 15px;
}
.forms-booking-tab .ovabrw_booking_form .wrap_fields .ovabrw_datetime_wrapper input {
    padding: 15px 15px 15px 42px;
}

.forms-booking-tab .romancy-booking .ovabrw_extra_service {
    width: 100%;
    clear: both;
    /*margin: 0 15px;*/
}
.forms-booking-tab .romancy-booking .ovabrw_extra_service label {
    text-transform: uppercase;
    margin-bottom: 36px;
}
.forms-booking-tab .romancy-booking label {
    display: block;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 16px;
    color: var(--primary-color);
}
.rental_item{
    margin-bottom: 1rem;
    display: inline-block;
    width: 100%;
}
.ovabrw_service_select.rental_item{
    position: relative;
    width: 100%;
}
.ovabrw_datetime_wrapper i, .ovabrw_service_select.rental_item i{
    position: absolute;
    top: 0.7rem;
    left: 0.5rem;
    font-size: 22px;
    color: var(--secondary-color);
}
.ovabrw_service_select.rental_item i{
    left: 1.5rem;
}

.ovabrw_service_select.rental_item #guestsss{
    padding-top: 30px;
    min-width: 250px;
}

.ovabrw_service_wrap{
    width:100%;
}

.wrap-item.two_column{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.forms-booking-tab .romancy-booking .ovabrw_extra_service .ovabrw_resource .item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}
.forms-booking-tab .romancy-booking .ovabrw_extra_service .ovabrw_resource .item:not(:last-child) {
    border-bottom: 1px solid #cacaca;
}
.forms-booking-tab .romancy-booking .ovabrw_extra_service .ovabrw_resource .item .left {
    display: inline-flex;
}
.forms-booking-tab .romancy-booking .ovabrw_extra_service .ovabrw_resource .item .left input {
    text-align: center;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #cacaca;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    /*appearance: none;*/
}
.forms-booking-tab .romancy-booking .ovabrw_extra_service .ovabrw_resource .item .left input:checked {
    background-color: var(--secondary-color);
}
.forms-booking-tab .romancy-booking .ovabrw_extra_service .ovabrw_resource .item .left label {
    display: inline-block;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 16px;
}
.forms-booking-tab .romancy-booking .ovabrw_extra_service .ovabrw_resource .item .right {
    color: var(--primary-color);
    font-weight: 500;
}
.ovabrw-deposit {
    margin: 0 15px;
    clear: both;
    width: 100%;
    display: block;
}
.ovabrw-deposit .title-deposite {
    font-size: 16px;
    margin-bottom: 8px;
    color: #000;
}
.ovabrw-deposit .ovabrw-type-deposit {
    display: flex;
}
.ovabrw-deposit input[type=radio]:checked + label {
    background-color: var(--secondary-color);
    opacity: 1;
    color: #fff;
}
.ovabrw-book-now {
    position: relative;
    width: 100%;
    gap: 0.5rem;
    align-items: center;
    /* justify-content: space-between; */
    padding: 0px;
    margin-top: 10px;
    background-color: transparent;
    border-radius: 0px 0px 5px 5px;
}
.ovabrw-book-now .main-btn{
    width: 100%;
    margin-top: 0px !important;
    color: var(--text-white); 
}
.ovabrw-book-now .main-btn:hover{
    color: var(--secondary-color);
}
button#reset-button-gaurav-data{
    background: var(--ocean-color);
    border-color:var(--ocean-color);
    font-weight: 400;
    margin-top: 0px !important;
    font-weight: 600;
    letter-spacing: 1px;
}

button#reset-button-gaurav-data:hover{
    background-color: var(--text-white);
    border-color: var(--secondary-color);
    color: var(--secondary-color);
}
.elementor-widget-container.get-quote{
    position: sticky;
    top: 5px;
}
.forms-booking-tab{
    padding: 30px 20px;
    box-shadow: 0px 0px 13px #dad9d9;
    border-radius: 10px;
}
.forms-booking-tab ul{
        margin-left: 0;
    padding-left: 0;
    list-style-type: none;
}
section.blog-details-area.ptb-90 {
    padding: 0;
}

img.rsImg.rsMainSlideImage {
    margin-left: auto !important;
}

form#booking_form p{
    text-align: center;
    font-size: 14px;
    margin-bottom: 0px;
}

form#booking_form p a{
    color: var(--secondary-color);
    }
    
/*==========================================================================
============================================================================
                        PROPERTY DETAILS PAGE END
============================================================================
=============================================================================*/


/*==========================================================================
============================================================================
                        PROPERTY LIST PAGE START
============================================================================
=============================================================================*/

.property {
    display: flex;
    justify-content: space-between;
    column-gap: 10px;
}
.property .container {
    display: flex;
    gap: 30px;
}
.property .main {
    width: 70%;
}
.property select {
    word-wrap: normal;
    width: 180px;
    height: 40px;
    font-size: 14px;
    padding: 10px;
    padding-left: 8px;
    padding-top: 8px;
    box-shadow: 0px 0px 0px 1.5px #dcdcdc;
    border-radius: 4px;
    border: 0px solid;
    background-color: #fafafa;
    opacity: 0.9;
    margin-left: 5px;
}
.container1.odd {
    margin-bottom: 30px;
    margin-top: 0px;
}
.property .container1 .left-sec {
    width: 100%%;
    box-shadow: 0px 0px 10px #dcdcdc;
    border-radius: 8px;
}
.left-sec .property-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 0px;
    padding: 8px;
}
.image-box {
    min-width: 250px;
    position: relative;
    height: 335px;
}
.left-sec img {
    width: 250px;
    object-fit: cover;
    border-radius: 5px;
    height: 100%;
}
a.price {
    padding: 6px 20px;
    font-size: 16px;
    color: #000;
    background: #fff;
    border-radius: 5px;
    position: absolute;
    left: 10px;
    bottom: 10px;
}
.property-content {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
}
.property-content h2 {
    display: block;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 23px;
    color: var(--secondary-color);
    font-family: var(--secondary-font);
    margin-top: 16px;
    height: 29px;
    overflow: hidden;
    line-height: 1.2;
}
.left-sec h2 a {
    font-size: 28px;
    color: var(--secondary-color);
    margin-bottom: 0px;
    display: block;
    font-family: var(--secondary-font);
}
.property-content h2 span {
    font-size: 14px;
    color: #6a6a6a;
    font-family: var(--secondary-font);
}
.property i {
    color: var(--secondary-color);
    margin-right: 0.5rem;
}
p.location {
    /*color: #6a6a6a;*/
    margin-bottom: 8px;
    font-size: 15px;
    text-align: left;
}
.left-sec ul {
    color: #000; 
    list-style-type: none;
    display: flex;
    /* justify-content: space-between; */
    /* font-size: 14px; */
    gap: 2rem;
    padding-left: 0px !important;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
}
.sidebar-container{
    position: sticky;
    top: 1rem;
}
.button-container p {
    margin-bottom: 0px !important;
    text-align: left;
}

.pro-btnss{
    padding-top: 1rem;
    margin-top: 1rem;
    border-top: 1px dashed var(--secondary-color);
}
.property .container1 .right-sec {
    width: 25%;
}
.sidebar.right {
    width: 30%;
    z-index:2;
}
.booking {
    padding: 0.5rem 1rem;
    text-align: center;
    font-size: 1.3rem;
    font-weight: 500;
    font-family: var(--primary-font);
    color: var(--text-white);
    background: var(--secondary-color);
}
.ovabrw_datetime_wrapper{
    position: relative;
}
h3.sidebar-head {
    font-family: var(--secondary-font);
    font-size: 1.6rem;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 20px;
    /*margin-top: 70px;*/
    color:var(--text-white);
    text-align: left;
}
.sidebar .col1 {
    font-size: 14px;
    width: 100%;
    margin-bottom: 20px;
    text-align: left;
}
.sidebar input {
    word-wrap: normal;
    width: 100%;
    height: 40px;
    font-size: 14px;
    padding: 10px;
    box-shadow: 0px 0px 0px 1.5px #dcdcdc;
    border-radius: 4px;
    border: 0px solid;
    background-color: #fafafa;
    opacity: 1;
    margin-top: 10px;
}
.property select {
    word-wrap: normal;
    width: 180px;
    height: 40px;
    font-size: 14px;
    padding: 10px;
    padding-left: 8px;
    padding-top: 8px;
    box-shadow: 0px 0px 0px 1.5px #dcdcdc;
    border-radius: 4px;
    border: 0px solid;
    background-color: #fafafa;
    opacity: 0.9;
    margin-left: 5px;
}
.sidebar select {
    margin-left: 0px !important;
    margin-top: 10px;
    width: 100%;
}
.sidebar .search-btn {
    text-align: left;
}
.property-content .button-container p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
}
.ui-widget.ui-widget-content{
    z-index: 99 !important;
}
#more a, #less a{
    text-align:center;
    margin-top:0px !important;
    cursor:pointer;
}

#less a{
   display:none; 
}

.overview-content{
    overflow: hidden;
    text-overflow: ellipsis;
    height: 100%;
    max-height: 252px;
    margin-bottom: 20px;
}

.overview-content h3{
    font-size:28px;
}

.sidebar-container {
    position: sticky;
    top: 1rem;
}

.forms-booking-tab {
    padding: 30px 20px;
    box-shadow: 0px 0px 13px #dad9d9;
    border-radius: 10px;
}

.forms-booking-tab ul {
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
}

.forms-booking-tab .booking {
    padding: 0.5rem 0.3rem;
    text-align: center;
    font-size: 1.3rem;
    font-weight: 500;
    font-family: var(--primary-font);
    color: var(--text-white);
    background: var(--secondary-color);
}

.forms-booking-tab .booking span{
    display: block;
    font-size: 15px;
}

.rental_item {
    margin-bottom: 1rem;
    display: inline-block;
    width: 48%;
}

.forms-booking-tab .romancy-booking label {
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 0px;
    color: var(--primary-color);
}

.ovabrw_datetime_wrapper {
    position: relative;
}

.forms-booking-tab .ovabrw_booking_form .wrap_fields .ovabrw_datetime_wrapper input {
    padding: 10px 10px 10px 30px;
    background-color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
}

input#show-target-data {
    padding: 10px 10px 10px 40px;
    font-size: 14px;
}

.property i {
    color: var(--secondary-color);
    margin-right: 0.5rem;
}

.booking_form1 .ovabrw_datetime_wrapper i, .booking_form1 .ovabrw_service_select.rental_item i {
    position: absolute;
    top: 1.2rem;
    left: 0.5rem;
    font-size: 22px;
    color: var(--secondary-color);
}

.booking_form1 .ovabrw_service_select.rental_item i{
    left: 1.3rem;
    top: 1.3rem;
}
/*==========================================================================
============================================================================
                        PROPERTY LIST PAGE END
============================================================================
=============================================================================*/

section.get-quote-sec h2{
    font-weight: 400;
    font-size: 2.45rem;
    color: var(--secondary-color);
    /* text-transform: uppercase; */
    font-family: var(--secondary-font);
    margin-bottom: 1.375rem;
}

section.get-quote-sec .container{
    max-width: 990px;
}

section.get-quote-sec th{
background: var(--secondary-color);
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 15px;
}

.table-bordered>:not(caption)>*>*,.table-bordered>:not(caption)>*{
    border-color:var(--secondary-color);
}

section.get-quote-sec td{
    font-weight:bold;
    font-size: 15px;
}

section.get-quote-sec b, section.get-quote-sec strong{
   font-weight:bold; 
}

section.get-quote-sec label {
    display: inline-block;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
}

section.get-quote-sec .form-control{
    border-color:var(--secondary-color);
}

.About-sec th{
    background: var(--secondary-color);
    color: #fff;
    text-align: center;
    font-size: 15px;
}

.About-sec td{
    border:1px solid var(--secondary-color);
    font-weight: bold;
    font-size: 15px;
}

.About-sec b, .About-sec strong{
   font-weight:bold; 
}

.About-sec .t1{
    border-color:transparent;
}

.About-sec .book{
    background-color:transparent;
    color:#000;
}

section.about_wrapper.error {
    padding: 5rem 0;
}

section.about_wrapper.error h1 {
    color: var(--secondary-color);
    font-size: 100px;
    font-weight: bold;
    font-family: var(--primary-font);
    margin-bottom: 40px;
}

section.about_wrapper.error .row.m-0 {
    text-align: center;
}

section.about_wrapper.error a {
    width: 150px;
    margin: auto;
}

#sig-canvas{
    /* width:100%; */
}

.rsDefault .rsThumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.Blog-details img{
    width: 550px;
    margin-right: 20px;
}

section.Blog-details .container{
    display: flex;
}

.logo {
    display: flex;
    gap: 15px;
    flex-direction: column;
    align-items: center;
}

.logo img{
    width:200px;
}

.left-sec .property-content {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 10px;
    padding-left: 20px;
}

.map iframe{
    height:500px !important;
}

.img-logo {
    display: flex;
    gap: 10px;
}

.img-logo img{
    width:150px;
    justify-content: space-between;
}

.about-img2 img{
    height: 400px;
    width: 100%;
    object-fit: cover;
}

a.sticky.main-btn {
    transform: rotate(-90deg);
    position: fixed;
    left: auto;
    right: -39px;
    top: 52%;
    z-index: 999;
    display: none;
    color: #fff !important;
    background: var(--ocean-color);
    font-size: 14px;
    padding: 1.5em 2.333em;
}

video.js-hero-slide__inner {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tab-content h3{
font-size:32px;    
}

.row.text-center.mt-4.bttn div{
    width:220px;
    padding: 0px;
}

.row.text-center.mt-4.bttn label{
    display:none;
}

.row.text-center.mt-4.bttn button{
    width:100%;
}

.row.text-center.mt-4.bttn {
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.content-blog h3{
    font-size: 26px;
    line-height: 1.2;
    margin-top: 15px;
    margin-bottom: 10px;
    height: 63px;
}

.blog img{
    height: 400px;
    width: 100%;
    object-fit: cover;
}

.blog .main-btn{
    margin-top:0px;
}

section.Blog-sec .col-lg-6{
    margin-bottom:30px;
}

section.Blog-details h1{
    display:none;
}

section.Blog-details img {
    width: 550px;
    margin-right: 20px;
    height: 595px;
    object-fit: cover;
}

.video-sec button {
    position: absolute;
    right: 10px;
    bottom: 20px;
    z-index: 1;
    text-align: center;
    padding: 5px;
    width: 35px;
    height: 35px;
    display: none;
}
section#about .para-section {
    overflow: hidden;
    text-overflow: ellipsis;
    height: 250px;
    margin-bottom: 10px;
}

.blog-para {
    overflow: hidden;
    text-overflow: ellipsis;
    height: 506px;
}
div#gaurav-new-data-area {
    font-size: 14px;
}
fieldset .even-1.boxSpacingSet8{
    display: flex;
    align-items: center;
    gap: 10px;
}

fieldset .even-1.boxSpacingSet8 input{
    font-size: 32px;
    width: 17px;
    height: 20px;
}

fieldset .even-1.boxSpacingSet8 strong{
    font-size: 20px;
}

.card{
    border: 0px solid rgba(0,0,0,.125);
}

.row.card-detail {
    margin-top: 50px;
}

.row.card-detail h3{
    padding-left: 0px;
    padding-right: 0px;
}

.row.card-detail .col-xs-12{
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 20px;
}

.row.card-detail .col-xs-12.col-md-4.form-group.expiration.required {
    padding-left: 15px;
}

.row.card-detail .form-control{
    border: 1px solid #62ade4;
    border-radius: 0px !important;
    margin-top: 10px;
}

.row.card-detail .btn-primary {
    color: #fff;
    background-color: var(--ocean-color);
    border-color: var(--ocean-color);
    border-radius: 0px !important;
    padding: 15px 25px !important;
}

.row.card-detail .row.mt-4 div{
    text-align:center;
}
video#mob {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.connect-sec {
    text-align: right;
    color: var(--text-white);
    font-size: 14px;
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    padding-right: 10px;
    display:none;
}

.connect-sec a{
    color: var(--text-white);
}


/*===============================blog page section css start================================*/
.blog-content a.blog-read:hover{background-color: var(--secondary-color);color: var(--text-white);border-color: var(--secondary-color);}
.blog-headings p{padding: 0% 27%;}
.blog-content{padding: 15px;}
.blog-headings{text-align: center; padding-bottom: 40px;}
.blog-headings h5{color: #00E5CC;font-size: 18px;font-weight: 500;text-transform: uppercase;margin-bottom: 13px;}
.blog-headings h2{color: #000E44;font-size: 42px;font-weight: 700;/* text-transform: uppercase; */margin-bottom: 14px;}
.blog-headings p{color: #848E9F; font-size: 16px; font-weight: 400;}
.home-blog-image img{width: 100%;border-radius: 0px;border-bottom-left-radius: 0;border-bottom-right-radius: 0;
    height: 230px;
    object-fit: cover;
}
.blog-category{color: #848E9F;font-size: 16px;font-weight: 400;position: absolute;bottom: 10px;right: 10px;background-color: #731a17;padding: 5px 23px;border-radius: 50px;color: #fff;box-shadow: 0px 0px 10px #fff;}
.blog-category a{color: #fff;}
.home-blog-image{position: relative; margin-bottom: 0px;}
.blog-date {color: #000;font-size: 14px;font-weight: 500;margin-left: 20px;
    letter-spacing:0px;
}
.blog-feat{margin-top: 10px;margin-bottom: 9px;}
.blog-date:first-child{margin-left: 0px;
    letter-spacing: 0px;}
.blog-date i{color: var(--secondary-color);
    font-size: 15px;}
.blog-content h4 a{font-weight: 500;
    font-size: 23px;
    text-decoration: none;
    line-height: 15px;
    color: var(--secondary-color);}
.blog-content p{color: #000;
    font-size: 16px;
    font-weight: 400;
    height: 104px;}
.blog-content a.blog-read{color: #fff;font-size: 16px;background-color: var(--ocean-color);padding: 8px 16px;display: inline-block;margin-top: 7px;border-radius: 0;text-decoration: none;margin-bottom: 12px;}
.blog-content a.blog-read i{margin-left: 5px;font-size: 14px;}
.blog-wrapper{padding: 70px 0px 0px;}
.blog-page{margin-bottom: 30px;background-color: #fff;/* padding: 15px; */border-radius: 0px;box-shadow: 0 2px 20px rgb(0 0 0 / 15%);}
.blog-content h4{line-height: 1.1;
    margin-bottom: 20px;
    font-family: var(--secondary-font);
    color: var(--secondary-color);
    height: 52px;
    overflow: hidden;}

/*=================================blog page section css end==============================*/

/*=================================Blog detail section css start==================================*/
.blog-detail-page-title h3{font-size: 24px; text-align: center; margin-bottom: 30px; color: #000E44; font-weight: 600; }
.blog-detail-image img{width: 100%;height: 370px;max-height: 370px;object-fit: cover;}
.blog-detail-image{position: relative;}
.blog-detail-title h1{color: #000E44;text-decoration: none;font-size: 33px;margin-top: 10px;font-weight: 600;margin-bottom: 15px;}
.blog-detail-title h2{color: #000E44;text-decoration: none;font-size: 29px;margin-top: 10px;font-weight: 600;margin-bottom: 15px;}
.blog-detail-title h3{    color: var(--secondary-color);
    text-decoration: none;
    font-size: 26px;
    margin-top: 10px;
    font-weight: 500;
    margin-bottom: 15px;}
.blog-detail-title h4{color: #000E44;text-decoration: none;font-size: 24px;margin-top: 10px;font-weight: 600;margin-bottom: 15px;}
.blog-detail-title h5{color: #000E44;text-decoration: none;font-size: 22px;margin-top: 10px;font-weight: 600;margin-bottom: 15px;}
.blog-detail-title h6{color: #000E44;text-decoration: none;font-size: 20px;margin-top: 10px;font-weight: 600;margin-bottom: 15px;}
.blog-detail-title{margin-top: 20px;}
.blod-detail-description p{text-align: justify;font-size: 15px;font-weight: 400;color: #000;}
.blod-detail-description{margin-top: 13px;}
.blog-detail-wrapper .widget {padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 0 20px rgb(0 0 0 / 7%);
    margin-bottom: 30px;}
h2.widget-title, h2.widgettitle {font-size: 26px;
    padding-bottom: 18px;
    margin-bottom: 30px;
    position: relative;
    color: var(--secondary-color);
    font-weight: 500;
    font-family: var(--secondary-font);}
.blog-detail-wrapper .widget-title:after{position: absolute;content: '';width: 63px;height: 2px;background-color: var(--secondary-color);bottom: 6px;left: 0;}
#secondary .widget ul {margin: 0; padding-left: 0; list-style-type: none; }
.blog-detail-wrapper .widget ol li, .blog-detail-wrapper .widget ul li {padding: .72rem 0; border-bottom: 1px solid #e8ecef; border-top: 1px solid #e8ecef; list-style-type: none; padding-left: 0; display: flex; justify-content: space-between; }
.blog-detail-wrapper .widget_categories ul{padding-left: 0;}
.blog-detail-wrapper .widget ol li:first-child, .blog-detail-wrapper .widget ul li:first-child {border-top: none; padding-top: 0; }
#secondary .widget ul li {position: relative; }
.blog-detail-wrapper .widget_categories li a {display: flex; color: #000!important; font-size: 16px; text-decoration: none; }
.blog-detail-wrapper .widget_categories li a i {display: flex; color: #000!important; padding-left: 20px; font-size: 19px; padding-right: 14px; padding-top: 7px; }
.blog-detail-wrapper .widget_recent_entries img {margin-right: 17px; height: 74px; max-width: 75px; display: block; object-fit: cover; border-radius: 10px; }
.blog-detail-wrapper .widget_recent_entries li.item-recent-post .title-post {display: flex; flex-direction: column; width: 224px;}
.blog-detail-wrapper .widget_recent_entries li.item-recent-post a {display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;line-height: 1.3;max-height: 2.6em;margin-bottom: .5em;font-size: 17px;color: #000;text-decoration: none;font-weight: 600;}
.blog-detail-wrapper .widget_recent_entries .post-date {display: block;font-size: 14px!important;font-size: .6875rem;color: var(--secondary-color);text-transform: uppercase;}
.blog-detail-wrapper .widget_recent_entries ul{padding-left: 0px;}
.feat_blog_con p span {color: var(--text-black);font-size: 16px;margin-right: 17px;font-weight: 400;}
.feat_blog_con p span a {color: var(--secondary-color);font-size: 15px;margin-right: 17px;font-weight: 400; text-decoration: none;}
.blog-detail-image{position: relative;}
.blog-detail-image img{border-radius: 10px;}
.blog-detail-image .blog-detail-cat{font-size: 16px;font-weight: 400;position: absolute;bottom: 10px;right: 10px;background-color: #721915;padding: 5px 23px;border-radius: 50px;color: #fff;box-shadow: 0px 0px 10px #fff;}
.blog-detail-image .blog-detail-cat a{color: #fff; text-decoration: none;}
.blog-detail-wrapper  .blod-detail-description img{width:100%;}

section.blog-detail-wrapper.mt-5 {
    margin-top: 0px !important;
}

.blod-detail-description span{
    font-family: var(--primary-font);
    font-size:16px;
}

.blod-detail-description a span, .blod-detail-description a{
    color:var(--secondary-color) !important;
    text-decoration-color: var(--secondary-color) !important;
}

.feat_blog_con i{
     color:var(--secondary-color);
}
/*=================================Blog detail section css end==================================*/
section#about {
    background: #fff;
    padding: 60px 0;
}

section#about h3.heading{
    font-family: var(--secondary-font);
    color: var(--text-black);
    font-size: 22px;
    line-height: 1.2;
}

section#about h2{
    font-size: 2.25rem;
    color: var(--secondary-color);
    /* text-transform: uppercase; */
    font-family: var(--secondary-font);
    margin-bottom: 1.375rem;
    line-height: 1.4;
    font-weight: 700;
}

section#about .col-lg-6.text-center.text-lg-start {
    padding-right: 30px;
}

section#about .about-img1 {
    text-align: left;
    width: 100%;
}

section#about .about-img1 img {
   height: 403px;
    object-fit: cover;
    width: 55%;
}

section#about .about-img2 img {
    width: 66%;
    height: 262px;
    border: 12px solid #fff;
    object-fit: cover;
    position: absolute;
    right: 0;
    left: auto;
    bottom: -20px;
}

section#about .about-img2 {
    text-align: left;
    width: 100%;
}

section#about .about-img3 img {
    width: 100%;
    height: 480px;
    object-fit: cover;
}

section#about .about-img3 {
    width: 40%;
    margin-left: auto;
    padding-left: 10px;
    position: absolute;
    top: 0px;
    right: 0px;
}

section#about .col-lg-6.mb-4.mb-lg-0.ps-lg-4.position-relative.text-center{
    padding-left: 12px !important;
    padding-right: 12px;
    background-image: url(../images/about-bg.png);
    background-size: content;
    background-repeat: no-repeat;
    position: relative;
    background-position: top -13% right 0%;
}
section#about .col-lg-6.text-center.text-lg-start {
    padding-right: 12px;
    padding-left: 12px;
}

.modal-edu-con .close-bttn {
    text-align: right;
}

.modal-edu-con h5{
    text-align: center;
    /* font-family: var(--primary-font); */
    color: var(--secondary-color);
}

.flexible {
    width: 275px;
}

.price-head {
    width: 30%;
    display: flex;
}

.flexible p{
    margin-bottom: 0px;
    font-weight: bold;
    color: var(--secondary-color);
    font-size: 14px;
    line-height: 1.5;
}

.flexible.pro-det {
    width: 100%;
    margin-bottom: 30px;
}

.flexible.mob {
    display: none;
}

.r-price .main-head {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.property-tab {
    background: var(--text-white);
    box-shadow: 0px 0px 13px #dad9d9;
    position: sticky;
    top: 0;
    z-index: 1;
}

.property-tab ul.main-menu-list-in.navbar-nav.menu-navbar-nav {
    flex-direction: row;
    padding: 0px;
}

.property-tab a.nav-link {
    padding: 10px;
    padding-left: 10px !important;
    padding-right: 10px !important;
    color: var(--text-black);
    
}

li.nav-item.active a.nav-link{
     color: var(--text-white);
     background:var(--secondary-color);
}

.property-tab a.nav-link:hover {
     color: var(--text-white);
     background:var(--secondary-color);
}

.col.span_6.fwImage {
    padding: 0px;
}
.booking-area .col-lg.md-3.mb-lg-0.loct.icns.position-relative {
   padding: 0px;
    display: flex;
    align-items: center;
}
.booking-area .col-lg.md-3.mb-lg-0.loct.icns.position-relative input{
    border-right:0px solid;
}
.booking-area .col-lg.md-4.md-lg-0.srch-btn {
    padding: 0px;
}
.line {
    width: 100px;
    height: 3px;
    background: var(--secondary-color);
    margin-bottom: 20px;
}
.head .line{
    margin: auto;
    margin-bottom: 20px;
}
.head h3{
    text-align: center;
    margin-bottom: 30px;
    font-family: var(--secondary-font);
    font-size: 36px;
    margin-bottom: 50px;
    font-weight: 700;
    color: var(--text-black);
    text-transform: uppercase;
}

#about1 .col-lg-6.mb-4.mb-lg-0.ps-lg-4.position-relative.text-center{
    padding-left: 12px !important;
}
#about1 .about-img2 {
    width: 94%;
}
#about1 .about-img2 img {
    height: 540px;
}
#about1  .about-owner {
    margin-bottom: 12px;
}
#about1 p.p {
    font-size: 20px;
    font-weight: 500;
    color: var(--secondary-color);
    border-left: 2px solid var(--secondary-color);
    padding-left: 18px;
    line-height: normal;
    margin-bottom: 1rem;
}
#about1 .about-owner h2 {
    font-size: 1.5rem;
    line-height: 1.5;
    color: var(--primary-text);
    font-weight: 500;
    text-transform: uppercase;
    font-family: var(--secondary-font);
}
section.contact-us {
    padding: 50px 0;
}
.address .right{
    border-right: 1px solid #cdcdcd;
}
.address h4{
    color: var(--secondary-color);
    font-family: var(--secondary-font);
    margin-bottom: 10px;
    font-size: 17px;
}
.address p{
    margin-bottom:0px;
}
.address .fa-solid, .fas{
    color: var(--secondary-color);
}
.form-map .main-wrapper {
    border-radius: 10px;
    padding: 25px;
    width: 100%;
    box-shadow: 0 0 5px 5px #00000020;
    backdrop-filter: blur(5px);
    background-color: #ffffff85;
}
.form-map {
    padding: 60px 12px;
}
h2.form-head {
    font-size: 25px;
    line-height: 40px;
    font-weight: 600;
    text-align: left;
    margin: 0px 0 25px;
    font-family: var(--secondary-font);
    color: var(--secondary-color);
}
section.contact-us .form-label {
    margin-bottom: 10px;
    display: block;
    font-size: 16px;
}
section.contact-us input.form-input, section.contact-us textarea {
    height: 54px;
    font-size: 13px;
    color: #060606;
    line-height: 34px;
    font-weight: 400;
    border-radius: 0px;
    padding: 10px 10px 10px 10px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    width: 100%;
    margin-bottom: 10px;
}
section.contact-us textarea{
    height:150px;
}

section.contact-us button.main-btn {
    margin-top: 0px !important;
}
section.contact-us .form-main {
    width: 100%;
}
section.contact-us .col-5.form {
    display: flex;
    align-items: center;
}

section.c-gallery {
    padding: 50px 0;
}
section.c-gallery h1{
    color: var(--primary-text);
    font-size: 28px;
    line-height: 1.5;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    text-align: left;
}
.gallery-box {
    text-align: center;
    height: 325px;
    box-shadow: 0px 0px 5px #888888;
}
.gallery-box img{
    width:100%;
    height:100%;
    object-fit:cover
}
.form-control:focus{
    box-shadow: 0 0 0 0rem rgba(13,110,253,.25) !important;
}
section.contact-us .map iframe {
    height: 800px !important;
}
.btn-success{
    background-color: var(--secondary-color) !important;
    border-color: var(--secondary-color) !important;
}
.btn-success:hover{
    background-color: transparent !important;
}
input.coupon-code {
    height: 38px;
    padding: 5px;
}
section.About-sec.rental form{
    padding: 0px;
}
fieldset .even-1.boxSpacingSet8 strong {
    font-size: 16px;
}
.pay-btn label{
    display: none;
}