body {
    background: transparent;
}

.titlepage {
    padding-bottom: 1px;
}

.titlepage h2 {
    font-size: 24px !important;
    
}

.titlepage h3 {
    font-size: 22px !important;
    color: #fff;
}

.main_form .contactus {
    font-size: 14px !important;
    height: 32px !important;
}

.susiparis {
    border-radius: 20px;
    width: 25%;
    text-align: center;
    margin: auto;
    margin-top: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.main_form {
    margin-top: 0px;

    background: #7F7FD5;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #91EAE4, #86A8E7, #7F7FD5);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #91EAE4, #86A8E7, #7F7FD5);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */


    padding-left: 17px;
    padding-right: 17px;
    padding-top: 10px;
    padding-bottom: 35px;

    border-radius: 20px;

}

.tekrarla_btn {
    background-color: #fff !important;
    color: #000 !important;
}

.titlepage {
    width: 100%;
}

.titlepage h2 {
    color: #fff;
    text-align: center;
}

.testimonial_Carousel .carousel-indicators li.active {
    background-color: #fff !important;
}

.carousel-indicators li {
    cursor: pointer;
    background-color: #1A5F7A !important;
}

.test_box {
    background: transparent;
    padding: 0px;
    font-family: 'Lato', sans-serif;
    
}

.test_box img {
    width: 45%;
}

.test_box h2 {
    color: #fff;
    font-size: 16px;
}

.quantity input {
    text-align: center;
    border-radius: 0px;
    background-color: white;
}

.quantity button {
    font-size: 20px;
    background-color: #fff;
    color: #000;
    font-weight: 700;
    width: 100%;
    max-width: 190px;
    text-align: center;
    display: inline-block;
    transition: ease-in all 0.5s;
}

.quantity .left {
    -webkit-border-top-left-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-bottomleft: 7px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;

    border-right: 1px solid #cfcfcf;
}

.quantity .right {
    -webkit-border-top-right-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    -moz-border-radius-topright: 7px;
    -moz-border-radius-bottomright: 7px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;

    border-left: 1px solid #cfcfcf;
}



.main_form .send_btn {
    background-color: #344CB7;
    font-weight: bold;
    margin-top: 15px;
    font-size: 15px;
    padding-top: 9px;
    padding-bottom: 9px;
}

.main_form .send_btn:hover {
    background-color: #000957;
}

.main_form .view_price {
    background-color: #344CB7;
    font-weight: bold;
    margin-top: 15px;
    font-size: 12px;
    padding-top: 9px;
    padding-bottom: 9px;
}

.main_form .view_price:hover {
    background-color: #000957;
}


.book_n {
    font-size: 14px !important;
}


.zamansecimi {
    color: #fff;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    padding-left: 17px;
    margin: auto;
}

.testimonial_Carousel .carousel-indicators {
    bottom: -30px;
}

.onay {
    color: #fff;

}

.onay label {
    font-weight: bold !important;
}


.tarihSecimi {
    display: flex;
    opacity: 0.25;
    pointer-events: none;
}


.numaraBulunamadi, .numaraBulundu {
    display: none;
}


.mobilGorunum {
    display: none;
}

.carousel-control-prev, .carousel-control-next {
    width: auto;
    max-height: fit-content;
    margin: auto;
}

.row .col-md-4 {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
}


@media only screen and (max-width: 600px) {
    .susiparis {
        width: 90%;
    }

    .mobilGorunum {
        display: block;
    }

    .zamansecimi>div {
        display: block !important;
    }

    .zamansecimi>div>div {
        border: none !important;
    }
}