.help1 {
    color: #05164d !important;
    font-family: LufthansaText, -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif !important;
    font-size: 20px !important;
    font-weight: 300 !important;
    font-weight: 700 !important;
    line-height: 25.6px !important;
}

.home21 {
    cursor: pointer;
    font-family: LufthansaText, -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 25.6px;
}


.heading-large {
    font-family: LufthansaHead, -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 51.43px;
    font-size: calc(40.684 + .93897vw);
    font-weight: 700;
    line-height: 51.43;
    line-height: calc(45.396px + 1.12676vw);
    color: #05164d !important;
    margin-top: 30px;
}

.heading-large1 {
    font-family: LufthansaHead, -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 30px;

    font-weight: 700;
    line-height: 51.43;
    line-height: calc(45.396px + 1.12676vw);
    color: #05164d !important;
}

.heading-large2 {
    font-family: LufthansaHead, -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 28px;

    font-weight: 700;
    line-height: 51.43;
    line-height: calc(45.396px + 1.12676vw);
    color: #05164d !important;
}


.box1 {
    width: 225px;
    height: 70px;
    background-color: #fff;
    /* Background color */
    border: 1px solid #bfbdbd;
    /* Border color */
    border-radius: 5px;
    /* Border radius */
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    /* Shadow */
    padding: 15px;
    margin-left: 10px;
    text-align: center;

}

.content {
    font-weight: bold;
    /* Bold text */
    font-size: 15px;
    color: #05164d !important;
    /* Text color */
}

.pad2 {
    padding: 10px;
    width: 100%;
    /* border: 1px solid black; */
    display: flex;
    justify-content: center;
}

.marg1 {
    margin-top: 18px;
    color: #52627c;
    font-weight: 700;
}

#support1::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #0e132d, transparent);
}

#support1 .head {
    position: relative;
    text-align: center;
    z-index: 1;
}

#support1 .head h3 {
    font-size: 55px;
    font-weight: 800;
    text-shadow: 5px 7px 15px rgb(0 0 0 / 20%);
    color: #fff;
}

#support1 .head p {
    font-size: 14px;
    margin: 38px 0;
    color: #ebebeb;
    text-shadow: 1px 1px 20px rgb(0 0 0 / 50%);
}

#support1 .head button {
    border-radius: 25px;
    padding: 12px 22px;
    font-size: 14px;
    border: none;
    background: #196daf;
    padding-bottom: 10px;
    box-shadow: 3px 3px 10px -2px rgb(0 0 0 / 35%);
}


#banner.support_page {
    top: -63px;
    background-image: url('../img/supportpagepicture.avif');
}

#banner.support_page::after {
    background: linear-gradient(0deg, #0e132d, transparent);
}

.paddingtocontent {
    padding: 50px;
    margin-left: 70px;

}

.bgcolor {
    background-color: #dddddd;
}

.contentmargintop {
    margin-top: 15px;

}

.topbottommarging {
    margin-top: 15px;
    margin-bottom: 15px;
}

.formwidthmargin {
    width: 280px;
    margin-top: 10px;
}

.margintopcolsix {
    margin-top: 15px;
}

#faq .head {
    position: relative;
    display: block;
    padding: 20px 0px 20px 30px;
    /* width: 750px; */
}

#faq .panel-collapse {
    padding: 0px 0px 0 40px
}

#faq .panel.panel-default {
    /* width: 750px; */
    margin-bottom: 15px;

}

#faq .main-head {
    margin-bottom: 60px;

}




@media screen and (max-width: 500px) {

    .topbottommarging {
        margin-top: 0;
        margin-bottom: 15px;
    }

    .box1 {

        margin-bottom: 5px;
    }

}