body{
    font-family: 'Montserrat', sans-serif;
    background: url("../images/_app/DSK/saglik/gradient-bg.png");
    background-size: cover;
}

html{
    height:unset !important;
}
.iconbox{
    box-shadow: 0px 4px 25px rgb(114 88 88 / 26%);
    border-radius: 12px;
}

a.go-homepage{
    font-size:16px;
    font-weight: 600;
    color:#FF6427;
    text-decoration: none;
}
a.go-homepage:hover{
    font-size:16px;
    font-weight: 600;
    color:#000000;
    text-decoration: none;
}
a.detail-text:hover{
    text-decoration: none;
    color:#FF6427;
}
.detail-text{
    font-weight:500;
    font-size:16px;
    color:#FF6427;

}

.about-card-image{
    width:100px;
    height:120px;
}
/*carousel start*/
.slideshow {
    display: flex;
    overflow: hidden;
    perspective-origin: 50% 50%;
    transform-style: preserve-3d;
    padding: 10% 0;
    opacity: 0;
}

.slideshow.in {
    animation: in 1s ease-in both;
}

.slideshow > img {
    max-height: 75px;
    max-width: 100%;
    width: 40%;
    object-fit: contain;
}

@keyframes in {
    from { opacity: 0; }
    to { opacity: 1; }
}
/*carousel end*/


/* -------------------------------------------------------------------
 * ## go top
 * ------------------------------------------------------------------- */
.ss-go-top {
    z-index    : 2;
    transform  : translate(0, 100%);
    transition : all 0.6s cubic-bezier(0.28, 0.12, 0.22, 1);
    position   : fixed;
    bottom     : 6.4rem;
    right      : 3.6rem;
}

.ss-go-top svg {
    height : 1.8rem;
    width  : 1.8rem;
}

.ss-go-top svg path {
    fill       : white;
    transition : all .3s ease-in-out;
}

.ss-go-top.link-is-visible {
    opacity    : 1;
    visibility : visible;
    transform  : translate(0, 0);
}

.ss-go-top a {
    display         : flex;
    align-items     : center;
    justify-content : center;
    text-decoration : none;
    border          : 0 none;
    height          : 40px;
    width           : 40px;
    border-radius   : 12px;
    transition      : all .3s;
    position        : relative;
    background: #FF6427;
    box-shadow: 0px 4px 30px rgb(0, 0, 0);
}

.ss-go-top a:focus,
.ss-go-top a:hover {
    background-color : #fc713a;
    border-color     : white;
}

.ss-go-top a:focus svg path,
.ss-go-top a:hover svg path {
    fill : white;
}

.ss-go-top a span {
    display          : block;
    width            : 150px;
    font-family      : 'Montserrat';
    font-weight      : 700;
    font-size        : 16px;
    text-transform   : uppercase;
    color            : #FF6427;
    transform        : rotate(-90deg);
    position         : absolute;
    bottom           : 120px;
    text-shadow: 0px 4px 30px rgb(0, 0, 0);
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #FF6427;
    border-radius: 10px;
}

#welcomeModal .modal-content {
    border-radius: 30px !important;
}
#welcomeModal .modal-header {
    border-bottom: none !important;
}
#welcomeModal .modal-logo {
    height: 50px;
}
.welcome-modal-text {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 44px;
    text-align: center;
    color: #CA0000;
}

@media(max-width:452px){
    .welcome-modal-text{
        font-size: 14px;
        line-height: 26px;

    }
    .toggler-wrapper .toggler-slider{
        left: 10px !important;
    }
    .toggler-text{
        font-size:12px;
    }
}

@media(max-width:452px){
    .cerez-title{
        font-size: 16px;

    }
    .cerez-text{
        font-size: 10px;
    }
    #cerezKabulBTN{
        font-size:x-small;
    }
}

.bottom-img {
    position: absolute;
    bottom: 0;
    left: 0;
}
.top-img {
    position: absolute;
    top: 0;
    right: 0;
}

.genel-sartlar:hover{
    text-decoration: underline;
    color:#FF6427;
}


.dsk-ara{
    text-decoration: none;
    color:black;
}

.dsk-ara:hover{
    text-decoration: underline;
    color:#FF6427;
    cursor: pointer;
}

.zoom{
    transform: scale(1.5);
    cursor: pointer;
}



.modal-header{
    border-bottom:unset;
}

