html {
    scroll-behavior: smooth;
}

#breakb4 {
    display: inline;
}

#breakb4::after {
    content: "\a";
    white-space: pre;
}

.package p img {
    margin-top: 5px;
}

.landing-page {
    overflow: hidden;
    color: #000;
    /* grid partners section */
    /*validation style*/
    /* ---- */
}

.landing-page select::-ms-expand {
    display: none;
}

.landing-page .center-element {
    display: grid;
    place-items: center;
}

.landing-page .center-element img {
    margin: 0;
}

.landing-page .footer-content .col-12 {
    padding-left: 30px;
    padding-right: 30px;
}

.landing-page .col-12 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.landing-page .crm-text {
    font-size: 60px !important;
    color: #6de7f4;
}

.landing-page .crm-text-primary {
    color: #3498db !important;
}

.landing-page .crm-text-secondary {
    color: #6ee7f4 !important;
}

.landing-page .crm-bg-primary {
    background: #3498db !important;
}

.landing-page .crm-border-primary {
    border-color: #3498db !important;
}

.landing-page .btn-primary {
    background-color: #3498db !important;
    border-color: #3498db !important;
}

.landing-page .btn-primary:hover {
    background-color: #2384c6 !important;
    border-color: #217dbb !important;
}

.landing-page .bg-gray {
    background-color: #f2f2f2;
}

.landing-page .bg-light-blue {
    background: #f5f9fd !important;
}

.landing-page .text-heading {
    font-size: 50px;
    font-weight: 700;
}

.landing-page .text-heading .text-danger {
    color: #ff0056 !important;
}

.landing-page .sub-heading,
.landing-page .grid-advantages h5 {
    font-size: 24px;
    position: relative;
    color: #000;
}

.landing-page .btn {
    color: #fff;
}

.landing-page #main-content {
    overflow: hidden;
}

.landing-page .page-content {
    position: relative;
    padding: 35px 15px;
}

.landing-page .cn-version .page-content:nth-child(1) .crm-text {
    font-size: 72px !important;
}

.landing-page .cn-version .page-content:nth-child(1) .text-heading {
    font-size: 60px !important;
}

.landing-page .cn-version .page-content:nth-child(1) .font-size-40px {
    font-size: 48px !important;
}

.landing-page .dropdown-content {
    display: none;
    top: 2.3rem;
    right: -10px;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 112px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, .2);
    z-index: 1;
}

.landing-page .dropdown-content a {
    float: none;
    font-size: 15px;
    color: #3498db !important;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    font-weight: normal;
}

.landing-page .dropdown-content a:hover {
    background-color: #ddd;
    cursor: pointer;
}

.landing-page .dropdown>.lang-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
}

.landing-page .small-triangle {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #3498db;
    right: 0;
    top: 46%;
    transform: rotate(360deg);
    transition: 0.4s;
}

.landing-page .small-triangle2 {
    content: "";
    display: flex;
    align-self: center;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #3498db;

    transform: rotate(360deg);
    transition: 0.4s;
}

#nav-overlay .dropdown-content {
  display: none;
  position: relative;
  top: 1rem !important;
  right: 0 !important;
  width: 100% !important;
  background-color: #f7f7f7;
  border: none;
  box-shadow: none;
  z-index: 1;
  /* max-height: 0; */
  transition: max-height 0.5s ease;
}

/* ecosystem styling */
.landing-page .ecosystem__btn {
    border: none;
    cursor: pointer;
}

.landing-page .ecosystem__btn:hover, .ecosystem__btn:focus {
    color: #fff;
    outline: none;
}

.landing-page .ecosystem__dropdown {
    position: relative;
    display: inline-block;
}

.landing-page .ecosystem__options {
    display: none;
    position: absolute;
    top: calc(80%);
    left: 0;
    width: 450px;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, .2);
    z-index: 1;
}
.landing-page .ecosystem__options a {
    color: #000;
    padding: 8px 8px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 5px;
    text-align: left;
    align-items: center;
    white-space: wrap;
}

.ecosystem__options a img {
    width: 110px;
    height: auto;
}

.ecosystem__options a:hover {background-color: #f5f5f5;}

.ecosystem__dropdown:hover .ecosystem__options {
    display: block;
}
.ecosystem__options .cn-text {
  font-size: 15px !important;
}

#nav-overlay .ecosystem__btn {
  width: 100%;
  display: flex;
  justify-content: space-between !important;
  gap: 0;
  padding: 0;
  font-weight: bold;
  color:#3498db;
}
#nav-overlay .ecosystem__btn:hover {
  color:#3498db;
}

#nav-overlay .ecosystem__options {
  display: none;
  position: relative;
  top: 0 !important;
  right: 0 !important;
  width: 100%;
  background-color: #f9f9f9;
  box-shadow: none;
  z-index: 1;
  margin-bottom: 1rem;
  /* max-height: 0; */
  transition: max-height 0.5s ease;
}
#nav-overlay .ecosystem__options a {
  color: #000;
  padding: 8px 8px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 5px;
  text-align: left;
  align-items: center;
}
#nav-overlay .ecosystem__options .cn-text {
  font-size: 15px !important;
}
#nav-overlay .ecosystem__options a img {
  width: 110px;
  height: auto;
}
#nav-overlay .ecosystem__options.open {
  display: block;
}
.arrow-icon {
  width: auto;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  padding: 5px;
  box-sizing: content-box;
}
.landing-page .img-wrapper {
    width: 100%;
    position: relative;
    padding-top: 60%;
}

.landing-page .img-wrapper img {
    /*width: 433px;
    */
    position: absolute;
    top: 8px;
    left: 25%;
    right: 0;
    bottom: 0;
    transform: translateX(-50%);
}

.landing-page .nav-button,
.landing-page .common-button {
    padding: 10px 10px !important;
    font-weight: bold !important;
    font-size: 0.875rem;
    border-radius: 8px !important;
    text-transform: capitalize !important;
    cursor: pointer !important;
}

.landing-page .nav-button:hover,
.landing-page .common-button:hover {
    color: #fff;
}

