@media (max-width: 780px){
    .coment{
        margin: 20px 0px;
        width: 100%;
        padding: 10px;
    }
    .contact-list {
        flex-wrap: wrap;
        align-items: flex-start;
    }
    .contacts{
        width: 100%;
        flex-wrap: wrap;
    }
    .treadstone-brand {
        width: 100%;
        margin: 10px;
        display: flex;
        justify-content: center;
    }
    .treadstone-brand .contact-logo_img{
        margin-bottom: 20px;
    }
    .footer-p {
        width: 100%;
        font-size: 14px;
        margin-top: 16px;
        color: #202c45;
    }
    .social-links{
        width: 100%;
    }
    .contact-list {
        width: 100%;
        margin: 20px 0px;
    }
    .social-links{
        padding: 10px;
        display: flex;
        justify-content: start;
        align-items: center;
    }
    .social-links a i {
        margin-right: 0px;
    }
    
    .footer {
        width: 100%;
        background-color: #e2e2e2;
    }
    .footer-coment{
        color: #555;
        text-align: center;
        padding: 10px 0px;
        font-weight: 100;
    }
    .footer-coment  a{
        color: inherit;
    }
 }


@media (max-width: 780px){

    
    .tabs .tab-content > div {
        position: absolute;
        top: -20px;
        left: 100px;
        opacity: 0;
        padding: 30px 0px;
        z-index: -10;
        transition: 200ms ease-in-out 0ms,
                    left 300ms ease-in-out 0ms,
                    top 0ms ease-in-out 3000ms;
    }
    .tabs .tab-content > div.active{
        top: 20px;
        left: 10px;
        opacity: 1;
        /* transition: all 0.3s ease-in-out, left 0.6s ease, top 0.4s ease-in-out; */
       transition: 200ms ease-in-out 0ms,
                    left 300ms ease-in-out 0ms,
                    top 0ms ease-in-out 0ms;
    }
    .Products {
        display: block;
        justify-content: space-between;
        align-items: center;
        align-items: flex-start;
        transition: all 0.5s ease;
        
    }
    .Products .Products-img-container,
    .products .product-description {
        flex: 1;
        padding: 30px 20px;
    }
    
    .features-list div {
        margin: 10px 0px;
        padding: 20px 10px;
    }
    
    .features-list div img {
        width: 100%;
        padding: 20px 0px;
    }
    .cont-flexer {
        flex-wrap: wrap ;
        justify-content: space-around;
        align-items: center;
        background-color: #ddd;
    }
    .cont-flexer div {
        margin: 20px 0px;
    }
    .contact-list-1{
        display: flex;
        justify-content: center;
        padding: 0px;
    }
    .social-links{
        display: flex;
        justify-content: center;
        padding: 0px;
    }
    .footer-icon {
        font-size: 3rem;
        color: #141414;
        text-align: center;
        margin: 0;
        padding-left: 10px;
    }
}
@media (max-width:412px){
    .tabs .tab-content{
        display:none;
    }
    .e-bussiness {
        font-size: 25px;
        text-align: left;
    }
   
    .productssection{
        position: relative;
        width: 100%;
        min-height: 75vh;
        background: #D3D3D3;
        padding: 0px 10px;
        
    }
    .tabs {

        position: absolute;
        top: 55%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 70vh;
        overflow: hidden;
        padding: 0 0px 20px 0px;
    }
    .tabs .tab-head {
        width: 100%;
        background: #D3D3D3;
        text-align: left;
    }
    .tabs .tab-head > div {
        width: 100%;
        min-height: 50px;
        background: #D3D3D3;
        color: rgb(27, 27, 27);
        font-weight: 500;
        text-transform: capitalize;
        display: flex;
        align-items: left;
        border-left: 5px solid #ddd;
        cursor: pointer;
        transition: all 200ms ease-in-out;
        padding: 30px;
        text-align: left;
        position: relative;
    }
    .moble-modal {
        position: absolute;
        right: 30PX;
        display: block;
    }

body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 1.7;
  color: #000000;
  background-color: #D3D3D3;
}

.products .product-description h3 {
    font-size: 1.2rem;
    font-weight: 500;
    text-align: left;
    padding: 10px 0px;
}
.aprt-icins {
    margin-right: 10px;
    vertical-align: middle;
}

ul li {
    text-align: left;
}
.ulist {
    list-style: none;
    padding: 10px;
}

.service-view {
    height: 90vh;
    position: sticky;
    overflow-y: scroll;
    background: whitesmoke;
    border-radius: 8px;
    padding: 10px;
}
.contact-lists .contact-list {
    display: flex;
    align-items: center;
    height: 80px;
    width: 100%;
}
}
@media (max-width:432px){
    .service-icon{
        display: inline-block;
        width: 100px;
        border-right: 3px solid  /*rgba(3, 77, 146, 1)*/#F5A219;
        padding:12px 32px 12px 16px;
        vertical-align: top;
    }
    .service-description{
        display: inline-block;
        width:calc(100% - 126px);
        padding:0 16px;
        vertical-align: middle;
    }
    .service-description h3{
        margin:0;
        font-size:24px;
    }
    .contact-list a{
        text-align: center;
    }
}