/*CSS Document */
@font-face {
    font-family: Gilroy-Regular;
    src: url('fonts/Gilroy-Regular - Copy.ttf');
}

input[type="file"]::-webkit-file-upload-button {
    cursor: pointer;
}

input[type="file"]::-moz-file-upload-button {
    cursor: pointer;
}

input[type="file"]::-ms-file-upload-button {
    cursor: pointer;
}

input[type="file"]::-o-file-upload-button {
    cursor: pointer;
}

input[type="file"] {
    cursor: pointer;
}

html body {
    font-family: 'Lato', sans-serif;
    margin: 0;
}

*::-moz-selection {
    color: #fff;
    background: #000;
}

*::-webkit-selection {
    color: #fff;
    background: #000;
}

*::-webkit-input-placeholder {
    color: #333333;
    opacity: 1;
}

*:-moz-placeholder {
    color: #333333;
    opacity: 1;
}

*::-moz-placeholder {
    color: #333333;
    opacity: 1;
}

*:-ms-input-placeholder {
    color: #333333;
    opacity: 1;
}


a, div a:hover, div a:active, div a:focus, button {
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

a, span, div a:hover, div a:active, button {
    text-decoration: none;
}

*::after, *::before, * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

body ul {
    margin: 0;
    padding: 0;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
    background-color: #fab214 !important;
}

.careersSection {
    margin-top:200px !important;
    margin-bottom:200px !important;
}

a {
    outline: none;
    color: #555;
}

    a:hover {
        color: #000;
    }

body .clearfix, body .clear {
    clear: both;
    line-height: 100%;
}

body .clearfix {
    height: auto;
}

* {
    outline: none !important;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clr:after, ul:after, .clearfix:after, li:after, .grve-container:after {
    clear: both;
    display: block;
    content: "";
}

div input, div select, div textarea, a, ul, ul li, ol, li {
    font-family: 'Poppins', sans-serif;
    list-style: none;
    font-size: 15px;
    font-weight: 300;
 
}



body h1, body h2, body h3, body h4, body h5, body h6 {
    font-family: 'Poppins', sans-serif;
    line-height: 120%;
    color: #333;
    font-weight: bold;
    margin: 0 0 15px;
}

body h1 {
    font-size: 24px;
}

body h2 {
    font-size: 22px;
}

body h3 {
    font-size: 18px;
}

body h4 {
    font-size: 16px;
}

body h5 {
    font-size: 12px;
}

body h6 {
    font-size: 10px;
}

    body h1:last-child,
    body h2:last-child,
    body h3:last-child,
    body h4:last-child,
    body h5:last-child,
    body h6:last-child {
        margin-bottom: 0;
    }

input {
    background: none;
    border: 0 none;
    outline: none;
}

table {
    border: 0 none;
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    box-sizing: border-box;
}

td {
    vertical-align: top;
}

img {
    border: 0 none;
    max-width: 100%;
}

a {
    outline: none;
    cursor: pointer;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.text_right {
    text-align: right;
}

.text_left {
    text-align: left;
}

.text_center {
    text-align: center;
}

.text_justify {
    text-align: justify;
}

.clearfix {
    clear: both;
    display: block;
    font-size: inherit;
    height: 0;
    line-height: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

.margin-top {
    margin-top: 30px;
}

.margin-left {
    margin-left: 30px;
}

.margin-right {
    margin-right: 30px;
}

.margin-bottom {
    margin-bottom: 30px;
}

.padding-top {
    padding-top: 20px;
}

.padding-left {
    padding-left: 20px;
}

.padding-right {
    padding-right: 20px;
}

.padding-bottom {
    padding-bottom: 20px;
}

/* For desktop: */
.row {
    margin-left: -15px;
    margin-right: -15px;
}

    .row::after, .row::before {
        clear: both;
        content: "";
        display: table;
    }

.colamu-1, .colamu-2, .colamu-3, .colamu-4, .colamu-5, .colamu-6, .colamu-7, .colamu-8, .colamu-9, .colamu-10, .colamu-11, .colamu-12 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.colamu-1 {
    width: 8.33%;
}

.colamu-2 {
    width: 16.66%;
}

.colamu-3 {
    width: 25%;
}

.colamu-4 {
    width: 33.33%;
}

.colamu-5 {
    width: 41.66%;
}

.colamu-6 {
    width: 50%;
}

.colamu-7 {
    width: 58.33%;
}

.colamu-8 {
    width: 66.66%;
}

.colamu-9 {
    width: 75%;
}

.colamu-10 {
    width: 83.33%;
}

.colamu-11 {
    width: 91.66%;
}

.colamu-12 {
    width: 100%;
}

.box-center {
    clear: both;
    display: table;
    float: none;
    margin: 0 auto;
}

.border-radius-4 {
    border-radius: 4px;
}

.border-circle {
    border-radius: 50%;
}

.border-solid {
    border: 1px solid #000;
}

.border-dotted {
    border: 1px dotted #000
}

.border-dashed {
    border: 1px dashed #000;
}

/*fixed-menu*/
header.fixed {
    background: #ffffff;
    box-shadow: 0 0 4px #404040;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    height: 70px;
    z-index: 999;
}
/*responsive menu*/
.menu {
    color: #333333;
    cursor: pointer;
    display: none;
    float: left;
    font-family: 'Lato',sans-serif;
    font-size: 22px;
    line-height: 31px;
    position: fixed;
    right: 0;
    top: 0;
}

    .menu .menu-trigger {
        float: left;
        margin: 8px 20px 0 25px;
    }

    .menu .line:nth-child(1):after {
        transition: all 0.6s linear 0.1s;
    }

    .menu .line:after {
        background: #FFFFFF;
        content: "";
        display: block;
        height: 3px;
        width: 0;
    }

    .menu .line {
        background: #FFF;
        display: block;
        height: 3px;
        margin-bottom: 5px;
        width: 30px;
        border-radius: 5px;
    }

.header-sec .menu-wrap .menu:hover .line:after {
    transform: rotate(360deg);
    width: 100%;
}

.show-menu nav.menu-act {
    right: 0;
}

#wrapper {
    background: #FFFFFF;
    position: relative;
    transition: all 0.3s ease 0s;
    z-index: 99;
}

html body.show-menu {
    overflow: hidden;
}

nav.menu-act .close-button {
    display: none;
}
/*responsive menu -Close*/
/* menu */
nav.menu-act ul li {
    float: left;
    position: relative;
}

    nav.menu-act ul li a {
        float: left;
        padding: 0px;
        color: #fff;
        margin-top:10px !important;
    }

.dropdown-menu {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    display: none;
    float: left;
    font-size: 14px;
    left: 0;
    min-width: 160px;
    padding: 5px 0;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1000;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > a::after {
        border-color: transparent transparent transparent #333;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        content: " ";
        display: block;
        float: right;
        height: 0;
        margin-right: -10px;
        margin-top: 5px;
        width: 0;
    }

    .dropdown-submenu > .dropdown-menu {
        border-radius: 0 6px 6px;
        left: 100%;
        margin-left: -1px;
        margin-top: -6px;
        top: 0;
    }

.caret {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid;
    display: inline-block;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    width: 0;
}

nav.menu-act ul li:hover > ul.dropdown-menu {
    display: block;
}

.dropdown-menu > li > a {
    clear: both;
    color: #333;
    display: block;
    font-weight: 400;
    line-height: 1.42857;
    padding: 3px 20px;
    white-space: nowrap;
}

.dropdown-menu > li {
    clear: both;
}

nav.menu-act .dropdown-menu > li {
    clear: both;
    float: none;
    padding: 0;
}

    nav.menu-act .dropdown-menu > li a {
        padding: 4px 14px;
        float: none;
    }

nav.menu-act li.active > a, nav.menu-act li > a:hover {
    color: #fab214;
    outline: 0 none;
    text-decoration: none;
}

footer .footer-menu ul li a:hover, footer .footer-menu ul li.active > a {
    color: #FFF
}
/* menu - Close */
@media screen and (max-width:767px) {
    nav.menu-act .close-button, nav.menu-act ul {
        display: none;
    }

    .menu, .show-menu nav.menu-act .close-button, .show-menu nav.menu-act ul {
        display: block;
    }

    nav.menu-act {
        background: #333333;
        bottom: 0;
        height: 100%;
        right: -350px;
        overflow: hidden;
        padding: 80px 0 !important;
        position: fixed;
        left: auto;
        top: 0;
        transition: all 0.3s ease 0s;
        width: 350px;
        z-index: 999;
    }

    html.show-menu {
        overflow: hidden;
    }

    nav.menu-act ul li {
        float: none;
    }

    body header#header .close-button {
        position: absolute;
        right: 20px;
        top: 20px;
        border: 1px solid #FFF;
        color: #FFF;
        width: 40px;
        height: 40px;
        font-size: 24px;
        text-align: center;
    }

    html.show-menu::before {
        content: "";
        background: #000;
        opacity: 0.5;
        position: fixed;
        left: 0;
        right: 350px;
        top: 0;
        bottom: 0;
        z-index: 9999;
        display: block;
    }
}

/*links*/

/*Button */
.hrefButton{
    background: #FAB214;
    width: 241px;
    height: 54px;
    display: inline-block;
    color: #ffffff;
    cursor: pointer;
    line-height: 40px;
    padding: 0 23px;
    text-decoration: none;
    font-size: 16px;
    border: none;
    border-radius: 64px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin-top: 14px;
}

    hrefButton:hover, .hrefButton:hover, hrefButton:hover, form input[type="submit"]:hover {
        background: linear-gradient(to right, #FAB214 0%, #FA4F14 90%);
    }

/*Button */
a.button, .button, button, form input[type="submit"] {
    background: #FAB214;
    width: 241px;
    height: 54px;
    display: inline-block;
    color: #ffffff;
    cursor: pointer;
    line-height: 40px;
    padding: 0 23px;
    text-decoration: none;
    font-size: 16px;
    border: none;
    border-radius: 64px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin-top: 14px;
}

    a.button:hover, .button:hover, button:hover, form input[type="submit"]:hover {
        background: linear-gradient(to right, #FAB214 0%, #FA4F14 90%);
    }
/*Button -close*/
/*form -close*/
form input, form textarea {
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #333;
    font-size: 16px;
    height: 55px;
    margin-bottom: 40px;
    padding: 0 15px;
    width: 100%;
}

form textarea {
    height: 150px;
}
/*form -close*/
/* main- Slider */
.slider, .bx-wrapper, .bx-wrapper .bx-viewport, .slidermain, .slidermain li, .images-slider {
    height: 100% !important;
}

    .slidermain li {
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 365px;
    }
/* main- Slider Close */

#myBtn {
    background: #FAB214;
    border: 2px solid #fff;
    font-weight: bold;
    margin: 0;
    color: #fff;
    cursor: pointer;
    display: none;
    height: 45px;
    position: fixed;
    right: 20px;
    width: 45px;
    line-height: 37px;
    z-index: 999;
    bottom: 50px;
    text-align: center;
    font-size: 0px;
    border-radius: 5px;
    padding-left: 1px;
}

    #myBtn::before {
        content: "\f106";
        font-size: 28px;
        font-family: 'FontAwesome';
    }

    #myBtn:hover {
        background: #3d3d3d;
    }

.container {
    width: 100%;
    max-width: 1280px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    position: relative;
    float: none;
}

.banner-one {
    background-image: url(../images/banner1.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 157px;
    background-position: left bottom;
    margin-bottom: 55px;
}

header.header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99;
}

#header.fixed {
    background: #333333;
    box-shadow: 0 0 4px #404040;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 999;
}

    #header.fixed .logo1 {
        padding-top: 20px;
    }

    #header.fixed nav.menu-act {
        /*padding-top: 20px;*/
    }

