/* =============================================================================== */
.main-header {
    padding: 20px 0 0px 0;
    box-sizing: border-box;
    /* border-top: 8px solid #d71419; */
    position: sticky;
    box-shadow: unset !important;
    width: 100%;
    /* background-color: #fff; */
    background: #fff8e1 !important;
    top: -150px;
    left: 0;
    transition: top 0.5s;
    z-index: 99;
}

header.header-container-wrapper .main-header .logo a img {
    width: 165px;
}

.headerBtn {
    display: none;
    margin: 0px 0;
    padding: 8.5px 8px;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
}

.main-header .text-right {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

.main-header.sticky {
    /* position: fixed;
    top: 0;
    z-index: 99999;
    left: 0;
    right: 0; */
}

.main-header.sticky .subtxt {
    position: absolute;
    top: 12px;
    left: auto;
    right: 15px;
    font-size: 11px;
}

.main-header.sticky .headerBtn {
    display: block;
    position: relative;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    font-weight: 600 !important;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    /* border-radius: 49px; */
    border: 0;
    background: var(--TGIMF-Accent-2, linear-gradient(180deg, #890000 0%, #B50909 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 10px 22px;
    padding: 0;
    margin-top: 32px;
    padding-right: 0px;
    border-radius: 0;
}

.main-header.sticky .headerBtn .material-icons-outlined {
    font-size: 18px;
}

.main-header.sticky .headerBtn>span {
    padding-top: 5px;
}

.main-header.sticky .headerBtn figure {
    width: 16px;
    margin: 0;
    height: 16px;
    position: absolute;
    left: 25px;
    top: 5px;
    margin: 0;
}

.main-header .header-link {
    margin: 0 0 0 24px;
}

.main-header.sticky .header-link,
.main-header.sticky .quote {
    display: none;
}

.main-header .header-link a {
    margin: 0 12px 0 0;
    position: relative;
    font-weight: 700;
}

/* .main-header .header-link a:first-child::after {
    content: "/";
    position: absolute;
    right: -8px;
} */

.main-header .header-link a img {
    /* vertical-align: bottom; */
    width: 17px;
}

.main-header .quote {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
}

.mainSection {
    /* background-image: url(../../images/banner-bg.png); */
    background-repeat: no-repeat;
    background-size: cover;
    padding: 23px 0;
    box-sizing: border-box;

}

@media screen and (max-width: 767px) {
    .headerBtn {
        padding: 8.5px 8px;
    }

    .mainSection .left h3 {
        margin-top: 25px;
    }

    .main-header .quote {
        display: none;
    }

    .main-header .header-link a:last-child {
        display: none;
    }

    .main-header .header-link a:first-child::after {
        display: none;
    }

    .main-header .header-link {
        margin: 0px;
        text-align: right;
        width: 100%;
    }

    .main-header .logo a img {
        width: 75%;
    }

    header.header-container-wrapper .main-header {
        padding: 15px 0px !important;
    }

    header.header-container-wrapper .main-header .align-items-start {
        align-items: center !important;
    }
}



@media screen and (max-width: 375px) {

    .headerBtn {
        padding: 8.5px 5px;
    }
}