/*@font-face {
    font-family: Gellix;
    font-family: 'Gellix-Bold';
    font-family: 'Gellix-SemiBold';
    font-family: 'Gellix-Regular';
    src: url('../font/Gellix-Bold.ttf') format('truetype');
    src: url('../font/Gellix-SemiBold.ttf') format('truetype');
    src: url('../font/Gellix-Regular.ttf') format('truetype');
}*/
@import url('https://fonts.cdnfonts.com/css/gellix?styles=49882,49883,49886,49887,49878,49879,49880,49881,49884,49885,49874,49875,49876,49877,49872,49873');

:root {
    --normal-font: 400;
    --semiBold-font: 600;
    --bold-font: 700;
    --primary-color: #1D2844;
    --secondary-color: #F47896;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --white: #fff;
}

html {
    scroll-behavior: smooth;
    line-height: 1.7rem;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "Gellix", sans-serif !important;
    margin: 0 !important;
    font-size: 14px !important;
    font-weight: var(--normal-font) !important;
    color: var(--primary-color) !important;
    padding: 0px;
    overflow-x: hidden;
    /*overflow: scroll;*/
}


.body-regular {
    font-size: 16px;
    font-weight: var(--normal-font);
    color: var(--primary-color);
    margin-top: 5px;
}

.margin-padding {
    margin: 0px;
    padding: 0px;
}

.p-0 {
    padding: 0px;
}

/*Start Registration*/

.color {
    color: var(--primary-color) !important;
}

.ml-9 {
    margin-left: 9px;
}
.pdt-5 {
    padding-top:5px;
}

.services-registration {
    background: #F2EEE7 !important;
    border: 2px solid #F2EEE7;
}
/*End Registration*/
.mr-10 {
    margin-right: 10px;
}

a {
    color: var(--primary-color);
    text-decoration: none;
}

    a:hover {
        color: var(--primary-color);
        text-decoration: none;
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Gellix", sans-serif !important;
}

h3 {
    font-weight: 500 !important;
    font-size: 1.75rem !important;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.section-title-info {
    align-items: center;
    padding-bottom: 16px;
}

.padding-t-4 {
    padding-top: 4px;
}

.float-right {
    float: right;
}

p {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
}

.table-benifits {
    width: 25% !important;
    padding: 24px !important;
}

.table-benifits-content {
    padding: 24px !important;
    text-align: left !important;
}

.table-others-head {
    width: 15% !important;
    padding: 24px !important;
    text-align: center !important;
}
.table-head-nowrap {
    text-wrap:nowrap;
}
.table-pd-24 {
    padding: 24px !important;
    text-align: center !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

/*.pTag {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: thin;
}*/
.div-hide{
    display:block;
}
.div-show {
    display: none;
}
@media(max-width:900px) {
    .div-hide {
        display: none !important;
    }
    .div-show {
        display: block !important;
    }
}
    /*Buttons*/
.btn-brand {
    font-weight: var(--semiBold-font);
    font-size: 16px;
    font-weight:600;
    letter-spacing: 1px;
    padding: 13px 24px;
    border-radius: 24px;
    line-height: 1;
    border: 0;
    white-space: nowrap;
    min-width: auto;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .btn-brand-secondary {
        font-weight: var(--semiBold-font);
        font-size: 16px;
        display: inline-block;
        padding: 13px 24px 13px 24px;
        border-radius: 24px;
        line-height: 1;
        border: 0;
        white-space: nowrap;
        min-width: 144px;
        height: 48px;
    }

    .btn-brand-secondary-small {
        font-weight: var(--semiBold-font);
        font-size: 12px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 5px 12px 12px 12px;
        border-radius: 24px;
        line-height: 1;
        border: 0;
        white-space: nowrap;
        width: 144px;
        height: 30px;
    }

.download-small {
    font-weight: var(--semiBold-font);
    font-size: 12px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px;
    border-radius: 24px;
    line-height: 1;
    border: 0;
    white-space: nowrap;
    min-width: 100px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .btn-submit-pay {
        font-weight: var(--semiBold-font);
        font-size: 16px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 12px 24px 12px 20px;
        border-radius: 24px;
        line-height: 1;
        border: 0;
        white-space: nowrap;
        width: 155px;
        height: 48px;
    }

.btn-account-order {
    font-weight: var(--semiBold-font);
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px;
    border-radius: 24px;
    line-height: 1;
    border: 0;
    white-space: nowrap;
    width: 265px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .btn-login {
        font-weight: var(--semiBold-font);
        font-size: 16px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 16px 24px 12px 55px;
        border-radius: 24px;
        line-height: 1;
        border: 0;
        white-space: nowrap;
        width: 161px;
        height: 48px;
    }

.btn-confirmation {
    font-weight: var(--semiBold-font) !important;
    font-size: 16px !important;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px;
    border-radius: 24px !important;
    line-height: 1 !important;
    border: 0;
    white-space: nowrap;
    width: 190px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.primary {
    background-color: var(--primary-color);
    color: #fff;
    border: 2px solid var(--primary-color);
}

    .primary:hover {
        background-color: #F47896;
        color: var(--primary-color);
        border: 2px solid #F47896;
    }

    .secondary {
        border: 2px solid #1D2844;
        color: var(--primary-color);
    }

        .secondary:hover {
            border: 2px solid #F47896;
            color: var(--primary-color);
        }

    .secondary-small {
        border: 2px solid #BACCE2;
        color: var(--primary-color);
    }

        .secondary-small:hover {
            border: 2px solid #F47896;
            color: var(--primary-color);
        }
.download-small1 {
    border: 2px solid #BACCE2;
    color: var(--primary-color);
}

    .download-small1:hover {
        border: 2px solid #F47896;
        color: var(--primary-color);
    }

    .primary-wb {
        border: 2px solid #F47896;
    }

    .btn-icon-right {
        height: 24px;
        width: 24px;
        margin-left: 10px !important;
    }
.btn-icon-left {
        height: 24px;
        width: 24px;
        margin-right: 10px;
    }

    .add-icon {
        height: 16px;
        width: 16px;
        color: var(--primary-color);
    }

    .btn-add {
        font-family: "Gellix", sans-serif;
        font-weight: var(--semiBold-font);
        font-size: 16px;
        letter-spacing: 1px;
        display: inline-block;
        border-radius: 24px;
        line-height: 1;
        white-space: nowrap;
        width: 75px;
        height: 30px;
        border: 2px solid #BACCE2;
    }

        .btn-add:hover {
            font-family: "Gellix", sans-serif;
            font-weight: var(--semiBold-font);
            font-size: 16px;
            letter-spacing: 1px;
            display: inline-block;
            border-radius: 24px;
            line-height: 1;
            white-space: nowrap;
            width: 75px;
            height: 30px;
            border: 2px solid var(--primary-color);
        }

    .btn-remove {
        font-family: "Gellix", sans-serif;
        font-weight: var(--semiBold-font);
        font-size: 16px;
        letter-spacing: 1px;
        display: inline-block;
        border-radius: 24px;
        line-height: 1;
        white-space: nowrap;
        width: 110px;
        height: 30px;
        border: 2px solid #BACCE2;
    }

        .btn-remove:hover {
            font-family: "Gellix", sans-serif;
            font-weight: var(--semiBold-font);
            font-size: 16px;
            letter-spacing: 1px;
            display: inline-block;
            border-radius: 24px;
            line-height: 1;
            white-space: nowrap;
            width: 110px;
            height: 30px;
            border: 2px solid var(--primary-color);
        }
    /*Buttons*/

    /*Check-box and radio button*/
    .checkbox {
        height: 24px;
        width: 24px;
    }

    .card-body {
        color: var(--primary-color) !important;
        
    }
.payment-method-border {
    border:1px solid #D6E2EB;
}
    .icon {
        font-size: 24px;
        padding-bottom: 6px;
        color: #8395BE;
        align-items: center;
    }

    .alert-icon {
        align-items: center;
    }

    span {
        /*font-size: 16px;
    font-weight: var(--normal-font);*/
    }

    .pd-0 {
        padding: 0;
    }

    .mt-15 {
        margin-top: 15px;
    }

    #main {
        height: 100%;
        width: 100%
    }

    .mb-64 {
        margin-bottom: 64px;
    }

    #left {
        position: fixed;
        overflow-y: auto;
        /* min-height:1000px; */
    }

    #right {
        position: absolute;
        overflow: hidden;
        min-height: 100%;
    }

    .your-account-mb-3 {
        margin-bottom: 3px;
    }

    .mb-40 {
        margin-bottom: 40px;
    }
    .mbo-4 {
        margin-bottom: 4px;
    }

    .mb-42 {
        margin-bottom: 42px;
    }

    .mb-53 {
        margin-bottom: 53px;
    }

    .mb-172 {
        margin-bottom: 172px;
    }

    .fw-600 {
        font-weight: 600;
    }

    .mb-0 {
        margin-bottom: 0px;
    }

    .color-primary {
        color: var(--primary-color);
    }

    .mb-24 {
        margin-bottom: 24px !important;
    }

    .mb-20 {
        margin-bottom: 20px;
    }

    .mb-21 {
        margin-bottom: 21px !important;
    }

    .mb-32 {
        margin-bottom: 32px !important;
    }

    .mt-48 {
        margin-top: 48px !important;
    }

    .mb-74 {
        margin-bottom: 74px !important;
    }

    .selectedBorder {
        border: 2px solid #1D2844 !important;
    }
.selectedIncludedBorder {
    border: 2px solid #BACCE2!important;
    background-color: #D6E2EB !important;
}

    .pl-0 {
        padding-left: 0px !important;
    }

    .pl-18 {
        padding-left: 18px;
    }

    @media screen and (max-width: 900px) {
        .pl-18 {
            padding-left: 0px !important;
        }
    }

    .pr-0 {
        padding-right: 0px !important;
    }

    .selectedBorderOccupation {
        border: 2px solid #1D2844 !important;
    }

    .selectedBorderDd {
        border: 2px solid #1D2844 !important;
        border-radius: 6px !important;
    }

    .selectedLabelOccupation {
        font-weight: 600 !important;
    }

    .selectedLabelTurnover {
        font-weight: 600 !important;
    }

    .selectedBorderPeople {
        border: 2px solid #1D2844 !important;
    }

    .selectedLabelPeople {
        font-weight: 600 !important;
    }
    /*--------------------------------------------------------------
# Stepper
--------------------------------------------------------------*/

    .progress-new {
        height: 32px;
    }

        .progress-new .left span {
            color: var(--primary-color);
            font-weight: var(--semiBold-font);
            font-size: 16px;
            display: inline-block;
        }

            .progress-new .left span label {
                color: #64749D;
                font-weight: var(--semiBold-font);
                font-size: 16px;
                display: inline-block;
            }

        .progress-new .right span {
            color: var(--primary-color);
            font-weight: var(--semiBold-font);
            font-size: 16px;
            display: inline-block;
        }

            .progress-new .right span label {
                color: #64749D;
                font-weight: var(--semiBold-font);
                font-size: 16px;
                display: inline-block;
            }

        .progress-new .p-left {
            padding-left: 12px
        }

    @media screen and (max-width: 1199px) {
        .progress-new .p-left {
            padding-left: 0px
        }
    }

    @media screen and (max-width:900px) {
        .progress-new .p-left {
            padding-left: 0px
        }
    }

    @media screen and (max-width: 1199px) {
        .progress-new .right span label {
            color: #64749D;
            font-weight: var(--semiBold-font);
            font-size: 14px;
            display: inline-block;
            padding-right: 0px;
        }

        .progress-new .left span {
            color: var(--primary-color);
            font-weight: var(--semiBold-font);
            font-size: 14px;
            display: inline-block;
        }

        .progress-new .right span {
            color: var(--primary-color);
            font-weight: var(--semiBold-font);
            font-size: 14px;
            display: inline-block;
        }

            .progress-new .right span label {
                color: #64749D;
                font-weight: var(--semiBold-font);
                font-size: 14px;
                display: inline-block;
            }
    }

    @media screen and (max-width: 900px) {
        .progress-new .left span {
            color: var(--primary-color);
            font-weight: var(--semiBold-font);
            font-size: 14px ;
            display: inline-block;
        }

            .progress-new .left span label {
                color: #64749D;
                font-weight: var(--semiBold-font);
                font-size: 14px;
                display: inline-block;
            }

        .progress-new .right span {
            color: var(--primary-color);
            font-weight: var(--semiBold-font);
            font-size: 14px;
            display: inline-block;
        }

            .progress-new .right span label {
                color: #64749D;
                font-weight: var(--semiBold-font);
                font-size: 14px;
                display: inline-block;
            }
    }

    .progress-bar {
        width: 0px;
        background-color: var(--primary-color)
    }
    /*
.Stepper-text {
    color: var(--primary-color);
    font-weight: var(--bold-font);
    font-size: 16px;
    display: inline-block;
}*/
    .Stepper-text span {
        display: inline-block;
        margin-left: 4px;
    }

    /*--------------------------------------------------------------
# Banner Title
--------------------------------------------------------------*/
    .banner-title {
        color: #64749D;
        font-size: 44px;
        line-height: 1;
        margin-bottom: 0px;
        font-family: 'Gellix';
        font-style: normal;
        font-weight: 700;
    }

    @media screen and (max-width: 600px) {
        .boxedRadio label {
            width: 95% !important;
        }
        .banner-title {
            font-size: 24px !important;
        }

        .banner-sub-title {
            font-size: 14px !important;
        }

        .pay-by-phone {
            font-size: 18px !;
        }

        .pay-by-phone-text {
            font-size: 16px !important;
        }

            .pay-by-phone-text a {
                font-size: 16px !important;
            }

        .thanks-card .order-total {
            font-size: 20px;
        }

            .thanks-card .order-total #lblOrderTotal {
                font-size: 20px;
            }
    }

    .banner-subtitle {
        color: var(--primary-color) !important;
        font-size: 44px !important;
        line-height: 100% !important;
        margin-bottom: 5px !important;
        font-weight: 700 !important;
        margin-bottom: 0px !important;
    }

    @media screen and (max-width: 600px) {
        .banner-subtitle {
            color: var(--primary-color);
            font-size: 40px;
            line-height: 1;
            font-weight: 600;
            font-size: 24px !important;
            line-height: 120%;
        }
    }



    /*--------------------------------------------------------------
# Banner Title
--------------------------------------------------------------*/
    /*--------------------------------------------------------------
# Right Card
--------------------------------------------------------------*/


    .card {
        border: 2px !important solid rgba(0,0,0,.125);
    }

    #rOccupation_1161 .card-occupation {
        height: 95px !important;
    }
    /*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
    #preloader {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 9999;
        overflow: hidden;
        background: var(--primary-color);
    }

        #preloader:before {
            content: "";
            position: fixed;
            top: calc(50% - 30px);
            left: calc(50% - 30px);
            border: 6px solid var(--primary-color);
            border-top-color: #fff;
            border-bottom-color: #fff;
            border-radius: 50%;
            width: 60px;
            height: 60px;
            -webkit-animation: animate-preloader 1s linear infinite;
            animation: animate-preloader 1s linear infinite;
        }

    @-webkit-keyframes animate-preloader {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }

    @keyframes animate-preloader {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }

    .right-bottom {
        text-align: center;
        margin-top: 15px;
        width: 410px;
    }

    @media screen and (max-width: 1399px) {
        .right-bottom {
            text-align: center;
            margin-top: 15px;
            width: 350px;
        }
    }

    @media screen and (max-width: 1199px) {
        .right-bottom {
            text-align: center;
            margin-top: 15px;
            width: 290px;
        }
    }


    .right-arrow {
        width: 24px;
        height: 24px;
        color: #8395BE;
        margin: 8px;
    }

    @media screen and (max-width: 1000px) {
        .right-bottom {
            text-align: center;
            margin-top: 15px;
            width: 100%;
        }
    }

    .mb-80 {
        margin-bottom: 80px !important;
    }

    h6 {
        font-size: 20px;
        font-weight: var(--bold-font);
        line-height: 28px;
        color: var(--primary-color);
        padding-bottom: 10px;
    }

    .title {
        font-size: 16px;
        font-weight: var(--bold-font);
        line-height: 12px;
        color: var(--primary-color);
    }

    .sub-title {
        font-size: 14px;
        font-weight: var(--bold-font);
        line-height: 12px;
        color: var(--primary-color);
    }

    .alert-text {
        font-size: 12px;
        letter-spacing: 0.5px;
    }

    .margin {
        margin: 20px;
    }

    @media screen and (max-width: 600px) {
        .margin {
            margin: 0px;
        }
    }

    /*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
    .back-to-top {
        position: fixed;
        visibility: hidden;
        opacity: 0;
        right: 15px;
        bottom: 15px;
        z-index: 996;
        background: #47b2e4;
        width: 40px;
        height: 40px;
        border-radius: 50px;
        transition: all 0.4s;
    }

        .back-to-top i {
            font-size: 24px;
            color: #fff;
            line-height: 0;
        }

        .back-to-top:hover {
            background: #6bc1e9;
            color: #fff;
        }

        .back-to-top.active {
            visibility: visible;
            opacity: 1;
        }


    .btn-next {
        height: 48px !important;
        font-family: "Gellix", sans-serif;
        font-weight: var(--bold-font);
        font-size: 14px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 12px 32px;
        border-radius: 24px;
        line-height: 1;
        color: #fff;
        margin-top: 6px;
        margin-bottom: 60px;
        background-color: var(--primary-color);
        float: right;
        border: none;
    }

    .btn-prev {
        font-family: "Gellix", sans-serif;
        font-weight: var(--bold-font);
        font-size: 14px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 12px 32px;
        border-radius: 24px;
        transition: 0.3s;
        line-height: 1;
        color: var(--primary-color);
        border-color: 2px solid var(--primary-color);
        -webkit-animation-delay: 0.8s;
        animation-delay: 0.8s;
        margin-top: 6px;
        border: 2px solid;
        margin-bottom: 24px;
        background-color: #fff;
    }

    .form-horizontal {
        display: block;
        width: 75%;
        margin: 0 auto;
    }

    /*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
    #header {
        transition: all 0.5s;
        z-index: 997;
        padding: 70px 15px 17px 15px;
    }

    @media screen and (max-width: 600px) {
        #header {
            transition: all 0.5s;
            z-index: 997;
            padding: 40px 0px;
        }
    }

    .wl-header {
        height: 95px;
    }

        .wl-header .jc {
            justify-content: space-between;
        }

    .me-auto {
        margin-bottom: 0px;
    }

    @media screen and (max-width: 600px) {
        .wl-header {
            height: 150px;
        }
    }

    @media screen and (max-width: 600px) {
        .padding-bottom {
            padding-bottom: 40px !important;
        }
    }

    .padding-bottom {
        padding-bottom: 0px;
    }

    .logo a {
        background: url('../../../Assets/images/logo/Qdos%20logotype_STEEL_RGB.svg') no-repeat;
        float: left;
        height: 25px;
        width: 70px;
        margin-bottom: -3px;
        position: relative;
        z-index: 10;
        background-size: 70px 24px;
    }

    #header .semibold {
        font-family: 'Gellix';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 140%;
        color: var(--primary-color)
    }

    #header .logo a {
        color: var(--primary-color);
    }

    #header .logo img {
        max-height: 40px;
    }

    #navbar a {
        color: var(--primary-color);
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 140%;
        text-decoration: none;
        float: right;
    }

    a {
        text-decoration: none !important;
    }

    #navbar .pl-11 {
        justify-content: flex-end;
    }
}

/*--------------------------------------------------------------
# General section
--------------------------------------------------------------*/
.tooltip-margin-left {
    margin-left: 0px;
}

@media screen and (max-width: 600px) {
    .tooltip-margin-left {
        margin-left: -10px !important;
    }
}


.top-section h1 {
    font-weight: 700;
    font-size: 44px;
    line-height: 100%;
    color: #64749D;
    margin-bottom: 0px;
    text-align: left !important;
}

.top-section h4 {
    color: var(--primary-color);
    font-size: 44px;
    line-height: 100%;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 0px;
}

@media screen and (max-width: 1199px) {
    .top-section h1 {
        font-weight: 700;
        font-size: 24px;
        line-height: 100%;
        color: #64749D;
        margin-bottom: 0px;
    }

    .top-section h4 {
        color: var(--primary-color);
        font-size: 24px;
        line-height: 1;
        margin-bottom: 5px;
        font-weight: 700;
        margin-top: 0px;
    }
}

@media screen and (max-width: 900px) {
    .top-section h1 {
        font-weight: 700;
        font-size: 24px;
        line-height: 100%;
        color: #64749D;
        margin-bottom: 0px;
    }

    .top-section h4 {
        color: var(--primary-color);
        font-size: 24px;
        line-height: 1;
        margin-bottom: 5px;
        font-weight: 700;
        margin-top: 0px;
    }
}
/*--------------------------------------------------------------
# Right Sidebar
--------------------------------------------------------------*/
.sidebar .card {
    width: 410px;
}

@media screen and (max-width: 1399px) {
    .sidebar .card {
        width: 350px;
    }
}

@media screen and (max-width: 1199px) {
    .sidebar .card {
        width: 290px;
    }
}

@media screen and (max-width: 1000px) {
    .sidebar .card {
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .sidebar .card {
        width: 100%;
    }
}

.sidebar .card-title {
    font-weight: 600;
    font-size: 22px;
    line-height: 140%;
    margin-bottom: 24px;
}

.sidebar .policy-right {
}

.right-card {
    right: 10px !important;
    position: sticky !important;
}

    .right-card .card {
        background: var(--primary-color);
        border-radius: 8px !important;
    }

    .right-card h5 {
        font-size: 22px !important;
        line-height: 30.8px !important;
        color: #fff !important;
    }

.repeat p {
    font-size: 14px;
}

.repeat span {
    font-size: 16px;
    color: #79F2B1;
    float: right;
}

.total {
    margin-top: 10px;
}

    .total p {
        font-size: 16px;
    }

    .total h4 {
        color: #79F2B1;
        float: right;
        font-size: 16px;
    }

    .total span {
        font-size: 12px;
        color: #fff !important;
        float: right;
    }

.note p {
    font-size: 10px;
    margin: 10px;
    color: #BACCE2;
}

.right-bottom {
    text-align: center;
    margin-top: 15px;
}

    .right-bottom h6 {
        font-size: 20px;
        font-weight: var(--bold-font);
        line-height: 28px;
        color: var(--primary-color) !important;
        line-height: 140%;
        padding-bottom: 0px !important;
    }

    .right-bottom .chat-with-us {
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 140%;
        color: var(--primary-color);
        margin-bottom: 16px;
    }

        .right-bottom .chat-with-us i {
            padding-bottom: 6px;
            color: #8395BE;
            width: 24px;
            height: 24px;
            margin-bottom: 16px;
        }


    .right-bottom p {
        color: var(--primary-color) !important;
        font-size: 16px;
    }


    .right-bottom span {
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 140%;
    }

    .right-bottom h4 {
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 140%;
        color: #2E6AB1;
    }
/*--------------------------------------------------------------
# Index
--------------------------------------------------------------*/

.business-title {
    align-items: center;
}

    .business-title h4 {
        font-size: 22px;
        color: var(--primary-color);
        text-align: left;
        padding-bottom: 15px;
        padding-top: 10px;
    }

    .business-title i {
        height: 18px !important;
        width: 18px !important;
        margin-right: 5px;
        color: #8bd9fa;
    }

.pd-55 {
    padding-left: 55px;
}

@media screen and (max-width: 600px) {
    .pd-55 {
        padding-left: 29px;
    }
}

.logo a {
    background: url('../images/Qdos logotype_STEEL_RGB.svg') no-repeat;
    float: left;
    height: 24px;
    width: 70px;
    margin-bottom: -3px;
    position: relative;
    z-index: 10;
    background-size: 70px 24px;
}

.business-card {
    margin-bottom: 15px !important;
}

    .business-card h4 {
        font-size: 16px !important;
        color: var(--primary-color) !important;
        text-align: left !important;
        margin-bottom: .5rem !important;
    }

    .business-card p {
        font-size: 12px !important;
        color: #64749D !important;
        font-weight: 400 !important;
        text-align: left !important;
        margin-bottom: .5rem !important;
    }

.occupation-title {
    align-items: center;
}

    .occupation-title h4 {
        font-size: 22px;
        color: var(--primary-color);
        text-align: left;
        padding-bottom: 15px;
        padding-top: 10px;
    }

    .occupation-title i {
        height: 18px !important;
        width: 18px !important;
        margin-right: 5px;
        color: #8bd9fa;
    }

.search-title {
    font-size: 16px !important;
    color: var(--primary-color) !important;
    text-align: left;
    margin-top: 15px;
}

.person-title {
    align-items: center;
}

    .person-title h4 {
        font-size: 22px;
        color: var(--primary-color);
        text-align: left;
        padding-bottom: 15px;
        padding-top: 10px;
    }

    .person-title i {
        height: 18px !important;
        width: 18px !important;
        margin-right: 5px;
        color: #8bd9fa;
    }

.turnover-title {
    align-items: center;
}

    .turnover-title h4 {
        font-size: 22px;
        color: var(--primary-color);
        text-align: left;
        padding-bottom: 15px;
        padding-top: 10px;
    }

    .turnover-title i {
        height: 18px !important;
        width: 18px !important;
        margin-right: 5px;
        color: #8bd9fa !important;
    }

.ddTurnover-width {
    width: 310px !important;
}

@media screen and (max-width: 500px) {
    .ddTurnover-width {
        width: 100% !important;
    }
}
/*--------------------------------------------------------------
# Your Product
--------------------------------------------------------------*/
/*tooltip*/
#productTooltip1 .modal-header {
    border-bottom: none;
    padding: 0px 18px 0px 24px;
}

    #productTooltip1 .modal-header .modal-title {
        padding-top: 35px;
    }

