.span-header-content{
    color: #ffffff;
    font-size: 12px;
    margin-right: 10px;
}

.div-header {
    background-color: #002366;
    padding: 10px;
    display: flex;
    justify-content: space-between;
}

.col-header {
    display: flex;
    align-items: center;
}

.div-header-content {
    display: flex;
    border-right: 1px solid #848884;
}

.h-15 {
    height: 16px;
}

.m-l-10 {
    margin-left: 10px;
}

.media-icons-b-r {
    border-right: 1px solid #848884;
    padding: 0 10px;
}

.media-icons-b-l {
    border-left: 1px solid #848884;
}

.grid-item2 {
    grid-column-start: 1;
    grid-column-end: 3;
}

body {
    background-color: #FFFFFF;
    color: #212529;
}

/*body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
    Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}*/

.main-container {
  padding: 30px;
}

/* HEADING */

.heading {
  text-align: center;
}

.heading__title {
  font-weight: 600;
}

.heading__credits {
  margin: 10px 0px;
  color: #888888;
  font-size: 25px;
  transition: all 0.5s;
}

.heading__link {
  text-decoration: none;
}

.heading__credits .heading__link {
  color: inherit;
}

/* CARDS */

.cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #f8f9f2;
}

.card {
  margin: 20px;
  padding: 20px;
  min-height: 200px;
  display: grid;
  border-radius: 10px;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.25);
  transition: all 0.2s;
}

.card:hover {
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.4);
  transform: scale(1.01);
}

.card__link,
.card__exit,
.card__icon {
  position: relative;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.9);
}

.card__link::after {
  position: absolute;
  top: 20px;
  left: 0;
  content: "";
  width: 0%;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.6);
  transition: all 0.5s;
}

.card__link:hover::after {
  width: 100%;
}

.card__link{
   letter-spacing: 1px;
   font-size: 13px;
}

.card__exit {
  grid-row: 1/2;
  justify-self: end;
}

.card__icon {
  grid-row: 2/3;
  font-size: 30px;
}

.card__title {
  grid-row: 3/4;
  font-weight: 400;
  color: #ffffff;
  margin-top: 10px;
}

.card__apply {
  grid-row: 4/5;
  align-self: center;
}

/* CARD BACKGROUNDS */

