html,
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    src: url('../../assets/fonts/greatvibes.ttf');
    font-family: greatvibes;
}

.main {
    position: relative;
    background-image: url(../../bg.png);
    z-index: 2;
    height: 100vh;
}

.main:before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(255 255 255 / 9%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: -1;
}

.container-fluid {
    width: 85%;
}

.punit-sir {
    position: relative;
    text-align: center;
}

.punit-sir img {
    width: 312px;
}

.detail-box h5 {
    color: #014285;
    font-family: "Outfit", Sans-serif;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
}

p.mainsub {
    color: #393939;
    font-family: "Outfit", Sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.8em;
    text-align: center;
}


.contactForm {
    background: #fff;
    padding: 15px 20px;
    border: 1px solid #f9f3f3;
}

.form-control {
    width: 100%;
    height: 46px;
    background: #f4f4f499;
    border: none;
    outline: none;
    padding-left: 7px;
    font-size: 14px;
    color: #666363;
    font-size: 15px;
    display: block;
    border-radius: 5px !important;
    border: 1px solid #e2d7d7;
}

.text-white {
    color: #fff;
}

textarea.form-control {
    min-height: 50px;
    overflow: hidden !important;
    resize: none;
}

.diseas-btn {
    background: #0a5041;
    padding: 4px 10px;
    color: #fff;
    font-weight: 600;
    margin-bottom: inherit;
    display: inline-flex;
    margin: 8px 10px;
    border-radius: 6px;
}

.diseas {
    margin: 0 auto;
    text-align: center;
}

