.fixed-top.navbar-me.custm_nav {
  padding: .5rem 5%;
  background: rgba(242, 246, 255, 0.95);
  border-bottom: 1px solid #ddd;
}

.slidr_txt h1 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 40px;
  background-image: linear-gradient(95deg, #171796 -23%, #2b2ba3 4%, #4040b1 26%, #2b2ba3 58%, #6868cb 96%, #2b2ba3 108%, #171796 130%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.slidr_txt h1 span {
  font-size: 40px;
  margin-left: -10px;
}

.slidr_txt p {
  color: #666d7a;
  margin: 2em 0;
  margin-top: 0.5em;
  line-height: 1.6;
}

.slidr_txt ul li {
  color: #666d7a;
}

._about {
  padding: 3em 0em;
}

._about h2 {
  background-image: linear-gradient(95deg, #171796 -23%, #2b2ba3 4%, #4040b1 26%, #2b2ba3 58%, #6868cb 96%, #2b2ba3 108%, #171796 130%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

._about p {
  color: #3d434f;
  font-size: 16px;
  font-weight: 400;
}

.symptoms, .faq, .testimo, .blog, .c_form {
  padding: 5em 0;
}

.symptoms .hdng, .faq .hdng, .testimo .hdng, .blog .hdng, .c_form .hdng {
  text-align: left;
}

.symptoms .hdng h2, .faq .hdng h2, .testimo .hdng h2, .blog .hdng h2, .c_form .hdng h2 {
  background-image: linear-gradient(95deg, #171796 -23%, #2b2ba3 4%, #4040b1 26%, #2b2ba3 58%, #6868cb 96%, #2b2ba3 108%, #171796 130%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.symptoms .hdng p, .faq .hdng p, .testimo .hdng p, .blog .hdng p, .c_form .hdng p {
  color: #171796;
  font-size: 16px;
  font-weight: 400;
}

.symptoms .hdng .border_line, .faq .hdng .border_line, .testimo .hdng .border_line, .blog .hdng .border_line, .c_form .hdng .border_line {
  background-size: 60px;
  width: 75px;
  height: 25px;
  margin: 0;
  margin-top: 12px;
}

.symptoms .box_img, .faq .box_img, .testimo .box_img, .blog .box_img, .c_form .box_img {
  width: 220px;
  height: 220px;
  padding: 5px;
  border: 1px solid #a0a8b7;
  border-radius: 5px;
  position: relative;
  background: white;
}

.symptoms .box_img img, .faq .box_img img, .testimo .box_img img, .blog .box_img img, .c_form .box_img img {
  width: 115px;
  position: relative;
  top: 25px;
  left: 0px;
}

.symptoms .box_desc, .faq .box_desc, .testimo .box_desc, .blog .box_desc, .c_form .box_desc {
  position: absolute;
  right: -70px;
  top: 6%;
  width: 170px;
  border: 1px solid #a0a8b7;
  padding: .6em;
  background: white;
  border-radius: 5px;
}

.symptoms .box_desc h4, .faq .box_desc h4, .testimo .box_desc h4, .blog .box_desc h4, .c_form .box_desc h4 {
  color: #171796;
  font-size: 16px;
}

.symptoms .box_desc p, .faq .box_desc p, .testimo .box_desc p, .blog .box_desc p, .c_form .box_desc p {
  color: #3d434f;
  opacity: .95;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 400;
}

.symptoms .col-sm-3, .faq .col-sm-3, .testimo .col-sm-3, .blog .col-sm-3, .c_form .col-sm-3 {
  min-width: 300px;
}

.footer {
  padding: 2em 0;
  background: url(../../assets/img/banner/virus.png) no-repeat;
  background-size: 100%;
  background-position: -45px 20%;
  position: relative;
}
/*# sourceMappingURL=style.css.map */