body{
	background-color:#e7e7e7;
	font-size:14px;
}
a{
	text-decoration:none !important;
	color:#9d833e;
}
.mainContainer{
	padding:20px 50px;
}

.modal-title {
    width: calc(100% - 40px);
    display: inline-block;color:#9d833e;
}
.smalltxt{font-size: .9em;;}
.message{
	text-transform:uppercase;
	font-size:14px;
	color:#ec0083;
	padding: 17px 28px 0;
}
.innerContainer{
	background-color:#FFFFFF;
	max-width: 1200px;
}
.column1{
	padding:30px 15px 30px 30px;
}
.LogoWidth {
    width: 75px;
    min-height: 67px;
}
.Heading{
	font-size:24px;
	font-weight:bold;
	margin-bottom:20px; cursor: pointer;
}
.stepsContainer{
	background-color:#f9f9f9;
	border:1px solid #CCC;
	padding:20px 9px 4px;
}
.descTop{
	padding: 0 22px;
}
.stepsCotainerMain{
	padding:15px 0 10px 22px;
}
.circle {
  width: 12px;
  height: 12px;
  background: #cececf;
  border-radius: 50%;
  vertical-align: top;
  margin-top: 2px;
  display: inline-block;
}
.stepRow {
	margin-bottom:10px;
	position:relative;
}
.step{
	display: inline-block;
    padding: 0 8px;
}
.stepHeading{
	text-transform:uppercase;
	font-size:12px;
	color:#000;
	font-weight: bold;
}
.stepDesc{
	font-size:11px;
	color:#333;
}
.active .circle{
	background: #00b0a3;
}
.active .stepHeading{
	color: #333;
}
.active .stepDesc{
	color: #333;
}
.smallMsg{
	font-size:11px;
	color:#333;
	padding-left: 22px;
    padding-bottom: 10px;
}
.firstColFooter{
	padding: 20px 0px 0;
	text-transform:uppercase;
	color:#9d833e;
	font-size:14px;
}
.rightColumn{
	border:30px solid #000;
	padding:20px 50px;
	height: 700px;
}
.StepContent{
	padding: 14px 0;
}
.stepContentHeading{
	font-size:30px;
	color:#9d833e;
	padding: 10px 0 10px;
}
.accountTypeInfo{
	padding: 0;
	color:#555;
}
.selectOnetext{
	font-size:16px;
	color:#9d833e;
	 font-weight: bold;
	margin-bottom: 30px; margin-top: 30px;
}
.optionImage{
	display:inline-block;
	vertical-align: top;
}
.optionRow{
	margin-bottom:30px;
}
.optionStep{
	display:inline-block;
	    padding: 10px 20px;
}
.optionHeading{
	font-size: 18px;
    font-weight: bold;
	color:#000;
}
.optionDesc{
	color:#838383;
	font-weight: 600;
	font-size: 14px;
}
.platformRow{
	background-color:#f9f9f9;
	padding:10px;
	border-radius:10px;
	border:1px solid #ddd;
}
.platformStep{
	  padding: 5px;
}
.platformHeading{
	font-size: 14px;
    font-weight: bold;
	color:#9d833e;
	padding: 15px 0 5px;
}
.platformDesc{
	color:#333;
	font-size: 12px;
}
.passwordResetSite{
	margin-top:30px;
	font-size: 18px;
    font-weight: bold;
	color:#9d833e;
}
.passwordHeading{
	font-size: 22px;
	color:#9d833e;
	padding: 0px 0px 20px;
	
}
.passwordContainer{
	padding:10px 20px;
	border-radius:6px;
	margin-top: 13px;
	border:1px solid #ddd;
	overflow: auto;
}
.passwordDesc{
	color: #333;
}
.passwordResetSite .fa{
	  font-weight: bold;
	  vertical-align: middle;
}
.accountType img{
	width: 60px;
	min-height:auto;
}
.accountType .optionImage{
	vertical-align:initial;
}
.computerPlatform img{
	width: 90px;
	min-height:auto;
}
.clientContainer{
	border: none;
    padding: 0;
    margin-top: 40px;
	max-height: 300px;
	overflow: auto;
}
div.vertical-line{
	width: 3px;
    background-color: #00b0a3;
    height: 42px;
    position: absolute;
    top: 14px;
	left: 5px;
	-webkit-transition: height 0.5s ease-in-out;
	-moz-transition: height 0.5s ease-in-out;
	-o-transition: height 0.5s ease-in-out;
	transition: height 0.5s ease-in-out;
}
 .slideup, .slidedown {
	max-height: 0;            
	overflow-y: hidden;
	-webkit-transition: max-height 0.5s ease-in-out;
	-moz-transition: max-height 0.5s ease-in-out;
	-o-transition: max-height 0.5s ease-in-out;
	transition: max-height 0.5s ease-in-out;
}
.slidedown {            
	max-height: 42px ;                    
}    
.btnClass{
	background-color:#e19b4f;
	border-radius:6px;
	border:1px solid #e19b4f;
	color:#FFF;
	font-weight:bold;
	padding: 5px 25px;
	margin: 10px 0;
}
.diffContainer{
	margin-top:12px;
}
.diffContainer .passwordHeading{
	font-size: 18px;
    color: #333;
	font-weight:bold;	
    padding: 20px 0px 10px;
}
.diffContainer .platformRow{
	    padding: 25px;
		box-shadow:5px 3px 10px 2px #ccc;
}
.diffContainer .passwordDesc{
	color: #333;
	line-height:18px;
	font-size:12px;
}
.stepRow.active{
	cursor:pointer;	
}
.animate__animated.animate__backInDown,.animate__animated.animate__backInUp {
  --animate-duration: 0.5s;
}
.animate__animated.animate__slideInDown{
	 --animate-duration: 0.2s;
}
@media screen and (min-width: 992px) {
	.rightColumn, .leftColumn{
		height: calc(100vh - 40px);
		overflow: auto;
	}
}
@media screen and (max-width: 992px) {
	.rightColumn{ 
		height: auto;
	}
	.platformRow{
		margin-bottom: 10px;
		text-align: center;
	}
}
@media screen and (max-width: 650px) {
	.optionRow{ 
		text-align: center;
	}
	.optionStep{
		display: block;
	}

	.mainContainer {
		padding: 10px;
	}
}
@media screen and (max-width: 550px) {
	
	.column1 {
		padding: 10px 0;
	}
	.stepsCotainerMain {
		padding: 30px 0 10px 10px;
	}
	.descTop {
		padding: 0 10px;
	}
	.rightColumn {
		border: 20px solid #000;
		padding: 10px 20px 20px;
	}
}
div.vertical-line.hide0{
	height: 0px;
	-webkit-transition: height 0.5s ease-in-out;
	-moz-transition: height 0.5s ease-in-out;
	-o-transition: height 0.5s ease-in-out;
	transition: height 0.5s ease-in-out;
}
/*ANIMATIONS BY DIVIJ*/

#step-2-logo, #step-5-logo{
    position: relative;
    top: 0px;
    transition: all 0.3s ease-out;
}
#step-2-logo.hide1 {
    top: 280px;
}
#step-5-logo.hide1{
    top: 380px;
}
#step-1-logo-1{
	position: relative;
	top: -280px;
    transition: all 0.3s ease-out;
}
#step-1-logo-1.show1{
	top: 0px;
}
#step-1-logo-2{
	position: relative;
	top: -380px;
    transition: all 0.3s ease-out;
}
#step-1-logo-2.show1{
	top: 0px;
}