/*
Theme Name: MedipathGlobal Child
Theme URI: https://medipathglobal.in/
Description: Child Theme for MedipathGlobal
Author: Ajay
Author URI: https://medipathglobal.in/
Template: medipathglobal
Version: 1.0
Text Domain: medipathglobal-child
*/


/* Add your custom CSS below */
/*=================================================
Footer Subscribe
===================================================*/

@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
:root {
    --primary-color: #21c5e5;
    --primary-dark-color: #0a7fe1;
    --dark-color: #18100f;
    --secondary-color: #143160;
    --gray-color: #ebeced;
    --accent-color: #2d3928;
    --white-color: #ffffff;
    --body-fonts: 'Jost', sans-serif;
    --title-fonts: 'Jost', sans-serif;
}

*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Jost", sans-serif;
}
p{
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}
.az-subscribe {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-top: -80px;
  z-index: 10;
}

.az-subscribe-bg {
  background: var(--primary-color);
  color: var(--white-color);
  padding: 45px;
  border-radius: 3px;
}

.az-subscribe-block {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.az-subscribe-block .az-subscribe-img {
  width: 55px;
  color: var(--primary-color);
}

.az-subscribe-block .az-subscribe-details {
  margin-left: 30px;
  color: var(--white-color);
  flex: 1;
  padding-right: 50px;
}

.az-subscribe-block .az-subscribe-details h5 {
  color: var(--white-color);
  font-size: 28px;
  line-height: 36px;
}

.az-subscribe-from input {
  border: none;
}

.az-subscribe-from .form-fields {
  display: flex;
}

.az-subscribe-from input[type="submit"] {
  background: var(--white-color);
  color: var(--dark-color);
  margin-left: 30px;
}

.az-subscribe-from input[type="submit"]:hover {
  background: var(--dark-color);
  color: var(--white-color);
}

.az-subscribe-from input {
  margin-bottom: 0;
}

.az-subscribe-from input.submit:hover {
  background: var(--dark-color);
  color: var(--white-color) !important;
}


/*===================================================
Footer
=====================================================*/
footer#az-footer {
  display: inline-block;
  width: 100%;
  float: left;
  position: relative;
}

footer#az-footer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  opacity: 0.05;
  background-position: center;
  background-size: 60% auto;
  background-repeat: repeat;
}

footer#az-footer .az-footer-style-1 {
  background: var(--secondary-color);
  color: var(--white-color);
}

footer#az-footer .az-footer-top {
  padding: 70px 0 0;
  position: relative;
  z-index: 9;
}

footer#az-footer .az-copyright-footer {
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}

footer#az-footer .az-copyright-footer .az-copyright {
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 9;
}

footer#az-footer .az-copyright-footer .az-copyright a {
  color: var(--white-color);
}

footer#az-footer .az-copyright-footer .az-copyright a:hover {
  color: var(--white-color);
  text-decoration: underline;
}


footer#az-footer .az-footer-logo {
  height: 50px;
  margin-bottom: 30px;
  width: auto;
  border-radius: 0;
}

footer#az-footer .az-footer-style-1 .az-footer-social ul {
  margin: 0;
  padding: 0;
}

footer#az-footer .az-footer-style-1 .az-footer-social ul li {
  list-style: none;
  float: left;
  margin-right: 10px;
}

footer#az-footer .az-footer-style-1 ul.menu li a:hover,
footer#az-footer .az-footer-style-1 .az-service li a:hover {
  color: var(--primary-color);
}

footer#az-footer .az-footer-style-1 ul li a:hover {
  color: var(--primary-color);
}

footer#az-footer .az-footer-style-1 ul.menu li a,
footer#az-footer .az-footer-style-1 .az-service li a,
footer#az-footer .az-footer-style-1 ul li a {
  position: relative;
  border: none;
  padding: 0 0 0 15px;
  display: inline-block;
  width: 100%;
}

footer#az-footer .az-footer-style-1 ul.menu li a,
footer#az-footer .az-footer-style-1 .az-service li a,
footer#az-footer .az-footer-style-1 ul li a {
  color: var(--white-color);
}


footer#az-footer .az-footer-style-1 .az-footer-social ul li a {
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--white-color);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  padding: 0;
}

footer#az-footer .az-footer-style-1 .az-footer-social ul li a:hover {
  background: var(--primary-color);
  color: var(--white-color);
}

footer#az-footer .az-footer-style-1 .footer-title {
  margin-bottom: 30px;
  padding: 0;
  font-size: 26px;
  line-height: 34px;
  position: relative;
  color: var(--white-color);
}

.az-footer-style-1 ul {
  padding: 0;
  margin: 0;
}

