/* follow us */
.footer-section-wrapper {
  /*background-image: url(../images/homepage/footer.png);
  background-position: unset;
  background-repeat: round;*/
  background: #0A0A17;
}
.follow-us {
  padding: 90px 0px;
}
.follow-us-content {
  width: 696px;
  margin: 0px auto;
}
.follow-us .follow-us-content h2 {
  text-align: center;
  padding-bottom: 30px;
  color: #ffffff;
  font-family: "Poppins";
  font-size: 44px;
  font-weight: 600;
  letter-spacing: -0.95px;
  line-height: 48px;
  text-align: center;
}
.follow-us .follow-us-content p {
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  font-family: "Poppins";
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
.follow-us .input-group {
  width: 490px;
  height: 50px;
  margin: 0px auto;
  margin-top: 44px;
  position: relative;
}
.follow-us .input-group input {
  height: 50px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.15px;
  padding-left: 19px;
  outline: 0 !important;
  box-shadow: none;
  border-color: #fff !important;
  width: 55%;
}
.follow-us .input-group-addon {
  background-color: #03a57b;
  border: 1px solid #03a57b;
  width: 200px;
  max-width: 200px;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 3.15px;
  height: 50px;
  outline: none;
}
.follow-us .success {
  background-color: #57a900;
  border: 1px solid #57a900;
  width: 200px;
  max-width: 200px;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 3.15px;
  height: 50px;
  border-radius: 0px 4px 4px 0px;
  outline: none;
  background-image: url("../images/check.svg");
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -9999em;
}
.follow-us .loading {
  background-color: #a98200;
  border: 1px solid #a98200;
  width: 200px;
  max-width: 200px;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 3.15px;
  height: 50px;
  border-radius: 0px 4px 4px 0px;
  outline: none;
  background-image: url("../images/rollingload.gif");
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -9999em;
}
/* #email-error{
    position: absolute;
    top: 55px;
    left: 0px;
} */
.footer-card {
  margin: 0px auto;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 85px 0px;
}
.footer-card h6 {
  /*color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 3.5px;
  line-height: 23px;
  text-transform: uppercase;*/
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 3.5px;
  color: #DEE4F4;
  margin-bottom: 31px;
}
.footer-card p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 24px;
}
.footer-card-desc ul li label {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  cursor: pointer;
}
.footer-card-desc ul li {
  margin-bottom: 18px;
}
.footer-card-desc ul li a {
  color: #ffffff;
  display: inline-block;
  vertical-align: top;
}
.footer-card-desc ul li .icon-link-width {
  width: 100%;
}

.footer-card-desc ul li a .label-width {
  width: 90%;
}
.footer-card-desc ul li a img {
  padding-right: 12px;
}
.tweets-container {
  height: 300px;
  overflow: auto;
}
.tweets-container::-webkit-scrollbar {
  display: none;
}
.timeline-Tweet:hover {
  background-color: transparent;
}

.footer-card-desc ul .logo-footer img {
  width: 150px;
}

/* follow bottom */
.follow-bottom {
  padding: 27px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.follow-bottom p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
  line-height: 30px;
  text-align: center;
}
.follow-bottom p a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
  line-height: 30px;
}
.follow-bottom-service {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
@media screen and (max-width: 1200px) {
  .send-btn {
    left: 50%;
  }
}

@media screen and (max-width: 991px) {
  .follow-us {
    padding: 60px 0px;
    width: 100% !important;
  }
  .follow-bottom-icon ul li p {
    padding-left: 264px;
  }
  .follow-us .input-group {
    width: 400px;
    height: 50px;
    margin: 0px auto;
    margin-top: 20px;
  }
  .follow-us .input-group-addon {
    width: 160px;
  }
  .follow-us .success {
    width: 160px;
  }
  .follow-us .loading {
    width: 160px;
  }
}

@media screen and (max-width: 767px) {
  .follow-us {
    padding: 30px 15px;
    width: 100% !important;
  }
  .follow-bottom-icon ul {
    list-style: none;
  }
  .follow-bottom-icon ul li p {
    padding-left: 34px;
  }
  .follow-us .follow-us-content p {
    font-size: 14px;
    line-height: 26px;
  }
  .follow-us .follow-us-content h2 {
    font-size: 32px;
  }
  .follow-us-content {
    width: 100%;
  }
  .follow-us .input-group {
    width: 42% !important;
    height: 50px;
    margin-top: 20px;
  }
  .follow-bottom-icon ul li span {
    padding-left: 0px;
  }
  .follow-bottom-icon ul li p {
    padding-left: 10px;
  }
  .footer-card-desc {
    /*margin: 60px 0px;*/
    margin: 20px 0px;
  }
  .footer-card {
    padding: 30px 15px;
  }
  .follow-us .input-group-addon {
    width: 116px;
  }
  .follow-us .success {
    width: 108px;
  }
  .follow-us .loading {
    width: 108px;
  }
  .follow-bottom-icon {
    padding: 0px;
    letter-spacing: 1.15px;
  }
  .footer-card-desc ul li .icon-link-width {
    width: 100%;
  }
  .footer-card-desc ul li a img {
    padding-right: 10px;
  }
  .footer-card-desc ul li label {
    width: 100%;
  }
  .footer-card-desc ul li a .label-width {
    width: 80%;
  }
}
@media screen and (max-width: 414px) {
  .follow-us .input-group {
    width: 90% !important;
  }
}
