/****************************************/
/**************** Helpers ***************/
/****************************************/
.f-sz1{
   font-size: 1rem!important; 
}
.f-sz2{
   font-size: 1.1rem!important; 
}
.f-sz3{
   font-size: 1.2rem!important; 
}
.f-sz4{
   font-size: 1.3rem!important; 
}
.f-sz5{
   font-size: 1.4rem!important; 
}
.f-sz40{
   font-size: 4rem!important; 
}

.pd-l-r90{
    padding: 0 90px;
}
.c-wh{
    color: #fff!important;
}
.bck-c-1{
    background-color: #6772e5;
}
.o-in{
    overflow: inherit;
}

.inbold > span{
    font-weight: 600;
}
.d-b{
    display: block;
}
.d-i{
    display: inline;
}
.d-ib{
    display: inline-block;
}

/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

/***** Select idioma ******/
/****************************  COUNTRY SELECTION HEADER ***************************************/

.country-selection{
    margin: 0px 14px;
    margin-right: 0px;
}
.country-title{
    font-size: 16px;
    font-weight: 600;
}
.dropdown > .flag.header-flag:before {
    width: 30px;
    height: 30px;
    margin-right: 0px;
}

.dropdown .flag.header-flag:focus, .dropdown .flag.header-flag:hover {
    background-color: inherit!important;
    border-color: inherit!important;
}


.dropdown .idiom-dropdown{
    top: 48px;
    bottom: inherit;
}

:root .country-selection .idiom-dropdown::before {
    bottom: 314px;
    left: 5px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);  
}
@media(min-width:768px){
   :root .country-selection .idiom-dropdown::before{
    left: 671px;;
}}

.common-FlagIcon:before {
  content: '';
  display: inline-block;
  width: 21px;
  height: 21px;
  background-size: cover;
  vertical-align: -5px;
  margin-right: 12px; }

/* Europa flags */

.common-FlagIcon--es:before {
  background-image: url("../flags/es.png"); }
.common-FlagIcon--fr:before {
  background-image: url(../flags/fr.png); }
.common-FlagIcon--uk:before {
  background-image: url('../flags/uk.png'); }
.common-FlagIcon--pt:before {
  background-image: url(../flags/pt.png); }
.common-FlagIcon--eu:before {
  background-image: url(../flags/eu.png); }

/* North & central america flags */
.common-FlagIcon--us:before {
  background-image: url(../flags/us.png); }
.common-FlagIcon--ca:before {
  background-image: url(../flags/ca.png); }
.common-FlagIcon--me:before {
  background-image: url(../flags/me.png); }

/* South america flags */
.common-FlagIcon--co:before {
  background-image: url(../flags/co.png); }
.common-FlagIcon--ch:before {
  background-image: url(../flags/ch.png); }
.common-FlagIcon--br:before {
  background-image: url(../flags/br.png); }
.common-FlagIcon--ar:before {
  background-image: url(../flags/ar.png); }
.common-FlagIcon--ve:before {
  background-image: url(../flags/ve.png); }
.common-FlagIcon--ur:before {
  background-image: url(../flags/ur.png); }

:root .idiom-dropdown {
    padding: 25px 15px;
    margin-bottom: 5px; 
    left: 0px;}

@media(min-width:768px){
   :root .idiom-dropdown{
    left: -666px;
    width: 730px;
}}

  :root .idiom-dropdown:before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 115px;
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 20px 0 3px 0;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-top-width: 0;
    border-left-width: 0;
    z-index: -1; }
  :root .idiom-dropdown .title {
    color: #5f68a6;
    padding: 10px 20px 20px;
    white-space: nowrap;
    font-weight: 600;
    font-size: 1.3em;
    margin: 0; }
  :root .idiom-dropdown li {
    list-style: none; }
  :root .idiom-dropdown a {
    border-radius: 4px;
    display: block;
    line-height: 36px;
    transition: color .1s,background-color .1s;
      font-weight: 500;
}

