.navbar-nav {
    margin-top: 0!important;
    display: flex;
    height: 100px;
    align-items: center;
    justify-content: flex-end;
}

.navbar-nav li a {
    padding: 5px 10px;
    color: #505050!important;
    font-size: 14px!important;
    font-weight: 500;
    display: inline-block;
    position: relative;
    transition: ease-in .3s;
}

.navbar-nav li a:hover {
    background-color: transparent!important;
    color: #505050!important;
    transition: ease-in .3s;
}


.navbar-nav li a:before {
    content: "";
    position: absolute;
    left: 51%;
    right: 51%;
    bottom: -10px;
    height: 2px;
    background-color: #bd1922;
    border-radius: 20px;
    transition: ease-in .3s;
}

.navbar-nav li a:hover:before {
    left: 30%;
    right: 30%;
    transition: ease-in .3s;
}


.HeadUst {
    background-color: #FFF;
    box-shadow: 0px 0px 15px -3px rgb(0 0 0 / 15%);
    position: relative;
    z-index: 300;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.HeadUst .sol {
    display: flex;
    height: 40px;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
}


.HeadUst .sol ul{
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style-type: none;
}


.HeadUst .sol ul li {
    font-size: 15px;
    color: #716f6e;
    font-weight: 500;
    padding-right: 15px;
    display: inline-flex;
    height: 50px;
    justify-content: flex-start;
    align-items: center;
}

.HeadUst .sol ul li a {
    font-size: 15px;
    color: #716f6e;
    font-weight: 500;
    padding-right: 15px;
    display: inline-flex;
    height: 50px;
    justify-content: flex-start;
    align-items: center;
}

.HeadUst .sol ul li img{
    width: auto;
    height: 15px;
    margin-right: 10px;
}



.HeadUst .sag {
    display: flex;
    height: 40px;
    align-items: center;
    justify-content: flex-end;
    column-gap: 5px;
}

.HeadUst .sag a{
    width: 30px;
    height: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.HeadUst .sag a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.HeadUst .sag .search .form-control {
    outline: none;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #e4e4e4;
    height: 30px;
    padding: 10px 0;
    font-size: 13px;
    color: #505050;
}


.navbar-nav li:hover .drop_down {
    display: block!important;
}


.drop_down {
    padding: 0;
    margin: 0;
    list-style-type: none;
    position: absolute;
    background-color: #FFF;
    z-index: 9999;
    left: 0;
    min-width: 250px;
    display: none;
    box-shadow: 0px 0px 15px -3px rgb(0 0 0 / 10%);
}


.drop_down li a:before {
    display: none!important;
}

.drop_down li a {
    padding: 5px 10px!important;
    color: #505050!important;
    font-size: 12px!important;
    font-weight: 500;
    display: block!important;
    position: relative;
    transition: ease-in 0s!important;
}

.drop_down li:hover {
    background-color: #bd1922;
}

.drop_down li:hover a {
    color: #FFF!important;
    transition: ease-in 0s!important;
}

.slider .container-fluid {
    padding-right: 0!important;
    padding-left: 0!important;
    margin-left: auto;
    margin-right: auto;
}


.slider .slider_index {
    background-color: #f4f4f4;
    width: 100%;
    height: auto;
    position: relative;
}

.slider .slider_index .slider_desc {
    margin: auto 150px;
    max-width: 500px;
    position: absolute;
    display: flex;
    height: 550px;
    align-items: center;
}


.slider_desc span {
    display: block;
    color: #30434F;
    font-size: 18px;
    font-weight: 600;
}

.slider_desc h1 {
    color: #30434F;
    display: block;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 55px;
}

.slider_desc p {
    font-size: 13px;
    color: #30434f;
    line-height: 20px;
    margin: 0;
}


.slider_desc a {
    background-color: #bd1922;
    margin: 10px 0 0 0;
    display: inline-flex;
    width: 140px;
    height: 35px;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.5px;
    font-size: 14px;
    text-decoration: none;
    outline: none;
}

.br_right {
    border-right: 2px solid rgba(255,255,255,0.1);
}

.br_left {
    border-left: 2px solid rgba(255,255,255,0.1);
}

.br_bottom {
    border-bottom: 2px solid rgba(255,255,255,0.1);
}

.p_30 {
    padding: 30px!important;
}


.h_405 {
    height: 405px;
}

.f_box img {
    width: auto;
    height: 80px;
    margin-bottom: 10px;
}


.f_box {
    padding: 50px 30px;
}


.f_bulten {
    position: relative;
}

.f_bulten span{
    display: block;
    color: #FFF;
    font-weight: 500;
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}

.f_bulten .form-control {
    outline: none;
    border: none;
    box-shadow: none;
    height: 50px;
    border-radius: 40px!important;
    padding: 0 20px;
    position: relative;
    width: 80%;
    margin: 0 auto;
}

.f_box h3 {
    display: block;
    font-size: 18px;
    color: #FFF;
    font-weight: 700;
    position: relative;
    padding-left: 10px;
}


.f_box h3:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: #bd1922;
}


.btn-bulten {
    position: absolute;
    top: 47%;
    right: 11%;
    border: none;
    outline: none;
    background-color: #304350;
    width: 100px;
    border-radius: 20px;
    height: 40px;
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
}



.f_box ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.f_box ul li a {
    color: #d6d6d6;
    text-decoration: none;
}

.f_box ul li a:hover {
    color: #fff;
    text-decoration: none;
}


.f_box .social_links {
    width: 30px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: rgba(255,255,255,0.7);
    font-size: 18px;
    text-decoration: none;
}


.f_adres {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    margin: 20px 80px 0 80px;
    font-weight: 500;
}

.f_telefon {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    margin: 10px 0 0 0;
}

.f_mail {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    margin: 10px 0 0 0;
}


.index {
    position: relative;
    margin-bottom: 80px;
}

.index .index_desc {
    position: absolute;
    left: 10%;
    right: 10%;
    top: -50px;
    background-color: #FFF;
    box-shadow: 0px 0px 15px -3px rgb(0 0 0 / 15%);
    height: 100px;
    z-index: 500;
    width: auto;
}

.index .index_desc [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.index_desc2 {
    text-align: center;
}

.index_desc2 img{
    max-width: 40px;
    width: 100%;
    margin-bottom: 10px;
}

.index_box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    position: relative;
    transition: ease-in .3s;
}


.i_before:before {
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    background-color: #efefef;
    position: absolute;
}


.index_box span {
    font-size: 13px;
    color: #505050;
    display: block;
    font-weight: 500;
    transition: ease-in .3s;
}


.index_box i {
    font-size: 45px;
    line-height: 0;
    display: flex;
    justify-content: center;
    color: #bf1822;
    height: 50px;
    align-items: center;
    transition: ease-in .3s;
}


.index_box:hover span {
    color: #bf1822;
    transition: ease-in .3s;
}


.index_box a {
    text-decoration: none!important;
    transition: ease-in .3s;
}

.infinite i {
    color: #FFF!important;
    transition: ease-in .3s;
}


.doktorlar {
    padding: 50px 0;
}


.doktorlar h1 {
    font-size: 32px;
    font-weight: 800;
    margin: 0;
    position: relative;
    color: #304350;
    text-transform: uppercase;
}


.doktorlar h1:before {
    content: "DOKTOR EKİBİMİZ";
    position: absolute;
    left: 0;
    top: -40px;
    -webkit-text-stroke: 1px #eaeaea;
    color: transparent;
    z-index: -1;
    font-size: 65px;
    opacity: 0.5;
}


.arrows {
    text-align: right;
}

.btn-arrow {
    width: 40px;
    height: 40px;
    border: none;
    outline: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #30434F;
    font-size: 16px;
}

.btn-arrow:hover {
    background-color: #bd1922;
}


.btn-arrow i {
    color: #FFF;
}


.d_box {
    position: relative;
    text-align: center;
}

.d_box img {
    width: 100%;
}

.d_box .content {
    padding: 10px 0 5px 0;
    text-align: center;
}

.d_box .content span {
    display: block;
    color: #9e9e9e;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.d_box .content h3 {
    font-size: 14px;
    color: #304350;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 5px;
}


.m_b_50 {
    margin-bottom: 50px;
}


.d_info {
    width: 100%;
    height: 500px;
    background-color: #f4f4f4;
    background-image: url(../../layout/images/arkaplan.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 150px;
    margin-bottom: 50px;
}


.d_index {
    height: 500px;
    display: flex;
    align-items: center;
}


.d_index .d_span {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    max-width: 400px;
    line-height: 18px;
    padding: 5px 0;
}


.d_index h1 {
    -webkit-text-stroke: 1px rgba(234, 234, 234, 0.12);
    color: transparent;
    font-size: 80px;
    position: absolute;
    top: 30px;
    font-weight: 600;
    left: 10px;
    z-index: 0;
    margin: 0;
}

.d_index p {
    font-size: 14px;
    color: #f4f4f4;
    line-height: 20px;
    font-weight: 400;
    margin: 0;
}

.d_index a {
    margin: 20px 0;
    background-color: #bd1922;
    width: 130px;
    height: 35px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 20px;
    text-decoration: none;
}


.d_index ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.d_index ul li {
    color: #f4f4f4;
    font-size: 14px;
    font-weight: 400;
    padding: 3px 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #3a4b56;
}

.d_index ul li:last-child {
    border-bottom: none!important;
}


.d_index ul li span {
    display: block;
    text-align: right;
    width: 300px;
    margin-left: 20px;
}


.d_doc {
    position: relative;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}


.d_doc img {
    width: auto;
    height: 650px;
}



.birimler {
    padding: 50px 0;
}


.birimler h1 {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 30px;
    position: relative;
    color: #304350;
    text-transform: uppercase;
}


.birimler h1:before {
    content: "TIBBİ BİRİMLER";
    position: absolute;
    left: 0;
    top: -40px;
    -webkit-text-stroke: 1px #eaeaea;
    color: transparent;
    z-index: -1;
    font-size: 65px;
    opacity: 0.5;
}


.t_box {
    display: flex;
    align-items: flex-start;
    height: 250px;
    padding-right: 25px;
}

.t_box_img {
    width: 70px;
    height: 70px;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
}

.t_box_img img {
    width: auto;
    height: 50px;
}


.t_box_index h3 {
    color: #304350;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    padding: 10px 0;
}


.t_box_index p {
    margin: 0;
    font-size: 13px;
    line-height: 22px;
    color: #505050;
    font-weight: 400;
}


.t_box_index a {
    display: inline-block;
    color: #304350;
    font-weight: 500;
    margin: 10px 0 0 0;
    font-size: 13px;
    text-decoration: none;
    transition: ease-in .3s;
}


.t_box_index a i {
    font-size: 10px;
    position: relative;
    left: 4px;
    transition: ease-in .3s;
}


.t_box_index a:hover {
    color: #bd1922;
}


.t_box_index a:hover i {
    left: 7px;
    transition: ease-in .3s;
}



.comment {
    padding: 80px 0;
    background-color: #f9f9f9;
}



.comment_box {
    box-shadow: 0px 0px 15px -3px rgb(0 0 0 / 15%);
    background-color: #FFF;
    display: flex;
    height: 400px;
    align-items: center;
    justify-content: space-between;
}


.comment_box_img {
    height: 400px;
    width: 100%;
    overflow: hidden;
}


.comment_box_img img {
    width: 100%;
}


.comment_index {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px;
    width: 100%;
    padding: 0 80px;
}

.comment_index img {
    width: 40px;
    height: 40px;
    margin-bottom: 15px;
}


.comment_index p {
    color: #505050;
    font-size: 14px;
    line-height: 22px;
}


.comment_write {
    display: flex;
    height: 50px;
    justify-content: space-between;
    align-items: center;
}

.comment_write span {
    font-size: 16px;
    font-weight: 600;
    color: #304350;
    display: block;
    margin-bottom: -5px;
    position: relative;
}


.comment_write small {
    font-size: 12px;
    color: #bd1922;
    font-weight: 500;
}


.comment_write a {
    font-size: 14px;
    color: #304350;
    text-decoration: none;
    font-weight: 500;
    transition: ease-in .3s;
}


.comment_write a i {
    position: relative;
    font-size: 10px;
    left: 3px;
    transition: ease-in .3s;
}


.comment_write a:hover i{
    left: 5px;
    transition: ease-in .3s;
}



.news {
    padding: 80px 0;
}


.news h1 {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 30px;
    position: relative;
    color: #304350;
    text-transform: uppercase;
}


.news h1:before {
    content: "BİZDEN HABERLER";
    position: absolute;
    left: 0;
    top: -40px;
    -webkit-text-stroke: 1px #eaeaea;
    color: transparent;
    z-index: -1;
    font-size: 65px;
    opacity: 0.5;
}


.news .news_box {
    margin-bottom: 10px;
    position: relative;
    box-shadow: 0px 0px 15px -3px rgb(0 0 0 / 15%);
}

.news .news_box img {
    width: 100%;
}


.news .news_box .content {
    background-color: #FFF;
    position: relative;
    padding: 15px;
}


.news .news_box .content .content_head {
    height: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #f4f4f4;
}


.news .news_box .content .content_head h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #304350;
}


.news .news_box .content .content_desc {
    height: 100px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 10px 0;
}

.news .news_box .content .content_desc p {
    color: #505050;
    font-size: 13px;
    line-height: 22px;
    font-weight: 400;
}


.news .news_box .content a {
    font-size: 14px;
    color: #304350;
    text-decoration: none;
    font-weight: 500;
    transition: ease-in .3s;
}


.news .news_box .content a i {
    position: relative;
    font-size: 10px;
    left: 3px;
    transition: ease-in .3s;
}


.news .news_box .content a:hover i{
    left: 5px;
    transition: ease-in .3s;
}


.content_date {
    text-align: center;
    width: 50px;
    height: 50px;
    background-color: #bd1922;
    position: absolute;
    top: -25px;
    right: 20px;
    border-radius: 3px;
}

.content_date span {
    display: block;
    font-size: 20px;
    color: #FFF;
    font-weight: 800;
    margin-bottom: -10px;
}

.content_date small {
    display: block;
    color: #FFF;
    font-weight: 600;
}


.fixed_social {
    position: fixed;
    left: 10px;
    bottom: 10px;
    z-index: 300;
}

.fixed_social a {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFF;
    border-radius: 50%;
    box-shadow: 0px 0px 15px -3px rgb(0 0 0 / 15%);
    color: #FFF;
    font-size: 18px;
    margin-bottom: 7px;
    text-decoration: none;
    background-color: #bd1922;
    position: relative;
}


.fixed_social a:hover {
    color: #bd1922;
    background-color: #FFF;
}


.fixed_social a:hover .social_text {
    display: block;
}


.social_text {
    position: absolute;
    font-size: 10px;
    right: -80px;
    left: 102%;
    color: #bd1922;
    background-color: #fff;
    z-index: 100;
    font-weight: 500;
    text-align: center;
    display: none;
}


.link_head {
    font-size: 35px;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    font-weight: 800;
    color: #30434f;
    cursor: pointer;
    display: block;
    margin-bottom: 20px;
}


.link_head:hover {
    color: #bd1922;
}


.link_head:before {
    content: attr(data-text);
    position: absolute;
    z-index: -1;
    opacity: 0.7;
    color: transparent;
    font-size: 60px;
    font-weight: 800;
    -webkit-text-stroke: 1px #eaeaea;
    top: -5px;
}


.page_head {
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #bd1922;
    position: relative;
    background-image: url(../../layout/images/banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}





.page_head:before {
    content: "";
    position: absolute;
    right: -45px;
    top: 0;
    bottom: 0;
    width: 80px;
    height: 120px;
    background-color: #fff;
    transform: skewX(-30deg);
    display: none;
}


.page_head .page_bread h1 {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
    color: #f9f9f9;
    margin: 0;
}


.page_head .page_bread ul {
    margin: 0;
    list-style-type: none;
    display: inline-flex;
    padding: 5px 0 0 0;
}


.page_head .page_bread ul li {
    margin-right: 15px;
    position: relative;
}

.page_head .page_bread ul li:before {
    content: ".";
    position: absolute;
    right: -10px;
    top: -5px;
    font-size: 15px;
    font-weight: 700;
    color: #f9f9f9;
}

.page_head .page_bread ul li:last-child:before {
    display: none!important;
}

.page_head .page_bread ul li a {
    font-size: 12px;
    color: #f9f9f9;
    position: relative;
    text-decoration: none;
    font-weight: 500;
}


.show_page {
    padding: 50px 0;
}


.show_page .show_page_other {
    border: 1px solid #f4f4f4;
}


.show_page .show_page_other a {
    display: block;
    padding: 5px 10px;
    border-bottom: 1px solid #f4f4f4;
    color: #505050;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    position: relative;
}

.show_page .show_page_other a:last-child {
    border-bottom: none!important;
}

.show_page .show_page_other a:hover {
    background-color: #bd1922;
    color: #FFF;
    text-decoration: none;
}


.show_page .show_page_other .active {
    background-color: #bd1922!important;
    color: #FFF;
    border-bottom: 1px solid #bd1922!important;
}



.show_page_desc {
    padding: 0 15px;
    font-size: 14px !important;
    line-height: 1.8 !important;
}


.manket {
    padding: 50px 0;
}


.manket .anketform h1 {
    font-size: 13px;
    display: inline-flex;
    background-color: #bd1922;
    position: relative;
    height: 30px;
    color: #f9f9f9;
    font-weight: 500;
    align-items: center;
    padding: 0 15px;
}


.manket .anketform h1:before {
    content: "";
    position: absolute;
    right: -30px;
    top: 0;
    bottom: 0;
    border-style: solid;
    border-width: 30px 30px 0 0;
    border-color: #bd1922 transparent transparent transparent;
}


.manket .anketform .form-group {
    margin-bottom: 10px;
}

.manket .anketform .form-group .form-control {
    height: 40px;
    outline: none;
    border: none;
    background-color: #f9f9f9;
    box-shadow: none;
}


.manket .anketform table {
    width: 100%;
    border-collapse: collapse;
}


.manket .anketform table tr:nth-child(even) {
    background-color: #f9f9f9;
}


.manket .anketform table td, th {
    border: 1px solid #f4f4f4;
    padding: 5px;
    font-size: 12px;
    line-height: 17px;
    color: #505050;
    text-align: center;
}


.manket .anketform table td:first-child {
    text-align: left!important;
}


.btn-anket {
    display: inline-block;
    padding: 5px 30px;
    margin: 10px 0 0 0;
    color: #f9f9f9;
    font-weight: 500;
    outline: none;
    border: none;
    background-color: #bd1922;
    border-radius: 3px;
    text-transform: uppercase;
    transition: ease-in-out .3s;
}

.btn-anket:hover {
    letter-spacing: 1px;
    transition: ease-in-out .3s;
}


.kurumsal {
    padding: 50px 0;
}


.kurumsal .kurum_box {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    height: 180px;
    margin-bottom: 10px;
    text-align: center;
    box-shadow: 0px 0px 15px -3px rgb(0 0 0 / 10%);
    transition: ease-in-out 1s;
}


.kurumsal .kurum_box img {
    width: auto;
    height: 80px;
    transition: ease-in-out 1s;
}

.kurumsal .kurum_box:hover img {
    transform: rotate(90deg);
    transition: ease-in-out 1s;
}


.kurumsal .kurum_box span {
    display: block;
    color: #505050;
    font-weight: 600;
    font-size: 12px;
    margin: 15px 0 0 0;
    text-transform: uppercase;
}


.kurumsal .kurum_box:hover {
    box-shadow: 0px 0px 15px -3px rgb(0 0 0 / 20%);
    transition: ease-in-out 1s;
}


.drop_sub_menu {
    padding: 0;
    list-style-type: none;
    margin: 0;
    position: absolute;
    right: 0;
    background-color: #bd1922;
    min-width: 300px;
    left: 100%;
    top: 0;
    display: none;
    z-index: 9999;
}


.drop_down li {
    position: relative;
}

.drop_down li:hover .drop_sub_menu {
    display: block;
}


.drop_sub_menu li a:hover {
    color: #505050!important;
    background-color: #FFF!important;
}


.ik {
    padding-left: 50px;
}


.ik .form-group {
    margin-bottom: 10px;
}


.ik .form-group .form-control {
    height: 40px;
    border: none;
    box-shadow: none;
    outline: none;
    background-color: #f4f4f4;
}


.ik .form-group label {
    position: relative;
    background-color: #bd1922;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    display: inline-flex;
    min-width: 80px;
    padding-left: 5px;
    height: 25px;
    justify-content: flex-start;
    align-items: center;
}

.ik .form-group label:before {
    content: "";
    position: absolute;
    right: -25px;
    top: 0;
    bottom: 0;
    border-style: solid;
    border-width: 25px 25px 0 0;
    border-color: #bd1922 transparent transparent transparent;
}


.ik .form-group input[type=file] {
    display: block;
    padding: 10px;
}


.btn-ik {
    background-color: #bd1922;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    padding: 3px 20px;
    border-radius: 5px;
    outline: none;
    display: inline-block;
}


.tibbi_bolumler {
    padding: 50px 0;
}


.tibbi_box {
    border: 1px solid #f9f9f9;
    position: relative;
    margin-bottom: 10px;
    background-color: #fff;
    box-shadow: 0px 0px 15px -3px rgb(0 0 0 / 20%);
}


.tibbi_box_item {
    border-bottom: 1px solid #efefef;
    display: flex;
    height: 50px;
    justify-content: flex-start;
    align-items: center;
    padding: 0 10px;
    position: relative;
    overflow: hidden;
    transition: ease-in-out .3s;
    z-index: 300;
}

.tibbi_box_item:before {
    content: "";
    position: absolute;
    z-index: -1;
    right: -28px;
    top: 0;
    left: 0;
    bottom: 0;
    background-image: url(../../layout/images/gurlife-kırmızı.png);
    background-repeat: no-repeat;
    background-size: 50px;
    background-position: right;
    opacity: 0.03;
    filter: grayscale(1);
    transition: ease-in-out .3s;
}


.tibbi_box_item:hover:before {
    filter: grayscale(0);
    transition: ease-in-out .3s;
    opacity: 1;
}



.tibbi_box_item:last-child {
    border-bottom: none!important;
}


.tibbi_box_item img {
    width: auto;
    height: 25px;
    margin-right: 10px;
    border-right: 1px solid #efefef;
    padding-right: 15px;
    margin-left: 0;
    transition: ease-in-out .5s;
}


.tibbi_box_item:hover img {
    margin-left: -50px;
    transition: ease-in-out .5s;
}

.tibbi_box_item a {
    color: #505050;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
}

.tippi_top_side {
    margin: 0 15px;
}

.tibbi_bolumler h4 {
    height: 30px;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    color: #6d6d6d;
    margin: 0;
    position: relative;
    font-size: 18px;
    font-weight: 700;
    padding-right: 10px;
}

.tibbi_bolumler h4:before {
    content: "";
    position: absolute;
    right: -30px;
    left: 100%;
    height: 1px;
    background-color: #6d6d6d;
}


.doctor {
    padding: 50px 0;
}


.doctor .doctor_search {
    padding: 15px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 15px -3px rgb(0 0 0 / 20%);
    border-left: 2px solid #bd1922;
    border-right: 2px solid #bd1922;
}


.doctor .form-group {
    margin: 0;
}

.doctor .form-group label {
    color: #304350;
    font-weight: 700;
    margin-bottom: 10px;
}

.doctor .form-group .form-control {
    border: none;
    box-shadow: none;
    background-color: #f4f4f4;
    height: 50px;
    border-radius: 5px!important;
    outline: none;
}


.doctor_list {
    margin: 30px 0 0 0;
}

.doctor_box {
    margin-bottom: 10px;
}


.doctor_box:hover {
    transition: transform 2s, filter 1.5s ease-in-out;
}

.doctor_box:hover .doctor_box_img img {
    transform: scale(1.1);
}

.doctor_box_img {
    width: 100%;
    position: relative;
    background-color: #f9f9f9;
    height: 230px;
    overflow: hidden;
}


.doctor_box_img img {
    width: 100%;
    object-fit: cover;
    transition: transform 5s, filter 3s ease-in-out;
}


.doctor_box .content {
    padding: 10px 0;
}


.doctor_box .content span {
    font-size: 12px;
    font-weight: 700;
    color: #bd1922;
    display: block;
}


.doctor_box .content h3 {
    font-size: 12px;
    font-weight: 600;
    color: #304350;
    margin: 0;
    padding-top: 3px;
}


.doctor_box .content ul {
    padding: 0;
    margin: 5px 0 0 0;
    list-style-type: none;
}


.doctor_box .content ul li {
    height: 25px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}


.doctor_box .content ul li a {
    color: #505050;
    font-weight: 500;
    font-size: 11px;
}


.doctor_box .content ul li a img {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}


.kurumlar {
    padding: 50px 0;
    min-height: 30vh;
}


.kurumlar .kurum_box {
    box-shadow: 0px 0px 15px -3px rgb(0 0 0 / 20%);
    height: 100px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    position: relative;
    text-align: center;
    transition: ease-in-out .3s;
    background-color: #FFF;
}


.kurumlar .kurum_box a {
    font-size: 16px;
    color: #505050;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0;
    text-decoration: none;
    transition: ease-in-out .3s;
}


.kurumlar .kurum_box:hover {
    background-color: #bd1922;
    transition: ease-in-out .3s;
}

.kurumlar .kurum_box:hover a {
    color: #FFF;
    transition: ease-in-out .3s;
}


.show_kurum {
    padding: 50px 0;
    min-height: 30vh;
}

.show_kurum .show_kurum_box {
    width: 100%;
    height: 100px;
    position: relative;
    display: flex;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    box-shadow: 0px 0px 15px -3px rgb(0 0 0 / 10%);
    transition: ease-in-out .3s;
}


.show_kurum .show_kurum_box:hover {
    box-shadow: 0px 0px 15px -3px rgb(0 0 0 / 20%);
    transition: ease-in-out .3s;
}



.iletisim {
    padding: 50px 0;
}

.show_kurum .show_kurum_box img {
    width: auto;
}


.i_box {
    background-color: #FFF;
    border-radius: 5px;
    box-shadow: 0px 0px 15px -3px rgb(0 0 0 / 10%);
    margin-bottom: 10px;
    padding: 15px;
}

.i_box h3 {
    color: #505050;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    padding-right: 5px;
}

.i_box h3:before {
    content: "";
    position: absolute;
    top: 8px;
    right: -35px;
    left: 100%;
    height: 2px;
    background-color: #bd1922;
    border-radius: 20px;
}

.i_box .contact_item {
    height: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 14px;
    color: #505050;
    padding: 20px 0;
    border-bottom: 1px solid #f4f4f4;
}

.i_box .contact_item:last-child {
    border-bottom: none!important;
}


.i_box .contact_item i {
    background-color: #bd1922;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    color: #fff;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    margin-right: 5px;
    font-size: 10px;
}


.i_box .contact_item span {
    display: block;
    width: 80%;
}

.i_sos {
    background-color: #FFF;
    box-shadow: 0px 0px 15px -3px rgb(0 0 0 / 10%);
    color: #505050;
    width: 100%;
    height: 80px;
    display: inline-flex;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    text-decoration: none;
    outline: none;
}

.i_sos:hover {
    color: #FFF;
    background-color: #bd1922;
}


.i_box .form-group {
    margin-bottom: 10px;
}


.i_box .form-group .form-control {
    height: 40px;
    background-color: #f4f4f4;
    outline: none;
    border: none;
    box-shadow: none;
}


.i_box .form-group textarea.form-control {
    height: auto!important;
}


.s_code {
    background-color: #f4f4f4;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #505050;
    font-weight: 500;
}


.check_index {
    font-size: 12px;
    color: #505050;
}


.check_index a {
    text-decoration: none;
    font-weight: 500;
    color: #bd1922;
}


.check_index input[type=checkbox], input[type=radio] {
    position: relative;
    top: 2px;
}


.mail_gonder {
    background-color: #bd1922;
    color: #FFF;
    font-weight: 500;
    text-transform: uppercase;
    border: none;
    border-radius: 5px;
    padding: 3px 50px;
    outline: none;
    box-shadow: none;
    text-decoration: none;
    letter-spacing: 0.5px;
    transition: ease-in-out .3s;
}

.mail_gonder:hover {
    background-color: #bd1922;
    color: #FFF;
    font-weight: 500;
    text-transform: uppercase;
    border: none;
    border-radius: 5px;
    padding: 3px 50px;
    outline: none;
    box-shadow: none;
    text-decoration: none;
    letter-spacing: 0.5px;
    transition: ease-in-out .3s;
}


.mail_gonder img {
    width: 13px;
    height: 13px;
    position: relative;
    top: -1px;
    right: 2px;
    transition: ease-in-out .3s;
}


.mail_gonder:hover img {
    right: 5px;
    transition: ease-in-out .3s;
}


.h_haklari {
    padding: 50px 0;
}

.h_haklari .h_haklari_desc {
    font-size: 16px !important;
    line-height: 1.8 !important;
    padding-right: 30px;
}

.h_haklari .h_haklari_img {
    padding: 3px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #f4f4f4;
}

.h_haklari .h_haklari_img img {
    width: 100%;
    border-radius: 5px;
}


.foto_galeri {
    padding: 50px 0;
}

.foto_box {
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
    box-shadow: 0px 0px 15px -3px rgb(0 0 0 / 15%);
    position: relative;
    transition: ease-in .3s;
}

.foto_box img {
    width: 100%;
    border-radius: 5px;
}


.foto_box:hover {
    transition: ease-in .3s;
}

.foto_box:hover .content {
    left: 5px;
    bottom: 5px;
    background-color: #bd1922;
    color: #FFF;
    transition: ease-in-out .3s;
}


.foto_box .content {
    position: absolute;
    left: 10px;
    bottom: 10px;
    border-bottom-left-radius: 5px;
    background-color: #FFF;
    display: flex;
    min-width: 150px;
    height: 30px;
    justify-content: center;
    align-items: center;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: #505050;
    letter-spacing: 0.5px;
    border-top-right-radius: 5px;
    transition: ease-in .3s;
}


.fotolar {
    padding: 50px 0;
}


.gorusler {
    padding: 50px 0;
}


.gorus_form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #FFF;
    box-shadow: 0px 0px 15px -3px rgb(0 0 0 / 20%);
    border-radius: 5px;
}


.gorus_form_image {
    width: 40%;
    background-color: #f4f4f4;
    height: 400px;
    position: relative;
    background-image: url(../../layout/images/grlf.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}


.gorus_form_item {
    width: 60%;
    padding: 15px;
}


.gorus_form_item .form-group {
    margin-bottom: 10px;
}

.gorus_form_item .form-group .form-control {
    background-color: #f4f4f4;
    outline: none;
    box-shadow: none;
    height: 40px;
    border: none;
}


.gorus_form_item .form-group textarea.form-control {
    height: auto!important;
}


.yatay {
    display: flex;
}


.form-group-secur {
    background-color: #f4f4f4;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    color: #505050;
    font-weight: 600;
    font-size: 16px;
    margin-right: 3px;
}


.form-group-pass {
    width: 50%;
    margin-left: 3px;
}



.gorus-gonder {
    background-color: #bd1922;
    color: #FFF;
    font-weight: 500;
    text-transform: uppercase;
    border: none;
    border-radius: 5px;
    padding: 3px 50px;
    outline: none;
    box-shadow: none;
    text-decoration: none;
    letter-spacing: 0.5px;
    transition: ease-in-out .3s;
}



.checkup {
    padding: 50px 0;
}


.checkup_index {
    background-color: #f9f9f9;
    height: 100px;
    display: flex;
    align-items: center;
    border-left: 2px solid #be1922;
    margin-bottom: 30px;
}


.checkup_index_text {
    height: 100px;
    display: flex;
    align-items: center;
    padding-left: 15px;
    font-size: 13px;
    line-height: 18px;
    color: #505050;
}


.checkup_button {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.checkup_button a {
    color: #be1922;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    width: 250px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: ease-in-out .3s;
}


.checkup_button a:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 40%;
    left: 60%;
    border-right: 1px solid #be1922;
    border-top: 1px solid #be1922;
    border-bottom: 1px solid transparent;
    border-left: 1px solid transparent;
    z-index: 0;
    transition: ease-in-out .3s;
}

.checkup_button a:after {
    content: "";
    position: absolute;
    right: 60%;
    top: 40%;
    bottom: 0;
    left: 0;
    border-left: 1px solid #be1922;
    border-bottom: 1px solid #be1922;
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    z-index: 0;
    transition: ease-in-out .3s;
}

.checkup_button a:hover:before {
    bottom: 0;
    left: 0;
    transition: ease-in-out .3s;
}

.checkup_button a:hover:after {
    top: 0;
    right: 0;
    transition: ease-in-out .3s;
}





.check_box {
    background-color: #FFF;
    border-radius: 5px;
    box-shadow: 0px 0px 15px -3px rgb(0 0 0 / 10%);
    width: 100%;
    height: 150px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}


.check_box_index a {
    color: #505050;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    display: block;
}


.check_box img {
    width: auto;
    height: 50px;
    margin-bottom: 10px;
}


.show_paket {
    padding: 50px 0;
}

.paket_icerik {
    border: 1px solid #f4f4f4;
    margin-bottom: 10px;
    min-height: 90px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
}


.paket_icerik h3 {
    font-size: 12px;
    font-weight: 500;
    color: #505050;
    margin: 0;
}


.paket_icerik span {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #be1922;
    padding: 5px 0 0 0;
}


.show_paket h1 {
    font-size: 16px;
    font-weight: 800;
    color: #505050;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
    padding-right: 5px;
}


.show_paket h1:before {
    content: "";
    position: absolute;
    top: 8px;
    right: -35px;
    left: 100%;
    height: 2px;
    background-color: #bd1922;
    border-radius: 20px;
}


.show_paket .d_paket {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    padding: 0 15px;
    height: 50px;
    background-color: #fff;
    margin-bottom: 5px;
    align-items: center;
    box-shadow: 0px 0px 15px -3px rgb(0 0 0 / 5%);
    border: 1px solid #f4f4f4;
    color: #505050;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
}

.show_paket .active {
    border: 1px solid #bd1922;
    background-color: #bd1922;
    color: #FFF;
}

.show_paket a img {
    width: auto;
    height: 15px;
    margin-right: 5px;
}



.infinite {
    -webkit-animation: bg 1s infinite alternate;
      -moz-animation: bg 1s infinite alternate;
      -o-animation: bg 1s infinite alternate;
      animation: bg 1s infinite alternate;
}


.infinite span {
    color: #FFF!important;
}


@-webkit-keyframes bg {
  0%   { background: #da1f29; }
  100% { background: #bd1922; }
}
@-moz-keyframes bg {
  0%   { background: #da1f29; }
  100% { background: #bd1922; }
}
@-o-keyframes bg {
  0%   { background: #da1f29; }
  100% { background: #bd1922; }
}
@keyframes bg {
  0%   { background: #da1f29; }
  100% { background: #bd1922; }
}



.infinite2 {
    -webkit-animation: bg2 1s infinite alternate;
      -moz-animation: bg2 1s infinite alternate;
      -o-animation: bg2 1s infinite alternate;
      animation: bg2 1s infinite alternate;
    font-weight: 700;
}



@-webkit-keyframes bg2 {
  0%   { background: #bd1922; }
  100% { background: #30434F; }
}
@-moz-keyframes bg2 {
  0%   { background: #bd1922; }
  100% { background: #30434F; }
}
@-o-keyframes bg2 {
  0%   { background: #bd1922; }
  100% { background: #30434F; }
}
@keyframes bg2 {
  0%   { background: #bd1922; }
  100% { background: #30434F; }
}



.loader {
    position: fixed;
    z-index: 9999;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFF;
}

.loader img {
    width: auto;
    height: 80px;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}



.paket_olustur {
    padding: 50px 0;
}


.choose_packet {
    width: 100%;
    border: none;
    outline: none;
    box-shadow: none;
    background-color: #f4f4f4;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    font-weight: 500;
    margin-bottom: 10px;
}


.aktif_secenek {
    background-color: #be1922!important;
    color: #FFF!important;
}


.secim_listesi {
    background-color: #f9f9f9;
    min-height: 400px;
}


.secim_listesi ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}


.secim_listesi ul li {
    padding: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e6e6e6;
    font-size: 12px;
    font-weight: 500;
}


.secim_listesi ul li a {
    background-color: #be1922;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #FFF;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    text-decoration: none;
    cursor: pointer;
}


.secim_listesi h3 {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    color: #FFF;
    text-transform: uppercase;
    padding: 10px;
    background-color: #be1922;
}


.alarm {
    height: 360px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    text-align: center;
    line-height: 23px;
    font-weight: 700;
    color: #505050;
}


.onayla {
        width: 100%;
    text-align: center;
    display: block;
    background-color: #30434f;
    padding: 5px;
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}


.onayla:hover {
    background-color: #be1922;
    color: #FFF;
}


.onay {
    padding: 50px 0;
}

.onay .form-group {
    margin-bottom: 10px;
}

.onay .form-group .form-control {
    border: none;
    height: 40px;
    background-color: #f4f4f4;
    outline: none;
    box-shadow: none;
}


.onay .form-group label{
    color: #505050;
    font-size: 12px;
    font-weight: 700;
}


.onay .form-group label span {
        color: #be1922;
    font-weight: 900;
    font-size: 8px;
    position: relative;
    top: -1px;
    left: 2px;
}


.onay_form {
    padding: 15px;
    background-color: #f9f9f9;
}


.paket_onay {
    background-color: #bd1922;
    color: #FFF;
    font-weight: 500;
    text-transform: uppercase;
    border: none;
    border-radius: 5px;
    padding: 3px 50px;
    outline: none;
    box-shadow: none;
    text-decoration: none;
    letter-spacing: 0.5px;
    transition: ease-in-out .3s;
}


.onay h3 {
    background-color: #bd1922;
    color: #FFF;
    margin: 0;
    padding: 10px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}


.onay ul {
    background-color: #f9f9f9;
    padding: 0;
    margin: 0;
    list-style-type: none;
}


.onay ul li {
    border-bottom: 1px solid #ddd;
    padding: 5px 10px;
    font-size: 12px;
    color: #505050;
}


.onay ul li:last-child {
    border-bottom: none;
}


.p_al {
    background-color: #be1922;
    display: block;
    color: #FFF;
    text-align: center;
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 10px;
    padding: 5px;
    text-decoration: none;
    border: 1px solid transparent;
}

.p_al:hover {
    border: 1px solid #be1922;
    color: #be1922;
    background-color: transparent;
}


.content_ {
    padding: 50px 0;
}


.show_doc {
    padding: 50px 0;
}


.show_doc .show_doc_img {
    background-color: #f4f4f4;
    width: 100%;
    height: 250px;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    margin-bottom: 20px;
}


.show_doc_desc {
    padding-left: 15px;
}


.show_doc_index {
    box-shadow: 0px 0px 15px -3px rgb(0 0 0 / 20%);
    padding: 15px;
    border-radius: 5px;
    position: relative;
    background-color: #FFF;
}




.show_doc_desc td:first-child span {
    font-size: 13px!important;
    font-weight: 700;
    color: #505050;
}


.show_doc_desc span {
    font-size: 13px!important;
}


.bolum-panel {
    padding: 50px 0;
}


.panel-default>.panel-heading {
    background-color: #be1822;
    border-color: transparent;
    border-radius: 0;
    border: none;
    text-align: center;
    font-size: 14px;
    color: #FFF;
    font-weight: 600;
}

.panel {
    border: none!important;
}


.doktor {
    background-color: #F4F4F4;
    padding: 15px;
}

.doktor a {
    font-size: 14px;
    color: #505050;
    font-weight: 600;
}


.job {
    color: #be1822;
    font-weight: 400;
}


.owl-nav {
    display: none!important;
}

.owl-dots {
    display: none!important;
}


.limiter {
    width: 100%;
}

.container-login100 {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-color: #FFF;
}

.wrap-login100 {
    width: 500px;
    background-color: #FFF;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 3px 20px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 3px 20px 0px rgb(0 0 0 / 10%);
    padding: 30px;
}

.login100-form-title {
    display: block;
    text-align: center;
    font-size: 25px;
    font-weight: 900;
    color: #555;
    margin-bottom: 5px;
}

.wrap-login100 .form-group {
    margin-bottom: 5px;
}

.wrap-login100 .form-control {
    height: 45px;
    border: none;
    box-shadow: none;
    background-color: #f4f4f4;
    border-left: 3px solid transparent;
}

.btn-form-submit {
    border: none;
    background-color: #bd1922;
    padding: 8px 30px;
    border-radius: 5px;
    color: #f1f1e8;
    display: inline-block;
    margin: 5px 0 0 0;
    font-weight: 500;
    font-size: 14px;
    outline: none;
}

.login100-create {
    text-align: center;
    padding: 10px 0 0 0;
}

.login100-create span {
    color: #555;
    font-size: 14px;
    font-weight: 400;
}

.login100-create a {
    color: #bd1922;
    font-weight: 700;
}


.sor {
    padding: 50px 0;
}


.sor .form-group {
    margin-bottom: 10px;
}


.sor .form-control {
    border: none;
    box-shadow: none;
    outline: none;
    background-color: #f4f4f4;
    height: 40px;
}


.sor textarea.form-control {
    height: auto!important;
}

.affix {
    top: 0!important;
    width: 100%;
    z-index: 700 !important;
    position: fixed!important;
    left: 0!important;
    right: 0!important;
    transition: ease-in-out .3s;
}


.page_enr{
    position: relative;
    padding: 15em 0 10em 0;
    background-image: url(../../layout/page/1.jpeg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}


.page_enr .page_logo{
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
    text-align: center;
    z-index: 9999;
}


.page_enr .page_logo img{
    width: auto;
    height: 70px;
    display: inline-block!important;
}


.page_enr .filter{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.3);
    z-index: 1;
}


.page_enr .wave{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 200;
}


.page_icerik{
    padding: 50px 0 0 0;
}

.page_icerik h2{
    position: relative;
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    color: #5d5d5d;
    margin-bottom: 50px;
    padding: 0;
}


.page_icerik .icerik_icerik{
    padding: 30px 15px;
}

.page_icerik .icerik_icerik h3{
    font-size: 20px;
    font-weight: 700;
    color: #4e4e4e;
}



.page_icerik .sol{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}


.page_icerik .sag{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.page_icerik .page_img img{
    width: 100%;
}


.page_icerik h4{
    text-align: center;
    font-family: 'Great Vibes', cursive;
    font-size: 50px;
    padding: 50px 0 0 0;
    color: #a9a9a9;
    letter-spacing: 1px;
}

.page_son{
    position: relative;
    padding: 20em 0;
    background-image: url(../../layout/page/1.jpeg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}


.page_son .filter{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.3);
    z-index: 1;
}


.page_son .wave2{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 200;
}


.popup{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.8);
    z-index: 800;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup .popup_icerik{
    width: 700px;
}

.popup .popup_icerik img{
    width: 100%;
}


.kapat_buton{
    position: absolute;
    right: 30px;
    top: 30px;
}

.kapat {
    display: none!important;
}

.btn-kapat{
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    background-color: #ff4545;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.btn-kapat:hover{
    color: #ff4545;
    font-size: 18px;
    font-weight: 900;
    background-color: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.pop_close{
    display: none!important;
}


.icerik_img img {
    width: 100%;
}

.cookie {
    position: fixed;
    right: 30%;
    left: 30%;
    bottom: 5px;
    background-color: #FFF;
    border-radius: 5px;
    padding: 15px;
    z-index: 500;
    box-shadow: 0px 0px 15px -3px rgb(0 0 0 / 30%);
}


.cookie_index {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cookie p {
    font-size: 13px;
    color: #505050;
    margin: 0;
    line-height: 18px;
}


.cookie p a {
    color: #bf1822;
    font-weight: 500;
    margin-left: 5px;
}


.cookie-but {
    background-color: #bf1822;
    outline: none;
    display: inline-block;
    padding: 3px 15px;
    margin: 10px 0 0 0;
    border-radius: 5px;
    color: #FFF;
    font-size: 13px;
    font-weight: 500;
    border: none;
}


.cookie-but:hover {
    background-color: #bf1822;
    outline: none;
    display: inline-block;
    padding: 3px 15px;
    margin: 10px 0 0 0;
    border-radius: 5px;
    color: #FFF;
    font-size: 13px;
    font-weight: 500;
    border: none;
}


.btn-randevu {
    width: 100%;
    display: block;
    text-align: center;
    background-color: #be1922;
    padding: 5px;
    border-radius: 5px;
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
}


.btn-randevu:hover {
    background-color: #e42f39;
    color: #FFF;
}

.f_map {
    color: #fdfefe;
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    margin-top: 10px;
    text-transform: uppercase;
}


.f_map:hover {
    color: #fdfefe;
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    margin-top: 10px;
    text-transform: uppercase;
}


.f_map i {
    font-size: 10px;
    position: relative;
    top: -1px;
    right: 2px;
}


.eczane {
    font-weight: 700!important;
    font-size: 20px!important;
}


.tum-doktorlar {
    width: 100%;
    display: block;
    text-align: center;
    background-color: #30434f;
    padding: 5px;
    border-radius: 5px;
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    margin: 5px 0 0 0;
}

.tum-doktorlar:hover {
    width: 100%;
    display: block;
    text-align: center;
    background-color: #3e5361;
    padding: 5px;
    border-radius: 5px;
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    margin: 5px 0 0 0;
}


.logolar {
    padding: 50px 0;
}

.logo_box {
    box-shadow: 0px 0px 15px -3px rgb(0 0 0 / 20%);
    border-radius: 5px;
    text-align: center;
    background-color: #FFF;
    margin-bottom: 10px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transform: translateY(0);
    transition: ease-in-out .3s;
}

.logo_box:hover {
    transform: translateY(-10px);
    transition: ease-in-out .3s;
}

.logo_box img {
    width: auto;
    height: 50px;
}


.logo_box .ribbon {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 100;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}


.logo_dis {
    margin: 0 10px;
}


.logo_box .ribbon span {
    font-size: 11px;
    letter-spacing: 0.05px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100px;
    display: block;
    background: #be1922;
    box-shadow: 0 3px 10px -5px rgb(0 0 0);
    position: absolute;
    top: 19px;
    right: -21px;
}


.logo_box .ribbon span:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #30434f;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #30434f;
}


.logo_box .ribbon span:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #30434f;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #30434f;
}


.saglik_rehberi {
    padding: 50px 0;
    background-color: #f7f7f7;
}


.saglik_rehberi .alph {
    box-shadow: 0px 0px 15px -3px rgb(0 0 0 / 5%);
    padding: 15px;
    border-radius: 5px;
    background-color: #FFF;
    margin-bottom: 20px;
}


.saglik_rehberi .alph ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    justify-content: flex-start;
}


.saglik_rehberi .alph ul li {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 600;
    color: #717171;
    position: relative;
    display: inline-flex;
    width: 35px;
    height: 35px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    margin-right: 2px;
}


.saglik_rehberi .alph ul li:hover {
    background-color: #be1922;
    color: #FFF;
}


.alph ul .active {
    background-color: #be1922!important;
    color: #FFF!important;
}


.rehber_head {
    width: 100%;
    display: flex;
    height: 40px;
    padding: 0 10px;
    justify-content: flex-start;
    align-items: center;
    box-shadow: 0px 0px 15px -3px rgb(0 0 0 / 5%);
    background-color: #FFF;
    border-radius: 5px;
    color: #6a6a6a;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    margin-bottom: 10px;
}


.rehber_head:hover {
    background-color: #bd1922;
    color: #FFF;
}


.darkHeader {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: #FFF!important;
    z-index: 500;
}

.btn-saglik {
    background-color: #FFF;
    display: flex;
    width: 100%;
    height: 40px;
    border-radius: 5px;
    justify-content: flex-start;
    align-items: center;
    padding-left: 30px;
    color: #505050;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    box-shadow: 0px 0px 15px -3px rgb(0 0 0 / 5%);
    text-decoration: none;
    overflow: hidden;
    position: relative;
    transition: ease-in-out .3s;
}


.btn-saglik:hover {
    color: #505050;
    transition: ease-in-out .3s;
}


.btn-saglik:before {
    content: attr(data-text);
    position: absolute;
    top: 22px;
    bottom: 0;
    left: -18px;
    color: #505050;
    font-weight: 800;
    font-size: 50px;
    line-height: 0;
    opacity: 0.1;
    transition: ease-in-out .3s;
}


.btn-saglik:hover:before {
    opacity: 1;
    transition: ease-in-out .3s;
    color: #bd1922;
}



.show_rehber {
    padding: 50px 0;
}


.show_rehber .show_rehber_desc {
    padding: 0 15px;
    border-left: 2px solid #f4f4f4;
}


.show_rehber .show_rehber_desc p{
    color: #505050;
    font-size: 13px;
}



.btn-video-gal {
    background-color: #30434f;
    display: inline-block;
    padding: 5px 35px;
    border-radius: 5px;
    margin-bottom: 20px;
    color: #FFFF;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}


.btn-video-gal:hover {
    background-color: #bd1922;
    color: #FFF;
}


.videolar {
    padding: 50px 0;
}


.video .title a {
    font-size: 12px;
    font-weight: 500;
    color: #505050;
    display: block;
    line-height: 18px;
}



.h_470 {
    height: 470px;
}


.doktor_filtre .form-control {
    background-color: #f4f4f4;
    border: none;
    box-shadow: none;
    outline: none;
    height: 45px;
    color: #505050;
}


.dont {
    display: none!important;
}