html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
}

body::-webkit-scrollbar {
  width: .5em;
}

body::-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);
}

body::-webkit-scrollbar-thumb {
  background-color: rgb(179, 179, 179);
  outline: 1px solid slategrey;
}

.the-count{
  color: #ffffff !important;
  position: initial !important;
  float: right;
  text-align: right !important;
  padding: 5px 0;
}

#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;
}

.navbar-light .navbar-toggler {
  color: rgba(249, 249, 249, 0.91);
  border-color: rgba(0, 0, 0, .1);
  background-color: rgba(241, 241, 241, 0.98);
}

.navbar {
  padding-top: 2rem
}

/**** logo white***/

.navbar-me .logo-white {
  display: block;
}

.fixed-me .logo-white {
  display: none;
}

/**** logo blue***/

.navbar-me .logo-blue {
  display: none;
}

.fixed-me .logo-blue {
  display: block;
}

.fixed-me {
  position: fixed;
  z-index: 999;
  width: 100%;
  left: 0;
  padding: 0% 10.2%;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  background: white !important;
  border-bottom: 1px solid #ececec;
}

.fixed-me .navbar-nav a.nav-link {
  color: #18005e!important;
  font-weight: 600;
  padding: .5em .8em;
}

.banner {
  background: url(../../assets/img/banner.png);
  height: 778px;
  background-position: center;
  background-repeat: no-repeat;
}

.banner li.nav-item {
  border-bottom: 2px solid transparent;
  margin: 0px 10px;
  position: relative;
  text-align: center;
}

.banner .navbar-me li.nav-item:hover::after {
  content: '\f209';
  font-family: 'Ionicons';
  font-size: 1em;
  position: absolute;
  left: 0;
  right: 0;
  opacity: .8;
  bottom: -15px;
  color: white;
}

.fixed-me a.nav-link.active::after, .fixed-me li.nav-item:hover::after {
  content: '\f209';
  font-family: 'Ionicons';
  font-size: 1em;
  position: absolute;
  left: 0;
  right: 0;
  opacity: .8;
  bottom: -15px;
  color: #2d1c7c!important;
}

.banner .heading {
  font-family: 'Futura Md BT'   ;
    font-weight: bold;
    font-style: italic;
  font-size: 30px;
  text-align: center;
  color: #ffffff;
  position: relative;
  /* position: absolute; */
  /* top: 50%; */
  left: 0;
  right: 0;
  /* text-transform: uppercase; */
  letter-spacing: 1px;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, 
.btn-primary:not(:disabled):not(.disabled):active:focus, 
.show>.btn-primary.dropdown-toggle:focus{  
  box-shadow: none;
}
.br-20-btn {
  width: 130px;
  height: 41px;
  border-radius: 20.5px;
  background-color: #2654ff;
  border: 0px;
  font-family: Lato;
  font-size: 16px;
  opacity: .9;
  position: relative;
  overflow: hidden;
  outline: none;
  box-shadow: none;
}
.ml_1{
  margin-left: 1em;
}
.br-20-btn:hover {
  background-color: #2654ff;
  border-color: #2654ff;
  opacity: 1;
}

.br-20-btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: -90px;
  width: 60px;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  transform: skew(-30deg);
  transition: .5s;
}
.br-20-btn:hover:before{
  left: 160px;
}
.banner a.nav-link {
  color: white!important;
}

section.relieve {
  padding-top: 5.5em!important;
}

.prod-description h5, .prod-description h3, .prod-description p, .relieve h3, .relieve p {
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
}

.prod-description h3 {
  font-family: Nunito;
  font-size: 31px;
  font-weight: 600;
  color: #18005e;
}

.prod-description h5 {
  font-family: Nunito;
  font-size: 20px;
  color: #252525;
  text-align: justify;
}

.prod-description p {
  opacity: 0.7;
  font-family: Lato;
  font-size: 16px;
  line-height: 1.6;
  color: #252525;
  text-align: justify;
}

