.leftSide {
  float:left;
  display: block;
  width: 48%;
  margin: 0 2% 0 0;
}

.rightSide {
  float:left;
  display:block;
  width: 50%;
  margin: 0;
}

.enroll-list li {
  padding: 5px 0;
}

.enroll-list {
  border-bottom: solid 1px #ccc;
  padding-bottom: 15px;
}

#Result {
  display: none;
  width: 96%;
  margin: 20px 0;
  padding:15px;
  text-align: center;
  font-size:20px;
  border-radius: 10px;
  -webkit-box-shadow: 10px 10px 19px -8px rgba(69,68,69,0.58);
  -moz-box-shadow: 10px 10px 19px -8px rgba(69,68,69,0.58);
  box-shadow: 10px 10px 19px -8px rgba(69,68,69,0.58);
}

.error {
	color: #ffffff;
	background-color: #bc1414;
}
.success {
	color: #ffffff;
	background-color: #31ce0e;
}

.form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  margin-bottom: 15px;
  width: 100%;
}

.form-group input[type=text],
.form-group textarea {
  width: 100%;
  padding: 7px;
  border: solid 1px #ccc;
  font-size: 18px;
  border-radius: 7px;
  font-family: calibri;
}

input[type="checkbox"] {
	background: #fff;
	height: 24px;
	width: 24px;
	box-shadow: 1px 1px 2px #ddd;
	border: 1px solid #ddd;
	float: left;
}

input[type="checkbox"]:hover, input[type="radio"]:hover {
	cursor: pointer;
}

input[type="radio"] {
	background: #fff;
	height: 20px;
	width: 20px;
	border: 1px solid #ddd;
	float: left;
	border-radius: 100%;
	margin-left: 15px;
}

form.a-r-form .cbox {
	padding: 5px;
	float: left;
}

.form-group .col-md-4 {
	padding: 5px 0;
}

.form-group label {
	padding: 0 0 10px 0;
	font-size: 20px;
	font-weight: bold;
}

.form-group select {
	width: 100%;
  padding: 7px;
  border: solid 1px #ccc;
  font-size: 18px;
  border-radius: 7px;
  font-family: calibri;	
}

.form-group input[type=submit] {
  width: auto;
  background-color: #f0bf72;
  padding: 12px;
  font-size: 20px;
  color: #fff;
  border: none;
  transition: 0.3s;
  cursor: pointer;
  border-radius: 5px;
  -webkit-box-shadow: 10px 10px 19px -8px rgba(69,68,69,0.58);
  -moz-box-shadow: 10px 10px 19px -8px rgba(69,68,69,0.58);
  box-shadow: 10px 10px 19px -8px rgba(69,68,69,0.58);
}

.form-group input[type=submit]:hover {
  opacity: 0.80;
}

h3 {
	margin: 0 0 30px 0;
	width: 100%;
	float: left;
}

.fa { 
	font-size: 30px;
	padding: 0 15px 0 0;
}

#Animation {
	position: relative;
	width: 60px;
	height: 75px;
	margin: auto auto 25px auto;
	display: none;
	clear: both;
}

.blockG {
	position: absolute;
	background-color: rgb(255, 255, 255);
	width: 10px;
	height: 23px;
	border-radius: 8px 8px 0 0;
	-o-border-radius: 8px 8px 0 0;
	-ms-border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	transform: scale(0.4);
	-o-transform: scale(0.4);
	-ms-transform: scale(0.4);
	-webkit-transform: scale(0.4);
	-moz-transform: scale(0.4);
	animation-name: fadeG;
	-o-animation-name: fadeG;
	-ms-animation-name: fadeG;
	-webkit-animation-name: fadeG;
	-moz-animation-name: fadeG;
	animation-duration: 1.2s;
	-o-animation-duration: 1.2s;
	-ms-animation-duration: 1.2s;
	-webkit-animation-duration: 1.2s;
	-moz-animation-duration: 1.2s;
	animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-direction: normal;
	-o-animation-direction: normal;
	-ms-animation-direction: normal;
	-webkit-animation-direction: normal;
	-moz-animation-direction: normal;
}

