<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}



.page-title h1,
.page-title h2 {
    font-weight: 500
}
/* #submit:disabled {
    background-color: #717371;
    cursor: not-allowed;
} */
.btn,
.foot-item {
    align-items: center
}

.btn,
.page-title h1,
body {
    font-family: Inter, sans-serif
}

#accordion .card,
#accordion ul li {
    margin-bottom: .5rem
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    padding: 1rem 0
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.button:hover .call-white,
.call-org,
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn,
header .logo a:nth-child(2) img,
header.sticky .logo a:first-child img {
    display: none
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.button:hover .call-org,
.checkup-cat .btn {
    display: inline-block
}

.owl-carousel.owl-hidden,
header .btn {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: none;
    touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}


.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background:url("{$owl-image-path}owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

* {
    padding: 0;
    margin: 0
}

html {
    scroll-behavior: smooth
}

body {
    font-size: .875rem;
    color: #4c4c4c;
    background: url("../../images/bg.webp") center/cover no-repeat
}

button:active,
button:focus {
    outline: 0
}

a,
a:focus,
a:hover {
    text-decoration: none;
    color: inherit
}

.bg-blue,
.btn,
.caption-link .custom-btn:focus,
.caption-link .custom-btn:hover,
.footer-light .button:hover,
.footer-top .btn,
.footer-top .button:hover,
.social-icons a:hover i,
header {
    color: #fff
}

p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 26px
}

.font-weight-semibold {
    font-weight: 500 !important
}

h4,
h5 {
    line-height: 1.4
}

header {
    position: absolute;
    width: 100%;
    height: 108px;
    background: 0 0;
    transition: .4s;
    z-index: 9999;
    padding: 1.5rem 0
}

header .btn img {
    width: 20px
}

header.sticky {
    position: fixed;
    height: 80px;
    background: #014459;
    padding: .75rem 0
}

header.sticky .btn,
header.sticky .logo-sticky {
    opacity: 1
}

header.sticky .logo a:nth-child(2) img {
    display: block;
    width: 55%
}

.logo a img {
    width: 30%
}

.banner {
    background-image: url('../../images/hero.webp'), linear-gradient(140deg, #f8fae1 12%, #ffdaaf, #fdc476 52%, #f8fae1);
    width: 100%;
    background-repeat: no-repeat;
    background-position: right 2%;
    height: 450px
}

.banner .hero-img,
.checkup-cat img {
    width: 80%
}

.banner .page-title h2 {
    border-radius: 7px;
    background: #fff;
    font-weight: 600
}

.banner .page-title h2:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 0;
    border-right: 22px solid transparent;
    border-top: 22px solid #fff;
    position: absolute;
    left: 0;
    bottom: -10px
}

.page-title h3 {
    color: #4c4c4c;
    margin-bottom: 1.125rem
}

.page-title h5 {
    line-height: 33px
}

.page-title h5 span {
    font-size: 1.625rem;
    font-weight: 600;
    border: 1px solid #014459;
    border-radius: 30px;
    padding: 4px 15px
}

.font-sm {
    font-size: 13px;
    font-weight: 400
}

#accordion ul li,
.btn {
    font-size: 1rem
}

.btn {
    display: inline-flex;
    justify-content: center;
    font-weight: 500;
    will-change: transform;
    position: relative;
    z-index: 999;
    transition: .2s;
    will-change: transform;
    latter-spacing: 0.2px;
    overflow: hidden;
    border: 0
}

.bg-org,
.btn-org {
    background: #f79520
}

.btn-gradient {
    background-image: linear-gradient(0deg, #e8c66d 30%, #fbf0aa 60%);
    background-color: transparent
}

.bg-light-blue,
.btn-blue {
    background: #44809c
}

.bg-blue {
    background: #014459 !important
}

.bg-light-blue,
.checkup-cat .detials {
    background: #2c819f
}

.bg-light-org {
    background: #eb8820
}

.bg-org-dark {
    background: #ff9500
}

.bg-sky {
    background: #d2f7ff !important
}

.bg-light-gray {
    background: #eaeaea
}

.bg-gradient,
.checkup-cat div.card {
    background-image: linear-gradient(to right, #e8c66d, #fbf0aa, #e8c66d, #e5b16c)
}

.text-light {
    color: #1f85a7 !important
}

.hospitals-list .list-wrapper ul li,
.text-org {
    color: #f79520 !important
}

.links a:hover,
.text-blue {
    color: #2c819f !important
}

.btn-gradient,
.faq-section .mb-0&gt;a,
.text-blue-dark {
    color: #014459 !important
}

.text-black {
    color: #000
}

.text-gradient,
.why-apollo_item h3 {
    background: -webkit-linear-gradient(-20deg, #e8c66d, #fbf0aa, #e8c66d, #e5b16c);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.caption-text .text-blue {
    color: #00809a
}

.card {
    border: 0;
    height: 100%;
    justify-content: center;
    background: 0 0;
    border-radius: 20px
}

.package-info figure img {
    background: #eb8820;
    border-radius: 50%;
    padding: 8px;
    width: 45px;
    height: 45px
}

.diag-offer .title span,
.diag-offer_wrapper .row {
    position: relative;
    z-index: 99999
}

.diag-offer_wrapper {
    border-radius: 10px;
    box-shadow: rgba(50, 50, 93, .25) 0 13px 27px -5px, rgba(0, 0, 0, .3) 0 8px 16px -8px
}

.diag-offer_wrapper:before {
    content: '';
    background: #fff;
    width: 98.5%;
    height: 96.5%;
    position: absolute;
    left: 7px;
    top: 7px;
    border-radius: 10px 10px 10px 0;
    z-index: 99
}

.diag-offer .title h3:before {
    content: '';
    background: #5d5d5d;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%
}

.diag-offer_wrapper:after {
    content: '';
    position: absolute;
    background: url("../../images/down-triangle.png") 0 0/95% no-repeat;
    bottom: -18px;
    width: 46px;
    height: 26px
}

.checkup-cat div.card:before {
    content: '';
    background: #fff;
    width: 99.5%;
    height: 99%;
    position: absolute;
    left: 3px; 
    top: 3px;
    border-radius: 15px
}

.checkup-cat div.card:first-child::before,
.fullbody-checkup {
    background: #e9e4f0;
    background-image: linear-gradient(-60deg, #e9e4f0, #fff)
}

.checkup-cat div.card:nth-child(2)::before,
.diabetes-checkup {
    background: linear-gradient(30deg, #cfdef3 0, #fff 90%)
}

.checkup-cat div.card:last-child::before,
.heart-checkup {
    background: #fff;
    background-image: linear-gradient(30deg, rgb(214 164 164 / 50%) 0, #fff 90%)
}

.faq-section .mb-0&gt;a {
    display: block;
    position: relative;
    background: #fff;
    font-size: .875rem;
    padding: 1.25rem 1.5rem;
    border: 1px solid #5d5d5d;
    border-radius: 15px;
    line-height: 21px
}

#accordion .card-header {
    padding: 0;
    width: 100%;
    border-bottom: 0
}

#accordion .card-body {
    font-size: 1rem;
    padding-left: 1rem
}

#accordion h5 span {
    position: absolute;
    left: 22px
}

footer {
    background: #eff0f0
}

footer .btn {
    clip-path: none
}

.foot-item {
    display: flex;
    padding: 2px;
    border-radius: 38px;
    transition: .8s;
    width: 90%
}

.foot-item:hover {
    background: #fff;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)
}

.foot-item img {
    border-radius: 50%;
    width: 32%
}

.foot-item P {
    color: #1f85a7;
    margin-bottom: 0;
    font-weight: 600
}

.footer-bottom p,
footer .foot-item P {
    color: #333
}

footer hr {
    border-top: 1px solid
}

.social-icons a {
    margin-left: 20px;
    transition: transform .8s;
    display: inline-flex;
    background: #2c819f;
    border-radius: 50%;
    padding: 5px;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center
}

.social-icons a svg {
    width: 90%;
    fill: #eff0f0
}

.footer-dark .footer-top .btn {
    border-radius: 30px;
    border: 1px solid;
    transition: 1.5s;
    font-size: 13px;
    text-align: right;
    overflow: unset
}

.footer-top .btn img {
    width: 5%;
    margin: 0 3px;
    position: relative;
    top: -3px
}

.footer-bottom p {
    font-size: .875rem;
    font-weight: 500
}

.footer-top span.foot-logo img {
    position: absolute;
    left: 7%;
    width: 14%;
    top: -11.5px
}

.footer-top .button:before {
    background: #2c809f;
    border-radius: 30px
}

.bg-theme,
.owl-item .card {
    background: #f7f7f7;
    position: relative;
    z-index: 99999
}

.owl-carousel .img-wrap img {
    border-radius: 22px
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    margin: 0 .5rem;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    top: 40%
}

.owl-carousel .owl-nav button.owl-prev {
    left: 8%
}

.owl-carousel .owl-nav button.owl-next {
    right: 8%
}

.owl-carousel .owl-dots {
    text-align: center
}

.owl-carousel button.owl-dot {
    width: 12px;
    height: 12px;
    background: #cde6fc;
    border-radius: 50%;
    margin: 10px 5px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)
}

.owl-carousel button.owl-dot.active {
    background: rgb(246 125 4 / 73%);
    width: 35px;
    border-radius: 20px
}

.card-details .desc {
    font-size: 1.125rem;
    line-height: 27px;
    font-weight: 300
}

.from-wrap {
    border-radius: 1.25rem;
    box-shadow: 0 -1.25rem 1rem -1rem rgb(1 68 89) !important
}

.form-control {
    border: 0;
    border-radius: .75rem
}
.ptt{
    padding-top: 0.5rem!important;
}


.brand-img,
.cat-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 250px;
    padding: 1rem;
    background: #fff
}

.brand-item img,
.cat-img img {
    width: 70%
}

.disclaimer {
    font-size: .675rem;
    line-height: 2
}

.title h5 {
    color: #3c3c3b;
    font-size: 1.325rem
}

.counter {
    border-radius: 15px
}

.count-up,
.counter {
    border-color: #fff !important
}

.why-apollo_item h3 {
    font-size: 2.75rem
}
.bg-org-darkk {
    
    padding: 8px;
    background: #ff9500;
}

.dr-img {
    width: 100%;
    position: absolute;
    bottom: -25px
}

.callback-no {
    background: #2c8098;
    color: #fff;
    font-size: 19px;
    border: 1px solid #2c8098;
    border-radius: 30px;
    padding: 2px 3px 3px;
    line-height: 1.2
}

.callback-no a,
.callback-no img {
    vertical-align: bottom
}

.callback-no img {
    width: 23px;
    background: #fff;
    border-radius: 50%
}

ul li {
    margin-bottom: .875rem;
    color: #706f6f
}

.checkup-cat .btn {
    width: 40%;
    font-size: 14px
}

.checkup-cat .detials {
    font-size: 1.5rem;
    padding: .5rem 1.5rem;
    border-radius: 10px
}

.checkup-cat .detials .price {
    font-size: 2rem;
    font-weight: 700
}

.checkup-cat .card {
    padding: 1.5rem 1rem;
    box-shadow: rgba(50, 50, 93, .25) 0 6px 12px -2px, rgba(0, 0, 0, .3) 0 3px 7px -3px
}

.checkup-cat .card h5 {
    height: 40px;
    font-size: 1.5rem;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center
}

.hospitals-list .list-wrapper ul li {
    text-decoration: underline
}

.custom-control-input:checked~.custom-control-label::before {
    border: 1px solid #004459 !important;
    background-color: #004459;
    box-shadow: none
}

.custom-checkbox .custom-control-label::before,
.custom-control-label::after {
    border-radius: .125rem;
    width: 12px;
    height: 12px;
    box-shadow: none;
    left: -1.125rem
}

.button:after,
.button:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%
}

.button:after {
    width: 100%;
    z-index: -2
}

 .button:before {
    width: 0%;
    background-color: #fff;
    transition: .5s;
    z-index: -1
} 

.button:hover {
    color:  #f79520
} 

.button:hover:before {
    width: 100%
}

.footer-light .button:before {
    background: #017e91
}

.banner-bottom-mob .card {
    background: linear-gradient(-150deg, #a8ffd2 0, #95d3ed);
    align-items: center
}

.banner-bottom-mob .card span {
    display: inline-flex;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 50%;
    padding: 10px;
    margin-right: 15px
}

.banner-bottom-mob .card p {
    font-size: .875rem;
    line-height: 18px;
    font-weight: 600
}

@keyframes move {
    from {
        offset-distance: 0%
    }

    to {
        offset-distance: 100%
    }
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.05)
    }
}

