.card-content {
    padding: 0.75em 1.25em;
}

.body-bg {
    background: #f2f2f2;
}

.table-header {
    /* background: #2d3835; */
    color: #fff;
    background-image: -webkit-linear-gradient(to right, rgba(45, 56, 53, 0.74), #2d3835)!important;
    background-image: linear-gradient(to right, rgba(45, 56, 53, 0.74), #2d3835)!important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12)!important
}

.box-shadow-card {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.logincontainer-shadow {
    padding: 13px 30px;
    background-color: #fff;
    border: 2px solid #2d3835;
    border-radius: 8px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.26);
}

.logincontainer {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.navbar-brand img {
     width: 180px !important; 
    top: -5px !important;
}


/**
 * Tooltip Styles
 */


/* Add this attribute to the element that needs a tooltip */

[data-tooltip] {
    position: relative;
    z-index: 99;
    cursor: pointer;
}


/* Hide the tooltip content by default */

[data-tooltip]:before,
[data-tooltip]:after {
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    pointer-events: none;
}


/* Position tooltip above the element */

[data-tooltip]:before {
    position: absolute;
    bottom: 100%;
    right: 0%;
    margin-bottom: 5px;
    margin-left: -80px;
    padding: 7px;
    width: 110px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #2d3835;
    background-color: hsla(0, 0%, 20%, 0.9);
    color: #fff;
    content: attr(data-tooltip);
    text-align: center;
    font-size: 12px;
    line-height: 1.2;
    z-index: 99;
}


/* Triangle hack to make tooltip look like a speech bubble */

[data-tooltip]:after {
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    width: 0;
    border-top: 5px solid #2d3835;
    border-top: 5px solid hsla(0, 0%, 20%, 0.9);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: " ";
    font-size: 0;
    line-height: 0;
    z-index: 99;
}


/* Show tooltip content on hover */

[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
    visibility: visible;
    opacity: 1;
}

tbody tr:nth-of-type(odd) {
    background-color: rgba(45, 56, 53, 0.11)
}

.green {
    color: #806eea!important
}

.has-icon .form-control {
    padding-left: 1.75rem;
}

.has-icon .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    margin-top: -28px;
    font-size: 1.2rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
    margin-left: 5px;
}

.item-icon-left .icon2 {
    left: 11px;
    font-size: 1em;
}

.item-icon-left {
    padding-left: 40px !important;
}

.item-app-uses {
    position: relative;
    z-index: 2;
    display: block;
    margin: -1px;
}

.item-app-uses h4 {
    margin: 0 0 2px 0;
    font-size: 16px;
    font-weight: normal;
}

.item-icon-left .icon2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    position: absolute;
    top: 0;
    height: 100%;
}


/*item icon left*/

.text-small {
    font-size: 13px;
}

.bld {
    font-weight: bold;
}

.well {
    min-height: 20px;
    padding: 19px;
    background-color: #fff;
    border: 1px solid #806eea;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.shareround {
    right: 50px!important;
}

@media (min-width:769px) {
    .navbar-dark .navbar-nav>li>a:hover::before {
        transform: scale(1, 1);
        color: #e3e4ff;
    }
    .mr_3 {
        margin-right: 3rem !important;
    }
    .navbar-dark .navbar-nav>li>a {
        position: relative;
        transition: all 300ms ease 0s;
    }
    .navbar-dark .navbar-nav>li>a::before {
        background-color: #e3e4ff;
        bottom: 2px;
        content: "";
        height: 2px;
        position: absolute;
        transform: scale(0, 1);
        transition: all 300ms ease 0s;
        width: calc(100% - 16px);
    }
    .navbar-nav>li.active a::before {
        height: 2px;
        transform: scale(1, 1);
    }
}

.tab {
    display: none;
}

.mr-top-minus {
    margin-top: -4px;
}

@media(max-width:767px) {
    .p-2rem {
        padding: 0.75rem 2rem!important
    }
    .navbar-brand img {
    width: 160px !important;
   }
   .head-h1
   {
        font-size: 1.3rem!important;
   }
   header {
    height: 110vh !important;
   }
   .head-h4, .head-h4 span
   {
        font-size: 1rem!important;
   }
    .howit_work {
        margin-bottom: 28px;
    }
    .bhim-icon {
        margin-bottom: 10px;
    }
    .footer {
        height: auto!important;
    }
    .features .features-icon {
        border: 1px solid #ccc
    }
    .pt-8 {
        padding-top: 3.5rem!important;
    }
    .bg-home h3 {
        font-size: 1.2rem!important;
    }
    .bg-home h1 {
        font-size: 1.8rem!important;
    }
    .bg-home .pt-5 {
        padding-top: 2rem !important;
    }
    .font_20 {
        font-size: 15px!important;
    }
}

.font_1 {
    font-size: 1.55rem;
}

.container-height {
    margin-top: 6rem !important;
}

.navbar-brand img {
    top: -1px;
    position: relative;
}


/* Sticky footer styles
-------------------------------------------------- */

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.footer {
    position: relative;
    bottom: 0;
    width: 100%;
    height: auto;
    color: #fff;
    /* line-height: 60px; */
    /* Vertically center the text there */
    background-color: #2d3835;
}

.footer li a {
    color: #fff;
}

@media(min-width:768px) {
    .footer1 li::before {
        display: inline-block;
        content: '';
        -webkit-border-radius: 0.375rem;
        border-radius: 0.375rem;
        top: -1px;
        position: relative;
        height: 0.35rem;
        width: 0.35rem;
        margin-right: 0.4rem;
        background-color: #e3e4ff;
    }
}

.footer li a:hover {
    color: #e3e4ff;
}

.footer p {
    margin-bottom: 0px;
    margin-top: 5px;
    font-size: 13px;
}

.footer>.container {
    padding-right: 15px;
    padding-left: 15px;
}

.bg-home {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: linear-gradient(90deg, rgb(19 57 6 / 84%), #bfc2ff), url(../img/bg-fixed1.png)!important;
    /* background: linear-gradient(90deg, rgba(45, 56, 53, 0.78), rgba(0, 139, 0, 0.68)), url(../img/bg-fixed1.png)!important; */
    width: 100%;
    background-repeat: no-repeat !important;
    background-size: contain;
    background-position: right top;
    /* background: url(../img/b2b-payment-gateway.jpg) center center no-repeat; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 4.5em 0px;
}

.bg-payment {
    position: relative;
    width: 100%;
    overflow: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 4.5em 0px;
    background: linear-gradient(90deg, #806eea, rgb(45 56 53 / 71%)), url(../img/b2b-payment-gateway.jpg) center center no-repeat !important
}


/* .bg-payment {
        background: linear-gradient(90deg, rgba(29, 224, 153, 0.8), rgba(29, 200, 205, 0.8)), url(../img/b2b-payment-gateway.jpg) center center no-repeat !important;
    } */

@media (max-width: 767px) {
    .bg-virtual h1,
    .bg-payment h1 {
        font-size: 22px !important;
    }
    .bg-virtual h2,
    .bg-payment h2 {
        font-size: 18px;
    }
    .bg-home {
        position: relative;
        width: 100%;
        overflow: hidden;
        background: linear-gradient(45deg, rgba(0, 0, 0, 0.21) 0%, rgba(0, 0, 0, 0.55) 100%), url(../img/mob-home.jpg) center center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        padding: 4.5em 0px;
    }
}

.bg-payment h1 {
    font-size: 2.5rem;
}

.bg-home h1,
.bg-payment h1 {
    color: #fff;
    font-weight: bold;
}

.bg-home h4,
.bg-payment h4 {
    color: #e5e3e3;
}

.bg-home h2,
.bg-payment h2 {
    color: #ccc;
}

.button-shadow::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-shadow: 0 8px 24px rgba(32, 43, 54, 0.12);
    mix-blend-mode: multiply;
    transition: box-shadow .15s ease;
}

.shadow-features {
    position: relative;
    box-shadow: none;
    padding: 7px 7px 4px 7px;
    margin-bottom: 0.65em;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
}

.pt-8 {
    padding-top: 7.5rem;
}


/* 
.feature-pop {
    margin: -8px 0px 0px 0px;
} */

.white-bg {
    background: #fff
}

.textarea-top-icon {
    margin-top: -75px!important;
}

.heading-line {
    padding: 0;
    border: none;
    /* background: rgba(0, 0, 0, 0) linear-gradient(270deg, #0092f4 0%, #da54d8 56%, #ff4800 100%) 0% 0% no-repeat padding-box; */
    border: 1px solid #806eea;
    text-align: center;
    max-width: 110px;
    margin-top: 0px;
}

.r-2 {
    border-radius: 2px;
}

.copy-btn {
    text-align: center;
    background: #f7f1f1;
    border: 1px solid #888;
    padding: 0.2em .5em;
    font-size: 13px;
    color: #2d3835;
    border-radius: 5px;
    line-height: inherit;
}

.team img {
    border-radius: 100%;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.42);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

input[type=number] {
    -moz-appearance: textfield;
}

.banner {
    display: block;
    width: 100%;
    padding: 30px 0;
    position: relative
}

@media(max-width:767px) {
    .banner {
        padding: 60px 0!important;
    }
}

.ityped-cursor {
    font-size: 2.2rem;
    color: #888;
    opacity: 1;
    -webkit-animation: blink 0.3s infinite;
    -moz-animation: blink 0.3s infinite;
    animation: blink 0.3s infinite;
    animation-direction: alternate;
}

@keyframes blink {
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes blink {
    100% {
        opacity: 0;
    }
}

@-moz-keyframes blink {
    100% {
        opacity: 0;
    }
}

.title {
    font-size: 5rem !important;
}

@media (min-width:768px) {
    .ityped {
        text-decoration: underline;
        font-size: 1.5rem;
        color: #fff;
        font-weight: bold;
        letter-spacing: 2px;
    }
}

@media(max-width:767px) {
    .d__block {
        display: block;
    }
}

.ityped {
    text-decoration: underline;
    font-size: 1.4rem;
    color: #fff;
}

.features-icon img {
    width: 1em;
    margin-top: -20px;
}

.howitwork .features-icon img {
    width: 1.5em;
}


/*button animate caa*/

i {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    /*   gradient   */
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.05) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(1%, rgba(255, 255, 255, 0.05)), color-stop(30%, rgba(255, 255, 255, 0.85)), color-stop(50%, rgba(255, 255, 255, 0.85)), color-stop(70%, rgba(255, 255, 255, 0.85)), color-stop(71%, rgba(255, 255, 255, 0.85)), color-stop(100%, rgba(255, 255, 255, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.05) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.05) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.05) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%);
    /* IE10+ */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.05) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
    /* IE6-9 */
    /*  forming the shine element
play around with the width, skew and gradient to get different effects
*/
    width: 15%;
    height: 100%;
    transform: skew(-10deg, 0deg);
    -webkit-transform: skew(-10deg, 0deg);
    -moz-transform: skew(-10deg, 0deg);
    -ms-transform: skew(-10deg, 0deg);
    -o-transform: skew(-10deg, 0deg);
    /*  animating it  */
    animation: move 2s;
    animation-iteration-count: infinite;
    animation-delay: 1s;
    -webkit-animation: move 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-delay: 1s;
    -moz-transform: skew(-10deg, 0deg);
    -moz-animation: move 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-delay: 1s;
    -ms-transform: skew(-10deg, 0deg);
    -ms-animation: move 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-delay: 1s;
    -o-transform: skew(-10deg, 0deg);
    -o-animation: move 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-delay: 1s;
}