section.section-gapping {
    padding-top: 0px;
    /*padding-bottom: 170px;*/
}

section#what-we-do {
    padding-bottom: 170px;
}

section#merchant {
    padding-bottom: 0;
}

.logo1 {
    padding-top: 12px;
}

nav.menu-act {
    padding-top: 52px;
    padding-left: 0px;
    font-size: 16px;
    font-family: 'poppins',medium;
}

.text {
    padding-top: 182px;
    line-height: 80px;
}

.banner_img {
    top: 169px;
    left: auto;
    position: absolute;
    right: 0;
    width: 75%;
}

h3.pay {
    font-size: 20px;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

h2.expand {
    color: #ffffff;
    font-size: 60px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

.border_text {
    color: #ffffff;
    font-size: 60px;
    border: 1px dashed;
    margin-top: 9px;
    border-radius: 14px;
    width: 453px;
    background: rgba(255,255,255,0.15);
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    padding: 3px 0px 8px 9px;
    margin-left: -8px;
}

h2.expand2 {
    color: white;
    font-size: 60px;
    margin-top: -10px;
    margin-bottom: 20px;
    margin-left: -2px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

h3.long {
    color: #ffffff;
    font-size: 18px;
    margin-top: -14px;
    font-family: poppins,regular;
    line-height: 35px;
    font-weight: unset;
    padding-right: 100px;
    font-family: 'Poppins', sans-serif;
    line-height: 35px;
}

.sec-five h2.main-title {
    margin-bottom: 50px;
}

.features-section h2.main-title {
    margin-bottom: 30px;
}

i.fa.fa-angle-right {
    padding-left: 3px;
}

nav.menu-act ul li {
    margin-left: 30px;
}

h2.main-title span {
    background: rgb(250,178,20);
    background: linear-gradient(to right, #FAB214 0%, #FA4F14 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 18px;
    display: block;
    line-height: 27px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    letter-spacing: 5px;
}

h2.main-title {
    color: #323232;
    text-align: center;
    font-size: 50px;
    line-height: 65px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    /*margin-right: 69px;*/
}

    h2.main-title.left-title {
        text-align: left;
        padding: 100px 0 0 0;
    }

.text-7 button.schedule2 {
    margin-top: 10px;
}

#our-benefits {
    margin-top: 38px;
}

img.mech {
    margin-top: -17px;
    position: relative;
}

h3.merchant {
    font-size: 19px;
    color: #063F51;
    margin-top: -132px;
    margin-left: -25px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

ul.mechmarchant {
    color: #063F51;
    font-size: 14px;
}

li.buy {
    border: dashed;
    border-width: thin;
    height: 50px;
    width: 197px;
    border-radius: 30px;
    text-align: center;
    padding-top: 16px;
    border-color: #C2C8CE;
    margin-left: 46%;
    margin-top: -216px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #063f51;
}

li.store {
    border: dashed;
    border-width: thin;
    height: 50px;
    width: 236px;
    border-radius: 30px;
    text-align: center;
    padding-top: 17px;
    border-color: #C2C8CE;
    margin-right: 189px;
    margin-top: -31px;
    margin-left: auto;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #063f51;
}

li.look {
    border: dashed;
    border-width: thin;
    height: 50px;
    width: 264px;
    border-radius: 30px;
    text-align: center;
    padding-top: 16px;
    border-color: #C2C8CE;
    margin-left: auto;
    margin-top: 45px;
    margin-right: 169px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #063f51;
}

li.rent {
    border: dashed;
    border-width: thin;
    height: 50px;
    width: 236px;
    border-radius: 30px;
    text-align: center;
    padding-top: 17px;
    border-color: #C2C8CE;
    margin-left: auto;
    margin-top: 39px;
    margin-right: 189px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #063f51;
}

li.installment {
    border: dashed;
    border-width: thin;
    height: 50px;
    width: 199px;
    border-radius: 30px;
    text-align: center;
    padding-top: 17px;
    border-color: #C2C8CE;
    margin-left: 46%;
    margin-top: -26px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #063F51;
}

button.trustedpartners {
    margin-top: -144px;
    transform: rotate(90deg);
    position: absolute;
    width: 235px;
    height: 50px;
    background: linear-gradient(to right, #FA4F14 0%, #FAB214 90%);
    left: auto;
    right: -84px;
    margin-top: -163px;
    font-size: 14px;
    font-weight: 600;
}

.trustedpartners:hover {
    background: linear-gradient(to right, #FAB214 0%, #FA4F14 90%);
}

img.backimg {
    position: relative;
    right: -138px;
    top: 3px;
}

.text-5 {
    position: relative;

}

img.home {
    position: absolute;
    right: 156px;
    top: 72px;
}

h2.store {
    position: absolute;
    color: #fff;
    font-size: 24px;
    right: 158px;
    top: 145px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    line-height: 28px;
}

h3.along {
    position: absolute;
    text-align: right;
    font-size: 16px;
    width: 390px;
    line-height: 30px;
    color: white;
    right: 155px;
    bottom: 88px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    top:150px;
}

img.greenback {
    margin-left: -117px;
    margin-top: 45px;
    position: relative;
}

.text-6 {
    position: relative;
}

.text-7 h2.main-title span {
    margin-right: 22em;
}

img.smallimg {
    position: absolute;
    top: 71px;
    left: 0;
}

h2.online {
    position: absolute;
    margin-top: -192px;
    color: white;
    font-size: 24px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    line-height: 28px;
}

h3.fact {
    position: absolute;
    margin-top: -148px;
    color: white;
    font-size: 16px;
    width: 365px;
    line-height: 30px;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}

img.wave {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -133px;
}

#partners {
    margin-top: 60px;
}

h2.part span {
    color: #333333;
    font-size: 18px;
    font-family: 'poppins',bold;
    display: block;
    line-height: 25px;
}

h2.part {
    color: #063F51;
    font-size: 50px;
    font-family: poppins,bold;
    margin-top: 168px;
    line-height: 65px;
}

p.fact {
    color: #323232;
    font-size: 18px;
    line-height: 35px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    opacity: 0.6;
    margin-top: -5px;
}

li.klarna {
    border: dashed;
    border-width: thin;
    border-color: #C2C8CE;
    border-radius: 10px;
    width: 277px;
    margin-top: 29px;
    padding: 44px 47px 44px 47px;
    margin-left: auto;
    margin-right: 0px;
    position: relative;
    background: #fff;
}

li.american {
    border: dashed;
    border-width: thin;
    border-color: #C2C8CE;
    border-radius: 10px;
    width: 275px;
    padding: 45px 30px 44px 30px;
    margin-left: auto;
    margin-top: 34px;
    margin-right: auto;
    position: relative;
    background: #fff;
}

li.fortiva {
    border: dashed;
    border-width: thin;
    border-color: #C2C8CE;
    border-radius: 10px;
    width: 278px;
    padding: 7px 32px 7px 33px;
    margin-top: 31px;
    margin-left: auto;
    margin-right: 0;
    position: relative;
    background: #fff;
}

h2.text9 span {
    color: #333333;
    font-size: 18px;
    font-family: 'poppins',bold;
    display: block;
    line-height: 27px;
}

h2.text9 {
    color: #063F51;
    text-align: center;
    font-size: 50px;
    font-family: poppins,bold;
    margin-top: 93px;
    line-height: 65px;
    padding-bottom: 80px;
}



/*11/24/2022*/
.sec-six {
    position: relative;
}

    .sec-six::before, .features-section:before {
        content: "";
        background-image: url("../images/partner-sec.png");
        height: 1141px;
        width: 92%;
        position: absolute;
        top: -70%;
        right: 0px;
        bottom: 0;
        display: block;
        background-position: center right;
        background-size: 47% 100%;
        background-repeat: no-repeat;
    }

li.klarna:before, li.american:before, li.fortiva:before {
    content: "";
    height: 90px;
    width: 90px;
    background: #FEEEDA;
    display: inline-block;
    position: absolute;
    border-radius: 100%;
    left: -37px;
    z-index: -1;
    top: -37px;
    opacity: 0.5;
}

li.american:before {
    left: -25px;
    bottom: -29px;
    top: auto;
}

li.fortiva:before {
    left: -25px;
    bottom: -29px;
    top: auto;
}

li.fortiva:before {
    left: auto;
    top: -37px;
    right: -32px;
}

.Benefits-sec ul li:before {
    content: "";
    width: 9px;
    height: 9px;
    background-image: linear-gradient(to right, #FAB214 0%, #FA4F14 90%);
    display: inline-block;
    border-radius: 100%;
    margin-right: 20px;
}
.swal2-html-container{
    text-align:left !important;
}

.common-class {
    font-size: 18px;
    color: #00034780;
    font-family: 'poppins',light;
    line-height: 250%;
}

.features-section .row.common-class p {
    line-height: 195%;
}

.common-class h2 {
    font-size: 35px;
    color: #323232;
    font-family: 'poppins',bold;
    font-family: 'Poppins', sans-serif;
    line-height: 45px;
}

.Benefits-section h2 {
    margin: 13px;
}

.Benefits-sec li{
    font-size:20px !important;
    color:#666 !important;
}

.common-class.Benefits-sec:nth-child(3) .colamu-6 {
    float: right;
}

.row.common-class.Benefits-sec {
    margin: 0px 35px;
    margin-top: 38px;
}

    .row.common-class.Benefits-sec .colamu-6:last-child {
        padding: 80px 0px 0px 55px;
    }

.features-section {
    position: relative;
    padding-bottom: 120px;
}

    .features-section:before {
        left: -18px;
        transform: scalex(-1);
        top: -16%;
        background-size: 46% 100%;
        height: 886px;
    }

.toggle h3 {
    margin-top: 30px;
}


/*Footer css*/
#footer {
    background: #323232;
    padding-top: 70px;
}

.footer-row-wrap {
    display: flex;
    flex-wrap: wrap;
}

.footer-section-one {
    width: 38%;
}

.footer-section-two, .footer-section-three {
    padding-top: 20px;
    width: 20%;
}

.footer-section-four {
    width: 22%;
    padding-top: 20px;
}

#footer .common-class {
    color: #fff;
    line-height: 35px;
    padding-right: 8px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 300;
}

    #footer .common-class a {
        font-size: 14px;
        color: #fff;
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
    }

#footer .copyright a {
    font-size: 14px;
}

#footer .common-class h3 {
    font-size: 26px;
    color: #fff;
}

#footer a:hover {
    color: #fab214;
}

