

/* Header Section Here */

.section-title {
    font-size: 35px;
    font-weight: 600;
    font-family: "Clash Display";
    text-transform: uppercase;
    color: #000a43;
}

.api-header-section {
    padding-top: 35px;
    padding-bottom: 45px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f2f4ff;
}

.api-header-left h2 {
    font-size: 35px;
    font-weight: 600;
    font-family: "Clash Display";
    text-transform: uppercase;
    color: #000a43;
}

.api-header-left p {
    padding-top: 30px;
    font-size: 16px;
}

.api-header-bottom {
    padding-top: 95px;
    position: relative;
}

.api-header-bottom::after {
    content: url(images/new-bactor.png);
    position: absolute;
    left: 95px;
    bottom: -20px;
}

.api-header-bottom p {
    margin-right: 40px;
    font-size: 18px;
    font-weight: 500;
    padding: 0;
}

.api-header-bottom a {
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: #3856ff;
    border-radius: 50px;
}

.api-header-bottom a:hover {
    background: #2c46cc;
}


/* Benefits Section Here */

.api-benefits-section {
    padding-top: 120px;
}

.api-benefits-heading {
    padding-bottom: 25px;
}

.api-benefits-items {
    min-height: 235px;
    margin-top: 45px;
    padding: 32px 35px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0px 4px 20px 0px #0010351A;
    text-align: center;
}

.api-benefits-items span {
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 4px 20px 0px #00103526;
    display: block;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}

.api-benefits-items h4 {
    padding-top: 30px;
    font-size: 18px;
    font-weight: 600;
    font-family: var(--clash);
    color: #0026F9;
    text-transform: uppercase;
}

.api-benefits-items p {
    padding-top: 10px;
    font-size: 14px;
    color: #000A43;
}

/* Authen Section Here */

.api-authen-section {
    padding: 130px 0;
}

.api-authen-left p {
    padding: 30px 0;
    font-size: 18px;
    color: #000A43;
}

.api-authen-left ul li {
    padding-top: 20px;
    display: flex;
    align-items: center;
    font-size: 18px;
}

.api-authen-left ul li span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    box-shadow: 0px 4px 20px 0px #00103526;
    text-align: center;
    border-radius: 50%;
    margin-right: 15px;
    flex: 0 0 40px;
}

.api-authen-left-button {
    padding-top: 60px;
    gap: 40px;
}

.api-authen-left-button a:first-child {
    font-size: 16px;
    font-weight: 400;
    color: #3856FF;
    width: 50%;
    border: 1px solid #3856FF;
    text-align: center;
    border-radius: 500px;
    background: #fff;
    padding: 15px 0;
    transition: 0.3s;
}

.api-authen-left-button a:first-child:hover {
    background: #3856FF;
    color: #fff;
}

.api-authen-left-button a:last-child {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    width: 50%;
    border: 1px solid #3856FF;
    text-align: center;
    border-radius: 500px;
    background: #3856FF;
    padding: 15px 0;
    transition: 0.3s;
}

.api-authen-left-button a:last-child:hover {
    background: #1935d6;
}

.api-authen-right {
    border: 1px solid #C0C3D3;
    border-radius: 30px;
}

.api-authen-right-top {
    padding: 30px;
    border-bottom: 1px solid #C0C3D3;
}

.api-authen-form-area {
    padding: 35px;
}

.api-authen-form-area h3 {
    font-size: 20px;
    font-weight: 600;
    color: #000A43;
    text-transform: uppercase;
    font-family: var(--clash);
    padding-bottom: 5px;
}

.api-authen-form-items {
    margin-top: 10px;
    padding: 20px 20px;
    background: #F1F1F7;
    border-radius: 12px;
    width: 100%;
}

.api-authen-form-items label {
    width: 40%;
}

.api-authen-form-items label {
    font-size: 18px;
    font-weight: 500;
    color: #2A0EC9;
    font-family: var(--clash);
}

.api-authen-form-items label strong {
    font-weight: 500;
}

