@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Teko:wght@300..700&display=swap');
html {
    scroll-behavior: smooth;
    font-size: 62.5%;
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
}

.row {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
}

.row>* {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

:root {
    --body-font-family: "Ubuntu", sans-serif;
    --heading-font-family: "Teko", sans-serif;
    --e-global-color-white: #fff;
    --e-global-color-black: #000;
    --e-global-dark-color: #151e2b;
    --e-global-purple-color: #924197;
    --e-global-purple-color: #924197;
    --e-global-yellow-color: #ffc627;
    --e-global-blue-color: #14b1bc;
    --e-global-purple-deep-color: #891b90;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

input[type=number] {
    -moz-appearance: textfield;
}

img {
    max-width: 100%;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

a,
a:hover {
    text-decoration: none;
}

.slick-arrow {
    -webkit-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    transform: translate(0, 0%);
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: calc(100% - 100px);
    max-width: 1440px;
    max-width: 75%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

body {
    font-size: 1.8rem;
    line-height: 150%;
    font-weight: 400;
    position: relative;
    color: var(--e-global-dark-color);
    font-family: var(--body-font-family);
    margin: 0;
    padding: 0;
}

.section {
    position: relative;
    padding: 10rem 0;
    clear: both;
    width: 100%;
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

h1,
h2,
h3 {
    font-family: var(--heading-font-family);
}

.only_desktop_view {
    display: block;
}

.only_mobile_view {
    display: none;
}

.button a,
.button button {
    min-width: 180px;
    display: inline-block;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    padding: 2rem 2.5rem;
    border-radius: 0;
    text-align: center;
    border: solid .2rem transparent;
    color: var(--e-global-color-white);
    background: var(--e-global-purple-color);
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
}

.button a:hover {
    background: var(--e-global-color-white);
    border-color: var(--e-global-purple-color);
    color: var(--e-global-purple-color);
}

.button button:focus {
    outline: none;
    box-shadow: none;
}

.blue_button a {
    background: var(--e-global-blue-color);
}

.blue_button a:hover {
    background: var(--e-global-color-white);
    border-color: var(--e-global-blue-color);
    color: var(--e-global-blue-color);
}

.yellow_button a {
    color: var(--e-global-dark-color);
    background: var(--e-global-yellow-color);
}

.yellow_button a:hover {
    background: var(--e-global-color-white);
    border-color: var(--e-global-yellow-color);
    color: var(--e-global-yellow-color);
}

.read_more_clip {
    margin-top: 10rem;
}

.read_more_clip a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 2rem;
    padding: 3rem 6rem;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    background: #6f2973;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
}

.read_more_clip a:hover {
    color: var(--e-global-color-white);
    background: var(--e-global-purple-color);
}

.header-wrap {
    position: relative;
    width: 100%;
    padding: 1rem 0;
}

.logo-menu-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-area {
    width: 100%;
    max-width: 12.0rem;
}

.menu-area {
    position: relative;
    width: auto;
}

.menu-area ul {
    display: flex;
    gap: 2.4rem;
}

.menu-area li a {
    padding: 17px 0px;
    display: block;
    text-decoration: none;
    color: #000;
    font-size: 15px;
    font-weight: 400;
}

.menu-area>ul>li>a {
    padding: 60px 20px 10px;
    position: relative;
    margin: 0;
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-out;
    display: block;
    width: 100%;
}

.menu-area>ul>li a:after {
    content: "";
    width: 50px;
    height: 50px;
    background: url('../icons/pathology.png') 0px 0px no-repeat;
    background-size: contain;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-out;
}

.menu-area>ul>li:nth-child(2) a:after {
    background: url('../icons/health-package.png') 0px 0px no-repeat;
    background-size: contain;
}

.menu-area>ul>li:nth-child(3) a:after {
    background: url('../icons/lab.png') 0px 0px no-repeat;
    background-size: contain;
}

.header_ph_no {
    background: #c61324;
    padding: 15px;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}

.header_ph_no:hover {
    color: #fff;
}

.page_heading {
    position: relative;
    width: 100%;
}

.page_heading h1 {
    display: block;
    font-size: 4.2rem;
    line-height: 100%;
    font-family: var(--body-font-family);
}

.video-section {
    position: relative;
    background-size: cover;
    background-attachment: fixed;
    background: #001946;
    width: 100%;
    padding: 6.5rem 0;
}

.section-title {
    padding: 1.0rem 1.5rem;
    border-radius: 4px;
    background: #daf4ff;
    position: relative;
    letter-spacing: 1.1px;
    width: fit-content !important;
    color: #000000;
    margin-bottom: 40px;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -1px;
}

.video-section h2 {
    line-height: 1.2;
    color: white;
    font-weight: 700;
    margin-bottom: 40px;
    font-size: 48px;
    font-family: var(--body-font-family);
}

.video-section p {
    color: white;
    font-size: 18px;
    font-weight: 400;
    font-family: var(--body-font-family);
}

.video-wraps {
    position: relative;
    width: 100%;
    padding: 12px;
    background: #fff;
    border-radius: 8px;
}

.video-wraps iframe {
    width: 100%;
    min-height: 360px;
}


/* ///////////////////////////////// */

.services-section {
    background: #f6f9ff;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 0;
}

.services-section .container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 0;
}

.d-flex {
    display: flex !important;
}

.services-section h2 {
    line-height: 1.2;
    color: #151e2b;
    font-weight: 700;
    margin-bottom: 40px;
    font-size: 32px;
    font-family: var(--body-font-family);
}

.services {
    padding: 0;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
}

.content-box {
    box-shadow: 0 12px 30px #b9c7d5b5;
    border: 1px solid rgba(17, 41, 80, 0.3);
    position: relative;
    display: flex;
    border-radius: 20px;
    height: 210px;
    width: 210px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: 0.5s ease;
    gap: 5px;
    padding: 5px;
    background: white;
    color: black;
}

.content-box .icon {
    position: relative;
    display: block;
    width: 80px;
    margin-bottom: 15px;
}

.content-box label {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    font-family: var(--body-font-family);
}

.view-all {
    font-weight: 600;
    text-transform: capitalize;
    display: flex;
    height: 100%;
    font-size: 18px;
    color: #1b61ff;
    justify-content: center;
    align-items: center;
    width: 150px;
}

.health-package-section {
    background: #f6f9ff;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 0;
    flex-direction: column;
}

.health-package-section .container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 0;
}

.health-package-section h2 {
    line-height: 1.2;
    color: #151e2b;
    font-weight: 700;
    margin-bottom: 40px;
    font-size: 32px;
    font-family: var(--body-font-family);
}

.package-slider {
    position: relative;
    width: 100%;
}

.package-item {
    background-color: transparent;
    width: 100%;
    padding: 0 16px;
}

.inner-wrap {
    position: relative;
    width: 100%;
    text-align: center;
    transform-style: preserve-3d;
}

.recent-post-item {
    width: 100%;
    /* height: 290px; */
    overflow: hidden;
    border-radius: 5px;
    background: white;
    transition: 0.25s ease;
}

.post-img {
    position: relative;
    background-repeat: no-repeat !IMPORTANT;
    height: 310px;
    background-position: center !important;
    background-size: cover !important;
}

.offer-percentage {
    padding: 15px;
    border-radius: 50px;
    font-size: 14px;
    text-align: center;
    border: 5px solid white;
    right: 15px;
    bottom: -30px;
    position: absolute;
    display: block;
    width: 75px;
    background: #3e4095;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 700;
}

.post-details {
    display: flex;
    padding: 15px 24px;
    height: 40%;
    flex-direction: column;
}

.package-title {
    margin: 20px 0 10px 0;
    line-height: 1.2;
    font-weight: 600;
    color: #001946;
    display: flex;
    justify-content: center;
    font-size: 18px;
    font-family: var(--body-font-family);
}

.price {
    justify-content: space-between;
    align-items: start;
    display: flex;
    flex-direction: row;
}

.price h3 {
    font-size: 18px;
    font-weight: 800;
    margin: 0;
    color: #d3d3d3;
    font-size: 24px;
    font-family: var(--body-font-family);
}

.offer-price {
    color: #3e4095 !important;
}

.back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    top: 110%;
    font-family: var(--body-font-family);
    opacity: 0;
    background: linear-gradient(45deg, #fff2f2, #eafbff);
    transition: all 0.3s ease-out;
}

.package-test-details {
    height: 100%;
    width: 100%;
    padding: 24px;
    border: 1px solid #1eacef;
}

.package-test-details label {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.package-test-details label::after {
    bottom: -5px;
    content: "";
    position: absolute;
    display: block;
    height: 1px;
    width: 100%;
    left: 0;
    border-bottom: 1px solid #000000;
}

.package-test-details ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    padding-left: 30px;
    margin-top: 24px;
}

.package-test-details li {
    position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 2;
}

.package-test-details li::before {
    top: 6px;
    width: 15px;
    height: 15px;
    content: "";
    color: green;
    position: absolute;
    left: -2.5rem;
    font-size: 14px;
    line-height: 1;
    background: url('../images/check-blue.png');
    background-position: center;
    background-size: contain;
}

.inner-wrap:hover .back {
    opacity: 1;
    top: 0;
    transition: all 0.3s ease-in;
}

.quick-contact-details {
    background: #d0edfd;
    position: relative;
    width: 100%;
    padding: 60px 0;
}

.quick-contact-details .container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 0;
}

.quick-contact-details h2 {
    line-height: 1.2;
    color: #151e2b;
    font-weight: 700;
    margin-bottom: 40px;
    font-size: 32px;
    font-family: var(--body-font-family);
}

.appintment-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    gap: 24px;
}

