 
*{
    padding:0;
    margin:0;
 }
 body {
    font-family: "DM Sans", serif;
       
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
h1,h2,h3,h4,h5,h6,p{margin:0}


/* font family
@font-face {
    font-family: 'DM Sans';
    src: url('../fonts/DMSans-Bold.eot');
    src: url('../fonts/DMSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DMSans-Bold.woff2') format('woff2'),
        url('../fonts/DMSans-Bold.woff') format('woff'),
        url('../fonts/DMSans-Bold.ttf') format('truetype'),
        url('../fonts/DMSans-Bold.svg#DMSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('../fonts/DMSans-Medium.eot');
    src: url('../fonts/DMSans-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DMSans-Medium.woff2') format('woff2'),
        url('../fonts/DMSans-Medium.woff') format('woff'),
        url('../fonts/DMSans-Medium.ttf') format('truetype'),
        url('../fonts/DMSans-Medium.svg#DMSans-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('../fonts/DMSans-Regular.eot');
    src: url('../fonts/DMSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DMSans-Regular.woff2') format('woff2'),
        url('../fonts/DMSans-Regular.woff') format('woff'),
        url('../fonts/DMSans-Regular.ttf') format('truetype'),
        url('../fonts/DMSans-Regular.svg#DMSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
*/

.hero-section h1 {
    font-family: DM Sans;
    font-size: 60px;
    font-weight: 600;
    line-height: 80px;
    text-align: center;
    max-width: 960px;
    margin: 0 auto;
    color: rgba(11, 0, 83, 1);
}
section.hero-section {
    padding-top: 100px;
    padding-bottom: 130px;
}
.hero-section h1 span {
    color: #8256FF;
}
section.hero-section p {
    font-family: DM Sans;
    font-size: 21px;
    font-weight: 400;
    line-height: 27.34px;
    text-align: center;
    max-width: 746px;
    margin: 20px auto 0;
    color: rgba(71, 69, 83, 1);
}
a.exp-btn {
    text-decoration: none;
    width: max-content;
    padding: 12px 16px;
    background: #0ac56c;
    border-radius: 27px;
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 700;
    line-height: 18.23px;
    color: rgba(255, 255, 255, 1);
    margin: 19px auto 0;
    display: flex;
    justify-content: center;
    gap: 8px;
    align-items: center;
    border: 1px solid rgba(10, 197, 108, 1);
    transition: all ease .5s;
}
a.exp-btn:hover {
    border-color: #0ac56c;
    color: #0ac56c;
    background-color: #fff;
}
.features-inner h5 {
    font-family: DM Sans;
    font-size: 21px;
    font-weight: 600;
    line-height: 28px;
    color: rgba(0, 0, 0, 1);
    display: flex;
    gap: 6px;
    align-items: center;
}
.features-inner h5 span {
    width: 22px;
    height: 22px;
    background-color: #8256FF;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.features-inner h5 span img {
    width: 10px;
}
.features-inner p {
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.83px;
    text-align: left;
    color: rgba(71, 69, 83, 1);
    padding-left: 26px;
    margin-top: 12px;
    max-width: 284px;
}
.features-inner {
    margin-bottom: 38px;
}

section.features {
    padding-bottom: 145px;
    position: relative;
}
.platforms {
    padding-top: 135px;
}
.platforms h4 {
    font-family: DM Sans;
    font-size: 48px;
    font-weight: 600;
    line-height: 60px;
    text-align: center;
    color: rgba(11, 0, 83, 1);
}

.icon-com .slick-track {
    display: flex;
    align-items: center;
    gap: 80px;
}
section.features .container {
    max-width: 1220px;
}
.deploy-sec {
    padding: 120px 0px;
    background-image: url(../img/map.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.deploy-sec-outer p {
    color: #fff;
    font-family: DM Sans;
    font-size: 34px;
    font-weight: 600;
    line-height: 44px;
    text-align: center;
    max-width: 1220px;
    margin: 0 auto;
}
.deploy-sec::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(126, 57, 255, 0.72) 0%, rgba(52, 6, 138, 0.72) 100%);
    top: 0;
    right: 0;
}
.deploy-sec-outer {
    position: relative;
    z-index: 1;
}
.secure-sec {
    padding-top: 140px;
    padding-bottom: 135px;
    background-image: url(../img/banner.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.secure-sec-cn {
    max-width: 520px;
}
.secure-sec-cn h5 {
    color: #fff;
    font-family: DM Sans;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 10px;
}
.secure-sec-cn h2 {
    font-family: DM Sans;
    font-size: 48px;
    font-weight: 600;
    line-height: 56px;
    text-align: left;
    color: #fff;
    margin-bottom: 20px;
}
.secure-sec-cn p {
    font-family: DM Sans;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    color: #fff;
}
.secure-sec-cn a.exp-btn {
    margin-top: 30px;
}
.secure-sec-cn a.exp-btn {
    margin-top: 30px;
    margin-right: auto;
    margin-left: 0;
}
.transform-sec {
    padding: 148px 0px;
    position: relative;
}
.transform-sec-outer>img {
    position: absolute;
    right: 260px;
    top: 210px;
}
.transform-sec-outer h2 {
    font-family: DM Sans;
    font-size: 48px;
    font-weight: 600;
    line-height: 56px;
    text-align: center;
    max-width: 907px;
    margin: 0 auto 15px;
}
.transform-sec-outer p {
    font-family: DM Sans;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
    color: rgba(11, 0, 89, 1);
}
.transform-boxes {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 72px;
    row-gap: 36px;
    justify-content: center;
}
.td-box {
    width: calc(33.33% - 13.33px);
    border: 1px solid rgba(130, 86, 255, 1);
    border-radius: 10px;
    padding: 25px;
}
.td-box h3 {
    font-family: DM Sans;
    font-size: 38px;
    font-weight: 600;
    line-height: 42px;
    text-align: center;
    color: #8256FF;
}
.td-box p {
    font-family: DM Sans;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
    margin-top: 17px;
    color: rgba(11, 0, 89, 1);
}
.transform-sec .container {
    max-width: 1220px;
}
.growth-sec-outer {
    max-width: 1220px;
    margin: 0 auto;
    background: #FFFFFF;
    box-shadow: 4px 4px 54px rgba(192, 169, 255, 0.3);
    border-radius: 10px;
    padding: 55px 40px 0 80px;
    display: flex;
    gap: 15px;
    align-items: end;
}
.growth-sec-left {
    max-width: 100%;
    margin-bottom: 152px;
}
.growth-sec-left h2 {
    color: rgba(0, 0, 0, 1);
}
.growth-sec-left p {
    color: rgba(11, 0, 89, 1);
    max-width: 444px;
}
.growth-sec {
    padding-bottom: 170px;
}
.growth-sec-left a.exp-btn {
    margin-top: 45px;
}
.growth-sec-outer .growth-sec-left h2 {
    margin-bottom: 30px;
}
.business-sec {
    background: linear-gradient(90deg, #8256FF 0%, #292075 100%);
    padding: 150px 0px;
    position: relative;
}
.business-sec-left {
    max-width: 100%;
    width: 655px;
}
.business-sec-right {
    width: calc(100% - 655px);
    padding-right: 30px;
}
.business-sec-outer {
    display: flex;
    gap: 20px;
}
.business-sec form {
    max-width: 517px;
    border: 0.5px solid rgba(192, 169, 255, 1);
    border-radius: 10px;
    height: 42px;
    display: flex;
    padding: 3px;
}
.business-sec form input {
    width: calc(100% - 150px);
    padding: 10px 10px 10px 20px;
    border: 0 !important;
    background-color: transparent;
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    text-align: left;
    color: rgba(216, 207, 242, 1) !important;
}
.business-sec form button {
    width: 150px;
    background: rgba(10, 197, 108, 1);
    border-radius: 5px;
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    color: rgba(255, 255, 255, 1);
    border-color: rgba(10, 197, 108, 1);
    border-width: 1px;
    box-shadow: none;
    border-style: solid;
    background-image: url(../img/arrow.svg);
    background-repeat: no-repeat;
    text-align: left;
    padding: 10px;
    background-position: 90%;
    transition:all ease .5s;
}
.feature-img {
    margin-top: -30px;
    mix-blend-mode: multiply;
}
.feature-img video {
    width: 100%;
}
.business-sec form button:hover {
    color: rgba(10, 197, 108, 1);
    border-color: rgba(10, 197, 108, 1);
    background-color: #fff;
}
.business-sec form input:focus-visible {
    outline: 0;
}
.business-sec form input::placeholder {
    color: rgba(216, 207, 242, 1);
}
.business-sec .container {
    max-width: 1220px;
}
.business-sec-right p {
    max-width: 400px;
    color: #fff;
    font-family: DM Sans;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    margin-right: 0;
    margin-left: auto;
}
.business-sec-outer .secure-sec-cn h2 {
    margin-bottom: 35px;
}
.business-sec-right p a {
    color: #fff;
}
footer.footer-sc .container {
    max-width: 1220px;
}
.footer-one {
    padding: 100px 0 160px 0;
}
.footer-logo {
    margin-bottom: 83px;
}
.footer-col h4 {
    font-family: DM Sans;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    text-align: left;
    position: relative;
    color: rgba(11, 0, 89, 1);
    margin-bottom: 32px;
    max-width: 207px;
}
.footer-col li a {
    text-decoration: none;
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 5px;
    display: inline-block;
}
.footer-col h4::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    bottom: -8px;
    left: 0;
    background-color: rgba(130, 86, 255, 1);
}
.social-icon ul {
    display: flex;
    gap: 30px;
    align-items: center;
}
.footer-two p {
    font-family: DM Sans;
    font-size: 12px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    color: rgba(0, 0, 0, 1);
    border: 1px solid rgba(130, 86, 255, 1);
    border-radius: 80px;
    padding: 9px 50px;
    display: flex;
    align-items: center;
}
footer.footer-sc {
    padding-bottom: 150px;
    position: relative;
}
.footer-col li a:hover {
    color: #8256ff;
}
footer.footer-sc::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(../img/footer-shadow.png);
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.running-sec {
    padding: 170px 0px;
    position: relative;
}
.running-sec::after {
    position: absolute;
    content: '';
    width: 508px;
    height: 285px;
    background-image: url(../img/running-img.png);
    top: 130px;
    left: 70px;
}
.running-sec .secure-sec-cn {
    max-width: 100%;
}
.running-sec .secure-sec-cn h2 {
    color: rgba(11, 0, 83, 1);
    text-align: center;
}
.running-sec .secure-sec-cn p {
    max-width: 715px;
    color: rgba(71, 69, 83, 1);
    margin: 0 auto;
    text-align: center;
}
.run-listing ul {
    display: flex;
    gap: 20px;
}
.run-listing ul li {
    width: 100%;
}
.run-listing {
    max-width: 807px;
    margin: 35px auto 0;
}
.run-listing ul li a {
    display: flex;
    background: rgba(237, 231, 255, 1);
    width: 100%;
    padding: 14px;
    text-decoration: none;
    border-radius: 11px;
    font-family: DM Sans;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: center;
    color: rgba(130, 86, 255, 1);
    justify-content: center;
    align-items: center;
    transition:all ease .5s;
}
.running-sec a.exp-btn {
    margin: 45px auto 0;
}
.run-listing ul li a:hover , .run-listing ul li a:focus {
    background: rgba(130, 86, 255, 1);
    color: rgba(255, 255, 255, 1);
}
section.customer-sec .secure-sec-cn {
    max-width: 100%;
}
section.customer-sec .secure-sec-cn h2 {
    color: rgba(11, 0, 83, 1);
    max-width: 846px;
}
section.customer-sec .secure-sec-cn p {
    color: rgba(71, 69, 83, 1);
}
.customer-sec .container {
    max-width: 1220px;
}
.tabs-sec div#nav-tab {
    margin: 0 !important;
    border: 0;
    gap: 20px;
    justify-content: space-between;
    padding-bottom: 190px;
}
.tabs-sec {
    padding-top: 54px;
}
.button-inner h3 {
    display: flex;
    gap: 20px;
    font-family: DM Sans;
    font-size: 21px;
    font-weight: 500;
    line-height: 26px;
    text-align: left;
    align-items: center;
    color: rgba(0, 0, 0, 1);
    transition:all ease .5s;
}
.tabs-sec div#nav-tab button {
    border: 0;
    width: calc(25% - 15px);
    padding: 36px 40px;
    background: rgba(245, 242, 255, 1);
    border-radius: 10px;
    text-align: left;
    position: relative;
    transition:all ease .5s;
}
.tabs-sec div#nav-tab button:hover {
    background: rgba(130, 86, 255, 1);
}
.tabs-sec div#nav-tab button:hover .button-inner h3 {
    color: #fff;
}
.button-inner h5 {
    position: absolute;
    background-color: #fff;
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 800;
    line-height: 15px;
    color: rgba(130, 86, 255, 1);
    padding: 3px 15px;
    border-radius: 20px;
    text-align: center;
    top: 10px;
    right: 13px;
}
.gateway-content {
    display: flex;
}
.gateway-content-left {
    width: 644px;
    background: rgba(10, 197, 108, 1);
    padding: 120px 40px 120px 50px;
}
.gateway-content-left h2 , .gateway-content-left p {
    color: #fff !important;
}
.gateway-content-left p {
    max-width: 487px;
}
.gateway-content-left a.exp-btn {
    background-color: #fff;
    color: rgba(37, 114, 77, 1);
}
.gateway-content-left a.exp-btn:hover {
    border-color: rgba(37, 114, 77, 1);
    background-color: transparent;
}
.gateway-content-right img {
    height: 100%;
    width: 100%;
}
.button-inner h3 span.with-hover {
    display: none;
}
.tabs-sec div#nav-tab button:hover span.with-hover {
    display: block;
}
.tabs-sec div#nav-tab button:hover span.hover {
    display: none;
}
.customer-sec {
    padding-top: 147px;
}
.secure-sec .container {
    max-width: 1220px;
}
.solution-sec .secure-sec-cn h2 {
    color: rgba(11, 0, 83, 1);
}
.solution-sec .secure-sec-cn {
    max-width: 807px;
}
.solution-listing ul {
    justify-content: space-between;
    display: flex;
    gap: 10px;
    padding: 30px 57px;
}
.solution-listing ul li::after {
    position: absolute;
    content: '';
    background: rgba(10, 197, 108, 1);
    width: 8px;
    height: 8px;
    border-radius: 100%;
    left: -17px;
    top: 8px;
}
.solution-listing ul li {
    font-family: DM Sans;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    color: rgba(71, 69, 83, 1);
    position: relative;
}
.solution-sec .container {
    max-width: 1220px;
}
.faq-sec button.accordion-button span {
    background: rgba(10, 197, 108, 1);
    width: 55px;
    height: 55px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-sec button.accordion-button {
    font-family: DM Sans;
    font-size: 24px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    color: rgba(11, 0, 89, 1);
    gap: 20px;
    align-items: flex-start;
    border: 0;
    background-color: transparent;
}
.faq-sec .accordion-item {
    border: 0;
}
.faq-sec button.accordion-button {
    font-family: DM Sans;
    font-size: 21px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    color: rgba(11, 0, 89, 1);
    gap: 20px;
    align-items:center;
    border: 0 !important;
    background-color: transparent;
    box-shadow: none;
    padding: 18px 40px 18px 40px;
    background-image: url(../img/up-arrow.svg);
    background-repeat: no-repeat;
    background-position: 97%;
}
.faq-sec .accordion-body {
    padding: 20px 50px 40px 50px;
    position: relative;
}
.faq-sec .accordion-button.collapsed {
    border-radius: 20px !important;
    border: 1px solid #C0A9FF !important;
    background-image: url(../img/dn-arrow.svg);
    background-repeat: no-repeat;
    background-position: 97%;
}
.faq-sec .accordion-item {
    border: 0 !important;
    background: #FFFFFF;
    box-shadow: 6px 6px 44px rgba(192, 169, 255, 0.36);
    border-radius: 20px;
    margin-bottom: 20px;
}
.faq-sec .accordion-button.collapsed h2 {
    font-family: DM Sans;
    font-size: 21px !important;
    font-weight: 500;
    line-height: 26px;
    text-align: left;
    color: rgba(0, 0, 0, 1);
}
.faq-sec button.accordion-button {
    position: relative;
}
.faq-outer {
    display: flex;
    gap: 50px;
}
.faq-left {
    max-width: 708px;
    position: relative;
}
.faq-sec .accordion-body::after {
    position: absolute;
    content: '';
    width: 554px;
    height: 1px;
    background: rgba(130, 86, 255, 1);
    top: 0px;
    left: 50px;
}
.faq-sec .accordion-collapse.collapse {
    border-radius: 0 !important;
    border: 0 !important;
}
.faq-left a.exp-btn {
    margin: inherit;
    margin-top: 20px !important;
}
.faq-left h4 {
    font-family: DM Sans;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    text-align: left;
    color: rgba(0, 0, 0, 1);
}
.faq-left p {
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: rgba(71, 69, 83, 1);
}
.accordion-button::after{display:none;}
.solution-sec {
    padding-bottom: 160px;
}
.faq-sec {
    padding-top: 30px;
}
.solution-box {
    position: relative;
}

.solution-sec {
    position: relative;
}
.sl-img img {
    width: 100%;
}
.sl-img {
    top: 130px;
    position: absolute;
}
.sol-shadow {
    position: absolute;
    top: -30%;
    right: 0;
    z-index: -1;
}
.sl-img img {
    width: 97.2%;
}
.hero-content {
    position: relative;
    max-width: 960px;
    margin: 0 auto;
}
.hero-content::after {
    position: absolute;
    content: '';
    width: 52px;
    height: 52px;
    background-image: url(../img/ban-img.png);
    top: 4px;
    right: 0px;
}
section.hero-section .container {
    max-width: 1220px;
}
.hero-content::before {
    position: absolute;
    content: '';
    width: 99px;
    height: 99px;
    background-image: url(../img/ban-2.png);
    bottom: 80px;
    left: -110px;
}
section.hero-section {
    position: relative;
}
.hero-img {
    position: absolute;
    top: -80px;
    right: 0;
    z-index: -1;
}
.hero-btn {
    position: relative;
    max-width: 746px;
    margin: 0 auto;
}
.hero-btn::after {
    position: absolute;
    content: '';
    background-image: url(../img/btn-shadow.png);
    width: 222px;
    height: 124px;
    top: -28px;
    right: 0px;
    z-index: -1;
}
.ft-img img {
    width: 100%;
}
section.features::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1663px;
    background-image: url(../img/ball-shadow.png);
    top: -510px;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}
