@font-face {
  font-family: "Outfit";
  src: url("../fonts/outfit/Outfit-Bold.woff2") format("woff2"), url("../fonts/outfit/Outfit-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url("../fonts/outfit/Outfit-Medium.woff2") format("woff2"), url("../fonts/outfit/Outfit-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url("../fonts/outfit/Outfit-Regular.woff2") format("woff2"), url("../fonts/outfit/Outfit-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Outfit";
  color: #555555;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7rem;
}

@media (min-width: 1366px) {
  .container {
    max-width: 1180px;
  }
}
a {
  color: #ea4335;
}

a:hover {
  color: #6799ff;
  text-decoration: none;
}

.color-primary {
  color: #ea4335;
}

.breadcrumb {
  font-weight: 400;
  width: auto;
  text-align: right;
  display: inline-block;
}
@media (max-width: 767px) {
  .breadcrumb {
    text-align: center;
  }
}

.head3 {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .head3 {
    font-size: 1.5rem;
  }
}
.head3 span {
  color: #ea4335;
}

.head4 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .head4 {
    font-size: 1.2rem;
  }
}
.head4 span {
  color: #ea4335;
}

p {
  font-size: 1rem;
}

.align-center {
  text-align: center;
}

button {
  border: 0px;
}

.light-bg {
  background-color: #f3f3f3;
}

.blue-bg {
  background-color: #009dfc;
}
.blue-bg h1,
.blue-bg h2,
.blue-bg h3,
.blue-bg h4,
.blue-bg h5,
.blue-bg h6,
.blue-bg p,
.blue-bg span,
.blue-bg li {
  color: #fff;
}

.mlm-content-section p span {
  color: #ea4335;
}

.mlm-content-section li span {
  color: #ea4335;
}

.mlm-content-section img {
  width: 100%;
}

.button-group {
  margin-left: -10px;
}

.btn {
  padding: 5px 15px 6px 15px;
  font-size: 15px;
  margin: 5px;
  border-radius: 2px;
}

.white-btn {
  background: #ffffff;
}

.red-btn {
  background: #ea4335;
  color: #ffffff;
}

.blue-btn {
  color: #ffffff;
}

.btn-dark {
  background: #2e3034;
  color: #ffffff;
}

.red-btn:hover {
  background: #d91100;
  color: #ffffff;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0.25);
}

.height5 {
  width: 100%;
  height: 5px;
}

.height10 {
  width: 100%;
  height: 10px;
}
@media (max-width: 767px) {
  .height10 {
    height: 5px;
  }
}

.height15 {
  width: 100%;
  height: 15px;
}
@media (max-width: 767px) {
  .height15 {
    height: 10px;
  }
}

.height20 {
  width: 100%;
  height: 20px;
}
@media (max-width: 767px) {
  .height20 {
    height: 10px;
  }
}

.height25 {
  width: 100%;
  height: 25px;
}
@media (max-width: 767px) {
  .height25 {
    height: 10px;
  }
}

.height30 {
  width: 100%;
  height: 30px;
}
@media (max-width: 767px) {
  .height30 {
    height: 10px;
  }
}

.height40 {
  width: 100%;
  height: 40px;
}
@media (max-width: 767px) {
  .height40 {
    height: 15px;
  }
}

.height50 {
  width: 100%;
  height: 50px;
}
@media (max-width: 768px) {
  .height50 {
    height: 20px;
  }
}
@media (max-width: 767px) {
  .height50 {
    height: 20px;
  }
}

.height100 {
  width: 100%;
  height: 100px;
}
@media (max-width: 767px) {
  .height100 {
    height: 20px;
  }
}

.padtb-20 {
  padding: 20px 0px;
}

.padtb-40 {
  padding: 40px 0px;
}
@media (max-width: 768px) {
  .padtb-40 {
    padding: 20px 0px;
  }
}

.padt-40 {
  padding-top: 40px;
}
@media (max-width: 768px) {
  .padt-40 {
    padding-top: 20px;
  }
}

.padt-80 {
  padding-top: 80px;
}

.padb-10 {
  padding-bottom: 10px;
}

.padb-20 {
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .padb-20 {
    padding-bottom: 10px;
  }
}

.padb-30 {
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .padb-30 {
    padding-bottom: 10px;
  }
}

.padb-40 {
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .padb-40 {
    padding-bottom: 10px;
  }
}

.light-btm-brd {
  border-bottom: 1px solid #f3f3f3;
}

.center {
  text-align: center;
}

.brd-blue {
  display: table;
  margin: 0px auto 10px auto;
  width: auto;
}

.brd-blue:after {
  display: block;
  content: "";
  height: 3px;
  width: 50%;
  margin: 10px auto 20px;
  position: relative;
  background: #6799ff;
}

.bullet-icon {
  padding: 0px 0px 0px 0px;
  margin-bottom: 5px;
}
.bullet-icon li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.bullet-icon li::after {
  content: "";
  position: absolute;
  left: 2px;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #009dfc;
}

.bullet-checkicon {
  padding: 0px 0px 0px 0px;
  margin-bottom: 5px;
}
.bullet-checkicon li {
  list-style: none;
  position: relative;
  padding-left: 28px;
  margin-bottom: 8px;
}
.bullet-checkicon li::after {
  font-family: FontAwesome;
  content: "\f00c";
  position: absolute;
  left: 2px;
  top: 3px;
  width: 18px;
  height: 18px;
  font-size: 0.7rem;
  line-height: 1.2rem;
  color: #ffffff;
  text-align: center;
  border-radius: 2px;
  background-color: #2e3034;
}

.sub-banner-section {
  background-color: #2e3034;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  top: 75px;
}
@media (max-width: 767px) {
  .sub-banner-section {
    top: 110px;
    margin-bottom: 55px;
  }
}
.sub-banner-section .container {
  min-height: 180px;
  display: grid;
  grid-template-columns: 5fr 2fr;
  align-items: center;
}
@media (min-width: 1440px) {
  .sub-banner-section .container {
    min-height: 250px;
  }
}
@media (max-width: 1024px) {
  .sub-banner-section .container {
    min-height: 170px;
    height: auto;
  }
}
.sub-banner-section .sub-banner-heading h1 {
  color: #242424;
  font-weight: 400;
  font-size: 34px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .sub-banner-section .sub-banner-heading h1 {
    font-size: 1.3rem;
    line-height: 2rem;
  }
}
.sub-banner-section .sub-banner-heading h1 span {
  color: #2483c3;
  font-size: 1rem;
  display: block;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .sub-banner-section .sub-banner-heading h1 span {
    font-size: 1rem;
    line-height: 1.2rem;
  }
}
.sub-banner-section .breadcrumb {
  background-color: transparent;
  color: #242424;
}
.sub-banner-section .breadcrumb a {
  color: #2483c3;
}

@media (min-width: 1025px) {
  .language-mobile {
    display: none;
  }
}
.language-mobile .mob-lang-container {
  float: right;
}
@media (max-width: 767px) {
  .language-mobile .mob-lang-container {
    width: 100%;
  }
}
.language-mobile .mob-lang-container ul {
  float: left;
}
@media (max-width: 1024px) {
  .language-mobile .mob-lang-container ul {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .language-mobile .mob-lang-container ul {
    text-align: center;
    padding: 0px;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 5px;
  }
}
.language-mobile .mob-lang-container ul .lang-item {
  border-left: 0px solid #f1ebeb;
}
.language-mobile .mob-lang-container ul li {
  float: left;
  list-style: none;
  margin-left: 3px;
  margin-right: 3px;
}
@media (max-width: 767px) {
  .language-mobile .mob-lang-container ul li {
    float: none;
    display: inline-block;
  }
}
.language-mobile .mob-lang-container ul li a img {
  width: 22px;
  height: auto;
}

@media (max-width: 767px) {
  header:after {
    content: "";
    width: 100%;
    height: 39px;
    background: #f3f3f3;
    top: 0px;
    left: 0px;
    position: absolute;
    z-index: -1;
  }
}

header.shrink:after {
  height: 0px;
}

header {
  padding-bottom: 20px;
  padding-top: 20px;
  position: fixed;
  width: 100%;
  background: #fff;
  transition: all 0.3s ease;
  z-index: 999;
}
@media (max-width: 767px) {
  header {
    padding-bottom: 10px;
    padding-top: 5px;
  }
}
header .container {
  display: grid;
  align-items: center;
}
@media (min-width: 1025px) {
  header .container {
    grid-template-columns: 180px auto;
  }
}
@media (max-width: 1024px) {
  header .container {
    grid-template-columns: 180px auto auto;
  }
}
@media (max-width: 1024px) {
  header .container .logo {
    order: 1;
  }
}
@media (max-width: 767px) {
  header .container .logo {
    order: 2;
    grid-column: 1/4;
    text-align: left;
  }
}
@media (max-width: 1024px) {
  header .container .language-mobile {
    order: 2;
    text-align: right;
  }
}
@media (max-width: 767px) {
  header .container .language-mobile {
    order: 1;
    grid-column: 1/4;
    margin-bottom: 10px;
  }
}
@media (max-width: 1024px) {
  header .container .main-nav {
    order: 3;
    grid-column: 1/4;
    height: 0px;
  }
}
header .container .logo img {
  width: 120px;
  transition: all 0.3s ease;
}

header.shrink {
  padding-bottom: 5px;
  padding-top: 5px;
  transition: all 0.5s ease;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
@media (max-width: 767px) {
  header.shrink .language-mobile {
    height: 0px;
    overflow: hidden;
    margin-bottom: 0px;
  }
}
header.shrink .container .logo img {
  width: 100px;
  transition: all 0.5s ease;
}

.get-stared {
  float: right;
}
.get-stared a {
  position: relative;
  padding-right: 37px;
  margin-left: 10px;
}

.get-stared a span {
  display: grid;
  background: #d91100;
  height: 106%;
  position: absolute;
  width: 30px;
  top: -1px;
  right: 0px;
  align-items: center;
  text-align: center;
  font-size: 20px;
  line-height: 0px;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  box-sizing: border-box;
}

#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

#cssmenu #menu-button {
  display: none;
}

.menu-container {
  background: #2e3034;
}

#cssmenu > ul > li {
  float: left;
}

#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}

#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}

#cssmenu.align-center ul ul {
  text-align: left;
}

