.contactareadata h2 {
    text-align: center;
    color: #475661;
    font-size: 50px;
    font-weight: 600;
}
.contactareadata h3 {
    text-align: center;
    color: white;
    font-size: 40px;
}
.contactareadata p {
    text-align: center;
    color: white;
    font-size: 22px;
    font-weight: 400;
}
.logosite h3 {
    font-size: 26px;
    color: white;
    font-weight: 500;
}
.infobox {
    display: flex;
}
.infoboxdata p {
    color: white;
    font-size: 17px;
    font-weight: 400;
    margin: 0px 10px;
}
.infoboximg img {
    margin: 0 auto;
    height: 40px;
    width: auto;
    margin: 8px 0px;
}
.infoboxdata p {
    margin-top: 15px;
}
.logosite h3 {
    font-size: 26px;
    color: white;
    font-weight: 500;
    margin-top: 35px;
    margin-bottom: 15px;
}
.logosite img {
    margin: 0 auto;
}
.myform {
    margin-top: 70px;
}
.paddown {
    margin-bottom: 25px;
}
.myformdata {
    background: transparent;
    border: 3px solid;
    border-color: white;
    border-radius: 6px;
    height: 50px;
    width: 100%;
    color: white;
}
.entersend {
    background: #e2e2e2;
    border-color: #e2e2e2;
    color: black;
    font-size: 18px;
    font-weight: bold;
    padding: 2px 15px;
    padding-top: 9px;
    height: 45px;
    width: auto;
    margin-top: 15px;
}
.entersend:hover {
    background: #bfb28e;
    border-color: #bfb28e;
    color: white;
}
.contactarea {
    background: #475661;
    padding: 50px 10px;
}
.logodata h3 {
    color: white;
    font-size: 25px;
    margin-top: 25px;
    text-align: left;
}
.logodata p {
    color: white;
    font-size: 16px;
    margin-top: 12px;
    line-height: 28px;
    text-align: left;
}
.formcont h3 {
    color: white;
    text-align: left;
    font-size: 30px;
    font-weight: 600;
    margin-top: 0px;
}
.formcont h4 {
    color: white;
    text-align: left;
    font-size: 23px;
    margin-top: 0px;
}
.contacthead {
    padding: 50px 10px;
    background: #e2e2e2;
}






@media only screen and (max-width : 768px) {
    .myformclick {
        text-align: center;
    }
    .myform {
        margin-top: 30px;
    }
    .formcont h3 {
        margin-top: 50px;
    }
    .contactareadata h2 {
        margin-bottom: 3px;
    }
    .formcont h4 {
        margin-bottom: -30px;
    }
}