/*==================================
MEGA MENU
==================================*/


.mega-dropdown{

position:static;

}


.mega-menu{

width:100%;

right:0;

padding:35px;

border:none;

border-radius:0 0 20px 20px;

box-shadow:0 20px 50px rgba(0,0,0,.15);

}



.mega-menu h5{

color:#0A3D91;

margin-bottom:20px;

}



.mega-menu a{

display:block;

padding:8px 0;

color:#475569;

text-decoration:none;

transition:.3s;

}



.mega-menu a:hover{

color:#00B894;

padding-right:10px;

}



.header-tools{

display:flex;

align-items:center;

gap:15px;

}



.theme-btn{

width:42px;

height:42px;

border-radius:50%;

border:none;

background:#fff;

color:#0A3D91;

}



.navbar-brand img{

height:55px;

}



@media(max-width:992px){


.mega-menu{

position:static;

}


.header-tools{

margin-top:20px;

justify-content:center;

}


}


