.only_desktop, .only_tablet{
	display:none !important;
}
.only_mobile{
	display:inline !important;
}
:root{
	font-size:14px;
}
.h-title{
	font-size: 1.2rem;
}
.m-title{
	font-size: 2.25rem;
}
.m-title br{
	display:none;
}
.s-title{
	font-size: 1.2rem;
}
main > section > .container-fluid > .container {
    padding-top: 50px;
    padding-bottom: 40px;
}
.bgc.oflow{
	margin:0;
}

.btn.action{
	padding: 1rem 2rem;
    font-size: 1.025rem;
}
.bgc .btn-outline-secondary {
    font-size: .95rem;
    padding: 0.75rem 1.5rem;
}
.dropdown-menu {
    --bs-dropdown-padding-x: 0.25rem;
    --bs-dropdown-padding-y: 0.5rem;
    --bs-dropdown-spacer: 0;
    --bs-dropdown-font-size: .95rem;
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: 0.25rem;
    margin: -1px 0 0 0;
}
.v-accordion {
    padding: 3rem 0rem 3rem;
}
.va-title-container {
    width: 100%;
}
.va-long-title span {
    display: block;
    font-size: 1.05rem;
    font-family: 'Semibold', sans-serif;
}
.va-long-title ul span {
    font-family: 'Regular', sans-serif;
}
.va-mobile-content {
    margin-top: 1.5rem;
    display: block !important;
}
.va-teacher {
    flex-direction: column;
}
.training-recommendation .va-teacher .image {
    margin: 0 0 0.5rem 0;
}
.va-teacher-data {
    width: 90%;
}
.va-short-title .fal {
    line-height: 1.1;
}
.modal{
	--bs-modal-width: 950px;
    --bs-modal-padding: 1.5rem 2rem .5rem;
	--bs-modal-header-padding: 1.5rem 2rem 1rem;
	--bs-modal-footer-gap: 2rem;
}
.modal-body{
	font-size:.95rem;
}
p.modalHeading {
    font-size: 1.15rem;
}
.modal-body p {
	margin: 0 0 1.25rem;font-size:.95rem;
}
.modal-body em {
	font-size: .8rem;
}
.modal-body td{
	padding: 7px 5px;
}
.modal-body table p{
	font-size: .8rem;
}
.modal-body table{
	display:block;
	overflow:auto;
}
.modal-body td:first-child {
	width: 20%;
}
sup.tt {
    font-size: .7rem;
}
.ratings {
    margin-bottom: 0.5rem;
    line-height: 16px;
}
.rating-stars {
    margin-right: 0.25rem;
    font-size: 16px;
    line-height: 16px;
}
.full-stars {
    left: 0px;
    top: 0px;
}
.ratings .times {
	font-size: .95rem;
}
.video-bg{
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	z-index:9;
	display: flex;
}
.video-embed {
    position: absolute;
    padding-bottom: 56.25%;
    height: 0;
	top:0;
	left:0;
    width: 100%;
	z-index:5;
    overflow: hidden;
    border-radius: 1rem;	
}
main{
	margin-bottom:2rem;
}
.arrow.down {
	position: absolute;
    bottom: -32px;
    left: 50%;
    transform: rotate(360deg);
    cursor: default;
    z-index: 0;
}
.arrow.down span {
	display: block;
    width: 15px;
    margin: -8px;
    height: 15px;
    border-bottom: 2px solid #b2a4f3;
    border-right: 2px solid #b2a4f3;
    transform: rotate(45deg);
    animation: animatearrd 2s infinite;
	z-index:0;
}
.arrow.down span:nth-child(2) {
	animation-delay: -0.2s;
}
.arrow.down span:nth-child(3) {
	animation-delay: -0.4s;
}
@keyframes animatearrd {
0% { opacity: 0; transform: rotate(45deg) translate(-10px, -10px); }
50% { opacity: 1;}
100% {opacity: 0;transform: rotate(45deg) translate(10px, 10px);}
}


/* menu */
.navbar-brand{
	background-image:url(../images/penta-logo.svg);
	width: 40px;
    height: 40px;
    margin-right: 0.5rem;
}
.header-menu{
    padding: .75rem 0;
	border-bottom:1px solid var(--border-color);
}
.header-menu .nav-link{
	font-size:.95rem;
	padding: 25px .5rem;
}
.navbar-collapse {
    top: 62px;
}

