/* .ourCustomer {
background: #f2fafa;
} */

.ourCustomerHead{
  position: relative;
  margin-top: -86px;
  z-index:999;
}

.ourCustomerHead:after {
  position: absolute;
  width: 100%;
  height: 40%;
  content: '';
  bottom: 0;
}
.customerTab {
  background-color: #e1e2ff;
  border-radius: 75px;
  min-height: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;

}
.customerTab .icon {
  background-color: #f4f5ff;
  border: 2px solid #fff;
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-right: 15px;
}


.customerTab .nav-tabs .nav-link.active .icon {
  background-color: #6760da;
  border: 2px solid #6760da;
}

.customerTab .nav-tabs .nav-link.active .icon img {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(16deg) brightness(212%) contrast(105%)
}

.customerTab .nav-tabs .nav-item {
  margin-bottom: 0;

}

.customerTab .nav-tabs .nav-item:last-child {
  margin-right: 0px;
}

.customerTab .nav-tabs .nav-link {
  border: 0px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  display: flex;
  align-items: center;
  background-color: transparent;
  border-radius: 75px;
  color: #0f2125;
  font-weight: 600;
  font-size:24px;
  font-weight:400;
  padding: .5rem 1.8rem .5rem 0.70rem;
}

.customerTab .nav-tabs .nav-link.active {
  background-color: #8c85fa;
  color: #fff;
  box-shadow: 0px 10px 16px 0px rgba(140, 133, 250, 0.40);
}

.tabcontent {
  display: flex;
}

.imgArea {
  width: 664px;
  margin-right: -50px;
  position: relative;

}

.largeimg {
  text-align: right;
}

.largeimg img {
  border-radius: 24px;
  width: 100%;
}

.thumbImg {
  position: absolute;
  left: 0px;
  bottom: 120px;
}

.thumbImg img {
  border: 8px solid #fff;
  border-radius: 24px;
  height: 360px;
  width: 316px;
  object-fit: cover;
}

.thumbDot {
  position: absolute;
  left: 0;
  top: 0;
}

.tabDescrpt {
  width: calc(100% - 614px);
  position: relative;
}

.tabDescrpt .whtBox {
  background-color: #fff;
  border-radius: 12px;
  padding: 36px;
  margin-top: 60px;
  box-shadow: 0px 0px 35px 0px rgba(101, 155, 62, 0.11);
}


.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0;
}
.tags span {
  background: #eaf7e3;
  padding: 8px 16px;
  border-radius: 20px;
  margin-right: 8px;
  font-size: 14px;
}

.howWecanHelpHead {
  position: relative;
  margin-bottom: 60px;
}

.howWecanHelpHead:before {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #e3e3e3;
  content: '';
  top: 50%;
}

.howWecanHelpHead span {
  font-size: 24px;
  color: #0f2125;
  border: 1px solid #e3e3e3;
  border-radius: 55px;
  display: block;
  text-align: center;
  width: fit-content;
  margin: 50px auto;
  padding: 5px 40px;
  background-color: #fff;
  position: relative;
  z-index: 1;

}


.helpsect {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.helpopt {
  text-align: center;
  box-shadow: 28px 0 77px -60px rgba(145, 145, 145, 1.05);
  flex: 0 0 25%;
  margin-bottom:20px
}

.helpopt img{ width:80px; height:auto}

.helpopt:last-child {
  box-shadow: none;
}

.helpopt span {
  display: block;
  margin-top: 14px;
}

.helpopt i {
  position: relative;
  display: inline-block;
  z-index:999;
}

.customerTab .nav-tabs {
  border-bottom: 0px;
}

.customerTab .nav-tabs {
  padding-bottom: 17px;
  padding-top: 17px;
  padding-left: 8px;
  max-width: 1390px;
  padding-bottom: 17px;
  padding-top: 17px;
  padding-left: 8px;
  display: flex;
  width: 100%;    justify-content: space-between;

}
.tabdesc{ padding-left:30px!important}
.tabdesc p{  font-family: "Lexend", sans-serif; font-size:24px; font-weight:400}
.tags+.mt-4 h4{ font-size:32px; font-weight:400}
@media only screen and (max-width: 1440px) {
  .customerTab .nav-tabs .nav-link {
    font-size: 16px !important;
  }
  .imgArea {
    width: 530px;
  }

  .tabDescrpt {
    width: calc(100% - 480px);
  }

  .helpopt span {
    font-size: 14px;
  }

  .customerTab {
    padding-left: 20px;
    padding-right: 20px;
  }


}
@media only screen and (max-width: 1377px) {
  .thumbDot {display:none}
  .ourCustomerHead {padding-top: 30px;
  }

  @media only screen and (max-width: 1199px) {

    .tabcontent {
      flex-wrap: wrap;
    }

    .imgArea {
      max-width: 730px;
      text-align: center;
      margin: 0 auto;
      width: 100%;
    }

    .tabDescrpt {
      width: 100%;
    }

    .thumbImg img {
      width: 298px;
    }

  }


  @media only screen and (max-width: 991px) {
    .howWecanHelpHead span {
      margin: 30px auto;
    }

    .customerTab .icon {
      width: 35px;
      height: 35px;
      margin-right: 10px;
    }

    .customerTab .icon img {
      width: 20px;
      height: 20px;
    }


    .tabdesc {
      padding-left: 15px !important;
      margin-top: 30px;
    }

  }
  @media only screen and (max-width:960px) {
    .customerTab {
      padding-left: 15px;
      padding-right: 15px;
      border-radius: 30px;
    }
    .customerTab .nav-tabs .nav-item {
      width: 100%;
    }

  }

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

    .thumbImg img {
      width: 160px;
    }
    .thumbImg {
      bottom: -40px;
      left: 15px;
    }

  }

  @media only screen and (max-width: 679px) {
    .helpsect {
      display: flex;
      flex-wrap: wrap;
    }

    .helpopt {
      flex: 0 0 50%;

    }

    .helpopt:nth-child(1) {
      margin-bottom: 50px;
    }

    .helpopt:nth-child(2) {
      margin-bottom: 50px;
    }

    .tags span {
      white-space: nowrap;
      display: inline-block;
      margin-bottom: 7px;
    }

    .howWecanHelpHead span {
      font-size: 18px;
    }

    .helpopt img {
      width: 70px;
      height: auto;
    }



    .tags span {
      background: #0c2125;
      padding: 8px 16px;
      border-radius: 20px;
      margin-right: 8px;
      font-size: 14px;
      color: #fff;
      display: inline-block;
      margin-bottom: 7px;
    }

    @media only screen and (max-width: 767px) {
      .leftCol {
        padding-right: 0px;
        margin-bottom: 0px;
      }

      .rightCol .order-2 {
        margin-top: 40px;
      }
    }
