@font-face {
    font-family: 'Product Sans Bold';
    src: url("../fonts/GoogleSans/ProductSans-Bold.woff2") format("woff2"), url("../fonts/GoogleSans/ProductSans-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Product Sans Medium';
    src: url("../fonts/GoogleSans/ProductSans-Medium.woff2") format("woff2"), url("../fonts/GoogleSans/ProductSans-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Product Sans Regular';
    src: url("../fonts/GoogleSans/ProductSans-Regular.woff2") format("woff2"), url("../fonts/GoogleSans/ProductSans-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: "Product Sans Regular";
    color: #000;
    overflow-x: hidden;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    color: #000;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

a:hover {
    color: #0280FD;
}

h1 {
    width: 100%;
    float: left;
    font-family: "Product Sans Medium";
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
    line-height: 70px;
    letter-spacing: 0.01em;
    color: #000;
    margin-bottom: 20px;
}

.japanese_wrpr h1 {
    font-size: 50px;
    line-height: 60px;
}

.japanese_wrpr .feature_title {
    font-size: 20px;
    line-height: 27px;
}

.japanese_wrpr h4 {
    font-size: 35px;
    line-height: 45px;
}

/* .japanese_wrpr h2 {
    font-size: 40px;
    line-height: 50px;
} */

.japanese_wrpr h2 {
    font-size: 38px;
    line-height: 48px;
}

.japanese_wrpr .nav_menu_li {
    /*  margin-right: 30px; BENDOO 11-6 23 */
 margin-right: 20px;
}

.japanese_wrpr .nav_menu_li a {
    letter-spacing: 0;
}

.nav_menu_li ion-icon {
    transition: transform 0.4s ease-in-out;
    margin-left: 5px;
}

.nav_menu_li.langselector {
    margin-right: 0px !important;
    padding: 10px 0;
}
.langselector a { /* add BENDOO 240315*/
    font-size:smaller; 
}
.tx-glossary2 .nav {
    display: inline-block;
    margin: 40px 0;
    width: 100%;
    text-align: center;
    padding-bottom: 40px;
    border-bottom: 1px solid #0280FD;
}

.tx-glossary2 .nav ul li {
    display: inline-block;
    font-size: 20px;
    width: 42px;
    text-align: center;
}

.tx-glossary2 .nav ul li a {
    color: #0280FD;
}

.tx-glossary2 .nav ul li a:hover {
    text-decoration: underline;
}

.tx-glossary2 .nav ul li.active a {
    text-decoration: underline;
}

.tx-glossary2 hr.separator {
    color: #0280FD;
    opacity: 1;
    margin: 40px 0;
}

@media only screen and (max-width: 1024px) {
    .section_inner_wrpr .nav_menu_li.langselector {
        display: none;
    } 
}

.hambergur_wrpr .nav_menu_wrpr .nav_menu_li.active ion-icon {
    transform: rotateZ(180deg);
}

.request-content {
    padding-right: 40px;
}

@media (max-width: 1024px) {
    h1,
    .japanese_wrpr h1 {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 15px;
    }
    .hambergur_wrpr .nav_menu_wrpr .nav_menu_li .dropdown-menu a {
        padding: 10px 15px;
    }
    .hambergur_wrpr .lang_menu_wrpr .nav_menu_li .dropdown-menu .langmenu li a {
        padding: 0;
    }
}

@media (max-width: 768px) {
    h1,
    .japanese_wrpr h1 {
        font-size: 35px;
        line-height: 35px;
        margin-bottom: 15px;
    }
}

h1 span {
    color: #0280FD;
    display: inline-block;
}

h2 {
    width: 100%;
    float: left;
    font-family: "Product Sans Medium";
    font-style: normal;
    font-weight: 500;
    line-height: 104.7%;
    letter-spacing: 0.01em;
    color: #424251;
    font-size: 45px;
    margin-bottom: 35px;
}

@media (max-width: 1024px) {
    h2,
    .japanese_wrpr h2 {
        font-size: 35px;
        line-height: 35px;
        margin-bottom: 15px;
    }
}

@media (max-width: 768px) {
    h2,
    .japanese_wrpr h2 {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 15px;
    }
}

h2 span {
    color: #0280FD;
    display: inline-block;
}

h3 {
    width: 100%;
    float: left;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 51px;
    letter-spacing: 0.08em;
    color: #263238;
    margin-bottom: 10px;
    font-family: "Product Sans Regular";
}

@media (max-width: 1024px) {
    h3 {
        font-size: 30px;
        line-height: 35px;
        letter-spacing: 0.10em;
    }
}

h3 span {
    color: #0280FD;
    display: inline-block;
}

h4 {
    width: 100%;
    float: left;
    font-family: "Product Sans Medium";
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0.045em;
    color: #000;
}

@media (max-width: 1024px) {
    h4 {
        font-size: 35px;
        line-height: 35px;
    }
}

@media (max-width: 576px) {
    h4,
    .japanese_wrpr h4 {
        font-size: 28px;
        line-height: 28px;
        margin-bottom: 15px;
    }
}

h5 {
    width: 100%;
    float: left;
    font-family: "Product Sans Regular";
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 31px;
    letter-spacing: 0.195em;
    margin-bottom: 15px;
    color: #000;
}

.customer_wrpr h5 {
    letter-spacing: 3.5px;
}

@media (max-width: 1024px) {
    h5 {
        font-size: 20px;
        line-height: 20px;
        letter-spacing: 0.15em;
    }
}

h5 b {
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    display: inline-block;
}

h6 {
    width: 100%;
    float: left;
    font-family: "Product Sans Regular";
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 31px;
    letter-spacing: 0.195em;
    color: #0280FD;
    margin-bottom: 10px;
}

@media (max-width: 1024px) {
    h6 {
        font-size: 20px;
        line-height: 20px;
        letter-spacing: 0.15em;
    }
}

@media (max-width: 576px) {
    h6 {
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 5px;
    }
}

p {
    width: 100%;
    float: left;
    font-family: "Product Sans Regular";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 178.7%;
    letter-spacing: 0.055em;
    color: #263238;
    margin-bottom: 15px;
}

@media (max-width: 1024px) {
    p {
        font-size: 16px;
        line-height: 160.7%;
        letter-spacing: 0.045em;
    }
}

p:last-child {
    margin-bottom: 0;
}

p small {
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    display: inline-block;
}

small {
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    display: inline-block;
}

.btn_wrpr {
    width: 100%;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 25px;
    margin-top:10px;
}

@media (max-width: 576px) {
    .btn_wrpr a.common_link {
        min-width: 100%;
    }
}

.common_link {
    width: auto;
    /*float: left;*/
    font-family: "Product Sans Regular";
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.055em;
    padding: 20px 55px;
    background-color: #0280FD;
    border: 1px solid #0280FD;
    border-radius: 30px;
    color: #fff;
    text-align: center;
}

@media (max-width: 1700px) {
    .common_link {
        font-size: 14px;
        line-height: 16px;
        padding: 15px 35px;
    }
}

@media (max-width: 1200px) {
    .common_link {
        font-size: 14px;
        line-height: 16px;
        letter-spacing: 0.195em;
        padding: 16px 35px;
    }
    .japanese_wrpr .nav_menu_li {
        margin-right: 20px;
    }
    .japanese_wrpr .nav_menu_link {
        font-size: 14px !important;
    }
    .japanese_wrpr .nav_menu_li ion-icon {
        font-size: 14px !important;
    }
}

@media (max-width: 449px) {
    .common_link {
        width: 100%;
        float: left;
        margin-left: 0 !important;
        margin-top: 15px;
    }
    .common_link.ml-10 {
        margin-left: 0 !important;
    }
}

.common_link:hover {
    background-color: #fff;
}

img {
    max-width: 100%;
}

.common_ul {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.common_ul li {
    width: 100%;
    float: left;
    padding-left: 35px;
    margin-bottom: 20px;
    position: relative;
    list-style-type: none !important;
    font-family: "Product Sans Regular";
}

.common_ul li:last-child {
    margin-bottom: 0;
}

.common_ul li::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 7px;
    border: 1px solid #0280FD;
    border-top: 0px solid transparent;
    border-right: 0px solid transparent;
    /* 40px height (20+20) */
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 0;
    top: 7px;
}

.circle_shape {
    position: relative;
    overflow: hidden;
}

.circle_shape::before {
    content: "";
    position: absolute;
    width: 415px;
    height: 415px;
    border-radius: 50%;
    background: #424251;
    opacity: 0.2;
    -webkit-transform: rotate(32.88deg);
    transform: rotate(32.88deg);
    left: -210px;
    top: 0;
    pointer-events: none;
    z-index: -2;
}

@media (max-width: 1700px) {
    .circle_shape::before {
        width: 300px;
        height: 300px;
        left: -150px;
        opacity: 0.1;
    }
}

@media (max-width: 1200px) {
    .circle_shape::before {
        width: 300px;
        height: 300px;
        left: -150px;
        opacity: 0.1;
    }
}

@media (max-width: 1024px) {
    .circle_shape::before {
        display: none;
    }
}

.circle_shape::after {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: #0280FD;
    left: -145px;
    top: 70px;
    pointer-events: none;
    z-index: -1;
}

@media (max-width: 1700px) {
    .circle_shape::after {
        width: 130px;
        height: 130px;
        left: -65px;
        top: 85px;
    }
}

@media (max-width: 1200px) {
    .circle_shape::after {
        width: 130px;
        height: 130px;
        left: -65px;
        top: 85px;
        opacity: 0.1;
    }
}

@media (max-width: 1024px) {
    .circle_shape::after {
        display: none;
    }
}

.mouse_postn_img {
    left: 0;
    bottom: 0;
    display: block;
    padding-top: 25px;
}

@media (max-width: 1200px) {
    .mouse_postn_img {
        display: none;
    }
}

html {
    scrollbar-color: #0280FD #e5e5e5;
    scrollbar-width: thin;
}

.filter_sublst::-webkit-scrollbar {
    width: 5px;
}

.filter_sublst::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
}

.filter_sublst::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #0280FD;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
    background-color: #e5e5e5;
}

body::-webkit-scrollbar {
    width: 10px;
    background-color: #f5f5f5;
    width: 8px;
}

body::-webkit-scrollbar-thumb {
    background-color: #0280FD;
    border-radius: 10px;
}

@media (max-width: 1024px) {
    .container {
        max-width: 100%;
    }
}


/*
@media (min-width: 1400px) {
  .container {
    max-width: 1145px;
  }
}*/
@media (max-width: 1250.98px) {
    .german_wrpr .nav_menu_link, .german_wrpr .nav_menu_li ion-icon,
    .german_wrpr .lang_menu_wrpr li a, .german_wrpr .lang_menu_wrpr li ion-icon {
        font-size: 15px !important;
    }
}
@media (max-width: 1130.98px) {
    .german_wrpr .nav_menu_link, .german_wrpr .nav_menu_li ion-icon,
    .german_wrpr .lang_menu_wrpr li a, .german_wrpr .lang_menu_wrpr li ion-icon {
        font-size: 14px !important;
    }
}
@media (max-width: 1100.98px) {
    .german_wrpr .nav_menu_link, .german_wrpr .nav_menu_li ion-icon,
    .german_wrpr .lang_menu_wrpr li a, .german_wrpr .lang_menu_wrpr li ion-icon {
        font-size: 13px !important;
    }
    .german_wrpr .nav_menu_li ion-icon {
        margin-left: 2px;
    }
}
@media (min-width: 1200px) {
    body.german_wrpr header .container {
        max-width: 1260px;
    }
}
@media (min-width: 1500px) {
    .container {
        max-width: 1275px;
    }
    body.german_wrpr header .container {
        max-width: 1380px;
    }
}

@media (min-width: 1601px) {
    .container {
        max-width: 1281px;
    }
    body.german_wrpr header .container {
        max-width: 1430px;
    }
}

@media (min-width: 1700px) {
    .container {
        max-width: 1420px;
    }
    body.german_wrpr header .container {
        max-width: 1550px;
    }
}

@media only screen and (max-width: 1200px) and (min-width: 992px) {
    .header_wrpr .container {
        max-width: 1080px;
    }
    body.german_wrpr header .container {
        max-width: 1140px;
    }
    .nav_menu_li {
        margin-right: 10px !important;
    }
    /* .nav_menu_link {
        font-size: 15px !important;
    } */
    /* .nav_menu_li ion-icon {
        font-size: 15px;
    } */
}

.section_wrpr {
    width: 100%;
    float: left;
    padding: 100px 0;
}

@media (max-width: 1200px) {
    .section_wrpr {
        padding: 75px 0;
    }
}

@media (max-width: 1024px) {
    .section_wrpr {
        padding: 50px 0;
    }
}

.section_inner_wrpr {
    width: 100%;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.header_wrpr {
    padding: 55px 0;
    /* position: relative; */
    position: absolute;
    left: 0;
    top: 0;
    z-index: 55;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

@media (max-width: 1024px) {
    .header_wrpr {
        position: fixed;
        top: -0px;
        left: 0;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        background-color: #fff;
        padding: 25px 0;
        -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }
}

.header_wrpr .section_inner_wrpr {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

.header_wrpr .header_shape {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    right: 0;
    left: auto;
    top: 0;
}

.header_wrpr .header_shape::before {
    content: "";
    position: absolute;
    width: 875px;
    height: 875px;
    border-radius: 50%;
    background-color: #0280FD;
    right: -175px;
    bottom: -0px;
    opacity: 0.06;
}

.header_wrpr.fixed {
    position: fixed;
    top: -100px;
    left: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    background-color: #fff;
    padding: 25px 0;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.logo_wrpr {
    width: auto;
    float: left;
    margin-right: 15px;  /*  was: auto; BENDOO 240315 */
    padding-right: 15px;
    max-width: 245px;
}

@media (max-width: 1200px) {
    .logo_wrpr {
        width: 200px;
        height: 38px;
        position: relative;
    }
}

@media (max-width: 1399.98px) {
    .logo_wrpr {
        width: 200px;
    }
    .tx-glossary2 .nav ul li {
        width: 35px;
    }
}

@media only screen and (max-width: 1500px) and (min-width: 1025px) {
    .logo_wrpr {
        float: left;
        margin-right: 0px;
        padding-right: 15px;
    }
    /*.nav_menu_li {
    margin-right: 26px !important;
    }*/
    .logo_wrpr img {
        width: 180px;
    }
    .nav_menu_link {
        font-size: 16px !important;
    }
    .nav_menu_li ion-icon {
        font-size: 16px !important;
    }
    .lang_menu_wrpr li a {
        font-size: 12px !important;
    }
    .logo_wrpr a {
        width: 100%;
        float: left;
    }
    .log_links {
        font-size: 12px !important;
        padding: 10px 6px !important;
    }
}

@media only screen and (max-width: 1200px) and (min-width: 992px) {
    .nav_menu_link {
        font-size: 14px !important;
    }
    .nav_menu_li ion-icon {
        font-size: 14px !important;
    }
}

@media only screen and (max-width: 1200px) and (min-width: 1025px) {
    .logo_wrpr {
        width: 100%;
        float: left;
        margin-right: 0px;
        padding-right: 15px;
        max-width: 188px;
    }
    .nav_menu_wrpr {
        margin-right: 0px !important;
    }
}

@media (max-width: 1200px) {
    .logo_wrpr a {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
}


.headerlogo {
    color: #0280FD;
}
@media (max-width: 992px)  {
    .headerlogo {
        font-size: smaller;
    }
}

.nav_menu_wrpr {
    width: auto;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10px; /*  was: 20px; BENDOO 240315 */
    margin-left: 10px; /*  was: auto; BENDOO 240315 */
}

@media (max-width: 1024px) {
    .nav_menu_wrpr {
        display: none;
    }
}

.nav_menu_li {
    width: auto;
    float: left;
    margin-right: 20px; /*  margin-right: 30px; BENDOO 11-6 23 */
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav_menu_li:last-child {
    margin-right: 12px;
}

.nav_menu_li .dropdown-menu:before {
    content: '';
    position: absolute;
    top: -7px;
    left: 18px;
    width: 0px;
    height: 0px;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 8px solid #0280fdd4;
}

.nav_menu_li .dropdown-menu {
    display: block;
    top: 100%;
    left: 0;
    right: 0;
    margin: 5px 0 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 250px;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    background: #0280fdd4;
    border: none;
    border-radius: 10px;
    box-shadow: 0px 0px 5px 0px #d3d3d4;
}

.nav_menu_li .dropdown-menu li {
    width: 100%;
    float: left;
    position: relative;
    color: #fff;
}

.nav_menu_li .dropdown-menu li .dropdown-item {
    border-bottom: 1px solid #e6e6ea9e;
    font-size: 16px;
    padding: 10px 15px;
    color: #fff;
    width: 100%;
    float: left;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    white-space: unset;
}

.nav_menu_li .dropdown-menu li .dropdown-item:hover {
    color: #ffffff;
    background-color: #0280FD;
}

.nav_menu_li .dropdown-menu li:first-child .dropdown-item {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.nav_menu_li .dropdown-menu li:last-child .dropdown-item {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.nav_menu_li .dropdown-menu li .dropdown-item :last-child {
    border-bottom: 1px solid #000;
}

.nav_menu_li .dropdown-menu li.active .dropdown-item {
    color: #ffffff;
    background-color: #0280FD;
}

.nav_menu_li .dropdown-menu li .dropdown-item:focus {
    color: #ffffff;
    background-color: #0280FD;
}

.nav_menu_li .dropdown-menu li .dropdown-item:focus-visible {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.nav_menu_li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.hambergur_wrpr .nav_menu_li.langselector {
    width: 100%;
}

.hambergur_wrpr .langselector {
    margin-left: 0px;
}

.nav_menu_link {
    /* width: 100%; */
    float: left;
    font-family: "Product Sans Regular";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: normal; /*change 240315 0.095em */
    color: #000;
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
}
@media (max-width:1699.98px) {
    .nav_menu_li {
        margin-right: 15px;
    }
    /*.nav_menu_link {
        font-size: 17px;
    }*/
    .nav_menu_link {
        font-size: 16px;
    }
    .nav_menu_li ion-icon {
        font-size: 17px;
    }
    .lang_menu_wrpr li a {
        font-size: 12px;
    }
}

@media (max-width: 1200px) {
    .nav_menu_link {
        font-size: 16px;
    }
    .nav_menu_li ion-icon {
        font-size: 16px;
    }
}

.nav_menu_link:hover {
    color: #0280FD;
}

.active .nav_menu_link {
    color: #0280FD;
}

.login_register_wrpr {
    width: auto;
    float: left;
}

@media (max-width: 576px) {
    .login_register_wrpr {
        display: none;
    }
}

.log_links {
    width: auto;
    float: left;
    font-family: "Product Sans Regular";
    font-style: normal;
    font-size: normal;/* before: 16px; change BENDOO 240315*/
    line-height: 20px;
    letter-spacing: 0.055em;
    padding: 15px 15px; /* before: 15px 30px; change BENDOO 240315*/
    margin-right: 15px;
    color: #fff;
    background: #0280FD;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 50px; 
}

.log_links:hover {
    color: #0280FD;
    background: #fff;
    -webkit-box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.25);
}

@media (max-width: 1200px) {
    .log_links {
        padding: 12px 15px;
    }
}

@media (max-width: 1024px) {
    .log_links {
        font-size: 14px;
        padding: 12px 25px;
    }
}

.log_links:last-child {
    margin-right: 0;
}

.log_links:nth-child(2) {
    background-color: #0280FD;
    color: #fff;
}

.hambergur {
    width: 40px;
    height: 25px;
    padding: 0 5px;
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex; */
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 15px;
    display: none;
}

@media (max-width: 1024px) {
    .hambergur {
        display: block;
        padding: 10px 5px;
    }
}

.hambergur span {
    width: 100%;
    float: left;
    height: 2px;
    background-color: #0280FD;
    border-radius: 5px;
    margin-bottom: 2px;
}

.hambergur span:last-child {
    margin-bottom: 0;
}

.hambergur_wrpr {
    width: 85%;
    max-width: 380px;
    height: 100vh;
    position: fixed;
    left: -380px;
    top: 0;
    background-color: #fff;
    z-index: 60;
    padding-bottom: 55px;
    overflow: scroll;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.hambergur_wrpr.active {
    left: 0;
}

.hambergur_wrpr .logo_wrpr {
    width: 100%;
    float: left;
    margin-right: 0;
    padding: 18px 155px 24px 12px;
    border-bottom: 1px solid #4242511f;
    max-width: 100%;
    height: auto;
}

.hambergur_wrpr .logo_wrpr a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    float: left;
    position: relative;
    height: auto;
}

.hambergur_wrpr .nav_menu_wrpr {
    width: 100%;
    float: left;
    margin-right: 0;
    padding: 0px 0;
    display: block;
}


/*.hambergur_wrpr .nav_menu_wrpr {
  width: 100%;
  float: left;
  margin-right: 0;
  padding: 20px 0;
  display: block;
}*/

.hambergur_wrpr .nav_menu_wrpr .nav_menu_li {
    width: 100%;
    padding: 10px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 0;
}

.hambergur_wrpr .nav_menu_wrpr .nav_menu_li .nav_menu_link {
    width: auto;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    padding-right: 10px;
}

.hambergur_wrpr .nav_menu_wrpr .nav_menu_li ion-icon {
    margin-left: auto;
    min-width: 35px;
    min-height: 20px;
}

.hambergur_wrpr .nav_menu_wrpr .nav_menu_li .dropdown-menu {
    position: relative;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    display: block;
    /* position: relative; */
    border: 0;
    margin-top: 15px;
    max-width: 100%;
    float: left;
    display: none;
}

.hambergur_wrpr .nav_menu_wrpr .nav_menu_li .dropdown-menu a {
    padding: 5px 10px;
}

.hambergur_wrpr .nav_menu_wrpr .nav_menu_li .dropdown-menu .regmenu a {
    padding: 2px 0px !important
}

.hambergur_wrpr .nav_menu_wrpr .nav_menu_li.active .dropdown-menu {
    display: block;
}

.hambergur_wrpr .login_register_wrpr {
    width: 85%;
    float: left;
    position: fixed;
    z-index: 1000;
    max-width: 380px;
    bottom: 0;
}

@media (max-width: 576px) {
    .hambergur_wrpr .login_register_wrpr {
        display: block;
    }
}

.hambergur_wrpr .login_register_wrpr .log_links {
    width: 100%;
    margin-right: 0;
    border-radius: 0;
    background-color: #0280FD;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 12px;
    line-height: 20px;
}

.hambergur_wrpr .login_register_wrpr .log_links::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    /* background-color: none; */
    right: 0;
    top: 0;
}

.hambergur_wrpr .login_register_wrpr .log_links:nth-child(2n)::before {
    display: none;
}

.overlay {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.35);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 56;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.overlay.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.main_banner_wrpr {
    padding: 250px 0 160px 0;
    position: relative;
    overflow: hidden;
    min-height: 75vh;
}
/* without image */
.main_banner_wrpr-wp {
    padding: 250px 0 140px 0;
    position: relative;
    overflow: hidden;
    min-height:auto;
}

@media (max-width: 1200px) {
    .main_banner_wrpr, .main_banner_wrpr-wp {
        padding: 130px 0 80px 0;
        min-height: auto;
    }
}

.main_banner_wrpr::before, .main_banner_wrpr-wp::before {
    content: "";
    position: absolute;
    width: 3248px;
/*    height: 1393px;*/
    height: 1592px;
    background-color: #F6FBFF;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    border-radius: 75%;
    top: auto;
    bottom: 0;
    z-index: -1;
}
/* HIDED 250909
.main_banner_wrpr .common_ul {
    margin-bottom: 60px;
}

@media (max-width: 1200px) {
    .main_banner_wrpr .common_ul {
        margin-bottom: 45px;
    }
}
*/
.main_banner_wrpr .section_inner_wrpr {
    z-index: 1;
}

.main_banner_content_wrpr {
    width: 45%;
    float: left;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media (max-width: 1200px) {
    .main_banner_content_wrpr {
        width: 100%;
    }
}

.main_banner_content_wrpr p {
    font-family: "Product Sans Regular";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 165%;
    letter-spacing: 0.015em;
    color: #000000;
    /*margin-bottom: 35px;*/
}

/* verwijderd 02/04/25

.country-pages .main_banner_content_wrpr p {
    margin-bottom: 15px;
}

.country-pages .main_banner_content_wrpr ul {
    margin-bottom: 0;
}
    */

.main_banner_content_wrpr p:last-child {
    margin-bottom: 0;
}

.main_banner_content_wrpr ul li {
    font-size: 18px;
}
/* verwijderd 02/04/25
.country-pages .main_banner_content_wrpr ul {
    padding-left: 25px;
    margin-bottom: 20px;
}

.country-pages .main_banner_content_wrpr ul li {
    list-style-type: disc;
    margin-bottom: 15px;
}*/

.main_banner_content_wrpr h6 {
    width: 100%;
    float: left;
    font-family: "Product Sans Regular";
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 38px;
    letter-spacing: 0.045em;
    color: #000000;
    margin-bottom: 15px;
}

@media (max-width: 1024px) {
    .main_banner_content_wrpr h6 {
        font-size: 24px;
        line-height: 24px;
    }
}

@media (max-width: 768px) {
    .main_banner_content_wrpr ul li {
        font-size: 14px;
    }
}

.main_banner_img {
    width: 50%;
    float: right;
    position: absolute;
    right: 200px;
    max-width: 40vw;
    cursor: pointer;
    overflow: hidden;
    max-height: 50vh;
    top: 0;
    bottom: 0;
    margin: auto;
    padding-top: 10px;
}

.single_use_cases .main_banner_img {
    right: 40% !important;
    width: 420px !important;
}

@media (max-width: 1200px) {
    .single_use_cases .main_banner_img {
        right: 0% !important;
    }
}

.main_banner_img img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

@media (max-width: 1366px) {
    .main_banner_img {
        right: 25px;
    }
    #c138 .support_country_form_wrpr.circle_shape::after {
        left: -116px;
    }
    #c138 .country_wrpr.circle_shape::before {
        left: -255px;
    }
}

@media (max-width: 1200px) {
    .main_banner_img {
        width: 100%;
        position: relative;
        margin-top: 0;
        right: 0;
        margin-bottom: 25px;
        max-width: 100%;
    }
}

@media (max-width: 576px) {
    .main_banner_img {
        position: relative;
        min-height: 35vh;
    }
    .main_banner_img img {
        position: absolute;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        left: 0;
        top: 0;
        right: 0;
        margin: auto;
    }
}

.main_banner_img:hover img {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.primary_btn {
    width: auto;
    float: left;
    background: #0280FD;
    border: 1px solid #0280FD;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50px;
    font-family: "Product Sans Regular";
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 38px;
    letter-spacing: 0.095em;
    padding: 20px 60px;
}

@media (max-width: 1200px) {
    .primary_btn {
        font-size: 20px;
        line-height: 20px;
        padding: 15px 40px;
    }
}

.primary_btn:hover {
    background-color: #fff;
}

.position_bg_clr_effect {
    position: absolute;
    right: 15px;
    background-color: #0280FD;
    opacity: 0.1;
    z-index: 1;
    border-radius: 50%;
    width: 300px;
    height: 300px;
    bottom: 70px;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    pointer-events: none;
}

.position_bg_clr_effect2 {
    position: absolute;
    width: 340px;
    height: 340px;
    left: -25px;
    top: 190px;
    border-radius: 100%;
    background: rgba(2, 128, 253, 0.06);
    -webkit-filter: blur(60px);
    filter: blur(60px);
    -webkit-transform: rotate(32.88deg);
    transform: rotate(32.88deg);
    z-index: 1;
    pointer-events: none;
}

.support_country_wrpr {
    padding: 150px 0 60px 0;
    position: relative;
    overflow: hidden;
}

.support_country_wrpr.primary_shade_clr {
    padding: 60px 0;
}

@media (max-width: 1200px) {
    .support_country_wrpr {
        padding: 100px 0 55px 0;
    }
}

.support_country_wrpr .section_inner_wrpr {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.split_wrpr {
    width: 50%;
    float: left;
}

.support_country_map {
    position: absolute;
    text-align: right;
    left: 40px;
    width: 50%;
    top: 120px;
    z-index: 1;
    pointer-events: none;
}

@media (max-width: 1200px) {
    .support_country_map {
        width: 100%;
        left: 0;
    }
    .support_country_map img {
        width: 100%;
    }
}

.support_country_map img {
    max-width: 100%;
}

.left_img_wrpr {
    /*padding-right: 100px;*/
    z-index: 2;
}


/* Responsive video */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    margin-top:50px;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 1200px) {
    .left_img_wrpr {
        padding: 0;
        width: 100%;
        margin-bottom: 55px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .left_img_wrpr .video-container iframe {
        position: relative;
    }
    .video-container {
        width: 450px;
        height: 300px;
        padding-bottom: 0%;
    }
}

@media (max-width: 576px) {
    .left_img_wrpr {
        position: relative;
        min-height: 330px;
    }
    .left_img_wrpr img {
        position: absolute;
        -o-object-fit: contain;
        object-fit: contain;
        height: 100%;
        width: 100%;
    }
    .left_img_wrpr .video-container {
        position: absolute;
        -o-object-fit: contain;
        object-fit: contain;
        height: 100%;
        width: 100%;
    }
}

.support_country_content {
    padding-left: 100px;
    padding-top: 40px;
}

@media (max-width: 1200px) {
    .support_country_content {
        width: 100%;
        padding: 0;
    }
}

.support_country_content p {
    margin-bottom: 40px;
}

@media (max-width: 1024px) {
    .support_country_content p {
        margin-bottom: 20px;
    }
}


/* ----------------------------------------------------
// SERVICES WRAPPER */

.services_wrpr {
    padding: 100px 0 50px 0;
    position: relative;
    overflow: hidden;
    min-height: 50vh;
}

@media (max-width: 1024px) {
    .services_wrpr {
        padding: 50px 0;
    }
}

.service_info_wrpr {
    width: 100%;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 110px;
    margin-bottom: 90px;
}

.customer_wrpr .service_info_content p {
    text-align: left;
}

@media (max-width: 1700px) {
    .service_info_wrpr {
        padding: 0 50px;
    }
}

@media (max-width: 1200px) {
    .service_info_wrpr {
        padding: 0px;
        margin-bottom: 100px;
    }
}

@media (max-width: 1024px) {
    .service_info_wrpr {
        margin-bottom: 60px;
    }
}

.service_info {
    width: 100%;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 90px;
}

@media (max-width: 1200px) {
    .service_info {
        margin-bottom: 65px;
    }
}

@media (max-width: 1024px) {
    .service_info {
        margin-bottom: 85px;
    }
}

.service_info:last-child {
    margin-bottom: 0px;
}

.service_info:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

@media (max-width: 768px) {
    .service_info:nth-child(even) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.service_info:nth-child(even) .service_icon_wrpr {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 75px;
}

.service_info:nth-child(even) .service_info_content {
    padding-left: 0;
    padding-right: 35px;
}

@media (max-width: 768px) {
    .service_info:nth-child(even) .service_info_content {
        padding-right: 0;
    }
}

.service_info_content {
    width: 50%;
    float: left;
    padding-right: 15px;
    /* padding-top: 25px; */
}

@media (max-width: 1200px) {
    .service_info_content {
        width: 60%;
        padding-top: 0;
    }
}

@media (max-width: 1024px) {
    .service_info_content {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding-right: 0;
        padding-left: 35px;
        -webkit-box-flex: 1;
        -ms-flex: 1 0;
        flex: 1 0;
    }
}

@media (max-width: 768px) {
    .service_info_content {
        padding-left: 0px;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
    }
}

.service_icon_wrpr {
    width: 50%;
    padding-top: 75px;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 1200px) {
    .service_icon_wrpr {
        width: 40%;
    }
}

@media (max-width: 1024px) {
    .service_icon_wrpr {
        width: auto;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding-top: 45px !important;
    }
}

@media (max-width: 768px) {
    .service_icon_wrpr {
        margin-bottom: 25px;
        padding-top: 0 !important;
    }
    .service_info_wrpr {
        margin-bottom: 30px;
    }
    .service_info {
        margin-bottom: 50px;
    }
}

.service_icon {
    width: 175px;
    height: 175px;
    position: relative;
    margin-left: 155px;
}

@media (max-width: 1200px) {
    .service_icon {
        width: 120px;
        height: 120px;
        margin-left: 80px;
    }
}

@media (max-width: 768px) {
    .service_icon {
        width: 75px;
        height: 75px;
        padding-left: 20px;
        margin-left: 15px;
    }
}

.service_icon img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
}

.service_icon::before {
    content: "";
    position: absolute;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background-color: #0280FD;
    opacity: 0.06;
    left: -155px;
    bottom: 20px;
    top: auto;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

@media (max-width: 1200px) {
    .service_icon::before {
        width: 160px;
        height: 160px;
        left: -80px;
        bottom: 5px;
    }
}

@media (max-width: 768px) {
    .service_icon::before {
        width: 90px;
        height: 90px;
        left: -15px;
        bottom: 20px;
    }
}

.service_info:hover .service_icon::before {
    left: -80px;
    bottom: 0;
}

@media (max-width: 768px) {
    .service_info:hover .service_icon::before {
        left: 0;
    }
}

.custom_shape_img {
    position: absolute;
    width: 400px;
    height: 400px;
    right: -240px;
    bottom: auto;
    top: 1660px;
    z-index: -1;
    pointer-events: none;
}

@media (max-width: 1700px) {
    .custom_shape_img {
        width: 7vw;
        height: 7vw;
        right: 0;
    }
}

@media (max-width: 1200px) {
    .custom_shape_img {
        display: none;
    }
}

.custom_shape_img img {
    max-width: 100%;
}

.customer_icon_wrpr {
    width: 100%;
    float: left;
    padding-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 1200px) {
    .customer_icon_wrpr {
        padding-top: 10px;
    }
}

.customer_icon {
    /* width: 240px; */
    height: 110px;
    float: left;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #E3E3E3;
    padding: 10px 15px;
    border-radius: 5px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    max-width: 240px;
    position: relative;
    width: calc(20% - 33px);
    margin-right: 40px;
    margin-bottom: 40px;
}

.customer_icon:nth-child(5n) {
    margin-right: 0;
}

@media (max-width: 992px) {
    .customer_icon:nth-child(5n) {
        margin-right: 25px;
    }
}

@media (max-width: 576px) {
    .customer_icon:nth-child(5n) {
        margin-right: 20px;
    }
}

@media (max-width: 992px) {
    .customer_icon:nth-child(4n) {
        margin-right: 25px;
    }
}

@media (max-width: 576px) {
    .customer_icon:nth-child(4n) {
        margin-right: 20px;
    }
}

@media (max-width: 992px) {
    .customer_icon:nth-child(3n) {
        margin-right: 0;
    }
}

@media (max-width: 576px) {
    .customer_icon:nth-child(3n) {
        margin-right: 20px;
    }
}

@media (max-width: 576px) {
    .customer_icon:nth-child(2n) {
        margin-right: 0;
    }
}

@media (max-width: 992px) {
    .customer_icon {
        margin-right: 25px;
        margin-bottom: 25px;
        max-width: 100%;
        height: 80px;
        width: calc(33.33% - 17px);
    }
}

@media (max-width: 576px) {
    .customer_icon {
        margin-right: 20px;
        margin-bottom: 20px;
        max-width: 100%;
        height: 60px;
        width: calc(50% - 10px);
    }
}

/* .customer_icon img {
    max-width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    padding: 20px 15px;
} */

.customer_icon img.country_support {
    padding: 0;
    position: absolute;
    width: 20px;
    bottom: 8px;
    right: 8px;
}

@media (max-width: 991px) {
    .customer_icon img {
        padding: 15px 20px;
    }
    .tx-glossary2 .nav {
        margin: 25px 0;
        padding-bottom: 25px;
    }    
    .tx-glossary2 .nav ul li {
        padding: 5px 0;
    }
}

@media (max-width: 400.98px) {
    .customer_icon img.country_support {
        width: 15px;
    }
}

.customer_icon:hover {

    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.testimonial_wrpr {
    padding: 80px 0 200px 0;
    position: relative;
    overflow: hidden;
}

@media (max-width: 1024px) {
    .testimonial_wrpr {
        padding: 50px 0;
    }
}

.testimonial_wrpr .section_inner_wrpr {
    position: relative;
}

.testimonial_wrpr .custom_shape_img {
    width: 62px;
    height: 132px;
    right: auto;
    bottom: auto;
    top: 15px;
    left: -110px;
}

.testimonial_wrpr .custom_shape_img1 {
    position: absolute;
    pointer-events: none;
    width: 97px;
    height: 97px;
    left: -0px;
    top: auto;
    right: auto;
    bottom: 50px;
    z-index: -1;
}

@media (max-width: 1200px) {
    .testimonial_wrpr .custom_shape_img1 {
        display: none;
    }
}

.testimonial_wrpr .custom_shape_img2 {
    position: absolute;
    width: 400px;
    height: 400px;
    right: -280px;
    /* bottom: auto; */
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    pointer-events: none;
}

@media (max-width: 1700px) {
    .testimonial_wrpr .custom_shape_img2 {
        width: 6vw;
        height: 6vw;
        right: 0;
    }
}

@media (max-width: 1200px) {
    .testimonial_wrpr .custom_shape_img2 {
        display: none;
    }
}

.testimonial_wrpr .custom_shape_img2 img {
    max-width: 100%;
}

.testimonial_slider {
    width: 100%;
    float: left;
    padding-top: 30px;
}

.testimonial_slider .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.testimonial_slider .owl-stage .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
}

.testimonial_slider .owl-nav {
    padding-top: 25px;
}

@media (min-width: 1200px) {
    .testimonial_slider .owl-nav {
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 1;
        left: 0;
        top: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        pointer-events: none;
        padding-top: 0;
    }
}

.testimonial_slider .owl-nav button {
    font-size: 25px !important;
    line-height: 25px !important;
}

@media (min-width: 1200px) {
    .testimonial_slider .owl-nav button {
        font-size: 35px !important;
        line-height: 35px !important;
        pointer-events: auto;
        position: absolute;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        color: #00477E !important;
    }
}

@media (min-width: 1440px) {
    .testimonial_slider .owl-nav button {
        font-size: 50px !important;
        line-height: 50px !important;
    }
    /* Change BENDOO 27/03/2024 commented
    .home_page_banner h1{
        font-size: 75px !important;  
        line-height: 80px !important;
    }*/
}

/* .testimonial_slider .owl-nav button:hover {
    background-color: transparent !important;
    color: #0280FD !important;
} */

.testimonial_slider .owl-nav button:hover {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent !important;
    color: #0280FD !important;
}

.testimonial_slider .owl-nav button.owl-prev {
    left: -80px;
}

@media (max-width: 1440px) {
    .testimonial_slider .owl-nav button.owl-prev {
        left: -45px;
    }
}

.testimonial_slider .owl-nav button.owl-next {
    right: -80px;
}

@media (max-width: 1440px) {
    .testimonial_slider .owl-nav button.owl-next {
        right: -45px;
    }
}

.testimonial_block {
    width: 100%;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 65px 75px 35px 75px;
    background: linear-gradient(120.05deg, #009C7C -1.36%, #0280FD 98.73%);
    border-radius: 30px;
}

@media (max-width: 1200px) {
    .testimonial_block {
        padding: 50px 35px 25px 35px;
    }
}

.testimonial_block p {
    font-family: "Product Sans Regular";
    font-style: italic;
    font-weight: 400;
    font-size: 20px;
    line-height: 161.7%;
    text-align: center;
    letter-spacing: 0.055em;
    color: #fff;
    margin-bottom: 25px;
}

@media (max-width: 1200px) {
    .testimonial_block p {
        font-size: 14px;
        line-height: 150.7%;
        margin-bottom: 15px;
    }
}

.testimonial_block h5 {
    font-family: "Product Sans Medium";
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 104.7%;
    text-align: center;
    letter-spacing: 0.01em;
    color: #fff;
}

@media (max-width: 1200px) {
    .testimonial_block h5 {
        font-size: 24px;
        line-height: 25px;
    }
}

.testimonial_block h6 {
    font-family: "Product Sans Regular";
    font-style: normal;
    font-weight: 100;
    font-size: 20px;
    line-height: 104.7%;
    text-align: center;
    letter-spacing: 0.01em;
    color: #fff;
    margin-bottom: 25px;
}

@media (max-width: 1200px) {
    .testimonial_block h6 {
        font-size: 12px;
        line-height: 14px;
    }
}

.testimonial_block .company_name {
    margin-bottom: 10px;
}

.testimoanil_img {
    width: 135px;
    height: 135px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer_wrpr {
    padding: 90px 0 65px 0;
    background-color: #424251;
}

@media (max-width: 1024px) {
    .footer_wrpr {
        padding: 50px 0 30px 0;
    }
}

.footer_top_menu {
    width: 100%;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 45px;
    border-bottom: 1px solid #7E7E93;
    margin-bottom: 45px;
}

@media (max-width: 1200px) {
    .footer_top_menu {
        padding-bottom: 0;
    }
}

.footer_menu {
    /* change BENDOO 30/11/23 5th column in footer */
    width: 20%;
    float: left;
    padding-right: 70px;
}

@media (max-width: 1200px) {
    .footer_menu {
        width: 50%;
        margin-bottom: 45px;
        padding-right: 15px;
    }
}

@media (max-width: 768px) {
    .footer_menu {
        width: 100%;
        margin-bottom: 45px;
        padding-right: 0px;
    }
}

.footer_title {
    width: 100%;
    float: left;
    font-family: "Product Sans Regular";
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 104.7%;
    /* text-align: center; */
    letter-spacing: 0.01em;
    color: #FFFFFF;
    text-align: left;
    margin-bottom: 35px;
}

@media (max-width: 768px) {
    .footer_title {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 20px;
    }
}

.footer_ul {
    width: 100%;
    float: left;
}

.footer_ul li {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    color: #FFFFFF;
}

@media (max-width: 768px) {
    .footer_ul li {
        margin-bottom: 20px;
    }
}

.footer_ul li:last-child {
    margin-bottom: 0;
}

.footer_link {
    width: auto;
    float: left;
    max-width: 100%;
    font-family: "Product Sans Regular";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 154.7%;
    letter-spacing: 0.01em;
    color: #FFFFFF;
}

@media (max-width: 768px) {
    .footer_link {
        font-size: 14px;
        line-height: 16px;
        letter-spacing: 0.01em;
    }
}

.social_ul {
    width: 100%;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 25px;
}

.social_ul li {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 15px;
    margin-bottom: 15px;
}

.social_ul li:last-child {
    margin-right: 0;
}

.social_ul .social_icon {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #fff;
}

.social_ul .social_icon:hover {
    background-color: #0280FD;
    border-color: #0280FD;
}

.footer_bottom_block {
    width: 100%;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 45px;
    border-bottom: 1px solid #7E7E93;
    margin-bottom: 45px;
}

.footer_main_title {
    width: 40%;
    float: left;
    font-family: "Product Sans Regular";
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 104.7%;
    text-align: center;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
}

@media (max-width: 1200px) {
    .footer_main_title {
        width: 100%;
        margin-bottom: 25px;
        font-size: 35px;
        line-height: 35px;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    }
}

@media (max-width: 768px) {
    .footer_main_title {
        width: 100%;
        float: left;
        font-size: 24px;
        line-height: 24px;
        margin-right: 0;
        padding-right: 0;
    }
}

.footer_acheivement {
    width: 60%;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 30px;
}

@media (max-width: 1700px) {
    .footer_acheivement {
        gap: 25px;
    }
}

@media (max-width: 1200px) {
    .footer_acheivement {
        gap: 20px;
        width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.footer_acheivement li {
    width: 245px;
    height: 115px;
    border-radius: 10px;
    background-color: #fff;
    padding: 10px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 1700px) {
    .footer_acheivement li {
        width: 180px;
        height: 84px;
    }
}

@media (max-width: 1200px) {
    .footer_acheivement li {
        width: 180px;
        height: 84px;
        margin-bottom: 0px;
    }
}

@media (max-width: 1024px) {
    .footer_acheivement li {
        width: 100px;
        height: 47px;
        margin-bottom: 0;
    }
}

@media (max-width: 768px) {
    .footer_acheivement li {
        width: 80px;
        height: 38px;
        padding: 5px;
        margin-bottom: 0px;
    }
}

.footer_acheivement li a {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer_acheivement li img {
    width: auto;
    max-width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

@media (max-width: 1200px) {
    .footer_acheivement li img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }
}

.footer_acheivement li:last-child {
    margin-right: 0;
}

.copy_right_wrpr {
    width: 100%;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer_logo_wrpr {
    width: auto;
    float: left;
    margin-right: auto;
    padding-right: 15px;
    max-width: 150px;
}

@media (max-width: 768px) {
    .footer_logo_wrpr {
        margin-bottom: 20px;
    }
}

.footer_policy_wrpr {
    width: auto;
    float: left;
    font-family: "Product Sans Regular";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 104.7%;
    text-align: center;
    letter-spacing: 0.01em;
    color: #FFFFFF;
}

@media (max-width: 768px) {
    .footer_policy_wrpr {
        width: 100%;
        text-align: left;
        font-size: 12px;
        line-height: 12px;
        margin-bottom: 10px;
    }
}

.footer_policy_wrpr a {
    color: inherit;
}

.backToTop {
    width: 40px;
    height: 40px;
    background-color: #0280FD;
    color: #fff;
    position: fixed;
    right: 30px;
    bottom: 100px;
    border: 1px solid #0280FD;
    z-index: 5;
    cursor: pointer;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.backToTop.active {
    -webkit-transform: scale(1);
    transform: scale(1);
}

@media (max-width: 768px) {
    .backToTop {
        width: 30px;
        height: 30px;
        right: 35px;
        bottom: 100px;
    }
}

.backToTop:hover {
    background-color: #fff;
    color: #0280FD;
}

.partners_second_wrpr {
    padding: 20px 0;
    margin-top: -80px;
    /* BENDOO 31/12/2023 */
}

@media (max-width: 1200px) {
    .partners_second_wrpr {
        padding: 55px 0;
    }
}

.partners_second_wrpr .section_inner_wrpr {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.partners_second_wrpr .left_img_wrpr {
    width: 60%;
    margin-left: -2vw;
    margin-right: auto;
}

@media (max-width: 1024px) {
    .partners_second_wrpr .left_img_wrpr {
        width: 100%;
        margin-left: 0;
        margin-bottom: 15px;
    }
}

@media (max-width: 576px) {
    .partners_second_wrpr .left_img_wrpr {
        position: relative;
        min-height: 330px;
    }
    .partners_second_wrpr .left_img_wrpr img {
        position: absolute;
        -o-object-fit: contain;
        object-fit: contain;
        height: 100%;
        width: 100%;
    }
}

.partners_second_wrpr .support_country_content {
    width: 40%;
    padding-left: 20px;
}

@media (max-width: 1024px) {
    .partners_second_wrpr .support_country_content {
        width: 100%;
        padding-left: 0;
        margin-bottom: 25px;
    }
}

.partners_second_wrpr .custom_shape_img {
    top: auto;
    bottom: 0px;
    right: -215px;
    opacity: 0.5;
}

.partners_second_wrpr .custom_shape_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.our_partners_wrpr .customer_icon_wrpr {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 180px;
    display: block;
}

@media (max-width: 1200px) {
    .our_partners_wrpr .customer_icon_wrpr {
        padding-top: 10px;
        margin-bottom: 75px;
    }
}

@media (max-width: 1024px) {
    .our_partners_wrpr .customer_icon_wrpr {
        margin-bottom: 90px;
    }
}

@media (max-width: 576px) {
    .our_partners_wrpr .customer_icon_wrpr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.our_partners_wrpr .customer_icon_wrpr .customer_icon {
    width: calc(33.33% - 35px);
    height: 213px;
    padding: 10px 25px;
    background-color: #fff;
    margin-right: 50px;
    margin-bottom: 50px;
    max-width: 100%;
}

@media (max-width: 1700px) {
    .our_partners_wrpr .customer_icon_wrpr .customer_icon {
        height: 171px;
        padding: 5px 25px;
    }
}

@media (max-width: 1024px) {
    .our_partners_wrpr .customer_icon_wrpr .customer_icon {
        height: 120px;
        padding: 5px 15px;
    }
}

@media (max-width: 992px) {
    .our_partners_wrpr .customer_icon_wrpr .customer_icon {
        margin-right: 20px;
        width: calc(33.33% - 15px);
    }
}

@media (max-width: 768px) {
    .our_partners_wrpr .customer_icon_wrpr .customer_icon {
        position: relative;
    }
    .our_partners_wrpr .customer_icon_wrpr .customer_icon img {
        -o-object-fit: contain;
        object-fit: contain;
        height: 100%;
        padding: 30px 25px;
        max-width: 100%;
        position: absolute;
    }
}

@media (max-width: 576px) {
    .our_partners_wrpr .customer_icon_wrpr .customer_icon {
        margin-right: 0px;
        width: 100%;
        height: 160px;
        margin-bottom: 25px;
    }
    .our_partners_wrpr .customer_icon_wrpr .customer_icon img {
        -o-object-fit: contain;
        object-fit: contain;
        height: 100%;
        padding: 15px 25px;
        max-width: 100%;
        position: absolute;
    }
}

.our_partners_wrpr .customer_icon_wrpr .customer_icon:nth-child(3n) {
    margin-right: 0;
}

@media (max-width: 576px) {
    .our_partners_wrpr .customer_icon_wrpr .customer_icon:nth-child(3n) {
        margin-right: 0px;
    }
}

.company_logo_wrpr .service_info:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

@media (max-width: 768px) {
    .company_logo_wrpr .service_info:nth-child(odd) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.company_logo_wrpr .service_info:nth-child(odd) .service_icon_wrpr {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 75px;
}

@media (max-width: 1024px) {
    .company_logo_wrpr .service_info:nth-child(odd) .service_icon_wrpr {
        padding: 0;
    }
}

.company_logo_wrpr .service_info:nth-child(odd) .service_info_content {
    padding-left: 0;
    padding-right: 35px;
}

@media (max-width: 768px) {
    .company_logo_wrpr .service_info:nth-child(odd) .service_info_content {
        padding-right: 0;
    }
}

.company_logo_wrpr .service_info:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

@media (max-width: 768px) {
    .company_logo_wrpr .service_info:nth-child(even) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.company_logo_wrpr .service_info:nth-child(even) .service_icon_wrpr {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 75px;
}

@media (max-width: 1024px) {
    .company_logo_wrpr .service_info:nth-child(even) .service_icon_wrpr {
        padding: 0;
    }
}

.company_logo_wrpr .service_info:nth-child(even) .service_info_content {
    padding-right: 0;
    padding-left: 35px;
}

@media (max-width: 768px) {
    .company_logo_wrpr .service_info:nth-child(even) .service_info_content {
        padding-right: 0;
        padding-left: 0;
    }
}

.company_logo_wrpr .service_info_wrpr {
    padding-top: 100px;
}

.company_logo_wrpr .position_bg_clr_effect {
    right: -100px;
    top: 180px;
    bottom: 0;
}

.company_logo_wrpr {
    padding: 100px 0 80px 0;
}

@media (max-width: 1024px) {
    .company_logo_wrpr {
        padding: 50px 0;
    }
}

.company_logo_wrpr .section_inner_wrpr {
    position: relative;
}

.company_logo_wrpr .customer_icon_wrpr {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 25px;
    display: block;
}

.company_logo_wrpr .customer_icon {
    padding: 8px 15px;
    background-color: #fff;
}

@media (max-width: 1440px) {
    .company_logo_wrpr .customer_icon {
        height: 125px;
        padding: 5px 25px;
    }
}

@media (max-width: 1024px) {
    .company_logo_wrpr .customer_icon {
        height: 93px;
        padding: 10px 15px;
    }
}

@media (max-width: 768px) {
    .company_logo_wrpr .customer_icon {
        height: 75px;
    }
    .company_logo_wrpr .customer_icon img {
        -o-object-fit: contain;
        object-fit: contain;
        height: 100%;
    }
}

@media (max-width: 576px) {
    .company_logo_wrpr .customer_icon {
        height: 75px;
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
    }
}

.testimonial_banner_wrpr {
    padding: 275px 0 150px 0;
}

@media (max-width: 1200px) {
    .testimonial_banner_wrpr {
        padding: 100px 0 25px 0;
    }
}

.testimonial_banner_wrpr::before {
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    top: auto;
    bottom: 0;
}

.testimonial_banner_wrpr .common_inner_title {
    color: #000;
}

.testimonial_banner_wrpr h6 {
    margin-bottom: 25px;
}

.testimonial_banner_wrpr p {
    padding-right: 50px;
}

@media (max-width: 1200px) {
    .testimonial_banner_wrpr p {
        padding-right: 0;
    }
}

.testimonial_content_wrpr {
    width: 100%;
    padding: 150px 0 70px 0;
}

@media (max-width: 1024px) {
    .testimonial_content_wrpr {
        padding: 50px 0 15px 0;
    }
}

.testimonial_content_wrpr.circle_shape {
    position: relative;
    overflow: hidden;
}

.testimonial_content_wrpr.circle_shape::before {
    content: "";
    position: absolute;
    width: 415px;
    height: 415px;
    left: -260px;
    top: 1105px;
    pointer-events: none;
    z-index: -2;
}

@media (max-width: 1700px) {
    .testimonial_content_wrpr.circle_shape::before {
        width: 300px;
        height: 300px;
        left: -180px;
        opacity: 0.1;
    }
}

@media (max-width: 1024px) {
    .testimonial_content_wrpr.circle_shape::before {
        display: none;
    }
}

.testimonial_content_wrpr.circle_shape::after {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: #0280FD;
    left: -200px;
    top: 1180px;
    pointer-events: none;
    z-index: -1;
}

@media (max-width: 1700px) {
    .testimonial_content_wrpr.circle_shape::after {
        width: 130px;
        height: 130px;
        left: -82px;
        top: 1188px;
        opacity: 1;
    }
}

@media (max-width: 1024px) {
    .testimonial_content_wrpr.circle_shape::after {
        display: none;
    }
}

.testimonial_content_wrpr .section_inner_wrpr {
    position: relative;
}

.testimonial_content_wrpr .custom_shape_img {
    top: 0;
}

.testimonial_content_wrpr .custom_shape_img1 {
    position: absolute;
    pointer-events: none;
    width: 97px;
    height: 97px;
    left: auto;
    bottom: auto;
    z-index: -1;
    top: 850px;
    right: -240px;
}

@media (max-width: 1700px) {
    .testimonial_content_wrpr .custom_shape_img1 {
        width: 65px;
        height: 65px;
    }
}

@media (max-width: 1200px) {
    .testimonial_content_wrpr .custom_shape_img1 {
        display: none;
    }
}

.testimonial_content_wrpr .custom_shape_img2 {
    position: absolute;
    width: 60px;
    height: 130px;
    right: auto;
    bottom: auto;
    left: 0;
    top: 150px;
    bottom: auto;
    margin: auto;
    z-index: -1;
    pointer-events: none;
}

@media (max-width: 1200px) {
    .testimonial_content_wrpr .custom_shape_img2 {
        display: none;
    }
}

.testimonial_content_wrpr .custom_shape_img2 img {
    max-width: 100%;
}

.testimonial_content_wrpr .custom_shape_img3 {
    position: absolute;
    width: 180px;
    height: 190px;
    right: auto;
    /* bottom: auto; */
    left: auto;
    top: 1330px;
    right: -25px;
    bottom: auto;
    margin: auto;
    z-index: -1;
    pointer-events: none;
}

@media (max-width: 1700px) {
    .testimonial_content_wrpr .custom_shape_img3 {
        width: 120px;
        height: 127px;
        right: 0;
    }
}

@media (max-width: 1200px) {
    .testimonial_content_wrpr .custom_shape_img3 {
        display: none;
    }
}

.testimonial_content_wrpr .custom_shape_img3 img {
    max-width: 100%;
}

.testimonial_content_wrpr .custom_shape_img4 {
    position: absolute;
    width: 180px;
    height: 190px;
    right: auto;
    /* bottom: auto; */
    left: auto;
    bottom: auto;
    margin: auto;
    z-index: -1;
    pointer-events: none;
    top: 940px;
    left: -220px;
}

@media (max-width: 1200px) {
    .testimonial_content_wrpr .custom_shape_img4 {
        display: none;
    }
}

.testimonial_content_wrpr .custom_shape_img4 img {
    max-width: 100%;
}

.testimonial_content_cover, .job_content_cover  {
    width: 100%;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.testimonial_content_block {
    width: calc(33.33% - 20px);
    /*  margin-right: 30px; BENDOO 11-6 23 */
 margin-right: 20px;
    margin-bottom: 30px;
    height: auto;
    /* border-radius: 20px; */
    background: #FFFFFF;
    border: 0.5px solid #D8D8D8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 25px rgba(0, 7, 14, 0.1);
    box-shadow: 0px 0px 25px rgba(0, 7, 14, 0.1);
    border-radius: 20px;
    padding: 50px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.testimonial_content_block:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0px 0px 25px rgba(0, 7, 14, 0.3);
    box-shadow: 0px 0px 25px rgba(0, 7, 14, 0.3);
}

.testimonial_content_block:nth-child(3n) {
    margin-right: 0;
}

@media (max-width: 768px) {
    .testimonial_content_block:nth-child(3n) {
        margin-right: 20px;
    }
}

@media (max-width: 576px) {
    .testimonial_content_block:nth-child(3n) {
        margin-right: 10px;
    }
}

@media (max-width: 480px) {
    .testimonial_content_block:nth-child(3n) {
        margin-right: 0px;
    }
}

@media (max-width: 768px) {
    .testimonial_content_block:nth-child(2n) {
        margin-right: 0px;
    }
}

@media (max-width: 576px) {
    .testimonial_content_block:nth-child(2n) {
        margin-right: 0px;
    }
}

@media (max-width: 1200px) {
    .testimonial_content_block {
        width: calc(33.33% - 10px);
        margin-right: 15px;
        margin-bottom: 15px;
        padding: 30px 15px;
    }
}

@media (max-width: 768px) {
    .testimonial_content_block {
        width: calc(50% - 10px);
        margin-right: 20px;
        margin-bottom: 20px;
        padding: 30px 15px;
    }
}

@media (max-width: 576px) {
    .testimonial_content_block {
        width: calc(50% - 5px);
        margin-right: 10px;
        margin-bottom: 10px;
        padding: 20px 15px;
    }
}

@media (max-width: 480px) {
    .testimonial_content_block {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 10px;
    }
}

.testimonial_content_block .img_wrpr {
    width: 100%;
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 25px;
    margin-bottom: 30px;
    position: relative;
}

@media (max-width: 1024px) {
    .testimonial_content_block .img_wrpr {
        height: 75px;
        padding: 0 15px;
        margin-bottom: 15px;
    }
}

@media (max-width: 576px) {
    .testimonial_content_block .img_wrpr {
        height: 50px;
        padding: 0 10px;
        margin-bottom: 10px;
    }
}

.testimonial_content_block .img_wrpr img {
    width: auto;
    /* max-width: 100%; */
    height: 100%;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    padding: 10px 25px;
    position: absolute;
}

@media (max-width: 1024px) {
    .testimonial_content_block .img_wrpr img {
        padding: 5px 15px;
    }
}

@media (max-width: 576px) {
    .testimonial_content_block .img_wrpr img {
        padding: 5px 10px;
    }
}

.testimonial_content_block p {
    text-align: center;
    margin-bottom: 30px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 165.7%;
}

@media (max-width: 576px) {
    .testimonial_content_block p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 15px;
    }
}

@media (max-width: 480px) {
    .testimonial_content_block p {
        font-size: 11px;
        line-height: 16px;
    }
}

.testimonial_content_block .common_link {
    padding: 15px 50px;
}

@media (max-width: 576px) {
    .testimonial_content_block .common_link {
        padding: 10px 20px;
        font-size: 12px;
        line-height: 12px;
        letter-spacing: 1px;
    }
}

.accessspoint_main_banner_wrpr .main_banner_img {
    max-width: 50vw;
}

@media (max-width: 1200px) {
    .accessspoint_main_banner_wrpr .main_banner_img {
        max-width: 100%;
    }
}

.accessspoint_main_banner_wrpr .main_banner_content_wrpr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.accessspoint_main_banner_wrpr .common_link {
    margin-bottom: 45px;
}

.feature_wrpr {
    padding: 130px 0 40px 0;
    overflow: hidden;
    position: relative;
}


@media (max-width: 1200px) {
    .feature_wrpr {
        padding: 65px 0 45px 0;
    }
}

.feature_wrpr h4 {
    margin-bottom: 75px;
}

@media (max-width: 1200px) {
    .feature_wrpr h4 {
        margin-bottom: 55px;
    }
}

@media (max-width: 1024px) {
    .feature_wrpr h4 {
        margin-bottom: 45px;
    }
}

.feature_wrpr .custom_shape_img {
    top: 220px;
}

.feature_wrpr .custom_shape_img1 {
    position: absolute;
    width: 92px;
    height: 132px;
    right: auto;
    bottom: auto;
    z-index: -1;
    top: 100px;
    left: -200px;
}

@media (max-width: 1200px) {
    .feature_wrpr .custom_shape_img1 {
        display: none;
    }
}

.feature_wrpr .custom_shape_img2 {
    position: absolute;
    /* pointer-events: none; */
    width: 60px;
    height: 60px;
    left: auto;
    bottom: auto;
    z-index: -1;
    pointer-events: none;
    top: -100px;
    right: 15px;
}

@media (max-width: 1200px) {
    .feature_wrpr .custom_shape_img2 {
        display: none;
    }
}

.feature_wrpr .section_inner_wrpr {
    position: relative;
}

.feature_cover {
    width: 100%;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.feature {
    width: calc(33.33% - 40px);
    float: left;
    padding: 30px 25px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.05);
    border-radius: 0px 100px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-right: 60px;
    margin-bottom: 60px;
}

@media (max-width: 1024px) {
    .feature {
        width: 100%;
        margin-right: 0;
        margin-bottom: 25px;
    }
    .feature:last-child {
        margin-bottom: 0;
    }
}

.feature:nth-child(2n) .feature_img::before {
    background-color: #FF4881;
}

.feature:nth-child(3n) {
    margin-right: 0;
}

.feature:nth-child(3n) .feature_img::before {
    background-color: #44D7B6;
}

.feature:nth-child(4n) .feature_img::before {
    background-color: #0280FD; 
}

.feature:nth-child(5n) .feature_img::before {
    background-color: #F7941D; 
}
.feature:nth-child(6n) .feature_img::before {
    background-color: #D90429; 
}
.feature:nth-child(7n) .feature_img::before {
    background-color: #386641; 
}
.feature:nth-child(8n) .feature_img::before {
    background-color: #074fa5; 
}
.feature:nth-child(9n) .feature_img::before {
    background-color: #d97a08; 
}
.feature:nth-child(10n) .feature_img::before {
    background-color: #8B8B8B; 
}

.feature p {
    font-family: "Product Sans Regular";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #8B8B8B;
    margin-bottom: 25px;
}

@media (max-width: 1024px) {
    .feature p {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {
    .feature p {
        font-size: 14px;
        line-height: 20px;
    }
}

.feature_img {
    width: 100px;
    height: 100px;
    margin-bottom: 25px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-left: 20px;
    margin-top: 20px;
}

.feature_img::before {
    content: "";
    position: absolute;
    width: 85px;
    height: 85px;
    /* border-radius: 10px; */
    left: 0;
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #FDBA42;
    border-radius: 8px;
}

.feature_img span {
    width: 50px;
    height: 50px;
    float: right;
    border-radius: 50%;
    padding: 10px;
    position: relative;
    z-index: 1;
    background-color: #f9f9f9;
}

.feature_img span img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.feature_title {
    width: 100%;
    font-family: "Product Sans Bold";
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: 33px;
    letter-spacing: 0.08em;
    color: #000000;
    margin-bottom: 10px;
}

@media (max-width: 1024px) {
    .feature_title {
        font-size: 22px;
        line-height: 24px;
    }
}

.readmore_btn {
    width: auto;
    max-width: 100%;
    float: right;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Product Sans Regular";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 163.7%;
    color: #0280FD;
    text-align: right;
    margin-top: auto;
}

.readmore_btn:hover {
    color: #525251 !important;
}

@media (max-width: 1024px) {
    .readmore_btn {
        font-size: 14px;
        line-height: 20px;
    }
}

.readmore_btn ion-icon {
    margin-left: 5px;
}

.customer_wrpr .custom_shape_img1 {
    position: absolute;
    pointer-events: none;
    width: 50px;
    height: 50px;
    right: auto;
    bottom: auto;
    z-index: -1;
    top: -75px;
    left: 201px;
}

@media (max-width: 1700px) {
    .customer_wrpr .custom_shape_img1 {
        top: -60px;
        right: 50px;
    }
}

@media (max-width: 1200px) {
    .customer_wrpr .custom_shape_img1 {
        display: none;
    }
}

.customer_wrpr .custom_shape_img2 {
    position: absolute;
    pointer-events: none;
    width: 130px;
    height: 130px;
    z-index: -1;
    top: 195px;
    right: -180px;
}

@media (max-width: 1700px) {
    .customer_wrpr .custom_shape_img2 {
        top: 56px;
        right: -75px;
    }
}

@media (max-width: 1200px) {
    .customer_wrpr .custom_shape_img2 {
        display: none;
    }
}

.customer_wrpr p {
    font-family: "Product Sans Regular";
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    color: #000;
    text-align: center;
    max-width: 950px;
    margin: 0 auto;
    margin-bottom: 25px;
}

@media (max-width: 1024px) {
    .customer_wrpr p {
        font-size: 16px;
    }
}

.customer_wrpr .customer_icon_wrpr {
    max-width: 1150px;
    margin: 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* display: block; BENDOO 31/5/2023 */
    /*display: flex;BENDOO 12/9/25 */
}

.customer_wrpr .customer_icon {
    height: 120px;
    padding: 15px 25px;
    background-color: #fff;
    border-radius: 5px;
    width: calc(33.3% - 27px);
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    max-width: none;
}

@media (max-width: 1024px) {
    .customer_wrpr .customer_icon {
        height: 90px;
        margin-right: 25px;
        width: calc(32.5% - 9px);
        max-width: calc(32.5% - 9px);
        margin-bottom: 25px;
    }
}
@media (max-width: 991px) {
    .customer_wrpr .customer_icon {
        margin-right: 20px;
        width: calc(33.33% - 15px);
        max-width: calc(33.33% - 15px);
        margin-bottom: 20px;
    }
}
/*
@media (max-width: 576px) {
    .customer_wrpr .customer_icon {
        width: calc(50% - 10px);
        max-width: calc(50% - 10px);
    }
}*/

@media (max-width: 400px) {
    .customer_wrpr .customer_icon {
        width: 100%;
        max-width: 250px;
        float: none;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}
.customer_wrpr .customer_icon img {
    width: 100%;
    max-width: 250px;
    max-height: 135px;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}

.customer_wrpr .customer_icon:nth-child(5n) {
    margin-right: 40px;
}
.customer_wrpr .customer_icon:nth-child(3n) {
    margin-right: 0;
}

@media (max-width: 1024px) {
    .customer_wrpr .customer_icon:nth-child(5n) {
        margin-right: 25px;
    }
}
@media (max-width: 992px) {
    .customer_wrpr .customer_icon:nth-child(5n) {
        margin-right: 20px;
    }
}

@media (max-width: 1024px) {
    .customer_wrpr .customer_icon:nth-child(3n) {
        margin-right: 0px;
    }
    .customer_wrpr .customer_icon img {
        max-height: 110px;
    }
}
@media (max-width: 992px) {
    .customer_wrpr .customer_icon:nth-child(3n) {
        margin-right: 0px;
    }
}
@media (max-width: 576px) {
    .customer_wrpr .customer_icon:nth-child(2n) {
        margin-right: 0;
    }
    .customer_wrpr .customer_icon:nth-child(3n) {
        margin-right: 20px;
    }
    .customer_wrpr .customer_icon:nth-child(4n) {
        margin-right: 20px;
    }
    .customer_wrpr .customer_icon:nth-child(5n) {
        margin-right: 20px;
    }
}

.img_shape_text_title {
    width: 100%;
    display: table;
    margin: 0 auto;
    position: relative;
    max-width: 630px;
    margin-bottom: 35px;
}

.img_shape_text_title .shape_for_text {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    pointer-events: none;
}

.img_shape_text_title .shape_for_text:last-child {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
}

.primary_shade_clr {
    background-color: #F6FBFF;
}

.annual_inovis_wrpr {
    padding: 100px 0;
}

@media (max-width: 1024px) {
    .annual_inovis_wrpr {
        padding: 55px 0;
    }
}

.annual_inovis_wrpr h2 {
    margin-bottom: 100px;
    position: relative;
}

@media (max-width: 1200px) {
    .annual_inovis_wrpr h2 {
        margin-bottom: 55px;
    }
}

@media (max-width: 1024px) {
    .annual_inovis_wrpr h2 {
        margin-bottom: 35px;
    }
}

.annual_inovis_wrpr h2::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    border: 1px dashed #c5c5c5;
    left: -25px;
    bottom: -100px;
}

@media (max-width: 1200px) {
    .annual_inovis_wrpr h2::before {
        display: none;
    }
}

.sub_title {
    width: 100%;
    float: left;
    font-family: "Product Sans Regular";
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: 104.7%;
    text-align: center;
    letter-spacing: 0.01em;
    color: #000000;
    margin-bottom: 25px;
}

@media (max-width: 1024px) {
    .sub_title {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 15px;
    }
}

.sub_notice_text {
    width: 100%;
    float: left;
    font-family: "Product Sans Regular";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 104.7%;
    text-align: center;
    letter-spacing: 0.01em;
    color: #FFA412;
    margin-bottom: 30px;
}

@media (max-width: 1024px) {
    .sub_notice_text {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 25px;
    }
}

.link_btn_wrpr {
    width: 100%;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.link_btn_wrpr .common_link {
    margin: 10px;
}

.link_btn_wrpr .common_link:first-child {
    background-color: #009C7C;
    border-color: #009C7C;
}

.link_btn_wrpr .common_link:first-child:hover {
    color: #009C7C;
    background-color: #fff;
}

@media (max-width: 576px) {
    .link_btn_wrpr .common_link {
        min-width: 80%;
        text-align: center;
        margin: 0;
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {
    .link_btn_wrpr .common_link:last-child {
        margin-bottom: 0;
    }
}

.contact_title {
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
}

.contact_title span {
    position: absolute;
    width: 100px;
    height: 8px;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.contact_quick_link_wrpr {
    width: 100%;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 130px;
    padding-top: 25px;
}

@media (max-width: 1700px) {
    .contact_quick_link_wrpr {
        gap: 50px;
    }
}

@media (max-width: 1200px) {
    .contact_quick_link_wrpr {
        gap: 15px;
    }
}

@media (max-width: 992px) {
    .contact_quick_link_wrpr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.quick_link_block {
    width: 330px;
    min-height: 220px;
    background-color: #fff;
    border: 0.5px solid #D8D8D8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 18px;
    overflow: hidden;
    padding: 45px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

@media (max-width: 1200px) {
    .quick_link_block {
        width: 300px;
        padding: 20px 15px;
        min-height: 180px;
    }
}

@media (max-width: 992px) {
    .quick_link_block {
        width: 80vw;
        min-height: 200px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .quick_link_block {
        width: 100%;
        min-height: 200px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.quick_link_block ion-icon {
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 10px;
    color: #0280FD;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.quick_link_block h6 {
    text-align: center;
    font-family: "Product Sans Medium";
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 31px;
    color: #000000;
    letter-spacing: 0;
    margin-bottom: 2px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

@media (max-width: 1200px) {
    .quick_link_block h6 {
        font-size: 20px;
        line-height: 22px;
    }
}

.quick_link_block .contact_sub_text {
    width: 100%;
    float: left;
    font-family: "Product Sans Regular";
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    color: #4C5C75;
    text-align: center;
    margin-bottom: 5px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

@media (max-width: 1200px) {
    .quick_link_block .contact_sub_text {
        font-size: 18px;
        line-height: 22px;
    }
}

.quick_link_block a.quick_link_anchor_tag {
    font-family: "Product Sans Regular";
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    color: #0280FD;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

@media (max-width: 1200px) {
    .quick_link_block a.quick_link_anchor_tag {
        font-size: 20px;
        line-height: 22px;
    }
}

.quick_link_block a.quick_link_anchor_tag.btn_shape {
    width: auto;
    padding: 11px 20px;
    font-family: "Product Sans Regular";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    background-color: #0280FD;
    color: #fff;
    text-align: center;
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 30px;
}

.quick_link_block a.quick_link_anchor_tag.btn_shape ion-icon {
    color: #fff;
    font-size: inherit;
    line-height: inherit;
    margin-bottom: 0;
    margin-left: 5px;
}

.quick_link_block:hover {
    background-color: #0280FD;
    color: #fff;
}

.quick_link_block:hover ion-icon {
    color: #fff;
}

.quick_link_block:hover h6 {
    color: #fff;
}

.quick_link_block:hover .contact_sub_text {
    color: #fff;
}

.quick_link_block:hover a.quick_link_anchor_tag {
    font-family: "Product Sans Regular";
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.quick_link_block:hover a.quick_link_anchor_tag.btn_shape {
    background-color: #fff;
    color: #0280FD;
}

.quick_link_block:hover a.quick_link_anchor_tag.btn_shape ion-icon {
    color: #0280FD;
    font-size: inherit;
    line-height: inherit;
    margin-bottom: 0;
    margin-left: 5px;
}

.contact_content_wrpr {
    padding: 120px 0 80px 0;
    position: relative;
    overflow: hidden;
}

@media (max-width: 1200px) {
    .contact_content_wrpr {
        padding: 55px 0 25px 0;
    }
}

.contact_content_wrpr .custom_shape_img {
    top: 150px;
}

.contact_content_wrpr.circle_shape {
    position: relative;
    overflow: hidden;
}

.contact_content_wrpr.circle_shape::before {
    content: "";
    position: absolute;
    width: 415px;
    height: 415px;
    border-radius: 50%;
    background: #424251;
    opacity: 0.2;
    -webkit-transform: rotate(32.88deg);
    transform: rotate(32.88deg);
    left: -290px;
    top: auto;
    bottom: 280px;
    pointer-events: none;
    z-index: -2;
}

@media (max-width: 1200px) {
    .contact_content_wrpr.circle_shape::before {
        width: 300px;
        height: 300px;
        left: -180px;
        opacity: 0.1;
    }
}

@media (max-width: 1024px) {
    .contact_content_wrpr.circle_shape::before {
        display: none;
    }
}

.contact_content_wrpr.circle_shape::after {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: #0280FD;
    left: -220px;
    top: auto;
    bottom: 340px;
    pointer-events: none;
    z-index: -1;
}

@media (max-width: 1200px) {
    .contact_content_wrpr.circle_shape::after {
        width: 150px;
        height: 150px;
        left: -95px;
        top: 80px;
        opacity: 0.1;
    }
}

@media (max-width: 1024px) {
    .contact_content_wrpr.circle_shape::after {
        display: none;
    }
}

.contact_address_wrpr {
    width: 100%;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contact_address_block {
    width: calc(50% - 30px);
    padding: 45px 30px;
    margin-right: 60px;
    margin-bottom: 60px;
    background: #FFFFFF;
    border: 0.5px solid #D8D8D8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 25px rgba(0, 7, 14, 0.1);
    box-shadow: 0px 0px 25px rgba(0, 7, 14, 0.1);
    border-radius: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 1440px) {
    .contact_address_block {
        width: calc(50% - 15px);
        /*  margin-right: 30px; BENDOO 11-6 23 */
 margin-right: 20px;
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .contact_address_block {
        width: 100%;
        margin-right: 0;
        padding: 20px 15px;
    }
}

.contact_address_block:nth-child(2n) {
    margin-right: 0;
}

.contact_address_content_wrpr {
    width: 100%;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 35px;
    margin-bottom: 45px;
}

@media (max-width: 1440px) {
    .contact_address_content_wrpr {
        gap: 15px;
    }
}

@media (max-width: 1200px) {
    .contact_address_content_wrpr {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 25px;
        margin-bottom: 25px;
    }
}

.contact_img_wrpr {
    width: calc(50% - 15px);
    max-height: 200px;
    /* overflow: hidden; */
    border-radius: 5px;
    overflow: hidden;
}

@media (max-width: 1200px) {
    .contact_img_wrpr {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .contact_img_wrpr {
        max-height: 300px;
    }
}

.contact_img_wrpr img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.contact_address_content {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
    font-size: 18px;
    line-height: 24px;
}

@media (max-width: 1200px) {
    .contact_address_content {
        font-size: 16px;
        line-height: 20px;
    }
}

.location_title {
    font-size: 24px;
    line-height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    color: #263238;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

@media (max-width: 1200px) {
    .location_title {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 10px;
    }
}

.location_title ion-icon {
    color: #0280FD;
    margin-right: 10px;
}

.location_title b {
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
}

.location_address {
    color: #4C5C75;
    margin-bottom: 20px;
    line-height: 34px;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

@media (max-width: 1200px) {
    .location_address {
        line-height: 30px;
        margin-bottom: 15px;
    }
}

.location_quick_link_wrpr {
    width: 100%;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.location_quick_link_wrpr li {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

@media (max-width: 1200px) {
    .location_quick_link_wrpr li {
        margin-bottom: 10px;
    }
}

.location_quick_link_wrpr li:last-child {
    margin-bottom: 0;
}

.location_quick_link {
    color: #0280FD;
}

.google_map_location {
    width: 100% !important;
    float: left;
    height: 300px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}


/*@media only screen and (max-width: 600px)
{
  .google_map_location {
  width: 100% !important;
  float: left;
  height: 300 !important;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
}*/


/*.google_map_location iframe {
  width: 100% !important;
  float: left;
  height: 100% !important;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
}*/

.network_banner {
    padding-bottom: 35px;
}

.network_banner p {
    line-height: 50px;
}

@media (max-width: 1200px) {
    .network_banner p {
        margin-bottom: 35px;
    }
}

.network_banner b {
    margin-bottom: 20px;
    display: block;
}

.network_banner .main_banner_img {
    margin-top: 0;
}

.network_banner_wrapper {
    padding: 200px 0 100px;
}

.network_report_cover_wrpr .section_inner_wrpr {
    position: relative;
}

.network_report_cover_wrpr .custom_shape_img2 {
    top: auto;
    bottom: 50px;
}

.network_report_cover_wrpr .custom_shape_img3 {
    right: -115px;
    left: auto;
    top: auto;
    bottom: 30px;
    z-index: 1;
}

@media (max-width: 1700px) {
    .network_report_cover_wrpr .custom_shape_img3 {
        bottom: 100px;
        right: -60px;
    }
}

.network_report_cover_wrpr .custom_shape_img4 {
    top: -75px;
    left: -207px;
}

@media (max-width: 1700px) {
    .network_report_cover_wrpr .custom_shape_img4 {
        left: -100px;
    }
}

.network_report_wrpr {
    width: 100%;
    float: left;
    background: #FFFFFF;
    border: 0.5px solid #D8D8D8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 25px rgba(0, 7, 14, 0.08);
    box-shadow: 0px 0px 25px rgba(0, 7, 14, 0.08);
    border-radius: 18px;
    overflow: hidden;
    padding: 35px 85px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0px;
}

@media (max-width: 1440px) {
    .network_report_wrpr {
        padding: 25px 50px;
        margin-bottom: 80px;
    }
}

@media (max-width: 1024px) {
    .network_report_wrpr {
        padding: 35px 25px;
    }
}

.network_report_block {
    width: 50%;
    float: left;
}

.network_report_block:nth-child(2n) {
    padding-left: 50px;
}

@media (max-width: 1024px) {
    .network_report_block:nth-child(2n) {
        padding-left: 0;
        margin-bottom: 0;
    }
}

@media (max-width: 1024px) {
    .network_report_block {
        width: 100%;
        margin-bottom: 30px;
    }
}

.network_title {
    width: auto;
    float: left;
    font-family: "Product Sans Regular";
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 33px;
    letter-spacing: 0.095em;
    color: #263238;
    position: relative;
    margin-bottom: 30px;
}

@media (max-width: 1024px) {
    .network_title {
        font-size: 22px;
        line-height: 24px;
    }
}

.network_title::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #0280FD;
    bottom: -5px;
    left: 0;
}

.list_wrpr {
    width: 100%;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.network_report_cover_wrpr {
    padding: 100px 0;
}

.network_ul {
    width: 50%;
    float: left;
    font-family: "Product Sans Regular";
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.095em;
    color: #4C5C75;
}

.network_ul:nth-child(2n) {
    padding-left: 15px;
}

@media (max-width: 1440px) {
    .network_ul {
        font-size: 16px;
        line-height: 20px;
    }
}

.network_ul li {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    word-break: break-all;
    word-break: break-word;
}

@media (max-width: 1440px) {
    .network_ul li {
        margin-bottom: 20px;
    }
}

@media (max-width: 1024px) {
    .network_ul li:last-child {
        margin-bottom: 0;
    }
}

.network_ul li span {
    min-width: 275px;
    max-width: 50%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    padding-right: 5px;
}

@media (max-width: 576px) {
    .network_ul li span {
        min-width: auto;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
}

.network_ul_right {
    width: 50%;
    float: left;
    font-family: "Product Sans Regular";
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.095em;
    color: #4C5C75;
    padding-left: 15px;
}

@media (max-width: 1440px) {
    .network_ul_right {
        font-size: 16px;
        line-height: 20px;
    }
}

.network_ul_right li {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    word-wrap: break-word;
}

@media (max-width: 1440px) {
    .network_ul_right li {
        margin-bottom: 20px;
    }
}

@media (max-width: 1024px) {
    .network_ul_right li:last-child {
        margin-bottom: 0;
    }
}

.network_ul_right li span {
    min-width: 275px;
    max-width: 50%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    padding-right: 5px;
}

@media (max-width: 576px) {
    .network_ul_right li span {
        min-width: auto;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
}

.pricing_banner_wrpr {
    overflow: hidden;
}

.pricing_banner_wrpr .main_banner_content_wrpr {
    width: 55%;
    padding-top: 50px;
}

@media (max-width: 1200px) {
    .pricing_banner_wrpr .main_banner_content_wrpr {
        padding-top: 0;
        width: 100%;
    }
}

@media (max-width: 1200px) {
    .pricing_banner_wrpr p {
        margin-bottom: 15px;
    }
}

.pricing_wrpr {
    padding: 140px 0 100px 0;
    overflow: hidden;
    position: relative;
}

@media (max-width: 1200px) {
    .pricing_wrpr {
        padding: 55px 0;
    }
}

.pricing_wrpr .section_inner_wrpr {
    position: relative;
}

.pricing_wrpr h2 {
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 50px;
}

@media (max-width: 1024px) {
    .pricing_wrpr h2 {
        font-size: 35px;
        line-height: 35px;
        margin-bottom: 15px;
    }
}

@media (max-width: 768px) {
    .pricing_wrpr h2 {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 15px;
    }
}

.pricing_wrpr .custom_shape_img {
    top: 200px;
}

@media (max-width: 1700px) {
    .pricing_wrpr .custom_shape_img {
        top: 2vw;
        width: 8vw;
        height: 8vw;
        right: 0vw;
    }
}

.pricing_wrpr .custom_shape_img1 {
    position: absolute;
    right: auto;
    pointer-events: none;
    top: -40px;
    left: -10px;
}

@media (max-width: 1200px) {
    .pricing_wrpr .custom_shape_img1 {
        display: none;
    }
}

.pricing_wrpr .custom_shape_img2 {
    position: absolute;
    /* pointer-events: none; */
    width: 97px;
    height: 97px;
    left: auto;
    bottom: auto;
    z-index: -1;
    pointer-events: none;
    top: -90px;
    right: 90px;
}

@media (max-width: 1200px) {
    .pricing_wrpr .custom_shape_img2 {
        display: none;
    }
}

.pricing_wrpr .custom_shape_img3 {
    right: 9vw;
    left: auto;
    top: auto;
    bottom: -20px;
    z-index: -1;
    position: absolute;
    pointer-events: none;
}

@media (max-width: 1200px) {
    .pricing_wrpr .custom_shape_img3 {
        display: none;
    }
    .custom_shape_img_inner3 {
        display: none;
    }
    .custom_shape_img_inner1 {
        display: none;
    }
}

.box_shape_block_wrpr {
    width: 100%;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.box_shape_block {
    width: calc(25% - 23px);
    float: left;
    /*  margin-right: 30px; BENDOO 11-6 23 */
 margin-right: 20px;
    margin-bottom: 30px;
    background: #FFFFFF;
    border: 1px solid #bebebf;
    border-radius: 26px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.box_shape_block:hover {
    -webkit-box-shadow: 0 4px 25px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.25);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.box_shape_block:nth-child(4n-3) .box_head_block {
    background-color: #174777;
}

.box_shape_block:nth-child(4n-3) .btn_link {
    background-color: #174777;
}

.box_shape_block:nth-child(4n) {
    margin-right: 0;
}

@media (max-width: 1200px) {
    .box_shape_block:nth-child(4n) {
        margin-right: 20px;
    }
}

@media (max-width: 768px) {
    .box_shape_block:nth-child(4n) {
        margin-right: 0px;
    }
}

.box_shape_block:nth-child(4n) .box_head_block {
    background-color: #174777;
}

.box_shape_block:nth-child(4n) .btn_link {
    background-color: #174777;
}

@media (max-width: 1200px) {
    .box_shape_block {
        width: calc(50% - 10px);
        margin-right: 20px;
    }
}

@media (max-width: 768px) {
    .box_shape_block {
        width: 100%;
        margin-right: 0px;
    }
}

@media (max-width: 1200px) {
    .box_shape_block:nth-child(2n) {
        margin-right: 0px;
    }
}

@media (max-width: 768px) {
    .box_shape_block:nth-child(2n) {
        margin-right: 0px;
    }
}

.company_pricing_wrpr {
    padding: 175px 0;
}

@media (max-width: 1200px) {
    .company_pricing_wrpr {
        padding: 55px 0;
    }
}

.company_pricing_wrpr .custom_shape_img2 {
    position: absolute;
    /* pointer-events: none; */
    width: 97px;
    height: 97px;
    left: auto;
    bottom: auto;
    z-index: -1;
    pointer-events: none;
    top: -125px;
    right: -60px;
}

@media (max-width: 1200px) {
    .company_pricing_wrpr .custom_shape_img2 {
        display: none;
    }
}

.company_pricing_wrpr .box_head_block {
    background-color: #52CCFF;
}

.company_pricing_wrpr .btn_link {
    background-color: #52CCFF;
}

.company_pricing_wrpr .box_shape_block:nth-child(4n-3) .box_head_block {
    background-color: #00C9A4;
}

.company_pricing_wrpr .box_shape_block:nth-child(4n-3) .btn_link {
    background-color: #00C9A4;
}

.company_pricing_wrpr .box_shape_block:nth-child(4n) {
    margin-right: 0;
}

.company_pricing_wrpr .box_shape_block:nth-child(4n) .box_head_block {
    background-color: #00C9A4;
}

.company_pricing_wrpr .box_shape_block:nth-child(4n) .btn_link {
    background-color: #00C9A4;
}

.box_head_block {
    width: 100%;
    float: left;
    min-height: 225px;
    border-radius: 26px 26px 0px 0px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #70DBEB;
    padding: 25px 15px;
    gap: 8px;
}

@media (max-width: 768px) {
    .box_head_block {
        min-height: 190px;
    }
}

.box_price {
    text-align: center;
    font-family: "Product Sans Bold";
    font-style: normal;
    font-weight: bold;
    font-size: 56px;
    line-height: 71px;
}

@media (max-width: 1440px) {
    .box_price {
        font-size: 40px;
        line-height: 45px;
    }
}

.box_info_note {
    text-align: center;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
}

@media (max-width: 1440px) {
    .box_info_note {
        font-size: 16px;
        line-height: 18px;
    }
}

.plus_minus_wrpr {
    width: 100%;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;
    padding-top: 15px;
}

@media (max-width: 1440px) {
    .plus_minus_wrpr {
        gap: 20px;
        padding-top: 5px;
    }
}

.plus_minus_wrpr span {
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 35px;
    border-radius: 50%;
}

.box_phone {
    width: auto;
    float: left;
    font-family: "Product Sans Regular";
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 31px;
    color: #fff;
    text-align: center;
}

@media (max-width: 1440px) {
    .box_phone {
        font-size: 20px;
        line-height: 22px;
    }
}

.box_email {
    width: auto;
    float: left;
    font-family: "Product Sans Regular";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: #fff;
    margin-top: 5px;
    text-align: center;
}

@media (max-width: 1440px) {
    .box_email {
        font-size: 14px;
        line-height: 16px;
    }
}

.box_body_block {
    width: 100%;
    float: left;
    padding: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.box_body_title {
    width: 100%;
    float: left;
    font-family: "Product Sans Regular";
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 33px;
    color: #000000;
    margin-bottom: 20px;
}

.box_body_ul {
    width: 100%;
    float: left;
    margin-bottom: 35px;
}

.box_body_ul li {
    width: 100%;
    float: left;
    position: relative;
    padding-left: 30px;
    margin-bottom: 25px;
    font-family: "Product Sans Regular";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #424251;
}

.box_body_ul li span {
    width: 100%;
    float: left;
    padding-top: 10px;
    color: #D8D8D8;
}

.box_body_ul li:last-child {
    margin-bottom: 0;
}

.box_body_ul li::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: #0280FD;
    mix-blend-mode: normal;
    opacity: 0.1;
    border-radius: 50%;
    left: 0;
    top: 2px;
}

.box_body_ul li::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 5px;
    border: 1px solid #0280FD;
    border-top: 0px solid transparent;
    border-right: 0px solid transparent;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 5px;
    top: 8px;
}

.btn_link {
    width: 100%;
    float: left;
    padding: 15px;
    text-align: center;
    background: #70DBEB;
    border-radius: 10px;
    color: #fff;
    margin-top: auto;
}

.btn_link:hover {
    color: #fff;
}

content {
    display: block;
    min-height: 50vh;
}

.testimonials_inner_wrpr {
    padding: 250px 0 100px 0;
}

@media (max-width: 1440px) {
    .testimonials_inner_wrpr {
        padding: 200px 0 80px 0;
    }
}

@media (max-width: 1024px) {
    .testimonials_inner_wrpr {
        padding: 150px 0 55px 0;
    }
}

.testimonials_inner_wrpr .header {
    width: 100%;
    float: left;
    margin-bottom: 25px;
}

.testimonials_inner_wrpr .teaser-text {
    width: 100%;
    float: left;
}

.news-single .article .news-img-wrap {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-bottom: 30px;
}

.news .article .teaser-text {
    width: 100%;
    float: left;
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 28px;
}

@media (max-width: 576px) {
    .news .article .teaser-text {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 15px;
    }
}

.news-single .footer {
    width: 100%;
    float: left;
    padding-top: 0px;
    margin-bottom: 40px;
    border-top: 0;
}

@media (max-width: 576px) {
    .news-single .footer {
        margin-bottom: 20px;
    }
}

.news .footer p {
    font-size: 15px;
    line-height: 16px;
}

@media (max-width: 576px) {
    .news .footer p {
        font-size: 14px;
        line-height: 24px;
    }
}

.news-text-wrap {
    width: 100%;
    float: left;
    margin-bottom: 25px;
}

@media (max-width: 576px) {
    .news-text-wrap {
        margin-bottom: 15px;
    }
}

.news-text-wrap p {
    font-size: 18px;
    line-height: 28px;
}

/* @media (max-width: 576px) {
    .news-text-wrap p {
        font-size: 14px;
        line-height: 24px;
    }
} */

.popup_price_wrpr {
    width: 100%;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.popup_price_wrpr .popup_price_block {
    width: calc(33.33% - 80px);
    margin: 0 40px;
    -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    max-width: 450px;
    padding: 85px 15px 45px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 25px;
    margin-bottom: 50px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #fff;
}

@media (max-width: 1200px) {
    .popup_price_wrpr .popup_price_block {
        width: calc(50% - 20px);
        padding: 50px 15px 35px 15px;
    }
}

@media (max-width: 768px) {
    .popup_price_wrpr .popup_price_block {
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
    }
}

.popup_price_wrpr .popup_price_block:nth-child(2n) .btn_link {
    background-color: #00c9a4;
}

.popup_price_wrpr .popup_price_block .btn_link {
    background-color: #174777;
}

.popup_price_wrpr hr {
    width: 100%;
    float: left;
    height: 1px;
    background-color: #ccc;
    margin-top: auto;
}

.popup_price_img_wrpr {
    color: #4c5c75;
    width: 125px;
    height: 105px;
    position: relative;
    margin-bottom: 25px;
    margin-bottom: 55px;
}

@media (max-width: 1024px) {
    .popup_price_img_wrpr {
        width: 80px;
        height: 67px;
        margin-bottom: 25px;
    }
}

.popup_price_img_wrpr img {
    position: absolute;
    width: 100%;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    height: 100%;
}

.popup_price_title {
    color: #4c5c75;
    text-align: center;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 15px;
    font-size: 35px;
    line-height: 45px;
}

@media (max-width: 1024px) {
    .popup_price_title {
        font-size: 30px;
        line-height: 35px;
    }
}

@media (max-width: 768px) {
    .popup_price_title {
        font-size: 25px;
        line-height: 30px;
    }
}

.popup_price_link_btn_wrpr {
    width: 100%;
    float: left;
    padding-top: 25px;
}

@media (max-width: 768px) {
    .popup_price_link_btn_wrpr {
        padding-top: 15px;
    }
}

.modal-dialog.modal-fullscreen-sm-down {
    max-width: 100%;
    margin: 0;
}

.modal-dialog.modal-fullscreen-sm-down .modal-body {
    padding-top: 55px;
    padding-bottom: 55px;
}

.modal-dialog.modal-fullscreen-sm-down .modal-body .box_shape_block_wrpr {
    float: none;
}

.modal-dialog.modal-fullscreen-sm-down .modal-content {
    min-height: 100vh;
}

.modal-header h2 {
    margin-bottom: 0;
}

.support_country_form_wrpr {
    padding: 100px 0;
}

.support_youtube_form_wrpr {
    padding: 50px 0;
}

@media (max-width: 1200px) {
    .support_country_form_wrpr {
        padding: 75px 0;
    }
}

@media (max-width: 1024px) {
    .support_country_form_wrpr {
        padding: 50px 0;
    }
}

.support_country_form_wrpr.circle_shape {
    position: relative;
    overflow: hidden;
}

.support_country_form_wrpr.circle_shape::before {
    content: "";
    position: absolute;
    width: 415px;
    height: 415px;
    left: -260px;
    top: auto;
    bottom: 0;
    pointer-events: none;
    z-index: -2;
}

@media (max-width: 1700px) {
    .support_country_form_wrpr.circle_shape::before {
        width: 300px;
        height: 300px;
        left: -180px;
        opacity: 0.1;
    }
}

@media (max-width: 1024px) {
    .support_country_form_wrpr.circle_shape::before {
        display: none;
    }
}

.support_country_form_wrpr.circle_shape::after {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: #0280FD;
    left: -200px;
    top: auto;
    bottom: 65px;
    pointer-events: none;
    z-index: -1;
}

@media (max-width: 1700px) {
    .support_country_form_wrpr.circle_shape::after {
        width: 130px;
        height: 130px;
        left: -82px;
        opacity: 1;
    }
}

@media (max-width: 1024px) {
    .support_country_form_wrpr.circle_shape::after {
        display: none;
    }
}

.support_country_form_cover {
    width: 100%;
    display: table;
    margin: 0 auto;
    max-width: 635px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 28px 60px rgba(2, 128, 253, 0.12);
    box-shadow: 0px 28px 60px rgba(2, 128, 253, 0.12);
    border-radius: 20px;
    padding: 40px 50px;
}

.form_wrpr {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.form_wrpr:last-child {
    margin-bottom: 0;
}

.form_label {
    width: 100%;
    float: left;
    font-family: "Product Sans Regular";
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.045em;
    margin-bottom: 30px;
    color: #000000;
}

.form_wrpr_cover {
    width: 100%;
    float: left;
    position: relative;
}

.error {
    width: auto;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    line-height: 12px;
    color: red;
}

.common_input_type1 {
    width: 100%;
    float: left;
    min-height: 65px;
    padding: 10px 15px;
    background: #F5F5F5;
    border-radius: 10px;
    font-family: "Product Sans Regular";
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 25px;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.common_input_type1:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form_label_center {
    font-family: "Product Sans Regular";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0.045em;
    color: #000000;
    text-align: center;
}

.support_country_form_cover .common_link {
    width: 100%;
    text-align: center;
    font-size: 25px;
    line-height: 32px;
    letter-spacing: 0.27em;
    position: relative;
    margin-bottom: -75px;
    margin-top: 25px;
}

.terms_conditions_wrpr {
    padding: 95px 0;
}

@media only screen and (max-width: 992px) {
    .terms_conditions_wrpr {
        padding: 65px 0;
    }
}

.terms_conditions_wrpr ul {
    width: 100%;
    float: left;
    padding-left: 30px;
    list-style-type: disc;
    margin-bottom: 20px;
}

.terms_conditions_wrpr ul li {
    width: 100%;
    float: left;
    font-family: "Product Sans Regular";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 178.7%;
    letter-spacing: 0.055em;
    color: #263238;
    margin-bottom: 15px;
}

@media (max-width: 1024px) {
    .terms_conditions_wrpr ul li {
        font-size: 16px;
        line-height: 160.7%;
        letter-spacing: 0.045em;
    }
}

.terms_conditions_wrpr ul li:last-child {
    margin-bottom: 0;
}

.country_wrpr .customer_icon {
    background: #f9f9f95e;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 45px 15px;
    max-width: calc(16.6% - 20px);
    width: calc(16.6% - 20px);
    margin-right: 20px;
    margin-bottom: 45px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
/* BENDOO change 11-10-2023
.country_wrpr .customer_icon:nth-child(6n) {
    margin-right: 0;
}*/

@media (max-width: 1200px) {
    .country_wrpr .customer_icon:nth-child(6n) {
        margin-right: 25px;
    }
    .country_wrpr .customer_icon:nth-child(4n) {
        margin-right: 0;
    }
}

@media (max-width: 992px) {
    .country_wrpr .customer_icon:nth-child(5n) {
        margin-right: 25px;
    }
}

@media (max-width: 576px) {
    .country_wrpr .customer_icon:nth-child(5n) {
        margin-right: 20px;
    }
}

/* @media (max-width: 1200px) {
    .country_wrpr .customer_icon:nth-child(4n) {
        margin-right: 0px;
    }
} */

@media (max-width: 992px) {
    .country_wrpr .customer_icon:nth-child(4n) {
        margin-right: 25px;
    }
}

@media (max-width: 576px) {
    .country_wrpr .customer_icon:nth-child(4n) {
        margin-right: 20px;
    }
}

@media (max-width: 992px) {
    .country_wrpr .customer_icon:nth-child(3n) {
        margin-right: 0;
    }
}

@media (max-width: 576px) {
    .country_wrpr .customer_icon:nth-child(3n) {
        margin-right: 20px;
    }
}

@media (max-width: 576px) {
    .country_wrpr .customer_icon:nth-child(2n) {
        margin-right: 0;
    }
}

@media (max-width: 1200px) {
    .country_wrpr .customer_icon {
        margin-right: 25px;
        margin-bottom: 25px;
        max-width: 100%;
        height: auto;
        width: calc(25% - 19px);
        padding: 30px 15px;
    }
}

@media (max-width: 992px) {
    .country_wrpr .customer_icon {
        margin-right: 25px;
        margin-bottom: 25px;
        max-width: 100%;
        width: calc(33.33% - 17px);
    }
}

@media (max-width: 576px) {
    .country_wrpr .customer_icon {
        margin-right: 20px;
        margin-bottom: 20px;
        max-width: 100%;
        width: calc(50% - 10px);
        padding: 25px 15px;
    }
}

.country_wrpr .customer_icon .customer_img {
    width: 100px;
    height: 50px;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 15px;
}

.country_wrpr .customer_icon .customer_img img {
    padding: 0;
}

@media (max-width: 1440px) {
    .country_wrpr .customer_icon .customer_img {
        margin-bottom: 25px;
    }
}

@media (max-width: 1200px) {
    .country_wrpr .customer_icon .customer_img {
        margin-bottom: 20px;
    }
}

@media (max-width: 992px) {
    .country_wrpr .customer_icon .customer_img {
        width: 60px;
        height: 42px;
        margin-bottom: 15px;
    }
}

.country_wrpr .customer_icon h6 {
    width: 100%;
    float: left;
    font-family: "Product Sans Regular";
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 25px;
    text-align: center;
    color: #424251;
    letter-spacing: normal;
    margin-bottom: 0;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-break: break-word;
}


/* @media (max-width: 1440px) {
  .country_wrpr .customer_icon h6 {
    font-size: 30px;
    line-height: 30px;
  }
}

@media (max-width: 1200px) {
  .country_wrpr .customer_icon h6 {
    font-size: 25px;
    line-height: 25px;
  }
} */

@media (max-width: 576px) {
    .country_wrpr .customer_icon h6 {
        font-size: 18px;
        line-height: 21px;
    }
}

.country_wrpr .custom_shape_img1 {
    position: absolute;
    right: auto;
    pointer-events: none;
    top: -55px;
    left: -150px;
}

@media (max-width: 1200px) {
    .country_wrpr .custom_shape_img1 {
        display: none;
    }
}

.country_wrpr .custom_shape_img2 {
    position: absolute;
    pointer-events: none;
    width: 75px;
    height: 75px;
    left: auto;
    bottom: auto;
    z-index: -1;
    pointer-events: none;
    top: -100px;
    right: -100px;
}

@media (max-width: 1200px) {
    .country_wrpr .custom_shape_img2 {
        display: none;
    }
}

.country_wrpr .custom_shape_img {
    top: 1300px;
}

.country_wrpr.circle_shape::before {
    bottom: 100px;
}

@media (max-width: 1700px) {
    .country_wrpr.circle_shape::before {
        bottom: 80px;
        left: -190px;
    }
}

.country_wrpr.circle_shape::after {
    bottom: 160px;
}

.peppol_wrpr {
    position: relative;
    padding: 150px 0;
}

@media (max-width: 1700px) {
    .peppol_wrpr {
        padding: 75px 0;
    }
}

@media (max-width: 1024px) {
    .peppol_wrpr {
        padding: 50px 0;
    }
}

.peppol_wrpr .custom_shape_img3 {
    right: -65px;
    left: auto;
    top: auto;
    bottom: -75px;
    z-index: -1;
    position: absolute;
}

@media (max-width: 1700px) {
    .peppol_wrpr .custom_shape_img3 {
        right: -65px;
        left: auto;
        top: auto;
        bottom: -75px;
    }
}

@media (max-width: 1200px) {
    .peppol_wrpr .custom_shape_img3 {
        display: none;
    }
}

.peppol_wrpr .custom_shape_img2 {
    position: absolute;
    /* pointer-events: none; */
    width: 75px;
    height: 75px;
    left: auto;
    bottom: auto;
    z-index: -1;
    pointer-events: none;
    top: -115px;
    right: 25px;
}

.api-pg .custom_shape_img2 {
    position: absolute;
    /* pointer-events: none; */
    width: 42px;
    height: 42px;
    z-index: -1;
    pointer-events: none;
    top: -70px;
    right: -23px;
}

@media (max-width: 1200px) {
    .peppol_wrpr .custom_shape_img2 {
        display: none;
    }
}

.peppol_wrpr .custom_shape_img {
    top: 100px;
}

.peppol_split_block_wrpr {
    width: 100%;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.peppol_split_block {
    width: calc(50% - 35px);
    float: left;
    background: #FFFFFF;
    border: 0.5px solid #D8D8D8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 25px rgba(0, 7, 14, 0.08);
    box-shadow: 0px 0px 25px rgba(0, 7, 14, 0.08);
    border-radius: 18px;
    margin-right: 70px;
    padding: 40px 30px;
}

.peppol_split_block:nth-child(2n) {
    margin-right: 0;
}

@media (max-width: 1440px) {
    .peppol_split_block {
        width: calc(50% - 15px);
        /*  margin-right: 30px; BENDOO 11-6 23 */
 margin-right: 20px;
    }
}

@media (max-width: 992px) {
    .peppol_split_block {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        padding: 25px 20px;
    }
    .peppol_split_block:last-child {
        margin-bottom: 0;
    }
}

.peppol_split_block h4 {
    margin-bottom: 30px;
    font-size: 34px;
    line-height: 34px;
}

@media (max-width: 1200px) {
    .peppol_split_block h4 {
        margin-bottom: 20px;
        font-size: 25px;
        line-height: 25px;
    }
}

.peppol_split_block p {
    width: 100%;
    float: left;
    font-family: "Product Sans Regular";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #000;
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .peppol_split_block p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 15px;
    }
}

.peppol_split_block ul {
    width: 100%;
    float: left;
    list-style-type: disc;
    padding-left: 25px;
    margin-bottom: 30px;
}

.peppol_split_block ul li {
    width: 100%;
    float: left;
    font-family: "Product Sans Regular";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #000;
    margin-bottom: 25px;
}

@media (max-width: 768px) {
    .peppol_split_block ul li {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 15px;
    }
}

.peppol_split_block ul li:last-child {
    margin-bottom: 0;
}

.peppol_split_block ul li a {
    display: inline-block;
    color: #0280FD;
}

.peppol_split_block ol {
    width: 100%;
    float: left;
    padding-left: 20px;
    margin-bottom: 30px;
}

.peppol_split_block ol li {
    width: 100%;
    float: left;
    font-family: "Product Sans Regular";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #000;
    margin-bottom: 25px;
}

@media (max-width: 768px) {
    .peppol_split_block ol li {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 15px;
    }
}

.peppol_split_block ol li:last-child {
    margin-bottom: 0;
}

.peppol_split_block ol li a {
    display: inline-block;
    color: #0280FD;
}


/*/feature style/*/

/* @import url('https://fonts.googleapis.com/css2?family=ABeeZee&display=swap'); */
.box-feat {
    background-image: url('https://p568196.mittwaldserver.info/sctypo3/fileadmin/user_upload/feature-bott.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 52px;
    min-height: 306px;
    border-radius: 30px;
    margin-bottom: 80px;
}

.feat-bott {
    padding: 0px !important;
}

.feat-second .order1 img {
    display: block;
    margin: auto;
    width: 100%;
}

.feat-second .custom_shape_img3 {
    right: -3vw !important;
    left: auto;
    top: auto;
    bottom: -20px;
    z-index: -1;
    position: absolute;
    pointer-events: none;
}

.feat-first .custom_shape_img {
    top: 12vw !important;
    width: 5vw !important;
    height: 5vw !important;
    right: 0vw;
}

.feat-ul {
    position: relative;
}

@media only screen and (max-width: 1024px) {
    .feat-ul li {
        padding-left: 25px;
        letter-spacing: 0.055em;
        font-size: 16px !important;
        line-height: 160.7% !important;
        margin-bottom: 12px;
        color: #263238;
    }
}

@media only screen and (max-width: 1200px) and (min-width: 768px) {
    .box-feat h5 {
        color: #fff !important;
        font-size: 18px !important;
        line-height: 36px !important;
        font-family: 'ABeeZee', sans-serif !important;
    }
    .box-feat {
        padding: 52px;
        min-height: 270px;
        border-radius: 30px;
        margin-bottom: 80px;
    }
}

@media only screen and (max-width: 992px) {
    .feat-content h6 {
        margin-top: 20px;
    }
    .feat-content img {
        margin-top: 20px;
    }
    .feat-content h3 {
        font-size: 30px;
        line-height: 35px;
        letter-spacing: 0.10em;
    }
    .feat-second .order1 img {
        margin-left: 0;
    }
}

@media only screen and (min-width: 992px) {
    .feat-top-img img {
        /* margin-top: 70px; //hided 250909 */
    }
    .section_wrpr.pricing_wrpr.support_country_form_wrpr.country_wrpr.feat-first .feat-top-img > img {
        margin-top: 0;
    }
}

@media only screen and (min-width: 992px) {
    #p11354 .feat-top-img img {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 600px) {
    .feat-content p {
        font-size: 16px;
    }
    .feat-ul li {
        padding-left: 25px;
        font-size: 14px !important;
        line-height: 178.7%;
        letter-spacing: 0.055em;
        color: #263238;
    }
}

@media only screen and (max-width: 768px) {
    .box-feat h5 {
        color: #fff !important;
        font-size: 18px !important;
        line-height: 28px !important;
        font-family: 'ABeeZee', sans-serif !important;
    }
    .box-feat .btn_link1 {
        width: 160px !important;
        height: 52px !important;
        /* margin-top: 10px; */
        float: left;
        padding: 12px !important;
        text-align: center;
        background: #0280FD;
        border-radius: 10px;
        color: #fff;
        /* margin-top: auto; */
        margin-bottom: 10px !important;
        margin-right: 10px;
    }
    .box-feat .btn_link2 {
        width: 160px !important;
        height: 52px !important;
        float: left;
        padding: 12px !important;
        text-align: center;
        background: #FFA412;
        border-radius: 10px;
        color: #fff;
        margin-top: auto;
    }
    .main_banner_content_wrpr p {
        font-family: "Product Sans Regular";
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 165%;
        letter-spacing: 0.015em;
        color: #000000;
        /*margin-bottom: 35px;*/
    }
}

.box-feat h5 {
    color: #fff;
    font-size: 28px;
    line-height: 42px;
    font-family: 'ABeeZee', sans-serif !important;
}

.box-feat .buttons {
    float: right;
    margin-top: 30px;
}

.box-feat .btn_link1 {
    width: 215px;
    height: 62px;
    float: left;
    padding: 18px;
    text-align: center;
    background: #0280FD;
    border-radius: 10px;
    color: #fff;
    margin-top: auto;
    margin-right: 10px;
}

.box-feat .btn_link2 {
    width: 215px;
    height: 62px;
    float: left;
    padding: 18px;
    text-align: center;
    background: #FFA412;
    border-radius: 10px;
    color: #fff;
    margin-top: auto;
}

.feat-ul li:before {
    content: "";
    position: absolute;
    background: #0280FD;
    height: 15px;
    left: 0;
    clip-path: polygon(50% 0%, 61% 35%, 100% 45%, 68% 57%, 48% 100%, 50% 70%, 48% 100%, 32% 57%, 0% 43%, 39% 35%);
    margin-top: 8px;
    width: 16px;
}

@media only screen and (max-width: 600px) {
    .feat-ul li:before {
        content: "";
        position: absolute;
        background: #0280FD;
        height: 15px;
        left: 0;
        clip-path: polygon(50% 0%, 61% 35%, 100% 45%, 68% 57%, 48% 100%, 50% 70%, 48% 100%, 32% 57%, 0% 43%, 39% 35%);
        margin-top: 4px;
        width: 16px;
    }
}

.feat-ul li {
    padding-left: 25px;
    font-size: 18px;
    line-height: 178.7%;
    letter-spacing: 0.055em;
    margin-bottom: 12px;
    color: #263238;
}


/*box-height in responsive*/

@media only screen and (max-width: 768px) and (min-width: 600px) {
    .box-feat {
        padding: 52px;
        min-height: 264px;
        border-radius: 30px;
        margin-bottom: 80px;
    }
}

@media only screen and (max-width: 457px) {
    .box-feat {
        padding: 52px;
        height: 100%;
        border-radius: 30px;
        margin-bottom: 80px;
    }
    .feat-bott {
        padding: 0px 0px 50px !important;
    }
}


/*/feature style/*/


/*whitepaper style*/

.main_banner_content_wrpr-wp {
    width: 100%;
    text-align: center;
    float: left;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.main_banner_content_wrpr-wp h1 {
    font-size: 48px;
}

#c135 section {
    padding-bottom: 15px;
}

#c138 section {
    padding-top: 55px;
    padding-bottom: 35px;
}

#c141 section {
    padding-top: 35px;
}

.wp-content img {
    max-width: 360px;
}

.wp-content .ce-center {
    text-align: center;
}

.wp-content p {
    margin-bottom: 55px;
}

@media only screen and (max-width: 1200px) and (min-width: 768px) {
    .main_banner_content_wrpr-wp h1 {
        font-size: 38px;
        line-height: 50px;
    }
}

@media only screen and (max-width: 767.98px) {
    .main_banner_content_wrpr-wp h1 {
        font-size: 30px;
        line-height: 45px;
    }
    .tx-glossary2 .glossary-list {
        margin-bottom: 15px;
    }
    .tx-glossary2 .glossary-list .col.py-3 {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }
}

@media only screen and (max-width: 600px) {
    .wp-content p {
        font-size: 14px;
    }
    .main_banner_content_wrpr-wp h1 {
        font-size: 25px;
        line-height: 35px;
    }
}


/* .wp-content .rt-img img
{
    float: right;
} */

@media only screen and (max-width: 992px) {
    .wp-content h6 {
        margin-top: 20px;
    }
    .wp-content img {
        margin-top: 40px;
        max-width: 290px !important;
    }
    .order2 {
        order: 2;
    }
    .order1 {
        order: 1;
    }
    .wp-content h3 {
        margin-top: 25px;
    }
    /* .wp-content img {
        max-width: 290px !important;
    } */
    .wp-content .rt-img img {
        float: none !important;
    }
}


/***************************************************
 * Generated by SVG Artista on 12/29/2021, 1:06:23 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

@-webkit-keyframes animate-svg-fill-1 {
    0% {
        fill: transparent;
    }
    100% {
        fill: #4a5eff;
    }
}

@keyframes animate-svg-fill-1 {
    0% {
        fill: transparent;
    }
    100% {
        fill: #4a5eff;
    }
}

.svg-elem-1 {
    -webkit-animation: animate-svg-fill-1 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
    animation: animate-svg-fill-1 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
}

@-webkit-keyframes animate-svg-fill-2 {
    0% {
        fill: transparent;
    }
    100% {
        fill: #4a5eff;
    }
}

@keyframes animate-svg-fill-2 {
    0% {
        fill: transparent;
    }
    100% {
        fill: #4a5eff;
    }
}

.svg-elem-2 {
    -webkit-animation: animate-svg-fill-2 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
    animation: animate-svg-fill-2 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
}

@-webkit-keyframes animate-svg-fill-3 {
    0% {
        fill: transparent;
    }
    100% {
        fill: #4a5eff;
    }
}

@keyframes animate-svg-fill-3 {
    0% {
        fill: transparent;
    }
    100% {
        fill: #4a5eff;
    }
}

.svg-elem-3 {
    -webkit-animation: animate-svg-fill-3 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
    animation: animate-svg-fill-3 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}

@-webkit-keyframes animate-svg-fill-4 {
    0% {
        fill: transparent;
    }
    100% {
        fill: #4a5eff;
    }
}

@keyframes animate-svg-fill-4 {
    0% {
        fill: transparent;
    }
    100% {
        fill: #4a5eff;
    }
}

.svg-elem-4 {
    -webkit-animation: animate-svg-fill-4 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both;
    animation: animate-svg-fill-4 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both;
}

@-webkit-keyframes animate-svg-fill-5 {
    0% {
        fill: transparent;
    }
    100% {
        fill: #4a5eff;
    }
}

@keyframes animate-svg-fill-5 {
    0% {
        fill: transparent;
    }
    100% {
        fill: #4a5eff;
    }
}

.svg-elem-5 {
    -webkit-animation: animate-svg-fill-5 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s both;
    animation: animate-svg-fill-5 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s both;
}

@-webkit-keyframes animate-svg-fill-6 {
    0% {
        fill: transparent;
    }
    100% {
        fill: #4a5eff;
    }
}

@keyframes animate-svg-fill-6 {
    0% {
        fill: transparent;
    }
    100% {
        fill: #4a5eff;
    }
}

.svg-elem-6 {
    -webkit-animation: animate-svg-fill-6 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s both;
    animation: animate-svg-fill-6 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s both;
}

@-webkit-keyframes animate-svg-fill-7 {
    0% {
        fill: transparent;
    }
    100% {
        fill: #4a5eff;
    }
}

@keyframes animate-svg-fill-7 {
    0% {
        fill: transparent;
    }
    100% {
        fill: #4a5eff;
    }
}

.svg-elem-7 {
    -webkit-animation: animate-svg-fill-7 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s both;
    animation: animate-svg-fill-7 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s both;
}

@-webkit-keyframes animate-svg-fill-8 {
    0% {
        fill: transparent;
    }
    100% {
        fill: #4a5eff;
    }
}

@keyframes animate-svg-fill-8 {
    0% {
        fill: transparent;
    }
    100% {
        fill: #4a5eff;
    }
}

.svg-elem-8 {
    -webkit-animation: animate-svg-fill-8 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s both;
    animation: animate-svg-fill-8 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s both;
}

@-webkit-keyframes animate-svg-fill-9 {
    0% {
        fill: transparent;
    }
    100% {
        fill: #4a5eff;
    }
}

@keyframes animate-svg-fill-9 {
    0% {
        fill: transparent;
    }
    100% {
        fill: #4a5eff;
    }
}

.svg-elem-9 {
    -webkit-animation: animate-svg-fill-9 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s both;
    animation: animate-svg-fill-9 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s both;
}

@-webkit-keyframes animate-svg-fill-10 {
    0% {
        fill: transparent;
    }
    100% {
        fill: #4a5eff;
    }
}

@keyframes animate-svg-fill-10 {
    0% {
        fill: transparent;
    }
    100% {
        fill: #4a5eff;
    }
}

.svg-elem-10 {
    -webkit-animation: animate-svg-fill-10 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7s both;
    animation: animate-svg-fill-10 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7s both;
}

@-webkit-keyframes animate-svg-fill-11 {
    0% {
        fill: transparent;
    }
    100% {
        fill: #4a5eff;
    }
}

@keyframes animate-svg-fill-11 {
    0% {
        fill: transparent;
    }
    100% {
        fill: #4a5eff;
    }
}

.svg-elem-11 {
    -webkit-animation: animate-svg-fill-11 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s both;
    animation: animate-svg-fill-11 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s both;
}

@-webkit-keyframes animate-svg-fill-12 {
    0% {
        fill: transparent;
    }
    100% {
        fill: #4a5eff;
    }
}

@keyframes animate-svg-fill-12 {
    0% {
        fill: transparent;
    }
    100% {
        fill: #4a5eff;
    }
}

.svg-elem-12 {
    -webkit-animation: animate-svg-fill-12 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9s both;
    animation: animate-svg-fill-12 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9s both;
}

@-webkit-keyframes animate-svg-fill-13 {
    0% {
        fill: transparent;
    }
    100% {
        fill: #4a5eff;
    }
}

@keyframes animate-svg-fill-13 {
    0% {
        fill: transparent;
    }
    100% {
        fill: #4a5eff;
    }
}

.svg-elem-13 {
    -webkit-animation: animate-svg-fill-13 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2s both;
    animation: animate-svg-fill-13 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2s both;
}

@-webkit-keyframes animate-svg-fill-14 {
    0% {
        fill: transparent;
    }
    100% {
        fill: #4a5eff;
    }
}

@keyframes animate-svg-fill-14 {
    0% {
        fill: transparent;
    }
    100% {
        fill: #4a5eff;
    }
}

.svg-elem-14 {
    -webkit-animation: animate-svg-fill-14 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s both;
    animation: animate-svg-fill-14 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s both;
}

@-webkit-keyframes animate-svg-fill-15 {
    0% {
        fill: transparent;
    }
    100% {
        fill: #4a5eff;
    }
}

@keyframes animate-svg-fill-15 {
    0% {
        fill: transparent;
    }
    100% {
        fill: #4a5eff;
    }
}

.svg-elem-15 {
    -webkit-animation: animate-svg-fill-15 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s both;
    animation: animate-svg-fill-15 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s both;
}

@-webkit-keyframes animate-svg-fill-16 {
    0% {
        fill: transparent;
    }
    100% {
        fill: #4a5eff;
    }
}

@keyframes animate-svg-fill-16 {
    0% {
        fill: transparent;
    }
    100% {
        fill: #4a5eff;
    }
}

.svg-elem-16 {
    -webkit-animation: animate-svg-fill-16 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s both;
    animation: animate-svg-fill-16 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s both;
}

@-webkit-keyframes animate-svg-fill-17 {
    0% {
        fill: transparent;
    }
    100% {
        fill: #4a5eff;
    }
}

@keyframes animate-svg-fill-17 {
    0% {
        fill: transparent;
    }
    100% {
        fill: #4a5eff;
    }
}

.svg-elem-17 {
    -webkit-animation: animate-svg-fill-17 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s both;
    animation: animate-svg-fill-17 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s both;
}

@-webkit-keyframes animate-svg-fill-18 {
    0% {
        fill: transparent;
    }
    100% {
        fill: #4a5eff;
    }
}

@keyframes animate-svg-fill-18 {
    0% {
        fill: transparent;
    }
    100% {
        fill: #4a5eff;
    }
}

.svg-elem-18 {
    -webkit-animation: animate-svg-fill-18 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5s both;
    animation: animate-svg-fill-18 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5s both;
}

@-webkit-keyframes animate-svg-fill-19 {
    0% {
        fill: transparent;
    }
    100% {
        fill: #4a5eff;
    }
}

@keyframes animate-svg-fill-19 {
    0% {
        fill: transparent;
    }
    100% {
        fill: #4a5eff;
    }
}

.svg-elem-19 {
    -webkit-animation: animate-svg-fill-19 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s both;
    animation: animate-svg-fill-19 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s both;
}

@-webkit-keyframes animate-svg-fill-20 {
    0% {
        fill: transparent;
    }
    100% {
        fill: #4a5eff;
    }
}

@keyframes animate-svg-fill-20 {
    0% {
        fill: transparent;
    }
    100% {
        fill: #4a5eff;
    }
}

.svg-elem-20 {
    -webkit-animation: animate-svg-fill-20 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.7s both;
    animation: animate-svg-fill-20 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.7s both;
}

@-webkit-keyframes animate-svg-fill-21 {
    0% {
        fill: transparent;
    }
    100% {
        fill: #4a5eff;
    }
}

@keyframes animate-svg-fill-21 {
    0% {
        fill: transparent;
    }
    100% {
        fill: #4a5eff;
    }
}

.svg-elem-21 {
    -webkit-animation: animate-svg-fill-21 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.8s both;
    animation: animate-svg-fill-21 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.8s both;
}

@-webkit-keyframes animate-svg-fill-22 {
    0% {
        fill: transparent;
    }
    100% {
        fill: #4a5eff;
    }
}

@keyframes animate-svg-fill-22 {
    0% {
        fill: transparent;
    }
    100% {
        fill: #4a5eff;
    }
}

.svg-elem-22 {
    -webkit-animation: animate-svg-fill-22 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.9s both;
    animation: animate-svg-fill-22 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.9s both;
}

@-webkit-keyframes animate-svg-fill-23 {
    0% {
        fill: transparent;
    }
    100% {
        fill: #4a5eff;
    }
}

@keyframes animate-svg-fill-23 {
    0% {
        fill: transparent;
    }
    100% {
        fill: #4a5eff;
    }
}

.svg-elem-23 {
    -webkit-animation: animate-svg-fill-23 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3s both;
    animation: animate-svg-fill-23 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3s both;
}

@-webkit-keyframes animate-svg-fill-24 {
    0% {
        fill: transparent;
    }
    100% {
        fill: #4a5eff;
    }
}

@keyframes animate-svg-fill-24 {
    0% {
        fill: transparent;
    }
    100% {
        fill: #4a5eff;
    }
}

.svg-elem-24 {
    -webkit-animation: animate-svg-fill-24 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.1s both;
    animation: animate-svg-fill-24 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.1s both;
}

@-webkit-keyframes animate-svg-fill-25 {
    0% {
        fill: transparent;
    }
    100% {
        fill: #4a5eff;
    }
}

@keyframes animate-svg-fill-25 {
    0% {
        fill: transparent;
    }
    100% {
        fill: #4a5eff;
    }
}

.svg-elem-25 {
    -webkit-animation: animate-svg-fill-25 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.2s both;
    animation: animate-svg-fill-25 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.2s both;
}


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

@media only screen and (max-width: 992px) {
    .customer_wrpr .custom_shape_exp {
        display: none;
    }
}

.customer_wrpr .custom_shape_exp {
    position: absolute;
    pointer-events: none;
    width: 674px;
    height: 50px;
    right: auto;
    bottom: auto;
    z-index: -1;
    top: -94px;
    left: -90px;
}

.exp-row h5 {
    font-size: 24px !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    color: #0280FD;
    text-decoration: none;
}

.exp-row h5 a,
.exp-row h5 a:hover,
.exp-row h5 a:focus {
    color: #0280FD;
    text-decoration: none;
}

.exp-row p {
    font-size: 18px !important;
}

.img-wrap:before {
    content: url(/fileadmin/user_upload/exp-dot.png);
    bottom: 30px;
    position: absolute;
    z-index: -1;
    margin-left: 27px;
}

.img-wrap {
    margin-bottom: 20px;
}

.ge-invoice {
    margin-top: 85px;
}

@media only screen and (max-width: 600px) and (min-width: 458px) {
    .box-feat {
        padding: 52px;
        min-height: 280px !important;
        border-radius: 30px;
        margin-bottom: 80px;
    }
}

@media only screen and (max-width: 696px) {
    .box-feat .buttons {
        float: right;
        margin-top: 20px;
    }
}


/*COUNTRIES INNER PAGE*/
.countries_wrpr .container .row .frame,
.country_boxes {
    background: #f9f9f95e;
    /*box-shadow: 0px 0px 6px 1px #e0e0e0;*/
    border-radius: 4px;
    padding: 31px 12px 0px 29px;
    min-height: 210px;
    margin-bottom: 20px;
    border: 1px solid #dfe0e1;
}
.countries_wrpr .container .row .frame h4,
.country_boxes h4 {
    font-weight: 800;
    font-size: 24px;
    line-height: 28px;
    color: #202020;
}
.countries_wrpr .container .row .frame p,
.country_boxes p {
    font-size: 16px;
    line-height: 28px;
    color: #424242;
}
.countries_wrpr .container .row .frame li,
.country_boxes li {
    font-size: 16px;
    line-height: 28px;
    color: #424242;
}
.countries_wrpr .container .row .frame ul,
.country_boxes ul {
    margin-left: 18px;
    list-style-type: disc;
}

.custom_shape_cnt {
    position: absolute;
    width: 400px;
    height: 400px;
    right: -240px;
    bottom: auto;
    top: 710px;
    z-index: -1;
    pointer-events: none;
}

.custom_shape_cnt2 {
    position: absolute;
    width: 400px;
    height: 400px;
    /* right: -240px; */
    left: 12px;
    bottom: auto;
    top: 700px;
    z-index: -1;
    pointer-events: none;
}
@media (max-width: 1500px) {
    .custom_shape_cnt2 {
        top: 850px;
    }
}
@media (max-width: 1200px) {
    .custom_shape_cnt {
        display: none;
    }
    .custom_shape_cnt2 {
        display: none;
    }
}

.circle_shape-dup:after {
    content: "";
    position: absolute;
    width: 232px;
    height: 218px;
    border-radius: 50%;
    background: #0280FD;
    left: -145px;
    top: 163vh;
    pointer-events: none;
    z-index: -1;
}

.circle_shape-dup:before {
    content: "";
    position: absolute;
    width: 362px;
    height: 362px;
    border-radius: 50%;
    background: #424251;
    opacity: 0.2;
    -webkit-transform: rotate(32.88deg);
    transform: rotate(32.88deg);
    left: -210px;
    top: 154vh;
    pointer-events: none;
    z-index: -2;
}

.testimonials_inner_wrpr h2 {
    width: 100%;
    float: left;
    font-family: "Product Sans Regular";
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 31px;
    letter-spacing: 0.195em;
    color: #0280FD;
    margin-bottom: 10px;
    margin-top: 28px;
}

.testimonials_inner_wrpr h1 {
    width: 100%;
    float: left;
    font-family: "Product Sans Medium";
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 52px;
    letter-spacing: 0.01em;
    color: #000;
    margin-bottom: 20px;
}

@media screen and (max-width: 1699.5px) {
    .testimonials_inner_wrpr h1 {
        font-size: 47px;
        line-height: 51px;
    }
}

@media screen and (max-width: 1499.5px) {
    .testimonials_inner_wrpr h1 {
        font-size: 42px;
        line-height: 46px;
    }
}

@media screen and (max-width: 1399.98px) {
    .testimonials_inner_wrpr h1 {
        font-size: 41px;
        line-height: 45px;
    }
    .japanese_wrpr .feature_title {
        font-size: 18px;
        line-height: 25px;
    }
    .japanese_wrpr header .container {
        max-width: 1170px;
    }
    .request-content h1 {
        font-size: 53px;
    }
}

@media screen and (max-width: 1199.98px) {
    .testimonials_inner_wrpr h1 {
        font-size: 35px;
        line-height: 40px;
    }
    .wp-content h3 {
        font-size: 35px;
        line-height: 45px;
    }
    .request-content h1 {
        font-size: 45px;
    }
    .tx-glossary2 .nav ul li {
        width: 30px;
        font-size: 18px;
    }
}

@media only screen and (max-width: 1024px) {
    .news-text-wrap p {
        font-size: 16px;
        line-height: 160.7%;
    }
    .testimonials_inner_wrpr h2 {
        font-size: 24px;
        line-height: 28px;
    }
    .testimonials_inner_wrpr h1 {
        font-size: 33px;
        line-height: 38px;
    }
    #c138 section {
        padding-top: 40px;
        padding-bottom: 25px;
    }
    #c141 section {
        padding-top: 25px;
    }
}

@media (max-width: 576px) {
    .news-text-wrap p {
        font-size: 14px;
        line-height: 24px;
    }
    .testimonials_inner_wrpr h2 {
        font-size: 22px;
        line-height: 24px;
        margin-top: 15px;
    }
    .testimonials_inner_wrpr h1 {
        font-size: 31px;
        line-height: 36px;
    }
}

.btn-exp {
    width: auto;
    margin-top: 60px;
    margin-bottom: 70px;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: none !important;
    border-bottom: 1px solid #7c7c7c !important;
    border-radius: 0px !important;
}

.select2-container {
    display: block !important;
    width: 100% !important;
}

.tx-sc-scheduledemo .schedule_half .time_inner_wrpr {
    padding: 0 0 0 0% !important;
}

.single_use_cases .custom_shape_img2 {
    position: absolute;
    left: 24%;
    top: 48%;
}

.single_use_cases .custom_shape_img3 {
    position: absolute;
    right: 15%;
    top: 165px;
}

.single_use_cases .custom_shape_img4 {
    position: absolute;
    right: 28%;
    top: 68%
}

.single_use_cases .custom_shape_img1 {
    position: absolute;
    left: 6%;
}

@media only screen and (max-width: 1200px) {
    .single_use_cases .custom_shape_img2 img {
        width: 80px;
    }
    .single_use_cases .custom_shape_img3 img {
        width: 80px;
    }
    .single_use_cases .custom_shape_img1 img {
        width: 80px;
    }
    .single_use_cases .custom_shape_img4 img {
        width: 80px;
    }
}

@media only screen and (max-width: 1400px) {
    .single_use_cases .custom_shape_img2 {
        position: absolute;
        left: 15%;
        top: 80%;
    }
    .single_use_cases .custom_shape_img4 {
        position: absolute;
        right: 14%;
        top: 68%;
    }
}

@media only screen and (max-width: 768px) {
    .single_use_cases .custom_shape_img2 {
        display: none !important;
    }
    .single_use_cases .custom_shape_img3 {
        display: none !important;
    }
    .single_use_cases .custom_shape_img1 {
        display: none !important;
    }
    .single_use_cases .custom_shape_img4 {
        display: none !important;
    }
    .order1 {
        order: 1;
    }
    .order2 {
        order: 2;
    }
}

.use_cases_inner h2 {
    font-size: 32px !important;
    color: #0280FD !important;
    line-height: 54px;
    font-weight: 400;
    margin-bottom: 0px;
}

.use_cases_inner p {
    font-size: 16px;
}

@media only screen and (max-width: 1500px) and (min-width: 600px) {
    .use_cases_inner h2 {
        font-size: 32px !important;
        color: #0280FD !important;
        line-height: 54px;
        font-weight: 400;
        width: 415px !important;
    }
}

@media only screen and (max-width: 600px) and (min-width: 400px) {
    .use_cases_inner h2 {
        font-size: 32px !important;
        color: #0280FD !important;
        line-height: 54px;
        font-weight: 400;
        width: 400px !important;
    }
}

@media only screen and (max-width: 400px) {
    .use_cases_inner h2 {
        font-size: 30px !important;
        color: #0280FD !important;
        line-height: 54px;
        font-weight: 400;
        width: 290px;
        /* overflow: hidden; */
    }
}

.custom_shape_img_inner1 {
    position: absolute;
    width: 180px;
    height: 130px;
    right: auto;
    /* bottom: auto; */
    left: 0;
    top: 170px;
    bottom: auto;
    margin: auto;
    z-index: -1;
    pointer-events: none;
}

.custom_shape_img_inner3 {
    position: absolute;
    width: 180px;
    height: 190px;
    right: auto;
    /* bottom: auto; */
    left: auto;
    top: 1722px;
    right: -25px;
    bottom: auto;
    margin: auto;
    z-index: -1;
    pointer-events: none;
}

@media only screen and (max-width: 1200px) and (min-width: 576px) {
    .testimonial_content_block p {
        text-align: center;
        margin-bottom: 30px;
        font-family: 'Open Sans', sans-serif;
        font-style: normal;
        height: 165px;
        font-weight: normal;
        font-size: 16px;
        line-height: 165.7%;
    }
}

.news-backlink-wrap {
    margin-top: 30px;
}

.terms-bann .main_banner_img img {
    height: 75% !important;
}


/*.white-paper-sec .country_wrpr.circle_shape::after {
    bottom: 90px;
}

.white-paper-sec .country_wrpr.circle_shape::before {
    bottom: 24px;
}
*/


/*.registration_steps_left [type="radio"]:checked + span.radio_box {
    border: 1px solid #0280FD;
    background: #0280FD !important;
    color: #fff !important;
}
*/

.global-banner .main_banner_img {
    max-height: 62vh;
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 240px !important;
    overflow-y: auto;
}

@media only screen and (min-width: 1200px) {
    .service-bann h1 {
        width: 100%;
        float: left;
        font-family: "Product Sans Medium";
        font-style: normal;
        font-weight: 400;
        font-size: 62px !important;
        line-height: 70px;
        letter-spacing: 0.01em;
        color: #000;
        margin-bottom: 20px;
    }
    .service-bann .main_banner_img {
        width: 50%;
        float: right;
        position: absolute;
        right: 120px;
        max-width: 800px !important;
        cursor: pointer;
        overflow: hidden;
        max-height: 100%;
        top: 0;
        bottom: 0;
        margin: auto;
        padding-top: 0px;
    }
}


/*======Country-request styles========*/

.country_request {
    padding: 200px 0 !important;
    background-color: #d2dde9;
}

.registration_outer_wrpr {
    padding: 200px 0 !important;
    background-color: #d2dde9;
}

.registration_steps_left {
    width: 100%;
    padding: 130px 50px 50px;
    position: relative;
}

.registration_steps.active {
    display: flex;
    position: relative;
}

.registration_steps {
    display: flex;
    background-color: #f8fbfd;
}

.registration_steps_left_inner {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    /* flex-direction: column; */
    justify-content: center;
    background-color: #fff;
    margin-top: 40px;
    padding: 50px 100px 60px;
    -webkit-box-shadow: 0px 0px 33px -14px rgb(138 136 138 / 60%);
    -moz-box-shadow: 0px 0px 33px -14px rgba(138, 136, 138, .6);
    box-shadow: 0px 0px 33px -14px rgb(138 136 138 / 60%);
}

.registration_steps_left_inner input {
    border: 0 !important;
    background-color: #f5f5f5 !important;
    padding-left: 15px !important;
    padding-right: 15px;
    font-size: 14px;
    height: 40px;
}

.registration_steps_right {
    width: 40%;
    text-align: center;
    padding: 50px;
    background-color: #f1f9ff;
    position: relative;
}

.registration_steps_img {
    width: 100%;
    float: left;
}

.registration_steps_right .logo_img {
    max-width: 110px;
    height: auto;
    /* margin-bottom: 115px; */
    margin-bottom: 45px;
    display: inline-block;
}

.registration_steps .postn_img1 {
    width: 60px;
    height: 40px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
}

.registration_steps .postn_img2 {
    width: 65px;
    height: 65px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none;
}

.registration_steps .postn_img3 {
    width: 125px;
    height: 55px;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    pointer-events: none;
}

.registration_steps .postn_img4 {
    width: 95px;
    height: 105px;
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

.registration_steps .postn_img5 {
    width: 54px;
    height: 58px;
    overflow: hidden;
    position: absolute;
    left: -25px;
    bottom: 150px;
    pointer-events: none;
}

.registration_steps_right h5 {
    margin-bottom: 135px;
    color: #000;
    letter-spacing: 0;
    font-weight: 500;
}

@media (max-width: 1200px) {
    .registration_steps {
        flex-wrap: wrap;
    }
    .registration_steps_right {
        width: 100%;
    }
}

.c-inner .form-control {
    border: none;
    width: 100%;
    border-radius: 0px;
    float: left;
    /* outline: none !important; */
    padding-right: 25px;
    padding-left: 0px;
    border-bottom: 2px solid #969696;
    color: #969696;
    transition: all .3s ease-in-out;
}

.c-inner label {
    width: 100%;
    float: left;
    color: #969696;
    margin-bottom: 10px;
}

.c-inner .btn-blue {
    background-color: #0280FD !important;
    border-radius: 6px;
    text-transform: none;
    font-weight: 700;
    width: 140px !important;
    color: #fff;
}

.c-inner .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #212529;
    outline: 0;
    outline: none;
    box-shadow: none !important;
}

.c-inner li.parsley-required {
    /* display: flex; */
    top: auto;
    /*  position: relative;*/
    /* left: 76%; */
    top: 0;
    color: rgb(187, 6, 6);
    font-size: 12px;
    font-weight: 600;
    bottom: -18px;
}

.c-inner li.parsley-custom-error-message {
    /* display: flex; */
    top: auto;
    /*  position: relative;*/
    /* left: 76%; */
    top: 0;
    color: rgb(187, 6, 6);
    font-size: 12px;
    font-weight: 600;
    bottom: -18px;
}

.c-inner .form-control::-webkit-input-placeholder {
    /* Edge */
    color: grey;
    text-transform: capitalize;
    font-size: 14px;
}

.form_wrpr.split_34 {
    width: 50%;
}

@media only screen and (max-width: 768px) {
    .form_wrpr.split_34 {
        width: 100%;
    }
    .registration_steps_left_inner {
        padding: 25px 18px 60px;
    }
    .registration_steps_left {
        width: 100%;
        padding: 50px 18px 50px;
        position: relative;
    }
    .c-inner .form-control::-webkit-input-placeholder {
        display: none;
    }
    .country_request {
        padding: 150px 0 !important;
    }
}

.form_wrpr_request {
    margin-top: 20px;
}

::-webkit-resizer {
    display: none;
}

.exp-row img {
    width: 200px;
    border-radius: 50%;
}

.select1 {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background-position: calc(100% - 12px) center !important;
    background: url("data:image/svg+xml,<svg height='10px' width='10px' viewBox='0 0 16 16' fill='grey' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>") no-repeat;
    padding: 8px 32px 8px 0px;
    outline: none;
}

.creq-thank {
    padding: 200px 0 !important;
    background-color: #d2dde9;
}

.creq-thank .registration_steps_left_inner {
    padding: 60px 100px;
    margin-top: 0;
}

.creq-thank .registration_steps_left {
    width: 100%;
    /* padding: 196px 50px 134px; */
    padding: 100px 55px;
    position: relative;
}

.creq-thank .creq-p p {
    font-size: 26px;
    color: #0280FD;
}

.section_wrpr.schedule_demo_form.country_request {
    padding: 250px 0 20px 0 !important;
    background-color: unset;
}

.section_wrpr.schedule_demo_form.country_request .frame-type-text .common_link {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 25px;
}

.frame-type-text .common_link {
    display: inline-block;
}

.section_wrpr.creq-thank .registration_steps_left_inner .frame-type-text p {
    margin-bottom: 30px;
}

.section_wrpr.creq-thank .registration_steps_left_inner .frame-type-text p:last-child {
    margin-bottom: 0;
}

.section_wrpr.schedule_demo_form.country_request .frame-type-text p .common_link {
    margin-bottom: 10px;
}

.section_wrpr.schedule_demo_form.country_request .registration_steps_left_inner {
    margin-top: 0;
}

@media (max-width:1199.98px) {
    .section_wrpr.schedule_demo_form.country_request .registration_steps_left_inner {
        padding: 30px;
    }
    .section_wrpr.schedule_demo_form.country_request .registration_steps_left_inner>div {
        width: 100%;
    }
}

@media (max-width: 1024.98px) {
    .creq-thank {
        padding: 200px 0 100px !important;
    }
    .section_wrpr.schedule_demo_form.country_request {
        padding: 160px 0 80px 0 !important;
    }
}

@media (max-width: 991.98px) {
    .section_wrpr.schedule_demo_form.country_request .registration_steps_left_inner>div {
        padding: 10px;
    }
    .section_wrpr.schedule_demo_form.country_request .row .col-md-6 {
        width: 100% !important;
    }
    .request-content {
        padding-right: 0;
    }
}

@media (max-width: 767.98px) {
    .creq-thank {
        padding: 170px 0 75px !important;
    }
    .creq-thank .registration_steps_left {
        padding: 30px;
    }
    .creq-thank .registration_steps_left_inner {
        padding: 30px;
    }
}

@media (max-width: 576.98px) {
    .creq-thank .registration_steps_left {
        padding: 0px;
    }
    .section_wrpr.schedule_demo_form.country_request .registration_steps_left_inner>div {
        padding: 0px;
    }
}

.country_request .registration_steps_left {
    width: 100%;
    padding: 50px 50px 50px;
    position: relative;
}

.peppol-banner .main_banner_img {
    width: 50%;
    float: right;
    position: absolute;
    right: 200px;
    max-width: 40vw;
    cursor: pointer;
    overflow: hidden;
    max-height: 480px;
    top: 0;
    bottom: 0;
    margin: auto;
    padding-top: 50px;
}


/* Banner Starts */

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .peppol-banner .main_banner_img {
        position: relative;
        right: 0;
        width: 100%;
        text-align: left !important;
        margin: 0 0 30px 0;
        padding-top: 0;
        max-width: 100%;
        height: 320px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section_inner_wrpr {
        position: relative;
    }
    .peppol-banner .main_banner_img {
        right: 0;
    }
    .main_banner_content_wrpr {
        width: 55%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .section_inner_wrpr {
        position: relative;
    }
    .peppol-banner .main_banner_img {
        right: 0;
    }
    .main_banner_content_wrpr {
        width: 55%;
    }
    .main_banner_content_wrpr h1 {
        font-size: 45px;
        line-height: 50px;
        margin-bottom: 15px;
    }
}
@media only screen and (min-width: 1201px) and (max-width: 1400px) {
    .main_banner_content_wrpr h1 {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 15px;
    }
}


/* Banner Ends */

.peppol-banner .main_banner_img {
    max-width: 32vw;
}

.registration_steps_left_inner {
    padding: 50px 20px 50px;
}


/* Form Starts */

.country_request .registration_steps_left_inner>div {
    width: 90%;
    /* border: 1px solid #ccc; */
    padding: 30px;
}

.country_request .c-inner label {
    color: #383838;
    font-size: 14px;
}

.country_request .c-inner .form-control {
    border: none;
    background: #f5f5f5;
    padding-left: 15px;
    font-size: 14px;
    height: 40px;
}

.country_request .c-inner textarea {
    min-height: 75px;
}

.country_request .c-inner input::placeholder {
    color: #969696;
    opacity: 1;
    text-transform: inherit !important;
}

.country_request .c-inner input:-ms-input-placeholder {
    color: #969696;
    text-transform: inherit !important;
}

.country_request .c-inner input::-ms-input-placeholder {
    color: #969696;
    text-transform: inherit !important;
}

.country_request .c-inner textarea::placeholder {
    color: #969696;
    opacity: 1;
    text-transform: inherit !important;
}

.country_request .c-inner textarea:-ms-input-placeholder {
    color: #969696;
    text-transform: inherit !important;
}

.country_request .c-inner textarea::-ms-input-placeholder {
    color: #969696;
    text-transform: inherit !important;
}

.country_request select {
    background-color: #f5f5f5;
    border: none !important;
    padding: 5px 15px 4px 15px;
    color: #969696;
    font-size: 14px;
}

/* .country_request .c-inner label {
    font-size: 14px;
} */


/* Form Ends */

.customer_icon img {
    width: 100%;
    max-width: 250px;
    max-height: 135px;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;  
    position: absolute;
    padding: 20px 15px;
}


/* New Css Starts M */

/* .feat-second .order1 img {
    width: 100%;
} */

content p a,  content ol li a {
    color: #0280FD;
}


/* New Css Ends M */

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .country_request .registration_steps_left {
        padding: 20px;
    }
    .registration_steps_left_inner {
        padding: 25px 20px 10px;
        margin-top: 0;
    }
    .country_request .registration_steps_left_inner>div {
        width: 100%;
        padding: 5px 10px;
    }
    .peppol-banner .main_banner_img {
        max-width: 60vw;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 320px) and (max-width: 500px) {
    .country_request .registration_steps_left {
        padding: 0;
    }
}

@media (max-width: 1200px) {
    .registration_steps .postn_img5 {
        display: none;
    }
}


/*05-04-2022*/

@media only screen and (min-width: 1200px) {
    .terms-bann .main_banner_img {
        width: 50%;
        float: right;
        position: absolute;
        right: 200px;
        max-width: 40vw;
        cursor: pointer;
        overflow: hidden;
        max-height: 70vh;
        top: 0;
        bottom: 0;
        margin: auto;
        padding-top: 184px;
    }
    .terms-bann {
        min-height: 65vh !important;
        padding: 274px 0 160px 0 !important;
    }
}

.ml-10 {
    margin-left: 10px !important;
}


/*Menu Countries rework*/

.region-item {
    width: 170px;
}

/* .region-item ul.regmenu {
    padding-top: 0.5rem;
} */

/* .region-item ul.langmenu {
    padding-bottom: 0.5rem;
    font-size: .87rem;
} */

.region-item ul.regmenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    padding-right: 0.7rem;
    padding-left: 10px;
    padding-top: 0.5rem;
}

.region-item ul.langmenu {
    padding-right: 0.7rem;
    padding-left: 10px;
    margin-top: 5px;
    padding-bottom: 0.5rem;
    font-size: .87rem;
}

ul.langmenu li.region_item.first.normal {
    display: inline-block;
    width: auto;
    float: none;
    margin-right: 10px;
    position: static;
}

@media only screen and (min-width: 992px) {
    li.hz {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

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

.flag-icon {
    position: relative;
    display: inline-block;
    width: 28px;
    line-height: 16px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-size: 30px;
}

.regmenu .flag-icon {
    margin-top: 1px;
    width: 28px;
    background-size: 20px;
}

.langselector {
    margin-left: 5px; /* change 240315*/
}


/*.langselector .dropdown-menu
{
    max-width: 600px;
    padding: 0;
    margin: 20px;
}*/

.langselector .dropdown-menu {
    max-width: 700px;
    padding: 0;
    margin-top: 16px;
    margin: 5px 0px;
    margin-left: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.langselector .dropdown-menu ul li a {
    color: #fff;
}

.langselector .dropdown-menu:before {
    /* content: '';
    position: absolute;
    top: -13px; */
    right: 14px;
    left: unset;
    /* width: 0px;
    height: 0px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 15px solid #0280fdd4; */
}

/* .langselector .dropdown-menu ul li a {
    color: #fff;
} */

/* .nav_menu_li .dropdown-menu li {
    color: #fff;
} */

.dropdown-menu .region-item .regmenu .reglink {
    display: flex;
}

span.t3js-icon.icon.icon-size-small.icon-state-default.icon-flags-nl {
    position: relative;
    top: -1px;
}

.langmenu li:nth-child(2) {
    position: relative;
    left: -34px;
}

.dropdown-menu li.hz:hover {
    background-color: #0280FD;
}

.dropdown-menu li.hz:first-child:hover {
    background-color: #0280FD;
    border-top-left-radius: 10px;
}

.dropdown-menu li.hz:last-child:hover {
    background-color: #0280FD;
    border-bottom-right-radius: 10px;
}

.dropdown-menu li.hz:nth-child(4):hover {
    background-color: #0280FD;
    border-top-right-radius: 10px;
}

.dropdown-menu li.hz:nth-child(33):hover {
    background-color: #0280FD;
    border-bottom-left-radius: 10px;
}

@media only screen and (max-width: 1024px) {
    .hambergur_wrpr .nav_menu_li.langselector ion-icon {
        float: right;
        right: 17px;
        top: 12px;
        position: absolute;
        font-size: 20px;
    }
    .hambergur_wrpr .langselector span {
        color: #0280FD;
    }
    .regmenu .flag-icon {
        margin-top: 0;
    }
    .langselector .dropdown-menu {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        /* height: 600px;*/
        /* min-height: 400px; */
        /* overflow: scroll; */
        max-width: 700px;
        padding: 0;
        margin-top: 16px;
        margin: 14px 0px;
        margin-left: unset !important;
    }
    .hambergur_wrpr .langselector .dropdown-menu:before {
        left: 18px !important;
    }
    .hambergur_wrpr .nav_menu_wrpr.lang_menu_wrpr .nav_menu_li.active .dropdown-menu {
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .logo_wrpr {
        width: 168px;
        height: 38px;
        position: relative;
    }
}

@media only screen and (max-width: 400px) {
    .logo_wrpr {
        height: 38px;
        position: relative;
    }
    .nav_menu_li {
        margin-right: 12px;
    }
    .hambergur {
        margin-left: 0px;
    }
}

ul.lang_menu_wrpr {
    margin-left: 5px !important;
    margin-right: 0 !important;
}

.hambergur_wrpr .lang_menu_wrpr {
    margin-left: 0px !important;
}

.hambergur_wrpr .lang_menu_wrpr span {
    color: #0280FD;
}

@media only screen and (min-width: 400px) {
    .hambergur_wrpr .nav_menu_wrpr.lang_menu_wrpr .nav_menu_li.active .dropdown-menu {
        display: grid;
    }
}

.hambergur_wrpr .lang_menu_wrpr .nav_menu_li {
    display: unset;
}

@media only screen and (max-width: 400px) {
    .hambergur_wrpr .nav_menu_li .dropdown-menu li {
        color: #fff;
        font-size: 13px;
    }
    .hambergur_wrpr .flag-icon {
        margin-right: 4px;
    }
}

.lang_menu_wrpr .nav_menu_li .dropdown-menu li {
    color: #fff;
    font-size: 14px;
}

.lang_menu_wrpr .icon-markup img {
    margin-top: -4px;
}

content ol {
    padding-left: 18px;
}

content ol li {
    font-family: "Product Sans Regular";
    font-size: 18px;
    line-height: 178.7%;
    letter-spacing: 0.055em;
    font-style: normal;
    font-weight: normal;
    color: #263238;
}

/* Newsletter Block */
.footer_wrpr .footer_menu #mc_embed_signup {
    background: none;
    width: auto;
    color: #fff;
}
.footer_wrpr .footer_menu #mc_embed_signup h2 {
    color: #fff;
    font-weight: 400;
    font-family: "Product Sans Regular";
    letter-spacing: 0.01em;
    line-height: 25px;
}
.footer_wrpr .footer_menu #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
    background-color: transparent;
    margin: 0;
    color: #ff0000;
    padding: 5px 0;
}
.footer_wrpr .footer_menu #mc_embed_signup .button {
    background-color: #0280FD;
    border-radius: 30px;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    border: 1px solid #0280FD;
    color: #ffffff;
    font-family: "Product Sans Regular";
    letter-spacing: 0.055em;
    font-size: 14px;
    margin: 10px 0 0;
}
.footer_wrpr .footer_menu #mc_embed_signup .button:hover {
    background-color: #ffffff;
    color: #0280FD;
}
#mc_embed_signup form {
    padding: 10px 0 !important;
}
.footer_wrpr .footer_menu #mc_embed_signup div#mce-responses {
    padding: 0;
    width: 100%;
    margin: 0;
}
#mc_embed_signup .mc-field-group label {
    font-family: "Product Sans Regular" !important;
}
#mc_embed_signup .indicates-required {
    font-family: "Product Sans Regular" !important;
}
.main_banner_country_rqsr_margin{
    margin-bottom: 80px;
}
.login_register_wrpr.faq_main {
    margin-left: 10px;
}

.startnow {
    font-size: larger;
    margin-top: 30px;
}

.video {
    aspect-ratio: 16 / 9;
    width: 100%;
}

/* inner banner html */ 
.imagelogo_wrpr {
    align-items: inherit;
}

/* BENDOO v12 changes */
/* necessary for h1 heaaders, make blue some strikethrough letter */
s {
    text-decoration: none;
   color: #0280FD;
}
/* glossary */
.tx-glossary2 .container {
    padding-bottom: 100px;
}

/* circles on pages with DCE TextShapes */
.txtshape_wrapper .custom_shape_img2 {
    position: absolute;
    right: auto;
    pointer-events: none;
    top:450px;
}
@media only screen and (max-width: 1230px) {
    .txtshape_wrapper .custom_shape_img2 {
        display: none !important;
    }
}
li.languages {
    display: block;
}

li.languages a {
    color: #fff;
    opacity: 0.85;
    display: block;
}
li.languages:hover,
li.languages a:hover {
    opacity: 1;
}

/* page jobs */
h2.job_title_wrpr {
    text-align: center;
}
h2.job_title_wrpr a {
    /*color: #0280FD;*/
}
.job_place_wrpr {
    font-style: italic;
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 20px;
}
.job_place_wrpr:before {
    content: "";
    display: block;
    background: url("/fileadmin/icons/location-32.png") no-repeat;
    width: 32px;
    height: 32px;
    float: left;
    margin: 0 6px 0 0;
}

/* Bert 4/3/2025 for new language menu */
.nav_menu_li .dropdown-menu li .dropdown-item :last-child {
    border-bottom: 1px solid transparent;
}

/* DCE Accordion */
.accordionDCE {
    width: 100%;
}
.accordionDCE  .accordion-button {
    font-family: "Product Sans Bold";
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: 33px;
    letter-spacing: 0.08em;
    color: #0280FD;
}
@media (max-width: 576px) {
    .accordionDCE  .accordion-button {
        font-size: 18px;
        line-height: 26px;
    }
}
.accordionDCE  .accordion-button:hover {
    color: #525251;
}
.accordionDCE  .accordion-button:not(.collapsed) {
    color: #525251;
}
.accordionDCE  .accordion-item {
}
.accordionDCE  .accordion-header {
}
.accordionDCE .accordion-body {  
}
.accordionDCE p {
   float: none;
}
.accordionDCE p:last-child {
}
/* section index FAQ pagina */
#c67052 ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
#c67052 li {
    float: left;
    background-color: #0280FD;
    margin: 10px 10px 0 0;
}
#c67052 li a {
    display: block;
    color: white;
    text-align: center;
    padding: 16px;
    text-decoration: none;
    border: 1px solid #0280FD;
}
#c67052 li a:hover {
    background-color: #fff;
    color: #0280FD;
}

/* homepage less whitspace*/
#p1 .company_logo_wrpr {
    padding: 100px 0 40px 0;
}
@media (max-width: 1024px) {
    #p1 .company_logo_wrpr {
        padding: 50px 0 20px 0;
    }
}

#c67148 .feature_wrpr {
    padding: 40px 0 40px 0;
}
@media (max-width: 1200px) {
    #c67148 .feature_wrpr {
        padding: 40px 0 45px 0;
    }
}

#CookiebotWidget .CookiebotWidget-logo svg path {
    fill: #ffffff!important; 
}
/* Start Now page #p10706*/
/* https://www.storecove.com/us/en/start-now/ */
#p10706 .main_banner_wrpr.main_banner_wrpr::before {
    border-radius: unset;
}
#p10706 .main_banner_country_rqsr_margin {
    margin-bottom: 0;
}
#p10706 .section_wrpr.content_block {
    background-color: #F6FBFF;
}
/* Start Now Peppol age #p11547*/
/* https://www.storecove.com/us/en/start-now/ */
#p11547 .main_banner_wrpr.main_banner_wrpr::before {
    border-radius: unset;
}
#p11547 .main_banner_country_rqsr_margin {
    margin-bottom: 0;
}
#p11547 .section_wrpr.content_block {
    background-color: #F6FBFF;
}
/* logos startnow en startnow peppol pagina */
#c67446 .img-fluid, #c67644 .img-fluid {
    width: auto;
    height: 80px;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px -1px #eaeaea;
    border-radius: 14px;
    padding: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
    display: block;
    float: left;
}
@media (max-width: 600px) {
    #c67446 .img-fluid, #c67644 .img-fluid {
        float:none;
    }
}

#c63114 ul li {
    padding-left: 10px;
}
#c63114 ul li:nth-child(1) {
    list-style-image: url("/fileadmin/user_upload/figma/icons/startnow-bullet1.svg");
}
#c63114 ul li:nth-child(2) {
    list-style-image: url("/fileadmin/user_upload/figma/icons/startnow-bullet2.svg");
}
#c63114 ul li:nth-child(3)  {
    list-style-image: url("/fileadmin/user_upload/figma/icons/startnow-bullet3.svg");
}
#c63114 ul li:nth-child(4)  {
    list-style-image: url("/fileadmin/user_upload/figma/icons/startnow-bullet4.svg");
}

#c63114 ul.common_ul {
    margin-left: 40px;
}
/* icons */
#c63114 ul.common_ul li::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: none;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 0;
    top: 0;
}

#p10706 section.section_wrpr:first-child, #p11547 section.section_wrpr:first-child  {
    background: url("/fileadmin/user_upload/figma/icons/cruces.svg");
    background-repeat: no-repeat;
    background-position: 10% 15%;
}
#p10706 .common_inner_title, #p11547 .common_inner_title {
    background: url("/fileadmin/user_upload/figma/icons/triangle.svg");
    background-repeat: no-repeat;
    background-position: 100% 100%;
}

#p10706 ul.common_ul, #p11547 ul.common_ul  {
    background: url("/fileadmin/user_upload/figma/icons/triangle.svg");
    background-repeat: no-repeat;
    background-position: 90% 100%;
    padding: 10px;
}

#c63114  p:last-child{
    background: url("/fileadmin/user_upload/figma/icons/triangle.svg");
    background-repeat: no-repeat;
    background-position: 95% 100%;
}

@media (max-width: 600px) {
    #p10706 section.section_wrpr:first-child, #p11547 section.section_wrpr:first-child {
        background:none;
    }
    #p10706 .common_inner_title, #p11547 .common_inner_title   {
        background:none;
    }
    #p10706 ul.common_ul, #p11547 ul.common_ul  {
        background:none;
    }
    #p10706 p:last-child, #p11547  p:last-child {
        background:none;
    }
}

.demo_outer_wrpr iframe {
    height:900px; 
    margin-bottom: 100px;
}
/* startnow, startnow peppol and contact*/
#p10706 .demo_outer_wrpr iframe {
    height:1200px; 
    margin-bottom: 0;
}
#p11547 .demo_outer_wrpr iframe {
    height:1200px; 
    margin-bottom: 0;
}
#p6 .demo_outer_wrpr iframe {
    height:1200px; 
    margin-bottom: 100px;
}
/* subscribe newsletter Resources*/
#p11396 .demo_outer_wrpr iframe {
    height:800px; 
    margin-bottom: 50px;
}

/* DCE subscribe newsletter */
.dce-newsletter {
    background-color: #F6FBFF;
}
.dce-newsletter iframe {
    height:800px; 
    margin-bottom: 50px;
}
@media (max-width: 600px) {
    .demo_outer_wrpr iframe {
        height:800px;
        margin-bottom: 0;
    }
    #p10706 .demo_outer_wrpr iframe, #p11547 .demo_outer_wrpr iframe, #p6 .demo_outer_wrpr iframe {
        height:1100px; 
        margin-bottom: 0;
    }
    /* subscribe newsletter */
    #p11396 .demo_outer_wrpr iframe {
        height:700px; 
        margin-bottom: 0;
    }
    .dce-newsletter iframe {
        height:700px; 
        margin-bottom: 0;
    }
}

/* Resources pagina 
/* country-factsheets/belgium/ #p11521 Txt&Image #c67491*/
/* country-factsheets/united-states/ #p11529 Txt&Image #c67520*/
/* country-factsheets/romania/ #p11532 Txt&Image #c67534*/
/* country-factsheets/germany #p11535 Txt&Image #c67546*/
/* country-factsheets/maylasia/ #p11538 Txt&Image #c67556*/
/* country-factsheets/singapore/ #p11541 Txt&Image #c67566*/
/* country-factsheets/Italy #p11544 Txt&Image #c67576*/
/* whitpaper/DBNAll #p11414 Txt&Image #c67047*/
/* whitpaper/België #p11650 Txt&Image #c68088*/
/* whitpaper/Global #p11416 Txt&Image #c67090*/
/* whitpaper/Peppol #p11418 Txt&Image #c67094*/
/* whitpaper/ERP    #p11420 Txt&Image #c67098*/

#p11521 .demo_outer_wrpr iframe, 
#p11529 .demo_outer_wrpr iframe, 
#p11532 .demo_outer_wrpr iframe, 
#p11535 .demo_outer_wrpr iframe, 
#p11538 .demo_outer_wrpr iframe, 
#p11541 .demo_outer_wrpr iframe, 
#p11544 .demo_outer_wrpr iframe, 
#p11414 .demo_outer_wrpr iframe,  
#p11650 .demo_outer_wrpr iframe, 
#p11416 .demo_outer_wrpr iframe, 
#p11418 .demo_outer_wrpr iframe, 
#p11420 .demo_outer_wrpr iframe {
    height:5000px;
    margin-bottom: 100px;
}
#p11521 .main_banner_wrpr.main_banner_wrpr::before, 
#p11529 .main_banner_wrpr.main_banner_wrpr::before, 
#p11532 .main_banner_wrpr.main_banner_wrpr::before, 
#p11535 .main_banner_wrpr.main_banner_wrpr::before, 
#p11538 .main_banner_wrpr.main_banner_wrpr::before, 
#p11541 .main_banner_wrpr.main_banner_wrpr::before, 
#p11544 .main_banner_wrpr.main_banner_wrpr::before, 
#p11414 .main_banner_wrpr.main_banner_wrpr::before,  
#p11650 .main_banner_wrpr.main_banner_wrpr::before, 
#p11416 .main_banner_wrpr.main_banner_wrpr::before, 
#p11418 .main_banner_wrpr.main_banner_wrpr::before, 
#p11420 .main_banner_wrpr.main_banner_wrpr::before {
    border-radius: unset;
}
#p11521 .main_banner_country_rqsr_margin,
#p11529 .main_banner_country_rqsr_margin,
#p11532 .main_banner_country_rqsr_margin,
#p11535 .main_banner_country_rqsr_margin,
#p11538 .main_banner_country_rqsr_margin,
#p11541 .main_banner_country_rqsr_margin,
#p11544 .main_banner_country_rqsr_margin,
#p11414 .main_banner_country_rqsr_margin,
#p11650 .main_banner_country_rqsr_margin,
#p11416 .main_banner_country_rqsr_margin,
#p11418 .main_banner_country_rqsr_margin,
#p11420 .main_banner_country_rqsr_margin {
    margin-bottom: 0;
    height: 1400px;
}
#p11521 .section_wrpr.content_block,
#p11529 .section_wrpr.content_block,
#p11532 .section_wrpr.content_block,
#p11535 .section_wrpr.content_block,
#p11538 .section_wrpr.content_block,
#p11541 .section_wrpr.content_block,
#p11544 .section_wrpr.content_block,
#p11414 .section_wrpr.content_block,
#p11650 .section_wrpr.content_block,
#p11416 .section_wrpr.content_block,
#p11418 .section_wrpr.content_block,
#p11420 .section_wrpr.content_block {
    display: none;
}
#p11521 p:last-child,
#p11529 p:last-child,
#p11532 p:last-child,
#p11535 p:last-child,
#p11538 p:last-child,
#p11541 p:last-child,
#p11544 p:last-child,
#p11414 p:last-child,
#p11650 p:last-child,
#p11416 p:last-child,
#p11418 p:last-child,
#p11420 p:last-child {
    margin-bottom: 20px;
}
#p11521 section.section_wrpr:first-child,
#p11529 section.section_wrpr:first-child,
#p11532 section.section_wrpr:first-child,
#p11535 section.section_wrpr:first-child,
#p11538 section.section_wrpr:first-child,
#p11541 section.section_wrpr:first-child,
#p11544 section.section_wrpr:first-child,
#p11414 section.section_wrpr:first-child,
#p11650 section.section_wrpr:first-child,
#p11416 section.section_wrpr:first-child,
#p11418 section.section_wrpr:first-child,
#p11420 section.section_wrpr:first-child {
    background: url("/fileadmin/user_upload/figma/icons/cruces.svg");
    background-repeat: no-repeat;
    background-position: 10% 15%;
}
#p11521 .common_inner_title,
#p11529 .common_inner_title,
#p11532 .common_inner_title,
#p11535 .common_inner_title,
#p11538 .common_inner_title,
#p11541 .common_inner_title,
#p11544 .common_inner_title,
#p11414 .common_inner_title,
#p11650 .common_inner_title,
#p11416 .common_inner_title,
#p11418 .common_inner_title,
#p11420 .common_inner_title {
    background: url("/fileadmin/user_upload/figma/icons/triangle.svg");
    background-repeat: no-repeat;
    background-position: 100% 100%;
}
#p11521 ul.common_ul,
#p11529 ul.common_ul,
#p11532 ul.common_ul,
#p11535 ul.common_ul,
#p11538 ul.common_ul,
#p11541 ul.common_ul,
#p11544 ul.common_ul,
#p11414 ul.common_ul,
#p11650 ul.common_ul,
#p11416 ul.common_ul,
#p11418 ul.common_ul,
#p11420 ul.common_ul {
    background: url("/fileadmin/user_upload/figma/icons/triangle.svg");
    background-repeat: no-repeat;
    background-position: 90% 100%;
    padding: 40px 0 40px 40px;
}

