﻿.insurance-container {
    margin: 3rem auto;
    padding: 3rem 40px;
    /*background-color: #fff;*/
    /*max-width: 1200px;*/
    /*box-shadow: 2px 2px 12px rgba(0,0,0,0.125);*/
}
.form-label {
    color: #000 !important;
    display: block;
}

.form-control {
    height: 44px;
    border-radius: 6px;
    padding: 0 15px;
}

.mb-3 {
    margin-bottom: 0.75rem;
}

.insurance-footer {
    max-width: 1200px;
    margin: auto;
    margin-bottom: 3rem;
}

.btn-theme {
    background: rgb(4,160,224);
    background: linear-gradient(67deg, rgba(4,160,224,1) 0%, rgba(2,122,206,1) 80%);
    padding: 12px 20px;
    border-radius: 5px;
    font-size: 16px !important;
    font-weight: 700;
    color: #fff;
    float: right;
    border: none;
}

.btn-theme:focus {
    color: #fff;
}

.stepper {
    margin: 0.5rem auto;
    margin-top: 2.5rem;
    max-width: 950px;
}

.stepper-item {
    padding: 1rem 1.5rem;
    font-weight: 600;
    color: rgba(0,0,0,0.35);
    margin-bottom: 2rem;
    border-left: 5px solid transparent;
    border-radius: 5px;
    width: 95%;
    transition: all 0.25s;
}

    .stepper-item.active {
        color: #333;
        background-color: #fff;
        box-shadow: 2px 2px 8px rgba(0,0,0,0.125);
        border-color: #0271c9;
    }

    .stepper-item h5 {
        font-weight: 600;
        font-size: 14px;
        margin-bottom: 5px;
    }

    .stepper-item p {
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
    }

.custom-radio {
    display: inline-block;
    position: relative;
    margin-bottom: 0;
    margin-right: 10px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 12px 20px;
    padding-left: 40px;
    width: 150px;
    border-radius: 3px;
}

    .custom-radio input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

    .custom-radio .radmark {
        position: absolute;
        top: 12px;
        left: 12px;
        height: 19px;
        width: 19px;
        background-color: #eee;
        border: 1px solid rgba(0,0,0,0.125);
        border-radius: 50%;
    }

    .custom-radio:hover input ~ .radmark {
        background-color: #ccc;
        border-color: rgba(0,0,0,0.25)
    }

    .custom-radio input:checked ~ .radmark {
        background-color: #2196F3;
    }

    .custom-radio .bordermark::before {
        content: "";
        position: absolute;
        display: none;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 2px solid #2196f3;
        border-radius: 6px;
    }

    .custom-radio .radmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    .custom-radio input:checked ~ .radmark:after {
        display: block;
    }

    .custom-radio input:checked ~ .bordermark:before {
        display: block;
    }

    .custom-radio .radmark:after {
        top: 5px;
        left: 5px;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: white;
    }

.choices__list--multiple .choices__item {
    background-color: #2196f3;
}

.choices__inner {
    background-color: #fff;
    border-radius: 6px;
    height: 44px;
}

.phone-input {
    padding-left: 90px !important;
}

.iti__flag-container {
    height: 44px;
}

.iti--allow-dropdown {
    display: block;
}

.file-btn .d-none {
    display: none;
}

.file-btn {
    color: #333 !important;
    border: 1px solid rgba(0,0,0,0.125);
    padding: 0 20px;
    border-radius: 4px;
    height: 44px;
    line-height: 44px;
    width: 100%;
    position: relative;
}

    .file-btn i {
        position: absolute;
        right: 0;
        top: 0;
        color: #f7930d;
        width: 30px;
        font-size: 16px;
        height: 44px;
        text-align: center;
        line-height: 43px;
    }

        .file-btn i.icon-2nd {
            right: 30px;
        }

        .file-btn span {
            display: block;
            white-space: nowrap;
            width: 80%;
            overflow: hidden;
            text-overflow: ellipsis;
        }

.input-info {
    display: block;
    width: 240px;
}

.btn-primary {
    border-color: #0271c9;
    background-color: #0271c9;
}

.auth-links a {
    min-width: 100px;
    color: #fff;
    display: inline-block;
    margin-right: 15px;
    text-align: center;
}

.dropdown-toggle.user_top {
    animation: none;
}

.v-hidden {
    visibility: hidden;
}

.insurance-footer .btn-light {
    font-weight: 600;
    width: 100px;
    height: 50px;
}

.error {
    color: #cb0000;
}

.page-heading {
    margin-bottom: 4rem;
    position: relative;
    height: 220px;
    z-index: 1;
}

    .page-heading::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.5)
    }

    .page-heading h3 {
        font-weight: 600;
        font-size: 32px;
        margin: 0;
    }

    .page-heading p {
        font-size: 18px;
    }

.form-group.input-danger .choices__inner {
    border-color: #cb0000 !important;
    box-shadow: 0 0 7px rgb(203 0 0 / 53%);
}

