@font-face {
    font-family: "Circular Std Book";
    src: url("font/CircularStd-Book/Circular Std Book.eot"); /* IE9*/
    src: url("font/CircularStd-Book/Circular Std Book.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("font/CircularStd-Book/Circular Std Book.woff2") format("woff2"), /* chrome?¢G?????firefox */
    url("font/CircularStd-Book/Circular Std Book.woff") format("woff"), /* chrome?¢G?????firefox */
    url("font/CircularStd-Book/Circular Std Book.ttf") format("truetype"), /* chrome?¢G?????firefox?¢G?????opera?¢G?????Safari, Android, iOS 4.2+*/
    url("font/CircularStd-Book/Circular Std Book.svg#Circular Std Book") format("svg"); /* iOS 4.1- */
}

@font-face {
    font-family: "CircularStd-Bold";
    src: url("CircularStd-Bold.eot"); /* IE9*/
    src: url("font/CircularStd-Bold/CircularStd-Bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("font/CircularStd-Bold/CircularStd-Bold.woff2") format("woff2"), /* chrome?¢G?????firefox */
    url("font/CircularStd-Bold/CircularStd-Bold.woff") format("woff"), /* chrome?¢G?????firefox */
    url("font/CircularStd-Bold/CircularStd-Bold.ttf") format("truetype"), /* chrome?¢G?????firefox?¢G?????opera?¢G?????Safari, Android, iOS 4.2+*/
    url("font/CircularStd-Bold/CircularStd-Bold.svg#CircularStd-Bold") format("svg"); /* iOS 4.1- */
}


body {
    margin: 0px;
    padding: 0px;
    background-color: #F5F8FA !important;
}

img {
    max-width: 100%;
}

a, a:hover, a:focus {
    text-decoration: none;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
}




/* Create Account Updated */
.header_logo {
    height: 80px;
    width: 80px;
    margin-right: 30px;
}

.navbar.navbar-expand-lg.navbar-light {
    box-shadow: 0 0 15px 1px #ccc;
}

/*.navbar {
    background-color: #F5F8FA !important;
}*/

.access_icon {
    width: 23px;
    height: 23px;
    margin-top: 8px;
}

.shopping_cart_icon {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.nav-link {
    font-family: "CircularStd-Bold", sans-serif;
    color: #000000 !important;
    font-size: 13px;
}

    .nav-link:hover {
        font-family: "CircularStd-Bold", sans-serif;
        text-decoration: none !important;
        font-size: 13px;
    }
li.nav-item .btn{font-size:13px;}
.header-user-name .nav-link{font-size:13px;}

/*.container_inside {
    margin: 25px 25px 10px 25px;
}
*/
.main_title {
    font-family: "CircularStd-Bold", sans-serif;
    color: #197980;
    font-size: 40px;
    /*line-height: 60px;*/
}

.main_breadcrumb {
    font-family: "CircularStd-Bold", sans-serif;
    color: #000000;
    font-size: 22px;
    margin-top: 0px;
    display: block;
    margin-bottom: 20px;
}

.page_title {
    font-family: "CircularStd-Bold", sans-serif;
    color: #197980;
    font-size: 33px;
}

.yellow_line {
    margin-bottom: 20px;
    visibility: hidden;
}

.responsive_row {
    margin-left: -30px !important;
}
    .responsive_row .labels_change_select {
        color: #333 !important;
    }
.labels_change_select {
    /* margin-bottom: -10px !important;*/
    font-family: "Circular Std Book", sans-serif; 
    color: #333;
    font-size: 18px;
    font-weight: 700;
}

.select_change {
    /*margin-top: 10px;*/
    margin-left: 0px !important;
    border-radius: 5px;
    width: 100% !important;
}

.labels_change {
    font-family: "Circular Std Book", sans-serif;
    color: #333;
    font-weight:700;
    font-size: 18px;
}


.optional_fields {
    color: #005960;
    font-style: italic;
}

.checkbox_font {
    font-family: "Circular Std Book", sans-serif;
    color: #197980;
    font-size: 18px;
}

.btn-primary {
    font-family: "Circular Std Book", sans-serif;
    font-size: 16px;
    background-color: #197980 !important;
    border-radius: 5px !important;
    text-transform: inherit !important;
    margin-top: 3px !important;
    border: none !important;
    --bg-opacity: 1;
    background-color: #1A7980;
    background-color: rgba(26, 121, 128, var(--bg-opacity));
    --text-opacity: 1;
    color: #ffffff;
    color: rgba(255, 255, 255, var(--text-opacity));
    box-shadow: 0 12px 24px -4px rgba(46, 91, 115, 0.3), 0 6px 8px -3px rgba(0, 0, 0, .05);
}

    .btn-primary:hover {
       /* background-color: #cbbb99 !important;*/
    }

.ca-btn-white {
    border-style: solid;
    border-width: 1px;
    background-color: #ffffff;
    --border-opacity: 1;
    border-color: #C7CCD1;
    border-color: rgba(199, 204, 209, var(--border-opacity));
    --text-opacity: 1;
    color: #1A7980;
    color: rgba(26, 121, 128, var(--text-opacity));
    box-shadow: 0 12px 24px -4px rgba(46, 91, 115, 0.3), 0 6px 8px -3px rgba(0, 0, 0, .05);
}

    .ca-btn-white:hover {
        background-color: #f9f5ea;
    }

.ca-btn-pri {
    width: 55%;
    font-weight: 700;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    /*padding-left: 2.5rem;
    padding-right: 2.5rem;*/
    border-radius: 0.5rem;
    cursor: pointer;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
    font-size: 16px;
    line-height: 20px;
    border: none !important;
    float: right;
}

.ca-text-fs-14 {
    font-size: 14px;
    line-height: 16px;
}

.ca-btn-teal {
    --bg-opacity: 1;
    background-color: #1A7980;
    background-color: rgba(26, 121, 128, var(--bg-opacity));
    --text-opacity: 1;
    color: #ffffff;
    color: rgba(255, 255, 255, var(--text-opacity));
    box-shadow: 0 12px 24px -4px rgba(46, 91, 115, 0.3), 0 6px 8px -3px rgba(0, 0, 0, .05);
}

    .ca-btn-teal:hover {
        background-color: #cbbb99;
    }

.responsive_buttons_left {
    margin-left: 20%;
}

.responsive_buttons_right {
    margin-left: -20%;
}

/* Contact Us */

.cu_subtext {
    font-family: "Circular Std Book", sans-serif;
    color: #000000;
    font-size: 22px;
}

.cu_subtext_color {
    color: #197980;
}

/* Hearst Sign Up */

.hd_subtext {
    color: #197980;
    font-family: "CircularStd-Bold", sans-serif;
    font-size: 22px;
    margin-top: 10px;
}

.hd_label {
    color: #197980;
    font-family: "CircularStd-Bold", sans-serif;
    font-size: 18px;
}

.hd_label_text {
    color: #000000;
    font-family: "CircularStd-Bold", sans-serif;
    font-size: 20px;
}

.hd_subtext_table {
    color: #197980;
    font-family: "Circular Std Book", sans-serif;
    font-size: 16px;
}

.hd_select_change {
    margin-left: 0px !important;
    border-radius: 5px;
    width: 33%;
    margin-bottom: -24px;
}

.hd_table_style {
    border-bottom: 1px solid lightgray;
}

/* Passes */

.checkbox_font {
    color: #000000;
    font-size: 18px;
    font-family: "Circular Std Book", sans-serif;
}
.radiobtn_font {
    color: #47723f;
    font-size: 18px;
    font-weight: 700;
    font-family: "Circular Std Book";
}
.pa_subtitle {
    color: #197980;
    font-size: 22px;
    font-family: "CircularStd-Bold", sans-serif;
}

.pa_subtitle_text {
    color: #000000;
    font-size: 16px;
    font-family: "Circular Std Book", sans-serif;
}

.pa_subtitle_link {
    color: #00007A;
    font-size: 18px;
    font-family: "CircularStd-Bold", sans-serif;
    text-decoration: underline;
}

    .pa_subtitle_link:hover {
        color: #000000;
    }

/* Activity Page */

.ap_italic {
    font-family: "Circular Std Book", sans-serif;
    color: #197980;
    font-size: 18px;
    font-style: italic;
}

/* Activity Details */

.ad_main_text {
    font-size: 22px;
    color: #000000;
    font-family: "Circular Std Book", sans-serif;
}

.ad_color_change {
    color: #197980;
}

/* Activity Signup */

.as_subtitle_text {
    color: #000000;
    font-size: 20px;
    font-family: "CircularStd-Bold", sans-serif;
}

/* Activity Page with Search Results */

.asr_main_text {
    font-size: 16px;
    color: #000000;
    font-family: "CircularStd-Bold", sans-serif;
    margin-left: 15px;
}

.asr_table_text {
    color: #000000;
    font-size: 14px;
    font-family: "Circular Std Book", sans-serif;
}

/* Credit Card Payment Page */

.cc_pay_subitile {
    color: #197980;
    font-size: 16px;
    font-family: "CircularStd-Bold", sans-serif;
}

.cc_pay_clock {
    width: 15px;
    height: 15px;
}

.cc_pay_right_text {
    color: #000000;
    font-size: 16px;
    font-family: "Circular Std Book", sans-serif;
}

.cc_pay_right_time {
    font-family: "CircularStd-Bold", sans-serif;
    font-size: 18px;
    color: #197980;
}

.cc_pay_right_text_2 {
    color: #000000;
    font-size: 16px;
    font-family: "Circular Std Book", sans-serif;
    margin-left: 18px;
    margin-bottom:0px;
}

.cc_pay_main_breadcrumb {
    font-family: "CircularStd-Bold", sans-serif;
    color: #000000;
    font-size: 22px;
    margin-top: 0px;
}

/* Shopping Cart Checkout */

.scc_main_text {
    font-size: 16px;
    color: #000000;
    font-family: "CircularStd-Bold", sans-serif;
}

.scc_label_text {
    color: #000000;
    font-family: "CircularStd-Bold", sans-serif;
    font-size: 24px;
}

.scc-btn-sec {
    width: 62%;
    font-weight: 700;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    border-radius: 0.5rem;
    cursor: pointer;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
    font-size: 16px;
    line-height: 20px;
    float: right;
}

.scc_responsive_buttons_left {
    margin-left: 20%;
}

.scc_responsive_buttons_right {
    margin-left: -20%;
}

.ssc_table {
    margin-left: 18%;
}

/* Hearst Waiver */

.hww_subtitle {
    color: #197980;
    font-size: 16px;
    font-family: "CircularStd-Bold", sans-serif;
}

.hw_subtitle {
    font-size: 22px;
    color: #197980;
    font-family: "CircularStd-Bold", sans-serif;
}

.hw-btn-pri {
    width: 61%;
    font-weight: 700;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    border-radius: 0.5rem;
    cursor: pointer;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
    font-size: 16px;
    line-height: 20px;
    border: none !important;
    float: right;
}

.hw_responsive_buttons_left {
    margin-left: 15%;
}

.hw_responsive_buttons_right {
    margin-left: -15%;
}

/* Passes Application Page */
.box {
    height: 40px;
    padding: 10px;
    padding-left: 15px;
    border-radius: 5px;
    background-color: #F1F1F1;
    margin-top: 15px;
}

.main_box_round_table {
    height: 40px;
    padding: 10px 5px;
    border-radius: 5px;
    height: 43px;
    background-color: #197980;
}

.white_box {
    background-color: #ffffff;
    width: 100%;
    min-width: 100%;
    border-radius: 5px;
    margin-top: 10px;
    padding: 15px;
    z-index: 1;
    position: relative;
}

.pa_arrow {
    height: 25px;
    width: 25px;
    cursor: pointer;
    float: right;
    display: block;
}

.box_title {
    color: #197980;
    font-family: "CircularStd-Bold", sans-serif;
}

.ap_checkbox_font {
    font-family: "CircularStd-Bold", sans-serif;
    color: #197980;
    font-size: 15px;
}


.ap_checkbox_font_2 {
    font-family: "Circular Std Book", sans-serif;
    color: #197980;
    font-size: 15px;
}

.ap_desc_font {
    font-family: "Circular Std Book", sans-serif;
    color: #000000;
}

/* Application Passes List */

.apl_white_box {
    background-color: #ffffff;
    width: 100%;
    min-width: 100%;
    border-radius: 5px;
    margin-top: 10px;
    padding: 20px;
    z-index: 1;
    position: relative;
    text-align: center;
}

.apl_img_list {
    width: 200px;
    height: 100px;
}

.apl_desc_font {
    font-family: "CircularStd-Bold", sans-serif;
    color: #197980;
    font-size: 15px;
    text-align: center;
    padding: 10px 0 5px;
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 2.5rem !important;
    padding-left: .5rem;
}

.apl_desc_font_status {
    font-family: "CircularStd-Bold", sans-serif;
    color: red;
    font-size: 15px;
    text-align: center;
}

.btn-primary_2 {
    width: 100% !important;
    color: #ffffff !important;
    font-family: "Circular Std Book", sans-serif;
    font-size: 16px;
    background-color: #197980 !important;
    border-radius: 5px !important;
    text-transform: inherit !important;
    margin-top: 0px !important;
    border: none !important;
    --bg-opacity: 1;
    background-color: #1A7980;
    background-color: rgba(26, 121, 128, var(--bg-opacity));
    --text-opacity: 1;
    color: #ffffff;
    color: rgba(255, 255, 255, var(--text-opacity));
    box-shadow: 0 12px 24px -4px rgba(46, 91, 115, 0.3), 0 6px 8px -3px rgba(0, 0, 0, .05);
}

    .btn-primary_2:hover {
        background-color: #cbbb99 !important;
    }

.apl_ul {
    font-family: "Circular Std Book", sans-serif;
    color: #000000;
    margin-top: 10px;
}

.apl_radio_text {
    font-family: "Circular Std Book", sans-serif;
    color: #000000;
    margin-bottom: 10px;
}

.apl_links {
    font-family: "CircularStd-Bold", sans-serif;
    color: #197980;
    cursor: pointer;
}

    .apl_links:hover {
        text-decoration: none;
        cursor: pointer;
    }

/* Hearst */

.hearst_box {
    border: 2px solid #1A7980;
    border-radius: 10px;
    padding: 15px;
}

.hearst_subtitle {
    color: #197980;
    font-family: "CircularStd-Bold", sans-serif;
    font-size: 22px;
}

.hearst_subtitle_text {
    font-family: "Circular Std Book", sans-serif;
    font-size: 18px;
}

.hearst_subtitle_link {
    font-family: "CircularStd-Bold", sans-serif;
    font-size: 18px;
    cursor: pointer;
    color: #000000;
}

.h-btn-white {
    border-style: solid;
    border-width: 2px;
    background-color: #ffffff;
    --border-opacity: 1;
    border-color: #C7CCD1;
    border-color: rgba(199, 204, 209, var(--border-opacity));
    --text-opacity: 1;
    color: #1A7980;
    color: rgba(26, 121, 128, var(--text-opacity));
    box-shadow: 0 12px 24px -4px rgba(46, 91, 115, 0.3), 0 6px 8px -3px rgba(0, 0, 0, .05);
}

    .h-btn-white:hover {
        background-color: #f9f5ea;
    }

.h-btn-pri {
    width: 30%;
    font-weight: 700;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    border-radius: 0.5rem;
    cursor: pointer;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
    font-size: 16px;
    line-height: 20px;
    border: none !important;
    float: right;
}

.h-btn-sec {
    width: 55%;
    font-weight: 700;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    border-radius: 0.5rem;
    cursor: pointer;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
    font-size: 16px;
    line-height: 20px;
    float: right;
}

.h-text-fs-14 {
    font-size: 14px;
    line-height: 16px;
}

.h-btn-teal {
    --bg-opacity: 1;
    background-color: #1A7980;
    background-color: rgba(26, 121, 128, var(--bg-opacity));
    --text-opacity: 1;
    color: #ffffff;
    color: rgba(255, 255, 255, var(--text-opacity));
    box-shadow: 0 12px 24px -4px rgba(46, 91, 115, 0.3), 0 6px 8px -3px rgba(0, 0, 0, .05);
}

    .h-btn-teal:hover {
        background-color: #cbbb99;
    }

.h_img_container {
    position: relative;
    text-align: center;
    color: white;
    margin-left: -15px;
}

.h_top_left {
    position: absolute;
    top: 8px;
    left: 16px;
}

.hearst_subtitle_2 {
    color: #197980;
    font-family: "CircularStd-Bold", sans-serif;
    font-size: 20px;
}

.hearst_subtitle_text_2 {
    font-family: "Circular Std Book", sans-serif;
    font-size: 16px;
}

.h_bot_box {
    border: 2px solid #1A7980;
    border-radius: 5px;
    padding: 0px;
    margin-left: 15px;
}

.h_grt_title {
    color: #197980;
    font-family: "CircularStd-Bold", sans-serif;
    font-size: 15px;
}

.h_grt_subtitle {
    color: #000000;
    font-family: "CircularStd-Bold", sans-serif;
    font-size: 10px;
}

.row_box {
    width: 100%;
    background-color: #ffffff;
    margin-left: 0px !important;
    border: 1px solid lightgray;
}

.hearst_subtitle_3 {
    color: #197980;
    font-family: "CircularStd-Bold", sans-serif;
    font-size: 17px;
    margin: 10px 0;
}

.first_time {
    color: #197980;
    font-family: "CircularStd-Bold", sans-serif;
    font-size: 16px;
    line-height: 20px;
}

.hearst_arrows_left {
    margin-top: 5px;
    width: 30px;
    height: 30px;
    margin-left: 0px;
}

.hearst_arrows_right {
    margin-top: 5px;
    width: 30px;
    height: 30px;
}

.box_container {
    margin-top: -20px;
    width: 65% !important;
    margin-left: 101px;
    margin-right: -129px;
}

.hearst_box_1 {
    width: 137px !important;
    height: 60px !important;
    padding-left: 20px !important;
    background-color: #F5F8FA !important;
}

.hearst_box_2 {
    height: 43px !important;
    background-color: #197980 !important;
    padding-top: 10px;
    padding-left: 16px !important;
}

.hearst_box_3 {
    height: 43px;
    background-color: #197980 !important;
}

.table {
    border: 1px solid lightgray !important;
    background-color: #ffffff !important;
}

.hearst_subtitle_table {
    color: #ffffff;
    font-family: "CircularStd-Bold", sans-serif;
    font-size: 22px;
    margin-left: 20px;
    margin-top: -4px;
}

.timetxt {
    color: #ffffff;
    font-family: "CircularStd-Bold", sans-serif;
    font-size: 16px;
    text-align: center;
}

.time_main_table.table td, .time_main_table.table th {
    vertical-align: middle;
}

.time_main_table.table td {
    width: 14.28%;
    border: none;
    display: inline-block;
}

.time_main_table.table tr {
    border: 1px solid #dee2e6;
}
/* Login Popup */
.log_pop_new .modal-body {
    padding: 0px 16px 0 0;
}

.pop_bg_left {
    background: #197980;
    height: 489px;
    padding: 67px 60px;
}

    .pop_bg_left::after {
        content: "";
        background: url("../images/curved.png");
        height: 489px;
        width: 59px;
        background-repeat: no-repeat;
        position: absolute;
        right: 0;
        top: 0px;
    }

.log_pop_new .modal-content {
    border: none;
    border-radius: 6;
}

.pop_icon_cen {
    text-align: center;
    margin-bottom: 25px;
}

.samll_left_pop_txt {
    color: #fff;
    font-family: "CircularStd-Bold", sans-serif;
    position: relative;
    margin: 0 0px 0 20px;
}

    .samll_left_pop_txt div {
        font-size: 39px;
        line-height: 45px;
    }

        .samll_left_pop_txt div + div {
            font-size: 28px;
            line-height: 33px;
        }

    .samll_left_pop_txt::before {
        content: "";
        background: url("../images/txt_icn.png");
        height: 16px;
        width: 19px;
        background-repeat: no-repeat;
        position: absolute;
        left: -25px;
        top: 0px;
    }

    .samll_left_pop_txt::after {
        content: "";
        background: url("../images/txt_icn.png");
        height: 16px;
        width: 19px;
        background-repeat: no-repeat;
        position: absolute;
        right: 50px;
        bottom: 16px;
    }

.login_txt_pop {
    font-size: 33px;
    line-height: 38px;
    font-family: "CircularStd-Bold", sans-serif;
    color: #197980;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 30px;
}

.log_wel_txt {
    font-size: 15px;
    color: #000;
    font-family: "CircularStd-Bold", sans-serif;
    line-height: 20px;
    text-align: center;
    margin-bottom: 20px;
    padding: 0 60px;
}

.form-group.green_brd {
    padding: 0 25px;
}

    .form-group.green_brd label {
        font-weight: 400;
        color: #197980 !important;
        font-size: 18px;
        font-family: "Circular Std Book", sans-serif;
    }

    .form-group.green_brd .form-control {
        border-radius: 5px;
        padding: -0.625rem 0;
    }

.forgot_pop_txt {
    margin-bottom: 16px;
    padding: 0 25px;
}

    .forgot_pop_txt a {
        display: inline-block;
        color: #197980;
        font-size: 13px;
        line-height: 17px;
        font-family: "CircularStd-Bold", sans-serif;
    }

.pop_log_btn {
    font-size: 15px;
    line-height: 19px;
    color: #fff;
    background-color: #197980;
    border-radius: 5px;
    box-shadow: none;
    border: none;
    padding: 12px 80px;
    text-align: center;
    margin: auto;
    display: block;
    cursor: pointer;
    margin-bottom: 16px;
}

.forgot_pop_txt a:hover {
    text-decoration: none;
    color: #197980;
}

.pop_last_link a:hover {
    text-decoration: none;
    color: #197980;
}

.pop_last_link {
    text-align: center;
    font-family: "CircularStd-Bold", sans-serif;
    font-size: 14px;
    line-height: 18px;
}

    .pop_last_link a {
        display: inline-block;
        margin: 0 7px;
    }

        .pop_last_link a:first-child {
            color: #000;
        }

        .pop_last_link a:last-child {
            color: #197980;
        }

.close_pos_abso {
    position: absolute;
    top: 5px;
    right: 10px;
    z-index: 99;
}
/* login pop end */

.l_btn-white {
    border-style: solid;
    border-width: 2px;
    background-color: #ffffff;
    --border-opacity: 1;
    border-color: #C7CCD1;
    border-color: rgba(199, 204, 209, var(--border-opacity));
    --text-opacity: 1;
    color: #1A7980;
    color: rgba(26, 121, 128, var(--text-opacity));
    box-shadow: 0 12px 24px -4px rgba(46, 91, 115, 0.3), 0 6px 8px -3px rgba(0, 0, 0, .05);
}

    .l_btn-white:hover {
        background-color: #f9f5ea;
    }

.l_btn-pri {
    width: 75%;
    font-weight: 700;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    border-radius: 0.5rem;
    cursor: pointer;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
    font-size: 16px;
    line-height: 15px;
    border: none !important;
}

.l_btn-pri_2 {
    width: 100%;
    font-weight: 700;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    border-radius: 0.5rem;
    cursor: pointer;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
    font-size: 16px;
    line-height: 10px;
    border: none !important;
}

.l_btn-sec {
    width: 75%;
    font-weight: 700;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    border-radius: 0.5rem;
    cursor: pointer;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
    font-size: 16px;
    line-height: 20px;
}

.l_text-fs-14 {
    font-size: 14px;
    line-height: 16px;
}

.l_btn-teal {
    --bg-opacity: 1;
    background-color: #1A7980;
    background-color: rgba(26, 121, 128, var(--bg-opacity));
    --text-opacity: 1;
    color: #ffffff;
    color: rgba(255, 255, 255, var(--text-opacity));
    box-shadow: 0 12px 24px -4px rgba(46, 91, 115, 0.3), 0 6px 8px -3px rgba(0, 0, 0, .05);
}

    .l_btn-teal:hover {
        background-color: #cbbb99;
    }

#responsive_buttons {
    text-align: center;
    margin-bottom: 10px;
}

#l_welcom_text {
    text-align: center;
    font-size: 30px;
    color: #ffffff;
    font-family: "Circular Std Book", sans-serif;
}

#l_responsive_buttons {
    margin-top: -4px;
    margin-bottom: 10px;
}

