@import url('./font.css');



* {

  margin: 0;

  padding: 0;

  box-sizing: border-box;

}



a {

  text-decoration: none;

}



a:hover {

  text-decoration: none !important;

}



body {

  font-family: 'Raleway-Regular';

  font-size: 18px;

  line-height: 30px;

}



ul,

li {

  margin: 0;

  padding: 0;

}



p {

  font-size: 18px;

  font-weight: 400;

}



h1,

h2,

h3,

h4,

h5,

h6,

a,

p,

span {

  margin: 0;

  padding: 0;

}



:focus-visible {

  outline: none !important;

}



.form-group {

  margin-bottom: 0;

}



.padding-top {

  padding-top: 100px;

}



.padding-bottom {

  padding-bottom: 100px;

}



.margin-top {

  margin-top: 100px;

}



.margin-bottom {

  margin-bottom: 100px;

}



section {

  clear: both;

}

button:focus {

  outline: 0;

}

/* Header Start */

.page-header {

  /* position: absolute; */

  top: 0;

  right: 0;

  left: 0;

  padding: 20px 0;

  background-color: #fff;

  z-index: 9999;

  width: 100%;

}

.navbar-light .navbar-toggler-icon {

  background-image: url('/img/Hamburger_icon-svg.png');

}

.page-header.is-sticky {

  position: fixed;

  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);

  padding: 8px 0;

  backdrop-filter: blur(10px);

  animation: slideDown 0.35s ease-out;

  z-index: 9999;

}



@keyframes slideDown {

  from {

    transform: translateY(-100%);

  }



  to {

    transform: translateY(0);

  }

}



header nav {

  width: 100%;

  padding: 10px !important;

}

.BH-header-mobile-call {

  display: none;

}

header .navbar-light .navbar-nav .nav-link {

  padding: 0 20px;

  color: #1A1A1A;

}



.BH-header-call {

  margin-left: 40px;

}



.BH-header-menu li a {



  font-family: 'Raleway-Regular';

  font-size: 18px;

  font-style: normal;

  font-weight: 400;

  line-height: 150%;
      color: #fff;
}



.BH-btn {

  border-radius: 50px;

  background: #0D395E;

  color: #FFF !important;

  padding: 15px 50px;

  font-family: 'Raleway-Regular';

  font-size: 18px;

  font-style: normal;

  font-weight: 600;

  line-height: 150%;

}



/* Header End */

/* Banner Start */

#BH-banner-carosuel {

  position: relative;

}



#BH-banner-carosuel .item::after {

  position: absolute;

  content: '';

  background-color: rgba(0, 0, 0, 0.5);

  width: 100%;

  height: 100%;

  top: 0;

  z-index: 1;

}



.BH-banner-outer {

  height: 900px;

  position: relative;

}



#BH-banner-carosuel .item {

  height: 900px;

  background-size: cover;

  background-position: center;

}



.BH-banner-content-outer {

  position: absolute;

  top: 0;

  z-index: 99;

  margin: 0 auto;

  left: 0;

  right: 0;

  height: 100%;

  display: flex;

  align-items: center;

}



.BH-banner-content-outer h1 {

  width: 70%;

  color: #FFF;

  font-family: 'FiraSans-Regular';

  font-size: 85px;

  font-style: normal;

  font-weight: 700;

  line-height: normal;

}



