html{
    scroll-behavior: smooth;
}
body{
    font-family: 'Josefin Sans', sans-serif;
    background: url(../../assets/img/body-bg.png)repeat;
    background-size: 300px;
}
/* body:after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../assets/img/body-bg.png);
    background-size: 300px;
} */

img{
    width: 100%;
}
._top {
    margin-top: 75px;
}
.pad_5p{
   padding-left: 5%;
   padding-right: 5%;

}
.border_line {
    background: url(../../assets/img/border_1.svg) no-repeat;
    width: 70px;
    height: 25px;
    background-size: 95%;
    margin: 0 auto;
    margin-top: 10px;
    display: block;
}
.end_line{
    background: url(../../assets/img/border_2.svg) repeat;
    width: 30%;
    height: 8px;
    background-size: 70px 8px;
    margin: 0 auto;
    margin-top: 10px;
    display: block; 
}
._about p.sub_line{
    color: #171796;
    font-size: 16px;
}
.logo img{
    width: 180px;
}
.custm_nav.navbar-light .navbar-nav .nav-link{
    color: #3d434f;
    font-weight: 600;
    padding-right: 1.6em;
}
.slidr img{
    width: 100%;
}
section.slidr {
    background: url(../../assets/img/banner/virus.png);
    background-size: 100%;
    background-position: left -6px;
    position: relative;
    padding: 2.5em 0em;
}
section.slidr:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: url(../../assets/img/banner/bg.png);
    background-size: 100%;
    width: 100%;
    height: 100%;
    z-index: -1;
}
button.influ_btn, .a_link {
    border-radius: 25px;
    background-image: linear-gradient(95deg, #171796 -23%, #2b2ba3 4%, #4040b1 26%, #2b2ba3 58%, #6868cb 96%, #2b2ba3 108%, #171796 130%);
    color: white;
    padding: 6px 5px;
    min-width: 100px;    
    border: none;
    box-shadow: 1px 2px 2px #36373a;
    outline: none;
}
.a_link a {
  display: block;
  padding: 0.6em;
  min-width: 180px;
  color: white;
  text-decoration: none;
}
.a_link {
  display: inline-block;
  padding: 0;
  text-align: center;
}
.custm_nav ul li>.a_link a{
  padding: 0.5em;
  min-width: 130px;
}
.slidr_txt button.influ_btn{
    padding: 10px 5px;
    width: 180px;
}
a.influ_link {
    color: #3939ac;
    font-size: 18px;
    line-height: 2;
    text-decoration: none;
    padding: .3em 1.6em;
    display: inline-block;
}
.slidr_txt {
    padding-left: 4em;
    padding-top: 2em;
}

section.symptoms .col-sm-3 {
    min-width: 300px;
}
.box_img.rev {
    text-align: right;
    right: -24%;
}
.box_img.rev .box_desc {
    right: initial;
    left: -65px;
}
.box_img.rev img{
    top: 25px;
    left: initial;
    right: 0px;
}
._icon{
    background: url(../../assets/img/speaker.svg) no-repeat;
    background-size: 100%;
    width: 145px;
    height: 175px;
    margin: 0 auto;
    margin-top: 2em;
}



/* Style the FAQs tab */

  .tab button {
    display: block;
    background-color: inherit;
    color: #3d434f;
    padding: 14px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-weight: bold;
    font-size: 18px;
    position: relative;
  }
  button.tablinks:before {
    content: '';
    position: absolute;
    left: -8px;
    top: 14px;
    width: 22px;
    height: 25px;
    background: url(../../assets/img/virus.svg)no-repeat;
    background-size: 18px 25px;
}

  button.tablinks.active:before {
    content: '';
    position: absolute;
    left: -8px;
    top: 14px;
    width: 22px;
    height: 25px;
    background: url(../../assets/img/virus1.svg)no-repeat;
    background-size: 18px 25px;
}


  .tab button:hover {
    color: #171796;
  }
  .tab button.active {
    color: #171796;
  }
  
  .tabcontent {
    padding: 1.5em 2em;
    /* box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, 0.3); */
    width: 100%;
    min-height: 400px;
    border-radius: 10px;
    /* max-height: 500px;
    overflow-y: auto; */
    background: url(../../assets/img/faq-bg.png) no-repeat;
    background-size: 100% 104%;
    background-position: center; 

  }
.tabcontent .accordion::-webkit-scrollbar {
  width: .5em;
}

.tabcontent .accordion::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.tabcontent .accordion::-webkit-scrollbar-thumb {
  background-color: rgb(179, 179, 179);
  outline: 1px solid slategrey;
}
  
  .tabcontent .accordion {
    /* width: 85%;
    margin: 0 auto; */
    width: 90%;
    margin: 0 auto;
    max-height: 530px;
    overflow-y: auto;
    margin-left: 8%;
    padding-right: 2%;
}
  .tabcontent:after {
      display: none; 
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin-left: -0.5em;
    top: 10%;
    left: 3%;
    box-sizing: border-box;
    border: 1.5em solid #000000ed;
    border-color: transparent transparent #ffffff #ffffff;
    transform-origin: 0 0;
    transform: rotate(45deg);
    box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.14);
}
div#tab_2:after{
    top: 25%;
}
div#tab_3:after{
    top: 38%;
}
div#tab_4:after{
    top: 52%;
}

