/*#region FONT TANIMLAMALARI*/
@font-face {
	font-family: 'poppins';
	src: url('../../fonts/poppins/Poppins-Regular.ttf');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'poppins_medium';
	src: url('../../fonts/poppins/Poppins-Medium.ttf');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'poppins_bold';
	src: url('../../fonts/poppins/Poppins-Bold.ttf');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'poppins_black';
	src: url('../../fonts/poppins/Poppins-Black.ttf');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'poppins_semibold';
	src: url('../../fonts/poppins/Poppins-SemiBold.ttf');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'poppins_extrabold';
	src: url('../../fonts/poppins/Poppins-ExtraBold.ttf');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'poppins_italic';
	src: url('../../fonts/poppins/Poppins-Italic.ttf');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

/*#endregion*/


:root {
	--color1: #023f5c;
	/* Pastel Mavi */
	--color2: #6ca5c0;
	/* Yumuşak Turkuaz */
	--color3: #CFFFE5;
	/* Açık Nane Yeşili */
	--color4: #F5EEDF;
	/* Sıcak Bej */
	--text-color: #003c72;
	/* Koyu Mavi - yazılar için */
}


.swal2-container {
	z-index: 3000 !important;
}

.swal2-close {
	color: #cc0000 !important;
}

.swal2-close:focus {
	box-shadow: none !important;
	color: #cc0000 !important;
}

.swal2-close:hover {
	color: #000 !important;
}

.swal2-popup {
	width: auto !important;
}

.fancybox__container {
	z-index: 8000 !important;
}

html {
	font-size: 90%;
}

* {
	padding: 0;
	margin: 0;
	text-decoration: none;
}

body {
	font-family: 'poppins', Arial, sans-serif;
	background: #fff;
	color: #003c72;
}

table,
tr,
td,
ul {
	padding: 0;
	margin: 0;
	border-spacing: 0;
	border-collapse: collapse;
}

ul {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

a {
	color: #003c72;
}

textarea,
input,
select {
	outline: none;
}

header,
footer,
article,
section,
aside,
nav {
	display: block;
}

p {
	padding: 0;
	margin: 0;
}

ul {
	list-style-position: inside;
	padding-left: 0;
}

.clear {
	clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-size: 1rem;
}

@media only screen and (max-width:1000px) {}

@media only screen and (max-width:600px) {
	html {
		font-size: 90%;
	}
}

@media only screen and (min-width:1200px) {
	::-webkit-scrollbar {
		width: 12px;
	}

	::-webkit-scrollbar-track {
		background: #f8f8f8;
		border-radius: 10px;
	}

	::-webkit-scrollbar-thumb {
		background: linear-gradient(180deg, #023f5c, #88E0D0);
		border-radius: 10px;
		border: 2px solid #f8f8f8;
	}

	::-webkit-scrollbar-thumb:hover {
		background: linear-gradient(180deg, #5aa5e6, #6fd0c0);
	}
}


.standard_center1 {
	width: 96%;
	margin: 0 auto;
}

.standard_center2 {
	width: 1600px;
	max-width: 96%;
	margin: 0 auto;
}

.standard_center3 {
	width: 1400px;
	max-width: 96%;
	margin: 0 auto;
}

.standard_center4 {
	width: 1200px;
	max-width: 96%;
	margin: 0 auto;
}

.standard_center5 {
	width: 1000px;
	max-width: 96%;
	margin: 0 auto;
}

.standard_center6 {
	width: 800px;
	max-width: 96%;
	margin: 0 auto;
}


.lightbox_comment {
	width: 600px;
	max-width: 85vw;
	text-align: center;
}

.lightbox_comment .platform {}

.lightbox_comment .platform img {
	width: 150px;
	height: auto;
}

.lightbox_comment .ad {
	margin: 3px 0 0 0;
	font-size: 1.2rem;
	font-family: "poppins_bold";
}

.lightbox_comment .stars {
	margin: 10px 0 0 0;
}

.lightbox_comment .stars img {
	width: 120px;
	height: auto;
}

.lightbox_comment .yorum {
	margin: 10px 0 0 0;
	font-size: 1.1rem;
}





#header1 {
	position: relative;
	z-index: 2000;
	left: 0;
	top: 0;
	width: 100%;
	transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
	background: rgb(255 255 255 / 100%);
	backdrop-filter: blur(10px);
}

#header1 .hdsect10 {
	color: #fff;
	background: var(--color1);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

#header1 .hdsect10 .center {
	padding: 0 20px;
	background: var(--color1);
	border-radius: 0 0 25px 25px;
	background: none;
}

#header1 .hdsect10 a {
	color: #fff;
}

#header1 .hdsect10 a:hover {
	color: #ddd;
}

#header1 .hdsect10 .grid {
	display: grid;
	grid-template-columns: auto auto auto;
	gap: 10px;
	align-items: center;
	height: 50px;
}

#header1 .hdsect10 .grid .s {}

#header1 .hdsect10 .grid .s.s1 {}

#header1 .hdsect10 .grid .s.s1 .icons {
	font-size: 1.7rem;
}

#header1 .hdsect10 .grid .s.s1 .icons a {
	margin: 0 6px 0 0;
}

#header1 .hdsect10 .grid .s.s1 .icons a img {
	width: 24px;
	height: 24px;
	object-fit: contain;
	opacity: 1;
	transition: all .3s;
}

#header1 .hdsect10 .grid .s.s1 .icons a:hover img {
	opacity: 1;
}

/*
#header1 .hdsect10 .grid .s.s1 a{margin:0 10px 0 0;text-decoration:underline;transition:all 300ms;
	font-family:"fonttip1_semibold",Arial,sans-serif;
}
#header1 .hdsect10 .grid .s.s1 a:hover{color:#fff;}
*/
#header1 .hdsect10 .grid .s.s2 {
	justify-self: center;
}

#header1 .hdsect10 .grid .s.s3 {
	justify-self: end;
}

#header1 .hdsect10 .grid .s.s3 a {
	margin: 0 0 0 10px;
	text-decoration: underline;
	transition: all 300ms;
	font-family: "fonttip1_semibold", Arial, sans-serif;
}

#header1 .hdsect10 .grid .s.s3 a:hover {
	color: #fff;
}

#header1 .hdsect20 {
	position: relative;
	z-index: 1;
	/*padding:10px 0;*/
	/*background-color:#fff;*/
	/*border-bottom:1px solid #ddd;*/
}

#header1 .hdsect20 a {}

#header1 .hdsect20 .grid {
	display: grid;
	grid-template-columns: auto auto 1fr auto auto auto;
	gap: 0px;
	align-items: center;
}

#header1 .hdsect20 .grid .s {
	padding: 8px 0;
}