.tabs-sec .nav-link.active span.with-hover {
    display: block;
}
.tabs-sec .nav-link.active .button-inner h3 {
    color: #fff;
}
.tabs-sec .nav-link.active span.hover {
    display: none;
}
.tabs-sec .nav-link.active {
    background: rgba(130, 86, 255, 1) !important;
}
.header-main .container {
    max-width: 1220px;
}
header .navbar-expand-lg .navbar-collapse {
    padding-left: 128px;
}
header ul.navbar-nav {
    gap: 50px;
}
header .dropdown-toggle::after {
    margin: 0;
    border: 0;
    width: 9px;
    height: 5px;
    background-image: url(../img/hd-arrow.svg);
    top: 14px;
    position: absolute;
    right: 15px;
    transition: all ease .5s;
}
header li.nav-item.dropdown a {
    padding: 0;
}
header li.nav-item.dropdown a {
    padding: 7px 31px 7px 9px !important;
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 600;
    line-height: 18.23px;
    text-align: left;
    color: rgba(11, 0, 89, 1);
    transition: all ease .5s;
}
header ul.dropdown-menu.show {
    border: 0;
    padding:0;
    border-radius: 0;
    transition: all ease .5s;
}
header ul.dropdown-menu.show a , header li.nav-item.dropdown ul.dropdown-menu a{
    position: relative;
    font-size: 13px;
    font-weight: 500;
    padding: 10px;
    background-color: #fff;
    transition: all ease .5s;
    padding: 10px 70px 10px 15px !important;
    border-bottom: 0;
    background-image: url(../img/pp-arrow.svg);
    background-repeat: no-repeat;
    background-position: 90%;
    text-decoration: none;
    position: relative;
}

header ul.dropdown-menu.show a:hover , header li.nav-item.dropdown ul.dropdown-menu a:hover{
    background-image: url(../img/gg-arrow.svg);
}
header ul.dropdown-menu.show a::before , header li.nav-item.dropdown ul.dropdown-menu a::before{
    position: absolute;
    content: '';
    height: 1px;
    width: 85%;
    background-color: #D1D1FF;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
header ul.dropdown-menu.show li:hover {
    background: transparent;
}
header li.dropdown-item {
    padding: 0 !important;
}
header ul.submenu.dropdown-menu {
    background: #FFFFFF;
    box-shadow: 0px 0px 24px rgba(11, 0, 83, 0.3);
    border-radius: 0px 5px 5px 5px;
    border: 0 !important;
    padding: 0 !important;
    padding-bottom: 10px !important;

}
body header ul.submenu.dropdown-menu a.dropdown-item {
    display: flex;
    gap: 10px;
    background-image: none !important;
    font-family: DM Sans;
    font-weight: 600 !important;
    font-size: 12px !important;
    padding: 11px 40px 11px 15px !important;
}
header li.nav-item.dropdown:last-child ul.dropdown-menu a.dropdown-item {
    background-image: none !important;
}
header ul.submenu.dropdown-menu a.dropdown-item:hover {
    color: #8256FF;
}
header ul.dropdown-menu.show  {
    background: #FFFFFF !important;
    box-shadow: 0px 0px 24px rgba(11, 0, 83, 0.3);
    border-radius: 0px 5px 5px 5px !important;
    border: 0 !important;
    padding-bottom: 10px !important;

}
header li.nav-item.dropdown  ul.dropdown-menu {
    background: #FFFFFF !important;
    box-shadow: 0px 0px 24px rgba(11, 0, 83, 0.3);
    border-radius: 0px 5px 5px 5px !important;
    border: 0 !important;
    padding-bottom: 10px !important;
    padding-top: 0 !important;
}
header a.nav-link.dropdown-toggle.show::after  {
    top: 13px;
    background-image: url(../img/wt-new.svg);
}
a.nav-link.dropdown-toggle.show  {
    background-color: #0AC56C;
    border-radius: 7px 7px 0 0 !important;
    color: #fff !important;
}
header ul.dropdown-menu.show , header ul.dropdown-menu {
    margin: 0;
}
header .dropdown-toggle:hover::after {
    top: 13px !important;
    background-image: url(../img/wt-new.svg) !important;
}

header a.nav-link.dropdown-toggle:hover {
    background-color: #0AC56C;
    border-radius: 7px 7px 0 0 !important;
    color: #fff !important;
}
header ul.dropdown-menu.show a:hover, header ul.dropdown-menu a:hover {
    background-color: #F4F4FF !important;
    color: #38A672;
}
.submenu {
    position: absolute;
    top: 0;
    left: 100%;
    margin-left: 10px;
    display: none;
}

 .dropdown-item:hover .submenu {
    display: block;
 }

.header-top {
    background: rgba(130, 86, 255, 1);
    padding: 11px 0;
}
.drop-down a {
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.23px;
    text-align: left;
    color: #fff;
    text-decoration: none;
    display: flex;
    gap: 5px;
    align-items: center;
    transition: all ease .5s;
    position: relative;
}
.drop-down .header-icon::after {
    position: absolute;
    content: '';
    background-image: url(../img/wt-arrow.svg);
    width: 9px;
    height: 5px;
    right: -15px;
    top: 7px;
    transition: all ease .5s;
}
.drop-down {
    position: relative;
}
.inner-drop {
    display: none;
    position: absolute;
    width: max-content;
    background-color: #fff;
    top: 20px;
    z-index: 1;
}
a.header-icon.main +.inner-drop {
    display: block;
}
.header-dropdown {
    display: flex;
    gap: 45px;
    justify-content: end;
}
.header-top .container {
    max-width: 1220px;
}
.inner-drop li a {
    padding: 5px 10px;
    color: rgba(11, 0, 89, 1);
}
a.header-icon.active::after {
    transform: rotate(180deg);
}
.inner-drop li a:hover {
    background-color: rgba(11, 0, 89, 1);
    color: #fff;
}
section.transform-sec::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(../img/ball-shadow-new.png);
    top: 0;
    right: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 206%;
    z-index: -1;
}
/*sms messaging page css start*/
.sms-sec h1 {
    text-align: start;
    max-width: 475px;
    margin: 0;
}
.sms-sec .hero-content {
    max-width: 100%;
}
section.sms-sec p {
    text-align: start;
    max-width: 100%;
    margin: 20px 0 0 0;
}
.sms-sec a.exp-btn {
    margin: 20px 0 0 0;
}
.key-feature-sec .secure-sec-cn h2 {
    color: #0B0053;
    margin-bottom: 40px;
}
.key-feature-sec .secure-sec-cn {
    max-width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}