.aon-med-sevices-cat2 {
    padding: 10px;
    text-align: center;
    background: transparent;
    border-radius: 5px;
    box-shadow: rgba(149, 157, 165, .2) 0 8px 28px;
    transition: .5s linear;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.aon-med-sevices-cat2 {
    background-color: transparent;
    color: #050505;
    box-shadow: 10px 10px 0 0 rgba(0, 0, 0, .1);
}

.aon-med-serices-cat-info1 h3 {
    font-weight: 700;
    font-size: 13px;
    color: #000 !important;
}

.aon-med-sevices-cat2 {
    padding: 1px;
}

.aon-med-sevices-cat2 .media img {
    max-width: 42%;
    height: auto;
}

.aon-med-sevices-cat .media,
.aon-med-sevices-cat2 .media {
    height: 62px;
}

.aon-med-sevices-cat2 {
    box-shadow: none;
}

section {
    padding: 0px 0 !important;
}

.aon-med-serices-cat-info1 h3 {
    margin-bottom: 5px;
    font-family: sans-serif;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
}

.punit-sir {
    position: relative;
    text-align: center;
}

.detail-box {
    background-color: #fff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
    position: relative;
    bottom: 70px;
    padding: 12px 15px;
    --gap: 0px 0px;
    width: 50%;
    border-radius: 20px 20px 20px 20px;
    /* text-align: start; */
    /* line-height: 24px; */
    margin: 0px auto;
}


.detail-box h6 {
    color: #000000;
    font-family: "Outfit", Sans-serif;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0px;
}

.mbold,
.mpbold {
    font-weight: 900;
    font-size: 37px;
    color: #003131;
    text-align: center;
    font-family: "Outfit", sans-serif;
}

.mdbold {
    font-weight: 800;
    font-size: 35px;
    color: orange;
}

.mbold1,
.mpbold1 {
    color: #01386E;
    font-family: "Outfit", Sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2em;
    text-align: center;
}

h2.mainheading1.mbold1 {
    font-size: 27px !important;
    margin-top: 7px;
}

h2.mainheading.mbold1 {
    font-size: 27px;
    margin-top: 15px;
}

.doctor-sec {
    margin-top: 20px;
}

.dis-flex {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.contact {
    margin-top: 18px;
}

.form-control:focus {

    background-color: transparent;

}

.aon-med-serices-cat-info1 h3 {
    margin-bottom: 5px;
    font-family: "Outfit", sans-serif !important;
    font-weight: 500;
}

.col1 {
    max-width: 15%;
}

.flex-container {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    border-radius: 60px;
    align-items: center;
    background-color: #fff;
    width: max-content;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin: 0px auto;
}

.flex-container>div {
    margin: 0px 5px;
}

.section-title h2::after {
    display: none;
}

.section-title h2::before {
    display: none;
}

.aon-med-sevices-cat2.aon-icon-effect:hover {
    background-color: transparent;
}

.join-us {
    width: auto !important;
}

.text-white {
    color: #fff;
}

textarea.form-control {
    min-height: 65px;
    overflow: hidden !important;
    resize: none;
    font-size: 15px;
    font-family: "Outfit", sans-serif;
}

input#btnSubmit {
    background-color: #01386E !important;
    border: #01386E !important;
    padding: 10px 20px;
    border-radius: 4px !important;
    font-family: "Outfit", sans-serif;
    color: #fff;
    font-size: 21px;
    font-weight: 500;
}

.diseas-btn {
    background: #0a5041;
    padding: 4px 10px;
    color: #fff;
    font-weight: 600;
    margin-bottom: inherit;
    display: inline-flex;
    margin: 8px 10px;
    border-radius: 6px;
}

.diseas {
    margin: 0 auto;
    text-align: center;
}

.aon-med-sevices-cat2 {
    padding: 10px;
    text-align: center;
    background: transparent;
    border-radius: 5px;
    box-shadow: rgba(149, 157, 165, .2) 0 8px 28px;
    transition: .5s linear;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.aon-med-sevices-cat2 {
    background-color: transparent;
    color: #050505;
    box-shadow: 10px 10px 0 0 rgba(0, 0, 0, .1);
}

.aon-med-serices-cat-info1 h3 {
    font-weight: 700;
    font-size: 11px;
    color: #000 !important;
}

.aon-med-sevices-cat2 .media:after {
    position: absolute;
    width: 50px;
    height: 50px;
}

.aon-med-sevices-cat2 .media img {
    max-width: 35%;
}

.aon-med-sevices-cat .media,
.aon-med-sevices-cat2 .media {
    height: 62px;
}

.aon-med-sevices-cat2 {
    box-shadow: none;
}
.aon-med-serices-cat-info1 h3 {
    margin-bottom: 5px;
    font-family: sans-serif;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
}

.join-us img {

    width: 50px;
}

img.join-us {
    width: 260px !important;
}

.mrgn {
    margin-bottom: -90px;
}


.right-sec img {
    width: 250px;
    cursor: auto;
}

h2.heading-txt {
    font-size: 23px !important;
    line-height: 41px;
    font-weight: 600 !important;
    margin-bottom: 0px;
    font-family: "Outfit", sans-serif;
}

.icons {
    text-align: center;

}
.punit-sir {
    position: relative;
    text-align: center;
}


.mbold,
.mpbold {
    font-weight: 900;
    font-size: 37px;
    color: #003131;
    TEXT-ALIGN: CENTER;
    font-family: "Outfit", sans-serif;
}

.mdbold {
    font-weight: 800;
    font-size: 35px;
    color: orange;
}

.splashPage {
    padding-top: 30px;
}

.doctor-sec {
    margin-top: 10px;
}

.dis-flex {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}


.contact {
    margin-top: 12px;
}

.form-control:focus {
    background-color: transparent;
}

.aon-med-serices-cat-info1 h3 {
    margin-bottom: 5px;
    font-family: "Outfit", sans-serif !important;
    font-weight: 500;
}


.section-title h2::after {
    display: none;
}

.section-title h2::before {
    display: none;
}

.aon-med-sevices-cat2.aon-icon-effect:hover {
    background-color: transparent;
}

.join-us {
    width: auto !important;
}

.whatsapp-gif1 {
    width: 150px;
    text-align: center;
}

.whatsapp-gif1 img {
    width: 150px;

}

.mbold,
.mpbold {
    color: #01386E;
    font-family: "Outfit", Sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2em;
}

.mdbold {
    color: #00a2e2;
}

.form-outer {
    position: fixed;
    bottom: 0;
    width: 100%;
    position: fixed;
    width: 100%;
    filter: drop-shadow(0 -0.25rem 0.20rem rgba(0, 0, 0, 0.2));
    z-index: 999999;
    top: 90%;
}

.splashPage {
    padding-top: 45px;
}

.doctor-sec {
    margin-top: 41px;
}

.contact {
    margin-top: 30px;
}

.form-control:focus {
    background-color: transparent;

}

.aon-med-serices-cat-info1 h3 {
    margin-bottom: 5px;
    font-family: "Outfit", sans-serif !important;
    font-weight: 500;
}

.aon-med-sevices-cat2 .media:after {

    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #03030314;
    border-radius: 50%;
    z-index: -1;
    opacity: 0;
    -webkit-transition: .5s linear;
    -moz-transition: .5s linear;
    -ms-transition: .5s linear;
    -o-transition: .5s linear;
    transition: .5s linear;
    opacity: 1;
}


.section-title h2::after {
    display: none;
}

.section-title h2::before {
    display: none;
}

.aon-med-sevices-cat2.aon-icon-effect:hover {
    background-color: transparent;
}


h2.mainheading.mbold {
    font-size: 27px !important;
    margin-top: 7px;
}

h2 span.mdbold {
    font-size: 27px;
    margin-top: 10px;
}

.top-sec {
    /* width: 45%; */
    /* background-color: #01386E; */
    padding: 5px 0px;
    font-family: "Outfit", Sans-serif;
    margin: 0px auto;
    border-radius: 0px 0px 20px 20px;
}

.top-sec h2 {
    color: #01386e;
    font-family: "Outfit", Sans-serif;
    font-size: 38px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0px;
    align-items: center;
}

span {
    color: #00a2e2;
}

.bottom-section {
    position: fixed;
    width: 100%;
    height: max-content;
    padding: 0px 0px;
    height: max-content;
    bottom: 0px;
    background-color: #fff;
    z-index: 9999999;
}

.footer {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    padding: 20px 0px;
}

.button-wrapper {
    font-family: "Outfit", Sans-serif;
    width: max-content;
}

.button-wrapper .inner-text {
    font-family: "Outfit", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 2.3em;
    background-color: #01386E;
    padding: 13px 50px;
    color: #fff;
    border-radius: 100px;
}

.red {
    color: rgb(255, 12, 12);
}

.bottom-title {
    color: rgb(12 33 98);
    font-family: "Outfit", Sans-serif;
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 0px;
    text-align: center;
}

.bounce {
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    cursor: pointer;
    animation-name: bounce;
    -moz-animation-name: bounce
}

@keyframes bounce {

    0%,
    100% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(-10px, -0px);
        /* Moves left and slightly up */
        -ms-transform: translate(-10px, -0px);
        transform: translate(-10px, -0px);
    }
}


@keyframes bounce2 {

    0%,
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        transform: translateY(+5px)
    }
}

