body {
    font-family: Helvetica-Light;
    color: #000;
    font-size: 18px;
}

@font-face {
    font-family: Helvetica-Light;
    src: url('../fonts/Helvetica-Light.otf')
}

@font-face {
    font-family: Helvetica-Regular;
    src: url('../fonts/Helvetica-Regular.otf')
}

@font-face {
    font-family: Fontspring-DEMO-theseasons-reg;
    src: url('../fonts/Fontspring-DEMO-theseasons-reg.otf')
}

h1, h2, h3, h4 {
    font-family: Fontspring-DEMO-theseasons-reg
}

.arial {
    font-family: auto;
}

.font-s {
    font-family: auto;
}

.container {
    max-width: 1710px
}

a {
    text-decoration: none !important;
    color: #000;
    transition: all .3s;
}

    a:hover {
        color: #004986;
    }

.navbartoggler {
    display: none;
    cursor: pointer;
    color: #004986
}

.sidenav ul li.active a {
    color: #ffd03b;
    border-bottom: 1px solid #ffd03b;
    width: max-content;
}

.sidenav {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: -100%;
    background-color: #111;
    overflow-x: hidden;
    transition: .5s;
    padding: 20px
}

    .sidenav.open {
        left: 0
    }

    .sidenav ul li a {
        padding: 6px 0;
        font-size: 17px;
        color: #fff;
        display: block;
        transition: .3s
    }

        .sidenav ul li a:hover {
            color: #ffd03b;
        }

    .sidenav ul {
        margin: 0;
        padding: 18px 0 0;
        list-style: none
    }