.key-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 40px;
}
.key-feature-sec {
    padding-bottom: 170px;
    position: relative;
}
.key-outer {
    width: calc(20% - 12px);
    background: #C0A9FF4D;
    border-radius: 10px;
    padding: 70px 13px 50px 13px;
    position: relative;
    text-align: center;
}
.key-img {
    width: 90px;
    height: 90px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    background: #F9F9FF;
}
.key-outer h4 {
    font-family: DM Sans;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #000000;
    margin-bottom: 13px;
}
.key-outer p {
    font-family: DM Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 20.83px;
    text-align: center;
    color: #474553;
    max-width: 165px;
    margin: 0 auto;
}
.cases-sec .secure-sec-cn h2 {
    color: #0B0053;
    margin-bottom: 50px;
}
.cases-sec .secure-sec-cn {
    justify-content: start;
    padding-left: 40px;
}
.cases-listing ul {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    padding-left: 40px;
}
.cases-listing ul li {
    position: relative;
    padding-left: 32px;
}
.cases-listing ul li h4 {
    font-family: DM Sans;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -5%;
    color: #000000;
    margin-bottom: 10px;
}
.cases-listing ul li p {
    font-family: DM Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 20.83px;
    letter-spacing: -2%;
    color: #000000;
    max-width: 163px;
}
.cases-listing ul li::after {
    position: absolute;
    content: '';
    width: 23px;
    height: 23px;
    background-image: url(../image/case-icon.svg);
    top: 0;
    left: 0;
}
.cases-sec {
    padding-bottom: 234px;
    position: relative;
}
.cases-sec .sl-img {
    top: 30px;
}
.cases-listing ul li:nth-child(2) p {
    max-width: 245px;
}
.cases-listing ul li:nth-child(3) p {
    max-width: 200px;
}
.cases-sec .sl-img img {
    width: 100%;
}
.modals-sec .secure-sec-cn p {
    font-size: 28px;
    line-height: 36px;
    max-width: 432px;
}
.modals-sec {
    background: linear-gradient(90deg, #7E39FF 0%, #34068A 100%);
    padding-top: 100px;
    padding-bottom: 0px !important;
}
.modals-sec .secure-outer {
    display: flex;
    gap: 70px;
    align-items: end;
}
.modals-sec .secure-sec-cn {
    margin-bottom: 100px;
}
.team-growth {
    padding-top: 236px;
    padding-bottom: 174px;
    position: relative;
}
.growth-sec-outer {
    padding-left: 34px;
}
.team-growth .growth-sec-left {
    margin-bottom: 76px;
}
.team-growth .growth-sec-left h3 {
    font-family: DM Sans;
    font-weight: 600;
    font-size: 36px;
    line-height: 48px;
    letter-spacing: -3%;
    color: #0B0059;
    max-width: 462px;
}
.team-growth  .growth-sec-left a.exp-btn {
    margin-top: 38px;
}
.team-growth .growth-sec-outer {
    gap: 80px;
    box-shadow: 4px 4px 54px 0px #C0A9FF4D;
}
.team-growth .growth-sec-right , .team-growth .growth-sec-left  {
    width: calc(50% - 40px);
}
.team-growth .growth-sec-right img {
    max-width: 100%;
}

.team-growth::after {
    position: absolute;
    content: '';
    background-image: url(../image/circle.png);
    width: 476px;
    height: 947px;
    bottom: 200px;
    right: 0;
    background-repeat: no-repeat;
    z-index: -1;
    background-size: contain;
}
.acc-sec .secure-sec-cn h2 {
    color: #0B0059;
}
.acc-sec {
    padding-top: 232px;
    max-width: 810px;
}
.acc-sec .secure-sec-cn {
    max-width: 100%;
}
.acc-sec 
 button.accordion-button {
    padding: 26px 15px 5px 0px;
    background-color: transparent;
    border: 0 !important;
    border-radius: 0 !important;
    border-bottom: 0 !important;
    box-shadow: none !important;
    font-family: DM Sans;
    font-weight: 500;
    font-size: 24px;
    line-height: 48px;
    letter-spacing: -3%;
    color: #34068A;
    background-image: url(../image/fq-minus.svg);
    background-repeat: no-repeat;
    background-position: 97% 35px;
}
.acc-sec .accordion-body {
    font-family: DM Sans;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -3%;
    color: #0B0059;
    padding-top: 0;
    padding-left: 0;
}
.acc-sec  .accordion {
    border: 0 !important;
    border-color: transparent !important;
}
.acc-sec .accordion-item {
    border-left: 0 !important;
    border-top: 0;
    border-right: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #D1D1FF;
    border-radius: 0 !important;
    background: transparent !important;
}
.acc-sec  .accordion-button.collapsed {
    background-image: url(../image/fq-plus.svg);
    background-repeat: no-repeat;
    background-position: 97% 35px;
}
.more-value {
    padding: 52px 0 52px 0px;
}
.ready-sec .container {
    max-width: 1220px;
}
.ready-sec {
    padding-top: 174px;
    padding-bottom: 60px;
}
.ready-sec .growth-sec-outer {
    padding: 60px 100px 60px 86px;
    align-items: center;
}
.ready-sec .growth-sec-left.secure-sec-cn {
    margin-bottom: 0 !important;
}
.ready-sec .growth-sec-outer .growth-sec-left h2 {
    margin-bottom: 0 !important;
}
.acc-sec {
    position: relative;
}
.acc-sec::after {
    position: absolute;
    content: '';
    width: 508px;
    height: 285px;
    top: 110px;
    left: -38%;
    background-image: url(../image/faq-shadow.png);
}
.team-growth::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../image/team-shadow.png);
}
.acc-sec .secure-sec-cn {
    position: relative;
    z-index: 1;
}
.team-growth::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 3400px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../image/team-shadow.png);
    z-index: -1;
}
.key-feature-sec::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1370px;
    bottom: -44%;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(../image/keyfeature-shadow.png);
    z-index: -1;
}
.sms-sd {
    position: absolute;
    top: 0;
    left: 0;
}
.sms-sd img {
    width: 100%;
}
section.sms-sec {
    padding-bottom: 150px;
    padding-top: 40px;
}
section.sms-sec .hero-content::after , section.sms-sec .hero-content::before {
    display: none;
}
.mms-feature .key-inner {
    gap: 40px;
    row-gap: 70px;
    justify-content: center;
}
.mms-feature .key-inner .key-outer {
    width: calc(25% - 30px);
}
.mms-feature::after {
    bottom: 90px;
    background-position: center;
}
.mms-user .cases-listing ul li p {
    max-width: 215px;
}
.model-img img {
    max-width: 100%;
}
.sms-sec .row {
    align-items: center;
}
.banner-sc-img {
    position: relative;
}
.banner-sc-img::after {
    position: absolute;
    content: '';
    width: 530px;
    height: 530px;
    top: 0;
    left: 0;
    background-image: url(../image/banner-circle.png);
    z-index: -1;
}
/* section.rcs-sec p {
    font-size: 14px;
    max-width: 557px;
    line-height: 21px;
} */
section.rcs-sec .banner-sc-img::after {
    width: 570px;
    height: 570px;
    background-image: url(../image/rcs-sd.png);
    top: -40px;
}
section.rcs-sec {
    padding-bottom: 270px;
}
section.rcs-feature .key-inner {
    gap: 20px;
    justify-content: center;
    position: relative;
}
section.rcs-feature .key-inner .key-outer {
    width: calc(25% - 15px);
    padding: 30px 35px 35px 35px;
}
section.rcs-feature .key-inner .key-outer p {
    max-width: 193px;
    text-align: start;
    margin: inherit;
}
section.rcs-feature .key-outer h4{
    text-align: start;
}
section.rcs-feature .key-img {
    position: inherit;
    top: 0;
    margin-bottom: 26px !important;
    left: inherit;
    transform: inherit;
    margin: inherit;
}
section.rcs-feature .key-inner::after {
    position: absolute;
    content: '';
    width: 144px;
    height: 144px;
    top: 10px;
    right: 160px;
    background-image: url(../image/rcs-layer.png);
}
section.rcs-feature .key-inner::before {
    position: absolute;
    content: '';
    width: 348px;
    height: 195px;
    bottom: -30px;
    background-image: url(../image/rcs-ft-sd.png);
    left: 60px;
}
section.rcs-feature::after {
    bottom: 120px;
    background-position: center;
}
section.rcs-feature .key-inner .key-outer:nth-child(1), section.rcs-feature .key-inner .key-outer:nth-child(4) {
    top: 164px;
    position: relative;
}
section.use-cases {
    background: linear-gradient(90deg, #7E39FF 0%, #34068A 100%);
    padding: 107px 0 87px 0px;
}
.cases-list li h5 {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.05em;
    color: #FFFFFF;
    margin-bottom: 5px;
}
.cases-list li p {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    max-width: 222px;
}
.cases-list li {
    margin-bottom: 52px;
    padding-left: 35px;
    position: relative;
}
.cases-list li:last-child {
    margin-bottom: 0px;
}
.cases-list li::after {
    position: absolute;
    content: '';
    width: 23px;
    height: 23px;
    top: 2px;
    left: 0;
    background-image: url(../image/use-cs.svg);
}
.use-cs-bg h3 {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 48px;
    text-align: center;
    letter-spacing: -0.05em;
    max-width: 150px;
    color: #FFFFFF;
}
.use-cs-bg {
    max-width: 275px;
    background-color: #A282FF;
    border-radius: 100%;
    min-height: 275px;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: pulse-animation 2s infinite;
    position: relative;
    margin: 0 auto;
}
.use-cs-bg::after {
    position: absolute;
    content: '';
    width: calc(100% + 27px);
    height: calc(100% + 27px);
    background: rgb(255 255 255 / 10%);
    border-radius: 100%;
}
.cs-shadow {
    position: relative;
    bottom: 60px;
    left: -100px;
}
.use-cs-bg::before {
    position: absolute;
    content: '';
    width: 144px;
    height: 144px;
    top: -30px;
    right: -80px;
    background-image: url(../image/up-sd.png);
}
section.rbs-sec {
    background-color: #EFEAFF;
    padding: 190px 0px;
    position: relative;
    overflow: hidden;
}
section.rbs-sec .secure-sec-cn h2 {
    color: #0B0059;
}
section.rbs-sec .secure-sec-cn p {
    max-width: 397px;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 39px;
    letter-spacing: -0.02em;
    color: #474553;
}
.rbs-left img {
    position: absolute;
    bottom: 70px;
    left: 250px;
}
section.rbs-sec::after {
    position: absolute;
    content: '';
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
    background-color: #F7F5FF;
}
.rbs-right {
    z-index: 9;
    position: relative;
    padding-left: 60px;
}
.rbs-right>p {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -0.03em;
    color: #34068A;
    margin-bottom: 35px;
}
.rbs-right li p {
    margin-top: 20px;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    line-height: 30px;
    letter-spacing: -0.03em;
    color: #0B0059;
}
ul.rbs-list {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}
ul.rbs-list li:first-child p {
    max-width: 140px;
}
ul.rbs-list li {
    width: 45%;
}
ul.rbs-list li:last-child {
    width: 75%;
}
section.rbs-sec::before {
    position: absolute;
    content: '';
    width: 1022px;
    height: 573px;
    top: -150px;
    right: -60px;
    background-image: url(../image/rbm-gp.png);
    z-index: 1;
    background-position: right;
    background-repeat: no-repeat;
}
section.rcs-md-sec .secure-sec-cn {
    margin: 0 !important;
    max-width: 100%;
}
section.rcs-md-sec .secure-outer {
    align-items: inherit !important;
}
section.rcs-md-sec .secure-sec-cn.ct-sc {
    margin-top: 40px !important;
}
section.rcs-md-sec .secure-sec-cn.ct-sc p {
    max-width: 340px;
}
section.rcs-team  .growth-sec-left h3 {
    max-width: 395px !important;
}
.ready-sec .growth-sec-outer .growth-sec-left h2 {
    color: #0B0059;
}
.power-sec  .secure-sec-cn h2 {
    text-align: center;
}

.power-sec .key-outer p {
    max-width: 168px;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #474553;
}
.power-sec .key-inner::after {
    position: absolute;
    content: '';
    width: 348px;
    height: 195px;
    bottom: -160px;
    left: 0;
    background-image: url(../image/powered-img.png);
}
section.billing-sec {
    padding: 104px 0px !important;
}
section.billing-sec .secure-sec-cn {
    margin: 0;
    max-width: 100%;
}
section.billing-sec .secure-sec-cn h2 {
    margin-bottom: 50px;
}

.power-sec  .key-inner {
    gap: 24px;
    position: relative;
}
.power-sec .key-inner .key-outer {
    width: calc(25% - 18px);
}
.power-sec .key-inner .key-outer h4 {
    max-width: 210px;
    margin: 0 auto 13px;
}
.billing-box {
    background-color: #7E39FF;
    border-radius: 10px;
    width: 323px;
    padding: 25px 94px 25px 44px;
}
.billing-outer {
    display: flex;
    gap: 40px;
}
.billing-box p {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    margin-bottom: 10px;
    max-width: 155px;
}
.billing-box h4 {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 78px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}
.billing-box span {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}
section.distribute-sec {
    background-color: #fff;
    padding-bottom: 60px;
    padding-top: 200px;
    position: relative;
    margin-bottom: 260px;
}
section.distribute-sec h2 {
    color: #0B0059;
}
.distribute-sec-left {
    padding-left: 60px;
    position: relative;
    z-index: 1;
}
section.distribute-sec::after {
    position: absolute;
    content: '';
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #EFEAFF;
}
section.distribute-sec::before {
    position: absolute;
    content: '';
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
    background-color: #F7F5FF;
}
.distribute-sec-right {
    position: relative;
    z-index: 1;
    padding-left: 60px;
}
.dis-box {
    border: 1px solid #8256FF;
    border-radius: 10px;
    padding: 40px 17px 40px 30px;
}
.item_label.cell.auto {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.05em;
    color: #0B0059;
    padding-right: 20px;
    min-width: 88px;
}
.progress_bar_item {
    display: flex;
    margin-bottom: 15px;
    align-items: center;
    position: relative;
}
.item_bar.cell {
    width: 100%;
    background-color: rgb(126 57 255 / 20%);
    height: 50px;
    border-radius: 80px;
}
.progress_bar_item:last-child {
    margin-bottom: revert-layer;
}
.progress_bar_item:last-child .progress {
    background-color: #AE91FF;
}
.progress_bar_item:nth-child(2) .progress {
    background-color: #946EFF;
}
.progress {
    height: 49px;
    border-radius: 80px;
    background-color: #7E39FF;
}
.item_value.cell.shrink {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.05em;
    color: #7E39FF;
    position: absolute;
    right: 25px;
}
.tabs-sec .secure-outer {
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}
section.tabs-sec .secure-sec-cn {
    margin: 0;
}
section.tabes-sec {
    padding: 54px 0px !important;
}
.tabs-form {
    border: 1px solid #8256FF;
    padding: 44px 34px;
    width: calc(100% - 477px);
    max-width: 510px;
    border-radius: 10px;
    position: relative;
}
.tabs-form::after {
    position: absolute;
    content: '';
    width: 194px;
    height: 214px;
    top: 0;
    right: 0;
    background-image: url(../image/cost-ig.png);
}
.tabs-form::before {
    position: absolute;
    content: '';
    width: 398px;
    height: 460px;
    bottom: 0;
    left: 0;
    background-image: url(../image/prediction.png);
}
section.ready-sec.Transform-sd .growth-sec-outer {
    padding: 58px 72px;
}
.tabs-content {
    position: relative;
    z-index: 1;
}
section.tabes-sec .secure-sec-cn {
    max-width: 477px;
    margin-bottom: 0;
}
section.tabes-sec .secure-outer {
    align-items: center;
}
.tabs-content h4 {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 48px;
    text-align: center;
    color: #FFFFFF;
}
.form-tabination ul#myTab {
    border-bottom: 0;
    max-width: 168px;
    flex-wrap: inherit;
    background-color: #7E39FF;
    border-radius: 40px;
    height: 32px;
    justify-content: space-between;
    margin: 0 auto 45px;
}
.form-tabination .nav-link.active:focus-visible {
    outline: 0 !important;
}
.form-tabination .nav-link.active {
    background-color: #0AC56C !important;
}
.form-group:nth-child(2) {
    padding-bottom: 28px;
    border-bottom: 1px solid #8256FF;
}
.form-tabination {
    margin-top: 16px;
    position: relative;
    z-index: 1;
}
.form-tabination .nav-link {
    border: 0;
    padding: 9px 15px;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: -0.02em;
    color: #FFFFFF !important;
    background-color: #7e39ff !important;
    border-radius: 40px;
    margin-top: 0;
}
.form-group {
    display: flex;
    gap: 21px;
    margin-bottom: 25px;
}
.form-group h5 {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    max-width: 190px;
}
.form-group input {
    border: 0 !important;
    padding: 8px 34px !important;
    border-radius: 40px !important;
    background-color: #7E39FF !important;
}
.form-group input {
    border: 0 !important;
    padding: 8px 34px !important;
    border-radius: 40px !important;
    background-color: #7E39FF !important;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #FFFFFF !important;
    max-width: 227px;
    height: 42px;
}
.form-group input[type=number]::-webkit-inner-spin-button, 
.form-group input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
.form-group input::placeholder{
    color: #FFFFFF !important;

}
.form-group input:focus {
    outline: 0;
}
.form-tabination button {
    text-decoration: none;
    width: max-content;
    padding: 12px 16px;
    background: #0ac56c;
    border-radius: 27px;
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 700;
    line-height: 18.23px;
    color: rgba(255, 255, 255, 1);
    margin: 49px auto 0;
    display: flex;
    justify-content: center;
    gap: 8px;
    align-items: center;
    border: 1px solid rgba(10, 197, 108, 1);
    transition: allease .5s;
}
.form-tabination button:hover{
    border-color: #0ac56c;
    color: #0ac56c;
    background-color: #fff;
}
.distribute-sec-left::after {
    position: absolute;
    content: '';
    width: 326px;
    height: 183px;
    bottom: 0;
    right: 120px;
    background-image: url(../image/shortcode.png);
    z-index: -1;
}
section.ready-sec.Transform-sd .growth-sec-outer {
    justify-content: space-between;
}
.nav-item.dropdown:hover >.dropdown-menu {
    display: block;
}
/*.banner-sc-img::before {
    width: 222px;
    height: 124px;
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    background-image: url(../image/bn-sdd.png);
}*/

