      
.testimonial{
    width:100%;
    border: 1px solid #ebebeb;
    overflow:hidden;
    box-sizing:border-box;
    margin-bottom:20px;
  }


.testimonial-content {
    font-size: 16px !important;
    /*color: #333; *//* Change testimonial paragraph text color */
    padding: 15px 15px;
}
.content_2 {
    position: relative;
/*    padding-left: 30px;
*/    margin-bottom: 30px;
}
.content_2:before,
.content_2:after {
    content: "";
    height: 15px;
    width: 19px;
    position: absolute;
}
.content_2:before {
    background: url(icon_testimonial_2_before.png) 0 0 no-repeat;
    left: 0;
}
.content_2:after {
    background: url(icon_testimonial_2_after.png) 0 0 no-repeat;
    margin: 5px 10px;
}
.testimonial_2 p {
    display: inline;
}
.author_2 {
/*    margin-left: 30px;
*/}
.author_2 h3 {
    /*color: #333;*/ /* Change author text color */
    font-size: 13px;
    font-weight: bold;font-size: 16px;
    padding: 0 0 5px;
    letter-spacing: 1px;
    margin-top:-15px;
}
hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #eee;
}
.author_2 h4 {
    /*color: #333;*/ /* Change author text color */
    font-size: 12px;
    font-weight: 400;
    padding: 0 0 5px;
    font-size: 16px;
    letter-spacing: 1px;
}
.author_2 h4 a {
    color: #999; /* Change company text link color */
    text-decoration: none;
    position: relative;
    padding-bottom: 1px;
    overflow: hidden;
    border-bottom: 1px solid;
}
.author_2 h4 a:after {
    background: #999; /* Change company border link background color */
    height: 1px;
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.author_2 h4 a:hover {
    color: #000; /* Change company text link color when mouse over */
    border: none;
}
.author_2 h4 a:hover:after {
    border-color: #000;
    width: 100%;
}

.nb_l1 h4{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;

}
.nb_date [type="date"] {
  background:#fff url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/calendar_2.png)  97% 50% no-repeat ;
}
.nb_date [type="date"]::-webkit-inner-spin-button {
  display: none;
}
.nb_date [type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
}

.nb_date input[type="date"] {
  border: 1px solid #ebebeb;
  border-radius: 0;
  background-color: #fff;
  padding: 3px 10px;
 height: 35px;margin-bottom: 20px;
 margin-left:10px;
}

.nb_date input[type="date"]:before {
    content: attr(placeholder) !important;
    color: #aaa;
    margin-right: 0.5em;
  }
.nb_date [type="date"]:focus:before,
.nb_date input[type="date"]:valid:before {
    content: "";
  }
#notice_board .container h2 {
    color: #4a249c;
    font-weight: bold;
    font-size: 25px;
    text-align: center;

}

 .content_2 {text-align: justify;}

@media only screen and (max-width:1024px) {

  
       .content_2 {text-align: justify;}

}

@media only screen and (max-width:991px) {

    .nb_date input[type="date"]{width: auto;}
   
        .content_2 {text-align: justify;}

}

@media only screen and (max-width:767px) {

    .nb_date input[type="date"]{width: auto;}
   
    .content_2 {text-align: justify;}
}

@media only screen and (max-width:480px) {

    .nb_date input[type="date"]{width:auto;}
   
    label.nb-label {
        width: 22%;
    }
    .content_2 {line-height: 1.3;text-align: justify;}
}

@media only screen and (max-width:320px) {

    .nb_date input[type="date"]{width: auto;}
    .nb_l1 h4 {
    font-size: 1rem;}
    .content_2 {line-height: 1.3;text-align: justify;}
    .content_2 p{font-size: 13px;}
    .author_2 h3{font-size: 15px;}
    .author_2 h4{font-size: 14px;}
}