body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* line-height: 150%; */         /* issue  with locations page scroll*/  
}
.redesign-layout-body {
  font-family: 'Nunito', sans-serif !important;
}

/* header-css */
.mainheader {
  background-color: #fff;
  box-shadow: 0px 6px 12px rgb(208 208 208 / 30%);
  position: unset !important;
}
.logo {
  height: 35px;
  width: auto;
}
.logo-title {
  font-size: 16px;
  font-family: "Inter";
  font-weight: 500;
  padding-left: 25px;
}
/* .nav-item {
  margin-right: 45px;
} */
.nav-link {
  color: #b5a4c8 ;
  font-size: 16px;
  font-family: "Inter";
  font-weight: 600;
  line-height: 18px;
  position: relative;
}

.nav-tabs .nav-link.active {
  background: #FFF;
  border-top-width: 3px;
  border-color: var(--homecolor2) #faf6fb #FFF;
  color: var(--homecolor3);
}

.nav-link.active::after {
  position: absolute;
  content: "";
  /* border-bottom: 3px solid var(--blue-ribbon); */
  left: 0.5rem;
  width: 20px;
  bottom: 0;
  border-radius: 3px;
}

.login-btn {
  padding: 9px 32px;
  border-radius: 100px;
  text-transform: uppercase;
  border: 1px solid var(--blue-ribbon);;
  background-color: #fff;
  font-size: 18px;
  font-family: "Inter";
  font-weight: 600;
  color: var(--blue-ribbon);;
}
.fixed-header .mainheader {
  position: fixed;
  z-index: 99999;
  width: 100%;
  top: 0px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.23);
    -webkit-animation-duration: 0.7s;
    -webkit-animation-name: headfadeIn;
    animation-name: headfadeIn;
    animation-duration: 0.7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.navbar-light .navbar-nav .nav-link{
  color: #000000 !important;
}

.navbar-light .navbar-nav .nav-link.active{
  color: var(--homecolor3) !important;
}

/* footer css */

.footer_top {
  background: var(--blue-ribbon)!important;
  padding: 20px 0;
  position: relative;
}
.footer_top::after {
  content: "";
  position: absolute;
  background-image: url("../images/footer-right.png");
  right: -5px;
  bottom: 30px;
  height: 200px;
  width: 170px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.footer_top ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.fthead {
  margin-bottom: 20px;
  font-size: 22px;
  font-family: "Inter";
  color: #fff;
  font-weight: 600;
  line-height: 22px;
  text-align: left;
}
.ftlink li {
  text-align: left;
  margin-bottom: 10px;
}
.ftlink a {
  color: #fff;
  font-size: 16px;
  font-family: "Inter";
  font-weight: 400;
}
.footer-top-wrapper {
  position: relative;
}
.footer-top-wrapper::after {
  content: "";
  position: absolute;
  border-right: 1px solid #fff;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  opacity: 0.3;
}
.footer-bold-text {
  font-size: 16px;
  font-family: "Inter";
  font-weight: 700;
  line-height: 18px;
  color: #fff;
  margin-top: 40px;
}
.footer-text {
  font-size: 16px;
  font-family: "Inter";
  font-weight: 400;
  line-height: 24px;
  color: #fff;
}
.footer-top-container {
  position: relative;
  margin-bottom: 70px;
}
.footer-top-container::after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #fff;
  opacity: 0.3;
  width: 100%;
  bottom: -30px;
  left: 0;
}

.icon-wrapper {
  height: 40px;
  width: 40px;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}
.copyright-text {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 10px;
}

/* new home page css */

.innergrey {
  background: #f1f1f1;
}
.banner-wrapper {
  padding: 35px 0;
  /* height: 533px; */
  overflow-x: hidden;
}
.banner-left {
  padding-left: 10%;
}
.homepage-banner-title {
  font-size: 48px;
  color: #000;
  font-family: "Inter";
  font-weight: 700;
}

