:root {
    --prim-blue: #0F2C53;
    --white: #ffffff;
    --primary: #1A4D91;
    --secondary: #00B9B4;
    --secondary-orange: #F2994A;
    --info: #0A5DCC;
    --success: #45B248;
    --warning: #E5BC3C;
    --error: #EB5757;
    --black: #050E1A;
    --half-white: #FAFBFC;
    --grey-900: #4B4C4D;
    --grey-800: #646566;
    --grey-700: #757678;
    --grey-600: #969799;
    --grey-500: #AFB0B2;
    --grey-400: #C8CACC;
    --grey-300: #D9DBDE;
    --grey-200: #E8EAED;
    --grey-100: #F0F2F5;
    --grey-50: #F5F7FA;
    --dark-blue: #17437E;
    --light-blue: #E5F0FF;
    --lighter-blue: #F2F8FF;
    --prim-black: #000000;
}

.ada_navbar--link li a.active {
    color: #283997;
    font-weight: 500;
}

@font-face {
    font-family: 'Inter';
    src: url('fonts/Inter-Black.woff2') format('woff2'), url('fonts/Inter-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('fonts/Inter-ExtraBold.woff2') format('woff2'), url('fonts/Inter-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('fonts/Inter-Bold.woff2') format('woff2'), url('fonts/Inter-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('fonts/Inter-ExtraLight.woff2') format('woff2'), url('fonts/Inter-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('fonts/Inter-Light.woff2') format('woff2'), url('fonts/Inter-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('fonts/Inter-Medium.woff2') format('woff2'), url('fonts/Inter-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('fonts/Inter-Regular.woff2') format('woff2'), url('fonts/Inter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('fonts/Inter-SemiBold.woff2') format('woff2'), url('fonts/Inter-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('fonts/Inter-Thin.woff2') format('woff2'), url('fonts/Inter-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Inter';
    font-weight: normal;
    font-style: normal;
    min-height: 100vh;
    margin: 0;
    display: grid;
    grid-template-rows: auto 1fr auto;
}

.green {
    color: var(--success) !important;
}

.flex-auto {
    flex: 0 0 auto !important
}

.flex-100 {
    flex: 0 0 100% !important
}

.flex-75 {
    flex: 0 0 75% !important
}

.w-10 {
    width: 10% !important;
}

.bg-grey {
    background-color: var(--grey-50);
}

.min__vh--trms {
    min-height: calc(100vh - 65px) !important;
}

.min__vh--trms_187 {
    min-height: calc(100vh - 187px) !important;
}

.transy-50 {
    transform: translateY(-50%);
}

.transy-100 {
    transform: translateY(-100%) !important;
}

.blue {
    color: var(--prim-blue) !important
}

.green {
    color: var(--success) !important
}

.min__vh--content {
    min-height: calc(100vh - 140px) !important;
}

.cu-pointer {
    cursor: pointer
}

.border-sep {
    border-top: 1px solid #E8E8E8;
}

.pa_14 {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #333333;
}

.trms_navbar {
    background-color: var(--prim-blue);
}

.trms_navbar--links li {
    position: relative;
}

    .trms_navbar--links li:not(:last-child) {
        margin-right: 16px;
    }

    .trms_navbar--links li:last-child {
        padding-left: 16px;
    }

        .trms_navbar--links li:last-child:before {
            content: "";
            display: block;
            height: 32px;
            width: 1px;
            background-color: var(--primary);
            position: absolute;
            top: 50%;
            left: 0;
            transform: translateY(-50%)
        }

    .trms_navbar--links li a {
        color: var(--white);
        position: relative;
    }

        .trms_navbar--links li a:hover,
        .trms_navbar--links li a:focus,
        .trms_navbar--links li a:visited {
            color: var(--white)
        }

.navbar-expand-sm .trms_navbar--links li a.trms--contact {
    padding-right: 16px;
}

.trms--contact:before {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -24px;
    background-image: url(img/call.svg);
    background-size: cover;
}

.trms--contact:after {
    content: "";
    display: block;
    height: 32px;
    width: 1px;
    background-color: #1A4D91;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%)
}

.trms--contact span {
    display: block;
}

    .trms--contact span.trms--contact_detail {
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 4px;
    }

    .trms--contact span.trms--contact_avail {
        font-style: normal;
        font-weight: normal;
        font-size: 10px;
        line-height: 12px;
    }

.navbar-expand-sm .nav-link.treva_nav--login {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    padding: 4px 18.5px;
    background: #57A6C5;
    border-radius: 4px;
}

.trms__landing--content {
    padding: 110px 0
}

.trms_lp_intro--fig {
    border-radius: 8px;
    margin-bottom: 11px;
}

.trms_lp_intro--title {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: var(--prim-black);
    margin-bottom: 10px;
}

.trms_lp_intro--content {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: var(--prim-black);
    margin-bottom: 22px;
}

.btn-trms-prim {
    background-color: var(--primary);
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: var(--white);
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 8px;
}

    .btn-trms-prim:focus,
    .btn-trms-prim:hover,
    .btn-trms-prim:visited {
        color: var(--white)
    }

.trms__quote_header {
    padding-top: 22px;
    padding-bottom: 16px;
    background-color: var(--white);
    z-index: 99
}

    .trms__quote_header h1 {
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        line-height: 22px;
        color: var(--prim-black);
        position: relative;
        padding-bottom: 11px;
    }

        .trms__quote_header h1:before,
        .trms__quote_header h1:after {
            content: "";
            display: block;
            width: 100%;
            border-radius: 20px;
            height: 2px;
            position: absolute;
            z-index: 12;
            left: 0;
            bottom: 0;
            transition: 0.3s all;
        }

        .trms__quote_header h1:before {
            background-color: #F2F2F2;
        }

        .trms__quote_header h1:after {
            width: 0;
            background-color: var(--success);
            z-index: 13;
        }

        .trms__quote_header h1 span {
            display: block;
            font-style: normal;
            font-weight: normal;
            font-size: 12px;
            line-height: 18px;
            color: #333333
        }

.trms__quote--forms {
    margin-top: 10px;
}

.trms__form--group label {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: var(--prim-black);
}

.trms__form--group span {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: #333333;
}

.trms__form--desc {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: #333333;
    margin-bottom: 14px;
}

.trms__form--group {
    margin-bottom: 2rem;
    position: relative;
}

.trms__form--control {
    background: #FFFFFF;
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 12px;
    position: relative;
}

    .trms__form--control:focus,
    .trms__form--control:focus-visible,
    .trms__form--control:visited {
        outline: 0;
        border-color: var(--primary)
    }

select.trms__form--control {
    -webkit-appearance: none;
    -moz-appearance: none;
}

    select.trms__form--control:after {
        content: "12";
    }

.trms__form--info {
    border-radius: 8px;
    background-color: #f8f8f8;
    padding: 23px 21px 24px;
    position: relative;
}

.trms__form--info-desc p {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: var(--prim-black);
}

.trms__form--info-desc {
    padding-left: 53px;
    position: relative;
}

    .trms__form--info-desc:before {
        content: url(img/professional_liability_info.svg);
        position: absolute;
        left: 0
    }

    .trms__form--info-desc.doc:before {
        content: url(img/professional_liability_active.svg);
    }

    .trms__form--info-desc span {
        font-family: Inter;
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        line-height: 20px;
        color: #232323
    }

.trms__input--group {
    position: relative;
}

    .trms__input--group .trms__form--control {
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 16px;
        color: #57A6C5;
    }

.trms__input--addon {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: var(--prim-blue);
    position: absolute;
    display: inline-block;
    z-index: 12;
    padding: 10px 15px;
    cursor: pointer;
}

    .trms__input--addon.plus {
        right: 0;
    }

    .trms__input--addon.minus {
        left: 0;
    }

    .trms__input--addon:after {
        content: "";
        width: 1px;
        background-color: #C4C4C4;
        position: absolute;
        height: 65%;
        top: 50%;
        transform: translateY(-50%)
    }

    .trms__input--addon.plus:after {
        left: 0;
    }

    .trms__input--addon.minus:after {
        right: 0;
    }

.trms__option-container {
    flex: 0 0 50%;
    width: 50%;
    padding-left: 35px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    cursor: pointer;
}

    .trms__option-container.light {
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 20px;
        color: #333333;
    }

    .trms__option-container.full-address-option {
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 20px;
        color: var(--black);
        padding-top: 12px;
        padding-right: 12px;
        padding-bottom: 12px;
        transition: 0.25s all;
        border: 1px solid transparent;
    }

        .trms__option-container.full-address-option:hover,
        .trms__option-container.full-address-option.active {
            background-color: #F7FDFF;
            border: 1px solid #57A6C5;
            border-radius: 8px;
        }

        .trms__option-container.full-address-option span {
            font-style: normal;
            font-weight: normal;
            font-size: 14px;
            line-height: 16px;
            color: #232323;
        }

    .trms__option-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.checkmark {
    position: absolute;
    top: 50%;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #fff;
    border: 2px solid #CBD5E1;
    border-radius: 50%;
    transition: 0.2s all ease-in;
    transform: translateY(-50%);
}

.trms__option-container.full-address-option .checkmark {
    top: 14px;
    transform: translateY(0);
    left: 10px
}

.trms__option-container input[type='checkbox'] ~ .checkmark {
    border-radius: 2px;
    border: 2px solid #CBD5E1;
}

.trms__option-container:hover input ~ .checkmark {
    background-color: var(--prim-blue);
    border-color: var(--prim-blue);
}

.trms__option-container input:checked ~ .checkmark {
    background-color: var(--prim-blue);
    border-color: var(--prim-blue);
}

.trms__option-container:after {
    content: "";
    position: absolute;
    display: none;
    z-index: 99
}

.trms__option-container .checkmark::after {
    content: "";
    left: 3px;
    top: 0px;
    width: 6px;
    height: 9px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: none;
    position: absolute;
    border-radius: 30%;
}

.trms__option-container input:checked ~ .checkmark::after {
    display: block;
}

.trms__label_option--container {
    padding: 12px 0;
    border: 1px solid #999999;
    border-radius: 6px;
    transition: 0.25s all;
    cursor: pointer;
}

    .trms__label_option--container:hover,
    .trms__label_option--container.active {
        border-color: #57A6C5;
        background-color: #F7FDFF;
    }

    .trms__label_option--container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.label--content {
    transition: 0.25s all;
}

    .label--content::before {
        content: "";
        width: 40px;
        height: 40px;
        background-size: cover;
        background-repeat: no-repeat;
        display: inline-block;
        vertical-align: middle;
        margin-right: 8px;
    }

    .label--content.prof::before {
        background-image: url(img/professional_liability.svg);
    }

    .label--content.stud::before {
        background-image: url(img/student_liability.svg);
    }

.trms__label_option--container:hover input ~ .label--content,
.trms__label_option--container input:checked ~ .label--content {
    color: #57A6C5;
}

    .trms__label_option--container:hover input ~ .label--content.prof:before,
    .trms__label_option--container input:checked ~ .label--content.prof:before {
        background-image: url(img/professional_liability_active.svg);
    }

    .trms__label_option--container:hover input ~ .label--content.stud:before,
    .trms__label_option--container input:checked ~ .label--content.stud:before {
        background-image: url(img/student_liability_active.svg);
    }

.btn-blue {
    background-color: var(--primary);
    color: #fff;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    border: 1px solid var(--primary)
}

.btn-blue-outline {
    background-color: var(--white);
    color: var(--primary);
    border-color: var(--primary);
}

.btn-orange {
    background-color: #F05A25;
    color: var(--white);
}

.btn-blue[disabled] {
    background-color: #E5E5E5;
    color: #9E9E9E;
}

.btn-blue:hover {
    color: var(--white)
}

.btn-blue.btn-blue-outline:hover {
    color: var(--primary)
}

.btn--next,
.btn--prev {
    padding: 8px 0;
    transition: 0.25s all;
}

    .btn--next:after {
        content: "";
        background-size: cover;
        width: 24px;
        height: 24px;
        display: inline-block;
        vertical-align: bottom;
        position: relative;
        margin-left: 8px;
        transition: 0.25s all;
    }

    .btn--prev:before {
        content: "";
        background-size: cover;
        width: 24px;
        height: 24px;
        display: inline-block;
        vertical-align: bottom;
        position: relative;
        margin-right: 8px;
        transition: 0.25s all;
    }

    .btn--next.arrow-next:after {
        background-image: url(img/arrowrightlight.svg);
    }

    .btn--prev.arrow-prev:before {
        background-image: url(img/arrowleftblue.svg);
    }

    .btn--next:hover,
    .btn-blue:hover,
    .btn--next:focus,
    .btn--next:visited {
        color: var(--white);
    }

        .btn--next:hover::after {
            transform: translateX(5px);
        }

    .btn--prev:hover::before {
        transform: translateX(-5px);
    }

.btn-blue[disabled]::after {
    background-image: url(img/arrowrightdisabled.svg);
}

.trms__quote_summary {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    width: 85%;
    margin: 0 auto;
}

.trms__quote_summary--header {
    padding: 19px 17px 17px;
}

    .trms__quote_summary--header h3 {
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        line-height: 19px;
        color: #232323;
        margin-bottom: 0;
    }

        .trms__quote_summary--header h3:before {
            content: '';
            width: 24px;
            height: 24px;
            background-size: cover;
            background-repeat: no-repeat;
            background-image: url(img/quote_summary.svg);
            display: inline-block;
            vertical-align: middle;
            margin-right: 11px;
        }

.trms__quote_summary--limits {
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    padding-left: 27px;
    background: #F8F8F8;
}

    .trms__quote_summary--limits h4 {
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 20px;
        color: #666666;
    }

        .trms__quote_summary--limits h4 span {
            font-style: normal;
            font-weight: 500;
            font-size: 18px;
            line-height: 20px;
            color: var(--black)
        }

.trms__quote_summary--prim {
    padding: 20px 30px 20px 27px
}

.trms__grid--container {
    display: -ms-grid;
    display: -moz-grid;
    display: grid;
    grid-template-columns: auto auto;
}

    .trms__grid--container .quote__summary--label:not(:last-child) {
        margin-bottom: 21px;
    }

.quote__summary--label span {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
}

.quote__summary--info span {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: var(--black);
}

.trms__quote_summary--work {
    padding: 8px 30px 8px 27px;
    background: #F8F8F8;
}

.quote__work__label span {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #666666;
}

.quote__work_link a {
    text-decoration: none;
    color: var(--primary);
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
}

.trms__quote_summary--prize {
    padding: 14px 30px 14px 27px;
}

    .trms__quote_summary--prize h5 {
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 19px;
        color: #232323;
        margin-bottom: 20px;
    }

.quote__summary--label a {
    color: #57A6C5;
    text-decoration: none;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
}

.quote__summary--info span.final_price {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 20px;
    color: var(--black);
}

.trms__final--prize {
    padding-top: 8px;
    border-top: 1px solid #E6E6E6;
}

.trms__quote_summary--action {
    padding: 0 20px;
    padding-bottom: 37px;
}

.trms__modal--header h4 {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    margin: 0;
    color: #232323;
}

.trms__modal .modal-content {
    padding: 28px 24px 24px;
    border-radius: 8px;
}

.trms__modal--close {
    position: absolute;
    right: 0;
    width: auto;
    height: auto;
    z-index: 2;
    cursor: pointer;
    top: 0;
}

.trms__modal__desc {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: #333333;
}

    .trms__modal__desc.add_ver_desc {
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 16px;
        color: #232323;
        padding-bottom: 16px;
        border-bottom: 1px solid #E6E6E6;
    }

.trms__modal--form {
    padding-top: 11px;
}

.trms__form--group-modal {
    margin-bottom: 11px;
}

.bg_yellow {
    background-color: #FCC777;
}

.prize_title {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    color: var(--black);
    padding-left: 40px;
}

    .prize_title span {
        display: block;
        margin-top: 5px;
        font-style: normal;
        font-weight: bold;
        font-size: 24px;
        line-height: 20px;
        color: var(--black);
    }

    .prize_title:before {
        content: "";
        width: 24px;
        height: 24px;
        background-image: url(img/annual_premium.svg);
        background-repeat: no-repeat;
        background-size: cover;
        display: inline-block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
    }

.trms__page--header .trms__quote_header h1 {
    padding-left: 40px;
    position: relative;
}

.trms__page--header .trms__quote_header .trms__back_title h1 {
    padding: 0;
    margin-bottom: 0;
}

.trms__page--header .trms__quote_header h1 span {
    margin-top: 4px;
}

.trms__page--header .trms__quote_header h1 img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-80%);
}

.quote_info {
    font-style: italic;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #333333;
}

.trms__input_icon {
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    right: 5px;
    z-index: 10;
}

.trms__page--footer {
    background-color: #f2f3f580;
}

.trms__wizard--step {
    counter-reset: step;
    position: relative;
}

    .trms__wizard--step div.steps {
        counter-increment: step;
        color: #666666;
        height: auto;
        position: relative;
        z-index: 2;
        margin: 0;
        padding-bottom: 32px;
    }

        .trms__wizard--step div.steps:last-child {
            padding-right: 0;
        }

        .trms__wizard--step div.steps:before {
            content: counter(step);
            display: flex;
            text-align: center;
            width: 1.5rem;
            height: 1.5rem;
            border-radius: 25px;
            background-color: #E8E8E8;
            color: #333333;
            font-style: normal;
            font-weight: normal;
            font-size: 14px;
            line-height: 20px;
            justify-content: center;
            align-items: center;
            position: absolute;
            z-index: 2;
        }

    .trms__wizard--step.dashboard_nav div.steps:before {
        content: "";
        background-size: cover;
        background-repeat: no-repeat;
        width: 32px;
        height: 32px;
        background-color: transparent;
        border-radius: 0;
    }

    .trms__wizard--step.dashboard_nav div.steps:after {
        background-color: transparent;
    }

    .trms__wizard--step.dashboard_nav div.steps.active:after {
        left: 15px;
        top: 32px;
    }

    .trms__wizard--step.dashboard_nav div.steps.active span {
        padding-top: 5px;
    }

    .trms__wizard--step.dashboard_nav div.steps.basic:before {
        background-image: url(img/basic_info.svg);
    }

    .trms__wizard--step.dashboard_nav div.steps.parties:before {
        background-image: url(img/parties_nav.svg);
    }

    .trms__wizard--step.dashboard_nav div.steps.limits:before {
        background-image: url(img/limits_nav.svg);
    }

    .trms__wizard--step.dashboard_nav div.steps.emp_info:before {
        background-image: url(img/emp_info_nav.svg);
    }

    .trms__wizard--step.dashboard_nav div.steps.add_info:before {
        background-image: url(img/additional_info_nav.svg);
    }

    .trms__wizard--step.dashboard_nav div.steps.terr:before {
        background-image: url(img/terrorism_nav.svg);
    }

    .trms__wizard--step.dashboard_nav div.steps.warr:before {
        background-image: url(img/warr_nav.svg);
    }

    .trms__wizard--step.dashboard_nav div.steps.review:before {
        background-image: url(img/review_nav.svg);
    }

    .trms__wizard--step.dashboard_nav div.steps.sign:before {
        background-image: url(img/sign_nav.svg);
    }

    .trms__wizard--step.dashboard_nav div.steps.payment:before {
        background-image: url(img/payment_nav.svg);
    }

    .trms__wizard--step div.steps.active:before {
        border: 1px solid var(--primary);
        background-color: var(--primary);
        color: var(--white);
        outline: var(--primary) solid 1px;
        outline-offset: 4px;
    }

    .trms__wizard--step.dashboard_nav div.steps.active:after {
        border-right: 0;
    }

    .trms__wizard--step.dashboard_nav div.steps.active span[data-bs-toggle="collapse"]:after {
        content: "";
        border-right: 2px dashed;
        position: absolute;
        left: 15px;
        display: block;
        height: 75%;
        top: 32px;
    }

.trms__breadcrumb ul {
    list-style: none;
}

    .trms__breadcrumb ul li {
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 50px;
        color: #232323;
        position: relative;
    }

        .trms__breadcrumb ul li:not(:last-child):after {
            content: "/";
            margin-left: 5px;
        }

        .trms__breadcrumb ul li a {
            font-weight: 500;
            font-size: 12px;
            line-height: 15px;
            color: #1A4D91;
            text-decoration: none;
        }

.trms__wizard--step.dashboard_nav div.steps.active:before {
    border: 0;
    background-color: transparent;
    color: var(--white);
    outline: 0;
    outline-offset: 0;
}

.trms__wizard--step div.steps.completed:before {
    border: 1px solid #2ECC71;
    background-color: #2ECC71;
    color: var(--white);
}

.trms__wizard--step div.steps:after {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 2px;
    background-color: #F2F2F2;
    z-index: 1;
    top: 0;
    left: 12px;
}

.trms__wizard--step div.steps.active:after {
    border-right: 2px dashed var(--primary);
    background-color: transparent;
    width: 0px;
    left: 11px;
}

.trms__wizard--step.dashboard_nav div.steps span {
    padding-top: 7px;
}

.trms__wizard--step.dashboard_nav div.steps:after {
    height: 75%;
}

.trms__wizard--step div.steps.completed:after {
    background-color: #2ECC71;
}

.trms__wizard--step div.steps:last-child:after {
    content: none;
}

.trms__wizard--step div.steps span {
    display: block;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    padding-left: 44px;
    text-transform: uppercase;
    color: #666666;
}

.trms__wizard--step div.steps.active span {
    color: var(--dark-blue);
}

.trms__wizard--step div.steps.completed span {
    color: #666666;
}

.side_border_right:after {
    content: "";
    position: absolute;
    width: 1px;
    background-color: #E6E6E6;
    height: 100%;
    right: 0;
    top: 0;
}

.trms__sub--wizard ul {
    list-style: none;
}

    .trms__sub--wizard ul li {
        margin-top: 28px;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 20px;
        color: #666666;
    }

        .trms__sub--wizard ul li.active {
            font-weight: bold;
        }

.trms__page--info h4 {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: var(--black)
}

.trms__page--info p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: var(--black)
}

.trms__back_title h1::after,
.trms__back_title h1::before {
    content: none
}

.trms__back_title a:after {
    content: "";
    background-color: #DAD9D9;
    width: 1px;
    height: 100%;
    top: 0;
    right: 0;
    display: block;
    position: absolute;
}

.trms__quote--icon_title h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #2A3C54;
    padding-bottom: 13px;
    border-bottom: 1px solid #E8E8E8;
}

    .trms__quote--icon_title h3:before {
        content: "";
        width: 24px;
        height: 24px;
        display: inline-block;
        background-size: cover;
        background-repeat: no-repeat;
        margin-right: 12px;
        vertical-align: middle;
    }

    .trms__quote--icon_title h3.personal:before {
        background-image: url(img/personal_info_inpage.svg);
    }

    .trms__quote--icon_title h3.additional:before {
        background-image: url(img/additional_information.svg);
    }

    .trms__quote--icon_title h3.profess:before {
        background-image: url(img/professional_information.svg);
    }

    .trms__quote--icon_title h3.survey:before {
        background-image: url(img/survey.svg);
    }

    .trms__quote--icon_title h3.owner:before {
        background-image: url(img/owner_questions.svg);
    }

    .trms__quote--icon_title h3.party_addr:before {
        background-image: url(img/party_address.svg);
    }

    .trms__quote--icon_title h3.named_ins:before {
        background-image: url(img/owner_questions.svg);
    }

    .trms__quote--icon_title h3.shield:before {
        background-image: url(img/shield-user-line.svg);
    }

.trms_prfl--holder {
    width: 128px;
    height: 128px;
    background: #F7F8FA;
    border: 1px dashed #C4C4C4;
    border-radius: 10px;
}

.trms__info_wrapper {
    border-radius: 8px;
    flex: 0 0 280px;
}

.trms__info--text {
    padding-left: 38px;
    position: relative;
}

    .trms__info--text:before {
        content: "";
        background-image: url(img/info_message.svg);
        background-size: cover;
        height: 24px;
        width: 24px;
        display: inline-block;
        vertical-align: middle;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%)
    }

