.bg-ddf1ff {
  background-color: #ddf1ff;
}

#footer-top {
  background: url("https://cdn.creativemarketingincentives.biz/thankyou/images/bg-footer.png") no-repeat top center / cover;
}

#footer-top ul li a {
  position: relative;
  transition: all ease-in-out 0.5s;
  text-decoration: none;
}
#footer-top ul li a:hover{
  color: #0094ff !important;

}
#footer-top ul li a:before {
  content: "";
  width: 0;
  right: 0;
  height: 1px;
  transition: all ease-in-out 0.5s;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: -7px;
  margin: 0 auto;
  left: 0;
  background: #ddf1ff;
}
#footer-top ul li a:hover:before {
  width: 100%;
  opacity: 1;
  visibility: visible;
}
.foot-logo img {
  margin-left: -10px;
}
.f-size16 {
  font-size: 16px;
  line-height: 21px;
}
.mobile {
  background: url("https://cdn.creativemarketingincentives.biz/thankyou/images/call.png") no-repeat left center;
}
.mail {
  background: url("https://cdn.creativemarketingincentives.biz/thankyou/images/mail.png") no-repeat left center;
}
.footer-title {
  background: url("https://cdn.creativemarketingincentives.biz/thankyou/images/headingbg.png") no-repeat left bottom;
}
.f-bold {
  font-family: "Social_Gothic_Bold", sans-serif;
}
.timer {
  background: url("https://cdn.creativemarketingincentives.biz/thankyou/images/timer.png") no-repeat left center;
}
.footer-bottom ul li a {
  position: relative;
}
.footer-bottom ul li a:before {
  content: "";
  width: 0;
  right: 0;
  height: 1px;
  transition: all ease-in-out 0.5s;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: -7px;
  margin: 0 auto;
  left: 0;
  background: #004c83;
}
.footer-bottom ul li a:hover:before {
  width: 100%;
  opacity: 1;
  visibility: visible;
}

@media screen and (min-width: 768px) and (max-width: 965px) {
  #footer-top .row > div:nth-child(2) {
    max-width: 25%;
  }
  #footer-top .row > div:first-child {
    min-width: 40% !important;
  }
}

@media screen and (max-width: 768px) {
  #footer-top {
    border-radius: 50px 50px 0 0;
    background: url(https://cdn.creativemarketingincentives.biz/thankyou/images/foot-bg-mobile.png) no-repeat top center / cover !important;
  }
  #footer-top .container {
    padding: 0 40px;
  }
  section#footer-top .row {
    gap: 35px !important;
  }
  .footer-bottom .row > div ul {
    padding: 0 !important;
  }
  .footer-bottom .row,
  .footer-bottom .row > div {
    text-align: center !important;
    align-items: center !important;
    justify-content: center !important;
  }
}