.api-authen-form-items input {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    font-family: var(--clash);
}

.api-authen-button h3 {
    padding-top: 30px;
    padding-bottom: 15px;
}

.api-authen-button button {
    padding: 20px 20px;
    background: #F1F1F7;
    border-radius: 12px;
    width: 100%;
    text-align: start;
    font-size: 18px;
    font-weight: 500;
    color: #2A0EC9;
    font-family: var(--clash);
}

/* Speak Section Here */

.api-ready-section {
    padding: 75px 0;
    background-image: url(images/api-bg-img.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000a43;
}

.api-ready-area h2 {
    color: #ffffff;
}

.api-ready-area p {
    padding-top: 20px;
    font-size: 16px;
    color: #fff;
}

.api-ready-area a {
    margin-top: 35px;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: #3856ff;
    border-radius: 50px;
}

.api-ready-area a:hover {
    background: #2c46cc;
}

/* user-wallet-wp */
.user-wallet-wp {
    padding-top: 150px;
}

.uw-top-cont  {
    max-width: 800px;
}

.uw-top-cont h2 {
    padding-bottom: 25px;
    font-weight: 600;
    font-size: 35px;
    text-transform: uppercase;
    color: #000A43;
}

.new-everything-top p {
    padding-top: 30px;
    font-size: 18px;
}

.tabbedPanels-items ul {
    display: flex;
}

.tabs {
    margin-top: 55px;
}

.tabs a {
    padding: 14px 22px;
    color: #a2a5b5;
    font-size: 18px;
    font-weight: 500;
    font-family: "Clash Display";
    border: 1px solid #c0c3d3;
    border-radius: 50px;
    margin-right: 12px;
}

.tabs a.active {
    color: #3856ff;
    border-color: #3856ff;
}

.tabs li:first-child a {
    padding: 14px 45px;
}

.panel-box {
    padding-top: 70px;
}

.accordion .link {
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding: 20px 30px;
    font-weight: 500;
    font-size: 18px;
    color: #000A43;
    font-family: var(--clash);
}

.accordion li i {

    font-size: 18px;
    color: #595959;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
    font-size: 20px;
}

.accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordion .submenu {
    display: none;
}

.single-tab-info {
    border: 1px solid #C0C3D3;
    border-radius: 30px;
    padding: 25px 5px;
}

.tab-cont-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 30px 20px 30px;
    font-weight: 500;
    font-size: 18px;
    color: #000A43;
    border-bottom: 1px solid #C0C3D3;
    font-family: var(--clash);
}

.accordion .link a {
    padding: 4px 18px;
    background-color: #17a568;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    border-radius: 6px;
}

.accordion .link a:hover {
    background-color: var(--primaryColor);
}

.user-wallet-wp .accordion .submenu {
    padding-left: 30px;
    padding-right: 30px;
}

.user-wallet-wp .acc-content-col {
    background: #FAFAFF;
    padding: 20px;
    border-radius: 10px;
}

.user-wallet-wp .acc-content-col h3 {
    padding-bottom: 25px;
    font-weight: 500;
    font-size: 18px;
    color: #000A43;
}

.user-wallet-wp .acc-content-col ul {
    display: flex;
    flex-direction: column;
}

.user-wallet-wp .acc-content-col ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    color: #000A43;
    padding-bottom: 10px;
    font-family: var(--clash);
    font-size: 16px;
    margin-bottom: 12px;
    gap: 20px;
}

.user-wallet-wp .acc-content-col ul li:first-child {
    border-bottom: 1px solid #C0C3D3;
    font-size: 18px;
    margin-bottom: 25px;
}

.user-wallet-wp .acc-content-col ul li small {
    font-weight: 500;
    color: #575D7C;
    font-size: 14px;
    display: block;
    padding-top: 5px;
}

.user-wallet-wp .acc-content-col ul li input {
    width: 100%;
    background-color: #f2f4ff;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    max-width: 330px;
    min-width: 330px;
}