.bounce2 {
    animation-name: bounce2;
    -moz-animation-name: bounce2;
}

.bounce2 {
    animation-duration: 1.5s;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
}

.blink {
    animation: blinker 1.3s linear infinite;
    animation-delay: 1.8s;
    color: rgb(12 33 98);
    font-family: "Outfit", Sans-serif;
    animation-duration: 2.5s;
    font-size: 21px;
    font-weight: 700;
    background-color: transparent !important;
}

@keyframes blinker {
    90% {
        opacity: 0.4;
    }
}

.blink1 {
    animation: blinker 2s linear infinite;
    animation-duration: 2.2s;
    animation-delay: 3.2s;
    color: rgb(12 33 98);
    font-family: "Outfit", Sans-serif;
    font-size: 21px;
    font-weight: 700;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.doctor-section {
    margin-top: 60px;
}

.img-wats {
    margin-top: 30px;
    text-align: center;
    position: relative;
}

a {
    text-decoration: none;
}

.join-us-txt {
    font-size: 20px;
    font-weight: bold;
    font-family: "Outfit", sans-serif;
    color: #2b2a2a;
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 20%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.imp {
    color: red;
    font-family: "Outfit", sans-serif;
    position: fixed;
    left: 253px;
    margin-top: 0px;
}

.company-logo {
    text-align: center;
    margin-top: 20px;
}

.modal-dialog {
    max-width: 880px !important;
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    color: #fff;
    border: 0;
    border-radius: .375rem;
    position: absolute;
    right: 16px;
    opacity: 1;
    top: 20px;
    background-color: #014285;
    border-radius: 50%;
    padding: 10px !important;
    background-image: url(../../assets/images/close.png) !important;
}

button.btn-close {

    background-color: #014285 !important;
}


:placeholder {
    font-family: "Outfit", sans-serif;
}

h1#exampleModalLabel {
    font-weight: 600 !important;
    text-align: center;
    font-family: "Outfit", sans-serif;
    color: #000;
}

.modal-header {
    display: block;
}

.modal-content {
    background-color: #fff !important;
    box-shadow: 3px 2px 13px -2px #000000b5;
}

.Deseises {
    margin-top: 18px;
    margin-bottom: 30px;
}

.section-title h2 {

    margin-bottom: 0px !important;

}

.modal-dialog {
    margin-top: 6%;
}

.section-title h2 {
    margin-bottom: 0px !important;
}

.top-sec {
    /* width: 60%; */
    /* padding: 15px 0px; */
}

.splashPage {
    padding-top: 25px;
}

.imp {
    left: 245px;
}


.mrgn-5 {
    margin-bottom: 20px;
}

.company-logo {
    margin-top: 22px;
}

.mb-3 {
    margin-bottom: 10px !important;
}

.arrow-container {
    right: 20px;
    bottom: 29% !important;
}

.mbold,
.mpbold {
    font-size: 50px;
}

.mdbold {
    font-weight: 800;
    font-size: 50px;
}

h2.mainheading.mbold {
    font-size: 34px !important;
    margin-top: 12px;
}

h2 span.mdbold {
    font-size: 34px;
    margin-top: 10px;
}

.mbold1,
.mpbold1 {
    color: #01386E;
    font-family: "Outfit", Sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 1.2em;
    text-align: center;
}

h2.mainheading1.mbold1 {
    font-size: 20px !important;
    margin-top: 7px;
}

h2.mainheading.mbold1 {
    font-size: 21px;
    margin-top: 15px;
}

p.mainsub {
    color: #393939;
    font-family: "Outfit", Sans-serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.5em;
    text-align: center;
}

.blink {
    font-size: 16px;
}

.blink1 {
    font-size: 16px;
}

.imp {
    color: red;
    font-family: "Outfit", sans-serif;
    font-size: 24px;
}

.punit-sir img {
    width: 318px;
}

.button-wrapper .inner-text {
    font-size: 17px;
    padding: 14px 50px;
}

.doctor-section {
    margin-top: 135px;
}

.whatsapp-gif1 {
    width: 150px;
}

img.join-us {
    width: 230px !important;
}

.bottom-section {
    padding: 0px 0px;
}

.company-logo img {
    width: 80px;
}

.detail-box h6 {
    font-size: 16px;
}

.detail-box {
    padding: 11px 20px;
    bottom: 62px;
}

.modal-header {
    padding: 5px 0px;
}

.form-control {
    height: 45px;
}

textarea.form-control {
    min-height: 50px;

}

.modal-dialog {
    max-width: 700px !important;
    /* margin-top: 20px; */
}

input#btnSubmit {
    padding: 6px 15px;
    font-size: 13px;
}

.contactForm {
    background: #fff;
    padding: 12px 20px;

}

.aon-med-sevices-cat2 .media:after {
    position: absolute;
    width: 35px;
    height: 35px;
}

.Deseises {
    margin-top: 15px;
    margin-bottom: 13px;
}

.btn-close {
    color: #fff;
    top: 17px;
    padding: 7px !important;
}

.modal-dialog {
    margin-top: 1%;
}

.aon-med-serices-cat-info1 h3 {
    font-size: 8px;
    text-align: center;
}

