/* 00d5fe */
a:active, a:focus, a:hover {
    color: #00d5fe;
    text-decoration: none;
}
.banner  .text-main-color {
    color: #ffffff;
}
.item-thumbnail.gradient:before {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 30%, white 99%, white 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 30%, white 99%, white 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 30%, white 99%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}
.whatsappliste p{
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}
body{
    overflow-x: hidden;
}
.scrollable-menu {
    height: auto;
    max-height: 350px;
    overflow-x: hidden;
}
.listing-search .dropdown:hover{
    cursor: pointer;
}
/* .breadcrumb *{
    color:#fff;
}
.breadcrumb path {
    color: #bbb!important;
} */
/*.listing-search select:focus{*/
    /*outline: none!important;*/
/*}*/
/*.listing-search select option{*/
    /*padding:10px;*/
    /*height: 20px;*/
    /*margin: 10px;*/
    /*line-height:20px;*/
/*}*/
.selectric, .selectric .button, .selectric-items{
    background: #fff;
}
.listing-search .selectric{
    border-radius: 0;
    border:0;
    border-right: 1px solid #e5e5e5;
}
.listing-search .selectric,.listing-search .selectric .button,.listing-search .selectric-items{
    background: #fafbfc;
}
.listing-search .selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 45px 0 15px;
    font-size: 13px;
    line-height: 45px;
    color: #444;
    height: 45px;
    user-select: none;
}
.listing-search .selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    height: 45px;
    line-height: 45px;
    color: #BBB;
    text-align: center;
    font: 0/0 a;
    *font: 20px/45px Lucida Sans Unicode, Arial Unicode MS, Arial;
}
.selectric-wrapper {
    position: relative;
    cursor: pointer;
}

.selectric-responsive {
    width: 100%;
}

.selectric {
    background: #fff;
    position: relative;
    overflow: hidden;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
.selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 36px 0 15px;
    font-size: 13px;
    line-height: 36px;
    color: #444;
    height: 36px;
    user-select: none;
}
.selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    height: 36px;
    line-height: 36px;
    color: #BBB;
    text-align: center;
    font: 0/0 a;
    *font: 20px/36px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

.selectric .button:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #BBB;
    border-bottom: none;
}

.selectric-focus .selectric {
    /*border-color: #aaaaaa;*/
}

.selectric-hover .selectric {
    /*border-color: #c4c4c4;*/
}
.selectric-hover .selectric .button {
    color: #a2a2a2;
}
.selectric-hover .selectric .button:after {
    border-top-color: #a2a2a2;
}

.selectric-open {
    z-index: 9999;
}
.selectric-open .selectric {
    /*border-color: #c4c4c4;*/
}
.selectric-open .selectric-items {
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.selectric-disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default;
    user-select: none;
}

.selectric-hide-select {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0;
}
.selectric-hide-select select {
    position: absolute;
    left: -100%;
}
.selectric-hide-select.selectric-is-native {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.selectric-hide-select.selectric-is-native select {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    border: none;
    z-index: 1;
    box-sizing: border-box;
    opacity: 0;
}

.selectric-input {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 1px !important;
    height: 1px !important;
    outline: none !important;
    border: none !important;
    *font: 0/0 a !important;
    background: none !important;
}

.selectric-temp-show {
    position: absolute !important;
    visibility: hidden !important;
    display: block !important;
}

/* Items box */
.selectric-items {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    border-top: 1px solid #c5c5c5;
    /*border: 1px solid #c4c4c4;*/
    z-index: -1;
    box-shadow: 0 0 10px -6px;
}
.selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto;
}
.selectric-above .selectric-items {
    top: auto;
    bottom: 100%;
}
.selectric-items ul, .selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    min-height: 20px;
}
.selectric-items li {
    display: block;
    padding: 10px;
    color: #666;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
}
.selectric-items li.last {
    border-bottom: none;
}
.selectric-items li.selected {
    background: #E0E0E0;
    color: #444;
}
.selectric-items li:hover {
    background: #f2f2f2;
    color: #444;
}
.selectric-items li.highlighted {
    background: #d5d5d5;
    color: #444;
}
.selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default !important;
    background: none !important;
    color: #666 !important;
    user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
    font-weight: bold;
    padding-left: 10px;
    cursor: default;
    user-select: none;
    background: none;
    color: #444;
}
.selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1;
}
.selectric-items .selectric-group li {
    padding-left: 25px;
}
.list-group-item{
    padding: 0;
}
.list-group-item a{
    padding: .75rem 1.25rem;
    display: block;
}
.list-group-item a:hover{
    color:#00d5fe;
}
/*.list-group-item.active {*/
    /*background-color: #0198be;*/
    /*border-color: #007892;*/
