#qistas_cms_nav .nav-item:nth-child(4) .nav-link {
    color: var(--text-ternary);
}

#qistas_cms_nav.scrolled,#qistas_cms_nav.scrolled .nav-item:nth-child(4) .nav-link {
    color: var(--text-ternary) !important;
}

#qistas_cms_nav .login-btn {
    background-color: var(--bg-quaternary) !important;
    border: 1px solid var(--text-quaternary) !important;
    color: white !important;
}

#qistas_cms_nav .nav-item .nav-link {
    color: var(--dark-blue);
}

.navbar#qistas_cms_nav {
    box-shadow: 0px 0px 4px 0px #00000040;
    padding-top: 15px !important;
    background-color: #FFFFFF;
}

.call-us-container::after {
    content: "";
    width: 85px;
    height: 7px;
    background-color: var(--bg-ternary);
    border-radius: 4px;
    position: absolute;
    right: 0;
    bottom: -10px;
}

.google-maps-container {
    width: 90%;
    height: 152px;
    border: 0;
}

#contact_us_form {
    width: 100%;
    max-height: 769px;
    background-color: #FFFFFF;
    border: 2px solid;
    border-image-source: linear-gradient(180deg, #D1D1D1 0%, #FFFFFF 100%);
    box-shadow: 0px 0px 16px 0px #00000040;
    border-radius: 18px;
    opacity: 1;
}


#contact_us_form input {
    width: 100%;
    height: 20px;
    border: none;
    border-bottom: 1px solid #EAEAEA;
    outline: none;
    padding: 0;
}

#contact_us_form textarea {
    width: 100%;
    height: 45px;
    border: none;
    border: 1px solid #EAEAEA;
    outline: none;
    font-size: 15px;
    padding: 10px;
    background: rgba(245, 245, 245, 0.5);
}
#contact_us_form textarea::placeholder{
    font-size: 18px;
    color:rgba(112, 112, 112, 0.60);
}

@media only screen and (max-width: 400px) {

    .recaptcha-main-container{
        justify-content: center;
    }
    .recaptcha-main-container > div{
        transform: scale(0.8);
    }

}
