.text-justify {
    text-align: justify;
}
.label-sms{
    font-size: 14px!important;
}
.line-height {
    line-height: 2.3;
}

.text-blue {
    color: #3A7AE2;
}

.text-gray {
    color: #B3B3B3;
}

.text-dark-gray {
    color: #807D7D;

}
.font-sm{
    font-size: 11px;
}
.text-header-color {
    color: #707070;
}

.text-header-blue-size {
    font-size: 22px !important;
}

.text-header-gray-size {
    font-size: 25px;
}

.text-small {
    font-size: 13px !important;
}

.text-lg {
    font-size: 17px;
}
.text-large {
    font-size: 20px;
}

.text-md {
    font-size: 14px;
}
.select2{
    font-size: 12px!important;
}
@media screen and (max-width: 1200px) {
    .text-header-blue-size {
        font-size: 22px !important;
    }

    .text-header-blog-size {
        font-size: 25px;
    }

    .text-gray {
        color: #B3B3B3;
        font-size: 14px;
    }

    .text-dark-gray {
        color: #807D7D;
        font-size: 14px;
    }

}

@media screen and (max-width: 992px) {
    .border-left{
        border-left: none!important;
    }
    .text-header-blue-size {
        font-size: 20px !important;
    }

    .text-header-blog-size {
        font-size: 25px;
    }

    .text-gray {
        color: #B3B3B3;
        font-size: 12px;
    }

    .text-dark-gray {
        color: #807D7D;
        font-size: 12px;
    }
    .text-sm-login{
        font-size: 15px;
    }
    .text-large {
        font-size: 12px;
    }
}

@media screen and (max-width: 576px) {
    .text-header-blog-size {
        font-size: 20px;
    }
    .text-sm{
        font-size: 12px;
    }
    .text-md-head{
        font-size: 16px;
    }
}
