.index_form{
    position: relative;
    z-index: 9;
}
.fiyat {

}
.fiyat sub {
    bottom: 0;
}
.araclar h4.fiyat {
    font-size: 2.0rem;
    line-height: 2.3rem;
}
.araclar h4.fiyat sub {
    bottom: 0;
}

#currencySelect{
    padding: 8px 1px;
    width: 100%;
    max-width: 100%;
    resize: none;
    outline: none;
    font-size: 16px;
    border: none;
    color: #fff;
    line-height: inherit;
    word-break: normal;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: #c19052;
}

.extra-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.extra-item input[type="checkbox"] {
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.extra-item label {
    cursor: pointer;
    margin: 0;
    line-height: 1.4;
}

#return_transfer_info {
    display: none;
    animation: fadeIn 0.3s ease-in-out;
}
#returnBox_sidebar{
    display: none;
    animation: fadeIn 0.3s ease-in-out;
}
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.whatsapp {
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 99999;
  font-size: 12px;
}
.phone {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 99999;
  font-size: 12px;
}
@media (max-width: 1199px) {

  .whatsapp {
      position: fixed;
      bottom: 15px;
      left: 15px;
      z-index: 99999;
      font-size: 12px;
  }

  .phone {
      position: fixed;
      bottom: 100px;
      left: 15px;
      z-index: 99999;
      font-size: 12px;
  }

}