@keyframes pulse-animation {
  0% {
      box-shadow: 0 0 0 0px rgb(255 255 255 / .5);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}

.banner-sc-img.step-img::after{
    display: none;
}
.doc-sec .key-inner {
    margin-top: 0;
}
section.doc-sec .key-inner::before{
    display: none;
}
section.doc-sec .key-inner::after {
    z-index: -1;
    top: -91px;
    right: 245px;

}
.step-img img {
    width: 100%;
}
section.doc-sec .key-outer {
    top: inherit !important;
}
.dev-growth {
    padding-top: 157px;
}
.dev-growth::after , .dev-growth::before{
    display: none;
}
section.growth-sec.team-growth.dev-growth .growth-sec-left h3 {
    max-width: 395px;
}
section.developer-end-sec {
    background: linear-gradient(90deg, #7E39FF 0%, #34068A 100%);
    padding: 100px 0 !important;
}
section.developer-end-sec .growth-sec-outer {
    padding: 0 !important;
    background-color: transparent !important;
    box-shadow: none;
    justify-content: space-between;
}
section.developer-end-sec .growth-sec-right {
    padding-right: 77px;
}
section.developer-end-sec .growth-sec-outer .growth-sec-left h2 {
    color: #fff;
    font-size: 40px;
    line-height: 60px;
    max-width: 680px;
    font-weight: 500;
}
.language-sec {
    display: flex;
    gap: 20px;
    position: relative;
    margin-top: 26px;
}
.language-outer img {
    width: 100%;
}
.language-sec::after {
    position: absolute;
    width: 144px;
    height: 144px;
    top: -50px;
    right: 200px;
    content: '';
    background-image: url(../image/api.png);
    z-index: -1;
}
.dev-gb-sec::before {
    position: absolute;
    content: '';
    width: 72px;
    height: 72px;
    bottom: 0;
    background-image: url(../image/query-img.png);
    left: 50%;
    transform: translateX(-50%);
}
.dev-gb-sec::after {
    z-index: -1;
    background-position: center;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    bottom: 0;
    background-image: url(../image/team-img.png);
    left: 50%;
    transform: translateX(-50%);
}
.dev-gb-sec{
    position: relative;
}
section.billing-ft-sec .key-outer {
    top: inherit !important;
}
section.rcs-feature.billing-ft-sec .key-inner::after {
    right: 230px;
    top: -80px;

}
section.billing-ft-sec .key-inner {
    margin-top: 0;
}
section.billing-ft-sec .key-inner::before {
    background-image: url(../image/key-real.png);
    bottom: -80px !important;
    z-index: -1;
}
section.insight-page-case .secure-sec-cn {
    max-width: 100%;
}
section.insight-page-case  .cases-list p {
    max-width: 100%;
}
section.insight-page-case  .case-outer {
    margin-top: 40px;
    display: flex;
    gap: 20px;
}
section.insight-page-case  .case-outer .cases-list {
    width: calc(50% - 10px);
}
section.api-bill-sec {
    margin-bottom: 0 !important;
}
section.bill-hero {
    padding-bottom: 195px;
}
section.Customer-ft-sec .secure-sec-cn {
    display: block;
}
section.Customer-ft-sec .secure-sec-cn h6 {
    font-family: DM Sans;
    font-weight: 400;
    font-size: 32px;
    line-height: 42px;
    text-align: center;
    color: #0B0053;
}
section.Customer-ft-sec .secure-sec-cn h2 {
    max-width: 887px;
    margin: 0 auto 25px;
    text-align: center;
}
section.Customer-ft-sec .secure-sec-cn p {
    color: #474553;
    text-align: center;
    max-width: 898px;
    margin: 0 auto;
}
section.Customer-ft-sec .secure-sec-cn {
    position: relative;
}
section.Customer-ft-sec .secure-sec-cn::before {
    position: absolute;
    content: '';
    width: 144px;
    height: 144px;
    background-image: url(../image/rcs-layer.png);
    top: 120px;
    right: 150px;
    background-size: 120px;
    background-repeat: no-repeat;
}
section.Customer-ft-sec::after {
    top: -380px;

}
section.business-rbs .secure-sec-cn h5 {
    font-family: DM Sans;
    font-weight: 400;
    font-size: 28px;
    line-height: 40px;
    color: #0B0053;
}
section.business-rbs .secure-sec-cn p {
    font-size: 24px;
    line-height: 32px;
    color: #000000;
    max-width: 348px;
}
section.business-rbs .rbs-left img {
    left: 130px;
    bottom: 20px;
}
section.business-rbs .secure-sec-cn h4 {
    font-family: DM Sans;
    font-weight: 600;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: -3%;
    color: #7E39FF;
    margin-bottom: 31px;
}
section.business-rbs {
    padding: 160px 0px 200px 0;
}
section.business-rbs::before{
    display: none;
}
section.business-rbs ul.rbs-list {
    position: relative;
    z-index: 1;
    display: block;
    padding-left: 60px;
}
section.business-rbs ul.rbs-list li {
    width: 100%;
}
section.business-rbs ul.rbs-list li p {
    max-width: 100% !important;
}
section.business-rbs ul.rbs-list li {
    font-family: DM Sans;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -3%;
    color: #34068A;
    margin-bottom: 25px;
    position: relative;
    padding-left: 32px;
}
section.business-rbs ul.rbs-list li::after {
    position: absolute;
    content: '';
    width: 21px;
    height: 21px;
    top: 0;
    left: 0;
    background-image: url(../image/green-ar.svg);
}
section.Customer-ft-sec .secure-sec-cn::after {
    position: absolute;
    content: '';
    width: 116px;
    height: 116px;
    background-image: url(../image/rcs-layer.png);
    bottom: -47%;
    right: 0;
    background-size: 116px;
    z-index: 9;
}
section.Customer-ft-sec {
    padding-bottom: 68px !important;
}
section.business-rbs ul.rbs-list li:last-child{
    margin-bottom: 0;
}
section.business-rbs ul.rbs-list li p {
    font-weight: 400;
    margin-top: 4px;
}
section.bs-case .billing-outer {
    gap: 60px;
    justify-content: center;
}
section.case-hero {
    padding-bottom: 88px;
}
section.bs-case .billing-outer .billing-box {
    width: calc(33.33% - 40px);
    max-width: 323px;
}
section.enterprise-sec {
    padding-top: 170px;
    padding-bottom: 0 !important;
}
section.enterprise-sec .secure-sec-cn::before , section.enterprise-sec .secure-sec-cn::after{
    display: none;
}
section.enterprise-sec .secure-sec-cn h6 {
    text-align: start;
}
section.enterprise-sec .secure-sec-cn h2 {
    color: #0B0053;
    text-align: start;
}
section.enterprise-sec .secure-sec-cn {
    max-width: 100%;
    padding-left: 40px;
}
section.enterprise-sec .secure-sec-cn p {
    text-align: start;
    max-width: 500px;
    margin: inherit;
}
section.bs-case {
    position: relative;
}
section.bs-case::after {
    position: absolute;
    content: '';
    width: 72px;
    height: 72px;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(../image/percent-img.png);
}
.enter-img {
    position: relative;
    top: 20px;
    z-index: 9;
}
.enter-img::after {
    position: absolute;
    content: '';
    width: 464px;
    height: 464px;
    left: 50%;
    transform: translateX(-50%);
    top: -80px;
    background-image: url(../image/scale-img.png);
    z-index: -1;
}
section.fin-sec {
    padding: 133px 0px;
}
section.campaigns-sc {
    padding: 72px 0 50px 0px !important;
}
section.campaigns-sc .row {
    align-items: center;
}
section.conversion-sec {
    padding: 90px 0 180px 0 !important;
    background: transparent !important;
}
section.conversion-sec .billing-box {
    background: #F3EEFF;
}
section.conversion-sec .billing-box h4 {
    color: #7E39FF;
}
section.conversion-sec .billing-box span {
    color: #0B0059;
}

section.conversion-sec::after {
    width: 124px;
    height: 124px;
    background-repeat: no-repeat;
    background-size: 124px;
    background-image: url(../image/new-percent.svg);
    right: 20px;
    left: inherit;
    transform: inherit;
    bottom: inherit;
    top: 120px;
    background-repeat: no-repeat;
    z-index: -1;
}
section.key-highlighted {
    background: #EFEAFF;
    padding: 136px 0px;
    position: relative;
    z-index: 1;
}
section.key-highlighted h2 {
    color: #7E39FF;
}
.api-hr h1 {
    text-align: start;
    max-width: 552px;
    margin: 0;
}
section.api-hr {
    padding-bottom: 30px;
}
section.key-highlighted ul.rbs-list {
    padding-left: 0;

}
section.key-highlighted ul.rbs-list li {
    margin-bottom: 47px;
}
.key-highlighted-outer {
    display: flex;
    gap: 100px;
    margin-top: 50px;
}
section.faq-que-sec .acc-sec {
    padding-top: 0 !important;
}
section.faq-que-sec {
    padding: 127px 0px;
}
section.faq-que-sec .acc-sec::after{
    display: none;
}
.get-ac-outer {
    margin-top: 86px;
    position: relative;
    z-index: 1;
}
.get-ac-outer ul {
    display: flex;
    gap: 155px;
}
.get-ac-outer ul li a {
    align-items: center;
    font-family: DM Sans;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: -3%;
    color: #7E39FF;
    text-decoration: none;
    padding: 12px 16px 12px 26px;
    background: #EFEAFF;
    border-radius: 57px;
    display: flex;
    gap: 18px;
    width: max-content;
    transition: all ease .5s;
}
.get-ac-outer ul li a:hover {
    background: #0AC56C;
    color: #fff;
}
section.get-accurate .hero-content::before ,section.get-accurate .hero-content::after{
    display: none;
}
section.get-accurate {
    padding-bottom: 200px !important;
    z-index: 1;
}
.get-page {
    position: relative;
}
.get-page::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background-image: url(../image/accurte-image.png);
    background-position: top center;
}
header.header-main {
    position: relative;
    z-index: 9;
}
section.case-sd {
    position: relative;
    z-index: 1;
    padding-bottom: 43px;
}
section.case-sd .secure-sec-cn {
    max-width: 100%;
}
section.case-sd .secure-sec-cn h2 {
    text-align: center;
    margin-bottom: 0;
    color: #0B0053;
}
.ft-case h3 {
    font-family: DM Sans;
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -3%;
    color: #34068A;
    position: relative;
    z-index: 1;
    max-width: 283px;
}
.ft-case {
    padding-left: 60px;
    margin-bottom: 28px;
}
section.guides-sec {
    padding-top: 139px !important;
    padding-bottom: 50px !important;
}
section.guides-sec .row {
    align-items: center;
}
section.popular-sec {
    padding-top: 86px;
    padding-bottom: 120px;
    background: #EFEAFF;
    position: relative;
}
section.popular-sec .secure-sec-cn {
    max-width: 100%;
}
section.popular-sec .secure-sec-cn h2 {
    color: #7E39FF;
    margin-bottom: 40px;
}
section.popular-sec ul.rbs-list {
    padding-left: 0;
    display: flex;
    gap: 50px;
    flex-wrap: nowrap;
    position: relative;
}
section.popular-sec ul.rbs-list::after {
    position: absolute;
    content: '';
    width: 348px;
    height: 195px;
    top: -170px;
    right: 140px;
    background-image: url(../image/popular-shadow.png);
}
.expert-sc .camp-img img {
    width: 100%;
}
section.popular-sec ul.rbs-list li {
    margin-bottom: 0 !important;
}
section.core-sec .ft-case h3 {
    max-width: 100%;
}
section.core-sec .secure-sec-cn h6 {
    font-family: DM Sans;
    font-weight: 400;
    font-size: 28px;
    line-height: 50px;
    letter-spacing: -3%;
    color: #0B0059;
}
section.core-sec .secure-sec-cn p {
    max-width: 501px;
}
.core-upper {
    position: relative;
}
.core-upper::after {
    position: absolute;
    content: '';
    width: 348px;
    height: 195px;
    bottom: -50px;
    left: 100px;
    background-image: url(../image/digital-img.png);
}
section.grow-team {
    padding: 77px 0 91px 0px;
}
section.grow-team 
 .secure-sec-cn h6 {
    font-family: DM Sans;
    font-weight: 400;
    font-size: 32px;
    line-height: 52px;
    letter-spacing: -5%;
    text-align: center;
}
section.grow-team .secure-sec-cn p {
    max-width: 778px;
    color: #474553;
    text-align: center;
    margin: 15px auto 0;
}
section.building-sec .hero-content h1 {
    max-width: 100%;
}
section.work-with {
    background: linear-gradient(90deg, #7E39FF 0%, #34068A 100%);
    padding: 106px 0 !important;
}
section.work-with .key-content.secure-sec-cn h2 {
    color: #fff;
}
section.work-with ul.rbs-list li {
    color: #fff;
    margin-bottom: 27px;
}
.vw-open {
    margin-top: 48px;
}
.vw-open a.exp-btn {
    margin: inherit;
}
section.contact-dt {
    background: #EFEAFF;
    padding: 72px 0px;
}
.contact-dt-outer ul {
    display: flex;
    max-width: 1056px;
    margin: 0 auto;
    gap: 99px;
    justify-content: center;
}
section.work-with .key-highlighted-outer {
    margin-top: 30px;
}
section.work-with::after {
    position: absolute;
    content: '';
    width: 275px;
    height: 275px;
    bottom: -150px;
    right: 150px;
    background-image: url(../image/work-ic.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.wr-shadow {
    position: absolute;
    right: 0;
    top: 0;
}
.contact-dt-outer ul li a {
    font-family: DM Sans;
    font-weight: 400;
    font-size: 26px;
    line-height: 27px;
    letter-spacing: 0%;
    display: flex;
    align-items: center;
    gap: 25px;
    text-decoration: none;
    color: #000000;
}
.guide-img img {
    width: 100%;
}
section.popular-sec ul.rbs-list li h5 {
    font-size: 18px;
}
section.devlp-sec {
    padding-top: 0 !important;
}
.rcs-sec .banner-sc-img img {
    width: 100%;
}
.advance-sec section.popular-sec {
    background: linear-gradient(90deg, #7E39FF 0%, #34068A 100%);
}
.advance-sec section.popular-sec .secure-sec-cn h2 {
    color: #fff;
}
.advance-sec section.popular-sec  ul.rbs-list li {
    color: #fff;
}
.interactions {
    overflow: hidden;
}
section.Anywhere-sec .banner-sc-img::after{
    display: none;
}
/*sms messaging page css end*/

/*responsive start here*/

@media only screen and (max-width:1366px){
 .container {
    max-width: 95% !important;
}
.hero-section h1 {
    font-size: 50px;
    line-height: 60px;
}
.platforms h4 {
    font-size: 42px;
    line-height: 52px;
}
.platforms .icon-com {
    padding-top: 30px;
} 
.platforms {
    padding-top: 85px;
}
section.features {
    padding-bottom: 115px;
}
.deploy-sec-outer p {
    font-size: 30px;
    line-height: 42px;

}  
.customer-sec {
    padding-top: 115px;
}
.secure-sec-cn h2 {
    font-size: 42px;
    line-height: 52px;
 
}
.tabs-sec div#nav-tab {
    padding-bottom: 80px;
}
.gateway-content-left {
    padding: 80px 30px 80px 40px;
}
.running-sec {
    padding: 120px 0px;
}
.solution-sec {
    padding-bottom: 120px;
}
.secure-sec {
    padding-top: 90px;
    padding-bottom: 95px;
    background-position: bottom;
}
.transform-sec {
    padding: 110px 0px;
}
.transform-sec-outer>img {
    right: 70px;
    top: 120px;
    width: 80px;
}
section.transform-sec::after {
    background-position: center -460px;

}
.td-box h3 {
    font-size: 30px;
    line-height: 36px;
  
}
.growth-sec-left {
    margin-bottom: 80px;
}
.business-sec {
    padding: 110px 0px;

}
.footer-one {
    padding: 80px 0 80px 0;
}
footer.footer-sc {
    padding-bottom: 100px;
}
}
@media only screen and (max-width:1199px){
header .navbar-expand-lg .navbar-collapse {
    padding-left: 40px;
}
.icon-com .slick-track {
    gap: 50px;
}
section.hero-section {
    padding-top: 60px;
    padding-bottom: 100px;
}
.feature-img img {
    width: 100%;
}
.features-inner h5 {
    font-size: 20px;
    line-height: 26px;
    align-items: flex-start;
}
.features-inner h5 span {
    position: relative;
    top: 3px;
}
.platforms {
    padding-top: 65px;
}
.platforms h4 {
    font-size: 38px;
    line-height: 48px;
}
.hero-section h1 {
    font-size: 45px !important;
    line-height: 60px !important;
}
.hero-content::before {
    background-repeat: no-repeat;
    background-size: contain;
    width: 79px;
    height: 79px;
    bottom: 100px;
    left: 0;
}
.hero-img {
    top: -130px;
    right: 0px;
}
section.features {
    padding-bottom: 85px;
}
.platforms .icon {
    gap: 30px;
}
.deploy-sec {
    background-position: center;
    padding: 80px 0px;
   
}
.deploy-sec-outer p {
    font-size: 25px;
    line-height: 38px;
}
.customer-sec {
    padding-top: 85px;
}
.secure-sec-cn h2 {
    font-size: 34px;
    line-height: 43px;
}
.tabs-sec div#nav-tab button {
    padding: 30px 20px;
  
}
.button-inner h3 {
    gap: 10px;
    font-size: 18px;
    line-height: 26px;

}
.gateway-content-left {
    padding: 40px 20px 40px 30px;
}
.running-sec {
    padding: 80px 0px;
}
.solution-listing ul {
    gap: 15px;
    padding: 30px 27px 20px 27px;
}
.solution-listing ul li {
    font-size: 16px;
}
.business-sec {
    padding: 80px 0px;
}
.business-sec-left {
    width: 50%;
}
.sl-img {
    top: 122px;
}
.faq-sec button.accordion-button h2 {
    font-size: 25px !important;
    line-height: 35px;
}
.running-sec::after {
    background-repeat: no-repeat;
    width: 269px;
    height: 175px;
    top: 90px;
    left: -70px;
    background-size: contain;
}
.sl-img img {
    width: 96.2%;
}
.solution-sec {
    padding-bottom: 80px;
}
.transform-sec {
    padding: 80px 0px;
}
.transform-sec-outer h2 {
    font-size: 38px;
    line-height: 48px;
}
.transform-sec-outer>img {
    right: 10px;
    top: 110px;
    width: 70px;
}
.td-box h3 {
    font-size: 25px;
    line-height: 29px;
}
.td-box {
    padding: 20px;
}
.growth-sec-left {
    margin-bottom: 70px;
    width: 50%;
}
.growth-sec-right {
    width: 50%;
}
.growth-sec-outer {
    padding: 35px 30px 0 35px;

}
.growth-sec-right img {
    width: 100%;
}
.growth-sec {
    padding-bottom: 100px;
}
.growth-sec-outer .growth-sec-left h2 {
    margin-bottom: 20px;
}
.growth-sec-left a.exp-btn {
    margin-top: 25px;
}
.business-sec-right {
    width: 50%;
    padding: 0;
}
.footer-one {
    padding: 70px 0 70px 0;
}
footer.footer-sc {
    padding-bottom: 80px;
}
.footer-logo {
    margin-bottom: 53px;
}
section.developer-end-sec .growth-sec-outer .growth-sec-left h2 {
    font-size: 35px;
    line-height: 52px;

}
section.developer-end-sec {
    padding: 70px 0 !important;
}
}
@media only screen and (max-width:991px){

header .navbar-expand-lg .navbar-collapse {
    padding-left: 0;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background-color: #fff;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 9;
}
header ul.dropdown-menu.show a, header li.nav-item.dropdown ul.dropdown-menu a {
    padding: 10px 20px 10px 20px !important;
    background-position: 92%;

}

header .dropdown-toggle::after {
    top: 18px;
    right: 30px;
}
header button.navbar-toggler {
    outline: 0 !important;
    box-shadow: none !important;
    border: 0 !important;
    background: rgba(11, 0, 83, 1);
    border-radius: 100%;
    padding: 8px !important;
}
header li.nav-item.dropdown a {
    padding: 12px 20px 12px 20px !important;

}
header ul.dropdown-menu.show ul.submenu.dropdown-menu {
    display: block;
}
header ul.dropdown-menu.show a {
    background-position: 97%;
  
}
header ul.dropdown-menu.show {
    box-shadow: none;
    padding-bottom: 0 !important;
}
header ul.submenu.dropdown-menu {
    margin: 0;
    box-shadow: none !important;
    padding: 0px 10px !important;
}
header ul.dropdown-menu.show a::before{
    display: none;
}
header .navbar-expand-lg .navbar-collapse {
    padding-left: 0 !important;
}
header ul.navbar-nav {
    gap: 0;
}
.header-bottom {
    position: relative;
}

header span.navbar-toggler-icon {
    background-image: url(../img/hm-icon.svg);
}
body.main span.navbar-toggler-icon {
    background-image: url(../img/cross.svg);
}

header a.nav-link.dropdown-toggle.show::after {
    top: 18px;
    background-image: url(../img/hd-white-arrow.svg);
}
header li.nav-item.dropdown a:hover::after, header li.nav-item.dropdown a:focus::after {
    background-image: url(../img/hd-white-arrow.svg);
    background-repeat: no-repeat;
    background-position: 96%;
}
header .dropdown-toggle:hover::after {
    top: 18px !important;

}
header a.nav-link.dropdown-toggle.show::after {
    top: 19px;
    background-image: url(../img/wt-new.svg) !important;
}
header ul.dropdown-menu.show li a.dropdown-item {
    padding: 15px 40px;
}
header ul.navbar-nav {
    gap: 0 !important;
}
header li.nav-item.dropdown a {
    border-bottom: 1px solid #eee;
    padding: 15px 20px;
}
header li.nav-item.dropdown a:hover {
    color: #0AC56C !important;
    color: #fff;
    border-radius: 0 !important;
}
header ul.dropdown-menu.show a::before, header li.nav-item.dropdown ul.dropdown-menu a::before{
    display: none;
}
header li.nav-item.dropdown ul.dropdown-menu a.dropdown-item:focus {
    color: #0AC56C !important;
}
header li.nav-item.dropdown a:focus {
    color: #fff !important;
}
 .platforms .icon {
    row-gap: 20px;
    column-gap: 70px;
    flex-wrap: wrap;
    justify-content: center;
} 
.hero-section h1 {
    font-size: 40px;
    line-height: 50px;
}
.hero-content::before {
    width: 69px;
    height: 69px;
    bottom: 0px;
    left: -10px;
}  
section.features .col-md-4 {
    width: 100%;
}
section.features .col-md-4 {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.feature-img {
    margin: 40px auto 40px;
}
.features-inner {
    margin-bottom: 0;
}
.features-inner h5 span {
    position: relative;
    top: 2px;
}
.deploy-sec {
    padding: 70px 0px;
}
.deploy-sec-outer p {
    font-size: 22px;
    line-height: 32px;
}
.customer-sec {
    padding-top: 75px;
}
.container {
    max-width: 98% !important;
}
.tabs-sec div#nav-tab {
    gap: 10px;
    padding-bottom: 50px;

}
.tabs-sec div#nav-tab button {
    padding: 40px 10px 20px 10px;
}
.button-inner h3 img {
    width: 30px;
}
.button-inner h3 {
    gap: 7px;
    font-size: 17px;
    
}
.secure-sec-cn h2 {
    font-size: 30px;
    line-height: 33px;
}
.gateway-content-left {
    padding: 20px 20px 30px 20px;
}
.secure-sec-cn h2 {
    margin-bottom: 15px;
}
.secure-sec-cn a.exp-btn {
    margin-top: 15px;

}
.social-icon ul {
    gap: 15px;
}
section.features {
    padding-bottom: 75px;
}
.running-sec a.exp-btn {
    margin-top: 30px;
}
.faq-sec button.accordion-button {
    padding: 20px 20px 20px 20px;

}
.faq-sec .accordion-body {
    padding: 20px 20px 40px 25px;
  
}
.faq-sec .accordion-body::after {
    left: 25px;
}
.faq-outer {
    gap: 20px;
}
.sl-img {
    top: 105px;
}
.solution-listing ul li {
    font-size: 15px;
    line-height: 20px;
}
.faq-sec {
    padding-top: 20px;
}
.secure-sec-cn {
    max-width: 470px;
}
.transform-sec {
    padding: 70px 0px;
}
.transform-sec-outer h2 {
    font-size: 30px;
    line-height: 40px;
}
.transform-sec-outer>img {
    right: 10px;
    top: 90px;
    width: 60px;
}
.transform-boxes {
    gap: 15px;
    row-gap: 15px;
}
.td-box h3 {
    font-size: 22px;
    line-height: 25px;
}
.td-box {
    padding: 20px;
    width: calc(50% - 15px);
}
.business-sec-outer .secure-sec-cn h2 {
    margin-bottom: 25px;
}
.business-sec-outer .secure-sec-cn h2 br {
    display: none;
}
.header-dropdown {
    justify-content: center;
}
.faq-sec button.accordion-button {
    background-size: 23px;
}
.platforms h4 {
    font-size: 30px;
    line-height: 40px;
}
section.developer-end-sec .growth-sec-outer .growth-sec-left h2 {
    font-size: 26px;
    line-height: 36px;
}
section.developer-end-sec .growth-sec-right {
    padding-right: 0;
}
section.billing-ft-sec .key-inner::before {
    bottom: -110px !important;
}
}
@media only screen and (max-width:767px){
body section.hero-section h1 {
    font-size: 30px !important;
    line-height: 40px !important;
}
section.flex-dev .secure-sec-cn.ct-sc {
    margin-top: 0 !important;
}
section.developer-end-sec {
    padding: 50px 0 !important;
}
section.developer-end-sec .growth-sec-outer .growth-sec-left h2 {
    font-size: 24px;
    line-height: 34px;
}
header ul.dropdown-menu.show a {
    background-position: 96%;
}
section.hero-section {
    padding-top: 40px;
    padding-bottom: 80px;
}
.hero-content::after {
    background-size: contain;
    width: 42px;
    height: 42px;
    top: -6px;

}
section.hero-section p {
    font-size: 18px;
    line-height: 24.34px;


}
.features-inner p {
    font-size: 15px;
    line-height: 20.83px;
    max-width: 100%;
}
section.features .col-md-4 {
    flex-wrap: wrap;
    width: 100%;
    row-gap: 30px;
}
.feature-img {
    margin: 30px auto 30px;
}
.platforms h4 {
    font-size: 26px;
    line-height: 36px;
}
.platforms .icon-com {
    column-gap: 50px;

}
section.features {
    padding-bottom: 60px;
}
.deploy-sec {
    padding: 60px 0px;
}
.deploy-sec-outer p {
    text-align: center;
    font-size: 20px;
    line-height: 28px;
}
.customer-sec {
    padding-top: 60px;
}
.secure-sec-cn h2 {
    font-size: 26px;
    line-height: 32px;
}
.tabs-sec div#nav-tab button {
    min-width: 195px;
}
.tabs-sec div#nav-tab {
    gap: 10px;
    padding-bottom: 0;
    column-gap: 10px;
    flex-wrap: inherit;
    overflow-x: scroll;
}
.gateway-content {
    margin-top: 40px;
    flex-wrap: wrap;
}
.tabs-sec div#nav-tab::-webkit-scrollbar {
  width: 2px; /* Adjust the width to your desired value */
}
.gateway-content-left {
    width: 100%;
}
.running-sec {
    padding: 70px 0px;
}
.secure-sec-cn p {
    font-size: 16px;
  
}
.run-listing ul li a {
    padding: 12px;
    font-size: 16px;
 
}
.faq-sec .accordion-body::after {
    width: 80%;
  
}
.faq-sec button.accordion-button h2 {
    font-size: 20px !important;
    line-height: 25px;
}
.faq-sec button.accordion-button {
    gap: 10px;
}
.faq-sec button.accordion-button span {
    width: 45px;
    height: 45px;

}
.faq-sec button.accordion-button span img {
    width: 26px;
}
.faq-outer {
    flex-wrap: wrap;
    justify-content: center;
}
.faq-sec button.accordion-button {
    padding: 12px 20px 12px 20px;
}
.faq-sec .accordion-button.collapsed h2 {
    font-size: 18px !important;
}
.sl-img {
    display: none;
}

