@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap');
@import url('https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/css/bootstrap.min.css');
@import 'classy-nav.min.css';

*{margin: 0;padding: 0;}

body {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: rgba(48,61,83,.7);
}
body::-webkit-scrollbar {
    width: .8em;
    border-radius: 5px
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

body::-webkit-scrollbar-thumb {
    background-color: #2f497a;
    outline: 1px solid #708090
}
.darker-blue{background: linear-gradient(180deg,#240044 0,#0f0240 25%,#400959 40%,#0f0240 65%,#0f0240);}
h1, h2, h3, h4, h5, h6 {
    font-family: Poppins, sans-serif;
    color: #fff;
    line-height: 1.4;
    font-weight: 500;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    outline: none;
}

li {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

.bg-title {
    margin-bottom: -37px;
    margin-left: -30px;
    font-size: 66px;
    opacity: .04;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    text-transform: uppercase;
}
.header-area .light.classy-nav-container a{
    color: #fff
}
.header-area.sticky .light.classy-nav-container a{
    color: #333
}
.header-area.sticky .classy-navbar-toggler .navbarToggler span{
    background: #333 !important
}

@-webkit-keyframes dreamrotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes dreamrotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

/* Blip CSS */

.dream-blip {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 2em 2em 2em 2em;
    background-color: #1F8ACC;
    box-shadow: 0 0 5px #fff;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0;
    animation: dreamblipper ease 4s none infinite;
}

@-webkit-keyframes dreamblipper {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    35% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

@keyframes dreamblipper {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    35% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

.dream-blip.blip1 {
    top: 20%;
    left: 20%;
}

.dream-blip.blip2 {
    top: 70%;
    left: 30%;
}

.dream-blip.blip3 {
    top: 30%;
    left: 10%;
}

.dream-blip.blip4 {
    top: 60%;
    left: 10%;
}

.mt-15 {
    margin-top: 15px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}
.mt-0 {
    margin-top: 0px !important;
}
.mb-0 {
    margin-bottom: 0px !important;
}
.mt-100 {
    margin-top: 100px;
}

.mt-150 {
    margin-top: 150px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-100 {
    margin-right: 100px;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-100 {
    margin-bottom: 100px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-50 {
    margin-left: 50px;
}

.ml-100 {
    margin-left: 100px;
}
.section-padding-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.relative{
    position: relative;
}
.box-shadow {
    -webkit-box-shadow: 0px 10px 27px 0px rgba(154, 161, 171, 0.18);
    box-shadow: 0px 10px 27px 0px rgba(154, 161, 171, 0.18);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: relative;
    display: block;
    top: 0;
}

.article {
    background-color: #fff;
    padding: 15px;
    border: 1px solid;
    margin-bottom: 30px;
    text-align: center;
    border-radius: 5px;
}
.section-padding-0-100 {
    padding-top: 0;
    padding-bottom: 100px;
}

.section-padding-100-0 {
    padding-top: 100px;
    padding-bottom: 0;
}

.section-padding-100-50 {
    padding-top: 100px;
    padding-bottom: 50px;
}

.section-padding-0-50 {
    padding-top: 0;
    padding-bottom: 50px;
}

.section-padding-50-0 {
    padding-top: 50px;
    padding-bottom: 0;
}

.section-padding-200 {
    padding-top: 200px;
    padding-bottom: 200px;
}

.section-padding-0-200 {
    padding-top: 0;
    padding-bottom: 200px;
}

.section-padding-200-0 {
    padding-top: 200px;
    padding-bottom: 0;
}

.section-padding-200-100 {
    padding-top: 200px;
    padding-bottom: 100px;
}

.section-padding-150 {
    padding-top: 150px;
    padding-bottom: 150px;
}

.section-padding-150-0 {
    padding-top: 150px;
    padding-bottom: 0;
}

.section-padding-0-150 {
    padding-top: 0;
    padding-bottom: 150px;
}

.section-padding-50-150 {
    padding-top: 50px;
    padding-bottom: 150px;
}

.section-heading {
    position: relative;
    z-index: 1;
    margin-bottom: 80px;
}

.section-heading h2 {
    font-size: 30px;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.section-heading > p {
    margin-bottom: 0;
    line-height: 2;
    font-size: 16px;
    max-width: 600px;
    margin: 0 auto;
}

#scrollUp {
    bottom: 130px;
    font-size: 12px;
    line-height: 22px;
    right: 30px;
    width: 100px;
    background-color: #2f497a;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    height: 20px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    text-transform: uppercase;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

#scrollUp:before {
    position: absolute;
    width: 30%;
    height: 2px;
    background-color:#2f497a;
    content: "";
    top: 10px;
    right: 100%;
    z-index: -200 !important;
}

.bg-overlay {
    position: relative;
    z-index: 1;
}

.bg-overlay:after {
    background: rgba(72, 52, 212, 0.95);
    background: -webkit-linear-gradient(to right, rgba(72, 52, 212, 0.95), rgba(52, 31, 151, 0.95));
    background: -webkit-linear-gradient(left, rgba(72, 52, 212, 0.95), rgba(52, 31, 151, 0.95));
    background: linear-gradient(to right, rgba(72, 52, 212, 0.95), rgba(52, 31, 151, 0.95));
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.height-400 {
    height: 400px;
}

.height-600 {
    height: 600px;
}

.height-700 {
    height: 700px;
}

.height-800 {
    height: 800px;
}

.height-900 {
    height: 900px;
}

.height-1000 {
    height: 1000px;
}

.dream-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

.dream-dots span {
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 5px;
}

.dream-dots span:first-child {
    background-color: #00a8ff;
}

.dream-dots span:nth-child(2) {
    background-color: #9c88ff;
}

.dream-dots span:nth-child(3) {
    background-color: #fbc531;
}

.dream-dots span:nth-child(4) {
    background-color: #4cd137;
}

.dream-dots span:nth-child(5) {
    background-color: #487eb0;
}

.dream-dots span:nth-child(6) {
    background-color: #e84118;
}

.dream-dots span:nth-child(7) {
    background-color: #8c7ae6;
}

.login-btn {
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 12px !important;
    text-transform: uppercase;
    line-height: 33px;
    padding: 0 20px;
    min-width: 100px;
    color: #fff !important;
    background: #2F497A;
    height: 38px;
    font-weight: bold!important;
    border-radius: 10px;
    border: 2px solid;
    letter-spacing: 1px;
    border-color: #2F497A;
}

.login-btn:hover,
.login-btn:focus {
    color: #fff;
    background: #192057;
    border-color: #192057;
}

.dream-btn {
    position: relative;
    z-index: 1;
    min-width: 160px;
    height: 39px;
    line-height: 39px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    padding: 0 20px;
    text-align: center;
    text-transform: uppercase;
    background-size: 200% auto;
    color: #fff;
    box-shadow: 0 39x 20px rgba(0, 0, 0, 0.1);
    border-radius: 100px;
    background-image: linear-gradient(to right, #1b8cca 0%, #2f497a 51%, #1b8cca 100%);
    -webkit-transition: all 500ms;
    transition: all 500ms;
}

.dream-btn:hover {
    background-position: right center;
    color: #fff;
}

/* ##### 2.0 Header Area CSS ##### */

.header-area {
    position: fixed;
    z-index: 5000;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 10px;
}

.header-area.sticky {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    background-color: #f5f7ff;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    border-bottom: none;
}

.dark.classy-nav-container {
    background-color: transparent;
}
.nav-brand:hover,
.nav-brand:focus{
    color: #333 !important
}
.nav-brand.light:hover,
.nav-brand.light:focus{
    color: #fff !important
}
.classy-navbar {
    height: 75px;
    padding: 0;
}
.dark .classy-navbar-toggler.demo .navbarToggler span{
    background: #fff
}
.classynav ul li .megamenu li a {
    font-size: 80%;
}

/* ##### 3.0 Wellcome Area CSS ##### */

.welcome_area {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 900px !important;
}

.hero-content {
    width: 100%;
    height: 100%;
    background: rgba(72, 52, 212, 0.95);
    background: -webkit-linear-gradient(to right, rgba(72, 52, 212, 0.95), rgba(52, 31, 151, 0.95));
    background: -webkit-linear-gradient(left, rgba(72, 52, 212, 0.95), rgba(52, 31, 151, 0.95));
    background: linear-gradient(to right, rgba(72, 52, 212, 0.95), rgba(52, 31, 151, 0.95));
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 10;
}



.hero-content.paynow{
    background: url(https://res.cloudinary.com/dyvuerxzu/image/upload/v1679215911/paycashpay/banner_uk2t2i.svg) no-repeat right top;
    background-size: contain;
    /* background-color: #f5f7ff; */
}

.welcome-content {
    position: relative;
    z-index: 1;
    margin-top: 8em;
}

.promo-section {
    margin-bottom: 30px;
}
.integration-link {
    padding: 8px 10px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    letter-spacing: .58px;
    font-size: 14px;
    line-height: 24px;
    color: #d5d5ea
}
.integration-link:hover {
    color: #fff;
    text-decoration: none;
}
.integration-link:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(to bottom right,#766ee6 0,#3540b0);
    border-radius: 100px;
}
.integration-icon {
    margin: 0 5px 0 0;
}
.integration-icon .badge{
    background: #14cab1;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    border-radius: 100px;
    padding: 6px 13px;
}
.integration-text {
    margin: 0 7px 0 0;
}
.integration-link>* {
    position: relative;
    z-index: 2;
    display: inline-block;
    vertical-align: top;
}

/* .main-ilustration-10{
    position: relative;
    background: url(https://res.cloudinary.com/dyvuerxzu/image/upload/v1649150105/paynow/paynow_t8nx7m.png) no-repeat center 70%;
    height: 100vh;
    background-size: contain;
} */
.main-ilustration-2:before{
    content: '';
    position: absolute;
    width: 30%;
    height: 1000px;
    left: 50%;
    top: -30%;
    transform: rotate(21deg);
    background: rgba(0, 0, 128, 0.7);
}
.main-ilustration-3 .inovation{
    position: absolute;
    bottom: 10%;
    right: -15%;
    width: 40%;
    background: #0d003b;
    padding: 20px;
}
.inovation.num2{
    right: -57%;
}
.inovation h5{
    padding-left: 25px;
    position: relative;
}
.inovation h5:before{
    content: '';
    position: absolute;
    top: 12px;
    left: 0;
    width: 15px;
    height: 2px;
    background: #25cbd3;
}
.inovation p{
    font-size: 12px;
    margin-bottom: 0;
}

.welcome-content h2 {
    font-size: 52px;
    font-weight: 500;
    margin-bottom: 20px;
}
.welcome-content h1 {
    font-size: 45px;
    font-weight: 500;
    margin-bottom: 20px;
}
.welcome-content h1.artficial{
    font-size: 38px
}
.welcome-content p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 30px;
}

.welcome-content-small{
    margin-bottom: 50px
}
.welcome-content-small h4{
    margin-bottom: 20px
}
.welcome-content-small p.artficial{
    font-size: 12px
}
]

/* ##### About Us Area ##### */
.double-bg{
    background: url(https://res.cloudinary.com/dyvuerxzu/image/upload/v1649151696/paynow/section_r6pkwo.svg) no-repeat center left;
    background-size: contain
}
.about-us-area {
    position: relative;
    z-index: 1;
}

.who-we-contant h4 {
    margin-bottom: 20px;
    font-size: 30px;
}

.our-mission-area {
    position: relative;
    z-index: 10;
    width: 100%;
    overflow: hidden;
    height: 400px !important;
}

.our-mission-content {
    position: absolute !important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    background: rgba(72, 52, 212, 0.95);
    background: -webkit-linear-gradient(to right, rgba(72, 52, 212, 0.95), rgba(52, 31, 151, 0.95));
    background: -webkit-linear-gradient(left, rgba(72, 52, 212, 0.95), rgba(52, 31, 151, 0.95));
    background: linear-gradient(to right, rgba(72, 52, 212, 0.95), rgba(52, 31, 151, 0.95));
}

.single-mission {
    position: relative;
    z-index: 1;
    text-align: center;
}

.single-mission i {
    font-size: 50px;
    margin-bottom: 30px;
    display: block;
    color: #fff;
}

.single-mission h6 {
    margin-bottom: 15px;
}

.single-mission p {
    margin-top: 0;
    margin-bottom: 0
}

.welcome-meter {
    position: relative;
    z-index: 1;
}

.box-shadow:hover {
    -webkit-box-shadow: 0px 25px 36px 0px rgba(154, 161, 171, 0.24);
    box-shadow: 0px 25px 36px 0px rgba(154, 161, 171, 0.24);
    top: -3px;
}


/*
* ----------------------------------------------------------------------------------------
*  START Subscribe STYLE
* ----------------------------------------------------------------------------------------
*/

.button {
    position: relative;
    z-index: 0;
    overflow: hidden;
    display: inline-block;
    padding: 14px 40px;
    font-size: 16px;
    z-index: 2;
    line-height: 1.25;
    color: #25cbd3;
    background: #fff;
    border: 0 solid;
    border-radius: 40px;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    user-select: none;
    transition: 250ms all ease-in-out;
    box-shadow: 0 3px 21px 4px rgba(41, 41, 58, 0.2);
}
.button:hover{
    background: #25cbd3;
    color: #fff
}
.button i{
    margin-right: 10px
}


/* ##### Footer Area ##### */

.footer-area {
    position: relative;
    z-index: 1;
    padding: 0;
}

.footer-content-area{
    padding: 80px 0;
    margin-top: 100px;
    background: #e8ecfd url(https://res.cloudinary.com/dyvuerxzu/image/upload/v1654306444/paycashpay/footer-bg_b2giad.png) no-repeat right top;
    background-size: contain;
}
.footer-content-area.demo{
    margin-top: 70px
}
.footer-logo{
    margin-bottom: 15px
}
.footer-logo a{
    color: #fff;
    font-size: 20px
}
.footer-side-thumbnail {
    position: absolute;
    width: 50%;
    top: 0;
    left: 0;
    height: 100%;
    background-size: cover;
    background-position: top center;
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

.copywrite_text > p {
    margin-bottom: 10px;
    color: #fff;
    font-size: 13px;
    line-height: 25px;
}

.copywrite_text > p > a {
    color: #fff;
}

.footer-social-info a i {
    font-size: 20px;
    color: #fff;
    margin-right: 15px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.footer-social-info a i:hover {
    color: #4a7aec;
}



/* ##### Accordians CSS ##### */

.dream-faq-area dl {
    width: 100%;
}

.dream-faq-area dt {
    cursor: pointer;
    padding: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 0;
    color: #fff;
    font-weight: 500;
}

.dream-faq-area dt:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.dream-faq-area dd {
    margin: 0;
    padding: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* ##### Animated Headline CSS ##### */

.cd-intro.default-title > h2 {
    font-size: 50px;
}

.cd-headline.clip b,
.cd-words-wrapper b {
    font-weight: 500;
}

.cd-headline {
    font-weight: 500;
}

/* ##### Snow Version CSS ##### */

.snow-content-text {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
}

.fullwidth {
    width: 100vw !important;
    height: 100vh !important;
}
/* ##### Slider Area CSS ##### */

.welcome_area .welcome_slides .owl-prev,
.welcome_area .welcome_slides .owl-next {
    color: #fff;
    font-size: 24px;
    left: -100px;
    margin-top: -44px;
    position: absolute;
    text-align: center;
    top: calc(50% + 90px);
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    z-index: 99;
}

.welcome_area .welcome_slides .owl-next {
    right: -100px;
    left: auto;
}

.welcome_area .welcome_slides:hover .owl-next {
    right: 30px;
}

.welcome_area .welcome_slides:hover .owl-prev {
    left: 30px;
}


/* ##### Subscribe form area CSS ##### */

.welcome-content .subscribe-email {
    width: 70%;
    height: 55px;
    border: none;
    padding: 0 25px;
    border-radius: 8px;
    font-size: 12px;
    font-style: italic;
}

/* ##### Light Version CSS ##### */

body.light-version, div.light-version {
    background: #fff !important;
}

.light-version p {
    color: #888;
}

.light-version .dream-faq-area dt {
    color: #222;
    border-bottom: 1px solid #f2f4f8;
}

.light-version .dream-faq-area dt:first-child {
    border-top: 1px solid #f2f4f8;
}

.light-version .trust-item{
    border: 1px solid #ddd
}
.light-version #scrollUp {
    color: #000;
}
.contact_info_area .contact_info h5 {
    font-size: 17px;
    color: #333;
    font-weight: 600;
}

.contact_info_area .contact_info {
    text-align: left !important;
}
.contact_info_area .contact_info p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.9;
}
.contact_info_area .contact_info a:hover p {
    color: #fff;
}
#contact div.card {
    background: #f8fafc;
}
.card-header{background: none!important;}
.text-success {color: #26C9A0!important;}
#comment{ margin: 10em 0 0; }
#comment h3, #comment h4 {color: #333;}
.our-features-one .single-feature {
    text-align: center;
    position: relative;
}
.our-features-one .single-feature .icon-box {
    width: 218px;
    height: 218px;
    border-radius: 50%;
    border: 2px solid #eff5fa;
    margin: 0 auto;
    position: relative;
}
.our-features-one .single-feature .icon-box img {
    position: absolute;
    margin: 0 auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.our-features-one .single-feature .icon-box:before {
    left: -9px;
    top: 25px;
}
.our-features-one .single-feature .icon-box:after {
    right: -9px;
    bottom: 25px;
}
/* .our-features-one .single-feature .icon-box:before,
.our-features-one .single-feature .icon-box:after {
    content: '';
    width: 50px;
    height: 80px;
    background: #fff;
    position: absolute;
} */
.our-features-one .single-feature h3 {
    padding: 44px 0 20px!important;
}
.our-features-one .single-feature.border-fix:before {
    left: -75px;
}
.our-features-one .single-feature.border-fix:after {
    right: -75px;
}
/* .our-features-one .single-feature.border-fix:before,
.our-features-one .single-feature.border-fix:after {
    content: '';
    width: 120px;
    height: 1px;
    border-top: 1px dashed #d8e2e9;
    position: absolute;
    top: 29%;
} */
.our-feature-two .text .number:before {
    content: '';
    position: absolute;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #ff8e9d;
    opacity: 0.32;
    top: 35px;
    left: -67px;
}
.our-feature-two .text .number:after {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #ff8e9d;
    top: 39px;
    left: -63px;
    z-index: 1;
}
.our-feature-two .single-block:nth-child(1) .text {
    border-left: 1px dashed #dcdcdc;
    border-bottom: 1px dashed #dcdcdc;
    border-radius: 0 0 0 20px;
    padding-bottom: 3em;
}
.our-feature-two .single-block:nth-child(3) .text {
    border-top: 1px dashed #dcdcdc;
    border-left: 1px dashed #dcdcdc;
    border-bottom: 1px dashed #dcdcdc;
    border-radius: 20px 0 0 20px;
    padding: 80px 0 55px 60px;
}
.our-feature-two .single-block:nth-child(5) .text {
    border-top: 1px dashed #dcdcdc;
    border-left: 1px dashed #dcdcdc;
    border-bottom: 1px dashed #dcdcdc;
    border-radius: 20px 0 0 20px;
    padding: 80px 0 55px 60px;
}
.our-feature-two .text {
    position: relative;
    padding: 0 0 60px 60px;
}
.our-feature-two .single-block:nth-child(1) .text:before {
    content: '';
    width: 1px;
    height: 39px;
    position: absolute;
    background: #fff;
    top: 0;
    left: -1px;
}
.our-feature-two .text .number {
    font-family: Poppins;
    font-size: 60px;
    color: #d8d8d8;
    position: relative;
}
.our-feature-two .single-block:nth-child(2) .img-box {
    border-right: 1px dashed #dcdcdc;
    border-radius: 0 20px 20px 0;
}
.our-feature-two .single-block:nth-child(2) .img-box>div {
    padding: 45px 65px 0 0;
}
.our-feature-two .single-block:nth-child(2) .text {
    padding: 2em 40px 55px 45px;
}
.our-feature-two .single-block:nth-child(4) .img-box {
    border-right: 1px dashed #dcdcdc;
    border-radius: 0 20px 20px 0;
}

.our-feature-two .single-block:nth-child(4) .img-box>div {
    padding: 45px 65px 0 0;
}

.our-feature-two .single-block:nth-child(4) .text {
    padding: 2em 40px 55px 45px;
}

.dropdown-menu{min-width:5.5em!important;}
.services-block-four {
    margin-top: 5em;
    /* box-shadow: 0 2px 6px 0 #b5bec9; */
    padding: 30px 20px 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.services-block-four .inner-box {
    position: relative;
    padding-left: 80px;
}
.services-block-four .inner-box h3 {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}
.services-block-four .inner-box .text {
    font-size: 14px;
    margin-top: 8px;
    margin-bottom: 10px;
}
.icon-img-box {
    position: absolute;
    left: 0;
    top: 0;
}
footer div.bg-copyright {
  background-color: #012654;
}
/* .cookieControl__BarButtons button:first-child {
    display: none !important;
} */

.cookieControl__BarButtons button {
    width: 100px;
    /* height: 30px; */
    font-size: 16px;
    background-color: #2f497a !important;
    color: #fff !important;
    padding: 1px 15px 0 !important;
    border-radius: 4px !important;
    transition: background-color .3s ease;
}

.cookieControl__BarContainer {
    padding: 15px 14px !important;
    align-items: center !important;
}

.cookieControl__Bar h3 {
    display: none !important
}

.cookieControl__BarContainer div {
    flex-shrink: 1 !important;
    flex-grow: 2;
}

.cookieControl__Bar p {
    margin: auto !important;
    font-size: 14px !important;
    line-height: 1.9 !important;
    text-align: left;
}

.cookieControl__Bar {
    background-color: #3E74DD!important;
    width: 95%;
    margin: 2em auto;
    border-radius: 3px;
    transition: 5s ease-in;
}
.cookieControl__Bar button+button {width: 135px;}
.cookieControl__BarButtons button {
    background-color: #2f497a !important;
    color: #fff !important;
}
.classycloseIcon .cross-wrap span{background: #fff!important;}
span.navbarToggler {
    border-radius: 50%;
    border: 2px solid #e1e1e1;
    height: 45px;
    width: 45px;
    display: flex!important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 14px;
}
.navbar-light .navbar-nav .nav-link {
  color: #232323!important;
  padding: 0 1.2em;
  display: block;
  font-size: 17px;
  line-height: 34px;
}
.navbar-light .navbar-nav .nav-link:hover {
    transition-duration: .5s;
    text-decoration: none;
    outline: 0;
    font-size: 14px;
    font-weight: 400;
    color: #2f497a!important;
}
a.navbar-brand {width: 200px;}
div.wrapper { scroll-behavior: smooth; }
#currencies div.limite {border-radius: 20px;background: #264265;padding: 12px 15px 11px;}
#currencies span.ctext {font-size: 15px;width: 80%;}
span.cRate {font-size: 2.5em;font-weight: 800;}
div.bcard div.card {
    padding: 48px;
    box-shadow: 0 2px 6px 0 #b5bec9;
}
div.bcard div.card-footer {background: none; border: none;}
section.price-header {
    background: url(https://res.cloudinary.com/dyvuerxzu/image/upload/v1654293456/paycashpay/faq-bg_fpuryy.png) no-repeat;
    background-size: cover;
}
section.price-header h1 {font-weight: 800;}
section.footer-banner {filter: opacity(0.5);}
div.img-about{width: 500px; height: auto;}
li.nav-item>div.dropdown:hover ul.dropdown-menu {display: block!important}
li.nav-item > div.dropdown ul {
  min-width: 30rem !important;background:#f5f7ff;
  box-shadow: 0 10px 40px rgb(0 0 0 / 20%);
  border-radius: 1rem;
}
li.nav-item > div.dropdown ul li {
  width: 45%;
  margin: 0 1%;
  padding: 5px 1%;
  display: inline-block;
}
li.nav-item>div.dropdown ul li a:hover {background: none!important;}
li.nav-item>div.dropdown ul li i {
    position: relative;
    top: 14px;
}
li.nav-item>div.dropdown ul li span {font-size: 16px;}
i.menu {font-size: 1.5em!important;}
.navbar-toggler.collapsed .fa-bars { display: initial!important; }
.navbar-toggler.collapsed .fa-times { display: none!important; }
.navbar-toggler .fa-bars { display: none!important; }
.navbar-toggler .fa-times { display: initial !important; }
div.pservices p {font-size: 14px!important;font-weight:500;line-height:23px;}
div.pshop h2 {font-size: 30px!important;line-height: 30px!important;}
div.pshop p {line-height: 26px!important;}
p.psize, .psuccess {font-size: 15px;font-weight: 500;}
.bg-success-bright {
    background: rgba(61, 213, 152, 0.125) !important;
}
header svg {position: relative;top:4px;}
header small.d-block {
  position: relative;
  left: 36px;
  top: -10px;
}
span.rfont {font-size: 16px;}
div.pricetble div.card {
  border: none!important;
  box-shadow: 0 6px 12px -2px rgb(50 50 93 / 25%), 0 3px 7px -3px rgb(0 0 0 / 30%);
}
ul.grayscal {filter: grayscale(1);position: relative; left: -10%;}
div.col-lg-6.my-3 span {font-size: 16px;}
.nuxt-link-exact-active {
    color:#1b8cca!important;
}
div.aboutus p {line-height: 28px;}
div.aboutus p.small {line-height: 25px;}
/* #EBF0F5; */
div.success { margin-top: 5em; }
div.success h1 {
  color: #88B04B;
  font-weight: 900;
  font-size: 40px;
  margin-bottom: 10px;
}
div.success p {
  color: #404F5E;
  font-family: "Nunito Sans", "Helvetica Neue", sans-serif;
  font-size:20px;
  margin: 0;
}
div.success i {
  color: #9ABC66;
  font-size: 100px;
  line-height: 200px;
  margin-left:-15px;
}
div.success .card {
  background: white;
  padding: 60px;
  border-radius: 4px;
  box-shadow: 0 2px 3px #C8D0D8;
  display: inline-block;
  margin: 5em auto;
}
.flex-basis-3 { flex-basis: 30%; }
.flex-basis-7 { flex-basis: 70%; }
@media only screen and (max-width: 991px) and (min-width: 768px) {}

@media (min-width: 1200px) {
    .main-ilustration {
        min-width: 650px;
    }
}
@media screen and (min-width:992px) {
    #currencies .theme-title h2 {
        width: 70% !important;
        margin: auto;
    }
}

@media screen and (min-width: 768px) {
    .welcome_area .main-ilustration-10 {
        margin-top:5em;
    }
}
@media (max-width: 992px) {
    .double-bg {
        background-size: cover !important
    }

    button.dropdown-toggle {
        color: #fff;
        margin: 1em;
    }

    .breakpoint-on .classy-navbar .classy-menu {
        overflow: auto !important;
    }
    div.hero-content div.h-100 {height: 90%!important;}
    div.classy-nav-container > div.container-fluid {
        padding-left: .5em !important;
        padding-right: 1em !important;
    }
    .breakpoint-off .classynav {display: block!important;}
    .border-md-bottom {border-bottom: 1px solid #dee2e6 !important; padding-bottom: 10px;}
    li.nav-item>div.dropdown ul { box-shadow: none; }
    li.nav-item>div.dropdown ul li {margin-left: 0;}
    div.col-lg-4 div.footer-copywrite-info {margin: 0 auto 1.5em;}
    div.col-lg-4 div.footer-copywrite-info img {width: 200px!important;}
}

@media only screen and (max-width: 991px) {
    .classynav>ul>li>a {
        background-color: #192a56!important;
        color: #fff!important;
    }
    #products {display: none;}
    li.nav-item > div.dropdown ul {display: block!important;}
    .header-area > div.container-fluid {padding-left: 0!important; padding-right: 0!important;}
    .header-area #paycashpayNav {background-color: #f5f7ff!important;}
    .login-btn {margin: 10px 20px 10px 12px;}
    li.nav-item > div.dropdown .dropdown-item {padding-left: 0!important;}
    .navbar-light .navbar-nav .nav-link {padding-left: 10px;}
    span.d-lg-inline {display: block!important;}
    span.d-lg-inline a.login-btn {display: block!important;}
    div.col-lg-3.border-left {border: none!important;}
}

@media (max-width: 768px) {

    div.hero-content div.h-100 {
        height: 85%!important;
    }
    div.bg-copyright {padding: 7px 13px!important;}
    .footer-content-area {padding-bottom: 1em;}
    .contact_info_area .contact_info h5 {display: none;}
}
@media (max-width: 580px) {
   a.navbar-brand { width: 150px;}
   .contact_info_area .contact_info{
        margin: 1em 0;
         width: 48%;
        display: inline-block;
    }
}
@media (max-width: 515px) {
  li.nav-item>div.dropdown ul li{width: 60%;padding: 0;}
  .navbar-light .navbar-nav .nav-link{padding-left: 0;}
  span.dropdown.px-3 {padding-left: 0!important;}
  a.login-btn {
    margin: 0;
    padding: 0;
    width: 50%;
  }
}