body {
    font-family: "Open Sans", sans-serif;
    color: #444
}

a {
    color: #1977cc
}

a:hover {
    color: #3291e6;
    text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Raleway, sans-serif
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #1977cc;
    border-top-color: #d1e6f9;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite
}

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.back-to-top {
    position: fixed;
    display: none;
    right: 15px;
    bottom: 15px;
    z-index: 99999
}

.back-to-top i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background: #1977cc;
    color: #fff;
    transition: all .4s
}

.back-to-top i:hover {
    background: #1c84e3;
    color: #fff
}

.datepicker-dropdown {
    padding: 20px !important
}

#topbar {
    background: #fff;
    height: 40px;
    font-size: 14px;
    transition: all .5s
}

#topbar.topbar-scrolled {
    top: -40px
}

#topbar .contact-info a {
    line-height: 1;
    color: #444;
    transition: .3s
}

#topbar .contact-info a:hover {
    color: #1977cc
}

#topbar .contact-info i {
    color: #1977cc;
    padding-right: 4px;
    margin-left: 15px
}

#topbar .contact-info i:first-child {
    margin-left: 0
}

#topbar .social-links a {
    color: #437099;
    padding-left: 15px;
    display: inline-block;
    line-height: 1px;
    transition: .3s
}

#topbar .social-links a:hover {
    color: #1977cc
}

#topbar .social-links a:first-child {
    border-left: 0
}

#header {
    background: #fff;
    transition: all .5s;
    z-index: 997;
    /*padding: 17px 0;*/
    top: 0px;
    box-shadow: 0 2px 15px rgba(25, 119, 204, .1)
}

#header.header-scrolled {
    top: 0
}

#header .logo {
    font-size: 32px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: .5px;
    font-family: Poppins, sans-serif
}

#header .logo a {
    color: #2c4964
}

#header .logo img {
    height: auto;
}

@media (max-width:992px) {
    #header {
        top: 0;
        padding: 0;
    }

    #header .logo {
        font-size: 28px
    }
}

.nav-menu ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.nav-menu>ul {
    display: flex
}

.nav-menu>ul>li {
    position: relative;
    white-space: nowrap;
    padding: 8px 0 8px 20px
}

.nav-menu a {
    display: block;
    position: relative;
    color: #2c4964;
    transition: .3s;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    padding: 5px 2px;
    border-bottom: 2px solid #fff
}

.nav-menu .active>a,
.nav-menu a:hover,
.nav-menu li:hover>a {
    color: #1977cc;
    border-color: #1977cc
}

.nav-menu .drop-down ul {
    display: block;
    position: absolute;
    left: 20px;
    top: calc(100% + 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0 0 30px rgba(127, 137, 161, .25);
    transition: .3s
}

.nav-menu .drop-down:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible
}

.nav-menu .drop-down li {
    min-width: 180px;
    position: relative
}

.nav-menu .drop-down ul a {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    color: #082744;
    border: none
}

.nav-menu .drop-down ul .active>a,
.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul li:hover>a {
    color: #1977cc
}

.nav-menu .drop-down>a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 5px
}

.nav-menu .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px)
}

.nav-menu .drop-down .drop-down:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%
}

.nav-menu .drop-down .drop-down>a {
    padding-right: 35px
}

.nav-menu .drop-down .drop-down>a:after {
    content: "\eaa0";
    font-family: IcoFont;
    position: absolute;
    right: 15px
}

@media (max-width:1366px) {
    .nav-menu .drop-down .drop-down ul {
        left: -90%
    }

    .nav-menu .drop-down .drop-down:hover>ul {
        left: -100%
    }

    .nav-menu .drop-down .drop-down>a:after {
        content: "\ea9d"
    }
}

.appointment-btn {
    margin-left: 25px;
    background: #1977cc;
    color: #fff;
    border-radius: 50px;
    padding: 8px 25px;
    white-space: nowrap;
    transition: .3s;
    font-size: 14px;
    display: inline-block
}

.appointment-btn1 {
    margin-left: 25px;
    background: #1977cc;
    color: #fff;
    padding: 8px 25px;
    white-space: nowrap;
    transition: .3s;
    font-size: 14px;
    display: inline-block;
    margin-right: 10px;
}

.appointment-btn:hover {
    background: #166ab5;
    color: #fff
}

@media (max-width:768px) {
    .appointment-btn {
        margin: 0 48px 0 0;
        padding: 6px 18px
    }
}

.mobile-nav-toggle {
    position: fixed;
    right: 15px;
    top: 15px;
    z-index: 9998;
    border: 0;
    background: 0 0;
    font-size: 24px;
    transition: all .4s;
    outline: 0 !important;
    line-height: 1;
    cursor: pointer;
    text-align: right
}

.mobile-nav-toggle i {
    color: #1977cc
}

.mobile-nav {
    position: fixed;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    z-index: 9999;
    overflow-y: auto;
    background: #fff;
    transition: ease-in-out .2s;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    padding: 10px 0
}

.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none
}

.mobile-nav a {
    display: block;
    position: relative;
    color: #2c4964;
    padding: 10px 20px;
    font-weight: 500;
    outline: 0
}

.mobile-nav .active>a,
.mobile-nav a:hover,
.mobile-nav li:hover>a {
    color: #1977cc;
    text-decoration: none
}

.mobile-nav .drop-down>a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 10px;
    position: absolute;
    right: 15px
}

.mobile-nav .active.drop-down>a:after {
    content: "\eaa1"
}

