/* New Nav 2020 */

@font-face {
    font-family: CooperHewittMedium;
    src: url('../../fonts/samuel/CooperHewitt-Medium.woff');
}

@font-face {
    font-family: CooperHewittBold;
    src: url('../../fonts/samuel/CooperHewitt-Bold.woff');
}

body {
    font-family: 'CooperHewittMedium', sans-serif;
    font-weight: 500;
}

.header-2020 {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
}

.header-2020__logo {
    padding: 20px;
}
.header-2020__logo img {
    max-height: 65px;
}

.header-logo__btns {
    display: flex;
    align-items: center;
}

.header-logo__btns--left {
    display: flex;
}

.btn-my-stay {
    background-color: #9db7b4;
    color: #fff;
    text-transform: uppercase;
    border: none;
    font-size: 16px;
    padding: 27px 63px 27px 46px;
    font-weight: 500;
    margin-right: 30px;
    transition: all .2s linear;
    font-family: 'CooperHewittBold', sans-serif;
    font-weight: 600;
}

.btn-my-stay:after {
    content: "";
    background: url('../../../images/white-arrow.png');
    position: absolute;
    width: 36px;
    height: 30px;
    margin-left: 10px;
}

.btn-my-stay:hover {
    background-color: #5f636a;
    color: #fff;
}

.btn-book-room,
.btn-book-room-slide-menu {
    background-color: #fdb913;
    color: #5f636a;
    text-transform: uppercase;
    border: none;
    font-size: 16px;
    padding: 10px 50px;
    font-weight: 500;
    margin-right: 30px;
    transition: all .2s linear;
    z-index: 9999;
    font-family: 'CooperHewittBold', sans-serif;
    font-weight: 600;
}

.btn-book-room:after,
.btn-book-room-slide-menu:after {
    content: "";
    background: url('../../../images/black-arrow.png');
    position: absolute;
    width: 34px;
    height: 30px;
    margin-left: 10px;
    margin-top: -2px;
    transition: all 0.2s linear;
}

.btn-book-room:hover:after {
    content: "";
    background: url('../../../images/white-arrow.png');
    position: absolute;
    width: 34px;
    height: 30px;
    margin-left: 10px;
    margin-top: -2px;
}

.btn-book-room:hover {
    background-color: #5f636a;
    color: #fff;
}
.btn-book-room-slide-menu {
    margin-top: 20px;
}
.btn-book-room-slide-menu:hover {
    background-color: #fff;
    color: #5f636a;
}

.header-logo__btns--right {
    height: 100%;
}

.header-logo__btns--right .fa {
    font-size: 25px;
    /* padding: 38px 15px; */
    border: 0px solid #fff;
}

.header-2020--hamburger {
    border: none;
    color: #5f636a;
    background: #fff;
    width: 110px;
    height: 110px;
    padding-top: 8px;
    transition: all 0.2s linear;
}
.header-2020--hamburger:hover {
    color: #fff;
    background-color: #5f636a;
}
.header-2020--hamburger p {
    font-family: 'CooperHewittBold', sans-serif;
    font-weight: 600;
    font-size: 14px;
}
.header-2020--hamburger:hover .navbar-toggler-bar {
    background-color: #fff;
}
.header-2020--hamburger--close {
    background: transparent;
}
.header-2020--hamburger--close p {
    color: #000;
    margin-top: -10px;
}

.header-2020--hamburger--close:hover {
    background: transparent;
    color: #5c150c;
}

.header-2020--hamburger-icon-x {
    /* width: 60px; */
    height: 60px;
    position: relative;
    display: block;
    margin-left: 10px;
    margin-top: 20px;
}

.header-2020--hamburger-icon-x:after {
    content: '';
    height: 50px;
    border-left: 4px solid #fff;
    position: absolute;
    transform: rotate(45deg);
    left: 28px;
}

.header-2020--hamburger-icon-x:before {
    content: '';
    height: 50px;
    border-left: 4px solid #fff;
    position: absolute;
    transform: rotate(-45deg);
    left: 28px;
}

.header-2020--hamburger--close:hover p {
    color: #fdb813;
}
.header-2020--hamburger--close:hover .header-2020--hamburger-icon-x:after,
.header-2020--hamburger--close:hover .header-2020--hamburger-icon-x:before {
    border-left: 4px solid #fdb813;

}

.navbar-toggler-bar {
    display: block;
    position: relative;
    width: 40px;
    height: 4px;
    background: #5f636a;
    margin-bottom: 6px;
    margin-left: auto;
    margin-right: auto;
    transition: all 0.2s linear;
}


/* Sidenav */
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    background-color: #5f636a;
    overflow-x: hidden;
    /* transition: 0.5s; */
    /* padding-top: 20px; */
}

.sidenav a {
    display: block;
}