#productTooltip1 .modal-body {
    padding: 0px 24px 24px 24px;
}

#productTooltip2 .modal-header {
    border-bottom: none;
    padding: 0px 18px 0px 24px;
}

    #productTooltip2 .modal-header .modal-title {
        padding-top: 35px;
    }

#productTooltip2 .modal-body {
    padding: 0px 24px 24px 24px;
}

#productTooltip3 .modal-header {
    border-bottom: none;
    padding: 0px 18px 0px 24px;
}

    #productTooltip3 .modal-header .modal-title {
        padding-top: 35px;
    }

#productTooltip3 .modal-body {
    padding: 0px 24px 24px 24px;
}

#validationModal .modal-header {
    border-bottom: none;
    padding: 0px 18px 0px 24px;
}

    #validationModal .modal-header .modal-title {
        padding-top: 35px;
    }
#productExtraModal_4 .modal-body .yp-span-text {
    font-family: 'Gellix';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #1D2844;
}
#productExtraModal_4 .modal-header {
    padding-bottom: 0px !important;
}

#validationModal .modal-body {
    padding: 0px 24px 24px 24px;
}

#winSubTrade .modal-header {
    border-bottom: none;
    padding: 0px 18px 0px 24px;
}

    #winSubTrade .modal-header .modal-title {
        padding-top: 35px;
    }

#winSubTrade .modal-body {
    padding: 0px 24px 24px 24px;
}
#coreProductsModal .modal-header .close {
    border: 0px !important
}
#complimentaryProductsModal .close {
    border: 0px !important
}
#taxProductsModal .close {
    border: 0px !important
}
#productExtraModal .close {
    border: 0px !important
}

.mb-16 {
    margin-bottom: 16px;
}

.mb-120 {
    margin-bottom: 120px;
}

@media screen and (max-width: 600px) {
    .mb-120 {
        margin-bottom: 80px;
    }
}

.card-business .card-body {
    padding: 24px;
}

.best-product-title {
    align-items: center;
    margin-bottom: 16px;
}

    .best-product-title h4 {
        font-size: 22px;
        color: var(--primary-color);
        text-align: left;
        padding-top: 10px;
        font-weight: 600;
        margin-bottom: 0px;
    }
@media (min-width: 850px) and (max-width: 950px) {
    .modal-title {
        font-size: 24px !important;
        width: 350px !important;
    }
}

@media screen and (max-width: 600px) {
    .card-business .card-body {
        padding: 16px !important;
    }

    .best-product-title h4 {
        font-size: 18px;
        color: var(--primary-color);
        text-align: left;
        padding-bottom: 16px;
        padding-top: 10px;
        font-weight: 600;
        margin-bottom: 0px;
    }

    .best-product-card h6 {
        font-size: 14px !important;
        color: var(--primary-color) !important;
        text-align: left;
        line-height: 140%;
        font-weight: 400;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }

        .best-product-card h6 span {
            font-family: 'Gellix';
            font-style: normal;
            font-weight: 400;
            font-size: 10px !important;
            line-height: 140%;
        }

    .best-product-card p span {
        font-size: 10px;
        color: #64749D !important;
        font-weight: 400;
        text-align: left !important;
    }

    .best-product-card .price span {
        font-size: 14px !important;
    }

    .best-p-popsup-link {
        font-size: 14px !important;
    }
}

.best-product-title i {
    height: 18px !important;
    width: 18px !important;
    color: #8bd9fa !important;
}

.best-product-card {
    align-items: center !important;
}

    .best-product-card h6 {
        font-size: 16px !important;
        color: var(--primary-color) !important;
        text-align: left;
        line-height: 140%;
        font-weight: 400;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }

    .best-product-card p span {
        font-size: 12px;
        color: #64749D !important;
        font-weight: 400;
        text-align: left !important;
    }
    .best-product-card .bottom-text {
        font-size: 12px;
        color: var(--primary-color) !important;
        font-weight: 400;
        text-align: left !important;
    }

    .best-product-card p {
        margin: 0px;
        padding-bottom: 12px;
    }

    .best-product-card p {
        margin: 0px;
        padding-bottom: 12px;
    }

    .best-product-card .price span {
        font-family: Gellix;
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 140%;
        color: var(--primary-color);
        text-align: left;
    }

.card-business .best-product-card .price {
    align-items: center;
}

.best-p-popsup-link {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    color: var(--primary-color);
}

@media screen and (max-width: 600px) {
    .policy-title h4 {
        font-family: Gellix;
        font-size: 18px !important;
        color: var(--primary-color);
        text-align: left;
        font-style: normal;
        font-weight: 600;
        line-height: 140%;
        margin-bottom: 0px;
    }

    .policy-card h6 {
        font-size: 14px !important;
        color: var(--primary-color) !important;
        text-align: left;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        padding-bottom: 0px;
    }

    .policy-card span {
        text-align: left;
        font-size: 10px !important;
        color: #64749D !important;
        font-weight: 400;
        text-align: left !important;
    }

    .policy-card .price .yourProductPrice label {
        font-size: 14px !important;
    }

    .policy-popsup-link {
        font-size: 14px !important;
    }

    .policy-card .card-body {
        padding: 16px !important;
    }
    .best-product-card .bottom-text {
        font-size: 10px !important;
    }
}

.policy-title {
    align-items: center;
    margin-bottom: 16px;
}

    .policy-title h4 {
        font-family: Gellix;
        font-size: 22px;
        color: var(--primary-color);
        text-align: left;
        font-style: normal;
        font-weight: 600;
        line-height: 140%;
        margin-bottom: 0px;
    }

    .policy-title i {
        height: 18px !important;
        width: 18px !important;
        /*margin-right: 5px;*/
        color: #8bd9fa !important;
    }

.policy-card {
    align-items: center !important;
    margin-bottom: 16px;
}

    .policy-card .card-body {
        padding: 24px;
    }

    .policy-card h6 {
        font-size: 16px !important;
        color: var(--primary-color) !important;
        text-align: left;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        padding-bottom: 0px;
    }

    .policy-card p {
        margin-bottom: 12px;
    }

    .policy-card span {
        text-align: left;
        font-size: 12px;
        color: #64749D !important;
        font-weight: 400;
        text-align: left !important;
    }

    .policy-card .price {
        align-content: center;
    }

        .policy-card .price .yourProductPrice label {
            font-family: Gellix;
            font-style: normal;
            font-weight: 600;
            font-size: 16px;
            line-height: 140%;
            color: var(--primary-color);
            text-align: left;
        }

.policy-popsup-link {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    color: var(--primary-color);
}

.tax-title {
    align-items: center;
    margin-bottom: 16px;
}

    .tax-title h4 {
        color: var(--primary-color);
        text-align: left;
        padding-bottom: 8px;
        font-family: 'Gellix';
        font-style: normal;
        font-weight: 600;
        font-size: 22px;
        line-height: 140%;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }


@media screen and (max-width: 600px) {
    .tax-title h4 {
        color: var(--primary-color);
        text-align: left;
        padding-bottom: 16px;
        font-family: 'Gellix';
        font-style: normal;
        font-weight: 600;
        font-size: 18px !important;
        line-height: 140%;
        margin-bottom: 0px;
    }

    .tax-card h6 {
        font-size: 14px !important;
        color: var(--primary-color) !important;
        text-align: left;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        padding-bottom: 0px;
    }


    .tax-card p span {
        font-size: 10px;
        color: #64749D !important;
        font-weight: 400;
        text-align: left;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;
        line-height: 140%;
        /*margin-bottom: 18px;*/
    }

    .tax-card .price label {
        margin-bottom: 0px !important;
    }

    .tax-popsup-link {
        font-size: 14px !important;
    }

    .tax-card .price .button-add {
        display: flex;
        justify-content: flex-end;
    }

    .tax-card .card-body {
        padding: 16px !important;
    }

    .tax-card h6 span {
        font-family: 'Gellix';
        font-style: normal;
        font-weight: 400;
        font-size: 10px;
        line-height: 140%;
    }
}

.tax-title i {
    height: 18px !important;
    width: 18px !important;
    /*margin-right: 5px;*/
    color: #8bd9fa !important;
}

.tax-card .display {
    display: flex;
    flex-direction: column;
}

.tax-card .card-body {
    padding: 24px;
}

