* {
    margin: 0;
    padding: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
}

body {
    font-size: 14px;
    color: #1c2a37;
    line-height: normal;
    font-family: "Figtree", serif;
}

.header-section .navbar {
    padding: 25px 0px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

/* Header Country Flag section */

.selected-countryFlag {
    margin-left: 10px;
}

.countryFlag-dropDownBox {
    display: none;
    position: absolute;
    margin: 0px;
    background: #fff;
    z-index: 99;
    width: 74px;
    border-radius: 4px;
    padding: 5px 5px 5px 12px;
}

.countryFlag-box:hover .countryFlag-dropDownBox {
    display: block;
}

.countryFlag-box .countryFlag-dropDownBox li {
    margin-bottom: 10px;
}

.selected-countryFlag,
.countryFlag-box .countryFlag-dropDownBox li,
.countryFlag-box a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
}

.countryFlag-box a:last-child {
    margin-right: 0px !important;
}

.countryFlag-box a img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}
#wpforms-error-noscript{display:none;}
.header-section.scrolled .navbar {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.SCF-icon {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
}

.header-section.scrolled .navbar {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.header-section .navbar-brand {
    max-width: 260px;
    padding: 0px;
}

header .navbar-expand-lg .navbar-nav .nav-item {
    margin-left: 10px;
}

header .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 20px;
    color: #1c2a37;
    padding: 18px 20px;
    margin: 0px;
    font-weight: 700;
}

header .navbar-expand-lg .navbar-nav .nav-item .nav-link:hover,
header .navbar-expand-lg .navbar-nav .nav-item.active .nav-link {
    color: #10a284;
}

header .navbar-expand-lg .navbar-nav .header-btn .nav-link {
    min-width: 190px;
    text-align: center;
    border-radius: 8px;
    padding: 15px 20px;
    background-color: #e8f7f4;
    border: 1px solid #e8f7f4;
}

header .navbar-expand-lg .navbar-nav .header-btn.startFree-btn .nav-link {
    color: #ffffff;
    background-color: #10a284;
    border: 1px solid #10a284;
}

header .navbar-expand-lg .navbar-nav .header-btn.startFree-btn .nav-link:hover,
header .navbar-expand-lg .navbar-nav .header-btn .nav-link:hover {
    color: #10a284;
    background-color: #fff;
    border-color: #10a284;
}

header .navbar-expand-lg .navbar-nav.header-menuList .nav-item:last-child {
/*    margin-left: 40px;*/
    margin-right: 10px;
}

/* Footer Section */

.footer-logo {
    width: 100%;
    max-width: 330px;
}

footer ul li,
footer a {
    color: #1c2a37;
    text-decoration: none;
    font-size: 22px;
    font-weight: 500;
}

footer a:hover {
    color: #10a284;
}

.footer-menuList li {
    margin-bottom: 20px;
}

.fm-Box2-item {
    flex: 0 0 calc(100% - 24px);
    max-width: calc(100% - 24px);
    padding-left: 30px;
}

.fm-iconBox {
    width: 24px;
    display: inline-block;
}

.footer-bottomBox {
    border-top: 1px solid #d0d4d8;
    margin-top: 40px;
    padding-top: 60px;
    position: relative;
}

.privacyPolicy-nav a {
    position: relative;
    margin-right: 20px;
}

.privacyPolicy-nav a:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 80%;
    top: 5px;
    right: -10px;
    background: #1c2a37;
}

.privacyPolicy-nav a:last-child {
    margin-right: 0px;
}

.privacyPolicy-nav a:last-child:after {
    content: none !important;
}

/* Comman Style */

.middle-section {
    padding-top: 110px;
}

.btn {
    font-size: 20px;
    color: #1c2a37;
    font-weight: 700;
    padding: 14px 35px;
    border-radius: 8px;
}

.btn-default {
    background-color: #fff;
    border-color: #10a284;
}

.btn-light {
    background-color: #e8f7f4;
    border-color: #e8f7f4;
}
.btn-light-white{
    background-color: #fff;
    border-color: #10a284;
    color: #1c2a37;
    box-shadow: none;
}

