/*
====================================
large Screen - Others
====================================
*/
@media screen and (min-width: 992px) and (max-width: 1199px) {






}

/*
====================================
Small Screen - Tablate
====================================
*/
@media screen and (min-width: 768px) and (max-width: 991px) {

    /*=== Header area start ===*/

    .header-logo img {
        max-width: 200px;
    }

    .header-navigation-link ul li a {
        margin-left: 20px;
    }
    
    /*=== trusted area start ===*/

    .trusted-item ul li {
        width: 230px;
    }

    /*=== service area start ===*/

    .service-item ul li span {
        font-size: 13px;
        left: 50px;
    }

    .service-item ul li:nth-of-type(1) span {
        left: 70px;
    }

    /*=== choose area start ===*/

    .choose-item ul li {
        font-size: 15px;
    }

    .choose-item ul li img {
        max-width: 40px;
    }




}

/*
====================================
Small Screen - Mobile
====================================
*/
@media screen and (max-width: 767px) {	

    /*=== Header area start ===*/

    .header-logo img {
        max-width: 200px;
    }

    /*=== main content start ===*/

    .banner-area {
        padding: 70px 0;
    }

    .banner-item-title h2 {
        font-size: 24px;
        line-height: 100%;
    }

    .banner-item-title h2 strong {
        font-size: 32px;
    }

    .banner-item-inner ul li {
        font-size: 15px;
    }

    .banner-item-button ul li {
        width: 100%;
    }

    .banner-item-button ul li a {
        margin: 0 auto;
    }

    .banner-item-button ul li:nth-of-type(2) a {
        margin-top: 15px;
        margin-left: auto;
    }

    /*=== trusted area start ===*/

    .trusted-item ul li {
        width: 100%;
    }

    .trusted-item ul li:nth-of-type(2) {
        margin: 15px 0;
    }

    .trusted-item ul li span {
        border: none;
    }

    /*=== service area start ===*/

    .service-item ul li {
        width: 50%;
    }

    .service-item ul li span {
        font-size: 13px;
        left: 50px;
    }

    .service-item ul li:nth-of-type(1) span {
        left: 65px;
    }

    /*=== choose area start ===*/

    .choose-item ul li {
        width: 100%;
    }

    /*=== footer area start ===*/

    .footer-item ul {
        flex-direction: column;
    }

    .footer-item ul li:nth-of-type(1) {
        padding-right: 0px;
        margin-right: 0px;
        border-right: none;
        margin-bottom: 15px;
    }





}



@media screen and (min-width: 576px) and (max-width: 767px) {

    .banner-item-button ul li {
        width: auto;
    }

    .banner-item-button ul li a {
        margin: 0;
    }

    .banner-item-button ul li:nth-of-type(2) a {
        margin-top: 0;
        margin-left: 8px;
    }

    /*=== choose area start ===*/

    .choose-item ul li {
        width: 50%;
    }


}