/* fonts import start */
/* fonts import start */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@font-face {
    font-family: "Gilroy";
    src: url("../fonts/gilroy/Gilroy-Light.eot");
    src: url("../fonts/gilroy/Gilroy-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/gilroy/Gilroy-Light.woff2") format("woff2"), url("../fonts/gilroy/Gilroy-Light.woff") format("woff"), url("../fonts/gilroy/Gilroy-Light.ttf") format("truetype"), url("../fonts/gilroy/Gilroy-Light.svg#Gilroy-Light") format("svg");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/gilroy/Gilroy-Medium.eot");
    src: url("../fonts/gilroy/Gilroy-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/gilroy/Gilroy-Medium.woff2") format("woff2"), url("../fonts/gilroy/Gilroy-Medium.woff") format("woff"), url("../fonts/gilroy/Gilroy-Medium.ttf") format("truetype"), url("../fonts/gilroy/Gilroy-Medium.svg#Gilroy-Medium") format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/gilroy/Gilroy-Regular.eot");
    src: url("../fonts/gilroy/Gilroy-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/gilroy/Gilroy-Regular.woff2") format("woff2"), url("../fonts/gilroy/Gilroy-Regular.woff") format("woff"), url("../fonts/gilroy/Gilroy-Regular.ttf") format("truetype"), url("../fonts/gilroy/Gilroy-Regular.svg#Gilroy-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/gilroy/Gilroy-Bold.eot");
    src: url("../fonts/gilroy/Gilroy-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/gilroy/Gilroy-Bold.woff2") format("woff2"), url("../fonts/gilroy/Gilroy-Bold.woff") format("woff"), url("../fonts/gilroy/Gilroy-Bold.ttf") format("truetype"), url("../fonts/gilroy/Gilroy-Bold.svg#Gilroy-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/gilroy/Gilroy-Heavy.eot");
    src: url("../fonts/gilroy/Gilroy-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/gilroy/Gilroy-Heavy.woff2") format("woff2"), url("../fonts/gilroy/Gilroy-Heavy.woff") format("woff"), url("../fonts/gilroy/Gilroy-Heavy.ttf") format("truetype"), url("../fonts/gilroy/Gilroy-Heavy.svg#Gilroy-Heavy") format("svg");
    font-weight: 900;
    font-style: normal;
    font-display: swap
}
@font-face {
    font-family: "Kollektif";
    src: url("../fonts/kollektif/Kollektif-Bold.ttf");
    src: url("../fonts/kollektif/Kollektif-BoldItalic.ttf");
    src: url("../fonts/kollektif/Kollektif-Italic.ttf");
    src: url("../fonts/kollektif/Kollektif.ttf");
}

/* fonts import end */

/* global styling start */
html {
    overflow-x: hidden !important;
}

body {
    font-family: "Kollektif";
    overflow-x: hidden !important;
}

.para_heading_global {
    color: #000;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 31.2px */
    text-transform: capitalize;
}
.paragraph_global {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

a.whitebtn {
    background: #fff;
    text-decoration: none;
    padding: 10px 30px;
    border-radius: 22px;
    color: #8f5843;
    line-height: 14.06px;
    font-weight: bold;
}

/* global styling end */

/* header styling start */
nav.navbar a.nav-link {
    color: #323232;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.2px;;
}
nav.navbar a.nav-link.active {
    color: #8F5843;
    font-family: Kollektif;
    font-weight: bold;
}
nav.navbar a.nav-link:hover {
    color: #8f5843;
    font-weight: bold;
}
nav.navbar .current-menu-item a.nav-link {
    color: #8f5843 !important;
    font-weight: bold !important;
}
nav.navbar .header-btns.headerbtnwhite {
    background: #fff;
    color: #8f5843;
}
header select#weblanguage {
    border: none;
    color: #323232;
    font-size: 10px;
    font-style: normal;
    font-weight: bold;
    line-height: 19.2px;;
}
/* header styling end */

/* banner styling start */
section.banner-sec {
    background: url(../img/banner1.png);
    padding: 150px 0;
    background-size: cover;
    background-position: center;
}

.banner_upper_heading {
    color: #FCFCFC;
    text-align: center;
    font-family: Kollektif;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 50.4px;
}

.banner_main_heading {
    color: #1F95E5;
    font-family: 'Kollektif';
    font-size: 82px;
    font-style: normal;
    font-weight: 700;
    line-height: 19.2px;;
}

.banner_main_para {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.2px;;
}

.banner-sec .input-group-parent {
    background: transparent;
    padding: 10px;
    border-radius: 40px;
    border: 2px solid #fff;
    width: 40%;
    margin: 0 auto;
}

.banner-sec input.form-control {
    border: none;
}

.banner-sec #button-addon2 {
    border-radius: 52px;
    padding: 10px;
    background: #8f5843;
    color: #fff;
    border: none;
    line-height: initial;
}

.banner-sec .input-group-parent input.form-control {
    background: transparent;
    text-align: center;
    color: #fff;
}

.banner-sec .input-group-parent input.form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1;
    /* Firefox */
}

.banner-sec .input-group-parent input.form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}

.banner-sec .input-group-parent input.form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff;
}

a.banner_cta_btn {
    border-radius: 30px;
    background: #FFF;
    color: #323232;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 14.06px;
    padding: 15px 20px;
    text-decoration: none;
    margin: 0 auto;
    display: table;
    font-family: Gilroy;
}

.banner-sec img.bannersecmapping {
    height: 20px;
    place-self: center;
}

.download_section ul {
    list-style: none;
    padding: 0;
}

.download_section ul li {
    margin: 0 10px 0 0;
}

.download_section h4 {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 18.75px;
}

.tabs-imge-abs {
    position: absolute;
    top: 50px;
}

.navbar-btns ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.navbar-btns ul li {
    margin: 0 10px;
}

.navbar-btns ul li a {
    border: 2px solid #8F5843;
    padding: 8px 40px;
    border-radius: 16px;
    background: #8F5843;
    text-decoration: none;
    color: #FCFCFC;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 14.06px;
}
a.header-btns.whitebtn_cst {
    background: #fff;
    color: #8F5843;
}


/* banner styling end */

/* step section style start */
section.steps-section {
    padding: 100px 0;
}

.stepbox {
    text-align: center;
    padding: 10px 100px;
}

.stepbox h3 {
    color: #323232;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 28.8px;
    margin: 30px 0;
}

.stepbox p {
    color: #323232;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14.4px;
}

.stepbox a {
    color: #323232;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 14.4px;
    text-decoration: none;
    position: relative;
    z-index: 999;
}

.stepbox a i {
    border: 1px solid;
    padding: 3px;
    font-size: 10px;
    border-radius: 4px;
    margin-left: 5px;
}

/* step section style end */

/* community section */
section.community-banner-section {
    background: url(../img/comunitybanner.png);
    padding: 150px 0px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    margin: 0 0 100px 0;
}

section.community-banner-section h2 {
    color: #FCFCFC;
    font-size: 54px;
    font-style: normal;
    font-weight: 700;
    line-height: 64.8px;
}

section.community-banner-section p {
    color: #FCFCFC;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.2px;
    margin-bottom: 40px;
    margin-top: 30px;
    font-family: 'Kollektif';
}

.smartphgonemockabs {
    position: absolute;
    top: -160px;
    right: 220px;
}

/* community section */