#header1 .hdsect20 .grid .s.s1 {}

#header1 .hdsect20 .grid .s.s1 a {}

#header1 .hdsect20 .grid .s.s1 a img {
	width: 170px;
	height: auto;
	transition: all 300ms;
}

#header1 .hdsect20 .grid .s.s2 {}

#header1 .hdsect20 .grid .s.s3 {
	justify-self: center;
}

#header1 .hdsect20 .grid .s.s4 {
	padding: 0 15px;
}

#header1 .hdsect20 .grid .s.s4 a {
	display: block;
	padding: 6px 15px;
	border: 1px solid #003c72;
	background: #023f5c;
	color: #fff;
	border-radius: 10px;
	transition: background-color 300ms;
}

#header1 .hdsect20 .grid .s.s4 a:hover {
	background-color: #003c72;
}

#header1 .hdsect20 .grid .s.s5 {
	padding: 0 15px;
	border-left: 1px solid rgb(156 212 255 / 40%);
}

#header1 .hdsect20 .grid .s.s6 {
	padding: 0 0 0 15px;
	border-left: 1px solid rgb(156 212 255 / 40%);
}

#header1 .hdsect20 .grid .s.s6 a {
	display: flex;
	align-items: center;
	gap: 5px;
}

#header1 .hdsect20 .grid .s.s6 a:hover {
	color: #ff8300;
}

#header1 .hdsect20 .grid .s.s6 a svg {
	display: block;
	height: 25px;
	width: auto;
	fill: #003c72;
}

#header1 .hdsect20 .grid .s.s6 a:hover svg {
	fill: #ff8300;
}

/*
#header1 .hdsect20 nav ul{list-style:none;}
#header1 .hdsect20 nav > ul{display:flex;column-gap:25px;align-items:center;}
#header1 .hdsect20 nav > ul > li {}
#header1 .hdsect20 nav ul > li > a{display:block;height:70px;line-height:70px;text-decoration:none;}
#header1 .hdsect20 nav > ul > li > a{font-family:"fonttip1_semibold",Arial,sans-serif;}
#header1 .hdsect20 nav ul > li > ul{
	position:relative;z-index:1;
	display:grid;grid-template-columns:repeat(4,1fr);gap:10px;
	width:100%;position:absolute;top:100%;left:0;
	box-sizing:border-box;padding:2% 5%;
	box-shadow:0px 4px 6px rgba(0,0,0,0.1);
	transform:translateY(30%);opacity:0;pointer-events: none;
	transition:transform 300ms;
}
#header1 .hdsect20 nav ul > li > ul:before{
	content:"";position:absolute;z-index:-1;left:0;top:0;width:100%;height:100%;
	border-radius:10px;scale:.92;
	background:#fff;background:rgb(248 248 248 / 40%);
}
#header1 .hdsect20 nav ul li:hover > ul{
	transform:translateY(0);opacity:1;pointer-events:all;
}
#header1 .hdsect20 nav ul > li > ul li{position:relative;padding:0;}
#header1 .hdsect20 nav ul > li > ul > li a{
	padding:10px 10px;
	display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center;
	background:#b09f83;background-color:rgba(99, 90, 55, 0.5);color:#fff;
	border:1px solid #cfc1ab;border-radius:5px;
	transition:all 300ms;
}
#header1 .hdsect20 nav ul > li > ul > li a:hover{background-color:rgb(248 248 248 / 40%);color:#000;}
#header1 .hdsect20 nav ul > li > ul > li a .as{}
#header1 .hdsect20 nav ul > li > ul > li a .as.s1{}
#header1 .hdsect20 nav ul > li > ul > li a .as.s1 .im{position:relative;z-index:1;display:block;width:50px;height:50px;}
#header1 .hdsect20 nav ul > li > ul > li a .as.s1 .im img{
	position:absolute;z-index:1;left:0;top:0;width:100%;height:100%;
	scale:.9;object-fit:contain;
}
#header1 .hdsect20 nav ul > li > ul > li a .as.s2{}
#header1 .hdsect20 nav ul > li > ul > li a .as.s3{align-self:center;}
#header1 .hdsect20 nav ul > li > ul > li a .as.s3 svg{display:block;width:14px;height:14px;fill:#2a607f;}
#header1 .hdsect20 nav ul li ul li ul{display:none;position:absolute;left:100%;top:0;}
#header1 .hdsect20 nav ul li ul li:hover > ul{display:block;}
*/



#header1 .hdsect20 nav ul {
	margin: 0;
	padding: 0 20px;
	list-style: none;
}

#header1 .hdsect20 nav>ul {
	list-style: none;
	margin: 0;
	padding: 0 15px;
	display: flex;
	column-gap: 15px;
	align-items: center;
}

#header1 .hdsect20 nav>ul>li {
	/*height: 25px;*/
	font-size: 0.9rem;
	/*font-family: 'poppins_semibold', Arial, sans-serif;*/
	position: relative;
}

#header1 .hdsect20 nav ul>li>a {
	text-decoration: none;
	padding: 7px 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

#header1 .hdsect20 nav ul>li>ul {
	width: 200px;
	display: none;
	/* Hide dropdown by default */
	position: absolute;
	top: 100%;
	/* Position it right below the parent */
	left: 0;
	background: var(--color2);
	padding: 8px 0;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
	border-radius: 0 0 12px 12px;
	overflow: hidden;
	animation: dropdownFade 0.3s ease-out;
}

@keyframes dropdownFade {
	from {
		opacity: 0;
		transform: translateY(-10px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

#header1 .hdsect20 nav ul li:hover>ul {
	display: block;
	/* Show the dropdown when hovered */
}

#header1 .hdsect20 nav ul>li>ul li {
	position: relative;
	z-index: 1;
	list-style-type: none;
	padding: 0px 10px;
}

#header1 .hdsect20 nav ul>li>ul>li a {
	font-size: 0.92rem;
	padding: 10px 15px;
	color: #273d39;
	display: block;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	transition: all 0.25s ease;
	position: relative;
}

#header1 .hdsect20 nav ul>li>ul>li a:hover {
	color: #fff;
	background: rgba(255, 255, 255, 0.15);
	padding-left: 20px;
}

#header1 .hdsect20 nav ul>li>ul>li:last-child a {
	border-bottom: none;
}

/* For nested submenus */
#header1 .hdsect20 nav ul li ul li ul {
	display: none;
	/* Hide nested submenus by default */
	position: absolute;
	left: 100%;
	/* Position it to the right of the parent list item */
	top: 0;
}

#header1 .hdsect20 nav ul li ul li:hover>ul {
	display: block;
	/* Show the nested submenu on hover */
}



#header1 .hdsect20 .lang {
	display: none;
	position: relative;
	z-index: 1;
}

