
/******************for header*******************/
.header{
    display: inline-block;
    margin-bottom: 100px;
}

/******************for-products page*******************/
.products{
 
}
.all-products{
    direction: rtl;
    margin-bottom: 30px;
    height: 600px;
    display: flex;
    flex-wrap: wrap;
}
.all-products .center{
    width: 23%;   

}

ul.products-list {
    text-align: center;
    float: right;
    margin-bottom: 10px;
    
}

.products-list li {
    display: inline-block !important;
    padding: 10px;
    cursor: pointer;

}


.products-list li a{
    font-size: 15px;
    
}

.kind-of-product{
    display: flex;
    flex-wrap: wrap;
    direction: rtl;
    
}

.product-type-title{
    direction: rtl;
    border: 2px solid #1abc9c;
    border-radius: 30px;
    width: 200px;
    text-align: center;
    padding: 5px;
    display: block;
    margin: auto;
    font-size: 12px;
}


.seed-product:first-of-type h3{
    display: inline;
    margin-left: 50px;

}


.wrapper {
    height: 330px;
    margin: 50px auto;
    border-radius: 7px;
    /* VIA CSS MATIC https://goo.gl/cIbnS */
    -webkit-box-shadow: 0px 14px 32px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 14px 32px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 14px 32px 0px rgba(0, 0, 0, 0.15);
    width: 49%;
    background-color: #fff; 
  }
  
  .product-img {
    float: right;
    width: 30%;
    
  }
  
  .product-img img {
    border-radius: 7px 0 0 7px;
    height: 330px ;
    margin: auto;
    margin-bottom: 10px;
  }
  
  .product-info {
    float: right;
    height: 100%;
    width: 69%;
    border-radius: 0 7px 10px 7px;
    background-color: #ffffff;
    direction: rtl;
  }
  
  .product-text {
    width: 90%;
    margin: auto;
  }
  
  .product-text h1 {
    margin: 0 0 0 10px;
    font-size: 25px;
    color: #474747;
    direction: rtl;
    padding-top: 20px;
  }

  .product-text h2 {
    margin: 0 5 10px 10px;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    color: #757373;
    letter-spacing: 0.05em;
  }

  .product-text h3{
      margin: 10px 0px;
  }
  
  .product-text p {
    margin: 0 0 0 10px;
    color: #000000;
    line-height: 1.7em;
    font-size: 15px;
    overflow: hidden;
    text-align: justify;
}


/******************Start for-products page (vet equipment)*******************/

.equp-img{
    height: 330px;
    margin: 50px auto;
    border-radius: 7px;
    /* VIA CSS MATIC https://goo.gl/cIbnS */
    -webkit-box-shadow: 0px 14px 32px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 14px 32px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 14px 32px 0px rgba(0, 0, 0, 0.15);
    width: 49%; 
    position: relative; 
    float: none;

}

.equp-img .product-img{
    width: 100%;
    display: flex;
    justify-content: center;
}

.equp-img img{
    margin: 0 auto;
}



.equp-title{
    background-color: #1abc9c;
    padding: 10px 10px;
    border-radius: 20px;
    text-align: center;
    position: absolute;
    bottom: -60px;
    right: 0px;
    left: 0px;
    margin: auto;
    width:35% ;   
    
}


/******************End for-products page (vet equipment)*******************/

.Vet-med{
    width: 100%;
}

.Vet-med .product-info {
    width: 69%;
}

.Vet-med .part{
    width: 45%;
    float: right;
    margin-left: 5%;
}

.Vet-med2{
    height: 500px;
}

.Vet-med2 img{
    height: 500px;
    width: 300px;
}



.Vet-med2 .product-info {
    width: 70%;
}

.other-med{
    height: 250px;
}
.other-med .product-info{
    height: 250px;
}

.other-med .product-info {
    width: 70%;
} 

.other-med .product-img{
    width: 30%;
    background-color: #fff;
}

.other-med img{
    height: 250px;
} 




/***********************************tips page****************************************/

.tips .agricultural-tips {
    direction: rtl;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
}

.agricultural-tips .download-file{
    margin: 20px 10px;
    text-align: center;
    width: 100%;
}

.agricultural-tips .download-file p{
    font-size: 0px;
    margin-bottom: 10px;    
}

.agricultural-tips .download-file button{
    padding: 10px;
    margin-top: 10px;
    border: 2px solid #1abc9c;
    border-radius: 40px;
    -webkit-transition:all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition:all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition:all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    text-align: center;    
}

.agricultural-tips .download-file button:hover,
.agricultural-tips .download-file button:active{
    background: radial-gradient(circle, rgba(22,198,140,0.4433123591233369) 0%, rgba(22,198,140,0.4265056364342612) 100%);
    border: 2px solid transparent;
    -webkit-transition:all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition:all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition:all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    
}

.control-program{
    width: 95%;
    margin: 20px 10px;
    text-align: center;
    
}


.tips .agricultural-tips .control-program img{
    width: 70%;
    border-radius: 30px;
    margin-bottom: 20px;
}

.tips .agricultural-tips .control-program h4{
    font-size: 20px;
    background: rgb(67,190,108);
    background: linear-gradient(90deg, rgba(67,190,108,0.03995101458552175) 0%, rgba(178,238,178,1) 52%, rgba(129,226,129,0.16039919385723034) 100%);
    line-height: 2;
    width: 50%;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
}



/***********************************who we are page****************************************/

.who-we-are p{
    font-size: 20px;
    line-height: 1.5;
    direction: rtl;
    text-align: justify;
}


/***********************************lows page****************************************/

ul.laws-list {
    text-align: center;
    float: right;
    margin-bottom: 10px;
}

.laws-list li{
    display: inline;
    cursor: pointer;
}

.laws p{
    font-size: 20px;
    line-height: 1.5;
    direction: rtl;
    text-align: justify;
}

.laws article{
    direction: rtl;
    border-bottom: 5px solid #000;
    border-top: 5px solid #000;
    border-radius: 50px;
    padding: 20px 10px;
    margin-bottom: 20px;
}
.laws article li{
    line-height: 1.7;
}


/***********************************communicate page****************************************/


.comunicate table{
    margin: auto;
}

.comunicate input[type="text"]
,.comunicate input[type="email"]
, .comunicate textarea {
	background-color: #fff;
	height: 50px;
	border: 1px solid #999;
	border-radius: 15px;
	direction: rtl;
	padding: 0 20px;
	font-size: 14px;
    font-weight: bold;
    margin: auto;

}

.comunicate textarea{
    height: auto;
    padding: 0 17px !important;
    
}

.comunicate input[type="submit"] {

    padding: 10px;
    margin-top: 10px;
    border: 0px;
    border-radius: 40px;
    width: 100px;
    -webkit-transition:all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition:all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition:all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    text-align: center;
    background-color: #000;
    color: #fff;

    
}
.comunicate input[type="submit"]:hover,
.comunicate input[type="submit"]:active{

    padding: 10px;
    margin-top: 10px;
    background: radial-gradient(circle, rgba(22,198,140,0.4433123591233369) 0%, rgba(22,198,140,0.4265056364342612) 100%);
    border: 0px;
    border-radius: 40px;
    width: 100px;
    -webkit-transition:all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition:all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition:all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    
}

td.botton{
    display: inline-flex !important;
    justify-items: center !important;
    margin: 0% 35%;
}

 
