

/*:host, html{
    zoom:0.8;
    -moz-transform: scale(1);
    -moz-transform-origin: 0 0;
} */

.sepeteEkleBtn{
    outline: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    color: #D94A11;
    font-size: 12px;
    line-height: 100%;
    font-weight: 900;
    text-shadow: 0px 4px 4px rgb(0 0 0 / 8%);
    background: #FFE3D8;
    border: 1px solid #b54b00;
    border-radius: 5px;
    height: 35px;
    width: 140px;
}
.sepeteEkleBtn:hover{
    background:#D94A11;
    color:#FFE3D8;
}

.sigorta-fiyat{
    letter-spacing: 0;
}
.teklif-row{
    min-height: 142px;
    box-shadow: 0px 4px 25px rgb(141 139 138 / 55%);
    border: 1px solid #FFB55F;
}
.faq-accordion .card {
    border-bottom: 1px solid #00000017!important;
}

#modalRegister select{
    background: transparent !important;
    height: unset !important;
    border-radius: 5px !important;
    font-size: 14px!important;
    box-shadow: 0px 4px 25px rgb(141 139 138 / 55%);
}

#modalRegister input{
    background: transparent !important;
    height: unset !important;
    border-radius: 5px !important;
    font-size: 14px!important;
    box-shadow: 0px 4px 25px rgb(141 139 138 / 55%);
}

#modalRegister label{
    font-size:15px;
    font-weight: 500;
}

.customLoginBtn{
    width:150px !important;
    display: flex;
    justify-content: center;
}

