@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ã€firefox */
    url("font/CircularStd-Book/Circular Std Book.woff") format("woff"), /* chromeã€firefox */
    url("font/CircularStd-Book/Circular Std Book.ttf") format("truetype"), /* chromeã€firefoxã€operaã€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ã€firefox */
    url("font/CircularStd-Bold/CircularStd-Bold.woff") format("woff"), /* chromeã€firefox */
    url("font/CircularStd-Bold/CircularStd-Bold.ttf") format("truetype"), /* chromeã€firefoxã€operaã€Safari, Android, iOS 4.2+*/
    url("font/CircularStd-Bold/CircularStd-Bold.svg#CircularStd-Bold") format("svg"); /* iOS 4.1- */
}


body {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    line-height: 20px;
    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;
}

a {
    color: #23509;
}

button:focus {
    outline: 5px auto -webkit-focus-ring-color !important;
}
 

/* 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: 23px;
    height: 23px;
    margin-right: 10px;
}

.nav-link {
    font-family: "CircularStd-Bold";
    color: #000000 !important;
    font-size: 15px;
}

    .nav-link:hover {
        font-family: "CircularStd-Bold";
        text-decoration: none !important;
        font-size: 15px;
    }
li.nav-item .btn{font-size:15px;}
.header-user-name .nav-link{font-size:13px;}

.container_inside {
    margin-left: 15%;
    margin-right: 15%;
}

.main_title {
    font-family: "CircularStd-Bold";
    color: #197980;
    font-size: 50px;
}

.main_breadcrumb {
    font-family: "CircularStd-Bold";
    color: #000000;
    font-size: 22px;
    margin-top: -5px;
}

.page_title {
    font-family: "CircularStd-Bold";
    color: #197980;
    font-size: 33px;
}

.yellow_line {
    margin-bottom: 20px;
    visibility: hidden;
}

.labels_change_select {
    margin-bottom: -10px !important;
    font-family: "Circular Std Book";
    color: #197980;
    font-size: 18px;
}

.select_change {
    margin-top: 10px;
    margin-left: 0px !important;
    border-radius: 5px;
    width: 100% !important;
}

.labels_change {
    font-family: "Circular Std Book";
    color: #197980;
    font-size: 18px;
}


.optional_fields {
    color: #005960;
    font-style: italic;
}

.checkbox_font {
    font-family: "Circular Std Book";
    color: #197980;
    font-size: 18px;
}

.btn-primary {
    font-family: "Circular Std Book";
    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:hover {
        background-color: #cbbb99 !important;
    }

.ca-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);
}

    .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-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;
}

.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";
    color: #000000;
    font-size: 22px;
}

.cu_subtext_color {
    color: #197980;
}

/* Hearst Sign Up */

.hd_subtext {
    color: #197980;
    font-family: "CircularStd-Bold";
    font-size: 22px;
    margin-top: 10px;
}

.hd_label {
    color: #197980;
    font-family: "CircularStd-Bold";
    font-size: 18px;
}
.draw_hd_label {
    font-family: "CircularStd-Bold";
    font-size: 18px;
}

.hd_label_text {
    color: #000000;
    font-family: "CircularStd-Bold";
    font-size: 20px;
}

.hd_subtext_table {
    color: #197980;
    font-family: "Circular Std Book";
    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";
}

.pa_subtitle {
    color: #197980;
    font-size: 22px;
    font-family: "CircularStd-Bold";
}

.pa_subtitle_text {
    color: #000000;
    font-size: 18px;
    font-family: "Circular Std Book";
}

.pa_subtitle_link {
    color: #00007A;
    font-size: 18px;
    font-family: "CircularStd-Bold";
    text-decoration: underline;
}

    .pa_subtitle_link:hover {
        color: #000000;
    }

/* Activity Page */

.ap_italic {
    font-family: "Circular Std Book";
    color: #197980;
    font-size: 18px;
    font-style: italic;
}

/* Activity Details */

.ad_main_text {
    font-size: 22px;
    color: #000000;
    font-family: "Circular Std Book";
}

