﻿body {
    color: #454E54 !important;
}
html,
body {
  width:100%;
  height: 100%;
}
/* Navbar Style */

li.nav-item .btn-primary, .submitPanel .btn-primary {
    margin-left: 10px;
}

/* Navbar Style */

.theme-pass-box .brd_all_passes_box {
    height: 760px;
    max-height: inherit;
}
.theme-pass-box .right_data_pass_scroll {
    max-height: 550px;
}
/*.custom-checkbox{

}
.theme-pass-box .custom-checkbox label::before {
    border: 1px solid #686868 !important;
}
.theme-pass-box .custom-checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
  margin-left:17px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.theme-pass-box .custom-checkbox input[type="checkbox"]:checked + label::after {
    font-family: 'FontAwesome';
    content: "\f00c";
}
.theme-pass-box .custom-checkbox label::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555;
}*/
/*.theme-pass-box .custom-checkbox label {
    margin-left: 22px;
}
    .theme-pass-box .custom-checkbox label::after {
        content: "";
        display: inline-block;
        position: absolute;
        width: 16px;
        height: 16px;
        left: 0;
        top: 0;
        margin-left: -20px;
        padding-left: 3px;
        padding-top: 1px;
        font-size: 11px;
        color: #555555;
    }
    .theme-pass-box .custom-checkbox label::before {
        content: "";
        display: inline-block;
        position: absolute;
        width: 17px;
        height: 17px;
        left: 0;
        margin-left: 17px;
        border: 1px solid #cccccc;
        border-radius: 3px;
        background-color: #fff;
        -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    }
.theme-pass-box .custom-checkbox input[type="checkbox"] {
    opacity: 0;
}*/
/* DatePicker Change Style */
#ui-datepicker-div {
    font-family: "Circular Std Book";
    background-color: #F5F8FA;
    border-radius: 0.5rem;
    border-color: #C7CCD1;
    box-shadow: 0 20px 25px -5px rgba(46, 91, 115, 0.3), 0 10px 10px -5px rgba(0, 0, 0, .04);
    background-color: #ffffff;
}

    #ui-datepicker-div .ui-datepicker-calendar tr {
        background-color: #ffffff;
    }



.ui-datepicker-trigger {
    background-color: transparent;
}

.ui-datepicker-header, .ui-datepicker-title {
    background: #ffffff !important;
    border: none;
    color: #656B70;
}

.ui-datepicker th {
    color: #1A7980;
    font-weight: 300;
}

.ui-state-disabled {
    background-color: transparent !important;
    border: 0px;
    opacity: 1 !important;
}

    .ui-state-disabled a, .ui-datepicker-unselectable.ui-state-disabled span {
        opacity: .35;
        background: #d1cbcb !important;
        text-decoration: line-through !important;
        border-radius: 5px;
        color: #003366;
    }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #2f6ea4;
    background: #1A7980 !important;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
}

.ui-datepicker-header, .ui-datepicker-title {
    background: #ffffff !important;
    border: none;
    color: #656B70;
    font-size: 14px;
}

/*.ui-datepicker td a:focus {
    outline: 0px !important;
}
*/
.ui-datepicker .ui-datepicker-buttonpane {
    margin: .2em 0 0 0;
}

.ui-widget-content {
    border: 1px solid #e3e1e1;
}

    .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
        border: 1px solid #2f6ea4;
        background: #1A7980 !important;
        font-weight: bold;
        color: #fff;
    }

.ui-datepicker .ui-datepicker-buttonpane button {
    font-size: 14px;
    font-weight: 600;
    border: solid 1px #1A7980 !important;
    color: #1A7980;
    margin: .5em .2em .5em;
    padding: 2px 15px;
}

    .ui-datepicker .ui-datepicker-buttonpane button:hover,
    .ui-datepicker .ui-datepicker-buttonpane button:focus {
        color: #fff !important;
        background: #1A7980 !important
    }
/*.ui-state-default, .ui-widget-content .ui-state-default:focus {
    border: solid 1px #1A7980 !important;
    border: 2px dotted #db7446 !important;
}*/
.ui-state-highlight {
    background: var(--linkThemeDark) !important;
}
.ui-state-default, .ui-widget-content .ui-state-default {
    border: 0px !important;
    background: #f6f6f6 !important;
    border-radius: 5px;
    text-align: center;
    font-weight: bold !important;
    font-size: 16px;
}

.ui-widget-header {
    border: 1px solid #154257 !important;
}

.ui-state-hover {
    background-color: #f0f0f0 !important;
}

.ui-datepicker-calendar thead th:nth-child(1) span,
.ui-datepicker-calendar thead th:nth-child(2) span,
.ui-datepicker-calendar thead th:nth-child(3) span,
.ui-datepicker-calendar thead th:nth-child(4) span,
.ui-datepicker-calendar thead th:nth-child(5) span,
.ui-datepicker-calendar thead th:nth-child(6) span,
.ui-datepicker-calendar thead th:nth-child(7) span {
    display: block;
    overflow: hidden;
    vertical-align: top;
    margin: auto;
}

.ui-datepicker-calendar thead th:nth-child(1) span {
    width: 18px;
}

.ui-datepicker-calendar thead th:nth-child(2) span {
    width: 24px;
}

.ui-datepicker-calendar thead th:nth-child(3) span {
    width: 16px;
}

.ui-datepicker-calendar thead th:nth-child(4) span {
    width: 24px;
}

.ui-datepicker-calendar thead th:nth-child(5) span {
    width: 18px;
}

.ui-datepicker-calendar thead th:nth-child(6) span {
    width: 14px;
}

.ui-datepicker-calendar thead th:nth-child(7) span {
    width: 17px;
}

.tooltip {
    pointer-events: none;
}

.ui-datepicker-trigger {
    float: right;
    border: none;
    bottom: 31px;
    position: relative;
    right: 12px;
}

.ui-state-hover{
    color: #fff !important;
}

.ui-state-highlight, .ui-widget-content .ui-widget-header .ui-state-highlight {
    color: #454545 !important;
}

.ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, .ui-state-hover, .ui-widget-content .ui-state-hover {
    color: #fff !important;
}

.donation-detail-info button:active, .donation-detail-info .ui-button:active {
    background: #fff;
}