footer#az-footer .az-footer-block:first-child {
  margin-bottom: 45px;
}

footer#az-footer .az-footer-style-1 ul#menu-useful-links.menu li {
  width: 49%;
  display: inline-block;
  margin: 0 0 12px 0;
}

footer#az-footer .az-footer-style-1 ul.menu li a:first-child {
  padding-top: 0;
}

#az-footer .az-footer1 ul li a {
  color: var(--white-color);
}


footer#az-footer .az-footer-style-1 ul#menu-useful-links li a:before {
  top: 4px;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  display: inline;
  background: transparent;
  margin: auto 0;
  content: '\f054';
  margin-right: 10px;
  font-family: "Font Awesome 6 Free";
  font-size: 11px;
  font-weight: 900;
}

footer#az-footer .az-footer-style-1 ul.az-contact li {
  display: flex;
  align-items: center;
}

footer#az-footer .az-footer-style-1 ul.az-contact li a {
  padding: 0;
}

footer#az-footer .az-footer-style-1 ul.az-contact li i {
  margin-right: 20px;
}

footer#az-footer .az-footer-style-1 ul li {
  margin: 0 0 15px 0;
}

.az-footer-recent-post .az-footer-recent-post-info .az-post-date {
  font-family: var(--title-fonts);
  text-transform: uppercase;
  font-size: 12px;
  line-height: 22px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--primary-color);
}


footer#az-footer .az-footer-recent-post .az-footer-recent-post-info .az-post-date {
  color: var(--white-color);
}

.az-footer-recent-post .az-footer-recent-post-info h6 {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0;
  font-weight: 600;
}

footer#az-footer .az-footer-style-1 .az-footer-recent-post .az-footer-recent-post-info h6 {
  color: var(--white-color);
}

.az-footer-recent-post {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(15, 40, 81, 0.1);
  padding-bottom: 24px;
}

footer#az-footer .az-footer-recent-post:last-child {
  border: none;
}

footer#az-footer .az-footer-recent-post {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-right: 30px;
}

.az-footer-recent-post .az-footer-recent-post-media {
  margin-right: 15px;
}

.az-footer-recent-post .az-footer-recent-post-info .az-post-date i {
  margin-right: 8px;
}

.az-footer-recent-post .az-footer-recent-post-media img {
  width: 80px;
  height: 80px;
  border-radius: 3px;
}
.dz-team {
    position: relative
}

.dz-team,.dz-team *,.dz-team .dz-name a {
    transition: all .2s
}

.dz-team .dz-content {
    transition: all .2s;
    position: relative
}

.dz-team .dz-media img {
    width: 100%;
    background:#fff;
}

.dz-team .dz-position {
    display: block
}

.dz-team.style-1 {
    border-radius: 25px
}

.dz-team.style-1 .dz-media {
    border: 4px solid transparent;
    border-radius: 25px;
    background-color: #f8f9fa;
    overflow: hidden;
    position: relative;
    z-index: 2
}

.dz-team.style-1 .dz-media .btn {
    position: absolute;
    bottom: -60px;
    left: 10px;
    right: 10px;
        font-size: 16px;
    padding: 8px;
}

.dz-team.style-1 .dz-name a{
    font-size: 18px;
    margin-bottom: 0;
    color:#031b4e;
}

.dz-team.style-1 .dz-position {
    font-size: 16px;
    font-weight: 500;
    color: #00bde0;
}

.dz-team.style-1 .dz-content {
    background-color: #f8f9fa;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding: 35px 20px 15px;
    margin-top: -20px;
    border-radius: 0 0 25px 25px;
    position: relative;
    z-index: 1
}

.dz-team.style-1 .btn-square {
    height: 40px;
    width: 40px;
    min-width: 40px;
    border-radius: 10px;
    font-size: 20px
}

.dz-team.style-1 .dz-social {
    display: flex;
    gap: 20px;
    justify-content: center;
    padding: 12px 15px;
    border-radius: 0 0 25px 25px;
    transform: translateY(-50px);
    background-color: #f8f9fa;
    position: relative;
    z-index: 0;
    list-style: none;
    font-size: 18px;
    margin: 0;
    justify-content: space-around;
    align-items: center;
}

ul.dz-social li {
    list-style: none;
    font-size: 20px;
    margin: 0;
    justify-content: center;
    align-items: center;
    display: flex;
}
@media only screen and (max-width: 767px) {
    .dz-team.style-1 .dz-media .btn {
        font-size:14px
    }

    .dz-team.style-1 .dz-content {
        padding: 30px 15px 15px
    }
}

