.footer-main-pad {
  padding: 0 200px;
}

.footer-section {
  background-color: #222222;
  padding: 50px 0 !important;
}

.footer {
  color: #fff;
}

.footer h1 {
  font-size: 32px;
}

.footer h4 {
  font-size: 25px;
}

.footer h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
}

.footer h3 span {
  font-size: 16px;
  font-weight: bold;
}

.footer li span {
  margin-right: 20px;
  width: 15px;
}

.footer li {
  list-style: none;
  display: flex;
}

.feedback-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.feedback-btn a {
  text-decoration: none;
}

.btn-1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #2E3094;
  font-weight: bold;
  font-size: 24px;
  border: none;
  width: 400px;
  color: #fff;
  height: 70px;
  border-radius: 5px;
  margin: 20px 0;
  transition: 0.3s;
  text-align: center;
}

.btn-1:hover {
  background-color: #ffffff;
  color: #000000;
}

.gst-pos {
  position: relative;
}

.gst-pos p span {
  font-weight: bold;
}

.gst-pos h3 {
  position: absolute;
  bottom: 0;
}

.footer-title {
  margin-left: 30px;
}

.footer-title p {
  margin: 20px 0;
}

@media (max-width: 1600px) {
  .footer-main-pad {
    padding: 0 150px;
  }
  .btn-0 {
    width: 150px;
    height: 40px;
    font-size: 14px;
  }
  .nav-item .nav-link {
    font-size: 15px;
  }
  .btn-1 {
    width: 300px;
    height: 50px;
    font-size: 18px;
  }
  .footer li {
    font-size: 15px;
  }
  .footer i {
    font-size: 18px;
  }
  .footer h1 {
    font-size: 30px;
  }
  .footer h4 {
    font-size: 24px;
  }
  .footer h3 {
    font-size: 18px;
  }
  .footer h3 span {
    font-size: 14px;
  }
  .gst-pos p span {
    font-size: 15px;
  }
}
@media (max-width: 1299px) {
  .footer-main-pad {
    padding: 0 100px;
  }
}
@media (max-width: 999px) {
  .footer-main-pad {
    padding: 0 50px;
  }
  .btn-1 {
    width: 200px;
    height: 40px;
    font-size: 15px;
  }
  .footer h4 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .gst-pos h3 {
    padding-left: 35px;
  }
  .feedback-col {
    padding-left: 40px;
  }
  .footer-main-pad {
    padding: 0 20px;
  }
  .footer ul {
    padding-left: 0 !important;
  }
}
@media (max-width: 768px) {
  .gst-pos h3 {
    position: initial !important;
  }
  .feedback-btn {
    display: initial;
  }
}
@media (max-width: 767px) {
  .feedback-btn {
    display: initial;
  }
  .gst-pos h3 {
    padding-left: 35px;
  }
  .footer-main-pad {
    padding: 0 20px;
  }
  .footer ul {
    padding-left: 0 !important;
  }
  .footer h4 {
    font-size: 18px;
  }
  .footer li {
    font-size: 13px;
  }
  .footer h3 span {
    font-size: 12px;
  }
  .footer h3 {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
  }
  .gst-pos p span {
    font-size: 13px;
  }
  .btn-1 {
    width: 165px;
    height: 40px;
    font-size: 13px;
  }
  .footer h1 {
    font-size: 22px;
  }
  .footer-title br {
    display: none;
  }
  .feedback-col br {
    display: none;
  }
  .navbar-brand img {
    width: 130px;
    padding-left: 0px;
  }
}