.trms__info--content {
    padding: 10px 20px;
    background-color: #FFF8DD;
}

.trms-file-input {
    color: transparent;
}

    .trms-file-input::-webkit-file-upload-button {
        visibility: hidden;
    }

    .trms-file-input::-webkit-file-upload-button {
        visibility: hidden;
    }

    .trms-file-input::before {
        content: 'Choose file';
        color: #1A4D91;
        display: inline-block;
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 15px;
        border: 1px solid #1A4D91;
        box-sizing: border-box;
        border-radius: 8px;
        padding: 7px 12px;
        outline: none;
        white-space: nowrap;
        -webkit-user-select: none;
        cursor: pointer;
    }

    .trms-file-input:hover::before {
        border-color: #1A4D91;
    }

    .trms-file-input:active {
        outline: 0;
    }

        .trms-file-input:active::before {
            background: #fff;
        }

.selectize-control.multi .selectize-input > div {
    background: #EEF5FF;
    border-radius: 8px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: var(--primary);
}

    .selectize-control.multi .selectize-input > div a {
        text-decoration: none;
        color: var(--primary);
        display: inline-block;
        margin-left: 16px;
    }

.selectize-control.trms__form--control {
    padding: 0;
    border: 0;
}

.trms__form--box {
    background: #F7F8FA;
    border-radius: 6px;
}