.mobile-nav .drop-down>a {
    padding-right: 35px
}

.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden
}

.mobile-nav .drop-down li {
    padding-left: 20px
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(28, 47, 65, .6);
    overflow: hidden;
    display: none;
    transition: ease-in-out .2s
}

.mobile-nav-active {
    overflow: hidden
}

.mobile-nav-active .mobile-nav {
    opacity: 1;
    visibility: visible
}

.mobile-nav-active .mobile-nav-toggle i {
    color: #fff
}

#hero {
    width: 100%;
    height: 90vh;
    background: url(../img/hero-bg.webp) top center;
    background-size: cover;
    position: relative;
    margin-bottom: -200px
}

#hero .container {
    position: relative
}

#hero .medi-content1 {
    margin: 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #1977cc;
    display: block;
}

#hero .medi-content2 {
    color: #2c4964;
    margin: 10px 0 0 0;
    font-size: 40px
}

#hero .btn-get-started {
    font-family: Raleway, sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 35px;
    margin-top: 30px;
    border-radius: 50px;
    transition: .5s;
    color: #fff;
    background: #1977cc
}

#hero .btn-get-started:hover {
    background: #3291e6
}

@media (min-width:1024px) {
    #hero {
        background-attachment: fixed
    }
}

@media (max-width:992px) {
    #hero {
        margin-bottom: 0;
        height: 100vh
    }

    #hero .container {
        padding-bottom: 63px
    }

    #hero .medi-content1 {
        font-size: 35px;
        line-height: 36px
    }

    #hero .medi-content2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px
    }
}

#hero {
    height: 660px;
}

section {
    padding: 60px 0;
    overflow: hidden
}

.section-bg {
    background-color: #f1f7fd
}

.section-title {
    text-align: center;
    padding-bottom: 30px
}

.section-title h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #2c4964
}

.section-title h3,
h4,
h5,
h6,
h7 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #2c4964
}

.section-title h2::before {
    content: '';
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px)
}

.section-title h2::after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #1977cc;
    bottom: 0;
    left: calc(50% - 20px)
}

.section-title p {
    margin-bottom: 0
}

.breadcrumbs {
    padding: 5px 0;
    background-color: #f1f7fd;
    min-height: 35px;
    margin-top: 110px
}

@media (max-width:992px) {
    .breadcrumbs {
        margin-top: 63px
    }
}

.breadcrumbs h2 {
    font-size: 24px;
    font-weight: 300;
    margin: 0
}

@media (max-width:992px) {
    .breadcrumbs h2 {
        margin: 0 0 10px 0
    }
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px
}

.breadcrumbs ol li+li {
    padding-left: 10px
}

.breadcrumbs ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: #6c757d;
    content: "/"
}

@media (max-width:768px) {
    .breadcrumbs .d-flex {
        display: block !important
    }

    .breadcrumbs ol {
        display: block
    }

    .breadcrumbs ol li {
        display: inline-block
    }
}

.why-us .content {
    padding: 30px;
    background: #1977cc;
    border-radius: 4px;
    color: #fff
}

.why-us .content h3 {
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 30px
}

.why-us .content p {
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 25px
}

.why-us .content .more-btn {
    display: inline-block;
    background: rgba(255, 255, 255, .2);
    padding: 6px 30px 8px 30px;
    color: #fff;
    border-radius: 50px;
    transition: all ease-in-out .4s
}

.why-us .content .more-btn i {
    font-size: 14px
}

.why-us .content .more-btn:hover {
    color: #1977cc;
    background: #fff
}

.why-us .icon-boxes .icon-box {
    text-align: center;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .1);
    padding: 40px 30px;
    width: 100%
}

.why-us .icon-boxes .icon-box i {
    font-size: 40px;
    color: #1977cc;
    margin-bottom: 30px
}

.why-us .icon-boxes .icon-box h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 30px 0
}

.why-us .icon-boxes .icon-box p {
    font-size: 15px;
    color: #848484
}

.about .icon-boxes h4 {
    font-size: 18px;
    color: #4b7dab;
    margin-bottom: 15px
}

.about .icon-boxes h3 {
    font-size: 28px;
    font-weight: 700;
    color: #2c4964;
    margin-bottom: 15px
}

.about .icon-box {
    margin-top: 40px
}

.about .icon-box .icon {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border: 2px solid #8dc2f1;
    border-radius: 50px;
    transition: .5s
}

.about .icon-box .icon i {
    color: #1977cc;
    font-size: 32px
}

.about .icon-box:hover .icon {
    background: #1977cc;
    border-color: #1977cc
}

.about .icon-box:hover .icon i {
    color: #fff
}

.about .icon-box .title {
    margin-left: 85px;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 18px
}

.about .icon-box .title a {
    color: #343a40;
    transition: .3s
}

.about .icon-box .title a:hover {
    color: #1977cc
}

.about .icon-box .description {
    margin-left: 85px;
    line-height: 24px;
    font-size: 14px
}

.about .video-box {
    background: url(../img/about.jpg) center center no-repeat;
    background-size: cover;
    min-height: 500px
}

.about .play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(#1977cc 50%, rgba(25, 119, 204, .4) 52%);
    border-radius: 50%;
    display: block;
    position: absolute;
    left: calc(50% - 47px);
    top: calc(50% - 47px);
    overflow: hidden
}

.about .play-btn::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 100;
    transition: all .4s cubic-bezier(.55, .055, .675, .19)
}

