*{margin: 0; padding: 0;}
body{
    font-family: 'Poppins', sans-serif !important;
}
h2{
    font-size: 36px !important;
    font-weight: 500 !important;
    letter-spacing: .2px !important;
    margin: 0 !important;
    color: #303030;
    padding-bottom: 25px !important;
}
h2 span{
    font-weight: 700 !important;
}

@keyframes updown {
    0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
   }
   50% {
    -webkit-transform: translate(0, 5px);
    transform: translate(0, 5px);
   }
   100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
   }
   }

/* Header CSS Starts */

/* header {
    width: 100%;
    position: fixed;
    background-color: #fff;
    z-index: 999;
} */
img.src-logo {
    width: 160px;
}
.nav-space ul li a {
    padding-left: 14px !important;
    padding-right: 14px !important;
}

/* Header CSS Ends */

section.features, section.works, section.use-case, section.about, .prdt-ftr{
    padding-top: 80px;
    padding-bottom: 80px;
}

/* Banner section CSS Starts */

h1.bnr-text {
    font-size: 54px;
    font-weight: 600;
    line-height: 1.3;
    color: #2b2b2b;
    letter-spacing: .2px;
    padding-bottom: 10px;
    margin: 0;
}
p.bnr-pr {
    font-size: 18px;
    color: #686868;
    margin: 0;
    letter-spacing: .2px;
    line-height: 1.8;
    padding-top: 20px;
}
.main-bnr {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bnr-content {
    width: 45%;
}
img.card-bnr {
    padding-top: 10px;
}
.nt-img {
    text-align: center;
    background-color: #39374d;
    color: #fff;
    width: 22%;
    padding: 10px 0;
}
.not-ticker {
    background-color: #f5f5ff;
    display: flex;
    align-items: center;
    position: absolute;
    width: 84%;
    bottom: 0;
    z-index: 999;
}
.not-ticker marquee {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
}
span.bl i {
    padding-right: 10px;
}

.bnr-img {
    width: 50%;
    text-align: right;
}
.knw-btn button.button {
    background-color: #39374d;
    border: solid 2px #39374d;
    border-radius: 30px;
    color: #fff;
    font-family: 'poppins', sans-serif;
    font-weight: 400;
    padding: 15px 45px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    outline: none;
    letter-spacing: 0.2px;
}
.knw-btn button.button:hover{
    background-color: #fff;
    border: solid 2px #39374d;
    color: #39374d;
}
.knw-btn {
    margin-top: 35px;
}

/* Banner section CSS Ends */

/* Features section CSS Starts */

.featurelist {
    padding: 30px 45px;
    margin-bottom: 20px;
}
.featurelist:hover {
    background-color: #fff;
    box-shadow: 0 20px 73px 0 rgb(25 25 25 / 12%);
}
h4.feature-head {
    font-size: 22px;
    color: #2a2a2a;
    letter-spacing: 0.2px;
    padding-bottom: 12px;
    margin: 0;
}
p.feat-detail {
    font-size: 16px;
    color: #686868;
    line-height: 1.8;
    letter-spacing: 0.2px;
    margin: 0;
}
img.ft-icon {
    width: 80px;
    margin-bottom: 15px;
}

/* Features section CSS Ends */


/* How it works section CSS Starts */

.timeline-container {
    display: flex;
    flex-flow: column;
    align-items: center;
}
.timeline-container .timeline {
    position: relative;
    width: 90%;
}
.timeline-container .timeline .timeline-block:first-child {
    margin-top: 70px;
}
.timeline-container .timeline .timeline-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 120px;
}
.timeline-container .timeline .timeline-block .text-content {
    width: 50%;
    display: flex;
    flex-flow: column;
    padding-left: 70px;
}
.timeline-container .timeline .timeline-block .text-content:before {
    content: "";
    width: 20px;
    height: 20px;
    background: transparent linear-gradient(213deg,#66ceac,#3a36c6) 0 0;
    border-radius: 50px;
    position: absolute;
    left: 0;
    z-index: 1;
    margin-top: 10px;
}
.timeline-container .timeline .timeline-block .text-content h3 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    color: #3c3c3c;
    position: relative;
    margin: 0;
}

