@media (min-width: 1400px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
	    max-width: 1400px;
	}
}
@media (min-width: 1600px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
	    /* max-width: 1400px; */
		width: calc(100vw - 18rem);
    	max-width: min(2000px ,100%);
	}
}
@media (max-width:1400px) {
	.brnfoxy_navlst .menu-main-menu-container>ul>li>a {
		padding: 20px 14px;
	}
	.bnr_cntr_dual .dual_bnr_thnmb:nth-child(2) {
		display: none;
	}
	.bnr_cntr_dual .dual_bnr_thnmb:nth-child(1) .bnr_thrdpst:first-child {
		display: none;
	}
	.brnfoxy_inrsecn > .container > .row > .col-md-3 {
		width: 30%;
	}
	.brnfoxy_inrsecn .col-md-9 {
		width: 70%;
	}
	.brnfoxy_inrsecn .col-md-9 .row.g-3 .col-md-6 + .col-md-3{
		display: none;
	}
	.brnfoxy_inrsecn .col-md-9 .row.g-3 .col-md-6 {
		width: 65%;
	}
	.brnfoxy_inrsecn .col-md-9 .row.g-3 .col-md-6 + .col-md-3 + .col-md-3 {
		width: 35%;
	}
	.snglcet_wrp_inr .col-md-3:nth-child(+n+5) {
		width: 33.33%;
	}
	.snglcet_wrp_inr .col-md-4:nth-child(+n+4) {
		width: 50%;
	}
	.cteg_side_bx ul li a {
		width: 80% !important;
	}
	.singlctvw .bnr_ovrly_prpost h2 {
		font-size: 14px;
	}
}

@media (max-width:1200px) {
	.bnrfoxy_logo {
		max-width: 120px;
	}
	.brnfoxy_navlst .menu-main-menu-container>ul>li>a {
		padding: 12px 11px;
		font-size: 14px;
	}
	.fixed-header .brnfoxy_navlst .menu-main-menu-container>ul>li>a {
		padding: 13px 11px;
	}
	.bnrfoxy_logo:before {
		right: -45px;
	}
}

@media (max-width:1199px) {
	.brnfoxy_inrsecn .col-md-9 .row.g-3 .col-md-6 + .col-md-3 + .col-md-3 {
		display: none;
	}
	.brnfoxy_inrsecn .col-md-9 .row.g-3 .col-md-6 {
		width: 100%;
	}
	.brnfoxy_inrsecn .col-md-9 {
		width: 55%;
	}
	.brnfoxy_inrsecn > .container > .row > .col-md-3 {
		width: 45%;
	}
	.crd_pst_cntnt h2 {
		font-size: 16px;
		color: #fff;
	}
	.singlctvw .bnr_ovrly_prpost h2 {
		font-size: 13px;
	}
	.categ_latestpst {
		position: relative;
		padding-top: 56px;
	}
	div#page.site {
		position: relative;
	}
	.bredcrumb_wr {
		position: absolute;
		top: 0;
		width: 100%;
	}
	.categ_latestpst .col-md-3 {
		width: 50%;
	}
	.ctg_ltspst_tp img {
		width: 100%;
	}
	.bnr_thrdpst {
		margin-bottom: 0px;
	}
	.bredcrumb_wr.singlbrdcrmb{
		position: unset;
	}
	.categ_latestpst.singlctvw {
		display: none;
	}
	.sngl_pstwrp .row > .col-md-9, .sngl_pstwrp .row > .col-md-3 {
		width: 100%;
	}
	.sngl_pstwrp {
		padding-top: 50px;
	}
	.sdbnrvert img {
		width: 100%;
	}
	
}

@media (max-width:992px) {
	.menu-icon{
		display: block;
	}
	.brnfoxy_navlst {
		position: fixed;
		top: 0px;
		right: -300px; /* Initially hidden */
		width: 250px;
		height: 100%;
		background-color: #141414;
		color: #fff;
		z-index: 99999;
		transition: 0.4s;
	}
	.brnfoxy_navlst .menu-main-menu-container>ul {
		display: block;
	}
	.brnfoxy_navlst .menu-main-menu-container>ul>li {
		display: block;
		text-align: left;
	}
	.brnfoxy_navlst .menu-main-menu-container {
		padding-top: 60px;
	}
	.brnfoxy_navlst .menu-main-menu-container>ul>li>a, .fixed-header .brnfoxy_navlst .menu-main-menu-container>ul>li>a {
		padding: 12px 11px 12px 29px;
		font-size: 15px;
	}
	.fixed-header {
		position: unset !important;
		animation: none;
	}
	body {
		padding-top: 0px !important;
	}
	.brnfoxy_navinnr {
		position: relative;
	}
	.container, .container-fluid {
		width: 100%;
		max-width: 100%;
	}
	span.weareons_brd {
		display: none;
	}
	.categ_pstwrp .row > .col-md-9, .categ_pstwrp .row > .col-md-3 {
		width: 100%;
	}
	.sdbnrvert img{
		width: 100%;
	}
	.categbody_pg {
		padding-bottom: 30px;
	}

}