.landing-page .nav-button {
    padding: 12.5px 50px !important;
}

.landing-page .nav-item:nth-child(3) .nav-button {
    padding: 12.5px 23.9px !important;
}

.landing-page .nav-button,
.landing-page #change_language2 {
    font-size: 16px !important;
    font-weight: bold !important;
    text-transform: capitalize !important;
}

.landing-page #change_language2 {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.landing-page ::placeholder {
    color: #ababab !important;
    opacity: 1;
    /* Firefox */
}

.landing-page :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ababab !important;
}

.landing-page ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #ababab !important;
}

.landing-page .common-button {
    padding: 0.8rem 1.8rem !important;
    min-width: 253px !important;
    min-height: 63px !important;
    -webkit-box-shadow: 0 0 3px 1px #bdbdbd !important;
    -moz-box-shadow: 0 0 3px 1px #bdbdbd !important;
    box-shadow: 0 0 3px 1px #bdbdbd !important;
    margin: 0 !important;
}

.landing-page .common-button,
.landing-page .input-box {
    font-size: 20px !important;
}

.landing-page .gap-3 {
    gap: 0.75rem;
}

.landing-page span {
    font-size: inherit;
}

.landing-page .pt-100-percent {
    padding-top: 100% !important;
}

.landing-page .pt-50-percent {
    padding-top: 50% !important;
}

.landing-page .pt-45-percent {
    padding-top: 45% !important;
}

.landing-page .pt-40-percent {
    padding-top: 40% !important;
}

.landing-page .mw-80 {
    max-width: 80% !important;
}

.landing-page .mt-3rem {
    margin: 0 !important;
    margin-top: 3rem !important;
}

.landing-page .fit-content {
    width: fit-content !important;
}

.landing-page .box-shadow-none {
    box-shadow: none !important;
}

.landing-page .mt-20px-negative {
    margin-top: -20px !important;
}

.landing-page .pb-11rem {
    padding-bottom: 11rem !important;
}

.landing-page .text-nowrap {
    white-space: nowrap !important;
}

.landing-page .line-height-30px {
    line-height: 30px !important;
}

.landing-page .line-height-50px {
    line-height: 50px !important;
}

.landing-page .row-gap-30 {
    row-gap: 10rem;
}

.landing-page .font-100 {
    font-weight: 100;
}

.landing-page .row-gap-20 {
    grid-row-gap: 5rem !important;
    row-gap: 5rem !important;
}

.landing-page .font-semibold {
    font-weight: 500;
}

.landing-page .font-size-40px {
    font-size: 40px !important;
}

.landing-page .font-size-45px {
    font-size: 45px !important;
}

.landing-page .centered-text {
    margin: 0 auto !important;
    width: fit-content !important;
}

.landing-page p {
    font-size: 16px;
    color: #000;
}

.landing-page .table {
    color: #000;
}

.landing-page .customer-opportunity #funnelImg {
    transition: 0.3s;
    max-width: 960px;
    margin: auto;
    display: block;
}

.landing-page .customer-opportunity .funnelModal {
    display: none;
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9);
    /* Add Animation */
}

.landing-page .customer-opportunity .funnelModal .modal-content {
    display: block;
    width: 100%;
    position: relative;
}

.landing-page .customer-opportunity .funnelModal .close-modal {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 3rem;
    cursor: pointer;
}

.landing-page .customer-opportunity .funnelModal .pinch {
    color: white;
    position: absolute;
    top: -26px;
    left: 50%;
    transform: translateX(-50%);
}

.landing-page .customer-opportunity .funnelModal .modal-content,
.landing-page .customer-opportunity .funnelModal #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

.landing-page .customer-opportunity .funnelModal .out {
    animation-name: zoom-out;
    animation-duration: 0.6s;
}

.landing-page .customer-opportunity .zoom image {
    max-width: 100%;
    max-height: 90%;
    padding: 10px;
    max-width: 600px;
    overflow: hidden;
}

.landing-page .customer-opportunity img {
    width: 100%;
    height: auto;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1);
    }
    to {
        -webkit-transform: scale(2);
    }
}

@keyframes zoom {
    from {
        transform: scale(0.4);
    }
    to {
        transform: scale(1);
    }
}

@-webkit-keyframes zoom-out {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(0);
    }
}

@keyframes zoom-out {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(0);
    }
}

.landing-page .customer-opportunity .img-container {
    position: relative;
}

.landing-page .customer-opportunity .img-container .dashed-line {
    height: 81px;
    position: absolute;
    right: -37px;
}

.landing-page .customer-opportunity .img-container .line-1 {
    top: 37px;
    width: 107px;
}

.landing-page .customer-opportunity .img-container .line-2 {
    top: 106px;
    width: 137px;
}

.landing-page .customer-opportunity .img-container .line-3 {
    top: 176px;
    width: 167px;
}

.landing-page .customer-opportunity .img-container .line-4 {
    top: 238px;
    width: 197px;
}

.landing-page .customer-opportunity .img-container .line-5 {
    top: 290px;
    width: 226px;
}

.landing-page .customer-opportunity .img-container .line-6 {
    top: 342px;
    width: 245px;
}

.landing-page .customer-opportunity .details {
    margin-right: -7rem;
    margin-left: 45px;
    margin-top: 3rem;
    position: relative;
}

.landing-page .customer-opportunity .details p {
    max-width: 480px;
    min-width: 480px;
}

.landing-page .customer-opportunity .details p:nth-child(1) {
    margin-bottom: 16px;
}

.landing-page .customer-opportunity .details p:nth-child(2) {
    margin-bottom: 16px;
}

.landing-page .customer-opportunity .details p:nth-child(3) {
    margin-bottom: 3px;
}

.landing-page .customer-opportunity .details p:nth-child(4) {
    margin-bottom: 0px;
}

.landing-page .customer-opportunity .details p:nth-child(5) {
    margin-bottom: 0px;
}

.landing-page .customer-opportunity .details p:nth-child(6) {
    margin-bottom: 0px;
}