div#tab_5:after{
    top: 65%;
}
.slidr_txt ul{
  list-style-type: none;
  margin-bottom: 2em;
}
.slidr_txt ul li{
  position: relative;
  margin-bottom: 1em;
  transition: .25s ease-in-out;

}
.slidr_txt ul li:hover {
	/*color: hsl(0, 100%, 25%);*/
	color: hsl(240, 73%, 34%);

}

.slidr_txt ul li:before {
	content: "";
	position: absolute;
	z-index: 1;
	left: -1.25em;
  top: 12%;
  width: 0.65em;
  height: 0.65em;
	box-sizing: border-box;
	border-radius: 100%;
	border: .1em solid hsl(0, 0%, 20%);
	background-color: hsl(200, 100%, 50%);
	transition: .125s ease-in-out;
	box-shadow: 0 0 .1rem .1rem hsla(0, 0%, 50%, .25);
	animation: pulse 1s 1s infinite linear alternate;
}

@keyframes pulse {
	from {
    /* background-color: hsl(200, 100%, 50%); */
    background-color: hsl(172, 98%, 52%);
	}
	to {
    /* background-color: hsl(200, 0%, 20%); */
    background-color: rgb(73, 73, 73);
	}
}
.slidr_txt ul li:hover::before {
	border-width: 0;
	/* background-color: hsl(0, 100%, 50%);
  box-shadow: 0 0 .5rem .1rem hsla(0, 100%, 50%, 1); */
  background-color: hsl(172, 98%, 52%);
  box-shadow: 0 0 0.5rem 0.1rem hsl(240, 73%, 34%);
  animation: none;
}


/*** faq accordion css**/
  
