body {
  background: #dff2fb;
  /*font-family: 'Poppins', sans-serif;*/
  font-family: 'Montserrat';
}
.top-bar {
  background: #c5f5ff;
  padding: 55px 0;
  position: relative;
  z-index: 1;
}
.top-bar i {
  color: #c5f5ff;
  margin-right: 6px;
  background-color: #48708c;
  padding: 8px;
  border-radius: 50%;
}
.top-bar img{
  width: 214px;
}

  .top-bar .contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
  }


  .top-bar .contact-item i {
    background-color: #47708c;
    color: #c4f4ff;
    border-radius: 50%;
    padding: 10px;
    font-size: 20px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
  }


  .top-bar .contact-info label {
    font-size: 18px;
    font-weight: 600;
    color: #044fa2;
    margin-bottom: 0;
    display: block;
  }

  .top-bar .contact-info span {
    font-size: 16px;
    color: #000000;
    font-weight: 400;

  }

.main-nav {
  margin-top: -88px;
  position: relative;
  z-index: 2;
  top: 60px;
}
.main-nav nav{
  border-radius: 18px !important;
}
.navbar {
  background-color: #d25100;
  border-radius: 12px;
}
.navbar .nav-link {
  color: #fff;
  margin-right: 15px;
  font-weight: 500;
  font-size: 22px;
}
.navbar .social-icons i{
  color: #d25100;
  font-size: 24px;
}
.navbar .social-icons a {
  color: #fff;
  margin-left: 6px;
  font-size: 16px;
}
.hero-section {
  background-image: url('img/Rectangle 3@2x.png');
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;

  color: #fff;
  padding: 60px 0 0;
  position: relative;
  overflow: hidden;
  height: 915px;
  margin-top: -230px;
}

.hero-section h1 {
  font-size: 53px;
  color: #ffffff;
  font-weight: 700;
}

.hero-section h1 span {
  color: #FFA85A; /* orange color */
}

.doctor-img {
  position: relative;
  z-index: 2;
  max-width: 100%;
}

.info-box {      
  background-image: url('img/world-map-png-6@2x.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  padding: 30px 10px;
  border-radius: 75px;
  position: relative;
  z-index: 1;
  top: -110px;
}

.info-box h5{
  font-size: 30px;
  line-height: 25px;
  color: #ffffff;
  font-weight: 700;
}

.info-icon {
  margin-bottom: 10px;
}

.info-icon img{
  width: 55px;
}

.circle-bg {
  position: absolute;
  top: 20%;
  left: 10%;
  z-index: 1;
  opacity: 0.3;
}

.hero-card {
  background: #30597b;
  border-radius: 20px;
  padding: 30px;
  margin-top: -100px;
  color: #fff;
}
.hero-card h5 {
  margin-top: 15px;
}
section{
  background-color: #e1f3ff;
}
.timing-section .col-md-4 .timing-box{
  background-color: #fdfeff;
}
.timing-box div{
  border-radius: 61px !important;
  background-image: linear-gradient(180deg, rgba(255,255,255,0.9999999999999999) 0%, rgba(232,251,255,0) 100%);
}
.timing-box h5{
  font-size: 45px;
  line-height: 55px;
  color: #262626;
  font-weight: 700;
}
.timing-box ul{
  font-size: 24px;
  line-height: 35px;
  color: #262626;
  font-weight: 400;
}
.timing-box img{
  width: 92px;
  height: 85px;
  border-radius: 11px;
  background-color: #558db3;
  padding: 5px 5px
}
.care-section{
  background-color: #47708c;
}
.care-section img{
  width: 50px;
}
.care-section h6{
  font-size: 32px;
  line-height: 36px;
  color: #ffffff;
  /*font-weight: 600;*/
  text-align: center;
}
.service-section{      
  background-image: url('img/+ copy@2x (1).png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.service-box {
  border-radius: 60px !important;
}

.service-box img {
  width: 60px;
}

.hero-card i {
  color: #f7a35c;
  margin-right: 8px;
}

.content-section h2 {
  color: #000000;
  margin-bottom: 15px;
  font-size: 45px;
  line-height: 51px;
  font-weight: 700;
}

.content-section span {
  color: #a47041;
}
.btn-orange {
  background: #a47041;
  color: #fff;
  border-radius: 33px;
  padding: 10px 25px;
  font-weight: 500;

  font-size: 25px;
  letter-spacing: 7px;
  line-height: 29px;
  text-transform: uppercase;
  color: #f5f5f5;
  font-weight: 700;
}
.btn-service {
  background: #47708c;
  color: #fff;
  border-radius: 100px;
  padding: 10px 25px;
  font-weight: 500;
}
.btn-more-services{
  background: #d25100;
  color: #fff;
  border-radius: 100px;
  padding: 10px 25px;
  font-weight: 500;      
}
.heading1{
  font-size: 65px;
  line-height: 70px;
  color: #000000;
  font-weight: 700;
  text-align: center;
}
.heading2{
  font-size: 68px;
  line-height: 70px;
  color: #262626;
  font-weight: 700;
}
.heading3{
  font-size: 75px;
  line-height: 70px;
  color: #ffffff;
  font-weight: 700;
}
.main-tabs button{
  font-size: 30px;
  line-height: 47px;
  color: #262626;
  font-weight: 400;
}
.tab-content .content-box:hover{
  background-color: #9c623e !important;
  color: #fff;
}
.medical-sec p{
  font-size: 25px;
  line-height: 29px;
  color: #000000;
  font-weight: 500;
}