﻿
/*input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
   
    -webkit-appearance: none;
    margin: 0; /*Type number olan inputun sağ köşesindeki oku gizler*/
@media (max-width:1024px) {
    .rightMenu {
        display: none;
    }
}
.MT-300{
    margin-top:150px;
}
.vefat::-webkit-inner-spin-button, .vefat::-webkit-inner-spin-button {
    margin: 20px !important;
    -webkit-appearance:scrollbarbutton-down!important;
}

.typeNumber::-webkit-inner-spin-button, .typeNumber::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; /*Type number olan inputun sağ köşesindeki oku gizler*/
}
.tedavi{cursor:default !important;}
body {
    /*font-family: 'Charmonman', cursive;*/
    font-family: 'Varela Round', sans-serif;
}

.padding0 {
    padding: 0px;
}
.fontS18{
    font-size:18px;
}
.MenuDiv{
    width:300px;
    background-color:rgb(48, 35, 35);
    top:0;
    position:fixed;
    height:100%;
    margin-left:-320px;
    z-index:100;
}
.MenuUl{
    padding-top:20px;
    padding-left:20px;
}
.MenuUl>li{
    list-style:none;
    padding-top:20px;
}
.MenuUl>li>a{
    font-size:17px;
    color:white;
    text-decoration:none;
}
.MenuOpen{
    cursor:pointer;
    margin-top:20px;
}
.CursorDefault{
    cursor:default
}
.MenuClose {
    color: white;
    margin-top: 15px;
    float: right;
}
.MenuIcon {
    bottom: 0;
    position: absolute;
    width: 100%;
    color:white;
}
.MenuHr{margin:0px;}
.MenuActive{
    color:gray !important;
}



.kutu {
    color: black;
}

.contain > a {
    color: black;
}

.kutuItem {
    display: none;
    padding-left: 0px;
    padding-right: 0px;
}

.kutu1, .kutu2, .kutu3, .kutu4 {
    height: 100%;
    /*border: 1px solid gray;*/
    border-radius: 25px;
    background: white;
    margin-bottom: 10px;
    /*box-shadow: rgba(0, 0, 0, 0.75) 0px 0px 2px 0px;*/
    box-shadow:0px 0px 10px rgba(0,0,0,0.1)
}

input, select, .btn {
    border-radius: 0px !important;
    height: 45px !important;
}

/* #373d90 **/
.btnGroup {
    width: 100%;
    height: 45px;
    font-size: 20px;
    /*font-family: italic;*/
    font-weight:bold;
    background: white;
    border: 1px solid white;
    border-radius: 2pc !important;
    color: orange;
    margin-bottom: 10px;
}

    .btnGroup:hover {
        background: white;
        border: 1px solid white;
        color: orange;
    }

    .btnGroup:focus {
        background: white;
        border: 1px solid white;
        border-radius: 2pc;
        color: orange;
    }

.iconItem {
    margin: 15px auto;
    /*border-radius: 50px;
            border: 1px solid;
            height: 100px;
            width: 100px;*/
}

    .iconItem > img {
        margin-top: 15px;
        border-radius: 50px;
        border: 1px solid;
        padding: 15px;
    }
    .iconItem > i {
        margin-top: 15px;
        border-radius: 50px;
        border: 2px solid;
        padding: 15px;
        font-size: 55px;
        width: 100px;
        height: 100px;
        box-shadow: 0px 0px 8px 1px black;
    }

.radio {
    height: 25px;
    width: 25px;
}
.fade{
    opacity:1;
  
}
#KisiselVeriler > div > div {
    position: absolute;
    margin-bottom: 25px;
    width: 100%;
}
#Broker > div > div {
    position: absolute;
    margin-bottom: 25px;
    width: 100%;
}
#PoliceTeminatlar > div > div {
    position: absolute;
    margin-bottom: 25px;
    width:100%;
}
.btn-pink-special {
    border-radius: 5px !important;
    border: none !important;
    padding: 0px 33px !important;
    box-shadow: 0px 3px 11px 0px #ce5b90;
    background: #e8006a;
    color: white !important;
    font-size: 22px;
    height: 50px !important;
    position: relative;
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
    outline: none !important;
    margin-top: 0px;
}
    .btn-pink-special:hover {
        color: white;
        box-shadow: 0px 4px 5px 0px #ce5b90;
    }
    .btn-pink-special:after {
        content: "";
        background: #ce5b90;
        display: block;
        position: absolute;
        padding-top: 300%;
        padding-left: 300%;
        margin-left: -35px !important;
        margin-top: -120%;
        opacity: 0;
        transition: all 0.8s;
    }

    .btn-pink-special:focus {
        border: none !important;
    }

    .btn-pink-special:active:after {
        padding: 0;
        margin: 0;
        opacity: 1;
        transition: 0s;
    }
    .btn-pink-special:disabled {
        cursor: default;
        box-shadow: 0px 4px 5px 0px #ce5b90;
    }

