@media (min-width: 320px) and (max-width: 575px) {
    .container {
        width: 100%;
    }


    /* ================
        main manu start
    ===================== */
    #main_manu {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        width: 100%;
    }
    #main_manu .logo {
        height: 70px;
        width: 102px;
    }
    #main_manu .brand {
        color: rgb(37, 168, 102);
        font-family: dm_bd;
        font-size: 18px;
        text-shadow: 1px 0px 2px #FFFFFF;
    }
    #main_manu .brand span {
        font-size: 23px;
        line-height: 23px;
    }
    #main_manu .navbar-toggler {
        height: 30px;
        width: 35px;
        padding: 0;
    }
    .navbar-toggler-icon {
        font-size: 14px;
    }

    #main_manu .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        position: absolute;
        top: 86px;
        left: 0;
        width: 100%;
        z-index: 11;
    }

    #main_manu ul {
        margin: 0;
        margin-right: 0 !important;
        background-color: rgb(37, 168, 102);
        padding-bottom: 20px;
        padding-top: 20px;
    }

    #main_manu ul li {
        text-align: center;
        padding: 10px 0;
        position: relative;
    }


    #main_manu li .active {
        color: #000000;
    }

    #main_manu ul li::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        height: 2px;
        width: 70%;
        background-color: #080808;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }

    #main_manu ul li:hover {
        background-color: #EC1A25;
    }

    #main_manu ul li a {
        color: rgb(36, 3, 3);
        font-weight: 500;
    }

    #main_manu ul li a:hover {
        color: #FFFFFF;
    }

    /* ================
        main manu end
    ===================== */

    /* ====================
          bannar start
    ======================= */
    #bannar{
        display: none;
    }
    #mobilebnr {
        padding-bottom: 60px;
        background-position: center;
        display: block;
        background-size: cover;
        display: block;
    }

    #mobilebnr .text {
        padding: 200px 0 0 0;
    }

    #mobilebnr .text h1 {
        font-size: 25px;
        margin-bottom: 40px;
    }

    #mobilebnr .text p {
        font-size: 17px;
    }

    /* ====================
          bannar end
    ======================= */

    /* ====================
          map start
    ======================= */
    #map .location {
        width: 100%;
    }

    #map .location iframe {
        width: 100%;
        height: 100%;
    }

    #map {
        padding: 20px;
        height: 400px;
    }

    #map h4 {
        font-size: 20px;
    }

    #map span a {
        font-size: 14px;
    }

    #map p {
        color: #292929;
        font-size: 14px;
    }

    /* ====================
          map end
    ======================= */
    /* ====================
          footer satrt
    ======================= */
    #footer {
        background-color: #2F2F93;
        padding: 60px 0;
    }
    #footer .icons {
        justify-content: space-around;
        margin-bottom: 10px;
    }

    #footer .icons a {
        font-size: 25px;
    }

    #footer .links {
        display: none;
    }

    #footer .whatsapp img {
        width: 45px;
        height: 45px;
    }
    #footer .copyrights p {
        font-size: 14px;
        font-family: dm_rg;
    }

    /* ====================
          footer end
    ======================= */

    /* ====================
          product start
    ======================= */
    #headline {
        margin-top: 150px;
    }

    #product {
        padding-top: 60px;
    }

    #product .listing {
        margin-bottom: 20px;
    }

    #product .item {
        height: 270px;
        margin: 0 auto 75px;
        background-color: rgb(255, 255, 255);
        width: 270px;
        padding: 0;
        box-shadow: -5px -5px 7px 2px rgba(118, 118, 118, 0.459);
    }

    /* ====================
          product end
    ======================= */

    #headline {
        padding: 0;
    }

    #contacts h3 {
        font-family: dm_bd;
        font-size: 32px;
        line-height: 51px;
        color: #262626;
        margin-bottom: 30px;
    }

}

