﻿.Bnr {
    text-align: center;
}

    .Bnr input[type=checkbox] {
        height: 31px;
        width: 30px;
        margin-top: 0px;
        z-index: 1;
        position: relative;
        opacity: 0;
        cursor: pointer;
    }



    .Bnr[type="checkbox"]:checked + label,
    .Bnr[type="checkbox"]:not(:checked) + label {
        position: relative;
        padding-left: 24px;
        padding-right: 28px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        color: #666;
        z-index: 0;
    }

        .Bnr [type="checkbox"]:checked + label:before,
        .Bnr [type="checkbox"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: -25px;
            top: -3px;
            width: 18px;
            height: 18px;
            border: 1px solid #85934B;
            border-radius: 100%;
            background: #FDFDFD;
        }

        .Bnr [type="checkbox"]:checked + label:after,
        .Bnr [type="checkbox"]:not(:checked) + label:after {
            content: '';
            width: 17px;
            height: 17px;
            background: url('../AdTk.png');
            background-size: cover;
            position: absolute;
            left: -25px;
            top: -2px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        .Bnr [type="checkbox"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        .Bnr [type="checkbox"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

* {
    border: none;
    text-decoration: none;
    padding: 0px;
    margin: 0px;
    text-decoration: none !important;
}

a {
    -webkit-transition: color 1s ease-out;
    -moz-transition: color 1s ease-out;
    -o-transition: color 1s ease-out;
    transition: color 1s ease-out;
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
    margin-left: 15px;
    list-style-type: none;
}

.borderLeft {
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
}

body {
    font: normal normal normal 16px/26px 'NeulisAlt-Regular';
    color: #666666;
}

img {
    max-width: 100%;
}

.w70 {
    width: 56% !important;
}

.mrgnHiza {
    margin-left: 5.5%;
    margin-right: -7.5%;
}

.mrgnT1 {
    margin-top: 1%;
}

header {
    position: relative;
}

.uOzellik {
    color: #CECECE;
    font: normal normal normal 16px/26px 'NeulisAlt-Medium';
}

.brdrRads {
    border-radius: 25px !important;
}

.pointer {
    cursor: pointer;
}

.sptBg {
    background-image: url(/../../../SVC_Files/sptBg.png) !important;
    background-position: right !important;
    background-size: contain !important;
    background-repeat: no-repeat;
}

.iletsimBg {
    background-image: url(/../../../SVC_Files/iletisimBg.png) !important;
    background-position: right bottom !important;
    background-size: 50% !important;
    background-repeat: no-repeat;
    padding-top: 4% !important;
    padding-bottom: 4% !important;
    padding-left: 2% !important;
    margin-top: 5%;
}

.iletisim h6 {
    color: #F19027;
    font: normal normal normal 25px/26px 'NeulisAlt-Medium';
    text-align: left;
}

.iletisim p {
    color: #969696;
    text-align: left;
    font: normal normal normal 16px/19px 'NeulisAlt-Regular';
    margin-bottom: 9px;
}

.fixed-top {
    right: 5%;
    left: 5%;
}

.MainDiv {
    /*   padding-right: 7vw;
    padding-left: 7vw;*/
}


.MainDivRight {
    padding-right: 7vw;
}

.MainDivLeft {
    padding-left: 7vw;
}

.MrgNone {
    margin: 0px !important;
}

.MrgnTp10 {
    margin-top: 10%;
}

.MrgnTp3 {
    margin-top: 3%;
}

.mrgnT37 {
    margin-top: -100px;
}

.mrgnBtm2 {
    margin-bottom: 2%;
}

.PdNone {
    padding: 0px !important;
}

.txtWhite {
    color: #ffff !important;
}

.txtRight {
    text-align: right;
}

.txtLeft {
    text-align: left;
}

.Pdtp3 {
    padding-top: 3% !important;
}

.Pdtp4 {
    padding-top: 7% !important;
    padding-right: 4% !important;
    padding-left: 0px !important;
}

.pdng3 {
    padding: 3%;
}

.MrRigt-1 {
    margin-right: -1%;
}

h1 {
    text-align: left;
    font: normal normal normal 35px/49px 'NeulisAlt-Medium';
    letter-spacing: 0px;
    color: #0399C5;
    font-weight: lighter;
    padding: 10px 0px;
}

h2 {
    text-align: left;
    font: normal normal normal 60px/71px 'NeulisAlt-Medium';
    letter-spacing: 0px;
    color: #e8e2d2;
    font-weight: lighter;
    padding: 10px 0px;
}

@media (min-width: 992px) {
    .animate {
        animation-duration: 0.3s;
        -webkit-animation-duration: 0.3s;
        animation-fill-mode: both;
        -webkit-animation-fill-mode: both;
    }
}

@keyframes slideIn {
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }

    100% {
        transform: translateY(0rem);
        opacity: 1;
    }

    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
}

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: transform;
        -webkit-opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1;
    }

    0% {
        -webkit-transform: translateY(1rem);
        -webkit-opacity: 0;
    }
}

.slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
}

.TopMenu {
    display: flex;
    justify-content: flex-end;
    max-width: 100%;
    padding-top: 20px;
}

.HesabimBtn {
    height: 39px;
    background: #F19027 0% 0% no-repeat padding-box;
    border-radius: 11px;
    opacity: 1;
    color: white;
    text-align: center;
    width: 107px;
    display: block;
    line-height: 35px;
    text-decoration: none !important;
    -webkit-transition: background-color 1s ease-out;
    -moz-transition: background-color 1s ease-out;
    -o-transition: background-color 1s ease-out;
    transition: background-color 1s ease-out;
    margin-left: 6px;
}

    .HesabimBtn:hover {
        color: white;
        background: #C8761E 0% 0% no-repeat padding-box;
    }


.TopMenu .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0 !important;
    vertical-align: .255em;
    content: "";
    border: none !important;
    display: block;
    line-height: 35px;
}



.navbar-nav .nav-link {
    text-align: left;
    font: normal normal normal 15px/23px 'NeulisAlt-Medium';
    letter-spacing: 0px;
    color: #4C8C1E;
}

    .navbar-nav .nav-link:hover {
        color: #C8761E;
    }


@media screen and (min-width:901px) {
    .navbar-brand {
        margin-top: -25px;
        margin-bottom: 20px;
    }

    .WhatsapDestek {
        position: fixed;
        z-index: 9;
        left: 2%;
        bottom: 2%;
    }
}

