@media only screen and (max-width:500px) {
    .header1 {
        background-image: url(images/banner1.png);
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height: 239px;
        background-size: cover;
        margin-top: -45px;
    }
    .body {
        width: 100%;
    }
    .logo {
        padding: 0px;
        border: 1px solid white;
        background-color: #ffffff;
        margin-top: 20px;
        width: 160px;
    }
    .call {
        margin-top: -96px;
    }
    .call .fa-phone {
        border: 2px solid #3d4196;
        border-radius: 20px;
        padding: 4px;
        margin: 32px 4px;
        font-size: 7px;
        color: #3d4196;
        margin-right: -3px;
        margin-top: 30px;
    }
    .call .have {
        font-size: 9px;
        font-weight: 600;
        padding: 8px;
    }
    .headericons {
        display: none;
    }
    .wherebanner {
        margin-top: -30px;
    }
    .where {
        padding: 5px;
        /*margin-top: -50px;*/
    }
    .where h1 {
        color: #ffffff;
        font-weight: 700;
        font-size: 21px;
    }
    .silver {
        margin-top: 0px;
    }
    .silverwire {
        width: 100%;
    }
    .icons {
        display: flex;
    }
    .imgicons {
        width: 60px;
        text-align: center;
    }
    .silvercontenttext {
        position: relative;
        padding: 10px;
    }
    .silvercontenttext p br {
        display: none;
    }
    .silvercontent {
        background-color: #e9e8e8;
        height: auto;
        z-index: -1;
        position: relative;
    }
    .typeofwires {
        display: block;
        align-items: center;
        padding: 0px;
    }
    .typeofwires p {
        padding: 0px;
    }
    .typeofwires img {
        border: 1px solid black;
        width: 75px;
    }
    .embarktext {
        padding: 10px;
    }
    .embarktext h2 br {
        display: none;
    }
    .embarleft {
        padding: 0px 10px;
    }
    .whyvarshaa {
        padding: 0px;
    }
    .whyvarshaimg {
        width: 100%;
    }
    .footericons a {
        padding: 5px;
        font-size: 12px;
        color: white;
    }
    .footericons i.fa-brands.fa-facebook-f {
        padding: 8px;
        width: 31px;
        text-align: center;
    }
    .copyright h5 {
        font-size: 13px !important;
    }
    button.btn-warning {
        display: block !important;
    }
    p a {
        display: block !important;
    }
    .contactdetails {
        display: none;
    }
    .callquestion {
        display: none;
    }
    .formore {
        display: none;
    }
    .footericons i.fa-brands.fa-whatsapp {
        width: 32px;
    }
}

@media screen and (max-width: 1399px) {}