.trms__form--collapse-box {
    background: #F7FAFF;
    border-radius: 6px;
}

.trms__form--collapse-title {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    color: var(--black);
}

    .trms__form--collapse-title:after {
        content: '';
        width: 24px;
        height: 24px;
        background-image: url(img/arrowupblack.svg);
        background-size: cover;
        background-repeat: no-repeat;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        transition: 0.3s all;
    }

    .trms__form--collapse-title[aria-expanded='false']:after {
        transform: translateY(-50%) rotateX(180deg);
    }

.trms__icon_box h5 {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: var(--black);
    margin-bottom: 8px;
}

.trms__icon_box {
    padding-left: 36px;
}

    .trms__icon_box p {
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        line-height: 20px;
        color: var(--black);
    }

    .trms__icon_box:before {
        content: "";
        position: absolute;
        width: 24px;
        height: 24px;
        top: 0;
        left: 0;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .trms__icon_box.case:before {
        background-image: url(img/case_management.svg);
    }

    .trms__icon_box.health:before {
        background-image: url(img/health_care_consulting.svg);
    }

.trms__quote_tab--nav {
    border-top: 1px dashed #9E9E9E;
    border-bottom: 1px solid #D9D9D9;
}

.trms__quote--tabs {
    list-style: none;
}

    .trms__quote--tabs li {
        display: inline-block;
        padding: 0 4px;
        padding-top: 4px;
        position: relative;
        cursor: pointer;
    }

        .trms__quote--tabs li:not(:last-child) {
            margin-right: 42px;
        }

        .trms__quote--tabs li:after {
            content: "";
            width: 0;
            position: absolute;
            height: 4px;
            bottom: 0;
            left: 0;
            display: block;
            border-radius: 25px;
            background-color: #00B9B4;
            transition: 0.3s all;
        }

        .trms__quote--tabs li:hover:after,
        .trms__quote--tabs li.active:after {
            width: 100%;
        }

.dataTables_wrapper table thead th {
    padding: 8.5px 0 8.5px 8px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 15px;
    color: #232323;
    vertical-align: middle;
    background: #F0F2F5;
}

    .dataTables_wrapper table thead th:first-child {
        padding-left: 16px;
    }

.dataTables_wrapper table tbody th,
.dataTables_wrapper table tbody td {
    padding: 8px 0 8px 8px;
    vertical-align: middle;
    color: #334155;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 15px;
}

.dataTables_wrapper table tbody th {
    color: var(--primary)
}

.dataTables_wrapper table thead tr th:first-child {
    border-top-left-radius: 6px;
}

.dataTables_wrapper table thead tr th:last-child {
    border-top-right-radius: 6px;
}

.dataTables_wrapper table tbody td:last-child {
    text-align: center;
}

#review_cert--table_wrapper.dataTables_wrapper table tbody td:last-child {
    text-align: left;
}

