* {
  padding: 0;
  margin: 0;
}

body {
  background-image: url("images/back.jpg");
}

.contact {
  padding: 5%;
  height: auto;
  margin:auto;
}

.navbar{
  padding-bottom:0;
}

.col-md-3 {
  background: #35e9df;
  padding: 4%;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.contact-info {
  margin-top: 10%;
}
@media (max-width: 768px) {
  .contact-info {
    margin-top: 0px;
  }
}
.contact-info img {
  margin-bottom: 15%;
}
@media (max-width: 768px) {
  .contact-info img{
    margin-bottom: 0px;
  }
}

.contact-info h2 {
  margin-bottom: 10%;
}
.col-md-9 {
  background: #fff;
  padding: 3%;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.contact-form label {
  font-weight: 600;
}
.contact-form button {
  background: #1d7773;
  color: #fff;
  font-weight: 600;
  width: auto;
  padding:5px 20px;
  margin-top:20px;
}
.contact-form button:focus {
  box-shadow: none;
}

.headname {
  margin-right: 2rem;
  text-align: center;
}

.card {
  padding: 10px;
  text-align: center;
  margin: auto;
  margin-bottom: 6rem;
  margin-top:6rem;
  border-radius:23px;
  position:relative;
  width:90%;
}

h5,
h6,
p {
  color: black;
}

.footerinfo {
  color: black;
}

.diamond {
  width: 24px;
  height: 24px;
}

.email{
  width:24px;
  height:30px;
}

.phone{
width:24px;
height:18px;
}

.facebook {
  width: 40px;
  height: 40px;
}

.card-body {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .card-body {
    margin-top: 0px;
  }
}

.dentist{
  width:300px;
  height:300px;
  position:absolute;
  object-fit: cover;
  top:-20px;
  left:-100px;
}
@media (max-width: 768px) {
  .dentist {
    position:relative;
    top:0;
    left:0;
  }
}

a{
  margin-bottom:20px;
}

@media (max-width: 991px) {
  .navbar>.container {
   justify-content:center;
  }
}

.container1{
  width:100%;
  display:flex;
  justify-content:center;
  margin-bottom:40px;

}

@media (max-width: 768px) {
  .row {
    margin:0;
  }
}

.footerNote{
text-decoration: none;
color:black;
}

.footerNote:hover{
  color:red;
}

.espa{
  width:500px;
  height:auto;
}

.blah{
padding:20px 10px;
}
@media (max-width: 768px) {
  .blah {
    padding:20px;
  }
}

.container{
  width:auto;
}
.container3{
  width:100%;
  background-color:white;
  padding:50px 100px;
}
.blog-post {
  -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
}

.blog-post .blog-img .overlay,
.blog-post .blog-img .post-meta {
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.blog-post .blog-img .overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.blog-post .blog-img .post-meta {
  bottom: 5%;
  right: 5%;
  z-index: 1;
}

.blog-post .blog-img .post-meta .read-more:hover {
  color: #6dc77a !important;
}

.blog-post .content h1, .blog-post .content h2, .blog-post .content h3, .blog-post .content h4, .blog-post .content h5, .blog-post .content h6 {
  line-height: 1.2;
}

.blog-post .content .title {
  font-size: 18px;
}

.blog-post .content .title:hover {
  color: #6dc77a !important;
}

.blog-post .content .author .name:hover {
  color: #6dc77a !important;
}

.blog-post:hover {
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.blog-post:hover .blog-img .overlay {
  opacity: 0.65;
}

.blog-post:hover .blog-img .post-meta {
  opacity: 1;
}

.blog-post .post-meta .like i,
.profile-post .like i {
  -webkit-text-stroke: 2px #dd2427;
  -webkit-text-fill-color: transparent;
}

.blog-post .post-meta .like:active i, .blog-post .post-meta .like:focus i,
.profile-post .like:active i,
.profile-post .like:focus i {
  -webkit-text-stroke: 0px #dd2427;
  -webkit-text-fill-color: #dd2427;
}

.avatar.avatar-ex-sm {
    height: 36px;
}
.shadow {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15) !important;
}

.text-muted {
    color: #8492a6 !important;
}


.para-desc {
    max-width: 600px;
}
.text-muted {
    color: #8492a6 !important;
}

.section-title .title {
    letter-spacing: 0.5px;
    font-size: 30px;
}