.tax-card h6 {
    font-size: 16px !important;
    color: var(--primary-color) !important;
    text-align: left;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

    .tax-card h6 span {
        font-family: 'Gellix';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 140%;
    }

.tax-card p span {
    font-size: 12px;
    color: #64749D !important;
    font-weight: 400;
    text-align: left;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    line-height: 140%;
    margin-bottom: 18px;
}

/*.tax-card p span {
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
        }*/

.tax-card .price {
    text-align: left;
    margin-top: auto;
}

    .tax-card .price label {
        margin-bottom: 24px;
    }

.tax-popsup-link {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    color: var(--primary-color);
}

.tax-card.price .button-add {
    display: flex;
    justify-content: flex-start;
}

.btnAdded {
    background: #79F2B1 !important;
    border-color: #79F2B1 !important
}

.popup-links {
    /*color: #1D2844 !important;*/
    cursor: pointer;
}

#validationModal {
}

    #validationModal .modal-header {
        padding: 0px;
    }

        #validationModal .modal-header .close {
            background-color: #f8d7da;
            border-color: #f8d7da;
            border: 0px;
        }

        #validationModal .modal-header .modal-title {
            font-family: 'Gellix';
            font-style: normal;
            font-weight: 600;
            font-size: 16px;
            line-height: 140%;
            color: #8F1414;
            width: 400px;
        }

    #validationModal .modal-body {
        padding-top: 0px;
    }

#winSubTrade .modal-header {
    padding: 0px;
}

    #winSubTrade .modal-header .close {
        background-color: #f8d7da;
        border-color: #f8d7da;
        border: 0px;
    }

    #winSubTrade .modal-header .modal-title {
        font-family: 'Gellix';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 140%;
        color: #8F1414;
        width: 400px;
    }

#winSubTrade .modal-body p {
    color: #8F1414;
}

.modal-header button span {
    color: #8F1414;
    font-size: 30px;
}

#modalMessage li {
    font-family: 'Gellix';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
}

@media (max-width: 600px) {
    .modal-dialog .modal-content .modal-header .close {
        height: 40px !important;
        width: 40px !important;
        margin-right: 15px;
        display:flex;
    }

   
}

.modal-dialog .modal-content .modal-header .close {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 2px solid #1D2844;
}

.modal-dialog .modal-content .modal-header button span {
    color: #1D2844;
    font-size: 30px;
}
.modal-backdrop {
    background: #1D2844 !important;
    opacity: 0.8 !important;
}
.btnIncluded {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 85px;
    height: 30px;
    border-radius: 50px;
    border: 2px solid #BACCE2;
    font-family: 'Gellix';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 0;
    color: #1D2844 !important;
    background: #D6E2EB;
    cursor: not-allowed;
    margin-bottom: 0px !important;
}

/*.btnIncluded:hover {
        border-color: #1D2844;
    }*/
.splitOptionBox .btnIncluded {
    float: left;
}

.productExtraText, .productExtraText p {
    font-family: 'Gellix';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    color: #64749D !important;
    margin-top: 15px;
}
/*--------------------------------------------------------------
# Policy setup
--------------------------------------------------------------*/
.email-section {
    padding-bottom: 16px;
    width: 384px;
}

@media screen and (max-width: 900px) {
    .email-section {
        padding-bottom: 16px;
        width: 100% !important;
    }

        .email-section h4 {
            font-size: 18px !important;
            color: var(--primary-color);
            text-align: left;
            font-weight: 600;
        }

        .email-section .sub-title {
            font-family: 'Gellix';
            font-style: normal;
            font-weight: 400;
            font-size: 14px;
            Line-height: 19.6px !important;
            color: var(--primary-color);
        }
}

.email-section h4 {
    font-size: 22px;
    color: var(--primary-color);
    text-align: left;
    font-weight: 600;
    margin-bottom:0px;
}

.email-section .sub-title {
    font-family: 'Gellix';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    Line-height: 19.6px !important;
    color: var(--primary-color);
}

.email-section .RadInput_Default .riTextBox {
    background-color: #fff !important;
}

.riTextBox {
    padding-right: 5px;
    padding-left: 16px;
    margin: 0;
    width: 100%;
}

.email-section p {
    margin-top: 15px;
    color: var(--primary-color);
}

.form-control:focus {
    box-shadow: none !important;
}

.policy-setup-info-mobile {
    padding-left: 10px;
    padding-top: 3px;
}

@media screen and (max-width: 600px) {
    .policy-setup-info-mobile {
        padding-left: 0px !important;
    }

    .policy-info-msg-text {
        font-size: 12px;
    }

    .professional-indemnity .title {
        font-size: 24px !important;
        font-weight: 600;
    }
}

.PolicyStartDate .info-msg {
    background: #A5EFFF;
    height: 36px;
    width: 580px;
    align-items: center;
    border: 1px solid #6FC1EF;
    border-radius: 4px;
    margin-left: 0px;
    display: inline;
}

.PolicyStartDate .info-msg-icon {
    color: var(--primary-color) !important;
    padding-left: 15px;
}

.policy-info-msg {
    width: 99.9%;
    background: #8BD9FA;
    padding: 10px;
    align-items: start;
    border: 1px solid #6FC1EF;
    border-radius: 4px;
    display: inline;
    margin-left: 1px !important;
}

.policy-info-msg-icon {
    width: 16px;
    height: 16px;
    color: #15316A;
}

.policy-info-msg-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #1D2844;
}

#policy-setup-text-area .riSingle .riTextBox {
    /*padding: 16px;*/
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
}

.table-container #limit-table tbody tr th {
    /*padding:16px;*/
}

.table-container #limit-table tbody tr td {
    /*padding: 16px;*/
}

.professional-indemnity ul li .boxedRadio label {
    margin-left: 0px;
}

    .professional-indemnity ul li .boxedRadio label:last-child {
        margin-left: 15px;
    }
@media screen and (max-width: 1000px) {
    .professional-indemnity ul li .boxedRadio label:last-child {
        margin-left: 0px !important;
    }
}
@media screen and (max-width: 600px) {
    .professional-indemnity ul li .boxedRadio label:last-child {
        margin-left: 0px;
    }

    .discloser h4 {
        font-size: 20px;
    }

    .discloser .sub-title {
        font-size: 14px !important;
    }

    .acknowledge h4 {
        font-size: 20px !important;
    }

    .acknowledge .sub-text {
        font-size: 14px;
        margin-bottom: 16px;
    }

    .acknowledge ul li {
        font-size: 14px;
    }
}

.acknowledge ol li {
    font-family: 'Gellix';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #1D2844;
}

.discloser {
}

    .discloser h4 {
        font-style: normal;
        font-weight: 600;
        font-size: 22px;
        line-height: 140%;
        color: var(--primary-color);
        margin-bottom: 16px;
    }

    .discloser .sub-title {
        font-family: 'Gellix';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 140%;
        margin-bottom: 24px
    }

    .discloser .info-msg {
        background: #A5EFFF;
        height: 76px;
        width: 100% !important;
        align-items: center;
        border: 1px solid #6FC1EF;
        border-radius: 4px;
    }

    .discloser .info-msg-icon {
        color: var(--primary-color) !important;
        padding-left: 16px;
    }

    .discloser .info-text {
        color: var(--primary-color) !important;
        font-family: 'Gellix';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
        margin-top: -68px !important;
        margin-bottom: 0 !important;
        margin-left: 43px !important
    }

.mb-50 {
    margin-bottom: 50px !important;
}

.professional-indemnity .title {
    font-family: 'Gellix' !important;
    font-style: normal;
    font-weight: 700;
    font-size: 44px;
    line-height: 100%;
    color: var(--primary-color) !important;
    margin-bottom: 12px;
}

.professional-indemnity .sub-title {
    font-family: 'Gellix';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: var(--primary-color) !important;
}

.professional-indemnity .box-title {
    font-family: 'Gellix' !important;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 140%;
    margin: 0 0 1px 0;
    color: var(--primary-color);
    align-items: center;
}

    .ac {
        align-items: center;
        margin-bottom:7px;
    }
    .ps-input-box-margin{
        margin-top:-4px;
    }
    .business-travel {
        background-color: #A5EFFF;
        padding: 40px;
    }
@media screen and (max-width: 600px) {
    .professional-indemnity .sub-title {
        font-size: 14px !important;
    }

    .professional-indemnity .box-title {
        font-size: 18px !important;
    }

    .business-travel .planning .title {
        font-size: 20px !important;
    }

    .business-travel .text {
        font-size: 14px;
    }
}

@media screen and (max-width: 900px) {
    .business-travel {
        background-color: #A5EFFF;
        padding: 24px;
    }
}

#policy-setup-text-area span {
    width: 100% !important;
}

@media screen and (max-width: 900px) {
    #policy-setup-text-area span {
        width: 100% !important;
    }
}

.business-travel .planning .title {
    align-items: center;
    margin-bottom: 24px;
    font-family: 'Gellix';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 140%;
    color: #1D2844;
}

.business-travel .text {
    font-family: 'Gellix';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: var(--primary-color) !important;
}

    .business-travel .text span {
        font-family: 'Gellix';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 140%;
        color: var(--primary-color) !important;
    }

.business-travel ul li {
    font-family: 'Gellix';
    font-style: normal;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 140%;
    color: var(--primary-color) !important;
}

.business-travel table tr td {
    display: inline-flex;
    margin-bottom: 8px;
}

    .business-travel table tr td label {
        padding-left: 10px;
        font-family: 'Gellix';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 140%;
        color: var(--primary-color) !important;
        width: 100%;
    }

.business-travel .info-icon {
    padding-left: 46px !important;
    color: #64749D !important;
}

.email-box .label {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #1D2844;
    margin-bottom:4px;
}

.forgot-email-label {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #1D2844;
}

.forgot-input .riSingle .riTextBox {
    padding-right: 5px;
    padding-left: 16px;
    width: 359px !important;
    height: 48px !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 140% !important;
    border: 1px !important solid #64749D;
    border-radius: 4px !important;
    color: #1D2844;
}

.email-box .riSingle .riTextBox {
    padding-right: 5px;
    padding-left: 16px;
    width: 359px !important;
    height: 48px !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 140% !important;
    border: 1px !important solid #64749D;
    border-radius: 4px !important;
    color: #1D2844;
}

@media screen and (max-width: 900px) {
    .email-box .riSingle .riTextBox {
        padding-right: 5px;
        padding-left: 16px;
        width: 143% !important;
        height: 48px !important;
        font-weight: 400 !important;
        font-size: 16px !important;
        line-height: 140% !important;
        border: 1px !important solid #64749D;
        border-radius: 4px !important;
        color: #1D2844;
    }
}

.registration-square {
    position: relative;
    width: 25.1px;
    height: 25.1px;
    left: 16px;
    top: 112px;
    background: #D6E2EB !important;
    transform: matrix(0.68, 0.74, -0.68, 0.74, 0, 0);
}

.square {
    position: relative;
    width: 25.1px;
    height: 25.1px;
    left: 16px;
    top: 126px;
    background: #D6E2EB !important;
    transform: matrix(0.68, 0.74, -0.68, 0.74, 0, 0);
}

@media screen and (max-width: 600px) {
    .square {
        position: absolute;
        width: 25.1px;
        height: 25.1px;
        left: 45px;
        top: 484px !important;
        background: #D6E2EB;
        transform: matrix(0.68, 0.74, -0.68, 0.74, 0, 0);
    }

    .registration-square {
        position: absolute;
        width: 25.1px;
        height: 25.1px;
        left: 45px;
        top: 454px !important;
        background: #D6E2EB;
        transform: matrix(0.68, 0.74, -0.68, 0.74, 0, 0);
    }

    .registration-title .info-icon1 {
        height: 24px;
        width: 24px;
        color: var(--primary-color) !important;
    }
}

.registration-title .checkbox input {
    height: 24px;
    width: 24px;
}

.checkbox-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: var(--primary-color);
}

.input-width {
    width: 400px;
}

@media screen and (max-width: 600px) {
    .input-width {
        width: 310px;
    }

    .checkbox-text {
        font-weight: 400;
        font-size: 12px;
        line-height: 140%;
        color: var(--primary-color);
        margin-left: 10px;
    }

    .registration-title h4 {
        margin-left: 10px !important;
        font-size: 18px !important;
    }

    .registration-title .sub-title {
        font-size: 12px;
    }

    .registration-box .card-body {
        padding: 24px 16px 24px 16px !important;
    }
}

.registration-box {
    background: #D6E2EB !important;
    border:1px solid #D6E2EB !important
}
    .registration-box .bi-exclamation-circle::before {
        content: "\f333";
        font-size: 20px !important;
    }

    .registration-box .card-body {
        padding: 24px 24px 40px 24px;
    }

.registration-title {
    align-items: center;
    margin-bottom: 24px
}

    .registration-title h4 {
        color: var(--primary-color);
        text-align: left;
        margin: 0px;
        font-weight: 600;
        font-size: 20px;
        line-height: 140%;
    }

    .registration-title .sub-title {
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
        color: #1D2844;
        padding-top: 14px;
    }

.registration-box .label {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #1D2844;
    margin-bottom:4px;
}

.registration-box .riSingle .riTextBox {
    padding-right: 5px;
    padding-left: 16px;
    width: 359px;
    height: 48px !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 140% !important;
    border: 1px !important solid #64749D;
    border-radius: 4px !important;
    font-family: 'gellix';
}

@media screen and (max-width: 900px) {
    .registration-box .riSingle .riTextBox {
        padding-right: 5px;
        padding-left: 16px;
        width: 100% !important;
        height: 48px !important;
        font-weight: 400 !important;
        font-size: 16px !important;
        line-height: 140% !important;
        border: 1px !important solid #64749D;
        border-radius: 4px !important;
    }
}

.registration-box .registration-content {
    color: #1D2844 !important;
    text-align: left;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    margin-bottom: 40px !important;
}
.registration-box .registration-content a{
    color: var(--primary-color);
    text-decoration: underline !important;
}
/*.registration-box html body .RadInputMgr_Default {
    color: #64749D !important;
    Border-color: #8395BE !important;
    font-family: "Gellix";
}*/
.disclosure h4 {
    font-size: 22px;
    color: var(--primary-color);
    text-align: left;
}

.disclosure p {
    color: var(--primary-color);
}


    .service-option {
        align-items: center;
        margin-bottom: 16px;
    }

    .service-option i {
        height: 18px;
        width: 18px;
        margin-right: 5px;
        color: #8bd9fa;
    }

        .service-option h4 {
            font-size: 20px;
            color: var(--primary-color);
            text-align: left;
            margin-bottom:0px;
            font-weight:400;
        }
        .service-option .upload-docs {
            font-family: 'Gellix';
            font-style: normal;
            font-weight: 700;
            font-size: 44px;
            line-height: 100%;
            color: var(--primary-color);
        }
        .service-option .bottom-content {
            font-weight: 400;
            font-size: 16px;
            line-height: 22.4px;
            color: #1D2844;
            text-align: left;
        }
        .service-option .working-practice {
            font-size: 44px;
            font-weight: 700;
            padding-bottom: 16px;
            color: #1d2844;
        }
        .service-option .working-practice-content {
            font-weight: 400;
            font-size: 16px;
            line-height: 22.4px;
            color: #1D2844;
            text-align: left;
            margin-top:8px;
            margin-bottom:0px;
        }
        .service-option .working-practice-conent-link {
            color: #2E6AB1;
            text-decoration: underline !important;
        }
        .service-option .note {
            font-weight: 400;
            font-size: 16px;
            line-height: 22.4px;
            color: #1D2844;
            text-align: left;
            margin-bottom:0px;
        }
        .service-option .note-link {
            color: #2E6AB1;
            text-decoration: underline !important;
        }
.boxedRadio .box-title {
    font-family: 'Gellix' !important;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 140%;
    margin: 0 0 1px 0;
    color: var(--primary-color);
    align-items: center;
}
.question.service-que-mb-50 {
    margin-bottom: 50px;
}
    .question.service-que-mb-50:first-of-type {
        margin-bottom: 0px !important;
    }
.question.service-que-mb-50:empty {
    margin-bottom: 0px !important;
}
.question.service-que-mb-50:last-child {
    margin-bottom: 0px !important;
}
.question.service-que-mb-80 {
    margin-bottom: 80px;
}

@media screen and (max-width: 600px) {
    .service-option h4 {
        font-size: 18px !important;
    }

    .service-option .note {
        font-size: 14px;
    }

    .service-option .working-practice-content {
        font-size: 14px;
    }

    .service-option .upload-docs {
        font-weight: 600;
        font-size: 24px;
    }

    .service-option .working-practice {
        font-size: 24px;
        font-weight: 600;
    }

    .service-option .working-practice-content {
        font-weight: 400;
        font-size: 14px;
    }

    .acknowledge ol {
        margin-left: 0px !important;
    }

        .acknowledge ol li {
            margin-bottom: 16px;
            font-family: 'Gellix';
            font-style: normal;
            font-weight: 400;
            font-size: 16px;
            line-height: 140%;
        }
}

#demo-upload {
    padding: 24px;
}

.cover {
    align-items: center;
    margin-bottom: 10px;
}

    .cover i {
        height: 18px;
        width: 18px;
        margin-right: 5px;
        color: #8bd9fa;
    }

    .cover h4 {
        font-size: 22px;
        color: var(--primary-color);
        text-align: left;
    }

.checkbox-card {
    align-items: center;
    margin-bottom: 10px;
}

    .checkbox-card i {
        height: 18px;
        width: 18px;
        margin-right: 5px;
        color: #8bd9fa;
    }

    .checkbox-card h4 {
        font-size: 22px;
        color: var(--primary-color);
        text-align: left;
    }

.cover-policy {
    align-items: center;
    margin-bottom: 10px;
}

    .cover-policy i {
        height: 18px;
        width: 18px;
        margin-right: 5px;
        color: #8bd9fa;
    }

    .cover-policy h4 {
        font-size: 22px;
        color: var(--primary-color);
        text-align: left;
    }

