.student_registraion_form .form-group,.student_registraion_form .form-group .form-control{float:left;width:100%}
    .student_registraion_form .form-group .require-field{color:red;}
    .student_registraion_form select.form-control,.student_registraion_form input[type="file"] {
  padding: 0.5278em;
   margin-bottom: 5px;
}
.student_registraion_form .radio-inline {
    float: left;
    margin-bottom: 10px;
    margin-top: 10px;
     margin-right: 15px;
}
.student_registraion_form  .radio-inline .tog {
    margin-right: 5px;
}
.student_registraion_form .col-sm-2.control-label {
  line-height: 50px;
  text-align: right;
}

    .student_registraion_form .form-group .col-sm-2 {width: 32.666667%;}
    .student_registraion_form .form-group .col-sm-8 {     width: 66.66666667%;}
    .student_registraion_form .form-group .col-sm-7{  width: 53.33333333%;}
    .student_registraion_form .form-group .col-sm-1{  width: 13.33333333%;}
    .student_registraion_form .form-group .col-sm-8, .student_registraion_form .form-group .col-sm-2,.student_registraion_form .form-group .col-sm-7,.student_registraion_form .form-group .col-sm-1{
    padding-left: 15px;
     padding-right: 15px;
    float:left;}
    .student_registraion_form .form-group .col-sm-8, .student_registraion_form .form-group .col-sm-2,.student_registraion_form .form-group .col-sm-7{
        position: relative;
        min-height: 1px;
    }

    .student_registraion_form div {
        margin-bottom:7px;
    }

    .student_registraion_form input{
        margin-bottom:4px;
    }
    .student_reg_error .error{color:red;}
    .red{
        color:red;
    }

.ln-h-35-px{
  line-height:35px;
}
.gender
{
	display: flex;
    align-items: center;
}
.entry-title
{
font-size: 2.25em!important;
}
.ui-datepicker-calendar{ background-color: white!important; }
.ui-datepicker-next{float: right!important;}
.ui-icon-circle-triangle-w
{
	background: bottom;
}
.ui-icon-circle-triangle-e
{
	background: bottom!important;
}
.ui-corner-all
{
	color: black!important;
}
.admission_successfully_message
{
	background-color: green;
    color: white;
}
@media screen and (max-width : 767px) and (min-width : 320px)
 {
	.student_registraion_form .form-group .col-sm-8
	{
    position: unset;
    min-height: 1px;
    }
 }
 .student_registraion_form .form-group textarea
 {
    height: 44px;
    border: 1px solid #ced4da;
 }
 .error_msg_left_margin.responsive_bottom_5
	{
		margin-bottom: 15px;
	}