.text-wave-500,
a.btn-explore:hover {
    color: #4338ca!important
}

.bg-ligh-bl {
    background-color: #e0e7ff
}

.max-w-xl {
    max-width: 100% !important;
}

.sign-btn {
    width: 100%!important;
    display: block;
    text-align: center;
    margin-left: 20px!important;
    max-width: 156px!important;
    padding: 8px 0!important
}

.btn-explore,
a.view-btn.sign-btn {
    margin-left: 0!important
}

.btn-common {
    background-color: #fff !important;
    color: #005fe6 !important;
    box-shadow: unset !important;
    border: 2px solid #005fe6 !important;
    transition: .5s ease-out;
}

.btn-common:hover {
    background-color: #005fe6 !important;
    color: #fff !important;
    box-shadow: unset !important;
    border: 2px solid #005fe6;
}

.border-b-4 {
    border-bottom-width: 2px;
    border-color: #f1f1f1!important
}

.logo-sec img.pb-4 {
    width: 216px;
}

.subscribr-form form {
    display: flex;
    padding-top: 15px;
}

.subscribr-form form input[type="text"] {
    padding: 10px 8px;
    background-color: unset;
    border: 1px solid grey;
    margin-right: 0;
    border-radius: 5px 0 0 5px;
    font-size: 14px;
    color: #fff;
    width: 80%;
}

.subscribr-form form input[type="button"] {
    padding: 10px 7px;
    background-color: #ffffff;
    border: 1px solid white;
    margin-right: 0;
    border-radius: 0px 5px 5px 0px;
    font-size: 14px;
    color: #000;
    border-left: 0;
    width: 30%;
}

.hero-home .wrap {
    width: 100%;
}

.hero-home h1.slide__text {
    background: -webkit-linear-gradient(322deg, #2f71f0, #773fed);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
    margin-bottom: 22px;
    min-height: 111px;
}

.hero-home button.slick-arrow {
    display: none !important;
}

.slide__inner {
    padding-bottom: 37px;
}

div#core-ad .box-explore {
    background-color: #ffffff;
    text-align: center;
    padding: 0 !important;
    box-shadow: 0px 3px 20px 10px rgba(0, 0, 0, 0.05);
    border-radius: 15px;
    overflow: hidden;
    padding: 23px 27px !important;
}

div#core-ad .box-explore p {
    background-color: unset !important;
    font-size: 18px;
    line-height: 140%;
    text-align: center;
}

div#core-ad .box-explore h3 {
    font-size: 24px;
    line-height: 30px;
    padding: 10px 0;
    padding-bottom: 23px;
    min-height: 51px;
}

.slide {
    display: none;
}

.tab-content {
    position: relative;
}

.slide img {
    width: 100%;
}

.active-tab {
    transform: translateX(0);
    -webkit-animation: moveLeft 600ms ease;
    animation: moveLeft 600ms ease;
    opacity: 1;
    display: block !important;
}

.tab-menu .tab-link {
    display: flex;
    margin-bottom: 11px;
}

.tab-menu .tab-link .ic {
    width: 8%;
    margin-right: 10px;
}

.tab-menu .tab-link .ic img {
    width: 65px;
}

.tab-menu .tab-link p {
    width: 89%;
}

.tab-menu .tab-link {
    display: flex;
    margin-bottom: 25px;
    padding: 8px 26px;
    align-items: center;
    border-radius: 17px;
    transition: .5s ease-out;
    cursor: pointer;
}

.tab-content {
    position: relative;
    padding-left: 38px;
    width: 100%;
}

.max-wid-900 {
    max-width: 1000px;
    margin: auto;
}

.tab-menu .tab-link:hover {
    background-color: #b7cce8;
    cursor: pointer;
}

li.tab-link.active-menu {
    background-color: #b7cce8;
}

@-webkit-keyframes moveLeft {
    0% {
        transform: translateX(10vw);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes moveLeft {
    0% {
        transform: translateX(10vw);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

a.btn-white {
    background-color: #fff;
    color: #0069ff;
    box-shadow: 1px 1px 1px #0048b0;
}

a.btn-white:hover {
    color: #fff;
    background-color: #0057d4;
}

.box-choose {
    display: grid;
    justify-content: center !important;
    text-align: center;
}

.box-choose .cont h3 {
    text-align: center !important;
}

.box-choose .cont .pb-20 {
    text-align: center !important;
}

.box-choose {
    display: grid;
    justify-content: center !important;
    text-align: center;
    box-shadow: 1px 1px 6px #dbe0fe;
    margin: 1%;
    width: 31.333333%;
    padding: 27px 41px;
    position: relative;
    padding-top: 44px;
}

.box-choose .cont h3 {
    text-align: center !important;
    font-size: 27px;
    text-transform: capitalize;
    font-weight: bold;
    position: relative;
    padding-bottom: 17px;
    margin-bottom: 16px;
}

.box-choose .cont p {
    text-align: center;
    font-size: 17px;
    line-height: 27px;
}

.box-choose .cont h3:after {
    content: "";
    position: absolute;
    bottom: 0;
    max-width: 110px;
    height: 2px;
    background-color: #728be5;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.box-choose .ic {
    position: absolute;
    top: -41px;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
    border: 1px solid #e0e7ff;
    display: table;
    padding: 8px 9px;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #005fe6;
    width: 76px;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-choose .ic img {
    width: 44px;
}


/* new added--06-02-2024 */

.card-shadow {
    box-shadow: 0px 3px 20px 10px rgba(0, 0, 0, 0.05);
    border-radius: 15px;
}

.medium-txt i {
    font-weight: 600;
}

@media screen and (min-width:768px) {
    .box-choose {
        width: 31.3333% !important;
        margin: 1% !important;
    }
}

@media screen and (max-width:1020px) {
    .width-sm {
        max-width: 100% !important;
    }
}

@media screen and (max-width:1020px) {
    .hero-home h1.slide__text {
        min-height: unset;
    }
}

@media screen and (max-width:992px) {
    div#core-ad .box-explore .flex {
        width: 100% !important;
        display: block;
    }
}

@media screen and (min-width:992px) {
    div#core-ad .box-explore {
        width: 31% !important;
    }
}

@media screen and (min-width: 768px) {
    .mh-500 {
        min-height: 500px !important;
        display: flex;
    }
}

.banner .hero-img {
    width: 850px !important;
}

footer .lg\:mb-0 {
    margin-left: 0
}

.text-blue {
    color: #005fe6!important
}

.count-box {
    padding: 72px 33px!important;
    justify-content: center!important;
    text-align: center!important;
    box-shadow: 0 3px 10.56px .44px rgba(0, 0, 0, .09)!important
}

a.btn-explore.sign-btn {
    padding: 14px 6px!important
}

.count-box span {
    font-size: 61px;
    color: #000;
    padding-bottom: 11px;
    display: block;
    font-weight: 800!important;
    position: relative
}

.count-box p {
    color: #0069ff;
    font-size: 17px;
    font-weight: 500
}

.copyright a,
.copyright p,
ul.dark-text li a,
ul.float-li li a,
ul.dark-text li p {
    color: #aeadad!important
}

span.txt-af-bf::after { 
    content: "ms";
    font-size: 30px;
}

span.txt-af-bf::before { 
    content: "sub-";
    font-size: 30px;
}

.count-box span:after {
    /* content: "+" */
}
.count-box span.none:after {
    content: ""
}

.count-box span.percent:after {
    content: "%"
}

.box-explore {
    padding: 29px 33px!important;
    box-shadow: 0 2px 25.76px -0.76px rgb(0 0 0 / 8%);
    border-radius: 12px;
    margin-bottom: 25px!important;
    width: 49%
}

#get_started a:hover,
a {
    transition: .5s ease-out!important
}

a.btn-explore:hover {
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity))!important;
    --tw-text-opacity: 1!important
}

.hover\:text-indigo-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity))
}