.sidenav a:hover {
    color: #fdb813;
    text-decoration: none;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.sidenav-header {
    display: flex;
    justify-content: flex-end;
    float: right;
}

.sidenav-header .fa {
    font-size: 25px;
    /* padding: 38px 15px; */
    border: 0px solid #707377;
    position: relative;
}

.sidenav-header .btn-book-room {
    margin-top: 30px;
}

.left-col-links {
    /*position: relative;*/
    width: 100%;
    min-height: 100vh;
    padding: 0;
    background: #5f636a url('../../images/bg-waves-grey.png') 0 0 repeat;
    z-index: 10;
}

.sidenav-links--third {
    margin-top: 30px;
    font-size: 18px;
    padding: 20px;
    font-family: 'CooperHewittMedium', sans-serif;
    font-weight: 500;
}

.sidenav-links--main {
    font-size: 22px;
    line-height: 1.5;
    padding: 130px 20px 15px 20px;
    font-family: 'CooperHewittBold', sans-serif;
    font-weight: 600;
}

@media screen and (min-width: 992px) {
    .left-col-links {
        padding: 140px 20px 40px 200px;
        width: 38.5%;
    }

    .sidenav-links--main {
        padding: 0;
    }

    .sidenav-links--third {
        padding: 20px 0 0 0;
    }

    .btn-book-room-slide-menu {
        margin-top: 30px;
        margin-right: 10px;
    }

    .btn-book-room,
    .btn-book-room-slide-menu {
        padding: 27px 81px 27px 59px;
        color: #fff;
    }
}

.sidenav-links--main a {
    width: 400px;
    padding: 10px 0;
}

.sidenav-links--sec {
    margin-top: 50px;
    font-size: 18px;
}

.sidenav-links--sec a {
    margin-bottom: 18px;
}

.sidenav-links--third a {
    margin-bottom: 16px;
    color: #fff;
}

.btn-book-room--call {
    display: none;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    /*.sidenav a {*/
        /*font-size: 18px;*/
    /*}*/
}

@media screen and (max-width:767px) {

    .header-2020__logo {
        padding: 0 10px;
        max-width: 160px;
        margin: auto 0;
    }

    .btn-book-room,
    .btn-my-stay {
        font-size: 13px;
        margin-right: 9px;
        padding: 3px;
    }

    .header-logo__btns--right .fa,
    .sidenav-header .fa {
        font-size: 25px;
        /* padding: 16px 10px; */
        border: 0px solid #fff;
    }

    .sidenav-links {
        margin: 0 auto;
        /*padding: 0 25px;*/
    }

    .sidenav-links--main a {
        width: 100%;
    }

    .sidenav-header {
        margin-bottom: 30px;
    }

    .sidenav-header .btn-book-room {
        font-size: 14px;
        margin: 10px 0 0 10px;
        width: 75px;
    }

    .header-logo__btns--left {
        padding: 10px 0;
    }
    .header-2020--hamburger {
        height: 100%;
        width: 65px;
    }
    .header-2020--hamburger p {
        font-weight: 500;
        font-size: 13px;
    }

    .navbar-toggler-bar {
        width: 25px;
        height: 2px;
        margin-bottom: 8px;
    }

    .btn-book-room--call {
        display: block;
        background-color: #B35F43;
    }
    .header-2020--hamburger img {
        width: 70%;
        height: auto;
    }
    .header-2020--hamburger--close img {
        width: 50%;
        height: auto;
    }
    .header-2020--hamburger-icon-x {
        margin-left: -10px;
        margin-top: 15px;
        z-index: 9999;
    }
    .header-2020--hamburger-icon-x:after {
        height: 50px;
    }
    .header-2020--hamburger-icon-x:before {
        height: 50px;
    }
    .header-2020--hamburger--close p {
        margin-top: -22px;
    }
}

/* Instant Saving 2021 */
article.instant-saving {
    display: flex;
    justify-content: space-between;
    background-color: #00636f;
    border: none;
    color: #fff!important;
}

.instant-saving__content {
    padding: 20px;
    width: 100%;
}
.instant-saving__img {
    display: none;
}
.instant-saving__content h2 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 500;
}
.instant-saving__content p {
    color: #fff!important;
    font-size: 16px!important;
    margin-bottom: 10px;
}
.instant-saving__content button {
    color: #00636f;
    background-color: #fff;
    padding: 8px 20px;
    box-shadow: none;
    border: none;
    font-size: 17px;
    font-weight: 700;
}
.instant-saving__h3 {
    font-size: 24px!important;
    margin-bottom: 23px;
}
.better-rate-form .col-md-6.login-col p,
.better-rate-form .col-md-6.login-col button {
    width: 100% !important;
}
.better-rate-form .form-group a,
a.showCreateForm {
    color: #9db7b4!important;
}
.instant-saving__p {
    font-size: 16px!important;
}

.instant-saving--sidebar {
    text-align: center;
    margin-bottom: 20px;
}
.instant-saving__img--sidebar {
    margin-bottom: 10px;
}
.instant-saving__content.instant-saving__img--sidebar button {
    width: 100%;
}
@media (min-width: 992px) {
    .instant-saving__img {
        display: block;
    }
    .instant-saving__h3 {
        font-size: 26px !important;
        margin-top: 10px!important;
        margin-bottom: 33px!important;
    }
    .instant-saving__modal {
        width: 880px !important;
    }
    .instant-saving__modal .modal-body {
        padding: 50px !important
    }
    .instant-saving__modal .instant-saving__img {
        padding-top: 10px;
    }
    .better-rate-form .col-md-6.login-col p,
    .better-rate-form .col-md-6.login-col button {
        width: 47% !important;
    }
    .instant-saving__p {
        font-size: 18px !important;
    }
}

/* new samuel styles*/
.header-gray-bar {
    background-color: #9db7b4;
}

.header-search-form {
    background-color: rgba(95, 99, 106, 0.6);
}

.header-gray-bar ul li a {
    border: none;
    padding: 0 20px;
    font-family: 'CooperHewittBold', sans-serif;
    font-weight: 600;
    color: #fff;
    background-color: transparent;
    font-size: 14px;
    text-transform: uppercase;
}

.left-group #info-feature li {
    margin-right: 0;
    border-left: 1px solid #fff;
}

.header-gray-bar .right-group ul li a.top-search-btn {
    font-family: 'CooperHewittBold', sans-serif;
    background-color: #5f636a;
    font-weight: 600;
    font-size: 14px;
    width: 145px;
    height: 34px;
    line-height: 2.5;
}

.heading-step-cover h2, .page-heading {
    font-family: 'CooperHewittMedium', sans-serif;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: normal;
    color: #5f636a;
}

.booking-page {
    background: #efeff0;
    padding-top: 30px;
}

.heading-step-cover {
    margin-bottom: 40px;
}

.steps-cover ul li a {
    background: #efeff0;
    border: solid 2px #9db7b4;
    width: 12px;
    height: 12px;
}

.steps-cover ul:before,
.steps-cover ul li.active a {
    background: #9db7b4;
}

#sidebar_affix .my-booking-cover {
     border: none;
}

#sidebar_affix .my-booking-heading {
    background-color: #5f636a;
}

.my-booking-cover .my-booking-heading h2 {
    font-family: 'CooperHewittMedium', sans-serif;
    font-weight: 500;
}

.my-booking-table .booking-data p {
    font-family: 'CooperHewittMedium', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.44;
    color: #5f636a;
}

.tax-line {
    font-family: 'CooperHewittMedium', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.38;
    color: rgba(95, 99, 106, 0.6);
    margin-top: 15px;
}

.flexible-booking-changes {
    border: none;
}

.flexible-booking-changes-heading,
.flexible-booking-changes-text {
    font-size: 18px;
    font-weight: 500;
    color: #5f636a;
    font-family: 'CooperHewittMedium', sans-serif;
}

.packages-list article h3 {
    font-family: 'CooperHewittMedium', sans-serif;
    font-weight: 500;
    line-height: normal;
    letter-spacing: normal;
    color: #5f636a !important;
    font-size: 24px  !important;
}

.packages-list article p {
    font-family: 'CooperHewittMedium', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #5f636a;
}

.packages-list article ul.extra-room-info li:before {
    color: #9db7b4;
    content: "\f111";
    font: normal normal normal 12px/1 FontAwesome !important;
    top: 6px!important;
    position: absolute;
}

.packages-list article ul.extra-room-info li {
    font-family: 'CooperHewittMedium', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.44;
    letter-spacing: normal;
    color: #5f636a;
}

.main-room .room-price cite strong small {
    font-size: 16px;
    line-height: 1.38;
    letter-spacing: normal;
    color: rgba(95, 99, 106, 0.6);
    font-family: 'CooperHewittMedium', sans-serif;
    font-weight: 500;
}

.main-room .room-price cite strong {
    font-family: 'CooperHewittMedium', sans-serif;
    color: #5f636a;
    font-weight: 500;
}

