.grecaptcha-badge {
    display: none
}

.iti__country-list {
    overflow-x: hidden
}

.resources_text {
    margin-top: 21px !important
}

.copyright a {
    color: #000 !important
}

.location-heading {
    color: #fff;
    padding: 1rem 0;
    margin: 0
}

.address-class-footer {
    display: flex;
    overflow-x: auto;
    gap: 15px;
    scroll-behavior: smooth;
    justify-content: space-between
}

.address-class-footer::-webkit-scrollbar {
    width: 0
}

.address-class-footer .address-box {
    flex: 0 0 auto;
    min-width: 198px;
    max-width: 250px
}

.address-class-footer .address-box img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 25px
}

.address-class-footer .address-box p {
    font-size: .8rem;
    text-align: left;
    color: #fff
}

.address-class-footer .address-box h4 {
    font-size: 1.1rem;
    text-align: left;
    padding-top: 1rem;
    color: #fff;
    border-top: 3px solid #fff;
    margin-top: 1rem;
    position: relative
}

.footer-contect-card {
    padding: 20px 0;
    border-bottom: 2px solid #fff;
    margin: 0 10px
}

.contact-details {
    display: flex;
    gap: 20px;
    align-items: flex-end
}

.contact-details-list a {
    color: #fff !important
}

.contact-details-list a:hover {
    color: #535353 !important
}

.footer-contect-card-head {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    padding-bottom: 10px
}

.footer-contect-card-head img {
    width: 30px;
    height: 30px
}

.footer-contect-card-head h5 {
    margin: 0;
    font-size: 22px;
    color: #fff;
    font-weight: 600
}

.tell_about_your_product {
    padding-bottom: 46px !important
}

.bottom-list {
    padding-left: 10px
}

.tell_about_your_form_side {
    margin-top: 0 !important
}

.details-sec {
    position: relative;
    top: -40px;
    align-items: flex-end
}

.hash-footer {
    background: linear-gradient(135deg, #1f2937 0, #111827 100%);
    color: #d1d5db
}

.hash-footer .footer-top {
    padding: 30px 0
}

.hash-footer .navbar-brand {
    padding-top: 0
}

.hash-footer .footer-logo img {
    margin-bottom: 20px
}

.hash-footer .company-description {
    font-size: 15px;
    line-height: 1.7;
    color: #bfbfbf;
    margin-bottom: 20px
}

.hash-footer .social-icons {
    margin-top: 0;
    display: flex
}

.hash-footer .social-icons a {
    display: inline-block;
    margin-right: 10px
}

.hash-footer .social-icons img {
    width: 28px;
    height: 28px;
    transition: transform .3s ease, filter .3s ease;
    /* filter: brightness(0) invert(1) */
}

/* .hash-footer .social-icons img:hover {
    transform: scale(1.15);
    filter: brightness(1)
} */

.hash-footer .dmca img {
    margin-top: 20px;
    filter: brightness(0) invert(1)
}

.hash-footer .footer-title {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #fff
}

.hash-footer .footer-links {
    list-style: none;
    padding: 0
}

.hash-footer .footer-links li {
    margin-bottom: 0
}

.hash-footer .footer-links li a {
    color: #bfbfbf;
    font-size: 15px;
    text-decoration: none;
    transition: color .3s ease;
    padding-bottom: 5px
}

.hash-footer .footer-links li a:hover {
    color: #f89d22
}

.hash-footer .contact-info ul {
    list-style: none;
    padding: 0
}

.hash-footer .contact-info li {
    margin-bottom: 12px;
    font-size: 15px
}

.hash-footer .contact-info strong {
    display: inline-block;
    width: 90px;
    color: #f9fafb
}

.hash-footer .contact-info a {
    color: #bfbfbf;
    text-decoration: none
}

.hash-footer .contact-info a:hover {
    color: #05afef
}

.hash-footer .copyright {
    border-top: 1px solid #374151;
    font-size: 14px;
    text-align: center;
    color: #6b7280
}

.hash-footer .copyright a {
    color: #9ca3af;
    text-decoration: underline
}

@media(max-width:576px) {
    .footer-top .col-lg-3.col-md-6.col-small {
        flex: 0 0 100%;
        max-width: 100%
    }

    .tell_about_your_form_side {
        margin-top: 0
    }

    .tell_about_your_address_side {
        padding: 0
    }

    .footer-contect-card-head img {
        width: 30px
    }

    .footer-contect-card-head h5 {
        font-size: 22px
    }

    .details-sec {
        gap: 20px
    }
}