/*FONTS*/
ul {
    list-style-type: none;
    padding: 0;
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}

#wrapper {
    min-height: 100%;
    position: relative;
}

body {
    background: #fff;
    background-size: cover;
    padding: 0;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    overflow-x: hidden;
}

p {
    color: #333333;
    font-size: 16px;
}

header {
    padding: 30px 0;
}

.sub-header {
    background: url(../img/header-bg.png) repeat top left;
}

.sub-header h1 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    padding: 45px 0;
    margin: 0;
}

#content {
    position: relative;
    padding: 50px 0px;

}


#content p {
    font-size: 16px;
    margin: 0 0 15px
}

#content .soru .metin p span {
    color: #333333;
    font-size: 12px;
    width: 100%;
    display: block;
    line-height: 26px;
    font-weight: normal;
}

#start-btn {
    font-size: 13px;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 2px;
    text-align: center;
    color: #ffffff;
    border-radius: 5px;
    background-color: #34afd9;
    padding: 15px;
    transition: 0.3s;
    display: table;
    margin: 0 auto;
    margin-top: 60px;
}


.continue,.ram-btn {
    font-size: 13px;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 2px;
    text-align: center;
    color: #ffffff;
    border-radius: 5px;
    background-color: #34afd9;
    padding: 15px;
    transition: 0.3s;
    cursor: pointer;
    display: table;
    margin: 0 auto;
    margin-top: 30px;
    border: 1px solid #34afd9;
    visibility:hidden;
    width:190px;
}

.ram-btn {
    visibility:visible;
    margin-top:15px;
  
}

.continue:hover,.ram-btn:hover {
    color: #858585;
    background: transparent;
    border: 1px solid #858585;
}


#start-btn:hover {
    text-decoration: none;
    background-color: #043360;
}



.form-container {
    height: 100%;
    display: none;
    margin-top: 45px;
}



.progress-bar-ram {
    width: 100%;
    padding: 0 0 45px 0;
}

.progress-bar-ram li {
    width: 5.4%;
    height: 4px;
    display: inline-block;
    padding: 3px;
    box-sizing: content-box;
}

.progress-bar-ram li span {
    background: #cccccc;
    border-radius: 2px;
    display: inline-block;
    width: 100%;
    height: 4px;
}

.progress-bar-ram li span.active {
    background: #117ac0;
}

.sorular {

    width: 100%;
    position: relative;
}

span#previous {
    font-size: 13px;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 2px;
    text-align: center;
    color: #ffffff;
    border-radius: 5px;
    background-color: #34afd9;
    padding: 15px;
    transition: 0.3s;
    display: table;
    margin: 0 auto;
    margin-top: 30px;
    cursor: pointer;
    border: 1px solid #34afd9;
    display: none;
    width:190px;
}

span#previous:hover {
    color: #858585;
    background: transparent;
    border: 1px solid #858585;
}

.soru {
    min-height: 380px;
    padding: 0px 0px;
    float: none;
    display: none;
    width: 100%;
    padding-bottom:50px;
}

#soru1 {
    display: table;
}

.options span.baslik {
    font-size: 15px;
    margin-bottom: 10px;
    color: #068a90;
    display: block;
}

.soru img {
    display: none;
    margin: 0 auto;
    height: 63px;
    width: auto;
}

#content .soru .metin p {
    font-size: 20px !important;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    color: #333333;
    font-weight: 600;
    margin-bottom: 50px;
}

.soru .metin {
    width: 100%;
}
span.end {
    bottom: -30px;

}


.soru .options {
    padding-left: 0px;
    margin-top: 10px;
    float: left;
    width: 100%;

}
span.continue {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -95px;
}

