
@import url('../css2-1');

/*Common stle*/
*, ::after, ::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: transparent;
}
html {
    overflow-x: hidden;
  scroll-behavior: smooth;
   
}

body {
 font-family: 'Sora', sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, p, ul {
  margin: 0;
  padding: 0;
}

a:focus,
a:hover {
  text-decoration: none;
}

img {
  width: 100%;
}

i {
  font-weight: normal;
}

p {
  font-size: 16px;
  line-height: 30px;
  color: black;
  font-weight: 400;
      margin: 10px 0 0 0;
}

section {
  padding: 60px 0;
}

.modal-open .modal {
    z-index: 9999;
 
}



/*Fonts*/
h1 {
  font-size: 36px;
  line-height: 44px;
}

h2 {
  font-size: 28px;
  line-height: 36px;
  margin-top: -5px;
  padding-bottom: 30px;
}

h3 {
  font-size: 24px;
  line-height: 32px;
}


.header .call-icon {
    display: inline-block;
}
.header .call-icon i {
        margin-right: 10px;
    color: #ffffff;
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 100%;
   /* background-color: #008edd;*/
    text-align: center;
    line-height: 35px;
}
.header .call-icon p {
    padding: 5px;
}
.social-icons {
    text-align: right;
    
       
}
.social-icons .call-icon i
{
	font-size: 20px;
}
.header .call-icon {
    display: inline-block;
}
.navbar-expand-md .navbar-nav .nav-link {
           padding: 4px 20px;
    font-size: 20px;
    color: #000000;
    /*font-weight: 600;*/
    border-left: solid 1px #fffcfc;
    position: relative;
}
.navbar
{
        background: #07b9ab;
    /*border-radius: 20px 20px 0 0;*/
    /* background-color: #F4FCFF; */
    border-bottom: 1px solid #0292de;
}
.navbar.fixed-top {
  top: 0;
       background-color: #07b9ab;
      z-index: 100000;
}

.navbar-brand {
    width: 200x;
    margin-left: 54px;
    margin-top: 5px;
}

.navbar.fixed-top .navbar-brand {
     width: 168px;
    margin-top: 4px;
}


.fixed-top.navbar-expand-md .navbar-nav .nav-link {
 /* color: #fff;*/
 padding: 7px 16px;
}

.navbar-expand-md .navbar-nav .nav-item:hover .nav-link {
  color: #01003a;
}
.dropdown-item.active,
.dropdown-item:hover, 
.dropdown-item:active {
  background-color:  #008edd;
  color: #fff;
}

/*sub dropdown menu*/
.navbar .dropdown-menu {
     top: 32px;
  left: 14px;
  padding: 0;

}

.navbar.fixed-top .dropdown-menu {
  top: 50px;
  left: 12px;
  padding: 0;
}

.dropdown-menu a {
  padding: 8px 20px;
  display: inline-block;
}

.dropdown-menu li {
   /* border-bottom: 1px solid #ececec;*/
}

.dropdown-menu li:first-child,
.dropdown-menu li:last-child {
   border-bottom: none; 
}

.dropdown-divider {
    margin: 0 0 .5rem 0;
}
/*.dropdown:hover .dropdown-menu {display:  inline-block;}*/
.mlr-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}
.mt_60 {
    margin-top: -60px !important;
}
.f700
{
        font-weight: 700;
}
.text-black
{
        color: black;
}
  
.section-title h2.title {
        font-weight: bolder;
    font-size: 40px;
    line-height: 44px;
    color: #033b4a;
    margin-bottom: 0px;
    padding-bottom: 10px;
  }
  .section-title h5 {
    
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 1.5px;
    color: #E56E36;
    margin-top: 5px;
    margin-bottom: 18px;
}
.inner-list2 {
    padding-left: 40px;
    list-style: none;
    margin-top: 0px;
    line-height: 30px;
    padding-bottom: 15px;
}
.inner-list2 .list a:hover {
    color: black;
}
.inner-list2 .list a {
    margin: 0 5px 0 -22px;
    /* color: #616161; */
    background: url(../images/spl-li.png) no-repeat 0px center;
    border-bottom: 1px dotted #213d6c;
    font-weight: 800;
    font-size: 18px;
    padding: 13px 34px;
}
.why
{
     height: 256px;
       border: solid 1px #c1c3c2;
}
.bg-blue
{
         background: #47d59a;
}
.about-section {
    position: relative;
      padding: 65px 27px;  
}
.about-section:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/pattern-2.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 50%;
    opacity: .50;
    content: "";
}
.pt-40 {
    padding-top: 40px;
}
.contact p {
    position: relative;
    padding-left: 57px;
    /* border-bottom: 1px dotted #ececec; */
    margin-bottom: 30px;
}
.contact p i {
    position: absolute;
    top: 0px;
    left: 0;
    /* bottom: -49px; */
    /* margin-bottom: 44px; */
    font-size: 28px;
    line-height: 18px;
    background-color: #17a2b8;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 39px;
    border: dotted 1px #ffffff;
}
.pt-20 {
    padding-top: 20px;
}
.footer {
       background: #07b9ab;
    padding: 1px 0 10px;
    border-top: solid 2px #c6c6c6;
   }