.btn-default:hover,
.btn-default:focus,
.btn-primary {
    color: #fff;
    background-color: #10a284;
    border-color: #10a284;
}

.btn-transparent {
    color: #ffffff;
    background-color: transparent;
    border-color: #fff;
}

.btn-primary-2 {
    color: #ffffff;
    background-color: #0fd4ae;
    border-color: #0fd4ae;
}

.btn-transparent:hover,
.btn-transparent:focus,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary-2:hover,
.btn-primary-2:focus,
.btn-light:hover,
.btn-light:focus {
    background-color: #fff;
    border-color: #10a284;
    color: #1c2a37;
    box-shadow: none;
}

.font-14 {
    font-size: 14px;
}

.font-medium {
    font-weight: 500;
}

.font-semibold {
    font-weight: 600;
}

.pt-120 {
    padding-top: 100px !important;
}

.pb-120 {
    padding-bottom: 100px !important;
}

.rounded-15 {
    border-radius: 15px;
}

.bg-lightBlue {
    background-color: #f6f8fb;
}

.bg-lightBlue-2 {
    background-color: #eff3f8;
}

.bg-green {
    background-color: #17b494;
}

.bg-lightGreen {
    background-color: #dff6f1;
    ;
}

.gray-text {
    color: #505e6b !important;
}

.green-text {
    /* color: #12c3a3;*/
    color: #10a284;
}

.light-slate-grey {
    color: #868e96;
}

.content-text,
.content-box,
.contentPage-wrapper p,
.contentPage-wrapper ul li {
    font-size: 22px;
    line-height: 32px;
}

.contentPage-wrapper p strong,
.contentPage-wrapper h3 {
    display: inline-block;
    font-size: 24px;
    margin-top: 20px;
}

.contentPage-wrapper p a {
    color: #10a284;
}

.font-24 {
    font-size: 24px;
}


.banner-HD {
    font-size: 80px;
    line-height: 80px;
}

.heroBanner-section {
    padding-top: 50px;
}

.heroBanner-content {
    font-size: 22px;
}

.homePage-heroBanner .home-heroBanner-contentIn {
    padding-right: 150px;
}

.heroBanner-content .btn {
    min-width: 225px;
}

.home-weWorkWithTitle-box .weWorkWith-title {
    margin-top: 70px;
    margin-bottom: 28px;
}

.heroBanner-logoList {
    gap: 30px;
}

.heroBanner-logoList li {
    width: 100%;
    max-width: 111px;
}

.heroBanner-logoList li:nth-child(2) {
    max-width: 100px;
}

.heroBanner-logoList li:nth-child(3) {
    max-width: 87px;
}

.heroBanner-logoList li:nth-child(4) {
    max-width: 80px;
}

.homePage-heroBanner.heroBanner-section {
    overflow: hidden;
    position: relative;
    padding-bottom: 60px;
    width: 100%;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}

.homePage-heroBanner .heroBanner-box .heroBanner {
    position: absolute;
    right: -128px;
}

.brandLogo-section {
    padding-top: 150px;
    padding-bottom: 170px;
}

.brandLogo-section ul li {
    height: 40px;
    padding: 0px 40px;
}

.brandLogo-section ul li:first-child {
    padding-left: 0px;
}

.brandLogo-section ul li:last-child {
    padding-right: 0px;
}

.brandLogo-section ul li img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    filter: grayscale(100%);
}

.section-HD {
    font-size: 65px;
}

.buyAndSell-boxes {
    display: flex;
    flex-wrap: wrap;
}

.buyAndSell-leftBox {
    flex: 0 0 515px;
    max-width: 515px;
    display: flex;
    align-items: center;
    padding-right: 20px;
}

.buyAndSell-rightBox {
    flex: calc(100% - 515px);
    max-width: calc(100% - 515px);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    padding-left: 60px;
}