@media (min-width: 576px) and (max-width: 767px) {
    .container {
        width: 100%;
    }

    /* ================
        main manu start
    ===================== */
    #main_manu {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        width: 100%;
    }

    #main_manu .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        position: absolute;
        top: 96px;
        left: 0;
        width: 100%;
        z-index: 11;
    }

    #main_manu ul {
        margin: 0;
        margin-right: 0 !important;
        background-color: rgb(37, 168, 102);
        padding-bottom: 20px;
        padding-top: 20px;
    }

    #main_manu ul li {
        text-align: center;
        padding: 10px 0;
        position: relative;
    }

    #main_manu li .active {
        color: #000000;
    }

    #main_manu ul li::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        height: 2px;
        width: 70%;
        background-color: #080808;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }

    #main_manu ul li:hover {
        background-color: #EC1A25;
    }

    #main_manu ul li a {
        color: rgb(36, 3, 3);
        font-weight: 500;
    }

    #main_manu ul li a:hover {
        color: #FFFFFF;
    }

    /* ================
        main manu end
    ===================== */

    /* ================
        bannar start
    ===================== */
    #bannar {
        padding-bottom: 60px;
    }

    #bannar .text p {
        font-size: 20px;
        line-height: 25px;
    }

    #bannar .text h1 {
        font-size: 30px;
        margin: 60px 0 45px;
    }

    /* ================
        bannar end
    ===================== */

    /* ================
        map start
    ===================== */

    #map .location {
        width: 100%;
    }

    #map .location iframe {
        width: 100%;
        height: 100%;
    }

    #map {
        padding: 20px;
        height: 500px;
    }

    /* ================
        map end
    ===================== */

    /* ================
        footer start
    ===================== */
    #footer .icons {
        justify-content: center;
    }

    #footer .icons a {
        padding: 0 20px;
    }

    #footer .links {
        width: 100%;
        margin: 0;
        padding: 40px 0;
    }

    #footer .links a {
        font-size: 15px;
    }
    /* ================
        footer end
    ===================== */

    /* ================
        headline start
    ===================== */
    #headline {
        padding: 30px 0;
        margin-top: 90px;
    }
    /* ================
        headline end
    ===================== */

    #product .item {
        height: 250px;
        width: 250px;
    }
    #product .listing{
        margin-bottom: 30px;
    }
    #product .listing .list{
        width: 80%;
    }
    #product .item .hover_box p {
        font-size: 16px;
    }
    #product .item .hover_box h3 {
        font-size: 22px;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .container {
        width: 100%;
    }


    /* ================
        main manu start
    ===================== */
    #main_manu {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        width: 100%;
    }

    #main_manu .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        position: absolute;
        top: 96px;
        right: 0;
        width: 50%;
        z-index: 11;
    }

    #main_manu ul {
        margin: 0;
        margin-right: 0 !important;
        background-color: rgb(37, 168, 102);
        padding-bottom: 20px;
        padding-top: 20px;
    }

    #main_manu ul li {
        text-align: center;
        padding: 10px 0;
        position: relative;
    }

    #main_manu li .active {
        color: #000000;
    }

    #main_manu ul li::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        height: 2px;
        width: 70%;
        background-color: #080808;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }

    #main_manu ul li:hover {
        background-color: #EC1A25;
    }

    #main_manu ul li a {
        color: rgb(36, 3, 3);
        font-weight: 500;
    }

    #main_manu ul li a:hover {
        color: #FFFFFF;
    }

    /* ================
        main manu end
    ===================== */
    #bannar .text h1 {
        font-size: 40px;
        margin: 50px 0;
    }
    #bannar .text p {
        font-size: 22px;
        line-height: 30px;
    }

     /* ================
        footer start
    ===================== */
    #footer .icons {
        justify-content: center;
    }

    #footer .icons a {
        padding: 0 30px;
    }

    #footer .links {
        width: 100%;
        margin: 0;
        padding: 40px 0;
    }

    #footer .links a {
        font-size: 18px;
    }
    /* ================
        footer end
    ===================== */

    #headline {
        padding: 20px 0;
        margin-top: 106px;
    }

    #product .listing{
        margin-bottom: 30px;
    }
    #product .listing .list{
        width: 80%;
    }
}

@media (min-width: 992px) and (max-width: 1199px){
    .container{
        width: 100%;
    }
    #bannar .text h1 {
        font-family: dm_bd;
        font-size: 42px;
        color: #FFFFFF;
        z-index: 99;
        display: block;
        margin-bottom: 50px;
    }
    #map {
        padding: 70px 45px;
    }

    #product .item {
        height: 230px;
        width: 230px;
    }
    #product .item .hover_box h3 {
        font-size: 20px;
        line-height: 20px;
    }
    #product .item .hover_box p {
        font-size: 16px;
    }
}