@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap');
body .page {
    overflow: hidden;
    position: relative;
    z-index: 10;
}

body{
    font-family: 'Montserrat', sans-serif !important;
}

/* *********** TOP MENÜ *************** */
a:hover {
    text-decoration: none;
}

.top-bar {
    background-color: #90a4ae;
}

.ttm-topbar-wrapper {
    line-height: 48px;
}

.ttm-topbar-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.top-info {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}

.top-info li {
    padding-right: 15px;
}

.top-info li a {
    color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
}

.top-info li a i {
    padding-right: 4px;
    font-size: 18px;
    background: black;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.ttm-topbar-content .topbar-right .list-inline {
    display: inline-block;
    line-height: 49px;
}

.social-icons {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 15px;
}

.social-icons li {
    display: inline-block;
    border: none;
    margin: 0 3px;
}

.social-icons li a {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.social-icons li a i {
    height: 20px;
    width: 20px;
}

.new-si li a {
    width: 34px;
    height: 34px;
    font-size: 20px;
    margin-top: 5px;
    border-radius: 20px;
    box-shadow: inset 0 0 0 40px #ebebeb;
    color: black !important;
    transition: all 0.3s ease-in-out 0s;
    display: block;
    border: none;
    line-height: 25px;
    font-weight: 500;
    background-color: transparent;
    text-align: center;
}

.social-icons li a:hover {
    box-shadow: inset 0 0 0 3px #fff;
    color: white !important;
}

.site-branding {
    float: left;
    height: 99px;
    line-height: 98px;
}

.site-branding a,
.site-branding img {
    transition: all 0.3s ease-in-out 0s;
}

.site-branding img {
    max-height: 90px;
    height: 90px;
}

.site-branding2 img {
    height: 50px;
}

.branding .buttons {
    height: 99px;
}

.right-bar ul {
    display: flex;
    list-style: none;
    align-items: center;
    margin-top: 16px;
}

.right-bar ul li {
    padding-left: 10px;
}

.right-bar ul li,
.right-bar ul li a {
    display: flex;
    align-items: center;
    color: #0d3044 !important;
}

li.address {
    max-width: 280px;
}

.buttons li {
    height: 90px;
}

.right-bar .icon {
    font-size: 26px;
    background-color: white;
    padding: 8px;
    margin-left: -33px;
    width: 50px;
    height: 50px;
}

.right-bar .icon i {
    background: #688493;
    width: 30px;
    height: 30px;
}

.right-bar .sum {
    padding-right: 5px;
    text-align: center;
    padding-left: 5px;
}

li.address p {
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 13px;
    line-height: 20px;
    padding-top: 17px;
}

.right-bar ul li {
    transition: all 0.5s ease-in-out;
}

.buttons li:last-child p {
    margin: 0;
}

.ttm-bgcolor-white {
    background-color: #fff;
}

.site-branding2 {
    display: none;
    height: 65px;
    line-height: 65px;
}

.home-link {
    line-height: 65px;
}

.site-navigation {
    position: relative;
}

#site-header-menu #site-navigation .menu ul {
    padding: 0px;
    margin: 0px;
    color: #000000;
}

#site-header-menu #site-navigation .menu > ul > li {
    display: inline-block;
    position: relative;
    margin-left: -4px;
}

#site-header-menu #site-navigation .menu > ul > li > a {
    font-weight: 600;
    letter-spacing: 1px;
    color: #000000;
}

#site-header-menu #site-navigation .menu ul li ul > li:not(:last-child) {
    border-bottom: 1px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.08);
}

#site-header-menu #site-navigation .menu ul ul > li {
    position: relative;
}

#site-header-menu #site-navigation .menu > ul li ul li a {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #7f9094;
}

#site-header-menu #site-navigation .menu ul ul li:last-child {
    border: none;
}

.ttm-menu-toggle {
    float: right;
}

.ttm-menu-toggle input[type="checkbox"] {
    display: none;
}

.ttm-header-icons,
.ttm-header-icon {
    position: relative;
    height: 65px;
    line-height: 65px;
    float: right;
}

.ttm-header-icons {
    padding-left: 5px;
}

.ttm-header-wrap {
    background-color: #006fc9;
}

.ttm-header-icons .ttm-header-cart-link a,
.ttm-header-icons .ttm-header-search-link a {
    font-size: 15px;
    border-radius: 3px;
    line-height: 27px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    z-index: 9;
    position: relative;
}

