.form-2 .custom_padding {
    padding: 90px 0px 120px;
}
.form-2 .pr {
    padding-right: 15px;
}
.form-2 .pl {
    padding-left: 15px;
}
.form-2 .mainbox {
    padding: 50px 60px;
}
.form-2 .sidebox {
    padding: 40px;
}
.form-2 .black_background .subheading-margin-bottom {
    color: var(--white);
    margin-bottom: 30px;
}
.form-2 .black_background p,
.form-2 .black_background a {
    color: var(--light-grey);
}
.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 a.contact-number,
.form-2 a.email-address {
    color: unset;
}
.form-2 .subheading-margin-bottom {
    margin-bottom: 30px;
}
.form-2 .sidebox a {
    opacity: 0.7;
}
@media(max-width: 1199.98px){
    .form-2 .mainbox,
    .form-2 .sidebox {
        padding: 30px;
    }
    .form-2 .custom_padding {
        padding: 60px 0px;
    }
}
@media(max-width: 991.98px){
    .form-2 .contact-form-area {
        margin-bottom: 30px;
    }
    .form-2 .custom_padding {
        padding: 40px 0px;
    }
}
@media(max-width: 767.98px) {
    .form-2 .custom_padding {
        padding: 30px 0px;
    }
}
@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;
    }
    .form-2 .mainbox,
    .form-2 .sidebox {
        padding: 30px;
    }
}