/*
 
*/

  @import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600');

  body {
    background: #ffffff;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
  }


  /*---------------------------------------
     TYPOGRAPHY              
  -----------------------------------------*/

  h1,h2,h3,h4,h5,h6 {
    font-weight: 600;
    line-height: inherit;
    color: #10244b;
  }

 

  h5 {
    font-weight: 500;
  }

  h1 {
    color: #10244b;
    font-size: 5em;
  }

  h2 {
    color: #0e54ae;
    font-size: 38px;
    padding-bottom: 10px;
  }

  h3 {
    font-size: 1.8em;
    line-height: 1.2em;
    margin-bottom: 0;
  }

  h4 {
    color: #454545;
    font-size: 1.8em;
    padding-bottom: 2px;
  }

  h6 {
    letter-spacing: 0;
    font-weight: normal;
  }

  p {
    color: #212529;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
  }


  /*---------------------------------------
     GENERAL               
  -----------------------------------------*/

  html{
    -webkit-font-smoothing: antialiased;
  }

  a {
    color: #252525;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none !important;
  }

  a:hover, a:active, a:focus {
    color: #bc74a5;
    outline: none;
  }
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    border-radius: 0px;
    border-color: #851862;
}
  .section-btn:hover {
    transform: translateY(-5px);
    background-color: #4267b2;
    color: #fff;
}

  ::-webkit-scrollbar{
    width: 8px;
    height: 8px;
  }

  ::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #000000;
  }

  .section-title {
    padding-bottom: 20px;
  }

  .section-title h2 {
    margin-top: 0;
  }

  .section-btn {
    background: #0e54ae;
    border: 0;
    border-radius: 3px;
    color: #ffffff;
    font-size: inherit;
    font-weight: 500;
    padding: 14px 20px;
    transition: transform 0.1s ease-in;
    transform: translateX(0);
  }

  .section-btn:hover {
    transform: translateY(-5px);
  }

  .text-align-right {
    text-align: right;
  }

  .text-align-center {
    text-align: center;
  }

  .border-top {
    border-top: 1px solid #f2f2f2;
    margin-top: 4em;
    padding-top: 2.5em;
  }

  .btn-gray {
    background: #393939;
  }

  .btn-blue {
    background: #4267b2;
  }

  .news-thumb {
    background: #ffffff;
    border-radius: 10px;
  }
  .news-thumb img {
    border-radius: 10px 10px 0 0;
  }

  .news-info {
    padding: 30px;
    text-align: left;
  }
 .news-info span {
    display: block;
    letter-spacing: 0.5px;
    color: #0e54ae;
}
  .news-info h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size:25px;
  }

  .author {
    border-top: 1px solid #f0f0f0;
    padding-top: 1.5em;
    margin-top: 2em;
  }
  .author img,
  .author .author-info {
    display: inline-block;
    vertical-align: top;
  }
  .author-info h5 {
    margin-bottom: 0;
  }
  .author img {
    border-radius: 100%;
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }

.story-card {
    cursor: pointer;
}
#team, #news, #news-detail {
    position: relative;
    padding-top: 50px;
    padding-bottom: 0px;
}

  #news, #service {
    text-align: center;
  }

  #google-map {
    line-height: 0;
    margin: 0;
    padding: 0;
  }


  /*---------------------------------------
       PRE LOADER              
  -----------------------------------------*/

  .preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #ffffff;
  }

  .spinner {
    border: 1px solid transparent;
    border-radius: 3px;
    position: relative;
  }

  .spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45px;
    height: 45px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 1px solid #575757;
    border-top-color: #ffffff;
    animation: spinner .9s linear infinite;
  }

  @-webkit-@keyframes spinner {
    to {transform: rotate(360deg);}
  }

  @keyframes spinner {
    to {transform: rotate(360deg);}
  }



  /*---------------------------------------
      MENU              
  -----------------------------------------*/

  header {
    background: #851862;
    border-bottom: 1px solid #bc74a5;
    display: flex;
    height: 35px;
  }

  header .col-md-8 {
    padding-right: 0;
  }

  header p,
  header span {
    font-size: 14px;
    line-height: 24px;
    padding-top: 6px;
  }

  header a,
  header span {
    color: #fff;
  }

  header span {
    font-weight: 500;
    display: inline-block;
    padding: 5px 15px;
  }

  header span.date-icon {
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    padding-right: 19px;
    padding-left: 19px;
  }

  header span i {
    color: #fff;
    margin-right: 5px;
  }



  /*---------------------------------------
      MENU              
  -----------------------------------------*/

  .navbar-default {
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0,0,0,.075);
    border: none;
    margin-bottom: 0;
    padding: 10px;
  }

  .navbar-default .navbar-brand {
    color: #393939;
    font-weight: 500;
  }

  .navbar-default .navbar-brand .fa {
    color: #bc74a5;
  }

  .navbar-default .navbar-nav li.appointment-btn {
    margin: 3px 0 0 20px;
  }

  .navbar-default .navbar-nav li.appointment-btn a {
    background: #0e54ae;
    border-radius: 3px;
    color: #ffffff;
    font-weight: 600;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .navbar-default .navbar-nav li.appointment-btn a:hover {
    background: #4267b2;
    color: #ffffff !important;
  }

  .navbar-default .navbar-nav li a {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
  }
   .navbar-default .dropdown-item  {
    padding: 10px 0px;
}
.navbar-default .dropdown-item > li a {
  background-color: #0e54ae!important;
  color: #000;
}
 
  .navbar-default .navbar-nav > li a:hover {
    color: #393939 !important;
  }

  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus {
    color: #555555;
    background-color: transparent;
  }

  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
    color: #393939;
    background-color: transparent;
  }

  .navbar-default .navbar-toggle {
    border: none;
    padding-top: 10px;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background: #393939;
    border-color: transparent;
  }

  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus { 
    background-color: transparent;
  }

