#footer{
	background-color: #072a42;
}
#footer .footer-copyright {
    background: #072a42;
    color:#fff;
}
#footer .footer-copyright p {
	color:#fff;
}
.overlaptext {
	display: block;
    height: 50px;
    width: 75px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    background: #072a42;
    border-style: solid;
    border-width: 2px;
    border-color: #fcb456;
    text-align: right;
    position: absolute;
    font-size: medium;
    padding-top: 11px;
    color: #fcb456;
}
.new_alert {
    margin-left: 10px;
    background: #fcbf66;
    color: #000;
    padding: 5px;
    border-radius: 10px;
    font-weight: bold;
}
.flexbox{
    display: flex;
}
.mobilebreak{
    display: none;
}
@media (max-width: 600px){
    .mobilebreak{
        display: unset;
    }
}
@media (max-width: 600px){
    .flexbox{
        display: block!important;
    }
}
@media (max-width: 991px) {
	#header .header-nav-main:before {
	    background: #956cac;
	}
	#header .header-nav-main nav > ul li {
    	border-bottom: 1px solid #fcb456;
	}
	#header .header-nav-main nav > ul li a:not(.btn) {
		color: #fcb456;
	}
}
@media (min-width :1500px){
    .imgtop{
        margin-top: -130px !important;
    }
}