/*
 Theme Name:   Medova Child  
 Theme URI:    https://themeholy.com/wordpress/medova
 Description:  This is a child theme for Medova - Health & Medical WordPress Theme
 Author:       Themeholy
 Author URI:   https://themeforest.net/user/themeholy 
 Template:     medova
 Version:      1.0
 Tags:         two-columns, three-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, theme-options, editor-style, featured-images, microformats, post-formats,  sticky-post, threaded-comments, translation-ready
 Text Domain:  Medova-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */ 

.doctor-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.doctor-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    text-align: center;
    padding: 20px;
}

.doctor-image img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
}

.doctor-info h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 5px;
    color: #00777a;
}

.doctor-info p {
    font-size: 14px;
    color: #444;
    margin: 0;
}
.service-card {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    text-align: center;
}
.service-card img {
    max-width: 100px;
    margin-bottom: 15px;
}
.service-card h3 {
    font-size: 18px;
    font-weight: bold;
    color: #007878;
}
.service-card p {
    font-size: 14px;
    color: #555;
}
.read-more {
    display: inline-block;
    margin-top: 10px;
    color: #007878;
    font-weight: bold;
    text-decoration: none;
}
.service-card.style2:hover h3, .service-card.style2:hover p {color:#fff;}
.header-layout2 .header-top,.home .breadcumb-wrapper {display:none !important;}
.home_page_gray .feature-card_wrapp  .feature-card, .home_page_gray .th-btn.black-border{background:#f4f4f4   !important}
.home_page_gray .feature-card .box-titlem {color: #114c4b !important; }
 .home_page_gray .th-btn.black-border:hover {background: #e74c29 !important; }
.hero-1 .th-hero-bg:before {
    background: linear-gradient(0deg, rgba(17, 76, 75, 0.8), rgba(17, 76, 75, 0.8))!important;
    background: linear-gradient(0deg, rgba(17, 76, 75, 0.8), rgba(17, 76, 75, 0.8))!important;
}
.checklist ul li::before{color:#e74c29;}
.hide_section, .home_call_display_none .call-info{display:none;}
.home .discount-wrapp .logo{border:none;}
.preloader-inner > img:first-child {
    display: none !important;
}
.service-card:hover::before {display:none;}
.service-card.style2:hover h3 {
    color: #007878 !important;
}
.service-card.style2:hover p {
    color: #555 !important;
}
.about_us .play-btn.popup-video{display:none;}
body .breadcumb-wrapper:before {
    background: linear-gradient(0deg, rgba(17, 76, 75, 0.8), rgba(17, 76, 75, 0.8))!important;
    background: linear-gradient(0deg, rgba(17, 76, 75, 0.8), rgba(17, 76, 75, 0.8))!important;
}
/* The actual timeline (the vertical ruler) */
.timeline {
    direction: ltr;
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
.timeline h2, .timeline p {color:#fff;}
/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: white;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.timeline-container {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.timeline-container::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -14px;
  background-color: white;
  border: 4px solid #f1603f;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.timeline-left {
  left: 0;
  text-align: right;
}

/* Place the container to the right */
.timeline-right {
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.timeline-left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid #f1603f;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #f1603f;
}

/* Add arrows to the right container (pointing left) */
.timeline-right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
}

/* Fix the circle for containers on the right side */
.timeline-right::after {
  left: -14px;
}

/* The actual content */
.content {
  padding: 20px 30px;
  border: 2px solid #f1603f;
  position: relative;
  border-radius: 6px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .timeline::after {
  left: 31px;
  }
  
  /* Full-width containers */
  .timeline-container {
  width: 100%;
  padding-left: 70px;
  padding-right: 25px;
  }
  
  /* Make sure that all arrows are pointing leftwards */
  .timeline-container::before {
  left: 60px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .timeline-left::after, .timeline-right::after {
  left: 15px;
  }
  
  /* Make all right containers behave like the left ones */
  .timeline-right {
  left: 0%;
  }
}
.hero-1 .hero-style1 {padding-top:300px;}

cta-area:before {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-64.07%, rgba(26, 33, 89, 0)), color-stop(68.66%, rgb(17 131 131)));
    background: linear-gradient(180deg, rgba(26, 33, 89, 0) -64.07%, rgb(17 131 131) 68.66%);
}
.download-btn a img{    height: 100px;}
.heart-rate {
    height: 150px;}
    
@media (max-width: 1899px) {
   body  .hero-1 .social-links {
        left: -10%;
    }
}
.tadawi-service-slider .swiper-pagination{display:none;}
@media only screen and (max-width: 767px) {
    .shape-mockup.jump{display:none;}
}
.elementor-1991 .elementor-element.elementor-element-d39a980:not(.elementor-motion-effects-element-type-background){background-color: #24848d;}
.mobile_app_div h2, .mobile_app_div p {color:#fff;}

.img-box1 .img1:before {
  
    background: linear-gradient(0deg, rgb(16 130 130), rgb(74 160 160 / 65%));
}
.footer-layout1 {    background-color: #1f575c !important;}
.footer-layout1 .heart-rate .fade-in {
    background-color: #3b7c82;}
.feature-box {
    background-color: #fff !important;
    min-height: 320px;
    border: 2px solid #f05734;
}
.service-card .box-content {
    position: relative;
    z-index: 4;
    min-height: 300px;
}
.cta-area:before ,.vissio_mission .service-box .service-overlay::after{
    background: linear-gradient(180deg, rgb(26 33 89 / 33%) -64.07%, rgb(5 66 66) 68.66%);
}
.vissio_mission .service-box .box-icon{line-height: 60px;padding: 20px;}
.mobile_app_div .sub-title{color:#fff;}
.mobile_app_div .sub-title:before{display:none;}
.about-wrapp-content .checklist.list-two-column ul li:last-child{margin-bottom: 20px;}
.facts_numbers .testi-counter .subtitle {
    font-weight: bold;
    font-size: 27px;
    margin-bottom: 25px;
}
.google-rate{overflow:hidden;}
@media only screen and (max-width: 992px) {
.vissio_mission .service-image{ display:none;}
}
.vissio_mission .wow.fadeInLeft{display:none;}