
*{
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-family: Poppins, sans-serif;
}

nav {
    padding: 15px 30px;
    background-color: #F3F2E6;
}

.navdiv {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logodiv a {
    font-size: 32px;
    font-weight: 600;
    color: black;
    vertical-align: middle;
}
.logodiv{
    display: flex;
    width: 180px;
    align-items: center;
}

.logo{
    width: 50px;
    height: 100%;
}

li {
    list-style: none;
    display: inline-block;
}

li a {
    color: black;
    font-size: 16px;
    font-weight: 600;
    margin-right: 25px;
}

img{
    height: 25px;
    width: 25px;
}

button {
    background-color: #4FB28F;
    border-radius: 10px;
    padding: 10px;
    width: 90px;
}

button a{
    color: white;
    font-weight: 600;
    font-size: 16px;
}


/* Header starts here */
header {
    background-color: #F3F2E6;
    padding: 190px 200px ;
}

.headerdiv {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    height: 250px;
    width: 100%;
}

h1 {
    display: block;
    padding: 10px 40px;
    font-size: 45px;
    font-weight: bold;
}

.headerdiv input {
    width: 400px;
    height: 25px;
    border-radius: 10px;
    border-width: 3px;
}
.headerdiv button {
    padding: 4px;
}
.headerdiv p {
    padding: 0px 130px;
}
.headerdiv div{
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.links{
    width: 200px;
    text-align: left;
    margin-left: 8px;
    color: black;
    font-size: 14px;
    font-weight: 550;
}

/*body section start here */

.hero-container {
    background-color: #FFFFFF;
    padding: 60px 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.hero-header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 60px;
    margin-bottom: 40px;
}
.hero-header p{
    font-size: 16px ;
    font-style: oblique;
    margin-right: 10px;
}
.hero-section {
    display: flex;
    justify-content: flex-start;
    background-color: #F9F9F5;
    border-radius: 15px;
    width: 1100px;
    margin-bottom: 50px;
}
.hero-section h2{
    font-size: 32px;
    width: 650px;
}
.hero-section > img {
    height: 100%;
    width: 420px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
.section-column {
    display: flex;
    flex-direction: column;
    padding: 25px 25px;
}
.section-column > img {
    height: 60px;
    width: 60px;
}

.section-column >button {
    width: 580px;
    padding: 20px;
    margin-top: 15px;
    
}
.section-column >div {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    font-size: 18px;
    font-style: oblique;
}

.ctabtn {
    width: 200px;
    margin-left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ctabtn a{
    margin-right: 10px;
}

.hero-header > div {
    display: flex;
    align-items: flex-start;
    width: 200px;
    margin-right: 25px;
}
.hero-header img {
    margin-right: 20px;
    width: 35px;
    height: 35px;
}

.class2 {
    flex-direction: column;
    background-color: #F8F0DF;
}

.checked {
    color: white;
}
.block {
    width: 510px;
    height: 286px;
    background-color: #FFFFFF;
    margin-right: 20px;
    border-radius: 10px;
    padding: 40px 40px;
    box-sizing: border-box;
}
.block p {
    padding: 20px 0px 40px;
}
.block h4{
    font-size: 16px;
    padding-top: 30px;
}
.two-blocks img {
    width: 510px;
    height: 100%;
    border-radius: 10px;
}

.class3 > p {
    font-size: 14px;
    padding: 20px 20px 5px;
}
.class3 > p + p {
    font-size: 14px;
    padding: 0 20px;
}
.class4 {
    flex-direction: column;
    justify-content: space-between;
    
    height: 100px;
    width: 100%;
    
}
.class4 img {
    width: 60px;
    height: 60px;
}
.class4 div {
    width: 800px;
    justify-content: space-around;
}

.class5 {
    background-color: #4FB28F;
    justify-content: flex-start;
    padding: 100px 60px;
    margin-bottom: 0;
}
.class5 h1{
    width: 600px;
    padding-left: 50px;
}
.class5 button{
    background-color: white;
    border: none;
    width: 150px;
    height: 50px;
    margin-left: 300px;
}
.class5 a {
    color: #4FB28F;
    font-size: 18px;
}
.class5 img {
    width: 120px;
    height: 100%;
    margin-right: 40px;
    
}
.class6 a{
    font-size: 18px;
}
.class6 {
    padding: 30px 30px;
}
#country {
    width: 300px;
    height: auto;
    border-radius: 5px;
}

.class7 {
    justify-content: space-between;
    background-color: #F9F9F5;
    margin-bottom: 0;
}

.list-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 400px;
    padding-left: 30px;
}
.list-column p {
    padding-top: 15px;
}
.class8 {
    background-color: #F9F9F5;
    margin-bottom: 0;
    justify-content: flex-start;
    
}
.company-details {
    background-color: #F9F9F5;
    padding-left: 90px;
    padding-bottom: 40px;
}
.company-details p {
    padding-top: 5px;
}
.company-details img {
    padding: 10px 5px;
}

