@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
/* font-family: "Roboto", sans-serif; */
/* font-family: "Almarai", sans-serif; */
/* font-family: "DM Sans", sans-serif; */
/* font-family: "Be Vietnam Pro",sans-serif; */
:root {
    --font-family: "Roboto", sans-serif;
    --second-family: "Almarai", sans-serif;
}
body,
html {
    --second-family: "Almarai", sans-serif;
    height: 100%;
    width: 100%;
    border-radius: 27px;
}
.payment-outer {
    background: url(../images/body-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
}
.payment-outer>.container {
    background: rgba(255, 255, 255, 0.83);
    border-radius: 27px;
    padding: 100px;
}
.payment-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding-right: 5%;
}
.payment-left-top {
    display: flex;
    justify-content: center;
    align-items: center;
}
@media(max-width:991px) {
    .payment-left-top {
        justify-content: space-between;
    }
}
.payment-left-middle h1,
.payment-left-middle h1>strong {
    font-family: var(--second-family);
    font-weight: 300;
    font-size: 51px;
    color: #176e9d;
}
.payment-left-middle h1>strong {
    font-weight: 800;
}
.payment-left-middle h3,
.payment-left-middle h4 {
    font-family: var(--second-family);
    font-weight: 400;
    color: #054388;
}
.payment-left-middle h3 {
    font-size: 20px;
}
.payment-left-middle h4 {
    font-size: 15px;
    line-height: 22px;
    margin: 10px 0 0;
}
.payment-left-bottom {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: space-between;
}
.features-box {
    display: flex;
    gap: 5px;
}
.features-box img {
    margin: auto 0;
    background: #fff;
    border-radius: 7px;
    padding: 8px;
}
.features-box p {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 12px;
    line-height: 117%;
    margin: auto 0;
    color: rgba(23, 110, 157, 0.7);
}
.payment-left-middle {
    padding: 65px 0 125px;
}
.pr-outer {
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.01);
    background: #fff;
    border-radius: 27px;
}
.payment-right {
    color: #111;
    padding: 5% 10%;
}
button.lang-button img {
    margin-left: 5px;
}
button.lang-button {
    background: #93C439;
    border-radius: 14px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 13px;
    line-height: 117%;
    text-align: center;
    color: #fff;
    border: 1px solid #93C439;
    padding: 7px 20px;
    transition: background-color 0.3s, color 0.3s;
}
button.lang-button:hover {
    background: #8ebe36;
    color: #fff;
    border: 1px solid #8ebe36;
}
.lang-select {
    display: flex;
    justify-content: end;
}
.online-payment-form h3 {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 25px;
    text-align: center;
    color: #111;
}
.online-payment-form h6 {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 15px;
    text-align: center;
    line-height: 22px;
    color: #272727;
}
.online-payment-form h6 span,
.online-payment-form p span {
    color: #176e9d;
    font-weight: 500;
}
.online-payment-form p span a {
    text-decoration: none;
    font-weight: 500;
    color: rgb(5, 67, 136);
}
.online-payment-form h5 {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    color: #176e9d;
}
.online-payment-form h5 img {
    margin-left: 7px;
}
.online-payment-form p {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 13px;
    text-align: center;
    color: #303030;
}
button.next-btn {
    background: #176e9d;
    border-radius: 10px;
    border: none;
    outline: none;
    padding: 12px 0;
    width: 100%;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 15px;
    text-align: center;
    color: #fff;
    letter-spacing: 0.02rem;
    transition: background-color 0.3s, color 0.3s;
}
button.next-btn:hover {
    background-color: rgb(21 104 148);
}
button.next-btn img {
    margin-left: 6px;
}
.acc-no-pay-code input {
    padding: 10px 12px;
    /*background: rgb(255, 255, 255);*/
    border: 1px solid #d0d0d0;
}
.acc-no-pay-code input::placeholder {
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 15px;
    /*color: #707070;*/
}
p.or {
    color: #505050;
    font-size: 1rem;
    font-weight: 600;
}
p.or::before,
p.or::after {
    content: "";
    background: #d0d0d0;
    width: 20%;
    height: 1px;
    display: inline-block;
    position: relative;
    top: -3px;
}
p.or::before {
    margin-right: 10px;
}

p.or::after {
    margin-left: 10px;
}
.copyright-outer {
    position: relative;
}
p.copyright {
    color: rgba(23, 110, 157, 0.7);
    font-size: 0.8rem;
    display: flex;
    position: relative;
    top: 70px;
    justify-content: space-between;
}
.copyright .space {
    padding: 0 8px;
}








/* ************* */
/* LANDING PAGE  */
/* *************** */

