@media all and (max-width: 1024px) {
   .logo-new{
       width:310px !important;
   }
   .col-12.footer-new {
    display: grid;
}
.col-12.md-col-12.benefits1-img.wow.fadeInLeft {
    width: 260px;
}
.col-3.footer-flag {
    margin-left: 55px!important;
}
.logo-footer{
    width:100% !important;
}
.row.text-center.about-box {
    margin: 0px;
}
.feature-box .feature-box-content {
     margin-left: none !important;
    margin: 0px 30px;
}
.feature-box-content p{
    text-align: justify !important;
}
.benefits-main .benefits-text .sub-text p {
    text-align: justify;
}
.info-text p {
    text-align: center !important;
}
.col-4.copyright a {
    font-size: 18px;
    font-weight: 600;
}
.col-4.copyright {
    width: 100%;
}
a.waves-effect.waves-dark.ger1 {
    margin-left: 3px !important;
}
a.waves-effect.waves-dark.aus1 {
    margin-left: 3px !important;
}
}

@media only screen and (min-width: 411px) and (max-width: 767px) {

 .col-3.footer-flag {
    margin-left: 65px;
}

  }
  @media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  { 
    .col-12.md-col-12.benefits1-img.wow.fadeInLeft {
    width: 660px;
}
    }
