/* footer */
.footer-wrapper {
  background: #003366;
  padding: 64px 64px 0px 64px;
}

.footer-content {
  position: relative;
}

.footer-content h5 {
  font-family: "Helvetica-Neue", Arial, sans-serif;
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.25px;
  color: #FFFFFF;
}

.footer-content ul li {
  padding: 4px 0px;
}

.footer-content ul li a {
  font-family: "Helvetica-Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-decoration-line: underline;
  color: #FFFFFF;
  margin-bottom: 8px;
}

.website {
  margin-bottom: 8px;
  font-family: "Helvetica-Neue", Arial, sans-serif;
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: white;
  text-decoration-line: underline;
}

.phone-number {
  color: #FFFFFF;
  margin: 8px 0px;
}

.timings {
  font-size: 14px;
  letter-spacing: 0.25px;
  color: #FFFFFF;
  margin-bottom: 32px;
}

.footrelink {
  display: block;
  text-decoration: underline;
  font-family: "Helvetica-Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-decoration-line: underline;
  color: #FFFFFF;
  margin-bottom: 8px;
}

.social-ricons a {
  display: inline-block;
  margin-right: 24px;
  cursor: pointer;
}

.payment-cards {
  margin-top: 32px;
}

.payment-cards a {
  display: inline-block;
  margin-right: 24px;
  margin-bottom: 32px;
  cursor: auto;
}

.shield a {
  display: inline-block;
  margin-right: 27px;
  cursor: auto;
}

.footre-description {
  margin-top: 65px;
  font-weight: 400;
  font-size: 14px;
  font-family: "Helvetica-Neue", Arial, sans-serif;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
}

.footer-logo {
  position: absolute;
}

.contact-box {
  position: relative;
  left: 100px;
}

.contact-box a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

.link-box {
  position: relative;
  left: 116px;
}

.link-box-two {
  position: relative;
  left: 95px;
}

.social-payment-shield {
  position: relative;
  left: 64px;
}

.togglearrow {
  cursor: pointer;
}

.showul-style {
  display: none;
}

.show-ul-in-mobile {
  display: none;
}

.show-ul-in-web {
  display: block;
}

.show-ul-toggle-mobile {
  display: block;
}

.show-ul-in-arrow {
  display: block;
}

.toggler-image {
  display: none;
}

.mobilefootre-image {
  display: none;
}

.mobiletaglinefootre {
  display: none;
}

@media only screen and (max-width: 992px) {
  .footer-wrapper {
    padding: 20px 20px;
  }

  .footer-logo {
    text-align: right;
  }

  .contact-box {
    left: 0px;
  }

  .link-box {
    left: 0px;
  }

  .link-box-two {
    left: 0px;
  }

  .social-payment-shield {
    left: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-wrapper {
    padding: 20px 20px;
  }

  .footer-logo {
    text-align: right;
  }

  .contact-box {
    left: 0px;
    margin-bottom: 35px;
  }

  .link-box {
    left: 0px;
  }

  .link-box-two {
    left: 0px;
  }

  .social-payment-shield {
    left: 0px;
    margin-top: 35px;
  }

  .show-ul-in-arrow {
    display: block;
    float: right;
    margin-top: 8px;
  }

  .toggler-image {
    display: block;
    position: absolute;
    right: 12px;
    top: auto;
  }

  .show-ul-in-mobile {
    padding: 20px 10px;
    width: 100%;
    position: absolute;
    top: -5px;
    left: 0px;
  }

  .show-ul-toggle-mobile {
    display: none;
  }

  .showul-style {
    display: block;
    border-top: 1px solid #ffffff3b;
    border-bottom: 1px solid #ffffff38;
    padding: 12px 10px;
    margin-bottom: 0px !important;
  }

  .hideshow {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .togglearrow {
    height: 40px !important;
    width: 100% !important;
    top: -38px !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .mobilefootre-image {
    display: block;
    margin-left: 16px;
    margin-right: 10px;
    width: 8%;
  }

  .mobiletaglinefootre {
    color: white;
    font-size: 12px;
    display: block;
  }

  .fixed-newsletter-wrap {
    border-radius: 0px 0px 0px 0px !important;
  }

  .footre-description {
    position: relative;
    top: -20px;
  }

  .mobilennewsletter {
    display: none;
  }

  .payment-cards {
    max-width: 300px;
  }

  .payment-cards h5 {
    margin-bottom: 16px;
  }

  .arrow-footer-direction {
    transform: rotate(180deg);
    transition: all 0.4s;
  }
}
