.only_desktop, .only_mobile{
	display:none !important;
}
.only_tablet{
	display:inline !important;
}
:root{
	font-size:14px;
}
.h-title{
	font-size: 1.2rem;
}
.m-title{
	font-size: 2.5rem;
}
.m-title br{
	display:none;
}
.s-title{
	font-size: 1.2rem;
}
main > section > .container-fluid > .container {
    padding-top: 60px;
    padding-bottom: 60px;
}
.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;
}
.va-title-container {
    width: 100%;
}
.va-long-title span {
    display: block;
    font-size: 1.05rem;
}
.va-long-title ul span {
    font-family: 'Regular', sans-serif;
}
.va-mobile-content {
    margin-top: 1.5rem;
    display: block !important;
}
.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 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;
    width: 100%;
	z-index:5;
    overflow: hidden;
    border-radius: 1rem;	
}
main{
	margin-bottom:2rem;
}
.arrow.down {
	position: absolute;
    bottom: -55px;
    left: 50%;
    transform: rotate(360deg);
    cursor: default;
    z-index: 0;
}
.arrow.down span {
	display: block;
    width: 20px;
    margin: -8px;
    height: 20px;
    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: 1rem 0;
	border-bottom:1px solid var(--border-color);
}
.header-menu .nav-link{
	font-size:.95rem;
	padding: 25px .5rem;
}
.navbar-collapse {
    top: 69px;
}
/* footer */
#footer{
    padding: 1.25rem 0;
}
#footer .container{ 
	max-width:100%;
	padding:0 20px;
}
#footer .brand{
	font-size:1rem;
}
#footer p{
	font-size: .8rem;
}
#footer .col-sm-4{
	margin-bottom:.5rem;
}
#footer img {
    margin: 0.25rem 0 0.75rem;
}

@media(max-width:767.98px){
.v-accordion {
    padding: 3rem 0rem 3rem;
}
.header-logo {
    width: 60px;
    height: 60px;
    margin-right: 0.75rem;
    margin-left: -20px;
}
header.homepage-header .m-title {
    font-size: 3rem;
}
.homepage-header .row.slide {
    padding: 0;
}
.homepage-header .slide .content {
    padding: 1.75rem;
}
.number-box.mb{
    margin-bottom: 3rem;
}
.site-slogan span {
    font-size: 1.15rem;
    line-height: 1.15rem;
}
header .m-title {
	font-size: 2.5rem;
}	
.carrier-path .row {
    padding-top: 50px;
}
.c-line.l1 {
    top: 51%;
}
.c-line.l4 {
    bottom: 49%;
}
.dot-cont .col-md-6{
	position:relative;
}
.nav-tabs .nav-link {
    padding: 15px 16px;
}
.training-help .accordion {
    width: calc(100% + 1rem);
    margin-left: -0.5rem;
    margin-right: -0.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);
}
}