.headerbx{
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e9eef1;
}
.header-dfin{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 1100px;
	height: 420px;
	background: #fff;
	margin: 20px;
}
.header-dfin .imgbx{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
	height: 100%; 
}
.header-dfin .imgbx img{
	position: relative;
	width: 500px;
}
.header-dfin .dfin-details{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
	height: 100%;
	box-sizing: border-box;
	padding: 40px;
}
.header-dfin .dfin-details::after{
    content: 'RCD&B';
    position: absolute;
    right: 20px;
    bottom: 20px;
    color: #0061AE;
    opacity: 0.1;
    font-size: 6em;
    font-weight: 700;
}
.header-dfin .dfin-details h2{
    margin: 0;
    padding: 0;
    font-size: 2.2em;
    line-height: 2.2em;
    color: #0061AE;
}
.header-dfin .dfin-details h3{
    margin: 0;
    padding: 0;
    font-size: 1.8em;
    line-height: 2.2em;
    color: #0061AE;
}
.header-dfin .dfin-details p{
   line-height: 1.8em;
   font-size: 15px;
}
@media (max-width: 1080px)
     {
      .header-dfin{
	margin: 0;
    }
    .header-dfin{
        width: 100% !important;
        height: auto;
    }
    .header-dfin{
        height: auto;
    }
    .header-dfin .imgbx{
        padding: 10px;
        box-sizing: border-box;
        align-items: center;
        width: 100% !important;
        height: auto; 
        text-align: center;
        overflow: hidden;
    }
    .header-dfin .imgbx img{
        left: initial;
        max-width: 100%;
        height: auto;
    }
    .header-dfin .dfin-details{
        width: 100% !important;
        height: auto;
        padding-top: 0;
        padding: 10px;
    }
}

@media screen and (max-width: 767px){
.l-banner {
    height: 100px  !important;
    }
.col_menu .col_menu_head {
    height: 50px !important;
    }
}

.col_menu .col_menu_head {
        background: #005296 url(https://ae01.alicdn.com/kf/U1c2b85cddfcd40f79b733eb3bdeff191I.jpg) no-repeat right bottom !important;
 }
.col_name_text {
    line-height: 30px !important;
    padding: 10px 20px !important;
}