.view-room-btn {
    background-color: #fdb913;
    font-family: 'CooperHewittBold', sans-serif;
    font-weight: 600;
    font-size: 18px;
    width: 152px !important;
}

.list-room-item>div h4 {
    font-family: 'CooperHewittMedium', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.22;
    letter-spacing: normal;
    color: #5f636a;
}

.list-room-item>div h4 a {
    color: #5f636a;
}

.list-room-item>div h4 a:hover {
    color: #fdb913 !important;
}

.bottom-detail-btn {
    font-family: 'CooperHewittMedium', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.44;
    letter-spacing: normal;
    color: #9db7b4;
}

.list-room-item>div cite.price {
    font-size: 20px;
    color: #5f636a;
}

.per-night {
    font-size: 16px;
    color: rgba(95, 99, 106, 0.6);
}

.book-btn {
    background-color: #fdb913;
    font-family: 'CooperHewittBold', sans-serif;
    font-weight: 600;
    font-size: 18px;
}

.header-gray-bar ul li a:hover {
    background-color: transparent;
    color: #fdb913;
}

.view-room-btn:hover, .view-room-btn:focus,
.book-btn:hover, .book-btn:focus {
    background-color: #5f636a;
}

.header-gray-bar .right-group ul li a.top-search-btn:hover {
    background-color: #fdb913;
}

.header-search-form label, .extra-room .custom-col p, .retrieve-booking-form label {
    font-family: 'CooperHewittMedium', sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: normal;
}

.header-search-form select.form-control {
    background: #fff url(/images/select-arrows.png) no-repeat;
    background-size: 16px;
    background-position: 96% 50%;
    padding-right: 26px;
    border-radius: 0;
    height: 40px;
}

.header-search-form .form-control.datepicker {
    background: #fff url(/images/calendar-icon.png) no-repeat;
    background-size: 16px;
    background-position: 95% 50%;
    padding-right: 27px;
    border-radius: 0;
    height: 40px;
}

.header-search-form .form-control {
    border-radius: 0;
    background: #fff;
    font-family: 'CooperHewittMedium', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.44;
    color: #5d4b3f;
    height: 40px;
}

.gradient-btn {
    background-color: #fdb813;
    font-family: 'CooperHewittBold', sans-serif;
    font-size: 18px;
    color: #5f636a;
    font-weight: 600;
    letter-spacing: normal;
    height: 48px;
    transition: 0.2s all linear;
    margin-top: 0;
    line-height: 2.8;
    text-transform: uppercase;
}

.gradient-btn:hover, .gradient-btn:focus {
    background-color: #5f636a;
    color: #fff;
}

.enhance-stay-list .en-stay-info h3 {
    font-family: 'CooperHewittMedium', sans-serif;
    font-weight: 500;
    color: #5f636a;
}

.enhance-stay-list .en-stay-info p {
    font-family: 'CooperHewittMedium', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #5f636a;
}

.en-stay-info .en-stay-extra p big {
    font-size: 20px;
    color: #5f636a;

}

.en-stay-extra .en-price p {
    font-size: 16px;
    color: rgba(95, 99, 106, 0.6);
}

.en-stay-checkbox span.custom-check, .confirmation-form-cover span.custom-check {
    border: solid 1px #5f636a;
}

input[type=checkbox]:checked+span.custom-check, input[type=radio]:checked+span.custom-check {
    background: #9db8b5;
    border: none;
}

.en-stay-checkbox .form-group select.form-control {
    font-weight: 500;
    font-family: 'CooperHewittMedium', sans-serif;
    font-size: 18px;
    height: 48px;
    width: 60px;
}

.en-stay-checkbox .form-group label {
    font-family: 'CooperHewittMedium', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #5f636a;
}

.my-room-details {
    background: #efeff0;
}

.booking-data span {
    font-size: 16px;
    color: rgba(95, 99, 106, 0.6);
    margin-top: 10px;
    display: inline-block;
}

.my-booking-table .total-price-row .booking-data p {
    font-family: 'CooperHewittMedium', sans-serif;
    color: #5f636a;
    font-weight: 500;
}

.enhance-stay-list article {
     border: 0;
    margin-top: 15px;
}

.confirmation-form-cover .form-group .form-control, #additional-expenses .form-control {
    border: solid 1px #5f636a;
    font-family: 'CooperHewittMedium', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #5f636a;
    height: 50px;
}

.confirmation-form-cover .form-group label, .confirmation-form-cover.modify-cover .form-group label.error {
    font-family: 'CooperHewittMedium', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #5f636a;
}

#promotions {
    font-size: 16px;
    color: rgba(95, 99, 106, 0.6)
}

en-stay-checkbox label strong, .confirmation-form-cover label strong {
    font-family: 'CooperHewittMedium', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #5f636a;
}

.confirmation-form-cover h3,
.confirmation-form-cover h4,
.room-detail ul li label {
    font-family: 'CooperHewittMedium', sans-serif;
    font-weight: 500;
    letter-spacing: normal;
    color: #5f636a;
}

.room-detail ul li label {
    font-size: 16px;
}

#terms_conditions_link,
a.terms_conditions_link {
    color: #9db7b4 !important;
}

.credit-card-note {
    font-size: 16px;
    color: rgba(95, 99, 106, 0.6);
}

.confirmation-form-cover {
    border: none;
    margin-top: 0;
}

.payment-info {
    background-color: #9db7b4;
    padding: 10px 0 10px 30px;
    color: #fff;
}

.packages-list article {
     border: none;
}

.packages-list article .main-room {
    border-bottom: none;
    padding: 30px;
}

.iSave-link {
    margin-right: 30px;
    margin-top: 14px;
    display: none;
}

.iSave-link:hover,
.iSave-link:focus {
    color: #5f636a;
    text-decoration: none;
}

.bp-booking-form .my-booking-cover .my-booking-heading {
    background: #5f636a;
}

