/*Enquire Now form section */

.enquire-now-form-section {
    display: flex;
    justify-content: center;
    padding: 5.6rem 0;
}

.enquire-now-form-section .formsection {
    display: flex;
    flex-direction: column;
    max-width: 1600px;
}

.enquire-now-form-section .formsection__heading {
    padding-left: 5vw;
    width: 70%;
    color: #2c2c2c;
    font-family: Josefin Sans, sans-serif;
    font-size: 4.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 6rem; /* 125% */
    margin-bottom: 5rem;
}

.enquire-now-form-section .formsection__form {
    width: 100%;
    display: flex;
    gap: 5vw;
    padding-left: 5vw;
}

.enquire-now-form-section .formsection__form form {
    width: 45vw;
    display: flex;
    flex-direction: column;
}

.enquire-now-form-section .formsection__form form #errorMessage {
    color: #a50918;
    background-color: rgba(151, 33, 33, 0.1);
    font-family: Josefin Sans, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.16px;
    width: 100%;
    display: flex;
    padding: 1rem 2rem;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 30px;
    border: 1px solid #a50918;
    margin-bottom: 3rem;
    text-wrap: wrap;
}

.enquire-now-form-section .formsection__form form #errorMessage.success {
    color: #00bd1e;
    background-color: rgba(0, 189, 31, 0.0980392157);
    border: 1px solid #00bd1e;
}

.enquire-now-form-section .formsection__form form label {
    color: #2c2c2c;
    font-family: Josefin Sans, sans-serif;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2.2rem; /* 122.222% */
    letter-spacing: -0.18px;
    margin-bottom: 1rem;
}

.enquire-now-form-section .formsection__form form .full-name {
    display: flex;
    gap: 2rem;
    width: 100%;
    margin-bottom: 3rem;
}

.enquire-now-form-section .formsection__form form .full-name .first-name {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.enquire-now-form-section .formsection__form form .full-name .first-name #first-name {
    width: 100%;
    height: 4.4rem;
    display: flex;
    padding: 10px 20px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 30px;
    border: 1px solid #98a3b1;
}

.enquire-now-form-section .formsection__form form .full-name .last-name {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.enquire-now-form-section .formsection__form form .full-name .last-name #last-name {
    width: 100%;
    height: 4.4rem;
    display: flex;
    padding: 10px 20px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 30px;
    border: 1px solid #98a3b1;
}

.enquire-now-form-section .formsection__form form .contact-group {
    display: flex;
    gap: 1rem;
}

.enquire-now-form-section .formsection__form form .contact-group .email {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.enquire-now-form-section .formsection__form form .contact-group .email #email {
    display: flex;
    height: 44px;
    padding: 8px 10px 8px 16px;
    border-radius: 40px;
    border: 1px solid #98a3b1;
    margin-bottom: 3rem;
}

.enquire-now-form-section .formsection__form form .contact-group .email #email::placeholder {
    color: #9ca3af;
    font-family: Lato, sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

.enquire-now-form-section .formsection__form form .contact-group .phone {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
}

.enquire-now-form-section .formsection__form form .contact-group .phone #phone {
    display: flex;
    height: 44px;
    border-radius: 40px;
    border: 1px solid #98a3b1;
    margin-bottom: 3rem;
    padding: 8px 10px 8px 9rem;
}

.enquire-now-form-section .formsection__form form .contact-group .phone #phone::placeholder {
    color: #9ca3af;
    font-family: Lato, sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

.enquire-now-form-section .formsection__form form .contact-group .phone #country {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 30%;
    padding-left: 1rem;
    width: 8rem;
    height: 4.4rem;
    border-bottom-left-radius: 2rem;
    border-top-left-radius: 2rem;
    cursor: pointer;
    font-size: 1.6rem;
    background: transparent;
    border: none;
    outline: none;
}

.enquire-now-form-section .formsection__form form .contact-group .phone #country::placeholder {
    color: #9ca3af;
    font-family: Lato, sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

.enquire-now-form-section .formsection__form form textarea {
    display: flex;
    height: 10rem;
    padding: 1.5rem 1rem 1.5rem 1.6rem;
    gap: 1rem;
    align-self: stretch;
    border-radius: 2rem;
    font-family: Lato, sans-serif;
    border: 1px solid #98a3b1;
    margin-bottom: 3rem;
}

