

#about-us,#vision-mission {
  padding: 60px 0 0 0;
}



#about-us p,
#vision-mission p{

  font-size: 14px;
  color: #858585;
}

#about-us p.fontwhite,
#vision-mission p.fontwhite{
  color: #fff;
}
p.gold{
    color: #ac8c5e !important;
}

.mbx{
    margin:0;
}

#vision-mission .value-title {

    font-size:16px;
    color:#242422;
    font-weight:700;
}

#about-us h2.fs-24, 
#vision-mission h2.fs-24 {
    font-size: 24px;
}


#about-us h2,
#vision-mission h2{

  font-size: 30px;
  margin-bottom:15px;
}

@media (max-width: 768px) {
  #about-us,#vision-mission h2 {

    font-size: 24px;
  }
}

.timeline .item img{
    object-fit:cover;
    width:100%;
    background-color:white;
}

.learn-more {
  background: #ac8c5e;
  color: #fff;
  font-size: 14px;
  padding: 10px 30px;
  align-items:center;
  display:inline-block;
}
.background img {
  position: absolute;
  width: 100%;
  height:100%;
}

.background {
  position: relative;
  min-height: 400px;
}

.bg-brown {
  background: url(../../images/vision-mission/bg-brown.jpg) no-repeat center;
  background-size: cover;
  height: 100%;
}

.bg-gold {
  background: url(../../images/vision-mission/bg_gold.jpg) no-repeat center;
  position: relative;
  height: 100%;
  background-size: cover;
  min-height: 300px;
  filter: drop-shadow(0px 6px 3px #cecece);
   margin-bottom:50px;
}

@media(max-width:500px)
{
    .bg-gold{
        background-position:left;
    }
}

.bg-cream {
  background: url(../../images/vision-mission/bg_cream.jpg) no-repeat center;
  position: relative;
  background-size: cover;
  height: 100%;
  min-height: 300px;
  filter: drop-shadow(0px 6px 3px #cecece);
  margin-bottom:50px;
}

.bg-milestone {
  background: url(../../images/vision-mission/milestone-background.jpg) no-repeat center;
  position: relative;
  background-size: cover;
}

.vision .col-md-4 {
  padding-left: 0;
  padding-right: 0;
}

.bg-grey {
  background-color: #f2f2f2;
}

.bg-lightgrey {
  background-color: #f7f8f9;
}

.pd-50 {
  padding: 50px;
}

.service-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
  justify-content: center;
  flex-direction: row;
}



.list-container {
  display: flex;
  align-items: center;
  flex: 1 0 calc(20% - 20px);
  box-sizing: border-box;
  margin-bottom: 50px;
}

.list-container img {
  margin-right: 20px;
}
.content-wrap-60-0{
    padding:60px 0;
    position:relative;
}


@media (max-width: 768px) {
  .list-container {
    flex: 1 0 calc(33% - 20px);
  }
}

@media (max-width: 767px) {
    
    .content-wrap-40-0-767{
        padding:40px 0;
    }
    .pd-15-50-767{
       padding:50px 15px! important; 
    }
    .pd-40-30-767{
       padding:40px 30px! important;  
    }
    .pd-50-30-767{
       padding:50px 30px! important;  
    }
    .our-value {
        padding: 50px 30px 0 30px! important;
    }
    
  
}




.color-grey {
  color: #858585;
}

.title-container img {
  margin-right: 20px;
  height: 100%;
}

.pt-50 {
  padding-top: 50px;
}

.pd-50 {
  padding: 50px;
}

.pd-40 {
  padding: 40px;
}

.right-icon_nurse {
  position: absolute;
  right: 0;
}



.overflow-hidden {
  overflow: hidden;
}

.right_icon_smile {
  position: absolute;

  height: 100%;
  left: 12%;
}

.right_icon_hand {

  position: absolute;
  height: 100%;
  left: 0;
}

.left_icon_nurse {
  position: absolute;
    bottom: -20px;
    height: 100%;
    left: 15%;
}

#vision-mission .col-lg-4 {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 991px) {
  .textCenter-md {
    text-align: center;
    justify-content: center;
  }
  
  .right-icon_nurse{
      position:relative;
      left:0;
      height:auto;
      transform: scale(1);
              bottom: 0;
        margin-top: -46px
  }

  .left_icon_nurse,
  .right_icon_smile
 {
    
    left: 0;
    position: relative;
    bottom:0;
   
  }
  
  .right_icon_hand{
       height: auto;
    
    position: relative;
    
   
  }

  .bg-cream.row {
    display:flex;
    flex-direction: column-reverse;
  }
  
  .bg-cream,.bg-gold{
      margin-bottom:0;
}



.col-center-sm{
    display:flex;
    flex-direction:column;
    align-items:start;
    justify-content:center;
}
}

@media (max-width:500px)
{
    .col-center-sm{
        align-items:center;
    }
    
    .right-icon_nurse{
        margin-top:-20px;
    }
    
    .right_icon_smile{
        width:100%;
    }
}


