.discover-inner-con{
  margin-top: 60px;
}
.most-pop-inner-con {
  margin-bottom: 40px;
}
.service__banner .Service-Resources#ServiceResources{
margin-top: 54px;
}
.most-pop-heading{
  background: linear-gradient(94deg, #6C006E 2.92%, #493FCF 52.98%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.service__banner .Service-Resources#ServiceResources .sResourceBox {
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 1px 20px 2px rgba(0, 0, 0, 0.06);
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px !important;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 250px;
  }
  .service__banner .Service-Resources#ServiceResources .imgbox-heading + p{
    align-self: flex-end;
    margin-bottom: 0;
  }
  .imgbox-heading div:last-child{
    font-size: 18px !important;
    line-height: normal;
  }
  .service__banner .Service-Resources#ServiceResources .sResourceBox a{
    padding-left: 0 !important;
    font-size: 16px;
    line-height: normal;
  }
  .service__banner .Service-Resources#ServiceResources .sResourceBox a svg{
    margin-left:3px;
  }

.service__banner .Service-Resources#ServiceResources .sResourceBox .imgbox {
   width: 65px;
   height: 65px;
   display: flex;
   justify-content: flex-start;
   margin-bottom: 0.8rem;
  }
  .ser-res-filter-form select{
    border-radius: 12px;
    border: 1px solid #74767B;
  }
  /* .ser-res-filter-form select:focus{
    border-radius: 12px;
    border: 1px solid var(--purple, #6C006E);
    background-color: rgba(108, 0, 110, 0.10);
  } */

  @media (min-width:768px){
    .service__banner .Service-Resources#ServiceResources{
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-columns: repeat( auto-fit, minmax(140px, 1fr) );
        gap: 2rem;
    }
  }

  @media (max-width:600px){
    
    .most-pop-inner-con {
      margin-bottom: 28px;
  }
    .discover-inner-con{
      margin-top: 25px;
    }
    .service__banner .Service-Resources#ServiceResources .sResourceBox {
        margin: 30px 50px;
        padding-top: 12px !important;
        padding-bottom: 12px !important;
        min-height: 200px;
    }
    .service__banner .Service-Resources#ServiceResources .sResourceBox .imgbox {
        width: 60px;
        height: 60px;
        padding: 5px;
      }
  }


  .Service-Resources#ServiceResources .slick-prev:before, #ServiceResources .slick-next:before{
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3e%3cpath d='M14.2951 6L15.7051 7.41L11.1251 12L15.7051 16.59L14.2951 18L8.29508 12L14.2951 6Z' fill='white'/%3e%3c/svg%3e");
    fill: rgba(217, 217, 217, 0.06);
    filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.10));
    backdrop-filter: blur(2px);
  }
  .Service-Resources#ServiceResources .slick-next:before {
    transform: rotate(180deg);
}
.Service-Resources#ServiceResources .slick-prev{
    left: 0 !important;
    z-index: 1;
}
.Service-Resources#ServiceResources .slick-next{
    right: 0 !important;
}

.most-pop-slider-con .slick-prev{
  left: -5px !important;
  z-index: 1;
}
.most-pop-slider-con .slick-next{
  right: -5px !important;
  z-index: 1;
}


.most-pop-slider-con .slick-arrow{
  fill: rgba(217, 217, 217, 0.06);
  filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.10));
  backdrop-filter: blur(2px);
    border-radius: 50%;
  background-color: white;
}
.most-pop-slider-con .slick-prev:before, .most-pop-slider-con .slick-next:before {
  filter: unset !important;
}

.Service-Resources.slick-slider .slick-dots li button::before{
    color: var(--blue) !important;
    opacity: 0.4 !important;
    font-size: 8px !important;
}
.Service-Resources.slick-slider .slick-dots li.slick-active button:before {
    color: var(--blue) !important;
    opacity: 1 !important;
    font-size: 14px !important;
}
.most-pop-slider-con .service-card{
  background: linear-gradient(143deg, rgba(72, 159, 238, 0.30) 7.96%, rgba(73, 63, 207, 0.30) 53.47%, rgba(108, 0, 110, 0.30) 100%) !important;
}
.service-common-card-btns.sec-btn a:first-child {
  padding: 6px 26px;
}

.discover-sec h1{
  line-height: 128%;
}
.show-more-btn{
  display: block;
  width: fit-content;
  margin-left: auto;
}
@media (max-width:767px){
  .service__banner .Service-Resources#ServiceResources {
    margin-top: unset !important;
}  
.service__banner .Service-Resources#ServiceResources .imgbox-heading + p {
  align-self: flex-start;
  margin-bottom: 0;
}
.discover-sec{
  padding-top: 10px !important;
}
.discover-sec h1{
  font-size:24px !important;
  line-height:30px !important;
}

}

@media(max-width:600px){
  .service-card.d-flex.flex-column {
    width: 80%;
    margin: auto;
}
.contact-info-deasra p, .contact-info-deasra p a{
  font-size: 12px !important;
}
.show-more-btn{
  display: block;
  width: fit-content;
  margin: auto;
}
.most-pop-slider-con.slick-dotted.slick-slider {
  margin-bottom: 10px;
}
}