.about .play-btn::before {
    content: '';
    position: absolute;
    width: 120px;
    height: 120px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate-btn 2s;
    animation: pulsate-btn 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(25, 119, 204, .7);
    top: -15%;
    left: -15%;
    background: rgba(198, 16, 0, 0)
}

.about .play-btn:hover::after {
    border-left: 15px solid #1977cc;
    transform: scale(20)
}

.about .play-btn:hover::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 200;
    -webkit-animation: none;
    animation: none;
    border-radius: 0
}

@-webkit-keyframes pulsate-btn {
    0% {
        transform: scale(.6, .6);
        opacity: 1
    }

    100% {
        transform: scale(1, 1);
        opacity: 0
    }
}

@keyframes pulsate-btn {
    0% {
        transform: scale(.6, .6);
        opacity: 1
    }

    100% {
        transform: scale(1, 1);
        opacity: 0
    }
}

.counts {
    background: #f1f7fd;
    padding: 70px 0 60px
}

.counts .count-box {
    padding: 30px 30px 25px 30px;
    width: 100%;
    position: relative;
    text-align: center;
    background: #fff
}

.counts .count-box i {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 24px;
    background: #1977cc;
    padding: 12px;
    color: #fff;
    border-radius: 50px
}

.counts .count-box span {
    font-size: 36px;
    display: block;
    font-weight: 600;
    color: #082744
}

.counts .count-box p {
    padding: 0;
    margin: 0;
    font-family: Raleway, sans-serif;
    font-size: 14px
}

.services .icon-box {
    text-align: left;
    border: 1px solid #d5e1ed;
    padding: 10px 20px;
    transition: all ease-in-out .3s;
    width: 100%
}

.services .icon-box .icon {
    margin: 0 auto;
    width: 64px;
    height: 64px;
    background: #1977cc;
    border-radius: 5px;
    transition: all .3s ease-out 0s;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transform-style: preserve-3d
}

.services .icon-box .icon i {
    color: #fff;
    font-size: 28px
}

.services .icon-box .icon::before {
    position: absolute;
    content: '';
    left: -8px;
    top: -8px;
    height: 100%;
    width: 100%;
    background: #badaf7;
    border-radius: 5px;
    transition: all .3s ease-out 0s;
    transform: translateZ(-1px)
}

.services .icon-box h4 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 19px
}

.services .icon-box h4 a {
    color: #2c4964
}

.services .icon-box p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0
}

.appointment .php-email-form {
    width: 100%
}

.appointment .php-email-form .form-group {
    padding-bottom: 8px
}

.appointment .php-email-form .validate {
    display: none;
    color: red;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px
}

.appointment .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600
}

.appointment .php-email-form .error-message br+br {
    margin-top: 25px
}

.appointment .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600
}

.appointment .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px
}

.appointment .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite
}

.appointment .php-email-form input,
.appointment .php-email-form select,
.appointment .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    padding: 10px !important
}

.appointment .php-email-form input:focus,
.appointment .php-email-form select:focus,
.appointment .php-email-form textarea:focus {
    border-color: #1977cc
}

.appointment .php-email-form input,
.appointment .php-email-form select {
    height: 44px
}

.appointment .php-email-form textarea {
    padding: 10px 12px
}

.appointment .php-email-form button[type=submit] {
    background: #1977cc;
    border: 0;
    padding: 10px 35px;
    color: #fff;
    transition: .4s;
    border-radius: 50px
}

.appointment .php-email-form button[type=submit]:hover {
    background: #1c84e3
}

.departments {
    overflow: hidden
}

.services .nav-tabs {
    border: 0;
    margin-bottom: 10px;
}

.services .nav-link {
    border: 0;
    padding: 12px 15px 12px 0;
    transition: .3s;
    color: #2c4964;
    border-radius: 0;
    font-weight: 600;
    font-size: 15px
}

.services .nav-link:hover {
    color: #1977cc
}

.services .nav-link.active {
    color: #white;
    border-color: #1977cc
}

.services .tab-pane.active {
    -webkit-animation: fadeIn .5s ease-out;
    animation: fadeIn .5s ease-out
}

.departments .details h3 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #2c4964
}

.departments .details p {
    color: #777
}

.departments .details p:last-child {
    margin-bottom: 0
}

@media (max-width:992px) {
    .services .nav-link {
        border: 0;
        padding: 15px
    }

    .services .nav-link.active {
        color: #fff;
        background: #1977cc
    }
}

.doctors {
    background: #fff
}

.doctors .member {
    position: relative;
    box-shadow: 0 2px 15px rgba(44, 73, 100, .08);
    padding: 30px;
    border-radius: 10px
}

.doctors .member .pic {
    overflow: hidden;
    border-radius: 0;
}

.doctors .member .pic img {
    transition: ease-in-out .3s
}

.doctors .member:hover img {
    transform: scale(1.1)
}

.doctors .member .member-info {
    padding-left: 30px
}

.doctors .member h4 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 20px;
    color: #2c4964
}

.doctors .member span {
    display: block;
    font-size: 15px;
    padding-bottom: 10px;
    position: relative;
    font-weight: 500
}

.doctors .member span::after {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 1px;
    background: #b2c8dd;
    bottom: 0;
    left: 0
}

.doctors .member p {
    margin: 10px 0 0 0;
    font-size: 14px
}

