#header {
  padding: 7px 0;
}

#header .logo img {
  max-height: 80px;
  height: 80px;
}

#hero h1 {
  color: #03167a;
  font-weight: 800;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 24px;
}

#hero h2 {
  color: #1b1b1b;
  font-size: 33px;
  font-weight: 700;
}

#hero h4 {
  color: #2c4964;
  font-size: 20px;
  font-weight: 700;
}

#hero {

  margin-bottom: -130px;
}

#hero .btn-get-started {
  background: #e83285;
  font-weight: 700;
  min-width: 235px;
  text-align: center;
}

#hero .btn-get-started:hover {
  background: #b02463;
}

#hero ul {
  margin-top: 20px;
  padding-left: 22px;
}

#hero ul li {
  font-size: 24px;
  font-weight: 700;
  float: left;
}


#why-us ul {
  margin-top: 20px;
  padding-left: 0px;
}

#why-us ul li {
  font-size: 14px;
  text-align: left;
  list-style: none;
  padding: 5px 0;
  display: flex;
  align-items: flex-start;
}

#why-us ul li::before {
  content: '';
  background-image: url('../img/tick.svg');
  background-size: contain;
  /* Ensure the image fits within the dimensions */
  background-repeat: no-repeat;
  display: inline-block;
  width: 14px;
  /* Adjust width */
  height: 14px;
  /* Adjust height */
  margin-right: 5px;
  /* Space between image and text */
}

.why-us .icon-boxes .icon-box h4 {
  font-size: 18px;
  margin: 10px 0 20px 0;
  text-align: left;

}

.appointment-btn {
  background: #e83285;
  font-weight: 700;
  min-width: 150px;
  text-align: center;
  justify-content: center !important;
  margin: auto !important;
  padding: 10px 25px !important;
  max-width: 200px;
  color: #fff !important;
  border: none !important;
}

.appointment-btn:hover {
  background: #b02463;
  color: #fff !important;
  border: none !important;

}


.about .icon-box .icon {
  float: none;
}

.about .icon-box .title {
  margin-left: 0px;
  margin-top: 20px;
}

.about .icon-box .description {
  margin-left: 0px;
}

.departments {
  background-color: #0a99b3;
}

#departments h1 {
  color: #ffffff;
  font-weight: 700;
  font-size: 45px;
  margin-bottom: 20px;
}

#departments h2 {
  color: #86fdff;
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 20px;
}

#departments h3 {
  font-weight: 700;
  font-size: 22px;
  color: #fff;
}


#departments ul {
  margin-top: 10px;
  padding-left: 22px;
}

#departments ul li {
  font-size: 20px;
  font-weight: 700;
  float: left;
  color: #fff;
}

#departments p {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
}

#departments img {
  max-width: 500px;
}

#departments .btn-get-started {

  font-weight: 500;
  display: inline-block;
  padding: 12px 35px;
  margin-top: 30px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background: #e83285;
}

#departments .btn-get-started:hover {
  background: #b02463;
}

.second {
  background-color: #14a8c3;
}

.second h1,
.second h2,
.second h3,
.second h4,
.second p {
  color: #fff;
}

.second h1 {
  font-weight: 600;
  font-size: 35px;
  margin-bottom: 25px;
}

.second h2 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 25px;
  color: #86fdff;
}

.second h3 {
  font-weight: 600;
  font-size: 16px;
}

.second h4 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 20px;
}

.second p {
  font-size: 14px;
  margin-bottom: 5px;
}


.second ul {
  margin-top: 20px;
  padding-left: 15px;
}

.second ul li {
  font-size: 14px;
  font-weight: 600;
  float: left;
  color: #fff;
}

.icon-box .btn-get-started {
  font-weight: 500;
  display: inline-block;
  padding: 12px 35px;
  margin-top: 15px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background: #e83285;
  border: none;

}

.icon-box .btn-get-started:hover {
  background: #b02463;
}

.second .icon-box {
  text-align: center;
  border: 1px solid #89d8e6;
  border-radius: 10px;
  padding: 25px 15px;
}

.second .icon-box img {
  max-width: 150px;
}

.modal .btn-get-started {
  font-weight: 500;
  display: inline-block;
  padding: 12px 35px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background: #e83285;
  border: none;

}

.modal .btn-get-started:hover {
  background: #b02463;
}

.modal-title {
  font-weight: 700;
  font-size: 20px;
  color: #03167a;
}

.faq-list-inner {
  padding-left: 20px !important;
}

.faq-list-inner li {
  font-size: 14px;
  padding: 0 !important;
  list-style: circle;
  margin-top: 10px !important;
}

.w-234 {
  width: 267px;
}

.carousel-item {
  align-items: center;
}

.carousel-item img {
  max-height: 350px;
  float: right;
}

.bg-block {
  background: #03167a;
  color: #fff;
  padding: 8px 0 8px 15px ;
  border-radius:  20px 0 20px 0 ;
  border-left: 5px solid #e83285;
  margin-right: 15px;
  font-size: 15px;
  font-weight: 600;
  width: 175px;
  text-align: left;
  display: flex;
  align-items: center;
}
.list-p{ font-size: 14px!important; color: #444!important; text-align: left; line-height: 24px;}