.ad_color_change {
    color: #197980;
}

/* Activity Signup */

.as_subtitle_text {
    color: #000000;
    font-size: 20px;
    font-family: "CircularStd-Bold";
}

/* Activity Page with Search Results */

.asr_main_text {
    font-size: 16px;
    color: #000000;
    font-family: "CircularStd-Bold";
    margin-left: 15px;
}

.asr_table_text {
    color: #000000;
    font-size: 14px;
    font-family: "Circular Std Book";
}

/* Credit Card Payment Page */

.cc_pay_subitile {
    color: #197980;
    font-size: 16px;
    font-family: "CircularStd-Bold";
}

.cc_pay_clock {
    width: 15px;
    height: 15px;
}

.cc_pay_right_text {
    color: #000000;
    font-size: 14px;
    font-family: "Circular Std Book";
}

.cc_pay_right_time {
    font-family: "CircularStd-Bold";
    font-size: 18px;
    color: #197980;
}

.cc_pay_right_text_2 {
    color: #000000;
    font-size: 14px;
    font-family: "Circular Std Book";
    margin-left: 18px;
}

.cc_pay_main_breadcrumb {
    font-family: "CircularStd-Bold";
    color: #000000;
    font-size: 22px;
    margin-top: 0px;
    margin-bottom: 0px;
}

/* Shopping Cart Checkout */

.scc_main_text {
    font-size: 16px;
    color: #000000;
    font-family: "CircularStd-Bold";
}

.scc_label_text {
    color: #000000;
    font-family: "CircularStd-Bold";
    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";
}

.hw_subtitle {
    font-size: 22px;
    color: #197980;
    font-family: "CircularStd-Bold";
}

.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";
}

.ap_checkbox_font {
    font-family: "CircularStd-Bold";
    color: #197980;
    font-size: 15px;
}


.ap_checkbox_font_2 {
    font-family: "Circular Std Book";
    color: #197980;
    font-size: 15px;
}

.ap_desc_font {
    font-family: "Circular Std Book";
    color: #000000;
    display: flex;
    align-items: start;
}

.customerApplicationRow .ap_desc_font {
    display: inline-block;
}


/* 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: 100%;
    height: 166px;
}
    .apl_img_list img{
        width:100%;
        height:100%;
        object-fit:cover;
    }
    .apl_desc_font {
        font-family: "CircularStd-Bold";
        color: #197980;
        font-size: 15px;
        line-height: 18px;
        text-align: center;
        padding: 10px 0 5px;       
        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";
    color: red;
    font-size: 15px;
    text-align: center;
}

.btn-primary_2 {
    width: 100% !important;
    color: #ffffff !important;
    font-family: "Circular Std Book";
    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";
    color: #000000;
    margin-top: 10px;
}

.apl_radio_text {
    font-family: "Circular Std Book";
    color: #000000;
    margin-bottom: 10px;
}

.apl_links {
    font-family: "CircularStd-Bold";
    color: #197980;
    cursor: pointer;
}

    .apl_links:hover {
        text-decoration: none;
        cursor: pointer;
    }


#divNoSubmitApplication{
    text-align: center;
    font-weight: 900;
    margin-top: 60px;
}
/* Hearst */

.hearst_box {
    border: 2px solid #1A7980;
    border-radius: 10px;
    padding: 15px;
}

.hearst_subtitle {
    color: #197980;
    font-family: "CircularStd-Bold";
    font-size: 22px;
}

.hearst_subtitle_text {
    font-family: "Circular Std Book";
    font-size: 18px;
}

.hearst_subtitle_link {
    font-family: "CircularStd-Bold";
    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";
    font-size: 20px;
}

.hearst_subtitle_text_2 {
    font-family: "Circular Std Book";
    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";
    font-size: 15px;
}

.h_grt_subtitle {
    color: #000000;
    font-family: "CircularStd-Bold";
    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";
    font-size: 17px;
    margin: 10px 0;
}