/*  */

@keyframes move {
    0% {
        left: 0;
        opacity: 0;
    }
    5% {
        opacity: 0.0;
    }
    48% {
        opacity: 0.2;
    }
    80% {
        opacity: 0.0;
    }
    100% {
        left: 82%;
    }
}

@-webkit-keyframes move {
    0% {
        left: 0;
        opacity: 0;
    }
    5% {
        opacity: 0.0;
    }
    48% {
        opacity: 0.2;
    }
    80% {
        opacity: 0.0;
    }
    100% {
        left: 82%;
    }
}

@-moz-keyframes move {
    0% {
        left: 0;
        opacity: 0;
    }
    5% {
        opacity: 0.0;
    }
    48% {
        opacity: 0.2;
    }
    80% {
        opacity: 0.0;
    }
    100% {
        left: 88%;
    }
}

@-ms-keyframes move {
    0% {
        left: 0;
        opacity: 0;
    }
    5% {
        opacity: 0.0;
    }
    48% {
        opacity: 0.2;
    }
    80% {
        opacity: 0.0;
    }
    100% {
        left: 82%;
    }
}

@-o-keyframes move {
    0% {
        left: 0;
        opacity: 0;
    }
    5% {
        opacity: 0.0;
    }
    48% {
        opacity: 0.2;
    }
    80% {
        opacity: 0.0;
    }
    100% {
        left: 82%;
    }
}