.doctors .member .social {
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.doctors .member .social a {
    transition: ease-in-out .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    width: 32px;
    height: 32px;
    background: #a0bcd5
}

.doctors .member .social a i {
    color: #fff;
    font-size: 16px;
    margin: 0 2px
}

.doctors .member .social a:hover {
    background: #1977cc
}

.doctors .member .social a+a {
    margin-left: 8px
}

.faq .faq-list {
    padding: 0 100px
}

.faq .faq-list ul {
    padding: 0;
    list-style: none
}

.faq .faq-list li+li {
    margin-top: 15px
}

.faq .faq-list li {
    padding: 20px;
    background: #fff;
    border-radius: 4px;
    position: relative
}

.faq .faq-list a {
    display: block;
    position: relative;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding: 0 0px;
    outline: 0
}

.faq .faq-list .icon-help {
    font-size: 24px;
    position: absolute;
    right: 0;
    left: 20px;
    color: #76b5ee
}

.faq .faq-list .icon-close,
.faq .faq-list .icon-show {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0
}

.faq .faq-list p {
    margin-bottom: 0;
    padding: 10px 0 0 0
}

.faq .faq-list .icon-show {
    display: none
}

.faq .faq-list a.collapsed {
    color: #343a40
}

.faq .faq-list p {
    font-size: 16px
}

.faq .faq-list a.collapsed:hover {
    color: #1977cc
}

.faq .faq-list a.collapsed .icon-show {
    display: inline-block
}

.faq .faq-list a.collapsed .icon-close {
    display: none
}

@media (max-width:1200px) {
    .faq .faq-list {
        padding: 0
    }
}

.testimonials .testimonial-wrap {
    padding-left: 50px
}

.testimonials .testimonial-item {
    box-sizing: content-box;
    padding: 30px 30px 30px 60px;
    margin: 30px 15px;
    min-height: 200px;
    box-shadow: 0 2px 12px rgba(44, 73, 100, .08);
    position: relative;
    background: #fff
}

.testimonials .testimonial-item .testimonial-img {
    width: 90px;
    border-radius: 10px;
    border: 6px solid #fff;
    position: absolute;
    left: -45px
}

.testimonials .testimonial-item h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0 5px 0;
    color: #111
}

.testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #999;
    margin: 0
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
    color: #badaf7;
    font-size: 26px
}

.testimonials .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative
}

.testimonials .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px
}

.testimonials .testimonial-item p {
    font-style: italic;
    margin: 15px auto 15px auto
}

.testimonials .owl-dots,
.testimonials .owl-nav {
    margin-top: 5px;
    text-align: center
}

.testimonials .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd !important
}

.testimonials .owl-dot.active {
    background-color: #1977cc !important
}

@media (max-width:767px) {
    .testimonials .testimonial-wrap {
        padding-left: 0
    }

    .testimonials .testimonial-item {
        padding: 30px;
        margin: 15px
    }

    .testimonials .testimonial-item .testimonial-img {
        position: static;
        left: auto
    }
}

.gallery .gallery-item {
    overflow: hidden;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff
}

.gallery .gallery-item img {
    transition: all ease-in-out .4s
}

.gallery .gallery-item:hover img {
    transform: scale(1.1)
}

.contact .info {
    width: 100%;
    background: #fff
}

.contact .info i {
    font-size: 20px;
    color: #1977cc;
    float: left;
    width: 44px;
    height: 44px;
    background: #d6e9fa;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all .3s ease-in-out
}

.contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #2c4964
}

.contact .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 14px;
    color: #4b7dab
}

.contact .info .email,
.contact .info .phone {
    margin-top: 40px
}

.contact .info .address:hover i,
.contact .info .email:hover i,
.contact .info .phone:hover i {
    background: #1977cc;
    color: #fff
}

.contact .php-email-form {
    width: 100%;
    background: #fff
}

.contact .php-email-form .form-group {
    padding-bottom: 8px
}

.contact .php-email-form .validate {
    display: none;
    color: red;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600
}

.contact .php-email-form .error-message br+br {
    margin-top: 25px
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px
}

.contact .php-email-form input {
    height: 44px
}

.contact .php-email-form textarea {
    padding: 10px 12px
}

.contact .php-email-form button[type=submit] {
    background: #1977cc;
    border: 0;
    padding: 10px 35px;
    color: #fff;
    transition: .4s;
    border-radius: 50px
}

.contact .php-email-form button[type=submit]:hover {
    background: #1c84e3
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

#footer {
    color: #444;
    font-size: 14px;
    background: #f1f7fd
}

#footer .footer-top {
    padding: 60px 0 30px 0;
    background: #fff;
    box-shadow: 0 2px 15px rgba(25, 119, 204, .1)
}

#footer .footer-top .footer-contact {
    margin-bottom: 30px
}

#footer .footer-top .footer-contact h4 {
    font-size: 22px;
    margin: 0 0 30px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700
}

#footer .footer-top .footer-contact p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: Raleway, sans-serif;
    color: #777
}

#footer .footer-top h4 {
    font-size: 16px;
    font-weight: 700;
    color: #444;
    position: relative;
    padding-bottom: 12px
}

#footer .footer-top .footer-links {
    margin-bottom: 30px
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #1c84e3;
    font-size: 18px;
    line-height: 1
}

#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0
}

#footer .footer-top .footer-links ul a {
    color: #777;
    transition: .3s;
    display: inline-block;
    line-height: 1;
    font-size: 14px;
}

#footer .footer-top .footer-links ul a:hover {
    text-decoration: none;
    color: #1977cc
}

#footer .footer-newsletter {
    font-size: 15px
}

#footer .footer-newsletter h4 {
    font-size: 16px;
    font-weight: 700;
    color: #444;
    position: relative;
    padding-bottom: 12px
}

