*{
    margin: 0%;
    padding: 0%;
    font-family: sans-serif;
    
}
.nav{
    background-color: white;
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 150px;
}
.logo{
    padding-top: 29px;
    padding-left: 37px;
}
.navlist ul{
    display: flex;
    list-style: none;
    gap: 12px;
    font-family: sans-serif;
    float: right;
    padding-right: 146px;
    margin-top: -55px;
    font-size: 13px;
    font-weight: 600;
}
.navlist ul li:hover{
    cursor: pointer;
    border-bottom: 2px solid black;
}
.maint{
    margin-top: -350px;
    margin-left: 149px;
    color: white;
    font-size: 23px;
}
.button {
    border: none;
    color: white;
    padding: 15px 45px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
  }
.button2 {background-color: #008CBA;}
.button1{
    margin-left: 147px;
    margin-top: 22px;
}
.button2:hover{
    background-color: rgb(91, 149, 201);
    transition: 0.12s;
}
.text1 ul{
    list-style: none;
    font-size: 40px;
    color: rgb(0,84,149);
    margin-left: 229px;
    margin-top: 197px;
}
.text1 ul li{
    padding-right: 12px;
    line-height: 52px;
    
}
.img1{
    margin-left: 520px;
    margin-top: -171px;
}
.p1{
    margin-left: 564px;
    margin-top: -170px;
    line-height: 36px;
}
.h1{
    margin-left: 562px;
    margin-top: 12px;
    color: rgb(0,84,149);
}
.img2{
    margin-top: 154px;
}
.table1{
    margin-left: -697px;
    margin-top: 151px;
}
.img3{
    display: flex;
}
.table1 ul{
    list-style: none;
    color: white;
    text-align: center;
}
.h2{
    font-size: 28px;
}
.p2{
    padding-top: 12px;
    line-height: 26px;
}
.text2{
    float: right;
    margin-right: 160px;
    margin-top: -287px;
    position: relative;
}
.h3{
    font-size: 40px;
    color: rgb(0,84,149);
}
.p3{
    font-size: 20px;
    line-height: 41px;
}
.h4{
    padding-top: 9px;
    color: rgb(0,84,149);
}
.arrow{
    position: absolute;
    margin-top: -287px;
    margin-left: 909px;
}
.mainfoot{
    background-color: rgb(238,238,238);
    width: 100%;
    height: 400px;
}
.footer{
    display: flex;
    justify-content: center;
   
}
.foot ul{
    list-style: none;
    margin-top: 83px;
    padding-right: 259px;
    line-height: 26px;
    font-size: 14px;
    font-weight: 600;
}
.lastp{
    margin-top: -49px;
    margin-left: 135px;
    font-size: 10px;
    line-height: 18px;
}