.nav_logo>img {
    display: block;
    max-width: 160px!important;
}

  /*---------------------------------------
      HOME              
  -----------------------------------------*/

#home h1 {

     color: #ffffff;
    padding-bottom: 10px;
    margin-top: 0;
    font-size: 45px;
}

  #home h3 {
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    line-height: inherit;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin: 0;
  }
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1170px;
}
  .slider .container-fluid {
    width: 100%;
    padding: 0px;
  }

  .slider .owl-dots {
      position: absolute;
      top: 575px;
      width: 100%;
      justify-content: center;
  }

 .owl-theme .owl-dots .owl-dot span {
    width: 20px!important;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.slider .caption {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    background-color: rgb(50 50 50 / 51%);
    height: 100%;
    color: #fff;
    cursor: e-resize;
}

.slider .item {
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: local;
    background-size: cover;
    height: 600px;
}

  .slider .item-first {
    background-image: url(../images/b1.jpg);
  }

  .slider .item-second {
    background-image: url(../images/clinicbanner.jpeg);
  }

  .slider .item-third {
    background-image: url(../images/b3.jpg);
  }

.caption.ctext {
    background-color: transparent;
}
  /*---------------------------------------
      ABOUT              
  -----------------------------------------*/

  /* #about {
    background: url('../images/about-bg.jpg') no-repeat top center;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 150px;
  } */

  .profile img,
  .profile figcaption {
    display: inline-block;
    vertical-align: top;
    margin-top: 1em;
  }
  .profile img {
    border-radius: 100%;
    width: 65px;
    height: 65px;
    margin-right: 1em;
  }
  .profile figcaption h3 {
    margin-top: 0;
  }
  .heading h2{
    position: relative;
  }
.heading h2::after {
    content: '';
    position: absolute;
    width: 100px;
    height: 2px;
    background-color: #851862;
    text-align: center;
    margin: auto;
    bottom: 0px;
    left: 46%;
}


  /*---------------------------------------
      TEAM MEMBERS              
  -----------------------------------------*/

.team-thumb {
    background-color: #851862;
    border-radius: 0 0 10px 10px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    height: 520px;
}

.team-info h3, .team-info p {
    color: #fff;
}
  .team-info {
    padding: 15px 15px 0 15px;
  }

  .team-contact-info {
    border-top: 1px solid #e9e9e9;
    padding-top: 1.2em;
    margin-top: 1.5em;
  }

  .team-contact-info .fa {
    margin-right: 5px;
    display: inline-block;
    color: #fff;
  }

 .team-contact-info p {
    margin-bottom: 2px;
    color: #fff;
}

  .team-contact-info a {
   color: #fff;
  }

  .team-thumb .social-icon li {
    font-weight: 500;
  }

 .team-thumb .social-icon li a {
    background: #0e54ae;
    border-radius: 100%;
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0 2px 0 2px;
}
.team_cardimg img {
 
    object-fit: cover;
    width: 100%;
}
 
 .team-info p {
    min-height: 47px;
}
  .team-thumb .social-icon {
    opacity: 0;
    transform: translateY(100%);
    transition: 0.5s 0.2s;
    text-align: center;
    position: relative;
    top: 0;
  }

  .team-thumb:hover .social-icon {
    opacity: 1;
    transition-delay: 0.3s;
    transform: translateY(0px);
    top: -22em;
  }



  /*---------------------------------------
     SERVICE              
  -----------------------------------------*/

  #service {
    background: #bc74a5;
  }

  #service h2,
  #service h4 {
    color: #ffffff;
  }

  #service p {
    color: #d9d9d9;
  }

  #service .service-thumb {
    padding: 0 22px;
  }

  #service .fa {
    font-size: 50px;
    margin-bottom: 10px;
    background: #ffffff;
    color: #bc74a5;
    width: 120px;
    height: 120px;
    line-height: 120px;
    border-radius: 100%;
  }


  /*---------------------------------------
      NEWS             
  -----------------------------------------*/

  #news  {
    background: #f2f2f2;
  }

  #news-detail blockquote {
    margin: 30px 0;
  }

  .news-detail-thumb .news-image img {
    border-radius: 10px;
  }

  .news-detail-thumb h3 {
    margin-bottom: 8px;
  }

  .news-image {
    margin-bottom: 30px;
    position: relative;
  }

  .news-image img {
    width: 100%;
  }

  .news-detail-thumb ul {
    margin: 5px 12px 22px 0px;
  }

  .news-detail-thumb ul li {
    list-style: circle;
    font-weight: normal;
    padding: 6px 12px 6px 0px;
  }

  .news-sidebar {
    margin-top: 16px;
  }

  .news-social-share {
   
    padding-top: 22px;
  }

  .news-social-share .btn {
    border-radius: 100px;
    border: none;
    font-size: 10px;
    font-weight: 600;
    margin: 2px 6px;
    padding: 8px 14px;
  }

  .news-social-share .btn-primary {
    background: #3b5998;
  }

  .news-social-share .btn-success {
    background: #1da1f2;
  }

  .news-social-share .btn-danger {
    background: #dd4b39;
  }

  .news-social-share a .fa {
    padding-right: 4px;
  }