#blink-text {
    font-size: 24px !important;
}

.footer {
    padding: 40px 0px !important;
}

}

@media (max-width: 1760px) {
    .splashPage {
        padding-top: 30px;
    }

    .top-sec h2 {
        font-size: 22px;
    }

    .top-sec {
        width: 45%;
        padding: 15px 0px;
    }

    .mrgn-5 {
        margin-bottom: 20px !important;
    }

    .company-logo {
        margin-top: 22px;
    }

    .mb-3 {
        margin-bottom: 10px !important;
    }
    .arrow-container {
        right: 20px;
        bottom: 35% !important;
    }

    .mbold,
    .mpbold {
        font-size: 36px;
    }

    .mdbold {
        font-weight: 800;
        font-size: 28px;
    }

    h2.mainheading.mbold {
        font-size: 30px !important;
        margin-top: 3px;
    }

    h2 span.mdbold {
        font-size: 30px;
        margin-top: 10px;
    }

    .mbold1,
    .mpbold1 {
        color: #0C2162;
        font-family: "Outfit", Sans-serif;
        font-size: 24px;
        font-weight: 700;
        line-height: 1.2em;
        text-align: center;
    }

    h2.mainheading1.mbold1 {
        font-size: 20px !important;
        margin-top: 7px;
    }

    h2.mainheading.mbold1 {
        font-size: 18px;
        margin-top: 15px;
    }



    p.mainsub {
        color: #393939;
        font-family: "Outfit", Sans-serif;
        font-size: 22px;
        font-weight: 500;
        line-height: 1.5em;
        text-align: center;
    }

    .blink {
        font-size: 16px;
    }

    .blink1 {
        font-size: 16px;
    }

    .imp {
        color: red;
        font-family: "Outfit", sans-serif;
        font-size: 22px;
    }

    .punit-sir img {
        width: 225px;
    }

    .button-wrapper .inner-text {
        font-size: 20px;
        padding: 13px 35px;
    }

    .doctor-section {
        margin-top: 22px;
    }

    .whatsapp-gif1 {
        width: 110px;
    }

    img.join-us {
        width: 190px !important;
    }

    .bottom-section {
        padding: 0px 0px;
    }

    .company-logo img {
        width: 80px;
    }

    .detail-box h6 {
        font-size: 14px;

    }

    .detail-box {
        padding: 8px 15px;
        bottom: 62px;
    }

    .modal-header {
        padding: 5px 0px;
    }

    .form-control {
        height: 50px;
    }

    textarea.form-control {
        min-height: 65px;
    }

    .modal-dialog {
        max-width: 700px !important;
        /* margin-top: 20px; */
    }

    input#btnSubmit {
        padding: 10px 17px;
        font-size: 18px;
    }

    .contactForm {
        background: #fff;
        padding: 25px 20px;
    }

    .aon-med-sevices-cat2 .media:after {
        position: absolute;
        width: 35px;
        height: 35px;
    }

    .Deseises {
        margin-top: 15px;
        margin-bottom: 13px;
    }

    .btn-close {
        color: #fff;
        top: 17px;
        padding: 7px !important;
    }

    .modal-dialog {
        margin-top: 1%;
    }

    .aon-med-serices-cat-info1 h3 {
        font-size: 8px;
        text-align: center;
    }

    #blink-text {
        font-size: 22px !important;
    }

    .footer {
        padding: 30px 0px !important;
    }
}

/* end   */
.col {
    flex: 1 0 0%;
    width: 11%;
    flex: auto;
}

#hidden-section {
    /*        display: none;*/
    height: 100vh;
    position: absolute;
    bottom: -100vh;
    /* Start off-screen */
    left: 0;
    right: 0;
    background-color: #ffffff;
    z-index: 9999;
    width: 100%;
    transition: bottom 0.9s ease;
}

#scrollTopBtn {
    transition: bottom 0.9s ease;
}

#hidden-section.show {
    display: block;
    top: 25%;
}


#hidden-section.show {
    display: block;
    opacity: 1;
    z-index: 9;
    top: 17%;
    height: max-content;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

#blink-text {
    font-size: 24px;
    animation-delay: 3s;
    position: fixed;
    left: 531px;
}

.color-change {
    color: #014285 !important;
}


.arrow-container {
    position: absolute;
    right: 20px;
    top: 0;
}

.arrow-up,
.arrow-down {
    font-size: 70px;
    cursor: pointer;
    animation: blink 1s infinite;
    color: #014285;
    transition: color 0.3s;
}

.arrow-up:hover,
.arrow-down:hover {
    color: #014285;
}

@keyframes blink {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

.highlight {
    color: yellow;
}

.mrgn-5 {
    margin-bottom: 10px;
}


.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1* var(--bs-gutter-y));
    margin-right: calc(-.5* var(--bs-gutter-x));
    margin-left: calc(-.5* var(--bs-gutter-x));
}