.donation-detail-info .ui-button:active .ui-icon {
    background-image: url('../JqueryUI/images/ui-icons_777777_256x240.png');
}
/* DatePicker Change Style */
#checkbox_font {
    color: #000000;
    font-size: 18px;
    font-family: "Circular Std Book";
}



.h_img_container {
    margin-left: 0;
}


.h_bottom_right {
    position: absolute;
    bottom: 8px;
    right: 16px;
}

.modal_close {
    color: #000 !important;
}

.responsive_buttons {
    text-align: center;
    margin-bottom: 10px;
}

.w-100 {
    width: 100%;
}


.apl_ul {
    margin-bottom: 0;
    margin-top: 0;
}

    .apl_ul li {
        font-size: 1rem;
    }


.footer {
    /* background-color: #0F363A !important;*/
}

.sc_trash_icon {
    margin-left: 0;
}





.shopping-cart-box {
    border: 1px solid #ddd;
    background: white;
    padding: 15px;
    border-radius: 5px;
    margin: 0;
}

.sc_line {
    background-color: #1A7980;
}

.pdl_0_pop {
    background: #fff;
}

.pop_bg_left {
    height: 497px;
    padding: 90px 60px;
}

    .pop_bg_left::after {
        background: url("../Images/VBT/curved.png") !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        width: 59px;
        height: 497px;
    }

.forgot_pop_txt {
    margin-bottom: 7px;
}

.form-control {
   /* border: 1px solid #757575 !important;*/
}
.theme-login-model .form-control,
.theme-login-model .loginForm .form-group.green_brd .form-control {
    border: 1px solid #4E5861;
}

.form-control::placeholder {
    color: #4E5861 !important;
}

.form-control:-ms-input-placeholder {
    color: #4E5861 !important;
}

.form-control::-ms-input-placeholder {
    color: #4E5861 !important;
}

    .form-control:focus {
        border-color: #000;
        outline: 1px solid #000;
        border-radius: 0;
        box-shadow: none;
    }

a.ca-btn-pri.ca-btn-teal:hover, .l_btn-teal:hover, .ca-btn-pri.ca-btn-teal.text-white.logde:hover {
    color: #004A99 !important;
    text-decoration: none;
}

a.btn.btn-primary:hover {
/*    color: #000 !important;*/
}

@media (max-width:991px) {
    #divNormalMenu {
        width: 100%;
        display: contents;
    }

        #divNormalMenu .navbar-toggler {
            float: right;
        }

    #divCreateNewAccount {
        display: none !important;
    }

    #aLogin {
        margin-top: 12px !important;
    }

    .pop_bg_left {
        height: 491px !important;
        padding: 90px 60px;
    }

        .pop_bg_left::after {
            height: 491px !important;
        }

    .pdl_0_pop {
        background: transparent !important;
    }



    .div-responsive-button .d-flex {
        display: contents !important;
        text-align: center;
    }

    .div-responsive-button .ca-btn-sec,
    .div-responsive-button .ca-btn-pri,
    .div-responsive-button .sc-btn-sec,
    .div-responsive-button .sc-btn-pri {
        width: 100% !important;
        margin-right: 0px !important;
        margin-left: 0px !important;
        margin-top: 10px !important;
    }
    .div-responsive-button.recover-bottom-button .ca-btn-sec.cancel {
        margin-top: 12px !important;
    }


    #navbarSupportedContent .main_menu_top .aSCTimer {
        margin-top: 10px !important;
    }
}


@media(max-width:767px) {
    .pop_bg_left {
        height: 280px !important;
        padding: 55px 60px;
    }

    .modal_close {
        color: #fff !important;
    }

    .div-responsive-button .ca-btn-sec,
    .div-responsive-button .ca-btn-pri,
    .div-responsive-button .sc-btn-sec,
    .div-responsive-button .sc-btn-pri {
        width: 100% !important;
        margin-right: 0px !important;
        margin-left: 0px !important;
        margin-top: 5px !important;
    }
}


.make-link-to-btn:hover, .make-link-to-btn:visited, .make-link-to-btn:focus, .make-link-to-btn:active {
    text-decoration: none;
}

.sub-slider {
    width: 100%;
    display: flex;
    margin-top: 45px;
}

    .sub-slider .h_bot_box:first-child {
        margin-left: 0px;
    }

.gallery_slider_new #carousel, .gallery_slider_new #thumbs {
    overflow: hidden;
}

    .gallery_slider_new #thumbs a {
        border: 2px solid #ddd !important;
    }

ul#thumbs {
    margin: 0px;
    padding: 0px;
}

    ul#thumbs li {
        list-style: none;
        float: left;
    }

.gallery_slider_new #thumbs a {
    border: 2px solid #999;
    margin: 0 5px;
    overflow: hidden;
    padding: 5px;
    -webkit-transition: border-color .5s;
    -moz-transition: border-color .5s;
    -ms-transition: border-color .5s;
    transition: border-color .5s;
    background: #fff;
    -webkit-box-shadow: 0 1px 10px 0 rgb(0 0 0 / 3%);
    box-shadow: 0 1px 10px 0 rgb(0 0 0 / 3%);
}

.gallery_slider_new #thumbs img {
    padding: 1px 2px;
}

.gallery_slider_new #carousel span, .gallery_slider_new #carousel img, .gallery_slider_new #thumbs a, .gallery_slider_new #thumbs img {
    display: block;
    float: left;
}

.gallery_slider_new #thumbs-wrapper {
    padding: 10px 0 0 0;
    position: relative;
}

.gallery_slider_new #prev, .gallery_slider_new #next {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    padding: 0px;
}

.gallery_slider_new #prev {
    background: url(../../CommonThemes/Images/left-arrow.png) no-repeat;
}

.gallery_slider_new #next {
    background: url(../../CommonThemes/Images/right-arrow.png) no-repeat;
}

.gallery_slider_new #prev {
    left: -20px;
}

.gallery_slider_new #next {
    right: -20px;
}

#thumbs a:focus, #prev:focus, #next:focus {
    outline: 2px dotted #000 !important;
}

.h_img_container {
    width: 100%;
    height: auto;
    min-height: 200px;
}

.h_bottom_right {
    bottom: 12px !important;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    background-color: #1A7980 !important;
}

