.text-red{
	color: red;
}
.form-control {
    margin-bottom: 0px;
}
.spinner{
	display: none;
}
.sendmessage,.errormessage {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
.sendmessage{
    color: green;
	display: none;
}
.errormessage{
    color: red;
}
#contact {
    background: #fff;
    padding: 60px 0;
}
label {
    margin-bottom: 0;
}
.form-group {
    margin-bottom: 0.5rem;
}
.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #34b7a7;
  bottom: 0;
  left: calc(50% - 25px);
}




/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
  background: #fff;
}
.info i {
  font-size: 20px;
  color: #34b7a7;
  float: left;
  width: 44px;
  height: 44px;
  background: #effbf9;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #222222;
}
.contact .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 14px;
    color: #555555;
}
.contact .info .email, .contact .info .phone {
  margin-top: 40px;
}
.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: #34b7a7;
  color: #fff;
}
.php-email-form {
  width: 100%;
  background: #fff;
}
.php-email-form .form-group {
  padding-bottom: 8px;
}
.php-email-form .validate {
    display: none;
    color: red;
    margin: 0 0 0px 0;
    font-weight: 400;
    font-size: 13px;
}
.php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.php-email-form input, .contact .php-email-form textarea {
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px;
}
.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #34b7a7;
}
.php-email-form input {
  height: 44px;
}
.php-email-form textarea {
  padding: 10px 12px;
}
.php-email-form button[type="submit"] {
  background: #34b7a7;
  border: 0;
  padding: 10px 30px 12px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}
.php-email-form button[type="submit"]:hover {
  background: #3dc8b7;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
i.fa.fa-phone {
  transform: rotate(90deg);
}
.footer-btns {
  display: none;
  position: fixed;
  bottom: -7px;
  z-index: 9999;
  text-align: center;
  padding: 5px 1%;
  background: #fff;
  width: 97%;
}
.footer-btns a.btn-success {
  min-width: 190px;
  margin: 10px 5px;
}
ul.footer-btn-list {
        display: inline-flex;
}
.doctor-message .doc-img img {
  width: 100%;
  margin-top: -10px;
  min-height: 570px;
}


.blog_section{
  background-color: white;
  margin-top: 30px;
}
.blog_section img{
  margin-bottom: 30px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.blog_second_row{
  height: 500px;
  margin-top: 20px;
}


