
.why-choose-sec{
    background-color:#EAF5F9;
    padding: 120px 0px;
  }
  .w-ch-div .w-ch-head{
    margin-bottom: 30px;
  }
  .w-ch-div .w-ch-head span{
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-weight: 500;
      color: #0FABB2;
  }
  .w-ch-div .w-ch-head h3{
    font-size: 45px;
    font-weight: 400;
    margin: 0;
    line-height: 50px;
    margin-bottom: 20px;
  }
  @media(max-width:576px){
    .w-ch-div .w-ch-head h3{
      font-size: 29px;
    }
  }
  .chooseslide {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    filter: drop-shadow(0px 3px 15px rgba(0, 0, 0, 0.06));
    /* margin-bottom: 24px; */
  }
  
  .choose-card{
    padding: 40px;
    overflow: hidden;
    display: block;
    position: relative;
    width: 100%;
    /* display: flex; */
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
  .chooseslide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .choose-card h3{
    font-size: 23px;
    font-weight: 600;
    
    margin-bottom: 10px;
    margin: 0;
  }
  .choose-card h3 a{
    text-decoration: none;
    color: #1F4046 !important;
  }
  .choose-card p{
    font-family: "Inter", Sans-serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 28px;
      color: black;
      padding: 15px 0px;
      margin-bottom: 0px;
  }
  .choose-card:after {
    content: "";
      position: absolute;
      width: calc(100% - 8px);
      height: calc(100% - 8px);
      margin: 4px;
      top: 0;
      left: 0;
      box-shadow: 0px -30px 0 -24px white, -30px 0px 0 -24px white, 30px 0px 0 -24px white, 0px 0px 0 2px white, 0px 30px 0 -24px white, 0px 0px 0 4px #0fabb2;
      transform: scale(0.8);
      opacity: 0;
      transition: 0.3s all ease-in-out;
      pointer-events: none;
      background-color: white;
      z-index: -1;
  }
  .choose-card:hover:after{
    transform: scale(1);
    opacity: 1;
  }
  .swiper-slide{
    height: auto !important;
  }
  
  @media(max-width:576px){
    .choose-card{
      padding: 20px;
    }
  }