.from-area {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.inner-div {
    display: flex;
}

.padLft0 {
    padding-left: 0;
}

.padRgt0 {
    padding-right: 0;
}

.form-group {
    margin-bottom: 20px;
}

.form-control {
    height: 48px;
    line-height: 1.2;
    color: #151e2b;
    font-weight: 500;
    font-size: 18px;
    font-family: var(--body-font-family);
}

.form-control::placeholder {
    color: #a7a7a7;
    font-weight: 300;
    font-size: 18px;
    font-family: var(--body-font-family);
}

.submit {
    border: none;
    border-radius: 0;
    padding: 7px 25px;
    color: #fff;
    background-color: #ee2227;
    font-size: 20px;
    text-transform: uppercase;
    transition: 0.5s;
    font-weight: 700;
}

.icon-box {
    border: 1px solid #cdcdcd;
    text-align: center;
    padding: 15px 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    margin-bottom: 20px;
    transition: 0.5s ease;
}

.icon-wrapper {
    padding: 10px;
    display: flex;
    border-radius: 70px;
    width: 90px;
    height: 90px;
    background: #f7f7f7;
    justify-content: center;
    align-items: center;
}

.quick-contact-details .icon-box-details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.icon-box h3 {
    color: #151e2b;
    font-weight: 700;
    font-size: 22px;
    font-family: var(--body-font-family);
}

.icon-box p {
    color: #151e2b;
    font-weight: 500;
    font-size: 16px;
    font-family: var(--body-font-family);
    margin: 0;
}


/* ===================== foooter css ========================= */

.footer-sec {
    position: relative;
    width: 100%;
    background: rgba(0, 14, 56, 1);
    padding: 48px 0 0;
}

.fotter-upper-content {
    position: relative;
    width: 100%;
    display: flex;
    gap: 32px;
    padding-bottom: 42px;
}

.content-Bx {
    width: 100%;
    max-width: 142px;
    position: relative;
    min-height: 120px;
    margin-right: 42px;
}

.content-Bx.bigBx {
    max-width: 420px;
    display: flex;
    gap: 10px;
    margin: 0;
}

.ft-content {
    position: relative;
}

.ft-content h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0;
    color: #fff;
    display: block;
    margin-bottom: 6px;
}

