@charset "utf-8";

/* CSS Document */
:root {
    --blue: #1090cb;
    --paragraph-color: #424242;
    --white: #fff;
    --red: #c12d2c;
    --bg-gray: #eeeeee;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Poppins", sans-serif;
    color: var(--paragraph-color);
}

a {
    text-decoration: none;
}

.main-wrapper {
    overflow: hidden;
}

.section-topbar {
    font-size: 14px;
    color: #adadad;
    border-bottom: solid 1px #e5e5e5;
    display: flex;
    background: #fff;
}

.section-topbar .cell {
    padding: 10px 15px;
}

.section-topbar .cell + .cell {
    border-left: solid 1px #e5e5e5;
}

.section-topbar .button {
    margin-left: auto;
}

.section-topbar .button .btn-red {
    border-radius: 0 !important;
    text-transform: uppercase;
    font-weight: bold;
    padding: 11px 20px;
}

.btn-blue {
    background: var(--blue);
    color: var(--white);
    border: 0;
    padding: 8px 20px;
    display: inline-block;
    border-radius: 5px;
    line-height: 20px;
}

.btn-blue-o {
    border: 0;
    color: var(--blue);
    padding: 8px 20px;
    display: inline-block;
    border-radius: 5px;
    line-height: 20px;
    box-shadow: inset 0 0 0 2px var(--blue);
}

.btn-red {
    background: var(--red);
    color: var(--white);
    border: 0;
    padding: 8px 20px;
    display: inline-block;
    border-radius: 5px;
    line-height: 20px;
}

.btn-red-o {
    border: 0;
    color: var(--red);
    padding: 8px 20px;
    display: inline-block;
    border-radius: 5px;
    line-height: 20px;
    box-shadow: inset 0 0 0 2px var(--red);
}

.section-header {
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    width: 100%;
    background: var(--white);
}

.section-header img {
    width: auto !important;
    max-width: 100%;
}

.section-header .header-links {
    text-align: right;
}

.section-header .header-links .close-menu {
    display: none;
}

.section-header .top-navigation {
    padding: 0 10px;
}

.section-header .top-navigation ul,
.section-header .top-navigation li {
    margin: 0;
    padding: 0;
    list-style: none;
    transition: 0.4s;
}

.section-header .top-navigation ul {
    display: flex;
    justify-content: flex-end;
}

.section-header .top-navigation a {
    color: #101010;
    text-decoration: none;

    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height */

    text-align: center;
    padding: 30px 14px;
}

.section-header .top-navigation li:hover {
    color: #3a8ef6;
}

.section-header .top-navigation a:hover,
.section-header .top-navigation a.active {
    color: #c12c2c;
}

.section-header .top-navigation .cart a {
    position: relative;
    cursor: pointer;
}

