/* Minification failed. Returning unminified contents.
(315,1): run-time error CSS1019: Unexpected token, found '{'
(316,25): run-time error CSS1031: Expected selector, found '!important'
(316,25): run-time error CSS1025: Expected comma or open brace, found '!important'
(317,22): run-time error CSS1031: Expected selector, found ';'
(317,22): run-time error CSS1025: Expected comma or open brace, found ';'
(318,10): run-time error CSS1030: Expected identifier, found '50px'
(318,10): run-time error CSS1031: Expected selector, found '50px'
(318,10): run-time error CSS1025: Expected comma or open brace, found '50px'
(319,1): run-time error CSS1019: Unexpected token, found '}'
 */
.banner {
    position: relative;
}

#map {
    height: 500px;
}

.btn-back {
    top: 40px;
    margin-top: inherit;
    margin-left: 40px;
    z-index: 2;
}

.banner .title {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    position: absolute;
    top: 0;
    height: 100%;
    width: 600px;
    background-color: #004996;
}

.banner .text {
    padding: 0 75px;
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.banner h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.Contact h5, .Contact h4 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.contactform{
    padding: 30px 0;
}

.contactform .form{
    padding: 45px 50px;
    background-color: #f4f9ff;
    color: #004996;
}

.contactform .title {
    margin-bottom: 30px;
}

.contactform .adress h6{
    font-weight: 600;
    font-size: 16px;
}

.contactform .adress a {
    display: block;
    color: #004996;
}

.contactform .adress a.mail{
    color: #0077f5;
}

.contactform .adress img {
    height: 20px;
    display: inline-block;
    position: absolute;
    left: -15px;
    margin-top: 2.5px;
}

.contactform .mgt-15{
    margin-top: 15px;
}

.contactform .info {
    margin-top: 30px;
    margin-bottom: 30px;
}

.contactform label {
    position: absolute;
    top: 10px;
    left: 15px;
    -moz-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    color: #83b1e3;
    font-size: 15px;
    font-weight: 600;
}

.contactform label.label-control {
    top: 2.5px !important;
    left: 15px !important;
    color: #004996;
}

.contactform .form-control {
    border: 1px solid #e4f0ff;
    color: #1889ff;
    height: 50px;
    padding: 25px 15px 10px 15px;
    margin-bottom: 25px;
}

.contactform .form-group i {
    top: 7.5px !important;
    right: 7.5px;
}

.contactform .btn {
    display: inline-block;
    font-size: 18px;
    line-height: 26px;
    width: 225px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 0.025em;
    background: #0077f5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    padding: 11px 76px 11px 23px;
}

.contactform .btn span {
    display: block;
    position: absolute;
    right: -10px;
    margin-top: -10px;
    top: 0;
    width: 65px;
    height: 130%;
    background: #004996;
    text-align: center;
    border-left: 3px solid #ffffff;
    -webkit-transform: rotate(-14deg);
    -moz-transform: rotate(-14deg);
    -o-transform: rotate(-14deg);
    -ms-transform: rotate(-14deg);
    transform: rotate(-14deg);
}

.contactform .btn.valid span {
    background-color: #509600;
}

.contactform .btn.error span {
    background-color: #ff1743;
}

.contactform .btn span i {
    position: relative;
    line-height: 30px;
    font-size: 30px;
    padding-right: 15px;
    top: calc(50% + 4px);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: rotate(14deg) translateY(-50%);
    -moz-transform: rotate(14deg) translateY(-50%);
    -o-transform: rotate(14deg) translateY(-50%);
    -ms-transform: rotate(14deg) translateY(-50%);
    transform: rotate(14deg) translateY(-50%);
}

.contactform .btn.valid span i,
.contactform .btn.error span i {
    font-size: 16px;
}

.contactform .btn:hover span i {
    padding-right: 0;
}

.contactform .btn.valid:hover span i,
.contactform .btn.error:hover span i{
    padding-right: 15px;
}

@media only screen and (max-width : 1200px) {

    #map {
        height: 400px;
    }

    .banner .title{
        width: 50%;
    }

    .contactform .adress .col-sm-6{
        width: 100%;
    }

    .contactform .adress .mgt-15{
        left: 30px;
    }

}
@media only screen and (min-width : 991.5px) and (max-width : 1100px) {

    .checkboxcontact{
        margin-bottom:50px;
    }

}
@media only screen and (max-width : 991.5px) {

    #map {
        height: 300px;
        left: -250px;
        width: calc(100% + 250px);
    }

    .banner .text{
        padding: 0 30px;
    }

    .btn-back {
        top: 25px;
        margin-left: 30px;
    }

}

@media only screen and (max-width : 767.5px) {

    #map {
        height: 200px;
        left: -300px;
        width: calc(100% + 300px);
    }

    .checkbox .help-block{
    left:40px;
    top:50px;
}

    .banner .text {
        padding: 0 15px;
        font-size: 20px;
    }

    .banner .text h2 {
        font-size: 24px;
        margin-bottom: 0;
    }

    .btn-back {
        top: 10px;
        margin-top: inherit;
        margin-left: 10px;
        z-index: 2;
    }

    .contactform .title {
         margin-bottom: 0; 
    }
    .checkbox label::after{
        top: 7px !important;
    }

}

@media only screen and (max-width : 480px) {

    .banner .title{
        display: none;
    } 
    
    .banner .text {
        font-size: 16px;
    }

    .contactform .form{
        padding: 30px;
    }
    .contactform .form-control {
    margin-bottom: 40px;
}

    #map {
        height: 200px;
        left: -750px;
        width: calc(100% + 750px);
    }

}

{
    color:rebeccapurple !important;
    position:absolute;
    left:50px;
}
