@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
    
*
{
  padding: 0;
  margin: 0;
  box-sizing: border-box !important;
}
a 
{
  text-decoration: none;
}

p{font-family: "Poppins", Sans-serif;font-size: 15px;line-height: 25px}

.title
{
  font-family: "Poppins", Sans-serif;
  font-size: 2rem;
  color: #571F4D;
  font-weight: 700;
}
 /*   .top-bar {
      background-color: #000;
      color: white;
      font-size: 14px;
      padding: 5px 0;
    }*/

    .contact-info {
      padding: 15px 0;
    }

    .contact-info img{
      width: 65%;
    }

 .dropdown-menu .dropdown-item:hover{background-color: #571F4D;color: #fff;}

    .nav-link {
      color: white !important;
      font-family: "Poppins", Sans-serif;
      font-weight: 500;
    }
    .nav-item
    {
      margin: 0rem 0.5rem;
    }

 /*   .nav-link.active,
    .nav-link:hover {
      background-color: #28a745;
      color: white !important;
    }*/

.header-2{display: none;}

/*.header-2 a img{width: 45%}*/

.head {
  background-color: #571F4D;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  height: 40px;
}

.scroll-wrapper {
  display: flex;
  white-space: nowrap;
  animation: scroll 30s linear infinite;
}

.scroll-wrapper p {
  color: #fff;
  font-family: "Poppins", Sans-serif;
    margin: 0;
  padding-right: 100px;
  font-size: 0.9rem;
}

@keyframes scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}


