@charset "UTF-8";

/* CSS Document */

#docrequest {
    padding: 100px 0 40px 0;
}
#docrequest h2 {
    font-size: 2.8rem;
    font-weight: bold;
    border-bottom: 1px #d79c00 solid;
    padding-left: 10px;
}
#docrequest h3 {
    font-size: 19px;
    font-weight: bold;
    padding-left: 10px;
    margin-bottom: 1em;
    /* border-left: solid #d79c00 6px; */
    border-bottom: 3px double #d79c00;
    color: #333;
    text-align: left;
    letter-spacing: 0;
}
#docrequest h4 {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: .5em;
    padding-left: 10px;
    border-left: 4px solid #d79c00;
    color: #333;
    text-align: left;
    letter-spacing: 0;
}
#docrequest ul li{
  line-height: 1.25;
}
#docrequest .row {
    margin-bottom: 50px;
}
#docrequest .txt {
    line-height: 1.5;
    margin-bottom: 15px;
}
.center {
    text-align: center;
}
.col-md-4 {
    width: 33.33333333%;
  float: left;
}
.col-md-8 {
    width: 66.66666667%;
  float: left;
}
#docrequest .col-md-4 img {
    box-shadow: 8px 7px 22px grey;
}
@media screen and (max-width:767px) {
  a.scroll_point {
    display: block;
    margin-top: -48px;
    padding-top: 48px;
  }
.col-md-4 {
    float: none;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
.col-md-8 {
    width: 100%;
    float: none;
    margin: 20px 10px 30px 10px;
}
  
}