/******************************
responsive area
********************************/
/************
1. 1600px
************/

@media only screen and (max-width: 1600px) {}

/************
2. 1440px
************/

@media only screen and (max-width: 1440px) {}

/************
3. 1380px
************/

@media only screen and (max-width: 1380px) {}

/************
3. 1280px
************/

@media only screen and (max-width: 1280px) {}

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 768px) and (max-width: 991px) {}

@media (min-width: 480px) and (max-width: 767px) {}

@media (max-width: 479px) {

    .mobBack {
        background-color: #fff !important;
        padding-right: 1rem !important;
        padding-left: 1rem !important;
        box-shadow: 0 0px 0px rgba(0, 0, 0, 0.4);
    }

    .weblogoMob img {
        width: 70px;
        height: auto;
    }

    .navbar .navbar-nav .nav-link {
        color: #3368c6;
    }

    .navbar {
        padding-top: 0rem;
        padding-bottom: 0rem;
        border-radius: 10px;
    }

    .navbar .navbar-nav {
        border-top: 0px solid #EEEEEE;
        margin-top: 20px !important;
    }

    .navbar .navbar-nav .nav-link {
        padding-left: 10px;
        font-size: 14px;
    }

    .navbar-nav .dropdown-menu {
        border-radius: 10px;
    }

    .dropdown-item {
        color: #3368c6;
    }

    .carousel-text h1 {
        font-size: 22px;
    }

    #header-carousel .carousel-item img {
        position: inherit;
        ;
    }

    .header-carousel {
        height: 100%;
    }

    .carousel-control-prev,
    .carousel-control-next {
        display: none;
    }

    .about_img {
        width: 100%;
        height: 150px;
    }

    .yearsexp {
        font-size: 14px !important;
    }

    .product-item .pi-pic .propicothr {
        width: 100%;
        height: auto;
    }

    .product-details {
        padding-top: 0px;
    }

    .page-header .pager_bannerimg {
        height: 200px;
    }

    .page-header .banner_text h1 {
        font-size: 20px;
    }

    .page-header .breadcrumb-item,
    .page-header .breadcrumb-item a {
        font-size: 15px;
    }

    .navbar .navbar-nav .nav-link.active {
        color: #e7af1e;
        margin: 5px 0 5px 0;
    }

    .page_title {
        font-size: 22px;
    }

    .wappfld {
        text-align: center;
    }

    .MobMar11 {
        margin-top: 15px;
    }

    .testimonial-item h5 {
        font-size: 16px;
    }

    .testimonial-item span {
        font-size: 15px;
    }

    .resText22 {
        font-size: 25px;
        padding-bottom: 10px;
    }

    .lastnav {
        margin-bottom: 1rem;
    }

    .carousel-text p {
        font-size: 17px;
        line-height: 30px;
    }

    .about-fact {
        margin: 0 auto;
    }

    .carousel-text {
        width: 100%;
        text-align: center;
    }

    .category-menu {
        width: 100%;
    }

    .dropdown-menu {
        border: 1px solid rgba(231, 175, 30, 0.8);
        box-shadow: none;
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }

}