.card-1 {
  background: radial-gradient(#2490eb, #3fbafe);
}

.card-2 {
  background: radial-gradient(#002366, #002366);
}

.card-3 {
  background: radial-gradient(#76b2fe, #b69efe);
}

.card-4 {
  background: radial-gradient(#60efbc, #58d5c9);
}

.card-5 {
  background: radial-gradient(#f588d8, #c0a3e5);
}


/* RESPONSIVE */

@media (max-width: 1600px) {
  .cards {
    justify-content: center;
  }
}

.m-t-10{
    margin-top: 10px;
}

.grid-about-us{
    display: grid;
    grid-template-columns: 40% 60%;
}
.div-about-us{
    background-image: url(/img/hospital1.jpg);
    height: 500px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
 }
 .t-t-u{
   text-transform: uppercase;
 }

.parallax {
  /* The image used */
  background-image: url('/img/hospital1.jpg');

  /* Set a specific height */
  min-height: 400px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.p-about-us{
    font-weight: 400;
    font-size: 16px;
    margin-top: 1em;
    line-height: 1.8em;
    color: #212529;
    margin-bottom: unset;
}

.p-values{
   font-weight: 400;
   margin-bottom: 15px;
   line-height: 1.2em;
   color: #54565a;
   font-size: 1.1em;
}

.card-mission {
    border: 1px solid #fff7f8;
    padding: 1rem 2rem;
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.collapsible {
background-color: #FCFAFA;
/* color: rgb(0, 87, 183);*/
  color: #14457b;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  border: 1px solid #B9D9EB;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1em;
}

.collapsible:hover {
  background-color: #2490eb;
}

.collapsible:after {
      content: '\002B';
      color: rgb(0, 87, 183);
      font-weight: bold;
      float: right;
      margin-left: 5px;
      border-radius: 50%;
      width: 20px;
      height: 20px;
      display: flex;
      background: lightblue;
      justify-content: center;
      align-items: center;
}


.mypanel:after{
  content: "\2212";
}

.panel-heading:after{
      content: '\002B';
}

.h-vision{
    color: #51529f;
    font-size: 2em;
    font-weight: 600;
}

.panel-heading-custom{
background: #FCFAFA; color: #14457b; padding: 25px 15px;
display: flex; justify-content: space-between;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body{
 border-top-color: #FCFAFA!important;
 }

.panel-title{
    font-size: 20px!important;
}

.panel-body{
    font-size: 16px!important;
}

.div-separator {
    margin: 0 0 3rem;
    display: flex;
    justify-content: space-around;
    background: #002366;
    color: white;
    font-size: 1.8em;
    height: 100px;
    align-items: center;
}

.img-post-1{
    height: 100px;
  }

.text-align-center{
    text-align: center;
}

.span-title-services {
    background: #d3e9fb;
    color: #2490eb;
    letter-spacing: 0.04em;
    padding: 4px 8px;
    display: inline-block;
    font-weight: 600;
    line-height: 22px;
}

.grid-item-mission {
    grid-column-start: 1;
    grid-column-end: 3;

}

.grid-item3 {
    grid-column-start: 1;
    grid-column-end: 3;
}

@media only screen and (max-width: 400px) {
    .courses {
        gap: 0em !important;
        flex-direction: column !important;
    }

    .footer-col-courses {
        padding-right: 0em;
    }

    .grid-posts {
        display: grid;
        grid-template-columns: 45% 55% !important;
    }

    .img-post-1 {
        height: 75px;
    }
}

@media only screen and (max-width: 480px) {
    .footer{
        height: auto;
        background:#14457b;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        color: #E2DFD2;
    }

    .logo{
        height: 130px;
    }

    .footer-heading{
        font-size: 1.7em;
        font-weight: 600;
        margin: 20px 0;
    }
}


@media only screen and (max-width: 768px) {
    .footer{
        height: auto;
        background:#14457b;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        color: #E2DFD2;
    }

     .logo{
         height: 70px;
     }

    .a-logo {
        height: 80px;
        width: 75px;
    }

    .footer-heading{
        font-size: 1.7em;
        font-weight: 600;
        margin: 20px 0;
    }

    .courses{
        gap: 20px;
    }

    .image-post{
        width: 80%;
    }

    .cover-image{
        min-height: 250px!important;
    }
}

@media only screen and (min-width: 769px) {
    .logo{
        height: 80px;
        /*margin-top: 14px;*/
    }

    .div-endoscopy-services{
        display: flex;
        column-gap: 3em;
    }

    .grid-footer-inner{
        display: grid;
        grid-template-columns: 45% 45%;
        grid-column-gap: 10%;
    }
}

@media only screen and (max-width: 600px) {
   .grid-services{
       display: grid;
       grid-template-columns: 90%;
       grid-column-gap: 5%;
       margin: 0 10%;
   }
   .grid-services .col{
        padding: 0 5%;
        margin-top: 10%;
   }
   h1{
       font-size: 20px!important;
       font-weight: 600!important;
   }
   .services-border-right{
        border-right: 0;
    }
    .services-border-bottom{
        border-bottom: 0;
    }
    .span-title-services{
        margin-bottom: 10px;
    }
    .p-services{
       font-size: 16px;
       }
    .grid-footer-inner{
        display: grid;
        grid-template-columns: 45% 45%;
        grid-column-gap: 10%;
    }
    .grid-posts{
        grid-template-rows: 50% 50%!important;
    }
    .img-mission{
        height: 0px!important;
    }
    .h-vision{
        font-size: 1.5em!important;
    }
    .grid-mission{
        display: grid;
        grid-row-gap: 2em!important;
    }

    .py-5{
        /*padding-top: 0rem !important;*/
        padding-bottom: 2rem !important;
    }

    .team-carousel .owl-nav {
        padding: 0 15px;
    }
    .team-carousel .owl-nav .owl-prev, .team-carousel .owl-nav .owl-next {
        width: 30px;
        height: 30px;
        font-size: 15px;
    }

    .p-about-us {
        margin-top: 0;
    }

    .card-mission {
        padding: 1em 1.5em 2em;
    }

    .footer-container {
        font-size: 13px;
    }

    .single-testimonial-item:before {
        position: unset;
    }

    .single-testimonial-item:after {
        position: unset;
    }

    .single-testimonial-item {
        padding-left: 15px;
        padding: 2em 20px;
        height: 300px;
    }

    .p-client-testimonial {
        margin-top: 15px;
    }
}

@media only screen and (min-width: 600px) {
   .grid-services{
       display: grid;
       grid-template-columns: 95%;
       grid-column-gap: 5%;
       margin: 0 10%;
   }
   .grid-services .col{
        padding: 0 5%;
        margin-top: 10%;
   }
   h1{
       font-size: 30px!important;
   }
   .services-border-right{
        border-right: 0;
    }
    .services-border-bottom{
        border-bottom: 0;
    }
    .span-title-services{
        margin-bottom: 10px;
    }
    .p-services{
       font-size: 20px;
    }
    .grid-footer-inner{
        display: grid;
        grid-template-columns: 45% 45%;
        grid-column-gap: 10%;
    }
    .grid-posts {
        grid-template-rows: 50% 50% !important;
    }

    .grid-mission {
        display: grid;
        grid-template-columns: auto auto;
        /* grid-template-columns: 47% 47%;*/
        grid-row-gap: 2em;
        grid-column-gap: 2em;
    }

    .grid-item2 {
        grid-column-start: 1;
        grid-column-end: 3;
    }
}

@media only screen and (min-width: 992px) {
    .grid-services {
        display: grid;
        grid-template-columns: 30% 30% 30%;
        grid-column-gap: 5%;
        margin: 30px 5% 0;
    }

    .grid-footer-inner {
        display: grid;
        grid-template-columns: 45% 50%;
        grid-column-gap: 5%;
        margin-top: 25px;
    }

    .p-services {
        font-size: 16px;
    }

    .grid-posts {
        display: grid;
        grid-template-rows: 50% 50%;
    }

    .footer {
        display: grid;
        grid-column-gap: 5%;
        grid-template-columns: 45% 50%;
    }

    .courses {
        justify-content: space-between;
    }

    .m-t-20 {
        margin-top: 0 !important;
    }

    .flex-date {
        align-items: center;
    }

    .flex-date p {
        margin: 15px 10px !important;
    }

    /*.a-logo {
        height: 140px;
        width: 140px;
    }*/

    .grid-item-mission {
        grid-column-start: 1;
        grid-column-end: 2;
    }

    .grid-item2 {
        grid-column-start: 2;
        grid-column-end: 3;
    }
}

@media only screen and (min-width: 1200px) {
   .grid-services{
       display: grid;
       grid-template-columns: 30% 30% 30%;
       grid-column-gap: 5%;
       margin: 30px 5% 0;
   }
   .p-services{
    font-size: 14px;
   }
   .grid-posts{
       display: grid;
       grid-template-rows: 50% 50%;
   }
    .footer{
       display: grid;
       grid-column-gap: 3%;
       grid-template-columns: 50% 50%;
   }
   .grid-footer-inner{
       grid-template-columns: 47.5% 38.5%;
       grid-column-gap: 5%;
   }
   .footer-div, .footer-div2{
       margin-top: 20px;
   }
   h1{
      font-size: 2rem!important;
   }
   .m-t-20{
       margin-top: 10px!important;
   }
   .flex-date p{
      margin: 10px 10px!important;
  }
}

.image-post{
    display: flex;
    height: 100px;
}

.courses{
    display: flex;
}

/*.footer-heading{
    font-size: 1.5em;
    font-weight: 600;
    margin-bottom: 20px;
}*/

.footer-div{
    flex-basis: 20%;
    flex-grow: 0;
    flex-shrink: 0;
}

.footer-div2{
    flex-basis: 30%;
    flex-grow: 0;
    flex-shrink: 0;
}
.footer-link{
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.1);
    color: var(--white-color);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    padding: 0;
}

.flex-date{
  display:flex;
}

.l-h-1.8{
    line-height: 1.8;
}

.l-h-2{
    line-height: 2;
}

.h-10{
    height: 10px;
}
.p-l-5{
    padding-left: 5px;
}

.m-r-5{
    margin-right: 5px;
}

.m-t-15{
    margin-top: 15px;
}

.m-t-20{
    margin-top: 20px;
}

.m-t-25{
    margin-top: 25px;
}

.m-t-35{
    margin-top: 25px;
}

.m-b-0{
    margin-bottom:0;
}

.m-b-25{
    margin-bottom: 25px;
}

hr {
  height:5px;
  border-width:0;
  background-color:#00A4BD;
}

.f-w-600{
    font-weight: 600;
}

.icon-services{
    height: 50px;
}

.h-services{
    letter-spacing: 1px;
    font-weight: 600;
    margin-top: 20px;
}

.p-services{
    color: #666666;
    letter-spacing: 1px;
}

.services-border-bottom{
    border-bottom: 2px solid #F1F1F1;
}

.services-border-right{
    border-right: 1.5px solid #F1F1F1;
}
.hr-bottom{
    height: 1px;
    border-width: 0;
    background-color: #A9A9A9;
    width: 100%; margin: 40px 0 10px;
}

.img-header{
    height: 15px;
    margin-top: 6px;
    margin-left: 5px;
}
section {
    width: 100%;
    min-height: 300px;
}

.pattern {
    position: relative;
    background-color: #3bb78f;
    background-image: linear-gradient(315deg, red 0%, red 74%);
}

.pattern:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 250px;
    background: url(
    https://media.geeksforgeeks.org/wp-content/uploads/20200326181026/wave3.png);
    background-size: cover;
    background-repeat: no-repeat;
}
#wave {
  position: relative;
  height: 70px;
  /*width: 600px;*/
  background: red;
   display: block!important;
}

#wave:before {
        content: "";
        display: block;
        position: absolute;
        border-radius: 100% 32%;
        width: 68%;
        height: 48px;
        background-color: white;
        right: -5px;
        top: 62.3px;
}

#wave:after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 100% 68%;
    width: 54%;
    height: 44px;
    background-color: red;
    left: 0;
    top: 42px;
}

.icon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.container .card:nth-child(1) .icon {
    background: #fff7f8;
}

.container .card:nth-child(2) .icon {
    background: #6eadd4;
}

.container .card:nth-child(3) .icon {
    background: #fff7f8;
}

.container .card:nth-child(4) .icon {
    background: #fff7f8;
}

.container .card:nth-child(5) .icon {
    background: #6eadd4;
}

.container .card:nth-child(6) .icon {
    background: #fff7f8;
}

.container .card:nth-child(7) .icon {
    background: #6eadd4;
}

.container .card:nth-child(8) .icon {
    background: #fff7f8;
}

.container .card .icon .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 80px;
    transition: 0.7s;
    color: #fff;
}

.container .card .face {
    width: 300px;
    height: 200px;
    transition: 0.5s;
}

.container .card .face.face1 {
    position: relative;
    background: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    transform: translateY(100px);
}

.container .card:hover .face.face1 {
    background: #ff0057;
    transform: translateY(0px);
}

.container .card .face.face1 .content {
    opacity: 1;
    transition: 0.5s;
}

.container .card:hover .face.face1 .content {
    opacity: 1;
}

.container .card .face.face1 .content i {
    max-width: 100px;
}

.container .card .face.face2 {
    position: relative;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0 -55px 83px rgb(0 0 0 / 25%);
    transform: translateY(-100px);
}

.container .card:hover .face.face2 {
    transform: translateY(0);
}

.container .card .face.face2 .content p {
    margin: 0;
    padding: 0;
    color: #414141;
}

.container .card .face.face2 .content h3 {
    margin: 0 0 10px 0;
    padding: 0;
    color: #fff;
    font-size: 1.3em;
    text-align: center;
    color: #414141;
}

.color-black{
    color: #000000!important;
}
/*
.container a {
    text-decoration: none;
    color: #51529F!important;
}*/

