.list-category .list-group-item{
    margin-bottom:20px;
    padding:0px;
    box-shadow:0 0 15px -6px rgba(22, 127, 216, 0.53);
}
.list-category .list-group-item:hover{
    cursor:pointer;
    transition:1px;
    box-shadow:0 0 25px -6px rgba(22, 127, 216, 0.53);
}
.list-category .list-group-item img{
    height:238px !important;
}
.list-category .list-group-item .cat-content hr{
    margin-bottom:5px !important;
}
.list-category .list-group-item .cat-content{
    padding:20px 20px 0 20px;
}
.list-category .list-group-item .cat-content-date{
    font-size:12px;
    color:#595d5f7a;
    font-weight:bold;
}
.list-category .list-group-item .cat-title{
    height:30px !important;
    line-height:20px;
    color:#084d88b5;
    font-weight:bold;
}
.list-category .list-group-item .cat-content p{
    margin-top:15px;
    margin-bottom:20px;
    font-size:13px;
    line-height:18px;
    font-weight:bold;
    color:#144359;
}
.padding-top-50 {
    padding-top: 50px;
}
.list-category .list-group-item .cat-content .btn-outline-primary{
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d;
    font-size:5px;
    display:inline-block;
    padding:10px 20px;
}
.list-category .list-group-item .cat-content .btn-outline-primary:hover{
    background:#8c8585;
    color:#fff;
    transition:1s;

}
#snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 10060;
    left: 80%;
    bottom: 40px;
    font-size: 24px;
}

#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;} 
    to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;} 
    to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}
.img-container {
    position: relative;
    cursor:pointer;
    overflow:hidden;
    transition:all 0.3s ease 0s;
}
.img-container:hover{

    transform:scale(1.02);
}
.img-container .btn-wrapper{
    position: absolute;
    text-align:center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color:rgba(0,0,0,0);
    display:none;
}
.show-img-div{
    z-index: 12000;
    position: fixed !important;
    width:100%;
    height:100%;
    background-color: rgba(0,0,0,.9);
    top:0;
    left:0;
    display:none;

}
.show-img-div .content{
    margin-top:40px;
    width:500px;
    margin-left:auto;
    margin-right: auto;
    height:500px;
}
.show-img-div .content img{
    height:500px;
}
/* Style the button and place it in the middle of the container/image */
.btn-wrapper .btn1 {

    background-color: rgba(255,255,255,.0);
    transition: background-color 0.5s ease;
    color: white;
    font-size: 12px;
    font-weight:bold;
    padding: 8px 16px;
    border: 1px solid rgba(255,255,255,.5);
    cursor: pointer;
    border-radius:0 !important;
    font-family:"Roboto Condensed", sans-serif;
    line-height:16px;
    opacity:0.9;
}
.img-container:hover .btn-wrapper{
    display:inline-block;
}
.btn-wrapper .btn1:hover {
    background-color: rgba(255,255,255,.9);
    color:#000;
}
.letter-list-column{
    margin-top:15px;

}
.letter-column{
    padding:0 !important;
    border:1px solid rgba(169, 161, 161, 0.3);
    margin-top:10px;
}
.letter-column ul li{
    margin-top:5px;
    font-weight:400;
    font-size:14px;
    color:#333;
    text-transform:uppercase;
}
.letter-list-column h3
{
    background-color:#eceff2;
    color:#000;
    padding:15px;
    line-height:24px;
    font-size:24px;
    font-weight:600px;
    margin-top:0 !important;
}
.medical-title
{
    margin-top:10px;
    margin-bottom:10px;
    color:#0a6c9cfa;
    background-color:#1fe4db17;
    font-weight:bold;
    font-size:32px;
    padding:10px;
    line-height:32px;
}
.doctor-list{
    padding:0 !important;
    margin-top:10px;
}
.doctor-list ul{

}
.doctor-list ul li{
    margin-top:5px;
    font-weight:400;
    font-size:14px;
    color:#333;
}

.doctor-list h3{
    background-color:#eceff2;
    color:#000;
    padding:15px;
    line-height:24px;
    font-size:24px;
    font-weight:600px;
    margin-top:0 !important;
}
.c-layout-header{
    background-color: #ffffff !important;
}
.c-desktop-logo {
    height: 70px;
}

::selection {
    text-shadow: none;
    background: #4694cf;
    color: #fff
}
.display-inline{
    display: inline-block;
}
.float-right {
    float: right;
}
.c-desktop-logo-inverse{
    height: 50px;
}
.c-mobile-logo{
    max-width: 100%;
    width: 250px;
}

.green-logo{
    height: 30px;
}
.sap-logo{
    height: 20px;
}