.ft-content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0;
    color: #fff
}

.content-Bx.midBx {
    max-width: 275px;
    display: flex;
    gap: 10px;
    margin: 0;
}

.lower-content {
    position: relative;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;

    background: #073f6e;
    border-bottom: 5px solid #c93235;
    font-size: 14px;
    color: #6e8fc1;
    font-weight: normal;
}

.lower-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0;
    text-align: center;
    color: #6e8fc1;
}

.lower-content p a {
    color: #fff;
    font-weight: 600;
}



.slide-fade-right {
    float: right;
    margin: 0 0 0 auto;
}



/* ================================================================= */

.banner-wrap {
    padding: 4rem 0;
    position: relative;
    min-height: 600px;
    background-color: #f0f0f0;
    position: relative;
    z-index: 1;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
}

.banner-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: calc(600px - 4rem);
}

.banner-content h2 {
    line-height: 1.2;
    color: #151e2b;
    font-weight: 700;
    margin-bottom: 40px;
    font-size: 42px;
    font-family: var(--body-font-family);
}

.banner-content p {
    color: #151e2b;
    font-size: 22px;
    font-weight: 400;
    font-family: var(--body-font-family);
}

.banner-content ul {
    padding-left: 2rem;
}

.banner-content ul li {
    list-style-type: disc;
    color: #151e2b;
    font-size: 15px;
    font-weight: 400;
    font-family: var(--body-font-family);
}

.slider-container {
    position: absolute;
    top: 50%;
    right: 0;
    left: auto;
    width: 50%;
    transform: translateY(-50%);
}

.item {
    padding-right: 6rem;
}

.slider-container .carousel-container {
    position: relative;
    padding-left: 3rem;
    margin-bottom: 3rem;
}

.slider-container .carousel-container .carousel-image {
    border-radius: 2rem;
    overflow: hidden;
    width: 100%;
    height: 536px;
}

.slider-container .carousel-container .carousel-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 2rem;
}

