<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Barlow:300,300i,400,400i,500,500i,600,600i,700,700i&amp;subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Roboto+Mono:400&amp;display=swap');
:root {
 --bir: #183065;
 --iki: #0949a1;
 --uc: #CCC;
 --dort: #E9E9E9;
 --bes: #33a9ee;
 --alti: #3e3e95;
 --yedi: #939393;
}
* {
	outline: inherit;
	letter-spacing: .3px;
}
.navbar-toggler:focus, .navbar-toggler:hover {
	outline: 0;
}
html {
	scroll-behavior: smooth;
}
html, body {
	font-family: 'Barlow', sans-serif;
	background: #FFF;
	font-size: 18px;
	color: var(--bir);
	overflow-y: auto;
	overflow-x: hidden;
}
a {
	color: var(--bir);
}
a:hover {
	text-decoration: none;
}
p {
	font-size: 18px;
}
.iki {
	color: var(--iki);
}
.uc {
	color: var(--uc);
}
.yedi {
	color: var(--yedi);
}
.mono {
	font-family: 'Roboto Mono', monospace;
}
.btn {
	background: var(--bir);
}
.btn:hover {
	background: #FFF;
	color: var(--bir);
}
.btn.bg-green{
	background:#2fb944;
	border:1px solid #2fb944;
}
.btn.bg-green:hover{
	background: #FFF;
	color: #2fb944;
}
.btn, .navfix, nav img, .navbar, .logo {
	transition: all .3s ease-in-out;
}
.alti {
	color: var(--alti);
}
.alti:hover {
	color: var(--iki);
}
.bg-nav {
	background: rgba(242, 242, 242, 0.7)!important;
}
.bg-nav2 {
	background: #EFEFEF;
}
.header {
	box-shadow: 0 2px 6px rgba(0,0,0,0.2);
	animation: slide-up 0.9s;
}
section {
	padding-top: 60px;
}
.navbar-nav .nav-item .nav-link {
	padding: 18px 12px 20px; /* 6px 20px 6px */
	font-size: 18px;
	color: #FFF;
	font-weight: 500;
}
.navbar-nav .nav-item .nav-link:hover {
	color: #CCC;
}
.nav-item:hover {
	background: transparent;
}
.logo {
	height: 40px;
}
.logo {
	padding-left: 48px;
	padding-right: 48px;
	margin-top: 6px;
	margin-bottom: 6px;
}
.navfix .logo {
	padding-left: 24px;
	padding-right: 24px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.navfix {
	position: fixed;
	top: 0;
	height: 50px;
	z-index: 3;
}
.navfix img {
	background: #FFF;
	height: 29px;
}
.navfix .navbar-nav .nav-item .nav-link {
	margin-bottom: 20px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 20px;
	color: var(--bir);
	max-height: 50px;
}
.navfix .btn {
	padding: 5px 20px;
}
.navfix {
	background: rgba(255, 255, 255, 0.9) !important;
}
.navfix .nav-link {
	color: var(--bir) !important;
	font-weight: 300;
}
.navfix .sosyal .sosyalikon a {
	color: #FFF;
	background: rgba(11, 34, 64, 0.5);
}
.navfix .sadecepc {
	display: none !important;
}
.navfix .nav-item:hover {
	background: inhrerit;
}
.navfix .nav-submenu-item .nav-link {
	color: #FFF !important
}
.navfix .dropdown-content .nav-link {
	margin-bottom: 0px !important;
}
.navfix .dropdown-content {
	margin-top: -9px;
}
.nav-sag li {
	margin: 0 5px;
}
.sosyal ul {
	padding: 0;
	list-style: none outside none;
}
.sosyal li {
	position: relative;
	display: inline-block;
}
.sosyal a {
	padding: 10px !important;
	text-align: center;
	background: #FFF;
	min-width: 40px;
	display: block;
	transition: all .3s ease-in-out;
}
.nav-sag .nav-item {
	margin: 0px;
}
.nav-sag .btn {
	background: var(--bir);
	color: #FFF !important;
	padding: 10px 20px !important;
	border-radius: 0;
	margin-top: 1px;
}
.nav-sag .btn:hover {
	color: var(--bir) !important;
	background: #FFF !important;
}
.navfix .nav-sag .btn {
	margin-top: 2px !important;
	padding: 5px 20px !important;
}
.sosyal .sosyalikon {
	margin-top: 5px !important;
	text-align: center;
}
.sosyal .sosyalikon a {
	color: var(--bir);
	background: #FFF;
}
.sosyal .sosyalikon a:hover {
	background: var(--bir);
	color: #FFF;
}
.navfix .sosyal .sosyalikon {
	margin-top: 0px !important;
}
.bosluk {
	height: 70px;
}
.galeri .image {
	display: block;
	width: 100%;
	height: auto;
}
.galeri {
	position: relative;
	transition: transform .2s; /* Animation */
}
.galeri .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .3s ease;
	background-color: var(--bir);
}
.galeri:hover .overlay {
	display: block;
	opacity: .7;
	transition: all .3s ease-in-out;
}
.galeri .icon {
	color: white;
	font-size: 60px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
}
.galeri img {
	transition: transform 3s; /* Animation */
}
.galeri:hover img {
	transform: scale(1.3) rotate(3deg);
}
.w20 {
	width: 28px !important;
}
#map {
	height: 460px;
}
.mailgo {
	background: var(--bir);
	color: #FFF;
	padding: 60px 20px;
	margin-top: 20px;
	text-align: center;
	font-size: 26px;
	font-weight: 500;
}
.rez {
	color: #FFF;
}
.rez:hover {
	background: #FFF;
	color: var(--bir);
}