.dropup > .flag {
  color: #a1ade7; }
  .dropup > .flag:before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    background-size: 150%;
    background-position: center;
    vertical-align: middle;
    border-radius: 100px;
    margin-right: 20px; }
  .dropup > .flag.uk_flag:before {
    background-image: url(../flags/uk.png); }
  .dropup > .flag.es_flag::before {
    background-image: url("../flags/es.png"); }
  .dropup > .flag.fr_flag:before {
    background-image: url(../flags/fr.png); }
  .dropup > .flag.pt_flag:before {
    background-image: url(../flags/pt.png); }


/* ----------------------------------------------------------------
	Stripes 1
-----------------------------------------------------------------*/
.inclined-bg-grey {
	position: absolute;
  top: 80px;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f6f9fc;
  transform: skewY(-8deg);
}
@media(min-width:768px){
    .inclined-bg-grey {
       top: 150px;; 
    }}
.features1{
	padding-top: 140px;
	margin-bottom: 60px;
	padding-bottom: 0;
}

@media(min-width:768px){
.features1{
	margin-bottom: 200px;
    }}

@media(min-width:768px){
    .features1 {
       padding-top: 250px;; 
    }}
.stripe-model-1 .container{
    padding-top: 100px;
}
.stripe-model-1 .st1 {

    background: #fcd669;
    top: -59px;
    left: 0px;
    right: calc(50% + 125px);
    position: absolute;
    height: 60px;
}
@media(min-width:768px){
    .stripe-model-1 .st1 {
       right: calc(50% + 385px); 
    }}

.stripe-model-1 .st2 {
	background: #6772e5;
	top: -18px;
	right: 0px;
	left: calc(50% + 115px);
	position: absolute;
    height: 60px;
}
.stripe-model-1 .st3 {

    background: transparent;
    border: 2px solid #e6ebf1;
    top: -118px;
    left: 0px;
    right: calc(50% + 140px);
    position: absolute;
    height: 60px;
}
@media(min-width:768px){
    .stripe-model-1 .st3 {
       right: calc(50% + 300px); 
    }}
.stripe-model-1 .st4 {
	background: #32325d;
	bottom: 0px;
	right: 0px;
	left: calc(50% + 115px);
	position: absolute;
    height: 60px;
}

.stripe-model-1 .st5 {
    display: none;
}
@media(min-width:768px){
.stripe-model-1 .st5 {

    background: transparent;
    border: 2px solid #e6ebf1;
    bottom: 60px;
    right: 0px;
    left: calc(50% + 420px);
    position: absolute;
    height: 60px;
    }}

.stripe-model-1 .st6 {
    background: transparent;
    border: 2px solid #e6ebf1;
    bottom: -60px;
    right: 0px;
    position: absolute;
    height: 60px;
    left: calc(50% + 160px);
}

@media(min-width:768px){
.stripe-model-1 .st6 {
    left: calc(50% + 240px);
    
    }}

.stripe-model-1 .st7 {

    background: #fcd669;
    bottom: 30px;
    left: 0px;
    right: calc(50% + 605px);
    position: absolute;
    height: 60px;
}
.stripe-model-1 .st8 {

    background: transparent;
    border: 2px solid #fcd669;
    bottom: 0px;
    left: 0px;
    right: calc(50% + 435px);
    position: absolute;
    height: 60px;
}

/* ----------------------------------------------------------------
	Stripes 3
-----------------------------------------------------------------*/
.stripe-model-3{
    padding-top: 150px
}
@media(min-width:768px){
.stripe-model-3 {
    padding-top: 300px;
    
    }}
/* ----------------------------------------------------------------
Landing
-----------------------------------------------------------------*/
.con-header{
    margin-top: 90px;
}

svg {
    width: 100%;
    /*
    -webkit-filter: drop-shadow(0px 17px 9px rgba(0,0,0,0.1));
    filter: drop-shadow(0px 17px 9px rgba(0,0,0,0.1));
    */
}
.process__number {
    float: left;
    width: 15%;
    width: 1.714286em;
    height: 1.71428571em;
    border-radius: 50%;
    border: none;
    background: #fff;
    text-align: center;
    box-shadow: 0 2px 5px -1px rgba(50,50,93,.25), 0 1px 3px -1px rgba(0,0,0,.3);
    margin-right: 7px;
}


.process__number span {
    font-size: 1em;
    font-weight: bold;
    color: #4a90e2;
    position: relative;
    top: 8px;
}
/****************************************/
/************* PRICES  ******************/
/****************************************/