#review_party--table_wrapper.dataTables_wrapper table tbody td:last-child {
    text-align: left;
}

.dataTables_paginate .pagination li a.page-link {
    border-radius: 6px;
    border-width: 0;
    font-size: 14px;
}

.dataTables_paginate .pagination li.page-item.active .page-link {
    background: #00B9B4;
}

.trms_data-grid--filter .form-control {
    background: #FAFBFC;
    border: 1px solid #D9DBDE;
    box-sizing: border-box;
    border-radius: 6px;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #757678;
    padding-left: 30px;
    width: 330px;
}

.trms_count {
    background: #E5F0FF;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: var(--primary);
    border-radius: 25px;
    padding: 1px 5px;
}

.dataTable_bottom {
    padding: 8px 15px
}

    .dataTable_bottom .dataTables_info {
        padding-top: 0 !important;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 20px;
        color: #414952;
    }

    .dataTable_bottom .dataTables_length {
        margin-right: 15px;
    }

        .dataTable_bottom .dataTables_length label {
            font-style: normal;
            font-weight: normal;
            font-size: 14px;
            line-height: 20px;
            color: #414952;
        }

.trms_custom_arrow:after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    background-image: url(img/arrowdownblack.svg);
    background-size: cover;
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
    right: 12px
}

.trms__quote--tab_content {
    display: none;
}

    .trms__quote--tab_content.active {
        display: block;
    }

.trms__party--tab-wrapper p {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: var(--black)
}

.trms__party_tab--nav {
    list-style: none;
}

    .trms__party_tab--nav li {
        padding: 12px 16px 12px 20px;
        position: relative;
        cursor: pointer;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 24px;
        color: var(--black);
        transition: 0.3s all;
    }

        .trms__party_tab--nav li:before {
            content: "";
            width: 2px;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            background-color: var(--primary);
            opacity: 0;
            transition: 0.3s all;
        }

        .trms__party_tab--nav li:after {
            content: '\2714';
            border-radius: 25px;
            background-color: var(--primary);
            color: var(--white);
            width: auto;
            height: auto;
            padding: 0px 6px;
            font-size: 13px;
            position: absolute;
            right: 16px;
            top: 50%;
            transform: translateY(-50%);
            opacity: 0;
            transition: 0.3s all;
        }

        .trms__party_tab--nav li:hover,
        .trms__party_tab--nav li.active {
            background: #F7FAFF;
        }

            .trms__party_tab--nav li:hover:after,
            .trms__party_tab--nav li.active:after,
            .trms__party_tab--nav li:hover:before,
            .trms__party_tab--nav li.active:before {
                opacity: 1;
            }

        .trms__party_tab--nav li.active {
            font-weight: 500;
        }

.trms_party_contents {
    padding: 25px 35px
}

    .trms_party_contents h3 {
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 18px;
        color: #333333;
        margin-bottom: 24px;
    }

    .trms_party_contents p {
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 18px;
        color: #333333;
    }

.trms_party_content {
    display: none;
}

    .trms_party_content.active {
        display: block;
    }

.trms__party--tab-wrapper {
    min-height: calc(100vh - 146px);
}

.trms__party--type {
    border-bottom: 1px dashed #9E9E9E
}

.trms__party--tab-wrapper:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #E6E6E6;
    right: 0;
    top: 0
}

.add_trms_parties_wrapper .trms__quote_form_wrapper {
    display: none;
}

    .add_trms_parties_wrapper .trms__quote_form_wrapper.active {
        display: block;
    }

.trms__filter--field_group .trms__form--control {
    padding: 8px 12px;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    color: #232323;
}

.trms__head_info label {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
}

.trms__head_info span {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: var( --grey-900);
}

.trms_sub_title {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24%;
    color: #2A3C54;
}

.trms__location_wrap {
    background: #FAFBFC;
    border: 1px solid #E8EAED;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 14px 10px;
    min-height: 103px;
}

    .trms__location_wrap h4 {
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 24px;
        margin: 0;
        color: var(--primary);
    }

    .trms__location_wrap p {
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 16px;
        color: #232323;
        margin: 0;
    }

.trms__location--action {
    top: 10px;
    right: 10px;
}

.trms__label_title {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: var(--black);
}

.trms__label--val {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: var(--grey-900);
}

.trms__forms--info {
    padding: 18px 10px;
    background: #F7FAFF;
    border-radius: 6px;
}

    .trms__forms--info span {
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 20px;
        color: var(--black);
    }

.sub_ques--level {
    padding-left: 32px;
    padding-right: 16px;
    border-radius: 6px;
    background-color: var(--grey-50);
    display: none;
}

.sub_ques--container {
    display: none;
}

.sub_ques--level:before {
    content: "";
    width: 12px;
    height: 12px;
    background-image: url(../assets/img/polygon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    margin-right: 10px;
    position: absolute;
    left: 0.8rem;
    top: 1.45rem;
    transition: 0.3s all;
}

.sub_ques--level.sub_trans_container:before {
    left: 0.2rem;
    top: 0.95rem;
}

.sub_ques--level.sub_trans_container:after {
    left: 0.5rem;
}

.sub_ques--level:after {
    content: "";
    width: 1px;
    background-color: #C8CACC;
    height: 0;
    position: absolute;
    top: 43px;
    left: 1.2rem;
    transition: 0.3s all;
}

.sub_ques--level.active:after {
    height: 85%;
}

.sub_ques--level.active:before {
    transform: rotate(90deg);
}

.bor_radius {
    border-radius: 6px;
}

.trms__form--group .selectize-input input[type="text"] {
    width: 100% !important
}

.trms__form--group .selectize-control .selectize-dropdown.multi.trms__form--control {
    top: -10px !important;
    padding: 0;
    font-size: 0.75rem;
}

.selectize-control.plugin-remove_button .item .remove {
    border-left: 0;
    font-size: 16px;
}

.desc_container {
    display: none;
}

.trms__form--group label.label_bold {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #2A3C54;
}

.review__title {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

.quote__summary--info span.review__info {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #333333;
}

#review_party--table_wrapper.dataTables_wrapper table thead th:last-child {
    position: relative;
    text-align: left;
}

    #review_party--table_wrapper.dataTables_wrapper table thead th:last-child span {
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
    }