.hover\:text-wave-600:hover {
    opacity: .7
}

.group:hover .group-hover\:opacity-100,
.hover\:opacity-100:hover,
.opacity-100 {
    opacity: 1;
    background-color: #fff;
    border-color: #fff!important
}

.text-42 {
    font-size: 42px!important;
    line-height: 1.2 !important;
}

.b-bottom {
    border-bottom: 1px solid #ececec
}

ul.protocol-links {
    margin-top: 30px
}

ul.protocol-links img {
    padding-right: 20px
}

ul.protocol-links li {
    width: 50%;
    float: left;
    padding-bottom: 25px
}

div#features {
    padding: 25px 0;
    background: linear-gradient(180deg, #0369fc 30%, #4692ff 100%)
}

.features-img img {
    padding: 0 0px
}

#get_started a {
    display: inline-block;
    margin-top: 15px !important;
    box-shadow: 0 1px 2.91px .09px rgba(0, 0, 0, .2)!important
}

.subscribr-form form {
    display: flex;
}

ul.float-li li {
    width: 50%;
    padding-bottom: 10px;
    float: left
}

.w-20 {
    width: 20%!important
}

.max-w-99xl {
    max-width: 87rem;
}

.bg-image {
    position: absolute;
    top: 50%;
    right: -428px;
    transform: translate(0%, -41%);
}

@media screen and (min-width:1600px) {
    .bg-image {
        position: absolute;
        top: 50%;
        right: -310px;
        transform: translate(0%, -41%);
    }
}

@media screen and (min-width:1800px) {
    .bg-image {
        right: -169px;
    }
}

@media screen and (min-width:1700px) and (max-width:1800px) {
    .bg-image {
        right: -243px;
    }
}

@media screen and (min-width:1500px) and (max-width:1600px) {
    .bg-image {
        right: -359px;
    }
}

@media screen and (min-width:1400px) and (max-width:1500px) {
    .bg-image {
        right: -393px;
    }
}

@media screen and (min-width:1300px) and (max-width:1400px) {
    .bg-image {
        right: -438px;
    }
}

@media screen and (min-width:1020px) and (max-width:1200px) {
    .bg-image {
        position: absolute;
        top: 50%;
        right: -512px;
        transform: translate(0%, -41%);
    }
}

@media screen and (max-width:768px) {
    .bg-image {
        position: static;
        top: 50%;
        right: -428px;
        transform: translate(0px, -50px);
        text-align: center;
        display: flex;
        justify-content: center;
        padding-top:50px;
    }
}

@media screen and (min-width:768px) and (max-width:1020px) {
    .box-feature {
        margin-left: 0 !important;
    }
    /* .box-feature h3,

    .box-feature p {

        text-align: left;

    } */
    .outer-feature {
        flex-direction: column;
    }
    .box-feature {
        max-width: 47vw !important;
    }
    .bg-image {
        position: absolute;
        top: 50%;
        right: -512px;
        transform: translate(0%, -41%);
    }
}


/* .logo-sec {

    padding: 20px 20px 0 0

} */

.ic-case {
    max-width: 80px !important;
    width: 100%;
    padding-right: 10px;
}

.max-w-8xl {
    max-width: 94rem;
}

.ic-case img {
    width: 70%;
}

.copyright {
    border-top: 1px solid #28344d;
    justify-content: center;
}

.group:hover .group-hover\:bg-wave-600,
.hover\:bg-wave-600:hover {
    --tw-bg-opacity: 1;
    transition: .5s ease-out!important
}

ul.copyright .link {
    border-right: 1px solid #aeadad59;
    padding-right: 10px!important
}

.copyright p {
    padding-bottom: 5px
}

a.view-btn.sign-btn {
    max-width: unset!important;
    width: fit-content!important;
    display: flex!important;
    padding: 10px 18px!important;
    background-color: #005fe6;
}

@media screen and (max-width:1100px) {
    .main-nav {
        flex-wrap: wrap;
        justify-content: center
    }
    .main-nav nav {
        flex-wrap: wrap;
        row-gap: 14px
    }
}

@media screen and (max-width:992px) {
    .counter-outer {
        flex-wrap: wrap
    }
    div#protocols blockquote {
        justify-content: flex-end!important
    }
    div#usecases blockquote {
        justify-content: left!important
    }
}

@media screen and (min-width:1200px) {
    .ml-50 {
        margin-left: 50px!important
    }
}

@media screen and (min-width:992px) {
    .box-explore {
        width: 48%!important
    }
}

@media screen and (min-width:992px) and (max-width:1400px) {
    .xl\:text-6xl {
        font-size: 3rem!important;
        line-height: 1.2!important
    }
    .banner .flex.w-full.mb-16.lg\:w-1\/2.justify-end.lg\:mb-0 {
        justify-content: center!important
    }
    #pricing .md\:text-center {
        text-align: left!important
    }
}