@media screen and (max-width:900px) {

    .navbar-brand {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .border30 {
        border-radius: 30px;
        margin-top: 30px;
    }

    .WhatsapDestek {
        display: none;
    }
}

#SepetDropdown {
    color: #895525 !important;
}

.SptSayi {
    color: #fff;
    background: url('../../../SVC_Icons/SepetIconBg.svg') no-repeat center bottom;
    background-size: auto;
    background-size: auto;
    text-align: center;
    width: 25px;
    height: 22px;
    line-height: 24px;
    display: block;
    background-size: 100%;
    margin-top: 4px;
    padding-top: 3px;
    font: normal normal normal 10px/23px 'NeulisAlt-Medium';
}

.UyeGirisBg {
    width: 342px;
    background: transparent linear-gradient(180deg, #0BA5DE 0%, #06376F 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000098;
    border-radius: 0px 0px 26px 26px;
    opacity: 1;
    right: 5%;
    top: 133px !important;
    left: -110px !important;
    text-align: center;
}

.UyeCikisBg {
    width: 285px;
    background: transparent linear-gradient(180deg, #0BA5DE 0%, #06376F 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000098;
    border-radius: 0px 0px 26px 26px;
    opacity: 1;
    right: 5%;
    top: 133px !important;
    left: -110px !important;
    text-align: center;
    list-style-type: none;
}

    .UyeCikisBg li {
        list-style-type: none;
        padding-left: 15px;
        color: white;
    }

        .UyeCikisBg li a {
            color: white;
        }


footer {
    padding-top: 2%;
    padding-bottom: 1%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 50px #00000017;
    margin-top: 7%;
}

.FootherBottom {
    padding-top: 1%;
    padding-bottom: 1%;
}

    .FootherBottom p {
        color: #B7B7B7;
        font-size: 13px;
        margin-bottom: 5px;
    }

    .FootherBottom a {
        color: #B7B7B7 !important;
        font-size: 13px;
        margin-bottom: 5px;
    }

.FootherFlex {
    display: flex;
    justify-content: space-between;
}

    .FootherFlex ul {
        list-style-type: none;
    }

        .FootherFlex ul li b {
            text-align: left;
            letter-spacing: 0px;
            color: #4C8C1E;
            font-weight: lighter;
            margin-bottom: 10px;
            display: flex;
            font: normal normal normal 15px/26px 'NeulisAlt-Medium' !important;
        }

        .FootherFlex ul li a {
            font: normal normal normal 15px/26px 'NeulisAlt-Light';
            letter-spacing: 0px;
            color: #4C8C1E;
        }

            .FootherFlex ul li a:hover {
                color: #9F9E9E;
            }


        .FootherFlex ul li b a {
            text-align: left;
            letter-spacing: 0px;
            color: #4C8C1E;
            font-weight: lighter;
            padding-bottom: 20px;
            margin-bottom: 10px;
            display: flex;
        }

.dsplyNone {
    display: none;
}

.SubPage {
    background-size: cover;
    padding-top: 5%;
    padding-bottom: 1%;
}

    .SubPage h1 {
        font: normal normal 69px/69px 'NeulisAlt-Regular';
        letter-spacing: 0px;
        color: #FFFFFF;
        padding: 0px;
    }

.SubPageMain {
    padding-bottom: 3%;
    padding-top: 3%;
}

.mrgnLeft {
    margin-left: -65px;
}

.SepeteEkle {
    background-image: url('../../Mebis_Img/SepeteEkle.svg');
    background-color: #0986BF;
    background-repeat: no-repeat;
    background-position: right 10px center;
    box-shadow: 0px 3px 6px #00000080;
    border-radius: 18px;
    padding: 10px;
    color: white;
    width: 150px;
    display: block;
    margin: 0px auto;
    padding: 2px 0;
    padding-right: 20px;
    color: white;
    -webkit-transition: background-color 1s ease-out;
    -moz-transition: background-color 1s ease-out;
    -o-transition: background-color 1s ease-out;
    transition: background-color 1s ease-out;
    font: normal normal normal 16px/22px 'NeulisAlt-Medium';
}

    .SepeteEkle:hover {
        color: white;
        background-color: #C8761E
    }


.fontMedium {
    font: normal normal normal 15px/26px 'NeulisAlt-Medium' !important;
}

.FlexDsp {
    display: flex;
    z-index: 99;
}


::placeholder {
    color: #C1D3E1;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #C1D3E1;
}

::-ms-input-placeholder {
    color: #C1D3E1;
}



.Validators {
    color: #ef5350 !important;
    padding-left: 20px;
}

.SepetBg {
    background: #C8761E no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000098;
    border-radius: 0px 0px 26px 26px;
    opacity: 1;
    text-align: center;
    list-style-type: none;
    padding: 10px;
    color: #fff;
    min-width: 215px;
    margin-left: -75px;
}

    .SepetBg div {
        margin-bottom: 20px;
    }

    .SepetBg p {
        margin-bottom: 3px;
        font-size: 14px;
        line-height: 18px;
    }

    .SepetBg small {
        margin-bottom: 3px;
        font-family: 'NeulisAlt-Medium';
    }

.BtnGiris {
    color: #fff;
}

    .BtnGiris:hover {
        color: grey;
    }

.mrg5 {
    margin: 5px;
}

.mrngBtm5 {
    margin-bottom: 5%;
}

.ImgW100 img {
      width: 100% !important;
    object-fit:fill;
   height:590px;

}

.BnrArw {
    position: absolute;
    z-index: 9;
    bottom: 15px;
    right: 15px;
}

    .BnrArw a {
        margin: 5px;
        opacity: 0.7;
    }

        .BnrArw a:hover {
            opacity: 1;
        }

.img100 {
    width: 100%;
}

.HmTxt {
    background: #FF8704 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 50px #00000017;
    border-radius: 40px;
    padding: 13px;
}

    .HmTxt h1 {
        color: #fff;
        padding-left: 20px;
    }

    .HmTxt p {
        color: #fff;
        padding-left: 20px;
        font: normal normal normal 18px/26px 'NeulisAlt-Regular';
    }

.KvkTavukIcon {
    text-align: right;
}

.SlgnAlt {
    text-align: center;
    color: #A8A8A8;
}

.pdngTop24 {
    padding-top: 54px;
}

.mrgnTop5 {
    margin-top: 5%;
}

.mrgnTop8 {
    margin-top: 8%;
}

.pdngRightNone {
    padding-right: 0px;
}

.KumesiniKendinYap {
    position: fixed;
    z-index: 9;
    right: 2%;
    bottom: 3%;
}

.MetinBnr {
    position: absolute;
    text-align: right;
    top: 10%;
    right: 10%;
    max-width: 1000px;
    color: white;
}

    .MetinBnr h3 {
        font: normal normal normal 90px/117px 'NeulisAlt-Medium';
        max-width: 1000px;
    }

    .MetinBnr p {
        font: normal normal normal 42px/45px 'NeulisAlt-Regular';
        max-width: 500px;
        float: right;
    }

.GrupList {
    border-left: 1px solid #F19027;
    padding-left: 10px;
}

    .GrupList a {
        display: flex;
        position: relative;
        padding-bottom: 4%;
    }

        .GrupList a:hover:after {
            content: "";
            position: absolute;
            left: -18px;
            top: 25px;
            width: 14px;
            height: 14px;
            background: #F19027 0% 0% no-repeat padding-box;
            border-radius: 15px;
        }

    .GrupList:hover p {
        color: #4C8C1E;
    }

    .GrupList p {
        font: normal normal normal 22px/28px 'NeulisAlt-Medium';
        letter-spacing: 0px;
        color: #F19027;
        padding-left: 7px;
    }

.mt25 {
    margin-top: -25PX;
}

.CekirdekAileBg {
    background: #f1cb8e 0% 0% no-repeat padding-box !important;
}

.GenisAileBg {
    background: #8ecbf1 0% 0% no-repeat padding-box !important;
}


.SulaleBoyuBg {
    background: #b4db6c 0% 0% no-repeat padding-box !important;
}

.KumesiYanindaBg {
    background: #ffbf9f 0% 0% no-repeat padding-box !important;
}

.bgUrunKat {
    padding: 10px;
}

    .bgUrunKat .Pkt {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 3px 50px #00000017;
        opacity: 1;
        text-align: center;
        border-radius: 10px 10px 0 0;
    }

    .bgUrunKat p {
        text-align: center;
        font: normal normal normal 16px/24px 'NeulisAlt-Medium';
        letter-spacing: 0px;
        color: #A7BF21;
        background: #FCFCFC 0% 0% no-repeat padding-box;
        padding: 10px;
        margin-bottom: 0px;
    }

.PktOzll {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    text-align: center;
    margin: 0px;
    height: 65px;
}

    .PktOzll span {
        width: 100%;
        display: block;
        color: #CECECE;
        padding: 8px 5px;
        font: normal normal normal 12px/14px 'NeulisAlt-Regular';
    }

    .PktOzll i span {
        color: white;
        font-style: normal;
        padding: 2px;
        border: 1px solid #FFFFFF;
        border-radius: 21px;
        margin: 20px 0px;
        font: normal normal normal 19px/25px 'NeulisAlt-Regular';
    }


.Turu1 .bgUrunKat .Pkt {
    background: transparent !important;
}

.Turu1 .PktOzll {
    background: transparent !important;
}

.Turu1 p {
    color: #fff;
}

.CekirdekAileBg p {
    background: #DEB26C 0% 0% no-repeat padding-box !important;
    background-blend-mode: multiply;
}

.GenisAileBg p {
    background: #5fb6ec 0% 0% no-repeat padding-box !important;
    background-blend-mode: multiply;
}


.SulaleBoyuBg p {
    background: #9dce43 0% 0% no-repeat padding-box !important;
    background-blend-mode: multiply;
}

.KumesiYanindaBg p {
    background: #f9a57b 0% 0% no-repeat padding-box !important;
    background-blend-mode: multiply;
}

.mrgnBttm9 {
    margin-bottom: 9%;
}

.SptDiv {
    background: #FCFCFC 0% 0% no-repeat padding-box;
    border-top: 1px solid #F1F1F1;
    box-shadow: 0px 3px 50px #00000017;
}

.PktFyt {
    font: normal normal normal 18px/24px 'NeulisAlt-Medium';
    letter-spacing: 0px;
    color: #F19027;
    border-right: 1px solid #F1F1F1;
    padding: 10px;
}

.PktSet {
    font: normal normal normal 16px/21px 'NeulisAlt-Regular';
    letter-spacing: 0px;
    padding: 10px;
}

    .PktSet a {
        color: #F19027;
    }

    .PktSet img {
        margin-top: -7px;
        padding: 5px;
    }

.GrListAct:after {
    content: "";
    position: absolute;
    left: -16px;
    top: 23px;
    width: 11px;
    height: 11px;
    background: #F19027 0% 0% no-repeat padding-box;
    border-radius: 15px;
}

.GrListAct p {
    color: #4C8C1E;
}

.txtCenter {
    text-align: center !important;
}

.pdng4 {
    padding-left: 4%;
    padding-right: 4%;
}

.imgSpt {
    width: 71%;
    padding-top: 13%;
}

.UrunBaslik {
    color: #A7BF21;
    font: normal normal normal 43px/30px 'NeulisAlt-Medium';
    padding-top: 6%;
}

.UrunBaslik2 {
    color: #A7BF21;
    font: normal normal normal 26px/30px 'NeulisAlt-Medium';
    text-align: left;
    padding-top: 5%;
}

.urunKatBas {
    color: #F19027;
    font: normal normal normal 20px/25px 'HurmeGeometricSans1-SemiBold';
    text-align: left;
    margin-top: 7%;
    margin-bottom: 3%;
}

.urunIsim {
    color: #A7BF21;
    font: normal normal normal 14px/16px 'NeulisAlt-Medium';
    padding-top: 8%;
}

.urunKBilgi {
    font: normal normal normal 15px/16px 'NeulisAlt-Medium';
    color: #CECECE;
}

.uDtyImg {
    margin-top: 28%;
    width: 100%;
}

.pdnLeftHiza {
    text-align: left;
    padding-left: 9px;
}

.pdngHiza {
    padding-top: 3%;
    padding-left: 4%;
}

.pdngLRNone {
    padding-left: 0px;
    padding-right: 0px;
}

.mrgnTopEksi {
    margin-top: -110px;
}

.mrgnLeft30 {
    margin-left: -30px;
}

.imgBttm {
    position: absolute;
    right: -50px;
}

.pstnRelative {
    position: relative;
}

.urunBilgi {
    color: #868686;
    font: normal normal normal 12px/21px 'NeulisAlt-Light';
    text-align: left;
    overflow: auto;
    height: 225px;
}

    .urunBilgi ul li {
        text-align: left;
        color: #868686;
        font: normal normal normal 14px/20px 'NeulisAlt-Medium';
        margin-left: -13px;
    }

.urunOzellik {
    color: #868686;
    font: normal normal normal 14px/25px 'NeulisAlt-Medium';
    text-align: left;
}

.urunOzellik2 {
    color: #CECECE;
    font: normal normal normal 13px/25px 'NeulisAlt-Medium';
}

.w50 {
    width: 50% !important;
}

.brdrGolge {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 50px #00000017;
    opacity: 1;
    padding-top: 0px;
    text-align: center;
    border-radius: 40px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.brdrImage {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    background-image: url(../../../SVC_Files/bgImg.png);
    box-shadow: 0px 3px 50px #00000017;
    opacity: 1;
    padding-top: 10px;
    text-align: center;
    border-radius: 10px;
    padding-bottom: 175px;
    background-position: bottom;
}

.brdrFiyat {
    color: #F19027;
    font: normal normal normal 18px/25px 'NeulisAlt-Medium';
    border: 2px solid #F19027;
    border-radius: 6px;
    margin-right: 10%;
    padding-top: 5%;
    padding-bottom: 4%;
}

.urunDetay {
    font: normal normal normal 16px/25px 'NeulisAlt-Light';
}

.artis {
}

    .artis .artisBtn {
        background-color: #F0F0F0;
        width: 16%;
        border-radius: 12px;
        color: #F19027;
        height: 40px;
        padding: 7px 11px;
        text-align: center;
        display: inline-block;
        font-size: 25px;
    }

    .artis .artisBtn2 {
        background-color: #F0F0F0;
        width: 25%;
        border-radius: 12px;
        color: #F19027;
        height: 40px;
        padding: 6px 18px;
        text-align: center;
        display: inline-block;
        font-size: 24px;
        padding-right: 24px;
        padding-left: 14px;
        margin-top: 10%;
    }

    .artis .artisText {
        background-color: #F19027;
        width: 16%;
        border-radius: 12px;
        color: #FFFFFF;
        height: 40px;
        margin-left: 5px;
        margin-right: 5px;
        text-align: center;
        font-size: 17px;
        padding-top: 4px;
        padding-bottom: 1px;
    }

    .artis .artisText2 {
        background-color: #F19027;
        width: 25%;
        border-radius: 12px;
        color: #FFFFFF;
        height: 40px;
        margin-left: 3px;
        margin-right: 3px;
        text-align: center;
        font-size: 15px;
        padding-top: 4px;
        padding-bottom: 1px;
    }

.pdng {
    padding: 2%;
}

.syfImg {
    width: 60%;
    padding-right: 10%;
    padding-top: 3%;
}

.syfImg2 {
    width: 20%;
    padding-top: 0%;
}


.SptBaslik {
    padding-left: 3%;
    padding-top: 1%;
    color: #F19027;
    font: normal normal normal 26px/25px 'NeulisAlt-Medium';
}

.btnIlerle {
    text-align: end;
    margin-top: -65px;
    position: relative;
    margin-right: 0px;
    margin-bottom: -19px;
}

.btnIlerle2 {
    text-align: end;
    margin-top: -65px;
    position: relative;
    margin-right: -2px;
    margin-bottom: -20px;
}

.btnIlerle3 {
    text-align: end;
    margin-top: -8px;
    position: relative;
    margin-bottom: -20px;
}

.btnAdevam {
    text-align: end;
    margin-top: -65px;
    position: relative;
    margin-right: 0px;
    margin-bottom: -19px;
}

.Msf {
    text-decoration: underline !important;
    color: #BCBAB8 !important;
}

.Odenecek {
    text-align: left;
    padding-left: 2%;
    padding-top: 2%;
}

    .Odenecek h3 {
        color: #E0E0E0;
        font: normal normal normal 20px/25px 'NeulisAlt-Medium';
    }

    .Odenecek .sbt {
        color: #BCBAB8;
        font: normal normal normal 14px/21px 'NeulisAlt-Regular';
        padding-right: 4%;
    }

    .Odenecek .fyt {
        color: #BCBAB8;
        font: normal normal normal 15px/21px 'NeulisAlt-Medium';
        padding-right: 4%;
    }

    .Odenecek .Tplm {
        color: #F19027;
        font: normal normal normal 18px/21px 'NeulisAlt-Regular';
        padding-right: 4%;
    }

    .Odenecek .TpFyt {
        color: #F19027;
        font: normal normal normal 22px/21px 'NeulisAlt-Medium';
        padding-right: 4%;
    }

.fytStyle {
    color: #F19027;
    font: normal normal normal 20px/25px 'NeulisAlt-Medium';
    padding-top: 5%;
}

.sptOnay {
    text-align: left;
    padding: 4%;
}

    .sptOnay .baslik {
        color: #DAE8A1;
        font: normal normal normal 36px/25px 'NeulisAlt-Medium';
        padding-left: 16px;
        top: 14px;
        position: inherit;
    }

    .sptOnay .onayKod {
        color: #969696;
        font: normal normal normal 24px/21px 'NeulisAlt-Regular';
    }

    .sptOnay p {
        color: #969696;
        font: normal normal normal 14px/21px 'NeulisAlt-Regular';
    }

    .sptOnay ul li {
        color: #969696;
        font: normal normal normal 14px/21px 'NeulisAlt-Regular';
    }


.w25 {
    width: 25%;
}

.SolaYasla {
    text-align: left;
    padding-left: 4%;
    padding-top: 20px;
}

    .SolaYasla .txt1 {
        background-color: rgba(226, 226, 226,.3);
        font: normal normal normal 14px/21px 'NeulisAlt-Regular';
        height: 41px;
        border-radius: 6px;
        padding-left: 2%;
        margin-top: 20px;
        width: 100%
    }

    .SolaYasla .btnGonder {
        color: white;
        font: normal normal normal 14px/21px 'NeulisAlt-Regular';
        background-color: #F19027;
        padding: 1% 3% 1% 3%;
        margin-top: 8%;
        border-radius: 9px;
        margin-bottom: 7px;
    }

    .SolaYasla .sUnut {
        text-decoration: underline !important;
        color: #B9B9B9;
    }

    .SolaYasla .UKayit {
        color: white;
        font: normal normal normal 14px/21px 'NeulisAlt-Regular';
        background-color: #D9D9D9;
        padding: 1% 3% 1% 3%;
        margin-top: 8%;
        border-radius: 9px;
    }

.txt2 {
    font: normal normal normal 32px/37px 'NeulisAlt-Medium';
    color: #F19027;
    text-align: right;
    padding-top: 16%;
    padding-right: 19px;
}

.txt3 {
    color: #B6C692;
    font: normal normal normal 22px/15px 'NeulisAlt-Medium';
    line-height: 15px;
    padding-top: 7%;
    width: 100%;
    text-align: end;
    line-height: 33px;
}

.txt4 {
    color: #ADADAD;
    font: normal normal normal 13px/24px 'NeulisAlt-Regular';
    padding-left: 5px;
}

    .txt4 .mdl {
        text-decoration: underline !important;
        color: #ADADAD !important;
        cursor: pointer;
    }

.position1 {
    text-align: left;
    padding-top: 4%;
    padding-left: 0px;
}

.position2 {
    padding-top: 5%;
    text-align: left;
    padding-left: 2%;
}

.position3 {
    padding-top: 6%;
    text-align: end;
    padding-right: 0px;
}

.position4 {
    text-align: left;
    padding-left: 3%;
}

.pdngRNone {
    padding-right: 0px;
}

.pdRight5 {
    padding-right: 5%;
}

.pdTop27 {
    padding-top: 27%;
}

.pdTop45 {
    padding-top: 45%;
}

.pdngTop3 {
    padding-top: 3%;
}

.sptm2 {
    text-align: left;
}

    .sptm2 h5 {
        color: #969696;
        font: normal normal normal 20px/24px 'NeulisAlt-Regular';
        padding-top: 5%;
        padding-bottom: 5%;
    }

    .sptm2 .txtbox {
        background-color: #EFEFEF;
        font: normal normal normal 16px/24px 'NeulisAlt-Regular';
        padding-left: 2%;
        width: 86%;
        border-radius: 7px;
        border: 1px solid #EFEFEF;
        margin-bottom: 4%;
        padding-top: 2%;
        padding-bottom: 2%;
    }

    .sptm2 .txt5 {
        font: normal normal normal 12px 'NeulisAlt-Regular';
        color: #BCBAB8;
        padding-left: 8px;
    }

    .sptm2 select {
        border: 1px solid lightgray !important;
        width: 40% !important;
        color: #ADADAD !important;
        background-color: #EFEFEF;
        height: 32px;
        margin-bottom: 4%;
        margin-right: 5%;
    }

.bgYesil {
    background-color: #DAE8A1;
    border: 1px solid #DAE8A1;
    border-radius: 20px;
    text-align: left;
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 15px;
}

    .bgYesil span {
        color: #85934B;
        font: normal normal normal 20px/21px 'NeulisAlt-Medium';
    }

    .bgYesil .txt6 {
        color: #85934B;
        font: normal normal normal 12px 'NeulisAlt-Regular';
        padding-top: 5%;
    }

.TuruncuBorder {
    border: 2px solid #F19027;
    color: #F19027;
    font: normal normal normal 18px 'NeulisAlt-Regular';
    border-radius: 7px;
    margin-top: 23px;
    padding-top: 50px;
    padding-bottom: 60px;
}

    .TuruncuBorder a {
        color: #F19027 !important;
    }

.TKenar {
    border: 2px solid #F19027;
    border-radius: 10px;
}

    .TKenar h5 {
        color: #F19027;
        font: normal normal normal 20px/54px 'NeulisAlt-Regular';
        text-align: left;
    }

.TBg {
    background-color: #F19027;
    color: white;
    margin-left: -15px;
    margin-right: -15px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-bottom: 1%;
    padding-top: 6%;
    padding-right: 15px;
    padding-left: 15px;
    text-align: left;
}

    .TBg h6 {
        font: normal normal normal 20px/21px 'NeulisAlt-Medium';
        padding-bottom: 5%;
    }

    .TBg p {
        font: normal normal normal 16px 'NeulisAlt-Regular';
    }

.TBtn {
    background-color: #F19027;
    color: white;
    padding: 19%;
    border-radius: 5px;
    display: block;
    margin-top: 164px;
}

    .TBtn:hover {
        color: white;
    }

.Mkenar {
    border: 2px solid #A078D0CC;
    border-radius: 10px 10px 0px 0px;
}

    .Mkenar h5 {
        color: #A078D0CC;
        font: normal normal normal 20px/54px 'NeulisAlt-Regular';
        text-align: left;
    }

.MBg {
    background-color: #A078D0CC;
    color: white;
    margin-left: -15px;
    margin-right: -15px;
    padding-bottom: 12%;
    padding-top: 6%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-right: 15px;
    padding-left: 15px;
    text-align: left;
}

    .MBg h6 {
        font: normal normal normal 20px/21px 'NeulisAlt-Medium';
        padding-bottom: 5%;
    }

    .MBg p {
        font: normal normal normal 16px 'NeulisAlt-Regular';
    }

.MBtn {
    background-color: #A078D0CC;
    color: white;
    padding: 15%;
    border-radius: 5px;
    display: block;
}

    .MBtn:hover {
        color: white;
    }

.YKenar {
    border: 2px solid #67E1DC;
    border-radius: 10px;
    margin-bottom: 6%;
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 10px 10px 0px 0px;
    text-align: left;
}

    .YKenar h5 {
        color: #67E1DC;
        font: normal normal normal 20px/54px 'NeulisAlt-Regular';
        text-align: left;
    }

.YBg {
    background-color: #67E1DC;
    color: white;
    margin-left: -15px;
    margin-right: -15px;
    padding-bottom: 12%;
    padding-top: 6%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
}

    .YBg h6 {
        font: normal normal normal 20px/21px 'NeulisAlt-Medium';
        padding-bottom: 5%;
    }

    .YBg p {
        font: normal normal normal 16px 'NeulisAlt-Regular';
    }

.YBtn {
    background-color: #67E1DC;
    color: white;
    padding: 15%;
    border-radius: 5px;
    display: block;
}

    .YBtn:hover {
        color: white;
    }

.k1Brdr {
    border: 2px solid #B29D71;
    border-radius: 37px;
    margin-bottom: 3%;
    padding-right: 0px;
    background-color: #F5E7CC;
    color: #B29D71;
    width: 94%;
    padding-bottom: 4%;
}

    .k1Brdr span {
        font: normal normal normal 28px/21px 'NeulisAlt-Medium';
        padding-left: 9px;
    }

    .k1Brdr p {
        font: normal normal normal 15px 'NeulisAlt-Regular';
        padding: 2%;
    }

    .k1Brdr .fyt {
        font: normal normal normal 20px/21px 'NeulisAlt-Medium' !important;
        margin-bottom: 5%;
    }

    .k1Brdr .sptButon {
        border: 1px solid #B29D71;
        border-radius: 20px;
        margin-left: 3%;
        color: #B29D71;
        padding: 2%;
    }

        .k1Brdr .sptButon span {
            font: normal normal normal 15px 'NeulisAlt-Regular' !important;
        }

.hBg1 {
    background-image: url(../../../SVC_Files/shutterstock_1704408124.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-bottom-right-radius: 35px;
    border-top-right-radius: 35px;
    margin-bottom: -4%;
}

.mrgn1 {
    margin-top: 4%;
    margin-left: 2%;
}

.y1Brdr {
    border: 2px solid #8BC7BC;
    border-radius: 37px;
    margin-bottom: 3%;
    padding-right: 0px;
    background-color: #CCF5ED;
    color: #60A296;
    width: 94%;
    padding-bottom: 4%;
}

    .y1Brdr span {
        font: normal normal normal 28px/21px 'NeulisAlt-Medium';
        padding-left: 9px;
    }

    .y1Brdr p {
        font: normal normal normal 15px 'NeulisAlt-Regular';
        padding: 2%;
    }

    .y1Brdr .fyt {
        font: normal normal normal 20px/21px 'NeulisAlt-Medium' !important;
        margin-bottom: 5%;
    }

    .y1Brdr .sptButon {
        border: 1px solid #8BC7BC;
        border-radius: 20px;
        margin-left: 3%;
        color: #60A296;
        padding: 2%;
    }

        .y1Brdr .sptButon span {
            font: normal normal normal 15px 'NeulisAlt-Regular' !important;
        }

.hBg2 {
    background-image: url(../../../SVC_Files/shutterstock_298430561.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-bottom-right-radius: 35px;
    border-top-right-radius: 35px;
    margin-bottom: -4%;
}

.m1Brdr {
    border: 2px solid #B290B2;
    border-radius: 37px;
    margin-bottom: 3%;
    padding-right: 0px;
    background-color: #EAD8EA;
    color: #916891;
    width: 94%;
    padding-bottom: 4%;
}

    .m1Brdr span {
        font: normal normal normal 28px/21px 'NeulisAlt-Medium';
        padding-left: 9px;
    }

    .m1Brdr p {
        font: normal normal normal 15px 'NeulisAlt-Regular';
        padding: 2%;
    }

    .m1Brdr .fyt {
        font: normal normal normal 20px/21px 'NeulisAlt-Medium' !important;
        margin-bottom: 5%;
    }

    .m1Brdr .sptButon {
        border: 1px solid #B290B2;
        border-radius: 20px;
        margin-left: 3%;
        color: #916891;
        padding: 2%;
    }

        .m1Brdr .sptButon span {
            font: normal normal normal 15px 'NeulisAlt-Regular' !important;
        }

.hBg3 {
    background-image: url(../../../SVC_Files/shutterstock_1823106491-1.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-bottom-right-radius: 35px;
    border-top-right-radius: 35px;
    margin-bottom: -4%;
}

.kk1Brdr {
    border: 2px solid #ADADAD;
    border-radius: 37px;
    margin-bottom: 3%;
    padding-right: 0px;
    background-color: #EDEDED;
    color: #918168;
    width: 94%;
    padding-bottom: 4%;
}

    .kk1Brdr span {
        font: normal normal normal 28px/21px 'NeulisAlt-Medium';
        padding-left: 9px;
    }

    .kk1Brdr p {
        font: normal normal normal 15px 'NeulisAlt-Regular';
        padding: 2%;
    }

    .kk1Brdr .fyt {
        font: normal normal normal 20px/21px 'NeulisAlt-Medium' !important;
        margin-bottom: 5%;
    }

    .kk1Brdr .sptButon {
        border: 1px solid #ADADAD;
        border-radius: 20px;
        margin-left: 3%;
        color: #918168;
        padding: 2%;
    }

        .kk1Brdr .sptButon span {
            font: normal normal normal 15px 'NeulisAlt-Regular' !important;
        }

.hBg4 {
    background-image: url(../../../SVC_Files/shutterstock_208683886.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-bottom-right-radius: 35px;
    border-top-right-radius: 35px;
    margin-bottom: -4%;
}

@media (max-width: 756px) {
    .gallery {
        display: block;
    }
}

@media (min-width: 757px) {
    .gallery {
        display: grid;
    }
}

.wrap {
    width: 100%;
    margin: 0 auto;
}

.gallery {
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(8, 11vw);
    grid-gap: 15px;
    width: 100%;
}

.gallery__item--1 {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
}

.gallery__item--2 {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 3;
}

.gallery__item--3 {
    grid-column-start: 5;
    grid-column-end: 9;
    grid-row-start: 1;
    grid-row-end: 6;
}

.gallery__item--4 {
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 3;
    grid-row-end: 6;
}

.gallery__item--5 {
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 6;
    grid-row-end: 9;
}

.gallery__item--6 {
    grid-column-start: 5;
    grid-column-end: 9;
    grid-row-start: 6;
    grid-row-end: 9;
}

.gallery__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s linear;
}

.gallery__item {
    overflow: hidden;
    border-radius: 22px;
    position: relative;
}

    .gallery__item > a {
        display: block;
        width: 100%;
        height: 100%;
    }

.overflowA {
    position: absolute;
    left: 0px;
    right: 0px;
    z-index: 0;
    bottom: 0px;
    top: 0px;
    mix-blend-mode: multiply;
    background-color: rgba(204,204,204,0.9);
}

.gallery__item .p1 {
    color: white;
    position: absolute;
    color: white;
    position: absolute;
    margin-top: -100px;
    margin-left: 15px;
    font: normal normal normal 30px 'NeulisAlt-Regular' !important;
}

.gallery__item .p2 {
    color: white;
    position: absolute;
    color: white;
    position: absolute;
    margin-top: -61px;
    margin-left: 15px;
    font: normal normal normal 16px 'NeulisAlt-Light' !important;
}

.algnStart {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.brdrBottom {
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 3%;
    padding-bottom: 4%;
}

.BlogText span {
    font: normal normal normal 16px 'NeulisAlt-Regular' !important;
    color: #868686;
}

.blogList {
    list-style: decimal;
}

    .blogList li {
        font: normal normal normal 15px 'NeulisAlt-Regular' !important;
        color: #A8A8A8;
        padding-bottom: 7px;
    }

#carousel {
    width: 1440px;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    padding-top: 205;
}

@media (max-width: 1440px) {
    #carousel {
        width: 100%;
    }
}

#slides {
    overflow: hidden;
    /* fix ie overflow issue */
    position: relative;
    width: 83.3%;
    height: 315px;
}

    /* remove the list styles, width : item width * total items */
    #slides ul {
        position: absolute;
        top: 0;
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
    }

    /* width of the item, in this case I put 250x250x gif */
    #slides li {
        width: 200px;
        height: auto;
        float: left;
        overflow: hidden;
        padding: 5px 20px;
    }

        #slides li img {
            width: 100%;
        }

.img-container {
    height: 200px;
    overflow: hidden;
    border-radius: 5px;
}

#slides li p {
    text-align: center;
    font-family: sans-serif;
    font-size: 20px
}