.oval, .oval-1 {
  background: url(../../assets/img/oval-3.png);
  height: 793px;
  object-fit: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.relieve h3 {
  font-family: Nunito;
  font-size: 21px;
  font-weight: 600;
  color: #252525;
  margin-bottom: 0.3rem;
}

.relieve p {
  opacity: 0.7;
  font-family: Lato;
  font-size: 16px;
  line-height: 1.5;
  color: #252525;
  text-align: justify;
}

.oval-1 {
  position: relative;
}

.oval-1 .card {
  position: relative;
  top: 15px;
  height: 458.3px;
  border-radius: 10px;
  box-shadow: 0 1px 8px 2px rgba(24, 0, 94, 0.15);
  background-color: #ffffff;
  border-bottom: 5px solid #a6deff;
}

.pricing-desc {
  padding: 5% 14%;
  padding-top: 12%;
  width: 100%;
}

.pricing-desc h3 {
  color: rgb(255, 255, 255);
  padding: 20px;
  font-weight: normal;
  font-family: Nunito;
  font-size: 28px;
}

.pricing-desc p {
  opacity: 0.7;
  font-family: Lato;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #ffffff;
}

.testimo-card {
  width: auto;
  /* height: 226px; */
  height: auto;
  position: relative;
  min-height: 230px;
  padding: 18px;
  border-radius: 10px;
  border: solid 1px #efe9e9;
  background-color: #a6deff2b;
}

.testimo-card img {
  display: block;
  width: 25px;
}

.testimo-card p {
  font-family: Lato;
  font-size: 15px;
  line-height: 1.5;
  color: #252525;
  margin-top: 8px;
}
.list_points{
  min-height: 300px;
}
.list_points p{
  margin-bottom: 5px;
  font-size: 14px;
}

.testimo-card b {
  font-size: 15px;
  font-weight: 500;
  display: block;
    text-align: right;
    position: absolute;
    width: 100%;
    right: 10px;
    bottom: 40px;
}

.testimo-card span {
  opacity: 0.5;
  font-family: Lato;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.71;
  color: #252525;
  text-align: right;
    display: block;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.faq-header h2, .blog h2, .get_in_touch h2 {
  font-family: Nunito;
  font-size: 28px;
  text-align: center;
  color: #18005e;
  font-weight: normal;
}

.faq-header p, .blog p, .get_in_touch p {
  opacity: 0.9;
  font-family: Lato;
  font-size: 16px;
  line-height: 1.44;
  text-align: center;
  color: #252525;
}

ul.faq-tabs {
  width: 75%;
  margin: 0 auto;
}

.w-100 {
  width: 100%;
}

.faq-tabs .nav-item {
  /* padding-right: 18px; */
  width: auto;
  text-align: center;
  margin: 5px auto;
}

.faq-tabs .nav-item>a.active {
  color: #fff !important;
  border-radius: 18px;
  border: solid 1px #18005e;
  background-color: #18005e;
}

.faq-tabs .nav-item>a {
  color: #18005e;
  border: solid 1px #18005e;
  border-radius: 18px;
  font-family: Lato;
  font-size: 16px;
  font-weight: 500;
  padding: .3rem 1.2rem;
}

.bg-violet {
  background: rgb(1, 16, 69);
}

.blog .card {
  background: transparent;
  border: 1px solid transparent;
  width: auto;
  margin-bottom: 1rem;
  border-radius:0px;
}

.blog .card-body {
  background: white;
  margin:0px 10px;
  border-radius:5px;
  margin-top:-12px;
}

.card-body1 {
	min-height: 170px !important;
}
.blog .card-body h5{font-size:16px;font-weight:500;color:#252525;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.blog .card-body .date{font-size:14px;font-weight:500;color:#000000;display:flex;align-items:center;gap:5px;padding-bottom:10px;}
.blog .card-body .date i{color:#18005E;font-size:18px;}

.blog .card-body a {
  font-family: Lato;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  color: #B6B6B6;
  display:flex;
  align-items:center;
  gap:5px;
}
.blog .card-body a:hover{
    color:#18005E;
}

.blog_detail{width:100%;padding-top:50px;padding-bottom:50px;}
.blog_detail .blog_detail_img{width:100%;border-radius:15px; margin-bottom:15px;}
.blog_detail h1{font-size:24px;font-weight:600;color:#080808;}
.blog_detail .date{font-size:14px;font-weight:500;color:#000000;display:flex;align-items:center;gap:5px;padding-bottom:10px;}
.blog_detail .date i{color:#18005E;font-size:18px;}
.blog_detail h3{color:#18005E;font-size:22px;font-weight:600;font-family: Lato;}
.blog_detail p{color:#000;font-size:16px;font-weight:500;font-family: Lato;}
.blog_detail ul li{color:#000;font-size:16px;font-weight:500;font-family: Lato;}
.blog_detail ol li{color:#000;font-size:16px;font-weight:500;font-family: Lato;}




.blog_detail .card {
  background: transparent;
  border: 1px solid transparent;
  width: auto;
  margin-bottom: 1rem;
  border-radius:0px;
}

.blog_detail .card-body {
  background: white;
  margin:0px 10px;
  border-radius:5px;
  margin-top:-12px;
}

.blog_detail .card-body h5{font-size:16px;font-weight:500;color:#252525;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.blog_detail .card-body .date{font-size:14px;font-weight:500;color:#000000;display:flex;align-items:center;gap:5px;padding-bottom:10px;}
.blog_detail .card-body .date i{color:#18005E;font-size:18px;}

.blog_detail .card-body a {
  font-family: Lato;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  color: #B6B6B6;
  display:flex;
  align-items:center;
  gap:5px;
}
.blog_detail .card-body a:hover{
    color:#18005E;
}

.contact-card a._mail-btn {
  font-family: Lato;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  color: #18005e;
  border: 1px solid #ddd;
  transition: all .3s;
}

.blog .card-text {
  max-height: 110px;
  overflow-y: hidden;
  margin-bottom: 1rem;
}

.blog .card-text p {
  font-family: Lato;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.44;
  color: #252525;
  text-align: left;
}

.contact-card, .card-store {
  height: 210px;
  padding: 1rem;
  border-radius: 10px;
  border: solid 1px #ece9e9;
  background-color: #ffffff;
  box-shadow: 0px 2px 3px #ddd;
}

.contact-card {
  padding-top: 1.5rem;
  height: 230px;
}

.contact-card h2 {
  font-family: Nunito;
  font-size: 24px;
  text-align: center;
  color: #252525;
}
._cal h2{
  font-size: 20px;
}
._cal a{
  text-decoration: none;
  color: #252525;
}
.contact-card span {
  opacity: 0.9;
  font-family: Lato;
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
  color: #252525;
  display: inherit;
}

.rect {
  width: 30px;
  height: 2px;
  border-radius: 1px;
  background-color: #a6deff;
  margin: 0 auto;
  margin-bottom: 1.2rem;
}

.contact-card p {
  margin-bottom: .5rem;
}

.contact-card a._mail-btn {
  border-radius: 18px;
  width: 95px;
  /* height: 32px; */
  line-height: 1.6;
}

.azista-brand span, .azista-brand p {
  display: block;
  text-align: center;
  color: #252525;
  line-height: 1.5;
  font-family: Lato;
}
.hetero img{
  width: 220px;
}
.azista-brand a {
  text-decoration: none;
}

.azista-brand p {
  opacity: 0.8;
  font-size: 15px;
  font-weight: 600;
}

.azista-brand span {
  opacity: 0.9;
  font-size: 16px;
  font-weight: 500;
}

footer .bg-violet {
  padding: 40px;
  padding-bottom: 25px;
}

footer .about p {
  opacity: 0.8;
  font-family: Nunito;
  font-size: 16px;
  font-weight: normal;
  color: #ffffff;
  display: inherit;
}

footer .quick-links ul {
  list-style-type: none;
  padding: 0;
}

footer .quick-links ul li a {
  font-family: Nunito;
  opacity: .6;
  font-size: 15px;
  color: #ffffff;
  text-decoration: none;
  transition: all .3s;
  padding: 15px;
}

footer .quick-links ul li a:hover {
  opacity: 1;
}

footer .quick-links li {
  margin-bottom: 0px;
  display: inline-block;
}

footer .social-links img {
  opacity: .6;
  cursor: pointer;
  transition: all .3s;
}
.social-links a:hover {
  color: initial;
}
footer .social-links a:hover .fa {
  opacity: 1;
}
.social-links .fa {
  color: white;
  opacity: .65;
  font-size: 1.8em;
  transition: opacity .3s ease-in-out;
}
footer .social-links h5, footer .quick-links h5 {
  color: white;
  opacity: .8;
  font-size: 1.1rem;
}

footer .f-bottom a {
  color: #ffffff;
}

span.f-bottom {
  opacity: 0.5;
  font-family: Lato;
  font-size: 13px;
  line-height: 1.64;
  color: #ffffff;
}

.pains-left h3 {
  font-family: Nunito;
  font-size: 22px;
  color: #ffffff;
  line-height: 1.5;
}

.pains-left p {
  opacity: 0.7;
  font-family: Lato;
  font-size: 16px;
  line-height: 1.5;
  color: #ffffff;
}

ul.pains-tab {
  padding-top: 8%;
  list-style-type: none;
  color: white;
  font-family: Nunito;
  font-size: 18px;
}

ul.pains-tab button {
  padding: 10px 14px;
  margin: 6px auto;
  cursor: pointer;
  background-color: transparent;
  color: white;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  font-size: 18px;
  border-radius: 32px;
  transition: all .2s;
  opacity: .6;
}

ul.pains-tab button:hover, ul.pains-tab button.active {
  opacity: 1;
  transform: scale(1.03);
  background-image: linear-gradient(to left, rgba(229, 246, 255, 0), rgba(223, 238, 248, 0.43));
}

.tabcontent img {
  opacity: 0.8;
}

#symptom_checker .tab {
  float: none;
}

#symptom_checker .tabcontent {
  float: none;
  color: white;
  display: none;
}

.text-center.human-body span {
  position: absolute;
  left: 0;
  right: 0;
  top: 38%;
}

/* ul.pains-tab li:hover li.active{
  border-radius: 32px;
  background-image: none;
} */

.card-store img {
  width: 180px;
  margin-top: 1.8em;
}

.card-store img.azista-online {
  width: auto;
  height: 62px;
  margin-top: 1em;
}

.card-store a {
  font-family: Lato;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  border-radius: 18px;
  color: #18005e;
  border: 1px solid #ddd;
  padding: 10px;
  display: block;
  width: 160px;
  margin: 0px auto;
  text-decoration: none;
  position: absolute;
  bottom: 20%;
  left: 0;
  right: 0;
  transition: all .3s;
  letter-spacing: 1px;
}

.card-store a:hover, .contact-card a._mail-btn:hover, .card-store a:active {
  color: white;
  background: rgb(44, 28, 123);
  border: 1px solid rgb(44, 28, 123);
  outline: 0;
}

.card-store {
  box-shadow: 0px 5px 3px rgba(41, 41, 41, 0.63);
  position: relative;
  width: 250px;
  margin: 8px 20px;
  float: left;
}
.offlne_stre {
  margin-top: 0.8em;
}
.offlne_stre p{
  color: #252525;
  font-size: 14px;
  margin-bottom: 0.2em;
  font-weight: 500;
}
.offlne_stre ._caps{
    font-weight: bold;
    opacity: .8;
    font-size: 16px;
  }
.card-store ._store-icon  img{
  width: 80px;
  margin: 0;
}
._caps{
  text-transform: uppercase;
}

.vdo_cntnr ._vdo p{
  font-weight: 500;
}
.flipkart-online a {
  margin-top: 2px;
}

.hours {
  margin-top: 5rem;
  color: white;
  position: absolute;
  width: 90%;
  left: -5%;
  bottom: 5%;
}
.abslt_hrs {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -140px;
}
.abslt_hrs img {
  width: 120px;
}
.hours span {
  font-family: Nunito;
  font-size: 16px;
    text-align: center;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 12px;
    display: block;
}

.hours h2 {
  font-family: Lato;
  font-size: 30px;
  margin-bottom: 0;
}

.hours b {
  font-family: Nunito;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
}
.hours img{
  width: 110px;
}
.l-22 {
  left: 15%;
}



.blog .card-body a {
  float: right;
}
.blog .card-img-top {
  width: 100%;
}
.prod-img img {
  width: auto;
  height: 310px;
  /* box-shadow: 1px 15px 15px #22222245; */

  box-shadow: 1px 15px 10px #22222252;
}
.home_slide .carousel{
  height: 490px;
}
.home_slide .carousel-indicators{
  bottom: 8px;
  display: none;
}
.home_slide .carousel-inner img {
  width: 415px;
  position: absolute;
  left: -35px;
  top: 0px;
  bottom: 0;
}
.home_slide .carousel-item {
  /* border: 2px solid #18005e85; */
  border-radius: 50%;
  width: 360px;
  height: 360px;
  text-align: center;
  position: relative;
  /* overflow: hidden; */
  /* box-shadow: 0px 0px 20px #18005e; */
  margin: 1em auto!important;
}

.home_slide .carousel-inner{
  top: 50px;
}
.home_slide .carousel-item.active {
  float: none;
  margin: 0 auto;
}

.innrpge-bnnr{
  /* background: #302473; */
  background: rgb(9, 30, 107);
  height: 100px;
}

.faq_img img{
  width: 220px;
}

.faq_img._skin img{
  width: 100%;
}

.faq_img.az_sta {
  position: relative;
  left: 10%;
}
.faq_img.az_sta img{
  width: 150px;
  left: 14px;
  position: relative;
}
.faq_img.az_sta a{
  text-decoration: none;
}
.faq_img.az_sta span{
  display: block;
}


.enquiry_form .form-group {
    position: relative;
}
.enquiry_form input.form-control, .enquiry_form textarea.form-control {
    font-size: 14px;
    border-radius: 0;
    padding: 1.4em 1em;
	border-radius: 3px;
}
.enquiry_form .form-group>div {
    position: absolute;
    width: 250px;
    bottom: -16px;
	color: red;
    text-align: left;
    padding-left: 5px;
}
.md_6 {
    display: inline-block;
    width: 47%;
}
.md_6._ryt {
    margin-left: 4%;
}
.btn_submit {
    display: block;
    text-align: center;
    background: #3c65ff;
    color: white;
    padding: .8em;
    border-radius: 3px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
	outline: 0;
    border: none;
    box-shadow: none;
	opacity: .8;
}
.btn_submit:hover {
	opacity: 1;
	color: white;
	
}


/* veeru styles */

.slider-img-block {
	text-align: center;
	padding: 5rem 0;
}
.slider-img-block img {
	width: 100%
}
.slider-img-block-menus {
	width: 88%;
    overflow: hidden;
    margin: 0 auto;
}
.slider-img-block-menus li {
	float: left;
    list-style-type: none;
    width: 300px;
    padding: 10px 15px;
}
.slider-img-block-menus li img {
	width: 100%
}
.home_slide {
  display: none;
}
.home_slide_main {
  display: block;
}
.pain-icon img {
	width: 100%;
	margin-top: -10px;
	margin-left: 15px;
}



/***Animations *****/

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.025, 1.025, 1.025);
    transform: scale3d(1.025, 1.025, 1.025);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.025, 1.025, 1.025);
    transform: scale3d(1.025, 1.025, 1.025);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/************faq tabs css ***********/

._accordion .card {
  background: transparent;
  margin: .5em 0;
  box-shadow: none;
}

._accordion .card-header {
  padding: 0rem 1.25rem;
  background: transparent;
  border: 0;
}

._accordion .card-header a {
  text-decoration: none;
  padding: 1rem 0;
  color: #18005e;
  font-size: 1.05rem;
  font-weight: 600;
  display: block;
}

._accordion .card-header a::after {
  font-family: 'Ionicons';
  /* content: '\f218'; plus-icon */
  content: '\f104';
  position: absolute;
  float: right;
  right: 1rem;
  font-size: 1rem;
  color: #18005e;
  padding: 4px;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #18005e;
  text-align: center;
}

._accordion .card-header .hdng>a[aria-expanded="true"]:after {
  font-family: 'Ionicons';
  /* content: '\f209'; minus-icon */
  content: '\f10d';
  color: #18005e;
  border: 1px solid #18005e;
}

._accordion .card-body {
  padding-top: 0;
}

._accordion .card-body p {
  margin-bottom: 5px;
  padding-right: 2em;
}
._accordion .card-body p b {
  color: #1d1d1d;
  font-weight: 600;
}
._accordion .card-body p>a {
  color: #3c65ff;
  text-decoration: underline;
}

.circle-ripple.one {
  top: 45%;
  left: 41%;
}

.circle-ripple.two {
  top: 45%;
  right: 41%;
}

.circle-ripple.three {
  top: 19%;
  left: 38%;
}

.circle-ripple.four {
  top: 19%;
  right: 38%;
}

.circle-ripple.five {
  top: 13%;
  left: 48.5%;
}

.circle-ripple.six {
  bottom: 20%;
  left: 39%;
}

.circle-ripple.seven {
  bottom: 20%;
  right: 39%;
}

.circle-ripple.eight {
  bottom: 34%;
  left: 40%;
}

.circle-ripple.nine {
  bottom: 34%;
  right: 40%;
}

.circle-ripple.ten {
  top: 31%;
  left: 29%;
}

.circle-ripple.eleven {
  top: 31%;
  right: 29%;
}

.circle-ripple {
  /* background-color: #2d1a70; */
  background: rgba(255, 253, 51, .7);
  width: .5em;
  height: .5em;
  border-radius: 50%;
  -webkit-animation: ripple 1.5s linear infinite;
  -ms-animation: ripple 1s linear infinite;
  -o-animation: ripple 1.5s linear infinite;
  animation: ripple 1.5s linear infinite;
  position: absolute;
}

@-webkit-keyframes ripple {
  100% {
    box-shadow: 0 0 0 0 rgba(255, 253, 51, 0.2), 0 0 0 .2em rgba(255, 253, 51, 0.2), 0 0 0 .4em rgba(255, 253, 51, 0.2), 0 0 0 .6em rgb(255, 253, 51, 0);
  }
  0% {
    box-shadow: 0 0 0 .2em rgba(255, 253, 51, 0.2), 0 0 0 .4em rgba(255, 253, 51, 0.2), 0 0 0 .6em rgba(255, 253, 51, 0.2), 0 0 0 .8em rgba(255, 253, 51, 0.2);
  }
}
@-ms-keyframes ripple {
  100% {
    box-shadow: 0 0 0 0 rgba(255, 253, 51, 0.2), 
                0 0 0 4px rgba(255, 253, 51, 0.2), 
                0 0 0 8px rgba(255, 253, 51, 0.2), 
                0 0 0 12px rgb(255, 253, 51, 0);
  }
  0% {
    box-shadow: 0 0 0 4px rgba(255, 253, 51, 0.2), 
                0 0 0 8px rgba(255, 253, 51, 0.2), 
                0 0 0 12px rgba(255, 253, 51, 0.2), 
                0 0 0 14px rgba(255, 253, 51, 0.2);
  }
}
@keyframes ripple {
  100% {
    box-shadow: 0 0 0 0 rgba(255, 253, 51, 0.2), 0 0 0 .2em rgba(255, 253, 51, 0.2), 0 0 0 .4em rgba(255, 253, 51, 0.2), 0 0 0 .6em rgb(255, 253, 51, 0);
  }
  0% {
    box-shadow: 0 0 0 .2em rgba(255, 253, 51, 0.2), 0 0 0 .4em rgba(255, 253, 51, 0.2), 0 0 0 .6em rgba(255, 253, 51, 0.2), 0 0 0 .8em rgba(255, 253, 51, 0.2);
  }
}

@media screen and (max-width:767px) {
  
  .circle-ripple {
    width: 0.4em;
    height: 0.4em;
  }
  .circle-ripple.m-one {
    top: 45%;
    left: 45%;
  }
  .circle-ripple.m-two {
    top: 45%;
    right: 45%;
  }
  .circle-ripple.m-three {
    top: 12%;
    left: 49%;
  }
  .circle-ripple.m-four {
    top: 19%;
    left: 42%;
  }
  .circle-ripple.m-five {
    top: 19%;
    right: 42%;
  }
  .circle-ripple.m-six {
    top: 31%;
    left: 38%;
  }
  .circle-ripple.m-seven {
    top: 31%;
    right: 38%;
  }
  .circle-ripple.m-eight {
    bottom: 35%;
    left: 44%;
  }
  .circle-ripple.m-nine {
    bottom: 35%;
    right: 44%;
  }
  .circle-ripple.m-ten {
    bottom: 20%;
    left: 44%;
  }
  .circle-ripple.m-eleven {
    bottom: 20%;
    right: 44%;
  }
  .banner {
    /* background: url(../../assets/img/banner.png); */
    background: rgb(22, 0, 87);
    height: 470px;
  }
  .innrpge-bnnr{
    height: 80px;
  }
  .banner .fixed-me {
    height: 80px;
  }
  .banner .fixed-me .navbar-collapse {
    background: #e8e8e8a6;
    background: #f9f9f9;
    position: relative;
    top: 15px;
    border-bottom: 1px solid #d2d2d2;
    box-shadow: 0px 10px 8px #00000014;
  }
  .banner .navbar-collapse {
    /* background: #150053a6; */
	background: rgba(21, 0, 83, 0.76);
    padding: 15px 20px;
    z-index: 999;
  }

  .innrpge-bnnr .navbar-collapse {
    background: #150053db;
}
._vdo{
  text-align: center;
}
  .banner .heading {
    font-size: 20px;
    top: 35%;
    /* left: 3%; */
  }
  .home_slide .carousel {
    height: 400px;
}
.home_slide .carousel-inner {
  top: 90px;
}
.home_slide .carousel-item{
  width: 300px;
  height: 300px;
}
.home_slide .carousel-inner img {
  width: 300px;
  left: 0;
}
.testimo-card span, .testimo-card b{
  text-align: right;
  display: block;
}

  section.pt-5 {
    padding-top: 1rem!important;
  }
  section h3 {
    font-size: 1.4rem!important;
  }
  section h5 {
    font-size: 1.2rem!important;
  }
  ul.pains-tab li {
    font-size: 1.0rem;
  }
  footer {
    text-align: center;
  }
  section.relieve, section.relieve p {
    text-align: justify;
  }
  footer .about p {
    padding: 0px 8px!important;
  }
  #goTop {
    right: 10px;
  }
  #goTop:hover {
    opacity: .8;
  }
  .col-xs-3 {
    width: 21%;
  }
  .col-xs-9 {
    width: 79%;
  }
  .relieve img {
    margin-top: 0.1em;
  }
  .pricing-desc h3 {
    padding: 15px;
    margin-bottom: 0;
  }
  .testimo-card {
    width: auto;
    height: auto;
  }
  ul.faq-tabs {
    width: 100%;
    margin: 0 auto;
  }
  .faq-tabs .nav-item>a {
    padding: .5rem 1rem;
  }
  .pains-left {
    margin: 0 1.8rem;
  }
  .br-20-btn {
    margin: 5px auto;
    display: block;
  }
  .contact-card h2 {
    font-size: 22px;
  }
  .prod-img img {
    height: 230px;
    margin-top: 1em;
  }
  .human-body img {
    height: 350px;
    opacity: .8;
  }
  .relieve h3 {
    padding-top: 0em;
    font-size: 1.2em!important;
    padding-left: 0!important;
  }
  .relieve p {
    padding-left: 0!important;
  }
  .hours h2 {
    /* font-size: 2em; */
    font-size: 1.5em;
  }
  .faq-header h2, .blog h2, .get_in_touch h2 {
    font-size: 1.6em;
  }
  .faq-icon, .blog-icon, .git-icon {
    width: 45px;
  }
  ._accordion .card-header{
    padding-right: 3em;
  }
  ._accordion .card-header a::after{
    top: 12px;
  }
  ._accordion .card-body p{
    padding-right: 0
  }
  .azista-brand img {
    width: 110px;
  }
  .hetero img {
    width: 165px;
}
  footer .quick-links ul {
    padding-left: 0;
    margin: 0em auto;
  }
  .social-links {
    margin-top: 1em;
  }
  
  footer .bg-violet {
    padding: 10px;
}
  .md_6._ryt {
    margin-left: 0;
}
  .md_6 {
    display: block;
    width: 100%;
}
.enquiry_form .form-group>div{
	font-size: 14px;
}


  .hours .col-sm {
    width: 50%;
  }
  .hours {
    position: relative;
    bottom: 0%;
    width: 100%;
    margin-top: 2rem;
    left: 0%;
  }
  .hours img {
    width: 95px;
}

.hrs_img_rltve img{
  width: 100px;
}
.hrs_img_mobl {
  background: #160057;
  position: absolute;
  bottom: -100px;
  width: 100%;
  height: 70px;
  left: 0;
  clip-path: polygon(0% 0%, 100% 0, 100% 40%, 50% 100%, 0 40%);
}


.hrs_img_rltve{
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -130px;
}

a.ml_1 {
  margin-left: 0em;
  display: block;
}
  .oval .row.mt-5 {
    margin-top: 0!important;
  }
  .get_in_touch p, .blog p, .faq-header p {
    margin: 0 1rem!important;
  }
  .blog .card-text p {
    margin: 0!important;
  }
  .pricing-desc p {
    padding: 0 1rem!important;
  }
  .azista-brand {
    margin-top: 1rem!important;
  }
  .azista-brand.hetero {
    margin-top: 2rem!important;
}
.azista-brand p, .azista-brand span{
  margin-bottom: .5em;
  margin-top: .5em!important;
}
  .accordion .content p {
    text-align: center;
  }
  .contact-card {
    margin: 10px auto;
    padding-top: 1rem;
    height: auto;
  }
  .card-store {
    margin: 2.5%;
    height: auto;
    padding: 1rem 0.8rem;
    width: 95%;
  }
  section.oval-1, section.oval {
    position: relative;
    height: auto;
    background: rgb(22, 0, 87);
    padding-bottom: 3em;
    padding-top: 1em!important;
  }
  section.oval-1 {
    padding-top: 4.2em!important;
  }
  .testimo-card {
    margin-bottom: 1rem;
  }
  .prod-description {
    padding: 0px 1rem!important;
  }
  .p_desc{
	padding-bottom: 3rem!important;
  }
  .pain-icon {
    padding: 5px;
}
.pain-icon img{
	margin-left: 5px;
}
  .sub-domain-header-description {
    padding: 10px 0;
  }
  h2.faq-heading {
    margin: 25px auto;
    font-size: 1.5rem;
  }
  .faq-product h4 {
    font-size: 1.2rem;
    font-weight: 500;
  }
  .accordion a {
    font-size: 1.05rem
  }
  .faq-tabs .nav-item {
    padding-right: 18px;
    width: 50%;
    text-align: center;
    margin: 5px auto;
  }
  ul.pains-tab li {
    margin: 5px 5px;
    float: left;
    width: 29%;
  }
  ul.pains-tab li a.active {
    border-radius: 32px;
    /* background-image: linear-gradient(to left, rgba(229, 246, 255, 0), #dfeef86e); */
    background: transparent;
    border: 1px solid #ffffffcc;
    border-color: white!important;
  }
  ul.pains-tab {
    padding-top: 0%;
    list-style-type: none;
    color: white;
    font-family: Nunito;
    font-size: 18px;
    padding: 0;
    width: 100%;
    float: left;
    border: none;
    margin-bottom: 2em;
  }
  ul.pains-tab li a {
    text-align: center;
    font-size: 16px;
    border-radius: 32px;
    border: 1px solid transparent;
    height: 90px;
    line-height: initial;
    padding: 0.5rem 0.5rem;
    padding-top: 10px;
    cursor: pointer;
    color: white;
    opacity: .9;
    text-decoration: none;
  }
  .pains-tab .nav-link.active {
    background: transparent!important;
    color: white!important;
	border: 2px solid #ffffff54;
  }
  .pricing-desc {
    padding: 0% 5%;
  }
  .card-store a {
    position: relative;
    float: right;
    /* display: inline; */
    border: none;
    border-radius: 0;
    font-size: 16px;
    border-left: 2px solid #ddd;
    width: 49%;
    padding: 8px;
    top: 4px;
  }
  .card-store a:hover, .card-store a:active {
    color: rgb(44, 28, 123);
    background: white;
    border: none;
    border-left: 2px solid #ddd;
    outline: 0;
  }
  .contact-card a._mail-btn:hover {
    color: rgb(44, 28, 123);
    background: white;
    border: inherit;
    border: 1px solid #ddd;
    box-shadow: none;
    outline: 0;
  }
  .card-store img.azista-online {
    padding-top: 0px!important;
    margin-top: -0.5em;
    width: 125px;
    height: 55px;
  }  
  .navbar-me {
    position: fixed!important;
    width: 100%;
    left: 0;
    z-index: 999999;
    padding: 0% 4%;
    padding-top: 1.5rem;
    padding-bottom: 1rem;
}
  .fixed-me a.nav-link.active::after, .fixed-me li.nav-item:hover::after, .banner .navbar-me li.nav-item:hover::after {
    display: none
  }
  section div.pt-5 {
    padding-top: 4rem!important;
  }
  .card-store.text-center {
    text-align: left!important;
  }
  .card-store img {
    margin-top: 0em;
    width: 130px;
  }
  .quick-links {
    margin-left: 0em;
  }
}


@media (max-width: 767px) {
.blog .card-body {
    min-height: 130px;
}
ul.pains-tab li a.nav-link{
	color: #ffffffc7;
	border: 1px solid #ffffff54;
	display: table-cell;
    vertical-align: middle;
	border-radius: 32px!important;
}
ul.pains-tab li.nav-item{
	display: table;
}
  .offlne_stre {
    display: inline-block;
    vertical-align: middle;
    width: 74%;
}
._store-icon {
  display: inline-block;
  width: 23%;
}
  .container {
    width: 100%;
  }
  .home_slide_main {
	  display: none;
  }
  .home_slide {
	  display: block;
  }
}
/* Hide bootstrap default icon */
.navbar-toggler-icon {
    display: none !important;
}

/* Toggler Container */
.navbar-toggler {
    border: none;
    background: transparent;
    padding: 8px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
    align-items: center;
}

/* Hamburger Lines */
.toggler-icon {
    width: 28px;
    height: 3px;
    background-color: #000;  /* BLACK COLOR */
    border-radius: 4px;
    transition: 0.3s ease-in-out;
}

/* Animation when menu is open */
.navbar-toggler[aria-expanded="true"] .toggler-icon:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .toggler-icon:nth-child(2) {
    opacity: 0;
}

.navbar-toggler[aria-expanded="true"] .toggler-icon:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}
