/*#heromain {
  width: 100%;
  height: 90vh;
  padding-top: 0px;
}
@media (max-width: 992px) {
  #heromain {
    margin-bottom: 0;
    height: 100vh;
  }
  
}
@media (max-width: 450px) 
{
    #heromain{
      height: 45vh;
    }
}
@media (max-height: 600px) {
  #heromain {
    height: 110vh;
  }
}*/ 


#featurimage{
  width: 70px;
  margin-bottom: 20px;
}
.section-header {
  margin-bottom: 30px;
}
.section-header h2 {
  font-size: 20px;
  color: #0c2e8a;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
}
.section-header h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #50d8af;
  bottom: 0;
  left: 0;
}
/*--------------------------------------------------------------
# whowe
--------------------------------------------------------------*/
.whowe .content {
  background-color: #f6f9ff;
  padding: 40px;
}
.whowe h3 {
  font-size: 14px;
  font-weight: 700;
  color: #5ae4a6;
  text-transform: uppercase;
  text-align: justify;
}
.whowe h2 {
  font-size: 20px;
  font-weight: 700;
  color: #012970;
  text-align: justify;
  /*word-break: break-all;*/
  hyphens: auto;
}
.whowe p {
  margin: 15px 0 30px 0;
  line-height: 22px;
  text-align: justify;
}
.whowe .btn-read-more {
line-height: 0;
    padding: 22px 40px;
    border-radius: 4px;
    transition: 0.5s;
    color: #5cb873;
    background: #fff;
    box-shadow: 0px 5px 25px rgb(65 84 241 / 30%);
    border: 2px solid #5cb873;
}
.whowe .btn-read-more span {
  
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
}
.whowe .btn-read-more i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}
.whowe .btn-read-more:hover i {
  transform: translateX(5px);
}

.btn-read-more {
  line-height: 0;
  padding: 15px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #fff;
  box-shadow: 0px 5px 25px rgba(65, 84, 241, 0.3);
}

/*--------------------------------------------------------------
# Values
--------------------------------------------------------------*/
.values .box {
  padding: 30px;
  box-shadow: 0px 0 5px rgba(1, 41, 112, 0.08);
  text-align: center;
  transition: 0.3s;
  height: 100%;
}
.values .box img {
  padding: 30px 50px;
  transition: 0.5s;
  transform: scale(1.1);
}
.values .box h3 {
  font-size: 16px;
    color: #012970;
    font-weight: 700;
    margin-bottom: 18px;
    text-align: center;
}
.values .box p{
   text-align: center;
}
.values .box:hover {
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
}
.values .box:hover img {
  transform: scale(1);
}
#banners {
  width: 100%;
  height: 50vh;
  background-size: cover;
 //background-color: #040919;
}
@media only screen and (max-width: 767px) {
  #banners {
    background-size: cover; /* Adjust the background size for small screens */
    height: 20vh; /* Set a fixed height for the section on small screens */
  }
}
#banners .container {
  position: relative;
}
#banners h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;
  margin-top: 50px;
  //text-align: center;
}
#banners h2 {
  color: #fff;
  margin: 10px 0 0 0;
  font-size: 24px;
}
#banners .btn-get-started {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 35px;
  margin-top: 30px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background: #59cdc1;
}
#banners .btn-get-started:hover {
  background: #3291e6;
}
@media (min-width: 1024px) {
  #banners {
    //background-attachment: fixed;
  }
}
@media (max-width: 992px) {
  #banners {
    margin-bottom: 0;
    //height: 100vh;
  }
  #banners .container {
    padding-bottom: 63px;
  }
  #banners h1 {
    font-size: 28px;
    line-height: 36px;
    margin-top: 150px;
   // text-align: center;

  }
  #banners h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}
