* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

* {
  text-shadow: none !important;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Poppins, sans-serif;
  line-height: 1;
}

h1,
h2 {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}

.main {
  width: 100%;
}

/* Navbar section start */
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #333;
  font-family: Poppins, sans-serif;
  color: #fff;
  padding: 10px;
  width: 100%;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 100;
}
.navbar-left img {
  width: 306px;
}
.navbar-left,
.navbar-right {
  width: 50%;
}
.navbar-right {
  display: flex;
  justify-content: flex-end;
}
.button_container button {
  background: #1ac1c4;
  color: #fff;
  padding: 14px 20px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 12px !important;
  border: none;
  display: flex;
  align-items: center;
}
.button_container button i {
  font-size: 22px;
  padding-right: 6px;
}
.button_container button:hover {
  color: #1ac1c4;
  background: #fff;
  border: 1px solid #1ac1c4;
}
.button_container button:hover i.fa-mobile-screen-button {
  color: #1ac1c4 !important;
}
.button_container.phone{
  display: none;
}
/* Navbar section end */

/* banner section start */
.banner-segment {
  position: relative;
  padding: 40px 0 40px;
  background-image: url(assests/docbanner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  background-color: #0a4d4e;
  background-blend-mode: soft-light;
}
.caption {
  width: 90%;
  margin: 0;
}
.caption .keyword {
  position: relative;
  text-align: left;
  margin-top: 0;
  color: #1ac1c4;
  margin-bottom: 0;
  font-size: 35px;
  line-height: 50px;
  display: -webkit-box;
}
.caption h2 {
  position: relative;
  text-align: left;
  margin-top: 0;
  color: #fff;
  padding-bottom: 10px;
  margin-bottom: 0;
  font-size: 35px;
  line-height: 50px;
  display: -webkit-box;
}
.caption h2::after {
  width: 90px;
  height: 1px;
  background: #fff;
  position: absolute;
  content: "";
  left: 0;
  bottom: 6px;
  z-index: 1;
}
.caption ul {
  list-style: none;
  padding-left: 0;
  padding-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.caption ul li {
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  position: relative;
  padding-top: 20px;
}
.caption ul li::before {
  content: "\2022";
  color: #fff;
  font-weight: 700;
  display: inline-block;
  width: 11px;
  font-size: 20px;
  margin-right: 10px;
}

.talk-with-us {
  margin: 20px auto;
  margin-top: 40px;
}
.talk-with-us .button {
  background: #1ac1c4;
  color: #fff;
  padding: 14px 20px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 12px !important;
  border: none;
}
.new_form_wrap .new_form {
  max-width: 600px;
  background-color: #ffffff;
  padding: 40px;
  position: relative;
  border-radius: 10px;
  z-index: 1;
  margin: 44px 0 94px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
}
.sub-headingnew {
  padding: 0 12px;
}
.sub-headingnew h2 {
  margin-bottom: 25px;
  font-size: 32px;
  font-weight: 700;
}
.__input-box {
  width: 100%;
  display: block;
  padding: 0 12px;
  margin-bottom: 20px;
  vertical-align: top;
  position: relative;
}
.__input-box .form-control {
  height: 48px;
  padding: 0 12px 0 12px;
  line-height: initial;
  color: #252525;
  background-color: #ffffff;
  border: 1px solid #038470;
  border-radius: 3px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 15px;
  font-weight: 400;
  box-shadow: none;
}
.__input-box .textareaOuter {
  background-color: #ffffff;
  border: 1px solid #038470;
  padding: 0px;
  display: block;
  font-size: 14px;
  width: 100%;
  outline: none;
  border-radius: 3px;
}

.__input-box .textareaOuter textarea {
  font-size: 14px;
  border: 0;
  min-height: 75px;
  width: 100%;
  resize: none;
  padding: 10px 0 0 12px;
  font-family: Poppins, sans-serif;
  box-shadow: none;
  outline: none;
}
.new_form_wrap .__button-container {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  justify-content: center;
  padding: 0 12px;
}
.new_form_wrap .__button-container .button {
  background: #1ac1c4;
  color: #fff;
  padding: 14px 20px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 3px;
  border: none;
  width: 100%;
}
.new_form_wrap .__button-container .button:hover {
  color: #1ac1c4;
  background: #fff;
  border: 1px solid #1ac1c4;
}
/* banner section end */

/* doctor profile section start */

.doctor__profile {
  background-color: #ececec;
  padding: 35px 0;
}
.doctor__box {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  width: 100%;
  margin: 0 0 26px;
}

.doctor__img__box img {
  max-width: 100%;
}

.info__box {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  width: 100%;
  margin: 0 0 26px;
}
.info__box h3 {
  color: #1ac1c4;
  font-size: 18px;
  margin: 0 0 20px;
  font-weight: bold;
  padding: 0 0 8px;
  position: relative;
}
.info__box h3::after {
  width: 90px;
  height: 1px;
  background: #0a4d4e;
  position: absolute;
  content: "";
  left: 0;
  bottom: 6px;
  z-index: 1;
}
.info__box p {
  line-height: 1.7;
  color: #2e2e2e;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}
.info__box ul {
  list-style: none;
  padding-left: 1rem;
}
.info__box li {
  line-height: 1.7;
  color: #2e2e2e;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  text-indent: -9px; 
  position: relative;
}
.info__box li::before {
  content: "\2022";
  color: #1ac1c4;
  font-weight: 700;
  display: inline-block;
  width: 10px;
  font-size: 20px;
}
.read_more {
  color: #ff8300;
  cursor: pointer;
}
.profile_contact {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 20;
}
/* doctor profile section end */

/* treat provided section start */
.treatment__provided {
  background: url(assests/background-img.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 70px 0;
}
.treatment__provided h2 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 30px;
  color: #0a4d4e;
  text-align: center;
}
.treatment__card {
  background-color: rgba(255, 255, 255);
  padding: 20px 10px;
  text-align: center;
  height: 215px;
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
  border-radius: 10px;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
}
.card {
  position: relative;
  width: 20rem; /* 80 divided by 4 */
  height: 15rem; /* 60 divided by 4 */
  border-radius: 0.75rem;
  background-color: #f3f4f6; /* gray-100 */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin: 40px auto;
}
.card img {
  width: 100%;
  object-fit: contain;
  transition: transform 0.5s;
}
.card:hover img {
  transform: scale(1.05);
}
.card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3rem;
  background: rgba(255, 255, 255, 0.8);
  padding: 0.25rem 0.5rem; /* 1 divided by 4 */
  transition: height 0.5s;
  overflow: hidden;
}
.card:hover .card-content {
  height: 10rem; /* 40 divided by 4 */
}
.card-content h4 {
  font-size: 1.125rem; /* text-lg */
  font-weight: bold;
  padding: 0.25rem; /* 1 divided by 4 */
  white-space: nowrap;
  transition: white-space 0.5s;
  text-align: center;
}
.card-content p {
  font-size: 1rem; 
  font-weight: normal;
  opacity: 0;
  transition: opacity 0.5s;
}
.card:hover .card-content h4 {
  white-space: normal;
}
.card:hover .card-content p {
  opacity: 1;
}
/* treat provided section end */

/* symtoms section start */
.symtoms {
  padding: 70px 0;
  position: relative;
}
.service-dots-2 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.service-dots-2 img {
  width: 100%;
}
.symtoms h2 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 30px;
  color: #16213e;
  text-align: center;
}
.section-icon {
  position: relative;
  width: 310px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.section-icon::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 25px;
  width: 100px;
  height: 2px;
  background-color: #038f7a;
}
.section-icon .icon {
  -webkit-transform: rotate(225deg);
  font-size: 40px;
  color: #038f7a;
  line-height: 1;
}
.section-icon::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 25px;
  width: 100px;
  height: 2px;
  background-color: #038f7a;
}
.pt-45 {
  padding-top: 10px;
}
.service-item {
  padding: 50px 30px;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  background-color: #038f7a;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  height: 245px;
}
.service-item h3 {
  margin-bottom: 15px;
  font-size: 22px;
  color: #ffffff;
  font-weight: 600;
}
/* .service-item:hover h3{
  color: #ffffff;
} */
.service-item p {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.7;
}
/* .service-item:hover p {
  color: #ffffff;
} */
.service-item .service-shape-1 {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.7s;
  height: 100%;
  transition: 0.7s;
}
.service-item .service-shape-2 {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.7s;
  transition: 0.7s;
  opacity: 1;
}
/* .service-item:hover::before {
  height: 100%;
  opacity: 1;
} */