.dz-team.style-1.active,.dz-team.style-1:hover {
    background-color: #f8f9fa
}

.dz-team.style-1.active .dz-media,.dz-team.style-1:hover .dz-media {
    background-color: #031b4e
}

.dz-team.style-1.active .dz-media .btn,.dz-team.style-1:hover .dz-media .btn {
    bottom: 10px
}

.dz-team.style-1.active .dz-content,.dz-team.style-1:hover .dz-content {
    background-color: #031b4e
}

.dz-team.style-1.active .dz-name a,.dz-team.style-1:hover .dz-name a {
    color: #fff
}

.dz-team.style-1.active .btn-square,.dz-team.style-1:hover .btn-square {
    background-color: #fff;
    color: #031b4e;
    border-color: #fff
}

.dz-team.style-1.active .btn-square i,.dz-team.style-1:hover .btn-square i {
    animation: toRightFromLeft .3s forwards
}

.dz-team.style-1.active .dz-social,.dz-team.style-1:hover .dz-social {
    transform: translateY(0)
}

.dz-team.style-1.active .dz-social a,.dz-team.style-1:hover .dz-social a {
    color: #031b4e
}
.btn-shadow {
    box-shadow: 0 5px 20px rgba(0,0,0,.05);
}
.btn-icon {
    display: inline-flex;
    align-items: center;
    background: #00bde0;
    border: 0;
    padding: 5px 8px 7px 16px;
    gap: 13px;
    font-size: 18px;
    border-radius: 13px;
}
.btn-icon .left-icon, .btn-icon .right-icon {
    height: 40px;
    width: 40px;
    min-width: 40px;
    background-color: #fff;
    border-radius: 10px;
    color: #031b4e;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: translateY(1px);
    font-size: 14px;
}
.btn.btn-info, .btn.btn-primary, .btn.btn-success, .btn.btn-warning {
    color: #fff;
}
.section-head.style-1 p {
    font-size: 18px;
    font-weight: 400;
    margin: 20px 0 0;
}
ul.grid-2 {
    display: flex;
    flex-wrap: wrap;
    color: #0a3366 !important;
    margin: 0;
    padding: 0;
}
ul.grid-2 li {
    width: 50%;
}
ul.list-check-circle-small li {
    padding: 8px 8px 8px 30px;
    font-weight: 500;
    font-size: 16px;
    list-style: none;
    position: relative;
    margin: 0;
}
ul.list-check-circle-small li:before {
    content: "\f00c";
    font-family: Font Awesome\ 6 Free;
    font-weight: 700;
    color: #fff;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    background-color: #143160;
    border-radius: 50%;
    box-shadow: 0 0 30px rgba(0,0,0,.05);
    position: absolute;
    left: 0;
    top: 10px;
    font-size: 10px;
}
.m-b35 {
    margin-bottom: 35px !important;
}
.m-lr40, .m-r40 {
    margin-right: 40px !important;
}
.info-widget.style-5 {
    display: inline-flex;
    align-items: center;
    gap: 15px;
}
.info-widget.style-5 .widget-media i {
    font-size: 35px;
}
.info-widget.style-5 .widget-content .title {
    font-size: 14px;
    color: #02bde0;
    font-weight: 600;
    margin-bottom: 0;
}
.info-widget.style-5 .widget-content a {
    font-size: 18px;
    font-weight: 600;
    color: #0a3366 !important;
}
.info-widget.style-5 .widget-media {
    width: 35px;
    height: 35px;
    color: #143160 !important;
}
.why_choose_us {
    background: #e8f2f7;
}
.why_choose_us .img1{
  position: relative;
}
.why_choose_us .img1 img, .why_choose_us .img2 img {
    height: 450px;
    object-fit: cover;
    border-radius: 20px;
}
.content-wrapper.style-14 .img2 img {
    height: 345px;
}
.video-bx1 {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 15px 8px 8px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 30px #0a33661a;
}
.content-wrapper.style-14 .content-media .img1 .video-bx1 {
    position: absolute;
    top: 61%;
    left: -12%;
    border-radius: 15px 15px 0 15px;
    padding: 12px 20px;
}
.video-bx1 span {
    font-size: 16px;
    color: #0a3366;
    font-weight: 500;
}
.content-wrapper.style-14 .content-media .img1 .video-bx1 span {
    font-size: 14px;
}
.call-widget {
    position: absolute;
    bottom: 10px;
    background-color: rgba(255,255,255,.05);
    -webkit-backdrop-filter: blur(60px);
    backdrop-filter: blur(60px);
    height: 35px;
    border-radius: 30px;
    left: 10px;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 20px;
}
.content-wrapper.style-14 .content-media .img1 .call-widget {
    height: 52px;
    bottom: 25px;
    left: 20px;
    right: 20px;
}
.widget-rating2 {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    background-color: #fff;
    padding: 12px 20px;
    border-radius: 15px;
    color: var(--bs-secondary);
    font-size: 14px;
    font-weight: 500;
}
.widget-rating2 img {
    width: 48px;
    min-width: 48px;
}
.content-wrapper.style-14 .widget-rating2 img {
    width: 60px;
    min-width: 60px;
}
.content-wrapper.style-14 .widget-rating2 {
    margin-top: 50px;
    box-shadow: none;
    width: 100%;
    padding: 25px 25px 55px;
    margin-bottom: -30px;
}
.star-list {
    display: flex;
    gap: 5px;
}
.widget-rating2 .star-list {
    gap: 4px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.widget-rating2 .star-list li {
    color: #FFCD37;
    line-height: 1.2;
    font-size: 16px;
    margin: 0;
}
.call-widget .active {
    background-color: #FF4747;
    width: 30px;
    height: 30px;
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.content-wrapper.style-14 .content-media .img1 .call-widget .active {
    width: 46px;
    height: 46px;
}
.cs_card.cs_style_6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.cs_radius_50 {
    border-radius: 50%;
}
.cs_card.cs_style_6 .cs_card_thumbnail {
    padding: 10px;
    position: relative;
}
.cs_card.cs_style_6 .cs_card_thumbnail img {
    height: 200px;
    width: 200px;
    padding: 0px;
    border-radius: 100%;
}
.cs_card.cs_style_6 .cs_card_thumbnail::after {
    content: "";
    width: 100%;
    height: 100%;
    border: 1px dashed #00001b;
    border-radius: inherit;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: rotating 60s linear infinite;
    animation: rotating 60s linear infinite;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}
@keyframes rotating {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-360deg);
  }
}
.cs_card.cs_style_6:hover .cs_card_thumbnail::after {
    -webkit-animation-play-state: running;
    animation-play-state: running;
}
.cs_fs_24 {
    font-size: 24px;
    line-height: 1em;
}
.cs_card.cs_style_6 .cs_card_title {
    line-height: 1.41em;
    margin-bottom: 5px;
    font-weight: 600;
}
.cs_card.cs_style_6 .cs_card_subtitle {
    margin-bottom: 12px;
    line-height: 1.87em;
    color: var(--heading-color);
    opacity: 0.7;
}
.cs_fs_20 {
    font-size: 20px;
    line-height: 1.5em;
    font-weight: 600;
    color: #00001b;
}

