.service-options .repair-carousel .repair-item{
	transition:all 0.5s;
	border-width:2px;
}
.service-options .repair-carousel .repair-item:hover{
	border: 2px solid #67b873;
}
.repair-item a{
	display:block;
}

.myrplist.list-options{
	margin:0px;
}
.list-options .select-item label span{
	position: relative;
    display: inline-flex;
	display:none;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #e3e6ea;
    margin-right: 15px;
	-webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    position: relative;	
}
.list-options .select-item input:checked + label span {
    border-color: #27e491;
}
.list-options .select-item input:checked + label span:after {
    opacity: 1;
}
.list-options.list-extras .select-item label span:after {
    content: "\f00c";
    font-family: FontAwesome;
    height: 0;
    width: 0;
    top: -5px;
    left: 1px;
    font-size: 20px;
}
.list-options .select-item label span:after {
    content: '';
    position: absolute;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background: #27e491;
    opacity: 0;
    height: 16px;
    width: 16px;
    top: 3px;
    left: 3px;
}
.list-options .select-item label {
    font-size: 16px;
    text-align: center;
    color: #6c6c6c;
    line-height: 20px;
    height: 40px;
}
.myrplist.list-options .select-item input {
    display: none;
}
.myrplist.list-options .select-item {
	display: inline-block;
    width: 18%;
    margin-right: 2.5%;
    text-align: center;
    border: 2px solid #b1b1b1;
    float: left;
    background: #fff;
    text-align: center;
    padding: 20px 15px;
    margin-bottom: 30px;
	border-radius:10px;
	padding-bottom: 10px;
	transition:all 0.5s;
}
.myrplist.list-options .select-item:hover label{
	color:#fcfcfc;
}
.myrplist.list-options .select-item:hover{
	background: #36a7c7;
	border: 2px solid #36a7c7;
}
.myrplist.list-options .select-item:nth-child(5n+0){
	margin-right:0px;
}
.myrplist.list-options .select-item a{
	display:block;
}
.myrplist.list-options .select-item img{
	height:90px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	
}
.list-options .select-item span {
    float: right;
    font-size: 24px;
    font-family: 'AktivGrotesk-Bold';
    color: #27e491;
	
}
.signin-opt{
	    position: absolute;
    right: 80px;
    top: 40px;
}
.signin-opt a{
	color: #27e491;
}
/* Upload Option */
.upload-form .input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px 30px;
    margin-bottom: 0;
    
    line-height: 52px;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #f5f5f5;
    border: 0.5px solid #e3e6ea;
	border-right:0px;
    -webkit-border-top-left-radius: 30px;
	-webkit-border-bottom-left-radius: 30px;
	-moz-border-radius-topleft: 30px;
	-moz-border-radius-bottomleft: 30px;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	
}
.upload-area {
    background: #f3f3f3;
    border: 2px dashed #d0d0d0;
	padding:30px 20px;
	border-radius:20px;
}
.upload-area .fa{
	border:none !important;
	margin-left:5px;
}
.upload-area h3{
	margin-bottom:10px;
}
.hide-area img{
	width:100px;
	height:100px;
}
.upload-area input#files{
	display:none;
}
/* End Upload Option */
/* Dashboard CSS */
.account-nav.cms-service-menu .fr-accordion .card .card-header {
    padding: 23px 30px;
    font-size: 22px;
    color: #083260;
    font-family: 'AktivGrotesk-Bold';
    letter-spacing: -0.016em;
}
.order-list{
	list-style-type:none;
}
.order-list li{
	
    margin-bottom: 20px;
	padding: 31px 50px 24px;
    background: #fff;
	border-radius: 25px;
    border: 1px solid #e3e6ea;
	    -webkit-box-shadow: 0px 22px 65px 0px rgba(35, 35, 35, 0.08);
    -khtml-box-shadow: 0px 22px 65px 0px rgba(35, 35, 35, 0.08);
    -moz-box-shadow: 0px 22px 65px 0px rgba(35, 35, 35, 0.08);
    -ms-box-shadow: 0px 22px 65px 0px rgba(35, 35, 35, 0.08);
    -o-box-shadow: 0px 22px 65px 0px rgba(35, 35, 35, 0.08);
    box-shadow: 0px 22px 65px 0px rgba(35, 35, 35, 0.08);
}
.order-list .order-info p{
	margin-bottom:5px;
	font-family: 'AktivGrotesk';
}
.order-list .order-info p span{
	font-size: 14px;
    color: #083260;
    font-weight: bold;
    width: 60px;
    display: inline-block;
}
.order-info{
	width:70%;
	float:left;
}
.order-info h4{
	font-size: 18px;
    margin-bottom: 10px;
	color: #083260;
	font-weight:bold;
}
.status-action{
	width:30%;
	float:left;
}
.status-action h5{
	position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    display: inline-block;
}
.status-action h5:before{
	content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #e33030;
    left: -15px;
    top: 2px;
}
.status-action h5.scs:before{
	background: #68b874;
}
.status-action h5.cns:before{
	background: #000;
}

/* End Dashboard CSS */

@media (min-width: 601px) and (max-width: 1024px) {
	.myrplist.list-options .select-item {
    width: 23.5%;
    margin-right: 2%;
	}
	.myrplist.list-options .select-item label {
		font-size:14px;
		overflow:hidden;
	}
	.myrplist.list-options .select-item:nth-child(4n+0){
		margin-right:0px;
	}
}
@media only screen and (max-width: 600px) {
	.myrplist.list-options .select-item:nth-child(3n+0){
		margin-right:0px;
	}
	.myrplist.list-options .select-item {
    width: 32%;
    margin-right: 2%;
	}
	.myrplist.list-options .select-item label {
		font-size:13px;
		overflow:hidden;
	}
}

.list-options .select-item label p{
    color: #6c6c6c;
}

.shopImage {
    width: 100px !important;
}


/* checkbox style */

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    float:right;
  }
  
  /* Hide default HTML checkbox */
  .switch input {display:none;}
  
  /* The slider */
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input.default:checked + .slider {
    background-color: #444;
  }
  input.primary:checked + .slider {
    background-color: #2196F3;
  }
  input.success:checked + .slider {
    background-color: #8bc34a;
  }
  input.info:checked + .slider {
    background-color: #3de0f5;
  }
  input.warning:checked + .slider {
    background-color: #FFC107;
  }
  input.danger:checked + .slider {
    background-color: #f44336;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }

  .signup-form-error {
    color: red !important;
  }