/* ASAGISI */
@media (max-width: 1120px) {
.gizle1 {
	display: none;
}
}
/* TEMAYA HAS */


.k1 {
	position: absolute;
	display: block;
	z-index: 1;
	bottom: 10px;
	left: 15px;
	padding: 0;
}
.slick-prev {
	left: 5px;
	z-index: 2;
}
.slick-next {
	right: 5px;
}
.slick-dots {
	bottom: -35px;
}
.kenar {
	border: 10px solid var(--bir);
}
.tek {
	background: var(--bir);
}
.golge {
	box-shadow: 0px 10px 25px 0px rgba(123,147,171,0.15);
	transition: all .2s ease-in-out;
}
.golge:hover {
	box-shadow: none;
	background: #F3F5F7;
}
.kutu .btn {
	background: #FFF;
	color: var(--bir);
}
.kutu:hover .btn {
	background: var(--bir) !important;
	color: #FFF !important;
}
.navbar-brand {
	background: white;
}
.nav-tabs .active {
	background: var(--bir);
	color: #FFF;
}
.dropdown {
	position: relative;
	display: inline-block;
}
.dropdown-content {
	padding: 0;
	display: none;
	position: absolute;
	background-color: var(--bir);
	min-width: 220px;
	z-index: 1;
	padding1-top: 5px;
}
.dropdown-content a {
	color: #FFF !important;
	padding: 4px 16px;
	text-decoration: none;
	display: block;
}
.dropdown-content ul, .dropdown-content li, .dropdown-content {
	list-style-type: none;
}
.dropdown-content a:hover {
	background-color: var(--iki)
}
.dropdown:hover .dropdown-content {
	display: block;
}
.navbar-nav .nav-item .dropdown-content .nav-link {
	color: #fff;
	padding: 5px 10px 5px 20px;
	font-size: 20px;
	font-weight: 400;
}
.navbar-nav .nav-item .dropdown-content .nav-link:hover {
	color: #fff;
}
.form-control {
	margin-bottom: 10px;
}
.datepicker-inline {
	width: 100% !important;
}
#rev_slider_19_1_wrapper .tp-loader.spinner2 {
	background-color: #777777 !important;
}
.persephone .tp-bullet {
	width: 12px;
	height: 12px;
	position: absolute;
	background: rgba(170,170,170,1);
	border: 1px solid rgba(229,229,229,1);
	cursor: pointer;
	box-sizing: content-box
}
.persephone .tp-bullet:hover, .persephone .tp-bullet.selected {
	background: rgba(0,0,0,1)
}
.slick-prev:before {
	content: ''
}
[dir='rtl'] .slick-prev:before {
	content: ''
}
.slick-next:before {
	content: ''
}
[dir='rtl'] .slick-next:before {
	content: ''
}
.slayt-left {
	right: 66px !important;
	margin-right: 2px;
}
.slayt-right {
	right: 20px !important;
}
.slayt-buton {
	position: absolute;
	top: -56px;
	background: #FFF;
	padding: 10px 20px;
	z-index: 1;
	cursor: pointer;
}
.slayt-buton2 {
	position: absolute;
	top: -46px;
	background: #FFF;
	padding: 10px 20px;
	z-index: 1;
	cursor: pointer;
}
.slayt-fa {
	color: var(--bir);
}
.slayt-fa:hover {
	color: blue;
}
.btn2 {
	color: var(--bir) !important;
	border: 2px solid var(--bir);
	padding: 10px 25px;
}
.btn2:hover {
	background: var(--bir) !important;
	border: 2px solid var(--bir);
	color: #FFF !important;
}
.menu-galeri img {
	width: 20%;
	height: 150px;
	-webkit-filter: sepia(15%) opacity(10%);
	filter: sepia(15%) opacity(10%);
	transition: all .3s ease-in-out;
	letter-spacing: 0;
	cursor: alias;
}
.menu-galeri img:hover {
	-webkit-filter: sepia(15%) opacity(100%);
	filter: sepia(15%) opacity(100%);
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
.form-control[readonly] {
	background-color: #FFF;
	opacity: 1;
}
.telbuton2 {
	background: #011B3C;
	cursor: alias;
	border: none;
}
.telbuton1 {
	position: relative;
	display: inline-block;
}
.telbuton3 {
	display: none;
	position: absolute;
	background: #011B3C;
	min-width: 160px;
	z-index: 1;
	margin-left: 30px;
	padding-top: 5px;
}
.telbuton3 a {
	padding: 4px 16px !important;
	text-decoration: none;
	display: block;
	text-align: left;
	margin-right: 0px;
}
.telbuton3 a:hover {
	background-color: #002A5C;
}
.telbuton1:hover .telbuton3 {
	display: block;
}
.telbuton2 {
	background: #011B3C;
	cursor: alias;
	border: none;
}
.diller img {
	filter: grayscale(100%);
	opacity: 0.5;
}
.diller:hover img {
	filter: grayscale(0%);
	opacity: 1;
}
.dil1 {
	position: relative;
	display: inline-block;
}
.dil3 {
	display: none;
	position: absolute;
	background: var(--dort);
	z-index: 1;
	margin-top: 4px;
	margin-left: 0px;
	padding-top: 7px;
	padding-left: 1px;
}
.dil3 a {
	padding: 0px 10px 0 10px!important;
	text-decoration: none;
	display: block;
	text-align: left;
	font-size: 20px;
	margin-right: 0px;
}
.dil3 a:hover {
	background-color: #DDD;
}
.dil1:hover .dil3 {
	display: block;
}
.navbar-brand {
	margin-right: 0;
}
.inputBox {
	position: relative;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.inputBox .inputText {
	position: absolute;
	font-size: 16px;
	line-height: 50px;
	transition: .5s;
	opacity: .5;
}
.inputBox .input {
	position: relative;
	width: 100%;
	height: 50px;
	background: transparent;
	border: none;
	outline: none;
	font-size: 16px;
	border-radius: 0;
	border-bottom: 2px solid #eaeaea !important;
}
.focus .inputText {
	transform: translateY(-25px);
	font-size: 12px;
	opacity: 1;
	color: #002A5C;
}
.focus .inputText2 {
	transform: translateY(-35px);
	font-size: 12px;
	opacity: 1;
	color: #002A5C;
}
textarea {
	height: 80px !important;
}
.border {
	border: 1px solid rgba(0,0,0,.1);
}
.ser {
	border: 1px solid rgba(255,255,255,0.80);
}
.ser:hover {
	/* background: linear-gradient(90deg, var(--bir) 0%, var(--iki) 100%) !important; */
	color: #FFF;
}
.k1 {
	position: absolute;
	display: block;
	z-index: 1;
	bottom: 10px;
	left: 15px;
	padding: 0;
}
.k2 {
	background: #002a5c;
}
.k3 {
	height: 200px;
}
.siyahbeyaz {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.siyahbeyaz:hover {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}
.pt-6 {
	padding-top: 60px;
}
.pb-6 {
	padding-bottom: 60px;
}
.mt-6 {
	margin-top: 60px;
}
.mb-6 {
	margin-bottom: 60px;
}
.mb-7 {
	margin-bottom: 30px;
}
.bgg {
	background: url(https://basarihastanesi.com/uploads/2020/bg.jpg);
}
.bgg2 {
	background: url(https://basarihastanesi.com/uploads/2020/bg2.jpg); /* bg2a.jpg */
}
.bg1 {
	background: var(--bir);
	color: #FFF;
}
.bg5 {
	background: url(http://www.basarihastanesi.com.tr/uploads/2020/bg/bg1.jpg) #EFEFEF no-repeat top center;
	background-size: cover;
}
.bg6 {
	background: url(http://www.basarihastanesi.com.tr/uploads/2020/bg/bg8.jpg) #EFEFEF no-repeat bottom center;
	background-size: cover;
}
.bg3 {
	background: url(http://www.basarihastanesi.com.tr/uploads/2020/bg/bg10.jpg) #EFEFEF no-repeat bottom center;
	background-size: cover;
}
.bg4 {
	background: url(http://www.basarihastanesi.com.tr/uploads/2020/bg/bg11.jpg) #EFEFEF no-repeat bottom center;
	background-size: cover;
}
.b1 {
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(240,240,240,1.00) 0%, rgba(245,245,245,1.00) 24%, rgba(250,250,250,1.00) 35%, rgba(255,255,255,1) 66%, rgba(255,255,255,1) 81%, rgba(255,255,255,1) 94%);
}
.b2 {
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 24%, rgba(255,255,255,1) 50%, rgba(250,250,250,1.00) 66%, rgba(245,245,245,1.00) 81%, rgba(240,240,240,1.00) 94%);
}
.b3 {
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(240,240,240,1.00) 0%, rgba(245,245,245,1.00) 24%, rgba(250,250,250,1.00) 35%, rgba(255,255,255,1) 66%, rgba(255,255,255,1) 81%, rgba(255,255,255,1) 94%);
}
.b4 {
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 24%, rgba(255,255,255,1) 50%, rgba(250,250,250,1.00) 66%, rgba(245,245,245,1.00) 81%, rgba(240,240,240,1.00) 94%);
}
.btn-outline-secondary {
	color: #FFF;
	border-color: #6c757d;
}
#fastmenu {
	background: url(http://www.basarihastanesi.com.tr/uploads/2020/bg/bg12.jpg);
	background-position: right bottom;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 37px 0;
	position: relative;
}
.btn3 {
	background: #4C2738 !important;
	background: linear-gradient(90deg, var(--bir) 0%, var(--iki) 100%) !important;
	color: white !important;
	border-radius: 0 50px 50px 0;
	min-width: 380px;
	min-height: 50px;
	align-items: center;
	margin-left: 30px;
	margin-right: 30px;
	display: flex;
	justify-content: left;
	width: 100%;
	transition: all .3s ease;
	border: 0;
	box-shadow: 0 10px 30px rgba(34, 1, 15, .16);
}
.btn3:hover, .btn3:focus, .btn3:active {
	background: linear-gradient(90deg, var(--iki) 0%, var(--bir) 100%) !important;
}
.contact-home-one .shape-one {
	width: 890px;
	height: 890px;
	top: 70px;
	right: -245px;
	z-index: -1;
}
.shape-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.nav-pills .nav-link.active {
	color: var(--bir);
	background-color: inherit;
	border-bottom: 2px solid var(--bir);
	margin-bottom: -2px;
}
.nav-pills {
	border-bottom: 2px solid #CCC;
}
.nav-pills .nav-link {
	font-size: 18px;
	color: #999999;
	background-color: inherit;
	border-bottom: 2px solid #CCC;
	margin-bottom: -2px;
	border-radius: 0;
	padding: 5px 50px 20px 50px;
	font-weight: 600;
}
.f24 {
	line-height: 36px;
}
.merkezler .mer img, .birimler .bir img, .doktorlar .dok img, .servisler .ser img, .kutular .kutu img {
	transition: all .3s ease-in-out;
}
.merkezler .mer:hover, .birimler .bir:hover, .doktorlar .dok:hover, .reh .reh:hover, .servisler .ser:hover, .kutular .kutu:hover {
	background: #002A5C;
}
.merkezler .mer:hover a, .birimler .bir:hover a, .dok:hover .dok-baslik, .ser:hover .ser-baslik, .kutu:hover .kutu-baslik {
	background: #002A5C;
	color: #FFF;
	transition: all 0s ease-in-out;
}
.merkezler:hover .slick-list img {
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
	filter: grayscale(0%);
}
.merkezler .mer:hover img {
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
	filter: grayscale(0%);
}
.bir-baslik {
	display: table-cell;
	vertical-align: middle;
	height: 92px;
}
.sagmenu a {
	display: block;
	padding: 5px 10px;
}
.sagmenu a:hover {
	color: #FFF;
	background: var(--bir);
}
.sagmenu svg {
	width: 15px !important;
}
.aktif {
	color: #FFF;
	background: var(--bir);
}
.aktif:hover {
	color: #FFF;
	background: var(--iki) !important;
}
.bb {
	border-radius: 0 10px 10px 0;
}
#pagination {
	clear: both;
	display: block;
	position: relative;
	padding: 15px;
	background: #F7F7F7;
}
#pagination .item {
	padding: 8px;
	border: 1px solid #DDD;
	margin: 5px;
	min-width: 40px;
	font-weight: 600;
}
#pagination .disabled, #pagination .active {
	background: #FFF;
	color: #DDD !important;
}
.logolar img {
	transition: all .2s ease-in-out;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: 0.6;
}
.logolar img:hover {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	opacity: 1;
}
.wow {
	visibility: hidden;
}
.breadbaslik {
	font-size: 36px;
	font-weight: 300;
	line-height: 1.5;
	margin-bottom:0;
}
.list27 li {
	line-height: 27px;
}
.portfoliologo {
	height: 120px;
	max-height: 120px;
	padding: 30px;
}
.dok-baslik {
	padding-left: 20px;
	padding-right: 0;
}
.reh, .reh:hover, .reh a {
	transition: all 0.3s ease-in-out !important;
}
.reh .alt a, .reh .alt {
	transition: all 0s ease-in-out !important;
}
.reh-alan {
	padding-left: 20px;
	padding-right: 20px;
}
.reh-alan .reh-yazi p {
	font-size: 16px !important
}
.reh:hover {
	background: var(--bir) !important;
	color: #FFF !important;
}
.reh:hover a {
	background: var(--bir) !important;
	color: #FFF !important;
}
.reh:hover .reh-alt, .reh:hover .reh-alt a {
	background: #CCC !important;
	color: var(--bir) !important;
}
.k07061 {
	margin-top: 5px;
}
.bgb {
	background: rgb(2,0,36);
	background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(6,5,85,1) 20%, rgba(6,21,98,1) 50%, rgba(9,8,115,1) 80%, rgba(9,37,121,1) 100%);
}
.tp-caption.News-Title, .News-Title {
	/* color: rgba(255,255,255,1.00); */
	color: var(--bir);
	font-size: 70px;
	line-height: 60px;
	font-weight: 400;
	font-style: normal;
	font-family: Roboto Slab;
	text-decoration: none;
	background-color: transparent;
	border-color: transparent;
	border-style: none;
	border-width: 0px;
	border-radius: 0 0 0 0px
}
.tp-caption.News-Subtitle, .News-Subtitle {
	/* color: rgba(255,255,255,1.00); */
	color: var(--bir);
	font-size: 15px;
	line-height: 24px;
	font-weight: 300;
	font-style: normal;
	font-family: Roboto Slab;
	text-decoration: none;
	background-color: rgba(255,255,255,0);
	border-color: transparent;
	border-style: none;
	border-width: 0px;
	border-radius: 0 0 0 0px
}
.tp-caption.beyaz:hover {
	color: rgba(255,255,255,0.65);
	text-decoration: none;
	background-color: rgba(255,255,255,0);
	border-color: transparent;
	border-style: solid;
	border-width: 0px;
	border-radius: 0 0 0px 0
}
.hesperiden.tparrows {
	cursor: pointer;
	background: rgba(0,0,0,0.5);
	width: 40px;
	height: 40px;
	position: absolute;
	display: block;
	z-index: 100;
	border-radius: 50%
}
.hesperiden.tparrows:hover {
	background: rgba(0,0,0,1)
}
.hesperiden.tparrows:before {
	font-family: "revicons";
	font-size: 20px;
	color: rgb(255,255,255);
	display: block;
	line-height: 40px;
	text-align: center
}
.hesperiden.tparrows.tp-leftarrow:before {
	content: "\e82c";
	margin-left: -3px
}
.hesperiden.tparrows.tp-rightarrow:before {
	content: "\e82d";
	margin-right: -3px
}
.telefonlar a {
	font-size: 16px;
	font-weight: 500;
	line-height: 18px;
}
.select-css {
	display: block;
	font-size: 14px;
	font-family: sans-serif;
	letter-spacing: 1px;
	font-weight: 700;
	color: #FFF;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0;
	padding: 4px 3px 2px 5px;
	border: 0px solid #aaa;
	box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #0b5390;
	cursor: pointer
}
.select-css::-ms-expand {
display:none
}
.select-css:hover {
}
.select-css:focus {
	box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
	box-shadow: 0 0 0 3px -moz-mac-focusring;
	color: #222;
	outline: none
}
.select-css option {
	font-weight: normal
}
.select-css:focus {
	color: #FFF
}
.icindekiler {
	border-left: 2px solid rgba(134,114,89,0.46);
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px
}
.icindekiler h2 {
	color: rgba(134, 114, 89)
}
.harfle {
	margin-right: 5px;
	padding: 10px 8px;
	color: #FFF;
	line-height: 50px;
	background: var(--bir);
}
.kay {
	position: fixed;
	top: 0;
	z-index: 100;
	width: 100%
}
.kay + .content {
	padding-top: 102px
}
.kayy {
	position: -webkit-sticky;
	position: sticky;
	z-index: 100;
	top: 10px
}
#pagination {
	clear: both;
	display: block;
	position: relative;
	padding: 10px
}
#pagination .item {
	padding: 8px;
	border: 1px solid #DDD;
	margin: 5px;
	min-width: 40px;
	font-weight: 600;
	text-align: center
}
#pagination .disabled, #pagination .active {
	background: #FFF;
	color: #DDD !important
}
.video-alan:hover .video-ikon {
	color: var(--bir) !important;
}
.video-ikon {
	font-size: 100px;
	margin-top: 150px;
	margin-left: 40%;
}
.video-ikon {
	font-size: 100px;
	margin-top: 150px;
	margin-left: 40%;
}
.dil1 {
	position: relative;
	background: #002A5C;
	display: inline-block;
	z-index: 2;
	white-space: nowrap;
}
.dil1 img {
	width: 24px;
	height: 24px;
}
.dil3 {
	display: none;
	position: absolute;
	background: #011B3C;
	z-index: 8;
	margin-top: 4px;
	margin-left: 0px;
	padding-top: 7px;
	padding-left: 1px;
}
.dil3 a {
	padding: 5px 25px 5px 23px!important;
	text-decoration: none;
	display: block;
	text-align: left;
	font-size: 20px;
	margin-right: 0px;
}
.dil3 a:hover {
	background-color: #011B3C;
}
.dil1:hover .dil3 {
	display: block;
}
.int {
	transition: ease .5s;
	position: fixed;
	top: 30%;
	left: 0;
	margin-top: 25px;
	padding-top: 2px !important;
	padding-bottom: 6px !important;
	padding-right: 12px !important;
	padding-left: 12px !important;
	-webkit-transform-origin: 0 50%;
	-moz-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	-o-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transform: rotate(-90deg) translate(-50%, 50%);
	-moz-transform: rotate(-90deg) translate(-50%, 50%);
	-ms-transform: rotate(-90deg) translate(-50%, 50%);
	-o-transform: rotate(-90deg) translate(-50%, 50%);
	transform: rotate(-90deg) translate(-50%, 50%);
	background-color: #092c74;
	z-index: 2;
}
.int a {
	font-size: 18px !important;
	font-weight: 600;
}
.sagkutu {
	color: #092c74;
	background: rgb(198,205,230);
	background: linear-gradient(180deg, rgba(198,205,230,1) 0%, rgba(232,236,249,1) 35%, rgba(255,255,255,1) 100%);
} /*
.sagkutu {
	background: var(--bir);
	color: #FFF;
} */
.sagkutu:hover {
	background: var(--bir);
	/* background: url(https://basarihastanesi.com/uploads/2020/bg.jpg);
	background-size: cover; */
	color: #FFF;
}
.yazivideo {
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(240,240,240,1.00) 0%, rgba(245,245,245,1.00) 24%, rgba(250,250,250,1.00) 35%, rgba(255,255,255,1) 66%, rgba(255,255,255,1) 81%, rgba(255,255,255,1) 94%);
	padding-top: 30px;
	padding-bottom: 10px;
}
.habersoru {
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 24%, rgba(255,255,255,1) 50%, rgba(250,250,250,1.00) 66%, rgba(245,245,245,1.00) 81%, rgba(240,240,240,1.00) 94%);
	padding-top: 30px;
	padding-bottom: 1px;
}
.arama button {
	appearance: button;
	-webkit-writing-mode: horizontal-tb !important;
	text-rendering: auto;
	color: -internal-light-dark(buttontext, rgb(170, 170, 170));
	letter-spacing: normal;
	word-spacing: normal;
	text-transform: none;
	text-indent: 0px;
	text-shadow: none;
	display: inline-block;
	text-align: center;
	align-items: flex-start;
	cursor: default;
	background-color: transparent;
	box-sizing: border-box;
	margin: 0em;
	font: 20px;
	padding: 0px;
	border-width: 0px;
	border-style: outset;
	border-color: transparent;
	border-image: initial;
}
.sec1a {
	background: url('https://basarihastanesi.com/uploads/2020/bg2.jpg');
	background-size: cover;
	height: 540px;
}
.bb1 {
	border-bottom: 1px solid #E9E9E9;
}
.br1 {
	border-right: 1px solid #E9E9E9;
}
.arama-mt {
	margin-top: 15px;
}
.arama-mt-ikon {
	margin-top: 20px;
}
.tel-mt {
	margin-top: 10px;
}
.tel-ikon {
	margin-top: 6px;
}
.telwidth {
	min-width: 190px;
	position: relative;
	text-align: right;
}
input, textarea {
	font-size: 18px;
	line-height: 26px;
}
.dortlu {
	min-height: 300px;
}
.dortlu img {
	min-height: 300px;
}
.dortlu .img {
	transition: ease 1s;
}
.dortlu:hover .img {
	transition: ease 1s;
	transform: scale(1.4, 1.4);
	-moz-transform: scale(1.4, 1.4);
	-webkit-transform: scale(1.4, 1.4);
}
.kayy {
	color: #FFF;
	height: 2em;
	padding: .5em;
	position: absolute;
	top: 150px;
	width: 100%;
}
.fixed {
	position: fixed;
	top: 40px;
}
.aramakutusu {
	display: none;
}
.btn-search {
	color: #FFF;
	background: transparent;
}
.btn-search:hover {
	color: var(--iki);
	background: transparent;
}

.navbar img.whatsapp-ikon{
	height:36px !important;
}

.mobile-get-appt{
	display:none;
width: 100%;
    padding: 12px;
    background: var(--bir);
    color: #fff;
    text-align: center;
    position: fixed;
    bottom: 0px;
    z-index: 1000;
}
.mobile-get-appt:hover,.mobile-get-appt:active{
	color:#fff;
}

img.righticon {
    width: 45px;
    position: absolute;
    right: -23px;
        bottom: 50%;
    filter: opacity(0.5);
}
ul.linklist{
	padding-left: 20px;
}
.slide2-item a{
	display:block;
	position:relative;
}
.slide2-text{
    position: absolute;
    bottom: 0px;
    width: 100%;
    background: rgba(255,255,255,0.5);
    padding: 10px;
	color: #092c74;
    font-weight: 600;
}

.bootstrap-filestyle.input-group input[type="text"]{
	    background-color: #ffffff;
}

.group-span-filestyle .btn{
	color:#fff;
}

.international-slider .slick-dots{
	bottom:-20px !important;
}
.rev_slider_wrapper, .rev_slider_wrapper * {
    direction: ltr;
}</pre></body></html>