#review_party--table tbody tr {
    cursor: pointer
}

.trms__slide_modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    outline: 0;
    background-color: rgb(0 0 0 / 30%);
}

.trms__slide_modal_area {
    width: 22%;
    min-height: 100vh;
    background-color: var(--white);
    opacity: 0;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    right: -22%;
}

#help_hub .trms__slide_modal_area,
#risk .trms__slide_modal_area {
    width: 30%;
}

.trms__slide_modal--header {
    margin: 15.5px;
    position: relative;
}

    .trms__slide_modal--header h4 {
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 19px;
        color: #232323;
        margin-bottom: 0;
        position: relative;
    }

        .trms__slide_modal--header h4:before {
            content: "";
            width: 24px;
            height: 24px;
            background-image: url(img/party_info.svg);
            display: inline-block;
            background-size: cover;
            background-repeat: no-repeat;
            vertical-align: bottom;
            margin-right: 10px;
        }

#help_hub .trms__slide_modal--header h4:before,
#risk .trms__slide_modal--header h4:before {
    content: none
}

.trms__slide_party_header {
    padding: 12px;
    background: transparent;
    border-bottom: 1px solid #E6E6E6;
}

.trms__slide_party_avatar {
    margin-bottom: 14px;
    width: 80px;
}

    .trms__slide_party_avatar img {
        width: 100%;
    }

.trms__slide_party_name {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 4px;
}

.trms__slide_party_role {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    margin-bottom: 0;
}

.trms__slide_party--content {
    padding: 7px 19.5px 19px;
}

.trms__slide_modal--content {
    overflow-y: auto;
    height: 100vh;
}

    .trms__slide_modal--content.profile {
        height: 92vh;
    }

.quote__summary--label.sublevel ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

    .quote__summary--label.sublevel ul li {
        position: relative;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 20px;
        color: #666666;
        display: flex;
        align-items: baseline;
    }

.quote__summary--label.sub_third_level ul li {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
}

.quote__summary--label.sub_third_level > ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.quote__summary--label.sublevel ul li:before,
.ques_expand:before {
    content: "";
    width: 12px;
    height: 12px;
    background-image: url(../assets/img/polygon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    margin-right: 10px;
    transform: rotate(90deg);
}

.review_question.circle:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid #646566;
    display: inline-block;
    margin-right: 10px;
}

.quote__weak {
    background: #F8F8F8;
    padding: 8px 30px;
}

    .quote__weak span {
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 20px;
        color: #666666;
    }

.party_questions h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #232323;
    margin-bottom: 13px;
}

.party_question span {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
}

.party_ans span {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
}

.review_question {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
}

.review_ans {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
}

.pl-45 {
    padding-left: 4.5rem !important;
}

.border-bottom-dash {
    border-bottom-style: dashed !important;
}

.border-top-dash {
    border-top-style: dashed !important;
}

.trms__moda_title {
    font-size: 20px;
}

.trms__process_modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 1205;
    display: none;
}

.trms__process_modal_area {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    width: 100%;
    height: 100%;
}

.trms_process_status span {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #2A3C54;
}

.circle-loader {
    margin-right: 0.5rem;
    border: 5px solid transparent;
    border-left-color: #45B248;
    animation: loader-spin 1.2s infinite linear;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    width: 24px;
    height: 24px;
}

.load-complete {
    -webkit-animation: none;
    animation: none;
    transition: border 500ms ease-out;
    border-color: transparent;
}

.tickmark {
    display: none;
}

    .tickmark.draw:after {
        animation-duration: 800ms;
        animation-timing-function: ease;
        animation-name: checkmark;
        transform: scaleX(-1) rotate(135deg);
    }

    .tickmark:after {
        opacity: 1;
        height: 20px;
        width: 11px;
        transform-origin: left top;
        border-right: 2px solid #45B248;
        border-top: 2px solid #45B248;
        content: "";
        left: 0;
        top: 50%;
        position: absolute;
    }

@keyframes loader-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes checkmark {
    0% {
        height: 0;
        width: 0;
        opacity: 1;
    }

    20% {
        height: 0;
        width: 11px;
        opacity: 1;
    }

    40% {
        height: 20px;
        width: 11px;
        opacity: 1;
    }

    100% {
        height: 20px;
        width: 11px;
        opacity: 1;
    }
}

.trms__payment_highlight {
    background: #F2F8FF;
    padding-top: 12px;
    padding-bottom: 12px;
}

    .trms__payment_highlight h2 {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        color: #2A3C54;
        margin-bottom: 0;
    }

        .trms__payment_highlight h2 span {
            margin-top: 3px;
            font-style: normal;
            font-weight: 700;
            font-size: 18px;
            line-height: 20px;
            color: #000000;
        }

.trms__quote--icon_title.no_icon h3:before {
    content: none
}

.trms__option-container.full-address-option.payment_option span {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
}

.trms__option-container.full-address-option.payment_option:hover,
.trms__option-container.full-address-option.payment_option.active {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0px;
}

.trms__slide_modal--content::-webkit-scrollbar {
    width: 5px;
}

.trms__slide_modal--content::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.trms__slide_modal--content::-webkit-scrollbar-thumb {
    background: #888;
}

    .trms__slide_modal--content::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.trms__form--group .trms__form_info_label {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #4B4C4D;
    cursor: pointer;
}

.card_icon {
    left: 8px;
    top: 60%;
    transform: translateY(-50%);
}

.status_icon {
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
}

.trms__form--control#cardno {
    padding-left: 50px;
    padding-right: 40px;
}

.payment_label {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #2A3C54;
}

.payment_prize {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    /* identical to box height, or 111% */
    color: #000000;
}

.card_payment_form,
.money_order_form {
    display: none;
}

.cert_info {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #333333;
}

.edit_cert {
    cursor: pointer;
}

.party_primary {
    background: #F2F8FF;
    border-radius: 5px;
}

.party_primary_form_group label {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #4F4F4F;
}

.btn-trans {
    background-color: transparent !important;
}


/*Dashboard*/

.dashboard {
    background: #F0F2F5;
}

.trms--user_info {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
}

    .trms--user_info span {
        font-style: normal;
        font-weight: 400;
        font-size: 10px;
        line-height: 12px;
        color: #FFFFFF;
    }

.trms__cards {
    background-color: #ffffff;
    box-shadow: 0px 4px 10px #DDE4ED;
    border-radius: 8px;
    padding: 16px 16px 16px 16px;
}

.trms__dashboard_info h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 127.2%;
    color: #1A4D91;
}

    .trms__dashboard_info h1 span {
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        color: #333333;
    }

.trms__owner_info {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #333333;
}

.trms__update_info {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #666666;
}

.trms__card_title {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #334155;
}

.trms__dash--list_wrap.pad-bot {
    padding-bottom: 7px;
}

.trms__dash--list_wrap.pad-top {
    padding-top: 7px;
}

.trms__dash--list_wrap > a {
    text-decoration: none;
}

.trms__dash_list {
    padding: 12px 0;
}

    .trms__dash_list.arrow_yes:before {
        content: "";
        background-image: url(img/chevron_right.svg);
        width: 6px;
        height: 12px;
        background-repeat: no-repeat;
        background-size: contain;
        display: block;
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
        transition: 0.3s all;
    }

.trms__dash--list_wrap > a:hover .trms__dash_list.arrow_yes:before {
    right: 5px;
    width: 6px;
    height: 12px;
    background-size: contain;
}

.trms__dash_list_content {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #232323;
}

.trms__welcome {
    padding: 25px 16px 25px 16px;
}

.trms__card_title_link {
    right: 0;
}

    .trms__card_title_link a {
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        color: #1A4D91;
        text-decoration: none;
    }

.trms__ins_info {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #232323;
}

.trms__ins_status {
    color: #fff;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-transform: capitalize;
    padding: 2px 11px;
    border-radius: 14px;
}

    .trms__ins_status.bg-success {
        background: #56CC88 !important;
    }

.trms__info_label {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    /* identical to box height, or 143% */
    color: #232323;
}

.trms__ins_info.trms__ins_info_14 {
    font-size: 14px;
}

.trms__dash_list_label {
    color: #64748B;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
}

.trms__dash_list_count {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #232323;
}

