﻿
.enquiryBigBG {
    background-image: url("../asset/enquiryBigBG.jpg");
}



/*Enquiry*/

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
    color: #00af9d;
}

.enquiryTitle {
    font-family: "Poppins-Bold" !important;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    color: #444444;
}

.contact-form-area .contact-form-wrapper form.contact-form .nice-select {
    width: 100%;
    height: 60px;
    background: #fff;
    padding: 11px 19px 11px 12px;
    line-height: 10px;
    border-radius: 5px;
    border: 1px solid #efebeb;
    background: #fff;
    color: #a6abb0;
    font-size: 17px;
    margin-bottom: 20px;
}

.enquiryInput {
    width: 100%;
    height: 33px !important;
    background: #FFFFFF;
    border: 0.5px solid rgba(175, 175, 175, 0.55) !important;
    border-radius: 10px !important;
}

.contact-form-area .contact-form-wrapper form.contact-form input {
    height: 33px;
    width: 100%;
    color: #777777;
    font-size: 18px;
    font-weight: 400;
    padding: 9px 33px 9px 12px;
    border-radius: 10px;
    border: 0.5px solid rgba(175, 175, 175, 0.55);
    background: #fff;
    margin-bottom: 20px;
}


.submitEnquiry {
    width: 371px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #00AF9D;
    border-radius: 20px;
    font-family: "Poppins-Medium" !important;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #00AF9D;
    outline: none;
}

    .submitEnquiry:hover {
        width: 371px;
        height: 40px;
        background: #00AF9D;
        border: 1px solid #00AF9D;
        border-radius: 20px;
        font-family: "Poppins-Medium" !important;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 27px;
        color: #FFFFFF;
        outline: none;
        transition: all 0.2s
    }

    .submitEnquiry:active {
        width: 371px;
        height: 40px;
        background: #0E9284;
        border: 1px solid #00AF9D;
        border-radius: 20px;
        font-family: "Poppins-Medium" !important;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 27px;
        color: #FFFFFF;
        outline: none;
        transition: all 0.2s
    }