.ttm-header-search-link .card-header{
    padding:0;
    background-color: transparent;
    border: none !important;
}

.ttm-header-icons .ttm-header-cart-link a i,
.ttm-header-icons .ttm-header-search-link a i {
    font-weight: 900;
}

.mobile-menu {
    transition: 0.2s all;
    left: -100%;
    position: fixed;
}

.mobile-menu img {
    display: none;
}

.mobile-menu ul {
    padding: 0;
    overflow-y: auto;
}

.mobile-menu .menu ul li {
    list-style: none;
    border-top: 1px solid #a7a7a7;
    width: 100%;
    padding: 7px;
}

.mobile-menu li.active {
    background: white;
    font-weight: 700;
}

.mobile-menu a {
    width: 100%;
    line-height: 29px;
    color: black;
    display: block;
}

.mobile-social-menu {
    position: absolute;
    bottom: 70px;
    left: 0;
    right: 0;
}

.mobile-social-menu li {
    width: 20px;
    height: 20px;
    padding: 25px;
}

.mobile-social-menu li a {
    margin-top: -10px;
    display: block;
    margin-left: -9px;
}

.mobile-social-menu li a i {
    font-size: 21px;
}

#site-header-menu #site-navigation .menu ul {
    padding: 0px;
    margin: 0px;
}

#site-header-menu #site-navigation .menu > ul > li {
    margin-left: -4px;
}

.ttm-sepline {
    display: none !important;
}

.mobile-menu.mobile-show {
    width: 300px;
    position: fixed;
    height: 100%;
    padding: 20px;
    background: white;
    top: 0;
    z-index: 10000;
    display: block;
    left: 0;
    border-right: 1px solid #54585b69;
}

.mobile-show {
    display: block !important;
}

.mobile-menu.mobile-show img {
    display: block;
    padding: 15px;
    width: 100%;
}

.mobile-menu-bg.active {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #a2a8ad87;
    z-index: 1000;
    top: 0;
}

.mobile-menu-bg {
    transition: 0.5s all;
}

.mobile-menu-bg.active:after {
    content: "";
    color: white;
    display: block;
    position: absolute;
    top: 0px;
    left: 300px;
    background: #989c9f;
    padding: 10px;
    width: 46px;
    height: 53px;
}

.mobile-menu-bg.active:before {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    left: 310px;
    width: 30px;
    -webkit-mask-image: url(rd-fonts/times.svg);
    mask-image: url(rd-fonts/times.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    height: 30px;
    background: #ffffff;
    z-index: 1;
}

body .site-main {
    position: relative;
    z-index: 9;
    background-color: white;
}

.main-slider {
    position: relative;
}

.fixed-header {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #006fc9;
}

.ttm-search-overlay.st-show {
    visibility: visible;
    zoom: 1;
    margin: auto;
    opacity: 0.98;
}
.ttm-search-overlay {
    background: #006fc9;
}
.ttm-search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999;
    transition: all 0.2s ease;
    overflow:scroll;
}
.ttm-search-overlay.st-show .ttm-search-outer {

}
.ttm-search-overlay .ttm-search-outer {
    position: absolute;
     left: 25%; 
    /* right: 15px; */
    top: 15%;
    min-height: 288px;
    text-align: left;
    transition: all 0.6s ease 0s;
    display: inline-block;
    margin: 0 auto;
    padding: 163px 20px 33px 20px;
}
.ttm-search-overlay .ttm-search-outer .ttm-form-title {
    display: block;
    font-size: 45px;
    line-height: 42px;
    clear: both;
    color: #fff;
    text-align: left;
    position: relative;
}

.close-button{
    font-weight: bold;
    color: white;
    font-size: 30px;
    z-index: 999;
    cursor: pointer;
    position: relative;
    left: 15px;
    top: 20px;
}

.ttm-search-overlay .ttm-search-outer2 {
    position: absolute;
    /* left: 15px; */
    right: 15px;
    /* top: 50% !important; */
    min-height: 100%;
    width: 100%;
    transition: all 0.6s ease 0s;
    display: inline-block;
    margin: 0 auto;
    z-index: 999999;
}
.ttm-search-overlay .ttm-search-outer2 .ttm-form-title {
    display: block;
    font-size: 45px;
    line-height: 42px;
    clear: both;
    color: #fff;
}
.ttm-search-outer2 .featured-content a {
    font-size: 15px;
    border-radius: 3px;
    height: 27px;
    width: 100% !important;
    line-height: 15px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    z-index: 9;
    position: relative;
}