.dis-flex {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.aon-med-sevices-cat .media,
.aon-med-sevices-cat2 .media {
    overflow: unset !important;
}

.arrow-container1 {
    position: absolute;
    right: 40px;
    bottom: -11px;
}

.arrow.flip {
    transform: rotate(180deg);
}


.arrow {
    position: absolute;
    bottom: 25px;
    right: 40px;
    font-size: 60px;
    cursor: pointer;
    animation: blink 1s infinite;
    color: #014285;
    transition: color 0.3s;
}

@media only screen and (min-width:1800px) and (max-width:1920px) {
    .aon-med-serices-cat-info1 h3 {
        font-size: 13px !important;
    }

}

@media only screen and (max-width: 1680px) {

    .mbold,
    .mpbold {
        font-size: 32px;
    }

    .aon-med-sevices-cat .media,
    .aon-med-sevices-cat2 .media {
        height: 50px;
    }

    p.mainsub {

        font-size: 20px;
    }

    .arrow {
        position: absolute;
        bottom: 12px;
    }

    #blink-text {
        font-size: 18px !important;
        margin-top: 10px;
        left: 490px;
    }

    h2.mainheading.mbold {
        font-size: 26px !important;
        margin-top: 12px;
    }

    .top-sec h2 {
        font-size: 40px;
    }

    .mb-3 {
        margin-bottom: 20px !important;
    }

    .top-sec {
        /* padding: 6px 0px; */
    }

    .detail-box {
        padding: 15px 15px;
        bottom: 62px;
    }

    .detail-box h6 {
        font-size: 18px;
    }

    h2 span.mdbold {
        font-size: 26px;
        margin-top: 10px;
    }

    .imp {
        font-size: 18px;
    }


    .mdbold {
        font-weight: 800;
        font-size: 32px;
    }

    .punit-sir img {
        /* width: 268px; */
    }

    .whatsapp-gif1 {
        width: 125px;
    }

    img.join-us {
        width: 230px !important;
    }

    .doctor-section {
        margin-top: 150px;
    }

    .mbold1,
    .mpbold1 {
        font-size: 40px;
    }

    h2.mainheading.mbold1 {
        font-size: 24px;
        margin-top: 15px;
    }

    .footer {
        padding: 19px 0px !important;
    }

    .imp {
        /* left: 0px; */
        text-align: left;
        margin-top: 10px;
    }

    .button-wrapper .inner-text {
        font-size: 19px;
        padding: 10px 42px;
    }

    .form-control {
        height: 40px;
    }

    textarea.form-control {
        min-height: 40px;
    }

    .Deseises {
        margin-top: 15px;
    }

    .aon-med-sevices-cat2 {
        padding: 0px;
    }

    .section-title h2 {
        margin-bottom: 0px !important;
    }

    .splashPage {
        padding-top: 8px;
    }
}


@media only screen and (max-width: 1440px) {

    .arrow {
        bottom: 0px;
        right: 40px;
        font-size: 48px;
    }

    input#btnSubmit {
        padding: 6px 15px;
        font-size: 13px;
    }

    .aon-med-sevices-cat .media,
    .aon-med-sevices-cat2 .media {
        height: 50px !important;
    }

    p.mainsub {
        font-size: 18px;
    }

    .mb-3 {
        margin-bottom: 10px;
    }

    .section-title h2 {
        font-size: 32px;

    }

    #blink-text {
        font-size: 24px;
        animation-delay: 3s;
        position: fixed;
        left: 368px;
    }

    .aon-med-sevices-cat2 .media img {
        max-width: 24%;
    }

    .top-sec h2 {
        font-size: 35px;
    }

    #blink-text {
        font-size: 18px !important;
    }

    .top-sec {
        /* padding: 45px 0px; */
    }

    .detail-box {
        padding: 15px 15px;
        bottom: 62px;
    }

    .detail-box h6 {
        font-size: 15px;
    }

    .mbold,
    .mpbold {
        font-size: 30px;
    }

    h2.mainheading.mbold {
        font-size: 22px !important;
        margin-top: 9px;
    }

    h2 span.mdbold {
        font-size: 23px;
        margin-top: 14px;
    }

    .mdbold {
        font-weight: 800;
        font-size: 32px;
    }

    .punit-sir img {
        width: 270px;
    }

    .whatsapp-gif1 {
        width: 120px;
    }

    img.join-us {
        width: 200px !important;
    }

    .doctor-section {
        margin-top: 75px;
    }

    .mbold1,
    .mpbold1 {
        font-size: 35px;
    }

    h2.mainheading.mbold1 {
        font-size: 20px;
        margin-top: 15px;
    }

    .footer {
        padding: 13px 0px !important;
    }

    .imp {
        left: 145px;
        /* margin-bottom: 3px; */
    }

    .button-wrapper .inner-text {
        font-size: 15px;
        padding: 10px 43px;
    }

    .form-control {
        height: 38px;
    }

    textarea.form-control {
        min-height: 38px;
    }

    .Deseises {
        margin-top: 7px;
    }

    .aon-med-sevices-cat2 {
        padding: 0px;
    }

    .section-title h2 {
        margin-bottom: 0px !important;
        padding-bottom: 5px;
    }

    .splashPage {
        padding-top: 8px;
    }
}

@media only screen and (max-width: 1365px) {
    .doctor-section {
        margin-top: 50px;
    }
    .form-control {
        height: 30px;
    }
    .aon-med-serices-cat-info1 h3 {
    font-size: 11px !important;
}
}

