@media screen and (min-width:992px) {
	.main_header .navbar-nav li a {
	    padding-inline: 0 !important;
	}
	.blog-content article p {
	    font-size: 18px;
	    line-height: 27px;
	}
}

@media screen and (min-width:1200px) {
	.main_header .navbar-nav li .subtoggle .fa {
		display: none;
	}
    .main_header .navbar-nav li:hover .mega-box {
        transition: max-height 0.3s ease-in, max-height 0.1s ease-out;
        top: 70px;
        opacity: 1;
        visibility: visible;
    }
}

@media screen and (max-width:1370px) and (min-width:1200px) {
  .mega-box .content {
    gap: 1.3rem;
    background: #ffffff;
    padding: 20px 20px 40px 20px;
  }
}

@media screen and (max-width:1200px) {
	.main_header .navbar-nav li .subtoggle .fa {
		float:right;
	}
	.main_header .navbar-nav li a:hover {
		border-bottom: 0px solid #212123;
	}
	.mega-box.visible {
		opacity: 1;
		visibility: visible;
		position:static;
	}
	
	
    .mega-box .content {
      box-shadow: none;
      flex-direction: column;
      padding: 0px 40px;
	}
	.row.f1 {
		width: 100% !important;
	}
	.mega-box .content .row {
		width: 100%;
	}
	.content .row .mega-links {
		border-left: 0px;
	}
	.content .row header {
		font-size: 22px !important;
		font-weight: 700;
		font-family: 'Saira Condensed';
	}
	.content .row .mega-links li a {
		font-size: 20px !important;
		padding: 2px 20px !important;
		border: 0;
		font-family: 'Saira Condensed' ! IMPORTANT;
		font-weight: 500;
	}
	.content .row .bg-right-box a {
		padding: 0px 0px !important;
		margin:10px 0;
		border:0;
		font-size:16px !important;
	}
    .main_header .navbar-nav .last_menu a {
        text-transform: capitalize !important;
    }
	
}

@media screen and (max-width:1200px) {
	.main_header {
	    position: fixed;
	}
	.main_header #navbarNav {
	    position: fixed ;
	    height: 95vh;
	    width: 100%;
	    top: 70px;
	    left: 0;
	    background-color: #fff;
	    line-height: 50px;
        overflow-y: auto;
        box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.18);
	}
	.main_header .navbar-nav li {
	    padding: 0px;
	}
	.main_header .navbar-nav li a {
	    text-transform: uppercase;
	    font-family: "Saira Condensed", sans-serif;
	    padding: 10px 30px 10px 30px !important;
	    border-bottom: 0px solid #595959;
	    border-top: 1px solid #595959;
	    font-size: 26px;
	    font-weight: 700;
	    display: block;
	    line-height: 1.731;
	}
	main.main-content {
	    padding-top: 70px;
	}
}

@media screen and (max-width:767.98px) {
	.logo img, .custom-logo {
	    max-width: 170px;
	}
	.mega-box .content {
		padding: 0px 0px;
	}
	.content .row header {
		padding: 5px 20px;
		background: #efefef;
	}
	.content .row .mega-links {
		margin-left: 20px;
	}
	.main_header .navbar-nav li:hover .mega-box {
		top: 130px;
	}
	 
}