.inner-banner {
  padding: 240px 0 120px;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #e2e7ff;
}
.inner-banner::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/images/inner-banner-background.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.inner-banner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f7f7f7;
  z-index: -1;
}
.inner-banner .inner-banner-caption h1 {
  font-size: 4rem;
  line-height: 5rem;
}
.inner-banner .inner-banner-caption p {
  font-size: 1.8rem;
  line-height: 2.8rem;
}

.location-box-main {
  position: relative;
  z-index: 1;
  padding: 30px;
  border-radius: 20px;
}
.location-box-main::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 80%;
  background-color: #fff;
  -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.15);
  z-index: -1;
  border-radius: 20px;
}
.location-box-main .map-box iframe {
  border: 5px solid #f6f6f6;
  border-radius: 20px;
}
.location-box-main .location-details .details-area p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
.location-box-main .location-details .details-area p i {
  font-size: 2.2rem;
  line-height: 3.2rem;
  color: #03166d;
}

.common-webpage {
  margin-top: 120px;
}

.img-design {
  position: relative;
  z-index: 1;
}
.img-design img, .img-design iframe {
  border-radius: 20px;
}
.img-design::before {
  position: absolute;
  bottom: 0;
  right: -7px;
  width: 100%;
  height: 97%;
  content: "";
  border-radius: 20px;
  border: 2px solid #03166d;
  -webkit-transform: rotate(358deg);
          transform: rotate(358deg);
  z-index: -1;
}

.rounded {
  border-radius: 10px;
}

.box-shadow {
  -webkit-box-shadow: 0px 18px 32px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 18px 32px 0px rgba(0, 0, 0, 0.1);
}

.single-text-box {
  border: 1px solid #fff;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  top: 0;
}
.single-text-box:hover {
  top: -3px;
  border-color: #d8171d;
}
.single-text-box p {
  font-weight: 500;
}

.dr-cta-wrap {
  min-height: 800px;
}

.dr-inner-main {
  top: 60px;
  right: 0;
  bottom: 60px;
}

.equal-height-box {
  min-height: calc(100% - 25px);
  margin-top: 25px;
}

.contact-each {
  border: solid 1px #f3f3f3;
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 15px 0 0;
  border-radius: 5px;
  position: relative;
  background-color: #fff;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.contact-each .contact-icon {
  margin-right: 15px;
  width: 40px;
  height: 40px;
  background-color: #03166d;
  border-radius: 5px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.6rem;
  line-height: 2.6rem;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.contact-each .contact-desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.contact-each p {
  margin: 0;
  color: #222222;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.contact-each p a {
  color: #03166d;
}

.map-block {
  line-height: 0;
}

.dr-about-box {
  position: relative;
  padding: 40px;
  z-index: 1;
}
.dr-about-box::before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 65%;
  background-color: #03166d;
  border-radius: 25px;
  z-index: -1;
}

.about-page-dr-img {
  position: absolute;
  bottom: 0;
  width: 350px;
  left: 50px;
}

/*nav tab*/
.about-nav-tab #nav-tab {
  background-color: #f7f7f7;
  padding: 5px;
  border-radius: 5px;
  border: none;
}
.about-nav-tab .nav-tabs .nav-link {
  color: #102037;
  background-color: transparent;
  border-color: transparent;
  padding: 8px 15px !important;
  border-radius: 5px;
  margin: 0;
  font-weight: 400;
}
.about-nav-tab .nav-tabs .nav-link:hover {
  color: #03166d;
  background-color: rgb(255, 255, 255);
}
.about-nav-tab .nav-tabs .nav-link.active, .about-nav-tab .nav-tabs .nav-item.show .nav-link {
  color: #fff;
  background-color: #03166d;
  -webkit-box-shadow: rgba(79, 183, 131, 0.15) 0px 8px 24px;
          box-shadow: rgba(79, 183, 131, 0.15) 0px 8px 24px;
}

@media (max-width: 1366px) {
  .inner-banner {
    padding: 200px 0 80px;
  }
  .about-page-dr-img {
    width: 300px;
    left: 35px;
  }
}
@media (max-width: 1024px) {
  .inner-banner {
    padding: 180px 0 60px;
  }
  .inner-banner .inner-banner-caption h1 {
    font-size: 3rem;
    line-height: 4rem;
  }
}
@media (max-width: 990px) {
  .about-page-dr-img {
    position: static;
    width: 400px;
  }
}
@media (max-width: 767px) {
  .single-text-box {
    width: 47%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .dr-about-box {
    padding: 20px;
  }
  .about-page-dr-img {
    width: 250px;
  }
}



.iframe-video iframe {
height:350px;
}

@media (max-width: 1024px) { 
.iframe-video iframe {
height:450px;
}

}
@media (max-width: 990px) { 
.iframe-video iframe {
height:400px;
}

}

@media (max-width: 767px) { 
.iframe-video iframe {
height:200px;
}

}