#footer .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 50px;
    text-align: left;
    border: 1px solid #bfdcf7
}

#footer .footer-newsletter form input[type=email] {
    border: 0;
    padding: 4px 8px;
    width: calc(100% - 100px)
}

#footer .footer-newsletter form input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: 0 0;
    font-size: 16px;
    padding: 0 20px;
    background: #1977cc;
    color: #fff;
    transition: .3s;
    border-radius: 50px
}

#footer .footer-newsletter form input[type=submit]:hover {
    background: #1c84e3
}

#footer .credits {
    padding-top: 5px;
    font-size: 13px;
    color: #444
}

#footer .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #1977cc;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: .3s
}

#footer .social-links a:hover {
    background: #1c84e3;
    color: #fff;
    text-decoration: none
}

.pagination li {
    display: inline;
    margin-right: 5px;
    padding: 3px
}

.pagination a {
    border: 1px solid #d5d5d5;
    color: #666;
    font-size: 11px;
    font-weight: 700;
    height: 25px;
    padding: 4px 8px;
    text-decoration: none;
    margin: 2px
}

.pagination a:active,
.pagination a:hover {
    background: #efefef
}

.pagination span.current {
    background-color: #687282;
    border: 1px solid #d5d5d5;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    height: 25px;
    padding: 4px 8px;
    text-decoration: none;
    margin: 2px
}

.pagination span.disabled {
    border: 1px solid #eee;
    color: #ddd;
    margin: 2px;
    padding: 2px 5px
}

.owl-carousel .owl-item img {
    width: auto !important;
    display: inline !important
}

.stage_div {
    border-radius: 10px;
    background-color: DodgerBlue
}

p.formheading {
    font-size: 28px;
    font-family: arial;
    text-indent: 10px;
    color: yellow
}

div.header {
    background-color: White;
    text-align: left;
    color: black;
    font-size: 35px;
    font-family: arial;
    background-image: url("https://www.mediyaar.com/images/headb11.jpg");
    background-repeat: no-repeat;
    background-position: 525px top;
    margin-bottom: 45px;
    margin-top: 10px
}

.book-label {
    font-size: 20px;
    font-weight: bold
}

p.one {
    font-size: 65px;
    color: red
}

p.two {
    font-size: 15px;
    margin-top: -25px
}

p.price {
    font: bold 30px arial;
    color: black;
    margin-top: -10px
}

h1.four {
    font: bold 50px arial;
    text-indent: -5px;
    color: DodgerBlue
}

p.five {
    font: 24px arial;
    color: grey;
    text-indent: 15px;
    margin-top: 40px
}

p.step1 {
    font: 22px arial;
    color: black;
    text-indent: 20px;
    margin-top: -20px
}

p.step2 {
    font: 22px arial;
    color: black;
    text-indent: 20px;
    margin-top: 0px
}

p.step3 {
    font: 22px arial;
    color: black;
    text-indent: 20px;
    margin-top: 0px
}

p.testprice {
    font: 28px arial;
    color: DodgerBlue;
    text-indent: 45px
}

p.testprice1 {
    font: 32px arial;
    color: DodgerBlue
}

.queryForm {
    width: 100%;
    height: 40px;
    padding: 12px 20px;
    margin: 0px 10px 10px 10px;
    display: inline-block;
    border: none;
    border-bottom: 1px solid;
    background-color: DodgerBlue;
    border-radius: 0px;
    box-sizing: border-box;
    font-size: 18Px;
    color: white
}

.queryFormSelect {
    color: #fff;
    height: 40px;
    padding: 5px 20px;
    margin: 0px 10px 10px 10px;
    displayinline-block;
    border: none;
    border-bottom: 1px solid;
    border-radius: 0px;
    box-sizing: border-box;
    font-size: 18Px;
    background: DodgerBlue
}

.queryFormSubmit {
    width: 150px;
    height: 40px;
    background-color: navy;
    font-size: 16px;
    color: yellow;
    padding: 5px 20px;
    margin: 0px 10px 10px 10px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 18Px;
    margin-top: 20px;
    margin-bottom: 20px
}

.queryForm2 {
    width: 375px;
    height: 40px;
    padding: 5px 20px;
    margin: 0px 10px 10px 10px;
    display: inline-block;
    border: 2px solid #ccc;
    border-radius: 6px;
    box-sizing: border-box;
    font-size: 25Px
}

.queryForm2Select {
    width: 375px;
    color: #000;
    height: 40px;
    padding: 5px 20px;
    margin: 0px 10px 10px 10px;
    display: inline-block;
    border: 2px solid #ccc;
    border-radius: 6px;
    box-sizing: border-box;
    font-size: 25Px
}

.queryForm2Submit {
    width: 375px;
    height: 40px;
    background-color: #005b98;
    color: white;
    padding: 5px 20px;
    margin: 5px 10px 10px 10px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 25Px
}

.thankyou {
    font-size: 70px;
    color: yellow
}

.sub_head1 {
    font-size: 40px;
    color: yellow;
    margin-top: -20px
}

.sub_head2 {
    font-size: 36px;
    color: white;
    text-align: justify;
    margin-top: -40px;
    margin-bottom: 30px
}

h2.seven {
    font: 30px arial;
    color: black;
    margin-top: 80px;
    margin-left: 40px
}

h3.eight {
    Font: 37px arial;
    color: black
}

img {
    float: left
}