.btn.calc-price{
    text-align: right;
    font-size: .85rem;
    font-weight: 700;
    border-radius: 5px;
    background: #e9ad01;
    color: #fff!important;
    border: 0;
    padding: 3px 5px;
    box-shadow: 0 0 0 1px rgba(50,50,93,.1), 0 2px 5px 0 rgba(50,50,93,.08), 0 1px 1.5px 0 rgba(0,0,0,.07), 0 1px 2px 0 rgba(0,0,0,.08);
}

.switch-software{
    margin-top: 300px;
}
li {
    list-style-type: none;
}
.features-promo-app-part4 h3 {
    color: #32325d!important;
    font-weight: 400;
    font-size: 2rem;
}
.features-promo-app-part4 h4 {
    color: #6772e5!important;
    font-weight: 600;
}
.features-promo-app-part4 p {
    color: #525f7f!important;
    font-size: .9rem;
}
.process-3 {
    list-style: none;
    position: relative;
}
.process-3 li {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.features-promo-app-part4 .process-3 li:not(:last-child) {
    margin-bottom: .4em;
}
.process-3 li:not(:last-child) {
    margin-bottom: 3.71428571em;
}
.process-3:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    left: 1.85714286em;
    top: 0;
    border-left: 1px dashed #ddd;
}
.process-3 li .process__body {
    width: 80%;
    float: right;
}
.features-promo-app-part4 .process-3 li .process__number {
    float: left;
    width: 15%;
    width: 1.714286em;
    height: 1.71428571em;
    border-radius: 50%;
    border: none;
    background: #fff;
    text-align: center;
    box-shadow: 0 2px 5px -1px rgba(50,50,93,.25), 0 1px 3px -1px rgba(0,0,0,.3);
    margin-left: 15px;
}
/****************************************/
/************* Stripes prices **********/
/****************************************/
.inclined-bg {
	position: absolute;
  top: 150px;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: skewY(-8deg);
}
.stripe-model-7 .st1 {
	background: #008169;
	top: 0px;
	right: 0px;
	left: calc(50% + 505px);
	position: absolute;
    height: 60px;
}
.stripe-model-7 .st2 {

    background: transparent;
    border: 2px solid #87bbfd;
    top: 0px;
    left: 0px;
    right: calc(50% + 480px);
    position: absolute;
    height: 60px;
}
.stripe-model-7 .st3 {
    background: #6772e5;
    top: 120px;
    left: 0px;
    right: calc(50% + 410px);
    position: absolute;
    height: 60px;
}
.stripe-model-7 .st4 {

    background: #87bbfd;
    top: 120px;
    left: 0px;
    right: calc(50% + 590px);
    position: absolute;
    height: 60px;
}
.stripe-model-7 .st5 {

    background: #e6ebf1;;
    top: 60px;
    left: 0px;
    right: calc(50% + 565px);
    position: absolute;
    height: 60px;
}
.stripe-model-7 .st6 {
    background: #74e4a2;
	top: 60px;
	right: 0px;
	left: calc(50% + 435px);
	position: absolute;
    height: 60px;
}
.stripe-model-7 .st7 {
	background: #d6facf;
	top: 120px;
	right: 0px;
	left: calc(50% + 435px);
	position: absolute;
    height: 60px;
}
.stripe-model-7 .st8 {

    background: #e6ebf1;;
    top: 1400px;
    left: 0px;
    right: calc(50% + 555px);
    position: absolute;
    height: 60px;
}
.stripe-model-7 .st9 {

    background: transparent;
    border: 2px solid #e6ebf1;
    top: 1430px;
    left: 0px;
    right: calc(50% + 605px);
    position: absolute;
    height: 60px;
}

/****************************************/
/*********** CALCULATE PRICES  **********/
/****************************************/

.calcula-precio-sec{
    background-color: rgba(246,249,252,.8);
    padding: 0px 0 20px;
    margin: 25px 15px;
    width: 100%;
}
.calcula-precio-sec .bg-b{
    background-color: #3D80E4;
}
.calcula-precio-sec p{
    color: #fff;
    border-bottom: 1px solid #3D80E4;
    font-weight: 600;
    margin: 0;
    padding: 3px 0px;
}
.calcula-precio-sec li{
    font-size: 13px;
    font-weight: 600;
}
.calcula-precio-sec .process__number span {
    font-size: .9em;
    top: 6px;
}