.size{
    height:225px;
    width:auto;
    padding:15px;
}
/* -------------------------------------------------------------------
 * ## 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     : 8.4rem;
    right      : 1.2rem;
}

.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 / 41%);
}

.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            : #00000086;
    transform        : rotate(-90deg);
    position         : absolute;
    bottom           : 120px;
    text-shadow: 0px 4px 30px rgb(0, 0, 0);
}

.haberdar-ol{
    padding-top:50px;
}

.haberdarBox{
    font-family: "Montserrat",sans-serif;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.48) 0%, rgba(255, 255, 255, 0) 100%);
    filter: drop-shadow(0px 4px 21px rgba(0, 0, 0, 0.13));
    box-shadow: 0px 4px 25px rgb(141 139 138 / 55%);
    border-radius: 20px;
    border: 1px solid white;
}

.contact-form{
    min-height: 590px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.48) 0%, rgba(255, 255, 255, 0) 100%);
    filter: drop-shadow(0px 4px 21px rgba(0, 0, 0, 0.13));
    box-shadow: 0px 4px 25px rgb(141 139 138 / 55%);
    border-radius: 24px;
    border: 1px solid white;
}

.about-card {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    min-width: 325px;
    min-height: 240px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.48) 0%, rgba(255, 255, 255, 0) 100%);
    filter: drop-shadow(0px 4px 21px rgba(0, 0, 0, 0.13));
    box-shadow: 0px 4px 25px rgb(141 139 138 / 55%);
    border-radius: 24px;
    border: 1px solid white;
    margin-top: 2rem;
    padding: 20px 20px;
}

.teminat-card{
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.48) 0%, rgba(255, 255, 255, 0) 100%);
    filter: drop-shadow(0px 4px 21px rgba(0, 0, 0, 0.13));
    box-shadow: 0px 4px 25px rgb(141 139 138 / 55%);
    border: 1px solid white;
    border-radius: 20px;
    min-width: 200px;
    height: 264px;
}
.urunbox{
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.48) 0%, rgba(255, 255, 255, 0) 100%);
    filter: drop-shadow(0px 4px 21px rgba(0, 0, 0, 0.13));
    box-shadow: 0px 4px 25px rgb(141 139 138 / 55%);
    height: auto;
    border: 1px solid white;
    border-radius: 41px;
}

.img-backframe {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.48) 0%, rgba(255, 255, 255, 0) 100%);
    filter: drop-shadow(0px 4px 21px rgba(0, 0, 0, 0.13));
    border-radius: 16px;
    border: 1px solid white;
}

.how-it-works .card{ 
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.48) 0%, rgba(255, 255, 255, 0) 100%);
    filter: drop-shadow(0px 4px 21px rgba(0, 0, 0, 0.13));
    box-shadow: 0px 4px 25px rgb(141 139 138 / 55%);
    border-radius: 24px;
    border: 1px solid white;
    font-family: "Montserrat",sans-serif;
    min-height: 252px;

}
.gostermeBtn{
    background: #CA0000;
    box-shadow: 0px 4px 7px rgb(0 0 0 / 44%);
    border-radius: 30px;
    width: 212px;
    border: unset;
    font-style: normal;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 20px !important;
    color: white !important;
    height:45px;
}

.gostermeBtn:hover{
    background: #ca0000b2;
}

.reklamDiv .fa-solid, .fas {
    font-weight: 500 !important;
}
.pao-modal-centent ::-webkit-scrollbar {
    height:5px;
}

.pao-modal-centent ::-webkit-scrollbar-track {
    box-shadow: none;
}

.pao-modal-centent ::-webkit-scrollbar-thumb {
    background: #ffffff00;
    border-radius: 30px;
}

.ion-help-circled:before {
    content: "\f213" !important;
}
.ion-log-in:before {
    content: "\f212" !important;
}

.active-selecBtn{
    color:#ff2e2e;
    border-bottom:3px solid #ff2e2e;
}
.selectBtn {
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin: 0 auto;
    font-size: 52px;
    transition: all 0.4s ease-in;
    text-align: center;
  }
  .selectBtn span[class^="ion"] {
    position: relative;
  }
      
  .selectBtn::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      opacity: 0;
      transition: all 0.3s;
      border: 1px solid #CA0000;
      transform: scale(1.2,1.2);
  }
  .selectBtn:hover::after {
      opacity: 1;
      transform: scale(1,1);
  }
  .selectBtn:before {
    content: "";
    background-color: #e72424;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: scale(0.001, 0.001);
  }
  
  .selectBtn:focus:before {
    -webkit-animation: effect_dylan 0.8s ease-out;
            animation: effect_dylan 0.8s ease-out;
  }
  @-webkit-keyframes effect_dylan {
    50% {
      transform: scale(1.5, 1.5);
      opacity: 0;
    }
    99% {
      transform: scale(0.001, 0.001);
      opacity: 0;
    }
    100% {
      transform: scale(0.001, 0.001);
      opacity: 1;
    }
  }
  @keyframes effect_dylan {
    50% {
      transform: scale(1.5, 1.5);
      opacity: 0;
    }
    99% {
      transform: scale(0.001, 0.001);
      opacity: 0;
    }
    100% {
      transform: scale(0.001, 0.001);
      opacity: 1;
    }
  }

.page404{
    min-height: 600px;
    padding-bottom: 100px;
}

.p404text{
    font-size:18px;
    font-weight: 700;
    text-align: center;
}

.p404SubText{
    font-size:14px;
    font-weight: 500;
    text-align: center;
    color:#3b3b3b
}
.sizi-ariyalim{
    padding-top:65px;
}
.footer-copyright{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    /* identical to box height */


    color: #fff;
}
.teklifHeader{
    width: 90%;
    min-height: 57px;
    /*background: #d97f17a8;*/
    display: flex;
    align-items: sc;
    justify-content: center;
    border-radius: 0px 0px 12px 12px;
    color:black;
    box-shadow: 0px 4px 25px rgb(141 139 138 / 55%);
}

.teklifHeader .row{
    width: 100%;
}

.teklifHeader select {
    background: transparent !important;
    border-radius: 5px !important;
    height: 35px !important;
    width:240px;
    font-size:14px;
    font-weight:500;
}

.teklifHeader .teklifleri-gor-btn {   
    width: 200px;
    border:1px solid #ff8556;  
}

.stepBtn{
    font-weight: 600;
    height: 60px;
    outline: none;
    border: 0;
    color: #fff;
    background: #CA0000;
    border-radius: 24px;
}

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

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

.stepBackBtn:hover{
    transform: scale(1.05);
}
.adres-form .close{
    font-size:unset !important;
}
.download-btn{
    background: #4EA952;
    border-radius: 11px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width:146px;
    height: 36px;
    border: none;
}
.download-btn:hover{
    background: #fff;
    color:#4EA952;
}

#pdfModal a{
    text-decoration: none;
}

