body{
    font-family: 'Open Sans', sans-serif;
}

button{
    cursor: pointer;
}

.container{
    max-width: 1170px;
    width: 100%;
    display: block;
    margin: 0 auto;
}

.wss-logo{
    position: absolute;
    top: 160px;
}

.header-background-image{
    position: absolute;
    float: right;
    right: 0;
    z-index: -1;
    width: 63%;
}

.header-container{
    min-height: 580px;

    background-image: url("../images/img.png");
    background-repeat: no-repeat;
    background-position-x: right;
    position: relative;

}

.btn-identify{
    background-color: #b30e19;
    color: #ffffff;
    text-transform: uppercase;
    border: none;
    border-radius: 6px;
    font-size: 20px;
    padding: 5px 15px;
    font-weight: 700;
    float: right;
    margin-top: 50px;
    margin-right: 15px;
}

.footer{
    background-color: #231f20;
    color: #ffffff;
    padding-bottom: 15px;
}

.footer-title{
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 30px;
}
.footer a{
    color: inherit;
}

.address-text-holder{
    padding-left: 10px;
}

.phone-wss{
    margin-top: 10px;
}

.address-text-holder,.pin-holder,.phone-holder,.phone-text-holder{
    display: inline-block;
}

.footer-policy-terms{
    font-size: 16px;
    margin-top: 270px;
    margin-bottom: 10px;
}

#contact{
    padding-top: 15px;
}
.form-contact{
    margin-top: 15px;
}

.form-control,.form-control:focus{
    background-color: transparent;
    border-radius: 0px;
    color: #ffffff;
    border: 2px solid #7b7979;
}

.form-control::-webkit-input-placeholder { /* Edge */
    color: #ffffff;
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ffffff;
}

.form-control::placeholder {
    color: #ffffff;
}

.submit-btn{
    background-color: #b30e19;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    float: right;
    border: none;
    border-radius: 6px;
    font-size: 20px;
    padding: 5px 15px;
}

.policy-mobile{
    display: none;
}

.map-on-mobile{
    display: none;
}

@media screen and (max-width: 500px){
    .footer-title{
        text-align: center;
    }
    .footer a{
        color: inherit;
    }

    .footer-policy-terms{
        display: none;
    }

    .policy-mobile{
        display: block;
        font-size: 14px;
        margin: 30px auto;
    }

    .header-container{
        background-image: none;
        min-height: auto;
        margin-bottom: 40px;
    }

    .wss-logo{
        position: initial;
        margin: 30px auto;
        text-align: center;
    }

    .wss-logo img{
        max-width: 150px;
        width: 100%;
    }

    .map-on-mobile{
        display: block;
        margin: -15px;
        margin-top: 15px;
    }

    .map-on-mobile img{
        width: 100%;
    }

    .btn-identify{
        position: absolute;
        top: 135px;
        left: 115px;
        float: initial;
    }
}