.social-media ul {
    display: flex;
    margin-top: 25px;
}

#footer .social-media ul li:not(:last-child) {
    margin-right: 14px;
}

#footer .social-media li a {
    height: 51px;
    width: 51px;
    border: 1px solid;
    border-radius: 100%;
    text-align: center;
    display: block;
}

#footer .social-media ul li a.wojo.small.simple.icon i::before {
    vertical-align: middle;
    display: block;
    text-align: center;
    line-height: 51px;
    background: linear-gradient(to right, #FAB214 0%, #FA4F14 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 22px;
}

#footer .social-media li a:hover {
    background-image: linear-gradient(to right, #FAB214 0%, #FA4F14 90%);
    border: 0;
}

#footer .social-media ul li a.wojo.small.simple.icon:hover i::before {
    background: -webkit-linear-gradient(#fff, #fff, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#footer .copyright {
    padding: 18px 0 19.2px;
    color: #fff;
}

    #footer .copyright .row {
        justify-content: space-between;
        align-items: center;
        display: flex;
    }

    #footer .copyright .phone-100 {
        font-size: 18px;
        line-height: 180%;
        font-weight: 500;
    }

.footer-top {
    border-bottom: 1px solid #ffffff59;
    padding-bottom: 60px;
}

footer .common-class.row:before, footer .common-class.row:after {
    position: absolute;
}