.landing-page .customer-opportunity .enlarge-button {
    font-size: 13px;
    display: none;
    justify-content: center;
    gap: 2px;
    margin: auto;
    margin-top: 10px;
}

.landing-page .customer-opportunity .enlarge-button img {
    width: 14px;
    height: 14px;
    margin-top: 2px;
}

.landing-page .customer-centric {
    margin-top: 3rem;
}

.landing-page .customer-centric .info {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.landing-page .customer-centric .info p {
    color: #3498db;
    font-size: 20px;
    margin: 0;
    font-weight: 700;
}

.landing-page .customer-centric .info ul {
    padding-left: 0;
}

.landing-page .customer-centric .info ul li {
    font-size: 16px;
    color: #000;
    list-style: none;
}

.landing-page .customer-centric .info .customer-centric-images {
    display: flex;
}

.landing-page .customer-centric .info .customer-centric-images>div {
    width: 55px;
    height: 55px;
    min-width: 50px;
    min-height: 50px;
    border-radius: 50%;
    border: 1px solid #3498db;
    padding: 10px;
    margin-top: -12px;
}

.landing-page .customer-centric .info .customer-centric-images>div img {
    width: 100%;
}

.landing-page .customer-centric .info .customer-centric-images img.plus-icon {
    width: 23px;
    height: 23px;
    margin-top: 6px;
}

.landing-page .customer-centric .left-customer-centric li {
    text-align: right;
}

.landing-page .customer-centric .left-customer-centric .customer-centric-images {
    display: flex;
}

.landing-page .customer-centric .left-customer-centric .customer-centric-images>div {
    margin-left: 10px;
}

.landing-page .customer-centric .left-customer-centric .customer-centric-images img.plus-icon {
    margin-left: 5px;
}

.landing-page .customer-centric .center-customer-centric {
    display: flex;
    align-items: center;
    justify-content: center;
    row-gap: 10rem;
}

.landing-page .customer-centric .center-customer-centric>img {
    margin-top: 5rem;
}

.landing-page .customer-centric .center-customer-centric .customer-centric-images>div {
    margin-right: 10px;
}

.landing-page .customer-centric .center-customer-centric .customer-centric-images img.plus-icon {
    margin-right: 5px;
}

.landing-page .customer-centric .right-customer-centric .info {
    justify-content: flex-start;
}

.landing-page .customer-centric .right-customer-centric li {
    text-align: left;
}

.landing-page .customer-centric .right-customer-centric .customer-centric-images {
    display: flex;
}

.landing-page .customer-centric .right-customer-centric .customer-centric-images>div {
    margin-right: 10px;
}

.landing-page .customer-centric .right-customer-centric .customer-centric-images img.plus-icon {
    margin-right: 5px;
}

@media (max-width: 1200px) {
    .landing-page .customer-centric .right-customer-centric .customer-centric-images img.plus-icon {
        margin-right: 30px;
    }
}

.landing-page .en-version .customer-centric .info ul li {
    font-size: 14px;
}

.landing-page .en-version .customer-centric .info ul li #imgafter {
    display: none;
}

.landing-page .grid-advantages {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px 20px;
}

.landing-page .grid-advantages>div {
    display: flex;
    align-items: flex-end;
}

.landing-page .grid-advantages .div1 {
    grid-area: 1 / 1 / 2 / 2;
}

.landing-page .grid-advantages .div2 {
    grid-area: 2 / 1 / 3 / 2;
}

.landing-page .grid-advantages .div3 {
    grid-area: 3 / 1 / 4 / 2;
}

.landing-page .grid-advantages .div4 {
    grid-area: 1 / 2 / 2 / 3;
}

.landing-page .grid-advantages .div5 {
    grid-area: 2 / 2 / 3 / 3;
}

.landing-page .grid-advantages .div6 {
    grid-area: 3 / 2 / 4 / 3;
}

.landing-page .grid-advantages .div7 {
    grid-area: 1 / 3 / 2 / 4;
}

.landing-page .grid-advantages .div8 {
    grid-area: 2 / 3 / 3 / 4;
}

.landing-page .grid-advantages .div9 {
    grid-area: 3 / 3 / 4 / 4;
}

.landing-page .grid-advantages .div1,
.landing-page .grid-advantages .div4,
.landing-page .grid-advantages .div7 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.landing-page .grid-advantages .div3,
.landing-page .grid-advantages .div6,
.landing-page .grid-advantages .div9 {
    place-items: flex-start;
    justify-content: center;
}

.landing-page .grid-advantages .img-container {
    max-width: 120px;
}

.landing-page .grid-advantages h5 {
    font-weight: bold;
    max-width: 80%;
}

.landing-page .grid-advantages p {
    margin: 0;
}

.landing-page .grid-advantages h1 {
    font-weight: 700;
}

.landing-page .grid-advantages .text-heading {
    margin-left: -73px;
    margin-right: 15px;
}

.landing-page .grid-customer-centric {
    display: grid;
    grid-template-columns: 1fr 363px 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 20px;
}

.landing-page .grid-customer-centric>div {
    display: flex;
    align-items: flex-start;
}

.landing-page .grid-customer-centric .div1 {
    grid-area: 1 / 1 / 2 / 2;
}

.landing-page .grid-customer-centric .div2 {
    grid-area: 2 / 1 / 3 / 2;
}

.landing-page .grid-customer-centric .div3 {
    grid-area: 3 / 1 / 4 / 2;
}

.landing-page .grid-customer-centric .div4 {
    grid-area: 4 / 1 / 5 / 2;
}

.landing-page .grid-customer-centric .div5 {
    grid-area: 1 / 2 / 5 / 3;
    display: grid;
    place-items: center;
}

.landing-page .grid-customer-centric .div6 {
    grid-area: 1 / 3 / 2 / 4;
}

.landing-page .grid-customer-centric .div7 {
    grid-area: 2 / 3 / 3 / 4;
}

.landing-page .grid-customer-centric .div8 {
    grid-area: 3 / 3 / 4 / 4;
}

