﻿body {
    color: #000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 24px;
    font-family: 'Basic Sans';
    background: rgb(255 236 181 / 10%);
}

@font-face {
    font-family: 'PT Serif';
    src: url('../fonts/PTSerif-Regular.woff2') format('woff2'), url('../fonts/PTSerif-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PT Serif';
    src: url('../fonts/PTSerif-Bold.woff2') format('woff2'), url('../fonts/PTSerif-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Basic Sans';
    src: url('../fonts/BasicSans-Regular.woff2') format('woff2'), url('../fonts/BasicSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.head-book {
    max-width: max-content;
    margin: auto;
}
.bglightblue {
    background-color: rgb(36 88 144 / 8%);
    border: solid 1px rgb(112 112 112 / 31%);
}

.fw-600 {
    font-weight: bold;
}

h1, h2, h3, h4, h5 {
    font-family: 'PT Serif';
    font-weight: bold;
}

.ptserif {
    font-family: 'PT Serif';
}

p {
    line-height: 1.2;
    font-size: 24px;
    font-weight: normal;
}

h1 {
    font-size: 90px;
    line-height: 1.2;
}

h2 {
    font-size: 60px;
    line-height: 1.2;
}
h3 {
    font-size: 38px;
    line-height: 1.2;
}
.fs-40 {
    font-size: 38px;
    line-height: 1.2;
}
.fs-45 {
    font-size: 45px;
    line-height: 1.2;
}
.mx-80 {
    margin: 0px 80px;
}

.px-100 {
    padding-left: 80px;
    padding-right: 80px;
}

.px-40 {
    padding-left: 40px;
    padding-right: 40px;
}

.bg-dark-blue {
    background: #395884;
}
    .btn-4{
        text-decoration: underline;
    }
a:hover {
    color: #395884;
}

a {
    color: #000000;
    text-decoration: none;
    transition: all 0.3s;
    font-weight: 500;
    font-size: 24px;
}

.fixed .top-btn .btn {
    height: auto;
    padding: 10px 10px;
    background-size: 40px;
}

    .fixed .top-btn .btn:hover {
        background-size: 40px;
    }

.top-btn {
    max-width: 100%;
}

    .top-btn .btn {
        max-width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 14px 10px;
        background: #245890;
        border: 2px solid #245890;
        font-weight: 500;
        color: #ffffff;
        transition: all .5s;
        border-radius: 18px;
        -webkit-border-radius: 18px;
        -moz-border-radius: 18px;
        -ms-border-radius: 18px;
        -o-border-radius: 18px;
    }

        .top-btn .btn:hover {
            background: transparent;
            border: 2px solid #000;
        }

.btn {
    background: #245890;
    border: 2px solid #245890;
    font-weight: 500;
    color: #ffffff;
    border-radius: 18px;
    padding: 12px 20px;
    max-width: 265px;
    font-size: 25px;
    transition: all .5s;
    font-weight: 500;
    width:100%;
}


.btn-3 {
    border-color: #ffffff;
    color: #ffffff;
}

    .btn-3:hover {
        color: #ffffff !important;
    }

.btn2 {
    background: #BBE5F0;
}

.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0;
}

a.btn:hover {
    color: #000;
    background: transparent;
}

.h1-main-px {
    padding: 0;
}

.pl-130 {
    padding-left: 4%;
}

.pr-130 {
    padding-right: 4%;
}

.bg-tintsgreen a:hover {
    color: #4aa6ac !important;
}

ul {
    list-style-position: inside;
}

*,
::after,
::before {
    box-sizing: inherit;
}

.f-color-F8F4F0 {
    color: #001b11;
}

.cursor-pointer {
    cursor: pointer;
}

.carousel-caption .fs-60 {
    font-size: 62px;
    line-height: 1.2;
}

.mt-100 {
    margin-top: 100px;
}

.mt-200 {
    margin-top: 130px;
}

.mb-100 {
    margin-bottom: 100px;
}

.py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.px-200 {
    padding: 0 280px;
}

.py-130 {
    padding-top: 130px;
    padding-bottom: 130px;
}

.py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.pt-130 {
    padding-top: 140px;
}

.pr-12 {
    padding-right: 12%;
}

.mt-75 {
    margin-top: 75px;
}

.pl-lg-50 {
    padding-left: 50px;
}

.pr-lg-50 {
    padding-right: 50px;
}

.pb-130 {
    padding-bottom: 130px;
}

.bg-light-blue {
    background: #395884;
}
/*** Header Desktop Menu css  ****/
.headertop-contact {
    padding: 30px 40px;
    transition: all 0.3s;
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 999;
    background: #fff;
}

    .headertop-contact.fixed {
        background: #fff;
        border-bottom: solid 2px #fff;
        box-shadow: 0 1px 3px #fff;
        padding: 10px 40px;
        top: 0px;
    }

.fixed .logo {
    padding: 0;
    /* position: relative; */
    width: 140px;
    top: 11px;
}

.logo {
    transition: all 0.5s;
    padding: 0px;
    position: fixed;
    top: 30px;
    /* border: solid; */
    width: 275px;
    z-index: 11;
}

.fixed .sidenav ul li {
    padding: 10px 15px;
}

.sidenav ul li {
    padding: 10px 24px;
    transition:all .5s;
}

.accordion {
    display: block;
    width: 100%;
}

#linkid {
    position: relative;
}

.fixed .sidenav a.nav-link {
    color: #000;
    font-size: 25px;
}

.sidenav a.nav-link {
    text-decoration: none;
    line-height: 1.1;
    font-size: 25px;
    display: block;
    transition: 0.3s;
    color: #000000;
    padding: 8px 0;
    text-align: center;
    font-weight: 500;
}

.dropdwoen-sec {
    width: max-content;
    position: absolute;
    top: 60px;
    background: #ffffff;
    padding: 10px;
    z-index: 999;
    border: solid 2px #000;
}

.headersubmenu:hover .collapse:not(.show) {
    display: block !important
}

.headersubmenu .dropdwoen-sec ul li {
    padding: 5px 10px;
    width: fit-content;
}

    .headersubmenu .dropdwoen-sec ul li a:after {
        position: absolute;
        bottom: 0;
        content: '';
        background: #fff;
        height: 2px;
    }

.sidenav ul li a:hover:after {
    width: 100%;
}

.fixed .headersubmenu .dropdwoen-sec ul li a {
    font-size: 16px;
}

.headersubmenu .dropdwoen-sec ul li a {
    padding: 0;
    display: block;
    font-size: 16px;
    color: #000;
}
/*.collapse:not(.show) {
    display: block;
}*/
#accordion .active {
    color: #245890;
}