.bp-booking-form .add-discount a {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

.bp-booking-form .my-booking-cover .my-booking-heading h2 {
    font-size: 23px;
}

.calendar-errors {
    background-color: #9db7b4 !important;
    padding: 20px;
    margin-bottom: 30px;
    color: #fff;
    margin-top: 30px;
    border-radius: 0 !important;
    border: none !important;
}

.thankyou-cover h2, .modify-cover h2 {
    font-family: 'CooperHewittMedium', sans-serif;
    font-weight: 500;
    letter-spacing: normal;
    color: #5f636a;
    font-size: 24px;
}

.thankyou-cover p strong,
.thankyou-cover p {
    font-size: 16px;
    font-family: 'CooperHewittMedium', sans-serif;
    font-weight: 500;
    color: #5f636a;
}

.thankyou-cover .booking-info {
    font-size: 26px;
}

.thankyou-table .tk-row .tk-data,
.thankyou-table .tk-row .tk-data h6 {
    font-family: 'CooperHewittMedium', sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: normal;
    color: #5f636a;
}


.thankyou-table .tk-row .tk-data a {
    font-family: 'CooperHewittMedium', sans-serif;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: normal;
    text-align: left;
    color: #9db7b4;
}

.thankyou-table .tk-row .tk-data a.back-btn, .thankyou-table .tk-row .tk-data a.gradient-btn {
    font-family: 'CooperHewittBold', sans-serif;
    padding: 4px 10px;
}

.thankyou-table .tk-row .tk-data a.back-btn, .thankyou-table .tk-row .tk-data a.gradient-btn:hover {
    color: #fff;
}

.heading-data a:hover, .heading-data a:focus {
    color: #5f636a;
}

.thankyou-cover p a {
    color: #9db7b4;
}

.green-btn .back-btn .modify_switcher a:hover, .green-btn .back-btn .modify_switcher a:focus {
    color: #fff !important;
}

.thankyou-cover p a:hover,
.bottom-detail-btn:hover, .bottom-detail-btn:focus{
    color: #5f636a;
}

.back-btn {
    border-radius: 0;
    background-color: #fdb913;
    height: 50px;
    padding: 4px 10px!important;
}

.back-btn:hover, .back-btn:focus {
    background-color: #5f636a;
    color: #fff;
}

.thankyou-table .tk-row .tk-data:first-child {
     /*padding-right: 0;*/
    float: left;
    width: 50%;
}

/* modals */
.custom-modal .modal-body h3 {
    font-family: 'CooperHewittMedium', sans-serif;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: normal;
    color: #5f636a;
}

.custom-modal .modal-body p {
    font-family: 'CooperHewittMedium', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #5f636a;
}

.close-icon {
    background: url(../../images/icons/close-icon.svg) !important;
    height: 40px;
    width: 40px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: 0.3s;
    position: absolute;
    top: -5px;
    right: 0px;
}

.gallerymodal .modal-body .nav-tabs>li.active>a, .gallerymodal .modal-body .nav-tabs>li.active>a:focus, .gallerymodal .modal-body .nav-tabs>li.active>a:hover {
    color: #9db7b4;
}

.gallerymodal .modal-body .nav-tabs>li>a {
    font-family: 'CooperHewittBold', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #5f636a;
    background-color: #efeff0;
    text-transform: uppercase;
}

.hotel-info .hotel-info-right {
    background: #efeff0;
}

.mobile-buttons-box {
    display: flex;
    padding: 15px;
    justify-content: space-between;
}

.mobile-buttons-box .mobile-btn {
    border: none;
    font-size: 15px;
    font-family: 'CooperHewittMedium', sans-serif;
    font-weight: 500;
    padding: 10px 35px;
}

.mobile-buttons-box a .left {
    color: #fff;
    background-color: #9db7b4;
}

.mobile-buttons-box a .right {
    color: #5f636a;
    background-color: #fdb913;
}

.mobile-buttons-box a .left:hover,
.mobile-buttons-box a .right:hover
{
    color: #fff;
    background-color: #5f636a;
}

.offer-heading {
    color: #5f636a !important;
    font-family: 'CooperHewittMedium', sans-serif;
    font-weight: 500;
}

.offer-description, .offer-description * {
    font-size: 16px !important;
    letter-spacing: normal;
    color: #5f636a !important;
    font-family: 'CooperHewittMedium', sans-serif;
    font-weight: 500
}

.hotel-offer-cover .row {
    background: white;
    padding: 30px;
}

.share-links ul li a {
    background: #fdb913 !important;
}

.share-links ul li a:hover,
.offers-search-widget {
    background: #5f636a !important;
}

.terms-condition-link,
.terms-condition-text * {
    font-family: 'CooperHewittMedium', sans-serif !important;
    font-size: 16px !important;
    font-weight: 500;
    color: #9db7b4 !important;
    text-transform: capitalize;
    margin-top: 20px;
}

.terms-condition-text *,
.calendar .calendar-heading {
    font-family: 'CooperHewittMedium', sans-serif !important;
    font-weight: 500;
    color: #5f636a !important;
}

.calendar-heading {
    font-size: 18px !important;
}

.offer-btn {
    font-family: 'CooperHewittBold', sans-serif !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    background: #fdb913 !important;
}

.calender-container {
    background-color: #efeff0 !important;
}

.calendar-weekday {
    font-family: 'CooperHewittMedium', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: rgba(95, 99, 106, 0.6);
    text-transform: uppercase;
}

.calendar-date .calendar-date-heading {
    font-family: 'CooperHewittMedium', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: rgba(95, 99, 106, 0.6);
}

.calendar-date .calendar-date-price {
    color: #5f636a !important;
    font-family: 'CooperHewittMedium', sans-serif;
    font-weight: 500;
}
.calendar-date.calendar-date--highlighted .calendar-date-heading, .calendar-date.calendar-date--highlighted .calendar-date-price, .calendar-date.calendar-date--selected .calendar-date-heading, .calendar-date.calendar-date--selected .calendar-date-price {
    color: #fff !important;
}

.calendar-date.calendar-date--selected {
    background-color: #9db7b4 !important;

}

.calendar-date.calendar-date--highlighted {
    background-color: rgba(157,183,180, 0.8) !important;
    color: #fff;
}

.offer-banner {
    background-color: #5f636a !important;
}

.offer-banner p {
    font-family: 'CooperHewittMedium', sans-serif;
    font-weight: 500;
}

.offer-banner .offer-book-btn {
    background: #fdb913 !important;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    outline: none;
    border-radius: 0;
}

.search-list-cover select.form-control, .header-search-form select.form-control, .en-stay-checkbox .form-group select.form-control, .confirmation-form-cover .form-group select.form-control, .checkin__booking select.input {
    background: #fff url(/images/icons/form-caret-down.svg) no-repeat;
    background-size: 12px;
    background-position: 95% 50%;
    padding-right: 27px;
}

.offer-description li:before {
    color: #9db7b4 !important;
    content: "";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: 6px !important;
    left: -20px !important;
}

.interconnecting-calendar {
    background-color: #9db7b4;
}

.form-heading-details h2,
.detail-headding h3,
.confirmation-form-cover h3{
    font-family: 'CooperHewittMedium', sans-serif;
    font-weight: 500;
    font-size: 24px;
    color: #5f636a;
}

body {
    background-color: #efeff0 !important;
}

.calendar-date.calendar-date--disabled {
    background-color: rgba(255, 255, 255, 0.6) !important;
}

#info-feature i{
    display: none;
}

span.available {
    font-size: 20px !important;
    color: #5f636a !important;
    text-align: right;
    margin-top: 15px;
}

.btn-group .date-with-month,
.btn-group .date,
.btn-group .day-of-week {
    font-size: 16px !important;
    color: rgba(95, 99, 106, 0.6) !important;
}

