.muls-box{
	display: inline-flex;
    width: 50%;
    height: 300px;
    margin-bottom: 15px;
}
.muls-box .muls-left-box,.muls-box .muls-right-box,.muls-box .muls-box-btn{
	float: left;
	height: 100%;
	padding:5px;
}

.card {
  background: #fff;
  border-radius: 10px;
  display: inline-block;
  height: 300px;
  position: relative;
  width: 40%;
}

.card-1 {
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.card-1:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.muls-top{
	height: 28px;
	line-height: 28px;
	border-bottom: 3px #6F51C7 solid;
	font-family: "Montserrat", sans-serif;
    font-weight: 600;
    /* border-top: none; */
   
    
    text-align: center;
}
.muls-top p{
	margin: 0;
	padding-left: 10px;
}
.muls-content{
	height: 472px;
	position: relative;
	height: auto;
}
.muls-content-select{
	width: 100%;
	float: left;
	height: 300px;
	border: 0px;
	overflow-y: auto;
	
}
.muls-content-select:focus{
	
outline: 2px solid #6f51c7;	
}
.muls-btn{
	width: 50px;
	background: #FFFFFF;
	border: 1px #AAAAAA solid;
}  
.muls-checks{
	display: none;
}
.muls-box-btn{
	width: 20%;

	text-align: center;
}
.muls-btn-mid{
	width: 80px;
	height: 30px;
	cursor: pointer;
	margin-top: 20px;
}
.muls-btn-mid-1{
	margin-top: 65px;
}
.muls-right-box{
	width: 40%;
	

}
option{
	padding: 8px;
	cursor: pointer;
	border-bottom: 1px solid #F0F0F0;
}