.l_responsive_row {
    text-align: center;
}

.l_login_guest {
    text-align: end;
}

/* Footer */

.footer {
    background-color: #0F363A;
    width: 100%;
    min-width: 100%;
   /* padding: 0px 0 5px;*/

}

.footer_span {
    font-family: "Circular Std Book", sans-serif;
    color: #ffffff;
    font-size: 16px;
    margin-right: 40px;
}

.footer_span_bottom {
    font-family: "Circular Std Book", sans-serif;
    color: #ffffff;
    font-size: 12px;
}

.brd_btm_footer {
    border-bottom: 2px solid #fff;
    margin: 10px 0 24px 0;
    ;
}

.footer_img {
    margin-right: 30px;
    height: 20px;
    color: #ffffff;
    border-radius: 5px;
}

.footer_row {
    text-align: center;
    padding-bottom: 10px;
}

    .footer_row ul {
        margin: 0px;
        padding: 0px;
    }

        .footer_row ul li {
            font-family: "Circular Std Book", sans-serif;
            color: #ffffff;
            font-size: 18px;
            list-style: none;
            display: inline-block;
            line-height: 25px;
        }

            .footer_row ul li a {
                color: #ffffff;
                text-decoration: none;
                padding: 10px 28px;
                display: inline-block;
            }

               /* .footer_row ul li a:hover {
                    background: #fff;
                    color: #0F363A !important;
                }*/