.BH-banner-content-outer p {

  color: var(--txt1, #FFF);

  font-family: 'Raleway-Regular';

  font-size: 18px;

  font-style: normal;

  font-weight: 400;

  line-height: 150%;

  width: 583px;

}



.BH-banner-btn {

  display: flex;

}



.BH-banner-content-inner {

  display: flex;

  flex-direction: column;

  gap: 50px;

}



/* Banner End */



/* About us Start */

.BH-about-outer {}



.BH-about-outer {

  display: flex;

  flex-direction: row;

  gap: 200px;

  justify-content: space-between;

  align-items: center;

}



.BH-about-outer {

  display: flex;

  flex-direction: row;

  gap: 200px;

  justify-content: space-between;

}



.BH-about-right-btn {

  display: flex;

}



.BH-about-right {

  display: flex;

  flex-direction: column;

  gap: 30px;

}



.BH-about-right span {

  color: #1A1A1A;

  font-family: 'FiraSans-Regular';

  font-size: 22px;

  font-style: normal;

  font-weight: 700;

  line-height: normal;

}



.BH-about-right h2 {

  color: #1A1A1A;

  font-family: 'FiraSans-Regular';

  font-size: 54px;

  font-style: normal;

  font-weight: 700;

  line-height: normal;

}



.BH-about-right p {

  color: #1A1A1A;

  font-family: 'Raleway-Regular';

  font-size: 18px;

  font-style: normal;

  font-weight: 400;

  line-height: 150%;

}



.BH-about-right ul {

  display: flex;

  flex-direction: column;

  gap: 10px;

  margin-left: 20px;

}



.BH-about-right ul li {

  color: #1A1A1A;

  font-family: 'FiraSans-Regular';

  font-size: 22px;

  font-style: normal;

  font-weight: 700;

  line-height: normal;

  list-style-type: none;

  position: relative;

}



.BH-about-right ul li::before {

  content: '';

  background-image: url(/img/Arrow-Left.png);

  width: 24px;

  height: 24px;

  position: absolute;

  left: -25px;

  top: 2px;

}



.BH-about-roung-img {

  border-radius: 400px;

  border: 15px solid #FFF;

  background: #D9D9D9;

  position: absolute;

  top: auto;

  right: 0;

  bottom: 0;

  margin-bottom: -150px;

  margin-right: -150px;

}



.BH-about-roung-img img {

  border-radius: 400px;

}



.BH-about-left-inner {

  position: relative;

}

.BH-about-left-inner img {

  width: 100%;

}

.BH-about-left {

  width: 50%;

}

.BH-about-right {

  width: 50%;

}

/* About us End */



/* Service start */



.BH-section-title {

  width: 700px;

  text-align: center;

  margin: 0 auto;

  display: flex;

  flex-direction: column;

  gap: 25px;

}



.BH-service-outer {

  margin-top: 100px;

}



.BH-section-title span {

  color: #1A1A1A;

  text-align: center;

  font-family: 'FiraSans-Regular';

  font-size: 22px;

  font-style: normal;

  font-weight: 700;

  line-height: normal;

}



.BH-section-title h2 {

  color: #1A1A1A;

  text-align: center;

  font-family: 'FiraSans-Regular';

  font-size: 54px;

  font-style: normal;

  font-weight: 700;

  line-height: normal;

}



.BH-service-inner {

  display: flex;

  flex-direction: row;

  flex-wrap: wrap;

  justify-content: space-between;

  row-gap: 30px;

}



.BH-service-inner-card {

  display: flex;

  padding: 65px 64px;

  align-items: flex-start;

  flex-shrink: 0;

  background: var(--1, #0D395E);

  flex-direction: column;

  gap: 25px;

  width: 32%;
  transition: all 0.5s ease-in-out;
}

.BH-service-inner-card:hover { 
  background: #16C4BB;

}
.BH-service-inner-card:hover .BH-btn.BH-btn-java {

  background: #0D395E;
}
.BH-service-inner-card img {

  width: 120px;

  height: 120px;

}



.BH-service-inner-card h3 {

  color: #FFF;

  font-family: 'FiraSans-Regular';

  font-size: 28px;

  font-style: normal;

  font-weight: 700;

  line-height: normal;

}



.BH-service-inner-card p {

  color: var(--txt1, #FFF);

  font-family: 'Raleway-Regular';

  font-size: 18px;

  font-style: normal;

  font-weight: 400;

  line-height: 150%;

}



.BH-service-inner-card .BH-service-inner-card-btn {

  display: flex;

}



.BH-btn.BH-btn-java {

  background: #16C4BB;

}



/* Service end */



/* Newsletter start */

.BH-newsletter-outer {

  background-image: url(/img/blurred-interior-hospital.png);

  background-size: cover;

  background-position: center;

  position: relative;

  height: 600px;

  margin-top: 300px;

  display: flex;

  align-items: center;

}



.BH-newsletter-inner-left {

  width: 700px;

}



.BH-newsletter-outer::after {

  content: '';

  background: rgba(13, 57, 94, 0.80);

  position: absolute;

  background-size: cover;

  width: 100%;

  height: 100%;

  top: 0;

}



.BH-newsletter-inner {

  display: flex;

  flex-direction: row;

  gap: 200px;

  align-items: center;

  position: relative;

  z-index: 9;

  height: 509px;

}



.BH-newsletter-inner-left {

  width: 700px;

  display: flex;

  flex-direction: column;

  gap: 40px;

  position: relative;

  z-index: 99;

}



.BH-newsletter-inner-left h2 {

  color: #FFF;

  font-family: 'FiraSans-Regular';

  font-size: 54px;

  font-style: normal;

  font-weight: 700;

  line-height: normal;

}



.BH-newsletter-inner-left p {

  color: #FFF;

  font-family: 'Raleway-Regular';

  font-size: 18px;

  font-style: normal;

  font-weight: 400;

  line-height: 150%;

  /* 27px */

}



.BH-newsletter-inner-right {}



.BH-newsletter-inner-right img {

  position: absolute;

  left: auto;

  right: 0;

  top: auto;

  bottom: 9px;

}



.BH-newsletter-form {
  display: flex;
  justify-content: space-between;
  position: relative;
}



.BH-newsletter-form .BH-newsletter-form-email {
  border-radius: 10px;
  border: 1px solid #FFF;
  background-color: transparent;
  width: 98%;
  padding: 15px 30px;
  color: #ffffffa1;
position: relative;
  z-index: 999;
} 



.BH-newsletter-form .BH-newsletter-form-submit {

  display: flex;

  padding: 15px 50px;

  align-items: flex-start;

  gap: 10px;

  border-radius: 10px;

  background: #16C4BB;

  border: none;

  color: #FFF;

  font-family: 'Raleway-Regular';

  font-size: 18px;

  font-style: normal;

  font-weight: 600;

  line-height: 150%;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}

.BH-newsletter-form .BH-newsletter-form-submit:hover {
  background: #0D395E;
}

.form-group-div input::placeholder {

  color: #ffffffa1;

}



.form-group-div {

  width: 100%;

}



.BH-newsletter-inner-right-1 {

  margin-bottom: 242px;

  position: absolute;

  right: 0;

}



.BH-newsletter-inner-right-1 img {

  width: 100%;

  float: right;

}



/* Newsletter end */





/* Why Start */

.BH-why-outer {

  margin-top: 100px;

}



.BH-why-inner {

  display: flex;

  flex-direction: row;

  flex-wrap: wrap;

  justify-content: space-between;

  row-gap: 30px;

}



.BH-why-inner-card {

  display: flex;

  padding: 80px 50px;

  justify-content: center;

  align-items: center;

  gap: 30px;

  background: #0D395E;

  flex-direction: column;

  width: 23%;
  transition: all 0.5s ease-in-out;
}

.BH-why-inner-card:hover {
  background: #16C4BB;

}

.BH-why-inner-card img {

  width: 100px;

  height: 100px;

}



.BH-why-inner-card h3 {

  color: #FFF;

  text-align: center;

  font-family: 'FiraSans-Regular';

  font-size: 22px;

  font-style: normal;

  font-weight: 700;

  line-height: normal;

  width: 80%;

}



.BH-why-inner-card p {

  color: #FFF;

  text-align: center;

  font-family: 'Raleway-Regular';

  font-size: 18px;

  font-style: normal;

  font-weight: 400;

  line-height: 150%;

  /* 27px */

  width: 89%;

}



/* Why end */



/* Doctor start */

.Bh-doctor-outer {

  display: flex;

  flex-direction: row;

  gap: 100px;

  align-items: center;

}



.Bh-doctor-left {

  width: 30%;

  display: flex;

  flex-direction: column;

  gap: 30px;

}



.Bh-doctor-left span {

  color: #1A1A1A;

  text-align: left;

  font-family: 'FiraSans-Regular';

  font-size: 22px;

  font-style: normal;

  font-weight: 700;

  line-height: normal;

}



.Bh-doctor-left h2 {

  color: #1A1A1A;

  font-family: 'FiraSans-Regular';

  font-size: 54px;

  font-style: normal;

  font-weight: 700;

  line-height: normal;

}



.Bh-doctor-left p {

  color: #1A1A1A;

  font-family: 'Raleway-Regular';

  font-size: 18px;

  font-style: normal;

  font-weight: 400;

  line-height: 150%;

  /* 27px */

}



.Bh-doctor-left .Bh-doctor-left-btn {

  display: flex;

}



.Bh-doctor-right {

  width: 70%;

}



.Bh-doctor-right-outer {

  display: flex;

  justify-content: space-between;

  width: 100%;

  flex-direction: row;

}



.Bh-doctor-right-card {

  display: flex;

  flex-direction: column;

  justify-content: center;

  align-items: center;

}



.Bh-doctor-right-card img {
  border-radius: 50%;
  filter: grayscale(100%);
}
.Bh-doctor-right-card img:hover {
  filter: grayscale(0%);
}


.Bh-doctor-right-card h3 {

  color: #1A1A1A;

  text-align: center;

  font-family: 'FiraSans-Regular';

  font-size: 28px;

  font-style: normal;

  font-weight: 700;

  line-height: normal;

  margin-top: 20px;

  margin-bottom: 10px;

}



.Bh-doctor-right-card p {

  color: #1A1A1A;

  text-align: center;

  font-family: 'Raleway-Regular';

  font-size: 18px;

  font-style: normal;

  font-weight: 400;

  line-height: 150%;

  /* 27px */

}



/* Doctor end */



/* Book Appointment Start */

.BH-appointment-outer {

  background: #0D395E;

  overflow-x: hidden;

}



.BH-appointment-inner-div {

  display: flex;

}



.BH-appointment-left {

  width: 50%;

  padding: 200px 40px 200px 40px;

}

.BH-appointment-left .BH-appointment-right-content {

  display: none;

}

.BH-appointment-right {

  width: 50%;

}



.BH-appointment-form-field {

  display: flex;

  flex-direction: row;

  justify-content: space-between;

  gap: 20px

}



.BH-appointment-form-field-div {

  width: 100%;

}



.BH-appointment-form-field-div label {

  color: #FFF;

  text-align: center;

  font-family: 'FiraSans-Regular';

  font-size: 20px;

  font-style: normal;

  font-weight: 700;

  line-height: normal;

  margin-bottom: 20px;

}



.BH-appointment-form-input {

  background-color: #0D395E !important;

  width: 100%;

  border: 1px solid #FFF;

  color: #ffffffa1;

  font-family: 'Raleway-Regular';

  font-size: 18px;

  font-style: normal;

  font-weight: 400;

  line-height: 150%;

  padding: 15px;

  background-color: transparent;

}



.BH-appointment-form-input::placeholder {

  color: #ffffffa1;

  font-family: 'Raleway-Regular';

  font-size: 18px;

  font-style: normal;

  font-weight: 400;

  line-height: 150%;

}



.BH-appointment-form-outer {

  display: flex;

  flex-direction: column;

  gap: 40px;

}



.BH-appointment-form-submit {

  display: flex;

  padding: 15px 50px;

  align-items: flex-start;

  gap: 10px;

  border-radius: 50px;

  background: #16C4BB;

  color: #FFF !important;

  text-align: center;

  font-family: 'Raleway-Regular';

  font-size: 18px;

  font-style: normal;

  font-weight: 600;

  line-height: 150%;

  box-shadow: none;

  border: none;

}



.ess-first-time-right .card-img-overlay {

  width: 50vw;

  height: 100%;

  position: absolute;

  top: 0;

  right: 0;

  bottom: 0;

  left: 0;

  padding: 0;

  border-radius: 50px;

}



.ess-first-time-right .bg-overlay {

  background-size: cover;

  background-position: center;

  position: absolute !important;

}



.BH-appointment-right-content {

  display: flex;

  flex-direction: column;

  justify-content: center;

  height: 100%;

  padding: 0 180px;



}



.BH-appointment-right-content span {

  color: #FFF;

  text-align: left;

  font-family: 'FiraSans-Regular';

  font-size: 22px;

  font-style: normal;

  font-weight: 700;

  line-height: normal;

}



.BH-appointment-right-content h3 {

  color: #FFF;

  font-family: 'FiraSans-Regular';

  font-size: 54px;

  font-style: normal;

  font-weight: 700;

  line-height: normal;

  margin-top: 20px;

}



.BH-appointment-right-content h4 {

  color: #FFF;

  font-family: 'FiraSans-Regular';

  font-size: 28px;

  font-style: normal;

  font-weight: 700;

  line-height: normal;

  margin-bottom: 30px;

}



.BH-appointment-right-content p {

  color: #FFF;

  font-family: 'Raleway-Regular';

  font-size: 18px;

  font-style: normal;

  font-weight: 400;

  line-height: 150%;

  margin-top: 50px;

  margin-bottom: 50px;

}



.BH-appointment-right-content ul {

  display: flex;

  flex-direction: column;

  gap: 20px;

}



.BH-appointment-right-content ul li {

  display: flex;

  flex-direction: row;

  justify-content: space-between;



  padding-bottom: 15px;

}



.BH-appointment-right-content ul li:not(:last-child) {

  border-bottom: 1px solid #fff;

}



.BH-appointment-right-content ul li span {

  color: #FFF;

  font-family: 'Raleway-Regular';

  font-size: 18px;

  font-style: normal;

  font-weight: 600;

  line-height: 150%;

  /* 27px */

}



/* Book Appointment End */



/* Testimonial Start */

.BH-testimonial-outer {

  display: flex;

  flex-direction: row;

  gap: 200px;

  justify-content: space-between;

  align-items: center;

}



.BH-testimonial-inner-left {

  width: 60%;

}



.BH-testimonial-inner-right {

  width: 40%;

}



.BH-testimonial-inner-card {

  display: flex;

  padding: 35px 60px;

  flex-direction: column;

  align-items: flex-start;

  gap: 30px;

  align-self: stretch;

  cursor: pointer;

}



.BH-testimonial-card-div {

  display: flex;

  align-items: center;

  gap: 30px;

}



.BH-testimonial-inner-left-div {

  display: flex;

  flex-direction: column;

  gap: 30px;

}



.BH-testimonial-card-img {

  width: 100px;

}



.BH-testimonial-card-img img {

  width: 100%;

  border-radius: 50%;

}



.BH-testimonial-card-content h3 {



  font-family: 'FiraSans-Regular';

  font-size: 22px;

  font-style: normal;

  font-weight: 700;

  line-height: normal;

}



.BH-testimonial-card-content h4 {



  font-family: 'FiraSans-Regular';

  font-size: 18px;

  font-style: normal;

  font-weight: 400;

  line-height: 150%;

  /* 27px */

}



.BH-testimonial-inner-card p {



  font-family: 'Raleway-Regular';

  font-size: 18px;

  font-style: normal;

  font-weight: 400;

  line-height: 150%;

  /* 27px */

}



.BH-testimonial-card-content {

  display: flex;

  flex-direction: column;

  gap: 10px;

}



/* .BH-testimonial-inner-left-div .BH-testimonial-inner-card:first-child {

  background: linear-gradient(260deg, #0D395E -2.18%, rgba(22, 196, 187, 0.80) 185.96%);

} */

.BH-testimonial-inner-left-div .BH-testimonial-inner-card.active {
  background: linear-gradient(260deg, #0D395E -2.18%, rgba(22, 196, 187, 0.80) 185.96%);
}

.BH-testimonial-inner-left-div .BH-testimonial-inner-card.active *{
  color: #fff;
}

/* .BH-testimonial-inner-left-div .BH-testimonial-inner-card:first-child * {

  color: #fff;

} */



.BH-testimonial-inner-card {

  border: 1px solid #777;

}



.BH-testimonial-inner-card * {

  color: #1A1A1A;

}



.BH-testimonial-inner-right {

  width: 30%;

  display: flex;

  flex-direction: column;

  gap: 20px;

}



.BH-testimonial-inner-right span {

  color: #1A1A1A;

  text-align: left;

  font-family: 'FiraSans-Regular';

  font-size: 22px;

  font-style: normal;

  font-weight: 700;

  line-height: normal;

}



.BH-testimonial-inner-right h2 {

  color: #1A1A1A;

  font-family: 'FiraSans-Regular';

  font-size: 54px;

  font-style: normal;

  font-weight: 700;

  line-height: normal;

}



.BH-testimonial-inner-right p {

  color: #1A1A1A;

  font-family: 'Raleway-Regular';

  font-size: 18px;

  font-style: normal;

  font-weight: 400;

  line-height: 150%;

}



/* Testimonial End */



/* Gallery Start */

.BH-gallery-title-outer {

  display: flex;

  flex-direction: row;

  gap: 100px;

  justify-content: space-between;

  align-items: center;

}



.BH-gallery-title-outer-left {

  width: 50%;

  display: flex;

  flex-direction: column;

  gap: 20px;

}



.BH-gallery-title-outer-left span {

  color: #1A1A1A;

  font-family: 'FiraSans-Regular';

  font-size: 22px;

  font-style: normal;

  font-weight: 700;

  line-height: normal;

}



.BH-gallery-title-outer-left h2 {

  color: #1A1A1A;

  font-family: 'FiraSans-Regular';

  font-size: 54px;

  font-style: normal;

  font-weight: 700;

  line-height: normal;

}



.BH-gallery-title-outer-right {

  width: 35%;

}



.BH-gallery-title-outer-right p {

  color: #1A1A1A;

  font-family: 'FiraSans-Regular';

  font-size: 18px;

  font-style: normal;

  font-weight: 400;

  line-height: 150%;

  /* 27px */

}



.BH-gallery-slider {

  margin-top: 80px;

}



#BH-gallery-carousel .owl-dots {

  text-align: center;

  padding-top: 15px;

}



#BH-gallery-carousel .owl-dots button.owl-dot {

  width: 15px;

  height: 15px;

  border-radius: 50%;

  display: inline-block;

  margin: 0 3px;

  border: 1px solid #0d395e !important;

}



#BH-gallery-carousel .owl-dots button.owl-dot.active {

  background-color: #0d395e;

}



#BH-gallery-carousel .owl-dots button.owl-dot:focus {

  outline: none;

}