.trms__cards_alert {
    box-shadow: 0px 2px 10px #B3D8FF;
    border-radius: 12px
}

    .trms__cards_alert.cards_alert_success {
        background: #97E69A;
        box-shadow: 0px 2px 10px #97E69A;
    }

    .trms__cards_alert.cards_alert_danger {
        background: #FFD1D1;
        border: 1px solid #FF5F5F;
        box-shadow: 0px 2px 10px rgba(255, 95, 95, 0.1);
        border-radius: 8px;
    }

    .trms__cards_alert.cards_alert_warning {
        background: #FCC777;
        box-shadow: 0px 2px 10px #FFDDAA;
        border-radius: 8px;
    }

    .trms__cards_alert.cards_alert_info {
        background: #1A4D91;
        box-shadow: 0px 2px 10px #B3D8FF;
        border-radius: 12px;
        color: #fff
    }

        .trms__cards_alert.cards_alert_info .trms__card_alert_title {
            color: #FFFFFF;
        }

        .trms__cards_alert.cards_alert_info:before {
            content: "";
            width: 90px;
            height: 90px;
            background-image: url(img/dot_vector.svg);
            background-size: contain;
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1;
        }

        .trms__cards_alert.cards_alert_info:after {
            content: "";
            display: block;
            background-image: url(img/alertPlus.svg);
            background-size: contain;
            position: absolute;
            right: 0;
            top: 0;
            width: 72px;
            height: 62px;
            z-index: 1;
        }

.trms__card_alert_title {
    color: #000000;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
}

.trms__card_alert_desc {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    margin-top: 14px;
    margin-bottom: 0;
}

.trms__dash_list_alert_label {
    color: #000000;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
}

.btn--trms_alert {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    width: 100%;
    padding: 11px;
    border-radius: 8px;
    background: #1A4D91;
}

    .btn--trms_alert:hover,
    .btn--trms_alert:focus {
        color: #fff
    }

.cards_alert_danger .btn--trms_alert {
    background: #EB5757;
}

.trms__info_list_wrapper.bor_bot {
    border-bottom: 1px dashed rgba(242, 242, 242, 0.5);
}

.trms__info_list {
    cursor: pointer;
}

    .trms__info_list:after {
        content: "";
        height: 24px;
        width: 12px;
        background-image: url(img/chevron_right_light.svg);
        background-size: contain;
        position: absolute;
        background-repeat: no-repeat;
        top: 50%;
        transform: translateY(-50%);
        right: 15px;
        transition: 0.3s all;
    }

    .trms__info_list:hover:after {
        right: 5px;
    }

    .trms__info_list p {
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 20px;
        color: #FFFFFF;
    }

        .trms__info_list p span {
            font-style: normal;
            font-weight: 600;
            font-size: 24px;
            line-height: 29px;
        }

.trms__dash_info_title {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #232323;
}

.trms__dash_info_desc {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #232323;
}

.valid_info {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    max-width: 190px;
    text-align: center;
    color: #000000;
    margin-bottom: 0;
}

    .valid_info a {
        color: #1A4D91;
        font-weight: 700;
    }

.trms__slide_title {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #646566;
}

.trms__slide_desc {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #666666;
}

.trms__form_sub--group {
    background: #F7F8FA;
    border-radius: 0px 0px 6px 6px;
}

.trms__slide_info_content h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #646566;
}

.trms__faq_wrapper {
    cursor: pointer;
}

    .trms__faq_wrapper h4 {
        font-weight: 500;
        font-size: 12px;
        line-height: 20px;
        color: #4B4C4D;
        padding-right: 25px
    }

        .trms__faq_wrapper h4:after {
            content: "";
            background-size: contain;
            height: 28px;
            width: 28px;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            transition: 0.3s all;
            right: 0;
            background-image: url(img/collapse_plus.svg);
            background-repeat: no-repeat;
        }

.trms__faq_content p,
.trms__faq_content ol li {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #646566;
}

.trms__faq_wrapper[aria-expanded="true"] h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    color: #1A4D91;
}

    .trms__faq_wrapper[aria-expanded="true"] h4:after {
        background-image: url(img/collapse_minus.svg);
    }

.dropdown-toggle::after {
    content: none;
}

#loggedin .dropdown-menu {
    min-width: 12rem;
    border: 0;
    border-radius: 0;
    filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.1))
}

.dropdown-menu .trms--user_info {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #232323;
}

    .dropdown-menu .trms--user_info span {
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        color: #232323;
    }

.dropdown-menu li span {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #232323;
}

.trms_navbar--links .dropdown-menu {
    padding-bottom: 18px;
    position: relative;
}

    .trms_navbar--links .dropdown-menu.show:before {
        content: "";
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid #fff;
        display: block;
        position: absolute;
        top: -5px;
        right: 20px;
        z-index: 12;
    }

    .trms_navbar--links .dropdown-menu li:last-child {
        padding-left: 0;
    }

        .trms_navbar--links .dropdown-menu li:last-child:before {
            content: none
        }

    .trms_navbar--links .dropdown-menu li:not(:last-child) {
        margin-right: 0;
        margin-bottom: 14px;
    }

    .trms_navbar--links .dropdown-menu li:not(:first-child) {
        padding-left: 10px;
        padding-right: 10px;
    }

.premium_info {
    top: 50%;
    right: 5px;
    cursor: pointer;
}

.trms__modal#premium .modal-content,
.trms__modal#delete_parties .modal-content {
    padding: 16px 0px 24px;
}

.trms__premium_highlight {
    background-color: #FCC677;
}

.party_question_premium {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #19191A;
}

.trms__premium_highlight.bg_grey {
    background: #F0F2F5;
}

.trms__warning_box {
    background-color: #FFF8DD;
    border-radius: 8px;
}

    .trms__warning_box p {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        color: #19191A;
    }

[data-bs-toggle="modal"] {
    cursor: pointer;
}

.delete_party_title h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #232323;
}

.delete_party_wrapper label {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #4B4C4D;
}

.loader__wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 110;
    top: 0;
    left: 0;
    background: rgb(255 255 255 / 56%);
    backdrop-filter: blur(9.8px);
    -webkit-backdrop-filter: blur(9.8px);
}

.loader_container {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}

.text_show {
    transform: translateY(-40%);
    cursor: pointer;
    z-index: 12;
}

.slide_collapse,
.slide_collapse:hover {
    color: var(--primary);
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
}

    .slide_collapse:after {
        content: "";
        width: 8px;
        height: 11px;
        position: absolute;
        display: block;
        background-image: url(img/chevron_right.svg);
        background-repeat: no-repeat;
        background-size: contain;
        top: 50%;
        right: 15px;
        transform: rotateZ(90deg) translateX(-20%);
        transition: 0.3s all;
    }

    .slide_collapse[aria-expanded="true"]:after {
        transform: rotateZ(270deg) translateX(-20%);
    }

.trms__card_title-action {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #1A4D91;
    text-decoration: none;
}

.dash_policy_type {
    font-weight: 600;
    font-size: 12px;
    line-height: normal;
    color: #232323;
}

.dash_policy_no {
    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
    color: #1A4D91;
}

.dash_policy_text {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #232323;
}

.dash_policy_premium {
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #232323;
}

.btn-policy-action {
    padding: 7px 12px;
    border: 1px solid #1A4D91;
    border-radius: 8px;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    width: 100%
}

.dash_policy_text.status:before {
    content: "";
    width: 32px;
    height: 32px;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 11px;
    vertical-align: middle;
}

.dash_policy_text.status.status_warning:before {
    background-image: url(img/alert_dash_icon.svg);
}

.dash_policy_status {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    margin-left: 12px;
    border-radius: 20px;
    padding: 2px 16px;
}

    .dash_policy_status.draft {
        color: #475569;
        background: #DFE3E8;
    }

    .dash_policy_status.pending {
        color: #B45309;
        background: #FEECBE;
    }

    .dash_policy_status.expired {
        color: #B91C1C;
        background: #FFD9D1;
    }

    .dash_policy_status.active {
        color: #0063D6;
        background: #C9E1FE;
    }

.dashboard_title {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}

.dash_breadcrumb li {
    list-style: none;
}

.po_status {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    padding: 2px 16px;
    border-radius: 20px;
}

    .po_status.active {
        background: #CEF5DF;
        color: #047857;
    }

    .po_status.expired {
        background: #FEECBE;
        color: #B45309;
    }

    .po_status.renewed {
        background: #E0EFFF;
        color: #0063D6;
    }

    .po_status.cancel {
        background: #FEF2F2;
        color: #B91C1C;
    }

    .po_status.draft {
        background: #F1F5F9;
        color: #475569;
    }

.dataTables_wrapper#policy--table_wrapper table tbody th,
#policy--table_wrapper.dataTables_wrapper table tbody td {
    padding: 10.5px 0 10.5px 8px;
}

[data-bs-toggle="modal"] {
    cursor: pointer !important;
}

