@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
body {
  font-family: "Roboto";
  max-width: 100%;
  width: 100%;
  overflow-x: hidden;
  font-size: 14px;
  background-color: #ffffff; }

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

.container {
  padding-left: 7.5px;
  padding-right: 7.5px; }

.row {
  padding: 0;
  margin: 0; }

.text-blue {
  color: #138dd8; }

.text-yellow {
  color: #fac737; }

h1 {
  font-size: 72px; }

h2 {
  font-size: 48px; }

h3 {
  font-size: 36px; }

h4 {
  font-size: 24px; }

h5 {
  font-size: 18px; }

label {
  margin-bottom: 0px; }

.btn {
  border-radius: 24px;
  padding: 0px;
  width: 196px;
  height: 48px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  position: relative;
  overflow: hidden; }
  .btn img {
    margin-left: 6px;
    margin-right: 20px; }

.btn:hover {
  color: #fff; }

.btn-blue {
  background-image: -webkit-gradient(linear, left top, right top, from(#06a2e6), to(#1981d0));
  background-image: linear-gradient(90deg, #06a2e6 0%, #1981d0 100%); }

.btn-blue {
  position: relative;
  cursor: pointer; }

.btn-blue:after {
  content: "";
  position: absolute;
  top: 0;
  left: 3em;
  width: 95%;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0))) no-repeat -2em 0%;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)) no-repeat -2em 0%;
  background-size: 2em 100%;
  -webkit-transform: skewX(-43deg);
  transform: skewX(-43deg); }

.btn-blue:hover:after {
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
  background-position: 100% 0%; }

.btn-yellow {
  position: relative;
  cursor: pointer; }

.btn-yellow:after {
  content: "";
  position: absolute;
  top: 0;
  left: 3em;
  width: 95%;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0))) no-repeat -2em 0%;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)) no-repeat -2em 0%;
  background-size: 2em 100%;
  -webkit-transform: skewX(-43deg);
  transform: skewX(-43deg); }

.btn-yellow:hover:after {
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
  background-position: 100% 0%; }

.btn-yellow {
  background-image: -webkit-gradient(linear, left top, right top, from(#faae36), to(#fac837));
  background-image: linear-gradient(90deg, #faae36 0%, #fac837 100%); }

.btn-white {
  box-shadow: -1px 4px 16px 1px rgba(0, 0, 0, 0.08);
  background-color: #ffffff; }
  .btn-white img {
    position: absolute;
    right: 6px; }

.btn-white:hover {
  box-shadow: none;
  border: 1px solid #ebebeb;
  -webkit-transition: .5s;
  transition: .5s; }

/*HEADER START*/
#header {
  padding-top: 11px;
  position: relative; }
  #header .header-row {
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding-bottom: 11px; }
    #header .header-row .header-link-col .header-link-container:first-child {
      padding-right: 20px; }
    #header .header-row .logo-container {
      margin-left: 17px; }
    #header .header-row .header-link-col {
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
      align-items: center;
      -webkit-box-pack: end;
      justify-content: flex-end; }
  #header .children-bg {
    background-repeat: no-repeat;
    height: 503px;
    position: relative; }
    #header .children-bg .blue-bg {
      position: absolute;
      width: 100%;
      height: 503px;
      background-image: linear-gradient(250deg, rgba(0, 85, 255, 0.41) 0%, rgba(6, 162, 230, 0.79) 100%);
      left: 0; }
    #header .children-bg h2 {
      margin-top: 110px;
      margin-left: -15px;
      color: #ffffff;
      font-weight: 700; }
    #header .children-bg h4 {
      margin-left: -15px;
      color: #ffffff;
      font-weight: 300;
      padding: 10px 380px 10px 0px; }

.mobile-menu {
  display: block;
  width: 100%;
  background: #8aa8bd;
  line-height: 1.6em;
  font-weight: 400;
  width: 100%;
  text-align: center;
  position: relative;
  margin: 0 auto;
  z-index: 2; }

/*Strip the ul of padding and list styling*/
.mobile-menu ul {
  list-style-type: none;
  margin: 0 auto;
  padding-left: 0;
  text-align: center;
  width: 100%;
  position: absolute;
  background-image: linear-gradient(250deg, rgba(251, 251, 251, 0.57) 20%, rgba(254, 254, 254, 0.41) 20%); }

/*Create a horizontal list with spacing*/
.mobile-menu li {
  display: inline-block;
  /*float: left;
      margin-right: 1px;*/ }

