.footer__newsletter a,
.footer__newsletter h2 {
    color: var(--white-color);
    text-transform: capitalize;
    text-align: center
}

.footer {
    background-color: var(--black-color);
    padding: 70px 0 28px
}

.footer__newsletter {
    max-width: 50%;
    margin: 0 auto 80.5px
}

.footer__newsletter h2 {
    font-size: 44px;
    line-height: 53.32px;
    font-family: var(--helvetica-regular-font);
    margin: 0 auto;
    margin-bottom: 33px;
    max-width: 480px;
}

.footer__menu-wrapper ul li a,
.footer__newsletter a {
    display: inline-block;
    font-size: 16px;
    line-height: 19.36px
}

.footer__newsletter a {
    width: 100%;
    padding: 14px 50px;
    border: 1px solid var(--white-color);
    background-color: transparent;
    font-weight: var(--font-regular);
    border-radius: 50px;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.footer__newsletter a:hover,
.newsletter__form-field button {
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out
}

.footer__newsletter a:hover {
    background-color: var(--white-color);
    color: var(--black-color);
    transition: .3s ease-in-out
}

.footer__newsletter-form--wrapper p,
.newsletter__form-field input {
    font-size: 16px;
    color: var(--gray-color);
    line-height: 24px;
    font-weight: var(--font-regular)
}

.footer__newsletter-form--wrapper {
    margin-top: 32.5px;
    padding: 0 26px
}

.newsletter__form-field {
    position: relative
}

.newsletter__form-field input {
    width: 100%;
    padding: 10px 45px 10px 0;
    border: none;
    border-radius: 0;
    background-color: transparent;
    border-bottom: 1px solid var(--gray-color);
    font-family: var(--open-sans-font);
    outline: 0 !important;
    box-shadow: none !important
}

.newsletter__form-field input::placeholder {
    color: var(--gray-color)
}

.newsletter__form-field button {
    background-color: transparent;
    padding: 0;
    border: none;
    width: 25px;
    height: 16px;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translate(0, -50%);
    cursor: pointer;
    transition: .3s ease-in-out
}
.newsletter__form-field button svg{
    width: 100%;
    height: 100%;
}

.footer__menu-wrapper ul li a,
.footer__menu-wrapper ul li a::after {
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out
}

.footer__newsletter-form--wrapper p {
    margin-bottom: 0;
    text-align: center;
    margin-top: 20px
}

.footer__menu-row {
    /* max-width: 1009px; */
    margin: 0 auto 59px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

.footer__menu-column {
    width: 245px;
}

.footer__menu-wrapper h6 {
    font-size: 18px;
    color: var(--white-color);
    line-height: 21.78px;
    margin-bottom: 15px;
    font-family: var(--helvetica-regular-font) !important;
    text-transform: capitalize;
}
.footer__menu-wrapper h3 {
    font-size: 18px;
    color: var(--white-color);
    line-height: 21.78px;
    margin-bottom: 15px;
    font-family: var(--helvetica-regular-font) !important;
    text-transform: capitalize;
}

.footer__menu-wrapper ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.footer__menu-wrapper ul li {
    display: block;
    
    line-height: normal;
    margin-bottom: 15px
}

.footer__location-txt{
    margin-bottom: 15px;
}
.footer__location-txt p{
    color: var(--white-color);
    font-weight: var(--font-regular);
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0px;
}


/* .footer__menu-wrapper ul li:last-child {
    margin-bottom: 0
} */

.footer__menu-wrapper ul li a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--white-color);
    font-weight: var(--font-regular);
    position: relative;
    font-family: var(--poppins-font);
    transition: .3s ease-in-out
}

.footer__menu-wrapper ul li a::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: var(--white-color);
    transition: .3s ease-in-out
}

.footer__menu-wrapper ul li a:hover::after,
.footer__social-icon ul li a {
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out
}

.footer__menu-wrapper ul li a:hover::after {
    width: 50%;
    transition: .3s ease-in-out
}

.footer__social-icon{
    margin-bottom: 20px;
}
.footer__social-icon ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 22px
}

.footer__social-icon ul li {
    display: inline-flex;
    margin-bottom: 0
}

.footer__social-icon ul li a {
    width: 15px;
    height: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: .3s ease-in-out;
}

.footer__social-icon ul li a img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.footer__social-icon ul li a::after {
    display: none
}

.footer__social-icon ul li a svg {
    width: 100%;
    height: 100%
}

