
/*###########TEKLİF AL###########*/


#smartwizard {
    font-family: 'Montserrat', sans-serif;
    margin: 0 auto;
    position: relative;
    display: table;
}

    #smartwizard input[type="radio"] + label {
        float: left;
        width: 140px;
        height: 65px;
        font-size: 20px;
        cursor: pointer;
        color: #4ba8de;
        font-weight: 500;
        border-radius: 8px;
        background-color: #fff;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    }

        #smartwizard input[type="radio"] + label em {
            float: left;
            width: 100%;
            font-size: 13px;
            font-style: normal;
            margin-bottom: 10px;
        }

        #smartwizard input[type="radio"] + label span {
            float: left;
            width: 100%;
            margin-top: 7px;
            font-size: 18px;
            line-height: 1.3;
            font-style: normal;
        }

    #smartwizard input[type="radio"]:checked + label {
        color: #fff;
        border-color: #2ecc71;
        background-color: #2ecc71;
    }

#dateSelectYes .offer-date-item {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
}

    #dateSelectYes .offer-date-item .date-item {
        position: relative;
        margin: 0px 25px 0;
    }

        #dateSelectYes .offer-date-item .date-item span {
            font-size: 18px;
            color: #9aa5bb;
            font-weight: 500;
            margin-right: 15px;
        }

        #dateSelectYes .offer-date-item .date-item input {
            height: 55px;
            width: 220px;
            font-size: 15px;
            color: #4ba8de;
            font-weight: 500;
            padding-left: 15px;
            border-radius: 8px;
            border: 1px solid #eef0f5;
        }

.icon-date {
    width: 20px;
    height: 20px;
    fill: #2b6ebc;
}

