.footer-sec {
    width: 100%;
    height: auto;
    display: inline-block;
    /* background: #fbfbfb; */
    /* background-image: url(./public/themes/custom/assets/images/footer-img.png); */
    padding-bottom: 2.188rem;
}

.footer-sec .footer_main {
    display: flex;
    justify-content: space-between;
    margin-top: 4.063rem;
}

.footer-sec .footer_main .footer-left-content .follow_us_main {
    display: flex;
    padding: 2.188rem 0 0;
}

.footer-sec .footer_main .footer-left-content .follow_us_main .follow_link_main {
    padding-right: 2.375rem;
}
.footer-sec .footer_main .footer-left-content .follow_us_main .follow_link_main p {
    font-size: 16px;
    color: #000;
}

.footer-sec .footer_main .footer-left-content .follow_us_main .follow_link_main img {
    margin-right: .25rem;
}

.footer-sec .footer_main .footer-left-content .follow_us_main .follow_link_main a {
    font-weight: 700;
    font-size: .875rem;
    line-height: 1.063rem;
    color: #000;
    transition: all .3s linear;
}

.footer-sec .footer_main .footer-left-content .follow_us_main .follow_link_main a span {
    display: inline-block;
    transition: all .3s linear;
}

.footer-sec .footer_main .footer-left-content .follow_us_main .follow_link_main a:hover {
    color: #0c4a7d;
}

.footer-sec .footer_main .footer-left-content .follow_us_main .follow_link_main a:hover span {
    transform: translateX(3px);
}

.footer-sec .footer_main .footer-left-content .left-content-main {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 1.5rem;
}

.footer-sec .footer_main .footer-left-content .left-content-main .left-content-head {
    font-size: 18px;
    line-height: 1.188rem;
    font-weight: 700;
    color: #000;
}

.footer-sec .footer_main .footer-left-content .left-content-main .left-content-desc {
    font-size: 13px;
    line-height: 1.063rem;
    font-weight: 400;
    margin-bottom: 0;
    color: #000;
}

.footer-sec .footer_main .footer-left-content .left-content-main .left-content-desc-link {
    text-decoration: underline !important;
}

.footer-sec .footer_main .footer-left-content .left-content-main .footer-direction-pera {
    font-weight: 600;
    font-size: 1rem;
    line-height: 141.5%;
    color: #000;
}

.footer-sec .footer_main .footer-left-content .left-content-main .footer-direction-main {
    transform: translateY(5px);
}

.footer-sec .top-bar-star {
    display: flex;
    justify-content: start;
    margin-top: .938rem;
    gap: 50px;
}

.footer-sec .footer-middle-content .left-content-head {
    font-size: 18px;
    line-height: 1.188rem;
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: 2rem;
    color: #000;
}

.footer-sec .footer-middle-content .middle_main_ul {
    display: flex;
    justify-content: space-between;
}

.footer-sec .footer-middle-content .middle_main_ul a {
    font-weight: 500;
    font-size: .875rem;
    line-height: 1.063rem;
    color: #000;
    display: inline-block;
    margin-bottom: 10px;
    transition: all .3s linear;
    position: relative;
}

.footer-sec .footer-middle-content .middle_main_ul a:after {
    content: "";
    width: 0;
    height: 2px;
    background: #0c4a7d;
    position: absolute;
    bottom: -5px;
    left: 0;
    transition: all .2s linear;
}

.footer-sec .footer-middle-content .middle_main_ul a:hover:after {
    width: 50%;
}

.footer-sec .footer-middle-content .footer-btn-link {
    padding: 1px 13px 2px;
    border: 2px solid #4fe1be;
    border-radius: 9px;
    font-weight: 500;
    font-size: 14px;
    color: #4fe1be;
    margin-right: .688rem;
    display: inline-block;
    margin-top: .375rem;
    transition: all .3s linear;
}

.footer-sec .footer-middle-content .footer-btn-link:hover {
    background: #4fe1be;
    color: #fff;
}

.footer-sec .footer-middle-content .advice-btn-link {
    padding: 1px 13px 2px;
    border: 2px solid #0c4a7d;
    border-radius: 9px;
    font-weight: 500;
    font-size: 14px;
    color: #0c4a7d;
    display: inline-block;
    margin-top: .375rem;
    transition: all .3s linear;
}

.footer-sec .footer-middle-content .advice-btn-link:hover {
    background: #0c4a7d;
    color: #fff;
}

.footer-sec .checkout-ftr-main {
    margin-top: 1.563rem;
    display: none;
}

.footer-sec .checkout-ftr-main .checkout-ftr-main-box {
    display: flex;
    align-items: center;
    text-align: left;
    justify-content: center;
    gap: 22px;
    background: rgba(68, 244, 213, 0.627450980392157);
    border-radius: 43px;
    padding: 1.25rem 3.75rem 1rem;
    margin-bottom: 1.688rem;
}

.footer-sec .checkout-ftr-main .checkout-ftr-main-box .checkout-ftr-shld-para {
    font-weight: 400;
    font-size: .75rem;
    line-height: 141.5%;
    color: #000;
    margin-bottom: 0;
}

.footer_bottom {
    margin-top: 1.875rem;
}

.footer_bottom .footer_bottom_content {
    text-align: center;
    font-weight: 400;
    font-size: .75rem;
    line-height: 141.5%;
    color: #000;
    margin-bottom: 1.5rem;
}

.footer-sec .footer-middle-content .payment_gateway_main {
    margin-top: 22px;
}

.footer-sec .footer-middle-content img {
    padding-left: .625rem;
}
.footer-sec ul {
    margin-bottom: 1rem;
}

@media (max-width: 991px) {
  .footer-sec .footer_main {
    display: block !important;
  }

  .footer-sec .footer_main .footer-left-content .left-content-main {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 0;
  }

  .footer-sec .footer_main .footer-left-content .left-content-main .left-content-head {
    font-size: 16px;
    margin-bottom: 9px;
  }

  .footer-sec .footer_main .footer-left-content .left-content-main .footer-direction-pera {
    font-size: 0.75rem;
    text-decoration: underline !important;
    font-weight: 700;
  }

  .footer-sec .footer_main .footer-left-content .follow_us_main {
    display: none;
  }

  .footer-sec .footer-middle-content .left-content-head {
    text-align: center !important;
    font-size: 16px;
    margin-bottom: 2.5rem;
    margin-top: 55px;
  }

  .footer-sec .footer-middle-content .middle_main_ul {
    justify-content: center;
  }

  .footer-sec .footer-middle-content .middle_main_ul ul {
    border-left: 1px solid #ddd;
    padding: 0 20px;
  }

  .footer-sec .footer-middle-content .ftr-trade-btn-main {
    display: flex;
    justify-content: center;
  }

  .footer-sec .footer-middle-content .payment_gateway_main {
    margin-top: 52px;
    text-align: center;
  }
}