.ttm-search-overlay .ttm-site-searchform {
    /* position: absolute; */
    /* top: auto; */
    /* left: 50%; */
    /* width: 700px; */
    /* max-width: 90%; */
    /* margin-left: -350px; */
    /* height: 70px; */
    line-height: 70px;
    transition: all 0.6s ease 0s;
    margin-top: 40px;
}
.ttm-search-overlay .ttm-site-searchform input[type="search"] {
    background: none;
    color: #fff !important;
    padding: 0 70px 0 18px;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 1px;
    outline: none;
    height: 60px;
    border: 2px solid rgba(255, 255, 255, 0.95);
    margin: 0;
    border-radius: 0;
    width: 100%;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
select {
    font-family: inherit;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    text-transform: inherit;
    line-height: inherit;
}
.ttm-search-overlay .ttm-site-searchform button {
    padding: 0;
    font-size: 21px;
    position: relative;
    left: 0;
    top: 15px;
    background: white;
    width: 126px;
    border: 0;
    border-left: 12px solid rgb(28 153 255);
    height: 57px;
    text-align: center;
    /* display: block; */
    color: #000;
    margin-top: 7px;
}

.ttm-search-overlay .ttm-site-searchform button i{
    background-color: #0270c9;
    position: relative;
}

.search-cards{
    margin-bottom: 15px;
}

button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
    text-decoration: none;
    line-height: 21px;
    font-weight: 500;
    border-radius: 0;
    transition: all 0.25s ease;
    outline: none !important;
    -webkit-font-smoothing: antialiased;
}

a:focus,
a:hover,
a:visited {
    text-decoration: none;
    outline: none;
    color: #000000;
}

a {
    color: #000000;
}

.mobile-menu ul.th-menudropdown.sub-menu.active {
    display: block !important;
    position: relative;
    width: 100%;
}

.mobile-menu ul.th-menudropdown.sub-menu {
    display: none !important;
}

li.has-submenu .sub-menu {
    margin-top: 0px;
    position: absolute;
    display: none;
    width: 130px;
    left: 0;
}

/* SLİDER */
.main-slider .item .content {
    position: absolute;
    display: flex;
    width: 500px;
    height: 100%;
    top: 0;
    flex-direction: column;
    justify-content: center;
    padding: 25px;
}

.main-slider .item .content .inner {
    position: relative;
    height: 300px;
}

.cbody {
    padding: 10px 30px;
    position: relative;
    border-radius: 20px;
}

.cbody .sum {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 20px;
    height: auto;
    color: white;
    margin-bottom: 20px;
    overflow: hidden;
}

.cbody h2 {
    font-size: 50px;
    color: white;
    font-weight: 700;
    text-align: left;
}

.n-button {
    color: black !important;
    border-width: 2px;
    border-style: solid;
    border-color: #337569;
    position: relative;
    display: inline-block;
    padding: 6px 19px;
    transition: all 0.3s ease-in-out;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
}

.n-button:before {
    top: -6px;
    left: -6px;
    border-width: 2px 0 0 2px;
    z-index: 5;
}

.n-button:before,
.n-button:after {
    content: "";
    display: block;
    position: absolute;
    border-color: #337569;
    box-sizing: border-box;
    border-style: solid;
    width: 1em;
    height: 1em;
    transition: all 0.3s ease-in-out;
}

.main-slider .owl-carousel .owl-item {
    padding: 0;
    margin: 0;
}

.main-slider img {
    height: 700px;
    min-height: 500px;
    object-fit: cover;
    object-position: 84%;
}

.main-slider .owl-controls {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}

