.box-language{
    padding: 5px;
    margin-top: 10px;
    width: auto;
    text-align: right;
}
.btn-language{
    padding: 0px 15px;
}
.spt-language{
    border-right: 1px solid #5A7184;
}
.card-1{
    margin: 30px 0 0;
}
.bar-content{
    width: 30px;
    height: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
}
.box-h1{
    margin: 0;
}
.head-title{
    color: #6699D1;
    font-weight: 600;
    margin-bottom: 5px;
}
.iframe-video{
    width: 100%;
    height: 200px;
    border-radius: 10px;
    position: relative;
}
.card-2{
    border-radius: 10px;
    display: block;
    position: relative;
    background-color: white;
    overflow: hidden;
}
.card-2-content{
    padding: 25px;
}
.card-2-content-custom-1{
    min-height: 340px;
}
.card-3{
    background-color: white;
}
.card-3-content{
    margin-right: 10px;
    max-width: 290px;
}
.card-4{
    background-color: white;
    padding: 20px;
    min-height: 180px;
}
.card-4-icon{
    margin-right: 10px;
}
#testimonial{
    padding-top: 100px;
}
.box-slider-testimonial{
    margin-top: 30px;
    overflow: hidden;
}
.box-title-quote{
    text-align: center;
    margin-bottom: 20px;
}
.box-title-quote h2{
    position: relative;
    z-index: 2;
}
.icon-quote{
    position: absolute;
    top: -30px;
    left: 0px;
    z-index: 1;
}
.testimonial-title{
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 20px;
}
.testimonial-content{
    margin: 20px 0;
}
.testimonial-profile{
    margin-bottom: 20px;
    display: flex;
    justify-content: left;
    align-items: center;
}
.profile-avatar{
    border-radius: 50%;
}
.testimonial-avatar{
    border-radius: 50%;
}
.profile-description{
    padding: 10px;
}
.icon-feature{
    width: 50px;
    height: 50px;
}
.bg-cta{
    background-image: url('../../../assets/collections/default/mobile-bg-cta.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-kidsloop-pink{
    background-image: url('../../../assets/collections/default/mobile-bg-kidsloop-pink-2.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.box-cta-content{
    padding: 20px 0;
    text-align: center;
}
.btn-download{
    padding: 5px;
}
.img-download{
    cursor: pointer;
    width: 100%;
}
.img-logo-footer{
    margin-bottom: 5px;
}
.item-social-media{
    margin: 10px 25px 10px 0;
}
.item-social-media img{
    opacity: 1;
}
.item-social-media img:hover{
    opacity: .8;
}
.list-menus-footer{
    margin-top: 0 15px;
}
.item-menus-footer{
    font-weight: 600;
    color: #183B56 !important;
    margin: 10px 0;
}
.item-menus-footer a{
    color: #183B56 !important;
}
.item-menus-footer a:hover{
    color: #6699D1 !important;
}
.box-column-footer{
    margin: 10px 0;
}
.box-container{
    padding: 20px;
    margin-bottom: 30px;
}
.list-feature-content{
    margin-top: 20px;
}
.icon-feature-content{
    margin-right: 10px;
    display: block;
}
.img-feature{
    display: block;
}
.item-feature-content{
    padding: 10px 0;
    display: flex;
    justify-content: left;
    align-items: center;
}
.box-support-name{
    font-size: 20px;
    margin-top: 15px;
}
.box-content-partnership h3{
    font-weight: normal;
}
.box-term-title{
    max-width: 90%;
}
.box-term-arrow img{
    margin-top: 50%;
}
.item-term-title{
    display: flex;
    justify-content: space-between;
    justify-items: center;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0,0,0,0.1) ;
    cursor: pointer;
}
.item-term-content{
    overflow: hidden;
}
.box-term-content{
    padding: 0 0 20px;
}
.show-accordion{
    max-height: 5000px !important;
}
.box-paging{
    margin-top: 20px;
    padding: 10px;
    text-align: center;
}
.box-pagination{
    margin-bottom: 10px;
}
.box-pagination .page {
    color: white;
    background-color: #6699D1;
    font-size: 12px;
    margin-right: 5px;
    padding: 5px 15px;
    border-radius: 15px;
}
.box-pagination .page-disable {
    background-color: #CCCCCC;
    font-size: 12px;
    margin-right: 5px;
    padding: 5px 15px;
    border-radius: 15px;
}
.accordion-content{
    -webkit-transition: all .5s ease;
      -moz-transition: all .5s ease;
      -ms-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease;
    max-height: 0;
}
.item-news-recent{
    padding: 15px 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.item-news-recent a{
    display: block;
    margin: 5px 0 !important;
}
.box-reset{
    margin: 0;
    padding: 0;
}
.box-iframe-content{
    width: 100%;
    min-height: 365px;
}
.box-main-contact{
    padding: 25px;
    margin: 15px 0;
    border: 1px solid rgba(0,0,0,0.1);
}
.border-bottom{
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.box-contact-item{
    padding: 15px 0 20px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.box-contact-item:last-child{
    border-bottom: none;
}
.head-title-small{
    text-align: center !important;
}
.head-title-small h1{
    max-width: 600px;
    margin: auto auto 15px;
}
.head-title-small p{
    max-width: 600px;
    margin: auto;
}
.head-title-medium{
    text-align: center !important;
}
.head-title-medium h1{
    max-width: 800px;
    margin: auto auto 15px;
}
.head-title-medium p{
    max-width: 600px;
    margin: auto;
}
.box-contact-form{
    margin: 0 -5px;
}
.box-safety-list-about:after {
    content:""; 
    position: absolute; 
    top: 5%;
    bottom: 5%; 
    left: 0; 
    height: 91%; 
    width: 5%;
    border-right: 2px dotted rgba(0,0,0,0.5);
    z-index: 1;
}
.box-safety-list:after {
    content:""; 
    position: absolute; 
    top: 11%;
    bottom: 10%; 
    left: 0; 
    height: 75%; 
    width: 6%;
    border-right: 2px dotted rgba(0,0,0,0.5);
    z-index: 1;
}
.box-safety-item{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.safety-content{
    width: 70%;
    padding: 15px 20px 20px;
    border-radius: 16px;
    text-align: center;
}
.safety-separator{
    width: fit-content;
    height: 100%;
    text-align: center;
    position: relative; 
}
.img-sefety{
    position: relative;
    display: block;
    margin: 10px auto;
    z-index: 2;
}
.safety-content-year{
    font-size: 32px;
}
.safety-circle{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin: auto;
    background-color: white;
    position: relative;
    z-index: 2;
}
.circle-border-yellow{
    border: 8px solid #FFD654;
}
.circle-border-pink{
    border: 8px solid #E78BA9;
}
.circle-border-pink-light{
    border: 8px solid #E99FC0;
}
.circle-border-blue{
    border: 8px solid #6699D1;
}
.circle-border-blue-light{
    border: 8px solid #81CCEC;
}
.swiper-slide-active:hover .box-our-team-content{
    max-height: 500px;
}
.box-our-team-content{
    overflow: hidden;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    max-height: 0px;
}
.inline-block{
    display: inline-block !important;
}
.box-client-logo{
    height: 100% !important;
    border: 1px solid rgba(0,0,0,0.1);
}
.box-video-content{
    position: relative;
}
.box-slider-content-navigation{
    padding: 0 20px;
}
.video-navigation{
    bottom: -65px !important;
    top: auto !important;
    margin: 15px 25%;
    background: #6699D1;
    padding: 0 20px;
    color: white;
    height: 35px;
}
.video-navigation::after{
    content: none !important;
}





.card-2{
    border-radius: 10px;
    display: block;
    position: relative;
    background-color: white;
    overflow: hidden;
}
.card-2-content{
    padding: 25px;
}
.card-2-content h2{
    font-size: 18px;
}
.card-3{
    background-color: white;
}
.card-3-content{
    margin-right: 10px;
    max-width: 290px;
}
.card-4{
    background-color: white;
    padding: 20px;
    margin-bottom: 25px;
}
.card-4-content h4{
    font-size: 14px;
}
.card-4-content p{
    font-size: 14px;
}
.card-4-icon{
    margin-right: 10px;
    margin-bottom: 10px;
}
.card-5{
    background-color: white;
    padding: 25px 30px;
    margin-bottom: 25px;
}
.card-5-image{
    text-align: center;
    margin-top: 30px;
}
.card-6{
    background-color: white;
    padding: 25px 30px;
    margin-bottom: 25px;
}
.card-7{
    padding: 20px;
    background-color: #F9FBFE;
    border-radius: 16px;
    min-height: 310px;
}
.card-7-content h2{
    font-size: 20px;
    margin-top: 20px;
}
.card-8{
    border-radius: 10px;
    display: block;
    position: relative;
    background-color: white;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.1);
}
.card-8-content{
    padding: 25px;
}
.card-8-content h2{
    font-size: 18px;
}
.card-content{
    margin-bottom: 30px;
}
.card-content-body{
    border-radius: 16px;
}
.card-content-title{
    text-align: center;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 16px;
}
.card-content-head{
    display: flex;
    justify-content: left;
    align-items: center;
    padding: 5px 25px;
    min-height: 115px;
}
.card-content-head-image{
    margin-right: 20px;
}
.card-content-description{
    padding: 20px 25px;
}
.card-content-desc-title{
    margin-bottom: 10px;
}

.box-arrow-right{
    position: relative;
    margin-left: 10px;
}
.nav-arrow:before, 
.nav-arrow:after {
    content: "";
    position: absolute;
    top: 50%;
}
.nav-arrow:before {
    width: 5px;
    height: 5px;
    margin-left: 5px;
    border: 2px solid currentcolor;
    border-left-color: transparent;
    border-top-color: transparent;
    transform: translate(-50%, -50%) rotateZ(-45deg);
}
.nav-arrow:after {
    width: 10px;
    height: 2px;
    background-color: currentcolor;
    margin-top: -1px;
}
.box-head-title-section{
    text-align: center;
    margin-bottom: 15px;
}
.text-align-left{
    text-align: left !important;
}
.text-align-center{
    text-align: center !important;
}
.text-align-right{
    text-align: right !important;
}
.d-flex{
    display: flex;
}
.justify-content-left{
    justify-content: left;
}
.justify-content-center{
    justify-content: center;
}
.card-title-content {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(25, 60, 87, 0.0001) 0%, #183B56 100%);
    text-align: left;
    color: #fff;
    padding: 25px;
    align-items: flex-end;
    display: flex;
    justify-content: left;
    transition: background-color .5s;
}
.text-center{
    text-align: center !important;
}
.link-style{
    font-weight: 600;
    color: #6699D1 !important;
    display: block;
}
.link-style:hover{
    color: #183B56 !important;
}
.box-link-style{
    font-weight: 600;
    background-color: white;
    width: 140px;
    height: fit-content;
    border-radius: 30px;
    color: #183B56 !important;
    padding: 10px 20px;
    display: block;
    text-align: center;
}
.box-link-style:hover{
    background-color: #6699D1;
    color: white !important;
}
.box-shadow-default {
    box-shadow:
    0 2.8px 2.2px rgba(0, 0, 0, 0.034),
    0 6.7px 5.3px rgba(0, 0, 0, 0.048),
    0 12.5px 10px rgba(0, 0, 0, 0.06),
    0 22.3px 17.9px rgba(0, 0, 0, 0.072),
    0 41.8px 33.4px rgba(0, 0, 0, 0.086),
    0 100px 80px rgba(0, 0, 0, 0.12);
}
.box-shadow {
    box-shadow: 0 2px 1px rgba(0,0,0,0.09), 
                0 4px 2px rgba(0,0,0,0.09), 
                0 8px 4px rgba(0,0,0,0.09), 
                0 16px 8px rgba(0,0,0,0.09),
                0 32px 16px rgba(0,0,0,0.09);
}
.box-shadow-shorter {
    box-shadow: 0 1px 1px rgba(0,0,0,0.1), 
                0 3px 3px rgba(0,0,0,0.1);
}
.box-shadow-shorter-2 {
    box-shadow: 0 1px 2px 1px rgba(0,0,0,0.10);
}
.box-shadow-shorter-3 {
    box-shadow: 0 1px 1px 1px rgba(0,0,0,0.10),
                0 3px 2px 1px rgba(0,0,0,0.10);
}
.box-shadow-longer {
    box-shadow: 0 2px 1px rgba(0,0,0,0.09), 
                0 4px 2px rgba(0,0,0,0.09), 
                0 8px 4px rgba(0,0,0,0.09), 
                0 16px 8px rgba(0,0,0,0.09),
                0 32px 16px rgba(0,0,0,0.09);
}
.copyright{
    padding: 15px 0;
    text-align: center;
    color: white;
}
.box-navigation{
    text-align: left;
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0;
    right: auto;
    background-color: white;
    max-height: 0;
    overflow: auto;
    z-index: 11;
}
.box-navigation-active{
    max-height: 100vh !important;
}
.box-main-menus{
    overflow: auto;
    border-top: 1px solid rgba(0,0,0,0.1);
}
.box-submenu{
    padding: 0 15px;
}
.item-submenu{
    padding: 10px 20px;
    display: block;
    background-color: #F9FBFE;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.box-navigation-list{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: fixed !important;
    bottom: 0;
}
.accordion-content{
    -webkit-transition: all .5s ease;
      -moz-transition: all .5s ease;
      -ms-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease;
    max-height: 0;
}
.box-navigation ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    width: 100%;
    overflow-x: auto;
}
.box-navigation li:first-child{
    border-top: 1px solid rgba(0,0,0,0.1);
}
.item-menus{
    padding: 0;
}
.item-menu-border{
    width: auto;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    margin: 13px 15px 0 15px;
}
.item-submenu-border{
    width: auto;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    margin: 0 15px 13px;
}
.item-menu{
    display: flex;
    color: #6699D1;
    padding: 13px 15px 0;
    text-decoration: none;
    justify-content: space-between;
    align-items: center;
}
.box-menus-action{
    padding: 25px;
}
.relative{
    position: relative !important;
}
.bg-white{
    background-color: white !important;
}
.bg-blue{
    background-color: #6699D1 !important;
}
.bg-yellow{
    background-color: #FFD654 !important;
}
.bg-pink{
    background-color: #E88FAD !important;
}
.bg-blue-light{
    background-color: #E0F2FC !important;
}
.bg-yellow-light{
    background-color: #FFF7ED !important;
}
.bg-pink-light{
    background-color: #FCF0F5 !important;
}
.bg-grey-1-light{
    background-color: #F9FBFE !important;
}
.bg-grey-2-light{
    background-color: #F5F5F5 !important;
}
.bg-bada-purple{
    background-color: #BF9CC9 !important;
}
.bg-bada-purple-light{
    background-color: #EBD8EA !important;
}
.bg-bada-yellow{
    background-color: #F4D552 !important;
}
.bg-bada-yellow-light{
    background-color: #FEFDE9 !important;
}
.bg-bada-green{
    background-color: #9DC973 !important;
}
.bg-bada-green-light{
    background-color: #E6F0CA !important;
}
.bg-bada-blue{
    background-color: #6C81BC !important;
}
.bg-bada-blue-light{
    background-color: #DAEDF9 !important;
}
.bg-bada-pink{
    background-color: #ED8EBB !important;
}
.bg-bada-pink-light{
    background-color: #F7C7DD !important;
}
.border-bada-purple{
    border-bottom: 1px solid #9668AC ;
}
.border-bada-yellow{
    border-bottom: 1px solid #D5B73D ;
}
.border-bada-green{
    border-bottom: 1px solid #9FC657 ;
}
.border-bada-blue{
    border-bottom: 1px solid #3679BA ;
}
.border-bada-pink{
    border-bottom: 1px solid #DC3A5A ;
}
.clr-bada-purple{
    color: #9668AC !important;
}
.clr-bada-yellow{
    color: #D5B73D !important;
}
.clr-bada-green{
    color: #9FC657 !important;
}
.clr-bada-blue{
    color: #3679BA !important;
}
.clr-bada-pink{
    color: #DC3A5A !important;
}
.clr-white{
    color: white !important;
}
.clr-blue{
    color: #6699D1 !important;
}
.clr-yellow{
    color: #FFD654 !important;
}
.clr-pink{
    color: #E88FAD !important;
}
.clr-blue-light{
    color: #E0F2FC !important;
}
.clr-blue-2-light{
    color: #81CCEC !important;
}
.clr-yellow-light{
    color: #FFF7ED !important;
}
.clr-pink-2-light{
    color: #E99FC0 !important;
}
.clr-pink-light{
    color: #FCF0F5 !important;
}
.clr-grey-1{
    color: #5A7184 !important;
}
.ml-5{
    margin-left: 5px !important;
}
.ml-10{
    margin-left: 10px !important;
}
.ml-20{
    margin-left: 20px !important;
}
.ml-30{
    margin-left: 30px !important;
}
.mr-10{
    margin-right: 10px !important;
}
.mr-20{
    margin-right: 20px !important;
}
.mr-30{
    margin-right: 30px !important;
}
.mt-0{
    margin-top: 0px !important;
}
.mt-20{
    margin-top: 20px !important;
}
.mt-30{
    margin-top: 30px !important;
}
.mt-50{
    margin-top: 50px !important;
}
.mb-5{
    margin-bottom: 5px !important;
}
.mb-10{
    margin-bottom: 10px !important;
}
.mb-20{
    margin-bottom: 20px !important;
}
.mb-30{
    margin-bottom: 30px !important;
}
.mb-50{
    margin-bottom: 50px !important;
}
.mb-60{
    margin-bottom: 60px !important;
}
.pdt-0{
    padding-top: 0 !important;
}
.pd-10{
    padding: 10px !important;
}
.pd-20{
    padding: 20px !important;
}
.pdb-10{
    padding-bottom: 10px !important;
}
.no-pb{
    margin-bottom: 0 !important;
}
.no-mb{
    margin-bottom: 0 !important;
}
.bottom-min-15{
    bottom: -15px !important;
}
.h-auto{
    height: auto !important;
}
.h-100{
    height: 100% !important;
}
.btn-call-action{
    padding: 10px 0;
    width: 100%;
    border-radius: 50px;
    background-color: white;
    color: white;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    transition: height .3s all;
}
.mobile-row{
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.mobile-col-12{
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
}
.mobile-col-6{
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
}
.mobile-col-3 {
    flex: 0 0 25%;
    max-width: 25%;
    position: relative;
    width: 100%;
}
.mobile-col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    position: relative;
    width: 100%;
}
.mobile-col-8 {
    flex: 0 0 66.66666%;
    max-width: 66.66666%;
    position: relative;
    width: 100%;
}
.mobile-col-9 {
    flex: 0 0 75%;
    max-width: 75%;
    position: relative;
    width: 100%;
}
.m-container-small{
    position: relative;
    padding: 0 15px;
}
.m-container-half{
    position: relative;
    padding: 0 10px;
}
.position-center{
    margin-left: auto;
    margin-right: auto;
}
.box-input-form{
    text-align: left;
    width: 100%;
    width: fit-content;
    padding: 5px;
    display: contents;
}
.box-input-form label,
  .box-input-form .form-control{
    margin-left: 5px;
    margin-right: 5px;
}
.box-input-note{
    text-align: left;
    padding: 5px;
}
.box-submit-style{
    margin: 20px 0 !important;
}
.form-control{
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom: 10px;
}
.form-control:focus{
    border: 1px solid #1E8FA7;
    outline: none !important;
    box-shadow: none;
}
::-webkit-input-placeholder { /* Edge */
    color: #cccccc !important;
    font-style: italic !important;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #cccccc !important;
    font-style: italic !important;
}
::placeholder {
    color: #cccccc !important;
    font-style: italic !important;
}
::-webkit-scrollbar {
    display: none;
}