/*Style for menu links*/
.mobile-menu li a {
  display: block;
  min-width: 140px;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  text-decoration: none;
  margin-left: -5px;
  padding: 20px 25px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s; }

/*Hover state for top level links*/
.mobile-menu li:hover a {
  color: white;
  background-color: rgba(204, 221, 238, 0.5); }

/*Style for dropdown links*/
.mobile-menu li:hover ul a {
  background: #f3f3f3;
  color: #2f3036;
  height: 40px;
  line-height: 40px; }

/*Hover state for dropdown links*/
.mobile-menu li:hover .mobile-menu ul a:hover {
  color: #4db3ff; }

/*Hide dropdown links until they are needed*/
.mobile-menu li ul {
  display: none; }

/*Make dropdown links vertical*/
.mobile-menu li ul li {
  display: block;
  float: none; }

/*Prevent text wrapping*/
.mobile-menu li ul li a {
  width: auto;
  min-width: 100px;
  padding: 0 20px; }

/*Style 'show menu' label button and hide it by default*/
.mobile-menu .show-menu {
  text-decoration: none;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#06a2e6), to(#1981d0));
  background-image: linear-gradient(180deg, #06a2e6 0%, #1981d0 100%);
  text-align: center;
  padding: 10px 15px;
  display: none;
  cursor: pointer;
  text-transform: uppercase; }

.mobile-menu .show-menu span {
  padding-left: 25px; }

/*Hide checkbox*/
.mobile-menu input[type=checkbox] {
  display: none; }

/*Show menu when invisible checkbox is checked*/
.mobile-menu input[type=checkbox]:checked ~ #menu {
  display: block; }

/*Responsive Styles*/
@media screen and (max-width: 1200px) {
  label.show-menu {
    height: 50px; }
  .mobile-menu .lines {
    height: 30px;
    width: 50px;
    padding-right: 15px;
    float: right;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column; }
    .mobile-menu .lines span {
      background: white;
      height: 3px;
      width: 100%;
      display: block; }
  /*Make dropdown links appear inline*/
  .mobile-menu ul {
    position: static;
    display: none; }
  /*Create vertical spacing*/
  .mobile-menu li {
    margin-bottom: 1px; }
  /*Make all menu links full width*/
  .mobile-menu ul li,
  .mobile-menu li a {
    width: 100%; }
  /*Display 'show menu' link*/
  .mobile-menu .show-menu {
    display: block; } }

/*HEADER END*/
#pay {
  position: relative;
  z-index: 999;
  margin-top: -138px;
  margin-bottom: 97px; }

.child-info-col {
  padding-top: 47px;
  margin-left: -45px; }

.child-desc {
  padding-right: 100px; }

.pay-cont-wrap {
  border-radius: 15px;
  background-image: linear-gradient(250deg, rgba(251, 251, 251, 0.57) 20%, rgba(254, 254, 254, 0.41) 20%);
  height: 308px;
  overflow: hidden;
  position: relative; }
  .pay-cont-wrap .pay_cont {
    position: absolute;
    bottom: 0;
    height: 275px;
    overflow: hidden;
    background-color: #fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    width: 100%; }
  .pay-cont-wrap .text-container {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    color: #fff;
    font-size: 14px;
    padding: 8px 65px 0px 38px; }
    .pay-cont-wrap .text-container a {
      color: #fff;
      text-decoration: none; }

.pay-img-cont {
  height: 180px;
  margin: 37px;
  text-align: center;
  overflow: hidden;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover; }
  .pay-img-cont .thumb {
    width: 100%;
    height: 100%; }

.swiper-container {
  overflow: unset !important; }

.swiper-button-prev {
  left: -25px !important;
  top: 51% !important;
  background-color: #fff;
  border-radius: 10px;
  -webkit-filter: drop-shadow(-1.939px 3.498px 6.5px rgba(0, 0, 0, 0.08));
  filter: drop-shadow(-1.939px 3.498px 6.5px rgba(0, 0, 0, 0.08));
  padding: 42px 25px; }

.swiper-button-next {
  right: -25px !important;
  top: 51% !important;
  background-color: #fff;
  border-radius: 10px;
  -webkit-filter: drop-shadow(-1.939px 3.498px 6.5px rgba(0, 0, 0, 0.08));
  filter: drop-shadow(-1.939px 3.498px 6.5px rgba(0, 0, 0, 0.08));
  padding: 42px 25px; }

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 20px !important; }