.bold {
  font-weight: 700;
  color: #000 !important;
}

.our-value{
    padding: 50px 50px 0 50px;
}

@media (max-width:500px)
{
    .our-value{
    padding: 50px ;
}
}

.img-40 {
  height: 40px;
}

.mb-70 {
  margin-bottom: 70px;
}

.py-50 {
  padding: 50px 0;
}

.py-60 {
  padding: 60px 0;
}

.black-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.5); /* Black with 50% transparency */
  z-index: 1; /* Ensure it appears above the image */
}

.overlay-text {
  position: absolute;
  bottom: 13px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-size: 18px;
  z-index: 2; /* Above the black overlay */
  text-align: center;
  white-space: nowrap;
}

.bg-grey .fs-18 {
  font-size: 18px;
}

.service-counter {
    color:#555;
  font-size: 24px;
  font-family: "Open Sans", sans-serif;
}

#oc-award.owl-carousel .owl-nav [class*=owl-]{
    opacity: 1;
    border: 1px solid #f2f2f2 !important;
    color: #67c8c7 !important;
    background-color: #FFF !important;
    left: 0px;
    top: calc(50% - 18px);
}

#oc-award.owl-carousel .owl-nav .owl-next{
    left: auto;
    right: 0px;
}

@media (max-width:500px)
{
    
.service-counter {
  font-size: 18px;

    }
}



.minh-400 {
  min-height: 385px;
}

@media (max-width: 991px) {
  .minh-400 {
    min-height: auto;
  }
}

.fs-30 {
  font-size: 30px;
}

.bg-service {
  background: url(../../images/vision-mission/bg_service.jpg) no-repeat center;
  background-size: cover;
}

.img-absolute {
  position: absolute;
  bottom: 0;
  height: 95%;
}

@media (max-width: 768px) {
  .img-absolute {
    height: 60%;
  }
}

@media (max-width: 500px) {
  .img-absolute {
    position: relative;
    margin-top: 50px;
    margin-bottom: -60px;
  }
}

.collab-card {
    display:flex;
    align-items:center;
  min-height:230px;
  padding: 30px;
  text-align: center;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
}

.row > div:nth-of-type(4) .collab-card {
  min-height: 230px;
}


.collab-card p {
  font-size: 14px;

}

.award_grid2.special_case {
    text-align:center;
}

.award_grid2 .award_image img{
    width:auto;
}

@media (max-width: 767px) {
  .textCenter-sm {
    text-align: center;
    margin-bottom: 20px;
  }
}

.award_grid2.special_case {
  width: auto;
}

.learn-more:hover {
  color: white !important;
}

@media (max-width: 768px) {
 .collab-card,.row > div:nth-of-type(4) .collab-card {
   min-height:auto;
}
}

/* -------------------------------Timeline----------------------------------- */
/*.timeline {*/
/*  white-space: nowrap;*/
/*  overflow: hidden;*/
/*  position: relative;*/
/*}*/

/*.timeline ol li .item.w-400-375{*/
/*    width:400px;*/
/*}*/

/*.timeline ol {*/
/*  font-size: 0;*/
/*  width: 100vw;*/
/*  padding: 300px 0 260px;*/
/*  transition: all 1s;*/
/*}*/

/*.timeline ol li {*/
/*  position: relative;*/
/*  display: inline-block;*/
/*  list-style-type: none;*/
/*  width: 225px;*/
/*  height: 7px;*/
/*  background: #f2f2f2;*/
/*}*/

/*.timeline ol li span {*/
/*  position: absolute;*/
/*  left: 5px;*/
/*  bottom: -18px;*/
/*  font-size: 18px;*/

/*}*/

/*.timeline ol li:last-child {*/
/*  width: 280px;*/
/*}*/

/*.timeline ol li:first-child:not(.first-item) .item::before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  top: 100%;*/
/*  left: 0;*/
/*  width: 0;*/
/*  height: 0;*/
/*  border-style: solid;*/
/*  background: #f2f2f2;*/
/*}*/



/*.timeline ol li .icon {*/
/*  position: absolute;*/
/*  top: 50% !important;*/
/*  transform: translateY(-50%) !important;*/
/*  height: 50px;*/
/*  width: 50px;*/
/*  background: url("../../images/vision-mission/icon-start.png") no-repeat center*/
/*    center;*/
/*}*/

/*.timeline ol li .icon-checkpoint {*/
/*  position: absolute;*/
/*  top: 50% !important;*/
/*  transform: translateY(-50%) !important;*/
/*  height: 50px;*/
/*  width: 50px;*/
/*  background: url("../../images/vision-mission/icon-list.png") no-repeat center*/
/*    center;*/
/*}*/