.bower-header-1 {
    background-image: url(/uploads/kurumsal/header_back_2.jpg) !important;
    background-size: cover !important;
}

.c-brand {
    margin-top: 8px !important;
    margin-bottom: 0px !important;
}

@media (min-width: 992px){
    .c-layout-header .c-brand { margin-top:0% !important; }}

.c-page-on-scroll.c-layout-header-fixed .c-layout-header .c-brand{
    margin-top: 5px !important;
    margin-bottom: 8px !important;
}

.c-icons {
    position: relative;
    padding: 0;
    top: 1px;
    margin: 0 0 0 35px;
    list-style: none;
}

.icon-social {
    color: #aeb8c2;
    font-size: 16px;
    padding: 4px;
}


.bg-bower {
    background-color: #4792cd !important;
}
.color-bower {
    color: #4792cd !important;
}
.bg-bower-dark {
    background-color: #5c6873 !important;
}
.color-bower-dark {
    color: #5c6873 !important;
}
.color-white {
    color: #ffffff !important;
}
.color-bower-green {
    color: #32c5d2 !important
}
.color-black {
    color: #000000;
}

.btn-1 {
    color: #ffffff;
    background: #eb930c;
    border-color: #eb930c;
    width: 200px;
    margin-bottom: 10px !important;
    margin-left: 0px !important;
    padding-bottom: 15px !important;
    padding-top: 15px !important;
}
.btn-1:hover{
    color: #ffffff !important;
    background: #d3840b;
    border-color: #d3840b;
}
.btn-1:focus{
    color: #ffffff !important;
    background: #d3840b;
    border-color: #d3840b;
}
.btn-2 {
    color: #ffffff;
    background: #4592ce;
    border-color: #4592ce;
    width: 200px;
    margin-left: 0px !important;
    margin-bottom: 10px !important;
    padding-bottom: 15px !important;
    padding-top: 15px !important;
}
.btn-2:hover{
    color: #ffffff !important;
    background: #337db7;
    border-color: #337db7;
}
.btn-2:focus{
    color: #ffffff !important;
    background: #337db7;
    border-color: #337db7;
}
.btn-3 {
    color: #ffffff;
    background: #32c5d2;
    border-color: #32c5d2;
    width: 200px;
    margin-left: 0px !important;
    margin-bottom: 10px !important;
    padding-bottom: 15px !important;
    padding-top: 15px !important;
}
.btn-grp {
    position: absolute;
    z-index: 99;
    right: 10%;
    top: calc(100% - 235px);
    width: 210px;
    height: 235px;
    display: inline-block;
}

.c-layout-revo-slider{
    min-height: 300px; 
}
.tp-banner{
    min-height: 300px; 
}
.forcefullwidth_wrapper_tp_banner {
    min-height: 300px; 
}

.margin-top-300 {
    margin-top: 300px; 
}
.margin-top-200 {
    margin-top: 200px; 
}
.margin-top-100 {
    margin-top: 100px; 
}
.margin-0 {
    margin: 0px !important; 
}
.margin-top-0 {
    margin-top: 0px !important; 
}
.margin-top-bottom-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}
.margin-top-10 {
    margin-top: 10px !important;
}
.margin-top-20{
    margin-bottom: 20px !important;
}

