
.sub-title{
    text-align: right;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 20px;
}
.form-control{
    width: 95% !important;
}
.social a{
    text-align: right;

}
.social .fa{
    color: white;
    background-color: #3c68d9;
}
.social div{
    margin-top: 20px;
}
.line{
    width: 110px;
}

@media only screen and (max-width: 900px) {
    .line{
        display: none;
    }
    .title2{
        text-align: center;

    }
    .sub-title{
        text-align: center;
        width: 60%;
        margin: auto;
        margin-bottom: 20px;
    }
}


