  
    /* The Modal (background) */
.modal-teklif {
 
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    z-index: 999;
}

/* Modal Content/Box */
.model-teklif-content {display: flex;flex-direction: column;align-items: center; 
  background-color: #fff;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 32px;
  border: 1px solid #888;
  width: 80%;max-width: 860px;/* Could be more or less, depending on screen size */
}



.modal-teklif-title{font: 24px 'Exo-Semibold'; color: #4d5151;margin-bottom: 32px;}
.modal-teklif-aciklama{font: 17px 'Exo-Medium';color: #fff;margin-bottom: 36px;text-align: center;}

.input-modal{font-family: 'Exo-Medium'; background-color:#fff; height: 52px !important;  border: 1px solid #848484 !important;border-radius: 15px; -webkit-border-radius: 15px;-moz-border-radius: 15px;  }

.text-modal{height: 120px;font-family: 'Exo-Medium'; background-color:#fff;    border: 1px solid #848484 !important;border-radius: 15px; -webkit-border-radius: 15px;-moz-border-radius: 15px;}

.modal-teklif-btn-str{display: flex; justify-content: center;margin-top: 24px;}



.modal-teklif-gonder-btn{font: 16px 'Exo-Bold'; color: #fff;width:170px; height: 50px; border-radius: 25px;-webkit-border-radius: 25px;-moz-border-radius: 25px; display: flex; align-items: center; justify-content: center;background: rgb(236,102,7);
background: -moz-linear-gradient(90deg, rgba(236,102,7,1) 12%, rgba(231,66,16,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(236,102,7,1) 12%, rgba(231,66,16,1) 100%);
background: linear-gradient(90deg, rgba(236,102,7,1) 12%, rgba(231,66,16,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ec6607",endColorstr="#e74210",GradientType=1);}

 
 



/* The Close Button */
.close {
  color: #b7b7b7; position: absolute; right: 16px; top: 16px;
 
  font-size: 28px;
  font-weight: bold;
}
.w3-animate-top{position:relative;animation:animatetop 0.4s}@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}
.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}