.contact_section .contact_header {
    text-align: center;
    margin: 75px auto;
}

.demo-form-title h1 {
    font-size: 80px;
    line-height: 130px;
    letter-spacing: 4px;
    font-weight: 600;
    color: #0E2368;
}

.demo-form-text {
    width: 100%;
}

.demo-form-text p {
    font-size: 20px;
    line-height: 33px;
    color: #0E2368;
    margin-top: 20px;
}

.demo-page,
.contact-map {
    margin: 75px auto;
}

.contact_section .pl {
    padding-left: 4rem;
}


.contact_section .map_section {
    height: 425px;

}

.contact_section .contact-info-area{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    row-gap: 50px;
}

.contact_section .contact-info-area .row{
    width: 90%;
}

.contact_section .form_section {
    border-radius: 20px;
    overflow-y: hidden;
}

.contact_section .map_section .map-responsive {
    height: 100%;
}

.contact_section .map_section .map-responsive iframe {
    height: 100%;
}

.contact_section .contact_box {
    width: 700px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #ffffff;
    border-radius: 30px;
    padding: 20px 35px 25px 35px;
    -webkit-box-shadow: 1px 2px 8px 3px rgba(0, 0, 0, 0.22);
    box-shadow: 1px 2px 8px 3px rgba(0, 0, 0, 0.22);
}

.form-section,
.map_section {
    border: 10px solid #DFDFDF;
    border-radius: 12px;
}

.demo-form {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 16px;
}

.demo-form-checkbox {
    flex: 0 0 38.5%;
    padding: 50px 32px 38px 38px;
    background-color: rgba(245, 244, 237, .3);
}

.sector-title {
    font-weight: 500;
    color: #f7672c;
    font-size: 18px;
    line-height: 22px;
    padding-left: 10px;
    margin-bottom: 20px;
}

.demo-form-list-box {
    height: auto;
    margin-bottom: 10px;
}

.demo-form-list-checkbox {
    position: relative;
    min-width: 230px;
    height: 52px;
}

.demo-form-list-checkbox input[type="checkbox"] {
    position: relative;
    height: 100%;
    width: 100%;
    cursor: pointer;
    outline: none;
    z-index: 1;
    opacity: 0;
}

.demo-form-list-checkbox input:checked+label {
    border: 1px solid #eee;
    background-color: #fff;
}


.demo-form-list-checkbox label {
    transition: border .2s ease, background-color .2s ease;
    position: absolute;
    bottom: 0;
    height: 80%;
    width: 100%;
    display: flex;
    flex-flow: row;
    align-items: center;
    padding: 10px;
    border: 1px solid transparent;
    border-radius: 10px;
    cursor: pointer;
}

.demo-form-list-checkbox label img {
    width: 28px;
    height: auto;
    margin-right: 10px;
}

.demo-form-list-checkbox label span {
    font-weight: 400;
    color: #121216;
    font-size: 14px;
    line-height: 28px;
}

.demo-form-list-checkbox input:checked+label span {
    color: #ff3d00;
}

.demo-form-input-group {
    display: flex;
    flex: 1 1;
    flex-flow: column;
    padding: 30px 50px 30px 30px;
}

.demo-form-input,
.demo-form-button {
    width: 100%;
}

.demo-form-input {
    margin-bottom: 15px;
}

.demo-form-input input {
    font-weight: 400;
    width: 100%;
    font-size: 14px;
    line-height: 12px;
    color: #121216;
    border: 1.5px solid #eee;
    border-radius: 70px;
    padding: 10.5px 30px 10.5px;
    transition: all .3s ease-in;
}

.demo-form-input span {
    padding-left: 30px;
}

.demo-form-input textarea {
    width: 100%;
    padding: 17px 30px 7px;
    resize: vertical;
    min-height: 100px;
    background: #fff;
    border: 1.5px solid #eee;
    border-radius: 15px;
    transition: all .3s ease-in;
}

.privacy-checkbox label a {
    color: #f7672c;
    text-decoration: underline;
}

.privacy-checkbox label a:hover {
    text-decoration: none;
}

.demo-form-button {
    margin-top: 25px;
}

.btn {
    font-weight: 600;
    transition: all .5s ease-in-out;
    border: 1px solid transparent;
    cursor: pointer;
    text-align: center;
    align-items: center;
    text-decoration: none;
}

.btn-orange {
    background-color: #f7672c;
    border-color: #f7672c;
    color: #fff;
    transition: all .5s ease;
}

.btn-orange:hover{
    color: #ffffff;
    background-color: #fd7b48;
}

.rounded-full {
    border-radius: 100px;
}

.demo-form-button button {
    position: relative;
    display: inline-flex;
    justify-content: center;
    width: 100%;
    padding: 10px;
}

.btn-orange[disabled] {
    background-color: #b1b1b1;
    border-color: #b1b1b1;
    color: #121216;
}

.invisible-checkboxes {
    display: none;
}

/* Validation telephone number */
#error-msg {
    color: #ea4335;
}

#valid-msg {
    color: #34a853;
}

.hide {
    display: none;
}

.form-map {
    background-color: #fff;
    border-radius: 16px;
}

.contact-info-area a,
.contact-info-area span {
    text-decoration: none;
    color: #0E2368;
    font-size: 20px;
    line-height: 36px;
}

.contact-info-area img {
    width: 52px;
    height: auto;
}

@media (max-width:575.98px) {

    .demo-form-title h1{
        font-size: 47px;
        line-height: 58px;
    }
    .contact_section .contact-info-area
    {
        row-gap: 20px;
    }

    .contact-info-area a,
    .contact-info-area span {
        font-size: 16px;
        line-height: 26px;
    }

    .contact-info-area img {
        width: 36px;
    }

    .demo-form-input-group {
        padding: 30px 15px;
    }

    .demo-form-text p {
        font-size: 17px;
        line-height: 22px;
    }

    .demo-form {
        flex-flow: column;
    }
}

@media (min-width:576px) and (max-width:991.98px) {

    .demo-form-title h1{
        font-size: 45px;
        line-height: 77px;
    }

    .demo-form-text p {
        font-size: 12px;
        line-height: 18px;
    }

    .demo-form-checkbox {
        padding: 5px;
    }

    .form-section {
        border: 4px solid #DFDFDF;
    }

    .sector-title,
    .contact-info-area a,
    .contact-info-area span {
        font-size: 12px;
    }

    .demo-form-list-checkbox {
        min-width: 115px;
        height: 48px;
    }

    .demo-form-list-checkbox label {
        height: 100%;
        padding: 0;
    }

    .demo-form-list-checkbox img {
        width: 20px;
        margin-right: 5px;
    }

    .demo-form-list-checkbox label span {
        font-size: 11px;
        line-height: 11px;
    }

    .demo-form-input-group {
        padding: 5px;
    }

    .demo-form-input {
        margin-bottom: 5px;
    }

    .demo-form-input input,
    .demo-form-input textarea {
        padding: 5px 14px;
        font-size: 12px;
    }

    .demo-form-button {
        margin-top: 8px;
        font-size: 12px;
        padding: 8;
    }
    .contact-info-area img {
        width: 38px;
    }
}

@media (max-width:992px) {
    .demo-page .pl {
        padding-left: 1.5rem;
    }
}

@media (min-width:992px) and (max-width:1199.98px) {

    .demo-form-title h1 {
        font-size: 60px;
        line-height: 90px;
    }

    .demo-form-text p,
    .contact-info-area a,
    .contact-info-area span {
        font-size: 17px;
        line-height: 27px;
    }

    .demo-form-checkbox {
        padding: 30px 0 0 10px;
    }
}