.acknowledge h4 {
    font-size: 22px;
    color: var(--primary-color);
    text-align: left;
    font-weight: 600;
    line-height: 30.8px;
}

.acknowledge .sub-text {
    font-size: 20px;
    color: #64749D !important;
    font-weight: 400;
    text-align: left;
    color: var(--primary-color) !important;
    margin-bottom: 24px;
}

.acknowledge ol li {
    margin-bottom: 24px;
}
.acknowledge ol li:last-child {
    margin-bottom: 0px;
}

.ability-que p {
    color: var(--primary-color);
}

.textarea {
    margin-bottom: 10px;
}

.card-occupation p {
    color: var(--primary-color)
}

.text-area .riSingle .riTextBox {
    padding-left: 16px;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    padding-top: 12px;
}
/*html body .RadInput_Default .riTextBox, html body .RadInputMgr_Default {
    border-color: darkred;
    color: #333;
    background-color: #fff;
    font: 12px "segoe ui",arial,sans-serif;
}*/

.table-container #limit-table tbody tr th {
    padding: 24px;
}

.table-container #limit-table tbody tr td {
    padding: 24px;
}

.table-container table {
    overflow-x: auto;
    white-space: nowrap;
    display: block;
}

.radioList tbody tr td {
    padding-bottom: 4px;
}

    .radioList tbody tr td label {
        color: var(--primary-color) !important;
    }

caption {
    padding: 0px !important;
}
.policy-mb-34 {
    margin-bottom: 64px;
}

.calendat-left-width {
    width: 60%;
    float: left;
}

.calendat-right-width {
    width: 40%;
    float: left;
    background-color: #D6E2EB;
    height: 277px;
}

@media screen and (max-width: 600px) {
    .calendat-left-width {
        width: 100%;
    }

    .calendat-right-width {
        width: 100%;
        height: 208px;
    }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.service-title {
    align-items: center;
    margin-bottom: 10px;
}

    .service-title i {
        height: 18px;
        width: 18px;
        margin-right: 5px;
        color: #8bd9fa;
    }

    .service-title h4 {
        font-size: 22px;
        color: var(--primary-color);
        text-align: left;
    }

.service-card {
    margin-bottom: 15px;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    background: #FFFFFF;
    border: 2px solid #BACCE2;
    padding: 24px;
    margin: 16px 0px;
}

    .service-card .title label {
        display: flex;
        font-size: 16px !important;
        color: var(--primary-color) !important;
        text-align: left;
        margin-bottom: .5rem !important;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
    }

    .service-card .selectedTitle label {
        display: flex;
        font-size: 16px !important;
        color: var(--primary-color) !important;
        text-align: left;
        margin-bottom: .5rem !important;
        font-style: normal;
        font-weight: 600;
        line-height: 140%;
    }

@media screen and (max-width: 600px) {
    .service-card .selectedTitle label {
        font-size: 14px !important;
    }

    .service-card .content {
        font-size: 10px !important;
    }

    .service-card .price {
        font-size: 14px;
    }

    .service-visibility .text {
        font-size: 12px;
        padding-left: 10px !important;
    }

    .uploaded-card h4 {
        font-size: 12px;
    }

    .uploaded-card p {
        font-size: 10px;
    }
}

.mt-12 {
    margin-top: 12px !important;
}

.service-card .content {
    color: #64749D !important;
    margin-bottom: 12px !important;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16.8px;
}

.service-card .price {
    font-weight: 600;
    font-size: 16px;
    color: #1D2844;
    margin-top: 5px;
    text-align: left;
    line-height: 22.4px;
}

.service-card .unavailable {
    background: #D6E2EB;
    margin-bottom: 48px;
}

.service-visibility {
    width: 100%;
    background: #8BD9FA;
    padding: 10px;
    border: 1px solid #6FC1EF;
    border-radius: 4px;
    display: inline;
    margin-left: 1px !important;
}

    .service-visibility .text {
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
        color: var(--primary-color);
        padding: 0px;
    }

    .service-visibility .service-icon {
        width: 16px !important;
        height: 16px !important;
        color: var(--primary-color);
        /*padding: 8px 10px -1px 0px;*/
    }

#questions-checkout .RadInput_Metro input {
    color: #1D2844;
    font-family: 'Gellix';
    border: 1px solid #8395BE;
    height: 48px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
}

    #questions-checkout .RadInput_Metro input:hover {
        color: #1D2844 !important;
        border: 1px solid #8395BE;
        height: 48px;
        border-radius: 4px;
        font-size: 16px;
    }

    #questions-checkout .RadInput_Metro input:focus {
        color: #1D2844 !important;
        height: 48px;
        border: 1px solid #8395BE;
        border-radius: 4px;
        font-size: 16px;
    }

.RadInput_Error_Metro .riError {
    border-color: #de3914;
    background: #ffe9e9 100% -298px no-repeat url(#fff);
    color: #de3914;
    height: 48px !important;
    border-radius: 4px;
}

.response .RadInput_Default .riTextBox, html body .RadInputMgr_Default {
    border-color: #b3b3b3;
    background-color: #fff;
    font-size: 16px;
    color: #1D2844;
    font-weight: 400;
    font-family: 'Gellix';
}

#tooltip .riTextBox:hover {
    border: 1px solid #1D2844 !important;
}

#tooltip .riTextBox:focus {
    border: 1px solid #1D2844 !important;
}

.document-title {
    padding-bottom: 15px;
    color: var(--primary-color);
    font-size: 44px;
    line-height: 1;
    margin-bottom: 5px;
}

.document-card {
    margin-bottom: 15px;
    border: 2px dashed #8395BE;
    border-radius: 4px;
}

    .document-card h6 {
        align-items: center;
        color: var(--primary-color);
    }

.ta-center {
    text-align: center;
}

.uploded-docs {
    align-items: center;
    margin-bottom: 10px;
}

    .uploded-docs i {
        height: 18px;
        width: 18px;
        margin-right: 5px;
        color: #8bd9fa;
    }

    .uploded-docs h4 {
        font-size: 22px;
        color: var(--primary-color);
        text-align: left;
        margin-bottom: 16px
    }


.uploaded-card {
    margin-bottom: 15px;
}

    .uploaded-card .removed {
        background-color: #F2EEE7;
    }

    .uploaded-card i {
        height: 18px;
        width: 18px;
        margin-right: 5px;
        color: var(--primary-color);
    }

        .uploaded-card h4 {
            word-break:break-word;
            font-weight: 400;
            font-size: 14px;
            line-height: 140%;
            color: var(--primary-color) !important;
            text-align: left;
            margin-bottom:0px;
        }

    .uploaded-card p {
        font-size: 12px;
        line-height: 140%;
        color: #1D2844 !important;
        font-weight: 400;
        text-align: left;
    }

.work-practice {
    color: var(--primary-color);
    font-size: 44px;
    line-height: 1;
    margin-bottom: 5px;
    padding-bottom: 15px;
}

.content {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    padding-bottom: 15px;
    color: #64749D !important;
    text-align: left;
}

.work-card {
    margin-bottom: 15px;
    border: 2px dashed #8395BE;
    border-radius: 4px;
}

    .work-card p {
        color: var(--primary-color);
    }

    .work-card h4 {
        color: var(--primary-color);
    }

    .work-card .tac {
        text-align: center;
    }
/*.optionBox {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    background: #FFFFFF;
    border: 2px solid #BACCE2;
    padding: 15px;
    margin: 15px 0px;
}*/



.optionBox input[type=checkbox] {
    display: none;
}

.optionBox:hover .productName {
    font-weight: 600;
}

.optionHeading {
    font-family: 'Gellix';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    font-feature-settings: 'zero' on;
    color: #1D2844;
}

.productName {
    font-weight: 400;
    font-size: 16px;
    color: #1D2844;
}

.yourProductPrice {
    font-weight: 400;
    font-size: 16px;
    color: #1D2844;
    /*margin-top: 5px;*/
    /*text-transform: lowercase;*/
}

@media screen and (max-width: 600px) {
    .yourProductPrice {
        font-size: 14px !important;
    }
}

/*--------------------------------------------------------------
# Your Order
--------------------------------------------------------------*/
.your-order-card {
    background: var(--primary-color) !important;
    border-radius: 8px;
}

    .your-order-card .card-body {
        padding: 2.5rem 2.5rem;
    }

@media screen and (max-width: 900px) {
    .your-order-card .card-body {
        padding: 1.5rem;
    }
}@media screen and (max-width: 600px) {
    .pd-left-28 {
        padding-left:28px !important;
    }
}


.your-order-card .title {
    font-size: 22px;
    font-weight: 600;
    line-height: 30.8px;
    color: #fff;
    padding-bottom: 22px;
}

.your-order-card .heading-left {
    font-weight: 400;
    font-size: 16px;
    line-height: 30.8px;
    color: #fff;
    margin-bottom: 4px;
}

.your-order-card .heading-right {
    font-weight: 600;
    font-size: 22px;
    line-height: 30.8px;
    color: #fff;
    margin-bottom: 4px;
    float: right;
}


.your-order-card .order-content {
    padding-bottom: 0px !important;
}

    .your-order-card .order-content .content-left {
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        color: #BACCE2;
        margin-bottom: 4px;
        line-height: 16.8px;
        /*float: right;*/
    }

    .your-order-card .order-content .content-right {
        font-style: normal;
        font-weight: 400;
        font-size: 12px !important;
        color: #BACCE2;
        margin-bottom: 4px;
        line-height: 16.8px;
        float: right;
    }

.order-content .ra {
    display: flex;
    justify-content: end;
}

.your-order-card hr {
    height: 2px !important;
    background: #64749D;
    margin-top: 24px;
    margin-bottom: 24px;
    color: white;
}

.your-order-card .sub-total {
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    color: #FFFFFF;
    margin-bottom: 0px;
}

.your-order-card .vat {
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    color: #FFFFFF;
    margin-bottom: 0px;
}

.your-order-card .total-label {
    font-weight: 600;
    font-size: 22px;
    line-height: 140%;
    color: #FFFFFF;
    margin-bottom: 0px;
}

.your-order-card .total-text {
    font-weight: 600;
    font-size: 22px;
    line-height: 140%;
    color: #79F2B1;
    margin-bottom: 0px;
    display: grid;
    text-align: right;
}

@media screen and (max-width: 600px) {
    .your-order-card .title {
        font-size: 20px;
        font-weight: 600;
        line-height: 30.8px;
        color: #fff;
        padding-bottom: 22px;
    }

    .your-order-card .heading-left {
        font-weight: 400;
        font-size: 14px;
        line-height: 30.8px;
        color: #fff;
        margin-bottom: 4px;
    }

    .your-order-card .heading-right {
        font-weight: 600;
        font-size: 20px;
        line-height: 30.8px;
        color: #fff;
        margin-bottom: 4px;
        float: right;
    }

    .your-order-card .order-content .content-left {
        font-style: normal;
        font-weight: 400;
        font-size: 10px;
        color: #BACCE2;
        margin-bottom: 4px;
        line-height: 16.8px;
        /*float: right;*/
    }

    .your-order-card .order-content .content-right {
        font-style: normal;
        font-weight: 400;
        font-size: 10px !important;
        color: #BACCE2;
        margin-bottom: 4px;
        line-height: 16.8px;
        float: right;
    }

    .your-order-card .sub-total {
        font-weight: 600;
        font-size: 14px;
        line-height: 140%;
        color: #FFFFFF;
        margin-bottom: 0px;
    }

    .your-order-card .vat {
        font-weight: 600;
        font-size: 14px;
        line-height: 140%;
        color: #FFFFFF;
        margin-bottom: 0px;
    }

    .your-order-card .total-label {
        font-weight: 600;
        font-size: 20px;
        line-height: 140%;
        color: #FFFFFF;
        margin-bottom: 0px;
    }

    .your-order-card .total-text {
        font-size: 20px;
    }

        .your-order-card .total-text .productPricePm {
            font-size: 12px;
        }

    .order-summary-info .padding-left {
        margin-left: 8px !important;
    }

    .os-button-alignment {
        justify-content: flex-start !important;
    }

    .ttIcon-right {
        margin-right:0px !important;
    }
}


.os-button-alignment {
    display: flex;
    justify-content: flex-end;
}
.os-pb-12 {
    padding-bottom:12px !important;
}


.order-summary-info {
    margin-left: 0px;
}

.your-order-card .total-text .productPricePm {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    text-align: right
}

.card-right-content p {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%
}

.order-summary-info {
    background: #8BD9FA;
    height: auto;
    /*width: 584px;*/
    align-items: center;
    border: 1px solid #6FC1EF;
    border-radius: 4px;
    padding: 10px 8px;
    margin: 0px 0px 80px 0px !important;
}

    .order-summary-info .info-text {
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
        color: var(--primary-color);
    }

.iframe-responsive {
    width: 100% !important;
    height: 850px !important;
    border: 3px solid black;
    margin-bottom: 20px;
}

.btn-apply {
    font-family: "Gellix", sans-serif;
    font-weight: var(--semiBold-font);
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 24px;
    transition: 0.3s;
    line-height: 1;
    border-color: #fff !important;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    border: 2px solid;
    float: right;
    background-color: var(--primary-color) !important;
    color: #fff;
}
    @media (max-width: 600px) {
        .btn-apply {
            font-family: "Gellix", sans-serif;
            font-weight: var(--bold-font);
            font-size: 14px;
            letter-spacing: 1px;
            display: inline-block;
            padding: 12px 20px;
            border-radius: 24px;
            transition: 0.3s;
            line-height: 1;
            border-color: #fff !important;
            -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
            border: 2px solid;
            float: right;
            background-color: var(--primary-color) !important;
            color: #fff;
        }
    }
.ordet-sumary-mb-26 {
    margin-bottom: 26px;
}

.your-order-card h4 {
    font-size: 22px !important;
    float: right;
    color: #79F2B1;
}

.h4Tag {
    font-size: 22px !important;
    float: right;
    color: #79F2B1;
}

.your-order-policy .imp-policy {
    font-family: 'Gellix';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 140%;
    margin-bottom:16px;

}

#policy-docs .your-order-policy {
    align-items: center !important;
}

@media (max-width: 600px) {
    #policy-docs .your-order-policy h4 {
        font-size: 18px !important;
    }

    #policy-docs .your-order-policy-card {
        background-color: #F2EEE7 !important;
        font-size: 12px !important;
        font-weight: 400 !important;
        text-align: left !important;
    }

        #policy-docs .your-order-policy-card label {
            font-size: 12px !important;
        }

        #policy-docs .your-order-policy-card p {
            font-size: 10px !important;
        }
        #policy-docs .your-order-policy-card .doc-icon {
            margin-right: 8px !important;
        }
        #policy-docs .your-order-policy-card .download-icon {
            display: flex;
            justify-content: flex-start !important;
            margin-top: 16px !important;
        }

    .pay-method h4 {
        font-size: 18px;
    }
}
#policy-docs .your-order-policy-card .doc-icon {
    margin-right: 16px;
}
#policy-docs .your-order-policy-card .download-icon {
    display: flex;
    justify-content: flex-end;
    margin-top: 0px;
}


#policy-docs .your-order-policy i {
    height: 18px !important;
    width: 18px !important;
    margin-right: 5px !important;
    color: #8bd9fa !important;
}

#policy-docs .your-order-policy-card {
    background-color: #F2EEE7 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    text-align: left !important;
    border: none !important;
}

    #policy-docs .your-order-policy-card i {
        height: 18px !important;
        width: 18px !important;
        padding: 5px !important;
        color: #434343 !important;
    }

        #policy-docs .your-order-policy-card label {
            font-size: 14px;
            color: var(--primary-color) !important;
            text-align: left !important;
        }

    #policy-docs .your-order-policy-card p {
        font-size: 12px;
        color: var(--primary-color) !important;
        font-weight: 400 !important;
        text-align: left !important;
        margin: 0px;
    }

.pay-method {
    margin-bottom: 16px;
}

    .pay-method:last-child {
        margin-bottom: 0px;
    }

    .pay-method h4 {
        font-size: 22px;
        color: var(--primary-color);
        text-align: left;
        font-weight: 600;
    }

    .pay-method .pay-info-icon {
        color: #8bd9fa;
    }

    .pay-occupation {
        width: auto;
        height: auto;
        text-align: center;
        position: relative;
        display: flex;
        flex-direction: column;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border: 1px solid #D6E2EB;
        border-radius: .25rem;
    }
        .pay-occupation h4 {
            text-align: left;
            font-weight: 400;
            font-size: 16px;
            line-height: 140%;
        }

    .pay-occupation p {
        text-align: left;
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
        color: var(--primary-color);
    }

    .pay-occupation i {
        height: 18px;
        width: 18px;
        color: #F47896;
    }

#pByPhone_Bacs .pay-my {
    margin-bottom: 8px;
}

    #pByPhone_Bacs .pay-my h4 {
        font-size: 22px;
        color: var(--primary-color);
        text-align: left;
        font-weight: 600;
    }

@media (max-width: 600px) {
    #pByPhone_Bacs .pay-my h4 {
        font-size: 18px;
        color: var(--primary-color);
        text-align: left;
        font-weight: 600;
    }

    .pay-occupation h4 {
        font-size: 14px;
    }

    .pay-occupation p {
        font-size: 12px;
    }
}


