.custom {
   width: 92%;
   margin: 20px auto 20px auto;
   background-color: rgb(228, 229, 229)!important;
   border-radius: 5px;
   border: 1px solid #ccc !important;
}

.dz-max-files-reached {
   background-color: red;
}

.dz-progress {
   top: 70% !important;
}

.photo_icon{
   width: 110px;
   float: left;
   margin-top: 18px;
   margin-right: 20px;
   pointer-events: none;    	      
   margin-left: -13px;
}

#photoiconimg2{
	margin-top: -30px !important;
}

.dz-message{
   color: #777;
   padding-top: 16px;
}

.dropzone{
   height: 174px !important;
}

.dropzone .dz-preview.dz-image-preview {
   background-color: transparent !important;
   margin-top: 0px!important;
   margin-bottom: 0px!important;
}

.dropzone .dz-preview .dz-image{
   /*height: 90px !important;*/
   /*width: 90px !important;*/
}

.contactformcalc input{
   padding: 12px !important;
}

.contactformcalc input{
   width: 40% !important;
}

#my_progress{
   display: none;
   width: 100%;
   height: 500px;
   text-align: center;
}

#my_progress img{
   margin: 50px auto 0px auto;
}

@media screen and (min-width: 767px) {
  .contactformcalc input[type="text"], .contactformcalc input[type="number"] {
    padding: 2px !important;
    /*width: 136px !important;*/
    width: 96px !important;
  }
  .contactformcalc input[type="radio"] {
    width: 20px !important;
  }
  
  .contactformcalc .mkl2c input[type="text"] {
    width: 96px !important;
    text-align: right;
    display: inline-block;
    float: left;
    margin-left: 0px !important;
  }
  
  .contactformcalc .makeline1 input {
    width: 86px !important;
  }
}