@media only screen and (max-width: 1024px) {

    .mbold,
    .mpbold {
        font-size: 40px;
    }
.punit-sir {
    text-align: center;
}
    p.mainsub {
        font-size: 18px;
    }

    #blink-text {

        margin-top: 0px;
    }


    .arrow {
        right: -19px;
        bottom: 15px;
    }

    #blink-text {
        font-size: 17px !important;
    }

    .mb-3 {
        margin-bottom: 20px !important;
    }

    .top-sec {
        padding: 15px 0px;
    }

    .detail-box {
        padding: 15px 15px;
        bottom: 62px;
        margin: 0px auto;
    }

    .detail-box h6 {
        font-size: 12px;
    }



    .mdbold {
        font-weight: 800;
        font-size: 40px;
    }

    .punit-sir img {
        width: 250px;
    }

    .whatsapp-gif1 {
        width: 125px;
    }

    img.join-us {
        width: 190px !important;
        /* margin-left: 50px; */
    }

    .doctor-section {
        margin-top: 100px;
    }

    .mbold1,
    .mpbold1 {
        font-size: 30px;
    }

    h2.mainheading.mbold1 {
        font-size: 17px;
        margin-top: 15px;
    }

    .footer {
        padding: 24px 0px !important;
    }

    .imp {
        left: 152px;
    }

    .button-wrapper .inner-text {
        font-size: 12px;
        padding: 14px 50px;
    }

    .form-control {
        height: 45px;
    }

    textarea.form-control {
        min-height: 40px;
    }

    .Deseises {
        margin-top: 10px;
    }

    .aon-med-sevices-cat2 {
        padding: 0px;
    }

    .section-title h2 {
        margin-bottom: 15px !important;
    }

    .splashPage {
        padding-top: 16px;
    }

    .imp {
        color: red;
        font-family: "Outfit", sans-serif;
        font-size: 17px;
        margin: 0px;
    }

    .top-sec h2 {
        font-size: 27px;
    }

    .arrow {
        right: -19px;
    }
}



@media only screen and (max-width: 768px) {

    .mbold,
    .mpbold {
        font-size: 31px;
    }

    #blink-text {
        font-size: 14px !important;
        left: 238px;
    }

    .top-sec h2 {
        font-size: 30px;
    }

    .arrow {
        bottom: 16px;
        font-size: 48px;
    }

    #blink-text {
        margin-top: 0px;
    }

    .imp {
        margin-top: 0px;
    }

    .mb-3 {
        margin-bottom: 20px !important;
    }

    .top-sec {
        padding: 12px 0px;
        width: 90%;
    }

    .punit-sir {
        margin-bottom: -59px;
        margin-top: -5px;
        text-align: center;
    }

    .detail-box {
        padding: 15px 15px;
        bottom: 62px;
    }

    .detail-box h6 {
        font-size: 18px;
    }


    .mb-3 {
        margin-bottom: 20px !important;
    }

    .top-sec {
        padding: 5px 0px;
    }

    .detail-box {
        padding: 15px 15px;
        bottom: 62px;
        margin: 0px auto;
    }

    .detail-box h6 {
        font-size: 17px;
    }
    .mdbold {
        font-weight: 800;
        font-size: 25px;
    }

    .punit-sir img {
        width: 185px;
        text-align: center;
    }

    .whatsapp-gif1 {
        width: 100px;
    }

    img.join-us {
        width: 175px !important;
    }

    .doctor-section {
        margin-top: 110px;
    }

    .mbold1,
    .mpbold1 {
        font-size: 30px;
    }

    h2.mainheading.mbold1 {
        font-size: 16px;
        margin-top: 15px;
    }

    .footer {
        padding: 25px 0px !important;
    }

    .imp {
        left: 66px;
    }

    .button-wrapper .inner-text {
        font-size: 10px;
        padding: 12px 26px;
    }

    .form-control {
        height: 45px;
    }

    textarea.form-control {
        min-height: 40px;
    }

    .Deseises {
        margin-top: 11px;
    }

    .aon-med-sevices-cat2 {
        padding: 0px;
    }

    .section-title h2 {
        margin-bottom: 12px !important;
    }

    .splashPage {
        padding-top: 15px;
    }

    .imp {
        color: red;
        font-family: "Outfit", sans-serif;
        font-size: 14px;
        margin-top: 0px;
    }

    .top-sec h2 {
        font-size: 28px;
    }

    .arrow {
        right: -18px;
    }

}


