﻿
:root {
    --primary: #0093d0;
    --greyLight: #23adad e1;
    --greyLight-2: #cbe0dd;
    --greyDark: #2d4848;
    --sideWidth: 250px;
    --seTextColor: #032e5b;
    --seHeaderFontSize: 22px;
    --rightWidth: 310px;
    --rightWidthPbl: 400px;
}
@font-face {
    font-family: 'plusjakartasans-bold';
    src: url('../../fonts/plusjakartasans-bold.ttf') format('truetype');
}

@font-face {
    font-family: 'plusjakartasans-light';
    src: url('../../fonts/plusjakartasans-light.ttf') format('truetype');
}
@font-face {
    font-family: 'plusjakartasans-medium';
    src: url('../../fonts/plusjakartasans-medium.ttf') format('truetype');
}
@font-face {
    font-family: 'plusjakartasans-regular';
    src: url('../../fonts/plusjakartasans-regular.ttf') format('truetype');
}
@font-face {
    font-family: 'plusjakartasans-semibold';
    src: url('../../fonts/plusjakartasans-semibold.ttf') format('truetype');
}
@font-face {
    font-family: 'Poppins';
    src: url('../../fonts/Poppins-Regular.ttf') format('truetype');
}
.user_name_text {
    text-transform: uppercase;
    color: rgba(0,147,208,1);
    font-weight: bold;
    float: left;
}
.user_name_text i {
    font-size: 16px;
    margin-right: 5px;
}
.phone_icon {
    position: relative;
    padding-left: 50px !important;
    width: auto;
    float: right;
    font-weight:bold;
}
    .phone_icon li a {
        color: #000;
        text-decoration: none;
    }
    .phone_icon span:nth-child(1) {
        width: 30px;
        height: 30px;
        float: left;
        display: block;
        padding: 7px;
        border-radius: 50%;
        background-color: #0093d0;
        position: absolute;
        left: 12px;
        top: -5px !important;
    }
.full_width {
    width:100%;
    float:left;
    position:relative;
}
.top_menu_bar {
    width: 100%;
    float: left;
    height: 55px;
    padding: 8px 0px;
}
.code_btn,
.code_btn:hover,
.code_btn:focus {
    background-color: rgba(0,147,208,1);
    color: #fff;
    border-radius: 4px;
    padding: 4px 6px;
    text-decoration: none;
    font-size: 11px;
}
.quote_table_container tr th:last-child,
.quote_table_container tr td:last-child {
    text-align: right !important;
    padding-right: 30px !important;
}

.top_menu_shadow {
    box-shadow: 2px 2px 6px #ccc;
}
    .top_menu_bar .top_logo {
        max-width: 100%;
        max-height:100%;
        float: left;
    }
.top_menu_li {
    width: auto;
    float: right;
    list-style: none;
    margin-bottom: 0px;
}
    .top_menu_li li {
        display: inline-block;
        vertical-align: middle;
        font-family: Poppins;
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        padding: 8px 10px;
    }
        .top_menu_li li a {
            color: #000;
            text-decoration: none;
        }
            .top_menu_li li a.active,
            .top_menu_li li a:hover {
                color: #0093d0;
            }
        .phone_icon {
            position: relative;
            padding-left: 50px !important;
        }

            .phone_icon span:nth-child(1) {
                width: 30px;
                height: 30px;
                float: left;
                display: block;
                padding: 7px;
                border-radius: 50%;
                background-color: #0093d0;
                position: absolute;
                left: 12px;
                top: 3px;
            }
.phone_icon path {
    fill:#fff;
}
.help_text {
    color: #ccc !important;
    font-weight: normal;
}
.quote_inner .col-md-6:nth-child(1) {
    padding-right:0px;
    padding-left:0px;
}

.quote_inner .quote_offer_div_cont img {
    max-width: 55px;
    border: 1px solid rgba(0,147,208,1);
    border-radius: 50%;
}
.qodr_block {
    position: relative;
    background-color: #fff;
}
.qodr_block_inner {
    width: 450px;
    height: 415px;
}
.quote_offer_div_bg,
.quote_offer_div_cont {
    width: 400px;
    height: 415px;
}
.qod_block_height {
    width:100%;
    float:left;
    height:300px;
    overflow-x:hidden;
    overflow-y:auto;
}
/* width */
    .qod_block_height::-webkit-scrollbar {
        width: 5px;
    }

/* Track */
    .qod_block_height::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 5px;
    }

/* Handle */
    .qod_block_height::-webkit-scrollbar-thumb {
        background: rgba(0,147,208,1);
        border-radius: 5px;
    }

    /* Handle on hover */
        .qod_block_height::-webkit-scrollbar-thumb:hover {
            background: #555;
        }
.quote_offer_div_bg {
    position: absolute;
    background-color: #fff;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    padding: 50px;
    opacity: 0.7;
}
.quote_offer_div_cont {
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    padding: 30px;
    padding-right:unset;
}
    .quote_offer_div_cont h1,
    .qodr_block h1 {
        font-size: 22px;
    }

    .quote_offer_div_cont h1 {
        margin: 0px;
        font-family: Poppins;
        font-style: normal;
        font-weight: normal;
        color: rgba(3,46,91,1);
    }
.qod_block {
    width: 96%;
    float: left;
    margin-top: 18px;
    display: flex;
    border: 1px solid #0093d0;
    border-radius:10px;
}
.qod_image {
    width: 85px;
    float: left;
    text-align: left;
    display: flex;
    background-color: #0093d0;
    color: #fff;
    align-items: center;
    justify-content: center;
    border-radius: 10px 0px 0px 10px;
    font-size: 22px;
    text-align: center;
    line-height: 25px;
    font-weight: bold;
}
.history_top span {
    float: left;
}

.qod_head {
    width: calc(100% - 85px);
}
.qod_head {
    float: left;
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    color: rgba(3,46,91,1);
    padding-top: 8px;
}
.qod_text {
    width: 100%;
    float: left;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: rgba(3, 46, 91, 1);
    margin-top: -4px;
    padding-right: 20px;
    border-top: 1px solid #0093d0;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    padding: 5px;
}
.servc {
    width: 100%;
    float: left;
    padding-left: 10px;
    min-height: 25px;
}
    .servc span {
        width: auto;
        float: left;
        font-size: 14px;
        border-right: 1px solid;
        margin-right: 5px;
        padding-right: 5px;
    }
        .servc span:last-child {
            border-right:0px !important;
        }
        .qod_text span {
            font-family: Poppins;
            font-style: normal;
            font-weight: bold;
            font-size: 15px;
            color: rgba(0,147,208,1);
        }

.qodr_block_inner {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    padding: 0px 50px;
    font-family: Poppins;
}
.qodr_block h1 {
    margin: 0px;
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    color: rgba(3,46,91,1);
    text-align: center;
    margin-bottom: 25px;
}
.qodr_block .form-control {
    padding: 18px;
    padding-left: 45px;
    border: 1px solid #e1e1e1;
    box-shadow: none;
    margin-bottom: 15px;
}
.location_icon {
    position: absolute;
    width: 13.918px;
    height: 20.722px;
    left: 17px;
    top: 8px;
    overflow: visible;
}
    .location_icon svg:nth-child(1) {
        top: 4px;
        position: absolute;
        width: 7px;
        right: 3px;
    }
    .location_icon svg:nth-child(2) {
    }
    .location_icon svg {
        fill: rgba(217,217,217,1);
    }
.qodr_block button.btn {
    width: 100%;
    float: left;
    font-weight: bold;
    font-size: 12px;
    color: rgba(255,255,255,1);
    text-transform: uppercase;
    background-color: rgba(0,147,208,1);
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
    height: 39px;
}
.qodr_block .input-group button.btn {
    margin-top:0px;
    margin-left:0px;
}
.qodr_nor_text,
.qodr_nor_text_bottom {
    font-size: 12px;
    text-align: center;
}
.qodr_nor_text,
.qodr_nor_text_bottom {
    width: 100%;
    float: left;
    padding: 10px 0px;
    padding-bottom: 5px;
}

    .qodr_nor_text_bottom a {
        color: rgba(0,147,208,1);
        text-decoration:none;
    }
.qodr_sc_button button {
    margin-top: 0px !important;
    background-color: #fff !important;
    color: #686868 !important;
    text-transform: unset !important;
    font-weight: normal !important;
    padding: 8px !important;
    font-size: 14px !important;
    margin-bottom: 30px !important;
}
.btn_img {
    border: 0px !important;
    width: 15px;
    height: 15px;
    fill: rgba(82,122,233,1);
    margin-right: 5px;
}
button:hover {
    border-color: rgba(0,147,208,1) !important;
}
.qodr_footer {
    width: 100%;
    float: left;
    text-align:center;
    padding-top:0px;
}
    .qodr_footer a, .qodr_footer summary {
        width: 100%;
        text-align: center;
        color: #686868 !important;
        font-size: 9px;
        text-decoration: none;
        margin: 0px 10px;
        position: relative;
    }
        .qodr_footer a:nth-child(1):before {
            position: absolute;
            content: ".";
            right: -14px;
            color: rgba(3,46,91,1);
            font-size: 21px;
            bottom: -1px;
        }