/* FOOTER */
.footer {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.footer-sitemap ul{
    display: inline-flex;
    padding-top: 0px;
    padding-bottom: 5px;
    list-style: none;
    background-color: white;
    padding-right: 20px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}
.footer-sitemap ul li{
    margin: 10px;
    color: black;
}

.footer-sitemap ul li a{
    color: black;
}


.fbody {
    position: relative;
    background: #006fc9;
}

.footer .widget {
    margin: 45px 0 40px;
    display: grid;
    justify-content: center;
}

.ttm-btn.btn-inline {
    font-weight: 700;
}

a,
.site-branding a,
#site-header-menu #site-navigation .menu ul li > a,
.ttm-header-icon,
.header-btn,
a.ttm-btn,
i.ttm-btn,
a.nav-link,
.ttm-header-style-infostack .ttm-custombutton a,
.ttm-header-style-infostack .ttm-header-icons .ttm-header-search-link a,
.social-icons li > a,
.accordion .toggle-title a {
    transition: all 0.3s ease-in-out 0s;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 120px;
    right: 27px;
    background-color: #25d366;
    color: #fff !important;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
}

.float i {
    font-size: 40px;
    width: 30px;
    height: 35px;
    background: white;
}

.footer .widget .widget-title {
    margin-bottom: 17px;
    display: inline-block;
    font-weight: 400;
    text-transform: uppercase;
    color: white;
    position: relative;
    right: 10px;
}

.widget .widget-title {
    font-size: 23px;
    line-height: 28px;
}

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

.footer .widget ul > li {
    padding: 0 0 12px 0;
}

.widget ul > li {
    position: relative;
}

.footer .social-icons li > a,
footer ul li > a,
.ttm-topbar-content a,
.ttm-textcolor-white a {
    color: rgb(0, 0, 0);
}

.sticky-footer {
    display: block;
    height: 45px;
    background: #000000;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 30000;
    padding-top: 6px;
}

.sticky-footer .one-fourth {
    width: 33%;
    float: left;
    color: #fff;
    text-align: center;
    height: 58px;
    position: relative;
    cursor: pointer;
}

.sticky-footer i {
    font-size: 30px;
    margin: auto;
    background: white;
    width: 28px;
    height: 28px;
}

.sticky-footer .one-fourth p {
    font-size: 14px;
}

.sticky-footer p {
    color: white !important;
    margin: 0;
    font-size: 15px
}

.footer .bottom-footer-text {
    position: relative;
}

.footer .bottom-footer-text:before {
    background: #004074;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 1;
}

.copyright {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
}

.owl-dot.active span {
    background-color: #f35454;
}

.widget.widget_nav_menu a {
    padding-left: 16px;
    color: white;
}

.widget.widget_nav_menu a:before {
    content: "";
    background-color: #000000;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0;
    top: 9px;
    border-radius: 50px;
}

.footer .widget.widget_nav_menu a:before {
    color: transparent;
    content: url("/2024/02/fav.png");
    background-color: transparent;
    top: 3px;
    left: -10px;
}

.custom-btn {
    width: 165px;
    height: 45px;
    color: #fff;
    border-radius: 5px;
    font-weight: 500;
    background: transparent;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
}

.btn-8 {
    background-image: linear-gradient(315deg, #ffffff 0%, #aac1cd 74%);
    line-height: 42px;
    padding: 0;
    border: none;
}

.btn-8 span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.btn-8:before,
.btn-8:after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    background: #607d8b;
    transition: all 0.3s ease;
}

.btn-8:before {
    height: 0%;
    width: 2px;
}

.btn-8:after {
    width: 0%;
    height: 2px;
}

.btn-8:hover:before {
    height: 100%;
}

.btn-8:hover:after {
    width: 100%;
}

.btn-8:hover {
    background: transparent;
}

.btn-8 span:hover {
    color: #c797eb;
}

.btn-8 span:before,
.btn-8 span:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: #607d8b;
    transition: all 0.3s ease;
}

.btn-8 span:before {
    width: 2px;
    height: 0%;
}

.btn-8 span:after {
    height: 2px;
    width: 0%;
}

.btn-8 span:hover:before {
    height: 100%;
}

.btn-8 span:hover:after {
    width: 100%;
}

.abouts {
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.ab-icerik {
    padding: 25px;
    background-color: white;
}

ul.about-s {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
}

ul.about-s li {
    width: auto;
    position: relative;
}

ul.about-s li a {
    background: #006fc9;
    display: inline-flex;
    color: white;
    margin: 0px 5px 15px 0px;
    letter-spacing: 1px;
    padding-top: 13px;
    z-index: 0;
    font-weight: 100;
    overflow: hidden;
    position: relative;
    padding: 8px;
}

ul.about-s i {
    font-size: 26px;
    float: left;
    background-color: white;
    border-radius: 5px;
    margin: 0 10px;
    width: 25px;
}

ul.about-s li a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #55c7fa;
    top: 0;
    left: -100%;
    transition: 0.7s all;
    z-index: -1;
    display: block;
}