.sepetten-kaldir-btn{
    background: #ffc8c8;
    border-radius: 11px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #E30000;
    display: flex;
    justify-content: center;
    align-items: center;
    width:146px;
    height: 36px;
    border: none;
}

.teklifleri-gor-btn{
    background: #FFE3D8;
    border-radius: 11px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #D94A11;
    display: flex;
    justify-content: center;
    align-items: center;
    width:146px;
    height: 36px;
    border: none;
}

.odeme-yap-btn{
    background: #4EA952;
    border-radius: 11px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width:150px;
    height: 36px;
    border: none;
}

.sepetten-kaldir-btn:hover{
    background: #E30000;
    color:#ffc8c8;
}
.teklifleri-gor-btn:hover{
    color: #FFE3D8;
    background:#ff8556;
}

#sepetData .odeme-yap-btn:hover{
    background: #fff;
    color: #4EA952;
}
#uyariModal .odeme-yap-btn:disabled{
    background: #fff;
    color: #4ea95386;
}

#loginModal .pao-modal-centent{
    background: url("../images/_app/DSK/saglik/login_bg.png") !important;
    background-size: cover !important;
}

.pl-95{
    padding-left:95px;
}

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

.wizard-form-container select {
    border-radius:12px !important;
}
.footer-cites{
    border-top: 1px solid #0000003d;
    border-bottom: 1px solid #0000003d;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    padding: 10px;
    margin-top: 75px;
    display:flex;
    justify-content: space-around;
}

.footer-cites a{
    text-decoration: none;
    color:black;
}

.social-media a{
    color:unset;
}


.mss a{
    color:unset;
    text-decoration: none;
}

.mss-logo-text{
    font-size: 12px;
    font-weight: 600;
}

.mss-logo{
    width: auto;
    height: 25px;
}

.best-offer{
    font-size: 16px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 114px;
    height: 27px;
    color: white;
    font-weight: 600;
}
.page-title{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    text-align: center;
    color: #1A1A1A;
    padding-bottom:20px;
    padding-top:60px;
}

.page-subtitle{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #000000;
    width: 85%;
    padding-top:30px;
    padding-bottom:45px;
}

.b-bottom{
    border-bottom: 1px solid #0000003d;
    padding-top:15px;
    padding-bottom:15px;
}
.c-bottom{
    border-bottom: 1px solid #0000003d;
    padding-bottom:8px;
}
.modal-close-btn{
    background: #ca0000;
    border-radius: 30px;
    text-align: center;
    color:White;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    padding:1rem 1rem;
    margin:0rem 1rem -1rem auto;
    border:none;
    width:133px;
    height:48px;
}

.modal-close-btn:hover{
    background: #ca0000b2;
}

#mailModal input{
    height: unset !important;
    border-radius: 5px !important;
    font-size: 14px!important;
    box-shadow: 0px 4px 25px rgb(141 139 138 / 55%);
    
}

.btnMailModal{
    border-radius: 30px;
    border: unset;
    background-color: #ff6427;
    color: white;
    width: 200px;
    height: 35px;
    font-weight: 500;
    font-size:14px;
}

.pao-modal-centent{
    background: url("../images/_app/DSK/saglik/login_bg.png") !important;
    background-size: cover !important;
    border-radius: 30px !important;
}

#sozlesmeModal .modal-content{
    border-radius:7px;
}

#sozlesmeModal span{
    font-size:13px;
}

#sozlesmeModal .close span{
    font-size:1.5rem;
}


.pao-modal-text{
    font-size:14px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}

.modal-header {
    justify-content: center !important;
    border-bottom: 1px solid #0000003d !important;
}

#pdfModal .modal-header {
    justify-content:space-between !important;
    border-bottom: 1px solid #0000003d !important;
}

.pao-modal-heading{
    font-size:16px;
    font-weight:700;
    font-family: 'Montserrat', sans-serif;
}

.pao-modal-title{
    font-size:20px;
    font-weight: 700;
    color:#000;
}

.pao-modal-footer{
    border-top: 1px solid #0000003d;
}

.logo-img {
    width: auto;
    height: 42px;
}

.pao-button{
    background: #ca0000;
    border-radius: 12px;
    height: 45px;
    font-family: 'Montserrat';
    width: 250px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    border: unset;
}

