.carousel-item > div {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.carousel-item > div.include-img-gradient {
  background-image: linear-gradient(to left, rgba(5, 32, 73, 0), #052049),
    linear-gradient(to bottom, rgba(51, 51, 255, 0.1), rgba(51, 51, 255, 0.1));
}
.carousel-item h2 {
  line-height: 78px;
  font-size: 64px;
}
.carousel-item > div > div {
    max-width: 600px;
    margin: 80px;
    display: inline-block;
}
.carousel-indicators li {
    width: 80px;
    height: 4px;
  }
  .carousel-indicators .active {
    background-color: #fec746;
}

.serDtailT{
  padding-top: 0 !important;
  margin-bottom: 30px;
}
.healthpgD{
      box-shadow: 0 0 2px 0 rgba(0, 0, 0, .12), 0 0 2px 0 rgba(0, 0, 0, .12);
  padding:15px;
  border-radius: 8px;
  position: relative;
  margin-bottom: 30px;
}
.safeTagD{
  position: absolute;
    right: 0;
    top: 35px;
    z-index: 9;
    background: #fec746;
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 1px;
    font-weight: 400;
    padding: 3px 5px;
    border-radius: 4px 0 0 4px;
}
.hetextD{
  height: 180px;
}
.healthpgD h4{
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    font-weight: 500;
}
.healthpgD h6{
      font-size: 12px;
    font-weight: 400;
    color: #999;
    margin-top: 4px;
}
.healthpgD ul{
  padding:0;
  margin-top: 10px;
  margin-bottom: 5px;
}
.healthpgD ul li{
  list-style: none;
    font-size: 13px;
    line-height: 22px;
}
.healthpgD ul li i{
  color: #007eff;
      font-size: 11px;
}
.healthDbtn{
      font-size: 13px;
    color: #007eff;
    font-weight: 400;
}

.hePrcD{
  margin-bottom: 15px;
}
.hePrcD p{
    font-size: 13px;
    color: #000000a8;
    margin: 0;
}
.hePrcD h3{
  font-size: 20px;
  margin-bottom: 2px;
      letter-spacing: 1px;
  font-weight: 700;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.hePrcD h3 i{
  font-size: 18px;
}
.hePrcD h3 del{
  color: #0520493d;
}
.hePrcD .hetag{
  color: #1aab2a;
    border: 1px dashed #1aab2a;
    font-size: 11px;
    font-weight: 600;
    line-height: 16px;
    padding: 1px 5px;
    max-width: 55px;
}

.healthpgD .btn{
    font-size: 14px;
    padding: 8px 20px;
    line-height: 18px;
    width: 100%;
    font-weight: 400;
}


.gallerySec{
  padding: 60px 100px;
}
.gallerySec .row{
  justify-content: center;
}

.gallerymainD{
  margin-bottom: 30px;
  height: 205px;
}
.galleryimgD{
  border: 1px solid #2222225c;
  border-radius: 6px;
  padding: 6px;
  padding-bottom: 10px;
  position: relative;
}
.galleryimgD::before {
  border-bottom: 1px solid #2222225c;
    border-radius: 6px;
    content: "";
    display: block;
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
}
.galleryimgD::after {
  border-bottom: 1px solid #2222225c;
    border-radius: 6px;
    content: "";
    display: block;
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
}
.galleryimgD img{
  border-radius: 6px;
  height: 85px;
  width: 100%;
}
.gallerymainD a{
  text-decoration: none;
}
.gallerymainD h4{
font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    color: #007eff;
    margin-top: 10px;
    margin-bottom: 5px;
}
.gallerymainD h6{
      font-size: 13px;
    color: #999;
}

.galDehead h2{
      font-size: 48px;
    font-weight: 300;
    line-height: 58px;
    margin-bottom: 20px;
}
.galDehead h6{
      color: #747272;
    font-size: 18px;
    font-weight: 400;
}
.gallerydetailsD{
  margin-top: 30px;
}
.gallerydetailsD img{
    width: 100%;
    height: 320px;
}
.gallerydetailstextD{
      box-shadow: 0 0 2px 0 rgba(0, 0, 0, .12), 0 0 2px 0 rgba(0, 0, 0, .12);
          padding: 15px;
}
.gallerydetailstextD h4{
font-size: 16px;
    line-height: 22px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 400;
}




.serDtailT p{
  font-size: 13px;
  color: #000;
}
.serDtailT p a{
  text-decoration: none;
  color: #999;
}

.healthpgfullDetals{
      box-shadow: 0 0 2px 0 rgba(0, 0, 0, .12), 0 0 2px 0 rgba(0, 0, 0, .12);
      padding: 30px;
      border-radius: 8px;
      margin-bottom: 30px;
}

.detailtopH{
  display: flex;
/*  align-items: center;*/
  justify-content: space-between;
}
.detailtopH h2{
  margin: 0;
}
.detailtopH .safeTagD{
  position: inherit;
  border-radius: 4px;
  display: inline-block;
}
.healthpgfullDetals .btn {
    font-size: 14px;
    padding: 8px 60px;
    line-height: 18px;
    font-weight: 400;
}
.healthpgfullDetals h6{
      font-size: 14px;
    color: #000000;
    margin-top: 20px;
}
.healthpgfullDetals h6 span{
  color: #007eff;
}
.healthpgfullDetals ul{
  padding: 0;
}
.healthpgfullDetals ul li{
   list-style: none;
    font-size: 13px;
    line-height: 22px;
    float: left;
    width: 49%;
    border: 1px solid #f1f1f1;
    padding: 6px 10px;
}
.healthpgfullDetals ul li i{
  color: #007eff;
    font-size: 11px;
}
.testForD{
      margin: 20px 0;
    border-left: 3px solid #fec746;
    padding: 2px 8px;
}
.testForD h4 small{
      font-weight: 300;
    color: #5d5d5d;
}
.testForD h4{
      font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin: 0;
}


.testPrepD{
  box-shadow: 0 0 4px 0 hsla(0, 0%, 65%, .5);
  border-radius: 3px;
  padding: 20px;
  margin-bottom: 30px;
}
.testPrepD h4{
  margin-top: 0;
    font-size: 18px;
    font-weight: 400;
}
.testPrepD ol{
      padding-left: 20px;
      margin-bottom: 0;
}
.testPrepD ol li{
  font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    padding: 6px 0;
}

.healthpgfullDetals h3{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 18px;
}
.healthpgfullDetals p{
  font-size: 14px;
    line-height: 19px;
}
.w100{
  width: 100%;
}

.healthpgfullDetals table{
  display: table;
}
.healthpgfullDetals .table th, .table td {
     border-top: none; 
}
.healthpgfullDetals table td {
     background-color: transparent; 
     padding: 8px 0;
}
.healthpgfullDetals .hetag{
  color: #1aab2a;
    border: 1px dashed #1aab2a;
    font-size: 11px;
    font-weight: 600;
    line-height: 16px;
    padding: 1px 5px;
    max-width: 55px;
}




.hero-title{
  font-weight: 700;
}
.faciDetailTextD{
  padding: 20px 0;
}
.faciDetailKeyfeaSec{
  background: #121a31;
  padding: 60px 0;
  margin-top: 60px;
}
.faciDetailKeyfea{
  padding: 0 40px ;
}
.faciDetailKeyfea h2{
      color: #fff;
    font-size: 42px;
    line-height: 52px;
    font-weight: 300;
}
.faciDetailKeyfea ul{
  padding-left: 0;
}
.faciDetailKeyfea ul li{
      color: #fff;
    list-style: none;
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    letter-spacing: 0.5px;
    padding: 8px 0;
}
.keyFeaRight{
  position: relative;
}
.keyFeaRight:after {
        display: block;
    content: "";
    border-right: 1px solid #3c3f48;
    width: 1px;
    height: 79%;
    position: absolute;
    left: -18px;
    bottom: 20px;
}

.includserSec{
  background: #fff;
  padding: 60px;
}
.includHead h2{
    font-size: 42px;
    line-height: 52px;
    font-weight: 300;
}

.includD{
  margin-top: 30px;
}
.includD h3{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 22px;
}
.includD p{
  font-size: 15px;
    line-height: 24px;
}




.leadershipSec{
  padding: 80px;
}
.leadership-hero{
  margin-bottom: 30px;
}
.leadership-hero-contents h2{
  font-weight: 700;
}

.upcomingSec{
  padding-top: 80px;
  padding-bottom: 30px;
}
.leadershipSec p{
      font-size: 15px;
      line-height: 24px;
      /* font-weight: 400; */
}
.leadershipSec h4{
    font-weight: 400;
}

.abtrightBar{
  border: 1px solid #05204926;
  border-radius: 4px;
  overflow: hidden;
  margin-left: 15%;
}
.abtrightHead{
  background: #052049;
  padding: 15px 25px;
}
.abtrightHead h4{
  color: #fff;
  font-size: 18px;
  margin: 0;
}
.abtrightmenu{
  padding: 20px 15px;
}
.abtrightmenu ul{
  padding: 0;
}
.abtrightmenu ul li{
  list-style: none;
}
.abtrightmenu ul li a{
  display: block;
  font-size: 16px;
  line-height: 20px;
  /* font-weight: 400; */
  color: #383737;
  padding: 10px 15px;
  text-decoration: none;
  border-radius: 3px;
}
.abtrightmenu ul li a i{
  font-size: 13px;
}
.abtrightmenu ul li:hover a{
  background: #fec746;
  color: #222222;

}
.abtrightmenu ul li a.active{
  background: #fec746;
  color: #222222;
}

.abtrightmenu ul li ul li{
  margin-left: 30px;
}
.abtrightmenu ul li ul li a{
  font-size: 15px;
  padding: 3px 10px;
}
.abtrightmenu ul li:hover ul li a{
  background: transparent;
  color: #383737;
}
.abtrightmenu ul li ul li:hover a{
  background: #fec746;
  color: #222222;
}


@media screen and (max-width: 991px) {
.gallerySec{
  padding: 60px 0px;
}

}
@media screen and (max-width: 767px) {

.gallerydetailsD img{
    width: 100%;
    height: auto;
}
.gallerydetailstextD h4 {
    font-size: 13px;
    line-height: 18px;
  }
  .gallerydetailstextD {
    padding: 10px;
}

}