ul.about-s li a:hover:after {
    left: 0 !important;
}

.resim {
    padding: 0px;
    display: flex;
}

.ab-icerik h2 {
    padding-bottom: 5px;
    font-weight: 100;
}

.ab-icerik h5 {
    font-weight: 100;
    padding-bottom: 10px;

}

.ab-icerik p {
    font-weight: 100;

}

.title-box {
    display: table;
    width: 100%;
}

.title-box .page-title-heading,
.breadcrumb-wrapper {
    display: table-cell;
    vertical-align: middle;
}

.page-title-heading h1 {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 27px;
    line-height: 32px;
    margin-bottom: 6px;
    position: relative;
}

.breadcrumb-wrapper {
    text-align: right;
}

.breadcrumb-wrapper .breadcrumb-wrapper-inner {
    background-color: rgba(255, 255, 255, 0.03);
    padding: 15px;
    display: inline-block;
}

.breadcrumb-wrapper a,
.breadcrumb-wrapper span {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 13px;
    line-height: 19px;
}

.breadcrumb-wrapper span:last-child {
    color: black !important;
    font-weight: 900;
}

.ttm-page-title-row {
    background: aliceblue;
}

/* CARD1 */
.dinc-articles {
    padding: 50px 0;
    margin-top: 0px;
    background: white;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.dinc-articles .owl-carousel .owl-item {
    padding: 0;
}

.dinc-articles .box-art {
    position: relative;
    transition: 1.5s all;
    overflow: hidden;
    margin: 5px;
    height: auto;
    min-height: 475px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background-color: white;
    margin-bottom: 45px;
    margin-top: 45px;
    border-radius: 5px;
    margin-left: 15px;
    margin-right: 15px;
}

.dinc-articles .box-art .news-image img {
    /*height: 360px;*/
    object-fit: contain;
}

.dinc-articles .slider-button {
    background-color: #006fc9;

    padding: 15px;
}

.dinc-articles .slider-button a {
    color: white;
    font-weight: 400;
}


.dinc-articles .news-detail {
    position: absolute;
    transition: 0.5s all;
    background-color: white;
    width: 100%;
    bottom: 0;
    padding: 0px 40px 40px 40px !important;
}

.dinc-articles .news-detail h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 20px;
    font-weight: 400;
}

.dinc-articles .news-detail p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: left;
    overflow: hidden;
    opacity: 1;
    transition: 1.2s all;
    font-weight: 100;
}

.dinc-articles .logo {
    position: relative;
    bottom: 100px;
    left: 30px;
    width: 100px !important;
    height: 100px;
}
.search-cards .logo {
    position: relative;
    bottom: 100px;
    left: 30px;
    width: 100px !important;
    height: 100px;
    z-index: 99;
}

.search-cards .card-header img {
    border-bottom-left-radius: 200px;
    padding:10px;
}

.search-cards .card-body{
    margin-top: -85px;
}

.search-cards .card-body h5{
    font-size: 16px;
    font-weight: bold;
}

.dinc-articles .box-art .news-image img {
    width: 100% !important;
    border-bottom-left-radius: 220px;
}

/* CARD2 */
.doctors {
    padding: 50px 0;
    margin-top: 0px;
    background: white;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.doctors .owl-carousel .owl-item {
    padding: 0;
}

.doctors .box-art {
    position: relative;
    transition: 1.5s all;
    overflow: hidden;
    margin: 5px;
    height: auto;
    min-height: 475px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background-color: white;
    margin-bottom: 45px;
    margin-top: 45px;
    border-radius: 5px;
    margin-left: 15px;
    margin-right: 15px;
}

.doctors .box-art .news-image img {
    height: 360px;
    object-fit: contain;
}

.doctors .slider-button {
    background-color: #006fc9;

    padding: 15px;
}

.doctors .slider-button a {
    color: white;
    font-weight: 400;
}


.doctors .news-detail {
    position: absolute;
    transition: 0.5s all;
    background-color: white;
    width: 100%;
    bottom: 0;
    padding: 0px 40px 20px 40px !important;
}

.doctors .news-detail h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 20px;
    font-weight: 400;
}

