.panel-form {
    position: relative;
    overflow-x: hidden ;
}
.panel-form .bg-img{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: 100%;
}
.panel-form h2{
    color: #000000;
    font-size: 27px;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 39px;
    text-align: left;
    margin-top: 52px;
    margin-bottom: 22px;
}
.panel-form .form-wrapper .row .col-md-6{
    padding-left: 7.5px;
    padding-right: 7.5px;
}
.panel-form .col-no-padd{
    padding-left: 0;
}
.panel-form .padd-big{
    padding-left: 60px;
    padding-right: 99px;
    padding-bottom: 47px;
}
.panel-form .social-wrapper p{
    line-height: 0;
    margin-top: -1px;
}
.panel-form .social-wrapper p a{
    position: relative;
    text-decoration: none;
    display: inline-block;
}
.panel-form .social-wrapper p a.mlr{
    margin-left: 35px;
    margin-right: 35px;
}
.panel-form .social-wrapper p br{
    display: none;
}
.panel-form .social-wrapper a span.icons{
    position: relative;

}
.panel-form .social-wrapper a span.icons.linkedin:before{
    content: '';
    position: absolute;
    background-image: url('images/linkedin.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 32px;
    height: 31px;
}

.panel-form .social-wrapper a span.icons.instagram:before{
    content: '';
    position: absolute;
    background-image: url('images/instagram.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 32px;
    height: 31px;
 
}
.panel-form .social-wrapper a span.icons.x:before{
    content: '';
    position: absolute;
    background-image: url('images/x.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 32px;
    height: 31px;
}

.panel-form .location-wrapper{
    display: inline-block;
}
.panel-form .location-wrapper.margins{
    margin-left: 60px;
    margin-right: 60px;
}
.panel-form .location-wrapper h3{
    color: #E0A039;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.panel-form .location-wrapper p{
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 15px;
}