*,
::after,
::before {
    box-sizing: border-box;
}

html {
    font-family: inherit;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    scroll-behavior: smooth;
}

html,
body {
    height: auto;
    width: 100%;
    font-family: sans-serif, Helvetica, Arial;
}

body {
    background: #fff;
    min-width: 315px;
    overflow-x: hidden;
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    font-family: 'Muli', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #2d3835;
    text-align: left;
    /* background-color: #F9F9F9 */
}


.body-bg {
    background: #f2f2f2;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    margin-top: 0px;
    font-family: inherit;
    font-weight: 400;
    line-height: 1.2;
    color: inherit
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #2d3835;
}

.h1,
h1 {
    font-size: 2rem
}

.h2,
h2 {
    font-size: 1.7rem
}

.h3,
h3 {
    font-size: 1.65rem
}

.h4,
h4 {
    font-size: 1.4rem
}

.h5,
h5 {
    font-size: 1.25rem
}

.h6,
h6 {
    font-size: 1rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

a,
a:active,
a:visited {
    color: inherit
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
* {
    font-family: 'Muli-Light', sans-serif;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 600;
    line-height: 1.2;
    color: inherit;
}

.white-bg {
    background: #fff;
}

@font-face {
    font-family: 'Muli-SemiBold';
    src: url('../css/fonts/Muli-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Muli-Light';
    src: url('../css/fonts/Muli-Light.ttf') format('truetype');
}

.font-light {
    font-family: 'Muli-Light';
    font-weight: inherit;
}

.bg_upi h1 {
    color: #fff;
    font-weight: bold;
}

.bg_upi h4 {
    color: #e5e3e3;
}

.mt-1 {
    margin-top: .25rem !important;
}

.font-40 {
    font-size: 2.5rem !important;
}

.pb-2 {
    padding-bottom: .5rem !important;
}

.font_1 {
    font-size: 2.1rem;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}



.display__inline h3::before {
    content: " ";
    position: relative;
    margin-right: 5px;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    display: inline-block;
    color: #fff !important;
    background: #fff;
    top: -1px;
}
.display__inline h3 {
    color: #ccc;
}
@media (min-width: 768px) {

   

    .display__inline h3 {
        display: inline;
        margin-top: 2rem;
      
        /* font-size: 1.7rem; */
        margin-right: 0.6rem;
    }
    .bg_upi .card-home {
        box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .05);
        background: rgb(33 37 41 / 42%);
        height: 98px;
        padding: 1.6rem 2rem;
        border-radius: 0.8rem;
        border: 2px solid rgb(204 204 204 / 14%);
    }
}

.bg_upi h2,
.bg_upi p {
    color: #ccc;
}

.bg_upi {
    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.webp) !important;
    background-repeat: no-repeat !important;
    background-position: right top;


}

.card-home .form-control1 {
    height: 46px !important;
    padding: 10px 25px !important;
}

.form-control1 {
    color: #555 !important;
}

.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;
}