.para-about{
  text-align: justify;
}
#main{
  //margin-top: 100px;
}
#gmedicine{
    color: #444;
  }
  #gmedicine h5 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px 0;
  color: #012970;
  text-align: justify;
}
#gmedicine i {
  font-size: 30px;
  line-height: 44px;
  color: #0245bc;
  margin-right: 15px;
}
.section-about {
  text-align: justify;
  color: #444444; 
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.675rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius:0px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.star{
  color: red;
}
.form-group{
  margin-top: 20px;
}
.getone{
background: #3850a2;
color: #fff;
border: 1px solid #3850a2;
}
.card-body{
 padding: 2rem 2rem;
/*  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;*/
}

/*--------------------------------------------------------------
# Schedule Section
--------------------------------------------------------------*/
#schedule {
  padding: 60px 0 60px 0;
}
#schedule .nav-tabs {
  text-align: center;
  margin: auto;
  display: block;
  border-bottom: 0;
  margin-bottom: 30px;
}
#schedule .nav-tabs li {
  display: inline-block;
  margin-bottom: 0;
}
#schedule .nav-tabs a {
  border: none;
  border-radius: 50px;
  font-weight: 600;
  background-color: #0e1b4d;
  color: #fff;
  padding: 10px 100px;
}
@media (max-width: 991px) {
  #schedule .nav-tabs a {
    padding: 8px 60px;
  }
}
@media (max-width: 767px) {
  #schedule .nav-tabs a {
    padding: 8px 50px;
  }
}
@media (max-width: 480px) {
  #schedule .nav-tabs a {
    padding: 8px 30px;
  }
}
#schedule .nav-tabs a.active {
  background-color: #50d8ae;
  color: #fff;
}
#schedule .sub-heading {
  text-align: center;
  font-size: 18px;
  
  margin: 0 auto 30px auto;
}
@media (min-width: 991px) {
  #schedule .sub-heading {
    width: 75%;
  }
}
#schedule .tab-pane {
  transition: ease-in-out 0.2s;
}
#schedule .schedule-item {
  border-bottom: 1px solid #cad4f6;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: background-color ease-in-out 0.3s;
}
#schedule .schedule-item:hover {
  background-color: #fff;
}
#schedule .schedule-item time {
  padding-bottom: 5px;
  display: inline-block;
}
#schedule .schedule-item .speaker {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  float: left;
  margin: 0 10px 10px 0;
}
#schedule .schedule-item .speaker img {
  height: 100%;
  transform: translateX(-50%);
  margin-left: 50%;
  transition: all ease-in-out 0.3s;
}
#schedule .schedule-item h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
#schedule .schedule-item h4 span {
  
  color: #19328e;
  font-weight: normal;
  font-size: 16px;
}
#schedule .schedule-item p {
 
  color: #152b79;
  margin-bottom: 0;
}

#team{
  margin-top: 80px;
}

/*----------------------
 BANNER STYLE
-----------------------*/
.py-7 {
  padding: 0.5rem 0;
  background-color: #fff;
}

.main-banner h5 {
  margin-bottom: 20px;
}

.main-banner h1.display-4 {
  font-family: 'Montserrat', sans-serif;
font-style: normal;
font-weight: 500;
font-size: 50px;
line-height: 75px;

text-align: center;
text-transform: capitalize;
color: #0e1b4d;

text-shadow: 9px 4px 4px rgba(0, 0, 0, 0.25);
}

.main-banner p.lead,
.banner-content p.lead {
 // margin-bottom: 1.5rem !important;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
}


#services {
  padding: 40px 0;
}
#services .box {
  padding: 40px;
  box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1);
  background: #fff;
  transition: 0.4s;
  height: 100%;
}
#services .box:hover {
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
}
#services .box .icon {
  float: left;
}
#services .box .icon i {
  color: #444;
  font-size: 64px;
  transition: 0.5s;
  line-height: 0;
  margin-top: 34px;
}
#services .box .icon i:before {
  background: #0c2e8a;
  background: linear-gradient(45deg, #50d8af 0%, #a3ebd5 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#services .box h4 {
  margin-left: 100px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 22px;
}
#services .box h4 a {
  color: #444;
}
#services .box p {
  font-size: 14px;
  margin-left: 100px;
  margin-bottom: 0;
  line-height: 24px;
}
@media (max-width: 767px) {
  #services .box .box {
    margin-bottom: 20px;
  }
  #services .box .icon {
    float: none;
    text-align: center;
    padding-bottom: 15px;
  }
  #services .box h4, #services .box p {
    margin-left: 0;
    text-align: center;
  }
}




.doctors {
  background: #fff;
}
.doctors .member {
  position: relative;
  box-shadow: 0px 2px 15px rgb(22 26 30 / 48%);
  padding: 30px;
  border-radius: 10px;
}
.doctors .member .pic {
  overflow: hidden;
  width: 180px;
  border-radius: 50%;
}
.doctors .member .pic img {
  transition: ease-in-out 0.3s;
}
.doctors .member:hover img {
  transform: scale(1.1);
}
.doctors .member .member-info {
  padding-left: 30px;

}
.doctors .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #2c4964;
  
}
.doctors .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
  color: #2c4964;
}
.doctors .member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #b2c8dd;
  bottom: 0;
  left: 0;
}
.doctors .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
  color: #2c4964;
}
.doctors .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.doctors .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  /*border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #a0bcd5;*/
}
.doctors .member .social a i {
  color: #fff;
  font-size: 16px;
  margin: 0 2px;
}
.doctors .member .social a:hover {
 //background: #59cdc1;
}
.doctors .member .social a + a {
  margin-left: 8px;
}
.navbar .getstarted, .navbar .getstarted:focus {
  color: #5cb874;
  padding: 8px 25px;
  margin-left: 30px;
  border-radius: 4px;
  border: 2px solid #5cb874;
  transition: 0.3s;
  font-size: 14px;
}
.navbar .getstarted:hover, .navbar .getstarted:focus:hover {
  background: #5cb874;
  color: #fff;
}