.email_icon {
    position: absolute;
    width: 20px;
    left: 14px;
    fill: rgba(217,217,217,1);
    z-index: 9;
    top: 11px;
}
.otp_modal {
    width: 400px;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    height: 320px;
    font-family: Poppins;
    background-color: #fff;
    border: 1px solid #999;
    box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
}
.otp_modal .modal-content {
    border:0px;
    box-shadow:none;
}
.otp_modal .cus-body p {
    font-size: 12px !important;
    margin-bottom: 18px;
}
.otp_modal button.btn {
    width: 150px;
    float: left;
    font-weight: bold;
    font-size: 14px;
    color: rgba(255,255,255,1);
    text-transform: uppercase;
    background-color: rgba(0,147,208,1);
    padding: 8px;
    margin-top: 10px;
}
.otp_modal input {
    width: 150px;
    padding: 5px;
    border: 1px solid #0093d0;
    box-shadow: none;
    text-align: center;
    font-size: 16px;
    letter-spacing: 5px;
}

.otp_modal input::placeholder {
    font-size:22px;
    letter-spacing:5px;
}
.otp_modal .modal-footer {
    text-align:center;
}
.otp_modal_footer {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 8px;
    font-weight: bold;
    color: #3e3e3e;
}
.otp_modal_footer a {
    color: rgba(0,147,208,1);
}
.error_message {
    position:relative;
}
    .error_message .form-control {
        border-left: 3px solid rgba(228,33,39,1);
        box-shadow: 0px 1px 3px rgb(239 141 144);
    }
.error_text {
    display: none;
    position: absolute;
    left: -7px;
    font-size: 12px;
    color: rgba(228,33,39,1);
    top: unset;
    width: 500px;
    bottom: -2px;
}
.error_message .error_text {
    display: block;
}
.error_text img {
    width:24px;
    float:left;
}
.error_text span {
    display:block;
    width:auto;
    padding-top:3px;
    float:left;
}
.cus_db_inner {
    width: 100%;
    float: left;
    overflow-x: hidden;
    overflow-y: auto;
    font-family: Poppins;
}
.cdb_left_menu {
    width: 300px;
    float: left;
    height: 84vh;
    background-color: #fff;
    margin-top: 10px;
    position: sticky;
    top: 10px;
}
.cdb_right_block {
    width: calc(100% - 300px);
    float: left;
    padding-left: 35px;
    padding-top:10px;
}
.left_menu_ul {
    margin-top: 30px;
    padding-inline-start: 0px;
}
.left_menu_ul li {
    list-style:none;
}
    .left_menu_ul li a {
        padding: 10px;
        width: 100%;
        float: left;
        font-size: 13px;
        text-decoration: none;
        margin-right: 5px;
        padding-left: 50px;
        color: rgba(3,46,91,1);
        position: relative;
    }
    .left_menu_active,
        .left_menu_ul li a:hover {
            background-color: #f8f8f8;
            color: #0093d0 !important;
        }
        .left_menu_ul li a .fa-angle-right {
            position: absolute;
            right: 50px;
            top: 13px;
            display: none;
        }
        .left_menu_active .fa-angle-right,
        .left_menu_ul li a:hover .fa-angle-right {
            display: block !important;
            color: #0093d0;
        }

.left_menu_ul svg {
    margin-right: 10px;
}
.left_profile_block {
    width: 100%;
    float: left;
    padding: 20px 10px;
}
.lp_pic_block {
    width: 70px;
    float: left;
    height: 70px;
    position: relative;
    border-radius: 50%;
    overflow:hidden;
}
    .lp_pic_block img {
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        margin: auto;
        max-width: 100%;
        max-height: 100%;
        border-radius: 50%;
    }
.lp_block_info {
    width: calc(100% - 70px);
    float: left;
    padding-left: 10px;
}
    .lp_block_info div:nth-child(1) {
        width: 100%;
        float: left;
        font-size: 12px;
        padding-top: 20px;
    }
    .lp_block_info div:nth-child(2) {
        width: 100%;
        float: left;
        font-size: 18px;
        margin-top: -3px;
    }
.pic_update {
    width: 100%;
    float: left;
    background-color: #000;
    font-size: 7px;
    text-align: center;
    color: #fff !important;
    position: absolute;
    bottom: 0px;
    line-height: 7px;
    padding: 5px 0px;
    display: none;
    opacity: 0.7;
}
.lp_pic_block:hover .pic_update {
    display:block;
}
.cdb_right_block .form-control {
    border: 1px solid #e1e1e1;
    box-shadow: none;
    margin-bottom: 15px;
    height: 38px;
    padding-left: 18px;
}
.cdb_right_block .card {
    width:100%;
    float:left;
    background-color:#fff;
    min-height:200px;
    margin-top:35px;
}
.cdb_right_block .card-header {
    width: 100%;
    float: left;
    border-bottom: 2px solid #f5f7f8;
    padding: 15px 25px;
    font-size: 19px;
    text-transform: capitalize;
}
.cdb_right_block .card-body {
    width: 100%;
    float: left;
    padding: 15px 25px;
}
.cdb_field .form-group label {
    font-weight: normal;
    margin-bottom: 3px;
    color: #b3b3b3;
    font-size: 13px;
}
.btn_blue {
    background-color: rgba(0,147,208,1);
    color: #fff;
    padding: 10px 35px;
    border-radius: 0px;
}
    .btn_blue:hover {
        color:#fff;
    }
.btn_cyan {
    background-color: rgba(2,192,158,1);
    color: #fff;
    padding: 10px 35px;
    border-radius: 0px;
}

    .btn_cyan:hover {
        color: #fff;
    }
.btn_white {
    background-color: #fff;
    color: rgba(0,147,208,1);
    padding: 10px 35px;
    border-radius: 0px;
    border: 0px;
}

    .btn_white:hover {
        color: rgba(2,192,158,1);
        box-shadow:none;
        outline:none;
    }
    .cdb_right_block .card-body button {
        float: right;
    }
.notification_check {
    width: auto;
    float: left;
    cursor: pointer;
    font-weight: normal;
    margin-bottom: 10px;
}
    .notification_check input {
        float:left;
        margin-right: 5px;
        margin-top: 0px;
        height: 12px;
    }
    .notification_check span {
        width: auto;
        float: left;
        margin-top: -4px;
    }
.quote_table {
    width:100%;
    float:left;
    table-layout:fixed;
}
    .quote_table tr th {
        font-size: 15px;
        font-weight: 500;
        border-bottom: 0px !important;
    }
        .quote_table tr th:last-child,
        .quote_table tr td:last-child {
            text-align: center;
        }
    .quote_table tr td {
        line-height: 22px !important;
        border-top: 0px !important;
        padding: 12px 8px !important;
    }
    .quote_table tr td div {
        color: #b3b3b3;
    }
        .quote_table tr td:last-child div {
            color:unset;
        }
        .quote_table tr td div:first-child {
            color: rgba(3,46,91,1);
        }
.text_green {
    color: #22a845 !important;
}
.text_red {
    color: #ff0000 !important;
}
.quote_table tbody tr:hover {
    background-color: #f8f8f8;
}
.quote_table tbody tr {
    border-bottom:1px solid #f5f5f5;
}
.quote_table_padding {
    padding: 15px 0px !important;
}
.quote_table tr th:first-child,
.quote_table tr td:first-child {
    padding-left: 30px !important;
}





.quote_pagination {
    width: 100%;
    float: left;
}

.page {
    display: flex;
    justify-content: center;
    -webkit-user-select: none;
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    padding-inline-start: 0px;
}

.page_numbers, .page__btn, .page__dots {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    cursor: pointer;
}

.page__dots {
    width: 25px;
    height: 25px;
    color: var(--greyLight);
    cursor: initial;
}

.page_numbers {
    width: 25px;
    height: 25px;
    border-radius: 4px;
    font-size: 13px;
    margin: 0px 5px;
}

.page_numbers:hover {
    color: #0093d0;
    background: #e0eff5;
    font-weight: 600;
    border: 1px solid #e0eff5;
}

.page_numbers.active {
    color: #fff;
    background: var(--primary);
    font-weight: 600;
    border: 1px solid var(--primary);
}

.page__btn {
    color: var(--greyLight);
    pointer-events: none;
}

    .page__btn.active {
        color: var(--greyDark);
        pointer-events: initial;
    }

        .page__btn.active:hover {
            color: var(--primary);
        }
 

/*end style form pagination*/

.offer_item {
    width: 100%;
    float: left;
    border: 1px solid #e9e9e9;
    overflow: hidden;
    margin-bottom: 30px;
}
.offer_item_pic {
    width: 100%;
    float: left;
    height: 150px;
    position: relative;
    margin-bottom: 10px;
    background-color: #d5d5d5;
}
    .offer_item_pic img {
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        margin: auto;
        max-width: 100%;
        max-height: 100%;
    }
.offer_item_name {
    width: 100%;
    float: left;
    padding: 3px 15px;
}
.offer_item_price {
    width: 100%;
    float: left;
    padding: 3px 15px;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 14px;
    font-weight: 500;
}
.offer_item_exp {
    width: 100%;
    float: left;
    padding: 15px 15px;
    color: #b3b3b3;
}
.offer_item_footer {
    width: 100%;
    float: left;
}
.offer_item_footer .row {
    margin:0px;
}
.offer_item_footer .col-md-6 {
    padding:0px;
}
    .offer_item_footer button {
        width: 100%;
        padding: 10px 0px;
        text-align: center;
    }