/* Gallery End */





/* Blog Start */



.BH-blog-title-div {

  display: flex;

  flex-direction: column;

  gap: 20px;

}



.BH-blog-title-div span {

  color: #1A1A1A;

  text-align: center;

  font-family: 'FiraSans-Regular';

  font-size: 22px;

  font-style: normal;

  font-weight: 700;

  line-height: normal;

}



.BH-blog-title-div h2 {

  color: #1A1A1A;

  text-align: center;

  font-family: 'FiraSans-Regular';

  font-size: 54px;

  font-style: normal;

  font-weight: 700;

  line-height: normal;

}



.BH-blog-list-outer {

  display: flex;

  flex-direction: row;

  flex-wrap: wrap;

  margin-top: 100px;

  gap: 100px;

  justify-content: space-between;

}



.BH-blog-list-card {

  display: flex;

  width: 46%;

  flex-direction: row;

  align-items: center;

  gap: 60px;

}



.BH-blog-list-btn {

  display: flex;

}



.BH-blog-list-card-right-content {

  display: flex;

  flex-direction: column;

  gap: 30px;

}



.BH-blog-list-card-right-content h3 {

  color: #1A1A1A;

  font-family: 'FiraSans-Regular';

  font-size: 28px;

  font-style: normal;

  font-weight: 700;

  line-height: normal;

}