@media only screen and (max-width:767px) {
    .top-sec h2 {
        font-size: 16px;
    }

    .arrow-container1 {
        display: none;
    }

    .container,
    .container-sm {
        max-width: 90%;
    }

    #hidden-section {
        height: auto;
        position: unset;
        bottom: -100vh;
        left: 0;
        right: 0;
        background-color: #ffffff;
        z-index: 9999;
        width: 100%;
        transition: bottom 0.9s ease;
    }

    .punit-sir {
        margin-bottom: 10px;
        margin-top: 0px;
    }

    .splashPage {
        padding-top: 20px;
    }

    .col-xs-2 {
        width: 20%;
    }

    .aon-med-sevices-cat .media,
    .aon-med-sevices-cat2 .media {
        height: 45px !important;
    }

    splashPage {
        padding-top: 15px;
    }

    .aon-med-sevices-cat2 .media img {
        max-width: 25% !important;
    }

    .button-wrapper {
        font-family: "Outfit", Sans-serif;
        text-align: center;
        margin: 0px auto;
        margin-top: 10px;
    }

    .aon-med-sevices-cat2 .media img {
        max-width: 40% !important;
    }

    .col {
        width: 16% !important;
    }

    .vertical-center {

        position: relative;

    }

    .img-wats {
        margin-bottom: 30px;
    }

    .arrow-up,
    .arrow-down {
        font-size: 60px !important;
    }

    .container-fluid {
        width: 90%;
    }

    h1.mbold {
        margin-top: 10px !important;
    }

    .top-sec {
        width: 100%;
        padding: 10px 0px;
    }

    .mrgn-5 {
        margin-bottom: 22px !important;
    }

    .company-logo {
        margin-top: 22px;
    }

    .mb-3 {
        margin-bottom: 10px !important;
    }

    .arrow-container {
        right: 2px !important;
        bottom: 31% !important;
        display: none;
    }

    .mbold,
    .mpbold {
        font-size: 28px;
    }

    .mdbold {
        font-weight: 800;
        font-size: 28px;
        line-height: 30px;
    }

    h2.mainheading.mbold {
        font-size: 24px !important;
        margin-top: 0px;
        line-height: 36px;
    }

    h2 span.mdbold {
        font-size: 24px;
        margin-top: 9px;
    }

    .mbold1,
    .mpbold1 {
        color: #0C2162;
        font-family: "Outfit", Sans-serif;
        font-size: 24px;
        font-weight: 700;
        line-height: 1.3em;
        text-align: center;
        margin-top: -45px;
    }

    h2.mainheading1.mbold1 {
        font-size: 20px !important;
        margin-top: 7px;
    }

    h2.mainheading.mbold1 {
        font-size: 18px;
        margin-top: 15px;
    }



    p.mainsub {
        color: #393939;
        font-family: "Outfit", Sans-serif;
        font-size: 18px;
        font-weight: 500;
        line-height: 1.5em;
        text-align: center;
        margin-top: -10px;
    }

    .blink {
        font-size: 16px;
    }

    .blink1 {
        font-size: 16px;
    }

    .imp {
        color: red;
        font-family: "Outfit", sans-serif;
        font-size: 16px;
        position: unset;
        display: block;
        text-align: center;
    }

    .punit-sir img {
        width: 195px;
    }

    .button-wrapper .inner-text {
        font-size: 14px;
        padding: 8px 34px;
    }

    .doctor-section {
        margin-top: 22px;
    }

    .whatsapp-gif1 {
        width: 120px;
    }

    img.join-us {
        width: 160px !important;
    }

    .bottom-section {
        padding: 0px 0px;
    }

    .company-logo img {
        width: 80px;
    }

    .detail-box h6 {
        font-size: 14px;

    }

    .detail-box {
        padding: 8px 15px;
        bottom: 62px;
    }

    .modal-header {
        padding: 5px 0px;
    }

    .form-control {
        height: 45px;
    }

    textarea.form-control {
        min-height: 70px;
    }

    .modal-dialog {
        max-width: 700px !important;
    }

    input#btnSubmit {
        padding: 10px 16px;
        font-size: 16px;
    }

    .contactForm {
        background: #fff;
        padding: 18px 20px;
    }

    .aon-med-sevices-cat2 .media:after {
        position: absolute;
        width: 26px;
        height: 26px;
    }

    .Deseises {
        margin-top: 30px;
        /* margin-bottom: 13px; */
        padding-bottom: 20px;
    }

    .btn-close {
        color: #fff;
        top: 17px;
        padding: 7px !important;
    }

    .modal-dialog {
        margin-top: 1%;
    }

    .aon-med-serices-cat-info1 h3 {
        font-size: 8px !important;!i;!;
        text-align: center;
    }

    #blink-text {
        font-size: 16px !important;
        position: unset;
    }

    .footer {
        padding: 15px 0px !important;
    }


    .bottom-section {
        top: auto !important;
        position: relative;
    }

    section {
        padding: 0px 5px 30px 0px !important;
        /* overflow: hidden; */
    }

    .section-title h2 {
        margin-bottom: 1px !important;
    }
}