.search_in_header {
    width: 250px;
    float: right;
}
    .search_in_header .form-control {
        border-color: #f5f7f8;
        margin-bottom: 0px;
        padding: 5px 10px;
        border-right: 0px;
    }
    .search_in_header button {
        border-color: #f5f7f8 !important;
        background-color: #fff;
        border-left: 0px;
        color: #d5d5d5;
        outline:0px;
        box-shadow:none;
    } 
    .search_in_header button:hover,
    .search_in_header button:focus {
        border-color: #f5f7f8 !important;
        background-color: #fff;
        border-left: 0px;
        color: #b3b3b3;
        outline:0px;
        box-shadow:none;
    }
.quote_table_container {
    width: 100%;
    float: left;
}
.cat_top {
    width: 100%;
    float: left;
    padding-top: 30px;
}
.cat_top img {
    width:100%;
}

.cus_db_inner nav > .nav.nav-tabs {
    width: 100%;
    float: left;
    padding: 0px 25px;
    border: 0px;
}

.cus_db_inner nav > div a.nav-item.nav-link {
    color: #032E5B;
}

    .cus_db_inner nav > div a.nav-item.nav-link,
    .cus_db_inner nav > div a.nav-item.nav-link.active {
        border: none;
        padding: 15px 0px;
        border-radius: 0;
        width: 100%;
        float: left;
        font-size: 20px;
        font-weight: 500;
        text-decoration: none;
        border-bottom: 1px solid #e1e1e1;
        border-top: 1px solid #e1e1e1;
    }

.cus_db_inner .tab-content {
    width: 100%;
    float: left;
}

.cus_db_inner nav > div a.nav-item.nav-link:hover,
.cus_db_inner nav > div a.nav-item.nav-link:focus {
    color: #0093D0;
}

.cat_count {
    width: 100%;
    float: left;
    color: #bfbfbf;
    font-size: 15px;
    font-weight: normal;
}

.cat_left_header {
    width: 100%;
    float: left;
    color: #ffffff;
    font-size: 25px;
    padding: 20px 25px;
    background-color: #0093d0;
    text-align: center;
}
.cat_left_header a {
    color:#fff;
}
.cdb_right_head {
    width: 100%;
    float: left;
    color: #032E5B;
    font-size: 25px;
    padding: 20px 0px;
    text-align: center;
    margin-top: 35px;
}

.cat_det_block {
    width: 100%;
    float: left;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
}

.cat_det_head {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #032E5B;
    padding: 15px 35px;
    padding-bottom: 5px;
    padding-top: 10px;
}

.cat_det_info {
    width: 100%;
    float: left;
    padding: 0px 30px;
    padding-bottom: 10px;
}

.cat_block_det {
    width: 100%;
    float: left;
    position: relative;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 15px;
    cursor: pointer;
}

    .cat_block_det input {
        position: absolute;
        top: 5px;
        right: 5px;
    }

.cat_block_det_img {
    width: 100%;
    float: left;
    text-align: center;
}

    .cat_block_det_img img {
        max-width: 50px;
    }

.cat_block_det_name {
    width: 100%;
    float: left;
    text-align: center;
    padding: 3px 0px;
    font-size: 13px;
    font-weight: 500;
    line-height: 13px;
}

.cat_block_det:hover,
.cat_active {
    background-color: #f8fdff;
    border-color: #f8fdff;
    box-shadow: 2px 2px 6px #ededed;
}

    .cat_block_det:hover .cat_block_det_name,
    .cat_active .cat_block_det_name {
        color: #0093D0;
    }


   /* custom checkbox style start*/
   
.cat_block_det label {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    height: 20px;
    right: 10px;
    position: absolute;
    top: 10px;
    width: 20px;
}

    .cat_block_det label:after {
        border: 2px solid #fff;
        border-top: none;
        border-right: none;
        content: "";
        height: 6px;
        left: 3px;
        opacity: 0;
        position: absolute;
        top: 4px;
        transform: rotate(-45deg);
        width: 12px;
    }

.cat_block_det input[type="checkbox"] {
    visibility: hidden;
}

    .cat_block_det input[type="checkbox"]:checked + label {
        background-color: #0093D0;
        border-color: #0093D0;
    }

        .cat_block_det input[type="checkbox"]:checked + label:after {
            opacity: 1;
        }

/*custom checkbox style end*/
.step-container {
    width: calc(100% - 229px);
    float: left;
}

    .cdb_right_block #prevButton,
    .step-container #prevButton {
        display: none;
    }

    .cdb_right_block #nextButton,
    .step-container #btnNext {
        float: right;
    }
@media (max-width:820px) {
    .quote_offer_div {
        height: unset !important;
        margin-top: 60px;
        padding-left: 0px;
    }
    .quote_offer_div_bg {
        display:none;
    }
    .quote_offer_div_cont {
        position: unset;
        background-color: #fff;
        opacity: 0.9;
        padding: 0px 50px;
        padding-right: 0px;
    }
    .qodr_block_inner {
        position: unset;
        height: unset;
    }
    .qodr_block {
        height:unset !important;
    }
    .cdb_left_menu {
        width: 100%;
        float: left;
        margin-top: 15px;
        position: unset;
        height: unset;
        z-index: 9;
        top: 0px;
    }
    .cus_db_inner nav > .nav.nav-tabs {
        padding:0px;
    }
    .cus_db_inner nav > div a.nav-item.nav-link, .cus_db_inner nav > div a.nav-item.nav-link.active {
        padding: 8px 0px;
        width: 33.333%;
        text-align: center;
        border: 1px solid #ccc;
    }
    .cdb_right_block {
        width:100%;
        padding-left:0px;
    }
    .cdb_right_head {
        padding: 10px 0px;
        margin-top:0px;
    }
    .cdb_right_block button.next,
    .step-container button.next {
        width: 100px;
    }
    .sr_left {
        width: 100%;
        position: sticky;
        top: 0px;
        background-color: #fff;
        z-index: 99;
    }
    .select-rooms-grid, .sr_grid_custom {
        width: 100%;
        padding: 0px;
        background-color: #fff;
    }
        .sr_grid_custom .room-frame {
            width: 100%;
            margin: 0px;
            margin-bottom: 10px;
            margin-top: 10px;
        }
    .sr_left_top_inner {
        min-height:unset;
    }
    .step-container_body {
        width: 100%;
        float: left;
    }
    #sidebar.sidebar {
        width: 100%;
        float: left;
        position: unset;
    }
    .sr_grid_custom .package-card {
        width: 94%;
        float: left;
        flex: unset;
        margin-bottom: 10px;
        box-shadow: 2px 2px 8px #ccc;
        margin-left: 3%;
    }
    .opt_features_table_container {
        width:100%;
    }
    .step-container {
        width: 100%;
    }
    #NextButton {
        float:right;
    }
    .modal-open .modal {
        overflow-x: hidden;
        overflow-y: auto;
        width: 100%;
        float: left;
        margin: 0px;
    }
}

@media (max-width:769px) {
    .cus_db_inner nav > .nav.nav-tabs {
            box-shadow: none;
            position: unset;
        }

        .quote_table tr th {
            width: 250px;
        }

        .quote_table_container {
            overflow-x: auto;
        }

        .cat_left_header {
            padding: 15px 25px;
        }


        .cat_det_info .col-md-3 {
            width: 50%;
            float: left;
        }
    }

    @media (max-width:500px) {
        .quote_offer_div_cont,
        .qodr_block_inner {
            width: 100%;
            padding: 0px 15px;
            padding-right: 0px;
        }
            .qodr_block_inner {
                padding-left:0px;
            }
        .qod_block_height {
            height:160px;
        }
        .quote_offer_div_cont {
            height:235px;
        }
        .qodr_block h1 {
            margin-bottom:0px;
        }
        .new_design .qodr_block h1 {
            line-height:unset;
        }



        .cat_block_det_img img {
            max-width: 55px;
        }

        .top_menu_li {
            padding-inline-start: 0px;
        }
            .top_menu_li li {
                padding: 10px 0px;
            }
      /*  .phone_icon span:nth-child(2) {
            display:none;
        }*/
        .phone_icon span:nth-child(1) {
            top:-6px;
        }
        .cus_db_inner .container {
            width: 100%;
            float: left;
        }

        .cdb_right_block {
            width: 100%;
            float: left;
            padding-left: 0px;
        }

        .search_in_header {
            width: 100%;
            float: right;
        }

        .quote_table tr th {
            width: 250px;
        }

        .quote_table_container {
            overflow-x: auto;
        }
    }

    .history_top .search_in_header {
        float: left;
        margin-left: 20px;
    }

        .history_top .search_in_header input {
            height: 32px;
        }

    .history_top .btn,
    .history_top .btn:hover,
    .history_top .btn:focus {
        float: right;
        background-color: #0093d0;
        color: #fff;
        outline: 0px;
        border: 0px;
        text-decoration: unset;
    }