.btn-group .day-of-week {
    text-transform: uppercase;
}

.btn-group>.btn:hover {
    background: #9db7b4;
    color: #fff;
}

span.available:hover {
    color: #fff;
}

.calendar .month-details {
    margin: 25px auto 10px !important;
}

.headding-chat-room h3 {
    color: #5f636a !important;
}

.load-prev, .load-next {
    color: #5f636a !important;
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child, .btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.calendar-selection .day-of-week-headings .btn-day-of-week {
    padding: 0;
    text-align: left !important;
}

.room-modal-list ul li:before {
    content: "\f111"!important;
    font: normal normal normal 12px/1 FontAwesome !important;
    position: absolute;
    top: 6px !important;
    color: #9db7b4!important;
}

.room-modal-list ul li {
    font-family: 'CooperHewittMedium', sans-serif !important;
    font-size: 16px !important;
    color: #5f636a !important;
    font-weight: 500 !important;
    line-height: 1.3 !important;
}

/*.hint-description {*/
    /*color: rgba(95, 99, 106, 0.6) !important;*/
/*}*/

.load-prev {
     margin-top: -13px;
     float: left;
    padding-left: 20px;
 }

.load-next {
    margin-top: -13px;
    float: right;
    padding-right: 20px;
}

.interconnecting-banner-buttons {
    width: 100%;
}

.interconnecting-banner-buttons img {
    margin-top: -5px;
    width: 20px;
}

.interconnecting-banner-buttons:first-child {
    margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
    .packages-list article .list-rooms .bottom-detail-btn:before,
    .enhance-stay-list .en-stay-info h3 a {
        color: #fdb913;
    }

    .thankyou-table .tk-row .tk-data:last-child {
        text-align: right;
        width: 50%;
    }

    .thankyou-table, .thankyou-table .tk-row, .thankyou-table .tk-row .tk-data.heading-data, .thankyou-table .tk-row .tk-data {
        display: table;
        text-align: left;
        width: 100%;
    }

}

@media screen and (max-width: 991px) {
    .btn-my-stay,
    .btn-book-room {
        display: none;
    }

    .iSave-link {
        margin-right: 5px;
        margin-top: 0;
        width: 76px;
    }

    .header-2020--hamburger {
        padding-top: 5px;
    }

    .header-gray-bar ul li {
        border-left: none !important;
    }

    .header-gray-bar ul li a {
        border: 1px solid #fff;
    }

    .header-gray-bar .container {
        padding-right: 0;
        padding-left: 0;
    }

    .nav-tabs .hide-name {
        display: none;
    }

    .gallerymodal .modal-body .nav-tabs>li>a {
        padding: 0 10px;
    }

}

@media screen and (max-width: 767px) {
    .header-search-form .custom-row .custom-col:nth-child(3), .header-search-form .custom-row .custom-col:nth-child(4) {
        width: 48%;
        margin-right: 2%;
        display: inline-block;
    }

    .header-search-form .custom-row .custom-col:nth-child(3), .header-search-form .custom-row .custom-col:nth-child(4) {
        width: 45%;
        margin-right: 0;
        display: inline-block;
        width: 49%;
        padding: 0 3px;
    }
    
    .header-search-form form {
        margin-top: 60px
    }

    .header-search-form .custom-row .custom-col:last-child {
        width: 32%;
    }
}




@media screen and (min-width: 992px) {
    .mobile-buttons-box {
        display: none;
    }

    .steps-cover {
        max-width: 350px;
    }

    .nav-tabs i {
        display: none;
    }

    .thankyou-table .tk-row .tk-data:first-child {
        float: none;
    }

    .interconnecting-banner-buttons a {
        width: 25%;
    }
    .interconnecting-banner-buttons:first-child {
        float: left;
        margin-right: 10px;
        margin-bottom: 0;
    }
}



/* footer */


.middle-bg {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 1420px;
    margin: auto;
    padding: 70px 20px 35px 20px;
}

.middle-bg h3 {
    font-size: 20px;
    font-family: 'CooperHewittMedium', sans-serif;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
}

.middle-bg-wrapper {
    background-color: #5f636a;
}

.bg-middle {
    background-color: #9db7b4;
}

footer .icons-container {
    width: 100%;
    background-color: #9db7b4;
}

.footer-icons {
    max-width: 550px;
    margin: auto auto;
    display: block;
    justify-content: space-between;
    padding: 25px 0;
}
.footer-icons div {
    align-self: center;
    padding: 20px 0;
}

.footer-bottom p {
    padding-bottom: 10px;
    font-size: 13px;
    margin-bottom: 0;
    color: #5f636a !important;
}

footer .footer-bottom a,
footer ul li a {
    color: #555459;
    font-family: 'CooperHewittMedium', sans-serif;
    font-weight: 500;
}

ul#footer-pages-links {
    margin: 0;
    font-size: 12px;
    background: #9db7b4;
    padding-top: 30px;
}

footer ul li {
    font-size: 14px;
    text-transform: uppercase;
    color: #3d3d3d;
    display: block;
    padding: 15px 0;
}

footer ul#footer-pages-links a:hover, ul#footer-pages-links footer a:focus {
    color: #5f636a;
    border-bottom: 1px solid #5f636a;
    text-decoration: none;
}

#footer-social-media li {
    padding: 10px 0;
}

#footer-social-media li i {
     border: none;
     border-radius: 0;
    font-size: 30px;
    color: #fff;
}

#footer-social-media li a i:hover, #footer-social-media li a i:focus {
    color: #fdb913;
}

.footer-sign-up input {
    width: 100%;
    height: 48px;
    border: none;
    font-size: 16px;
    font-family: 'CooperHewittMedium', sans-serif;
    font-weight: 500;
    padding-left: 10px;
}

.middle-bg #footer-social-media li {
    display: inline!important;
}

.info-alignment {
    justify-self: center;
}

/*.footer-sign-up .col-sm-6 {*/
    /*padding-right: 5px;*/
/*}*/

.footer-sign-up button {
    width: 100%;
    height: 48px;
    background-color: #9db8b5;
    color: #5f636a;
    border: none;
    font-size: 18px;
    font-family: 'CooperHewittBold', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.2s linear;
    margin-top: 10px;
}



.footer-sign-up button:hover, .footer-sign-up button:focus {
    background: #fdb913;
}

.footer-sign-up p,
.contact-address {
    font-size: 16px;
    font-family: 'CooperHewittMedium', sans-serif;
    font-weight: 500;
    color: #fff;
    margin-bottom: 50px;
}

 .contact-address p {
     text-align: left;
     padding: 5px 0;
 }

 .contact-address a:hover, .contact-address a:focus {
     color: #fdb913;
 }

 .contact-address strong {
     font-size: 18px;
 }

 .contact-address .phone:before,
 .contact-address .envelope:before,
 .contact-address .marker:before {
     font-family: FontAwesome;
     display: inline-block;
     vertical-align: middle;
     font-size: 20px;
     padding-right: 10px;
 }

