.header {
    position: relative;
 z-index: 5;
}

.header-nav .main-nav .lvl-sub__bttn::before, .header-nav .main-nav .lvl-sub__bttn::after {
	    color: #002D69;
}

.header__top{
    background: #e8f2f4;
	padding: 10px 50px;
	
	    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header__top__justifyright{
	justify-content: right;
}

.header__top > a {
    display: flex;
    gap: 7px;
    align-items: center;
    font-size: 14px;
}
.header__top > a  svg {
	    width: 15px;
}

.header__top ul {
	display:flex;
	padding:0;
	align-items:center;
	    justify-content: end;
	gap: 10px;
}

.header__top ul li {
	display:block;
	margin-bottom: 0;
}

.header__top ul li:before, .header-main-menu ul li:before {
	display:none;
}

.header__top ul li a {
	font-weight: 400;
    font-family: sans-serif;
    text-transform: uppercase;
    font-size: 13px;
}

.header__top ul li a:hover, .main-submenu__list ul li a:hover {
    text-decoration: underline;
}


.header__inner_new .header-nav__bttn .icon {
display: flex;
    align-items: center;
    gap: 7px;
    width: 60px;
    height: auto;
	gap: 3px;
    padding-left: 10px;
}

.header-nav__bttn .icon span {
    width: 22px;
}

.header-main-menu > ul {
	    display: flex;
    padding: 0 30px 0 0;
    align-items: center;
    gap: 30px;
}

.header-main-menu > ul li {
margin: 0;
    font-weight: 600;
    color: #003067;
    font-size: 19px;
	font-size: 18px;
	position: static;
}

 .header__inner_new .main-nav{
	  display: none;
}

.header__inner_new .header-nav__dropdown {
	flex-direction: column;
    justify-content: start;
}

.header-nav__wrap {
	    display: flex;
	    margin: 40px auto 0;
}

.header-nav__wrap  .main-left {
    flex: auto;
    padding: 0;
}

.header-nav__wrap  .ancillary {
	    width: 100%;
    display: flex;
    justify-content: space-between;
	    gap: 50px;
}

  .header-nav__wrap   .ancillary > li {
        width: 100%;
    }

   .header-nav__wrap  .ancillary > li:nth-child(2) {
		    position: static;
    width: 100%;
	}

.header__inner_new .header-search__form, .header-nav__wrap {
	    max-width: 1200px;
    width: 100%;
}

  .header__inner_new  .header-search__form:after {
        left: 0;
        width: 100%;
        bottom: 22px;
		    height: 2px;
    }

.header__inner_new  .header-search__form input {
	outline: none;
	        font-family: Arial, sans-serif;
    padding: 0;
}

.header__inner_new .header-search__form {
	    outline: none;
    padding: 31px 0;
    margin: 0 auto 0;
}


  .header__inner_new  .header-search__form button {
        width: 47px;
        height: 41px;
    }


.header-nav__wrap .ancillary > li:not(:last-child) {
	    border-right: 1px solid #d7d7d7;
}

.main-submenu {
	padding: 3.3rem 83px;
	position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
/*     height: calc(100vh - 100%); */
	height:auto;
    overflow: auto;
    background-color: #FFFFFF;
    z-index: 20;
	    visibility: hidden;
    opacity: 0;
/* 	    -webkit-transition: opacity 0.02s ease, visibility 0s 0s;
    -o-transition: opacity 0.02s ease, visibility 0s 0s;
    transition: opacity 0.02s ease, visibility 0s 0s; */
	    box-shadow: inset 0 0 34px -12px rgb(3 3 3 / 51%);

}


.header-main-menu > ul > li:hover .main-submenu,
.header-main-menu > ul > li > .main-submenu.submenu-visible {
    visibility: visible;
    opacity: 1;
}

.header-main-menu > ul > li > a {
	position: relative;
}

.header-main-menu > ul > li:hover > a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #5DD0DA;
    bottom: -3px;
    left: 0;
}

.main-submenu__block {
	    max-width: 350px;
    width: 100%;
    border-right: 2px solid #D7D7D7;
}

.main-submenu__block h2 {
	    margin: 20px 0 9px;
}

.main-submenu__block p {
	    font-weight: 400;
    font-size: 17px;
    max-width: 300px;
    width: 100%;
}

.main-submenu__block a {
/* 	    text-transform: uppercase; */
}

.main-submenu__block > img {
	    width: 300px;
    height: 150px;
    object-fit: cover;
    border-radius: 3px;
}

.main-submenu__wrap {
	    display: flex;
    align-items: flex-start;
    max-width: 1017px;
    margin: auto;
    gap: 45px;
		    opacity: 0;
    -webkit-transition: opacity 1s 0.01s;
    -o-transition: opacity 1s 0.01s;
    transition: opacity 1s 0.01s;
}