@media (max-width: 600px) {
    #p11521 section.section_wrpr:first-child,
    #p11529 section.section_wrpr:first-child,
    #p11532 section.section_wrpr:first-child,
    #p11535 section.section_wrpr:first-child,
    #p11538 section.section_wrpr:first-child,
    #p11541 section.section_wrpr:first-child,
    #p11544 section.section_wrpr:first-child,
    #p11414 section.section_wrpr:first-child,
    #p11650 section.section_wrpr:first-child,
    #p11416 section.section_wrpr:first-child,
    #p11418 section.section_wrpr:first-child,
    #p11420 section.section_wrpr:first-child {
        background:none;
    }
    #p11521 .common_inner_title,
    #p11529.common_inner_title,
    #p11532.common_inner_title,
    #p11535.common_inner_title,
    #p11538.common_inner_title,
    #p11541.common_inner_title,
    #p11544.common_inner_title,
    #p11414.common_inner_title,
    #p11650.common_inner_title,
    #p11416.common_inner_title,
    #p11418.common_inner_title,
    #p11420.common_inner_title {
        background:none;
    }
    #p11521 ul.common_ul,
    #p11529 ul.common_ul,
    #p11532 ul.common_ul,
    #p11535 ul.common_ul,
    #p11538 ul.common_ul,
    #p11541 ul.common_ul,
    #p11544 ul.common_ul,
    #p11414 ul.common_ul,
    #p11650 ul.common_ul,
    #p11416 ul.common_ul,
    #p11418 ul.common_ul,
    #p11420 ul.common_ul {
        background:none;
    }
    #p11521 p:last-child,
    #p11529 p:last-child,
    #p11532 p:last-child,
    #p11535 p:last-child,
    #p11538 p:last-child,
    #p11541 p:last-child,
    #p11544 p:last-child,
    #p11414 p:last-child,
    #p11650 p:last-child,
    #p11416 p:last-child,
    #p11418 p:last-child,
    #p11420 p:last-child {
        background:none;
    }
}

