@media screen and (max-width: 575px) {
    header .row > div:first-child > a,
    header .row > div:last-child > a {
        display: none;
    }
    .delivery_sec .col-12:not(:last-child),
    footer .col-12:not(:last-child) {
        margin-bottom: 32px;
    }
    .gallery_sec #gallery-1 > .gallery-item {
        width: 100%;
    }
    .gallery_sec #gallery-1 > dl:nth-child(3) {
        height: 280px;
    }
    .feature_sec div.col-6:nth-child(even) {
        border: none;
    }
    .common_sec img {
        margin-bottom: 24px;
    }
    .gen_card > div > div:last-child {
        max-width: unset;
    }
    .product_content_sec > div.d-flex {
        flex-wrap: wrap;
    }
    .product_content_sec > div > img {
        width: 100%;
    }
    .product_content_sec > div > img:last-child {
        margin-top: 24px;
    }
    .common_sec div.text-center {
        margin-bottom: 24px;
    }
    .nav_sec {
        position: relative;
    }
}
@media screen and (min-width: 992px) {
    .ubermenu-nav {
        display: flex !important;
        justify-content: space-between;
    }
    ul.ubermenu-nav > li > ul > li:not(:last-child)::before {
        content: "";
        height: 100%;
        width: 2px;
        background: #e5b80b;
        position: absolute;
        top: 0;
    }
}
@media screen and (max-width: 992px) {
	.mob_tel {
		display: block;
	}
}