#header1 .hdsect20 .lang .selected {
	border-radius: 5px;
}

#header1 .hdsect20 .lang .selected img {}

#header1 .hdsect20 .lang .list {
	display: none;
	position: absolute;
	z-index: 2;
	top: 100%;
	left: 50%;
	width: 150%;
	background: rgba(255, 255, 255, 0.9);
	transform: translate(-50%, 0);
}

#header1 .hdsect20 .lang:hover .list {
	display: block;
}

#header1 .hdsect20 .lang .langgrid {
	padding: 4px 8px;
	display: grid;
	grid-template-columns: auto auto;
	gap: 3px;
	align-items: center;
}

#header1 .hdsect20 .lang .langgrids {}

#header1 .hdsect20 .lang .langgrids.s1 {}

#header1 .hdsect20 .lang .langgrids.s1 img {
	display: block;
	width: 40px;
	height: 25px;
	object-fit: contain;
}

#header1 .hdsect20 .lang .langgrids.s2 {
	font-size: .9rem;
}

#header1 .hdsect20 .lang .selected .langgrid {}

#header1 .hdsect20 .lang .list .langgrid {
	padding: 3px 3px;
	box-shadow: 0 0 3px 0 #aaa inset;
}

#header1 .hdsect20 .lang .list .langgrid:hover {}

#header1.sticky1 {
	position: fixed;
	top: -50px;
	background: rgb(255 255 255 / 95%);
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(15px);
}

#header1.sticky1 .hdsect20 .grid .s.s1 a img {
	height: 30px;
	width: auto;
}

@media only screen and (max-width:1200px) {
	#header1 .hdsect20 {
		padding: 10px 0;
	}

	#header1 .hdsect20 .grid .s.s3 nav {
		display: none;
	}
}

@media only screen and (max-width:1000px) {
	#header1 {
		margin: 0 0 20px 0;
	}

	#header1 .hdsect10 .grid {
		grid-template-columns: auto auto;
	}

	#header1 .hdsect10 .grid .s.s2 {
		display: none;
	}
}

@media only screen and (max-width:900px) {
	#header1 .hdsect20 .grid {
		grid-template-columns: auto 1fr auto auto auto;
		gap: 10px;
	}

	#header1 .hdsect20 .grid .s.s1 a img {
		height: 30px;
		width: auto;
	}

	#header1 .hdsect20 .grid .s.s3 {
		display: none;
	}
}

@media only screen and (max-width:750px) {
	#header1 .hdsect20 .grid {
		grid-template-columns: auto 1fr auto auto;
		gap: 10px;
	}

	#header1 .hdsect20 .grid .s.s4 {
		display: none;
	}
}

@media only screen and (max-width:700px) {
	#header1 .hdsect10 .grid {
		grid-template-columns: 1fr;
	}

	#header1 .hdsect10 .grid .s.s1 {
		text-align: center;
	}

	#header1 .hdsect10 .grid .s.s2 {
		display: none;
	}

	#header1 .hdsect10 .grid .s.s3 {
		display: none;
	}
}







#footer1 {
	margin: 50px 0 0 0;
	border-top: 1px solid #ddd;
}

#footer1 .ftsect20 {
	padding: 60px 0;
	background-color: #fff;
}

#footer1 .ftsect20 .grid {
	display: grid;
	grid-template-columns: 2fr 2fr 2fr 2fr;
	gap: 20px;
}

#footer1 .ftsect20 .grid .s {}

#footer1 .ftsect20 .grid .s.s3ves4 {
	align-self: center;
}

#footer1 .ftsect20 .grid .s.s3ves4 a {
	display: block;
}

#footer1 .ftsect20 .grid .s.s3ves4 a img {
	width: 200px;
	max-width: 100%;
	height: auto;
}

#footer1 .ftsect20 .grid .s.s1 {}

#footer1 .ftsect20 .grid .s.s2 {}

#footer1 .ftsect20 .grid .s.s5 {}

#footer1 .ftsect20 .grid .s .stitle {
	margin: 0 0 10px 0;
	font-family: 'poppins_semibold', Arial, sans-serif;
}

#footer1 .ftsect20 .grid .s .text {}

#footer1 .ftsect20 .grid .s .cs {}

#footer1 .ftsect20 .grid .s .cs table {}

#footer1 .ftsect20 .grid .s .cs table tr {}

#footer1 .ftsect20 .grid .s .cs table tr td {
	padding: 6px 10px;
	border: 1px solid #ddd;
}

#footer1 .ftsect20 .grid .s .cs table tr td:nth-of-type(1) {
	border-left: none;
}

#footer1 .ftsect20 .grid .s .cs table tr td:nth-of-type(2) {
	border-right: none;
}

#footer1 .ftsect20 .grid .s .nav {}

#footer1 .ftsect20 .grid .s .nav ul {}

#footer1 .ftsect20 .grid .s .nav ul li {
	margin: 0 0 7px 0;
}

#footer1 .ftsect20 .grid .s .nav ul li a {}


#footer1 .ftsect20 .grid .s.s2 .text1 {}

#footer1 .ftsect20 .grid .s.s2 .text1 .text {
	margin: 6px 0 0 0;
}

#footer1 .ftsect20 .grid .s.s2 .text1 svg {
	height: 16px;
	width: 16px;
	object-fit: contain;
	fill: var(--color1);
}

#footer1 .ftsect25 {
	padding: 15px 0;
	background: #f5f5f5;
	text-align: center;
}

#footer1 .ftsect25 a {
	margin: 0 7px;
}

#footer1 .ftsect30 {
	padding: 20px 0 10px 0;
	background-color: #fff;
	text-align: center;
}

#footer1 .ftsect30 .grid {
	display: inline-grid;
	grid-template-columns: auto auto auto;
	align-items: center;
	gap: 20px;
}

#footer1 .ftsect30 .grid .s {}

#footer1 .ftsect30 .grid .s svg {
	width: 140px;
	height: auto;
}

#footer1 .ftsect40 {
	padding: 10px 0 20px 0;
	background-color: #f5f5f5;
	text-align: center;
}

@media only screen and (max-width:1100px) {
	#footer1 .ftsect20 .grid {
		grid-template-columns: repeat(1, 1fr);
		gap: 20px;
		text-align: center;
	}

	#footer1 .ftsect20 .grid .s.s1 {
		grid-column: 1 span;
	}

	#footer1 .ftsect20 .grid .s.s2 {
		grid-column: 1 span;
	}

	#footer1 .ftsect20 .grid .s.s3ves4 {
		grid-column: 1 span;
	}

	#footer1 .ftsect20 .grid .s.s5 {
		grid-column: 1 span;
		justify-self: center;
	}

	#footer1 .ftsect30 .grid {
		grid-template-columns: auto;
		gap: 10px;
	}

	#footer1 .ftsect30 .grid .s {}

	#footer1 .ftsect30 .grid .s svg {
		width: 90px;
	}
}