.BH-blog-list-card-right-content p {

  color: #1A1A1A;

  font-family: 'Raleway-Regular';

  font-size: 18px;

  font-style: normal;

  font-weight: 400;

  line-height: 150%;

  /* 27px */

}



.BH-blog-list-card-right {

  width: 55%;

}



.BH-blog-list-card-left {

  width: 45%;

}

.BH-blog-list-card-left img {

  width: 100%;

}

/* Blog End */







/* Footer Start */

footer {

  background: var(--grdnt2, linear-gradient(261deg, #0D395E 6.46%, rgba(22, 196, 187, 0.80) 160.19%));

  padding-top: 45px;

  padding-bottom: 45px;

}



.footer-details-outer {

  display: flex;

  flex-direction: column;

  justify-content: center;

  align-items: center;

  width: 40%;

  text-align: center;

  gap: 50px;

  margin: 0 auto;

}



.footer-about p {

  color: #FFF;

  font-family: 'Raleway-Regular';

  font-size: 18px;

  font-style: normal;

  font-weight: 400;

  line-height: 150%;

  /* 27px */

}



.footer-social-media ul {

  display: flex;

  flex-direction: row;

  gap: 10px;

  list-style-type: none;

}



.footer-social-media ul li a i {

  background-color: #fff;

  padding: 5px;

  border-radius: 50%;

  width: 40px;

  height: 40px;

  font-size: 20px;

  color: #16c4bb;

  display: flex;

  justify-content: center;

  align-items: center;
  transition: all 0.5s ease-in-out;
}

.footer-social-media ul li a i:hover{
  background-color: #0D395E;
  color: #fff;
}


.footer-copyright-outer {

  border-top: 1px solid #fff;

  display: flex;

  justify-content: space-between;

  margin-top: 50px;

  padding-top: 40px;

}



.footer-copyright-left p {

  color: #FFF;

  font-family: 'Raleway-Regular';

  font-size: 18px;

  font-style: normal;

  font-weight: 400;

  line-height: 150%;

  /* 27px */

}



.footer-copyright-right ul {

  display: flex;

  list-style-type: none;

  gap: 30px;

}





.footer-copyright-right ul li a {

  color: #FFF;

  font-family: 'Raleway-Regular';

  font-size: 18px;

  font-style: normal;

  font-weight: 400;

  line-height: 150%;

  /* 27px */

}



/* Footer End */



/* Inner Banner start */

.BH-inner-banner-outer {

  height: 600px;

  background-size: cover;

  background-position: center;

  position: relative;

}



.BH-inner-banner-outer::after {

  content: '';

  background: linear-gradient(105deg, rgba(13, 57, 94, 0.80) 17.82%, rgba(22, 196, 187, 0.64) 102.15%);

  width: 100%;

  height: 100%;

  position: absolute;

  top: 0;

}



.BH-inner-banner-content {

  position: relative;

  z-index: 999;

  display: flex;

  align-items: center;

  height: 100%;

  flex-direction: column;

  justify-content: center;

}



.BH-inner-banner-content h1 {

  color: #FFF;

  font-family: 'FiraSans-Regular';

  font-size: 85px;

  font-style: normal;

  font-weight: 700;

  line-height: normal;

}



.BH-inner-banner-content p {

  color: #FFF;

  font-family: 'Raleway-Regular';

  font-size: 18px;

  font-style: normal;

  font-weight: 400;

  line-height: 150%;

  /* 27px */

}



.BH-inner-banner-content-inner {

  display: flex;

  flex-direction: column;

  gap: 40px;

  width: 75%;

}



/* Inner Banner End */



/* Welcome start */

.BH-welcome-outer {



  padding-top: 150px;



  position: relative;

}



.BH-welcome-outer:after {

  content: '';

  background: var(--grdnt2, linear-gradient(261deg, #0D395E 6.46%, rgba(22, 196, 187, 0.80) 160.19%));

  position: absolute;

  width: 100%;

  height: 75%;

  top: 0;

}



.BH-welcome-title-outer {

  display: flex;

  flex-direction: row;

  gap: 100px;

  justify-content: space-between;

  position: relative;

  z-index: 9;

}



.BH-welcome-title-outer .BH-welcome-title-left {

  width: 30%;

}



.BH-welcome-title-outer .BH-welcome-title-left h2 {

  color: #FFF;

  font-family: 'FiraSans-Regular';

  font-size: 54px;

  font-style: normal;

  font-weight: 700;

  line-height: normal;

}



.BH-welcome-title-outer .BH-welcome-title-right {

  width: 46%;

}



.BH-welcome-title-outer .BH-welcome-title-right p {

  color: #FFF;

  font-family: 'Raleway-Regular';

  font-size: 18px;

  font-style: normal;

  font-weight: 400;

  line-height: 150%;

  /* 27px */

}



.BH-welome-image-outer {

  display: flex;

  gap: 50px;

  justify-content: space-between;

  margin-top: 100px;

  position: relative;

  z-index: 9;

}

.BH-welome-image-outer img {

  width: 100%;

}

/* Welcome End */



/* Vision start */

.BH-vision-outer {

  display: flex;

  flex-direction: row;

  gap: 100px;

  align-items: center;

}



.BH-vision-left {

  width: 50%;

  display: flex;

  flex-direction: column;

  gap: 100px;

}



.BH-vision-right {

  width: 50%;

  text-align: center;

}



.BH-vision-left-card {

  display: flex;

  align-items: center;

  gap: 50px;

}



.BH-vision-left-card .BH-vision-left-card-img {}



.BH-vision-left-card .BH-vision-left-card-content ul {

  margin-left: 22px;

  display: flex;

  flex-direction: column;

  gap: 9px;

}



.BH-vision-left-card .BH-vision-left-card-content ul li {

  color: #1A1A1A;

  font-family: 'Raleway-Regular';

  font-size: 18px;

  font-style: normal;

  font-weight: 400;

  line-height: 150%;

  /* 27px */

  position: relative;

  list-style-type: none;

}



.BH-vision-left-card .BH-vision-left-card-content ul li::before {

  content: '';

  background-image: url(/img/Arrow-Left.png);

  width: 24px;

  height: 24px;

  position: absolute;

  left: -25px;

  top: 13px;

}



.BH-vision-left-card .BH-vision-left-card-content h3 {

  color: #1A1A1A;

  font-family: 'FiraSans-Regular';

  font-size: 40px;

  font-style: normal;

  font-weight: 700;

  line-height: normal;

}



.BH-vision-left-card .BH-vision-left-card-content p {

  color: #1A1A1A;

  font-family: 'Raleway-Regular';

  font-size: 18px;

  font-style: normal;

  font-weight: 400;

  line-height: 150%;

  /* 27px */

}



.BH-vision-left-card .BH-vision-left-card-img img {

  width: 200px;

}



.BH-vision-left-card .BH-vision-left-card-content {

  display: flex;

  flex-direction: column;

  gap: 20px;

  width: 49%;

}



.BH-vision-counter {

  display: flex;

  justify-content: space-between;

  align-items: center;

  text-align: center;

  padding: 32px 80px;

  background: var(--grdnt2, linear-gradient(261deg, #0D395E 6.46%, rgba(22, 196, 187, 0.80) 160.19%));

}



.BH-vision-right img {



}



.BH-vision-counter-year {

  color: #FFF;

  text-align: center;

  font-family: 'Raleway-Regular';

  font-size: 18px;

  font-style: normal;

  font-weight: 400;

  line-height: 150%;

  /* 27px */

}



.BH-vision-counter-numver {

  color: #FFF;

  font-family: 'FiraSans-Regular';

  font-size: 28px;

  font-style: normal;

  font-weight: 700;

  line-height: normal;

}



.BH-vision-counter-div {

  display: flex;

  flex-direction: column;

  gap: 10px;

}



/* Vision end */



/* Contact start */

.Bh-map-outer .BH-section-title {

  width: 1000px;

}



.Bh-map-outer {

  display: flex;

  flex-direction: column;

  gap: 50px;

}



/* Contact end */







/* Contact Form Start */

.Bh-contact-outer {

  display: flex;

  flex-direction: row;

  gap: 200px;

  justify-content: space-between;

}



.Bh-contact-left {

  width: 45%;

}



.Bh-contact-right {

  width: 40%;

}



.Bh-contact-right-inner {

  background: linear-gradient(290deg, #0D395E -14.25%, rgba(22, 196, 187, 0.80) 161.93%);

  padding: 130px 75px;

  height: 100%;

}



.Bh-contact-right-inner-content h3 {

  color: #fff;

  font-family: 'FiraSans-Regular';

  font-size: 43px;

  font-style: normal;

  font-weight: 700;

  line-height: normal;

}



.Bh-contact-right-inner-content p {

  color: #fff;

  font-family: 'Raleway-Regular';

  font-size: 18px;

  font-style: normal;

  font-weight: 400;

  line-height: 150%;

  /* 27px */

}



.Bh-contact-right-inner-content {

  margin-bottom: 100px;

  display: flex;

  flex-direction: column;

  gap: 20px;

}

.Bh-contact-right-details-inner {

  display: flex;

  flex-direction: column;

  gap: 15px;

}



.Bh-contact-right-details-list {

  display: flex;

  flex-direction: row;

  gap: 15px;

}



.Bh-contact-right-details-list span,

.Bh-contact-right-details-list span a {

  color: #fff;

  font-family: 'Raleway-Regular';

  font-size: 18px;

  font-style: normal;

  font-weight: 400;

  line-height: 150%;

  /* 27px */

}



.Bh-contact-right-details {

  margin-bottom: 200px;

}



.BH-contact-social-div h3 {

  color: #fff;

  font-family: 'FiraSans-Regular';

  font-size: 30px;

  font-style: normal;

  font-weight: 700;

  line-height: normal;

  margin-bottom: 30px;

}



.Bh-contact-form-group {

  display: flex;

  flex-direction: column;

  gap:10px;

  margin-bottom: 15px;

}



.Bh-contact-left-inner-form {

  margin-top: 50px;

}



.Bh-contact-left-inner-form-div {

  display: flex;

  flex-direction: column;

  gap: 30px;

}



.Bh-contact-left-inner h2 {

  color: #1A1A1A;

  font-family: 'FiraSans-Regular';

  font-size: 54px;

  font-style: normal;

  font-weight: 700;

  line-height: normal;

}

.Bh-contact-form-group label {

  color: #1A1A1A;

  font-family: 'FiraSans-Regular';

font-size: 28px;

font-style: normal;

font-weight: 700;

line-height: normal;

}

.Bh-contact-form-group .Bh-contact-left-inner-form-input {

  color: #1A1A1A;

  font-family: 'Raleway-Regular';

  font-size: 18px;

  font-style: normal;

  font-weight: 400;

  line-height: 150%;

  border: 0;

  border-bottom: 1px solid #1A1A1A;

  padding-bottom: 20px;

}

.Bh-contact-left-inner-form-input::placeholder {

  color: #ffffffa1;

  font-family: 'Raleway-Regular';

  font-size: 18px;

  font-style: normal;

  font-weight: 400;

  line-height: 150%; /* 27px */

}

.Bh-contact-left-inner-form-submit {

  display: flex;

  padding: 15px 50px;

  align-items: flex-start;

  gap: 10px;

  border-radius: 50px;

  background: #16C4BB;

  color: #FFF !important;

  text-align: center;

  font-family: 'Raleway-Regular';

  font-size: 18px;

  font-style: normal;

  font-weight: 600;

  line-height: 150%;

  box-shadow: none;

  border: none;

  width: 170px;

  cursor: pointer;

}

/* Contact Form end */



/* Gallery Start */

.BH-gallery-list-outer {

  display: flex;

  flex-direction: row;

  flex-wrap: wrap;

  justify-content: center;

  gap: 28px;

  margin-top: 100px;

}

.BH-gallery-img {

  width: 32%;

}

.BH-gallery-img img {

  width: 100%;

}

/* Gallery end */



/* a.BH-btn {
  display: inline-block;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
a.BH-btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0D395E;
  border-radius: 10rem;
  z-index: -2;
}
a.BH-btn:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #16C4BB;
  transition: all 0.3s;
  border-radius: 10rem;
  z-index: -1;
}
a.BH-btn:hover {
  color: #fff;
}
a.BH-btn:hover:before {
  width: 100%;
}


.BH-service-outer .BH-btn {
  display: inline-block;
  text-transform: uppercase;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.BH-service-outer .BH-btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #16C4BB;
  border-radius: 10rem;
  z-index: -2;
}
.BH-service-outer .BH-btn:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #0D395E;
  transition: all 0.3s;
  border-radius: 10rem;
  z-index: -1;
}
.BH-service-outer .BH-btn:hover {
  color: #fff;
}
.BH-service-outer .BH-btn:hover:before {
  width: 100%;
} */

.footer-copyright-right-text p {
  color: #fff;
}

.footer-copyright-right-text p a {
  color: #16C4BB;
  font-weight: bold;
}

.BH-btn {
  transition: all 0.5s ease-in-out;
}
.BH-btn:hover {
  background: #16C4BB;
}
.error {
    color: red !important;
    font-size: 15px !important;
    display: block !important;
    line-height: 15px !important;
}

.Bh-contact-right-details-list img {
  width: 30px;
  height: 30px;
}


#button {
  display: inline-block;
  background-color: #16c4bb;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #16c4bb;
}
#button:active {
  background-color: #16c4bb;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

/* Styles for the content section */

.content {
  width: 77%;
  margin: 50px auto;
  font-family: 'Merriweather', serif;
  font-size: 17px;
  color: #6c767a;
  line-height: 1.9;
}
@media (min-width: 500px) {
  .content {
    width: 43%;
  }
  #button {
    margin: 30px;
  }
}
.content h1 {
  margin-bottom: -10px;
  color: #03a9f4;
  line-height: 1.5;
}
.content h3 {
  font-style: italic;
  color: #96a2a7;
}


/*Blog listing css start*/
.BH-blog-inner-left {
  width: 50%;
}
.BH-blog-inner-left img {
  width: 100%;
}
.BH-blog-inner-right {
 width: 50%; 
}
.BH-blog-inner {
    display: flex;
    align-items: center;
    gap: 100px;
}
.BH-blog-inner-right h3{
    color: #1A1A1A;
    font-family: 'FiraSans-Regular';
    font-size: 43px;
    font-style: normal;
    font-weight: 700;
    line-height: 51.6px;
}

.BH-blog-inner-right p{
  color: #1A1A1A;
    font-family: 'Raleway-Regular';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.BH-blog-inner-right .BH-blog-inner-right-btn {
    display: flex;
}
.BH-blog-inner-right {
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding-right: 50px;
}
.BH-blog-inner-main {
    display: flex;
    flex-direction: column;
    gap: 100px;
}
/*Blog listing css end*/ 



/*Blog Details css start*/ 
.BH-blog-details-inner {
    display: flex;
    gap: 100px;
}
.BH-blog-details-inner-left {
  width: 60%;
}

.BH-blog-details-inner-right {
 width: 40%; 
}

.BH-blog-details-inner-left-content .blog-details-date{
color: #1A1A1A;
    font-family: 'Raleway-Regular';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.BH-blog-details-inner-left-content h3 {
color: #1A1A1A;
    font-family: 'FiraSans-Regular';
    font-size: 54px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.BH-blog-details-inner-left-content p {
  color: #1A1A1A;
    font-family: 'Raleway-Regular';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.BH-blog-details-inner-left-content {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.BH-blog-details-inner-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.BH-blog-details-recommendation-card {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}
.BH-blog-details-recommendation {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 30px;
}
.BH-blog-details-recommendation-img {
    width: 40%;
}
.BH-blog-details-recommendation-img img {
    width: 100%;
}
.BH-blog-details-recommendation-content {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.BH-blog-details-recommendation-content h4 {
    color: #1A1A1A;
    font-family: 'FiraSans-Regular';
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 26.4px;
}
.BH-blog-details-recommendation-content p {
    color: #1A1A1A;
    font-family: 'Raleway-Regular';
    font-size: 15px;
    font-style: italic;
    font-weight: 400;
    line-height: 21.13px;
}
.BH-blog-details-recommendation-content p a {
  color: #006EEF;
    font-family: 'Raleway-Regular';
    font-size: 15px;
    font-style: italic;
    font-weight: 600;
    line-height: 21.13px;
}
.BH-blog-details-recommendation-outer h3 {

    color: #1A1A1A;
   font-family: 'FiraSans-Regular';
    font-size: 28px;
    font-weight: 700;
    line-height: 33.6px;
}
.BH-blog-details-recommendation-outer {
    margin-top: 80px;
}
.BH-blog-details-auhtor-blog-inner {
    display: flex;
    flex-direction: row;
    margin-top: 35px;
    justify-content: space-between;
}
.BH-blog-details-auhtor-blog-inner-left {
    width: 45%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.BH-blog-details-auhtor-blog-inner-left h3 {
    color: #1A1A1A;
    font-family: 'FiraSans-Regular';
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 26.4px;
}
.BH-blog-details-auhtor-blog-inner-left p {
    color: #1A1A1A;
    font-family: 'Raleway-Regular';
    font-size: 15px;
    font-style: italic;
    font-weight: 400;
    line-height: 21.13px;
}
.BH-blog-details-auhtor-blog-inner-left p a {
  color: #006EEF;
    font-family: 'Raleway-Regular';
    font-size: 15px;
    font-style: italic;
    font-weight: 600;
    line-height: 21.13px;
}
.BH-blog-details-auhtor-blog-inner-right {
    width: 50%;
}
.BH-blog-details-auhtor-blog img {
    width: 100%;
}
.BH-blog-details-inner-left-img img {
    width: 100%;
}
.BH-header-logo img {
  width: 100%
}
/*Blog Details css end*/ 


#BH-card-carousel .BH-service-inner-card {
  width: 100%;
}
#BH-card-carousel .BH-service-inner-card img {
  width: auto !important;
  height: auto !important;
}


#BH-card-carousel .owl-dots {
  text-align: center;
  padding-top: 15px;
}
#BH-card-carousel .owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #16C4BB;
  margin: 0 3px;
}
#BH-card-carousel .owl-dots button.owl-dot.active {
  background-color: #0d395e;
}
#BH-card-carousel .owl-dots button.owl-dot:focus {
  outline: none;
}
.BH-big-card-outer .BH-why-inner-card {
  width: 31%;
}
.BH-content-card-outer .BH-welcome-outer:after {
  display: none;
}

.BH-content-card-outer .BH-welcome-title-outer .BH-welcome-title-left {
  width: 45%;
}

.BH-welcome-outer-card {

}

.BH-welcome-outer-card {
  margin-top: 70px;
  display: flex
;
  justify-content: space-between;
}
.BH-welcome-outer-card-inner {
  width: 31%;
  background: linear-gradient(225deg, rgba(13,57,94,1) 48%, rgba(22,196,187,1) 121%);
  padding: 60px;
}

.BH-welcome-outer-card-inner h3 {
  color: #FFF !important;
  font-family: 'FiraSans-Regular';
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 15px;
}

.BH-welcome-outer-card-inner p {
  color: #FFF !important;
    font-family: 'Raleway-Regular';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    width: 79%;
}

.BH-content-card-outer .BH-welcome-title-left h2 {
  color: #000;
}
.BH-content-card-outer .BH-welcome-title-right p {
  color: #000;
}
.BH-content-card-outer .BH-welcome-outer {
  padding-top: 0;
}
.BH-appointment-form-field-div option {
    color: #ffffffa1;
}

.nav-item {
    position: relative;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #16c4bb;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 1000;
    border: 0;
}



.dropdown-menu a {
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    color: #333;
}

.dropdown-menu a:hover {
    background: #0D395E;
    color: #fff;
}

/* Arrow indicator */
.dropdown-arrow {
    content: "";
    border: 5px solid transparent;
    border-top-color: #333;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

/* Hover effect for desktop */
@media (min-width: 768px) {
    .nav-item:hover > .dropdown-menu {
        display: block;
    }
}

/* Click behavior for mobile */
@media (max-width: 767px) {
    .dropdown-menu {
        position: static;
    }

    .nav-item .nav-link {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .nav-item .dropdown-arrow {
        transform: rotate(0deg);
        transition: transform 0.3s;
    }

    .nav-item.open .dropdown-arrow {
        transform: rotate(180deg);
    }

    .nav-item.open > .dropdown-menu {
        display: block;
    }
}