@media screen and (max-width: 1130px) {
    .menu-bar a {
        display: none;
    }
    .menu-bar .menu-icon {
        float: right;
        display: block;
        position: fixed;
        right: 5px;
        top: 30px;
    }
    .wrapper2 {
        display: block;
    }
    .wrapper2 form {
        width: 100%;
        align-items: center;
        margin: 0 auto;
        justify-content: center;
        text-align: center;
    }
    .wrapper2 iframe {
        width: 100%;
        margin-top: 10px;
    }
}
@media screen and (max-width: 1130px) {
    .responsive-menu-bar {
        position: fixed;
        top: 77px;
        right: 0;
        left: 0;
        background-color: #03164c;
        color: white;
        display: block;
        width: 100vw;
        margin: 0;
        border: 0;
        border-top: 1px solid white;
        padding: 5px;
    }
    .responsive-menu-bar a {
        display: block;
        text-align: right;
        text-decoration: none;
        color: white;
        padding: 10px;
        text-align: center;
    }
    .responsive-menu-bar .menu-icon {
        float: right;
        display: block;
        position: fixed;
        right: 5px;
        top: 30px;
    }
}
@media screen and (max-width: 1130px) {
    .footer {
        position: absolute;
        display: block;
        width: 100vw;
    }
    .footer-top {
        background-color: #03164c;
        height: 100%;
        padding: 5px;
        display: block;
        align-items: center;
    }
    #foot-logo {
        height: 50px;
        margin: 0;
        padding: 0;
        border-right: none;
        left: 45%;
        transform: translateX(-50%);
        position: absolute;
        align-items: center;
        display: block;
    }
    #foot-logo img{
        height: 40px;
        width: auto;
    }
    .foot-call {
        width: 100%;
        margin: auto 1px;
        padding: 45px 0 5px 0;
        border-right: none;
        text-align: center;
    }
    .foot-address {
        width: 100%;
        color: white;
        padding: 5px 0;
        margin: auto 1px;
        border-right: 0;
        text-align: center;
    }
    .foot-mail {
        width: 100%;
        padding: 5px 0;
        margin: auto 1px;
    }
    .foot-mail a {
        text-decoration: none;
        color: white;
    }
    .footer-end {
        background-color: #03164c;
        display: flex;
        justify-content: space-between;
        height: 20px;
        padding: 5px;
        text-align: center;
        color: rgba(255, 255, 255, 0.932);
        font-size: 14px;
        align-items: center;
        border: 0;
        border-top: 1px solid rgba(245, 245, 245, 0.377);
    }
    #copyright {
        float: left;
        padding-left: 10px;
    }
    #developer {
        float: right;
        padding-right: 15px;
    }
}
@media screen and (max-width:700px) {
    .heading {
        font-size: 55px;
        font-weight: 600;
    }
}
@media screen and (max-width: 650px) {
    nav {
        width: 100vw;
        height: 77px;
        display: flex;
        z-index: 1;
        align-items: center;
        padding: 0;
        position: fixed;
        overflow: hidden;
    }
    .logo-tag {
        align-items: center;
        position: absolute;
        left: 10%;
    }
    .logo-tag h3 {
        display: none;
    }
    .menu-icon {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 30px;
    }
    .brands img {
        height: 40px;
    }
    .wrapper1 {
        width: 70%;
        height: 65%;
    }
    .heading {
        font-size: 44px;
        font-weight: 600;
    }
    .footer-end {
        display: block;
        height: 40px;
        padding: 5px;
        text-align: center;
        align-items: center;
        font-size: 12px;
    }
    #copyright {
        float: none;
        display: block;
        text-align: center;
        padding-top: 5px;
    }
    #developer {
        float: none;
        display: block;
        text-align: center;
        padding: 5px;
    }
}