.landing-page .grid-customer-centric .div9 {
    grid-area: 4 / 3 / 5 / 4;
}

.landing-page .grid-customer-centric .div10 {
    grid-area: 5 / 1 / 6 / 4;
}

.landing-page .grid-customer-centric .div6 .info,
.landing-page .grid-customer-centric .div7 .info,
.landing-page .grid-customer-centric .div8 .info,
.landing-page .grid-customer-centric .div9 .info {
    justify-content: flex-start;
}

.landing-page .grid-customer-centric .div10 .info {
    justify-content: center;
    max-width: 380px;
    margin: auto;
    margin-top: -3rem;
}

.landing-page .grid-customer-centric .left-side .customer-centric-images {
    display: flex;
}

.landing-page .grid-customer-centric .left-side .customer-centric-images>div {
    margin-left: 10px;
}

.landing-page .grid-customer-centric .left-side .customer-centric-images img.plus-icon {
    margin-left: 5px;
}

.landing-page .grid-customer-centric .center-side img.img-fluid {
    margin-top: -7rem;
    max-width: 436px;
}

.landing-page .grid-customer-centric .right-side .customer-centric-images,
.landing-page .grid-customer-centric .center-side .customer-centric-images {
    display: flex;
}

.landing-page .grid-customer-centric .right-side .customer-centric-images>div,
.landing-page .grid-customer-centric .center-side .customer-centric-images>div {
    margin-right: 10px;
}

.landing-page .grid-customer-centric .right-side .customer-centric-images img.plus-icon,
.landing-page .grid-customer-centric .center-side .customer-centric-images img.plus-icon {
    margin-right: 5px;
}

.landing-page .en-version .grid-customer-centric {
    grid-row-gap: 10px;
}

.landing-page .grid-multifunction {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 3rem;
}

.landing-page .grid-multifunction p {
    font-size: 16px;
}

.landing-page .grid-multifunction h5.centered-text {
    margin-bottom: 1rem !important;
}

.landing-page .grid-multifunction .div1 {
    grid-area: 1 / 1 / 2 / 2;
}

.landing-page .grid-multifunction .div2 {
    grid-area: 1 / 2 / 2 / 3;
}

.landing-page .grid-multifunction .div3 {
    grid-area: 2 / 1 / 3 / 2;
}

.landing-page .grid-multifunction .div4 {
    grid-area: 2 / 2 / 3 / 3;
}

.landing-page .grid-multifunction .div5 {
    grid-area: 3 / 1 / 4 / 2;
}

.landing-page .grid-multifunction .div6 {
    grid-area: 3 / 2 / 4 / 3;
}

.landing-page .grid-multifunction .div7 {
    grid-area: 4 / 1 / 4 / 3;
}

.landing-page .grid-multifunction img {
    top: 0 !important;
    left: 50% !important;
}

.landing-page .grid-testimonials {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin: 1.5rem 0;
}

.landing-page .grid-testimonials .div1 {
    grid-area: 1 / 1 / 2 / 2;
}

.landing-page .grid-testimonials .div2 {
    grid-area: 1 / 2 / 2 / 3;
}

.landing-page .grid-testimonials .div3 {
    grid-area: 1 / 3 / 2 / 4;
}

.landing-page .grid-testimonials .div1 .half>div:first-child {
    width: 28px;
}

.landing-page .grid-testimonials .div1 .half>div:last-child {
    display: none;
}

.landing-page .grid-partners {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin: 1.5rem 0 2rem;
}

.landing-page .grid-partners .div1 {
    grid-area: 1 / 1 / 2 / 2;
}

.landing-page .grid-partners .div2 {
    grid-area: 1 / 2 / 2 / 3;
}

.landing-page .grid-partners .div3 {
    grid-area: 1 / 3 / 2 / 4;
}

.landing-page .grid-partners .div4 {
    grid-area: 1 / 4 / 2 / 5;
}

.landing-page .grid-partners .div5 {
    grid-area: 1 / 5 / 2 / 6;
}

.landing-page .grid-partners .div6 {
    grid-area: 1 / 6 / 2 / 7;
}

.landing-page .grid-partners .div7 {
    grid-area: 1 / 7 / 2 / 8;
}

.landing-page .grid-partners .div8 {
    grid-area: 1 / 8 / 2 / 9;
}

.landing-page .grid-partners .div9 {
    grid-area: 2 / 1 / 3 / 2;
}

.landing-page .grid-partners .div10 {
    grid-area: 2 / 2 / 3 / 3;
}

.landing-page .grid-partners .div11 {
    grid-area: 2 / 3 / 3 / 4;
}

.landing-page .grid-partners .div12 {
    grid-area: 2 / 4 / 3 / 5;
}

.landing-page .grid-partners .div13 {
    grid-area: 2 / 5 / 3 / 6;
}

.landing-page .grid-partners .div14 {
    grid-area: 2 / 6 / 3 / 7;
}

.landing-page .grid-partners .div15 {
    grid-area: 2 / 7 / 3 / 8;
}

.landing-page .grid-partners .div16 {
    grid-area: 2 / 8 / 3 / 9;
}

.landing-page .grid-partners .div17 {
    grid-area: 3 / 1 / 4 / 2;
}

.landing-page .grid-partners .div18 {
    grid-area: 3 / 2 / 4 / 3;
}

.landing-page .grid-partners .div19 {
    grid-area: 3 / 3 / 4 / 4;
}

.landing-page .grid-partners .div20 {
    grid-area: 3 / 4 / 4 / 5;
}

.landing-page .grid-partners .div21 {
    grid-area: 3 / 5 / 4 / 6;
}

.landing-page .grid-partners .div22 {
    grid-area: 3 / 6 / 4 / 7;
}

.landing-page .grid-partners .div23 {
    grid-area: 3 / 7 / 4 / 8;
}

.landing-page .grid-partners2 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 94%;
    margin: auto;
}

.landing-page .grid-partners2 .div17 {
    grid-area: 1 / 1 / 2 / 2;
}

