.overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	transition: opacity 500ms;
	visibility: hidden;
	opacity: 1;
	z-index: 100;
	scrool: hidden;
	
}
.overlay:target {
	visibility: visible;
	opacity: 1;
}
/*.popup_form_cancel.text_c.cursor_p.opac.trans {
    background-color: black !important;
    color: white !important;
    border-radius: 5px !important;
}*/
i.far.fa-times-circle {
    font-size: 27px;
    margin-top: -50px;
    padding-left: 238%;
}
.video_close{
	position: fixed;
	bottom: 0px;
	width: calc(100% - 40px);
	padding: 20px;
	text-align: center;
	background-color:#606060 ;
	color:#E9E9E9;
	font-size: 16px;
}

.video_x{
	position: relative;
	top:-206px;
	left: -30px;
	padding: 10px;
	text-align: center;
	background-color:#606060 ;
	color:#E9E9E9;
	font-size: 16px;
	z-index: 9999;
}


.video_x:hover{
	background-color:#00AEEF ;
}

.video_close:hover{
	background-color:#E9E9E9 ;
	color:#323131;
}

.popup_inset{
	max-width: 800px;
	margin: auto;
	position: relative;
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
}
.popup_inset2{
	max-width: 600px;
	margin: auto;
	position: relative;
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
}

.video_inset{
	max-width: 800px;
	margin: auto;
	position: relative;
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
}

.popup {
	position: relative;
	transition: all 0.2s ease-in-out;
	overflow:auto;
	margin: auto;
	width: 100%;
	/* height: 100%; */
}

.popup2 {
	position: relative;
	transition: all 0.2s ease-in-out;
	overflow:auto;
	margin: auto;
	width: 100%;
	height: 600px;
	box-shadow: 0 0 20px black;
}

.popup_content1{
	padding: 50px;
	width: 50%;
	float:left;
}


.popup_contentonay{
	padding: 20px;
	width: calc(100% - 40px);
	float:center;
	overflow: hidden;
	height: calc(100% - 40px);
	}	

.content_video{
width: 100%;
}

.content_videoxx{
width: 100%;
height: auto;
position: absolute;
	top:0px;
	z-index: -2;

}

.popup_heading {
	margin-bottom: 10px;
}

.popup_form_cancel{
	margin-top: 10px;
	font-size: 14px;
}

