


/* -----------------------------------
		  Register steps CSS
----------------------------------- */
.register-wrapper {
	padding: 60px 0;
}
.register-steps {
	padding: 30px 0 0 0;
	background: url("../images/bg-img/bg-cloud-line-horizontal.jpg") left top repeat-x;
	background-size: contain;
}
.lightbluecloud-pattern,
.lightbluecloud-pattern img {
    width: 100%;
}
.steps {
	display: flex;
	flex-wrap: wrap;
}
.-list,
.-description {
	margin: 0;
}
.-list ul li img {
    display: inline-block;
    margin-right: 8px;
}
.-description img {
	display: block;
	border: 3px solid #8bc53f;
	width: 100%;
}
.-list ul,
.-list ul li > p {
	font-family: "Mali";
	font-weight: 500;
	list-style: none;
}
.-description ul {
	padding: 30px;
}
.-list ul li {
	margin-bottom: 10px;
}
.-description ul li {
    margin-bottom: 5px;
}
.-list ul li p {
   	margin: 0 10px 0 0;
 	content: "";
	background: #f15a24;
	border-radius: 100%;
	color: white;
	width: 25px;
	height: 25px;	
	font-style: italic;
	text-align: center;
	display: inline-block;
	font-size: 20px;
	line-height: 23px;
 }

.register-details { 
	padding: 60px 0;
}
.register-details p,
.register-details a { 
	margin-bottom: 0;
	font-family: "Kanit";
	font-size: 18px;
}
.register-details a > img {
	display: inline-block;
	border: none;
	width: 26px;
	margin-right: 8px;
}
.register-details a,
.register-details a.btn-download-pdf { 
	text-decoration: none;
}
.register-details a:hover { 
	text-decoration: underline; 
}
.register-details a.btn-download-pdf {
	width: auto;
	padding: 12px 30px;
	margin: 0 12px 0 0;
	border-radius: 30px;
	border: 2px solid #ff931e;
}
.register-details a:hover.btn-download-pdf {
	color: white !important;
	background-color: #ff931e;
	text-decoration: none;
}
.register-details a.btn.fs-normal {
	line-height: 1.8;
	text-decoration: none;
}

@media (max-width: 767px) {
	.register-wrapper,
	.register-details {
		padding: 60px 0 0 0;
	}
	.register-steps {
  		padding: 0;
	}
	.-list ul {
		padding: 0;
	}
	.-list .col-md-2 {
		background: url("../images/core-img/bottom-arrow.png") center no-repeat;
		background-size: contain;
		height: 17px;
		margin-bottom: 15px;
	}
	.-list .col-md-2 img {
		display: none;
	}
	.-description ul {
	  	padding: 15px 30px;
		border-bottom: 1px dashed darkgreen;
		margin-bottom: 40px;
	}
	.-description ul li {
		font-size: 15px;
	}
	.register-details .d-flex {
		display: block !important;
	}
	.register-details .mt-4 > a.btn {
		margin-bottom: 0 !important;
		
		width: 100%;
	}
	.register-details a.btn-download-pdf {
		padding: 12px 15px;
		margin: 0 !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	button.btn > img {
		margin: 0 55px !important;
	}
}