@media screen and (max-width:768px) {
    div#features h2.text-4xl,
    div#protocols .pb-20 {
        padding-bottom: 0!important
    }
    div#usecases .flex.flex-col.pl-5.sm\:pr-10 {
        padding-left: 0
    }
    div#usecases .max-w-7xl.xl\:px-5.b-bottom.pb-20.mx-auto.px-8 {
        padding-left: 37px;
        padding-right: 37px;
        margin-left: 0;
        margin-right: 0;
        width: 100%
    }
    .w-full,
    ul.protocol-links li {
        width: 100%!important
    }
    .count-box span {
        font-size: 43px
    }
    .padding-mob {
        padding: 0!important
    }
    .count-box {
        padding: 50px 29px!important
    }
    .box-explore {
        padding: 24px 20px!important
    }
    header .space-y-6 {
        padding-bottom: 20px!important
    }
    div#pricing .box-explore .text-4xl {
        font-size: 25px !important
    }
    .mobile-content-box a:first-child,
    div#protocols .pt-20,
    div#usecases .pt-10 {
        padding-top: 0!important
    }
    div#usecases blockquote {
        justify-content: left!important
    }
    ul.protocol-links li {
        float: none!important;
        padding-bottom: 10px
    }
    ul.protocol-links .text-xl {
        font-size: 18px!important
    }
    div#usecasesdiv#usecases img {
        max-width: 80%!important;
        margin: 0 auto!important
    }
    div#features h2.text-2xl,
    div#get_started h2.text-2xl {
        font-size: 18px!important;
        padding-bottom: 0!important
    }
    div#features h2.text-4xl {
        font-size: 28px!important
    }
    div#features h2.text-4xl br {
        display: none
    }
    div#features .mt-12 {
        margin-top: 5px!important
    }
    div#features .pb-10 {
        padding-bottom: 10px!important
    }
    div#features .mb-10 {
        margin-bottom: 5px!important
    }
    div#get_started,
    div#protocols {
        padding: 20px
    }
    div#get_started h2.text-5xl {
        font-size: 28px
    }
    footer .px-2 {
        padding: 20px !important;
        width: 100%;
    }
    .footer_logo {
        flex-direction: column
    }
    .logo-sec {
        padding: 10px;
        margin: 0 auto
    }
    .copyright p {
        text-align: center
    }
    ul.flex.copyright {
        justify-content: center
    }
    .logo-sec ul {
        margin-top: 5px
    }
    footer .p-10 {
        padding: 1.5rem!important
    }
    ul.float-li li {
        padding-bottom: 5px;
        float: none
    }
    .footer_logo {
        padding-left: 0!important
    }
    div#protocols .max-w-3xl,
    div#usecases .max-w-3xl {
        max-width: 80%;
        margin: 0 auto
    }
    div#features {
        padding: 0 15px!important
    }
    nav.grid.row-gap-8.mobile-menu {
        padding: 0 19px
    }
    nav.grid.row-gap-8.mobile-menu .relative.h-full.select-none {
        padding: 7px 0
    }
    nav.grid.row-gap-8.mobile-menu svg {
        position: absolute;
        right: 0;
        height: 28px;
        width: 35px
    }
    .mobile-menu .dropdown-menu {
        position: static!important;
        top: 0;
        width: 100%!important;
        margin-left: 0!important;
        transform: unset!important
    }
    nav.grid.row-gap-8.mobile-menu .inline-flex.items-center.h-full {
        height: auto
    }
    .flex.h-full.mobile-content-box {
        flex-wrap: wrap
    }
    .mobile-content-box a {
        width: 100%;
        display: block;
        border-radius: 0;
        border-bottom: 1px solid #f1f1f1
    }
    .mob-menu-padding {
        padding-bottom: .55rem!important;
        border-bottom: 1px solid #f1f1f1
    }
    .flex.items-center.justify-center.mob-outer span:last-child {
        margin-left: 20px!important
    }
}

@media screen and (max-width:1300px) {
    .main-nav nav .relative.h-full.select-none {
        /* margin-left: 9px!important; */
        margin-left: 25px!important;

    }
}

@media screen and (max-width:1200px) {
    .sign-btn {
        margin-left: 8px!important;
        max-width: 86px!important;
        padding: 6px 0!important;
        font-size: 14px!important
    }
}

@media screen and (min-width:768px) and (max-width:992px) {
    .main-menu span {
        font-size: 13px
    }
    header .px-8.mx-auto.xl\:px-16.max-w-xl {
        padding-left: 1rem;
        padding-right: 1rem
    }
    header .px-8.mx-auto.xl\:px-16.max-w-xl img {
        width: 139px
    }
}

.btn-mob-log,
.btn-mob-reg,
.btn-mob-reg a {
    margin: 0!important
}

.mob-outer {
    padding-bottom: 25px
}

img {
    height: auto!important
}

.cl-black {
    color: #39393a;
}

.list-q li {
    font-size: 18px;
    color: #39393a;
    font-weight: 400;
    padding-left: 24px;
    padding-bottom: 2px;
    position: relative;
}

.list-q li:before {
    content: "";
    position: absolute;
    left: 0;
    height: 9px;
    width: 9px;
    background-color: #e0e7ff;
    top: 10px;
}

.flex-column-reverse {
    flex-direction: column-reverse;
}

.plan-box {
    border-color: rgb(229, 231, 235);
    border-style: solid;
    border-radius: 9px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 10.56px 0.44px rgba(0, 0, 0, 0.09);
    padding: 28px 36px;
    padding-bottom: 36px;
    transition: .5s ease-out;
}

.plan-box .plan-head span.font-mono.text-5xl.font-bold {
    color: rgb(57, 57, 58);
    font-weight: bold;
    font-size: 50px;
    display: block;
    text-align: center;
    transition: .5s ease-out;
}

.plan-box .plan-head span.text-lg.font-bold.text-gray-500 {
    text-align: center;
    display: block;
    color: rgb(57, 57, 58);
    font-size: 20px;
    transition: .5s ease-out;
}