.filter-btns{
    border:1px solid white;
    background: transparent;
    border-radius:5px;
    color:white;
    height:50px;
}
.dropdown-toggle::after {
    display:none;
}

.dropdown-menu a{
    text-decoration: none;
    color:unset;
}
.my-checkbox {
    transform: scale(1.5);
    background: #FF6427;
}

.my-checkbox-x2 {
    transform: scale(3);
    margin: 40px 15px 0 0;
}

.toggler-wrapper {
    display: block;
    width: 45px;
    height: 25px;
    cursor: pointer;
    position: relative;
    margin: 0 10 15 -10;
}

.toggler-wrapper input[type="checkbox"] {
    display: none;
}

.toggler-wrapper input[type="checkbox"]:checked+.toggler-slider {
    background-color: #FF6427;
}


.toggler-wrapper .toggler-slider {
    background-color: #ccc;
    position: absolute;
    border-radius: 100px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.toggler-wrapper .toggler-knob {
    position: absolute;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.toggler-wrapper.style-3 input[type="checkbox"]:checked+.toggler-slider .toggler-knob {
    left: calc(100% - 19px - 3px);
}

.toggler-wrapper.style-3 .toggler-knob {
    width: calc(25px + 6px);
    height: calc(25px + 6px);
    border-radius: 50%;
    left: -3px;
    top: -3px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 6px rgba(153, 153, 153, 0.75);
    box-shadow: 0 2px 6px rgba(153, 153, 153, 0.75);
}
/*Style 4*/

.toggler-wrapper.style-4 input[type="checkbox"]:checked+.toggler-slider .toggler-knob {
    left: calc(100% - 19px - 3px);
}

.toggler-wrapper.style-4 .toggler-knob {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    left: 0;
    top: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 6px rgba(153, 153, 153, 0.75);
    box-shadow: 0 2px 6px rgba(153, 153, 153, 0.75);
}

.stepBtn{
    background: #FF6427 !important;
}

.stepBackBtn{
    font-weight: 600;
    height: 60px;
    outline: none;
    border: 0;
    color: #000;
    border-radius: 12px;
    color: #212529;
    background-color: #f8f9fa;
}

.stepBtn:hover{
    transform: scale(1.05);
}

.stepBackBtn:hover{
    transform: scale(1.05);
}

.sepeteGitBtn{
    outline: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border: 0;
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
    line-height: 100%;
    font-weight: 700;
    height: 42px;
    background: transparent;
}

.sepeteGitBtn:hover{
    color:#FF6427;
    transform: scale(1.05);
}
.inform-text{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    color: #1A1A1A;
    padding-left:1rem;
}

.inform-subtext{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    color: #1A1A1A;
    padding-top:0.5rem;
    padding-bottom: 2rem;
    padding-left:1rem;
}
.lets-go{
    font-weight: 700;
    font-size: 22px;
    line-height: 39px;
    text-align: center;
    color: #1A1A1A;
}
.navbarCustom{
    padding: 2rem 1.5rem;
    font-family: 'Montserrat', sans-serif;
    height:90px;
    box-shadow: 0px 3px 15px rgb(0 0 0 / 15%) !important;
}
.customLoginBtn{
    background-color:#FF6427 ;
    border-radius: 10px;
    width: 105px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 12px !important;
    line-height: 20px;
    /* identical to box height */
    color: #FFFFFF;
    text-align: center;
}

.customLoginBtn:hover{
    background-color: #eb642e;
    cursor: pointer;
    text-decoration: none;
}
.logo-img{
    width: 178px;
    height: 40px;
}

.navbarCustom .nav-item a{
    font-weight: 500;
    color: #000 !important;
    opacity: 1 !important;
    font-size: 16px;
}
.navbarCustom .nav-item{
    margin: 0 0.5rem;
    font-weight: 500;
    font-size:14px;

}
.navbarCustom .nav-item .nav-link{
    font-weight: 500;
    font-size:14px;
}

.first-part{
    font-family: "Montserrat",sans-serif;
}


.first-left{
    min-height: 600px;
}

.titles{
    font-family: "Montserrat",sans-serif;
}



.title-big{
    font-weight: 700 !important;
    font-size: 50px;
    line-height: 60px;
    color: #000000;

}
h3.title-small{
    font-weight: 600;
    font-size: 30px;
    line-height: 30px;

    color: #DF3F00;

}
.teklif-form{
    width: 100%;
    /*padding: 2rem;*/
    min-height: 541px;
    background-color: transparent;
    font-family: "Montserrat",sans-serif;
}

.teklif-btn{
    background: #FF6427;
    border-radius: 10px;
    height:45px;
    width:210px;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.5px;
    color:#fff;
    border: unset;
    box-shadow: 0px 4px 30px rgb(255 100 39);
}

.teklif-btn:hover{
    background-color: #eb642e;
}



.teklif-form-heading{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
}

.sms-form{
    max-width: 565px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    min-height: 455px;
    border-radius: 24px;
    background-color: transparent;
    font-family: "Montserrat",sans-serif;
    border:1px solid white;
    box-shadow: 0px 4px 25px rgba(141, 139, 138, 0.55);
}
.sms-form form{
    width: 100%;
}
.d-hidden{
    display: none !important;
}
.wizard-form{
    display: flex;
    width: 100%;
    margin-top: 20px;
    min-height: 530px;
    background: #FFFFFF;
    box-shadow: 0px 1px 11px -2px rgba(0, 0, 0, 0.25);
    border-radius: 24px;
    font-family: "Montserrat",sans-serif;
    position: relative;
}
.teklif-first-container{
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
    min-height: 530px;
    height: auto;
    /*box-shadow: 0px 1px 11px -2px rgba(0, 0, 0, 0);*/
    border-radius: 24px;
    font-family: "Montserrat",sans-serif;
    position: relative;
}
.teklif-row{


    font-family: "Montserrat",sans-serif;
    width: 90%;

    min-height: 112px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 12px;
    margin-top: 1rem;
    display: flex;
    align-items: center;

}



.bundle-container{
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
    min-height: 230px;
    height: auto;
    /*box-shadow: 0px 1px 11px -2px rgba(0, 0, 0, 0);*/
    border-radius: 24px;
    font-family: "Montserrat",sans-serif;
    position: relative;
}




.islemBtn{
    height: 42px;
}
.sepet-row{
    font-family: "Montserrat",sans-serif;
    width: 90%;

    min-height: 200px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 12px;
    margin-top: 1rem;
    display: flex;
    align-items: center;
}
.avantaj-card{
    width: 95px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    /* identical to box height */

    letter-spacing: -0.03em;

    color: #FFFFFF;

    background: #14AE5C;
    border-radius: 5px;
}
.sepeteEkleBtn{
    outline: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border: 0;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    line-height: 100%;
    /* or 14px */
    font-weight: 700;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
    background: linear-gradient(180deg, #FF6427 0%, #FF6427 100%);
    border-radius: 5px;
    height: 42px;
}

.btn-randevu{
    background-color:#FF6427 !important;
}

.teklifDetayBtn:hover{
    transform: scale(1.05);
    transition: 0.2s;
}
.karsilastirBtn:hover{
    transform: scale(1.05);
    transition: 0.2s;
}
.teklifDetayBtn{
    outline: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border: 0;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    line-height: 100%;
    /* or 14px */
    font-weight: 700;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
    background: linear-gradient(180deg, #FF6427 0%, #FF6427 100%);
    border-radius: 5px;
    height: 42px;
}

.karsilastirBtn{
    outline: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border: 0;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 100%;
    /* or 14px */
    font-weight: 700;
    color: #FF6427;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
    background-color:transparent;
    border-radius: 5px;
    height: 42px;
}

.karsilastirBtn input[type="checkbox"]{
    width:20px;
    height:20px;
    accent-color: #fb6024 !important;
}


.sozlesmeler input[type="checkbox"]{
    box-shadow: none;
    accent-color: #fb6024 !important;
    color:white;
    width: 15px;
}
.mini-teklif-title{
    font-size:13px !important;
}
.teklif-row .sigorta-detail{
    font-weight: 500;
    font-size: 13px;
    line-height: 22px;
    /* identical to box height */

    letter-spacing: -0.03em;

    color: #000000;
}
.sigorta-sirket{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #000000;
}

.sigorta-paket-ismi{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 27px;
    color: #000000;
    text-transform: uppercase;
}

.sigorta-kod{
    color: #FF6427;
}
.sigorta-fiyat{
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0.05em;

    color:#FF6427;

}

.teklif-footer-text{
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: -0.03em;
    margin-left: auto;
    color: #6B6B6B;
}
.teklif-first-footer{
    width: 90%;
    margin-top: 50px;
    display: flex;
}

.sepetInput{
    width: 249px;
    height: 41px;
    border: 1px solid #FDAA03;
    filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.16));
    border-radius: 100px;
    padding: 0 15px;
    z-index: 4;
    outline: none;
}
.sepetInputBtn{
    width: 49px;
    height: 49px;
    border-radius: 50%;
    margin-left: -28.5px;
    z-index: 5;
    background: #FDAA03;
    border: 5px solid #EEA002;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.03);
}
.sepetInput::placeholder{
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: -0.03em;

    color: #6B6B6B;

}

.teklif-row .fas {
    color:#FF6427 !important;
}


.teklif-first-footer form.row{
    width: 100%;
    text-align: center;

}


.teklif-first-header{
    width: 90%;
    min-height: 57px;
    background: #FF6427;
    display: flex;
    align-items: sc;
    justify-content: center;
    border-radius: 0px 0px 12px 12px;
}


.teklif-first-header .row{
    width: 100%;
}
.wizard-form-container{
    min-height: 200px;
    width: 100%;
    overflow: hidden;
    align-self: flex-start;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.wizard-form-container >.form{
    width: 100%;
}

.wizard-form-container .form input,select{
    background: rgba(227, 227, 227, 0.2) !important;
    border-radius: 12px !important;
    height: 64px !important;
    padding-right: 5px;
}
.teklif-first-header select{

    background: #fff !important;
    border-radius: 5px !important;
    height: 35px !important;
}
.wizard-form option{
    padding: 30px !important;
}

.teklif-first-header{
    color: #fff;
}

.wizard-stage-box{
    width: 90%;
    height: 60px;
    align-items: center;
    justify-content: space-around;
    top: -30px;
    position: absolute;
}
.stage-box{
    background: #F5F5F5;
    border: 2px solid #F5F5F5;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    text-transform: capitalize;

    color: #404040;

}
.active-stage{
    background: #FF6427;
    color: #fff;
}
.wizard-form-control-btns{
    position: absolute;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0;
    left: 0;
}
.wizard-form-control-btns .row{
    display: flex;
    /*width: calc(100% - 2rem);*/
    padding: 2rem 1rem;
    align-items: center;
    justify-content: space-between;
}
.wizard-form-control-btns button{
    width: 243px;
    height: 50px;
}
.wizard-info-text{
    font-weight: 500;
    font-size: 12px;
    line-height: 120.7%;
    /* or 14px */
    text-align: center;
    letter-spacing: -0.03em;
    color: #AFA084;
}
.sozlesme-link{
    /* text-decoration-line: underline; */
    font-weight: 500;
    color: #FF6427;
    font-size: 14px;
}
.sozlesme-link:hover{
    color: #000;
}
.input-boxes input{
    height: 50px;
    background: #FFFFFF;
    box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    font-size: 14px;
    line-height: 16px;
    border:unset;
    color: rgba(0, 0, 0, 0.3);
}

.input-boxes select{
    height: 50px !important;
    background: #FFFFFF !important;
    box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    font-size: 14px;
    line-height: 16px;
    border:unset;
    font-weight: 600;
    color: rgba(0, 0, 0,);
}
.input-boxes input.form-control:focus{
    box-shadow: unset;
    background-color: #F9F9F9;
}

.sozlesmeler input[type="checkbox"]{
    box-shadow: none;
    background-color: #14AE5C !important;
    color:white;
    width: 15px;
}

.text-onay{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    color: #000000;
}

.txt-onay{
    cursor:pointer;
}

.text-onay a{
    color:#FF6427;
    text-decoration-line: underline;
}


p.hiw-subtitle{
    font-weight: 400;
    font-size: 25px;
    line-height: 30px;
    font-family: "Montserrat",sans-serif;
    text-align: center;
    color: #000000;
    text-transform: uppercase;

}
.hiw-counter{
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FDAA03;
    font-weight: 600;
    font-size: 30px;
    line-height: 37px;
    /* identical to box height */
    position: absolute;
    text-align: center;
    top: 15px;
    left: 15px;
    color: #FFFFFF;

}
.hiw-maintitle{
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    text-align: center;

    color: #1A1A1A;

}


.urunbox{
    background: transparent;
    box-shadow: 0px 4px 25px rgba(141, 139, 138, 0.55);
    height: auto;
    border: 1px solid white;
    border-radius: 41px;
    min-height:450px;
}

.urunboxtitle{
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
    color: #000000;
}

.urunbox-mid-title{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    color: #000000;
}

.urunboxsmalltitle{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    /* identical to box height, or 22px */
    color: #000000;
}

.urunbox-text{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    color: #000000;
}

.teminat .card{
    border-radius:45px;
    background: linear-gradient(180deg, rgba(255, 255, 255) 0%, rgba(255, 255, 255, 64%) 100%);
    box-shadow: 0px 4px 25px rgb(141 139 138 / 55%);
    width: 130px;
    height: 130px;
    border: 2px solid white;
    display:flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.active-card{
    background: linear-gradient(90deg, rgb(253,211,163) 0%, rgba(255, 255, 255, 64%) 100%) !important;
    box-shadow: 0px 4px 25px rgb(0, 0, 0) !important;
}

.online-teklif-al-btn{
    background: #FFFFFF;
    box-shadow: 0px 4px 7px rgba(255, 100, 39, 0.26);
    border-radius: 18px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #FF6427;
    width: 212px;
    height: 36px;
    border: unset;
}

.teklif-al-btn{
    background: #FF6427;
    border-radius: 10px;
    height:45px;
    width:210px;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.5px;
    color:#fff;
    border: unset;
    box-shadow: 0px 4px 30px rgb(255 100 39);
}

.teklif-al-btn:hover{
    transform: scale(1.02);
}

.how-it-works{
    font-family: "Montserrat",sans-serif;
}

.how-it-works .card{
    background: transparent;
    box-shadow: 0px 4px 25px rgba(141, 139, 138, 0.55);
    border-radius: 24px;
    border:1px solid white;
    font-family: "Montserrat",sans-serif;

    min-height: 252px;

}
.how-it-works .card h3{
    font-family: "Montserrat",sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #000000;
}
.how-it-works .card-text{
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}

.our-products{
    font-family: "Montserrat",sans-serif;
}


.products-section-title{
    font-family: "Montserrat",sans-serif;
    font-weight: 700 !important;
    font-size: 32px !important;
    line-height: 39px;
    color: #000000;
}

.products-subtitle{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #000000;
    width: 85%;
}

.products-text{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #000000;
}

.aciklama{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #000000;

}

.accordion-title{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 33px;
    line-height: 48px;
    /* identical to box height */


    color: #FFFFFF;

}
#accordion .card{
    background: #D80F1E !important;
    color: #fff;
    border-radius: 20px;
    border: unset;
}

.card-header{
    background: unset;
    border-bottom: unset;
}

.card-header button:not(.collapsed) .accordion-arrow {
    transform: rotate(180deg);
    transition-duration: .8s;
    animation: accordion .8s ease-in-out;
}


.card-header button{
    color: #fff;
    outline: none !important;
    font-family: "Montserrat",sans-serif;
}
.card-header button:focus{
    box-shadow: unset;
}
.card-header button:hover{
    color: #fff;
    opacity: 0.5;
}


#accordion .card-body{
    font-family: "Montserrat",sans-serif;
}
.onlineTeklifBtn{
    background-color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Montserrat",sans-serif;
    font-weight: 700;
    font-size: 16px;
    height: 54px;


    border-radius: 12px;
}
.btnCustomWhite{
    font-family: "Montserrat",sans-serif;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    font-weight: 500;
    color: #FFFFFF;
    border: none;
    border-radius: 12px;
    background-color: #FF6427;
    width: 100%;
    height: 66px;
    display: flex;
    align-items: center;

}
.customBtn1{
    width: 90%;
}
.btnCustomWhite:hover{
    transform: scale(1.05);
}

.teminatlar{
    min-height: 1121px;
    font-family: 'Montserrat';
    background: #FDF5E5;
}

.teminat-title{
    font-weight: 700;
    font-size: 22px;
    line-height: 42px;
    color: #000000;
}


p.teminatTitle{
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 60px;
    line-height: 73px;
    text-align: center;
    color: #000000;

}
.teminat-mid-title{
    font-weight: 600;
    font-size: 40px;
    line-height: 49px;
    /* identical to box height */

    text-align: center;

    color: #000000;
}
.teminat-detail-title{
    font-weight: 400;
    font-size: 32px;
    line-height: 39px;
    /* identical to box height */

    text-align: center;

    color: #000000;
}
.teminat-card{
    min-width: 200px;
    height: 264px;
    box-shadow: 0px 4px 25px rgb(141 139 138 / 55%);
    border: 1px solid white;
    background: transparent;
    border-radius: 20px;
}
.teminat-card-title{
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
    /* identical to box height */

    text-align: center;

    color: #000000;

}
.sss {
    font-family: "Montserrat",sans-serif;
}
.sss-title{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    text-align: center;
    color: #1A1A1A;
}

.active-sss{
    background: #FF6427 !important;
    box-shadow: 0px 4px 30px rgb(197, 57, 1) !important;
    color:white !important;
}

.btn-sss{
    width: 240px;
    background: transparent;
    box-shadow: 0px 4px 30px rgba(147, 147, 147);
    border-radius: 18px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: black;
    border:unset;
}

.btn-sss:hover{
    transform: scale(1.02);
}

.btn-questions{
    background: #FFFFFF;
    box-shadow: 0px 4px 7px rgba(255, 100, 39, 0.26);
    border-radius: 18px;
    width:212px;
    border: unset;
    font-style: normal;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 20px !important;
    color: #FF6427 !important;
}
.btn-questions:hover{
    transform: scale(1.05);
    transition: 0.2s;
}

.accordion-arrow{
    position: absolute;
    right: 0;
    top: 0;
}

.faq-accordion .card{
    border-bottom: 1px solid #0000002c!important;
    margin-bottom: 1rem;
    border:0px;
    background-color: unset !important;

}
.faq-accordion .card-body{
    padding-left: 2rem;
    padding-right: 2rem;
}


.faq-accordion button{
    color: #000;
    font-family: 'Montserrat';
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}

.faq-accordion button:hover{
    text-decoration: none;
    color: #212121;
}
.faq-accordion button:focus{
    text-decoration: none;
}


.neden-biz{
    font-family: "Montserrat",sans-serif;
}

.surec{
    font-family: "Montserrat",sans-serif;
}

.period-card{
    display: flex;
    flex-direction: column;
    align-items: center;
    background: transparent;
    box-shadow: 0px 4px 25px rgba(141, 139, 138, 0.55);
    border-radius: 24px;
    margin-top: 2rem;
    border:1px solid white;
    padding:15px;
}

.sirketbox{
    background: transparent;
    box-shadow: 0px 4px 25px rgba(141, 139, 138, 0.55);
    border-radius: 55px;
    border-bottom-right-radius: 0px;
    display:flex;
    flex-direction: column;
    justify-content: space-around;
    min-height: 180px;
    border:1px solid white;
}

.police-destek{
    background: transparent;
    box-shadow: 0px 4px 25px rgba(141, 139, 138, 0.55);
    border-radius: 55px;
    border-top-right-radius: 0px;
    display:flex;
    flex-direction: column;
    justify-content: space-around;
    min-height: 180px;
    border:1px solid white;
}

.danisman{
    background: transparent;
    box-shadow: 0px 4px 25px rgba(141, 139, 138, 0.55);
    border-radius: 55px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;

    display:flex;
    flex-direction: column;
    justify-content: space-around;
    min-height: 180px;
    border:1px solid white;
}


.sirketbox-title{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    text-align: left;
    color: #000000;
}
.mid-title-about{

    font-weight: 400;
    font-size: 40px;
    line-height: 49px;
    /* identical to box height */

    text-align: center;

    color: #868686;

}
.big-title-about{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    text-align: center;
    color: #1A1A1A;
}
.small-title-about{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #000000;
    width: 85%;
}
.about-card{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    min-width: 300px;
    min-height: 250px;
    background: transparent;
    box-shadow: 0px 4px 25px rgba(141, 139, 138, 0.55);
    border-radius: 24px;
    border:1px solid white;
    margin-top: 2rem;
}
.about-card-1{
    background: #FA4A4D;
}
.about-card-2{
    background: #FF6427;
}
.about-card-3{background: #FDAA03;}
.about-card-4{
    background: #FDF5E5;
}
.about-card-5{
    background: #F7F7F7;
}

.about-card-title{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    color: #000000;
    margin-top:1rem;
}
.about-card-text{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #000000;
    margin-top:1rem;
}
.card-title-4,.card-text-4{
    color: #7C6537;
}
.card-title-5,.card-text-5{
    color: #696969;
}

.contact-us{
    font-family: 'Montserrat',sans-serif;
}
.contact-text{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}

.btn-contact-gonder{
    background:#FF6427;
    border-radius: 12px;
    height: 42px;
    font-family: 'Montserrat';
    width: 190px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    border:unset;
}

.btn-contact-gonder:hover{
    transform: scale(1.02);
}

.contact-title{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    text-align: center;
    color: #1A1A1A;
}
.contact-small-title{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #000000;
    width:85%;
}

.contact-text-heading{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    color: #000000;
}

.contact-form{
    min-height: 590px;
    background: transparent;
    box-shadow: 0px 4px 25px rgba(141, 139, 138, 0.55);
    border-radius: 24px;
    border:1px solid white;

}

.contact-form input{
    height: 50px;
    border: unset;
    background: #FFFFFF !important;
    border-radius: 12px;
    box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.1);
}
.contact-form input::placeholder{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    color: rgba(0, 0, 0, 0.3);
}
.contact-form textarea{
    background: white !important;
    border-radius: 12px !important;
    border:unset;
    resize: none;
    box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.1);
    padding: 1rem;
}
.contact-form textarea::placeholder{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    color: rgba(0, 0, 0, 0.3);
}
.contact-form textarea.form-control:focus{
    box-shadow: unset;
}
.contactBtn{
    background: #FF6427;
    border-radius: 12px;
    height: 54px;
    width: 100%;
}
.input-group .input-group-prepend{
    border: unset;
    margin-right: 0;
    border-radius: 12px;
}
.input-group .input-group-text{
    background: rgb(255, 255, 255) !important;
    box-shadow: 0px 4px 18px rgb(0 0 0 / 10%);
    border:unset;
    border-bottom-left-radius:12px;
    border-top-left-radius:12px;
}
.contact-form input.form-control:focus{
    box-shadow: unset;
    background-color: #F9F9F9;
}

.acentelerimiz{
    font-family: "Montserrat",sans-serif;
}
.acente-title{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    text-align: center;
    color: #1A1A1A;

}
.acenteBox{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 1rem;
    margin-right: 1rem;
    height: 200px;
    background: transparent;
    box-shadow: 0px 4px 25px rgba(141, 139, 138, 0.55);
    border-radius: 24px;
    border:1px solid white;
}
.sizi-ariyalim-box{
    background: transparent;
    font-family: "Montserrat",sans-serif;
}
.sa-big-title{
    font-weight: 600;
    font-size: 42px;
    line-height: 51px;

    color: #000000;

}
.sa-text{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #000000;

}
.sa-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none !important;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;


    width: 199px;
    height: 54px;
    background: #FDAA03;
    border-radius: 30px;

}
.sa-btn:hover{
    color: #000 !important;
}
.sliderBox{
    background: transparent;
    border-radius: 20px;
    border:1px solid white;
}
.haberdarBox{
    font-family: "Montserrat",sans-serif;
    background: transparent;
    box-shadow: 0px 4px 25px rgba(141, 139, 138, 0.55);
    border-radius: 20px;
    border:1px solid white;
}