.footer-section-two.common-class ul li:before, .footer-section-three.common-class ul li:before {
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 10px;
}

ul.contact-details-wrap li:before {
    content: "";
    background: url("../images/split-img.png");
}

ul.contact-details-wrap li:before {
    content: "";
    background: url("../images/split-img.png");
    display: inline-block;
    height: 20px;
    width: 22px;
    background-position: 0px 20px;
    vertical-align: middle;
    margin-right: 10px;
}

ul.contact-details-wrap li:first-child:before {
    background-position: 0px 0px;
    height: 18px;
}

.footer-section-four.common-class button {
    margin-top: 25px;
}

ul.contact-details-wrap li {
    margin-top: 15px;
}

footer .copyright .phone-100 a:not(:last-child)::before {
    content: "";
    height: 15px;
    width: 1px;
    background: #fff;
    position: absolute;
    top: 0px;
    right: -20px;
    left: auto;
    bottom: 0;
    margin: auto;
    pointer-events: none;
}

.columns.auto.phone-100.right-content a {
    position: relative;
    margin: 0px 20px;
}





.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #003eff;
    background: #fff;
    font-weight: normal;
    color: #ffffff;
    border: 1px dotted #C1C1C1;
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 20px 0 0 0;
    padding: 0.5em 0.5em 0.5em 0.7em;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #063F51;
}

    .ui-accordion .ui-accordion-header.ui-accordion-header-active {
        color: #FFF;
    }

