


/* small mobile :320px. */
@media (max-width: 767px) {
.container {width:350px}
.logo {
    height: inherit;
    left: 0;
    padding: 0;
    position: absolute;
    top: 5px;
    z-index: 999999;
    max-width: 200px;
}
.logo a,
.header-two .logo a{
    padding: 0px;
}
.why-choose-as-cards{
    flex-direction: column;
}
.container-5 {
    overflow: hidden;
}
body .container-2-card img{
    height: auto!important;
}
.dropdown-toggle::after{
    display: none!important;
}
.footer_right_top p, .footer-address-card p,.footer_right_bottom p{
     text-align: center!important;
}
.footer_right_top button{
    width: 100%; text-align: center;
    justify-content: center;
}
}