.sidenav a.nav-link:focus {
    color: #2D2E29;
}

.bookbtn {
    border: solid 1px #fff;
    font-size: 18px;
    color: #fff;
    padding: 18px 25px;
    margin-left: 30px;
}

.fixed .bookbtn {
    padding: 15px 40px;
}

.fixed .mobile_logo {
    display: inline-block;
}

.sidenav .nav-item.active ul li a {
    color: #2D2E29;
    border-bottom: solid 0px #A58F64
}

    .sidenav .nav-item.active ul li a:hover {
        color: #245890;
    }

.sidenav .nav-item.active ul li.active a {
    color: #245890;
}

.sidenav .nav-item.active ul li.active {
    background: #2D2E29 !important;
    color: #fff;
}

.nav-px {
    padding: 0 50px;
}

.sidenav ul li a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 0px;
    content: '';
    color: transparent;
    background: #245890;
    height: 2px;
}

.sidenav ul li a:hover:after {
    width: 100%;
}

.sidenav ul li .active:after {
    width: 100%;
}

.sidenav ul li a {
    position: relative;
}

    .sidenav ul li a:after,
    .sidenav ul li a:before {
        transition: all .5s;
    }

.sidenav a.nav-link:hover {
    color: #245890;
}

.sidenav .nav-item.active a {
    color: #245890;
    border-bottom: solid 2px #245890
}
/*** End Header Desktop Menu css  ****/
/*-------toTop-----------*/
#toTop {
    transition: transform 0.5s ease 0s;
    bottom: 75px;
    padding: 5px;
    position: fixed;
    right: 24px;
    z-index: 9;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12);
}

    #toTop img {
        position: absolute;
        left: 14px;
        z-index: 99;
        margin-top: 10px;
    }

#star-svg {
    position: fixed;
    right: 19px;
    bottom: 70px;
    width: 80px;
    height: 80px;
}
/*-------toTop-----------*/
.carousel-control-next,
.carousel-control-prev {
    top: 45%;
    height: 50px;
}

/*.overlay {
    position: relative;
    transition: all .5s;
}

    .overlay::before {
        content: '';
        background: #FFD23C;
        background: linear-gradient(360deg,rgba(255, 210, 60, 0.4) 0%, rgba(18, 44, 72, 0.19) 100%);
        position: absolute;
        width: 100%;
        height: 100%;
    }*/

.carousel-caption {
    position: absolute;
    right: 2%;
    bottom: 1.25rem;
    left: 2%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
    z-index:1;
}

.clander-box {
    background-color: #ffffff;
    display: flex;
    list-style: none;
    align-items: center;
    margin: 0;
    padding: 26px 20px;
    color: black;
    border-radius: 18px;
    justify-content: space-between;
}

.clander-box-1 .lh-15 {
    display: flex;
    align-items: center;
    /* margin-left: 20px; */
}

.clander-box-1 p {
    font-size: 30px;
    margin-bottom: 0;
}

.clander-box-1 i {
    padding-right: 4px;
    padding-left: 4px;
}

.clander-box-1 p span {
    font-size: 25px;
}

.homeHeroSlider .owl-nav.disabled, .owl-nav {
    display: block !important;
    font-size: 100px;
    color: #fff;
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0px;
}

.homeHeroSlider .owl-nav.disabled, .owl-nav {
    transform: translatey(-50%);
    font-size: 0;
    display: flex !important;
}

.homeHeroSlider .owl-nav .owl-prev, .homeHeroSlider .owl-nav .owl-next, .homeHeroSlider .owl-dot {
    cursor: pointer;
    position: absolute;
    font-size: 0;
    width: 21px;
    height: 46px;
    transform: translateY(-50%);
    top: 50%;
}

.homeHeroSlider .owl-nav .owl-next, .homeHeroSlider .owl-dot {
    cursor: pointer;
    position: absolute;
    font-size: 0;
    width: 21px;
    height: 46px;
    transform: translateY(-50%);
    top: 50%;
    right: 50px;
}

.homeHeroSlider .owl-nav .owl-prev, .homeHeroSlider .owl-dot {
    left: 50px;
}