#rotateG_01 {
	left: 0;
	top: 27px;
	animation-delay: 0.45s;
	-o-animation-delay: 0.45s;
	-ms-animation-delay: 0.45s;
	-webkit-animation-delay: 0.45s;
	-moz-animation-delay: 0.45s;
	transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
}

#rotateG_02 {
	left: 8px;
	top: 10px;
	animation-delay: 0.6s;
	-o-animation-delay: 0.6s;
	-ms-animation-delay: 0.6s;
	-webkit-animation-delay: 0.6s;
	-moz-animation-delay: 0.6s;
	transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
}

#rotateG_03 {
	left: 25px;
	top: 3px;
	animation-delay: 0.75s;
	-o-animation-delay: 0.75s;
	-ms-animation-delay: 0.75s;
	-webkit-animation-delay: 0.75s;
	-moz-animation-delay: 0.75s;
	transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
}

#rotateG_04 {
	right: 8px;
	top: 10px;
	animation-delay: 0.9s;
	-o-animation-delay: 0.9s;
	-ms-animation-delay: 0.9s;
	-webkit-animation-delay: 0.9s;
	-moz-animation-delay: 0.9s;
	transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}

#rotateG_05 {
	right: 0;
	top: 27px;
	animation-delay: 1.05s;
	-o-animation-delay: 1.05s;
	-ms-animation-delay: 1.05s;
	-webkit-animation-delay: 1.05s;
	-moz-animation-delay: 1.05s;
	transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
}

#rotateG_06 {
	right: 8px;
	bottom: 7px;
	animation-delay: 1.2s;
	-o-animation-delay: 1.2s;
	-ms-animation-delay: 1.2s;
	-webkit-animation-delay: 1.2s;
	-moz-animation-delay: 1.2s;
	transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
}

#rotateG_07 {
	bottom: 0;
	left: 25px;
	animation-delay: 1.35s;
	-o-animation-delay: 1.35s;
	-ms-animation-delay: 1.35s;
	-webkit-animation-delay: 1.35s;
	-moz-animation-delay: 1.35s;
	transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
}

#rotateG_08 {
	left: 8px;
	bottom: 7px;
	animation-delay: 1.5s;
	-o-animation-delay: 1.5s;
	-ms-animation-delay: 1.5s;
	-webkit-animation-delay: 1.5s;
	-moz-animation-delay: 1.5s;
	transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
}

.col-md-12 {
	width: 100%;
	float: left;
}

@keyframes fadeG {
	0% {
		background-color: rgb(0, 0, 0);
	}

	100% {
		background-color: rgb(255, 255, 255);
	}
}

@-o-keyframes fadeG {
	0% {
		background-color: rgb(0, 0, 0);
	}

	100% {
		background-color: rgb(255, 255, 255);
	}
}

@-ms-keyframes fadeG {
	0% {
		background-color: rgb(0, 0, 0);
	}

	100% {
		background-color: rgb(255, 255, 255);
	}
}

@-webkit-keyframes fadeG {
	0% {
		background-color: rgb(0, 0, 0);
	}

	100% {
		background-color: rgb(255, 255, 255);
	}
}

@-moz-keyframes fadeG {
	0% {
		background-color: rgb(0, 0, 0);
	}

	100% {
		background-color: rgb(255, 255, 255);
	}
}

@media(max-width:980px){
  .rightSide, .leftSide { 
    width: 100%;
    margin: 0;
  }
}

.enrollBtn {
	width: auto;
	background-color: #f60;
	padding: 12px;
	font-size: 20px;
	color: #fff;
	border: none;
	transition: 0.3s;
	cursor: pointer;
	border-radius: 5px;
	-webkit-box-shadow: 10px 10px 19px -8px rgba(69, 68, 69, 0.58);
	-moz-box-shadow: 10px 10px 19px -8px rgba(69, 68, 69, 0.58);
	box-shadow: 10px 10px 19px -8px rgba(69, 68, 69, 0.58);
}

.enrollBtn:hover {
	opacity: 0.80;
}