.contact-section {
    padding: 60px 0 0px;
    position: relative;
}

.contact-section .cards-image__top-content p {
    padding-bottom: 10px;
}

.contact-section .cards-image__top-content h2 {
    padding-bottom: 16px;
}

.contact-page-wrapper {
    width: 100%;
    max-width: 984px;
    margin-top: 20px;
}

.privacy-policy {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.privacy-policy-img {
    width: 26px;
}

.privacy-policy p {
    width: calc(100% - 26px);
    color: #717171;
    font-size: 12px;
    line-height: 1.33em;
    padding: 0;
}

.privacy-policy p a {
    font-weight: bold;
    color: #717171;
    position: relative;
    z-index: 1;
}

.privacy-policy p a:hover::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 104%;
    height: 120%;
    background-color: #FFC820;
    z-index: -1;
}

.privacy-policy p a:hover {
    color: #fff;
    text-decoration: none;
}

.form-col button {
    width: 100%;
}

.expected-response-time {
    font-size: 16px;
    padding-top: 20px;
}

.expected-response-time span {
    font-weight: bold;
}

.contact-rental-wrapper {
    background-color: #F7F7F7;
    border: 4px solid #1A1A1A;
    max-width: 1360px;
    margin: 0 auto;
    padding: 48px 32px 38px;
}

.contact-rental-block {
    position: relative;
    padding: 157px 0;
}

.contact-rental-block .cards-image__top-content h2 {
    font-size: 22px;
    padding-bottom: 15px;
}


/* .contact-rental-block .cards-image__top-content p {
    padding-bottom: 26px;
} */

.rental-red-border .contact-rental-wrapper {
    border: 4px solid #952618;
}

.rental-red-border .cards-image__top-content h5::before,
.rental-red-border .cards-image__top-content h5::after {
    background-color: #952618;
}

.contact-rental-block h4.subheading {
    padding-bottom: 0;
}

@media(min-width: 768px) {
    .contact-rental-block {
        padding: 182px 0;
    }

    .contact-rental-block .cards-image__top-content h2 {
        font-size: 32px;
    }

    .lebel-inline {
        display: flex;
    }

    .lebel-inline .form-radio-wrapper {
        margin-top: 0;
        margin-left: 25px;
    }

    .contact-rental-wrapper {
        padding: 53px 57px 30px;
    }

    .contact-rental-wrapper .privacy-policy-img {
        position: relative;
        top: -7px;
    }
}

@media(min-width: 1200px) {
    .contact-rental-wrapper .privacy-policy-img {
        top: 0;
    }

    .contact-rental-wrapper .privacy-policy p {
        width: auto;
    }

    .contact-rental-wrapper .col-md-6 .privacy-policy p {
        width: 90%;
    }

    .contact-rental-wrapper .privacy-policy {
        justify-content: center;
        padding-right: 0;
    }

    .contact-section .cards-image__top-content p {
        padding-bottom: 20px;
    }

    .contact-section {
        padding: 84px 0 0;
    }

    .contact-page-wrapper {
        margin-top: 33px;
    }

    .privacy-policy {
        align-items: center;
        padding-right: 66px;
        margin-top: 12px;
        text-align: left;
    }

    .form-col button {
        font-size: 18px;
    }
}

.testimonials+.contact-rental-block.has-top-ripped {
    margin-top: 90px;
}

.contact-rental-block {
    padding-bottom: 66px;
    padding-top: 66px;
}

.contact-rental-block.has-top-ripped {
    padding-top: 66px;
}

.contact-rental-block.has-bottom-ripped+.image-text {
    margin-top: 120px;
}


.contact-page-wrapper label {
    text-align: left;
}

.form-radio-wrapper {
    text-align: left;
}

.wpcf7-radio .wpcf7-list-item {
    display: inline-block;
    font-weight: 400;
    position: relative;
    padding-left: 0px;
    margin-top: 0px;
    cursor: pointer;
    font-size: 16px;
    user-select: none;
    margin-bottom: 1px;
    font-family: Roboto, sans-serif;
    color: rgba(0, 0, 0, 0.6);
    text-transform: capitalize;
    margin-right: 25px !important;
    float: left;
}

.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
    text-transform: capitalize;
    font-weight: normal;
}


