@media screen and (max-width:1090px)
{
    .filter-img {
        grid-template-columns: repeat(2, 1fr);
    }
    .client-title {
        grid-template-columns: repeat(2, 1fr);
    }
    body{
        overflow-x: hidden;
    }
}
@media screen and (max-width:996px)
{
    .filter-link ul li {
        padding: 10px 2px;
    }
    .specialties-list ul li {
        text-align: left;
    }
}
@media screen and (max-width:964px)
{
    .footer-img img {
        width: 146px;
    }
}
@media screen and (max-width:980px)
{
    .main-img {
        max-width: 631px;
        text-align: center;
    }
    .main-title {
        margin-top: 36px;
    }
    .defult-title h1 {
        font-size: 38px;
    }
    .main-img {
        margin-top: 34px;
    }
}
@media screen and (max-width:710px) 
{
    .service-left.text-center {
        margin: auto;
        margin-bottom: 33px;
    }
}

@media screen and (max-width:574px)
{
    .filter-img {
        grid-template-columns: repeat(1, 1fr);
        margin: auto;
    }
    .client-title {
        grid-template-columns: repeat(1, 1fr);
    }
    .filter-img-list img {
        text-align: center;
    }
    .main-title h1 {
        font-size: 2.8rem;
    }
    .contact-right {
        margin-top: 53px;
    }
    .container, .container-sm {
        max-width: 703px;
    }
}
@media screen and (max-width:750px)
{
    body{
        overflow-x: hidden;
    }
}
@media screen and (max-width:508px)
{
    .defult-title h1 {
        font-size: 30px;
    }
    #preloder h1 {
        left: 40%;
    }
    .whatsapp-icon {
        width: 51px;
        z-index: 99999;
    }
}
@media screen and (max-width:527px)
{
    .container
    {
        max-width: 425px;
    }
    .h5, h5 {
        font-size: 1rem;
    }
    .footer-img img {
        width: 114px;
    }
}
@media screen and (max-width:480px)
{
    .contact-location .bangladesh span {
        font-size: 1.9rem;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    h4.mt-3 {
        font-size: 20px;
    }
    
}
@media screen and (max-width:466px)
{
    .team-title {
        margin-top: 25px;
    }
    .about-right {
        margin-top: 31px;
    }
}
@media screen and (max-width:440px)
{

    .main-title h1 {
        font-size: 1.8rem;
    }
    .main-title p {
        font-size: 1rem;
    }
    .filter-link ul li {
        font-size: 1rem;
    }
    .contact-location .bangladesh span {
        font-size: 1rem;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    h4.mt-3 {
        margin-top: 5px !important;
    }
    .specialties-list ul li {
        font-size: 1rem;
    }
}
@media screen and (max-width:398px)
{
    h4.mt-3 {
        font-size: 16px;
    }
    .contact-location .bangladesh span {
        margin-right: 5px;
    }
}
@media screen and (max-width:346px)
{
    .defult-title h1 {
        font-size: 30px;
    }
    body{
        overflow-x: hidden;
    }
}
@media screen and (max-width:375px)
{
    .html-progress::after {
        width: 205px;
    }
    .wordpress-progress::after {
        width: 143px;
    }
}