.serviceItem .value{
    font-size:12px;
    color:#989898;
}
.serviceItem .name {
    font-size: 12px;
    color: #989898;
}
.new_design .quote_offer_div_cont {

}
.new_design .quote_offer_div_bg {
    border-radius: 15px 0px 0px 15px;
    opacity: 0.9;
}
.new_design .quote_offer_div_cont .col-md-6:nth-child(1) img {
    border: 0px;
}
.qodr_sub_header {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 30px;
    color: #8392a7;
}
.qodr_block h1 {
    font-size:28px;
    margin-bottom:8px;
}
.new_top_logo {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: -100px;
}
.new_top_logo img {
    max-width:100%;
    float:none;
}
.new_design .qodr_block .form-control {
    padding: 18px;
    padding-left: 20px;
    border: 0px solid #e1e1e1;
    box-shadow: none;
    margin-bottom: 15px;
    background-color: #f7f8fa;
}
.new_design .qodr_block_inner {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    padding: 0px 65px;
    font-family: Poppins;
}
.new_design .qodr_block_inner {
    max-width: 580px;
    height: 415px;
    width:unset;
}
.new_design .qodr_block .form-control,
.new_design .qodr_block button.btn {
    height: 55px;
}

.new_design .email_icon {
    left: unset;
    right: 50px;
    top: 19px;
}
.new_design .location_icon {
    left: unset;
    right: 15px;
    top: 16px;
}
.nh_block {
    width: 100%;
    float: left;
    text-align: right;
    padding: 20px;
    color: #042f5c;
}
    .nh_block svg {
        width: 15px;
        height: 15px;
        fill: #042f5c;
        float: right;
        margin-left: 8px;
        margin-top: 2px;
    }
.nh_block a {
    text-decoration:none;
}
.new_design .qodr_nor_text {
    position: relative;
    margin: 15px 0px 20px 0px;
}
    .new_design .qodr_nor_text:before {
        position: absolute;
        left: 0px;
        top: 2px;
        bottom: 0px px;
        width: 100%;
        height: 2px;
        content: "";
        background-color: #868686;
    }
    .new_design .qodr_nor_text span {
        position: absolute;
        left: 0px;
        top: -7px;
        bottom: 0px;
        right: 0px;
        width: max-content;
        margin: auto;
        background-color: #fff;
        padding: 0px 10px;
        color: #353535;
    }
.new_design .qod_text span {
    color: unset;
    font-size: unset;
    float:left;
}
.new_design .qod_head {
    padding-bottom: 3px;
    padding-top: 5px;
}
.offer_apply {
   float:right;
    color: #0093d0;
    position: relative;
    font-weight: 600 !important;
    text-decoration: none;
}
    .offer_apply:before {
        content: "";
        position: absolute;
        left: -10px;
        top: -11px;
        bottom: 0px;
        margin: auto;
        color: #032e5b;
        font-size: 20px;
    }
.new_design .quote_offer_div_cont h1,
.new_design .qod_head,
.new_design .qod_text span,
.offer_apply {
    font-weight: 500;
}
.new_design .qodr_footer {
    margin-top:30px;
}
    .new_design .qodr_footer summary {
        margin-top: 10px;
    }
.new_design .qodr_block h1 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 8px;
}
.new_design .qodr_footer a {
    font-weight: 500;
}
:root {
   
}
.se_container {
    width: 100%;
    float: left;
    color: var(--seTextColor) !important;
    font-size:14px;
    font-family:plusjakartasans-regular;
}
    .se_container a {
        color: var(--seTextColor) !important;
    }.se_container a.back_button {
        color: #fff !important;
    }
.se_left_menu {
    width: var(--sideWidth);
    float: left;
    border-right: 1px solid #e7e7e7;
    position: relative;
    background-color: #fff;
}
.se_left_logo {
    width: 100%;
    float: left;
    text-align: center;
    padding: 20px 0px;
}
.se_l_m_header {
    width: 100%;
    float: left;
    font-size: var(--seHeaderFontSize);
    font-weight: 500;
    padding-left: 20px;
    margin-top: 20px;
}
    .se_l_m_header a {
        text-decoration: none;
        cursor: pointer;
        font-family: plusjakartasans-medium;
    }
    .sel_m_menu {
        width: 100%;
        float: left;
        list-style-type: none;
    }
    .sel_m_menu li {
        width:100%;
        float:left;
        padding-top:20px;
    }
.se_main_container {
    width: calc(100% - var(--sideWidth));
    float: left;
    padding: 0px 20px;
    height: 100vh;
    padding-bottom: 60px;
    position: relative;
    padding-top:20px;
}
    .se_main_height {
        width: calc(100% - var(--sideWidth));
        float: left;
        background-color: #fcfcfc;
    }
.sel_m_menu li a {
    cursor:pointer;
    position:relative;
    text-decoration:none;
}
    .sel_m_menu li a:before {
        content: '';
        position: absolute;
        left: -15px;
        top: -1px;
        bottom: 0px;
        margin: auto;
        width: 5px;
        height: 5px;
        background-color: var(--seTextColor);
        transform: rotate(45deg);
    }
   
    .sel_m_menu li a:hover {
        color: #0093d1;
        text-decoration: unset;
      
    }
        .sel_m_menu li a:hover:before {
            background-color: #0093d1;
        }
.se_main_header {
    width: 100%;
    float: left;
    font-size: var(--seHeaderFontSize);
    font-weight: 500;
    padding-left: 20px;
    margin-top: 30px;
    margin-bottom: 10px;
    font-family: plusjakartasans-medium;
}
.se_indv_block {
    width: 100%;
    float: left;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 1px 2px 0px #0000000F, 0px 1px 3px 0px #0000001A;
    display: flex;
    align-items: center;
    height: 80px;
    cursor: pointer;
    font-weight: normal;
    position: relative;
}
.serv_check {
    width: 100%;
    float: left;
    padding: 0px 20px;
}
.sei_img {
    width: 25%;
    float: left;
    text-align: center;
}
.sei_img img {
   width:25px;
}
.sei_name {
    width: 75%;
    float: left;
    padding-right: 35px;
}
.serv_check input[type=checkbox] {
    display: none;
}
    .pack_block_cont input[type=radio]:checked + .pack_block,
    .serv_check input[type=checkbox]:checked + .se_indv_block {
        background-color: #e8f8ff;
        /*border: 1px solid #0093d0;*/
    }
    .serv_check input[type=checkbox]:checked + .se_indv_block .sei_name {
        color: #0193cf;
    }
#portfolio .scale-anm {
    -webkit-transition: all 350ms ease;
    transition: all 100ms ease;
}
.cus_chk {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    height: 22px;
    width: 22px;
    right: 10px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
}
.serv_check input[type=checkbox]:checked + .se_indv_block .cus_chk {
    border: 2px solid #0093d0;
}
.serv_check input[type=checkbox]:checked + .se_indv_block .cus_chk:after {
    opacity: 1;
}
.cus_chk:after {
    border: 2px solid #0093d0;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 3px;
    opacity: 0;
    position: absolute;
    top: 4px;
    transform: rotate(-45deg);
    width: 12px;
}
.help_link {
    float: right;
    font-size: 12px;
}
    .help_link svg {
        width: 14px;
        height: 14px;
        fill: #042f5c;
        float: right;
        margin-left: 8px;
        margin-top: 2px;
    }
.note_block {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 25px;
    margin-top: 15px;
}
.note_block_header {
    width: 100%;
    float: left;
    font-size:var(--seHeaderFontSize);
}
.note_block_text {
    width: 100%;
    float: left;
    padding-top: 5px;
}
.left_help_block {
    width: calc(100% - 30px);
    float: left;
    position: absolute;
    bottom: 25px;
    left: 15px;
    border: 1px solid #F2F4F7;
    background-color: #F2F4F7;
    text-align: center;
    padding: 15px;
    border-radius: 15px;
}
    .left_help_block svg {
        position: absolute;
        top: -115px;
        left: 15px;
    }
    .lhb_head {
        width: 100%;
        float: left;
        font-size: var(--seHeaderFontSize);
    }
.lhb_text {
    width: 100%;
    float: left;
    color: #8197AD;
    padding: 5px 0px 15px;
    font-size: 14px;
}
.round_button,
.round_button:hover,
.round_button:focus {
    width: 100%;
    float: left;
    background-color: #000;
    color: #fff !important;
    font-size: 12px;
    border-radius: 20px;
    padding: 10px 5px;
}


.se_container a.round_button,
.se_container a.round_button:hover,
.se_container a.round_button:focus {
    color: #fff !important;
}

.left_r_menu {
    list-style: none;
    width: 100%;
    float: left;
    padding-inline-start: 20px;
}
    .left_r_menu li {
        width: 100%;
        float: left;
        padding-bottom: 15px;
        font-size: 14px;
    }
        .left_r_menu li a {
            text-decoration: unset;
            float: left;
            position: relative;
        }
        .left_r_menu li a.selected,
        .left_r_menu li a:hover {
            color: #0093D0 !important;
        }
            .left_r_menu li a.selected {
                padding-left: 25px;
                position: relative;
                font-weight: bold;
            }
                .left_r_menu li a.selected:before {
                    content: '➤';
                    position: absolute;
                    color: #71cbd2;
                    left: -5px;
                    padding: 0px 5px;
                    font-size: 18px;
                    top: -3px;
                }

                .left_r_menu li a.completed {
                    color: #0093D0 !important;
                    font-weight: bold;
                    padding-left: 25px;
                }
            .left_r_menu li a.completed:before {
                content: '\2713';
                position: absolute;
                color: white;
                left: 0px;
                background-color: #71cbd2;
                width: 20px;
                height: 20px;
                border-radius: 50%;
                padding: 0px 5px;
            }
            .remove_cupon {
                top: -3px !important;
                left: unset !important;
                right: -5px !important;
                background-color: #fff;
            }
        .remove_cupon,
        .left_r_menu li svg {
            cursor: pointer;
            width: 15px;
            height: 15px;
            margin-top: 0px;
            float: left;
            margin-left: 5px;
            transition: 0.5s;
            border: 1px solid #d71920;
            border-radius: 50%;
            padding: 2px;
        }
    .remove_cupon path,
    .left_r_menu li svg path {
        stroke: #d71920 !important;
    }
    .remove_cupon:hover,
    .left_r_menu li svg:hover {
        transform: rotate(90deg);
    }