#cssmenu.align-right > ul > li {
  float: right;
}

#cssmenu > ul > li > a {
  font-family: "Outfit";
  padding: 12px 12px 8px 12px;
  margin-right: 1px;
  font-size: 16px;
  text-decoration: none;
  color: #000;
  font-weight: 400;
}
@media (min-width: 768px) and (max-width: 1350px) {
  #cssmenu > ul > li > a {
    padding: 12px 8px 8px 8px;
  }
}
@media (max-width: 1024px) {
  #cssmenu > ul > li > a {
    padding: 17px 12px 14px 12px;
  }
}

@media (min-width: 1025px) {
  body.de #cssmenu > ul > li > a {
    padding: 12px 10px 8px 10px;
  }
}

@media (min-width: 1025px) {
  body.de #cssmenu > ul > li.has-sub > .submenu-button {
    right: 0px !important;
  }
}

#cssmenu > ul > li.home > a {
  padding: 12px 15px;
}

#cssmenu > ul > li.home > a i {
  font-size: 18px;
  line-height: 1;
}

#cssmenu > ul > li:hover > a {
  color: #333;
}

#cssmenu > ul > li a:before {
  border-left: 1px solid #ea4335;
  border-right: 1px solid #6799ff;
  transform: scale(1, 0);
}