button.close, span.closepopup {
    color: #000 !important;
}




.slider-thum {
    padding-top: 10px;
}

    .slider-thum .slick-slide {
        margin: 0px 5px;
    }

    .slider-thum a {
        display: inline-block;
        width: 100%;
        border: 2px solid #999;
        overflow: hidden;
        padding: 5px;
        -webkit-transition: border-color .5s;
        -moz-transition: border-color .5s;
        -ms-transition: border-color .5s;
        transition: border-color .5s;
        background: #fff;
        -webkit-box-shadow: 0 1px 10px 0 rgb(0 0 0 / 3%);
        box-shadow: 0 1px 10px 0 rgb(0 0 0 / 3%);
    }

        .slider-thum a:focus, #prev:focus, #next:focus {
            outline: 2px dotted red !important;
            outline-offset: 1px;
        }

    .slider-thum .slick-dots li {
        width: 10px;
        height: 10px;
        background: #197980;
        border-radius: 50%;
        opacity: .2;
    }

        .slider-thum .slick-dots li.slick-active {
            opacity: 1;
        }

        .slider-thum .slick-dots li:focus {
            outline: 2px dotted red !important;
            outline-offset: 1px;
        }

        .slider-thum .slick-dots li button {
            padding: 0px;
            width: 100%;
            height: 100%;
        }

            .slider-thum .slick-dots li button:before {
                opacity: 0;
                width: inherit;
                height: inherit;
            }

    .slider-thum .slick-prev, .slider-thum .slick-prev {
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 50%;
        padding: 0px;
    }

    .slider-thum .slick-prev {
        left: -20px;
    }

    .slider-thum .slick-next {
        right: -20px;
    }

    .slider-thum .slick-prev {
        background: url(../../CommonThemes/Images/left-arrow.png) no-repeat;
    }

    .slider-thum .slick-next {
        background: url(../../CommonThemes/Images/right-arrow.png) no-repeat;
    }

        .slider-thum .slick-prev:focus, .slider-thum .slick-next:focus {
            outline: 2px dotted red !important;
            outline-offset: 1px;
        }

        .slider-thum .slick-prev:before, .slider-thum .slick-next:before {
            display: none;
        }

/*Design changes Date:1-Feb-2021*/
.container_inside.container_inside_form {
    margin: 0px !important;
    border-radius: 15px;
}

.container_inside_form .col-md-7 {
    padding-right: 50px;
}

.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;
}

/*css for address auto complete devider*/
.devider {
    margin: .25rem 0 1rem 0;
    border-top: solid 2px #ddd;
}
/*
.container_inside_form .table {
    display: inherit;
}*/

@media only screen and (max-width:1024px) {
    .container_inside_form .col-md-7 {
        padding-right: 15px;
    }
	
	
}

.hearstCastle-screen {
    margin: 0px 5%;
}

.card-box {
    margin: 0px -15px;
    padding: 25px;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 10px 0 rgb(0 0 0 / 3%);
    box-shadow: 0 1px 10px 0 rgb(0 0 0 / 3%);
}

.hearstCastle-screen .page_title {
    margin-bottom: 15px;
    display: inline-block;
}

    .hearstCastle-screen .page_title.fix_title {
        margin-bottom: 10px;
    }

#thumbs-wrapper + div span#selectedTourTitle {
    color: #000;
    font-size: 27px;
}

.hearst_subtitle_text_2 {
    width: 100%;
}

.hearstCastle-screen .gallery_slider_new #thumbs-wrapper {
    padding-top: 0px;
}

.b-t {
    border-top: solid 1px #ddd;
    margin: 0px -25px;
}
@media only screen and (max-width: 767px) {
    .b-t {
        margin: 0px -17px !important;
    }
}

.hearstCastle-screen .time_main_table {
    margin-bottom: 0px;
}

.hearstCastle-screen .h_bot_box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}

.hearstCastle-screen .h_grt_subtitle {
    font-size: 14px;
    margin-left: 5px;
}
/*Design changes Date:1-Feb-2021 */
.help-button {
    background-color: #1A7980;
    color: white;
    border-radius: 10px;
    padding: 5px 10px 3px;
    border: 0px;
}

.hearst_box {
    padding: 8px !important;
}

.container_inside {
    margin: 0 5%;
}

.activity_middle .responsive_row {
    margin: 0px !important;
}

.date_picker_pos {
    position: relative;
}

    .date_picker_pos .ui-datepicker-trigger {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 0px;
        height: 38px;
        right: 0;
        width: 46px;
        padding:5px;
        border-left: 1px solid #ced4da;
    }
        .date_picker_pos .ui-datepicker-trigger img{
            width:20px;
            height:20px;
        }
@media only screen and (max-width:767px) {
    .date_picker_pos .ui-datepicker-trigger {
        height: 34px;
    }
}
.w100per {
    width: 100%;
}

.spacer15 {
    height: 15px;
    clear: both;
}

.profile-checkbox .checkbox_font {
    margin-left: 1.5rem !important;
}

.profile-checkbox .form-check-input {
    margin-left: 0 !important;
}

.ys_border_box {
    margin-left: 0 !important;
}

.tooltip {
    z-index: 2147483647 !important;
}

.skiptomaincontent, .skiptomaincontent:focus {
    left: 0;
    position: absolute;
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
}

.skiptomaincontent {
    background: transparent;
    color: #5a6872;
    padding: 10px !important;
    top: -3.6rem;
    z-index: -1;
    font-size: 16px;
    height: 0;
    color: #686868;
    font-weight: 600;
    line-height: 20px;
}

    .skiptomaincontent:focus {
        background: #fff;
        top: 0;
        z-index: 500;
        outline: .2rem solid #5C2C14 !important;
        height: 2.5rem;
        color: #686868;
    }

.ada-checkbox input[type=checkbox] {
    width: 18px !important;
    height: 18px !important;
    margin-top: 0px;
    margin-right: 5px;
}