.owl-nav .owl-prev {
    display: block;
    position: absolute;
    top:-55px;
    transform: translateY(-50%);
    left: 0;
}

.owl-nav .owl-next {
    position: absolute;
    top: -55px;
    transform: translateY(-50%);
    right: 0;
    /*border: solid 2px #000 !important;
    */
}

.cta-slider-h .owl-stage {
    margin-left: 122px;
}

/*.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block;
}*/

.cta-slider-h.carousel2 .owl-stage,
.cta-slider-h.carouselrooms .owl-stage {
    margin-left: 0;
}

.cta-slider-h.carousel3 .owl-stage {
    margin-left: 197px;
}

.cta-slider-h .owl-nav {
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    left: -188px;
}

    .cta-slider-h .owl-nav .owl-prev {
        display: block;
        margin: 20px 0;
        transform: rotate(180deg)
    }

    .cta-slider-h .owl-nav .owl-next {
        display: block;
        margin: 20px 0;
        transform: rotate(-180deg)
    }

    .cta-slider-h .owl-nav img {
        opacity: 0.5
    }

        .cta-slider-h .owl-nav img:hover {
            opacity: 1
        }

.owl-carousel a.owl-dot {
    background: linear-gradient(to bottom, #070E4B 33.33%, #fff 33.3%, #fff 66.66%, #070E4B 66.66%, #070E4B 100%);
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    width: 24px;
    display: inline-block;
    height: 6px;
    transition: 0.2s all;
}

    .owl-carousel a.owl-dot.active {
        background: #fff;
    }

.carouselnewroom6 .owl-carousel a.owl-dot {
    width: 21px !important;
}

.carouselnewroom5 .owl-carousel a.owl-dot {
    width: 21px !important;
}

.carouselnewroom3 .owl-carousel a.owl-dot {
    width: 21px !important;
}

.rooms-sliders .carouselrooms + .counter {
    color: #fff;
}

.rooms-sliders .counter {
    left: 47px;
}

.rooms-sliders .counter {
    color: #ffffff;
    left: 0;
}

.rooms-sliders .cta-slider-h .owl-dots {
    left: 43px;
}

.rooms-sliders .carouselrooms a.owl-dot {
    background: linear-gradient(to bottom, transparent 33.33%, #ffffff 33.3%, #ffffff 66.66%, transparent 66.66%, transparent 100%) !important;
}

    .rooms-sliders .carouselrooms a.owl-dot.active {
        background: #ffffff !important;
    }

.counter {
    position: absolute;
    bottom: -33px;
    right: 47px;
    color: #fff;
    font-size: 20px;
    line-height: 0;
    z-index: 1;
}

.carousel2.owl-carousel a.owl-dot,
.carousel3.owl-carousel a.owl-dot,
.carouselrooms.owl-carousel a.owl-dot {
    background: linear-gradient(to bottom, transparent 33.33%, #070E4B 33.3%, #070E4B 66.66%, transparent 66.66%, transparent 100%);
}

.carousel2.owl-carousel a.owl-dot.active,
.carousel3.owl-carousel a.owl-dot.active,
.carouselrooms.owl-carousel a.owl-dot.active {
    background: #070E4B;
}

.carousel2 + .counter,
.carousel3 + .counter,
.carouselrooms + .counter {
    right: 0;
    color: #070E4B;
}

.left-counter  .counter {
    color: #070E4B;
    left: 0px;
}
.left-counter .cta-slider-h .owl-dots {
    left: 34px;
}

.carouselrooms + .counter .border1 {
    width: 80px;
}
.counter-6 + .counter .border1 {
    width: 160px;
}
.counter-5 + .counter .border1 {
    width: 140px;
}
.counter-4 + .counter .border1 {
    width: 110px;
}
.cta-slider-h .owl-dots {
    position: absolute;
    bottom: -37px;
    right: 43px;
    color: #fff;
    font-size: 20px;
    line-height: 0;
}
.back-bg-light {
    position: absolute;
    width: 100%;
    background: #bbe5f0;
    height: 90%;
    z-index: -1;
    top: 50px;
    left: 0;
}

.bg-blue {
    background: #bbe5f0;
}

.fade:not(.show) {
    display: none;
}

.nav-pills .nav-item {
    max-width: 30%;
    width: 100%;
    margin-right: 14px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #000000;
    background-color: #FE6238;
    border: solid 3px #000000;
}

.nav-pills .nav-link {
    width: 100%;
    font-size: 25px;
    font-weight: 500;
    padding: 13px 20px;
    border-radius: 0px;
    color: #000000;
    margin-top: 15px;
    background-color: transparent;
    border: solid 3px #000000;
}

.amenities-box ul li {
    font-size: 23px;
    font-weight: 500;
}
/* .wellcome-hiliday span{
    font-size: 25px;
} */

.welcome-section {
    text-align: center;
}
    .welcome-section img{
        max-width:390px;
        width:100%;
    }
    .text-slider-container {
        background: rgba(36, 88, 144, 9%);
    }

.hote-amenities-section {
    background: rgba(36, 88, 144, 1);
    border: solid 1px#707070;
}

.hotel-amenities-right-1 {
    list-style: none;
    margin: 0;
    padding: 0;
}

.hotel-amenities-left {
    padding-right: 100px;
}
.hotel-amenities-left a{
    color:#fff;
}
    .hotel-amenities-left a:hover {
        color: #000;
    }
.hotel-amenities-right-1 li {
    font-size: 26px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    margin-top: 30px;
}


.footer {
    padding: 70px 90px 100px;
    background: #2B5880;
}
.footer-top-right h4{
    font-size:30px;
}
/*.footer-top-right p a{
    font-size: 35px;
}*/

.footer-top {
    padding: 0 0 50px 30px;
}

.arial {
    font-family: "arial";
}

.social-icons {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

    .social-icons li img {
       width:60px;
    }

.footer-bottom {
    padding: 70px 50px 0;
    border-top: 3px solid #ffffff;
}

    .footer-bottom p {
        font-size: 20px;
        line-height: 34px;
        color: #ffffff;
    }

.privacy-list {
    display: flex;
    list-style: none;
    color: #ffffff;
}
.footer-bottom a {
    font-size: 20px;
    color: #ffffff;
    transition: all .5s;
}
    .privacy-list li a {
        font-size: 20px;
        padding:0 10px;
        color: #ffffff;
        transition:all .5s;
    }
.footer-bottom a:hover {
    color: black;
}
        .privacy-list li a:hover {
            color: black;
        }


/*---book-now-----*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight {
    border: solid 2px #0098A7 !important;
    background: none !important;
    border-radius: 50px;
}

.ui-state-hover {
    border-radius: 50px;
    color: #fff !important;
    transition: all 0.0s;
}

    .ui-state-hover:hover {
        color: #fff !important;
        transition: all 0.0s;
        background: #2D2E29 !important;
    }

.start-date, .start-date.end-date1 {
    background: #0098A7;
    border-radius: 30px 0px 0px 30px;
    color: #fff !important;
}

.end-date, .end-date1 {
    background: #0098A7;
    border-radius: 0px 30px 30px 0px;
    color: #fff !important;
}

.start-date .ui-state-default {
    background: #2D2E29 !important;
    border-radius: 50px;
}

.end-date .ui-state-default {
    background: #2D2E29 !important;
    border-radius: 50px;
}

.ui-widget :active {
    outline: none;
    color: #fff !important;
}

.head-book ul li input[type="text"] {
    /* color: #FFF; */
    /*background: url(../../Content/images/arrow.png) no-repeat right 0px center;*/
    padding: 0px;
    border: 0px solid #2D2E29;
    border-radius: 4px;
    text-transform: uppercase;
    width: 154px;
    font-size: 24px;
    line-height: 1.2;
    text-transform: uppercase !important;
    display: inline-block;
    outline: none;
}

.head-book ul li label {
    /* font-size: 20px; */
    /* display: inline-block; */
}

.head-book .select2-chosen {
    line-height: 22px !important;
}

.head-book .select2-choice {
    height: 33px !important;
    width: 100% !important;
    padding: 7px 0;
}

.head-book ul li input[type="text"]::placeholder {
    color: #0098a7;
    opacity: 1;
}

.innerbody button.btn1 {
    width: 217px;
}

.head-book .telarea {
    position: static;
    display: none;
}

.checkAvailability {
    border-right: none !important;
}

.booking-form {
    width: auto;
}


.head-book .select2-container .select2-choice {
    color: #2D2E29 !important;
    font-size: 29px !important;
    font-weight: 100;
    background: url('../images/arrow.png') bottom 8px right 0px no-repeat;
    border: none;
    outline: none;
    line-height: 0;
}

.Gueststop {
    /* position: absolute; */
    top: 0;
}

/*.head-book .select2-dropdown-open .select2-choice {
    background: #322923 url('/Content/images/minus.png') center right 4px no-repeat;
}*/

.booking-detials {
    padding: 30px 13px;
    max-width: 95%;
    position: absolute;
    bottom: -70px;
    left: 0;
    box-shadow: 0px 4px 0px 0px rgb(0 0 0 / 29%);
    -webkit-box-shadow: 0px 4px 0px 0px rgb(0 0 0 / 29%);
    -moz-box-shadow: 0px 4px 0px 0px rgb(0 0 0 / 29%);
    right: 0;
    margin: auto;
    border-radius: 40px;
}


.mob-nav-booknow .btn {
    padding: 12px 60px 12px;
    border: solid 2px #fff;
}


.booknow-ul {
    display: flex;
}


.head-book ul li label {
    font-size: 24px;
    /* display: inline-block; */
    margin-right: 10px;
    line-height: 1;
}

.head-book ul li img {
    position: absolute;
    bottom: 17px;
    right: 5px;
    width: 20px;
    height: 15px;
}

.number-li {
    display: inline-block !important;
}

    .number-li lable {
        font-size: 20px;
    }


.head-book ul li {
    text-decoration: none;
    color: #2D2E29;
    position: relative;
    /* padding: 10px 0px; */
    border-bottom: solid 0px #2D2E29;
    margin-bottom: 5px;
margin-top: 5px;
    margin-right: 22px;
    display: flex;
    vertical-align: bottom;
    text-align: left;
    align-items: baseline;
    width: 100%;
}


/*..................closable popup.......................*/

#closabale-popup-main {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 12;
}

#closabale-popup {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background: transparent;
}

    #closabale-popup .popup {
        position: absolute;
        background: #fff;
        z-index: 2;
        width: 40%;
    }

    #closabale-popup .close-cont {
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.67);
        position: absolute;
        z-index: 1;
    }

    #closabale-popup .popup .close-btn svg {
        height: 14px;
        width: 14px;
        margin-top: -2px;
    }

    #closabale-popup .close-btn {
        position: absolute;
        right: -20px;
        z-index: 10;
        cursor: pointer;
        top: -20px;
        border-radius: 50%;
        border: none;
        transform: scale(0.9);
        line-height: 3px;
        fill: #fff;
        height: 36px;
        width: 36px;
        background: #245890;
    }

        #closabale-popup .close-btn:hover {
            fill: #000;
            background: #fff;
        }

    #closabale-popup .popup .close-inner {
        position: relative;
    }

        #closabale-popup .popup .close-inner p {
            font-size: 21px;
            line-height: 32px;
            text-align: center;
            margin-bottom: 0;
            color: #000;
        }