.popup .close {
	position: absolute;
	top: 20px;
	right: 30px;
	transition: all 200ms;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
}
.popup .close:hover {color: #06D85F;}

.popup .content {
	max-height: 30%;
	overflow: auto;
}

/*input*/ 

.popup_form_bottom {
	text-align: center;
	padding: 40px;
}

.popup_form_input100 {
	width: calc(100% - 24px);
	padding: 10px;
	border-radius: 10px;
	border: 2px solid #E9E9E9;
	margin-bottom: 10px;
}

.popup_form_input100x {
	max-height: 500px;
	overflow: auto;
	width: calc(100% - 24px);
	padding: 10px;
	border-radius: 10px;
	border: 2px solid #E9E9E9;
	margin-bottom: 10px;
}

.popup_form_input100:focus {
	box-shadow: 0 0 7px 1px #445e77;
	outline: none;
}

.popup_form_input50 {
	width: calc(54% - 26px);
	padding: 10px;
	border-radius: 10px;
	border: 2px solid #E9E9E9;
	margin-bottom: 10px;

}
.form_select {
    width: calc(100% - 24px);
}
select {
    font-size: 12px;
}
.popup_form_input20 {
	width: calc(20% - 22.2px);
	padding: 10px;
	border-radius: 10px;
	border: 2px solid #E9E9E9;
	margin-bottom: 10px;
	float:left;
}

.popup_form_input50:focus {
	box-shadow: 0 0 7px 1px #445e77;
	outline: none;
}

.popup_form_checkbox {
	padding: 10px;
	border-radius: 10px;
	border: 2px solid #E9E9E9;
	margin-bottom: 20px;
	width: 24px;
	height: 24px;
}

.popup_form_submit {
	width: 100%;
	padding: 10px;
	background-color:#00AEEF;
	border:none;
	border-radius: 8px;
	color:#fff;
	font-weight: 600;
	cursor:pointer;
}

.popup_form_submit:hover {
	background-color:#E9E9E9 ;
	color:#4A4949;
}


.banner_button {
	width: 200px;
	padding: 10px;
	background-color:#e11f13;
	border:none;
	border-radius: 8px;
	color:#fff;
	font-weight: 600;
	cursor:pointer;
	text-align: center;
	position: absolute;
	bottom:50px;
	left: calc(50% - 108px);
	box-shadow: 0 0 20px 5px #3f606d;
}

.banner_button:hover {
	background-color:#E9E9E9 ;
	color:#4A4949;
}

.popup_form_cancel{
	width: 100%;
}

.hizmetkabul{
	padding: 6px;
	position: absolute;
}

.button_table{
	background-color: #009FE3;
	text-align: center;
	border-radius: 5px;
	color:  #fff;
	text-decoration: none;
	padding: 8px;
	overflow: hidden;
	width: calc(100% / 2 - 19px);
	float: left;
	opacity: 1.0;
	cursor: pointer;
	/* overflow: hidden; */
}

.button_table:hover{
	opacity: 0.8;
	/* overflow: hidden; */
}

select {
	width: 100%;
	padding: 10px;
	border-radius: 10px;
	border: 2px solid #E9E9E9;
	margin-bottom: 10px;
	color:#757575;
	
}



.tooltip_ek {
	/*position: relative;*/
	display: inline-block;
}

.tooltip_ek .tooltiptext_ek {
	visibility: hidden;
	width: 312px;
	background-color: #00AEEF;
	padding: 10px;
	/* Position the tooltip */
	position: absolute;
	z-index: 1;
	left:20px;	
	top:-2px;
}
.tooltip_ek:hover .tooltiptext_ek {
	visibility: visible;
	transform: scale(1.1)
}

.verisil{
	width: 18px;
	height: 18px;
	vertical-align:text-bottom;
}
/*TEMEL*/
body {
    margin: 0 auto;
	font-family: Arial;
	font-size: 14px;
}

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



/*FONKSİYONLAR*/
.mobil_off {display: none}
.opac{opacity: 0.8}
.opac:hover{opacity: 1}
.trans{transition : 0.2s;}
.cursor_p{cursor: pointer;}
.flow_h{overflow: hidden}
.back_s{background-size: cover;background-position: center}
.border_r{border-radius: 10px}
.width_fixed{max-width: 1200px; margin: auto}
.width_f{width: 100%;}
.mgb_10{margin-bottom: 10px;}
.mgr_10{margin-right: 20px;}
.mgl_02{margin-right: -2px;}
.float_r{float: right;}
.float_l{float: left;}
.spacearea{width: 100%;height: 60px}

/*YAZI*/
.c_c{color:#009FE3;} /* #00AEEF */
.c_w{color:#FBFBFB;}


.c_b{color:#4A4949;}
.c_bx{color:#4A4949;}
.c_bx:hover{color:#009FE3;}


.text_c{text-align: center}
.text_f{text-align: justify}
.line_h{line-height: 24px}


.fw_4{font-weight: 400}
.fw_6{font-weight: 600}
.fw_8{font-weight: 800}
.fs_12{font-size: 12px}
.fs_16{font-size: 16px}
.fs_20{font-size: 20px}

/*TEST*/
.test1{background-color: red}
.test2{background-color: yellow}


/*--------------------------------------------*/



.newhead {
	margin: 20px 20px 20px 20px;
	height: 120px;
	overflow: hidden;
}

.modul {
	width: calc(100% - 40px);
	margin: 20px 20px 40px 20px;
	overflow: hidden;
	box-shadow: 0px 7px 10px #c3c3c3;
	background-color: #fff;
	border-radius: 10px;
}
.modul2 {
	width: calc(100% / 4 - 15px);
	overflow: hidden;
	box-shadow: 0px 7px 10px #c3c3c3;
	background-color: #fff;
	border-radius: 10px;
	text-align: center;
	float: left;
	opacity: 0.8;
	cursor: pointer;
}

.modul2:hover {
	opacity: 1.0;
}



.modul3 {
	width: calc(100% / 2 - 10px);
	overflow: hidden;
	box-shadow: 0px 7px 10px #c3c3c3;
	background-color: #fff;
	border-radius: 10px;
	text-align: center;
	float: left;
}
#page_d .heading{
	padding: 20px;
	background-color: #009FE3;
	color: #fff;
	font-weight: 600;
}





/* Load more */
.show_more_main{
	width: calc(100% - 40px);
	margin: 20px 20px 0px 20px;
	text-align: center;
}

.show_more{
	width: 100%;
	padding: 10px;
	background-color:#00AEEF;
	border:none;
	border-radius: 8px;
	color:#fff;
	font-weight: 600;
	cursor:pointer;
}


.show_more:hover{
	cursor:pointer;
}


.loding{
	font-weight: 600;
}

.mgr_5 {
	float: left;
	margin-right: 4px;
}

#swipe{
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,0.835171568627451) 0%, rgba(0,0,0,0) 100%);
	width: 100%;
	height: 30px;
	position: fixed;
	bottom: 0px;
}

/*FORMLAR*/
.talep1back{background-image: url("../img/popup-back.png");}