/* mobile */
@media only screen and (max-width:767px) {
    .main_title {
        font-size: 30px;
        line-height: 35px;
        display: block;
        margin: 0 0 15px 0;
    }

    .container_inside {
        margin: 0px;
    }

    .main_breadcrumb {
        font-size: 18px;
    }

    .page_title {
        font-size: 22px;
        line-height: 26px;
    }

    .footer_row ul li span {
        display: none;
    }

    .footer_row ul li {
        width: 100%;
        display: block;
    }

    .pa_subtitle {
        font-size: 16px;
    }

    .hd_label_text {
        font-size: 16px;
    }

    .ad_main_text {
        font-size: 16px;
    }

    .hearstCastle-screen .h_bot_box {
        display: block;
    }

    /*Tell a Friend Css Start*/
    .page-sec-heading {
        font-size: 18px;
        line-height:24px;
    }
    .page-big-heading {
        font-size: 16px;
        line-height: 24px;
    }
    .field-detail .detail {
        margin-left: 0px;
    }
    .input-information h4 {
        font-size: 20px;
        font-weight: 700;
        line-height: 26px;
        min-height: auto;
    }
    .card-btns {
        flex-flow: column;
    }
    .card-btns .ca-btn-sec {
        width: 100% !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .card-box {
        margin: 0px 0px;
    }
  .card-box {
        margin: 0px 0px;
    }
    /*Tell a Friend Css End*/
    }

@media only screen and (min-width:768px) and (max-width:979px) {
    .sub-slider .col-md-3.h_bot_box {
        display: block;
        text-align: center;
        float: none;
    }

        .sub-slider .col-md-3.h_bot_box .h_grt_title {
            text-align: center !important;
            display: block !important;
            float: none !important;
        }

        .sub-slider .col-md-3.h_bot_box .h_grt_subtitle {
            text-align: center !important;
            display: block !important;
            float: none !important;
        }

    #thumbs-wrapper .caroufredsel_wrapper {
        height: 100px !important;
    }

    /*Tell a Friend Css Start*/
    .card-btns .ca-btn-sec {
        margin-left: 0px !important;
    }
    /*Tell a Friend Css End*/
}

.company-logo {
    padding-right: 0.8rem !important;
}

#header.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.8rem !important;
}

.row.recommendedAddress {
    margin: 0 auto;
}

.recommendedAddress .model-high-header {
    background-color: #eb982e;
    border-radius: 15px;
    padding: 20px;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.recommendedAddress .model-high-header img {
    height: 45px;
    margin-right: 15px;
}

.recommendedAddress .household-radio label {
    font-size: 16px;
    font-weight: 600;
    margin-top: 8px;
}

.recommendedAddress .household-radio {
    display: flex;
    align-items: start;
}
    .recommendedAddress .household-radio input[type=radio] {
        margin-top: 12px;
        margin-right: 8px;
    }

#makePaymentFields .form-group span,
#tabBilling .form-group span {
    font-size: 1rem;
}

.rec-modal-dialog .modal-content {
    border-radius: 15px !important;
    overflow: hidden;
}

.rec-modal-dialog .modal-title {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: .1px;
}

.rec-modal-dialog .modal-header {
    padding: 12px 15px;
}

@media (max-width: 991px) {
    .recommendedAddress .div-responsive-button .d-flex {
        display: flex !important;
        flex-flow: column;
    }
    .Recommendeddiv{
        margin-top: 20px;
    }
    .recommendedAddress .model-high-header {
        font-size: 14px;
    }
    .recommendedAddress .model-high-header img {
        height: 35px;
    }
    .recommendedAddress .model-high-header {
        background-color: #eb982e;
        border-radius: 15px;
        padding: 15px;
    }
}


@media (min-width: 576px) {
    .modal-dialog.rec-modal-dialog {
        max-width: 600px;
    }
}

@media (max-width: 1260px) {
    #header.navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.7rem !important;
    }

    .company-logo {
        padding-right: 0.7rem !important;
    }
}

@media (max-width: 1216px) {
    #header.navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.3rem !important;
    }

    .company-logo {
        padding-right: 0.3rem !important;
    }
}

@media (max-width: 1165px) {
    #header.navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.2rem !important;
    }

    .company-logo {
        padding-right: 0.2rem !important;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0 !important;
        padding-left: 0 !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    li.nav-item .btn-primary, .submitPanel .btn-primary {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
}

.nav > li.dropdown {
    position: static;
}

    .nav > li.dropdown.open .dropdown-menu {
        display: table;
        width: 100%;
        text-align: center;
        left: 0;
        right: 0;
    }
/*New Css Start*/
/*.pass_body #mainContent_h1title {
    font-size: 30px;
    line-height: 35px;
    color: #197980;
    margin: 0 0 0px 0;
}*/

.main_box_pass_img_up {
    position: relative;
    margin: 0px auto auto auto;
}

.all_side_pad_pass {
    padding: 0px;
    background: #fff;
    margin-bottom: 15px;
}

.buy_pass_title_new {
    font-size: 26px;
    font-weight: 700;
    line-height: 24px;
    color: #335e70;
    border-bottom: 1px solid #d1d1d1;
    padding: 15px 20px;
}

.all_side_pd40_pass {
    padding: 20px 40px 0;
}

.pdr_0_select {
    padding-right: 0px;
}

.passes_data_inp label {
    font-weight: 400;
    margin-bottom: 4px;
}

.form-group label {
    color: #333 !important;
    font-size: 18px !important;
    font-weight: 700;
}

.form-group .addressRequired{
    line-height:10px;
}

.passes_data_inp select.form-control {
    color: #686868;
    font-weight: 600;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/newselect_arrow.png);
    background-position: 97%;
    background-repeat: no-repeat;
    padding-right: 33px;
    border: 1px solid #d1d1d1 !important;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 1rem !important;
}

.all_side_pad_pass.cartToggle {
    border: 1px solid #d1d1d1;
}

.all_side_pad_pass {
    padding: 0px;
    background: #fff;
    margin-bottom: 15px;
}

.buy_pass_title_new.toggle_passes {
    font-size: 26px;
    line-height: 22px;
    padding: 15px 20px;
}

/*.buy_pass_title_new {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: #197980;
    border-bottom: 1px solid #d1d1d1;
    padding: 15px 20px;
}*/

a.cartToggle label {
    margin-bottom: 0px;
}

label {
    font-weight: 700;
}

#divVirtualPassCollection {
    display: none;
}

.pass_blue_brd_all {
    border-radius: 5px;
    padding: 0px 20px;
}