#progress1 {
  margin: 58px -32px;
  width: 100%;
  height: 100px;
  position: relative; }
  #progress1 .counter-info {
    position: absolute;
    top: 50%;
    padding: 0;
    left: 21%;
    font-size: 12px;
    color: #adadad;
    font-weight: 300; }
  #progress1 .count {
    font-size: 24px;
    font-weight: 500; }

#progress2,
#progress3 {
  margin-top: -40px;
  padding-left: 45px;
  width: 100%;
  height: 237px;
  position: relative; }
  #progress2 svg,
  #progress3 svg {
    width: 100%; }
  #progress2 .count,
  #progress3 .count {
    font-size: 30px;
    font-weight: 700; }
  #progress2 .count-desc,
  #progress3 .count-desc {
    font-size: 12px;
    color: #000000;
    font-weight: 300; }
  #progress2 .counter-info,
  #progress3 .counter-info {
    position: absolute;
    top: 34%;
    padding: 0 40px 0 40px; }

.pay-col {
  border-radius: 15px;
  -webkit-filter: drop-shadow(5px 8.66px 16px rgba(0, 0, 0, 0.08));
  filter: drop-shadow(5px 8.66px 16px rgba(0, 0, 0, 0.08));
  height: 280px;
  width: 100%;
  max-width: 88%;
  margin-left: 17px; }
  .pay-col .child-help {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 17px; }
  .pay-col .more-child-info {
    margin-left: 23px; }

.pay_method-row {
  padding-bottom: 90px; }