.news-sidebar h4 {
    color: #851862;
}
  #news-detail {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}
  .recent-post {
    padding-top: 2px;
    padding-bottom: 18px;
  }

  .recent-post .media img {
    border-radius: 15%;
    width: 60px;
    height: 60px;
    margin-right: 5px;
  }

  .recent-post .media-heading {
    font-size: 20px;
    font-weight: 500;
    line-height: inherit;
    margin-top: 5px;
  }

  .news-categories {
    margin-top: 8px;
  }

  .news-categories li a {
    color: #2b2b2b;
  }

  .news-ads {
    background: #ffffff;
    border-right: 4px solid #2b2b2b;
    padding: 42px;
    text-align: center;
    margin: 26px 0 26px 0;
  }

  .news-ads.sidebar-ads {
    border-left: 4px solid #2b2b2b;
    border-right: 0px;
  }

  .news-ads h4 {
    font-size: 18px;
  }

  .news-tags h4 {
    padding-bottom: 6px;
  }

  .news-categories li,
  .news-tags li {
    list-style: none;
    display: inline-block;
    margin: 4px;
  }

  .news-tags li a {
    background: #393939;
    border-radius: 50px;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    float: left;
    min-width: 30px;
    padding: 6px 12px;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
  }

  .news-tags li a:hover {
    background: #4267b2;
  }



  /*---------------------------------------
      APPOINTMENT             
  -----------------------------------------*/

  #appointment {
    padding-top: 100px;
  }

  #appointment label {
    color: #fff;
    font-weight: 500;
  }
.ap_form {
 
    padding: 10px;
}
#appointment .form-control {
    background: #fff;
    border: none;
    border-radius: 3px;
    box-shadow: none;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 15px;
    transition: all ease-in-out 0.4s;
    color: #000000 !important;
}

  #appointment input,
  #appointment select {
    height: 45px;
  }