#buttons {
    padding: 0 0 5px 0;
    float: right;
}

    #buttons a {
        display: block;
        width: 31px;
        height: 32px;
        float: left;
        outline: 0;
    }

a#prev, a#next {
    font-size: 35px;
    color: #ccc;
    display: flex;
    align-items: center;
    text-decoration: none;
    padding: 20px;
    transform: scale(1.5,4);
    height: 170px;
}

.clear {
    clear: both
}

@media (max-width: 1440px) {
    #carousel {
        width: 100%;
    }
}

@media (max-width: 440px) {
    #slides li {
        width: 100px;
    }

    .img-container {
        height: 100px;
    }

    a#prev,
    a#next {
        display: none;
    }
}

.szdnGelen:nth-child(1) {
    background-image: url(/../../../SVC_Files/Ybg.png);
    background-position: center;
    background-size: cover;
    border-radius: 15px;
    padding-left: 3%;
    padding-top: 9px;
    padding-bottom: 160px;
    margin-bottom: 4%;
}

.szdnGelen:nth-child(2) {
    background-image: url(/../../../SVC_Files/Pbg.png);
    background-position: center;
    background-size: cover;
    border-radius: 15px;
    padding-left: 3%;
    padding-top: 9px;
    padding-bottom: 160px;
    margin-bottom: 4%;
}