@keyframes animate {
    0% {
        transform: translateY(0) rotate(0);
        opacity: 1;
        border-radius: 0
    }

    100% {
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%
    }
}

@media only screen and (min-width:1281px) {
    .page-title h1 {
        font-size: 3.75rem;
        line-height: 50px
    }

    .banner .page-title h2 {
        font-size: 2rem
    }
}

@media only screen and (max-width:1280px) {
    .page-title h1 {
        font-size: 3rem;
        line-height: 50px
    }

    .banner .page-title h2 {
        font-size: 1.5rem
    }
}

@media (min-width:992px) and (max-width:1280px) {
    .banner {
        background-image: url('../../images/hero.png'), linear-gradient(140deg, #f8fae1 12%, #ffdaaf, #fdc476 52%, #f8fae1);
        width: 100%;
        background-repeat: no-repeat;
        background-position: right 2%;
        padding: 6rem 0;
        height: auto
    }
}

@media only screen and (min-width:992px) {
    .banner .img-wrap img {
        width: 75%;
        position: relative;
        top: -26px
    }

    .page-title h5 {
        font-size: 21px;
        font-weight: 400
    }

    .page-title h3 {
        font-size: 2rem
    }

    .page-title h4 {
        font-size: 22px;
        font-weight: 400
    }

    .from-wrap .form-title p {
        font-size: 1.5rem
    }

    .btn.btn-md,
    .page-title p,
    ul li {
        font-size: 1.25rem
    }

    .faq-section .mb-0&gt;a,
    p {
        font-size: 1.125rem
    }

    .foot-item P {
        font-size: 14px;
        line-height: 18px
    }

    .category .mb-md-5:nth-child(2n) .inner-cnt {
        padding-right: 1.75rem
    }

    .cat-bottom-wrapper h2 {
        font-size: 2.25rem
    }

    .apollo-dr h2 {
        font-size: 2.5rem
    }

    .apollo-dr img {
        width: 60%
    }
}

@media only screen and (max-width:991px) {
    .page-title h5 {
        font-size: 1rem;
        font-weight: 400
    }

    .foot-item P {
        font-size: 12px;
        line-height: 16px
    }

    .apollo-dr h2 {
        font-size: 1.125rem
    }

    .apollo-dr img {
        width: 80%
    }
}

@media (min-width:768px) and (max-width:991px) {
    .banner-img {
        height: 340px
    }

    .footer-top span.foot-logo img {
        width: 12%;
        top: -11px
    }

    .footer-dark .footer-top .btn {
        font-size: 1.125rem
    }
}

@media only screen and (min-width:768px) {
    .from-wrap {
        position: relative
    }
}

@media only screen and (max-width:767px) {
    .banner {
        background-image: linear-gradient(150deg, #f6f6c9 0, #fdf4e2, #fbbb5e 90%);
        padding: 2.75rem 0 0;
        height: auto
    }
    .img-shadow{
    margin-bottom:-2px;

   }
.ptt{
    padding-top: 0rem!important;
}

    .from-wrap {
        width: 105%;
        border-radius: 0 rem;
        box-shadow:none !important;
    }
    .banner #from-wrap img {
        width: 100%;
        position: relative;
        z-index: 9999
    }
    .bg-org-dark {
       margin-bottom: -9px;
        padding: 8px;
        background: #ff9500;
    }
    .bg-org-darkk{
       margin-bottom: -19px;
        background: rgba(0,0,0,0);
    }

    .foot-item p,
    .form-title h3,
    .sub-title h3,
    h3 {
        font-weight: 600
    }

    .page-title h1 {
        font-size: 1.75rem
    }

    .from-wrap {
        position: fixed;
        bottom: 0;
        z-index: 9999999;
        height: auto;
        border-radius: .5rem;
        margin: 0 5px
    }

    .logo a:first-child img {
        width: 20%
    }

    .logo a:nth-child(2n) img {
        width: 50%
    }

    footer .row div[class*=col] {
        margin-bottom: 1rem
    }

    .footer-top .custom-btn {
        width: 100%;
        font-size: 18px
    }

    #accordion .card-body,
    .btn,
    .form-control {
        font-size: .75rem
    }

    .from-wrap .btn img {
        width: 18px;
        height: 18px
    }

    .brand-img,
    .cat-img {
        width: 170px;
        height: 170px
    }

    .owl-carousel.owl-drag .owl-item {
        touch-action: auto !important
    }

    .page-title h2 {
        font-size: 1rem;
        line-height: 24px;
        border-radius: 30px
    }

    .banner .page-title h2:after {
        bottom: -5px
    }

    .sub-title h3 {
        font-size: 1.125rem
    }

    .form-title h3,
    h3 {
        font-size: 1.325rem
    }

    .category .row div[class*=col],
    .owl-carousel .owl-item .row div[class*=col] {
        margin-bottom: 1.5rem
    }

    .card-details .desc {
        font-size: 1rem;
        line-height: 26px
    }

    .callback-no {
        line-height: 21px
    }

    .form-title p {
        font-size: 1.125rem;
        line-height: 1.4
    }

    .foot-item {
        padding: 0
    }

    .footer-dark .footer-top .btn {
        padding: .75rem
    }

    .footer-top span.foot-logo img {
        left: 6.2%;
        width: 13%;
        top: auto;
        bottom: -1px
    }

    .counter .row div[class*=col]:nth-child(2n).count-up.border-right {
        border-right: 0 !important
    }

    .counter .row div[class*=col].count-up {
        margin-bottom: 2rem
    }

    .diag-offer_wrapper:before {
        width: 96%;
        height: 97%
    }

    .diag-offer_wrapper:after {
        bottom: -17px
    }

    .checkup-cat img,
    form .btn,
    form button {
        width: 100%
    }

    .package-info figure img {
        width: 38px;
        height: 38px
    }

    .package-info h5 {
        font-size: 14px;
        line-height: 1.3;
        margin: 1rem 0 .25rem
    }

    .checkup-cat p,
    .package-info p {
        font-size: .625rem;
        line-height: 1.3
    }

    .package-info figure:not(:last-child):after {
        content: '';
        width: .5px;
        height: 95%;
        background: #4c4c4c;
        position: absolute;
        top: 17%;
        right: 4px
    }

    .disclaimer {
        font-size: 8px;
        position: absolute;
        bottom: 0;
        right: 5%;
        line-height: 1.2
    }

    .checkup-cat .detials {
        padding: 0 0 .75rem
    }

    .checkup-cat .detials h4 {
        font-size: 1.5rem
    }

    .checkup-cat .detials h4 small {
        font-size: .75rem;
        font-weight: 600;
        text-align: left;
        line-height: 3px
    }

    .checkup-cat .detials+button {
        position: absolute;
        bottom: -12px;
        left: 28%
    }

    .checkup-cat div.card:before {
        width: 98%;
        height: 98%;
        border-radius: 12px
    }

    .custom-checkbox .custom-control-label::before,
    .custom-control-label::after {
        top: -1px
    }

  
    .card{
       
        border-radius: 12px
    }

    .banner-bottom-mob .card span {
        margin: -18px auto 4px
    }

    .banner-bottom-mob .col-6 {
        padding-bottom: 1.5rem
    }

    .custom-control {
        min-height: 1rem
    }

    header {
        padding: 1rem 0
    }

    .banner-bottom-mob .card p {
        font-size: .825rem
    }

    .btn-links {
        display: none
    }

    .footer-bottom p {
        font-size: .675rem;
        line-height: 1.5
    }
}

@media only screen and (max-width:480px) {
    .from-wrap:before {
        width: 100%;
        height: 35px;
        left: 0;
        top: -20px;
        border-radius: 1.125rem 1.125rem 0 0
    }
   
   .btnnnn{
    margin-right:auto!important;
   margin-left:auto !important;
   }

    .banner .card h5 {
        font-size: .825rem
    }

    .owl-carousel .owl-nav button.owl-prev {
        left: 1%
    }

    .owl-carousel .owl-nav button.owl-next {
        right: 1%
    }

    .plus {
        height: 25px;
        width: 25px;
        font-size: 1.5rem;
        line-height: 23px;
        margin: 0 2.25rem 0 .75rem
    }

    .why-apollo_item h3 {
        font-size: 2rem
    }

    .testimonial .card {
        height: 175px
    }

    header.sticky {
        display: flex;
        align-items: center;
        height: auto;
        padding: 1rem 0;
        bottom: 0
    }

    header.sticky .logo {
        display: none
    }

    header .btn img {
        width: 15px
    }

    .foot-item P {
        font-size: 7px;
        line-height: 10px
    }

    .form-group {
        margin-bottom: 0rem;
    }
}

@media (min-width:320px) and (max-width:481px) {
    h4 {
        font-size: 1.25rem;
        font-weight: 600
    }

    h5 {
        font-size: 1.125rem
    }

    .page-title h5 {
        font-size: 1rem
    }

    .banner-img {
        height: 220px
    }

    .banner-img img {
        height: 100%;
        object-fit: cover
    }

    header.sticky .btn {
        font-size: 11px
    }
}

@media (min-width:321px) and (max-width:375px) {
    .form-item {
        padding: 1rem
    }

    label {
        font-size: 12px
    }
}

@media only screen and (max-width:360px) {
    footer .row .col-4 {
        padding-right: 0
    }

    label {
        font-size: 10px
    }

    .form-item {
        padding: 1rem
    }

    header.sticky .btn {
        font-size: 9px
    }
}
.btnnnn {
    margin-top: 2%;
    padding: 9px;
    border-radius: 20px;
    color: white !important;
    font-size: 18px;
 
    width: 50%;
    background-color: #014459;
    /* margin-left: auto; */
    display: flex;
    justify-content: center;
    font-weight: 700;
    will-change: transform;
    position: relative;
    z-index: 999;
    border: 0;
    /* margin-right: auto; */
}

.btnnnn:hover{
color: white !important;
}




/*experiment */

/*   
  .typed {
    overflow: hidden;
    white-space: nowrap;
     width: 0;
    animation: typing 3.5s steps(30, end) forwards, blinking 1s infinite;
  }
    
  @keyframes typing {
    from { width: 0 }
    to { width: 100% }
  }
  
  @keyframes blinking {
    0% {border-right-color: transparent}
    50% {border-right-color: black}
    100% {border-right-color: transparent}
  } */



  .check-sign {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: green;
    display: none;
}
.loader-overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    z-index: 99999;
}

.loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #f79520;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    z-index: 99999;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.disabled {
    pointer-events: none;
    opacity: 0.5;
  }
  
  </pre></body></html>