@font-face {
    font-family: 'Univers LT Pro 55';
    src: url('https://storage.googleapis.com/landing_pages_content/f2f/promise_to_children/fonts/UniversLTPro-75Black.eot');
    src: url('https://storage.googleapis.com/landing_pages_content/f2f/promise_to_children/fonts/UniversLTPro-75Black.eot?#iefix') format('embedded-opentype'),
         url('https://storage.googleapis.com/landing_pages_content/f2f/promise_to_children/fonts/UniversLTPro-75Black.woff2') format('woff2'),
         url('https://storage.googleapis.com/landing_pages_content/f2f/promise_to_children/fonts/UniversLTPro-75Black.woff') format('woff'),
         url('https://storage.googleapis.com/landing_pages_content/f2f/promise_to_children/fonts/UniversLTPro-75Black.ttf') format('truetype'),
         url('https://storage.googleapis.com/landing_pages_content/f2f/promise_to_children/fonts/UniversLTPro-75Black.svg#UniversLTPro-75Black') format('svg');
    font-weight: 900;
    font-style: normal;
     
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('https://storage.googleapis.com/landing_pages_content/f2f/promise_to_children/fonts/MyriadPro-Regular.eot');
    src: url('https://storage.googleapis.com/landing_pages_content/f2f/promise_to_children/fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('https://storage.googleapis.com/landing_pages_content/f2f/promise_to_children/fonts/MyriadPro-Regular.woff2') format('woff2'),
        url('https://storage.googleapis.com/landing_pages_content/f2f/promise_to_children/fonts/MyriadPro-Regular.woff') format('woff'),
        url('https://storage.googleapis.com/landing_pages_content/f2f/promise_to_children/fonts/MyriadPro-Regular.ttf') format('truetype'),
        url('https://storage.googleapis.com/landing_pages_content/f2f/promise_to_children/fonts/  MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}



* {
  margin: 0;
  padding: 0;
}
body {
  padding: 0;
  margin: 0;
  background: #222;
  max-width: 1440px;
  margin: auto;
  font-family: Arial, Helvetica, sans-serif;
}
.container{
 max-width: 1440px;
 margin: 0 auto;
}
section {
  position: relative;
}
p {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.4;
}
.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.section-2 {
  background-image: url(https://storage.googleapis.com/landing_pages_content/f2f/promise_to_children/images/section-2-banner.webp);
  background-size: cover;
  background-position: center;
}
.col-1 {
  flex: 0 0 auto;
  width: 28%;
}
.card {
  margin: 10px;
  background: #28a8e0;
  min-height: 500px;
  margin-bottom: 40px;
}
.card p {
  color: #fff;
  font-size: 15px;
  padding: 0 6px 10px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}
.card img {
  max-width: 100%;
}
.content img {
  max-width: 100px;
  margin: 10px auto;
  display: block;
 height: 85px;
 object-fit: content;
}


.section-3 {
  position: absolute;
  top: 20px;
  left: 50%;
  right: 10%;
  right: 10%;
}
.section-3 h1 {
  margin-bottom: 10px;
}
.col-2 {
  flex: 0 0 auto;
  width: 50%;
}
h1 {
  padding: 30px 10px;
  color: #fff;
  text-align: center;
  font-family: 'Univers LT Pro 55';
  font-size: 32px;
  font-weight: 900;
}

h1 span {
  color: #27aae1;
}
.card-2 {
  padding: 15px 0 0;
  text-align: center;
}
.card-2 p {
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
}
.card-2 img {
  max-width: 70px;
  margin: 10px auto 10px;
  display: block;
}
.act-btn {
  margin: 10px 0 30px;
  text-align: center;
}
.act-btn a {
  color: #28a8e0;
  background: #fff;
  border-radius: 10px;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: 800;
  font-size: 22px;
 font-family:'Univers LT Pro 55';
}

 .act-btn a:hover{
  background: #777;
  color:#fff;
 }
  

.buttons {
  position: absolute;
  top: 28%;
  left: 5%;
  width: 100%;
  max-width: 460px;
}
.blue-bg-2 {
  background: #27aae1;
  border-radius: 12px;
  padding: 10px;
  text-align: center;
  border: 1px solid #fff;
}
.text-1 {
  color: #fff;
  font-size: 16px;
  margin: 5px 0;
}
.blue-bg-2 .text-1{
 padding: 0 20px;
}
.button-1 {
  width: 41%;
  color: #27aae1;
  border: 1px solid #fff;
  margin: 0px 2px;
  padding: 5px;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
}
.button-2 {
  width: 20%;
  color: #27aae1;
  border: 1px solid #fff;
  margin: 5px 2px;
  padding: 5px;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
}
.button-1:hover, .button-2:hover, .button-1:active, .button-2:active {
  background: #777;
  color: #fff;
}
.button {
  background: #fff;
  color: #27aae1;
  padding: 5px;
  display: block;
  width: 80%;
  border-radius: 10px;
  text-decoration: none;
  font-size: 18px;
  margin: auto;
}
.text-2 {
  margin: 30px auto;
  font-size: 16px;
  color: #fff;
  text-align: center;
}

.payment-para {
  font-family: 'Myriad Pro';
}
.section-4 {
  text-align: center;
  padding-top: 30px;
  background-image: url(https://storage.googleapis.com/landing_pages_content/f2f/promise_to_children/images/section-4-banner.webp);
  background-size: cover;
  background-position: center;
}
.sec-4-content {
  width: 50%;
}
.section-4 P {
color: #fff;
    font-size: 16px;
    margin: 20px 20px;
    max-width: 350px;
    margin: auto;
}
.swiper-slide {
  padding: 20px 10%;
  box-sizing: border-box;
}
.swiper-img {
  width: 100%;
}
.swiper-img img {
  max-width: 120px;
}
.swiper-text {
/*  width: 75%;*/
 text-align: left;
}
.swiper-text span {
  color: #27aae1;
  font-size: 18px;
/*  font-style: italic;*/
  font-family: fangsong;
  padding-top: 20px;
  display: block;
 text-align: left;
}
.swiper-text p {
  font-style: italic;
  font-size: 14px;
  line-height: 1.4;
}
.community-img {
  max-width: 70%;
  margin: 30px 0;
}
.radioContainer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  column-gap: 2px;
  flex-wrap: wrap;
}
.radioContainer label:has([type=radio]) {
  border: 1px solid #fff;
  padding: 10px 0px;
  font-size: 15px;
  margin: 10px 0;
  border-radius: 10px;
  text-align: center;
  background: #ffffff;
  color: #28a8e0;
 font-family: 'Univers LT Pro 55';
 width: 92px;
}

.radioContainer label:has([type=radio]):hover{
 background: #777; 
 color:#fff;
}

.radioContainer label:has([type=radio]:not(:disabled)) {
  cursor: pointer;
}
.radioContainer [type=radio] {
  display: none;
}
.radioContainer label:has([type=radio]:checked) {
  border-color: #fff;
  background-color: #777;
  color: #fff;
}
.radioContainer [type=radio]:checked {
  display: none;
}
.other {
  width: 77%;
  padding: 10px 5px;
  border-radius: 10px;
  font-size: 15px;
  border: 1px solid #fff !important;
  text-align: left;
  font-family: 'Univers LT Pro 55';
 
 margin: 10px 0;
    font-size: 14px;
    padding: 10px 10px 10px 25px;
    border: 1px solid #000;
  background: #777;
 color: #fff;
}
.input-text-other-amount {
    font-weight: 600;
    font-size: 14px;
    position: relative;
    left: 30px;
 display: inline-block;
 color:#fff;
} 

::placeholder {
  color: #fff;
  opacity: 1;

}
.formCta input[type=submit] {
  background-color: #fff;
  color: #27aae1;
  cursor: pointer;
  border: 0 none;
  padding: 10px 25px;
  font-size: 15px; 
  border-radius: 10px;
  font-weight: bold;
  margin-top: 25px;
  width: 86%;
  font-family: 'Univers LT Pro 55';
}
.formCta input[type=submit]:hover {
  background-color: #777;
  color: #fff;
}
footer {
  background: #1cace2;
  color: #fff;
  padding: 20px;
}
.footer-in {
  justify-content: space-around;
  align-items: center;
}
.footer-in img{
 max-width: 100%;
}
footer a {
  color: #fff;
  text-decoration: none;
  margin: 5px;
}
.phone-banner {
  display: none;
}
.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.tabs li {
  display: inline-block;
  margin: 0;
  width: 38%;
  padding: 10px 10px;
  cursor: pointer;
  font-size: 15px;
  border-radius: 10px;
  background: #fff;
  color: #28a8e0;
 font-family: 'Univers LT Pro 55';
}
.tabs li:hover {
  background: #777;
  color: #fff;
}
.tabs li.current {
  background: #777;
  color: #fff;
}
.tab-content {
  display: none;
  transition: opacity 1s linear;
}
.tab-content.current, .tab-content1.current {
  display: inherit;
}
.community-card {
  background: #28a8e0;
  padding: 10px 0;
  max-width: 70%;
  margin: 20px 15% 50px;
}
.community-card img {
  width: 23%;
}
.payment-section {
  text-align: center;
  background-image: url("https://storage.googleapis.com/landing_pages_content/f2f/promise_to_children/images/payment-success-banner-1.webp");
  background-size: cover;
  text-align: center;
}
.payment-table {
  width: 400px;
  padding: 10% 0 5% 5%;
  text-align: center;
}
.payment-table-22{
 width:540px;
}
.payment-table table {
  width: 100%;
  padding: 20px;
}
.payment-table th, .payment-table td {
  background: #fff;
  padding: 10px 10px;
  width: 40%;
  border-radius: 5px;
 font-size:12px;
 text-align: left;
 font-family: 'Univers LT Pro';
 
}
.payment-table th {
  color: #28a8e0;
 
 
}
.payment-section p {
  font-size: 12px;
  font-style: italic;
  color: #fff;
}
.payment-section p a {
  color: #28a8e0;
  text-decoration: none;
}
.payment-section .text-2 {
  font-size: 16px;
  font-style: normal;
  margin-bottom: 20px;
}
.payment-section-2 {
  text-align: center;
  background-image: url("https://storage.googleapis.com/landing_pages_content/f2f/promise_to_children/images/failed-banner-1.webp");
  background-size: cover;
  text-align: center;
  display: flex;
  justify-content: end;
}
.payment-section-2 .blue-bg-2 {
  padding: 20px;
}
.payment-table-2 {
  max-width: 400px;
  padding: 14% 15%;
  text-align: center;
}
.fail-reason {
  background: #fff;
  padding: 10px 10px;
  border-radius: 5px;
  text-align: left;
}
.fail-reason strong {
  color: #28a8e0;
}
.try-again {
  color: #fff;
  background: #28a8e0;
  width: 120px;
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  padding: 10px 10px;
  border-radius: 5px;
 font-family: 'Univers LT Pro 55';
}

.try-again:hover{
 background: #777;
 color:#fff; 
}
.tab-content1{display:none;}
#tab-14, #tab-24 {
 margin-left:-10px;
}


@media only screen and (max-width:1120px) {
  .buttons {
    top: 10%;
  }
  .card {
    height: 380px;
  }
  .content img {
     max-width: 100px;
 width: 100px;
    margin: 0 auto;
  }
  .section-2 {
    top: 2%;
  }
  .card-2 img {
    max-width: 55px;
  }
  .card-2 p {
    color: #fff;
    font-size: 14px;
    line-height: 17px;
  }
  h1 {
    font-size: 26px;
  }
  .card-2 {
    padding: 5px 0 0;
  }

 
  .community-img {
    margin-top: 0;
  }
  footer, footer a {
    font-size: 13px;
    line-height: 26px;
  }
}
@media only screen and (max-width:990px) {
  .text-2 {
    margin: 5px auto;
    font-size: 14px;
    line-height: 18px;
  }
  p {
    font-size: 14px;
  }
  .card p {
    font-size: 13px;
  }
  .card {
    min-height: 380px;
  }
  .card-2 img {
    margin: 5px auto;
  }
  .section-3 h1 {
    padding: 0;
  }
  .act-btn a {
    padding: 5px 10px;
    font-size: 20px;
  }


  .section-4 P {
    font-size: 14px;
  }
  .swiper-text p {
    font-size: 14px;
    line-height: 17px;
  }
}
@media only screen and (max-width:768px) {
  .col-1, .col-2 {
    width: 100%;
  }
  .phone-banner {
    display: block;
  }
  .desktop-banner {
    display: none;
  }
  h1 {
    font-size: 30px;
    padding: 0px 20px 10px;
  }
  p {
    font-size: 13px;
    line-height: 16px;
  }
  .text-2 {
    font-size: 16px;
    margin: 15px 0px;
    line-height: 25px;
  }
  .text-1 {
    font-size: 13px;
    margin: 5px 0;
  }
  .buttons {
    top: 15%;
    left: 0;
    width: 76%;
    max-width: 76%;
    margin: 0 12%;
  }
  .radioContainer label:has([type=radio]) {
    margin: 10px 0;
    padding: 10px 10px;
    font-size: 13px;
  }
  .formCta input[type=submit] {
    margin-top: 5px;
    font-size: 14px;
    padding: 5px 10px;
  }
  .tabs li {
    padding: 15px 10px;
  }

 
  .section-2 {
    background-image: url(https://storage.googleapis.com/landing_pages_content/f2f/promise_to_children/images/section-2-banner-2.webp);
    background-size: cover;
    background-position: center;
  }
  .card {
    width: 60%;
    margin: 10px 20%;
    height: auto;
  }
  .content p {
    font-size: 16px;
  }
  .content img {
     max-width: 100px;
 width: 100px;
    margin: 0 auto !important;
  }
  .section-3 {
    width: 100%;
    left: 0;
    top: 10%;
    text-align: center;
  }
  .card-2 {
    display: inline-block;
    width: 68%;
    vertical-align: top;
    text-align: left;
    padding: 30px 10px;
  }
  .card-2 p {
    font-size: 17px;
    line-height: 28px;
    text-align: left;
  }
  .section-4 P {
    font-size: 18px;
    margin: 20px 10px;
    line-height: 30px;
  }
  .section-4 {
    background-image: url(https://storage.googleapis.com/landing_pages_content/f2f/promise_to_children/images/section-4-banner-2.webp);
  }
  .sec-4-content {
    width: 100%;
  }

 
  .community-img {
    max-width: 90%;
    margin-bottom: 10px;
  }
  .act-btn a {
    padding: 5px 20px;
    font-size: 14px;
  }
  .formCta input[type=submit] {
    width: 90%;
  }
  .section-2 h1 {
    padding-top: 40px;
  }
  .payment-section {
    background-image: url("https://storage.googleapis.com/landing_pages_content/f2f/promise_to_children/images/payment-success-banner-2.webp");
    background-size: cover;
    background-position: center;
  }
  .payment-table {
    width: 70%;
    padding: 30% 0 90% 15%;
  }
  .payment-section .blue-bg-2 {
    margin-top: 20px;
  }
  .payment-section-2 {
    background-image: url("https://storage.googleapis.com/landing_pages_content/f2f/promise_to_children/images/failed-banner-2.webp");
    background-size: cover;
    background-position: center;
    justify-content: center;
    text-align: center;
    background-repeat: no-repeat;
  }
  .payment-table-2 {
    max-width: 70%;
    padding: 35% 0 105%;
  }
   .payment-table th, .payment-table td{
  font-size:11px;
  padding: 3px 7px;
 }
 
 .radioContainer label:has([type=radio]){
  width: 16%;
 }
}
@media only screen and (max-width:600px) {
  .col-1, .col-2 {
    width: 100%;
  }
  .phone-banner {
    display: block;
  }
  .desktop-banner {
    display: none;
  }
  h1 {
    font-size: 20px;
    padding: 10px 41px;
  }
  p {
    font-size: 13px;
    line-height: 16px;
  }
  .text-2 {
    font-size: 12px;
    font-size: 12px;
    margin: 5px 0px;
    line-height: 16px;
  }
  .text-1 {
    font-size: 13px;
    margin: 5px auto;
    max-width: 90%;
  }
  .buttons {
    top: 10%;
    left: 0;
    width: 76%;
    max-width: 76%;
    margin: 0 12%;
  }
  .radioContainer label:has([type=radio]) {
    margin: 5px 2px;
    padding: 5px 5px;
    font-size: 13px;
    width: 17%;
    border-radius: 4px;
    font-size: 10px;
  }
  .formCta input[type=submit] {
    margin-top: 0;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 4px;
  }
  .tabs li {
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 13px;
  }
  .other {
    padding: 5px 28px;
   width: 68%;
   font-size: 11px;
  }
 .input-text-other-amount {
  font-size: 11px;
 }
  .card {
    width: 80%;
    margin: 20px 10%;
    height: auto;
  }
  .content p {
    font-size: 13px;
  }
  .content img {
    max-width: 100px;
 width: 100px;
    margin: 0 auto !important;
  }
  .section-3 {
    width: 100%;
    left: 0;
    top: 50px;
    text-align: center;
  }
  .card-2 {
    display: inline-block;
    width: 68%;
    padding: 10px 0;
    vertical-align: top;
    text-align: left;
  }
  .card-2 p {
    font-size: 13px;
    line-height: 18px;
    text-align: left;
  }
  .section-4 P {
    font-size: 13px;
    margin: 10px 10px;
    line-height: 16px;
  }
  .section-4 {
    background-image: url(https://storage.googleapis.com/landing_pages_content/f2f/promise_to_children/images/section-4-banner-2.webp);
  }

 
  .community-img {
    max-width: 90%;
    margin-bottom: 10px;
  }
  .card-22 img {
    width: 45px;
  }
  .payment-table {
    width: 80%;
    padding: 20% 10% 70% 10%;
  }
  .payment-table .text-2, .payment-table-2 .text-2 {
    margin: 20px 0 40px;
  }
  .payment-section h1 {
    margin-top: 90px;
    font-size: 30px;
  }
  .payment-table-2 h1 {
    font-size: 30px;
  }
  .payment-table-2 {
    max-width: 90%;
    padding: 40% 5% 90% 5%;
  }

}
@media only screen and (max-width:500px) {
  .card-2 p {
    font-size: 10px;
    line-height: 14px;
    text-align: left;
  }
  .section-4 P {
    font-size: 12px;
  }
  h1 {
    padding: 20px 20px;
  }
  .swiper-text span {
/*    font-size: 22px;*/
  }
  .payment-section h1 {
    margin-top: 10%;
    font-size: 24px
  }
  .payment-table {
    width: 94%;
    padding: 10% 3% 90% 3%;
  }
  .payment-table table {
    padding: 5px;
  }
  .payment-table .text-2 {
    margin: 10px 0 10px;
  }
  .payment-table-2 {
    width: 90%;
    padding: 25% 5% 90% 5%;
  }
 

}
@media only screen and (max-width:440px) {
  .payment-table {
    width: 94%;
    padding: 10% 3% 65% 3%;
  }
  .payment-table-2 {
    max-width: 90%;
    padding: 20% 5% 90% 5%;
  }
}

.error {
   color: #ffffff;
   font-size: 90%;
   font-weight: bold;
   bottom-padding: 2px;
}
