#sec-reg {
	background-color: #f6f6fe;
	padding-top: 50px;
	padding-bottom: 50px;
}

#sec-reg .container:last-of-type {
	border: thin solid #ccc;
	border-radius: 10px;
}

div.row-colored{
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 30px;
	background-color: #fbfbfd;
	box-shadow: 0 0 1px 0px #7c7c7a !important;
}
#sec-reg .art-bg {
	margin-top: -70px;
}




.form-label {
    font-family: 'cairo';

    direction: rtl !important;
    text-align: right !important;
    display: block;
}


.heading5 {
	background-color: rgba(14,162,189,0.6);
	color: #fff;
	padding: 10px 15px;
	border-radius: 8px;
}

#reg1 {
	margin-top: 20px;
}
form label {
    color: #0ea2bd;
    font-size: 0.9rem;
}

.val {
    margin-top: 15px;
    padding-bottom: 0;
	direction: rtl;
	font-family: 'ElMessiri';
	text-align: right;
	margin-bottom: 35px;
	color: #f00;
	font-size: 14px;
	padding-right: 20px;
}
.hint {
	display: block;
        color: #666;
    font-size: 0.8rem;
    margin: 10px 10px 0;
	text-align: justify;
}

.confirmData li{
	color: #900;
	border-bottom: thin dashed #ccc !important;
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-align: right;
        direction: rtl !important;
    font-family: 'cairo';
}

.confirmData li span{
	color: #0ea2bd;
            direction: rtl !important;
    font-family: 'cairo';

}
.form-control, .form-select, .form-select option, .arab {
    direction: rtl !important;
    font-family: 'cairo';
}
.form-control:focus, .form-select:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}
label.eng,
.eng {
    direction: ltr !important;
	text-align: left !important;
}
label[for="enameA"],
label[for="enameB"],
label[for="enameC"],
label[for="enameD"],
#bdate, #enameA, #enameB, #enameC, #enameD, #nid, #mobile, #mobileB, #email
 {
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	 font-size: 17px !important;
}


	
@media (min-width: 768px) {
	.split {
		display: block;
	}
}
@media(min-width: 992px) {

}
@media(min-width: 1200px) {
	
	.split {
		display: inline;
	}
}