#cssmenu > ul > li a:after {
  border-top: 1px solid #6799ff;
  border-bottom: 1px solid #ea4335;
  transform: scale(0, 1);
}

#cssmenu > ul > li a:before,
#cssmenu > ul > li a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: opacity 0.35s ease, transform 0.35s ease;
}

#cssmenu > ul > li a:hover:before,
#cssmenu > ul > li a:hover:after {
  transition: 0.35s;
  transform: scale(1);
}

#cssmenu > ul > li ul > li a:hover:before,
#cssmenu > ul > li ul > li a:hover:after {
  display: none;
}

#cssmenu > ul > li.has-sub > a {
  padding-right: 25px;
}

#cssmenu > ul > li.has-sub > ul li a.dropdown-item:hover,
#cssmenu > ul > li.has-sub > ul li a:hover {
  color: #fff;
  background: #6799ff;
}

#cssmenu > ul > li.has-sub > .submenu-button {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #999;
  right: 16px;
  top: 13px;
}
@media (max-width: 1024px) {
  #cssmenu > ul > li.has-sub > .submenu-button {
    border: 0px solid #ccc;
    background: #fff;
    width: 40px;
    height: 32px;
    top: 6px;
    right: 10px;
    border-radius: 2px;
  }
}

@media (max-width: 1024px) {
  #cssmenu > ul > li.has-sub > .submenu-button:after {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 12px solid #999;
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: 13px;
    top: 10px;
    transition: all 0.3s ease;
  }
}

#cssmenu > ul > li.has-sub > .submenu-button.submenu-opened:after {
  border-top: 12px solid #ea4335;
  transform: rotate(180deg);
  transition: all 0.3s ease;
}

#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
@media (max-width: 767px) {
  #cssmenu ul ul {
    margin-top: 0px !important;
  }
}

#cssmenu.align-right ul ul {
  text-align: right;
}

#cssmenu ul ul li {
  height: 0;
  transition: all 0.25s ease;
}

#cssmenu li:hover > ul {
  left: auto;
}

#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}

#cssmenu li:hover > ul > li {
  height: 35px;
}

#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}

#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}

#cssmenu ul ul {
  min-width: 100%;
  background: #ffffff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 13px 30px 11px 30px;
  width: 100%;
  font-size: 15px;
  text-decoration: none;
  color: #555555;
  margin-top: 2px;
  background: #ffffff;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  #cssmenu ul ul li a {
    padding: 12px 12px 12px 12px;
    opacity: 0.8;
  }
}

#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #2e3034;
}

#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #ddd;
  content: "";
}

#cssmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}

#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #f3f3f3;
  content: "";
  transition: all 0.25s ease;
}

#cssmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}

#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}

@media (min-width: 1025px) {
  #cssmenu {
    float: right;
  }
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
    margin-top: 10px;
    background: #fff;
    transition: all 0.3s ease;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
    padding: 0px 1rem;
  }
  .shrink #cssmenu ul {
    margin-top: 5px;
    transition: all 0.3s ease;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu ul ul li a {
    padding-left: 25px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }
  #cssmenu ul ul li a {
    color: #2e3034;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    color: #ea4335;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 17px;
    color: #2e3034;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
  }
  #cssmenu #menu-button:after {
    position: absolute;
    top: 22px;
    right: 17px;
    display: block;
    height: 8px;
    width: 20px;
    border-top: 2px solid #2e3034;
    border-bottom: 2px solid #2e3034;
    content: "";
  }
  #cssmenu #menu-button:before {
    position: absolute;
    top: 16px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    background: #2e3034;
    content: "";
  }
  #cssmenu #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #2e3034;
    transform: rotate(45deg);
  }
  #cssmenu #menu-button.menu-opened:before {
    top: 23px;
    background: #2e3034;
    width: 15px;
    transform: rotate(-45deg);
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 43px;
    width: 46px;
    cursor: pointer;
  }
  #cssmenu .submenu-button.submenu-opened {
    border-top: 8px solid #6799ff;
  }
  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #fff;
  }
  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
  #menu-button {
    width: 55px;
    float: right;
  }
}
@media (max-width: 1024px) {
  #menu-button {
    margin-top: -52px !important;
  }
}

@media (max-width: 1024px) {
  .shrink #menu-button {
    margin-top: -46px !important;
  }
}
@media (max-width: 767px) {
  .shrink #menu-button {
    margin-top: -53px !important;
  }
}

@media (max-width: 1024px) {
  #menu-button.menu-opened {
    margin-top: -61px !important;
  }
}
@media (max-width: 767px) {
  #menu-button.menu-opened {
    margin-top: -53px !important;
  }
}

@media (max-width: 767px) {
  .main-nav #cssmenu ul {
    margin-top: 9px;
  }
}
@media (max-width: 767px) {
  .main-nav #cssmenu ul {
    padding: 0px;
    max-height: 204px;
    overflow: scroll;
  }
}
@media (max-width: 440px) {
  .main-nav #cssmenu ul {
    max-height: 450px;
  }
}

@media (max-width: 767px) {
  .shrink .main-nav #cssmenu ul {
    margin-top: 4px;
  }
}

@media (max-width: 767px) {
  #menu-button {
    margin-top: -51px !important;
    margin-right: 0px !important;
  }
}

li.pll-parent-menu-item {
  margin-left: 2px !important;
  margin-right: 5px !important;
}
li.pll-parent-menu-item a img {
  width: auto;
  position: relative;
  top: -2px;
}
li.pll-parent-menu-item a span {
  display: none;
}
li.pll-parent-menu-item span.submenu-button {
  display: block;
}
li.pll-parent-menu-item ul li a span {
  display: inline-block;
  text-transform: none;
}
@media (min-width: 1025px) {
  li.pll-parent-menu-item ul li a {
    text-align: left;
  }
}