#appointment button#cf-submit {
    background: #851862;
    color: #ffffff!important;
    font-weight: 600;
    height: 45px;
    margin-top: 24px;
}
.contact_image {
    height: 100%;
    max-height: 632px;
}
.contact_image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    object-position: top;
}
#appointment input::placeholder {
  color: #000; /* Change this to your desired color */
  opacity: 1;  /* Optional: make sure the color is fully visible */
}
  #appointment button#cf-submit:hover {
    background: #393939;
    color: #ffffff;
  }



  /*---------------------------------------
     FOOTER              
  -----------------------------------------*/

  footer {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  footer h4 {
    padding-bottom: 5px;
  }

  footer a {
    color: #fff;
  }

  footer a:hover {
    color: #4267b2;
  }

  .contact-info {
    padding-top: 10px;
  }

.contact-info .fa {
    background: #0e54ae;
    border-radius: 100%;
    color: #fff;
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin-right: 5px;
    margin-bottom: 2px;
}
.footer-thumb .social-icon li a {
    border-radius: 100px;
    color: #fff;
    font-size: 15px;
    width: 35px;
    height: 35px;
    background-color: #0e54ae;
    line-height: 35px;
    text-decoration: none;
    text-align: center;
    transition: all 0.4s ease-in-out;
    position: relative;
}
  .latest-stories {
    margin-bottom: 20px;
  }

  .stories-image,
  .stories-info {
    display: inline-block;
    vertical-align: top;
  }

  .stories-image img {
    border-radius: 100%;
    width: 65px;
    height: 65px;
  }

  .stories-info {
    margin-left: 15px;
  }

  .stories-info h5 {
    margin-bottom: 2px;
  }

  .stories-info span {
    color: #000;
    font-size: 12px;
  }
 

  .opening-hours span {
    font-weight: 500;
    display: inline-block;
    padding-left: 10px;
  }

  .copyright-text p,
  .footer-link a {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
  }

  .footer-link a {
    font-size: 12px;
    display: inline-block;
    padding: 0 10px;
    margin-top: 4px;
  }

  .angle-up-btn {
    position: relative;
    bottom: 4em;
    display: block;
  }

.angle-up-btn a {
    background: #851862;
    border: 1px solid #f2f2f2;
    border-radius: 3px;
    font-size: 20px;
    color: #fff;
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 38px;
    transition: transform 0.1s ease-in;
    transform: translateX(0);
}

  .angle-up-btn a:hover {
    background: #4267b2;
    color: #ffffff;
    transform: translateY(-5px);
  }
.p_links li {
    list-style: none;
    line-height: 18px;
    margin-bottom: 14px;
}
ul.p_links {
    padding: 0px;
}
.fotter-bottom p {
    color: #fff;
    padding: 10px 0px;
}
.fotter-bottom {
    background-color: #0e54ae;
}
.fotter-bottom a{
    text-decoration: none;
}
  /*---------------------------------------
     SOCIAL ICON              
  -----------------------------------------*/

  .social-icon {
    position: relative;
    padding: 0;
    margin: 0;
  }

  .social-icon li {
    display: inline-block;
    list-style: none;
  }

  .social-icon li a {
    border-radius: 100px;
    color: #fff;
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    text-align: center;
    transition: all 0.4s ease-in-out;
    position: relative;
  }

 .social-icon li a:hover {
    background: #851862;
    color: #ffffff;
}
/*#appointment {*/
/*    background-image: url('../images/cf.jpg');*/
/*    background-size: contain;*/
/*    background-repeat: no-repeat;*/
/*}*/
#appointment {
    padding-top: 50px;
    padding-bottom: 50px;
}
#appointment-form h2 {
    font-size: 26px;
    margin: 0px;
    color: #fff;
}
#appointment-form h6, #appointment-form p {
    color: #fff;
}
#appointment-form .section-title {
    padding-bottom: 0px;
}
.news-detail-thumb h3 {
    margin-bottom: 8px;
    color: #0e54ae;
}
.news-detail-thumb h5  {
 color: #0e54ae;
}
 .news-detail-thumb h6 {
 color: #0e54ae;
 font-size: 14px;
}
/* #appointment::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
} */

.media-object {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    border-bottom: 1px solid #000;
    padding-bottom: 18px;
}
#thankYouModal .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
}

#thankYouModal .c_close .btn-close {
    float: right;
    filter: invert(1);
    opacity: 1;
}
h5#thankYouLabel {
    color: #fff;
    font-size: 30px;
}
#thankYouModal .modal-body {
    color: #fff;
}
#thankYouModal .modal-content.p-4.text-center {
    background: #0e54ae;
}
.modal-body p {
    color: #fff;
}
button.btn.closeform.px-4 {
    background: #fff;
    color: #0e54ae;
    font-weight: 600;
    height: 45px;
    margin-top: 24px;
}   #slides1 {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        #slides1 li {
            display: none;
            font-weight: bold;
        }

        #slides1 .showing {
            display: block;
        }

        #slides1 .controls {
            background: none;
            border: none;
        }

       #slides1  .slide p {
    color: #fff;
    font-size: 14px;
}
#slides1 .slide p {
    color: #fff;
    font-size: 14px;
    margin: 0px;
    line-height: 38px;
}
     #slides1    .in_listat {
            display: none;
        }

    
      
       .header_top_right {
    background: #851862;
    border-bottom: 1px solid #bc74a5;
    display: flex;
    height: 35px;
    position:relative;
}

