:root {
    --main-bg-color: #15DB95;
    --second-bg-color: #3b53a3;
}
.intgrtn-btn {
    box-shadow: var(--main-bg-color) 0 0 0 0;
    animation: 2s ease 0s infinite normal none running pulsing;
    transition: 0.5s ease transform, scale 0.5s ease;
}
.intgrtn-btn:hover {
    transform: translateY(-4px);
    scale: 1.05;
}

@keyframes pulsing {
    100% {
        box-shadow: transparent 0 0 0 10px;
    }
}
#tab1,
#tab2 {
    padding: 0 20px 40px;
}
.currently {
    margin: 2rem 0;
    border: 2px solid var(--main-bg-color);
    padding: 13px;
    border-radius: 9px;
}
.currently p {
    text-align: justify;
    padding-right: 20px;
    font-size: 16px;
    margin-top: 7px;
}
.currently a {
    color: var(--main-bg-color);
    font-weight: bold;
}
.currently,
.c_logo_wrapper {
    display: flex;
}
.c_logo_wrapper {
    margin-left: 20px;
    margin-right: 20px;
    max-width: 88px;
    max-height: 60px;
    align-self: center;
    padding: 0 0;
    border-radius: 4px;
    background-color: var(--main-bg-color);
}
.c_logo {
    display: block;
    width: 100%;
    min-width: 88px;
    height: auto;
}
.logos-wrapper.bordered {
    background-color: var(--main-bg-color);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2px;
}
.-container {
    border-radius: 9px;
    padding: 20px 40px;
    border: 2px solid var(--main-bg-color);
}
.logos-wrapper.bordered > * {
    justify-self: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    height: 56px;
}
.product a {
    color: var(--main-bg-color);
}
mark {
    padding: 0.1875em;
    background-color: #fff3cd;
}
@media screen and (max-width: 767px) {
    .logos-wrapper.bordered {
        background-color: #fff;
        grid-template-columns: repeat(1, 1fr);
    }
    .logos-wrapper.bordered > * {
        max-width: 200px !important;
        height: 30px;
        min-height: unset;
    }
}
#tab2 {
    display: none;
}
#loader {
    display: none;
}
.step {
    margin-bottom: 30px;
    margin-top: 30px;
}
.active-step {
    border-radius: 5px;
    background: var(--main-bg-color);
    height: 7px;
}
.next-step {
    border-radius: 5px;
    background: var(--main-bg-color);
    height: 7px;
}
.new-wrap {
    margin: 30px auto 0;
}
.new_cont {
    border-radius: 9px;
    /* border: 2px solid var(--main-bg-color); */
    /* -webkit-box-shadow: 0px 3px 20px 2px var(--main-bg-color);
    -moz-box-shadow: 0px 3px 20px 2px var(--main-bg-color);
    box-shadow: 0px 3px 20px 2px var(--main-bg-color); */
    margin: auto;
    background: var(--second-bg-color);
}
.intgrtn-input {
    padding: 12px 16px;
    font-size: 21px;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid var(--main-bg-color);
    border-radius: 5px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    border: 1px solid #dfdfdf;
    margin: 0;
    display: block;
    width: 100%;
    background: var(--second-bg-color);
}