.ar_right {
    width: var(--rightWidth);
    float: left;
    border-left: 1px solid #e7e7e7;
    background-color: #fff;
    overflow-y:auto;
}
.ar_right_cont {
    width: 100%;
    float: left;
    padding: 0px 20px;
}
.back_button {
    background-color: #8e8e8e;
    border: 1px solid #8e8e8e;
    font-weight: bold;
    margin-right: 10px;
    float: left;
    color: #fff;
    padding: 4px 8px;
    font-size: 22px;
    line-height: 0px;
}
    .cont_block .green_button,
    .cont_block .green_button:hover,
    .cont_block .green_button:focus,
    .back_button:hover,
    .back_button:focus,
    .back_button:active {
        background-color: #8e8e8e !important;
        color: #fff;
    }
.serv_add_button {
    width: auto;
    float: left;
    text-decoration: none;
    margin-left: 20px;
}

.field_flex {
    display: flex;
    margin-bottom: 0px;
}
.ts_top_header {
    white-space: nowrap;
    font-family: plusjakartasans-medium;
    font-weight: 400;
    font-size: 14px;
    padding: 5px 10px;
}
a.serv_add_button,
a.serv_add_button:hover {
    color: #fff !important;
}
    .serv_add_button i {
        font-size: 19px;
        margin-top: -2px;
    }
    .ar_middle {
        width: calc(100% - var(--rightWidth));
        float: left;
        padding-top: 20px;
    }
.ar_middle_container {
    width: 100%;
    float: left;
    padding: 0px 20px;
    height: calc(100vh - 80px);
    overflow-y: auto;
    transition:2s ease;
}
    .ar_middle_container ul {
        border-bottom: 1px solid #CDD5DE;
    }
    .ar_middle_container li a {
        text-decoration: none;
        border-radius: 0px;
        font-weight: 500;
        font-family: plusjakartasans-medium;
        color: #8197AD !important;
    }
    .ar_middle_container li.active a,
    .ar_middle_container li.active a:hover {
        background-color: unset !important;
    }
    .ar_middle_container li a:hover {
        background-color: unset !important;
    }
        .ar_middle_container li.active a,
        .ar_middle_container li.active a:hover,
        .ar_middle_container li a:hover {
            color: #032E5B !important;
        } 
        .ar_middle_container li.active a:before,
        .ar_middle_container li.active a:hover:before,
        .ar_middle_container li a:hover:before {
            position: absolute;
            content: "";
            width: 100%;
            height: 3px;
            background-color: #0093D0;
            bottom: 0px;
            left: 0px;
            border-radius: 100px 100px 0px 0px;
        }
.sa_container {
    width: 100%;
    float: left;
    padding-top:5px;
}
.se_header_block {
    width: 100%;
    float: left;
}
.sa_header {
    width: auto;
    float: left;
    font-size: 20px;
    font-weight: 600;
    padding-top:5px;
}
.sa_header,
.sa_srch_con,
.sa_srch_add {

}
    .sa_header span {
        color: #0093D0;
    }
.sa_srch_con_width {
    width:100%;
    float:left;
    padding:0px 20px;
}
.sa_srch_con {
    width: auto;
    float: left;
}
    .sa_srch_con .input-group {
        width: 100%;
        border-radius: 100px;
        overflow: hidden;
        max-width: 500px;
        float:right;
        box-shadow: 2px 2px 8px #ededed;
    }
        .sa_srch_con .input-group .form-control {
            border: 0px;
            outline: 0px;
            box-shadow: none;
            height: 40px;
            padding-left: 25px;
        }
.se_container input::placeholder {
    color: #032E5B;
    opacity: 1;
    opacity:50%;
}
    .sa_srch_con button,
    .sa_srch_con button:hover,
    .sa_srch_con button:focus,
    .sa_srch_con button:active {
        background-color: #fff;
        border: 0px;
        outline: 0px;
        box-shadow: none;
        height: 40px;
        padding: 6px 18px;
    }
        .sa_srch_con button svg {
            margin-top: 4px;
        }
        .sa_srch_add {
            width: auto;
            float: right;
        }

.peel_button_blue_new,
.peel_button_blue_new:focus,
.peel_button_blue_new:active {
    background-color: #0093D0;
    color: #fff;
    border: 0px;
    outline: none;
    box-shadow: none;
    height: 40px;
    padding: 6px 18px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
}
    .peel_button_blue_new:hover {
        background-color: #047bad;
        color: #fff;
    }
.peel_button_blue,
.peel_button_blue:focus,
.peel_button_blue:active {
    background-color: rgba(0,147,208,1);
    color: #fff;
    border: 0px;
    outline: none;
    box-shadow: none;
    height: 40px;
    padding: 6px 18px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
}

        .peel_button_blue:hover {
            background-color: #1a740e;
            color: #fff;
        }
.peel_button_grey,
.peel_button_grey:focus,
.peel_button_grey:active {
    background-color: #8e8e8e;
    color: #032E5B;
    border: 0px;
    outline: none;
    box-shadow: none;
    height: 40px;
    padding: 6px 18px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
}

    .peel_button_grey:hover {
        background-color: #6c6c6c;
        color: #fff;
    }
.peel_button_white,
.peel_button_white:focus,
.peel_button_white:active {
    background-color: #fff;
    float:left;
    color: #032E5B;
    border: 0px;
    outline: none;
    box-shadow: none;
    height: 40px;
    padding: 6px 18px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    gap: 5px;
    border: 1px solid #CDD5DE;
    font-family: plusjakartasans-semibold;
    font-size:12px;
}
    .peel_button_white:hover {
        background-color: #F2F4F7;
        border: 1px solid #CDD5DE !important;
        color: #032E5B;
    }
    .peel_button_white svg {
        width: 13px;
        height: 13px;
    }
                .sa_srch_add button path,
                .sa_srch_add button circle {
                    stroke: #fff;
                }
.sa_ib_container {
    width: 100%;
    float: right;
    padding-top: 30px;
}
#loadlineitems {
    display: flex;
    flex-wrap: wrap;
}
.sa_ib_block {
    width: 100%;
    float: right;
    box-shadow: 0px 1px 3px 0px #0000001A, 0px 1px 2px 0px #0000000F;
    background-color: #fff;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 25px;
}
.sa_ib_left {
    width: calc(100% - 124px);
    float: left;
    padding-right: 15px;
}
.sa_ib_right {
    width: 124px;
    min-height: 124px;
    float: left;
    position: relative;
}
    .sa_ib_right img {
        max-width:100%;
        max-height:100%;
        position:absolute;
        top:0px;
        bottom:0px;
        left:0px;
        right:0px;
        margin:auto;
    }
.sa_ib_menu {
    position: absolute;
    right: -22px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    width: 24px;
    height: 24px;
}
    .sa_ib_menu .sa_delete svg {
        width: 15px;
        height: 15px;
    } .sa_ib_menu .sa_delete path {
       stroke:#d71920;
    }
    .sa_ib_menu .dropdown-toggle,
    .sa_ib_menu .dropdown-toggle:hover,
    .sa_ib_menu .dropdown-toggle:focus,
    .sa_ib_menu .dropdown-toggle:active {
        padding: 0px;
        background-color: transparent;
        border: 0px;
        line-height: unset;
        border-radius: unset;
        width: 24px;
        height: 24px;
        outline: none;
        box-shadow: none !important;
    }
        .sa_ib_menu .dropdown-toggle:hover path {
            stroke: #0093D0;
        }
        .sa_ib_menu .dropdown-menu {
            left: unset;
            right: 21px;
            width: 126px;
            min-width: unset;
            border: 0px;
            top: 0px;
            margin:0px;
            padding:0px;
        }
        .sa_ib_menu .dropdown-menu li {
            margin:0px;
            font-size:14px;
        }
            .sa_ib_menu .dropdown-menu li a {
                padding: 10px 15px;
                font-size: 12px;
                color: #032E5B !important;
                font-weight: bold;
            }
                .sa_ib_menu .dropdown-menu li a svg {
                    margin-right: 5px;
                    margin-top: 2px;
                    float: left;
                }
                .sa_ib_menu .dropdown-menu li a:hover {
                    color: #0093D0 !important;
                    background-color: #F2F4F7 !important;
                }
                    .sa_ib_menu .dropdown-menu li a:hover svg path {
                        stroke: #0093D0;
                    }
                    .sa_ib_menu .dropdown-menu li a:hover:before {
                        display: none;
                    }