.margin-top-bottom-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
.margin-bottom-60 {
    margin-bottom: 60px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.font-100 {
    font-size: 100px;
}
.font-35 {
    font-size: 35px !important;
}
.font-24 {
    font-size: 24px !important;
}
.font-1 {
    font-size: 1px !important;
}
.tp-mask-wrap{
    position: absolute; 
    overflow: visible; 
    height: auto; 
    width: auto;
}
.slider-text{
    padding: 30px;
}
.slider-text-background{
    padding: 30px;
    background-color: #ffffff59;
}
.padding-left-right-15 {
    padding-left: 15px;
    padding-right: 15px;
}
.padding-left-30 {
    padding-left: 30px;
}
.padding-top-bottom-50{
    padding-bottom: 50px;
    padding-top: 50px;
}
.padding-top-bottom-20{
    padding-bottom: 20px;
    padding-top: 20px;
}
.center{
    text-align: center;
}

.ask-doctor{

}
.padding-bottom-0{
    padding-bottom: 0px !important;
}
.padding-top-0{
    padding-top: 0px !important;
}

.bower-buton{
    width: 100%;
    height: 100px;
    font-size: 22px;
    margin-bottom: 30px !important;
    margin-left: 0px !important;
}

@media only screen and (min-width:0) and (max-width: 420px) {
    .cbp-item{
        width: 100% !important;
        height: auto !important;
        position: unset !important;
    }
}
@media only screen and (min-width:421px) and (max-width: 600px) {
    .cbp-item{
        margin-right:5px !important;
        margin-bottom:5px !important;
        width: calc(50% - 5px) !important;
        position: unset !important;
    }
}
@media only screen and (min-width:601px) and (max-width: 900px) {
    .cbp-item{
        margin-right:5px !important;
        margin-bottom:5px !important;
        width: calc(25% - 5px) !important;
        height: auto !important;
        position: unset !important;

    }
}
@media only screen and (min-width:901px) and (max-width: 1200px) {
    .cbp-item{
        margin-right:5px !important;
        margin-bottom:5px !important;
        width: calc(25% - 5px) !important;
        height: auto !important;
        position: unset !important;
    }
}
@media only screen and (min-width: 1201px) {
    .cbp-item{
        margin-right:5px !important;
        margin-bottom:5px !important;
        width: calc(25% - 5px) !important;
        height: auto !important;
        position: unset !important;
    }
}

/*.c-content-latest-works{
    height: 400px !important;
}*/

.input-sm {
    height: 40px !important;
    padding: 5px 10px !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    border-radius: 0px !important;
}
textarea.input-sm {
    height: auto !important;
}
select[multiple].input-sm {
    height: auto !important;
}

.w-270{
    width: 270px;
}

@media screen and (max-width: 990px){
    .btn-grp {
        position: absolute;
        z-index: 99;
        right: 20%;
        top: 50px;
        width: 210px;
        height: 235px;
        display: inline-block;
    }
    .slider-text{
        display: none;
    }
}

.side-button-e-randevu{
    position: fixed;
    right: -80px;
    top: 45%;
    z-index: 99;
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}
.owl-carousel .owl-item {
    overflow: hidden;
}

element.style {
}
.c-content-blog-post-card-1 .c-body .c-title {
    font-size: 19px;
    font-weight: 500;
    color: #3f444a;
    height: 44px;
    overflow: hidden;
    line-height: 23px;
    margin-bottom: 0px !important;
}
.c-content-overlay {
    height: 225px;
}
.c-content-testimonial-3.c-option-dark-transparent > .c-person > .c-person-detail > .c-name {
    color: #5f5e5e !important;
}

.c-content-testimonial-3 > .c-person > img {
    float: left;
    margin: 0 10px 0 0;
    border-radius: 50%;
    width: 75px !important;
    height: 75px !important;
}
.saglik_content {
    height: 145px;
    overflow: hidden;
}
.link {
    cursor: pointer;
}

.fav_background{
    background-color: #8775A7;
}

.fav_time_h1{
    font-size: 50px; padding-top: 10px; margin-bottom: -5px;
}

.fav_time_h3{
    margin-left: 135px;
}

.fav_time_h4{
    margin-left: 80px;
}

.tile_background{
    background-color: #DEDADA;
}

.ptile{
    padding: 0;visibility: hidden;height: 0px;
}

.gg_tools{
    padding: 0;visibility: hidden;height: 0px;
}

.gg_tile_bg_1{
    background: #8775A7;
}

.gg_tile_bg_2{
    background: #32C5D2;
}

.gg_tile_bg_3{
    background: #F4D03F;
}

.gg_gmap{
    height: auto;
}

.to_uppercase{
    text-transform: uppercase;
}

.gg_height_100p{
    height:100%;
}

.gg_clr_white{
    color:white;
}

.gg_feedback_bg{
    background-image:url(/application/views/front/theme/img/feedback_box_2.png);
}

.gg-alg-center{
    text-align:center;
}

.gg-bw-p-1{
    font-size: 16px;font-weight: bold;
}

.gg-bw-row-1{
    padding:0px 20px 5px 20px;
}

.gg-bw-p-2{
    font-size: 16px;color:red;
}

.gg-bw-row-2{
    padding:0px 25px;
}

.gg-padding-25{
    padding:25px;
}

.gg-text-alg-right{
    text-align:right;
}

.gg-bulten-button{
    background-color: #00b5cb; border: 0px;color: white;padding: 8px;cursor:pointer;
}

.gg-bw-padding-9{
    padding: 9px;
}

.gg-width-100px{
    width:100%;
}

.gg-margin-top-50{
    margin-top:50px;
}

.gg-display-none{
    display:none !important;
}

.gg-min-height-280{
    margin-top:50px;display:none;
}

.gg-width-100p{
    width:100%;
}

.gg-margin-btm-0{
    margin-bottom:0 !important;
}

.gg-margin-top-0{
    margin-top:0 !important;
}

.gg-personel-img{
    width:100%;border-style:  solid;border-color: #f7f7f7;border-width:  1px;
}

.gg-padding-10{
    padding:10px;
}

.flag-icon{
    background: none !important;
}