div.one {
    background-image: url("https://www.mediyaar.com/images/headb1.jpg");
    background-repeat: no-repeat;
    height: 580px;
    margin-top: 0px;
    background-position: 440px 0px
}

div.testpic {
    background-image: url("https://www.mediyaar.com/images/testpik-1.jpg");
    background-repeat: no-repeat;
    margin-top: 5px;
    background-position: -610px -652px
}

ul {
    font-size: 22px;
    margin-left: 40px
}

button {
    align: center;
    background-color: DodgerBlue;
    border: none;
    color: white;
    padding: 20px 30px;
    font-size: 25px;
    font-family: arial;
    border-radius: 40px;
    border: none;
    border: none;
    margin-bottom: 40px;
    margin-left: 480px
}

h3.eight {
    Font: 37px arial;
    color: black;
    margin-top: 50px
}

P.eight-A {
    text-align: center;
    Font: 25px arial;
    color: DodgerBlue
}

p.symptoms {
    font-size: 30px;
    margin-left: 40px;
    margin-right: 40px;
    color: grey
}

h4.facility {
    font: 40px arial;
    color: black;
    margin-top: 15px
}

h4.why_choose {
    font: 40px arial;
    color: black;
    margin-top: 25px;
    margin-bottom: 15px
}

h5.shield1 {
    font: 50px arial;
    color: black;
    padding: 80px
}

p.shield2 {
    font: 35px arial;
    text-indent: 150px;
    color: DodgerBlue;
    margin-top: -60Px
}

p.shield3 {
    font: 20px arial;
    color: gray;
    text-indent: 260px;
    margin-top: 100Px
}

div.last {
    background-image: url("https://www.mediyaar.com/images/shield2.jpg");
    background-repeat: no-repeat;
    margin-top: 80px;
    height: 455px
}

hr.faqline {
    Margin-left: 80px;
    Margin-right: 80px
}

hr.finalline {
    Margin-left: 80px;
    Margin-right: 80px
}

p.heading {
    font: 40px arial;
    text-indent: 0px;
    color: black;
    margin-top: 10Px;
    margin-left: 90px;
    margin-bottom: 40px
}

p.Question {
    font: 28px arial;
    text-indent: 0px;
    color: black;
    margin-top: 1Px;
    margin-left: 90px;
    margin-right: 90px
}

p.Answer {
    font: 20px verdana;
    text-indent: 0px;
    text-align: left;
    color: grey;
    margin-top: 10Px;
    margin-left: 90px;
    margin-right: 90px
}

p.advisor {
    font: 30px arial;
    text-indent: 350px;
    color: DodgerBlue
}

p.copyright {
    font-size: 12px;
    margin-top: 30px;
    font-family: arial;
    text-align: center;
    background-color: grey;
    color: white
}

p.venture {
    font-size: 16px;
    font-family: arial;
    text-align: right;
    margin-top: 10px
}

p.address {
    font-size: 16px;
    font-family: arial;
    text-align: right
}

.footer {
    background-color: White;
    Margin-top: 40px
}

div.Faqs {
    margin-top: -5px;
    margin-bottom: 50px
}

input.error {
    border: none;
    border-bottom: 2px solid #F00 !important;
    border-radius: 0px
}

label.error {
    display: none !important
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4)
}

. .modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%
}

.visible-xs {
    display: none
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer
}

h6.heading {
    font-family: arial;
    font-size: 20px;
    color: DodgerBlue;
    margin-top: 20px;
    margin-bottom: 20px;
    text-indent: 90px
}

div.modalOverlaySolid {
    background: rgb(0, 0, 0) !important;
    opacity: 0.75 !important;
    filter: Alpha(Opacity=1) !important
}

#dialog {
    background-color: #02a1e2
}

.ui-widget-header {
    background-color: #02a1e2 !important;
    color: #fff !important
}

.ageinput {
    margin-top: 40px
}

.mobileinput {
    margin-top: 40px
}

::-webkit-input-placeholder {
    color: white !important
}

::-moz-placeholder {
    color: white !important
}

::-ms-placeholder {
    color: white !important
}

::placeholder {
    color: white !important
}

#search_tests::-webkit-input-placeholder {
    color: black !important
}

#search_tests::-moz-placeholder {
    color: black !important
}

#search_tests::-ms-placeholder {
    color: black !important
}

#search_tests::placeholder {
    color: black !important
}

.additional-info li {
    list-style: disc
}

.queryForm:focus {
    box-shadow: none;
    background-color: DodgerBlue;
    color: white
}

.navigation {
    width: 100%;
    height: 90px;
    display: flex;
    align-items: center
}

li {
    list-style: none
}

.fa,
.fas {
    font-family: 'FontAwesome'
}

ul li a {
    font-size: 1.1rem;
    color: #343a40
}

ul li a.cart {
    font-size: 4.0rem;
    color: #343a40
}

ul li a.cart:hover {
    text-decoration: none;
    color: #d60e96
}

ul li a.cart .cart-basket {
    font-size: .6rem;
    position: absolute;
    top: -6px;
    right: -5px;
    width: 15px;
    height: 15px;
    color: #fff;
    background-color: #418deb;
    border-radius: 50%
}

.form-control-borderless {
    border: none
}

.form-control-borderless:hover,
.form-control-borderless:active,
.form-control-borderless:focus {
    border: none;
    outline: none;
    box-shadow: none
}

.btn-success {
    margin-left: 0px !important;
    margin-bottom: 0px !important
}