#footerlanding {
	margin: 0px 0 0 0;
	border-top: 1px solid #ddd;
}

#footerlanding .ftsect30 {
	padding: 20px 0 10px 0;
	background-color: #fff;
	text-align: center;
}

#footerlanding .ftsect30 .grid {
	display: inline-grid;
	grid-template-columns: auto auto auto;
	align-items: center;
	gap: 20px;
}

#footerlanding .ftsect30 .grid .s {}

#footerlanding .ftsect30 .grid .s svg {
	width: 140px;
	height: auto;
}

#footerlanding .ftsect40 {
	padding: 10px 0 20px 0;
	background-color: #f5f5f5;
	text-align: center;
}

@media only screen and (max-width:1100px) {
	#footerlanding .ftsect20 .grid {
		grid-template-columns: repeat(1, 1fr);
		gap: 20px;
		text-align: center;
	}

	#footerlanding .ftsect20 .grid .s.s1 {
		grid-column: 1 span;
	}

	#footerlanding .ftsect20 .grid .s.s2 {
		grid-column: 1 span;
	}

	#footerlanding .ftsect20 .grid .s.s3ves4 {
		grid-column: 1 span;
	}

	#footerlanding .ftsect20 .grid .s.s5 {
		grid-column: 1 span;
		justify-self: center;
	}

	#footerlanding .ftsect30 .grid {
		grid-template-columns: auto;
		gap: 10px;
	}

	#footerlanding .ftsect30 .grid .s {}

	#footerlanding .ftsect30 .grid .s svg {
		width: 90px;
	}
}






#sidebar1 {
	position: fixed;
	z-index: 9000;
	right: -101%;
	top: 0;
	width: 350px;
	height: 100vh;
	box-sizing: border-box;
	padding: 0 0 60px 0;
	overflow: auto;
	color: #e9dfcf;
	border-left: 1px solid #ddd;
	background-color: #009aff;
	background: rgb(45 85 131 / 90%);
	background: rgba(255, 255, 255, .9);
	border-left: 1px solid #222;
	transition: right 300ms;
}

#sidebar1 a {
	color: #e9dfcf;
}

#sidebar1 a:hover {
	color: #fff;
}

#sidebar1 .hd {
	position: sticky;
	z-index: 5;
	left: 0;
	top: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 8px 20px;
	text-align: center;
	font-size: 1.4em;
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	background: rgba(255, 255, 255, .9);
	border-bottom: 1px solid #ddd;
}

#sidebar1 .hd .grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
}

#sidebar1 .hd .grid .s {}

#sidebar1 .hd .grid .s.s1 {
	justify-self: start;
	color: #000;
}

#sidebar1 .hd .grid .s.s1 a {
	color: #000;
}

#sidebar1 .hd .grid .s.s2 {
	justify-self: end;
}

#sidebar1 .hd .closer {
	color: #000;
	font-size: 1.7rem;
}

#sidebar1 .hd .closer:hover {
	color: #cc0000;
}

#sidebar1 .body {
	padding: 30px 0 0 0;
}

#sidebar1 .lang {
	padding: 20px 0;
	border-top: 1px solid #3a7b91;
	font-size: 1rem;
	text-align: center;
	font-family: "poppins";
}

#sidebar1 .lang a {
	color: #023f5c;
	margin: 0 10px;
	text-transform: uppercase;
}

#sidebar1 .lang a:hover {
	color: #000;
}

#sidebar1 .lang a.selected {
	color: #000;
}

#sidebar1 .lang1 {
	padding: 20px 0;
	border-bottom: 1px solid #3a7b91;
	font-size: 1.2rem;
	text-align: center;
}

#sidebar1 .social {
	padding: 20px 0;
	font-size: 1.3rem;
	text-align: center;
	border-top: 1px solid #3a7b91;
}

#sidebar1 .social a {
	color: #e9dfcf;
	margin: 0 10px;
	text-transform: uppercase;
}

#sidebar1 .social a:hover {
	color: #fff;
}

#sidebar1 .social a svg {
	width: 20px;
	height: 20px;
	object-fit: contain;
	fill: #000;
}

#sidebar1 .social a:hover svg {
	fill: #fff;
}

#sidebar1 .nav1 ul {
	list-style: none;
}

#sidebar1 .nav1 ul li {}

#sidebar1 .nav1 ul li a {
	position: relative;
	z-index: 1;
	display: block;
	padding: 10px 0 10px 0;
	color: #e9dfcf;
	font-family: "poppins";
	font-size: 18px;
}

#sidebar1 .nav1 ul li a:hover {
	color: #000;
}

#sidebar1 .nav1 {
	padding: 0;
	margin: 0 auto 0 auto;
	font-size: 1rem;
	text-align: center;
}

#sidebar1 .nav1 ul {
	overflow: hidden;
}

#sidebar1 .nav1 ul li {}

#sidebar1 .nav1 ul li a {}

#sidebar1 .nav1>ul {
	padding: 0 15px;
}

#sidebar1 .nav1>ul>li>a {}

#sidebar1 .nav1 ul li {
	padding: 0 0 1px 0;
}

#sidebar1 .nav1 ul li a {
	display: block;
	padding: 8px 0;
	font-family: "poppins";
	text-decoration: none;
	color: var(--color2);
	text-align: left;
}

#sidebar1 .nav1 ul li a:before {
	content: "➤";
	display: inline-block;
	margin: 0 5px 0 0;
	transform: scale(.9);
	color: #000;
}

#sidebar1 .nav1 ul li a.selected {}

#sidebar1 .nav1 ul li a.selected_link_view {}

#sidebar1 .nav1 ul li ul {
	display: none;
	padding: 10px;
	background: #F5F5F5;
}

#sidebar1 .nav1 ul li ul.selected {
	display: block;
}

#sidebar1 .nav1 ul li ul li {}

#sidebar1 .nav1 ul ul li a {
	transform: translate(-100%, 0);
	color: #777;
	padding: 5px 0;
	font-family: 'poppins_semibold', Arial, sans-serif;
	font-size: .9rem;
}

#sidebar1 .nav1 ul ul li a:before {
	content: "➤";
	margin: 0 5px 0 0;
	font-size: .9rem;
	color: #000;
}

#sidebar1 .nav1 ul li ul.selected {}

#sidebar1 .nav1 ul.selected li {}

#sidebar1 .nav1 ul.selected li a {
	-webkit-animation: example 300ms ease 100ms 1 alternate;
	-webkit-animation-fill-mode: forwards;
	animation: example 300ms ease 100ms 1 alternate;
	animation-fill-mode: forwards;
}