.footer_span:hover {
    background-color: #ffffff;
    color: #0F363A;
}

/* Shopping Cart */

.sc_table {
    background-color: #F5F8FA !important;
    border: none !important;
    border-top: 0px !important;
}

    .sc_table th {
        border-top: 0px !important;
        border-bottom: 0px !important;
    }

.sc_trash_icon {
    width: 25px;
    height: 25px;
}

.sc_del_item {
    font-family: "Circular Std Book", sans-serif;
    color: #656B70;
    font-size: 16px;
}

.sc_del_section {
    text-align: end;
    margin-left: -10px;
}

.sc_below_table {
    margin-top: -25px;
}

.hd_label_text_2 {
    color: #000000;
    font-family: "CircularStd-Bold", sans-serif;
    font-size: 24px;
}

.sc-btn-white {
    border-style: solid;
    border-width: 2px;
    background-color: #ffffff;
    --border-opacity: 1;
    border-color: #C7CCD1;
    border-color: rgba(199, 204, 209, var(--border-opacity));
    --text-opacity: 1;
    color: #1A7980;
    color: rgba(26, 121, 128, var(--text-opacity));
    box-shadow: 0 12px 24px -4px rgba(46, 91, 115, 0.3), 0 6px 8px -3px rgba(0, 0, 0, .05);
}

    .sc-btn-white:hover {
        background-color: #f9f5ea;
    }

