* {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

/** Bootstrap navbar fix (https://git.io/fADqW) */
/* Theme colors */
@media screen and (max-width: 1600px) {
  .container {
    max-width: 1400px;
  }
}
@media screen and (max-width: 1400px) {
  .container {
    max-width: 1300px;
  }
}
@media screen and (max-width: 1200px) {
  .container {
    max-width: 70%;
  }
}
@media screen and (max-width: 9992px) {
  .container {
    max-width: 80%;
  }
}
@media screen and (max-width: 475px) {
  .container {
    max-width: 100%;
    padding: 0 25px;
  }
}

body {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #0A0A0A;
}
body img {
  display: initial;
}
body .img-fluid {
  max-width: 100%;
  height: auto;
}
body ul {
  padding: 0;
  margin: 0;
}
body li {
  list-style: none;
}
body a {
  padding: 2px;
}
body a:hover {
  text-decoration: none !important;
}
body p {
  margin-bottom: 0;
}
body .text-1 {
  font-size: calc(56px + 16 * (100vw - 320px) / 1600);
  line-height: calc(64px + 8 * (100vw - 320px) / 1600);
  font-weight: 600;
}
body .text-2 {
  font-size: calc(40px + 16 * (100vw - 320px) / 1600);
  line-height: calc(48px + 16 * (100vw - 320px) / 1600);
  font-weight: 700;
}
body .text-3 {
  font-size: calc(24px + 16 * (100vw - 320px) / 1600);
  line-height: calc(32px + 16 * (100vw - 320px) / 1600);
  font-weight: 700;
}
body .text-4 {
  font-size: 27px;
  font-weight: 700;
  line-height: 33px;
}
body .text-5 {
  font-size: 24px;
  font-weight: 400;
  line-height: 33px;
}
body .text-6 {
  font-size: 30px;
  font-weight: 700;
  line-height: 52px;
}
body .sub-text-1 {
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
}
body .sub-text-2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}
body .sub-text-3 {
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
}
body .sub-text-4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
}
body .sub-text-5 {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
body .sub-text-6 {
  font-size: 32px;
  font-weight: 700;
  line-height: 52px;
}
body a {
  font-weight: 500;
  font-size: 18px;
  line-height: 33px;
  text-decoration: none;
}
body .link-text {
  font-size: 24px;
  font-weight: 600;
  line-height: 40px;
}
body .yellow-text {
  color: #FFCA4D;
}
body .blue-text {
  color: #017A9F;
}
body .primary-button {
  padding: 16px 24px;
  background: #0A0A0A;
  color: #FFFFFF;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  border: 2px solid #0A0A0A;
}
body .primary-button:hover {
  color: #FFFFFF;
  box-shadow: 4px 6px 0px #01D8AA;
}
body .secondary-button {
  padding: 16px 24px;
  background: white;
  color: #0A0A0A;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  border: 2px solid #0A0A0A;
}
body .secondary-button:hover {
  box-shadow: 4px 6px 0px #01D8AA;
}
body .transparent-button {
  color: #0A0A0A;
  text-decoration: underline;
}
body .white-button {
  color: #0A0A0A;
  background: #fff;
  border: 1px solid #0A0A0A;
}
body .white-button:hover {
  color: #0A0A0A;
  box-shadow: 4px 6px 0px #01D8AA;
}
body .red {
  color: #E53E5C;
}
body .green {
  color: #01D8AA;
}
body .button-underline {
  color: #017A9F;
  text-decoration: underline;
}
body .button-underline:hover {
  color: #017A9F;
  text-decoration: underline !important;
}
@media screen and (max-width: 768px) {
  body br {
    display: none;
  }
}
body .text-right {
  text-align: right !important;
}
body .header {
  padding: 19px 0 24px 0;
  border-bottom: 1px solid #0A0A0A;
}
body .header .header-row {
  align-items: center;
  justify-content: center;
}
body .header .header-row .navbar-brand {
  cursor: default;
}
body .header .header-row .primary-button {
  background: #01D8AA;
  color: #0A0A0A;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  border: 2px solid #0a0a0a;
  padding: 16px 24px;
}
body .header .header-row .primary-button:hover {
  box-shadow: 4px 6px 0px #0A0A0A;
}
@media screen and (max-width: 375px) {
  body .header .header-row .primary-button {
    padding: 8px 15px;
    display: inline-grid;
    font-size: 16px;
  }
}
body .banner {
  padding: 168px 0 260px;
  background: #017A9F;
}
@media screen and (max-width: 576px) {
  body .banner {
    padding: 160px 0 150px;
  }
}
@media screen and (max-width: 375px) {
  body .banner {
    padding: 120px 0 60px;
  }
}
body .banner .banner-inner {
  color: #FFFFFF;
}
body .banner .banner-inner .text-2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 47px;
}
@media screen and (max-width: 375px) {
  body .banner .banner-inner .text-2 {
    font-size: 20px;
  }
}
body .banner .banner-inner .text-1 {
  margin-top: 1rem;
  font-size: calc(50px + 22 * (100vw - 320px) / 1600);
  line-height: calc(64px + 16 * (100vw - 320px) / 1600);
  letter-spacing: 0;
}
@media screen and (max-width: 375px) {
  body .banner .banner-inner .text-1 {
    font-size: 40px;
    line-height: 43px;
  }
}
body .section-1 {
  padding-bottom: 98px;
  margin-top: -176px;
}
@media screen and (max-width: 375px) {
  body .section-1 {
    padding-bottom: 65px;
    margin-top: -130px;
  }
}
@media screen and (max-width: 375px) {
  body .section-1 .section-inner img {
    width: 85%;
  }
}
body .section-1 .section-inner .text-4 {
  margin-top: 48px;
  margin-bottom: 36px;
  color: #5F666D;
}
@media screen and (max-width: 375px) {
  body .section-1 .section-inner .text-4 {
    margin-top: 30px;
    margin-bottom: 15px;
    color: #5F666D;
    font-size: 20px;
  }
}
body .section-1 .section-inner .text-4 img {
  margin-left: 1rem;
}
@media screen and (max-width: 375px) {
  body .section-1 .section-inner .text-4 img {
    margin-left: 0.5rem;
    width: 24px;
  }
}
body .section-1 .section-inner .text-2 {
  max-width: 1004px;
  margin: 0 auto;
}
@media screen and (max-width: 375px) {
  body .section-1 .section-inner .text-2 {
    font-size: 24px;
    line-height: 34px;
    padding: 0 15px;
  }
}
body .section-1 .section-inner .btn-wrap {
  margin-top: 60px;
}
@media screen and (max-width: 375px) {
  body .section-1 .section-inner .btn-wrap {
    margin-top: 40px;
  }
}
body .solution-section {
  background: #F3F9FF;
  padding: 96px 0 108px 0;
}
@media screen and (max-width: 375px) {
  body .solution-section {
    padding: 50px 0 75px 0;
  }
}
body .solution-section .text-3 span {
  color: #017A9F;
}
body .solution-section .link-text {
  font-weight: 400;
  margin: 16px 0 36px 0;
}
@media screen and (max-width: 768px) {
  body .solution-section .link-text {
    margin: 16px 0;
  }
}
@media screen and (max-width: 375px) {
  body .solution-section .link-text {
    font-size: 20px;
    line-height: 32px;
  }
}
body .solution-section .sub-text-4 {
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  body .solution-section .sub-text-4 {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 375px) {
  body .solution-section .sub-text-4 {
    font-size: 16px;
    line-height: 25px;
  }
}
body .credee-sections {
  padding: 92px 0;
}
@media screen and (max-width: 768px) {
  body .credee-sections {
    padding: 95px 0;
  }
}
@media screen and (max-width: 375px) {
  body .credee-sections {
    padding: 50px 0;
  }
}
body .credee-sections.section-2 {
  background: #FFCA4D;
}
body .credee-sections.section-4 {
  background: #017A9F;
  color: #FFFFFF;
}
body .credee-sections.section-5 {
  background: #01D8AA;
  color: #0A0A0A;
}
body .credee-sections .sections-wrapper {
  align-items: center;
}
body .credee-sections .sections-wrapper .sections-left {
  padding-right: 65px;
}
@media screen and (max-width: 768px) {
  body .credee-sections .sections-wrapper .sections-right {
    margin-top: 3rem;
  }
}
body .credee-sections .sections-wrapper .sections-right .section-content .text-2 {
  margin-bottom: 24px;
}
@media screen and (max-width: 375px) {
  body .credee-sections .sections-wrapper .sections-right .section-content .text-2 {
    font-size: 35px;
  }
}
body .credee-sections .sections-wrapper .sections-right .section-content .link-text {
  font-weight: 400;
  padding-right: 100px;
}
@media screen and (max-width: 992px) {
  body .credee-sections .sections-wrapper .sections-right .section-content .link-text {
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  body .credee-sections .sections-wrapper .sections-right .section-content .link-text {
    padding-right: 0px;
  }
}
@media screen and (max-width: 375px) {
  body .credee-sections .sections-wrapper .sections-right .section-content .link-text {
    font-size: 18px;
    line-height: 30px;
  }
}
body .credee-sections .sections-wrapper .sections-right .section-content .btn-wrap {
  margin-top: 40px;
}
body .join-section {
  background: #F3F5F6;
  padding: 52px 0;
}
@media screen and (max-width: 375px) {
  body .join-section {
    padding: 35px 0;
    width: calc(100% - 50px);
    margin: 0 auto;
    border-radius: 20px;
  }
}
@media screen and (max-width: 768px) {
  body .join-section .left-side {
    text-align: center;
  }
}
@media screen and (max-width: 375px) {
  body .join-section .left-side .link-text {
    line-height: 32px;
  }
}
body .join-section .right-side {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  body .join-section .right-side {
    margin-top: 35px;
  }
}
body .join-section .right-side .btn-wrap {
  display: inline-grid;
  text-align: center;
}
@media screen and (max-width: 375px) {
  body .join-section .right-side .btn-wrap .primary-button {
    padding: 11px 15px;
    font-size: 14px;
  }
}
body .business {
  background: #FFCA4D;
  padding: 106px 0 100px 0;
}
@media screen and (max-width: 768px) {
  body .business {
    padding: 80px 0;
  }
}
@media screen and (max-width: 375px) {
  body .business {
    padding: 50px 0;
  }
}
body .business .business-content .business-title {
  margin-bottom: 68px;
}
@media screen and (max-width: 375px) {
  body .business .business-content .business-title {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 375px) {
  body .business .business-content .business-title .text-2 {
    font-size: 32px;
    line-height: 44px;
  }
}
body .business .business-content a {
  padding: 0;
  display: inline-block;
}
body .business .business-content a .business-img {
  border: 3px solid #0A0A0A;
  background: #FFFFFF;
  text-align: center;
  border-radius: 15px;
  padding: 55px 38px 50px 22px;
  box-shadow: 16px 16px 0px #0A0A0A;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 375px) {
  body .business .business-content a .business-img {
    box-shadow: 8px 8px 0px #0A0A0A;
    padding: 10px;
  }
}
body .business .business-content a .business-img:hover {
  box-shadow: 16px 16px 0px #01D8AA;
}
@media screen and (max-width: 375px) {
  body .business .business-content a .business-img:hover {
    box-shadow: 8px 8px 0px #01D8AA;
  }
}
body .business .business-content .btn-wrap {
  margin-top: 32px;
}
body .business .business-content .btn-wrap .primary-button {
  background: #FFFFFF;
  padding: 12px 24px;
  color: #0A0A0A;
}
body .business .business-content .business-left .text-2 {
  margin-bottom: 78px;
}
body .business .business-content .business-left .left-content {
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  body .business .business-content .business-left .left-content {
    margin-top: 50px;
  }
}
body .business .business-content .business-left .left-content .sub-text-1 {
  margin-top: 1rem;
  padding-right: 185px;
}
@media screen and (max-width: 992px) {
  body .business .business-content .business-left .left-content .sub-text-1 {
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  body .business .business-content .business-right {
    padding-left: 15px;
    margin-top: 3rem;
  }
}
body .business .business-content .business-right .right-content {
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  body .business .business-content .business-right .right-content {
    margin-top: 50px;
  }
}
body .business .business-content .business-right .right-content .sub-text-1 {
  margin-top: 1rem;
  padding-right: 185px;
}
@media screen and (max-width: 992px) {
  body .business .business-content .business-right .right-content .sub-text-1 {
    padding-right: 0;
  }
}
body .testimonial {
  padding: 90px 0;
}
@media screen and (max-width: 375px) {
  body .testimonial {
    padding-top: 70px;
    padding-bottom: 0px;
  }
}
body .testimonial .box {
  display: flex !important;
  align-items: center;
}
@media screen and (max-width: 768px) {
  body .testimonial .box {
    flex-wrap: wrap;
  }
}
body .testimonial .testimonial-left {
  width: 70%;
  margin-right: 40px;
}
@media screen and (max-width: 992px) {
  body .testimonial .testimonial-left {
    width: 100%;
    margin-right: 0px;
    text-align: center;
  }
}
body .testimonial .testimonial-left .left-inner {
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 344px;
}
@media screen and (max-width: 1400px) {
  body .testimonial .testimonial-left .left-inner {
    min-height: 370px;
  }
}
@media screen and (max-width: 992px) {
  body .testimonial .testimonial-left .left-inner {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 992px) {
  body .testimonial .testimonial-left .left-inner {
    min-height: auto;
  }
}
body .testimonial .testimonial-left .left-inner .text-2 {
  margin-bottom: 32px;
}
@media screen and (max-width: 375px) {
  body .testimonial .testimonial-left .left-inner .text-2 {
    font-size: 35px;
    line-height: 45px;
  }
}
body .testimonial .testimonial-left .left-inner .text-5 {
  margin-bottom: 20px;
}
@media screen and (max-width: 375px) {
  body .testimonial .testimonial-left .left-inner .text-5 {
    font-size: 18px;
    line-height: 28px;
  }
}
body .testimonial .testimonial-left .left-inner .text-5 .heart {
  color: #C52020;
}
body .testimonial .testimonial-right {
  text-align: end;
}
@media screen and (max-width: 992px) {
  body .testimonial .testimonial-right {
    display: none;
  }
}
body .testimonial .slide-icon {
  position: absolute;
  bottom: 0px;
}
body .testimonial .carousel-control-next {
  left: 50px;
}
@media screen and (max-width: 992px) {
  body .testimonial .carousel-control-next {
    left: calc(50% + 0px);
  }
}
@media screen and (max-width: 992px) {
  body .testimonial .carousel-control-prev {
    left: calc(50% - 45px);
  }
}
body .testimonial .carousel-control-next-icon {
  position: absolute;
  bottom: 80px;
  left: 0;
}
body .testimonial .carousel-control-next-icon:after {
  content: "\f061";
  font-family: Font Awesome\ 6 Free;
  font-weight: 600;
  color: #0a0a0a;
  font-size: 20px;
}
@media screen and (max-width: 1200px) {
  body .testimonial .carousel-control-next-icon {
    bottom: 0px;
  }
}
body .testimonial .carousel-control-prev-icon {
  position: absolute;
  bottom: 80px;
  left: 0;
}
body .testimonial .carousel-control-prev-icon:after {
  content: "\f060";
  font-family: Font Awesome\ 6 Free;
  font-weight: 600;
  color: #0a0a0a;
  font-size: 20px;
}
@media screen and (max-width: 1200px) {
  body .testimonial .carousel-control-prev-icon {
    bottom: 0px;
  }
}
body .global-section {
  padding: 95px 0 158px 0;
}
@media screen and (max-width: 992px) {
  body .global-section {
    padding: 0px 0 85px 0;
  }
}
@media screen and (max-width: 375px) {
  body .global-section {
    padding: 50px 0 50px 0;
    border-top: 1px solid #e9e9e9;
  }
}
body .global-section .title {
  color: #5F666D;
  font-weight: 700;
}
@media screen and (max-width: 375px) {
  body .global-section .title {
    font-size: 16px;
  }
}
body .global-section .text-2 {
  padding: 1rem 0 1.5rem 0;
}
@media screen and (max-width: 375px) {
  body .global-section .text-2 {
    padding: 10px 0 10px 0;
    font-size: 24px;
    line-height: 36px;
  }
}
body .global-section .description {
  line-height: 40px;
}
@media screen and (max-width: 375px) {
  body .global-section .description {
    font-size: 16px;
    line-height: 26px;
  }
}
body .global-section .country-box {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
@media screen and (max-width: 992px) {
  body .global-section .country-box {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 992px) {
  body .global-section .country-box .country-item {
    padding: 10px 40px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 576px) {
  body .global-section .country-box .country-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 150px;
    min-height: 150px;
  }
}
@media screen and (max-width: 375px) {
  body .global-section .country-box .country-item {
    padding: 10px 20px;
    max-width: 80px;
    min-height: 115px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
body .global-section .country-box .country-item p {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #5f666d;
  margin-top: 1rem;
}
@media screen and (max-width: 992px) {
  body .global-section .country-box .country-item img {
    width: 65px;
  }
}
@media screen and (max-width: 375px) {
  body .global-section .country-box .country-item img {
    width: 35px;
  }
}
body .cta-section {
  background: #017A9F;
  padding: 139px 0;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  body .cta-section {
    padding: 90px 0;
  }
}
@media screen and (max-width: 375px) {
  body .cta-section {
    padding: 50px 0;
    text-align: center;
  }
}
body .cta-section .cta-inner .link-text {
  margin-bottom: 22px;
}
@media screen and (max-width: 375px) {
  body .cta-section .cta-inner .link-text {
    font-size: 20px;
    line-height: 32px;
  }
}
@media screen and (max-width: 375px) {
  body .cta-section .cta-inner .text-2 {
    font-size: 32px;
    line-height: 44px;
  }
}
body .cta-section .cta-inner .cta-buttons {
  margin-top: 60px;
}
@media screen and (max-width: 576px) {
  body .cta-section .cta-inner .cta-buttons {
    display: inline-grid;
  }
}
@media screen and (max-width: 375px) {
  body .cta-section .cta-inner .cta-buttons {
    text-align: center;
    margin-top: 30px;
  }
}
body .cta-section .cta-inner .cta-buttons .button-1 {
  color: #0A0A0A;
  background: #FFFFFF;
  padding: 11px 24px;
  border-radius: 27px;
  margin-right: 30px;
  border: none;
}
@media screen and (max-width: 375px) {
  body .cta-section .cta-inner .cta-buttons .button-1 {
    margin-right: 0px;
    padding: 11px 20px;
    font-size: 16px;
  }
}
body .cta-section .cta-inner .cta-buttons .button-2 {
  color: #FFFFFF;
}
@media screen and (max-width: 576px) {
  body .cta-section .cta-inner .cta-buttons .button-2 {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 375px) {
  body .cta-section .cta-inner .cta-buttons .button-2 {
    margin-top: 25px;
    display: block;
    text-align: center;
  }
}
body .ads-footer {
  padding: 60px 0;
  background: #0A0A0A;
  color: #FFFFFF;
}
body .ads-footer .left-sidebar {
  align-items: center;
  display: flex;
}
body .ads-footer .left-sidebar .footer-content-inner .footer-logo {
  cursor: default;
}
body .ads-footer .left-sidebar .footer-content-inner .footer-logo img {
  width: 160px;
  height: 55px;
  margin-bottom: 25px;
}
@media screen and (max-width: 1400px) {
  body .ads-footer .left-sidebar .footer-content-inner .footer-logo img {
    width: 100px;
    height: 25px;
  }
}
@media screen and (max-width: 768px) {
  body .ads-footer .left-sidebar .footer-content-inner {
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 375px) {
  body .ads-footer .left-sidebar .footer-content-inner {
    margin-bottom: 0.5rem;
  }
}
body .ads-footer .left-sidebar .footer-content-inner .about-credee {
  max-width: 485px;
  margin-bottom: 40px;
}
@media screen and (max-width: 375px) {
  body .ads-footer .left-sidebar .footer-content-inner .about-credee {
    margin-bottom: 20px;
  }
}
body .ads-footer .left-sidebar .footer-content-inner .about-credee .text-3 {
  color: #FFCA4D;
  font-weight: 400;
  line-height: 52px;
}
@media screen and (max-width: 576px) {
  body .ads-footer .left-sidebar .footer-content-inner .about-credee .text-3 {
    line-height: 40px;
  }
}
body .ads-footer .left-sidebar .footer-content-inner .about-credee .link-text {
  font-weight: 400;
  margin-top: 5px;
  font-size: 26px;
}
@media screen and (max-width: 1400px) {
  body .ads-footer .left-sidebar .footer-content-inner .about-credee .link-text {
    font-size: 24px;
  }
}
@media screen and (max-width: 375px) {
  body .ads-footer .left-sidebar .footer-content-inner .about-credee .link-text {
    font-size: 20px;
    line-height: 30px;
  }
}
body .ads-footer .left-sidebar .footer-content-inner .mailing-wrap {
  margin-bottom: 22px;
  max-width: 395px;
}
@media screen and (max-width: 992px) {
  body .ads-footer .left-sidebar .footer-content-inner .mailing-wrap {
    margin-bottom: 16px;
  }
}
body .ads-footer .left-sidebar .footer-content-inner .mailing-wrap .address {
  color: rgba(255, 255, 255, 0.5);
  line-height: 28px;
  margin-bottom: 10px;
  font-size: 18px;
}
@media screen and (max-width: 1400px) {
  body .ads-footer .left-sidebar .footer-content-inner .mailing-wrap .address {
    line-height: 24px;
    font-size: 14px;
  }
}
body .ads-footer .left-sidebar .footer-content-inner .mailing-wrap .email a,
body .ads-footer .left-sidebar .footer-content-inner .mailing-wrap .phone a {
  color: #FFCA4D;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
}
@media screen and (max-width: 1400px) {
  body .ads-footer .left-sidebar .footer-content-inner .mailing-wrap .email a,
  body .ads-footer .left-sidebar .footer-content-inner .mailing-wrap .phone a {
    font-size: 14px;
    line-height: 24px;
  }
}
body .ads-footer .left-sidebar .footer-content-inner .business_images {
  margin-bottom: 24px;
  display: flex;
}
@media screen and (max-width: 768px) {
  body .ads-footer .left-sidebar .footer-content-inner .business_images {
    margin-bottom: 16px;
  }
}
body .ads-footer .left-sidebar .footer-content-inner .business_images img:first-child {
  margin-right: 10px;
}
body .ads-footer .ads-campaign-form {
  margin-top: 0;
}
@media screen and (max-width: 576px) {
  body .ads-footer .ads-campaign-form {
    margin-top: 30px;
  }
}
body .ads-footer .ads-campaign-form .form-group {
  margin-bottom: 1rem;
}
body .ads-footer .ads-campaign-form .form-group .form-select {
  color: #8F959B;
  border-radius: 15px;
  width: 100%;
  border: 2px solid #D7DBDF;
  padding: 14px 26px;
  position: relative;
  text-align: left;
}
body .ads-footer .ads-campaign-form .form-group ul {
  width: 95%;
  padding: 14px 26px;
  cursor: pointer;
}
body .ads-footer .ads-campaign-form label {
  color: #8F959B;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0.5rem;
}
body .ads-footer .ads-campaign-form .error {
  color: red !important;
  font-weight: 400 !important;
}
body .ads-footer .ads-campaign-form input {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #8F959B;
  padding: 14px 26px;
  border-radius: 15px;
}
body .ads-footer .ads-campaign-form input::-moz-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #8F959B;
}
body .ads-footer .ads-campaign-form input::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #8F959B;
}
body .ads-footer .ads-campaign-form .btn-submit {
  background: #FFCA4D;
  padding: 11px 43px;
  color: #0A0A0A;
  font-weight: 500;
  font-size: 18px;
  line-height: 33px;
  border-radius: 27px;
  margin-top: 1rem;
}
body .ads-footer .ads-campaign-form textarea {
  color: #8F959B !important;
  height: 96px;
  padding: 18px 27px;
  border-radius: 15px;
}
body .ads-footer .ads-campaign-form textarea::-moz-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #8F959B;
}
body .ads-footer .ads-campaign-form textarea::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #8F959B;
}
body .ads-footer .ads-campaign-form .btn-wrap .wait::after {
  margin-top: -26px;
}
body .ads-footer .ads-campaign-form .result {
  font-size: 12px;
  margin-top: -8px;
  margin-bottom: 15px;
  color: #FFCA4D;
}
body .ads-footer .ads-campaign-form .codes {
  margin-top: 8px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  width: 95%;
}
body .ads-footer .ads-campaign-form .codes li {
  font-size: 16px;
  width: calc(100% - 15px);
  color: #0A0A0A;
}
body .ads-footer .ads-campaign-form .barloader {
  width: 125px;
  height: 5px;
  background: #017A9F;
  border-right: 90px solid white;
  border-left: 0px solid white;
  box-shadow: 0 0 0 1px #F8ECF1;
  border-radius: 5px;
  animation: barloader infinite 1.5s linear;
  position: absolute;
  top: 52px;
  right: 35px;
  display: none;
}
body .ads-footer .ads-campaign-form .pra-field {
  margin-bottom: 30px;
}
body .ads-footer .ads-campaign-form .pra-field .full_cont {
  display: none;
}
body .ads-footer .ads-campaign-form .pra-field p {
  font-size: 12px !important;
  line-height: 18px !important;
  margin-bottom: 0;
}
body .ads-footer .ads-campaign-form .pra-field a {
  font-size: 12px;
  line-height: 18px;
  color: #fff;
}
body .ads-footer .ads-campaign-form .pra-field span {
  cursor: pointer;
  text-decoration: underline;
  font-weight: 700;
  margin-left: 5px;
}
body .ads-footer .successform {
  margin-top: 0.75rem;
}
body .ads-footer .successform p {
  color: #01D8AA;
}
body .copyright {
  background: #121212;
  color: #8F959B;
  padding: 18px 0;
}
body .copyright .copyright-inner {
  text-align: center;
}
body .copyright .copyright-inner p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}/*# sourceMappingURL=style.css.map */