@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&display=swap');
@import url('main-style.css');
/*font-family: 'Bree Serif', serif;*/

@font-face {
    font-family: 'Santa Fe LET';
    src: url('../fonts/SantaFeLetPlain.woff2') format('woff2'), url('../fonts/SantaFeLetPlain.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Segoe Print';
    src: url(../fonts/SegoePrint.eot);
    src: url(../fonts/SegoePrint.eot?#iefix) format('embedded-opentype'),url(../fonts/SegoePrint.woff2) format('woff2'),url(../fonts/SegoePrint.woff) format('woff'),url(../fonts/SegoePrint.ttf) format('truetype'),url(../fonts/SegoePrint.svg#SegoePrint) format('svg')
}

@font-face {
    font-family: 'league_spartanbold';
    src: url('../fonts/leaguespartan/leaguespartan-bold-webfont.woff2') format('woff2'), url('../fonts/leaguespartan/leaguespartan-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'cooper_hewittbook';
    src: url('../fonts/cooperhewitt/cooperhewitt-book-webfont.woff2') format('woff2'), url('../fonts/cooperhewitt/cooperhewitt-book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'cooper_hewittmedium';
    src: url('../fonts/cooperhewitt/cooperhewitt-medium-webfont.woff2') format('woff2'), url('../fonts/cooperhewitt/cooperhewitt-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'cooper_hewittsemibold';
    src: url('../fonts/cooperhewitt/cooperhewitt-semibold-webfont.woff2') format('woff2'), url('../fonts/cooperhewitt/cooperhewitt-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/*font-family: 'league_spartanbold';*/
.bree_serif {
    font-family: 'Bree Serif', serif !important;
}

.ch_m {
    font-family: 'cooper_hewittmedium';
}

body {
    color: #000000;
    font-family: 'cooper_hewittbook';
}

h1, h2, h3, h4 {
    font-family: 'league_spartanbold';
    color: #5E5E5E;
}

a, a:hover {
    color: #1697d8;
}

[data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .header {
    padding-left: 0;
    height: auto;
    padding-top: 9px;
    padding-bottom: 9px;
    z-index: 99;
    height:90px;
}

.header-left img {
    width: 190px;
    display: block;
}
    .header-left img[src*="plus_logo"] {
        width: 240px;
    }
.header_heading h1 {
    font-family: "Arial", sans-serif;
    text-align: center;
    margin-bottom: 0;
    color: #5E5E5E;
    font-size: 1.6rem;
    position: relative;
    top: 5px;
}

.header {
    height: 5.5rem;
    border-bottom: 2px solid #1697d8;
}

.header-right .header-profile img {
    width: auto;
    height: auto;
    border-radius: 0;
    max-width: 200px;
    max-height: 70px;
}

.deznav {
    font-family: "Arial", sans-serif;
}

.header-right .header-profile > a.nav-link .header-info {
    padding-right: 10px;
    position: relative;
    top: 2px;
    font-family: "Arial", sans-serif;
    white-space: nowrap;
}

    .header-right .header-profile > a.nav-link .header-info span {
        font-weight: 600;
        font-style: italic;
        color: gray;
        font-size: 11px;
        margin-bottom: 0;
    }

    .header-right .header-profile > a.nav-link .header-info p {
        color: #000000;
        margin: 0;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
    }

        .header-right .header-profile > a.nav-link .header-info p br
        {
            display:none;
        }

        .header-right .header-profile > a.nav-link .header-info .profile_name {
            font-size: 20px;
            font-weight: 700;
        }


/*.sidenav_month {
    writing-mode: vertical-lr;
    text-orientation: upright;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 5px;
    position: absolute;
    top: 0;
    z-index: 2;
    height: 235px;
    display: flex;
    justify-content: center;
    border-right: 2px solid #ffffff;
    padding: 5px;
    font-size: 16px;
    width: 30px;
    font-weight: bold;
    line-height: 17px;
    left: 0;
}*/

.deznav .metismenu ul a:hover, .deznav .metismenu ul a:focus, .deznav .metismenu ul a.mm-active {
    color: #1695d5;
}

.new_welcome .welcome_image {
    background-position: center center;
    background-size: cover;
    padding: 0 40px 40px 40px;
    position: relative;
    background-repeat: no-repeat;
    /*height: calc(100vh - 260px);*/
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    aspect-ratio: 3 / 1;
}



@supports not (aspect-ratio: 3 / 1) {
    .new_welcome .welcome_image::before {
        float: left;
        padding-top: 33.49753694581281%;
        content: "";
    }

    .new_welcome .welcome_image::after {
        display: block;
        content: "";
        clear: both;
    }
}

    .cus_months {
        font-family: 'league_spartanbold';
        color: #000000;
        background: #ffffffe8;
        display: inline-block;
        font-size: 4rem;
        padding: 13px 50px 28px 50px;
        line-height: 4rem;
        border: 2px solid #bbbbbb;
        margin: 20px 0 50px 0;
    }

    a.change_photo {
        display: table;
        margin-left: auto;
        margin-right: 2rem;
        margin-top: 5px;
        font-family: 'cooper_hewittmedium';
    }

    .new_welcome .welcome_image a.change_photo:hover {
        background-color: rgb(255 255 255 / 100%);
    }



    .detail_profile {
        padding-bottom: 60px;
        padding-right: 2rem;
        padding-left: 2rem;
        padding-top: 30px;
    }

        .detail_profile .left_part h4 {
            font-size: 30px;
            font-weight: 700;
            margin-top: 30px;
            color: #000000;
        }

        .detail_profile .left_part ul li, .detail_profile .left_part ul li a {
            font-size: 18px;
            color: #000000;
            font-weight: 600;
        }

            .detail_profile .left_part ul li:last-child a {
                text-decoration: underline;
            }

        .detail_profile .left_part ul {
            margin-bottom: 30px;
        }

    .right_part p {
        font-weight: 700;
        color: #5e5e5e;
        font-size: 28px;
        line-height: 1.6;
        margin-bottom: 25px;
    }

    .detail_profile .left_part ol {
        display: flex;
        flex-wrap: wrap;
        margin-top: 40px;
        align-items: flex-start;
    }

        .detail_profile .left_part ol li:not(:last-child) {
            margin-right: 10px;
        }
        /*.detail_profile .left_part ol li
    {
        width:30px;
    }*/
        .detail_profile .left_part ol li img {
            height: 30px !important;
            width: auto !important;
            display: block;
        }

    [data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .deznav .metismenu > li.mm-active > a {
        background: #1697d8;
        border-radius: 5px;
        color: #fff;
    }

    .header-right .header-profile > a.nav-link {
        align-items: flex-end;
    }

    .single_row {
        padding: 15px;
        background-color: #ffffff;
        border-bottom: 1px solid #cccccc;
    }

        .single_row h1 {
            font-weight: 700;
            font-family: 'league_spartanbold';
            font-size: 1.3rem;
            margin-bottom: 0;
            color: #000000;
        }

        .single_row p {
            font-size: 1.3rem;
            margin-bottom: 0;
        }

        .single_row h1 img {
            display: inline-block;
            margin-left: 10px;
        }

        .single_row .modals_links a {
            display: inline-block;
            margin-bottom: 8px;
            font-size: 1.4rem;
            font-family: 'Bree Serif', serif;
        }

            .single_row .modals_links a:last-child {
                margin-bottom: 5px;
            }

        .single_row .small_image img {
            margin-right: 10px;
            display: inline-block;
            width: 78px;
        }

    .overview_web {
        padding: 15px 15px 0 15px;
        border-bottom: 1px solid #cccccc;
    }

    .default-tab .nav-link.dark_red_text {
        color: #b51700;
    }

    .default-tab .nav-link:focus, .default-tab .nav-link:hover, .default-tab .nav-link.active {
        color: #1697d8;
    }

    .default-tab .nav-link.active {
        font-weight: 700;
    }
    /*.default-tab .nav-link {
    background: #D7D5D5;
    border: 2px solid #828282;
    border-right: 0;
    min-width: 180px;
    font-size: 20px;
    color: #4c4c4c;
    padding: 0.5rem 2rem;
}*/
    /*.cus_tabs_design.custom-tab-1 li:last-child .nav-link {
    border-right: 2px solid #828282;
}
.cus_tabs_design .nav-tabs {
    border-bottom: 2px solid #8d8d8d;
}

.cus_tabs_design .nav-tabs .nav-item {
    margin-bottom: -2px;
}*/

    .default-tab .nav-link {
        min-width: auto;
        font-size: 20px;
        color: #4c4c4c;
        padding: 0.5rem 2rem;
        font-family: 'Bree Serif', serif;
    }

    .cus_tabs_design.default-tab .nav-link img {
        width: 30px;
        margin-top: -4px;
    }

    .overview_web h2 {
        font-size: 2.2rem;
        display: inline-block;
        margin-top: 19px;
        margin-bottom: 0;
    }

    .other_feature_link {
        display: inline-block;
        font-size: 20px;
        margin-left: 15px;
    }

    p {
        line-height: inherit;
    }

    .cus_tab_content p {
        font-size: 24px;
        color: #4c4c4c;
    }


    .cus_tab_content {
        padding-top: 30px;
    }



    .header-info-mobile span {
        font-weight: 600;
        font-style: italic;
        color: gray;
        font-size: 11px;
        margin-bottom: 0;
    }

    .header-info-mobile p {
        color: #000000;
        margin: 0;
        font-weight: 400;
        font-size: 12px;
        line-height: 24px;
    }

    .header-info-mobile .profile_name {
        font-size: 22px;
        font-weight: 700;
    }

    .header-info-mobile {
        text-align: right;
        padding: 0 20px;
    }

    .inner_header .blue_part {
        background: #1697d8;
        padding: 7px 10px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .inner_header .blue_part h4 {
            color: #ffffff;
            text-align: center;
            font-size: 1.4rem;
            margin-bottom: 0;
            font-family: inherit;
            position: relative;
            font-family: 'league_spartanbold';
        }

        .inner_header .blue_part a {
            color: #ffffff;
            font-size: 14px;
            display: inline-block;
            margin-left: 15px;
            position: absolute;
            top: 6.3px;
            white-space: nowrap;
            right: -77px;
            font-family: "Arial", sans-serif;
        }

    .inner_header .gray_part {
        background: #eeeeee;
        padding: 6px 15px 6px 20px;
    }

        .inner_header .gray_part h3 {
            text-align: center;
            margin-bottom: 0px;
        }



        .inner_header .gray_part .cus_date {
            color: #727272;
            display: inline-block;
            font-size: 1.2rem;
            position: relative;
            font-family: 'Bree Serif', serif;
        }

        .inner_header .gray_part a.change_link, .inner_header .gray_part a.sort_link {
            font-size: 14px;
            display: inline-block;
        }

        .inner_header .gray_part a.sort_link {
            font-size: 1.1rem;
            font-family: 'Bree Serif', serif;
        }

        .inner_header .gray_part a.change_link {
            position: absolute;
            top: 4.5px;
            white-space: nowrap;
            right: -61px;
            font-family: "Arial", sans-serif;
            z-index: 1;
        }

    .cus_tabs_design {
        margin-top: 30px;
    }

    .removeheading .header_heading {
        display: none !important;
    }


    .wrapped_text .cus_image {
        float: right;
        max-width: 350px;
        padding-left: 30px;
    }

    span.gray_sub {
        display: block;
        color: #747474;
        font-style: italic;
        font-size: 1rem;
        font-family: "Arial", sans-serif;
    }

    .personalize_btn {
        background-color: #9f9f9f;
        background: linear-gradient(#efefef,#9f9f9f) #9f9f9f;
        background-image: -moz-linear-gradient(#efefef,#9f9f9f);
        background-image: -webkit-gradient(linear,left top,left bottom,from(#efefef),to(#9f9f9f));
        background-image: -webkit-linear-gradient(#efefef,#9f9f9f);
        background-image: -o-linear-gradient(#efefef,#9f9f9f);
        background-image: -ms-linear-gradient(#efefef,#9f9f9f);
        border: 2px solid #444545;
        border-radius: 5px;
        height: 40px;
        line-height: 14px;
        margin-bottom: 10px;
        padding: 11px 23px 11px 10px;
        display: block;
        color: #3e3e3e;
        font-weight: 700;
        font-size: 18px;
        text-shadow: 1px 0 0 #fff;
        box-shadow: 0 0 1px #fff inset;
        -moz-box-shadow: 0 0 1px #fff inset;
        -webkit-box-shadow: 0 0 1px #fff inset;
        position: relative;
        max-width: 250px;
        display: table;
        width: 100%;
        margin: 0 auto;
    }

        .personalize_btn:hover {
            color: #3e3e3e;
        }

        .personalize_btn:after {
            background-image: url(../images/personalization-images/button-arrow.png);
            background-repeat: no-repeat;
            height: 19px;
            width: 12px;
            position: absolute;
            right: 10px;
            top: 9px;
            content: "";
        }
    /*=====old_bottom start======*/
    .inner_footer .btm-task {
        margin-left: auto;
        margin-right: auto;
        max-width: 250px;
    }

    .inner_footer .dataset {
        max-width: 300px;
        margin: 0 auto;
    }

    .inner_footer .header_img {
        background-image: url(../images/popup_header_img_small-new.png);
        background-repeat: no-repeat;
        background-size: auto auto;
        width: 100%;
        margin-bottom: -1px;
        padding-top: 64px;
        min-height: inherit;
        position: relative;
        text-align: center;
        padding-bottom: 5px;
        margin-top: 48px;
        line-height: 58px;
    }

    .inner_footer .SponsorCH {
        font-family: "Segoe Print";
        font-size: 17px;
        line-height: 20px;
        position: absolute;
        top: 35px;
        width: 100%;
    }

    .inner_footer .dataset .popup_text {
        background-color: #fff;
        background-image: none;
        word-break: break-all;
        text-align: center;
    }



    .inner_footer .dataset .popup_footer_bg {
        background-image: url(../images/popup_footer_bg_small-New.png);
        background-repeat: no-repeat;
        background-size: auto auto;
        width: 100%;
        margin-bottom: 10px;
        margin-left: 14px;
        padding-bottom: 30px;
        text-align: center;
    }

    .inner_footer {
        color: #565656;
        padding-bottom: 80px;
        padding-top: 30px;
    }

        .inner_footer .btm-task .perfect-txt {
            font-family: "Segoe Print";
        }
        /*=====old_bottom end======*/

        .inner_footer .f_main h4 {
            font-family: 'Bree Serif', serif;
            color: #000000;
            font-size: 2rem;
            text-align: center;
            margin-bottom: 5px;
        }

        .inner_footer .f_main a.goals_personalize {
            font-family: 'Bree Serif', serif;
            color: #1697d8;
            font-size: 2rem;
            text-align: center;
            margin-bottom: 30px;
            display: table;
            margin-left: auto;
            margin-right: auto;
        }

        .inner_footer .f_main .compliments_div h6 {
            font-family: 'Bree Serif', serif;
            color: #6a6a6a;
            text-align: center;
            font-size: 1.5rem;
            border-bottom: 2px solid #cecece;
            padding-bottom: 15px;
            width: 90%;
            margin: 0 auto 15px auto;
        }

        .inner_footer .f_main .compliments_div {
            font-family: "Arial", sans-serif;
            padding: 15px 20px 25px 20px;
            border: 2px solid #e6e6e6;
            position: relative;
            max-width: 480px;
            margin: 0 auto;
        }


    .compliments_div .cus_sponcer_socials a img {
        height: 33px;
    }

    .inner_footer .f_main .compliments_div ul li.your_name {
        font-weight: 700;
    }

    .inner_footer .f_main .compliments_div ul li {
        font-size: 1.1rem;
        text-align: center;
        word-break: break-word;
    }

    img.right_side {
        position: absolute;
        top: -14px;
        right: -12px;
    }

    img.left_side {
        position: absolute;
        top: -15px;
        left: -18px;
    }

    img.right_bottom {
        position: absolute;
        bottom: -5px;
        right: -6px;
    }

    img.left_bottom {
        position: absolute;
        bottom: -2px;
        left: -9px;
    }
    /*==========for white sidebar start===========*/
    .white_sidebar .sidenav_month {
        color: #2b2b2b;
        border-right: 2px solid #2b2b2b;
    }

    [data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .white_sidebar.deznav .metismenu > li > a {
        color: #2b2b2b;
    }

    [data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .white_sidebar.deznav .metismenu > li:nth-child(4) {
        border-bottom: 2px solid #2b2b2b;
    }
    /*==========for blue sidebar end===========*/
    /*==========for white sidebar end===========*/
    [data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .blue_sidebar.deznav .metismenu > li:nth-child(-n+4) {
        background-color: #1697d8;
    }

    [data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .blue_sidebar.deznav .metismenu > li {
        background: #1a83b8;
    }

        [data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .blue_sidebar.deznav .metismenu > li.mm-active > a {
            background-color: #ffffff;
            color: #1697d8;
        }

            [data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .blue_sidebar.deznav .metismenu > li.mm-active > a i {
                color: #1697d8;
                box-shadow: none;
            }
    /*==========for blue sidebar end===========*/
    .tabs_footer {
        padding: 20px;
    }

        .tabs_footer h2 {
            text-align: center;
            margin-bottom: 10px;
        }

        .tabs_footer ul {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
        }

            .tabs_footer ul li a {
                font-family: 'Bree Serif';
                font-size: 25px;
                position: relative;
                top: -1px;
                color: #1697d8 !important;
                transition: 0.3s;
            }

                .tabs_footer ul li a:hover {
                    color: #1697d8;
                }

            .tabs_footer ul li {
                margin: 0 5px;
                font-size: 25px;
                color: #5e5e5e;
            }

                .tabs_footer ul li a.active_cus {
                    font-weight: 700;
                    color: #1697d8;
                }

    .content-body {
        min-height: auto !important;
    }

    .banner_navigation_link {
        transition: all .2s linear;
        display: block;
    }

        .banner_navigation_link:hover {
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
        }

    .compliment_img {
        max-width: 150px;
        max-height: 150px;
        margin: 0 auto 30px auto;
        display: block;
    }

    .new_footer {
        background-color: #d7d5d5;
        padding: 10px;
    }

    .sub_heading {
        font-size: 20px;
        padding-top: 10px;
    }

    .blue_arrow {
        font-family: 'cooper_hewittsemibold';
        color: #1697d8;
        position: relative;
        top: 2px;
    }

    .blue_color {
        color: #1697d8;
    }

    .support_network .custom_listing li {
        font-size: 19px;
        margin-bottom: 10px;
        position: relative;
        cursor: pointer;
    }

        .support_network .custom_listing li img.blue_star {
            position: absolute;
            top: -5px;
            left: -32px;
        }

        .support_network .custom_listing li:last-child {
            margin-bottom: 16px;
        }

    .support_network .cus_tab1 {
        padding-left: 2rem;
    }

    .support_network .cus_tab2 {
        padding-left: 16.1rem;
    }

    .support_network .cus_tab3 {
        padding-left: 31.5rem;
    }

    footer.new_footer ul {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

        footer.new_footer ul li {
            margin: 0 10px;
            font-size: 16px;
            font-family: 'cooper_hewittmedium';
            color: #3f3f3f;
        }


            footer.new_footer ul li a {
                font-family: 'cooper_hewittmedium';
            }










    [data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .deznav .metismenu > li:hover > ul > li > a:after {
        display: none;
    }

    .wrapped_text:after {
        content: "";
        display: table;
        clear: both;
    }

    .subsublink_active, .sublink_active {
        font-weight: 700;
        color: #1697d8 !important;
    }








    .support_network .cus_tabs_design {
        margin-top: 25px;
    }

    img.blue_star {
        width: 30px;
        position: relative;
        top: -6px;
    }

    .overview_web.support_network {
        margin-bottom: 10px;
    }


    .btn_blue {
        border-radius: .25rem;
        background: #1697d8;
        color: #ffffff;
        padding: 6px 20px;
    }

        .btn_blue:hover {
            background-color: #158ac5;
            color: #ffffff;
        }


    .form-control {
        border-radius: .25rem;
        background: #fff;
        border: 1px solid #ced4da;
        color: #5E5E5E;
        height: auto;
        padding: .375rem .75rem;
        line-height: 1.5;
        font-size: 1rem;
    }

        .form-control:hover, .form-control:focus, .form-control.active {
            box-shadow: none;
            background-color: #fff;
            color: #5E5E5E;
        }

        .form-control:focus {
            border-color: #1697d8;
        }

    .add_list .form-control {
        max-width: 100%;
        width: 300px;
    }

    .cus_footer_months {
        font-family: 'Bree Serif', serif;
        font-size: 2.2rem;
    }



    .dropdown-submenu {
        position: relative;
        cursor: pointer;
    }


        .dropdown-submenu > .dropdown-menu {
            top: 0;
            left: 100%;
            margin-top: 0px;
            margin-left: 0px;
        }

    .hw_dropdown .dropdown-menu.upper_case_link > li > .dropdown-item {
        text-transform: uppercase;
        font-size: 12px;
        padding: 8px 20px;
        white-space: inherit;
    }

    .hw_dropdown .dropdown-menu.upper_case_link > li > .dropdown-menu .dropdown-item {
        padding: 6px 0 6px 15px;
        font-size: 11px;
        white-space: inherit;
    }




    .hw_dropdown .dropdown-menu {
        font-family: "Arial", sans-serif;
    }

    .hw_dropdown {
        cursor: pointer;
    }

    .upper_heading {
        color: #1697d8;
        font-size: 1.8rem;
        font-family: 'cooper_hewittmedium';
    }

    .upper_heading_new {
        font-size: 1.8rem !important;
        margin-top: 0 !important;
        margin-bottom: 0.5rem !important;
    }

    .main_heading {
        font-size: 2rem !important;
        margin-bottom: 30px !important;
        margin-top: 0 !important;
    }

    .small_head {
        color: #1697d8;
        font-family: 'cooper_hewittmedium';
    }

    .review_star {
        display: flex;
        justify-content: center;
    }

        .review_star li {
            margin: 0 3px;
        }

    .common_tab_sec {
        padding: 0 15px;
        margin: 0 -15px;
    }

    .light_bg_color {
        background-color: #f6f6f6;
    }

    .common_padding {
        padding: 30px 15px;
    }

    strong {
        font-family: 'cooper_hewittsemibold';
    }

    .underline_blue_link {
        color: #1697d8;
        text-decoration: underline;
    }

        .underline_blue_link:hover {
            text-decoration: underline;
        }

    .first_sec {
        padding-bottom: 30px;
    }

    .middle_heading {
        font-size: 1.9rem !important;
        color: #1697d8;
        font-family: 'cooper_hewittmedium';
        margin-bottom: 20px !important;
        margin-top: 0 !important;
    }

    .third_sec .benifits_icons {
        margin-right: 10px;
    }

    .dollar_inline {
        display: flex;
        flex-wrap: wrap;
        margin-top: 10px;
    }

        .dollar_inline li {
            margin: 0 4px;
        }

    .green_sub_heading {
        color: green;
        margin-bottom: 20px;
        display: block;
        font-size: 24px;
    }

    .helpful_accessories .owl-item .accessories_img {
        width: 70px;
        display: block;
        margin-right: 20px;
        margin-bottom: 30px;
    }

    .single_link {
        font-size: 24px;
    }

    .helpful_accessories .owl-prev {
        border: 2px solid #bababa;
        color: #bababa;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        height: 40px;
        width: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        left: -12px;
        border-radius: 100%;
        background: #ffffff;
        cursor: pointer;
    }

    .helpful_accessories .owl-next {
        border: 2px solid #bababa;
        color: #bababa;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        height: 40px;
        width: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        right: -12px;
        border-radius: 100%;
        cursor: pointer;
        background: #ffffff;
    }

    .helpful_accessories.owl-carousel .owl-stage-outer {
        border-radius: 20px;
    }

    .other_topic_dropdown {
        margin-bottom: 30px;
    }

        .other_topic_dropdown .dropdown-menu .dropdown-item {
            font-size: 20px;
            color: #4c4c4c;
            padding: 5px 20px;
        }

            .other_topic_dropdown .dropdown-menu .dropdown-item h3 {
                font-weight: inherit;
                font-family: inherit;
                color: inherit;
                font-size: inherit;
                margin: 0;
                margin-bottom: 6px;
            }

        .other_topic_dropdown .dropdown-toggle {
            font-size: 24px;
        }

            .other_topic_dropdown .dropdown-toggle h2 {
                margin: 0 !important;
                color: inherit;
                font-size: inherit;
                font-weight: inherit;
                font-family: inherit;
                line-height: inherit;
            }


    .chat_user_img {
        max-width: 45px;
        max-height: 45px;
        margin-right: 20px;
    }



    .other_topic_list ol li a {
        color: #4c4c4c;
        font-size: 24px;
        margin-bottom: 10px;
        display: block;
    }

        .other_topic_list ol li a h3 {
            font-family: inherit;
            color: inherit;
            font-size: inherit;
            font-weight: inherit;
            margin: 0;
            line-height: inherit;
        }

    .other_topic_list ol, .other_topic_list ol li:last-child a {
        margin-bottom: 0;
    }

    .wrapped_text_left .cus_image {
        float: right;
        padding-left: 0;
        padding-left: 30px;
        padding-bottom: 20px;
    }

    .single_tab_content .new_media_object {
        max-width: 100%;
        width: 140px;
        margin-right: 20px;
    }

    .aricles_page .single_row h1 {
        margin-bottom: 9px;
    }

    .aricles_page .single_row .small_image img {
        width: 140px;
        max-width: 100%;
    }

    .bold_arrow {
        font-family: 'cooper_hewittsemibold';
        position: relative;
        top: 1px;
    }



    .cus_table_design {
        font-family: 'Bree Serif', serif;
    }

        .cus_table_design .table thead tr th {
            color: #000000;
        }

        .cus_table_design .table .bold_arrow {
            position: relative;
            top: 1.5px;
        }

    .custom_task_modal .priority_rating {
        display: block;
        height: 34.8px;
        /* padding: .375rem .75rem;*/
        border: 1px solid #ced4da;
        border-radius: .25rem;
        cursor: pointer;
        position: relative;
        padding: .375rem .75rem;
    }

        .custom_task_modal .priority_rating img {
            height: 100%;
            display: block;
        }

    .custom_task_modal .cus_type {
        display: block;
        height: 34.8px;
        padding: .375rem .75rem;
        border: 1px solid #ced4da;
        border-radius: .25rem;
        cursor: pointer;
        color: #5E5E5E;
        line-height: 1.5;
        font-size: 1rem;
        position: relative;
    }

    .custom_task_modal .priority_rating .priority_rating_img {
        height: 100%;
        display: block;
    }

    svg.cus_down_icon {
        position: absolute;
        top: 50%;
        right: 4px;
        transform: translateY(-50%);
        width: 9px;
        height: 9px;
        fill: #6f6f6f;
    }

    .modal-backdrop {
        background-color: transparent;
    }

    .modal {
        background-color: rgba(0, 0, 0, 0.5);
    }

    .custom-radio .custom-control-label::before {
        border-radius: 50% !important;
    }

    .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
        background-color: #c0e1f2;
        border-color: #c0e1f2 !important;
    }

    .custom-control-input:checked ~ .custom-control-label::before {
        border-color: #1697d8 !important;
        background-color: #1697d8;
    }

    .custom-control-label {
        padding-top: 2px;
    }

    .modal-title {
        font-family: 'cooper_hewittsemibold';
        font-size: 1.3rem;
    }

    label.form-label {
        display: inline-block;
        margin-bottom: 0.5rem;
        font-family: 'cooper_hewittmedium';
        color: #6c6c6c;
    }

    .modal_paragraph {
        font-size: 21px;
        text-align: center;
        margin-bottom: 30px;
        color: #4c4c4c;
    }

    .modal-header {
        justify-content: center;
        padding-top: 40px;
    }

    .custom-control-label {
        padding-top: 2px;
        font-family: 'cooper_hewittmedium';
        color: #4c4c4c;
    }

    .btn_light {
        border-radius: .25rem;
        color: #4c4c4c;
        padding: 6px 20px;
        background: #F4F5F9;
    }

    .show_priority_modal .custom-control-label img.star_range_img {
        height: 20px;
        display: block;
    }

    .custom-control-label::after {
        left: -2rem;
    }

    .custom-control-label::before {
        left: -2rem;
    }

    .custom-control {
        padding-left: 2rem;
    }

    .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
        border-color: #cde7f4;
    }

    .dd_innertab_content {
        margin-top: -20px;
    }

    .anchor_design_bold {
        font-size: 24px;
        font-family: 'cooper_hewittsemibold';
    }

    .anchor_design_regular {
        font-size: 24px;
    }

    .font_inherit {
        font-family: inherit !important;
    }

    .smaller_font {
        font-size: 16px;
        /*font-family: 'league_spartanbold';*/
        color: #000000;
    }

    .modal-footer {
        justify-content: center;
    }

    .custom-file-input {
        height: 38px;
    }

    .custom-file-label {
        height: 38px;
    }

        .custom-file-label::after {
            height: 38px;
            background: #1697d8;
        }

    .custom-file-input:focus ~ .custom-file-label {
        border-color: rgb(22 151 216 / 36%);
        box-shadow: 0 0 0 0.2rem rgb(22 151 216 / 25%);
    }

    .photos_tab_img {
        max-width: 150px;
        display: block;
        margin-right: 20px;
    }

    .photo_tab_heading {
        font-size: 28px !important;
    }

    .delete_photo {
        max-width: 150px;
        display: block;
        margin-right: 20px;
    }

    .tab_sub_heading {
        font-size: 1.4rem;
        padding-left: 32px;
        margin-bottom: 15px;
        margin-top: 10px;
    }

    .picker .picker__frame .picker__box .picker__table .picker__day.picker__day--highlighted,
    .picker .picker__frame .picker__box .picker__footer .picker__button--today,
    .picker .picker__frame .picker__box .picker__table .picker__day:hover,
    .picker .picker__frame .picker__box .picker__footer .picker__button--clear:hover,
    .picker .picker__frame .picker__box .picker__footer .picker__button--close:hover,
    .picker .picker__frame .picker__box .picker__footer .picker__button--today:hover {
        background-color: #1697d8 !important;
    }

    .picker__button--clear, .picker__button--close, .picker__button--today {
        border: 1px solid #ffffff !important;
    }

    .tab_content_left_align {
        padding-left: 2rem;
    }

    .about_details ul {
        text-align: center;
    }


        .about_details ul li {
            font-size: 20px;
        }

    .about_details ol {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .image_group_sec {
        max-width: 100%;
        width: 250px;
        background-image: url(../images/welcome-img/welcome-wizard-img.png);
        background-repeat: no-repeat;
        padding-left: 28px;
        padding-top: 20px;
        padding-right: 33px;
        padding-bottom: 36px;
        margin-left: auto;
        margin-right: auto;
    }

    .change_pic {
        text-align: center;
        max-width: 100%;
        width: 310px;
        padding-left: 0;
        margin: 0 auto;
    }

    .add_custom_task_page_top {
        border-bottom: 0;
    }

    .add_custom_task_page_bottom .single_row:first-child {
        border-top: 1px solid #cccccc;
    }

    .no_task_added {
        border-bottom: 1px solid #cccccc;
    }

    .assign_helper_bottom {
        border-bottom: 1px solid #cccccc;
    }

    .tell_a_friends li {
        font-size: 28px;
        padding: 10px 0;
        cursor: pointer;
        color: #5E5E5E;
    }

    .accordion-primary .accordion__header {
        box-shadow: 0 15px 20px 0 rgb(22 151 216 / 16%);
        font-size: 20px;
    }

        .accordion-primary .accordion__header.collapsed {
            background: rgb(22 151 216 / 22%);
        }

    .picker__footer button.picker__button--clear {
        display: none;
    }

    .big_label .form-label {
        font-size: 20px;
    }

    p {
        font-size: 20px;
        color: #5E5E5E;
    }

    .font_28 {
        font-size: 28px !important;
    }

    .tell_a_friends {
        text-align: center;
    }

    .text_inherit {
        text-transform: inherit !important;
    }

    .applicance_recall_page {
        border-bottom: 1px solid #cccccc;
    }

        .applicance_recall_page .single_row .small_image img {
            width: 100px;
        }

    .cus_form_select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-image: url(../images/select-down.svg);
        background-size: 9px;
        background-repeat: no-repeat;
        background-position: center right 5px;
        cursor: pointer;
        height: 34.8px;
        padding: 2px .75rem;
    }

    .nav-header {
        display: none;
    }

    .other_hf ol li a {
        color: #7e7e7e;
        padding: 5px 8px;
        display: block;
    }

    .other_hf ol {
        margin-bottom: 0;
    }

    .cus_logout {
        position: absolute;
        right: 2rem;
        top: 97px;
        z-index: 1;
        text-align: right;
    }

        .cus_logout .inner_logout {
            display: flex;
        }

        .cus_logout a {
            color: #1697d8;
        }

    .pr-2rem {
        padding-right: 2rem;
    }

    .year_column {
        width: 70px;
    }

    .month_column {
        width: 108px;
    }

    .category_column {
        width: 165px;
    }

    .hf_column {
        width: 255px;
    }

    .ndp_column {
        width: 220px;
    }

    .ndp_heading {
        font-family: 'Bree Serif', serif !important;
        color: #000000;
        font-size: 2rem;
        margin-bottom: 30px;
        word-break: break-all;
    }

    .home_feature_design .ndp_heading {
        font-size: 1.4rem;
        padding-left: 32px;
        margin-bottom: 15px;
        margin-top: 10px;
        font-family: 'league_spartanbold' !important;
        color: #5E5E5E;
    }

    .show_customize_mtt ul li {
        color: #4c4c4c;
        font-size: 16px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
    }

        .show_customize_mtt ul li:not(:last-child) {
            margin-bottom: 15px;
        }

    .add_cus_task_link {
        display: inline-block;
        margin-left: 103px;
        margin-top: 10px;
    }

    .modal_feature_img {
        width: 78px;
        margin-right: 10px;
    }

    .blue_bg {
        background-color: #EEF9FF;
    }

    .mb-30 {
        margin-bottom: 30px !important;
    }

    .custom_p {
        font-size: 20px;
        color: #5E5E5E;
    }

        .custom_p h3 {
            font-size: 20px !important;
            margin-bottom: 0 !important;
        }

        .custom_p ul li h3 {
            font-size: 20px !important;
        }

        .custom_p ul {
            list-style: disc;
            margin-left: 20px;
            margin-top: 20px;
        }

            .custom_p ul li {
                list-style: inherit;
            }
        /*.custom_p ul li:before {
                content: "";
                font-size: 30px;
                font-weight: 700;
                height: 5px;
                width: 5px;
                background: #5e5e5e;
                display: inline-block;
                border-radius: 100%;
                position: relative;
                top: -4px;
                margin-right: 5px;
            }*/
        .custom_p h2 {
            color: #1697d8 !important;
            font-size: 22px !important;
            font-weight: bold !important;
            margin: 0 !important;
            float: none !important;
            display: block;
        }



    .video_detail_article .custom_p div > h3:first-child {
        font-size: 20px !important;
    }

    .custom_p ul li p {
        display: inline-block;
        text-indent: 0px;
        vertical-align: text-top;
        position: relative;
        top: -2px;
        margin-bottom: 0;
    }

    .custom_p ul:after + * {
        float: left;
        width: 100%;
    }

    .custom_p p {
        margin-bottom: 0;
    }

    .custom_video iframe {
        width: 100%;
        height: 100%;
        display: inline-block;
    }

    .custom_video .safety_video {
        height: 600px;
        width: 100%;
        margin: 20px 0 30px 0;
    }

    .cus_form_setting .form-label {
        width: 191px;
        padding-left: 60px;
    }

    .cus_form_setting .form-control {
        max-width: 100%;
        width: 250px;
    }

    .cus_form_setting .btn_blue {
        max-width: 100%;
        width: 250px;
    }



    .wel_img_upload.custom-file {
        width: 180px;
        height: 41px;
    }

    .wel_img_upload .custom-file-label {
        background: #1697d8;
        border-color: #1697d8;
        border-radius: 4px;
        color: #ffffff;
        font-size: 1.125rem !important;
        font-weight: 500;
        margin-bottom: 0;
        height: 41px;
    }

    .wel_img_upload .custom-file-input:lang(en) ~ .custom-file-label::after {
        content: "Change picture  >";
    }

    .wel_img_upload .custom-file-label::after {
        height: 41px;
        background: #1697d8;
        border: 0;
        width: 100%;
        border-radius: 4px;
        cursor: pointer;
    }

    .wel_img_upload .custom-file-input {
        height: 41px;
    }

    .unsubscribe_page h4.middle_heading {
        padding-left: 167px;
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .forgot_pass_div {
        max-width: 100%;
        width: 250px;
    }

    .inner_unsubscribe {
        padding-left: 62px;
    }

    .font_16 {
        font-size: 16px !important;
    }

    .originally_signed {
        padding-left: 62px;
    }

    .autopay_off h4 {
        font-size: 24px;
        margin-bottom: 0;
    }



    .pay_his {
        padding-left: 0;
        margin-left: -168px;
    }

    .cus_logout .common_welcome {
        margin-bottom: 0;
        margin-right: 10px;
        font-size: 16px;
    }

    .new_welcome_user p {
        margin-bottom: 0;
        text-align: right;
    }

    .new_welcome_user {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .for_equal_colum {
        height: 70px;
    }

    .not_logged_in .ls_links a {
        color: #1697d8;
        margin-left: 30px;
        font-size: 20px;
    }

    .sponcer_not_logged a:first-child {
        margin-right: 27px;
    }

    .sponcer_not_logged a {
        display: inline-block;
    }

    h6.red_head {
        font-weight: 700;
        font-size: 2rem;
        color: #b51700;
        text-align: center;
        z-index: 1;
        position: relative;
        font-family: 'cooper_hewittsemibold';
    }

    .active_sopncered img.cross_img {
        max-width: 200px;
        margin: -13px auto 30px auto;
        display: block;
    }

    h6.red_head {
        font-weight: 700;
        font-size: 2rem;
        color: #b51700;
        text-align: center;
        z-index: 1;
        position: relative;
        font-family: 'cooper_hewittsemibold';
    }

    .add_smartphone {
        padding: 0.5rem 1rem;
        font-size: 20px;
        display: inline-block;
    }

    .homefeatures-tab .default-tab .nav-link {
        padding: 0.5rem 1.3rem;
    }

    .thick_hr hr {
        border-top: 5px solid #1697d8;
    }

    .cus_text_error label {
        margin-left: -88px;
        margin-bottom: 0;
        margin-top: 10px;
    }


    .share_hw {
        padding-left: 60px;
    }

        .share_hw ul li a {
            font-family: 'Bree Serif', serif;
            font-size: 25px;
            margin-bottom: 30px;
            display: inline-block;
        }

        .share_hw ul li img {
            width: 50px;
            margin-right: 30px;
            display: inline-block;
        }

    .modal_content_cus img {
        margin-right: 10px;
        display: inline-block;
        width: 78px;
    }

    .modal_content_cus h1 {
        font-weight: 700;
        font-family: 'league_spartanbold';
        font-size: 1.3rem;
        margin-bottom: 0;
        color: #000000;
    }

    .modal_content_cus p {
        font-size: 1.3rem;
        margin-bottom: 0;
    }

    .show_share_hw .share_hw {
        padding-left: 0;
        text-align: center;
    }



    .hover_dropdown.mobile_hover_dropdown:hover > .dropdown-menu {
        display: block;
        position: absolute;
        float: left;
    }

    .for_common_space {
        padding-bottom: 170px;
    }

    .list-QuestionsModal li a {
        color: #7e7e7e;
        padding: 5px 0;
        display: block;
    }

        .list-QuestionsModal li a:hover {
            color: #1697d8;
        }


    a.checkReachabilityClass {
        word-break: break-all;
    }

    .pointer_none {
        pointer-events: none;
    }

    .picker__holder {
        overflow-y: hidden !important;
    }

    .table-pricing-option .pricing-timing {
        width: 94px;
        white-space: nowrap;
    }

    .table-pricing-option.table tbody tr td {
        vertical-align: top;
    }

    .table-pricing-option .bold {
        font-family: 'cooper_hewittsemibold';
    }

    table.table.table-pricing-option tbody td {
        padding: 0;
        border: 0;
    }

        table.table.table-pricing-option tbody td strong {
            color: red;
        }

    table.table tbody td.pricing-border-bottom {
        border-bottom: 2px solid #565656 !important;
    }

    .hide-menu-space {
        margin-left: 0 !important;
    }

    .home_care_new > .dropdown-menu {
        display: inline-block;
        position: static;
        float: none;
        box-shadow: none;
    }

    .new_homecare_library {
        min-height: calc(100vh - 88px);
    }

    .home_care_new > .dropdown-menu.upper_case_link > li > .dropdown-item {
        font-size: 22px;
        text-transform: uppercase;
        font-family: 'cooper_hewittmedium';
        padding-left: 0;
        padding-right: 0;
        pointer-events: none;
    }

        .home_care_new > .dropdown-menu.upper_case_link > li > .dropdown-item:hover {
            background-color: transparent;
        }

    .without_autopay {
        font-size: 17px;
        margin-left: 13px;
        background: transparent;
        border: 0;
        color: #1697d8;
    }

    div#recall-plus-main {
        padding-top: 20px;
    }

    .form_cus_lab {
        padding-left: 63px !important;
    }

    .new_error_design h2 {
        font-size: 3rem;
        line-height: 1.8;
    }

    .new_error_design .report_cus {
        display: table;
        margin: 0 auto;
        font-size: 3rem;
    }


    .popover {
        min-width: 360px;
        margin-left: 15px;
    }

    .popover-body, .popover-body p {
        font-size: 18px;
        line-height: 1.5;
    }

        .popover-body p a {
            padding: 0 !important;
            border-radius: 0 !important;
            margin: 0 10px !important;
            display: inline-block !important;
            color: #3F9AE0 !important;
        }

    .popover-header {
        text-align: center;
        font-size: 20px;
    }





    .custom_p strong {
        font-family: 'league_spartanbold';
        font-size: 20px;
    }

    .custom_p ol, .custom_p ol li {
        list-style: decimal;
    }

        .custom_p ol li p {
            margin-bottom: 0;
        }

    .custom_p ol {
        margin-left: 30px;
        margin-top: 20px;
    }

        .custom_p ol li {
            padding-left: 5px;
        }

    .add_smartphone_img h4 {
        font-size: 30px;
        text-align: center;
        margin-bottom: 25px;
    }

    .add_smartphone_img ol li {
        list-style: decimal;
        font-size: 20px;
        padding-left: 10px;
        padding-bottom: 15px;
    }

    .add_smartphone_img ol {
        margin-left: 20px;
    }

    .add_smartphone_img {
        padding: 0 30px;
    }


    .article_page_design .listScreen-images li {
        max-width: 250px;
        padding: 0 20px 20px;
    }

    .article_page_design .listScreen-images {
        margin: 0 !important;
        text-align: center;
    }

        .article_page_design .listScreen-images img {
            max-width: 100%;
            display: block;
            height: auto;
        }

    .mobile_img {
        max-width: 270px;
        margin: 0 auto;
    }

    .for_cus_file .custom-file {
        max-width: 100%;
        width: 315px;
    }

    .for_cus_file label.cus_width_label {
        max-width: 100%;
        width: 100px;
    }

    a.for_br_hide[style="display:none;"] + br {
        display: none;
    }

    a.for_br_hide[style="display:block;"] + br {
        display: block;
    }

    .logout_blue {
        color: #1697d8 !important;
        font-size: 16px !important;
    }

        .logout_blue span {
            font-size: inherit !important;
            padding-left: 0 !important;
        }

    .shadow_image_tips {
        -webkit-box-shadow: 8px 8px 20px -5px rgb(79 79 79 / 54%);
        -moz-box-shadow: 8px 8px 20px -5px rgb(79 79 79 / 54%);
        box-shadow: 8px 8px 20px -5px rgb(79 79 79 / 54%);
    }

    .signupoutLink .ls_links a {
        margin-left: 22px;
        margin-top: 6px;
        display: block;
    }

    .new_todos_modal h1 {
        font-weight: 700;
        font-family: 'league_spartanbold';
        font-size: 1.3rem;
        margin-bottom: 0;
        color: #000000;
        margin-top: 20px;
    }

        .new_todos_modal h1 + img {
            margin-left: 10px;
        }

    .helpful_accessories.owl-carousel .owl-stage {
        display: flex;
    }

    .owl-item .items, .owl-item .items .card {
        height: 100%;
    }

    .homewizard_app_page .VersionBlock.VersionBlock_App.noArrow a {
        padding: 5px 30px;
        display: inline-block;
        margin-top: 20px;
    }

    .homewizard_app_page .personalization-content {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .newversion_pricing .for_bigger_p {
        font-size: 30px !important;
    }

    .cancel_cus_btn {
        height: 30px;
        width: 50px;
        background: #cc0000;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 5px;
        margin-left: 10px;
        cursor: pointer;
    }

        .cancel_cus_btn svg {
            fill: #ffffff;
            height: 14px;
            width: auto;
        }

    .check_cus_btn {
        height: 30px;
        width: 50px;
        background: #4bb543;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 5px;
        cursor: pointer;
    }

        .check_cus_btn svg {
            height: 22px;
            width: auto;
            fill: #ffffff;
        }

    section.new_welcome .detail_profile .left_part img {
        -webkit-box-shadow: 8px 8px 20px -5px rgb(79 79 79 / 54%);
        -moz-box-shadow: 8px 8px 20px -5px rgb(79 79 79 / 54%);
        box-shadow: 8px 8px 20px -5px rgb(79 79 79 / 54%);
    }

    section.new_welcome .detail_profile .left_part {
        float: left;
        width: 26%;
        max-width: 100%;
        padding-right: 40px;
    }

    .inner_footer .compliments_div a.ui-link {
        margin: 5px 10px;
        display: inline-block;
    }

    section.new_welcome .detail_profile .left_part .com_off {
        color: #959595;
        margin-bottom: 0;
        font-family: 'Segoe Print';
        margin-top: 25px;
    }

    section.new_welcome .detail_profile .left_part p:not(.com_off) {
        font-family: 'cooper_hewittsemibold';
        margin-bottom: 0;
    }

    .outer_payment_review strong {
        color: #6c6c6c;
    }

    .outer_payment_review {
        padding-top: 30px;
    }

    .beforelogin_p {
        font-size: 20px;
        padding-top: 14px;
        line-height: inherit;
    }

    .beforelogin_head {
        font-size: 2.2rem;
        display: inline-block;
        margin-top: 19px;
        margin-bottom: 0;
    }

    .inner_common_beforelogin {
        padding: 15px;
    }

    .without_login_wrapper {
        padding-top: 90px;
        padding-left: 45px;
    }

    .without_login_wrapper {
        padding-top: 80px;
    }

    .without_login_wrapper {
        padding-top: 56px;
    }

        .without_login_wrapper label {
            font-family: 'cooper_hewittmedium';
            color: #6c6c6c;
        }

    .outer_payment_review label {
        font-family: 'cooper_hewittmedium';
        color: #6c6c6c;
    }

    .outer_payment_review p {
        font-size: 16px;
    }

    .new_p {
        font-size: 28px;
        padding-top: 14px;
        line-height: inherit;
    }

    .for_star_align {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .adCarousel img {
        height: auto;
        width: 100%;
        display: block;
    }

    .adCarousel {
        max-width: 410px;
        margin: 0 auto;
    }

    .logged_out_red {
        font-size: 16px;
    }

    .welcome_hw {
        background-color: #fae232;
        border: 2px solid #fd9401;
        color: #000000 !important;
        padding: 5px 10px;
        font-family: 'league_spartanbold';
    }

    .tabs_footer:before {
        content: "";
        display: table;
        clear: both;
    }

    .adOwlcarousel {
        max-width: 410px;
        margin: 0 auto;
    }

    .orange_shadow_btn {
        background-color: #FFD35E;
        color: #000000;
        font-weight: 700;
        padding: 10px 20px;
        font-family: 'league_spartanbold';
        font-size: 35px;
        box-shadow: 2px 2px 1px #ff934e;
    }

    .header_signup_btn .orange_shadow_btn {
        display: table;
        margin-left: auto;
        padding: 4px 10px;
        font-size: 20px;
    }



    .new_postable_overview .aricles_page .single_row:last-child {
        border: 0;
    }

    .article_detail_page.aricles_page .single_row:last-child {
        border: 1px solid #cccccc;
    }

    img.ad_oelcarousel_gif {
        max-width: 410px;
        display: block;
        margin: 0 auto;
        width: 100%;
    }

    body.stop-scroll {
        overflow: hidden;
    }

    .login_checkbox .custom-control-label:before, .login_checkbox .custom-control-label:after {
        width: 14px;
        height: 14px;
    }

    .login_checkbox.custom-control {
        padding-left: 20px;
    }

    .login_checkbox .custom-control-label::before {
        left: -20px;
    }

    .login_checkbox .custom-control-label::after {
        left: -20px;
    }

    .login_checkbox .custom-control-label::before {
        border-width: 1px;
        border-radius: 3px !important;
    }


    .helpful_accessories .owl-nav.disabled {
        display: none;
    }

    .share_motivator_img {
        max-width: 650px;
        max-height: 350px;
        margin: 30px auto;
    }

    .outer_video {
        position: relative;
        padding-bottom: 56.25%;
        overflow: hidden;
        max-width: 100%;
        height: auto;
    }

        .outer_video iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

    .main_video {
        max-width: 600px;
        margin: 60px auto 60px auto;
    }

    .tour_page .doubleTxtW #secondHeading {
        display: none;
    }

    .tour_page .doubleTxtW h1 {
        font-size: 2.2rem;
        display: inline-block;
        margin-top: 19px;
        margin-bottom: 0;
    }

    .cus_wrap_text {
        word-break: break-all;
    }

    .add_bb {
        border-bottom: 1px solid #cccccc;
    }

    .detail_profile:after {
        content: "";
        display: table;
        clear: both;
    }

    .cus_dz-demo-trigger.dz-demo-trigger {
        background-color: #ffd35e;
        color: #000;
        padding: 0;
        border-radius: 0;
        min-width: 270px;
        font-weight: 700;
        font-family: 'league_spartanbold';
        font-size: 14px;
        line-height: 19px;
        bottom: 25px;
        top: auto;
        transform: translateY(0);
    }

    .cus_dz-demo-panel.dz-demo-panel.show .dz-demo-trigger span {
        display: none !important;
    }

    .cus_dz-demo-trigger.dz-demo-trigger span:first-child {
        background: #1697d8;
        width: 48px;
        display: flex !important;
        align-items: center;
        justify-content: center;
    }

    .cus_dz-demo-panel.dz-demo-panel.show .cus_dz-demo-trigger.dz-demo-trigger span:first-child {
        display: flex !important;
    }

    .cus_dz-demo-trigger.dz-demo-trigger span:nth-child(2) {
        flex: 1;
        padding: 5px 15px 5px 15px;
    }

    a.dz-demo-trigger.cus_dz-demo-trigger:hover span {
        color: #1697d8;
    }

    .cus_dz-demo-trigger.dz-demo-trigger span:last-child {
        padding: 5px 10px 5px 0;
        display: flex;
        align-items: center;
        font-size: 28px;
    }


    .cus_dz-demo-trigger.dz-demo-trigger i.fa.fa-cog.fa-spin {
        font-size: 25px;
        color: #ffffff;
    }


    .dz-demo-panel.show .cus_dz-demo-trigger.dz-demo-trigger i.fa.fa-cog.fa-spin {
        display: none;
        opacity: 0;
    }

    .dz-demo-panel.show .cus_dz-demo-trigger.dz-demo-trigger .close {
        margin: 11px 0px;
    }

    .dz-demo-panel.show .cus_dz-demo-trigger.dz-demo-trigger {
        min-width: 0;
    }

    .cus_dz-demo-inner.dz-demo-inner {
        height: 100%;
        padding: 20px 0 30px 0;
        overflow-y: auto;
    }


    .cus_dz-demo-panel.dz-demo-panel {
        width: 70%;
        max-width: 70%;
        transform: inherit;
        right: -70%;
    }

        .cus_dz-demo-panel.dz-demo-panel.show {
            transform: inherit;
            right: 0;
        }


    .cus_dz-demo-inner img.slide_logo {
        width: 190px;
        margin-bottom: 20px;
    }

    .cus_alide_image {
        max-width: 450px;
        display: block;
        width: 100%;
        -webkit-box-shadow: 8px 8px 20px -5px rgb(79 79 79 / 54%);
        -moz-box-shadow: 8px 8px 20px -5px rgb(79 79 79 / 54%);
        box-shadow: 8px 8px 20px -5px rgb(79 79 79 / 54%);
    }


    .cus_dz-demo-inner .orange_shadow_btn {
        margin-top: 30px !important;
        display: inline-block;
        font-size: 20px;
    }

        .cus_dz-demo-inner .orange_shadow_btn:hover {
            color: #1697d8;
        }



    .cus_tm {
        font-size: 12px;
        position: relative;
        top: -9px;
    }

    a.close_text {
        font-size: 20px;
        text-decoration: underline;
        position: absolute;
        top: 10px;
        right: 20px;
    }

    .close_text_bottom {
        top: auto !important;
        bottom: 10px;
    }


    .cus_dz-demo-panel.show .bg-overlay {
        position: fixed;
        width: 100%;
        cursor: pointer;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.2);
    }

    .cus_dz-demo-trigger_second.cus_dz-demo-trigger.dz-demo-trigger span:nth-child(2) {
        background: #ffffff;
        border: 2px solid #1697d8;
        color: #1697d8;
        border-right: 0;
    }

    .cus_dz-demo-trigger_second.cus_dz-demo-trigger.dz-demo-trigger span:last-child {
        background: #ffffff;
        border: 2px solid #1697d8;
        color: #1697d8;
        border-left: 0;
    }

    .big_checkbox {
        width: 23px;
        height: 23px;
        position: relative;
        top: 2px;
    }


    input.big_checkbox[type="checkbox"]:after {
        width: 25px;
        height: 25px;
        font-size: 16px;
    }

    .big_checkbox + label {
        min-width: 115.5px;
    }

    #pet_care.big_checkbox + label, #pet_safety.big_checkbox + label {
        min-width: 103.59px;
    }

    .small_checbox_outer .rv_motorhome_insurance + label, .small_checbox_outer .atv_offroad_insurance + label {
        text-transform: unset !important;
    }

    .small_checbox_outer input[type="checkbox"] {
        position: relative;
        top: -1.5px;
    }

    .slideout_logo {
        border-bottom: 2px solid #1697d8;
        margin-bottom: 15px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .outer_slide_content {
        padding-left: 30px;
        padding-right: 30px;
    }

    .new_head_title {
        font-size: 2.2rem;
        display: inline-block;
        margin-top: 19px;
        margin-bottom: 0;
        font-family: 'league_spartanbold';
        color: #5E5E5E;
        line-height: 1.2;
    }


    .overview_web .outer_see_also {
        font-family: inherit;
        font-size: 24px;
        color: #4c4c4c;
        margin-bottom: 1rem;
        line-height: inherit;
    }


    .cus_timing {
        font-family: inherit;
    }

    .outer_slide_content h2 {
        font-size: 20px;
        color: #5E5E5E;
        font-family: inherit;
        margin-bottom: 1rem;
    }

    footer.new_footer ul li a h2 {
        color: inherit;
        font-family: inherit;
        font-size: inherit;
        margin: inherit;
    }

    .big_checkbox {
        width: 23px;
        height: 23px;
        position: relative;
        top: 2px;
    }


    input.big_checkbox[type="checkbox"]:after {
        width: 25px;
        height: 25px;
        font-size: 16px;
    }

    .big_checkbox + label {
        min-width: 115.5px;
    }



    .small_checbox_outer .rv_motorhome_insurance + label, .small_checbox_outer .atv_offroad_insurance + label {
        text-transform: unset !important;
    }

    .small_checbox_outer input[type="checkbox"] {
        position: relative;
        top: -1.5px;
    }

        .small_checbox_outer input[type="checkbox"] + label {
            position: relative;
            left: -4px;
        }
    /*li#recallLi > a:before, a#recallLi:before {
    content: "" !important;
    display: block !important;
    background: url(../images/recall-Warning.png) center center/contain no-repeat;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 50%;
    right: 3px;
    border-radius: 0;
    transform: translateY(-50%);
}*/

    .active_recall_alert > a:before {
        content: "" !important;
        display: block !important;
        background: url(../images/recall-Warning.png) center center/contain no-repeat !important;
        height: 20px !important;
        width: 20px !important;
        position: absolute !important;
        top: 50% !important;
        right: 3px !important;
        border-radius: 0 !important;
        transform: translateY(-50%);
    }



    .outer_checkbox .red_checkbox {
        position: relative;
        display: table;
        margin: 0 auto;
    }

        .outer_checkbox .red_checkbox input[type="checkbox"] {
            opacity: 0;
            height: 35px;
            width: 35px;
            z-index: 1;
            position: relative;
            cursor: pointer;
        }

            .outer_checkbox .red_checkbox input[type="checkbox"] + label {
                background: url('../images/red-unchecked.png') center center/contain no-repeat;
                width: 35px;
                height: 35px;
                position: absolute;
                top: 0;
                left: 0;
                margin: 0;
            }

            .outer_checkbox .red_checkbox input[type="checkbox"]:checked + label {
                background: url('../images/red-checked.png') center center/contain no-repeat;
                width: 35px;
                height: 35px;
                position: absolute;
                top: 0;
                left: 0;
                margin: 0;
            }

    .outer_checkbox .border_tips {
        font-family: "Arial", sans-serif;
        display: table;
        border: 1px solid #000;
        padding: 2px 5px;
        font-size: 20px;
        margin: 0 auto 20px auto;
        color: #000000;
    }


    .plus_tips h4 {
        font-family: 'Santa Fe LET' !important;
        color: #c82605 !important;
        text-align: center !important;
        margin-top: 5px !important;
        font-size: 55px !important;
        margin-bottom: 20px !important;
    }

    a.change_selection {
        font-weight: 700;
        font-family: 'Bree Serif', serif;
        font-size: 26px;
        display: table;
        margin: 15px auto 30px auto;
        letter-spacing: 1px;
    }

    .plus_tips {
        padding: 0 20px 0 0px;
    }

    .inner_footer .plus_tips {
        margin-bottom: 70px;
    }



    .ads_outer_div {
        padding: 0 24px;
    }

        .ads_outer_div .main_heading {
            padding-left: 0 !important;
        }

    .cus_ads_image {
        max-width: 422px;
        max-height: 251px;
        display: block;
        width: 100%;
        object-fit: contain;
    }

    .anchor_ads_img {
        display: table;
        margin: 0 auto;
    }

    .f_main {
        padding: 0 20px;
    }

    @media (min-width: 768px) {
        .cus_check_width {
            flex: 0 0 173px;
            max-width: 173px;
        }
    }


.right_part p.image {
    text-align: center;
}

.right_part table
{
    width:100%;
}

.right_part ul {
    list-style: disc;
    padding-left: 20px !important;
}

.right_part ol {
    list-style: decimal;
    padding-left: 20px !important;
}

.right_part ul li {
    list-style: disc !important;
}
.right_part ol li {
    list-style: decimal !important;
}

.payment_after {
    max-width: 750px;
    margin: 100px auto;
    text-align: center;
}

    .payment_after p {
        font-size: 30px !important;
    }
    .payment_after h3 {
        font-size: 30px;
        margin-bottom: 35px;
        margin-top: 35px;
        line-height: 47px;
    }

li.new_customize a {
    background-color: transparent !important;
    padding: 5px 10px !important;
    text-align: center;
    justify-content: center;
}

.deznav .metismenu > li.new_customize {
    background-color: #F8BA00 !important;
    margin-bottom: 5px;
    padding: 0 !important;
    border-bottom: 2px solid #ffffff;
    z-index: 9 !important;
}

    li.new_customize.active,
    .deznav .metismenu > li.new_customize:hover {
        background-color: #1697d8 !important;
    }

li.new_customize span.nav-text {
    font-size: 20px !important;
    padding: 0 !important;
}

li.new_customize .popover {
    margin-left: 0;
}

@media only screen and (max-width:1199px) {
    li.new_customize a:before {
        display: none;
    }

    .deznav .metismenu > li.new_customize a:after {
        display: none;
    }
    .deznav .metismenu > li.new_customize {
        border-top: 2px solid #ffffff;
    }
}