﻿:root {
    --primary-color: #047eea;
    --white-color: #ffffff;
}

body {
    font-family: Rubik, sans-serif !important;
}

.navbar-nav a {
    position: relative;
}

.p-left-0 {
    padding-left: 0px !important;
}

.navbar-nav .nav-item::before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -1px;
    background: #fff;
    transition: 0.5s transform ease;
    transform: scale3d(0, 1, 1);
    transform-origin: 0 50%;
}

.navbar-nav .nav-item:hover::before {
    transform: scale3d(1, 1, 1);
}

.link-color {
    color: var(--primary-color);
}

    .link-color:hover {
        color: #2fa4e7;
    }

.btn-color {
    background-color: #047eea;
    color: #fff;
}

    .btn-color:hover {
        color: #fff;
        background-color: #047eea;
        transition: 0.5s;
    }

.landing-home .sticky-header header .nav-padding {
    background-color: #047eeb;
}

.pricing-box .purchase-details .btn-lg {
    margin: 10px 0px !important;
}

.pricing-box .purchase-details {
    padding: 24px 20px !important;
}

.footer-section {
    position: relative;
    overflow: hidden;
    z-index: 9;
}

.footer-top {
    padding-top: 30px;
    padding-bottom: 30px;
}

    .footer-top .site-logo {
        margin-bottom: 25px;
        display: block;
        max-width: 170px;
    }

.widget-title {
    text-transform: capitalize;
}

.footer-top .widget-title {
    color: #ffffff;
    margin-bottom: 20px;
}

.courses-link-list li + li {
    margin-top: 10px;
}

.courses-link-list li a {
    color: #ffffff;
    text-transform: capitalize;
    font-family: var(--para-font);
    font-weight: 400;
}

    .courses-link-list li a:hover {
        color: #ffb606;
    }

.footer-top .courses-link-list li a:hover {
    text-decoration: none;
    padding-left: 4px;
    transition: all .3s ease-in-out;
    color: #FFB905;
}

.courses-link-list li i {
    margin-right: 5px;
}

.footer-top .small-post-title a {
    font-family: var(--para-font);
    color: #ffffff;
    font-weight: 400;
}

.small-post-item .post-date {
    color: #ffb606;
    margin-bottom: 3px;
    font-family: var(--para-font);
    font-weight: 400;
}

.small-post-list li + li {
    margin-top: 30px;
}

.news-letter-form {
    margin-top: 15px;
}

    .news-letter-form input {
        width: 100%;
        padding: 12px 25px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border: none;
    }

        .news-letter-form input[type="submit"] {
            width: auto;
            border: none;
            background-color: #ffb606;
            padding: 9px 30px;
            border-radius: 5px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
            color: #ffffff;
            margin-top: 10px;
        }

.footer-bottom {
    padding: 13px 0;
    background-color: #001d38;
}

.copy-right-text {
    color: #ffffff;
}

    .copy-right-text a {
        color: #ffb606;
    }

.terms-privacy li + li {
    margin-left: 30px;
}

.terms-privacy li a {
    color: #ffffff;
    position: relative;
}

    .terms-privacy li a:after {
        position: absolute;
        content: '|';
        color: #ffffff;
        display: inline-block;
        top: 0;
        right: -18px;
    }

.terms-privacy li + li a:after {
    display: none;
}

.footer-sec {
    box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.8);
    background-color: #5491bd;
    color: #f6f6f6;
    padding-top: 1em;
    padding-bottom: 1em;
    clear: left;
    clear: left;
}

.footer-sec-bottom {
    padding: 1em;
}

    .footer-sec-bottom h3 {
        color: #0065a2;
        padding: 0;
        font-size: 19px;
    }

    .footer-sec-bottom a:hover {
        transition: all .3s ease;
        color: #0065a2;
    }

.footer-logo {
    width: 13em;
}

ul.social {
    padding: 0px;
    list-style: none;
    margin: 0px;
}

    ul.social li {
        display: inline;
        padding: 0;
        margin: 0 0px;
    }

        ul.social li a {
            transition: all 0.6s ease;
            display: inline-block;
            margin: 0 auto;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            text-align: center;
            width: 30px;
            height: 30px;
            font-size: 22px;
            position: relative;
            background-color: transparent;
        }

            ul.social li a i {
                color: #FFF;
                text-align: center;
                margin: 0;
                line-height: 30px;
                -webkit-transition: all 0.8s;
                -moz-transition: all 0.8s;
                -o-transition: all 0.8s;
                -ms-transition: all 0.8s;
                transition: all 0.8s;
            }

            ul.social li a:hover i {
                -moz-transform: scale(1.2);
                -webkit-transform: scale(1.2);
                -ms--transform: scale(1.2);
                transform: scale(1.2);
                -webkit-transition: all 0.4s;
                -moz-transition: all 0.4s;
                -o-transition: all 0.4s;
                -ms-transition: all 0.4s;
                transition: all 0.4s;
            }

            ul.social li a svg {
                color: #FFF;
                text-align: center;
                margin: 0;
                line-height: 30px;
                -webkit-transition: all 0.8s;
                -moz-transition: all 0.8s;
                -o-transition: all 0.8s;
                -ms-transition: all 0.8s;
                transition: all 0.8s;
            }

            ul.social li a:hover svg {
                -moz-transform: scale(1.2);
                -webkit-transform: scale(1.2);
                -ms--transform: scale(1.2);
                transform: scale(1.2);
                -webkit-transition: all 0.4s;
                -moz-transition: all 0.4s;
                -o-transition: all 0.4s;
                -ms-transition: all 0.4s;
                transition: all 0.4s;
                margin-top: 4px;
            }