.slider-container .carousel-container .carousel-content {
    opacity: 1;
    position: absolute;
    left: 0;
    right: auto;
    bottom: -3rem;
    text-align: left;
    padding: 2.5rem 2rem 4rem;
    background-color: #003755;
    border-radius: 1rem;
    max-width: 80%;
    transition: all .5s ease;
    min-height: 172px;
}

.slider-container .carousel-container .carousel-content p {
    font-size: 22px;
    font-weight: 400;
    font-family: var(--body-font-family);
    color: #fff;
}

.banner-slider-new.slick-slider {
    margin: 0 !important;
}

.banner-slider-new .slick-dots {
    position: absolute;
    bottom: 35px;
    left: 10px;
    width: auto;
}

.banner-slider-new .slick-dots li button {
    padding: 0;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 100%;
    opacity: 0.5;
}

.banner-slider-new .slick-dots li.slick-active button {
    opacity: 1;
}

.banner-slider-new .slick-dots li {
    width: 8px;
    height: 8px;
}

.banner-slider-new .slick-dots li button::before {
    display: none;
}

.banner-slider-new .slick-prev {
    width: 5rem;
    height: 5rem;
    top: 92%;
    left: 35%;
    z-index: 8;
    opacity: 1;
}

.banner-slider-new .slick-next {
    width: 5rem;
    height: 5rem;
    top: 92%;
    left: 42%;
    z-index: 8;
}

.banner-slider-new .slick-prev::before {
    content: '';
    background: url('../images/arrow.png');
    background-size: contain;
    width: 5rem;
    height: 5rem;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
}

.banner-slider-new .slick-next::before {
    content: '';
    background: url('../images/arrow.png');
    background-size: contain;
    width: 5rem;
    height: 5rem;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(180deg);
    opacity: 1;
}

.slick-list {
    padding: 0 150px 0 0 !important;
}


/* .banner-slider-new .slick-prev:hover {
    background: url('../images/arrow.png');
    background-size: contain;
} */















.inner_banner {
    background: #2f2c82;
    padding: 100px 0;
}

.inner_banner h1 {
    font-size: 60px;
    color: #fff;
}




.course_bg {
    background: #d0edfd;
    overflow: visible;
}

.courser_content_box {
    background: #FFFFFF;
  border: 1px solid #ECECEC;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 45px 24px 42px;
  filter: drop-shadow(0px 12px 24px rgba(0, 0, 0, 0.07));
  position: relative;
  margin-bottom: 30px;
}

.courser_content {
    width: 100%;
}

.courser_content h4:first-child {
    margin-top: 0;
}

.courser_content h2 {
    font-weight: 600;
  font-size: 32px;
  line-height: 36px;
  color: #2f2c82;
  margin: 0 0 20px;
  display: inline-block;
  width: 100%;
}

.courser_content h4 {
    font-weight: 600;
  font-size: 26px;
  line-height: 30px;
  color: #2f2c82;
  margin: 20px 0 10px;
  display: inline-block;
  width: 100%;
}

.courser_content p {
    font-size: 14px;
    color: #000;
    letter-spacing: 1px;
    line-height: 26px;
    margin-bottom: 10px;
    display: block;
}

.courser_content ul {
    margin: 10px 0 0;
    width: 100%;
    padding: 0;
    list-style: none;
    display: inline-block;
}

.courser_content ul li {
    padding: 7px 0 7px 40px;
    font-size: 16px;
    position: relative;
}

.courser_content ul li:before {
    font-family: var(--fa-style-family,"Font Awesome 6 Pro");
    font-weight: 900;
    content: "\f058";
    position: absolute;
    top: 7px;
    left: 10px;
    color: #ee2227;
}

.course_right {
    position: relative;
}

.course_form {
    position: sticky;
    top: 15px;
    width: 100%;
    padding: 30px 30px !important;
  background: #2f2c82;
  border: 1px solid #ECECEC;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 82px 24px 42px;
  filter: drop-shadow(0px 12px 24px rgba(0, 0, 0, 0.07));
}

.course_form h4 {
    font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  margin: 0 0 30px;
  display: inline-block;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}

.course_form form {
    width: 100%;
}

.course_form form input, .course_form form textarea {
    width: 100%;
    height: 45px;
    border: none;
    font-size: 14px;
    padding: 5px 15px;
    border-radius: 4px;
}

.course_form form textarea {
    height: 100px;
    resize: none;
}

.course_form form input::placeholder, .course_form form textarea::placeholder {
    font-size: 14px;
    text-transform: capitalize;
}

.course_form form input:focus, .course_form form textarea:focus {
    outline: none;
}

.course_form form .submit {
    background: #ee2227;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