#pByPhone_Bacs .pay-my .pay-my-info {
    color: #8bd9fa;
}


.order-renewal-confirmation {
    background-color: #A5EFFF;
    padding: 40px;
    border-radius: 4px;
}

    .order-renewal-confirmation h4 {
        font-size: 22px;
        color: var(--primary-color);
        text-align: left;
        margin-bottom: 31px;
        font-weight: 600;
        line-height: 140%;
    }

    .order-renewal-confirmation p {
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
        color: var(--primary-color);
        /*margin-bottom: 40px;*/
    }

.order-renewal-confirmation {
    background-color: #A5EFFF;
    padding: 40px;
    border-radius: 4px;
}

    .order-renewal-confirmation h4 {
        font-size: 22px;
        color: var(--primary-color);
        text-align: left;
        margin-bottom: 31px;
        font-weight: 600;
        line-height: 140%;
    }

    .order-renewal-confirmation p {
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
        color: var(--primary-color);
        /*margin-bottom: 40px;*/
    }

#confirmation .confiramtion-order-summary {
    background-color: #A5EFFF;
    padding: 40px;
    border-radius: 4px;
}

    #confirmation .confiramtion-order-summary h4 {
        font-size: 22px;
        color: var(--primary-color);
        text-align: left;
        margin-bottom: 24px;
        font-weight: 600;
        line-height: 140%;
    }

@media (max-width: 900px) {
    #confirmation .confiramtion-order-summary {
        background-color: #A5EFFF;
        padding: 24px;
        border-radius: 4px;
    }

        #confirmation .confiramtion-order-summary h4 {
            font-size: 18px;
            margin-bottom: 18px;
        }

        #confirmation .confiramtion-order-summary p {
            font-size: 12px !important;
        }

    #confirmation .checkbox-label {
        font-size: 12px !important;
    }

    #confirmation .margin-left {
        margin-left: 8px !important;
    }
}

#confirmation .margin-left {
    margin-left: 0px;
}

#confirmation .confiramtion-order-summary p {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: var(--primary-color);
    margin-bottom: 40px;
}

#confirmation .confirmation-declaration {
}

#confirmation .checkbox-label {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #1D2844;
}

    #confirmation .checkbox-label a {
        color: #2E6AB1;
        text-decoration: underline !important;
    }

.order-summary-policy-info {
    margin: 0px 0px 16px 0px;
}

.os-pi {
    color:var(--primary-color);
    font-weight:600;
    font-size:16px;
}

    .order-summary-policy-info .info-text {
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
        color: var(--primary-color);
    }

#Adminfee .margin-neg {
    display: none;
    margin-top: -72px;
}

#Adminfee .monthly-summary-info {
    background: #8BD9FA;
    height: auto;
    /*width: 584px;*/
    align-items: center;
    border: 1px solid #6FC1EF;
    border-radius: 4px;
    padding: 10px 8px;
    margin: 0px 0px 80px 0px !important;
}

    #Adminfee .monthly-summary-info .info-text {
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
        color: var(--primary-color);
    }

.order-summary-contact-info {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    text-align: left;
    color: var(--primary-color);
    padding-left: 16px;
}
.order-summary-contact-info span{
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    text-align: left;
    color: var(--primary-color);
}
.your-products-modals .modal-content {
    border-radius: 24px;
    padding: 24px;
}

.your-products-modals .sub-title {
    padding: 0px 1rem 6px 1rem;
    margin: 2px 0px 0px 0;
    width: auto;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #1D2844;
}

.freeTaxProduct {
    font-size:12px;
}
/*.your-products-modals .model-header{
    border-bottom:0px;

}*/
.modal-header {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
    border-bottom: 0px !important;
}

.modal-content {
    /*border-radius:24px !important;*/
}

.modal-content .modal-body span {
    margin: 24px 0 40px 0;
}

.your-products-modals .optionBox {
    padding: 0;
    border: none;
    margin-top: 40px;
}

.optionBox {
}

.modal-content .modal-body .optionBox .productName label {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    color: var(--primary-color);
}

@media (max-width: 600px) {
    .modal-content .modal-body .optionBox .productName label {
        font-size: 14px;
    }
}

.modal-content .modal-body .optionBox .yourProductPrice {
    font-family: 'Gellix';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: var(--primary-color);
    /* text-transform: lowercase; */
}

.modal-content .modal-body .optionBox span p {
    font-family: 'Gellix';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    color: #64749D !important;
}

.modal-content .modal-body .optionBox span {
    font-family: 'Gellix';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    color: #64749D !important;
}

.modal-content .modal-body hr:last-child {
    display: none;
}

@media (max-width: 600px) {
    .modal-title {
        font-size: 24px !important;
        width: 201px !important;
    }
}

.modal-title {
    font-family: 'Gellix';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 120% !important;
    color: var(--primary-color);
    width: auto;
}

#productExtraModal .close {
    border: 2px solid #1d2844;
    border-radius: 50%;
    /*padding: 10px 16px;*/
    color: #1d2844;
    opacity: 1;
    margin-top: -2px;
    background-color: transparent;
    font-weight: 700;
}
.your-products-modals .modal-header .close {
    border: 2px solid #1d2844;
    border-radius: 50%;
    /*padding: 10px 16px;*/
    color: #1d2844;
    opacity: 1;
    margin-top: -2px;
    background-color: transparent;
    font-weight: 700;
}

.ammend-policy {
    float: right;
}

.ammend-policy-margin {
    margin-bottom: 0px;
}

@media (max-width: 1000px) {
    .ammend-policy-margin {
        margin-bottom: 24px;
    }
}

@media (max-width: 1000px) {
    .ammend-policy {
        float: left;
    }

    input[type='radio'] {
        margin-bottom: 8px;
    }
}

#yourOrderTooltip1 .modal-header {
    border-bottom: none;
    padding: 0px 18px 0px 24px;
}

    #yourOrderTooltip1 .modal-header .modal-title {
        padding-top: 35px;
    }

#yourOrderTooltip1 .modal-body {
    padding: 0px 24px 24px 24px;
}

#yourOrdertooltip2 .modal-header {
    border-bottom: none;
    padding: 0px 18px 0px 24px;
}

    #yourOrdertooltip2 .modal-header .modal-title {
        padding-top: 35px;
    }

#yourOrdertooltip2 .modal-body {
    padding: 0px 24px 24px 24px;
}

.your-order-padding-l-30 {
    display: flex;
    justify-content: center;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
label {
    width: auto;
}

.card-input-element {
    display: none;
}

    .card-input-element:checked + .card-occupation {
        border: 2px solid var(--primary-color);
    }


.card-input-business:checked + .card-occupation {
    border: 2px solid var(--primary-color);
}

.card-business {
    width: auto;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 2px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

/*Check box*/
.pure-material-checkbox {
    z-index: 0;
    position: relative;
    display: inline-block;
    color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);
    font-family: var(--pure-material-font, "Roboto", "Segoe UI", BlinkMacSystemFont, system-ui, -apple-system);
    font-size: 16px;
    line-height: 1.5;
}

    /* Input */
    .pure-material-checkbox > input {
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        z-index: -1;
        position: absolute;
        left: -10px;
        top: -8px;
        display: block;
        margin: 0;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        background-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
        box-shadow: none;
        outline: none;
        opacity: 0;
        transform: scale(1);
        pointer-events: none;
        transition: opacity 0.3s, transform 0.2s;
    }

    /* Span */
    .pure-material-checkbox > span {
        display: inline-block;
        width: 100%;
        cursor: pointer;
    }

        /* Box */
        .pure-material-checkbox > span::before {
            content: "";
            display: inline-block;
            box-sizing: border-box;
            margin: 3px 11px 3px 1px;
            border: solid 2px; /* Safari */
            border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
            border-radius: 2px;
            width: 18px;
            height: 18px;
            vertical-align: top;
            transition: border-color 0.2s, background-color 0.2s;
        }



/* Checkbox */


/*Radio button*/
input[type='radio'] {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    outline: none;
    border: 3px solid #64749D;
}

    input[type='radio']:before {
        content: '';
        display: block;
        width: 60%;
        height: 60%;
        margin: 20% auto;
        border-radius: 50%;
    }


    input[type="radio"]:checked:before {
        background: #fff;
    }

    input[type="radio"]:checked {
        border: 7px solid var(--primary-color);
    }
/*Radio button*/
/* Tooltip*/

.TildeRectangle {
    /* Rectangle 102 */
    visibility: hidden;
    position: absolute;
    width: 20px;
    height: 20px;
    /* margin-left: 10px; */
    left: 643px;
    background: #8BD9FA;
    transform: rotate(-45deg);
    top: 403px;
}

.lblQuestion1Tooltip {
    display: inline-block;
    text-align: center;
}

    .lblQuestion1Tooltip:hover .TildeRectangle {
        visibility: visible;
    }

    .lblQuestion1Tooltip:hover .tooltipRectangle {
        visibility: visible;
    }

.lblQuestion2Tooltip {
    display: inline-block;
    text-align: center;
}

    .lblQuestion2Tooltip:hover .tooltipRectangle {
        visibility: visible;
    }

    .lblQuestion2Tooltip:hover .TildeRectangle {
        visibility: visible;
    }

.lblQuestion3Tooltip {
    display: inline-block;
    text-align: center;
}

    .lblQuestion3Tooltip:hover .TildeRectangle {
        visibility: visible;
    }

    .lblQuestion3Tooltip:hover .tooltipRectangle {
        visibility: visible;
    }

.lblQuestion4Tooltip {
    /*position: relative;*/
    display: inline-block;
    text-align: center;
}

    .lblQuestion4Tooltip:hover .TildeRectangle {
        visibility: visible;
    }

    .lblQuestion4Tooltip:hover .tooltipRectangle {
        visibility: visible;
    }

.tooltipRectangle {
    visibility: hidden;
    position: absolute;
    width: 365px;
    height: auto;
    background: #8BD9FA;
    border-radius: 4px;
    text-align: center;
    z-index: 1;
    margin-left: 10px;
    bottom: auto;
    padding: 10px;
}



.iSubtractIcon2:hover {
    /* Subtract */

    border: dotted 5px double red;
}

/* .selectedBorder .optionBox {
        border: 2px solid #1D2844 !important;
        border-radius: 0.25rem;
    }*/
/*.selectedBorder.card {
        border: 2px solid #1D2844 !important;
    }*/

.selectedBorder h6 {
    font-weight: 600;
}

.modal-body > .selectedBorder {
    border: none !important;
}
/*Your product*/
lblQuestion1Tooltip {
    display: inline-block;
    text-align: center;
}

.TildeRectangle {
    visibility: hidden;
    position: absolute;
    width: 20px;
    height: 20px;
    /* margin-left: 10px; */
    left: 643px;
    background: #8BD9FA;
    transform: rotate(-45deg);
    top: 403px;
}

.tooltipRectangle {
    visibility: hidden;
    position: absolute;
    width: 365px;
    height: auto;
    background: #8BD9FA;
    border-radius: 4px;
    text-align: center;
    z-index: 1;
    margin-left: 10px;
    bottom: auto;
    padding: 10px;
}





/*End tooltip*/
/**
* Desktop Navigation 
*/

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    justify-content: center !important;
    margin-left: 80px;
    margin-right: 0px;
}

@media (max-width: 1399px) {
    .navbar {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        justify-content: center !important;
        margin-left: 10px;
        margin-right: 0px;
    }
}

@media (max-width: 1299px) {
    .navbar {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        justify-content: center !important;
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media (max-width: 1000px) {
    .navbar {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        justify-content: center !important;
        margin-left: 195px;
        margin-right: 0px;
    }
}

@media (max-width: 767px) {
    .navbar {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        justify-content: center !important;
        margin-left: 70px;
        margin-right: 0px;
    }
}

@media (max-width: 575px) {
    .navbar {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        justify-content: right !important;
        margin-left: 0px;
        margin-right: 0px;
    }
}

/*@media (max-width: 575px) {
    .navbar {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        justify-content: right !important;
        margin-left: 30px;
        margin-right: 0px;
    }
}*/

@media (max-width: 1000px) {
    .align-items-center {
       /* float:right !important;*/
    }
}

/* .navbar {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        justify-content: center !important;
        margin-left: 0px;
        margin-right: 50px;
    }*/


.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar li {
    position: relative;
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    white-space: nowrap;
    transition: 0.3s;
}

    .navbar a i,
    .navbar a:focus i {
        line-height: 0;
        margin-left: 5px;
    }

    .navbar a:hover,
    .navbar .active,
    .navbar .active:focus,
    .navbar li:hover > a {
    }

.navbar .getstarted,
.navbar .getstarted:focus {
    padding: 8px 20px;
    margin-left: 30px;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    border: 2px solid #47b2e4;
    font-weight: var(--bold-font);
}

    .navbar .getstarted:hover,
    .navbar .getstarted:focus:hover {
        color: #fff;
        background: #31a9e1;
    }

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
}

    .navbar .dropdown ul li {
        min-width: 200px;
    }

    .navbar .dropdown ul a {
        padding: 10px 20px;
        font-size: 14px;
        text-transform: none;
        font-weight: 500;
        color: #0c3c53;
    }

        .navbar .dropdown ul a i {
            font-size: 12px;
        }

        .navbar .dropdown ul a:hover,
        .navbar .dropdown ul .active:hover,
        .navbar .dropdown ul li:hover > a {
            color: #47b2e4;
        }

.navbar .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

    .mobile-nav-toggle.bi-x {
        color: #fff;
    }

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }

    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(40, 58, 90, 0.9);
    transition: 0.3s;
    z-index: 999;
}

    .navbar-mobile .mobile-nav-toggle {
        position: absolute;
        top: 15px;
        right: 15px;
    }

    .navbar-mobile ul {
        display: block;
        position: absolute;
        top: 55px;
        right: 15px;
        bottom: 15px;
        left: 15px;
        padding: 10px 0;
        border-radius: 10px;
        background-color: #fff;
        overflow-y: auto;
        transition: 0.3s;
    }

    .navbar-mobile a,
    .navbar-mobile a:focus {
        padding: 10px 20px;
        font-size: 15px;
        color: var(--primary-color);
    }

        .navbar-mobile a:hover,
        .navbar-mobile .active,
        .navbar-mobile li:hover > a {
            color: #47b2e4;
        }

    .navbar-mobile .getstarted,
    .navbar-mobile .getstarted:focus {
        margin: 15px;
        color: var(--primary-color);
    }

    .navbar-mobile .dropdown ul {
        position: static;
        display: none;
        margin: 10px 20px;
        padding: 10px 0;
        z-index: 99;
        opacity: 1;
        visibility: visible;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    }

        .navbar-mobile .dropdown ul li {
            min-width: 200px;
        }

        .navbar-mobile .dropdown ul a {
            padding: 10px 20px;
        }

            .navbar-mobile .dropdown ul a i {
                font-size: 12px;
            }

            .navbar-mobile .dropdown ul a:hover,
            .navbar-mobile .dropdown ul .active:hover,
            .navbar-mobile .dropdown ul li:hover > a {
                color: #47b2e4;
            }

    .navbar-mobile .dropdown > .dropdown-active {
        display: block;
    }

.unavailable {
    background: #D6E2EB;
    margin-bottom: 48px;
}
.available {
    margin-bottom: 48px;
}

.btnAdd {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 70px !important;
    height: 30px;
    background: #FFFFFF;
    border-radius: 15px;
    border: 2px solid #c1c1c1;
    font-family: 'Gellix';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    font-feature-settings: 'zero' on;
    color: #1D2844 !important;
}
    .btnAdd:hover {
        border: 2px solid #1D2844;
    }
.card-hover:hover {
    border: 2px solid #BACCE2;
    border-width:2px !important;
}
.btnAddProductExtra {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding: 8px 16px 8px;
    width: auto !important;
    height: 30px;
    background: #FFFFFF;
    border-radius: 15px;
    border: 2px solid #c1c1c1;
    font-family: 'Gellix';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    font-feature-settings: 'zero' on;
    color: #1D2844 !important;
}

.browse-file {
    border: 2px dashed #8395BE;
    border-radius: 4px;
}

.browse-section {
    align-items: center;
    color: var(--primary-color);
}

.upload-doc1 {
    background-color: #F2EEE7;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
}

.upload-doc2 {
    border: 2px solid #F2EEE7;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
.padding-right {
    padding-right: 150px !important;
}

.combo-width {
    width: 215px;
}

@media screen and (max-width: 600px) {
    section {
        padding-bottom: 40px !important;
        overflow: hidden;
    }
}

section {
    padding-bottom: 80px;
    overflow: hidden;
}

@media screen and (max-width: 1000px) {
    section {
        padding-bottom: 40px;
        overflow: hidden;
    }
}

.section-bg {
    background-color: #f3f5fa;
}

.pl-55 {
    padding-left: 55px;
}


.section-title {
    text-align: center;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 140%;
    width: 440px;
    margin-bottom: 0px;
}

@media screen and (max-width: 600px) {
    .section-title {
        text-align: center;
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 140%;
        width: 279px;
        margin-bottom: 0px;
    }
}

.section-title h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #37517e;
}

    .section-title h2::before {
        content: "";
        position: absolute;
        display: block;
        width: 120px;
        height: 1px;
        background: #ddd;
        bottom: 1px;
        left: calc(50% - 60px);
    }

    .section-title h2::after {
        content: "";
        position: absolute;
        display: block;
        width: 40px;
        height: 3px;
        background: #47b2e4;
        bottom: 0;
        left: calc(50% - 20px);
    }