.border-bottom-color {
    border-bottom-color: #2d3835!important;
}


/*Button css end*/

.org-round {
    background: #2d3835;
    display: inline-block;
    border-radius: 100%;
    color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    margin-right: 8px;
    line-height: 2;
}

.navbar-search-icon {
    float: none;
    /* padding: 15px; */
    font-size: 25px;
    /* line-height: 45px;
    height: 20px; */
}

.navbar-center {
    /* position: absolute; */
    /* width: 100%; */
    left: 0;
    top: 0;
    right: 0px;
    text-align: right;
    /* margin: auto; */
    /* height: 100%;*/
}

.nav-colored .navbar-search-icon a {
    color: #2d3835!important;
    border-color: rgba(45, 56, 53, 0.45)!important;
}

.nav-colored .transparent-btn {
    color: #2d3835!important;
    border: 2px solid #2d3835!important;
}

.trans-border {
    border: 2px solid #806eea;
    border-radius: 5px;
}

.transparent-btn {
    background: transparent;
    border: 2px solid #ccc;
    /* border-radius: 0px!important; */
    color: #fff;
    border-radius: 5px;
    /* font-size: 18px; */
}

.navbar-search-icon a {
    text-decoration: none!important;
    color: #fff;
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 8px;
}


/*# Pricing*/

