#service-banner {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
}

@media only screen and (max-width: 767px) {
    #service-banner {
        padding: 10px 0;
        background-attachment: scroll;
        height: 250px;
        background-size: cover;
    }
}

#background {
    background-color: #00000052;
    width: 250px;
    border-radius: 10px;
    padding: 10px;
}

.intl-tel-input.separate-dial-code .selected-dial-code {
    display: table-cell;
    vertical-align: middle;
    padding-left: 8px;
}

#bgcolor {
    background-color: whitesmoke;
}

#txtcolor {
    color: black;
}

.lead {
    text-align: justify;
    /* word-spacing:3.5px; */
    font-size: 15.8px;
    color: white;
}

#headertext {
    padding: 40px;
    color: white;
}

#color {
    color: black;
}

#color1 {
    color: #032d60;
    font-size: 21px;
}

.job-info-list li {

    font-size: 14px;
}

#textalign {

    font-size: 31px;
}
