/* carrier-hiwall.css */
.mybreadcrumb {
    display: none !important;
}

html {
    scroll-behavior: smooth !important;
}

.site-content {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.hiwall .intro .intro-titles {
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    min-height: 100vh;
    height: 1020px;
    position: relative;
}

.hiwall .intro .intro-titles h1 {
    font-size: 52px;
    color: #151c73;
}

.intro .head-title {
    padding-top: 150px;
}

.left-side,
.right-side {
    flex: 1;
}

.main-image {
    width: 70%;
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 10px;
    margin: auto;
}

.small-image {
    /* width: 60%; */
    max-width: 100%;
    height: auto;
    display: block;
    margin-top: 10px;
    margin: 20px auto;
    ;
}

.crystal .small-image {
    width: 60%;
    max-width: 100%;
    height: auto;
    display: block;
    margin-top: 10px;
    margin: 20px auto;
    ;
}

.white-button a {
    background-color: white;
    color: #151c73;
    border: 1px solid #151c73;
    border-radius: 25px;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

.white-button a:hover {
    background-color: #151c73;
    /* Blue background on hover */
    color: white;
    /* White text on hover */
}

.blue-button a {
    background-color: transparent;
    color: white;
    border: 1px solid white;
    border-radius: 25px;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

.blue-button a:hover {
    background-color: white;
    color: #151c73;
}

.white-button,
.blue-button {
    margin-top: 70px;
}

.platinum,
.extreme {
    margin-top: 90px;
}

.hiwall .platinum .title,
.hiwall .extreme .title,
.hiwall .xpower .title {
    font-size: 28px;
    color: #151c73;
    margin-bottom: 30px;
}


.hiwall .platinum .description,
.hiwall .extreme .description,
.hiwall .xpower .description {
    font-size: 20px;
    padding-right: 100px;
    text-align: justify;
}

.hiwall .cooleasy .title,
.hiwall .superia .title,
.hiwall .crystal .title {
    font-size: 28px;
    color: #fff;
    margin-bottom: 30px;
    padding-left: 100px;
}


.hiwall .cooleasy .description,
.hiwall .superia .description,
.hiwall .crystal .description {
    font-size: 20px;
    padding-left: 100px;
    text-align: justify;
    color: #fff;
}

.hiwall .platinum .cert-image,
.hiwall .extreme .cert-image,
.hiwall .xpower .cert-image {
    /* width: 100%; */
    /* max-width: 100%; */
    height: auto;
    display: block;
    margin-top: 50px;
}

.hiwall .cooleasy .cert-image,
.hiwall .superia .cert-image,
.hiwall .crystal .cert-image {
    /* width: 100%; */
    /* max-width: 100%; */
    height: auto;
    display: block;
    margin-top: 50px;
    padding-left: 100px;
}

.hiwall .cooleasy {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 100vh;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    height: 1230px;
}

.hiwall .superia {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 100vh;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    height: 1850px;
}

.hiwall .crystal {
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    height: 1600px;
    padding-bottom: 300px;
}

.hiwall .crystal .container-fluid {
    margin-top: 650px;
}

@media screen and (max-width: 991px) {

    .hiwall .intro .intro-titles h1 {
        font-size: 48px;
        color: #151c73;
        margin-top: 100px;
    }

    .hiwall .platinum .title,
    .hiwall .extreme .title,
    .hiwall .xpower .title {
        font-size: 24px;
        color: #151c73;
        margin-bottom: 30px;
    }

    .hiwall .cooleasy .title,
    .hiwall .superia .title,
    .hiwall .crystal .title {
        font-size: 24px;
        color: #fff;
        margin-bottom: 30px;
        padding: 20px;
    }


    .hiwall .platinum .description,
    .hiwall .extreme .description,
    .hiwall .xpower .description {
        font-size: 18px;
        padding: 20px;
        text-align: justify;
    }


    .hiwall .cooleasy .description,
    .hiwall .superia .description,
    .hiwall .crystal .description {
        font-size: 18px;
        padding: 20px;
        text-align: justify;
        color: #fff;
    }

    .blue-button {
        margin-top: 70px;
        margin-bottom: 100px;
    }

    .hiwall .platinum .cert-image,
    .hiwall .extreme .cert-image,
    .hiwall .xpower .cert-image {
        /* width: 100%; */
        /* max-width: 100%; */
        height: auto;
        display: block;
        margin-top: 20px;
        margin: auto;
    }

    .hiwall .cooleasy .cert-image,
    .hiwall .superia .cert-image,
    .hiwall .crystal .cert-image {
        /* width: 100%; */
        /* max-width: 100%; */
        height: auto;
        display: block;
        margin-top: 20px;
        padding-left: 0px;
        margin: auto;
    }

    .small-image {
        width: 60%;
        max-width: 100%;
        height: auto;
        display: block;
        margin-top: 10px;
        margin: 20px auto;
        ;
    }

    .hiwall .crystal {
        background-size: cover;
        background-repeat: no-repeat;
        /* background-position: center center; */
        min-height: 100vh;
        padding: 20px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        height: 1600px;
        padding-bottom: 300px;
    }
}

@media screen and (max-width: 550px) {
    .cooleasy {
        margin-top: 100px;
    }

    .hiwall .cooleasy {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: inherit;
        min-height: 100vh;
        padding: 20px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        height: 1230px;
    }

    .hiwall .crystal .container-fluid {
        margin-top: 380px;
    }

}

@media (min-width: 551px) and (max-width: 990px) {
    .crystal {
        margin-top: -300px;
    }

}

@media screen and (max-width: 550px) {
    .hiwall .mobile {
        display: flex;
    }

    .hiwall .desktop {
        display: none;
    }

}



@media screen and (min-width: 551px) {
    .hiwall .mobile {
        display: none;
    }

    .hiwall .desktop {
        display: flex;
    }

    .hiwall .crystal {
        margin-top: -300px;
    }
}

@media screen and (min-width: 2500px) {

    .cooleasy,
    .extreme,
    .superia,
    .xpower,
    .crystal {
        margin-top: 200px;
    }

    .hiwall .crystal {
        height: 2000px;
    }

    .hiwall .crystal .container-fluid {
        margin-top: 1200px;
    }
}

@media screen and (min-width: 992px) {
    .hiwall .intro .intro-titles h1 {
        position: absolute;
        right: 85px;
    }
}