.sticky-header {
    width: 100%;
    height: 100%;
    position: sticky;
    top: 0;
    z-index: 1500;
}

.sticky-header>img {
    width: 100%;
    height: 250px;
}

.promotion-text-header {
    width: 100%;
    margin: 0 auto;
    background-color: yellow;
    padding: 15px 0px;
    border-width: 1px 0px ;
    border-style: solid;
    border-color: black;
}

.agent-form-box {
    width: 100%;
}

.promotion-text-header h1 {
    /* font-size: 1.8rem; */
    text-align: center;
}

.promotion-text-header h3 {
    margin: 5px 0px;
    /* font-size: 1.3rem; */
    text-align: center;
}
.header img,.header-2 img{
    width: 100%;
    height: 100%;
}
/* .header-2 img{
    margin-bottom: 1rem;
} */
@media only screen and (max-width:768px) {
    /* .agent-form-box>div {
        width: 70%;
        display: flex;
        justify-content: center
    }; */

    .sticky-header>img {
        width: 100%;
        height: 73px;
    }

    .promotion-text-header{
        background-color: yellow;
        padding: 15px 0px;
    }

    .promotion-text-header h1 {
        font-size: 1.05rem;
        text-align: center;

    }

    .promotion-text-header h3 {
        margin: 5px 0px;
        font-size: 1.0rem;
        text-align: center;
    }

    .agent-form-box {
        width: 80%;
    }
}

@media only screen and (min-width:769px) and (max-width:992px) {
    /* Promotion Section -- Start --*/
    .sticky-header>img {
        width: 100%;
        height: 125px;
    }

    .header img,.header-2 img{
        width: 100%;
        height: 100%;
    }
    .header-2 img{
        margin-bottom: 1rem;
    }

    .promotion-text-header h1 {
        font-size: 1.8rem;
        text-align: center;
    }

    .promotion-text-header h3 {
        margin: 5px 0px;
        font-size: 1.3rem;
        text-align: center;
    }

    .agent-form-box {
        width: 80%;
    }
}

@media only screen and (min-width:993px) and (max-width:1199px) {

    /* Promotion Section -- Start --*/
    .sticky-header>img {
        width: 100%;
        height: 125px;
    }

    .header img{
        margin-bottom: 0rem;
    }
    .header-2 img{
        margin-bottom: 1.8rem;
    }
}

@media only screen and (min-width:1200px) {
    .menu-item input {
        width: 15px;
        height: 15px;
    }
    .header{
        width: 70%;
        height: 70%;
        margin: 0rem auto;

    }
    .header-2{
        width: 70%;
        height: 70%;
        margin: 0rem auto;

    }
    .header img,.header-2 img{
        width: 100%;
        height: 100%;
    }
    .header img {
        border-radius: 10px 10px 0px 0px ;
    }
    .header-2 img {
        border-radius: 0px 0px 10px 10px ;
    }
    .agent-form-box {
        width: 50%;
    }
}