.enquire-now-form-section .formsection__form form textarea::placeholder {
    color: #9ca3af;
    font-family: Lato, sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

.enquire-now-form-section .formsection__form form .checkbox-submitbtn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.enquire-now-form-section .formsection__form form .checkbox-submitbtn .checkbox {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.enquire-now-form-section .formsection__form form .checkbox-submitbtn .checkbox #checkbox {
    width: 3rem;
    height: 3rem;
}

.enquire-now-form-section .formsection__form form .checkbox-submitbtn .checkbox label {
    margin-bottom: 0;
}

.enquire-now-form-section .formsection__form form .checkbox-submitbtn .checkbox label p {
    font-family: Josefin Sans, sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.01em;
    text-align: left;
    color: #4b5563;
}

.enquire-now-form-section .formsection__form form .checkbox-submitbtn .checkbox label a {
    color: #00bd1e !important;
}


.enquire-now-form-section .formsection__form .form-image {
    width: 45vw;
    height: auto;
}

@media only screen and (min-width: 1600px) {
    .enquire-now-form-section .formsection__heading {
        width: 80%;
        padding-left: 0;
    }

    .enquire-now-form-section .formsection__form {
        padding-left: 0;
    }

    .enquire-now-form-section .formsection__form form {
        width: 50vw;
    }

    .enquire-now-form-section .formsection__form .form-image {
        width: 35vw;
        height: auto;
    }
}

@media only screen and (min-width: 900px) and (max-width: 1000px) {
    .enquire-now-form-section .formsection__heading {
        width: 80%;
    }

    .enquire-now-form-section .formsection__form form {
        width: 50vw;
    }

    .enquire-now-form-section .formsection__form .form-image {
        width: 40vw;
        height: auto;
    }
}

@media only screen and (min-width: 800px) and (max-width: 900px) {
    .enquire-now-form-section .formsection__heading {
        width: 90%;
    }

    .enquire-now-form-section .formsection__form {
        flex-direction: column;
    }

    .enquire-now-form-section .formsection__form form {
        width: 70vw;
    }

    .enquire-now-form-section .formsection__form .form-image {
        margin-left: auto;
        width: 60vw;
        height: auto;
    }
}

@media only screen and (min-width: 700px) and (max-width: 800px) {
    .enquire-now-form-section .formsection__heading {
        width: 90%;
        font-size: 4.3rem;
    }

    .enquire-now-form-section .formsection__form {
        flex-direction: column;
    }

    .enquire-now-form-section .formsection__form form {
        width: 90vw;
    }

    .enquire-now-form-section .formsection__form .form-image {
        display: none;
    }
}

@media only screen and (min-width: 600px) and (max-width: 700px) {
    .enquire-now-form-section .formsection__heading {
        width: 100%;
        font-size: 4rem;
    }

    .enquire-now-form-section .formsection__form {
        flex-direction: column;
    }

    .enquire-now-form-section .formsection__form form {
        width: 90vw;
    }

    .enquire-now-form-section .formsection__form .form-image {
        display: none;
    }
}

@media only screen and (min-width: 500px) and (max-width: 600px) {
    .enquire-now-form-section .formsection__heading {
        width: 100%;
        font-size: 4rem;
    }

    .enquire-now-form-section .formsection__form {
        flex-direction: column;
    }

    .enquire-now-form-section .formsection__form form {
        width: 90vw;
    }

    .enquire-now-form-section .formsection__form .form-image {
        display: none;
    }
}

@media only screen and (min-width: 320px) and (max-width: 500px) {
    .enquire-now-form-section .formsection__heading {
        width: 100%;
        font-size: 3.2rem;
        line-height: 120%;
    }

    .enquire-now-form-section .formsection__form {
        flex-direction: column;
    }

    .enquire-now-form-section .formsection__form form {
        width: 90vw;
    }

    .enquire-now-form-section .formsection__form form .contact-group {
        flex-direction: column;
    }

    .enquire-now-form-section .formsection__form .form-image {
        display: none;
    }

    .enquire-now-form-section .formsection__form form .checkbox-submitbtn {
        flex-direction: column;
    }

    .enquire-now-form-section .formsection__form form .checkbox-submitbtn .checkbox {
        margin-bottom: 2rem;
    }
}

/*End of enquire now form section*/