.sideheader {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.sideheaderright .closebtn {
    color: #fff;
    font-size: 30px;
    margin-left: 8px;
    display: inline-block;
    line-height: 22px;
    position: relative;
    top: 4px
}

.header-sec nav.navbar {
    background: #fff !important;
    padding: 26px 0;
    transition: .5s
}

.header-sec.navbar-fixed-top nav.navbar {
    position: fixed;
    z-index: 999;
    background: #fff !important;
    width: 100%;
    top: 0;
    padding: 16px 0;
    transition: .5s
}

.dasktoplogo img.img-fluid {
    width: 164px;
    transition: .5s
}

.navbar-fixed-top .dasktoplogo img.img-fluid {
    width: 110px;
    transition: .5s
}

.colsec .row, .header-sec nav.navbar .navbar-nav {
    align-items: center
}

    .header-sec nav.navbar .navbar-nav li.nav-item a.nav-link {
        color: #000;
        font-size: 20px;
        padding: 13px 0;
        text-transform: capitalize;
        position: relative;
        margin: 0 53px;
    }

.navbar-nav .nav-item .nav-link::after {
    content: "";
    position: absolute;
    bottom: 10px;
    width: 0;
    border-bottom: 2px solid #004986;
    left: 0;
    transition: all .3s;
}

.navbar-nav .dasktoplogo .nav-link::after {
    border-bottom: 0px solid #004986;
}

.navbar-nav .nav-item .nav-link:hover::after {
    width: 100%;
}

.navbar-nav .active .nav-link::after {
    width: 100%;
}

.navbar-nav .active .nav-link {
    color: #004986;
}

.header-sec nav.navbar .navbar-nav li.active a.nav-link {
    color: #004986;
}

.header-sec nav.navbar .navbar-nav li.nav-item a.nav-link:hover {
    color: #004986;
}

.header-sec .navbar-nav li.nav-item.dropdownprofile .dropdown-menu li:last-child a.dropdown-item, .header-sec nav.navbar .navbar-nav li.nav-item.dasktopbookbtn a.nav-link:hover::after, .header-sec nav.navbar .navbar-nav li.nav-item.dasktoplogo a.nav-link:hover::after {
    border-bottom: none;
}


.header-sec nav.navbar .navbar-nav li.nav-item.dasktoplogo a.nav-link {
    padding: 0 53px;
    margin: 0
}

.header-sec nav.navbar .navbar-nav li.nav-item.signupbtn a.nav-link {
    background: #0b5266;
    color: #fff;
    text-transform: uppercase;
    border-radius: 50px;
    padding: 13px 35px;
    box-shadow: 2px 2px 7px 0 #cfcccc;
    font-weight: 600
}

.header-sec nav.navbar .navbar-nav li.nav-item.dropdownprofile .nav-link img.img-fluid {
    width: 50px;
    height: 50px;
    border-radius: 100px;
    border: 1px solid #000
}

.colgrid-text.colgrid-pr0, .header-sec nav.navbar .navbar-nav li.nav-item.dropdownprofile .nav-link, .hoversec .col-lg-4, .slider-sec .col-md-12 {
    padding: 0
}

    .contact-heading .main-heading h1 br, .footerlogo, .header-sec nav.navbar .navbar-nav li.nav-item.dropdownprofile .nav-link:after, .mobile-bookbtn, .mobilelogo {
        display: none
    }

    .header-sec nav.navbar .navbar-nav li.nav-item.dropdownprofile .nav-link span {
        color: #5aaff7;
        font-weight: 500;
        display: inline-block;
        margin-right: 12px
    }

.header-sec nav.navbar .navbar-nav li.nav-item.dropdownprofile .dropdown-menu {
    position: absolute;
    margin: 15px 0 0;
    padding: 10px 0;
    left: auto;
    right: 0;
    min-width: 185px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgb(0 0 0 / 42%);
    border: none;
    overflow: hidden;
    background: #fff
}

.header-sec nav.navbar .navbar-brand {
    width: 227px
}

.header-sec .navbar-nav li.nav-item.dropdownprofile .dropdown-menu li a.dropdown-item {
    padding: 9px 19px;
    display: block;
    color: #000;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    font-weight: 400;
    background: 0 0 !important
}

    .header-sec .navbar-nav li.nav-item.dropdownprofile .dropdown-menu li a.dropdown-item i.la {
        margin-right: 10px;
        width: 20px;
        font-size: 20px;
        vertical-align: middle
    }

.dasktopbookbtn a.nav-link {
    background: #004986;
    border-radius: 50px;
    color: #fff !important;
    text-align: center;
    padding: 22px 70px !important;
    margin: 0 !important;
    border: 2px solid #004986
}

    .btn.btn-primary:hover, .dasktopbookbtn a.nav-link:hover, .mobile-bookbtn .btn.btn-info:hover {
        background: #fff !important;
        color: #004986 !important
    }

.dasktopbookbtn {
    margin-left: 12px
}

.mobile-bookbtn .btn.btn-info {
    border: 2px solid #004986;
    background: #004986;
    border-radius: 50px;
    color: #fff !important;
    text-align: center;
    padding: 10px 37px;
    font-size: 10px
}

.hero-banner {
    min-height: 1043px;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    display: flex;
    align-items: end;
    padding-bottom: 92px;
    position: relative;
    margin-top: 30px
}

    .hero-banner .container {
        z-index: 1
    }

    .hero-banner::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(39,98,108,.15)
    }

    .hero-banner::before {
        content: "";
        position: absolute;
        left: 0;
        top: -30px;
        width: 100%;
        height: 31px;
        background: #5dbde6
    }

.search-box .btn.btn-primary {
    min-width: auto
}

.btn.btn-primary {
    border: 2px solid #004986 !important;
    background: #004986 !important;
    border-radius: 50px;
    color: #fff !important;
    text-align: center;
    padding: 23px 79px;
    font-size: 20px;
    min-width: 350px
}

