﻿@media screen and (max-width:768px){
    .ProductWrapper{
        display:block;
    }
    .ProductSection{
        width:90%;
        margin:0px auto 5%;
    }
    .w3l-footer-66 .footer-top-28{
        grid-gap:0px;
        text-align:center;
    }
    .ProductWrap .will-fadeIn{
        height:auto;
    }
    .AC-product-Image{
        position:relative;
        top:auto;
        left:auto;
        margin:0px auto;
        transform:none;
    }
    .Wrapper{
        flex-direction:column;
    }
        .Wrapper:nth-child(even) {
            flex-direction: column-reverse;
        }
    .w3l-contact-main .contact-map .cont-details{
        width:90%;
        margin:0px auto;
    }
    .Wrapper{
        width:90%;
        margin:0px auto;
    }
    .HeaderSet {
        margin-top: 105px;
    }
    .w3l-header-nav .navbar-light a.navbar-brand{
        width:150px;
    }
}
@media screen and (max-width:500px){
    /*Home Page Responsive css Start*/
    body{
        display:block;
        position:relative;
        overflow-x:hidden;
    }
    .w3l-main-slider .container{
        position:relative;
    }
    .w3l-main-slider .banner-info-bg {
        max-width: 700px;
        position: absolute;
        top: 65%;
        left: 50%;
        -webkit-transform: translate(-50%,-35%);
        -o-transform: translate(-50%,-35%);
        -moz-transform: translate(-50%,-35%);
        -ms-transform: translate(-50%,-35%);
        transform: translate(-50%,-35%);
        width: 90%;
    }
    .w3l-main-slider .banner-info-bg h6 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .w3l-main-slider .banner-info-bg h5 {
        font-size: 26px;
        line-height: 40px;
    }
    .ServiceSec .d-grid{
        display:block;
        text-align:center;
    }
    .ServiceSec .features-top-left_sur{
        margin-bottom:8%;
    }
    .w3l-content-6.ServiceSec .features-top-left_sur span {
        margin-bottom: 0%;
    }
    .footer-column-2{
        display:block;
    }
    /*About Page Responsive css Start*/
    .w3l-satisfied-main .stats_left p {
        font-size: 15px;
        margin-bottom:0px;
        line-height:18px;
    }
    .w3l-satisfied-main .stats_left h3{
        font-size:15px;
    }
    .MissionVisionDetails{
        flex-direction:column;
    }
    .triangle-down{
        margin:0px auto;
    }
    .square{
        margin:0px auto;
        margin-top:100px;
    }
    .Down-shadow {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
   /* Products Page Responsive css Start*/
    .ProductWrap .heading-primary-main {
        font-size: 30px;
        letter-spacing: 20px;
    }
}
@media screen and (max-width:420px){
    .ProductWrap .heading-primary-main{
        font-size:20px;
        letter-spacing:10px;
    }
    .ProductWrap .heading-primary-sub {
        font-size: 12px;
        letter-spacing: 10.9px;
    }
}
@media screen and (max-width:380px){
    .w3l-main-slider .banner-info-bg h6 {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .w3l-main-slider .banner-info-bg h5 {
        font-size: 20px;
        line-height: 25px;
    }
    .w3l-main-slider a.btn {
        height: 40px;
        line-height: 36px;
        padding: 0px 20px;
        font-size: 14px;
    }
}