body {
    font-family: "" Segoe UI", SegoeUI, " Helvetica Neue", Helvetica, Arial, sans-serif";
}

.logos {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logos img {
    margin: 20px 0;
    width: 300px;
    height: auto;
}

.main {
    margin-top: 20px;
    margin-bottom: 20px;
}

.content {
    padding: 0;
    text-align: justify;
}

.content h2 {
    font-weight: 600;
    margin-bottom: 20px;
}

.content p {
    font-weight: 400;
   
}

.content ul li {
    font-weight: 400;
   

}




.mainimg {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 1px;
    border: 1px solid #000;
}

.mainimg img {
    width: 100%;
}

.footer {
    background-color: #000;
    padding: 40px;
    text-align: center;
}

.footer p {
    color: #fff;
    margin-bottom: 1px;
}

.form {
    border: 1px solid #000;
    width: 100%;
    margin: auto;
    color: #fff;
    /* padding:0 5% 5%; */

}

form {
    padding: 5%;
}


.form h4 {
    background-color: #4285f4;
    padding: 10px;
}

input {
    display: block;
    padding: 8px;
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    line-height: normal;
    font-size: 16px;
    width: 100% !important;
    margin-bottom: 20px;
    box-sizing: border-box;
    font-family: " Segoe UI", "SegoeUI", Helvetica Neue", Helvetica, Arial, sans-serif";

}

form input[type="checkbox"] {
    display: inline-block;
}

input:focus {
    outline: 0px solid #000;
    border: 2px solid #000;
}

select {
    color: #000;
    background-color: #fff;

    border-radius: 0;
    box-shadow: none;
    height: auto;
    line-height: normal;
    font-size: 16px;
    width: 100% !important;
    padding: 8px;
    box-sizing: border-box;
    margin-bottom: 20px;
    font-family: "" Segoe UI", SegoeUI, " Helvetica Neue", Helvetica, Arial, sans-serif";

}
::placeholder{
    color: #848484;
}
select:focus {
    outline: 0px solid #000;
    border: 2px solid #000;
}
select option{
    color: #000;
}
select:invalid,
select option[value=""] {
  color: #848484;
}

.checkbox {
    display: flex;
}

.check {
    flex-basis: 5%;
    margin-right: 1%;
}

.policy {
    flex-basis: 95%;

}

.privacy {
    font-size: 14px;
    margin: 0 !important;
    color: #000;
}

.privacy a {
    color:blue;
    text-decoration: none;

}

button {
    background-color: #4285f4;
    color: #ffffff !important;
    display: block !important;
    padding: 10px 30px !important;
    font-size: 20px !important;
    font-family: "" Segoe UI", SegoeUI, " Helvetica Neue", Helvetica, Arial, sans-serif";

    border: 1px solid #fff;
border-radius: 5px;
    margin: 20px auto 5px;
    width: 100%;
}

.required {
    margin: 0 !important;
}

@media screen and (max-width:650px) {
    .logos{
        flex-direction: column;
    }
}