.ui-widget-content {
    border: none;
    color: #333333;
    background-image: linear-gradient(to right, #FA4F14 0%, #FAB214 90%);
    padding: 0px 0px 30px 83px;
    border-radius: 0px 0px 5px 5px;
}

    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
        border: 1px dashed #c5c5c5;
        background: #fff;
        font-weight: normal;
        color: #063F51;
        border-radius: 5px;
    }

        .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
            border: none;
            background: linear-gradient(to right, #FA4F14 0%, #FAB214 90%);
            font-weight: normal;
            color: #ffffff;
            border-radius: 5px 5px 0px 0px;
            padding: 30px 30px 0px 15px !important;
        }

.ui-accordion-content ul {
    column-count: 2;
    padding-top: 30px;
}

    .ui-accordion-content ul li:before {
        content: "";
        width: 7px;
        height: 7px;
        display: inline-block;
        border-radius: 100%;
        margin-right: 8px;
        background: #fff;
        vertical-align: middle;
    }

.ui-widget-content ul li {
    font-family: 'poppins',light;
    font-size: 19px;
    line-height: 32px;
    color: #fff !important;
}

.ui-state-default .ui-icon:before {
    content: "";
    background: url("../images/split-img-2.png");
    display: inline-block;
    height: 44px;
    width: 44px;
    background-position: 7px 9px;
    vertical-align: middle;
    margin-right: 10px;
    background-repeat: no-repeat;
}