.contact-address .phone:before {
    content: "\f095";
}

.contact-address .envelope:before {
    content: "\f0e0";
    margin-top: -5px;
}

.contact-address .marker:before {
    content: "\f041";
    margin-top: -5px;
}

.contact-address p span {
    padding-left: 22px;
    display: inline-block;
}

.footer-sign-up {
    margin-top: 50px;
}

.wrap-form-fields select {
    height: 48px !important;
}

.booking-page .my-booking-heading h2 {
    margin-bottom: 0;
}

.booking-page .my-booking-cover .my-booking-heading {
    background-color: #5f636a !important;
    padding: 22px 18px !important;
}

.booking-page .my-booking-cover {
    border: none;
}

#retrieve_form button {
    margin-top: 10px;
    height: 50px;
}

.header-search-form .gradient-btn {
    height: 40px;
    line-height: 2.1;
    margin-right: 10px;
    max-width: 175px;
}

.error-block h2 {
    font-family: 'CooperHewittMedium', sans-serif;
    font-size: 24px;
    font-weight:500;
    letter-spacing: normal;
    color: #5f636a;
}

.banner-block-text h3 {
    color: #5f636a;
    font-family: 'CooperHewittMedium', sans-serif;
    font-weight:500;
}

.calendar .month-details h3 {
    color: #5f636a !important;
}

.calendar .month-details {
    margin: 35px auto 10px;
}


.cancel-modify-wrapper {
    background-color: #9db7b4;
    box-shadow: none;
}

.cancel-modify .btn {
    border-radius: 0;
    font-family: 'CooperHewittBold', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: #fdb913;
    border: none;
}

.cancel-modify-wrapper h3 {
    font-family: 'CooperHewittMedium', sans-serif;
    font-weight: 500;
}

input[type=radio]:checked+span.custom-radio, input[type=checkbox]:checked+span.custom-radio {
    background: #9db8b5;
    border-color: #9db8b5;
}

span.custom-radio {
    border: solid 1px rgba(95, 99, 106, 0.6);
}

.steps-cover {
    padding-top: 15px;
}


input[type=radio]:checked+span.custom-radio:after, input[type=checkbox]:checked+span.custom-radio:after {
    top: -5px;
}

.modify-cover #submitBtn {
    font-family: 'CooperHewittBold', sans-serif;
    font-weight: 500;
    font-weight: bold;
    font-size: 18px;
}

.heading-data a:hover {
    color: #5f636a !important;
}

.room_selection_dateroom input[type=checkbox]:checked+span.custom-check:after {
    position: relative;
    top: -2px;
}

.right-group {
    text-align: right;
    padding-right: 15px !important;
}

.left-group {
    text-align: left;
    padding-left: 15px !important;
    padding-top: 5px;
}

.confirmation-form-cover .mt15 {
    margin-top: 22px;
}

.header-gray-bar ul li {
     margin-top: 0;
}

@media screen and (min-width: 992px) {
.footer-icons {
    display: flex;
    padding: 50px 0;
}

footer ul li {
    display: inline-block;
    padding: 0 30px;
}

#footer-social-media li {
    /*padding: 20px 0;*/
}
.middle-bg {
    grid-template-columns: 1fr 1fr 1.5fr;
}

ul#footer-pages-links {
     padding-top: 50px;
}

.footer-sign-up {
    margin-top: 0;
}

.info-alignment {
    justify-self: flex-start;
}


}



/* city search*/

.search-list-cover {
    background-color: #5f636a !important;
    box-shadow: none !important;
}

.search-list-cover select.form-control,
.search-list-cover .form-control.datepicker, .parkstayfly-date-input {
    background: #fff url(/images/icons/form-caret-down.svg) no-repeat;
    background-size: 16px;
    background-position: 96% 50%;
    padding-right: 26px;
}

.search-list-cover .form-control {
    height: 40px;
    border-radius: 0;
    background: #fff;
    font-family: 'CooperHewittMedium', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.15;
    color: #5f636a;
}

.filter-cover .filter-list span.custom-check {
    width: 20px;
    height: 20px;
    border: solid 1px rgba(95, 99, 106, 0.6);
}


.hotel-listing-cover h2 {
    font-family: 'CooperHewittMedium', sans-serif;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: normal;
    text-align: left;
    color: #5f636a;
}

.hotel-listing-post .hotel-listing-post-text h3 {
    font-family: 'CooperHewittMedium', sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: normal;
    color: #5f636a;
}

.hotel-listing-post .hotel-listing-post-text ul li {
    font-family: 'CooperHewittMedium', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #5f636a;
}

.hotel-listing-post .hotel-listing-post-text .hotel-facilities a {
    font-family: 'CooperHewittMedium', sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: normal;
    text-align: left;
    color: #9db7b4;
}

.hotel-listing-post-text .list-post-right p {
    font-family: 'CooperHewittMedium', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #5f636a;
}

.hotel-listing-cover .hotel-filter-btn ul li.map-view a.map-view-btn {
    background: #fdb913;
    font-size: 16px;
    font-family: 'CooperHewittMedium', sans-serif;
    font-weight: 500
}

.map-view .fa-map-marker:before {
    content: "\f041";
    color: #5f636a;
}

.filter-cover .filter-heading {
    background-color: #9db8b5;
    position: relative;
}

.filter-cover {
    border: none;
}

.filter-cover .filter-list h4 a {
    color: #5f636a;
    font-size: 16px;
    font-family: 'CooperHewittMedium', sans-serif;
    font-weight: 500

}

.filter-cover .filter-list label {
    font-size: 14px;
    font-family: 'CooperHewittMedium', sans-serif;
    font-weight: 500;
    text-align: left;
    color: #5f636a;
}

.filter-cover .filter-heading h3 {
    font-family: 'CooperHewittMedium', sans-serif;
    font-size: 18px;
    font-weight: 500;
}

.filter-list input[type=radio]:checked+span.custom-radio:after, input[type=checkbox]:checked+span.custom-radio:after {
    top: 0px;
}

.hotel-listing-cover .hotel-filter-btn ul li a {
    border-radius: 0;
    border: none;
    color: #fff;
    background: #9db7b4;
}

.hotel-listing-cover .hotel-filter-btn ul li a:hover {
    border-color: transparent;
    color: #fff;
    background: #5f636a;
}

.hotel-listing-cover .hotel-filter-btn ul li {
    margin-right: 5%;
    font-family: 'CooperHewittMedium', sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: normal;
    color: #5f636a;
}

.booking-months p {
    font-family: 'CooperHewittMedium', sans-serif;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    color: #5f636a;
    margin: 0 25px;
}

.booking-date-col.booking-price-col .package-price {
    font-family: 'CooperHewittMedium', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #5f636a!important;
}

