    *,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }
iframe {
	max-width: 100%;
}
html {
  font-size: 62.5%;

}

body {
  box-sizing: border-box;
  direction: rtl; }

@font-face {
  font-family: 'verdana';
  src: url("verdana/Verdana.eot");
  /* IE9 Compat Modes */
  src: url("verdana/Verdana.eot?#iefix") format("embedded-opentype"), url("verdana/Verdana.woff2") format("woff2"), url("verdana/Verdana.woff") format("woff"), url("verdana/Verdana.ttf") format("truetype"), url("verdana/Verdana.svg#svgFontName") format("svg");
  /* Legacy iOS */ }

@font-face {
  font-family: 'verdanaBold';
  src: url("verdana/Verdana-Bold.eot");
  /* IE9 Compat Modes */
  src: url("verdana/Verdana-Bold.eot?#iefix") format("embedded-opentype"), url("verdana/Verdana-Bold.woff2") format("woff2"), url("verdana/Verdana-Bold.woff") format("woff"), url("verdana/Verdana-Bold.ttf") format("truetype"), url("verdana/Verdana-Bold.svg#svgFontName") format("svg");
  /* Legacy iOS */ }

body {
  font-family: "verdana", sans-serif;
  color: #707070;
  font-weight: 400;
  line-height: 1.7; }

a:link, a:visited {
  /*color: #707070;*/
  text-decoration: none; }
  a:link:hover, a:visited:hover {
    color: #969696;
    text-decoration: none; }

h2.heading-primary {
  color: #2680eb;
  font-size: 2.5rem;
  text-align: right; }
  @media (min-width: 768px) {
    h2.heading-primary {
      font-size: 4vw; } }
  @media (min-width: 992px) {
    h2.heading-primary {
      font-size: 3vw; } }
  @media (min-width: 1199px) {
    h2.heading-primary {
      font-size: 2vw; } }
  @media (max-width: 767px) {
    h2.heading-primary {
      text-align: center; } }

h2.heading-primary-center {
  color: #2680eb;
  text-align: center; }
  @media (min-width: 768px) {
    h2.heading-primary-center {
      font-size: 4vw; } }
  @media (min-width: 992px) {
    h2.heading-primary-center {
      font-size: 3vw; } }
  @media (min-width: 1199px) {

    h2.heading-primary-center {
      font-size: 2vw; } }
  @media (max-width: 767px) {
    h2.heading-primary-center {
      text-align: center; } }
      
      .img-left {
        float: left;
        margin: 20px;
      }

.mr-20 {
    margin-right: 20px;
}

.orange-box {
    background-color: #FEA144;
    border-radius:10px;
    text-align: center;
    height: 210px;
    max-height: 210px;
}

.w-100 iframe {
        max-width: 100%;
}
.orange-box:hover {
    box-shadow: 0 10px 20px #00000038;
}
    
.orange-box a p{
    color: #fff!important;
    font-weight: bold;
    font-size: 22px!important;
    padding: 0 5px 5px 0;
    line-height:0.9!important;

}

.p-title {
        font-size: 42px;
    font-weight: bold;
}
.heading-secondary {
  color: #707070;
  font-size: 2.5rem;
  line-height: 1.5; }
  @media (max-width: 767px) {
    .heading-secondary {
      font-size: 1.9rem; } }

.heading-tertiary {
  color: #2680eb;
  font-size: 2rem; }

.heading-gray {
  color: #707070;
  font-size: 2.2rem;
  line-height: 1.3; }
  @media (max-width: 767px) {
    .heading-gray {
      font-size: 1.7rem; } }
      
  
      ul,ol {
           margin-right: 20px;
      }
     
