.trusted-section{width: 100%;}
.section-padding{padding: 50px 0px;}
.trusted-section .banner-content h2{text-align: center;font-size: 36px;margin-bottom: 20px;}
.trusted-section .banner-content h5{text-align: center;font-size: 17px;margin-bottom: 20px;line-height: 25px;}
.overflow-visible {
    overflow: visible !important;
}

.bg-light-gray {
    background-color: #f7f7f7;
}

.pb-md-0 {
    padding-bottom: 0!important;
}
.pt-0 {
    padding-top: 0!important;
}
.position-relative {
    position: relative!important;
}
.padding-55px-tb {
    padding-top: 55px;
    padding-bottom: 55px;
}
.padding-30px-lr{
    padding-left: 30px;
    padding-right: 30px;
}
.f-right{float: right;}
.hunt-section h5{font-size: 32px;
    line-height: 35px;

}
.font-weight-600 {
    font-weight: 600 !important;
}
.border-radius-6px {
    border-radius: 6px;
}
.z-index-6 {
    z-index: 6;
}
.overlap-section-bottom {
    position: relative;
}

.feature-box-img-tag
{
    background: var(--white-bg-color);
    text-align: center;
    border-radius: 50%!important;
    width: 50px;
    height: 50px;
    box-shadow: 0px, 0px rgba(0, 0, 0, 0.11)!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.btn.btn-transparent-white {
    background: transparent;
    border-color: #ffffff;
    color: #ffffff!important;
}
.btn.btn-large {
    font-size: 15px;
    padding: 12px 32px;
}
.btn.btn-slide-right-bg {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.btn.btn-transparent-white:hover {
    background: #ffffff;
    border-color: #ffffff;
    color: #000!important;
}
.footer-logo img{height:50px;
    width: 100%;}
    .text-right{text-align: right!important;}

    .w-80{width:80%;}
    .new-bg{background-color: #49a6af;}
    
    .quality-section{display:inline-flex;text-align:left;
    
    }
    
    .quality-section .icon1 {
        margin-right:10px;
    padding: 5px;
    
    color: #000;
    width: 30px!important;
    font-size: 15px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 20px;
}
.mr-left-5px{margin-left:5px;}
.quality-section h6{
    font-size:15px;
}



@media only screen and (max-width: 767px) {
    .product-section {
        padding: 40px 0px 40px 0px;
    }
    .prod-sect {
        margin: 0px !important;
    }
    
    .services-container {
        display: grid
    ;
        grid-template-columns: repeat(auto-fit, minmax(150px, 2fr));
        gap: 20px;
        padding: 20px;
        /* background-color: #f9f9f9; */
    }

    .icon-new {
        padding: 4px;
    }

    .service-card {
        padding: 10px; 
    }

    .service-card h3 {
        font-size: 13px;
        font-weight: 600;
    }
  }