.booking-dates-slider {
    background: #f6f6f6;
}

.booking-date-col.booking-price-col .package-dt,
.booking-date-table .booking-date-col.date-month-name {
    font-family: 'CooperHewittMedium', sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
}

.booking-date-col.booking-price-col .package-dt {
    color: rgba(95, 99, 106, 0.6);
}

.hotel-listing-post .price, .hotel-listing-post-text .list-post-right p span.price {
    color: #5f636a !important;
    font-size: 24px!important;
}

.hotel-listing-post-text .list-post-right p span {
    font-size: 16px;
    color: rgba(95, 99, 106, 0.6);
}

.hotel-listing-cover .hotel-filter-btn ul li.selected a {
    border-color: transparent !important;
    background: #fdb913 !important;
    color: #fff;
}
.errorCentre {
    color: #5f636a;
}

article.hotel-listing-post {
     border: none;
}

.thankyou-page .thankyou-cover {
     box-shadow: none;
}

.book-room-btn:after {
    width: 0;
    height: 0;
    margin-left: 0;
}

.stay-spend {
    border: none;
}

.stay-spend__h2 {
    font-size: 18px;
    color: #5f636a;
    font-family: "CooperHewittMedium", sans-serif;
    font-weight: 500;
}

.stay-spend__p{
    font-size: 16px;
    color: #5f636a;
    font-family: "CooperHewittMedium", sans-serif;
    font-weight: 500;
}

.booking-page .stay-spend__h2 {
    margin-bottom: 0;
}



/* form hidden */
.hide {
    display: none;
}
.two-rows {
    justify-self: center;
}
.grid-2-rows {
    display: grid;
    grid-template-columns: 1fr;
}

@media screen and (min-width:992px) {
    .grid-2-rows {
        grid-template-columns: 1fr 1fr;
    }
}

.contact-address p a {
    color: #fff;
}

.fa-info-circle:before {
    content: "\f05a";
    color: #fdb913;
}

.loyalty-banner {
    border: none;
}

.loyalty-banner h3, .loyalty-banner p {
    color: #5f636a;
}

.loyalty-banner p {
    font-size: 16px;
}

.confirmation-form-cover .form-group .form-control.valid, .checkin__booking .input.valid, .car-registration-input input.valid {
    background-image: url(/images/tick.png);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: right 10px top 15px;
}

.errors-list {
    list-style: none;
}

.errors-list li {
    text-align: center;
}


/* members area */
.homeBanner h1 {
    font-family: 'CooperHewittBold', sans-serif;
    font-size: 58px;
}

.tabsBar ul li:hover a, .tabsBar ul li.active a {
    background-color: #5f636a;
    color: #fff;
}

.loginBox h3 {
    background-color: #5f636a;
    font-family: 'CooperHewittMedium', sans-serif;
    font-weight: 500;
    /*padding: 20px 30px;*/
}

.registerBox {
    background: white;
    padding: 10px 30px 45px;
}

.pageArea .inputField {
    border: solid 1px #5f636a;
    font-family: 'CooperHewittMedium', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #5f636a;
    height: 48px;
}

.loginBox {
    background: white;
    border: none;
}

.pageArea label {
    font-size: 18px;
    color: #5f636a;
    font-family: 'CooperHewittMedium', sans-serif;
    font-weight: 500;
}

.pageArea .btnSmall, .pageArea .submitBtn {
    font-family: 'CooperHewittBold', sans-serif;
    font-size: 18px;
    background-color: #fdb913;
    height: 48px;
    line-height: 2.8;
    text-transform: uppercase;
    border: none;
}

.profileArea .profileDetails {
    border: none;
}

.pageArea .btnSmall:hover, .pageArea .btnSmall:focus, .pageArea .submitBtn:hover, .pageArea .submitBtn:focus {
    background-color: #5f636a;
}

.registerBox h3, .registerBox p, .loginBox p.forgotPassword a {
    font-family: 'CooperHewittMedium', sans-serif;
    color: #5f636a;
    font-weight: 500;
}
.registerBox h3 {
    font-size: 26px;
}

.registerBox p {
    font-size: 16px;
}

.tabsBar ul li a {
    font-family: 'CooperHewittMedium', sans-serif;
    font-weight: 500;
}

#signupForm label {
    font-size: 18px;
}

#signupForm a {
    color: #9db7b4;
}

#signupForm a:hover, #signupForm a:focus {
    color: #5f636a;
}

#signupForm p {
    font-family: 'CooperHewittMedium', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: rgba(95, 99, 106, 0.6);
}

span.custom-check {
    background: #fff;
    border: solid 1px rgba(95, 99, 106, 0.6);
}

#signupForm input[type=checkbox]:checked+span.custom-check:after, input[type=radio]:checked+span.custom-check:after {
    position: relative;
    top: -3px;
}

.pageArea .formGroup .help-block {
    font-family: 'CooperHewittMedium', sans-serif;
    font-weight: 500;
}

.pageArea h2, .profileArea h3 {
    font-size: 24px;
    font-family: 'CooperHewittBold', sans-serif;
    font-weight: 600;
    color: #5f636a;
}

.alert-info {
    color: #fff;
    background-color: #9db7b4;
    border-color: #9db7b4;
    font-family: 'CooperHewittMedium', sans-serif;
    font-weight: 500;
    border-radius: 0;
}

.pageArea .midPart {
    background: rgba(157, 183, 180, 0.7);
}

.pageArea .checkbox span.fakeCheck {
    border: solid 1px rgba(95, 99, 106, 0.6);
}

.inline-form-group-cont .formGroup input, .formGroup select {
    height: 48px;
    font-size: 18px;
    font-family: 'CooperHewittMedium', sans-serif;
    font-weight: 500;
    color: #5f636a;
    border: solid 1px #5f636a;);
}

.calendar.formGroup.inline-from-group:before {
    content: "\f073";
    font-family: FontAwesome;
    right: 10px;
    position: absolute;
    top: 40px;
    font-size: 19px;
    cursor: pointer;
}

.formGroup .form-control {
    border: solid 1px #5f636a;;
}

.profileArea table td {
    font-family: 'CooperHewittMedium', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #5f636a;
}



/*iSave modal*/
#myRateModal #better-rate-success-modal-content h3 + p, #better-rate-success-modal-content p {
    font-family: 'CooperHewittMedium', sans-serif;
    font-size: 17px;
    font-weight: 500;
    color: #5f636a;
}

#better-rate-success-modal-content .letter {
    border: solid 6px #9db7b4;
    color: #9db7b4;
    font-family: 'CooperHewittMedium', sans-serif;
    font-size: 18px;
}

#myRateModal .pull-right {
    width: 150px;
}

#better-rate-modal-content h4 {
    font-family: 'CooperHewittMedium', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #5f636a;
}