/* whitpaper/DBNAll #p11414 Txt&Image #c67047*/
/* whitpaper/België #p11650 Txt&Image #c68088*/
/* whitpaper/Global #p11416 Txt&Image #c67090*/
/* whitpaper/Peppol #p11418 Txt&Image #c67094*/
/* whitpaper/ERP    #p11420 Txt&Image #c67098*/
/* 67491 image with ul/li */
#c67491 ul li,
#c67520 ul li,
#c67534 ul li,
#c67546 ul li,
#c67556 ul li,
#c67566 ul li,
#c67576 ul li,
#c67047 ul li,
#c68088 ul li,
#c67090 ul li,
#c67094 ul li,
#c67098 ul li {
    padding-left: 10px;
}
#c67491 ul li:nth-child(1),
#c67520 ul li:nth-child(1),
#c67534 ul li:nth-child(1),
#c67546 ul li:nth-child(1),
#c67556 ul li:nth-child(1),
#c67566 ul li:nth-child(1),
#c67576 ul li:nth-child(1),
#c67047 ul li:nth-child(1),
#c68088 ul li:nth-child(1),
#c67090 ul li:nth-child(1),
#c67094 ul li:nth-child(1),
#c67098 ul li:nth-child(1) {
    list-style-image: url("/fileadmin/user_upload/figma/icons/factsheet-icon1.svg");
}
#c67491 ul li:nth-child(2),
#c67520 ul li:nth-child(2),
#c67534 ul li:nth-child(2),
#c67546 ul li:nth-child(2),
#c67556 ul li:nth-child(2),
#c67566 ul li:nth-child(2),
#c67576 ul li:nth-child(2),
#c67047 ul li:nth-child(2),
#c68088 ul li:nth-child(2),
#c67090 ul li:nth-child(2),
#c67094 ul li:nth-child(2),
#c67098 ul li:nth-child(2)
 {
    list-style-image: url("/fileadmin/user_upload/figma/icons/factsheet-icon2.svg");
}
#c67491 ul li:nth-child(3),
#c67520 ul li:nth-child(3),
#c67534 ul li:nth-child(3),
#c67546 ul li:nth-child(3),
#c67556 ul li:nth-child(3),
#c67566 ul li:nth-child(3),
#c67576 ul li:nth-child(3),
#c67047 ul li:nth-child(3),
#c68088 ul li:nth-child(3),
#c67090 ul li:nth-child(3),
#c67094 ul li:nth-child(3),
#c67098 ul li:nth-child(3)  {
    list-style-image: url("/fileadmin/user_upload/figma/icons/factsheet-icon3.svg");
}
#c67491 ul.common_ul,
#c67520 ul.common_ul,
#c67534 ul.common_ul,
#c67546 ul.common_ul,
#c67556 ul.common_ul,
#c67566 ul.common_ul,
#c67576 ul.common_ul,
#c67047 ul.common_ul,
#c68088 ul.common_ul,
#c67090 ul.common_ul,
#c67094 ul.common_ul,
#c67098 ul.common_ul {
    margin-bottom: 10px;
    margin-left: 20px;
}
/* icons */
#c67491 ul.common_ul li::before,
#c67520 ul.common_ul li::before,
#c67534 ul.common_ul li::before,
#c67546 ul.common_ul li::before,
#c67556 ul.common_ul li::before,
#c67566 ul.common_ul li::before,
#c67576 ul.common_ul li::before,
#c67047 ul.common_ul li::before,
#c68088 ul.common_ul li::before,
#c67090 ul.common_ul li::before,
#c67094 ul.common_ul li::before,
#c67098 ul.common_ul li::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: none;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 0;
    top: 0;
}
#c67491 p:last-child,
#c67520 p:last-child,
#c67534 p:last-child,
#c67546 p:last-child,
#c67556 p:last-child,
#c67566 p:last-child,
#c67576 p:last-child,
#c67047 p:last-child,
#c68088 p:last-child,
#c67090 p:last-child,
#c67094 p:last-child,
#c67098 p:last-child {
    background: url("/fileadmin/user_upload/figma/icons/triangle.svg");
    background-repeat: no-repeat;
    background-position: 95% 100%;
}
#c67491 .ce-textpic, #c67491 .ce-bodytext,
#c67520 .ce-textpic, #c67520 .ce-bodytext,
#c67534 .ce-textpic, #c67534 .ce-bodytext,
#c67546 .ce-textpic, #c67546 .ce-bodytext,
#c67556 .ce-textpic, #c67556 .ce-bodytext,
#c67566 .ce-textpic, #c67566 .ce-bodytext,
#c67576 .ce-textpic, #c67576 .ce-bodytext,
#c67047 .ce-textpic, #c67047 .ce-bodytext,
#c68088 .ce-textpic, #c68088 .ce-bodytext,
#c67090 .ce-textpic, #c67090 .ce-bodytext,
#c67094 .ce-textpic, #c67094 .ce-bodytext,
#c67098 .ce-textpic, #c67098 .ce-bodytext {
    overflow: visible;
}
#c67491 .img-fluid,
#c67520 .img-fluid,
#c67534 .img-fluid,
#c67546 .img-fluid,
#c67556 .img-fluid,
#c67566 .img-fluid,
#c67576 .img-fluid,
#c67047 .img-fluid,
#c68088 .img-fluid,
#c67090 .img-fluid,
#c67094 .img-fluid,
#c67098 .img-fluid {
    height: auto;
    width: 40%;
    float: left;
}
#c67491 .ce-bodytext,
#c67520 .ce-bodytext,
#c67534 .ce-bodytext,
#c67546 .ce-bodytext,
#c67556 .ce-bodytext,
#c67566 .ce-bodytext,
#c67576 .ce-bodytext,
#c67047 .ce-bodytext,
#c68088 .ce-bodytext,
#c67090 .ce-bodytext,
#c67094 .ce-bodytext,
#c67098 .ce-bodytext {
    width:60%;
    float:right;
}

