body {
    text-align: left;
    direction: ltr;
}

input[type = "tel"],
input[type = "time"] {
    text-align: start;
}
.input-group input,
.input-group textarea {
    text-align: left;
}
.select-group .arrow {
    right: 10px;
    left: unset;
}
.form-box > .row {
    padding-left: 15px;
}

.about-section::before {
    transform: rotateY(180deg);
}

.stat-box:not(:last-child)::after {
    right: 0;
    left: unset;
}

.radio-group .text-danger.small{
    right: unset !important;
    left: 0 !important;

}


.select2-container--default .select2-selection--single {
    justify-content: start;
}
