* {
    margin: 0px;
    padding: 0px;
}

body {
    margin: 0px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.welcome-page {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    overflow-x: hidden;
}

.navbar {
    display: flex;
    align-items: center;
    border: 1px solid #e5e7eb;
    height: 56px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}

.welcome-message {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    max-width: 1350px;
    width: 100%;
    position: relative;
    background-image: url('../topImage.png');
    background-repeat: no-repeat;
    height: 100%;
    font-size: 40px;
    color: #fff;
    padding-left: 65px;
    box-sizing: border-box;
}

    .welcome-message p {
        margin-top: -25px;
    }

    .welcome-message img {
        position: absolute;
        width: 165px;
        top: 0px;
        right: 95px;
    }

.main-part {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1350px;
    margin: 0px auto;
    flex-grow: 1;
    box-sizing: border-box;
}




.col-pane {
    width: 50%;
    padding: 30px 20px;
    box-sizing: border-box;
    margin: 10px 0px;
}

    .col-pane.right-pane {
        border-left: 1px solid lightgray;
    }


button {
    background-color: #24A76A;
    padding: 10px 60px;
    border-radius: 12px;
    cursor: pointer;
    font-size: 18px;
    color: #fff;
    border: none;
}

.links a {
    padding-right: 20px;
    color: #409AC0;
    text-decoration: none;
}

    .links a:hover {
        text-decoration: underline;
    }

    .links a:last-child {
        padding-right: 0px;
    }

.para {
    color: #00002d;
}

@media screen and (max-width: 1400px) {

    /* .first-row {
		height: 140px;
	} */
    .welcome-message {
        max-width: 1150px;
        font-size: 36px;
        background-size: 60% 140px;
    }

        .welcome-message img {
            width: 150px;
            height: 150px;
            right: 50px;
        }

    .main-part {
        max-width: 1150px;
    }

    .steps-subpart {
        padding-right: 50px;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 1200px) {

    /* .first-row {
		height: 100px;
	} */
    .welcome-message {
        max-width: 950px;
        font-size: 36px;
        background-size: 70% 100px;
        padding-left: 40px;
    }

    .main-part {
        max-width: 950px;
    }

    .steps-subpart {
        padding-left: 40px;
    }

    .welcome-message img {
        right: 6px;
    }
}

@media screen and (max-width: 991px) {
    .main-part {
        text-align: center;
    }

    .main-part {
        flex-direction: column;
    }

    .col-pane.right-pane {
        border-left: 0px;
        padding: 15px 16px;
        margin: 0px;
    }

    /* .first-row {
		height: auto;
	} */
    .welcome-message img {
        position: static;
    }

    .welcome-message {
        font-size: 25px;
        padding-top: 100px;
        color: #000;
        flex-direction: column-reverse;
        background-size: 60% 25%;
        padding-left: 0px;
    }

        .welcome-message p {
            margin-top: 10px;
            color: #00002d;
            font-size: 35px;
            font-weight: bold;
            width: 100%;
            text-align: center;
        }

    .col-pane {
        max-width: 550px;
        width: 100%;
        padding: 0px 20px;
    }

    .login-subpart {
        color: #00002d;
        box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
        width: 100%;
        height: 200px;
        margin: 0px;
        box-sizing: border-box;
        padding: 0px;
    }
}

@media screen and (min-width: 991px) {
    .main-part {
        padding-top: 80px;
    }
}

@media screen and (max-width: 768px) {
    .welcome-message p {
        margin-top: -10px;
    }

    .welcome-message img {
        width: 210px;
        height: 210px;
        margin-top: -10px;
    }
}

@media screen and (max-width: 576px) {
    .welcome-message p {
        font-size: 25px;
        top: -10px;
        position: relative;
        z-index: 1;
    }

    .col-pane.left-pane {
        margin-top: 0px;
    }

    .welcome-message img {
        padding: 0px;
    }

    .step-info {
        font-size: 18px;
        padding-bottom: 20px;
    }

    .first-step,
    .snd-step {
        font-size: 16px;
        min-width: 74px;
    }

    .welcome-message {
        background-size: 60% 20%;
        padding-top: 80px;
    }

    .white-card p {
        max-width: 240px;
        line-height: 24px;
    }
}

@media screen and (max-width: 400px) {
    .step-info {
        width: 100%;
        padding: 0px 28px;
        box-sizing: border-box;
    }

        .step-info .line-br {
            display: inline;
        }

    .welcome-message {
        padding-top: 70px;
    }
}

@media screen and (max-width: 360px) {
    .welcome-message img {
        margin-top: -30px;
        height: 170px;
        width: 170px;
    }

    .white-card {
        padding: 15px 16px;
    }

    .group {
        padding: 0px;
    }
}

h1 {
    font-size: 32px;
    font-weight: 800;
    line-height: 1.3;
    color: #0a0a23;
    margin-bottom: 20px;
}

p {
    font-size: 18px;
    line-height: 1.6;
    margin: 0 0 20px;
}

.highlight {
    font-weight: bold;
    margin-top: 30px;
}

.step {
    font-size: 16px;
    margin-bottom: 25px;
}

    .step strong {
        font-weight: bold;
    }

/* #startregion footer */
footer {
    background: rgb(0 0 45 / var(--tw-bg-opacity, 1));
}

.footer-block {
    padding-bottom: 80px;
    margin: 0px 33px;
    color: #f8f9fb !important;
}

    .footer-block .links-section {
        color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
        display: flex;
        justify-content: space-between;
        max-width: 1200px;
        width: 100%;
        padding: 0px 12px;
        margin: 0px auto;
        padding-top: 48px;
    }

.footer-column ul {
    list-style: none;
}

    .footer-column ul li {
        line-height: 16px;
        margin-bottom: 16px;
    }

        .footer-column ul li a {
            color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
            text-decoration: none;
        }

h4.footer-title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 16px;
}

.footer-column ul li a:hover,
ul.policy-links > li a {
    text-decoration: underline;
}

footer .seperator {
    height: 1px;
    background: #f8f9fb !important;
    margin: 56px 0px 48px 0px;
}

ul.policy-links {
    display: flex;
}

    ul.policy-links > li {
        margin: 0px 15px;
    }

        ul.policy-links > li a {
            text-decoration: none;
            color: #f8f9fb !important;
            ;
        }

/* #endregion footer */

@media screen and (max-width: 991px) {
    .login-subpart {
        background: #fbfaf1;
        color: #00002d;
        box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
        width: 100%;
        height: auto;
        margin: 0px;
        box-sizing: border-box;
        padding: 0px;
    }
}

.login-subpart {
}

#eligiblecheckimage {
    background: url(../images/FiberMigrationTechs.png) no-repeat center center;
    border-radius: 10px;
    padding: 2px;
    margin: 0px auto;
    width: 100%;
    height: 231px;
    background-size: cover;
}

#reschedulecontentimage {
    background: url(../images/FiberUpgradeTech.png) no-repeat center center;
    border-radius: 10px;
    padding: 2px;
    margin: 0px auto;
    width: 100%;
    height: 231px;
    background-size: cover;
}