.continue_pass_btn {
    float: right;
}

    .continue_pass_btn a i {
        font-size: 29px;
        line-height: 19px;
        position: relative;
        top: 5px;
        margin: 0 0 0 4px;
    }

.all_side_pd40_pass .pdr_0_pass {
    padding-right: 0px;
}

.brd_all_passes_box {
    border: 1px solid #d1d1d1;
    max-height: 450px;
    overflow-y: auto;
    overflow-x: hidden;
    height: 450px;
}

.pass_main_blue_data {
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    color: #197980;
    padding: 10px 15px;
    border-bottom: 1px solid #d1d1d1;
    letter-spacing: normal;
}

.pass_under_data_txt a {
    padding: 8px 15px;
    font-size: 14px;
    color: #686868 !important;
    display: block;
    border-bottom: 1px solid #d1d1d1;
    font-weight: 600;
}

.all_side_pd40_pass .pdl_0_pass {
    padding-left: 0;
}

a.backpass {
    display: none;
}

.all_page_hei_auto .search-btn {
    --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 rgb(46 91 115 / 30%), 0 6px 8px -3px rgb(0 0 0 / 5%);
    font-size: 16px;
    font-weight: 600;
}

.pd20_all_pass_right {
    padding: 20px;
}

.pass_box_bg_blue {
    background: #197980;
    padding: 7px 20px;
    border-radius: 5px 5px 0 0px;
}

.data_left_bg_blue {
    float: left;
    color: #fff;
    font-size: 16px;
    margin: 3px 0 0 0;
    line-height: 21px;
    width: 100%;
    font-weight: 700;
}

#divPassHeaders {
    position: relative;
}

.pass_box_bg_white {
    background: #fff;
    padding: 15px;
    border-radius: 0 0 5px 5px;
}

#btnAddVirtualCart {
    position: absolute;
    bottom: 0;
    background: #fff;
    padding: 15px 0;
    width: calc(100% - 30px);
}

.pass_add_btn a {
    border: 2px solid #197980;
    padding: 8px 20px;
    text-align: center;
    font-size: 16px;
    color: #197980;
    display: inline-block;
    font-weight: 600;
    float: right;
}

    .pass_add_btn a i {
        font-size: 24px;
        margin: 0px 4px 0 0;
        position: relative;
        top: 2px;
    }

.right_data_pass_scroll {
    max-height: 246px;
    overflow-y: auto;
    margin-bottom: 48px;
    overflow-x: hidden;
    padding-right: 15px;
}

.passes_data_inp input.form-control {
    color: #686868;
    font-weight: 600;
    border: 1px solid #d1d1d1;
}

.pass_under_data_txt a:hover, .pass_under_data_txt a.selected {
    background: #ececec;
}

input.pass_date {
    background-image: url(../images/date_icon.png);
    background-repeat: no-repeat;
    background-position: 10px 6px;
    padding-left: 40px;
}

.pass_body {
    font-size: 14px;
}
.pass_blue_brd_all {
    border-radius: 5px;
    padding: 0px 20px;
}
.passdatamainbox {
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 15px;
    padding-bottom: 15px;
    padding-top: 10px;
    margin-top: 20px;
}
.passdatamainbox .data1 {
    float: left;
    font-size: 16px;
    color: #335e70;
    font-weight: 600;
    width: 315px;
    margin: 0 25px 0 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.passdatamainbox .data1 a {
    color: #335e70;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
data1 i {
    font-size: 25px;
    margin: 0 7px 0 0px;
    position: relative;
    top: 2px;
    line-height: 15px;
}
.passdatamainbox .data2 {
    float: left;
    margin: 0 25px 0 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #335e70;
    width: 232px;
    font-weight: 600;
}
.passdatamainbox .data3 {
    float: left;
    margin: 0 25px 0 0;
    font-size: 16px;
    color: #335e70;
    width: 200px;
    font-weight: 600;
}
.passdatamainbox .data4 {
    float: left;
    margin: 0 25px 0 0;
    font-size: 16px;
    color: #335e70;
    font-weight: 600;
}
.passdatamainbox .data4 a {
    color: #335e70;
    display: inline-block;
}
.passdatamainbox .data5 {
    float: right;
    margin: 0 0px 0 0;
    padding: 0 0 0 20px;
    font-size: 18px;
    color: #335e70;
    font-weight: 600;
    border-left: 1px solid #ebebeb;
}
.pass_open_box_data1 {
    border: 1px solid #ededed;
    padding: 15px;
    margin: 15px 0 0 0;
    display: none;
}
.clear_pass {
    text-align: right;
}
.clear_pass .clear_pass {
    text-align: left;
    float: left;
    margin: 6px 0 0 0;
    font-size: 16px;
    color: #6f6f6f;
}
.clear_pass a {
    font-size: 16px;
    line-height: 20px;
    color: #335e70;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 15px;
}
.cartItem {
    font-size: 14px;
    color: #335e70;
    font-weight: 600;
}
.cartItem_small {
    font-size: 16px;
    font-weight: 400;
    color: #666;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dfdfdf;
}
/*New Css End*/
/* Classification Start */
#mainContent_pnlprices .baclk_notification {
    position: absolute;
    right: 0;
    bottom: 136px;
    width: 410px;
    background: #000;
    color: #fff;
    padding: 7px 15px;
    border-radius: 5px;
    z-index: 9;
    margin: auto;
    left: 0;
}
#mainContent_pnlprices .noti_txt {
    margin: 0 0 7px 0;
}
.baclk_notification a.btn.bg-primary {
    background: #fff !important;
    color: #000 !important;
    font-weight: 600;
}
.main_chk_new_box {
    border-bottom: 1px solid #dfdfdf;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    display: flex;
    width: 100%;
    align-items: center;
} 

    .main_chk_new_box .newcehck_box_chk {
        float: left;
        margin-right: 25px;
    }

    .main_chk_new_box .custom-control {
        position: relative;
        display: block;
        min-height: 1.5rem;
        padding-left: 1.5rem;
    }

.main_chk_new_box .newcehck_box_chk .custom-control-label {
    border: 1px dashed #888;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 5px;
    width: 130px;
    margin: 0 0 0 7px;
    text-align: left;
   /* position: static;*/
}

        .main_chk_new_box .newcehck_box_chk .custom-control-label.blue_brd {
            border: 1px dashed #007bff;
            color: #007bff;
        }

    .main_chk_new_box .bold_txt {
        font-size: 14px;
        color: #000; 
        padding: 0 0px;
        float: left;
    }
