.text-justify{
	text-align: justify;
	line-height: 24px;
	color: #7e7e7e;
	font-size: 14px;	
}
.aboutus-sub-title
{
	font-size: 1rem;
	color: #424242;
}
.aboutus-image
{
	
}
.container-width{
	width: 80% !important;
	margin-left: 10%;
}

.courseSelectForm {
    height: 42px !important; /* increased height */
    border: 1px solid #e6e0e0 !important;
    border-radius: 6px !important; /* rounded edges */
    font-size: 15px;
    padding-left: 10px;
}
.courseSelectModal {
    height: 42px !important; /* increased height */
    border: 1px solid #e6e0e0 !important;
    border-radius: 6px !important; /* rounded edges */
    font-size: 15px;
    padding-left: 10px;
}

.select2-container--default .select2-selection--single {
    height: 42px !important;
    border: 1px solid #e6e0e0 !important;
    border-radius: 6px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px !important;
    font-size: 15px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 43px !important;
}

.select2-results__option {
	display: block !important;
}