.doctors .news-detail p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: left;
    overflow: hidden;
    opacity: 1;
    transition: 1.2s all;
    font-weight: 100;
}

.doctors .logo {
    position: relative;
    bottom: 100px;
    left: 30px;
    width: 100px !important;
    height: 100px;
}

.doctors .box-art .news-image img {
    width: 100% !important;
    border-bottom-left-radius: 220px;
}

.box-art:hover img {
    transform: scale(1.1);
}

.box-art img {
    transition: all 400ms ease;
}

/* CARD2 */
.contenttitle {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    color: #4e4e4e;
}

.sitenitasarlacom-icerik2 {
    padding: 45px 0;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}


.lazyKukumavNet {
    display: block;
    width: 100%;
}

.cont-marka-baslik {
    font-size: 25px;
    color: #3b3b39;
}

.cizgiduz::after {
    position: absolute;
    position: absolute;
    content: "";
    height: 1px;
    width: 80%;
    top: 19px;
    background: #3b3b39;
    margin: 0 0 0 14px;
}

.conicon {
    display: flex;
    align-items: center;
}

.conicon .resim {
    padding-right: 10px;
    width: 75px !important;
    height: 65px !important;
}

.conicon .resim img,
.conicon .resim figure {
    width: 65px !important;
    height: 65px !important;
    display: block;
    position: relative;
}

.deneme {
    width: 50px;
    height: 50px;
    background: red;
}

.anab1 {
    font-weight: bold;
    font-size: 45px;
    color: #4e4e4e;
    line-height: 1.1;
}

/* YORUMLAR */
.comments:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    opacity: 0.4;
}

.comments {
    position: relative;
}

.comments .item:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 31px;
    -webkit-mask-image: url(rd-fonts/quote-left.svg);
    mask-image: url(rd-fonts/quote-left.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 30px;
    height: 30px;
    background: #688493;
    margin-left: 5px;
}

.comments .item:after {
    content: "";
    position: absolute;
    bottom: 7px;
    font-size: 35px;
    right: 30px;
    -webkit-mask-image: url(rd-fonts/quote-right.svg);
    mask-image: url(rd-fonts/quote-right.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 30px;
    height: 30px;
    background: #688493;
    margin-left: 5px;
}

.comments p.content {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 70px;
    overflow: hidden;
    text-align: center;
    padding-left: 20px;
}

.comments .item {
    padding: 15px;
    border-radius: 20px;
    border: 3px solid lightgray;
}

#totop.top-visible {
    height: 40px;
    width: 40px;
    font-size: 22px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

#totop.top-visible i {
    width: 20px;
    height: 20px;
    background: white;
}

#totop {
    font-weight: 900;
    position: fixed;
    right: 34px;
    z-index: 999;
    height: 0;
    width: 0;
    text-align: center;
    padding-top: 3px;
    line-height: 34px;
    border-radius: 3px;
    background-color: #bab9ba !important;
    color: #fff !important;
    bottom: 69px;
}

.featured-imagebox.featured-imagebox-post.ttm-box-view-top-image {
    margin: 10px 0;
    box-shadow: 0 0 15px 0 rgba(41, 61, 88, 0.1);

}

.ttm-post-format-icon {
    display: none !important;
    background: black;
}

.article-img{
    height: -webkit-fill-available;
    object-fit: fill;
}

.ttm-box-post-date {
    display: none;
}

.featured-imagebox-post.ttm-box-view-top-image .featured-content {
    padding: 20px 20px 20px 20px;
}

.post-title.featured-title {
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 65px;
}

.featured-title h5 {
    font-weight: 700;
    font-size: 15px;
}

.featured-imagebox-post.ttm-box-view-top-image .post-desc {
    padding-top: 0px;
}