/* Classification End */
   
/*alert design changes start*/    
    .alerttitle{       
        padding:inherit;
        text-align:center;
        color:red;
        font-size:29px; 
                           
    }     
  .alertlbl{
            color: #fff;
            line-height: 22px;           
           display:inline-block;
             margin: 16px 0 ;
        }
.main_popup_box 
{
    border:none;
    margin:0px;
           
}    
.alertheader p {margin:0px;}
.alertdetails p {margin:0px;}
      
.popup_all_pd {
    padding: 0px 15px 25px 15px;
    background: #f4f4f4;   
    margin: auto auto 15px auto;
}

    .popup_all_pd:last-child {
        border: none;
    }
       .date_tile_text
{
	margin:0 0 7px 0;
        font-size: 14px;
    line-height: 18px;
    margin-bottom: 6px;
    color: #3f3f3f;
}
.popup-alert-info{
    display:flex;
}
.alertdetails {
    font-size: 14px;
    font-weight: bold;
    color: #525252;
    margin-left:20px;
}
.second_tit_alerttitle {
    background-color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 15;
    width: 90%;
    margin: auto auto 10px auto;
}
.brd_bottom_gray {
    border-bottom: 1px solid #b5b5b5;
    margin: 0 0 11px;
    padding: 0 0 11px;
}
.popup_park_tit {
    font-size: 16px;
    line-height: 20px;
    color: #3f3f3f;
    padding: 15px 0 7px 0;
    font-weight: bold;
}
.alertlist {
    color: #3f3f3f;
    font-size: 14px;
    line-height: 18px;
}
.second_tit_alerttitle span {   
    margin: 0px;
    font-weight: bold !important;
}
.main_popup_box.alert_popup_main{background:none !important;}
#disbtn input.btn.btn-default1.green_btn
{
    background: #197980 !important;
    color: #fff !important;
}
#disbtn input.btn.btn-default1.green_btn:hover
{
   background: #cbbb99 !important;
    color: #000 !important;
}

.alert_popup_main,
.popup_all_pd{
 font-family: "CircularStd-Bold", sans-serif;
}
 /*alert design changes start*/  
 .sign-up-redio{
    display: flex;
    align-items: center;
}


    .sign-up-redio.radiobtn_font div span {
        margin: 0px 4px;
    }

.rewardpoint-headeingtxt p {
    margin-bottom: 0px;
}

.rewardpoint-headeingtxt p a{
    text-decoration: underline;
}

.rewardpoint-headeingtxt{
    width: 80%;
}

.Rewardpointstxt {
    font-size: 15px;
    color: #fff;
    background: #335e70;
    padding: 10px 15px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
    .Rewardpointstxt a#myHeader {
        font-weight: 600;
        background: #fff;
        color: var(--themeColor) !important;
        padding: 7px 9px;
        border-radius: 4px;
        font-size: 16px;
      
    }

    .Rewardpointstxt a.open-rewards svg{
        transform: rotate(-180deg);
    }
    .Rewardpointstxt a.open-rewards {
        display: flex;
        align-items: center;
    }

    .Rewardpointstxt a#myHeader:focus {
        outline: 1px solid #fff !important;
    }

    .Rewardpointstxt a#myHeader svg {
        margin-left: 8px;
        transition: all .5s;
    }
.open_Rewardpointstxt {
    background: #fff;
    border: 1px solid #ddd !important;
    padding: 10px 15px 15px 15px;
    border-radius: 0px 0px 12px 12px;
}
.a_rew {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    border-bottom: 1px solid #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--themeColor);
}

.reward-row {
    padding: 15px 0px;
    row-gap: 25px;
}
.availabel_box {
    border-radius: 8px;
    border: 1px solid #DDD;
    background: #FFF !important;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.13);
    padding:15px 20px;
}
.left-block span {
    text-align: left;
}

.right-block span {
    text-align: right;
}
.off_txt_big {
    font-size: 20px;
    line-height: 28px;
    color: #000;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 600;
    display: flex;
}
.off_txt_big p {
    margin-bottom:0px;
}

    .off_txt_big .availabel_block {
        width: 50%;
        display: inline-flex;
        flex-flow: column;
    }
.availabel_lighttxt {
    font-size: 16px;
    color: #717171;
    font-weight: 600;
}
.availabel_darktxt {
    font-size: 20px;
    color: var(--themeColor);
    font-weight: 700;
}
.Redeem_btn {
    text-align: center;
    display: block;
}
.Redeem_btn a {
    font-size: 14px;
    color: #fff;
    background: #154257;
    padding: 3px 25px;
    border-radius: 5px;
    display: inline-block;
}
.non_Redeem_btn a {
    background: #ccc;
    color: #999;
}

/*Tell a Friend Css Start*/
.page-sec-heading {
    font-size: 22px;
    font-weight: 600;
    margin: 8px 0;
}

.page-big-heading {
    font-size: 18px;
    font-weight: 600;
}

.border-box {
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    padding: 15px;
    margin: 20px 0px;
}

.field-detail .label {
    font-size: 16px;
    font-weight: bold;
}

.field-detail .detail {
    font-size: 16px;
    font-weight: 600;
    margin-left: 10px;
}

.field-detail .detail,
.field-detail .label{
    display:inline-block;
}

.info-heading {
    border-bottom: 1px solid #dfdfdf;
}

.input-information h4 {
    font-size: 21px;
    font-weight: 600;
    line-height: 30px;
    padding: 10px 0px;
    min-height: 80px;
}

.data_btm_brd{
    display:flex;
    justify-content:end;
}

.data_btm_brd h4 {
    font-size: 18px;
    font-weight: 600;
}

.input-information .text-area .input-group textarea {
    height: 120px;
}

.card-btns {
    display: flex;
    align-items: center;
    justify-content: end;
}
/*Tell a Friend Css End*/


/*profile Css start*/
.sign-up-redio{
    margin-bottom:5px;
}
.sign-up-redio label {
    margin: 0px;
    color: var(--themeColor);
    font-size: 16px;
}
.loyalty_radio {
    display: flex;
    margin-left: 10px;
}