.plan-name h2 {
    border-width: 2px;
    border-color: rgb(224, 231, 255);
    border-style: solid;
    border-radius: 4px;
    width: 100%;
    display: block;
    min-height: 45px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: rgb(67, 56, 202);
    font-size: 18px;
    transition: .5s ease-out;
}

.plan-body p {
    color: rgb(57, 57, 58);
    transition: .5s ease-out;
}

.plan-name {
    width: 100%;
    display: block;
    margin-right: 0 !important;
    text-align: center;
    transition: .5s ease-out;
}

.plan-btn div {
    border-radius: 4px;
    background-color: rgb(0, 95, 230);
    box-shadow: 0px 1px 2.91px 0.09px rgba(0, 0, 0, 0.2);
    font-size: 18px;
    transition: .5s ease-out;
}

.plan-box:hover {
    box-shadow: 0px 6px 10.56px 0.44px rgb(0 0 0 / 48%);
}

.plan-feat li span {
    font-size: 18px;
}

.box-outer:nth-child(2) .plan-box:hover {
    border-color: rgb(42 106 238) !important;
}


/* .plan-box:hover {

    border-width: 1px;

    border-color: rgb(229, 231, 235);

    border-style: solid;

    border-radius: 9px;

    background-image: -moz-linear-gradient( 104deg, rgb(38,100,236) 0%, rgb(54,123,243) 53%, rgb(110,74,239) 99%);

    background-image: -webkit-linear-gradient( 104deg, rgb(38,100,236) 0%, rgb(54,123,243) 53%, rgb(110,74,239) 99%);

    background-image: -ms-linear-gradient( 104deg, rgb(38,100,236) 0%, rgb(54,123,243) 53%, rgb(110,74,239) 99%);

}

.plan-box:hover .plan-head span.font-mono.text-5xl.font-bold {

    color: #fff;

}

.plan-box:hover .plan-head span.text-lg.font-bold.text-gray-500 {

    color: #fff;

}

.plan-box:hover .plan-name h2 {

    background-color: unset;

    color: #fff !important;

}

.plan-box:hover  .plan-body p

{

    color: #fff;

}

.plan-feat li span {

    color: rgb(57, 57, 58);

    font-size: 18px;

}

.plan-box:hover .plan-feat li span 

{

    color: #fff;

}

.plan-box:hover  .plan-btn div {

    background: rgb(224, 231, 255) !important;

    box-shadow: 0px 1px 2.91px 0.09px rgba(0, 0, 0, 0.2);

    color: rgb(67, 56, 202);

} */

.wid-billing.max-w-7xl {
    max-width: 90rem;
}

.outer-pln .box-outer:nth-child(2) .plan-box {
    border-width: 1px;
    border-color: rgb(229, 231, 235);
    border-style: solid;
    border-radius: 9px;
    background-image: -moz-linear-gradient( 104deg, rgb(38, 100, 236) 0%, rgb(54, 123, 243) 53%, rgb(110, 74, 239) 99%);
    background-image: -webkit-linear-gradient( 104deg, rgb(38, 100, 236) 0%, rgb(54, 123, 243) 53%, rgb(110, 74, 239) 99%);
    background-image: -ms-linear-gradient( 104deg, rgb(38, 100, 236) 0%, rgb(54, 123, 243) 53%, rgb(110, 74, 239) 99%);
}

.outer-pln .box-outer:nth-child(2) .plan-box .plan-head span.font-mono.text-5xl.font-bold {
    color: #fff;
}

.outer-pln .box-outer:nth-child(2) .plan-box .plan-head span.text-lg.font-bold.text-gray-500 {
    color: #fff;
}

.outer-pln .box-outer:nth-child(2) .plan-box .plan-name h2 {
    background-color: unset;
    color: #fff !important;
}

.outer-pln .box-outer:nth-child(2) .plan-box .plan-body p {
    color: #fff;
}

.outer-pln .box-outer:nth-child(2) .plan-feat li span {
    color: rgb(57, 57, 58);
    font-size: 18px;
}

.outer-pln .box-outer:nth-child(2) .plan-box .plan-feat li span {
    color: #fff;
}

.outer-pln .box-outer:nth-child(2) .plan-box .plan-btn div {
    background: rgb(224, 231, 255) !important;
    box-shadow: 0px 1px 2.91px 0.09px rgba(0, 0, 0, 0.2);
    color: rgb(67, 56, 202);
}

.blog-box .img-blog {
    width: 35%;
    position: relative;
}

.blog-box .cont-blog {
    width: 65%;
}

.blog-box .img-blog a {
    height: 100%;
    display: block;
}

.blog-box .img-blog a img {
    height: 100% !important;
    object-fit: cover;
    width: 100%;
}

.blog-date {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgb(0 0 0 / 47%);
    padding: 7px 14px;
    background-image: -webkit-linear-gradient(104deg, rgb(38, 100, 236) 0%, rgb(54, 123, 243) 53%, rgb(110, 74, 239) 99%);
}

.ml-3.user-blog {
    width: 100%;
    margin: 0;
}

.ml-3.user-blog p {
    color: #fff;
    display: flex;
    gap: 6px;
}

.ml-3.user-blog div {
    color: #fff;
    font-size: 13px;
}

footer.bg-gray-50 {
    background-color: unset !important;
}

@media screen and (max-width:1024px) {
    .blog-box .img-blog {
        width: 100%;
        position: relative;
    }
    .blog-box .cont-blog {
        width: 100%;
    }
}

@media screen and (min-width: 1024px) {
    .lg\:flex-row {
        flex-direction: row !important;
    }
}

body.bg-gray-50 {
    background-color: unset !important;
}

@media screen and (max-width:768px) {
    .text-42 {
        font-size: 32px!important;
        line-height: 1.2 !important;
    }
    .box-choose .cont h3 {
        font-size: 21px;
        padding-bottom: 8px;
        margin-bottom: 10px;
    }
    .box-choose {
        margin-bottom: 50px !important;
    }
    .mobile-col-reverse {
        flex-direction: column-reverse !important;
    }
    .plan-box {
        padding: 20px 24px;
        padding-bottom: 26px;
        height: auto;
    }
    .plan-box .plan-head span.font-mono.text-5xl.font-bold {
        font-size: 40px;
    }
    .plan-box .plan-head span.text-lg.font-bold.text-gray-500 {
        font-size: 18px;
    }
    .plan-body p {
        font-size: 16px;
        line-height: normal;
    }
    .plan-feat li span {
        font-size: 16px;
    }
    .outer-pln {
        margin-top: 16px;
    }
}