/* countdown */
.countdown{
    margin-left: -170px;
    width: 340px;
	padding: 1rem;
	border-radius:0 0 1rem 1rem;
}
.cd_text {
	font-size: 1.15rem;
}
.ct_clock {
	min-width: 170px;
}
.timeLeft{
    max-width: 170px;
} 
.timeLeft .dots{
	right: 4px;
    font-size: 1.5rem;
    line-height: 25px;
} 
.timeLeft .nr{ 
	width: 30px;
	height: 25px;
	padding: 0;
	margin: 0 5px;
	line-height: 25px;
	font-size: 1.75rem;
}
.timeLeft .lbl{
	width: 30px;
	margin:0px 5px 0;
	font-size:.95rem;
}

/* home header */
.homepage-header .row:first-child {
    position: relative;
    top: -50px;
    margin-bottom: -1.5rem;
    left: 0;
    padding: 0;
}
.homepage-header .container {
    padding-top: 0px;
    padding-bottom: 0px;
}
.homepage-header h2.s-title{
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 0;
}
.header-logo{
   display:none;
}
.site-buttons .btn{
	margin: 0 .25rem;
	min-width: 135px;
}
.homepage-header .btn.action {
    padding: 0.75rem 1.5rem;
    margin-right: 0.75rem;
}
.homepage-header .row.slide{
	padding: 0rem;
}
.homepage-header .slide .content{
    padding: 2rem;
}
header.homepage-header .row .col-lg-6:last-child {
    height: unset;
	margin-bottom:0;
	width: 60%;
}
.site-slogan {
    padding: 0 3rem 2.5rem;
}
.site-buttons {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    padding: 0;
}
header.homepage-header .m-title{
	font-size: 1.5rem;
}
header.homepage-header .m-title br {
  display: block;
}
.site-slogan span {
    font-size: 1rem;
    line-height: 1.05rem;
}
.homepage-header ul {
    display:none;
}
/* home-boxes */
.homepage-boxes .container{
	padding-top:30px !important;
}
.home-boxes{
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}
.home-box .box{
	padding: 0 2rem;
    border-right: 0px solid var(--border-color);
    margin-bottom: 1.5rem;
}
.home-box:nth-child(1) .box, .home-box:nth-child(3) .box, .home-box:nth-child(5) .box{
    border-right: 0px solid var(--border-color);	
}
.home-box.featured{
	margin-bottom:1rem;
}
.home-box.featured .box{
	padding: 2rem 2rem 1.5rem;
	border-right: 0px solid var(--border-color);
	height:unset;
}
.home-box .box-head{
    margin-bottom: .75rem;
}
.home-box.featured .box-head{
    margin-bottom: 1rem;
}
.home-box h2{
    font-size: 1.25rem;
}
.home-box.featured h2{
    font-size: 1.5rem;
}
.home-box p a{
	padding: 5px;
}
.home-box .content p{
    margin-bottom: 0;
    font-size: 1rem;
	line-height:1.75;
}
.home-box.featured .content p{
    font-size: 1.2rem;
    padding: 0.4rem 0.1rem;
    line-height: 1.25;
    margin-left: 0.75rem;
}
.home-box i.fal {
	margin-left: -1.5rem;
    width: 1rem;
}
.home-box.featured i.fal {
    margin-left: -1.75rem;
    width: 1.25rem;
    font-size: 1.05rem;
}
.home-box .box-head i.fal{
	margin-left: -0.5rem;
    width: 1.75rem;
    font-size: 1.25rem;
    margin-right: 0.15rem;
}
.home-box.featured .box-head i.fal {
    margin-left: -0.5rem;
    width: 2.25rem;
    font-size: 1.75rem;
    margin-right: 0.25rem;
}
.home-box > .row > .home-box{
	margin-top:1rem;
}
.home-box .content p {
	padding-left: 1.25rem;
    margin-left: 0.4rem;
}

/* home numbers */
.number-box .icon i {
    font-size: 2rem;
    margin-bottom: 1.5rem;
}
.number-box .nmbr {
    font-size: 2rem;
    margin-bottom: 1rem;
}
.number-box .txt {
    max-width: 185px;
    font-size: 1rem;
}
.number-box.mb{
    margin-bottom: 3rem;
}

