@charset "utf-8";

/* CSS Document */


/*-----------------------------------------
   modaal
-----------------------------------------*/

.modaal-wrapper .modaal-close{
  background: #56b580;
}

.modaal-close{
 border-radius: 8px;
}

.modaal-wrapper .modaal-close:hover{
  background: #cf800f;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
  background: #ffffff;
}

.modaal-container{
  border-radius: 8px;
}

.modaal-content-container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.modaal-content-container::after{
  content: "";
  width: 25%;
}

.modal_btn{
  width: 25%;
  padding: 0px 10px 10px 0px;
  box-sizing: border-box;
}

.modal_btn:nth-of-type(4),
.modal_btn:nth-of-type(8){
  padding: 0px 0px 10px 0px;
  box-sizing: border-box;
}

.modal_btn a{
  padding: 20px 20px 20px 20px;
  color: #ffffff;
  text-decoration: none;
  background: #56b580;
  display: block;
  text-align: center;
  border-radius: 5px;
  box-sizing: border-box;
  transition: 0.5s;
}

.modal_btn a:hover{
  background: #cf800f;
  transition: 0.5s;
}

@media screen and (max-width: 980px) {
	
.modaal-content-container{
  padding: 20px 20px 20px 20px;
}
	
.modaal-content-container::after{
  content: "";
  width: 33%;
}

.modal_btn{
  width: 33%;
  padding: 0px 10px 10px 0px;
  box-sizing: border-box;
}
	
.modal_btn:nth-of-type(3),
.modal_btn:nth-of-type(6){
  padding: 0px 0px 10px 0px;
  box-sizing: border-box;
}

.modal_btn:nth-of-type(4),
.modal_btn:nth-of-type(8){
  padding: 0px 10px 10px 0px;
  box-sizing: border-box;
}

.modal_btn a{
  padding: 15px 15px 15px 15px;
  color: #ffffff;
  text-decoration: none;
  background: #56b580;
  display: block;
  font-size: 90%;
  text-align: center;
  border-radius: 5px;
  box-sizing: border-box;
  transition: 0.5s;
}

.modal_btn a:hover{
  background: #cf800f;
  transition: 0.5s;
}
	
}

@media screen and (max-width: 640px) {
	
.modaal-content-container{
  padding: 15px 15px 15px 15px;
}
	
.modaal-content-container::after{
  content: "";
  width: 50%;
}

.modal_btn{
  width: 50%;
  padding: 0px 10px 10px 0px;
  box-sizing: border-box;
}
	
.modal_btn:nth-of-type(2),
.modal_btn:nth-of-type(4),
.modal_btn:nth-of-type(6){
  padding: 0px 0px 10px 0px;
  box-sizing: border-box;
}
	
.modal_btn:nth-of-type(3){
  padding: 0px 10px 10px 0px;
  box-sizing: border-box;
}

.modal_btn a{
  padding: 10px 10px 10px 10px;
  color: #ffffff;
  text-decoration: none;
  background: #56b580;
  display: block;
  text-align: center;
  border-radius: 5px;
  box-sizing: border-box;
  transition: 0.5s;
}

.modal_btn a:hover{
  background: #cf800f;
  transition: 0.5s;
}
	
}