#toper {
	height: 50px;
	background: #203067;
}

#masthead {
	position:absolute;
	width: 100%;
	padding: 25px 0px 35px 0px;
}

#masthead .col_box {
	display: inline-block;
}

#masthead .brand {
	margin-right: 37px;
}

.brand img {
	width: 650px;
}

.brand .st1 {
	fill: #F05A41; 
}

.business .brand .st0 {
	fill: #fff; 
}

.candidate .brand .st0 {
	fill: #3750A0; 
}

#mega-menu-wrap-primary #mega-menu-primary {
    padding: 0px;
}

.to_form a.mega-menu-link {
	background: #F05A41!important;
    border-radius: 99px!important;
    padding: 17px 30px!important;
    height: auto!important;
    line-height: unset!important;
    margin-left: 15px!important;
}

.to_form a.mega-menu-link:hover {
	background: #fff!important;
	color: #F05A41!important
}

.switch .stroke_bt {
	padding: 0px;
	width: 220px;
	height: 46px;
}

.switch .checked {
	position: absolute;
	display: inline-block;
	background: #fff;
	width: 110px;
	height: 44px;
	margin-top: -45px;
	border-radius: 99px;
	transition: all 0.15s ease-in-out;
}

.business .switch .checked {
	background: #fff;
}

.candidate .switch .checked {
	background: #203067;
	margin-left: 100px;
	width: 120px;
}

.switch .switch_bt {
	position: relative;
    z-index: 9;
    font-weight: 500;
    color: #203067;
    display: inline-block;
	width: 105px;
    height: 44px;
    line-height: 44px;
	text-align: center;
	background: transparent;
    border: 0px;
}

.business .switch .business_bt {
	color: #203067;
}

.candidate .switch .business_bt {
	color: #203067;
}

.business .switch .candidate_bt {
	color: #fff;
}

.candidate .switch .candidate_bt {
	color: #fff;
}

.mob_switch {
	width: 100%;
	margin: 20px auto;
}

@media (max-width: 992px) {
	.brand {
		margin-right: 15px;
		width: 60%;
		padding-top: 7px;
		float: left;
	}
	
	.main-menu {
		width: 100%;
		margin-top: 20px;
	}
}

@media (max-width: 576px) {
	#masthead {
		background: #3750A0;
		border-bottom: solid 1px #5F70AB;
		position: fixed;
		z-index: 999;
		width: 100%;
	}
	
	.business #masthead {
		padding: 15px 0px 8px 0px;
	}
	
	.candidate #masthead {
		padding: 15px 0px 8px 0px;
	}

	.brand {
		width: 30%;
	}
}