.section {
    height: 100%;
    width: 100%;
    display: grid;
    grid-template-columns: 70% 30%;
}

.mainContainer {
    display: grid;
    justify-content: stretch;
    text-align: center;
    padding: 50px 25px 50px 25px;
}

.mainContainer .logo {
    width: 15%;
    margin-bottom: 15px;
}

.mainContainer .title {
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
}

.mainContainer .sub-title {
    font-weight: 500;
    margin-bottom: 50px;
    text-align: center;
    text-transform: uppercase;
}

.mainCont .row {
    margin-bottom: 20px;
}

.mainCont .withCenteredeText {
    position: relative;
    cursor: pointer !important;
}

.mainCont .withCenteredeText p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
}

.mainCont .withImageAsDesc .imgDesc {
    display: block;
    width: 100%;
    padding: 10px 0;
}

.mainCont .withImageAsDesc .imgDesc img {
    width: 15%;
}

.mainCont img {
    width: 60%;
    cursor: pointer;
}

.stepper {
    position: fixed;
    height: 100vh;
    right: 0;
    width: 30%;
}

.stepper-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.stepper-container .title {
    font-weight: bold;
}

.sec {
    margin-bottom: 10px;
    visibility: visible;
    font-size: smaller;
}

.sec .bubble {
    cursor: pointer;
    margin: auto;
    background: black;
    color: white;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    position: relative;
}

.bubble p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sec i {
    margin-top: -15px;
    display: block;
}

.hiddenStep {
    visibility: hidden !important;
}

.activeStep {
    background-color: #ED1566 !important;
}

.contact-cont {
    position: absolute;
    bottom: -10px; /*10%*/
    left: 50%;
    transform: translateX(-50%);
}

.contact-cont .whatslogo img {
    width: 9%;
}

@media (max-width: 767.98px) {
    .section {
        display: block;
        width: 90%;
        margin: 0 auto;
    }

    .stepper {
        display: none;
    }
}

.telephonenumber {
    text-align: center;
    font-size: smaller;
}

.calendar {
    font-size: small !important;
}

.pignose-calendar {
    width: 100% !important;
    max-width: 100% !important;
    box-shadow: none !important;
}

.pignose-calendar-unit a{
    color: black !important;
}