.pay_method-container {
  background-color: #fff;
  border-radius: 15px;
  -webkit-filter: drop-shadow(1.219px 9.925px 21.5px rgba(0, 0, 0, 0.07));
  filter: drop-shadow(1.219px 9.925px 21.5px rgba(0, 0, 0, 0.07));
  padding: 30px 68px 30px 80px;
  margin-top: 87px; }
  .pay_method-container .d-flex {
    -webkit-box-pack: justify;
    justify-content: space-between; }
  .pay_method-container .input-container input {
    border: none;
    border-radius: 5px;
    background-color: #f2f2f2;
    font-weight: 300;
    font-size: 16px;
    text-align: center;
    color: #000;
    padding: 11px 32px;
    margin-right: 20px;
    outline-color: #138dd8; }
  .pay_method-container .methods {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 30px; }
  .pay_method-container .var {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center; }
    .pay_method-container .var .bank span {
      padding-left: 15px;
      padding-right: 45px; }

.input-pay {
  display: -webkit-box;
  display: flex; }

.found-row {
  padding-bottom: 100px; }

.found-col .fund-desc {
  padding-top: 50px; }
  .found-col .fund-desc p {
    line-height: 17px;
    margin-bottom: 1.2rem; }

.title-and-btn {
  display: -webkit-box;
  display: flex; }
  .title-and-btn .btn img {
    margin: 0; }
  .title-and-btn .btn-white span {
    color: #989898;
    font-weight: 300;
    font-size: 14px;
    padding-left: 20px;
    margin-right: 17px; }
  .title-and-btn .btn-cont {
    margin-left: 60px; }

.right-col {
  padding-left: 25px; }
  .right-col .title-and-btn .btn-cont {
    margin-left: 42px; }
  .right-col .achivement {
    margin-top: 33px;
    background-color: #f2f2f2;
    font-size: 14px;
    color: #acacac;
    font-weight: 500;
    padding: 15px 0 15px 0;
    border-radius: 25px; }
    .right-col .achivement .achiv-date {
      font-size: 14px;
      color: #ffffff;
      font-weight: 500;
      background-color: #fac737;
      padding: 15px 35px;
      border-radius: 25px;
      margin-right: 25px; }
  .right-col .counter-container {
    display: -webkit-box;
    display: flex;
    padding-top: 40px; }
    .right-col .counter-container .wrap {
      margin-right: 17px;
      margin-left: 17px; }
    .right-col .counter-container .count {
      font-size: 72px;
      color: #fac737;
      font-weight: 700; }
    .right-col .counter-container .count-desc {
      font-size: 14px;
      color: #000000;
      font-weight: 700; }

.app-row .subtitle {
  margin-top: 97px; }

.app-row .desc {
  font-size: 14px;
  color: #000;
  font-weight: 300;
  margin-top: 28px;
  line-height: 17px; }

.app-row .download {
  margin-top: 26px; }
  .app-row .download .img-cont:last-child {
    margin-left: 15px; }

.app-row .app-col .img-cont {
  margin-top: 27px; }

.scroll-container .row-custom {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap; }

.tabs__body .scroll-container .row-custom {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-left: -7.5px;
  margin-right: -7.5px; }

.programs-row {
  padding-top: 80px; }
  .programs-row .program-card-container img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 15px; }
  .programs-row .program-card-container .banner {
    border-radius: 15px;
    background-image: -webkit-gradient(linear, left top, right top, from(#3baee7), to(#5286cc));
    background-image: linear-gradient(90deg, #3baee7 0%, #5286cc 100%);
    height: 273px;
    overflow: hidden;
    position: relative; }
  .programs-row .program-card-container a {
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    text-decoration: none;
    display: block; }
  .programs-row .program-card-container .more-program {
    padding: 10px 0px 10px 27px; }
  .programs-row .program-card-container .more-cont {
    position: absolute;
    bottom: 0;
    height: 235px;
    overflow: hidden; }
  .programs-row .program-card-container .img-cont {
    height: 100%; }
  .programs-row .program-card-container .title {
    margin-top: 24px; }
  .programs-row .program-col {
    padding-right: 15px; }
  .programs-row .program-col:nth-child(2) {
    padding-left: 0px; }
  .programs-row .program-col:last-child {
    padding-right: 0px; }
  .programs-row .title-and-btn {
    margin-bottom: 58px; }

.help-row {
  padding-top: 92px; }
  .help-row .help-desc {
    margin-top: 32px;
    font-size: 16px;
    color: #000000;
    font-weight: 300;
    line-height: 20px;
    padding-right: 70px; }
    .help-row .help-desc p {
      margin-bottom: 1.5rem; }
    .help-row .help-desc strong {
      font-size: 16px;
      color: #000000;
      font-weight: 700;
      line-height: 22px; }

.mobile-menu li.mobile-menu-btn-cont {
  display: none; }

/*TABS*/
.news-and-artic .wrapper {
  padding-top: 80px; }

/* Tabs */
.tabs__header {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px; }

.tabs__heading {
  /*text-transform: uppercase;
        font-weight: 500;
        background-color: #b5afc2;*/
  -webkit-box-flex: 1;
  flex: 1;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.tabs__content {
  border-radius: 0 0 4px 4px;
  display: none; }

.tabs__content.is-active {
  display: block; }

.mobile-nenu-btn-cont {
  display: none; }

.news-row .card-news {
  border-radius: 15px;
  height: 330px;
  -webkit-filter: drop-shadow(6px 10.392px 13.5px rgba(0, 0, 0, 0.06));
  filter: drop-shadow(6px 10.392px 13.5px rgba(0, 0, 0, 0.06));
  background-color: #ffffff;
  padding-bottom: 8px; }
  .news-row .card-news .card-img {
    position: relative; }
  .news-row .card-news img {
    width: 100%; }
  .news-row .card-news .image {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px; }
  .news-row .card-news .blur {
    position: absolute;
    bottom: -2px;
    width: 101%;
    left: -2px; }
  .news-row .card-news .card-info {
    position: relative;
    margin-top: -49px;
    z-index: 9;
    padding: 0px 41px 0px 35px; }

.news-row .card-news-col {
  padding-left: 7.5px;
  padding-right: 7.5px; }

footer {
  width: 100vw;
  overflow: hidden;
  background-color: #34424c;
  padding-bottom: 26px; }
  footer .footer-row {
    padding-left: 15px;
    padding-top: 37px; }
  footer .title {
    font-size: 16px;
    color: #ffffff;
    font-weight: 700; }
  footer .desc {
    font-size: 16px;
    color: #ffffff;
    font-weight: 300;
    padding: 10px 280px 20px 0px;
    line-height: 20px; }
  footer .form-desc {
    font-size: 16px;
    color: #ffffff;
    font-weight: 300;
    margin-bottom: 22px; }
  footer .tel {
    display: -webkit-box;
    display: flex; }
    footer .tel a {
      text-decoration: none;
      font-size: 16px;
      color: #ffffff;
      font-weight: 700; }
    footer .tel p {
      font-size: 16px;
      color: #ffffff;
      font-weight: 300; }
    footer .tel .phone:first-child {
      margin-right: 35px; }
  footer .social {
    display: -webkit-box;
    display: flex;
    padding-top: 10px; }
    footer .social .link-container {
      margin-right: 25px; }
  footer .copy {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 300;
    margin-top: 37px; }
    footer .copy .policy-footer span {
      display: block; }
    footer .copy .develop {
      margin-top: 25px; }
    footer .copy a {
      color: #138dd8;
      text-decoration: none; }

.tabs__heading:last-child .title-and-btn {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  color: #e7e7e7; }
  .tabs__heading:last-child .title-and-btn .btn span {
    padding-left: 43px;
    margin-right: 36px; }

.tabs__heading:first-child .title-and-btn .btn span {
  padding-left: 34px;
  margin-right: 27px; }

#c-form input[type="tel"] {
  border: none;
  border-radius: 10px;
  padding: 10px 20px;
  width: 100%;
  height: 49px; }

#c-form input[type="text"] {
  border: none;
  border-radius: 10px;
  padding: 10px 20px;
  width: 100%;
  height: 49px; }

#c-form .input-col {
  display: -webkit-box;
  display: flex; }
  #c-form .input-col .input-container:first-child {
    width: 100%; }

#c-form .area-col {
  padding-top: 13px; }
  #c-form .area-col textarea {
    border: none;
    border-radius: 10px;
    padding: 17px 23px;
    max-width: 100%; }