.timeline-container h2 span {
    font-weight: 700;
}
.timeline-container .timeline .timeline-block .text-content p {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 400;
    color: #686868;
    line-height: 1.9;
}
.timeline-container .timeline .timeline-block .image-content {
    width: 30%;
}
.prepaid-cards .timeline-container .timeline:after {
    top: 140px;
    bottom: 160px;
}
.timeline-container .timeline:after {
    content: "";
    position: absolute;
    top: 90px;
    bottom: 185px;
    left: 9px;
    border-left: 2px dashed #ccc;
    z-index: 0;
}

/* How it works section CSS Ends */

/* UseCases section CSS starts */

.case-det {
    padding-top: 30px;
}
p.case-p {
    font-size: 16px;
    color: #686868;
    line-height: 1.7;
    background-color: #f9f9fb;
    margin: 0;
    padding: 30px 40px;
}
p.case-new{
    font-size: 16px;
    color: #686868;
    line-height: 1.7;
    border: #c3c3c3 dashed 2px;
    border-radius: 7px;
    padding: 20px 25px;
    margin: 0;
}
.case-row {
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
}


/* UseCases section CSS Ends */


/* About section CSS starts */

p.para-detail {
    font-size: 18px;
    color: #686868;
    letter-spacing: 0.2px;
    line-height: 2;
    width: 85%;
    margin: 0 auto;
}

/* About section CSS Ends */


/* Footer CSS starts */

footer.contact {
    background-color: #f9f9fb;
}
.enquiry-form {
    padding-top: 20px;
}
.frm-com {
    margin: 0px auto 15px auto;
}
input.editform {
    border-radius: 30px;
    font-family: 'poppins', sans-serif;
    font-weight: 400;
    padding: 15px 18px;
    border: solid 1px #686868;
    outline: none !important;
}
textarea.editform {
    border-radius: 15px;
    border: solid 1px #686868;
    outline: none !important;
    font-family: 'poppins', sans-serif;
    font-weight: 400;
    padding: 12px 18px;
}
.send-btn {
    padding-top: 20px;
}
.send-btn button.button{
    background-color:#39374d;
    border-radius: 24px;
    border: none;
    color: #fff;
    font-family: 'poppins', sans-serif;
    font-weight: 500;
    padding: 12px 40px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
    outline: none;
    letter-spacing: 0.3px;
    
}
.send-btn button.button:hover{
    box-shadow: 0 20px 50px 0 rgb(0 0 0 / 15%);
}
.copy-bg {
    background-color: #39374d;
    padding: 10px 0px;
}
h5.prod-copyryts {
    font-family: 'poppins', sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 16px;
    margin: 0;
    padding: 10px 0;
}

/* Footer CSS Ends */



@media screen and (max-width: 1024px){
.timeline-container .timeline:after {
    display: none;
}
.timeline-container .timeline .timeline-block .text-content:before {
    display: none;
}
.timeline-container .timeline .timeline-block .image-content {
    width: 100%;
    text-align: center;
}
}


@media screen and (min-width: 1025px) and (max-width: 1280px){

.bnr-content {
        width: 50%;
}
h1.bnr-text {
        font-size: 50px;
}
p.bnr-pr{padding-top: 15px;}
.knw-btn button.button{
    padding: 13px 40px;
}
img.ft-icon {
    width: 70px;
}
.featurelist {
    padding: 30px 37px;
}
p.feat-detail {
    font-size: 15px;
}
.timeline-container .timeline .timeline-block .text-content h3 {
        font-size: 26px;
}
.timeline-container .timeline .timeline-block .text-content p {
            margin-top: 15px;
            font-size: 16px;
}
p.para-detail{width: 90%;font-size: 17px;}
.frm-com {
    width: 60% !important;
}

}