.search-mt {
    margin-top: 24px;
    margin-bottom: 12px;
}

.mt-15 {
    margin-top: 15px;
}

.annual-turnover .RadComboBox_Bootstrap .rcbInputCell {
    height: 48px;
}

.info-icon {
    height: 18px !important;
    width: 18px !important;
    color: #8bd9fa;
    padding-left: 46px !important;
}

.pl-10 {
    padding-left: 10px;
}

.p-10 {
    padding: 10px
}

.pl-32 {
    padding-left: 32px;
}

@media screen and (max-width: 1024px) {
    .pl-32 {
        padding-left: 0px !important;
    }
}

@media screen and (max-width: 400px) {
    .pl-32 {
        padding-left: 0px !important;
    }
}

.padding-l-30 {
    display: flex;
    justify-content: flex-end;
}


.pd-65 {
    padding-left: 65px !important;
}

@media screen and (max-width: 600px) {
    .pd-65 {
        padding-left: 55px;
    }
}

@media screen and (max-width: 1024px) {
    .pd-65 {
        padding-left: 45px !important;
    }
}

@media screen and (max-width: 600px) {
    .pd-65 {
        padding-left: 30px !important;
    }
}

.text-left {
    text-align: left;
}

.section-title {
    font-size: 22px;
    color: var(--primary-color);
    text-align: left;
}

@media screen and (max-width: 600px) {
    .section-title {
        font-size: 18px;
        color: var(--primary-color);
        text-align: left;
    }
}

.section-body-title {
    font-size: 16px;
    color: var(--primary-color);
    text-align: left;
    margin-top: 0 !important;
    margin-bottom: 4px !important;
}

@media screen and (max-width: 600px) {
    .section-body-title {
        font-size: 14px;
        /*padding-left: 10px;*/
        text-align: left;
        margin-top: 0 !important;
        margin-bottom: 4px !important;
    }

    .section-body-content {
        font-size: 10px !important;
        color: #64749D !important;
        font-weight: 400;
        text-align: left;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}

.section-body-content {
    font-size: 12px !important;
    color: #64749D !important;
    font-weight: 400;
    text-align: left;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.section-occupation-content {
    font-size: 16px;
    color: #1D2844 !important;
}

@media screen and (max-width: 600px) {
    .section-occupation-content {
        font-size: 14px;
        color: #1D2844 !important;
        padding-left: 10px;
    }
}

.section-align-item {
    align-items: center !important;
}

.section-title p {
    margin-bottom: 0;
}

.radio-button {
    height: 16px;
    width: 16px;
    margin-right: 5px;
}

    .radio-button::after {
        color: var(--primary-color);
        height: 24px;
        width: 24px;
    }

@media screen and (max-width: 1000px) {
    .padding-right {
        padding-right: 0px !important;
    }
}

@media screen and (max-width: 1000px) {
    .padding-right {
        padding-right: 12px !important;
    }
}

.card-layout {
    background: var(--primary-color) !important;
    border-radius: 8px !important;
}

.mb-15 {
    margin-bottom: 15px;
}

.card-business {
    margin-bottom: 16px;
}

    .card-business:last-child {
        margin-bottom: 0px;
    }

.card-title {
    font-size: 22px;
    line-height: 30.8px;
    color: #fff;
}

.card-subtitle {
    color: #fff;
    font-weight: var(--bold-font);
    font-size: 16px;
}

.card-right-fs {
    font-size: 14px;
    color: #ffff;
}

.includedProducts {
    font-size: 14px !important;
    color: #ffff !important;
    font-weight:normal !important;
}
.card-display-flex {
    display:flex;
}

.quote-total-mt{
    margin-top:22px;
}

.card-price-color span {
    color: #79F2B1;
    float: right;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
}

.total-price {
    font-size: 16px;
}

.sub-price {
    float: right;
}

.total {
    font-size: 16px;
}

.card-p {
    font-size: 10px;
    text-align: center;
    padding: 10px;
}

.card-occupation {
    width: auto;
    height: auto;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 2px solid #D6E2EB;
    border-radius: .25rem;
    justify-content: center;
    font-size: 16px;
}

.pd-15 {
    padding-bottom: 16px;
}

.mt-24 {
    margin-top: 24px;
}

@media screen and (max-width: 600px) {
    .card-occupation {
        width: auto;
        height: auto;
        text-align: center;
        position: relative;
        display: flex;
        flex-direction: column;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border: 2px solid rgba(0,0,0,.125);
        border-radius: .25rem;
        font-size: 14px;
    }
}

.occup .card-occupation {
    height: 120px !important;
}

/*--------------------------------------------------------------
# Thank you
--------------------------------------------------------------*/
.thankyou-banner {
    font-size: 18px;
    color: var(--primary-color) !important;
    font-weight: var(--normal-font);
}

.thank-you-sidebar {
    right: 10px;
    position: relative !important;
}

.circle {
    position: absolute;
    width: 384px;
    height: 384px;
    right: -192px;
    top: -192px;
    background: #692857;
    border-radius: 340px;
    z-index: 3;
}

.circle2 {
    position: absolute;
    width: 544px;
    height: 544px;
    right: -272px;
    top: -272px;
    background: #B73E71;
    border-radius: 450px;
    z-index: 2;
}

.circle3 {
    position: absolute;
    width: 784px;
    height: 784px;
    right: -392px;
    top: -392px;
    background: #F47896;
    border-radius: 450px;
    z-index: 1;
}
/*.circle-mobile {
    position: relative;
    width: 384px;
    height: 384px;
    background: #692857;
    border-radius: 340px;
    z-index: 3;
    margin: 0 auto;
    bottom: -192px;
}

.circle2-mobile {
    position: relative;
    width: 544px;
    height: 544px;
    background: #B73E71;
    border-radius: 450px;
    z-index: 2;
    margin: 0 auto;
    bottom: 264px;
}

.circle3-mobile {
    position: relative;
    width: 784px;
    height: 784px;
    background: #F47896;
    border-radius: 450px;
    z-index: 1;
    margin: 0 auto;
    bottom: 911px;
}*/
.mobile-view.div-show .circle-mobile {
    position: relative;
    width: 215px;
    height: 215px;
    background: #692857;
    border-radius: 340px;
    z-index: 3;
    margin: 0 auto;
    bottom: -195px;
}

.mobile-view.div-show .circle2-mobile {
    position: relative;
    width: 295px;
    height: 295px;
    background: #B73E71;
    border-radius: 450px;
    z-index: 2;
    margin: 0 auto;
    bottom: 58px;
}

.mobile-view.div-show .circle3-mobile {
    position: relative;
    width: 415px;
    height: 415px;
    background: #F47896;
    border-radius: 50%;
    z-index: 1;
    margin: 0 auto;
    bottom: 430px;
    left: -20px;
}
.mobile-view {
    height: 300px;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
}
@media screen and (min-width: 400px) and (max-width: 500px) {
    .mobile-view.div-show .circle3-mobile {
        position: relative;
        width: 443px;
        height: 443px;
        background: #F47896;
        border-radius: 50%;
        z-index: 1;
        margin: 0 auto;
        bottom: 430px;
        left: -20px;
    }
}
@media screen and (min-width: 500px) and (max-width: 600px) {
    .mobile-view.div-show .circle3-mobile {
        position: relative;
        width: 740px;
        height: 740px;
        background: #F47896;
        border-radius: 50%;
        z-index: 1;
        margin: 0 auto;
        bottom: 667px;
        left: -90px;
    }
    .mobile-view.div-show .circle2-mobile {
        position: relative;
        width: 395px;
        height: 395px;
        background: #B73E71;
        border-radius: 450px;
        z-index: 2;
        margin: 0 auto;
        bottom: 196px;
    }
    .mobile-view.div-show .circle-mobile {
        position: relative;
        width: 336px;
        height: 336px;
        background: #692857;
        border-radius: 340px;
        z-index: 3;
        margin: 0 auto;
        bottom: -195px;
    }
}

    @media screen and (min-width: 600px) and (max-width: 1000px) {
        .mobile-view {
            height: 400px !important;
            overflow: hidden;
            margin: 0px;
            padding: 0px;
        }

            .mobile-view.div-show .circle-mobile {
                position: relative;
                width: 400px;
                height: 400px;
                background: #692857;
                border-radius: 340px;
                z-index: 3;
                margin: 0 auto;
                bottom: -300px;
            }

            .mobile-view.div-show .circle2-mobile {
                position: relative;
                width: 550px;
                height: 550px;
                background: #B73E71;
                border-radius: 450px;
                z-index: 2;
                margin: 0 auto;
                bottom: 192px;
            }

            .mobile-view.div-show .circle3-mobile {
                position: relative;
                width: 870px;
                height: 870px;
                background: #F47896;
                border-radius: 50%;
                z-index: 1;
                margin: 0 auto;
                bottom: 856px;
                left: -66px;
            }
    }

    .occupation-card-mb-mr {
        margin-bottom: 15px;
        margin-right: 10px;
    }

    .people-card-mb-mr {
        margin-bottom: 15px;
        margin-right: 10px;
    }

    .btnNext {
        /* Qdos / Primary Button with icon */
        /* Auto layout */

        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
        padding: 0px 33px;
        gap: 10px;
        float: right;
        width: 116px;
        height: 48px;
        /* Qdos/Steel / Steel 3 */

        background: #1D2844;
        border-radius: 24px;
        /* Qdos/Desktop/Navigation */

        font-family: 'Gellix';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 140%;
        /* or 22px */

        font-feature-settings: 'zero' on;
        /* White */

        color: #FFFFFF;
    }

    .previousBtn {
        color: #1D2844;
        /*background: #FFF;*/
        background: url(../../../../Assets/images/icons/leftArrow.png) left 13px top 19px no-repeat #FFF;
        background-size: 18px;
        padding-left: 40px;
        float: left;
    }

    /*--------------------------------------------------------------
# Service and Service option
--------------------------------------------------------------*/
    .already-registered {
        border-radius: 8px;
    }

        .already-registered form {
            display: block;
            width: 75%;
            margin: 0 auto;
        }

        .already-registered h4 {
            font-size: 22px;
            color: var(--primary-color);
            text-align: center;
            margin-top: 35px;
        }

    .new-account {
        border-radius: 8px;
        background: #F2EEE7 !important;
        border: 2px solid #F2EEE7;
    }

        .new-account form {
            display: block;
            width: 75%;
            margin: 0 auto;
        }

        .new-account h4 {
            font-size: 22px;
            color: var(--primary-color);
            text-align: center;
            margin-top: 35px;
        }

        .new-account p {
            font-size: 12px;
            color: #64749D !important;
            font-weight: 400;
            text-align: left;
        }

    .ir-35-title {
        font-family: 'Gellix';
        font-style: normal;
        font-weight: 700;
        font-size: 44px;
        line-height: 100%;
        color: var(--primary-color);
    }

    .btnSelect {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
        padding: 15px;
        height: 30px;
        background: #FFFFFF;
        border-radius: 16px;
        border: 2px solid #BACCE2;
        font-style: normal;
        font-weight: 600;
        font-size: 12px;
        line-height: 0;
        color: #1D2844 !important;
        text-decoration: none;
        width: 98px !important;
    }

.btnSelected {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px;
    height: 30px;
    background: #79F2B1;
    border-radius: 15px;
    border: none;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 0;
    color: #1D2844 !important;
    text-decoration: none;
    width: 98px !important;
}

    @media screen and (max-width: 600px) {
        .btnSelect {
            font-size: 12px;
        }

        .btnSelected {
            font-size: 12px;
        }

        .ir-35-title {
            font-weight: 600;
            font-size: 24px;
        }
    }
.btn-fl {
    float: left !important;
}

    .yp-btn-fr {
        float: left ;
    }

@media screen and (max-width: 600px) {
    .yp-btn-fr {
        float: right !important;
    }
}
    /*--------------------------------------------------------------
# Your Details
--------------------------------------------------------------*/
    .your-detail {
    }

        .your-detail .title {
            font-weight: 600;
            font-size: 22px;
            line-height: 140%;
            margin-bottom: 0px;
            line-height: 30.8px;
        }

    @media screen and (max-width: 600px) {
        .your-detail .title {
            font-weight: 600;
            font-size: 18px;
            line-height: 140%;
            margin-bottom: 0px;
        }
    }

    .your-detail .subtitle {
        font-weight: 400;
        font-size: 16px;
        line-height: 140%;
    }

    .your-detail label {
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
        color: var(--primary-color);
        margin-bottom: 4px;
    }

    .your-detail input {
        font-weight: 400;
        font-size: 16px;
        line-height: 140%;
        color: #64749D;
        border-color: #8395BE;
    }

    .your-detail .RadComboBox {
        text-align: left;
        display: block !important;
        vertical-align: middle;
        white-space: nowrap;
        *display: inline;
        *zoom: 1;
    }

    .your-detail .RadComboBox_Bootstrap table {
        border-collapse: separate !important;
        *border-collapse: collapse !important;
        padding: 0;
        border-spacing: 0;
        border: 1px solid;
        overflow: hidden;
        height: 48px !important;
    }

    .address .title {
        font-weight: 600;
        font-size: 22px;
        line-height: 140%;
        color: var(--primary-color);
    }

    .address .sub-title {
        font-weight: 400;
        font-size: 16px;
        line-height: 140%;
        color: var(--primary-color);
        margin-bottom: 40px;
    }

    .address input {
        font-weight: 400;
        font-size: 16px;
        line-height: 140%;
        color: #64749D;
        width: 384px;
        border-color: #8395BE;
    }

    .address label {
        font-family: 'Gellix';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
        color: #1D2844;
    }

    .helpText {
        display: flex;
        font-size: 12px !important;
        color: #64749D !important;
    }

    .companyNameError {
        display: none;
    }

    @media screen and (max-width: 600px) {
        .address label {
            font-size: 12px;
            margin-bottom: 4px;
            padding-left: 8px;
        }

        .address input {
            font-weight: 400;
            font-size: 16px;
            line-height: 140%;
            color: #64749D;
            width: 100%;
        }

        .pnlCorrespondence input {
            font-weight: 400;
            font-size: 16px;
            line-height: 140%;
            color: #64749D;
            width: 100%;
        }

        .address .title {
            font-weight: 600;
            font-size: 18px;
            line-height: 140%;
            color: var(--primary-color);
        }

        .address .sub-title {
            font-weight: 400;
            font-size: 14px;
            line-height: 140%;
            color: var(--primary-color);
            margin-bottom: 40px;
        }

        .contact-preference h4 {
            font-size: 18px !important;
        }

        .contact-preference p {
            font-size: 14px !important;
        }

        .contact-preference label {
            font-size: 12px !important;
            padding-left: 8px;
        }
    }


    .address .chkToggle {
        width: 18px;
    }

    .contact-preference h4 {
        font-size: 22px;
        color: var(--primary-color);
        text-align: left;
        margin-bottom: 8px;
        font-weight: 600;
    }

    .contact-preference p {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 140%;
        margin-bottom: 24px;
        color: var(--primary-color);
    }

    .contact-preference label {
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
        color: var(--primary-color);
    }

    .contact-preference .check-title {
        font-family: 'Gellix';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 140%;
        color: #1D2844;
        margin: 0px;
    }

    .address hr {
        margin-bottom: 40px;
    }

    .drop-down label {
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
        color: var(--primary-color);
    }

    #txtHowHearOther_wrapper .drop-down input {
        font-weight: 400;
        font-size: 16px;
        line-height: 140%;
        color: #64749D;
        width: 100%;
    }

    .pnlCorrespondence label {
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
        color: var(--primary-color);
        margin-bottom: 4px;
    }

    .pnlCorrespondence input {
        font-weight: 400;
        font-size: 16px;
        line-height: 140%;
        color: #64749D;
        width: 384px;
        border-color: #8395BE !important;
    }

    #rowTurnover .rcbScroll {
        height: 200px !important;
    }

    #rowTurnover #ddTurnover_DropDown {
        height: 200px !important;
    }

    #exampleModal {
    }

        #exampleModal .modal-header {
            padding-bottom: 0px;
            border-bottom: none;
            padding: 0px 0px 0px 8px;
        }


            #exampleModal .modal-header .close {
                background-color: #f8d7da !important;
                border: 1px solid #f8d7da;
                display: flex;
                flex-direction: column-reverse;
            }

        #exampleModal button span {
            color: #8F1414;
        }

        #exampleModal .modal-header .modal-title {
            font-family: 'Gellix';
            font-style: normal;
            font-weight: 600;
            font-size: 16px;
            line-height: 140%;
            color: #8F1414;
            padding-top: 8px;
        }

        #exampleModal .modal-body {
            padding: 0px 8px 10px 8px;
        }

    #modalMessage li {
        font-family: 'Gellix';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
    }

    #tooltip1 .modal-header {
        border-bottom: none;
        padding: 0px 18px 0px 24px;
    }

        #tooltip1 .modal-header .modal-title {
            padding-top: 35px;
        }

    #tooltip1 .modal-body {
        padding: 0px 24px 24px 24px;
    }

    #tooltip2 .modal-header {
        border-bottom: none;
        padding: 0px 18px 0px 24px;
    }

        #tooltip2 .modal-header .modal-title {
            padding-top: 35px;
        }

    #tooltip2 .modal-body {
        padding: 0px 24px 24px 24px;
    }

    #tooltip3 .modal-header {
        border-bottom: none;
        padding: 0px 18px 0px 24px;
    }

        #tooltip3 .modal-header .modal-title {
            padding-top: 35px;
        }

    #tooltip3 .modal-body {
        padding: 0px 24px 24px 24px;
    }

    #tooltip4 .modal-header {
        border-bottom: none;
        padding: 0px 18px 0px 24px;
    }

        #tooltip4 .modal-header .modal-title {
            padding-top: 35px;
        }

    #tooltip4 .modal-body {
        padding: 0px 24px 24px 24px;
    }

    @media screen and (max-width: 600px) {
        #exampleModal .modal-header .modal-title {
            font-size: 14px !important;
            width: 261px !important;
        }


        #modalMessage li {
            font-size: 12px;
        }

        .pnlCorrespondence input {
            width: 100%;
        }

        .contact-preference .check-title {
            font-size: 14px !important;
        }
    }

    /*--------------------------------------------------------------
# Thank you
--------------------------------------------------------------*/
    .thanks-card {
        background-color: var(--primary-color) !important;
        border-radius: 8px;
        padding: 22px;
    }

    @media screen and (max-width: 900px) {
        .thanks-card {
            background-color: var(--primary-color) !important;
            border-radius: 8px;
            padding: 8px !important;
        }
    }

    .mb-30 {
        margin-bottom: 30px;
    }

    .thanks-card h5 {
        font-size: 22px;
        line-height: 30.8px;
        color: #fff;
        width: 115px;
        height: 31px;
        font-weight: 600;
        margin: 0px;
    }

    .thanks-card .label {
        font-weight: 400;
        font-size: 16px;
        line-height: 140%;
        color: #FFFFFF;
        margin: 0px;
    }

    .thanks-card .thank-text {
        font-weight: 400;
        font-size: 16px;
        line-height: 140%;
        color: #FFFFFF;
        text-align: right;
        margin: 0px;
    }

    .thank-text span {
        font-weight: 600 !important;
    }


    .thanks-card hr {
        width: auto;
        height: 2px !important;
        background-color: #64749D;
        margin-bottom: 24px;
    }

    @media screen and (max-width: 900px) {
        .thanks-card hr {
            width: auto;
            height: 2px !important;
            background-color: #64749D;
        }
    }

    .thanks-card .order-total {
        font-size: 22px;
        font-weight: 600;
        line-height: 30.8px;
        margin: 0px;
    }

    .thanks-card .price {
        color: #79F2B1;
    }

    .thanks-below-content {
        color: var(--primary-color);
        font-weight: 400;
        font-size: 16px;
        line-height: 22.4px;
        width: 588px;
    }

    @media screen and (max-width: 1000px) {
        .thanks-below-content p {
            font-size: 14px;
        }
    }

    .link {
        color: #2E6AB1;
        font-weight: 400;
        font-size: 16px;
    }

    .thanks-card ul li {
        color: #fff;
        font-weight: 600;
    }

    .thanks-card .order-total #lblOrderTotal {
        font-weight: 600 !important;
        font-size: 22px;
        line-height: 140%;
    }

    .banner-sub-title {
        font-weight: 600;
        font-size: 20px;
        line-height: 140%;
        margin: 0px;
        color: var(--primary-color) !important;
    }

    .pay-by-phone {
        font-weight: 600;
        font-size: 22px;
        line-height: 140%;
        color: var(--primary-color);
        margin: 0px;
    }

    .pay-by-phone-text {
        font-weight: 400;
        font-size: 20px;
        line-height: 140%;
        color: var(--primary-color);
    }

    .mb-16 {
        margin-bottom: 16px;
    }

    .pay-by-phone-text a {
        font-weight: 600;
        font-size: 20px;
        line-height: 140%;
        color: var(--primary-color);
    }
    /*Start responsive quote summary*/
    .floating-div {
    }

    #showSideBarButton i {
        color: #fff;
        padding-top: 2px;
    }

    .floating-div .quote-summary-text {
        font-weight: 400;
        font-size: 12px;
        line-height: 140%;
        color: #fff;
    }

    .floating-div .quote-summary-price {
        font-weight: 600;
        font-size: 14px;
        line-height: 140%;
        text-align: right;
        color: #79F2B1;
        margin-left: 10px;
        margin-right: 10px;
    }
    /*End quote summary*/
    /*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
    #footer {
        font-size: 14px;
        background: var(--primary-color);
    }

        #footer .footer-top {
            padding: 120px 0 80px 0;
            background: var(--primary-color);
        }

            #footer .footer-top .flex-direction {
                flex-direction: row;
            }

    @media (max-width:1000px) {
        #footer .footer-top .flex-direction {
            flex-direction: column-reverse;
        }
    }

    @media (max-width:1000px) {
        #footer .footer-top {
            padding: 0px 0 80px 24px;
        }
    }

    #footer .footer-top .left-section {
        margin-bottom: 16px;
    }

    #footer .footer-top .about {
        font-family: 'Gellix' !important;
        font-size: 12px;
        line-height: 140%;
        color: #fff;
        font-weight: 400;
        /* or 17px */
        font-feature-settings: 'zero';
        padding-bottom: 30px;
        width: 384px;
    }

    @media (max-width: 1000px) {
        #footer .footer-top .about {
            font-family: 'Gellix';
            font-size: 10px;
            line-height: 140%;
            color: #fff;
            font-weight: 400;
            /* or 17px */
            font-feature-settings: 'zero';
            padding-bottom: 30px;
            width: 327px;
        }
    }

    #footer .footer-top .copyright {
        font-family: 'Gellix';
        font-size: 16px;
        line-height: 140%;
        font-feature-settings: 'zero' on;
    }

    @media (max-width: 1000px) {
        #footer .footer-top .copyright {
            font-family: 'Gellix';
            font-size: 12px;
            line-height: 140%;
            font-feature-settings: 'zero' on;
        }
    }

    #footer .footer-top .mb-41 {
        margin-bottom: 41px;
    }

    #footer .footer-top h4 {
        font-family: 'Gellix' !important;
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 140%;
        /* or 22px */
        text-align: right;
        font-feature-settings: 'zero' on;
        color: #F47896;
        padding-bottom: 19px;
    }

    @media (max-width:1000px) {
        #footer .footer-top h4 {
            font-family: 'Gellix' !important;
            font-style: normal;
            font-weight: 600;
            font-size: 14px;
            line-height: 140%;
            /* or 22px */
            text-align: right;
            font-feature-settings: 'zero' on;
            color: #F47896;
            padding-bottom: 10px;
        }
    }

    @media (max-width: 1000px) {
        #footer .footer-top h4 {
            font-family: 'Gellix';
            font-style: normal;
            font-weight: 600;
            font-size: 16px;
            line-height: 140%;
            /* or 22px */
            text-align: left;
            font-feature-settings: 'zero' on;
            color: #F47896;
            padding-bottom: 19px;
        }
    }

    #footer .footer-top ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        #footer .footer-top ul li {
            padding: 8px 0;
            align-items: center;
            text-align: right;
        }

    @media (max-width: 1000px) {
        #footer .footer-top ul li {
            padding: 10px 0;
            align-items: center;
            text-align: left;
        }
    }

    #footer .footer-top ul li:first-child {
        padding-top: 0;
    }

    #footer .footer-top ul li a {
        font-family: 'Gellix';
        font-size: 16px;
        line-height: 140%;
        text-align: right;
        font-feature-settings: 'zero' on;
        color: #FFFFFF;
    }

    @media (max-width:1000px) {
        #footer .footer-top ul li a {
            font-family: 'Gellix';
            font-size: 14px;
            line-height: 140%;
            text-align: right;
            font-feature-settings: 'zero' on;
            color: #FFFFFF;
            margin-left:0px !important;
        }
    }

    #footer .footer-top .float-right {
        float: right;
    }

    @media (max-width: 1000px) {
        #footer .footer-top .float-right {
            float: left;
        }
    }

    @media (max-width: 1000px) {
        .mt-41 {
            margin-top: 41px !important;
        }
    }

    .mt-81 {
        margin-top: 81px !important;
    }

    @media (max-width:1000px) {
        .mt-81 {
            margin-top: 81px;
        }
    }

    #footer .footer-top .copyright {
        float: left;
        color: #BACCE2;
    }

    #footer .footer-top .footer-bottom-links {
        float: right;
        font-family: 'Gellix';
        font-size: 12px;
        line-height: 140%;
        font-feature-settings: 'zero' on;
        color: #BACCE2;
        padding-left: 36px;
        padding-bottom: 0px;
    }

    @media (max-width: 1000px) {
        #footer .footer-top .footer-bottom-links {
            float: left;
            font-family: 'Gellix';
            font-size: 12px;
            line-height: 140%;
            font-feature-settings: 'zero' on;
            color: #BACCE2;
            padding-left: 0px;
            padding-bottom: 80px;
        }
    }

    #footer .footer-top .footer-bottom-links ul li {
        padding: 10px 0;
        align-items: center;
        text-align: right;
        display: inline;
    }

    @media (max-width: 1000px) {
        #footer .footer-top .footer-bottom-links ul li {
            padding: 10px 0;
            align-items: center;
            text-align: left;
            display: block;
        }
    }

    #footer .footer-top .footer-bottom-links ul li a {
        font-family: 'Gellix';
        font-size: 12px;
        line-height: 140%;
        font-feature-settings: 'zero' on;
        color: #BACCE2;
        margin-left: 25px;
    }

    @media (max-width: 1000px) {
        #footer .footer-top .footer-bottom-links ul li a {
            font-family: 'Gellix';
            font-size: 12px;
            line-height: 140%;
            font-feature-settings: 'zero' on;
            color: #BACCE2;
            margin-left: 0px;
        }
    }

    #footer .footer-top .footer-images {
        height: 40px;
        width: 40px;
        margin-right: 24px;
    }

        #footer .footer-top .footer-images:last-child {
            margin-right: 0px;
        }

    #footer .footer-top .mt-40 {
        margin-top: 40px;
    }

    @media (max-width:1000px) {
        #footer .footer-top .footer-images {
            height: 40px;
            width: 40px;
            margin-right: 24px
        }
    }

    #footer .footer-top .make {
        color: #F47896 !important;
        font-size: 16px;
        font-weight: 400;
    }

    #footer .footer-top .sense {
        color: #F47896 !important;
        font-style: italic !important;
    }

    #footer .footer-top .pointer {
        margin-left: 40px;
        margin-right: 40px;
        color: #64749D;
    }

