@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background-color: #DDD;
    border-radius: 10px;
}
::-webkit-scrollbar-track {
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    background: #9D9172; 
    border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
    background: #9D9172; 
}
p, pre, h1, h2, h3, h4, h5, h6, label, span, a, .cta-custom-style-textbox, textarea, th{
    font-family: 'Poppins', sans-serif !important;
}
a{
    text-decoration: none !important;
}
body, html{
    height: 100%;
    width: 100%;
}
header{
    z-index: 100000;
    position: relative;
    box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
}
.box-shadow{
    box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
    border-radius: 10px;
}


.bg-white{
    background-color: #FFF !important;
}
.header-logo
{
    width: 150px;
}
.button-theme
{
    border-radius: 5px;
    font-size: 16px !important;
    background-color: #2c376e;
    color: #FFF;
    position: relative !important;
    padding: 13px 30px;
    transition: all .5s !important;
}
.button-theme:hover{
    background-color: #069fde;
    color: #FFF;
    box-shadow: 5px 5px 0px #2c376e;
}
.button-theme.alt
{
    border-radius: 5px;
    font-size: 16px;
    background-color: #069fde;
    color: #FFF;
    position: relative;
    padding: 13px 30px;
    transition: all .5s;
}
.button-theme.alt:hover{
    background-color: #FFF !important;
    color: #2c376e !important;
    box-shadow: 5px 5px 0px #069fde !important;
}
.hero-section
{
    background-image: url('../images/Hero\ Image.jpeg');
    background-image: linear-gradient(to right, rgba(0,0,0,0.9), rgba(0,0,0,0.3)), url('https://images.pexels.com/photos/1438834/pexels-photo-1438834.jpeg?cs=srgb&dl=pexels-frans-van-heerden-1438834.jpg&fm=jpg');
    background-size: cover;
    background-position: center;
    min-height: 800px;
}
.inner-hero-section{
    background-image: linear-gradient(to right, rgba(0,0,0,0.9), rgba(0,0,0,0.7)), url('https://images.pexels.com/photos/1438834/pexels-photo-1438834.jpeg?cs=srgb&dl=pexels-frans-van-heerden-1438834.jpg&fm=jpg');
    background-size: cover;
    background-position: center;
    min-height: 400px;
}
.hero-heading
{
    color: #FFF;
    font-size: 4.5em;
    line-height: 1.3em;
    font-weight: 600;
}
.text-white{
    color: #FFF !important;
}
.text-light{
    color: #CCC !important;
}
.para
{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6em;
}
.heading
{
    font-size: 2em;
    line-height: 1.3em;
    font-weight: 700;
}
.heading::after{
    content: "";
    position: absolute;
    width: 50px;
    height: 4px;
    background-color: #069fde;
    bottom: -15px;
    border-radius: 5px;
    left: 50%;
    transform: translate(-50%);
}
.item-heading{
    font-size: 18px;
    line-height: 1.3em;
    font-weight: 600;
}
.why-choose-us-icon
{
    font-size: 50px;
    color: #069fde;
}
.bg-light
{
    background-color: #f3f3f3 !important;
}
.property-wrapper
{
    background-color: #FFF;
    border-radius: 10px;
    transition: all .5s !important;
    border: solid 1px #DDD;
}
.property-wrapper:hover{
    box-shadow: 5px 5px 0px #2c376e;
}
.property-wrapper img{
    border-radius: 7px;
    border: solid 1px #EEE;
}
.property-heading a{
    font-size: 20px;
    color: #000;
    font-weight: 600;
    transition: all .5s;
}
.property-wrapper:hover .property-heading a, .property-heading a:hover{
    color: #069fde;
}
.property-meta span:first-child{
    height: 25px;
    width: 25px;
    display: flex;
    min-width: 25px;
    color: #069fde;
    background-color: #069dde38;
    border-radius: 100%;   
}
.property-meta span:first-child i{
    margin: auto;
    font-size: 12px;
}
.property-meta span:last-child{
    font-size: 14px;
    color: #999;
}
.price-wrap
{
    position: absolute;
    background-color: #069fde;
    border-radius: 7px;
    top: 10px;
    right: 10px;
    z-index: 2;
    /* border: solid 1px #2c376e; */
}
.price-wrap .price{
    color: #FFF;
    font-weight: 500;
    font-size: 22px;
}
.price-wrap p{
    font-size: 16px;
    color: #ddd;
}
.carousel-control-next, .carousel-control-prev{
    opacity: 1 !important;
}
.carousel-control-next-icon, .carousel-control-prev-icon{
    background-color: #069fde;
    padding: 10px !important;
    border-radius: 5px;
    background-size: 25px;
}
.subscription-text-box
{
    border: solid 1px #dDD !important;
    padding: 20px !important;
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000 !important;
}
.form-control:active, .form-control:focus{
    box-shadow: none !important;
}
.button-theme
{
    background-color: #2c376e !important;
    border: solid 1px #2c376e !important;
    color: #FFF !important;
}
.button-theme:hover{
    background-color: #069fde !important;
    border: solid 1px #069fde !important;
}
.bg-blue
{
    background-color: #2c376e;
}
.footer-logo
{
    background-color: #FFF;
    width: 200px;
    padding: 10px;
    border-radius: 5px;
}
.footer-menu li a
{
    color: #FFF;
    transition: all .5s;
}
.footer-menu li a:hover{
    color: #069fde;
}
.property-detail-heading
{
    font-size: 30px;
    font-weight: 700;
}
.feature-span-icon
{
    height: 90px;
    width: 90px;
    border-radius: 100%;
    background-color: #069dde18;
}
.feature-span-icon img{
    width: 50px;
}
.heading-features
{
    font-size: 20px;
    font-weight: 600;
}
.features-para
{
    font-size: 14px;
    color: #666;
}
.sleep-box
{
    border-radius: 10px;
    border: solid 1px #DDD;
}
.sleep-img
{
    height: 50px;
}
.features-list-img
{
    width: 30px;
}
.daterangeinput
{
    border: solid 1px #DDD !important;
    border-radius: 5px !important;
    color: #000 !important;
}
.form-label-checkin
{
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
    line-height: 20px !important;
}
.guest-wrap
{
    border: solid 1px #DDD;
    border-radius: 5px;
}
.guest-heading{
    font-size: 18px;
    font-weight: 600;
    color: #000;
}
.value-button {
    display: inline-block;
    border: 1px solid #ddd;
    margin: 0px;
    width: 40px;
    height: 40px;
    border-radius: 100% !important;
    text-align: center;
    vertical-align: middle;
    padding: 11px 0;
    background: #eee;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.value-button:hover {
    cursor: pointer;
}
form #decrease {
    margin-right: -4px;
    border-radius: 8px 0 0 8px;
}
form #increase {
    margin-left: -4px;
    border-radius: 0 8px 8px 0;
}
input#number {
    text-align: center;
    border: none;
    margin: 0px;
    width: 40px;
    height: 40px;
    background-color: #FFF !important;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0;
}
input[type=child]::-webkit-inner-spin-button,
input[type=child]::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0;
}
input#child {
    text-align: center;
    border: none;
    margin: 0px;
    width: 40px;
    height: 40px;
    background-color: #FFF !important;
}
input[type=infants]::-webkit-inner-spin-button,
input[type=infants]::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0;
}
input#infants {
    text-align: center;
    border: none;
    margin: 0px;
    width: 40px;
    height: 40px;
    background-color: #FFF !important;
}
.daterangepicker{
    border-radius: 10px !important;
    border: none !important;
    box-shadow: 0px 0px 30px rgba(0,0,0,0.1) !important;
}
.daterangepicker.opensright:after{
    left: 20px !important;
}
.daterangepicker.opensright:before{
    display: none;
}
.applyBtn
{
    border-radius: 5px;
    font-size: 16px !important;
    background-color: #2c376e;
    color: #FFF;
    position: relative !important;
    padding: 13px 30px;
    transition: all .5s !important;
    border: none !important;
    font-weight: 400 !important;
}
.applyBtn:hover{
    background-color: #069fde;
    color: #FFF;
    box-shadow: 3px 3px 0px #2c376e;
}
.calendar-table th{
    font-size: 13px !important;
    font-weight: 500 !important;
}
.daterangepicker .calendar-table th, .daterangepicker .calendar-table td{
    height: 34px !important;
    width: 34px !important;
}
.daterangepicker td.in-range{
    background-color: #f3f3f3;
}
.daterangepicker td.in-range:first-child{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
td.start-date{
    background-color: #069fde !important;
    color: #FFF !important;
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}
td.end-date{
    background-color: #069fde !important;
    color: #FFF !important;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}
#lightboxOverlay{
    z-index: 100000 !important;
}
#lightbox{
    z-index: 100001 !important;
}
.modal-content{
    border-radius: 10px !important;
    overflow: hidden !important;
}
.modal-header
{
    background-color: #2c376e;
    color: #FFF !important;
}
.modal-header .btn-close{
    color: #FFF !important;
    background-color: #FFF !important;
    border-radius: 100% !important;
}
.shadow-box
{
    border-radius: 10px;
    border: solid 1px #DDD;
    position:relative;
    transition: all .5s;
    background-color: #FFF;
    overflow: hidden;
}
.shadow-box:hover{
    box-shadow: 5px 5px 0px #2c376e;
}
.service-img
{
    width: 80px;
    padding: 10px;
    background-color: #069fde;
    border-radius: 10px;
    height: 80px;
}
.service-img i{
    color: #FFF;
    font-size: 50px;
}
.para a{
    color: #000;
    transition: all .5s;
}
.para a:hover{
    color: #069fde;
}
.contact-us-wrap
{
    box-shadow: 0px 0px 20px -5px rgba(0,0,0,.17);
    background-color: #FFF;
    border-radius: 10px;
}
.contact-section-first-col
{
    background-color: #2c376e;
    border-radius: 7px;
}
.small-heading
{
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}
.small
{
    font-size: 14px !important;
}
.social-media-icons-contact
{
    background-color: #069fde;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    color: #FFF;
    text-decoration: none;
    font-size: 18px;
    transition: all .3s;
}
.social-media-icons-contact:hover{
    color: #069fde;
    background-color: #FFF;
}
.small-heading
{
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}
.datepickertextbox{
    border: solid 1px #DDD !important;
    border-radius: 5px !important;
    color: #000 !important;
    padding: 15px 15px !important;
}