#c-form .send-form {
  margin-top: 8px;
  display: -webkit-box;
  display: flex; }

.radio label {
  display: -webkit-box;
  display: flex; }

.radio input[type="radio"] {
  position: absolute;
  opacity: 0; }
  .radio input[type="radio"] + .radio-label {
    font-size: 14px;
    color: #ffffff;
    font-weight: 300;
    margin-top: 5px; }
    .radio input[type="radio"] + .radio-label:before {
      content: '';
      background: #f4f4f4;
      border-radius: 100%;
      border: 1px solid #b4b4b4;
      display: block;
      padding: 11px;
      width: 1.7em;
      height: 1.7em;
      position: relative;
      top: 0.6em;
      left: 2.2em;
      margin-right: 3.0em;
      vertical-align: top;
      cursor: pointer;
      text-align: center;
      -webkit-transition: all 250ms ease;
      transition: all 250ms ease; }
  .radio input[type="radio"]:checked + .radio-label:before {
    background-color: #3197EE;
    box-shadow: inset 0 0 0 4px #f4f4f4; }
  .radio input[type="radio"]:focus + .radio-label:before {
    outline: none;
    border-color: #3197EE; }
  .radio input[type="radio"]:disabled + .radio-label:before {
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #b4b4b4;
    background: #b4b4b4; }
  .radio input[type="radio"] + .radio-label:empty:before {
    margin-right: 0; }

.tablet {
  display: none !important; }

.pc-none {
  display: none !important; }

/*@MEDIA*/
@media screen and (max-width: 1200px) {
  #header .children-bg h4 {
    padding: 10px 230px 10px 0px; }
  #progress1 .counter-info {
    top: 37%;
    left: 17%; }
  .title-and-btn .btn-cont {
    margin-left: 35px; }
  .title-and-btn {
    -webkit-box-align: center;
    align-items: center; }
    .title-and-btn h3 {
      font-size: 26px; }
  .right-col .title-and-btn .btn-cont {
    margin-left: 24px; }
  .right-col .achivement .achiv-date {
    margin-right: 5px; }
  .small-txt {
    font-size: 12px; }
  .right-col .counter-container .wrap {
    margin-right: 5px;
    margin-left: 5px; }
  #progress2 .counter-info,
  #progress3 .counter-info {
    padding: 0 40px 0 30px;
    top: 18%; }
  #progress2 .count,
  #progress3 .count {
    font-size: 25px; }
  .news-row .card-news .card-info h4 {
    font-size: 21px; }
  .news-row .card-news {
    height: 300px; }
  footer .desc {
    padding: 10px 170px 20px 0px; }
  #c-form .area-col textarea {
    width: 100%; }
  #c-form input[type="text"],
  #c-form input[type="tel"] {
    width: 100%; }
  .radio input[type="radio"] + .radio-label {
    font-size: 11px; } }