.buyAndSell-rightBox .card-body .btn {
    width: 100%;
    max-width: 100%;
    display: block;
}


.card {
    border-radius: 30px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 10px 10px 0 rgba(0, 0, 0, 0.1);
}

.card-body {
    padding: 40px;
}

.card-icon {
    width: 60px;
    height: 60px;
    margin-top: 30px;
    margin-bottom: 50px;
}

.card-title {
    margin-bottom: 30px;
}

.card-text {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 50px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #11c3a2 transparent;
}

.customersThinks-section {
    padding-top: 85px;
    padding-bottom: 120px;
}

.testimonial-slider .slick-slide {
    padding-left: 12px;
    padding-right: 12px;
}

.customersThinks-section .card {
    margin-top: 50px;
    border-radius: 20px;
    box-shadow: none;
}

.card-body .starIcon-box {
    margin-bottom: 35px;
}

.customersThinks-section .card-text {
    overflow-y: auto;
    height: 230px;
    margin-bottom: 20px;
}

.userName {
    font-size: 22px;
}

.custom-infoBox {
    font-size: 18px;
}

.slick-dots {
    text-align: center;
    margin-top: 10px;
}

.slick-dots li {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}

.slick-dots li button {
    width: 13px;
    height: 13px;
    border: 0px;
    font-size: 0px;
    line-height: 0px;
    border-radius: 10px;
    padding: 0px;
    background: #d6d6d6;
}

.slick-dots li.slick-active button {
    background: #17b494;
}

.whyNeed-digitalRise-section {
    padding-top: 80px;
    padding-bottom: 145px;
}

.whyNeed-digitalRise-section .section-HD {
    width: 100%;
    max-width: 790px;
    margin-bottom: 60px;
}

.whyNeed-digitalRise-section .card {
    box-shadow: none;
}

.whyNeed-digitalRise-section .card-body {
    padding: 40px 25px;
}

.whyNeed-digitalRise-section .card-icon {
    margin-bottom: 30px;
}

.whyNeed-digitalRise-section .card-title {
    font-size: 30px;
    margin-bottom: 10px;
}

.whyNeed-digitalRise-section .card-text {
    height: 240px;
    overflow-y: auto;
}

.whyNeed-digitalRise-section .slick-dots li.slick-active button {
    background: #1c2a37;
}

/* FAQ Section */

.faq-leftBox {
    padding-right: 145px;
}

.faq-boxes {
    padding-left: 25px;
}

.faq-imageBox {
    width: 100%;
    max-width: 475px;
}

.faqCard {
    position: relative;
    top: -1px;
    padding: 35px 35px 25px;
    border-radius: 0px 30px 30px 30px;
    max-width: 535px;
}

.faqCard-title {
    font-size: 30px;
}

.content-box.faqCard-text {
    font-size: 20px;
}

.faqCard-body .btn {
    min-width: 190px;
}

.faqQuestions-listWrap {
    list-style-type: none !important;
}

.faqQuestions-listWrap li.accordion-cover {
    padding-left: 0px !important;
    list-style-type: none !important;
    margin-bottom: 15px;
    border: 2px solid #e6e6e6;
    border-radius: 25px;
}

.faqQuestions-listWrap li.accordion-cover.active {
    border-color: #17b494;
    background-color: #dff6f1;
}

.faqQuestions-listWrap li.active .accordionBtn {
    color: #17b494;
}

.accordionBtn {
    position: relative;
    padding: 27px 45px 27px 30px;
    cursor: pointer;
}

.accordionBtn:before,
.accordionBtn:after {
    content: '';
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: 21px;
    height: 5px;
    background: #a9a9a9;
    border-radius: 3px;
    transition: all 0.3s;
}

.accordionBtn:before {
    right: 22px;
}

.accordionBtn:after {
    width: 5px;
    height: 21px;
}

.accordion-cover.active .accordionBtn:after {
    content: none;
}

.accordion-cover.active .accordionBtn:before,
.accordion-cover.active .accordionBtn:after {
    background: #17b494;
}

.accordionDetail {
    display: none;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 20px;
}