/****************************************/
/*************** Features ***************/
/****************************************/
.slider-caption h2 {
	text-transform: none;
	letter-spacing: 0;
	line-height: 1;
	font-size: 48px;
	line-height: 1.3;
	margin-bottom: 10px;
}

.slider-caption p {
	font-size: 18px;
	margin-bottom: 20px;
}

.slider-caption h2,
.slider-caption p,
.slider-caption .button {
	opacity: 0;
	-webkit-transform: translate3d(-20%,0,0);
	-ms-transform: translate3d(-20%,0,0);
	-o-transform: translate3d(-20%,0,0);
	-webkit-transition: -webkit-transform .05s ease-out;
	transition: -webkit-transform .05s ease-out;
	transition: transform .05s ease-out;
	transition: transform .05s ease-out, -webkit-transform .05s ease-out;
	backface-visibility: hidden;
}
.swiper-slide.swiper-slide-active .slider-caption h2,
.swiper-slide.swiper-slide-active .slider-caption p,
.swiper-slide.swiper-slide-active .slider-caption .button {
	opacity: 1;
	-webkit-transition: transform 1s, opacity 2s;
	-o-transition: transform 1s, opacity 2s;
	transition: transform 1s, opacity 2s;
	-webkit-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	backface-visibility: hidden;
}
.swiper-slide.swiper-slide-active .slider-caption .button {
	-webkit-transition: transform 1s, opacity 3s;
	-o-transition: transform 1s, opacity 3s;
	transition: transform 1s, opacity 3s;
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
}

.button-main-f{
    border-radius: 40px;
    padding: 2px 15px;
    font-size: 11px;
    line-height: 19px;
    margin: 0;
}
.btn-reservas{
    background-color: #3D80E4!important;
}
.btn-workout{
    background-color: #008169!important;
}
.btn-comunication{
    background-color: #FFBC41!important;
}
.btn-invoices{
    background-color: #32325d!important;
}
.btn-customer{
    background-color: #d782d9!important;
}
/* Video On Hover
-----------------------------------------------------------------*/
.videoplay-on-hover .vertical-middle,
.videoplay-on-hover .video-overlay {
	opacity: 1;
	-webkit-transition: opacity .2s ease;
	-o-transition: opacity .2s ease;
	transition: opacity .2s ease;
}

.videoplay-on-hover:hover .vertical-middle,
.videoplay-on-hover:hover .video-overlay { opacity: 0; }

.counter + h5 { margin-top: 0; }

.counter-section [class^=col-] {
	border-left: none;
	margin-bottom: 30px;
}

/* Counter
-----------------------------------------------------------------*/
@media (min-width: 992px){
.counter-section {
    margin-top: -140px;
    }}
.counter-section {
    position: relative;
    border-top: 1px dashed #E5E5E5;
    padding-top: 40px;
    margin-top: 0px;
    font-family: Roboto, 'Poppins', sans-serif !important;
}