.user-wallet-wp .form-submit button {
    padding: 12px 70px;
    background-color: var(--primaryColor);
    color: #fff;
    font-weight: 500;
    border-radius: 30px;
    font-size: 16px;
}

.user-wallet-wp .form-submit button:hover {
    background-color: #17a568;
}

.user-wallet-wp ul li.login-acc .submenu input {
    background-color: #FFF6F8;
    border: 1px solid #EC0002;
}

.user-wallet-wp .note-box {
    background-color: #FFF6F8;
    border: 1px solid #EC0002;
    padding: 16px 20px;
    margin-top: 20px;
    margin-bottom: 30px;
    border-radius: 12px;
}

.user-wallet-wp .note-box p {
    font-weight: 400;
    font-size: 14px;
    color: #000;
    padding-bottom: 6px;
}

.user-wallet-wp .acc-content-col .note-box ul li {
    border: 0;
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    font-family: "Raleway", sans-serif;
    padding-left: 15px;
    position: relative;
    padding-bottom: 0;
    margin-left: 15px;
}

.user-wallet-wp .acc-content-col .note-box ul li:after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background-color: #000;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.7;
}

/*====== Faq Section Start Here ======*/

.api-faq-section {
    padding: 130px 0;
}

.api-faq-top h2 {
    font-weight: 900;
}

.api-faq-accordion {
    margin-top: 40px;
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
}

.api-faq-accordion .acc-head {
    margin-top: 20px;
    padding: 16px 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.api-faq-accordion .acc-content {
    padding-bottom: 24px;
    display: none;
    border-bottom: 1px solid #0026f9;
}

.api-faq-accordion .acc-head h6 {
    font-size: 18px;
    font-weight: 500;
    color: #000a43;
}

.api-faq-accordion .acc-head i {
    font-size: 16px;
    color: #0026f9;
}

.api-faq-accordion .acc-content p {
    font-size: 16px;
    color: #000a43;
}



/*======== Contact Section Start Here ========*/

.api-contact-section {
    padding: 110px 0;
    padding-top: 50px;
}

.api-contact-top p {
    padding-top: 15px;
    font-size: 18px;
}

.api-contact-items {
    padding-top: 60px;
}

.api-contact-items-left div {
    padding-bottom: 30px;
}

.api-contact-items-left p {
    font-size: 16px;
}

.api-contact-items-left h6 {
    padding-top: 10px;
    font-size: 18px;
    font-weight: 500;
    color: #000a43;
}

.api-contact-items-left h6 a {
    font-size: 18px;
    color: #000a43;
}

.new-contact-items-left h6 a:hover {
    text-decoration: underline;
}

.api-contact-form input {
    margin-bottom: 20px;
    padding: 16px;
    width: 100%;
    border-radius: 4px;
    background: #f2f4ff;
    font-size: 16px;
    color: #000a43;
    border: 1px solid transparent;
}

.api-contact-form input::placeholder {
    font-size: 16px;
    color: #000000;
}

.api-contact-form input:focus {
    border-color: #000a43;
}

.api-contact-form textarea {
    min-height: 170px;
    margin-bottom: 20px;
    padding: 16px;
    width: 100%;
    border-radius: 4px;
    background: #f2f4ff;
    font-size: 16px;
    color: #000a43;
    border: 1px solid transparent;
}

.api-contact-form textarea::placeholder {
    font-size: 16px;
    color: #000a43;
}

.api-contact-form textarea:focus {
    border-color: #000a43;
    outline: none;
}

.api-submit-btn input {
    padding: 12px 45px;
    width: 135px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    border-radius: 50px;
    background: #3856ff;
    transition: 0.3s;
}

.api-submit-btn input:hover {
    background: #2c46cc;
}
@media screen and (max-width: 767px) {
    .user-wallet-wp .acc-content-col ul li{
        display: block;
    }
    .user-wallet-wp .acc-content-col ul li input{
        min-width: 100%;
    }
}
