@import url("https://fonts.googleapis.com/css2?family=Anek+Latin:wght@100..800&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");

@font-face {
  font-family: "Outfit";
  src: url("../fonts/Rubik/Rubik-Bold.woff2") format("woff2"),
    url("../fonts/Rubik/Rubik-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url("../fonts/Rubik/Rubik-Medium.woff2") format("woff2"),
    url("../fonts/Rubik/Rubik-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url("../fonts/Rubik/Rubik-Regular.woff2") format("woff2"),
    url("../fonts/Rubik/Rubik-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "Rubik" !important;
}

body {
  font-family: "Rubik";
}

header {
  background-color: transparent !important;
}

header.shrink {
  background-color: #fff !important;
}

.home-banner-2020mar5 {
  background-image: url(../img/banner-lines.png) !important;
  background-position: right 0 !important;
  background-size: 1000px !important;
  background-repeat: no-repeat !important;
  position: relative;
  padding-top: 70px;
  overflow-x: hidden;
}
@media (max-width: 768px) {
  .home-banner-2020mar5 {
    margin-bottom: 50px;
  }
}
.home-banner-2020mar5 .banner_image_main {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.home-banner-2020mar5 .banner_image_main img {
  position: relative;
  z-index: 2;
}
.banner_image_main::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("https://infinitemlmsoftware.com/wp-content/uploads/2025/07/ims-banner-dashboard-bf.png");
  background-repeat: no-repeat;
  background-position: center;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.banner_image_main::after {
  content: "";
  width: 60%;
  height: 73%;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0%);
  background: #1b699c17;
  z-index: 0;
  filter: blur(58px);
  z-index: 0;
  border-radius: 50%;
}
.home-banner-2020mar5 .banner_image_main img {
  width: 100%;
  max-width: 90% !important;
  animation: hero-thumb-animation 4s linear infinite alternate;
}
.home-banner-2020mar5 .banner_image_main .banner_img_1 {
  width: 210px;
  height: 150px;
  position: absolute;
  left: -20px;
  bottom: 0;
  animation: hero-thumb-sm-2-animation 4s linear infinite alternate;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1490196078);
  border-radius: 7px;
  background-size: cover;
  background-image: url(https://infinitemlmsoftware.com/wp-content/uploads/2023/10/payout-hist.png);
  background-repeat: no-repeat;
}
.home-banner-2020mar5 .banner_image_main .banner_img_2 {
  width: 180px;
  height: 170px;
  position: absolute;
  right: 0;
  top: -20px;
  animation: hero-thumb-sm-2-animation 4s linear infinite alternate;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1490196078);
  border-radius: 7px;
  background-size: cover;
  background-image: url(https://infinitemlmsoftware.com/wp-content/uploads/2023/10/profile-box.png);
  background-repeat: no-repeat;
}
.home-banner-2020mar5 .banner_image_main .banner_img_3 {
  width: 190px;
  height: 164px;
  position: absolute;
  right: -10px;
  bottom: 10px;
  animation: hero-thumb-sm-2-animation 4s linear infinite alternate;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1490196078);
  border-radius: 17px;
  background-size: cover;
  background-image: url(https://infinitemlmsoftware.com/wp-content/uploads/2023/10/payout-box.png);
  background-repeat: no-repeat;
}
@keyframes hero-thumb-animation {
  0% {
    transform: translateY(-20px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes hero-thumb-sm-animation {
  0% {
    transform: translateY(-20px) translateX(50px);
  }
  to {
    transform: translateY(-20px) translateX(0);
  }
}
@keyframes hero-thumb-sm-2-animation {
  0% {
    transform: translateY(-50px);
  }
  to {
    transform: translateY(0);
  }
}

.banner-2020mar-cnt5 {
  margin-top: 30px;
}
.banner-bg-light {
  background-color: #f6fcff;
  background: url("https://infinitemlmsoftware.com/wp-content/uploads/2025/07/IMS-banner.avif") !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.banner-bg-light::before {
  content: "";
  width: 100%;
  height: 86.3%;
  position: absolute;
  left: 0;
  top: 0;
  background: #ffffffe8;
}
.banner-container-2020mar5 {
  display: grid;
  text-align: center;
  margin-bottom: 0 !important;
}
@media (min-width: 769px) {
  .banner-container-2020mar5 {
    /* grid-template-columns: 10fr 9fr; */
    grid-column-gap: 60px;
    margin-top: 50px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .banner-container-2020mar5 {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .banner-container-2020mar5 {
    padding-top: 90px;
  }
}

.banner-2020mar-img5 {
  order: 2;
}
@media (min-width: 1025px) {
  .banner-2020mar-img5 {
    margin-bottom: -86px;
    margin-right: -105px;
  }
}
@media (min-width: 768px) and (max-width: 1350px) {
  .banner-2020mar-img5 {
    margin-bottom: -87px;
    margin-right: -115px;
  }
}
@media (max-width: 1024px) {
  .banner-2020mar-img5 {
    margin-bottom: 47px;
    margin-right: 0px;
  }
}
@media (max-width: 768px) {
  .banner-2020mar-img5 {
    text-align: center;
  }
}
.banner-2020mar-img5 .iso_certif_sec {
  width: 70px;
  height: 70px;
  position: absolute;
  left: 5px;
  top: 0px;
}

.banner-2020mar-cnt5 {
  color: #fff;
  padding-bottom: 30px;
  position: relative;
}
@media (max-width: 768px) {
  .banner-2020mar-cnt5 {
    text-align: center;
  }
}
.banner-2020mar-cnt5 h1 {
  color: #212121;
  font-size: 2.3rem;
  font-weight: 600 !important;
  margin-bottom: 14px;
  line-height: 46px;
  font-family: "Rubik", sans-serif !important;
}
.banner-2020mar-cnt5 h2 {
  font-size: 24px;
  margin-bottom: 9px;
  color: #4e658b !important;
  font-weight: 500;
}
.banner-2020mar-cnt5 h1 {
  letter-spacing: 0.3px;
  line-height: 1.3;
}
.banner-2020mar-cnt5 h1 span.sdry-col {
  color: #4680df;
}
@media (max-width: 1024px) {
  .banner-2020mar-cnt5 h1 {
    font-size: 2.2rem;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .banner-2020mar-cnt5 h1 {
    font-size: 2rem;
  }
}
.banner-2020mar-cnt5 p {
  width: 100%;
  display: block;
  line-height: 30px;
  color: #526068;
  font-weight: 300;
  font-size: 16.5px;
  max-width: 1100px;
  margin: 0 auto;
  margin-bottom: 0.7rem;
  font-family: "Rubik", sans-serif !important;
}
.banner-2020mar-cnt5 p a {
  color: #003489;
}
.banner-2020mar-cnt5 p span {
  background-color: #e1f3ff;
  padding: 0 2px;
}
.banner-2020mar-cnt5 .play_video_btn {
  width: auto;
  display: inline-block;
  color: #242424;
  font-size: 19px;
  margin-left: 3%;
}
.banner-2020mar-cnt5 .play_video_btn img {
  width: 30px;
}

a.banner-view-demo {
  background: #4285f4;
  color: #fff;
  padding: 6px 15px;
  border-radius: 2px;
  display: inline-block;
  transition: 0.2s ease;
  margin-right: 20px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
a.banner-view-demo::after {
  content: "";
  position: absolute;
  top: 0;
  left: -200px;
  width: 200px;
  height: 100%;
  z-index: 9;
  background: -webkit-linear-gradient(
    to right,
    rgba(25, 165, 148, 0) 0%,
    rgba(255, 255, 255, 0.8) 50%,
    rgba(30, 196, 180, 0) 99%
  );
  background: linear-gradient(
    to right,
    rgba(25, 165, 148, 0) 0%,
    rgba(255, 255, 255, 0.8) 50%,
    rgba(30, 196, 180, 0) 99%
  );
  -webkit-background-size: 200% 100%;
  background-size: 200% 100%;
  animation: slide-light 2.3s infinite;
  -webkit-animation: slide-light 2.3s infinite;
}
.get-start-btn-banner {
  font-size: 18px !important;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  line-height: 1;
  padding: 11px 14px;
  border: solid 2px #4285f4;
  color: #225cbd;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.get-start-btn-banner:hover {
  color: #003389;
}
.get-start-btn-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: -200px;
  width: 200px;
  height: 100%;
  z-index: 9;
  background: -webkit-linear-gradient(
    to right,
    rgba(25, 165, 148, 0) 0%,
    rgba(180, 210, 255, 0.8) 50%,
    rgba(30, 196, 180, 0) 99%
  );
  background: linear-gradient(
    to right,
    rgba(25, 165, 148, 0) 0%,
    rgba(180, 210, 255, 0.8) 50%,
    rgba(30, 196, 180, 0) 99%
  );
  -webkit-background-size: 200% 100%;
  background-size: 200% 100%;
  animation: slide-light 2.3s infinite;
  -webkit-animation: slide-light 2.3s infinite;
  animation-delay: 2.8s;
}

@keyframes slide-light {
  0% {
    left: -200px;
    opacity: 0;
  }

  20% {
    opacity: 0.5;
  }
  80% {
    left: 100%;
    opacity: 0;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}
@media (max-width: 768px) {
  a.banner-view-demo {
    display: table;
    margin: auto;
  }
}
a.banner-view-demo:hover {
  background: linear-gradient(90deg, #306bcd 3.63%, #1e4e9d 100%) !important;
  color: #fff;
  transform: scale(1.1);
}
a.banner-view-demo i:first-child {
  margin-left: 5px;
}

a.version {
  background: #5dbf04;
  color: #ecffdb;
  position: absolute;
  display: inline-block;
  width: auto;
  height: 28px;
  border-radius: 2px;
  margin-top: 10px;
  padding: 14px 10px 10px 10px;
  top: -58px;
  line-height: 0px;
  font-weight: 600;
  font-size: 14px;
  right: -196px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  text-align: center;
  align-items: center;
  text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
  display: none;
}
@media (min-width: 768px) and (max-width: 1350px) {
  a.version {
    top: -23px;
  }
}
@media (max-width: 1024px) {
  a.version {
    top: 0px;
  }
}
a.version:hover {
  background: #55af03 !important;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  a.version {
    bottom: 0px;
    top: auto;
    right: auto;
    left: 0px;
  }
}
a.version i {
  font-style: normal;
  border-radius: 100%;
  font-size: 15px;
  margin-bottom: -1px;
  position: relative;
  top: 0px;
  padding-top: 1px;
  color: #fff;
  margin-left: 5px;
}
a.version:hover {
  background: #222;
}

.under_line {
  position: relative;
  transition: 0.2s ease;
  transform: translate(0px, 0px);
}

.under_line::before {
  content: "";
  width: 102%;
  height: 24px;
  background-size: 99%;
  position: absolute;
  bottom: -17px;
  z-index: -1;
  border-radius: 30px;
  background-repeat: no-repeat;
}

.view_all_testi_btn {
  transition: 0.2s ease;
}
.view_all_testi_btn::before {
  height: 34px;
  bottom: -24px;
}

.banner-bottom-2020mar5 {
  background: #f3f7ff;
  min-height: 130px;
  display: grid;
  align-items: center;
  /* margin-top: 70px; */
  background: linear-gradient(
    90deg,
    rgba(243, 247, 255, 1) 0%,
    rgb(246 252 255) 100%
  );
  border-top: solid 1px #dbeffa;
}
.banner-bottom-2020mar5 .container div {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .banner-bottom-2020mar5 .container div {
    display: table;
    margin: auto;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .banner-bottom-2020mar5 .container div {
    display: inline-block;
    padding: 10px 0px 22px 0px;
  }
}
.banner-bottom-2020mar5 .container div h3 {
  max-width: 405px;
  font-size: 1.3em;
  font-weight: 600;
  margin-right: 10px;
  margin-bottom: 0px;
  line-height: 1.5em;
}
@media (max-width: 1024px) {
  .banner-bottom-2020mar5 .container div h3 {
    max-width: 100%;
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .banner-bottom-2020mar5 .container div h3 {
    max-width: 100%;
  }
}
.banner-bottom-2020mar5 .container div a {
  color: #555555;
}

.grow_bcc_left_sec .owl-carousel .owl-stage {
  display: flex;
}

.grow_bcc_left_sec .grow_bcc_left_boxes {
  height: 100%;
}

.grow_bcc_left_sec .owl-carousel .item {
  height: 100%;
}

@media (min-width: 1440px) {
  .home-banner-2020mar5 {
    padding-top: 80px;
  }
  .banner-container-2020mar5 {
    /* grid-template-columns: 9fr 10fr; */
    grid-column-gap: 80px;
  }
  .banner-2020mar-img5 {
    margin-bottom: 0px;
    margin-right: 0px !important;
  }
  .banner-bottom-2020mar5 {
    min-height: 160px;
  }
  .banner-2020mar-cnt5 h1 {
    font-size: 2.8rem;
    /* max-width: 600px; */
    font-weight: 500;
    font-family: "Rubik";
  }
  a.banner-view-demo {
    padding: 14px 29px;
    font-size: 1.1rem;
  }
  .banner-bottom-2020mar5 .container div h3 {
    max-width: 524px;
    font-size: 1.6em;
  }
  .banner-2020mar-cnt5 {
    margin-bottom: 20px;
    margin-top: 30px;
    padding-bottom: 0px;
    margin-left: -150px;
  }
  .banner-bottom-2020mar5 .container div {
    margin-left: -149px;
  }
  a.version {
    top: -66px;
    right: -217px;
  }
}
.why-imlm {
  display: grid;
  text-align: left;
}
@media (min-width: 769px) {
  .why-imlm {
    grid-template-columns: 10fr 5.5fr;
    grid-column-gap: 60px;
    align-items: start;
  }
}
.why-imlm img {
  width: 100%;
}
.why-imlm p {
  text-align: left;
}
.why-imlm ul {
  margin-top: -5px;
}
.why-imlm ul li {
  font-size: 1rem;
  font-weight: 600;
  padding-bottom: 4px;
  padding-left: 25px !important;
  margin-bottom: 0px !important;
  padding-top: 6px;
  border-bottom: 1px dashed #dcdcdc;
}
.why-imlm ul li:after {
  display: none;
}
.why-imlm ul li:before {
  font-family: "FontAwesome";
  content: "\f0a4";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  left: 0px;
  position: absolute;
  font-weight: 400;
  color: #009dfc;
}

.quick-palan {
  background-color: #048fd8;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 45px 0px 50px 0px;
  border-top: 1px solid #efefef;
}
.quick-palan .container {
  display: grid;
}
@media (min-width: 769px) {
  .quick-palan .container {
    grid-column-gap: 60px;
    align-items: start;
  }
}

.quick-palan-right {
  display: grid;
  margin-top: 5px;
}
@media (min-width: 769px) {
  .quick-palan-right {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 10px;
    grid-column-gap: 10px;
    align-items: stretch;
    border-radius: 2px;
  }
}

.quick-palan-container {
  display: grid;
  background: #f3f3f3;
  padding: 10px;
  border-radius: 1px;
  grid-row-gap: 20px;
}
@media (min-width: 769px) {
  .quick-palan-container {
    grid-template-columns: 6fr 10fr;
    grid-column-gap: 20px;
    align-items: start;
  }
}
@media (max-width: 440px) {
  .quick-palan-container {
    text-align: center;
  }
}
.quick-palan-container img {
  width: 100%;
  margin-top: 5px;
}

.quick-palan-button {
  margin-top: 35px;
  text-align: center;
}
.quick-palan-button a {
  margin-right: 10px;
  margin-left: 10px;
  padding: 6px 15px 6px 15px;
  border-radius: 2px;
  color: #d91100;
  background: #fff;
}
.quick-palan-button a:hover {
  background: #d91100;
  color: #fff;
}

.quick-palan-left {
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
  font-size: 0.95rem;
}
.quick-palan-left h2 {
  color: rgba(255, 255, 255, 0.9);
}
.quick-palan-left h5 {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 400;
}
.quick-palan-left p {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
  font-size: 0.95rem;
}

.quick-palan-cnt h3 a {
  color: #555555;
}
.quick-palan-cnt h3 a:hover {
  color: #ea4335;
}

.why-imlm-new-cnt {
  display: grid;
  grid-template-columns: 61% auto;
  grid-gap: 20px;
  text-align: left;
  width: 100%;
}
@media (max-width: 767px) {
  .why-imlm-new-cnt {
    grid-template-columns: 1fr;
  }
}
.why-imlm-new-cnt p {
  text-align: left;
  font-size: 19px;
  margin-bottom: 30px;
  line-height: 34px;
  color: #0c0c0c;
}

.why-imlm-img {
  background-image: url(../img/why_sec_img.webp);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .why-imlm-img {
    display: none;
  }
}

.why-imlm-cnt-list {
  margin: 70px auto 10px auto;
  max-width: 960px;
}
@media (max-width: 767px) {
  .why-imlm-cnt-list {
    margin-top: 40px;
  }
}
.why-imlm-cnt-list div ul {
  display: grid;
  grid-template-columns: repeat(3, auto);
  grid-column-gap: 15px;
}
@media (max-width: 767px) {
  .why-imlm-cnt-list div ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.why-imlm-cnt-list div ul li {
  position: relative;
  border-bottom: 1px dashed #dcdcdc;
  padding-top: 1px;
  padding-bottom: 5px;
}
@media (max-width: 767px) {
  .why-imlm-cnt-list div ul li {
    border-bottom: 0px dashed #dcdcdc;
  }
}
.why-imlm-cnt-list div ul li:before {
  font-family: "FontAwesome";
  content: "\f0a4";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  left: 0px;
  position: absolute;
  font-weight: 400;
  color: #009dfc;
}
.why-imlm-cnt-list div ul li:after {
  display: none;
}

.intro-section {
  background-color: #fff;
  border-top: 0;
  padding: 0px 0px;
  display: inline-block;
  width: 100%;
}
.intro-section .getstart_btn_why {
  background: #0e86d4;
  border-radius: 28px;
  float: left;
  width: 150px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 19px;
  transition: 0.2s ease;
  background: linear-gradient(90deg, #4586f0 3.63%, #0e86d4 100%);
  box-shadow: 0px 4px 14px #79bae4;
  border-radius: 60px;
  transition: 0.2s ease;
}
.intro-section .getstart_btn_why:hover {
  transform: scale(1.1);
}
.intro-section .why-imlm-top {
  margin-top: 70px;
}
.intro-section .why-imlm-top h2 {
  text-align: left !important;
  margin-bottom: 1.5rem;
  color: #003d72;
  font-weight: bold;
  font-size: 40px;
}

.tab-lnk-container {
  display: inline-block;
}
.tab-lnk-container .primary-btn {
  padding: 5px;
  display: inline-block;
  min-width: 150px;
  color: #fff;
  border: none;
  min-width: 125px;
  margin-right: 10px;
  margin-top: 10px;
  cursor: pointer;
  text-decoration: none !important;
  border-radius: 2px;
  text-align: center;
}
.tab-lnk-container br {
  display: none;
}

.awards_review_banner_img {
  width: 100%;
  height: auto;
  float: left;
  margin-top: -13px;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(20%, 1fr));
}
.awards_review_banner_img .award_wn_img_box {
  width: 100%;
  height: auto;
  float: left;
  padding: 20px 10px;
  /*   background: #ffffff; */
  border-radius: 0px;
  text-align: center;
  justify-content: center;
  position: relative;
  flex-wrap: wrap;
  min-height: 105px;
  /*   border-right: 1px #e5e5e5 solid; */
  margin-bottom: -10px;
}
.awards_review_banner_img .award_wn_img_box img {
  width: 70%;
  filter: inherit;
  transition: 0.2s ease-in-out;
  filter: grayscale(0%);
  pointer-events: none;
}
.awards_review_banner_img .award_wn_img_box img:hover {
  transform: scale(1.1);
  filter: inherit;
  max-width: 150px;
}
.awards_review_banner_img .award_wn_img_box:hover img {
  transform: scale(1.1);
  filter: inherit;
}
.award_wn_img_box:last-child {
  border: 0;
}
.awards_review_banner_img img {
  max-width: 1000px;
}

.grow_selling_business_sec {
  width: 100%;
  height: auto;
  float: left;
  padding-top: 100px;
  padding-bottom: 50px;
  position: relative;
  margin: 0px 0;
  padding-top: 30px;
  overflow: hidden;
}
.grow_selling_business_sec .grow_bcc_left_sec {
  width: 100%;
  height: auto;
  float: left;
}
.grow_selling_business_sec .grow_bcc_left_sec .grow_business_scr {
  width: 100%;
  height: auto;
  float: left;
  padding: 15px;
}
.grow_selling_business_sec .grow_bcc_left_sec .grow_business_scr .row {
  padding: 0 22px;
}
.grow_selling_business_sec .grow_bcc_left_sec .grow_bcc_left_boxes {
    width: 100%;
    height: 95%;
    float: left;
    background: #f8fbff;
    /* background: linear-gradient(145deg,rgb(246 250 255) 34%,rgb(66 133 244 / 12%) 100%); */
    /* border: solid 1px #c2d6e3; */
    border-radius: 7px;
    padding: 15px 18px;
    margin-bottom: 25px;
    transition: 0.2s ease;
    transform: translateY(0);
}
.grow_selling_business_sec .grow_bcc_left_sec .grow_bcc_left_boxes:hover {
  transform: translateY(-8px);
}
.grow_selling_business_sec
  .grow_bcc_left_sec
  .grow_bcc_left_boxes:hover
  strong {
  color: #003d72 !important;
}
.grow_selling_business_sec
  .grow_bcc_left_sec
  .grow_bcc_left_boxes
  .grow_bcc_left_boxe_ico {
  width: 50px;
  height: 50px;
  overflow: hidden;
  float: left;
  margin-bottom: 10px;
  background-image: url(https://infinitemlmsoftware.com/wp-content/uploads/2025/05/mlm-icons_1.png);
  background-size: 400px;
}
.grow_selling_business_sec
  .grow_bcc_left_sec
  .grow_bcc_left_boxes
  .grow_bcc_left_boxe_1 {
  background-position: -13px -10px;
}
.grow_selling_business_sec
  .grow_bcc_left_sec
  .grow_bcc_left_boxes
  .grow_bcc_left_boxe_2 {
  background-position: -21px -220px;
}
.grow_selling_business_sec
  .grow_bcc_left_sec
  .grow_bcc_left_boxes
  .grow_bcc_left_boxe_3 {
  background-position: -164px -6px;
}
.grow_selling_business_sec
  .grow_bcc_left_sec
  .grow_bcc_left_boxes
  .grow_bcc_left_boxe_4 {
  background-position: -20px -69px;
}
.grow_selling_business_sec
  .grow_bcc_left_sec
  .grow_bcc_left_boxes
  .grow_bcc_left_boxe_5 {
  background-position: -198px -69px;
}
.grow_selling_business_sec
  .grow_bcc_left_sec
  .grow_bcc_left_boxes
  .grow_bcc_left_boxe_6 {
  background-position: -140px -220px;
}
.grow_selling_business_sec
  .grow_bcc_left_sec
  .grow_bcc_left_boxes
  .grow_bcc_left_boxe_7 {
  background-position: -212px -5px;
}
.grow_selling_business_sec
  .grow_bcc_left_sec
  .grow_bcc_left_boxes
  .grow_bcc_left_boxe_8 {
  background-position: -147px -68px;
}
.grow_selling_business_sec
  .grow_bcc_left_sec
  .grow_bcc_left_boxes
  .grow_bcc_left_boxe_9 {
  background-position: -250px -67px;
}
.grow_selling_business_sec
  .grow_bcc_left_sec
  .grow_bcc_left_boxes
  .grow_bcc_left_boxe_10 {
  background-position: -299px -68px;
}
.grow_selling_business_sec
  .grow_bcc_left_sec
  .grow_bcc_left_boxes
  .grow_bcc_left_box_txt {
  width: 100%;
  height: auto;
  float: left;
  color: #0c0c0c;
  font-size: 17px;
}
.grow_selling_business_sec
  .grow_bcc_left_sec
  .grow_bcc_left_boxes
  .grow_bcc_left_box_txt
  h3 {
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 15px;
  color: #0c0c0c;
  font-size: 25px;
  font-weight: 600;
}
.grow_selling_business_sec
  .grow_bcc_left_sec
  .grow_bcc_left_boxes
  .grow_bcc_left_box_txt
  p {
  width: 100%;
  height: auto;
  float: left;
  text-align: left;
  color: #0c0c0c;
  font-size: 19px;
  font-weight: 300;
  line-height: 30px;
}
.grow_selling_business_sec
  .grow_bcc_left_sec
  .grow_bcc_left_boxes
  .grow_bcc_left_box_txt
  span {
  width: 100%;
  height: auto;
  float: left;
  text-align: left;
  color: #0c0c0c;
  font-size: 18px;
  line-height: 30px;
  font-family: "Rubik";
  font-weight: 300;
}
.grow_selling_business_sec
  .grow_bcc_left_sec
  .grow_bcc_left_boxes
  .grow_bcc_left_box_txt
  span
  p {
  width: 100%;
  height: auto;
  float: left;
  text-align: left;
  color: #0c0c0c;
  font-size: 18px;
  line-height: 30px;
  font-family: "Rubik";
  font-weight: 300;
}
.grow_selling_business_sec
  .grow_bcc_left_sec
  .grow_bcc_left_boxes
  .grow_bcc_left_box_txt
  strong {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 10px;
    color: #363636;
    font-size: 20px;
    font-weight: 500;
    font-family: "Rubik", sans-serif !important;
    line-height: 1.3;
}
.grow_selling_business_sec .grow_bcc_right_sec {
  width: 100%;
  height: auto;
  float: left;
  padding-left: 3%;
}
.grow_selling_business_sec .grow_bcc_right_head {
  width: 100%;
  height: auto;
  float: left;
}
.grow_selling_business_sec .grow_bcc_right_head h3 {
  margin: 0;
  color: #0c0c0c;
  font-size: 25px;
  line-height: 52px;
}
.grow_selling_business_sec .grow_bcc_right_head h3 strong {
  color: #003d72;
  font-size: 45px;
  line-height: 52px;
  width: 100%;
  height: auto;
  float: left;
  margin-top: 8px;
  font-weight: 500;
}
.grow_selling_business_sec .grow_bcc_right_head h3 span {
  width: 100%;
  height: auto;
  float: left;
  font-size: 20px;
  color: #0c0c0c;
  line-height: 16px;
  font-weight: bold;
}
.grow_selling_business_sec .grow_bcc_right_head h2 strong {
  font-weight: 500;
  color: #4586f0;
}
.grow_selling_business_sec .grow_bcc_right_head p {
  color: #0c0c0c;
  font-size: 19px;
  line-height: 34px;
  width: 100%;
  height: auto;
  float: left;
  margin-top: 8px;
  margin-bottom: 8px;
  font-family: "Rubik";
}
.grow_selling_business_sec .grow_bcc_right_head .grow_right_explore_btn {
  width: auto;
  padding: 0 15px;
  height: 50px;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  border: 1px solid #4586f0;
  box-shadow: 0px 7px 15px #c7d4e1;
  box-sizing: border-box;
  border-radius: 10px;
  font-size: 19px;
  color: #003d72;
  margin-top: 10px;
  transition: 0.2s ease;
}
.grow_selling_business_sec .grow_bcc_right_head .grow_right_explore_btn:hover {
  background-color: #003d72;
  color: #fff;
}
.grow_selling_business_sec .popular_plan_view_sc .grow_bcc_left_boxes {
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.grow_selling_business_sec .popular_plan_view_sc.service .grow_bcc_left_boxes {
  background: #f5f9fe;
  border: solid 1px #ecf3ff;
}
.why_choose_sec {
  width: 100%;
  display: inline-block;
  padding: 30px 0;
  background-color: #fff;
  position: relative;
}
.why_choose_sec .why_choose_left_sec {
  width: 100%;
  height: auto;
  float: left;
  padding: 20px;
  border-radius: 7px 0 0 7px;
  background-size: cover;
  position: relative;
  z-index: 1;
  background-color: #f0fbff;
}
.why_choose_sec .why_choose_left_sec ul {
  padding: 0;
  margin: 0;
}
.why_choose_sec .why_choose_left_sec ul li {
  width: 100%;
  display: inline-block;
  line-height: 26px;
  color: #282828;
  font-size: 18px;
  list-style: none;
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
  font-family: "Rubik";
}
.why_choose_sec .why_choose_left_sec ul li::after {
  content: "";
  width: 12px;
  height: 12px;
  float: left;
  background-color: #fedc5a;
  border-radius: 50%;
  margin-top: 0px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 4px;
}
.why_choose_sec .why_choose_sec_main_bx {
  width: 100%;
  padding: 20px;
  background-color: #f3fcff;
  display: inline-block;
  padding-left: 50px;
  font-size: 25px;
  border-radius: 15px;
}
.why_choose_sec .why_choose_sec_box {
  width: 100%;
  height: 100%;
  margin-left: -15px;
  float: left;
  padding: 20px;
}
.why_choose_sec .why_choose_sec_box .why_choose_sec_box_cnt {
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 20px;
}
.why_choose_sec
  .why_choose_sec_box
  .why_choose_sec_box_cnt
  .why_choose_sec_box_cnt_head {
  width: 100%;
  height: auto;
  float: left;
  color: #333333;
  font-size: 40px;
}
.why_choose_sec
  .why_choose_sec_box
  .why_choose_sec_box_cnt
  .why_choose_sec_box_cnt_head
  h3 {
  color: #333333;
  font-size: 35px;
}
.why_choose_sec
  .why_choose_sec_box
  .why_choose_sec_box_cnt
  .why_choose_sec_box_cnt {
  width: 100%;
  height: auto;
  float: left;
}
.why_choose_sec
  .why_choose_sec_box
  .why_choose_sec_box_cnt
  .why_choose_sec_box_cnt
  p {
  width: 100%;
  height: auto;
  float: left;
  font-size: 20px;
  line-height: 31px;
  color: #0c0c0c;
  font-family: "Rubik";
  margin: 0;
}
.why-choose-img {
  max-width: 230px;
  object-fit: contain;
}
.why_choose_sec
  .why_choose_sec_box
  .why_choose_sec_box_cnt
  .why_choose_sec_feature_sec {
  width: 100%;
  height: auto;
  float: left;
}
.why_choose_sec
  .why_choose_sec_box
  .why_choose_sec_box_cnt
  .why_choose_sec_feature_sec
  .why_choose_sec_feature_row {
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 10px;
  position: relative;
  padding-left: 10px;
  margin-top: 10px;
}
.why_choose_sec
  .why_choose_sec_box
  .why_choose_sec_box_cnt
  .why_choose_sec_feature_sec
  .why_choose_sec_feature_row
  .why_choose_sec_feature_ico {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../../img/mlm-icons.png);
}
.why_choose_sec
  .why_choose_sec_box
  .why_choose_sec_box_cnt
  .why_choose_sec_feature_sec
  .why_choose_sec_feature_row
  .why_choose_sec_feature_ico::before {
  position: absolute;
  top: 40px;
  height: 100px;
  width: 2px;
  content: "";
  left: 25px;
  border-left: 1px dashed #d1d1d1;
}
.why_choose_sec
  .why_choose_sec_box
  .why_choose_sec_box_cnt
  .why_choose_sec_feature_sec
  .why_choose_sec_feature_row
  .choose_ftr_ico1 {
  background-position: -23px 288px;
  background-size: 416px;
}
.why_choose_sec
  .why_choose_sec_box
  .why_choose_sec_box_cnt
  .why_choose_sec_feature_sec
  .why_choose_sec_feature_row
  .choose_ftr_ico2 {
  background-position: -89px 286px;
  background-size: 410px;
}
.why_choose_sec
  .why_choose_sec_box
  .why_choose_sec_box_cnt
  .why_choose_sec_feature_sec
  .why_choose_sec_feature_row
  .choose_ftr_ico3 {
  background-position: -149px 285px;
  background-size: 410px;
}
.why_choose_sec
  .why_choose_sec_box
  .why_choose_sec_box_cnt
  .why_choose_sec_feature_sec
  .why_choose_sec_feature_row
  .choose_ftr_ico3::before {
  display: none;
}
.why_choose_sec
  .why_choose_sec_box
  .why_choose_sec_box_cnt
  .why_choose_sec_feature_sec
  .why_choose_sec_feature_row
  .why_choose_sec_feature_cnt {
  width: 100%;
  height: auto;
  float: left;
  color: #0c0c0c;
  font-size: 19px !important;
  line-height: 25px;
  max-width: 700px;
  margin-bottom: 20px;
}
.why_choose_sec
  .why_choose_sec_box
  .why_choose_sec_box_cnt
  .why_choose_sec_feature_sec
  .why_choose_sec_feature_row
  .why_choose_sec_feature_cnt
  strong {
  width: 100%;
  height: auto;
  float: left;
  color: #333;
  margin-bottom: 4px;
  font-size: 22px;
  font-weight: 500;
}
.why_choose_sec
  .why_choose_sec_box
  .why_choose_sec_box_cnt
  .why_choose_sec_feature_sec
  .why_choose_sec_feature_row
  .why_choose_sec_feature_cnt
  strong
  h3 {
  font-size: 21px;
  font-weight: bold;
}
.why_choose_sec
  .why_choose_sec_box
  .why_choose_sec_box_cnt
  .why_choose_sec_feature_sec
  .why_choose_sec_feature_row
  .why_choose_sec_feature_cnt
  p {
  font-size: 18px;
  font-family: "Rubik";
  margin: 0 !important;
}
.why_choose_sec .why_choose_sec_box .more_feature_btn {
  width: 170px;
  height: 50px;
  float: left;
  text-align: center;
  line-height: 48px;
  border: 1px solid #9bafc3;
  box-shadow: 0px 7px 15px #c7d4e1;
  box-sizing: border-box;
  border-radius: 28px;
  font-size: 19px;
  color: #003d72;
  margin-top: 10px;
  transition: 0.2s ease;
}
.why_choose_sec .why_choose_sec_box .more_feature_btn:hover {
  background-color: #003d72;
  color: #fff;
}
.why_choose_sec .pd-l-0 {
  padding-left: 0;
}
.why_choose_sec .contct_btn_area {
  width: 100%;
  height: auto;
  display: inline-block;
  padding: 30px 0;
  text-align: center;
}
.why_choose_sec .contct_btn_area .contct_btn_box {
  width: auto;
  height: auto;
  padding: 10px 20px;
  display: inline-block;
  background: #fff;
  border-radius: 5px;
  color: #282828;
  font-size: 17px;
  box-shadow: none;
}
.contct_btn_box .button--neumorphic-1 {
  margin: 0 !important;
}
.cta-client-view {
  background: #f8fcff4d;
  border: solid 1px #e8f2f9;
  border-radius: 11px;
  padding: 18px 22px;
  box-shadow: rgb(82 111 141 / 10%) 0px 0px 5px 0px,
    rgb(76 100 120 / 10%) 0px 0px 1px 0px;
  backdrop-filter: blur(8px);
  max-width: 800px;
}
.cta-client-view p {
  margin-bottom: 5px;
  font-size: 18px;
  color: #101010;
}
.cta-client-view a {
  display: inline-block;
  padding: 5px 36px;
  background: #4586f0;
  border-radius: 5px;
  color: #fff;
  box-shadow: 2px 2px 9px 0px rgba(0, 0, 0, 0.1),
    2px 2px 5px 0px rgba(255, 255, 255, 0.4) inset;
  transition: all 0.25s;
}
.cta-client-view a:hover {
  transition: all 0.25s;
  background: #1f61cfeb;
}
.why_choose_sec .contct_btn_area .contct_btn_box .contct_btn {
  width: auto;
  height: auto;
  padding: 10px 20px;
  margin-left: 15px;
  display: inline-block;
  background: linear-gradient(90deg, #4586f0 3.63%, #0e86d4 100%);
  box-shadow: 0px 4px 24px rgba(121, 186, 228, 0.5);
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
}
.why_choose_sec .contct_btn_area .contct_btn_box .contct_btn:hover {
  background: #203a74;
}

.hm_quick_information {
  width: 100%;
  height: auto;
  display: inline-block;
  padding: 40px 0;
  position: relative;
  overflow: hidden;
}
.hm_quick_information .hm_quick_obj {
  background: #a7cae1;
  opacity: 0.4;
  filter: blur(144px);
  width: 968px;
  height: 201px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.hm_quick_information .hm_quick_box {
  width: 100%;
  height: auto;
  float: left;
  padding: 10px;
  background: rgba(255, 255, 255, 0.7215686275);
  border-radius: 0px;
  position: relative;
  margin-bottom: 10px;
  margin-top: 30px;
  border-right: 1px #e5e5e5 solid;
}
.hm_quick_information .hm_quick_box .hm_quick_box_ico {
  width: 100%;
  height: 60px;
  float: left;
  text-align: center;
  margin-bottom: 20px;
}
.hm_quick_information .hm_quick_box .hm_quick_box_ico img {
  max-width: 55px;
  width: auto;
  mix-blend-mode: darken;
}
.hm_quick_information .hm_quick_box .hm_quick_box_cnt {
  width: 100%;
  height: auto;
  float: left;
  text-align: center;
  color: #393939;
  font-size: 30px;
  font-weight: 500;
  line-height: 35px;
}
.hm_quick_information .hm_quick_box .hm_quick_box_cnt span {
  width: 100%;
  height: auto;
  float: left;
  color: #515151;
  font-size: 19px;
}

.hm_quick_information .col-md-6:last-child .hm_quick_box {
  border: 0;
}

.hm_experts_sec {
  width: 100%;
  height: auto;
  min-height: 500px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin-bottom: -10px;
}
.hm_experts_sec img {
  width: 100%;
}
.hm_experts_sec .weare_exprt_cnt {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  padding: 30px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    linear-gradient(
      269.61deg,
      rgba(2, 58, 142, 0.8470588235) 10.29%,
      rgba(25, 116, 177, 0.8470588235) 103.43%
    );
}
.hm_experts_sec .weare_exprt_cnt .weare_exprt_cnt_head {
  width: 100%;
  height: auto;
  float: left;
  font-size: 40px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 10px;
  margin-top: 30px;
}
.hm_experts_sec .weare_exprt_cnt .weare_exprt_cnt_head h3 {
  font-size: 40px;
  font-weight: 600;
  color: #fff;
}
.hm_experts_sec .weare_exprt_cnt .weare_exprt_cnt_txt {
  width: 80%;
  height: auto;
  float: left;
  font-size: 19px;
  color: #fff;
  line-height: 30px;
}
.hm_experts_sec .weare_exprt_cnt .weare_exprt_cnt_txt p {
  font-size: 19px;
  color: #fff;
  margin-bottom: 10px;
  line-height: 36px;
}
.hm_experts_sec .weare_exprt_cnt .weare_exprt_cnt_lange_sec {
  width: 100%;
  height: auto;
  float: left;
  margin-top: 10px;
  margin-bottom: 20px;
}
.hm_experts_sec
  .weare_exprt_cnt
  .weare_exprt_cnt_lange_sec
  .weare_exprt_cnt_lange_ico {
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 2%;
  border-radius: 50%;
  background-color: #fff;
  background-image: url(../../img/mlm-icons.png);
}
.hm_experts_sec
  .weare_exprt_cnt
  .weare_exprt_cnt_lange_sec
  .weare_exprt_lng_ico1 {
  background-position: -13px 225px;
  background-size: 410px;
}
.hm_experts_sec
  .weare_exprt_cnt
  .weare_exprt_cnt_lange_sec
  .weare_exprt_lng_ico2 {
  background-position: -59px 215px;
  background-size: 385px;
}
.hm_experts_sec
  .weare_exprt_cnt
  .weare_exprt_cnt_lange_sec
  .weare_exprt_lng_ico3 {
  background-position: -113px 228px;
  background-size: 410px;
}
.hm_experts_sec
  .weare_exprt_cnt
  .weare_exprt_cnt_lange_sec
  .weare_exprt_lng_ico4 {
  background-position: -159px 226px;
  background-size: 410px;
}
.hm_experts_sec
  .weare_exprt_cnt
  .weare_exprt_cnt_lange_sec
  .weare_exprt_lng_ico5 {
  background-position: -493px 185px;
  background-size: 330px;
}
.hm_experts_sec
  .weare_exprt_cnt
  .weare_exprt_cnt_lange_sec
  .weare_exprt_lng_ico6 {
  background-position: -669px 230px;
  background-size: 410px;
}
.hm_experts_sec
  .weare_exprt_cnt
  .weare_exprt_cnt_lange_sec
  .weare_exprt_lng_ico7 {
  background-position: -19px 179px;
  background-size: 410px;
}
.hm_experts_sec
  .weare_exprt_cnt
  .weare_exprt_cnt_lange_sec
  .weare_exprt_lng_ico8 {
  background-position: -69px 179px;
  background-size: 410px;
}
.hm_experts_sec
  .weare_exprt_cnt
  .weare_exprt_cnt_lange_sec
  .weare_exprt_lng_ico9 {
  background-position: -118px 175px;
  background-size: 410px;
}
.hm_experts_sec
  .weare_exprt_cnt
  .weare_exprt_cnt_lange_sec
  .weare_exprt_lng_ico10 {
  background-position: -168px 179px;
  background-size: 410px;
}
.hm_experts_sec
  .weare_exprt_cnt
  .weare_exprt_cnt_lange_sec
  .weare_exprt_lng_ico11 {
  background-position: -228px 179px;
  background-size: 410px;
}
.hm_experts_sec
  .weare_exprt_cnt
  .weare_exprt_cnt_lange_sec
  .weare_exprt_lng_ico12 {
  background-position: -280px 181px;
  background-size: 410px;
}

.circle-container {
  position: absolute;
  top: 140px;
  left: 150px;
  width: 200px;
  height: 200px;
}
.circle-container .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 300px;
  border: solid 1px rgba(223, 223, 223, 0.5019607843);
  border-radius: 100%;
  transform: translate(-50%, -50%);
}
.circle-container .circle.circle-1 {
  width: 250px;
  height: 250px;
  border: solid 1px rgba(223, 223, 223, 0.5019607843);
  animation: circle 3s ease-in-out infinite;
}
.circle-container .circle.circle-2 {
  width: 200px;
  height: 200px;
  border: solid 1px rgba(196, 197, 197, 0.7019607843);
  animation: circle2 2s ease-in-out infinite;
}
.circle-container .circle.circle-3 {
  width: 100px;
  height: 100px;
  border: solid 1px #dfdfdf;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}

@keyframes circle {
  0% {
    width: 100px;
    height: 100px;
    opacity: 1;
  }
  30% {
    opacity: 0.5;
  }
  90% {
    width: 500px;
    height: 500px;
    opacity: 0;
  }
  100% {
    width: 100px;
    height: 100px;
    opacity: 0;
  }
}
@keyframes circle2 {
  0% {
    width: 100px;
    height: 100px;
    opacity: 1;
  }
  30% {
    opacity: 0.7;
  }
  90% {
    width: 250px;
    height: 250px;
    opacity: 0;
  }
  100% {
    width: 100px;
    height: 100px;
    opacity: 0;
  }
}
.new_popular_section {
  width: 100%;
  height: auto;
  float: none;
  margin-bottom: 0px;
}
.new_popular_section .grow_bcc_left_boxes {
  text-align: left;
  border-radius: 15px !important;
}
.new_popular_section .grow_bcc_left_boxes .grw_bss_ico1 {
  background-position: -11px -566px;
  background-size: 400px !important;
}
.new_popular_section .grow_bcc_left_boxes .grw_bss_ico2 {
  background-position: -78px -567px;
  background-size: 400px !important;
}
.new_popular_section .grow_bcc_left_boxes .grw_bss_ico3 {
  background-position: -143px -566px;
  background-size: 400px !important;
}
.new_popular_section .grow_bcc_left_boxes .grw_bss_ico4 {
  background-position: -202px -566px;
  background-size: 400px !important;
}
.new_popular_section .grow_bcc_left_boxes .grw_bss_ico5 {
  background-position: -11px -566px;
  background-size: 400px !important;
}
.new_popular_section .grow_bcc_left_boxes .grw_bss_ico6 {
  background-position: -78px -567px;
  background-size: 400px !important;
}
.grow_bcc_left_box_txt ~ p {
  margin-bottom: 0 !important;
}
.new_popular_section .grow_bcc_right_sec p {
  text-align: left;
}
.new_popular_section .popuplr_mlm_btn_sc {
  width: 100%;
  height: auto;
  float: left;
  margin-top: 20px;
  margin-bottom: 20px;
}
.new_popular_section .grow_bcc_right_head .col_cnt_center {
  display: flex;
  align-items: center;
}
.new_popular_section .grow_bcc_right_head p {
  font-size: 18px !important;
  text-align: left;
}
.new_popular_section .grow_bcc_right_head h2 {
  line-height: 35px !important;
  margin: 10px 0 !important;
  color: #333333 !important;
  font-size: 24px !important;
}
.new_popular_section .grow_bcc_right_head h2 strong {
  margin-bottom: 20px;
  line-height: 35px !important;
  margin: 10px 0 !important;
  color: #333333 !important;
  font-size: 35px !important;
}
.new_popular_section .mlm_pln_dem_btn {
  color: #fff !important;
  font-size: 19px;
  transition: 0.2s ease;
  background: linear-gradient(90deg, #4586f0 3.63%, #0e86d4 100%);
  box-shadow: 0px 4px 14px #79bae4;
  border-radius: 60px;
  transition: 0.2s ease;
  border: 0 !important;
}
.new_popular_section .mlm_pln_dem_btn:hover {
  background: #003d72 !important;
  color: #fff;
}
.new_popular_section .popular_mlm_integration {
  width: 100%;
  height: auto;
  float: left;
  margin-top: 30px;
}
.new_popular_section .popular_mlm_integration .popular_mlm_integration_head {
  width: 100%;
  height: auto;
  float: left;
}
.new_popular_section .popular_mlm_integration .popular_mlm_integration_head h3 {
  width: 100%;
  height: auto;
  float: left;
  color: #333333;
  font-size: 35px;
  text-align: left;
  font-weight: 500;
  margin-bottom: 10px;
}
.new_popular_section
  .popular_mlm_integration
  .popular_mlm_integration_head
  .popular_mlm_integration_view_all_btn {
  width: auto;
  padding: 0 10px;
  height: 50px;
  float: right;
  text-align: center;
  line-height: 48px;
  border: 1px solid #4586f0;
  box-shadow: 0px 7px 15px #c7d4e1;
  box-sizing: border-box;
  border-radius: 10px;
  font-size: 19px;
  color: #003d72;
  margin-top: 10px;
  transition: 0.2s ease;
  position: relative;
  top: 0px;
}
.new_popular_section
  .popular_mlm_integration
  .popular_mlm_integration_head
  .popular_mlm_integration_view_all_btn:hover {
  background-color: #003d72;
  color: #fff;
}
.new_popular_section .popular_mlm_integration .popular_mlm_integration_head p {
  width: 100%;
  height: auto;
  float: left;
  color: #0c0c0c;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
  margin-top: 0;
  font-family: "Rubik";
}
.new_popular_section .popular_mlm_integration .popular_integ_boxes a:hover {
  color: aliceblue;
}
.new_popular_section .popular_mlm_integration .popular_integ_boxes a {
  color: black;
}
.new_popular_section .popular_mlm_integration .popular_integ_boxes_sec {
  width: 100%;
  height: auto;
  float: left;
  margin-top: 0px;
}
.new_popular_section
  .popular_mlm_integration
  .popular_integ_boxes_sec
  .popular_integ_boxes {
  width: 100%;
  height: 90%;
  float: left;
  margin-bottom: 30px;
  background: #ffffff;
  border-radius: 5px;
  padding: 0 20px;
  padding-bottom: 4px;
  transition: 0.2s ease;
  display: grid;
  grid-template-columns: 50px 1fr;
  align-items: center;
  border-radius: 22px;
  border: solid 1px #e5f4f9;
}
.new_popular_section
  .popular_mlm_integration
  .popular_integ_boxes_sec
  .popular_integ_boxes:hover {
  transform: translateY(-8px);
  filter: drop-shadow(8px 8px 15px rgba(0, 0, 0, 0.2));
}
.new_popular_section
  .popular_mlm_integration
  .popular_integ_boxes_sec
  .popular_integ_boxes
  .popular_integ_boxes_ico {
  width: 50px;
  height: 50px;
  float: left;
  border-radius: 50%;
  overflow: hidden;
  background-image: url(../../img/mlm-icons.png);
  background-size: 460px;
}
.new_popular_section
  .popular_mlm_integration
  .popular_integ_boxes_sec
  .popular_integ_boxes
  .pplr_ico_1 {
  background-position: -18px -308px;
}
.new_popular_section
  .popular_mlm_integration
  .popular_integ_boxes_sec
  .popular_integ_boxes
  .pplr_ico_2 {
  background-position: -65px -308px;
}
.new_popular_section
  .popular_mlm_integration
  .popular_integ_boxes_sec
  .popular_integ_boxes
  .pplr_ico_3 {
  background-position: -114px -308px;
}
.new_popular_section
  .popular_mlm_integration
  .popular_integ_boxes_sec
  .popular_integ_boxes
  .pplr_ico_4 {
  background-position: -160px -308px;
}
.new_popular_section
  .popular_mlm_integration
  .popular_integ_boxes_sec
  .popular_integ_boxes
  .pplr_ico_5 {
  background-position: -205px -308px;
}
.new_popular_section
  .popular_mlm_integration
  .popular_integ_boxes_sec
  .popular_integ_boxes
  .pplr_ico_6 {
  background-position: -251px -308px;
}
.new_popular_section
  .popular_mlm_integration
  .popular_integ_boxes_sec
  .popular_integ_boxes
  .pplr_ico_7 {
  background-position: -295px -308px;
}
.new_popular_section
  .popular_mlm_integration
  .popular_integ_boxes_sec
  .popular_integ_boxes
  .pplr_ico_8 {
  background-position: -345px -308px;
}
.new_popular_section
  .popular_mlm_integration
  .popular_integ_boxes_sec
  .popular_integ_boxes
  .pplr_ico_9 {
  background-position: -18px -356px;
}
.new_popular_section
  .popular_mlm_integration
  .popular_integ_boxes_sec
  .popular_integ_boxes
  .pplr_ico_10 {
  background-position: -65px -356px;
}
.new_popular_section
  .popular_mlm_integration
  .popular_integ_boxes_sec
  .popular_integ_boxes
  .pplr_ico_11 {
  background-position: -114px -356px;
}
.new_popular_section
  .popular_mlm_integration
  .popular_integ_boxes_sec
  .popular_integ_boxes
  .pplr_ico_12 {
  background-position: -160px -356px;
}
.new_popular_section
  .popular_mlm_integration
  .popular_integ_boxes_sec
  .popular_integ_boxes
  .pplr_ico_13 {
  background-position: -205px -356px;
}
.new_popular_section
  .popular_mlm_integration
  .popular_integ_boxes_sec
  .popular_integ_boxes
  .pplr_ico_14 {
  background-position: -251px -356px;
}
.new_popular_section
  .popular_mlm_integration
  .popular_integ_boxes_sec
  .popular_integ_boxes
  .pplr_ico_15 {
  background-position: -298px -356px;
}
.new_popular_section
  .popular_mlm_integration
  .popular_integ_boxes_sec
  .popular_integ_boxes
  .pplr_ico_16 {
  background-position: -345px -356px;
}
.new_popular_section
  .popular_mlm_integration
  .popular_integ_boxes_sec
  .popular_integ_boxes
  .popular_integ_boxes_txt {
  width: 100%;
  height: auto;
  float: left;
  margin-top: 5px;
  color: #0c0c0c;
  font-size: 19px;
}
.new_popular_section
  .popular_mlm_integration
  .popular_integ_boxes_sec
  .popular_integ_boxes
  .popular_integ_boxes_txt
  strong {
  color: #0c0c0c;
  font-size: 19px;
  margin: 0;
  font-weight: 500;
}
.new_popular_section
  .popular_mlm_integration
  .popular_integ_boxes_sec
  .popular_integ_boxes
  .popular_integ_boxes_txt
  p {
  width: 100%;
  height: auto;
  float: left;
  text-align: left;
  color: #0c0c0c;
  font-size: 19px;
  line-height: 30px;
  margin-bottom: 0;
  margin-top: 10px;
}

.popular_mlm_integration
  .popular_integ_boxes_sec
  .popular_integ_boxes
  .popular_integ_boxes_txt
  .popular_integ_boxes_txt_pha {
  font-size: 17px;
  line-height: 1.4;
  margin-top: 6px;
}
.new_popular_section .grow_business_scr .owl-item {
  padding-top: 30px;
}

.try_demo_cnt_sc_txt p {
  color: #0c0c0c;
}

.download_app_sec {
  width: 100%;
  height: auto;
  display: inline-block;
  padding: 50px 0;
  background-color: #f7f9fb;
}
.download_app_sec .download_app_lft_txt_sc {
  width: 100%;
  height: auto;
  float: left;
}
.download_app_sec .download_app_lft_txt_sc .download_app_lft_txt_head {
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 10px;
}
.download_app_sec .download_app_lft_txt_sc .download_app_lft_txt_head h3 {
  width: 100%;
  height: auto;
  float: left;
  color: #0c0c0c;
  font-size: 35px;
  text-align: left;
  font-weight: 500;
}
.download_app_sec .download_app_lft_txt_sc .download_app_lft_txt_head p {
  width: 100%;
  height: auto;
  float: left;
  margin-top: 10px;
  color: #0c0c0c;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
  margin-bottom: 0;
  font-family: "Rubik";
}
.download_app_sec .download_app_lft_txt_sc .app_downld_btn_row {
  width: 100%;
  height: auto;
  float: left;
  margin-top: 30px;
}
.download_app_sec .download_app_lft_txt_sc .app_downld_btn_row .app_downld_btn {
  width: 190px;
  height: 50px;
  float: left;
  margin-right: 1%;
}
.download_app_sec
  .download_app_lft_txt_sc
  .app_downld_btn_row
  .app_downld_btn:hover
  img {
  transform: scale(1.1);
}
.download_app_sec
  .download_app_lft_txt_sc
  .app_downld_btn_row
  .app_downld_btn
  img {
  width: 100%;
  transition: 0.2s ease;
}
.download_app_sec .download_app_right_img {
  width: 100%;
  height: auto;
  float: left;
  text-align: center;
}
.download_app_sec .download_app_right_img img {
  width: 90%;
}

.hm_customer_review_sec {
  width: 100%;
  height: auto;
  display: inline-block;
  padding: 50px 0;
}
.hm_customer_review_sec p {
    line-height: 1.5rem !important;
    font-size: 16px !important;
}

.hm_customer_review_sec .hm_customer_review_head {
  width: 100%;
  height: auto;
  float: left;
  text-align: center;
  color: #0c0c0c;
  font-size: 40px;
  line-height: 48px;
  font-weight: bold;
}
.hm_customer_review_sec .hm_customer_review_head h4 {
  color: #0c0c0c;
  font-size: 35px;
  line-height: 48px;
  font-weight: 500;
}
.hm_customer_review_sec .hm_customer_review_scr_sec {
  width: 100%;
  height: auto;
  float: left;
  margin-top: 20px;
}
.hm_customer_review_sec .hm_customer_review_scr_sec .hm_customer_review_box {
  width: 96%;
  height: auto;
  float: left;
  background: #ffffff;
  box-shadow: 3px 5px 19px rgba(0, 0, 0, 0.14);
  border-radius: 20px;
  padding: 30px;
  margin: 2%;
  position: relative;
  overflow: hidden;
}
.hm_customer_review_sec
  .hm_customer_review_scr_sec
  .hm_customer_review_box:before {
  width: 150px;
  height: 90px;
  background-image: url(../img/home_feedbackbox.png);
  background-size: cover;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.8;
}
.hm_customer_review_sec
  .hm_customer_review_scr_sec
  .hm_customer_review_box
  .hm_customer_review_box_txt {
  width: 100%;
  height: 150px;
  overflow: auto;
  float: left;
  color: #0c0c0c;
  font-size: 19px;
  line-height: 30px;
  margin-bottom: 40px;
  font-family: "Rubik";
  padding-right: 10px;
}
.hm_customer_review_sec
  .hm_customer_review_scr_sec
  .hm_customer_review_box
  .hm_customer_review_name {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  padding-left: 50px;
  color: #353535;
  font-size: 19px;
}
.hm_customer_review_sec
  .hm_customer_review_scr_sec
  .hm_customer_review_box
  .hm_customer_review_name
  .hm_customer_review_img {
  position: absolute;
  width: 40px;
  height: 40px;
  overflow: hidden;
  left: 0;
  top: 0;
  border-radius: 50%;
}
.hm_customer_review_sec
  .hm_customer_review_scr_sec
  .hm_customer_review_box
  .hm_customer_review_name
  .hm_customer_review_img
  img {
  width: 100%;
}
.hm_customer_review_sec
  .hm_customer_review_scr_sec
  .hm_customer_review_box
  .hm_customer_review_name
  strong {
  width: 100%;
  height: auto;
  float: left;
}
.hm_customer_review_sec
  .hm_customer_review_scr_sec
  .hm_customer_review_box
  .hm_customer_review_name
  span {
  width: 100%;
  height: auto;
  float: left;
  margin-top: -3px;
  color: #464646;
  font-size: 15px;
  font-weight: lighter;
}
.hm_customer_review_sec .owl-dots {
  width: 10px;
  height: auto;
  line-height: 13px;
  float: right;
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translate(-50%, -50%);
  /* bottom: 0; */
  /* margin: auto; */
  text-align: center;
}
.hm_customer_review_sec .owl-dots .owl-dot {
  background-color: transparent !important;
  border: solid 1px #009dfc;
}
.hm_customer_review_sec .owl-dots .active {
  background-color: #009dfc !important;
}

.hm_video_customer_review_sec {
  width: 100%;
  height: auto;
  display: inline-block;
  padding: 50px 0;
  padding-top: 0;
}
.hm_video_customer_review_sec .hm_video_customer_review_head {
  width: 100%;
  height: auto;
  float: left;
  text-align: center;
  color: #333333;
  font-size: 40px;
  line-height: 48px;
  font-weight: bold;
}
.hm_video_customer_review_sec .hm_video_customer_review_head h4 {
  color: #0c0c0c;
  font-size: 35px;
  line-height: 48px;
  font-weight: 500;
}
.hm_video_customer_review_sec .hm_video_customer_video_sec {
  width: 100%;
  height: auto;
  float: left;
  margin-top: 20px;
}
.hm_video_customer_review_sec
  .hm_video_customer_video_sec
  .hm_video_customer_video_box {
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 10px;
}
.hm_video_customer_review_sec .latest_blog_section {
  width: 100%;
  height: auto;
  float: left;
  margin-top: 20px;
}
.hm_video_customer_review_sec .latest_blog_section .latest_blog_box {
  width: 100%;
  height: auto;
  float: left;
}
.hm_video_customer_review_sec
  .latest_blog_section
  .latest_blog_box
  .latest_blog_box_img {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  margin-bottom: 20px;
}
.hm_video_customer_review_sec
  .latest_blog_section
  .latest_blog_box
  .latest_blog_box_img
  .latest_blog_box_date {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 30px;
  bottom: -26px;
  background-color: #055c9d;
  text-align: center;
  color: #fff;
  font-size: 19px;
  line-height: 21px;
  padding-top: 10px;
}
.hm_video_customer_review_sec
  .latest_blog_section
  .latest_blog_box
  .latest_blog_box_cnt {
  width: 100%;
  height: auto;
  float: left;
}
.hm_video_customer_review_sec
  .latest_blog_section
  .latest_blog_box
  .latest_blog_box_cnt
  h5 {
  width: 100%;
  height: auto;
  float: left;
  color: #212121;
  font-size: 24px;
  line-height: 35px;
  font-weight: 300;
  font-family: "Rubik";
}
.hm_video_customer_review_sec
  .latest_blog_section
  .latest_blog_box
  .latest_blog_box_cnt
  p {
  width: 100%;
  height: auto;
  float: left;
  color: #676f76;
  font-size: 18px;
  line-height: 29px;
}
.hm_video_customer_review_sec .latest_blog_section .view_all_blg_ftr {
  width: 100%;
  height: auto;
  float: left;
  margin-top: 20px;
  text-align: center;
}
.hm_video_customer_review_sec
  .latest_blog_section
  .view_all_blg_ftr
  .view_all_blg_btn {
  width: auto;
  height: 50px;
  padding: 0 15px;
  display: inline-block;
  text-align: center;
  line-height: 48px;
  border: 1px solid #4586f0;
  box-shadow: 0px 7px 15px #c7d4e1;
  box-sizing: border-box;
  border-radius: 10px;
  font-size: 19px;
  color: #003d72;
  transition: 0.2s ease;
}
.hm_video_customer_review_sec
  .latest_blog_section
  .view_all_blg_ftr
  .view_all_blg_btn:hover {
  background-color: #003d72;
  color: #fff;
}

.home_quick_contact_sec {
  width: 100%;
  height: auto;
  display: inline-block;
  padding: 30px 0;
  margin-bottom: 40px;
  background-repeat: no-repeat;
  background-size: cover;
}
.home_quick_contact_sec .home_quick_contact_head {
  width: 100%;
  height: auto;
  float: left;
  margin-top: 40px;
}
.home_quick_contact_sec .home_quick_contact_head h4 {
  width: 100%;
  height: auto;
  float: left;
  color: #033692;
  font-size: 33px;
  line-height: 48px;
  font-weight: 500;
}
.home_quick_contact_sec .quick_cntfrm_sec {
  width: 100%;
  height: auto;
  float: left;
  margin-top: 20px;
}
.home_quick_contact_sec .quick_cntfrm_sec .quick_cntfrm_sub_btn {
  background: #0e86d4;
  float: left;
  width: 150px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 19px;
  transition: 0.2s ease;
  background: linear-gradient(90deg, #4586f0 3.63%, #0e86d4 100%);
  box-shadow: 0px 4px 14px #79bae4;
  border-radius: 60px;
  transition: 0.2s ease;
  margin-top: 60px;
  border: 0;
}
.home_quick_contact_sec .quick_cntfrm_sec .quick_cntfrm_sub_btn:hover {
  transform: scale(1.1);
}
.home_quick_contact_sec .quick_cntfrm_sec #cnt-message {
  height: 100px;
  resize: none;
}
.home_quick_contact_sec .quick_cnt_right_add_sec {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  background-image: url(../img/contact_address_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px;
  overflow: hidden;
  padding: 40px 0;
}
.home_quick_contact_sec .quick_cnt_right_add_sec .quick_cnt_right_add_cnt {
  width: 100%;
  height: auto;
  float: left;
  padding: 20px;
}
.home_quick_contact_sec
  .quick_cnt_right_add_sec
  .quick_cnt_right_add_cnt
  .quick_cnt_right_add_head {
  width: 100%;
  height: auto;
  float: left;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}
.home_quick_contact_sec
  .quick_cnt_right_add_sec
  .quick_cnt_right_add_cnt
  .quick_cnt_right_add_row {
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 10px;
}
.home_quick_contact_sec
  .quick_cnt_right_add_sec
  .quick_cnt_right_add_cnt
  .quick_cnt_right_add_row
  .country_name {
  font-size: 18px;
}
.home_quick_contact_sec
  .quick_cnt_right_add_sec
  .quick_cnt_right_add_cnt
  .quick_cnt_right_add_row
  h4 {
  width: 100%;
  height: auto;
  float: left;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 5px;
  color: #fff;
}
.home_quick_contact_sec
  .quick_cnt_right_add_sec
  .quick_cnt_right_add_cnt
  .quick_cnt_right_add_row
  h4
  img {
  width: 30px;
}
.home_quick_contact_sec
  .quick_cnt_right_add_sec
  .quick_cnt_right_add_cnt
  .quick_cnt_right_add_row
  p {
  width: 100%;
  height: auto;
  float: left;
  font-size: 16px;
  color: #fff;
  margin-bottom: 5px;
}
.home_quick_contact_sec
  .quick_cnt_right_add_sec
  .quick_cnt_right_add_cnt
  .quick_cnt_right_add_row
  a {
  width: 100%;
  height: auto;
  float: left;
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 5px;
  color: #fff;
}

.easy_start_subscribe_sec {
  width: 100%;
  height: auto;
  display: inline-block;
  margin-bottom: -10px;
}
.easy_start_subscribe_sec .easy_start_sec {
  width: 50%;
  height: auto;
  float: left;
  padding-left: 0 !important;
}
.easy_start_subscribe_sec .easy_start_sec h6 {
  width: 100%;
  height: auto;
  float: left;
  font-weight: 500;
  font-size: 27px;
  color: #2d4a8a;
}
.easy_start_subscribe_sec .easy_start_sec .get_start_btn {
  background: #0e86d4;
  float: left;
  width: auto;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 19px;
  transition: 0.2s ease;
  background: linear-gradient(90deg, #4586f0 3.63%, #0e86d4 100%);
  box-shadow: 0px 4px 14px #79bae4;
  border-radius: 60px;
  transition: 0.2s ease;
  padding: 0 20px;
}
.easy_start_subscribe_sec .easy_start_sec .get_start_btn:hover {
  transform: scale(1.1);
}
.easy_start_subscribe_sec .easy_subscribe_sec {
  width: 50%;
  height: auto;
  float: left;
}
.easy_start_subscribe_sec .easy_subscribe_sec h6 {
  width: 100%;
  height: auto;
  float: left;
  color: #2d4a8a;
  font-size: 19px;
  margin-bottom: 20px;
}
.easy_start_subscribe_sec .easy_subscribe_sec .subscribe_inp_sec {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  max-width: 500px;
}
.easy_start_subscribe_sec .easy_subscribe_sec .subscribe_inp_sec form {
  margin: 0;
}
.easy_start_subscribe_sec
  .easy_subscribe_sec
  .subscribe_inp_sec
  .subscribe_input {
  width: 100%;
  height: 45px;
  float: left;
  background: rgba(255, 255, 255, 0.79);
  border: 1px solid rgba(208, 216, 227, 0.44);
  box-sizing: border-box;
  border-radius: 38px;
  padding-left: 10px;
  outline: none;
  padding-right: 150px;
}
.easy_start_subscribe_sec
  .easy_subscribe_sec
  .subscribe_inp_sec
  .subscribe_inp_btn {
  background: #0e86d4;
  float: left;
  width: 140px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  color: #fff;
  font-size: 19px;
  transition: 0.2s ease;
  background: linear-gradient(90deg, #4586f0 3.63%, #0e86d4 100%);
  box-shadow: 0px 4px 14px #79bae4;
  border-radius: 60px;
  transition: 0.2s ease;
  position: absolute;
  right: 0;
  top: 0;
}
.easy_start_subscribe_sec
  .easy_subscribe_sec
  .subscribe_inp_sec
  .subscribe_inp_btn:hover {
  transform: scale(1.1);
}

.form__group {
  position: relative;
  padding: 15px 0 0;
  margin-top: 40px;
  width: 100%;
}

.form__field {
  font-family: inherit;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #ccc;
  outline: 0;
  font-size: 1.3rem;
  color: #242424;
  padding: 7px 0;
  background: transparent;
  transition: border-color 0.2s;
}
.form__field::-moz-placeholder {
  color: transparent;
}
.form__field::placeholder {
  color: transparent;
}
.form__field:-moz-placeholder-shown ~ .form__label {
  font-size: 1.3rem;
  cursor: text;
  top: 20px;
}
.form__field:placeholder-shown ~ .form__label {
  font-size: 1.3rem;
  cursor: text;
  top: 20px;
}

.form__label {
  position: absolute;
  top: -5px;
  display: block;
  transition: 0.2s;
  font-size: 1rem;
  color: #666;
}

.form__field:focus {
  padding-bottom: 6px;
  font-weight: 700;
  border-width: 3px;
  -o-border-image: linear-gradient(to right, #666, #666);
  border-image: linear-gradient(to right, #666, #666);
  border-image-slice: 1;
}
.form__field:focus ~ .form__label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  font-size: 1rem;
  color: #000;
  font-weight: 700;
}

/* reset input */
.form__field:required,
.form__field:invalid {
  box-shadow: none;
}

.rating {
  border: none;
  float: left;
  pointer-events: none;
}

.rating > input {
  display: none;
}

.rating > label:before {
  margin: 5px;
  font-size: 13px;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}

.rating > .half:before {
  content: "\f089";
  position: absolute;
}

.rating > label {
  color: #ddd;
  float: right;
}

/***** contact-css*****/
.form-country-sec .icon img {
  width: 23px;
  height: 23px;
  margin-right: 10px;
}

.contact-us-sec a {
  color: #0c0c0c;
  font-size: 19px;
}

.c-hed a {
  color: white;
}

.quick_cntfrm_sec .wpforms-container form .wpforms-submit-container button {
  background: #0e86d4;
  background: linear-gradient(90deg, #4586f0 3.63%, #0e86d4 100%);
  float: left;
  width: 150px;
  height: 50px;
  text-align: center;
  color: #fff !important;
  font-size: 19px;
  transition: 0.2s ease;
  transition: 0.2s ease;
  box-shadow: 0 4px 14px #79bae4;
  border-radius: 10px;
  border: 0 !important;
  float: left;
  margin-bottom: 15px;
}

.wpforms-field {
  padding: 25px 0 !important;
}

.form-box textarea {
  font-family: inherit !important;
  width: 100% !important;
  border: 0 !important;
  border-bottom: 1px solid #d1d1d1 !important;
  outline: 0 !important;
  font-size: 1.3rem !important;
  color: #242424 !important;
  padding: 7px 0 !important;
  background: 0 0 !important;
  transition: border-color 0.2s !important;
}

.form-box input {
  font-family: inherit !important;
  width: 100% !important;
  border: 0 !important;
  border-bottom: 1px solid #d1d1d1 !important;
  outline: 0 !important;
  font-size: 1.3rem !important;
  color: #242424 !important;
  padding: 7px 0 !important;
  background: 0 0 !important;
  transition: border-color 0.2s !important;
}

.form-country-sec .col-xl-6 {
  padding: 0px;
}

.contact-us-sec {
  background: url(https://infinitemlmsoftware.com/wp-content/uploads/2023/07/contact-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 75px 0px 267px;
  margin-top: 25px;
}

.contact-us-sec h2 {
  text-align: left;
  color: #0056a2;
  padding-bottom: 10px;
  font-size: 35px;
  line-height: 48px;
  font-weight: 500;
}

.contact-us-sec .mail-phone {
  display: flex;
  padding: 8px 0px 20px;
}

.mail-phone .head-icon {
  display: flex !important;
  margin-right: 30px;
}

.mail-phone .head-icon img {
  width: 30px;
  height: 30px;
  margin-right: 12px;
}

.mail-phone .head-icon p {
  margin: auto 0px;
}

.contact-us-sec .country-b-box .c-hed {
  display: flex;
}

.contact-us-sec .country-b-box img {
  width: 30px;
  height: 30px;
  margin-right: 12px;
}

.contact-us-sec .country-b-box p {
  margin: auto 0px;
}

.form-country-sec {
  background: #fff;
  box-shadow: 0px 18px 36px -18px rgba(0, 102, 169, 0.46);
}

.form-country-sec .country-b-box {
  background: #0157ae;
  height: 100%;
  padding: 30px 32px;
}

.form .form-box {
  margin: auto;
  padding: 20px 30px;
}

.form h1,
.form p {
  text-align: center;
}

.form input,
.form textarea {
  width: 100%;
}

.form {
  position: relative;
  margin-top: -230px;
  margin-bottom: 60px;
}

section p {
  color: #0c0c0c;
  font-weight: 300;
  font-size: 20px;
  line-height: 35px;
}

.country-b-box p {
  color: white !important;
  text-align: left;
  font-size: 15px;
  line-height: 24px;
}

.c-hed {
  display: flex;
}

.flag img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.location img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.number img {
  width: 18px;
  margin-right: 10px;
  height: 18px;
}

.country-b-box .row {
  row-gap: 20px;
}

.res-box {
  display: none;
}

@media (min-width: 1200px) and (max-width: 1365px) {
  .country-b-box p {
    color: white;
    text-align: left;
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .form {
    position: relative;
  }
}
@media (max-width: 991px) {
  .form {
    position: relative;
  }
}
@media (max-width: 991px) {
  .res-box {
    display: block;
  }
  .viw-box {
    display: none;
  }
  .form .form-box {
    margin: auto;
    background: white;
    padding-bottom: 72px;
  }
  div.wpforms-container-full {
    margin: 24px auto 78px;
  }
  .form {
    position: relative;
  }
  .form-box {
    background: #fff;
    box-shadow: 0px 7px 29px 0px rgba(100, 100, 111, 0.2);
  }
}
@media (max-width: 767px) {
  .contact-us-sec {
    padding: 65px 0px 267px;
  }
  .form-box {
    background: #fff;
    box-shadow: 0px 7px 29px 0px rgba(100, 100, 111, 0.2);
  }
  .form {
    position: relative;
  }
}
/***** CSS Magic to Highlight Stars on Hover *****/
.rating > input:checked ~ label,
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
  color: #ffd700;
} /* hover previous stars in list */
.rating > input:checked + label:hover,
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label,
.rating > input:checked ~ label:hover ~ label {
  color: #ffed85;
}

.star_rate_value {
  width: auto;
  float: right;
  margin-top: 5px;
  font-size: 14px;
}

.home_smart_contract_mlm_sec {
  width: 100%;
  height: auto;
  display: inline-block;
  padding: 40px 0;
  border-top: 2px #f5f5f5 solid;
}
.home_smart_contract_mlm_sec .home_smart_contract_mlm_left_cnt {
  width: 100%;
  height: auto;
  float: left;
}
.home_smart_contract_mlm_sec
  .home_smart_contract_mlm_left_cnt
  .home_smart_contract_mlm_left_cnt_head {
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 20px;
  margin-top: 30px;
}
.home_smart_contract_mlm_sec
  .home_smart_contract_mlm_left_cnt
  .home_smart_contract_mlm_left_cnt_head
  h2 {
  width: 100%;
  height: auto;
  float: left;
  color: #003d72;
  font-size: 45px;
  text-align: left;
  font-weight: bold;
}
.home_smart_contract_mlm_sec
  .home_smart_contract_mlm_left_cnt
  .home_smart_contract_mlm_left_cnt_contant {
  width: 80%;
  height: auto;
  float: left;
}
.home_smart_contract_mlm_sec
  .home_smart_contract_mlm_left_cnt
  .home_smart_contract_mlm_left_cnt_contant
  p {
  width: 100%;
  height: auto;
  float: left;
  color: #0c0c0c;
  font-size: 18px;
  line-height: 30px;
  width: 100%;
  height: auto;
  float: left;
  margin-top: 8px;
}
.home_smart_contract_mlm_sec .home_smart_contract_mlm_right_img {
  width: 100%;
  height: auto;
  float: left;
  text-align: center;
  padding: 20px;
}
.home_smart_contract_mlm_sec .home_smart_contract_mlm_right_img img {
  max-width: 80%;
  mix-blend-mode: darken;
}

.try_demo_cnt_sc_head h2 {
  color: #1a1a1a;
}

.footer-cnt h5 {
  color: #0c0c0c;
  font-size: 22px;
  text-transform: uppercase;
}

.footer-cnt li a {
  color: #2e2e2e;
  font-size: 18px;
}

.quick_cnt_right_add_row:last-child p:last-child a {
  margin-top: 15px;
}

.our_sol_rw_pd {
  padding: 0 50px;
}

.awards_review_sc .rating label {
  margin-bottom: 0;
}

@media (max-width: 1800px) {
  .hm_experts_sec img {
    width: 1800px;
  }
}
.main-container-new {
  max-width: 1400px;
}

@media (max-width: 1400px) {
  .main-container-new {
    max-width: 1200px;
  }
  .rating > label:before {
    margin: 6px 3px;
    margin-bottom: 0px;
  }
  .star_rate_value {
    font-size: 15px;
  }
  .hm_experts_sec .weare_exprt_cnt .weare_exprt_cnt_txt {
    width: 100% !important;
  }
}
@media (max-width: 1250px) {
  .awards_review_banner_sec .awards_review_banner_img {
    margin-top: -9px;
  }
}
@media (max-width: 1200px) {
  .main-container-new {
    max-width: 960px;
  }
  .star_rate_value {
    width: 100%;
    position: absolute;
    bottom: -1px;
    left: 0;
  }
  .home-banner-2020mar5 {
    padding-bottom: 30px;
  }
  .grow_selling_business_sec .grow_bcc_left_sec .grow_bcc_left_boxes {
    width: 95%;
  }
}
@media (max-width: 992px) {
  .hm_quick_information .hm_quick_obj {
    width: 100%;
  }
  .main-container-new {
    max-width: 720px;
  }
  .grow_selling_business_sec .grow_bcc_right_sec {
    padding-left: 0;
  }
  .awards_review_banner_sec .awards_review_banner_img {
    width: 100%;
    margin-top: 20px !important;
    display: grid !important;
  }
  .awards_review_banner_sec .awards_review_banner_head {
    width: 100%;
  }
  .weare_exprt_cnt_txt {
    width: 100%;
  }
  #cssmenu .submenu-button {
    border-top: 0 !important;
    top: 1px !important;
  }
  .home_smart_contract_mlm_left_cnt_contant {
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .popular_mlm_integration_view_all_btn {
    float: left !important;
    margin-bottom: 20px;
  }
  .main-container-new {
    max-width: 95%;
  }
  .r-tabs-accordion-title.r-tabs-state-active {
    display: inline-block;
  }
  .awards_review_banner_sec .awards_review_banner_img {
    grid-template-columns: repeat(auto-fit, minmax(48%, 1fr));
  }
  .why_choose_left_sec::after {
    display: none;
  }
  .why_choose_left_sec::before {
    display: none;
  }
  .why_choose_sec .why_choose_sec_box {
    margin-left: 0;
  }
  .awards_review_banner_sec .awards_review_banner_head::after {
    display: none;
  }
  .awards_review_banner_sec .awards_review_banner_head {
    font-size: 19px;
    padding-bottom: 0 !important;
    margin: 0 !important;
  }
  .home-banner-2020mar5 {
    margin-bottom: 0;
  }
  .awards_review_banner_sec .awards_review_banner_img {
    grid-template-columns: repeat(auto-fit, minmax(47%, 1fr)) !important;
  }
  .rating > label:before {
    font-size: 1em;
  }
  .star_rate_value {
    bottom: 12px;
  }
  .awards_review_banner_sec .awards_review_banner_img img {
    width: 100% !important;
  }
  .awards_review_sc {
    padding: 2px 0px 15px 0px;
  }
  .hm_experts_sec .weare_exprt_cnt {
    padding: 20px;
  }
  .hm_experts_sec .weare_exprt_cnt .weare_exprt_cnt_txt {
    width: 100%;
  }
  .new_popular_section
    .popular_mlm_integration
    .popular_integ_boxes_sec
    .popular_integ_boxes
    .popular_integ_boxes_txt
    p {
    text-align: center;
  }
  .grow_selling_business_sec .grow_bcc_right_sec {
    margin-top: 30px;
  }
  .grow_selling_business_sec {
    background-size: cover;
  }
  .grow_selling_business_sec {
    padding: 10px 0;
  }
  .grow_selling_business_sec
    .grow_bcc_right_sec
    .grow_bcc_right_head
    .grow_right_explore_btn {
    min-width: 210px;
  }
  .app_downld_btn_row a:first-child .app_downld_btn img {
    padding: 12px;
  }
  .download_app_sec
    .download_app_lft_txt_sc
    .app_downld_btn_row
    .app_downld_btn {
    margin-bottom: 20px;
  }
  .hm_customer_review_sec
    .hm_customer_review_scr_sec
    .hm_customer_review_box
    .hm_customer_review_box_txt {
    height: 250px;
  }
  .home_quick_contact_sec .home_quick_contact_head h2 {
    font-size: 36px;
  }
}
/* Ninja Form style starts */
.nf-form-layout .nf-before-form-content .nf-form-fields-required {
  display: none;
}

.nf-field-container .field-wrap .nf-field-element input,
.nf-field-container .field-wrap .nf-field-element textarea {
  font-family: inherit;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #ccc;
  outline: 0;
  font-size: 1.3rem;
  color: #242424;
  padding: 7px 0;
  background: transparent;
  transition: border-color 0.2s;
}

.nf-field-container .field-wrap .nf-field-element input:focus,
.nf-field-container .field-wrap .nf-field-element textarea:focus {
  padding-bottom: 6px;
  font-weight: 700;
  border-width: 3px;
  -o-border-image: linear-gradient(to right, #666, #666);
  border-image: linear-gradient(to right, #666, #666);
  border-image-slice: 1;
}

.nf-error-msg {
  display: none;
}

.nf-form-content .label-above .nf-field-label,
.nf-form-content .label-below .nf-field-label,
.nf-form-content .label-hidden .nf-field-label {
  margin-bottom: 22px !important;
  padding: 0;
  visibility: visible !important;
}

.nf-field-container .field-wrap .nf-field-element input:focus,
.nf-field-container .field-wrap .nf-field-element textarea:focus {
  background-color: transparent;
}

.label-hidden .nf-field-label .ninja-forms-req-symbol {
  display: none;
}

.nf-form-content label {
  line-height: 20px;
  font-size: 17px !important;
  color: #666;
}

.nf-error.field-wrap .nf-field-element:after {
  height: 29px !important;
  width: 29px !important;
  line-height: 32px !important;
  border-radius: 50% !important;
  right: 15px !important;
  height: 50px;
  top: 10px !important;
}

.nf-field-container .field-wrap .nf-field-element #nf-field-29 {
  background: #0e86d4;
  background: linear-gradient(90deg, #4586f0 3.63%, #0e86d4 100%);
  float: left;
  width: 150px;
  height: 50px;
  text-align: center;
  color: #fff;
  font-size: 19px;
  transition: 0.2s ease;
  transition: 0.2s ease;
  box-shadow: 0px 4px 14px #79bae4;
  border-radius: 60px;
  /*     margin-top: 60px; */
  border: 0;
}

.nf-field-container .field-wrap .nf-field-element #nf-field-29:hover {
  transform: scale(1.1);
}

.nf-form-wrap .nf-response-msg {
  color: green;
}

/* Ninja Form style ends */
/* WPForm style starts */
/* .wpforms-field-container .wpforms-field-text input, .wpforms-field-container .wpforms-msg-text textarea{
	font-family: inherit;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #ccc;
    outline: 0;
    font-size: 1.3rem;
    color: #242424;
    padding: 7px 0;
    background: transparent;
    -webkit-transition: border-color .2s;
    transition: border-color .2s;
} */
.quick_cntfrm_sec .wpforms-container form .wpforms-field-container input,
.quick_cntfrm_sec .wpforms-container form .wpforms-field-container textarea {
  font-family: inherit !important;
  width: 100% !important;
  border: 0 !important;
  border-bottom: 1px solid #d1d1d1 !important;
  outline: 0 !important;
  font-size: 1.3rem !important;
  color: #242424 !important;
  padding: 7px 0 !important;
  background: transparent !important;
  transition: border-color 0.2s !important;
}

.quick_cntfrm_sec .wpforms-container form .wpforms-submit-container button {
  background: #0e86d4;
  background: linear-gradient(90deg, #4586f0 3.63%, #0e86d4 100%);
  float: left;
  width: 150px;
  height: 50px;
  text-align: center;
  color: #fff !important;
  font-size: 19px;
  transition: 0.2s ease;
  transition: 0.2s ease;
  box-shadow: 0px 4px 14px #79bae4;
  border-radius: 10px;
  /*     margin-top: 60px; */
  border: 0 !important;
  float: left;
  margin-bottom: 15px;
}

.quick_cntfrm_sec
  .wpforms-container
  form
  .wpforms-submit-container
  button:hover {
  transform: scale(1.1);
}

/* WPForm style ends */
li.get-started-now a.red-btn {
  border-radius: 10px !important;
}

#cssmenu .red-btn:before {
  opacity: 0.3;
}

header {
  border-bottom: 1px rgba(0, 0, 0, 0.031372549) solid;
}

.grow_with_mlm
  .grow_bcc_left_sec
  .grow_business_scr
  .owl-item
  .row
  .col-md-6:first-child {
  margin-top: -60px;
  margin-bottom: 60px;
}

.grow_with_mlm .grow_bcc_left_sec .grow_business_scr .owl-stage {
  padding-top: 10px;
}

.copyright {
  margin-bottom: -50px;
  background-color: #fff;
  position: relative;
  padding-bottom: 50px;
}

.new_popular_section {
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}

.new_feature_section {
  width: 100%;
  height: auto;
  float: left;
  padding-bottom: 0px;
  padding-top: 10px;
  background-color: #fff;
}
.grow-bss-icon {
  max-height: 49px;
  max-width: 68px;
  width: 100%;
  margin-bottom: 13px;
  object-fit: contain;
}
.new_acc_icon {
  width: 50px;
  height: auto;
  float: none;
  margin-right: 0px;
  display: inline-block;
  padding: 5px;
}
.new_acc_icon img {
  mix-blend-mode: darken;
}

.new_acc .inner {
  padding-left: 1em;
  overflow: hidden;
  display: none;
}

.new_acc span {
  margin: 0.5em 0;
  width: 40%;
  display: inline-block;
}

.new_acc span a.toggle {
  width: 100%;
  display: block;
  background: #fff;
  color: #3e3e3e;
  padding: 0.75em;
  border-radius: 0.15em;
  transition: background 0.3s ease;
  box-shadow: 0px 0px 20px rgba(225, 225, 225, 0.5215686275);
  font-size: 21px;
}

.new_acc span a p {
  width: 100%;
  display: inline-block;
  font-size: 14px;
  margin-top: 8px;
  margin-bottom: 0;
}

.new_acc .inner {
  background-color: #fff;
}

.new_acc li {
  list-style: disc;
  font-size: 18px;
  line-height: 33px;
  color: #000;
  font-weight: 300;
}

.new_acc_head {
  width: 100%;
  display: inline-block;
  color: #0c0c0c;
  line-height: 19px;
  font-size: 20px;
  text-align: left;
  font-weight: 400;
}

.new_feature_section p {
  font-size: 19px;
}

.hm_new_button_sec {
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 20px;
  border-radius: 15px;
  border: solid 1px #e5e5e5;
  overflow: hidden;
}
.hm_new_button_sec h4 {
  display: none;
}

.tab_btn_ne_sc {
  width: 100%;
  text-align: center;
  margin: 0;
  height: auto;
  float: left;
  background: #fff;
  color: #3e3e3e;
  padding: 0;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.2s ease;
  position: relative;
  display: grid;
  grid-template-columns: 60px 1fr;
  margin-bottom: 0;
  font-family: "Rubik";
  min-height: inherit;
  border: 0;
  border-radius: 0;
  border-left: #fff solid 4px;
  padding-bottom: 10px !important;
  padding-top: 10px;
}
.tab_btn_ne_sc:hover {
  background: rgb(255, 255, 255);
}

.tab_btn_active {
  border-left: #003d72 solid 4px;
  background: #fff;
  box-shadow: 10px 24px 54px rgba(0, 0, 0, 0.11);
  opacity: 1 !important;
}

.new_feature_section .new_acc .inner {
  display: block;
}

.hm_new_button_sec.new_acc .card-header {
  padding: 1px;
}

.hm_new_button_sec .card {
  border-bottom: 1px #e5e5e5 solid !important;
}

.acc_right_img1 {
  width: 100%;
  height: auto;
  float: left;
  transition: 0.2s ease;
}

.acc_right_img1 img {
  width: 100%;
  display: block;
  /*     border: solid 5px #fff;
      box-shadow: 0px 0px 10px #e1e1e1; */
  border-radius: 5px;
}

.acc_right_img1 .inner {
  text-align: left;
  color: #0c0c0c;
  font-size: 18px;
  line-height: 30px;
}

.acc_right_img1 .inner p {
  text-align: left;
  color: #000;
  font-size: 19px;
  line-height: 30px;
  font-family: "Rubik";
}

.acc_right_img1 .inner li {
  list-style: circle;
  font-family: "Rubik";
  color: #000;
}

.acc_right_img1 .inner h5 {
  width: 100%;
  height: auto;
  float: left;
  color: #0c0c0c;
  font-size: 25px;
  margin-bottom: 20px;
}

.new_sc_bottom_btn_row {
  width: 100%;
  height: auto;
  float: left;
  margin-top: 20px;
}

.new_sec_feature_btn {
  width: auto;
  height: 50px;
  float: left;
  text-align: center;
  line-height: 50px;
  border: 1px solid #9bafc3;
  border-radius: 28px;
  background: linear-gradient(90deg, #4586f0 3.63%, #0e86d4 100%);
  box-shadow: 0px 4px 14px #79bae4;
  font-size: 19px;
  color: #fff;
  margin-top: 10px;
  transition: 0.2s ease;
  padding-left: 15px;
  padding-right: 15px;
}

.new_sec_feature_btn:hover {
  background: #003d72 !important;
  color: #fff;
}

.our_badge_section {
  width: 100%;
  height: auto;
  display: inline-block;
  padding: 40px 0;
}

.badge_list_sec {
  width: 100%;
  height: auto;
  display: inline-block;
}

.badge_list_box {
  width: 100%;
  min-height: 50px;
  float: left;
  border-radius: 10px;
  background-color: #fff;
  padding: 30px;
  transition: 0.2s ease;
  border: solid 1px #ebf7ff;
}

.badge_list_box img {
  transition: 0.2s ease;
}

.badge_list_box:hover img {
  transform: scale(1.1);
}

.badge_head {
  text-align: center;
  margin-bottom: 30px;
}
.badge_head h2 {
  font-size: 22px;
  margin-bottom: 30px;
}
.badge_head h2 span {
  position: relative;
}
.badge_head h2 span::before {
  position: absolute;
  left: -60px;
  width: 50px;
  height: 2px;
  top: 10px;
  background-color: #a7a7a7;
  content: "";
}
.badge_head h2 span::after {
  position: absolute;
  right: -60px;
  width: 50px;
  height: 2px;
  top: 10px;
  background-color: #a7a7a7;
  content: "";
}

.badge_head h5 span {
  position: relative;
}
.badge_head h5 span::before {
  position: absolute;
  left: -60px;
  width: 50px;
  height: 2px;
  top: 10px;
  background-color: #a7a7a7;
  content: "";
}
.badge_head h5 span::after {
  position: absolute;
  right: -60px;
  width: 50px;
  height: 2px;
  top: 10px;
  background-color: #a7a7a7;
  content: "";
}

.grow_section_view_svg {
  position: absolute;
  right: 0;
  top: 0;
}

.country_name img {
  width: auto;
}

.home_new_ftr_view_sec {
  width: 100%;
  height: auto;
  padding: 40px 0;
  padding-bottom: 0px;
  position: relative;
  border-top: 3px #eefaff solid;
  background-image: url(../img/technology_vect.png);
  background-repeat: no-repeat;
  background-position: right 0;
  overflow: hidden;
}

.bottom_lst_new_stack {
  width: 100%;
  height: auto;
  display: inline-block;
  background-color: #e4f6ff;
  padding: 10px 0;
}
.bottom_lst_new_stack img {
  max-width: 100%;
  width: 75%;
}

.home_new_ftr_view_sec_head {
  width: 100%;
  height: auto;
  display: inline-block;
}
.home_new_ftr_view_sec_head h4 {
  width: 100%;
  height: auto;
  display: inline-block;
  color: #333333;
  font-size: 40px;
  margin-bottom: 15px;
}
.home_new_ftr_view_sec_head h4 span {
  width: 100%;
  height: auto;
  display: inline-block;
  font-size: 25px;
}

.home_new_ftr_view_sec_cntant {
  width: 100%;
  height: auto;
  display: inline-block;
}
.home_new_ftr_view_sec_cntant p {
  color: #4a4a4a;
  font-size: 19px;
  width: 100%;
  height: auto;
  display: inline-block;
  line-height: 33px;
}

.home_new_ftr_view_sec_img {
  width: 100%;
  height: auto;
  display: inline-block;
}
.home_new_ftr_view_sec_img img {
  width: 140%;
  position: relative;
  right: 0px;
  top: -30px;
}

.home_features_sec_head {
  width: 100%;
  height: auto;
  display: inline-block;
  text-align: center;
}
.home_features_sec_head h2 {
  width: 100%;
  height: auto;
  display: inline-block;
  color: #333333;
  font-size: 35px;
  margin-bottom: 15px;
}
.home_features_sec_head p {
  width: 80%;
  height: auto;
  display: inline-block;
  color: #0c0c0c;
  font-size: 20px;
  font-family: "Rubik";
}
@media (max-width: 900px) {
  .home_features_sec_head p {
    width: 100%;
  }
}

.home_feature_box_sc {
  width: 100%;
  height: auto;
  float: left;
  background: #f0f6ff;
  border-radius: 70px;
  padding: 40px;
}

.hm_Center_head {
  width: 100%;
  height: auto;
  float: left;
  text-align: center;
}

.hm_Center_head span {
  color: #4586f0;
}

.our_solution_head_sec {
  width: 100%;
  height: auto;
  float: left;
  padding-top: 50px;
  background-color: #f3fcff;
  /* input (radio) for toggling. hidden - use labels for clicking on */
  /* labels for the input (radio) boxes - something to click on */
  /* switch highlighters wrapper (sliding left / right) 
      - need wrapper to enable the even margins around the highlight box
  */
  /* switch box highlighter */
  /* switch box labels
      - default setup
      - toggle afterwards based on radio:checked status 
  */
  /* slide the switch box from right to left */
  /* slide the switch box from left to right */
  /* toggle the switch box labels - first checkbox:checked - show first switch div */
  /* toggle the switch box labels - second checkbox:checked - show second switch div */
}
.our_solution_head_sec .our_solution_head {
  width: 100%;
  height: auto;
  float: left;
  text-align: center;
}
.our_solution_head_sec .our_solution_head h2 {
  width: 100%;
  height: auto;
  display: inline-block;
  color: #333333;
  font-size: 35px;
  text-align: center;
}
.our_solution_head_sec .our_solution_head p {
  color: #4a4a4a;
  font-size: 20px;
  width: 100%;
  height: auto;
  display: inline-block;
  max-width: 1000px;
  text-align: center;
  font-family: "Rubik";
  font-weight: 300;
}
.our_solution_head_sec .switches-container {
  width: 16rem;
  position: relative;
  display: flex;
  padding: 0;
  position: relative;
  background: #f3efef;
  line-height: 3rem;
  border-radius: 3rem;
  margin-left: auto;
  margin-right: auto;
}
.our_solution_head_sec .switches-container input {
  visibility: hidden;
  position: absolute;
  top: 0;
}
.our_solution_head_sec .switches-container label {
  width: 50%;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
  color: #908d8d;
}
.our_solution_head_sec .switch-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  padding: 0.15rem;
  z-index: 3;
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  /* transition: transform 1s; */
}
.our_solution_head_sec .switch {
  border-radius: 3rem;
  background: #4586f0;
  height: 100%;
}
.our_solution_head_sec .switch div {
  width: 100%;
  text-align: center;
  opacity: 0;
  display: block;
  color: #fff;
  transition: opacity 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0.125s;
  will-change: opacity;
  position: absolute;
  top: 0;
  left: 0;
}
.our_solution_head_sec
  .switches-container
  input:nth-of-type(1):checked
  ~ .switch-wrapper {
  transform: translateX(0%);
}
.our_solution_head_sec
  .switches-container
  input:nth-of-type(2):checked
  ~ .switch-wrapper {
  transform: translateX(100%);
}
.our_solution_head_sec
  .switches-container
  input:nth-of-type(1):checked
  ~ .switch-wrapper
  .switch
  div:nth-of-type(1) {
  opacity: 1;
}
.our_solution_head_sec
  .switches-container
  input:nth-of-type(2):checked
  ~ .switch-wrapper
  .switch
  div:nth-of-type(2) {
  opacity: 1;
}

.tech-sec {
  position: relative;
	    background: #edf4ff;
    margin-bottom: 2.7rem;
}
.tech-sec h2 {
    position: relative;
    font-family: "Inter", sans-serif !important;
    font-weight: 600 !important;
    font-size: 28px !important;
    margin-bottom: 5px !important;
    line-height: 1.4 !important;
    color: #212121;
}
.tech-sec h2 span {
  color: #4586f0;
}
.tech-sec h4 {
  padding-top: 8px;
  font-family: "Inter", sans-serif !important;
  font-weight: 600;
  font-size: 21.5px;
  line-height: 1.4;
  color: #3e4e68;
  margin-bottom: 3px;
}
.tech-sec p {
  font-size: 18px !important;
  font-family: "Rubik" !important;
  text-align: left;
  line-height: 1.8 !important;
  color: #3e3e3e !important;
}
.tech-sec li p {
  font-size: 17px !important;
}
.tech-sec::before {
  width: 50%;
  height: 300px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -80px;
  top: 0;
  margin: auto;
  background-color: #ebfaff;
  filter: blur(150px);
  content: "";
}

.tech-sec-box {
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 29px 27px;
    background-color: #fff;
    border-radius: 15px;
}

.show_sol {
  display: block !important;
}

.hide_sol {
  display: none !important;
}

.mlm_srvc_ico {
  background-image: none !important;
}

.solution_btm_obj {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: -30px;
  z-index: 0;
  pointer-events: none;
}

.try_our_demo_box_hm {
  width: 100%;
  height: auto;
  float: left;
  padding: 30px;
  background: #ffffff;
  box-shadow: 0px 5px 117px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  position: relative;
  margin-top: 30px;
}
.try_our_demo_box_hm .free_demo_box_img {
  width: 100%;
  float: left;
}
.try_our_demo_box_hm .try_our_demo_box_cnt {
  width: 100%;
  height: auto;
  float: left;
}
.try_our_demo_box_hm .try_our_demo_box_cnt .try_our_demo_box_cnt_head {
  width: 100%;
  height: auto;
  float: left;
  line-height: 35px;
  margin: 10px 0;
  color: #333333;
  font-size: 35px;
  margin-bottom: 20px;
  font-weight: 500;
}
.try_our_demo_box_hm .try_our_demo_box_cnt .try_our_demo_box_cnt_head h2 {
  width: 100%;
  height: auto;
  float: left;
  color: #333333;
  font-size: 35px;
}
.try_our_demo_box_hm .try_our_demo_box_cnt .try_our_demo_box_cnt_head span {
  background-color: #f0f6ff;
  padding: 0 10px;
  font-weight: 600;
  color: #003d72;
}
.try_our_demo_box_hm .try_our_demo_box_cnt .try_our_demo_box_cnt_txt {
  width: 100%;
  height: auto;
  float: left;
  text-align: left;
  color: #0c0c0c;
  font-size: 19px;
  line-height: 35px;
  font-family: "Rubik";
}
.try_our_demo_box_hm .try_our_demo_box_cnt .try_our_demo_box_cnt_txt p {
  font-size: 20px;
}
.try_our_demo_box_hm .try_our_demo_box_cnt .try_demo_btn {
  width: auto;
  padding: 0 35px;
  height: 50px;
  margin-top: 20px;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  background: linear-gradient(90deg, #4586f0 3.63%, #0e86d4 100%);
  box-shadow: 0px 7px 15px #c7d4e1;
  box-sizing: border-box;
  border-radius: 10px;
  font-size: 19px;
  color: #fff;
  margin-top: 10px;
  transition: 0.2s ease;
}
.try_our_demo_box_hm .try_our_demo_box_cnt .try_demo_btn:hover {
  background: #003d72;
}
.try_our_demo_box_hm .cnt_dv {
  display: flex;
  align-items: center;
}

.puplar_bg_mn {
  background-color: #f9feff;
  margin-bottom: 0 !important;
  padding: 30px 0 !important;
}
.puplar_bg_mn .popular_integ_scrl .owl-item {
  padding: 20px;
}

.contct_btn_area {
  width: 100%;
  height: auto;
  display: inline-block;
  padding: 30px 0;
  text-align: center;
}
.contct_btn_area .contct_btn_box {
  width: auto;
  height: auto;
  padding: 10px 20px;
  display: inline-block;
  background: #ffffff;
  box-shadow: 20px 11px 36px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  color: #282828;
  font-size: 19px;
}
.contct_btn_area .contct_btn_box .contct_btn {
  width: auto;
  height: auto;
  padding: 10px 20px;
  margin-left: 15px;
  display: inline-block;
  background: linear-gradient(90deg, #4586f0 3.63%, #4586f0 100%);
  box-shadow: 0px 4px 24px rgba(121, 186, 228, 0.5);
  border-radius: 10px;
  color: #fff;
  font-size: 19px;
}
.contct_btn_area .contct_btn_box .contct_btn:hover {
  background: #203a74;
}

.smart_contarct_sec {
  width: 100%;
  height: auto;
  display: inline-block;
  margin-top: -80px;
  position: relative;
}
.smart_contarct_sec .smart_contarct_box {
  width: 100%;
  height: auto;
  float: left;
  padding: 30px;
  background: #ffffff;
  box-shadow: 0px 5px 117px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  position: relative;
  margin-top: 30px;
}

.smart_cntrct_bg {
  background-image: url(../img/smart_contract_bg.jpg);
  background-size: cover;
}

.home-faq-sec {
  width: 100%;
  height: auto;
  display: inline-block;
  padding: 40px 0;
  min-height: 540px;
  padding-top: 20px;
}
.home-faq-sec .home-faq-sec-contant {
  width: 100%;
  height: auto;
  display: flex;
  padding-left: 200px;
  position: relative;
  align-items: center;
  transform: 0.2s ease;
}
.home-faq-sec .home-faq-sec-contant .home-faq-left-head {
  position: absolute;
  top: 30%;
  left: 0;
  transform: rotate(-90deg) translateY(-102px);
}
.home-faq-sec .home-faq-sec-contant .home-faq-left-head h5 {
      color: rgb(66 133 244 / 26%);
  font-size: 200px;
  font-weight: 700;
  text-transform: uppercase;
  transform: 0.2s ease;
}
.home-faq-sec .home-faq-sec-contant .home-faq-right-cnt {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
}
.home-faq-sec .home-faq-sec-contant .home-faq-right-cnt .accordion {
  width: 100%;
  margin: 90px auto;
  color: black;
  background-color: white;
  padding: 45px 45px;
  margin-bottom: 0px;
}
.home-faq-sec
  .home-faq-sec-contant
  .home-faq-right-cnt
  .accordion
  .container-faq {
  position: relative;
  margin: 5px 10px;
}
.home-faq-sec .home-faq-sec-contant .home-faq-right-cnt .accordion .label {
  position: relative;
  padding: 4px 0;
  font-size: 20px;
  color: black;
  cursor: pointer;
}
.home-faq-sec
  .home-faq-sec-contant
  .home-faq-right-cnt
  .accordion
  .label::before {
  content: "+";
  color: black;
  position: absolute;
  top: 50%;
  right: -5px;
  font-size: 25px;
  transform: translateY(-50%);
}
.home-faq-sec .home-faq-sec-contant .home-faq-right-cnt .accordion .content {
  position: relative;
  background: white;
  height: 0;
  text-align: left;
  width: 100%;
  font-weight: 300;
  overflow: hidden;
  transition: 0.5s;
  color: #0c0c0c;
  font-size: 18px;
  line-height: 27px;
	font-family: "Rubik", sans-serif !important;
}
.home-faq-sec .home-faq-sec-contant .home-faq-right-cnt .accordion .content li {
  color: #0c0c0c;
  font-size: 18px;
  line-height: 27px;
  font-weight: 300;
  list-style: disc;
}
.home-faq-sec .home-faq-sec-contant .home-faq-right-cnt .accordion .content p {
  color: #0c0c0c;
  font-size: 18px;
  line-height: 27px;
  font-weight: 300;
}
.home-faq-sec .home-faq-sec-contant .home-faq-right-cnt .accordion hr {
  width: 100;
  margin-left: 0;
  border: 1px solid #ebebeb;
  margin: 10px;
}
.home-faq-sec
  .home-faq-sec-contant
  .home-faq-right-cnt
  .accordion
  .container-faq.active
  .content {
  height: auto;
}
.home-faq-sec
  .home-faq-sec-contant
  .home-faq-right-cnt
  .accordion
  .container-faq.active
  .label::before {
  content: "-";
  font-size: 30px;
}

.container-faq.active .content {
  margin-top: 20px;
}

.footrt_top_box {
  width: 100%;
  float: left;
  padding: 30px;
  background: #ffffff;
  box-shadow: 10px 24px 84px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
}

#customer_review .owl-dots .owl-dot {
  margin: 5px 3px;
}

.row {
  clear: both;
}

.home_contact_box_sec {
  width: 100%;
  height: auto;
  display: inline-block;
  box-shadow: 10px 10px 40px #e7e7e7;
  padding-right: 20px;
  margin-bottom: 0px;
  border-radius: 10px;
  overflow: hidden;
}

/* Video Popup */
.video-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  display: none !important;
}

.video-popup.show-video {
  display: flex !important;
}

.iframe-wrapper {
  position: relative;
  background-color: #fff;
  padding: 8px;
  padding-bottom: 0;
  border-radius: 10px;
}

.iframe-wrapper iframe {
  width: 800px;
  max-width: 100%;
  height: 500px;
}

.iframe-wrapper .close-video {
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  width: 35px;
  height: 35px;
  top: -20px;
  right: -10px;
  border-radius: 50%;
  background-size: cover;
  background-color: #fff;
  color: #242424;
  text-align: center;
  padding-top: 9px;
  font-size: 16px;
}

.iframe-wrapper .close-video:before {
  content: "\f00d";
}

/*****main css****/
.copy_right_social_sec a .copy_right_social_ico {
  line-height: inherit;
  padding-top: 0px;
}

.tab_btn_ne_sc:hover:before {
  display: none;
}

footer {
  padding-top: 50px;
}

.footer-container h5 {
  margin-bottom: 20px;
}

/*****main css****/
/**Review Start**/
.client_review_feedback {
  overflow-x: hidden;
  width: 100%;
  display: inline-block;
}

.client_review_testimonial {
  transition: all 0.1s ease-in;
  display: inline-block;
  border-radius: 3px;
  margin: 10px 10px;
  box-shadow: 0 2px 6px 0 rgba(1, 87, 155, 0.2);
  padding: 10px 16px;
  min-height: 250px;
}

.client_review_testimonial__star {
  color: #ffbf00;
}

.client_review_testimonial p {
  margin: 0;
}

.client_review_testimonial__title {
  color: #5a6b7b;
  font-size: 13px;
  font-weight: 600;
  line-height: 24px;
}

.client_review_testimonial__author {
  padding-top: 4px;
  color: #718191;
  font-size: 12px;
  font-style: italic;
  line-height: 15px;
}
.client_review_testimonial__author:first-child {
  color: #242424;
}

.client_review_testimonial__text {
  padding-top: 3px;
  color: #718191;
  font-size: 12px;
  line-height: 21px;
  font-weight: 300;
}

.client_review_testimonial__source_img {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #5a6a7a;
}
.client_review_testimonial__source_img span img {
  max-height: 20px;
  width: auto !important;
}

.banner-2020mar-cnt5 h1 span {
}

.awards_review_banner_sec {
  justify-content: space-between !important;
}

.tech-sec-box .toggle_faq {
  font-weight: 400;
  font-size: 20px;
}

.hm_new_button_sec .collapse {
  border-bottom: 1px #e5e5e5 solid;
}

.accordion > .card:last-of-type .collapse {
  border: 0;
}

.popular_plan_view_sc {
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #f3fcff;
  padding-top: 30px;
}
.popular_plan_view_sc.service {
  background-color: #fff !important;
}
.popular_plan_view_sc:nth-child(2) {
  background-color: #f3fcff;
}

.new_readmore_btn {
  width: 100%;
  display: inline-block;
  margin-top: auto !important;
}

.new_readmore_btn1 {
  padding: 0 10px;
}

.arrow_round_bx {
  width: 25px;
  height: 25px;
  border-radius: 30px;
  background-color: #225cbd;
  font-weight: 100;
  padding: 3px;
  text-align: center;
  line-height: 20px;
  font-size: 13px;
  text-align: center;
  line-height: 19px;
}

.popular_integ_scrl .popular_integ_boxes .popular_integ_boxes_txt a:hover {
  color: #000 !important;
}

.cta_btn_area {
  width: 100%;
  display: inline-block;
  padding: 40px 0;
  background-color: #001830;
}

.cta_btn_area .try_our_demo_box_cnt_head {
  color: #fff;
  font-size: 35px;
  margin-bottom: 20px;
  line-height: 43px;
}

.cta_btn_area .try_our_demo_box_cnt_head span {
  color: #3eb2ff;
  width: 100%;
  display: inline-block;
}

.cta_btn_area .try_our_demo_box_cnt_txt {
  color: #fff;
  font-size: 20px;
  font-weight: 200;
}

.align-item-center {
  align-items: center;
}

.readmore1 {
  color: #fff;
  width: 100%;
  display: inline-block;
  margin-top: 15px;
}

.readmore1:hover {
  color: #d5efff;
}

.home_feature_box_sc p {
  font-weight: 400;
}

.our_solution_content_sec {
  display: flex;
  overflow: visible;
}
.our_solution_content_sec .grow_bcc_right_head {
  min-width: 1500px;
}

.form-box .cnt_submit_btn {
  background: #0e86d4 !important;
  background: linear-gradient(90deg, #45bbf4 3.63%, #0e86d4 100%) !important;
  float: left;
  width: 150px !important;
  height: 50px;
  text-align: center;
  color: #fff !important;
  font-size: 19px;
  transition: 0.2s ease;
  transition: 0.2s ease;
  box-shadow: 0 4px 14px #79bae4;
  border-radius: 10px;
  border: 0 !important;
  float: left;
  margin-bottom: 15px;
}

.form-box .wpcf7-not-valid-tip {
  text-align: left;
}

.form-box textarea {
  max-height: 100px;
}

.form-box .wpcf7 form .wpcf7-response-output {
  width: 100%;
  overflow: auto;
}

.form-box input {
  font-weight: 300 !important;
  font-size: 19px !important;
}

.owl-carousel .owl-item img {
  height: auto;
}
.popular_plan_view_sc.service .grow_bcc_left_boxes {
  background: #f3fcff;
  border: solid 1px #e6f1f5;
}
/**Review End**/
@media only screen and (min-width: 1400px) {
  .home-banner-2020mar5 .banner-2020mar-img5 {
    margin-right: -100px !important;
  }
  .home-banner-2020mar5 .banner-2020mar-cnt5 {
    margin-left: 0px !important;
  }
  .home-banner-2020mar5 .banner-container-2020mar5 {
    max-width: 1400px;
  }
  .home-banner-2020mar5 .banner-2020mar-img5 img {
    width: auto !important;
    max-width: 100%;
  }
  .banner-bottom-2020mar5 .container div h3 {
    max-width: 450px;
  }
  .banner-bottom-2020mar5 .container div {
    margin-left: 0px;
  }
  .banner-bottom-2020mar5 .container,
  header .container {
    max-width: 1400px;
  }
}
@media only screen and (min-width: 1900px) {
  .home-banner-2020mar5 .banner-container-2020mar5 {
    max-width: 1440px;
  }
  .banner-bottom-2020mar5 .container,
  header .container {
    max-width: 1440px;
  }
}
@media (min-width: 767px) {
  .center-img-txt {
    grid-template-columns: 200px auto;
  }
}
.flag img {
  width: 32px;
  margin-right: 5px;
}

.on-contacts li {
  padding: 2px 0;
}

.on-contacts li .con-einline {
  color: rgba(255, 255, 255, 0.8);
  opacity: 0.8;
  font-weight: 300;
}

.contact-flag img {
  width: 28px;
  margin-right: 12px;
  padding: 8px 0px;
}

@media (min-width: 767px) {
  .contact-page .contact-form {
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.05);
    padding: 20px 20px;
    border-radius: 2px;
    margin-bottom: 20px;
  }
}
.contact-page .contact-form {
  margin-bottom: 20px;
}

.contact-sub-head {
  font-size: 1.6rem;
  margin-bottom: 20px;
  padding-bottom: 0px;
  line-height: 1;
}

.contact-sub-head:after {
  display: block;
  content: "";
  height: 2px;
  width: 170px;
  margin: 10px auto 20px 0px;
  position: relative;
  background: #6799ff;
}

.on-contacts li .fa-telegram {
  color: #03a9f4;
  font-size: 23px;
  bottom: -2px;
  position: relative;
  left: -2px;
}

@media (min-width: 1500px) {
  #cssmenu > ul > li > a {
    font-size: 17px;
  }
  #cssmenu ul ul li a {
    padding: 11px 30px 10px 30px;
  }
}
@media (max-width: 1600px) {
  body .home-banner-2020mar5 .banner-2020mar-img5 {
    margin-right: 0 !important;
  }
}
@media (max-width: 1400px) {
  .home-banner-2020mar5 .banner_image_main .banner_img_1 {
    width: 130px;
    height: 90px;
  }
  .home-banner-2020mar5 .banner_image_main .banner_img_2 {
    width: 110px;
    height: 108px;
  }
  .home-banner-2020mar5 .banner_image_main .banner_img_3 {
    width: 140px;
    height: 120px;
    bottom: -20px;
  }
  .banner-2020mar-img5 .iso_certif_sec {
    width: 40px;
    height: auto;
  }
  .home_new_ftr_view_sec_img img {
    width: 100%;
  }
  .bottom_lst_new_stack img {
    width: auto;
  }
  .banner-2020mar-cnt5 h1 {
    font-size: 35px;
    margin-bottom: 42px;
    line-height: 36px;
  }
  .banner-2020mar-cnt5 p {
    line-height: 1.5;
    letter-spacing: 0;
  }
  .banner-2020mar-img5 {
    margin-bottom: 23px;
    margin-right: -40px;
  }
  .banner-2020mar-cnt5 h1 span {
  }
}
@media (max-width: 1200px) {
  .home-banner-2020mar5 .banner_image_main .banner_img_1 {
    width: 100px;
    height: 110px;
  }
  .home-banner-2020mar5 .banner_image_main .banner_img_2 {
    width: 140px;
    height: 50px;
  }
  .home-banner-2020mar5 .banner_image_main .banner_img_3 {
    width: 90px;
    bottom: 0px;
    height: 100px;
  }
  .download_app_sec .download_app_right_img {
    margin-top: 80px;
  }
  .new_popular_section
    .popular_mlm_integration
    .popular_integ_boxes_sec
    .popular_integ_boxes {
    display: inline-block !important;
  }
}
@media (max-width: 991px) {
  .banner-container-2020mar5 {
    grid-template-columns: 1fr;
  }
  .acc_right_img1 {
    margin-top: 20px;
  }
  .easy_start_subscribe_sec .easy_start_sec {
    margin-bottom: 20px;
  }
  .new_popular_section
    .popular_mlm_integration
    .popular_mlm_integration_head
    .popular_mlm_integration_view_all_btn {
    float: left;
    margin-bottom: 20px;
  }
  .tab_btn_ne_sc {
    max-width: 100%;
  }
  .home-banner-2020mar5 .banner_image_main .banner_img_3 {
    width: 100px;
    bottom: 10px;
    height: 110px;
  }
  .home-banner-2020mar5 .banner_image_main .banner_img_1 {
    width: 100px;
    height: 110px;
    bottom: 30px;
  }
  .home-banner-2020mar5 .banner_image_main .banner_img_2 {
    width: 140px;
    height: 40px;
  }
  .banner-2020mar-img5 .iso_certif_sec {
    width: 40px;
    height: auto;
  }
  .banner-2020mar-cnt5 .play_video_btn {
    margin-top: 10px;
    margin-left: 0;
  }
  .grow_with_mlm
    .grow_bcc_left_sec
    .grow_business_scr
    .owl-item
    .row
    .col-md-6:first-child {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .banner-2020mar-cnt5 p {
    text-align: center;
  }
  .home_contact_box_sec {
    box-shadow: none;
    padding-left: 20px;
  }
  .home_quick_contact_sec {
    padding-top: 0;
  }
  .home-banner-2020mar5 .banner-2020mar-cnt5 a.banner-view-demo {
    padding: 13px 10px !important;
  }
  .try_our_demo_box_hm .try_our_demo_box_cnt .try_our_demo_box_cnt_head {
    line-height: 45px;
  }
  .home-faq-sec .home-faq-sec-contant {
    padding-left: 0 !important;
  }
  .home-faq-left-head {
    display: none !important;
  }
  .home-faq-sec .home-faq-sec-contant .home-faq-right-cnt .accordion {
    margin: 0;
    padding: 0;
  }
  .home-faq-sec {
    padding-top: 60px;
  }
}
@media (max-width: 768px) {
  .awards_review_banner_sec .awards_review_banner_img img {
    width: 70% !important;
    margin: auto;
  }
  .tab_btn_ne_sc {
    padding: 7px 0.75em;
  }
  .hm_new_button_sec {
    margin-bottom: 20px;
  }
  .new_sc_bottom_btn_row {
    margin-bottom: 20px;
  }
  .banner-bottom-2020mar5 .container div {
    padding: 0px 0px 12px 0px;
  }
  .acc_right_img1 img {
    width: 100%;
  }
  .contct_btn_area .contct_btn_box span {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
  }
  .our_solution_head_sec .our_solution_head {
    padding: 0 23px;
  }
  .popular_plan_view_sc {
    padding: 0 20px;
  }
  .contct_btn {
    margin-left: 0;
  }
  .try_our_demo_box_hm .free_demo_box_img {
    margin-top: 20px;
  }
  .popular_plan_view_sc .grow_bcc_left_sec .grow_bcc_left_boxes {
    margin: 0;
    width: 100% !important;
  }
  .new_popular_section {
    padding-bottom: 0px !important;
    margin-bottom: 0;
  }
  .grow_selling_business_sec .grow_bcc_right_sec .grow_bcc_right_head h2 {
    line-height: 43px !important;
    color: #242424;
  }
  .home_feature_box_sc {
    border-radius: 30px;
  }
  .new_popular_section {
    margin-bottom: 0;
  }
  .why_choose_sec_box {
    padding: 10px;
  }
  .popular_plan_view_sc .grow_bcc_right_sec {
    margin-top: 0;
  }
  .home_feature_box_sc {
    padding: 20px;
  }
  .banner-2020mar-img5 .iso_certif_sec {
    left: 0;
    top: 0;
  }
}
@media (max-width: 480px) {
  .acc_right_img1 .inner p {
    text-align: left;
  }
  .banner-container-2020mar5 {
    width: 100% !important;
    max-width: 100%;
    margin: 0;
  }
  .banner-2020mar-cnt5 a.banner-view-demo {
    font-size: 16px;
  }
  .banner-2020mar-cnt5 .play_video_btn {
    font-size: 17px;
  }
  .our_badge_section {
    padding-top: 0;
  }
  .new_popular_section .popular_mlm_integration .popular_integ_boxes_sec {
    margin-top: 0;
  }
  .why_choose_sec .why_choose_sec_box {
    padding: 5px !important;
  }
  .new_popular_section
    .popular_mlm_integration
    .popular_integ_boxes_sec
    .popular_integ_boxes {
    min-height: 90px !important;
  }
  .download_app_sec .download_app_right_img img {
    width: 100%;
  }
  .iframe-wrapper {
    width: 90%;
  }
  .iframe-wrapper iframe {
    height: 300px;
  }
}
.grow-list {
  display: inline-block;
  padding: 0;
}
.grow-list li {
  display: inline-flex;
  width: 100%;
  align-items: center;
}
.grow-list li a {
  color: #4586f0;
}
.grow-list li::before {
  content: "\f00c";
  font-family: "FontAwesome";
  color: #4586f0;
  padding-right: 10px;
}
.grow-list-2 li {
  padding-left: 21px;
  position: relative;
}
.grow-list-2 li::before {
  position: absolute;
  left: 0;
  top: 3px;
  content: "\f061";
  color: #7bd6ff;
}
.popular_integ_boxes-link {
  display: flex;
  gap: 5px;
  margin-left: 45px;
  margin-bottom: 10px;
  min-width: 60px;
  margin-top: 5px;
}
.popular_integ_boxes a.popular_integ_boxes-link span {
  white-space: nowrap;
  font-size: 14px;
  color: #666;
}
.popular_integ_boxes a.popular_integ_boxes-link {
  display: inline-flex;
  width: max-content;
  padding: 2px 10px;
  border-radius: 4px;
}
.popular_integ_boxes:hover a.popular_integ_boxes-link {
  display: inline-flex;
  background: #3b77db;
  width: max-content;
  padding: 2px 10px;
  border-radius: 4px;
}
.popular_integ_boxes:hover a.popular_integ_boxes-link span {
  color: #fff !important;
}
.client-section .right_client-list .client-talk p {
  font-weight: 400;
}
.popular_integ_boxes_txt h4 {
  font-family: "Rubik", sans-serif !important;
  color: #242424;
  font-size: 17px;
  font-weight: 500;
  margin-top: 14px;
}
p a {
    color: #4586f0 !important;
}
.country-b-box a{
	color:#f1f1f1 !important;
}
/* --#############################-new-2025-###########################################-- */
.primary-sub-p-2025 {
  line-height: 30px !important;
  color: #526068 !important;
  font-weight: 300;
  font-size: 18px !important;
  font-family: "Rubik", sans-serif !important;
}
.row-gap-4 {
  row-gap: 1.5rem;
}
.head-sec-whychoose {
  margin-top: 2.2rem;
}
.submain-h2 {
  font-family: "Inter", sans-serif !important;
  font-weight: 600;
  color: #212121;
}
.submain-h2 .hi-color {
  color: #4285f4;
}
.submain-pha {
  width: 100%;
  display: block;
  line-height: 1.8;
  color: #526068;
  font-weight: 300;
  font-size: 16.5px;
  font-family: "Rubik", sans-serif !important;
}
.head-sec-whychoose .submain-pha {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 0.7rem;
}

.wych-bx-model.bx-one-full {
  background-color: #dfecff;
  padding: 2.5rem 0 0 2.2rem;
  border-radius: 15px;
}
.wych-bx-model h3 {
  font-family: "Inter", sans-serif !important;
  font-weight: 600;
  font-size: 27px;
  margin-bottom: 11px;
}
.wych-bx-model ul li {
  padding-left: 27px;
  font-family: "Rubik", sans-serif !important;
  font-size: 16.5px;
  position: relative;
}
.wych-bx-model ul li::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  top: 4px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.wych-bx-model ul li + li {
  margin-top: 9px;
}
.primary-btn-25 {
  background-color: #4586f0;
  color: #fff;
}
.primary-white-btn-25 {
  background-color: #fff;
  color: #212121;
}
.primary-white-btn-25,
.primary-btn-25 {
  display: inline-block;
  line-height: 1;
  font-family: "Rubik", sans-serif !important;
  padding: 12.5px 14px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1px;
  border-radius: 4px;
  box-shadow: 2px 2px 9px 0px rgba(0, 0, 0, 0.1),
    2px 2px 5px 0px rgba(255, 255, 255, 0.4) inset;
  transition: all 0.25s;
}
.primary-btn-25:hover {
  background-color: #3267bb;
  color: #fff;
}
.primary-white-btn-25:hover {
  background-color: #3267bb;
  color: #fff;
}
.sub-h3 {
  font-family: "Rubik", sans-serif !important;
  font-size: 16px;
  position: relative;
  margin-bottom: 10px;
  font-weight: 400;
  color: #404040;
  line-height: 1.3;
}
.wych-bx-model li a,
.wych-bx-model p a {
  color: #4586f0;
}
.wych-bx-model li a:hover,
.wych-bx-model p a:hover {
  text-decoration: underline;
}
.wych-bx-model.bx-one-full ul li::before {
  background-image: url(https://infinitemlmsoftware.com/wp-content/uploads/2025/07/premium-icon.png);
}
.wych-bx-model.bx-two-full ul li::before {
  background-image: url(https://infinitemlmsoftware.com/wp-content/uploads/2025/07/check-why-blue-1.png);
}
.wych-bx-model.bx-three-full ul li::before {
  background-image: url(https://infinitemlmsoftware.com/wp-content/uploads/2025/07/check-why-white.png);
}
.sub-sub-items {
  margin-top: 7px;
}
.sub-sub-items li {
  font-size: 15px !important;
  padding-left: 24px !important;
}
.sub-sub-items li::before {
  background-image: url(https://infinitemlmsoftware.com/wp-content/uploads/2025/07/point-1.png) !important;
}
.wych-bx-model.bx-one-full h3 {
  color: #202020;
}
.wych-bx-model.bx-one-full ul li {
  color: #525252;
}
.wych-bx-model {
  height: 100%;
}
.tech-image {
  width: 100%;
  /* max-width: 200px; */
}
.wych-bx-model.bx-two-full {
  background-color: #e8f1ff;
  padding: 2.5rem 2.2rem;
  border-radius: 15px;
}
.wych-bx-model.bx-three-full {
  background: url(https://infinitemlmsoftware.com/wp-content/uploads/2025/07/seccurity-bg-1.png);
  padding: 2.5rem 2.2rem;
  border-radius: 15px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.wych-bx-model.bx-three-full::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(32, 56, 94, 0.863);
}
.wych-bx-model.bx-three-full::after {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 35px;
  width: 100%;
  height: 100%;
  background-image: url(https://infinitemlmsoftware.com/wp-content/uploads/2025/07/security-image.png);
  background-size: 153px;
  background-position: bottom right;
  background-repeat: no-repeat;
}
.wych-bx-model.bx-three-full h3 {
  color: #ffffff;
}
.wych-bx-model.bx-three-full ul li {
  color: #ffffff;
}
@media (max-width: 768px) {
  .wych-bx-model.bx-one-full {
    padding: 2rem 0 0 1.6rem;
  }
  .wych-bx-model.bx-three-full,
  .wych-bx-model.bx-two-full {
    padding: 2rem 1.6rem;
  }
}

.shopify-itegration {
  background-color: #fbfff5;
  padding: 3rem 2.5rem;
  border-radius: 13px;
}
.shopify-itegration .right {
  display: flex;
  justify-content: center;
  align-items: center;
}
.shopify-itegration .right img {
  max-width: 420px;
  width: 100%;
}
.shopify-itegration h2 {
  font-family: "Inter", sans-serif !important;
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 5px;
  line-height: 1.4;
  color: #212121;
}
.shopy-h3 {
  font-family: "Inter", sans-serif !important;
  font-weight: 600;
  font-size: 21.5px;
  line-height: 1.4;
  color: #3e4e68;
}
.shopy-green {
  color: #7bb314;
}
.primary-text {
  color: #4586f0;
}
.shopify-itegration .itegration-list li {
  padding-left: 27px;
  font-family: "Rubik", sans-serif !important;
  font-size: 16.5px;
  position: relative;
  font-weight: 400;
  color: #383838;
}
.shopify-itegration .itegration-list li + li {
  margin-top: 12.5px;
}
.shopify-itegration .itegration-list li::before {
  content: "";
  background-image: url(https://infinitemlmsoftware.com/wp-content/uploads/2025/07/check-primary-1.png);
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  top: 4px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  .shopify-itegration {
    padding: 2.5rem;
  }
}