.counter-dots {
    position: absolute;
    display: block;
    height: 16px;
    width: 16px;
    top: -40px;
    left: 50%;
    margin-left: -10px;
    margin-top: -9px;
    background-color: var(--themecolor, #0F66DD);
    border: 4px solid #FFF;
    border-radius: 50%;
    -webkit-box-shadow: -1px 0 10px -1px rgba(0,0,0,.2);
    box-shadow: -1px 0 10px -1px rgba(0,0,0,.2);
}

.counter + h5 {
    opacity: .5;
}


/* Testimonials Carousel
-----------------------------------------------------------------*/
.testimonials-carousel .owl-stage { padding-top: 40px }

.testimonials-carousel .owl-item {
	opacity: .6;
	transition: transform .3s ease;
	transform: scale(0.8);
}

.testimonials-carousel .owl-item.active.center {
	opacity: 1;
	transform: scale(1);
}

.testimonial {
	border: 0;
	box-shadow: 0 0 35px rgba(140, 152, 164, 0.2);
	border-radius: 0.25rem;
	padding: 15px;
    background-color: #6772e5;
}

.testi-image {
	float: none;
	margin: -55px auto 0;
	margin-bottom: 20px;
}

.testimonials-carousel .owl-item .testim-content p {
	text-align: center;
	font-style: normal;
	font-family: var(--fontfamily);
	font-size: 1rem;
    color: #fff;
    margin: 5px 0;
}
.testim-content h4 {
	text-align: center;
	font-style: normal;
	font-family: var(--fontfamily);
	font-size: 1.2rem;
    color: #fff;
    margin: 0px 0px 5px;
}

.testi-meta {
	text-align: center;
	margin-top: 20px;
}

/****************************************/
/************** Contacto ****************/
/****************************************/


  .contact .submit {
    color: #FFF;
    background: #7795f8;
    float: left; 
    width: 100%;}
  .contact-textarea.form-control {
    height: 120px;
    max-width: 100%; }

.zsiq_theme1.zsiq_floatmain{
    height: 60px!important;
}

/****************************************/
/********* Contacto Success *************/
/****************************************/

.heading-block h1.color--dark--purple {
    color: #32335c;
    font-weight: 100;
    font-size: 4rem;
}
.heading-block p.color--light--purple {
    color: #89b4f5;
    font-weight: 100;
    font-size: 2rem;
    margin-bottom: 2rem;
}
a {
    color: #4a90e2;
    font-weight: 700;
}

/****************************************/
/*************** Sign Up ****************/
/****************************************/

hr.short {
    width: 2.78571429em;
    border-color: #4a90e2;
}
.signup .form-group .checkbox{
    display: inline-block;
}
.signup .form-group .checkbox label{
    text-transform: inherit;
    font-weight: 500;
}
.signup .form-group span{
    font-size: 13px;
    font-weight: 500;
}

/****************************************/
/************** Academy *****************/
/****************************************/

.main_part{
    border-bottom: 1px solid #eeeeee;
    border-top: 1px solid #eeeeee;
    background-color: #fbfbfd;
    padding: 90px 0 40px;
}

.main_title{
    margin: 0 0 40px;
    text-align: center;
}
.main_title h1{
    color: #444444;
    font-weight: 300;
    font-size: 25px;
}

        @media(min-width:768px){
            .main_title h1{
                font-size: 32px;
            }}

.items_academy{
    margin:15px auto 15px;
}
.icon_academy{
    width: 50px;
    margin-bottom: 15px;
}
        @media(min-width:768px){
            .icon_academy{
                width: 60px;}
            .icon_academy:hover{
                width: 62px;
            }}

.circle_item_academy{
    height: 170px;
    width: 170px;
    margin: 0px auto;
    padding: 10px;
    padding-top:20px;
}
.circle_item_academy:hover{
    box-shadow: 0 15px 35px rgba(50,50,93,.1),0 5px 15px rgba(0,0,0,.07);
    border-radius: 50%;
}



.items_academy h3{
    color: #444444;
    font-weight: 400;
    font-size: 15px;
}
        @media(min-width:768px){
            .items_academy h3{
                font-size: 20px;
            }}
.smllimg{
    display: none;
}
            @media(min-width:768px){
                    .smllimg{
                        display: inherit;
                        width: 30px;
                        float: left;
                        position: absolute;
                        top: 82px;
                        left: 41px;
                        }}

.answer{
    margin: 40px 0px;
    padding: 25px 45px 25px 45px;
    position: relative;
}
            @media(min-width:768px){
            .answer{
                margin: 20px 0px;
                padding: 25px 45px 25px 107px;
            }}

.answer h2{
    font-size: 17px;
}
            @media(min-width:768px){
                .answer h2{
                    font-size: 22px;
                }}
.answer p{
    font-size: 14px;
    margin-bottom: 3px;
}
                @media(min-width:768px){
                    .answer p{
                        font-size: 15px;
                    }}

.answer a{
    font-size: 14px;
    color: #0facf3;
}
                    @media(min-width:768px){
                            .answer a{
                                font-size: 15px;
                        }}
.answer a:hover{
    color: #32325d;
    text-decoration: none;
}
.end_academy{
    width: 100%;
    padding-bottom: 20px;
}
        @media(min-width:768px){
            .end_academy{
                width: 50%;
            }}
.mainlogo{
    display: block;
    width: 350px;
    margin: 0 auto;
}

.link_to_home{
    text-align: center;
    display: block;
    margin-bottom: 35px;
}

.updates_buton{
    border: 2px solid #1888d6;
    border-radius: 6px;
    padding: 8px 0;
    color: #1888d6!important;
    margin: 0 60px;
    background-color: rgba(246,249,252,.9);
}
.updates_buton:hover{
    font-weight: 600;
}
.items_academy a:hover{
    text-decoration: none;
}
.items_academy a h3:hover{
    color: #1888d6;
}


/**************************** FI ACADEMY ***************************************/
/****************************  ACADEMY UNIT ***************************************/

.contenedor_documents{
    margin:60px auto;
    width: 90%;
}

.documents{
    margin-top: 30px;
   padding-bottom: 10px;
    border-bottom: 1px solid #eeeeee; 
}

.documents a{
    font-weight: 500;
    font-size:15px;
}
.documents a:hover{
    cursor: hand;
    cursor: pointer;
}

.documents p{
    font-size: 14px;
    font-weight: 400;
}

.contenedor_info{
    margin:100px auto 60px;
    width: 90%;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 15px 35px rgba(50,50,93,.1),0 5px 15px rgba(0,0,0,.07);
    padding: 80px 70px;
}

.info{
       
}
/**************************** FI ACADEMY UNIT ***************************************/

/*Cookie Consent Begin*/
#cookieConsent {
    margin: 0 86px 0 10px;
    background-color: rgba(246,249,252,.99);
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
    border-radius: 4px;
    min-height: 26px;
    font-size: 14px;
    color: #424770;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    position: fixed;
    bottom: 13px;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}

