.header{
    background-image: linear-gradient(131deg, #1644ad 1%,#328bf2 67%);
    padding-bottom: 5px;
}
.logo img{
    max-height: 55px;
}
.fair-pratice-code{
    width: 88%;
    margin: auto;
    font-family: Roboto,sans-serif;
}
.container h4{
    color: #5D59C8 !important; 
    text-align: center !important;
    padding-top: 30px !important;
}
label{
    padding-bottom: 20px;
    color: #5D59C8;
    font-size: 20px;
}
p{
    line-height: 25px;
    padding-bottom: 30px;
    text-align: justify;
}
.phone_number{
    float: right;
    padding-top: 20px;
    display: flex;
}
.phone_number a{
    text-decoration: none;
    color: #fff;
}
.fa-phone{
    padding: 3px 6px;
    color: #fff;
}
.select-bg{
    border: 0;
    border-bottom: solid 2px #ccc;
    font-size: 14px;
}
.select-bg option {
    font-size: 14px;
}
.color-h6{
    color: #5D59C8;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 0px;
}
@media screen and (max-width: 599px) {
.phone_number {
    text-align: right;
    padding-top: 0px;
    margin-top: -40px;
}
.header {
    padding: 5px 0px;
}
}