@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif !important;
}

.contact-us-text h1 {
    font-size: 41px;
    margin: 0 0 5px 0;
    font-weight: 600;
    margin-top: 26px !important;
}

.contact-us-text p {
    font-size: 16px;
    color: #5e5873;
}

input.contact-us-form-input {
    border-radius: 0 !important;
    border-right: none;
    border-left: none;
    border-top: none;
    box-shadow: none !important;
    background-color: transparent;
}

input.contact-us-form-input:focus {
    background-color: transparent !important;
    border-color: #7367f0 !important;
}

/* Chrome, Safari, Edge, Opera */
input.contact-us-form-input::-webkit-outer-spin-button,
input.contact-us-form-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

label.contact-from-label {
    font-size: 16px;
    font-weight: 600;
}

.form-back-box {
    background: #f9f9f9;
    margin-top: 30px;
}

.contact-us-form h1 {
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 30px;
}

textarea.contact-text-area {
    background: transparent;
    border: 1px solid #ced4da;
    outline: none;
    padding: 15px;
    width: 100%;
    height: 130px;
}

.back-jad-purple {
    background-color: #3ebdc2;
}

.space-top-box {
    padding: 50px;
}

.react-us-box h1 {
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 50px;
    color: #ffffff;
}

.text-line-reach-box {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.text-line-reach-box h1 {
    margin-bottom: 0 !important;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    padding-right: 35px;
    width: 100px;
}

.text-line-reach-box span {
    color: #ffffff;
}

.contact-from-btn {
    margin-top: 15px;
}

.contact-from-btn button:hover {
    box-shadow: 0 8px 25px -8px #3ebdc2;
}

.contact-from-btn button {
    background-color: #3ebdc2;
    color: #ffffff;
    font-weight: 600;
    border: none;
    width: 150px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.358rem;
    transition: all 0.3s ease-in-out;
}

@media(max-width: 993px) {
    .space-top-box {
        padding: 30px;
    }

    .text-line-reach-box span {
        margin-top: 5px;
    }

    .text-line-reach-box h1 {
        font-weight: 500;
    }

    .react-us-box h1 {
        margin-bottom: 30px;
    }

    .text-line-reach-box {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 20px;
    }
}

@media(max-width: 769px) {
    .space-bottom-round {
        width: 95%;
        margin: 0 auto;
    }
}

/*********************************
***********************************
    FAQS
************************************
*********************************/

.faq-text-box i {
    font-size: 52px;
    color: #7367f0;
}

.faq-text-box h1 {
    font-size: 46px;
    font-weight: 600;
    margin-top: 10px;
}

.faq-text-box p {
    font-size: 16px;
    color: #5e5873;
    font-weight: 500;
}

.faqs-acordian-box .accordion-button::after {
    content: '\f077' !important;
    background-image: none !important;
    font-family: "Font Awesome 5 Pro" !important;
    font-weight: 600;
    left: 13px !important;
    position: absolute;
}

.faqs-acordian-box .accordion-button {
    padding: 15px 15px 15px 40px !important;
    box-shadow: none !important;
    border-radius: 10px !important;
    font-weight: 600;
    background: #f1f1f1;
}

.faqs-acordian-box .accordion-item,
.faqs-acordian-box .accordion-header {
    background-color: #f1f1f1 !important;
    border: none !important;
    border-radius: 10px !important;
    margin: 10px 0 !important;
}

.accordion-button:not(.collapsed) {
    background-color: #f1f1f1 !important;
    color: #000000;
}

.faqs-acordian-box .accordion-body {
    padding-top: 0 !important;
}

.faqs-acordian-box .accordion-body p {
    font-size: 16px;
    font-weight: 500;
    color: #5e5873;
}

@media(max-width: 993px) {
    .faq-text-box h1 {
        font-size: 36px;
    }
}

@media(max-width: 430px) {
    .faq-text-box h1 {
        font-size: 32px;
    }
}

@media(max-width: 370px) {
    .faq-text-box h1 {
        font-size: 26px;
    }
}

/*********************************
***********************************
    HOW IT WORKS
************************************
*********************************/

.how-it-works-btn:hover {
    box-shadow: 0 8px 25px -8px #7367f0;
    color: #ffffff;
}

.how-it-works-btn {
    background-color: #7367f0;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    width: 150px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.358rem;
    transition: all 0.3s ease-in-out;
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100px;
}

.card-image {
    margin: 0 auto;
    width: 150px;
    height: 150px;
}

.how-it-work-text h1 {
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
}

.how-it-work-text p {
    font-size: 16px;
    font-weight: 500;
    color: #5e5873;
    text-align: center;
    margin-bottom: 0;
}

.how-it-work-card-text h1 {
    text-align: center;
    font-size: 21px;
    font-weight: 500;
    margin: 15px 0 10px 0;
}

.how-it-work-card-text p {
    color: #5e5873;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.how-it-works-card-btn {
    display: flex;
    justify-content: center;
}

/*********************************
***********************************
    TERMS AND CONDITIONS
************************************
*********************************/

.terms-sidebar-page {
    background-color: #e3e3e3;
}

.terms-sidebar-page ul {
    padding: 0;
    position: sticky;
    top: 0;
    padding-top: 30px;
}

.terms-sidebar-page ul li {
    list-style: none;
    margin-bottom: 10px;
}

.terms-sidebar-page ul li a {
    text-decoration: none;
    color: #000000;
    display: block;
    padding: 10px 0;
    font-weight: 500;
    text-align: right;
    padding-right: 10px;
    transition: all 0.3s ease-in-out;
}

a.terms-sidebar-link {
    position: relative;
    transition: all 0.3s ease-in-out;
}

a.terms-sidebar-link:after {
    position: absolute;
    content: '';
    background-color: #000000;
    width: 5px;
    height: 100%;
    top: 0;
    right: -11.5px;
    transform: scaleY(0);
    transition: all 0.3s ease-in-out;
}

a.terms-sidebar-link:hover:after {
    transform: scaleY(1) !important;
}

h1.terms-condition-heading {
    font-size: 32px;
    font-weight: 500;
    color: #7367f0;
    padding: 0 0 0 15px;
}

.terms-and-condition-box p {
    color: #5e5873;
    font-size: 16px;
    padding: 0 0 0 15px;
    line-height: 2;
}

.terms-and-condition-box {
    padding-top: 30px;
}

@media(max-width: 426px) {
    .terms-sidebar-link {
        text-align: left !important;
        padding-left: 15px !important;
    }
}

.contact-us-form {
    padding: 30px;
}