@media(min-width:768px){
   #cookieConsent {
    margin: 0 90px;
}}
@media(min-width:1024px){
   #cookieConsent {
    margin: 0 200px;
}}
@media(min-width:1210px){
   #cookieConsent {
    margin: 0 310px;
}}
#cookieConsent a {
    color: #4B8EE7;
    text-decoration: none;
}
#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 25px;
    width: 25px;
    margin: -2px 19px 0 40px;
    font-weight: bold;
    font-size: 30px;
}
#closeCookieConsent:hover {
    font-size: 32px;
}
#cookieConsent a.cookieConsentOK {
    background-color: #F1D600;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
}
#cookieConsent a.cookieConsentOK:hover {
    background-color: #E0C91F;
}
/*Cookie Consent End*/


/*Legal*/
.legal-pills .container{
    margin: 40px auto;
}
.legal-pills li {
    margin-right: 25px;
}

.legal-pills li a{
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
    border-radius: 4px;
    background-color: rgba(246,249,252,.4);
    padding: 10px;
    color: #008000;
}
.legal-pills li a.active{
    color: #2f4f4f;
}
.legal-pills li a:hover{
    color: #2f4f4f;
}
.legal-pills li a.active{
    
    background-color: rgba(246,249,252,.99);
}
.tab-legal{
    margin-top: 40px;
}