/*.timeline ol li .item {*/
/*  position: absolute;*/
/*  width: 200px;*/
/*  padding: 15px;*/
/*  font-size: 1rem;*/
/*  left: 20px;*/
/*  white-space: normal;*/
/*  color: #858585;*/
/*  font-family: "Open Sans", sans-serif;*/
/*  background: #f2f2f2;*/
/*  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);*/
/*}*/

/*.timeline ol li .item::before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  top: 100%;*/
/*  left: 0;*/
/*  width: 0;*/
/*  height: 0;*/
/*  border-style: solid;*/
/*}*/

/*.timeline ol li:nth-child(odd) .item {*/
/*  top: -32px;*/
/*  transform: translateY(-100%);*/
/*}*/

/*.timeline ol li:nth-child(odd) .item::before {*/
/*  top: 100%;*/
/*  border-width: 8px 8px 0 0;*/
/*  border-color: #f2f2f2 transparent transparent transparent;*/
/*}*/

/*.timeline ol li:nth-child(even) .item {*/
/*  top: calc(100% + 40px);*/
/*}*/

/*.timeline ol li:nth-child(even) .item::before {*/
/*  top: -8px;*/
/*  border-width: 8px 0 0 8px;*/
/*  border-color: transparent transparent transparent #f2f2f2;*/
/*}*/

/*.timeline time {*/
/*  display: block;*/
/*  font-size: 1.2rem;*/
/*  font-weight: bold;*/
/*  margin-bottom: 8px;*/
/*}*/


/*@media (max-width:500px)*/
/*{*/
/*    .timeline ol li .item{*/
/*        width:180px;*/
/*        left:15px;*/
/*        padding:10px;*/
/*    }*/
    
/*    .timeline ol li{*/
/*        width:200px;*/
/*    }*/
    
/*    .w-400-375{*/
/*    width:375px!important;*/
/*}*/
/*}*/

/* ---------------arrow--------------- */

/*.timeline .arrows {*/
/*    flex-direction: row;*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*    position: absolute;*/
/*    top: 46.5%;*/
/*    left: 0;*/
/*    width: 100%*/
/*}*/

/*.timeline .arrows .arrow__prev {*/
/*  margin-right: 20px;*/
/*}*/



/*.timeline .arrows img {*/
/*  width: 45px;*/
/*  height: 45px;*/
/*}*/

.arrow {
    background-image:none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 50px; /* Adjust size as needed */
  height: 50px; /* Adjust size as needed */
  background-color: #fff; /* Button background */
  border: 2px solid #f2f2f2; /* Border color */
  border-radius: 50%; /* Circular shape */
  font-size: 24px; /* Icon size */
  color: #5ec5c2; /* Icon color */
  cursor: pointer;
  transition: background-color 0.3s, transform 0.2s;
}

.pb-50 {
  padding-bottom: 50px;
}

/*.service-row .list-container:nth-child(12),*/
/*.service-row .list-container:nth-child(13) {*/
/*  flex: 0 0 calc(25% - 20px);*/
/*}*/

/*.service-row .list-container:nth-child(11) {*/
/*  margin-left: auto;*/
/*  flex: 0 0 calc(30% - 20px);*/
/*}*/

/*.service-row .list-container:nth-child(13){*/
/*    margin-right:auto;*/
/*}*/

.award_bg2{
    padding:60px 0;
}
.swiper-button-next.arrow{
    right: -30px;
    
}

.swiper-button-prev.arrow{
    left: -30px;
    
}

@media (max-width:1024px)
{
    .swiper-button-prev.arrow{
        left:0;
    }
    .swiper-button-next.arrow{
        
        right:0;
    }
}

@media (max-width:768px)
{
    .service-row .list-container:nth-child(11),
    .service-row .list-container:nth-child(12)
    {
        margin-left:0;
        flex: 1 0 calc(33% - 20px);
    }
    
    .service-row .list-container:nth-child(13){
        margin:0 auto 50px auto;
        flex: 0 0 calc(33% - 20px);
    }
}

@media (max-width:500px)
{
    .service-row .list-container:nth-child(11),
    .service-row .list-container:nth-child(12)
    {
        margin:0 0 20px 0;
        flex: 1 0 calc(50% - 10px);
    }
    
    .service-row .list-container:nth-child(13){
         margin:0 0 50px 0;
        flex: 1 0 calc(50% - 10px);
    }
}



.pd-40-15{
    padding:40px;
}

.award_grid2 .award_image{
    /*width:155px;*/
    max-width: 100%;
    text-align: center;
}

@media (max-width:500px)
{
    .award_grid2 .award_image{
    width:auto;
    }
}




@media (max-width:500px)
{
    .pd-40-15{
         padding: 40px 15px 30px;
    }
    
    .none-500{
        display:none !important;
    }
   
}

.pc{
    display:block;
}

.mobile{
    display:none;
}

@media(max-width:500px)
{
    .pc{
    display:none !important;
}

.mobile{
    display:block;
}

.pd-0-991{
    padding:0;
}
}