header{width:100%;height:180px;justify-content:start}header,header nav{display:flex;align-items:center}header nav{background-color:rgb(58 58 58/52%);width:680px;height:65px;justify-content:space-around;padding:0 30px;border-radius:30px;margin-right:0}.dropdownMenu-Custom{width:280px;background-color:#fff;color:var(--blue-color);font-size:17px;font-weight:600;box-shadow:0 5px 15px rgba(0,0,0,.35);transition:all .3s ease-in-out;transform:scale(1.1)}.dropdownMenu-Custom a:hover{transition:all .2s ease-in-out;transform:scale(1.1)}.primary-yellow-btn{background-color:#f4c532;border-radius:30px}.primary-blue-btn{background-color:#007bff}.mobile-menu-sec{display:none}@media (min-width:1050px) and (max-width:1536px){header{padding:0 20px}.logo{width:150px}header nav{width:560px;height:50px}}@media (min-width:768px) and (max-width:1049px){header{width:100%;height:150px}header nav{display:none}.logo{width:200px}.mobile-menu-sec{display:block;position:fixed;top:0;bottom:0;width:100%;background-color:var(--blue-color);z-index:1000;transition:all .3s ease-in-out;height:100%}}@media screen and (max-width:767px){header{padding:0 20px;height:100px;background-color:#0000325d}header .logo{width:120px;height:100%}header nav{display:none}.mobile-menu-sec{display:block;position:fixed;top:0;bottom:0;width:100%;background-color:var(--blue-color);z-index:1000;transition:all .3s ease-in-out;height:100%}}