@media (max-width:800px) {
	.brnfoxy_outr .row.g-3 > .col-md-5 {
		width: 56%;
	}
	.brnfoxy_outr .col-md-4 {
		width: 44%;
	}
	.brnfoxy_outr .col-md-3 {
		display: none;
	}
	.snglcet_wrp_inr .col-md-3:nth-child(-n+4) {
		width: 50%;
	}
	.snglcet_wrp_inr .col-md-3:nth-child(+n+5) {
		width: 50%;
	}
	.card_4pst .col-md-3 {
		width: 50%;
	}
	.crd_pst_cntnt h2 {
		font-size: 22px;
		color: #fff;
	}
	.snglcet_wrp_inr .col-md-4:nth-child(-n+3) {
		width: 100%;
	}
	.snglcet_bx img {
		width: 100%;
	}
	.snglcet_wrp_inr .col-md-4:nth-child(+n+4) {
		width: 100%;
	}
	.boot_topwrps .col-md-3 {
		width: 100%;
	}
	.boot_topwrps .col-md-9 {
		width: 100%;
	}
	.brnfxy_cteg_foo {
		text-align: left;
	}
	.foot_navtp {
		padding-top: 26px;
	}
	.brnfxy_cteg_foo ul li {
		display: inline-block;
		list-style: none;
		margin: 0px 40px 8px 0px;
	}
	.footer_innrwrp .boot_topwrps + .container .row .col-md-3, .footer_innrwrp .boot_topwrps + .container .row .col-md-2, .footer_innrwrp .boot_topwrps + .container .row .col-md-4 {
		width: 50%;
	}
	.footer_innrwrp .boot_topwrps + .container .row>div:nth-child(1), .footer_innrwrp .boot_topwrps + .container .row>div:nth-child(2) {
		padding-bottom: 50px;
		border-bottom: 1px solid #ccc;
		margin-bottom: 0px;
	}
	.footer_innrwrp .boot_topwrps + .container .row>div:nth-child(2), .footer_innrwrp .boot_topwrps + .container .row>div:nth-child(4) {
		border-left: 1px solid #ccc;
		padding-left: 36px;
	}
	.footer_innrwrp .boot_topwrps + .container .row>div:nth-child(3), .footer_innrwrp .boot_topwrps + .container .row>div:nth-child(4) {
		padding-top: 50px;
	}
}

@media (max-width:767px) {
	.bredcrumb_wr .col-md-4 {
		display: none;
	}
	.categbody_pg .col-md-4 {
		width: 50%;
	}
	.brnfoxy_navcateg .col-4 {
		display: none;
	}
}

@media (max-width:700px) {
	.brnfoxy_outr .col-md-4 {
		width: 100%;
	}
	.brnfoxy_outr .row.g-3 > .col-md-5 {
		width: 100%;
	}
	.bnr_cntr_dual .dual_bnr_thnmb:nth-child(2) {
		display: flex;
	}
	.bnr_cntr_dual .dual_bnr_thnmb:nth-child(1) .bnr_thrdpst:first-child {
		display: block;
	}
	.brnfoxy_outr .col-md-3 {
		display: block;
	}
	.brnfoxy_inrsecn > .container > .row > .col-md-3 {
		width: 100%;
		margin-bottom: 30px;
	}
	.brnfoxy_inrsecn .col-md-9 {
		width: 100%;
	}
	.sntr_pst_img img {
		width: 100%;
	}
	.brnfoxy_inrsecn .col-md-9 .row.g-3 .col-md-6 + .col-md-3 {
		display: block;
	}
	.sml_postthmb {
		display: flex;
		gap: 18px;
	}
	.sml_postthmb .bxsmlpsthmb {
		flex: 1;
	}
	.snglcet_wrp_inr .col-md-3:nth-child(+n+5) {
		width: 100%;
	}
	.pgsidebr {
		padding-top: 50px;
	}
	.brnfoxy_inrsecn .col-md-9 .row.g-3 .col-md-6 + .col-md-3 + .col-md-3 {
		display: block;
		width: 100%;
	}
	.brnfoxy_navcateg .col-8 {
		width: 100%;
	}
	.brnfoxy_navcateg .col-4{
		display: none;
	}
	
}

@media (max-width:500px) {
	.dual_bnr_thnmb {
		display: flex;
	}
	.bnr_thrdpst {
		margin-bottom: 3px;
	}
	.bnr_cntr_dual .pstmeta_bnr {
    display: none;
}
	.bnr_cntr_dual h2 {
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box!important;
    -webkit-box-orient: vertical;
}
	.bnr_cntr_dual .dual_bnr_thnmb:nth-child(2) {
		display: flex;
	}
	.brnfoxy_outr .col-md-3 {
		margin-top: 13px;
	}
	.card_4pst .col-md-3 {
		width: 100%;
	}
	.crd_pst_img img {
		width: 100%;
	}
	.footer_innrwrp .boot_topwrps + .container .row .col-md-3, .footer_innrwrp .boot_topwrps + .container .row .col-md-2, .footer_innrwrp .boot_topwrps + .container .row .col-md-4 {
		width: 100%;
	}
	.footer_innrwrp .boot_topwrps + .container .row>div:nth-child(2), .footer_innrwrp .boot_topwrps + .container .row>div:nth-child(4) {
		border-left: none;
		padding-top: 50px;
		padding-left: calc(var(--bs-gutter-x) * .5);
	}
	.foonv {
		padding-left: 0px;
	}
	.categ_latestpst .bnr_ovrly_prpost h2 {
		font-size: 15px;
	}
	.categ_latestpst .bnr_thrdpst {
		margin-bottom: 0px;
	}
	.categ_latestpst .col-md-3 {
		width: 100%;
	}
}

@media (max-width:450px) {
	.snglcet_wrp_inr .col-md-3:nth-child(-n+4) {
		width: 100%;
	}
	.categbody_pg .col-md-4 {
		width: 100%;
	}
	.categbody_pg .col-md-4:nth-child(1), .categbody_pg .col-md-4:nth-child(2) {
		flex: 0 0 auto;
		width: 100%;
	}
}