label.cabinet{
	display: block;
	cursor: pointer;
}

label.cabinet input.file{
	position: relative;
	height: 1px;
	width: auto;
	opacity: 0;
	-moz-opacity: 0;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  margin-top:-30px;
}

#upload-demo{
	width: 250px;
	height: 250px;
  padding-bottom:25px;
}
figure figcaption {
    position: absolute;
    bottom: 0;
    color: #fff;
    width: 100%;
    padding-left: 9px;
    padding-bottom: 5px;
    text-shadow: 0 0 10px #000;
}
.flex_j_center{
  display: flex;
  justify-content: center;
}
#canvasWrapper{
  display: flex;
  justify-content: center;
}
.detile_form_box{
  display: flex;
  /* justify-content: center; */
  align-items: center;
  flex-direction: column;
}
.hero-content{
 margin: 0 !important; 
}
#hero{
  min-height: 86vh;
}
.nav-logo-mobile{
  height: 48px;
}
footer{
  text-align: center;
}
footer small {
  color: #62656a;
  float: none;
}

@media (max-width: 575.98px){
footer {
    padding: 20px 25px;
}}

label.flex_j_center {
  max-width: 200px;
  max-height: 200px;
}
.contact_us p{
  text-align: center;
  font-weight: bold;
}
#call-to-action {
  background-color: #0095f7;
}
.hide{
  display: none;
}