/* .accordion .accordion-item {
    border-bottom: 1px solid #e5e5e5;
  } */
  /* .accordion .accordion-item button[aria-expanded='true'] {
    border-bottom: 1px solid #03b5d2;
  } */
  .accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: .75em 0;
    background-image: linear-gradient(95deg, #171796 -10%, #2b2ba3 4%, #4040b1 26%, #2b2ba3 44%, #6868cb 96%, #2b2ba3 69%, #171796 78%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.15rem;
    font-weight: 600;
    border: none;
    /* background: none; */
    outline: none;
  }
  .accordion button:hover, .accordion button:focus {
    cursor: pointer;
    color: #171796;
  }
  .accordion button:hover::after, .accordion button:focus::after {
    cursor: pointer;
    color: #171796;
    border: 1px solid #171796;
  }
  .accordion button .accordion-title {
    padding: 1em 1.5em 1em 0;
  }
  .accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 0;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
    color: #171796;
  }
  .accordion button .icon::before {
    display: block;
    position: absolute;
    content: '';
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
  }
  .accordion button .icon::after {
    display: block;
    position: absolute;
    content: '';
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
  }
  .accordion button[aria-expanded='true'] {
    background-image: linear-gradient(95deg, #171796 -10%, #2b2ba3 4%, #4040b1 26%, #2b2ba3 44%, #6868cb 96%, #2b2ba3 69%, #171796 78%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .accordion button[aria-expanded='true'] .icon::after {
    width: 0;
  }
  .accordion button[aria-expanded='true'] + .accordion-content {
    opacity: 1;
    /* max-height: 9em; */
    max-height: 100%;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    will-change: opacity;
    /* will-change: opacity, max-height; */
  }
  .accordion .accordion-content {
    width: 90%;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    /* -webkit-transition: opacity 200ms linear, max-height 200ms linear;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height; */
    -webkit-transition: opacity 300ms linear;
    transition: opacity 300ms linear;
    will-change: opacity;
  }
  .accordion .accordion-content p {
    color: #3d434f;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 1em;
  }
  
.accordion-item button[aria-expanded="true"]> span.icon{
    color: #171796;
}

.tab_block {
    display: table;
    min-height: 400px;
    padding-left: 2em
}
.tab_block .tab {
    display: table-cell;
    vertical-align: middle;
}


/***** testimonials *****/ 
.testimonial{
    background: rgba(255, 255, 255, 0.25);
    text-align: center;
    margin: 0 20px;
}

.bubble_block{
  position: relative;
    border: 4px solid #e8edf6;
    border-radius: 50px 50px 0 0;
    border-bottom-color: transparent;
    margin-bottom: 30px;
    transition: all .35s;
}

.bubble_block:before, .bubble_block:after {
  content: '';
  display: block;
  height: 75px;
  width: auto;
  position: absolute;
  bottom: -75px;
  transition: all .35s;
}
.bubble_block:after {
  border: 4px solid #e8edf6;
  border-radius: 0 0 0 70px;
  border-top: 0;
  border-bottom: 0;
  border-right: 0;
  left: -4px;
  width: 100px;
}
.bubble_block:before {
  border: 4px solid #e8edf6;
  border-radius: 50px 0 0 25px;
  border-bottom: 0;
  border-right: 0;
  left: 30px;
  right: -3px;
}
.testimonial:hover .bubble_block {
  border-color: #171796;
  border-bottom-color: transparent;
}
.testimonial:hover .bubble_block:before, .testimonial:hover .bubble_block:after {
  border-color: #171796;
}


.testimonial .description{
  padding: 30px 30px;
  padding-bottom: 10px;
  margin-bottom: 0;
  font-size: 15px;
  color: #3d434f;
  line-height: 1.5;
  text-align: left;
  position: relative;
  font-weight: normal;
}
.testimonial .description:before{
  content: '';
  position: absolute;
  top: 25px;
  left: 8px;
  background: url(../../assets/img/quotation1.svg)no-repeat;
  width: 28px;
  height: 28px;
  background-size: 100%;
  z-index: -1;
}
.testimonial .description:after{
  content: '';
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: url(../../assets/img/quotation2.svg)no-repeat;
  width: 28px;
  height: 28px;
  background-size: 100%;
  z-index: -1;
}

.testimonial .testimonial-content{ 
  position: relative;
  text-align: left;
  left: 25%;
 }
.testimonial .pic{
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 7px;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.testimonial .title{
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #3d434f;
    letter-spacing: 0px;
    text-transform: capitalize;
    margin: 0em;
}
.sub_sectn{
  display: inline-block;
  top: 1.3em;
  position: relative;
}
p.sub_title{
  color: #3d434f;
  font-weight: 300;
  font-size: 14px;
  text-align: left;
}
.owl-theme .owl-controls{
    margin-top: 30px;
}
.owl-theme .owl-controls .owl-page span{
    width: 15px;
    height: 10px;
    border-radius: 0;
    background: #171796;
    opacity: 0.8;
    transition: all 0.3s ease 0s;
}
.owl-theme .owl-controls .owl-page.active span{
    width: 35px;
    /* background: #2660a4; */
    background: #e8edf6;
}
.description .fa-star {
  color: #d6d5d5;}

.description .checked{
  color: #f8db4b;
}
.c_info p {
  font-weight: 300;
  color: #666d7a;
}
.c_info p a {
  font-weight: 600;
  color: #666d7a;
  text-decoration: none;
  position: relative;
}
.c_info p a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  background: #171796c4;
  left: 0px;
  bottom: 1px;
  transition: all .35s;
}
.c_info p:hover a:after {
  height: 1px;
}
.c_form p.sub_lines{
  font-size: 1.8em;
  width: 82%;
}
.f_logo{
  margin-bottom: 1em;
}
.f_logo img {
  width: 150px;
}
/* .social_icons a{
    position: relative;
    padding: .5em;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #666d7a;
}
.social_icons i.fa{
  font-size: 1.6em;
  color: #666d7a;
  padding: 0.2em;
  transition: .5s;
} */

.social_icons li a {
  width: 60px;
  height: 60px;
  color: #666d7a;
  background-color: #fff;
  text-align: center;
  line-height: 60px;
  font-size: 25px;
  margin: 0 5px;
  display: block;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  border: 2px solid #666d7a;
  z-index: 1;
}

.social_icons li a i.fa {
  position: relative;
  color: #666d7a;
  transition: .5s;
  z-index: 3;
}

.social_icons li a:hover i.fa {
  color: #fff;
  transform: rotateY(360deg);
}

.social_icons li a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f00;
  transition: .5s;
  z-index: 0;
}

.social_icons li a:hover:before {
  top: 0;
}

.social_icons li:nth-child(1) a:before{
  background: #3b5999;
}

.social_icons li:nth-child(2) a:before{
  background: #55acee;
}

.social_icons li:nth-child(3) a:before {
  background: #ed0100 ;  
}

.social_icons li:nth-child(4) a:before {
  background: #0077b5;
}



section.footer {
  color: #666d7a
}
.f_block {
  margin-top: 2em;
}
.f_block address{
  font-weight: 300;
}
.f_block h4 {
  font-size: 20px;
  color: #666d7a;
  font-weight: normal;
}
.f_block ul {
  margin: 0;
  padding: 0;
  padding-left: 1em;
  list-style-type: none;
}
.f_block ul li a{
  position: relative;
  color: #666d7a;
  font-size: 16px;
  font-weight: 300;
  padding: 4px 0px;
  display: block;
  text-decoration: none;
  /* transition: all .35s; */
}
p.copy_ryt {
  font-weight: 300;
  font-size: 16px;
}
.f_block ul li a:hover{
  color: #171796;
  font-weight: 400;
}
.f_block ul li a:hover:before {
  background: url(../../assets/img/virus1.svg)no-repeat;
  width: 12px;
  height: 12px;
  background-size: 100%;
}
.f_block ul li a:before {
  position: absolute;
  content: '';
  background: url(../../assets/img/virus.svg)no-repeat;
  width: 12px;
  height: 12px;
  background-size: 100%;
  left: -15px;
  top: 8px;
  opacity: .8;
}
.symptoms .box_img img{
  transition: all .3s;
}
.box_img:hover img {
  transform: scale(1.25);
  z-index: 9;
  -webkit-filter: drop-shadow(5px 5px 5px rgba(34, 34, 34, 0.514));
  filter: drop-shadow(5px 5px 5px rgba(34, 34, 34, 0.514));
}
.store_banner {
  padding: 3em;
  border-radius: 30px;
  box-shadow: 0 0 10px 0 rgba(117, 117, 117, 0.22);
  margin-bottom: 3em;
  background: url('../../assets/img/pharmacy.svg') no-repeat;
  background-size: 290px;
  background-position: 95% 45px;
  background-color: white;
}
.store_banner h2 {
  color: #3d434f;
  font-weight: 300;
  font-size: 30px;
}
.stores_in_india {
  margin-top: 2em;
  overflow: hidden;
}
.stores_in_india img {
  /* height: 60px;
  width: 70px; */
  height: 60px;
  margin-right: 10px;
  max-width: 95px;
}
._store {
  display: inline-block;
  /* width: 80px; */
  height: 70px;
  position: relative;
}
._store:hover span.img1{
  top: -80px
}
._store:hover span.img2{
  top: 0px;
  visibility: visible;
}
._store span.img1 {
  display: block;
  position: relative;
  transition: all .35s;
  top: 0;
}
._store span.img2 {
  display: block;
  visibility: hidden;
  position: absolute;
  top: 90px;
  transition: all .35s;
}
.f_wdth{
  width: 100%;
  margin: 3em 0;
}
.l_wyt{
  background-color: rgba(255, 255, 255, 0.2);
}

#goTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  opacity: .8;
  border: none;
  outline: none;
  cursor: pointer;
  background: transparent;
}

