footer {
    border: 1px solid #556ea4;
    border-radius: 30px 30px 0 0;
    background: #151c29;
    position: relative;
}
.footerFirstInner {
    max-width: 1320px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: auto;
    padding: 40px 0;
}
.footerFirstCol h4 {
    font-size: 24px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    text-align: center;
    color: #fff;
    margin-bottom: 20px !important;
}
.footerFirstCol h6 {
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    text-align: left;
    margin: 10px 0 0px 0;
    color: #fff;
}
.footerFirstCol ul {
    padding: 0px;
    margin: 0;
    text-align: center;
    margin-top: 0px !important;
}
.footerFirstCol ul li {
    list-style: none;
    margin-top: 0px !important;
    margin-bottom: 10px !important;
}
.footerFirstCol ul a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}
.availableIconBox {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 10px;
    flex-direction: column-reverse;
}
.availableIconBoxInner {
    display: flex;
    gap: 40px;
}
.availableIconBoxInner ul {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 20px;
    margin-top: 10px;
}

.availableIconBoxInner ul li a {
    width: 34px;
    height: 36px;
    background-color: #556ea4;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.availableIconBoxInner ul li a i {
    color: #fff;
}
.borderTop {
    border-top: 2px solid #ffffff5c;
}
.footerQuickLinks {
    padding: 20px 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.footerQuickLinks a i {
    margin-right: 5px;
}

.footerOtherLinks {
    padding: 20px 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.footerQuickLinks a,
.footerOtherLinks a {
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}

#accordionExample {
    max-width: 40%;
    margin: 20px auto 40px auto;
}

.accordion-button {
    background-color: #151c29;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 25px;
    border-radius: 10px !important;
    padding: 30px 35px;
}
.accordion-body p {
    font-size: 18px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    color:#fff;
}
.accordion-item {
    background-color: #151c29 !important;
    border: 1px solid #556ea4;
    border-radius: 10px !important;
}

.accordion-button:not(.collapsed) {
    color: #fff !important;
    background-color: #151c29 !important;
    box-shadow: none !important;
}

.footerFirstCol:first-child img {
    width: 180px;
}
.footerFirstCol:first-child {
    width: 15%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footerFirstColInner{
    gap: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footerFirstColInner ul li{
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
  }

  @media(max-width: 1080px){
    .footerFirstColInner {
        flex-direction: column;
        align-items: center !important;
        gap: 0px !important;
    }
    .footerFirstInner {
        align-items: start;
    }
  }

  @media(max-width: 992px){
    .footerFirstInner {
        flex-wrap: wrap;
        row-gap: 35px;
    }
    .footerFirstCol:first-child {
        width: 100% !important;
    }
    .footerFirstColInner {
        flex-direction: row;
        align-items: start !important;
        justify-content: center !important;
        gap: 20px !important;
    }

    .footerFirstCol:nth-child(2) {
        width: 50%;
    }
    .footerFirstCol:nth-child(3) {
        width: 50%;
    }
    .footerFirstCol:nth-child(4) {
        width: 50%;
    }
    .footerFirstCol:nth-child(5) {
        width: 50%;
    }
    .footerFirstCol:nth-child(5) .availableIconBox {
        align-items: center;
    }
    .footerFirstCol h4 {
        text-align: center !important;
    }
    .footerQuickLinks {
        flex-direction: column;
        gap: 20px;
    }
  }
  @media(max-width: 768px){
    .footerFirstCol:nth-child(2) {
        width: 100%;
    }
    .footerFirstCol:nth-child(3) {
        width: 100%;
    }
    .footerFirstCol:nth-child(4) {
        width: 100%;
    }
    .footerFirstCol:nth-child(5) {
        width: 100%;
    }
    .footerFirstColInner {
        flex-direction: column-reverse;
        align-items: center !important;
        gap: 0px !important;
    }
    .footerFirstCol ul {
        margin-top: 0px !important;
        width: 100%;
    }
    .footerFirstCol ul a {
        width: 100%;
    }
    #accordionExample {
        max-width: 95% !important;
        margin: 20px auto 0px auto !important;
    }
    .accordion-button {
        font-size: 18px !important;
        padding: 20px 25px !important;
    }
    .footerQuickLinks {
        flex-direction: column;
        gap: 20px !important;
        justify-content: center;
    }
  }
  @media(max-width: 425px){
    .footerQuickLinks a, .footerOtherLinks a {
        font-size: 14px !important;
    }
    .footerFirstCol ul a {
        font-size: 14px !important;
    }
    .footerFirstCol h4 {
        font-size: 20px !important;
    }
    .accordion-button {
        font-size: 14px !important;
        padding: 15px !important;
    }
    .footerFirstCol:first-child img {
        width: 141px !important;
    }
    .accordion-body p {
        font-size: 14px !important;
    }
    .accordion-body {
        padding: 0rem 1rem !important;
    }
  }
  @media(max-width: 375px){
    .footerOtherLinks {
        flex-direction: column;
        gap: 10px;
    }
    .footerFirstCol h4 {
        font-size: 18px !important;
    }
  }
