.footer {
  display: none;
}

.paymentsBy {
  position: relative;
  padding: 20px 18px 18px;
  margin-top: 45px;
  border: 1.17667px solid #E4E5E6;
  border-radius: 8px;
}

.stripeHead {
  position: absolute;
  left: 0;
  top: -17px;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

footer .paymentsBy img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}



footer .stripeHead img {
  max-width: 50px;
  width: 100%;
  height: 18px;
  margin: 0;
  background: #0f3870;
  padding-right: 5px;
}

a.foot-logo svg path {
  /* fill: #fff; */
}

footer .stripeHead p {
  font-weight: 500;
  font-size: 16.4734px;
  line-height: 33px;
  color: #fff;
  background: #0f3870;
  padding: 0 5px;
  margin: 0;
}

.payment img {
  padding-left: 20px;
  min-height: 61px;
}

.payment img:first-child {
  padding-left: 0;
}

.main-payment {
  display: flex;
  justify-content: space-around;
  padding-top: 50px;
}

footer.aj_footer {
  padding: 40px 0 40px 0;
  background-color: #00387E;
  display: inline-block;
  /* margin-top: 30px; */
  width: 100%;
}

footer .foot-logo {
  width: max-content;
}

.btn-wrapper {
  display: contents;
}

.main_dropdown {
  display: flex;
  align-items: center;
  width: fit-content;
  margin: 0 auto;
}

button.aj_btns {
  background-color: #fff;
  border-color: none;
  color: #0f3870;
  font-weight: 600;
  padding: 12px 10px;
}

button.aj_btns:hover {
  color: #0f3870;
  background-color: #fff;
  border-color: none;
  font-weight: 600;
}

.foot_logoo {
  flex-basis: 40%;
}

.aj_firstbtn {
  flex-basis: 40%;
}

.dropdown-menu.aj_show.show {
  left: -50px;
}

button.one,
button.two {
  background-color: #fff;
  outline: none;
  border: 2px solid #fff;
  padding: 3px 20px;
  border-radius: 10px;
}

.inner-foot {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 90px
}

.inner-foot .col-head {
  color: #fff;
  font-size: 18px;
  line-height: 23px;
  padding-bottom: 20px;
  margin: 0;
}

.service-inner {
  display: flex;
}

.service-left {
  margin-right: 30px;
}

.foot-column {
  width: 33%;
}

.foot-column ul {
  list-style: none;
  padding-left: 0;
  width: 100%
}

.foot-column li a {
  display: inline-block !important;
  color: #fff !important;
  padding-bottom: 10px !important;
  font-size: 16px !important;
  line-height: 30px !important;
  text-transform: inherit !important;
}

.foot2 {
  width: 100%;
  background-color: #00387E;
  padding: 20px 0;
  float: left;
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, .25)
}

.foot-column ul li a {
  position: relative;
}
.foot-column ul li a:hover{
  text-decoration: underline;
}

/* .foot-column ul li a:after {
content: '';
width: 0;
height: 1px;
position: absolute;
bottom: 5px;
left: 0;
right: 0;
background: #fff;
border-radius: 15px;
transition: width .2s;
}
.foot-column ul li a:hover:after {
width: 100%;
transition: width .2s;
} */
.foot2 ul {
  display: flex;
  list-style: none
}

.footWraper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center
}

p.copyright {
  font-size: 20px;
  line-height: 23px;
  color: #fff;
  margin: 0;
}

.footLinks ul li a {
  color: #fff;
  font-size: 20px;
  line-height: 23px;
  font-family: GT-Walsheim-Pro-Condensed-Regular
}

.footLinks ul li {
  margin-right: 25px
}

.footLinks ul li:last-child {
  margin-right: 0
}