.popup-covid-img-container.text-center {
    padding: 50px;
    background: #fff;
}
/*..................closable popup end.......................*/

/*----------form----------------*/
label-before, .field input:focus + label::before, .field input.valid + label::before {
    line-height: 20px;
    font-size: 15px;
    top: -10px;
    background: none;
    padding: 0 6px;
    left: 9px;
}

.field {
    position: relative;
    margin-bottom: 0px !important;
    height: 152px;
}

    .field label::before {
        content: attr(title1);
        position: absolute;
        top: 45px;
        left: 40px;
        line-height: 1.2;
        color: #001b11;
        transition: 300ms all;
        font-weight: 100;
    }

    .field input:focus {
        outline: 0;
        box-shadow: 0
    }

    .field input:valid + label::before {
        content: attr(data-title1);
    }

    

    .label-before, .field input:focus + label::before, .field input:valid + label::before {
        line-height: 20px;
        font-size: 15px;
        top: -7px;
        background: linear-gradient(#fff, #fff);
        padding: 0 6px;
        color: #000;
        left: 9px;
    }

.g-recaptcha {
    transform: scale(0.77);
    transform-origin: 0 0;
}

.field label {
    cursor: text;
}

    .field label.Selectlable::before {
        content: attr(title1);
        position: absolute;
        top: 0px;
        left: 9px;
        line-height: 5px;
        background: #fff !important;
        padding: 0px 9px;
    }

.field textarea:focus {
    outline: 0;
}

.field textarea:valid + label::before {
    content: attr(data-title1);
}

.label-before, .field textarea:focus + label::before, .field textarea:valid + label::before {
    line-height: 20px;
    font-size: 15px;
    top: -7px;
    background: linear-gradient(#fff, #fff);
    padding: 0 6px;
    color: #000;
    left: 9px;
}

.min-h {
    min-height: 360px;
}


.form-control {
    height: 122px;
    font-size: 18px;
    border: 2px solid #000;
    border-radius: 18px;
    box-shadow: none;
    color: #001b11;
    padding: 20px;
}

.btn.form-submit {
    padding: 27px 70px 20px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.field-validation-error {
    position: absolute;
    bottom: 5px;
    font-size: 14px;
    font-family: arial;
    font-weight: 300;
    color: #d93025;
}

.valid {
    background: #000 url("../images/success.png") no-repeat scroll right 12px center;
    transition: all 0s ease-in-out 0s !important;
}

.input-validation-error {
    background: #000 url("../images/error.png") no-repeat scroll right 12px center;
    border: 1px solid #d93025 !important;
    transition: all 0s ease-in-out 0s;
    box-shadow: none;
}

.form-control::placeholder, .form-control:focus {
    color: #000;
    border-color: #000;
}

.form-control:focus {
    box-shadow: inherit;
}

.cal-icon {
    background: url("../images/calendar-icon-blue.html") no-repeat right 15px center !important;
}

.reservations_txt {
    line-height: 30px !important;
}

.field.h100 {
    height: 200px;
}

.h100 textarea.form-control {
    height: 178px;
}

.select2-penal .select2-container .select2-choice {
    height: 25px !important;
    background-color: transparent;
    border: none;
    width: 100% !important;
    font-weight: 100;
    background: url('../images/select-arrow-black.png') center right 0px no-repeat;
    text-transform: capitalize;
    top: 6px;
    color: #49506b;
    text-align: left;
    padding-left: 0px;
    font-size: 18px;
}

.form-penal .select2-container .select2-choice {
    height: 100% !important;
    background-color: transparent;
    border: none;
    width: 100% !important;
    font-weight: 100;
    background: url('../images/select-arrow-black-2.png') top 10px right 0px no-repeat;
    text-transform: capitalize;
    top: 24px;
    color: #49506b;
    text-align: left;
    padding-left: 0px;
    font-size: 18px;
}
.arrownone .select2-chosen {
    line-height: 26px !important;
}

.inputbgnone .field label::before {
    color: #000;
}

.inputbgnone .form-control {
    background: transparent;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

.inputbgnone .input-validation-error {
    background: url("../images/error.png") no-repeat scroll right 12px center !important;
    border: 2px solid #d93025 !important;
    transition: all 0s ease-in-out 0s;
    box-shadow: none;
}

.inputbgnone .valid {
    background: url("../images/success.png") no-repeat scroll right 12px center;
    transition: all 0s ease-in-out 0s !important;
}

.min-w-100 {
    min-width: 100px;
}

/*----------form----------------*/

/* lightgallery CSS START */

.lightgallery {
    display: none;
}

    .lightgallery li div {
        /*border: solid 4px #01395e;*/
        cursor: pointer;
    }

    .lightgallery.active {
        display: block !important;
    }

.gallerty_tab_list {
    width: 60%;
    list-style: none;
    justify-content: center;
    padding: 0 0px 70px;
}

    .gallerty_tab_list .gal_tab {
        font-size: 24px;
        position: relative;
        cursor: pointer;
        margin: 0 20px;
        transition: 0.3s;
        width: max-content;
    }

        .gallerty_tab_list .gal_tab::before {
            content: '';
            position: absolute;
            left: 0px;
            bottom: 0px;
            height: 2px;
            width: 0px;
            background: #000;
            transition: 0.3s;
        }

        .gallerty_tab_list .gal_tab.active {
            color: #245890 !important;
        }

        .gallerty_tab_list .gal_tab:hover {
            color: #245890 !important;
        }

            .gallerty_tab_list .gal_tab:hover::before, .gallerty_tab_list .gal_tab.active::before {
                /*transform: scale(1) !important;*/
                background: #245890;
                width: 100%;
            }

/* lightgallery CSS END */


.hotel-amenities-right-1 li img {
    width: 100px;
}
.location-contant{
    width:33%;
}


.fs-90 {
    font-size: 90px;
}
.sitemap-link li a {
    color: #000;
    font-size: 30px;
    width: fit-content;
    margin: auto;
}
    .sitemap-link li a:hover {
        color: #245890;
    }

.privacypolicypage .collapse:not(.show) {
    display: block;
}
.privacypolicypage ul {
    list-style-position: outside;
    padding: 0;
}

.carousel-indicators [data-bs-target] {
    width: 20px;
    height: 20px;
    background-color: #245890;
    border-radius: 100%;
}

.carousel-indicators {
    position: absolute;
    bottom: -16px;
}
.carousel-item {
    min-height: 250px;
}


@media (max-width:1640px) {
    .carousel-caption .fs-60 {
        font-size: 48px;
    }
    h1 {
        font-size: 66px;
    }
    .fs-40 {
        font-size: 32px;
    }
    h3 {
        font-size: 32px;
    }
    .logo {
        width: 200px;
    }
    .fs-90 {
        font-size: 80px;
    }
    .mt-100 {
        margin-top: 60px;
    }

    .mt-200 {
        margin-top: 140px;
    }

    .py-130 {
        padding-top: 110px;
        padding-bottom: 110px;
    }

    .sidenav ul li {
        padding: 10px 10px;
    }

    .sidenav a.nav-link {
        font-size: 22px;
    }

    h2 {
        font-size: 54px;
    }

    .nav-pills .nav-link {
        font-size: 22px;
    }

}

@media (max-width:1440px) {
    .nav-pills .nav-link {
        font-size: 20px;
        padding: 10px;
    }

    .sidenav a.nav-link {
        font-size: 18px;
    }

    .btn {
        font-size: 22px;
    }

    .banner-heading {
        font-size: 40px;
    }

    .clander-box-1 p {
        font-size: 26px;
    }
    .fs-90 {
        font-size: 60px;
    }
}

@media (max-width:1366px) {
    .top-btn .btn {
        padding: 20px 10px;
    }

    .sidenav ul li {
        padding: 5px 10px;
    }

    .fixed .sidenav a.nav-link {
        font-size: 18px;
    }
    /* .h1-main-px {
        padding-left: 65px;
        padding-right: 65px;
    } */
    .px-100 {
        padding-left: 65px;
        padding-right: 65px;
    }
    a {
        font-size: 20px;
    }
    p {
        font-size: 20px;
    }
    /* .wellcome-hiliday span{
        font-size: 20px;
    } */
    .btn {
        font-size: 20px;
    }

    .logo {
        width: 230px;
    }

    .fixed .logo {
        width: 130px;
    }

    .py-130 {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .amenities-box ul li {
        font-size: 18px;
    }

    .mt-200 {
        margin-top: 130px;
    }
    .head-book ul li {
        margin-right: 10px;
    }
    .head-book ul li input[type="text"] {
        width: 130px;
        font-size: 20px;
    }
    .head-book ul li label {
        font-size: 20px;
    }
    .select2-container .select2-choice > .select2-chosen {
        margin-right: 22px;
    }
    .head-book .select2-container .select2-choice {
        font-size: 20px !important;
    }
}

@media (max-width:1160px) {
    .fs-90 {
        font-size: 50px;
    }
    .py-100 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .nav-pills .nav-item {
        max-width: 35%;
    }

    .logo {
        width: 200px;
    }

    .fixed .sidenav ul li {
        padding: 10px;
    }

    .fixed .sidenav a.nav-link {
        font-size: 17px;
    }

  
    .sidenav a.nav-link {
        font-size: 16px;
    }


    .amenities-box ul li {
        font-size: 16px;
    }
    /* .wellcome-hiliday span{
        font-size: 16px;
    } */
    .back-bg-light {
        top: 36px;
    }

    .banner-heading {
        font-size: 30px;
    }

    .clander-box-1 p {
        font-size: 18px;
    }

    .text-slider {
        padding: 0 10px;
    }

  
    .hotel-amenities-right-1 li img {
        width: 60px;
    }
    .hotel-amenities-right-1 li {
        font-size: 18px;
    }

}

@media (max-width:991px) {
    .privacypolicypage .collapse:not(.show) {
        display: none;
    }
    .clander-box {
        flex-direction: column;
        gap: 20px;
    }

    .clander-box-1 p {
        font-size: 20px;
    }

    .mt-200 {
        margin-top: 100px;
    }

    .nav-pills .nav-item {
        max-width: 30%;
    }

    .logo {
        top: 15px;
    }

    .location-box-top {
        width: auto;
        padding: 15px 10px;
        margin-bottom: 0px;
    }

        .location-box-top img {
            border-radius: 70px;
        }

    .mt-88 {
        margin-top: 65px;
    }
    /*--start-Mobile Menu----*/
    .headersubmenu:hover .collapse:not(.show) {
        display: none !important
    }

    .headersubmenu .plus-minus-toggle {
        cursor: pointer;
        height: 24px;
        position: absolute;
        right: 19px;
        top: 4px;
        float: right;
        width: 21px;
    }

        .headersubmenu .plus-minus-toggle:before, .headersubmenu .plus-minus-toggle:after {
            background: #000000;
            content: '';
            height: 2px;
            right: 0;
            position: absolute;
            top: 12px;
            width: 14px;
            transition: transform 500ms ease;
            left: 0
        }

        .headersubmenu .plus-minus-toggle:after {
            transform-origin: center
        }

        .headersubmenu .plus-minus-toggle.collapsed::after {
            transform: rotate(90deg)
        }

        .headersubmenu .plus-minus-toggle.collapsed::before {
            transform: rotate(180deg)
        }

    .dropdwoen-sec {
        width: 100%;
        position: inherit;
        left: 0;
        top: 0;
        background: none;
        text-align: left;
        padding: 0px;
        border: none;
    }

    .headersubmenu .dropdwoen-sec ul li {
        padding: 6px 10px !important;
        width: fit-content;
    }

    .dropdwoen-sec .dropdown-menu1 {
        overflow-y: auto;
        overflow-x: hidden;
    }

    .fixed .sidenav a.nav-link {
        font-size: 20px;
    }

    .fixed .logo {
        width: 100px;
    }

    .myClass .logo {
        width: 100px;
    }

    .myClass #mySidenav {
        overflow-y: auto;
    }

    .sidenav {
        position: absolute;
        right: 0;
        left: 0;
        margin: 0 auto;
        top: 50%;
        transform: translateY(-50%);
    }

        .sidenav a.nav-link {
            font-size: 20px;
            padding: 0px;
            color: #2d3134;
        }

        .sidenav ul li:hover {
            background: transparent;
            border: 0px solid #2D2E29;
        }

    .nav-icon {
        width: 70%;
    }
    /* .fixed .nav-icon {
        width: 45%;
    } */
    .fixed .nav-phone a {
        color: #2D2E29;
    }

    .sidenav .nav-item.active ul li a {
        border-bottom: solid 1px transparent;
    }

    .top-btn-fixed {
        display: none;
    }

    .top-btn {
        position: relative;
        z-index: 99;
    }

    .sidenav ul li {
        display: flex;
        text-align: left;
        padding-left: 30px;
        flex-direction: column;
        align-items: start;
        border: 0px solid transparent;
    }

    .fixed .sidenav ul li {
        padding: 5px 30px;
    }

    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 9;
        top: 50%;
        right: 0;
        background-color: #fff;
        transition: 0.5s;
        padding: 140px 0;
        left: inherit;
    }

    .myClass {
        width: 100%;
    }

        .myClass .accordion {
            display: block !important;
        }

    #nav-icon1,
    #nav-icon2,
    #nav-icon3,
    #nav-icon4 {
        width: 39px;
        height: 19px;
        position: relative;
        float: right;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        z-index: 9;
    }

    .close {
        opacity: 1;
    }

    #nav-icon1 span,
    #nav-icon3 span,
    #nav-icon4 span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #2D2E29;
        border-radius: 0px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }
    /* Icon 4 */
    #nav-icon4.open span {
        background: #2D2E29;
    }

    #nav-icon4 span:nth-child(1) {
        top: 0px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }

    #nav-icon4 span:nth-child(2) {
        width: 80%;
        right:0;
        top: 10px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }

    #nav-icon4 span:nth-child(3) {
        top: 20px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }

    #nav-icon4.open span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: -3px;
        left: 8px;
    }

    #nav-icon4.open span:nth-child(2) {
        width: 0%;
        opacity: 0;
    }

    #nav-icon4.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 25px;
        left: 8px;
    }

    .headertop-contact {
        padding: 15px 30px;
    }

        .headertop-contact.fixed {
            padding: 10px 30px;
        }
    /*--End-Mobile Menu----*/


    .slider-mob-bg-light {
        background: #bbe5f0;
        padding: 40px;
    }


    .px-100 {
        padding-left: 40px;
        padding-right: 40px;
    }

    .slider-text-box {
        padding: 85px 80px 40px;
    }
    .slider-pe-80{
        padding-right:80px
    }
    .slider-ps-80{
        padding-left:80px
    }
    .cta-slider-h .owl-dots {
        right: 65px;
    }

    .carousel2 + .counter,
    .carousel3 + .counter,
    .carouselrooms + .counter {
        right: 25px;
    }

    .pr-130 {
        padding-left: 0%;
        padding-right: 0%;
    }

    .pl-130 {
        padding-left: 0%;
        padding-right: 0%;
    }

    .pt-130 {
        padding-top: 100px;
    }
    /* .wellcome-hiliday span {
        font-size: 20px;
    } */
    .py-130 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .get-touch-map, .get-touch-form {
        padding: 0px;
    }

    .footer {
        padding: 20px 50px 50px;
    }

    .footer-top {
        padding: 30px 0px;
        max-width: 400px
        
    }
    
    .footer-bottom {
        text-align: center;
        padding: 0;
    }

    .privacy-list {
        justify-content: center;
        padding:0;
    }
  

    .social-icons li img {
        width: 35px;
    }

    .get-touch-section {
        padding-left: 20px;
        padding-right: 20px;
    }
    h1 {
        font-size: 50px;
    }
    .fs-40 {
        font-size: 25px;
    }
    h3 {
        font-size: 25px;
    }
    h2 {
        font-size: 50px;
    }
   
}
@media (max-width:840px) {
    h1 {
        font-size: 40px;
    }
    .fs-40 {
        font-size: 20px;
    }
    h3 {
        font-size: 20px;
    }
    a {
        font-size: 16px;
    }
    p {
        font-size: 16px;
    }
}

