.form-2 .custom_padding {
    padding-bottom: 60px;
}
.form-2 .pr {
    padding-right: 15px;
}
.form-2 .pl {
    padding-left: 15px;
}
.form-2 .seafoam_background {
    padding: 40px 60px;
}
.form-2 .black_background .subheading-margin-bottom {
    color: var(--white);
    margin-bottom: 30px;
}
.form-2 p.address,
.form-2 a.contact-number,
.form-2 a.email-address {
    display: block;
    position: relative;
    padding-left: 45px;
    margin-bottom: 30px;
    text-decoration: none;
}
.form-2 a.email-address {
    margin-bottom: 0px;
}
.form-2 p.address:before {
    content: '';
    background-image: url('assets/location-pin.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 27px;
    height: 24px;
}
.form-2 a.contact-number:before {
    content: '';
    background-image: url('assets/phone.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 23px;
    height: 21px;
}
.form-2 a.email-address:before {
    content: '';
    background-image: url('assets/email.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 23px;
    height: 21px;
}
.form-2 input[type="submit"] {
    margin: 0px;
}
.form-2 .gradient_background {
    background: -moz-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#000000",GradientType=1);
}
.form-2 .gradient_background * {
    color: var(--white);
}
.form-2 .gradient_background:first-of-type {
    margin-bottom: 25px;
}
@media(max-width: 1199.98px){
    .form-2 .seafoam_background {
        padding: 30px;
    }
}
@media(max-width: 991.98px){
    .form-2 .contact-form-area {
        margin-bottom: 30px;
    }
    .form-2 .custom_padding {
        padding-bottom: 40px;
    }
}
@media(max-width: 767.98px) {
    .form-2 .custom_padding {
        padding-bottom: 30px;
    }
}
@media(max-width: 575.98px){
    .form-2 .pr {
        padding-right: 0px;
    }
    .form-2 .pl {
        padding-left: 0px;
    }
    .form-2 .contact-form-area {
        margin-bottom: 15px;
    }
}
/*Embed*/
.form-2 table.CONTENT tbody {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}
.form-2 table.CONTENT tbody tr {
    margin: 10px;
    width: calc(50% - 20px);
}
.form-2 table.CONTENT tbody tr td {
    width: 100vw;
}
.form-2 table.CONTENT tbody tr:last-of-type td {
    width: 100%;
    display: block;
}
.form-2 table.CONTENT tbody tr:last-of-type {
    width: 100%;
}
.form-2 table.CONTENT tbody tr td span.VIEWBOXCAPTION {
    font-weight: 600;
    font-size: 15px;
    color: #000;
}
.form-2 table.CONTENT tbody tr td span.VIEWBOXNOBG {
    display: none;
}
.form-2 table.CONTENT tbody tr:last-of-type td {
    margin-bottom: 20px;
}
.form-2 table.CONTENT tbody tr td span.VIEWBOX input {
    border: 1px solid var(--mid-grey);
    border-radius: 0px;
}
@media(max-width: 575.98px){
    .form-2 table.CONTENT tbody tr {
        margin: 5px;
        width: 100%
    }
    .form-2 table.CONTENT tbody {
        margin: -5px;
    }
    .form-2 table.CONTENT tbody tr:last-of-type td {
        margin-bottom: 10px;
    }
}