.landing-page .grid-partners2 .div18 {
    grid-area: 1 / 2 / 2 / 3;
}

.landing-page .grid-partners2 .div19 {
    grid-area: 1 / 3 / 2 / 4;
}

.landing-page .grid-partners2 .div20 {
    grid-area: 1 / 4 / 2 / 5;
}

.landing-page .grid-partners2 .div21 {
    grid-area: 1 / 5 / 2 / 6;
}

.landing-page .grid-partners2 .div22 {
    grid-area: 1 / 6 / 2 / 7;
}

.landing-page .grid-partners2 .div23 {
    grid-area: 1 / 7 / 2 / 8;
}

.landing-page .div2,
.landing-page .div3,
.landing-page .div6 {
    display: grid;
    place-items: center;
}

.landing-page .crm-form {
    border: 2px solid #bddbff;
    margin: auto;
    padding: 10px;
    max-width: 1071px;
}

.landing-page .crm-form .form-wrapper {
    padding: 30px;
    border: 2px solid #bddbff;
}

.landing-page .crm-form .form-wrapper .form-control {
    border-radius: 0 !important;
    border: 0;
}

.landing-page .crm-form .form-wrapper input {
    background: white;
    padding: 5px;
    width: 100%;
    outline: none;
    font-size: 16px !important;
}

.landing-page .crm-form .form-wrapper .btn-submit {
    min-width: 165px !important;
    min-height: 45px !important;
    margin-top: 1.2rem !important;
    padding: 0 !important;
}

.landing-page .errored {
    border-color: #e74c3c !important;
    border-width: 1px !important;
    background-color: #fff0ed !important;
}

.landing-page .errored.form-control:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
}

.landing-page .input-error {
    font-size: 11.5px;
    line-height: 18px;
    font-weight: 600;
    color: #c53e3e;
    display: block;
}

.landing-page .mobile-view {
    display: none;
}

@media (max-width: 1468px) {
    .landing-page .content {
        margin: 0;
    }
    .landing-page .bg-ellipse {
        left: -48rem;
    }
}

@media only screen and (max-width: 1200px) {
    .landing-page .customer-centric .center-customer-centric>img {
        margin-top: 8rem;
    }
    .landing-page .grid-customer-centric {
        grid-column-gap: 10px;
        grid-row-gap: 0px;
    }
    .landing-page .bg-ellipse {
        left: -67rem;
    }
    .landing-page .flex-grid {
        display: grid;
        grid-template-rows: 1fr;
        grid-template-areas: 'top-content' 'bottom-content';
    }
    .landing-page .crm-progress {
        grid-area: bottom-content;
    }
    .landing-page .crm-image {
        grid-area: top-content;
    }
}

@media only screen and (max-width: 992px) {
    .landing-page .customer-centric {
        margin-top: 10rem;
    }
    .landing-page .customer-centric .grid-customer-centric {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        grid-template-areas: "div5" "div1" "div2" "div3" "div4" "div6" "div7" "div8" "div9" "div10";
    }
    .landing-page .customer-centric .grid-customer-centric .div1 {
        grid-area: 1 / 1 / 2 / 2;
        grid-area: div1;
    }
    .landing-page .customer-centric .grid-customer-centric .div2 {
        grid-area: 2 / 1 / 3 / 2;
        grid-area: div2;
    }
    .landing-page .customer-centric .grid-customer-centric .div3 {
        grid-area: 3 / 1 / 4 / 2;
        grid-area: div3;
    }
    .landing-page .customer-centric .grid-customer-centric .div4 {
        grid-area: 4 / 1 / 5 / 2;
        grid-area: div4;
    }
    .landing-page .customer-centric .grid-customer-centric .div6 {
        grid-area: 6 / 1 / 7 / 2;
        grid-area: div6;
    }
    .landing-page .customer-centric .grid-customer-centric .div7 {
        grid-area: 7 / 1 / 8 / 2;
        grid-area: div7;
    }
    .landing-page .customer-centric .grid-customer-centric .div8 {
        grid-area: 8 / 1 / 9 / 2;
        grid-area: div8;
    }
    .landing-page .customer-centric .grid-customer-centric .div9 {
        grid-area: 9 / 1 / 10 / 2;
        grid-area: div9;
    }
    .landing-page .customer-centric .grid-customer-centric .div5 {
        grid-area: 5 / 1 / 6 / 2;
        grid-area: div5;
        margin-bottom: 2rem;
    }
    .landing-page .customer-centric .grid-customer-centric .div10 {
        grid-area: 10 / 1 / 11 / 2;
        grid-area: div10;
    }
    .landing-page .customer-centric .grid-customer-centric .div10 .info {
        margin-top: revert;
        max-width: revert;
        margin: revert;
    }
    .landing-page .customer-centric .grid-customer-centric .left-side .info {
        display: grid;
        grid-template-columns: auto auto;
        grid-template-areas: "left right";
    }
    .landing-page .customer-centric .grid-customer-centric .left-side .info>div:nth-child(2) {
        grid-area: left;
        display: grid;
        grid-template-columns: auto auto;
        grid-template-areas: "left right";
    }
    .landing-page .customer-centric .grid-customer-centric .left-side .info>div:nth-child(2) img {
        grid-area: right;
        margin-left: 0px;
        margin-right: 5px;
    }
    .landing-page .customer-centric .grid-customer-centric .left-side .info>div:nth-child(2) div {
        grid-area: left;
        margin-left: 0px;
        margin-right: 10px;
    }
    .landing-page .customer-centric .grid-customer-centric .left-side .info>div:nth-child(1) {
        grid-area: right;
        text-align: left !important;
    }
    .landing-page .mobile-view {
        display: block;
    }
    .landing-page .customer-centric .left-customer-centric {
        display: none;
    }
    .landing-page .customer-centric .center-customer-centric {
        display: flex;
        align-items: center;
        justify-content: center;
        row-gap: 10rem;
    }
    .landing-page .customer-centric .center-customer-centric .info {
        display: none;
    }
    .landing-page .customer-centric .center-customer-centric>img {
        margin-top: 0;
    }
    .landing-page .customer-centric .info {
        justify-content: flex-start;
        margin-bottom: 10px;
    }
    .landing-page .customer-centric .info:nth-child(1) {
        min-height: initial !important;
    }
    .landing-page .customer-centric .info li {
        max-width: initial;
    }
    .landing-page .crm-form .form-wrapper h2 {
        text-align: center;
        margin: auto;
    }
    .landing-page .crm-form .form-wrapper h2 .underline {
        width: 100%;
        margin: auto;
    }
    .landing-page .page-content:nth-child(1) {
        padding-top: 6rem;
        padding-bottom: 2rem;
    }
    .landing-page .package h5 {
        text-align: center;
    }
    .landing-page .content {
        margin-top: 2rem;
    }
    .landing-page .bg-ellipse {
        left: -27rem;
        transform: rotate(11deg);
    }
    .landing-page .trials-email {
        max-width: revert;
    }
    .landing-page .grid-multifunction {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr auto 1fr auto 1fr auto;
    }
    .landing-page .grid-multifunction>div {
        padding: 10px 0;
    }
    .landing-page .grid-multifunction .div1 {
        grid-area: 1 / 1 / 2 / 2;
    }
    .landing-page .grid-multifunction .div2 {
        grid-area: 2 / 1 / 3 / 2;
    }
    .landing-page .grid-multifunction .div4 {
        grid-area: 3 / 1 / 4 / 2;
    }
    .landing-page .grid-multifunction .div3 {
        grid-area: 4 / 1 / 5 / 2;
    }
    .landing-page .grid-multifunction .div5 {
        grid-area: 5 / 1 / 6 / 2;
    }
    .landing-page .grid-multifunction .div6 {
        grid-area: 6 / 1 / 7 / 2;
    }
    .landing-page .grid-testimonials {
        grid-column-gap: 9px;
        grid-row-gap: 1rem;
    }
    .landing-page .box-wrapper {
        max-width: 100%;
    }
    .landing-page .mt-3rem {
        margin: 1rem !important;
    }
    .landing-page .arrow:nth-child(4) img {
        margin-left: 100px;
    }
    .landing-page .arrow:nth-child(2) img {
        margin-left: 48px;
    }
    .landing-page .grid-advantages {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        margin-bottom: 1rem;
    }
    .landing-page .grid-advantages .div1 {
        grid-area: 1 / 1 / 2 / 2;
    }
    .landing-page .grid-advantages .div2 {
        grid-area: 2 / 1 / 3 / 2;
    }
    .landing-page .grid-advantages .div3 {
        grid-area: 3 / 1 / 4 / 2;
    }
    .landing-page .grid-advantages .div4 {
        grid-area: 4 / 1 / 5 / 2;
    }
    .landing-page .grid-advantages .div5 {
        grid-area: 5 / 1 / 6 / 2;
    }
    .landing-page .grid-advantages .div6 {
        grid-area: 6 / 1 / 7 / 2;
    }
    .landing-page .grid-advantages .div7 {
        grid-area: 7 / 1 / 8 / 2;
    }
    .landing-page .grid-advantages .div8 {
        grid-area: 8 / 1 / 9 / 2;
    }
    .landing-page .grid-advantages .div9 {
        grid-area: 9 / 1 / 10 / 2;
    }
}