.icon-social {
    margin-bottom: 20px;
 background: url(../images/smo-title.webp) center no-repeat;
}

.footer a, .footer ul li, .footer h2 {
    color: #fbfaf7;
}
 .icon-social a {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
       margin: 0 4px;
    transition: all 0.4s;
    font-size: 20px;
        color: white;
}
.footer .footer-links li a {
    margin: 0 10px;
    font-size: 22px;
}

/* ============================================================== 
     #International Patients
=================================================================== */
.inter-clients p {
    margin-bottom: 0;
}

.inter-heading {
    background: url("../images/img-title.png") no-repeat center center;
    background-size: cover;
    height: 140px;
    margin-bottom: 40px;
}

.inter-clients .inter-wrap {
   box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  margin-bottom: 30px;
  display: flex;
  position: relative;
}

.inter-clients .inter-wrap i {
    font-size: 16px;
    text-align: center;
    margin-right: 10px;
    display: inline-block;
    color: #000;
}

.inter-clients .inter-wrap:hover {
  box-shadow: 0 14px 28px rgba(197 194 194.9), 0 10px 10px rgba(197 194 194.9);
}

.inter-clients .inter-wrap .inter-wrap-1 {
    padding: 0;
    color: #fff;
    text-align: center;
    min-width: 140px;
    min-height: 100px;
}

.inter-clients .inter-wrap .inter-wrap-1 span {
    display: block;
    font-size: 50px;
    line-height: 58px;
    font-weight: bold;
}

.tetx-blue {
    color: #0088d8;
}

.text-grenn {
    color: #76c042;
}

.inter-img img {
    min-width: 50%;
}

.inter-clients .inter-wrap .inter-wrap-2 {
    color: #232323;
    background-color: #fff;
    margin-left: 20px;
    padding: 20px;
}


/*.carousel {
    position: relative;
   
    z-index: -1;
   
}
.carousel::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
        background: -webkit-linear-gradient(
-90deg,#0d7a83,#162a41 100%);
}*/

.carousel-item .banner-tittle {
    position: absolute;
    top: 34%;
    margin-top: -100px;
    left: 210px;
}

.left-96 {
    left: 96px!important;
}
  .carousel-item .banner-tittle h2 {
    font-size: 50px;
    line-height: 72px;
    color: #223645;
    font-weight: bold;
}
 .carousel-item .banner-tittle  h2 span {
    font-weight: 300;
       color: #00b1a9;
   }

.carousel-item .banner-tittle h5 {
    font-size: 20px;
    color: #292929;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: 3px;
        margin-bottom: 12px;
}
.f600
{
    font-weight: 600;
}

.btn3 {
    display: inline-block;
    text-transform: capitalize;
    padding: 20px 85px 20px 35px;
    font-size: 17px;
    line-height: 18px;
    border-radius: 100px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #fff;
        background: #01003a;
    border: none; 
    font-weight: 500;
    letter-spacing: 0.25px;
    position: relative;
}
.btn3 i {
    height: 54px;
    width: 54px;
    display: inline-block;
    font-size: 20px;
    text-align: center;
    line-height: 54px;
    border-radius: 100px;
       background-color: #c9ecff;
    color: #008edd;
    position: absolute;
    right: 2px;
    top: 2px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.btn3:hover,
.btn3:focus {
  background: #0E3340;
  color: #fff;
}


.btn3:hover i,
.btn3:focus i {
  background-color: #008edd;
  color: #fff;
}

.btn3:focus,
.btn3.focus {
  outline: 0;
}
.appointment1 {
  position: relative;
  z-index: 500;
     /* margin-top: -100px;*/
}

@media only screen and (max-width: 1199px) {
  .appointment1 {
    display: none;
  }
}

.appointment1__wrapper {
  -webkit-box-shadow: 0px 20px 27px 0px rgba(238, 238, 238, 0.47);
  box-shadow: 0px 20px 27px 0px rgba(238, 238, 238, 0.47);
  position: relative;
  background-color: #fff;
      height: 105px;
}

.appointment1__wrapper:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 2px;
/*background-color: #7ac33f;*/
}

.appointment1__item {
  position: relative;
     padding: 12px 0px 20px 38px;
}

.appointment1__item--thumb {
        position: absolute;
    left: 50px;
    top: 26px;
    height: 50px;
    width: 50px;
    border-radius: 100px;
    text-align: center;
    line-height: 33px;
    border: 1px dashed #ffffff;
    background-color: #07b9ab;
    z-index: 300;
    color: white;
}

.appointment1__item--content {
    padding-left: 50px;
}

.appointment1__item--content h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    color: #292929;
    text-transform: uppercase;
    margin: 5px 0px 0px 0px;
}
.appointment1__item--content h6 {
      font-size: 12px;
    font-weight: 500;
    line-height: 22px;
    color: #292929;
    margin: 5px 0px 0px 0px;
    margin: 5px 0px 0px 0px;
}
.appointment1__btn {
  position: relative;
  width: 100%;
}

.appointment1__btn a {
        position: absolute;
    top: 18px;
    right: 8px;
}
.appointment1__item--thumb  i{
    font-size: 30px;
    margin-top: 12px;
}

