.footer-section {
  background: #0B0C0C !important;
}

.footer-box p,
.footer-box a {
  color: #9f9898 !important;
}

.footer-box h5 {
  color: #03aac7 !important;
}

.footer-section .img-area {
  position: relative !important;
}

.footer-section .img-area img {
  position: absolute !important;
  bottom: 100px !important;
  width: 15% !important;
}

.footer-section .img-area .left {
  left: 0 !important;
}

.footer-section .img-area .right {
  right: 0 !important;
}

.footer-section .footer-box .logo {
  margin-bottom: 25px !important;
}

.footer-section .footer-box .social-link {
  margin-top: 25px !important;
}

.footer-section .footer-box .social-link a {
  height: 30px !important;
  width: 30px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 50% !important;
  color: #1A4DBE !important;
  border: 1px solid #B0BAF1 !important;
  transition: 0.3s !important;
  margin-right: 10px !important;
}

.footer-section .footer-box .social-link a.active,
.footer-section .footer-box .social-link a:hover {
  background: #1A4DBE !important;
  border: 1px solid #1A4DBE !important;
  color: #ffffff !important;
}

.footer-section .footer-box h5 {
  margin-bottom: 15px !important;
}

.footer-section .footer-box li a {
  color: #fff !important;
  transition: 0.3s !important;
  position: relative !important;
  display: flex !important;
  align-items: center !important;
}

.footer-section .footer-box li a::before {
  position: absolute !important;
  content: '' !important;
  background-image: url(https://stocksflare.com/assets/css/images/icon/right-icon.png) !important;
  background-repeat: no-repeat !important;
  left: 0 !important;
  width: 12px !important;
  height: 12px !important;
  opacity: 0 !important;
  transition: 0.3s !important;
}

.footer-section .footer-box li a:hover {
  color: #03aac7 !important;
  padding-left: 35px !important;
}

.footer-section .footer-box li a:hover::before {
  left: 15px !important;
  opacity: 1 !important;
}

.footer-section .footer-box form input {
  margin-bottom: 22px !important;
  border-radius: 30px !important;
  border-color: #B0BAF1 !important;
}

.footer-section .footer-box form button {
  width: 100% !important;
  box-shadow: 0px 20px 20px rgba(26, 77, 190, 0.2) !important;
  margin-bottom: 20px !important;
}

.footer-section .footer-box form button:hover {
  box-shadow: none !important;
}

.footer-section .footer-bottom {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  border-top: 1px solid #B0BAF1 !important;
  padding: 30px 0 !important;
}

.footer-section .footer-bottom .left a {
  color: #03aac7 !important;
}

.footer-section .footer-bottom .right .cus-bor {
  border-right: 1px solid #B0BAF1 !important;
  line-height: 20px !important;
  margin-right: 15px !important;
  padding-right: 15px !important;
}

.footer-section .footer-bottom .right a {
  color: #03aac7 !important;
}

@media (max-width: 1799px) {
  .footer-section .img-area .right {
    right: 0 !important;
  }

  .footer-section .img-area img {
    width: 10% !important;
  }
}

@media (max-width: 1599px) {
  .footer-section .img-area {
    display: none !important;
  }

  .banner-section.product .overlay {
    background-size: 30% !important;
  }

  .banner-section.educations-loan .overlay {
    background-position: right 70px bottom !important;
  }
}

@media (max-width: 1199px) {
  .footer-section .footer-box {
    margin-bottom: 40px !important;
  }

  .footer-section .cus-mar {
    margin-bottom: -50px !important;
  }
}

@media (max-width: 991px) {
  .footer-section {
    margin-top: 60px !important;
  }
}

@media (max-width: 767px) {
  .footer-section .footer-bottom {
    display: grid !important;
    justify-content: center !important;
    text-align: center !important;
  }

  .footer-section .footer-bottom .left {
    order: 1 !important;
    margin-top: 15px !important;
  }

  .footer-section .footer-box .social-link {
    margin-top: 15px !important;
  }
}

@media (max-width: 575px) {
  .footer-section .footer-box li a::before {
    background-size: 85% !important;
  }

  .footer-section .footer-box li a:hover {
    padding-left: 25px !important;
  }

  .footer-section .footer-box li a:hover::before {
    left: 10px !important;
  }

  .footer-section .footer-bottom .right .cus-bor {
    margin-right: 5px !important;
    padding-right: 10px !important;
  }
}

@media (max-width: 375px) {

  .footer-section .col-8,
  .footer-section .col-6 {
    width: 100% !important;
  }
}

/* cmn btn */
.cmn-btn {
  padding: 10px 30px 15px;
  font-weight: 500;
  text-align: center;
  background: #03aac7;
  color: #fff;
  border: 1px solid #03aac7;
  transition: 0.3s;
  border-radius: 50px;
}

.cmn-btn:hover {
  color: #fff;
  background: #03aac7;
  border: 1px solid #03aac7;
}

.cmn-btn.second {
  color: #0A1023;
  background: transparent;
  border: 1px solid #848894;
}

.cmn-btn.second:hover {
  color: var(--body-color);
  background: var(--hover-color);
  border: 1px solid var(--hover-color);
}

@keyframes run_obj {
  100% {
    right: 230%;
    opacity: 0;
  }

  80% {
    right: 200%;
    opacity: 1;
  }

  50% {
    right: 100%;
    opacity: 0.5;
  }

  0% {
    right: 10%;
    opacity: 0;
  }
}

@keyframes run_obj_alt {
  100% {
    left: 230%;
    opacity: 0;
  }

  80% {
    left: 200%;
    opacity: 1;
  }

  50% {
    left: 100%;
    opacity: 0.5;
  }

  0% {
    left: 10%;
    opacity: 0;
  }
}