.header_section,.header_mob_section{
	position: fixed !important;
	top: 0;
	width: 100%;
	/* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
	background: transparent !important;
}
.header_section {
    border-bottom: 2px solid #465098;
}
.header_section .et_pb_menu__wrap {
    justify-content: right !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: 1820px !important;
    margin: auto;
    align-items: center;
    font-weight: 400;
}
.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;
	background-color: #fff !important;
}
.header_menu_col ul li {
    margin: 0 !important;
    padding: 45px 28px !important;
}
.header_menu_col ul li a {
    padding: 0 !important;
    font-size: 17px;
    color: #000 !important;
    text-transform: capitalize;
    transition: 1s !important;
    font-weight: 400;
}	
.et_pb_menu__wrap {
    justify-content: center !important;
}
.header_menu_col ul li a:hover{
	color: #234898!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: #3f51b5;
    font-size: 30px;
}
.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: 35px;
    height: 35px;
    object-fit: contain;
}
.active_search_col .header_svg svg{
	width: 30px;
    height: 30px;
}
.header_section_fixed .header_image_col img {
    height: 80px;
}
.header_image_col a{
	display: flex;
}
.sticky_header_section {
    position: fixed;
    bottom: 0;
    width: 100%;
}
.header_menu_col ul li a:hover::before {
    animation: menu_a 6s infinite;
    transition: 1s;
}
@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: 80px;
    object-fit: contain;
}
.header_right_col img{
	width: 100%;
	height: 35px;
	object-fit: contain;
}
.header_search_col {
    width: fit-content !important;
}
.header_row_col_one {
    width: 20% !important;
}
.header_row_col_three {
    width: 14% !important;
}
.header_row_col_two {
    width: 100% !important;
}
.header_search_col {
    padding-right: 40px !important;
    border-right: 1px 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;
}

/* DD */

.header_menu_col li ul.sub-menu {

    border-color: #204080 !important;

    padding: 0 !important;

    width: 262px !important;
	box-shadow: 0 2px 5px rgb(0 0 0 / 0%) !important;
}
.header_menu_col ul li ul li ul.sub-menu{
	left: 262px !important;
    top: -3px !important;
    border-color: #a2a2a2 !important;
}
.header_menu_col li ul.sub-menu li {

    padding: 10px 15px !important;

    display: flex;

    width: 100% !important;

    border-bottom: 1px solid #204080;

    background: #fff;

    transform: scale(0);

    transition: 0.2s;


}

.header_menu_col nav ul li:hover ul li {

    transform: scale(1) !important;

    transform-origin: center top;

}

.header_menu_col li ul.sub-menu li a:hover{
	color: #204080 !important;
}
.header_menu_col li ul.sub-menu li a {

    padding: 0 16px 0 0px !important;

	position: relative;
    width: 100% !important;

    font-size: 15px;

    opacity: 1;

}
.header_menu_col li.menu-item-has-children ul.sub-menu li.menu-item-has-children>a:first-child::after, 
.header_menu_col li.menu-item-has-children ul.sub-menu li.menu-item-has-children.menu-item-40>a:first-child::after {
    transform: rotate(270deg);
    font-size: 18px !important;
}

.header_menu_col li ul.sub-menu li a:hover {

    background: transparent !important;

}
.header_menu_col li.menu-item-has-children>a:first-child:after {
    content: "\43" !important;
    font-size: 17px !important;
    right: -23px !important;
    top: 1px !important;
}
/* END */
























@media all and (min-width: 320px) and (max-width: 1024px) {
	
	.sticky_header_icon_col {
		width: auto !important;
		justify-content: right;
		display: flex;
		position: absolute !important;
		right: 55px;
		top: 19px;
	}
	.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%);
		background-color: #fff !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;
	}
	.header_mob_row {
	    display: flex;
        padding: 10px !important;
	}
	.header_image_col a {
		display: flex;
	}
}
@media all and (min-width: 320px) and (max-width: 480px) {
	.header_mob_row_col_two {
		width: calc(100% - 205px) !important;
		position: relative;
		display: flex;
		justify-content: left;
		align-items: center;
	}
	.sticky_header_icon_col {
	    right: 43px !important;
	    top: 2px !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: 40px;
		width: 100px;
	}
	.header_section_fixed .header_image_col img {
		height: 40px;
	}
	.header_right_col img {
		height: 25px;
	}
	.header_mob_row {
		padding: 5px !important;
		display: flex !important; 
	}
}
@media all and (min-width: 481px) and (max-width: 767px) {
	.header_mob_row_col_two {
		width: calc(100% - 250px) !important;
		position: relative;
		display: flex;
		justify-content: left;
		align-items: center;
	}
    .header_mob_row_col {
		width: fit-content !important;
		padding-right: 15px;
	}
	.sticky_header_icon_col {
	    right: 47px;
	    top: 11px;
	}
	.sfm-rollback .sfm-navicon-button {
		top: -15px !important;
	}
	.header_image_col img {
		height: 50px;
	}
	.header_section_fixed .header_image_col img {
		height: 50px;
	}
	.header_right_col img {
		height: 25px;
	}
	.header_mob_row {
		padding: 7px !important;
	}
}
@media all and (min-width: 768px) and (max-width: 980px) {
	.header_mob_row_col_two {
		width: calc(100% - 290px) !important;
		position: relative;
		display: flex;
		justify-content: left;
		align-items: center;
	}
	.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 {
		height: 60px;
	}
	.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_mob_row_col_two {
		width: calc(100% - 290px) !important;
		position: relative;
		display: flex;
		justify-content: left;
		align-items: center;
	}

	.sfm-navicon-button {
		top: -5px !important;
	  }
	.header_row {
		width: 100% !important;
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	.header_menu_col ul li {
		padding: 20px 15px !important;
	}
	.header_section_fixed .header_menu_col ul li {
		padding: 20px 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: 30px;
	}
	.header_row_col_one {
		width: 17% !important;
	}
	.header_row_col_three {
		width: 15% !important;
	}
	
}
@media all and (min-width: 1025px) and (max-width: 1140px) {
	.header_row {
		width: 1000px !important;
	}
	.header_menu_col ul li {
		padding: 20px 15px !important;
	}
	/* .header_section_fixed .header_menu_col ul li {
		padding: 20px 12px !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;
	}
}
@media all and (min-width: 1141px) and (max-width: 1280px) {
	.header_row {
		width: 1100px !important;
	}
	.header_menu_col ul li {
		padding: 30px 17px !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;
	}
}
@media all and (min-width: 1281px) and (max-width: 1440px) {
	.header_row {
		width: 1250px !important;
	}
	.header_menu_col ul li {
		padding: 30px 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;
	}
}
@media all and (min-width: 1441px) and (max-width: 1680px) {
	.header_row {
		width: 1400px !important;
	}
	.header_menu_col ul li {
		padding: 40px 25px !important;
	}
	/* .header_section_fixed .header_menu_col ul li {
		padding: 40px 30px !important;
	} */
	.header_image_col img {
		height: 80px;
	}
	.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;
	} */
}
@media all and (min-width: 1681px) and (max-width: 1880px) {
	.header_menu_col ul li {
		padding: 45px 30px !important;
	}
	.header_row {
		width: 1600px !important;
	}
		
}