.trms__login--container {
    max-width: 847px;
    border: 1px solid #E6E6E6;
    box-shadow: 0px 0px 10px #DDE4ED;
    border-radius: 11px;
    background: #FFFFFF;
    margin-top: 52px;
}

    .trms__login--container.sec_questions {
        max-width: 987px;
    }

.trms__login--form-container {
    max-width: 322px;
    padding-top: 30px;
    padding-bottom: 30px;
}

    .trms__login--form-container.question-wrap {
        max-width: none;
        padding: 25px 28px;
    }

    .trms__login--form-container h1 {
        color: #334155;
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 20px;
    }

.trms__login--info {
    padding: 26px 20px;
}

    .trms__login--info:before {
        content: "";
        width: 1px;
        display: block;
        height: 100%;
        position: absolute;
        background-color: #E6E6E6;
        left: -15px;
        top: 0;
    }

.trms__login--form-container.question-wrap:after {
    content: "";
    width: 1px;
    display: block;
    height: 100%;
    position: absolute;
    background-color: #E6E6E6;
    right: -10px;
    top: 0;
}

.trms__login--form-container .trms__form--control {
    padding: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    /* identical to box height, or 114% */
    color: #232323;
    height: 40px;
}

.trms__login--form-container textarea.trms__form--control {
    height: auto;
}

.trms__login--link {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
    color: #1A4D91;
}

.trms__login--profile-action {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
    color: #1A4D91;
}

.trms__renewal--expand {
    cursor: pointer;
}

.trms__renewal_detail {
    display: none;
}

.trms__renewal_info {
    border-top: 1px dashed #D7D3D3;
}

.renewal_info_title {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
}

    .renewal_info_title.warning {
        color: #B91C1C;
    }

.renewal_info_text {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
}

    .renewal_info_text.warning {
        color: #B91C1C;
    }

.trms__renewal_info .quote__summary--label span {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #232323;
}

.trms__renewal_info .quote__summary--info span {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #232323;
}

.trms__modal--list span {
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #1A4D91;
}

.trms__modal--list p {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #646566;
}

.trms__modal--list {
    border-bottom: 1px dashed #D7D3D3;
    cursor: pointer;
}

.renew_policy_cert--title {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #1A4D91;
}

    .renew_policy_cert--title span {
        font-weight: 500;
        font-size: 12px;
        line-height: 20px;
        cursor: pointer;
    }

.renewal_parties_wrapper {
    max-height: 200px;
    overflow-y: auto;
}

    .renewal_parties_wrapper::-webkit-scrollbar {
        width: 3px;
    }


    /* Track */

    .renewal_parties_wrapper::-webkit-scrollbar-track {
        background: #f1f1f1;
    }


    /* Handle */

    .renewal_parties_wrapper::-webkit-scrollbar-thumb {
        background: #888;
    }


        /* Handle on hover */

        .renewal_parties_wrapper::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

.policypart_modal .trms__modal__desc.add_ver_desc {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #646566;
}

.trms__tooltip {
    width: 220px;
    background: #f0f6ff;
    border-radius: 4px;
}

[data-toggle="tooltip"] {
    cursor: pointer;
}

.trms__tooltip:after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #f0f6ff;
    bottom: -7px;
    left: 8px;
}

.trms__tooltip .trms__tooltip--content {
    line-height: normal;
}

    .trms__tooltip .trms__tooltip--content span {
        font-size: 12px;
        color: #000;
        line-height: 1.5;
        word-break: break-word;
        font-weight: 500;
        display: block;
    }

.trms__slide_modal--footer-link {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #1A4D91;
}

.btn-blue.btn-blue-outline[disabled] {
    border-color: #adadad;
    color: #adadad;
    background-color: #efefef;
    cursor: no-drop;
}

    .btn-blue.btn-blue-outline[disabled] img {
        filter: grayscale(100%);
    }

.ada_navbar--link li {
    position: relative;
}

    .ada_navbar--link li:not(:last-child) a {
        position: relative;
        font-style: Regular;
        font-size: 15px;
    }

    .ada_navbar--link li a {
        color: #666666;
    }

    .ada_navbar--link li:not(:last-child) {
        margin-right: 32px;
    }

.landingHeader {
    min-height: 72px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1020;
    background-color: #fff
}

.btn-landing-nav {
    background: #283997;
    border-radius: 4px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    padding: 4px 18.5px;
}

.ada__external--info {
    background-image: url(/assets/img/hero_img.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
    height: 2%;
    margin-top: 72px;
}

.container_content {
    top: 25px;
    padding-bottom: 0;
}

    .container_content h1 {
        font-size: 24px;
        font-weight: 800;
        line-height: 29px;
        color: #283997;
        left: 0;
    }

    .container_content h2 {
        font-weight: 800;
        font-size: 26px;
        line-height: 1.5;
    }

    .container_content p {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #656B72;
    }

.ada__external--detail--nav--links {
    list-style: none;
}

    .ada__external--detail--nav--links li:before {
        content: "";
        height: 2px;
        background-color: #283997;
        display: block;
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        transform: scaleX(0);
        transform-origin: right;
        transition: transform 0.25s ease-out;
    }

    .ada__external--detail--nav--links li {
        display: inline-block;
        position: relative;
        cursor: pointer;
        font-style: normal;
        padding-top: 16px;
        padding-bottom: 16px;
        font-weight: 500;
        font-size: 20px;
        line-height: 27px;
        color: #000000;
        transition: 0.25s all;
    }

        .ada__external--detail--nav--links li:hover:before,
        .ada__external--detail--nav--links li.active:before {
            transform: scaleX(1);
            transform-origin: left;
        }

        .ada__external--detail--nav--links li:hover,
        .ada__external--detail--nav--links li:focus {
            color: #283997;
        }

.professional_insurance--content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #656B72;
}

.btn-start-quick {
    background-color: #283997;
    padding: 15px 46.54px;
    color: #fff;
}

    .btn-start-quick:hover {
        color: #fff;
    }

.ada__external--detail--nav--links li.active {
    color: #283997;
}

.ada__liability_insurence {
    background: #EEF0FA;
}

.ada__liability_insurance-title {
    cursor: pointer;
}

    .ada__liability_insurance-title:after {
        content: "";
        width: 8px;
        height: 11px;
        position: absolute;
        display: block;
        background-image: url(img/chevron_right.svg);
        background-repeat: no-repeat;
        background-size: contain;
        top: 50%;
        right: 20px;
        transform: rotateZ(90deg);
        transition: 0.3s all;
    }

    .ada__liability_insurance-title.open:after {
        top: 50%;
        transform: rotateZ(-90deg);
    }

.ada__liability_wrapper--title h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #333333;
    padding-bottom: 30px;
    padding-top: 30px;
    border-bottom: 1px solid #E8E8E8;
}

.ada__liability_insurance-content {
    padding: 8px;
    font-size: 14px;
}

.ada__liability_insurance-content {
    display: none;
}

    .ada__liability_insurance-content.in {
        display: block;
    }

    .ada__liability_insurance-content p {
        font-weight: normal;
        font-size: 14px;
        line-height: 25px;
        color: #262626;
    }

.generelfaq__wrapper {
    border-radius: 8px;
    background-color: #FFFFFF;
}

.faq__child_wrapper--title h5 {
    color: #4F4F4F;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
}

.generalfaq__wrapper--content p .faq-list {
    font-weight: normal;
    font-size: 14px;
    line-height: 25px;
    color: #262626;
}

.generelfaq__wrapper--title .faq__child_wrapper--title::after {
    content: "+";
    font-size: 36px;
    font-weight: 400;
    line-height: 20px;
    display: block;
    position: absolute;
    top: 70%;
    right: 3px;
    transform: translateY(-40%);
    transition: 0.3s all;
}

.generelfaq__wrapper--title.open .faq__child_wrapper--title::after {
    content: "-";
}

.faq__child_wrapper--title {
    cursor: pointer;
}

.faq-list li:not(:last-child) {
    margin-bottom: 12px;
}

.ada__liability-wrapper .border-bottom {
    border-color: #DAE2EB;
}

.ada__external--footer {
    background-color: #283997;
    color: #FFFFFF;
}

.footer__contact {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
}

.footer_contact--num {
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
}

.footer_contact-detail {
    font-size: 11px;
    line-height: 13px;
    font-weight: 400;
    left: 0;
}

.footer--grid {
    padding-right: 12px;
    position: relative;
    margin-right: 12px;
}

    .footer--grid:after {
        content: "";
        width: 1px;
        height: 32px;
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        background-color: rgba(242, 242, 242, 0.2);
    }

.footer_contact--num .contact-divider::before {
    content: "";
    width: 1px;
    height: 21px;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background-color: rgba(242, 242, 242, 0.2);
}