.appointment1__btn:before {
      width: 100%;
    height: 105px;
    background: #7ac33f59;
    border-radius: 100px 0px 0px 100px;
    position: absolute;
    content: '';
}

.title1 h4 {
      display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
   /* padding-left: 50px;*/
    text-transform: uppercase;
    margin-bottom: 13px;
          color: #01003a;

}
.title1 h4:before {
    display:none;
         position: absolute;
    content: '';
    background: url(../images/decor-2.png);
    width: 37px;
    height: 7px;
    left: 19px;
    top: 6px;
}
.title1 h2 {
          padding-bottom: 5px;
    display: block;
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    margin: 0px;

}
.title1 h2 span {
    color: #01003a;
}
.why-choose
{  
    background: #e9f8f8 url(../images/shape-21.png);    height: 528px;

}
.mt-500
{
    margin-top: -500px;
}
.about1__item {
    
    margin-bottom: 40px;

}
.about1__item--thumb.about1__item--bg1 {
    background-color: #d1eabc;
}
.about1__item--thumb.about1__item--bg1 i
{
     font-size: 40px;
    color: #212529;
    margin-top: 19px;
}
.about1__item--thumb.about1__item--bg1:hover{
     background-color: #01003a;
   
     transition:all 500ms ease;
}
.about1__item--thumb.about1__item--bg1:hover i
{
    
    color: white;
   
}
.about1__item--thumb {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    text-align: center;
    line-height: 80px;
}
.about1__item p {
    padding-left: 105px;
    font-size: 14px;
    line-height: 24px;
    padding-top: 13px;
}
.serviceBox1 {
        background: url(../images/fertility-bg.png) no-repeat center bottom;
    text-align: center;
    padding: 10px 0 15px;
    position: relative;
}
.serviceBox1 .service-content {
  /*  background: #fff;*/
    padding: 25px 20px;
    border-radius: 10px;
    height: 524px;
}
.serviceBox1 .service-icon {
  color: #77787a;
    /* background: linear-gradient(to left, #dedfe1, #f3f3f3); */
    font-size: 40px;
    line-height: 100px;
    width: 159px;
    height: 159px;
    margin: 0 auto 20px;
    border-radius: 50%;
    /* box-shadow: 0 0 0 5px rgb(0 0 0 / 3%); */
    position: relative;
    /*z-index: 1;*/
}
.topicMore {
    position: absolute;
    bottom: 0px;
    right: 20px;
    background: url(../images/spe-re-icon.png) no-repeat center top;
    height: 54px;
    width: 54px;
    z-index: 99;
}
.serviceBox1  h3
{
        font-size: 20px;
    font-weight: 600;
}
.serviceBox1  p {
    font-size: 15px;
    line-height: 28px;
    color: black;
    font-weight: 400;
    margin: 10px 0 0 0;
}
.care1 {
  position: relative;
  overflow: hidden;
}

.care1__thumb1 {
  background: url(../images/about-04.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}

@media only screen and (max-width: 991px) {
  .care1__thumb1 {
    display: none;
  }
}

.care1__thumb2 {
  background: url(../images/about-05.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
}

@media only screen and (max-width: 991px) {
  .care1__thumb2 {
    width: 100%;
  }
}

.care1__thumb3 {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  border: 1px dashed #ff4555;
  margin: 0px auto;
  background-color: #fff;
  position: relative;
  line-height: 70px;
}

.care1__thumb3:before {
  position: absolute;
  content: '';
  left: 9px;
  top: 9px;
  width: 50px;
  height: 50px;
  background-color: #E12454;
  z-index: 0;
  border-radius: 100%;
}

.care1__thumb3 span {
  position: absolute;
  right: 15px;
  top: 1px;
  height: 5px;
  width: 5px;
  background-color: #ff4555;
  z-index: 50;
  content: '';
  border-radius: 100%;
}

.care1__thumb3 span:before {
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #ff4555;
  content: '';
  left: -51px;
  top: 35px;
  border-radius: 100%;
}

.care1__thumb3 span:after {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #ff4555;
  content: '';
  left: -38px;
  top: 57px;
  border-radius: 100%;
}

.care1__thumb3 img {
  position: relative;
  z-index: 10;
  
    width: 45%;

}

.care1__content h4 {
      font-size: 21px;
    line-height: 24px;
    color: #292929;
    font-weight: 400;
    margin-bottom: 19px;
    margin-top: 26px;
}

@media only screen and (max-width: 991px) {
  .care1__content h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 479px) {
  .care1__content h4 {
    font-size: 18px;
  }
}

.care1__content h2 {
 font-size: 46px;
    font-weight: 700;
    line-height: 65px;
    color: #223645;
    margin-bottom: 45px;
}

@media only screen and (max-width: 991px) {
  .care1__content h2 {
    font-size: 45px;
    line-height: 50px;
    margin-bottom: 35px;
  }
}

@media only screen and (max-width: 479px) {
  .care1__content h2 {
    font-size: 32px;
  }
  }
  .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #1bbde4;
    background-color: #fff;
    border-color: #1bbde4 #1bbde4 #1bbde4;
   
    border: solid 12px;
}
.nav-tabs .nav-link {
        border: 1px solid #e8e8e8;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
        color: black;
        background: white;
}
.dep .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 20%;
}
.nav-tabs {
    border-bottom: 1px solid #dee2e6;
    margin-top: -116px;
}
.doc
{
        border: 2px solid #d8d8d8;
    padding: 16px 16px 0 16px;
    position: relative;
        height: 516px;
}
.doc p {
    font-size: 14px;
    line-height: 23px;
    }