#slides1 {
    list-style: none;
    padding: 0;
    margin: 0;
    /* position: relative; */
    text-align: center;
    color: #fff;
}

.d-on{
    display: block;
}

.header_top_right{
    display: none;
}




















  /*---------------------------------------
     RESPONSIVE STYLES              
  -----------------------------------------*/

  @media only screen and (max-width: 1200px) {
    h1 {
      font-size: 4em;
    }
    h2 {
      font-size: 2.5em;
    }
    h3 {
      font-size: 1.5em;
    }

    header {
      height: inherit;
    }
    header span.date-icon {
      border: 0;
      padding-right: 0;
      padding-left: 0;
    }
    header span.email-icon {
      padding-top: 0;
    }

    .navbar-default .navbar-nav li a {
      padding-right: 15px;
      padding-left: 15px;
    }
  }

  @media only screen and (max-width: 992px) {
    .slider .item {
      background-position: center;
    }

    header {
      padding-bottom: 10px;
    }
    header .text-align-right {
      text-align: left;
    }
    header span {
      padding-top: 0;
      padding-left: 0;
      padding-bottom: 0;
    }
  }

  @media only screen and (max-width: 767px) {
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
      border-color: transparent;
    }
    .navbar-default .navbar-nav li.appointment-btn {
      margin-left: 15px;
    }
    .navbar-default .navbar-nav li a {
      display: inline-block;
      padding-top: 8px;
      padding-bottom: 8px;
    }

    .news-sidebar {
      margin-top: 2em;
    }

    #appointment-form {
      padding-top: 4em;
      padding-bottom: 4em;
    }

    footer {
      padding-top: 60px;
      padding-bottom: 0;
    }
    .footer-thumb {
      padding-bottom: 10px;
    }

    .border-top {
      text-align: center;
    }

    .copyright-text {
      margin-top: 10px;
    }

    .angle-up-btn {
      bottom: 10em;
    }
#home h1 {
    padding: 0px;
    font-size: 30px;
}

.header_top_right {
    background: #851862;
    border-bottom: 1px solid #bc74a5;
    display: flex;
    height: 35px;
    position: relative;
}
.d-on{
    display: none;
}
.header_top_right{
    display: block;
}
  }

  @media only screen and (max-width: 639px) {
    h1 {
      font-size: 3em;
      line-height: 1.2em;
    }
    h2 {
      font-size: 2.1em;
    }
    h4 {
      font-size: 1.4em;
    }

    #home h3 {
      font-size: 11px;
      letter-spacing: 1px;
    }

  }

/* new css */

 .footer-thumb p, .footer-thumb a {
    color: #000;
}
.footer-thumb h4 {
    color: #851862;
    font-size: 25px;
    position: relative;
    margin-bottom: 25px;
}

.footer-thumb h4:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 3px;
    background-color: #0e54ae;
    bottom: -7px;
    left: 0;
}

.main-angle{
    position: relative;
}

.angle-up-btn {
    position: absolute;
    bottom: 0;
    display: block;
    right: 0;
    margin: auto;
}
img {
    max-width: 100%;
}
  h6 {
    color: #851862;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}
.aboutus h2 {
    color: #0e54ae;
    font-size: 38px;
}
.ab_img img {
    border-radius: 15px;
}
ul.list-about {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 17px;
    padding-left: 0px;
    margin-bottom: 30px;
}
 

 
.list-about li i{
  color: #851862;
}
.list-about li {
    margin-right: 14px;
    font-weight: 600;
    list-style: none;
    color: #10244b;
    font-size: 15px;
}

section#about {
    padding: 50px 0px 0px;
}
 
.card-service {
    display: flex;
    justify-content: space-between;
}
.ser_img img {
    max-width: 60px;
    filter: brightness(0) saturate(100%) invert(13%) sepia(67%) saturate(3011%) hue-rotate(300deg) brightness(102%) contrast(96%);
}
.ser_text h4 {
    font-size: 20px;
    margin: 0px;
    padding-bottom: 10px;
}