/* .service-item::before {
  content: '';
  position: absolute;
  z-index: -10;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  height: 100%;
  opacity: 0.8;
}
/* .service-item:hover::after {
  height: 100%;
  opacity: 0.8;
} */
/* .service-item::after {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #038f7a;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  opacity: 0;
}
.service-item.service-shape-1 {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.service-item .service-shape-2 {
  -webkit-transform: scale(1);
  transform: scale(1);
}  */
/* .service-item:hover {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
} */
/* symtoms section end */

/* why us section start */
.why__us {
  padding: 70px 0;
  background-color: #038f7a;
  position: relative;
}
.why__us h2 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 30px;
  color: #ffffff;
  text-align: center;
}

.section-icon.why__choose::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 25px;
  width: 100px;
  height: 2px;
  background-color: #ffffff;
}
.section-icon.why__choose .icon {
  -webkit-transform: rotate(225deg);
  font-size: 40px;
  color: #038f7a;
  line-height: 1;
}
.section-icon.why__choose::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 25px;
  width: 100px;
  height: 2px;
  background-color: #ffffff;
}

.service__box {
  padding: 50px 30px;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  background-color: #f3f4f6;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  height: 195px;
}

.service__box h4 {
  margin-bottom: 15px;
  font-size: 22px;
  color: #038470;
  font-weight: 600;
}
.service__box p {
  color: #16213e;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.7;
}
/* why us section end */