.solution-listing ul {
    gap: 15px;
    padding: 20px 32px 20px 32px;
    border: 1px solid rgba(130, 86, 255, 1);
    border-radius: 10px;
    flex-wrap: wrap;
    justify-content: inherit;
}
.solution-listing ul li {
    width: calc(50% - 7.5px);
}
.solution-listing ul li::after {
    top: 5px;
}
.faq-left h4 {
    margin-bottom: 7px;
    font-size: 18px;
}
.faq-left p {
    font-size: 15px;

}
.solution-sec {
    padding-bottom: 60px;
}
.secure-sec {
    padding-top: 60px;
    padding-bottom: 65px;

}
.transform-sec-outer h2 {
    font-size: 28px;
    line-height: 36px;
}
.transform-boxes {
    margin-top: 52px;
   
}
.transform-sec-outer p {
    font-size: 16px;
    line-height: 24px;
}
.transform-sec {
    padding: 60px 0px;
}
.transform-sec-outer>img {
    right: 10px;
    top: 60px;
    width: 50px;
}
.td-box {
    padding: 12px;
}
.td-box p {
    font-size: 16px;
    line-height: 23px;
    margin-top: 12px;
  
}
.td-box h3 {
    font-size: 20px;
    line-height: 22px;
}
.growth-sec-outer {
    padding: 35px 20px 0 20px;
    flex-wrap: wrap;
}
.growth-sec-left {
    margin-bottom: 40px;
    width: 100%;
}
.growth-sec-right {
    width: 100%;
}
.business-sec-outer {
    flex-wrap: wrap;
}
.business-sec-left {
    width: 100%;
}
.business-sec-right {
    width: 100%;
    padding: 0;
}
.business-sec-right p {
    max-width: 100%;
    font-size: 16px;
 
}
.business-sec {
    padding: 60px 0px;
}
.growth-sec {
    padding-bottom: 70px;
}
.footer-logo {
    margin-bottom: 30px;
}
footer.footer-sc .col-md-3 {
    width: 33.33%;
}
.footer-one {
    padding: 50px 0 50px 0;
}
footer.footer-sc {
    padding-bottom: 50px;
}
.language-sec::after {
    width: 104px;
    height: 104px;
    top: -40px;
    right: 180px;
    background-size: 100px;
    background-repeat: no-repeat;
}
.cases-list li h5 {
    font-size: 18px;
    line-height: 26px;
}
}
@media only screen and (max-width:575px){
 header.header-main a.navbar-brand img {
    max-width: 150px;
}
.language-sec {
    flex-wrap: wrap;
}
.hero-section h1 {
    font-size: 28px !important;
    line-height: 36px !important;
}
.hero-section h1 br {
    display: none;
}
.customer-sec {
    padding-top: 50px;
}
.deploy-sec {
    padding: 50px 0px;
}
.deploy-sec-outer p {
    font-size: 18px;
    line-height: 26px;
} 
.tabs-sec {
    padding-top: 35px;
}
.tabs-sec div#nav-tab button {
    min-width: 175px;
}
.gateway-content {
    margin-top: 30px;
}  
.running-sec {
    padding: 50px 0px;
}
.run-listing ul {
    gap: 10px;
    overflow-x: scroll;
}
.run-listing ul::-webkit-scrollbar {
  width: 2px; /* Adjust the width to your desired value */
}
.run-listing {
    margin: 25px auto 0;
}
.running-sec a.exp-btn {
    margin-top: 10px;
}
.run-listing ul li a {
    padding: 8px 20px;
    font-size: 16px;
}
.running-sec::after {
    width: 180px;
    height: 165px;
    top: 60px;
    left: -40px;
}
.secure-sec-cn h2 {
    font-size: 24px;
    line-height: 29px;
}
.solution-listing ul {
    gap: 15px;
    padding: 20px 10px 20px 30px;

}
.faq-sec button.accordion-button span {
    width: 40px;
    height: 40px;
}
.faq-sec button.accordion-button h2 {
    font-size: 18px !important;
    line-height: 23px;
    width: calc(100% - 45px);
    padding-right: 10px;
}
.faq-sec .accordion-button.collapsed h2 {
    font-size: 16px !important;
}
.solution-sec {
    padding-bottom: 40px;
}
.secure-sec {
    padding-top: 50px;
    padding-bottom: 55px;
}
.transform-boxes {
    margin-top: 30px;
}
.td-box {
    width: 100%;
}
.td-box h3 br {
    display: none;
}
.secure-sec-cn h2 , .secure-sec-cn p {
    text-align: center;
}
.secure-sec-cn h5 {
    text-align: center;
}
.secure-sec-cn a.exp-btn {
    margin: 20px auto 0;
}
.business-sec-right p {
    text-align: center;
}
footer.footer-sc .col-md-3 {
    width: 100%;
}
.footer-col h4 {
    margin-bottom: 15px;

}
.faq-left h4 {
    line-height: 22px;
    font-size: 17px;
}
.faq-sec button.accordion-button h2 br {
    display: none;
}
footer.footer-sc .row {
    row-gap: 15px;
}
.footer-one {
    padding: 50px 0 40px 0;
}
.footer-two p {
    padding: 9px 20px;
 
}
footer.footer-sc {
    padding-bottom: 40px;
}
.social-icon ul {
    margin-top: 20px;
}
.footer-logo img {
    max-width: 160px;
}
.icon-com .slick-track {
    gap: 30px;
}

}