.szdnGelen h5 {
    color: white;
    font: normal normal normal 30px/21px 'NeulisAlt-Medium' !important;
    padding-bottom: 5px;
    padding-top: 20px;
}

.szdnGelen p {
    font: normal normal normal 16px 'NeulisAlt-Regular' !important;
    color: white;
    width: 75%;
}

.bgIns {
    background-image: url(/../../../SVC_Files/YrmImgBg.png);
    background-position: center;
    background-size: cover;
    border-radius: 15px;
    padding-left: 3%;
    padding-top: 9px;
    padding-bottom: 160px;
    margin-bottom: 4%;
    height: 96%;
    font: normal normal normal 16px 'NeulisAlt-Regular' !important;
}

    .bgIns .icn {
        position: absolute;
        top: 10px;
    }

    .bgIns .p1 {
        bottom: 115px;
        position: absolute;
        color: white;
    }

    .bgIns .p2 {
        bottom: 60px;
        position: absolute;
        color: white;
    }

.drpBasBg {
    background-color: #EFEFEF !important;
    padding-bottom: 1%;
    padding-top: 2%;
    padding-left: 4%;
    border-radius: 25px;
    margin-top: 3%;
    text-align: left;
}

.drpBaslik {
    color: #ADADAD;
}

.iconRenk {
    color: white !important;
    float: right;
    background-color: #6666;
    width: 23px;
    margin-right: 3%;
    padding-bottom: 4px;
    border-radius: 34px;
    padding-left: 3px;
    font-size: 16px;
}