.footer__copyrights {
    font-size: 10px;
    line-height: 20px;
    font-weight: 400;
    color: #C8CACC;
    background-color: #333333;
}

.ada__insurance--detail--tab {
    display: none;
}

    .ada__insurance--detail--tab.active {
        display: block;
    }

.nefesh .btn-start-quick,
.nefesh .btn-landing-nav {
    background-color: #0E6735;
}

.nefesh footer section {
    background-color: #0E6735;
}

.nefesh .ada__external--detail--nav--links {
    list-style: none;
}

    .nefesh .ada__external--detail--nav--links li:before {
        content: "";
        height: 2px;
        background-color: #0E6735;
        display: block;
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        transform: scaleX(0);
        transform-origin: right;
        transition: transform 0.25s ease-out;
    }

    .nefesh .ada__external--detail--nav--links li {
        display: inline-block;
        position: relative;
        cursor: pointer;
        font-style: normal;
        margin-right: 98px;
        padding-bottom: 23px;
        font-weight: 700;
        font-size: 22px;
        line-height: 27px;
        color: #000000;
        transition: 0.25s all;
    }

        .nefesh .ada__external--detail--nav--links li:hover:before,
        .nefesh .ada__external--detail--nav--links li.active:before {
            transform: scaleX(1);
            transform-origin: left;
        }

        .nefesh .ada__external--detail--nav--links li:hover,
        .nefesh .ada__external--detail--nav--links li:focus {
            color: #0E6735;
        }

        .nefesh .ada__external--detail--nav--links li.active {
            color: #0E6735;
        }

.nefesh .ada__insurance--detail--tab {
    display: none;
}

    .nefesh .ada__insurance--detail--tab.active {
        display: block;
    }

.nefesh .container_content h1 {
    color: #0E6735;
}

.apt .btn-start-quick,
.apt .btn-landing-nav {
    background-color: #1B509A;
}

.apt footer section {
    background-color: #1B509A;
}

.apt .ada__external--detail--nav--links {
    list-style: none;
}

    .apt .ada__external--detail--nav--links li:before {
        content: "";
        height: 2px;
        background-color: #1B509A;
        display: block;
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        transform: scaleX(0);
        transform-origin: right;
        transition: transform 0.25s ease-out;
    }

    .apt .ada__external--detail--nav--links li {
        display: inline-block;
        position: relative;
        cursor: pointer;
        font-style: normal;
        margin-right: 98px;
        padding-bottom: 23px;
        font-weight: 700;
        font-size: 22px;
        line-height: 27px;
        color: #000000;
        transition: 0.25s all;
    }

        .apt .ada__external--detail--nav--links li:hover:before,
        .apt .ada__external--detail--nav--links li.active:before {
            transform: scaleX(1);
            transform-origin: left;
        }

        .apt .ada__external--detail--nav--links li:hover,
        .apt .ada__external--detail--nav--links li:focus {
            color: #1B509A;
        }

        .apt .ada__external--detail--nav--links li.active {
            color: #1B509A;
        }

.apt .ada__insurance--detail--tab {
    display: none;
}

    .apt .ada__insurance--detail--tab.active {
        display: block;
    }

.apt .container_content h1 {
    color: #1B509A;
}

.eapa .btn-start-quick,
.eapa .btn-landing-nav {
    background-color: #1076BC;
}

.eapa footer section {
    background-color: #1076BC;
}

.eapa .ada__external--detail--nav--links {
    list-style: none;
}

    .eapa .ada__external--detail--nav--links li:before {
        content: "";
        height: 2px;
        background-color: #1076BC;
        display: block;
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        transform: scaleX(0);
        transform-origin: right;
        transition: transform 0.25s ease-out;
    }

    .eapa .ada__external--detail--nav--links li {
        display: inline-block;
        position: relative;
        cursor: pointer;
        font-style: normal;
        margin-right: 98px;
        padding-bottom: 23px;
        font-weight: 700;
        font-size: 22px;
        line-height: 27px;
        color: #000000;
        transition: 0.25s all;
    }

        .eapa .ada__external--detail--nav--links li:hover:before,
        .eapa .ada__external--detail--nav--links li.active:before {
            transform: scaleX(1);
            transform-origin: left;
        }

        .eapa .ada__external--detail--nav--links li:hover,
        .eapa .ada__external--detail--nav--links li:focus {
            color: #1076BC;
        }

        .eapa .ada__external--detail--nav--links li.active {
            color: #1076BC;
        }

.eapa .ada__insurance--detail--tab {
    display: none;
}

    .eapa .ada__insurance--detail--tab.active {
        display: block;
    }

.eapa .container_content h1 {
    color: #1076BC;
}

.trms .btn-start-quick,
.trms .btn-landing-nav {
    background-color: #004477;
}

.trms footer section {
    background-color: #004477;
}

.trms .ada__external--detail--nav--links {
    list-style: none;
}

    .trms .ada__external--detail--nav--links li:before {
        content: "";
        height: 2px;
        background-color: #004477;
        display: block;
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        transform: scaleX(0);
        transform-origin: right;
        transition: transform 0.25s ease-out;
    }

    .trms .ada__external--detail--nav--links li {
        display: inline-block;
        position: relative;
        cursor: pointer;
        font-style: normal;
        margin-right: 98px;
        padding-bottom: 23px;
        font-weight: 700;
        font-size: 22px;
        line-height: 27px;
        color: #000000;
        transition: 0.25s all;
    }

        .trms .ada__external--detail--nav--links li:hover:before,
        .trms .ada__external--detail--nav--links li.active:before {
            transform: scaleX(1);
            transform-origin: left;
        }

        .trms .ada__external--detail--nav--links li:hover,
        .trms .ada__external--detail--nav--links li:focus {
            color: #004477;
        }

        .trms .ada__external--detail--nav--links li.active {
            color: #004477;
        }

.trms .ada__insurance--detail--tab {
    display: none;
}

    .trms .ada__insurance--detail--tab.active {
        display: block;
    }

.trms .container_content h1 {
    color: #004477;
}

.nefesh .footer__icon--svg path {
    fill: #8AE8B3;
}

.apt .footer__icon--svg path {
    fill: #A5C2EB;
}

.easp .footer__icon--svg path {
    fill: #A5C2EB;
}

.trms .trms--landing__header {
    background-color: #EEF0FA;
}

.trms--landing__header {
    margin-top: 72px;
}

.trms__landing--page-title {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    color: #000000;
}

.trms--landing--page-content h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    color: #000000;
}

.trms--landing--page-content h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 27px;
    color: #000000;
}

.trms--landing--page-content p {
    color: #4a4a4a
}

.trms--landing--page-content strong {
    font-weight: 600;
}

.generelfaq__wrapper .faq__liability_wrapper--title h5 {
    color: #4F4F4F;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.apt .ada__liability_insurence {
    background-color: #EDF4FF;
}

.eapa .ada__liability_insurence {
    background-color: rgba(16, 118, 188, 0.04);
}

.nefesh .ada__liability_insurence {
    background-color: rgba(14, 103, 53, 0.04);
}

.trms .ada__liability_insurence {
    background-color: rgba(0, 68, 119, 0.04);
}

.ada .trms--landing__header {
    background-color: rgba(238, 240, 250, 0.59);
}

.ada .btn-landing-nav,
.ada .ada__external--footer {
    background-color: #283997;
}

.ada .trms__breadcrumb li a {
    color: #283997;
}

.eapa .trms__breadcrumb li a {
    color: #1076BC;
}

.eapa .trms--landing__header {
    background-color: rgba(16, 118, 188, 0.04);
}

.apt .trms--landing__header {
    background-color: #EDF4FF;
}

.apt .trms__breadcrumb li a {
    color: #1B509A;
}

.nefesh .trms--landing__header {
    background-color: rgba(14, 103, 53, 0.04);
}

.nefesh .trms__breadcrumb li a {
    color: #0E6735;
}

.generelfaq__wrapper > .generalfaq__wrapper--content {
    display: none;
}

@media only screen and (min-width:1500px) {
    .ada__external--info {
        background-position: bottom center;
    }
}

.logo-title {
    color: #494949;
    font-size: 16px;
    font-weight: 600;
}

    .logo-title:before {
        content: "";
        width: 2px;
        height: 100%;
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        background-color: #d6d6d6;
    }

.ada__external--detail--nav--links li:not(:last-child) {
    margin-right: 20px;
}

.ada_addr {
    font-size: 12px;
}


/*Dashboard*/


footer.bottom-section {
    position: fixed;
    bottom: 0;
    width: 100%;
}

.bottom-sticky {
    position:sticky;
    bottom:0;
}
.middle-section {
    min-height: 100vh;
}
main.padding-bottom {
    padding-bottom: 130px !important;
}
