@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
body {
  width: 100%;
  height: 100%;
  background: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 22px; }

ul {
  padding: 0;
  margin: 0; }

li {
  list-style: none; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: none;
}
.top-part {
  background: #050505;
  padding: 10px 0; }

.social-media ul {
  display: flex; }
  .social-media ul li {
    margin-right: 15px; }
    .social-media ul li a {
      color: #A5A5A5;
      font-size: 16px; }
      .social-media ul li a:hover {
        color: #1A2891; }

.language {
  display: flex;
  justify-content: flex-end; }
  .language p {
    margin: 0;
    color: #fff;
    font-size: 14px;
    margin-right: 10px; }
  .language select {
    color: #1A2891;
    font-size: 14px; }

.navbar {
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 3; }

.nav-item {
  margin-left: 15px;
  margin-right: 15px; }

.navbar-light .navbar-nav .nav-link {
  color: #707070;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 2px solid #fff;
  padding: 29px 5px; }

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  border-bottom: 2px solid #1A2891;
  color: #1A2891; }

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
  border-bottom: 2px solid #1A2891;
  color: #1A2891; }

.register-btns {
  display: flex;
  margin-left: 10px; }

.btn-dark {
  background: #252525;
  border-radius: 30px;
  padding: 10px 15px; }

.btn-warning {
  background: #1A2990 !important;
  border-color: #1A2990 !important;
  border-radius: 30px !important;
  padding: 10px 15px !important;
  color: #fff !important; }

.btn-success {
  border-radius: 30px;
  padding: 10px 15px;
  color: #fff; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: -48px;
  z-index: 4;
  position: relative; }

.owl-theme .owl-dots .owl-dot span {
  background: #F9C39D; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
  border: 2px solid #1A2891; }

.total-count {
  display: flex;
  align-items: center;
background:linear-gradient(to right, #172892 0%, #172892 50%, #252525 50%, #252525 50%, #252525 100%); 
flex-wrap: wrap;
}

.total-count a {
    display: inline-block;
    width: 50%;
}
  .total-count .left-count {
    text-align: center;
    padding:  15px 15px 30px 15px;  }
    .total-count .left-count img {
      max-width: 100%; }
    .total-count .left-count h4 {
		    color: #fff;
      font-size: 34px;
      font-weight: 600;
      margin-bottom: 10px;
      margin-top: 15px; }
  .total-count .right-count {
    /*width: 60%;*/
    width: 100%;
    background: #252525;
    text-align: center;
    padding: 15px 15px 30px 15px;
    color: #fff;
   }
    .total-count .right-count img {
      max-width: 100%; }
    .total-count .right-count h4 {
      font-size: 34px;
      font-weight: 600;
      margin-bottom: 10px;
      margin-top: 0px; }

.about-part {
  padding: 80px 0; }

.about-img img {
  max-width: 100%; }

.about-text .main-heading {
  margin-top: 0; }
.about-text p {
  color: #000;
  line-height: 26px;
  font-weight: 500; }

.main-heading {
  font-size: 44px;
  color: #000;
  font-weight: 700; }
  .main-heading span {
    color: #1A2891; }

.division-interest {
  background: #000;
  padding: 80px 0; }
  .division-interest .main-heading {
    color: #fff;
    font-size: 30px; }

.division-box {
  background: #fff;
  border-radius: 12px;
  text-align: center;
  position: relative;
  margin-top: 90px;
  min-height: 194px;
  padding-top: 80px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px; }
  .division-box .division-icon {
    width: 105px;
    height: 105px;
    padding: 10px 15px;
    border-radius: 50%;
    background: #172892;
    text-align: center;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center; }
    .division-box .division-icon img {
      max-width: 100%; }
  .division-box h5 {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    margin: 10px 0; }
    .division-box h5 a {
      color: #000; }

.owl-theme .custom-nav {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0; }
  .owl-theme .custom-nav .owl-prev, .owl-theme .custom-nav .owl-next {
    position: absolute;
    height: 100px;
    color: inherit;
    background: none;
    border: none;
    z-index: 100; }
    .owl-theme .custom-nav .owl-prev i, .owl-theme .custom-nav .owl-next i {
      font-size: 2.5rem;
      color: #cecece; }
  .owl-theme .custom-nav .owl-prev {
    left: 0; }
  .owl-theme .custom-nav .owl-next {
    right: 0; }

.owl-theme .owl-nav {
  margin-top: 0; }

.owl-theme .owl-nav [class*=owl-] {
  color: #fff;
  margin: 5px;
  background: transparent;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 13px 6px;
  font-size: 32px; }

.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
  color: #172892; }

#division-slider .owl-prev {
  position: absolute;
  top: 50%;
  left: -80px; }
#division-slider .owl-next {
  position: absolute;
  top: 50%;
  right: -80px; }

.latest-news {
  background: #fff;
  padding: 80px 0; }
  .latest-news .main-heading {
    color: #000;
    font-size: 30px; }

.news-box >a{
  box-shadow: 0 0 10px #ddd;
  border-radius: 8px;
  overflow: hidden;
  margin-top: 15px;
  width: 100%;
  margin-bottom: 5px;
}
.news-box {
  height: 100%;
  display: flex;
}
.news-img img {
  width: 100%; }
  .news-box >a .news-img {
    height: 273px;
    overflow: hidden;
}
.news-box >a .news-img > img {
  max-height: 100%;
}
.news-text {
  padding: 10px 15px; }
  .news-text h4 {
    font-size: 20px;
    color: #000; }
  .news-text p {
    color: #757575;
    margin: 0; }

.footer-part {
  background: #172892;
  padding: 60px 0;
  padding-bottom: 30px; }

.footer-box h4 {
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 30px; }
.footer-box h6 {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  margin: 15px 0; }
  .footer-box h6 a {
    color: #fff; }
  .footer-box h6 .fas {
    color: #fff;
    margin-right: 5px; }
.footer-box ul li {
  margin-bottom: 5px; }
  .footer-box ul li a {
    color: #A5A5A5;
    font-size: 15px;
    display: inline-block;
    padding: 4px 0;
    font-weight: 500; }
    .footer-box ul li a:hover {
      color: #fff; }
.footer-box p {
  color: #A5A5A5; }
  .footer-box p .fas {
    color: #fff;
    font-size: 22px;
    margin-right: 5px; }

.footer-social ul {
  display: flex; }
  .footer-social ul li {
    margin-right: 15px; }
    .footer-social ul li a {
      color: #A5A5A5;
      font-size: 16px; }
      .footer-social ul li a:hover {
        color: #1A2891; }

.footer-flag {
  text-align: center;
  padding: 10px 0;
  margin-top: 15px; }
  .footer-flag img {
    max-width: 100%; }

.copy-right {
  border-top: 1px solid rgb(255 255 255 / 33%);
  padding: 15px 0;
  background: #172892; }

.copy {
  color: #D2D2D2;
  font-size: 13px;
  margin: 0; }

.payment-card {
  text-align: right; }

.login-part {
  background: url("/../images/images-darkblueconcept/login-bg.jpg") no-repeat;
  background-size: cover;
  min-height: 100vh;
  padding: 60px 0; }
  .login-part .main-heading {
    color: #fff; }

.relative {
  position: relative; }
  .relative .form-icon {
    position: absolute;
    top: 20px;
    left: 0;
    color: #1A2891;
    font-size: 20px; }

.register-form {
  padding-right: 18%;
  margin-top: 8%; }
  .register-form .form-control {
    background: transparent;
    min-height: 62px;
    font-size: 14px;
    border: none;
    border-bottom: 1px solid #666;
    border-radius: 0;
    padding-left: 30px;
    color: #fff; }
    .register-form .form-control:focus {
      box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.25); }
  .register-form ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1;
    /* Firefox */ }
  .register-form :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff; }
  .register-form ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff; }

.register-img {
  margin-top: 8%;
  text-align: center; }
  .register-img img {
    max-width: 100%; }

.captcha {
  display: flex;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px; }
  .captcha .captcha-text {
    font-size: 12px;
    margin-right: 10px;
    color: #828282;
    margin-bottom: 0; }
  .captcha .captcha-input {
    border: 1px solid #1A2891;
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    height: 40px;
    margin: 0 10px;
    width: 140px;
    padding: 4px 8px;
    background: transparent; }

.btn-sm {
  padding: 5px 20px; }

.disclaimer-text {
  color: #828282; }

.disclaimer-img {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px; }

.disc-modal .modal-body {
  background: rgba(0, 0, 0, 0.99);
  border-radius: 0;
  padding: 15px 40px; }

.modal.show .modal-dialog {
  background: rgba(0, 0, 0, 0.99); }

.after-login {
  margin-left: 30px; }

.registration-banner {
  background: url("../../images/full-width-bg.jpg") no-repeat;
  padding: 60px 0;
  text-align: center; }

.register-title {
  color: #1A2891;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 50px; }

.registration-part {
  padding: 60px 0; }

.card-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #1A2891;
  margin: 0;
  padding: 15px 20px;
  overflow: hidden;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px; }
  .card-title h5 {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    margin: 0; }

.card-body {
  padding: 0 15px;
  background: #252525; }

.text-warning {
  color: #1A2891 !important; }

.form-group {
  margin-bottom: 30px; }
  .form-group label {
    color: #C4C4C4;
    font-size: 14px; }
  .form-group .form-control {
    background: transparent;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #A1A1A1;
    color: #fff;
    padding: 4px 2px; }
    .form-group .form-control:focus {
      box-shadow: none; }
  .form-group .form-select {
    background: transparent;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #A1A1A1;
    padding: 4px 2px;
    color: #fff; }
    .form-group .form-select option {
      background: #252525; 
      color: #fff;}
    .form-group .form-select:focus {
      box-shadow: none; }
.hrborder {
  background-color: #A1A1A1;
  margin: 15px 0; }

.no-radius {
  border-radius: 0; }

.img-check {
  margin-bottom: 10px; }
  .img-check input[type="checkbox"] {
    opacity: 0; }
  .img-check label {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .img-check label::before {
    content: "";
    display: block;
    border-radius: 50%;
    position: absolute;
    top: -8px;
    right: -8px;
    width: 23px;
    height: 23px;
    text-align: center; }
  .img-check :checked + label {
    border-color: #1A2891; }
  .img-check :checked + label::before {
    content: "";
    background: url("../images/check-icon.png") no-repeat;
    width: 23px;
    height: 23px; }
  .img-check :checked + label .custom-checkbox {
    background: #1A2891; }
    .img-check :checked + label .custom-checkbox p {
      color: #fff; }
  .img-check :checked + label .custom-checkbox .check-img {
    background: #fff; }

.custom-checkbox {
  display: flex;
  align-items: center;
  background: #313131; }
  .custom-checkbox .check-img {
    width: 60px;
    height: 60px;
    background: #4a4a4a;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center; }
    .custom-checkbox .check-img img {
      max-width: 100%; }
  .custom-checkbox .check-text {
    width: 84%;
    padding-left: 10px;
    padding-right: 10px; }
    .custom-checkbox .check-text p {
      color: #808080;
      font-size: 13px;
      margin: 0; }

.price-box {
  display: flex;
  justify-content: center;
  width: 230px;
  margin: 15px auto; }
  .price-box .dollar {
    background: #1A2891;
    text-align: center;
    padding: 8px 10px;
    width: 56px; }
  .price-box .dollar-price {
    width: 70%; }
    .price-box .dollar-price input {
      border: 1px solid #313131;
      color: #fff;
      font-size: 30px;
      font-weight: bold;
      width: 100%;
      background: transparent;
      text-align: center;
      height: 71px;
      border-left: 0; }
      .price-box .dollar-price input:focus {
        border: 1px solid #313131; }

.faq-part {
  padding: 80px 0; }

.accordion {
  margin-top: 40px; }

.accordion-item {
  margin: 15px 0;
  border: none; }

.accordion-button {
  box-shadow: 0 0 10px #dbdbdb;
  font-weight: bold;
  font-size: 16px;
  border-radius: 0;
  border-left: 4px solid #fff;
  padding-left: 64px; }

.accordion-button:not(.collapsed) {
  color: #4E4E4E;
  background-color: #fff;
  box-shadow: 0 0 10px #dbdbdb;
  border-left: 4px solid #1A2891; }

.accordion-item:first-of-type .accordion-button {
  border-radius: 0; }

.accordion-item:last-of-type {
  border-radius: 0; }

.accordion-collapse {
  box-shadow: 0px 6px 10px #dbdbdb; }

.accor-number {
  background: #1A2891;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  width: 50px;
  display: inline-block;
  height: 52px;
  text-align: center;
  padding: 12px 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5; }

.accordion-header {
  position: relative; }

.contact-box {
  text-align: center;
  margin-top: 20px;
  background: #eee;
  margin: 15px 0;
  border-radius: 8px;
  padding: 15px;
  min-height: 150px; }
  .contact-box a {
    color: #333333; }

.contact-box .fa {
  font-size: 36px;
  color: #1A2891; }

.contact-box h4 {
  font-size: 20px;
  color: #333333;
  margin-top: 15px; }

.send-msg {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 5px #ddd;
  padding: 20px;
  margin-top: 20px; }
  .send-msg .form-control {
    min-height: 48px;
    border-radius: 6px;
    border: 1px solid #e7e7e7;
    font-size: 14px;
    color: #000; }

.news-detail-text {
  padding: 15px 30px; }


.credit-card-box{
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 15px 20px;
    margin: 30px 0;
    margin-top: 15px;
    overflow: hidden;
}
.payment-title{
    font-weight: 700;
    font-size: 18px;
    margin-top: 30px;
}
.credit-card-box .form-control{
    color: #000;
    min-height: 42px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #ddd;
}
#inst_box {
    background: #f2f2f2;
    border-radius: 5px;
    padding: 5px 10px;
    color: #565656;
    width: 100%;
    display: inline-block;
    border: 1px solid #ddd;
}
.credit-card-box .control-label {
    color: #8e8e8e;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 4px;
}
.credit-card-box .form-check-label{
    font-weight: 500;
}
.hide{
    display: none;
}

.counter-number{
  display: flex;
  justify-content: center;
}
.counter-number li {
    background: #000;
    border-radius: 5px;
    color: #fff;
    font-weight: 600;
    padding: 22px 10px;
    font-size: 50px;
    margin: 5px 3px;
    text-align: center;
    box-shadow: 0 0 5px #666;
}

.counter-number span {
  background: #000;
  border-radius: 5px;
  color: #fff;
  font-weight: 600;
  line-height: 50px;
  padding: 8px 0;
  font-size: 50px;
  margin: 5px 3px;
  text-align: center;
  box-shadow: 0 0 5px #666;
  flex: 0 0 48px;
}

.form-group select option{
  color: #000;
}
::-webkit-calendar-picker-indicator {
    filter: invert(1);
   /* width: 100%;
    margin-left: 0;
    background: transparent !important;
    color: #fff;*/
}
.float-end{
  margin-top: 5px;
  margin-left: 5px;
}
.sponsor-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .sponsor-list ul li {
    /*width: 19%;*/
    width:auto;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin: 5px;
    background: #fff;
    text-align: center; }
    .sponsor-list ul li .sponsor-logo {
      margin-bottom: 10px; }
      .sponsor-list ul li .sponsor-logo img {
        width: 100%;
        height: 100%; }
    .sponsor-list ul li h4 {
      margin-top: 15px;
      color: #666;
      font-size: 16px; }

.sponsor-login {
  text-align: center;
  margin-bottom: 30px; }

.btn-outline-success {
  border-radius: 30px;
  padding: 8px 20px; }

.btn-outline-dark {
  border-radius: 30px;
  padding: 8px 20px; }
  
  
  /**slider css**/
  
  div#kidsSaveOwn {
    position: absolute;
    top: 10px;
    z-index: 2;
    left: 0;
    right: 0;
	text-align: center;
}


.carousel-fade .carousel-item {
	opacity: 0;
	transition-duration: .6s;
	transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
	opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {

	opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
	transform: translateX(0);
	transform: translate3d(0, 0, 0);
}

.carousel-item img {
    width: 100%;
    height: auto;
}

.white-bg .be-one h2 
{
	background:rgba(0,0,0,0.2);
}


.white-bg .be-one h2 font
{
	padding-bottom:20px;
}

.be-one {
    display: flex;
    right: 27%;
    bottom: 15%;
    flex-direction: row;
    position: absolute;
}

.be-one h2 {
    font-size: 75px;
    font-weight: 100;
    margin-right: 74px;
    letter-spacing: -0.05em;
    line-height: 90px;
    color: #fff;
}

.be-one h2 font {
    font-size: 200px;
    font-family: 'Accidental Presidency', sans-serif;
    display: block;
    line-height: 120px;
    letter-spacing: 0.02em;
}


.video-icons {

	display: flex;

	align-items: center;

	justify-content: center;

	flex-direction: column;
	margin: 0 10px 0 0px;

}

a.play-bg {
    background: rgba(0,156,188,.5);
    height: 90px;
    width: 90px;
    font-size: 20px;
    float: left;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
	margin: 40px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 4px solid #fff;
    box-sizing: border-box;
}

a.play-bg:hover
{
	text-decoration:none;
	background: rgba(0,156,188,1);
}

a.play-bg i
{
    font-size: 30px;
}

.video-icons span {

	float: left;

	color: #fff;

	margin-top: 15px;
	font-size: 17px;

}
form.gsc-search-box {
  margin-bottom: 0px;
}
form.gsc-search-box .gsc-input-box {
  border-radius: 50px 0px 0px 50px;
  border: none;
  padding: 0;
}
form.gsc-search-box .gsc-search-box td.gsc-clear-button {
  display: none;
}
form.gsc-search-box td.gsc-input {
  padding-right: 0px;
}
 
form.gsc-search-box .gsc-input-box td.gsib_a {
  padding: 0px;
}
form.gsc-search-box input.gsc-input {
  border-radius: 50px 0 0 50px;
  font-size: 14px;
  height: 64px !important;
  padding: 10px !important;
  background-position: 20px center !important;
  
}
form.gsc-search-box button.gsc-search-button {
  padding: 20px 25px 20px 25px;
  border-radius: 0 50px 50px 0;
  margin: 0px;
  background-color: #1A2990;
  border-color: #1A2990;
}
.gsc-search-button {
    position: relative;
    margin: 0px;
}
form.gsc-search-box .gsc-input-box td.gsib_a {
  padding: 0px;
}
form.gsc-search-box .gsc-search-box td.gsc-input {
  padding-right: 0px;
}
form.gsc-search-box button.gsc-search-button svg {
  width: 20px;
  height: 20px;
}

.pop-counter span.nobg
{
	background:none;
	width:10px;
	border:none;
	box-shadow:none;
}

.top-part.search-top .container {
    max-width: 768px;
} 

.clock-cont h4 img {
    max-width: 110px !important;
}

/*.gsc-control-cse.gsc-control-cse-en {
    display: none;
}*/

.footer-box .mt-3 img{
	width:55%;
}

.footer-box a.mt-5 img {
    width: 95%;
}

.footer-box a.mt-5 {
    display: inline-block;
    width: 48%;
} 
.child-info h6{color:#fff !important;}
.alert{padding-top:2px;}
 
#division-slider.owl-theme .owl-nav [class*=owl-] {
  color: #fff;
  margin: 5px;
  background: transparent;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 13px 6px;
  font-size: 32px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
  color: #172892;
}
.footer-part a.footer-logo {
  max-width: 200px;
}
.footer-part a.footer-logo img {
  width: auto;
  max-width: 100%;
}
.payment-card a img {
  width: auto;
  height: 40px;
}
.payment-card a {
  padding: 0 5px 10px 5px;
}
.payment-card {
  margin: 0 -5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}

.pay-detail img {
    /*width: 186px !important;
    height: 56px !important;
	padding: 0 2px 0px 2px;*/
	width: 100% !important;
    height: 100% !important;
}

.pay-detail-top img{
	width: 186px !important;
    height: 56px !important;
}

.news-box .news-img img.vid-play {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    filter: invert(1);
    transform: translateY(-50%);
        pointer-events: none;
}

.news-box .news-img {
    position: relative;
}


.pay-detail,.pay-detail-top{
	text-align: justify;
	 /*margin-top: 59px;
	  display: table;*/
	 padding: 0;
	 margin-top: 60px;
}

.pay-detail a,.pay-detail-top a {
  padding: 0 !important;
}
.register-step-nav {
  margin-top: 15px;
  text-align: right;
}

.payment-card.pay-detail.installment {
    margin-top: 145px !important;
}
.registration-banner video {
  height: auto;
}
h6.blockTopickTitle {
  margin-top: 40px;
  font-size: 18px;
  margin-bottom: 15px;
}
form .alert-danger {
  padding: 0;
  background-color: transparent;
  border: none;
  margin-top: 4px;
  margin-bottom: 0px;
  color: #dc3545;
  font-size: 12.25px;
  font-weight:700 ;
}
.carousel-indicators button.active {
  width: 40px;
}
.carousel-indicators button  {
 transition: 0.5s;
}
h4.blockTopickTitle {
  margin-top: 40px;
}
ul[type="disc"] li {
  margin-bottom: 15px;
}
.kidsfundsbody {
  color: #5b5959;
}
ul.listLink {
  white-space: pre-line;
}
ul.listLink li a {
  word-break: break-word;
}

form.gsc-search-box .gsc-search-box .gsib_a::before {
  background-image: url(https://gamex.kloudexpert.com//images/images-darkblueconcept/mic-icon-23-3.svg);
  width: 24px;
  height: 24px;
  background-size: 100%;
  content: "";
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}
form.gsc-search-box .gsc-search-box .gsib_a {
  position: relative;
}
.payment_satisfaction {
    min-height: 319px;
	margin-top: 49px;
	text-align: center;
}

.payment_stripe {
    min-height: 290px;text-align: center;margin-top: 35px;
}

@media only screen and (min-width: 320px) and (max-width: 767px)  {
  .total-count a {
    width: 100%;
}
.top-part .language {
  align-items: center;
}
.counter-number span {
  line-height: 30px;
  font-size: 32px;
  margin: 5px 2px;
  flex: 0 0 30px;
}
.total-count .left-count .clock-cont h4 {
  color: #333;
}
.total-count .clock-cont h4 {
  font-size: 26px;
}
.about-img video {
  height: auto;
}
.news-box a{
  margin-top: 30px;
  height: auto;
}
.news-box a+ a{
  margin-top: 30px;
}
.footer-part .footer-box {
  margin-bottom: 30px;
}
.footer-box h4 {
  margin-bottom: 15px;
}
.payment-card {
  justify-content: center;
}
.copy-right p.copy {
  margin-bottom: 15px;
}
.card-title {
  text-align: center;
}


}
@media only screen and (min-width: 320px) and (max-width: 480px)  {
  .counter-number span {
    line-height: 26px;
    font-size: 28px;
    margin: 5px 2px;
    flex: 0 0 26px;
}
.clock-cont h4 img {
  max-width: 70px !important;
}
.total-count .clock-cont h4 {
  font-size: 23px;
}
}

@media only screen and (max-width: 767px) {
.payment_satisfaction,.payment_stripe {
    min-height: inherit;
	text-align: center;
}
.pay-detail img,.pay-detail-top img {
    /*width: 170px !important;*/
    margin-bottom: 30px !important;
}
.pay-detail{
	padding:0;
	margin-bottom: 26px;
}
.payment_stripe img,.payment_satisfaction img{
	width:100% !important;
}
.pay-detail img {
	padding: 20px !important;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px)  {
.counter-number span {
  line-height: 32px;
  font-size: 34px;
  margin: 5px 2px;
  flex: 0 0 29px;
}
section .total-count {
  flex-direction: inherit;
  display: flex;
}
.total-count .right-count h4{ font-size: 26px;}
.payment-card {
  justify-content: center;
}
.footer-part .footer-box {
  margin-bottom: 30px;
}
.registration-banner video {
  height: auto;
}
.pay-detail img{
	/*width:15% !important;
	width: 117px !important;*/
}
.pay-detail .card {
    border: none;
    min-width: 185px !important;
}
.payment_satisfaction {
    min-height: 497px;
}
.payment_stripe {
    /*min-height: 599px;*/
	min-height: 456px;
}
.payment_stripe img,.payment_satisfaction img{
	width:100% !important;
}
.pay-detail-top img {
    width: 117px !important;
}
.payment-card.pay-detail.installment {
    margin-top: 185px !important;
}
.payment_satisfaction img,.payment_stripe img {
    width: 85% !important;
}
.payment_satisfaction img{
	margin-top: 93px !important;
	}
	.payment_stripe img {
	margin-top: 111px !important;
}
.pay-detail{
	margin-top:78px !important;
}
.vip-st {
    margin-top: 97px !important;
}
}

@media only screen and (min-width: 992px) and (max-width: 1129px)  {
	.pay-detail img {
    /*width: 79px !important;
	width: 162px !important;*/
}
.pay-detail .card {
    min-width: 176px !important;
}
.pay-detail{
	padding:0;
}

}

@media only screen and (min-width: 992px) and (max-width: 1199px)  {
.counter-number span {
  line-height: 40px;
  font-size: 36px;
  margin: 5px 2px;
  flex: 0 0 42px;
}
.container {
  max-width: 100%;
}
.navbar-light .navbar-nav .nav-link {
  font-size: 14px;
  padding: 29px 5px;
}
.navbar .register-btns a.btn {
  padding: 10px 12px !important;
}
nav.navbar .navbar-nav li.nav-item {
  margin-left: 8px;
  margin-right: 8px;
}
.pay-detail-top img {
    width: 163px !important;
}
.payment-card.pay-detail.installment {
    margin-top: 154px !important;
}
.payment_satisfaction img{
	margin-top: 21px !important;
	}
	.payment_stripe img {
	margin-top: 24px !important;
}
.vip-st {
    margin-top: 60px !important;
}
.pay-detail .card {
    min-width: 172px !important;
}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px)  {
	.payment_satisfaction img{
	margin-top: 21px !important;
	}
	.payment_stripe img {
	margin-top: 47px !important;
}
}

.payment_stripe img {
    width: 69%;
}

.payment_satisfaction img {
    width: 49%;
}

.pay-detail img {
    padding: 0 10px 0px 5px;
}

.pay-detail-top img {
    padding: 0 0px 0px 0;
}

.vip-st{
	margin-top: 18px;
}

/***stripe carousel start**/

@media (max-width: 767px) {
  .pay-detail .carousel-inner .carousel-item > div {
      display: none;
  }
  .pay-detail .carousel-inner .carousel-item > div:first-child {
      display: block;
  }
}
.pay-detail .card {
    border: none;
    min-width: 190px;
}
.pay-detail .carousel-inner .carousel-item.active,
.pay-detail .carousel-inner .carousel-item-next,
.pay-detail .carousel-inner .carousel-item-prev {
  display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {
  
  .pay-detail .carousel-inner .carousel-item-end.active,
  .pay-detail .carousel-inner .carousel-item-next {
    transform: translateX(25%);
  }
  
  .pay-detail .carousel-inner .carousel-item-start.active, 
  .pay-detail .carousel-inner .carousel-item-prev {
    transform: translateX(-25%);
  }
  img.mob-img.d-block.w-100{
	height:66px !important;
}
}

.pay-detail .carousel-inner .carousel-item-end,
.pay-detail .carousel-inner .carousel-item-start { 
transform: translateX(0);
}

.pay-detail .carousel-control-prev,
.pay-detail .carousel-control-next {
  background-color: #1a2990;
  width: 6vh;
  height: 6vh;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  opacity:.6 !important;
}

/***stripe carousel end**/

.sponsor-logo img,.logo-carousel img {
    /*max-width: 400px;*/
    margin:0 auto;
    max-width:100%;
    /*border: 1px solid #c3daf1;
    border-radius: 5px;*/
    padding: 11px;
}

.sponsor-list{
    text-align:center;
}
.sponsor-list .card h4 {
    margin-top: 15px;
    color: #666;
    font-size: 16px;
}

.sponsor-lis {
    margin: 0 ;
    justify-content: space-around;
}

.slick-slide{
        width: 100% !important;
    margin: 0 10px !important;
    display: flex !important;
    flex-direction: row;
}

.slick-track{
    width:550px !important;
    display:flex !important;
}

.sponsor-lis .card
{
    border:none !important;
    width: auto;
    padding: 5px;
    margin: 5px;
    background: #fff;
    text-align: center;
}

.sponsor-lis .carousel-item {
    min-height: 160px;
}

.sponsor-lis .card {
    border: none;
    min-width: 190px;
}

/*.sponsor-lis .carousel-inner .carousel-item.active, .sponsor-lis .carousel-inner .carousel-item-next, .sponsor-lis .carousel-inner .carousel-item-prev{
 display:block;   
}*/


.slick-slide {
  margin: 0px 20px;
}

.logo-carousel {
  overflow: inherit;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.slick-slide img {
  width: auto;
}

.slick-track::before,
.slick-track::after {
  display: table;
  content: '';
}

.slick-track::after {
  clear: both;
}

.slick-track {
  padding: 1rem 0;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  background: url(https://raw.githubusercontent.com/solodev/infinite-logo-carousel/master/images/arrow.svg?sanitize=true) center no-repeat;
  color: #fff;
  filter: invert(77%) sepia(32%) saturate(1%) hue-rotate(344deg) brightness(105%) contrast(103%);
  border: none;
  width: 2rem;
  height: 1.5rem;
  text-indent: -10000px;
  margin-top: -16px;
  z-index: 99;
}

.slick-arrow.slick-next {
  right: -40px;
  transform: rotate(180deg);
}

.slick-arrow.slick-prev {
  left: -40px;
}

/* Media Queries */

@media (max-width: 768px) {
  .slick-arrow {
    width: 1rem;
    height: 1rem;
  }
}


  
.row {
  overflow: hidden;
}  

/* JsFiddle Example only/don't use */
.logo-carousel {
  margin-top: 32px;
}








#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}

.sponsor-logo {
    text-align: center;
    /*background: #f1f1f1;*/
    padding: 22px 0;
}

.sponsor-logo .slide {
    margin-bottom: 41px;
    position: relative;padding: 0;
}

.sponsor-logo img {
    max-height: 222px;
    margin:0;padding:0;
} 

.sponsor-logo .sl {
    margin-right: 20px;
    border: 1px solid #ccc;
    min-height:290px;
    border-radius: 5px;
    box-shadow: 0 0px 11px #bda6a6;
    flex-direction: column;
}

.logo-s {
    float: left;
    width: 100%;
    margin-bottom: 75px;
}

.sponsor-logo h4 {
    margin-top: 10px;
    font-size: 17px;
    color: #888;
    position: absolute; 
     bottom: -2px;
}

.logo-s .news-img img {
    width: 100%;
    min-height: 288px;
}

.logo-s a {text-decoration:none;text-align:center;}

.logo-s .news-box{height:auto;}

.sponsor-logo .row {
    justify-content: center;
}


.gsc-control-cse {
    background: none !important;
    border: none !important;
}

h3.new-dt {
    margin-bottom: 32px;
}

.news-text p {
    font-size: 16px;
    line-height: 29px;
}
 