@media (min-width: 1600px) {}

@media (min-width: 1200px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 75%;
	}
}

@media (max-width: 1199px) {}

@media (max-width: 991px) {
	.fn_img, .fn_img img {
		height: inherit;
		max-height: inherit;
		min-height: inherit;
	}
    .custom-navbar {
        display: none;
        width: 100%;
        position: fixed;
        top: 135px;
        left: 0;
        right: 0;
        bottom: 0;
        overflow-y: auto;
        background: #000;
        z-index: 555;
    }

    .custom-navbar.active {
        display: block;
    }

    .custom-menu {
        flex-direction: column;
        gap: 0;
        background: #000;
    }

    .custom-menu li {
        padding: 10px 0;
        border-top: 1px solid #333;
        text-align: center;
    }

    .nav-wrapper {
        align-items: center;
    }

    .menu-toggle {
        display: flex;
    }
}

@media (max-width: 767px) {
    
}

@media (max-width: 575px) {
	
	.banner-slider .banner_slide img {
    width: 100%;
    height: 60%;
    object-fit: cover;
    object-position: center;
    display: block;
}
    .logo img {
        max-width: 170px;
        height: auto;
    }
    .custom-header {
        padding: 15px 0;
    }
    .custom-navbar {
        top: 60px;
    }
    .gap {
        padding: 30px 0;
    }
    h1, .page_contact h1, .post_single h1 {
        padding-top: 0;
        font-size: 30px;
        margin-bottom: 20px;
    }
    .page_form {
        padding: 20px 15px;
    }
    .footer {
        padding: 30px 0;
    }
    .catcard {
        margin-bottom: 10px;
    }
    .catcard-title {
        font-size: 17px;
    }
    .catcard .catcard-img-top, .fn_img {
        margin-bottom: 10px;
    }
    .custom-menu li .sub-menu {
        position: static;
        width: 100%;
        transform: translateX(0);
        margin-top: 10px;
    }
    .custom-menu li .sub-menu li {
        padding: 5px 0;
    }
}

@media (max-width: 420px) {
	.banner-slider .banner_slide img {
    width: 100%;
    height: 60%;
    object-fit: cover;
    object-position: center;
    display: block;
}
    
}