section.services-card {
    padding: 30px 0px;
    background-color: #f2f2f2;
    margin: 50px 0px 0px;
}
.card-service {
    display: flex;
    justify-content: space-between;
    margin: 20px 0px;
    cursor: pointer;
}
.card-service:hover{
  transform: translateY(-5px)!important;
}
.card-service:hover img{

 filter: brightness(0) saturate(100%) invert(22%) sepia(67%) saturate(2182%) hue-rotate(200deg) brightness(98%) contrast(96%);;

}
 
.card-service:hover h4{
  color: #851862;
}
.card-service:hover p{
  color: #0e54ae;
}
.heading h2 {
    font-weight: 600;
    position: relative;
    font-size: 38px;
}
#appointment-form h2 {
    font-size: 38px;
}
 
.news-info h3 a {
    color: #851862;
}
 .readmore .section-btn {
    background: #0e54ae;
    border: 0;
    border-radius: 3px;
    color: #ffffff;
    font-size: inherit;
    font-weight: 500;
    padding: 7px 20px;
    transition: transform 0.1s ease-in;
    transform: translateX(0);
}

.readmore .section-btn:hover{
  background-color: #851862;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #851862;
    border-color: transparent;
}
#patient-stories {
    padding: 50px 0px 0px;
}
 .story-card img {
    border-radius: 20px;
}
.testhed01slide {
    width: 100%;
    height: 384px;
    padding: 20px;
    background: #851862;
}
.testhed01slide {
    width: 100%;
    
    padding: 20px;
    background: #851862;
}
.testhed01slideimg {
    display: flex;
    justify-content: left;
    align-items: center;
}
 
.testhed01slideimg img {
    height: 75px;
    width: 75px!important;
    border-radius: 50%;
    margin-right: 15px;
    /* margin-bottom: 20px; */
}
.state strong {
    color: #fff!important;
    font-size: 18px!important;
}
.n_text strong {
    color: red;
    color: #fff;
    font-size: 22px;
}
.testhed01slidetxt h4 {
    margin-bottom: 20px;
}

.testhed01slidetxt {
    padding: 15px 0px;
}

.testhed01slidetxt p:nth-child(2) {
    display: flex;
    align-items: center;
}

.testhed01slidetxt p {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 0px;
    color: #fff;
}

.testhed01slidetxt:after {
    content: '';
    background-image: url(../images/quoteleft.png);
    position: absolute;
    top: 32px;
    left: 30px;
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-size: 60px;
}

.testhed01slidetxt i.fa.fa-star {
    font-size: 30px;
    color: #ffa500;
}

 

.testimonial {
    padding: 0px 0px 50px;
}

.media-object a{
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #851862;
    font-weight: 600;
}

.recent-post .media img {
    border-radius: 15%;
    width: 100%;
    height: 60px;
    margin-right: 5px;
    max-width: 75px;
    object-fit: cover;
}

.B_FITS li {
    list-style-type: none!important;
}
.B_FITS {
    padding-left: 0px!important;
}
.news-sidebar label {
    padding: 5px 0px;
    color: #fff;
}
.news-sidebar h6 {
    color: #fff;
    text-align: center;
}

.news-sidebar #cf-submit {
    background-color: #851862;
    margin: 15px 0px 10px;
    border: navajowhite;
    color: #fff;
}
 
 
.footer-thumb .nav_logo>img {
    display: block;
    max-width: 160px!important;
    margin-bottom: 19px;
}
.aw_ards{
    position:relative;
}

.aw_ards:before {
    content: '';
    position: absolute;
    background-image: url('/images/pink-leaf.png');
    width: 81px;
    max-height: revert-layer;
    left: -61px;
    top: -6px;
    height: 120px;
    object-fit: contain;
    background-size: contain;
    background-repeat: no-repeat;
}
.aw_ards:after {
    content: '';
    position: absolute;
    background-image: url('/images/blue-leaf.png');
    width: 81px;
    max-height: revert-layer;
    right: 0px;
    top: -6px;
    height: 120px;
    object-fit: contain;
    background-size: contain;
    background-repeat: no-repeat;
}

.about-info h2 {
    padding: 0px;
    font-size: 28px;
}
form#appointment-form {
    background: #0e54ae;
    padding: 25px;
}

