/****** 1.01 3/17/2021 ******/
.btn-grey {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #333;
}

.btn-red {
  background: #c64444;
  border-color: #c64444;
  color: #fff;
}

.btn-red:hover {
  background: #e31d3b;
  border-color: #e31d3b;
  color: #fff;
}

.flex-control-thumbs li {
  width: 12% !important;
  margin-top:10px;
  margin-right:10px;
  border: solid 1px #ccc;
}

.bwn-input {
  border: 2px solid #786058 !important;
  background: #786058 !important;
}

.brown_txt {
  color:#786058 !important;
  }
  
  .feature.boxed_hp {
  padding: 32px;
  background: #e2ded3;
  border: solid 1px #786058;
  border-style: dashed;
  }
  
  .test_card {
      border-radius: 10px;
      background-color: #fff;
    }
    
    .shortdv {
        border-top: 3px solid #786058; 
        width:120px;
        margin-left:auto;
        margin-right:auto;
    }
@media(max-width: 575px) {
  .image-slider .slides li {
      position: relative;
      min-width: 230px !important;
  }
    .mobilediv {
      margin-right: 0% !important;

  }
  .mobilediv  h1.hphero {
      font-size: 27px !important;
      line-height: 40px;
  
  }
  .mobilediv h3.hpsub {
    font-size: 18px !important;
  }
  .mobilediv .btn-lg {
    min-width: 150px;
  }
  .fullscreen {
    height: 350px;
}

}