@media only screen and (max-width: 768px) {
    .landing-page {
        /*grid partner 1*/
        /*grid partner 2*/
    }
    .landing-page .modal-content {
        width: 100%;
    }
    .landing-page .enlarge-button {
        display: flex !important;
    }
    .landing-page .crm-form {
        margin: -20px;
    }
    .landing-page .crm-form .form-wrapper {
        padding: 20px 15px;
    }
    .landing-page .facebook.float,
    .landing-page .whatsapp.float {
        bottom: 60px;
    }
    .landing-page .left-content {
        margin-right: 0;
        margin-bottom: 1rem;
    }
    .landing-page .text-heading {
        font-size: 35px;
    }
    .landing-page .font-size-31 {
        font-size: 31px !important;
    }
    .landing-page .w-xs-100 {
        width: 100% !important;
    }
    .landing-page .navbar-nav {
        display: none !important;
    }
    .landing-page .icon-nav {
        display: block;
    }
    .landing-page .common-button,
    .landing-page .last-row .common-button,
    .landing-page .testimonials .common-button {
        min-width: 100% !important;
        font-size: 17px !important;
    }
    .landing-page .pb-10rem {
        padding-bottom: 7rem !important;
    }
    .landing-page .mt-20px-negative {
        margin-top: 0 !important;
    }
    .landing-page .grid-testimonials {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr 1fr;
    }
    .landing-page .grid-testimonials .div1 {
        grid-area: 1 / 1 / 2 / 2;
    }
    .landing-page .grid-testimonials .div2 {
        grid-area: 2 / 1 / 3 / 2;
    }
    .landing-page .grid-testimonials .div3 {
        grid-area: 3 / 1 / 4 / 2;
    }
    .landing-page .grid-partners,
    .landing-page .grid-partners2 {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(8, 1fr);
    }
    .landing-page .grid-partners2 {
        grid-template-rows: repeat(4, 1fr);
    }
    .landing-page .grid-partners .div1 {
        grid-area: 1 / 1 / 2 / 2;
    }
    .landing-page .grid-partners .div2 {
        grid-area: 1 / 2 / 2 / 3;
    }
    .landing-page .grid-partners .div3 {
        grid-area: 2 / 1 / 3 / 2;
    }
    .landing-page .grid-partners .div4 {
        grid-area: 2 / 2 / 3 / 3;
    }
    .landing-page .grid-partners .div5 {
        grid-area: 3 / 1 / 4 / 2;
    }
    .landing-page .grid-partners .div6 {
        grid-area: 3 / 2 / 4 / 3;
    }
    .landing-page .grid-partners .div7 {
        grid-area: 4 / 1 / 5 / 2;
    }
    .landing-page .grid-partners .div8 {
        grid-area: 4 / 2 / 5 / 3;
    }
    .landing-page .grid-partners .div9 {
        grid-area: 5 / 1 / 6 / 2;
    }
    .landing-page .grid-partners .div10 {
        grid-area: 5 / 2 / 6 / 3;
    }
    .landing-page .grid-partners .div11 {
        grid-area: 6 / 1 / 7 / 2;
    }
    .landing-page .grid-partners .div12 {
        grid-area: 6 / 2 / 7 / 3;
    }
    .landing-page .grid-partners .div13 {
        grid-area: 7 / 1 / 8 / 2;
    }
    .landing-page .grid-partners .div14 {
        grid-area: 7 / 2 / 8 / 3;
    }
    .landing-page .grid-partners .div15 {
        grid-area: 8 / 1 / 9 / 2;
    }
    .landing-page .grid-partners .div16 {
        grid-area: 8 / 2 / 9 / 3;
    }
    .landing-page .grid-partners2 .div17 {
        grid-area: 1 / 1 / 2 / 2;
    }
    .landing-page .grid-partners2 .div18 {
        grid-area: 1 / 2 / 2 / 3;
    }
    .landing-page .grid-partners2 .div19 {
        grid-area: 2 / 1 / 3 / 2;
    }
    .landing-page .grid-partners2 .div20 {
        grid-area: 2 / 2 / 3 / 3;
    }
    .landing-page .grid-partners2 .div21 {
        grid-area: 3 / 1 / 4 / 2;
    }
    .landing-page .grid-partners2 .div22 {
        grid-area: 3 / 2 / 4 / 3;
    }
    .landing-page .grid-partners2 .div23 {
        grid-area: 4 / 1 / 5 / 2;
    }
    .landing-page .mobile-side-menu .nav-link {
        padding: 0;
    }
    .landing-page .mobile-side-menu .nav-link .nav-button,
    .landing-page .mobile-side-menu .nav-link #change_language2 {
        /*border-top:1px solid grey;
        */
        /*border-radius:0;
        */
        /*font-size: 24px !important;
        */
    }
    .landing-page .mobile-side-menu .nav-link .dropdown-content {
        top: 3.3rem;
        width: 100%;
        left: 1rem;
        background: white;
        box-shadow: none;
    }
    .landing-page .mobile-side-menu .nav-link .dropdown-content a {
        font-size: 16px !important;
    }
    .landing-page .grid-advantages .text-heading {
        margin-left: -50px;
    }
}