.title-primary-text {
  color: var(--blue-ribbon);
}
.homepage-banner-desc {
  color: #000;
  font-size: 20px;
  font-family: "Inter";
  font-weight: 500;
  line-height: 26px;
  margin-top: 30px;
  width: 90%;
}
.btn-container {
  margin-top: 70px;
}
.custom-bg-btn {
  padding: 13px 32px;
  border-radius: 100px;
  text-transform: uppercase;
  border: 1px solid var(--blue-ribbon);
  font-size: 18px;
  font-family: "Inter";
  font-weight: 600;
  color: #fff;
  background: var(--blue-ribbon);
  box-shadow: 0px 10px 30px 0px rgba(97, 98, 236, 0.2);
}
.banner-img {
  position: relative;
  z-index: 1;
}
.banner-img .img {
  margin-left: 50px;
  margin-top: 20px;
  border-radius: 28px;
  background-size: contain;
  height: 80%;
  width: 100%;
  /* border: 12px solid; */
  /* box-shadow: 0px 10px 30px 0px rgba(228, 229, 255, 0.18); */
  /* border-color: rgba(228, 229, 255, 0.3); */
}
.banner-subimage-left {
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-20%);
}
.banner-subimage-center {
  position: absolute;
  left: 50%;
  /* transform: translateX(-20%); */
  bottom: -4%;
}

/* feature css */

.feature-section {
  padding: 100px 0 60px 0;
  margin-top: -80px;
  background-color: #fff;
  position: relative;
}
.feature-section::after {
  content: "";
  position: absolute;
  background-image: url("../../../images/small-bg-circle.png");
  background-repeat: no-repeat;
  background-size: contain;
  top: 20%;
  right: 80px;
  height: 30px;
  width: 30px;
}
.feature-section::before {
  content: "";
  position: absolute;
  background-image: url("../../../images/small-bg-circle.png");
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 10px;
  left: 20%;
  height: 30px;
  width: 30px;
}

.feature-title {
  font-size: 18px;
  color: var(--blue-ribbon);
  font-family: "Inter";
  font-weight: 600;
  text-align: center;
  position: relative;
}

.feature-title::before {
  content: "";
  position: absolute;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  left: -16px;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--blue-ribbon);
}

.feature-heading {
  margin-top: 10px;
  font-size: 36px;
  color: #000;
  font-family: "Inter";
  line-height: 46px;
  font-weight: 700;
}

.custom-seperater-line {
  position: relative;
}
.custom-seperater-line::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  opacity: .5;
  transform: translateX(-50%);
  height: 2px;
  width: 25%;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    var(--blue-ribbon) 51.08%,
    rgba(255, 255, 255, 0) 100%
  );
}
.feature-list-container {
  padding-top: 35px;
  position: relative;
}
.feature-list-container::before {
  content: "";
  position: absolute;
  background-image: url("../../../images/feature-bg.png");
  left: -50px;
  top: -20px;
  height: 120px;
  width: 120px;
}
.feature-card-wrapper{
  background:linear-gradient(to bottom,rgba(186, 186, 186, 0.17) 50%, var(--sender-bubble)) 100%;
  padding: 1px;
  border-radius: 14px;
  height: 100%;
}
.feature-card {
  padding: 20px;
  border-radius: 14px;
  background: #fff;
  height: 100%;
  box-shadow: 0px 12px 30px 0px rgba(0, 0, 0, 0.08);
}

.feature-card-img {
  padding: 20px;
  background: rgba(22, 88, 247, 0.1);
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  border-bottom: 2px solid var(--blue-ribbon);
}
.feature-card-title {
  font-size: 22px;
  font-weight: 700;
  font-family: "Inter";
  line-height: 26px;
  color: var(--blue-ribbon);
}
.feature-card-desc {
  font-size: 18px;
  font-family: "Inter";
  font-weight: 400;
  line-height: 26px;
  color: #000;
}