@media (max-width: 1024px) {
  li.pll-parent-menu-item {
    display: none !important;
  }
}

.pll-parent-menu-item span {
  display: none;
}

.get-started-now,
#cssmenu > ul > li.get-started-now {
  position: relative;
  margin-right: 5px;
}
@media (max-width: 1024px) {
  .get-started-now,
  #cssmenu > ul > li.get-started-now {
    margin-bottom: 15px;
    border: none;
  }
}
.get-started-now a.red-btn,
#cssmenu > ul > li.get-started-now a.red-btn {
  color: #fff;
  border-right: 30px solid rgba(0, 0, 0, 0.1);
  padding: 12px 10px 11px 10px;
  text-transform: none;
  font-size: 16px;
  border-radius: 5px !important;
}
@media (max-width: 1024px) {
  .get-started-now a.red-btn,
  #cssmenu > ul > li.get-started-now a.red-btn {
    width: auto;
    display: table;
    margin: auto auto auto 10px;
    border-right: 0px solid rgba(0, 0, 0, 0.1);
    background: #fff;
    color: #ea4335;
    border: 1px solid #eee;
  }
}
.get-started-now a:after,
.get-started-now a:before,
#cssmenu > ul > li.get-started-now a:after,
#cssmenu > ul > li.get-started-now a:before {
  border: 0px solid #ea4335;
}

#cssmenu > ul > li.get-started-now::before {
  position: absolute;
  right: 12px;
  color: rgb(255, 255, 255);
  top: 10px;
  z-index: 999999;
  display: block;
  content: "\f105";
  font-size: 19px;
  font-family: FontAwesome;
}
@media (max-width: 1024px) {
  #cssmenu > ul > li.get-started-now::before {
    display: none;
  }
}

.company {
  border-bottom: 1px solid #eee;
}

.company-container1 {
  align-self: center;
}
@media (max-width: 440px) {
  .company-container1 {
    border: 1px solid #eee;
    padding-bottom: 15px;
  }
}

.company-container2 {
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
}

.brd2 {
  border-right: 0 solid #eee;
}

.btm-brd {
  border-bottom: 1px solid #eee;
}