/*}*/
.list-group-item.active a{
    color:#fff;
    font-weight: bold;
}
.list-group{
    margin-bottom: 25px;
}
.background-primary-color{
    background: #0d3f84;
}
.background-primary-color.focus, .background-primary-color:focus{
    box-shadow: 0 0 0 0.2rem #d65e1440;
}
.background-success-color{
    background: #819b06;
}
.background-success-color.focus, .background-success-color:focus{
    box-shadow: 0 0 0 0.2rem #6f860340;
}
.contactHospital{
    font-weight: 500;
    text-shadow: 0px 1px 1px #888;
    padding: 8px 25px;
    font-size: 16px;
}
.hastaneBlok{
    background: #fff;
    height: 350px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background: #00d5fe;
}
.text-extra-large{
    font-size:24px;
    line-height: 30px;
}
header ul.nav-menu > li > a {
    margin-right: 15px;
    letter-spacing: -0.3px;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: rgba(0,0,0,.6);
}
#menu-main  > li > a {
    
}
.btn-xs {
    padding: 2px 8px;
}
.table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > th {
    padding: 9px 9px;
}
.fade.in{
    opacity: 1!important;
}
.nav-tabs{
    padding:8px 0;
    margin-bottom:10px;
}
.nav-tabs li a{
    padding:10px;
}
.alert {
    margin-top: 1rem;
}
.label-success {
    background-color: #5cb85c;
}
.label-danger {
    background-color: #d9534f;
}
.panelResimBlok{
    border:1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: block;
    float:left;
    width: 250px;
    margin-right: 20px;
}
.panelResimBlok img{
    max-width: 100%;
}
.form-group > div > div > label{
    font-weight: 600;
    margin-bottom: 0;
    margin-top:.5rem;
}
.z-index-99 {
    z-index: 1040;
}
h6{
    color: #860000;
    font-weight: 600;
}
/*.control-label{*/
    /*text-align: right;*/
    /*font-weight: bold;*/
    /*line-height: 30px;*/
/*}*/
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: none;
}
select + .select2-container {
    width: 100% !important;
}
.select2-container .select2-selection--single,.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px;
}

.listing-search .select2-container--default .select2-selection--single {
    border: none;
}
.listing-search .select2-container .select2-selection--single {
    height: 47px;
    border-radius: unset;
    border-right: 1px solid #e5e5e5;
}
.listing-search .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 47px;
}
.listing-search .select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 45px;
}
.select2-dropdown {
    border: 1px solid #e5e5e5!important;
    border-top:none!important;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da;
}
.flexslider{
    margin-bottom: 20px!important;
}
.fastContactBorder{
    border-right:1px solid #eee;
}
@media (min-width: 768px){
    .visible-xs{
        display: none!important;
    }
    /* .mobileLang{
        display: none;
    } */
}
header a.mobile-toggle{
    font-size: 28px!important;
    margin:4px;
}
.in-header a.mobile-toggle {
    color: #333!important;
}

