.phone__number {
    display: flex;
    align-items: center;
    line-height: 1;
    font-weight: 700;
}
.phone__number .phone__icon {
    position: relative;
    padding: 5px;
    border-radius: 50%;
    margin-right: 12px;
    box-shadow: 0 0 0 2px rgb(42 185 93);
}
.phone__number .phone__icon:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    box-shadow: 0 0 0 2px rgba(101, 181, 48, 0.5);
}
.phone__number .phone__icon .icon-mail {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    flex: 0 0 45px;
    border-radius: 50%;
    color: #fff;
    background-color: #b42751;
}
.phone__number .phone__link {
    /*font-family: "Sora", sans-serif;*/
    font-weight: 600;
    font-size: 22px;
    white-space: nowrap;
    margin-bottom: 5px;
    color: #b42751;
}
.phone__number .email__link {
    font-size: 14px;
    color: #8b9393;
    font-weight: 500;
}
.text_abraj1{
    color: #b42751 !important;
}
.text_abraj2{
    color: #2ab95d !important;
}
.gb_error{
    font-size: 14px;
    margin-left: 14px;
}
.career_p{
    font-size: 18px;
    font-weight: 500;
}
.ct_error{
    font-size: 14px;
    margin-left: 14px;
}

.aitsun_pagination .pagination{
    justify-content: center;
}

.aitsun_pagination .pagination a{
    color: black;
     padding: 3px 12px;
    border-radius: 0px;
}
.aitsun_pagination .pagination li{
    margin: 3px 2px;
     transition: .3s ease;
     border-radius: 0px;
     font-size: 17px;
     line-height: 40px;
     border: 2px solid white;

}

.aitsun_pagination .pagination li a:hover{
    
     background: #b42751 !important;
     color: white!important;

}
.aitsun_pagination .pagination li.active{
    background: #2ab95d !important;
}

.aitsun_pagination .pagination li.active a{ 
    color: white!important; 
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}


.post_tumbs_main{
   position: relative;
}
.post_tumbs {
    display: flex;
    justify-content: center;
}
.post_tumbs_cont {
    width: 100%; /* Ensure the container uses full width available */
    display: flex;
    overflow-x: auto; /* Change to auto for proper scrolling */
    padding-left: 0;
    padding-top: 15px;
    white-space: nowrap; /* Ensure no wrapping */
    flex-basis: content;
    z-index: 1;
}
.post_tumbs_cont::-webkit-scrollbar{
    display: none;
}
.thumb_img_post {
  width: 108px !important;
  height: 108px !important;
  object-fit: cover;
  border: 0;
  margin-left: 20px;
  display: inline-block; /* Ensure images are treated as inline-block elements */
  cursor: pointer;
}
.thumb_img_post:first-child {
    margin-left: 0;
}
.shop__details-img img{
    width: 100%;
    height: 365px;
    object-fit: cover;
    border: 3px solid #009d4e;
}
.pro_arrows{
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 38%;
    width: 100%;
}
.pro_arrows button{
    border-radius: 50%;
    width: 40px;
    height: 40px;
    border: 2px solid white;
    background: #14315b;
    color: white;
}
.pro_img_div{
    width: 100%;
    height: 350px;
    object-fit: contain;
}

@media (max-width: 425.98px) {
    .pro_img_div {
        height: 280px !important;
    }
}
.service-item{
    display: flex;
}

.service__img .serimg{
    height: 310px;
    width: 250px;
    object-fit: cover
}

.counter-item .percent {
    color: #2ab95d;
    font-family: "Rubik", sans-serif;
    font-size: 60px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 10px;
}

@media (max-width: 991.98px) {
    .service-item{
        display: block;
    }
    .service__img .serimg{
        width: 100%;
    }
    .counter-item .percent {
        font-size: 25px;
    }
}
.service__img{
    min-width: 220px;
}


.feature-item {
    padding: 20px;
    border: 2px solid #eaeaea;
}

.feature-item:hover {
    border-color: #ffffff;
    -webkit-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.16);
    box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.16);
}
.clnt_img{
    width: 140px;
    height: 140px;
    object-fit: contain;
}
.clnt_img_h{
    width: 100px;
    height: 100px;
    object-fit: contain;
}
.border-abraj1{
    border: 1px solid #2ab95d !important;
}
.bg-abraj-light{
    background: #2ab95da8;
}