section.services-slide {
    padding: 40px 0px 60px;
}
.s_card {
    position: relative;
    padding: 10px;
    background: rgb(133, 24, 98);
    max-height: 365px;
    height: 100%;
}
.small-img {
    max-width: 74px;
    position: absolute;
    top: 39%;
    left: 20px;
    background: rgb(255, 255, 255);
    padding: 10px;
}
.s_content {
    margin-top: 40px;
} 

.small-img img {
    filter: brightness(0) saturate(100%) invert(22%) sepia(67%) saturate(2182%) hue-rotate(200deg) brightness(98%) contrast(96%);
}

.s_content h4, .s_content p {
    color: rgb(255, 255, 255);
}

section.explained_service {
    background-color: #0e54ae;
}


.service-explain {
    padding: 100px 0px;
}
.service-explain h5, .service-explain h2, .service-explain p{
    color: #fff;
}


 .service-explain h2{
    color: #fff;
    font-size: 45px;
}

.d-pheragraph {
    display: flex;
}

.line {
    border: 1px solid #fff;
    margin: 30px 0px;
}

.ex-img {
    height: 100%;
}
.ex-img img{
    object-fit: cover;
    height: 100%;
}

.explained_service {
    background-color: #0e54ae;
}

.service-explain {
    padding: 100px 0px;
}

.service-explain h2 {
    color: #fff;
    padding: 0px;
}
.service-explain h5 {
    color: #fff;
}

.service-start {
    padding: 50px 0px;
}

.service-ex h3 {
    color: #0e54ae;
    font-size: 45px;
}
 
.service-ex h5 {
    color: #851862;
    font-weight: 600;
}
  

.side-panel {
    position: sticky;
    top: 50px;
}

  .tablefor-service  table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    font-family: Arial, sans-serif;
  }

.tablefor-service  th {
    border: 1px solid #333;
    padding: 10px;
    color: #fff;
    background: #851862;
}
.tablefor-service td {
    border: 1px solid #333;
    padding: 10px;
  }
 .tablefor-service thead {
    background-color: #f2f2f2;
  }
  .service-ex h4 {
    color: #0e54ae;
    font-size: 30px;
}
.faq-section .accordion-button {
    border: 2px solid #0e54ae;
    font-weight: 600;
    color: #0e54ae;
}
.faq-section .accordion-header {
    margin-bottom: 0;
    padding-bottom:0px;
}
.faq-section  .accordion-body {
    background: #0e54ae;
    color: #fff;
}
.faq-section .accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: #cfe2ff00;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.faq-section .accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none;
}
#blogs {
    padding: 50px 0px;
}

.strip {
    background-color: #0e54ae;
    padding: 50px 0px;
}
.strip-data h2 {
    color: #fff;
}
.strip-data p {
    color: #fff;
}
li.breadcrumb-item, .breadcrumb-item a {
    color: #fff!important;
}
.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: #fff!important;
    content: var(--bs-breadcrumb-divider, "/");
}
#blogs .news-thumb {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin: 10px;
}

.news-info p {
    min-height: 53px;
}

section.contact_main {
    padding: 50px 0px;
}

.contact-card {
    text-align: center;
}

.contact-card h3 {
    font-size: 20px;
    margin-block: 10px;
    color: #0e54ae;
}

.contact-card p {
    margin: 0px;
}

.contact-card img {
    max-width: 75px;
}
.contact-card img {
    max-width: 70px;
    filter: brightness(0) saturate(100%) invert(13%) sepia(68%) saturate(3049%) hue-rotate(300deg) brightness(97%) contrast(96%);
}


.heading {
    margin-bottom: 40px;
}

 .contact_form_container {
     background: #0e54ae;
    padding: 25px;
}

.contact_form_container h2 {
    font-size: 38px;
      color: #fff;
}
.contact_form_container h6, .contact_form_container p {
    color: #fff;
}
 .tablefor-service {
    margin-bottom: 30px;
}

.list-service {
    margin-bottom: 30px;
}


.name-list {
    background: #fff;
    border-radius: 50%;
    font-size: 43px;
    margin-right: 10px;
    color: #851862;
    width: 65px;
    text-align: center;
}

#slides {
    position: relative;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

#slides .slide {
    font-size: 12px;
    color: #fff;
    text-align: left;
    line-height: 27px;
}
.slide {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

#slides .slide a {
    font-size: 11px !important;
    text-decoration: none;
}
.showing {
    opacity: 1;
    z-index: 2;
}


form#contact_us {
    background: #0e54ae;
    padding: 25px;
}


#contact_us #cf-submit {
    background: #851862;
    color: #ffffff!important;
    font-weight: 600;
    /* height: 45px; */
    margin-top: 24px;
    width: 100%;
  
    border-radius: 5px;
}