.sa_ib_header {
    width: 100%;
    float: left;
    font-size: 18px;
    font-family: plusjakartasans-medium;
    position: relative;
    padding-left: 18px;
}
                    .sa_ib_header .room_rename {
                        position:absolute;
                        top:0px;
                        left:0px;
                    }
                        .sa_ib_header .room_rename i,
                        .sa_ib_header .room_rename svg {
                            width: 16px;
                            height: 16px;
                            margin-top: 5px;
                            float: left;
                            color: #0093D0;
                        }
                            .sa_ib_header .room_rename svg path {
                                stroke: #0093D0;
                            }
                            .sa_ib_header input {
                                border: 0px;
                            }
                        .sa_ib_header input:disabled {
                            background-color: #fff;
                        }
.sa_ib_text {
    width: 100%;
    float: left;
    color: #8197AD;
    padding: 12px 0px;
    font-size: 12px;
}
.sa_ib_button {
    width: 100%;
    float: left;
}
.cnt_block {
    width: auto;
    float: right;
    padding-top: 6px;
}
.cnt_remove,
.cnt_add {
    width: 15px;
    height: 15px;
    float: left;
    box-shadow: 0px 0px 2px 0px #00000040;
    border-radius: 50%;
    line-height: 0px;
    text-align: center;
    margin-top: 8px;
    padding-top: 2px;
}
    .cnt_remove:hover,
    .cnt_add:hover {
        background-color: #efefef;
    }
    .cnt_text {
        float: left;
        font-size: 20px;
        font-family: plusjakartasans-medium;
        padding: 0px 5px;
    }
.cnt_add {

}
.sa_header_big {
    width: 100%;
    float: left;
    font-size: 25px;
    font-weight: 600;
    padding-top: 5px;
    margin-bottom: 20px;
}
.faq_container {
    width: 100%;
    float: left;
    padding: 10px 0px;
    padding-bottom: 0px;
}
.sum_header {
    width: 100%;
    float: left;
    font-family: plusjakartasans-medium;
    font-size: 14px;
    padding: 10px 0px;
    padding-bottom:1px;
}
.sum_grey,
.sum_white,
.sum_white_no_border {
    width: 100%;
    float: left;
    background-color: #F2F4F7;
    border: 1px solid #CDD5DE;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.sum_white {
    background-color:#fff;   
}
    .sum_white.selected {
        background-color: #F2F4F7;
    }
.sum_white_no_border {
    background-color: #fff;
    border: 0px;
    padding: 0px;
}
.sum_big_info {
    width: 100%;
    float: left;
    color: #8197AD;
}
    .sum_big_info tr:nth-child(1) td {
        color: #032E5B;
        font-weight: bold;
    }

    .sum_big_total {
        width: 100%;
        float: left;
        font-weight: bold;
    }
    .sum_big_info tr td,
    .sum_small_info tr td,
    .sum_big_total  tr td {
        padding: 5px 0px;
    }
.sum_calculation tr td {
    font-weight: bold;
    color: #032E5B;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.sum_small_info {
    width: 100%;
    float: left;
    color: #8197AD;
}
.sum_big_info tr td:nth-child(3),
.sum_small_info tr td:nth-child(2) {
    text-align: right;
}
.sum_info_bottom tr:last-child {
    font-weight: bold;
    color: var(--seTextColor) !important;
    font-size:16px;
}
.sum_cpon {
    width: 100%;
    float: left;
}
.cpon_block {
    width: 150px;
    float: left;
    font-weight: bold;
    font-size: 12px;
    position:relative;
}
    .cpon_block svg {
        position: absolute;
        left: 7px;
        top: 14px;
    }
    .cpon_block .form-control {
        border: 1px solid #CDD5DE;
        height: 45px;
        border-radius: 10px;
        box-shadow: none;
        padding-left: 25px;
        text-transform: uppercase;
        letter-spacing: 0.7px;
    }
.cupon_applied_text {
    border: 0px;
    background-color: unset;
    float: right;
    font-size: 10px;
    color: #2ca01c;
    margin-top: 14px;
    /*cursor: pointer;*/
    letter-spacing: 0.5px;
    font-weight:bold;
}
.sum_cpon button {
    border: 0px;
    background-color: unset;
    float: right;
    font-size: 10px;
    color: #8197AD;
    margin-top: 14px;
    cursor: pointer;
    letter-spacing: 0.5px;
}
.sum_bot_chk {
    width: 100%;
    float: left;
    margin-top: 30px;
}
.sum_bot_chk label {
    font-size:12px;
    margin-bottom:0px;
    cursor:pointer;
}
    .sum_bot_chk input {
        float: left;
        margin-right: 8px;
        margin-top: 2px;
    }
.sum_bot_text {
    width: 100%;
    float: left;
    color: #8197AD;
    font-size: 12px;
    padding: 10px 0px;
}
.asg_chk_holder {
    width: 22px;
    height: 22px;
    float: left;
    position: relative;
}
    .asg_chk_holder input[type=checkbox] {
        display:none;
    }
    .asg_chk_holder input[type=checkbox]:checked + .cus_chk:after {
        opacity: 1;
    }
    .asg_chk_holder input[type=checkbox]:checked + .cus_chk {
        border: 2px solid #0093d0;
    }
    .ar_middle_button_full {
        width: 100% !important;
    }
.ar_middle_button {
    width: calc(100% - var(--sideWidth));
    float: left;
    padding: 10px 20px;
}
    .ar_middle_button button,
    .ar_middle_button button:hover,
    .ar_middle_button button:focus {
        float: right;
        padding: 6px 100px;
        font-family: 'plusjakartasans-bold';
        font-weight: 700;
        letter-spacing: 1px;
    }

.ar_middle_button_service {
    width: 100%;
    float: left;
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
        .ar_middle_button_service button,
        .ar_middle_button_service button:hover,
        .ar_middle_button_service button:focus {
            float: none;
            padding: 6px 100px;
            font-family: 'plusjakartasans-bold';
            font-weight: 700;
            letter-spacing: 1px;
        }
.msg_box_custom_big_add,
.msg_box_custom_big,
.msg_box_custom_big_otp,
.msg_box_custom {
    width: 100%;
    float: left;
    position: fixed;
    left: 0px;
    top: 0px;
    height: 100vh;
    z-index: 999999;
    display: none;
    font-family: 'Open Sans', sans-serif;
}
   
    .msg_box_custom_big_otp {
        display: unset !important;
    }
        .msg_box_custom_big_otp .msg_box_block {
            height: 720px;
            width:515px;
        }
    .msg_box_custom_bg {
        width: 100%;
        float: left;
        background-color: #000;
        opacity: 0.5;
        height: 100vh;
    }
body .modal-backdrop.fade.in {
    display:block !important;
}
.modal-backdrop.fade.in ~ .modal-backdrop {
    display: none !important;
}
.loading_cont .msg_box_custom_bg {
    opacity: 0.8;
}
.msg_box_block {
    width: 425px;
    float: left;
    height: 250px;
    background-color: #fff;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    border-radius: 20px;
}
.msg_box_header {
    width: 100%;
    float: left;
    color: #032E5B;
    text-align: center;
    font-size: 24px;
    padding: 40px;
    margin-top: 30px;
}
.otp_info_text {
    width:100%;
    float:left;
    text-align:center;
    padding:20px;
}
.msg_box_button {
    width: 100%;
    float: left;
    text-align: center;
}
    .msg_box_button button,
    .msg_box_button button:hover,
    .msg_box_button button:active,
    .msg_box_button button:focus {
        display: unset;
        padding: 6px 45px;
    }
        .msg_box_button button {
            margin-right:15px;
        }
            .msg_box_button button:nth-child(2) {
                margin-right:0px;
            }
.msg_close_link_big,
.msg_close_link_add,
.msg_close_link_otp,
.msg_close {
    position: absolute;
    right: 10px;
    top: 35px;
}
.msg_box_custom_big .msg_box_block {
    max-width: 513px;
    float: left;
    height: fit-content;
    color: #032E5B;
    width: auto;
    max-height: 100vh;
    overflow: auto;
}
.msg_box_custom_big_add .msg_box_block {
    max-width: 513px;
    float: left;
    height: fit-content;
    color: #032E5B;
    width: auto;
    max-height: 100vh;
    overflow: auto;
}
.msg_box_custom_big_add .pb_left {
    display:flex;
    align-items:center;
}
.msg_box_custom_big_add .pb_left_amt {
    font-size: 16px;
    line-height: 22px;
}
.msg_box_header_big {
    width: 100%;
    float: left;
    color: #032E5B;
    text-align: center;
    font-size: 24px;
    margin-top: 0px;
    text-align: left;
    padding: 30px;
    padding-bottom: 0px;
}
.pack_block_cont_outer {
    width: 100%;
    float: left;
    padding:15px 30px;
    padding-bottom:0px;
}
    .pack_block_cont_outer input[type=number]::-webkit-outer-spin-button,
    .pack_block_cont_outer input[type=number]::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }
    .pack_block_cont {
        width: 100%;
        float: left;
        margin-bottom: 10px;
    }
.pack_block_cont_outer .pack_block_cont:last-child {
    margin-bottom: 0px;
}
.pack_block_cont .pk_chk_hide {
    display: none;
}
    .pack_block_cont input[type=radio]:checked + .pack_block .cus_pk_chk:after {
        opacity: 1;
    }
