.ls-leadform .form-container{
    margin-right: 0px;
    padding: 25px;
}

.ls-leadform .form-container .text-field-container .text-field-label{
    position: absolute;
    left: 25px;
    font-size: 16px;
    line-height: 16px;
    top: 30px;
    cursor: default;
}

.ls-leadform .form-container .text-field-container  .text-field-label.animateLabel{
    top: 18px;
    font-size: 11px;
}

.ls-leadform .form-container .text-field-container  .text-field-input{
    float: left;
    height: 40px;
    width: 100%;
}
.ls-leadform .form-container .form-error .parsley-errors-list li{
    width: 100%;
}

.ls-leadform .form-container .text-field-container .text-field-label.animateLabel + .text-field-input{
    padding-top: 10px;
}

.ls-leadform .form-container .dropdown-list-container .dropdown-list-item .dropdown-list-select  {
    width: 100%;
    position: relative;
    background-color: transparent;
    height: 40px;
    line-height: 41px;
    padding: 0 10px 0 7px;
}

.ls-leadform .form-container .dropdown-list-container .select-container::before  {
    background-color: transparent;
    color: grey;
    z-index: 0;
    padding: 14px 9px;
}

.ls-leadform .form-container .dropdown-list-container .select-container  {
    width: 100%;
    float: left;
    background-color: #ffffff;
}

.ls-leadform .form-container .dropdown-list-container .dropdown-list-label  {
    display: none;
}

.ls-leadform .form-container .checkbox-container{
    margin-right: 0px;
    margin-top: 28px;
    width: 100%;
}

.ls-leadform .form-container .checkbox-container .checkbox-item{
    display: flex;
    text-align: left;
}

.ls-leadform .form-container .checkbox-container .checkbox-label{
    font-size: 15px;
    text-align: left;
    padding-left: 25px;
}

.ls-leadform .form-container .checkbox-container .checkbox-label::before{
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0px;
    top: 0px;

}

.ls-leadform .form-container .checkbox-container .checkbox-item input[type="checkbox"]:checked+.checkbox-label:after{
    top: 2px;
    left: 5px;
    height: 12px;
}

.ls-leadform .form-container .submit-button-container .submit-button{
    margin-right: auto !important;
    display: block !important;
    width: auto !important;
}

/*Mobile - checkbox container*/
@media only screen and (max-width: 767px){
    
    .ls-leadform .form-container .text-field-label{
        top: 24px;
    }
    
    .ls-leadform .form-container .text-field-label.animateLabel{
        top: 12px;
    }
    
    .ls-leadform .form-container .checkbox-container{
        margin-top: 20px;
    }
    
    .ls-leadform .form-container .checkbox-container .checkbox-label::before{
        content: "";
        display: inline-block;
        background: #fff;
        width: 17px;
        height: 17px;
        margin-right: 5px;
        vertical-align: middle;
        border: 1px solid #4a4a4a;
        position: relative;
        top: -2px;
    }
    
    .ls-leadform .form-container .checkbox-container .checkbox-label{
        border: none;
        padding-left: 0px;
    }
    
    .ls-leadform .form-container .checkbox-container .checkbox-item input[type="checkbox"]:checked+.checkbox-label{
        background-color: transparent;
        color: #444343;
    }
    
    .ls-leadform .form-container .checkbox-container .checkbox-item input[type="checkbox"]:checked+.checkbox-label:before{
        background-color: #005066;
    }
    
    .ls-leadform .form-container .checkbox-container .checkbox-item input[type="checkbox"]:checked+.checkbox-label:after{
        top: auto;
        bottom: 10px;
        left: 20px;
        height: 12px;
    }

}

@media only screen and (max-width: 991px){
    
    .ls-leadform .form-container{
        margin-bottom: 0px;
    }
    
    .ls-leadform .form-container .submit-button-container{
        position: relative !important;
    }
}




