.header_section,.h_mb_section{
	position: fixed;
	top: 0;
	width: 100%;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.h_mb_section {
	display: none !important;
}
.et_pb_menu__wrap {
    width: 100% !important;
}
nav.et-menu-nav {
    width: 100% !important;
}
.et_pb_menu__menu {
    width: 100% !important;
}
.et_pb_menu_inner_container.clearfix {
    width: 100% !important;
}
.et-menu li li.menu-item-has-children>a:first-child:after {
    top: 0;
    transform: rotate(-90deg);
    right: 0;
}


.header_section::before {
    content: "";
    position: absolute;
    background: #59b6dc;
    width: 100%;
    height: 50px;
    bottom: 0;
    left: 0;
	    border-bottom: 1px solid #ffffff69;
}
/* .header_section::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 53px;
    bottom: 0;
    left: 0;
    border-top: 1px dashed #000;
} */
.header_col_one {
    position: absolute;
    padding-right: 90px;
}
.header_row {
    display: flex;
}
.header_col_two {
    margin: auto;
}
.header_img {
    padding: 20px 10px;
    background: #fff;
    box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.11);
    border-radius: 12px;
}
.header_img img {
    height: 90px;
    width: 100%;
    object-fit: contain;
}

.h_cnt_col_box {
    justify-content: initial !important;
}
.h_cnt_lt_a {
    font-size: 24px;
    color: #dc2415;
    transition: 1s;
    padding: 0 20px 0 0;
}
.h_cnt_lt_a:hover {
    color: #bcd800;
}
.h_cnt_rt {
    margin: auto 0 auto auto;
}
.h_cnt_rt_ul.df {
    padding: 0 !important;
    list-style: none !important;
}
.h_cnt_rt_li {
    padding: 0 0 0 30px;
}
.h_cnt_rt_a {
    font-size: 16px;
    display: flex;
    align-items: center;
    color: #de3325;
    font-weight: 400;
    transition: 1s;
}
.h_cnt_rt_a:hover {
    color: #bcd800;
}
.h_cnt_icon {
    width: 30px;
    height: 30px;
    font-size: 18px;
    border: 1px solid #de3325;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}
.h_cnt_text {
    padding: 0 0 0 10px;
}
.h_cnt_col {
	width: 100%;
    padding: 14px 0 16px;
}
.header_menu ul {
    margin: 0 !important;
}
.header_menu ul li {
    padding: 18px 35px !important;
    margin: 0 !important;
    transition: 0s !important;
}
.header_menu ul li a {
    font-size: 16px;
    padding: 0 0 0 0 !important;
    font-weight: 400;
    color: #fff;
    opacity: 1 !important;
    transition: 1s;
}
.header_menu ul li.menu-item-has-children a{
	padding: 0 15px 0 0 !important;
}
.header_menu ul li a:hover{
	color: #dc2415 !important;
}
.header_menu ul li ul {
    border-color: #fff;
    padding: 0 !important;
    visibility: hidden !important;
    transition: 0s !important;
}
.header_menu ul li ul li {
	padding: 7px 5px !important;
    border-bottom: 1px solid #fff;
    width: 100% !important;
    background: #59b6dc !important;
}
.header_menu ul li ul li a {
    width: 100% !important;
    padding: 0 !important;
    background: #fff0 !important;
}
.header_menu ul li:first-child {
    padding-left: 0 !important;
}
.header_col_two {
    display: flex;
    flex-wrap: wrap;
}
.header_menu {
    width: 80%;
}
.header_btn_col {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: end;
}
.header_menu ul li:hover ul {
    visibility: visible !important;
    transition: 1s !important;
}
.header_menu ul li ul li:first-child{
	padding-left: 5px !important;
}



@media all and (min-width: 320px) and (max-width: 980px) {
    .h_cnt_rt_li {
	    padding: 0 0px 0 10px;
	}
	.h_cnt_rt {
	    margin: auto 40px auto auto;
	}
	.h_mb_row {
	    padding: 10px !important;
	    display: flex;
	    align-items: center;
	}
	.h_mb_img img {
	    height: 60px;
	    width: 100%;
	    object-fit: contain;
	    object-position: left;
	}
}
@media all and (min-width: 320px) and (max-width: 767px) {
	.h_cnt_rt_li {
	    padding: 0 0px 0 5px;
	}
	.h_cnt_rt {
	    margin: auto 35px auto auto;
	}
}

@media all and (min-width: 320px) and (max-width: 980px) {
	.header_section {
		display: none !important;
	}	
	.h_mb_section{
		display: block !important;
	}
}

@media all and (min-width: 981px) and (max-width: 1024px) {
  	.header_menu ul li {
	    padding: 18px 13px !important;
	}
	.header_col_one {
	    padding-right: 50px;
	}
	.header_menu ul li a {
	    font-size: 14px;
	}
}
@media all and (min-width: 1025px) and (max-width: 1140px) {
   	.header_menu ul li {
	    padding: 18px 15px !important;
	}
	.header_col_one {
	    padding-right: 50px;
	}
	.header_menu ul li a {
	    font-size: 15px;
	}
}
@media all and (min-width: 1141px) and (max-width: 1280px) {
  	.header_menu ul li {
	    padding: 18px 17px !important;
	}
	.header_col_one {
	    padding-right: 50px;
	}
	.header_menu ul li a {
	    font-size: 15px;
	}
}
@media all and (min-width: 1281px) and (max-width: 1440px) {
 	.header_menu ul li {
	    padding: 18px 26px !important;
	}
	.header_col_one {
	    padding-right: 70px;
	}

}
@media all and (min-width: 1441px) and (max-width: 1680px) {
	.header_menu ul li {
	    padding: 18px 30px !important;
	}
}
@media all and (min-width: 1681px) and (max-width: 1880px) {

}