.header-2 ul li a{color: #000 !important}

    .navbar {
      background-color: #571F4D;
    }

    .social-icons a {
      color: white;
      margin-left: 10px;
      font-size: 16px;
      font-family: "Poppins", Sans-serif;
    }
    .dropdown-item
    {
      font-family: "Poppins", Sans-serif;
    }

    .social-icons a:hover {
      color: #ccc;
    }

    .logo-text {
      font-weight: bold;
      font-size: 22px;
    }

    .sub-text {
      font-size: 14px;
      color: #333;
    }
    .top_header_icon 
    {
      background-color:#571F4D ;
      color: #fff;
      padding: 0.7rem;
      border-radius: 40px;
    }

/*    about section*/

       .about-section {
      padding: 60px 0;
    }

    .about-title {
      font-weight: bold;
      font-family: "Poppins", Sans-serif;
    }

    .underline {
      width: 80px;
      height: 3px;
      background-color: #571F4D;
      margin-bottom: 20px;
    }

    .about-list i {
      color: #571F4D;
      margin-right: 10px;
    }
    .about-list li 
    {
      font-family: "Poppins", Sans-serif;
    }

    .about-btn {
      background-color: #571F4D;
      color: #fff;
      font-weight: 600;
      padding: 10px 25px;
      border: none;
      font-family: "Poppins", Sans-serif;
    }

    .about-btn:hover {
      background-color: #3c1134;
      color: #f2f2f2;
    }

    .doctor-img {
      max-width: 100%;
      border-radius: 10px;
    }
    .btn-read {
      background-color: #571F4D;
      color: #fff;
      font-weight: 600;
      border: none;
      margin-top: 25px;
    }

    .btn-read:hover {
      background-color: #571F4D;
      color: #fff;
    }

    .about-img {
      border-radius: 10px;
      max-width: 100%;
    }

/*gallery section*/
.gallery
{
  padding: 3rem 0rem;
}


/*    contact form detail*/

section.contact-section {
      padding: 60px 20px;
    }

    .contact-box {
      background-color: #e5bfdf;
      color: #000;
      padding: 40px;
      height: 100%;
      border-top-left-radius: 10px;
      border-bottom-left-radius: 10px;
    }

    .contact-box h4 {
      font-weight: bold;
      margin-bottom: 25px;
      font-family: "Poppins", Sans-serif;
    }

    .contact-box p {
      display: flex;
      align-items: center;
      margin-bottom: 15px;
      font-family: "Poppins", Sans-serif;
    }

    .contact-box i {
      margin-right: 10px;
      color: #571F4D;

    }

    .form-box {
      background-color: #000;
      color: #fff;
      padding: 40px;
      height: 100%;
      border-top-right-radius: 10px;
      border-bottom-right-radius: 10px;

    }

    .form-box h4 {
      font-weight: bold;
      margin-bottom: 25px;
      font-family: "Poppins", Sans-serif;
    }

    .form-box .form-control {
      border: none;
      border-radius: 0;
      padding: 12px;
      margin-bottom: 20px;
      font-family: "Poppins", Sans-serif !important;
    }

    .form-box .btn-submit {
      background-color: #fff;
      color: #000;
      padding: 10px 30px;
      border: none;
      font-family: "Poppins", Sans-serif !important;
      
    }

    .form-box .btn-submit:hover {
      background-color: #222;
    }



/*    footer code*/

.footer {
      background-color: #571F4D;
      color: white;
      padding: 50px 0 20px;
    }
    .footer h5 {
      font-weight: bold;
      margin-bottom: 20px;
      font-family: "Poppins", Sans-serif;
    }
    .footer p 
    {
      font-family: "Poppins", Sans-serif;
      font-size: 0.9rem;
    }
    .footer a {
      color: white;
      text-decoration: none;
      display: block;
      margin-bottom: 8px;
      font-family: "Poppins", Sans-serif;
    }
    .footer a:hover {
      text-decoration: underline;
    }
    .footer i {
      color: #e9c3e3;
      margin-right: 10px;
    }
    .social-icons i {
      font-size: 18px;
      margin-right: 10px;
      color: white;
      transition: 0.3s;
    }
    .social-icons i:hover {
      color: #00d1ff;
    }
    .footer-bottom p {
      background-color: #000;
      padding: 10px 0;
      color: #fff;
      text-align: center;
      font-size: 14px;
      font-family: "Poppins", Sans-serif;
    }

    .footer-bottom p a{
      color: #6F1650;
      font-weight: 700;
    }

    .footer-bottom p a:hover{
      text-decoration: underline;
    }

/*    gallery page css*/
.gallery_section
{
  padding: 3rem 0rem;
}
.zoom {
    overflow: hidden;
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
      border-radius: 10px;
      margin: 0.5rem 0rem;
  }
  .zoom img {
    transition: all 1.2s ease;


  }
  
  .zoom:hover img {
     transform: scale(1.2);
  }


/*  Blog page css*/

.blog
{
  padding: 3rem 0rem;
}
.blog_inner
{
  margin: 0.6rem;
}
.blog_img img  
{
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.blog_body
{
  padding-left: 1rem;
  padding-top: 0.7rem;
  padding-bottom: 1rem;
}
.blog_body h3  
{
  font-family: "Poppins", Sans-serif;
  font-size: 1.4rem;
}
.blog_body p
{
  font-family: "Poppins", Sans-serif;
  font-size: 0.9rem;
}
.blog_btn a
{
      border-bottom: 2px solid #571F4D;
    color: #571F4D;
    font-family: "Poppins", Sans-serif;
}

.service-section{
  background-color: #571F4D;
  padding: 3rem 20px;
}
.service-section .box{
  height: 170px;
}
.service-section .box img{
 width: 80px;
 height: 80px;
}


.service-section .box{
  background-color: #fff;
  padding: 5px;
  border-radius: 20px;
}

.service-section .box h5{
  font-size: 20px;
  color: #571f4d;
  font-weight: 700;
  padding-top: 15px;
}
.services_read_more{padding-top: 0.4rem}
.services_read_more a 
{
  border-bottom: 2px solid #00000075;
  color: #571F4D;
  font-family: "Poppins", Sans-serif;
}
.services_read_more a:hover
{
  color: #000;
}

.testimonial-section{
  padding: 3rem 20px;
}


.testimonial-section .owl-carousel .item .testimonial-box{
  background-color: #571F4D;
  padding: 20px;
  border-radius: 20px;
  height: 220px;
}

.testimonial-section .owl-carousel .item .testimonial-box p{
  color: #fff;
}

.testimonial-section .owl-carousel .item .testimonial-box h4{
  color: #fff;
}

.testimonial-section .owl-carousel .item .testimonial-box span{
  color: #fff;
}

.testimonial-section .owl-carousel .item .testimonial-box img{
  width: 80px;
  height: 80px;
}


.about-section tr{border: solid 1px #ccc;}

.about-section tr td{border: solid 1px #ccc;font-family: "Poppins", Sans-serif;}

.about-section .d-md-flex a.active{
  background-color: #571F4D;
  padding: 10px 20px;
  border-radius: 10px;
  color: #fff;
}

.about-section .d-md-flex a{
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 10px;
  color: #571F4D;
  border: solid 1px #571F4D;
}
.about-section .d-md-flex a:hover{
  background-color: #571F4D;
  padding: 10px 20px;
  border-radius: 10px;
  color: #fff;
}


.top-slider{
  background: url(../images/slider/about-img.jpg);padding: 5rem 20px;
  background-size: cover;background-repeat: no-repeat;
}
.top-slider span{color: #fff;font-size: 35px;font-weight: 700}


.mission-vision-section img{
  width: 10%;
}

.mission-vision-section .mission{
  border-right: solid 1px #777;
}

 .new_update_section {
  padding: 3rem 0rem;
   }
 
 .new_update_box a  { 
  border: 1px solid #571F4D; 
  color: #571F4D;
   padding: 0.5rem 1.5rem; 
   font-weight: 600; 
   border-radius: 5px; 
 }
 .new_update_box a:hover{
  background:#571F4D; 
  color: #fff; 
  border-radius: 5px; 
}

.blog_details_box ul li a{color: #000}

.blog_details_box ul li a:hover{
  color: #0A58CA;
}
.blog_details_box ul li a small{
  color: #571F4D;
}


.owl-theme .owl-nav{display: none;}



@media only screen and (max-width: 1024px){
/*  .top-bar .col-lg-2{display: none;}*/
}

@media only screen and (max-width: 800px){
  .top-bar .col-xl-10 .d-flex{
    flex-wrap: wrap !important;
    gap: 5px !important;
    justify-content: center;
    text-align: center;
  }
  .mobile_view
{
  display: none;
}


.contact-info{padding: 0px 10px}
.top_header_icon i{padding: 8px;font-size: 20px}

.testimonial-section .owl-carousel .item .testimonial-box{
  height: auto !important;
}

.top-header{display: none;}
.header-2{display: block !important;}

}

@media only screen and (max-width: 500px){
  .top-slider{
    background-position: right;
}
.mission-vision-section .mission{
  border-right: none;
  border-bottom: solid 1px #777;
}
.mobile_view
{
  display: none;
}

.contact-info{
  padding: 5px;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-items: center !important;
}

.contact-info .d-md-flex{
  justify-content: center !important;
}

.contact-info img{
  width: 80%;
  margin: auto !important;
  text-align: center !important;
}

p{font-size: 13px;line-height: 22px}
.service-section .box h5 {
    font-size: 16px;}

.title { font-size: 1.5rem;}
.testimonial-section .testimonial-box h4{font-size: 18px}
.footer a{
  font-size: 14px;
}

/*.top-bar{display: none !important;}*/


}

   /* .section-header {
      background-color: #e7effe;
      padding: 0.75rem 1rem;
      font-weight: 600;
      display: flex;
      align-items: center;
      border-radius: 0.25rem;
      margin-bottom: 1rem;
    }*/
    /*.section-header i {
      margin-right: 0.5rem;
    }*/
    .details-list {
      list-style-type: disc;
      padding-left: 1.5rem;
    }
    .details-list li 
    {
      font-family: "Poppins", Sans-serif;
      font-size: 0.9REM;
    }
    .input-group-text i
    {
      color: #571F4D;
    }
    .app_btn
    {
      background-color:#571F4D ;
      color: #fff;
    }
       .app_btn:hover
    {
      background-color:#571F4D ;
      color: #fff;
    }
    .form-control1
    {
      font-family: "Poppins", Sans-serif;
    }
    .form-select
    {
      font-family: "Poppins", Sans-serif;
    }