#goTop:hover {
  opacity: 1;
}


#owl-example .owl-buttons {
  display: block;  
}
span.a_rrws {
  display: block;
  width: 100%;
}
#owl-example .owl-controls .owl-prev {
  position: relative;
  top: 125px;
  left: -50px;
}
#owl-example .owl-controls .owl-next {
  position: relative;
  right: -20px;
}
#owl-example .owl-controls{
  position: absolute;
  top: 0%;
  right: -21%;
  z-index: 1;
}
span.a_rrws img {
  width: 55px;
}
#owl-example .owl-controls .owl-buttons div{
  background: transparent;
  width: 100%;
}
/* #owl-example:hover .owl-buttons {
  display: block;
} */

#owl-example .owl-item {
  text-align: center;
}

#owl-example .owl-theme .owl-controls .owl-buttons div {
  background: transparent;
  color: #869791;
  font-size: 40px;
  line-height: 300px;
  margin: 0;
  padding: 0 60px;
  position: absolute;
  top: 0;
}
#owl-example .owl-theme .owl-controls .owl-buttons .owl-prev {
  left: 0;
  padding-left: 20px;
}
#owl-example .owl-theme .owl-controls .owl-buttons .owl-next {
  right: 0;
  padding-right: 20px;
}

.blog_card {
  width: 90%;
  margin: 0 auto;
}
.img_box{
  width: 100%;
  height: 210px;
  overflow: hidden;
}
.img_box img {
  object-fit: cover;
  height: 100%;
  /* border: 1px solid rgba(0,0,0,.125); */
  border: 1px solid #707070;
  border-radius: .25rem;
}
.blog_card .card-body {
  text-align: left;
  padding: 0.8em 0;
}
.blog_card .card-body h5{
  font-size: 18px;
  font-weight: 600;
  color: #3d434f;
}