/*sms messaging css start*/
@media only screen and (max-width:1399px){
.cases-listing ul {
  gap: 20px;

}
.cases-listing ul li h4 {
    font-size: 19px;
}
.cases-sec .sl-img img {
    width: 97%;
}
section.tabes-sec .secure-outer {
    justify-content: space-between;
}
}
@media only screen and (max-width:1366px){
.hero-section h1 {
    font-size: 50px;
    line-height: 60px;
}
section.distribute-sec {
    padding-top: 130px;    
    margin-bottom: 160px;
}
section.sms-sec {
    padding-bottom: 100px;
}
.cases-listing ul li h4 {
    font-size: 18px;
    
}
.cases-sec {
    padding-bottom: 184px;
}
.key-feature-sec {
    padding-bottom: 150px;
}
.team-growth {
    padding-top: 146px;
    padding-bottom: 144px;
}
.acc-sec {
    padding-top: 130px;

}
.acc-sec::after {
    top: 30px;
    left: -28%;
   
}
.team-growth::after {
    width: 316px;
    height: 977px;
    bottom: 0;
    right: 0;
    background-size: 100%;
}
.ready-sec {
    padding-top: 114px;
    padding-bottom: 60px;
}
.cases-sec .sl-img img {
    width: 97%;
}
section.rcs-feature .key-inner::after {
    right: 110px;

}
section.rbs-sec {
    padding: 140px 0px;
  
}
header .navbar-expand-lg .navbar-collapse {
    padding-left: 40px;
}
header ul.navbar-nav {
    gap: 30px;
}
.get-ac-outer ul {
    gap: 90px;
    justify-content: center;
}

}
@media only screen and (max-width:1199px){
.banner-sc-img img {
    width: 100%;
}
header ul.navbar-nav {
    gap: 10px;
}
section.Transform-sd .secure-sec-cn h2 br {
    display: none;
}
section.Transform-sd a.exp-btn {
    margin: inherit;
}
section.Transform-sd .growth-sec-right {
    display: flex;
    justify-content: end;
}
section.billing-sec {
    padding: 74px 0px !important;
}
.banner-sc-img::after {
    width: 460px;
    height: 460px;
    background-size: contain;
}
.billing-box h4 {
    font-size: 50px;
    line-height: 68px;

}
.distribute-sec-left {
    padding-left: 0;

}
.distribute-sec-right {
    padding-left: 20px;
}
.key-outer h4 {
    font-size: 18px;
    line-height: 22px;

}
.key-feature-sec {
    padding-bottom: 110px;
}
.cases-sec .sl-img img {
    min-height: 290px;
}
.cases-sec {
    padding-bottom: 145px;
}
.team-growth .growth-sec-left h3 {
    font-size: 30px;
    line-height: 40px;
   
}
.modals-sec {
    padding-top: 60px !important;
}
.team-growth {
    padding-top: 125px;
    padding-bottom: 125px;
}
.ready-sec {
    padding-top: 90px;
    padding-bottom: 50px;
}
.ready-sec .growth-sec-right img {
    width: auto !important;
}
.ready-sec .growth-sec-outer {
    padding: 50px 50px 50px 50px;
    align-items: center;
}
.team-growth::after {
    width: 246px;
    height: 817px;
    bottom: 130px;
    right: 0;
}
.acc-sec .accordion-item {
    padding-bottom: 15px;
}
.acc-sec 
 button.accordion-button {
    padding: 20px 15px 5px 0px;

}
section.rcs-sec .banner-sc-img::after {
    width: 460px;
    height: 460px;

}
section.rcs-feature .key-inner .key-outer {
    padding: 30px 15px 25px 15px;
}
section.rcs-feature .key-inner::after {
    right: 110px;
    width: 90px;
    height: 90px;
    background-size: contain;
    top: 50px;
}
section.rcs-feature .key-inner::before {
    left: 0;
}
section.rbs-sec {
    padding: 120px 0px;
}
section.rbs-sec .secure-sec-cn p {
    font-size: 26px;
    line-height: 37px;

}
ul.rbs-list li {
    width: 44%;
}
ul.rbs-list {
    gap: 20px;

}
.item_value.cell.shrink {
    right: 16px;
    width: 32px;
}
section.distribute-sec {
    padding-top: 90px;
    margin-bottom: 90px;
}
.form-group input {
    max-width: 157px;

}
.tabs-content h4 {
    font-size: 25px;
    line-height: 30px;

}
section.key-highlighted {
    padding: 106px 0px;

}
.get-ac-outer ul {
    gap: 40px;
}
section.get-accurate {
    padding-bottom: 150px !important;
}
section.business-rbs .secure-sec-cn h4 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 21px;
}
.ft-case h3 {
    font-size: 35px;
    line-height: 40px;
}
body section.guides-sec {
    padding-top: 80px !important;
    padding-bottom: 50px !important;
}
section.popular-sec ul.rbs-list {
    gap: 20px;
 
}
section.popular-sec ul.rbs-list li h5 br {
    display: none;
}
section.trend-sec .secure-sec-cn {
    padding-left: 0;
}
.contact-dt-outer ul {
    gap: 29px;
}
.contact-dt-outer ul li a {
    font-size: 18px;
    line-height: 27px;
    gap: 15px;

}
section.grow-team {
    padding: 71px 0 71px 0px;
}
section.grow-team 
 .secure-sec-cn h6 {
    font-size: 25px;
    line-height: 40px;

}
.billing-box {
    padding: 25px 34px 25px 34px;
}
section.enterprise-sec {
    padding-top: 130px;
    padding-bottom: 0 !important;
}
.enter-img img {
    width: 100%;
}
.camp-img img {
    max-width: 100%;
}
section.bs-case .billing-outer {
    gap: 20px;

}
.billing-box {
    padding: 20px;
}
.billing-box h4 {
    font-size: 35px;
    line-height: 50px;
}
.billing-box span {
    font-size: 17px;
    line-height: 23px;

}
section.enterprise-sec {
    padding-top: 100px;

}
section.enterprise-sec.Customer-ft-sec.secure {
    padding-bottom: 90px !important;
}
section.enterprise-sec.Customer-ft-sec.campaigns-sc {
    padding-bottom: 60px !important;
}
section.conversion-sec {
    padding: 90px 0 100px 0 !important;
    background: transparent !important;
}
}
@media only screen and (max-width:991px){
section.sms-sec h1 {
    font-size: 35px !important;
    line-height: 40px !important;
} 
.billing-box p {
    margin-bottom: 0;

}
.distribute-sec-left img {
    width: 100%;
}
.billing-box h4 {
    font-size: 40px;
    line-height: 58px;
}
.billing-outer {
    gap: 20px;
}
.key-outer h4 {
    font-size: 15px;
    line-height: 20px;
}
section.sms-sec {
    padding-bottom: 80px;
}
.banner-sc-img::after {
    width: 360px;
    height: 360px;
    background-repeat: no-repeat;
} 
.key-outer {
    width: calc(33.33% - 10px);
}
.key-inner {
    justify-content: center;
    row-gap: 70px;
}
.cases-sec .sl-img img {
    min-height: inherit;
    display: none;
}
.cases-sec .secure-sec-cn {
    justify-content: center;
    padding-left: 0;
    max-width: 100%;
    text-align: center;
    display: flex;
}
.cases-sec .secure-sec-cn h2 {
    margin-bottom: 30px;
}
.cases-listing ul {
    padding-left: 0;
    border: 1px solid rgba(130, 86, 255, 1);
    padding: 15px !important;
    border-radius: 10px;
}
.cases-listing ul li {
    width: calc(50% - 10px);
}
.key-feature-sec {
    padding-bottom: 80px;
}
.cases-sec {
    padding-bottom: 95px;
}
.team-growth .growth-sec-left h3 {
    font-size: 22px;
    line-height: 32px;
}
.team-growth  .growth-sec-left a.exp-btn {
    margin-top: 20px;
}
.acc-sec {
    padding-top: 90px;
}
.acc-sec .secure-sec-cn h2 {
    margin-bottom: 0;
}
.acc-sec::after {
    top: 0;
    left: -34%;
}
.team-growth {
    padding-top: 105px;
    padding-bottom: 105px;
}
.modals-sec .secure-sec-cn p {
    font-size: 22px;
    line-height: 32px;
}
.acc-sec 
 button.accordion-button {
    font-size: 21px;
    line-height: 36px;
    background-size: 22px;
    background-position: 97% 30px !important;
}
section.rcs-sec .banner-sc-img::after {
    width: 360px;
    height: 360px;
}
section.rcs-feature .key-inner .key-outer:nth-child(1), section.rcs-feature .key-inner .key-outer:nth-child(4) {
    top: 125px;

}
section.rcs-feature .key-inner::after {
    right: 90px;
    width: 70px;
    height: 70px;
    background-size: contain;
    top: 50px;
}
section.rcs-feature .key-inner::before {
    left: -60px;
    bottom: 50px;
}
section.rbs-sec .secure-sec-cn p {
    font-size: 20px;
    line-height: 31px;
}
section.rbs-sec {
    padding: 80px 0px;
}
.rbs-right {
    padding-left: 10px;
}
.rbs-right>p {
    font-size: 28px;
    line-height: 38px;
 
}
.rbs-right li p {
    font-size: 16px;
    line-height: 23px;

}
section.rbs-sec::before {
    width: 522px;
    height: 503px;
    top: -150px;
    right: -130px;
    background-size: contain;
}
.rbs-left img {
    left: 130px;
}
.item_bar.cell {
    height: 35px;
  
}
.progress {
    height: 35px;

}
.item_value.cell.shrink {
    right: 0;
    width: 32px;
    position: inherit;
    padding-left: 6px;
}
section.tabes-sec .secure-outer {
    justify-content: space-between;
    flex-wrap: wrap;
}
section.tabes-sec .secure-sec-cn {
    max-width: 100%;
    margin-bottom: 0;
}
section.tabes-sec .secure-sec-cn p {
    max-width: 100%;
}
.tabs-form {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}
section.key-highlighted {
    padding: 70px 0px;
}
.key-highlighted-outer {
    gap: 10px;
    margin-top: 21px;
}
section.key-highlighted ul.rbs-list li {
    margin-bottom: 27px;
}
.key-highlighted-outer {
    flex-wrap: wrap;
    gap: 0;
}
.key-left {
    margin-bottom: 27px;
}
.get-ac-outer ul {
    gap: 30px;
    flex-wrap: wrap;
}
.get-ac-outer ul li a {
    font-size: 18px;
    padding: 12px 16px 12px 20px;
    gap: 14px;
    
}
section.get-accurate {
    padding-bottom: 110px !important;
}
.get-ac-outer {
    margin-top: 56px;

}
section.business-rbs .secure-sec-cn h4 {
    font-size: 31px;
    line-height: 38px;
    margin-bottom: 14px;
}
.ft-case h3 {
    font-size: 28px;
    line-height: 28px;
}
.ft-case {
    padding-left: 30px;
    margin-bottom: 25px;
}
section.business-rbs ul.rbs-list {
    padding-left: 30px;
}
.guide-img img {
    width: 100%;
}
section.Customer-ft-sec .secure-sec-cn h6 {
    font-size: 28px;
    line-height: 40px;

}
section.popular-sec ul.rbs-list {
    padding-left: 0;
}
section.popular-sec ul.rbs-list li h5 {
    font-size: 16px !important;
}
section.popular-sec {
    padding-top: 75px;
    padding-bottom: 80px;
}
section.work-with {
    padding: 66px 0 !important;
}
section.work-with ul.rbs-list {
    padding-left: 0;
}
.contact-dt-outer ul li a img {
    width: 30px;
}
section.business-rbs ul.rbs-list li p {
    font-size: 14px;
    line-height: 24px;
}
section.business-rbs ul.rbs-list li p br {
    display: none;
}
section.guides-sec .secure-sec-cn h2 br {
    display: none;
}
section.campaigns-sc .secure-sec-cn h2 br {
    display: none;
}
section.guides-sec .secure-sec-cn p br {
    display: none;
}
section.campaigns-sc .secure-sec-cn p br {
    display: none;
}
section.Customer-ft-sec .secure-sec-cn h6 {
    font-size: 23px;
    line-height: 34px;
    margin-bottom: 10px;
}
section.business-rbs .secure-sec-cn h5 {
    font-size: 24px;
    line-height: 27px;

}
}
@media only screen and (max-width:767px){
.banner-sc-img {
    position: relative;
    margin: 30px auto 0;
    display: flex;
    justify-content: center;
} 
.banner-sc-img::after {
    width: 500px;
    height: 500px;
    background-repeat: no-repeat;
    left: 50%;
    transform: translateX(-50%);
}
.cases-listing ul li h4 {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 5px;
}
.key-feature-sec {
    padding-bottom: 70px;
}
.cases-sec {
    padding-bottom: 75px;
}
.modals-sec .secure-outer {
    flex-wrap: wrap;
    gap: 30px;
}
.modals-sec .secure-sec-cn {
    margin-bottom: 0;
    max-width: 100%;
}
.team-growth {
    padding-top: 70px;
    padding-bottom: 80px;
}
.team-growth .growth-sec-outer {
    gap: 30px;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
.team-growth .growth-sec-right, .team-growth .growth-sec-left {
    width: 100%;
    max-width: 100%;
}
.team-growth .growth-sec-left {
    margin-bottom: 0;
}
.acc-sec 
 button.accordion-button {
    font-size: 20px;
    line-height: 29px;

}
.acc-sec .accordion-body {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 0 !important;
}
.acc-sec .accordion-item {
    padding-bottom: 8px;
}
.modals-sec .secure-sec-cn p {
    font-size: 20px;
    line-height: 30px;
    max-width: 100%;
}
.ready-sec .growth-sec-outer {
    padding: 30px 20px 30px 20px;

}
.ready-sec .growth-sec-left.secure-sec-cn {
    margin-bottom: 0 !important;
    max-width: 100%;
}
.key-img {
    width: 70px;
    height: 70px;

}
.acc-sec::after {
    top: -45px;
    left: -49%;
}
.mms-feature .key-inner {
    gap: 20px;
   row-gap: 70px;

}
.mms-feature .key-inner .key-outer {
    width: calc(50% - 10px);
}

.mms-feature .key-inner .key-outer {
    width: calc(33.33% - 13.33px);
}
section.rcs-feature .key-inner .key-outer {
    width: calc(33.33% - 13.33px);

}
section.rcs-feature .key-inner .key-outer:nth-child(1), section.rcs-feature .key-inner .key-outer:nth-child(4) {
    top: 0;
}
section.rcs-feature .key-inner::after {
    right: 0;
    top: -90px;
}
section.rcs-feature .key-inner::before{
    display: none;
}
.use-cs-bg {
    margin: 60px auto 0;
}

.cases-list li p {
    max-width: 100%;
}
section.rbs-sec::after{
    display: none ;
}
.rbs-right {
    padding-left: 0;
    margin-top: 30px;
}
.acc-sec::after {
    z-index: -1;
}
.power-sec  .key-inner {
    gap: 20px;
    row-gap: 60px;

}
.power-sec .key-inner .key-outer {
    width: calc(33.33% - 13.33px);
}
.billing-box {
    width: 100%;
    padding: 25px 24px 25px 24px;
}
section.distribute-sec::after , section.distribute-sec::before{
    display: none;
}
.distribute-sec-right {
    padding-left: 0;
    padding-top: 30px;
}
.distribute-sec-right h2 br {
    display: none;
}
section.distribute-sec {
    padding-top: 70px;
    margin-bottom: 20px;
}
.form-group input {
    max-width: 220px;
}
section.Transform-sd .growth-sec-right {
    justify-content: start;
}
section.ready-sec.Transform-sd .growth-sec-outer {
    padding: 38px 22px;
}
.key-highlighted-outer li h5 {
    font-size: 18px;
}
section.api-hr {
    padding-bottom: 30px !important;
}
section.faq-que-sec {
    padding: 80px 0px;
}
.get-ac-outer ul {
    gap: 10px;
    row-gap: 20px;
}
.get-ac-outer {
    margin-top: 35px;
}
.get-ac-outer ul li a {
    font-size: 16px;
    padding: 10px 16px 10px 20px;
    gap: 14px;
}
.get-ac-outer ul li a img {
    width: 25px;
}
section.rbs-sec {
    padding: 60px 0px;
}
section.business-rbs .secure-sec-cn h4 {
    font-size: 28px;
    line-height: 38px;

}
section.real-world .secure-sec-cn {
    max-width: 100%;
}
section.business-rbs .secure-sec-cn h4 br {
    display: none;
}
section.business-rbs .secure-sec-cn  p {
    max-width: 100%;
    font-size: 18px;
    line-height: 30px;
}
.ft-case {
    padding-left: 0;
    margin-bottom: 16px;
}
.ft-case h3 {
    max-width: 100%;
}
.ft-case {
    padding-left: 0;
    margin-bottom: 16px;
    margin-top: 30px;
}
.ft-case h3 {
    font-size: 25px;
    line-height: 28px;
}
section.business-rbs ul.rbs-list {
    padding-left: 0;
}
section.business-rbs ul.rbs-list li h5 {
    font-size: 18px;
}
section.business-rbs ul.rbs-list li {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 20px;
    
}
section.guides-sec .secure-sec-cn {
    padding-left: 0;
}
section.Customer-ft-sec .secure-sec-cn h2 {
    margin: 0 auto 18px;

}
section.business-rbs ul.rbs-list {
    flex-wrap: wrap !important;
}
section.popular-sec .secure-sec-cn h2 {
    margin-bottom: 25px;
}
section.popular-sec ul.rbs-list::after {
    top: -161px;
    right: 0;

}
section.popular-sec {
    padding-top: 64px;
    padding-bottom: 55px;
}
section.building-sec .hero-content h1 br {
    display: none;
}
section.core-sec .secure-sec-cn h6 {
    font-size: 25px;

}
.core-upper::after {
    bottom: -90px;
    left: 100px;
  
}
section.grow-team {
    padding: 60px 0 60px 0px !important;
    position: relative;
}
.vw-open {
    margin-top: 28px;
}
.contact-dt-outer ul {
    gap: 20px;
    flex-wrap: wrap;
}
section.contact-dt {
    padding: 50px 0px;
}
.contact-dt-outer ul li a {
    font-size: 15px;
    line-height: 25px;
    gap: 10px;
}
section.core-sec .secure-sec-cn h6 {
    font-size: 22px;
    line-height: 30px;
}
body section.devlp-sec {
    padding-top: 0 !important;
}
.ecommerce-sec .secure-sec-cn {
    max-width: 100%;
    margin-bottom: 30px;
}
section.bs-case .billing-outer .billing-box {
    width: calc(50% - 10px);
    max-width: 100%;
}
section.bs-case .billing-outer {
    gap: 20px;
    flex-wrap: wrap;
}
.enter-img {
    top: 0;

}
section.enterprise-sec .secure-sec-cn {
    padding-left: 0;
}
section.conversion-sec {
    padding: 70px 0 70px 0 !important;
}
}

@media only screen and (max-width:575px){
.banner-sc-img::after {
    width: 460px;
    height: 460px;
 
}
section.faq-que-sec {
    padding: 60px 0px;
}
.rbs-right>p {
    font-size: 24px;
    line-height: 32px;
}
.key-outer {
    width: calc(50% - 7.5px);
}
.key-feature-sec .secure-sec-cn h2 {
    margin-bottom: 22px;
}
section.sms-sec {
    padding-bottom: 60px;
}
section.sms-sec h1 ,section.sms-sec p {
    text-align: center;
}
.sms-sec a.exp-btn {
    margin: 20px auto 0;
}
.team-growth .growth-sec-left h3 {
    text-align: center;
}
.acc-sec 
 button.accordion-button {
    font-size: 17px;
    line-height: 27px;
}
.acc-sec 
 button.accordion-button {
    background-position: 97% 23px !important;
}
.mms-feature .key-inner .key-outer {
    width: calc(50% - 10px);
}
/*.mms-feature .key-inner .key-outer {
    width: 100%;
}*/
section.rcs-feature .key-inner .key-outer {
    width: calc(50% - 10px);
}
section.rcs-md-sec .secure-sec-cn.ct-sc {
    margin-top: 0px !important;
}
section.rcs-md-sec .secure-sec-cn.ct-sc p {
    max-width: 100%;
}
.power-sec .key-inner .key-outer {
    width: calc(50% - 10px);
}
.tabs-form {
    padding: 24px 15px;
  
}
section.Transform-sd .growth-sec-right {
    justify-content: center;
}
.billing-box p {
    font-size: 16px;
    line-height: 22px;
 
}
.billing-box h4 {
    font-size: 35px;
    line-height: 58px;
}
section.insight-page-case  .case-outer .cases-list {
    width: 100%;
}
section.insight-page-case  .case-outer {
    flex-wrap: wrap;
    gap: 0;
}
section.insight-page-case  .cases-list li {
    margin-bottom: 30px;
}
.insight-page-case {
    padding: 60px 0 !important;
}
section.key-highlighted {
    padding: 55px 0px;
}
.get-ac-outer ul li a {
    font-size: 14px;
}
section.get-accurate {
    padding-bottom: 60px !important;
}
section.case-sd {
    padding-bottom: 25px;
}
section.popular-sec ul.rbs-list::after {
    top: -131px;
    right: 0;
    width: 200px;
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
}
section.business-rbs .secure-sec-cn h4 {
    text-align: center;
    font-size: 25px;
    line-height: 32px;
}
body section.guides-sec {
    padding-top: 55px !important;
    padding-bottom: 50px !important;
}
section.campaigns-sc {
    padding: 51px 0 50px 0px !important;
}
section.core-sec .secure-sec-cn h6 {
    font-size: 20px;
    line-height: 38px;
    text-align: center;
}
section.grow-team 
 .secure-sec-cn h6 {
    font-size: 22px;
    line-height: 36px;
}
.core-upper::after {
    bottom: -90px;
    left: 150px;
    background-size: contain;
    width: 200px;
    background-repeat: no-repeat;
    height: 200px;
}
.core-upper {
    overflow: hidden;
}
section.Customer-ft-sec .secure-sec-cn h6 {
    font-size: 22px;
    line-height: 32px;
}
section.Customer-ft-sec .secure-sec-cn h6 br {
    display: none;
}
.enter-img::after{
    display: none;
}
section.enterprise-sec.Customer-ft-sec.secure {
    padding-bottom: 60px !important;
}
}
@media only screen and (max-width:480px){
 .banner-sc-img::after {
    width: 320px;
    height: 320px;
}
section.grow-team {
    padding: 40px 0 40px 0px !important;
    position: relative;
}
.team-growth::after {
    width: 186px;
    height: 547px;
    bottom: 380px;
    right: 0;
    z-index: -1;
}
.use-cs-bg::before {
    right: -30px;
  
}
.key-outer {
    padding: 45px 13px 30px 13px;

} 
.ready-sec {
    padding-top: 60px;
    padding-bottom: 50px;
}
.team-growth {
    padding-top: 60px;
    padding-bottom: 60px;
}
.ready-sec {
    padding-top: 60px;
    padding-bottom: 50px;
}
.cases-sec {
    padding-bottom: 60px;
} 
.key-outer h4 {
    font-size: 16px;
    line-height: 18px;
}
.key-outer p {
    font-size: 14px;
    line-height: 17.83px;

} 
.cases-listing ul li {
    width: 100%;
}
.team-growth {
    overflow: hidden;
}
.acc-sec button.accordion-button span {
    padding-right: 17px;
}
.mms-feature .key-inner .key-outer {
    width: 100%;
}
.tabs-form::before {
    width: 238px;
    height: 250px;
    background-size: contain;
    background-repeat: no-repeat;
}
.form-group input {
    max-width: 150px;
}
.power-sec .key-inner .key-outer {
    width: 100%;
}
.dis-box {
    padding: 20px 17px 20px 15px;
}
.item_bar.cell {
    height: 28px;
}
.progress {
    height: 28px;
}
.item_label.cell.auto {
    font-size: 16px;
    line-height: 26px;
    min-width: 80px;
}
section.distribute-sec {
    padding-top: 50px;
    margin-bottom: 0px;
}
section.billing-sec {
    padding: 54px 0px !important;
}
.get-ac-outer ul li a {
    padding: 10px 14px 10px 10px;
    font-size: 12px;
}
section.bs-case .billing-outer .billing-box {
    width: 100%;
    max-width: 100%;
}
section.conversion-sec {
    padding: 50px 0 50px 0 !important;
}
}
@media only screen and (max-width:374px){
 .key-outer {
    width: 100%;
}   
section.rcs-feature .key-inner .key-outer {
    width: 100%;
}
.acc-sec::after {
    top: -45px;
    left: 10%;
    width: 100%;
}
section.rcs-sec .banner-sc-img::after {
    width: 320px;
    height: 320px;
}
.use-cs-bg::before {
    right: 0;
    width: 100px;
    height: 100px;
    background-size: contain;
}
.billing-outer {
    gap: 20px;
    flex-wrap: wrap;
}
section.key-feature-sec.power-sec {
    overflow: hidden;
}
}
/*sms messaging css end*/
.dropdown-item {
    position: relative;
}