.footer-slogan {
    padding-left: 40px;
    border-left: 1px solid #64749d;
    margin-left: 40px;
    vertical-align: -webkit-baseline-middle;
}
    .label {
        width: 100%;
    }

    .card {
        border-width: 2px !important;
    }

    .modal-header .close {
        height: 40px;
        width: 40px;
        border-radius: 50%;
    }

    .business-input {
        /*display: none;*/
    }

        .business-input:checked + .card-business {
            box-shadow: 0 0 1px 1px var(--primary-color);
            width: auto;
            height: auto;
            text-align: center;
            position: relative;
            display: flex;
            flex-direction: column;
            word-wrap: break-word;
            background-color: #fff;
            background-clip: border-box;
            border: 2px solid rgba(0,0,0,.125);
            border-radius: .25rem;
            font-weight: 600 !important;
        }

    .card-input-element {
        display: none;
    }

        .card-input-element:checked + .card-occupation {
            width: auto;
            height: auto;
            text-align: center;
            position: relative;
            display: flex;
            flex-direction: column;
            word-wrap: break-word;
            background-color: #fff;
            background-clip: border-box;
            border: 2px solid var(--primary-color);
            border-radius: .25rem;
            font-weight: 600 !important;
        }

    /* Tooltip classes*/

    .lblQuestion3Tooltip {
        display: inline-block;
        text-align: center;
    }

        .lblQuestion3Tooltip:hover .TildeRectangle {
            visibility: visible;
        }

        .lblQuestion3Tooltip:hover .tooltipRectangle {
            visibility: visible;
        }

    .iSubtractIcon2:hover {
        /* Subtract */

        border: dotted 5px double red;
    }

    .TildeRectangle {
        /* Rectangle 102 */
        visibility: hidden;
        position: absolute;
        width: 20px;
        height: 20px;
        /* margin-left: 10px; */
        left: 664px;
        background: #8BD9FA;
        transform: rotate(-45deg);
        top: 454px;
    }

    .tooltipRectangle {
        visibility: hidden;
        position: absolute;
        width: 365px;
        height: auto;
        background: #8BD9FA;
        border-radius: 4px;
        text-align: center;
        z-index: 1;
        margin-left: 10px;
        bottom: auto;
        padding: 10px;
    }



    .ddTurnOver2 {
        width: 99.09% !important;
        /*height: 24px !important;*/
        text-align: left !important;
        margin-left: 1px !important;
    }

    .form-control {
        height: 48px !important;
    }

    .form-select {
        height: 48px !important;
        width: 384px !important;
    }

    .ddWidth {
        height: 48px !important;
        width: 100% !important;
    }

    .validationRed {
        color: red !important;
        padding-left: 15px;
        border-color: red !important;
    }

    /****************************************************************************************************************************/
    /* policiesSetup Page Style start */
    /****************************************************************************************************************************/
    .policiesSetup_MainHeading {
        width: 346px;
        height: 31px;
        /* Qdos/Desktop/Display XS */

        font-family: 'Gellix';
        font-style: normal;
        font-weight: 600;
        font-size: 22px;
        line-height: 140%;
        /* identical to box height, or 31px */

        font-feature-settings: 'zero' on;
        /* Qdos/Steel / Steel 3 */

        color: #1D2844;
    }

    .policiesSetup_emailIdField {
        box-sizing: border-box !important;
        /* Auto layout */

        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 12px 16px !important;
        gap: 8px;
        width: 384px !important;
        height: 46px !important;
        /* White */

        background: #FFFFFF;
        /* Qdos/Steel / Steel 3 */

        border: 1px solid #1D2844;
        border-radius: 4px;
        /* Inside auto layout */

        flex: none;
        order: 0;
        flex-grow: 0;
    }

    .policiesSetup_loginBox {
        box-sizing: border-box;
        width: auto;
        height: auto;
        /* Qdos/Steel / Steel 1 */

        background: #D6E2EB;
        /* Qdos/Steel / Steel 1.5 */
        padding: 5px;
        border: 2px solid #BACCE2;
    }

    .policiesSetup_body {
        width: auto;
        height: auto;
        /* Qdos/Desktop/Body Large Bold */

        font-family: 'Gellix';
        font-style: normal;
        font-weight: 200;
        font-size: 15px;
        line-height: 140%;
        /* identical to box height, or 28px */

        font-feature-settings: 'zero' on;
        /* Qdos/Steel / Steel 3 */

        color: #1D2844;
    }

    .policiesSetup_bodyDetailedText {
        width: auto;
        height: auto;
        /* Qdos/Desktop/Copy S */

        font-family: 'Gellix';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
        /* or 20px */

        font-feature-settings: 'zero' on;
        /* Qdos/Steel / Steel 3 */

        color: #1D2844;
    }

    .policiesSetup_lblPassword {
        width: auto;
        height: auto;
        /* Qdos/Desktop/Copy S */

        font-family: 'Gellix';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
        /* identical to box height, or 20px */

        font-feature-settings: 'zero' on;
        /* Qdos/Steel / Steel 3 */

        color: #1D2844;
        /* Inside auto layout */

        flex: none;
        order: 0;
        flex-grow: 1;
    }

    .policiesSetup_txtPassword {
        box-sizing: border-box !important;
        /* Auto layout */

        display: flex;
        flex-direction: row;
        align-items: center;
        width: auto !important;
        height: auto !important;
        /* White */

        background: #FFFFFF;
        /* Qdos/Stem / Stem 2.5 */

        border: 1px solid #129264;
        border-radius: 4px;
        /* Inside auto layout */

        flex: none;
        order: 1;
        flex-grow: 0;
    }

    .policiesSetup_btnConfirmDetails {
        display: flex;
        align-items: center;
        padding-left: 20px;
        gap: 10px;
        width: 175px;
        height: 25px;
        /* Qdos/Steel / Steel 3 */
        color: white !important;
        background: #1D2844;
        border-radius: 24px;
        text-align: center;
    }

    .policiesSetup_btnLogin {
        display: flex;
        align-items: center;
        padding-left: 20px;
        gap: 10px;
        width: 75px;
        height: 25px;
        /* Qdos/Steel / Steel 3 */
        color: white !important;
        background: #1D2844;
        border-radius: 24px;
        text-align: center;
    }


    .container .box {
        width: auto;
        display: table;
    }

        .container .box .box-row {
            display: table-row;
        }

        .container .box .box-cell {
            display: table-cell;
            border: 0.5px solid #BACCE2;
            width: 25%;
            padding: 10px;
        }

    .errorMessage {
        color: red !important;
    }


    .rptYesNoButtonStyle {
        border: 2px solid #D6E2EB;
        position: relative;
        font: 5px !important;
        font-weight: bold !important;
        color: black !important;
        border-radius: 100%;
        padding: 10px;
        margin: 10px;
        background-color: white;
    }

        .rptYesNoButtonStyle:hover {
            color: #1d2844;
        }

    .rptYesNoButtonStyleSelected {
        border-color: #1d2844;
        color: #1d2844;
    }

    .rptSelectionButtonsStyle {
        box-sizing: border-box;
        position: relative;
        width: auto;
        height: auto;
        background: #FFFFFF;
        border: 2px solid #D6E2EB;
        width: 33%;
        float: left;
        padding: 0 15px;
    }

    .rptSelectionButtonsStyleSelected {
        border-color: #1d2844;
        color: #1d2844;
    }

    .boxedRadio input[type=radio] {
        display: none;
    }

        .boxedRadio input[type=radio] + label {
            text-align: center;
            cursor: pointer;
            margin-left: 8px;
            padding-top: 22px;
        }

        .boxedRadio input[type=radio]:checked + label {
            border: 2px solid #1D2844;
            font-weight: 600;
        }

    .boxedRadio label {
        box-sizing: border-box;
        width: 250px;
        height: 80px;
        display:inline-grid;
        background: #FFFFFF;
        border: 2px solid #BACCE2;
        padding: 15px;
        margin-right: 8px;
        margin-top: 8px;
        margin-bottom: 8px;
        font-size: 16px;
        font-weight: 400;
    }

        .boxedRadio label:hover {
            border: 2px solid #1D2844;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
            transition: all 0.5s ease;
        }

    .roundRadio input[type=radio] {
        display: none;
    }

    .mt-16 {
        margin-top: 16px !important;
    }

    .roundRadio input[type=radio] + label {
        text-align: center;
        cursor: pointer;
        margin-left: 0px;
    }

    .roundRadio input[type=radio]:checked + label {
        border: 2px solid #1D2844;
        font-weight: 600;
    }

    .roundRadio label {
        box-sizing: border-box;
        min-width: 80px;
        min-height: 80px;
        background: #FFFFFF;
        border: 2px solid #BACCE2;
        border-radius: 50%;
        padding: 28px;
        margin-right: 16px;
        margin-top: 8px;
        margin-bottom: 16px;
    }

        .roundRadio label:hover {
            border: 2px solid #1D2844;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
            transition: all 0.5s ease;
        }