/* home recommendation */
body.index .recommendation .content p{
	font-size:1rem;
}

/* home blog */
.r-post h2{
	margin-bottom: 0.75rem;
    font-size: 1.25rem;
}
.home-blog .post-image {
    min-height: 250px;
    margin-bottom: 1rem;
}

/* header */
header .container-fluid{
	position:relative;
}
header .container{
	padding-top: 30px;
	padding-bottom: 50px;
}
header .row .col-lg-6:first-child{
	margin-bottom: 2rem;
}
header .s-image, .training-end .s-image {
    display: flex;
    align-items: center;
}
header .s-text{
	width: 45%;
    top: 0rem;
    left: 1rem;
    padding: 1rem;	
}
header .row .col-lg-6:last-child{
    height: 220px;
}
header .s-image{
    border-radius: 1rem;
}
header .m-title{
	font-size:2.5rem;
    line-height: 1.1;
    margin: 0 0 1.1rem;
}
header .s-title, .training-end .s-title{
	margin-bottom:1.5rem;
}
header .s-title{
	line-height: 1.25;
}

/* questions */
.question {
	padding:0;
}
.question:nth-child(1), .question:nth-child(2){
	margin-bottom:2rem;
}
.question .box{
	padding: 1rem;
}
.question:nth-child(3) .box {
    border-right: 1px solid transparent;
}
.question .icon .fal {
    font-size: 2rem;
    margin: 0 0 1rem;
}
.question .content p{
    font-size: 1.175rem;
    line-height: 1.3;
}
/* short video */
.s-video-desc, .d-video-desc{
	padding-top:0;
	padding-bottom:20px;
}
.s-video-desc .startvideo, .d-video-desc .startvideo{
	display:none;
}
.s-video-cont, .d-video-cont{
	padding-top: 0;
	padding-bottom: 0;
    overflow: hidden;
    border-radius: 1rem;
    box-shadow: 0px 4px 12px -8px rgb(0 0 0);
}
.s-video-desc .s-title, .d-video-desc .s-title{
	margin-bottom:1.5rem;
}
.s-video-desc .s-title br, .d-video-desc .s-title br{
	display:none;
}
.bgc.oflow .video-container{
   height: 0;
   padding-top: 56.25%;
   display: flex;
   align-items: flex-end;
   background-size: cover;
   border-radius: 1rem;
   box-shadow: 0px 4px 12px -8px rgb(0 0 0);
   overflow:hidden;
}
.video-container p {
    padding: 0.5rem 1rem;
	font-size:1.15rem;
	margin-bottom:1.5rem;
}
.video-container small {
	font-size:.85rem;
}