.pricing .box {
    background: #fff;
    text-align: center;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease-in-out;
}

@media(min-width:768px) {
    .pricing .box:hover {
        transform: scale(1.1);
    }
}

.pricing h3 {
    font-weight: 400;
    /* margin: -20px -20px 20px -20px; */
    padding: 28px 15px;
    font-size: 22px;
    font-weight: 600;
    color: #2c4964;
    background: #f8f8f8;
}

.pricing h4 {
    color: #2d3835;
    margin-bottom: 20px;
}

.pricing h4 sup {
    font-size: 20px;
    top: -15px;
    left: -3px;
}

.pricing h4 span {
    color: #bababa;
    font-size: 30px;
    font-weight: 300;
}

.pricing ul {
    padding: 0;
    list-style: none;
    color: #444444;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
}

.pricing ul li {
    padding: 16px;
}

.pricing ul i {
    color: #2d3835;
    font-size: 18px;
    padding-right: 4px;
}

.pricing ul .na {
    color: #ccc;
    text-decoration: line-through;
}

.pricing .btn-wrap {
    margin: 20px -20px -20px -20px;
    padding: 20px 15px;
    background: #f8f8f8;
    text-align: center;
}

.pricing .btn-buy {
    background: linear-gradient(42deg, #2d3835 0%, #7b27d8 100%);
    display: inline-block;
    padding: 10px 35px;
    border-radius: 4px;
    color: #fff;
    transition: none;
    font-size: 15px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    transition: 0.3s;
}

.pricing .btn-buy:hover {
    /*background: linear-gradient(180deg, #2d3835 0%, #7b27d8 100%);*/
}

.pricing .featured h3 {
    color: #fff;
    background: #bfc2ff;
}

.pricing .featured1 h3 {
    color: #fff;
    background: #806eea;
}

.pricing .featured1 {    
    border-bottom:3px solid #806eea;
}
.pricing .featured {    
    border-bottom:3px solid #bfc2ff;
}


.pricing .textsmall {
    font-size: 12px;
    margin-top: -12px;
}

.text_small {
    font-size: 12px !important;
}

.pricing .advanced {
    width: 200px;
    position: absolute;
    top: 18px;
    right: -68px;
    transform: rotate(45deg);
    z-index: 1;
    font-size: 14px;
    padding: 1px 0 3px 0;
    background: #2d3835;
    color: #fff;
}

.pricing ul li:nth-child(odd) {
    background: rgba(245, 243, 243, 0.43)
}


/*Pricing */

.spn-cright {
    line-height: 2.7;
}

@media (max-width: 767px) {
    .spn-cright {
        line-height: inherit!important;
        position: relative;
        top: 45px;
    }
    .footer-bar {
        width: 100%;
        height: auto!important;
        padding: 15px 0;
    }
    .card-home .form-control1 {
        margin-bottom: 0.65em!important;
    }
    .icon-textbox {
        margin-top: -43px!important;
    }
}

.footer-bar {
    width: 100%;
    height: 37px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    background-color: rgba(45, 56, 53, 0.92)
}

.spn-cright,
.white {
    color: #fff!important;
}

@media(min-width:768px) {
    .card-home {
        box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .05);
        background: rgba(0, 0, 0, .4);
        height: 98px;
        padding: 1.6rem 2rem;
        border-radius: .8rem
    }
    header .home-con {
        padding-top: 70px!important
    }
}

