.diff-location .box{
    height: 310px;
    position: relative;
    border-radius: 20px;
}
.diff-location .box .icon{
    position: absolute;
    right: 20px;
    content: "";
    top: 20px;
}


.diff-location .box .content{
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.diff-location .box .content h3{
    margin-bottom: 0;
    color: #fff;
}
 
.top_health_features.it-staff-tools.mobile-app-tools.texas-tools .medical_item .nav-link{
    width: 180px;
}


.tex-industry .tex-indust-Swiper{
    height: 100%;
}

.tex-industry .box{
    height: 100%;
    background: radial-gradient(50% 50% at 50% 50%, #0E2D40 0%, #081C28 100%);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 50px 30px;
}

.tex-industry .box h3{
    font-size: clamp(1rem, 0.875rem + 0.625vw, 1.625rem);
    margin-bottom: 10px;
    color: #FFF;
    line-height: 1.3;
}

.tex-industry .box p{
    margin-bottom: 0;
    color: #fff;
}


.cta-ondemand-app.cta-tex .box{
    aspect-ratio: 1600 / 593;
} 


.meet-asim-cta.meet-abeer-cta .box{
    aspect-ratio: 1550 / 667;
    padding-left: 0;
    padding-right: 30px;
}

.meet-asim-cta.meet-abeer-cta .box .orange-text{
    width: max-content;
}


/* dubai revamp css */

/* The Card Structure */
  

  /* Header Section */
  .clutch-official-sec  .card-header {
    background: #002e33;
    color: white;
    padding: 12px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
  }


  /* Body Section */
  .clutch-official-sec .card-body { padding: 40px; }
  



@media (min-width: 100px) and (max-width: 1599px) {
.top_health_features.it-staff-tools.mobile-app-tools.texas-tools .tab-content ul li img{
    height: 55px;
    width: auto;
}

}


@media (min-width: 100px) and (max-width: 1399px) {
.top_health_features.it-staff-tools.mobile-app-tools.texas-tools .tab-content ul li img{
    height: 50px;
    width: auto;
}

.clutch-official-sec .swiper-button-next{
    right: -50px;
}

.clutch-official-sec .swiper-button-prev{
    left: -50px;
}

}

@media (min-width: 100px) and (max-width: 1199px) {


.clutch-official-sec .swiper-button-prev{
    left: -40px;
}


.meet-asim-cta.meet-abeer-cta .box{
    aspect-ratio: unset;
    padding-left: 30px;
    padding-right: 30px;
}

.cta-ondemand-app.cta-tex .box{
    aspect-ratio:unset;
}

}


@media (min-width: 100px) and (max-width: 991px) {

.top_health_features.it-staff-tools.mobile-app-tools.texas-tools .medical_item .nav-link{
    width: 150px;
}

.top_health_features.it-staff-tools.mobile-app-tools.texas-tools .medical_item{
    column-gap: 10px;
}

    .clutch-official-sec .swiper-button-next{
    display: none;
}

.clutch-official-sec .swiper-button-prev{
   display: none;
}
}


@media (min-width: 100px) and (max-width: 574px) {
    .top_health_features.it-staff-tools.mobile-app-tools.texas-tools .tab-content ul li img{
    height: 40px;
    width: auto;
}

.diff-location .box .icon svg{
    height: 30px;
    width: auto;
}

.meet-asim-cta.meet-abeer-cta .box{
    padding-left: 20px;
    padding-right: 20px;
}

.meet-asim-cta.meet-abeer-cta .box .orange-text{
    width: 100%;
}

.tex-industry .box{
    padding: 40px 20px;
}

}