.header_section,.header_mob_section{
	position: fixed;
	top: 0;
	width: 100%;
	/* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
	background: #fff !important;
}
.header_section_fixed.header_section,.header_section_fixed.header_mob_section  {
    background: #fff !important;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.header_row {
    padding: 0 !important;
    width: 1700px !important;
    margin: auto;
    align-items: center;
}
.wmc-cart-wrapper.wmc_fixed_cart {
    display: none !important;
}
.header_section {
	box-shadow: rgb(255 255 255 / 0%) 0px 1px 1px 0px inset, rgb(50 50 93 / 0%) 0px 50px 100px -20px, rgb(0 0 0 / 15%) 0px 30px 60px -30px;
    border-bottom: 5px solid #0080c6;
}
.header_menu_col ul li {
    margin: 0 !important;
    padding: 30px 30px !important;
}
.header_menu_col ul li a {
    padding: 0 !important;
    font-size: 18px;
    color: #000;
    text-transform: capitalize;
    transition: 1s;
}	
.et_pb_menu__wrap {
    justify-content: center !important;
}
.header_cart_box {
    width: 28%;
    background: #ffffff;
    box-shadow: 0px 4px 13px rgb(142 142 142);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    height: 53px;
    align-items: center;
}
.header_cart_box a.wmc-cart {
    display: flex;
    align-items: center;
    right: 0 !important;
}
span.wmc_cart_text {
    color: #000;
    font-weight: 400;
    font-size: 18px;
    padding-left: 10px;
    line-height: 0;
}
.header_search_box input {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 4px 13px rgb(142 142 142);
    border-radius: 10px;
    height: 53px;
    border: none !important;
    font-size: 18px;
    padding: 0 40px 0 15px;
    color: #000;
}
.header_search {
    position: relative;
	z-index: 99;
	cursor: pointer;
}
.header_col_box {
    display: flex;
    align-items: center;
}
label.header_svg {
    position: absolute;
    right: 20px;
    top: 11px;
    cursor: pointer;
    z-index: 99;
}
.header_search_box{
    width: 100%;
	display: flex;
    align-items: center;
}
.header_search {
    width: 100%;
}
.header_col_box .header_svg {
    position: relative;
    display: flex;
    align-items: center;
    height: 40px;
    right: 0;
	top: 0;
    bottom: 0;
    justify-content: center;
}
.header_search {
    width: 60%;
    margin: auto;
}
.search_col_box {
    position: fixed;
    position: fixed;
    top: -100%;
    background: #c7d2d7;
    width: 100%;
    padding: 30px 20px;
    z-index: 99999999;
    color: #000;
    font-size: 25px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 1s;
}
.active_search_col{
	top: 0%;
}
.close_icon {
    position: absolute;
    top: 10%;
    right: 3%;
    cursor: pointer;
    color: #0080c6;
    font-size: 30px;
}
label.header_svg button {
    background: transparent !important;
    border: none !important;
}
.search_col .et_pb_code_inner {
	width: 100%;
}
.header_search_box form {
    width: 100%;
}
.header_svg svg {
    fill: #000;
}
.header_user_sc {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: inherit;
    opacity: 0;
}
.header_user_sc a {
    height: 100%;
    width: 100%;
}
.header_user_icon svg {
    fill: #F8971C;
}
.header_svg svg {
    width: 45px;
    height: 45px;
    object-fit: contain;
}
.active_search_col .header_svg svg{
	width: 30px;
    height: 30px;
}
.header_section_fixed .header_menu_col ul li {
    padding: 40px 30px !important;
}
.header_section_fixed .header_image_col img {
    height: 80px;
}
.header_image_col a{
	display: flex;
}
.sticky_header_section {
    position: fixed;
    bottom: 0;
    width: 100%;
}
@keyframes menu_a {
    0%{
        transform: rotate(0deg) scale(0);
        transition: 1s;
    }
    20%{
		transform: rotate(0deg) scale(1);
        transition: 1s;
    }
    40%{
        transform: rotate(25deg) scale(1);
        transition: 1s;
    }
    60%{
        transform: rotate(0deg) scale(1);
        transition: 1s;
    }
    80%{
        transform: rotate(25deg) scale(1);
        transition: 1s;
    }
    100%{
        transform: rotate(0deg) scale(1);
        transition: 1s;
    }
}
.et_pb_section.header_section {
    overflow: visible !important;
}
.wmc-content h3 {
    background-color: #5bb84c;
    padding: 10px !important;
}
.header_image_col img {
    width: 100%;
    height: 70px;
    object-fit: contain;
}
.header_right_col img{
	width: 100%;
	height: 40px;
	object-fit: contain;
}
.header_search_col {
    width: fit-content !important;
}
.header_row_col_one {
    width: 30% !important;
}
.header_row_col_three {
    width: 14% !important;
}
.header_row_col_two {
    width: 100% !important;
}
.header_search_col {
    padding-right: 40px !important;
    border-right: 2px solid #000;
    margin-right: 40px !important;
}
.header_menu_col ul li.current-menu-item a,
.header_menu_col ul li:hover a{
	color: #204080;
	transition: 1s;
   
}
.header_mob_section {
	display: none !important;
}
.header_menu_col .et_pb_menu__wrap {
    justify-content: right !important;
}
.header_menu_col ul li a::after {
    content: "";
    position: absolute;
    background: #0080c6;
    width: 50px;
    height: 25px;
    bottom: -80px;
    left: 0;
    right: 0;
    margin: auto;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    transition: 1s;
}
.header_menu_col ul li.current-menu-item a::after,.header_menu_col ul li a:hover::after {
    bottom: -50px !important;
}
.header_row {
    overflow: hidden;
}


@media all and (min-width: 320px) and (max-width: 980px) {
	.sticky_header_icon_col {
		width: auto !important;
		justify-content: right;
		display: flex;
		position: absolute;
		right: 55px;
		top: 10px;
	}
	.sticky_header_icon_block .header_svg svg {
		width: 40px;
		height: 40px;
	}
    .header_section {
		display: none !important;
	}
	.header_mob_section {
		display: block !important;
		box-shadow: 0px 4px 13px rgb(142 142 142 / 30%);
	}
	.header_mob_row_col_two  {
		display: flex;
		width: fit-content !important;
	}
	.header_right_col{
		margin: auto 0 !important;
	}
	.sticky_header_icon_block{
		display: flex;
	}
	.sticky_header_icon_block .et_pb_code_inner{
		margin: auto 0 !important;
	}
}
@media all and (min-width: 320px) and (max-width: 767px) {
	.header_search {
    	width: 100%;
	}
	.sticky_header_icon_block .header_svg svg {
		width: 25px;
		height: 20px;
	}
	.sticky_header_icon_col{
		right: 53px !important;
		top: 6px !important;
	}
    .header_mob_row_col {
		width: fit-content !important;
		padding-right: 10px;
	}
	.sfm-rollback .sfm-navicon-button {
		top: -20px !important;
	}
	.header_image_col img {
		height: 50px;
		width: 100px;

	}
	.header_right_col img {
		height: 20px;
		width: 100px;
	}
	.header_mob_row {
		padding: 7px !important;
		display: flex !important; 
	}
}
/* @media all and (min-width: 481px) and (max-width: 767px) {
    .header_mob_row_col {
		width: fit-content !important;
		padding-right: 15px;
	}
	.sfm-rollback .sfm-navicon-button {
		top: -15px !important;
	}
	.header_image_col img {
		height: 50px;
	}
	.header_right_col img {
		height: 25px;
	}
	
} */
@media all and (min-width: 768px) and (max-width: 980px) {
	.sticky_header_icon_col{
		top: 17px !important;
	}
    .header_mob_row_col {
		width: fit-content !important;
		padding-right: 15px;
	}
	.sfm-rollback .sfm-navicon-button {
		top: -10px !important;
	}
	.header_image_col img,.header_section_fixed .header_image_col img {
		height: 60px;
	}
	.header_right_col img {
		height: 25px;
	}
	.header_mob_row {
		padding: 10px !important;
	}
}

@media all and (min-width: 981px) and (max-width: 1024px) {
	.header_row {
		width: 100% !important;
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	.header_menu_col ul li {
		padding: 25px 15px !important;
	}
	.header_section_fixed .header_menu_col ul li {
		padding: 25px 15px !important;
	}
	.header_image_col img {
		height: 60px;
	}
	.header_section_fixed .header_image_col img {
	    height: 60px;
	}
	.header_search_col {
		padding-right: 20px !important;
		margin-right: 20px !important;
	}
	.header_menu_col ul li a {
		font-size: 16px;
	}
	.header_right_col img {
		height: 20px;
	}
	.header_row_col_one {
		width: 17% !important;
	}
	.header_row_col_three {
		width: 15% !important;
	}
	.header_menu_col ul li a::after {	    
		width: 25px;
	    height: 16px;
	}
	.header_menu_col ul li.current-menu-item a::after, .header_menu_col ul li a:hover::after {
	    bottom: -25px !important;
	}
	.header_svg svg {
 	   	width: 40px;
    	height: 40px;
	}
}
@media all and (min-width: 1025px) and (max-width: 1140px) {
	.header_row {
		width: 1000px !important;
	}
	.header_menu_col ul li {
		padding: 25px 15px !important;
	}
	.header_section_fixed .header_menu_col ul li {
		padding: 30px 15px !important;
	}
	.header_image_col img {
		height: 60px;
	}
	.header_section_fixed .header_image_col img {
	    height: 60px;
	}
	.header_search_col {
		padding-right: 20px !important;
		margin-right: 20px !important;
	}
	.header_menu_col ul li a {
		font-size: 16px;
	}
	.header_right_col img {
		height: 20px;
	}
	.header_row_col_one {
		width: 17% !important;
	}
	.header_row_col_three {
		width: 15% !important;
	}
	.header_menu_col ul li a::after {	    
		width: 25px;
	    height: 16px;
	}
	.header_menu_col ul li.current-menu-item a::after, .header_menu_col ul li a:hover::after {
	    bottom: -30px !important;
	}
	.header_svg svg {
 	   	width: 40px;
    	height: 40px;
	}
}
@media all and (min-width: 1141px) and (max-width: 1280px) {
	.header_row {
		width: 1100px !important;
	}
	.header_menu_col ul li {
		padding: 25px 20px !important;
	}
	.header_section_fixed .header_menu_col ul li {
		padding: 30px 20px !important;
	}
	.header_image_col img {
		height: 70px;
	}
	.header_section_fixed .header_image_col img {
	    height: 70px;
	}
	.header_search_col {
		padding-right: 25px !important;
		margin-right: 25px !important;
	}
	.header_menu_col ul li a {
		font-size: 16px;
	}
	.header_right_col img {
		height: 30px;
	}
	.header_row_col_one {
		width: 17% !important;
	}
	.header_row_col_three {
		width: 15% !important;
	}
	.header_menu_col ul li a::after {	    
		width: 25px;
	    height: 16px;
	}
	.header_menu_col ul li.current-menu-item a::after, .header_menu_col ul li a:hover::after {
	    bottom: -30px !important;
	}
	.header_svg svg {
 	   	width: 40px;
    	height: 40px;
	}

}
@media all and (min-width: 1281px) and (max-width: 1440px) {
	.header_row {
		width: 1250px !important;
	}
	.header_menu_col ul li {
		padding: 30px 25px !important;
	}
	.header_section_fixed .header_menu_col ul li {
		padding: 33px 25px !important;
	}
	.header_image_col img {
		height: 70px;
	}
	.header_section_fixed .header_image_col img {
	    height: 70px;
	}
	.header_search_col {
		padding-right: 25px !important;
		margin-right: 25px !important;
	}
	.header_menu_col ul li a {
		font-size: 17px;
	}
	.header_right_col img {
		height: 30px;
	}
	.header_menu_col ul li a::after {	    
	    width: 30px;
	    height: 19px;
	}
	.header_menu_col ul li.current-menu-item a::after, .header_menu_col ul li a:hover::after {
	    bottom: -35px !important;
	}
	.header_svg svg {
 	   	width: 40px;
    	height: 40px;
	}
}
@media all and (min-width: 1441px) and (max-width: 1680px) {
	.header_row {
		width: 1400px !important;
	}
	.header_menu_col ul li {
		padding: 30px 30px !important;
	}
	.header_section_fixed .header_menu_col ul li {
		padding: 40px 30px !important;
	}
	.header_image_col img {
		height: 70px;
	}
	.header_section_fixed .header_image_col img {
	    height: 80px;
	}
	.header_search_col {
		padding-right: 30px !important;
		margin-right: 30px !important;
	}
	.header_menu_col ul li a {
		font-size: 18px;
	}
	.header_menu_col ul li a::after {
	    width: 40px;
	    height: 22px;
	}
	.header_menu_col ul li.current-menu-item a::after, .header_menu_col ul li a:hover::after {
	    bottom: -40px !important;
	}
}
@media all and (min-width: 1681px) and (max-width: 1880px) {
	.header_row {
		width: 1600px !important;
	}
		
}