.blog_card .card-body p{
  font-size: 16px;
  font-weight: 300;
  color: #3d434f;
}
.blog_card .card {
  border: none;
}
a.read_more {
  color: #3d434f;
  text-decoration: none;
  position: relative;
}
a.read_more:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  background: #171796c4;
  left: 0px;
  bottom: 1px;
  transition: all .35s;
}
a.read_more:hover:after{
  height: 1px;
}
section.testimo .owl-item, section.blog .owl-item {
  cursor: initial;
}


.is-floating-label {
  position: relative;
  margin-bottom: 15px;
  min-height: 70px;
  line-height: 40px
}
.is-floating-label input {
  position: absolute;
  left: 0;
  background-color: transparent;
}
.is-floating-label label {
  /* opacity: 0.3; */
  /* color: #a0a8b7; */
  color: #3d434f;
  font-weight: 300;
  pointer-events: none;
  position: absolute;
  transform: translate3d(0, 0, 0) scale(1);
  transform-origin: left top;
  transition: 100ms;
  padding-left: 10px;
}
.is-floating-label.is-focused label {
  transform: translateY(-32px) scale(0.95);
  /* font-weight: 300; */
  /* line-height: initial; */
}
label.text-red {
  font-weight: 400;
  font-size: 12px;
  position: absolute;
  right: 5px;
  bottom: 5px;
  transform: initial!important;
  color: #ff8d00;
  opacity: 1;
  line-height: initial
}
label.form-control-placeholder:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 100%;
  background: url(../../assets/img/red.svg)no-repeat;
  background-size: 10px;
  top: 14px;
}
.m_hyt{
  min-height: 90px;
}
.lead_form button{
  background: #3d434f!important;
  border-color: #3d434f!important;
  padding: .65rem 1rem;
  width: 100%;
  border-radius: 45px;
  font-size: 24px;
  color: white;
  /* opacity: 1!important;s */
}
.the-count {
  color: #a0a8b7;
  left: 10px;
  top: -30px;
  position: relative;
}
form.lead_form {
  margin-top: 2em;
}
form.lead_form input, form.lead_form textarea {
  outline: none!important;
  box-shadow: none!important;
}

/* colors */