.soru .options.evet-hayir{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

a.option.evet,
a.option.hayir {
    margin-right: 15px;

}

.result {}

.soru .options .option.evet span.selector {
    width: 130px;
    height: 130px;
    background-size: 100% 200% !important;
    overflow: hidden;
    text-indent: -1000px;
    background: url(../img/evet.png) no-repeat 0 0;
    border: 0;
    margin: 0 0 15px 0;
}

.soru .options .option.evet:hover span.selector,
.soru .options .option.hayir:hover span.selector,
.soru .options .option.plan:hover span.selector,
.soru .options.evet-hayir .option.selected span.selector {
    background-position: 0 100%;
}

.soru .options .option.evet span,
.soru .options .option.hayir span,
.soru .options .option.plan span {
    color: #cccccc;
    font-size: 13px;
}

.soru .options .option.evet:hover span,
.soru .options .option.hayir:hover span,
.soru .options .option.plan:hover span {
    color: #0071bc;
}


.soru .options .option.hayir span.selector {
    width: 130px;
    height: 130px;
    background-size: 100% 200% !important;
    overflow: hidden;
    text-indent: -1000px;
    background: url(../img/hayir.png) no-repeat 0 0;
    border: 0;
    margin: 0 0 15px 0;

}


.soru .options .option.plan span.selector {
    width: 130px;
    height: 130px;
    background-size: 100% 200% !important;
    overflow: hidden;
    text-indent: -1000px;
    background: url(../img/plan.png) no-repeat 0 0;
    border: 0;
    margin: 0 0 15px 0;

}

.soru .options a.option.evet,
.soru .options a.option.hayir,
.soru .options a.option.plan {
    padding: 0;
    float: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    font-weight: 700;
    margin-right: 120px;
}

.soru .options a.option.plan {
    margin-right: 0px;
}


/* hangileri */
.soru .options.hangileri .option span.selector {
    width: 130px;
    height: 122px;
    overflow: hidden;
    background: url(../img/hangileri.png) no-repeat 0 0;
    border: 0;
    margin: 0 0 15px 0;
    padding: 15px;
}

.soru .options.hangileri .option span.selector img {
    display: inline-block;
    height: auto;
    width: auto;
    max-width: 100%;
}


.soru .options.hangileri .option:hover span.selector,
.soru .options.hangileri .option.selected span.selector {
    background-position: 0 -151px;
}

.soru .options.hangileri .option span {
    color: #cccccc;
    font-size: 13px;
    text-align: center;
    width: 100%;
    display: inline-block;
}

.soru .options.hangileri .option:hover span,
.soru .options.hangileri .option.selected span {
    color: #0071bc;
}

.soru .options.hangileri a.option {
    padding: 0;
    float: left;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin: 0 40px 40px 0;
    width: 161px;
    height: 161px;
}

.soru .options.hangileri a.option:nth-child(4n) {
    margin-right: 0px;
}

/* hangileri */

/* kaç */

.soru .options.kac {
    float: left;
    background: url(../img/kac-bg.png) no-repeat 0px 50px;
}

.soru .options.kac .option span.selector {
    width: 60px;
    height: 60px;
    display: table;
    overflow: hidden;
    background: url(../img/kac-s.png) no-repeat 0 0;
    border: 0;
    margin: 0 auto 15px auto;
}

.soru .options.kac .option:hover span.selector,
.soru .options.kac .option.selected span.selector {
    background-position: 0 -60px;
}

.soru .options.kac .option span.selector-2 {
    width: 92px;
    height: 68px;
    display: table;
    overflow: hidden;
    border: 0;
    margin: 0 auto 15px auto;
}

.soru .options.kac .option:nth-child(1) span.selector-2 {

    background: url(../img/kac-s-1.png) no-repeat 0 0;

}

.soru .options.kac .option:nth-child(2) span.selector-2 {

    background: url(../img/kac-s-2.png) no-repeat 0 0;

}

.soru .options.kac .option:nth-child(3) span.selector-2 {

    background: url(../img/kac-s-3.png) no-repeat 0 0;

}

.soru .options.kac .option:nth-child(4) span.selector-2 {

    background: url(../img/kac-s-4.png) no-repeat 0 0;

}

.soru .options.kac .option:hover span.selector-2,
.soru .options.kac .option.selected span.selector-2 {
    background-position: 0 -68px;
}

.soru .options.kac .option span {
    color: #cccccc;
    font-size: 13px;
    text-align: center;
    width: 100%;
    display: inline-block;
}

.soru .options.kac .option:hover span,
.soru .options.kac .option.selected span {
    color: #0071bc;
}

.soru .options.kac a.option {
    padding: 0;
    float: left;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin: 0 40px 40px 0;
    width: 161px;
    height: 220px;
    display: flex;
    flex-direction: column;
}

.soru .options.kac a.option:nth-child(4n) {
    margin-right: 0px;
}

/* kaç */

.soru .options .option {
    min-height: 22px;
    padding: 0 0 0 30px;
    display: block;
    margin-bottom: 15px;
    text-decoration: none;

    font-size: 18px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #000;
    padding: 15px;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

.soru .options .option span.selector {
    text-align: center;
    line-height: 39px;
    display: inline-block;
    width: 39px;
    height: 39px;
    font-size: 18px;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #000;
    margin-right: 15px;
    background: url(../img/selector-bg.png) no-repeat top left;
    overflow: hidden;
    background-position: 0 0;

}

.soru .options .option span {
    color: #0071bc;
}


.soru .options .option textarea {
    flex-basis: 85%;
    display: flex;
    margin-top: 15px;
    margin-left: 50px;
    border: 1px solid #9d9d9d;
    color: #616161;
    font-weight: 600;
    height: 100px;
    border-radius: 5px;
    display:none;
}

.soru .options .option:hover span.selector,
.soru .options .option.selected span.selector {
    background-position: 0 -39px;
}

#contactLoading {
    display: none;
}

#error,
#error2,
#success {
    display: none;
}


