/* Form Box */

.calculator-fluid {
    padding: 90px 0;
}

.form_title {
    font-size: 38px;
    font-weight: 600;
    color: #000;
    margin: 0 0 20px;
}
.calc-msg {
    background: #f6f6f6;
    border-radius: 18px;
    padding: 25px;
    text-align: center;
    margin-top: 25px;
}
.radio_selector .radio-wrap.error {
    width: 30%;
}
.radio_selector  span.error-message {
    width: 100%;
}
.radio_selector {
    flex-wrap: wrap;
}
.calc-msg p:first-child {
    font-size: 24px;
}
.input-box {
    margin: 30px 0;
    position: relative;
}

.estimate_price::before {
    content: 'Per month';
    position: absolute;
    inset: 50px 10px 0 auto;
    font-size: 16px;
    height: 18px;
}

.phone_text svg {
    position: absolute;
    inset: 52px 10px 0px auto;
}

.step_count {
    font-size: 14px;
    margin: 0 0 8px;
    color: #FF8D54;
    font-weight: 600;
}

.step_progress {
    width: 100%;
    height: 3px;
    display: block;
    position: relative;
    background: #EBEBEB;
    margin: 10px 0;
}

.step_progress::before {
    content: '';
    background: #FF8D54;
    width: 100%;
    max-width: 50%;
    position: absolute;
    inset: 0;
    transition: all 0.3s;
}

.input-box label {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    display: block;
    margin: 0 0 8px;
}

.radio-wrap label {
    font-size: 16px;
}

.input-box select,
.input-box input {
    width: 100%;
    border: 1px solid #D0D5DD;
    padding: 10px 16px;
    color: #000;
}

.input-box select:focus,
.input-box input:focus {
    outline: none;
    box-shadow: unset !important;
}

.radio_selector {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 15px 0 0;
}