/* 250908 */
.uspsSectionCompliance {
     /*background-color: #F6FBFF;*/
     padding-top: 80px;
}
.uspsSectionCompliance .feature {
     border-bottom: solid 10px #0280FD;
     border-radius: 3%;  
     padding-bottom: 10px;
}
.uspsSectionCompliance .feature_icon {
     border: solid 15px #F8F9FB;
     border-radius: 50%;
     margin-top: -50px;
     margin-left: 25px;
}
.uspsSectionCompliance .feature_title  {
     box-shadow: 0 4px 4px 4px rgba (0,0,0,0.08);
     text-align:center;
}

.uspsSectionCompliance .feature_title .readmore_btn {
     color: #000;
     float: none;
}
.uspsSectionCompliance .feature:hover .overlayUsps {
     opacity: 1;
}
.uspsSectionCompliance .overlayUsps {
     position: absolute;
     width: calc(33.33% - 90px);
     padding: 30px 25px;
     transition: .5s ease;
     background-color: #0280FD;
     border-radius: 3%;
     opacity: 0;
     height: 300px;
}
.uspsSectionCompliance .overlayUsps .feature_icon {
    border: none; 
}
.uspsSectionCompliance .overlayUsps .overlay_title {
     color: #ffffff;
     font-size: 20px;
     padding: 10px 0 20px 0;
}
.uspsSectionCompliance .overlayUsps p {
     color: #ffffff;
     font-size: 15px;
}
@media (max-width: 1200px) {
     .uspsSectionCompliance .overlayUsps {
          width: 85%;
          height: 267px;
     }
     .uspsSectionCompliance .overlayUsps p {
          font-size: 14px;
     }
     .uspsSectionCompliance .overlayUsps .overlay_title {
          font-size: 18px;
          padding: 10px 0 10px 0;
     }
}