.first_time {
    color: #197980;
    font-family: "CircularStd-Bold";
    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";
    font-size: 22px;
    margin-left: 20px;
    margin-top: -4px;
}

.timetxt {
    color: #ffffff;
    font-family: "CircularStd-Bold";
    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: 437px;
    padding: 67px 60px;
}

    .pop_bg_left::after {
        content: "";
        background: url("../images/curved.png");
        height: 437px;
        width: 52px;
        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";
    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";
    color: #197980;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 30px;
}

.log_wel_txt {
    font-size: 15px;
    color: #000;
    font-family: "CircularStd-Bold";
    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";
    }

    .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";
    }

.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";
    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";
}

#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: 25px 0 5px;
}

.footer_span {
    font-family: "Circular Std Book";
    color: #ffffff;
    font-size: 16px;
    margin-right: 40px;
}

.footer_span_bottom {
    font-family: "Circular Std Book";
    color: #ffffff;
    font-size: 13px;
}

.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";
            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 30px;
                display: inline-block;
            }

                .footer_row ul li a:hover {
                    background: #fff;
                    color: #0F363A;
                }

.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";
    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";
    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";
    font-size: 20px;
}

.hd_label_text_nb {
    color: #000000;
    font-family: "Circular Std Book";
    font-size: 18px;
}

.hd_label_text_sc_2 {
    color: #1A7980;
    font-family: "CircularStd-Bold";
    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";
    color: #000000;
    font-size: 16px;
}

.pc_page_subtitle {
    font-family: "CircularStd-Bold";
    color: #197980;
    font-size: 20px;
}

.pc_main_text {
    font-family: "CircularStd-Bold";
    color: #000000;
    font-size: 16px;
}

.pc_amenity_subtitle {
    font-family: "Circular Std Book";
    color: #000000;
    font-size: 16px;
}

.pc_amenity_title {
    font-family: "CircularStd-Bold";
    color: #197980;
    font-size: 16px;
}

.pc_page_subtitle_2 {
    font-family: "CircularStd-Bold";
    color: #4B5658;
    font-size: 16px;
}

.pc_th_font {
    font-family: "CircularStd-Bold";
    color: #197980;
    font-size: 14px;
}

.pc_td_font {
    font-family: "CircularStd-Bold";
    color: #000000;
    font-size: 14px;
}

.pc_main_title {
    font-family: "CircularStd-Bold";
    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";
    font-size: 16px;
}

.pc_desc_right {
    color: #000000;
    font-family: "CircularStd-Bold";
    font-size: 17px;
}

.pc_page_title {
    font-family: "CircularStd-Bold";
    color: #197980;
    font-size: 28px !important;
}

.desc_right {
    color: #000000;
    font-family: "Circular Std Book";
    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";
    color: #197980;
}

.ys_box_subtitle {
    font-size: 18px;
    font-family: "CircularStd-Bold";
    color: #000000;
}


/* Application Status Page */

.vas_box_style {
    margin-top: 15px;
    float: right;
}

.vas_link {
    color: #197980;
    font-family: "CircularStd-Bold";
}

.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 {
    margin-bottom: 30px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
    margin-left: -100px;
    margin-right: -100px;
}

    #progressbar li {
        list-style-type: none;
        color: white;
        font-size: 9px;
        width: 33.33%;
        float: left;
        position: relative;
        text-align: center;
    }

        #progressbar li:before {
            content: counter(step);
            counter-increment: step;
            width: 20px;
            line-height: 17px;
            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";
    text-align: center;
    font-size: 14px;
}

.vas_p_subtext {
    color: #000000;
    font-family: "Circular Std Book";
    text-align: center;
    font-size: 14px;
}

.vas_pbar {
    margin-left: -75px !important;
}

/* Error Popup Page */

.vep_page_title {
    font-family: "CircularStd-Bold";
    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;
}

.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%;
}


/*1/5/2023 ADA Css Change Start*/
.specific-activity a {
    color: #235093;
}

a:focus {
    outline: 2px dotted #8F2C00 !important;
}
/*1/5/2023 ADA Css Change End*/