.main-submenu__list {
    width: 100%;
    max-width: 590px;
}

.header-main-menu > ul > li:hover .main-submenu__wrap, .header-main-menu > ul > li > .main-submenu.submenu-visible .main-submenu__wrap {
 opacity: 1;
}

.main-submenu__list ul {
	    display: flex;
    flex-wrap: wrap;
    gap: 40px;
	gap: 25px;
    padding: 0;
    width: 100%;
}

.main-submenu__list ul li {
    width: 46%;
}

.header__inner_new {
padding: 0 50px; 
        height: auto;}

.header-main-menu > ul > li {
	padding: 30px 0;
}

.header__inner_new  .header__logo {
	top:0;
	    height: auto;
}

.mobile-dop-menu {
	display: none;
}

.header-nav__bttn {
    width: 69px;
}

.header-nav__bttn div {
	    height: 18px;
    position: relative;
}


@media screen and (max-width: 1200px) {
	.header__inner_new {
    padding: 0 25px;
}
.header__inner_new .header-search__form {
    margin: 0 auto;
}
	
.header-main-menu > ul > li > a {
    font-size: 14px;
}
	
	   .header__logo {
        width: 216px;
   
    }
	
	.main-submenu__block h2 {
		font-size: 23px;
	}
	
	.main-submenu__block a {
		font-size: 15px;
	}
	
	.main-submenu__list ul li {
		font-size: 15px;
	}
	
	.main-submenu__list ul {
		gap: 13px;
	}

	
}


@media screen and (max-width: 993px) {
.header-main-menu > ul > li {
    padding: 15px 0;
}	
	
.header-main-menu > ul > li > a {
    font-size: 13px;
}
	
	.header-main-menu > ul {
    padding: 0px 17px 0 0;
    gap: 13px;
}
	
.header__top ul li a {
    font-size: 11px;
}
	
	    .header__logo {
        width: 169px;
  
    }
	
	.header-nav__wrap .ancillary > li:not(:last-child) {
		    border-right: none;
	}
	
	.main-submenu__list ul {
		    flex-direction: column;
	}
	
	.main-submenu__list ul li {
    width: 100%;
}
	
	.main-submenu {
		padding: 3.3rem 30px;
	}
	
}


@media screen and (max-width: 768px) {
	.header-main-menu, .header-nav__dropdown .header-search__form  {
		display:none;
	}
	
   .header__inner_new {
        padding: 5px 15px;
    }
	
	.header__inner_new .header-search__form input {
    padding: 10px;
}
	
	.header__inner_new .header-search__form {
    padding: 0;
}
	
	.header__inner_new .header-search__form:after {
    left: 10;
    width: 77%;
    bottom: 7px;
}
	
	.header__top {
		display:none;
	}
	
	.mobile-dop-menu {
		display:block;
	    padding: 15px 19px;
		text-transform: uppercase;
		margin-bottom: 30px;
		    background-color: #e8f2f4;
       margin: 0 -20px 35px;
	}
/* 	for mobile padding of a links without li tags */
	.mobile-dop-menu a{
	  display: block;
	  padding-bottom: 10px
	}
	.header-nav__wrap .ancillary {
		    flex-direction: column;
    		gap: 10px;
	}
	
	.header__inner_new .header__search {
		display:none;
	}
	 .header__inner_new .main-nav { 
		display:block;
	}
	
	.header-nav__wrap {
    flex-direction: column-reverse;
    margin: 0;
}
	
.header__inner_new .header-nav__bttn .icon svg path {
	    stroke: #5DD0DA;
}
	
	.header-nav__bttn .icon span {
          width: 22px;
    right: 0;
}
	
	.header__inner_new .header-nav__bttn .icon {
		height: 17px;
		     width: 53px;
			width:70px;
		    gap: 30px;
		top:24px;
	}
	
	.header__inner_new .header-nav__bttn {
    padding: 0;
        width: 75px;
		 
    border-left:none;
}
	
	.header-nav .main-nav {
	border-left: none;
		padding: 0 0 20px 0;
	}
	
		
	    .header__inner_new .header-search__form:after {
        left: 0;
        width: 100%;
        bottom: 7px;
    }

	
	.header__inner_new .header-search__form {
		    display: flex;
    	width: 100%;
		margin-bottom: 17px;
        align-items: center;
	}
	
		.header__inner_new .header-search__form input {
background: transparent;
    padding: 0;
		height: 70px;
	}
	
	.header__inner_new .header-search__form button {
		width: 45px;
		height: 34px;
	}
	
	.header-nav__bttn:after {
		display:none;
	}
	
}
.logo__sm{
/* 	width: 220px; */
	height:50px;
    max-width: none;
}