.fs-4-responsive {
    font-size: 1.5rem;
}

.buyLinksWith-container {
    width: 100%;
    max-width: 1236px;
}

.buyLinksWith-container .content-box {
    width: 100%;
    max-width: 490px;
}

.section-sub-HD {
    font-size: 48px;
}


.progress-imageBox {
    position: absolute;
    left: auto;
    bottom: -110px;
    width: 100%;
    max-width: 825px;
    margin: auto;
    text-align: center;
    z-index: 9;
    right: 10%;
}

.progress-imageBox-2 {
    max-width: 785px;
    bottom: -170px;
    right: 16%;
    transform: rotate(-3deg);
}

.progress-imageBox-3 {
    max-width: 775px;
    right: 24%;
    bottom: -175px;
    transform: rotate(4deg);
}

.progress-imageBox-4 {
    width: 830px;
    bottom: -250px;
    right: 14%;
}

.watchRakingRise-section {
    padding-top: 70px;
    padding-bottom: 70px;
}

.progress-imageBox-4.howItWork-progress-4 {
    width: 720px;
    bottom: -140px;
    right: 23%;
    transform: rotate(-5deg);
}

/* How It Work */

.howItWork-CTA-imageBox {
    position: absolute;
    right: -115px;
}

.banner-bottomLine:after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -40px;
    width: 1px;
    height: 85px;
    background: #10a284;
}

.getStarted-title {
    display: inline-block;
    background: #0fd4ae;
    text-align: center;
    padding: 7px 22px;
    font-size: 16px;
    line-height: 16px;
    color: #c5faf0;
    border-radius: 10px;
}

.howItWork-CTA-contBox {
    max-width: 615px;
}

.howItWork-CTA-contBox p {
    padding-right: 25px;
}

.howItWork-processWrapper-section .watchRakingRise-section {
    padding-top: 130px;
    padding-bottom: 0px;
}

.howItWork-processWrapper-section .progress-imageBox-4 {
    width: 770px;
    bottom: -190px;
    right: 20%;
}


/* Pricing Page */


.pricing-heroSection {
    padding-top: 110px;
    padding-bottom: 130px;
}

.pricing-heroBannerCont .banner-HD {
    width: 100%;
    max-width: 770px;
    margin: auto;
}

.pricing-heroBannerCont .content-box {
    width: 100%;
    max-width: 880px;
    margin: auto;
}

.pricing-digitalRiseSection {
    padding-top: 90px;
    padding-bottom: 125px;
}

.featire-list {
    padding: 35px 60px;
    border-radius: 25px;
}

.featire-list ul li {
    border-bottom: 1px solid #dde1e6;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.featire-list ul li:last-child {
    margin-bottom: 0px;
}

.featire-list.featire-listBox2 ul li:last-child {
    border-bottom: 0px;
    padding-bottom: 0px;
}

.pricing-accordianBox .accordionBtn:after {
    content: none;
}

.pricing-accordianBox .accordionBtn:before {
    right: 22px;
    background: url(../../assets/images/black-arrow.png);
    background-repeat: no-repeat !important;
    width: 21px;
    height: 12px;
}

.pricing-accordianBox.active .accordionBtn:before {
    background: url(../../assets/images/green-up-arrow.png) !important;
    background-repeat: no-repeat !important;
    width: 21px;
    height: 12px;
}

.pricingFeatire-listIcon {
    flex: 0 0 24px;
    max-width: 24px;
}