.precart_chk_page .agree.form-check-input {
    display: flex;
    position: inherit;
}
@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) {
}
/* 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;
    }

    .ca-btn-sec {
        width: 86% !important;
        float: left !important;
        margin-left: -32px !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;
    }
    div#mainContent_divdonationdesc + div + div.col-md-12 .row .col-md-2 {
        max-width: 33%;
        color: red;
        flex: 0 0 33%;
    }
}

/* 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: 100% !important;
        margin-top: 10px !important;
        margin-right: 0px !important;
    }

    .update-info-bcancel .ca-btn-pri {
        margin-right: 0px !important;
        margin-bottom: 15px;
    }

    .ca-btn-sec {
        width: 100% !important;
        margin-left: -8px !important;
    }

    /* Hearst Details */

    .hd_select_change {
        width: 100% !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: 37px 20px;
        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;
        opacity: 1;
    }

    .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;
        margin-bottom: 20px !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";
        color: #197980;
        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;
    }

    .progressbarRow #progressbar {
        margin: 0px !important;
        padding-left: 0;
    }

    .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;
        }
    #mainContent_scShoppingCart_Tfoot2 .row.sc_del_section .col-md-7.text-left{display:none;}
    #mainContent_scShoppingCart_Tfoot2 .row.sc_del_section .col-md-3 {max-width:70%;}
    #mainContent_scShoppingCart_Tfoot2 .row.sc_del_section .col-md-2 {max-width: 30%;}
    #mainContent_scShoppingCart_Tfoot2 .row.sc_del_section .col-md-6.text-left {
        display: none;
    }

    #mainContent_scShoppingCart_Tfoot2 .row.sc_del_section .col-md-4 {
        max-width: 70%;
    }

    #mainContent_scShoppingCart_Tfoot2 .row.sc_del_section .col-md-2 {
        max-width: 30%;
    }
    input#mainContent_txtDonation,
    input#mainContent_txtDonationDesc{width:100% !important;}
    input#txtDonatationSearch {width: calc(100% - 35px);}
    input#txtDonatationSearch + a.ui-button{width:35px;}
    .ap_desc_font label {
        text-align: left !important;
    }

    .app_box #box_divContactInfo,
    .app_box #box_divExtraInfo,
    .app_box #box_divDocUploadInfo {
        height: auto;
        display: flex;
    }

    .app_box #box_divContactInfo .collapbold_text,
    .app_box #box_divExtraInfo .collapbold_text,
    .app_box #box_divDocUploadInfo .collapbold_text {
        width: 85%;
        font-size: 18px;
    }
}


@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) {
}
/* 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 */


.customer-reservation .labels_change, .customer-reservation .labels_change_select {
    font-size: 16px !important;
}


.applitag_title{
    color:#197980;
}

.applitag_title span{
    color:#000;
}

.group_btn{
    display:flex;
    align-items:center;
    justify-content: flex-end;
}

.btn-min-wi{
    width: 270px !important;
    min-width:270px !important;
    text-align:center;
    margin-left:25px;
}

.group_btn .btn-min-wi:first-child{
    margin-left:0px;
}

.responsive_row.vas_pbar.progressbarRow {
    position: relative;
    z-index: -1;
}


@media only screen and (max-width:991px){
    .btn-min-wi{
        width: 50% !important;
        min-width: 50% !important;
        margin:0px 0px 0px 20px !important;
    }
}

@media only screen and (max-width:767px){
    .group_btn{
        flex-flow:column;
    }
    .btn-min-wi{
        width: 100% !important;
        min-width: 100% !important;
        margin:15px 0px 0px 0px !important;
    }
    .group_btn .btn-min-wi:first-child{
        margin-top:0px;
    }

    .page-main-breadcrumb .main_breadcrumb{
        margin-bottom:10px !important;
    }
}

@media only screen and (max-width:1024px) {
    .responsive_row {
        margin-left: -15px !important;
    }
}



    .collapbold_text {
        font-size: 21px;
        font-weight: 500;
        color: #197980;
    }