@media (max-width: 767px) {
    .landing-page .arrow,
    .landing-page .arrow-icon {
        display: none !important;
    }
}

@media only screen and (max-width: 576px) {
    .landing-page .text-nowrap-mobile {
        white-space: nowrap;
    }
    .landing-page .crm-text {
        font-size: 45px !important;
    }
    .landing-page .font-size-40px,
    .landing-page .text-heading {
        font-size: 35px !important;
    }
    .landing-page .cn-version .page-content:nth-child(1) .crm-text {
        font-size: 50px !important;
    }
    .landing-page .cn-version .page-content:nth-child(1) .text-heading {
        font-size: 40px !important;
    }
    .landing-page .cn-version .page-content:nth-child(1) .font-size-40px {
        font-size: 45px !important;
    }
    .landing-page .common-button {
        width: 100% !important;
    }
    .landing-page .right-customer-centric li {
        text-align: left;
    }
    .landing-page .customer-centric-images img.plus-icon {
        margin-right: 6px !important;
    }
    .landing-page .crm-form {
        margin: 0;
    }
    .landing-page .sub-heading {
        font-size: 20px;
        /* margin-top: 0px; */
    }
    .landing-page .facebook.float,
    .landing-page .whatsapp.float {
        bottom: 90px;
    }
}

@media (max-width: 575px) {
    .landing-page {
        /*padding-left: 1rem;
        */
        /*padding-right: 1rem;
        */
    }
    .landing-page .pb-xs-3 {
        padding-bottom: 1rem !important;
    }
    .landing-page .mw-90 {
        max-width: 100% !important;
    }
}

@media (max-width: 520px) {
    .landing-page .trials-email .trial-button {
        padding: 0 !important;
        margin-top: 1px !important;
        margin-right: 1px !important;
        min-width: 143px !important;
    }
}

@media (max-width: 500px) {
    .landing-page .page-content:nth-child(1) .common-button,
    .landing-page .input-box {
        font-size: 15px !important;
    }
    .landing-page .float {
        width: 34.5px;
        height: 34.5px;
    }
}

@media (max-width: 485px) {
    .landing-page .bg-ellipse {
        left: -35rem;
        top: 11rem;
    }
    /* new css mobile */
    /* div5 center-side */
    .landing-page .grid-customer-centric .center-side img.img-fluid {
        max-width: fit-content;
        height: auto;
        background-color: none;
        margin-right: -14px;
        /* padding: none; */
    }
    .landing-page .customer-centric .grid-customer-centric .div10 {
        margin-right: 120px;
    }
    .landing-page .customer-centric .grid-customer-centric p {
        font-size: 15px;
    }
    /* .landing-page .customer-centric .grid-customer-centric .info ul li {
        font-size: 10px;
    } */
    .landing-page .sub-heading .crm-text {
        margin-left: -135px;
    }
    .landing-page .sub-heading p {
        margin-top: -50px;
    }
    .input-box input {
        font-size: small;
    }
    #lineBreak1 {
        display: inline;
    }
    #lineBreak1::after {
        content: "\a";
        white-space: pre;
    }
    .landing-page .grid-advantages .img-container {
        padding-top: 30px;
    }
    .landing-page .grid-advantages .div3,
    .div6,
    .div9 {
        margin-top: -20px;
    }
    .landing-page .grid-multifunction .div4 {
        margin-top: 35px;
    }
    .landing-page .grid-multifunction p img {
        margin-top: 5px;
    }
    .landing-page .en-version .customer-centric .info ul li #imgbefore {
        display: none;
    }
    .landing-page .en-version .customer-centric .info ul li #imgafter {
        display: unset;
    }
    /*end for new css mobile */
}

