@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Parisienne&display=swap');


*:focus,
a:focus,
a:active {
  outline: none;
  color: inherit;
  text-decoration: inherit; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

html {
  height: 100%;
  padding-bottom: 2px; }

.overflow {
  overflow: hidden; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', serif;
  font-weight: 600;
  margin: 0px 0 10px 0;
  padding: 0px; }

a, a span {
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out; }

a:hover, a:hover span {
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out
  -o-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out; }

body {
  background-attachment: fixed;
  background-size: 100% auto;
  background-color: #fff;

  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-family: "Roboto", sans-serif; }

a {
  color: #272727;
  text-decoration: none;
  cursor: pointer; }

a:hover {
  color: #000;
  text-decoration: none; }

.loading, .loading-box {
  display: none; }

/* -------------- Top -------------- */
.top-wrapper{width: 100%; background-color: #fff; position: relative; }
.logo{ margin: 5px 0; display: block; }
.logo img{ max-width: 100%; }
.call{ margin: 14px 0 0 0; text-align: right; display: block; width:100%; float:right; }
.call span{ font-size: 30px; color: #646464; }
.call-data{ display:inline-block; font-size: 18px; color: #4b4a4a;}
.call-data span{font-size: 18px; color: #c91818; margin-right: 6px; display:inline-block; font-weight: 500; }
 
/* -------------- Menu -------------- */
.menu-wrapper{ width: 100%; padding: 5px 0; background-color: #c91818; z-index: 5; position: relative; }
.top-menu {
  padding: 0px 0;
  z-index: 10; display: flex;
  margin: 4px 0px 4px 0 ; }
  .top-menu ul {
    margin: 0px 0 0px -20px;
    padding: 0;
    list-style: none;
    display: inline; }
    .top-menu ul li {
      display: inline-block;
      margin: 0px;
      position: relative;
        color: #4e2624;
      color: #4e2624;
      float: left;
      font-weight: 500;
      font-size: 14px; }
      .top-menu ul li a {
        display: inline-block; color: #fff; padding: 5px 18px; font-size: 18px; font-weight: 400; }
      .top-menu ul li a:hover {
        text-decoration: none; }
    .top-menu ul li:last-child a{
      border-right: 0px; }

.top-menu ul li ul {
  display: none;
  position: absolute;
  z-index: 10;
  background-color: #000;

  border-top: 1px solid #3f3f3f !important;
  border-left: 1px solid #3f3f3f !important;
  border-right: 1px solid #3f3f3f !important; }

.top-menu ul li:hover ul {
  display: block; }

.top-menu ul li ul li {
  width: 250px;
  display: block;
  background: none;
  text-align: left !important;
  padding: 3px 5px;
  text-align: left !important;
  border-bottom: 1px solid #3f3f3f !important; }

.top-menu ul li ul li a {
  font-size: 15px;
  color: #fff !important;
  padding: 5px 6px; }

.top-menu ul li ul li:first-child a {
  padding: 5px 6px !important; }

.top-menu ul li ul li ul, .top-menu ul li:hover ul li ul {
  display: none;
  left: 251px;
  top: 0px;
  border-top: 1px solid #ccc !important; }

.top-menu ul li:hover ul li:hover ul {
  display: block; }


/* -------------- Banner -------------- */
.banner-wrapper { position: relative;  }
.box-wrapper{ background-color: #f8f2cd; padding: 20px 0; } 

.arrow2{ width: 100%; z-index:300;}
.arrow2 .prev{ height: 60px; width: 60px; background: url(../img/left.png) no-repeat center center; opacity: 0.5; background-color: rgba(255, 255, 255, 0.8); 
  display: inline-block; position: absolute; top:48%; color: red; left: 6px; cursor: pointer; z-index: 100;
-webkit-transition: all 0.40s ease-in-out;
-moz-transition: all 0.40s ease-in-out;
-ms-transition: all 0.40s ease-in-out;
-o-transition: all 0.40s ease-in-out;
transition: all 0.40s ease-in-out;
}
.arrow2 .prev:hover{ opacity: 1;
-webkit-transition: all 0.40s ease-in-out;
-moz-transition: all 0.40s ease-in-out;
-ms-transition: all 0.40s ease-in-out;
-o-transition: all 0.40s ease-in-out;
transition: all 0.40s ease-in-out;}
.arrow2 .next{ height: 60px; width: 60px; background: url(../img/right.png) no-repeat center center; opacity: 0.5; background-color: rgba(255, 255, 255, 0.8); 
  display: inline-block; position: absolute; top:48%; color: red; right: 6px; cursor: pointer; z-index: 100;
-webkit-transition: all 0.40s ease-in-out;
-moz-transition: all 0.40s ease-in-out;
-ms-transition: all 0.40s ease-in-out;
-o-transition: all 0.40s ease-in-out;
transition: all 0.40s ease-in-out;
}
.arrow2 .next:hover{ opacity: 1;
-webkit-transition: all 0.40s ease-in-out;
-moz-transition: all 0.40s ease-in-out;
-ms-transition: all 0.40s ease-in-out;
-o-transition: all 0.40s ease-in-out;
transition: all 0.40s ease-in-out;}
.social-icons{ display:block; width:100%; float:right; margin: 15px -10px 0 0; }
.social-icons ul{ margin: 0px 0px 0 0; padding: 0; list-style: none; }
.social-icons ul li{ display: inline-block; margin:0 3px 0 3px; padding: 0; }
.social-icons ul li a{ display: block; text-align: center; padding-top: 3px;  height: 28px; width: 28px; border-radius: 25px; background-color: #fff; }
.social-icons ul li a i{ font-size: 18px; color: #4b4a4a;}
.social-icons ul li a:hover{ color: #c91818; }

.home-box{ position: relative; width: 100%; z-index: 15; background-color:#fff;
  padding: 15px;
-webkit-box-shadow: 0 0 5px 5px rgba(0,0,0,0.1); box-shadow: 0 0 5px 5px rgba(0,0,0,0.1); }
.home-box h2{font-size:22px; font-style:italic; color:#c91818; font-weight:700; margin-bottom:8px;}
.home-box h1{font-size:20px; color:#b9a57e; font-weight:700; margin-bottom:8px;}
.home-box p{font-size:14px; color:#a1a1a1; text-align: justify;}  

.home-bottom-box img{ width:100%; height:auto; border:1px solid #ccc; padding:6px; margin-bottom:8px;}
.wp-block-image img{ width:100% !important; height:auto; border:1px solid #ccc; padding:6px; margin-bottom:8px;}
/* -------------- Title -------------- */
 .page-title{ margin-bottom:8px; margin-top: 20px; float: left; width: 100%}
  .page-title h1{ font-size: 24px; font-weight: 600; color: #c91818; text-transform: uppercase; }
  .page-title-left{position: relative; margin-bottom: 80px;}
  
.page-wrapper { padding: 25px 0 25px 0 ; overflow: hidden; position: relative; }
.product-image a img {
    width: 100%; height: auto;
}
.category-image a img {
    width: 100%; height: auto;
}
.contact-wrapper { padding: 10px; font-size: 18px; line-height: 26px; }
.page-wrapper { padding: 30px 0; }
.wp-block-button__link { color: #fff !important; background-color: #c91818 !important;}
.wp-block-button__link:hover { color: #000 !important; background-color: #c91818 !important;}
/* -------------- Home -------------- */
.intro-wrapper{ margin-top: 20px; padding: 20px 0 0px 0; background: url(../img/doc-bg.png) repeat-x top center #d8ccb4; border-bottom:5px solid #c91818; }
.intro-wrapper h1{ font-size: 40px; font-size: 700; margin-top: 5px}  
.intro-wrapper .intro-text p { font-size:18px; color:#64403f; font-weight:500; margin:15px 0; }
.intro-wrapper .intro-text i {font-family: 'Parisienne', cursive; font-size: 45px; color:#c91818; }

.process-wrapper{ padding: 90px 0 60px 0; background: #f4f3f3; position: relative; }
.process-box{ margin: 20px 0;}

.learn-wrapper{ padding: 60px 0; background-color: #fbfafa;}
.learn{ margin: 15px 0; }
.learn-image{ background-color: #fff; }
.learn-image img{ width: 100%; height: auto;  }
.learn-name{ text-align: left; color: #0855a1; border-bottom: 3px solid #0855a1; display: inline-block; font-weight: 600; padding:8px 18px 0 0 ; }
.view-more{ display: inline-block;  border-radius: 60px; padding: 8px 20px; margin: 30px 0 0 0; }

.services-wrapper{ padding: 40px 0; background: url(../img/bg2.jpg) no-repeat center center; }
.service{ margin: 15px 0; padding: 8px; background-color: #fff; -webkit-box-shadow: 0 0 10px 1px rgba(0,0,0,0.2);
box-shadow: 0 0 10px 1px rgba(0,0,0,0.2);}
.service-image{ background-color: #fff; text-align: center; }
.service-image img{ max-width: 100%; height: auto;  }
.service-name{ text-align: center; font-weight: 600; border-bottom: 1px solid; padding:8px 0 3px 0; margin: 0 0 5px 0; text-align: left; }
.service-text{ font-size: 13px; }

.sub-wrapper{
  padding: 90px 0 40px 0; background: #fff;
}
.breadcrumb {
  background-color: transparent !important;
  padding: 0 !important;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  margin: 0 0 10px -8px !important; }

.breadcrumb ul {
  list-style: none;
  float: left;
  margin: 0;
  padding: 0; }

.breadcrumb ul li {
  display: inline-block;padding: 2px;
  font-size: 15px; color: #a7a7a7; }

.breadcrumb ul li a {
  display: block;
  padding: 2px 8px;
  color: #a7a7a7;
  font-size: 15px; }
.breadcrumb ul li a:hover {
  color: #454545;}

.contact-form{ padding: 20px 0; }
.contact-form input{ width: 100%; margin-bottom: 15px; border: 1px solid #ccc; border-radius: 0px; height: 32px; }
.contact-form textarea{ width: 100%; margin-bottom: 15px; border: 1px solid #ccc; border-radius: 0px; height:50px ; }

.slick-dots li button:before{ color: #454545 !important;}
.slick-dots {
  bottom: 8px !important; }

.slick-dots li button:before {
  font-size: 10px !important; }
.home-footer-wrapper{ padding: 40px 0; background: url(../img/footer-bg.jpg) no-repeat right bottom; background-color:#d8ccb4; }

.doctor-wrapper{ padding:10px; margin-bottom:15px; -webkit-box-shadow: 0 0 5px 5px rgba(0,0,0,0.1); box-shadow: 0 0 5px 5px rgba(0,0,0,0.1); }
.doctor-image img{ width:100%; height:auto; margin-bottom:10px; border:2px solid #ccc; }
.doctor-name h1{ font-size:20px; color:#c43333; font-weight:500; margin-left:3px }
.doctor-des{font-size:17px; color:#a9966f; margin-left:3px}

.button{ background-color:rgba(255, 255, 255, 0.5); display:inline-block; color:#c43333; padding:8px 14px; border-radius:18px; font-weight: 700; margin:8px 0; }
.button:hover{ background-color:rgba(255, 255, 255, 1.0);}

.home-testimonial{ border: 1px solid #999797; border-radius: 22px; padding: 20px; background: url(../img/test-bg.png) no-repeat right bottom; background-color: rgb(216,204,180,0.7); overflow: hidden; margin: 15px 0; 
float: left;}
.testimonial{ border: 1px solid #999797; border-radius: 22px; padding: 20px; background: url(../img/test-bg.png) no-repeat right bottom #f5f0e6; overflow: hidden; margin: 15px 0; 
float: left;}
.testimonial-data{ font-size:20px; color: #6e6b6b; font-style:italic; padding-bottom:15px; }
.testimonial-author{font-family: 'Parisienne', cursive; font-size: 35px; color:#c91818; }
/* -------------- Footer -------------- */
.footer-wrapper {
  padding: 16px 0;   
  background-color: #c91818; text-align: center;
}
.footer-wrapper ul {margin: 0; padding: 0; list-style: none; display:inline-block;  } 
.footer-wrapper ul li { display:inline-block; } 
.footer-wrapper ul li a{ color:#fff; font-weight:18px; padding:4px 15px } 

.footer2 {
  padding-bottom: 15px;
  padding: 18px 0; 

}
  .footer2 .copy-text {
    font-size: 15px;
    color: #6f6f6f; }
  .footer2 .wc-text a {
    font-size: 15px;
    color: #6f6f6f; }

.error {
  color: #e90e0e; }



/* --------- sign in / sign up ------------ */
/* Breakpoints */
/* 320px*/
/* 768px*/
/* 1024px*/
/* 1366px*/
/* 1920px*/
/* 2560px*/
/* Media Queries */
@media (min-width: 20em) {
  .mobile { display: block; }.desktop {display: none; }
  .home-box{margin-top: 15px;}
  .intro-wrapper h1{ color:#fff;}
  .copy-text {text-align: center; } .wc-text {text-align: center; } }

@media (min-width: 48em) {
  .mobile { display: block; } .desktop { display: none; }
  .home-box{margin-top: 15px;}
  .intro-wrapper h1{ color:#fff;}
  .copy-text {text-align: center; } .wc-text { text-align: center; } }

@media (min-width: 64em) {
  .mobile {display: none; } .desktop { display: block; }
  .home-box{margin-top: -80px;}
  .intro-wrapper h1{ color:#d8ccb4;}
  .copy-text {text-align: left; }.wc-text {text-align: right; } }

@media (min-width: 85.375em) {
  .mobile { display: none; }.desktop { display: block; }
  .home-box{margin-top: -80px;}
  .intro-wrapper h1{ color:#d8ccb4;}
  .copy-text {text-align: left; } .wc-text { text-align: right; } }

@media (min-width: 120em) {
  .mobile { display: none; }.desktop {  display: block; }
  .home-box{margin-top: -80px;}
  .intro-wrapper h1{ color:#d8ccb4;}
  .copy-text { text-align: left; } .wc-text { text-align: right; } }

@media (min-width: 160em) {
  .mobile { display: none; } .desktop { display: block; }
  .home-box{margin-top: -80px;}
  .intro-wrapper h1{ color:#d8ccb4;}
  .copy-text { text-align: left; }.wc-text {text-align: right; } }