/* opportunity section */
section.opportunity-section {
    background: linear-gradient(180deg, #fff 53%, rgba(0, 0, 0, 0) 15%), linear-gradient(180deg, rgba(253, 229, 220, 0.35) 98%, #FFF 26%);
    margin: 100px 0 20px 0;
}

section.opportunity-section .content-box h2 {
    color: #323232;
    font-size: 54px;
    font-style: normal;
    font-weight: 400;
    line-height: 64.8px;
    margin-bottom: 30px;
}

section.opportunity-section .content-box p {
    color: #323232;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.6px;
    margin-bottom: 40px;
}

section.opportunity-section .content-box a {
    border-radius: 26px;
    background: #8F5843;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: 600;
}

section.opportunity-section h2.section-heading {
    color: #323232;
    text-align: center;
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: 40.8px;
    width: 50%;
    margin: 100px auto;
}

section.opportunity-section h2.section-heading span {
    color: #8F5843;
    font-weight: 700;
}

/* opportunity section */

/* cities section */
.cities-section .section-heading {
    color: #323232;
    text-align: center;
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.2px;;
    margin-bottom: 50px;
}

.cities-section .section-heading span {
    color: #8F5843;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 40.8px;
}

/* cities section */

/* footer style start */
footer {
    background: #FCFCFC;
}

footer .footer-top {
    padding: 50px 0;
}

.download_section_footer ul {
    list-style: none;
    padding: 0;
}

.download_section_footer ul li {
    margin: 0 20px 0 0px;
}

p.first_column_text {
    color: #323232;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.41px;
    margin: 15px 0;
}

footer .footer-top h5 {
    color: #323232;
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    line-height: 19.2px;;
}

.first_column_list li a {
    color: #323232;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.41px;
    text-decoration: none;
}

.first_column_list li {
    margin: 10px 0px;
}

.footer_newsletter button#button-addon2 {
    background: #fff;
    border: none;
    color: #323232;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

.footer_newsletter .input-group input {
    border-radius: 12px;
    padding: 15px;
}

.footer_newsletter .input-group {
    border-radius: 12px;
}

.footer_newsletter ul {
    padding: 0;
    list-style: none;
}

.footer_newsletter ul li {
    margin: 0 20px 0 0;
}
footer .copyright a {
    text-decoration: none;
    margin: 0 5px;
    color: #323232;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.2px;;
}
footer .footer_newsletter ul li a:hover {
    filter: drop-shadow(2px 4px 6px #000);
}
footer .copyright {
    margin: 0px 0 20px 0;
}
footer select#weblanguage {
    border: none;
    color: #323232;
    font-size: 10px;
    font-style: normal;
    font-weight: bold;
    line-height: 19.2px;;
}
.BeforeFooterSection {
    background: #90482C;
    padding: 60px 0;
}
.BeforeFooterSection a {
    text-decoration: none;
    color: #FCFCFC;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 19.2px;;
    float: right;
}
/* footer style end */

/* about page */
.inner-banner-sec {
    background: url(../img/innerbanner.png);
    padding: 100px 0;
    background-size: cover;
    background-position: center;
}

.inner-banner-sec .banner_upper_heading {
    color: #FCFCFC;
    font-size: 70px;
    font-style: normal;
    font-weight: 600;
    line-height: 82.03px;
}

.inner-banner-sec h5 {
    color: #FCFCFC;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 23.44px;
    text-align: center;
}

.inner-banner-sec p {
    color: #FCFCFC;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.41px;
}

.about-page-about-sec h3 {
    color: #8F5843;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 46.88px;
    letter-spacing: 4px;
}

.about-page-about-sec h5 {
    color: #000;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 31.2px;
    margin-bottom: 30px;
}

.about-page-about-sec p {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 30.08px;
}

section.who-we-are {
    background: url(../img/about-sec-banner.png);
    background-size: cover;
    position: relative;
}

section.who-we-are h2 {
    color: #FCFCFC;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 31.2px;
    margin-bottom: 30px;
}

section.who-we-are p {
    color: #FCFCFC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 30.08px;
}
section.who-we-are .content-inner {
    width: 80%;
}
.whoweareabs {
    position: absolute;
    bottom: 0;
    right: 50px;
}

.whoweareleft {
    transform: translate(0px, -26px) scale(1.085);
}

.whoweareright {
    float: right;
    transform: translate(0px, -26px) scale(1.085);
}

/* about page */

/* contact us page */
section.steps-section-inner {
    padding: 100px 0 150px 0px;
}
iframe.citiesmap_class {
    width: 100%;
    margin-bottom: -10px;
}
section.steps-section-inner h2 {
    color: #323232;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 46.88px;
    text-align: center;
    margin-bottom: 50px;
}

section.steps-section-inner .stepbox h3 {
    color: #323232;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 19.2px;
}

section.steps-section-inner .stepbox a {
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14.4px;
    text-decoration: none;
    background: #8f5843;
    padding: 10px 20px;
    border-radius: 22px;
}

.who-we-are li {
    color: #fff;
    line-height: 28.16px;
}

/*merchant modal*/
div#MerchantFormModal {
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(5px);
}
div#MerchantFormModal input {
    border-radius: 12px;
    background: #F3F3F3;
    margin: 6px 0;
    padding: 15px;
    border:none;
}
div#MerchantFormModal input::placeholder {
    color: #909090;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.2px;;
}
div#MerchantFormModal select.form-select {
    border-radius: 12px;
    background: #F6F6F6;
    border: none;
    padding: 20px 10px;
    appearance: auto;
    width: 100%;
}
div#MerchantFormModal p {
    color: #565656;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.2px;;
    margin: 20px 0;
}
div#MerchantFormModal .modal-header {
    border:none;
    padding:0;
}
div#MerchantFormModal button.btn.btn-secondary {
    border: none;
    padding: 10px 25px;
    margin: 0 auto 0 0;
    border-radius: 45px;
    background: rgba(143, 88, 67, 0.25);
    color: #8F5843;
}
div#MerchantFormModal .btn.btn-primary {
    border: none;
    padding: 10px 25px;
    margin: 0 0 0 auto;
    border-radius: 45px;
    background: #8F5843;
    color: #fff;
    float: right;
}
div#MerchantFormModal .modal-header {
    border:none;
}
div#MerchantFormModal .modal-content {
    padding: 20px 20px;
    border-radius: 22px;
    border: 1px solid #ABABAB;
    background: #FCFCFC;
}
div#MerchantFormModal .modal-footer {
    border:none;
}
div#MerchantFormModal h5 {
    color: #323232;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 19.2px;;
}
/*merchant modal*/

/*customer modal*/
div#CustomerFormModal {
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(5px);
}
div#CustomerFormModal input {
    border-radius: 12px;
    background: #F3F3F3;
    margin: 6px 0;
    padding: 15px;
    border:none;
}
div#CustomerFormModal input::placeholder {
    color: #909090;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.2px;;
}
div#CustomerFormModal select.form-select {
    border-radius: 12px;
    background: #F6F6F6;
    border: none;
    padding: 20px 10px;
    appearance: auto;
    width: 100%;
}
div#CustomerFormModal p {
    color: #565656;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.2px;;
    margin: 20px 0;
}
div#CustomerFormModal .modal-header {
    border:none;
    padding:0;
}
div#CustomerFormModal button.btn.btn-secondary {
    border: none;
    padding: 10px 25px;
    margin: 0 auto 0 0;
    border-radius: 45px;
    background: rgba(143, 88, 67, 0.25);
    color: #8F5843;
}
div#CustomerFormModal .btn.btn-primary {
    border: none;
    padding: 10px 25px;
    margin: 0 0 0 auto;
    border-radius: 45px;
    background: #8F5843;
    color: #fff;
    float: right;
}
div#CustomerFormModal .modal-header {
    border:none;
}
div#CustomerFormModal .modal-content {
    padding: 20px 20px;
    border-radius: 22px;
    border: 1px solid #ABABAB;
    background: #FCFCFC;
}
div#CustomerFormModal .modal-footer {
    border:none;
}
div#CustomerFormModal h5 {
    color: #323232;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 19.2px;;
}
/*customer modal*/