.search-box {
    background: #fff;
    padding: 40px 0 40px 40px;
    margin: 0 2px
}

    .main-heading, .search-box .col-xl-3 {
        padding: 0 50px
    }

    .search-box .form-group label.form-label {
        font-size: 20px;
        display: block;
        font-family: Helvetica-Regular;
        margin-bottom: 6px
    }

    .search-box .form-group .form-control, .search-box .form-group .form-select {
        border: none;
        border-bottom: 1px solid #000;
        border-radius: 0;
        padding: 10px;
        font-size: 15px;
        outline: 0 !important;
        box-shadow: none !important
    }

        .search-box .form-group .form-control::-webkit-input-placeholder, .search-box .form-group .form-select {
            color: #000
        }

        .search-box .form-group .form-control::-moz-placeholder, .search-box .form-group .form-select {
            color: #000
        }

        .search-box .form-group .form-control:-ms-input-placeholder, .search-box .form-group .form-select {
            color: #000
        }

        .search-box .form-group .form-control:-moz-placeholder, .search-box .form-group .form-select {
            color: #000
        }

.main-heading-sec {
    padding: 150px 0 110px;
    text-align: center
}

.main-heading h1 {
    font-size: 88px;
    color: #000;
    line-height: 113px;
    margin-bottom: 37px;
    padding: 0 220px
}

.f-40 {
    font-size: 40px;
    line-height: 1.2;
}

.f-36 {
    font-size: 36px;
    line-height: 1.2;
}

.main-heading p {
    font-size: 25px;
    line-height: 29px;
}

.colgrid-text h2 {
    font-size: 55px;
    line-height: 70px;
    margin-bottom: 24px
}

.colgrid-text p {
    font-size: 25px;
    line-height: 29px;
    margin-bottom: 44px
}

.colgrid-text {
    padding: 0 54px 0 0
}

.colsec, .colsec.roomspage, .hoversec, .slider-sec {
    padding: 110px 0
}

    .slider-sec h2 {
        margin-bottom: 53px;
        text-align: center;
        font-size: 55px
    }

.item-desc {
    text-align: center;
    padding: 19px 0 0
}

    .item-desc h3 {
        font-size: 32px;
        line-height: 41px;
        margin-bottom: 25px
    }

    .item-desc p {
        font-size: 25px;
        line-height: 29px;
        margin-bottom: 40px
    }

.colgrid-padd {
    padding-right: 54px
}

.col-custom-7 {
    width: 53%
}

.col-custom-5 {
    width: 47%
}

.hoversec .container {
    max-width: 1740px
}

.hover-card {
    position: relative
}

.hover-div, .hover-divinner, .responsive-map iframe {
    width: 100%;
    position: absolute
}

.hover-div {
    top: 0;
    left: 0;
    height: 100%;
    background: rgba(0,73,134,.69);
    opacity: 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s
}

.colsec .carousel .carousel-indicators button.active, .mainfooter {
    background: #004986
}

.hover-card:hover .hover-div {
    opacity: 1;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s
}

.hover-div h2 {
    font-size: 53px;
    color: #fff;
    line-height: 68px;
    margin-bottom: 47px
}

.hover-div .btn.btn-primary {
    background: #fff !important;
    color: #004986 !important;
    border: 2px solid #fff !important;
    font-size: 18px;
    padding: 24px 79px
}

    .hover-div .btn.btn-primary:hover {
        background: #004986 !important;
        color: #fff !important;
        border: 2px solid #004986 !important
    }

.hover-divinner {
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
    padding: 57px
}

.findus-sec .row {
    align-items: center;
    padding: 0 95px
}

.findus-right {
    text-align: right;
    padding-right: 110px
}

.btnsec, .footercol-center {
    text-align: center
}

.findus-left h2 {
    font-size: 55px;
    line-height: 70px;
    margin-bottom: 33px
}

.findus-left p, .footercol-left p {
    line-height: 29px;
    font-size: 25px
}

    .findus-left p a {
        color: #0c3e70;
        text-decoration: underline !important
    }

.findus-left {
    max-width: 618px
}

.findus-sec {
    padding: 150px 0
}

.mainfooter {
    padding: 156px 0 90px
}

    .mainfooter .container {
        max-width: 1764px
    }