.ui-state-default.ui-accordion-header-active .ui-icon:before {
    filter: brightness(100);
}

.ui-state-default .ui-icon {
    width: 44px;
    display: inline-block;
    height: 44px;
    border-radius: 10px;
    background: #3fafed10;
    margin-right: 25px;
}

.ui-state-active .ui-icon {
    background: #ffffff20;
}

.ui-state-default:nth-child(5) .ui-icon:before {
    background-position: 8px -44px;
}

.ui-state-default:nth-child(3) .ui-icon:before {
    background: url("../images/icons.png");
    background-position: 8px 10px;
    background-repeat: no-repeat;
}

.ui-accordion-header.ui-corner-top.ui-state-default.ui-accordion-header-active.ui-state-active.ui-accordion-icons:after {
    content: "";
    background: url("../images/split-img-2.png");
    height: 20px;
    width: 20px;
    display: inline-block;
    left: auto;
    right: 46px;
    position: absolute;
    bottom: 17px;
    background-repeat: no-repeat;
    background-position: 0px -121px;
}

.ui-state-default:after {
    content: "";
    background: url("../images/split-img-2.png");
    height: 20px;
    width: 20px;
    display: inline-block;
    left: auto;
    right: 46px;
    position: absolute;
    background-repeat: no-repeat;
    bottom: 24px;
    background-position: 0px -99px;
}
/* error 404 section  start*/
.error404-wrapper header {
    box-shadow: none !important;
    padding: 0;
    border: 0;
}