footer,
header,
nav,
section {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
    outline-width: 0
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
optgroup,
select,
textarea {

    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.nowrap {
    white-space: nowrap
}

.list-style-none {
    list-style: none
}

.underline {
    text-decoration: underline
}

.list-reset {
    list-style: none;
    padding-left: 0
}

.inline {
    display: inline
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.table {
    display: table;
    width: 100%;
}

.priceservice table,
.priceservice {
    width: 100%;
}

.table-cell {
    display: table-cell
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.left {
    float: left
}

.right {
    float: right
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}


@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.flex {
    display: -ms-flexbox;
    display: flex
}



.items-start {
    -ms-flex-align: start;
    align-items: flex-start
}

.items-center {
    -ms-flex-align: center;
    align-items: center
}

.justify-start {
    -ms-flex-pack: start;
    justify-content: flex-start
}

.justify-center {
    -ms-flex-pack: center;
    justify-content: center
}

.content-start {
    -ms-flex-line-pack: start;
    align-content: flex-start
}

.flex-none {
    -ms-flex: none;
    flex: none
}

.absolute {
    position: absolute
}

.fixed {
    position: fixed
}

.top-0 {
    top: 0
}

.right-0 {
    right: 0
}

.left-0 {
    left: 0
}

.hide {
    position: absolute;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px)
}

@media (max-width:40rem) {
    .xs-hide {
        display: none
    }
}

@media (min-width:40.06rem) and (max-width:52rem) {
    .sm-hide {
        display: none
    }
}

@media (min-width:52.06rem) and (max-width:64rem) {
    .md-hide {
        display: none
    }
}

@media (min-width:64.06rem) {
    .lg-hide {
        display: none
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (min-width:576px) {
    .d-sm-none {
        display: none !important
    }

    /* .d-sm-block {
        display: block !important
    } */

}

@media (min-width:768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important
    }

}


.d-block {
    display: block !important;
}

.nopadding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.btn:visited {
    color: #fff
}

.font_1_2 {
    font-size: 1.25rem;
}

.btn-lg {
    padding: .62rem 1rem;
    line-height: 1.5;
    border-radius: .3rem;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-success {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
    color: #fff;
    background: #006600
        /*#006600; */

}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn-success:hover {
    color: #fff;
    background: #09af00;
}

.btn-primary {
    color: #fff !important;
    background-color: #2d3835;
    border-color: #2d3835;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12)
}

.btn-primary:hover {
    color: #fff;
    background-color: #394e49;
    border-color: #394e49
}


.btn-secondary {
    color: #2d3835;
    background-color: #d0cece;
    border-color: rgba(108, 117, 125, 0);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12)
}

.btn-secondary:hover {
    color: #fff !important;
    background-color: #2d3835;
    border-color: #2d3835
}

.btn-secondary.focus,
.btn-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn:active .btn:focus {
    opacity: .8
}

.btn[disabled],
.btn[disabled]:active,
.btn[disabled]:focus,
.btn[disabled]:hover {
    opacity: .5;
    outline: 0;
    cursor: default
}

@media (min-width:52.06rem) {
    .md-mb0 {
        margin-bottom: 0
    }

    .md-ml0,
    .md-mx0 {
        margin-left: 0
    }

    .md-mx0 {
        margin-right: 0
    }

    .md-ml1,
    .md-mx1 {
        margin-left: .5rem
    }

    .md-mx1 {
        margin-right: .5rem
    }

    .md-mxn4 {
        margin-left: -2rem;
        margin-right: -2rem
    }

}

.input {
    max-width: 100%;
    width: 300px;
    min-width: 100px;
    font-size: 1rem;
    line-height: 1.5rem
}

.input [disabled],
.input [disabled]+label {
    opacity: .5
}

.input [disabled]:focus {
    outline: 0
}

.input>input,
.input>select,
.input>textarea {
    width: 100%;
    margin-top: 1rem;
    line-height: 1.5rem;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #4a4a4a;
    background: none;
    color: #4a4a4a;
    outline: 0
}

.input>label {
    color: #222;
    pointer-events: none;
    text-align: left;
    font-size: 1.125rem;
    line-height: 1rem;
    opacity: 0;
    animation: .2s;
    animation-timing-function: cubic-bezier(.4, 0, .2, 1);
    animation-fill-mode: forwards
}

.input>input:focus,
.input>select:focus,
.input>textarea:focus {
    outline: 0
}

.input>label:after {
    content: "";
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 45%;
    background: #222;
    transition: .2s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    visibility: hidden;
    width: 10px
}

.input>input:focus+label:after,
.input>select:focus+label:after,
.input>textarea:focus+label:after {
    left: 0;
    width: 100%;
    visibility: visible
}

.input>input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.input>input[type=range] {
    border-bottom: 0
}

.input>input[type=range]+label:after {
    display: none
}

.input>select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.input>select+label:before {
    content: "⌄";
    line-height: 1.5rem;
    position: absolute;
    right: 5px;
    zoom: 2;
    top: 0;
    bottom: 0;
    color: #222
}

.input-chk,
.input-radio {
    width: auto;
    color: #4a4a4a
}

.input input[type=checkbox],
.input input[type=radio] {
    margin-top: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    border: 1px solid #222;
    vertical-align: middle;
    margin-right: .5rem;
    text-align: center
}

.input input[type=radio] {
    border-radius: 15px
}

.input input[type=checkbox]:not([disabled])+label,
.input input[type=radio]:not([disabled])+label {
    pointer-events: auto;
    animation: none;
    vertical-align: middle;
    opacity: 1;
    cursor: pointer
}

.input>label,
_:-ms-lang(x) {
    opacity: 1
}

.icon {
    fill: #f88
}

.font_2 {
    font-size: 1.55rem;
}

.line-through .strike {
    color: #fff;
    text-decoration: none;
    position: relative;
    font-size: 35px;
    font-weight: 100;
}

.line-through .strike:before {
    content: " ";
    display: block;
    width: 100%;
    border-top: 3px solid #fff;
    height: 3px;
    position: absolute;
    bottom: 20px;
    left: 0;
    transform: rotate(-19deg);
}

.line-through .strike:after {
    content: " ";
    display: block;
    width: 100%;
    border-top: 3px solid #fff;
    height: 4px;
    position: absolute;
    bottom: 20px;
    left: 0;
    transform: rotate(19deg);
}


.btn-secondary:visited {
    color: #222
}


@media(max-width: 52.06rem) {

    .visible-small {
        display: block;
    }

    .mb7 {
        margin-bottom: 2.5rem
    }
}

@media(min-width: 52.07rem) {
    .logo-top {
        margin-top: -18px;
        margin-left: 30px;
    }

    .visible-small {
        display: none;
    }

    .head-title-index {
        letter-spacing: .15em;
        font-weight: 700;
        color: #fff;
        font-size: 36px;
    }

    .head-subtitle {
        color: #fff;
        font-weight: normal;
        font-size: 26px;
    }
}

.form-shadow {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .3);
    padding: 20px 10px;
    background: #fff;
}

@media(min-width:992px) {
    .d-desk-block {
        display: block;
    }

    .d-desk-none {
        display: none;
    }
}

@media(max-width:767px) {

    .card_img img {
      
        width: 80px !important;
    }

    .hero-section
    {
        padding-top: 40px !important;
    }
    .pt-0-mob {
        padding-top: 0px !important;
    }

    .font-1-mob {
        font-size: 1rem !important;
    }

    .mob-mb-5 {
        margin-bottom: 3rem;
        padding-bottom: 1rem;
    }

    .footer-bar {
        width: 100%;
        height: auto !important;
        padding: 15px 0;
    }

    .spn-cright {
        line-height: inherit !important;
        position: relative;
        top: 45px;
    }

    .bg__overlay_btn {
        position: absolute;
        top: -220px !important;
        left: 100px !important;
    }

    .d-mob-block {
        display: block !important;
    }

    .d-mob-none {
        display: none;
    }
.priceamount
{
    font-size: 35px !important;
}
    .bg-virtual h2,
    .bg-payment h2,
    .bg_upi h2,
    .bg_upi p {
        font-size: 18px;
    }

    .usecase-mobile {
        margin-left: 25%;
    }

    .priceservice tr th {
        padding: 20px 12px;
        font-size: 18px;
        font-weight: 600;
        width: 80px;
    }

    .footer-bar {
        width: 100%;
        height: 55px;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 99;
        background-color: rgba(18, 40, 29, 1)
    }
}

.footer-bar a {
    text-decoration: none;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .footer-bar {
        width: 100%;
        height: 55px;
        position: fixed;

        bottom: 0;
        left: 0;
        z-index: 99;
        background-color: rgba(18, 40, 29, 1)
    }
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.treegreen {
    color: #83CE00 !important;
}

.font-18 {
    font-size: 18px;
}


.landing-gray {
    font-size: 10px;
    color: gray;
}




.font-4 {
    font-size: 2.5em
}

.item-icon-left .icon2 {
    left: 11px;
    font-size: 2.8em;
}

.item-icon-left {
    padding-left: 90px
}

.item-icon-left .icon2 {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    height: 100%;
}

.nav-green {
    color: #1d4230
}



.border-top-left {
    border-top-left-radius: 13px;
}

.border-top-right {
    border-top-right-radius: 13px;
}

.priceservice td {
    padding: 12px;
    font-size: 16px;
}

.priceservice {
    border-color: rgba(232, 232, 232, 0);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08);
    background: #fff;
    border-radius: 13px;
}

hr.star-light {
    padding: 0;
    border: none;
    border: 2px solid #1d4230;
    text-align: center;
    max-width: 110px;
    margin: 0 auto;
}

.promo-icon img {
    margin-top: 5px;
}

.promo-icon+h3 {
    font-size: 24px;
    margin-bottom: 0.6em;
}

.text-capitalize {
    text-transform: capitalize
}

.related-heading h3 {
    font-size: 14px;
    margin-bottom: .65em;
}

.booking-info label {
    font-weight: 700
}

.font-4 {
    font-size: 2.5em;
}

.promo-icon {
    width: 80px;
    margin: 18px auto;
    color: #1d4230;
    line-height: 85px;
    height: 80px;
    font-size: 44px;
    border: 1px solid #aaa;
    border-radius: 100%;
    text-align: center;
}

.font-14 {
    font-size: 14px
}

.why-ser {
    line-height: 23px;
    padding-top: 10px
}

.why-se2 {
    line-height: 5px;
    font-size: 30px
}

.day30 {
    font-size: 33px;
    line-height: 72px
}

.icon-content {
    position: relative;
    top: -5px;
}

.mt-8 {
    margin-top: 8px;
}

.logo-middle,
.form-d {
    display: block;
    margin: 0 auto;
}

.faq h2 {
    margin-top: 10px;
    font-size: 18px;
    margin-bottom: 5px;
    /* font-weight: 600 */
}

.priceing table tr,
.priceing table th,
.priceing table td {
    border: 1px solid #8a7f7f;
    padding: 8px;
}

.priceing table {
    border-collapse: collapse
}

@media(min-width:768px) {
    .mb2 {
        margin-bottom: 0.0rem;
    }
}

.heading-line {
    padding: 0;
    border: none;
    border: 1px solid #006600;
    text-align: center;
    max-width: 110px;
    margin-top: 0px;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mr-1 {
    margin-right: .25rem !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.ml-1 {
    margin-left: .25rem !important
}



.mt-2 {
    margin-top: .5rem !important
}

.mr-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2 {
    margin-left: .5rem !important
}



.mt-3 {
    margin-top: 1rem !important
}

.mr-3 {
    margin-right: 1rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.ml-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mr-4 {
    margin-right: 1.5rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.ml-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5 {
    margin-top: 3rem !important
}

.mr-5 {
    margin-right: 3rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}



.p-0 {
    padding: 0 !important
}

.pt-0 {
    padding-top: 0 !important
}

.pr-0 {
    padding-right: 0 !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pl-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}


.pt-1 {
    padding-top: .25rem !important
}

.pr-1 {
    padding-right: .25rem !important
}

.pb-1 {
    padding-bottom: .25rem !important
}

.pl-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2 {
    padding-top: .5rem !important
}

.pr-2 {
    padding-right: .5rem !important
}

.pb-2 {
    padding-bottom: .5rem !important
}

.pl-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3 {
    padding-top: 1rem !important
}

.pr-3 {
    padding-right: 1rem !important
}

.pb-3 {
    padding-bottom: 1rem !important
}

.pl-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4 {
    padding-top: 1.5rem !important
}

.pr-4 {
    padding-right: 1.5rem !important
}

.pb-4 {
    padding-bottom: 1.5rem !important
}

.pl-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5 {
    padding-top: 3rem !important
}

.pr-5 {
    padding-right: 3rem !important
}

.pb-5 {
    padding-bottom: 3rem !important
}

.my-auto {
    margin-top: auto !important
}


.mx-auto {
    margin-right: auto !important
}


.my-auto {
    margin-bottom: auto !important
}


.mx-auto {
    margin-left: auto !important
}

@media (min-width:576px) {
    .d-sm-none {
        display: none !important
    }

}




@media (min-width:992px) {
    .d-lg-none {
        display: none !important
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important
    }
}

/* @media (min-width: 576px) {
    .d-sm-block {
        display: block !important;
    }
} */

.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 .featured1 h3 {
    color: #fff;
    background: #006600;
}

.pricing h3 {
    font-weight: 400;
    padding: 28px 15px;
    font-size: 22px;
    color: #2c4964;
    background: #f8f8f8;
}

.pricing h4 {
    color: #2d3835;
    /* margin-bottom: 20px; */
    font-size: 2.1rem;
    font-weight: 400;
}

.pricing h4 span,
.pertrans {
    color: #595959;
    font-size: 30px;
    font-weight: 300;
    opacity: 0.7;
}

.pricing .textsmall {
    font-size: 12px;
    margin-top: -12px;
}

.pricing-divider-img {
    bottom: -4px;
    left: 0;
    width: 100%;
    position: relative;
    margin-top: -50px;
    width: 100%;
    height: 80px;
}

.line-through .strike2 {

    text-decoration: none;
    position: relative;

}

.pricing .box .icon-inr {
    position: relative;
    top: 4px;
}

.line-through .strike2:before {
    content: " ";
    display: block;
    width: 100%;
    border-top: 3px solid #2d3835;
    height: 3px;
    position: absolute;
    bottom: 20px;
    left: 0;
    transform: rotate(-19deg);
}

.line-through .strike2:after {
    content: " ";
    display: block;
    width: 100%;
    border-top: 3px solid #000;
    height: 4px;
    position: absolute;
    bottom: 20px;
    left: 0;
    transform: rotate(19deg);
}

.howitwork-bg {
    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-attachment: fixed;
    color: #FFF;
    padding: 2em;
    position: relative;
    min-height: auto;
}

.features .features-title {
    font-size: 20px;
    letter-spacing: 2px;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.features .features-desc {
    font-size: 18px;
    /* font-weight: 300; */
    color: #595959;
    opacity: 0.9;
    font-family: 'Muli-Light';
}

.howit-work p {
    color: #ddd !important;
}

.heading-line-white {
    border: 1px solid #fff !important;
}

.bg__overlay {
    width: 760px;
    max-width: 100%;
    max-height: 100%;
    height: 400px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.35;
    border-radius: 15px;
}

.code-req {
    border-radius: 15px;
    box-shadow: 0px 10px 60px 0px rgb(46 61 98 / 10%);
    padding: 35px 15px;
    background: #2d3835;
}

.position-relative {
    position: relative !important;
}


.text-blue {
    color: #99c2f0;
}

.code-req p {
    color: #fff;
    margin-bottom: 0.5em;
}

.text_danger {
    color: #FFB3B3
}

.text_success {
    color: #0FEB42 !important
}

.text-danger {
    color: #dc3545 !important;
}

.text-success {
    color: #28a745 !important;
}

.bg__overlay_btn {
    position: absolute;
    top: -200px;
    left: 310px;
}


a {
    color: #006600;
    text-decoration: none;
    background-color: transparent;
}

.skewed-bg {
    background: linear-gradient(90deg, rgba(45, 56, 53, 0.78), rgba(0, 139, 0, 0.68));
    color: #FFF;
    padding: 2em;
    position: relative;
    min-height: auto;
    /* overflow: hidden; */
}

.faq h2 {
    margin-top: 10px;
    font-size: 18px;
    margin-bottom: 5px;
}

.footer {
    position: relative;
    bottom: 0;
    width: 100%;
    height: auto;
    color: #fff;
    /* line-height: 60px; */
    background-color: #2d3835;
}

.home_footer {
    padding: 30px 0 0 9px;
}


[class*=block-grid-] {
    display: block;
    margin: -15px;
    padding: 0
}

[class*=block-grid-]:after,
[class*=block-grid-]:before {
    content: " ";
    display: table
}

.block-grid-item {
    display: inline;
    margin: 0;
    padding: 10px 5px 0;
    height: auto;
    float: left;
    list-style: none
}

.block-grid-xs-1>.block-grid-item {
    width: 100%
}

.block-grid-xs-1>.block-grid-item:nth-of-type(n) {
    clear: none
}

.block-grid-xs-1>.block-grid-item:nth-of-type(1n+1) {
    clear: both
}

.block-grid-xs-2>.block-grid-item {
    width: 50%
}

.block-grid-xs-2>.block-grid-item:nth-of-type(n) {
    clear: none
}

.block-grid-xs-2>.block-grid-item:nth-of-type(2n+1) {
    clear: both
}

.block-grid-xs-3>.block-grid-item {
    width: 33.333333333333336%
}

.block-grid-xs-3>.block-grid-item:nth-of-type(n) {
    clear: none
}

.block-grid-xs-3>.block-grid-item:nth-of-type(3n+1) {
    clear: both
}

.block-grid-xs-4>.block-grid-item {
    width: 25%
}

.block-grid-xs-4>.block-grid-item:nth-of-type(n) {
    clear: none
}

.block-grid-xs-4>.block-grid-item:nth-of-type(4n+1) {
    clear: both
}

.block-grid-xs-5>.block-grid-item {
    width: 20%
}

.block-grid-xs-5>.block-grid-item:nth-of-type(n) {
    clear: none
}

.block-grid-xs-5>.block-grid-item:nth-of-type(5n+1) {
    clear: both
}

.block-grid-xs-6>.block-grid-item {
    width: 16.666666666666668%
}

.block-grid-xs-6>.block-grid-item:nth-of-type(n) {
    clear: none
}

.block-grid-xs-6>.block-grid-item:nth-of-type(6n+1) {
    clear: both
}

.block-grid-xs-7>.block-grid-item {
    width: 14.285714285714286%
}

.block-grid-xs-7>.block-grid-item:nth-of-type(n) {
    clear: none
}

.block-grid-xs-7>.block-grid-item:nth-of-type(7n+1) {
    clear: both
}

.block-grid-xs-8>.block-grid-item {
    width: 12.5%
}

.block-grid-xs-8>.block-grid-item:nth-of-type(n) {
    clear: none
}

.block-grid-xs-8>.block-grid-item:nth-of-type(8n+1) {
    clear: both
}

.block-grid-xs-9>.block-grid-item {
    width: 11.11111111111111%
}

.block-grid-xs-9>.block-grid-item:nth-of-type(n) {
    clear: none
}

.block-grid-xs-9>.block-grid-item:nth-of-type(9n+1) {
    clear: both
}

.block-grid-xs-10>.block-grid-item {
    width: 10%
}

.block-grid-xs-10>.block-grid-item:nth-of-type(n) {
    clear: none
}

.block-grid-xs-10>.block-grid-item:nth-of-type(10n+1) {
    clear: both
}

.block-grid-xs-11>.block-grid-item {
    width: 9.090909090909092%
}

.block-grid-xs-11>.block-grid-item:nth-of-type(n) {
    clear: none
}

.block-grid-xs-11>.block-grid-item:nth-of-type(11n+1) {
    clear: both
}

.block-grid-xs-12>.block-grid-item {
    width: 8.333333333333334%
}

.block-grid-xs-12>.block-grid-item:nth-of-type(n) {
    clear: none
}

.block-grid-xs-12>.block-grid-item:nth-of-type(12n+1) {
    clear: both
}

@media (min-width:768px) {
    .block-grid-sm-1>.block-grid-item {
        width: 100%
    }

    .block-grid-sm-1>.block-grid-item:nth-of-type(n) {
        clear: none
    }

    .block-grid-sm-1>.block-grid-item:nth-of-type(1n+1) {
        clear: both
    }

    .block-grid-sm-2>.block-grid-item {
        width: 50%
    }

    .block-grid-sm-2>.block-grid-item:nth-of-type(n) {
        clear: none
    }

    .block-grid-sm-2>.block-grid-item:nth-of-type(2n+1) {
        clear: both
    }

    .block-grid-sm-3>.block-grid-item {
        width: 33.333333333333336%
    }

    .block-grid-sm-3>.block-grid-item:nth-of-type(n) {
        clear: none
    }

    .block-grid-sm-3>.block-grid-item:nth-of-type(3n+1) {
        clear: both
    }

    .block-grid-sm-4>.block-grid-item {
        width: 25%
    }

    .block-grid-sm-4>.block-grid-item:nth-of-type(n) {
        clear: none
    }

    .block-grid-sm-4>.block-grid-item:nth-of-type(4n+1) {
        clear: both
    }

    .block-grid-sm-5>.block-grid-item {
        width: 20%
    }

    .block-grid-sm-5>.block-grid-item:nth-of-type(n) {
        clear: none
    }

    .block-grid-sm-5>.block-grid-item:nth-of-type(5n+1) {
        clear: both
    }

    .block-grid-sm-6>.block-grid-item {
        width: 16.666666666666668%
    }

    .block-grid-sm-6>.block-grid-item:nth-of-type(n) {
        clear: none
    }

    .block-grid-sm-6>.block-grid-item:nth-of-type(6n+1) {
        clear: both
    }

    .block-grid-sm-7>.block-grid-item {
        width: 14.285714285714286%
    }

    .block-grid-sm-7>.block-grid-item:nth-of-type(n) {
        clear: none
    }

    .block-grid-sm-7>.block-grid-item:nth-of-type(7n+1) {
        clear: both
    }

    .block-grid-sm-8>.block-grid-item {
        width: 12.5%
    }

    .block-grid-sm-8>.block-grid-item:nth-of-type(n) {
        clear: none
    }

    .block-grid-sm-8>.block-grid-item:nth-of-type(8n+1) {
        clear: both
    }

    .block-grid-sm-9>.block-grid-item {
        width: 11.11111111111111%
    }

    .block-grid-sm-9>.block-grid-item:nth-of-type(n) {
        clear: none
    }

    .block-grid-sm-9>.block-grid-item:nth-of-type(9n+1) {
        clear: both
    }

    .block-grid-sm-10>.block-grid-item {
        width: 10%
    }

    .block-grid-sm-10>.block-grid-item:nth-of-type(n) {
        clear: none
    }

    .block-grid-sm-10>.block-grid-item:nth-of-type(10n+1) {
        clear: both
    }

    .block-grid-sm-11>.block-grid-item {
        width: 9.090909090909092%
    }

    .block-grid-sm-11>.block-grid-item:nth-of-type(n) {
        clear: none
    }

    .block-grid-sm-11>.block-grid-item:nth-of-type(11n+1) {
        clear: both
    }

    .block-grid-sm-12>.block-grid-item {
        width: 8.333333333333334%
    }

    .block-grid-sm-12>.block-grid-item:nth-of-type(n) {
        clear: none
    }

    .block-grid-sm-12>.block-grid-item:nth-of-type(12n+1) {
        clear: both
    }
}

@media (min-width:992px) {
    .block-grid-md-1>.block-grid-item {
        width: 100%
    }

    .block-grid-md-1>.block-grid-item:nth-of-type(n) {
        clear: none
    }

    .block-grid-md-1>.block-grid-item:nth-of-type(1n+1) {
        clear: both
    }

    .block-grid-md-2>.block-grid-item {
        width: 50%
    }

    .block-grid-md-2>.block-grid-item:nth-of-type(n) {
        clear: none
    }

    .block-grid-md-2>.block-grid-item:nth-of-type(2n+1) {
        clear: both
    }

    .block-grid-md-3>.block-grid-item {
        width: 33.333333333333336%
    }

    .block-grid-md-3>.block-grid-item:nth-of-type(n) {
        clear: none
    }

    .block-grid-md-3>.block-grid-item:nth-of-type(3n+1) {
        clear: both
    }

    .block-grid-md-4>.block-grid-item {
        width: 25%
    }

    .block-grid-md-4>.block-grid-item:nth-of-type(n) {
        clear: none
    }

    .block-grid-md-4>.block-grid-item:nth-of-type(4n+1) {
        clear: both
    }

    .block-grid-md-5>.block-grid-item {
        width: 20%
    }

    .block-grid-md-5>.block-grid-item:nth-of-type(n) {
        clear: none
    }

    .block-grid-md-5>.block-grid-item:nth-of-type(5n+1) {
        clear: both
    }

    .block-grid-md-6>.block-grid-item {
        width: 16.666666666666668%
    }

    .block-grid-md-6>.block-grid-item:nth-of-type(n) {
        clear: none
    }

    .block-grid-md-6>.block-grid-item:nth-of-type(6n+1) {
        clear: both
    }

    .block-grid-md-7>.block-grid-item {
        width: 14.285714285714286%
    }

    .block-grid-md-7>.block-grid-item:nth-of-type(n) {
        clear: none
    }

    .block-grid-md-7>.block-grid-item:nth-of-type(7n+1) {
        clear: both
    }

    .block-grid-md-8>.block-grid-item {
        width: 12.5%
    }

    .block-grid-md-8>.block-grid-item:nth-of-type(n) {
        clear: none
    }

    .block-grid-md-8>.block-grid-item:nth-of-type(8n+1) {
        clear: both
    }

    .block-grid-md-9>.block-grid-item {
        width: 11.11111111111111%
    }

    .block-grid-md-9>.block-grid-item:nth-of-type(n) {
        clear: none
    }

    .block-grid-md-9>.block-grid-item:nth-of-type(9n+1) {
        clear: both
    }

    .block-grid-md-10>.block-grid-item {
        width: 10%
    }

    .block-grid-md-10>.block-grid-item:nth-of-type(n) {
        clear: none
    }

    .block-grid-md-10>.block-grid-item:nth-of-type(10n+1) {
        clear: both
    }

    .block-grid-md-11>.block-grid-item {
        width: 9.090909090909092%
    }

    .block-grid-md-11>.block-grid-item:nth-of-type(n) {
        clear: none
    }

    .block-grid-md-11>.block-grid-item:nth-of-type(11n+1) {
        clear: both
    }

    .block-grid-md-12>.block-grid-item {
        width: 8.333333333333334%
    }

    .block-grid-md-12>.block-grid-item:nth-of-type(n) {
        clear: none
    }

    .block-grid-md-12>.block-grid-item:nth-of-type(12n+1) {
        clear: both
    }
}

@media (min-width:1200px) {
    .block-grid-lg-1>.block-grid-item {
        width: 100%
    }

    .block-grid-lg-1>.block-grid-item:nth-of-type(n) {
        clear: none
    }

    .block-grid-lg-1>.block-grid-item:nth-of-type(1n+1) {
        clear: both
    }

    .block-grid-lg-2>.block-grid-item {
        width: 50%
    }

    .block-grid-lg-2>.block-grid-item:nth-of-type(n) {
        clear: none
    }

    .block-grid-lg-2>.block-grid-item:nth-of-type(2n+1) {
        clear: both
    }

    .block-grid-lg-3>.block-grid-item {
        width: 33.333333333333336%
    }

    .block-grid-lg-3>.block-grid-item:nth-of-type(n) {
        clear: none
    }

    .block-grid-lg-3>.block-grid-item:nth-of-type(3n+1) {
        clear: both
    }

    .block-grid-lg-4>.block-grid-item {
        width: 25%
    }

    .block-grid-lg-4>.block-grid-item:nth-of-type(n) {
        clear: none
    }

    .block-grid-lg-4>.block-grid-item:nth-of-type(4n+1) {
        clear: both
    }

    .block-grid-lg-5>.block-grid-item {
        width: 20%
    }

    .block-grid-lg-5>.block-grid-item:nth-of-type(n) {
        clear: none
    }

    .block-grid-lg-5>.block-grid-item:nth-of-type(5n+1) {
        clear: both
    }

    .block-grid-lg-6>.block-grid-item {
        width: 16.666666666666668%
    }

    .block-grid-lg-6>.block-grid-item:nth-of-type(n) {
        clear: none
    }

    .block-grid-lg-6>.block-grid-item:nth-of-type(6n+1) {
        clear: both
    }

    .block-grid-lg-7>.block-grid-item {
        width: 14.285714285714286%
    }

    .block-grid-lg-7>.block-grid-item:nth-of-type(n) {
        clear: none
    }

    .block-grid-lg-7>.block-grid-item:nth-of-type(7n+1) {
        clear: both
    }

    .block-grid-lg-8>.block-grid-item {
        width: 12.5%
    }

    .block-grid-lg-8>.block-grid-item:nth-of-type(n) {
        clear: none
    }

    .block-grid-lg-8>.block-grid-item:nth-of-type(8n+1) {
        clear: both
    }

    .block-grid-lg-9>.block-grid-item {
        width: 11.11111111111111%
    }

    .block-grid-lg-9>.block-grid-item:nth-of-type(n) {
        clear: none
    }

    .block-grid-lg-9>.block-grid-item:nth-of-type(9n+1) {
        clear: both
    }

    .block-grid-lg-10>.block-grid-item {
        width: 10%
    }

    .block-grid-lg-10>.block-grid-item:nth-of-type(n) {
        clear: none
    }

    .block-grid-lg-10>.block-grid-item:nth-of-type(10n+1) {
        clear: both
    }

    .block-grid-lg-11>.block-grid-item {
        width: 9.090909090909092%
    }

    .block-grid-lg-11>.block-grid-item:nth-of-type(n) {
        clear: none
    }

    .block-grid-lg-11>.block-grid-item:nth-of-type(11n+1) {
        clear: both
    }

    .block-grid-lg-12>.block-grid-item {
        width: 8.333333333333334%
    }

    .block-grid-lg-12>.block-grid-item:nth-of-type(n) {
        clear: none
    }

    .block-grid-lg-12>.block-grid-item:nth-of-type(12n+1) {
        clear: both
    }
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

img {
    vertical-align: middle;
    border-style: none;
}

.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-unstyled li {
    margin-bottom: 0px;
}

.footer li a {
    color: #fff;
}

.links li a,
.links p,
.links span,
.sharelinks {
    color: #fff;
    font-size: 13px;
    font-family: 'Muli-Light';
}

.text-white,
.white,
.spn-cright {
    color: #fff !important;
}

.footer p {
    margin-bottom: 0px;
    margin-top: 5px;
    font-size: 13px;
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.w-120 {
    width: 120px !important;
}

.w-140 {
    width: 140px !important;
}

.media-body {
    -ms-flex: 1;
    flex: 1;
}

.media a {
    color: #2d3835;
    text-align: center;
}

.iconinr {
    position: relative;
    top: 2px;
    font-size: 30px;
    margin-right: 3px;
    margin-left: 3px;
}


@media(max-width:767px) {

    .hero-section h1
    {
        font-size: 1.5rem !important;
    }
    .hero-section p, .hero-section h2, .hero-section h3
    {
        font-size: 1rem !important;
    }
    .centerDialog {
        position: absolute;
        left: 6% !important;
        top: 5% !important;
        /* transform: translate(-5%, -5%) !important; */
    }

    .features .features-icon {
        border: 1px solid #ccc
    }

    .card-home .form-control1 {
        margin-bottom: 0.65em !important;
    }

    .icon-textbox {
        margin-top: -43px !important;
    }

    .font-40 {
        font-size: 1.5rem !important;
    }

    /* .font_1, .iconinr,  .mobh4 {
        font-size: 1rem !important;
    } */
    .line-through .strike:before,
    .line-through .strike::after {
        bottom: 20px;
    }

    .display__inline h3 {
        font-size: 1rem !important;
    }

    .bg_upi .h4 {
        font-size: 1rem !important;
    }

    .media-body h4 {
        font-size: 1rem !important;
    }

    .media .mr-5 {
        margin-right: 2rem !important;
    }
}

.howitwork p {
    color: #595959 !important;
    opacity: 0.9;
}

.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%);
    }
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

.navbar-default {
    background: rgba(255, 255, 255, 0.42) !important;
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem;
}

@media (min-width: 768px) {

    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -15px;
    }

    .no-radius-left {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
    float: left;
    height: 50px;
    padding: 0 15px;
    font-size: 18px;
    line-height: 20px;
}

.navbar-brand img {
    top: -1px;
    position: relative;
}

.navbar-brand img {
    width: 160px !important;
    top: 4.5px !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

@media (min-width: 992px) {

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.navbar>.container,
.navbar>.container-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.nav-colored {
    background: #2d3835 !important;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
}

@media (min-width: 992px) {

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }
}

@media (min-width: 992px) {

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }
}

.mt-0 {
    margin-top: 0 !important
}

.collapse:not(.show) {
    display: none;
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
}

.font-35 {
    font-size: 35px;
}

.pricevalue {
    color: #2d3835 !important;
    font-size: 35px !important;
}


/*Button Animate css*/
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%;
    }
}





.card-box-dash {
    padding: .375rem .75rem
}

.card-box-dash h4,
.card-box-dash h5,
.card-box-dash p{
    color: #2d3835
}

.card-box-dash:hover {
    color: #fff;
    background: none
}

.card-box-dash:hover {
    border-radius: 0 !important
}



.card-box-dash:before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    width: 0;
    height: 0;
    background: transparent;
    border: 2px solid transparent
}

.card-box-dash:hover:before {
    -webkit-animation: animate 1s linear forwards;
    animation: animate 1s linear forwards
}

@-webkit-keyframes animate {
    0% {
        width: 0;
        height: 0;
        border-top-color: #008b00;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent
    }

    50% {
        width: 100%;
        height: 0;
        border-top-color: #008b00;
        border-right-color: #008b00;
        border-bottom-color: transparent;
        border-left-color: transparent
    }

    to {
        width: 100%;
        height: 100%;
        border-top-color: #008b00;
        border-right-color: #008b00;
        border-bottom-color: transparent;
        border-left-color: transparent
    }
}

@keyframes animate {
    0% {
        width: 0;
        height: 0;
        border-top-color: #008b00;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent
    }

    50% {
        width: 100%;
        height: 0;
        border-top-color: #008b00;
        border-right-color: #008b00;
        border-bottom-color: transparent;
        border-left-color: transparent
    }

    to {
        width: 100%;
        height: 100%;
        border-top-color: #008b00;
        border-right-color: #008b00;
        border-bottom-color: transparent;
        border-left-color: transparent
    }
}

.card-box-dash:after {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    width: 0;
    height: 0;

    background: transparent;
    border: 2px solid transparent
}

.card-box-dash:hover:after {
    -webkit-animation: animates 1s linear forwards;
    animation: animates 1s linear forwards
}

@-webkit-keyframes animates {
    0% {
        width: 0;
        height: 0;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: #008b00
    }

    50% {
        width: 0;
        height: 100%;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: #008b00;
        border-left-color: #008b00
    }

    to {
        width: 100%;
        height: 100%;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: #008b00;
        border-left-color: #008b00
    }
}

@keyframes animates {
    0% {
        width: 0;
        height: 0;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: #008b00
    }

    50% {
        width: 0;
        height: 100%;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: #008b00;
        border-left-color: #008b00
    }

    to {
        width: 100%;
        height: 100%;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: #008b00;
        border-left-color: #008b00
    }
}

/*Button animate css ends*/

.green {
    color: #006600 !important
}

.form-control {
    display: block;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ccc;
}

.form-group {
    margin-bottom: .5rem;
}

.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 #006600;
    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);
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #2d3835;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    background: none;
    border: none;
    outline: none;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

@media (min-width: 576px) {
    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;

}

.centerDialog {
    position: absolute;
    left: 42%;
    top: 5%;
    /* transform: translate(-50%, -50%); */
}

dialog {
    border: none;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
    z-index: 1050;
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545;
}

.was-validated .form-control:invalid~.invalid-feedback {
    display: block;
}

.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #28a745;
}

.or {
    position: absolute;
    left: 43%;
    margin-top: -12px;
    background: #fff;
    border-radius: 100;
    width: 50px;
    height: 30px;
}

.content,
.icon-textbox,
.icon_search,
.icon_searchsmall {
    position: absolute;
}

.icon-textbox {
    color: #888;
    margin-top: -30px;
    padding-left: 6px;

}

.home-txtbox {
    left: 0;
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem;
}

.list-inline-item {
    display: inline-block;
}

.navbar-call-icon {
    text-decoration: none !important;
    color: #fff !important;
    border: 1px solid #ddd;
    padding: 8px;
    border-radius: 8px;
    font-size: 1.5rem !important;
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.press_card {

    border-radius: 15px;
    background: #fff;
    color: #2d3835;
    padding: 20px;
    font-weight: 600;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.press_card a {
    color: #2d3835;
}

.press_card p {
    font-size: 18px !important;
}

.font_4 {
    font-size: 1.4rem;
    font-weight: 600;
}

.more_btn {
    position: absolute;
    top: 40%;
    left: 25%;
}

.overlay_more {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    background: rgb(255 255 255 / 71%);
    width: 100%;
    height: 100%;
    border-radius: 15px;
    padding: 0px !important;
}

.footer_heading {
    font-size: 1.25rem !important;
}

.footer li a:hover {
    color: #83CE00;
}

.footer>.container {
    padding-right: 15px;
    padding-left: 15px;
}

.box_feature {
    border-radius: 75px 0px 75px 0px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px -50px 36px -28px inset;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    padding: 10px 15px;
    background: rgb(45 56 53 / 75%);
    color: #fff;
}

@media (min-width: 769px) {
    .box_feature {
        height: 420px;
    }
}

.steps_circle {
    width: 110px;
    margin: 18px auto;
    text-align: center;
    color: #2d3835;
    font-size: 44px;
    line-height: 110px;
    height: 110px;
    border-radius: 100%;
    background: #F6F6FB;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    font-weight: bolder;
    font-style: oblique;
    font-family: system-ui;
}

.box_feature.second_bg {
    background: rgb(255 255 255 / 75%) !important;
    color: #2d3835;
}

@media (min-width: 769px) {
    .howit_works2 p:nth-child(1)::before {
        content: '2';
    }
}

@media (min-width: 769px) {

    .howit_works1 p::before,
    .howit_works2 p::before,
    .howit_works3 p::before {
        content: '';
        position: absolute;
        left: -20px;
        color: #fff;
        clear: both;
        width: 45px;
        height: 45px;
        background-color: #008b25;
        font-size: 30px;
        border-radius: 25px 25px 0px 25px;
    }
}

.howit-img {
    /* padding: 20px 0px; */
    box-shadow: 0 3px 10px -5px rgb(0 0 0 / 23%);
    border-radius: 20px;
    background: #fff;
    border: 2px solid #008b00;
}

@media (min-width: 769px) {
    .howit_works1 p:nth-child(1)::before {
        content: '1';
    }
}

@media (min-width: 769px) {
    .howit_works3 p:nth-child(1)::before {
        content: '3';
    }
}

@media (min-width: 769px) {
    .mt__5 {
        margin-top: 3rem !important;
    }
}

.parent-list li::before {
    content: '';
    position: absolute;
    left: -13px;
    color: #fff;
    clear: both;
    width: 12px;
    height: 12px;
    background-color: #fff;
    margin-top: 7px;
    border-radius: 10%;
}

.parent-list li {
    padding: 5px 0px;
}

.features-icon {
    width: 90px;
    margin: 18px auto;
    text-align: center;
    color: #2d3835;
    font-size: 44px;
    line-height: 90px;
    height: 90px;
    background: #F6F6FB;
    border-radius: 20px/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, rgb(0 0 0) 35%, rgb(45 56 53) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
}

.features_paypages:hover .features-icon span {
    background-image: linear-gradient(-90deg, rgb(255 255 255) 35%, rgb(255 255 255) 100%) !important;

}

.features_paypages:hover .features-icon {
    background: #2d3835 !important;
    border-radius: 100%;

}

.features_paypages h5 {
    color: #2d3835;
}

.features_paypages:hover label {
    color: #fff;
}

.features_paypages:hover {
    border-radius: 35px !important;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

.features_paypages {
    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_paypages {
    text-align: center;
    position: relative;
    height: 100%;
}

.features_paypagesinner {
    position: relative;
    overflow: hidden;
}

.features_paypages p {
    margin: 0;
    color: #595959;
    /*  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;
}

.howit_work {
    border-radius: 105px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    text-align: center;
    position: relative;
    padding: 60px 5px;
    height: 160px;
    margin-bottom: 1rem;
}

.howit_counter h5 {
    background-image: linear-gradient(-90deg, rgb(11 190 11) 35%, rgb(28 36 34) 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;
}

.counter {
    position: absolute;
    top: 35px;
    left: 40px;
    font-size: 5em;
}

@media (min-width: 769px) {
    .howit_works .col-md-4::after {
        font-family: 'icomoon' !important;
        content: '\e91c';
        position: absolute;
        left: -15px;
        top: 40%;
        color: #008b25;
        clear: both;
        font-size: 30px;
    }
}

.pages_images img {
    box-shadow: rgb(45 56 53 / 40%) -5px 5px, rgba(45, 56, 53, 0.3) -10px 10px, rgba(45, 56, 53, 0.2) -15px 15px, rgba(45, 56, 53, 0.1) -20px 20px, rgba(45, 56, 53, 0.05) -25px 25px;
    max-width: 100%;
    max-height: 100%;
    border-radius: 20px;
    border: 2px solid #ccc;
}

.image_overlap {
    position: absolute;
    z-index: 50;
    top: -75px;
    left: 50px;
}

.image_overlap1 {
    position: absolute;
    z-index: 50;
    top: -30px;
    left: 60px;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.offset-3 {
    margin-left: 25%;
}

.howit_work p {
    padding-left: 4.5rem;
}

.howit_counter h5.secondcounter {
    background-image: linear-gradient(-90deg, rgb(45 56 53) 35%, rgb(10 233 10) 100%) !important;
}

.howit_counter h5.thirdcounter {
    background-image: linear-gradient(-90deg, rgb(25 148 7) 35%, rgb(10 87 10) 100%) !important;
}

@media (min-width: 769px) {
    .howit_works .col-md-4:first-child::after {
        content: '';
    }
}

.pricing ul li:nth-child(odd) {
    background: rgba(245, 243, 243, 0.43);
}

.pricing ul li {
    padding: 16px;
}

.pricing ul {
    padding: 0;
    list-style: none;
    color: #444444;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
}

.features .features-icon2 {
    font-size: 55px;
    background: #fff;
    margin-bottom: 0.5em;
    width: 100px;
    height: 100px;
    display: inline-block;
    text-align: center;
    line-height: 2;
    box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 100%;
}

.features-icon2 img {
    width: 1em;
    margin-top: -30px;
}

.howitwork .features-icon2 img {
    width: 1.5em;
}

.hero-section {
    position: relative;
    overflow: hidden;
    padding-top: 100px;
}

.hero-section .section-overlay {
    z-index: 2;
    opacity: 0.65;
}

.section-overlay {
    background: linear-gradient(to bottom, #000 0%, rgb(0 0 0 / 83%) 100%);
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    opacity: 0.65;
}

.custom-video {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.hero-section .container,
.hero-section .container-fluid {
    position: relative;
    z-index: 2;
    height: 100%;
    padding-bottom: 50px;
}

.transparent-btn {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 5px;
}

.transparent-btn:hover {
    background: #fff !important;
    color: #2d3835 !important;
}

.nav-colored .transparent-btn {
    color: #2d3835 !important;
    background: #fff !important;
    border: 2px solid #fff !important;
}

.nav-colored .transparent-btn:hover {
    color: #2d3835 !important;
    background: #f4f4f4 !important;
    border: 2px solid #f4f4f4 !important;
}

.handright {
    font-family: cursive;
}

@media (min-width: 768px) {
    .card-home {
        box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .05);
        /* background: #fff; */
        background: rgb(45 56 53 / 59%);
        height: 98px;
        padding: 1.6rem 2rem;
        border-radius: 0.8rem;
        /* border: 2px solid rgb(204 204 204 / 14%); */
    }

}

.down-scroll {
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    background: none;
    box-shadow: none;
    line-height: 2.2 !important;
    border: 1px solid rgb(255 255 255 / 79%);
    color: #fff;
}

.why-content {
    height: 100%;
    padding: 15px;
}

.whypaysharp1 h5,
.whypaysharp1 p {
    text-align: center;
}

.whypaysharp1 p {
    font-size: 14px;
}

.why-paysharp-pay {
    border-radius: 8px;
    text-align: center;
    position: relative;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.why-paysharp-inner {
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.why-paysharp-pay h3 {
    margin: 0;
    font-weight: bold;
    color: #282828;
}

.why-paysharp-pay p {
    color: #737789;
    margin: 0;
    margin-top: 15px;
}

.why-paysharp-pay:hover h5,
.why-paysharp-pay:hover b,
.why-paysharp-pay:hover p {
    color: #fff;
}

.why-pay-inner::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 153px;
    height: 117px;
    content: '';
    background-image: url(../img/why-pay1.png);
    -webkit-transform: perspective(200px) scaleX(0) scaleY(0);
    transform: perspective(200px) scaleX(0) scaleY(0);
    -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
    opacity: 0;
    -webkit-transform-origin: right top;
    transform-origin: right top;
}

.why-pay-inner::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 140px;
    height: 156px;
    content: '';
    background-image: url(../img/why-pay2.png);
    -webkit-transform: perspective(150px) scaleX(0) scaleY(0);
    transform: perspective(150px) scaleX(0) scaleY(0);
    -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
    opacity: 0;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
}

.why-paysharp-pay:hover .why-pay-inner::before,
.why-paysharp-pay:hover .why-pay-inner::after {
    opacity: 0.3;
    -webkit-transform: perspective(200px) scaleX(1) scaleY(.8);
    transform: perspective(200px) scaleX(1) scaleY(.8);
}

.why-paysharp-pay::before {
    content: '';
    border-radius: 5px;
    background-image: linear-gradient(90deg, rgba(45, 56, 53, 0.78), rgba(0, 139, 0, 0.68));
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.why-paysharp-pay:hover::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: top;
    transform-origin: top;
}

/*products*/

.service-one {
    padding-bottom: 90px;
    padding-top: 195px;
}

.product_service {
    border-radius: 135px;
    background-color: #fff;
    box-shadow: 0px 10px 60px 0px rgba(46, 61, 98, 0.1);
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}

.service-one__icon {
    width: 129px;
    height: 129px;
    background-color: #f6f6fb;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    margin-bottom: 27px;
    position: relative;
    z-index: 10;
}

.product_service h3 {
    margin: 0;
    font-weight: 600;
    font-size: 20px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    margin-bottom: 29px;
    z-index: 1;
}

.product_service h3 a {
    color: inherit;
    z-index: 1;
    text-decoration: underline;
}

.product_service h3 a:hover {
    color: #fff;
}

.product_service p {
    margin: 0;
    color: #737789;
    font-size: 16px;
    font-weight: 500;
    line-height: 29px;
    width: 58%;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.product_service:hover h3,
.product_service:hover p {
    color: #fff;
}

.product_service::before {
    content: '';
    border-radius: 5px;
    background-image: linear-gradient(90deg, rgba(45, 56, 53, 0.78), rgba(0, 139, 0, 0.68));
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 135px;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.service-one__circle::before {
    position: absolute;
    bottom: -6px;
    left: -21px;
    width: 170px;
    height: 169px;
    content: '';
    background-image: url(../img/2.png);
    background-repeat: no-repeat;
    -webkit-transform: perspective(150px) scaleX(0);
    transform: perspective(150px) scaleX(0);
    -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
    opacity: 0;
    z-index: 0;
    -webkit-transform-origin: left;
    transform-origin: left;
}

.service-one__circle::after {
    position: absolute;
    top: -4px;
    right: -14px;
    width: 120px;
    z-index: 0;
    height: 90px;
    content: '';
    background-image: url(../img/01.png);
    -webkit-transform: perspective(150px) scaleX(0);
    background-repeat: no-repeat;
    transform: perspective(150px) scaleX(0);
    -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
    opacity: 0;
    -webkit-transform-origin: right;
    transform-origin: right;
}

.product_service:hover .service-one__circle::before,
.product_service:hover .service-one__circle::after {
    opacity: 0.3;
    -webkit-transform: perspective(150px) scaleX(1);
    transform: perspective(150px) scaleX(1);
}

.product_service:hover::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left;
    transform-origin: left;
}

.product_service__inner {
    position: relative;
    padding-top: 40px;
    padding-bottom: 71px;
    border-radius: 135px;
    overflow: hidden;
}

/*end products*/
.productDiv div,
.pointer_link {
    cursor: pointer;
}

video::cue {
    opacity: 1;
    background-color: black;
    font-size: 20px !important;
}

video::-webkit-media-text-track-display {
    color: #FAFAFA;
    font-size: 1em;
}

.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.list-group-item.active,
.list-group-item:hover {
    z-index: 2;
    color: #fff;
    background-color: #2d3835;
    border-color: #2d3835;
}

.list-group-item a {
    color: #fff;

}

.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    color: #fff !important;
    background-color: rgb(45 56 53 / 66%);
}

.container-height {
    margin-top: 5rem !important;
}

.team img {
    border-radius: 100%;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.42);
}

.navbar-dark,
.nav-colored {
    background: #2d3835 !important;
    color: #fff;
}

.bg-light {
    background-color: #fff !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
}

.text-underline {
    text-decoration: underline;
}

.clients img,
.contact-us, .product_box {
    border-color: rgba(232, 232, 232, 0);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.13);
    background: #fff;
    border-radius: 8px;
    padding: 5px;
}

.form-control2 {
    width: 100%;
}

textarea.form-control {
    height: auto;
}

.textarea-top-icon {
    margin-top: -75px !important;
}

.card-content {
    padding: 0.75em 1.25em;
}

.small,
small {
    font-size: 80%;
    font-weight: 400;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #ccc;
    left: 50%;
    margin-left: -1.5px;
}

.timeline>li {
    margin-bottom: 20px;
    position: relative;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li:after {
    clear: both;
}

.timeline>li>.timeline-panel {
    width: 50%;
    float: left;
    border-radius: 15px;
    background: #fff;
    padding: 15px;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline>li.timeline-inverted+li:not(.timeline-inverted),
.timeline>li:not(.timeline-inverted)+li.timeline-inverted {
    margin-top: -47px;
}

.timeline>li:not(.timeline-inverted) {
    padding-right: 90px;
}

.timeline>li.timeline-inverted {
    padding-left: 90px;
}

.timeline>li>.timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " ";
}

.timeline>li>.timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
}

.timeline>li>.timeline-badge {
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -25px;
    background-color: #2d3835;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline-badge.success {
    background-color: #008b00 !important;
}

.timeline-badge p {
    margin-top: 10px !important;
    font-size: 12px;
    line-height: 1.2 !important;
    display: inline-block;
    font-weight: normal;
}

.press_img div {
    display: inline-block;
    margin: 5px 5px;
}

.press h2 a, .dark-green  {
    color: #2d3835 !important;
}

.press h2 {
    font-size: 18px !important;
    text-align: center;
}

.card_img img {
    vertical-align: middle;
    width: 150px;
}

.press_img {
    background: #fff;
    padding: 15px;
    border-radius: 15px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.gray-scale {
    filter: brightness(0.5);
}

.timeline {
    list-style: none;
    padding: 10px 0 10px;
    position: relative;
}

.press img {
    width: 150px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.content-page p {
    margin-bottom: 0.5em;
}

@media (min-width: 769px) {
    .make_me_sticky {
        position: sticky;
        top: 70px;
    }
}

.copy_btn {
    right: 0px;
    left: 15px;
    top: -35px;
    display: inline-block;
    border-radius: 0px 15px 0px 15px !important;
    padding: 5px 15px !important;
    font-weight: normal !important;
}

@media (min-width: 768px) {
    .table-responsive {
        overflow-x: hidden;
    }
}

.btn-group-sm>.btn,
.btn-sm {
    padding: .25rem .5rem;
    font-size: .65rem;
    font-weight: bold;
    line-height: 1.5;
    border-radius: .2rem;
}

.float-right {
    float: right !important;
}

@media (min-width: 769px) {
    .sidebar_item {
        position: absolute;
        left: 15px;
        width: 100%;
        height: 100%;
        max-width: 80%;
        padding-bottom: 10px;
    }
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
    border: 1px solid #ccc;
}

table {
    border-collapse: collapse;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-header {
    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;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.table td,
.table th {
    padding: .45rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

th {
    text-align: inherit;
}

.text-secondary {
    color: #6c757d !important;
}

@media (min-width: 769px) {
    .content_section {
        min-height: 2000px;
    }
}

tbody tr:nth-of-type(odd) {
    background-color: rgba(45, 56, 53, 0.11);
}

/* 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;
}

.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);
}

.input-group-prepend {
    margin-right: -1px;
}

.input-group-append,
.input-group-prepend {
    display: -ms-flexbox;
    display: flex;
}

.help_text {
    position: relative;
    padding: 2px 5px !important;
    background: #dedede !important;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 4px;
    font-size: 0.85em;
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control,
.input-group>.form-control-plaintext {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.opacity50 {
    opacity: .75;
}

#tappay {
    display: none;
}

.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem;
}

.form-check-label {
    margin-bottom: 0;
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0;
}

.ss label {
    position: relative;
    overflow: hidden;
}

.ss label input {
    position: absolute !important;
    left: -9999px;
}

.ss label input:checked+span {
    background-color: #ebebeb;
    font-weight: bold;
    color: #005700;
}

.ss label input:checked+span:before {
    box-shadow: inset 0 0 0 0.4375em #005700;
}

.ss label span {
    display: flex;
    align-items: center;
    padding: 0.375em 0.75em 0.375em 0.375em;
    border-radius: 99em;
    transition: 0.25s ease;
    font-weight: bold
}

.ss label span:hover {
    background-color: #ddd;
}

.ss label span:before {
    display: flex;
    flex-shrink: 0;
    content: "";
    background-color: #fff;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    margin-right: 0.375em;
    transition: 0.25s ease;
    box-shadow: inset 0 0 0 0.125em #005700;
}

.gray-color {
    columns: #575757;
}

.badge {
    display: inline-block;
    padding: .35em .8em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}

.badge-success {
    color: #fff;
    background-color: #008b00
}

a.badge-success:focus,
a.badge-success:hover {
    color: #fff;
    background-color: #1e7e34
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

a.badge-info:focus,
a.badge-info:hover {
    color: #fff;
    background-color: #117a8b
}

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

a.badge-danger:focus,
a.badge-danger:hover {
    color: #fff;
    background-color: #bd2130
}

.border-radius-20 {
    border-top-left-radius: 20%;
}

.font-3 {
    font-size: 3.5em;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.bg-color-green {
    color: #005700 !important;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.footer__paymentpage {
    background-color: #2d3835;
    color: white;
    text-align: center;
    padding: 20px;
    font-size: 16px;
}

.footer__paymentpage p {
    margin-bottom: 0px;
    margin-top: 5px;
    font-size: 13px;
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.api-textfor_icon
{
    position: absolute;
    font-size: 12px;
    left: 35px;
    font-weight: bold;
    text-align: center;
}

.webhook-text
{
    font-size: 8px;
    left: 28px;
    top: -1px;
}

@media (max-width:767px) {
    .mob_mtop{
        margin-top: 0.5em;
    }
    .mob_mbottom{
        margin-bottom: 0.5em;
    }
}