@media (max-width:767px) {
    .location-contant {
        width: 100%;
        margin-top: 35px;
    }
    .fs-90{
        font-size:40px;
    }
    .field.h100 {
        height: 200px;
    }

    .field {
        height: 100px;
    }

    .form-control {
        height: 70px;
        font-size: 16px;
    }

    .field label {
        font-size: 15px;
    }

        .field label::before {
            top: 25px;
            left: 20px;
        }

    .top-btn .btn {
        padding: 8px 10px;
    }

    .fixed .top-btn .btn {
        padding: 7px 10px;
    }

    .amenities-box ul li {
        font-size: 14px;
    }


    .mt-200 {
        margin-top: 95px;
    }

    .nav-pills .nav-item {
        max-width: 100%;
    }

    .px-mob-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .btn {
        padding: 12px 20px;
        max-width: 168px;
        font-size: 16px;
    }

    .headertop-contact {
        padding: 15px 15px;
    }

        .headertop-contact.fixed {
            padding: 10px 15px;
        }

    p {
        font-size: 16px;
    }

    .px-100 {
        padding-left: 20px;
        padding-right: 20px;
    }

    h3 {
        font-size: 36px;
    }

    h2 {
        font-size: 42px;
    }

    .pt-130 {
        padding-top: 80px;
    }

    .pt-150 {
        padding-top: 30px;
    }

    .px-200 {
        padding: 0px 25px;
    }

    a {
        font-size: 16px;
    }

    .slider-text-box {
        padding: 60px 40px 0px;
    }

    .slider-pe-80 {
        padding-right: 40px
    }

    .slider-ps-80 {
        padding-left: 40px
    }

    .book-btn {
        width: 100%;
        padding: 12px 20px;
    }

    .logo {
        width: 100px;
    }

    .fixed .logo {
        width: 85px;
    }

    .myClass .logo {
        width: 85px;
    }

    #nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
        width: 30px;
    }

        #nav-icon4.open span:nth-child(3) {
            top: 19px;
            left: 8px;
        }

    .nav-icon {
        width: 60%;
    }

    .slider-mob-bg-light {
        padding: 40px 20px;
    }


    .pb-130 {
        padding-bottom: 100px;
    }

    .top-btn-box {
        width: 28%;
    }

    .slider-mob-bg {
        padding: 20px;
    }

    .top-btn .btn {
        font-size: 14px;
    }
    /* .owl-nav .owl-next {
        top: -210px;
    } */
  

    .counter {
        font-size: 18px;
    }

    .py-130 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .privacy-list li a {
        font-size: 14px;
        padding: 0 5px;
    }
    .footer-bottom a {
        font-size: 14px;
    }
    .footer-bottom p {
        font-size: 14px;
        line-height: 18px;
    }

    .footer-logo-img {
        width: 165px;
    }

    .get-touch-map iframe {
        height: 390px !important;
    }
    .welcome-section img {
        max-width: 200px;
        width: 100%;
    }
}