.sectn_404.center {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.sectn_404 .error {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
  max-width: 600px;
  margin: 0 auto;
  width: 100%;
}

.sectn_404 .number {
  font-weight: 900;
  font-size: 15rem;
  line-height: 1;
  font-family: "Lato", sans-serif;
  color: #293b49;
}

.sectn_404 .illustration {
  position: relative;
  width: 12.2rem;
  margin: 0 2.1rem;
}

.sectn_404 .circle {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 12.2rem;
  height: 11.4rem;
  border-radius: 50%;
  background-color: #293b49;
}

.sectn_404 .clip {
  position: absolute;
  bottom: 0.3rem;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  width: 12.5rem;
  height: 12rem;
  border-radius: 0 0 50% 50%;
}

.sectn_404 .paper {
  position: absolute;
  bottom: -0.3rem;
  left: 50%;
  transform: translateX(-50%);
  width: 9.2rem;
  height: 12.4rem;
  border: 0.3rem solid #293b49;
  background-color: white;
  border-radius: 0.8rem;
}

.sectn_404 .paper::before {
    content: "";
    position: absolute;
    top: -0.7rem;
    right: -0.7rem;
    width: 1.4rem;
    height: 1rem;
    background-color: white;
    border-bottom: 0.3rem solid #293b49;
    transform: rotate(45deg);
  }

.sectn_404 .face {
  position: relative;
  margin-top: 2.3rem;
}

.sectn_404 .eyes {
  position: absolute;
  top: 0;
  left: 2.4rem;
  width: 4.6rem;
  height: 0.8rem;
}

.sectn_404 .eye {
  position: absolute;
  bottom: 0;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: #293b49;
  animation-name: eye;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.sectn_404 .eye-left {
    left: 0;
  }

.sectn_404 .eye-right {
    right: 0;
  }

@keyframes eye {
  0% {
    height: 0.8rem;
  }
  50% {
    height: 0.8rem;
  }
  52% {
    height: 0.1rem;
  }
  54% {
    height: 0.8rem;
  }
  100% {
    height: 0.8rem;
  }
}

.sectn_404 .rosyCheeks {
  position: absolute;
  top: 1.6rem;
  width: 1rem;
  height: 0.2rem;
  border-radius: 50%;
  background-color: #fdabaf;
}

.sectn_404 .rosyCheeks-left {
    left: 1.4rem;
  }

.sectn_404 .rosyCheeks-right {
    right: 1.4rem;
  }

.sectn_404 .mouth {
  position: absolute;
  top: 3.1rem;
  left: 50%;
  width: 1.6rem;
  height: 0.2rem;
  border-radius: 0.1rem;
  transform: translateX(-50%);
  background-color: #293b49;
}

.sectn_404 .text {
  margin-top: 5rem;
  font-weight: 300;
  color: #293b49;
}

.sectn_404 .button {
  margin-top: 2rem;
  padding: 0.8rem 2rem;
  color: white;
  background-color: #171796;
  background-image: linear-gradient(95deg, #171796 -23%, #2b2ba3 4%, #4040b1 26%, #2b2ba3 58%, #6868cb 96%, #2b2ba3 108%, #171796 130%);
  border-radius: 3px;
}

.sectn_404 .button:hover {
    background-color: #01ac88;
  }


.success_img img{
  max-width: 400px;
}

.ml_auto{
  margin-left: auto
}

/*******media quaries********/
@media (max-width:767px){
  #owl-example .owl-controls, .slidr_txt{
    display: none!important;
  }
  .symptoms .box_img{
    margin: 1em 0;
  }
  section.symptoms .mt-5{
    margin-top: 0!important;
  }
  .tabcontent .accordion, .accordion .accordion-content  {
    width: 100%;
  }
  .tabcontent .accordion{
    margin-left: 0%;
    max-height: 100%;
  }
  .accordion button .accordion-title {
    padding: 0em 1.5em 0em 0;
    display: block;
}
/* .accordion button[aria-expanded='true'] + .accordion-content{
  max-height: 20em;
} */
.tabcontent{
  background: none;
  max-height: 100%;
}
.tab_block .tab {
  display: initial;
  vertical-align: initial
}
.tab_block {
  display: inherit;
  min-height: 200px;
  padding-left: 1em;
}
.c_info p a:after, a.read_more:after{
  height: 1px; 
}
.store_banner{
  padding: 2em;
  background: none;
}
.social_icons li a {
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.store_banner h2{
  font-size: 25px;
}
.c_form p.sub_lines {
  font-size: 1.2em;
  width: 100%;
}
.symptoms, .faq, .testimo, .blog, .c_form {
  padding: 3em 0;
}
.blog_card .card {
  width: 100%!important;
}
.hdng h2, ._about h2{
  font-size: 28px;
}
.logo img {
  width: 150px;
}
#goTop {
  bottom: 10px;
  right: 10px;
}
#goTop img{
  width: 70px;
}
._icon {
  width: 120px;
  height: 140px;
  margin-top: 1em;
}

}