@media screen and (max-width: 992px) {
  #header .children-bg h2 {
    font-size: 46px; }
  .pay-img-cont {
    padding-top: 20px; }
    .pay-img-cont img {
      width: 200px;
      height: 200px; }
  .child-desc {
    padding-right: 50px;
    margin-bottom: 60px; }
  .child-info-col {
    padding-top: 20px; }
  #progress1 {
    margin: -12px 50px;
    width: 65%; }
  #progress1 .counter-info {
    top: 67%;
    left: 24%; }
  .pay-cont-wrap {
    height: 515px; }
  .pay-cont-wrap .pay_cont {
    height: 475px; }
  .pay-row {
    margin-bottom: 180px; }
  .pay-col .child-help {
    display: none; }
  .tablet {
    display: block !important; }
  .pay-col .more-child-info {
    margin-left: 0;
    margin-bottom: 20px; }
  .pay-cont-wrap .text-container {
    padding: 8px 38px 0px 38px; }
  .input-pay {
    width: 100%;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center; }
    .input-pay .input-container {
      width: 33%;
      margin-bottom: 15px; }
  .pay_method-container .d-flex {
    flex-wrap: wrap; }
    .pay_method-container .d-flex .btn-cont {
      margin-left: auto;
      margin-right: auto; }
  .pay_method-container .input-container input {
    width: 95%; }
  .pay_method-container .methods {
    margin-top: 15px;
    font-size: 13px; }
  .pay_method-container .var .bank span {
    padding-left: 15px;
    padding-right: 15px; }
  .title-and-btn {
    -webkit-box-pack: justify;
    justify-content: space-between; }
  .small-txt {
    font-size: 14px; }
  .app-col {
    display: none; }
  .scroll-container {
    overflow-x: scroll;
    border-radius: 15px; }
  .tabs__body .scroll-container .row-custom {
    display: -webkit-box;
    display: flex;
    flex-wrap: nowrap; }
  .scroll-container .row-custom {
    display: -webkit-box;
    display: flex;
    flex-wrap: nowrap; }
  .programs-row .program-card-container .more-cont {
    width: 100%; }
  .programs-row .program-col {
    padding: 0;
    margin-right: 15px;
    width: 90%;
    max-width: 90%; }
  .help-row .help-desc {
    padding-right: 0;
    margin-bottom: 50px; }
  #progress2,
  #progress3 {
    padding: 0; }
    #progress2 svg,
    #progress3 svg {
      width: 70%; }
  .help-row .d-flex {
    text-align: center; }
  #progress2 .counter-info,
  #progress3 .counter-info {
    padding: 0 70px 0 70px;
    top: 34%; }
  .tabs__content {
    display: block;
    margin-bottom: 40px; }
  .tabs__header [data-tab-index="tab-2"] {
    display: none; }
  .tabs__heading:last-child .title-and-btn {
    -webkit-box-pack: justify;
    justify-content: space-between; }
  .news-row .card-news-col {
    padding: 0;
    width: 90%;
    max-width: 90%;
    margin-right: 15px; }
  .news-row .card-news {
    height: 550px; }
  .news-row .card-news .card-info h4 {
    font-size: 32px; }
  .card-info .card-desc {
    font-size: 16px; }
  #c-form .input-col .input-container {
    width: 50%; }
  .radio input[type="radio"] + .radio-label:before {
    top: -0.4em; }
  #c-form .send-form {
    -webkit-box-align: center;
    align-items: center; }
  .footer-info-col {
    margin-bottom: 40px; } }

@media screen and (max-width: 768px) {
  #header,
  #pay {
    overflow: hidden; } }

