/* :root {
    --primary_color: #23A6F0;
    --secondary_color: #022E70;
    --accent1_color: black;
    --background1_color: white;
} */

.grecaptcha-badge {
    display: block !important;
}

.tech-contact__container {
    max-width: 1940px;
    margin: 0 auto;
    overflow-x: clip;
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 100%;
}

/* BEGIN Contact form */
.tech-contact-form__container {
    padding: 50px 10%;
    flex-direction: row;
    display: flex;
    position: relative;
    column-gap: 80px;
    top: 160px;
}

.contact-form-customer-info {
    column-gap: 33px !important;
}

.contact-us-image__container {
    position: relative;
    width: 550px;
}

.tech-top__container {
    height: 819px;
    background: var(--secondary_color);
    position: relative;
    width: 100%;
    margin-bottom: 500px;
}

.tech-bottom__container {
    background: var(--secondary_color);
    height: auto;
    position: relative;
    width: 100%;
}

.contact-form__container {
    background: #FFFFFF;
    backdrop-filter: blur(50px);
    border-radius: 32px;
    box-shadow: 0px 13px 19px rgba(0, 0, 0, 0.07);
}

.circle-shape {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.contact-us-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);  
}

.agreement-text {
    flex-wrap: wrap;
}

.contact-form-label,
.contact-form-label-error,
.contact-form-title,
.contact-form-subtitle,
.contact-form-input,
.contact-form-input-error  {
    font-family: 'Montserrat' !important;
}
/* ENDS Contact form */


/* BEGIN Find store */
.contactus-find-store__container {
    margin-top: 22%;
    padding: 0 10%;
    margin-bottom: 15%;
}

.find-store-card {
    background: #FFFFFF;
    box-shadow: 0px 13px 19px rgb(0 0 0 / 7%);
    border-radius: 32px;
    padding: 60px;
    display: flex;
    align-items: center;
}

.find-store-information {
    display: flex;
    flex-direction: column;
    padding: 20px 10%;
    width: 60%;
    row-gap: 20px;
    padding-left: 5px;
}

.find-store-title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-size: 48px;
    line-height: 62px;
    font-feature-settings: 'liga' off;
    color: #565656;
}

.find-store-subtitle {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    font-feature-settings: 'liga' off;
    color: #565656;
}

.find-store-button__container {
    margin-top: initial !important;
    width: 277px;
}

.location-icon {
    width: 42px;
}

.find-store-button {
    background: var(--primary_color);
    border-radius: 15px;
    display: flex;
    margin: 15px;
    align-items: center;
    justify-content: center;
    column-gap: 5px;
    padding: 10px;
    margin-left: 0;
    min-height: 46px;
}

.find-store-button:hover {
    opacity: 0.8;
}
  
.find-store-button:active {
    opacity: 0.6;
}

.contact-find-store-button-text {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 26px;
    color: #FFFFFF;
}

.find-store-image-bg {
    padding: 5px;
    background: var(--primary_color);
    border-radius: 32px;
}

.contactus-find-store-image {
    width: 505px;
}
/* ENDS Find store */

/* BEGIN Faq */
.faq__container {
    padding: 50px 10%;
    position: relative;
    width: 80%;
}

.store-faq__container {
    background: #FFFFFF !important;
    border-radius: 32px;
    padding: 32px;
    width: auto !important;
    position: relative;
    bottom: 150px;
    box-shadow: 0px 13px 19px rgb(0 0 0 / 20%);
}
/* ENDS Faq */

