@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=Parkinsans:wght@300..800&display=swap');
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Archivo", sans-serif;
}
:root {
  --primary-color: #107351;
}
h1,h2,h3{ font-family: "Parkinsans", sans-serif;color: black;}
p{font-size: 18px;font-weight: 400;line-height: 28px;color: #555555;}
.container {
  max-width: 1300px;
}
section {
  padding-top: 70px;
  padding-bottom: 70px;
}
.font-16{font-size: 16px;font-weight: 400;line-height: 24px;}
.mt-30{margin-top: 30px;}
.mb-30{margin-bottom: 30px}
.theme-btn{
  border-radius: 10px;
  text-transform: uppercase;
  padding: 9px 20px !important;
  font-weight: 600 !important;
  font-size: 16px;
}
.theme-btn-dark{
  background-color: var(--primary-color);
  color: #fff;
}
.theme-btn-dark:hover{
  background-color: var(--primary-color);
  color: #fff;
}
.theme-btn span{    margin-left: 5px;}
.theme-btn-light{
  background-color: #fff !important;
  color: var(--primary-color) !important;
}
.section-heading h3{
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 18px;
}
.section-heading h2{
  font-weight: 600;
  font-size: 40px;
  letter-spacing: -0.3px;
}
.section-heading-small h3{
  font-weight: 500;
  font-size: 30px;
  line-height: 40px;
}
.section-heading-small p{line-height: 30px;}
.section-heading span{
  color: var(--primary-color);
  font-size: 18px;
  font-weight: 600;
}
.subheading h3{font-size: 24px;font-weight: 500; color: black;}
.font-semibold{font-weight: 600 !important;}
ul li{list-style: none;}
/* ------------------------------------------------------------- */
/* Home About Us Services Clients Contacts */

/* header start */
header {
  background-color: #00000000;
  z-index: 1;
  position: absolute;
  width: 100%;
  top: 0;
  padding: 20px 18px;
}
.header .logo img{width: 195px;}

.header-item a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin-right: 15px;
}
.header-item a.active{color: #398B43 !important;}
.header-item a:hover{color: #398B43;}
/* header end */

/* banner section start */
.main-banner-sec{position: relative;}
.bannerslider-item{height: 100vh;}
.bannerslider-item img{width: 100%;}
.banner-content{
  position: absolute;
  top: 35%;
  max-width: 750px;
  color: #fff;
  transform: translateX(42%);
}
.banner-content h3{
  font-size: 45px;
  font-weight: 600;
  line-height: 60px;
  margin-bottom: 20px;
  color: #fff;
}
.banner-content p{color: #fff;font-weight: 500;    margin-bottom: 40px;}
.banner-btn{width: max-content;}
.banner-btn .theme-btn {text-transform: capitalize;font-size: 18px;}
.banner-btn .theme-btn span{
  margin-left: 18px;
}
.main-banner-sec .banner-slider .slick-dots { bottom: 35px;}
.main-banner-sec .banner-slider .slick-dots li {margin: 0;}
.main-banner-sec .banner-slider .slick-dots li button {background: #fff;width: 12px; height: 12px;}
.main-banner-sec .banner-slider .slick-dots li.slick-active button {background:var(--primary-color);width: 12px; height: 12px;}
.main-banner-sec .banner-slider .slick-dots li button:before {color: #fff;opacity: 1;border-radius: 0;   content: none;  }
.main-banner-sec .banner-slider .slick-dotted.slick-slider {margin-bottom: 0 !important;}
.slick-dotted.slick-slider {margin-bottom: 0  !important;}
 /* banner section end */
/* about section start */
.about-section{ background-image:  linear-gradient(105.94deg, #FFFFFF 4.1%, rgba(255, 255, 255, 0) 66.15%),url(../images/about-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.about-content{margin-top: 60px;}
.about-list-item{margin-bottom: 18px;}
.about-list-item img{width: 22px;}
.about-list-content p span{font-weight: 500;color: black;}
.about-left{padding-right: 44px;}
.about-left img{border-radius: 30px;}
.about-circle{ position: absolute;right: -26px;bottom: 44px;}
.about-circle img{width: 171px;}
/* about section start */

/* what we do start */
.what-we-do-card{background-color: #E8F1EE; border-radius: 20px;padding: 20px;box-shadow: 0px 4px 35px 0px #00000008;text-align: center;    height: 100%;}
.what-we-icon img{width: 76px;}
.what-we-content h3{    font-size: 20px;font-weight: 600; line-height: 28px;    margin-bottom: 18px;}
.what-we-content p{color: black; line-height: 26px;}
/* what we do end */
 /* why-choose-start */
 .why-choose-sec{background-image: url(../images/whychoose-bg.png); background-repeat: no-repeat;background-position: center center; background-size: cover;}
 .why-choose-list-content h4{font-size: 18px;font-weight: 600;line-height: 30px;color: var(--primary-color);}
 .why-choose-list{max-width: 400px;}
 .green-check{width: 20px;}
 .why-right-first{
  position: relative;
  z-index: 1;
 }
 .why-choose-right-sec img{width: 392px;}
 .why-right-second{    position: relative;
  z-index: 0;
  margin-right: 200px;
  margin-top: -250px;}
  .why-choose-arrow{    position: absolute;
    bottom: 0;
    right: 41%;
    width: max-content;}
  .why-choose-arrow img{width: 298px;}
 /* why-choose-end */
  
 /* step-by-step section */
 .step-by-step-card{    padding: 10px 28px;}
 .step-by-step-content{margin-top: 25px;}
 .step-by-step-content h3{font-size: 22px;font-weight: 500;color: var(--primary-color);}
 .step-by-step-content p{line-height: 26px;}
 .step-icon img{width: 113px;}
 .step-arrow-1{ position: absolute; width: max-content; top: 22%;}
 .step-arrow-1.left{ left: 28%;}
 .step-arrow-1.right{right: 28%;}
 .step-arrow-1 img{width: 102px;}
  /* step-by-step section end */
/*  non-compliance-start  */
.non-compliance-sec{background-image: url(../images/non-compliance.png);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
padding: 140px 0;
}
.know-more{width: max-content;}
.non-compliance-heading{display: flex;flex-direction: column;justify-content: center;align-items: center;    gap: 25px;}
.non-compliance-heading h3{
  font-weight: 600;
  font-size: 48px;
  letter-spacing: -0.3px;
  color: #fff;
  line-height: 64px;

}
.non-compliance-heading p{font-size: 18px;font-weight: 500;line-height: 28px;color: #fff;}
.know-more .theme-btn span{    margin-left: 18px;}
/*  non-compliance-end  */

/* footer style*/
footer{
  padding-top: 70px;
  background-color: #E8F1EE;
  color: #000000;
}
.flogo img{
  width: 195px;
}
.footer-icons a{    background-color: var(--primary-color);
  color: #fff;
  width: 41px;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  text-decoration: none;
}
.footer-icons a i {
  color: #ffffff;
  font-size:20px;
}

.footer-item h5{
font-size: 18px;
font-weight: 600;
line-height: 21.76px;


}
.footer-links{
  list-style: none;
  padding-left: 0;
}

.footer-links li a{
font-size: 15px;
font-weight: 400;
line-height: 40px;
color: #555555;
text-decoration: none;
}
.footer-links span{
  margin-right: 11px;
}
.footer-content p{
font-size: 16px;
font-weight: 400;
line-height: 24px;
color: #555555;
max-width: 339px;
}
.footer-content h5{
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #000000;
  font-family: "Archivo", sans-serif;
  
  }
  .subscribe {
    background-color: #fff;
    border-radius: 12px;
    display: flex;
    padding: 17px;
    align-items: center;
    justify-content: space-between;
    height: 75px;
    border: 1px solid #CCD0CF;

}
.subscribe input{
  border: none;
  background-color: transparent;

font-size: 16px;
font-weight: 400;
color: #555555;
}
.subscribe input:focus{
  border: none;
  outline: none;

}
.subscribe .btn-subscribe{

font-size: 16px;
border: none;
background: transparent;
font-weight: 600;
color:#000000;

}

.contact-info h5{
  font-size: 16px;
  font-weight: 800;
  margin-top: 20px;
}
.right-contact p{font-size: 16px;font-weight: 400;}
.right-contact span{
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}
.contact-info {
  margin-bottom: 25px;
}
.subscribe-top{
  font-size: 16px;
  font-weight: 800;
  
  }
.footer-item-content {
  gap: 101px;
}
.footer-bottom {
  border-top: 1px solid #107351;
  padding-top: 26px;
  padding-bottom: 30px;
  margin-top: 30px;
}
.footer-bottom p{
font-size: 15px;
font-weight: 400;
color: black;
}
.footer-bottom-content{
  display: flex;
}

/* footer end */


/* other pages */

/* breadcrumb section */
.breadcrumb-sec{
  background-image: url('../images/breadcrum.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.breadcrumb-sec::before{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000099;
    z-index: 0;
}
.breadcrumb-content{    padding-top: 100px;}
.breadcrumb-content h3{font-size: 45px;
  font-weight: 500;
  color: #fff;}
  .breadcrumb-content p{font-size: 18px;
    font-weight: 400;
    color: #fff;}
/* breadcrumb end */

/* about page start */
.about-page-content{margin-top: 30px;}
.about-page-about-left{padding: 0 50px;}
.about-page-about-left img{border-radius: 30px;}
.aboute-message{background-color: #E8F1EE;border-radius: 10px;padding: 20px 65px;text-align: center;}
.about-bhavesh-sec{background-color:#F5F5F5 ;}
.aboute-message-bhavesh{background-color: #E8F1EE;border-radius: 10px;padding: 20px;}

/* about page end */
.pharmacy-document-content p{line-height: 30px;color: black; margin-bottom: 30px;}
.btn-underline{    padding: 0;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid var(--primary-color);
  color: var(--primary-color);
  border-radius: 0;}
  .add-to-cart{width: max-content;margin-top: 40px;}
  .add-to-cart .theme-btn {
    padding: 13px 30px !important;
}
.add-to-cart .theme-btn span{margin-left: 20px;}


/* doument slider */
.product-img-slide {
  display: block;
  width: 100%;
}

/* Default (Desktop View) */
.product-img-slide .slider-for {
  width: 100%;
  float: right;
  padding: 22px 35px;
  background: #E8F1EE;
  overflow: hidden;
}
.product-img-slide .slider-nav {
  width: 15%;
  float: left;
}
.product-img-slide .slider-nav .thumb-slide {
  padding: 4px;
  margin-bottom: 12px;
  background: #E8F1EE;
  overflow: hidden;
}
.product-img-slide .slider-nav .thumb-slide:last-child {
  margin-bottom: 0;
}
.product-img-slide .slider-nav .thumb-slide.slick-current {
  border-color: #ddd;
}
.product-img-slide .slider-nav .thumb-slide img {
  max-width: 80px;
}
.product-img-slide .slick-slide img {
  margin: 0 auto;
  width: 100%;
}
.product-img-slide .slider-nav .slick-arrow.slick-next {
  display: none;
}



/* dme page */

.why-dme-sec{
  background-image: url(../images/trust-full.png);
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 43px 24px;
}
.why-dme-content{max-width: 742px;}
.dme-step-card{background-color: #E8F1EE; border-radius: 20px;padding:40px 30px;box-shadow: 0px 4px 35px 0px #00000008;text-align: center;position: relative;height: 100%;}
.dme-step-icon img{width: 70px;}
.dme-step-content h4{    font-size: 20px;font-weight: 500; line-height: 28px;    margin-bottom: 18px; color: #000000;}
.dme-step-content p{color: black;}
.step-numbering{    position: absolute;right: 30px; top: 30px;}
.step-numbering h4{font-size: 32px;font-weight: 500;color: #0000001A;
}

.dme-why-choose .section-heading h2{font-size: 34px;}
.dme-why-choose .step-by-step-content {
  margin-top: 30px;
}
.dme-why-choose .step-by-step-card {
  padding: 10px 48px;
}
.get-started-inner{background-color: var(--primary-color);
background-image: url(../images/get-started-bg.png);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
border-radius: 30px;
padding:40px 30px;
}
.get-started-inner-content{  max-width: 884px;  text-align: center;display: flex;flex-direction: column;justify-content: center;align-items: center; gap:15px;}
.get-started-inner-content h3{
  font-weight: 600;
  font-size: 48px;
  color: #fff;
  }
  .get-started-inner-content p{font-weight: 500;}
  .tools-list{width: 421px;}
  .tools-list-ul{padding: 0;}
  .tools-list-ul li{
    background-color: var(--primary-color);
    padding: 15px 18px;
  }
  .tools-list-ul li:last-child {padding-bottom: 30px;}
  .tools-list-ul li.active{background-color: #0C6144;border-left: 4px solid #2EA77D;}
  .tools-list-ul li a{font-size: 17px;font-weight: 500; color: #fff;text-decoration: none;}
  .tools-list-ul li a span {
    opacity: 0.5;
    margin-right: 16px;
    font-size: 20px;
}
.tools-list-ul li.active a span {
  opacity: 1;
}
.tools-content-outer{border-bottom: 1px dashed black;
  padding-bottom: 15px;margin-bottom: 30px;}
 
  .tools-content a {
    color: #1567E2;
    word-break: break-word;
    white-space: normal;
    overflow-wrap: break-word;
    display: inline-block;
}
.tools-content h3{
  font-weight: 600;
  font-size: 18px;
  line-height: 31px;
  }
  .tools-content-icon img{width: 12px;    margin-top: 4px;}
  .ractangle-list{    width: 10px;
    margin-top: 6px;}
    .tooles-sub-content p{font-family: "Parkinsans", sans-serif;}
    .tool-link {margin-bottom: 15px;}
    .tools-list-left {
      position: sticky;
      top: 100px; 
      align-self: flex-start; 
  }
  .border-dashed-bottom{ border-bottom: 1px dashed black;}
  .faq-heading-top {
    padding-bottom: 30px;
}
 .faq-heading h3{
  font-size: 24px;
    font-weight: 500;
    border-left: 4px solid green;
    padding: 6px;
    padding-left: 16px;
 }  
 .faq-content-top{margin-top: 40px;}

.faq-content-top .accordion-item:first-of-type .accordion-button {
 font-size: 16px;
 font-family: "Archivo", sans-serif;
 font-weight: 400;
 background: #E8F1EE;
 border-radius: 15px;
 border: 1px solid #DDDDDD;color: black;}
 .faq-content-top .accordion-button.collapsed{
  font-size: 16px;
  font-family: "Archivo", sans-serif;
  font-weight: 400;
  background: #E8F1EE;
  border-radius: 15px;
  border: 1px solid #DDDDDD;color: black;}
  .faq-content-top .accordion-button:not(.collapsed){
    font-size: 16px;
    font-family: "Archivo", sans-serif;
    font-weight: 400;
    background: #E8F1EE;
    border-radius: 15px;
    border: 1px solid #DDDDDD;color: black;}




 .faq-content-top .accordion-item:last-of-type .accordion-button.collapsed {border-radius: 15px;}
 .faq-content-top .accordion-item{border: none;}
 .faq-content-top .faq-heading{margin-bottom: 30px;}
 .accordion-button:focus {border: none;box-shadow: none;}
  
/* faq-contact-section start */
.faq-contact-section{background-color: #F5F5F5;}

/* faq-contact-section end */
 /* contact section */
 .contact-detail-sec img{width: 45px;}
  .contact-detail h6{
  margin-bottom: 7px;
  text-transform: uppercase;
  color: #4D8B55;
  font-size: 16px;
  font-weight: 500;
  }
  .contact-detail p{color: #000229;}
  .contact-content{
    padding-right: 50px;
  }
  .contact-detail-sec{
    margin-top: 35px;
  }
  .contact-form .form-control {
    color: #555555;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    border-radius: 10px;
    border: none;
    padding: 12px 16px;
  }
  .form-control:focus {
  box-shadow: none;
  border: 1px solid #000000;
  }
  .contact-right {
    padding: 40px;
    background-color: #F5F5F5;
}
.contact-detail-sec img{width: 45px;}
  .contact-detail h6{
  margin-bottom: 7px;
  text-transform: uppercase;
  color: #398B43;
  font-size: 14px;
  font-weight: 600;
  }
  .contact-detail p{color: #000229;}
  .contact-content{
    padding-right: 50px;
  }
  .contact-detail-sec{
    margin-top: 35px;
  }
  .contact-form .form-control {
    color: #555555;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 19px;
    border-radius: 10px;
    border: none;
    padding: 16px 18px;
  }
  .form-control:focus {
  box-shadow: none;
  border: 1px solid #000000;
  }
  .contact-right {
    padding: 40px;
    background-color: #F5F5F5;
}
.contact-right-heading h5{font-size: 24px;font-weight: 600;color: #000229;font-family: "Parkinsans", sans-serif;}
.faq-contact-right-card{background-color: var(--primary-color);text-align: center;    max-width: 387px;}
.faq-phone img{width: 29px;}
.faq-contact-right-card-content{padding: 40px 28px;}
.faq-contact-sectio-left {
  padding-right: 48px;
}
.mb-40{margin-bottom: 40px;}

.contac-right-outer{padding-left: 30px;}
.map-container iframe{width: 100%;height: 371px;}
.bannerslider-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.breadcrumb-content p a{text-decoration: none !important;}
/*.theme-btn:focus{
  color: #fff;
}*/
.custom-logo{
      width: 195px;
    height: 54px;
}
.add-to-cart p{position: relative;}
.add-to-cart input{
   font-weight: 600 !important;
    font-size: 16px;
    border-radius: 10px;
    background-color: var(--primary-color);
    color: #fff;
    padding: 13px 60px 13px 29px !important;
}
.add-to-cart input:hover{
    background-color: var(--primary-color);
    color: #fff;
}
.add-to-cart .submit-left-icon-form{
    position: absolute;
    right: 125x;
    left: 55%;
    bottom: 24%;
}

.subscribe form {display: flex;gap: 40px;    width: 100%;}
input.termsdecline {
    display: none;
}
.wptp-acknowledgement-check-box{
  margin:0px 0px !important;
}

/*login btn*/

.ld-login-button {
      border-radius: 10px !important;
    text-transform: uppercase !important;
    padding: 11px 20px !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    position: relative;
    padding-right: 52px !important;
}

.ld-icon-login:before {
    content: "";
    display: none;
}
.ld-login-button::after{
content: "" !important;
    position: absolute;
       right: 21px;
    top: 48%;
    transform: translateY(-50%);
    width: 24px !important;
    height: 24px !important;
    background-image: url('../images/right-direction.png') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    left: auto !important;
}
.ld-icon-arrow-right:before {
    content: "";
    display: none !important;
}

/*registration from*/

/* Container row for inputs */
.ldregister .learndash-registration-field {
  width: 48%;
  display: inline-block;
  vertical-align: top;
  margin-right: 4%;
  margin-bottom: 20px;
}

/* Make sure every second input doesn't have extra margin */
.ldregister .learndash-registration-field:nth-of-type(2n) {
  margin-right: 0;
}

/* Make full width on smaller screens */
@media screen and (max-width: 768px) {
  .ldregister .learndash-registration-field {
    width: 100%;
    margin-right: 0;
  }
}

/* Optional: Make submit button full width on small screens */
@media screen and (max-width: 768px) {
  .ldregister #wp-submit {
    width: 100%;
  }
}


.learndash-registration-field input{

    color: #555555;
    font-size: 16px !important;
    font-weight: 400 !important;
    border-radius: 10px !important;
    border: none !important;
    padding: 10px 18px !important;
    margin-bottom: 0 !important;
}
.learndash-registration-field label{
  color: black !important;
}
.registration-login{
  font-size: 24px;
    font-weight: 600;
    color: #000229;
    font-family: "Parkinsans", sans-serif;
    margin-bottom: 30px !important;
}
.registration-login a{color: var(--primary-color) !important;}
.learndash-wrapper #learndash-registration-wrapper #learndash_registerform #wp-submit {
  border-radius: 10px !important;
    text-transform: uppercase;
    padding: 9px 20px !important;
    font-weight: 600 !important;
    font-size: 16px !important;
        background-color: var(--primary-color) !important;
    color: #fff !important;
    border: none !important;
    max-width: 200px;
    position: relative ;
    margin-bottom:0 !important;
    margin-top: 20px !important;

}
/*.learndash-wrapper #learndash-registration-wrapper #learndash_registerform #wp-submit::after{
  content: "" !important;
    position: absolute;
       right: 21px;
    top: 48%;
    transform: translateY(-50%);
    width: 24px !important;
    height: 24px !important;
    background-image: url('../images/right-direction.png') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    left: auto !important;
}*/

#learndash-reset-password-wrapper form label {
    color: black !important;
    margin-bottom: 20px !important;

}
.learndash-wrapper #learndash-reset-password-wrapper form input {
      color: #555555;
    font-size: 16px !important;
    font-weight: 400 !important;
    border-radius: 10px !important;
    border: none !important;
    padding: 10px 18px !important;
    margin-bottom: 0 !important;
}

.learndash-wrapper #learndash-reset-password-wrapper form input[type="submit"] {
  border-radius: 10px !important;
    text-transform: uppercase;
    padding: 9px 20px !important;
    font-weight: 600 !important;
    font-size: 16px !important;
        background-color: var(--primary-color) !important;
    color: #fff !important;
    border: none !important;
    position: relative ;
    margin-bottom:0 !important;
    margin-top: 20px !important;
}
.comment-respond{display: none !important;}

/*product edtail page zoom image*/
.woocommerce-product-gallery .woocommerce-product-gallery__image {
    pointer-events: none;
}

.woocommerce-product-gallery .zoom {
    display: none !important;
}

/*hide search icon on deatil page*/
a.woocommerce-product-gallery__trigger {
    display: none;
}
/*hide qunatity button icon on cart page*/
.wc-block-components-quantity-selector {
    display: none !important;
}

/*hide quantity count form checkout page*/
.wc-block-components-order-summary-item__quantity {
    display: none !important;
}

/* Targeting the Proceed to Checkout Button */
.wc-block-components-button.wc-block-cart__submit-button {
    background-color: var(--primary-color) !important; 
    color: #fff !important;
    padding: 14px 32px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    border-radius: 8px !important;
    border: none !important;
    display: inline-block !important;
    text-decoration: none !important;
}


/* Button Text Style */
.wc-block-components-button__text {
    font-size: 16px;
    font-weight: bold;
}


/* Style Add to Cart buttons site-wide */
.woocommerce a.button.add_to_cart_button,
.woocommerce a.button.product_type_simple,
.woocommerce button.single_add_to_cart_button,
.woocommerce ul.products li.product .button {
    background-color: var(--primary-color) !important;         
    color: #fff  !important;           
    padding: 12px 24px ;                
    font-size: 16px !important;                   
    border: none !important;                      
    border-radius: 8px !important;               
    text-transform: uppercase !important;         
    font-weight: bold !important;
    transition: all 0.3s ease !important;
}
.single_add_to_cart_button{position: relative; padding:12px !important;   padding-right: 56px !important;
}
.single_add_to_cart_button::after{
  content: "" !important;
    position: absolute;
       right: 21px;
    top: 48%;
    transform: translateY(-50%);
    width: 24px !important;
    height: 24px !important;
    background-image: url('../images/right-direction.png') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    left: auto !important;

}


/*product slider page new*/
.entry-summary{width: 100% !important;}
.pharmacy-subheading{    font-size: 24px !important;
    font-weight: 500 !important;
    color: black !important;}
    .pharmacy-document-content-new p{
      font-size: 18px;
    line-height: 30px;
    color: black;
    margin-bottom: 20px;
    }
    .woocommerce ul.products li.product .button {color: #fff;padding-right: 56px;}
    .woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
      color: #555555 !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    margin-bottom: 0 !important;
    }
    .woocommerce ul.products li.product .button::after{
        content: "" !important;
    position: absolute;
       right: 21px;
    top: 48%;
    transform: translateY(-50%);
    width: 24px !important;
    height: 24px !important;
    background-image: url('../images/right-direction.png') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    left: auto !important;

    }

/* Hide the 'Get Started' course status segment */
.ld-course-status-seg-action.status-free {
    display: none !important;
}

.ld-course-status-segment.ld-course-status-seg-price.ld-course-status-mode-free {
    display: none;
}
.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled > * {
    border-right: none !important;
}
.ld-course-status-seg-action,
.ld-course-status-seg-price {
    visibility: hidden !important;
}
.profile-btn{
  border-radius: 10px;
  text-transform: uppercase;
  padding: 9px 20px !important;
  font-weight: 600 !important;
  font-size: 16px;
}
.profile-btn span{    margin-right: 5px !important;}

.ribbon {
    display: none !important;
}
.border-bottom-black{border-bottom: 1px solid black;}
.what-we-content h4{    font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 18px;
  color: #000000;}
  .what-we-icon img {
    width: 65px;
}
.what-we-card{
  background-color: #E8F1EE;
  border-radius: 20px;
  padding: 30px 35px;
  box-shadow: 0px 4px 35px 0px #00000008;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.what-we-card-content{gap: 25px;}

/*login page*/
.login-submit input[type="submit"] {
 border-radius: 10px !important;
    text-transform: uppercase;
    padding: 9px 20px !important;
    font-weight: 600 !important;
    font-size: 16px !important;
        background-color: var(--primary-color) !important;
    color: #fff !important;
    border: none !important;
    position:  relative !important ;
    margin-bottom:0 !important;
    margin-top: 20px !important;


}


.login-submit {
    position: relative;
    display: inline-block;
}

#wp-submit {
    padding-right: 40px !important; 
    position: relative;
    z-index: 1;
}

.login-submit::after {
    content: "";
    position: absolute;
      right: 10px;
    top: 63%;
    width: 20px;
    height: 20px;
    background-image: url('../images/right-direction.png'); /* your icon */
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
    pointer-events: none;
}
.ld-registration__register-link{color: var(--primary-color) !important}
.ld-registration__forgot-password a{color: var(--primary-color) !important}
.ld-registration__login-link{color: var(--primary-color) !important}
.ld-registration__register-submit-wrapper input{
   border-radius: 10px !important;
    text-transform: uppercase;
    padding: 9px 20px !important;
    font-weight: 600 !important;
    font-size: 16px !important;
        background-color: var(--primary-color) !important;
    color: #fff !important;
    border: none !important;
    position:  relative !important ;
    margin-bottom:0 !important;
    margin-top: 20px !important;
    padding-right: 40px !important;
}
.ld-registration__register-submit-wrapper{    position: relative;
    display: inline-block;}
.ld-registration__register-submit-wrapper::after {
    content: "";
    position: absolute;
      right: 10px;
    top: 50%;
    width: 20px;
    height: 20px;
    background-image: url('../images/right-direction.png'); /* your icon */
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
    pointer-events: none;
}
.ld-form .ld-form__field{background-color: #fff !important; color:black !important;}
.ld-password-strength__hint{
  color: #555555 !important;
  margin-top: 10px !important;
      font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 28px !important;

}
.wp-element-button{
   border-radius: 10px !important;
    text-transform: uppercase;
    padding: 9px 20px !important;
    font-weight: 600 !important;
    font-size: 16px !important;
        background-color: var(--primary-color) !important;
    color: #fff !important;
    border: none !important;
    position:  relative !important ;
    margin-bottom:0 !important;
    margin-top: 10px !important;
    padding-right: 40px !important;
        display: inline-block;

}
.wp-element-button {
    background-image:url('../images/right-direction.png'); 
 background-position: right 12px center; 

    background-size: 22px 22px;
    background-repeat: no-repeat;

}
.ld-registration__p a{color: var(--primary-color) !important}
.learndash-wrapper .ld-expand-button {border-radius: 10px !important;}
.learndash-wrapper .ld-status {border-radius: 10px !important;}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {margin: 0 10px !important;    border: 1px solid #ddd;
    border-radius: 20px;
    overflow: hidden;
}
.woocommerce ul.products li.product a img {height: 200px !important;object-fit: cover;}
.product-details{
      padding: 0px 20px 20px 20px;

}
.woocommerce-ordering select{
      color: #555555;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 19px;
    border-radius: 10px;

    padding: 13px 18px;
    border: 1px solid #ddd;
}
.woocommerce-ordering select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='none' stroke='%23555555' stroke-width='1.5' d='M1 1l4 4 4-4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 15px 11px;
}
.is-form-style input.is-search-input {border-radius: 10px !important;padding: 13px 18px !important;height: unset !important;}
.checkout-button {background-color: var(--primary-color) !important;}
.woocommerce div.product div.images .flex-control-thumbs {
   margin-top: 16px !important;
}
.woocommerce div.product div.images .flex-control-thumbs li{margin-right: 10px !important;    margin-bottom: 10px !important;}
.woocommerce div.product div.images {
    margin-bottom: 0 !important;
}
/* product slider css */
.woocommerce div.product div.images img {

    height: 500px !important;
}
.woocommerce div.product div.images .flex-control-thumbs li img {    height: 130px !important;
    width: 130px !important;}
    .woocommerce div.product div.images .flex-control-thumbs li {
    width: 23% !important;
    }
/* login popup */
.learndash-wrapper.ld-modal-open .ld-modal {
    position: fixed;

}