p{
    direction: ltr;
    text-align: left;
}

h1 , h2 , h3 , h4 , h5 {
    direction: ltr;
}


footer {

    direction: ltr;
}

.contaner{
    width: 90%;
}


.seed-product:first-of-type h3{
    display: flex;
    line-height: 10px;
    margin-left: auto;
}

.seed-product:first-of-type h3:nth-of-type(2){
    float: left;
}

.seed-product:first-of-type h3:nth-of-type(3){
    
    float: right;

}

footer .links-item li{
    width: 100%;
    display: grid;
}


footer .links-item li a{
    display: inline;
    float: left;
}
/**************************************header**********************/

header .nav .bar-icon{  
    left: 30px;
}

header .nav .logo{
    z-index: 2;
    float: right;
    
}

header .nav .links-item{
    direction: ltr;

}


/**************************************footer**********************/


footer .call-us {

}

footer .call-us .social-icons a{
    margin-right: 7%;
    margin-left: 0;
}

footer .programmed-by p{
    text-align: center;
}



/**************************************products page**********************/

.product-text h1 {
    direction: ltr;
    margin: 0;
}



.all-products {
    direction: ltr;

}

@media(min-width:1200px) {

    .other-med{
        height: 340px;
        
        
      }
    
    
    .other-med .product-info{
        height: 340px;
      }


      .med1-2{
        height: 400px;
        }
    
    
        .med1-2 .product-info{
        height: 400px;
        }

}


@media (max-width: 800px){


    .other-med{
        height: 500px;
        
    }    
    
    .other-med .product-info{
        height: 320px;
    }

    .other-med h3,
    .other-med h4{
        font-size: 12px;
        margin-left: 10px;
    }


    .med1-2{
    height: 600px;
    }


    .med1-2 .product-info{
    height: 400px;
    }

    

}


@media (max-width: 1200px){ 
    
    .other-med{
        height: 520px;
        
    } 
    
    .other-med .product-info{
        height: 330px;
    }

    .med1-2{
        height: 620px;
        }

    .med1-2 .product-info{
        height: 400px;
        }

}






/**************************************lows page**********************/


ul.products-list {
    float: left
    
}

@media(max-width: 1000px){

    header .nav .links-item {
        left: 0px;
    }


    header .nav .logo{
        margin-right: 40px; 
        
    }

    header .nav .links-item  .products-list{
        margin-left: -32%;
        margin-right: 0%;
     }
    header .nav .links-item .links {
        display: none;
        margin-left: -40px;
    }

}



/**************************************lows page**********************/

.laws p,
.who-we-are p{

    direction: ltr;
    text-align: justify;
}

.laws article{
    direction: ltr;
    
}


/***********************************communicate page****************************************/



.comunicate input[type="text"]
,.comunicate input[type="email"]
, .comunicate textarea {
	direction: ltr;  
}


@media(max-width: 600px){

}