.intgrtn-input:focus-visible {
    /* outline-color: #faadad; */
    /* border: purple 1px solid; */
    outline-color: red;
}
.input-holder {
    margin-bottom: 20px;
}
.intgrtn-btn-holder {
    margin-bottom: 10px;
    text-align: center;
}
.intgrtn-btn {
    margin: 20px auto 0;
    display: block;
    font-size: 21px;
    font-weight: bold;
    font-family: Merriweather Sans, Helvetica, Roboto, Arial, sans-serif;
    position: relative;
    color: #ffffff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px !important;
    background: var(--main-bg-color) !important;
    border-color: var(--main-bg-color) !important;
    text-transform: uppercase;
    width: 100%;
    padding: 16px 24px;
    cursor: pointer;
    white-space: normal;
    text-align: center;
    border: 0;
}
.formHeader {
    margin: 0 !important;
}
.logos-section {
    padding: 50px 0;
    padding-top: 150px;
}
.logos-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bid-ask-span {
    font-size: 1.7em;
    font-family: 'Open Sans', sans-serif;
    z-index: 1;
}
.bid-ask-span {
    transform: scale(1);
    transform: rotate3d(0, 1, 0, 0deg);
    animation: flip 10s cubic-bezier(1, 0, 0, 1) 0s infinite;
}
@media screen and (max-width: 767px) {
    .row-2-logos {
        align-items: center;
    }
    .bid-ask-span {
        font-size: 2em;
    }
    .logo {
        display: inline-block;
        margin-bottom: 15px;
    }
    .logo {
        max-width: 100%;
    }
    .logos-section {
        padding-top: 50px;
    }
}
@media screen and (max-width: 575px) {
}
.logos-wrapper {
    display: block;
}
.flex-logos-wrapper {
    display: flex;
}
.logos-row2 {
    margin-top: 20px;
}
.logos-section {
    padding-top: 20px;
}
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}
.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
@media (max-width: 768px) {
    .bid-wrapper,
    .ask-wrapper {
        margin: 10px 0;
    }
}
#leadform_thanks {
    padding: 30px 25px;
    overflow: hidden;
    border: 2px solid #faadad;
    border-radius: 9px;
}
#leadform_thanks h3 {
    color: var(--main-bg-color);
}
#leadform_thanks img {
    float: left;
    margin: 0 20px 0 0;
    width: 140px;
}
#leadform_thanks p {
    color: #000;
    text-align: justify;
}
@media (max-width: 700px) {
    #leadform_thanks img {
        width: 80px;
    }
}
.green {
    color: #00c500;
}
.gray {
    color: gray;
}
.orange {
    color: orange;
}
.form-container {
    box-shadow: 0 4px 20.9px 3.1px rgba(13, 13, 13, 0.43);
}
#custom-regbox .formHeader {
background: none;
    text-align: center;
    color: #ffffff;
    font-weight: 900;
    margin: 0;
    padding: 5px;
    font-size: 24px;
    letter-spacing: 2px;
    font-family: inherit;
  padding-top: 20px;
}
.logos-section {
    padding: 50px 0;
    padding-top: 150px;
}
.logos-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ask-wrapper,
.bid-wrapper {
    font-size: 0.9em;
    font-weight: 700;
    display: flex;
}
.bid-ask-span {
    font-size: 1.7em;
    font-family: 'Open Sans', sans-serif;
    z-index: 1;
}
.bid-ask-span {
    transform: scale(1);
    transform: rotate3d(0, 1, 0, 0deg);
    animation: flip 10s cubic-bezier(1, 0, 0, 1) 0s infinite;
}
@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotateY(-1turn);
        transform: perspective(400px) rotateY(-1turn);
    }
    0%,
    40% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    }
    50%,
    80% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}
@media screen and (max-width: 991px) {
    #custom-regbox .formHeader {
        padding: 5px;
        font-size: 24px;
    }
}
@media screen and (max-width: 767px) {
    .row-2-logos {
        flex-direction: column;
        align-items: center;
    }
    #main-container {
        margin: 0;
    }
    .logos-wrapper {
        flex-direction: column;
    }
    .bid-ask-span {
        font-size: 2em;
    }
    .logos-wrapper .logo {
        display: inline-block;
        margin-bottom: 15px;
    }
    .logos-wrapper .logo {
        max-width: 100%;
    }
    .logos-section {
        padding-top: 50px;
    }
}
.logos-wrapper {
    display: block;
}
.flex-logos-wrapper {
    display: flex;
}
.logos-row2 {
    margin-top: 20px;
}
.logos-section {
    padding-top: 20px;
}
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}
.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
@media (max-width: 768px) {
    .ask-wrapper,
    .bid-wrapper {
        margin: 10px 0;
    }
}
.invalid-phone-error {
    text-align: center;
    font-size: 22px;
    color: #f44336;
    display: block;
    text-align: center !important;
    margin-top: 15px !important;
    font-family: Lato;
}
p {
    margin: 0;
}
._signup_form_container {
    max-width: unset !important;
}
@media (max-width: 620px) {
    #custom-regbox .formHeader,
    .intgrtn-input,
    .intgrtn-btn {
        font-size: 18px;
    }
}
.active-step,
.next-step {
    width: 48.5%;
}
.mobile_title {
    display: none;
}
.desctop_title {
    display: inherit;
}
@media (max-width: 768px) {
    .mobile_title {
        display: inherit;
    }
    .desctop_title,
    .c_logo_wrapper {
        display: none;
    }
    .currently {
        text-align: justify;
        margin-bottom: 0.5em;
    }
    #custom-regbox .formHeader {
        padding: 15px 0;
    }
    .step {
        margin: 1rem 0;
    }
    .step .row {
        gap: 0.1rem;
    }
    .input-holder {
        margin-bottom: 10px;
    }
    .intgrtn-input,
    .intgrtn-btn {
        padding: 8px 14px;
    }
    #tab1,
    #tab2 {
        padding: 0 20px 20px;
    }
    .date {
        font-size: 1rem;
        display: block;
    }
    p.after_form {
        white-space: initial;
    }
    #leadform_form,
    #leadform_thanks {
        margin-bottom: 0.5rem;
    }
    .currently p {
        line-height: 1.2;
        padding: 10px;
    }
}
div#leadform_form {
    margin-bottom: 1rem;
}