.fullWidth{width:100%;}

.loginModal {
    margin-top: -80px;
}

.loginModalHeader {
    background: #dc3545;
    color: white;
    text-align: center !important;
    display: block;
    height: 110px;
    font-size: 25px;
    font-weight: bold;
    padding-top: 29px;
}

.loginButton {
    font-size: 16px;
    font-weight: bold;
}

.loginInput:focus {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 0.1rem #dc3545 !important;
}

.hp-section.section-1 {
    background-size: contain !important;
}

@media (min-width:768px) {
    .tssBox{padding:10px;}

    .modalSm {
        max-width: 400px !important;
    }
    
}

@media (min-width:999px)
{
    .satinAlRow {
        padding: 0px 50px;
    }
  
}
@media (min-width:1025px){
    #gtm_top_logo {
        height: 50px;
    }
}
.liraIcon{
    font-size:32px;
}
.satinAlDiv {
    height: auto;
    background: rgb(255, 255, 255);
    margin-bottom: 15px;
    padding: 35px 5px;
    box-shadow: 0px 0px 10px 0px rgb(160, 151, 151);
    text-align: center !important;
}

.satinAlDiv2 {
    height: auto;
    background: rgb(255, 255, 255);
    width: 250px;
    padding: 35px 5px;
    box-shadow: 0px 0px 10px 0px rgb(160, 151, 151);
}

.mesaj {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 0px;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.CheckLabel {
    font-size: 12px !important;
}
.marginBottom0 {
    margin-bottom: 10px !important;
}
.marginBottom10 {
    margin-bottom: 10px !important;
}
.marginBottom20 {
    margin-bottom: 20px !important;
}
.marginBottom30 {
    margin-bottom: 30px !important;
}
.paddingLR30{
    padding:0px 30px;
}

.paddingLR50 {
    padding-left: 50px;
    padding-right: 50px;
}
.paddingL5{
    padding-left:5px!important;
}
.paddingR5{
    padding-right:5px !important;
}
.PaymentForm1 {
    border-right: 1px solid #c3baad;
    
}
.PaymentCheckLabel{
    font-size:12px!important;
}
.margin0{
    margin:0px!important;
}
.bekleyin {
    font-size: 30px !important;
    position: fixed;
    top: 35%;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    outline: 0;
}
.SeyahatSaglikTeminatHR{
    display:none;
}
.kutuRow{
    margin-top:70px;
}
@media (max-width:767px) {
    .PaymentForm1,.PaymentForm2 {
        border: none;
        padding: 0px;
    }
    .fontS18 {
        font-size:14px;
    }
    .containerHeader {
        margin-bottom: 10px !important;
        
    }
    .SeyahatSaglikTeminatHR {
        display: block;
    }
    .SeyahatSaglikTeminatHR > hr {
        display: block;
        margin: 5px 0px 10px 0px;
        border: 1px solid #0e1a6f;
    }
    .kutuRow {
        margin-top: 20px;
    }
    h1,h2,h3{
        font-size:20px;
    }
    .padding2{
        padding:2px!important;
    }
    .KonutAlarmKutu{padding:0px;}
}

.FloatRight{
    float:right!important;
}
.FloatLeft {
    float: left !important;
}
.SeyahatSaglikTeminat {
    border: 1px solid rgb(214, 210, 210);
    padding: 0px;
   margin-bottom:5px;
}
.SeyahatSaglikTeminat>div{
    padding:0px;
}
.TeminatTitle {
    padding: 10px 0px !important;
    background-color: rgb(72, 83, 167);
    color: white;
    font-size: 17px;
    font-weight: 700;
}

.TeminatBorderTop {
    border-top: 1px solid rgb(214, 210, 210);
    padding: 4px 0px !important;
    /*border-bottom: 1px solid rgb(214, 210, 210);*/
    font-size: 15px;
    font-weight: bold;
}

.KonutAlarmKutu {
    border: 1px solid rgb(191, 188, 188);
    border-radius:7px;
    
    white-space:normal;
    
}
    .KonutAlarmKutu:hover {
        border-color: rgb(150, 145, 145);
    }
#YanginDedektoruIcon,#AlarmIcon{
    font-size:50px;
}
/* Customize the label (the container) */
.contain {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    /*font-size: 15px;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 18px;
}

    /* Hide the browser's default checkbox */
    .contain input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkCust {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: white;
    border-radius: 5px;
    border: 1px solid rgb(191, 188, 188);
}


/* On mouse-over, add a grey background color */
.contain:hover input ~ .checkCust {
    background-color: #eee;
}

/* When the checkbox is checked, add a blue background */
.contain input:checked ~ .checkCust {
    background-color: #ff0c71;
    border-color: #ff0c71;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkCust:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.contain input:checked ~ .checkCust:after {
    display: block;
}

/* Style the checkmark/indicator */
.contain .checkCust:after {
    left: 10px;
    top: 5px;
    width: 9px;
    height: 16px;
    border: solid white;
    border-width: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* Radio */


/* Customize the label (the container) */
.containRadio {
    display: block;
    position: relative;
    padding: 3px 0px 0px 35px;
    cursor: pointer;
    text-align: left;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default radio button */
    .containRadio input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }


.checkRad {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: white;
    border-radius: 50%;
    border: 1px solid #ff0c71;
}


.containRadio:hover input ~ .checkRad {
    background-color: white;
}

/* When the radio button is checked, add a blue background */
.containRadio input:checked ~ .checkRad {
    background-color: white;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkRad:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.containRadio input:checked ~ .checkRad:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.containRadio .checkRad:after {
    top: 4px;
    left: 4px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #ff0c71;
}


.marginTop5 {
    margin-top: 5px !important;
}

.marginTop10 {
    margin-top: 10px !important;
}

.marginTop15 {
    margin-top: 15px;
}

.marginTop20 {
    margin-top: 20px;
}

.marginTop25 {
    margin-top: 25px;
}

.marginTop30 {
    margin-top: 30px;
}

.marginTop40 {
    margin-top: 40px;
}

.marginTop50 {
    margin-top: 50px;
}

.marginTop100 {
    margin-top: 100px;
}

.containerHeader {
    margin-bottom: 50px;
    background-color: white !important;
}

@media (max-width:535px) {
    .MenuOpen {
        margin-top: 0px;
        padding:10px 0px;
    }
}






.BorderRadius0{
    border-radius:0px;
}



.btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff;
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

    .btn-outline-primary:focus, .btn-outline-primary.focus {
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #007bff;
        background-color: transparent;
    }

    .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
    .show > .btn-outline-primary.dropdown-toggle {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

        .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
        }

.btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d;
}

    .btn-outline-secondary:hover {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d;
    }

    .btn-outline-secondary:focus, .btn-outline-secondary.focus {
        box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
    }

    .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
        color: #6c757d;
        background-color: transparent;
    }

    .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
    .show > .btn-outline-secondary.dropdown-toggle {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d;
    }

        .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
        }