@media (min-width: 320px) and (max-width: 576px) {
  #header .children-bg h2 {
    font-size: 25px;
    margin-top: 134px;
    margin-left: -7px; }
  .title-and-btn .btn-white span {
    margin-right: 55px !important; }
  #header .children-bg h4 {
    font-size: 14px;
    padding: 10px 220px 10px 0px;
    margin-left: -4px; }
  #pay {
    margin-top: -140px;
    margin-bottom: 67px; }
  .swiper-slide {
    width: 100% !important; }
  .mobile-menu li a {
    margin-left: 0px; }
  .pay-col {
    margin: 0;
    max-width: 96%; }
  .pay-img-cont {
    padding-top: 0px;
    padding-right: 0px;
    margin: 15px;
    width: 140px;
    height: 140px; }
    .pay-img-cont img {
      width: auto;
      height: auto; }
  .child-info-col {
    padding-top: 25px; }
  .child-desc {
    margin-bottom: 0px;
    padding-right: 0px;
    margin-top: 18px; }
  .child-info {
    margin-top: -6px; }
  #progress1 {
    margin: -12px 19px;
    width: 74%; }
  #progress1 .counter-info {
    top: 52%;
    left: 21%; }
  .pay-col .more-child-info {
    margin-bottom: 20px;
    font-size: 14px;
    padding-right: 75px;
    line-height: 17px; }
  .need-help {
    display: none; }
  .pay-cont-wrap {
    height: 480px; }
  .pay-cont-wrap .pay_cont {
    height: 440px; }
  .pay-row {
    margin-bottom: 117px; }
  .pay_method-container {
    padding: 30px 50px 30px 50px; }
  .input-pay {
    text-align: center; }
    .input-pay .input-container:last-child {
      width: 66.66666666%; }
    .input-pay .input-container {
      width: 33.33333333%; }
  .pay_method-container .input-container input {
    margin: 0;
    padding: 14px 32px; }
  .pay_method-container {
    padding: 30px 50px 27px 50px; }
  .pay_method-row {
    padding-bottom: 54px; }
  .found-col .fund-desc {
    padding-top: 40px; }
    .found-col .fund-desc p {
      margin-bottom: 1.5rem; }
  .right-col {
    padding-left: 10px;
    margin-top: 65px; }
  .small-txt {
    font-size: 11.5px; }
  .right-col .achivement {
    padding: 7px 0 7px 0; }
  .right-col .achivement .achiv-date {
    font-size: 12px;
    padding: 13px 27px;
    margin-right: 5px; }
  .right-col .counter-container {
    padding-top: 33px; }
  .right-col .counter-container .count-desc {
    font-size: 11px; }
  .right-col .counter-container .count {
    font-size: 60px; }
  .app-row .subtitle {
    margin-top: 54px; }
  .app-row h3 {
    font-size: 25px; }
  .found-row {
    padding-bottom: 105px; }
  .programs-row {
    padding-left: 6px;
    padding-top: 94px; }
    .programs-row .title-and-btn h3 {
      font-size: 26px; }
  .programs-row .title-and-btn {
    margin-bottom: 40px; }
  .programs-row .program-col {
    padding: 0;
    margin-right: 35px;
    width: 100%;
    max-width: 80%; }
  .help-row {
    padding-top: 89px; }
    .help-row h3 {
      font-size: 26px; }
  #progress2,
  #progress3 {
    margin-top: -13px; }
  #progress2 svg,
  #progress3 svg {
    width: 90%; }
  .news-and-artic .wrapper {
    padding-top: 55px; }
  .news-row .card-news {
    height: 330px; }
  #progress2 .counter-info,
  #progress3 .counter-info {
    padding: 0 30px 0 30px;
    top: 30%; }
  .news-row .card-news-col {
    padding: 0;
    width: 100%;
    max-width: 78%;
    margin-right: 45px; }
  .news-row .card-news .card-info {
    position: relative;
    margin-top: -39px;
    z-index: 9;
    padding: 0px 40px 0px 29px; }
  .news-row .card-news .card-info h4 {
    font-size: 23px; }
  .tabs__content.tab-1 {
    margin-bottom: 80px; }
  .tabs__content {
    margin-bottom: 0px; }
  footer .footer-row {
    padding-left: 11px;
    padding-top: 50px; }
  footer .desc {
    padding: 10px 90px 20px 0px; }
  footer .tel {
    flex-wrap: wrap; }
  footer .form-col {
    padding-top: 15px; }
  #c-form .area-col textarea {
    padding: 14px 14px; }
  .radio input[type="radio"] + .radio-label:before {
    top: 1.2em;
    left: 1.7em;
    margin-right: 2.5em; }
  .radio input[type="radio"] + .radio-label {
    font-size: 14px;
    padding-right: 40px; }
  #c-form .send-form {
    margin-top: 0px; }
  footer .copy {
    margin-top: 55px;
    flex-wrap: wrap; }
  footer .copy .develop {
    margin-top: 35px; }
  footer {
    padding-bottom: 30px; }
  .pc-none {
    display: block !important; }
  .pay_method-container .methods:last-child .var {
    display: none; }
  .pay_method-container .methods {
    padding: 0 0px 0 10px;
    margin-top: 5px; }
  .pay_method-container .d-flex .btn-cont {
    margin-top: 33px; }
  .pay_method-container .methods:last-child .offert {
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    margin-top: 8px; }
  #header .children-bg .blue-bg {
    height: 435px; }
  #header .header-row .logo-container {
    margin-left: 6px;
    margin-top: 12px; }
    #header .header-row .logo-container img {
      width: 87%; }
  .header-link-container .btn {
    width: 50px; }
  #header .header-row .header-link-col {
    -webkit-box-pack: center;
    justify-content: center; }
  .mob-menu-open {
    height: 48px;
    border-radius: 24px;
    background-image: -webkit-gradient(linear, left top, right top, from(#06a2e6), to(#1981d0));
    background-image: linear-gradient(90deg, #06a2e6 0%, #1981d0 100%);
    position: relative;
    width: 100%;
    margin-left: 30px;
    padding: 16px 10px 8px 20px; }
    .mob-menu-open span {
      display: block;
      width: 40%;
      height: 0.25rem;
      background: #fff; }
    .mob-menu-open span:not(:last-child) {
      margin-bottom: 0.25rem; }
  #menu.active {
    display: block;
    padding-top: 90px; }
  .mob-menu-open.active span:first-child {
    display: none; }
  .mob-menu-open.active span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: -15px;
    margin-top: 5px;
    height: 0.2rem; }
  .mob-menu-open.active span:last-child {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-left: -15px;
    margin-top: -7px;
    height: 0.2rem; }
  .mobile-menu .show-menu {
    display: none; }
  .mobile-menu {
    z-index: 1111; }
  .mobile-menu ul {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#06a2e6), to(#1981d0));
    background-image: linear-gradient(180deg, #06a2e6 0%, #1981d0 100%); }
  .mob-menu-open {
    z-index: 9999; }
  .mobile-menu ul .mobile-nenu-btn-cont {
    display: block;
    margin-bottom: 10px; }
    .mobile-menu ul .mobile-nenu-btn-cont a {
      width: 100%;
      height: 87px;
      background-color: #2cafe959;
      margin: auto; }
  #header .header-row {
    padding-bottom: 22px; }
  #header .children-bg {
    height: 430px; }
  .pay-cont-wrap .text-container {
    padding: 4px 38px 0px 15px; }
  .mobile-menu li.mobile-menu-btn-cont {
    display: block;
    margin-bottom: 10px; }
  .mobile-menu li .linear-btn {
    margin: 0;
    background-color: #2cafe9; } }

@media (min-width: 320px) and (max-width: 414px) {
  #header .children-bg h4 {
    padding: 10px 80px 10px 0px; }
  #header .children-bg h2 {
    margin-top: 75px; }
  .need-help-all {
    font-size: 12px; }
  .pay-img-cont {
    padding-right: 0px;
    padding-left: 0px; }
  .child-name h5 {
    font-size: 14px; }
  .child-desc {
    font-size: 12px; }
  #progress1 .counter-info {
    top: 29%;
    left: 13%; }
  .pay-col .more-child-info {
    padding-right: 15px; }
  .btn {
    width: 100%; }
    .btn span {
      margin-left: auto;
      margin-right: auto; }
    .btn img {
      margin-right: 0; }
  .pay-col .child-help {
    padding-right: 5px; }
  .pay-cont-wrap {
    height: 420px; }
  .pay-cont-wrap .pay_cont {
    height: 380px; }
  .pay-row {
    margin-bottom: 90px; }
  .pay_method-container {
    padding: 30px 20px 27px 20px; }
  .pay_method-container .var {
    font-size: 11px; }
  .pay_method-container .d-flex .btn-cont a {
    width: 190px; }
  .right-col .achivement .achiv-date {
    padding: 10px 13px; }
  .small-txt {
    font-size: 9.5px; }
  .right-col .counter-container .count {
    font-size: 35px; }
  .right-col {
    margin-top: 45px; }
  .found-row {
    padding-bottom: 45px; }
  #progress2 .counter-info,
  #progress3 .counter-info {
    padding: 0 25px 0 25px;
    top: 25%; }
  #progress2 .count,
  #progress3 .count {
    font-size: 22px; }
  #progress2 .count-desc,
  #progress3 .count-desc {
    font-size: 10px; }
  #progress2,
  #progress3 {
    height: 135px; }
  .news-row .card-news {
    height: 300px; }
  .news-row .card-news .card-info h4 {
    font-size: 20px; }
  .card-info .card-desc {
    font-size: 14px; }
  .radio input[type="radio"] + .radio-label {
    padding-right: 0px; }
  .app-row .download img {
    width: 100%; }
  .mobile-menu li a {
    padding: 15px 25px; }
  #menu.active {
    padding-top: 30px; }
  .header-link-container .btn span {
    display: none; } }

/*@MEDIA*/