.cus_pk_chk {
    background-color: #fff;
    border: 2px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    height: 22px;
    width: 22px;
    right: 10px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
}


.pack_block_cont input[type=radio]:checked + .pack_block .cus_pk_chk {
    border: 2px solid #0093d0 !important;
}
.cus_pk_chk:after {
    content: "";
    height: 6px;
    left: 2px;
    opacity: 0;
    position: absolute;
    top: 2px;
    width: 14px;
    height: 14px;
    background-color: #0093d0;
    border-radius: 50%;
}
.pack_block {
    width: 100%;
    float: left;
    position: relative;
    display: flex;
    box-shadow: 0px 1px 2px 0px #0000000F, 0px 1px 3px 0px #0000001A;
    margin-bottom: 0px;
    border-radius: 15px;
    overflow: hidden;
    cursor: pointer;
}
.se_indv_block:hover,
.pack_block:hover {
    background-color: #e8f8ff;
}
.pb_left {
    width: 145px;
    float: left;
    background-color: #032E5B;
    color: #fff;
    padding: 16px;
}
.pb_left_head {
    width: 100%;
    float: left;
    padding: 10px;
    font-family: 'plusjakartasans-medium';
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.3px;
    text-align: center;
    padding-bottom: 0px;
    line-height: 24px;
}
.pb_left_amt {
    width: 100%;
    float: left;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
}
.pb_right {
    width: calc(100% - 145px);
    float: left;
    padding: 15px;
    padding-left: 25px;
}
.pb_right_text {
    width: 100%;
    float: left;
    font-size: 12px;
    color: #032E5B;
    font-family: 'plusjakartasans-regular';
    font-weight: 400;
    margin-bottom: 8px;
    position:relative;
    padding-right:20px;
}
.pack_block_cont_outer .pack_block_cont:nth-child(2n) .pb_left {
    background-color: #0093D0;
}
.pack_block_cont_outer .pack_block_cont:nth-child(3n) .pb_left {
    background-color: #70CBD2;
}
.pb_right_text:before {
    content: url(../../images/dalworth/new/menu.png);
    position: absolute;
    left: -13px;
    top: 0px;
}
.cf_table {
    width:100%;
    float:left;
}
.cf_table tr td {
    padding:5px 0px;
}
    .cf_table tr td label {
        margin-bottom: 0px;
        font-weight: normal;
        cursor: pointer;
    }
        .cf_table tr td label input {
            margin-right: 10px;
            margin-top: 0px;
        }
        .cf_table tr td:nth-child(2) {
            text-align: right;
            font-family: plusjakartasans-bold;
        }
.pk_button_div {
    width: 100%;
    float: left;
    text-align: center;
    padding: 35px 0px;
}
    .pk_button_div button,
    .pk_button_div button:hover,
    .pk_button_div button:focus {
        float: none;
        margin: auto;
        font-size: 16px;
        height: 52px;
        width: 198px;
        text-align: center;
        display: unset;
    }
.contact_block,
.send_msg_button {
    display: none;
}
    .contact_block .se_header_block {
        margin-top:8px;
    }
.cont_header {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    padding: 20px;
    border-bottom: 1px solid #CDD5DE;
}
.cont_block {
    width: 100%;
    float: left;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0px 1px 2px 0px #0000000F,0px 1px 3px 0px #0000001A;
    margin-top:20px;
    margin-bottom:20px;
}
.cont_header,
.cont_inner {
    padding: 20px 30px;
}
.cont_inner {
    width: 100%;
    float: left;
}
.as_sug_table {
    width: 100%;
    float: left;
    min-width: 650px;
}
    .as_sug_table tr td,
    .as_sug_table tr th {
        padding:10px 15px;
        border:1px solid #ccc !important;
    }
        .as_sug_table tr td:nth-child(1) input {
            margin-right: 5px;
            float: left;
            cursor: pointer;
        }
        .ai_header {
            width: 100%;
            float: left;
            font-family: plusjakartasans-medium;
            font-weight: 400;
            margin-bottom: 5px;
        }
.cont_inner .form-control {
    border: 1px solid #CDD5DE;
    box-shadow: none;
    border-radius: 10px;
    padding: 25px 20px;
}
.cont_inner .form-group {
    
}
.cont_inner textarea.form-control {
    resize:none;
}
.se_device_menu {
    display:none;
}
.se_main_menu {
    width:100%;
    float:left;
}
.msg_box_custom_big_add .pack_block_cont:nth-child(even) .pb_left {
    background-color: #0093D0 !important;
}
.msg_box_custom_big_add .pack_block_cont:nth-child(odd) .pb_left {
    background-color: #70CBD2 !important;
}
.msg_box_custom_big_add .pb_right {
    display: flex;
    align-items: center;
}
.sa_ib_block .sum_white {
    margin-top: 15px;
    padding: 0px;
    border: 0px;
    border-top: 1px solid #CDD5DE;
    border-radius: 0px;
    padding-top: 5px;
}


.checkbox-wrapper-15 .cbx {
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
}

.checkbox-wrapper-15 .cbx span {
    display: inline-block;
    vertical-align: middle;
    transform: translate3d(0, 0, 0);
}

    .checkbox-wrapper-15 .cbx span:first-child {
        position: relative;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        transform: scale(1);
        vertical-align: middle;
        border: 1px solid #B9B8C3;
        transition: all 0.2s ease;
    }

        .checkbox-wrapper-15 .cbx span:first-child svg {
            position: absolute;
            z-index: 1;
            top: 8px;
            left: 6px;
            fill: none;
            stroke: white;
            stroke-width: 2;
            stroke-linecap: round;
            stroke-linejoin: round;
            stroke-dasharray: 16px;
            stroke-dashoffset: 16px;
            transition: all 0.3s ease;
            transition-delay: 0.1s;
            transform: translate3d(0, 0, 0);
        }

        .checkbox-wrapper-15 .cbx span:first-child:before {
            content: "";
            width: 100%;
            height: 100%;
            background: #506EEC;
            display: block;
            transform: scale(0);
            opacity: 1;
            border-radius: 50%;
            transition-delay: 0.2s;
        }

    .checkbox-wrapper-15 .cbx span:last-child {
        margin-left: 8px;
    }

        .checkbox-wrapper-15 .cbx span:last-child:after {
            content: "";
            position: absolute;
            top: 8px;
            left: 0;
            height: 1px;
            width: 100%;
            background: #B9B8C3;
            transform-origin: 0 0;
            transform: scaleX(0);
        }

.checkbox-wrapper-15 .cbx:hover span:first-child {
    border-color: #3c53c7;
}

.checkbox-wrapper-15 .inp-cbx:checked + .cbx span:first-child {
    border-color: #3c53c7;
    background: #3c53c7;
    animation: check-15 0.6s ease;
}

    .checkbox-wrapper-15 .inp-cbx:checked + .cbx span:first-child svg {
        stroke-dashoffset: 0;
    }

    .checkbox-wrapper-15 .inp-cbx:checked + .cbx span:first-child:before {
        transform: scale(2.2);
        opacity: 0;
        transition: all 0.6s ease;
    }

.checkbox-wrapper-15 .inp-cbx:checked + .cbx span:last-child {
    color: #B9B8C3;
    transition: all 0.3s ease;
}

    .checkbox-wrapper-15 .inp-cbx:checked + .cbx span:last-child:after {
        transform: scaleX(1);
        transition: all 0.3s ease;
    }

@keyframes check-15 {
    50% {
        transform: scale(1.2);
    }
}
.otp_image {
    width: 100%;
    float: left;
    text-align: center;
    padding: 55px 0px;
}
.otp_image img {
    width:195px;
}
.top_head_center {
    text-align: center;
    padding: 50px;
    padding-bottom: 0px;
}
.otp_enter_block {
    width:100%;
    float:left;
}
.otp_enter_text {
    width: 100%;
    float: left;
    text-align: center;
    color: #032E5B;
    font-family: 'plusjakartasans-semibold';
    /* font-weight: 400; */
    font-size: 12px;
    padding: 5px 30px;
}
    .otp_enter_text span,
    .otp_enter_text a {
        color: #0093D0 !important;
        text-decoration: none;
        margin-left:5px;
    }
.otp_enter_field {
    width: 100%;
    float: left;
    display: flex;
    gap: 10px;
    padding: 20px 78px;
    margin-bottom: 30px;
}
    .otp_enter_field .form-control {
        background-color: #e3e3e3;
        border: 1px solid #e3e3e3;
        border-radius: 10px;
        color: #032E5B;
        width: 43px;
        height: 43px;
        box-shadow: none;
        text-align: center;
    }

.msg_box_custom_loader {
    width: 100%;
    float: left;
    position: fixed;
    left: 0px;
    top: 0px;
    height: 100vh;
    z-index: 999999;
   /* display:none;*/
}
    .msg_box_custom_loader .msg_box_custom_bg {
        background-color: #a9a9a9;
    }
.cs-preloader_in {
    width: 150px;
    height: 150px;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
    border-width: 3px;
    border-style: solid;
    border-radius: 50%;
    border-color: #d0cec6;
    background-color: #fff;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
}
    .cs-preloader_in img {
        max-width: 122px;
        height: auto;
        display: inline-block;
    }