/* body,
html {
    font-family: "Almarai", sans-serif;
    height: 100%;
    width: 100%;
    display: block;
    place-content: inherit;
    background: none;
    border-radius: 0;
    background-size: none;
} */
header {
    width: 100%;
    background: #D8F0F4;
    z-index: 9;
}
.header-outer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0px;
    margin: auto 0px;
}
.landing-section {
    background: linear-gradient(110.97deg, #054185 -4.32%, #1EBED0 72.05%, #02A7B6 102.85%);
    padding: 25px 0 25px;
}
.landing-section2 {
    background: linear-gradient(110.97deg, #054185 -4.32%, #1EBED0 20.05%, #02A7B6 102.85%);
    padding: 25px 0 25px;
}
.landing-container {
    box-shadow: 4px 0 4px 0 rgba(0, 0, 0, 0.02);
    background: rgba(255, 255, 255, 0.83);
    padding: 10px;
    border-radius: 11px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 25px!important;
}
.landing-grid-1,
.landing-grid-2 {
    display: grid;
    grid-template-columns: 25% 73%;
    gap: 2%;
}
@media(max-width:991px) {
    .landing-grid-1,
    .landing-grid-2 {
        grid-template-columns: 100%;
        gap: 0;
    }
}
/* box-1 */
.landing-grid-sub-1,
.landing-grid-sub-3 {
    box-shadow: 4px 0 4px 0 rgba(0, 0, 0, 0.02);
    background: #169cbb;
    border-radius: 11px;
    padding: 50px 0 0;
}
.landing-grid-sub-1 h6,
.landing-grid-sub-3 h6 {
    font-weight: 700;
    font-size: 15px;
    color: #fff;
    margin: 0px 0 32px;
    padding: 0 15px 0;
}
.main-menu p {
    border-bottom: 1px solid #57C6E0;
    font-family: "Almarai", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    padding: 0px 15px 15px;
}
.main-menu p.selected-menu {
    font-weight: 800;
}
.main-menu p img {
    margin-right: 10px;
    position: relative;
    top: -2px;
}
/* box-2 */
.landing-grid-sub-2,
.landing-grid-sub-4 {
    padding: 50px 0 0;
}
.landing-grid-sub-2 h1,
.landing-grid-sub-4 h1 {
    font-weight: 700;
    font-size: 25px;
    color: #111;
}
.landing-grid-sub-2 h2 {
    font-weight: 700;
    font-size: 21px;
    color: #3b68ad;
}
.landing-grid-sub-2 p {
    font-weight: 400;
    font-size: 16px;
    color: #313455;
    width: 60%;
}
.landing-grid-sub-2 p a {
    font-weight: 700;
    text-decoration: none;
}
.papperless-button {
    display: flex;
    justify-content: end;
    margin: 10px 0;
}
.papperless-button button {
    border: none;
    outline: none;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    background: linear-gradient(90deg, #188251 0%, #93c439 100%);
    border-radius: 5px;
    padding: 10px;
    display: flex;
    gap: 10px;
    transition: background-color 0.3s, color 0.3s;
}
.papperless-button button:hover {
    background: linear-gradient(90deg, #197C4E 0%, #8EBC3A 100%);
}
.landing-grid-sub-2 h3 {
    font-weight: 700;
    font-size: 22px;
    color: #176e9d;
}
.landing-grid-sub-2 img {
    margin: auto 0;
}
/* balacne-details  */
.balance-white-box {
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 35px;
    padding: 30px 10px;
    border-radius: 11px;
}
.balance-outer {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
}
.balance-outer h6 {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #313455;
}
h6.last-statement {
    color: #176e9d;
}
.balance-outer h4 {
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #111;
}
.balance-details-block {
    border-right: 1px solid #E5E7E9;
}
.balance-details-block:last-child {
    border-right: none;
}
.acc-history a {
    text-decoration: none;
    color: #148db2;
    display: flex;
    justify-content: right;
    margin-bottom: 10px;
}
.payment-button {
    display: flex;
    justify-content: space-around;
}
.payment-button img {
    margin-left: 5px;
}
.payment-button button {
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    color: #fff;
    border: none;
    outline: none;
    background: #176e9d;
    width: 290px;
    border-radius: 5px;
    padding: 9px 0;
    transition: background-color 0.3s, color 0.3s;
}
.payment-button button:hover {
    background: #1b6085;
}
button.recurring-payment {
    background: #3B68AD;
    transition: background-color 0.3s, color 0.3s;
}
button.recurring-payment:hover{
    background: #30548B;
}
/* grid-2  */
.landing-grid-sub-4 h1 {
    padding-left: 1rem;
    margin: 0 0 25px;
}
.landing-grid-sub-4 {
    background: #e9fdff;
    border-radius: 11px;
    padding-bottom: 50px;
}
/* footer  */
footer{
    background: #D8F0F4;
}
footer,
footer p {
    font-family: "DM Sans", sans-serif;
    margin: 0;
}
footer>.container {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
}
.footer-left,
.footer-center,
.footer-right {
    margin: auto 0;
}
.footer-left h5 {
    font-weight: 700;
    font-size: 17px;
    letter-spacing: -0.04em;
    color: #176e9d;
}
.footer-left h6 {
    font-weight: 400;
    font-size: 13px;
    color: #313455;
}
.footer-center p {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #9fa5ae;
    text-align: center;
}
span.space {
    padding: 0 8px;
}
.footer-right p {
    font-weight: 400;
    font-size: 14px;
    color: #9fa5ae;
}
.accordion-button {
    cursor: pointer;
}
.landing-page-accordian {
    --bs-accordion-bg: #e9fdff !important;
}
.landing-page-accordian .accordion-body {
    background: #fff;
}
.accordion-button:not(.collapsed) {
    background-color: #b9e3e8 !important;
}
.accordion {
    --bs-accordion-btn-focus-box-shadow: none !important;
}
.landing-page-accordian .accordion-button {
    font-weight: 400;
    font-size: 16px;
    color: #313455 !important;
}
/* media queries  */
@media(max-width:991px) {
    .landing-section {
        padding: 115px 0 25px;
    }
    .main-menu {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
        .main-menu p {
            border-bottom: none;
            display: flex;
            padding: 0px 15px 0px;
            font-size: 1rem;
        }
    .landing-grid-sub-1,
    .landing-grid-sub-3 {
        padding: 15px 0 0;
    }
    .landing-grid-sub-2 p {
        width: 100%;
    }
    footer>.container {
        flex-direction: column;
        align-items: center;
    }
}
@media(max-width:768px) {
    .payment-button {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    .balance-outer {
        grid-template-columns: repeat(1, 1fr);
    }
    .balance-details-block {
        padding: 15px 0 10px;
        border-right: none;
        border-bottom: 1px solid #E5E7E9;
    }
    .balance-details-block:last-child {
        border-bottom: none;
    }
    .balance-white-box {
        gap: 5px;
        padding: 15px 10px 30px;
        border-radius: 11px;
    }
    .papperless-button {
        display: flex;
        justify-content: center;
        margin: 30px 0;
    }
    .payment-button button {
        width: 100%;
    }
}
@media(max-width:600px) {
    .main-menu p {
        font-size: 0.9rem;
    }
}
.main-menu button {
    color: #fff;
    background: transparent;
    border: none;
    outline: none;
    box-shadow: none;
    font-size: 16px;
    font-weight: 300;
    padding: 0;
}
.main-menu a {
    color: #fff;
    text-decoration: none;
    padding: 0;
    margin: 0;
    font-size: 1rem;
    position: relative;
    left: -3px;
}
    .main-menu a:hover {
        color: #fff;
        color: #fff;
        text-decoration: none;
        padding: 0;
        margin: 0;
        font-size: 1rem;
    }
button#btnACDetails {
    font-size: 19px;
    color: #176e9d;
    font-weight: 700;
    text-decoration: none;
}
    /* secure payment  */

    .card-no-outer {
    display: flex;
    justify-content: space-between;
}
.year-cvv{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 15px;
}
a.lang-button {
    background: #93C439;
    border-radius: 14px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 13px;
    line-height: 117%;
    text-align: center;
    color: #fff;
    border: 1px solid #93C439;
    padding: 7px 10px;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
    display: inline-block;
}

    a.lang-button:hover {
        text-decoration: none;
        background: #8ebe36;
        color: #fff;
        border: 1px solid #8ebe36;
    }

    a.lang-button img {
        margin-left: 5px;
    }





/* ************************* */
/* Make a Payment  */
/* ********************** */
.card-no-outer {
    display: flex;
    justify-content: space-between;
}

.secure-payment-outer {
    font-family: "Almarai", sans-serif;
}

.year-cvv {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.secure-payment-outer {
    display: grid;
    grid-template-columns: 58% 40%;
    gap: 2%;
}

@media(max-width:1200px) {
    .secure-payment-outer {
        grid-template-columns: 100%;
        gap: 0;
    }
}

.secure-payment-block1 label {
    font-weight: 400;
    font-size: 16px;
    color: #326899;
}

.secure-payment-block1 input,
.secure-payment-block1 select {
   /* background-color: #e9fdff;*/
    border-radius: 4px;
    border: 1px solid #9dd0d8;
    padding: 10px;
    /*color: #94bcc3;*/
    font-family: "Almarai", sans-serif;
}

    .secure-payment-block1 input::placeholder {
        font-weight: 400;
        font-size: 1rem;
       /* color: #94bcc3;*/
        font-family: "Almarai", sans-serif;
    }

    .secure-payment-block1 input[type="text"] {
       /* background-color: #e9fdff;*/
    }
/* .secure-payment-block2 */
.secure-payment-block2 {
    box-shadow: rgba(0, 0, 0, 0.02) 4px 0px 4px 0px;
    background: rgb(23, 110, 157);
    border-radius: 7px;
    display: grid;
    place-content: space-between;
    padding: 25px;
}

.statement-grid-box1 label {
    font-weight: bold;
    font-size: 1.1rem;
    color: #fff;
}

.statement-grid-box2 label {
    font-weight: 400;
    font-size: 1.1rem;
    color: #fff;
}

input[type=radio] {
    accent-color: #176e9d;
    color: #176e9d;
    width: 17px;
    height: 17px;
}

.statement-grid-box2 input {
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    /*color: #176e9d;*/
    border: none;
    outline: none;
    padding: 10px;
}

    .statement-grid-box2 input:hover {
        color: #176e9d;
    }

.radiobox {
    display: flex;
    gap: 5px;
}

    .radiobox input {
        margin: 0;
        position: relative;
        top: 4px;
    }
/* terms and conditions */
.secure-payment-tandc {
    padding-left: 1rem;
    padding-right: 1rem;
}

    .secure-payment-tandc h5 {
        font-family: "Be Vietnam Pro", sans-serif;
        font-weight: 700;
        font-size: 16px;
        color: #111;
    }

    .secure-payment-tandc label {
        font-family: "DM Sans", sans-serif;
        font-weight: 500;
        font-size: 16px;
        color: #000;
    }

    .secure-payment-tandc p {
        font-family: "DM Sans", sans-serif;
        font-weight: 400;
        font-size: 16px;
        color: #176e9d;
        margin: 0.3rem 0 0.3rem;
    }

    .secure-payment-tandc h6 {
        font-family: "DM Sans", sans-serif;
        font-weight: 700;
        font-size: 16px;
        color: #e75b6b;
    }

.cancel-proceed-but {
    display: flex;
    gap: 15px;
    margin: 25px 0 15px;
}

    .cancel-proceed-but button {
        font-family: "Be Vietnam Pro", sans-serif;
        font-weight: 700;
        font-size: 18px;
        text-align: center;
        color: #fff;
        border: none;
        outline: none;
        background: #e75b6b;
        border-radius: 4px;
        width: 213px;
        padding: 10px 0;
    }

button.proceed-but {
    background: #3b68ad;
}








/* ***************** */
/* PROFILE INFO  */
/* ****************** */
:root {
    --font-family: "Almarai", sans-serif;
    --second-family: "Roboto", sans-serif;
    --third-family: "DM Sans", sans-serif;
    --font3: "Be Vietnam Pro", sans-serif;
}

.profile-tabs {
    display: flex;
    gap: 5px;
}

@media(max-width:768px) {
    .profile-tabs {
        flex-direction: column;
    }

        .profile-tabs button {
            text-align: left;
        }
}

.profile-tabs button {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    border: none;
    outline: none;
    border-radius: 4px 4px 0 0;
    background: #74bccd;
    padding: 9px 25px;
}

button.prof-active {
    background: #176e9d;
}

.prof-radio {
    margin: 15px 0 30px;
}

    .prof-radio label {
        font-family: var(--font-family);
        font-weight: 400;
        font-size: 16px;
        color: #000;
    }

.name-dob {
    display: flex;
    justify-content: space-between;
}

@media(max-width:768px) {
    .name-dob {
        flex-wrap: wrap;
    }
}

.name-dob h5 {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 18px;
    color: #176e9d;
}

    .name-dob h5 span {
        font-family: var(--font3);
        font-weight: 700;
        font-size: 18px;
        color: #141736;
    }

.update-profile p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    color: #176e9d;
}

    .update-profile p a {
        color: #02a7b6;
    }
/* input-box color and bg  */
.update-profile label {
    font-weight: 400;
    font-size: 16px;
    color: #326899;
}

.update-profile input,
.update-profile select {
   /* background-color: #e9fdff;*/
    border-radius: 4px;
    border: 1px solid #9dd0d8;
    padding: 10px;
   /* color: #94bcc3;*/
    font-family: "Be Vietnam Pro", sans-serif;
}

    .update-profile input::placeholder {
        font-weight: 400;
        font-size: 1rem;
        color: #94bcc3;
        font-family: var(--font-family);
    }

    .update-profile input[type="text"] {
        /*background-color: #e9fdff;*/
    }

.address-section {
    margin: 30px 0 30px;
}

.contact-section {
    margin: 0 0 30px;
}

    .contact-section button {
        font-family: var(--font-family);
        font-weight: 400;
        font-size: 0.9rem;
        color: #e9fdff;
        background: #3b68ad;
        border-radius: 5px;
        border: none;
        outline: none;
        padding: 5px 15px;
    }

.preference-section label {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 18px;
    color: #176e9d;
}

.comments-section textarea {
    width: 100%;
    height: 171px;
    padding: 15px 15px;
    border: none;
    outline: none;
    border-radius: 4px;
}

a.terms-use {
    text-decoration: none;
    font-family: var(--font3);
    font-weight: 400;
    font-size: 16px;
    color: #02a7b6;
}

p.required-profile {
    color: #e75b6b;
}




/* ************************************* */
/*****   PRIMARY INSURANCE PAGE    ***** */
/* *************************************** */

@media (max-width: 991px) {
    .main-menu {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
}

.landing-grid-sub-2 h2 {
    font-family: var(--font-family);
}

.update-profile label {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    color: #176e9d;
}

.update-profile .radiobox input {
    margin: 0;
    position: relative;
    top: 0px;
}

.update-profile input[type="date"] {
    /*background-color: #e9fdff;*/
    font-family: var(--font-family);
}

.comments-section textarea {
    font-family: var(--font-family);
}

.update-profile input[type="date"] {
    text-transform: uppercase;
}

a.col-sky-blue {
    color: #02A7B6;
    text-decoration: none;
    font-family: var(--font-family);
    font-weight: 400;
}




/* ************************************* */
/*****   PRE_PAYMENT_SERVICES PAGE    ***** */
/* *************************************** */

.med-services-head {
    display: flex;
    justify-content: center;
}

h3.pre-med-services {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    background: #176e9d;
    border-radius: 4px;
    margin: 0;
    padding: 8px 15px;
}

.primary-insurance-section input,
.primary-insurance-section select {
    /*background-color: #e9fdff;*/
    border-radius: 4px;
    border: 1px solid #9dd0d8;
    padding: 10px;
    /*color: #94bcc3;*/
    font-family: "Almarai", sans-serif;
}

h6.valid-color {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 0.9rem;
    color: #e75b6b;
    line-height: 18px;
}

.bill-information {
    background: none;
}

h5.bill-information-head {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 18px;
    color: #176e9d;
}

a.pre-med-services {
    background: #3b68ad;
    display: flex;
    gap: 5px;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    border-radius: 4px;
    margin: 0;
    padding: 8px 15px;
    text-decoration: none;
}
/* ***************************** */
/******** ADMIN PANEL-1 ******** */
/* ***************************** */


.admin-wrapper {
    padding: 25px;
}

.admin-header-outer {
    display: flex;
    padding: 25px;
    gap: 35px;
}

h1.admin-head {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 25px;
    color: #111;
    margin: 0;
    margin: auto 0;
}

.sub-2-head {
    font-family: var(--third-family);
    font-weight: 800;
    font-size: 20px;
    color: #0c659b;
    margin: auto 0;
}

    .sub-2-head span {
        color: #656b9b;
    }

.admin-panel-section-2 .main-menu p {
    color: #fff;
}

.admin-panel-section-2 {
    display: grid;
    grid-template-columns: 18% 40% 40%;
    gap: 1%;
}

@media(max-width:1200px) {
    .admin-panel-section-2 {
        display: grid;
        grid-template-columns: 100%;
        gap: 1%;
    }
}

.admin-menu-panel {
    padding: 0;
}

.dropdown-outer {
    display: flex;
    gap: 10px;
    padding: 15px 0;
    border-bottom: 1px solid #57C6E0;
}

.admin-menu-panel a {
    color: #fff;
    text-decoration: none;
}

.admin-menu-panel .dropdown-menu a {
    color: #000;
    text-decoration: none;
}

body.admin-panelouter {
    background: linear-gradient(110.97deg, #054185 -4.32%, #1EBED0 72.05%, #02A7B6 102.85%);
}












/* admin-sub-3 */

.admin-panel-section-2 {
    font-family: var(--font-family);
}

.admin-panel-sub-3,
.admin-panel-sub-4 {
    background: #e9fdff;
    padding: 15px 15px 35px;
    border: 1px solid #9dd0d8;
    border-radius: 4px;
}

h5.statements-mailed {
    font-weight: 700;
    font-size: 20px;
    color: #176e9d;
}

a.provider-link {
    font-weight: 400;
    font-size: 1rem;
    color: #02a7b6;
    text-decoration: none;
}

.table > :not(caption) > * > * {
    padding: .8rem .8rem !important;
    color: #000 !important;
    background: none !important;
}

th.table-head {
    font-weight: 700;
    font-size: 1.1rem;
    color: #fff !important;
    background: #02a7b6 !important;
    border-right: 5px solid #e9fdff;
    white-space: nowrap;
}

    th.table-head:last-child {
        border-right: none;
    }

table.statement-table tr {
    font-family: "Be Vietnam Pro", sans-serif;
    background: #d6f0f4;
    border-bottom: 3px solid #e9fdff;
}

h4.payment-summary {
    font-weight: 400;
    font-size: 18px;
    color: #313455;
}

.summary-details p {
    border-bottom: 0.50px solid #9dd0d8;
    margin: 0;
    padding: 0;
    padding: 11px 0;
}

.scollable-table {
    overflow-x: auto;
}

/* ***************************** */
/******** ADMIN PANEL-2 ******** */
/* ***************************** */

.search-criteria-outer,
.status-report {
    background: #e9fdff;
    border: 1px solid #9dd0d8;
    border-radius: 4px;
    padding: 20px;
}

h3.search-criteria {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 20px;
    color: #176e9d;
}

a.advance-search {
    padding: 8px 40px;
}

a.excel-button {
    text-decoration: none;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    border: 1px solid #9dd0d8;
    border-radius: 4px;
    background: #176e9d;
    padding: 10px 40px;
}

.excel-search-box {
    display: flex;
    justify-content: space-between;
}

@media(max-width:768px) {
    .excel-search-box {
        gap: 10px;
        flex-wrap: wrap;
    }
}

.form-inline {
    display: flex;
}

.excel-search-box input {
    background-color: #fff;
    outline: none;
    width: 100%;
}

.btn-outline-success {
    --bs-btn-color: #fff !important;
    --bs-btn-border-color: #9dd0d8 !important;
    --bs-btn-hover-color: #fff;
}

.search-criteria-outer input, .search-criteria-outer select {
    background: #fff !important;
}

th.table-head {
    font-size: 1rem;
    font-weight: 500;
}

.status-report tbody td {
    font-size: 0.9rem;
}



/* ***************************** */
/******** ADMIN PANEL-2 ******** */
/* ***************************** */

.admin-panel-section-2-two {
    display: grid;
    grid-template-columns: 18% 80%;
    gap: 2%;
    font-family: var(--font-family);
}

@media(max-width:1200px) {
    .admin-panel-section-2-two {
        display: grid;
        grid-template-columns: 100%;
    }
}

.status-report-head-outer {
    display: flex;
    justify-content: space-between;
}

.excel-search-box {
    display: flex;
    gap: 25px;
}

@media(max-width:991px) {
    .status-report-head-outer {
        gap: 10px;
        flex-wrap: wrap;
    }
}

@media(max-width:768px) {
    .excel-search-box {
        gap: 5px;
        flex-wrap: wrap;
    }
}

.admin-panel-section-2-two .dropdown-outer {
    padding: 11px 0;
}

.search-criteria-outer input, .search-criteria-outer select {
    padding: 6px 10px;
}

.search-criteria-outer,
.status-report {
    background: #e9fdff;
    border: 1px solid #9dd0d8;
    border-radius: 4px;
    padding: 20px;
}

h3.search-criteria {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 20px;
    color: #176e9d;
    margin: auto 0;
}

a.advance-search {
    padding: 8px 40px;
}

a.excel-button {
    text-decoration: none;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    border: 1px solid #9dd0d8;
    border-radius: 4px;
    background: #176e9d;
    padding: 10px 40px;
}

.form-inline {
    display: flex;
}

.excel-search-box input {
    background-color: #fff;
    outline: none;
    width: 100%;
}

.btn-outline-success {
    --bs-btn-color: #fff !important;
    --bs-btn-border-color: #9dd0d8 !important;
    --bs-btn-hover-bg: #fff !important;
    --bs-btn-hover-border-color: #9dd0d8 !important;
    --bs-btn-active-bg: #fff !important;
}

.search-criteria-outer input, .search-criteria-outer select {
    background: #fff !important;
}

th.table-head {
    font-size: 1rem;
    font-weight: 500;
}

.status-report tbody td {
    font-size: 0.9rem;
}

span.valid-style{
    margin-left:5px;
    font-size:1.1rem;
    color:red;
}




a.cancel-but {
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    color: #fff;
    border: none;
    outline: none;
    background: red;
    border-radius: 4px;
    padding: 10px 15px;
    text-decoration:none;
    width:213px;
}
.text-danger{
    margin-bottom:10px!important;
}
a.sub-make-pay {
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    color: #fff;
    border: none;
    outline: none;
    background: #176e9d;
    width: 290px;
    border-radius: 5px;
    padding: 9px 0;
    transition: background-color 0.3s, color 0.3s;
    text-decoration:none;
}
    a.sub-make-pay :hover {
        background: #1b6085;
    }

input.payment-edit-but {
    background: #0d6efd!important;
    color:#fff!important;
}


button.back-but {
    background: #e75b6b;
}


/* admin-panel-1 additional  */
/* Customizing the appearance of summary */
summary {
    list-style: none;
    /* Remove default marker */
    position: relative;
}
    /* Styling the marker image */
    summary img {
        vertical-align: middle;
        margin-right: 5px;
    }

.dropdown-summary p a {
    text-decoration: none;
    color: #fff;
}

.dropdown-summary li {
    list-style-type: none;
}

.sub-menu-summary p {
    padding-left: 45px;
}

/* nav-bar edit  start*/
.nav-button-toggle {
    position: fixed;
    top: 6px;
    right: 6px;
    border-radius: 3px;
    background: linear-gradient(110.97deg, #054185 -4.32%, #1EBED0 72.05%, #02A7B6 102.85%);
}

    .nav-button-toggle .fa-bars {
        color: #fff;
        font-size: 1.3rem;
        padding: 10px;
    }

@media(max-width:991px) {
    .landing-grid-sub-1 {
        border-radius: 0;
    }
}
/* nav-bar edit  end*/


.admin-menu-panel a {
    color: #fff !important;
    text-decoration: none;
}

/* pre-payment-additonal */

.pre-payment-box {
    padding: 0;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9 !important;
    top: 0;
    right: 0;
    background-color: #169cbb;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

    .sidenav a {
        padding: 0;
        text-decoration: none;
        font-size: 16px;
        color: #fff;
        display: block;
        transition: 0.3s;
    }

        .sidenav a:hover {
            color: #f1f1f1;
        }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}



.v3-back {
    text-decoration: none;
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    color: #fff;
    border: none;
    outline: none;
    background: #073355;
    border-radius: 5px;
    padding: 9px 15px;
    transition: background-color 0.3s, color 0.3s;
}

button.v3-back {
    padding: 7px 20px;
}



.v3-varify {
    text-decoration: none;
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    color: #fff;
    border: none;
    outline: none;
    background: #4d5051;
    border-radius: 5px;
    padding: 9px 15px;
    transition: background-color 0.3s, color 0.3s;
}

button.v3-varify {
    padding: 7px 20px;
}


.v3-cancel {
    text-decoration: none;
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    color: #fff;
    border: none;
    outline: none;
    background: #be4d25;
    border-radius: 5px;
    padding: 9px 15px;
    transition: background-color 0.3s, color 0.3s;
}

button.v3-cancel {
    padding: 7px 20px;
}


.v3-save {
    text-decoration: none;
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    color: #fff;
    border: none;
    outline: none;
    background: #96be25;
    border-radius: 5px;
    padding: 9px 15px;
    transition: background-color 0.3s, color 0.3s;
}

button.v3-save {
    padding: 7px 20px;
}


.v3-edit {
    text-decoration: none;
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    color: #fff;
    border: none;
    outline: none;
    background: #be2596;
    border-radius: 5px;
    padding: 9px 15px;
    transition: background-color 0.3s, color 0.3s;
}

button.v3-edit {
    padding: 7px 20px;
}



.v3-print {
    text-decoration: none;
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    color: #fff;
    border: none;
    outline: none;
    background: #c4d116;
    border-radius: 5px;
    padding: 9px 15px;
    transition: background-color 0.3s, color 0.3s;
}

button.v3-print {
    padding: 7px 20px;
}

@media screen (max-width: 767px) {
    .payment-outer-mob {
        padding-top: 25px;
    }
}

/*Associate */
.pr-outer-associate {
    flex: none;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.01);
    background: #fff;
    border-radius: 27px;
}

.associate_middle {
    padding-top: 100px;
}


/* MAKE A PAYMENT CHANGES  */

.keypad-balance-outer {
    display: flex;
    flex-direction: column;
    justify-content: left;
    gap: 5%;
    width: 650px;
}

.make-payment-keypad {
    display: flex;
    gap: 2%;
    justify-items: left;
    width: 650px;
}

.keypad-block {
    background: #1cbdcf;
    text-align: center;
    font-family: var(--third-family);
    font-weight: 700;
    font-size: 22px;
    color: #fff;
    border-radius: 4px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.keypad-box-outer {
    border-radius: 7px;
    box-shadow: 4px 0 4px 0 rgba(0, 0, 0, 0.02);
    background: #176e9d;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 15px 15px;
    width: 260px;
    height: 226px;
    position: relative;
    top: 57px;
}

.keypad-clear {
    font-size: 0.65rem;
}

.keypad-block {
    transition: 0.3s;
}

    .keypad-block:hover {
        background: #1cbdcf9c;
    }

    .keypad-block:focus {
        background: #1cbdcf9c;
    }

.secure-payment-tandc {
    width: 650px;
}

@media(max-width:800px) {
    .make-payment-keypad {
        flex-wrap: wrap;
        width: 100%;
    }

    .secure-payment-tandc {
        width: 100%;
    }

    .keypad-balance-outer {
        width: 100%;
    }

    .keypad-box-outer {
        top: 0;
    }
}


/* IF YOU DONT WANT KEYPAD SECTION, THEN ENABLE THIS  */

.keypad-box-outer {
    /* display: none; */
}




.make-payment-box {
    width: 704px !important;
}





/* PhyPayModifications  */

.secure-payment-block1 {
    width: 400px;
}

    .secure-payment-block1 label {
        font-size: 14px;
    }

.keypad-balance-outer {
    width: 500px;
}

.secure-payment-tandc {
    width: 500px;
}

.make-payment-box {
    width: 553px !important;
}

.landing-new {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.landing-grid-new {
    padding: 0 0 0;
}

.keypad-box-outer {
    top: 0;
}

.name-card {
    display: flex;
}

.zip-code {
    width: 65px !important;
    margin: 0 0 0 10px;
}

.secure-payment-new {
    padding: 20px 25px 10px;
}

.statement-grid-box2 input {
    width: 253px;
}

@media(max-width:991px) {
    .footer-left {
        text-align: center;
    }
}







.button_cancel_insurance {
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    color: #fff;
    border: none;
    outline: none;
    background: #e75b6b;
    border-radius: 4px;
    width: 213px;
    padding: 10px 0;
}


.Insurance_contact_style{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    color: #176e9d;
}





/* ADMIN PANEL SIGNOUT  */

.admin-header-wrapper {
    display: flex;
    gap: 35px;
}

.admin-header-outer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

a.admin-sign-out {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 7px 14px;
    width: fit-content;
    float: right;
}

h4.sub-2-head {
    font-size: 1rem;
    margin: 0 0 5px;
    display: flex;
    gap: 5px;
}


/* Turn on notifcation  */

/*button.turn-on-notification {*/
    /* background: linear-gradient(130deg, #f33041 0%, #b82535 100%); */
    /*transition: background-color 0.3s, color 0.3s;
    background: linear-gradient(90deg, #df5101 0%, #e7330b 100%);
}

    button.turn-on-notification:hover {
        background: linear-gradient(90deg, #dd5508 0%, #e13009 100%);
        transition: background-color 0.3s, color 0.3s;
    }*/

button.turn-on-notification {
    transition: background-color 0.3s, color 0.3s;
    background: linear-gradient(90deg, #16677f 0%, #2bc5b1 100%);
}

    button.turn-on-notification:hover {
        background: linear-gradient(90deg, #145c72 0%, #26b3a0 100%);
        transition: background-color 0.3s, color 0.3s;
    }

.papperless-button {
    gap: 15px;
    flex-wrap: wrap;
}

@media(max-width:768px) {
    .papperless-button button {
        width: 100%;
    }
}


.clientlogotext {
    font-weight: 700;
    letter-spacing: -0.04em;
    color: #3b68ad;
   font-family:'Segoe UI';
}




/* logout landing page  */

a.landing-logout {
    background: linear-gradient(90deg, #0076b2 0%, #01acfe 100%);
    border: 1px solid #01acfed6;
    transition: 0.3s;
}

    a.landing-logout:hover {
        background: linear-gradient(90deg, #036ea3 0%, #039de4 100%);
        color: #fff;
        border: 1px solid #01acfed6;
        transition: 0.3s;
    }

@media(max-width:991px) {
    a.landing-logout {
        display: none;
        /* you can ajust the screen max width  */
    }
}


@media(min-width:992px) {
    .mob-view {
        display: none;
    }
}

@media(max-width:991px) {
    .d-view {
        display: none;
    }
}


.paymentviewmorestyle {
    background: #fff;
    flex-direction: column;
    gap: 35px;
    padding: 30px 10px;
    border-radius: 11px;
}