.error404-wrapper .section-heading {
    font-size: 95px;
    color: #333333;
    margin-bottom: 3px;
    padding-bottom: 5px;
    text-align: center;
    line-height: 120%;
    font-weight: bold;
}

.error-404.not-found {
    padding: 0;
}

.container.error404-wrapper {
    padding-top: 250px;
    padding-bottom: 140px;
}

.error404-wrapper .page-content h2 {
    text-align: center;
    font-size: 28px;
}

.error404-wrapper .page-content p {
    text-align: center;
    font-size: 20px;
    color: #000;
    font-weight: 500;
    margin-bottom: 5px;
}

.error-404.not-found .vc_btn3 {
    min-width: auto;
}

a {
    outline: none;
    cursor: pointer;
}

.smart-btn {
    font-size: 16px;
    text-align: center;
    display: inline-block;
    height: 55px;
    line-height: 55px;
    background-color: #FAB214;
    display: inline-block;
    padding: 1px 25px;
    font-weight: 500;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 5.2px;
    margin-top: 20px;
    position: relative;
    margin-left: 580px;
    border-radius: 15px;
}

    .smart-btn:hover {
        background-color: #333;
        color: white;
    }

    .smart-btn::after {
        position: absolute;
        display: block;
        content: "";
        width: 28px;
        height: 17px;
        top: 18px;
        right: -5px;
    }

    .smart-btn::before {
        position: absolute;
        display: block;
        content: "";
        width: 25px;
        clip-path: polygon(100% 0, 0% 100%, 100% 100%);
        background: white;
        bottom: -3px;
        right: -1px;
    }