.feature-card-blue {
  background: var(--blue-ribbon);
}
.feature-card-blue .feature-card-img {
  background: rgba(255, 255, 255, 0.1);
  border-bottom: 2px solid #fff;
}
.feature-card-blue .feature-card-title {
  color: #fff;
}
.feature-card-blue .feature-card-desc {
  color: #fff;
}

/* concent form section */

.concent-form-wrapper {
  background-color: var(--blue-ribbon);
  padding: 50px 0;
  position: relative;
}
.register-section{
  position: relative;
  background-color: var(--blue-ribbon);
  padding: 50px 0;
}
.register-section::before{
  content: "";
  position: absolute;
  top: -15px;
  left: 30%;
  transform: translateX(-70%);
  background-image: url("../../../images/small-bg-circle.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 30px;
  width: 30px;
}

.concent-form-wrapper::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 30%;
  transform: translateX(-70%);
  background-image: url("../../../images/small-bg-circle.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 30px;
  width: 30px;
}
.concent-title {
  font-size: 36px;
  font-weight: 700;
  font-family: "Inter";
  line-height: 26px;
  color: #fff;
  position: relative;
}
.concent-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -30px;
  opacity: .5;
  transform: translateX(-50%);
  height: 2px;
  width: 25%;
  background: linear-gradient(90deg, #6162ec 0%, #fff 51.08%, #6162ec 100%);
}
.concent-card {
  background: #fff;
  border-radius: 14px;
  padding: 20px;
  position: relative;
  z-index: 2;
  height: 100%;
}

.concent-card-title {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  color: var(--blue-ribbon);
  line-height: 32px;
  font-family: "Inter";
}
.concent-card-subtitle {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  font-family: "Inter";
  text-align: center;
}
.concent-card-desc {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  font-family: "Inter";
}
.concent-form-wrapper {
  position: relative;
}
.concent-form-wrapper::after {
}

.go-digital {
  padding: 40px 0;
  position: relative;
}
.go-digital::before {
  content: "";
  position: absolute;
  left: 20px;
  bottom: 10px;
  background-image: url("../../../images/icon-download-bg.png");
  height: 130px;
  width: 130px;
  background-size: contain;
}
.go-digital::after{
    content: "";
  position: absolute;
  bottom: -15px;
  left: 30%;
  transform: translateX(-70%);
  background-image: url("../../../images/small-bg-circle2.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 30px;
  width: 30px;

}
.go-digital-title {
  color: #000;
  font-size: 42px;
  font-family: "Inter";
  font-weight: 700;
  line-height: 52px;
}
.go-digital-title-primary {
  color: var(--blue-ribbon);
}
.register-process-container {
  margin-top: 55px;
}
.register-img {
  height: 100%;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.left-smily-img {
  position: relative;
}
.left-smily-img::before {
  content: "";
  background-image: url("../../../images/consent-bg-img1.png");
  height: 250px;
  width: 250px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -5px;
  top: -30px;
  z-index: 1;
}

.right-smily-img {
  position: relative;
}
.right-smily-img::after {
  content: "";
  position: absolute;
  background-image: url("../images/footer-right.png");
  right: 0px;
  bottom: -57px;
  height: 200px;
  width: 170px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.faq-title {
  font-size: 18px;
  color: #fff;
  font-family: "Inter";
  font-weight: 600;
  text-align: center;
  position: relative;
  margin-bottom: 15px;
}

.faq-title::before {
  content: "";
  position: absolute;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  left: -16px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
}

.card {
  padding: 0;
  background-color: #fff;
  border-radius: 14px;
  border-bottom: 3px solid var(--reciver-bubble);
}
.card-header {
  padding: 12px 15px;
  background-color: #fff;
  border: none;
  border-radius: 14px !important;
}
.card-body {
  padding: 10px 15px;
}
.custom-toggle-btn {
  padding: 0;
}
.card-header-Title {
  color: #000;
  font-size: 18px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
}
.accordian-wrapper {
  width: 75%;
  margin-left: auto;
  margin-top: 80px;
  margin-right: auto;
}

.accrodian-desc {
  color: #646464;
  font-size: 18px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.get-strted-wrapper {
  padding: 50px 0;
  position: relative;
}
.get-strted-wrapper::after {
  content: "";
  position: absolute;
  background-image: url("../../../images/icon-download-bg.png");
  height: 130px;
  width: 130px;
  background-size: contain;
  right: 40px;
  top: 30px;
  background-repeat: no-repeat;
}

.faq-question-container {
  position: relative;
  background-color: var(--blue-ribbon);
  padding: 50px 0;
  position: relative;
}

.faq-question-container::before {
  content: "";
  position: absolute;
  background: url("../../../images/faq-bg.png");
  background-size: contain;
  height: 200px;
  width: 200px;
  left: 0;
  bottom: -30px;
  background-repeat: no-repeat;
}

.get-started-text {
  color: #000;
  text-align: center;
  font-size: 36px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
  position: relative;
}

.get-started-text::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  opacity: .5;
  transform: translateX(-50%);
  height: 2px;
  width: 20%;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    var(--blue-ribbon) 51.08%,
    rgba(255, 255, 255, 0) 100%
  );
}
.get-started-desc {
  text-align: center;
  font-size: 18px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  color: #505050;
  margin-top: 30px;
}
.logo-card-container {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.logo-card {
  height: 180px;
  width: 200px;
  background: #fff;
  box-shadow: 0px 20px 30px 0px rgba(97, 98, 236, 0.15);
  border: 1px solid #f3f3f3;
  border-radius: 14px;
  padding: 20px;
}

.logo-app-link {
  color: var(--blue-ribbon);
  font-size: 16px;
  font-family: "Inter";
  font-weight: 700;
  margin-top: 15px;
  text-align: center;
}
.logo-app-link:hover {
  text-decoration: none;
  color: var(--blue-ribbon);
}
.logo-footer-text {
  text-align: center;
  font-size: 14px;
  color: #8f8f8f;
  font-family: "Inter";
  font-style: italic;
  font-weight: 500;
  margin-top: 35px;
}
.testimonial-slider-wrapper {
  padding: 70px 0;
  height: auto;
  z-index: 1;
  position: relative;
}
/* .owl-carousel{
    
    padding-top: 30px;
}
.owl-stage{
    height: 360px;
    
    display: flex;
    align-items: center;
}
.owl-item.cloned{
    visibility: hidden;
}
.owl-item.active{
    visibility: visible;
}

.item{
    height:250px;
    width:150px;
    
    background-color: #f1f1f1;
    z-index: -1 !important;
    position: relative !important;  
    
    
}
.center{
    z-index: 2 !important;
    position: relative !important;    
}
.center .item{
transition: all 0.5s ease;
transform: scale(1.3);
background-color: #1658F7;
z-index: 2;
position: relative;

}
.caresual-img{
    height: 100%;
    width: 100%;
} */

/* {
    width: 40em;
    height: 25em;
    margin: 0 auto;
    position: relative;
  } */

.carousel li {
  height: 370px;
  width: 200px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.carousel .items {
  position: absolute;
}
.carousel .main-pos {
  margin-left: 5em !important;
  z-index: 3000;
}

.carousel .left-pos {
  margin-left: -1em;
  z-index: 1000;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  transform: scale(0.7);
}

.carousel .back-pos {
  margin-left: 2em;
  opacity: 0.05;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  transform: scale(0.5);
}

.carousel .right-pos {
  margin-left: 11rem;
  z-index: 1000;
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  transform: scale(0.85);
}
.items img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.carousel span {
  position: relative;
  margin: 0 auto;
  left: 17em;
  top: 20em;
}

.client-review {
  font-size: 16px;
  color: #3f3f3f;
  line-height: 20px;
  font-family: "Inter";
  font-weight: 400;
  /* height: 120px; */
  height: 265px;
  overflow-y: auto;
  line-height: 150%;
  padding-right: 20px;
}
.client-name {
  color: #000;
  font-size: 22px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  /* margin-top: 40px; */
}
.client-designation {
  font-size: 16px;
  font-family: "Inter";
  font-weight: 400;
  color: #7c7c7c;
  margin-top: 5px;
  margin-bottom: 0;
}

.left-slider-btn img{
  transform: rotate(-180deg);
}

.left-slider-btn,
.right-slider-btn {
  height: 40px;
  width: 40px;
  background-color: var(--blue-ribbon);
  border-radius: 50%;
  border: var(--blue-ribbon);
  margin: 0 5px;
}
.left-slider-btn:focus,
.right-slider-btn:focus {
  outline: none;
}
.slider-left-btn{
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-90%);
}
.custom-slider-dots{
  height: 14px !important;
  width: 14px !important;
  border-radius: 50% !important;
  margin-right: 8px;
  border: none;
  background-color: var(--blue-ribbon);
  opacity: .6;
  padding: 0;
}
.custom-slider-dots:focus{
  border: none;
  outline: none;
}
.custom-slider-dots.active{
  background-color: var(--blue-ribbon);
  opacity: 1;
  outline-offset: 2px;
  outline: 1px solid var(--blue-ribbon);
  
}
.left-slider-btn img,
.right-slider-btn img {
  height: 16px;
  width: 16px;
}
.slider-btn-container {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 30px;
}
.carousel-wrapper {
  height: 370px;
  position: relative;
}
/* concent form listing page */

.link-container {
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background: #fff;
  min-height: 62px;
  height: 100%;
  display: flex;
  align-items: center;
}
.concent-link {
  color: var(--homecolor3);
  font-size: 16px;
  font-family: "Nunito", sans-serif !important;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  /* display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden; */
}

.cms-content {
  font-size: 18px;
  color: #696969;
  font-family: "Nunito", sans-serif !important;
  font-weight: 500;
  line-height: 32px;
}

.concent-link:hover {
  text-decoration: none;
  color: var(--homecolor1);
}
a{
  color: #696969;
}
a:hover{
  color: var(--homecolor3);
}
.custom-footer-page ul li a{
  color: #696969;
}
.custom-footer-page ul li a:hover{
  color: var(--homecolor3);
}


.custom-find-prescribers a{
  color: var(--homecolor3);
}
.custom-find-prescribers a:hover{
  color: var(--homecolor1);
}
.static-page-content p a{
  color: var(--homecolor3) !important;
}
.static-page-content p a:hover{
  color: var(--homecolor1) !important;
}
/* .link-container.active{
    border: 1px solid #1658F7;
  }
  .link-container.active .concent-link{
color: #1658F7;
  } */
.concent-page-title {
  font-size: 52px;
  color: #000;
  font-weight: 700;
  font-family: "Nunito", sans-serif !important;

  line-height: 66px;
}
.concent-primary-text {
  color: var(--blue-ribbon);
}

.concent-page-banner-img {
  height: 100%;
  width: 100%;
}
.custom-title h1 {
  color: var(--blue-ribbon);
  font-size: 40px;
  font-family: 'Nunito', sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 66px;
  text-transform: capitalize;
  text-align: center;
}
.custom-title h1 span {
  color: #000000;
}
.cms-page-container h1{
  color: var(--homecolor3);
} 
p.h5{
  color: var(--homecolor3);
}

.redesign-layout-body header h1{
  color: var(--homecolor3);
}

.slugleftbox{
  margin-top: -20% !important;
}

.shop-listing-name{
  color: var(--homecolor3) !important;
}
.shop-listing-name:hover{
  color: var(--homecolor1) !important;
}
.purchasebox span a{
  color: var(--homecolor3);
}
.custom-concent-list{
  margin-top: 113px;
}


/* @media(min-width:1900px){
  .slugleftbox{
    margin-top: -20px !important;
  }
} */

@media (max-width:1024px){
  .slider-left-btn{
    bottom: -45px;
    left: 50%;
    transform: translateX(-50%);
  }
  .lider-btn-container{
    margin-top: 20px;
  }
}

@media (max-width: 834px) {
  .slider-left-btn{
    left: 50%;
    transform: translateX(-60%);
  }
  .carousel .left-pos {
    margin-left: -28rem;
  }
  .slider-btn-container{
    margin-top: 0;
  }
  .carousel .right-pos {
    margin-left: 0;
  }
  .carousel .main-pos {
    margin-left: -18px !important;
  }
  .banner-img{
    height: 100%;
  }
  .banner-tab{
    height: 380px;
  }
  .banner-img .img{
    height: 100%;
    object-fit: cover;
    
    object-position: 10%;
    margin-left: 35px;
  }
  .caresual-img {
    width: 100%;
  }
  .carousel li {
    width: 100%;
  }
  .carousel .items {
    left: 0;
  }
  .testimonial-slider-wrapper {
    height: 100%;
  }
  .homepage-banner-title {
    font-size: 42px;
  }
  .feature-section {
    margin-top: 0;
    padding: 50px 0 60px 0;
  }

  .btn-container {
    margin-top: 40px;
  }
  .navbar-collapse {
    position: absolute;
    top: 85px;
    background: rgb(255, 255, 255);
    left: 0px;
    width: 100%;
    /* height: calc(100vh - 83px); */
    height: auto;
    z-index: 999;
    padding: 35px 0;
    transition: all 0.1s ease-in-out;
    box-shadow: 0 10px 10px 0px #0000002b;
  }
  .navbar-toggler {
    /* margin-left: auto; */
    /* margin-right: 10px; */
  }
  .login-btn{
    margin-left: auto;
    margin-right: 20px;
  }
  .navbar-toggler:focus{
    
    box-shadow: none;
    outline: none;
  }
  .nav-link {
    text-align: center;
    margin-top: 12px;
  }
  .nav-link.active::after {
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
  }
  
  .feature-card{
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }
  .feature-card-wrapper{
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }
  .feature-list-container::before{
    left: 40px;
    top: 10px;
  }
  .right-smily-img::after{
    /* left: 10%; */
    /* bottom: -45px; */
  }
  .register-img{
    width: 90%;
  }
  .banner-subimage-center{
    bottom: 0%;
  }
  /* concent form */
  .concent-page-title {
    font-size: 42px;
  }
  .login-btn{
    border: 2px solid var(--blue-ribbon);
  }

}

@media (max-width: 576px) {
  .slider-btn-container{
    display: block;
  }
  .slider-arrow-btn{
    margin-top: 10px;
    text-align: end;
  }
  .logo-card-container{
    flex-direction: column;
    align-items: center;
    /* margin: 0 auto; */
  }
  .logo-card{
    margin-bottom: 20px;
  }
    .feature-list-container::before{
        left: -14px;
        top: 24px;
      }
      .carousel .main-pos{
        margin-left: 0% !important;
        /* width: 90%;
        transform: translateX(-50%); */
      }
      .feature-section::after{
        top: 25px;
        right: 19px;
      }
  .carousel-wrapper {
    height: 420px;
  }
  .slider-left-btn{
    left: 50%;
    transform: translateX(-50%);
    bottom: 15px;
  }
  .items img {
    object-position: top;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 90%;
  }
  .banner-left {
    padding-left: 2%;
  }
  .homepage-banner-title {
    font-size: 28px;
    line-height: 40px;
  }
  .banner-wrapper {
    padding-top: 10px;
  }
  .homepage-banner-desc {
    width: 100%;
  }
  .feature-heading {
    font-size: 28px;
    line-height: 40px;
  }
  .custom-seperater-line::after {
    width: 60%;
  }
  .concent-title {
    font-size: 28px;
    line-height: 40px;
  }
  .concent-title::after {
    width: 60%;
  }
  .concent-card {
    margin-top: 20px;
  }
  .go-digital-title {
    font-size: 28px;
    line-height: 40px;
  }
  .register-img {
    width: 100%;
    height: 100%;
  }


  .accordian-wrapper {
    width: 100%;
  }
  .get-started-text {
    font-size: 28px;
    line-height: 40px;
  }
  .get-started-text::after {
    width: 50%;
  }
  .footer-bold-text {
    margin-top: 20px;
    margin-bottom: 10px !important;
  }
  .homepage-banner-desc{
    font-size: 16px;
  }
  .feature-card-desc{
    font-size: 16px;
    margin: 5px 0 !important;
  }
  .concent-card-subtitle{
    font-size: 16px;
  }
  .concent-card-desc{
    font-size: 16px;
  }
  .card-header-Title{
    font-size: 16px;
  }
  .login-btn{
    font-size: 16px;
  }
}


@media (min-width: 1440px) {
  /* .container {
    width: 80%;
    max-width: 80%;
  } */
  /* .client-review {
    height: 100px;    
  } */
}

.shop-section, .shopinnerpg {
  padding: unset !important;
}

.nav-menu {
  padding: unset;
}

.client-review::-webkit-scrollbar {
  width: 5px;
  /* height: 10px; */
}

.client-review::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

.client-review::-webkit-scrollbar-thumb {
  background-color: var(--homecolor3);
}

.client-review::-webkit-scrollbar-thumb:hover {
  background-color: var(--homecolor1);
}
/* .location-item a{
  white-space: nowrap;
} */

.CustomPagination {
  padding: 15px;
  margin-top: 20px;
  border: 1px solid #ebebeb;
  background: transparent;
  border-radius: 10px;
}

.CustomPagination p.small {
  font-size: 13px;
  font-weight: 600;
  font-family: "Inter";
  color: grey !important;
}

.CustomPagination ul.pagination {
  gap: 8px;
}

.CustomPagination ul.pagination li {
  text-align: center;
}

.CustomPagination ul.pagination li span, .CustomPagination ul.pagination li a {
  border: 0px;
  background: #ebebeb !important;
  border-radius: 5px;
  color: #000 !important;
  font-size: 14px;
  font-weight: 600;
}

.CustomPagination ul.pagination li a:focus{
  box-shadow: unset !important;
}

.CustomPagination ul.pagination li.page-item.disabled span {
  border-radius: 0px;
  color: #343434;
  border-radius: 5px;
  background: #ebebeb !important;
}

.CustomPagination li.page-item.active span {
  color: #fff !important;
  border-radius: 5px;
  background: var(--blue-ribbon)!important;
}

.CustomPagination ul.pagination li.page-item.disabled {
  opacity: 0.6;
}

.CustomPagination ul.pagination .page-item:last-child a {
  border-radius: 5px;
  background: #ebebeb !important;
}

@media (max-width: 575px) {
  .CustomPagination .listing-paginator-container nav > .d-flex {
      display: none !important;
  }
  .CustomPagination .listing-paginator-container nav > .d-none {
    display: block !important;
    width: 100%;
  }
  .CustomPagination .listing-paginator-container nav > .d-none > div{
    text-align: center;
  }
  .CustomPagination .listing-paginator-container nav > .d-none > div:last-child {
    margin: 10px 0px 0px;
    text-align: center;
    justify-content: center;
    display: flex;
  }

  .redesign-header{
    padding-top: 100px !important;
  }

  .static-page-content{
    margin: 30px 0px !important;
  }

  .concent-link {
    font-size: 14px !important;
    font-weight: 500;
  }
}