.drpBody {
    background-color: #F8F8F8;
    padding: 4%;
    margin-top: 4%;
    margin-bottom: 2%;
    border-radius: 20px;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    /*  position: absolute;
    left: -9999px;*/
    margin: 5px;
}

    [type="radio"]:checked + label,
    [type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 24px;
        padding-right: 28px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        color: #666;
    }

        [type="radio"]:checked + label:before,
        [type="radio"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #BCBAB8;
            border-radius: 100%;
            background: #BCBAB8;
        }

        [type="radio"]:checked + label:after,
        [type="radio"]:not(:checked) + label:after {
            content: '';
            width: 12px;
            height: 12px;
            background: url('../imgs/TikBtn.svg');
            background-size: cover;
            position: absolute;
            top: 2px;
            left: -33px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        [type="radio"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        [type="radio"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

.RbtFatura [type="radio"] {
    opacity: 0;
    width: 42px;
    height: 24px;
    z-index: 99;
    position: relative;
}

    .RbtFatura [type="radio"]:checked + label:before,
    .RbtFatura [type="radio"]:not(:checked) + label:before {
        content: '';
        position: absolute;
        left: -36px;
        top: 0;
        width: 18px;
        height: 18px;
        border: 1px solid #BCBAB8;
        border-radius: 100%;
        background: #BCBAB8;
    }
    .RbtFatura [type="radio"]:checked + label,
    .RbtFatura [type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 0px ;
        padding-right: 28px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        color: #666;
    }


input[type=checkbox] {
    height: 25px;
    width: 25px;
    margin-top: 0px;
    float: left;
    z-index: 1;
    position: relative;
}


[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label {
    position: relative;
    padding-left: 24px;
    padding-right: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
    z-index: 0;
}

    [type="checkbox"]:checked + label:before,
    [type="checkbox"]:not(:checked) + label:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 18px;
        height: 18px;
        border: 1px solid #BCBAB8;
        border-radius: 100%;
        background: #BCBAB8;
    }

    [type="checkbox"]:checked + label:after,
    [type="checkbox"]:not(:checked) + label:after {
        content: '';
        width: 12px;
        height: 12px;
        background: url('../imgs/TikBtn.svg');
        background-size: cover;
        position: absolute;
        top: 2px;
        left: 3px;
        border-radius: 100%;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

    [type="checkbox"]:not(:checked) + label:after {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    [type="checkbox"]:checked + label:after {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

.modl {
    padding: 5%;
}

    .modl h6 {
        color: #A7BF21;
        font: normal normal normal 20px 'NeulisAlt-Regular' !important;
    }

    .modl .btn1 {
        background-color: #F19027;
        padding-left: 40px;
        padding-right: 40px;
        color: white;
        font: normal normal normal 12px/11px 'NeulisAlt-Medium' !important;
        padding-bottom: 12px;
        padding-top: 12px;
        border-radius: 19px;
        margin-bottom: 15px;
        display: block;
        text-align: center;
        width: 100%;
    }

    .modl .btn2 {
        border: 1px solid #F19027;
        color: #F19027 !important;
        background-color: white;
        padding-left: 20px;
        padding-right: 20px;
        font: normal normal normal 12px/11px 'NeulisAlt-Medium' !important;
        padding-bottom: 12px;
        padding-top: 12px;
        border-radius: 19px;
        margin-bottom: 15px;
        display: block;
        text-align: center;
        width: 100%;
    }

.SBekliyor {
    text-align: center;
    padding-bottom: 5px;
    background-color: white;
}

    .SBekliyor p {
        color: #A7BF21;
        font: normal normal normal 20px/11px 'NeulisAlt-Medium' !important;
        padding-top: 4%;
    }

    .SBekliyor .btnIncele {
        color: #B9B9B9;
        border: 1px solid #B9B9B9;
        border-radius: 20px;
        padding: 3px 14px 3px 14px;
        background-color: white;
    }

.pdNone {
    padding-left: 0px;
    padding-right: 0px;
    background-color: white;
}

.pdngLeftNone {
    padding-left: 0px;
}

.SptFyt {
    text-align: center;
    font: normal normal normal 19px/24px 'NeulisAlt-Medium';
    letter-spacing: 0px;
    color: #F19027;
    border-right: 1px solid #E6E6E6;
}

.BnrArwLft {
    position: absolute;
    z-index: 9;
    bottom: 15px;
    left: 15px;
}

    .BnrArwLft a {
        margin: 5px;
        opacity: 1;
    }

        .BnrArwLft a:hover {
            opacity: 1;
        }

.FntSr {
    color: #F19027;
}

.HzrMne {
    min-width: 14px;
    text-align: center;
    color: #F19027;
}

    .HzrMne a {
        display: block;
        min-width: 100%;
        text-align: center;
        color: #F19027;
        padding: 2px 22px;
    }

.min25 {
    min-height: 150px;
}

.OdemeYnts {
    text-align: left;
    display: block;
    padding-left: 36px;
}


.OdemeScs input[type=checkbox] {
    height: 32px;
    width: 33px;
    margin-top: 0px;
    float: left;
    z-index: 1;
    position: relative;
    opacity: 0;
}


.OdemeScs [type="checkbox"]:checked + label,
.OdemeScs [type="checkbox"]:not(:checked) + label {
    position: relative;
    padding-left: 24px;
    padding-right: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
    z-index: 0;
}

    .OdemeScs [type="checkbox"]:checked + label:before,
    .OdemeScs [type="checkbox"]:not(:checked) + label:before {
        content: '';
        position: absolute;
        left: -23px;
        top: 0;
        width: 18px;
        height: 18px;
        border: 1px solid #BCBAB8;
        border-radius: 100%;
        background: #BCBAB8;
    }

    .OdemeScs [type="checkbox"]:checked + label:after,
    .OdemeScs [type="checkbox"]:not(:checked) + label:after {
        content: '';
        width: 12px;
        height: 12px;
        background: url('../imgs/TikBtn.svg');
        background-size: cover;
        position: absolute;
        top: 2px;
        left: -20px;
        border-radius: 100%;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

    .OdemeScs [type="checkbox"]:not(:checked) + label:after {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    .OdemeScs [type="checkbox"]:checked + label:after {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

.drpBaslik {
    color: #ADADAD;
    font: normal normal normal 18px/26px 'NeulisAlt-Regular';
}

.drpBody {
    font: normal normal normal 18px/26px 'NeulisAlt-Regular';
    text-align: left;
}

.bannerImg {
    width: 100% !important;
    object-fit: fill;
}

@media (max-width: 992px) {
    .PcMbl {
        display: none;
    }

    .MobilMbl {
        display: block;
    }
}

@media (min-width: 993px) {
    .PcMbl {
        display: block;
    }

    .MobilMbl {
        display: none;
    }
}

.tooltip {
    position: relative;
    display: contents;
    width: 100%;
    color: #CECECE;
    padding: 8px 0px;
    font: normal normal normal 12px/14px 'NeulisAlt-Regular';
}

    .tooltip .tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: #E6E6E6;
        color: #8E8C8A;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        bottom: 50%;
        left: 50%;
        margin-left: -60px;
        opacity: 0;
        transition: opacity 0.3s;
    }

        .tooltip .tooltiptext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #E6E6E6 transparent transparent transparent;
        }

    .tooltip:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }

.BgsBn {
    background: url('/SVC_Files/AtakSulale.png') no-repeat right bottom;
    position:relative;
}

.iconHiza {
    position: absolute;
   /* bottom: -24vh;*/
   margin-top:15%;
}


.BtnGnHsb {
    background-color: #F19027;
    color: white;
    border-radius: 5px;
    display: block;
    padding: 5px 10px;
}

    .BtnGnHsb:hover {
        background-color: #BF7525;
    }

.txtMulti {
    width: 100%;
    min-height: 150px;
}

.Morr h4 {
    color: #A078D0CC !important;
}

.Morr .BtnGnHsb {
    background-color: #A078D0CC !important;
}


.Ysll h4 {
    color: #67E1DC !important;
}

.Ysll .BtnGnHsb {
    background-color: #67E1DC !important;
}
.htyss {
    height: 154px;
}