#wrapper #form-section{
    padding: 0;
}
.header-image{
    position: relative;
    width: 100%;
}
.header-image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: bottom;
}
.header-image .page-title{
    display: none;
    position: absolute;
    bottom: 10%;
    left: 4%;
}
.header-image .page-title h1{
    color: #fff;
    font-size: 60px;
}
.contact-form-holder{
    position: absolute;
    top: 70%;
    width: 100%;
}
.contact-form{
    background-color: #fff;
    padding: 0 4%;
    box-shadow: 4px 4px 16px rgba(0,0,0,0.05), -2px -2px 8px rgba(0,0,0,0.05);
    padding-right: 0;
}
.contact-form > [class*="col-"]{
    padding: 20px 20px 40px 20px;
}
.contact-form > [class*="col-"]:last-child{
    padding-top: 45px;
    padding-left: 4em;
    padding-right: 4em;
}
.contact-form .title-wrapper{
    margin-bottom: 20px;
}
.contact-form .title-wrapper small{
    position: relative;
    bottom: unset;
    left: unset;
}
.contact-note{
    padding-bottom: 25px;
    border-bottom: 2px solid #e6e6e6;
    margin-bottom: 1em;
}
.exlent-footer-small-holder{
    position: absolute;
    bottom: 15%;
    width: 100%;
    z-index: 2;
}
.exlent-footer-small{
    position: relative;
    width: 50%;
    left: -1%;
    bottom: 0;
    background-color: transparent;
    background: url('../../img/footer-shape.png') no-repeat;
    background-size: 100% 100%;
    padding: 2.5em;
}
#contact-map{
    z-index: -1;
    position: relative;
    height: 650px;
    margin-top: -140px;
    top: 0;
    left: 0;
}
#map-contact{
    width: 100%;
    height: 100%;
}
.apply-form-holder{
    margin-top: -140px;
    position: relative;
    z-index: 1;
}
.input-group{
    display: flex;
    flex-direction: column;
    margin-bottom: 14px;
}
.input-group label{
    font-size: 14px;
    color: var(--dark-color);
    margin-bottom: 4px;
}
.input-group label span{
    color: var(--exlent-color);
} 
.input-group select{
    cursor: pointer;
}
.input-group input, .input-group select, .input-group textarea{
    border-radius: 4px;
    border: none;
    background-color: #f3f3f3;
    padding: 8px 12px;
    color: var(--dark-color);
} 
.apply-button{
    margin-top: 10px;
    padding: 8px 12px;
    color: var(--light-color);
    background-color: var(--exlent-color);
    border: none;
    cursor: pointer;
}
.apply-button:hover{
    background-color: var(--dark-color); 
}
.alert.alert-success{
    color: var(--exlent-color);
}
.input-group .text-danger{
    color: #cc2626;
    font-size: 12px;
}
@media screen and (max-width:1400px){
    .header-image{
        height: 650px;
    }
    #contact-map{
        margin-top: -100px;
    }
}

@media screen and (max-width:1000px){
    .exlent-footer-small{
        left: calc(4% + 20px);
    }
    .header-image{
        height: 300px;
    }
    .header-image .page-title{
        display: block;
        
    }
    .contact-form-holder{
        position: relative;
        transform: translateY(-60px);
        z-index: 3;;
    }
    .header-image img{
        object-position: center 35%;
    }
    .contact-form{
        padding: 0;
    }
    .contact-form > [class*="col-"]:first-child {
        padding-top: 45px;
        padding-left: 16px;
        padding-right: 16px;
    }
    .exlent-footer-small{
        width: 60%;
    }
    .exlent-footer-small-holder{
        position: relative;
    }
    .exlent-footer-small{
        width: 100%;
        left: 0;
        padding: 45px 4em 2em 4em;
        background: #fff;
    }
    #contact-map{
        height: auto;
        margin-top: -60px;
    }
    #map-contact{
        height: 400px;
    }
    .exlent-footer-small, .contact-content{
        text-align: center;
    }
    .footer-image{
        width: 200px;
        float: none;
        margin: 0 auto;
    }
    .social-links .social-link{
        float: none;
        display: inline-block;
    }
}