.form-group.input-danger .form-control {
    border-color: #cb0000 !important;
    box-shadow: 0 0 7px rgb(203 0 0 / 53%);
}

.page-heading img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.heading-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    text-align: center;
    z-index: 2;
}

.bordermark {
    display: none;
}

.confirm-container {
    position: relative;
    height: calc(100vh - 114px);
}

.confirm-inner {
    position: absolute;
    top: 40%;
    left: 50%;
    text-align: center;
    transform: translate(-50%,-50%);
    width: 90%;
    max-width: 500px;
}

.confirm-inner img {
    height: 90px;
}

.confirm-inner h3 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 1rem;
}

    .confirm-inner i {
        color: #039add;
        font-weight: 600;
    }

.confirm-inner p {
    font-size: 18px;
}

.choices__list--dropdown {
    z-index: 20 !important;
}

.card {
    border-radius: 1rem;
    border: 1px solid rgba(0,0,0,0.125);
    margin-bottom: 30px;
}

.card-body {
    padding: 3rem 1.5rem;
    text-align: center;
}

.card-icon {
    width: 70px;
    height: 70px;
    background-color: rgb(0 142 255 / 73%);
    color: #fff;
    margin: 0 auto;
    border-radius: 50%;
    text-align: center;
    line-height: 80px;
}

.card-icon i {
    font-size: 28px;
}

.card-title {
    text-transform: uppercase;
    margin: 1rem 0;
    font-size: 14px;
    font-weight: 600;
}

.badge {
    padding: 4px 10px;
}

.mark {
    text-decoration: none;
    font-weight: 600;
    padding: 7px 15px;
    border-radius: 3px;
    position: static;
    display: inline-block;
    pointer-events: none;
}

.mark-success,
.mark-success:hover,
.mark-success:focus {
    background-color: #e7fbf4;
    color: #08c589;
}

.mark-danger,
.mark-danger:hover,
.mark-danger:focus {
    background-color: #fbe7e7;
    color: #c50808;
}

.mark-danger {
    background-color: #4caf50;
}

.card.card-success .card-icon {
    background-color: #e7fbf4;
    color: #2cd59f;
}

.card.card-danger .card-icon {
    background-color: #fbe5e5;
    color: #cf3c3c;
}

.card .btn {
    font-weight: 600;
    color: #2196f3;
    text-decoration: none;
}

    .card .btn i {
        font-family: "fontAwesome";
    }

.insurance-inner {
    max-width: 950px;
    margin: 2rem auto;
}

.insurance-inner textarea.form-control {
    width: 94%;
    height: auto;
    padding: 2rem;
}

.form-group label.error {
    color: #cb0000;
}

.shadow-box {
    /*padding: 4rem;
    background-color: #fff;
    box-shadow: 2px 2px 8px rgba(0,0,0,0.125);*/
}

.my-accordion {
    display: flex;
    color: #f7930d;
    justify-content: space-between;
    margin-bottom: 3rem;
}

.my-accordion h3 {
    font-weight: 600;
    font-size: 18px;
    margin: 0;
}

.insurance-portal .custom-radio input:checked ~ .radmark {
    background-color: #f7930d !important;
}

.tile-radio {
    display: inline-block;
    width: 150px;
    height: 110px;
    border-radius: 8px;
    background-color: #fff;
    margin-right: 1.5rem;
    box-shadow: 2px 2px 8px rgba(0,0,0,0.125);
    text-align: center;
    line-height: 110px;
    color: #000;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

    .tile-radio .tile-radmark {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        color: #000;
    }

.tile-radio span {
    position: relative;
    z-index: 2;
}

    .tile-radio input:checked ~ span {
        background-color: #f7930d;
        color: #fff !important;
    }

.insurance-footer .btn-theme {
    background: rgb(247 147 13);
    background: linear-gradient(67deg, rgb(255 166 46) 0%, rgb(228 136 13) 80%);
}

#insuranceDetails .form-label {
    margin-top: 4rem;
    font-size: 20px;
}

.insurance-banner {
    padding: 1.5rem 2.5rem;
    background-color: #ffc98042;
    border-radius: 1rem;
    width: 90%;
}

.insurance-banner h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0;
}

.insurance-banner p {
    font-size: 18px;
}

.insurance-flex {
    margin: 3rem 0;
}

.insurance-flex img {
    display: inline-block;
    width: 110px;
    vertical-align: top;
}

.insurance-flex h3 {
    vertical-align: top;
    font-size: 26px;
    display: inline-block;
    width: calc(100% - 135px);
    padding-left: 20px;
    margin-top: 0;
}

.all-page-bubbole {
    background: url("../../../Images/img/banner-bg-insurance.png");
}

.card p {
    font-size: 12px;
    font-weight: 600;
    color: #898989;
}

.calendar-ico i {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #41b0db;
}

.required {
    color: #cb0000;
    font-size: 18px;
}