.haberdar-ol-title{
    font-family: "Montserrat",sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 29px;

    color: #474545;

}
.haberdar-input{
    display: flex;
    width: 100%;
    height: 60px;
    padding: 1rem;
    border:unset;
    outline: none;
    background: #FFFFFF;
    box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
}
.haberdar-input::placeholder{
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #BABABA;
}
.kaydolBtn{
    width: 102px;
    font-weight: 600;
    height: 60px;
    outline: none;
    border:0;
    color: #fff;
    background: #FF6427;
    border-radius: 12px;
}

.kaydolBtn:hover{
    transform: scale(1.02);
}

.footer{
    height: auto;
    font-family: "Montserrat",sans-serif;
}
.footer-top{
    min-height: 164px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.footer-title{
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;

    color: #252331;
}
.footer-phone-number{
    font-weight: 700;
    font-size: 48px;
    line-height: 59px;
    color: #FF6427;
}
.footer-bottom{
    min-height: 455px;
}

.container-full{
    max-width: unset !important;
}

.footer-part-title{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;

    color: #000000;
}
.footer-bottom .nav a{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */

    color: #000000;
}
.footer-copyright{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    /* identical to box height */


    color: #FF6427;
}
.footer-phone-text{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    /* identical to box height */
    color: #000000;
}
.mobile-navbar{
    display: none;
}
.mobile-outer{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 998;
    top: 0;
    left: -100%;
    transition: left 0.4s;
}
.mobile-nav{
    width: calc(90% - 4rem);
    height: 100%;
    position: fixed;
    padding: 2rem;
    left: -100%;
    top: 0;
    display: none;
    z-index: 999;
    flex-direction: column;
    background: #F6F6F6;
    transition: left 0.25s;
}
.open-item{
    left: 0;
}
.mobile-nav-header{
    width: 100%;
    min-height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mobile-person-name{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    flex: 1;
    margin-left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 20px;
    /* identical to box height */

    color: #000000;

}
.mobile-person-name:hover{
    color: unset;
    text-decoration: none;
}
.mobile-close-icon{
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
}
.mobile-close-icon img{
    width: 100%;
    height: 100%;
}
.mobile-nav-menu{
    width: 100%;
    margin-top: 30px;
}
.mobile-nav-menu ul{
    list-style-type: none;
    padding: 0!important;
}


.mobile-nav ul li{
    height: 40px;
    padding: 5px 10px;
    margin-bottom: 20px;
}
.mobile-nav ul a{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #303030;

}

.mobile-nav ul li:hover{
    border-left:  2px solid #FDA803;
}
.mobile-nav a:hover{
    text-decoration: none;
}
.mobile-nav-footer{
    display: flex;
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    height: 50px;
    align-items: center;
    width: calc(100% - 1rem);
}
.lang-dropdown-mobile *{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    /* identical to box height */


    color: #000000 !important;
}

@media(max-width:1200px){
    #navbarSupportedContent{
        margin-top: 1rem;
    }
    #navbarSupportedContent div.btn{
        width: 100% !important;
        margin-top: 1rem;
    }
    .hiw-maintitle{
        font-size: 50px;
        text-align: center;
    }
    .hiw-subtitle{
        font-size: 25px !important;
    }

    .mobile-icon{
        cursor: pointer;
    }
    .mobile-nav,.mobile-outer{
        display: flex;
    }


}
@media(max-width:992px){
    .mobile-navbar{
        display: flex;
        width: 100%;
        height: 81px;
        display: flex;
        align-items: center;
        padding: 2rem;
        justify-content: space-between;
    }
    .navbar{
        display: none !important;
    }
}