/* patient testimonial section start */
.patient_testimonial {
  padding: 70px 0;
}
.patient_testimonial h2 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 30px;
  color: #16213e;
  text-align: center;
}
.testimonial {
  margin: 0 20px 40px;
}
.testimonial .testimonial-content {
  padding: 35px 25px 35px 50px;
  margin-bottom: 35px;
  background: #fff;
  position: relative;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.testimonial .testimonial-content:before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  border-top: 15px solid #718076;
  border-left: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.testimonial .testimonial-content:after {
  content: "";
  position: absolute;
  bottom: -30px;
  right: 0;
  border-top: 15px solid #718076;
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.testimonial-content .testimonial-icon {
  width: 50px;
  height: 45px;
  background: #0cca4a;
  text-align: center;
  font-size: 22px;
  color: #fff;
  line-height: 42px;
  position: absolute;
  top: 37px;
  left: -19px;
}
.testimonial-content .testimonial-icon:before {
  content: "";
  border-bottom: 16px solid #05a739;
  border-left: 18px solid transparent;
  position: absolute;
  top: -16px;
  left: 1px;
}
.testimonial .description {
  font-size: 15px;
  font-style: italic;
  color: #8a8a8a;
  line-height: 23px;
  margin: 0;
}
.testimonial .title {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #525252;
  text-transform: capitalize;
  letter-spacing: 1px;
  margin: 0 0 5px 0;
}
.testimonial .post {
  display: block;
  font-size: 14px;
  color: #0cca4a;
}
.review_rate {
  display: flex;
  justify-content: space-between;
}
.patient__info {
  display: flex;
  align-items: center;
  gap: 10px;
}
.patient__info img {
  width: 50px;
  border-radius: 50%;
}
.star {
  position: relative;

  display: inline-block;
  width: 0;
  height: 0;

  margin-left: 0.9em;
  margin-right: 0.9em;
  margin-bottom: 1.2em;

  border-right: 0.3em solid transparent;
  border-bottom: 0.7em solid #fc0;
  border-left: 0.3em solid transparent;

  font-size: 12px;

  &:before,
  &:after {
    content: "";

    display: block;
    width: 0;
    height: 0;

    position: absolute;
    top: 0.6em;
    left: -1em;

    border-right: 1em solid transparent;
    border-bottom: 0.7em solid #fc0;
    border-left: 1em solid transparent;

    transform: rotate(-35deg);
  }

  &:after {
    transform: rotate(35deg);
  }
}
/* patient testimonial section end */

/* clinics list section start */
.clinic__list {
  padding: 70px 0;
  position: relative;
}
.doctors-shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
}
.doctors-shape-2 {
  position: absolute;
  top: 0;
  right: 0;
}
.doc__clinic__lists {
  margin: auto;
  display: flex;
}
.chembar__list {
  padding-top: 50px;
  padding-right: 20px;
  padding-bottom: 50px;
  padding-left: 20px;
  width: 47.25%;
  margin-right: 5.5%;
}
.chembar__list h3 {
  font-size: 25px;
  margin: 0 0 20px;
  font-weight: bold;
  padding: 0 16px 8px;
  position: relative;
}
.list__one {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.loc__name p {
  margin-bottom: 15px;
  color: #038f7a;
  font-size: 25px;
  line-height: 1.7;
  font-weight: 600;
}
.loc__name span {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 5px;
}
.loc__name ul {
  padding-left: 1rem;
}
.loc__name li {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 5px;
}
.doc__name h3 {
  font-weight: 600;
  font-size: 30px;
  color: #3f3f3f !important;
  text-align: center;
}
.doc__name p {
  font-size: 22px;
  text-align: center;
}
.call_action {
  display: flex;
  gap: 20px;
  position: relative;
  z-index: 99;
  margin-left: 8px;
}
.call_action a {
  font-size: 25px;
  font-weight: 600;
  color: #1ac1c4;
  line-height: 1.5;
}
/* clinics list section end */

/* contact form section start */
.contact__form {
  background-image: url(assests/background-img.jpg);
  background-repeat: no-repeat;
  padding: 70px 0;
}
.contact__form h2 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 30px;
  text-align: center;
}
.contact__details__form {
  justify-content: center;
  padding-top: 45px;
}
.form__data {
  /* display: flex; */
}
.__input-box .textareaOuter textarea.Detail {
  min-height: auto;
}
.signUpbtn {
  display: flex;
  justify-content: center;
}
.__button-container button {
  background: #1ac1c4;
  color: #fff;
  padding: 14px 20px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 3px;
  border: none;
}
.__button-container button:hover {
  color: #1ac1c4;
  background: #fff;
  border: 1px solid #1ac1c4;
}
/* contact form section end */

/* footer section start */
footer {
  background-color: #0a4d4e;
  color: #ffffff;
}
.footer__row {
  padding-top: 40px;
}
footer h3 {
  font-size: 26px;
}
footer p {
  font-size: 16px;
  line-height: 25px;
  padding-right: 40px;
}
footer p a{
  font-size: 16px;
  line-height: 25px;
  color: #ffffff;
}
.contact__details ul {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}
.contact__details li {
  padding-bottom: 10px;
}
.contact__details li span {
  padding-left: 15px;
  font-size: 20px;
}
/* footer section end */

/* fixed button css start */
.social_side_links {
  position: fixed;
  width: 80px;
  height: 80px;
  bottom: 50px;
  right: 0;
  margin-right: 10px;
  z-index: 100;
  list-style: none;
}
.social_side_links li {
  transition: all 0.3s;
  margin-bottom: 20px;
}
.social_side_links li img {
  max-width: 100%;
  height: auto;
}
/* fixed button css end */

/* js functionality css start */
.error-message {
  color: red;
  font-size: 14px;
  display: none;
  margin-top: 5px;
  font-weight: 600;
}
/* js functionality css end */

/* responsivbe design strat */

@media (max-width: 992px) {
  .caption {
    width: 100%;
  }
  .new_form_wrap .new_form {
    margin: 30px auto;
  }
  .talk-with-us {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
  }
  .doc__clinic__lists {
    flex-direction: column;
  }
  .chembar__list {
    width: 100%;
    margin-right: 0;
  }
  .doctor__info {
    padding: 0 20px;
  }
  .doc__img img {
    width: 100%;
  }
  .form__data {
    flex-direction: column;
  }
  .about__doc {
    margin-bottom: 40px;
  }
  .contact__details ul {
    margin-bottom: 40px;
  }
  .__input-box .textareaOuter textarea.Detail {
    min-height: 75px;
  }
  .card {
    width: auto;
  }
}
@media (max-width: 768px) {
  .navbar-left img {
    width: 250px;
  }
  .clinic__list {
    padding: 0;
  }
  .chembar__list {
    padding-top: 0;
  }
  .card {
    width: 20rem;
  }
  .service__box {
    height: auto;
  }
  .service-item {
    height: auto;
  }
  .button_container.desktop{
    display: none;
  }
  .button_container.phone{
    display: block;
  }
  .button_container.phone button{
    padding: 10px 25px 10px 30px;
    font-size: 16px;
    border-radius: 5px !important;
    margin-right: 5px;
  }
}
@media (max-width: 575px) {
  .button_container button {
    font-size: 16px;
    padding: 14px 18px;
  }
  .caption .keyword {
    padding: 0 20px;
  }
  .caption h2{
    padding: 0 20px;
  }
  .caption .keyword::after {
    left: 26px;
    bottom: -7px;
  }
  .caption ul {
    padding: 40px 20px 0 20px;
  }
  .new_form_wrap .new_form {
    margin: 30px 20px;
  }
  .doctor__profile {
    padding: 35px 20px;
  }
  .service-item {
    margin: 30px 20px;
  }
  .service__box {
    margin: 30px 20px;
  }
  .clinic__list {
    padding: 0 20px;
  }
  .contact__form {
    padding: 70px 20px;
  }
  footer {
    padding: 0 20px;
  }
  .caption h2::after{
    left: 22px;
    bottom: 0;
  }
}
@media (max-width: 475px) {
  .sub-headingnew h2{
    font-size: 25px;
  }

  .caption ul {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 425px) {
  /* .sub-headingnew h2 {
    font-size: 30px;
  } */
  footer p {
    padding-right: 0;
  }
  .navbar-left{
    margin-left: -20px;
  }
  .navbar-right{
    margin-right: -20px;
  }
}
@media (max-width: 400px) {

  .card {
    width: auto;
  }
  .clinic__list {
    padding: 0;
  }
  .doctors-shape-1 img {
    width: 100%;
  }
  .doctors-shape-2 img {
    width: 100%;
  }
  .section-icon {
    width: 100%;
  }
  .new_form_wrap .new_form {
    padding: 40px 20px;
  }
  .loc__name p {
    font-size: 20px;
    line-height: normal;
  }
}

@media (max-width: 375px) {

}
/* responsivbe design end */
