@charset "UTF-8";
/* CSS Document */
body{
	font-family: 'Montserrat', sans-serif!important;
	height: 100vh;
}



.topNav{
	background-color: #FFEB2E!important;
}

.navOffcanvas{
	width: 250px!important;
}

.offcanvas{
	width: 400px!important;
}

.navbar .nav-item .nav-link{
	font-size: 14px;
	font-weight: 500;
}

.navbar .nav-item .nav-link i {
	font-size: 25px!important;
}

.navbar .nav-item .nav-link .bxs-user-detail{
	font-size: 27px!important;
}

.breadcrumb-item.active{
	color:#FFEB2E!important;
	font-size: 12px!important;
	padding-top: 4px;
}


.breadcrumb-item a{
	text-decoration: none!important;
	color:#AAAAAA!important;
	font-size: 12px;
}


/* Main options area */

.mainTitle{
	font-weight:200;
	color: #919191;
}

.brandOption{
	margin: 25px 200px;
	min-height: 60vh!important;
}

.brandOption .btn , .problemOption .btn {
	box-shadow: 1px 1px 4px 4px #EEEEEE; 		
}

.problemOption .btn:focus  {
	background-color: #FFEB2E; 		
}

.imgSizing{
	max-height: 60px;
	max-width:  180px;
	border: none;
}

.buttonSizing{
	height: 75px;
	width: 220px;
	max-width: 220px;
}

.problemOption{
	margin-top: 25px;
	flex-direction: column;
}

.problemOption p , .problemOption ul li{
	font-size: 12px;
	text-align: left;
}




/* Key information part */

.keyInfo ul li{
	color:white;
	margin:5px 15px;
	padding-top: 5px;
}

.keyInfo p{
	font-size: 12px;
	color: white;
	font-weight: 300;
}

/* Main Content */

.mainContent, .backBtn {
	margin: 30px 10px;
}

.inlineContent
{
	border-radius: 10px;
	padding: 30px;
	
}

.inlineContent p , .inputArea p {
	font-size: 12px;
}

.inlineContent h2 , .inputArea h2{
	font-size: 16px;
	font-weight: 700;
}

.inputArea form {
	margin-top: 60px;
}

.inputArea form input{
	font-size: 14px;
}

.inputArea form p {
	margin-bottom: 0px;
	color: #AAAAAA;
	font-weight: 300;
}

.input-group button , .input-group input{
	font-size: 14px;
}

.inputArea select, .inputArea option{
	font-size:14px;
	font-weight: 500;
}


.backBtn , .nextBtn{
	font-size: 12px;
}

/*-----------------------------------------------*/

@media(max-width:720px){

/* Brand Option */	
.brandOption{
	margin: 0px 0px;
	align-content: center;
	text-align: center;
}


/* Progress bar css */	
.progressStatus{
		display: none;	
	
}
}

@media(min-width:720px){
	
.rounded-circle{
	width: 35px;
	height: 35px;
}

.progress{
	height: 0.7rem;
}

.progressBar{
	padding: 60px 120px; 
}

.progressBtn{
	padding: 0px 70px;
	margin-top: -85px;
}

.progressBtn h2{
	margin-top: 4px;
	font-size: 12px;
	font-weight: 700;
}

.progressBtn p {
	font-size: 12px!important;
	font-weight: 500;
}

.progressBtn .active .rounded-circle{
	width: 45px;
	height: 45px;
	background-color: #FFEB2E;
	border: none;
}

.progressBtn .active {
	margin-top: -10px;
}

.progressBtn .active h2{
	font-size: 20px;
	font-weight: 900;
	color:black;
}

	
.keyInfo ul li{
	color:white;
	margin:5px 150px;
	padding-top: 5px;
}

.keyInfo p{
	font-size: 12px;
	color: white;
	font-weight: 300;
}
	
/* Main Content */	

.mainContent, .backBtn {
	margin: 30px 120px;
	display: flex;
}
	
.inputArea{
	width: 50%;
	}
	
.inputArea form{
	line-height: 15px;
	border-left: 1px solid #DDDDDD;
	margin-left: 30px;
	padding-left: 30px;
	margin-top: 0px!important;

}
	
	
}

