.site-background.blog-background h3 {
  border-bottom: 1px solid #707070;
  border-bottom-color: rgb(112, 112, 112,0.21);
  margin-bottom: 0;
  padding-bottom: 19px;
  color: #262626;
  text-transform: uppercase;
}

.blog-block {
  border-top: 1px solid #fff;
  padding-top: 40px;
}

.blog-image img {
  width: 100%;
}

.blog-image {
  position: relative;
}

.blog-date {
  bottom: 42px;
  left: 0;
}

.blog-main {
  background: #FFFFFF;
  padding: 20px 32px 31px 25px;
}

.blog-title {
  font-size: 16px;
  font-weight: bold;
  color: #5E4646;
}

.blog-content {
  margin: 10px 0 20px;
  color: #262626;
}

.blog-info {
  color: #D89D9D;
}

  .blog-info p span {
    color: #262626;
  }

.blog-description {
  display: flex;
  justify-content: space-between;
}

.blog-social-icon ul li {
  display: inline-block;
  padding-right: 10px;
}

  .blog-social-icon ul li a i {
    font-size: 15px;
    color: #000000;
    opacity: 0.2;
  }

.blog-read {
  color: #D89D9D;
  text-transform: uppercase;
  font-weight: bold;
}

  .blog-read i {
    padding-left: 7px;
  }

.blog-all {
  margin-bottom: 20px;
}

.search-left input[type="text"] {
  background: #FCFCFC;
  border: 1px solid #CCCCCC;
  height: 50px;
  width: 85%;
  border-right: none;
  border-left: none;
  border-bottom: none;
}

.search-left button {
  color: #C1C1C1;
  border: none;
  background: #FCFCFC;
  font-size: 15px;
  height: 50px;
  border-top: 1px solid #CCCCCC;
  width: 40px;
}

.search-left form {
  display: flex;
}

.search-left input[type="text"] {
  padding-left: 16px;
}
/*blogall*/
.blog-test {
  display: flex;
  justify-content: space-between;
}

.blog-info.blogs-info p {
  margin-bottom: 0;
}

.blog-comments {
  background: #fff;
  padding: 50px 66px;
}

  .blog-comments h4, .blog-message h4 {
    text-align: center;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 29px;
    font-weight: bold;
  }

  .blog-comments .btn-comment {
    line-height: 22px;
    border-radius: 8px;
    width: 200px;
    background: #D89D9D;
    color: #fff;
    border: none;
    text-transform: uppercase;
    text-align: center;
    height: 45px;
    font-weight: bold;
  }

.comment-btn {
  text-align: center;
  margin-top: 30px;
}

textarea.form-control {
  border: 1px solid rgb(112, 112, 112,0.2);
  background: #FAFAFA;
}

.blog-message {
  background: #fff;
  padding: 24px 40px 40px 40px;
  margin-top: 40px;
}

.blog-commenter, .blog-person {
  display: flex;
}

.commentors {
  border: 1px solid #e1e1e1;
  padding: 0 47px 0 29px;
}

.blog-commenter1 {
  text-transform: uppercase;
  margin: 12px 36px 0 0;
  font-weight: bold;
}

.blog-commenter2 {
  background: #E1E1E1;
  padding: 12px 21px 11px 18px;
  border-bottom-right-radius: 10px;
  color: #838383;
  text-transform: uppercase;
  border: 1px solid #E1E1E1;
}

.blog-person1 {
  margin-right: 29px;
  margin-top: 21px;
  margin-bottom: 36px;
}

.blog-person2 {
  /* border-left: 1px solid #E1E1E1; */
  /* padding-left: 17px; */
  padding-top: 18px;
}

.comentors {
  margin-top: 30px;
}

.blog-slide {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.btn-blog-left, .btn-blog-right {
  height: 45px;
  width: 45px;
  border-color: #5E4646;
  border: 1px solid #5E4646;
  color: #5E4646;
  background: #ECECEC;
}

  .btn-blog-left:hover, .btn-blog-right:hover {
    background: #5E4646;
    color: #ECECEC;
  }

.blog-slide-middle h4 {
  color: #5E4646;
  font-weight: bold;
  margin: 0;
}

textarea#message::placeholder {
  color: #262626;
  opacity: 0.4;
}

@media screen and (min-width :1401px) and (max-width:2200px) {
  .site-background.blog-background {
    margin: 60px 0 80px 0;
  }

  .blog-title {
    font-size: 20px;
  }

  .blog-main {
    font-size: 16px;
  }

  .blog-info p {
    margin-bottom: 24px;
  }

  .search-left input[type="text"] {
    font-size: 16px;
    padding-left: 16px;
  }

  .btn-blog-left, .btn-blog-right {
    height: 50px;
    font-size: 20px;
    width: 50px;
  }

  .blog-slide-middle h4 {
    font-size: 24px;
  }

  .blog-comments h4, .blog-message h4 {
    font-size: 24px;
  }

  .blog-comments .btn-comment {
    font-size: 18px;
    width: 252px;
    height: 50px;
  }

  textarea#message::placeholder {
    font-size: 16px;
  }

  .blog-message {
    font-size: 16px;
  }

  .blog-commenter1 {
    font-size: 18px;
  }

  .blog-person1 {
    margin-right: 42px;
    margin-top: 48px;
    margin-bottom: 0;
  }

  .blog-person2 {
    padding-bottom: 27px;
  }
}