p.linkbanner_testheadingbasic {
    font-size: 20px;
    font-family: arial;
    color: DodgerBlue;
    margin-top: 5px;
    text-align: center
}

p.linkbanner_testcountbasic {
    font: 18px arial;
    text-align: center;
    color: black;
    border-style: solid;
    ;
    border-color: #E5E7E9;
    background-color: #E5E7E9;
    border-radius: 5px;
    margin-right: 30px;
    margin-left: 30px;
    padding: 5px
}

p.linkbanner_testusage {
    font-size: 12px;
    font-family: arial;
    color: snow;
    text-align: center
}

p.linkbanner_testrate {
    font: 16px arial;
    color: green;
    text-align: center
}

.linkbanner_column {
    float: left;
    width: auto;
    padding: 0px
}

.linkbanner_column2 {
    margin-top: 50px;
    margin-bottom: 50px
}

.linkbanner_row {
    margin-top: 100px;
    margin-bottom: 100px
}

.linkbanner_row:after {
    content: " ";
    display: table;
    clear: both
}

.linkbanner_cardtestbox {
    border-radius: 5px;
    border: 5px solid #F8F9F9;
    background-color: #F8F9F9;
    box-shadow: 1px 1px 1px 1px lightgray;
    height: 335px;
    width: auto
}

input[type=linkbanner_submitinbox] {
    width: auto;
    height: 8px;
    background-color: DodgerBlue;
    color: white;
    padding: 12px 12px;
    border: none;
    margin: 10px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 12Px;
    text-align: center
}

.view-details {
    align: center;
    background-color: DodgerBlue;
    border: none;
    color: white;
    padding: 5px 10px;
    font-size: 14px;
    font-family: arial;
    border-radius: 40px;
    border: none;
    border: none
}

.header-main {
    position: relative;
    padding-top: 7px;
    padding-bottom: 7px
}

.logo {
    color: #fff;
    font-size: 25px;
    font-weight: 600
}

.brand-wrap {
    text-decoration: none !important
}

.icon-sm {
    width: 48px;
    height: 48px;
    line-height: 48px !important;
    font-size: 20px
}

.widget-header {
    display: inline-block;
    vertical-align: middle;
    position: relative
}

.widget-header .notify {
    position: absolute;
    top: -3px;
    right: -10px
}

.notify {
    position: absolute;
    top: -4px;
    right: -10px;
    display: inline-block;
    padding: .25em .6em;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    border-radius: 3rem;
    color: #fff;
    background-color: #fa3434
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.search-button {
    color: #007bff;
    background-color: #fff;
    margin-left: 0;
    margin-bottom: 0
}

.input-group-append {
    margin-left: 0;
    margin-bottom: 0
}

.navbar-main {
    background-color: #fff
}

.navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1) !important
}