/*driver modal*/
div#DriverFormModal {
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(5px);
}
div#DriverFormModal input {
    border-radius: 12px;
    background: #F3F3F3;
    margin: 6px 0;
    padding: 15px;
    border:none;
}
div#DriverFormModal input::placeholder {
    color: #909090;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.2px;;
}
div#DriverFormModal select.form-select {
    border-radius: 12px;
    background: #F6F6F6;
    border: none;
    padding: 20px 10px;
    appearance: auto;
    width: 100%;
}
div#DriverFormModal p {
    color: #565656;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.2px;;
    margin: 20px 0;
}
div#DriverFormModal .modal-header {
    border:none;
    padding:0;
}
div#DriverFormModal button.btn.btn-secondary {
    border: none;
    padding: 10px 25px;
    margin: 0 auto 0 0;
    border-radius: 45px;
    background: rgba(143, 88, 67, 0.25);
    color: #8F5843;
}
div#DriverFormModal .btn.btn-primary {
    border: none;
    padding: 10px 25px;
    margin: 0 0 0 auto;
    border-radius: 45px;
    background: #8F5843;
    color: #fff;
    float: right;
}
div#DriverFormModal .modal-header {
    border:none;
}
div#DriverFormModal .modal-content {
    padding: 20px 20px;
    border-radius: 22px;
    border: 1px solid #ABABAB;
    background: #FCFCFC;
}
div#DriverFormModal .modal-footer {
    border:none;
}
div#DriverFormModal h5 {
    color: #323232;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 19.2px;;
}
/*driver modal*/

/* contact us page */

/* contact page */
.contact-banner-sec {
    background: #F4F7FF;
    text-align: center;
    padding: 100px 0;
}
section.contact-form img {
    height: 900px;
}
.contact-banner-sec h6 {
    color: #323232;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 19.2px;;
}

.contact-banner-sec p {
    color: #555;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.2px;;
}

.contact-form input.form-control {
    border-radius: 12px;
    opacity: 0.8;
    background: #F4F4F4;
    border: none;
    padding: 20px;
}

section.contact-form textarea.form-control {
    border-radius: 12px;
    opacity: 0.8;
    background: #F4F4F4;
    border: none;
    padding: 20px;
}

section.contact-form .submitcontactform {
    width: 100%;
    border-radius: 12px;
    opacity: 0.8;
    background: #8f5843;
    border: none;
    padding: 12px;
    line-height: 16.8px;
    font-weight: bold;
}

section.contact-form h2 {
    color: #000;
    font-size: 50px;
    font-style: normal;
    font-weight: bold;
    line-height: 58.59px;
}
section.contact-form p {
    color: #555555;
    font-size: 14px;
    line-height: 16.41px;
}

/* contact page */

/* signup page style start */
section.signup-banner-sec {
    background: url(../img/aboutpaybanner.png);
    background-size: cover;
    padding: 40px 0px;
    background-position: center;
    position: relative;
    height: 65vh;
}

section.signup-banner-sec h2.banner_upper_headingcust {
    color: #FCFCFC;
    text-align: left;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 40.8px;
}

.signup-box-custom {
    padding: 50px;
    position: relative;
    width: 100%;
    bottom: -50px;
    border-radius: 22px;
    background: #FCFCFC;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.12);
    z-index: 999;
}