.footer-bottum-line {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 35px;
    width: 100%;
    background: #fff200;
}

.footercol-left p {
    color: #fff;
}

.footercol-left ul {
    margin: 0;
    padding: 100px 0 0;
    list-style: none
}

    .footercol-left ul li {
        display: inline-block;
        margin-right: 9px
    }

.copyright-row {
    margin-top: 80px
}

.copyright-left p {
    font-size: 25px;
    margin: 0;
    color: #fff;
    line-height: 29px
}

.copyright-right p {
    font-size: 25px;
    margin: 0;
    color: #fff;
    line-height: 29px;
    text-align: right
}

footer p a {
    color: #fff;
}

    footer p a:hover {
        color: #ffd03b;
    }

.wyndham_rewards {
    margin-left: 29px
}

.footercol-right ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right
}

    .footercol-right ul a {
        color: #fff;
        font-size: 25px;
        line-height: 29px;
        margin-bottom: 18px;
        display: inline-block
    }

        .footercol-right ul a:hover {
            color: #ffd03b;
        }

.the_award {
    padding: 66px 40px 0 0
}

.footercol-left, .footercol-right {
    padding-top: 40px
}

.responsive-map {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0
}

    .responsive-map iframe {
        left: 0;
        top: 0;
        height: 100%
    }

.roomspage .carousel .carousel-indicators {
    margin: 0;
    justify-content: flex-start;
    bottom: -30px
}

.colsec .carousel .carousel-indicators button {
    background: #fff;
    border: 2px solid #004986;
    width: 16px;
    height: 16px;
    border-radius: 100px;
    margin: 0 6px 0 0;
    opacity: 1 !important;
    font-size: 0px
}

.colsec.roomspage.lastroomspage {
    padding-bottom: 200px
}

.hero-banner.amentiesbanner {
    padding-bottom: 128px;
    text-align: right
}

.amenties-heading-sec .main-heading h1 {
    padding: 0 160px
}

.main-heading-sec.chucks-roadhouse, .main-heading-sec.contact-heading {
    padding-bottom: 80px
}

.chucks-roadhouse .main-heading h1 {
    padding: 0 15px
}

.contact-heading .main-heading p.contact-text {
    max-width: 397px;
    margin: 0 auto 30px
}

.contact-heading .main-heading p {
    margin-bottom: 30px
}

.btnsec {
    margin-bottom: 57px;
    display: flex;
    justify-content: center;
    gap: 0 60px
}

.group-event-formsec .colgrid-text p {
    margin-bottom: 94px
}

.group-event-form .form-group {
    margin-bottom: 23px
}

    .group-event-form .form-group .form-control {
        min-height: 72px;
        border: 1px solid #000;
        border-radius: 0;
        box-shadow: none !important;
        outline: 0 !important;
        padding: 16px 30px;
        color: #000;
        font-size: 25px
    }

.group-event-form .btn.btn-primary {
    margin-top: 22px
}

.group-event-formsec {
    padding: 100px 0 150px
}

/*-------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-----------*/

/*---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: 116px;
    font-size: 20px;
    line-height: 24px;
    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: 0 !important;
}

.head-book .select2-choice {
    height: 22px !important;
    width: 100% !important;
}

.head-book ul li input[type="text"]::placeholder {
    color: #0098a7;
    opacity: 1;
}

.book-btn:hover {
    background: #fff;
    color: #000;
    border: 2px solid #004986;
}

.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: 19px !important;
    font-weight: 100;
    background: url('/Content/images/arrow.png') bottom 5px right 4px 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: 40px 30px;
    max-width: 60%;
    position: absolute;
    bottom: 70px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    border-radius: 0;
}

.mob-nav-booknow .btn {
    padding: 12px 60px 12px;
    border: solid 2px #fff;
}

.booknow-ul {
    display: flex;
}

.head-book ul li label {
    font-size: 20px;
    display: inline-block;
    margin-right: 10px;
    line-height: 1;
    font-weight: bold;
}

.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;
    }

.book-btn {
    border-radius: 0px;
    color: #ffffff;
    background: #004986;
    text-transform: uppercase;
    vertical-align: bottom;
    padding: 16px 20px;
    letter-spacing: 1px;
    border-radius: 50px;
    width: 100%;
    border: 2px solid #004986;
}

.head-book ul li {
    text-decoration: none;
    color: #2D2E29;
    position: relative;
    /* padding: 10px 0px; */
    border-bottom: solid 2px #2D2E29;
    margin-bottom: 10px;
    margin-right: 22px;
    /*display: flex;*/
    vertical-align: bottom;
    text-align: left;
    align-items: baseline;
    width: 100%;
}