.rad_address {
    display: flex;
    align-items: center;
    margin-left:10px;
}
    .rad_address:first-child {
        margin-left: 0px;
    }

    .rad_address label {
        margin: 0px;
        color: var(--themeColor);
        padding-left:5px;
    }
.sign-up-redio div input[type="radio"] {
    margin: 0px;
}

/*Precart Page Css Start*/

.radio-btn-group {
    display: inline-block;
}

.activity-radio-div .form-group .radio-btn-group label {
    color: #454E54 !important;
    margin-left: 5px;
}

.activity-radio-div .form-group .col-md-6 {
    padding-left: 0px;
}
/*Precart Page Css End*/

.shopping-cart-btns{
    row-gap: 20px;
}

    .shopping-cart-btns .sc-btn-sec,
    .shopping-cart-btns .sc-btn-pri {
        width: 100%;
    }
@media screen and (max-width: 767px) {
    .sign-up-redio{
        flex-flow:column;
        align-items:flex-start;
    }
    .loyalty_radio {
        margin-left: 0px;
    }
    .a_rew {
        font-size: 15px;
    }
    .rewardpoint-headeingtxt p {
        margin-bottom: 20px;
    }
    .rewardpoint-headeingtxt{
        width: 100%;
    }
}
/*profile Css end*/
/*Customer Application End*/

@media only screen and (max-width: 767px) {
    .right_purchase {
        display: flex;
    }

        .right_purchase .makepurchase {
            width: 100% !important;
        }
}




.extras-panel-body #extrarequiredmsg{
    padding:0px;
}





/*vehicle Information Css Start*/
.vehicleInformation {
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    margin: 10px -15px;
}

.vehicleInformationMain {
    padding: 15px 15px 0px 15px;
}

.vehicleInformation .mainHeading {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 5px;
}

    .vehicleInformation .mainHeading .innerHeading {
        width: 100%;
    }

    .vehicleInformation .mainHeading .pc_page_text {
        margin-bottom: 0px !important;
    }

    .vehicleInformation .mainHeading .MainTitle {
        display: inline-block;
        line-height: 26px;
    }

        .vehicleInformation .mainHeading .MainTitle .pc_page_title {
            margin: 0px;
        }
.vehicleInformation .addVehicle {
    padding:15px;
}
.vehicleInformation .addVehicle .btn {
    display: flex;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
    font-family: "CircularStd-Bold", sans-serif;
    padding: 8px 12px;
    align-items: center;
    line-height: 16px;
    background-color: var(--themeButton) !important;
    color: var(--themeButtonColor) !important;
}

    .vehicleInformation .addVehicle .btn svg {
        fill: var(--themeButtonColor) !important;
        margin-right: 10px;
        width: 18px;
        height: 18px;
        margin-top: 1px;
    }
    .vehicleInformation .addVehicle .btn:disabled {
        opacity: 0.65;
        cursor: not-allowed;
    }
        .vehicleInformation .cmsMessage {
            line-height: 20px;
            font-size: 14px;
            margin: 0px !important;
        }
        .extracmsMessage {
            line-height: 20px;
            font-size: 14px !important;
            margin: 0px !important;
        }

.vehicleInformation .vehicleDetails {
    display: inline-block;
    width: 100%; 
}

    .vehicleInformation .vehicleDetails .vehicleList {
        display: inline-block;
        width: 100%;
        border-top: solid 1px #ddd;
        border-bottom: solid 1px #ddd;
        background: #f9f9f9;
    }

        .vehicleInformation .vehicleDetails .vehicleList:first-child {
            margin-top: 15px;
        }

        .vehicleInformation .vehicleDetails .vehicleList .headerMain {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 10px 15px;
            border-bottom: solid 1px #ddd;
            margin-left: 15px;
            padding-left: 0px;
        }

.vehicleList .headerMain .pc_page_title {
    margin: 0px;
    font-size: 18px !important;
}

.vehicleList .headerMain .link {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    font-family: "CircularStd-Bold", sans-serif;
    text-decoration: underline;
    color: var(--linkThemeDark);
}

    .vehicleList .headerMain .link svg {
        width: 20px;
        height: 20px;
        margin-right: 5px;
        fill: var(--linkThemeDark);
    }

    .vehicleList .headerMain .link:hover svg,
    .vehicleList .headerMain .link:focus svg {
        fill: var(--linkThemeDark);
    }

.vehicleList .vehicleBody {
    display: inline-block;
    width: 100%;
    padding: 15px 15px 0px 15px;
}

    .vehicleList .vehicleBody .labels_change_select {
        font-size: 15px;
        line-height: 17px;
        font-weight: 700;
        font-family: "CircularStd", sans-serif;
    }

    .vehicleList .vehicleBody select {
        font-size: 15px;
        font-family: "CircularStd", sans-serif;
    }
.vehicleList  .ui-datepicker-trigger {
    bottom: 30px;
    right: 5px;
}

    .vehicleList .vehicleBody .addMoreDetails {
        text-align: right;
        margin-bottom: 15px;
    }

        .vehicleList .vehicleBody .addMoreDetails .link {
            display: inline-block;
            font-size: 16px;
            font-weight: 600;
            font-family: "CircularStd-Bold", sans-serif;
            text-decoration: underline;
            color: var(--linkThemeDark);
        }

            .vehicleList .vehicleBody .addMoreDetails .link svg {
                width: 18px;
                height: 18px;
                margin-right: 10px;
                stroke: var(--linkThemeDark);
            }
            .vehicleList .vehicleBody .addMoreDetails .link:hover,
            .vehicleList .vehicleBody .addMoreDetails .link:focus {
                color: var(--linkThemeDark);
            }
                .vehicleList .vehicleBody .addMoreDetails .link:hover svg,
                .vehicleList .vehicleBody .addMoreDetails .link:focus svg {
                    stroke: var(--linkThemeDark);
                }

        .vehicleList .vehicleBody .addMoreDetails a[aria-expanded="true"].link svg {
            transform: rotate(-180deg);
        }

.questionDetail-div {
    padding: 0px 10px;
    padding-left: 15px;
}

    .questionDetail-div .pricardtInput.col-md-12.mt-3:first-child{
        margin-top: 0px !important;
    }

