* {
  margin: 0px;
  padding: 0px;
}



:root {
  --blues: #212588;
  --green: #2BA629;
  --white: #fff;
  --lightyellow: #f7ecdc;
  --lightgreen: #F3FFF2;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: arial;
  line-height: 1.15;

}

body {
  margin: 0;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;

  font-family: arial;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 p {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: inter;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

body {
  background: #eee;
}



.badge-count {
  position: absolute;
  top: -8px;
  right: -12px;
  background: #007bff ;
  color: white;
  border-radius: 50%;
  padding: 3px 7px;
  font-size: 12px;
  min-width: 20px;
  text-align: center;
}

.icon-link {
  position: relative;
  color: black;
  font-size: 20px;
  margin-left: 15px;
}



body {
  font-family: inter,'Arial', sans-serif;
}

.bg-green {
  background-color: #28a745;
  /* Adjust the green background */
  color: white;
}

.navbar-brand {
  font-weight: bold;
  color: #333;
}

.nav-link {
  color: #555;
}

.nav-link.btn {
  background-color: #0056b3;
  border-radius: 20px;
}

.card {
  border: 1px solid #ddd;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

h1,
h3 {
  color: #333;
}

p {
  color: #666;
}

.rounded-circle {
  max-width: 100%;
}



/********   INDEX    ***************************/


.choose_img {
  background-image: url(../../assets/image/Group.png);
  height: 500px;
  background-repeat: no-repeat;
  justify-content: center !important;
  display: flex;
  text-align: center;
  width: 100%;
  text-align: center;
}


.symtrom_section{width:100%;height:auto; border: 1px solid #28a745;
  background-color: var(--lightgreen);border-radius: 5px;} 
.sliding_container {
  padding: 20px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  
  transition: 0.3s ease-in-out;
  width: 100%;
}

.sliding_container .second_content {
  /* background-image: radial-gradient(circle,
      #28a745,
      #28a745 100%); */
  position: absolute;
  left: 0;
  top: 0;
  width:100%;
  height: 100%;
  text-align: center;
  padding: 20px;
  transform: translateX(755px);
  transition: 0.4s ease-in-out;
  border: 1px solid #28a745;
}

.sliding_container:hover .second_content {
  transform: translateX(0);
}

.second_content p {

  color: #ffff;
}

.second_content h4 {
  margin-top: 0px;
  color: #ffff;
}

.sliding_container img {
  width: 50px;
  height: 50px;
}



.works_background {
  height: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  display: flex;
  justify-content: center;
  height:auto;
}

.choose_bar_text {
  font-size: 16px;
}


 h2 {
    font-size: 32px;
}
.all_heading{
  color: #212588 !important;
font-size: 32px;
font-weight: 700;



}



.book_now {
  background-color: #212588 !important;
  color: #ffff !important;
  /* width:212px; */
  height:44px;position:relative;right:10px;
}

.book_now:hover {
  border: 2px solid #212588 !important;
  color: #ffff !important;
}

.input_type {
  border: 2px solid #212588 !important;
  border-radius: 5px !important;
}

.items {
  width: 100%;
  height: auto;
  border: 1px solid #212588;
  border-radius: 5px !important;
  background-color: #ffff;
}

.specalitist {
  width: 100%;
  height: auto;
  background-color: #ffff;
}

.specalist_detail i {
  font-size: 23px;
  margin-top: 30px;
}

.specalist_background {
  background-color: var(--lightgreen);
}

.explore_button {
  background-color: #212588 !important;
}




.specialist-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width:100%;
}

.specialist-image {
  margin-right: 10px;
}

.specialist-info {
  flex-grow: 1;
  /* width: 180px; */
}

.specialist-detail {
  display: flex;
  justify-content: center;
  align-items: center;
}

.item {
  width: 100%;
}

.owl-carousel .item {
  height: auto;
  display: flex;
 
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 25px;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
}

.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
  padding: 10px;
}

.accordion-button:not(.collapsed) {
  color: #0c0c0c !important;
  background-color: #ffffff !important;
  /* box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125); */
}



.accordion-flush .accordion-item h4 button {
  font-size: 15px;
}

.accordion-item {
  border-radius: 6px !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

#navbar_small_screen {
  display: none !important;
}

.navbar_big {
  display: block !important;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

@media only screen and (min-width: 360px) and (max-width: 900px) {
  #navbar_small_screen {
    display: block;
  }

  .navbar_big {
    display: none !important;
  }
}


.navbar {
  border-bottom: 1px solid #ddd;
}

.nav-link {
  color: #333;
  margin-right: 20px;
}

.navbar-brand img {
  margin-right: 8px;
}

.navbar .btn-primary {
  background-color: #1a237e;
  border: none;
}

.navbar .btn-primary:hover {
  background-color: #0d1b5a;
}

.navbar {
  border-bottom: 1px solid #ddd;
}

.nav-link {
  color: #333;
  margin-right: 20px;
}

.navbar-brand img {
  margin-right: 8px;
}

.navbar .btn-primary {
  background-color: #1a237e;
  border: none;
}

.navbar .btn-primary:hover {
  background-color: #0d1b5a;
}

@media (min-width: 992px) {
  .navbar {
    justify-content: center;
  }
}

.nav_button {
  background-color: #0d1b5a !important;
}


.footer a {
  color: white;
  text-decoration: none;
  font-size: 13px;
}

.footer p {
  color: white;
  text-decoration: none;
  font-size: 13px;
}

.footer a:hover {
  color: #00bfa5;
  text-decoration: underline;
}

/* .footer .btn-success {
  background-color: #00bfa5;
  border: none;
} */

/* .footer .btn-success:hover {
  background-color: #009688;
} */

.newsletter input {
  background-color: transparent !important;
}

.newsletter-box .btn-success {

  background-color: #0c950c;
  border: none;
  padding: 0 20px;
  border-radius: 7px;
}

.mobile_screen_nav {
  display: none;
}

.newsletter-box .btn-success:hover {
  background-color: #0a570a;
}

.newsletter input {
  background-color: none !important;
}

.why_choose_background {
  background-color: #f9f9ff !important;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

.choose_paragraph {
  font-size: 16px !important;
}

.choose_img {
  width: 27px;
  height: 27px;
}

.img_banner {
  width: 70%;
  height: 400px;
}

.form_section {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

@media only screen and (min-width: 360px) and (max-width: 768px) {
  .choose_banner {
    width: 100%;
    height: 300px;
  }
}

/********************* =========================    SOLUTION   ================================ ************/

.solution_banner_text {
  width: 100%;
  height: auto;
  position: relative;
  top: 170px;
  left: 0px;
}

.solution_para {
  font-size: 16px;
}

.solution_img_all{width: 631px;
  height: 413px;
  gap: 10px;
  opacity: 0px;}
.counter_section {
  width: 100%;
  height: auto;
  background-color: var(--lightgreen);
}

.counter-section {
  display: flex;
  justify-content: space-around;
  width: 100%;
}

.counter-box {
  border: 1px solid #008000;
  padding: 9px;
  border-radius: 4px;
  /* height: 160px; */
  background-color: var(--lightgreen);
  display: flex;
  align-items: center;
  width: 100%;
}

.counter-icon {
  margin-right: 15px;
  
}

.counter-icon img {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  text-align: center;
}

.counter-content {
  display: flex;
  flex-direction: column;

}

.counter {
  color: #008000;
  font-size: 20px;
  font-weight: bold;
  text-align: left !important;
}

.counter-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  width: 70px;
}

.counter-icon img {
  position: relative;
  left: 0;
  top: 0;
}

.counter-icon {
  width: 60px;
  height: 60px;
  border-radius: 60%;
  background-color: var(--green);
  position: relative;
  top:32px;
  
}

.play_icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.play-button {
  position: absolute;
  color: white;
  font-size: 25px !important;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.play-button:hover {
  transform: scale(1.1);
}

.health_care_solution {
  background-color: var(--lightgreen);
}

.solution_appoinment_contents {
  height: 300px;
  padding: 65px;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-size: cover;
  
}

.consult_image {
  width: 100%;
}



.marketing_percentage{width:100%;height:auto;background-color: var(--lightgreen);}

.solution_cover_img{width:100%;height:auto;}

@media only screen and (min-width: 250px) and (max-width: 1280px) {
  .mobile_screen_nav {
    display: block;
  }
  #big_screen{display:none!important;}

}
@media only screen and (min-width: 250px) and (max-width: 1000px) {
 
  .owl-nav {
    display: none !important;
  }

  .all_heading h2{
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    }
  .w3-button,
  .w3-button1 {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
  }
  .nav-item a{color:#000000;}
  .nav-item a:hover{color:#008000;}
  .dropdown1 {
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

  #big_screen {
    display: none !important;
  }

  .mobile_screen_nav {
    display: block;
  }
  .middle_content {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 14px;
    background-color: #ffffff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
  .choose_banner {
    width: 100%;
    height: auto;
  }

  .img_banner {
    width: 100%;
  }

  .categories {
    width: 100%;
  }

  .contact-info {
    background-color: #33a532;
    color: white;
    padding: 30px;
    width: 100% !important;
    border-radius: 8px;
  }
  .specalitist {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding:20px;
}

  .counter-section {
    display: flex;
    justify-content: space-around;
    width: 100%;
  }

  .counter-box {
    border: 1px solid #008000;
    padding: 9px;
    border-radius: 4px;

    background-color: var(--lightgreen);
    display: flex;
    align-items: center;
    width: 100%;
  }

  .counter-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 50px;
    position: relative;
    top:20px;
  }

  .counter-icon img {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    text-align: center;
  }

  .solution_banner {
    background-image: url(../../assets/image/image19.png);
    height: 250px;
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100% 100%;
    background-position: center;
    ;
  }

  .solution-icon img {
    width: 20px;
    height: 20px;
  }

  .solution-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    width: 70px;
    background-color: var(--green);
    border-radius: 60%;
  }



.chat-container {
            width: 100%;
            border: 1px solid #212588;
            /* height: calc(80vh - 20px); */
            margin: 30px auto;
            display: flex;
            flex-direction: column;
            background-color: white;
            border-radius: 12px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
            overflow: hidden;
            justify-content: center;
        }



}

.solution-icon img {
  width: 25px;
  height: 25px;
}

.solution-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  width: 60px;
  background-color: var(--green);
  border-radius: 60%;
}

@media (max-width: 480px) {
  .all_heading{
    font-size: 23px !important;
  }
}


@media (max-width: 768px) {
  .cardiology-card {
    margin-bottom: 0;
  }

  .cardiology-cards {
    display: flex;
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 330px) and (max-width: 600px) {
  .specialist-info h4 {
      font-size: 14px;
  }
.carusel_img img{position:relative;left:40px;}
  .specialist-info p {
      font-size: 12px;
  }
  
}
.specialist-content {
  display: flex;
  align-items: center;
}



.specialist-info h4, .specialist-info p {
  margin: 0;
  padding-left: 10px;
}


/* Ensure proper padding and item display */
.owl-carousel .item {
  padding: 15px;
}

.carusel_img{height: 40px; width:40px; margin-top:10px;}



@media only screen and (min-width: 600px) and (max-width: 1000px) {

  .digital-icon {
    width: 78px;
    height: 78px;
    background-color: #33a532;
    border-radius: 60%;
    display: grid;
    place-items: center;
}

.digital-icon img {
    width: 30px;
    height: 30px;
}
}
@media (min-width: 768px) {
  .navbar-collapse.collapse {
      /* display: block !important; */
      height: auto !important;
      padding-bottom: 0;
      overflow: visible !important;
  }
}


@media only screen and (min-width: 1400px) and (max-width: 3000px) {
.big_screenul .nav-item{word-spacing: 50px!important;}

}