.error-404.not-found.container {
    text-align: center;
    display: table;
}

.banner-2-404-page .smart-btn {
    padding: 0 38px 0 15px;
}

.Benefits-section ul li {
    margin-top: -4px;
}

h2.second-order-list {
    margin: 8px;
}

.Benefits-sec ul.first-order-list {
    font-size: 18px;
    font-weight: 300;
}

ul.first-order-list {
    font-size: 18px;
    font-weight: 300;
}

img.features-image {
    margin-top: 53px;
}

.ui-state-active .ui-icon:hover {
    background: #fff;
}

ul.top-menu {
    margin-top: 26px;
}


    ul.contact-details-wrap {
        margin-top: 22px;
    }

section#integrate {
    /* padding-top: 10%;*/
}

/* error 404 section closed */

body.error-page header#header .logo1 {
    padding-top: 23px;
}

body.error-page header#header nav.menu-act {
    padding-top: 28px;
}

body.error-page header#header {
    background: #333333;
}

.sec-six::before {
    top: -95%;
}


.middleText .along{
    font-size:16px !important;
    line-height:25px !important;
    margin-top:30px !important;
}

.middleText .fact {
    font-size: 16px !important;
    line-height: 25px !important;
}


.TOS h4 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.TOS ul{
    margin-left:20px;
    color:#444;
    margin-top:20px;
    margin-bottom:20px;
}

.TOS li{
    list-style:circle
}