.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;
}

.map-box {
    width: 100%;
    height: 560px;
}

/* lightgallery CSS START */

.lightgallery {
    display: none;
}

    .lightgallery li div {
        /*border: solid 4px #01395e;*/
        cursor: pointer;
    }

    .lightgallery.active {
        display: block !important;
    }

.gallerty_tab_list {
    width: 100%;
    list-style: none;
    justify-content: center;
    padding: 0 0px 70px;
}

    .gallerty_tab_list .gal_tab {
        border: 2px solid #004986;
        background: #fff;
        border-radius: 50px;
        color: #004986;
        text-align: center;
        padding: 15px 20px;
        font-size: 20px;
        max-width: 240px;
        width: 100%;
        cursor: pointer;
        transition: all .3s;
    }

        .gallerty_tab_list .gal_tab.active {
            color: #fff;
            background: #004986;
        }

        .gallerty_tab_list .gal_tab:hover {
            color: #fff;
            background: #004986;
        }

/* lightgallery CSS END */
.privacypolicypage .collapse:not(.show) {
    display: block;
}

.privacypolicypage a {
    color: #000;
}

.sitemap-link li a {
    color: #000;
    font-size: 30px;
    width: fit-content;
    margin: auto;
}

    .sitemap-link li a:hover {
        color: #004986;
    }

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: 106px;
}

    .field label::before {
        content: attr(title1);
        position: absolute;
        top: 0;
        left: 15px;
        line-height: 74px;
        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);
    }

    .field.h100 {
        height: 140px;
    }

    .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;
}

.divshift {
    color: #000;
}

.homepac {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    padding: 0px 0 0px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.min-h {
    min-height: 360px;
}

.packagep p {
    margin-bottom: 0px;
    color: #fff;
}

.form-control {
    height: 74px;
    font-size: 18px;
    border: 2px solid #000;
    border-radius: 18px;
    box-shadow: none;
    color: #001b11;
    padding: 9px 15px 0;
}

.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("../../Content/images/success.png") no-repeat scroll right 12px center;
    transition: all 0s ease-in-out 0s !important;
}

.input-validation-error {
    background: #000 url("../../Content/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("../../Content/images/calendar-icon-blue.png") no-repeat right 15px center !important;
}

.reservations_txt {
    line-height: 30px !important;
}

.field.h100 {
    height: 248px;
}

.h100 textarea.form-control {
    height: auto;
}

.select2-penal .select2-container .select2-choice {
    height: 25px !important;
    background-color: transparent;
    border: none;
    width: 100% !important;
    font-weight: 100;
    background: url('/Content/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
}

.arrownone .select2-chosen {
    line-height: 35px !important;
}

.inputbgnone .field label::before {
    color: #000;
}

.inputbgnone .form-control {
    background: transparent;
    /* color: #000; */
}

.inputbgnone .input-validation-error {
    background: url("../../Content/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("../../Content/images/success.png") no-repeat scroll right 12px center;
    transition: all 0s ease-in-out 0s !important;
}

.min-w-100 {
    min-width: 100px;
}

@media (max-width:991px) {
    .privacypolicypage .collapse:not(.show) {
        display: none;
    }
}