.single-testimonial .testimonial-box {
    padding-bottom: 20px !important;
}

.single-testimonial .testimonial-box p:before,
.single-testimonial .testimonial-box p:after {
    content: '"';
}

.single-testimonial .testimonial-box h4:before {
    content: "\2014\00A0";
}

.testimonial-box {
    display: flex;
    flex-direction: column;
    padding: 40px !important;
}

.testimonial-box img {
    display: block;
}

.testimonial-box h3 {
    font-weight: 800;
    font-size: 26px !important;
    line-height: 30px;
    letter-spacing: -0.005em;
}

.logo {
    width: 181px;
}

.testimonial-box p {
    font-size: 18px;
    line-height: 140%;
}

@media (min-width: 1000px) {
    .single-testimonial .testimonial-box {
        padding: 0px 120px !important;
        padding-bottom: 20px !important;
    }
    .single-testimonial p {
        font-size: 30px !important;
    }
    .testimonial-box img {
        margin: -100px auto 20px auto;
        width: 130px;
    }
    .single-testimonial .testimonial-box img {
        margin: -60px auto 20px auto !important;
    }
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
    .single-testimonial .testimonial-box img {
        margin: -60px auto 20px auto !important;
    }
    .single-testimonial .testi-body .max-w-md {
        max-width: 70% !important;
    }
    .single-testimonial .testimonial-box {
        padding: 0 !important;
    }
    #testimonial-boxes .w-full.max-w-md {
        margin-bottom: 80px;
    }
    #testimonial-boxes .w-full.max-w-md:last-child {
        margin-bottom: 0px !important;
    }
    .testimonial-box img {
        margin: -100px auto 20px auto;
        width: 130px;
    }
}

@media screen and (max-width:768px) {
    .single-testimonial .testimonial-box {
        padding: 30px !important;
        padding-bottom: 20px !important;
    }
    .logo {
        width: 135px;
    }
    .single-testimonial .testimonial-box img {
        margin: -70px auto 0 auto !important;
        width: 80px !important;
    }
    .single-testimonial p {
        font-size: 20px !important;
    }
    .single-testimonial h4 {
        font-size: 16px !important;
    }
    .px-8.mx-auto.pt-32.pb-12.max-w-7xl.single-testimonial {
        padding-top: 55px;
    }
    .testimonial-box {
        padding-bottom: 20px !important;
    }
    .testimonial-box img {
        margin: -80px auto 0px auto !important;
    }
    .testimonial-box .w-full.max-w-md.px-0.mx-auto.mb-6.lg\:w-1\/3.lg\:px-3.lg\:mb-0 {
        margin-bottom: 60px !important;
    }
    #testimonial-boxes .w-full.max-w-md {
        margin-bottom: 80px;
    }
    #testimonial-boxes .w-full.max-w-md:last-child {
        margin-bottom: 0px !important;
    }
    .single-testimonial {
        padding-bottom: 0px !important;
    }
    .testimonial-box {
        padding: 30px !important;
        padding-bottom: 20px !important;
    }
}

.disclaimer-text h3 {
    font-size: 18px;
}

.disclaimer-text p {
    font-size: 13px;
    line-height: 20px;
}


/*animation start*/