.sc-btn-pri {
    width: 90%;
    font-weight: 700;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    border-radius: 0.5rem;
    cursor: pointer;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
    font-size: 16px;
    line-height: 20px;
    border: none !important;
    float: right;
}

.sc-btn-sec {
    width: 90%;
    font-weight: 700;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    border-radius: 0.5rem;
    cursor: pointer;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
    font-size: 16px;
    line-height: 20px;
    float: right;
}

.sc-text-fs-14 {
    font-size: 14px;
    line-height: 16px;
}

.sc-btn-teal {
    --bg-opacity: 1;
    background-color: #1A7980;
    background-color: rgba(26, 121, 128, var(--bg-opacity));
    --text-opacity: 1;
    color: #ffffff;
    color: rgba(255, 255, 255, var(--text-opacity));
    box-shadow: 0 12px 24px -4px rgba(46, 91, 115, 0.3), 0 6px 8px -3px rgba(0, 0, 0, .05);
}

    .sc-btn-teal:hover {
        background-color: #cbbb99;
    }

.sc_responsive_buttons_left {
    margin-left: 0%;
}

.sc_responsive_buttons_right {
    margin-left: 0%;
}

.sc_responsive_empty_cart {
    text-align: end;
    margin-top: 9px;
}

.hd_label_text_sc {
    color: #1A7980;
    font-family: "CircularStd-Bold", sans-serif;
    font-size: 20px;
}

.hd_label_text_nb {
    color: #000000;
    font-family: "Circular Std Book", sans-serif;
    font-size: 18px;
}

.hd_label_text_sc_2 {
    color: #1A7980;
    font-family: "CircularStd-Bold", sans-serif;
    font-size: 18px;
}

.sc_trash_icon {
    width: 28px;
    height: 30px;
    margin-left: 35%;
}

.sc_line {
    height: 3px;
    /*background-color: #000000;*/
    border: none;
    border-radius: 5px;
}

/* Pre Cart */
.pc_responsive_buttons_right {
    margin-right: -20%;
}

.pc_page_text {
    font-family: "Circular Std Book", sans-serif;
    color: #000000;
    font-size: 16px;
}

.pc_page_subtitle {
    font-family: "CircularStd-Bold", sans-serif;
    color: #197980;
    font-size: 20px;
}

.pc_main_text {
    font-family: "CircularStd-Bold", sans-serif;
    color: #000000;
    font-size: 16px;
}

.pc_amenity_subtitle {
    font-family: "Circular Std Book", sans-serif;
    color: #000000;
    font-size: 16px;
}

.pc_amenity_title {
    font-family: "CircularStd-Bold", sans-serif;
    color: #197980;
    font-size: 16px;
}

.pc_page_subtitle_2 {
    font-family: "CircularStd-Bold", sans-serif;
    color: #4B5658;
    font-size: 16px;
}

.pc_th_font {
    font-family: "CircularStd-Bold", sans-serif;
    color: #197980;
    font-size: 14px;
}

.pc_td_font {
    font-family: "CircularStd-Bold", sans-serif;
    color: #000000;
    font-size: 16px;
}

.pc_main_title {
    font-family: "CircularStd-Bold", sans-serif;
    color: #197980;
    font-size: 40px;
}

.pc_updownarrow_style {
    width: 28px;
    height: 28px;
    display: block;
    cursor: pointer;
    margin-left: 10px;
    margin-top: 10px;
}

.pc_label_left {
    color: #1A7980;
    font-family: "CircularStd-Bold", sans-serif;
    font-size: 16px;
}

.pc_desc_right {
    color: #000000;
    font-family: "CircularStd-Bold", sans-serif;
    font-size: 17px;
}

.pc_page_title {
    font-family: "CircularStd-Bold", sans-serif;
    color: #197980;
    font-size: 26px !important;
}
#mainContent_UnitPricePerPerson #mainContent_Label2.pc_page_title {
    font-size: 27px !important;
}


.desc_right {
    color: #000000;
    font-family: "Circular Std Book", sans-serif;
    font-size: 15px;
    float: left;
    margin-top: -10px;
}

.pc_box {
    background-color: #ffffff !important;
    padding: 15px;
    margin-top: 10px;
    border-radius: 5px;
}

/* Your Signups */

.ys_border_box {
    border: 1px solid #197980;
    padding: 10px;
    border-radius: 10px;
    /*margin-left: -15px !important;*/
}

.ys_box_title {
    font-size: 26px;
    font-family: "CircularStd-Bold", sans-serif;
    color: #197980;
}

.ys_box_subtitle {
    font-size: 18px;
    font-family: "CircularStd-Bold", sans-serif;
    color: #000000;
}


/* Application Status Page */

.vas_box_style {
    margin-top: 15px;
    float: right;
}

.vas_link {
    color: #197980;
    font-family: "CircularStd-Bold", sans-serif;
}

.dot_3 {
    height: 25px;
    width: 25px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}

hr.vas_hr {
    height: 0px;
    background-color: #000000;
    border: 2px solid #000000;
    width: 100%;
}

/*progressbar*/
#progressbar {
    width: 100%;
    display: inline-block;
    padding: 0px;
}

    #progressbar li {
        list-style-type: none;
        color: white;
        font-size: 9px;
        width: 33.33%;
        position: relative;
        text-align: center;
    }

        #progressbar li.active{
            padding:0px;
        }

        #progressbar li:before {
            content: counter(step);
            counter-increment: step;
            width: 20px;
            line-height: 20px;
            display: block;
            font-size: 10px;
            color: #ffffff;
            background: white;
            border-radius: 50%;
            margin: 0 auto 5px auto;
        }
        /*progressbar connectors*/
        #progressbar li:after {
            content: '';
            width: 100%;
            height: 2px;
            background: white;
            position: absolute;
            left: -50%;
            top: 9px;
            z-index: -1; /*put it behind the numbers*/
        }

        #progressbar li:first-child:after {
            /*connector not needed before the first step*/
            content: none;
        }
        /*marking active/completed steps green*/
        /*The number of the step and the connector before it = green*/
        #progressbar li.active:before, #progressbar li.active:after {
            background: #1A7980;
            color: #1A7980;
        }

.vas_p_maintext {
    color: #197980;
    font-family: "CircularStd-Bold", sans-serif;
    text-align: center;
    font-size: 14px;
}

.vas_p_subtext {
    color: #000000;
    font-family: "Circular Std Book", sans-serif;
    text-align: center;
    font-size: 14px;
}

.vas_pbar {
    margin-left: -75px !important;
}

/* Error Popup Page */

.vep_page_title {
    font-family: "CircularStd-Bold", sans-serif;
    color: #197980;
    font-size: 33px !important;
}

.modal-body {
    background-color: #F5F8FA !important;
    ;
}

.modal-content {
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
}