#error h2,
#error2 h2,
#success h2 {
    font-size: 14px;
}

#register-form {
    margin: 30px -15px 15px -15px;
}

#register-form input[type="checkbox"] {
    margin: 0 9px 0 0;
    width: auto;
    height: auto;
}

#succes h2 {
    text-align: center;
}

#content .result p,
#content #error p {
    font-size: 14px;
    line-height: 1.5em;
    text-align: left;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.53;
    letter-spacing: normal;
    color: #000;


}

.checkbox-container {
    font-size: 10px !important;
}

#content .result h2 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 0;
    position: relative;
    top: -20px;
    font-family: Gilroy-Medium;
    color: #162a4c;

}

a.join {
    text-align: center;
    color: #068a90;
    font-size: 14px;
    line-height: 1.5em;
    width: 100%;
    display: inline-block;
}

.rambtn {
    float: right;
    display: block;
}

#gonder {
    line-height: 33px;
    width: 100%;
    background: #34afd9;
    color: #fff;
    font-weight: bold;
    margin-top: 3px;
    border-radius: 10px;
}

.rambtn {
    text-align: center;
}



.input-text .continue {
    visibility: visible;
}

#gonder:hover,
.rambtn:hover {
    color: #fff;
    text-decoration: none;
    background: #000;
}

.contact-form {
    margin-top: 45px;
}

.contact-form fieldset {
    margin-bottom: 15px;
}

.contact-form label {
    color: #146ab3;
    font-size: 12px;
    font-weight: normal;
}

.soru.input-text input {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border: 1px solid #fff;
    width: 100%;
    height: 35px;
    margin-bottom: 30px;
    background: transparent;
    font-size: 10px;
    padding: 0 20px 0 20px;
}

.contact-form input {
    height: 50px;
    border-radius: 10px;
    border: solid 1px #e0e0e0;
    background-color: #ffffff;
}

.contact-form input:focus {

    border: solid 1px #000;
}

.contact-form span.mandatory {
    color: #8f8f8f;
    font-size: 12px;
    margin-bottom: 5px;
    display: block;
    width: 100%;
}

.soru.input-text input {
    border-bottom: solid 1px #cfd4d6;
    color: #000;
    font-size: 20px;
}

.contact-form input {
    margin-bottom: 0;
}

#result1,
#result2,
#result3,
#result4,
#result5,
#cloneranet {
    display: none;

    font-size: 30px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: -0.5px;
    text-align: center;
    color: #000;
    margin-top: 15px;

}

#result1 img,
#result2 img,
#result3 img,
#result4 img,
#result5 img {
    margin: 0 auto;
    display: table;
    width: 128px;
    height: 128px;
}

#result1 p,
#result2 p,
#result3 p,
#result4 p,
#result5 p {
    font-size: 20px !important;
    line-height: 24px;
    color: #000 !important;
}


.result-left-bg.show-result {
    display: flex !important;
}

footer.row {
    bottom: 0px;
    position: fixed;
    z-index: -1;
}


@media (max-width: 480px) {
    .progress-bar-ram li {
        width: 4.5%;

    }

    .soru .options a.option.evet,
    .soru .options a.option.hayir,
    .soru .options a.option.plan {
        margin-right: 35px;
    }

    .soru .options .option.evet span.selector,
    .soru .options .option.hayir span.selector,
    .soru .options .option.plan span.selector {
        width: 70px;
        height: 70px;
        background-size: 100% 200%;
        margin:0;
    }

    .soru .options .option.evet:hover span.selector,
    .soru .options .option.hayir:hover span.selector,
    .soru .options .option.plan:hover span.selector,
    .soru .options.evet-hayir .option.selected span.selector {
        background-position: 0 -70px;
    }

    .soru .options.hangileri a.option ,.soru .options.kac a.option{
        margin: 0 2px 40px 0;
    }

    .soru .options.regular .option span.selector,.soru .options .option.other span.selector{
        flex: 0 1 40px;
    }

    .soru .options.regular .option span.answer, .soru .options .option.other span.answer {
        flex: 1 0 240px;
    }

    .soru .options.kac {
        background: none;
    }

    #content {
        position: relative;
        padding: 50px 30px;
    
    }

    .soru .options.hangileri .option span.selector {
        width: 150px;
        height: 140px;
        overflow: hidden;
        background-size: 100% 200%;
    }

    .soru .options.hangileri .option:hover span.selector, .soru .options.hangileri .option.selected span.selector {
        background-position: 0 -140px;
    }
    
}