.navbar-toggler {
    padding: 4px;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.37rem
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .5rem 7px 0px;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .45rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.navbar-toggler-icon {
    background-image: url(https://img.icons8.com/ios/50/000000/menu.png)
}

.nav-link {
    text-transform: uppercase;
    font-weight: 400
}

.vl {
    border-left: 1px solid #fff;
    height: 100%
}

.fas {
    color: #fff
}

.login {
    color: white
}

.fixed-top {
    background: #fff;
    transition: all .5s;
    z-index: 997;
    padding: 0px 0;
    top: 0px;
    box-shadow: 0 2px 15px rgba(25, 119, 204, .1)
}

.logo-text {
    font-size: 35px;
    font-family: arial
}

.cart-icon {
    font-size: 48px
}

small {
    width: 100%;
    text-align: right;
    display: inline-block;
    margin-left: -35px;
    color: #fff
}

.load-more-profiles {
    float: right;
    background-color: DodgerBlue;
    border: none;
    color: white;
    font-size: 18px;
    font-family: arial;
    border-radius: 40px;
    border: none;
    border: none
}

.card {
    border: none
}

.iconcustom {
    font-size: 24px !important;
    line-height: 60px !important;
    position: absolute !important;
    right: 31px !important;
    z-index: 999 !important
}

#search_tests {
    height: 55px
}

.logo-text img {
    margin-left: 20px
}

.ui-widget.ui-widget-content {
    border-radius: 20px
}

h2.test_group {
    padding: 5px;
    margin: 0;
    background-position: 98% 8px;
    background-color: #007bff;
    color: white;
    height: 40px;
    font-size: 22px;
    width: 100%;
    font-weight: normal;
    float: left;
    border-bottom: 2px solid #fff
}

.acc_container {
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-size: 13px;
    width: 100%;
    clear: both;
    background: #fff;
    width: 100%
}

.acc_container .block {
    padding: 10px
}

.acc_container ul {
    padding: 0 0 10px 0;
    margin: 0
}

.acc_container ul li {
    list-style: disc;
    list-style-position: inside;
    font: 22px;
    padding: 7px 0 0px 2px;
    margin: 0
}

.lab_tests_price {
    font-size: 14px;
    margin-left: 0
}

.lab_tests_price li {
    list-style: square !important
}

@media screen and (max-width:35em) {
    .iconcustom {
        line-height: 40px !important;
        right: 15px !important
    }

    .logo-text img {
        margin-left: 0px;
        width: 59px;
        height: 45px
    }

    #search_tests {
        height: 40px
    }

    small {
        margin-left: 0
    }

    .cart-icon {
        font-size: 32px
    }

    #search_tests::-webkit-input-placeholder {
        font-size: 12px
    }

    #search_tests::-moz-placeholder {
        font-size: 12px
    }

    #search_tests:-ms-input-placeholder {
        font-size: 12px
    }

    #search_tests:-moz-placeholder {
        font-size: 12px
    }

    .logo-text {
        font-weight: bold;
        font-size: 12px;
        font-family: arial
    }

    .stage_div {
        padding: 0;
        margin: 0;
        min-height: 230px;
        border-radius: 10px;
        background-color: DodgerBlue
    }

    div.header {
        background-image: none;
        margin-bottom: -40px;
        margin-top: 5px;
        font-size: 20px
    }

    h4.why_choose {
        font-size: 30px
    }

    div.one {
        margin-top: 50px;
        height: 520px
    }

    div.last {
        background-image: none;
        height: 260px
    }

    p.price {
        text-indent: 0px;
        font-size: 20px
    }

    h3.eight {
        font-size: 25px;
        margin-top: 20px
    }

    p.one {
        font-size: 50px;
        color: red
    }

    h1.four {
        font: bold 35px arial;
        color: DodgerBlue;
        text-indent: 0px;
        margin-bottom: 15px
    }

    p.two {
        font-size: 10px;
        margin-top: -20px
    }

    p.five {
        font-size: 16px;
        margin-top: 10px
    }

    p.step1 {
        font-size: 16px
    }

    p.step2 {
        font-size: 16px
    }

    p.step3 {
        font-size: 16px
    }

    button {
        margin-left: 40px
    }

    p.testprice1 {
        font-size: 22px;
        margin-bottom: -12px
    }

    p.testprice {
        font-size: 20px;
        text-indent: 0px
    }

    h4.facility {
        font-size: 30px
    }

    div.last {
        margin-top: 60px
    }

    h5.shield1 {
        font: bold;
        font-size: 30px;
        padding: 85px 5px 5px 5px
    }

    p.shield2 {
        font-size: 16px;
        text-indent: 5px;
        margin-top: -10px
    }

    p.formheading {
        font-size: 22px;
        text-indent: 10px;
        color: yellow
    }

    .queryForm {
        height: 40px;
        padding: 0 0px;
        width: 100%;
        border: none;
        border-bottom: 1px solid;
        border-radius: 0px;
        box-sizing: none;
        font-size: 15Px;
        color: white;
        margin-left: 0px;
        margin-right: 0px
    }

    .queryForm:focus {
        box-shadow: none;
        background-color: DodgerBlue;
        color: white
    }

    .queryFormSubmit {
        height: 45px;
        padding: 0px 10px;
        font-size: 18Px;
        margin-bottom: 20px;
        margin-top: 20px;
        color: yellow
    }

    .queryForm2 {
        width: 275px;
        color: white
    }

    .queryForm2Submit {
        width: 275px;
        color: white
    }

    .queryFormSelect {
        width: 100%;
        padding: 0;
        font-size: 15px;
        border: none;
        border-bottom: 1px solid;
        color: #fff;
        border-radius: 0px;
        box-sizing: none;
        background: DodgerBlue;
        margin: 0px
    }

    .queryForm2Select {
        width: 275px
    }

    .thankyou {
        font-size: 55px;
        color: yellow
    }

    .sub_head1 {
        font-size: 24px;
        color: yellow;
        margin-top: -20px
    }

    .sub_head2 {
        font-size: 20px;
        color: white;
        text-align: justify
    }

    p.copyright {
        font-size: 12px;
        margin-top: 10px
    }

    p.heading {
        font: 30px arial;
        text-indent: 0px;
        color: black;
        margin-top: 0Px;
        margin-left: 10Px
    }

    p.Question {
        font: 24px arial;
        color: black;
        text-indent: 0px;
        text-align: left;
        margin-top: 1Px;
        margin-left: 15Px;
        margin-right: 10Px
    }

    p.Answer {
        font: 16px arial;
        color: grey;
        text-indent: 0px;
        margin-top: 5Px;
        margin-left: 15Px;
        margin-right: 10Px
    }

    p.advisor {
        font: 14px arial;
        color: DodgerBlue;
        text-align: center;
        text-indent: 50px
    }

    hr.finalline {
        Margin-left: 10px;
        Margin-right: 10px
    }

    p.venture {
        margin-top: 18px;
        font-size: 12px
    }

    p.address {
        font-size: 12px
    }

    p.symptoms {
        font-size: 24px
    }

    h2.seven {
        font-size: 25px;
        margin-left: 0px;
        margin-top: 20px
    }

    p.eight-A {
        font-size: 18px;
        margin-top: 12px
    }

    p.symptoms {
        font-size: 19px;
        text-align: left;
        margin-top: 20px
    }

    ul {
        font-size: 18px;
        margin-left: 0px
    }

    p.five {
        text-indent: 0px
    }

    p.step1 {
        text-indent: 0px
    }

    p.step2 {
        text-indent: 0px
    }

    p.step3 {
        text-indent: 0px
    }

    .allerygy-img {
        width: 335px
    }

    .hidden-xs {
        display: none
    }

    .visible-xs {
        display: block
    }

    .form-control:focus {
        box-shadow: none
    }

    .ageinput {
        margin-top: 48px !important
    }

    .mobileinput {
        margin-top: 0px !important
    }

    .row.no_of_per_html input {
        margin-left: 10px
    }

    .linkbanner_column {
        margin-bottom: 10px;
        float: none
    }

    .linkbanner_cardtestbox img {
        float: none;
        margin: 0px 40px
    }

    input[type=linkbanner_submitinbox] {
        margin: 10px 50px
    }
}