.card-home .form-control1 {
    height: 46px!important;
    padding: 10px 25px!important
}

.card-home .search_button {
    height: 46px!important
}

.form-group {
    margin-bottom: 1.5rem
}

@media (min-width: 768px) {
    .no-radius-left {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
}

@media (min-width: 768px) {
    .no-radius-left {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
}

.form-control1 {
    display: block;
    width: 100%;
    height: 34px;
    padding: 8px 25px;
    font-size: 18px;
    line-height: 1.42857143;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control1 {
    color: #555!important;
}

.home-txtbox {
    left: 0;
}

.left {
    float: left;
}

.nopadding {
    padding-left: 0!important;
    padding-right: 0!important;
}

.icon-textbox {
    color: #888;
    margin-top: -32px;
    padding-left: 6px;
    z-index: 1;
}

.content,
.icon-textbox,
.icon_search,
.icon_searchsmall {
    position: absolute;
}

.owl-prev span,
.owl-next span {
    color: #2d3835;
    font-size: 45px;
}

.owl-item a {
    color: #2d3835;
    font-size: 20px;
}

.owl-prev span:hover,
.owl-next span:hover {
    color: #8199A3;
}

.owl-prev,
.owl-next {
    position: absolute;
}

.owl-carousel .owl-controls .owl-dot {
    display: none!important
}

.owl-prev {
    left: 0px;
    border: none;
    background: none;
    top: 45px;
}

.owl-next {
    right: 0px;
    border: none;
    background: none;
    top: 45px;
}

@media(min-width:768px) {
    .owl-carousel .owl-nav .owl-prev {
        left: 45px
    }
    .owl-carousel .owl-nav .owl-next {
        right: 45px;
    }
    .ml_5 {
        margin-left: 3rem !important;
    }
}

@media(max-width:767px) {
    .owl-carousel .media {
        float: none;
        display: block;
    }
    .product_service {
        border-radius: 90px!important;
    }
    .owl-carousel .owl-item .media img {
        transform-style: preserve-3d;
        margin: 0 28%;
        margin-bottom: 0.9em;
    }
    .font_12 {
        font-size: 12px!important;
    }
    .features_mobileb [class*="col-"]
    {
    margin-bottom: 15px;
    }
   /* .textmobile-block span
    {
        display: block;
    }*/
}

.owl-carousel .active.center {
    transform: scale(1);
    -webkit-filter: grayscale(0);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(0);
}

.owl-carousel .active {
    transform: scale(.8);
    transition: .6s ease;
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.owl-dots button {
    display: none!important
}

.or {
    position: absolute;
    left: 43%;
    margin-top: -12px;
    background: #fff;
    width: 50px;
    height: 30px;
}

.box-shadow {
    box-shadow: 0 8px 25px -8px #333 !important;
}

.accordion .fa {
    margin-right: 0.5rem;
}

.tab-content .font-20,
.font_20 {
    font-size: 20px;
}

.avai_balinr {
    position: relative;
    top: 3px;
    font-size: 16px;
}

.press-logo {
    background: rgba(255, 255, 255, 0.75);
    /* border-radius: 5%; */
    margin-top: 0.65em;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .65);
}

.faq h2 {
    margin-top: 10px;
    font-size: 18px;
    margin-bottom: 5px;
}

.pricing-divider-img {
    bottom: -4px;
    left: 0;
    width: 100%;
    position: relative;
    margin-top: -50px;
    width: 100%;
    height: 80px;
}

.pricevalue {
    color: #2d3835!important;
    font-size: 35px!important;
    font-weight: 700!important;
}

.hero-waves {
    bottom: 0;
    width: 100%;
    height: 40px;
    z-index: 5;
    position: absolute;
}

.wave1 use {
    -webkit-animation: move-forever1 10s linear infinite;
    animation: move-forever1 10s linear infinite;
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
}

.wave2 use {
    -webkit-animation: move-forever2 8s linear infinite;
    animation: move-forever2 8s linear infinite;
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
}

.wave3 use {
    -webkit-animation: move-forever3 6s linear infinite;
    animation: move-forever3 6s linear infinite;
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
}

@-webkit-keyframes move-forever1 {
    0% {
        transform: translate(85px, 0%);
    }
    100% {
        transform: translate(-90px, 0%);
    }
}

@keyframes move-forever1 {
    0% {
        transform: translate(85px, 0%);
    }
    100% {
        transform: translate(-90px, 0%);
    }
}

@-webkit-keyframes move-forever2 {
    0% {
        transform: translate(-90px, 0%);
    }
    100% {
        transform: translate(85px, 0%);
    }
}

@keyframes move-forever2 {
    0% {
        transform: translate(-90px, 0%);
    }
    100% {
        transform: translate(85px, 0%);
    }
}

@-webkit-keyframes move-forever3 {
    0% {
        transform: translate(-90px, 0%);
    }
    100% {
        transform: translate(85px, 0%);
    }
}

@keyframes move-forever3 {
    0% {
        transform: translate(-90px, 0%);
    }
    100% {
        transform: translate(85px, 0%);
    }
}

.skewed-bg {
    background: linear-gradient(90deg, rgba(45, 56, 53, 0.78), #806eea);
    color: #FFF;
    padding: 2em;
    position: relative;
    min-height: auto;
    /* overflow: hidden; */
}

.howitwork-bg {
    background: linear-gradient(90deg, rgba(45, 56, 53, 0.78), #806eea), url(../img/bg-fixed1.png)!important;
    width: 100%;
    background-repeat: no-repeat !important;
    background-size: contain;
    background-position: right top;
    background-attachment: fixed;
}

.skewed-bg::after {
    content: '';
    position: absolute;
    /* bottom: -75%; */
    left: 0;
    right: 0;
    height: 100%;
    background: #FFF;
    transform: skew(0deg, -4deg);
}

.howit-works p {
    color: #ddd!important;
}

.font-40 {
    font-size: 40px!important;
}

.border-radius-20 {
    border-top-left-radius: 20%;
}

.bg-light .navbar-nav .nav-link {
    color: #2d3835
}

.font-bold {
    font-weight: 800;
}

.inr-paise {
    font-size: 84.5%;
    color: inherit;
    opacity: .7;
}

.popupstmt-content .form-group {
    margin-bottom: 0.3rem;
}

.opacity50 {
    opacity: .75;
}

.font-amount {
    font-size: 1.15rem!important;
}

.auto-width {
    width: auto!important;
}

.treegreen {
    color: #bfc2ff!important
}

.section-separator.bottom {
    bottom: 0;
}

.section-separator {
    position: absolute;
    overflow: hidden;
    z-index: 1;
    width: 100%;
}

.section-separator svg {
    display: block;
}

.row-flex [class*="col-"]{
    margin-bottom: 15px;
}

.row-flex {
    display: flex;
    flex-wrap: wrap;
}

@media (min-width: 769px) {
    .navbar-nav>li a.active::before {
        height: 2px;
        transform: scale(1, 1);
    }
    .howit_works .col-md-4::after {
        font-family: 'icomoon' !important;
        content: '\e91c';
        position: absolute;
        left: -15px;
        top: 40%;
        color: #806eea;
        clear: both;
        font-size: 30px;
    }
    .howit_works .col-md-4:first-child::after {
        content: '';
    }
}

.howit_work {
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0px 10px 60px 0px rgb(46 61 98 / 10%);
    text-align: center;
    position: relative;
    padding: 60px 5px;
}

.counter {
    position: absolute;
    top: -47px;
    left: 30px;
    font-size: 5em;
}

.howit_counter h5 {
    background-image: linear-gradient(-90deg, #bfc2ff 35%, #806eea 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-transition: 500ms;
    transition: 500ms;
    font-weight: bolder;
    font-style: oblique;
    font-family: system-ui;
}

.text-blue {
    color: #99c2f0;
}

.code-req {
    border-radius: 15px;
    box-shadow: 0px 10px 60px 0px rgb(46 61 98 / 10%);
    padding: 35px 15px;
    background: #2d3835;
}

.industry-box {
    border-radius: 15px;
    box-shadow: 0px 10px 60px 0px rgb(46 61 98 / 10%);
    padding: 25px;
    margin-bottom: 10px;
    border-width: 1px;
    border-style: dashed;
    background: #fff;
}

.bhim-icon {
    border-radius: 9px;
    box-shadow: 0px 10px 60px 0px rgb(46 61 98 / 10%);
    padding: 8px;
    background-color: #fff;
    width: 110px;
    height: 60px;
}

.industry-box p {
    font-size: 18px;
}

.code-req p {
    color: #fff;
    margin-bottom: 0.5em;
}

.usecases p,
.usecases h5 {
    text-align: center;
}

.accordion .card-header {
    background-color: rgb(255 255 255 / 3%);
    cursor: pointer;
}

.accordion .card-body {
    background: rgb(162 162 162 / 8%)!important;
}

.accordion .card-header:after {
    font-family: 'icomoon' !important;
    content: "\e916";
    float: right;
    position: absolute;
    right: 15px;
    font-size: 25px;    
    background-image:linear-gradient(181deg, rgb(255 255 255) 35%, rgb(255 255 255) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
}

.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e917";
    font-family: 'icomoon' !important;   
    float: right;
    position: absolute;
    right: 15px;
    font-size: 25px;   
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
   background-image: linear-gradient(-90deg, #bfc2ff 35%, #806eea 100%);
}

.accordion .card-title {
    font-weight: bold;
    font-size: 18px;
}

.upload-img {
    padding: 20px 0px;
    box-shadow: 0px 10px 60px 0px rgb(46 61 98 / 10%);
    border-radius: 20px;
    background: #fff;
    border: 2px solid #806eea;
}

.contact-us {
    border-color: rgba(232, 232, 232, 0);
    box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 13%);
    background: #fff;
    border-radius: 8px;
    padding: 5px;
}

.curve-shape-1 {
    top: 35px;
    left: 0;
}

[class*=curve-shape-] {
    position: absolute;
}

.curve-shape-2 {
    bottom: 10px;
    right: 0;
}

.bulkpayout_list li {
    position: relative;
    padding-left: 35px;
    font-size: 18px;
    margin-bottom: 10px;
}

.bulkpayout_list {
    margin-bottom: 53px;
}

.bulkpayout_list li>span {
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 22px;
    background-image: linear-gradient(-90deg, #bfc2ff 35%, #806eea 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.dot-circle {
    width: 20px;
    height: 20px;
    position: relative;
    box-shadow: 0px 2px 5px rgb(0 0 0 / 50%);
    top: 1px;
   /* border: 2px solid #f1f1f1;*/
    display: inline-block;
    border-radius: 50%;
    background-image: linear-gradient(90deg, #bfc2ff 0%, #e3e4ff 100%)
}

.faq-bg {
    padding-bottom: 120px;
    position: relative;
    background-image: url(../img/faq-dotted.png);
    background-position:bottom center;
   
}
.accordion .card {
   margin-bottom: 0.5em!important;
}

header {
  position: relative;
  background-color: black;
  height: 80vh;
  min-height: 30rem;
  width: 100%;
  overflow: hidden;
}

header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header .container, header .container-fluid {
  position: relative;
  z-index: 2;
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}

.arrow
{
    font-size: 22px !important;
    
}
.api-textfor_icon
{
    position: absolute;
    font-size: 12px;
    left: 35px;
    font-weight: bold;
    text-align: center;
}
.webhook-text
{
    font-size: 8px;
    left: 28px;
    top: -3px;
}
 .features-icon {
    width: 90px;
    margin: 18px auto;
    text-align: center;
    color: #2d3835;
    font-size: 44px;
    line-height: 95px;
    height: 90px;
    background: #F6F6FB;
    border-radius: 100%/25%;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    box-shadow: 0 3px 6px rgb(13 14 14 / 14%);
}
 .features-icon span {

    background-image: linear-gradient(-90deg, #bfc2ff 35%, #806eea 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
    }

.features_payout:hover .features-icon span
{
    background-image: linear-gradient(-90deg, rgb(255 255 255) 35%, rgb(255 255 255) 100% )!important;

}
.features_payout:hover .features-icon
{
    background: #bfc2ff!important;
    border-radius: 100%;
    
}
.features_payout h5
{
    color: #806eea;
}
.features_payout:hover label
{
    color: #fff;
}

.features_payout:hover
{
    border-radius: 35px !important;
}


.features_payout
{
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0px 10px 60px 0px rgb(46 61 98 / 10%);
     -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;

}
.features_payout
{
    text-align: center;
    position: relative;
    height: 100%;
}
.features_payoutinner
{
    position: relative;  
    overflow: hidden;
}
.features_payout p {
    margin: 0;
    color: #737789;
  /*  font-size: 16px;
    font-weight: 500;*/
    line-height: 29px;    
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    padding: 0px 20px;
    padding-bottom: 10px;
}
.accordion .card-body.show
{
    background:#806eea!important;
    color: #fff;
    border-radius: 0 0 10px 10px;
     -webkit-transition: 0.5s;
    transition: 0.5s;
}
.accordion .card-header
{
  /*  border-radius: 10px;*/
    border: 0;
    -webkit-box-shadow: 0px 0px 15px 0px rgb(45 45 45 / 44%);
    box-shadow:0px 0px 15px 0px rgb(45 45 45 / 44%);
    background-color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
}

.accordion .card
{
 border-radius: 0px
}
.accordion .collapse.show, #accordion .card-body
{
    border-radius: 0 0 10px 10px;
}
/*.card-header:first-child, .accordion .card:not(:first-of-type) .card-header:first-child
{
    border-radius: 10px 10px 0px 0px;
}*/



.accordion__header
{
    background: #806eea!important;
    color: #fff!important;
    box-shadow: 0 4px 20px 0 rgb(0 0 0 / 5%)
}

@media (max-width: 767px) {
    .bg-virtual h1,
    .bg-payment h1 {
        font-size: 22px !important;
    }
    .prod_show
    {
        transform: skewX(30deg) !important;
    }
    .bg-virtual h2,
    .bg-payment h2 {
        font-size: 18px;
    }
    .bg-virtual {
        position: relative;
        width: 100%;
        overflow: hidden;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        padding: 4.5em 0px;
        background: linear-gradient(45deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.75) 100%), url(../img/mob-virtual.jpg) center center no-repeat !important;
    }
}
.bg-virtual {
    position: relative;
    width: 100%;
    overflow: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 4.5em 0px;
    background: linear-gradient(90deg, rgba(45, 56, 53, 0.78), rgba(0, 139, 0, 0.68)), url(../img/bg-fixed1.png)!important;
    width: 100%;
    background-repeat: no-repeat !important;
    background-size: contain;
    background-position: right top;
    /* background: linear-gradient(45deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.75) 100%), url(../img/virtual-account.jpg) center center no-repeat; */
}

.bg-reconcil h1,
.bg-virtual h1,
.bg-payment h1 {
    color: #fff;
    font-weight: bold;
}

.bg-reconcil h4,
.bg-virtual h4,
.bg-payment h4 {
    color: #e5e3e3;
}

.bg-reconcil h2,
.bg-virtual h2,
.bg-payment h2 {
    color: #ccc;
}
.features_payout h3{
    font-size: 1.2rem;
}
.productDiv .features_payout
{
    padding: 5px;
    border-radius: 25px



}