.waitLists-data .page_title {
    font-size: 28px;
    margin-bottom: 8px;
}

.waitLists-defualt .shopping-cart-box{
    margin-bottom: 20px;
}

.waitLists-defualt .shopping-cart-box:last-child {
    margin-bottom: 0px;
}

.waitLists-rightdata{
    margin-bottom:5px;
}

    @media screen and (max-width: 1300px) {
        vehicleInformation .mainHeading .MainTitle .pc_page_title { 
        font-size: 22px !important;
    }
    .vehicleInformation .mainHeading .pc_page_text { 
        font-size: 14px;
    }
}
@media screen and (max-width: 767px) {
    .vehicleList .vehicleBody .labels_change_select {
        font-size: 14px;
    }
    .vehicleList .ui-datepicker-trigger {
        bottom: 28px;
        right: 2px;
    }
}

@media only screen and (max-width: 979px){
    .Mailingaddress .ca-btn-sec {
        width: 100% !important;
        float: none !important;
        margin-left: 0px !important;
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1080px) {
    .vehicleInformation .mainHeading {
        flex-flow: column;
    }

        .vehicleInformation .mainHeading .innerHeading {
            width: 100%;
            margin-bottom: 10px;
        }

        .vehicleInformation .mainHeading .btn {
            justify-content: center;
            width: 100%;
        }
    .rewardpoint-headeingtxt p {
        margin-bottom: 20px;
    }
}
@media screen and (min-width: 1081px) and (max-width: 1199px) {
    .vehicleInformation .mainHeading .MainTitle .pc_page_title {
        font-size: 22px !important;
    }
}
    /*vehicle Information Css End*/

    .extexpire button {
        width: 100% !important;
        padding: 12px 10px;
    }

.outer_spatial_link,
.outer_spatial_link a {
    font-size: 17px;
}

.outer_spatial_link {
    font-weight: 600;
    text-align:left;
}

    .outer_spatial_link a,
    .outer_spatial_link a:hover,
    .outer_spatial_link a:focus {
        color: #264b80;
        font-weight: 700;
        text-decoration: underline;
    }

@media only screen and (max-width: 768px) {
    .outer_spatial_link, .outer_spatial_link a {
        font-size: 14px;
    }
}

.NotVerify {
    color: #f26e22;
}
.Verify {
    color: #285b2d;
}
.Process {
    color: #0076c5;
}

.minitem_box{
    min-height:100px;
    max-height:250px;
    border:solid 1px #ddd;
    padding:20px;
    background:#fff;
    border-radius:5px;
    overflow-y:auto;
}
    .minitem_box::-webkit-scrollbar-track {
        border-radius: 100vh;
        background-color: #ddd;
    }

    .minitem_box::-webkit-scrollbar {
        width: 8px;
        border-radius: 100vh;
        background-color: #686868;
    }

    .minitem_box::-webkit-scrollbar-thumb {
        border-radius: 100vh;
        background-color: #686868;
    }
    .minitem_box .pa_subtitle_text{
        color:#707070;
    }
    .verifyNewDesign #btnverify.ca-btn-teal {
        float: inherit;
        width: 100% !important;
        margin-right: 0px !important;
    }

.verifyNewDesign .statuslabel,
.verifyNewDesign .statusValue {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    font-family: "Circular Std Book", sans-serif;
}

.verifyNewDesign .statusValue {
    display: flex;
    align-items: center;
    line-height: 10px;
}
    .verifyNewDesign .statusValue img {
        height: 20px;
        margin-right: 4px; 
    }
.verifyNewDesign .statuslabel {
    margin-right: 10px;
   
}
@media screen and (max-width: 768px) {
    .verifyNewDesign #btnverify.ca-btn-teal {
        margin-bottom: 15px;
    }
    }

.warning-icon {
    min-width: 20px;
    height: 20px;
    margin-right: 6px;
    margin-top: 2px;
}

.warning-icon img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.ca-btn-pri.ca-btn-teal.disabled {
    background: #b5b5b5 !important;
    cursor: not-allowed;
}

.verifyNewDesign {
    display: flex;
}

/* scrollbar */
.precartInformation {
  background: #fff;
  border: solid 1px #ddd;
  padding: 2px 15px;
  border-radius: 8px;
  max-height: 480px;
  overflow: auto;
}

.precartInformation::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.precartInformation::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.precartInformation::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.precartInformation::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(255, 255, 255, 0.3);
}

.precart_chk_page .agree.form-check-input {
    position: inherit;
    display: flex;
    align-items: flex-start;
}

.precart_chk_page .agree.form-check-input label {
    width: auto;
    margin-left: 10px;
    margin-bottom: 0px;
    line-height: 21px;
}
.statusExpirationdiv {
    visibility: hidden;
    height: 0px;
}

.dullButton p {
    font-size: 16px;
    font-weight: 600;
}

#mainContent_prPricesAcc_btnCancel{
    font-size: 14px;
}

.asterisk-sign .glyphicon {
    position: relative;
    top: -5px;
}
.asterisk-sign .Asign {
    font-size: 20px;
    font-weight: bolder;
}

.custom-combobox .ui-widget {
    font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
    font-weight: normal !important;
}

.ui-menu {
    background: #eee !important;
}

#divSaveSuccessOkbtn .btn{
    font-size: 14px;
}

.occu_txt {
    color: var(--themeColor);
    font-size: 20px;
    font-weight: 700;
    padding: 10px 0px 0px 0px;
}

.signupEmailupdate {
    text-align: center;
}

.signupEmailupdate a{
    font-size: 18px;
    font-weight: 700;
}

.recover-bottom-button .cancel{
    margin-left: 12px;
}

@media only screen and (min-width: 200px) and (max-width: 767px) {
    .precart_chk_page .agree.form-check-input label {
        width: auto;
    }
}

@media only screen and (max-width: 768px) {
    .precartInformation {
        max-height: 480px !important;
    }

    .container_inside_form .pc_box {
        margin-top: 20px !important;
    }
}

@media only screen and (min-width: 200px) and (max-width: 1800px) {
   #VerifyResidencymodel .modal-body{
  max-height: 400px;
  overflow: auto;
}
}
/*
.vehicleBody .collapse.show{
    display: block;
}*/
