@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');
body {
    font-family: "Roboto", sans-serifb !important;
    overflow-x: hidden !important;
}
html {
    overflow-x: hidden;
}
.logo-img{
    width: 70%;
    height: auto;
}
.btn-call{
    background-color: #19B16A24;
    padding-top: 10px;
    padding-bottom:10px;
    padding-left: 30px;
    padding-right: 30px;
    border:none;
    color: #19B16A;
}
.banner{
    padding-top: 150px;
    padding-bottom: 200px;
    background-size: cover;
}
.bannner-heading{
    font-size: 65px;
    color: white;
    line-height: 1.3em;
}
.banner-button-d{
    margin-top:25px;
}
.banner-button{
    background-color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    color: #2F80BE;
    text-decoration: none;
}
.banner-button:hover{
    background-color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    color: #2F80BE;
    text-decoration: none;
}
.frm-sect{
   margin-top:00px; 
   z-index: 1;
}
.slider-banner{
    z-index: -1;
}
.frm-head{
    font-size: 25px;
    text-align: center;
    color: white;

}
.frm-btn{
    background-color: #00A859;
    padding-top:5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    color: white;
}
.caros{
    margin-top: 50px;
}
.common-heading{
    font-size: 30px;
    line-height: 1.4em;
}
.cards-wrapper {
  display: flex;
  justify-content: center;
}
.card img {
  max-width: 100%;
  max-height: 100%;
}
.card {
  margin: 0 0.5em;
  box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
  border: none;
  border-radius: 0;
}
.carousel-inner {
    padding-bottom: 1em;
}
.carousel-control-prev,
.carousel-control-next {
  background-color: #19B16A;
  width: 5vh;
  height: 5vh;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
.carousel-control-prev {
    left: 20px;
}
.carousel-control-next {
    right: 20px;
}
.card-img{
    width: 100%;
    height: auto;
}
@media (min-width: 768px) {
  .card img {
    height: 11em;
  }
}
.common-button-call{
    background-color:#19B16A;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    color: white;
    font-size: 18px;
    border: 0px;
    border-radius: 5px;
}
.bt-m{
    margin-top:45px;
}
.map-heading{
    font-size: 25px;
}
.map-m{
    width: 100%;
    height: 400px;
}
.about{
    margin-top:50px;
    background-color: #F3F4F6;
    padding-top:50px;
    padding-bottom: 50px;
}
.com-img{
    width: 100%;
    height: auto;
}
.com-p{
    font-size:16px;
    line-height: 1.4em;
}
.icon-img{
    width: 20px;
    height: 20px;
    margin-right: 8px;
}
.abt-bt{
    background-color: #2F80BE;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
    color: white;
    border: 0px;
    border-radius: 5px;
    text-decoration: none;
    margin-top: 20px;

}
.abt-bt:hover{
    background-color: #2F80BE;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
    color: white;
    border: 0px;
    border-radius: 5px;
    text-decoration: none;
}
.doctors{
    margin-top: 50px;
    padding-top: 100px;
    padding-bottom: 300px;
}
.doct-head1{
    font-size: 17px;
    font-weight: 400;
    color: white;
}
.doct-head2{
    font-size: 60px;
    font-weight: 600;
    color: white;
}
.doctors-image-sect{
    margin-top:-270px;
}
.doct-img{
    width: 100%;
    height: auto;
}
.tb-bg{
    background-color:#2F80BE;
    padding-top: 10px;
    padding-bottom: 10px;
}
table {
        width: 100%;
        border-collapse: collapse;
        border:1px solid #2F80BE;
        text-align: center;
    }

    th, td {
        padding: 8px;
        text-align: left;
        border: 1px solid #2F80BE;
        text-align: center;
    }
.tt-tt{
    color:#2F80BE; 
    font-weight:600;
}
.reviews{
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.review-heading{
    font-size: 40px;
    color: white;
    font-weight: 600;
}
.review-img{
    width:30%;
    height: 20%;
}
.bt-ft{
    background-color: #E2E5E7;
    padding-top: 10px;
    margin-top: 50px;

}
@media only screen and (max-width: 600px) 
{
  .bannner-heading{
    font-size:40px;
    line-height: 1.5em;
    color: white;
  }
  .banner{
    padding-top: 25px;
    padding-bottom: 40px;
    background-size: cover;
    }
    .frm-sect {
    margin: 10px;
    margin-top: -5px;
    }
    .caros{
    margin-top: 20px;
    }
    .bt-m{
    margin-top:20px;
    }
    .about{
    margin-top:20px;
    background-color: #F3F4F6;
    padding-top:50px;
    padding-bottom: 50px;
    }
    .doct-head2{
    font-size: 60px;
    font-weight: 600;
    color: white;
    }
    .doctors{
    margin-top: 20px;
    padding-top: 50px;
    padding-bottom: 280px;
    }
    .reviews{
    margin-top: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    }
    .bt-ft{
    background-color: #E2E5E7;
    padding-top: 10px;
    margin-top: 30px;

    }
    body {
    font-family: "Roboto", sans-serifb !important;
    overflow-x: hidden !important;
}
}