/* .contact-page-wrapper .wpcf7-list-item,
.contact-page-wrapper label {
    display: flex;
} */

.contact-page-wrapper .wpcf7-list-item {
    margin: 0;
    margin-right: 20px !important;
}

.contact-page-wrapper .wpcf7-list-item label {
    font-family: Roboto, sans-serif !important;
    color: rgba(0, 0, 0, 0.6);
    text-transform: capitalize !important;
}

.contact-page-wrapper .wpcf7-list-item:not(:last-child) {
    margin-bottom: 10px;
}

.contact-page-wrapper label {
    cursor: pointer;
    font-weight: bold;
}

.contact-page-wrapper [type="radio"],
.contact-page-wrapper [type="checkbox"] {
    position: absolute;
    left: -9999px;
}

.contact-page-wrapper [type="radio"]+.wpcf7-list-item-label,
.contact-page-wrapper [type="checkbox"]+.wpcf7-list-item-label {
    position: relative;
    padding-left: 30px;
    line-height: 20px;
    font-size: 16px;
    font-family: Roboto, sans-serif;
    font-weight: normal;
}

.contact-page-wrapper [type="radio"]+.wpcf7-list-item-label::before,
.contact-page-wrapper [type="checkbox"]+.wpcf7-list-item-label::before,
.contact-page-wrapper [type="radio"]+.wpcf7-list-item-label::after,
.contact-page-wrapper [type="checkbox"]+.wpcf7-list-item-label::after {
    content: "";
    position: absolute;
    box-sizing: border-box;
}

.contact-page-wrapper [type="radio"]+.wpcf7-list-item-label::before,
.contact-page-wrapper [type="radio"]+.wpcf7-list-item-label::after {
    border-radius: 50%;
}

.contact-page-wrapper [name="customer-subscribe"]+.wpcf7-list-item-label::before {
    border-radius: 0;
    top: 1px !important;
    background: #FFC820;
}

.contact-page-wrapper [type="radio"]+.wpcf7-list-item-label::before,
.contact-page-wrapper [type="checkbox"]+.wpcf7-list-item-label::before {
    top: 2px;
    left: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #DBDBDB;
}

.contact-page-wrapper [type="radio"]+.wpcf7-list-item-label::after,
.contact-page-wrapper [type="checkbox"]+.wpcf7-list-item-label::after {
    top: 6px;
    left: 4px;
    width: 10px;
    height: 10px;
    background: #FFC820;
    transition: all 0.2s;
}

.contact-page-wrapper [type="checkbox"]+.wpcf7-list-item-label::after {
    content: '✓';
    top: 0;
    left: 0;
    width: 18px;
    height: 19px;
    font-size: 14px;
    text-align: center;
}



.contact-page-wrapper [type="radio"]:not(:checked)+.wpcf7-list-item-label::after,
.contact-page-wrapper [type="checkbox"]:not(:checked)+.wpcf7-list-item-label::after {
    opacity: 0;
    transform: scale(0.01);
}

.contact-page-wrapper [type="radio"]:checked+.wpcf7-list-item-label::after,
.contact-page-wrapper [type="checkbox"]:checked+.wpcf7-list-item-label::after {
    opacity: 1;
    transform: scale(1);
}

.contact-page-wrapper .choices {
    text-align: left;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000 !important;
    opacity: 0.6;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000 !important;
    opacity: 0.6;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #000 !important;
    opacity: 0.6;
}

.wpcf7-form-control-wrap {
    display: block;
    text-align: left;
}

.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    margin-top: 5px;
    display: inline-block;
}

.contact-page-wrapper .wpcf7-submit {
    width: 100%;
    display: block;
}

.form-radio-wrapper {
    display: flex;
}

@media(min-width: 768px) and (max-width:1024px) {

    .form-radio-wrapper {
        display: flex;

    }
}

@media (min-width:768px) {
    .contact-page-wrapper .wpcf7-list-item {
        margin: 0;
        margin-right: 55px !important;
    }
}

.accordian-block.has-bottom-ripped + .contact-rental-block{
    margin-top: 120px;
}

.wysiwyg.has-bottom-ripped + .contact-rental-block:not(.has-top-ripped) {
    margin-top: 120px;
}