.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745;
}

    .btn-outline-success:hover {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745;
    }

    .btn-outline-success:focus, .btn-outline-success.focus {
        box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    }

    .btn-outline-success.disabled, .btn-outline-success:disabled {
        color: #28a745;
        background-color: transparent;
    }

    .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
    .show > .btn-outline-success.dropdown-toggle {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745;
    }

        .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
        }

.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8;
}

    .btn-outline-info:hover {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8;
    }

    .btn-outline-info:focus, .btn-outline-info.focus {
        box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    }

    .btn-outline-info.disabled, .btn-outline-info:disabled {
        color: #17a2b8;
        background-color: transparent;
    }

    .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
    .show > .btn-outline-info.dropdown-toggle {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8;
    }

        .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
        }

.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107;
}

    .btn-outline-warning:hover {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107;
    }

    .btn-outline-warning:focus, .btn-outline-warning.focus {
        box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    }

    .btn-outline-warning.disabled, .btn-outline-warning:disabled {
        color: #ffc107;
        background-color: transparent;
    }

    .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
    .show > .btn-outline-warning.dropdown-toggle {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107;
    }

        .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-warning.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
        }

.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545;
}

    .btn-outline-danger:hover {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545;
    }

    .btn-outline-danger:focus, .btn-outline-danger.focus {
        box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    }

    .btn-outline-danger.disabled, .btn-outline-danger:disabled {
        color: #dc3545;
        background-color: transparent;
    }

    .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
    .show > .btn-outline-danger.dropdown-toggle {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545;
    }

        .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
        }

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa;
}

    .btn-outline-light:hover {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa;
    }

    .btn-outline-light:focus, .btn-outline-light.focus {
        box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    }

    .btn-outline-light.disabled, .btn-outline-light:disabled {
        color: #f8f9fa;
        background-color: transparent;
    }

    .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
    .show > .btn-outline-light.dropdown-toggle {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa;
    }

        .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
        }

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40;
}

    .btn-outline-dark:hover {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40;
    }

    .btn-outline-dark:focus, .btn-outline-dark.focus {
        box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    }

    .btn-outline-dark.disabled, .btn-outline-dark:disabled {
        color: #343a40;
        background-color: transparent;
    }

    .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
    .show > .btn-outline-dark.dropdown-toggle {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40;
    }

        .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-dark.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
        }
