.rehair_vision {

    padding: 35px 30px 30px;
    width: 100%;
    float: left;
    border: 1px solid rgba(0, 0, 0, .2);
    margin-bottom: 30px;
    font-size: 20px;

}

.rehair_mission{

    padding: 35px 30px 30px;
    width: 100%;
    float: left;
    border: 1px solid rgba(0, 0, 0, .2);
    margin-bottom: 30px;
    margin-top: 30px;
    font-size: 20px;

}

.dpt_subtitle h5 {
    font-size: 25px;
    color: #333;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 15px;
    text-align: center;
}


.inr_bult {
    width: 100%;
    float: left;
}

.inr_bult li {
    padding-left: 35px;
    position: relative;
    margin-bottom: 10px;
    font-size: 18px;
}

.inr_bult li:before {
    content: "\f30b";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 900;
    color: #063e3e;
}

.dpt_subtitle_new h5 {
    font-size: 20px;
    color: #333;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 15px;
}

.dpt_subtitle_new p {
    font-size: 18px;
}

.dpt_sub_space{
    padding-top: 35px;
    padding-bottom: 35px;
}

.google-maps {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
    filter: grayscale(1);
}
.google-maps:hover{
    filter: grayscale(0);
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }