.ts-single-block .media-left img{
  border-radius: 50%;
  width: 86px;
  height: 86px;
}
.grecaptcha-badge{
  z-index: 99 !important;
}

.blue-gradient-bg{
  background: linear-gradient(360deg, transparent, #DCEFFF) !important;
}

.blues-gradient-bg{
  background: linear-gradient(360deg, transparent, #EEF7FF) !important;
}

.dark-gradient-bg{
  background: linear-gradient(360deg, transparent, #F5F5F5) !important;
}


.map-popup h4{
  margin-top: 10px;
  margin-bottom: 10px;
 font-size: 18px;
}

.map-popup p{
  margin-bottom: 10px !important;
}

.home-slider-block{
  display: table;
}
.cs-slider-media .home-slider-img{
height: 100px;
width: 100px;
border-radius: 50%;
overflow: hidden;
}

.cs-slider-media .home-slider-img img{
width: 100%;
height: 100%;
object-fit:cover;
}

.sc-content ul.sd-mn-list p{
  display: block;
  width: 100%;
  text-align: left;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: normal;
  color: #00235F;
  font-weight: 600;
  position: relative;
}

.rte_content p{
  margin-bottom: 1rem;
}

@media only screen and (max-width: 479px) {
  .home-slider-block{
    display: table-cell;
  }
  .cs-slider-media .media-body {
    padding-left: 0px;
    padding-top: 15px;
  }

  .sc-content ul.sd-mn-list p {
      font-size: 14px;
  }
}


.op-intro-tittle {
  padding: 10px 0px 30px 0px;
}

.op-intro-tittle h3 {
  font-size: 18px;
  line-height: 24px;
}

.op-intro-tittle h4 {
  font-size: 16px;
  line-height: 24px;
}

@media only screen and (max-width: 767px) {
  .op-intro-tittle h3 {
      font-size: 16px;
      line-height: 22px;
  }

  .op-intro-tittle h4 {
    font-size: 14px;
    line-height: 22px;
  }
}


@media only screen and (max-width: 430px) {
  .op-intro-tittle h3 {
    font-size: 14px;
    line-height: 16px;
  }

  .op-intro-tittle h4 {
    font-size: 11px;
    line-height: 15px;
  }
}


@media only screen and (min-width: 1550px) {
  .op-team-member-section .col-lg-2 {
      width: 12.5%;
  }
}