@-webkit-keyframes example {
	0% {
		transform: translate(-100%, 0) scale(0);
	}

	100% {
		transform: translate(0, 0) scale(1);
	}
}

@keyframes example {
	0% {
		transform: translate(-100%, 0) scale(0);
	}

	100% {
		transform: translate(0, 0) scale(1);
	}
}

@media only screen and (max-width: 500px) {
	#sidebar1 {
		width: 70%;
	}
}


body.sidebar1_show #sidebar1 {
	right: 0;
}

body.sidebar1_show #header .sect20 .grid .s.s3 a {
	display: none;
}













.ortakform1 {
	padding: 50px 0;
	background: #f5f5f5;
}

.ortakform1 .head {
	overflow: hidden;
}

.ortakform1 .head .grid1 {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
	align-items: center;
	text-align: center;
}

.ortakform1 .head .grid1 .s {}

.ortakform1 .head .grid1 .s.s1 {
	font-size: 2.8rem;
	font-family: 'poppins_semibold', Arial, sans-serif;
	transform: translateY(0);
	opacity: 1;
	transition: all 0.8s ease;
}

.ortakform1 .head .grid1.scroll_action .s.s1 {
	transform: translateY(0);
	opacity: 1;
}

.ortakform1 .head .grid1 .s.s2 {
	font-size: 1.1rem;
	transform: translateY(0);
	opacity: 1;
	transition: all 0.8s ease 0.2s;
}

.ortakform1 .head .grid1 .s.s2 .extrabaslik {
	font-family: 'poppins_semibold', Arial, sans-serif;
}

.ortakform1 .head .grid1.scroll_action .s.s2 {
	transform: translateY(0);
	opacity: 1;
}

.ortakform1 .grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	align-items: center;
	margin: 30px 0 0 0;
}

.ortakform1 .grid .s {}

.ortakform1 .grid .s.s1 {}

.ortakform1 .grid .s.s1 .im {
	position: relative;
	z-index: 1;
	aspect-ratio: 1 / 1;
}

.ortakform1 .grid .s.s1 .im img {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
}

.ortakform1 .grid .s.s2 {}

.form101 {
	margin: 30px auto 30px auto;
	background: none;
	color: #000;
}

.form101 .info1 {
	margin: 0 0 50px 0;
}

.form101 .group1 {
	margin: 0 0 20px 0;
}

.form101 .group1 .title {
	margin: 0 0 1px 0;
	color: #444;
	font-family: "poppins_semibold";
	font-size: 0.9rem;
}

.form101 .group1.required .title::after {
	content: ' *';
	margin: 0 5px 0 0;
	font-weight: 600;
	color: #cc0000;
}

.form101 .group1 .explain {
	padding: 2px 0;
	color: #b0b6c8;
}

