.hazir-konumlar{
    background: #061138;
    padding: 20px;
    border-radius: 10px;
    color: #fff;
    align-items: center;
    -webkit-transition: all 0.3s 0s ease;
    -moz-transition: all 0.3s 0s ease;
    -o-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
    cursor: pointer;
}

.hazir-konumlar:hover{
    -webkit-transition: all 0.3s 0s ease;
    -moz-transition: all 0.3s 0s ease;
    -o-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
    background: #F05454;
    color: #6c0000;
    box-shadow: -1px 7px 20px 0px #F05454
}

.hazir-konumlar .fiyat{
     text-align: right;
     font-weight: bold;
     font-size: 24px;
}

.hazir-konumlar .konumlar{
    font-size: 14px;
}
.booking-section .booking-form .form-group .field-icon{
    z-index: 1;
}

.neredennereyeliste {
    background: #081138!important;
    border: 1px #434a65 solid!important;
    color: #7b829c!important;
    padding-left: 45px!important;
    /* text-transform: uppercase!important; */
     -webkit-appearance: none;
  -moz-appearance: none;
}

.activity-block-three .links-box .unit span {
    font-size: 30px;
}

.activity-block-three .inner-box {
    padding-left: 270px;
    min-height: 230px;
}
.activity-block-three .image-box {
    width: 270px;
    height: 257px;
}







.activity-block-two .pricing {
    position: absolute;
    right: 40px;
    top: 10px;
    width: unset;
    height: unset;
    color: #7f8a99;
    padding-top: 20px;
    background: unset;
    text-align: center; 
}

.activity-block-two .pricing .unit span {
    color: #ffffff;
    padding: 5px;

    font-size: 35px;
    line-height: 26px;
    font-weight: 800;
}

.activity-block-two .content-box h4 a {
    color: #ffffff;
    padding: 5px;
    font-weight: 700;
}