#appointment .contact_image {
    height: 100%;
    
}

.s_card img {
    max-height: 172px;
    object-fit: cover;
}


.ab_video video {
    width: 100%;
    padding-top: 50px;
}
























@media(max-width:767px){
  .slider .item {
    background-position: inherit;
    background-repeat: no-repeat;
    background-attachment: local;
    background-size: cover;
    height: 300px;
}
header .text-align-right {
    text-align: center;
}
header p, header span {
    font-size: 12px;
    line-height: 24px;
    padding-top: 6px;
    text-align: center;
    margin: 0px;
}
#appointment .form-control {
    background: #fff;
    border: none;
    border-radius: 3px;
    box-shadow: none;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 15px;
    transition: all ease-in-out 0.4s;
    color: #000000 !important;
}
.nav_logo>img {
    display: block;
    max-width: 160px!important;
    text-align: center;
  
}

.team-info p {
    min-height: 10px;
    margin: 0px;
}
.about-info h2 {
    padding: 0px;
    font-size: 34px;
    text-align: center;
}

.line {
    border: 1px solid #fff;
    margin: 15px 0px;
}
.service-start {
    padding: 50px 0px 0px;
}
header {
    padding-bottom: 0px;
}
.m-text {
    text-align: center!important;
}
section#about {
    padding: 30px 0px 0px;
}
section.services-card {
    padding: 30px 0px;
    background-color: #f2f2f2;
    margin: 30px 0px 0px;
}
.heading h2 {
   font-size: 28px;
}
.heading h2::after {
   
    left: 36%;
}
.card-service p{
  font-size: 16px;
}
.heading p {
    font-size: 16px;
}

#appointment {
    background-image:none;
    background-size: contain;
    background-repeat: no-repeat;
}
#appointment {
    padding-top: 30px!important;
    padding-bottom: 30px!important;
}
#appointment-form {
    padding-top: 0;
    padding-bottom: 0;
}
#team, #news, #news-detail {
    position: relative;
    padding-top: 30px;
    padding-bottom:0px;
}
.team_cardimg {
    height: 300px;
}
.team_cardimg img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.news-info {
    padding: 20px;
    text-align: left;
}
.story-card img {
    max-height: 400px;
    object-fit: contain;
}
 #patient-stories {
    padding: 0;
}
.team-info {
    padding: 10px 10px 0 10px;
}
 .team-contact-info {
    border-top: 1px solid #e9e9e9;
    padding-top: 5px;
    margin-top: 5px;
}
.team-info h3{
    font-size: 20px;
}
 
.testhed01slidetxt i.fa.fa-star {
    font-size: 30px;
    color: #ffa500;
}
.aw_ards p {
    padding-left: 69px;
}
.aw_ards:before {
    content: '';
    position: absolute;
    left: 0;
    top: -6px;
   
}
.aw_ards:after {
    content: '';
    position: absolute;
  ;
    right: 26px;
    top: -6px;
  
    background-repeat: no-repeat;
}
.service-explain {
    padding: 30px 0px;
}
.service-ex h4 {
    color: #0e54ae;
    font-size: 26px;
}
.service-explain h2 {
    color: #fff;
    font-size: 40px;
}
.services-slide {
    padding: 30px 0px;
}
.contact-card {
    text-align: center;
    margin-bottom: 45px;
}
section.contact_main {
    padding: 30px 0px;
}
.contact_form_container {
    background: #0e54ae;
    padding: 15px;
}
.strip {
    background-color: #0e54ae;
    padding: 30px 0px;
}
.testimonial {
    padding: 0px 0px;
}
.card-service {
    display: flex;
    justify-content: space-between;
    margin: 8px 0px;
    cursor: pointer;
    border: 3px solid #0e54ae;
    padding: 15px;
}
.ser_text h4 {
    font-size: 16px;
    margin: 0px;
    padding-bottom: 10px;
}
.aboutus h2 {
    color: #0e54ae;
    font-size: 28px;
}
#appointment-form h2 {
    font-size: 28px;
}
.ap_form .col-md-6.col-sm-6 {
    padding: 0px;
}
section#blogs {
    padding: 30px 0px;
}
.contact_image img {
    object-fit: cover;
    height: 300px;
    width: 100%;
}
.team-thumb {
 
    height: auto;
}
.ab_video video {
    width: 100%;
    padding-top: 0px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    border-radius: 0px;
    border-color: #851862;
}
}