.form101 input[type="text"],
.form101 input[type="number"],
.form101 input[type="email"],
.form101 input[type="date"],
.form101 input[type="tel"],
.form101 input[type="password"] {
	display: block;
	width: 100%;
	height: 40px;
	padding: 0 15px;
	box-sizing: border-box;
	background: #fff;
	color: #666;
	border: 2px solid var(--color1);
	border-radius: 10px;
	transition: all 0.3s ease;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.form101 select {
	display: block;
	width: 100%;
	height: 40px;
	padding: 0 15px;
	box-sizing: border-box;
	background: #fff;
	color: #666;
	border: 2px solid var(--color1);
	border-radius: 10px;
	transition: all 0.3s ease;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.form101 textarea {
	display: block;
	width: 100%;
	height: 120px;
	padding: 12px 15px;
	box-sizing: border-box;
	background: #fff;
	color: #666;
	border: 2px solid var(--color1);
	border-radius: 10px;
	transition: all 0.3s ease;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
	resize: vertical;
}

.form101 input[type="text"]:focus,
.form101 input[type="number"]:focus,
.form101 input[type="email"]:focus,
.form101 input[type="date"]:focus,
.form101 input[type="password"]:focus,
.form101 select:focus,
.form101 textarea:focus {
	border-color: #023f5c;
	box-shadow: 0 4px 12px rgba(2, 63, 92, 0.25);
	outline: none;
	transform: translateY(-1px);
}

.form101 .submit_line {
	text-align: right;
}

.form101 .submit_line img.submit_loading {
	display: none;
	height: 20px;
	width: auto;
}

.form101 .submit_line button.reset {}

.form101 .submit_line button.submit {
	padding: 12px 40px;
	background: linear-gradient(135deg, #023f5c, #88E0D0);
	color: #fff;
	font-size: 1em;
	font-family: "poppins_semibold";
	border: none;
	outline: none;
	border-radius: 25px;
	cursor: pointer;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	box-shadow: 0 4px 15px rgba(2, 63, 92, 0.4);
	position: relative;
	overflow: hidden;
}

.form101 .submit_line button.submit::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	transform: translate(-50%, -50%);
	transition: width 0.6s, height 0.6s;
}

.form101 .submit_line button.submit:hover::before {
	width: 300px;
	height: 300px;
}

.form101 .submit_line button.submit:hover {
	background: linear-gradient(135deg, #5aa5e6, #6fd0c0);
	box-shadow: 0 6px 20px rgba(2, 63, 92, 0.5);
	transform: translateY(-2px);
}

.form101 .submit_line button.submit:active {
	transform: translateY(0);
	box-shadow: 0 2px 10px rgba(2, 63, 92, 0.3);
}

.form101 .form_grid {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	grid-column-gap: 10px;
	grid-row-gap: 0px;
}

.form101 .form_grid_self {
	grid-column: 12 span;
}

.form101 .form_grid_self.type_2 {
	padding: 10px;
	background: #eee;
}

.form101 .form_grid_self.w2 {
	grid-column: 6 span;
}

.form101 .form_grid_self.w3 {
	grid-column: 4 span;
}

.form101 .form_grid_self.w4 {
	grid-column: 3 span;
}

.form101 .phonegrid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 10px;
}

.form101 .phonegrids {}

@media only screen and (max-width:1000px) {
	.ortakform1 .head {}

	.ortakform1 .head .grid1 {
		grid-template-columns: 1fr;
		gap: 15px;
		text-align: center;
	}

	.ortakform1 .head .grid1 .s.s1 {
		font-size: 2rem;
	}

	.ortakform1 .head .grid1 .s.s2 {
		display: none;
		font-size: 1.1rem;
	}
}

@media only screen and (max-width:850px) {
	.form101 .form_grid_self.w4 {
		grid-column: 6 span;
	}
}

@media only screen and (max-width:750px) {
	.form101 .group1 {
		margin: 0 0 8px 0;
	}

	.ortakform1 .grid {
		grid-template-areas: "s2" "s1";
		grid-template-columns: 1fr;
		column-gap: 10px;
		grid-row-gap: 10px;
		margin: 7px 0 0 0;
	}

	.ortakform1 .grid .s.s1 {
		grid-area: s1;
		justify-self: center;
	}

	.ortakform1 .grid .s.s1 .im {
		width: 300px;
	}

	.ortakform1 .grid .s.s1 .im img {
		position: absolute;
		z-index: 1;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		border-radius: 20px;
	}

	.ortakform1 .grid .s.s2 {
		grid-area: s2;
	}

	.form101 .form_grid_self.w2 {
		grid-column: 12 span;
	}

	.form101 .form_grid_self.w3 {
		grid-column: 12 span;
	}

	.form101 .form_grid_self.w4 {
		grid-column: 12 span;
	}

	.form101 input[type="text"],
	.form101 input[type="number"],
	.form101 input[type="email"],
	.form101 input[type="date"],
	.form101 input[type="password"] {
		height: 35px;
		padding: 0 5px;
		border-radius: 10px;
	}

	.form101 select {
		height: 35px;
		border-radius: 10px;
	}

	.form101 textarea {
		height: 55px;
		border-radius: 10px;
	}
}









.minikart {
	padding: 25px;
	margin: 0 0 25px 0;
	border-radius: 20px;
	background: var(--color2);
	color: #273d39;
	box-shadow: 0 4px 20px rgba(136, 224, 208, 0.3);
	transition: all 0.3s ease;
}

.minikart:hover {
	box-shadow: 0 8px 30px rgba(136, 224, 208, 0.4);
	transform: translateY(-3px);
}

.minikart a {
	color: #273d39;
}

.minikart a:hover {
	color: #fff;
}

.minikart .ad {
	text-align: center;
	font-family: 'poppins_semibold';
}

.minikart .im {
	margin: 25px 0;
}

.minikart .im a {
	position: relative;
	display: block;
	width: 170px;
	height: 170px;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 50%;
	border: 4px solid rgba(255, 255, 255, 0.8);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.minikart .im a:hover {
	transform: scale(1.05) rotate(5deg);
	box-shadow: 0 12px 35px rgba(0, 0, 0, 0.25);
	border-color: #fff;
}

.minikart .im a img {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
	scale: 0.9;
	transition: all 0.4s ease;
}

.minikart .im a:hover img {
	scale: 1;
}

.minikart .info {
	text-align: center;
}

.minikart .butonlarwrap {
	margin: 30px 0 0 0;
	text-align: center;
}

.minikart .butonlar {
	display: inline-grid;
	grid-template-columns: auto auto auto;
	grid-gap: 10px;
}

.minikart .butonlar div {}

.minikart .butonlar a {
	position: relative;
	z-index: 1;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50px;
	color: #273d39;
	font-family: "poppins_semibold";
	background: var(--color4);
	transition: all 0.3s ease;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.minikart .butonlar a:hover {
	background: #fff;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	transform: translateY(-2px);
}

.minikart .butonlar a.tip1 {
	padding: 0 25px;
	color: var(--color1);
	font-size:.9rem;
}

.minikart .butonlar a.tip2 {
	width: 40px;
}

.minikart .butonlar a.tip2 svg {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	scale: .5;
	fill: #333;
}

.minikart .butonlar a.tip3 {
	width: 40px;
	font-size: 1.2rem;
}




.miniblog1 {
	padding: 25px;
	margin: 0 0 25px 0;
	background: var(--color2);
	color: #273d39;
	border-radius: 20px;
	box-shadow: 0 4px 20px rgba(136, 224, 208, 0.3);
	transition: all 0.3s ease;
}

.miniblog1:hover {
	box-shadow: 0 8px 30px rgba(136, 224, 208, 0.4);
	transform: translateY(-3px);
}

.miniblog1 a {
	color: #273d39;
}

.miniblog1 a:hover {
	color: #fff;
}

.miniblog1 .xtitle {
	margin: 0 0 10px 0;
	font-size: 1.1rem;
	text-align: center;
}

.miniblog1 .item {
	border-top: 1px solid #ddd;
	padding: 5px;
}

.miniblog1 .item:nth-of-type(1) {
	border-top: none;
}

.miniblog1 .item:nth-of-type(2) {
	border-top: none;
}

.miniblog1 .item a.im {
	position: relative;
	z-index: 1;
	margin: 0 0 12px 0;
	display: block;
	max-width: 300px;
	aspect-ratio: 5 / 3;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.miniblog1 .item a.im:hover {
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
	transform: translateY(-5px);
}

.miniblog1 .item a.im img {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.miniblog1 .item a.im:hover img {
	transform: scale(1.15);
	filter: brightness(0.9);
}

.miniblog1 .item a.title {
	color: #273d39;
	transition: all 0.3s ease;
	display: inline-block;
}

.miniblog1 .item a.title:hover {
	color: #fff;
	transform: translateX(5px);
}

.miniblog1 .item a.title i {
	color: #273d39;
	transition: all 0.3s ease;
}

.miniblog1 .item a.title:hover i {
	color: #fff;
	transform: translateX(3px);
}

@media only screen and (max-width:800px) {
	.miniblog1 {
		border: none;
		box-shadow: none;
	}
}







.dikeybuton {
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.dikeybuton img {
	width: 30px;
	height: auto;
	border-radius: 0 10px 10px 0;
}



.whatsapp-icon {
	display: block;
	position: fixed;
	z-index: 200;
	bottom: 20px;
	right: 20px;
	width: 50px;
	height: 50px;
	background-color: #25D366;
	color: #fff;
	font-size: 2rem;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
	transition: transform 0.3s ease-in-out;
	animation: bounce 1.5s infinite, glow 1.5s infinite alternate;
}

.whatsapp-icon svg {
	width: 30px;
	height: 30px;
	object-fit: contain;
	fill: #fff;
}

@media only screen and (max-width: 900px) {
	.whatsapp-icon {
		width: 50px;
		height: 50px;
	}
}



@keyframes bounce {

	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-10px);
	}
}

@keyframes glow {
	0% {
		box-shadow: 0 0 10px rgba(37, 211, 102, 0.5);
	}

	100% {
		box-shadow: 0 0 20px rgba(37, 211, 102, 1);
	}
}












.sectformtedavi {
	padding: 50px 0;
}

.sectformtedavi .head {
	overflow: hidden;
}

.sectformtedavi .head .grid1 {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
	align-items: center;
	text-align: center;
}

.sectformtedavi .head .grid1 .s {}

.sectformtedavi .head .grid1 .s.s1 {
	font-size: 2.8rem;
	font-family: 'poppins_semibold', Arial, sans-serif;
	transform: translateY(0);
	opacity: 1;
	transition: all 0.8s ease;
}

.sectformtedavi .head .grid1.scroll_action .s.s1 {
	transform: translateY(0);
	opacity: 1;
}

.sectformtedavi .head .grid1 .s.s2 {
	font-size: 1.1rem;
	transform: translateY(0);
	opacity: 1;
	transition: all 0.8s ease 0.2s;
}

.sectformtedavi .head .grid1.scroll_action .s.s2 {
	transform: translateY(0);
	opacity: 1;
}

.sectformtedavi .headlanding {
	display: none;
}

.sectformtedavi .headlanding .grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	background: #f5f5f5;
	border-radius: 20px;
	overflow: hidden;
}

.sectformtedavi .headlanding .grid .s {}

.sectformtedavi .headlanding .grid .s.s1 {
	padding: 20px 10px;
	background: #4f8084;
	color: #fff;
	border-radius: 20px;
	overflow: hidden;
}

.sectformtedavi .headlanding .grid .s.s1 .flex {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.sectformtedavi .headlanding .grid .s.s1 .flex .inner {
	width: 100%;
	text-align: center;
}

.sectformtedavi .headlanding .grid .s.s1 .text1 {
	font-size: 2.1rem;
}

.sectformtedavi .headlanding .grid .s.s1 .text1 strong {
	font-weight: normal;
	font-family: 'poppins_bold', Arial, sans-serif;
}

.sectformtedavi .headlanding .grid .s.s1 .text2 {
	margin: 20px 0 0 0;
	font-size: 1.2rem;
}

.sectformtedavi .headlanding .grid .s.s2 {
	padding: 20px 10px;
}

.sectformtedavi .headlanding .grid .s.s2 .title1 {
	margin: 0 0 25px 0;
	font-size: 1.6rem;
	font-family: 'poppins_bold', Arial, sans-serif;
	text-align: center;
	color: #4f8084;
}

.sectformtedavi .headlanding .grid .s.s2 ul {
	color: #4f8084;
	list-style: none;
}

.sectformtedavi .headlanding .grid .s.s2 ul li {
	margin: 0 0 7px 0;
	font-size: 1.0rem;
	font-family: 'poppins_bold', Arial, sans-serif;
}

.sectformtedavi .headlanding .grid .s.s2 ul li span {
	color: #000;
}

.sectformtedavi .headlanding .grid .s.s2 ul li i {
	font-size: 1.1rem;
	color: #4f8084;
}

.sectformtedavi .sectgrid {
	display: grid;
	grid-template-columns: 1fr 2fr;
	margin: 30px 0 0 0;
	/*padding:20px;border-radius:20px;
  background:#777c8f;*/
}

.sectformtedavi .sectgrids {
	padding: 40px 0;
}

.sectformtedavi .sectgrids.s1 {
	background: #0f3f60;
	color: #fff;
	border-radius: 20px 0 0 20px;
}

.sectformtedavi .sectgrids.s1 a {
	color: #fff;
}

.sectformtedavi .sectgrids.s1 .title1 {
	margin: 0 0 20px 0;
	font-size: 1.3rem;
	font-family: 'poppins_semibold', Arial, sans-serif;
	text-align: center;
}

.sectformtedavi .sectgrids.s1 .table {
	padding: 0 30px;
}

.sectformtedavi .sectgrids.s1 .table table {}

.sectformtedavi .sectgrids.s1 .table table tr {}

.sectformtedavi .sectgrids.s1 .table table tr td {
	vertical-align: middle;
	position: relative;
	z-index: 2;
}

.sectformtedavi .sectgrids.s1 .table table tr td:nth-of-type(1) {}

.sectformtedavi .sectgrids.s1 .table table tr td:nth-of-type(2) {
	padding: 0 0 0 15px;
}

.sectformtedavi .sectgrids.s1 .table table tr td .circle {
	position: relative;
	z-index: 1;
	width: 20px;
	height: 20px;
}

.sectformtedavi .sectgrids.s1 .table table tr td .circle:before {
	content: "";
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #023f5c;
}

.sectformtedavi .sectgrids.s1 .table table tr td .circle:after {
	content: "";
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #fff;
	scale: 1.3;
	opacity: 0;
}

.sectformtedavi .sectgrids.s1 .table table tr.active td .circle:after {
	opacity: 1;
}

.sectformtedavi .sectgrids.s1 .table table tr.cizgi {}

.sectformtedavi .sectgrids.s1 .table table tr.cizgi td {
	z-index: 1;
	height: 20px;
}

.sectformtedavi .sectgrids.s1 .table table tr.cizgi td:nth-of-type(1):before {
	content: "";
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 0;
	width: 1px;
	height: 100%;
	background: #ddd;
}

.sectformtedavi .sectgrids.s2 {
	padding-left: 30px;
	padding-right: 30px;
	background: var(--color1);
	color: #fff;
	border-radius: 0 20px 20px 0;
}

.sectformtedavi .sectgrids.s2 a {
	color: #4f8084;
}

.sectformtedavi .sectgrids.s2 .formhead {
	margin: 0 0 30px 0;
	text-align: center;
	font-size: 1.6rem;
	font-family: Georgia, serif;
	font-weight: 600;
}

.sectformtedavi .sectgrids.s2 .steps {}

.sectformtedavi .sectgrids.s2 .steps .sonucimg {}

.sectformtedavi .sectgrids.s2 .steps .sonucimg img {
	width: 100%;
	height: auto;
}

.sectformtedavi .sectgrids.s2 .steps .sorubox {
	margin: 0 0 20px 0;
}

.sectformtedavi .sectgrids.s2 .steps .sorubox .soru {
	margin: 0 0 8px 0;
}

.sectformtedavi .sectgrids.s2 .steps .secenekgrid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 4px;
	padding: 10px;
	background: none;
	border-radius: 8px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.sectformtedavi .sectgrids.s2 .steps .secenekgrid label {}

.sectformtedavi .sectgrids.s2 .steps .secenekgrid label input {
	display: none;
}

.sectformtedavi .sectgrids.s2 .steps .secenekgrid label span {
	display: block;
	padding: 5px 6px;
	text-align: center;
	background: #0f3f60;
	color: #fff;
	border: 1px solid #0f3f60;
	border-radius: 5px;
	cursor: pointer;
}

.sectformtedavi .sectgrids.s2 .steps .secenekgrid label input:checked~span {
	background: #fff;
	color: #000;
	border-color: #fff;
}

.sectformtedavi .sectgrids .formitem {
	color: #000;
}

.sectformtedavi .sectgrids .formitem .title {
	color: #fff;
}

.sectformtedavi .sectgrids .formitem .item {}

.sectformtedavi .sectgrids .formitem .item .iti {
	width: 100%;
	object-fit: contain;
}

.sectformtedavi .sectgrids .formitem .item input {
	display: block;
	width: 100%;
	height: 40px;
	width: 100%;
	box-sizing: border-box;
	padding: 0 10px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 10px;
}

.sectformtedavi .sectgrids .formitem .item textarea {
	display: block;
	width: 100%;
	height: 80px;
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 10px;
}

.sectformtedavi .sectgrids.s2 .butonlar {
	margin: 30px 0 0 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}

.sectformtedavi .sectgrids.s2 .butonlar .buton {}

.sectformtedavi .sectgrids.s2 .butonlar .buton.b1 {}

.sectformtedavi .sectgrids.s2 .butonlar .buton.b2 {
	justify-self: end;
}

.sectformtedavi .sectgrids.s2 .butonlar .buton button {
	padding: 10px 20px;
	background: #0f3f60;
	color: #fff;
	border: 1px solid #0f3f60;
	border-radius: 50px;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.sectformtedavi .sectgrids.s2 .butonlar .buton button:hover {
	background-color: #33585b;
}

.sectformtedavi .sectgrids.s2 .butonlar .buton button.prev {}

.sectformtedavi .sectgrids.s2 .butonlar .buton button.prev:before {
	content: "❮";
	margin: 0 10px 0 0;
}

.sectformtedavi .sectgrids.s2 .butonlar .buton button.next {}

.sectformtedavi .sectgrids.s2 .butonlar .buton button.next:after {
	content: "❯";
	margin: 0 0 0 10px;
	rotate: 180deg;
}

.sectformtedavi .sectgrids.s2 .submit_line {
	margin: 10px 0 0 0;
}

.sectformtedavi .sectgrids.s2 .submit_line {
	text-align: right;
}

.sectformtedavi .sectgrids.s2 .submit_line img.submit_loading {
	display: none;
	height: 20px;
	width: auto;
}

.sectformtedavi .sectgrids.s2 .submit_line button.reset {}

.sectformtedavi .sectgrids.s2 .submit_line button.submit {
	padding: 10px 35px;
	background: #0f3f60;
	color: #fff;
	font-size: 1em;
	font-family: "poppins_semibold";
	border: none;
	outline: none;
	border-radius: 5px;
	cursor: pointer;
	transition: all 300ms;
}

.sectformtedavi .sectgrids.s2 .submit_line button.submit:hover {
	background-color: #222;
	color: #fff;
}

/*
.standard_checkbox_3 input:checked ~ span.checkmark {
*/
@media only screen and (max-width:1000px) {
	.sectformtedavi .head {}

	.sectformtedavi .head .grid1 {
		grid-template-columns: 1fr;
		gap: 15px;
		text-align: center;
	}

	.sectformtedavi .head .grid1 .s.s1 {
		font-size: 2rem;
	}

	.sectformtedavi .head .grid1 .s.s2 {
		font-size: 1.1rem;
	}

	.sectformtedavi .headlanding {}

	.sectformtedavi .headlanding .grid {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 20px;
		border-radius: 20px;
	}

	.sectformtedavi .headlanding .grid .s {}

	.sectformtedavi .headlanding .grid .s.s1 {
		border-radius: 20px;
	}

	.sectformtedavi .headlanding .grid .s.s1 .text1 {
		font-size: 1.5rem;
	}

	.sectformtedavi .headlanding .grid .s.s1 .text2 {
		margin: 15px 0 0 0;
		font-size: 1.1rem;
	}

	.sectformtedavi .headlanding .grid .s.s2 {
		padding: 20px 10px;
	}

	.sectformtedavi .headlanding .grid .s.s2 .title1 {
		margin: 0 0 15px 0;
		font-size: 1.4rem;
	}

	.sectformtedavi .headlanding .grid .s.s2 ul li {
		margin: 0 0 5px 0;
		font-size: 1.0rem;
	}

	.sectformtedavi .headlanding .grid .s.s2 ul li i {
		font-size: 1.1rem;
	}
}

@media only screen and (max-width:870px) {
	.sectformtedavi {
		padding: 30px 0;
	}

	.sectformtedavi .sectgrid {
		grid-template-columns: 1fr;
	}

	.sectformtedavi .sectgrids {
		padding: 20px 0;
	}

	.sectformtedavi .sectgrids.s1 {
		display: none;
	}

	.sectformtedavi .sectgrids.s2 {
		border-radius: 20px;
		padding-left: 7px;
		padding-right: 7px;
	}

	.sectformtedavi .sectgrids.s2 .steps .secenekgrid {
		grid-template-columns: repeat(3, 1fr);
		gap: 4px;
		padding: 6px;
		border-radius: 4px;
	}

	.sectformtedavi .sectgrids.s2 .steps .secenekgrid label {}
}

@media only screen and (max-width:800px) {
	.sectformtedavi .headlanding {}

	.sectformtedavi .headlanding .grid {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.sectformtedavi .headlanding .grid .s {}

	.sectformtedavi .headlanding .grid .s.s1 {
		border-radius: 20px;
	}

	.sectformtedavi .headlanding .grid .s.s1 .text1 {
		font-size: 1.5rem;
	}

	.sectformtedavi .headlanding .grid .s.s1 .text2 {
		margin: 15px 0 0 0;
		font-size: 1.1rem;
	}

	.sectformtedavi .headlanding .grid .s.s2 {
		padding: 20px 10px;
	}

	.sectformtedavi .headlanding .grid .s.s2 .title1 {
		margin: 0 0 15px 0;
		font-size: 1.4rem;
	}

	.sectformtedavi .headlanding .grid .s.s2 ul li {
		margin: 0 0 5px 0;
		font-size: 1.0rem;
	}

	.sectformtedavi .headlanding .grid .s.s2 ul li i {
		font-size: 1.1rem;
	}
}

@media only screen and (max-width:500px) {
	.sectformtedavi .sectgrids.s2 .steps .secenekgrid {
		grid-template-columns: repeat(2, 1fr);
		gap: 3px;
		padding: 5px;
	}
}





.dikey-link {
	position: fixed;
	z-index: 3000;
	top: 60%;
	left: 0;
	transform: translateY(-50%) rotate(-90deg);
	transform-origin: top left;
	padding: 6px 20px;
	text-decoration: none;
	font-family: 'poppins_semibold', Arial, sans-serif;
	font-size: 1rem;
	white-space: nowrap;
	border-radius: 0 0 14px 14px;
	color: white;
	font-weight: bold;
	letter-spacing: 1px;
	background: #023f5c;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
	transition: all 0.3s ease-in-out;
}

.dikey-link:hover {
	box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.4);
	transform: translateY(-50%) rotate(-90deg) scale(1.08);
}