/* content block Image Left, Text Right with Button, vertical align image 251016 */
.feat-top-img {
    margin: auto;
    /*max-width: 40vw;
    max-height: 50vh;
    padding-top: 10px;*/
}

.feat-top-img img {
    padding-right: 10px;
}
/* ghost latest articles */
#blog-post {
    display: flex;
    width: 100%;
    gap: 40px;
}
.colblog {
    display: flex;
    flex-direction: column;
    flex: 33.333333;
    height: 100%;
    background-color: #F6FBFF;
    border:1px solid #E3E3E3;
    border-radius: 10px;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.colblog:hover {
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}
.blog-img-top {
    border-radius: 10px 10px;

}
.blog-title {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 178.7%;
    letter-spacing: 0.055em;
    color: #263238;
    padding: 32px 24px 12px 24px;
}
.readmore {
    margin-top: auto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 178.7%;
    letter-spacing: 0.055em;
    color: #0d6efd;
    padding: 12px 24px 24px 24px;
}
.readmore a, .blog_center a {
    color: #0d6efd;
}
.blog_center {
    float:right;
    margin-top: 50px;
}

/* Contact page */
.bannerblock {
    margin-bottom: 3rem;
    padding:2rem;
    border: 5px solid #f7b066;
}
/* Startnow page */
p span.text-small {
    line-height: 120%;
    font-size:16px;;
}
p span.text-tiny {
    line-height: 100%;
    font-size:14px;;
}