/*Desktop ultra wide*/
@media (min-width: 1440px) {
    .contact-form-customer-info {
        column-gap: 25px !important;
    }

    .tech-contact-form__container {
        column-gap: 75px;
    }

    #tech-contact-form {
        width: 90%;
    }

    .agreement-link {
        margin-left: 5px;
    }
}                                          
/*Desktop - Special Queries cases to change Desktop -> Tablet*/
@media (min-width: 1001px) and (max-width: 1150px) {
    /* BEGIN Contact form */
    .tech-top__container {
        height: 1044px;
    }

    .tech-contact-form__container {
        flex-direction: column;
        row-gap: 200px;
    }

    .contact-us-image__container {
        margin-top: 30px;
        height: 400px;
        width: 100%;
    }

    .circle-shape {
        top: 50% !important;
    }

    .tech-contact-form__container {
        row-gap: 50px;
    }
    /* ENDS Contact form */

    /* BEGIN Find store */
    .contactus-find-store__container {
        position: relative;
        top: 100px;
    }

    .find-store-information {
        padding: initial;
        align-items: center;
        width: 100%;
    }

    .find-store-card {
        flex-direction: column;
        row-gap: 30px;
    }

    .find-store-title,
    .find-store-subtitle {
        text-align: center;
    }

    .find-store-image-mobile {
        display: block;
        width: 500px;
    }

    .find-store__container {
        padding-bottom: initial;
    }

    .find-store-button__container {
        justify-content: center;
    }

    .contactus-find-store__container {
        margin-bottom: 25%;
    }
    /* ENDS Find store */
}
/*Desktop 13"*/
@media (min-width: 1001px) and (max-width: 1439px) {
    .agreement-link {
        margin-left: 5px;
    }
}
/*Tablet / iPads*/
@media (min-width: 763px) and (max-width: 1000px) {
    /* BEGIN Contact form */
    .tech-top__container {
        height: 1072px;
    }

    .tech-contact-form__container {
        flex-direction: column;
        row-gap: 200px;
        padding: 50px 5%;
    }

    .contact-us-image__container {
        margin-top: 30px;
        height: 400px;
        width: 100%;
    }


    .tech-top__container {
        height: 619px;
        margin-bottom: 1150px;
    }

    .tech-contact-form__container {
        top: 60px;
    }

    .contact-us-image,
    .circle-shape {
        top: 160px;
    }
    /* ENDS Contact form */

    /* BEGIN Find store */
    .contactus-find-store__container {
        position: relative;
        top: 100px;
    }

    .find-store-information {
        padding: initial;
        align-items: center;
        width: 100%;
    }

    .find-store-card {
        flex-direction: column;
        row-gap: 30px;
    }

    .find-store-title,
    .find-store-subtitle {
        text-align: center;
    }

    .find-store-image-mobile {
        display: block;
        width: 500px;
    }

    .find-store__container {
        padding-bottom: initial;
    }

    .find-store-button__container {
        justify-content: center;
    }

    .contactus-find-store__container {
        margin-bottom: 35%;
    }
    /* ENDS Find store */   
    
    /* BEGIN Faq */
    .faq__container {
        padding: 50px 5%;
        width: 90%;
    }    
    /* ENDS Faq */
}
/*Tablet - Mobile*/
@media (min-width: 1px) and (max-width: 762px) {
    /* BEGIN Contact form */
    .tech-contact-form__container {
        flex-direction: column;
        row-gap: 50px;
        padding: 50px 5%;
    }

    .contact-us-image__container {
        margin-top: 30px;
        height: 400px;
        width: 100%;
    }

    .circle-shape {
        width: 330px;
    }

    .contact-us-image {
        width: 323px;
    }

    .contact-form-title {
        font-size: 32px !important;
        line-height: 32px !important;
    }

    .contact-form-subtitle {
        font-size: 16px !important;
        line-height: 20px !important;
    }

    .contact-form-agreement__container {
        align-items: flex-start !important;
    }

    .tech-top__container {
        height: 619px;
        margin-bottom: 1150px;
    }

    .tech-contact-form__container {
        top: 60px;
    }

    .contact-us-image,
    .circle-shape {
        top: 160px;
    }
    /* ENDS Contact form */

    /* BEGIN Find store */
    .contactus-find-store__container {
        margin-top: 850px;
        position: relative;
    }

    .find-store-information {
        padding: initial;
        align-items: center;
        width: 100%;
    }

    .find-store-card {
        flex-direction: column;
        row-gap: 30px;
    }

    .find-store-button {
        margin-left: 5px;
        padding: initial;
    }

    .find-store-title,
    .find-store-subtitle {
        text-align: center;
    }

    .find-store-title {
        font-size: 32px;
        line-height: 32px;
    }

    .find-store-subtitle {
        font-size: 18px;
        line-height: 24px;
    }

    .find-store-image-mobile {
        display: block;
        width: 500px;
    }

    .find-store__container {
        padding-bottom: initial;
    }

    .contactus-find-store-image{
        width: 315px;
    }
    /* ENDS Find store */    

    /* BEGIN Faq */
    .tech-bottom__container {
        margin-top: 200px;
    }

    .faq__container {
        padding: 50px 5%;
        width: 90%;
    }
    /* ENDS Faq */
}
/*Mobile - Special Queries cases to change Tablet -> Mobile*/
@media (min-width: 1px) and (max-width: 450px) {
}