body.new_inner_pages {
    font-family: Roboto, sans-serif !important;
    font-weight: 400;
    color: #370C74 !important;
}

/* common */
.h2tag {
    font-size: 54px !important;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 72px;
}

.paratag {
    font-size: 18px;
    margin-bottom: 15px;
}

.h5tag {
    font-weight: bold;
    font-size: 24px;
}

.h4tag {
    font-weight: 700;
    font-size: 30px;
    line-height: 42px;
}

.butn {
    font-size: 20px;
    font-weight: 500;
    padding: 10px 25px;
    margin: 20px 0;
    background: #F9408F;
    border-radius: 10px;
    display: inline-block;
    color: #fff !important;
}

.head {
    max-width: 80%;
    margin: 20px auto;
    text-align: center;
}

.twenty {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

.text-decoration-underline{
    text-decoration: underline;
}
/* banner */
.banner {
    padding: 170px 0 70px;
    position: relative;
    background: linear-gradient(133.88deg, #7A2EBD 17.06%, #30096C 79.21%);
    color: #fff;
}

.banner .col-md-6 {
    margin: auto;
}
.banner .box{
    background: url("../images/remitano-clone-script-development-company/bgimg.webp")  no-repeat center;
    background-size: contain;
}
.banner .imgbox {
    text-align: center;
}

.banner h1 {
    font-size: 60px;
    margin-bottom: 20px;
}

/* common */
.common {
    padding: 70px 0;
}

/* secbox */
.secbox .secboxbg {
    background: #2F1E42;
    border-radius: 20px;
    padding: 40px;
    color: #fff;
    font-weight: 700;
    font-size: 30px;
}

.secbox .butn {
    margin: 20px 0 0;
}

/* whysection */
.whysection {
    background: #EFEFEF;
}

/* feature */
.feature {
    background: #2F1E42;
    color: #fff;
    padding: 70px 0;
}

.feature ul {
    list-style-type: none;
}

.feature .box {
    margin: 15px 0;
    display: flex;
    align-items: center;
}

.feature .box p {
    margin-left: 10px;
    margin-bottom: 0;
}

/* listsec */
.listsec {
    padding: 70px 0;
}

.listsec ul {
    list-style-type: none;
    margin-bottom: 0;
}

.listsec li {
    margin: 15px 0;
    position: relative;
}
.listsec li:nth-last-child(1){
    margin-bottom: 0;
}

.listsec li::before {
    content: "";
    background: url("../images/remitano-clone-script-development-company/liarw.webp");
    width: 17px;
    height: 17px;
    position: absolute;
    left: -30px;
    top: 3px;
}

/* dashboard */
.dashboard {
    padding: 10px 0 70px;
    background: #EFEFEF;
}

.dashboard .nav {
    justify-content: center;
}

.dashboard .nav-link {
    background: transparent;
    border: 2px solid #F9408F;
    border-radius: 10px;
    font-weight: 700;
    font-size: 28px;
    color: #370C74;
    margin: 10px 15px;
    padding: 5px 25px;
    width: 200px;
    text-align: center;
}

.dashboard .nav-link.active {
    background-color: #F9408F;
    color: #fff !important;
}

.dashboard .box {
    padding: 15px;
    background: linear-gradient(#F3F3F4, #F3F3F4) padding-box, linear-gradient(50deg, #c595c2, #c595c2, #f9408f, #B592C7, #B592C7) border-box;
    border-radius: 20px;
    border: 3px solid transparent;
    margin: 15px 0;
    position: relative;
    z-index: 0;
    overflow: hidden;
    width: 100%;
}

.dashboard .box::before {
    content: "";
    background: #FDD1F1;
    opacity: 0.6;
    filter: blur(35px);
    position: absolute;
    width: 62%;
    height: 49%;
    z-index: -1;
    right: 33px;
    bottom: 0;
}

/* secfeature */
.secfeature {
    background: #fff;
}

.secfeature .secureslide {
    max-width: 75%;
    margin: auto;
}

.secfeature .secureslide .box h5 {
    margin-top: 15px;
}

.secfeature .secureslide .box::before {
    left: 0;
    top: 0;
    width: 35%;
}

.secfeature .secureslide .box::after {
    content: "";
    background: #E3E5F5;
    opacity: 0.8;
    filter: blur(20px);
    position: absolute;
    width: 34%;
    height: 81%;
    z-index: -1;
    right: 0;
    bottom: 0;
    border-radius: 66px;
}

.secfeature .secureslide .slick-slide>div {
    margin: 15px;
}

.secfeature .slick-slide {
    outline: none;
}

.secfeature .slick-next:before,
.secfeature .slick-prev:before {
    display: none;
}

.secfeature .slick-next {
    width: 66px;
    height: 66px;
    background-image: url(../images/remitano-clone-script-development-company/leftarw.webp);
    z-index: 1;
    transform: rotate(180deg);
    top: 0;
    bottom: 0;
    margin: auto;
    right: -170px;
}

.secfeature .slick-next:hover,
.secfeature .slick-next:focus {
    background-image: url(../images/remitano-clone-script-development-company/rightarw.webp) !important;
    transform: rotate(0deg);
    width: 66px;
    height: 66px;
}

.secfeature .slick-prev {
    width: 66px;
    height: 66px;
    background-image: url(../images/remitano-clone-script-development-company/leftarw.webp) !important;
    transform: rotate(0deg);
    top: 0;
    bottom: 0;
    margin: auto;
    left: -170px;
}

.secfeature .slick-prev:hover,
.secfeature .slick-prev:focus {
    background-image: url(../images/remitano-clone-script-development-company/rightarw.webp) !important;
    transform: rotate(180deg);
    width: 66px;
    height: 66px;
}

/* revenue */
.revenue {
    background: #EFEFEF;
}

/* stacks */
.stacks {
    padding: 70px 0;
}

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

.stacks ul li {
    display: flex;
    align-items: center;
    margin: 25px 0;
}

.stacks ul li p {
    margin-left: 15px;
    font-weight: 400;
    font-size: 18px;
    color: #370C74;
    margin-bottom: 0;
}

.stacks .box {
    padding: 30px;
    background: linear-gradient(#ffffff, #ffffff) padding-box,
        linear-gradient(69deg, #c595c2, #c595c2, #c595c2, #f9408f, #B592C7, #B592C7, #B592C7) border-box;
    border-radius: 20px;
    border: 3px solid transparent;
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 0;
    margin: 15px 0;
}

.stacks .box::before {
    content: "";
    background: #FDD1F1;
    opacity: 0.6;
    filter: blur(35px);
    position: absolute;
    width: 45%;
    height: 35%;
    z-index: -1;
    right: 0;
    bottom: 0;
    display: none;
    border-radius: 50% 0 0 0;
}

.stacks .box::after {
    content: "";
    background: #FDD1F1;
    opacity: 0.6;
    filter: blur(35px);
    position: absolute;
    width: 45%;
    height: 35%;
    z-index: -1;
    left: 0;
    top: 0;
    display: none;
    border-radius: 50% 0 0 0;
}

.stacks .box:hover::before,
.stacks .box:hover::after {
    display: block;
}
/* ctabox */
.ctabox{
    padding: 70px 0;
    background: #27133A;
    color: #fff;
}


/* howsection */
.howsection {
    padding: 70px 0;
}

.howsection ul{
    padding: 0;
    list-style-type:none;  
}
.howsection ul li{
    position: relative;
    margin: 50px 0;
    display: flex;
    align-items: center;
}


.howsection ul li .num {
    font-weight: 700;
    font-size: 100px;
    line-height: 80px;
    color: #C9C9C9;
    opacity: 0.5;
    width: 40%;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.howsection ul li:nth-child(even) .num {
    margin-left: auto;
    justify-content: flex-start;
}
.howsection ul li .num p{
    margin-bottom: 0;
}
.howsection ul li .box{
    display: flex;
    align-items: center;
    width: 40%;
    margin-left: auto;
}
.howsection ul li:nth-child(even) .box{
    margin-right: auto;
    margin-left: unset;
    text-align: right;
}
.howsection ul li .box p{
    margin-bottom: 0;
}
.howsection ul li img{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}






















/* features */
.features {
    padding: 70px 0;
    background: #010101;
    color: #fff;
}

.features .accordion .boxctn {
    margin: 15px 0;
    color: #fff;
    border: 4px solid #1F1F1F;
    border-radius: 20px;
    background-image: url("../images/binance-clone-script-new/downarw.webp");
    background-repeat: no-repeat;
    background-position: 96% center;
    padding: 0 20px;
}

.features .accordion .rarible_para {
    padding: 0 20px 20px;
}

.features .accordion h5 {
    padding: 20px;
    margin-bottom: 0;
    cursor: pointer;
}

.features .boxctn:not(.collapsed) {
    background: #010101;
    border: 4px solid #FBC00C !important;
    background-image: url("../images/binance-clone-script-new/uparw.webp") !important;
    background-repeat: no-repeat;
    background-position: 96% 8% !important;
}

.features ul {
    list-style-type: none;
    margin-bottom: 0;
}

.features ul li {
    padding: 10px 0;
    position: relative;
}

.features ul li::before {
    content: "";
    position: absolute;
    background-image: url("../images/binance-clone-script-new/rightarw.webp");
    width: 24px;
    height: 15px;
    background-repeat: no-repeat;
    background-position: center;
    left: -30px;
    top: 0px;
    bottom: 0;
    margin: auto 0;
}



/* work */
.work {
    padding: 70px 0;
}

.work .col-md-6 {
    margin: auto;
}

.work ul {
    margin-bottom: 0;
}

.work li {
    padding: 15px 0;
    list-style-type: none;
    position: relative;
}

.work ul li::before {
    content: "";
    position: absolute;
    background-image: url("../images/binance-clone-script-new/rightarw1.webp");
    width: 24px;
    height: 15px;
    background-repeat: no-repeat;
    background-position: center;
    left: -30px;
    top: 0px;
    bottom: 0;
    margin: auto 0;
}

.blackwork {
    padding: 70px 0;
}

.blackwork ul {
    margin-bottom: 0;
}

.blackwork li {
    padding: 15px 0;
    list-style-type: none;
    position: relative;
}

.blackwork ul li::before {
    content: "";
    position: absolute;
    background-image: url("../images/binance-clone-script-new/rightarw.webp");
    width: 24px;
    height: 15px;
    background-repeat: no-repeat;
    background-position: center;
    left: -30px;
    top: 0px;
    bottom: 0;
    margin: auto 0;
}

/* contacts */
.contacts {
    padding: 70px 0;
    background: #FBC00C;
}

.contacts .butn {
    background: #010101;
    color: #fff !important;
}

.contacts .buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.contacts .buttons a {
    margin: 10px;
    width: 20%;
    text-align: center;
}

.contactschange {
    background: #010101;
    color: #fff;
}

.contactschange .butn {
    background: #FBC00C;
    color: #000 !important;
}

/* benefits */
.benefits {
    padding: 70px 0;
    background: #FBC00C;
}

.benefits .box {
    display: flex;
    align-items: flex-start;
}

.benefits .box .num {
    font-size: 40px;
    margin-right: 10px;
    margin-top: -10px;
}


/* process */
.process {
    padding: 70px 0;
}

.process ul {
    padding: 0;
    display: none;
    list-style-type: none;
}

.process ul li {
    margin: 15px 0;
    text-align: center;
}

.process ul li h5 {
    font-weight: bold;
}

/* github */
.github {
    padding: 70px 0;
    background: #FBC00C;
}

/* scriptfree */
.scriptfree {
    padding: 70px 0;
}

.scriptfree .col-md-4 {
    margin: auto;
}

/* .logoImg img {
    filter: grayscale(100%) brightness(0) invert(0);
} */

.logoImg {
    filter: brightness(0) invert(1);
}

.alwinNavbar .nav-item .nav-link {
    color: rgb(255, 255, 255) !important;
}

a:hover {
    text-decoration: none
}

.crypto_wallet_dev .animated-button1 img {
    display: none;
}

.animated-button1 {
    background: #F9408F;
    border-radius: 10px;
    border: 0px!important;
    color: #fff !important;
    font-size: 16px;
    font-weight: 500 !important;
    text-transform: capitalize !important;
    transition: 0.2s all;
    position: relative;
    border-left: 0 !important;
    border-right: 0 !important;
    width: auto;
    overflow: unset;
    padding: 10px 30px;
    margin-top: 0;
    box-shadow: none;
}

.animated-button1:hover {
    color: #ffffff !important;
}

.animated-button1::after,
.animated-button1::before {
    content: "";
    width: 20px;
    height: 68px;
    position: absolute;
    top: -2px;
    background: none;
}

.new_inner_title {
    color: rgb(255, 255, 255);
    font-size: 50px;
    font-weight: 700
}

.animated-button1::before {
    transform: rotate(180deg);
    left: -4px;
    opacity: 0;
    transition: unset;
    border-radius: unset;
}

.animated-button1:hover::before {
    opacity: unset;
}

.animated-button1::after {
    right: -4px;
}

.animated-button1 span {
    display: none
}

.social_side ul li {
    background-color: #a976f5
}

.alwinNavbar {
    background: transparent;
}
.overflow .alwinNavbar {
    background: #340b6e !important;
}
.alwinNavbar.nav_fixed {
    background: #340b6e;
    box-shadow: 1px 6px 10px 4px rgb(0 0 0 / 10%);
}

.innerTopSpace {
    min-height: auto
}

.landingBlogCard .btnType2:hover {
    background: #f9408f;
    color: #fff !important;
}

.top_msg {
    background: #f83598;
}
.top_msg button span svg {
    filter: invert(0);
}
.top_msg a {
    color: #fff !important;
}
.top_msg button {
    border: 1px solid #fff;
    position: relative;
    overflow: hidden;
    background: transparent;
    color: #fff;
}
.landingBlog {
    padding: 50px 0;
    background: #eae3f1;
}

.landingBlog .homeTitle {
    color: #000;
}

.landingBlogCard p a {
    color: #000000 !important;
}

.landingBlogCard h6 {
    color: #000;
}

.landingBlogCard h6 span {
    color: #000;
}

.landingBlogCard a {
    color: #000 !important;
}

.landingBlogCard .btnType2 {
    border: 1px solid #231c33 !important;
}

.faq_new_section {
    background: #4b2781;
    padding: 60px 0 60px
}

.faq_new_section .nft-accordion .card {
    position: relative;
    background: 0 0;
    margin-bottom: 30px;
    background: #512c87;
    border: 3px solid #d45d90;
    box-shadow: 0 0 7px 2px rgb(76 48 192 / 10%);
    border-radius: 30px;
}

.faq_new_section .nft-accordion .card-header {
    background: 0 0;
    z-index: 10
}

.faq_new_section {
    counter-reset: menuItem 0
}

.faq_new_section .nft-accordion .card-header button {
    font-size: 24px;
    font-weight: 500;
    color: rgb(255, 255, 255) !important;
    padding: 20px 50px;
    background-image: none;
}

.faq_new_section .nft-accordion .card-header button::before {
    counter-increment: menuItem;
    content: counter(menuItem) ".";
    font-size: 24px;
    color: #fff !important;
    position: absolute;
    left: 20px;
    top: 20px
}

.faq_new_section .nft-accordion .collapsed {
    background-image: url("../images/binance-clone-script-new/plus.webp");
    background-repeat: no-repeat;
    background-position: 96% center;
}

.faq_new_section .nft-accordion .card:not(.collapsed) {

    background-image: url("../images/binance-clone-script-new/minus.webp") !important;
    background-repeat: no-repeat;
    background-position: 96% 20%;
    border: 3px solid #d45d90;
}

.faq_new_section .nft-accordion .card-body {
    font-size: 18px;
    color: #fff;
}

.bottomContactForm {
    background: #130627;
}

.footerform_right {
    background: #2c1353;
    box-shadow: 6px 1px 8px 0 rgb(0 0 0 / 10%);
}

.d_d_none {
    display: none !important
}

.bcfBox {
    background: #312947;
}

.bcfLeft .form-control,
.footerform_middle .form-control {
    border: 1px solid #ffffff;
}

.bcfLeft .form-control::placeholder,
.footerform_middle .form-control::placeholder {
    color: #fff;
}

.footerform_middle .nice-select .list {
    background-color: #8c48eb;
}

.footerform_right h4 span {
    color: #f9408f;
}

.footerform_middle .nice-select .option.focus,
.footerform_middle .nice-select .option.selected.focus,
.footerform_middle .nice-select .option:hover {
    background-color: #1a1c1f;
}

.footerform_middle .btn.btnType3 {
    border: 0 !important;
    background: #f9408f !important;
    color: #ffffff !important;
}

.mega-menu {
    background-color: #cdc1dd;
}

.mega-menu__items>.mega-menu__nav>.mega-menu__nav-item>.mega-menu__nav-link {
    background-color: #cdc1dd !important;
    border-bottom: 1px solid #7e767b;
    color: #000 !important;
}

.mega-menu__nav .mega-menu__nav-item .mega-menu__nav .mega-menu__nav-item:first-child .mega-menu__nav-link {
    color: #000 !important;
}

.mega-menu__nav .mega-menu__nav-item .mega-menu__nav-link {
    background-color: #cdc1dd !important;
}
.mega-menu__nav .mega-menu__nav-item .mega-menu__nav .mega-menu__nav-item .mega-menu__nav-link:hover:before,
.mega-menu__nav .mega-menu__nav-item .mega-menu__nav .mega-menu__nav-item .mega-menu__nav-link:active:before{
    
    border-color: #000 !important;
}
.mega-menu-toggle:before {
    border-bottom: 1.5px solid #f9408f;
}

.mega-menu__nav .mega-menu__nav-item .mega-menu__nav .mega-menu__nav-item:first-child .mega-menu__nav-link:after,
.mega-menu__nav .mega-menu__nav-item .mega-menu__nav .mega-menu__nav-item:first-child .mega-menu__nav-link:before {
    border-color: #555;
}

.mega-menu__articles {
    background-color: #e6dcf4;
}

.mega-menu__article figure figcaption {
    color: #4b4b4b;
}

.mega-menu__nav .mega-menu__nav-item .mega-menu__nav .mega-menu__nav-item .mega-menu__nav-link {
    color: #000 !important;
}
.img-card-link span{
    color: #000;
}

@media screen and (max-width: 991px) {
    .animated-button1 {
        margin-top: 10px;
    }
}

@media screen and (max-width: 1199px) {
    .navbar-light .navbar-toggler {
        color: #f83598;
    }
}

@media screen and (max-width: 575px) {
    .navbar-light .navbar-toggler {
        color: #f83598 !important;
    }
}

@media (min-width: 992px) {
    .mega-menu__nav .mega-menu__nav-item .mega-menu__nav .mega-menu__nav-item .mega-menu__nav-link:active:after,
    .mega-menu__nav .mega-menu__nav-item .mega-menu__nav .mega-menu__nav-item .mega-menu__nav-link:hover:after{
        border-color: #000 !important;
    }
    .mega-menu__nav .mega-menu__nav-item .mega-menu__nav .mega-menu__nav-item .mega-menu__nav-link {
        color: #000 !important;
    }

    .mega-menu__nav .mega-menu__nav-item .mega-menu__nav .mega-menu__nav-item .mega-menu__nav-link:before {
        border-bottom: 1px solid #555;
    }

    .mega-menu__items>.mega-menu__nav:after {
        border-right: 1px solid #e8e8e8;
    }

    .mega-menu__items>.mega-menu__nav>.mega-menu__nav-item>.mega-menu__nav-link:before {
    background-color: #340b6e;
    }

    .mega-menu__items>.mega-menu__nav>.mega-menu__nav-item>.mega-menu__nav-link:after {
        filter: invert(0);
    }
    .mega-menu__items>.mega-menu__nav>.mega-menu__nav-item>.mega-menu__nav-link:hover:after{
        filter: invert(1);
    }
    .mega-menu__items>.mega-menu__nav>.mega-menu__nav-item>.mega-menu__nav-link:active,
    .mega-menu__items>.mega-menu__nav>.mega-menu__nav-item>.mega-menu__nav-link:hover{
        color: #fff !important;
    }
    .mega-menu__items>.mega-menu__nav>.mega-menu__nav-item>.mega-menu__nav-link--toggle:not(.collapsed){
        color: #fff !important;
    }
    .mega-menu__items>.mega-menu__nav>.mega-menu__nav-item>.mega-menu__nav-link--toggle:not(.collapsed):after{
        filter: invert(1);
    }
}





/* Media Queries */


@media screen and (max-width:1199px) {
    .h2tag {
        font-size: 40px !important;
        line-height: 54px;
    }

    .banner h1 {
        font-size: 50px;
        line-height: 65px;
    }

    .butn {
        font-size: 20px;
    }
    .secfeature .secureslide .box{
        height: 295px;
    }
    .secfeature .slick-prev{
        left: -90px;
    }
    .secfeature .slick-next{
        right: -90px;
    }

}

@media screen and (max-width:991px) {
    .h2tag {
        font-size: 34px !important;
        line-height: 48px;
    }

    .h5tag {
        font-size: 22px;
    }
    .h4tag{
     font-size: 28px;
    }

    .banner h1 {
        font-size: 38px !important;
        line-height: 50px !important;
    }

    .butn {
        font-size: 18px;
    }

    .twenty {
        font-size: 18px;
    }

    .footerform_panel {
        flex-wrap: wrap
    }

    .footerform_left {
        display: none
    }

    .footerform_middle,
    .footerform_right {
        width: 100%
    }

    .footerform_right {
        height: auto;
        border-radius: 0
    }

    .footerform_right h4 {
        font-size: 36px
    }

    .inner_gradient_with_img::after,
    .inner_gradient_with_img::before {
        display: none;
    }

    .inner_gradient_bg .col-md-12.col-lg-5 {
        display: none;
    }

    .inner_gradient_bg .col-md-12.col-lg-7 {
        text-align: center;
    }
    .secfeature .secureslide .box{
        height: 335px;
    }
    .alwinNavbar {
        background: #340b70;
      }
      .navbar .navbar-nav .nav-item .nav-link{
        border-bottom-color: #481297;
      }

}

@media screen and (max-width:767px) {
    .h2tag {
        font-size: 32px !important;
        line-height: 44px;
    }

    .h5tag {
        font-size: 20px;
    }

    .paratag {
        font-size: 16px;
        line-height: 20px;
    }

    .butn {
        font-size: 18px;
    }

    .head {
        max-width: 100%;
    }
    .secfeature .secureslide .box{
        height: 100%;
    }
    .howsection ul li{
        flex-direction: column;
    }
    .howsection ul li:nth-child(even){
        flex-direction: column-reverse;
    }
    .howsection ul li .num{
        width: 100%;
        margin-bottom: 15px;
        justify-content: center;
    }
    .howsection ul li:nth-child(even) .num{
        justify-content: center;
    }
    .howsection ul li .box{
        width: 100%;
        flex-direction: column;
        text-align: center;
    }
    .howsection ul li:nth-child(even) .box{
        text-align: center;
        flex-direction: column-reverse;
    }
    .howsection ul li .box h5{
        margin-top: 15px;
    }
    .howsection ul li img{
        position:unset;
    }
    .secbox img{
        margin-top: 15px;
    }
    .whysection .row,.about .row{
    flex-direction:column-reverse;
    }

    .faq_new_section .nft-accordion .card-header button,
    .faq_new_section .nft-accordion .card-header button::before {
        font-size: 16px
    }

    .faq_new_section .nft-accordion .card-body {
        font-size: 14px
    }

    .footerform_right h4 {
        font-size: 24px
    }

    .footerform_right p {
        font-size: 16px
    }

 
}

@media screen and (max-width:575px) {
    .d_m_none {
        display: none !important
    }

    .banner h1 {
        font-size: 32px !important;
        line-height: 50px !important;
    }

    .h2tag {
        font-size: 28px !important;
        line-height: 39px;
    }
    .h4tag {
        font-size: 24px;
        line-height: 38px;
    }
    .h5tag {
        font-size: 18px;
    }

    .butn {
        font-size: 16px;
    }
    .secfeature .secureslide {
     margin-top: 60px;
    }
    .secfeature .slick-prev {
        left: -83px;
        right: 0;
        top: -45px;
        bottom: unset;
        z-index: 1;
        width: 50px;
        height: 50px;
        background-size: contain;
    }
    .secfeature .slick-next {
        right:-83px;
        left: 0;
        top: -45px;
        bottom: unset;
        z-index: 1;
        width: 50px;
        height: 50px;
        background-size: contain;
    }
    .secfeature .slick-next:hover, .secfeature .slick-next:focus{
        width: 50px;
        height: 50px;
        background-size: contain;
    }
    .secfeature .slick-prev:hover, .secfeature .slick-prev:focus{
        width: 50px;
        height: 50px;
        background-size: contain;
    }
    .new_inner_pages .landBannerText {
        padding-top: 0;
        padding-bottom: 10px
    }

    .new_inner_pages .btnType4 {
        font-size: 18px;
    }

    .landBannerText img {
        display: none;
    }

    .banner_bottom_bg {
        display: none;
    }
}

.sprite {
    background-image: url("../images/remitano-clone-script-development-company/spritesheet.webp");
    background-repeat: no-repeat;
    display: block;
}
.sprite-b1 {
    width: 101px;
    height: 101px;
    background-position: -5px -5px;
}

.sprite-b2 {
    width: 101px;
    height: 101px;
    background-position: -116px -5px;
}

.sprite-b3 {
    width: 101px;
    height: 101px;
    background-position: -227px -5px;
}

.sprite-b4 {
    width: 101px;
    height: 101px;
    background-position: -338px -5px;
}

.sprite-b5 {
    width: 100px;
    height: 101px;
    background-position: -5px -116px;
}

.sprite-b6 {
    width: 101px;
    height: 101px;
    background-position: -115px -116px;
}

.sprite-f1 {
    width: 101px;
    height: 101px;
    background-position: -226px -116px;
}

.sprite-f2 {
    width: 101px;
    height: 101px;
    background-position: -337px -116px;
}

.sprite-f3 {
    width: 101px;
    height: 101px;
    background-position: -5px -227px;
}

.sprite-f4 {
    width: 101px;
    height: 101px;
    background-position: -116px -227px;
}

.sprite-f5 {
    width: 101px;
    height: 101px;
    background-position: -227px -227px;
}

.sprite-f6 {
    width: 101px;
    height: 101px;
    background-position: -338px -227px;
}

.sprite-f7 {
    width: 101px;
    height: 101px;
    background-position: -5px -338px;
}

.sprite-f8 {
    width: 101px;
    height: 101px;
    background-position: -116px -338px;
}

.sprite-s1 {
    width: 60px;
    height: 60px;
    background-position: -227px -338px;
}

.sprite-s2 {
    width: 60px;
    height: 61px;
    background-position: -297px -338px;
}

.sprite-s3 {
    width: 60px;
    height: 60px;
    background-position: -367px -338px;
}

.sprite-s4 {
    width: 60px;
    height: 60px;
    background-position: -227px -408px;
}

.sprite-s5 {
    width: 60px;
    height: 60px;
    background-position: -367px -408px;
}

.sprite-s6 {
    width: 60px;
    height: 60px;
    background-position: -449px -5px;
}

.sprite-s7 {
    width: 60px;
    height: 60px;
    background-position: -449px -75px;
}

.sprite-t1 {
    width: 36px;
    height: 41px;
    background-position: -448px -145px;
}

.sprite-t10 {
    width: 36px;
    height: 35px;
    background-position: -494px -145px;
}

.sprite-t11 {
    width: 36px;
    height: 36px;
    background-position: -494px -190px;
}

.sprite-t12 {
    width: 36px;
    height: 36px;
    background-position: -449px -236px;
}

.sprite-t13 {
    width: 36px;
    height: 36px;
    background-position: -495px -236px;
}

.sprite-t14 {
    width: 36px;
    height: 36px;
    background-position: -449px -282px;
}

.sprite-t15 {
    width: 36px;
    height: 37px;
    background-position: -495px -282px;
}

.sprite-t2 {
    width: 36px;
    height: 36px;
    background-position: -449px -329px;
}

.sprite-t3 {
    width: 36px;
    height: 36px;
    background-position: -495px -329px;
}

.sprite-t4 {
    width: 36px;
    height: 40px;
    background-position: -437px -375px;
}

.sprite-t5 {
    width: 36px;
    height: 36px;
    background-position: -483px -375px;
}

.sprite-t6 {
    width: 36px;
    height: 32px;
    background-position: -297px -421px;
}

.sprite-t7 {
    width: 34px;
    height: 36px;
    background-position: -519px -5px;
}

.sprite-t8 {
    width: 36px;
    height: 31px;
    background-position: -483px -421px;
}

.sprite-t9 {
    width: 36px;
    height: 40px;
    background-position: -5px -462px;
}