/* footerda ekleme için yazıldı popup telefon css */

.modal {
 overflow-y: auto;
}

.modal-open {
 overflow: auto;
}
.modal-open[style] {
padding-right: 0px !important;
}

.modaltelefon{
    background: rgb(173,46,241);
    background: linear-gradient(0deg, rgba(173,46,241,1) 0%, rgb(196 87 255) 44%, rgba(121,116,255,1) 100%);
}

.ucretsizpuupsoltarafyazi {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 96.9%;
    /* or 39px */
    text-align: right;
    color: #FFFFFF;
}

.modaltelefon .ucresizgorusmeyazi {
    font-weight: bold;
    font-size:32px;
    line-height:32px;
    margin-bottom:22px;
}

.modaltelefon input[type=text],
.modaltelefon input[type=email] {
    padding:20px 10px;
    border-radius:5px;
}

.modaltelefon select {
    height:42px!important;
    border-radius:5px 0 0 5px;
    max-width: 65px;
}

.modaltelefon .satir1 {
    margin-bottom:19px;
}

.modaltelefon .ornektel {
    min-height:18px;
    font-weight: 300;
    font-size:11px;
    margin-left:45px;
    line-height:18px
}

.modaltelefon .gonderbtn {
    width:80%;
    background:white;
    color:#A735F2;
    padding:5px;
    border-radius:5px;
    font-size:20px;
    font-weight:700
}

.modaltelefon .gonderbtn:hover {
    color:white;
    background:#A735F2;
    border:1px solid white;
}
a.sagakvkk {
    font-size: 1.3rem;
    font-weight: normal;
    line-height: 1rem!important;
}
.sagblformu {
    padding:18px;
}

.select2 .select2-container .select2-container--default {
    width:auto!important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 0px solid #aaa;
    border-radius: 5px 0 0 5px;
    width: 70px!important;
}
.select2-container--open .select2-dropdown--below,.select2-container--open .select2-dropdown--above {
    min-width: 270px!important;
}

.select2-container--open .select2-dropdown--below {
    min-width: 270px!important;
}

.select2-container .select2-selection--single {
    height:42px;
    line-height: 42px;
    border: 1px solid #ccc;
    position: relative;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    height:42px;
    line-height: 42px;
    white-space: inherit;
    font-size:1.4rem;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height:42px;
}

 #contactFormAdvanced .select2-selection {
    min-height: 50px;
}

#contactFormAdvanced .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size:1.7rem;
     white-space: normal;
}

#contactFormAdvanced .select2-selection__rendered {
    margin: 5px;
}

#contactFormAdvanced .select2-selection__arrow {
    margin: 5px;
}

#contactFormAdvanced .select2-container--default .select2-selection--single {
    width: 90px!important;
}



span.parsley-error, input.parsley-error, textarea.parsley-error, select.parsley-error {
    background: #FAEDEC!important;
    border: 2px solid #f34943!important;
}
.select2-hidden-accessible.parsley-error ~ .select2-container--default .select2-selection--single {
    border-color: #f34943!important;
    background: #FAEDEC !important;
    border: 2px solid;
    height: 44px;
}

.select2-hidden-accessible.parsley-success ~ ul ~ .select2-container--default .select2-selection--single {
    border-color:  #ccc;
    background: #FFF !important;
}

#altiletisimbutonyeri {
    position: fixed;
    z-index: 9;
    top: auto;
    left: auto;
    right: 0;
    display: block;
    text-align: center;
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    transform: rotateY(0);
    transition: all 1s ease 0s;
    bottom: 0;
}

.footerwhatsapmain {
    width:57px;
    height:57px;
    background:#13AC23;
    border-radius: 50%;
    color:white;
    font-size:37px;
    padding: 9px 12px;
}

@media screen and (min-width:991px) {
    .show-only-mobile {
    	display: none!important
    }
}

@media screen and (max-width:991px) {
    #altiletisimbutonyeri {
        left:0;
    }
}