/* Activity Popup Page */
.vap_table {
    border: 0px !important;
    background-color: none !important;
}

    .vap_table th {
        border-top: 0px !important;
        border-bottom: 0px !important;
    }

    .vap_table td {
        border-top: 0px !important;
        border-bottom: 0px !important;
    }

.vap_table_right {
    text-align: end !important;
}

.vap-btn-white {
    border-style: solid;
    border-width: 2px;
    background-color: #ffffff;
    --border-opacity: 1;
    border-color: #C7CCD1;
    border-color: rgba(199, 204, 209, var(--border-opacity));
    --text-opacity: 1;
    color: #1A7980;
    color: rgba(26, 121, 128, var(--text-opacity));
    box-shadow: 0 12px 24px -4px rgba(46, 91, 115, 0.3), 0 6px 8px -3px rgba(0, 0, 0, .05);
}

    .vap-btn-white:hover {
        background-color: #f9f5ea;
    }

.vap-btn-pri {
    width: 100%;
    font-weight: 700;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    border-radius: 0.5rem;
    cursor: pointer;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
    font-size: 16px;
    line-height: 20px;
    border: none !important;
    float: right;
}

.ca-btn-sec {
    width: 55%;
    font-weight: 700;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    border-radius: 0.5rem;
    cursor: pointer;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
    font-size: 16px;
    line-height: 20px;
    float: right;
    text-align:center;
}

.ca-text-fs-14 {
    font-size: 14px;
    line-height: 16px;
}

.vap-btn-teal {
    --bg-opacity: 1;
    background-color: #1A7980;
    background-color: rgba(26, 121, 128, var(--bg-opacity));
    --text-opacity: 1;
    color: #ffffff;
    color: rgba(255, 255, 255, var(--text-opacity));
    box-shadow: 0 12px 24px -4px rgba(46, 91, 115, 0.3), 0 6px 8px -3px rgba(0, 0, 0, .05);
}

    .vap-btn-teal:hover {
        background-color: #cbbb99;
    }

.vap_responsive_buttons_left {
    margin-left: 20%;
}

.vap_responsive_buttons_right {
    margin-left: -20%;
}
.dropdown .dropdown-menu .nav-link a{font-size:14px;}
/*.dropdown .dropdown-menu.multi-level {
    min-width: 10rem;
    left: -80px;
}*/


.form-inline .navbar-nav {
    align-items: center;
}
li.nav-item a#A1{display:none;}

.gift_btn_box a {
    background: #1A7980;
    border-radius: 0.5rem;
    color: #fff;
    padding: 10px 30px;
    display: inline-block;
    font-weight: 600;
}
.gift_btn_box a:hover {
    background: #cbbb99;
    color:#000 !important;
}

#divDonation.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}
#divDonation.panel-default {
    border-color: #ddd;
}
    #divDonation.panel-default > .panel-heading {
        color: #333;
        background-color: #f5f5f5;
        border-color: #ddd;
    }
#divDonation .panel-heading {
    padding: 10px 14px !important;
}
#divDonation.panel .amenities-containt {
    width: 100%;
    text-align: left;
    padding: 20px;
    font-size: 14px;
    line-height: 24px;
}
#divDonation{margin:20px 0;}
.all_page_hei_auto{margin-top:50px;}
.pos_rel{position:relative;}
.date_icn_ab {
    position: absolute;
    right: 28px;
    top: 44px;
}
.sessions table th, .sessions table td {
    font-size: 14px;
    text-align:center;
}
.middle-content .middle-text{margin-bottom:15px;}
.middle-content .middle-text img{
    max-width: 15px;
}
ul.activity_li{margin:0px;padding:0px;}
ul.activity_li li {
    list-style: none;
    margin-bottom:10px;
}
a#mainContent_LinkButton1{margin-bottom:10px;}
.spacer15 {
    height: 15px;
    clear: both;
}
.main_breadcrumb {
    list-style: none;
    padding: 0 !important;
    display: flex;
}
.clr_label_box .form-group label {
    color: #197980;
    font-size: 18px;

}
.w100per{width:100%;}
.customer_table_box table th {
    color: #197980;
    font-size: 18px;
}
.sessions .table-striped > tbody > tr {
    background-color: #fff;
}
.main_breadcrumb ul{padding:0px;margin:0px;}
.main_breadcrumb ul li {
    list-style: none;
    float: left;
}
.act_big_txt{font-size:20px;color:#197980;line-height:25px;font-weight:600;}
.act-left-data {
    font-size: 14px;
    color: #197980;
    line-height: 25px;
    font-weight: 600;
    width:150px;
    float:left;
}
.act-right-data {
    font-size: 14px;
    color: #000;
    line-height: 25px;
    font-weight: 600;
    width: calc(100% - 160px);
    float: right;
}

.serch_btn_gift .ca-btn-teal{margin:29px 0 0 0;text-align:center;}
.set_btn_data
{
    float:right;
    margin-top:4px;
}
#mainContent_divoccupancypernight .card{margin:7px 0px;}
#collapseUnitPricePerPerson #mainContent_linkOccopantDetails {
margin-top:10px;
}
/*#mainContent_divoccupancypernight .card:last-child {
    margin-bottom: 0px;
}*/
.containt-right .faqs_resrvation {
    margin: 0px;
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}
.modalsLoader {
    position: fixed;
    z-index: 99999;
    height: 100%;
    width: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
}

.centerLoader {
    z-index: 1000;
    margin: 300px auto;
    padding: 10px;
    width: 250px;
    border-radius: 10px;
    text-align: center;
}
.rate-bottom-left {
    float: left;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    margin: 0 0 5px 0;
}
.rate-bottom-right {
    float: right;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    margin: 0 0 5px 0;
}
#mainContent_divMerchandise {
    border: 1px solid #dfdfdf !important;
    padding: 15px;
    margin-bottom:20px;
}
.warning-text{margin:10px 0;}
.row.merchandise {
    margin-bottom: 10px;
}
.row.merchandise .drop-box {
    width: 100%;
}
.fa.fa-plus-circle.tit_details_subtit{margin:0 6px 0 0;font-size:22px;}
#mainContent_divMerchandise .title_bg_details.panel-heading
{
    font-size:20px;
}
@media only screen and (min-width:1900px) and (max-width:2000px) {
}

@media only screen and (min-width:1024px) and (max-width:1279px) {
}

@media only screen and (max-width:992px) {
    .main_title{font-size:30px;inset-inline:35px;}
    .page_title {
        font-size: 22px;
        inset-inline: 30px;
    }
}
/* ipad */
@media only screen and (min-width:768px) and (max-width:979px) {

    /* Create Account */

    .shopping_cart_icon {
        margin-top: 0px !important;
    }

    .ca-btn-pri {
        width: 86% !important;
    }

    .purchase-pass-btn .ca-btn-pri {
        width: 100% !important;
    }

    /* Hearst Details */

    .hd_select_change {
        width: 50% !important;
    }

    /* Credit Card Payment Page */
    .cc_pay_right_text_2 {
        margin-left: 0px !important;
    }

    /* Shopping Cart Checkout */
    .scc_responsive_buttons_left {
        margin-left: 4% !important;
    }

    .scc_responsive_buttons_right {
        margin-left: -4% !important;
    }

    .scc-btn-sec {
        width: 102% !important;
    }

    .ssc_table {
        margin-left: 0% !important;
    }

    /* Hearst Waiver */
    .hw-btn-pri {
        width: 100% !important;
    }

    .hw_responsive_buttons_left {
        margin-left: 15% !important;
    }

    .hw_responsive_buttons_right {
        margin-left: -15% !important;
    }

    /* Login pop start */
    .log_pop_new .modal-dialog {
        max-width: 97%;
    }

    .pop_bg_left {
        padding: 67px 46px;
    }
    /* login pop end */

    /* Shopping Cart */

    .sc_del_section {
        text-align: end !important;
        margin-left: -10px !important;
    }

    .sc-btn-sec {
        width: 100% !important;
    }

    .sc-btn-pri {
        width: 100% !important;
    }

    /* Application Status Page */

   /* #progressbar {
        margin-left: -50px !important;
        margin-right: -50px !important;
    }*/

    .vas_pbar {
        margin-left: -75px !important;
    }

    /* Activity Popup Page */

    .vap_responsive_buttons_right {
        margin-left: none !important;
    }
    .sessions table th, .sessions table td {
        font-size: 11px;
    }
    .sign-up-btn{padding:4px;}
    .merchandise-picture img{width:130px;height:130px;}
    .climb-hed {
        font-size: 18px;
        margin: 10px 0;
    }
    .sessions .pa_subtitle {
        font-size: 15px;
        white-space: nowrap;
    }

}