/* arguments */
.arguments{
    margin: 0 -2%;
}
.argument{
	width: 96%;
    padding: 20px;
    margin: 1rem 2%;
}
.argument .icon{
    font-size: 2rem;
	line-height: 1;
    margin-bottom: 1rem;
}
.argument .content p{
    margin-bottom: 0;
    font-size: 1.05rem;
}
.argument p.title{
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

/* carrier */
.carrier-path .m-title{
	font-size: 2.2rem;
    line-height: 1.15;
    margin-bottom: 2rem;
    margin-top: 3rem;
}
.carrier-path .s-title{
	font-size: 1.2rem;
    line-height: 1.25;
    margin-bottom: 2.25rem;
}
.carrier-path .row .col-md-6:first-child {
    margin-bottom:4rem;
}
.c-box {
    padding: 25px 0;
    width: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
	position:relative;
}
.c-box.b1, .c-box.b2{
	margin-bottom: 5rem;
} 
.c-box-cont:nth-child(2), .c-box-cont:last-child {
    min-height: unset;
}
.c-box-cont:nth-child(3) {
    min-height: unset;
}
.c-box-inner {
    padding: 20px;
    width: 90%;
    margin-left: 0;
    font-size: 1.05rem;
}
.c-box.b1 .c-box-inner {
    margin-left: 0;
}
.c-box.b2 .head{
	font-size: 1.5rem;
}
.c-box.b2 .c-box-inner {
    margin-left: 0;
    width: 90;
}
.c-box-inner .head{
	font-size: 1.2rem;
    margin-bottom: 0.5rem;
    line-height: 1.25;
}
.c-line{
   display:none;
}

/* teachers */
.row.teachers{
	margin: 2rem calc(-1% - 0.75rem);
}
.teachers .teacher{
    width: 48%;
    margin: 0 1% 2rem;
}
.teachers h3 {
    font-size: 1.2rem;
	margin-bottom: 0;
}

/* reviews */
.reviews-headers .m-title{
	margin-bottom:0;
}
.reviews-slider-cont{
	margin-top:2rem;
}
.reviews .box.slide{
    padding: 2rem;
	height:420px;
    margin: 30px 30px 15px 30px;
}
.box.slide img {
    width: 70px;
    height: 70px;
}
.slide .quote{
	font-size: 1rem;
    margin: auto 0rem;
}
.slide .name{
	margin:0;
}
.owl-nav button.owl-next i, .owl-nav button.owl-prev i{
	color:#eee;
}
.owl-nav button.owl-next:hover i, .owl-nav button.owl-prev:hover i{
	color:#fff;
}
/* recommendation */
.recommendation{
	margin-bottom:2rem;
}
.training-recommendation .image{ 	
	text-align: center;
    overflow: hidden;
    border-radius: 0.25rem;
    display: flex;
    justify-content: center;
}

/* tabs */
.nav.nav-tabs{
    border-bottom: 4px solid var(--border-color);
    margin-bottom: 2rem;
}
.nav-tabs .nav-link{
	margin-bottom: -4px;
	padding: 15px 10px;
    min-width: 50%;
}
.nav-tabs .nav-link .fal{
    margin: 0 auto 1.2rem;
    font-size: 1.75rem;
	padding-top: 2px;
}
.nav-tabs .nav-link p{
    font-size: 1.2rem;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
	border-bottom: 4px solid var(--primary);
}

/* combinated */
#tab-ccoverview{
	padding-top:2rem;
}
#tab-ccoverview .m-dot, .rline{
	display:none;
}