@media(max-width:900px){
    .stage-box{
        font-size: 13px;
    }

}

@media(max-width:576px){
    .navbar{
        padding: 1rem 2rem;
    }
    .logo-img{
        width: 210px;
        height: 30px;
    }
    .navbar-toggler{
        font-size: 1rem;
    }
    .small-title-about{
        width: 90%;
    }
    .title-big{
        font-size: 2.5rem;
    }
    .first-part{
        padding: 0rem 1rem;
    }
    .sms-form{
        padding: 1rem;
        width: 100%;
    }
    .stage-box{
        text-align: center;
        font-size: 11px;
    }
    .hover img{
        width:60px !important;
        height:60px !important;
    }


}


@media (max-width: 425px){
    .urunbox .card {
        background: transparent;
        width: 60px;
        border: unset;
        display:flex;
        justify-content: center;
        align-items: center;
    }

    .active-card{
        background: transparent!important;
        box-shadow:none!important;
    }
    .hover{
        background: transparent!important;
        box-shadow:none!important;
    }


    .urunbox .kk{
        border:1px solid white;
        border-radius: 40px;
        width:90%;
        box-shadow: 0px 4px 25px rgba(141, 139, 138, 0.55);
    }
    .urunboxtitle{
        font-size:30px;
        padding: 25px 25px 5px 10px;
    }
    .sss-title{
        font-size:30px;
    }
}


@media (max-width:768px){
    .accordion-arrow{
        width: 60px;
        height: 60px;
        margin-top:1rem;
    }

}


@media screen and (max-width: 1200px) {
    .ss-go-top {
        right : 0.1rem;
    }

    .ss-go-top svg {
        height : 1.4rem;
        width  : 1.4rem;
    }

    .ss-go-top a {
        height : 50px;
        width  : 50px;
    }
}

@media screen and (max-width: 1100px) {
    .ss-go-top a span {
        display : none;
    }
}
@media screen and (max-width: 600px) {

    .ss-go-top {
        bottom : 3rem;
        right  : 1rem;
    }

    .ss-go-top svg {
        height : 1.2rem;
        width  : 1.2rem;
    }

    .ss-go-top a {
        height : 30px;
        width  : 30px;
    }
}