.pao-button:hover{
    transform: scale(1.05);
}

#talepModal .modal-body .form-control, .custom-select {
    background: transparent !important;
    height: unset !important;
    border-radius: 5px !important;
    font-size: 14px!important;
    box-shadow: 0px 4px 25px rgb(141 139 138 / 55%);
}

#callMeModal .input-group .input-group-text{
    background: transparent !important;
    font-size:14px;
    font-weight:600;
    box-shadow: unset !important;
}


#callMeModal .modal-body .callmetext{
    font-size:12px;
    font-weight: 400;
}

@media (min-width: 1200px){
    #callMeModal .modal-dialog {
        max-width: 500px !important;
        margin: 1.75rem auto;
    }

    #loginModal .modal-dialog {
        max-width: 500px !important;
        margin: 1.75rem auto;
    }
}

@media (min-width: 1200px){
    #pdfModal .modal-dialog {
        max-width: 500px !important;
        margin: 1.75rem auto;
    }
    #pdfModal .modal-dialog {
        max-width: 500px !important;
        margin: 1.75rem auto;
    }
}




#callMeModal .modal-body .form-control, .custom-select {
    background:transparent !important;
    height: unset !important;
    border-radius: 5px !important;
    font-size: 14px!important;
    box-shadow: 0px 4px 25px rgb(141 139 138 / 55%);
}

@media (min-width: 1200px){
    #talepModal .modal-dialog {
        max-width: 500px !important;
        margin: 1.75rem auto;
    }
}

#talepModal .input-group .input-group-text {
    background: transparent !important;
    font-size: 14px;
    font-weight: 600;
    box-shadow: unset !important;
}

#odemeModal select{
    height:38px !important;
    border-radius: 0px !important;
    background: white !important;
}

.btn-randevu{
    border-radius:30px;
    border:unset;
    background-color: #ff6427;
    color:white;
    width:200px;
    height:35px;
    font-weight:500;
}

.disabled{
    background-color: #2b292969;
    cursor:default !important;
    box-shadow: none;
}

#bundles .card{
    background:transparent!important;
    border:unset !important;
}

.bodyOverlay{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    background: rgba(255,255,255,0.8);
}

body.loading{
    overflow: hidden;
}

body.loading .bodyOverlay{
    display: block;
}



#overlay_teklif{
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    height:100%;
    display: none;
    background: rgba(0,0,0,0.6);
}



#overlay{
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    height:100%;
    display: none;
    background: rgba(0,0,0,0.6);
}



#payLoader{
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    height:100%;
    display: none;
    background: rgba(0,0,0,0.6);
}
.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}


@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}
.is-hide{
    display:none;
}



/* Select 2 CSS: */
.select2-dropdown {
    z-index: 9001;
}

.select2-selection__rendered {
    line-height: 50px !important;
}
.select2-container .select2-selection--single {
    height: 55px !important;
}
.select2-selection__arrow {
    height: 55px !important;
}
/* Select 2 CSS Son */



/* gijgo datepicker */
.ui-datepicker  { 
    font-size: 14px;
    height: 220px;
}
/* gijgo datepicker son */

/* input düzenlemleri */
#police-baslangic{
    height: 50px !important;
}
#police-bitis{
    height: 50px !important;
}
.sigortaEttirenInput{
    margin-top:-20px !important;
}
/* input son */


/* slider için */





/* 
.parent {    
    overflow: hidden;
  }

  .parent .child {
    width: 1835px;
    display: inline-block;
    animation: marquee 5s linear infinite;
    

  }


  @keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translatex(-1000px); 
    }
  } */
  
  
 
  
  
  /* slider son */

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

    .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 : 7rem;
        right  : 1rem;
    }

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

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

@media (max-width:576px){
    .size{
        height:175px;
        width:auto;
    }
    .about-card{
        min-width: 300px;
    }
    .pl-95{
        padding-left:0;
    }
    
}

@media (max-width:768px){
    .sepeteEkleBtn{
        width:100%;
    }
    .sepet-row .sepetten-kaldir-btn{
        width:100%;
    }
    .sepet-row .teklifleri-gor-btn{
        width:100%;
    }
    .sepet-row .odeme-yap-btn{
        width:100%;
    }
}

.iti { width: 100%; }