.addon {
    top: 50%;
    bottom: 50%;
    right: 20px;
    z-index: 99;
    position: absolute;
    pointer-events: none;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.offer-flex-days {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

    .offer-flex-days input[type="checkbox"], .villa-properties-item input[type="checkbox"] {
        display: none;
    }

        .offer-flex-days input[type="checkbox"] + label {
            cursor: pointer;
            font-size: 15px;
            color: #727272;
            font-weight: 500;
            line-height: 20px;
            position: relative;
            padding-left: 30px;
            margin-bottom: 10px;
            display: inline-block;
        }

            .offer-flex-days input[type="checkbox"] + label::before {
                content: '';
                top: 0;
                left: 0;
                width: 20px;
                height: 20px;
                position: absolute;
                border-radius: 2px;
                background-color: #fff;
                border: 1px solid #dfe0e5;
            }

            .offer-flex-days input[type="checkbox"] + label::after {
                content: "\f00c";
                font-family: 'Font Awesome 5 Pro';
                font-weight: 900;
                top: 1px;
                left: 4px;
                color: #fff;
                font-size: 12px;
                position: absolute;
                font-style: normal;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                -webkit-transform: scale(3) rotateZ(-20deg);
                transform: scale(3) rotateZ(-20deg);
                opacity: 0;
                -webkit-transition: all .3s ease-in;
                transition: all .3s ease-in;
            }

        .offer-flex-days input[type="checkbox"]:checked + label::before {
            background-color: #2b6ebc;
        }

        .offer-flex-days input[type="checkbox"]:checked + label::after {
            -webkit-transform: scale(1) rotateZ(0deg);
            transform: scale(1) rotateZ(0deg);
            opacity: 1;
        }

    .offer-flex-days.flex.hl-center {
        margin: 30px 0px 0px 0px;
    }

.seasonWrap {
    margin: 0 -15px;
}


.questionTitle {
    float: left;
    width: 100%;
    font-size: 32px;
    color: #4ba8de;
    font-weight: 500;
    text-align: center;
    margin-bottom: 30px;
    font-family: 'Montserrat', sans-serif;
}

.stepTitle {
    float: left;
    width: 100%;
    font-size: 48px;
    color: #4ba8de;
    font-weight: 500;
    text-align: center;
}

.sw-btn-group {
    float: none !important;
    margin: 0 auto !important;
}

    .sw-btn-group .sw-btn-prev, .sw-btn-group .sw-btn-next {
        height: 45px;
        color: #fff;
        margin: 0 15px;
        font-size: 15px;
        cursor: pointer;
        min-width: 120px;
        font-weight: 500;
        position: relative;
        text-decoration: none;
        background-color: #4ba8de;
        border-radius: 32px !important;
    }

    .sw-btn-group .sw-btn-next {
        margin-right: 0 !important;
        background-color: #4a6cb2;
        margin-left: 15px !important;
    }

.stepSubTitle {
    float: left;
    width: 100%;
    font-size: 18px;
    color: #9096a2;
    text-align: center;
    margin-bottom: 50px;
    font-family: 'Montserrat', sans-serif;
}

.center-column {
    display: table;
    margin: 0 auto;
}

.relative {
    position: relative;
}

.tableCell {
    display: table-cell;
    vertical-align: middle;
}

.sw-btn-group .sw-btn-prev, .sw-btn-group .sw-btn-next, .villa-class-item,
.villa-properties-item input[type="checkbox"] + label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


.space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.hl-center, .sw-btn-group .sw-btn-prev, .sw-btn-group .sw-btn-next {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.vl-center,
.sw-btn-group .sw-btn-prev, .sw-btn-group .sw-btn-next, .villa-class-item,
.villa-properties-item input[type="checkbox"] + label {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.villa-class-item {
    float: left;
    width: 100%;
    height: 65px;
    cursor: pointer;
    padding: 0 40px 0px 20px;
    position: relative;
    background-color: #f5f5f5;
}

    .villa-class-item::before {
        content: '';
        top: 17px;
        right: 12px;
        width: 30px;
        height: 30px;
        position: absolute;
        border-radius: 50%;
        border: 2px solid #4ba8de;
    }

    .villa-class-item::after {
        content: '';
        top: 22px;
        right: 17px;
        width: 20px;
        height: 20px;
        position: absolute;
        border-radius: 50%;
        background-color: #ffffff;
    }

    .villa-class-item.selected::before {
        border-color: #2b6ebc;
    }

    .villa-class-item.selected::after {
        background-color: #2b6ebc;
    }

    .villa-class-item .item-title {
        float: left;
        font-size: 18px;
        color: #4ba8de;
    }

        .villa-class-item .item-title span {
            font-weight: 500;
        }

.villa-properties-item input[type="checkbox"] + label {
    float: left;
    height: 60px;
    cursor: pointer;
    margin-left: 15px;
    position: relative;
    padding: 0 32px 0 70px;
    width: calc(100% - 20px);
    background-color: #fff;
    border-radius: 0 8px 8px 0;
}

    .villa-properties-item input[type="checkbox"] + label::before {
        content: '';
        top: 15px;
        right: 12px;
        width: 20px;
        height: 20px;
        position: absolute;
        border-radius: 50%;
        border: 2px solid #4ba8de;
    }

    .villa-properties-item input[type="checkbox"] + label::after {
        content: '';
        top: 19px;
        right: 16px;
        width: 12px;
        height: 12px;
        position: absolute;
        border-radius: 50%;
        /* background-color: #4ba8de; */
    }

    .villa-properties-item input[type="checkbox"] + label .img {
        top: 0px;
        left: 0px;
        width: 60px;
        height: 60px;
        position: absolute;
        border-radius: 50%;
        background-color: #4ba8de;
        overflow: hidden;
    }

        .villa-properties-item input[type="checkbox"] + label .img img {
            float: left;
            width: 100%;
            height: 100%;
            background-repeat: no-repeat;
            background-position: center center;
            background-size: cover;
        }


.villa-properties-item input[type="checkbox"]:checked + label::before {
    border-color: #4ba8de;
}

.villa-properties-item input[type="checkbox"]:checked + label::after {
    background-color: #4ba8de;
}

.input_style input,
.input_style select {
    outline: none;
    float: left;
    width: 100%;
    border: 1px solid #c1c1c1;
    padding: 7px 10px;
    margin: 10px 0px;
    font-size: 16px;
    background: #f1f1f1;
    border-radius: 4px;
}

/* RESPONSIVE BAŞLANGIÇ */

@media only screen and (max-width: 1199px) {
    .main {
        margin: 110px 0px 50px;
    }
}

@media only screen and (max-width: 1099px) {
    .villa-class-item .item-title {
        font-size: 16px;
    }

    .villa-class-item::after {
        width: 15px;
        height: 15px;
    }

    .villa-class-item::before {
        width: 25px;
        height: 25px;
    }
}

@media only screen and (max-width: 991px) {
    .villa-class-item .item-title {
        font-size: 18px;
    }

    .stepTitle {
        font-size: 40px;
    }

    .stepSubTitle {
        font-size: 16px;
    }
}

@media only screen and (max-width: 835px) {
    #dateSelectYes .offer-date-item {
        flex-direction: column;
    }

        #dateSelectYes .offer-date-item .date-item {
            margin-top: 20px;
        }

            #dateSelectYes .offer-date-item .date-item:first-child {
                margin-top: 0px;
            }

    .questionTitle {
        font-size: 26px;
    }
}

@media only screen and (max-width: 767px) {
    .questionTitle {
        font-size: 22px;
    }
}

@media only screen and (max-width: 575px) {
    .stepTitle {
        font-size: 34px;
    }

    .questionTitle {
        font-size: 20px;
    }

    .sw-btn-group .sw-btn-prev, .sw-btn-group .sw-btn-next {
        min-width: 100px;
        font-size: 14px;
        margin: 0 10px;
    }
}

@media only screen and (max-width: 450px) {
    .stepTitle {
        font-size: 26px;
    }

    .stepSubTitle {
        font-size: 14px;
    }
}

/*ANASAYFA TEKLİF İSTE PANEL STYLE*/