@media screen and (min-width: 768px) and (max-width: 1024px){

.main-bnr {
        height: 80vh;}
.bnr-content {
        width: 50%;
}
h1.bnr-text {
    font-size: 40px;
}
p.bnr-pr {
    font-size: 16px;
    padding-top: 15px;
}
.knw-btn button.button{
    font-weight: 400;
    padding: 13px 35px;
    font-size: 15px;
    letter-spacing: 0.2px;
}
.featurelist {
    padding: 30px 35px;
}
img.ft-icon {
    width: 70px;
}
p.para-detail {
    font-size: 16px;
    width: 95%;
}
.frm-com {
    width: 60% !important;
}
.timeline-container .timeline:after {
    display: none;
}
.timeline-container .timeline .timeline-block .text-content:before {
    display: none;
}
.timeline-container .timeline .timeline-block .text-content {
    width: 100%;
    padding: 0;
    text-align: center;
}
.timeline-container .timeline .timeline-block .text-content h3{
    font-size: 28px;
}
.timeline-container .timeline .timeline-block .text-content p{
    font-size: 16px;
}
h5.prod-copyryts{font-weight: 300;}
}

@media screen and (min-width: 481px) and (max-width: 767px){

h2 {
    font-size: 34px !important;
}
.main-bnr {
    flex-flow: column-reverse;
}
.bnr-img {
    width: 80%;
    margin-top: 20px;
}
.bnr-content {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
        text-align: center;
}
h1.bnr-text {
    font-size: 32px;
}
p.bnr-pr {
    font-size: 16px;
    padding-top: 5px;
}
.nt-img{
    width: 25%;
    font-size: 12px;
    padding: 10px 7px;
}
.knw-btn button.button{
    padding: 12px 35px;
    font-size: 15px;
    letter-spacing: 0.2px;
}
/* span.bl i {
    padding-right: 4px;
} */
.not-ticker{display: none;}
/* .not-ticker marquee{font-size: 14px;} */
.timeline-container .timeline .timeline-block .text-content {
    width: 100%;
    padding: 0;
    text-align: center;
}
.timeline-container .timeline .timeline-block .text-content h3 {
    font-size: 26px;}
.timeline-container .timeline .timeline-block .text-content p {
        margin-top: 16px;
        font-size: 16px;
}
p.para-detail{
    font-size: 16px;
    width: 80%;
}
p.abt-par{text-align: justify !important;}
.frm-com {
    width: 70% !important;
}
h5.prod-copyryts{font-weight: 300;font-size: 15px;}



}

@media screen and (min-width: 320px) and (max-width: 480px){


.main-bnr {
        flex-flow: column-reverse;
}
.bnr-img {
    width: 90%;
    margin-top: 20px;
}
.bnr-content {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
}
h1.bnr-text {
    font-size: 32px;
}
p.bnr-pr {
    font-size: 16px;
    padding-top: 5px;
}
.not-ticker{display: none;}
.knw-btn button.button{
    padding: 12px 35px;
    font-size: 15px;
    letter-spacing: 0.2px;
}
h5.prod-copyryts{font-weight: 300;font-size: 12px;}
.frm-com {
    width: 75% !important;
}
.copy-bg {
    padding: 5px;
}
input.editform {
    font-size: 14px;
    padding: 12px 15px;
}
textarea.editform{
    font-size: 14px;
}
h2 {
    font-size: 32px !important;
}
p.para-detail {
    font-size: 14px;
}
p.abt-par {
    text-align: justify !important;
}
.timeline-container .timeline .timeline-block .text-content {
    width: 100%;
    padding: 0;
    text-align: center;
}
.timeline-container .timeline .timeline-block .text-content h3 {
    font-size: 26px;
}
.timeline-container .timeline .timeline-block .text-content p {
    margin-top: 18px;
    font-size: 15px;
}
p.feat-detail {
    font-size: 14px;
}
h4.feature-head {
        font-size: 20px; 
}
img.ft-icon {
    width: 65px;
}   

}