/* mobile */
@media only screen and (max-width:767px) 
{

    /* Activity Popup Page */

    .vap_responsive_buttons_right {
        margin-left: -3% !important;
    }

    /* Create Account */
    
    .ca-btn-pri {
        width: 106% !important;
        margin-top: 10px !important;
        margin-right: -55px !important;
    }


    .purchase-pass-btn .ca-btn-pri {
        width: 100% !important;
        margin-top: 20px !important;
        margin-right: 0px !important;
    }

    .btn.ca-btn-pri {
        width: 100% !important;
        margin-top: 0px !important;
        margin-right: 0px !important;
    }

    .ca-btn-sec {
        width: 136% !important;
        margin-left: -8px !important;
    }

    /* Hearst Details */

    .hd_select_change {
        width: 120% !important;
    }

    .scc-btn-sec {
        width: 136% !important;
    }

    /* Shopping Cart Checkout */
    .scc_responsive_buttons_left {
        margin-left: 20% !important;
    }

    .scc_responsive_buttons_right {
        margin-left: -20% !important;
    }

    .ssc_table {
        margin-left: 0% !important;
    }

    /* Hearst Waiver */
    .hw_responsive_buttons_right {
        margin-left: 0% !important;
    }

    .hw-btn-pri {
        width: 113% !important;
        margin-top: 10px !important;
    }

    /* login pop start */
    .modal {
        padding-left: 0 !important;
    }

    .pop_bg_left::after {
        content: "";
        background: inherit;
        height: inherit;
        width: inherit;
        background-repeat: inherit;
        position: inherit;
        right: inherit;
        top: inherit;
    }

    .log_pop_new .modal-body {
        padding: 0;
    }

    .pop_icon_cen img {
        max-width: 100px;
    }

    .pop_bg_left {
        padding: 55px 60px;
        height: auto
    }

    .samll_left_pop_txt {
        margin: auto auto auto auto;
        width: 240px;
        text-align: center;
    }

    .pop_last_link a {
        margin-bottom: 20px;
    }

    .close.close_pos_abso {
        color: #fff !important;
        opacity: 1 !important;
        font-size: 25px;
        font-weight: 400;
    }

    .samll_left_pop_txt::before {
        left: 5px;
    }

    .samll_left_pop_txt::after {
        right: 8px;
        bottom: 12px;
    }
    /* login pop end */

    #l_responsive_buttons {
        margin-top: 0px !important;
    }

    /* Shopping Cart */
    .pc_responsive_buttons_right {
        text-align: end;
    }

    .sc-btn-sec {
        width: 100% !important;
    }

    .sc-btn-pri {
        width: 100% !important;
    }

    .sc_responsive_empty_cart {
        text-align: center !important;
        margin-bottom: 20px !important;
        margin-top: 9px;
    }

    /* Pre Cart */
    .pc_box {
        width: 109% !important;
        margin-left: -18px !important;
    }

    .pc_page_title {
        font-family: "CircularStd-Bold", sans-serif;
        color: #197980;
        font-size: 18px !important;
    }

    #mainContent_UnitPricePerPerson #mainContent_Label2.pc_page_title {
        font-size: 18px !important;
    }

    .pc_updownarrow_style {
        width: 20px !important;
        height: 20px !important;
        margin-top: 6px !important;
    }

    /* Application Status Page */

    /*#progressbar {
        margin-left: -50px !important;
        margin-right: -50px !important;
    }*/

    .vas_pbar {
        margin-left: -51px !important;
    }

    .time_main_table.table td {
        width: auto;
        border: none;
        display: table-cell;
    }

    table.time_main_table {
        border-collapse: separate;
        border: none !important;
    }

    .table-responsive {
        border: 1px solid lightgray !important;
    }

    .main_box_round_table {
        height: auto
    }

    .col-lg-7.d-flex.text-center {
        display: block !important;
    }

        .col-lg-7.d-flex.text-center .hw-btn-pri {
            width: 100% !important;
        }
    .col-md-3.col-sm-3.offset-9.mb-3{margin-left:0px;}
    .low-search .col-md-3 label{margin:10px 0 !important;display:block;}
    .date_icn_ab{top:47px;}
    .gift_btn_box a.brd_button {width:100%;margin-bottom:15px;text-align:center;}
    .gift_btn_box a.fill_button {width: 100%;text-align: center;}
    a.white_bg_btn {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    .all_page_hei_auto {margin-top: 20px;}
    .ca-btn-sec.ca-btn-white.ca-text-fs-14.mr-4.cancel{margin-bottom:15px !important;}

    
    #mainContent_lblDepartments, #mainContent_ddlCategories {
        margin-top: 15px;
    }
    .climb-hed{font-size:18px;margin:10px 0;}
    ul.activity_li .btn {display: block !important;}
    .customer_table_box table.table {margin-bottom: 0px;}
    .customer_table_box table th {font-size: 16px;}

    .col-md-3.col-sm-3.offset-9.mb-3 .ca-btn-pri {
        width: 100% !important;
        margin-top: 0px !important;
        margin-right: 0px !important;
    }
    .sessions .sign-up-btn {
        white-space: nowrap;
    }
    .sessions .pa_subtitle {
        font-size: 18px;
        white-space: nowrap;
    }
    .sessions table thead{width:98% !important;}
    .sessions table th, .sessions table td {
        padding: 20px 33px;
        font-size:15px;
    }
    .gift_btn_box a{width:100%;text-align:center;margin-bottom:20px;}
    .serch_btn_gift .ca-btn-teal {
        margin: 0 0 20px !important;
        text-align: center;
        width: 100% !important;
    }

}


@media only screen and (max-width:667px) {
}

@media only screen and (max-width:640px) {
}

@media only screen and (min-width:568px) and (max-width:600px) {
}

@media only screen and (max-width:480px) {
}

@media only screen and (min-width:425px) and (max-width: 768px) {
}

@media only screen and (min-width:414px) and (max-width:470px) {
}

@media only screen and (min-width:375px) and (max-width:400px) {
}

@media only screen and (min-width:360px) and (max-width:370px) {
}

@media only screen and (max-width:320px) {
}
@media screen and (min-width: 200px) and (max-width: 767px) {
    .main_breadcrumb {
        font-size: 19px;
    }
}
/* Design changes Date:1-Feb-2021 */
.container_inside.container_inside_form {
    margin: 0px !important;
    border-radius: 15px;
}

    .container_inside.container_inside_form .card-box {
        margin: 0px;
    }

.container_inside_form .col-md-7 {
    padding-right: 50px;
}

.page_title {
    display: inline-block;
    margin-bottom: 15px;
}

.container_inside_form .main_breadcrumb {
    font-size: 18px;
    margin-top: 0;
    line-height: 18px;
}

.container_inside_form .pc_box {
    background-color: #F5F8FA !important;
    padding: 15px;
    margin-top: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.10);
}

.container_inside_form .pc_page_title {
    margin-top: 20px;
}

.container_inside_form .table {
    display: inline-table;
}

    .container_inside_form .table thead th {
        border-bottom: 0px;
    }

@media only screen and (max-width:1024px) {
    .container_inside_form .col-md-7 {
        padding-right: 15px;
    }
}
/* Design changes Date:1-Feb-2021 */

.shopping-cart-div {
    width: 100%;
}


.form-inline .search_main_hed {
    color: #fff !important;
    padding: 0px 5px !important;
}

.search-input {
    display: flex;
    align-items: center
}

.customerAutocomplete {
    overflow-y: scroll;
    width: 400px !important;
    overflow-x: hidden !important;
    max-height: 250px;
    height: inherit !important;
    border: 1px solid #154257;
    background: #fff;
    color: #333;
    right: 0;
    margin: auto;
}

.ui-menu.customerAutocomplete .ui-menu-item {
    border-bottom: 1px solid #000;
    position: relative;
    margin: 0;
    padding: 3px 1em 3px 0.4em;
    cursor: pointer;
    min-height: 0;
}

.ui-menu.customerAutocomplete li:first-child {
    text-align: center;
}

.ui-menu.customerAutocomplete li:hover a {
    color: #fff !important;
    background-color: transparent !important;
    border: 0px !important;
    font-weight: normal;
} 

.ui-menu.customerAutocomplete li:hover {
    background: #335E70;
    color: #fff;
}

.search_name_mgt20 .lblCustomerName {
    color: #fff !important;
    font-weight: 700;
}

.search_name_mgt20 a i {
    color: #fff !important;
}
.ui-menu.customerAutocomplete li a {
    border: 0px !important;
    font-weight: 400 !important;
}

.gift-pass-table thead th span {
    font-size: 16px;
    color: #197980;
}
 
