.footerItemLi,
.menuUl {
    list-style: none;
}
.footerSection a,
.footerSection a:hover,
.iconSm,
.socialIcon {
    transition: 0.3s;
}
.footerSection {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    background: linear-gradient(180deg, #444 0, #222 100%);
}
.topContainer {
    width: 90%;
    padding-top: 4rem;
    padding-bottom: 2rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.topMenuBox:first-child,
.topMenuBox:nth-child(3) {
    max-width: 25%;
}
.topMenuBox:nth-child(2) {
    max-width: 30%;
}
.iconSm {
    width: 35px !important;
    height: 35px !important;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #005c69;
}
.flex1is {
    flex: 1;
}
.callBtn,
.callBtn i {
    align-items: center;
    display: flex;
}
.footerSection a:hover .iconSm,
.iconSm:hover {
    background: #23915a;
    color: #fff;
    transition: 0.3s;
}
.logoF {
    height: 75px;
}
.followTitel {
    width: 140px;
    height: 2px;
    background: linear-gradient(90deg, #fff 0, rgba(255, 255, 255, 0) 100%);
}
.callBtn {
    width: 100%;
    max-width: 240px;
    padding: 4px;
    border: 1px solid #eee;
    gap: 0.8rem;
}
.callBtn i {
    width: 40px;
    height: 40px;
    justify-content: center;
}
.socialIcon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.divider {
    width: 100%;
    border-bottom: 1px solid #fff;
}
.midContainer {
    width: 90%;
    padding-top: 3rem;
    padding-bottom: 2rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.fBtmcontainer {
    width: 100%;
    padding: 4rem 0 0;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.menuBox {
    width: 20%;
}
.menuBox .menuUl ul {
    padding: 0 0 0 1rem;
    position: relative;
}
.menuBox .menuUl ul::after {
    content: "";
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg, #fff 0, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    left: 0;
    top: 0;
}
.footerTitle {
    width: 100%;
    margin-bottom: -70px;
    position: relative;
    z-index: 9;
}
.copyBox {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
    position: relative;
    z-index: 999;
}
.footerItemLi {
    padding: 0;
    margin-top: 1rem;
}
.footerItemLi li {
    margin-bottom: 0.8rem;
}
.footerItemLi a:hover {
    color: #bd913f;
}
.menuAccordion {
    display: none;
}
.footerSection a:hover {
    color: #23915a;
}
.footerSection .callBtn:hover {
    color: #fff;
    font-weight: 400;
}
@media screen and (min-width: 3501px) {
    .footerSection a,
    .iconSm {
        font-size: 48px;
    }
    .iconSm {
        width: 55px !important;
        height: 55px !important;
    }
    .topMenuBox h6.titel16 {
        font-size: 40px;
    }
    .copyBox .titel16,
    .footerSection .copyBox {
        font-size: 36px;
    }
    .fBtmcontainer {
        padding: 33px 0 0;
    }
    .menuBox h5.titel20,
    .topMenuBox h5.titel16 {
        font-size: 44px;
    }
    .flex1is {
        margin-left: 12px;
    }
    .iconSm {
        padding: 40px;
    }
    .socialIcon {
        width: 60px;
        height: 60px;
        margin: 20px 20px 0 0;
    }
    .topMenuBox h5.titel16 {
        font-size: 50px;
    }
    .followTitel {
        width: 300px;
        height: 4px;
        margin: 30px 0;
    }
}
@media screen and (min-width: 2701px) and (max-width: 3500px) {
    .iconSm {
        width: 55px !important;
        height: 55px !important;
    }
    .copyBox .titel16,
    .footerSection .copyBox,
    .footerSection a,
    .topMenuBox h6.titel16 {
        font-size: 36px;
    }
    .socialIcon {
        width: 60px;
        height: 60px;
    }
    .fBtmcontainer {
        padding: 33px 0 0;
    }
    .menuBox h5.titel20,
    .topMenuBox h5.titel16 {
        font-size: 44px;
    }
}
@media screen and (min-width: 2100px) and (max-width: 2700px) {
    .iconSm {
        width: 55px !important;
        height: 55px !important;
    }
    .footerSection a,
    .topMenuBox h6.titel16 {
        font-size: 28px;
    }
    .socialIcon {
        width: 60px;
        height: 60px;
    }
    .copyBox .titel16,
    .footerSection .copyBox {
        font-size: 36px;
    }
    .fBtmcontainer {
        padding: 33px 0 0;
    }
    .menuBox h5.titel20,
    .topMenuBox h5.titel16 {
        font-size: 40px;
    }
}
@media screen and (max-width: 1280px) {
    .logoF {
        height: 50px;
    }
    .topMenuBox .gap-4 {
        gap: 0.7rem !important;
    }
    .copyBox {
        max-width: 80%;
    }
}
@media screen and (max-width: 1080px) {
    .callBtn {
        gap: 0.5rem;
    }
    .topMenuBox:nth-child(2) {
        max-width: 35%;
    }
    .topMenuBox:first-child {
        max-width: 33%;
    }
}
@media screen and (max-width: 990px) {
    .topMenuBox:first-child,
    .topMenuBox:nth-child(2) {
        max-width: 48%;
        width: 100%;
    }
    .midContainer,
    .topContainer {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .topMenuBox {
        margin-bottom: 1.5rem;
    }
    .topMenuBox:first-child {
        margin-right: 4%;
    }
    .topMenuBox:nth-child(3),
    .topMenuBox:nth-child(4) {
        max-width: 50%;
        width: 100%;
    }
    .menuBox {
        width: 33%;
    }
    .copyBox .gap-5 {
        gap: 1rem !important;
    }
    .footerTitle {
        margin-bottom: -30px;
    }
}
@media screen and (max-width: 768px) {
    .copyBox {
        flex-direction: column;
        gap: 1rem;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 2rem;
        position: relative;
        z-index: 999;
        flex-wrap: wrap;
    }
}
@media screen and (max-width: 600px) {
    #menuAccordion .accordion-body {
        padding-top: 0 !important;
    }
    .topMenuBox:first-child,
    .topMenuBox:nth-child(2),
    .topMenuBox:nth-child(3),
    .topMenuBox:nth-child(4) {
        max-width: 100%;
        width: 100%;
    }
    .divider,
    .midContainer {
        display: none;
    }
    .menuAccordion {
        width: 95%;
        margin: 2rem 0;
        display: block !important;
    }
    .menuAccordion .accordion-item {
        border: none;
        background: 0 0;
        border-radius: 0 !important;
        border-bottom: 1px solid #eeeeee9c !important;
        font-family: Inter, sans-serif !important;
    }
    .menuAccordion .accordion-button:not(.collapsed) {
        background-color: #021e48;
        color: #fff;
    }
    .menuAccordion .accordion-button {
        border-radius: 0 !important;
        background-color: transparent !important;
        color: #fff !important;
        font-weight: 500;
        font-size: 16px;
        padding: 0.75rem 1rem;
    }
    .menuAccordion .accordion-button:focus {
        box-shadow: none;
    }
    .menuAccordion .accordion-body ul {
        padding: 0;
        flex-direction: column;
        justify-content: flex-start;
    }
    .menuAccordion .accordion-body ul li {
        margin-bottom: 0.5rem;
        height: auto;
        width: auto;
        border: none;
        background: 0 0;
        display: block;
        text-align: left;
        padding: 0;
        border-radius: 0;
    }
    .menuAccordion .accordion-body ul li a {
        color: #fff;
        text-decoration: none;
        font-weight: 400;
        font-size: 16px;
    }
    .menuAccordion .accordion-button::after {
        content: "+";
        font-size: 1.2rem;
        font-weight: 400;
        color: #fff !important;
        background-image: none !important;
        transform: none !important;
        transition: 0.3s;
    }
    .menuAccordion .accordion-button:not(.collapsed)::after {
        content: "-";
    }
    .topContainer {
        padding-bottom: 0;
    }
    .fBtmcontainer {
        border-top: 0;
        padding: 2rem 0;
    }
    .copyBox .gap-5 {
        flex-wrap: wrap;
        justify-content: center;
    }
}
@media screen and (max-width: 480px) {
    .copyBox .gap-5 {
        flex-wrap: wrap;
        align-items: center !important;
        justify-content: center;
    }
    .footerTitle {
        margin-bottom: -20px;
    }
}