.company-container3 {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (max-width: 767px) {
  .company-container3 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media (max-width: 440px) {
  .company-container3 {
    border-right: 1px solid #eee;
  }
}

.company-container h4 {
  color: #888;
  font-size: 2em;
  margin-bottom: 0;
  font-weight: 500;
}
@media (max-width: 768px) {
  .company-container h4 {
    font-size: 1.5em;
    text-align: center;
  }
}
@media (max-width: 440px) {
  .company-container h4 {
    text-align: left;
  }
}

.bg-Project_delivered {
  background-position: -210px -210px;
  margin-bottom: -10px;
}

.bg-Developmen_staff {
  background-position: -10px -110px;
}

.bg-Hours_efforts {
  background-position: -210px -10px;
}

.bg-Satisfied_clients {
  background-position: -310px -110px;
}

.bg-Years_experience {
  background-position: -210px -10px;
}

.bg-International_office {
  background-position: -210px -110px;
}

.com-img {
  width: 80px;
  height: 80px;
  transform: scale(0.8);
  margin: auto;
  transition: all 0.2s ease;
}

.ioss_sprites {
  background-image: url(../images/ioss_sprites.png);
}

.company-container {
  display: grid;
}
@media (min-width: 600px) {
  .company-container {
    grid-template-columns: 4fr 5fr 4fr 5fr;
    text-align: center;
  }
}

.company-container3 .com-img {
  display: inline-block;
}

.company-container3 .com-cnt {
  text-align: left;
  display: inline-block;
  top: -16px;
  position: relative;
  left: 5px;
}

@media (max-width: 767px) {
  .company-container h6 {
    font-size: 0.9em;
  }
  .com-img {
    transform: scale(0.6);
  }
}
@media (max-width: 440px) {
  .company-container1 .com-img,
  .company-container1 .com-cnt {
    display: inline-block;
  }
  .bg-Project_delivered {
    margin-bottom: -21px;
  }
  .bg-Developmen_staff {
    margin-bottom: -9px;
  }
  .bg-Hours_efforts {
    margin-bottom: -9px;
  }
  .bg-Satisfied_clients {
    margin-bottom: -20px;
  }
  .bg-Years_experience {
    margin-bottom: -9px;
  }
  .bg-International_office {
    margin-bottom: -9px;
  }
}
.officeaddress {
  padding-bottom: 50px;
  padding-top: 55px;
}

.officeaddress-container {
  display: grid;
  grid-gap: 50px;
  position: relative;
  z-index: 1;
  background: #fff;
}

.footer-adrs {
  position: relative;
  padding: 5px 5px 0px 5px;
  border-top: 1px #ccc solid;
}
.footer-adrs .footer-adrs-bg {
  background: #fff;
  padding: 5px 20px 0px 20px;
  position: relative;
  z-index: 1;
  height: 100%;
}

.footer-adrs:after {
  position: absolute;
  display: block;
  content: "";
  height: 95%;
  width: 95%;
  left: -3px;
  top: -15px;
  border: 1px solid #6799ff;
  opacity: 0.9;
}

.footer-adrs::before {
  position: absolute;
  display: block;
  content: "";
  height: 95%;
  width: 95%;
  right: -10px;
  bottom: -10px;
  border: 1px solid #ea4335;
  opacity: 0.7;
}

.footer-adrs .addr-img {
  width: 80px;
  height: 80px;
  transform: scale(0.5);
  position: absolute;
  top: -18px;
  left: -2px;
}

.footer-adrs .addr-line {
  width: 100%;
  padding-top: 5px;
}

.addr-font {
  font-size: 1.5em;
  font-weight: 600;
  color: #444;
  padding-left: 43px;
}

.taj_mahal {
  background-position: -310px -210px;
}

.leaning_tower_of_pisa {
  background-position: -110px -210px;
}

.reichstag {
  background-position: -310px -10px;
}

@media (min-width: 768px) {
  .officeaddress-container {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
footer {
  background-color: #fff;
  padding-top: 20px;
  border-top: 2px solid #F3F4F6;
}

.footer-container {
  display: grid;
  padding-bottom: 30px;
  grid-gap: 40px;
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 768px) {
  .footer-container {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .footer-container {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 440px) {
  .footer-container {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}

@media (max-width: 1300px) {
  .footer-container {
    grid-gap: 20px;
  }
  .footer-cnt li a {
    font-size: 17px !important;
  }
}
.footer-cnt li {
  list-style: none;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
}
.footer-cnt li span {
  color: #ea4335;
  opacity: 1;
  margin-right: 6px;
  display: none;
}
.footer-cnt li a {
  color: #6F6F6F;
  font-weight: 300;
  padding: 6px 0px;
  display: inline-block;
  font-size: 17px;
  opacity: 0.9;
}
.footer-cnt li a:hover {
  color: #000;
}
.footer-cnt h3 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 22px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  padding-top: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.on-contacts li {
  color: rgba(255, 255, 255, 0.6);
  padding: 5px 0px;
  border-bottom: 0px dotted #999;
}
.on-contacts li .fa-phone {
  color: #ea4335;
  font-size: 22px;
  bottom: -3px;
  position: relative;
}
.on-contacts li .fa-envelope {
  color: #ea4335;
  font-size: 20px;
  bottom: -2px;
  position: relative;
}
.on-contacts li .fa-whatsapp {
  color: #25D366;
  font-size: 24px;
  bottom: -2px;
  position: relative;
}
.on-contacts li .fa-skype {
  color: #00AFF0;
  font-size: 23px;
  bottom: -4px;
  position: relative;
}

.footer-social-section {
  background-color: #f3f3f3;
  padding: 30px 0px;
  border-top: 1px solid #eee;
}

.footer-social {
  display: grid;
  grid-gap: 30px;
}
@media (min-width: 1025px) {
  .footer-social {
    grid-template-columns: 8fr 8fr 10fr 9fr;
    align-items: center;
  }
}
@media (max-width: 1024px) {
  .footer-social {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .footer-social {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .footer-social {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 440px) {
  .footer-social {
    grid-template-columns: 1fr;
  }
}
.footer-social .prefix {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 5px;
  color: #2e3034;
}

.newsletter-input {
  width: 70%;
  float: left;
}
.newsletter-input input {
  width: 100%;
  padding: 6px 20px 6px 10px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.newsletter-button {
  width: 30%;
  float: left;
  margin-left: -15px;
}
.newsletter-button input {
  width: 100%;
  padding: 7px 5px;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-top: 0.25rem;
  background-color: #ea4335;
  border: #ea4335;
  color: #f3f3f3;
}
.newsletter-button input:hover {
  background-color: #2e3034;
  border: #2e3034;
}

.social-p {
  font-weight: 600;
  font-size: 1.1rem;
  color: #2e3034;
}

.social-list {
  padding: 0px;
}
.social-list li {
  float: left;
  list-style: none;
}
.social-list li a {
  width: 30px;
  height: 30px;
  margin-right: 5px;
  border-radius: 50%;
  text-align: center;
  padding-top: 3px;
  display: block;
  background-color: #009dfc;
}
.social-list li a i,
.social-list li a span {
  color: #ffffff;
}
.social-list li a:hover {
  background-color: #2e3034;
}

.applink {
  border-radius: 2px;
  display: inline-block;
  position: relative;
  background: #fff;
  padding: 7px 25px 11px 70px;
  border: 1px solid #e3e3e3;
  border-left: 4px solid #6799ff;
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.05);
  transition: all 0.1s ease;
}
@media (max-width: 1024px) {
  .applink {
    width: 100%;
  }
}
.applink i {
  display: inline;
  font-size: 58px;
  position: absolute;
  left: 11px;
  top: 6px;
  color: #ea4335;
}
.applink i.fa-apple {
  top: 9px;
}
.applink h3 {
  margin-bottom: 0px;
  color: #2e3034;
  font-weight: 600;
  font-size: 1.6rem;
  margin-top: 5px;
}
.applink span {
  margin-bottom: 0px;
  color: #2e3034;
}

a.applink:hover {
  background-color: #2e3034;
  border: 1px solid #2e3034;
  border-left: 4px solid #6799ff;
  text-decoration: none;
  box-shadow: 2px 2px 7px rgba(255, 255, 255, 0.5);
  transition: all 0.2s ease;
}
a.applink:hover h3,
a.applink:hover span {
  color: #f3f3f3;
}

.copyright {
  border-top: 2px solid #F3F4F6;
  padding: 15px 0px 15px 0px;
  margin-bottom: 50px;
}

.copyright p {
  margin-bottom: 0px;
  font-weight: 300;
  color: #5E5E5E;
  font-size: 0.9rem;
}

.copyright p a {
  color: #5E5E5E;
  font-weight: 400;
}

.copy_right_social_sec {
  width: 100%;
  height: auto;
  float: left;
  text-align: right;
}
.copy_right_social_sec a:nth-child(2) .copy_right_social_ico {
  border: solid 2px #3cc0f0;
  color: #3cc0f0;
}
.copy_right_social_sec a:nth-child(3) .copy_right_social_ico {
  border: solid 2px #3cc0f0;
  color: #3cc0f0;
}
.copy_right_social_sec a:nth-child(4) .copy_right_social_ico {
  border: solid 2px #2186c8;
  color: #2186c8;
}
.copy_right_social_sec a:nth-child(4) .copy_right_social_ico {
  border: solid 2px #743ad5;
  color: #743ad5;
}
.copy_right_social_sec a:nth-child(5) .copy_right_social_ico {
  border: solid 2px #e83f3b;
  color: #e83f3b;
}
.copy_right_social_sec a .copy_right_social_ico {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 3%;
  border: solid 2px #4e76ba;
  text-align: center;
  line-height: 28px;
  color: #4e76ba;
  border-radius: 50%;
}

.search-nav {
  float: right;
  position: relative;
  overflow: visible;
  width: 40px;
  height: 40px;
}
@media (max-width: 1024px) {
  .search-nav {
    top: -48px;
  }
}
@media (max-width: 767px) {
  .search-nav {
    top: -44px;
    display: none;
  }
}

@media (max-width: 1024px) {
  .shrink .search-nav {
    top: -42px;
  }
}

.searchbar {
  margin-bottom: auto;
  margin-top: auto;
  height: 40px;
  min-width: 40px;
  background-color: #ffffff;
  border-radius: 30px;
  padding: 6px;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 9;
  border: 1px solid #fff;
}

.searchbar:hover {
  border: 1px solid #ccc;
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.1);
}

.search_input {
  color: #2e3034;
  border: 0;
  outline: 0;
  background: none;
  width: 0;
  caret-color: transparent;
  line-height: 20px;
  transition: width 0.4s linear;
}

.searchbar:hover > .search_input {
  padding: 0 10px;
  width: 280px;
  caret-color: #ea4335;
  transition: width 0.4s linear;
}

.search_icon {
  height: 34px;
  width: 34px;
  float: right;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #2e3034;
  background-color: #ffffff;
  border: 0px;
  top: 3px;
  right: 3px;
  position: absolute;
}

.searchbar:hover > .search_icon {
  background-color: #ffffff;
  color: #ea4335;
}

.language {
  float: right;
}
.language .btn-language img {
  width: 20px;
  height: auto;
}
.language .dropdown-menu .dropdown-item {
  padding: 0.1rem 1rem;
}
.language .dropdown-menu a {
  font-size: 13px;
}
.language .dropdown-menu a img {
  width: 20px;
  height: auto;
  margin-right: 5px;
  position: relative;
  top: -2px;
}

.btn.btn-language {
  padding: 4px 4px 6px 5px;
}

.btn.btn-language.dropdown-toggle::after {
  top: 3px;
  position: relative;
  left: -3px;
}

@media (max-width: 767px) {
  #cssmenu {
    float: right;
  }
  .shrink .logo {
    margin-bottom: 5px;
    margin-top: 5px;
  }
  .sub-banner-section .container {
    grid-template-columns: 1fr;
    min-height: 150px;
    text-align: center;
    padding-top: 30px;
  }
  .sub-banner-section .breadcrumb {
    display: table;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 90%;
  }
}

main {
  padding-top: 75px;
}
@media (max-width: 440px) {
  main {
    padding-top: 55px;
  }
}

.versionOverlay {
  width: 380px !important;
  display: none;
  position: fixed;
  z-index: 100;
  bottom: 40px;
  right: 10px;
  padding: 20px 0 24px 12px;
  background-color: rgb(255, 255, 255);
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  font-size: 12px;
}

.versionOverlay .closebtn {
  position: absolute;
  top: 5px;
  right: 7px;
  font-size: 42px;
  cursor: pointer;
  color: #ccc;
}
.versionOverlay .closebtn:hover {
  color: #333;
}

#popCookieState {
  position: fixed;
  z-index: 9;
  bottom: 0;
  background: rgb(255, 255, 255);
  width: 100%;
  padding: 5px 0;
  box-shadow: 2px -1px 14px 1px rgba(0, 0, 0, 0.2);
}

.cookie-container {
  position: relative;
  width: auto;
  display: inline-block;
  padding-left: 15px;
}

@media screen and (min-width: 1279px) {
  .cookie-container {
    width: 100%;
    padding-right: 270px;
  }
}
.cookie-container .closebtn {
  position: absolute;
  top: 2px;
  right: 6px;
  background: #111;
  color: #eee;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 50%;
  line-height: 19px;
  cursor: pointer;
}
.cookie-container .closebtn:hover {
  background: #666;
}

.review-logos {
  text-align: center;
}
@media (max-width: 440px) {
  .review-logos {
    text-align: left;
  }
}
.review-logos .review-logo img {
  width: auto;
  height: 30px;
  transition: all 0.3s ease;
}
.review-logos .review-logo img:hover {
  transform: scale(1.1);
  transition: all 0.5s ease;
}

.review-logo {
  display: inline-block;
  margin-right: 35px;
  margin-bottom: 30px;
}

.banner-container-2020mar5 .banner-2020mar-img5 {
  position: relative;
}
.banner-container-2020mar5 .banner-2020mar-img5 .banner_obj1 {
  position: absolute;
  width: 120px;
  height: 120px;
  left: 0;
  top: 30%;
}
.banner-container-2020mar5 .banner-2020mar-img5 .banner_obj1 img {
  width: 100% !important;
  max-width: 100% !important;
  animation: topToBottom1 4s linear infinite;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 0px 20px rgba(204, 204, 204, 0.6588235294);
}
.banner-container-2020mar5 .banner-2020mar-img5 .banner_obj2 {
  position: absolute;
  width: 120px;
  height: 120px;
  right: 11%;
  top: -5%;
}
.banner-container-2020mar5 .banner-2020mar-img5 .banner_obj2 img {
  width: 100% !important;
  max-width: 100% !important;
  animation: topToBottom2 4s linear infinite;
}
.banner-container-2020mar5 .banner-2020mar-img5 .banner_obj3 {
  position: absolute;
  width: 120px;
  height: 120px;
  right: 60%;
  top: 70%;
}
.banner-container-2020mar5 .banner-2020mar-img5 .banner_obj3 img {
  width: 100% !important;
  max-width: 100% !important;
  animation: topToBottom 2s linear infinite;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 0px 20px rgba(204, 204, 204, 0.6588235294);
}
.banner-container-2020mar5 .banner-2020mar-img5 .banner_obj4 {
  position: absolute;
  width: 120px;
  height: 120px;
  right: -1%;
  top: 41%;
}
.banner-container-2020mar5 .banner-2020mar-img5 .banner_obj4 img {
  width: 100% !important;
  max-width: 100% !important;
  animation: topToBottom 2s linear infinite;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 0px 20px rgba(204, 204, 204, 0.6588235294);
}
@keyframes topToBottom1 {
  0%, 100% {
    transform: translateY(25px);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes topToBottom2 {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(25px);
  }
}
@keyframes topToBottom {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.owl-dots {
  text-align: center;
}
.owl-dots .owl-dot {
  background: #ccc !important;
  width: 10px;
  height: 10px;
  border-radius: 30px;
  display: inline-block;
  margin: 0 3px;
}
.owl-dots .active {
  background: #2890D5 !important;
}

#cssmenu .red-btn {
  background: #2890D5;
  border-radius: 60px;
}
#cssmenu .red-btn:hover {
  background-color: #203a74;
}
#cssmenu .submenu-button {
  border-left: 4px solid transparent !important;
  border-right: 4px solid transparent !important;
  border-top: 6px solid #999 !important;
  right: 12px !important;
  top: 20px !important;
}
#cssmenu .sub-menu a {
  border-bottom: 1px solid #f3f3f3 !important;
}

.pricing-banner {
  box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, 0.9) !important;
}
.pricing-banner h1 {
  color: #242424 !important;
}
.pricing-banner p {
  color: #666 !important;
}

#menu-center li a {
  background-color: #fff;
  border: #e9e9e9 solid 1px;
  margin-bottom: 4px;
  box-shadow: 0px 0px 10px #f3eeee;
}

.api-container .api-content-details {
  background-color: #fff;
  border: #e9e9e9 solid 1px;
  margin-bottom: 4px;
  box-shadow: 0px 0px 10px #f3eeee;
}

.calculator-section {
  background-color: #fff !important;
  border: #e9e9e9 solid 1px;
  margin-bottom: 4px;
  box-shadow: 0px 0px 10px #f3eeee;
}
.calculator-section .calculator-sbmit button {
  background: linear-gradient(90deg, #45BBF4 3.63%, #0E86D4 100%);
  box-shadow: 0px 4px 14px #79bae4;
}
.calculator-section .calculator-sbmit button:hover {
  background: linear-gradient(90deg, #2a81ac 3.63%, #0a5c92 100%) !important;
}

.api-page-head {
  border: 0 !important;
  padding-left: 0 !important;
}

#menu-center .active, #menu-center a:hover {
  background: #009dfc !important;
}

.version-history-banner {
  box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, 0.77) !important;
}

.planpage-welcome {
  box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, 0.85) !important;
}

.planpage-welcome .planpage-banner h2 {
  color: #2D3237 !important;
}

.service-box-style-11 img {
  max-width: 100px;
}

.footer-cnt .flag img {
  width: 25px !important;
  margin-right: 5px !important;
  margin-top: -5px !important;
  margin-left: -1px !important;
}

.support_float_btn {
  width: 50px;
  height: 50px;
  position: fixed;
  left: 130px;
  bottom: 40px;
  z-index: 91;
}

.support_whatsapp_btn {
  width: 50px;
  height: 50px;
  position: fixed;
  left: 60px;
  bottom: 100px;
  z-index: 91;
}

.support_whatsapp_btn img {
  width: 102%;
}

.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;
}

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

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

.footer_companies_img {
  width: 100%;
  height: auto;
  display: inline-block;
  text-align: center;
  padding: 20px 0;
  margin-bottom: 20px;
}
.footer_companies_img img {
  width: 100%;
  max-width: 700px;
}

.award_review_head {
  white-space: nowrap;
}

.hm_new_button_sec.new_acc .card-header:before {
  position: absolute;
  right: 20px;
  top: 20px;
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f107";
  font-size: 23px;
  color: #242424;
  z-index: 1;
}

@media (min-width: 1500px) {
  #cssmenu > ul > li > a {
    font-size: 17px;
  }
}
@media (max-width: 1400px) {
  .banner-container-2020mar5 .banner-2020mar-img5 .banner_obj1 {
    right: 80%;
  }
  .banner-container-2020mar5 .banner-2020mar-img5 .banner_obj3 {
    right: 60%;
  }
  a.version {
    display: none;
  }
  .easy_start_subscribe_sec .easy_start_sec {
    padding-left: 8% !important;
  }
  .grow_selling_business_sec .grow_bcc_left_sec .grow_bcc_left_boxes {
    min-height: 300px;
    padding: 20px 10px !important;
  }
}
@media (max-width: 1180px) {
  .home .home-banner-2020mar5 {
    background-size: 680px !important;
  }
  .banner-2020mar-img5 {
    margin-bottom: 0 !important;
  }
  #cssmenu > ul > li > a {
    padding: 12px 5px 10px 4px;
  }
  #cssmenu > ul > li.has-sub > a {
    padding-right: 15px;
  }
  #cssmenu > ul > li.has-sub > .submenu-button {
    right: 5px !important;
  }
  .get-started-now a.red-btn, #cssmenu > ul > li.get-started-now a.red-btn {
    font-size: 14px;
  }
  .new_popular_section .popular_mlm_integration .popular_integ_boxes_sec .popular_integ_boxes {
    min-height: 150px;
  }
  .why-imlm-img {
    background-size: 440px !important;
  }
  .easy_start_subscribe_sec .easy_start_sec {
    padding-left: 5% !important;
  }
  .grow_selling_business_sec .grow_bcc_left_sec .grow_bcc_left_boxes {
    min-height: inherit !important;
  }
  .hm_experts_sec .weare_exprt_cnt {
    width: 100% !important;
  }
  .easy_start_subscribe_sec .easy_start_sec {
    padding-left: 2% !important;
  }
}
@media (max-width: 1060px) {
  .easy_start_subscribe_sec .easy_start_sec {
    width: 100% !important;
  }
  .easy_start_subscribe_sec .easy_subscribe_sec {
    width: 100% !important;
  }
  .awards_review_banner_sec .awards_review_banner_head::after {
    display: none;
  }
  .awards_review_banner_sec .awards_review_banner_head {
    margin-bottom: 20px !important;
  }
  .banner-bottom-2020mar5 .container div {
    display: grid !important;
    margin-top: 10px;
  }
  .awards_review_banner_sec .awards_review_banner_img {
    width: 100% !important;
    grid-template-columns: repeat(auto-fit, minmax(23%, 1fr)) !important;
  }
  .new_popular_section .popular_mlm_integration_view_all_btn {
    position: static !important;
  }
}
@media (max-width: 1024px) {
  .banner-2020mar-cnt5 h1 {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .download_app_sec .download_app_right_img {
    margin-top: 30px !important;
  }
  .plans .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none !important;
  }
  .home_quick_contact_sec .quick_cnt_right_add_sec {
    margin-top: 50px;
  }
  .why_choose_sec .why_choose_sec_box {
    margin-left: 0 !important;
  }
  .why_choose_sec .pd-l-0 {
    padding-left: 15px !important;
  }
  .why_choose_sec .why_choose_left_sec::after {
    display: none !important;
  }
  .why_choose_sec .why_choose_left_sec::before {
    display: none !important;
  }
  .new_popular_section .popular_mlm_integration .popular_mlm_integration_head h2 .popular_mlm_integration_view_all_btn {
    float: left !important;
  }
  .why-imlm-img {
    display: none !important;
  }
  #cssmenu .red-btn {
    background: #2890D5 !important;
    color: #fff !important;
  }
  .popular_mlm_integration_head h2 {
    display: flex;
    flex-wrap: wrap;
  }
  .owl-carousel .col-md-6 {
    padding: 0 !important;
  }
  .grow_business_scr {
    padding: 0 !important;
  }
  header:after {
    background: rgba(243, 243, 243, 0.2705882353);
  }
}
@media (max-width: 768px) {
  .new_popular_section .popular_mlm_integration .popular_integ_boxes_sec .popular_integ_boxes {
    text-align: center !important;
  }
  .new_popular_section .popular_mlm_integration .popular_integ_boxes_sec .popular_integ_boxes .popular_integ_boxes_ico {
    float: none !important;
    display: inline-block;
  }
  .copyright p {
    text-align: center;
  }
  .copy_right_social_sec {
    text-align: center;
    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::before {
    display: none !important;
  }
  .hm_experts_sec {
    min-height: 620px !important;
  }
  .new_popular_section .grow_bcc_left_sec {
    padding-top: 60px;
  }
  .new_popular_section .main-container-new {
    padding: 0;
    margin: 0;
    max-width: 100%;
    overflow: hidden;
  }
  .new_popular_section .grow_bcc_left_sec .grow_bcc_left_boxes {
    width: 90% !important;
    margin: 5%;
  }
  .new_popular_section .grow_bcc_right_sec {
    padding: 10px 25px !important;
  }
  .new_popular_section .popular_mlm_integration_head {
    padding: 10px 25px !important;
  }
  .new_popular_section .popular_mlm_integration .popular_integ_boxes_sec .popular_integ_boxes {
    width: 90% !important;
    margin-left: 5% !important;
  }
  .grow_selling_business_sec .grow_bcc_left_sec .grow_bcc_left_boxes {
    filter: drop-shadow(2px -2px 5px rgba(0, 0, 0, 0.06)) !important;
  }
  .hm_customer_review_sec .hm_customer_review_scr_sec .hm_customer_review_box {
    box-shadow: 2px 1px 7px rgba(0, 0, 0, 0.04) !important;
  }
  .home_quick_contact_sec .main-container-new {
    padding: 0;
    margin: 0;
    max-width: 100%;
    overflow: hidden;
  }
  .home_quick_contact_sec {
    padding-bottom: 0 !important;
  }
  .home_quick_contact_sec .quick_cntfrm_sec {
    padding: 10px 25px !important;
  }
  .home_quick_contact_sec .home_quick_contact_head {
    padding: 10px 25px !important;
  }
  .home_quick_contact_se .col-xl-3 {
    padding: 0 !important;
  }
  .easy_start_subscribe_sec .easy_start_sec {
    padding-left: 25px !important;
  }
}
.get-started-now a {
    background: #4285f4 !important;
    font-family: "Poppins", sans-serif !important;
    line-height: 1 !important;
    padding: 12px 10px !important;
    border-radius: 6px !important;
    box-shadow: 2px 2px 9px 0px rgb(0 0 0 / 5%), 2px 2px 5px 0px rgb(255 255 255 / 42%) inset;
    transition: all 0.25s;
}

/*# sourceMappingURL=main.css.map */