.tender-banner {
    background-image: url(/src/images/tender-desk-newlatest.jpg); 
    background-size: cover;
    background-position: top center;
    height: 441px;
    background-color: inherit;
    margin-top: 55px;
}
.pleasenote{
    padding-top: 20px;
}
/*.tender-rfq .tender-text p
{
    text-align:justify;
}*/
.tender-rfq .tender-text p a
{
    margin: 0px auto;
display: table;
}
.dialiframe iframe {
    width: 100%;
    height: 70vh;
}
.tender-text p a {
margin-top: 60px !important;
}
.tender-mobile-banner {
    display: none;
}
.dialiframe {
height: 70vh;
}
.dialiframe iframe
{
width: 100%;
height: 100%;
}
    @media only screen and (max-width: 767px)
    {
        .tender-mobile-banner {
            display: block;
        }
        .tender-banner
        {
            background-image:none;
            height:auto;
        }
    }