/* .topbar-l {
    margin-right: -3.5rem;
} */



.owl-carousel .owl-dots .owl-dot.active span {
    background-color: #bf0d0d !important;
}
/* .logo-img {
    width: 140px;
    height: 80px;
    margin: 10px;
} */

.navbar-brand.logo-control img.logo-img {
    display: block !important;
    max-height: 99px !important;
    width: auto !important;
}

/*topbar appointment*/

.contact-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.left-side {
    display: flex;
    align-items: center;
    gap: 10px; /* Adds space between text and icons */
}

.right-side {
    text-align: right;
    flex-grow: 1;
    padding-left: 15px; /* Adds space between right side and icons */
}    
      
a {
    text-decoration: none;
    color: inherit;
}



@media (max-width: 992px) {
    .d-lg-block {
        display: block !important;
    }
  
}

@media (max-width: 601px) {
    .left-side {
        font-size: 0.7rem;
        
    }
    .right-side {
        font-size: 0.7rem;
    }
}

@media (max-width: 461px) {
   .contact-container {
    flex-direction: column;
   }
   .right-side {
    padding-left: 11px;
   }
}




/* WhatsApp icon (properly visible) */
.icon-whatsapp {
    font-size: 20px;
    color: #2f9e44 !important; /* WhatsApp Green */
}

/* Email icon (black bold, no circle) */
.icon-email {
    font-size: 20px;
    color: black;
    font-weight: bold;
}


/* Component Read Next Link disable From Article */
.siderbar-article {
    display: none;
}


/* Footer */

.footer {
    position: relative;
    padding: 20px 0;
}

.footer-logo {
    position: absolute;
    top: -18px;
    left: 0px;
    width: 150px; 
    height: auto;
}
.t4-row {
    display: block;
}

.t4-col {
    width: -webkit-fill-available;
}

.t4-footnav {
    display: none;
}

.t4-footer .container {
    padding-top: 0px;
    padding-bottom: 0px;
}


@media (max-width: 768px) {
    .footer-logo {
        width: 120px; /* Reduce size slightly on smaller screens */
        right: 20px;
        top: 0px;
    }
}

@media (max-width: 548px) {
    .footer-logo {
        width: 100px; /* Reduce size slightly on smaller screens */
        top: -30px;
        
    }
}

/* Testimonial */

.new-container {
      overflow: hidden;
      width: 100%;
    }

    .test-slider {
      display: flex;
      gap: 50px;
      transition: transform 0.5s ease-in-out;
    }

    .testimony {
      min-width: 250px;
    }

    @media (max-width: 768px) {
      .testimony {
        min-width: 100%;
        display: flex;
        justify-content: center;
      }

      .test-slider {
        gap: 0;
      }
    }
  
  /* aboutus mod */

  .learn-more:hover {
    font-size: 15px;
    color: white;
    transition: all 0.3s ease-in-out;
  }

    @media (max-width: 768px) {
      .box {
        flex-direction: column;
        align-items: center;
      }
    }



/*  help article  */

.help-topic {
    color: #c92a2a;
}

/*h1 and h2 global*/

  .heading-custom{
    margin: 3rem 0 1rem 0;
  }
  .subheading-custom{
    margin: 2.4rem 0 0.4rem 0;
  }