input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    padding: 15px;
    border: 0;
    border: 1px solid #E0E0E0;
    outline: 0;
    margin-top: 10px;
    background: #fff;
    border-radius: 0
}

.gform_wrapper.gravity-theme .gfield_label {
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 400 !important;
    margin-bottom: 8px;
    display: inline-block;
    padding: 0;
}

.gform_wrapper.gravity-theme input[type=color],
.gform_wrapper.gravity-theme input[type=date],
.gform_wrapper.gravity-theme input[type=datetime-local],
.gform_wrapper.gravity-theme input[type=datetime],
.gform_wrapper.gravity-theme input[type=email],
.gform_wrapper.gravity-theme input[type=month],
.gform_wrapper.gravity-theme input[type=number],
.gform_wrapper.gravity-theme input[type=password],
.gform_wrapper.gravity-theme input[type=search],
.gform_wrapper.gravity-theme input[type=tel],
.gform_wrapper.gravity-theme input[type=text],
.gform_wrapper.gravity-theme input[type=time],
.gform_wrapper.gravity-theme input[type=url],
.gform_wrapper.gravity-theme input[type=week],
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea {
    font-size: inherit !important;
    font-family: inherit !important;
    line-height: inherit !important;
}

.gform_wrapper.gravity-theme input[type=color],
.gform_wrapper.gravity-theme input[type=date],
.gform_wrapper.gravity-theme input[type=datetime-local],
.gform_wrapper.gravity-theme input[type=datetime],
.gform_wrapper.gravity-theme input[type=email],
.gform_wrapper.gravity-theme input[type=month],
.gform_wrapper.gravity-theme input[type=number],
.gform_wrapper.gravity-theme input[type=password],
.gform_wrapper.gravity-theme input[type=search],
.gform_wrapper.gravity-theme input[type=tel],
.gform_wrapper.gravity-theme input[type=text],
.gform_wrapper.gravity-theme input[type=time],
.gform_wrapper.gravity-theme input[type=url],
.gform_wrapper.gravity-theme input[type=week],
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea {
    padding: 12px !important
}

.gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 5px !important
}

::placeholder {
    color: #B6B6B6 !important
}

.gform_wrapper .gform_validation_errors>h2 {
    font-size: 13px !important;
    font-weight: 400 !important
}

.gform_wrapper .gfield_validation_message,
.gform_wrapper .validation_message {
    font-size: 13px !important;
    font-weight: 400 !important;
    padding: 4px 10px !important
}

.gform_wrapper.gravity-theme .gfield textarea.large {
    height: 230px !important
}

input[type="submit"],
button,
.button {
    background: transparent;
    margin-top: 0;
    margin-bottom: 0 !important;
    font-weight: 600;
    padding: 19px 33px;
    height: 70px;
    border-radius: 40px;
    border: 3px solid var(--maincolor);
    color: var(--maincolor);
    font-size: 20px;
    line-height: 1.3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.largeBtn {
    padding: 20px 42px;
    border-radius: 42px;
}

.smallBtn {
    height: 50px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    border-width: 2px;
}   

.medBtn {
    font-size: 18px;
    line-height: 26px;
    padding: 10px 25px;
    color: var(--maincolor) !important
}

.medBtn:hover {
    text-decoration: none !important;
}
.bookOnlineWrap .medBtn {
    padding: 10px 40px
}
.borderedBtn {
    border: 3px solid #fff;
    background-color: transparent;
    color: #fff;
    transition: all 0.2s;
    border-radius: 50px;
}

.booknowHead.borderedBtn {
    padding: 10px 26px;
    font-weight: 400;
}

.blueBtn {
    background-color: var(--maincolor);
}

.whiteBGBtn {
    background-color: #fff;
    border-color: #fff;
    color: var(--maincolor) !important
}

.blueBGBtn {
    background-color: var(--maincolor);
    border-color: var(--maincolor);
    color: #fff !important
}

.blueBGBtnHover:hover {
    background-color: #fff !important;
    color: var(--maincolor) !important;
    text-decoration: none !important;
}

.borderedBtn:hover {}

.darkblueBtn {
    background-color: var(--darkblue);
}

.whiteBtn {
    background-color: #fff;
    color: var(--maincolor) !important
}

.serviceCForm .gform_button.button {
    background-color: #fff !important;
    color: #646464 !important
}

.serviceCForm .gform_footer.top_label {
    margin: 0 !important;
}


.gfmc-field div:not(.gchoice) {
    padding-bottom: 0 !important;
}

#pageContact .gform_wrapper.gravity-theme .gfield textarea.large {
    height: 241px !important;
}

#pageContact .gfmc-column:first-child {
    padding-right: 12px;
}

#pageContact .gfmc-column.gfield {
    margin-bottom: 0px;
}

#pageContact #field_1_6 {
    margin: 0;
    padding: 0
}

#pageContact .contactForm h3 {
    margin-bottom: 38px
}

.gform_wrapper.gravity-theme .gform_footer,
.gform_wrapper.gravity-theme .gform_page_footer {
    margin: 0 !important;
    padding: 0 !important;
    margin-top: 26px !important
}

#pageContact .gfield_label {
    color: #646464 !important
}