.refBoxBorder {
    border:2px solid #BACCE2 !important;
}
    /****************************************************************************************************************************/
    /* policiesSetup Page Style end */
    /****************************************************************************************************************************/

    /* Quote Summary Page Style Start */
    /****************************************************************************************************************************/
    .productPricePm {
        color: white !important;
        font-size: 14px !important;
    }
    /****************************************************************************************************************************/
    /* Quote Summary Page Style End */
    /****************************************************************************************************************************/

    /****************************************************************************************************************************/
    /* How did you hear section Style start */
    /****************************************************************************************************************************/

    #ddTitle1_Input {
        width: 234px;
        height: 48px;
    }

    #ddHowDidYouHear_Input {
        width: 533px;
        height: 48px;
    }

    #ddHowHearItems_Input {
        width: 533px;
        height: 48px;
    }
 
    @media (max-width:1000px) {
        #ddTitle1_Input {
            width: 100%;
            height: 48px;
        }

        #ddHowDidYouHear_Input {
            width: 100%;
            height: 48px;
        }

        #ddHowHearItems_Input {
            width: 100%;
            height: 48px;
        }
    }

    #rbAccountant {
        width: 100% !important;
        height: 48px !important;
    }

    #ddAccountantName_Input {
        width: 100%;
        height: 48px !important;
    }
    /****************************************************************************************************************************/
    /* How did you hear section Style End */
    /****************************************************************************************************************************/

    #rbAccountant_Input {
        height: 48px;
    }

    .rcbArrowCellRight {
        border-left: 0px !important;
    }

    .colorBlueDiv {
        width: 580px !important;
        height: 67px;
        background: #8BD9FA;
        border-radius: 4px;
        margin-left: 13px;
        color: var(--primary-color) !important;
        margin-bottom: 7px;
    }

    .mb-75 {
        margin-bottom: -75px;
    }

    .OrderSummary-panel {
        background-color: #FFF;
        /*padding: 20px;
        margin-top: -24px;*/
    }

        .OrderSummary-panel .section-title {
            font-size: 22px;
            color: var(--primary-color);
            text-align: left;
            font-weight: var(--semiBold-font);
            margin-bottom: 16px;
        }

    .pTageClass {
        font-family: 'Gellix';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 140%;
        color: #1D2844;
    }

        .pTageClass:last-child {
            font-family: 'Gellix';
            font-style: normal;
            font-weight: 400;
            font-size: 20px;
            line-height: 140%;
            color: #1D2844;
        }

    .colorDiv {
        min-height: 110px;
        background: #8BD9FA;
        border-radius: 4px;
        padding: 24px;
    }

    /*.colorBlueDiv1 {
        width: 580px;
        height: 80px;
        left: 120px;
        top: 2123px;
        background: #8BD9FA;
        border-radius: 4px;
        margin-left: 1px !important;
        color: var(--primary-color) !important;
    }*/

    .mb-100 {
        margin-bottom: -100px;
    }

    .card-input-element {
        display: none;
    }

        .card-input-element:checked + .pay-occupation {
            border: 2px solid var(--primary-color);
        }

            .card-input-element:checked + .pay-occupation h4 {
                font-weight: 600;
            }

    .ml-24 {
        margin-left: -24px;
    }

    .ml-39 {
        margin-left: -39px
    }

    .colorBlueDiv2 {
        width: 100%;
        min-height: 58px;
        left: 120px;
        top: 2123px;
        background: #8BD9FA;
        border: 1px solid #6FC1EF;
        border-radius: 4px;
        color: var(--primary-color) !important;
    }

    @media screen and (max-width: 600px) {
        .colorBlueDiv2 {
            width: 100%;
            min-height: 58px;
            left: 120px;
            top: 2123px;
            background: #8BD9FA;
            border: 1px solid #6FC1EF;
            border-radius: 4px;
            color: var(--primary-color) !important;
        }

        .pTageClass {
            color: var(--primary-color) !important;
            background-color: #fff;
            font-size: 14px !important;
        }
        .ttIcon {
            display: flex !important;
            justify-content: flex-end !important;
        }
    }

    .mb-8 {
        margin-bottom: 8px;
    }

    .mt-8 {
        margin-top: 8px !important;
    }

    .fw-600 {
        font-weight: 600;
    }

    .fw-400 {
        font-weight: 400;
    }

    .pay-occupationMethod {
        width: auto;
        height: auto;
        text-align: center;
        position: relative;
        display: flex;
        flex-direction: column;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border: 1px solid rgba(0,0,0,.125);
        border-radius: .25rem;
    }

    .account-address-label {
        width: 588px;
        height: 44px;
        left: 120px;
        top: 390px;
        /* Qdos/Desktop/Body Regular */

        font-family: 'Gellix';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 140%;
        /* or 22px */

        font-feature-settings: 'zero' on;
    }


    /************************TOOL TIP NEW START****************************/
    .tooltipTitle {
        text-align: left;
        width: auto;
        font-family: 'Gellix';
        font-style: normal;
        font-weight: 600 !important;
        font-size: 16px !important;
        line-height: 140%;
        color: #1D2844;
        margin-bottom: 8px;
    }

    .ac .pl-18 .modal-body p {
        text-align: left;
        word-wrap: break-word;
        width: auto;
        height: auto;
        padding: 5px 5px 5px 0px;
        font-family: 'Gellix';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
        font-feature-settings: 'zero' on;
        color: #1D2844;
        margin-bottom: 0;
    }

    .tooltipText {
        text-align: left;
        word-wrap: break-word;
        width: auto;
        height: auto;
        padding: 5px 5px 5px 0px;
        font-family: 'Gellix';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
        font-feature-settings: 'zero' on;
        color: #1D2844;
    }

    .tooltip-new {
        display: inline-block;
        text-align: left;
    }

        .tooltip-new .right {
            min-width: 365px;
            top: 50%;
            left: 100%;
            margin-left: 20px;
            transform: translate(0, -50%);
            color: #1D2844;
            background-color: #8BD9FA;
            font-weight: normal;
            font-size: 13px;
            border-radius: 4px;
            position: absolute;
            z-index: 99999999;
            box-sizing: border-box;
            display: none;
            padding: 24px;
        }

        .tooltip-new:hover .right {
            display: block;
        }

        .tooltip-new .right i {
            position: absolute;
            top: 50%;
            right: 100%;
            margin-top: -16px;
            width: 16px !important;
            height: 32px !important;
            overflow: hidden;
        }

            .tooltip-new .right i::after {
                content: '';
                position: absolute;
                width: 16px;
                height: 16px;
                left: 0;
                top: 50%;
                transform: translate(50%,-50%) rotate(-45deg);
                background-color: #8BD9FA;
            }
    /************************TOOL TIP NEW END****************************/

    /******************************Check Box Start**************************************/
    .main {
        display: block;
        position: relative;
        padding-left: 45px;
        margin-bottom: 15px;
        cursor: pointer;
        font-size: 20px;
    }

    /*  Emulation section start  */
    .emulation-styling {
        text-align: center;
        padding: 13px 20px;
        background-color: #ffd500;
        position: fixed;
        top: 10px;
        left: 10px;
        width: 300px;
        font-size: 12px;
        z-index: 100;
        opacity: 0.76;
        border-radius: 10px;
    }

    /*  Emulation section end */

    /* Hide the default checkbox */
    input[type=checkbox] {
        visibility: hidden;
    }

    /* Creating a custom checkbox
        based on demand */
    .geekmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 24px;
        width: 24px;
        background-color: #fff;
        border: 2px solid #BACCE2;
        border-radius: 4px;
    }

    /* Specify the background color to be
        shown when hovering over checkbox */
    .main:hover input ~ .geekmark {
        background-color: #e9ecef;
    }


    /* Specify the background color to be
        shown when checkbox is checked */
    .main input:checked ~ .geekmark {
        background-color: #1D2844;
        border: 2px solid #1D2844;
    }

    /* Checkmark to be shown in checkbox */
    /* It is not be shown when not checked */
    .geekmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    /* Display checkmark when checked */
    .main input:checked ~ .geekmark:after {
        display: block;
    }

    /* Styling the checkmark using webkit */
    /* Rotated the rectangle by 45 degree and 
        showing only two border to make it look
        like a tickmark */
    .main .geekmark:after {
        left: 7.5px;
        bottom: 7px;
        width: 6px;
        height: 11px;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    /******************************Check Box End****************************************/


    /******************************Login Page Start****************************************/
    .login-mt {
        margin-top: 43px;
    }

    .login-card-heading {
        font-family: 'Gellix';
        font-style: normal;
        font-weight: 600;
        font-size: 22px;
        line-height: 140%;
        color: #1D2844 !important;
    }

    .login-card-text {
        font-family: 'Gellix';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 140%;
        color: #1D2844 !important;
        margin-bottom: 32px;
    }

    .pnlLogin {
        /*    background: #F2EEE7;
    padding:80px 82px 66px 78px;*/
    }

    .BoxLogin {
        background: #F2EEE7;
        padding: 80px;
        margin-bottom: 60px;
        margin-top: 78px;
    }

    .pnlLogin label {
        font-family: 'Gellix';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
        color: #1D2844;
        margin-bottom: 4px;
        padding-left: 0px;
    }

    .pnlLogin .rb-zeplin-selected {
        margin-bottom: 20px;
    }

    .logintxtBox {
        padding: 12px 16px;
        height: 48px;
        background-color: #FFFFFF !important;
        border: 1px solid #8395BE;
        border-radius: 4px;
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 7px;
    }

    .forgotpswrodTxt {
        font-weight: 400;
        font-size: 12px;
        line-height: 140%;
        color: #1D2844;
    }

    .forgot-pass label {
        margin-bottom: 4px;
    }

    .forgot-pass .forget-txt-Box {
        padding: 12px 16px;
        height: 48px;
        background-color: #FFFFFF !important;
        border: 1px solid #8395BE;
        border-radius: 4px;
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 34px;
    }

    .emptyMsgColor {
        color: #64749D;
    }

    .panelUserSignout {
        margin-left: 24px;
        margin-right: 120px;
    }

    @media screen and (max-width: 800px) {
        .BoxLogin {
            padding: 40px 24px !important;
            margin-top: 5px;
            margin-bottom: 60px;
        }

        .login-card-heading {
            font-size: 20px;
        }

        .login-card-text {
            font-size: 14px;
        }

        .pnlLogin label {
            font-size: 12px !important;
            padding-left: 8px !important;
        }
    }

    @media screen and (max-width: 1199px) {
        .panelUserSignout {
            margin-right: 0px;
        }
    }

    .btnSignout {
        color: #1D2844;
        font-weight: 400 !important;
        font-size: 16px;
    }
    @media screen and (min-width: 600px) and (max-width:1000px) {
        .btnSignout {
            padding-left:80px;
        }
    }


    .btnSignout:hover {
        color: #1D2844 !important;
        font-weight: 600 !important;
        font-size: 16px;
    }

    .disabledCard {
        background-color: #EAEBEB !important;
    }

        .disabledCard:hover {
            cursor: not-allowed !important;
        }

    .disabledRadioButton {
        border-color: #80808082 !important;
    }

        .disabledRadioButton:hover {
            cursor: not-allowed !important;
            color: red;
        }

    .referred {
        padding-left: 144px
    }


    #successModal .modal-header button {
        border: none;
        background: #d1e7dd;
    }

    #successModal .modal-header {
        padding-top: 0px;
        padding-bottom: 0px;
    }



    #failureModal .modal-header {
        padding-bottom: 0px;
        border-bottom: none;
        padding: 0px 0px 0px 8px;
    }


        #failureModal .modal-header .close {
            background-color: #f8d7da !important;
            border: 1px solid #f8d7da;
            display: flex;
            flex-direction: column-reverse;
        }

    #failureModal button span {
        color: #8F1414;
    }

    #failureModal .modal-header .modal-title {
        font-family: 'Gellix';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 140%;
        color: #8F1414;
        padding-top: 8px;
        width: 90%;
    }

    #failureModal .modal-body {
        padding: 0px 8px 10px 8px;
    }

    #modalMessage li {
        font-family: 'Gellix';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
    }

    @media screen and (max-width: 600px) {
        #failureModal .modal-header .modal-title {
            font-size: 14px !important;
        }
        #successModal .modal-header .modal-title {
            font-size: 14px !important;
        }


        #modalMessage li {
            font-size: 12px;
        }


    }
    #successModal .modal-header .modal-title {
        font-family: 'Gellix';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 140%;
        padding-top: 8px;
        width: 90%;
        color: #0f5132;
    }
    /******************************Login Page End****************************************/

/******************************Quote summary Mobile Start****************************************/
#sideBar {
    position: fixed;
    top: 126px;
    z-index: 100;
    display: block;
    width: min-content;
}

#showSideBarButton {
    display: none;
}

.fixedProgressBar {
    position: fixed;
    z-index: 100;
}

@media screen and (max-width: 1000px) {
    #sideBar {
        width: auto;
    }

    .quoteSummaryMobile {
        height: 90%;
        overflow-y: auto;
    }

    .quoteSummaryMobileHeader {
        margin: 1.75rem 1.75rem 0rem 1.75rem
    }

    .quoteSummaryMobileFooter {
        width:auto;
        background:#fff;
        margin: 0rem 1.75rem 1.75rem 1.75rem
    }
}

@media screen and (max-width: 991px) {
    #sideBar {
        position: relative;
        bottom: 60px;
        display: none;
        top: 0px;
        width: auto;
    }

    #showSideBarButton {
        position: fixed;
        z-index: 100;
        bottom: 24px;
        width: 270px;
        height: 48px;
        background: #1D2844;
        border-radius: 24px;
        text-align: center;
        display: inline-flex;
        white-space: nowrap;
        padding: 16px 12px 16px 16px;
        justify-content: space-around;
        margin: auto;
    }
}

@media screen and (max-width: 300px) {
    #showSideBarButton {
        position: fixed;
        bottom: 24px;
        z-index: 100;
        width: 270px;
        height: 48px;
        background: #1D2844;
        border-radius: 24px;
        text-align: center;
        display: inline-flex;
        white-space: nowrap;
        padding: 16px 12px 16px 16px;
        justify-content: space-around;
    }
}

@media screen and (max-width: 365px) {
    #showSideBarButton {
        bottom: 24px;
        position: fixed;
        z-index: 100;
        width: 270px;
        height: 48px;
        background: #1D2844;
        border-radius: 24px;
        text-align: center;
        display: inline-flex;
        white-space: nowrap;
        padding: 16px 12px 16px 16px;
        justify-content: space-around;
    }
}

@media screen and (max-width: 500px) {
    #showSideBarButton {
        position: fixed;
        bottom: 24px;
        z-index: 100;
        width: 270px;
        height: 48px;
        background: #1D2844;
        border-radius: 24px;
        text-align: center;
        display: inline-flex;
        white-space: nowrap;
        padding: 16px 12px 16px 16px;
        justify-content: space-around;
    }
}

@media screen and (max-width: 991px) {
    #showSideBarButton {
        position: fixed;
        z-index: 100;
        bottom: 24px;
        width: 270px;
        height: 48px;
        background: #1D2844;
        border-radius: 24px;
        text-align: center;
        display: inline-flex;
        white-space: nowrap;
        padding: 16px 12px 16px 16px;
        justify-content: space-around;
    }
}

/******************************Quote summary Mobile End****************************************/
       

