/*Home-Button*/

.h_button {
  width: max-content;
}
.slider-icon {
  color: #fff;
}
.slider-icon:hover {
  color: #fff;
}

.data-content .content {
  color: #594a14;
  font-size: 1rem;
  text-align: justify;
  font-family: Raleway, sans-serif;
}
.contact-us-content .image--map {
  background: url(../images/Map.png);
  background-size: contain;
  background-repeat: no-repeat;
}
a.footer-point {
  color: #fff !important;
}

a.footer-point:hover {
  opacity: 0.5 !important;
  color: #fff !important;
}
a.sidbar {
  color: #000;
}

small.help-block {
  color: red;
  font-size: 16px;
}
.questions-form .questions .question {
  margin-bottom: 10px !important;
}

.data-banner-wrapper-department-health-a-banner {
  background: url(../images/health-a-banner1.jpg);
  width: 75%;
  height: 320px;
  background-size: contain;
  background-repeat: no-repeat;
}
.data-banner-wrapper-department-health-know-body {
  background: url(../images/know-body.jpg);
  width: 75%;
  height: 320px;
  background-size: contain;
  background-repeat: no-repeat;
}
.health_aweren li {
  font-family: Raleway, sans-serif;
  color: #594a14;
  font-size: 1.15rem;
  font-weight: 400;
  text-align: justify;
}
.health_aweren li::marker {
  font-size: 22px;
}
.health_title {
  font-size: 1.25rem;
  color: #594a14;
  text-align: justify;
}
.appt-fix {
  position: fixed;
  top: 35%;
  right: 0;
  z-index: 99;
  max-width: 50px;
}
.heading_button {
  border: none;
  outline: none;
  text-decoration: underline;
  font-size: 20px;
  color: #eee;
  font-style: italic;
  background-color: #594a14;
  border-radius: 25px;
  padding: 8px 19px;
  cursor: pointer;
  margin-right: auto;
  margin-left: auto;
  width: 66%;
}

.health_img_height {
  min-height: 159px;
}
@media screen and (max-width: 700px) {
  .data-banner-wrapper-department-health-a-banner {
    width: 90%;
    height: 130px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .awareness_talk
  {
    min-height: unset !important;
  }
  .data-banner-wrapper-department-health-know-body {
    width: 90%;
    height: 130px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .health_img_height {
    min-height: 0px;
  }
  .heading_button {
    width: 83%;
  }
}
@media screen and (min-width: 700px) and (max-width: 1024px) {
  .health_img_height {
    min-height: 113px;
  }
}
.flty {
  position: fixed;
  top: 30%;
  right: 0px;
  z-index: 99999;
  transition: all 0.15s ease-in;
}

.flty-in {
  right: -170px;
}

.flty-inner {
  max-height: 350px;
  background-color: rgba(99, 78, 1, 0.8);
  padding: 6px 5px 6px 8px;
  display: inline-block;
  overflow-y: scroll;
}

.flty-inner::-webkit-scrollbar {
  width: 3px;
}

.flty-inner::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

.flty-inner::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 10px;
}

.flty-inner::-webkit-scrollbar-thumb:hover {
  background: #b30000;
}

@media (max-width: 576px) {
  .navbar-nav {
    display: -webkit-inline-box;
  }
  .navbar-nav .nav-item {
    display: inline-block;
  }

  .social-banner-icons {
    display: none;
  }
  .social-footer {
    background: transparent !important;
    margin: 1.5rem 0 !important;
    position: unset !important;
  }
}
.emergency_call {
  background-color: #d1171c;
  padding: 9px;
  color: #fff;
  z-index: 999;
  position: fixed;
  top: 9em;
  right: 0;
  font-size: 18px !important;
  border-radius: 7px;
}
.title_ser
{
  font-size: 1.25rem;
    color: #634e01;
}
.font_p
{
      font-family: Raleway, sans-serif;
    color: #594a14;
    font-size: 1.15rem;
    text-align: justify;
}
.you-tube_icon {
    position: absolute;
    top: 72%;
    left: 26px;
    width: 15% !important;
}

.blog {

    text-align: center;
}
.blog a {
    left: 50% !important;
    transform: translate(-50%,-50%);
}
.blog h3 {
    color: #fff;
    text-align: center;
}
.blog p {
    font-size: 15px;
    color: #fff;
}

.cleander-icon {
    position: fixed;
    top: 40%;
    left: 0;
    z-index: 99;
    max-width: 50px;
}
.awareness_talk
{
  min-height: 159px;
}