.medfind-button-mobil .medfind-button {
    padding-left:15px!important;
    padding-right:15px!important;
    font-size: 14px;
}
@media (max-width: 767px){
    
    .hastaneBlok{
        height: auto;
    }
    .hidden-xs{
        display: none!important;
    }
    header{
        /* position: relative!important; */
        padding-bottom: 0px;
    }
    .banner{
        padding: 20px 0 !important;
    }
    .banner .justify-content-center{
        margin: 20px 0 !important;
    }
    #page-title{
        padding: 20px 0 !important;
        -webkit-background-size: cover!important;
        -moz-background-size: cover!important;
        -o-background-size: cover!important;
        background-size: cover!important;
    }
    .in-header .header-search {
        width: 100%!important;
        margin-left: 0!important;
        margin-top: 6px!important;
        margin-bottom: 10px;
        margin-left:37px;
    }
    .mobil-profil {
        text-align: center;
        color: #fff;
        text-decoration: none;
        display: block;
        position: absolute;
        top: 15px;
        right: 55px;
    }
    .mobil-profil a {
        color: #333!important;
        font-size:30px;
    }
    .medfind-button-mobil .medfind-button{
        font-size:13px;
        padding-left: 12px!important;
        padding-right: 12px!important;
    }
    #menu-main{
        width:100%;
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .home-header #menu-main{
        font-size: 14px;
        border-radius: 4px;
        /* overflow: hidden; */
        background: #fff;
        -webkit-box-shadow: 0 1px 7px rgba(0,0,0,.18);
        box-shadow: 0 1px 7px rgba(0,0,0,.18);
    }
    .home-header ul.nav-menu>li>a{
        color:#555;
        padding: 10px 10px;
    }
}
footer.footerbg1{
    background: #2c3138;
}
footer.footerbg2{
    background: #323942;
}
footer h5{
    color:#fff;
}
footer ul li{
    width: 100%;
}
.list-inline-item{
    list-style: none!important;
}
.list-inline-item .fa-angle-right{
    display: none!important;
}
.slick-slide {
    outline: none;
}
.list-group a{
    padding:10px
}
.sosyalmedyasticky{
    list-style:none;
    margin-top:20px
}
@media (max-width: 400px){
    .margin-right-10px{
        margin-right:5px!important;
    }
    .hastdoktorliste .hastdoktorlblok{
        width: calc(50% - 10px);
    }
    .hastdoktorliste .hastdoktorrblok{
        float: right;
        width: 50%;
        margin-left: 0!important;
    }
}
.hidden{
    display:none;
}
#menu-main>li>a{
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}
#menu-main>li>a::before {
    content: "";
    background: #00d5fe;
    bottom: -3px;
    height: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    -webkit-transition: .15s;
    -o-transition: .15s;
    transition: .15s;
    width: 100%;
    border-radius: 50px 50px 0 0;
}
/* #menu-main>li>a:hover::before, */
#menu-main>li.active>a::before {
    bottom: 0;
    height: 3px;
    opacity: 1;
}
body {
    background-color: #fff;
}
/* #page-title{
    display: none
} */
.hp-search-form .ui-autocomplete {
    background: #fff;
    border-radius: 0!important;
    border: none;
    border-top: 1px solid #d9dbe2;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,.35);
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.35);
    max-height: 25vh;
    overflow-y: auto;
    padding: 0;
    left: 1px;
    right: 0;
    top: 34px;
    z-index: 700;
}
.header-search {
    height: 100%;
    z-index: 9;
    width: 100%;
    position: relative;
    height:auto;
}
.ui-autocomplete::-webkit-scrollbar {
    width: 5px;
}
.ui-autocomplete::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
.ui-autocomplete::-webkit-scrollbar-thumb {
    background: #888; 
}
.ui-autocomplete::-webkit-scrollbar-thumb:hover {
    background: #555; 
}
.customScroll{
    overflow-y: auto;
}
.customScroll::-webkit-scrollbar {
    width: 5px;
}
.customScroll::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
.customScroll::-webkit-scrollbar-thumb {
    background: #888; 
}
.customScroll::-webkit-scrollbar-thumb:hover {
    background: #555; 
}
.header-search-wrapper {
    width: auto;
}
.header-search-button {
    background-color: #fff;
    width: 56px;
    height: 44px;
    border-radius: 0 50px 50px 0;
    z-index: 560;
    margin: 0;
    position: absolute;
    right: 2px;
    top: 2px;
    border: 0;
}
.header-search-input-wrapper {
    border-radius: 50px;
    position: relative;
    width: 100%;
    font-size: 16px;
    -webkit-transition: .15s;
    transition: .15s;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background: #fff;
    background: transparent;
    z-index: 550;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}