.gift-pass-table{
    margin:0px;
}
.giftpass-box {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 7%);
}
.main-table {
    padding: 15px 15px;
}
.table-header {
    padding: 15px;
    border-bottom: 1px solid #dee2e6;
}
.table-header h2 {
    margin: 0px;
    font-size: 24px;
    color: #197980;
    font-weight: 700;
}
 
.active-gift-pass,
.email-sent,
.pending-round,
.cancel-gift-pass {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 5px;
}
.active-gift-pass {
    background: green;
} 
.email-sent { 
    background: #ff8c00; 
}
.pending-round { 
    background: #ffd94a; 
}
.cancel-gift-pass {
    background: red;
}
.send-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #5e7ce9;
    display: flex;
    align-items: center;
    justify-content: center;
} 
 
.giftpass-model .modal-header h1 {
    color: #197980;
    font-size: 26px;
    font-weight: bold;
}
.giftpass-model .modal-header {
    align-items: center;
    background: transparent !important;
}
.giftpass-model .modal-header .close{
    opacity:1;
}
.giftpass-model .modal-header .close span {
    color:#000;
}
.giftpass-model .footerbtn {
    font-weight: 700;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    border-radius: 0.5rem;
    cursor: pointer;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
    font-size: 14px;
    line-height: 16px; 
    margin-top: 1rem;
}
.gift-pass-table .link{
    font-weight:600;
    text-decoration:underline;
}
.giftpass-model .form-group .label {
    color: #333;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0.5rem;
    display:inline-block;
}
 
.giftpass-model .modal-content {
    border-radius: 15px !important;
}
.left-side,
.right-side {
    display: inline-block;
}
.left-side {
    width: 67%; 
} 
.giftpass-box .table-striped tbody tr:nth-of-type(odd) {
    background-color: transparent;
}
.activate-pass-details {
    background: #fff;
    padding: 20px;
    margin-bottom: 30px;
}
    .activate-pass-details .table-header{
        padding-top:0px;
        padding-left:0px;
    }
.active-pass-div {
    margin-top: 20px;
}
.large-text {
    color: #333 !important;
    font-size: 18px !important;
    font-weight: 700;
}
.mt-20{
    margin-bottom:10px
}
.active-pass-btn {
    display: flex;
    align-items: center;
    justify-content: end;
    width: 40%;
    margin-left: auto;
}
.all_side_pad_pass .form-group label {
    white-space: nowrap !important;
}

.all_side_pad_pass #divExtrasFields .form-group label {
    white-space: inherit !important;
}
.all_side_pad_pass .custom-control {
    display: flex;
    padding-left: 15px;
    margin-bottom: 10px;
}
.all_side_pad_pass .custom-control.custom-checkbox input[type="checkbox"] {
    margin-top: 5px;
    margin-right: 10px;
       
}


/*Your Cards Css Start*/
.custom-card-img {
    width: 40px;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 3px;
    overflow: hidden;
    margin-right: 10px;
    padding: 5px;
}

.add-card-link {
    display: flex;
    align-items: center;
    justify-content: end;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

    .add-card-link a {
        display: flex;
        align-items: center;
        font-family: "CircularStd-Bold", sans-serif;
    }

    .custom-card-img img {
        width: 100%;
        height: 100%;
    }

.theme-card {
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    padding: 20px 20px 0px 20px;
}

.card-heading .card-img {
    display: inline-block;
    width: 50%;
    border-radius: 0px;
    height: 60px;
    overflow: hidden;
}

.custome-redio-btn{
    display:inline-block;
    width:50%;
    text-align:right;
}

.inner-cards {
    border: 2px solid #B5B5B5;
    border-radius: 10px;
    padding: 20px 15px 30px 15px;
    position: relative;
}


    .inner-cards .card-heading {
        display: flex;
        align-items: center;
        margin-bottom: 12px;
    }

.custome-redio-btn label {
    cursor: pointer;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
}

.inner-contain .card-label {
    display: inline-block;
    width: 50%;
}

.inner-contain .right-side {
    width: 40%;
    display: inline-block;
}
.inner-contain .left-side {
    width: 60%;
    display: inline-block;
}

.inner-contain {
    margin-bottom: 10px;
}

    .inner-contain:last-child {
        margin-bottom: 0px;
    }
    .inner-contain .left-side,
    .inner-contain .right-side {
        text-align: left;
    }

    .inner-contain {
        display: flex;
    }

.delete-card {
    position: absolute;
    right: 20px;
    bottom: 10px;
    width: 40px;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
}

  
    .custome-redio-btn label input {
        position: absolute;
        left: -9999px;
    }




.customer-card-label {
    font-weight: 600;
    font-size: 18px;
      color: #5C5C5C;
      font-family: "CircularStd-Bold", sans-serif;
}

.customer-info {
    font-weight: 700;
    font-size: 16px;
     color: #000000;
     font-family: "CircularStd-Bold", sans-serif;
}
.custome-redio-btn label span:before {
    display: flex;
    flex-shrink: 0;
    content: "";
    background-color: #fff;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    margin-right: 0.375em;
    transition: 0.25s ease;
    box-shadow: inset 0 0 0 0.125em #A4A4A4;
}

.defult-lable {
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 0px 8px 0px 0px;
    background: #FFD000;
    display: inline-block;
    padding: 5px 8px;
    position: absolute;
    right: 0;
    top: 0;
    font-weight: bold;
    font-family: "CircularStd-Bold", sans-serif;
}
.delete-card.disable-delete-card {
    opacity: .5;
    cursor:not-allowed;
}

.enigma_card_popup .modal-lg {
    max-width: fit-content;
}

.enigma_card_popup .spinner.myspinner .fa-spin{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
.enigma_card_popup .spinner.myspinner{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
}

.enigma_card_popup .modal-body {
    padding: 0;
}

.enigma_card_popup .popup {
    position: relative;
    height: 100%;
}
.customer-cards .row .col-lg-6 {
    margin-bottom: 30px;
} 
.customer-cards .row:last-child {
    margin-bottom: 0px;
}
/*Your Cards Css End*/


/*No Card datalist Css Start*/
.no-data-card{
  padding: 20px 20px 20px 20px;
  height:500px;
}

.customer-No-cards{
    width:200px;
    height:200px;
    overflow:hidden;
}

.customer-No-cards img{
    width:100%;
    height:100%;
}

.no-card-text{
    margin: 0;
    padding-top: 20px;
    font-size: 42px;
    font-weight: bold;
    text-align: center;
}

.inner-no-data-text{
       display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    height: 100%;
}
.card_title{
    padding:20px;
    border-bottom:1px solid #686868;
    font-family:"Open Sans", Arial, sans-serif;
}
.card_title h4{
    margin-bottom:0;
    font-weight:700;
}
/*No Card datalist Css End*/

/*Customer Application Start*/
.customerApplication .box  {
        height:auto;
}
.customerApplication .panel .panel-heading {
    padding: 10px;
    padding-left: 15px;
    border-radius: 5px;
    background-color: #F1F1F1;
    margin-top: 15px;
    border: 0px;
    color: var(--themeColor);
    font-size: 18px;
    font-weight: 400;
    font-family: "CircularStd-Bold";
}
.customerApplication .panel-body {
    border: 0px;
    width: 100%;
    min-width: 100%;
    border-radius: 5px;
    margin-top: 10px;
    padding: 15px;
    z-index: 1;
    position: relative;
    background-color: #F1F1F1;
}

.customerApplication  .ap_desc_font {
    font-size: 16px;
}
.customerApplication input[type="checkbox"] {
    width: 16px;
    height: 16px;
}
.applications .box {
height:auto;
}

.sessions{
    max-height:350px;
    overflow-y: auto;
}

    .sessions thead {
        position: sticky;
        background: #fff;
        top: 0px;
    }
sup.labels_change {
    top: -0.01em;
}
@media only screen and (max-width: 767px) {
    .customerApplication .ca-btn-sec, .customerApplication #btnFinalize {
        width: 100% !important;
        float: inherit;
        margin-right: 0px !important;
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }
}
/*Customer Application End*/


/*Customer Application Start*/
.customerApplication .box {
    height: auto;
}

.customerApplication .panel .panel-heading {
    padding: 10px;
    padding-left: 15px;
    border-radius: 5px;
    background-color: #F1F1F1;
    margin-top: 15px;
    border: 0px;
    color: var(--themeColor);
    font-size: 18px;
    font-weight: 400;
    font-family: "CircularStd-Bold";
}

.customerApplication .panel-body {
    border: 0px;
    width: 100%;
    min-width: 100%;
    border-radius: 5px;
    margin-top: 10px;
    padding: 15px;
    z-index: 1;
    position: relative;
    background-color: #F1F1F1;
}

.customerApplication .image-arrow {
    height: 25px;
    width: 25px;
    cursor: pointer;
    float: right;
    display: block;
    transform: rotate(0deg);
}

.customerApplication .ap_desc_font {
    font-size: 16px;
}

.customerApplication input[type="checkbox"] {
    width: 16px;
    height: 16px;
}

.applications .box {
    height: auto;
}

.sessions {
    max-height: 350px;
    overflow-y: auto;
}

    .sessions thead {
        position: sticky;
        background: #fff;
        top: 0px;
    }

sup.labels_change {
    top: -0.01em;
}

@media only screen and (max-width: 767px) {
    .customerApplication .ca-btn-sec, .customerApplication #btnFinalize {
        width: 100% !important;
        float: inherit;
        margin-right: 0px !important;
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }
}
/*Customer Application End*/
/*CustomerPermitEntry start*/
.bold_link {
    font-size: 15px;
    font-weight: 600;
}

    .bold_link:hover {
        color: var(--themeColor);
    }