#tab-ccoverview .col-lg-6{
	display: flex;
    flex-direction: column;
}
.r-box-bg {
	background: rgb(234,220,254);
	background: linear-gradient(135deg, #e5e8fd 0%, rgb(249 247 255) 50%, #f8ebff 100%);
	padding: 2rem;
    border-radius: 1rem;
    width: 100%;
    margin-bottom: 0;
}
.r-box {
	position: relative;
    padding: 30px;
    background: #fff;
    box-shadow: 2px 2px 20px -10px rgb(0 0 0 / 35%);
    border-radius: 1rem;
    width: 100%;
    z-index: 3;
}
.r3 .r-box-bg {
	width: 100%;
}
.r3 .r-box {
    padding: 35px;
}
.r-box-rel{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 5rem;
}
.r-box-rel .circle-pulse i {
	color: #b2a4f3;
	background:transparent;
}
.r-box-rel .circle-pulse  {
	position: absolute;
    bottom: -50px;
    left: calc(50% - 20px);
    font-size: 2.4rem;
    display: flex;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    box-shadow: 0px 0px 1px 1px #0000001a;
    animation: pulse-animation 2s infinite;
    align-items: center;
    justify-content: center;
}
@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(189, 99, 231, 0.9);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}
.r-box h3 {
    font-size: 1.2em;
	margin-bottom: 1rem;
}
.r-box .price{
    margin-bottom: 1rem;
    font-size: 1.05rem;
}
/* detailed rules */
#tab-ccdetails{
	margin: 4rem 0;
}
#tab-ccdetails .ccline, #tab-ccdetails .m-dot{
	display:none;
}
#tab-ccdetails .m-title{
	font-size: 1.5rem;
	margin-bottom: 3rem;
}
.crel, .crel .c1, .crel .c2{
	position:relative;
}
.exp-block-cont {
    width: 100%;
    position: relative;
    padding: 1.5rem 1.5rem 0.5rem;
    z-index: 2;
	margin-bottom: 5rem;
}
.exp-block .head h3{
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    font-size: 1.2rem;
}
.milestone {
    margin-bottom: 5rem;
    padding: 30px 30px 15px;
    width: 100%;
    position: relative;
    z-index: 2;
}
.milestone strong {
    font-size: 1.2rem;
}
.c3 .milestone {
    padding: 40px 40px 30px;
	margin-bottom:0;
}
.c3 .milestone strong {
    font-size: 1.5rem;
}
/* packages */
.pct-cont {
    max-width: 100%;
    margin: 0 auto .75rem;
	position:relative;
}
.pb-table {
    table-layout: fixed;
}
.pb-table thead {
    position: sticky;
    top: 45px;
    z-index: 2;
    background: #fff;
}
.pb-table tr {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
	border-bottom:1px solid var(--border-color);
    justify-content: flex-end;
}
.pb-table tbody tr:last-child {
	border-bottom:1px solid transparent;
}
.pb-table tbody td:last-child {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}
.pb-table tbody tr:last-child td {
    padding: 1rem .5rem 0;
}
.pb-table .pb-standard, .pb-table .pb-pro, .pb-table .pbh-standard, .pb-table .pbh-pro{
	padding: .25rem .5rem .75rem;
}
td.pbh-empty {
    width: 100%;
}
td.pb-label {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}
.pb-table td {
    font-size: 1.05rem;
	padding: 1rem .5rem;
	border-bottom: 1px solid transparent;
}
.pb-standard, .pb-pro, .pbh-standard, .pbh-pro {
    width: 30%;
}
.pb-table tbody tr:last-child td .standard, .pb-table tbody tr:last-child td .premium {
    font-size: 1.25rem;
	line-height: 1;
    margin: 0.75rem 0 -0.75rem;
}
/*
.pb-label i {
	font-size: 1.5rem;
    line-height: 1rem;
    line-height: 1;
	margin-left:5px;
}
*/
.pb-table thead tr:first-child td:last-child {
    border: 1px solid transparent;
}
.pb-table tbody tr:last-child td:last-child {
    border: 1px solid transparent;
}
.pb-table .yes span:after, .pp-boxes .yes span:after {
    width: 15px;
    height: 15px;
}
.pb-table .no span:after, .pp-boxes .no span:after {
    font-size: 1.25rem;
}
.pb-footer {
    margin-top:2rem;
}
.pb-d-rows td.pb-standard, .pb-d-rows td.pb-pro{
	font-size:.85rem;
}
.pb-table tbody .pb-d-rows td .standard, .pb-table .pb-d-rows td .premium{
	font-size: 1.25rem;
    line-height: 1.5;
}
.pb-table tbody tr:last-child td.pb-standard, .pb-table tbody tr:last-child td.pb-pro{
	font-size:1.25rem;
}
.pb-table tbody tr:last-child td.pb-standard .standard, .pb-table tbody tr:last-child td.pb-pro .premium{
	font-size:1.05rem;
}
.pb-table tbody tr:last-child td.pb-standard small, .pb-table tbody tr:last-child td.pb-pro small{
	font-size:.85rem;
}


/* detailed */
#tab-pdetails{
	margin-top:3rem;
}
.detailed{
    padding: 30px;
}
.detailed .box{
    margin: 0 0 2rem;
}
.detailed .title{
    font-size: 1.2rem;
    margin: 0 0 0.75rem 0;
}
.detailed .title i{
    font-size: 1.5rem;
}

/* calculator */
.calculatorCont {
	width: 100%;
    margin: 30px auto 30px;
    padding: 2em 1rem;
}
.eduHelp {
	padding: 0px;
    height: 300px;
}
.eduHelp p {
    font-size: 1.25rem;
    line-height: 1.25;
    margin: 0;
}
.eduHelp .arrow {
    position: absolute;
    top: calc(50% - 100px);
    left: 50%;
    transform: translate(-50%, -50%);
    transform: rotate(180deg);
    cursor: pointer;
}
.eduHelp .arrow span {
    display: block;
    width: 15px;
    height: 15px;
    border-bottom: 3px solid var(--primary);
    border-right: 3px solid var(--primary);
    transform: rotate(45deg);
    margin: -8px;
    animation: animatearr 2s infinite;
}
.cRd .desc {
    max-width: 65%;
}
.cPrice {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.25em;
    line-height: 2.75em;
}
.edu.switch {
    margin-bottom: 1em;
	padding:0;
}
.edu.switch span {
	padding: 0 0 0 25px;
    margin-right: 15px;
    position: relative;
    margin-bottom: 0.5em;
    display: inline-flex;	
}
.calculatorResults, .eduNote {
    padding:3rem 0 0
}


