#masters-container{
    padding-top: 70px;
}

.contaseo{
    width: 100%;
    background-color: #45265e66;
    border-radius: 19px;
    padding: 19px 19px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.contaseo .contalogo {
    width: 25%;
}


.contalogo div {
    margin-bottom: 0px !important;
    width: 100%;
    max-width: 220px;
}
.contalogo div img{
    width: 100%;
}

.contaseo .contatext {
    width: 75%;
    border-left: 2px solid rgb(211 194 229 / 15%);
    padding-left: 19px;
}

.contaseo p, .contalogo p {
    font-size: .8rem !important;
    padding: 14px 4px 0px !important;
}
.contaseo .h1, .contaseo h1 {
    font-size: 1.5rem !important;
    margin-bottom: 0px !important;
    line-height: 1 !important;
}
.contaterm p {
    font-size: .6rem;
    padding: 14px 4px;
    text-align: center;
    max-width: 980px;
    margin: 0 auto;
}

.btn-dark.btn-login {
    font-size: .75rem !important;
    display: flex;
    justify-content: space-around;
    align-content: center;
    align-items: center;
}

.btn-dark.btn-login svg{
    margin-right: 4px;
}

.playBtnContainer-pladiv {
    position: absolute;
    top: 0;
    bottom: 62%;
    left: 75%;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: .76;
}

.playButtonimg--svgdiv {
    z-index: 2;
    width: 61px;
    height: 61px;
    cursor: pointer;
}

.benve-div{
    width: 100%;
}
.benve-div .benve-txt{
    text-align: center;
}
.benve-div .benve-txt h4{
    font-size: 1.7rem !important;
    color: #f9c04a;
    font-weight: 700;
    line-height: 1.2;
}
.benve-div .benve-txt h3{
    color: #fffffff7;
    font-size: 1.25rem !important;
    line-height: 1.1;
}

.noclie-div{
    width: 74%;
    margin-top: 39px;
    margin-bottom: 29px;
}
.noclie-div .noclie-txt{
    text-align: center;
}
.noclie-div .noclie-txt h4{
    line-height: 1;
    font-weight: 700;
    font-size: 3rem !important;
}
.noclie-div .noclie-txt h4 span{
    color: rgb(255 255 255);
    font-size: 1.8rem !important;
    line-height: 1;
}
.noclie-div .noclie-txt h3{
    color: rgba(211, 194, 229);
    font-size: 1.1rem !important;
    line-height: 1.25;
    padding-top: .5rem;
    padding-bottom: .25rem;
}

.step-123{
opacity: 1;
    color: #fff;
    width: 100%;
    background-color: #41225a7a;
    border-radius: 19px;
    padding: 19px 0px;
    margin: 1rem 0 .5rem;
}
.step-123 .progressbar {
	text-align: center;
	width:100%;
}
.step-123 .counter div {
    background-color: #1c0531;
    display: inline-block;
    border: 2px solid #ffffff94;
    border-radius: 100%;
    width: 4rem;
    height: 4rem;
    line-height: 3.8rem;
    vertical-align: top;
    font-size: 2rem;
}

.step-123 .counter td {
	cursor: pointer;
	text-align: center;
	position: relative;
}

.step-123 .counter span {
position: absolute;
    top: 2rem;
    left: -50%;
    width: 100%;
    border-top: 2px solid #ffffffad;
    z-index: -100;
}
.step-123 .counter span2 {
    position: absolute;
    top: 3rem;
    left: -50%;
    width: 100%;
    border-top: 0;
    z-index: -100;
}

.step-123 .progressbar .descriptions {
font-size: .85rem !important;
}

@media (max-width: 768px) {
    .contaseo{
        display: block;
    }
    .contaseo .h1, .contaseo h1 {
        font-size: 1.375rem !important;
    }
    .contaseo .contalogo {
        width: 100%;
    }
    .contaseo .contatext {
        width: 100%;
        border-left: 0px;
        padding-left: 0px;
    }
    .playBtnContainer-pladiv {
        bottom: 59%;
        left: 76%;
    }
    .colver h3{
        font-size: 2rem !important;
    }
    .noclie-div{
        width: 100%;
        margin-top: 0px;
        margin-bottom: 19px;
    }
    .noclie-div .noclie-txt h4{
        font-size: 1.6rem !important;
    }
    .noclie-div .noclie-txt h4 span{
        font-size: 1.1rem !important;
    }
    .noclie-div .noclie-txt h3{
        font-size: .95rem !important;
        line-height: 1.2;
    }
    .btn-dark.btn-login {
        font-size: .95rem !important;
    }
    
}