
  body{
  	/* font-family: yekan; */
  	direction:rtl;
    background-color: #f8f9fa !important;

  }


	a:hover{
		text-decoration: none;
	}


	.my-shadow{
		box-shadow: 0 1px 2px 0 rgba(0 , 0 , 0 , 0.1);
	}
	.my-shadow1{
		box-shadow: 0 2px 3px 0 rgba(0 , 0 , 0 , 0.8);
	}

	.my-shadow2{
		box-shadow: 1px 1px 4px 1px rgba(0 , 0 , 0 , 0.6);
	}
    .my-border{

	  box-border: 0 1px 2px 0 rgba(0 , 0 , 0 , 0.6);
	}


.main-row{

  padding: 30px 0px;

}


#questions_row{
    
    border-radius:5px;
    padding:15px 15px;
    padding-bottom:40px;
}

.questions-title h2{

  font-size: 18px;
  
}

.question-collapse {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 12px 14px;
  width: 100%;
  border: none;
  text-align: right;
  font-size: 16px;
  font-family:iranyekan-extrabold-fanumber;
  border-radius: 5px;
  outline: none !important;
}
  
.answer_content {
  font-size: 14px;
  font-family: iranyekan-reg-fa-number;
  padding: 5px 20px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
  border-radius: 5px;
} 

.white-collapse-button {
  background-color: white;
  font-size: 14px;
  font-family: iranyekan-md-fanumber;
  border-radius: 5px;
  width: 100%;
  text-align: right;
  padding: 4px 8px;
  border: none;
  outline: 0 !important;
}

.send-comment-img{

 width:23px;
 position:relative;
 top:-4px;

}


.white-collapse-box:hover {
  border: 1px solid #c5c5c5;
}


img.angle-down-img{
    
    
    width:17px;
}



@media (min-width:365px) {




}

@media (min-width:576px) {

  .main-row{

    padding: 30px 0px;

  }


}

@media (min-width:768px) {

  .main-row{

    padding: 30px 0px;

  }

  
img.angle-down-img{
    
  width:18px;
  
}
  
  
 
  
}
@media (min-width:992px) {

  .main-row{

    padding: 30px 25px;

  }


}

@media (min-width:1200px) {

    .main-row{

      padding: 30px 100px;

    }


  }

@media (min-width:1400px) {

    .main-row{

      padding: 40px 180px;

    }



  }
