.ppts-right ul li a,
section.footer-part ul li a,
ul.foot-list li a {
    color: #000;
    text-decoration: none;
}
ul.drop-down-list-clone,
ul.drop-down-list-exch {
    right: 50% !important;
    top: 50%;
    margin-top: 28px;
}
.btn i.fa-brands.fa-skype,
.btn i.fa-brands.fa-telegram,
.btn i.fa-brands.fa-whatsapp {
    font-size: 18px;
    margin-right: 5px;
    line-height: 0;
}
* {
    margin: 0;
    padding: 0;
}
h1 {
    font-size: 48px;
}
h2 {
    font-size: 40px;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 18px;
}
p {
    font-size: 17px;
}
span {
    font-size: 18px;
}
ul li {
    list-style: var(--none);
}
.contain-width {
    max-width: 1240px;
    margin: 0 auto;
}
h2.top-notch-h3 {
    max-width: 900px !important;
    margin: 0 auto !important;
}
p.top-notch-p,
section.build-on-any-platform p {
    max-width: 900px !important;
    margin: 20px auto !important;
}
.ppts-right ul,
ul.foot-list {
    margin-bottom: 0;
}
section.header-part {
    padding: 25px 0 20px;
}
.bca-clone-text ul,
.ppts-right ul,
section.footer-part ul,
ul.foot-list,
ul.reach-us,
ul.social-contact-list {
    list-style: none;
    padding-left: 0;
}
nav.navbar.navbar-expand-sm.bg-dark.navbar-dark {
    float: right;
    background: 0 0 !important;
}
.tech-icon img {
    max-width: 40px;
}
section.cex .tablinkss h4.meta-head,
section.cex.dex .tablinksss h4.meta-head {
    padding-left: 15px !important;
}
li.nav-item.last-menu a.nav-link.menu-last:hover {
    box-shadow: 0 0 0 12px transparent;
    color: #fff;
    border-radius: 12px;
}
li.nav-item.last-menu a.nav-link.menu-last {
    color: #fff;
    position: relative;
    padding: 7px 16px;
    border: 0 solid !important;
    border-color: transparent !important;
    font-size: 16px;
    border-radius: 10px;
    font-weight: 600;
    box-shadow: 0 0 0 2px #fe5855;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    z-index: 1;
    display: inline-block;
    background: #fe5855;
}
li.nav-item.last-menu a.nav-link.menu-last::before,
li.nav-item.last-menu button.nav-link.menu-last::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background-color: #fe5855;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
li.nav-item.last-menu a.nav-link.menu-last:hover:before,
li.nav-item.last-menu button.nav-link.menu-last:hover:before {
    width: 420px;
    height: 420px;
    opacity: 1;
}
a.nav-link.menu-last,
button.nav-link.menu-last {
    z-index: 9;
}
@keyframes rotates {
    100% {
        transform: rotate(360deg);
    }
}
a.nav-link.transition-effect {
    position: relative;
}
a.nav-link.transition-effect::before {
    content: "";
    position: absolute;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    top: calc(2px / -1);
    left: calc(2px / -1);
    background: linear-gradient(to right, red 0, red 100%), linear-gradient(to top, red 50%, transparent 50%), linear-gradient(to top, red 50%, transparent 50%), linear-gradient(to right, orange 0, red 100%),
        linear-gradient(to left, orange 0, orange 100%);
    background-size: 100% 2px, 2px 200%, 2px 200%, 0 2px, 0 2px;
    background-position: 50% 100%, 0 0, 100% 0, 100% 0, 0 0;
    background-repeat: no-repeat, no-repeat;
    transition: transform 0.3s ease-in-out 0.1s, background-position 0.3s ease-in-out 0.1s, background-size 0.3s ease-in-out;
    transform: scaleX(0) rotate(0);
}
a.nav-link.transition-effect:hover::before {
    background-size: 200% 2px, 2px 400%, 2px 400%, 55% 2px, 55% 2px;
    background-position: 50% 100%, 0 100%, 100% 100%, 100% 0, 0 0;
    transform: scaleX(1) rotate(0);
    transition-delay: 0s, 0.1s, 0.1s;
}
ul.drop-down-list-clone,
ul.drop-down-list-exch {
    list-style: none;
    position: absolute;
    z-index: -99999 !important;
    transition: 0.2s ease-in-out;
    transform: translateY(0);
    opacity: 0;
    visibility: hidden;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    box-shadow: 1px 2px 5px #ccc;
}
ul.drop-down-list-clone li a,
ul.drop-down-list-exch li a {
    padding: 10px 5px;
    text-decoration: none;
    color: #000;
    font-weight: 400;
    display: block;
    border-bottom: 1px solid #ebebeb;
}
li.nav-item.drop-down-menu-clone:hover ul.drop-down-list-clone,
li.nav-item.drop-down-menu-exch:hover ul.drop-down-list-exch {
    transform: translateY(0);
    z-index: 999 !important;
    opacity: 1 !important;
    visibility: visible !important;
}
ul.drop-down-list-clone li a:hover,
ul.drop-down-list-exch li a:hover {
    background: #cc1212;
    color: #fff;
}
ul.reach-us li {
    display: inline-block;
    margin: 10px 5px;
}
ul.reach-us li a {
    font-size: 30px;
    color: #000;
}
.inteligence-img img {
    width: 70% !important;
}
.ppts-right ul li {
    display: inline-block;
    margin: 0 5px;
}
.ppts-right {
    text-align: right;
}
ul.reach-us img {
    width: 30px;
}
.foot-image img,
.page-nf-inner-img img {
    width: 100%;
}
section.page-not-found {
    padding-bottom: 150px;
}
ul.social-contact-list {
    display: flex;
    flex-direction: column;
    z-index: 999;
}
ul.social-contact-list li img {
    padding: 10px;
}
@keyframes leaves {
    0% {
        transform: scale(0.8);
    }
    100% {
        transform: scale(1.1);
    }
}
ul.social-contact-list li a {
    position: relative;
    display: block;
}
ul.social-contact-list li a::before {
    position: absolute;
    content: "";
    height: calc(73% + 16px) !important;
    width: calc(87% + -8px) !important;
    top: 0;
    left: 9px;
    border-radius: 50%;
    border: 3px solid rgba(132, 132, 164, 0.35);
    animation: 1.5s linear 0s normal none infinite focuse;
    clip-path: circle(50% at 50% 50%);
    background: #ffff;
}
.social-icons-contact-fixed.show {
    transform: translateX(0);
}
@keyframes focuse {
    0% {
        transform: scale(0.8);
        opacity: 1;
    }
    75% {
        transform: scale(1.2);
        opacity: 0;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}
ul.social-contact-list li a:first-child::before {
    border: 2px solid #0084c6 !important;
}
ul.social-contact-list li {
    display: inline-block;
    width: 75px;
    border-radius: 50%;
    text-align: center;
}
.social-icons-contact-fixed {
    position: fixed;
    bottom: 50px;
    z-index: 102;
    left: 0;
    transform: translateX(-300px);
    transition: transform 0.3s ease-in-out;
}
.social-icons-contact-fixed.show {
    transform: translateX(0);
}
.bca-clone-text p,
.bca-clone-text ul li {
    font-size: 16px !important;
}
.bca-clone-text ul {
    margin-top: 0 !important;
}
section.banner-part.index-form-sectn ul li {
    margin-bottom: 5px !important;
    margin-top: 5px;
}
.form-img {
    display: flex;
    justify-content: space-between;
}
.form-img-inner {
    margin: 20px 0;
    padding: 0 20px;
}
section.footer-part {
    background: #fce5e5;
}
section.footer-part h4 {
    font-weight: 800;
}
section.footer-part ul li {
    margin: 5px 0;
}
.foot-right {
    padding-left: 10%;
}
ul.follow-icon-list {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    align-items: center;
}
.copy-rigt-part {
    padding: 20px 0;
    margin-bottom: 0;
}
section.footer-part .contain-width {
    padding: 50px 0;
    border-top: none !important;
    border-bottom: none !important;
}
.copy-rigt-part .contain-width {
    padding-bottom: 50px !important;
}
ul.foot-links {
    margin-bottom: 0;
    display: flex;
    align-items: center;
}
form#form-help {
    padding: 20px;
    background: #f8fcff;
    border-radius: 9.062px;
    box-shadow: 8px 8px 16px rgb(255 149 149 / 20%);
    border: 20px solid #dc2626;
}
.banner-right {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.banner-part.index-form-sectn .banner-right {
    justify-content: flex-end;
}
section.banner-part.index-form-sectn .intelignce-btn {
    margin-top: 30px !important;
}
li.nav-item.last-menu button.nav-link.menu-last {
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    display: inline-block;
    color: #fff !important;
    padding: 10px 12px 10px 50px !important;
    position: relative;
    background: 0 0;
    border: none;
}
ul.drop-down-list-clone {
    margin-right: -440px;
    width: 1280px !important;
    box-shadow: none;
    padding: 10px;
    box-shadow: -1px -2px 20px #ccc;
}
ul.drop-down-list-clone li,
ul.drop-down-list-exch li {
    width: 24%;
    display: inline-block;
    padding: 5px;
}
ul.drop-down-list-exch {
    margin-right: -510px;
    width: 1420px !important;
    box-shadow: none;
    padding: 10px 5px !important;
    box-shadow: -1px -2px 20px #ccc;
}
.banner-part::before,
li.clone-close-menu-list,
li.exch-close-menu-list {
    display: none !important;
}
.common-submenu-four-block,
ul.four-block-menu {
    padding: 0;
}
.new-numeric-and-text,
ul.ces-submenus-split,
ul.four-block-menu {
    display: flex;
}
ul.four-block-menu li {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.common-submenu-four-block {
    width: 25%;
    padding: 0 8px;
}
.common-submenu-four-block h4 {
    font-size: 22px !important;
    font-weight: 600;
    margin-bottom: 20px;
    padding-top: 10px;
}
ul.four-block-menu li a {
    padding-top: 3px;
    padding-bottom: 3px;
}
ul.ces-submenus-split,
ul.ces-submenus-split ul {
    padding-left: 0;
}
ul.ces-submenus-split ul {
    padding: 0 8px;
}
ul.CES-menu.common-submenu-four-block {
    width: 40%;
}
.menu-sub-icon {
    margin: 15px 0 10px;
}
.form-block-head,
ul.drop-down-list-exch h4 {
    font-size: 22px !important;
    margin-bottom: 20px;
}
svg.menu-icon-fill path {
    fill: #ff1717 !important;
}
.form-right-part {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 800px;
}
section.footer-part .row {
    padding-top: 70px;
}
section.related-blog-posts {
    padding-top: 50px;
}
section.header-part.sticky-top {
    background: #fff;
}
ul.drop-down-list-exch .menu-sub-icon {
    padding-left: 10px;
}
ul.drop-down-list-exch h4 {
    padding-left: 10px;
    font-weight: 600;
    padding-top: 10px;
}
ul.drop-down-list-clone,
ul.drop-down-list-exch {
    background: #f1f1f1;
}
.form-block-head {
    color: #000 !important;
    letter-spacing: 1px;
    font-weight: 800 !important;
    display: inline-block;
}
@media (min-width: 601px) and (max-width: 767.98px) {
    section.footer-part .row {
        display: flex;
        flex-direction: row !important;
    }
    section.footer-part .row .col-xl-3.col-lg-3.col-md-3.col-sm-12 {
        width: 50%;
        margin-bottom: 40px;
    }
    .copy-rigt-part .col-xl-6.col-lg-6.col-md-6.col-sm-12.copy-left,
    .copy-rigt-part .col-xl-6.col-lg-6.col-md-6.col-sm-12.ppts-right {
        width: 50%;
    }
}
@media (min-width: 1200px) and (max-width: 1375.98px) {
    .contain-width {
        padding: 0 25px !important;
    }
    section {
        overflow-x: hidden;
    }
}
@media (max-width: 767.98px) {
    h2,
    h3 {
        font-size: 26px;
    }
    .perks-benfits p {
        margin-left: 0;
    }
    .faq-cls-sectns .perks-benfits h5{
        flex-direction: column;
    }
    ul.social-contact-list {
        display: flex;
        flex-direction: row;
        z-index: 999;
        margin-bottom: 5px;
    }
    .coin-fet-img-admin-bsc {
        width: 90px !important;
    }
    section.banner-part h2 {
        font-size: 20px !important;
    }
    section.banner-part.index-form-sectn {
        padding-bottom: 40px;
        padding-top: 40px;
    }
    .form-img-inner img {
        width: 100% !important;
        height: auto !important;
    }
    ul.foot-links {
        flex-direction: column;
        align-items: center !important;
        margin-bottom: 40px !important;
    }
    ul.follow-icon-list {
        flex-wrap: wrap;
        margin-top: 20px !important;
    }
    .foot-right {
        padding-left: 15px !important;
    }
    ul.follow-icon-list li img {
        height: 22px;
        padding: 2px;
    }
    ul.follow-icon-list li {
        width: auto !important;
    }
    ul.four-block-menu {
        flex-direction: column;
        width: 100%;
    }
    .common-submenu-four-block {
        width: 100% !important;
    }
    .common-submenu-four-block h4 {
        color: #fff;
        margin-bottom: 10px;
    }
    ul.ces-submenus-split {
        flex-direction: column;
    }
    .menu-sub-icon {
        margin-top: 40px;
    }
    ul.drop-down-list-exch {
        width: 100% !important;
        top: -28px !important;
        margin-right: 0;
        right: 0 !important;
    }
    ul.drop-down-list-exch li {
        width: 100%;
    }
    .new-numeric-and-text {
        display: flex;
        flex-direction: column !important;
    }
    span.numeric {
        font-size: 48px !important;
        margin-bottom: 4px !important;
    }
    .accrd-panel-body ol {
        margin-left: 0 !important;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .footspace {
        margin-top: 32px !important;
    }
    section.banner-part.index-form-sectn {
        padding-bottom: 50px;
        padding-top: 40px;
    }
    .banner-right img {
        animation: none !important;
        display: none !important;
    }
    .coin-fet-img-admin-bsc {
        width: 90px !important;
    }
    section.banner-part h2 {
        font-size: 28px !important;
    }
    ul.four-block-menu {
        flex-direction: column;
        width: 100%;
        flex-flow: wrap;
    }
    .common-submenu-four-block {
        width: 100% !important;
    }
    .common-submenu-four-block h4 {
        color: #fff;
        margin-bottom: 10px;
    }
    .menu-sub-icon {
        margin-top: 40px;
    }
    ul.ces-submenus-split {
        flex-direction: row;
    }
    ul.Defi-menu.common-submenu-four-block,
    ul.payment-gateway-scripts-menu.common-submenu-four-block,
    ul.wallet-script-menu.common-submenu-four-block {
        width: 50% !important;
    }
    ul.drop-down-list-exch {
        margin-top: 0;
        width: 100% !important;
    }
    ul.drop-down-list-exch li.exch-close-menu-list {
        width: 100%;
    }
    ul.drop-down-list-exch li {
        width: 49%;
    }
    .faq-sectn .perks-benfits p {
        padding-left: 85px !important;
    }
}
ul.social-contact-list li img {
    animation: none;
    position: relative;
    width: 55px;
    height: 55px;
}
body section.banner-part {
    padding-top: 75px !important;
    z-index: -1;
    z-index: 0;
    position: relative;
}
.banner-right img {
    animation: none !important;
}
section.related-blog-posts h6 {
    text-align: center;
    margin-bottom: 30px;
    font-weight: 600;
}
@media (max-width: 1199.98px) {
    ul.drop-down-list-clone {
        right: 50% !important;
        margin-right: -360px;
        top: 50%;
        margin-top: 0 !important;
        width: 100% !important;
        border: none;
        box-shadow: none;
        padding: 10px;
        box-shadow: -1px -2px 20px #ccc;
    }
    ul.drop-down-list-clone li {
        width: 100% !important;
    }
    ul.drop-down-list-clone li a.lastchild,
    ul.drop-down-list-exch li a.lastchild {
        border-bottom: none !important;
    }
    ul.drop-down-list-exch h4 {
        color: #fff !important;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    ul.four-block-menu {
        flex-direction: column;
        width: 100%;
    }
    .faq-sectn .perks-benfits p {
        padding-left: 85px !important;
    }
    .common-submenu-four-block {
        width: 100% !important;
    }
    .common-submenu-four-block h4 {
        color: #fff;
        margin-bottom: 10px;
    }
    ul.ces-submenus-split {
        flex-direction: column;
    }
    .menu-sub-icon {
        margin-top: 40px;
    }
    ul.four-block-menu {
        flex-flow: wrap;
    }
    ul.ces-submenus-split {
        flex-direction: row;
    }
    ul.Defi-menu.common-submenu-four-block,
    ul.payment-gateway-scripts-menu.common-submenu-four-block,
    ul.wallet-script-menu.common-submenu-four-block {
        width: 50% !important;
    }
    ul.drop-down-list-exch {
        margin-top: 0;
        width: 100% !important;
    }
    ul.drop-down-list-exch li.exch-close-menu-list {
        width: 100%;
    }
    ul.drop-down-list-exch li {
        width: 49%;
    }
}
li.nav-item.last-menu a.nav-link.menu-last span {
    font-size: 17px !important;
}
.coin-fet-img-admin-bsc img {
    width: 34px !important;
    height: 34px !important;
}
.coin-fet-img-admin-bsc {
    width: 90px !important;
}
[data-aos^="fade"][data-aos^="fade"].aos-animate {
    opacity: 1;
    transform: translateZ(0);
    animation: none !important;
}
.swiper-slide h5 {
    min-height: 45px !important;
}
.rigor-img img {
    min-height: 30px;
    margin: 0 auto;
    width: 34px !important;
    height: 45px !important;
}
section.cex .tablinkss.active {
    box-shadow: 0 0 10px 10px #f2d0d2b8;
    border-radius: 10px !important;
    padding: 14px 25px 10px;
    position: relative;
    z-index: 1;
    background: linear-gradient(183deg, #fd0b0c 0, #a50000 100%), linear-gradient(94deg, #f8fcff, #f8fcff) !important;
}
section.cex .tablinkss.active:after {
    content: "";
    position: absolute;
    border-radius: 8px !important;
    background: #fff;
    width: 97.5%;
    height: 94%;
    top: 2px;
    left: 3px;
    z-index: -1;
}
section.cex .tablinkss,
section.cex.dex .tablinksss {
    border-radius: 10px;
}
.inner-pop-up-home {
    left: 50%;
    top: 40%;
    width: 460px;
    border-radius: 25px;
    padding: 15px;
    background: #fff;
    position: absolute;
    margin-left: -200px;
}
.footspace {
    margin-top: 39px;
}
.form-img-inner img {
    height: 45px;
    width: 170px;
}
ul.follow-icon-list li img {
    width: 30px;
    height: 30px;
}
ul.foot-links img {
    width: 76px;
    height: 32px;
}
.assistance-bx {
    display: none;
    z-index: 9999;
    background-color: #fff;
    position: fixed;
    left: 43%;
    top: 40%;
    box-shadow: 0 3px 5px -1px rgb(0 0 0), 0 5px 8px 0 rgb(0 0 0), 0 1px 14px 900px rgb(0 0 0 / 70%);
    width: 460px;
    padding: 15px;
}
.assistance-bx img {
    position: absolute;
    left: 10px;
    top: -48px;
    width: 96px;
    height: 96px;
}
.assistance-bx p {
    font-size: 13px;
    text-align: left;
    line-height: 16px;
}
.btn-bottom {
    text-align: center;
    display: flex;
    justify-content: space-evenly;
    margin-top: 20px;
    padding-bottom: 10px;
}
.btn i.fa-brands.fa-telegram {
    color: #269dd8;
}
.btn-bottom span {
    color: #000;
    font-size: 16px !important;
}
div#appo-container {
    background: #000000a1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
a.btn.left.skpe-pop-btn {
    background: #00aff0;
    border-radius: 10px;
}
a.btn.left.skpe-pop-btn span,
a.btn.right.tele-pop-btn span,
a.btn.right.whats-pop-btn span {
    color: #fff;
}
a.btn.left.skpe-pop-btn i,
a.btn.right.tele-pop-btn i,
a.btn.right.whats-pop-btn i {
    color: #fff;
    position: relative;
    top: 2px;
    margin-right: 10px;
}
a.btn.right.tele-pop-btn {
    background: #269dd8;
    border-radius: 10px;
}
a.btn.right.whats-pop-btn {
    background: #178b0f;
    border-radius: 10px;
}
.inner-pop-up-home p {
    font-size: 18px !important;
    text-align: center;
    line-height: 22px;
    font-weight: 500;
}
.top-abslte {
    position: absolute;
    top: 0 !important;
}
a.btn.left,
a.btn.right {
    position: relative !important;
    width: auto !important;
    height: auto !important;
}
.assistance-bx h2,
p.lets-talk-pop-up {
    text-align: center;
    padding: 5px 0;
    margin-bottom: 1px;
    color: #000;
    font-weight: 600;
    font-size: 35px !important;
}
p.lets-talk-pop-up {
    line-height: 1.2;
}
@media (max-width: 767.98px) {
    .assistance-bx p,
    .btn-bottom {
        text-align: center !important;
    }
    .footspace {
        margin-top: -17px;
    }
    .assistance-bx img {
        left: 0 !important;
        top: -48px !important;
        width: 76px !important;
        height: 76px !important;
        position: relative;
    }
    .inner-pop-up-home {
        left: 0 !important;
        top: 50% !important;
        width: 90% !important;
        border-radius: 25px !important;
        padding: 15px !important;
        background: #fff;
        position: absolute;
        margin-left: 20px !important;
        margin-top: -220px !important;
    }
    .process-left {
        padding-top: 40px;
        position: relative;
        padding-bottom: 40px !important;
    }
    .btn-bottom a {
        margin-bottom: 15px;
    }
    .assistance-bx h2 {
        font-size: 22px !important;
    }
    .btn-bottom {
        flex-direction: column !important;
        margin: 20px 0 !important;
        display: block !important;
        padding: 20px !important;
    }
    .btn-bottom a.btn {
        margin-bottom: 10px !important;
    }
    a.btn.left,
    a.btn.right {
        position: relative !important;
        width: 45% !important;
        height: 50% !important;
    }
}
.assistance-bx .pclose {
    line-height: 30px;
    float: right;
    text-decoration: none;
    color: red !important;
    font-size: 25px;
    background: #ccc;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 6px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}
body section.terms-conditions-section ul li {
    font-size: 17px;
    list-style: disc !important;
}
.logo-opris-quote img.right-opris,
.logo-part img {
    width: 117px;
    height: 44px;
}
.index-form-sectn {
    padding-top: 80px;
}
.meta-vese-inner .tabs {
    flex-wrap: wrap;
    gap: 10px;
}
@media (max-width: 1200.98px) {
    section.stack-preferable{
        overflow-x: hidden;
    }
    section.stack-preferable .contain-width {
        padding: clamp(20px, 5vw, 40px)  !important;
    }
}
@media (max-width: 991.98px) {
    .index-form-sectn .banner-right {
        justify-content: flex-start !important;
        width: auto !important;
    }
    body section.modern-tech .tablinks h4 {
        font-size: 18px !important;
    }
    .logo-opris-quote-inner {
        position: relative !important;
        top: 0 !important;
        padding: 20px !important;
    }
    body section .row.user-features-of-binance-clone .inner-dev h5 {
        font-size: 16px;
    }
}
form#form-help input,
textarea#usermessage {
    border-bottom: 1px solid #d1d1d1 !important;
}
.banner-right img {
    bottom: 0 !important;
    right: 0;
    z-index: -1;
    width: 100% !important;
}
.primary-eat-bsc-cont p {
    margin-bottom: 30px !important;
}
.light-blue-img img,
.light-pink-img img {
    position: relative;
}
.bar-indicator.carousel-indicators2 {
    width: 50%;
    margin: 0 0 -93px;
    right: 0;
    left: auto;
    top: auto;
    bottom: 13% !important;
    position: absolute;
    display: flex;
    justify-content: center;
}
section.crypto-exchange h2.overview-cls,
section.crypto-exchange h4.overview-cls {
    max-width: 1000px;
    margin: 0 auto 40px;
}
section.bsc-scalable-architect.primary-feature-bsc h2 {
    margin-bottom: 50px;
}
.riorous-security-head h5,
section.build-on-any-platform h4 {
    font-weight: 800;
}
section.interested-to-see-bsc {
    margin-top: 0 !important;
}
section.banner-part h2 {
    margin-bottom: 20px !important;
}
section.interested-to-see-bsc h4 {
    font-size: 30px !important;
    text-align: center !important;
}
h5.top-notch-h3,
section.build-on-any-platform h4,
section.crypto-exchange h2.overview-cls,
section.interested-to-see-bsc h4 {
    font-size: 36px !important;
    text-align: center !important;
}
p.head-banner-head-hightlght,
p.head-banner-head-hightlght span {
    font-size: 60px !important;
    font-weight: 800 !important;
    margin-bottom: 20px !important;
    line-height: 60px !important;
}
p.head-banner-head-hightlght span {
    color: #cc1212;
}
.own-your-crypto-left h3 {
    color: #fff;
    font-size: 32px !important;
}
.explore-the-benefits .process-right h5 {
    font-size: 36px !important;
    font-weight: 800 !important;
    margin-bottom: 20px !important;
}
.faq-cls-sectns .perks-benfits h5 {
    display: flex;
    font-weight: 800;
    font-size: 18px !important;
    text-align: left !important;
}
section.related-blog-posts .inner-block-blog .post-title a h6 {
    font-size: 20px !important;
    color: #000;
    font-weight: 600;
    line-height: 30px;
    min-height: 90px;
}
.post-title h6:hover {
    text-decoration: underline;
}
.explore-the-benefits .process-right h5,
h5.top-notch-h3,
section.build-on-any-platform h4,
section.crypto-exchange h2.overview-cls,
section.dev-servce h3,
section.endores h2,
section.modern-tech h3 {
    color: #000;
    font-weight: 600;
    font-size: 36px !important;
}
@media (min-width: 768) and (max-width: 991.98px) {
    .faq-sectn .perks-benfits .accrd-panel-body p,
    .faq-sectn .perks-benfits p.icon-tab,
    p.icon-tab {
        margin-top: 20px !important;
    }
    .process-right {
        padding-left: 0 !important;
    }
    .explore-the-benefits .process-right h5,
    .interested-to-see-bsc h4,
    .riorous-security-head h5,
    h2.bybit-title,
    h5.top-notch-h3,
    section.Web3-0.sbap .contain-width .develop-service h4,
    section.build-on-any-platform .contain-width h5,
    section.build-on-any-platform .inner-block-build h3,
    section.build-on-any-platform h4,
    section.capitlize-dynamic h5,
    section.cex .contain-width .row.desktop-clone-script-build h4,
    section.crypto-exchange .contain-width h4.overview-cls,
    section.crypto-exchange h2.overview-cls,
    section.crypto-exchange.py-5 h5.overview-cls,
    section.dev-servce h3,
    section.dev-servce-feature .contain-width h4,
    section.dev-servce-feature h5,
    section.dev-servce.dev-servce-feature.py-md-0 .contain-width h4,
    section.endores .contain-width h4,
    section.endores h2,
    section.faq-sectn .contain-width h5,
    section.gateway-development-services h5,
    section.interested-to-see-bsc .contain-width h2,
    section.interested-to-see-bsc h5,
    section.methodology-metamask-wallet .contain-width h4,
    section.modern-tech h3,
    section.next-gen h4.overview-cls,
    section.prefer-binance-script .contain-width h4,
    section.prefer-binance-script h5,
    section.related-blog-posts .contain-width h6,
    section.top-industries .contain-width h4,
    section.top-industries h5,
    section.top-notch h3.top-notch-h3,
    section.top-notch h4.top-notch-h3,
    section.user-features-section.dev-servce.dev-servce-feature h4 {
        color: #000;
        font-weight: 600;
        font-size: 35px !important;
    }
    .row.mobile-clone-script-build section.faq-sectn {
        display: block !important;
    }
}
@media (max-width: 767.98px) {
    .top-notch-main-img img {
        width: 20% !important;
    }
    .faq-sectn .perks-benfits .accrd-panel-body p,
    p.icon-tab {
        margin-top: 20px !important;
    }
    section.top-notch {
        padding-top: 30px !important;
    }
    section.banner-part p.head-banner-head-hightlght,
    section.banner-part p.head-banner-head-hightlght span {
        font-size: 30px !important;
        line-height: 30px !important;
    }
    .riorous-security-head .contain-width h5,
    h2.overview-cls,
    h5.top-notch-h3,
    section.bsc-scalable-architect.primary-feature-bsc h2,
    section.build-on-any-platform h4,
    section.crypto-exchange h2.overview-cls,
    section.interested-to-see-bsc h4,
    section.key-feature.serv h2,
    section.opris-integration h2,
    section.softwre-potrait h2,
    section.stack-preferable h2,
    section.tech-stack h2,
    span.h2-span {
        font-size: 26px !important;
        text-align: center !important;
        line-height: 1.2 !important;
    }
    h5.top-notch-h3 {
        padding-bottom: 20px;
        margin-bottom: 30px;
    }
    .crypto-exchange {
        padding-top: 20px !important;
    }
    .explore-the-benefits .process-right h5,
    .interested-to-see-bsc h4,
    .riorous-security-head h5,
    h2.bybit-title,
    h5.top-notch-h3,
    section.Web3-0.sbap .contain-width .develop-service h4,
    section.bsc-scalable-architect.primary-feature-bsc h3.overview-cls,
    section.build-on-any-platform .contain-width h5,
    section.build-on-any-platform .inner-block-build h3,
    section.capitlize-dynamic h5,
    section.cex .contain-width .row.desktop-clone-script-build h4,
    section.crypto-exchange .contain-width h4.overview-cls,
    section.crypto-exchange.py-5 h5.overview-cls,
    section.dev-servce-feature .contain-width h4,
    section.dev-servce-feature h5,
    section.dev-servce.dev-servce-feature.py-md-0 .contain-width h4,
    section.endores .contain-width h4,
    section.faq-sectn .contain-width h5,
    section.gateway-development-services h5,
    section.interested-to-see-bsc .contain-width h2,
    section.interested-to-see-bsc .contain-width h5,
    section.methodology-metamask-wallet .contain-width h4,
    section.modern-tech .contain-width h3,
    section.next-gen h4.overview-cls,
    section.prefer-binance-script .contain-width h4,
    section.prefer-binance-script h5,
    section.related-blog-posts .contain-width h6,
    section.top-industries .contain-width h4,
    section.top-industries h5,
    section.top-notch h3.top-notch-h3,
    section.top-notch h4.top-notch-h3,
    section.user-features-section.dev-servce.dev-servce-feature h4 {
        font-size: 26px !important;
    }
    section.banner-part .para-banner-button p {
        color: #090808;
        font-size: 16px !important;
        line-height: 1.9;
    }
    section.banner-part .banner-right img {
        position: relative !important;
        width: 100% !important;
    }
    .row.mobile-clone-script-build section.faq-sectn {
        display: block !important;
    }
    .para-banner-button .tick-img-banner img {
        width: 36px !important;
        height: 30px !important;
    }
    body.bybit h3.bybit-title,
    body.bybit h4.bybit-title,
    body.bybit h5.bybit-title {
        line-height: 29px !important;
        font-size: 26px !important;
    }
    body.bybit .proc-dev {
        margin-left: 0 !important;
        display: flex;
    }
    .crypto-exchange-right::before {
        display: none;
    }
    .intelignce-btn.d-flex.justify-content-center {
        flex-direction: column !important;
    }
}
.faq-sectn .perks-benfits p {
    font-size: 16px !important;
}
@media (min-width: 1200px) and (max-width: 2560px) {
    .swiper-backface-hidden .swiper-slide {
        width: 31% !important;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .swiper-slide {
        width: 31% !important;
    }
    .banner-right img {
        position: absolute;
        right: 0;
        z-index: -1;
        width: 120% !important;
        top: 0;
        height: 100%;
    }
    section.process-coin.explore-the-benefits .process-left {
        padding-top: 33rem !important;
        padding-bottom: 33rem !important;
    }
}
@media (min-width: 1200px) and (max-width: 1400px) {
    .banner-right img {
        position: absolute;
        bottom: -278px !important;
        right: 0;
        z-index: -1;
        width: 60% !important;
        top: 0;
    }
}
@media (min-width: 1401px) and (max-width: 1859.98px) {
    .banner-right img {
        position: absolute;
        bottom: -278px !important;
        right: 0;
        z-index: -1;
        width: 60% !important;
        top: 0;
    }
    .banner-right.pax img {
        width: 63% !important;
    }
}
@media (min-width: 1860px) and (max-width: 2560px) {
    .banner-right img {
        position: absolute;
        bottom: -278px !important;
        right: 0;
        z-index: -1;
        width: 47% !important;
        top: 0;
    }
}
@media (min-width: 1025px) {
    section.process-coin.explore-the-benefits .process-left {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }
}
.post-img img {
    width: 100% !important;
    height: 100% !important;
}
section.interested-to-see-bsc .intelignce-btn ul {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}
.riorous-security-head .contain-width h5,
h5.steps,
section.build-on-any-platform h5 {
    font-size: 36px !important;
    font-weight: 800 !important;
}
section.build-on-any-platform .inner-block-build h5,
section.process-coin.explore-the-benefits .light-blue-cont h5,
section.process-coin.explore-the-benefits .light-pink-cont h5 {
    font-size: 22px !important;
    font-weight: 800 !important;
}
p.stack-con {
    font-size: 20px !important;
    text-align: center;
}
section.footer-part ul li a {
    white-space: nowrap;
}
.light-blue-cont h5,
.light-pink-cont h5 {
    text-align: left !important;
}
form#form-help input,
textarea#usermessage {
    border-bottom: 1px solid #d1d1d1 !important;
}
.banner-right {
    justify-content: right !important;
    width: auto !important;
}
form#form-help {
    background: #fff !important;
}
ul.follow-icon-list li:last-child img {
    width: 39px !important;
    max-width: 120px;
}
.business-overwhelm-inner h3 {
    font-size: 25px !important;
}
.get-started a,
section.build-on-any-platform .inner-block-build h4 {
    font-size: 20px !important;
    font-weight: 600;
}
.interested-to-see-bsc h4,
.riorous-security-head h5,
h3.top-notch-h3,
h4.top-notch-h3,
section.Web3-0.sbap .develop-service h4,
section.bsc-scalable-architect.primary-feature-bsc h3,
section.build-on-any-platform .inner-block-build h3,
section.build-on-any-platform h5,
section.capitlize-dynamic h5,
section.cex .row.desktop-clone-script-build h4,
section.crypto-exchange h4.overview-cls,
section.crypto-exchange.py-5 h5,
section.dev-servce-feature h4,
section.dev-servce.dev-servce-feature h4,
section.dev-servce.dev-servce-feature.py-md-0 h4,
section.endores h4,
section.faq-sectn h5,
section.gateway-development-services h5,
section.interested-to-see-bsc h2,
section.interested-to-see-bsc h5,
section.methodology-metamask-wallet h4,
section.next-gen h4,
section.prefer-binance-script h4,
section.prefer-binance-script h5,
section.related-blog-posts h6,
section.top-industries h4,
section.top-industries h5 {
    font-size: 36px !important;
    font-weight: 800 !important;
    text-align: center !important;
}
.explore-the-benefits .process-right h5,
.riorous-security-head h5,
section.cex .row.desktop-clone-script-build h4,
section.gateway-development-services h5 {
    text-align: left !important;
}
h3.top-notch-h3,
h4.top-notch-h3 {
    max-width: 690px !important;
    margin: 0 auto 20px;
}
.business-overwhelm .business-overwhelm-inner h3 {
    margin-bottom: 16px;
}
section.bsc-scalable-architect.primary-feature-bsc .primary-eat-bsc-cont h3 {
    font-size: 24px !important;
    font-weight: 600;
    text-align: left !important;
}
section.build-on-any-platform h5 {
    max-width: 650px;
    margin: 0 auto;
}
section.dev-servce-feature h4 {
    max-width: 730px;
    margin: 0 auto;
}
.row.admin-features-of-binance-clone .inner-dev h5 {
    font-size: 20px !important;
    font-weight: 400 !important;
}
section.user-features-section h4 {
    margin-bottom: 40px;
}
section.interested-to-see-bsc h3,
section.interested-to-see-bsc h4 {
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px;
}
.right-detail a {
    color: #cc1212 !important;
    font-size: 18px;
}
.detail-desc p {
    color: #000 !important;
}
.row.mobile-clone-script-build section.faq-sectn {
    display: none;
}
.row.mobile-clone-script-build section.faq-sectn h4 {
    text-align: center;
    font-weight: 800;
    margin-bottom: 40px;
}
.row.user-features-of-binance-clone .inner-dev h5 {
    font-size: 20px !important;
    font-weight: 400 !important;
}
.desktop-token-three-ways .meta-vese-inner.card-tab .tabs.card .tablinks.active h4 {
    color: #fff !important;
}
section.cex button.tablinkss h4.meta-head,
section.cex.dex button.tablinksss h4.meta-head {
    margin-bottom: 0;
    text-align: left;
    font-size: 16px !important;
    font-weight: 800 !important;
    letter-spacing: 1px;
    padding-left: 10px;
    padding-top: 10px;
}
li.nav-item.last-menu a.nav-link.menu-last span {
    font-size: 17px !important;
    white-space: nowrap !important;
}
.content-text h5 {
    font-size: 23px !important;
    font-weight: 700;
    line-height: 22px;
}
body.bybit h3.bybit-title,
body.bybit h4.bybit-title,
body.bybit h5.bybit-title {
    font-size: 36px !important;
    font-weight: 700;
    line-height: 49px;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 10px;
}
.features-content-block.card h5.card-title,
body.bybit section.futuristic-features h4.card-title {
    padding-top: 20px;
    font-size: 20px !important;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
}
.ai-inner-content h4 {
    font-weight: 700 !important;
    font-size: 28px !important;
}
.right-detail-img img {
    width: 207px;
    height: 207px;
}
.card-title.d-flex h5 {
    font-size: 20px;
    line-height: 25px;
    text-align: center !important;
    color: rgba(0, 0, 0, 0.75);
    margin: 0 auto 20px;
    font-weight: 700;
}
.light-blue-cont::before,
.light-pink-cont::before {
    left: -8px !important;
}
.proc-dev {
    left: 0;
}
section.endores h5.meta-head {
    white-space: nowrap;
}
.timeline ul li h5 {
    padding: 0;
    margin: 0;
    font-style: normal;
    font-weight: 600;
    font-size: 20px !important;
    line-height: 26px;
    color: #000;
}
.timeline ul li:nth-child(2n) {
    float: none !important;
}
body .primary-eat-bsc-cont h4 {
    font-size: clamp(22px, 5vw, 26px) !important;
}