.social-icons {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.social-icons a {
  display: block;
  margin-right: 20px
}


.social-icons a:last-child {

  margin-right: 0
}

.footer p {
  text-align: left !important;
}

.footer ul li {
  display: block !important;
  padding: 0 !important;
  vertical-align: middle !important;
}

.stripeHead span {
  display: block;
  color: #fff;
  background-color: #0f3870;
  padding: 0 5px 0 0px;
}
.foot-column li a img {
  margin-right: 8px;
}
p.descTextFoot {
  margin: 20px 0 0;
  color: #fff;
}
@media (max-width: 992px) {
  .inner-foot {
    padding-top: 50px;
    flex-wrap: wrap;
  }

  .foot-column {
    width: 50%;
    padding-bottom: 30px;
  }

  .footLinks ul li a,
  p.copyright {
    font-size: 15px;
    line-height: 20px
  }

  .inner-foot .col-head {
    text-align: left;
  }

  .foot-column ul {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .inner-foot .col-head {
    letter-spacing: unset
  }

  .footWraper {
    flex-direction: column
  }

  .footLinks ul li {
    margin-right: 0
  }

  .foot2 ul {
    flex-direction: column;
    align-items: center
  }

  .main_dropdown {
    flex-direction: column;
  }

  .main_dropdown .dropdown {
    margin-top: 30px;
  }

  .footLinks ul li a,
  p.copyright {
    font-size: 16px;
    line-height: 18px;
    padding-bottom: 10px;
    display: block
  }

  .main-payment {
    flex-direction: column;
    align-items: center;
    padding-top: 0;
  }

  .payment {
    margin-bottom: 15px;
  }
}

@media (max-width: 575px) {
  .foot_logoo svg{
    height: 45px;
  }
  .inner-foot {
    flex-direction: column
  }

  .foot-column {
    margin: 0 auto;
  }

  footer.aj_footer {
    padding: 30px 0 40px 0;

  }
p.descTextFoot {
 
    font-size: 13px;
    font-weight: 450;

}
.foot-column li a {
  display: flex !important;
  color: #fff !important;
  padding-bottom: 10px !important;
  font-size: 14px !important;
  line-height: 28px !important;
  text-transform: inherit !important;
}
  .foot-column {
    width: 80%;
  }

  .payment:first-child {
    padding-left: s 0;
  }

  .payment {
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    align-items: center;
    justify-content: center;
  }

  .payment img {
    padding-left: 0;
    min-height: auto;
    display: block;
  }

}
.specialOfferSec {
  height: 53px;
  width: 100%;
  background: linear-gradient(108.38deg, #287AED 5.03%, #FFB948 40.4%, #FF6F23 66.66%, #FF3B09 96.45%);
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 11;
  opacity: .9;
}

.specialOfferWrapper {
  display: flex;
  gap: 11px;
  transform: translateY(-5px);
  justify-content: center;
  align-items: center
}

.offerMsgWrapper {
  display: flex;
  align-items: center;
  gap: 15px;
  transform: translateY(5px)
}

.offerMsgWrapper p {
  font-size: 23px;
  line-height: 29.09px;
  letter-spacing: -.02em;
  color: #fff;
  animation: blink 1s ease infinite;
  transition: all ease;
  margin-bottom: 0;
  font-weight:500;
}

.offerMsgWrapper a {
  font-size: 16px;
  font-weight: 500;
  font-family: Circular-Medium;
  line-height: 20.24px;
  color: #fff;
  text-decoration: underline
}

.offerMsgWrapper a:hover {
  text-decoration: none
}

.offerGift {
  position: absolute;
  left: 211px
}

.offerVoucher {
  position: absolute;
  right: 203px
}
.specialOfferWrapper img {
  margin-top: -5px;
  width: 333px;
  height: 100%;
}

@media (max-width: 1366px) {
  .specialOfferSec {
    background-position: unset;
  }
  
}
@media (max-width: 575px) {
  .specialOfferWrapper img {
      width: 56%
  }
  .specialOfferSec {
    background-position: center;
  }

  .offerMsgWrapper,
  .specialOfferWrapper {
      transform: translate(0)
  }

  .offerMsgWrapper {
      flex-direction: column-reverse;
      gap: 0;
      align-items: flex-start;
      padding-top: 6px;
  }

  .offerMsgWrapper p {
      font-size: 14px;
      line-height: 150%
  }

  .offerMsgWrapper a {
      font-size: 14px
  }

  .offerGift,
  .offerVoucher {
      display: none
  }
}