.doc .btn{
background: white;
    font-size: 14px;
}
.doc1 .title1
{
    margin-top: 104px;
}

.eYDagm {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    color: rgb(17, 17, 17);
    margin-bottom: 32px;
    display: none;
}
.faq1 {
  position: relative;
  overflow: hidden;
  height: 720px;
}

@media only screen and (max-width: 1199px) {
  .faq1 {
    height: auto;
  }
}

.faq1__thumb1 {
  background: url(../images/bg-13.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: calc(48% + 7px);
  position: absolute;
  left: 0px;
  top: 0px;
}

@media only screen and (max-width: 1199px) {
  .faq1__thumb1 {
    display: none;
  }
}

.faq1__thumb2 {
  background: url(../images/png-img-16.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: calc(52% - 7px);
  position: absolute;
  top: 0px;
  right: 0px;
}

@media only screen and (max-width: 1199px) {
  .faq1__thumb2 {
    width: 100%;
  }
}

.faq1__thumb3 {
  background: url(../images/png-img-17.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 100;
  padding: 45px 48px 50px;
}

@media only screen and (max-width: 1199px) {
  .faq1__thumb3 {
    display: none;
  }
}

.faq1__thumb3 h3 {
  color: #fff;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 30px;
}

.faq1__thumb3 a {
  border: 1px solid #fff;
}

.faq1__wrapper h3 {
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 42px;
}

.accordion_style_01 .card {
  border: none;
  margin-bottom: 22px;
  border-radius: 0px;
}

.accordion_style_01 .card-header {
  padding: 0px;
  border: none;
  background-color: #fff;
}

.accordion_style_01 .card-header h5 {
  margin-bottom: 1px;
}

.accordion_style_01 .card-header a {
  display: block;
  padding: 13px 42px 12px 20px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: #223645;
  border: none;
  background: #fff;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.accordion_style_01 .card-header a span {
  color: #E12454;
  margin-right: 8px;
}

.accordion_style_01 .card-header a:hover {
  border-color: #E12454;
}

.accordion_style_01 .card-header a i {
  position: absolute;
  right: 20px;
  top: 14px;
  color: #223645;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.accordion_style_01 .card-header a:hover i {
  color: #E12454;
}

.accordion_style_01 .card-header a[aria-expanded="true"] {
  border-color: #E12454;
}

.accordion_style_01 .card-header a[aria-expanded="true"] i {
  color: #E12454;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.accordion_style_01 .card-body {
  padding: 0px 50px 20px 20px;
  margin-top: 1px;
}

@media only screen and (max-width: 575px) {
  .accordion_style_01 .card-body {
    padding: 0px 20px 20px 20px;
  }
}

.accordion_style_01 .card-body p {
  margin: 0px;
}
.cta2 {
    background: url(../images/png-img-18.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.cta2__padding p {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    color: #fff;
}
.hidden {
    display: none !important;
}
.text-green
{
        color: #7ac33f;
}
.image:before {
  
    position: absolute;
    content: '';
    background: #7ac33f;
    width: 100%;
    height: 100%;
    top: 19px;
       right: 15px;
    border-radius: 20px;
    z-index: -1;

}
.image {
    position: relative;
    display: block;
    border-radius: 20px;
    
}
.admin-box {
      border-radius: 20px;
    position: absolute;
    left: -98px;
    bottom: 0px;
    /* width: 350px; */
    padding: 0px 0px 33px 111px;
    background: #7ac33f;
    box-shadow: 0 10px 30px rgb(34 182 175 / 10%);
    z-index: 1;

}

.shape-2 {
   position: absolute;
    right: -6px;  
    bottom: 330px;
    width: 173px;
    height: 173px;
    background-repeat: no-repeat;
    z-index: -1;
}
 
.admin-box:before {
       position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    right: -20px;
    top: -17px;
    border-radius: 20px;
    z-index: -1;
    background: #e9f8f8;
}
.admin-thumb {
       position: absolute;
    left: 24px;
    top: 2px;
    width: 80px;
    height: 80px;
}
.rotate {
  animation: rotation 15s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.breadcrumb {
    padding: 0px;
      background: #d4d4d400;
    list-style: none; 
    overflow: hidden;
    margin-top: 20px;
}
.breadcrumb>li+li:before {
    padding: 0;
}
.breadcrumb li { 
    float: left; 
}
.breadcrumb li.active a {
    background: brown;                   /* fallback color */
        background: #01003a;
}
.breadcrumb li.completed a {
    background: #07b9ab;                   /* fallback color */
    background: #07b9ab; 
}
.breadcrumb li.active a:after {
  border-left: 30px solid #01003a;
}
.breadcrumb li.completed a:after {
    border-left: 30px solid hsla(175, 93%, 38%, 1);
} 

.breadcrumb li a {
    color: white;
    text-decoration: none; 
    padding: 10px 0 10px 45px;
    position: relative; 
    display: block;
    float: left;
}
.breadcrumb li a:after { 
    content: " "; 
    display: block; 
    width: 0; 
    height: 0;
    border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
    border-bottom: 50px solid transparent;
    border-left: 30px solid hsla(0, 0%, 83%, 1);
    position: absolute;
    top: 50%;
    margin-top: -50px; 
    left: 100%;
    z-index: 2; 
}   
.breadcrumb li a:before { 
    content: " "; 
    display: block; 
    width: 0; 
    height: 0;
    border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
    border-bottom: 50px solid transparent;
    border-left: 30px solid white;
    position: absolute;
    top: 50%;
    margin-top: -50px; 
    margin-left: 1px;
    left: 100%;
    z-index: 1; 
}   
.breadcrumb li:first-child a {
    padding-left: 15px;
}
.breadcrumb li a:hover { background: #ffc107  ; }
.breadcrumb li a:hover:after { border-left-color: #ffc107   !important; }
.ttm-page-title-row {
    position: relative;
    background-image: url(../images/8.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    display: block;
    padding-top: 50px;
    padding-bottom: 0px;
    z-index: -1;
}
.serviceBox{
       color: #1d2d47;
    text-align: center;
    padding: 50px 0 0;
    position: relative;
    z-index: 1;
}
.serviceBox:before,
.serviceBox:after{
    content: '';
       background-color: #3bc989;
    height: 100px;
    width: 100px;
    border-radius: 20px;
    transform: translateX(-50%) rotate(45deg);
    position: absolute;
    left: 50%;
    top: 15px;
    z-index: -1;
}
.serviceBox:after{
    background-color: #999;
    height: 10px;
    width: 10px;
    border: 3px solid #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.serviceBox .service-content{
    background-color: #f1f1f1;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.25);
        height: 295px;
}
.serviceBox .service-icon{
    font-size: 40px;
    line-height: 40px;
    margin: 0 0 10px;
}
.serviceBox .title{
    font-size: 21px;
    font-weight: 500;
    line-height: 26px;
    text-transform: capitalize;
    margin: 0 0 8px;
}
#image-gallery .modal-footer{
  display: block;
}

.thumb{
  margin-top: 15px;
  margin-bottom: 15px;
}
#image-gallery .modal-footer {
    display: block;
    position: relative;
    margin-top: -278px;
    /* margin-left: -31px; */
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
   background-color: #71717121;
    background-clip: padding-box;
     border: none!important;
    border-radius: .3rem;
    outline: 0;
}
.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
     border-top: none!important;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem;
}
.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: none!important;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}
.btn-secondary {
    color: #fff;
    background-color: #1b1c1d;
    border-color: #6c757d;
    border-radius: 50%;
    }
    .info1__item:hover .info1__icon-box {
  background: #E12454;
}
.thumb h2 {
 background: #81b01e;
    color: white;
    padding-bottom: 10px;
    text-align: center;
        font-size: 16px;
    line-height: 28px;
}
.main-timeline{ font-family: 'Poppins', sans-serif; }
.main-timeline:after{
    content: '';
    display: block;
    clear: both;
}
.main-timeline .timeline{
    width: calc(50% + 1px);
    padding-left: 80px;
    margin: 0 0 30px;
    float: right;
    position: relative;
}
.main-timeline .timeline-content{
    color: #666;
    min-height: 120px;
    padding: 10px 0;
    border-bottom: 3px solid #80CA1F;
    display: block; 
    position: relative;
}
.main-timeline .timeline-content:hover{ text-decoration: none; }
.main-timeline .timeline-content:before{
    content: '';
    background: linear-gradient(#C8D801,#80CA1F);
    height: 140px;
    width: 60px;
    transform: translateY(-50%);
    position: absolute;
    left: -110px;
    top: 45%;
    clip-path: polygon(50% 0, 100% 15%, 80% 15%, 85% 100%, 15% 100%, 15% 15%, 0 15%);
}
.main-timeline .timeline-year{
    color: #aaa;
    background: linear-gradient(#80CA1F,#C8D801);
    font-size: 27px;
    text-align: center;
    height: 110px;
    width: 110px;
    padding: 20px 10px;
    border-radius: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: -135px;
    top: 50%;
    z-index: 0;
}
.main-timeline .timeline-year:before{
    content: '';
    background-color: #fff;
    position: absolute;
    left: 8px;
    right: 8px;
    top: 8px;
    bottom: 8px;
    border-radius: 50%;
    z-index: -2;
}
.main-timeline .timeline-year span{
        line-height: 76px;
    font-weight: 500;
    display: block;
    font-size: 54px;
        color: #7f817e;
}
.main-timeline .title{
    color: #80CA1F;
    font-size: 20px;
    /*font-weight: 600;*/
    /*letter-spacing: 1px;*/
    /*text-transform: capitalize;*/
    margin: 0 0 5px;
}
.main-timeline .description{
    /*font-size: 13px;*/
    /*letter-spacing: 1px;*/
    /*line-height: 20px;*/
    margin: 0;
}
.main-timeline .timeline:nth-child(even){
    padding-left: 0;
    padding-right: 80px;
    float: left;
}
.main-timeline .timeline:nth-child(even) .timeline-content:before{
    left: auto;
    right: -110px;
}
.main-timeline .timeline:nth-child(even) .timeline-year{
    left: auto;
    right: -135px;
}
.main-timeline .timeline:nth-child(4n+2) .timeline-content{ border-color: #e0732a; }
.main-timeline .timeline:nth-child(4n+2) .timeline-content:before{
    background: linear-gradient(#FE9202,#e0732a);
}
.main-timeline .timeline:nth-child(4n+2) .timeline-year{
    background: linear-gradient(#e0732a,#FE9202);
}
.main-timeline .timeline:nth-child(4n+2) .title{ color: #e0732a; }
.main-timeline .timeline:nth-child(4n+3) .timeline-content{ border-color: #038C6B; }
.main-timeline .timeline:nth-child(4n+3) .timeline-content:before{
    background: linear-gradient(#2ca397,#038C6B);
}
.main-timeline .timeline:nth-child(4n+3) .timeline-year{
    background: linear-gradient(#038C6B,#2ca397);
}
.main-timeline .timeline:nth-child(4n+3) .title{ color: #038C6B; }
.main-timeline .timeline:nth-child(4n+4) .timeline-content{ border-color: #057FB4; }
.main-timeline .timeline:nth-child(4n+4) .timeline-content:before{
    background: linear-gradient(#01ADE5,#057FB4);
}
.main-timeline .timeline:nth-child(4n+4) .timeline-year{
    background: linear-gradient(#057FB4,#01ADE5);
}
.main-timeline .timeline:nth-child(4n+4) .title{ color: #057FB4; }
@media screen and (max-width:767px){
    .main-timeline .timeline{
        width: 100%;
        padding-left: 140px;
    } 
    .main-timeline .timeline:nth-child(even){ padding-right: 140px; } 
}
@media screen and (max-width:576px){
    .main-timeline .timeline,
    .main-timeline .timeline:nth-child(even){
        padding: 140px 0 0;
    }
    .main-timeline .timeline-content{ text-align: center; }
    .main-timeline .timeline-content:before,
    .main-timeline .timeline:nth-child(even) .timeline-content:before{
        transform: translateY(0) translateX(-50%);
        left: 50%;
        top: -140px;
        right: auto;
    }
    .main-timeline .timeline-year,
    .main-timeline .timeline:nth-child(even) .timeline-year{
        transform: translateY(0) translateX(-50%);
        left: 50%;
        top: -118px;
        right: auto;
    }
}

.main-timeline1 .timeline-year {
    color: #aaa;
    background: linear-gradient(#80CA1F,#C8D801);
    font-size: 27px;
    text-align: center;
    height: 110px;
    width: 110px;
    padding: 20px 10px;
    border-radius: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 117px;
    top: 50%;
    z-index: 0;
}
.main-timeline1 .timeline-content {
    color: #666;
    min-height: 120px;
    padding: 10px 0;
    border-bottom: 3px solid #80CA1F;
    display: block;
    position: relative;
}
.main-timeline1 .timeline-year:before {
    content: '';
    background-color: #fff;
    position: absolute;
    left: 8px;
    right: 8px;
    top: 8px;
    bottom: 8px;
    border-radius: 50%;
    z-index: -2;
}
.main-timeline1 .timeline-content:before {
    content: '';
    background: linear-gradient(#C8D801,#80CA1F);
    height: 140px;
    width: 60px;
    transform: translateY(-50%);
    position: absolute;
    left: 143px;
    top: 45%;
    clip-path: polygon(50% 0, 100% 15%, 80% 15%, 85% 100%, 15% 100%, 15% 15%, 0 15%);
}
.main-timeline1 .timeline-year span {
    line-height: 76px;
    font-weight: 500;
    display: block;
    font-size: 54px;
    color: #7f817e;
}
.appointment11{
     height: 40px;
    width: 40px;
    border-radius: 100px;
    text-align: center;
    line-height: 41px!important;
    border: 1px dashed #bababa;
    background-color: #fff;
    z-index: 300;
    font-size: 25px!important;
    margin-right: 12px;
    margin-top: 23px;

}
.dFnojX {
    position: relative;
    padding: 24px;
    transition: background-color 0.1s ease 0s;
    border-radius: 8px;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    flex-grow: 1;
    background-color: rgb(255 255 255)!important;
}
.cWsVKk {
    line-height: 1.32;
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    color: rgb(17, 17, 17);
    display: none;
}
.icon-container span {
    color: #3e4095;
    font-size: 75px;
}
.list-service {
    margin-bottom: 45px;
   /* border: 3px solid #b8b8b8;*/
    padding-top: 15px;
    position: relative;
}
.list-service li a:hover, .list-service li.active a {
    background: ##07b9ab url(../images/lung-icon-white.png) no-repeat 6px center;
    color: white;
    background-size: 64px auto;
}
.list-service a {
        background-image: url(../images/lung-icon-orange.png);
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-position: 10px center;
    padding: 10px 0px 10px 10px;
   /* display: block;*/
    /*border-bottom: solid 1px #b8b8b8;*/
    background-size: 64px auto;
}
.list-service li a:hover, .list-service li.active a {
    background: #01003a;
    color: white;
    background-size: 64px auto;
}
.color-yellow {
    color: #F6961F;
}
.header {
    height: 40px;
    background: #01003a;
}
.ml1 {
    font-weight: 600;
    font-size: 17px;
    margin-top: -3px;
}

.dep{
    background: #ebeef3 url(../images/bg-08.png);background-repeat: no-repeat;    height: 482px;
}
.ft
{
    /*background:#dfe4e2 url(../images/footer-bg.png);    background-position: top center;*/
	background-color:#01003a;
    background-repeat: no-repeat;
    padding: 10px 0 28px 0;    /*height: 541px;*/
}
@media (min-width: 768px) {
  .navbar .dropdown:hover .dropdown-menu {
    display: block;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }
}
@media only screen and (max-width: 600px) {
 .header {
    height: auto;
    background: #01003a;
	
}


.ml1 {
   font-weight: 900;
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 20px;
}
.appointment1 {
    display: block!important; 
}
.appointment1__wrapper {
    box-shadow: rgba(238, 238, 238, 0.47) 0px 20px 27px 0px;
    position: relative;
    background-color: rgb(255, 255, 255);
    height: auto;
}
.navbar-brand {
    /*width: 100%;*/
	width: 50%;
    margin-left: 0px;
    margin-top: 0px;
}
.appointment1__item {
    position: relative;
    padding: 0px;
}
.appointment1__item--thumb {
    position: absolute;
    left: -6px!important;
    top: 7px;
    height: 37px;
    width: 37px;
    border-radius: 100px;
    text-align: center;
    line-height: 33px;
    border: 1px dashed #ffffff;
    background-color: ##07b9ab;
    z-index: 300;
    color: white;
}
.appointment1__item--thumb i {
    font-size: 24px;
    margin-top: 6px;
}
.appointment1__item--content {
    padding-left: 21px;
}
.appointment1__item--content p
{
      font-size: 10px;
    line-height: 14px;
}
.carousel-item .banner-tittle {
    position: absolute;
    top: 100%;
    margin-top: -100px;
    left: 0px;
}
.carousel-item .banner-tittle h2 {
    font-size: 15px;
    line-height: 21px;
    color: #223645;
    font-weight: bold;
}
.image:before {
    position: absolute;
    content: '';
    background: #7ac33f;
    width: 100%;
    height: 84%;
    top: 18px;
    right: 15px;
    border-radius: 20px;
    z-index: -1;
}
.nav-tabs .nav-link {
    border: 1px solid #e8e8e8;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    color: black;
    background: white;
    font-size: 12px;
    line-height: 18px;
}
.dep .col-md-3 {
    -ms-flex: 0 0 39%;
    flex: 0 0 39%;
    max-width: 33%!important;
}
.dep{
    background: #ebeef3 url(../images/bg-08.png);background-repeat: no-repeat;    height:auto;
}
.doc {
    border: 2px solid #d8d8d8;
    padding: 16px 16px 0 16px;
    position: relative;
     height: auto;
}
.ft
{
    background:#dfe4e2 url(../images/footer-bg.png);    background-position: top center;
    background-repeat: no-repeat;
    background-size:cover;
    padding: 175px 0 28px 0;    height: auto
}
.footer {
    background: #1d2d47;
    padding: 1px 0 10px;
    margin-bottom: 55px;
    border-top: solid 2px #c6c6c6;
}
.ttm-page-title-row {
    position: relative;
    background-image: url(../images/8.jpg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    display: block;
    padding-top: 35px;
    padding-bottom: 0px;
    /* z-index: -1; */
}

}
.appointment1__item--content p a{
    color:black;
}
.service-content p a{
    color:#000;
}
h2.breadscrum-txt{
   font-size: 36px;
    line-height: 4px; 
}
.page-title-heading h2{
    font-size: 36px;
    line-height: 4px;
}
.list-service h2{
    font-size: 36px;
     line-height: 44px;
}
.sub-txt{
    font-size: 23px;
}
h2.section-title{
    font-size: 24px;
}
@media (max-width: 768px) {
    
    .page-title-heading h2 {
    font-size: 26px;
    line-height: 22px;
}
 .title1 h4 {
      padding-left: 0px;
    }
    .title1 h2 {
        font-size: 37px;
    }
    .sub-txt {
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 15px;
}
.breadcrumb {

    margin-top: 10px; 
}

}

/*custom CSS*/

a {
    color: #01003a;
    text-decoration: none;
    background-color: transparent;
}

.service-icon {
  text-align: center;
  /*height: 176px;*/
}

.service-icon img {
  display: inline-block;
  max-width: 180px;
  /*height: 176px;*/
  vertical-align: middle;
  padding: 20px 0;
}

h3 {
  font-size: 20px;
  margin: 35px 0 25px;
  font-weight: 800;
  color: #3d3d3d;
  text-transform: uppercase;
}

.hoverServices:hover {
  background-color: #f2f2f2;
}

@media (min-width: 978px) {
  .services-box {
    margin-right: 0;
    border: 1px solid #e5e5e5;
    border-left: 0;
    border-top: 0;
    height: 515px;
  }

  .services-box.last {
    border-right: 0;
  }
  
}



.ptb-50{
    padding: 50px 50px;
}

.section_bg_gray {
    background-color: #f3f5f7;
}

.single_what_we_do {
    background-color: #ffffff;
    text-align: center;
    padding: 0 35px;
    border-radius: 10px;
    position: relative;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	-webkit-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);	
	transition: background-color 1s;
	
}
.single_what_we_do:hover {
    -webkit-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
	background-color:#c9ecff;}

.single_what_we_do .top_line {
    position: absolute;
    top: 0;
    left: 44%;
    background-color: #02013d;
    width: 12%;
    height: 3px;
}

.single_what_we_do .what_we_do_figure {
    padding: 40px 0;
}
.single_what_we_do .what_we_do_figure img {
    margin: 0 auto;
}
.single_what_we_do .what_we_do_title {
    font-weight: 600;
    font-size: 22px;
    padding-bottom: 35px;
    margin: 0;
    color: #2b353a;
}
.single_what_we_do .what_we_do_content {
    padding-bottom: 65px;
    color: #2b353a;
}
 .single_what_we_do .what_we_do_icon {
    position: absolute;
    bottom: -9px;
    left: 47%;
    color: #fff;
    background-color: #02013d;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.single_what_we_do .what_we_do_icon i {
    font-size: 24px;
    text-align: center;
    padding: 2px 3px 2px 5px;
}

.counter{}
.counter .icon-container img{ width:40%; padding-bottom:10px;}
@media only screen and (max-width: 600px) {
  .counter .icon-container img{ width:20%;}
  .navbar.fixed-top .dropdown-menu {
    top: 50px;
    left: 12px;
    padding: 0;
    /* width: 270px; */
    height: 270px !important;
    overflow: scroll;
}
}





/* adds some margin below the link sets  */
.navbar .dropdown-menu div[class*="col"] {
   margin-bottom:1rem;
}

.navbar .dropdown-menu {
  border:none;
  background-color:#01003a!important;
}

/* breakpoint and up - mega dropdown styles */
@media screen and (min-width: 992px) {
  
  /* remove the padding from the navbar so the dropdown hover state is not broken */
.navbar {
  padding-top:0px;
  padding-bottom:0px;
  z-index:9999;
}

/* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
.navbar .nav-item {
  padding:.5rem .5rem;
  margin:0 .25rem;
}

/* makes the dropdown full width  */
.navbar .dropdown {position:static;}

.navbar .dropdown-menu {
  width:100%;
  left:0;
  right:0;
/*  height of nav-item  */
  top:45px;
}
.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}
  
  /* shows the dropdown menu on hover */
.navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
  display:block!important;
}
  
  .navbar .dropdown-menu {
    border: 1px solid rgba(0,0,0,.15);
    background-color: #fff;
  }

}

.dropdown-menu li a:hover{
    color:#07b9ab !important;
}

.navbar-dark .navbar-nav .nav-link {
    color:#fff;
}

.content ul { padding-left:20px;}



		.testimonials-wrap {
			padding: 40px 0;
		}
		.heading-section {
			text-align: center;
		}
		.sub-heading {
			font-family: 'Lato', sans-serif;
		    font-size: 12px;
		    display: block;
		    font-weight: 600;
		    color: #2e9ca1;
		    text-transform: uppercase;
		    letter-spacing: 2px;
		}
		.heading-section h2 {
			font-size: 28px;
		    font-weight: 600;
		    padding-top: 10px;
		    padding-bottom: 15px;
		}
		.testimonial-box {
		    display: block;
		    position: relative;
		    padding: 30px 20px;
		    background: #fff;
		    border: 1px solid rgba(0,0,0,.03);
		    border-radius: 5px;
		    box-shadow: 0 0 20px rgba(0, 0, 0, .08);
		}
		.user-img {
		    width: 80px;
		    height: 80px;
		    border-radius: 50%;
		    position: relative;
			min-width: 80px;
			background-size: 100%;
		}
		.carousel-testimonial .item {
			padding: 30px 10px;
		}
		.quote {
			position: absolute;
		    top: -23px;
		    color: #2e9da1;
		    font-size: 27px;
		}
		.name {
			margin-bottom: 0;
		    line-height: 14px;
		    font-size: 17px;
		    font-weight: 500;
		}
		.position {
			color: #adadad;
			font-size: 14px;
		}
		.carousel-testimonial .owl-nav {
			text-align: center;
		}
		.carousel-testimonial .owl-nav button.owl-next, 
		.carousel-testimonial .owl-nav button.owl-prev {
		    padding: 0 12px !important;
		}
		.carousel-testimonial .owl-nav button {
			outline: none;
			padding: 0;
		}
		.carousel-testimonial .owl-nav button.owl-next span, 
		.carousel-testimonial .owl-nav button.owl-prev span {
			display: block;
		    font-size: 40px;
		    width: 25px;
		    height: 25px;
		    vertical-align: 0px;
		    line-height: 16px;
		}
		.carousel-testimonial .owl-nav button.owl-next.disabled, 
		.carousel-testimonial .owl-nav button.owl-prev.disabled {
			opacity: 0.5;
		}
		
		.tst{ margin:50px;}