.question-workingMethod-section {
    padding-top: 100px;
    padding-bottom: 150px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group .form-control {
    background: transparent !important;
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    outline: none !important;
    padding: 25px 10px !important;
    font-size: 22px;
    color: #1c2a37;
    height: auto !important;
    border-bottom: 2px solid #404043 !important;
}

.form-group .form-control:placeholder {
    color: #808284 !important;
}

.form-group .form-control:focus {
    border-color: #1c2a37 !important;
}

textarea.form-control {
    height: 120px;
    resize: none;
}

.contact-icon {
    flex: 0 0 30px;
    max-width: 30px;
}

.contact-icon img {
    width: 100%;
}

.contact-val {
    flex: 0 0 calc(100% - 55px);
    max-width: calc(100% - 55px);
}

.contact-val,
.contact-val a {
    color: #1c2a37;
    font-size: 36px;
}

.contatUs-heroSection {
    padding-top: 135px;
    padding-bottom: 135px;
}

.contactUs-watermark {
    position: absolute;
    left: 0px;
    bottom: -15%;
    max-width: 845px;
}

.contatUs-heroSection .content-box {
    max-width: 640px;
}

/*.contatUs-heroSection .wpforms-submit-container {
    padding-top: 40px;
}*/

.contactUs-getInTouchSection {
    padding-top: 130px;
    padding-bottom: 155px;
}

.getInTouch-boxes {
    gap: 25px;
    margin-top: 25px;
}

.contactUs-getInTouchSection .banner-HD {
    font-size: 72px;
    line-height: 72px;
}


/* About Us Page */
.aboutHeroBanner-section {
    padding-top: 0px;
}

.aboutHeroBanner-section .aboutHeroBanner-In {
    position: absolute;
    width: 100%;
    max-width: 1920px;
    margin: auto;
    top: 0;
    left: 0px;
    right: 0px;
}

.aboutHeroBanner-section .aboutHeroBanner-In .heroBanner {
    position: absolute;
    top: 40px;
    right: 0px;
    width: 100%;
    max-width: 800px;
}

.aboutHeroBanner-section .heroBanner-content {
    padding-top: 130px;
    padding-bottom: 130px;
}

.aboutHeroBanner-section .heroBanner-content .banner-HD {
    margin-bottom: 30px !important;
}

.about-companyFigures-section {
    padding-top: 230px;
    padding-bottom: 110px;
}

.companyInFigures-list ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 100px;
    position: relative;
    justify-content: space-between;
}

.companyInFigures-list ul li h2 {
    font-size: 110px;
    line-height: normal;
}

.companyInFigures-list ul li p {
    font-size: 20px;
    color: #7d8286;
    font-weight: 500;
}

.companyInFigures-list ul li:after {
    content: '';
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 90%;
    background: #c1c6cb;
}

.companyInFigures-list ul li:last-child:after {
    right: 0px !important;
    content: none !important;
}

.fromFounder-section {
    padding-top: 40px;
    padding-bottom: 100px;
}

.founderImage {
    position: relative;
    right: -115px;
}

.signatureList-box {
    gap: 70px;
}

.signature-box {
    min-height: 60px;
    max-width: 200px;
}

/* Update  */

.buyAndSell-section .section-HD {
    margin-bottom: 45px;
}

.buyAndSell-section {
    padding-bottom: 145px;
}

.buyAndSell-section .card-body .card-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    height: 130px;
}

/* Netherlands language  */


.netherlands-lang .section-sub-HD {
    font-size: 43px;
}

.netherlands-lang .card-text,
.netherlands-lang .content-text, 
.netherlands-lang .content-box, 
.netherlands-lang .contentPage-wrapper p, 
.netherlands-lang .contentPage-wrapper ul li,
.netherlands-lang .heroBanner-content {
    font-size: 20px;
    line-height: 30px;
}

.netherlands-lang .faqCard-title {
    font-size: 26px;
}

.netherlands-lang .content-box.faqCard-text {
    font-size: 18px;
}

.netherlands-lang .whyNeed-digitalRise-section .card-title {
    font-size: 23px;
    margin-bottom: 20px;
}

.netherlands-lang .buyAndSell-section .card-body .card-text {
    height: 160px;
}

.netherlands-lang .pricing-heroBannerCont .banner-HD {
    max-width: 840px;
}

.netherlands-lang .pricing-heroBannerCont .content-box {
    max-width: 890px;
}

.netherlands-lang .section-HD,
.netherlands-lang .buyAndSell-section .section-HD {
    font-size: 55px;
}