blockquote {
    border-right: 5px solid #eee;
    border-left:unset;
}
p:not(#breadcrumbs),
ul,
ol{
  color: #707070;
  font-size: .9vw;
  line-height: 1.5; }
  @media (max-width: 1200px) {
    p:not(#breadcrumbs),ul,
ol {
      font-size: 17px; } }

input {
  font-size: 14px; }

.text-black {
  color: #000000 !important; }

.blue, .blue > * {
  color: #2680eb !important; 
  margin-bottom:15px;
}

.u-center-text {
  text-align: center; }

.u-margin-bottom-8 {
  margin-bottom: 8rem; }

.u-margin-bottom-4 {
  margin-bottom: 4rem; }

.w-100 {
  max-width: 100%; }

.w-m-100 {
  max-width: 100%;
  width: 100%; }

@media screen and (min-width: 1200px) {
  .marginStart {
    margin-left: 1vw;
    margin-right: 2.5vw; }
  .marginEnd {
    margin-left: 2.5vw; }
  .margin-top-4vw {
    margin-top: 4vw; }
  .margin-top-2vw {
    margin-top: 2vw; } }

.p-0 {
  padding: 0; }

.pl-3 {
  padding-left: 3em; }

.pt-3 {
  padding-top: 3em; }

.pt-6 {
  padding-top: 4em; }
  @media (max-width: 767px) {
    .pt-6 {
      padding-top: 2em; } }

@media (max-width: 767px) {
  .d-flex .row {
    display: flex;
    flex-direction: column-reverse; } }

.is-style-default {
  border: 1px solid #cdcdcd;
  width: 80%;
  margin: 50px auto; }

.mr-40 {
  margin-right: 40px; }

.float-left {
  float: left;
  margin-right: 25px; }
  @media (max-width: 767px) {
    .float-left {
      margin-left: 10px;
      margin-right: 10px; } }

.float-right {
  float: right; }
  @media (max-width: 767px) {
    .float-right {
      float: unset; } }
      
@media (min-width: 768px){
    .sm-offset-1-col {
        margin-right: 8.33333333%;
    }
}
.mt-4 {
  margin-top: 4rem; }

.text-right {
  text-align: right !important; }

.btn {
  background: #0662d0;
  background: -moz-linear-gradient(left, #0662d0 0%, #2680eb 100%);
  background: -webkit-linear-gradient(left, #0662d0 0%, #2680eb 100%);
  background: linear-gradient(to right, #0662d0 0%, #2680eb 100%);
  padding: .8rem 1.5rem !important;
  font-size: 1.6rem;
  color: #fff; }
  .btn:hover {
    background: #3d8eed;
    color: #fff !important; }
  .btn:link, .btn:visited {
    text-decoration: none;
    display: inline-block;
    border-radius: .4rem;
    position: relative;
    color: #fff; }
  .btn--gradientBlue {
    color: white;
    background: #0662d0;
    background: -moz-linear-gradient(left, #0662d0 0%, #2680eb 100%);
    background: -webkit-linear-gradient(left, #0662d0 0%, #2680eb 100%);
    background: linear-gradient(to right, #0662d0 0%, #2680eb 100%); }
    .btn--gradientBlue:hover {
      background: #2a88f9; }
  .btn--green {
      line-height: 1.42857143;
    background-color: #00CC8E !important;
    border: 1px solid white;
    box-shadow: 0 0 5px grey;
    text-transform: none !important;
    padding: .8rem 1.5rem !important;
    font-size: 1.6rem;
    border-radius: .4rem; }
    #menu-item-69 ul{
        width:100%;
    }
    @media (min-width: 1199px) {
      .btn--green {
        display: none; } }
    .btn--green:hover {
      background: #00e6a0; }
  .btn--big {
    padding: 2.2vw 7vw !important;
    font-size: 2rem;
    margin-bottom: 1em; }
    @media (min-width: 1199px) {
      .btn--big {
        padding: 1vw 2.3vw !important;
        font-size: 2.3rem; } }
    @media (max-width: 767px) {
      .btn--big {
        margin-bottom: 3rem; } }
  .btn--medium {
   padding: .8vw 2vw !important;
    font-size: 1.5em; }
    @media (max-width: 767px) {
      .btn--medium {
        padding: 2.5vw 5vw !important;
        font-size: 1.5em; } }

.ugb-btn {
  justify-content: right; }
  @media (max-width: 767px) {
    .ugb-btn {
      justify-content: center; } }
  .ugb-btn .ugb-button--size-large {
    padding: .95em 2em;
    font-size: 1.3em;
    font-weight: 100; }
    @media (max-width: 767px) {
      .ugb-btn .ugb-button--size-large {
        font-size: 1.1em; } }

.ugb-btn-center .ugb-button--size-large {
  padding: .95em 2em;
  font-size: 1.3em;
  font-weight: 100; }
  @media (max-width: 767px) {
    .ugb-btn-center .ugb-button--size-large {
      font-size: 1.1em; } }

.btn-plan {
  width: 70%;
  padding: 1rem 0 !important; }

.btn-cont {
  padding: 1rem 5rem !important;
  margin-bottom: 3rem; }

.btn-pay {
  padding: 1rem 5rem !important;
  margin-bottom: 3rem; }
  @media (max-width: 767px) {
    .btn-pay {
      padding: 1.3rem !important; } }

@media (max-width: 767px) {
  .icons-card {
    margin-bottom: 4rem; } }

.icons-card--1 .heading-tertiary, .icons-card--2 .heading-tertiary, .icons-card--3 .heading-tertiary, .icons-card--4 .heading-tertiary {
  height: 50px; }

.icons-card--1 p, .icons-card--2 p, .icons-card--3 p, .icons-card--4 p {
  font-size: 18px;
  line-height: 1.4; }

nav {
  height: 70px;
  position: relative;
  z-index: 999; }

.stellarnav.dark {
  background: transparent; }
  

.stellarnav.dark .fa-phone {
position: relative;
right: -4px;
top: 1.5rem;
font-size: 2.1rem;
transform: rotate(-15deg); }

@media (min-width:1000px){
.stellarnav.dark .fa-phone {
position: relative;
right: -4px;
top: .85vw;
font-size: 1.3vw;
transform: rotate(-15deg); }}
    
  .stellarnav.dark a.dd-toggle {
    position: absolute;
    top: 0;
    left: 0;
    right: unset;
    padding: 0;
    width: 48px;
    height: 48px;
    text-align: center;
    z-index: 9999;
    border: 0; }
    .stellarnav.dark a.dd-toggle .icon-plus {
      margin-right: 15px; }
  .stellarnav.dark ul ul {
    background-color: #2680eb !important;
    background-image: none;
    text-align: right;
    padding: 10px; }
    .stellarnav.dark ul ul li {
      padding: 5px; }
  .stellarnav.dark ul li.has-sub a::after {
    margin-right: 10px;
    margin-left: unset; }
  .stellarnav.dark ul li a {
    font-size: 1.8rem;
    padding: 5px; }
    @media (min-width: 1000px) {
      .stellarnav.dark ul li a {
        font-size: .95vw; } }
    .stellarnav.dark ul li a:hover:not(.btn) {
      color: #000; }
    .stellarnav.dark ul li a[aria-current="page"] {
      color: #000; }

.stellarnav.mobile {
  height: auto; }
  .stellarnav.mobile .menu-toggle .bars {
    transform: scale(2.5);
    position: absolute;
    top: 30px;
    right: 20px; }
  .stellarnav.mobile ul ul {
    padding: 0px; }
    .stellarnav.mobile ul ul li {
      padding: 0; }
      .stellarnav.mobile ul ul li a {
        font-size: 1.6rem;
        padding-right: 30px; }
  .stellarnav.mobile ul li a {
    padding: 15px; }

#masthead {
  background-image: url("img/headerBg.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px 0; }
  @media (min-width: 1199px) {
    #masthead {
      padding: 0.7vw 0 6vw; } }

@media (min-width: 1000px) {
  .mobileSpecial {
    display: none !important; } }

.mobileSpecial .custom-logo {
  width: auto;
  height: 50px; }

@media screen and (min-width: 1000px) {
  .custom-logo-link.desktopSpecial {
    margin-left: 2vw; } }

@media screen and (max-width: 1000px) {
  .desktopSpecial {
    display: none !important; }
  #masthead .custom-logo-link.mobileSpecial {
    position: absolute;
    width: auto;
    padding: 3px 3vw !important;
    margin: 10px 0 0 !important;
    left: 0; }
  #masthead .mobileSpecial {
    position: absolute;
    width: auto;
    padding: 6px 3vw !important;
    margin: 10px 0 0 !important; }
  #masthead .btn--gradientBlue.mobileSpecial {
    right: 25vw;
    z-index: 99;
    top: 7px; }
  .stellarnav.mobile.dark ul#desk-menu {
    background-color: #2680eb;
    margin-top: 30px; }
    .stellarnav.mobile.dark ul#desk-menu li a {
      text-align: right !important; } }

#menu-item-69 {
  display: none; }
  @media (min-width: 1000px) {
    #menu-item-69 {
      display: inline-block; } }
      
 .text-phone {
    margin-right: 1.3vw; } 
@media screen and (max-width: 1000px) {
  .text-phone {
    margin-right: 2rem; } }

@media screen and (min-width: 767px) {
  .mobile:not(.stellarnav) {
    display: none; } }



.titleTable {
  width: 245px;
  margin: 0 auto;
  color: white;
  text-align: center; }

.titleTable h3, .titleTable h4 {
  font-weight: bold; }

.successStoryFooter p {
  color: #fff !important; }

#successStoryCont {
  padding-bottom: 30px;
  color: white; }

.above-footer-bg {
  background-image: url("img/above-footer-kids.png"), url("img/above-footer-bg.png");
  background-repeat: no-repeat;
  background-position: 25% bottom,
 center center;
  background-size: contain,
 cover;
  padding: 3em 0; }
  @media (max-width: 767px) {
    .above-footer-bg {
      background-image: url("img/above-footer-kids.png"), url("img/above-footer-bg.png");
      background-position: left bottom,
 center center;
      background-size: 47%,
 cover; } }
  @media (min-width: 1199px) {
    .above-footer-bg {
      background-position: 35% bottom; } }
  .above-footer-bg .container {
    padding: 2em 10em 2em 0; }
    @media (min-width: 992px) {
      .above-footer-bg .container {
        padding: 2em 5em 2em 0; } }
    @media (min-width: 768px) {
      .above-footer-bg .container {
        padding: 2em 2em 2em 0; } }
    @media (max-width: 767px) {
      .above-footer-bg .container {
        padding: 0 1em 2em 0; } }
  .above-footer-bg__text {
    color: #fff;
    font-size: 2.5em;
    font-weight: bold;
    width: 44%;
    line-height: 1.5;
    margin-bottom: 1em; }
    @media (min-width: 992px) {
      .above-footer-bg__text {
        width: 46%;
		line-height: 1;} }
    @media (max-width: 767px) {
      .above-footer-bg__text {
        width: 82%;
        font-size: 2em;
        margin-bottom: 1.5rem;
        line-height: 1.4; } }
  @media (max-width: 767px) {
    .above-footer-bg__btn {
      margin-bottom: 4rem; } }

.sitemap {
  padding: 6rem 0;
  background-color: rgba(112, 112, 112, 0.08); }
  .sitemap__form {
    color: #707070;
    text-align: right; }
    .sitemap__form-title {
      font-weight: bold;
      font-size: 19px; }
    .sitemap__form-text {
      font-size: 15px !important;
      line-height: 1.5;
    text-align: right!important;}
    .sitemap__form input {
		width: 100%;
      max-width: 100%;
      border-radius: 3px;
      padding: 5px;
      text-align: right;
      border: 1px solid; }
    .sitemap__form input[type=submit] {
      max-width: 100%;
	  width: 100%;
      border: 1px solid transparent;
      background: #0662d0;
      background: -moz-linear-gradient(left, #0662d0 0%, #2680eb 100%);
      background: -webkit-linear-gradient(left, #0662d0 0%, #2680eb 100%);
      background: linear-gradient(to right, #0662d0 0%, #2680eb 100%);
      text-align: center;
      direction: rtl;
      color: #fff; }
      .sitemap__form input[type=submit]:hover {
        background: #2a88f9; }
    .sitemap__form-social {
      text-align: center; }
  .sitemap .footer-menu {
    display: none;
    list-style: none; }
    @media (min-width: 992px) {
      .sitemap .footer-menu {
        display: block; } }
    .sitemap .footer-menu li:first-child a {
      color: #b0b0b0;
      pointer-events: none; }
    .sitemap .footer-menu li:not(:last-child) {
      margin-bottom: 15px; }
    .sitemap .footer-menu li a {
      color: #707070;
 }
      .sitemap .footer-menu li a:hover {
        color: #969696;
        text-decoration: none; }
  .sitemap .copyright {
    margin-top: 15px;
    color: #b0b0b0; }
    .sitemap .copyright .use-term {
      color: #b0b0b0; }

.logo-box {
  padding: 2rem 0 0 0; }

/*.row {
    max-width: $grid-width;
    margin: 0 auto;

    &:not(:last-child) {
        margin-bottom: $gutter-vertical;
    }

    @include clearfix;

    [class^="col-"] {
        float: left;

        &:not(:last-child) {
            margin-right: $gutter-horizontal;
        }
    }

    .col-1-of-2 {
        width: calc((100% - 6rem) / 2);
    }

    .col-1-of-3 {
        width: calc((100% - 2 * 6rem) / 3);
    }

    .col-2-of-3 {
        width: calc(2 * ((100% - 2 * 6rem) / 3) + 6rem);
    }

    .col-1-of-4 {
        width: calc((100% - 3 * 6rem) / 4);
    }

    .col-2-of-4 {
        width: calc(2 * ((100% - 3 * 6rem) / 4) + 6rem);
    }

    .col-3-of-4 {
        width: calc(3 * ((100% - 3 * 6rem) / 4) + 2 * 6rem);
    }
}*/
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-5ths {
  width: 20%;
  float: left; }

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left; } }

@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left; } }

@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left; } }

.home #masthead {
  background-image: url("img/homeHeaderBg.png");
  padding-bottom: 10vw;
	background-size:cover;
  text-align: right; }
  .home #masthead h2 {
    font-size: 7vw;
    font-weight: 700;
    margin-bottom: 3rem; }
    @media (min-width: 768px) {
      .home #masthead h2 {
        font-size: 4vw;
        font-weight: 700; } }
    @media (min-width: 992px) {
      .home #masthead h2 {
        font-size: 3vw;
        font-weight: 700; } }
    @media (min-width: 1199px) {
      .home #masthead h2 {
        font-size: 2.4vw;
        font-weight: 700; } }
    @media (max-width: 767px) {
      .home #masthead h2 {
        font-size: 7vw;
        font-weight: 700; } }

#masthead .container:not(#pricing-content) * {
  color: #fff; }
#pricing-content {
    padding: 1vw 0 2vw;
}
.home .mobileMomSon {
  text-align: center;
  display: inline-block;
  transform: rotatez(6.5deg);
  position: relative;
  top: -65px;
  max-width: 92%; }
  @media (min-width: 768px) {
    .home .mobileMomSon {
      display: none;
      padding-bottom: 0; } }

@media screen and (max-width: 768px) {
  .home #masthead {

    background-image: url("img/headerBg.png");
    padding-bottom: 0;
    text-align: center;
	background-size: auto;} }

ul.img-list {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  ul.img-list li {
    background: url(img/listBullet_Big.png) no-repeat center right;
    background-size: 2rem;
    padding-right: 40px;
    font-size: 1.3vw;
    color: #707070; }
    @media (max-width: 767px) {
      ul.img-list li {
          padding-right: 30px;
        font-size: 4.5vw; } }

.section-icons {
  padding-top: 6rem;
  padding-bottom: 4rem; }
  @media (max-width: 767px) {
    .section-icons {
      padding-top: 0;
      padding-bottom: 0; } }

.section-list {
  padding: 6rem 0;
  background-color: rgba(112, 112, 112, 0.08); }

.section-count {
  padding-top: 6rem;
  padding-bottom: 4rem; }
  @media (max-width: 767px) {
    .section-count {
      padding-top: 2rem;
      padding-bottom: 2rem; } }

.section-team {
  padding: 6rem 0;
  background-color: rgba(40, 127, 235, 0.1);
}

.section-games {
  padding: 6rem 0;
	
}

  @media (max-width: 767px) {
    .section-games {
      padding: 6rem 1.5rem; } }

.section-report {
  padding: 6rem 0;
  background-color: rgba(112, 112, 112, 0.08); }
  @media (max-width: 767px) {
    .section-report {
      padding: 6rem 0.5em; } }

.section-videos {
  padding: 6rem 0; }
  @media (max-width: 767px) {
    .section-videos {
      padding: 6rem 0.5em; } }

.section-logos {
  padding: 6rem 0;
  background-color: rgba(112, 112, 112, 0.08); }
  @media (max-width: 767px) {
    .section-logos {
      padding: 6rem 0.5em;
	  } }
  .section-logos .carousel-slider.owl-drag .owl-item {
    height: 100px;
    display: flex;
    align-items: center; }

.carousel-slider-outer-272,
.carousel-slider-outer-321,
.carousel-slider-outer-345 {
  direction: ltr; }

.home-video video {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px; }

#masthead {
  color: #fff;
  text-align: center;
  background-size: cover; }

.pageTitle {
  font-weight: bold;
  padding-bottom:40px; }
@media screen and (min-width: 1200px){
    .pageTitle {
        margin-top: 3vw;
        padding-top: 1vw;
    }
}
  @media (max-width: 767px) {
    .pageTitle {
      transform: translateY(0); } }

@media (min-width:900px){
    .pricing-plans-wrap {
  margin-top: -12%; }
}

.pricing-plans {
  padding: 0;
  display: flex;
  justify-content: center;}
  .pricing-plans__box {
    margin: 1.5rem;
    width: 400px;}
  @media (max-width: 767px) {
	  .pricing-plans__box {
		  margin: 1rem; }
}
 @media only screen and (max-width: 600px) {
    .pricing-plans {
      padding: 0;
     } }
  @media only screen and (max-width: 1000px) {
    .pricing-plans {
      flex-direction: column; 
	  align-items:center} }
  .pricing-plans__plan {
    border-radius: 4px;
    overflow: hidden;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.35);
    padding-bottom: 2rem;
    background-color: #fff; }
    .pricing-plans__plan .header {
      padding: 1rem 0;
      font-size: 2.6rem; }
      .pricing-plans__plan .header .months {
        margin-top: -15px; }
      .pricing-plans__plan .header .amount span {
        font-size: 5rem;
        font-weight: 900; }
      .pricing-plans__plan .header .gift img {
        width: 60%; }
  .pricing-plans .pricing-list {
    list-style: none;
    padding: 2rem;
    text-align: right;
        font-size: 1.7rem;}
    .pricing-plans .pricing-list__item {
      text-indent: -1.5em;
      padding-right: 1em;
      margin-bottom: 1rem;
		margin-bottom: 2rem;
		line-height: 1.4;}
    .pricing-plans .pricing-list__item::before {
      content: "\f00c";
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
      color: #025ECC;
      margin-left: 10px;
    width: auto !important;}
  .pricing-plans .pricing-list__item--gift {
    text-indent: -1.5em;
    padding-right: 1em;
    position: relative;
line-height: 1.4;}
    .pricing-plans .pricing-list__item--gift span {
      margin-right: 20px;
      color: #025ECC;
      font-weight: bold; }
    .pricing-plans .pricing-list__item--gift a {
      color: #025ECC;
      font-weight: bold; }
      .pricing-plans .pricing-list__item--gift a:hover {
        text-decoration: underline; }
  .pricing-plans .pricing-list__item--gift::before {
    content: "";
    background-image: url("img/gift-list.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 3px;
    right: -10px;
    height: 18px;
    width: 18px; }
  .pricing-plans__plan--1 .header {
    background-image: linear-gradient(to left, #025ECC, #2680EB);
    color: #fff; }
    .pricing-plans__plan--1 .header .instead {
      font-size: 1.9rem;
      text-decoration: line-through; }
  .pricing-plans__plan--1 .discount {
    padding-top: 1rem;
    color: #2680EB;
    font-size: 3rem;
    font-weight: bold; }
  .pricing-plans__plan--2 .header {
    background-color: #EFEFEF;
    color: #2680EB; }

.terms {
  padding: 2rem 0;
  text-align: center;
  font-size: 2rem; }
  .terms a {
    color: #2680EB; }
    .terms a:hover {
      color: #559bef; }

.wp-block-ugb-expand p {
  display: block;
  margin-right: 15px;
  color: #2680eb !important; }
  .wp-block-ugb-expand p strong {
    color: #2680eb; }

.ugb-expand__less-text {
  display: flex !important;
  align-items: center;
  cursor: pointer; }

.ugb-expand__more-text img {
  margin-right: 3px;
  margin-top: 8px; }

.ugb-expand__more-text p{
  text-align: right !important;
  display: block;
  margin-right: 40px;
  color: #707070 !important; }

.ugb-expand__less-text p{
	text-align: right !important;
}

.bullet {
  float: right; }
  .bullet img {
    max-width: 100%;
    height: auto; }

.ugb-expand__toggle {
  display: none !important; }

.call-account,
.logo-account {
  position: absolute; }
  @media (max-width: 767px) {
    .call-account,
    .logo-account {
      position: relative; } }

.call-account {
  left: 10%; }
  @media (max-width: 767px) {
    .call-account {
      left: 0;
      float: left; }
      .call-account img {
        width: 150px; } }

.logo-account {
  right: 10%; }
  @media (max-width: 767px) {
    .logo-account {
      right: 3%;
      float: right;
      width: 110px; } }

.pay-form {
  margin-top: -150px;
  margin-bottom: 100px;
  width: 60%!important;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 0px 9px 14px;
  border-radius: 5px;
  padding: 20px;
  background-color: #fff;
  direction: rtl; }
  @media (max-width: 767px) {
    .pay-form {
      width: 90%!important; } }

.pay-form-row {
  display: flex;
  direction: rtl; }
  @media (max-width: 767px) {
    .pay-form-row {
      flex-direction: column; }
	  .pay-form {
		  margin-top: -100px;}
}

.pay-form-row_item--100 {
  max-width: 100%;
  width: 100%;
  padding: 0 1rem;
  margin-bottom: 3rem;
  direction: rtl; }
  @media (max-width: 767px) {
    .pay-form-row_item--100 {
      max-width: 100%;
      width: 100%;
      margin-bottom: 2rem; } }

.pay-form-row_item {
  max-width: 50%;
  width: 50%;
  padding: 0 1rem;
  margin-bottom: 3rem; }
  @media (max-width: 767px) {
    .pay-form-row_item {
      max-width: 100%;
      width: 100%;
      margin-bottom: 2rem; } }

.pay-form-row_item input,
.pay-form-row_item--100 input {
  max-width: 100%;
  width: 100%;
  padding: .7rem;
  border-style: solid;
  border-width: 1px;
  border-radius: 3px; }

.pay-form-row_item--100 input[type=submit] {
  max-width: 50%;
  width: 50%;
  padding: .7rem;
  border-style: solid;
  border-width: 1px;
  border-radius: 3px;
  float: left;
  background-color: #2680eb;
  color: #fff; }

.pay-form-row_item select,
.pay-form-row_item--100 textarea {
  max-width: 100%;
  width: 100%;
  padding: .9rem;
  border-style: solid;
  border-width: 1px;
  border-radius: 3px; }

#paymentFormCont {
  direction: rtl; }
  


.successStoryImg {
  width: 6vw;
  height: 6vw;
  border-radius: 50%;
  border: 3px solid white;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .successStoryImg {
      width: 100px;
      height: 100px; } }

.coverBg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.successStoryRow .author {
  font-style: italic;
  margin-top: 10px; }

.miniNav ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .miniNav ul li {
    display: inline-block;
    margin: 0 15px 0 0;
    padding: 0 0 5px; }
    @media (max-width: 767px) {
      .miniNav ul li {
        display: block; } }

#childPagesTabsElemCont .current_page_item {
  border-bottom: 1px solid #0a5ef2; }
  #childPagesTabsElemCont .current_page_item a {
    color: #000 !important; }

@media screen and (min-width: 1200px) {
  #childPagesTabsElemCont a {
    font-size: 1vw;
    color: #025ECC; } }

/*.page-id-427 #masthead {
  background-image: none;
  background-size: auto; }
  @media (max-width: 767px) {
    .page-id-427 #masthead {
      background-image: url("img/about-mobile.png"), url("img/headerBg.png");
      padding-bottom:50vw;
      background-size: 99%, auto;
      background-position: center 109%,center; } }*/


@media (min-width:1000px){p
    .page-id-427 .pageTitle {
 position: relative;
    top: -40px; }
}

@media screen and (max-width: 768px){
	html, body {
		width: 100%!important;
		height: 100%!important; 
		padding: 0!important; 
		margin: 0!important; 
		overflow-x: hidden!important; 
	}
}

@media (min-width: 1200px){
.container {
    width:55vw;
}

.container-large {
    width:70vw;
    margin:0 auto;
}
}

.iframe-container{
    text-align:center;
}


.trim-story-btn{
    border:none;
    background-color:transparent;
    margin-right:12px;
    font-weight:bold;
}

#successStoryCont{
    margin:8rem 0 0 0 ;
}

@media (min-width:900px) {
    .laptop-page{
    margin-top: -5%;
}
}

.laptop-list {
    list-style:none;
    padding-top:6rem;
}

.laptop-list li{
    font-size:1.7rem;
}


.laptop-list li{
    margin-bottom:1.5rem;
}

.laptop-list li::before {
        content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #025ECC;
    margin-left: 10px;
    width: auto !important;
}

.liat {
	display:none
}