@media (max-width: 411px) {
    .landing-page .crm-text {
        font-size: 40px !important;
    }
    .landing-page .font-size-40px,
    .landing-page .text-heading {
        font-size: 29px !important;
    }
    .landing-page .cn-version .page-content:nth-child(1) .crm-text {
        font-size: 46px !important;
    }
    .landing-page .cn-version .page-content:nth-child(1) .text-heading,
    .landing-page .cn-version .page-content:nth-child(1) .font-size-40px {
        font-size: 32px !important;
    }
    /* new css mobile */
    /* div5 center-side */
    .landing-page .grid-customer-centric .center-side img.img-fluid {
        max-width: fit-content;
        height: auto;
        background-color: none;
        margin-right: 85px;
        /* padding: none; */
    }
    .landing-page .customer-centric .grid-customer-centric .div10 {
        margin-right: 120px;
    }
    .landing-page .customer-centric .grid-customer-centric p {
        font-size: 15px;
    }
    /* .landing-page .customer-centric .grid-customer-centric .info ul li {
            font-size: 10px;
        } */
    .zom {
        padding: 50px;
        background-color: white;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .landing-page .sub-heading .crm-text {
        margin-left: -135px;
    }
    .landing-page .sub-heading p {
        margin-top: -50px;
    }
    .input-box input {
        font-size: small;
    }
    #lineBreak1 {
        display: inline;
    }
    #lineBreak1::after {
        content: "\a";
        white-space: pre;
    }
    .landing-page .grid-advantages .img-container {
        padding-top: 30px;
    }
    .landing-page .grid-advantages .div3,
    .div6,
    .div9 {
        margin-top: -20px;
    }
    .landing-page .grid-multifunction .div4 {
        margin-top: 35px;
    }
    .landing-page .grid-multifunction p img {
        margin-top: 5px;
    }
    .landing-page .en-version .customer-centric .info ul li #imgbefore {
        display: none;
    }
    .landing-page .en-version .customer-centric .info ul li #imgafter {
        display: unset;
    }
    /*end for new css mobile */
}

@media (max-width: 400px) {
    .landing-page .underline {
        width: 100%;
    }
    /* new css mobile */
    /* div5 center-side */
    .landing-page .grid-customer-centric .center-side img.img-fluid {
        max-width: fit-content;
        height: auto;
        background-color: none;
        margin-right: -5px;
        /* padding: none; */
    }
    .landing-page .customer-centric .grid-customer-centric .div10 {
        margin-right: 120px;
    }
    .landing-page .customer-centric .grid-customer-centric p {
        font-size: 15px;
    }
    /* .landing-page .customer-centric .grid-customer-centric .info ul li {
        font-size: 10px;
    } */
    .zom {
        padding: 50px;
        background-color: white;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .landing-page .sub-heading .crm-text {
        margin-left: -135px;
    }
    .landing-page .sub-heading p {
        margin-top: -50px;
    }
    .input-box input {
        font-size: small;
    }
    #lineBreak1 {
        display: inline;
    }
    #lineBreak1::after {
        content: "\a";
        white-space: pre;
    }
    .landing-page .grid-advantages .img-container {
        padding-top: 30px;
    }
    .landing-page .grid-advantages .div3,
    .div6,
    .div9 {
        margin-top: -20px;
    }
    .landing-page .grid-multifunction .div4 {
        margin-top: 35px;
    }
    .landing-page .grid-multifunction p img {
        margin-top: 5px;
    }
    .landing-page .en-version .customer-centric .info ul li #imgbefore {
        display: none;
    }
    .landing-page .en-version .customer-centric .info ul li #imgafter {
        display: unset;
    }
    /*end for new css mobile */
}

@media (max-width: 380px) {
    .landing-page .bg-ellipse {
        top: 9rem;
    }
    /* new css mobile */
    /* div5 center-side */
    .landing-page .grid-customer-centric .center-side img.img-fluid {
        max-width: fit-content;
        height: auto;
        background-color: none;
        margin-right: 23px;
        /* padding: none; */
    }
    .landing-page .customer-centric .grid-customer-centric .div10 {
        margin-right: 120px;
    }
    .landing-page .customer-centric .grid-customer-centric p {
        font-size: 15px;
    }
    /* .landing-page .customer-centric .grid-customer-centric .info ul li {
            font-size: 10px;
        } */
    .zom {
        /* background-color: white; */
        max-width: 100%;
        height: 90%;
        padding: 10px;
    }
    .landing-page .sub-heading .crm-text {
        margin-left: -135px;
    }
    .landing-page .sub-heading p {
        margin-top: -50px;
    }
    .input-box input {
        font-size: small;
    }
    #lineBreak1 {
        display: inline;
    }
    #lineBreak1::after {
        content: "\a";
        white-space: pre;
    }
    .landing-page .grid-advantages .img-container {
        padding-top: 30px;
    }
    .landing-page .grid-advantages .div3,
    .div6,
    .div9 {
        margin-top: -20px;
    }
    .landing-page .grid-multifunction .div4 {
        margin-top: 35px;
    }
    .landing-page .en-version .customer-centric .info ul li #imgbefore {
        display: none;
    }
    .landing-page .en-version .customer-centric .info ul li #imgafter {
        display: unset;
    }
    /*end for new css mobile */
}

@media (min-width: 1469px) {
    .landing-page .follow-up {
        white-space: nowrap;
    }
}

@media (min-width: 1200px) {
    .landing-page .col-step-9 {
        flex: 0 0 68%;
        max-width: 68%;
    }
    .landing-page .col-step-3 {
        flex: 0 0 32%;
        max-width: 32%;
    }
    .landing-page .container,
    .landing-page .container-sm,
    .landing-page .container-md,
    .landing-page .container-lg,
    .landing-page .container-xl {
        max-width: 1300px !important;
    }
    .landing-page .en-version .mw-1440px {
        max-width: 1440px !important;
    }
}