section.signup-banner-sec p {
    color: #FCFCFC;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

section.signup-banner-sec .signup-box-custom h5 {
    color: #323232;
    font-family: Kollektif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 28.8px;
    margin-bottom: 20px;
}

section.signup-banner-sec .signup-box-custom input {
    border-radius: 12px;
    background: #F6F6F6;
    padding: 20px;
    border: none;
}
section.signup-banner-sec .signup-box-custom select.wpcf7-form-control {
    border-radius: 12px;
    background: #F6F6F6;
    padding: 20px;
    border: none;
}

section.signup-banner-sec .signup-box-custom p {
    color: #565656 !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.8px !important;
    text-align: left !important;
    margin: 20px 0 70px 0;
}

section.signup-banner-sec .signup-box-custom ul {
    padding: 0;
    list-style: none;
    width: 100%;
}

section.signup-banner-sec a.alreadystartedsigningup {
    border-radius: 45px;
    background: rgba(143, 88, 67, 0.25);
    color: #8F5843;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 19.2px;
    padding: 15px 30px;
    text-decoration: none;
}

section.signup-banner-sec .signup-box-custom ul li {
    width: 50%;
}

section.signup-banner-sec .signup-box-custom ul li .nextbtn {
    float: right;
    border-radius: 45px;
    background: #8F5843;
    color: #FCFCFC;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.2px;;
    padding: 15px 20px;
    text-decoration: none;
}

section.signup-banner-sec .signup-box-custom .steps .form-check-input {
    background: #8f5843 !important;
    padding: 10px !important;
    border-radius: 10px !important;
    margin-right: 10px;
}

section.signup-banner-sec .signup-box-custom .steps span {
    color: #565656;
    font-family: Kollektif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.2px;;
}

section.signup-banner-sec .signup-box-custom .steps label.form-check-label {
    margin: 20px 0;
    color: #565656;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.2px;;
}

section.signup-banner-sec .signup-box-custom .steps .last-step-info {
    margin: 0 0 5px 0;
}

section.about-page-about-sec {
    padding: 100px 0;
    margin: 100px 0;
}
section.about-page-about-sec.about-page-about-sec-check-cls {
    margin: 0;
}

section.about-page-about-sec .iconbox_info {
    text-align: center;
    padding: 0 70px;
}

section.about-page-about-sec .iconbox_info .info {
    color: #8F5843;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 19.2px;
    margin: 20px 0;
}

section.about-page-about-sec .iconbox_info p {
    color: #323232;
    text-align: center;
    font-family: Kollektif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14.4px;
}

section.howmuchearn {
    padding: 100px 0 150px 0px;
}

section.howmuchearn .usercard {
    text-align: center;
    padding: 0px 50px;
    position:relative;
}

section.howmuchearn h2.section_heading {
    color: #323232;
    text-align: center;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 40.8px;
    margin-bottom: 100px;
}

section.howmuchearn .usercard img {
    margin-bottom: 40px;
}

section.howmuchearn .usercard h5 {
    color: #8F5843;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 21.6px;
}

section.howmuchearn .usercard p {
    color: #565656;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.8px;
    margin: 3px 0;
}

section.who-we-are-gear {
    background: url(../img/invertbg.png);
    background-size: cover;
    position: relative;
}

section.who-we-are-gear h2 {
    color: #FCFCFC;
    font-family: Kollektif;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 31.2px;
}

section.who-we-are-gear p {
    color: #FCFCFC;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.2px;
}

section.requirement-section {
    padding: 100px 0px;
}

section.requirement-section h2.section_heading {
    color: #323232;
    text-align: center;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 40.8px;
    margin-bottom: 50px;
}

section.requirement-section .numberbox-custom {
    text-align: center;
}

section.requirement-section .numberbox-custom .number p {
    border: 1px solid #8F5843;
    width: fit-content;
    margin: 0 auto 40px auto;
    padding: 20px;
    border-radius: 100%;
    line-height: 5px;
    color: #8F5843;
    background: #fff;
}

section.requirement-section .numberbox-custom h5 {
    color: #8F5843;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 21.6px;
    margin-bottom: 20px;
}

section.requirement-section .numberbox-custom p {
    color: #565656;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.8px;
}

.number.centernumnber {
    position: relative;
}

.number.centernumnber:after {
    content: '';
    height: 1px;
    width: 200%;
    background: #fff;
    display: block;
    position: absolute;
    top: 20px;
    right: -205px;
    border: 2px dashed #8F5843;
    z-index: -1;
}

.faq-sec .accordion-item {
    background-color: #fff;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

section.faq-sec {
    padding: 50px 0 100px 0px;
}

section.faq-sec h2.section_heading {
    color: #323232;
    text-align: center;
    font-family: Kollektif;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 40.8px;
    margin-bottom: 70px;
}

section.faq-sec .accordion-button:not(.collapsed) {
    color: #8f5843;
    background-color: #e1d3ce;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

section.faq-sec button.accordion-button {
    color: #323232;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 21.6px;
}

.customtext {
    padding: 50px 0px;
}

.customtext p {
    color: #565656;
    text-align: center;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 16.8px;
}
input#flexCheckDefault {
    appearance: revert !important;
}

.abs-info-box-user-card table {
    width: 100%;
    text-align: left;
}

.abs-info-box-user-card table p {
    text-align: left !important;
}

.abs-info-box-user-card {
    padding: 10px 20px;
    text-align: left;
    border-radius: 20px;
    background: #FCFCFC;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.12);
    position: absolute;
    width: 70%;
    bottom: 40%;
    left: 0;
}

.abs-info-box-user-card h6 {
    color: #323232;
    text-align: left;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 19.2px;;
}
.abs-info-box-user-card th {
    color: #323232;
    text-align: left;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.2px;;
}
.abs-info-box-user-card h4.text-center {
    color: #323232;
    font-size: 10px;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 19.2px;;
}
.abs-info-box-user-card h4 {
    color: #323232;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.2px;;
    padding: 0 20px;
}
.abs-info-box-user-card hr {
    margin: 5px 0;
}
/* signup page style end */


/* about pay style */
section.about-pay-banner-sec {
    background: url(../img/aboutpaybanner.png);
    padding: 150px 0px;
    background-size: 100%;
    background-position: center;
    height: 65vh;
}

section.about-pay-banner-sec h2 {
    color: #FCFCFC;
    text-align: left;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 40.8px;
    margin-bottom: 20px;
}

section.about-pay-banner-sec p {
    color: #FCFCFC;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 21.6px;
}

section.track-earnings {
    padding: 50px 0 0px 0px;
}

section.track-earnings h2 {
    color: #323232;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 31.2px;
}

section.track-earnings p {
    color: #323232;
    font-family: Kollektif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.2px;
}

section.getpaid {
    background: rgba(143, 88, 67, 0.25);
    padding: 100px 0px;
}

section.getpaid h2.section_heading {
    color: #000;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 33.6px;
    margin-bottom: 50px;
}

.getpaid-box {
    text-align: center;
}

section.getpaid .getpaid-box h2 {
    color: #8F5843;
    text-align: center;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 52.8px;
}

section.getpaid .getpaid-box p {
    color: #323232;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 21.6px;
    margin: 30px 0;
}

.getpaid-box a {
    border-radius: 26px;
    background: #8F5843;
    color: #FCFCFC;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.2px;;
    padding: 10px 20px;
    text-decoration: none;
}

section.getpaid p.custom-text {
    color: #565656;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 16.8px;
}

section.track-earnings .first-container {
    margin-bottom: 100px;
}
section.page-bottom-content {
    margin: 50px 0;
}
section.page-bottom-content p {
    color: #565656;
    text-align: center;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 16.8px;
}
/* about pay style */

/* sales page */
section.getpaid-steps {
    background: rgba(143, 88, 67, 0.25);
    padding: 100px 0px;
}
section.about-pay-banner-sec a.btn.whitebtn {
    padding: 15px 30px;
    margin-top: 15px;
}
section.getpaid-steps h2.section_heading {
    color: #323232;
    text-align: center;
    font-family: Kollektif;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 40.8px;
    margin-bottom: 
    50px;
}

section.getpaid-steps .getpaid-box {
    text-align: center;
    padding: 0 50px;
}

section.getpaid-steps .getpaid-box h6 {
    color: #8F5843;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 19.2px;
}

section.getpaid-steps .getpaid-box p {
    margin: 30px 0;
    color: #323232;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14.4px;
}

section.getpaid-steps .getpaid-box a {
    border-radius: 26px;
    background: #8F5843;
    color: #FCFCFC;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.2px;;
    padding: 10px 20px;
    text-decoration: none;
}

section.getpaid-steps p.custom-text {
    color: #565656;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 19.2px;;
}

section.plans-sec {
    padding: 100px 0;
    background: #e3d5d0;
}

section.plans-sec .section-content {
    margin-bottom: 60px;
}

section.plans-sec h2.section_heading {
    color: #000;
    text-align: center;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 40.8px;
}

section.plans-sec p {
    color: #323232;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.2px;
}

section.plans-sec .plan-card {
    padding: 30px;
    border-radius: 20px;
    border-top: 4px solid rgba(143, 88, 67, 0.50);
    background: #FCFCFC;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.12);
    position: relative;
    height: 550px;
}

section.plans-sec .plan-card h6 {
    color: #000;
    text-align: left;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 14.4px;
    margin-bottom: 30px;
}

section.plans-sec .plan-card h2 {
    color: #000;
    text-align: left;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 26.4px;
}

section.plans-sec .plan-card p {
    color: #565656;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14.4px;
    text-align: left;
    margin-bottom: 40px;
}

.plan-card ul {
    padding: 0;
}

section.plans-sec .plan-card li {
    color: #323232;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 14.4px;
    list-style: none;
    margin: 10px 0;
}

section.plans-sec .plan-card a {
    border-radius: 26px;
    background: rgba(143, 88, 67, 0.20);
    padding: 10px 30px;
    text-decoration: none;
    color: #8F5843;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 19.2px;;
    position: absolute;
    bottom: 20px;
    left: 10%;
}

section.plans-sec .plan-card:hover {
    border-top: 4px solid rgb(143 88 67);
}

section.plans-sec .plan-card a:hover {
    background: rgb(143 88 67);
    color: #fff;
}
ul.plan-list-content .icon-box-content p {
    margin: 8px 0 !important;
}
ul.plan-list-content svg {
    margin: 0 10px 0 0px;
}
ul.plan-list-content p {
    margin: 20px 0px !important;
}

section.every-plan-sec .section-content h2 {
    color: #000;
    text-align: center;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 40.8px;
}

section.every-plan-sec {
    padding: 100px 0px;
    background: #e3d5d0;
}

.every-plan-sec .plan-services-card {
    margin: 50px 0;
    border-radius: 20px;
    background: #FCFCFC;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.12);
}
.every-plan-sec .plan-services-card h5.card-title {
    color: #323232;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
.every-plan-sec .plan-services-card a.btn.plan-services-btn {
    border-radius: 26px;
    background: #8F5843;
    color: #FCFCFC;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.2px;;
    padding: 10px 20px;
}
.every-plan-sec .plan-services-card p {
    color: #565656;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14.4px;
    margin-bottom: 50px;
    margin-top: 0px;
}
section.sales-bottom-content p {
    color: #565656;
    text-align: center;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 16.8px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

section.sales-bottom-content {
    background: #e3d5d0;
    padding-bottom: 50px;
}


section.every-plan-sec .owl-dots {
    text-align: center;
    padding-top: 0px;
}

section.every-plan-sec .owl-dots button.owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    background: #6A6A6A;
    margin: 0 3px;
}

section.every-plan-sec .owl-dots button.owl-dot.active {
    background-color: #8F5843;
    height: 15px;
    width: 15px;
}

section.every-plan-sec .owl-dots button.owl-dot:focus {
    outline: none;
}

section.every-plan-sec .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}

section.every-plan-sec .owl-carousel span {
    font-size: 70px;
    position: relative;
    top: -5px;
}

section.every-plan-sec .owl-dots {
    display: block !important;
}
section.every-plan-sec .card-body {
    padding: 30px;
}

/* sales page */


/* vendor signup page */
.btn.vendor-signup-form-bttn {
    color: #FCFCFC;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 19.2px;;
    border-radius: 45px;
    background: #8F5843;
    margin: 0 0 0 auto;
    display: block;
    padding: 20px 30px;
}
.vendor-signup-form-custom p {
    margin-bottom: 0 !important;
}
section.vendor-signup-banner-sec {
    background: url(../img/aboutpaybanner.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 75vh;
}
section.vendor-signup-banner-sec .banner_upper_headingcust {
    color: #FCFCFC;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 40.8px;
    margin-top: 50px;
}
section.vendor-signup-banner-sec .signup-box-custom.vendor-signup-form-custom-parent h5 {
    color: #323232;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 19.2px;;
}
section.vendor-signup-banner-sec .signup-box-custom.vendor-signup-form-custom-parent p {
    margin-bottom: 20px !important;
    margin-top: 20px;
    color: #565656;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.2px;;
}
section.vendor-signup-banner-sec .signup-box-custom.vendor-signup-form-custom-parent input.form-control {
    border-radius: 12px;
    background: #F6F6F6;
    border: none;
    padding: 15px;
}
section.vendor-signup-banner-sec .signup-box-custom.vendor-signup-form-custom-parent select {
    border-radius: 12px;
    background: #F6F6F6;
    border: none;
    padding: 15px;
}
section.vendor-signup-banner-sec .signup-box-custom.vendor-signup-form-custom-parent p a {
    color: #8F5843;
    font-family: Kollektif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 19.2px;;
}
.signup-page-tabs-custom .nav-tabs {
    border: none;
    border-radius: 38.5px;
    background: rgba(143, 88, 67, 0.10);
    padding: 5px;
}
.signup-page-tabs-custom div#nav-tab .nav-link {
    width: 25%;
    border: none;
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.2px;;
    padding: 15px;
}
.signup-page-tabs-custom .nav-tabs .nav-link.active {
    border-radius: 38.5px;
    background: #8F5843;
    color: #FCFCFC !important;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 19.2px;;
}
section.about-page-about-sec.signup-page-tabs-custom h2.section_heading {
    color: #323232;
    text-align: center;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 19.2px;;
}
section.about-page-about-sec.signup-page-tabs-custom p {
    color: #565656;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.2px;;
    margin-bottom: 50px;
    margin-top: 20px;
}
section.about-page-about-sec.signup-page-tabs-custom .tab-section-content p {
    color: #565656;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.2px;;
    text-align:left;
}
section.about-page-about-sec.signup-page-tabs-custom .tab-section-content h2 {
    color: #323232;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 19.2px;;
}
section.vendor-sign-up-who-we-are {
    background: url(../img/bss-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0px;
}
.quiz-opt-list-ul {
    list-style: none;
    padding: 0;
    place-items: center;
}
span.plus-icon-quiz-sec {
    font-size: 50px;
}
p.bottom-options-custom-para {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}
.quiz-opt-list-ul {
    list-style: none;
    padding: 0;
}

.quiz-opt-list-ul .radio-opt-custom-box {
    padding: 10px 20px;
    border-radius: 16px;
    border-top: 4px solid rgba(143, 88, 67, 0.50);
    background: #FCFCFC;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.12);
    text-align: center;
    height: 350px;
}
.radio-opt-custom-box:hover {
    border-top: 4px solid rgb(143 88 67);
}
.radio-opt-custom-box p{
    color: #323232;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}
.radio-opt-custom-box h3{
    color: #323232;
    text-align: center;
    font-size: 42px;
    line-height: 1.5;
    font-weight: 600;
}
.radio-opt-custom-box h4{
    color: #323232;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 16px;
}

.radio-opt-custom-box.result-boxes {
    text-align: left;
    padding: 30px;
    height: 250px;
}
.radio-opt-custom-box.result-boxes h4 {
    color: #323232;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px;
}
.radio-opt-custom-box.result-boxes h6 {
    font-size: 14px;
    font-weight: 600;
    margin: 0px 0px 0.5rem;
}
.radio-opt-custom-box.result-boxes p {
    font-size: 14px;
    font-weight: 600;
    margin: 0px 0px 0.5rem;
    text-align: left;
}
.radio-opt-custom-box.result-boxes a.brownbtn {
    border-radius: 26px;
    background: #8F5843;
    color: #FCFCFC;
    font-family: 'Gilroy';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.2px;
    padding: 10px 20px;
    text-decoration: none;
}
.quiz-opt-list-ul .radio-opt-custom-box input {display: block;margin: 0 auto;text-align: center;}

.quiz-opt-list-ul li {margin: 0 20px;width: 50%;}
.quiz-opt-list-ul .radio-opt-custom-box .form-check {margin: 10px auto 0px auto;display: table;padding: 0;}

.bottom-options-custom {
    margin-top: 100px;
    display: flex;
    position: relative;
    align-items: center;
}
.bottom-options-custom button.btn.btn-prev-quiz {
    position: absolute;
    left: 0;
    top: 40%;
}
.progress-bar-csutom {
    width: 50%;
    margin: 0px auto;
}
#myProgress {
  width: 250px;
  margin:0 auto;
  background-color: #CDCDCD;
}

.myBar1 {
  width: 33%;
  height: 5px;
  background-color: #90482c;
}
.myBar2 {
  width: 66%;
  height: 5px;
  background-color: #90482c;
}
.myBar3 {
  width: 100%;
  height: 5px;
  background-color: #90482c;
}
button.btn.btn-next-quiz {
    float: right;
    border-radius: 38px;
    background: #90482c;
    color: #ffffff;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 19.2px;
}
section.quiz-section {
    padding: 100px 0px;
}
section.quiz-section .section_content h2 {
    color: #323232;
    text-align: center;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 19.2px;;
    margin-bottom:40px;
}
section.quiz-section .section_content p {
    color: #565656;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.2px;;
}
section.quiz-section .section_content {
    margin-bottom: 50px;
}
section.quiz-section .quick-step h2 {
    color: #565656;
    text-align: center;
    font-family: Kollektif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.2px;;
    margin-bottom: 50px;
}

.vendor-blogs-slider img.img-fluid.vendor-signup-blog-slider-card-img {
    margin: 20px auto;
    width: 100px;
}

.vendor-blogs-slider h5.card-title {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 19.2px;;
    margin-bottom: 20px;
}
.vendor-blogs-slider p.card-text {
    color: #565656;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.2px;;
    margin-bottom: 20px;
}
.vendor-blogs-slider a.btn.vendor-signup-blog-slider-btn {
    border-radius: 26px;
    background: #8F5843;
    color: #FCFCFC;
    font-family: 'Gilroy';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.2px;;
    padding: 10px;
}
.vendor-blogs-slider .card.vendor-signup-blog-slider-card {
    border-radius: 12px;
    background: #FCFCFC;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.12);
    padding: 30px;
}
section.vendor-signup-blog-slider {
    padding: 50px 0;
    background: #FDF1EC;
}
.content_section p {
    color: #565656;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.2px;;
    margin-bottom: 50px;
}
.content_section h2 {
    color: #323232;
    text-align: center;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 19.2px;;
    margin-bottom: 20px;
}
.who-we-are-right-content-cust p {
    color: #FCFCFC;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.2px;
}
.vendor-signup-blog-slider .owl-dots {
    text-align: center;
    padding-top: 50px;
}
.vendor-signup-blog-slider .owl-dots button.owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    background: #9C9998;
    margin: 0 3px;
}
.vendor-signup-blog-slider .owl-dots button.owl-dot.active {
    background-color: #8F5843;
    height: 15px;
    width: 15px;
}
.vendor-signup-blog-slider .owl-dots button.owl-dot:focus {
    outline: none;
}
.vendor-signup-blog-slider .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}
.vendor-signup-blog-slider .owl-carousel span {
    font-size: 70px;
    position: relative;
    top: -5px;
}
.vendor-signup-blog-slider .owl-dots {
    display: block !important;
}

section.most-out-of-door-dash {
    padding: 100px 0px;
}
section.most-out-of-door-dash a.btn.custom-btn {
    border-radius: 26px;
    background: #8F5843;
    color: #FCFCFC;
    font-family: Gilroy;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding: 15px;
}
section.most-out-of-door-dash .left-content-section h2 {
    color: #323232;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}

section.most-out-of-door-dash .left-content-section p {
    color: #565656;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.card.vendor-signup-blog-2-slider-card .card-body {
    padding: 30px;
}
/* vendor signup page */

/*safety info page style start*/
section.mobiles-section-safety-info .section_content h2 {
    color: #323232;
    text-align: center;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}
section.mobiles-section-safety-info .section_content p {
    color: #565656;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom:50px;
    margin-top: 30px;
}
section.mobiles-section-safety-info .mobile-card-custom {
    text-align: center;
    padding: 20px;
}
section.mobiles-section-safety-info .mobile-card-custom h3 {
    color: #000;
    text-align: center;
    font-family: Kollektif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin: 30px 0 20px 0;
}
section.mobiles-section-safety-info .mobile-card-custom p {
    color: #565656;
    text-align: center;
    font-family: Kollektif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
section.mobiles-section-safety-info {
    padding: 100px 0;
}
section.mobiles-section-safety-info .bottom-content p {
    color: #565656;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-top: 50px;
}
.help-secion a.btn.help-sec-btn {
    padding: 0;
    text-decoration: underline;
    color: #8F5843;
    font-family: Kollektif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-decoration-line: underline;
}
.safety-info-content-section-cust .brownbtn {
    border-radius: 26px;
    background: #8F5843;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
}
/*safety info page style end*/


/*pos integration page style start*/
section.pos-integration-steps {
    background: #FDF1EC;
    padding: 50px 0;
}

section.pos-integration-steps h2.section_heading {
    color: #323232;
    text-align: center;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}
section.pos-integration-steps .pos-integration-steps-box h6 {
    color: #323232;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}

section.pos-integration-steps .pos-integration-steps-box {
    text-align: center;
    padding: 20px 50px;
}
section.pos-integration-steps .pos-integration-steps-box p {
    color: #323232;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-top: 20px;
}
section.door-dash-products-section {
    padding: 100px 0px;
    background: #fdf1ec;
}

section.door-dash-products-section h2.section_heading {
    color: #323232;
    text-align: center;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}
section.door-dash-products-section .products-steps-box {
    text-align: center;
    padding: 20px 50px;
}
section.door-dash-products-section .products-steps-box h6 {
    color: #323232;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}
section.door-dash-products-section .products-steps-box p {
    color: #323232;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
section.door-dash-products-section .products-steps-box a.products-link {
    border-radius: 26px;
    background: #8F5843;
    color: #FCFCFC;
    font-family: 'Gilroy';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding: 10px 20px;
    text-decoration: none;
}
.serach-section input.form-control, .serach-section select {
    border-radius: 23px;
    background: #F0F0F0;
    border: none;
    margin: 10px 0;
    padding: 10px 50px;
}
.search-field-with-icon {
    position: relative;
}
.search-field-with-icon i {
    position: absolute;
    left: 20px;
    bottom: 15px;
}
.data-results-section .data-box-parent span.flag-text {
    opacity: 0;
    position: absolute;
}

span.america {
    font-size: 0px;
}
span.australia {
    font-size: 0px;
}
span.canada {
    font-size: 0px;
}
span.australia:after {
    content: '';
    background: url(../img/au.png);
    height: 15px;
    width: 20px;
    display: block;
    position: relative;
    left: 0;
    top: 0;
    z-index: 999;
    background-size: cover;
    background-position: center;
}
span.america:after {
    content: '';
    background: url(../img/usa.png);
    height: 15px;
    width: 20px;
    display: block;
    position: relative;
    left: 0;
    top: 0;
    z-index: 999;
    background-size: cover;
    background-position: center;
}
span.canada:after {
    content: '';
    background: url(../img/ca.PNG);
    height: 15px;
    width: 20px;
    display: block;
    position: relative;
    left: 0;
    top: 0;
    z-index: 999;
    background-size: cover;
    background-position: center;
}
.data-results-section {
    margin-top: 50px;
}
li.data-box-parent {
    width: 30%;
    list-style: none;
    display: inline-block;
    margin: 0 1%;
    vertical-align: top;
}
.serach-section .data-box:hover {
    border-top: 4px solid rgb(143 88 67);
}
.serach-section .data-box ul li img {
    height: auto;
    width: 50px;
}
.serach-section .data-box {
    border-radius: 16px;
    border-top: 4px solid rgba(143, 88, 67, 0.50);
    background: #FCFCFC;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.12);
    padding: 20px 10px;
    margin: 0 0 30px 0;
    height:100px;
}
.serach-section .data-box ul li.img-parent-data-cust-box {
    width: 20%;
}

.serach-section .data-box ul li.content-parent-data-cust-box {
    width: 70%;
}

.serach-section .data-box ul li.country-parent-data-cust-box {
    width: 10%;
}
div#pagination-container ul {
    display: flex;
    list-style: none;
    padding: 0;
}
div#pagination-container ul li.active {
    color: #0a58ca;
    background-color: #e9ecef;
    border-color: #dee2e6;
    border: 1px solid;
    padding: .375rem .75rem;
}
div#pagination-container {
    margin: 0 auto;
    display: table;
}
div#pagination-container a.page-link {
    border: none;
    color: #000;
}
div#pagination-container ul li.active:first-child {
    border: none;
}
div#pagination-container ul li.active:last-child {
    border: none;
}
div#pagination-container ul li.active {
    color: #000;
    background-color: transparent;
    border-color: transparent;
    border: 1px solid;
    padding: 0.375rem 0.75rem;
    border-radius: 5px;
}
.serach-section .data-box ul {
    padding:0px;
    margin:0px;
}
.serach-section .data-box ul li {
    list-style:none;
    margin: 0 10px;
}
section.serach-section {
    padding: 50px 0;
}
section.serach-section .section_content h2 {
    color: #323232;
    text-align: center;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 50px;
}
.serach-section .data-box ul li h5 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin: 0;
}
.serach-section .data-box ul li p {
    color: #565656;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
}
.integrate-with-products h2 {
    color: #323232;
    text-align: center;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 50px;
}

