/* (1366x768) WXGA Display */
@media screen and (max-width: 768px) {

    .banner-sub-strip h2 {
        font-size: 20px !important;
    }

    .banner-sub-strip p {
        font-size: 18px;
    }

    .banner-sub-strip h3 {
        font-size: 20px !important;
    }

    .banner-sub-strip h4  {
        font-size: 18px !important;
    }

    .hero__content.style-2 .title {
        font-size: 26px !important;
    }

    .blog__title {
        font-size: 22px;
        font-weight: 800;
        color: #000;
    }

    .blog__title + h4  {
        font-weight: 100;
        font-size: 20px;
    }

    .blog__item p {
        font-size: 14px;
    }

    .about-text {
        font-size: 16px;
        line-height: 26px;
    }

    section.brand.brand__pb.pos-rel.dark-bg.pt-120 {
        background: antiquewhite;
        padding-top: 80px !important;
        padding-bottom: 170px;
    }

    .process-img {
        border-radius: 16px;
        margin-top: 30px;
    }

    .process-text   {
        font-size: 16px;
        line-height: 26px;
    }

    .award-icon {
        max-width: 245px;
    }

    .awards-strip2 p {
        font-size: 16px;
        line-height: 26px;
    }

    .sub-label-box h4 {
        font-size: 14px;
        padding: 15px 9px;
        width: 140px;
    }

    .brand__area {
        padding: 0px 15px !important;
    }

    .sec-title--white .sec-title__title {
        color: var(--color-white);
        text-align: center;
    }



}



/* (320x480) iPhone (Original, 3G, 3GS) */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {




}

/* (320x480) Smartphone, Portrait */
@media only screen and (device-width: 320px) and (orientation: portrait) {

}

/* (320x480) Smartphone, Landscape */
@media only screen and (device-width: 480px) and (orientation: landscape) {

}

/* (480x800) Android */
@media only screen and (min-device-width: 480px) and (max-device-width: 800px) {
    /* insert styles here */
}

/* (640x960) iPhone 4 & 4S */
@media only screen and (min-device-width: 640px) and (max-device-width: 960px) {
    /* insert styles here */

}

/* (720x1280) Galaxy Nexus, WXGA */
@media only screen and (min-device-width: 768px) and (max-device-width: 1280px) {


}

/* (720x1280) Galaxy Nexus, Landscape */
@media only screen and (min-device-width: 720px) and (max-device-width: 1280px) and (orientation: landscape) {}

/* (1024x768) iPad 1 & 2, XGA */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    /* insert styles here */

}

/* (768x1024) iPad 1 & 2, Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {


}

/* (1024x768) iPad 1 & 2, Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    /* insert styles here */

   
}

/* (820x1080) iPad 1 & 2, Portrait */
@media only screen and (min-device-width: 820px) and (max-device-width: 1080px) and (orientation: portrait) {
  
}

/* (1080x820) iPad 1 & 2, Landscape */
@media only screen and (min-device-width: 820px) and (max-device-width: 1180px) and (orientation: landscape) {
    /* insert styles here */

  
}

.details-main-div h4.related-blog-title {
    margin-top: 0;
}

/* (1024x768) iPad 1 & 2, Landscape */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: landscape) {
    /* insert styles here */
}



/* (2048x1536) iPad 3 */
@media only screen and (min-device-width: 1536px) and (max-device-width: 2048px) {
    /* insert styles here */
}

/* (1280x720) Galaxy Note 2, WXGA */
@media only screen and (min-device-width: 720px) and (max-device-width: 1280px) {
    /* insert styles here */
}

/* (1366x768) WXGA Display */
@media screen and (max-width: 1366px) {

    /* insert styles here */
  
}

/* (1280x1024) SXGA Display */
@media screen and (max-width: 1280px) {

    /* insert styles here */

}

@media screen and (max-width: 1400px) {

  


}

/* (1440x900) WXGA+ Display */
@media screen and (max-width: 1440px) {}

/* (1680x1050) WSXGA+ Display */
@media screen and (max-width: 1680px) {

    /* insert styles here */

}

/* (1920x1080) Full HD Display */
@media screen and (max-width: 1920px) {
    /* insert styles here */
}

/* (1600x900) HD+ Display */
@media screen and (max-width: 1600px) {
    /* insert styles here */
}