.help_device {
    display:none;
}
.msg_box_custom_big_otp .top_head_center {
    padding-left:10px !important;
    padding-right:10px !important;
}
.cs-preloader_in:after {
    content: '';
    border-width: 3px;
    border-style: solid;
    border-color: transparent;
    border-top-color: #0e8388;
    border-radius: 50%;
    position: absolute;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    left: 50%;
    top: 50%;
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    margin-left: -75px;
    margin-top: -75px;
}
    @keyframes spin {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }
        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }

.cart_menu_ar {
    float:right;
}
.custom_input_group {
    width:200px;
}
    .custom_input_group input {
        width: calc(100% - 40px);
        float: left;
        border-radius: 4px 0px 0px 4px;
    }
    .custom_input_group .input-group-btn {
        width:40px;
        float:left;
    }
.as_block {
    width: 100%;
    float: left;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin-bottom: 10px;
}
.as_block_header {
    width: 100%;
    padding: 5px 10px;
    background-color: #f4f5f8;
    font-size: 15px;
    font-weight: 600;
    border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    border-bottom: 2px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.as_calender {
    width:100%;
    float:left;
    table-layout:fixed;
    min-width:650px;
}
    .as_calender tr td,
    .as_calender tr th {
        border:1px solid #ccc !important;
        padding:10px 15px !important;
        text-align:center;
        vertical-align:middle !important;
    }
.date_button {
    border-radius:50%;
}
    .date_button:hover,
    .date_button:focus,
    .date_button:active,
    .date_button.btn_active {
        background-color: rgba(0,147,208,1) !important;
        color: #fff;
    }
.as_calender tr th {
    background-color: #e4fafb;
}
    .as_block_info {
        width: 100%;
        float: left;
        padding: 10px;
        overflow:auto;
    }
.as_month_name {
    font-size: 15px;
    font-weight: 600;
}
.device_overflow {
    overflow:hidden;
}
.snb_home {
    width: 100%;
    float: left;
    text-align: center;
    display: flex;
    justify-content: center;
    border-radius: 10px;
    align-items: center;
    margin-top: 150px;
}
@media(max-width:950px) {
    .as_calender {
        min-width:unset;
        font-size:12px;
    }
        .as_calender tr td, .as_calender tr th {
            padding:8px 0px !important;
        }
    .date_button {
        padding: 5px 8px;
    }
        .custom_body_style {
            width: 100%;
            float: left;
            overflow: auto;
        } 
    .pb_left {
        width:115px;
    }
    .msg_box_custom_big_add .pb_left_amt {
        font-size:14px;
    }
    .ar_left_menu_cart_bg {
        position: fixed;
        background-color: #000;
        width: 100%;
        height: 100%;
        opacity: 0.5;
        display: none;
    }
    .ar_middle {
            width: 100%;
        }
        .ar_middle_button {
            width: 100%;
            float: left;
        }
        .top_menu_bar .top_logo {
            width: unset;
            height: 35px;
            float: left;
        }
    .ar_right {
        position: fixed;
        right: 0px;
        overflow: auto;
        background-color: #fff;
        height: calc(100% - 50px) !important;
        box-shadow: 2px 2px 8px #ccc;
        padding-top: 15px;
        z-index: 9;
        display:none;
    }
        .quote_offer_div {
            display: none;
        }

    .new_design .qodr_block_inner {
        height: unset;
        max-width: unset;
        position: unset;
        padding:0px;
    }

    .new_top_logo {
        margin-top: 0px;
    }
    .se_left_menu {
        height: unset !important;
        width: 100%;
        position: sticky;
        top: 0px;
        z-index: 99;
        border-right: 0px;
        border-bottom: 1px solid #ccc;
    }
    .se_main_height {
        width: 100%;
        height: calc(100vh - 55px) !important;
        position:relative;
    }
    .msg_box_custom_big_otp .msg_box_block {
        height: 100vh;
        width: 100%;
    }
    .otp_block {
        width: unset !important;
    }
    .otp_enter_field {
        padding: 20px 5px;
        gap: 0px;
        justify-content: center;
    }
    .cont_header, .cont_inner {
        padding: 10px 10px;
    }
    .ar_middle_container {
        height: unset;
        min-height: 500px;
    }
    .pb_left_amt {
        font-size:18px;
    }
    .se_main_container {
        width: 100%;
        height: unset !important;
        position: relative;
    }
    .se_left_logo {
        width: 160px;
        position: absolute;
        left: 0px;
        right: 0px;
        top: 0px;
        bottom: 0px;
        margin: auto;
        padding: 7px;
    }
    .se_left_logo img {
       width:100%;
    }
    .left_help_block {
        display:none;
    }
    .left_help_block svg {
        display: none;
    }
    .lhb_head {
        font-size:14px;
    }
    .lhb_text {
        padding: 5px 0px 5px;
        font-size:9px;
    }
    .msg_box_custom_big_add, .msg_box_custom_big, .msg_box_custom_big_otp, .msg_box_custom {
        height:100%;
    }
    .msg_box_custom_big_add .msg_box_block {
        max-height: unset;
        position:fixed;
    }
    .ar_left_menu_style .left_help_block svg {
        display: none;
    }
    .sf_container {
        width: 100%;
        float: left;
        height: calc(100% - 73px);
        overflow: auto;
    }
    .msg_close_link_big, .msg_close_link_add, .msg_close_link_otp, .msg_close {
        z-index: 99;
    }
    .msg_box_header_big {
        position: sticky;
        top: 0px;
        background-color: #fff;
        z-index: 9;
    }
    .add_room_container {
        width: 100%;
        float: left;
        height: calc(100% - 140px);
        overflow: auto;
    }
    .msg_box_custom_bg {
        height:100%;
    }
    .msg_box_custom_big .msg_box_block {
        height: 100%;
        max-height:unset;
        position:fixed;
    }
    .pk_button_div {
        padding: 10px 0px;
    }
        .pk_button_div button, .pk_button_div button:hover, .pk_button_div button:focus {
            margin-bottom:10px;
        }
        .ar_left_menu_style .left_help_block {
            display: block;
            padding: 5px;
            border: 1px solid #ccc;
        }
    .se_device_menu {
        width: 100%;
        float: left;
        display: block;
        padding: 15px 20px;
    }
    .se_main_menu {
        display: none;
        position: absolute;
        background-color: #fff;
        z-index: 9;
        box-shadow: 2px 2px 8px #ccc;
        top: 51px;
        width: calc(100% - 20px);
        left: 10px;
        border: 1px solid #0093D0;
        border-radius: 10px;
    }
    .se_l_m_header {
        border-bottom: 1px solid #ccc;
        margin-top: 5px;
        padding-left: 15px;
        font-size: 20px;
        padding-bottom: 5px;
    }
    .sel_m_menu {
        padding-inline-start:35px;
    }
        .sel_m_menu li {
            padding-top: 10px;
        }
    .se_main_header .help_link {
        display:none;
    }
    .se_main_header {
        padding-left: 0px;
        margin-top: 5px;
        margin-bottom: 10px;
    }
    .serv_check {
        padding:0px 0px;
    }
   /* .se_container {
        height: 100vh;
        overflow: auto;
    }*/
    .note_block {
        width: 100%;
        float: left;
        margin-left: 0px;
        margin-top:0px;
    }
    .se_device_menu .dropdown-menu li {
        margin:0px;
        font-size:14px;
    }
        .se_device_menu .dropdown-menu li a {
            text-decoration:none;
        }
    .se_device_menu .dropdown-menu {
        width: 100%;
        border: 0px;
        border-radius: 0px;
    }
    .se_device_menu .dropdown {
        width: auto;
        float: left;
        position:unset;
    }
    .left_r_menu {
      margin-bottom:0px;
    }
    .serv_add_button {
        width: auto;
        float: left;
        text-decoration: none;
        margin-left: 20px;
        height: 30px !important;
    }
    .ar_left_menu_bg {
        position: fixed;
        background-color: #000;
        width: 100%;
        height: 100%;
        opacity: 0.5;
        display: none;
        top:0px;

    }
    .ar_left_menu_style {
        position: fixed;
        background-color: #fff;
        height: 100%;
        width: 250px;
        box-shadow: 2px 2px 8px #ccc;
        padding-top: 15px;
        display: none;
        top: 0px;
        left: 0px;
    }
       
    .ar_left_device .help_link {
        display:none;
    }
    .help_device {
        position: absolute;
        right: 5px;
        top: 18px;
    }
}
.couponapplybtn {
    border: 1px solid #ccc !important;
    background-color: #2ca01c !important;
    color: #fff !important;
    border-radius: 4px;
    padding: 0px;
    margin-top: 10px !important;
    width: calc(100% - 155px);
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 10px;
}
.coupon_text_info {
    width: 100%;
    float: left;
    color: #d71920;
    font-size: 12px;
    padding: 5px 0px;
}
.cont_inner #Note {
    padding-top:10px;
}
.sum_info_block {
    width: 100%;
    float: left;
    position: relative;
    min-height: 100px;
}
    .sum_info_block .sum_header {
        position: absolute;
        top: -10px;
        padding: 2px 6px;
        width: auto;
        background-color: #fff;
        border: 1px solid #CDD5DE;
        border-radius: 4px;
        left: 20px;
        font-size: 12px;
    }