/* bonuses */
.training-bonuses .box {
    margin: 2rem 0;
}
.training-bonuses figure{
	display:none;
}
.training-bonuses .content{
	width:100%;
	padding: 30px;	
	font-size: 1.05rem;
}
.training-bonuses .content p{
	margin-bottom:0;
}
.training-bonuses .content .h4{
    margin-bottom: 1rem;
    font-size: 1.2rem;
}
.training-bonuses img{
	max-width:100%;
	margin-top:30px;
}

/* starting courses */
.course {
    margin: 0 0 2.25rem 0;
}
.course .left {
    width: 100px;
}
.course .date {
	font-size: 1.6rem;
    padding: 20px;
    line-height: 1.1;
}
.course .center {
    margin-right: auto;
    padding: 30px 20px 27px 0;
    width: calc(100% - 127px);
}
.course .name {
    font-size: 1.2rem ;
}
.course .jel a {
    padding: 8px 20px;
    font-size: 1rem;
}

.course .show-schedule {
    padding: 8px 15px 6px;
}
.hidden-schedule {
    padding: 20px;
}
.more-body .s-row {
    margin-bottom: .5rem	;
	font-size: .95rem;
}
.more-body .start, .more-body .end {
    width: 80px;
}

.training-help .nav-tabs .nav-link{
    min-width: 33%;
    width: 33%;
}

/* coordinators */
.training-help .bgg > .container{
	padding-bottom:60px;
}
.coordinators .content {
    font-size: 1.25rem;
}
.coordinators .content .name {
    font-size: 1.2rem;
}

/* sendmail */
.email-form{
    margin: 50px 0;	
}
.email-form input[type=text], .email-form textarea {
    padding: 10px 15px;
	margin-bottom:1rem;
    font-size: .9rem;
}
.email-form textarea {
	height:150px;
}
.form-check {
    width: 50%;
}
.submit-email {
    margin-top: -2.5rem;
}

/* faq */
.training-help .accordion {
    width: calc(100% + 1rem);
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}
.training-help .accordion-button {
    font-size: 1.25rem;
}

/* detailed video */
.detailed-video .bgc.oflow{
	margin-top:0;
	margin-bottom:0;
}
.detailed-video .m-title{
	margin-bottom:1.5rem;
}
.d-video-cont{
	margin: 0rem 0 1rem;
}

/* related */
.r-post {
    margin: 1rem 0 1.5rem;
}
.training-related .bgg > .container{
	padding-top:50px;
}
.r-post h3{
	margin-bottom: 0.5rem;
    font-size: 1.175rem;
}


/* end */
main > .training-end > .container-fluid > .container{
	padding-top:80px;
	padding-bottom:40px;
}
.training-end .row .col-lg-6:first-child{
	order:2;
	margin-top: 3rem;
}
.training-end .row .col-lg-6:last-child{
	order:1;
	height:220px;
}
.training-end .slider{
	height:100%;
}
.training-end .s-text {
    top: 0rem;
    left: 1rem;
    padding: 1rem;
	width:45%;
}

/* footer */
#footer{
    padding: 1.25rem 0 0;
}
#footer .container{ 
	max-width:100%;
	padding:0 20px;
}
#footer .brand{
	font-size:1rem;
}
#footer p{
	font-size: .9rem;
    padding: 3px;
    line-height: 1.25;
}
#footer .col-sm-4{
	margin-bottom:1rem;
}
#footer a {
    padding: 5px;
}
#footer img {
    margin: 0.25rem 0 0.75rem;
}

.gdpr-pup > .row {
    width: 410px;
    max-width: 90%;
}
.grecaptcha-badge {
    transform: scale(0.5);
    bottom: 0 !important;
    right: 0px !important;
    left: 18%;
    position: relative !important;
    margin: 0;
}
@media(max-width:399.98px){
.m-title, header .m-title, .carrier-path .m-title {
    font-size: 2rem;
}

}