css:
    .heading{
       text-align: center;
       background-color: #1AA2FF;
       Width: 100%;
       height: 53px;
    }

    h4{
        color: black;
        font-style:normal;
        font-size: 18px;
        margin: -0;
        padding: 12px;   
    }

    nav{
        width: 100%;
        display:flex;
        align-items: center;
        justify-content: space-between;
       
        
    }

    .logo{
        float: left;
        margin-top: 10px;
    }


    .header-logo{
        width: 218px;
        height:46px ;
        cursor: pointer;
        margin-left: 25px;
        padding-top: 10px;
        background: white;
       
        
    }

    .menu{
        width: 60%;
        height: 65px;
    }

    ul{
        list-style: none;
        
        text-align: center;
        padding-right: 33px;
        
      
        
    }

    ul li, .header-button{
        display: inline-block;
       
        font-size: 22px;
        font-family:Poppins;
        font-weight: 400px;
        margin-right: 60px;
        


    }

    ul li a{
        color: #092B54;
        text-decoration: none;
    }
    .header-button{
        display: flex;
        align-items: center;
        padding: 5px 7px;
        border: 0;
        outline: 0;
        border-radius: 7px;
        background-color: #1AA2FF;
        color: white ;
        font-weight: 600px;
        cursor: pointer;
        font-size: 22px;
        font-family:Arial, Helvetica, sans-serif;
        font-weight: 600px;
        margin-right: 27px;


    }