.header-search-input-wrapper .home-search-input {
    border-radius: 50px;
    height: 44px;
    padding: 10px 56px 9px 24px;
    border: none;
    position: relative;
    overflow-x: auto;
    margin: 2px;
    width: calc(100% - 4px);
    z-index: 502;
    background:#fff;
}
.header-search-input-wrapper .header-search-wrapper {
    padding-top: 44px;
    border-radius: 24px;
    position: absolute;
    top: 0;
    width: 100%;
    border: 2px solid #dfe1e5;
}
.header-search-input-wrapper .home-search-input:focus {
    padding: 14px 56px 13px 24px;
}
.hp-search__result.active {
    padding: 48px 24px 24px;
    z-index: 501;
    background-color: #fff;
}
.hp-search__result.active .ui-autocomplete {
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: left;
    border: none;
    border-top: 1px solid #e9e9e9;
    max-height: 30vh;
    overflow-y: auto;
    list-style: none;
}
.js-search__list{
    list-style: none!important;
    padding:0;
    margin:0;
}
.hp-search__result.active .ui-autocomplete {
    display: block;
}
.header-search-input-wrapper .home-search-input:focus+.header-search-wrapper {
    -webkit-box-shadow: 0 1px 16px rgba(0,0,0,.16);
    box-shadow: 0 1px 16px rgba(0,0,0,.16);
    border: none;
}
.hp-search__result .ui-autocomplete {
    display: none;
}
.hp-search__result.active {
    padding: 48px 30px 24px;
    z-index: 501;
    background-color: #fff;
}
.header-search .ui-autocomplete a {
    text-decoration: none;
    display: block;
}
.hp-search__result.header-search-wrapper .new-header-search-input-list-item--category a {
    color: rgba(0,0,0,.38);
    padding: 20px 0 8px;
    font-size: 13px;
    line-height: 15px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
}
.header-search .ui-autocomplete a, .hp-search__result.header-search-wrapper a {
    padding: 2px 0;
    font-size: 16px;
    line-height: 19px;
    color: rgba(0,0,0,.87);
}
.hp-search__result.header-search-wrapper a.js-search__expansion {
    color: #6f9b00;
}
.header-search-wrapper .mobile-close-search-btn {
    display: none;
}
.border-radius-100-100{
    border-radius: 100%
}
.header-search .ui-autocomplete a:active, .header-search .ui-autocomplete a:focus, .header-search .ui-autocomplete a:hover, .hp-search-form .ui-autocomplete a:active, .hp-search-form .ui-autocomplete a:focus, .hp-search-form .ui-autocomplete a:hover {
    background: #f7f9fb!important;
    border-color: #e9ebf2!important;
    margin: 0!important;
    cursor: pointer;
}
#menu-main{    
    padding:10px 0;
    width: 100%;
}
#menu-main-1 > li > a{    
    margin-right: 20px;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
}

.log-in-form .btn-primary {
    -webkit-border-radius: 3px!important;
    -moz-border-radius: 3px!important;
    border-radius: 3px!important;
    background-color: #00d5fe;
    width: 100%;
    margin-top: 20px;
    margin-right: 10px;
    margin-bottom: 10px;
    border-style: none;
}
.swal2-title, .swal2-content p {
    font-family: roboto!important;
}
.rating ul li.half {
    background-image: url(../img/star_2.png);
}
.rating ul li {
    height: 16px;
    width: 16px;
}
.rating ul li.selected {
    background-image: url(../img/star_1.png);
}
.commentlist li:last-child{
    border:none!important;
}
.yorumresim {
    background: linear-gradient(136.12deg,#63b9d4 18.6%,#1998c1 73.26%);
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    height: 48px;
    overflow: hidden;
    width: 48px;
    line-height: 48px;
    text-align: center;
    float:left;
}
.reviewstar {
    margin-top: 3px;
    margin-right: 10px;
    font-size: 30px;
    color: #f7931e;
    font-weight: 700;
    line-height: 26px;
    padding-top: 2px;
}
.modal-content{
    padding: 20px;
    border-radius: 25px;
    border:none;
}
.modal-dialog-centered{
    top: 50%;
    transform: translateY(-50%)!important;
}
.modal-header .close:hover{
    cursor: pointer;
}
.modal-header .close {
    padding: 15px;
    position: absolute;
    margin: 0;
    right: 15px;
    top: 5px;
    color: red;
    opacity: 1;
    font-size: 50px;
    font-weight: 400;
    outline: none;
}
.listing-search h3{
    margin-bottom:20px;
    padding-top:0;
}
.listing-search label{
    font-weight: 500;
    width: 100%;
}
.listing-search .listing-form{
    background-color: #eaeaea;
}
.alfabe {
    margin:0;
    padding:0;
    list-style: none;
}
.alfabe li a{
    width: calc(20% - 8px);
    margin: 4px 4px;
    padding: 3px;
    background: #eeeee9;
    border: 1px solid #ccc;
    text-align: center;
    border-radius: 4px;
    float: left;
    font-weight: 500;
}
.alfabe li a:hover,.alfabe li a.aktif{
    background: #00d5fe;
    border: 1px solid #1584a3;
    color:#fff; 
}
.listing-search .select2-container .select2-selection--single{
    background: #eaeaea;
    border-radius: 10px!important;
    padding-left: 30px;
}
.listing-search .regions:before{
    z-index: 9;
}
.listing-search .keywords:before {
    z-index: 9;
}
.hometextcolor1{
    color:#00d5fe
}
.hometextcolor2{
    color:#ed1b24
}
.ortamenu li a{
    color:#00d5fe!important;
    font-weight: 500!important;
}
.ortamenu li a{
    padding:15px 0!important;
}
.whatsappme__button{
display:none;
}
.whatsappme--chatbox .whatsappme__button{
display:flex;
}
.fixed-header, .fixed-header-dark{
    background: #fff;
}
#totopscroll {
    display: inline-block;
    background-color: #00d5fe;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 116px;
    right: 36px;
    transition: background-color .3s, 
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
  }
  #totopscroll svg {
    color: #fff;
    font-size: 28px;
    height: 50px;
  }
  #totopscroll:hover {
    cursor: pointer;
    background-color: #0d3f84;
  }
  #totopscroll:active {
    background-color: #0d3f84;
  }
  #totopscroll.show {
    opacity: 1;
    visibility: visible;
  }
