.m-bottom3 {
 background: repeating-linear-gradient(90deg, #dfdfdf, 0.1em, transparent 0.1em, transparent 22em) rgb(239, 239, 239); 
  padding: 90px 0px;
}
.m-bottom1 {
background: #efefef;
}
.m-bottom4 {
padding-bottom: 90px;
}
.common-home .m-bottom1 {
background: none;
}
.m-bottom5 {
  padding: 0;
}
.about-block div {
    background-size: 25%;
}

/*FOR OCFILTER*/

#ocfilter {
    border: 0;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.ocfilter-option  {
    padding: 0;
    background: transparent;
    border: 0;
}
.selected-options {
    background: transparent;
    margin-bottom: 5px;
}
.selected-options i {
font-size: 10px;
}
.selected-options .btn-block {
    margin: 20px 0px;
}
#ocfilter .panel-heading, .ocf-option-values input {
  display: none !important;
}
#scale-price {
    margin: 20px 10px 45px 10px;
    height: 2px;
    border: 0;
    box-shadow: none;
}
.noUi-connect {
    background: black;
}
.noUi-background {
    background: red;
    box-shadow: none;
}
.noUi-horizontal .noUi-handle {
  width: 20px;
    height: 20px;
    box-shadow: none;
    background: black;
    border: 0;
    border-radius: 100%;
    top: -9px;
    left: -10px;
    cursor: e-resize;
}
.noUi-handle:after, .noUi-handle:before {
    height: 8px;
    left: 8px;
    top: 6px;
}
.noUi-handle:after {
    left: 11px;
}
.ocf-option-values input + span:before {
  position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: #dcdcdc;
}
.ocf-option-values input:checked + span:after {
    position: absolute;
    top: 4px;
    left: 4px;
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: black;
    background-size: contain;
    -webkit-animation: click-wave 0.2s;
    -moz-animation: click-wave 0.2s;
    animation: click-wave 0.2s;
}
.ocf-option-values span {
    position: relative;
    padding: 1px 0px 0px 24px;
    cursor: pointer;
}
.ocfilter-option .badge {
    background-color: #eee;
    color: #000000;
}
.add-photo {
	font-size: 14px;
    border-bottom: 1px dotted;
    cursor: pointer;
}
.add-photo:hover {
	color: #000;
}
.add-photo img {
margin-top: -4px;
}
.upload-img {
	display: inline-block;
    margin-right: 10px;
    margin-top: 10px;
    position: relative;
}
.upload-img-up {
	display: inline-block;
    margin-right: 10px;
}
.upload-img span {
font-size: 13px;
    position: absolute;
    background: #000;
    color: #fff;
    border-radius: 45px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    cursor: pointer;
    text-align: center;
    z-index: 2;
    right: -5px;
    top: 3px;
    padding: 0px 0px 0 1px;
}
@media (max-width:550px) {
  #form-review .thesis__panel {
  	flex-flow: row wrap;
  }
  #form-review .panel-url.border-btn {
  	    margin: 20px auto 5px;
  }
  .thesis__user {
  	display: none;
  }
}