@media (max-width:575px) {
    .mt-200 {
        margin-top: 60px;
    }
  
    .top-btn-box {
        width: 39%;
    }
  
    h3 {
        font-size: 30px;
    }

    .slider-text-box {
        padding: 45px 30px 0px;
    }

    .slider-pe-80 {
        padding-right: 30px
    }

    .slider-ps-80 {
        padding-left: 30px
    }
    p {
        font-size: 16px;
    }
    a {
        font-size: 16px;
    }
    .fs-45 {
        font-size: 24px;
    }
    .fs-90 {
        font-size: 24px;
    }
    h2 {
        font-size: 24px;
    }

    .welcome-section h1 {
        font-size: 24px;
    }

    .hotel-amenities-right-1 li {
        font-size: 14px;
        align-items: end;
    }

        .hotel-amenities-right-1 li img {
            width: 38px;
        }
    .footer-top-right h4 {
        font-size: 18px;
    }

        /*.footer-top-right p a {
            font-size: 16px;
        }*/
    .hotel-amenities-left {
        padding-right: 0px;
    }

    .py-100 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .pt-130 {
        padding-top: 40px;
    }
    .pb-130 {
        padding-bottom: 40px;
    }
    .py-80 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .text-slider {
        padding: 0px 10px;
    }
    .footer-top {
        padding: 30px 0px;
        max-width: 245px
    }
    .privacy-list {
        padding: 0;
    }
    .location-contant {
        margin-top: 20px;
    }
    .textcarousel .owl-nav img{
        height:35px
    }
}

@media (max-width:431px){

  
}