.repeatClass {
    -webkit-animation-iteration-count:999;
    animation-iteration-count:999;
    -webkit-animation-iteration-count:calc(var(--animate-repeat)*999);
    animation-iteration-count:calc(var(--animate-repeat)*999)
}
.log-in-form .form-control{
    border-radius: 0.25rem;
}
input.form-control{
    font-size: 15px;
    height:50px;
}
form label{
    font-size: 15px;
}
.form-group > div > div > label{
    font-weight: 300;
}
.log-in-form .form-control{
    -webkit-border-radius: 3px!important;
    -moz-border-radius: 3px!important;
    border-radius: 3px!important;
}
.select2-container--default .select2-selection--single{
    -webkit-border-radius: 3px!important;
    -moz-border-radius: 3px!important;
    border-radius: 3px!important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 50px;
}
.select2-container .select2-selection--single, .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
}
.user-sidebar a{
    font-size:15px;
    font-weight: 300;
    line-height: 35px;
}
.user-sidebar h4{
    border-bottom: 1px solid #dee2f9;
    display: inline;
}
#messageError{
    color:#d9534f;
    font-size:14px;
    font-weight: 100;
    /* display: none; */
}
.mf-highlight {
    background-color: rgba(0,0,0,.3);
    height: 0;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: opacity .3s ease;
    width: 100%;
    z-index: -99999;
}
.mf-highlight.fade-out {
    height: 100%;
    opacity: 0;
    z-index: -99999;
}
.mf-highlight.fade-in {
    height: 100%;
    opacity: 1;
    z-index: 990;
}
.mf-highlight-affix {
    position: relative;
    z-index: 1000;
}
.doktorkayitbg{
  position: relative;
}
.doktorkayitbg:before{
  background-color: #f5f5f5;
  background: #f7f9fa;
  border-left: 1px solid #f5f5f5;
  content:"";
  left:calc(50% + 50px);
  top:0;
  width:50%;
  height:100%;
  z-index: 0;
  position: absolute;
}
@media (max-width: 767px){
  .doktorkayitbg:before{
    display:none!important;
  }
}
.background-white.box-shadow{
    overflow: hidden;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
a.text-success, a.text-success:focus, a.text-success:hover{
    color:#0d3f84!important;
}
.background-second-color3{
    color:#214182!important;
    border:2px solid #214182;
    background-color: transparent!important;
    height: auto!important;
    padding: 0px 12px !important;
    font-weight: 500!important;
}

.background-second-color{
    background-color: #0d3f84!important;
}
.thum img{
    width:100%;
}