.post-desc.featured-desc p {
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.widget .new-si li a {
    width: 38px;
    height: 38px;
    font-size: 24px;
    padding-top: 6px;
    border-radius: 0px;
    margin-top: 30px;
}

.owl-theme .owl-controls .owl-nav div.owl-prev:before {
    -webkit-mask-image: url(rd-fonts/angle-left.svg);
    mask-image: url(rd-fonts/angle-left.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 30px;
    height: 30px;
    background: #688493;
    content: "" !important;
    margin-left: 5px;
}

.owl-theme .owl-controls .owl-nav div.owl-next:before {
    -webkit-mask-image: url(rd-fonts/angle-right.svg);
    mask-image: url(rd-fonts/angle-right.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 30px;
    height: 30px;
    background: #688493;
    content: "" !important;
    margin-left: 5px;
}

.owl-theme .owl-controls .owl-nav div.owl-next:hover:before,
.owl-theme .owl-controls .owl-nav div.owl-prev:hover:before {
    background: white;
}

.owl-carousel {
    display: block !important;
}

.owl-carousel .slide-owl-wrap:not(:first-child) {
    display: none !important;
}

.owl-carousel img {
    width: 100% !important;
}

.services-head-image {
    width: 50px;
    height: 50px;
}

.doctors .services-head {
    margin-bottom: 30px;
    margin-top: 25px;
}

.photo .services-head {
    margin-bottom: 50px;
    margin-top: 25px;
}

.photo .services-head h2 {
    font-weight: 100;
}

.photo .services-head h5 {
    font-weight: 400;
}

.doctors .services-head h2 {
    font-weight: 100;
}

.doctors .services-head h5 {
    font-weight: 400;
}


.photo .services-head {
    margin-bottom: 30px;
    margin-top: 25px;
}

.photo .owl-theme .owl-dots{
    margin-top: 25px;
}

.photo .slider-button {
    background-color: #006fc9;
    padding: 15px;
}

.photo .slider-button a {
    color: white;
    font-weight: 400;
}

.photo .services-head {
    margin-bottom: 30px;
    margin-top: 25px;
}

.dinc-articles .slider-button {
    background-color: #006fc9;
    padding: 15px;
}

.dinc-articles .slider-button a {
    color: white;
    font-weight: 400;
}


.dinc-articles .services-head h2 {
    font-weight: 100;
}

.dinc-articles .services-head h5 {
    font-weight: 400;
}

.dinc-articles .first-box {
    min-height: 470px;
}


.dinc-articles .first-box img {
    height: 300px;
}

.play-icon {
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
    display: inline-block;
    padding: 10px 26px;
    background-color: #e91f25;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.52);
    border-radius: 10px;
}

.post-detail {
    padding: 20px 0;
}

.inner-container {
    padding: 20px 0;
}

.pagination {
    justify-content: center;
}

.pagination li a,
.pagination li span {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
}

.pagination li span {
    color: #aeaeae;
}

.pagination li.active span {
    background: #04407e;
    color: #fff;
}

.ttm-header-search-link a .fa-search {
    width: 15px;
    height: 15px;
    background: #ffffff;
    display: inline-block;
}

.ttm-search-overlay {
    display: none;
}

.ttm-search-overlay.st-show {
    display: block;
}

.w-search-input .fa-search {
    width: 15px;
    height: 15px;
    background: #3a2424;
    display: inline-block;
}

.w-search-input .searchform-s::placeholder {
    color: #fff;
}


.menu-footer-contact-links{
    position: relative;
    bottom: 25px;
}

.menu-footer-contact-links li{
    background-color: white;
    margin-top: 10px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    padding-bottom: 0 !important;
}
.contact-col-footer{
    margin: 0 0 40px !important;
}

.legal-warning{
    background-color: white;
    padding: 10px 50px 10px 50px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    color: black;
    margin-bottom: 0;
    margin-top: 20px;
}

.services-col-footer{
    margin: 135px 0 0px !important;
}
.about{
    margin-bottom: 50px;
}

.menu-footer-contact-links li a {
    display: flex;
    align-items: center;
    padding: 15px;
}

.menu-footer-contact-links li a i {
    width: 46px;
    height: 40px;
    background: #006fc9;
    display: inline-block;
    margin-right: 15px;
    position: relative;
}

img {
    max-width: 100%;
}

.dsa-logo img {
    max-height: 50px;
    margin-bottom: 10px;
}

/*theme after css*/

/*begin css for slider area*/

.slider-button {
    padding: 5px 20px;
    border: unset;
    color: #212121;
    z-index: 1;
    background: white;
    position: relative;
    font-weight: 1000;
    font-size: 14px;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms;
    overflow: hidden;
}

.slider-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background-color: #006fc9;
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms
}

.slider-button:hover {
    color: #e8e8e8 !important;
}

.slider-button:hover a {
    color: #e8e8e8 !important;
}


.slider-button:hover::before {
    width: 100%;
    color: white;
}

/*slider area end*/

/*slider-down-boxes begin*/
.slider-down-boxes {
    margin-bottom: 50px;
    margin-top: -50px;
    padding-top: 0;
    position: relative;
    z-index: 1;
}

.slider-down-boxes .card {
    display: flex;
    margin: auto;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 5px;
    text-align: center;
}

.slider-down-boxes .card-header {
    padding: 25px 0 0 0;
    margin-bottom: 0;
    background-color: white;
    border-bottom: 0;
}

.slider-down-boxes .card p {
    font-size: 22px;
    font-weight: 400;
    color: black;

}

@media (max-width: 768px) {
    .slider-down-boxes .card p {
        font-size: 16px;
        font-weight: 400;
        color: black;

    }
    .slider-down-boxes .card-header i{
        height: 33px !important;
        width: 33px !important;
    }
    .slider-down-boxes .card{
        margin-bottom: 10px;
    }

}

.slider-down-boxes .card-header i {
    height: 50px;
    width: 50px;
    background-color: black;
    display: flex;
    margin: auto;
}

.slider-down-boxes .card-footer {
    padding: 0.75rem 1.25rem;
    background-color: white;
    border-top: 0;
}

/*slider down end*/

/*dinc articles specials begin*/
.dinc-articles .read-more {
    font-size: 18px;
    color: #000000;
    font-weight: 100;
    cursor: pointer;
    position: relative;
    border: none;
    background: none;
    text-transform: uppercase;
    transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
    transition-duration: 400ms;
    transition-property: color;
}

.dinc-articles .read-more:focus,
.dinc-articles .read-more:hover {
    color: #000000;
}

.dinc-articles .read-more:focus:after,
.dinc-articles .read-more:hover:after {
    width: 100%;
    left: 0%;
}

.dinc-articles .read-more:after {
    content: "";
    pointer-events: none;
    bottom: -2px;
    left: 50%;
    position: absolute;
    width: 0%;
    height: 2px;
    background-color: #000000;
    transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
    transition-duration: 400ms;
    transition-property: width, left;
}

.appointment-banner {
    padding-top: 75px;
    padding-bottom: 75px;
    background-color: #006fc9;
}

.appointment-banner h3 {
    font-size: 20px;
    font-weight: 700;
    color: white;
    text-align: left;
}

.appointment-banner .slider-button {
    font-weight: 400;
    background-color: white;
    color: #006fc9;
    padding: 10px 20px 10px 20px;
}

.appointment-banner .slider-button:hover {
    color: white;
}

.appointment-banner .slider-button:before {
    color: white;
    background-color: #fa4848;
}

.contacts a span {
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    color: black;
    max-width: 0;
    transition: max-width 1s ease-in-out;
}

.contact-li li a:hover span {
    max-width: 750px;
    overflow:hidden;
}
.owl-theme .owl-controls .owl-nav div.owl-prev:before{
    background: white;
}
.owl-theme .owl-controls .owl-nav div.owl-next:before{
    background: white;
}
.show-hover{
    display: none;
}
.owl-theme .owl-controls .owl-nav div{
    border: none !important;
}

@media (max-width: 768px) {
    .ttm-search-overlay .ttm-search-outer{
        position: inherit !important;
    }
    .ttm-search-overlay .ttm-search-outer2{
        position: inherit !important;
    }
    .ttm-search-overlay .ttm-search-outer {
        position: absolute;
        /* left: 15px; */
        /* right: 15px; */
        top: 5%;
        min-height: 288px;
        text-align: left;
        transition: all 0.6s ease 0s;
        display: inline-block;
        margin: 0 auto;
        padding: 45px 20px 33px 20px;
    }
    .main-slider .owl-theme .owl-controls .owl-nav div.owl-next{
        display: block !important;
        top: -85px!important;

    }
    .main-slider .owl-theme .owl-controls .owl-nav div.owl-prev{
        display: block !important;
        top: -85px !important;
        left: 330px !important;
    }
    .owl-theme .owl-controls .owl-nav div.owl-prev:before{
        background: white;
    }
    .owl-theme .owl-controls .owl-nav div.owl-next:before{
        background: white;
    }
    .owl-theme .owl-controls .owl-nav div{
        border: none !important;
    }
}
.close-button {display:none;}