.radio_selector [type="radio"]:checked,
.radio_selector [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.radio_selector [type="radio"]:checked + label,
.radio_selector [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 18px;
    display: inline-block;
    color: #222A41;
    font-weight: 500;
}

.radio_selector [type="radio"]:checked + label:before,
.radio_selector [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #000;
    border-radius: 100%;
    background: #fff;
}

.radio_selector [type="radio"]:checked + label:before {
    border-color: #30AD1C !important;
}

.radio_selector [type="radio"]:checked + label:after,
.radio_selector [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #30AD1C;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.radio_selector [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.radio_selector [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.form_btn,
.back_btn {
    width: 100%;
    max-width: 100%;
    background: #30AD1C;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 10px;
    border-radius: 0;
    font-size: 18px;
    font-weight: 500;
    gap: 10px;
    transition: all 0.2s;
}

.back_btn {
    background-color: transparent;
    border: 1px solid #ddd;
    color: #676767;
    margin: 0 0 15px;
}

.back_btn:hover {
    color: #676767;
}

.form_btn svg {
    transition: all 0.2s;
}

.form_btn:hover {
    color: #fff;
}

.form_btn:hover svg {
    transform: translateX(6px);
    transition: all 0.2s;
}

.steps-form_fluid {
    overflow: hidden;
}

.step-form-wrapper {
    display: flex;
    gap: 30px;
    transition: all .3s ease;
}

.steps-form_fluid.active .step-form-wrapper {
    transform: translateX(calc((100% + 30px) / -1));
}

.steps-form_fluid.active .step_progress::before {
    max-width: 100%;
}

.step_form_1,
.step_form_2,
.step_count {
    flex: 0 0 100%;
    padding-right: 0;
}

.step_form_1, .step_form_2 {
    padding: 0 0 30px;
}

.step_progress_block {
    overflow: hidden;
}

.steps-form_fluid.active .count-wrap{
    transform: translateX(calc((100% + 30px) / -1));
}

.count-wrap {
    display: flex;
    gap: 30px;
    transition: all .3s ease;
}
.error-message {
    display: none;
    color: red;
    font-size: 12px;
}
:root {
    --primary-color-600: #30AD1C;

    --secondary-color-500: #132735;
    --secondary-color-600: #73C4FF;

    --muted-color-200: #F0F3F8;
    --muted-color-300: #E6EBF4;
    --muted-color-400: #9999B5;

    --muted-text: #8296AD;
    --black-color: #000000;
    --white-color: #FFFFFF;
}
.our-healthcare-title-col h4 {
    font-size: 22px !important;
}

.our-healthcare-row {
    padding-inline: 0px;
}

.our-healthcare-btn-col a {
    font-size: 16px;
}
.our-healthcare-row {
    padding: 29px 33px;
    border-bottom: 1px solid #556C7D;
    border-radius: 10px;
}

.our-healthcare-btn-col a {
    border: 1px solid #fff;
}
.button {
    padding: 16px;
    font-weight: 700;
    transition: all .3s ease;
    display: inline-flex;
    gap: 14px;
    align-items: center;
    transition: all .3s ease;
    border-radius: 10px;
}

.button-primary {
    color: var(--white-color);
    background-color: var(--primary-color-600) !important;
}

.btn-dark {
    background-color: var(--secondary-color-500) !important;
}

.button-primary:hover path {
    fill: currentColor;
}

.button-primary:hover {
    color: var(--white-color) !important;
    background-color: var(--secondary-color-500) !important;
}

.btn-dark:hover {
    background-color: var(--primary-color-600) !important;
}

.button-black:hover path {
    fill: currentColor;
}

.button-black.outline {
    color: var(--black-color);
    background-color: transparent;
    border: 1px solid var(--black-color);
}

.button-black.outline:hover {
    color: var(--white-color);
    background-color: var(--black-color);
}
a.button svg {
    animation: pulso 2s infinite;
    border-radius: 100px;
}
.p1-5 {
    padding-right: 40px;
}
.seo-benefits-card img {
    height: 78px;
    object-fit: contain;
}
.dark-blue {
    background-color: var(--secondary-color-500);
}
.provider-for-healthcare {
    background: linear-gradient(104.79deg, #DAF0FF 0.25%, #EAFFE7 60.45%);
}

.provider-card {
    padding: 30px;
    border-radius: 10px;
    height: 100%;
}

.provider-card-img {
    width: 60px;
    height: 60px;
    background: #0D1B24;
    border-radius: 10px;
    padding: 10px;
    flex-shrink: 0;
}

.standing-card {
    padding: 36PX 33PX;
    border: 1PX solid #B6CDDC;
    border-radius: 20px;
    gap: 30px;
    height: 100%;
}

.standing-card img {
    border-radius: 10px;
}
table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 18px;
    text-align: left;
}
th, td {
    padding: 12px;
    border-bottom: 1px solid #ddd;
}
th {
    background-color: #f2f2f2;
}
.custom-tabs button.active::before {
    background: linear-gradient(180deg, #458dc9 0%, rgba(255, 114, 44, 0) 100%),linear-gradient(0deg, #FFFFFF, #FFFFFF) !important;
}
.social-solution {
    background: linear-gradient(104.79deg, #DAF0FF 0.25%, #EAFFE7 60.45%);
}
.sticky-blk {
    position: sticky;
    top: 200px;
}
.net-card {
    padding: 32px;
    border-radius: 16px;
    background-color: var(--white-color);
}

.net-card:not(.bg-transparent):hover {
    color: var(--white-color);
    background-size: cover !important;
    background-position: center;
    background-repeat: no-repeat;
    background: #132735;
}

.net-card:not(.bg-transparent):hover .h4 {
    color: var(--white-color);
}
.net-card .net-icon {
    padding: 16px;
    border-radius: 50%;
    background: #132735;
}
.net-head {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #e0e0e0;
}
.new-faq {
    border-top: 1px solid #0A090E;
}

.new-faq .accordion-item {
    border: none;
    border-bottom: 1px solid #0A090E;
    padding: 50px 0px;
    border-radius: 0px;
}

.new-faq .accordion-item h2.accordion-header button {
    font-size: 30px;
    color: #000;
    font-weight: 700;
    background: none !important;
    padding: 0px;
    box-shadow: none !important;
}

.new-faq .accordion-body {
    padding: 0px;
    margin-top: 30px;
    font-size: 20px;
    max-width: 1303px;
}

.new-faq .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='40' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
    transition: all 0.5s;
}

.new-faq .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='40 ' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}

.new-faq .accordion-button::after {
    transition: all 0.5s;
    background-size: 40px;
    width: 40px;
    height: 40px;
}
.our-healthcare-row:hover {
    background: #2c516b;
}

.seo-benefits-card {
    padding: 20px 15px;
    border: 1px solid transparent;
    border-radius: 15px;
    transition: all .3s ease;
}
.seo-benefits-card:hover {
    border-color: rgba(0,0,0,0.1);
    box-shadow: 10px 10px 0 0 #132735;
}
.iti.iti--allow-dropdown.iti--separate-dial-code {
    width: 100%;
}

@keyframes pulso {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
    }

    70% {
        -moz-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@media only screen and (max-width: 2500px) {
    .radio-wrap label {
        font-size: 14px;
    }
    .spacer-y {
        padding-block: 90px;
    }

    .mb-70 {
        margin-bottom: 40px;
    }

    .mb-50 {
        margin-bottom: 30px;
    }

    .mb-30 {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 1399px) {
    .our-healthcare-title-col h4 {
        font-size: 22px !important;
    }

    .our-healthcare-row {
        padding-inline: 30px;
        transition: all .3s ease;
        height: 100%;
    }

    .our-healthcare-btn-col a {
        font-size: 16px;
    }
    .seo-benefits-card h4 {
        padding-top: 20px;
        border-top: 2px solid;
    }
    .seo-benefits-card img {
        margin-bottom: 20px;
    }

    .seo-benefits-card h4 {
        font-size: 24px !important;
    }
    .new-faq .accordion-item {
        padding-block: 25px;
    }

    .new-faq .accordion-item h2.accordion-header button {
        font-size: 22px;
    }
}
@media only screen and (max-width: 1200px) {
    .our-healthcare-img-col img {
        margin-bottom: 20px;
    }
    
    .our-healthcare-title-col h4 {
        margin-bottom: 10px !important;
    }
    .form-banner img {
        width: 100%;
    }
    .about-us-img-block img {
        width: 100%;
        margin-top: 46px;
    }
    .about-left-content p:last-child {
        margin-bottom: 0px !important;
    }
}

@media only screen and (max-width: 767px) {
    .radio_selector {
        flex-direction: column;
        align-items: flex-start;
    }
    .spacer-y {
        padding-block: 60px;
    }
    .calculator-fluid {
        padding: 60px 0px;
    }
    .new-faq .accordion-item h2.accordion-header button {
        font-size: 18px;
    }
    .new-faq .accordion-body {
        font-size: 16px;
    }
    .offer-table {
        overflow: scroll;
    }
    
    .offer-table table tr th {
        text-wrap: nowrap;
    }
    .section__descp p {
        margin-block: 13px !important;
    }
    .calc-msg p:first-child {
        font-size: 20px;
    }
}