.courses-link-list li svg {
    margin-right: 5px;
}

.carousel-item h3 {
    color: var(--white-color);
}

.benefit-box h6 a {
    font-size: 1rem;
    font-weight: 500;
    color: #52526C;
    opacity: 1;
    letter-spacing: 0px;
}

.wp-number a {
    font-size: 1.25rem;
    color: #047eea;
}

.carousel-item h5 {
    color: #ffffff;
    opacity: 0.8;
}

.purchase-btn {
    background-color: #047eea;
    padding: 7px 15px;
    min-width: 75px;
    border: none;
    transition: 0.5s;
}

    .purchase-btn.home-btn {
        background: linear-gradient(90deg, #84d44f -18.33%, #57b916 62.78%) !important;
        color: #000;
    }

    .purchase-btn:hover {
        background-color: #047eea !important;
        transition: 0.5s;
    }

.purchase-btn1 {
    background-color: #047eea !important;
    padding: 7px 10px;
    min-width: 100px;
    border: none;
    transition: 0.5s;
    color: #fff !important;
}

    .purchase-btn1:hover {
        background-color: #047eea !important;
        transition: 0.5s;
    }

.landing-home .carousel-item p {
    width: 100%;
}

.benefit-box {
    transition: 1s;
}

    .benefit-box:hover {
        transform: scale(1.1);
    }

      /*  .benefit-box:hover h6 {
            color: #fff;
            opacity: 1;
        }*/

    .benefit-box.no-height {
        background: #ffffff url(https://www.fhpl.net/claim-process.a18100bda063cb0e.png) !important;
        background-size: cover;
        transition: 1s;
    }

        .benefit-box.no-height:hover {
            background: #a4cbed url(https://www.fhpl.net/claim-process.a18100bda063cb0e.png) !important;
            transform: scale(1.1);
        }

    .benefit-box h6 {
        padding-top: 10px;
    }

    .benefit-box img {
        width: 40px;
        height: 40px;
    }

.applink {
    display: flex;
    justify-content: center;
    align-items: center;
}

.appimglink {
    border-radius: 10px;
    padding: 3px;
    background-color: #000;
    margin-right: 10px;
    text-align: center;
}

    .appimglink img {
        width: 70%;
    }

.social li a.threads:hover {
    transform: scale(1.2) !important;
}

.benefit-box-hover {
    z-index: 0;
    overflow: hidden;
}

    .benefit-box-hover:hover:before {
        transform: scale(21);
    }

.footer-section {
    margin: 0px 0 0 0;
    width: 100%;
    background-color: #022c54;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.footer-logo {
    position: absolute;
    top: -200px;
}

.show-img {
    display: none;
}

.benefit-box-hover:hover .show-img {
    display: inline-block;
    vertical-align: middle;
}

.benefit-box-hover:hover .hide-img {
    display: none;
}

/* Chatbot */
.botIcon {
    bottom: 15px;
    right: 15px;
    position: fixed;
    z-index: 9999;
}

.iconInner {
    -webkit-align-items: center;
    align-items: center;
    background: #a64bf4;
    background: -webkit-linear-gradient(to left, #047eea, #002c5f, #047eea, #047eea);
    background: -o-linear-gradient(to left, #047eea, #002c5f, #047eea, #047eea);
    background: -moz-linear-gradient(to left, #047eea, #002c5f, #047eea, #047eea);
    background: linear-gradient(to left, #047eea, #002c5f, #047eea, #047eea);
    background-position: 50%;
    background-size: 300%;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 1.7em;
    height: 2em;
    justify-content: center;
    width: 2em;
}

.botSubject,
.messages,
.showBotSubject .botIconContainer,
.showMessenger .botIconContainer {
    display: none;
}

.botIcon .Messages,
.botIcon .Messages_list {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.chat_close_icon {
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    position: absolute;
    right: 35px;
    top: 30px;
    z-index: 9;
}

.chat_on {
    background-color: #8a57cf;
    bottom: 20px;
    border-radius: 50%;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
    color: #fff;
    cursor: pointer;
    display: block;
    height: 45px;
    padding: 9px;
    position: fixed;
    right: 15px;
    text-align: center;
    width: 45px;
    z-index: 10;
}

.chat_on_icon {
    color: #fff;
    font-size: 25px;
    text-align: center;
}

.botIcon .Layout-mobile {
    bottom: 10px
}

.botIcon .Input_button-emoji {
    right: 45px;
}

.botIcon .Input_button {
    background-color: transparent;
    border: none;
    bottom: 15px;
    cursor: pointer;
    height: 25px;
    outline: none;
    padding: 0;
    position: absolute;
    width: 25px;
}

.botIcon .Input_button-send {
    right: 15px;
}

.botIcon .Input-emoji .Input_button-emoji .Icon,
.botIcon .Input_button:hover .Icon {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

    .botIcon .Input-emoji .Input_button-emoji .Icon path,
    .botIcon .Input_button:hover .Icon path {
        fill: #2c2c46;
    }

.Icon svg {
    height: auto;
    width: 100%;
}

.showBotSubject {
    position: relative;
}

.Layout.Layout-open.Layout-expand.Layout-right {
    position: fixed;
    right: 30px;
}

/*chatboat design css end*/
.feedback {
    color: white;
    padding: 10px 20px;
    border-radius: 50%;
    border: 0px solid #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    height: 47px;
    width: 47px;
    justify-content: center;
    background: linear-gradient(to left, #002c5f, #047eea, #047eea, #002c5f);
}

#mybutton {
    position: fixed;
    bottom: 75px;
    right: 18px;
    z-index: 9999;
}

body.modal-open {
    overflow: hidden !important;
}

.modal .modal-body .card.card-shadow {
    text-align: center;
    border-radius: 25px;
    box-shadow: 30px 30px 33px rgba(119, 119, 119, 0.25) !important;
}

    .modal .modal-body .card.card-shadow .card-body {
        text-align: left;
    }

.btnReadMore {
    color: #047eea;
    font-size: 15px;
    font-weight: 500;
}

    .btnReadMore:hover {
        color: #002c5f;
    }

.modal-body.newsmodal p {
    font-size: calc(14px + 4 * (100vw - 300px) / 1620);
    color: #52526C;
    opacity: 0.8;
}

.new-vector-img {
    position: absolute;
    top: -85px !important;
    left: -30px;
}

    .new-vector-img img {
        height: 240px !important;
    }

.counter-span {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.2;
    color: #52526C;
    opacity: 0.8;
}

.home-slider-imgage {
    min-height: 350px !important;
    max-height: 350px !important;
    width: 100%;
}

.slider-main-div {
    display: flex;
    align-items: center;
}

    .slider-main-div h2 {
        padding-bottom: 20px !important;
    }

.qr-img {
    display: flex;
}

.slider-qr-img {
    width: 100px;
    margin-right: 30px;
}

/*Harshal*/
.mdi-bg-dark {
    background-color: #047eeb;
}

.dropdown .dropdown-menu {
    display: none;
}

.dropdown:hover > .dropdown-menu,
.dropend:hover > .dropdown-menu {
    display: block;
    margin-top: 0.125em;
    margin-left: 0.125em;
    box-shadow: 7px 7px 10px rgb(133 125 125 / 30%);
}

.top-space {
    margin-top: 125px;
}

.map iframe {
    width: 100%;
    height: 30vh;
}

.form-control,
.form-select {
    font-size: 14px !important;
}

    /*.form_div {
    padding: 7px;
}*/
    .form-select option {
        color: #212529;
        font-weight: 400 !important;
        font-size: 14px !important;
    }

.form-select {
    color: #212529;
    font-weight: 400 !important;
    font-size: 14px !important;
}

.error-color {
    color: red;
}

.checkbox-checked tbody tr td label {
    padding-left: 10px !important;
}

.vertical-btn .purchase-btn {
    margin-bottom: 15px;
}

    .vertical-btn .purchase-btn a {
        color: #fff;
    }

.quality-descr {
    line-height: 35px;
    font-size: 22px;
    margin-top: 9%;
}

.bg-img {
    background-image: url(https://mdindiaonline.com/Images/mdilogo1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.no-bottom-border {
    border-bottom: unset !important;
    padding: 30px 12px !important;
    min-height: 320px;
    text-align: center;
}

.clients-image img {
    width: 100%;
}

.clients-image {
    margin: 1em 0px !important;
}

    .clients-image img:hover {
        transform: scale(1.08) !important;
    }

/*!-- ovarlay radious effect --*/
.radious-effect img {
    border-radius: 0%;
    width: 176px;
    height: 176px;
    margin: 0 auto;
    display: block;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    border: 2px solid #002c5f;
    padding: 5px;
}

.radious-effect:hover img {
    border-radius: 100%;
}

.radius-effct-next img {
    border-radius: 100%;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.radius-effct-next:hover img {
    border-radius: 0%;
}

ul.service-list {
    list-style-type: none;
}

    ul.service-list li {
        position: relative;
    }

        ul.service-list li:before {
            content: "";
            display: block;
            position: absolute;
            left: -20px;
            top: 5px;
            width: 12px;
            height: 12px;
            border: 1px solid #2fa4e7;
            background: #2fa4e7;
            border-radius: 50%;
            box-shadow: 0px 0px 0px 3px #fff inset;
        }


ul.service-list1 {
    list-style-type: none;
    padding-left: 20px;
}

    ul.service-list1 li {
        position: relative;
    }

        ul.service-list1 li:before {
            content: "";
            display: block;
            position: absolute;
            left: -20px;
            top: 5px;
            width: 8px;
            height: 8px;
            border: 1px solid #2fa4e7;
            background: #fff;
            border-radius: 50%;
            box-shadow: 0px 0px 0px 3px #fff inset;
        }

ol.order_list {
    counter-reset: list;
    list-style: none;
}

    ol.order_list li {
        counter-increment: list;
        margin-bottom: 10px;
    }

        ol.order_list li::before {
            content: counter(list);
            background: #2fa4e7;
            color: #fff;
            text-align: center;
            border-radius: 50%;
            width: 1.5em;
            height: 1.5em;
            line-height: 1.5em;
            display: inline-block;
            margin-right: 0.5em;
        }

.card.height-equal:hover {
    transform: scale(1.05);
}

.static-card-body gradient-1 {
    color: #002c5f;
    background: linear-gradient(90.78deg, #047eea 49.33%, #cc0000 82.24%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.static-card-body h5 {
    color: #3a3a3a;
}

.static-card-body .landing-title {
    margin-bottom: 0px;
}

.dashboard {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.dashboard-app {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    flex-grow: 2;
    margin-top: 20px;
}

.dashboard-content {
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    flex-grow: 2;
    padding: 25px;
}

.dashboard-nav {
    min-width: 100%;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0px 9px 20px rgba(46, 35, 94, 0.07);
    margin-bottom: 25px;
}

.dashboard-compact .dashboard-nav {
    display: none;
}

.dashboard-nav header {
    padding: 8px 27px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .dashboard-nav header .menu-toggle {
        display: none;
        margin-right: auto;
    }

.dashboard-nav a {
    color: #515151;
}

    .dashboard-nav a:hover {
        text-decoration: none;
    }

.dashboard-nav a {
    color: #fff;
}

.brand-logo {
    font-family: "Nunito", sans-serif;
    font-weight: bold;
    font-size: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #515151;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .brand-logo:focus,
    .brand-logo:active,
    .brand-logo:hover {
        color: #dbdbdb;
        text-decoration: none;
    }

    .brand-logo i {
        color: #d2d1d1;
        font-size: 27px;
        margin-right: 10px;
    }

.dashboard-nav-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.dashboard-nav-item {
    min-height: 40px;
    padding: 4px 8px 4px 55px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 0.02em;
    transition: ease-out 0.5s;
}

    .dashboard-nav-item i {
        width: 36px;
        font-size: 19px;
        margin-left: -40px;
    }

    .dashboard-nav-item:hover {
        background: rgba(255, 255, 255, 0.04);
    }

.dashboard-nav-list .active {
    background: rgba(0, 0, 0, 0.1);
}

.dashboard-nav-dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .dashboard-nav-dropdown.show {
        background: rgba(255, 255, 255, 0.04);
    }

        .dashboard-nav-dropdown.show > .dashboard-nav-dropdown-toggle {
            font-weight: bold;
        }

            .dashboard-nav-dropdown.show > .dashboard-nav-dropdown-toggle:after {
                -webkit-transform: none;
                -o-transform: none;
                transform: none;
            }

        .dashboard-nav-dropdown.show > .dashboard-nav-dropdown-menu {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
        }

.dashboard-nav-dropdown-toggle:after {
    content: "";
    margin-left: auto;
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid rgba(81, 81, 81, 0.8);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.dashboard-nav .dashboard-nav-dropdown-toggle:after {
    border-top-color: rgba(255, 255, 255, 0.72);
}

.dashboard-nav-dropdown-menu {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.dashboard-nav-dropdown-item {
    min-height: 40px;
    padding: 8px 20px 8px 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    transition: ease-out 0.5s;
}

    .dashboard-nav-dropdown-item:hover {
        background: rgba(255, 255, 255, 0.04);
    }

.menu-toggle {
    position: relative;
    width: 42px;
    height: 42px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #443ea2;
}

    .menu-toggle:hover,
    .menu-toggle:active,
    .menu-toggle:focus {
        text-decoration: none;
        color: #875de5;
    }

    .menu-toggle i {
        font-size: 20px;
        color: #002c5f;
    }

.dashboard-toolbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 27px;
    position: fixed;
    top: 140px;
    right: 0;
    left: 0;
    z-index: 1000;
}

.nav-item-divider {
    height: 1px;
    margin: 1rem 0;
    overflow: hidden;
    background-color: rgba(236, 238, 239, 0.3);
}

.dashboard-nav-list a {
    color: #000;
    transition: 0.5s all;
}

    .dashboard-nav-list a:hover,
    .dashboard-nav-list a.active:hover {
        text-decoration: none;
        transition: all .3s ease-in-out;
        color: #fff;
        background: #047eea !important;
    }

    .dashboard-nav-list a:last-child:hover {
        border-radius: 0px 0px 15px 15px;
    }

    .dashboard-nav-list a:first-child:hover {
        border-radius: 15px 15px 0px 0px;
    }

.dashboardIcon {
    width: 20px;
    height: 20px;
    margin-left: -40px;
}

.showimg {
    display: none;
}

.dashboard-nav-list a:hover .hideimg {
    display: none;
}

.dashboard-nav-list a:hover .showimg {
    display: block;
}

.dashboard-nav-item:hover {
    background: rgba(255, 255, 255, 0.04);
}

.dashboard-nav-list .active {
    background: rgba(0, 0, 0, 0.1);
}

.dashboard-nav-list a.active:first-child {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 15px 15px 0px 0px;
}

.dashboard-nav-list a.active:last-child {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 0px 0px 15px 15px;
}

.dashboard-nav .dashboard-nav-dropdown-toggle:after {
    border-top-color: rgba(255, 255, 255, 0.72);
}

.branches-table td {
    white-space: nowrap;
}

.fa-download {
    color: #2fa4e7;
    float: right;
}

    .fa-download:hover {
        color: #002c5f;
    }

.form-download-list {
    padding: 15px 0px;
}

.fa-hand-o-right {
    color: #002c5f;
}

.download-card-body h6 {
    color: #002c5f;
}

.form-download-list a {
    color: #2fa4e7;
    font-size: 13px;
}

    .form-download-list a:hover {
        color: #002c5f;
    }

.download-card-body:hover::after {
    width: 100%;
    transition: width 0.5s;
}

.download-card-body::after {
    position: absolute;
    content: "";
    width: 0;
    height: 5px;
    top: 0;
    left: 0;
    background: #F94646;
    border-radius: 0 0 10px 10px;
    transition: width 0.5s;
}

.download-links span {
    font-size: 15px !important;
    font-weight: 500 !important;
}

.card.height-equal:hover::after {
    width: 100%;
    transition: width 0.5s;
}

.card.height-equal::after {
    position: absolute;
    content: "";
    width: 0;
    height: 5px;
    bottom: 0;
    left: 0;
    background: #F94646;
    border-radius: 0 0 10px 10px;
    transition: width 0.5s;
}

.business-verticle-img {
    border-radius: 50%;
}

.service-card:hover::after {
    width: 100%;
    transition: width 0.5s;
}

.service-card:hover {
    transform: scale(1.05);
}

.service-card::after {
    position: absolute;
    content: "";
    width: 0;
    height: 5px;
    bottom: 0;
    left: 0;
    background: #F94646;
    border-radius: 0 0 10px 10px;
    transition: width 0.5s;
}

.form_div .form-control,
.form_div .form-select {
    box-shadow: 0 3px 5px 1px rgba(115, 102, 255, 0.1) !important;
}

.linkColor {
    color: #2fa4e7;
}

    .linkColor:hover {
        color: #002c5f;
    }

.faq-accordion {
    border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color) !important;
}

    .faq-accordion .accordion-button:not(.collapsed) {
        color: #002c5f;
        background-color: #e7f1ff;
    }

    .faq-accordion .accordion-button:focus {
        z-index: 3;
        border-color: #86b7fe;
        outline: 0;
        box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    }

    .faq-accordion .accordion-button {
        font-weight: 600;
    }


.captionenroll span {
    font-size: 25px;
    font-weight: 600;
}

button.close {
    border: unset;
    background: transparent;
}

.Provider_table tbody tr.pgr td table tbody tr td span {
    background-color: #047eea !important;
    color: #fff;
    padding: 5px 10px;
}

.Provider_table tbody tr.pgr td table tbody tr td a {
    color: #002c5f;
}

.Provider_table tbody tr.pgr td table tbody tr td {
    min-width: unset !important;
}

.table_list table tbody tr td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .table_list table tbody tr td span {
        background-color: #002c5f;
        color: #fff;
        padding: 5px 7px;
    }

input[type=radio] {
    margin-right: 7px;
    margin-left: 7px;
}

td.radbtn {
    padding: 0;
}

.overflowMob {
    overflow: auto;
}

.table.table-feedback.tablerad tr {
    border: 2px solid #fff !important;
}

.table.table-feedback.tablerad td {
    padding: 0.15rem 0.75rem;
}

.table.table-feedback.tablerad span {
    font-weight: 500;
}

.public_disclosure_table table tr th,
.public_disclosure_table table tr th a {
    background-color: #047eea;
    color: #fff;
}

.public_disclosure_table table tr td a {
    color: #047eea !important;
}

    .public_disclosure_table table tr td a:hover {
        color: #002c5f !important;
    }

.public_disclosure_check table tr td {
    padding-right: 10px;
}

.head_color {
    color: #002c5f;
}

#rbtls_typeofpolicy tbody tr td {
    padding-right: 10px;
}

.faq-accordion .accordion-button {
    padding: 10px 20px;
}

input[type='checkbox'] {
    margin-right: 5px;
}

.round-img {
    border-radius: 50%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.hCard {
    padding: 30px 20px !important;
}

.downList {
    list-style-type: disc;
    padding-left: 20px;
}

@media screen and (max-width: 1400px) and (min-width: 992px) {
    .dashboard-nav-list a {
        font-size: 0.7rem;
    }

    h4,
    .h4 {
        font-size: 1.3rem;
    }

    .card .card-body {
        padding: 10px 20px !important;
        background-color: transparent;
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
        top: 30px !important;
        /*left: -4px !important;*/
    }
}

@media (max-width: 1200px) {
    .nav-link.dropdown-toggle {
        margin: 0px auto !important;
    }
}

@media (min-width: 991px) {
    .benefit-box {
        min-height: 170px;
    }

    .claim-benefit-box {
        min-height: 130px;
    }

    .customer-box {
        min-height: 270px;
    }

    .no-height {
        min-height: unset !important;
        padding: 30px 10px;
    }

    .text-start-desk {
        text-align: left !important;
    }

    .desk-padding {
        padding: 30px;
    }

    .flex-text {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
    }

    .dashboard-app {
        margin-left: 238px;
        display: none;
    }

    .dashboard-compact .dashboard-app {
        margin-left: 0;
    }

    .dashboard-toolbar {
        left: 238px;
        display: none;
    }

    .dashboard-nav header {
        display: none;
    }

    .dashboard-compact .dashboard-toolbar {
        left: 0;
    }
    .business-div div{
        min-width:20% !important;
    }
    .business-div div .card-body{
        padding:20px;
    }
}

@media (max-width: 991px) {
    .benefit-box img {
        width: 30px;
        height: 30px;
    }

    .home-slider-imgage {
        width: 100%;
    }

    .purchase-btn {
        min-width: unset;
        margin-bottom: 10px;
    }

    .purchase-btn1 {
        min-width: unset;
        margin-bottom: 10px;
    }

    .footer-section {
        margin: 0px 0 0 0;
        width: 100%;
        background-position: center;
        background-size: cover;
        position: relative;
        overflow: hidden;
    }

    .footer-logo {
        position: relative;
        top: 0px;
    }

    .hawk-qr-img img {
        width: 50%;
    }


    .dashboard-nav {
        display: none;
        position: relative;
        top: 10px;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 1;
        width: 100%;
    }

    .dashboard-toolbar {
        z-index: 1;
    }

    .dashboard-nav.mobile-show {
        display: block;
    }

    .dashboard-nav header .menu-toggle {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .dashboard {
        position: absolute;
    }

    .mob-content-left {
        justify-content: left !important;
    }
}

@media screen and (max-width: 991px) and (min-width: 576px) {
    .customer-box {
        min-height: 200px;
    }
}

@media screen and (min-width: 769px) {
    .dropend:hover > .dropdown-menu {
        position: absolute;
        top: 0;
        left: 100%;
    }

    .dropend .dropdown-toggle {
        margin-left: 0.5em;
    }

    .w-mob-75 {
        width: 75% !important;
    }

    .login-icon-div {
        transition: 0.3s linear;
        min-height: 155px;
        display: grid;
        justify-content: center;
        justify-items: center;
        align-content: center;
        align-items: center;
    }
}

@media (max-width: 767px) {
    .home-slider-imgage {
        display: none !important;
    }

    .mdi-bg-dark {
        padding: 10px 15px 35px 15px !important;
    }

    .qr-img {
        display: block;
        justify-content: center;
    }

    .slider-qr-img {
        width: 70px;
        padding: 10px 0px;
    }

    .slider-main-div {
        min-height: 340px;
    }

    .nav-link.dropdown-toggle {
        margin: 0px auto !important;
    }

    .mob-align {
        text-align: center !important;
    }

    .vertical-btn .purchase-btn {
        width: 100%;
    }

    .w-mob-100 {
        width: 100%;
    }

    .mob-card-body {
        padding: 15px !important;
        margin-top: 10px;
    }

    .effect-image-1 {
        margin: 30px 0px;
    }

    .dashboard-content {
        padding: 15px 0px;
    }

    .mngment-text {
        padding: 10px;
    }

    .d-flex-mob {
        display: flex;
    }

    .card .card-header {
        padding: 15px 10px;
    }

    .ic-image {
        display: none;
    }
}

@media (max-width: 575px) {
    .customer-box {
        box-shadow: 12px 12px 12px rgba(119, 119, 119, 0.25);
        min-height: 210px;
    }

    .benefit-box-hover {
        min-height: 120px !important;
    }

    .footer-top {
        padding-top: 50px;
    }
}

@media only screen and (max-width: 412px) {
    .botIcon .Layout-open {
        width: 250px;
    }

    .benefit-box {
        margin-bottom: 30px;
        min-height: 90px;
    }
}

/*festival-popup css start*/
.festival-modal {
    width: 800px;
    height: 600px;
}

    .festival-modal .modal-body img {
        width: 800px;
        height: 600px;
    }

    .festival-modal .modal-body {
        padding: 0px;
    }

@media only screen and (max-width: 992px) {
    .festival-modal-main {
        display: none !important;
    }

    .modal-backdrop.show {
        display: none;
    }

    body.modal-open {
        overflow: scroll !important;
    }
}

/*festival-popup css end*/

.login-icon:hover {
    transition: 0.5s;
    transform: scale(1.05);
}

.login-icon-div {
    transition: 0.3s linear;
}

    .login-icon-div:hover {
        transform: scale(1.05);
    }

.w-90 {
    width: 90px;
}

.primary-text {
    color: #002c5f;
}

.corporate-logo {
    width: 120px;
    /*height: 87px;*/
    padding: 0.7rem;
}

.content {
    color: red !important;
}

input[type='image'] {
    margin-left: 15px;
}

.loginHead h4 span {
    background: linear-gradient(90.78deg, #047eea 49.33%, #cc0000 82.24%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.system img {
    width: 100px;
    border: 1px solid #ccc;
    border-radius: 10px;
}

.hCard1 {
    padding: 30px 10px !important;
}

.home-card-div1 {
    display: flex;
    flex-wrap: wrap;
}

    .home-card-div1 .home-card-div {
        width: 16.66% !important;
        padding: 0px 10px 0px 10px;
    }

@media only screen and (max-width: 767px) {
    .home-card-div1 .home-card-div {
        width: 100% !important;
        padding: 0px 10px 0px 10px;
    }

    ul.service-list.ps-5,
    ul.service-list1.ps-5 {
        padding-left: 1rem !important;
    }
}

.table-btn {
    border: 1px solid #047eea;
    padding: 2px 10px;
    border-radius: 10px;
    color: #047eea !important;
}

    .table-btn:hover {
        border: 1px solid #047eea;
        padding: 5px 10px;
        border-radius: 10px;
        color: #fff !important;
        background-color: #047eea;
    }

.Provider_table tbody tr td a.table-btn:hover {
    color: #fff !important;
}

.h-500 {
    height: 500px;
    overflow: auto;
}

.benefit-box:hover .hideimg {
    display: none;
}

.benefit-box:hover .showimg {
    display: block;
}

.benefit-box.claim-benefit-box:hover h6 {
    color: #52526C !important;
}

.claim-card .home-card-div {
    width: 16.66% !important;
    padding: 0px 10px 0px 10px;
}

.benefit-box.blue1::after {
    background: #369dff;
}

.benefit-box:hover.blue1::after {
    background: #369dff !important;
}

.benefit-box.blue1 h2 a {
    color: #369dff !important;
    font-size: 20px;
}

.benefit-box.blue1.claim-benefit-box:hover h2 a {
    color: #369dff !important;
    text-decoration: none;
}

.benefit-box.yellow1::after {
    background: #b8b452;
}

.benefit-box:hover.yellow1::after {
    background: #b8b452 !important;
}

.benefit-box.yellow1 h2 a {
    color: #b8b452 !important;
    font-size: 20px;
}

.benefit-box.yellow1.claim-benefit-box:hover h2 a {
    color: #b8b452 !important;
    text-decoration: none;
}

.benefit-box.red1::after {
    background: #d96363;
}

.benefit-box:hover.red1::after {
    background: #d96363 !important;
}

.benefit-box.red1 h2 a {
    color: #d96363 !important;
    font-size: 20px;
}

.benefit-box.red1.claim-benefit-box:hover h2 a {
    color: #d96363 !important;
    text-decoration: none;
}

.benefit-box.purple1::after {
    background: #7672cc;
}

.benefit-box:hover.purple1::after {
    background: #7672cc !important;
}

.benefit-box.purple1 h2 a {
    color: #7672cc !important;
    font-size: 20px;
}

.benefit-box.purple1.claim-benefit-box:hover h2 a {
    color: #7672cc !important;
    text-decoration: none;
}

.benefit-box.brown1::after {
    background: #7b622d;
}

.benefit-box:hover.brown1::after {
    background: #7b622d !important;
}

.benefit-box.brown1 h2 a {
    color: #7b622d !important;
    font-size: 20px;
}

.benefit-box.brown1.claim-benefit-box:hover h2 a {
    color: #7b622d !important;
    text-decoration: none;
}

.benefit-box.gray1::after {
    background: #515960;
}

.benefit-box:hover.gray1::after {
    background: #515960 !important;
}

.benefit-box.gray1 h2 a {
    color: #515960 !important;
    font-size: 20px;
}

.benefit-box.gray1.claim-benefit-box:hover h2 a {
    color: #515960 !important;
    text-decoration: none;
}

.ajax__calendar_container {
    z-index: 99 !important;
    background-color: #fff;
    border: 1px solid #ccc;
}


.static-gray-card {
    background-color: #f5f5f5;
    border-radius: 15px;
}

.table {
    white-space: nowrap;
}


/*Rad menu*/

.RadMenu_Web20 .rootGroup .text {
    /* background: transparent url(img/RootGroupArrowDown.gif) no-repeat right center; */
    padding-left: 15px;
    margin-right: 0px;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 9pt;
    font-weight: bold;
    line-height: 24px;
    padding-right: 0px;
    color: #fff;
}

.level1 {
    color: #002c5f;
}

.navlnk1 {
    position: absolute;
    right: 0px;
    top: 25px;
    color: #fff;
}

.RadMenu_Web20 .group {
    border: solid 1px #ccc !important;
    background-color: #fd0404 !important;
    color: #000 !important;
}

.main-box-info {
    padding: 0px;
    background-color: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    margin: 15px auto;
    display: flow-root;
    position: relative;
}

    .main-box-info h2 {
        font-size: 14px;
        margin-bottom: 0px;
        color: #333;
        background-color: aliceblue;
        padding: 12px;
    }

.h-500 {
    height: 500px;
}

.bgc1 h5 {
    color: #369dff;
    font-size: 18px;
}

    .bgc1 h5 a {
        color: #369dff;
        font-size: 18px;
    }

.bgc1::after {
    background: #369dff;
}

.bgc1::after {
    position: absolute;
    content: "";
    width: 54px;
    height: 8px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px 10px 0 0;
}

.bgc1:hover.bgc1::after {
    background: #369dff !important;
}

.bgc2 h5 {
    color: #b8b452;
    font-size: 18px;
}

    .bgc2 h5 a {
        color: #b8b452;
        font-size: 18px;
    }

.bgc2::after {
    background: #b8b452;
}

.bgc2::after {
    position: absolute;
    content: "";
    width: 54px;
    height: 8px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px 10px 0 0;
}

.bgc2:hover.bgc2::after {
    background: #b8b452 !important;
}

.bgc3 h5 {
    color: #d96363;
    font-size: 18px;
}

    .bgc3 h5 a {
        color: #d96363;
        font-size: 18px;
    }

.bgc3::after {
    background: #d96363;
}

.bgc3::after {
    position: absolute;
    content: "";
    width: 54px;
    height: 8px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px 10px 0 0;
}

.bgc3:hover.bgc3::after {
    background: #d96363 !important;
}

.bgc4 h5 {
    color: #7672cc;
    font-size: 18px;
}

    .bgc4 h5 a {
        color: #7672cc;
        font-size: 18px;
    }

.bgc4::after {
    background: #7672cc;
}

.bgc4::after {
    position: absolute;
    content: "";
    width: 54px;
    height: 8px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px 10px 0 0;
}

.bgc4:hover.bgc4::after {
    background: #7672cc !important;
}

.bgc5 h5 {
    color: #7b622d;
    font-size: 18px;
}

    .bgc5 h5 a {
        color: #7b622d;
        font-size: 18px;
    }

.bgc5::after {
    background: #7b622d;
}

.bgc5::after {
    position: absolute;
    content: "";
    width: 54px;
    height: 8px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px 10px 0 0;
}

.bgc5:hover.bgc5::after {
    background: #7b622d !important;
}

.bgc6 h5 {
    color: #001d38;
    font-size: 18px;
}

    .bgc6 h5 a {
        color: #001d38;
        font-size: 18px;
    }

.bgc6::after {
    background: #001d38;
}

.bgc6::after {
    position: absolute;
    content: "";
    width: 54px;
    height: 8px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px 10px 0 0;
}

.bgc6:hover.bgc6::after {
    background: #001d38 !important;
}

.ICDash h2 a {
    font-size: 20px;
    display: block;
    margin-top: 10px;
}

.noWidth {
    min-width: unset !important;
}

.ic-image {
    width: 100%;
    min-height: 400px;
    max-height: 400px;
    padding: 50px;
}

.tgrid td {
    font-size: 12px !important;
    color: #2f2f3b !important;
    font-family: Rubik, sans-serif !important;
}

.noBold tbody tr td:nth-child(odd) {
    font-weight: normal !important;
}

.altBold tbody tr td:nth-child(odd) {
    font-weight: 500 !important;
}

.svg-inline--fa {
    vertical-align: -.185em !important;
}

.login-page-icon {
    width: 100%;
    padding: 50px;
    min-height: 450px;
    max-height: 450px;
}

.corporate-card-div {
    width: 20% !important;
    padding: 0px 10px 0px 10px;
}

    .corporate-card-div h6 a {
        color: #2fa4e7;
    }

.public_disclosure_table .table tbody tr td table tbody tr td span {
    background-color: #047eea;
    color: #fff;
    padding: 3px 7px;
}

.public_disclosure_table .table tbody tr td table tbody tr td {
    color: #002c5f;
}

.public_disclosure_table .table tbody tr:last-child {
    background-color: #fff !important;
}

.form_div {
    margin-top: 0.5rem !important;
}

.ajax__calendar_container,
.ajax__calendar_container TABLE {
    width: 90% !important;
}

.ajax__calendar_header,
.ajax__calendar_body,
.ajax__calendar_days {
    width: 100% !important;
}

.ajax__calendar_dayname,
.ajax__calendar_day {
    width: auto !important;
}

.ajax__calendar_container TABLE {
    font-size: 11px !important;
}

.font-14 {
    font-size: 14px !important;
}

.account-form .form-control {
    display: inline-block !important;
    text-align: center !important;
    padding: 0.25rem 0.2rem !important;
}

.phone-icon {
    background-color: #3f5064;
    color: white;
    padding: 7px;
    border-radius: 50%;
    font-size: 12px;
}

.section-bg {
    background: linear-gradient(180deg, #EDF7FF -3.32%, rgba(227, 242, 255, 0) 144.14%);
    opacity: 1 !important;
}

.gray-bg {
    background-color: #f7f7f7;
}
.wrap{
    white-space:normal!important;
}
.sticky-header header.sticky {
    min-height: 110px;
    background-color: #047eeb !important;
}
.landing-page .sticky-header header.sticky .navbar-nav .nav-item .nav-link{
    min-height:40px !important;
    max-height:40px !important;
    padding-bottom:0px !important;
}