@-webkit-keyframes slideInUp {
    0% {
        opacity: 0;
        transform: translateY(50%);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes slideInUp {
    0% {
        opacity: 0;
        transform: translateY(50%);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

@-webkit-keyframes slideInDown {
    0% {
        opacity: 0;
        transform: translateY(-50%);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        transform: translateY(-50%);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

@-webkit-keyframes slideInleft {
    0% {
        opacity: 0;
        transform: translateX(50%);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes slideInleft {
    0% {
        opacity: 0;
        transform: translateX(50%);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

@-webkit-keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translateX(-50%);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translateX(-50%);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

@-webkit-keyframes zoomReverseIn {
    0% {
        opacity: 0;
        transform: scale(1.5);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes zoomReverseIn {
    0% {
        opacity: 0;
        transform: scale(1.5);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

@-webkit-keyframes flipInY {
    0% {
        opacity: 0;
        transform: rotateY(90deg);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes flipInY {
    0% {
        opacity: 0;
        transform: rotateY(90deg);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

[data-animation] {
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.animations-disabled,
.animations-disabled [data-animation] {
    -webkit-animation: none !important;
    animation: none !important;
    opacity: 1 !important;
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

.slideInLeft {
    -webkit-animation-name: slideInleft;
    animation-name: slideInleft;
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.fadeOut {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    animation-direction: reverse;
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

.zoomOut {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    animation-direction: reverse;
}

.zoomReverseIn {
    -webkit-animation-name: zoomReverseIn;
    animation-name: zoomReverseIn;
}

.zoomReverseOut {
    -webkit-animation-name: zoomReverseIn;
    animation-name: zoomReverseIn;
    animation-direction: reverse;
}

.flipInY {
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

.flipOutY {
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    animation-direction: reverse;
}


/*animation end*/

.terms-serv h2 {
    margin-bottom: 13px;
    margin-top: 35px;
}


/****************usecase**************/

.feat-box-out {
    display: flex;
    justify-content: space-between;
    column-gap: 0px;
    flex-wrap: wrap;
}

.feat-box-out .box-ft .ic {
    text-align: center;
    display: flex;
    justify-content: center;
    padding-bottom: 13px;
}

.feat-box-out .box-ft h3 {
    text-align: left;
    padding-bottom: 13px;
    font-size: 29px;
}

.feat-box-out .box-ft p {
    text-align: left;
}

.feat-box-out .box-ft img {
    border: 2px solid #fff;
    border-radius: 50%;
}

.box-ft {
    background-color: #f0f3ff;
    padding: 24px 25px;
    width: 49%;
    margin-bottom: 40px;
    border-radius: 17px;
    /* / border-left: 3px solid #afbded;
    / box-shadow: 0px 15px 12px #a9bbff59; */
}

@media screen and (max-width:768px) {
    .box-ft {
        background-color: #f0f3ff;
        padding: 24px 25px;
        width: 100%;
        margin-bottom: 32px;
    }
    .tab-content {
        display: none;
    }
    .tab-menu .tab-link {
        flex-wrap: wrap;
    }
    .tab-menu .tab-link {
        border: 1px solid #f6f6f6;
        margin-bottom: 32px !important;
    }
    .tab-menu .tab-link .ic {
        margin-bottom: 10px;
    }
    .tab-menu .tab-link .ic {
        width: 23%;
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .feat-box-out .box-ft h3 {
        text-align: center;
        font-size: 23px;
        line-height: normal;
    }
    .feat-box-out .box-ft p {
        text-align: center;
    }
    .subscribr-form form input[type="text"] {
        padding: 6px 13px;
        font-size: 14px;
        max-width: 170px;
    }
    .subscribr-form form input[type="button"] {
        padding: 6px 14px;
        background-color: #ffffff;
        border: 1px solid white;
        font-size: 13px;
        margin-right: 0;
    }
    .slide-btn {
        display: flex;
        align-items: center;
    }
    .slide-btn div {
        width: 48%;
        margin-top: 0;
        margin-right: 2%;
    }
    .slide-btn a {
        padding: 8px 5px;
        width: 100%;
        text-align: center;
        font-size: 14px;
    }
    .subscribr-form form {
        display: flex;
        width: 100%;
    }
    .subscribr-form form input[type="text"] {
        padding: 11px 13px;
        font-size: 14px;
        max-width: unset;
        width: 70%;
    }
    .subscribr-form form input[type="button"] {
        padding: 5px 3px;
        background-color: #ffffff;
        border: 1px solid white;
        font-size: 13px;
        margin-right: 0;
        width: 30%;
    }
}

@media screen and (min-width:1020px) and (max-width:1200px) {
    .subscribr-form form {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
    }
    .subscribr-form form input[type="text"] {
        padding: 10px 8px;
        background-color: unset;
        border: 1px solid grey;
        margin-right: 0;
        border-radius: 0;
        font-size: 14px;
        color: #fff;
        width: 100%;
        text-align: center;
    }
    .subscribr-form form input[type="button"] {
        padding: 6px 8px;
        background-color: #ffffff;
        border: 1px solid white;
        margin-right: 0;
        border-radius: 0px;
        font-size: 14px;
        color: #000;
        border-left: 0;
        width: 100%;
        margin-top: 0;
    }
}


/**********end-case***********/

.f-24 {
    font-size: 24px !important;
}

.border-3 {
    border-width: 3px;
}
div#get_started p {
    max-width: 800px;
    margin: 0 auto;
    padding-top: 15px;
}
@media screen and (min-width: 1000px) {
  div#get_started p {
    font-size: 20px !important;
}
div#get_started h2 {
    font-size: 40px !important;
}
}
@media screen and (max-width:992px) {
div#get_started h2 {
    text-align:center !important;
}
div#get_started .w-full.text-left.sm\:text-center.pb-10.fadeIn {
    text-align: center !important;
}
div#get_started p {
    font-size: 20px !important;
text-align: center !important;
}
}

div#get_started p br {
    display: none;
}


@media (max-width:767px) {
span.flex.w-full.rounded-md.shadow-sm.justify-center.signup {margin: 0!important;}
div#core-ad * {
    text-align: center !important;
    justify-content: center;
}
div#pricing p.w-full.pt-2.f-24.my-1.text-left.font-medium.text-gray-900.opacity-75.sm\:my-2.sm\:text-center.sm\:text-xl {
    text-align: center !important;
}
div#pricing h2.pt-5.text-4xl.font-extrabold.text-gray-900.lg\:text-5xl.transition-all.visible.translate-y-0.scale-100.opacity-100 {
 text-align: center !important;
}
.banner * {
    text-align: center;
    margin: 0 auto;
}
#policy h2{font-size: 28px;}
#policy h3{font-size: 22px;}
}

@media (max-width:575px) {
ul.accordion-list li h2:after {
    right: -7px !important;
    top: -7px !important;
}
.slide__inner a {
    text-align: center !important;
    width:100%;
}
}



.bg-banner{
    background: linear-gradient(to bottom, #ffffff 10%, #e1d7ff 473%);
}
.bg-unset
{
    background-color: unset !important;
}
.top-img {
    text-align: center;
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
}
.abt-api {
    box-shadow: 0px 3px 20px 10px rgba(0, 0, 0, 0.05);
    padding: 69px 62px;
    padding-top: 0;
    background-color: #fff;
    border-radius: 24px;
}
.abt-api img {
    margin-top: -144px;
}
.outer-about-api:after {
    content: "";
    position: absolute;
    top: 0;
    height: 50%;
    background-color: #f9f7ff;
    left: 0;
    width: 100%;
    right: 0;
}
.outer-about-api {
    position: relative;
    padding-top: 100px;
}
h2.text-api {
    line-height: 44px !important;
}
.abt-api p {
    line-height: 1.8;
}
.abt-api p span {
    background-color: #d4e4fb;
    padding: 1px 6px;
    font-weight: 600;
}
.btn-start
{
    display: flex;
    justify-content: center;
}
.api-security {
    background-color: #eff6fe;
    background-image: linear-gradient(to right, #F0F6FD, #D6E5FB);
    padding-left: 69px;
    border-radius: 28px;
    padding-right: 0;
}
.right-img {
    padding-right: 11px;
    margin-top: -78px
}
.right-ic {
    position: absolute;
    bottom: -36px;
    left: 32%;
    /* width: 177px; */
    z-index: 1;
    overflow: hidden;
}
.left-ic {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    top: 0;
    overflow: hidden;
}

/********tab********** */
.api-tab  .grid {
  list-style: none;
  display: flex;
}

.gc {
  box-sizing: border-box;
  display: inline-block;
  margin-right: -0.25em;
  min-height: 1px;
  padding-left: 0px;
  vertical-align: top;
}

.gc--1-of-3 {
  width: 40%;
}

.gc--2-of-3 {
  width: 60%;
}

.api-tab {
    position: relative;
    width: 100%;
}

.api-tab .menu .title {
    margin-bottom: 42px;
    color: #5b5959;
    cursor: pointer;
    position: relative;
    vertical-align: middle;
    font-weight: 600;
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
    padding-left: 23px;
    position: relative;
    font-size: 20px;
}
.api-tab .menu:before {
    height: 97%;
    content: "";
    position: absolute;
    left: 1px;
    width: 3px;
    border-left: 1px dashed #111827;
    top: 7px;
}
.api-tab .menu div.active {
    color: #000;
}

.api-tab .menu {
    position: relative;
}
.api-tab .menu div.active::after {
    background-color: #005fe6;
}

.api-tab .menu div span.light {
  height: 10px;
  width: 10px;
  position: absolute;
  top: 24px;
  left: 15px;
  background-color: #303F9F;
  border-radius: 100%;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.api-tab .menu div.active span.light {
  background-color: #FBC02D;
  left: 0;
  height: 100%;
  width: 3px;
  top: 0;
  border-radius: 0;
}

/* .api-tab .menu div.active {
  color: #FBC02D;
  padding: 15px 20px 15px 20px;
} */

ul.api-tab-list {
  position: relative;
  height: 0px;
  list-style: none;
  margin: 0;
  padding: 0;
  transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

ul.api-tab-list li {
  opacity: 0;
  transform: translateX(50px);
  position: absolute;
  list-style: none;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

ul.api-tab-list li.active {
  transition-delay: 0.3s;
  z-index: 2;
  opacity: 1;
  transform: translateX(0px);
}

ul.api-tab-list li p {
  margin: 0;
}
.api-tab .menu .title:before {
    content: "";
    position: absolute;
    left: -7px;
    width: 18px;
    height: 18px;
    /* background-color: red; */
    top: 7px;
    box-shadow: 0px 0px 9px darkgrey;
    border-radius: 50%;
    background-color: #fff;
}
.api-tab .menu  .title:after {
    content: "";
    position: absolute;
    left: -3px;
    width: 10px;
    height: 10px;
    background-color: #D3B9FF;
    border-radius: 50%;
    top: 11px;
    transition: .5s ease-in-out;
}

/********tab-end************* */
.api-pr {
    background: linear-gradient(to right, #f0f6fd 47%, #d6e5fb 100%);
    padding: 42px 74px;
    border-radius: 27px;
    padding-right: 0;
}

.api-pr  .right-img {
    padding-right: 11px;
    margin-top: -116px;
}
.api-pr  .right-img  img
{
    position: absolute;
    top: -105px;
    max-width: 776px;
    right: -18px;
}
.overview-inner {
    box-shadow: 0px 3px 20px 10px rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    padding: 59px 45px;
}
.right-content ul {
    padding-left: 42px;
}
.overview-inner .right-content li {
    margin-bottom: 15px;
    position: relative;
}
.overview-inner .right-content li:before {
    content: "";
    position: absolute;
    left: -35px;
    width: 18px;
    height: 18px;
    background-color: #005FE6;
    top: 7px;
    border-radius: 50%;
}
.overview-inner .right-content li:after {
    content: "";
    position: absolute;
    left: 0;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50%;
    top: 12px;
    left: -30px;
}
.overview-inner .right-content li {
    margin-bottom: 15px;
}
.overview-inner .right-content li {
    margin-bottom: 15px;
    text-align: left;
}
.api-pr p {
    text-align: left;
}
.api-pr .items-start {
    align-items: self-start;
}
ul.api-tab-list li p {
    margin: 0;
    text-align: left;
}
.api-security .items-center {
        align-items: baseline;
    }
    .api-security p {
    text-align: left;
}

.box-Transition {
    box-shadow: 0 0 25px rgba(0 0 0 / 12%);
    border-radius: 10px;
    padding: 40px !important;
}
.box-Transition:first-child {
    position: relative;
   
    box-shadow: unset;
    padding: 0px !important;
    padding-top: 69px !important;
}
div#features
{
    overflow: hidden;
}
@media screen and (min-width:1250px)
{
    .box-trans-outer .box-Transition:first-child
    { 
        width: 25%;
    }
    .box-Transition {
        width: 34.333%;
    }
    .box-add {
        width: 68.666% !important;
    }
    .box-add-left
    {
        width: 25% !important;
    }
}

.box-add {
    background-color: #e5effc;
    padding-top: 0;
    margin-top: 50px;
    padding: 30px !important;
    border-radius: 5px;
}

.box-Transition  .number {
    font-size: 243px;
    position: absolute;
    right: 0;
    font-weight: bold;
    top: -68px;
    right: 0;
    color: #005fe6;
    opacity: .1;
    font-family: "Poppins", sans-serif;
    display: none;
}
.box-Transition  h4
{
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 0;
    display: inline-block;
    background-color: #EEE;
    padding: 2px 12px;
    margin-bottom: 13px;
    border-radius: 5px;
}
.box-Transition h3 {
    line-height: 43px;
    font-size: 2.3rem;
    max-width: 323px;
    min-height: 122px;
}
.box-Transition p
{
    color: #000;


}
.box-Transition .first-txt
{
    font-size: 57px;
    line-height: 59px;

}
.box-add p
{
    color: #000;
}




.tab-content h2 {
    font-size: 2.1rem;
}


.sub-box {
    background-color: #f0f6fd;
    padding: 71px 82px;
    border-radius: 21px;
}
.sub-box h3 {
    font-size: 33px;
    color: #005fe6;
    font-weight: 700;
    padding-bottom: 6px;
}
.sub-box p span{
    background-color: #d4e4fb;
    font-weight: 700;
    padding: 0px 7px;
}
.sub-box p  p
{
    line-height: 31px;
}
.overview-inner.usecase {
    padding-left: 58px;
}


.bg-image.benifits {
    position: absolute;
    top: 50%;
    right: -3vw !important;
    transform: translate(0%, -46%);
    width: 565px;
}
.bg-image.benifits img.slideInLeft {
    width: 78%;
    margin: 0 0 0 auto;
}
.sub-box p {
    text-align: left;
}
.sub-box.right-sub {
    background-color: #f5f5f5;
}
.pb-10.benfit-box {
    min-height: 169px;
}
/* div#features.benifit-outer {
    padding: 110px 0;
    background: linear-gradient(180deg, #0369fc 30%, #4692ff 100%);
} */


@media screen and (min-width: 1024px) {
    .abt-api .lg\:text-5xl {
        font-size: 2.5rem;
        line-height: 1;
    }
}
@media screen and  (min-width: 1280px) {
    .abt-api p.xl\:text-xl {
        font-size: 1.22rem;

    }
}
@media screen and (max-width:1300px)
{
    .api-pr .right-img img {
    position: absolute;
    top: 42px;
    max-width: 583px;
    right: -18px;
}
}
@media screen and (min-width: 992px) and (max-width: 1400px) {
    .xl\:text-6xl {
        font-size: 2.8rem !important;
        line-height: 1.2 !important;
    }
}

@media screen  and (max-width:1300px)
{
    .abt-api {
    margin: 0 40px !important;
}
.api-security {
    margin: 0 40px !important;
}
.overview-inner {
    margin: 0 40px !important;
}
.api-pr {
    margin: 0 40px !important;
}
.data-flow
{
    margin: 0 40px !important;
}
.use-case
{
    margin: 0 40px !important;
}

}

@media screen and (min-width:1500px)
{
    .bg-image.benifits {
        position: absolute;
        top: 50%;
        right: -3vw !important;
        transform: translate(0%, -50%);
        width: 770px;
    }
}
@media screen and (min-width:1300px) and (max-width:1500px)
{
    .bg-image.benifits {
        position: absolute;
        top: 50%;
        right: -8vw !important;
        transform: translate(0%, -49%);
        width: 757px;
    }
}
@media screen and (min-width:1600px)
{
    .bg-image.benifits {
 
        right: 9vw !important;
     
    }
    .bg-image.benifits {
        right: -4vw !important;
        width: 811px;
        transform: translate(0%, -48%);
    }
}
@media screen and (min-width:1800px)
{
    .bg-image.benifits {
        right: -4vw !important;
        transform: translate(0%, -48%);
        width: 967px;
    }
}

@media screen and (max-width:992px)
{
    .api-security {
        margin: 0 40px;
        padding-top: 37px;
    }
    .api-security a {
    text-align: center;
}
.box-Transition h3 {
    line-height: 43px;
    font-size: 2rem;
    min-height: unset;
}
.box-Transition p {
    color: #000;
    text-align: left;
}
.box-Transition .number {
    right: 75px;
}
.box-add p {
    color: #000;
    text-align: left;
}

}

@media screen and (min-width:768px) and (max-width:992px)
{
    .api-pr .right-img img {
        position: absolute;
        top: 80px;
        max-width: 516px;
        right: -19px;
    
}
.api-pr {
    background: linear-gradient(to right, #f0f6fd 47%, #d6e5fb 100%);
    padding: 53px 32px;

}
.api-pr .items-start {
    align-items: self-start;
    margin-bottom: 0;
}
}
@media screen and (max-width:768px)
{
    .slider-img .hero-img {
        max-width: 465px;
        margin: 0 auto;
        height: auto !important;
        width: 100% !important;
}
.box-Transition:first-child {

    padding-top: 0px !important;
}

.hero-home {
    margin-bottom: 0 !important;
}
.abt-api img {
    margin-top: -108px;
    max-width: 240px;
}

.abt-api {

    padding: 69px 24px;
}
h2.text-api {
    line-height: 33px !important;
    font-size: 24px;
}
.top-img {

    padding-bottom: 5px;
}
.abt-api p {
    line-height: 1.8;
    padding-top: 15px;
}
.api-security {
        margin: 0 40px;
        padding-left: 0;
        padding: 31px 31px;
        flex-wrap: wrap;
    }
    .api-security .flex {
    flex-wrap: wrap !important;
}
.right-img {
    padding-right: 11px;
    margin-top: 0;
    width: 100% !important;
}
.api-security a {
    text-align: center;
}
.outer-api-security {
    padding-top: 15px;
}
.api-tab .grid {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.gc--1-of-3 {
    width: 100%;
}
.gc--2-of-3 {
    width: 100%;
}
.overview-inner {
        margin: 0 40px;
        flex-wrap: wrap;
        padding: 30px 21px;
    }
    .right-content h2 {
    font-size: 28px;
}
.gc--2-of-3 h2 {
    font-size: 28px;
}
.overview {
    padding-top: 10px;
}
.api-works {
    padding-bottom: 21px;
}
.right-content {
    margin-bottom: 14px;
}
.api-pr .right-img img {
    position: static;
}
.api-pr .right-img {
    padding-right: 0;
    margin-top: 0;
}
.api-pr {
        margin: 0 40px;
        flex-wrap: wrap;
    }
    .api-pr .right-img img {
    position: static;
    top: -105px;
    max-width: 100%;
    }
    .api-pr {
        margin: 0 40px;
        flex-wrap: wrap;
        padding: 35px 27px;
    }
    .api-pr h2 {
    font-size: 25px;
    line-height: 33px;
}
.outer-api-pr {
    padding-top: 10px;
}
.abt-api {
    margin: 0 15px !important;
}
.api-security {
    margin: 0 15px !important;
}
.overview-inner {
    margin: 0 15px !important;
}
.api-pr {
    margin: 0 15px !important;
}
.data-flow
{
    margin: 0 15px !important;
}
.pb-10.benfit-box {
    min-height: unset;
}
}
@media screen and (max-width: 768px) {
    .tab-content {
        display: block;
    }
    .gc.gc--2-of-3 {
         display: none;
       }
       .appended-content {
        padding-left: 0 !important;
        padding-top: 30px;
    }
    .appended-content h2 {
    font-size: 28px;
}
.outer-about-api {
    position: relative;
    padding-top: 8px;
}
div#features h3 {
    margin-top: 5px;
}
.box-feature {
    margin-bottom: 0px;
}
.outer-api-pr {
        padding-top: 10px;
        padding-bottom: 15px;
    }
    .outer-api-security {
        padding-top: 15px;
        padding-bottom: 22px;
    } 
    .sub-box {
    
        padding: 27px 29px;
  
    }
    .sub-box h3 {
        font-size: 24px;
   
    }
    .overview-inner.usecase {
        padding-left: 33px;
    }
    .bg-image.benifits {

        display: none;
    }
    .overview-inner.usecase {
        padding-left: 20px;
    }
    .box-Transition .number {
        font-size: 196px;
        position: absolute;
        right: 0;
        font-weight: bold;
        top: -76px;
    }   
    .box-Transition {
        position: relative;
        padding-top: 28px;
    } 
    .box-Transition .first-txt {
        font-size: 48px;
        line-height: 50px;
    }
}