@media only screen and (max-width:480px) {
    .top-sec h2 {
        font-size: 24px;
    }
    .logo {
    text-align: center !important;!i;!;
}

    .arrow-container1 {
        display: none;
    }

    #hidden-section {
        height: auto;
        position: unset;
        bottom: -100vh;
        left: 0;
        right: 0;
        background-color: #ffffff;
        z-index: 9999;
        width: 100%;
        transition: bottom 0.9s ease;
    }

    .punit-sir {
        margin-bottom: 10px;
        margin-top: 0px;
    }

    .splashPage {
        padding-top: 6px;
    }

    .col-xs-2 {
        width: 20%;
    }

    .aon-med-sevices-cat .media,
    .aon-med-sevices-cat2 .media {
        height: 45px !important;
    }

    splashPage {
        padding-top: 15px;
    }

    .aon-med-sevices-cat2 .media img {
        max-width: 25% !important;
    }

    .button-wrapper {
        font-family: "Outfit", Sans-serif;
        text-align: center;
        margin-top: 10px;
        margin: 0px auto;
        margin-top: 10px;
    }

    .aon-med-sevices-cat2 .media img {
        max-width: 40% !important;
    }

    .col {
        width: 16% !important;
    }

    .vertical-center {
        position: relative;
    }

    .img-wats {
        margin-bottom: 30px;
    }

    .arrow-up,
    .arrow-down {
        font-size: 60px !important;
    }

    .container-fluid {
        width: 90%;
    }

    h1.mbold {
        margin-top: 10px !important;
    }

    .top-sec {
        width: 100%;
        padding: 10px 0px;
    }

    .mrgn-5 {
        margin-bottom: 22px !important;
    }

    .company-logo {
        margin-top: 22px;
    }

    .mb-3 {
        margin-bottom: 10px !important;
    }

    .arrow-container {
        right: 2px !important;
        bottom: 31% !important;
        display: none;
    }

    .mbold,
    .mpbold {
        font-size: 28px;
        margin-top: 10px !important;
    }

    .mdbold {
        font-weight: 800;
        font-size: 28px;
        line-height: 30px;
    }

    h2.mainheading.mbold {
        font-size: 24px !important;
        margin-top: 0px;
        line-height: 36px;
    }

    h2 span.mdbold {
        font-size: 24px;
        margin-top: 9px;
    }

    .mbold1,
    .mpbold1 {
        color: #0C2162;
        font-family: "Outfit", Sans-serif;
        font-size: 24px;
        font-weight: 700;
        line-height: 1.3em;
        text-align: center;
        margin-top: -45px;
    }

    h2.mainheading1.mbold1 {
        font-size: 20px !important;
        margin-top: 7px;
    }

    h2.mainheading.mbold1 {
        font-size: 18px;
        margin-top: 15px;
    }


    p.mainsub {
        color: #393939;
        font-family: "Outfit", Sans-serif;
        font-size: 18px;
        font-weight: 500;
        line-height: 1.5em;
        text-align: center;
        margin-top: 0px;
    }

    .blink {
        font-size: 16px;
    }

    .blink1 {
        font-size: 16px;
    }

    .imp {
        color: red;
        font-family: "Outfit", sans-serif;
        font-size: 16px;
        position: unset;
        display: block;
        text-align: center;
    }

    .punit-sir img {
        width: 195px;
    }

    .button-wrapper .inner-text {
        font-size: 14px;
        padding: 8px 34px;
    }

    .doctor-section {
        margin-top: 25px;
    }

    .whatsapp-gif1 {
        width: 130px;
    }

    img.join-us {
        width: 160px !important;
    }

    .bottom-section {
        padding: 0px 0px;
    }

    .company-logo img {
        width: 80px;
    }

    .detail-box h6 {
        font-size: 14px;

    }

    .detail-box {
        padding: 8px 15px;
        bottom: 62px;
    }

    .modal-header {
        padding: 5px 0px;
    }

    .form-control {
        height: 45px;
    }

    textarea.form-control {
        min-height: 70px;
    }

    .modal-dialog {
        max-width: 700px !important;
        /* margin-top: 20px; */
    }

    input#btnSubmit {
        padding: 10px 16px;
        font-size: 16px;
    }

    .contactForm {
        background: #fff;
        padding: 18px 20px;
    }

    .aon-med-sevices-cat2 .media:after {
        position: absolute;
        width: 26px;
        height: 26px;
    }

    .Deseises {
        margin-top: 15px;
        padding-bottom: 20px;
    }

    .btn-close {
        color: #fff;
        top: 17px;
        padding: 7px !important;
    }

    .modal-dialog {
        margin-top: 1%;
    }

    .aon-med-serices-cat-info1 h3 {
        font-size: 8px !important;!i;!;
        text-align: center;
    }

    #blink-text {
        font-size: 15px !important;
        position: unset;
    }

    .footer {
        padding: 15px 0px !important;
    }


    .bottom-section {
        top: auto !important;
        position: relative;
    }

    section {
        padding: 0px 5px 30px 0px !important;
        /* overflow: hidden; */
    }

    .section-title h2 {
        margin-bottom: 1px !important;
    }
}

@media (max-width: 350px) {
    .aon-med-sevices-cat2 .media img {
        height: auto !important;
    }

    .aon-med-sevices-cat2 .media img {
        max-width: 20% !important;
    }
}

@media only screen and (min-width:500px) and (max-width:767px) {
    .aon-med-sevices-cat2 .media img {
        max-width: 21% !important;
    }

}

a {
    color: #00a2e2;
}

a:hover {
    color: #00a2e2;
}



input#btnSubmit:disabled {
    cursor: no-drop;
}

.aon-med-sevices-cat .media,
.aon-med-sevices-cat2 .media {
    height: 120px;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.aon-med-sevices-cat2.aon-icon-effect {
    height: 100%;
}

.aon-med-serices-cat-info1 h3 {
    font-size: 13px;
    text-align: center;
}

.aon-med-sevices-cat2 .media:after {
    width: 35px;
    height: 35px;
}

.aon-med-sevices-cat .media,
.aon-med-sevices-cat2 .media {
    overflow: unset !important;
}

.aon-med-sevices-cat .media,
.aon-med-sevices-cat2 .media {
    height: 62px;
}

.aon-med-sevices-cat2 .media:after {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #03030314;
    border-radius: 50%;
    z-index: -1;
    opacity: 0;
    -webkit-transition: .5s linear;
    -moz-transition: .5s linear;
    -ms-transition: .5s linear;
    -o-transition: .5s linear;
    transition: .5s linear;
    opacity: 1;
}

.aon-icon {
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    margin: auto;
}

.usa img {
    width: 55px;
    padding-bottom: 0px;
    margin-left: 10px;
    margin-top: 8px;
}


.iti.iti--allow-dropdown {
    width: 100%;
}
.logo {
  text-align: end;
}
.top-section{padding-top:15px;}