.footer__social-icon ul li a:hover {
    opacity: .7;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.copyright__text {
    /* text-align: center; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 20px;
}
.copy__right-links ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
}
.copy__right-links ul li a{
    font-size: 14px;
    line-height: 14.52px;
    color: var(--gray-color);
    font-weight: var(--font-regular);
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.copy__right-links ul li a:hover{
    color: var(--pink-color);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.copyright__text p {
    font-size: 14px;
    line-height: 14.52px;
    color: var(--gray-color);
    font-weight: var(--font-regular);
    margin-bottom: 0
}
.social__icon-wrapper{
    margin-top: 40px;
}

.footer__menu-wrapper ul li a .and__sign{
    font-family: var(--poppins-font);
}

#menu-item-496 a{
    display: inline-block !important;
}

.footer__site-logo{
    max-width: 245px;
    width: 100%;
}
.footer__site-logo .footer__location-txt{
    margin-top: 20px;
    margin-bottom: 20px;
}
/* .footer__site-logo .footer__location-txt br{
    display: none;
} */
.footer__site-logo .footer__social-icon{
    margin-bottom: 0px;
}

.footer__badges{
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 25px;
}
.footer__badges-item{
    width: 130px;
    display: flex;
}
.footer__badges-item img{
    width: 100%;
    height: 100%;
}


.footer__site-logo.footer__mobile-logo{
    display: none;
    margin-bottom: 70px;
}

.footer__site-logo a{
    max-width: 200px;
    width: 100%;
    display: block;
}
.footer__site-logo a img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.hubspot__logo {
    height: 70px;
    margin-top: 20px;
}
.hubspot__logo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left;
}
@media screen and (max-width:1460px) and (min-width:1401px){
    .footer__newsletter h2{
        font-size: 36px;
        line-height: 43.56px;
        max-width: 370px;
    }
}

@media screen and (max-width:1400px) and (min-width:1025px){
    .footer__newsletter {
        max-width: 40%;
        margin: 0 auto 80.5px;
    }
    .footer__newsletter h2{
        font-size: 36px;
        line-height: 43.56px;
        max-width: 370px;
    }
}

@media(max-width:1024px) {
    .footer__newsletter {
        max-width: 40%;
        margin-bottom: 75px
    }
    .footer__menu-column {
        width: 235px
    }
    .footer__menu-row {
        margin: 0 auto 50px;
    }
    .footer__newsletter h2 {
        font-size: 30px;
        line-height: 42px;
        font-family: var(--helvetica-regular-font);
        margin-bottom: 30px;
        max-width: 320px;
    }
    .hubspot__logo {
        height: 70px;
    }
}

@media(max-width:991px) {
    .footer__newsletter {
        max-width: 55%;
    }

    .footer__newsletter h2 {
        font-size: 32px;
        line-height: 42.32px;
        margin-bottom: 20px
    }

    .footer__menu-wrapper h6 {
        font-size: 16px;
        line-height: 19.78px
    }
    .footer__menu-wrapper h3 {
        font-size: 16px;
        line-height: 19.78px
    }

    .footer__menu-wrapper ul li a {
        font-size: 14px;
        line-height: 19.36px
    }

    .footer__newsletter a {
        padding: 15px 40px;
        font-size: 14px;
        line-height: 17.36px
    }
    .social__icon-wrapper {
        margin-top: 30px;
    }
    .footer__menu-row {
        flex-wrap: wrap;
        row-gap: 40px;
    }
    .footer__site-logo {
        width: 100%;
        max-width: 50%;
    }
}

@media(max-width:767px) {
    .footer__newsletter {
        max-width: 100%;
        text-align: center
    }
    .footer__site-logo {
        max-width: 100%;
    }
    .footer__newsletter h2 {
        font-size: 20px;
        line-height: normal;
        margin-bottom: 20px;
    }

    .footer__menu-wrapper ul li a,
    .footer__newsletter a {
        font-size: 12px;
        line-height: 16.36px
    }

    .footer__newsletter a {
        padding: 10px 40px;
        width: auto;
        margin: 0 auto
    }

    .footer__newsletter-form--wrapper {
        margin-top: 25px;
        padding: 0
    }

    .footer__newsletter-form--wrapper p {
        margin-top: 0
    }

    .newsletter__form-field {
        margin-bottom: 15px
    }

    .footer__menu-column {
        width: calc(50% - 10px)
    }

    .footer__menu-row {
        flex-wrap: wrap;
        row-gap: 30px
    }

    .footer__social-icon ul li a {
        width: 13px;
        height: 13px
    }
    .footer__menu-row .footer__menu-column:nth-last-child(1){
        width: 100%;
    }
    .footer__location-txt p {
        font-size: 14px;
        line-height: 20.36px;
    }
    .footer__site-logo.footer__mobile-logo{
        display: block;
    }
    .footer__menu-row .footer__site-logo{
        display: none;
    }
    .footer__menu-row {
        margin-bottom: 30px;
    }
}