.box_calander_day, .BookedDay_calander, .box_calander_day2, .past_date {
    border: none !important;
    cursor: pointer !important;;
    text-align: center !important;;
    padding: 0px !important;;
    font-weight: 600 !important;;
    font-size: 11px !important;;
    position: relative !important;;
    color: #000000dc !important;;
    height: 55px !important;;
    width: 55px !important;;
    max-width: 55px !important;;
    min-width: 55px !important;;
    min-height: 55px !important;;
}
.price{
    color:#2c376e !important;
}
#price_current, #price_current2{
    color:#FFF !important;
}
.calender_heading{
    background-color:#069fde !important;
}
.calender_heading th{
    text-align:center !important;
    color:#FFF !important;
    font-weight:500 !important;
}
.calender_heading th:first-child{
    border-top-left-radius:20px !important;
    border-bottom-left-radius:20px !important;
}
.calender_heading th:last-child{
    border-top-right-radius:20px !important;
    border-bottom-right-radius:20px !important;
}
.calendar-header{
    border-bottom:none !important;
}
.calender_btn{
    border: solid 1px #DDD !important;
    padding: 5px 10px !important;
    border-radius: 5px;
}
.current_date_calander2, .current_date_calander{
    background: #2c376e !important;
    border-radius: 100% !important;
    color:#FFF !important;
}