/**************************** PARTNERS ***************************************/
.partners-head .center .heading-block > span{
    max-width: 100%;
}
.partners-head img{
    max-width: 40%;
}
.partners-head:after {
    content: "";
    left: 0;
    width: 100%;
    height: 1px;
    margin-top: 20px;
    margin-bottom: 25px;
    background-color: rgba(38,41,44,.12);
}
.feature-box .fbox-icon {
    background-color: transparent;
    background-image: url(images/featured-img/2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    color: var(--themecolor, #0F66DD);
    background-size: 70px 70px;
    width: 80px;
    height: 80px;
}
.feature-box .fbox-icon i {
    background: transparent;
    color: var(--themecolor, #0F66DD);
    line-height: 80px;
}
i.puzzle-1{
    color: #26eaf8!important;
}
i.puzzle-2{
    transform: rotate(90deg);
    color: #b890ee!important;
}
i.puzzle-3{
    transform: rotate(180deg);
    color: #ee69ce!important;
}
i.puzzle-4{
    transform: rotate(270deg);
    color: #fde1a9!important;
}
.aff-program span{
    margin-bottom: 10px;
    display: inline-block;
    font-size: .8rem;
    color: #6772e5;
}

.mission-goals .feature-box {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.45);
    padding: 25px 20px;
    border-radius: 10px;
}
.feature-box1{
    background-color: #0073e6;
}
.feature-box2{
    background-color: #003f7f;
}
.feature-box3{
    background-color: #8f6ed5;
}
.feature-box4{
    background-color: rgb(87, 62, 142);
}
.feature-box1 p, .feature-box2 p, .feature-box3 p, .feature-box4 p{
   color: #fff;  
}
.feature-box1 h3, .feature-box2 h3, .feature-box3 h3, .feature-box4 h3{
    color: #fff;
    font-size: 1.2rem;
    text-transform: uppercase;
}
.feature-box li{
    color: #fff;
}
.feature-box ul{
    margin: 0;
}
.registration-badge {
    position: absolute;
    display: block;
    left: 15px;
    top: -10px;
}
.badge {
    font-size: ;
    padding: 8px 12px;
    border: 0;
    border-radius: 3px;
    font-weight: 400;
    font-size: 14px;
}


/**************************** ALL CHARACTERISTICS ***************************************/

/* ----- | Story-Box | ----- */
.story-box {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	cursor: pointer;
}

.story-box .story-box-image {
	width: 70%;
	height: 500px;
	z-index: 2;
	overflow: hidden;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}

.story-box .story-box-image img {
	display: block;
	height: auto;
	width: 100%;
	opacity: 1;
	transition: opacity .3s ease;
}

.story-box:hover .story-box-image img {
	opacity: .9;
}

.story-box .story-box-info {
	box-sizing: border-box;
	width: 50%;
	height: fit-content;
	padding: 35px;
	margin: 35px 0 0 -20%;
	background: #fff;
	z-index: 4;
	transition: all ease-in .3s;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}

.story-box.description-left .story-box-info {
	-ms-flex-order: -1;
	order: -1;
	margin: 35px -20% 0 0;
}

.story-box .story-box-info .story-title, .story-box-model-4 .story-title {
	font-family: 'Playfair Display';
	font-size: 56px;
	line-height: 1.4;
	font-weight: 400;
	letter-spacing: 0;
	color: #1d2c4c;
}

.story-box .story-box-info .story-box-content p {
	font-size: 20px!important;
	font-weight: 300;
	color: #666;
	line-height: 16px;
}

.story-box .story-box-info .story-box-content a {
	font-size: 16px;
	text-decoration: underline !important;
}

.story-box-model-1 .story-box-info-model-1, .story-box-model-2 .story-box-info-model-2 {
	
	padding: 0px;
	
}

.story-box-model-1 .story-box-info-model-1 .story-title, .story-box-model-2 .story-box-info-model-2 .story-title, .story-box-model-3 .story-box-info-model-3 .story-title {
	font-size: 45px;
	line-height: 1.4;
	font-weight: 400;
	letter-spacing: 0;
	color: #1d2c4c;
}
/* ----- | MODEL 1 | ----- */
.story-box-model-1 .story-box-info-model-1 .story-box-content p {
	font-size: 20px!important;
	font-weight: 300;
	color: #666;
	line-height: 16px;
}
.story-box-model-1 .feature-box{
    border: 1px solid #dadce0;
    height: 400px;
}
.story-box-model-1 .feature-box:hover{
    background: #f5f5f5;
}
.story-box-model-1 .fbox-content{
    padding: 0 1.5rem!important;
}
.fbox-content span{
    font-weight: 500;
}
/* ----- | MODEL 2 | ----- */
.story-box-model-2 .icon{
    height: 60px;
    width: 60px;
    padding: 0;
}
.story-box-model-2 h3{
    font-weight: 400!important;
}
.bg-color::before {
    content: '';
    position: absolute;
    top: -15px;
    left: -15px;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 6px;
    opacity: .3;
    background-color: #C6C09C;
    background-color: var(--themecolor);
}
/* ----- | MODEL 3 | ----- */
.fbox-check{
    float: left;
    width: 2.5em;
    height: 2.5em;
    border-radius: 50%;
    border: none;
    background: #fff;
    text-align: center;
    box-shadow: 0 2px 5px -1px rgba(50,50,93,.25), 0 1px 3px -1px rgba(0,0,0,.3);
    margin-left: 15px;
    margin-right: 15px;
}
.fbox-check span{
    font-size: 1em;
    font-weight: bold;
    color: #4a90e2;
    position: relative;
    top: 15px;
}
.story-box-model-3 p{
    font-size: 20px!important;
    font-weight: 400!important;
}
.story-box-model-3 p span{
    color: #3D80E4;
    font-weight: 500;
}

/* ----- | MODEL 4 | ----- */
.story-box-model-4{
    background-color: #fff;
    
}
.story-box-model-4 .story-subtitle{
    font-size: 35px!important;
    font-weight: 300;
    color: #666;
}
.story-box-model-4 .card-body{
    padding: 55px 80px 40px;
}

/* ----- | MODEL 5 | ----- */
.story-box-model-5 .story-box-info-model-5 h3 {
	font-size: 25px!important;
	font-weight: 400;
	color: #333;
	line-height: 33px;
}
.story-box-model-5 .story-box-info-model-5 p {
	font-size: 20px!important;
	font-weight: 300;
	line-height: 16px;
}
.story-box-info-model-5 span{
    color: #fff!important;
    background-color: #3D80E4;
}

/* ----- | MODEL 6 | ----- */

.slide-imgs-left .iphone-img {
    position: relative;
    z-index: 1;
    width: 330px;
    -webkit-transform: perspective(1400px) rotateY(24deg) rotateX(10deg) rotateZ(-6deg) scale(0.8) translateX(50%) translateY(6%);
    transform: perspective(1400px) rotateY(24deg) rotateX(10deg) rotateZ(-6deg) scale(0.8) translateX(50%) translateY(6%);
    transition: transform 0.45s cubic-bezier(0.2, 0.7, .3, 1);
}


/* ----- Story-Box Responsive ----- */
@media (max-width: 991px) {

	.story-box .story-box-image {
		height: auto;
		width: 100%;
		height: 400px;
		-ms-flex-order: -1;
		order: -1;
	}

	.story-box.description-left .story-box-info {
		-ms-flex-order: -1;
		order: -1;
		margin: 35px -20% 0 0;
	}

	.story-box.description-left .story-box-info { margin: -40px 5% 0; }

	.story-box .story-box-info {
		max-width: 90%;
		height: auto;
		-ms-flex-preferred-size: 90%;
		flex-basis: 90%;
		margin: -40px 5% 0;
	}
}


@media (max-width: 767px) {

	.story-box.description-left .story-box-info { margin: -100px 5% 0; }
	.story-box .story-box-info {
		padding: 35px;
		text-align: center;
		margin: -100px 5% 0;
	}
	.customers-count { border-right: none }
}

@media (max-width: 479px) {

	.story-box .story-box-info {
		width: 100%;
		padding: 15px;
		text-align: center;
		margin: -200px 5% 0;
	}
	.story-box.description-left .story-box-info { margin: -200px 5% 0; }

	ul.tab-nav:not(.tab-nav-lg) li a i {display: none;}
}

ul.scrollmenu{
    overflow: auto;
    white-space: nowrap;
    display: block;
    list-style: none;
}
ul.scrollmenu li{
    display: inline-block;
    position: relative;
    white-space: nowrap;
    color: red;
}
.box-menu{
    height: 100px;
    width: 150px;
    background-size: cover;
    border-radius: 10px;
    box-shadow: 0 0 14px rgb(0 0 0 / 32%);
}
.box-menu h2{
    color: red;
}

/****************************************/
/***** Chat ******/
/****************************************/
.chat-btn{
    z-index: 99;
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#0C9;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
}

.my-chat-btn{
	margin-top:22px;
}
.widget_icon .widget_icon_icon-bubble {
    width: 26px;
    height: 26px;
    opacity: 1;
    transform: translate(-50%, -50%) rotate(
0deg) scale(1);
}
.widget_icon svg {
    fill: #fff;
    transform-origin: 50% 50%;
    transition: opacity 300ms, transform 300ms;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}