body {
    font-family: "Lato", sans-serif;
    margin: 0;
    padding: 0;
}

header {
    background-color: white;
}

main {
    background-color: rgba(249, 249, 249, 1);
}

.se-contact {
    text-align: center;
    /* padding: 50px 20px; */
}

.container-1 {
    max-width: 1200px;
    margin: 0 auto;
}

.se-contact-title {
    color: rgba(20, 177, 254, 1);
    font-size: 66px;
    font-weight: 900;
    line-height: 70px;
    margin: auto;
    /* margin-bottom: 20px; */
}

.se-contact-image img {
    max-width: 60%;
    height: auto;
}

.main-heading {
    font-family: "Roboto", sans-serif;
    color: rgba(20, 177, 254, 1);
    font-size: 30px;
    font-weight: 600;
    line-height: 34px;
    /* margin: 20px 0; */
}

.main-heading span {
    color: rgba(77, 157, 42, 1);
}

.se-contact-methods {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 20px 0;
}

.method {
    text-align: center;
    flex: 1;
    min-width: 120px;
    margin: 10px;
}

.method p {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 21px;
    line-height: 25px;
    color: rgba(22, 25, 34, 1);
}

.method p span {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: rgba(101, 107, 111, 1);
}

.fb-icon-wrapper {
    display: inline-block;
    background-color: transparent;
    border-radius: 50%;
    padding: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
}

.method img {
    max-width: 126px;
    height: auto;
    /* margin-bottom: 10px; */
}

.consultation-form {
    font-family: "Open Sans", sans-serif;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 40px;
    flex-wrap: wrap;
    padding-inline: 100px;
    margin-bottom: 50px;
}

.consultation-type {
    background-image: url(/Assets/images/bg-consultation.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
    padding: 30px;
    border-radius: 8px;
    margin-right: 10px;
    flex: 1;
    min-width: 300px;
}

.consultation-type, .se-form {
    flex: 1;
}

.consultation-type h3 {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 23.3px;
    color:black;
}

.consultation-type label {
    display: block;
    margin: 30px 0;
    font-size: 18px;
    font-weight: 300;
    color:black !important;
    /* color: rgba(237, 237, 237, 1); */
}

.consultation-type input[type="radio"] {
    margin-right: 10px;
    color:black;
}

.se-form {
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: rgba(0, 0, 0, 1);
    padding: 0 20px;
    border-radius: 10px;
    min-width: 250px;
}

.se-form-group{
    margin-bottom: 15px;
}

.se-form-group label {
    display: block;
    margin-bottom: 5px;
}

.se-form-group label span {
    color: rgba(243, 7, 7, 1);
}

.se-form-group input,
.se-form-group textarea {
    background-color: transparent;
    width: 100%;
    padding: 10px;
    border: none;
    border-bottom: 2px solid #ccc;
    outline: none;
}

#message {
    border-bottom: 1px solid rgba(1, 28, 42, 1)
}

.se-form-group input:focus,
.se-form-group textarea:focus {
    border-bottom: 2px solid #1C97DD;
}

.se-form-group textarea {
    resize: vertical;
    height: 100px;
    border-bottom: 2px solid #ccc;
}

.btn-1 {
    background-color: rgba(1, 28, 42, 1);
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

@media (max-width: 768px) {
    .se-contact-methods {
        justify-content: center;
    }

    .method {
        flex: 0 1 45%;
        margin: 10px;
    }

    .consultation-form {
        flex-direction: column;
        padding-inline: 5px;
    }

    .consultation-type,
    .se-form {
        margin-bottom: 20px;
    }

    .consultation-type {
        margin-right: 0;
    }
}

@media(max-width: 568px){
    .container-1 {
        flex-direction: column;
        padding: 10px;
    }

    .se-contact-title{
        font-size: 52px;

    }

    .se-contact-image img {
        text-align: center;
        width: 150px;
    }
}

@media(max-width: 390px){
    .consultation-type{
        padding: 20px;
    }
    .consultation-type label {
        font-size: 16px;
    }
}
