*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: 0;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.6em;
}

nav{
    padding: 2% 10%;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 18px;
}

.logo-div{
    width: 30%;
    display: flex;
    align-items: center;
}

.logo-div img{
    width: 150px;
}

.menu{
    width: 70%;
    position: relative;
    margin-top: -1.5%;
}
.menu ul{
    position: absolute;
    right: 0;
}
.menu a{
    color: black;
    text-decoration: none;
}

.menu li{
    list-style-type: none;
    display: inline-block;
    
}

.menu img{
    width: 20px;
    margin-bottom: -3px;
    padding-right: 3px;
}

.hover-b{
    background: #018584;
    padding: 10px 20px;
    border-radius: 20px;
}
.hover-b:hover{
    background:#0e4f4f;
    border-radius: 12px;
}






.menu ul li{
    padding-right: 20px;
}

.banner{
    padding: 5% 10%;
    display: flex;
}

.head p{
    font-size: 20px;
    padding: 20px 0;
}

.head{
    padding-top: 12%;
}

h1{
    font-size: 60px;
    line-height: normal;
}

.image{
    width: 50%;
    position: relative;
}

.image img{
    width: 560px;
    position: absolute;
    right: 0;
    height: auto;
}

.checkboxes img{
    width: 15px;
    margin-right: 2%;
}

.button img{
    width: 12px;
}

button{
    color: white;
    background: #018584;
    padding: 1%;
    border-radius: 20px;
    width: 150px;
    height: 40px;
}

.checkboxes{
    padding: 0 0 2.5% 1%;
    font-size: 18px;
    margin-top: 2%;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}