footer {
    height: auto;
    background: #005E2C;
    padding: 20px;
    margin-left: 20px;
    margin-right: 20px;
}

.topFooter nav ul{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding: 30px;
    list-style: none;
}

.topFooter nav ul li a{
    font-family: var( --font-family-roboto);
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1.86667px;
    text-transform: uppercase;
    
    color: #FFFFFF;
    text-decoration: none;
}
.footer-nav-bar ul li a:hover,
.footer-nav-bar ul li a.active {
    text-decoration: none;
}

.footer-logo{
    width: 100px;

    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-logo img{
    width: 100%;
}

.bottomFooter{
    padding: 12px;
    padding-left: 10%;
    padding-right: 10%;
}
.footer-left {
    display: flex;
    flex-direction: row;
}
.footer-middle {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.footer-topmiddle{
    display: none;
}
.socialLogo-footer{
    /* width: 40px; */
    height: 40px;

    padding: 0px 10px;
    margin-bottom: 10px;
}
.footer-vl {
    margin-left: 30px;
    margin-right: 30px;
    border-left: 1px solid #979797;
  }
.footer-address{
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-address a{
    font-family: var( --font-family-roboto);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    /* or 144% */
    color: #FFFFFF;

    text-decoration: none;
}

.bottomFooter{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.footer-right {
    display: flex;
    flex-direction: column;
    /* align-items: end; */
}
.footer-right a{
    font-family: var( --font-family-roboto);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    /* or 144% */
    color: #FFFFFF;

    text-decoration: none;

}
.footer-right p{
    font-family: var( --font-family-roboto);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    /* or 144% */
    color: #FFFFFF;

    text-decoration: none;
    text-align: left;
}
.footer-right input{
    font-family: var( --font-family-roboto);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    /* or 144% */
    color: #000;
    padding-left: 10px;
    padding-right: 10px;

    border-width: 0px;
}
.mobileHr{
    display: none;
}
.mobileHr2{
    display: none;
}
.copyrightMobile{
    display: none;
}
.footerSubmitButton {
    width: 40px;
    height: 42px;
    background: #FFA74D;
    cursor: pointer;
    color: white;
  
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    border-width: 0px;
    margin-left: -3px;
}

.footerSubmitButton img {
    width: 14px;
    height: 13px;
}

.footerFromBothContainer{
    display: flex;
    flex-direction: row;
    align-items: center;
    /* justify-content: center; */
}

.footerFromBothContainer .footerFieldContainer input::placeholder{
    color: #000;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.4;
}

.footerFieldContainer{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
}
.fieldInput-footer{
    display: flex;
    padding: 8px 8px;
    align-items: center;
    gap: 2px;
    align-self: stretch;

    color: #111;
    font-family: var( --font-family-roboto);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.footerSubmitButtonContainer p{
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
}
.errors{
    color:#FF8201;
}
.pcHr{
    display: block;
}
@media screen and (max-width: 1440px) {
    .footer-topmiddle{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    .footer-middle{
        display: none;
    }
}

/* prev 767px */
@media screen and (max-width: 1439px) {
    .topFooter nav ul{
        flex-direction: column;
        margin-left: 0%;
        gap: 20px;
        align-items: center;

        margin-block-end: 0em;
        margin-block-start: 0em;
    }
    footer {
        height: auto;
        padding-left: 30px;
        padding-right: 30px;
    }
    .bottomFooter{
        flex-direction: column-reverse;
        padding-left: 5%;
        padding-right: 5%;
    }
    .footer-right{
        width: auto;
        display: flex;
        justify-content: center;
        gap: 7px;
    }
    .footer-left{
        width: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .footer-left .footer-vl {
        height: 114px;
    }
    .footer-topmiddle{
        display: none;
    }
    .footer-middle{
        width: auto;
        flex-direction: row;
        display: flex;
        align-items: center;
        justify-content: center;

        padding-bottom: 40px;
        padding-top: 40px;
    }
    .socialLogo-footer{
        width: 40px;
        height: 40px;
    }
  
    .mobileHr2{
        display: block;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .copyrightDesktop{
        display: none;
    }
    .copyrightMobile{
        display: block;
        color: #FFF;
        text-align: center;
        font-family: Roboto;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px; /* 144.444% */
        margin-top: 40px;
        margin-left: auto;
        margin-right: auto;
    }
    .footer-address{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column-reverse;
    }
    .footer-address p{
        margin: 0;
    }
    .footer-address a{
        text-align: center;
        text-decoration: none;
    }
   
    .footerSubmitButtonContainer{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: end;
    }
    .pcHr{
        display: none;
    }

}

@media screen and (max-width: 360px) {
    .topFooter nav ul{
        flex-direction: column;
        gap: 1em;
        align-items: start;
    }
}


@media screen and (max-width: 360px) {
   .footer-left{
    flex-direction: column;
   }
   .footer-vl{
    display: none;
   }
   .footer-address p {
    margin-top: 16px;
    align-self: stretch;
   }
   .footer-address a {
    margin-top: 16px;
    align-self: stretch;
   }
   .footer-address{
    line-height: 26px;
   }
   .copyrightMobile {
    margin-top: 3px;
   }
   .topFooter nav ul{
    padding: 0;
    gap:24px;
   }
   footer{
    padding: 32px 15px;
   }
   .bottomFooter{
    padding: 0;
   }
   .mobileHr2{
    margin: 32px 0px;
   }
   .footer-right{
    gap:16px;
   }
   .footer-middle{
    padding-bottom: 32px;
    padding-top: 32px;
   }
   .mobileHr{
    display: block;
    margin:0;
    margin-top: 32px;
   }
   .footer-address a{
    margin-top: 0;
   }
   .mobileHr2{
    width: 100% !important;
   }

}

@media screen and (min-width:550px){
    footer{
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (min-width:1439px) {
    .topFooter nav ul{
        margin-left: 20%;
        margin-right: 20%;
    }
    .mobileHr2{
        width: 100% !important;
    }
}

.footer-right,
.footer-right form {
    width: 100%;
}


.footer-right form .footerFromBothContainer .footerFieldContainer{
    flex-grow: 1;
}

.footer-right a{
    text-align: start;
}

@media screen and (min-width:1439px) {
    .footer-right a{
        text-align: end;
    }
}

@media screen and (min-width:1439px) {
    .footer-right,
    .footer-right form{
        width: auto;
    }
    .footer-right form .footerFromBothContainer .footerFieldContainer{
        flex-grow: 0;
    }
}
