

@media (min-width: 768px) and (max-width: 1024px)  {
}

@media (min-width: 481px) and (max-width: 767px)  {

}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px)  {
    .slider-left h1 {
        font-size: 30px;
    }

    .slider-left p {
        font-size: 14px;
    }

    .about-left h2 {
        top: 0px;
    }

    .whyus-item {
        padding-bottom: 20px;
    }

    .tittle h3 {
        font-size: 24px;
    }

    .brand-items {
        display: block;
    }

    .brans {
        text-align: center;
        padding-bottom: 20px;
    }

    .footer-logo {
        padding-bottom: 20px;
    }

    .foot-sec {
        display: flex;
        margin-bottom: 20px;
    }

    .copy-left {
        padding-bottom: 20px;
    }

    .copy-right ul {
        display: block;
    }

    .follow-top ul {
        justify-content: left;
    }
}


@media only screen and (min-device-width : 200px) and (max-device-width : 319px){
    .slider-left h1 {
        font-size: 30px;
    }
    .slider-left p {
        font-size: 14px;
    }

    .about-left h2 {
        top: 0px;
    }

    .whyus-item {
        padding-bottom: 20px;
    }

    .tittle h3 {
        font-size: 24px;
    }

    .brand-items {
        display: block;
    }

    .brans {
        text-align: center;
        padding-bottom: 20px;
    }

    .footer-logo {
        padding-bottom: 20px;
    }

    .foot-sec {
        display: flex;
        margin-bottom: 20px;
    }

    .copy-left {
        padding-bottom: 20px;
    }

    .copy-right ul {
        display: block;
    }

    .follow-top ul {
        justify-content: left;
    }
}