section.integrate-with-products {
    padding: 50px 0px;
}

.integrate-with-products .product-integration-card-box {
    text-align: center;
    padding: 10px 50px;
}
.integrate-with-products .product-integration-card-box h3 {
    color: #323232;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}
.integrate-with-products .product-integration-card-box p {
    color: #323232;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
a.btn.apibtn1 {
    border-radius: 26px;
    background: #8F5843;
    color: #FCFCFC;
    font-family: 'Gilroy';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom:20px;
}
a.btn.apibtn2 {
    border-radius: 26px;
    background: rgba(143, 88, 67, 0.25);
    color: #8F5843;
    font-family: 'Gilroy';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
/*pos integration page style end*/

/* media query start */
@media screen and (max-width: 1600px) {
    .smartphgonemockabs {
        position: absolute;
        top: -140px;
        right: 90px;
    }
    .signup-box-custom {
        bottom: 0px;
    }
    .signup-box-custom {
        padding: 50px 50px 10px 50px;
    }
    section.signup-banner-sec .signup-box-custom .steps .last-step-info {
        margin: 0 0 0px 0;
    }
	section.about-page-about-sec{
		    padding: 0 0;
			margin: 200px 0 50px 0;
	}
	.signup-box-custom.vendor-signup-form-custom-parent {
        bottom: -50px;
    }
}

@media screen and (max-width: 1536px) {
    .smartphgonemockabs {
        position: absolute;
        top: -140px;
        right: 60px;
    }
    .who-we-are-right-content-cust {
        padding: 0 0 0 50px;
    }
    section.about-page-about-sec.about-page-about-sec-check-cls {
        margin: 30px 0 50px 0;
    }
    section.who-we-are .content-inner {
        margin-left: 30px;
    }
    .who-we-are-right-content {
        width: 80%;
        margin-left: 30px;
    }
    section.howmuchearn {
        padding: 100px 0 50px 0px;
    }
    section.getpaid {
        background: rgba(143, 88, 67, 0.25);
        padding: 50px 0px;
    }
    section.page-bottom-content {
        margin: 0px 0 30px 0;
    }
    section.getpaid-steps {
        background: rgba(143, 88, 67, 0.25);
        padding: 60px 0px;
    }
    section.every-plan-sec {
        padding: 20px 0 50px 0px;
        background: #e3d5d0;
    }
    .signup-box-custom.vendor-signup-form-custom-parent {
        bottom: -20px;
    }
    section.door-dash-products-section {
        padding: 50px 0 100px 0px;
        background: #fdf1ec;
    }
}

@media screen and (max-width: 1444px) {
    .smartphgonemockabs {
        position: absolute;
        top: -140px;
        right: 20px;
    }
    .who-we-are-right-content {
        padding-left: 70px;
    }
	section.about-pay-banner-sec{
		padding:150px 0px;
	}
}

@media screen and (max-width: 1366px) {
    .smartphgonemockabs {
        position: absolute;
        top: -140px;
        right: 0px;
    }
    section.about-pay-banner-sec {
        padding: 150px 0px;
    }
    .steps-section-inner .stepbox {
        text-align: center;
        padding: 10px 20px;
    }
    section.signup-banner-sec a.alreadystartedsigningup {
        font-size: 13px;
        padding: 15px 20px;
    }
    section.signup-banner-sec .signup-box-custom ul li a.nextbtn {
        font-size: 13px;
        padding: 15px 20px;
    }
    .signup-box-custom {
        padding: 20px 50px 10px 50px;
    }
    section.signup-banner-sec .signup-box-custom ul {
        margin: 20px 0 0 0 !important;
    }
    .who-we-are-right-content-cust {
        padding-left: 50px;
    }
    .number.centernumnber:after {
        content: '';
        height: 1px;
        width: 200%;
        background: #fff;
        display: block;
        position: absolute;
        top: 20px;
        right: -175px;
        border: 2px dashed #8F5843;
        z-index: -1;
    }
    section.signup-banner-sec p{
        text-align: left;
    }
}

@media screen and (max-width: 1299px) {
    .smartphgonemockabs {
        position: absolute;
        top: -100px;
        right: -70px;
    }

    .stepbox {
        text-align: center;
        padding: 10px 50px;
    }

    section.community-banner-section h2 {
        color: #FCFCFC;
        font-size: 44px;
        font-style: normal;
        font-weight: 700;
        line-height: 60px;
    }
    section.about-page-about-sec {
        padding: 0px 0;
    }
    .whoweareleft {
        transform: translate(0px, -23px) scale(1.085);
    }
    .about-page-about-sec-signup-page {
        padding: 100px 0px !important;
    }
    section.signup-banner-sec a.alreadystartedsigningup {
        font-size: 13px;
        padding: 15px 10px;
    }
    section.who-we-are .content-inner {
        margin: 0 0 0 30px;
    }
    section.about-page-about-sec{
        margin: 100px 0;
    }
    .signup-box-custom {
        bottom: -20px;
    }

}

@media screen and (max-width: 1199px) {
    .smartphgonemockabs {
        position: relative;
        top: 0;
        right: 0;
    }

    section.community-banner-section {
        background: url(../img/comunitybanner.png);
        padding: 150px 0px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
        margin: 0 0 100px 0;
    }
    section.opportunity-section .content-box h2 {
        color: #323232;
        font-size: 34px;
        font-style: normal;
        font-weight: 400;
        line-height: 34.8px;
        margin-bottom: 30px;
    }
    section.about-pay-banner-sec {
        padding: 100px 0px;
    }
    section.who-we-are h2 {
        margin-bottom: 10px;
    }
    .whoweareright {
        transform: translate(0px, -22px) scale(1.1);
    }
    section.signup-banner-sec .signup-box-custom .steps .last-step-info {
        margin: 0 0 0px 0 !important;
    }
    .number.centernumnber:after {
        content: '';
        height: 1px;
        width: 200%;
        background: #fff;
        display: block;
        position: absolute;
        top: 20px;
        right: -150px;
        border: 2px dashed #8F5843;
        z-index: -1;
    }
	
	section.opportunity-section h2.section-heading{
		margin: 50px auto;
	}
	section.opportunity-section{
		margin-top:50px;
	}
	.whoweareleft {
        transform: translate(0px, -19px) scale(1.085);
    }
    .whoweareleftsecondcheckresp {
        transform: translate(0px, -23px) scale(1.15);
    }
    
    .quiz-opt-list-ul .radio-opt-custom-box {
        height: 400px;
    }
}

@media screen and (max-width: 1024px) {
    .whoweareleftsecondcheckresp {
        transform: translate(0px, -23px) scale(1.35);
    }
    .whoweareright {
        transform: translate(0px, -17px) scale(1.08);
    }
}

@media screen and (max-width: 992px) {
    .whoweareleft {
        transform: translate(0px, -19px) scale(1.12);
    }
     .whoweareleftsecondcheckresp {
        transform: translate(0px, -23px) scale(1.40);
    }
    section.pos-integration-steps h2.section_heading{
        line-height: 40px;
    }
    section.door-dash-products-section h2.section_heading{
        line-height: 40px;
    }
}
@media screen and (max-width: 991px) {
    .stepbox {
        text-align: center;
        padding: 10px 20px;
    }
    section.door-dash-products-section .products-steps-box {
        text-align: center;
        padding: 20px 10px;
    }
    section.community-banner-section {
        background: url(../img/comunitybanner.png);
        padding: 50px 0px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
        margin: 0 0 100px 0;
    }

    section.community-banner-section h2 {
        color: #FCFCFC;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 30px;
    }

    section.community-banner-section p {
        color: #FCFCFC;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 19.2px;;
        margin-bottom: 40px;
        margin-top: 30px;
    }

    section.opportunity-section .content-box h2 {
        color: #323232;
        font-size: 28px;
        font-style: normal;
        font-weight: 400;
        line-height: 34.2px;;
        margin-bottom: 30px;
    }

    section.opportunity-section .content-box p {
        color: #323232;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 19.2px;;
        margin-bottom: 40px;
    }
    section.about-pay-banner-sec {
        padding: 50px 0px;
    }
    section.howmuchearn .usercard {
        text-align: center;
        padding: 0px 10px;
        margin-bottom:30px;
    }
    section.howmuchearn {
        padding: 100px 0 50px 0px;
    }
    section.contact-form img {
        height: auto;
        width: 100%;
    }
    section.getpaid-steps .getpaid-box {
        text-align: center;
        padding: 0 20px;
    }
    section.plans-sec .plan-card {
        padding: 20px;
    }
    section.plans-sec .plan-card a {
        padding: 10px 15px;
    }
    section.plans-sec {
        padding: 50px 0;
        background: #e3d5d0;
    }
    section.every-plan-sec .card-body {
        padding: 10px;
    }
    section.about-page-about-sec .iconbox_info {
        text-align: center;
        padding: 0 10px;
    }
    .number.centernumnber:after {
        content: '';
        height: 1px;
        width: 200%;
        background: #fff;
        display: block;
        position: absolute;
        top: 20px;
        right: -107px;
        border: 2px dashed #8F5843;
        z-index: -1;
    }
	section.opportunity-section h2.section-heading{
		width:80%;
	}
	li.data-box-parent {
        width: 47%;
    }
    section.plans-sec .plan-card a {
        position: relative;
        bottom: 0px;
    }
    section.plans-sec .plan-card{
        height: auto;
    }
    section.track-earnings .container-fluid {
        margin: 50px 0px;
    }
    .about-page-about-sec .tab-section-image img {
        margin: 0 auto !important;
        text-align: center !important;
        float: none !important;
        display: table;
    }
    section.quiz-section .section_content h2 {
        line-height: 39.2px;
    }
    .radio-opt-custom-box h3 {
        font-size: 26px;
    }
    .radio-opt-custom-box.result-boxes {
        height: 260px;
    }
    section.most-out-of-door-dash .left-content-section h2 {
        line-height: 40px;
    }
}


@media screen and (max-width: 767px) {
    .banner-sec .input-group-parent {
        background: transparent;
        padding: 10px;
        border-radius: 40px;
        border: 2px solid #fff;
        width: 100%;
        margin: 0 auto;
    }
    .BeforeFooterSection a {
        float: none;
        margin: 0 auto;
        display: table;
    }
    section.community-banner-section h2 {
        text-align: center;
    }

    section.community-banner-section p {
        text-align: center;
    }

    .download_section {
        text-align: center;
    }

    .download_section ul {
        justify-content: center;
    }

    .content-box {
        margin-bottom: 20px;
        text-align: center;
    }

    section.opportunity-section .content-box h2 {
        margin-top: 30px;
        margin-bottom: 10px;
        line-height: 34.8px;
    }
    .whoweareleft {
        display: none;
    }
    section.who-we-are {
        padding: 40px;
    }
    section.track-earnings {
        padding: 50px 0 100px 0px;
        text-align: center;
    }
    .getpaid-box {
        text-align: center;
        margin-bottom: 50px;
    }
    section.about-pay-banner-sec {
        height: auto;
        background-repeat: no-repeat;
        background-position: center;
        background: #8f5843;
    }
    section.contact-form h2 {
        font-size: 40px;
    }
    .who-we-are-right-content {
        padding-left: 0px;
    }
    .whoweareright {
        display: none;
    }
    section.who-we-are-gear {
        background-size: 100%;
        padding: 50px;
    }
    section.track-earnings h2 {
        margin-top: 20px;
    }
    section.getpaid-steps h2.section_heading {
        margin-bottom: 50px;
    }
    section.getpaid-steps {
        padding: 50px 0px;
    }
    .signup-box-custom {
        padding: 20px 20px 10px 20px;
    }
    .number.centernumnber:after{
        display: none;
    }
    section.track-earnings p {
        margin-bottom: 50px;
        padding: 20px;
    }
    .steps-section-inner .stepbox {
        margin: 20px 0;
    }
    section.serach-section .section_content h2 {
        line-height: 40px;
    }
    .integrate-with-products h2 {
        line-height: 40px;
    }
    .safety-info-content-section-cust {
        margin: 50px 30px;
    }
    .quiz-opt-list-ul .radio-opt-custom-box {
        height: 350px;
    }
    .radio-opt-custom-box h4 {
        font-size: 15px;
    }
    .radio-opt-custom-box.result-boxes {
        height: 300px;
    }
    .content_section h2 {
        line-height: 40.2px;
    }
    .most-out-of-door-dash .left-content-section {
        margin: 50px auto;
        text-align: center;
    }
    .quiz-section .quiz-opt-list-ul {
        display: block !important;
    }
    .quiz-section .quiz-opt-list-ul li {
        width: 100%;
        margin: 30px 0;
    }
    .quiz-section .quiz-opt-list-ul li label{
        width: 100%;
    }
    section.vendor-signup-banner-sec {
        background: #8f5843;
        background-repeat: no-repeat;
        background-size: contain;
        height: auto;
    }
}

@media screen and (max-width: 575px) {
    footer .footer-top {
        padding: 100px 20px;
    }
    .inner-banner-sec .banner_upper_heading {
        font-size: 40px;
    }
    section.signup-banner-sec a.alreadystartedsigningup {
        font-size: 9px;
        padding: 15px 10px;
    }
    section.signup-banner-sec .signup-box-custom ul li a.nextbtn {
        font-size: 9px;
        padding: 15px 10px;
    }
    .about-page-about-sec-signup-page {
        padding: 100px 0 0 0px !important;
        margin: 100px 0 0 0;
    }
    .who-we-are-right-content-cust {
        padding-left: 0px;
    }
	.navbar-btns ul li a{
		padding:8px 10px;
	}
	li.data-box-parent {
        width: 100%;
    }
    section.vendor-sign-up-who-we-are .container {
        padding: 20px !important;
    }
    section.vendor-sign-up-who-we-are .who-we-are-right-content-cust {
        margin-top: 30px;
    }
    .progress-bar-csutom {
        width: 50%;
        margin: 0 auto 30px auto;
        display: table;
    }
    section.about-page-about-sec{
        margin: 200px 0;
    }
}
@media screen and (max-width: 375px) {
    section.signup-banner-sec .signup-box-custom h5 {
        font-size: 14px;
    }
    section.signup-banner-sec .signup-box-custom p {
        margin: 20px 0 20px 0;
    }
    section.signup-banner-sec .signup-box-custom p {
        font-size: 10px;
    }
    section.signup-banner-sec .container {
        padding: 10px !important;
    }
    section.signup-banner-sec .signup-box-custom .steps label.form-check-label {
        font-size: 11px;
    }
}


/* media query end */


/*hover transitions*/
a.banner_cta_btn:hover {
    background: #8f5843;
    transition: 0.2s;
    color: #fff;
}
.stepbox a:hover {
    color: #8f5843;
}
section.opportunity-section .content-box a:hover {
    background: #fff;
    border: 1px solid #8f5843;
    color: #8f5843;
    transition: 0.2s;
}
.stepbox:hover > img {
    transform: scale(1.3) !important;
    transition: 0.4s !important;
}
.smartphgonemockabs:hover {
    transform: scale(1.1) !important;
    transition: 0.4s !important;
}
section.opportunity-section img:hover {
    transform: scale(1.05) !important;
    transition: 0.4s !important;
}
section.about-page-about-sec img:hover {
    transform: scale(1.2) !important;
    transition: 0.4s !important;
}
section.howmuchearn .usercard:hover {
    transform: translate(0px, -10px);
    transition: 0.4s !important;
}
section.track-earnings img:hover {
    transform: scale(1.1) !important;
    transition: 0.4s !important;
}
.getpaid-box a:hover {
    background: transparent;
    color: #8f5843;
    border: 1px solid #8f5843;
}
.first_column_list li a:hover {
    color: #90482c;
}
section.about-pay-banner-sec a.btn.whitebtn:hover {
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
    transition: 0.2s;
}
section.steps-section-inner .stepbox a:hover {
    color: #8f5843;
    background: transparent;
    border: 1px solid #8f5843;
    transition: 0.2s;
}
section.about-page-about-sec .iconbox_info:hover {
    transform: scale(1.1);
    transition: 0.4s !important;
}
section.signup-banner-sec a.alreadystartedsigningup:hover {
    background: #8f5843;
    transition: 0.2s;
    color: #fff;
}
section.signup-banner-sec .signup-box-custom ul li .nextbtn:hover {
    background: #e1d3ce;
    color: #90482c;
}
a.whitebtn:hover {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
}
section.pos-integration-steps .pos-integration-steps-box:hover {
    transform: scale(1.1);
    transition: 0.4s !important;
}
section.door-dash-products-section .products-steps-box a.products-link:hover {
    color: #8F5843;
    background: transparent;
    border: 1px solid #8F5843;
}
.product-integration-card-box img:hover {
    transform: scale(1.05) translateY(-10px);
    transition: 0.4s;
}
section.getpaid-steps .getpaid-box:hover {
    transform: scale(1.05) translateY(-10px);
    transition: 0.4s;
}
section.api-section img:hover {
    transform: scale(1.05) translateY(-10px);
    transition: 0.4s;
}
section.mobiles-section-safety-info .mobile-card-custom img:hover {
    transform: scale(1.05) translateY(-10px);
    transition: 0.4s;
}
.safety-info-content-section-cust .brownbtn:hover {
    border: 1px solid #8f5843;
    color: #8f5843;
    transition: 0.2s;
    background: transparent;
}
.safety-info-content-section img:hover {
    transform: scale(1.05) !important;
    transition: 0.4s !important;
}
section.vendor-sign-up-who-we-are img:hover {
    transform: scale(1.05) !important;
    transition: 0.4s !important;
}
section.most-out-of-door-dash img:hover {
    transform: scale(1.05) !important;
    transition: 0.4s !important;
}
.every-plan-sec .plan-services-card a.btn.plan-services-btn:hover {
    background: transparent;
    border: 1px solid #8F5843;
    color: #8F5843;
}
.btn.vendor-signup-form-bttn:hover {
    opacity: 0.8;
    transition: 0.2s;
}
button.btn.btn-next-quiz:hover {
    opacity: 0.8;
    transition: 0.2s;
}
.vendor-blogs-slider a.btn.vendor-signup-blog-slider-btn:hover {
    background: transparent;
    color: #8f5843;
    border: 1px solid #8f5843;
    transition: 0.2s;
}
section.most-out-of-door-dash a.btn.custom-btn:hover {
    background: transparent;
    color: #8f5843;
    border: 1px solid #8f5843;
    transition: 0.2s;
}
/*hover transitions*/