.section-header .top-navigation .cart .count {
    background: #c12c2c;
    color: #fff;
    position: absolute;
    top: 18px;
    right: -10px;

    border-radius: 50px;
    width: 22px;
    height: 22px;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-header .top-navigation .phno {
    background: linear-gradient(90deg, #3b1347 0%, #6c206d 111.81%);
    box-shadow: 0px 8px 23px rgba(59, 19, 71, 0.23);
    border-radius: 100px;
    padding: 14px 28px 14px 20px;
    color: var(--white);
    margin: 14px;
}

.section-header .top-navigation .phno svg {
    vertical-align: -7px;
}

.section-header .top-navigation .submenu {
    background: var(--primary-color);
    position: absolute;
    width: 200px;
    color: var(--white);
    display: none;
}

.section-header .top-navigation .submenu ul {
    flex-flow: column;
}

.section-header .top-navigation .submenu li + li {
    border-top: solid 1px var(--secondary-color);
}

.section-header .top-navigation .submenu a {
    padding: 10px;
    display: block;
    text-align: left;
}

.section-header .top-navigation > ul > li:hover .submenu {
    display: block;
}

.section-banner .ban {
    /*	min-height: 100vh;*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    height: 530px;
}

.section-banner .container {
    position: relative;
}

.section-banner .ban-txt {
    color: var(--paragraph-color);
    font-size: 16px;
    padding-top: 10%;
}

.section-banner .ban-txt img {
    width: auto !important;
    max-width: 100%;
    display: inline-block;
}

.section-banner .bantxt-container {
    display: flex;

    justify-content: flex-end !important;
}

.section-banner .bantxt-container .left {
    max-width: 550px;
    background: rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding: 25px;
    color: #fff;
    border-radius: 5px;
}

.section-banner .bantxt-container .left h4 {
    margin: 0;
    padding: 0;
    font-size: 28px;
    margin-bottom: 10px;
}

.custom1 .owl-dots {
    position: absolute;
    z-index: 9;
    bottom: 60px;
    left: 50%;
    transform: translate(-50%, 0);
}

.car-videos .owl-dots {
    text-align: center;
}

.custom1 .owl-dots .owl-dot,
.car-videos .owl-dots .owl-dot {
    width: 10px;
    height: 11px;
    border: solid 2px var(--red);
    margin: 3px;
    border-radius: 40px;
}

.custom1 .owl-dots .owl-dot.active,
.car-videos .owl-dots .owl-dot.active {
    background: var(--red);
}

.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}

.owl-carousel .caption {
    text-align: center;
}

.block-iso {
    background: #ecf5fa;
    padding: 3% 0;
}

.block-iso .img-iso {
    border-right: solid 1px #bcbcbc;
    padding-right: 30px;
}

.block-iso .content {
    padding-left: 30px;
}

.block-contact {
    padding: 3% 0;
}

.block-padtb {
    padding: 3% 0;
}

.contact-form {
    background: var(--red);
    padding: 25px;
    color: var(--white);
    margin-top: -160px;
    position: relative;
    z-index: 9;
    border-radius: 5px;
}

.contact-form .form-group {
    margin-bottom: 15px;
}

.contact-form .form-group .form-control {
    padding: 14px;
    border: 0;
}

.contact-form .heading-l {
    margin: 0;
}

.block-ourdepartment {
    padding: 3% 0 0;

    .dprtmts {
        padding-bottom: 40px;
    }
}

.block-ourdepartment .heading-l {
    margin-bottom: 10px;
}

.block-ourdepartment ul,
.block-ourdepartment li {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 15px;
}

.block-ourdepartment li {
    width: 30%;
    display: inline-block;
}

.block-ourdepartment li a {
    display: flex;
    padding: 4px 10px;
    background: #fff;
    height: 100%;
    box-shadow: 0px 0px 36px rgb(16 40 81 / 12%);
    border-radius: 10px;
    margin: 4px;
    border: solid 1px #fff;
    color: #333;
    text-align: center;
    font-size: 11px;
    align-items: center;
    /* justify-content: center; */
    line-height: 17px;
    flex-flow: column;

    img {
        margin: 10px 0;
        max-width: 45px;
    }
}

.block-ourdepartment li a:hover {
    border: solid 1px var(--red);
}

.block-stats {
    background: url(../images/bg-stats.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    padding: 4% 0;
    color: var(--white);
    text-transform: uppercase;
    text-align: center;
}

.block-stats .stat-counter {
    font-size: 48px;
    text-transform: none;
}

.block-stats .stat-counter strong {
    font-weight: normal;
}

.block-stats .icon-stats {
    background: url(../images/icon-stats.png) no-repeat left top;
    background-size: auto;
    display: inline-block;
    width: 78px;
    height: 78px;
}

.block-stats .icon-stats.ico-doc {
    background-position: 0 top;
}

.block-stats .icon-stats.ico-dep {
    background-position: -228px top;
}

.block-stats .icon-stats.ico-ot {
    background-position: -469px top;
}

.block-stats .icon-stats.ico-bloodbank {
    background-position: -707px top;
}

.block-stats .icon-stats.ico-ambserv {
    background-position: -957px top;
}

.block-imggallery .heading-l {
    margin-bottom: 10px;
}

.block-specialist {
    padding: 3% 0;
}

.block-specialist .card {
    border: 0;
}

.block-specialist .info {
    padding-top: 10px;
    min-height: 160px;
}

.block-specialist .info .name {
    font-size: 23px;
    font-weight: bold;
}

.block-specialist .info .specialization {
    color: var(--red);
    padding-bottom: 3px;
}

.block-specialist .info .exp {
    padding-bottom: 3px;
}

.block-specialist .btn-group {
    margin-top: 15px;
}

.block-specialist .btn {
    padding: 10px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}

.block-specialist .card-img {
    border-radius: 0;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    filter: grayscale(1);
    transition: 0.4s;
}

.block-specialist .card:hover .card-img {
    filter: grayscale(0);
}

.block-specialist .car-specialist {
    margin-top: 40px;
}

.block-specialist .car-specialist .owl-nav button.owl-next,
.block-specialist .car-specialist .owl-nav button.owl-prev {
    background: rgba(0, 0, 0, 0.6);
    width: 30px;
    height: 35px;
    position: absolute;
    top: 35%;
    transform: translate(0, -50%);
    font-size: 30px;
    line-height: 30px;
    color: #fff;
}

.block-specialist .car-specialist .owl-nav button.owl-next {
    right: 0;
}

.block-testimonial {
    background: url(../images/bg-testi.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    padding: 4% 0;
    color: var(--white);
}

.block-testimonial .by {
    display: flex;
    align-items: center;
}

.block-testimonial .by img {
    width: 58px;
    height: 58px;
    object-fit: cover;
    border-radius: 50px;
    margin-right: 15px;
}

.block-testimonial .by .name span {
    display: block;
    font-size: 14px;
    color: var(--blue);
}

.block-blog {
    padding: 3% 0;
}

.block-blog .row {
    margin-right: -30px;
    margin-left: -30px;
}

.block-blog .col-12 {
    padding-right: 30px;
    padding-left: 30px;
}

.block-blog .post > img {
    border-radius: 45px;
    width: 333px;
    height: 190px;
    object-fit: cover;
    margin-bottom: 20px;
}

.block-blog .post h6 {
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.block-blog .post .b-content {
    line-height: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.block-blog .post .by {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.block-blog .post .by img {
    width: 58px;
    height: 58px;
    object-fit: cover;
    border-radius: 50px;
    margin-right: 15px;
}

.block-blog .post .by .name {
    font-size: 18px;
    font-weight: bold;
}

.block-blog .post .by .name span {
    display: block;
    font-size: 14px;
    color: #7b7b7b;
}

.block-blog .blog-row {
    margin-top: 40px;
}

.block-events {
    background: #ecf5fa;
    padding: 3% 0;
}

.block-events .row {
    margin-right: -30px;
    margin-left: -30px;
}

.block-events .col-12 {
    padding-right: 30px;
    padding-left: 30px;
}

.block-events .event {
    position: relative;
}

.block-events .event img {
    border-radius: 45px;
    width: 100%;
    height: 306px;
    object-fit: cover;
}

.block-events .event:before,
.block-events .event:after,
.block-videos .event:before,
.block-videos .event:after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.block-videos .event:before,
.block-videos .event:after {
    top: calc(50% - 30px);
}

.block-events .event:before,
.block-videos .event:before {
    content: "\f144";
    font-family: fontAwesome;
    color: var(--red);
    font-size: 60px;
    z-index: 9;
}

.block-events .event:after,
.block-videos .event:after {
    background: var(--white);
    content: " ";
    display: block;
    width: 30px;
    height: 30px;
}

.block-events .event .details {
    background: rgba(0, 0, 0, 0.6);
    padding: 15px 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: var(--white);
    border-radius: 0px 0px 45px 45px;
    font-size: 14px;
}

.block-events .event .details .event-info {
    display: flex;
    justify-content: space-between !important;
    align-items: center;
}

.block-events .event .details .event-info strong {
    font-size: 16px;
}

.block-events .event .details .event-info span {
    display: block;
    font-style: italic;
    font-size: 14px;
    color: var(--blue);
}

.block-events .event .details .event-info button span {
    display: inline-block;
    color: var(--white);
}

.block-events .event .details .info {
    padding-top: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.block-videos {
    background: #ecf5fa;
    padding: 3% 0;
}

.block-videos .row {
    margin-right: -30px;
    margin-left: -30px;
}

.block-videos .col {
    padding-right: 30px;
    padding-left: 30px;
}

.block-videos .event {
    position: relative;
}

.block-videos .event img {
    border-radius: 45px;
    width: 100%;
    height: 306px;
    object-fit: cover;
}

.block-videos .event .details {
    padding: 15px;
}

.responsive-videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
}

.responsive-videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cus-modal .modal-content {
    border-radius: 15px;
}

.block-abt {
    padding: 4% 0;
    border-bottom: solid 1px #e0e0e0;
    line-height: 30px;
}

.block-ourdpnt {
    padding: 3% 0;
}

.block-ourdpnt .row {
    margin-right: -30px;
    margin-left: -30px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.block-ourdpnt .col {
    padding-right: 30px;
    padding-left: 30px;
}

.block-ourdpnt .row:nth-child(even) {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.block-ourdpnt .row .txtclamp {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px;
}

.block-customservice {
    background: url("../images/bg-red.jpg") no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 3% 0;
    color: var(--white);
    text-align: center;
}

.block-customservice p {
    font-size: 30px;
}

.map-canvas {
    width: 95%;
    height: 420px;
    margin: 0;
    border-radius: 45px;
    border: solid 1px #c4c4c4;
}

.form-contactus .form-control {
    background: #e0e0e0;
}

.row-btn {
    text-align: center;
    padding-top: 30px;
}

.btn-white-o {
    border: 0;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    transition: 0.2s;
    box-shadow: inset 0 0 0 2px var(--white);
}

.btn-white-o:hover {
    border: 0;
    color: #e08ae1;
}

.txt-light {
    color: #7a7a7a;
}

.block-hcnu {
    background: #c0c0c0 url(../images/bg-sec2.webp) no-repeat center;
    background-size: cover;
    padding: 60px 0;
    text-align: center;
}

.block-hcnu .card {
    border-radius: 30px;
    overflow: hidden;
    border: 0;
    margin-top: 25px;
    cursor: pointer;
}

.block-hcnu .card .card-body {
    padding: 20px;
    min-height: 75px;
    line-height: 19px;
    font-size: 14px;
}

.block-facilities {
    padding: 3% 0;
    border-bottom: solid 1px #e0e0e0;
}

.block-facilities .oftab {
    display: flex;
    width: 100%;
    text-align: left;
    background: #e0e0e0;
    align-items: center;
}

.block-facilities .oftab:not(.collapsed) {
    background: var(--blue);
    color: var(--white);
}

.block-facilities .oftab strong {
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
}

.block-facilities .oftab small {
    display: block;
    font-size: 12px;
}

.block-facilities .oftab .ico {
    background: url(../images/sprite-icon.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 35px;
    height: 35px;
    margin: 0 10px 0 5px;
}

.block-facilities .oftab img {
    margin-right: 15px;
}

.block-facilities .oftab .ico.ico-ot {
    background-position: -3px -1px;
}

.block-facilities .oftab:not(.collapsed) .ico.ico-ot {
    background-position: -3px -42px;
}

.block-facilities .oftab .ico.ico-icu {
    background-position: -316px -1px;
}

.block-facilities .oftab:not(.collapsed) .ico.ico-icu {
    background-position: -316px -42px;
}

.block-facilities .oftab .ico.ico-bbank {
    background-position: -236px -1px;
}

.block-facilities .oftab:not(.collapsed) .ico.ico-bbank {
    background-position: -236px -42px;
}

.block-facilities .oftab .ico.ico-diag {
    background-position: -165px -1px;
}

.block-facilities .oftab:not(.collapsed) .ico.ico-diag {
    background-position: -165px -42px;
}

.block-facilities .oftab .ico.ico-otherservice {
    background-position: -85px -1px;
}

.block-facilities .oftab:not(.collapsed) .ico.ico-otherservice {
    background-position: -85px -42px;
}

.block-facilities .tab-content {
    border: solid 1px var(--blue);
    padding: 20px;
    border-radius: 8px;
}

.block-facilities .row {
    margin-top: 20px;
    margin-bottom: 20px;
}

.block-search {
    background: var(--red);
    color: var(--white);
    padding: 20px 0;
}

.block-specialists {
    padding: 3% 0;
    border-bottom: solid 1px #e0e0e0;
}

.block-specialists .card {
    border: 0;
}

.block-specialists .card .card-img {
    border-radius: 14px;
}

.block-specialists .info {
    padding-top: 10px;
    min-height: 140px;
}

.block-specialists .row {
    margin-right: -30px;
    margin-left: -30px;
}

.block-specialists .col {
    padding-right: 30px;
    padding-left: 30px;
    margin-bottom: 40px;
}

.block-specialists .info .name {
    font-size: 23px;
    font-weight: bold;
}

.block-specialists .info .specialization {
    color: var(--red);
    padding-bottom: 3px;
    font-style: italic;
}

.block-specialists .info .exp {
    padding-bottom: 3px;
}

.block-specialists .card button {
    text-transform: uppercase;
    font-weight: bold;
    box-shadow: inset 0 0 0 1px;
}

.block-specialists .card button + button {
    margin-top: 8px;
}

.block-services {
    padding: 3% 0;
}

.block-job-listing {
    padding: 3% 0;
}

.block-job-listing .job-list {
    padding: 2.5% 0;
}

.block-job-listing .job-list + .job-list {
    border-top: solid 1px #dee2e6;
}

.block-job-listing .job-list > div {
    padding-top: 4px;
    padding-bottom: 4px;
}

.featured-thumb img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.bdr-b {
    border-bottom: solid 1px #dfcce4;
}

.para-points,
.para-points li {
    position: relative;
}

.para-points li {
    padding-left: 60px;
    position: relative;
}

.para-points li span {
    position: absolute;
    left: 0;
    top: -3px;
    background: #3b1347;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    text-align: center;
    line-height: 40px;
}

.para-points li + li {
    margin-top: 25px;
}

.car-schoolhealth {
    margin: 30px 0 0 0;
}

.block-wts,
.block-cf {
    margin: 50px 0;
}

.block-wts .heading-l,
.block-cf .heading-l {
    margin-bottom: 20px;
}

.img-rounded {
    border-radius: 30px;
    box-shadow: 0 0 30px rgba(63, 135, 247, 0.2);
}

.txt20 {
    font-size: 20px;
}

.heading-l {
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 25px;
}

.heading-red {
    color: var(--red);
    font-size: 20px;
    margin: 20px 0;
}

.maxW900 {
    max-width: 900px;
}

.sub-heading {
    color: var(--pupple);
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 16px;
}

.body-txt {
    color: var(--paragraph-color);
    font-weight: normal;
    line-height: 1.5;
}

.block-aoi ul,
.block-aoi ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.block-aoi ul {
    margin-top: 20px;
}

.block-aoi ul li {
    padding-left: 25px;
    background: url(../images/bull-arrow-o.png) no-repeat 0px 1px;
}

.block-aoi ul li + li {
    margin-top: 7px;
}

.block-aoi > .row {
    margin: 7% 0;
}

.tbl-comm {
    display: table;
    width: 100%;
}

.tbl-comm .tbl-cell {
    display: table-cell;
    vertical-align: middle;
}

.section-footer {
    background: #111010;
    color: #fff;
}

.section-footer .f-address {
    font-weight: 200;
    font-style: italic;
    margin-top: 15px;
}

.section-footer .footer-links {
    padding: 40px 0;
}

.section-footer .heading-xs {
    color: var(--white);
}

.section-footer .f-links {
    font-size: 14px;
}

.section-footer .f-links ul,
.section-footer .f-links ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.section-footer .f-links ul li {
    padding: 5px 0;
}

.section-footer a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: 0.4s;
}

.section-footer a:hover {
    color: rgba(255, 255, 255, 0.4);
}

.section-footer .f-links ul li a:before {
    content: "\f105";
    font-family: fontawesome;
    margin-right: 7px;
}

.section-footer .contacts {
    font-size: 14px;
    line-height: 20px;
}

.section-footer .fld-subscribe {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 0;
    margin: 10px 0;
    border: 0;
    padding: 10px;
    border-bottom: solid 4px rgba(220, 32, 33, 0.6);
}

.section-footer .fld-subscribe::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--white);
    font-weight: 400;
}

.section-footer .fld-subscribe:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: var(--white);
}

.section-footer .fld-subscribe::-ms-input-placeholder {
    /* Microsoft Edge */
    color: var(--white);
}

.section-footer .footer-copy {
    font-size: 16px;
    text-align: center;

    color: rgba(255, 255, 255, 0.7);
    font-weight: 300;
}

.section-footer .footer-copy {
    border-top: solid 1px rgba(255, 255, 255, 0.1);
    margin-top: 20px;
    padding: 30px 0 0;
}

.section-footer .footer-copy .links {
    text-align: right;
}

.section-footer .footer-copy .links a + a {
    padding: 0 0 0 40px;
}

.section-footer .footer-about {
    font-size: 11px;
    line-height: normal;
    width: 80%;
    max-width: 100%;
}

.btn.btn-social-icon {
    width: 40px;
    height: 40px;
    padding: 0;
}

.social-btns > a {
    display: inline-block;
    background: var(--white);
    color: #252525;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
}

.social-btns > a:hover {
    color: var(--blue);
}

.social-btns {
    margin: 0.5rem 0 !important;
}

.btn.btn-rounded {
    border-radius: 50px;
}

.ham-menu {
    width: 30px;
    cursor: pointer;
    float: right;
    margin: 12px 0;
    display: none !important;
}

.ham-menu span {
    display: block;
    height: 2px;
    margin: 4px 0;
    background: var(--paragraph-color);
    width: 100%;
}

.text-right {
    text-align: right;
}

.section-banner-inner {
    color: var(--white);
    background-size: auto;
    position: relative;
}

.section-banner-inner .ban {
    height: 380px;
    display: flex;
    flex-direction: column;
    background-size: cover;
    background-position: center;
}

.section-banner-inner .ban .ban-txt {
    background: rgba(0, 0, 0, 0.3);
    padding: 10px 0;
    margin-top: auto;
}

.section-banner-inner .ban .ban-txt h2 {
    font-size: 32px;
    margin: 0 !important;
}

.section-banner-inner .ban .ban-txt .breadcrumb,
.section-banner-inner-s .ban .ban-txt .breadcrumb {
    margin: 0;
}

.section-banner-inner .ban .ban-txt .breadcrumb a,
.section-banner-inner-s .ban .ban-txt .breadcrumb a {
    color: #92ddff;
}

.section-banner-inner .ban .ban-txt .breadcrumb .breadcrumb-item.active,
.section-banner-inner-s .ban .ban-txt .breadcrumb .breadcrumb-item.active {
    color: #fff;
    text-overflow: ellipsis;
    max-width: 270px;
    overflow: hidden;
    white-space: nowrap;
}

.section-banner-inner-s {
    color: var(--white);
    background: var(--blue);
    position: relative;
    padding: 20px 0;
}

.section-body {
    min-height: calc(100vh - 200px);
}

.block-whoweare {
    background: var(--bg-gray);
    border-radius: 30px;
    padding: 50px;
}

.block-whoweare ul,
.block-whoweare ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

.block-whoweare ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.block-whoweare ul li {
    width: 50%;
    padding: 4px 4px 4px 28px;
    position: relative;
    margin: 2px 0;
}

.block-whoweare ul li:before {
    content: "";
    background: url(../images/bull-arrow-o.png) no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    left: 0;
    top: 6px;
}

.block-vision {
    padding: 50px;
}

.abt-profile {
    width: 100%;
}

.fitVids-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.fitVids-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modal .btn-close {
    background-color: var(--white);
    color: var(--white);
    position: absolute;
    right: -15px;
    top: -15px;
    opacity: 1;
    padding: 10px;
    z-index: 9;
    border-radius: 50px;
}

.block-associates {
    background: var(--white);
    margin: 0 80px;
    padding: 25px 40px;
    position: relative;
    z-index: 2;
    text-align: center;
}

.block-associates img {
    width: auto !important;
    display: inline-block !important;
}

.ban-inner .ban-txt {
    padding: 60px 0;
}

.section-banner .ban-inner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 80px;
}

.card-courses {
    border-radius: 10px;
    font-size: 14px;
    background: #eee;
    border: 0;
    box-shadow: 0px 20px 24px rgba(59, 19, 71, 0.03);
    margin: 10px;
}

.card-courses .card-body {
    padding: 25px;
    position: relative;
    z-index: 1;
}

.card-courses .card-body .card-text {
    min-height: 85px;
}

.card-courses .card-title {
    padding: 20px 25px;
    position: absolute;
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
    bottom: 100%;
    left: 0;
    margin: 0;
}

.card-courses .card-img,
.card-courses .card-img-top {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

/*//////////////////////////////////////////////////////////////////
[ Contact 1 ]*/

.contact1 {
    width: 100%;
    min-height: 100%;

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.container-contact1 {
    background: var(--bg-gray);
    border-radius: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 90px 130px 88px 148px;
}

/*------------------------------------------------------------------
[  ]*/
.contact1-pic {
    width: 296px;
}

.contact1-pic img {
    max-width: 100%;
}

/*------------------------------------------------------------------
[  ]*/
.contact1-form {
    width: 500px;
}

.contact1-form-title {
    display: block;
    font-size: 24px;
    color: #333333;
    line-height: 1.2;
    text-align: center;
    padding-bottom: 44px;
}

input.input1 {
    height: 50px;
    border-radius: 25px;
    padding: 0 30px;
    border: 0;
}

input.input1 + .shadow-input1 {
    border-radius: 25px;
}

textarea.input1 {
    min-height: 150px;
    border-radius: 25px;
    padding: 12px 30px;
    border: 0;
}

textarea.input1 + .shadow-input1 {
    border-radius: 25px;
}

/*---------------------------------------------*/
.wrap-input1 {
    position: relative;
    width: 100%;
    z-index: 1;
    margin-bottom: 20px;
}

.input1 {
    display: block;
    width: 100%;
    background: #e6e6e6;
    font-size: 15px;
    line-height: 1.5;
    color: #666666;
}

.shadow-input1 {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 0px 0px;
    color: rgba(108, 32, 109, 0.5);
}

.input1:focus + .shadow-input1 {
    -webkit-animation: anim-shadow 0.5s ease-in-out forwards;
    animation: anim-shadow 0.5s ease-in-out forwards;
}

@-webkit-keyframes anim-shadow {
    to {
        box-shadow: 0px 0px 80px 30px;
        opacity: 0;
    }
}

@keyframes anim-shadow {
    to {
        box-shadow: 0px 0px 80px 30px;
        opacity: 0;
    }
}

/*---------------------------------------------*/
.container-contact1-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.contact1-form-btn {
    min-width: 193px;
    height: 50px;
    border-radius: 25px;
    background: #57b846;
    font-size: 15px;
    line-height: 1.5;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 25px;

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.contact1-form-btn i {
    margin-left: 7px;

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.contact1-form-btn:hover {
    background: #333333;
}

.contact1-form-btn:hover i {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
}

.car-specialist .owl-dots,
.car-testi .owl-dots {
    text-align: center;
    padding: 20px 0;
}

.car-specialist .owl-dots .owl-dot,
.car-testi .owl-dots .owl-dot {
    width: 10px;
    height: 11px;
    border: solid 2px var(--red);
    margin: 3px;
    border-radius: 40px;
}

.car-specialist .owl-dots .owl-dot.active {
    background: var(--red);
}

.car-testi .owl-dots .owl-dot {
    border: solid 2px var(--white);
}

.car-testi .owl-dots .owl-dot.active {
    background: var(--white);
}

.block-abtdep {
    padding: 3% 0;
}

.block-serviceprovided {
    padding: 3% 0;
    background: #f8f8f8;
}

.block-serviceprovided ul,
.block-serviceprovided li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.block-serviceprovided ul {
    display: flex;
    flex-flow: wrap;
}

.block-serviceprovided li {
    width: 50%;
    padding: 4px 0;
}

.block-serviceprovided li:before {
    content: "\f00c";
    font-family: fontAwesome;
    display: inline-block;
    margin-right: 10px;
    background: var(--blue);
    color: var(--white);
    border-radius: 30px;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 12px;
    vertical-align: middle;
    line-height: 20px;
}

.block-form-appointment {
    padding: 3% 0;
}

.contact-info {
    padding-bottom: 10px;
}

.contact-info .block-ci strong {
    display: block;
}

.contact-info .block-ci {
    padding-bottom: 20px;
    padding-left: 45px;
    position: relative;
}

.contact-info .block-ci i {
    color: var(--red);
    font-size: 30px;
    position: absolute;
    left: 0;
    top: 3px;
    text-align: center;
    width: 30px;
}

.block-contact .cu-form {
    background: #ececec;
    padding: 35px;
    border-radius: 45px;
}

.block-contact .cu-form .form-contactus .form-control {
    background: var(--white);
    padding: 0.775rem 0.75rem;
}

.block-blogdetails,
.block-tests {
    padding: 3% 0;
}

.block-blogdetails article {
    border: 1px solid #eeeeee;
    padding: 20px;
    border-radius: 15px;

    margin-bottom: 40px;
}

.block-blogdetails .single-wrap .single-inner {
    display: block;
    width: 100%;
    padding: 0px 40px;
}

.block-blogdetails .single-wrap .single-inner-content {
    margin-top: -75px;
    background: #fff;
    position: relative;
    border-top: 5px solid var(--blue);
    padding: 20px;
    max-width: 100%;
}

.block-blogdetails .entry-footer {
    font-size: 14px;
    display: block;
}

.block-blogdetails .entry-footer span {
    margin-right: 15px;
}

.block-blogdetails .entry-meta > span::before,
.block-blogdetails .entry-footer > span::before,
.block-blogdetails .single-post-meta > span::before {
    display: inline-block;
    font-family: FontAwesome;
    height: 15px;
    margin-right: 8px;
    content: "";
    color: #2fa3ad;
}

.block-blogdetails .entry-footer .posted-on::before {
    content: "\f073";
}

.block-blogdetails .entry-footer .byline::before {
    content: "\f007";
}

.block-blogdetails .entry-footer > .cat-links::before {
    content: "\f07c";
}

.block-blogdetails .entry-footer .tags-links::before {
    content: "\f02c";
}

.page-content,
.entry-content,
.entry-summary {
    margin: 15px 0 0;
}

.block-blogdetails .comments-area {
    margin: 40px 0;
}

.block-blogdetails .sidebar .widget {
    border: 1px solid #eeeeee;
    margin: 0 0 30px;
    padding: 20px;
    display: block;
    border-radius: 15px;
}

.block-blogdetails .recent-post ul,
.recent-post li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.block-blogdetails .recent-post li + li {
    border-top: solid 1px #d6d6d6;
}

.block-blogdetails .recent-post li a {
    padding: 10px 0 10px 15px;
    display: block;
    position: relative;
}

.block-blogdetails .recent-post li a:before {
    content: "\f101";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
}

.block-blogdetails .post .by {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.block-blogdetails .post .by img {
    width: 58px;
    height: 58px;
    object-fit: cover;
    border-radius: 50px;
    margin-right: 15px;
}

.block-blogdetails .post .by .name {
    font-size: 18px;
    font-weight: bold;
}

.block-blogdetails .post .by .name span {
    display: block;
    font-size: 14px;
    color: #7b7b7b;
}

/*Gallery*/

.gallery {
    display: flex;
    padding: 2px;
    transition: 0.3s;
    flex-wrap: wrap;
}

.gallery:hover .gallery__image {
    filter: grayscale(1);
}

.gallery__column {
    display: flex;
    flex-direction: column;
    width: 25%;
}

.gallery__link {
    margin: 5px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

.gallery__link:hover .gallery__image {
    filter: grayscale(0);
}

.gallery__link:hover .gallery__caption {
    opacity: 1;
}

.gallery__link:hover:before {
    content: "\f08e";
    font-size: 25px;
    font-family: fontAwesome;
    color: var(--white);
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    padding: 10px;
    line-height: 25px;
}

.gallery__thumb {
    position: relative;
    margin: 0 !important;
}

.gallery__image {
    display: block;
    width: 100%;
    transition: 0.3s;
}

.gallery__image:hover {
    transform: scale(1.1);
}

.gallery__thumb img {
    object-fit: cover;
    vertical-align: middle;
    height: 220px;
}

.gallery__caption {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 25px 15px 15px;
    width: 100%;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    color: white;
    opacity: 0;
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.5) 0%,
        rgba(255, 255, 255, 0) 100%
    );
    transition: 0.3s;
}

.block-gallery {
    padding: 3% 0;
}

.block-event-details {
    padding: 3% 0;
}

.block-event-details .edate {
    color: #6f6f6f;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.block-event-details .edate span {
    display: inline-block;
    margin-right: 15px;
    border: solid 1px #d6d6d6;
    padding: 20px 0;
    border-radius: 10px;
    align-items: center;
    text-align: center;
    line-height: 22px;
    flex: 1;
    vertical-align: middle;
}

.block-event-details .edate span i {
    display: block;
    font-size: 25px;
    margin-bottom: 10px;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
    background: #111;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.terms {
    background: var(--bg-gray);
    padding: 20px;
    font-size: 12px;
    margin-top: 30px;
}

.terms h5 {
    font-size: 16px;
}

.car-abtlogos img {
    width: auto !important;
    max-height: 100%;
}

.car-abtlogos .logo {
    background: var(--white);
    padding: 8px;
    height: 105px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-banner .ban img {
    display: none;
}

/*Lightbox*/

.lcl_fade_oc.lcl_pre_show #lcl_overlay,
.lcl_fade_oc.lcl_pre_show #lcl_window,
.lcl_fade_oc.lcl_is_closing #lcl_overlay,
.lcl_fade_oc.lcl_is_closing #lcl_window {
    opacity: 0 !important;
}

.lcl_fade_oc.lcl_is_closing #lcl_overlay {
    -webkit-transition-delay: 0.15s !important;
    transition-delay: 0.15s !important;
}

.block-tests .card {
    margin-bottom: 20px;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.05);
    transition: 0.4s;
}

.block-tests .card:hover {
    background: #f6f6f6;
    cursor: pointer;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
}

.block-tests .test-name {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    min-height: 89px;
}

.block-tests .test-name .l {
    border: solid 1px #ddd;
    padding: 15px 10px;
    border-radius: 4px;
    width: 70px;
    text-align: center;
    margin-right: 15px;
    position: relative;
    overflow: hidden;
}

.block-tests .test-name .l img {
    width: 45px;
}

.block-tests .test-name .l.pkg {
    border-color: #1090cb;
    padding: 7.5px 10px 22.5px;
}

.block-tests .test-name .l.pkg span {
    position: absolute;
    text-transform: uppercase;
    font-size: 11px;
    color: #1090cb;
    font-weight: bold;
    left: 0;
    bottom: 0;
    text-align: center;
    background: #cbeeff;
    right: 0;
    line-height: 11px;
    padding: 3px 2px 2px;
}

.block-tests .test-name .r h5 {
    margin-bottom: 5px;
    font-size: 18px;
}

.block-tests .test-name .r p {
    margin: 0;
}

.block-tests .test-name .bv-badge {
    color: #198754;
    font-weight: bold;
    font-size: 11px;
}

.block-tests .category {
    font-size: 11px;
    background: #fde25d;
    padding: 2px 10px;
    border-radius: 20px;

    display: inline-block;
    line-height: normal;
}

.block-tests .btn-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.block-tests .price {
    margin-bottom: 8px;
}

.block-tests .price strong {
    font-size: 20px;
    vertical-align: middle;
}

.block-tests .price .old {
    color: #a7a6a6;
    text-decoration: line-through;
    font-weight: normal;
    font-size: 12px;
    vertical-align: middle;
}

.block-tests .price .off {
    color: #198754;
    font-weight: bold;
}

.block-tests .price-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.smpl-criteria {
    background: #ecf5fa;
    padding: 20px;
    border-radius: 4px;
    margin: 0 0 30px 0;
}

.smpl-criteria label {
    font-size: 12px;
    display: block;
    font-weight: bold;
}

.smpl-criteria img {
    margin-right: 15px;
    max-width: 40px;
}

.smpl-criteria .row > * {
    display: flex;
    align-items: center;
}

.block-test-details {
    padding: 3% 0;
}

.block-test-details .card {
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.05);
}

.block-test-details .test-name {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    min-height: 89px;
}

.block-test-details .test-name .l {
    border: solid 1px #ddd;
    padding: 15px 10px;
    border-radius: 4px;
    width: 70px;
    text-align: center;
    margin-right: 15px;
    position: relative;
    overflow: hidden;
}

.block-test-details .test-name .l img {
    width: 45px;
    max-width: 100%;
}

.block-test-details .test-name .l.pkg {
    border-color: #1090cb;
    padding: 7.5px 10px 22.5px;
}

.block-test-details .test-name .l.pkg span {
    position: absolute;
    text-transform: uppercase;
    font-size: 11px;
    color: #1090cb;
    font-weight: bold;
    left: 0;
    bottom: 0;
    text-align: center;
    background: #cbeeff;
    right: 0;
    line-height: 11px;
    padding: 3px 2px 2px;
}

.block-test-details .test-name .r h5 {
    margin-bottom: 5px;
    font-size: 18px;
}

.block-test-details .test-name .r p {
    margin: 0;
}

.block-test-details .test-name .bv-badge {
    color: #198754;
    font-weight: bold;
    font-size: 11px;
}

.block-test-details .price {
    margin-bottom: 8px;
}

.block-test-details .price strong {
    font-size: 20px;
    vertical-align: middle;
}

.block-test-details .price .old {
    color: #a7a6a6;
    text-decoration: line-through;
    font-weight: normal;
    font-size: 12px;
    vertical-align: middle;
}

.block-test-details .price .off {
    color: #198754;
    font-weight: bold;
}

.block-test-details .price-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.list-testscroll {
    max-height: 360px;
    overflow-y: auto;
    border: solid 1px #ddd;
    border-radius: 5px;
    margin: 20px 0;
    padding: 20px 0;
}

.list-testscroll li {
    padding: 2px 0;
}

.list-testscroll li > ul {
    margin: 5px 0;
}

.abttest {
    background: #f6f6f6;
    padding: 20px;
    margin: 20px 0;
    max-height: 200px;
    overflow-y: auto;
}

.abttest p {
    font-size: 14px;
}

.time-required,
.preparation {
    display: flex;

    border-bottom: solid 1px #f1f1f1;
    align-items: center;
    padding: 0 0 15px 0;
    margin-bottom: 15px;
}

.time-required {
    border-top: solid 1px #f1f1f1;
    padding-top: 15px;
}

.preparation {
    color: #ff637b;
}

.preparation i {
    margin-right: 10px;
}

.time-required span {
    display: block;
    font-size: 12px;
}

.time-required img {
    margin-right: 10px;
}

.ltd-cart {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ltd-cart .r {
    text-align: right;
}

.ltd-cart .price {
    margin: 0;
}

.block-sc {
    background: #ffe5e5;
    margin-bottom: 15px;
    color: rgb(255, 82, 87);
}

.block-sc .card-body {
    padding: 10px;
    display: flex;
    align-items: center;
}

.block-sc .card-body span {
    display: block;
    font-size: 12px;
}

.block-sc .card-body img {
    margin-right: 10px;
    height: 40px;
}

.cart-item {
    display: flex;
    justify-content: space-between;
    border-bottom: solid 1px #e7e7e7;
    margin-bottom: 15px;
}

.cart-item .test-name {
    min-height: auto;
}

.cart-item .time-required {
    border: 0;
    padding: 0;
    margin: 0;
    color: #6f6f6f;
}

.cart-item .time-required i {
    color: #ff637b;
}

.cart-item .off {
    background: #1090cb;
    color: #fff !important;
    font-size: 11px;
    padding: 1px 10px;
    border-radius: 10px;
}

.cart-item .del-item {
    position: absolute;
    color: #ccc;
    right: 18px;
    cursor: pointer;
    transition: 0.4s;
}

.cart-item .del-item:hover {
    color: #ff637b;
}

.car-alsoadd {
    padding: 0 15px;
}

.car-alsoadd .card-body {
    padding: 10px;
    font-size: 14px;
}

.car-alsoadd .test-name .l.pkg span {
    font-size: 8px;
}

.car-alsoadd .test-name .r h5 {
    font-size: 16px;
}

.car-alsoadd .price strong {
    font-size: 18px;
}

.car-alsoadd .owl-prev,
.car-alsoadd .owl-next {
    position: absolute;
    transform: translate(0, -50%);
    font-size: 30px !important;
}

.car-alsoadd .owl-prev {
    left: -5px;
    top: 50%;
}

.car-alsoadd .owl-next {
    right: -5px;
    top: 50%;
}

.car-alsoadd .btn-red {
    padding: 6px 20px;
    font-size: 14px;
}

.charges .row-price {
    padding: 5px 0;
    display: flex;
    justify-content: space-between;
}

.charges .row-price.exchargex {
    color: #198754;
}

.charges .row-price.total {
    font-size: 18px;
    border-top: solid 1px #e7e7e7;
    margin-top: 10px;
    padding-top: 10px;
    font-weight: bold;
}

.charges .you-save {
    background: #ebfff5;
    border: 1px solid #88efd3;
    padding: 8px;
    font-size: 12px;
    border-radius: 4px;
    margin-top: 20px;
    color: #198754;
}

.charges .you-save img {
    margin-right: 5px;
    width: 25px;
}

.modal .addressline {
    border: solid 1px #dedede;
    padding: 10px;
    margin: 4px 0;
    display: block;
    border-radius: 4px;
}

.modal .addressline input:checked + span {
    font-weight: bold;
}

.modal .or {
    position: relative;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    margin: 10px 0;
}

.modal .or:before,
.modal .or:after {
    content: "";
    display: block;
    height: 1px;
    background: #ddd;
    width: 100%;
}

.modal .or span {
    background: #ddd;
    height: 25px;
    width: 25px;
    border-radius: 50px;
    flex-shrink: 0;
    text-transform: uppercase;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-address {
    background: #ebfff5;
    border: 1px solid #88efd3;
    margin-bottom: 15px;
}

.cart-address .card-body {
    display: flex;

    align-items: flex-start;
}

.cart-address i {
    margin: 5px 10px 0 0;
}

.group-select {
    display: flex;
    justify-content: space-between;
}

.group-select select {
    width: 50%;
    margin-right: 10px;
    appearance: none;
    background: url("data:image/svg+xml,%3Csvg fill='%23000000' height='10px' width='10px' version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 330 330' xml:space='preserve'%3E%3Cpath id='XMLID_225_' d='M325.607,79.393c-5.857-5.857-15.355-5.858-21.213,0.001l-139.39,139.393L25.607,79.393 c-5.857-5.857-15.355-5.858-21.213,0.001c-5.858,5.858-5.858,15.355,0,21.213l150.004,150c2.813,2.813,6.628,4.393,10.606,4.393 s7.794-1.581,10.606-4.394l149.996-150C331.465,94.749,331.465,85.251,325.607,79.393z'/%3E%3C/svg%3E%0A")
        no-repeat;
    background-position: right 10px center;
}

.list-upi {
    padding: 10px 0;
}

.list-upi .upi {
    border: solid 1px #ddd;
    padding: 2px 10px;
    cursor: pointer;
    border-radius: 30px;
    color: #000;
    display: inline-block;
    margin-right: 5px;
    font-size: 14px;
    background-color: #f6f6f6;
}

.list-upi .upi:hover {
    border-color: #1090cb;
}

.row-wallet {
    padding: 10px 0;
    border-bottom: solid 1px #ddd;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.row-wallet img {
    width: 40px;
    margin-right: 10px;
}

.cod {
    display: flex;
    justify-content: space-between;
    padding: 1rem 1.25rem;
}

.list-banks,
.list-banks li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.list-banks li {
    border: solid 1px #ddd;
    padding: 5px 8px;
    border-radius: 4px;
    margin: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.list-banks li a {
    color: inherit;
}

.list-banks {
    display: flex;
    flex-wrap: wrap;
}

.list-banks li img {
    width: 40px;
}

.cards {
    float: right;
}

.cards img {
    height: 30px;
    opacity: 0.4;
}

.sec-order-status ul,
.sec-order-status li {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.sec-order-status ul {
    padding-left: 30px;
}

.sec-order-status ul:before {
    content: "";
    display: block;
    width: 4px;
    background: #198754;
    opacity: 0.2;
    top: 28px;
    bottom: 28px;
    position: absolute;
    left: 0;
}

.sec-order-status li {
    display: flex;
    justify-content: space-between;

    padding: 10px;
    border-radius: 4px;
    align-items: center;
    min-height: 57px;
}

.sec-order-status li + li {
    margin-top: 10px;
}

.sec-order-status li:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 10px;
    background: #198754;
    position: absolute;
    left: -31.5px;
}

.sec-order-status li.completed {
    border: solid 1px #ddd;
    box-shadow: 2px 2px 3px #dfdfdf;
}

.sec-order-status li.completed:before {
    content: "";
    background: #198754
        url('data:image/svg+xml,<svg style="enable-background:new 0 0 36 36;" version="1.1" viewBox="0 0 36 36" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><style type="text/css">.st0{fill:%23ffffff;}.st1{fill:none;stroke:%23ffffff;stroke-width:2.0101;stroke-linejoin:round;stroke-miterlimit:10;}.st2{fill:%23ffffff;}.st3{fill-rule:evenodd;clip-rule:evenodd;fill:%23ffffff;}</style><g id="Layer_1"/><g id="icons"><path class="st0" d="M12.8,28.7l-9.5-9.5c-0.4-0.4-0.4-1.1,0-1.6l1.5-1.5c0.4-0.4,1.1-0.4,1.6,0l7.2,7.2 l16-16c0.4-0.4,1.1-0.4,1.6,0l1.5,1.5c0.4,0.4,0.4,1.1,0,1.6L14.4,28.7C13.9,29.1,13.2,29.1,12.8,28.7z" id="check_x5F_mark_1_"/></g></svg>')
        no-repeat center;
    background-size: 13px;

    width: 20px;
    height: 20px;
    left: -38px;
    box-shadow: 0 0 0 3px #d1e7dd;
}

.sec-order-status li .r {
    font-size: 11px;
    text-align: right;
    color: #8b8a8a;
    width: 50%;
}

.sec-order-status li .r > span {
    display: block;
}

/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 1200px) {
    .contact1-pic {
        width: 33.5%;
    }

    .contact1-form {
        width: 44%;
    }
}

@media (max-width: 992px) {
    .container-contact1 {
        padding: 90px 80px 88px 90px;
    }

    .contact1-pic {
        width: 35%;
    }

    .contact1-form {
        width: 55%;
    }
}

@media (max-width: 768px) {
    .container-contact1 {
        padding: 90px 80px 88px 80px;
    }

    .contact1-pic {
        display: none;
    }

    .contact1-form {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .container-contact1 {
        padding: 90px 15px 88px 15px;
    }

    .sec-order-status {
        margin-bottom: 20px;
    }
}

/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
    position: relative;
}

.alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    max-width: 70%;
    background-color: white;
    border: 1px solid #c80000;
    border-radius: 13px;
    padding: 4px 25px 4px 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 8px;
    pointer-events: none;

    font-family: Montserrat-Medium;
    color: #c80000;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;

    visibility: hidden;
    opacity: 0;

    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.alert-validate::after {
    content: "\f06a";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    color: #c80000;
    font-size: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 13px;
}

.alert-validate:hover:before {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 992px) {
    .alert-validate::before {
        visibility: visible;
        opacity: 1;
    }
}

@media only screen and (max-width: 1366px) {
    .section-banner > img {
        height: 650px;
    }

    .car-gallery .item img {
        height: 225px;
    }
}

@media only screen and (max-width: 1024px) {
    body {
        font-size: 14px;
    }

    .ham-menu {
        display: table-cell !important;
    }

    .section-header {
        padding: 12px 0;
    }

    .section-banner .bantxt-container .left {
        max-width: 370px;
    }

    .section-header .header-links {
        display: none;
        position: fixed;
        background: #f8f8f8;
        right: 0;
        left: 0;
        top: 0;
        bottom: 0;
        padding: 40px 20px;
        text-align: left;
        z-index: 9;
    }

    .section-header .header-links .close-menu {
        display: block;
        position: absolute;
        right: 10px;
        background: #d7d7d7;
        width: 35px;
        height: 35px;
        border-radius: 100px;
        text-align: center;
        top: 15px;
        line-height: 35px;
        font-size: 17px;
    }

    .section-header .header-links > .tbl-comm,
    .section-header .header-links > .tbl-comm > .tbl-cell {
        display: block;
    }

    .section-header .top-navigation {
        padding: 0;
    }

    .section-header .contact {
        padding: 10px;
        background: #f6f6f6;
        margin: 15px 0;
    }

    .section-header .top-navigation a {
        display: block;
        margin: 0;
        padding: 10px;
        color: var(--heading-color);
        text-align: left;
    }

    .section-header .top-navigation li {
        border-bottom: solid 1px #e9e9e9;
    }

    .section-header .top-navigation ul {
        display: block;
    }

    .section-header .top-navigation .submenu {
        position: relative;
        width: auto;
    }

    .section-header .top-navigation li:hover a,
    .section-header .top-navigation a:hover,
    .section-header .top-navigation .submenu a,
    .section-header .top-navigation a.active {
        color: #3a8ef6;
    }

    .section-header .btn-col {
        width: auto;
    }

    .section-banner .ban {
        min-height: 0;
        padding-top: 72px;
    }

    .section-banner .ban-inner {
        padding-top: 72px;
    }

    .car-how-we-work .card .card-body {
        min-height: 500px;
    }

    .section-header img {
        max-width: 130px;
    }

    .block-areasofintnterest .card h5 {
        font-size: 18px;
    }

    .block-areasofintnterest .card .card-body {
        min-height: 325px;
    }

    .block-hcnu .card .card-body {
        padding: 10px;
    }

    .para-points li {
        padding-left: 45px;
    }

    .para-points li span {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .block-blog .post h6 {
        font-size: 18px;
    }

    .block-blog .post > img,
    .block-events .event img {
        height: 220px;
    }

    .block-events .event .details {
        padding: 15px;
    }

    .block-events .event .details .event-info .btn-red span {
        display: none;
    }

    .block-events .event .details .event-info strong {
        font-size: unset;
    }

    .section-topbar .cell > span {
        display: none;
    }

    .section-topbar .cell:hover > span {
        display: block;
        position: absolute;
        background: var(--white);
        padding: 3px 10px;
        border-radius: 20px;
        border: solid 1px #e5e5e5;
    }

    .contact-form {
        margin: 0;
    }

    .block-specialist .info .name {
        font-size: 16px;
    }

    .block-specialist .btn {
        font-size: 12px;
    }

    .block-specialist .info {
        min-height: 130px;
    }

    .block-stats .stat-counter {
        font-size: 35px;
    }

    .section-banner .ban {
        height: 350px;
        background-position: left;
    }

    .section-banner .bantxt-container .left {
        padding: 15px;
    }

    .section-banner .ban-txt {
        padding: 0;
    }

    .section-banner .bantxt-container .left h4 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .block-insights h4 {
        font-size: 18px;
        margin: -27px auto auto auto;
        width: 130px;
    }

    .section-banner > img {
        height: 500px;
    }

    .section-banner .ban-txt h3 {
        font-size: 50px;
        line-height: 55px;
        margin-bottom: 5px;
    }

    .car-insights .card .card-body {
        padding: 20px;
    }

    .car-insights .card .card-title {
        font-size: 19px;
    }

    .car-insights .card .card-text {
        margin-bottom: 0;
    }

    .heading-l {
        font-size: 25px;
    }

    .block-about .card-title {
        margin: 0;
    }

    .block-statistics .blue-strap {
        padding: 20px 0;
    }

    .block-statistics .blue-strap .tbl-comm {
        margin: 5px 0;
    }

    .block-statistics .blue-strap .tbl-comm .tbl-cell:first-child {
        width: 130px;
    }

    .block-insights {
        margin-bottom: 20px;
    }

    .get-in-touch {
        margin-top: 30px;
    }

    .block-abtoc {
        margin-bottom: 30px;
    }

    .block-abt .img-abt {
        margin-bottom: 20px;
    }

    .chkpoints {
        padding: 0;
    }

    .section-header .logo-unihelth {
        text-align: right;
        width: 50px;
    }

    .section-header .logo-unihelth img {
        width: 40px !important;
    }

    .block-iso .img-iso {
        border: 0;
        text-align: center;
        padding: calc(var(--bs-gutter-x) * 0.5);
    }

    .block-iso .content {
        text-align: center;
        padding: calc(var(--bs-gutter-x) * 0.5);
    }

    .heading-red {
        margin: 15px 0;
    }

    .block-ourdepartment .dprtmts {
        padding-top: 20px;
        border-top: solid 1px #d7d7d7;
    }

    .contact-form {
        padding: 15px;
    }

    .block-ourdepartment li {
        width: 47%;
        min-height: 110px;
    }

    .block-ourdepartment li a {
        margin: 0;
    }

    .block-padtb,
    .block-iso,
    .block-ourdepartment,
    .block-specialist,
    .block-testimonial,
    .block-blog,
    .block-events,
    .block-contact,
    .block-videos,
    .block-serviceprovided,
    .block-specialists,
    .block-facilities {
        padding: 6% 0;
    }

    .block-blog .post,
    .block-events .event {
        margin-bottom: 30px;
    }

    .block-blog .post {
        padding-bottom: 30px;
        border-bottom: solid 1px #d7d7d7;
    }

    .block-blog .blog-row .blog:last-child .post {
        padding: 0;
        border: 0;
    }

    .section-banner .ban {
        height: 480px;
    }

    .block-stats {
        padding: 0;
    }

    .block-stats .col {
        border: solid 1px #6fa3ba;
        box-sizing: border-box;
        padding: 7%;
    }

    .block-stats .icon-stats {
        background-size: 802px;
        width: 60px;
        height: 60px;
    }

    .block-stats .icon-stats.ico-dep {
        background-position: -176px top;
    }

    .block-stats .icon-stats.ico-ot {
        background-position: -362px top;
    }

    .block-stats .icon-stats.ico-bloodbank {
        background-position: -548px top;
    }

    .block-stats .icon-stats.ico-ambserv {
        background-position: -741px top;
    }

    .c-form {
        margin-top: 30px;
    }

    .map-canvas {
        height: 400px;
        width: 100%;
    }

    .block-serviceprovided li {
        width: 100%;
        padding: 4px 0;
    }

    .block-contact .cu-form {
        margin-top: 25px;
    }

    .contact-info .block-ci {
        padding-left: 60px;
    }

    .contact-info .block-ci i {
        left: calc(var(--bs-gutter-x) * 0.5);
    }

    .block-blogdetails article {
        padding: 10px;
    }

    .block-blogdetails .single-wrap .single-inner {
        padding: 0;
    }

    .block-blogdetails .single-wrap .single-inner-content {
        margin: 0;
        padding: 15px 0;
    }

    .featured-thumb img {
        height: 380px;
    }

    .block-event-details .edate span {
        height: 140px;
    }
}

@media only screen and (max-width: 450px) {
    .custom1 .owl-stage {
        align-items: flex-start;
    }

    .section-banner .ban {
        padding-top: 0;
        height: auto;
        background: none !important;
    }

    .section-banner .ban img {
        object-fit: cover;
        height: 250px;
        object-position: left;
        display: block;
    }

    .section-banner .bantxt-container .left p {
        font-size: 14px;
    }

    .section-banner .ban-txt {
        line-height: normal;
        padding: 0;
    }

    .section-banner .bantxt-container .left h4 {
        font-size: 18px;
        margin-bottom: 2px;
    }

    .custom1 .owl-dots {
        bottom: auto;
        top: 200px;
    }

    .section-header {
        padding: 10px 0;
    }

    .section-banner .container {
        background: #333;
    }

    .section-banner .bantxt-container .left,
    .section-banner .bantxt-container .right {
        width: 100%;
        padding: 15px 0;
        background: #333;
        border-radius: 0;
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
    }

    .section-banner .bantxt-container .right {
        margin-top: 30px;
        text-align: center;
    }

    .heading-m {
        font-size: 22px;
        line-height: 30px;
    }

    .tbl-comm-responsive .tbl-cell {
        display: block;
    }

    .block-areasofintnterest .card .card-body {
        min-height: auto;
        padding: 15px;
    }

    .block-areasofintnterest .card {
        margin-top: 10px;
    }

    .block-areasofintnterest,
    .block-hcnu {
        padding: 20px 0;
    }

    .block-whoweare {
        padding: 20px;
    }

    .block-whoweare ul li {
        width: 100%;
    }

    .block-specialist .info .name {
        font-size: 16px;
    }

    .block-blog .row,
    .block-events .row {
        margin-right: calc(var(--bs-gutter-x) * -0.5);
        margin-left: calc(var(--bs-gutter-x) * -0.5);
    }

    .block-blog .col-12,
    .block-events .col-12 {
        padding-right: calc(var(--bs-gutter-x) * 0.5);
        padding-left: calc(var(--bs-gutter-x) * 0.5);
    }

    .block-blog .post > img,
    .block-events .event img {
        height: 306px;
    }

    .map-canvas {
        width: 100%;
        min-height: 300px;
    }

    .block-facilities .oftab {
        flex-direction: column;
    }

    .block-facilities .oftab strong {
        display: none;
    }

    .block-facilities .oftab:hover strong {
        display: block;
        position: absolute;
        background: var(--white);
        color: #2a2a2a;
        font-size: 12px;
        font-weight: normal;
        text-align: center;
        padding: 2px 5px;
        border-radius: 10px;
        box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
    }

    .block-ourdpnt img {
        margin-bottom: 10px;
    }

    .block-customservice p {
        font-size: 18px;
    }

    .block-blog .blog-row {
        margin-top: 0;
    }

    .block-testimonial button {
        width: 250px;
        margin: 3px;
    }

    .gallery {
        flex-wrap: wrap;
    }

    .gallery__column {
        width: 50%;
    }

    .block-event-details .edate {
        display: block;
    }

    .block-event-details .edate span {
        height: auto;
        display: block;
        padding: 10px;
        margin-bottom: 5px;
        text-align: left;
    }

    .block-event-details .edate span i {
        display: inline-block;
        font-size: inherit;
        margin: 0 7px 0 0;
    }
}

/* Dr. Profile CSS */
.drprofiledetails {
    background: #01259f;
    margin-bottom: 50px;

    .imgpro {
        position: relative;
        padding: 50px;
        display: inline-block;

        img {
            width: 300px;
            height: 300px;
            object-fit: cover;
            position: relative;
            z-index: 9;
        }
    }

    .imgpro:before {
        content: "";
        display: block;
        width: 200px;
        height: 200px;
        border: solid 6px var(--red);
        position: absolute;
        bottom: 20px;
        left: 20px;
    }

    .imgpro:after {
        content: "";
        display: block;
        width: 200px;
        height: 200px;
        border: solid 6px var(--red);
        position: absolute;
        top: 20px;
        right: 20px;
    }

    .prodetails {
        background: var(--bg-gray);

        position: relative;
        height: 100%;
        margin-top: 7%;
        display: flex;
        padding: 40px;

        .separator {
            width: 100px;
            height: 3px;
            background: var(--blue);
            display: inline-block;
            margin: 10px 0;
        }
    }

    .prodetails:before {
        content: "";
        position: absolute;
        right: 100%;
        width: 70px;
        top: 0;
        bottom: 0;
        clip-path: polygon(93% 0, 100% 0, 100% 100%, 0 100%);
        display: block;
        background: var(--bg-gray);
        margin-right: -1px;
    }
}

.tabinterests .oftab {
    padding: 0.475rem 0.75rem;
}

.tabinterests .tab-content {
    min-height: 205px;
}

@media (max-width: 480px) {
    .tabinterests .tab-content {
        min-height: unset;
    }

    .tabinterests .oftab strong {
        display: block;
    }

    .block-facilities.tabinterests .oftab:hover strong {
        position: relative;
        background: none;
        color: #fff;
        font-size: inherit;
        font-weight: normal;
        padding: 2px 5px;
        border-radius: 0;
        box-shadow: none;
    }

    .drprofiledetails .prodetails {
        padding: 27px;
    }
}

/* New css */
.block-specialists .row {
    margin-right: calc(var(--bs-gutter-x) * -0.5);
    margin-left: calc(var(--bs-gutter-x) * -0.5);
}

.block-specialists .col {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-bottom: 25px;
}

.block-specialists .card {
    border-radius: 12px;
}

.visitordr,
.spldr {
    .dp-card {
        font-size: 14px;

        box-shadow: 3px 3px 19px rgb(16 40 81 / 20%) !important;

        .dp {
            border-radius: 100px;
            width: 95px;
            height: 95px;
            object-fit: cover;
            border: 1px solid #ccc;
        }

        .docrcardtitle {
            font-size: 18px;
            display: block;
            font-weight: bold;
        }

        .doc-timings-appointment {
            font-size: 12px;
        }

        .doc-weekdays {
            font-weight: bold;
        }

        .time {
            color: #c12d2c;
        }

        .btn {
            font-weight: normal;
        }
    }
}

.spldr {
    .dp-card {
        background: #fff8f7;

        .dp {
            border-radius: 20px;
        }
    }
}

.modal {
    .dr-profile {
        background: #e7f7ff;
        padding: 10px;
        border-radius: 0.3rem 0.3rem 0 0;
        display: flex;
        align-items: center;
        gap: 15px;
        font-size: 13px;

        .dp {
            width: 65px;
            border-radius: 10px;
        }

        .docrcardtitle {
            font-size: 16px;
            font-weight: bold;
        }
    }

    .calendar {
        display: flex;
        justify-content: space-between;
        align-items: center;

        .dates {
            font-size: 13px;
            width: 88%;
            text-align: center;
            padding: 0 10px;

            .date {
                a {
                    padding: 10px;
                    display: flex;
                    flex-flow: column;
                    justify-content: center;
                    border-radius: 5px;

                    &:hover {
                        background: #1090cb;
                        color: #fff;
                    }
                }
            }

            .owl-prev {
                font-size: 35px;
                position: absolute;
                left: 0;
                top: 50%;
                transform: translate(-100%, -50%);
            }

            .owl-next {
                font-size: 35px;
                position: absolute;
                right: 0;
                top: 50%;
                transform: translate(100%, -50%);
            }
        }

        .calicon {
            color: var(--red);
            border: solid 1px var(--red);
            padding: 15px;
            border-radius: 5px;
            cursor: pointer;
        }
    }

    .row-timeschedule {
        background: #f7f7f7;
        padding: 10px;
        font-size: 14px;

        .heading {
            font-weight: bold;
            margin: 0 0 5px;
        }

        .error {
            color: var(--red);
        }

        .tag-item {
            border: solid 1px var(--blue);
            padding: 4px 6px;
            border-radius: 4px;
            display: inline-block;
            font-size: 12px;

            &.active {
                background: var(--blue);
                color: var(--white);
            }
        }
    }
}

.bg-l-blue {
    background: #dee6ea;
    padding: 20px;
    border-radius: 5px;
}

.appointment-details {
    .card {
        .card-body {
            padding: 0.5rem;
        }

        .fa {
            height: 30px;
            display: inline-block;
            font-size: 20px;
            color: #9f9f9f;
        }

        .round-tab {
            width: 20px;
            height: 20px;
            border-radius: 50px;
            overflow: hidden;
            display: inline-block;

            img {
                width: 100%;
            }
        }

        .dp {
            width: 80px;
            height: 80px;
            border-radius: 50px;
        }
    }
}

.badge-vc {
    color: #841010;
    border-radius: 20px;
    white-space: wrap;
    padding: 7px 10px;
    max-width: 90px;
    display: flex;
    margin: 10px auto;
    border: solid 1px #ffdd44;
    background: linear-gradient(
        to bottom,
        rgba(252, 245, 179, 1) 0%,
        rgba(255, 219, 58, 1) 100%
    );
}

.textline1,
.textline2 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.btn-floating-book {
    background: #2c70b0;
    color: #fff;
    padding: 15px 20px;
    position: fixed;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    left: 10px;
    bottom: 10px;
    z-index: 9999;
    cursor: pointer;
    border-radius: 6px;
    white-space: nowrap;
    display: flex;
    gap: 10px;
    align-items: center;
    transition: 0.3s;

    &:hover {
        background: #101010;
        color: #fff;
    }
}

.f-departments {
    a {
        color: rgb(108 117 125);
    }
}

.block-text {
    padding: 20px 0;
    font-size: 14px;
    color: #868686;

    a {
        color: var(--blue);
    }
}

@media (max-width: 1024px) {
    .btn-healthchkup {
        position: absolute;
        right: 0;
        top: 114px;
        z-index: 999;
    }
}

/* Department Landing css */

.hero-section {
    background-color: #000;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    color: white;
    padding: 80px 0;

    .txt-keyline {
        width: 50%;
        text-align: left;
        padding: 5% 0;

        h1 {
            font-size: 40px;

            span {
                color: #00bcd4;
            }
        }
    }
}

.appointment-form {
    background: #e9eff6;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    margin-top: -50px;

    input,
    button {
        border: 0;
        height: 45px;
    }
}

.form-control:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.feature-box {
    border: 2px solid #00aaff;
    border-radius: 10px;
    text-align: center;
    padding: 20px;
    transition: all 0.3s ease;

    box-shadow: 0 0 10px #1090cb5e;
    margin: 5px 0;
}

.feature-box:hover {
    background-color: #f0f9ff;
    box-shadow: 0 0 10px rgba(0, 170, 255, 0.2);
}

.feature-icon {
    font-size: 2rem;
    color: #00aaff;
    font-weight: 300;
}

.meetoursplst {
    background: #1090cb;
    color: #fff;

    .dr-pic {
        margin-bottom: -80px;
        position: relative;

        img {
            width: 365px;
            height: 365px;
            object-fit: cover;
            position: relative;
            z-index: 9;
        }

        &:after {
            content: "";
            background: #c12d2c;
            width: 50%;
            height: 75%;
            display: block;
            position: absolute;
            right: 7px;
            bottom: -15px;
        }
    }

    .list-unstyled {
        margin-left: 20px;

        li {
            background: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10 0C4.5 0 0 4.5 0 10C0 15.5 4.5 20 10 20C15.5 20 20 15.5 20 10C20 4.5 15.5 0 10 0ZM8 15L3 10L4.41 8.59L8 12.17L15.59 4.58L17 6L8 15Z" fill="white"/></svg>')
                no-repeat left 7px;
            padding: 4px 0 4px 40px;
        }
    }

    .dr-info {
        padding: 0 10px;
        display: flex;
        align-items: center;
        gap: 20px;
        margin-top: 30px;

        h5 {
            font-weight: bold;
            margin: 0;
        }

        &:before {
            content: "";
            border: solid 20px transparent;
            border-right: solid 14px #6dc6ef;
            display: inline-block;
        }
    }
}

.wcu {
    .wcu-list {
        list-style: none;

        li {
            margin: 8px 0;
            background: url(../images/bull-arrow-o.png) no-repeat left 4px;
            background-size: 18px;
            padding-left: 30px;
        }
    }
}

.faq {
    .accordion-header {
        button {
            font-weight: bold;
            background: #fafafa;
            color: #333;
        }

        .accordion-button::after {
            border: solid 1px #9a9a9a;
            border-radius: 50px;
            padding: 5px;
            background-position: center;
            background-size: 1rem;
            width: 1.55rem;
            height: 1.55rem;
        }

        .accordion-button:not(.collapsed)::after {
            border: solid 1px #0c63e4;
        }
    }
}

.header-links {
    .callmap {
        text-align: left;
        display: inline-flex;
        align-items: center;
        gap: 15px;
        color: #7b7b7b;

        a {
            color: #7b7b7b;
        }
    }
}

@media (max-width: 767px) {
    .hero-section {
        background: #000 url("../images/hero-deplanding.jpg") no-repeat right
            top;
        background-size: contain;

        .txt-keyline {
            padding: 120px 0 0 0;
            width: 100%;

            h1 {
                font-size: 25px;
            }

            .lead {
                font-size: 1rem;
            }
        }
    }

    .appointment-form {
        bottom: -150px;
        padding: 20px;
    }

    .meetoursplst {
        .dr-pic {
            margin-bottom: 20px;
        }
    }

    .dr-details {
        display: flex;
        flex-flow: column-reverse;

        .dr-info {
            margin: 0 0 20px 0;

            &:before {
                border-bottom: solid 14px #6dc6ef;
                border-right: solid 20px transparent;
            }
        }
    }

    .wcu {
        padding-top: 0 !important;
    }

    .header-links {
        .callmap {
            display: flex;
            margin: 10px 0;
            padding-bottom: 10px;
            border-bottom: solid 1px #ddd;
        }
    }
}

.cta-mob {
    display: none;
}

.float-calltoaction {
    display: flex;
    gap: 10px;
    justify-content: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    text-align: center;
    overflow: hidden;
    z-index: 99;
    background: rgba(12, 17, 24, 0.7);
    backdrop-filter: blur(5px);
}

@media (max-width: 768px) {
    .cta-mob {
        display: block;
        text-align: center;
        border-top: solid 1px #ddd;
        padding: 10px 0 0 0;
        margin-top: 5px;
    }
}

/* Lab Landing css */
.banner-lablanding {
    position: relative;

    &:before {
        content: "";
        background: rgba(0, 0, 0, 0.6);
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 0;
    }

    .container {
        z-index: 9;
        position: relative;
    }
}

.pkgblock {
    border-radius: 10px;
    overflow: hidden;

    .card-header {
        background-image: linear-gradient(0deg, #08ea9c 0%, #11c474 100%);
        color: #fff;
        padding: 40px 20px;
        clip-path: ellipse(100% 55% at 48% 44%);
    }

    ul {
        padding: 0 0 0 5px;

        li {
            list-style: circle;
            color: #717171;
            font-size: 14px;
            list-style: none;

            &:before {
                content: "\f00c";
                font: normal normal normal 14px/1 FontAwesome;
                display: inline-block;
                margin-right: 5px;
            }
        }

        &.h95 {
            height: 195px;
        }
    }

    .price {
        margin-top: 5px;

        .total {
            strong {
                font-size: 22px;
            }

            small {
                color: #ffffffcc;
                text-decoration: line-through;
            }

            .badge {
                background: #ef4c4c;
            }
        }
    }

    .action {
        padding: 20px 0 0 0;
        border-top: solid 1px #ddd;

        ul {
            margin: 0;
            margin-left: 15px;
            padding: 0;
            list-style: none;

            li {
                color: #000;

                &:before {
                    content: "\f101";
                    font: normal normal normal 14px/1 FontAwesome;
                    display: inline-block;
                    margin-right: 5px;
                }
            }
        }

        .btn {
            padding: 10px 20px;
        }
    }
}

.othertest {
    .badge {
        display: inline-block;
        padding: 0.45em 0.9em;
        font-weight: 700;
        line-height: 1;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
        border-radius: 10rem;
        margin: 5px;
        color: #515151;
        background: #ccc;
        background: linear-gradient(
            37deg,
            rgba(204, 204, 204, 0.25) 0%,
            rgba(255, 255, 255, 0.38) 100%
        );
        font-size: 16px;
    }
}

.bt-icon {
    width: 100px;
}

@media (max-width: 500px) {
    .bt-icon {
        width: 50px;
    }
}

.block-ourdepartment ul,
.block-ourdepartment li {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 15px;
}

.block-ourdepartment li {
    width: 30%;
    display: inline-block;
}

.block-ourdepartment li a {
    display: flex;
    padding: 4px 10px;
    background: #fff;
    height: 100%;
    box-shadow: 0 0 36px rgb(16 40 81 / 12%);
    border-radius: 10px;
    margin: 4px;
    border: solid 1px #fff;
    color: #333;
    text-align: center;
    font-size: 11px;
    align-items: center;
    line-height: 17px;
    flex-flow: column;

    img {
        margin: 10px 0;
        max-width: 45px;
    }
}

.block-ourdepartment li a:hover {
    border: solid 1px var(--red);
}

.block-stats {
    background: url(../images/bg-stats.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    padding: 4% 0;
    color: var(--white);
    text-transform: uppercase;
    text-align: center;
}

.block-stats .stat-counter {
    font-size: 48px;
    text-transform: none;
}

.block-stats .stat-counter strong {
    font-weight: 400;
}

.block-stats .icon-stats {
    background: url(../images/icon-stats.png) no-repeat left top;
    background-size: auto;
    display: inline-block;
    width: 78px;
    height: 78px;
}

.block-stats .icon-stats.ico-doc {
    background-position: 0 top;
}

.block-stats .icon-stats.ico-dep {
    background-position: -228px top;
}

.block-stats .icon-stats.ico-ot {
    background-position: -469px top;
}

.block-stats .icon-stats.ico-bloodbank {
    background-position: -707px top;
}

.block-stats .icon-stats.ico-ambserv {
    background-position: -957px top;
}

.block-imggallery .heading-l {
    margin-bottom: 10px;
}

.block-specialist {
    padding: 3% 0;
}

.block-specialist .card {
    border: 0;
}

/* specialties list css */
.specialties-list {
    li {
        a {
            gap: 10px;
            flex-flow: row;
            font-size: 16px;
            text-align: left;

            img {
                margin: 10px;
            }
        }
    }
}

.bgblue {
    background: var(--blue) url("../images/bg-medical.png") no-repeat right;
    color: #fff;
    background-size: contain;

    .wcu {
        & .wcu-list {
            li {
                background: url(../images/bull-arrow-o-w.png) no-repeat left 1px;
            }
        }
    }

    margin-bottom: 40px;
}

.heading-xl {
    font-size: 2.4rem;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}

.heading-blue {
    color: var(--blue);
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.block-areaofex {
    padding-top: 30px;
    z-index: 99999;
    position: relative;

    .container {
        background: #fff;
        border-radius: 20px;
        color: #424242;

        .line {
            background: #f9bf43;
            height: 4px;
            width: 60px;
            display: inline-block;
            margin: 5px 0;
        }

        h2 {
            font-size: 16px;
            text-transform: uppercase;
            letter-spacing: 2px;
        }

        h1 {
            font-size: 24px;
        }

        p {
            margin: 10px 0 0 0;
        }
    }
}

.typeof {
    background-image: url(../images/bg-07.jpg);
    background-position: top left;
    background-repeat: no-repeat;

    .card {
        box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.05);
    }
}

.benefits {
    background: #f6f6f6 url(../images/bg-03.png) no-repeat;
    padding: 40px 0;
}

.whychoosessh {
    padding-bottom: 30px;

    .heading-xs {
        text-align: center;
    }

    .list {
        text-align: center;
        padding: 0;

        li {
            display: inline-block;
            border: solid 3px var(--blue);
            border-radius: 10px;
            padding: 20px;
            margin: 10px;
            width: 200px;
            box-shadow: 0 10px 20px #00b7ff44;
        }
    }
}

@media (max-width: 768px) {
    .heading-xl {
        font-size: 1.6rem;
    }
    .block-ourdepartment ul {
        gap: 10px;
    }
    .block-ourdepartment li {
        width: 48%;

        a {
            flex-flow: column;
            text-align: center;
            gap: 0;
            margin: 0;
            img {
                max-height: 40px;
            }
        }
    }
}
