.biw-greeting {
  text-align: center;
}
.biw-greeting h1 {
  margin-top: 0;
  margin-bottom: 40px;
  margin-top: 35px;
  text-transform: uppercase;
}
.biw-greeting h1 span {
  font-size: 20px;
  display: block;
}

.biw-location-images img {
  border: 6px solid #444;
}


.biw-doctors-msg {
  padding-top: 100px;
  padding-bottom: 30px;
  border: 7px solid #444;
  margin-top: 130px;
  text-align: center;
  position: relative;
}
.biw-doctors-msg h2 {
  text-transform: uppercase;
}
.biw-doctors-msg p {
  font-size: 16px;
  margin-right: 60px;
  margin-left: 60px;
  padding-bottom: 30px;
  border-bottom: 1px solid #444;
  /*font-weight: bold;*/
}
.biw-doctors-msg .biw-client-image {
  display: block;
  position: absolute;
  top: -90px;
  width: 180px;
  height: 180px;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
}
.biw-doctors-msg .biw-client-image img {
  width: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 7px solid #444;
}
.biw-doctors-msg .contact-biw-info .biw-icon {
  display: block;
  color: #7a7a7a;
  margin-bottom: 15px;
  font-size: 50px;
}
.biw-doctors-msg .contact-biw-info .biw-icon label {
  display: block;
  font-size: 16px;
  font-weight: normal;
  color: #337ab7;
}
.biw-doctors-msg .contact-biw-info .biw-icon label a {
  color: #337ab7;
}
.biw-doctors-msg .biw-icons-row {
  margin-top: 30px;
}

.biw-addresses-wrapper{
    padding-top: 30px;
}

.biw-office-hours {
  color: #fff;
  margin-top: 40px;
}
.biw-office-hours h2 {
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
.biw-office-hours table {
  width: 100%;
  text-align: center;
}
.biw-office-hours table th {
  text-align: center;
  padding: 10px;
}
.biw-office-hours table td {
  padding: 10px;
}
.biw-office-hours table tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}
.biw-office-hours .biw-hours {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 80px;
  padding-right: 80px;
  background: #444;
  margin-bottom: 40px;
}

.biw-contact-reviews h2 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 45px;
}

.biw-contact-reviews h2 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 45px;
}

.biw-testimonial-bg{
    border: 7px solid #333;
    padding: 50px 70px;
    text-align: center;
    position: relative;
}

.biw-testimonial-bg:before{
    content: "\f10d";
    font-family: "fontawesome";
    width: 75px;
    height: 75px;
    line-height: 75px;
    background: #fff;
    text-align: center;
    font-size: 50px;
    color: #3c414c;
    position: absolute;
    top: -40px;
    left: 2%;
}

.biw-testimonial{
    padding: 0 15px;
}

.biw-testimonial .biw-description{
    font-size: 20px;
    font-weight:400;
    font-style: italic;
    color: #848484;
    line-height: 30px;
    padding-bottom: 25px;
    margin-bottom: 15px;
    position: relative;
}

.biw-testimonial .biw-description:before{
    content: "";
    width: 75%;
    border-top: 1px solid #ddd;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.biw-testimonial .biw-description:after{
    content: "";
    width: 20px;
    height: 20px;
    background: #fff;
    position: absolute;
    bottom: -10px;
    left: 50%;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    -webkit-transform: translateX(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    -o-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    
}
.biw-testimonial .biw-pic{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 25px auto;
    overflow: hidden;
}
.biw-testimonial .biw-pic img{
    width: 100%;
    height: auto;
}
.biw-testimonial .biw-title{
    display: inline-block;
    font-size: 23px;
    font-weight: 700;
    color: #848484;
    text-transform: capitalize;
    margin: 0;
}
.biw-testimonial .biw-post{
    display: inline-block;
    font-size: 20px;
    color: #848484;
}




@charset "UTF-8";
.appointment-form {
  margin-top: 30px;
  margin-left: 15px;
  margin-bottom: 30px;
}
.appointment-form input, .appointment-form select, .appointment-form textarea {
    display: inline-block;
    -webkit-border-radius: 0% !important;
    -moz-border-radius: 0% !important;
    border-radius: 0% !important;
    border: none;
    background: none;
    /* height: 40px; */
}
.appointment-form textarea {
  height: 80px;
}
.appointment-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
label {
    display: inline !important;
}
.appointment-form .input {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  border-bottom: 1px solid #000;
}
.appointment-form .input:before {
  content: "\f0e5";
  display: block;
  font-family: "FontAwesome";
  height: 40px;
  width: 40px;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 40px;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.6);
}
.appointment-form .input.calender:before {
  content: "\f073";
}
.appointment-form .input.time:before {
  content: "\f017";
}
.appointment-form .input.name:before {
  content: "\f007";
}
.appointment-form .input.mail:before {
  content: "\f0e0";
}
.appointment-form .input.phone:before {
  content: "\f095";
}
.appointment-form button {
  display: block;
  height: 35px;
  border: 3px solid #444;
  background: #444;
  color: #fff;
  width: 100%;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.appointment-form button:hover {
  background: #fff;
  color: #444;
}

.biw-map-and-contact {
  margin-bottom: 40px;
}
.biw-map-and-contact iframe {
  width: 100%;
}
.biw-map-and-contact h2 {
  text-transform: uppercase;
  text-align: center;
}

.biw-map-and-contact{
    margin-top: 40px;
    border: 7px solid #444;
}




@media screen and (max-width: 767px){
    .appointment-form{
        margin-left: 0;
    }
    .biw-testimonial-bg{
        padding: 50px 0;
    }
    .biw-doctors-msg .biw-icons-row {
        padding: 0 30px;
    }
    .contact-biw-info {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 522px){
    .biw-office-hours .biw-hours{
      padding-left: 5px;
      padding-right: 5px;
    }
    .biw-testimonial-bg{
        padding: 50px 0;
    }
    .biw-doctors-msg .biw-icons-row {
        padding: 0 30px;
    }
    .contact-biw-info {
        margin-bottom: 20px;
    }
}