.mb-120 {
    margin-bottom: 120px;
}
/*-------------------------------
    Moving Text Section CSS
-------------------------------*/

.move-text {
    position: relative;
    overflow: hidden;
    height: 65px;
}

/* UL */
.move-text ul {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    animation: mymove 16s linear infinite alternate;
}

/* LI */
.move-text ul li {
    display: inline-block;
    position: relative;

    margin: 0 9px;
    padding-right: 75px;

    font-size: 63px;
    font-weight: 900;
    line-height: 63px;

    /* Transparent fill */
    color: transparent;

    /* Stroke effect */
    -webkit-text-stroke: 1px #21c5e5;

    /* Soft shadow for depth */
    text-shadow: 2px 3px 2px rgba(33, 197, 229, 0.8);
}

/* Heart icon after each item */
.move-text ul li::after {
    position: absolute;
    top: 50%;
    right: 0;
    content: "";
    width: 47px;
    height: 45px;
    background-image: url("https://medipathglobal.in/wp-content/uploads/2026/02/cropped-cropped-medipath_LOGO_page-0001-removebg-preview-e1771676159927.png");
    background-size: 47px 45px;
    background-repeat: no-repeat;
    background-position: center;
    transform: translateY(-50%);
}

/* Remove last icon */
.move-text ul li:last-child::after {
    display: none;
}

/* Animation */
@keyframes mymove {
    from {
        left: 0;
    }
    to {
        left: -100%;
    }
}


@media screen and (min-width: 992px) {
    .cs_height_20 {
        height: 20px;
    }
}
@media only screen and (min-width: 1400px) {
    .move-text {
        height: 115px;
    }
}


@media only screen and (max-width: 1480px) {
    .widget-rating2 img {
        width: 35px;
        min-width: 35px;
    }
        .widget-rating2 {
        gap: 12px;
        padding: 12px 15px;
    }
        .star-list li {
        font-size: 14px;
    }
    .widget-rating2 .rating {
    font-weight: 700;
}
}