

.footer-widget {
    margin-bottom: 30px;
}

.footer-widget .widget-body {
    background-color: transparent;
    padding: 0;
}

.footer-widget .widget-title {
    color: #ffffff;
    font-size: 20px;
    line-height: 16px;
    margin: 0 0 20px 0;
    font-weight: 700;
    text-transform: uppercase;
}

.footer-widget li {
    list-style: none;
    line-height: 20px;
}




#myfooter .mt-5 {
    margin-top: 20px;
}


.footer {
background-color: transparent;
    padding: 45px 0 0 0;
}


#myfooter .footer li ,#myfooter .footer a ,#myfooter .footer p{
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    font-weight: 500;

}
#myfooter .footer p{
    text-align: justify;
}

#myfooter.fa {
    margin-right: 10px;
}

#myfooter .social {
    font-size: 0;
}

#myfooter .social li {
    font-size: 18px;
    display: inline-block;
    margin: 0 7px 0 0 !important;
    list-style: none;
}

#myfooter .social li:last-child {
    margin: 0;
}

.footer-bottom {
    width: 100%;
    background-color: var(--color-green);
    padding: 7px 0;
}

@media (max-width: 767px) {
    .footer-bottom {
        padding: 15px 0;
    }
}

.footer-bottom p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}



.circle-footer {
    align-items: center;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    display: inline-flex;
    font-size: 20px;
    height: 30px;
    justify-content: center;
    margin-right: 2px;
    min-width: 30px;
    position: relative;
    top: 3px;
}



.bbb-wrapper .subcribe-form p {
    color: #fff;
    font-size: 14px;
}

.bbb-wrapper .subcribe-form form {
    margin: 0 auto;
    position: relative;
}

.bbb-wrapper .subcribe-form #newsletter input {
    width: 100%;
    height: 48px;
    background: #fff;
    color: #000 !important;
    border: none;
    outline: none;
    padding: 0 10px;
}

.bbb-wrapper .subcribe-form #newsletter input::placeholder {
    color: #717070;
    font-weight: 500;
}
.footer a:hover{
    opacity: 1;
}
.bbb-wrapper .subcribe-form #newsletter #subscribe-button {
    height: 38px;
    padding: 0 20px;
    border: none;
    position: absolute;
    right: 6px;
    top: 6px;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
    border-radius:4px;
    font-weight: 600;
    background: var(--color-green);
}
.bbb-wrapper .subcribe-form #newsletter #subscribe-button:hover{
    border-radius: 8px 8px 8px 0;
    background: #016628;
    box-shadow: 0 20px 30px rgb(76 175 80 / 31%);
}


#newsletter {
    color: #fff;
    height: 100%;
    position: relative;
    padding: 0 0;
    border-radius: 0
}


.social li a, #myfooter .social li a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    align-self: center;
    border-radius: 4px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 12px;
    text-align: center;
    width: 30px;
}

#myfooter .btn-facebook {
    background-color: #4267B2;
}

#myfooter .btn-instagram {
    background-color: #c337a2;
}
#myfooter .btn-tiktok{
    background: #000000;
}
#myfooter .btn-youtube{
    background: #bb0000 ;
}
.mr-2 {
    margin-right: 1rem;
}


.gap-1{
    gap:10px
}
.phone-lg {
    font-size: 20px !important;
    font-weight: 600 !important;
}