.better-rate-form .form-group label{
    font-family: 'CooperHewittMedium', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #5f636a;
}

.better-rate-form .col-xs-12 .form-group label{
    font-family: 'CooperHewittBold', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #526264;
}

#better-rate-modal-content h4 {
    margin-bottom: 20px;
    line-height: 1.57;
}

#better-rate-modal-content h2 {
    font-size: 23px;
    font-family: 'CooperHewittBold', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color: #5f636a;
    margin-bottom: 20px;
}

.instant-saving__modal input[type=checkbox]:checked+span.custom-check:after, input[type=radio]:checked+span.custom-check:after {
   position: relative;
    top:-3px;
}

.better-rate-form .form-group .form-control {
    height: 48px;
    border: solid 1px #5f636a;
}

.signUpWrap .container h3 {
    font-size: 24px;
    font-weight: 500;
    color: #5f636a;
    font-family: 'CooperHewittMedium', sans-serif;
    margin-bottom: 30px;
}

.signUpWrap .container p {
    font-size: 16px;
    font-weight: 500;
    color: #5f636a;
    font-family: 'CooperHewittMedium', sans-serif;
    line-height: 1.85;
}

.pageHeaderArea h3 {
    font-weight: 500;
    color: #5f636a;
    font-family: 'CooperHewittMedium', sans-serif;
    font-size: 26px;
}

.pageArea table>tbody>tr>td, .pageArea table>tbody>tr>th, .pageArea table>tfoot>tr>td, .pageArea table>tfoot>tr>th, .pageArea table>thead>tr>td, .pageArea table>thead>tr>th,
.pageArea table>tbody>tr>td a, .pageArea table>tbody>tr>th a, .pageArea table>tfoot>tr>td a, .pageArea table>tfoot>tr>th a, .pageArea table>thead>tr>td a, .pageArea table>thead>tr>th a,
.pageArea .pagination>li>a, .pageArea .pagination>li>span {
    color: #5f636a;
    font-family: 'CooperHewittMedium', sans-serif;
    font-weight: 500;
}

.pageArea .pagination>.active>a, .pageArea .pagination>.active>a:focus, .pageArea .pagination>.active>a:hover, .pageArea .pagination>.active>span, .pageArea .pagination>.active>span:focus, .pageArea .pagination>.active>span:hover {
    background-color: #fdb913;
    border-color: #fdb913;
    color: #fff;
}

div.dataTables_wrapper div.dataTables_info {
    font-weight: 500;
    color: #5f636a;
    font-family: 'CooperHewittMedium', sans-serif;
}

.tabsBar {
    background-color: #9db7b4;
}

.banner-block-text p {
    font-size: 16px;
    font-weight: 500;
    color: #5f636a;
    font-family: 'CooperHewittMedium', sans-serif;
}

.banner-block {
    border: none;
}

.already-a-member-msg p {
    color: rgba(95, 99, 106, 0.6) !important;
}

.better-rate-form .col-xs-12 .col-sm-6  .form-group label {
    color: #526264;
    font-weight: 500;
    font-family: 'CooperHewittBold', sans-serif;
}

@media only screen and (max-width: 991px) {
    .tabsBar {
        background-color: #5f636a;
    }
}

@media screen and (max-width: 767px) {
    .show-mobile a {
        background: #9db7b4;
        padding: 10px 20px;
        color: #fff;
    }

    .showLogin {
        margin-left: 20px;
    }

    #better-rate-modal-content h4 {
        margin: 20px 0;
    }

    #myRateModal .pull-right {
        width: 100%;
        text-align: center;
        margin: 30px 0;
    }

    #myRateModal .pull-right img {
        width: 181px;
    }
}

@media screen and (min-width: 992px) {
    .header-search-form .custom-row .custom-col:nth-child(4),
    .header-search-form .custom-row .custom-col:nth-child(5) {
        width: 7%;
    }
}

.AI-sorting button {
    color: #5f636a;
}

.AI-sorting button.selected {
    background-color: #fdb913;
    color: #fff;
}

.btn-style-2, .btn-style-2:hover, .btn-style-2:focus {
    background-color: #9db8b5;
    color: #5f636a;
}

/* mandatory signup */
@media screen and (max-width: 767px) {
    #myRateModal .modal-body-optA .pull-right {
        margin: 0;
    }

    .better-rate-form-optA  .show-mobile a {
        background: transparent;
        padding: 0;
        color: #9db7b4;
    }

    .better-rate-form-optA .showLogin  {
        margin-left: 0;
    }
}

@media (min-width: 992px) {
    .modal-body-optA .instant-saving__p-optA,
    .instant-saving__h3-optA {
        background-color: #9db7b4;
    }

    #myRateModal .modal-body-optA .pull-right {
        width: 181px;
        margin-top: 30px;
        margin-right: 30px;
    }
}

@media screen and (max-width: 991px) {
    .better-rate-form .col-md-6 {
        width: 100%;
        float: none;
    }
}

.modal-body-optA .form-control, .modal-body-optA .better-rate-form .form-group .form-control {
    height: 48px;
    border-radius: 0;
    border: solid 1px #5f636a;
}
.modal-body-optA span.custom-check {
    border: solid 1px #5f636a;
}
.better-rate-form-optA .form-group a {
    color: #9db7b4;
}
.better-rate-form-optA .hide-show {
    position: absolute;
    top: 34px;
    padding-right: 25px;
}
.login-optA .hide-show {
    position: absolute;
    top: 36px;
}

.header-img-bg {
    background-color: #fff;
    text-align: center;
}

.instant-saving--sidebar .instant-saving__content {
    padding: 0!important;
    background-color: #5f636a !important;
    margin-bottom: 0 !important;
}
.instant-saving--sidebar .instant-saving__img--sidebar {
    margin-top: 10px;
}

.instant-saving--sidebar .instant-saving__content h2,
.instant-saving--sidebar .instant-saving__content p {
    text-align: left;
    color: #fff !important;
    margin: 10px;
    padding: 0 30px;
    font-family: 'CooperHewittMedium', sans-serif !important;
}

.instant-saving--sidebar .instant-saving__content h2 {
    font-size: 24px !important;
    line-height: 1.3;
    text-transform: uppercase;
    font-weight: bold;
}

.instant-saving--sidebar .instant-saving__content p {
    font-size: 15px !important;
    font-weight: normal;
}

.instant-saving--sidebar .instant-saving__content button {
    background-color: #fdb914 !important;
    font-size: 16px !important;
    font-weight: normal !important;
    color: #fff !important;
    line-height: 32px;
    font-family: 'CooperHewittMedium', sans-serif;;
}

.instant-saving-msg-wrapper {
    padding: 5px 15px 10px 15px;
}

.add-discount {
    margin-top: 20px;
}

#myRateModal h3 {
    margin: 0;
}

@media screen and (min-width: 992px) {
    .field-wrapper {
        width: 100%;
    }
}