@media only screen and (min-width:1600px) {
   
}

@media only screen and (max-width:1300px) {

}

@media only screen and (max-width:1024px) {
  
}


@media only screen and (max-width:991px) {
  .contact-row {
    max-width: 100%;
    width: auto;
}
.industry-platform-logo-main {
  overflow-x: auto;    
  overflow-y: hidden;   
  -webkit-overflow-scrolling: touch;
}
.industry-platform-logo {
    justify-content: start;
}
}


@media only screen and (max-width:767px) {
    section {
        padding: 50px 0;
    }
}

@media only screen and (max-width:576px) {
  .contact-row h1 {
    font-size: 34px;
    line-height: 40px;
}
.contact-service {
    display: block;
    margin: 19px 0;
}
.contact-row {
    max-width: 100%;
    border-radius: 20px;
    padding: 30px;
    width: auto;
}
.industry-platform h3 {
    font-size: 16px;
}
.call-us-btn h5 {
    font-size: 18px;
}
.call-us-btn h3 {
    font-size: 25px;
    line-height: 30px;
}
.call-us-btn span {
    width: 43px;
    height: 43px;
}
.call-us-btn span svg {
    width: 30px;
}
.call-us-btn a {
    gap: 15px;
    width: auto;
    padding: 10px;
}
.contact-reviewImg span {
    width: 34px;
    height: 34px;
}
.contact-review h6 {
    font-size: 14px;
}
.contact-service-item h4 {
    font-size: 16px;
    text-align: left;
}
.contact-reviewImg span:nth-child(2), .contact-reviewImg span:nth-child(3) {
    margin-left: -6px;
}
.contact-sec-main {
    padding:10px 19px 34px 19px;
}


}

@media only screen and (max-width:400px) {
  
}