/*
CTC Separate Stylesheet
Updated: 2024-10-02 06:50:09
*/

#enquiryForm{max-width: 767px;margin:0 auto;padding:30px}
.enquiryFormAcceptance .intl-tel-input{width:100%;}
.enquiryFormAcceptance input, .enquiryFormAcceptance textarea{font-weight:bold;}
.enquiryFormRowLabel p {margin-bottom: 0px;color: #000;text-align: left;font-weight:500;line-height:20px;}
span.enquiryFormRowLabelMandatory {color: red;}
.enquiryFormRow .wpcf7-acceptance .wpcf7-list-item-label {margin-left: 5px;font-size: 0.9em;color:#000;}
.enquiryFormRow .wpcf7-list-item {margin: 0px;}
.enquiryFormRow .enquiryFormRowLabel, .enquiryFormRow .enquiryFormRowInput, .enquiryFormRow .enquiryFormRowLabel p {width: 100%;font-size:14px;}
#intlPhoneNumber{width: 100%;}
.enquiryFormRowInput select, .enquiryFormRowInput input, .enquiryFormRowInput select,  .enquiryFormRowInput textarea {width: 100%;background: transparent;border:1px solid #ce9f73;box-shadow: none;border-radius: 10px;padding: 10px;color:#000;}
#submitInquiryId {width: 100%;background-color: #615B2C;color: #E1D0AB;border: 0px;border-radius: 20px;padding: 10px 20px;font-weight:600;}
#submitInquiryId:disabled {
    cursor: not-allowed;
    background-color: #ce9f73 !important;
    color: #fff;
    box-shadow: 0px 4px 4px 0px #00000040;
    font-weight: 600;
}
#enquiryForm .wpcf7-acceptance {font-size: 12px;}