.reservationDetails {
    font-size: 21px;
    font-weight: 500;
    color: var(--themeColor);
    margin-bottom: 8px;
}

.btn.btn-block.search-btn {
    padding: 8px 50px;
    width: auto;
    margin-top: 30px;
    display: inline-block;
    background: var(--themeColor);
}

    .btn.btn-block.search-btn:hover {
        background: #cbbb99;
        color: #000 !important;
    }

.select_ul {
    background: #fff;
    border-radius: 0.25rem;
    border: 1px solid #ced4da;
    min-height: 100px;
    max-height: 150px;
    overflow-x: auto;
    overflow-y: scroll;
    padding: 10px;
}

    .select_ul li {
        list-style-type: none;
        display: block;
    }

    .select_ul .select_link {
        width: 100%;
        color: #495057;
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        text-decoration: none;
        padding: 5px 10px;
        display: inline-block;
        margin: 0;
        transition: 0s;
    }

        .select_ul .select_link:hover {
            background-color: rgba(0, 0, 0, .05);
        }

        .select_ul .select_link.active {
            background-color: #cecece;
        }

.passitem_image {
    width: 100%;
    height: 300px;
    padding: 10px;
    border: 1px solid #ddd;
}

    .passitem_image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.passdetails {
    border: 1px solid #ddd;
    padding: 25px 20px;
    border-radius: 10px;
    background: #fff;
}

@media only screen and (max-width: 767px) {
    .passdetails {
        margin-top: 20px;
    }
}

.addmorelink {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.permiraddmore_box {
    margin-top: 15px;
}

    .permiraddmore_box:first-child {
        margin-top: 0px;
    }


@media only screen and (max-width: 991px) {
    .addpermitgroup {
        margin-bottom: 8px;
    }

        .addpermitgroup:last-child {
            margin-bottom: 0px;
        }
}
/*CustomerPermitEntry end*/


/*custome select start*/
.selectBelow {
    display: inline-block;
    padding: 0;
    margin: 0px 0px 10px;
    width: 100%;
    list-style: none;
    border: solid 1px #ccc;
    border-radius: 5px;
    padding: 5px 10px;
    height: 350px;
    overflow-y: scroll;
}

    .selectBelow li {
        display: inline-block;
        width: 100%;
    }

        .selectBelow li a {
            width: 100%;
            display: inline-block;
            padding: 1px 6px;
            color: var(--themeColor);
            font-size: 16px;
            font-weight: 500;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            transition: 0s;
        }

            .selectBelow li a:hover {
                color: #fff;
                background: var(--themeColor);
            }
            .selectBelow li a.active {
                color: #fff;
                background: var(--themeColor);
            }
/*custome select end*/

.sc-btn-teal.apply {
    width: 100%;
    padding: 9px 10px;
    text-align: center;
}
@media only screen and (max-width:767px) {
    .sc-btn-teal.apply {
        margin-top:15px;
    }
}
.tablewidhead th:first-child,
.tablewidhead td:first-child {
    width: 83%;
}

/*choose file css start*/
.file_choose {
    position: relative;
    margin-bottom: 15px;
}

    .file_choose .btn_choose label {
        font-size: 16px !important;
        font-weight: 500;
        padding: 5px 30px;
        background: var(--themeColor);
        color: #fff !important;
        margin: 0;
        border-radius: 5px;
        cursor: pointer;
    }

    .file_choose .btn_choose input[type=file] {
        position: absolute;
        width: 5px;
        height: 5px;
        left: 3px;
        top: 4px;
        opacity: 0;
        z-index: -10;
    }

    .file_choose .filename_text {
        font-size: 14px;
        margin-left: 5px;
        font-weight: 500;
    }
/*choose file css end*/
.selectBelow.sm {
    height: 120px;
}

.selectBelow {
    display: inline-block;
    padding: 0;
    margin: 0px 0px 10px;
    width: 100%;
    list-style: none;
    border: solid 1px #ccc;
    border-radius: 5px;
    padding: 5px 10px;
    height: 350px;
    overflow-y: scroll;
}

    .selectBelow li {
        display: inline-block;
        width: 100%;
    }

        .selectBelow li a {
            width: 100%;
            display: inline-block;
            padding: 1px 6px;
            color: var(--themeColor);
            font-size: 16px;
            font-weight: 500;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            transition: 0s;
        }       

            .selectBelow li a:hover {
                color: #fff;
                background: var(--themeColor);
            }

.blackbold_text {
    font-size: 17px;
    margin-bottom: 0px;
    color: #000;
    font-weight: bold;
}

.formbtn_group {
    display: flex;
    flex-wrap:wrap;
    align-items: center;
    justify-content: flex-end;
    margin-top:15px;
}

    .formbtn_group .formbtn {
        width: 300px !important;
        min-width: 300px !important;
        margin:0px 0px 0px 30px !important;
        text-align:center;
    }

        .formbtn_group .formbtn:first-child {
            margin: 0px 0px 0px 0px !important;
        }


.from_main_passes .ca-btn-pri {
    padding: 9px;
    font-family: CircularStd-Bold;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .formbtn_group .formbtn {
        width: 250px !important;
        min-width: 250px !important;
    }
}

@media only screen and (min-width: 200px) and (max-width: 767px){
    .formbtn_group .formbtn {
        width: 100% !important;
        min-width: 100% !important;
        margin: 12px 0px 0px 0px !important;
    }
}

.onebtn {
    min-width:330px !important;
    width:330px !important;
}

@media only screen and (min-width: 200px) and (max-width: 767px){
    .onebtn {
        min-width: 100% !important;
        width: 100% !important;
        margin: 0 !important;
    }
}            




@media screen and (max-width: 991px) {

    .sessions {
        max-height: inherit;
        overflow-y: inherit;
    }
    .mores_table {
        border: 0 !important;
    }
        .mores_table table {
            border: 0 !important;
            background-color: transparent !important;
        }

        .mores_table table thead {
            border: none;
            clip: rect(0 0 0 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px;
        }

        .mores_table table tr {
            border: 1px solid #ddd;
            border-top: 0;
            display: block;
            margin-bottom: .625em;
        }
        .mores_table table td,
        .mores_table table th {
            width: auto !important;
        }
            .mores_table table td {
                border-bottom: 0 !important;
                display: block;
                font-size: 14px !important;
                text-align: right !important;
                padding: 7px 15px !important;
                display: flex;
                align-items: center;
                justify-content: space-between;
            }

            .mores_table table td::before {
                content: attr(data-label);
                font-weight: bold;
                text-transform: uppercase;
                color: var(--themeColor);
                margin-right: 10px;
            }

            .mores_table table td:last-child {
                border-bottom: 0;
            }


    .mores_table {
        border: 0;
    }
}

@media screen and (max-width: 1199px){
    .mores_table .pa_subtitle {
        font-size: 19px;
    }
}

.modalform_btn{
    width:100%;
    display:flex;
    align-items:center;
    justify-content:flex-end;
}
    .modalform_btn .modalbtn {
        min-width: 100px;
        width: 100px !important;
        text-align: center;
        padding: 10px;
        font-size: 15px;
        font-weight: 700;
        border-radius: 5px;
        margin: 0 0 0 15px !important;
    }
    .modalform_btn .modalbtn:first-child{
        margin-left:0px;
    }

@media screen and (max-width: 767px){
    .modalform_btn .modalbtn {
        min-width: auto;
        width: auto !important;
        padding: 8px 22px;
        font-size: 15px;
    }
}
