.no-border {
  border: none !important;
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.Easylax_FloatingBlock {
  position: fixed;
  right: 10px;
  bottom: 90px;
  z-index: 2;
}
.Easylax_FloatingBlock .btn-cart {
  height: 50px;
  width: 50px;
  background: url(../images_easylaxl/btn-cart.png) no-repeat center center;
  background-size: 100%;
  position: relative;
  z-index: 2;
  cursor: pointer;
  opacity: 1 !important;
}
.Easylax_FloatingBlock .btn-cart.active {
  background: url(../images_easylaxl/btn-cart-close.png) no-repeat center center;
  background-size: 100%;
}

.cart-box {
  position: absolute;
  right: 10px;
  bottom: 35px;
  background: #ffffff;
  width: 170px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 8px 7px 6px rgba(102, 102, 102, 0.3);
  z-index: 1;
  /* display: none; */
}
.cart-box h2 {
  color: #ffffff;
  background: #a9cc34;
  background: linear-gradient(
    167deg,
    rgba(169, 204, 52, 1) 8%,
    rgba(104, 161, 54, 1) 44%
  );
  font-size: 18px;
  padding: 10px;
  line-height: normal;
  margin: 0;
  text-align: center;
}
.cart-box ul {
  padding: 0 10px;
  margin: 0;
  list-style: none;
}
.cart-box ul li {
  padding: 10px 0;
  margin: 1px 0;
  border-top: 1px solid #231f20;
}
.cart-box ul li:first-child {
  border: none;
}
.cart-box ul li img {
  display: inline-block;
  height: auto;
  width: auto;
  max-width: 120px;
}

.Easylax_bannerSec {
  float: left;
  width: 100%;
  overflow: hidden;
  margin-top: 68px;
}
.Easylax_bannerSec .slick-slider {
  margin: 0;
}
.Easylax_bannerSec .slick-dots {
  bottom: 20px;
}

.Easylax_bannerSec .slick-dots li button {
  height: 10px;
  width: 10px;
  position: relative;
  background: #7cbadc;
  border-radius: 50%;
}
.Easylax_bannerSec .slick-dots li button:before {
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  border: 1px solid #7cbadc;
  opacity: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.Easylax_bannerSec .slick-dots li.slick-active button {
  background: #008044;
}
.Easylax_bannerSec .slick-dots li.slick-active button:before {
  border-color: #008044;
  opacity: 1;
}

.Easylax_bannerSec img {
  width: 100%;
}

.Easylax_bannerSec .show-desktop {
  display: block;
}
.Easylax_bannerSec .show-mobile {
  display: none;
}

@media screen and (max-width: 991px) and (orientation: portrait) {
  .Easylax_bannerSec .show-desktop {
    display: none;
  }
  .Easylax_bannerSec .show-mobile {
    display: block;
  }

  .Easylax_FloatingBlock {
    bottom: auto !important;
    top: 50%;
  }
}

.Easylax_manufacturing {
  padding: 90px 0;
  color: #12733b;
  font-family: "Poppins";
}

.Easylax_manufacturing h2 {
  font-family: "Poppins";
  font-size: 28px;
  font-weight: 600;
  margin: 0 0 20px 0;
}

.Easylax_manufacturing p {
  margin: 0 0 40px 0;
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 300;
}

.Easylax_manufacturing ul {
  margin: 0 0 40px 0;
  padding: 0;
  list-style: none;
}

.Easylax_manufacturing ul li {
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 15px;
}

.Easylax_about {
  background-color: #f2f2f2;
  padding: 90px 0 0px;
  clear: both;
}

.Easylax_aboutSec,
.order-now-section-outer {
  border: 2px solid #12743b;
  border-radius: 15px;
  padding: 15px;
  position: relative;
}

.Easylax_aboutSec::before,
.order-now-section-outer::before {
  content: "";
  width: 40%;
  height: 5px;
  background: #fff;
  display: block;
  position: absolute;
  left: 50%;
  top: -3px;
  transform: translateX(-50%);
  display: block;
}
.Easylax_aboutSec::after,
.order-now-section-outer::after {
  content: "";
  width: 40%;
  height: 5px;
  background: #fff;
  display: block;
  position: absolute;
  left: 50%;
  bottom: -3px;
  transform: translateX(-50%);
  display: block;
}

.Easylax_parasec p {
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
}

.Easylax_parasec .Easylax_sectionTitle {
  font-family: "Poppins";
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
  color: #58595b;
  text-align: center;
  display: inline-block;
  background: #ffffff;
  float: none;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 30px;
  width: auto;
  margin: 0 0 40px 0;
}
.Easylax_parasec .Easylax_sectionTitle span {
  display: inline-block;
  height: 32px;
  width: 32px;
  /* border-radius: 50%;
  background: rgb(211, 214, 39);
  background: linear-gradient(
    156deg,
    rgba(211, 214, 39, 1) 20%,
    rgba(104, 161, 54, 1) 50%
  );
  color: #231f20; */
}
.Easylax_parasec .Easylax_sectionTitle span img {
  width: 100%;
  height: auto;
  display: inline-block;
}
.Easylax_parasec,
.order-now-section-inner {
  background: rgb(169, 204, 52);
  background: linear-gradient(
    167deg,
    rgba(169, 204, 52, 1) 8%,
    rgba(104, 161, 54, 1) 44%
  );
  border-radius: 10px;
  padding: 15px;
  padding: 50px 50px;
  text-align: center;
}

.order-now-section-inner{
  padding: 20px 50px 50px 50px;
}

img {
  max-width: 100%;
}

.Easylax_causes h2 {
  font-family: "Poppins";
  font-size: 34px;
  font-weight: bold;
  color: #985023;
  text-align: center;
  margin-bottom: 40px;
}

.Easylax_howWork .col-md-4 {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.Easylax_howWork .Easylax_sectionTitle {
  color: #59595c;
  margin-bottom: 40px;
  text-align: center;
  font-size: 30px;
  line-height: normal;
}
.Easylax_howWork .Easylax_sectionTitle span {
  display: inline-block;
  height: 32px;
  width: 32px;
  /* border-radius: 50%;
  background: #d3d627;
  background: linear-gradient(
    156deg,
    rgba(211, 214, 39, 1) 20%,
    rgba(104, 161, 54, 1) 50%
  );
  color: #231f20; */
}
.Easylax_howWork h3 {
  font-family: "Poppins";
  font-size: 24px;
  font-weight: bold;
  color: #048043;
  padding-bottom: 25px;
  display: flex;
  flex-direction: column;
}

.Easylax_howWork p {
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 300;
  color: #58595b;
  line-height: 27px;
  padding-top: 20px;
}

.Easylax_howWork h3 span {
  margin: auto;
  max-width: 380px;
  min-height: 78px;
}

.Easylax_howWork h3::after {
  content: "";
  width: 50%;
  height: 3px;
  background: #f3b01c;
  display: block;
  position: relative;
  margin-left: 25%;
}

.Easylax_howWork img {
  max-width: 400px;
  margin: auto;
  width: 100%;
}

.Easylax_causes h3 {
  font-family: "Poppins";
  font-size: 24px;
  font-weight: bold;
  color: #048043;
}

.Easylax_itemCon {
  float: left;
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 35px 0;
}

.Easylax_border-raight-50::after {
  content: "";
  width: 3px;
  background: #985023;
  height: 70%;
  position: absolute;
  display: block;
  top: 15%;
  right: 0px;
}

.Easylax_causes h2 {
  color: #048043;
}

.Easylax_howWork {
  background: #f2f2f2;
  padding: 90px 0;
}

.Easylax_product {
  padding: 90px 0;
}

.Easylax_product .Easylax_sectionTitle {
  font-family: "Poppins";
  font-size: 70px;
  font-weight: bold;
  color: #221e1f;
  text-align: left;
  text-transform: uppercase;
}

.Easylax_productImage {
  position: relative;
  display: flex;
  flex-direction: column;
}

.Easylax_productImage img {
  max-width: 90%;
  margin: 0 auto;
}

.Easylax_mrp {
  text-align: center;
  margin-top: 60px;
}

.Easylax_mrp h3 {
  border-radius: 5px;
  font-family: "Poppins";
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  background: #448f42;
  display: none;
  padding: 10px 25px;
}
.Easylax_mrp h3.active {
  display: inline-block;
}
.Easylax_mrp p {
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 500;
  color: #59595c;
  padding-top: 5px;
}
.Easylax_pacsize {
  text-align: center;
  padding: 20px 0 0 0;
}
.Easylax_pacsize h3 {
  border-radius: 5px;
  font-family: "Poppins";
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background: #448f42;
  display: inline-block;
  padding: 10px 25px;
}

.Easylax_btn_holder {
  display: flex;
  padding: 20px 0 0 0;
  justify-content: center;
}
.Easylax_btn_holder a {
  display: inline-block;
  padding: 10px 25px;
  border: 1px solid #dbd11f;
  font-size: 22px;
  font-weight: 800;
  color: #cccccc;
  margin: 0 8px;
  border-radius: 4px;
  text-decoration: none;
}
.Easylax_btn_holder a.active {
  border-color: #448f42;
  color: #808285;
}
.Easylax_productDetails {
  border-top: 3px solid #dbd11f;
  padding-top: 30px;
  clear: both;
}

.Easylax_productDetails h2,
.Easylax_dosage h2,
.Easylax_storage h2 {
  font-family: "Poppins";
  font-size: 28px;
  font-weight: bold;
  color: #59595c;
  float: none;
  width: 100%;
  line-height: normal;
}

.Easylax_storage {
  margin-top: 30px;
}

.Easylax_storage h2,
.Easylax_dosage h2 {
  margin-top: 35px;
}

ul.Easylax_list-bullet {
  margin: 35px 0;
  padding: 0;
  list-style: none;
}

ul.Easylax_list-bullet li {
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 300;
  color: #59595c;
  line-height: 27px;
  padding-left: 35px;
  background: url(../images_easylax/dot.png) no-repeat left 6px;
}

.Easylax_storageCon {
  border-top: 3px solid #dbd11f;
  float: left;
  width: 100%;
}

.Easylax_storageCon img {
  margin: 35px 0 25px 0;
  float: left;
}

.Easylax_dosage ul {
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* border-bottom: 3px solid #dbd11f; */
}

.Easylax_dosage ul li {
  flex: 0 0 auto;
  margin-bottom: 30px;
  width: 45%;
}

.Easylax_dosage ul li h3 {
  font-family: "Poppins";
  font-size: 25px;
  font-weight: 500;
  color: #048043;
  padding-bottom: 10px;
  line-height: normal;
}

.Easylax_dosage ul li p,
.Easylax_storageCon p {
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 300;
  color: #59595c;
  line-height: 27px;
}

.Easylax_storage-right p {
  line-height: 40px;
  margin-top: 35px;
}

.Easylax_productDetails ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 3px solid #dbd11f;
}

.Easylax_productDetails ul li {
  margin-bottom: 28px;
}

.Easylax_productDetails ul li h3 {
  font-family: "Poppins";
  font-size: 30px;
  font-weight: 500;
  color: #448f42;
  margin-bottom: 30px;
}

.Easylax_productDetails ul li .Easylax_Ingredients {
  display: flex;
  align-items: center;
}

.Easylax_productDetails ul li .Easylax_Ingredients .Easylax_imagese {
  max-width: 110px;
  min-width: 110px;
  text-align: center;
  margin-right: 40px;
  font-size: 22px;
  font-family: "Poppins";
  font-weight: 1000;
  color: #59595c;
}

.Easylax_productDetails ul li .Easylax_Ingredients .Easylax_imagese span {
  margin-top: 18px;
  float: left;
  text-align: center;
  width: 100%;
}

.Easylax_productDetails ul li .Easylax_Ingredients p {
  text-align: left;
  font-size: 18px;
  font-family: "Poppins";
  font-weight: 300;
  color: #59595c;
  line-height: 27px;
  max-width: 380px;
}

.mt-0 {
  margin-top: 0px !important;
}

@media (min-width: 1400px) {
  .container {
    width: 1170px;
  }
}

@media (max-width: 1399px) {
  .Easylax_about,
  .Easylax_product,
  .Easylax_howWork,
  .Easylax_manufacturing {
    padding: 60px 0;
  }
}

@media (max-width: 992px) {
  .Easylax_about,
  .Easylax_product,
  .Easylax_howWork,
  .Easylax_manufacturing {
    padding: 50px 0;
  }
  .Easylax_bannerSec {
    margin-top: 55px;
  }
  .Easylax_howWork .col-md-4 {
    padding-bottom: 30px;
  }

  .Easylax_FloatingBlock {
    right: 10px;
    bottom: 20px;
  }
}

@media (max-width: 767px) {
  .Easylax_parasec {
    padding: 15px;
  }

  .Easylax_dosage ul li {
    width: 100%;
    flex: auto;
  }

  .Easylax_parasec .Easylax_sectionTitle {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .Easylax_parasec p,
  .Easylax_mrp p {
    font-size: 16px;
  }

  .Easylax_mrp h3,
  .Easylax_howWork .Easylax_sectionTitle {
    font-size: 28px;
  }

  .Easylax_pacsize h3 {
    font-size: 22px;
  }
  .Easylax_btn_holder a {
    font-size: 18px;
  }
  .Easylax_productDetails h2 .Easylax_dosage h2,
  .Easylax_storage h2 {
    font-size: 24px;
  }
  .Easylax_productDetails ul li h3 {
    font-size: 22px;
  }

  .Easylax_productDetails ul li .Easylax_Ingredients p {
    font-size: 16px;
    line-height: 24px;
  }

  .Easylax_dosage ul li h3 {
    font-size: 22px;
  }
  .Easylax_dosage ul li p,
  .Easylax_storageCon p,
  .Easylax_howWork p,
  .Easylax_manufacturing p,
  .Easylax_manufacturing ul li {
    font-size: 16px;
    line-height: 24px;
  }
}

@media all and (max-width: 575px) {
  .Easylax_bannerSec .slick-dots {
    bottom: -10px;
  }
  .Easylax_bannerSec .slick-dots li.slick-active button:before {
    background-color: white;
  }

  .Easylax_bannerSec .slick-dots li.slick-active button {
    background-color: white;
  }
}

.Easylax_video {
  padding-bottom: 90px;
}

@media (max-width: 1399px) {
  .Easylax_about {
    padding: 60px 0 0px;
  }

  .Easylax_video {
    padding-bottom: 60px;
  }
}

@media (max-width: 992px) {
  .Easylax_about {
    padding: 50px 0 0px;
  }

  .Easylax_video {
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .Easylax_parasec .Easylax_sectionTitle {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}

@media (max-width: 575px) {
  .Easylax_parasec .Easylax_sectionTitle {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 30px;
    padding: 6px 18px;
  }

  .Easylax_parasec .Easylax_sectionTitle span {
    width: 24px;
    height: 24px;
  }

  .Easylax_parasec .Easylax_sectionTitle span img {
    width: 24px;
  }

  .Easylax_parasec p,
  .Easylax_mrp p {
    font-size: 15px;
  }
}

@media (max-width: 380px) {
  .Easylax_parasec {
    padding: 10px;
  }

  .Easylax_parasec .Easylax_sectionTitle {
    font-size: 15px;
    line-height: 24px;
    padding: 6px 12px;
  }

  .Easylax_parasec .Easylax_sectionTitle span img {
    width: 22px;
  }

  .Easylax_aboutSec {
    padding: 12px;
  }
}

.Easylax_video .ratio iframe {
  width: 70%;
  height: 350px;
}

@media (max-width: 1200px) {
  .Easylax_video .ratio iframe {
    width: 80%;
    height: 330px;
  }
}

@media (max-width: 991px) {
  .Easylax_video .ratio iframe {
    width: 100%;
    height: 300px;
  }
}

@media (max-width: 767px) {
  .Easylax_video .ratio iframe {
    height: 240px;
  }
}

@media (max-width: 575px) {
  .Easylax_video .ratio iframe {
    height: 200px;
  }
}

@media (max-width: 360px) {
  .Easylax_video .ratio iframe {
    height: 180px;
  }
}

/* ==================== INT UPDATES 05-01-2024 ==================== */

.disclaimer-text p {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 15px;
}

.order-now-section {
  padding-bottom: 90px;
}

.order-now-section .Easylax_sectionTitle {
  color: white;
  margin-bottom: 30px;
  text-align: center;
  font-size: 30px;
  line-height: normal;
  text-align: center;
}

.order-now-section .order-now-logo {
  -webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.15);
  padding: 10px;
  width: 100%;
  height: 120px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.order-now-section-wrapper {
  display: flex;
  gap: 30px;
}

.order-now-logo {
  width: calc(33% - 16px);
}

@media (max-width: 767px) {
  .Easylax_dosage ul li {
    width: 45%;
  }
}

@media (max-width: 575px) {
  .order-now-logo {
    width: 100%;
    margin-bottom: 20px;
  }

  .order-now-logo:last-child {
    margin-bottom: 0px;
  }

  .Easylax_dosage ul li h3 {
    font-size: 20px;
    line-height: 26px;
  }

  .Easylax_dosage ul {
    column-gap: 20px;
  }
}

/* ==================== INT UPDATES 07-01-2024 & 08-01-2024 ==================== */

.Easylax_bannerSec .slick-slide{
  position: relative;
}

.Easylax_bannerSec .slick-slide .easylax-banner-content{
  position: absolute;
  left: auto;
  right: 80px;
  top: auto;
  bottom: 100px;
  max-width: 550px;
}

.Easylax_bannerSec .slick-slide .easylax-banner-content-inner{
  display: flex;
  column-gap: 15px;
  justify-content: flex-end;
}

.Easylax_bannerSec .slick-slide .easylax-banner-content h3{
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  color: white;
  margin: 0px 0px 15px;
  padding: 0px;
  text-align: center;
}


.Easylax_bannerSec .slick-slide .easylax-banner-content .order-now-logo a{
  -webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.15);
  padding: 10px;
  width: 100%;
  height: 90px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  border: 5px solid white;
  transition: 0.3s all;

}

.Easylax_bannerSec .slick-slide .easylax-banner-content .order-now-logo a:hover{
  border: 5px solid #2e581f;
}

@media (max-width: 1200px) {
  .Easylax_bannerSec .slick-slide .easylax-banner-content{
    max-width: 430px;
    bottom: 70px;
  }
  .Easylax_bannerSec .slick-slide .easylax-banner-content .order-now-logo a{
    height: 70px;
  }
}

@media (max-width: 992px) {
  .Easylax_bannerSec .slick-slide .easylax-banner-content {
    max-width: 430px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 140px;
}
}

@media (max-width: 992px) {
  .Easylax_bannerSec .slick-slide .easylax-banner-content {
    bottom: 150px;
  }
    .Easylax_bannerSec .slick-slide .easylax-banner-content .order-now-logo a{
      height: 60px;
  }
}

@media (max-width: 767px) {
  .Easylax_bannerSec .slick-slide .easylax-banner-content {
    bottom: 110px;
  }
}

@media (max-width: 414px) {
  .Easylax_bannerSec .slick-slide .easylax-banner-content {
        max-width: 100%;
        left: 20px;
        right: 20px;
        margin: 0 auto;
        bottom: 60px;
        padding: 0px 15px;
    }

    .Easylax_bannerSec .slick-slide .easylax-banner-content .order-now-logo a{
      border-radius: 10px;
    }
}

@media (max-width: 380px) {
  .Easylax_bannerSec .slick-slide .easylax-banner-content .order-now-logo a{
    height: 40px;
    padding: 5px;
  }
}

@media (max-width: 321px) {
  .Easylax_bannerSec .slick-slide .easylax-banner-content{
    bottom: 40px;
  }
}


/* ================== EASYLAXL NEW PAGE DESIGN START 05-12-2024 ================== */

section{
  padding: 70px 0px;
}

.clients-logo-section,
.about-easylax-section,
.easylax-featured-section,
.how-easylax-works-section{
  padding-bottom: 0px;
}

.clients-logo-section{
  float: left;
  width: 100%;
}

.about-easylax-section{
  padding-top: 40px;
}


.clients-logo-wrapper{
    max-width: 950px;
    margin: 0 auto;
    gap: 80px;
    display: flex;
    padding: 0px 0px;
}

.clients-logo-text{
  width: 250px;
  flex: none;
  padding: 0px;
}

.clients-logo-items{
  display: flex;
  gap: 40px;
}

.clients-logo-item{
  width: calc(33% - 20px);
  padding: 0px;
}

.clients-logo-item a{
  display: inline-block;
  width: 100%;
}

.how-easylax-works-section {
  h2 {
    text-align: center;
  }
}

.how-easylax-content-items {
  max-width: 860px;
  margin: 0 auto 30px;
  display: flex;
  gap: 24px;
}

.how-easylax-content-item {
  width: calc(33% - 10px);
}

.pre-footer-section {
  padding: 0px;
}

.pre-footer-wrapper {
  background: #f5f5f5;
  border-radius: 30px;
  padding: 40px;
  margin-bottom: 20px;
}

.about-easylax-wrapper{
  background: #F5F5F5;
  border-radius: 30px;
  padding: 60px;
  display: flex;
  gap: 110px;
  align-items: center;
}

.about-easylax-content{
  width: 100%;
}

.about-easylax-video{
  width: 740px;
  flex: none;
}

.video-wrapper{
  height: 350px;
  border-radius: 30px;
}

.video-wrapper .video-item{
  height: 100%;
}

.video-wrapper .video-item .video-embed{
  height: 100%;
}

.video-wrapper .video-item .video-embed iframe{
  height: 100%;
  width: 100%;
  border-radius: 30px;
}

.about-easylax-video .views-exposed-form .form-type-select{
    display: flex
;
    align-items: center;
    /* margin-right: 0px; */
    justify-content: end;
    /* margin-left: auto; */
    float: initial
}

.about-easylax-video .views-exposed-form .form-type-select ul{
  display: flex;
  gap: 10px;
  margin: 0px 0px 0px 20px;
  padding: 0px;
  list-style: none;
}

.about-easylax-video .views-exposed-form .form-type-select ul li{
  list-style-type: none;
}

.about-easylax-video .views-exposed-form .form-type-select ul li a{ 
  display: inline-block;
  padding: 8px 15px;
  border-radius: 60px;
  border: 1px solid #595959;
  color: #595959;
  font-weight: 500;
  text-decoration: none;
}

.about-easylax-video .views-exposed-form .form-type-select ul li a:hover{
  text-decoration: none;
}

.about-easylax-video .views-exposed-form .form-type-select ul li a.bef-link--selected{
  background: #005DA7;
  color: white;
  border: 1px solid #005DA7;
}

.easylax-featured-heading{
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}

.easylax-featured-heading ul {
    list-style: none;
    border-radius: 60px;
    background: #02633A;
    padding: 6px 22px;
    display: flex;
    gap: 30px;
    justify-content: center;
}

.easylax-featured-heading ul li {
    position: relative;
    padding-left: 15px;
    color: white;
}

.easylax-featured-heading p{
  font-weight: 500;
  margin-bottom: 0px;
}

.easylax-featured-heading ul li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 8px;
  height: 8px;
  background-color: #CCD428;
  border-radius: 50%;
}

ul{
  list-style: none;
}

ul li{
  list-style-type: none;
}

figure{
  padding: 0px;
}

.easylax-featured-content{
  display: flex;
  gap: 0px;
}

.easylax-featured-image{
  width: 38%;
}

.easylax-featured-image:nth-child(2){
    width: 25%;
}

.container{
  width: 100%;
}

.how-easylax-item-image{
  margin-bottom: 15px;
}

.easylax-featured-logo{
  margin-bottom: 10px;
}

.about-easylax-section h2, .easylax-featured-section h2, .how-easylax-works-section h2{
  margin: 0px 0px 20px 0px;
}

.form-group{
  margin-bottom: 0px !important;
}

.d-none{
  display: none !important;
}

@media all and (min-width: 1368px) and (max-width: 1600px) {

  .container{
    max-width: 1320px;
  }

  section{
    padding: 50px 0px;
  }

  .about-easylax-video{
    width: 680px;
  }

  .about-easylax-wrapper{
    gap: 70px;
  }

  .about-easylax-video{
    width: 660px;
  }

  .about-easylax-wrapper{
    padding: 40px;
  }

}

@media all and (min-width: 1201px) and (max-width: 1367px) {

  .container{
     max-width: 1240px;
  }

  section{
    padding: 50px 0px;
  }

  .about-easylax-wrapper{
    gap: 80px;
  }

  .about-easylax-wrapper{
    padding: 40px;
  }

  .about-easylax-video {
    width: 700px;
  }
  
}

@media all and (max-width: 1200px) {
  .container{
     max-width: 960px;
  }

  section {
    padding: 50px 0px;
  }

  .about-easylax-wrapper{
    gap: 50px;
    padding: 30px;
  }

  .about-easylax-video {
    width: 560px;
    flex: none;
  }

  .video-wrapper{
    height: 320px;
  }

  .easylax-featured-heading{
    max-width: 450px;
  }
}

@media all and (max-width: 991px) {
  .container{
     max-width: 720px;
  }

  .Easylax_bannerSec{
    margin-top: 0px;
  }

  .clients-logo-section{
    padding: 0px;
    margin: 0px;
    float: left;
    width: 100%;
  }

  .clients-logo-wrapper {
    max-width: 100%;
    gap: 10px;
  }

  .clients-logo-text {
    width: 150px; 
  }

  .clients-logo-section{
    padding-bottom: 40px;
  }

  .about-easylax-wrapper{
    gap: 20px;
    flex-direction: column;
  }

  .about-easylax-video{
    width: 100%;
  }

  .video-wrapper {
    height: 300px;
  }

  .video-wrapper .video-item .video-embed iframe{
    border-radius: 20px;
  }

  .easylax-featured-logo{
    width: 250px;
    margin: 0 auto 10px;
  }

  .easylax-featured-heading ul{
    gap: 10px;
  }

  .easylax-featured-heading {
      max-width: 400px;
  }

  .easylax-featured-heading ul li{
    padding-left: 12px;
  }

  .easylax-featured-heading ul li::before{
    width: 6px;
    height: 6px;
  }

  .easylax-featured-content {
    margin-top: 20px;
}

  .easylax-featured-heading ul{
    margin-bottom: 5px;
  }

  .pre-footer-wrapper {
    border-radius: 20px;
    padding: 25px;
    margin-bottom: 20px;
}
}

@media all and (max-width: 767px) {
  .container{
    max-width: 540px;
  }

  .views-element-container{
    padding: 0px;
  }

  .about-easylax-wrapper{
    gap: 10px;
  }

  .about-easylax-video .views-exposed-form .form-type-select ul{
    margin-bottom: 15px;
  }

  .clients-logo-wrapper{
    flex-direction: column;
    gap: 0px;
  }
}

@media all and (max-width: 575px) {

  .container{
    padding-left: 10px;
    padding-right: 10px;
  }

  .clients-logo-items{
    gap: 10px;
  }

  .clients-logo-item {
    width: calc(33% - 6px);
}

    .video-wrapper .video-item .video-embed iframe {
        border-radius: 10px;
    }

  .about-easylax-wrapper {
      gap: 10px;
      padding: 20px;
  }

  .easylax-featured-heading ul{
    flex-direction: column;
    border-radius: 10px;
  }

    .easylax-featured-heading ul li {
        padding-left: 16px;
        font-size: 14px;
        text-align: left;
    }

  .easylax-featured-heading ul {
      gap: 5px;
  }

  .video-wrapper {
      height: 200px;
  }

  .easylax-featured-logo {
    width: 200px;
  }

  .easylax-featured-content{
    flex-direction: column;
  }

  .easylax-featured-image {
    width: 100%;  
  }

  .easylax-featured-image:nth-child(2) {
    width: 100%;
}

.how-easylax-content-items {
    gap: 24px;
    max-width: 100%;
    flex-direction: column;
}

.how-easylax-content-item {
    text-align: center;
    width: 100%;
}

.clients-logo-item:nth-child(3) a img{
  width: 200px;
}
}

@media all and (max-width: 414px) {
  .clients-logo-items {
    flex-direction: column;
}

.clients-logo-item {
    width: 100%;
}
}


/* ================== EASYLAXL NEW PAGE DESIGN FINISH 05-12-2024 ================== */

