/*TEMEL*/
body {
    margin: 0 auto;
	font-family: Arial;
	font-size: 14px;
}

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

a {text-decoration: none;}
h1 {color:#009FE3;font-size: 32px;font-weight: 600;margin: 0px;}
h2 {color:#009FE3;font-size: 24px;font-weight: 600;margin: 0px;}
h3 {color:#4A4949;font-size: 14px;font-weight: 600;margin: 0px;}
h4 {color:#FBFBFB;font-size: 12px;font-weight: 600;margin: 0px;margin-left: 8px}
h5 {color:#4A4949;font-size: 12px;font-weight: 600;margin-top: 10px;}

p {color:#4A4949;font-size: 16px;font-weight: 400;line-height: 24px;text-align: justify;margin:10px 0px 10px 0px;} 
li {color:#4A4949;font-size: 16px;font-weight: 400;line-height: 24px;text-align: justify;margin-bottom: 10px;list-style:url("../images/forms/li2.png"); } 


/*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}


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

/*HEADER*/

.headermain{
	width: 100%;
	z-index: 10;
	margin: 0 auto;
}

.header_bar{
	padding:10px 20px 10px 20px;
	margin: 0 auto;
	width: calc(100% - 40px);
}

.header_media{
	float:right;
	border:2px solid #009FE3 ;
	padding: 5px 10px 5px 10px;
	margin-left: 5px;
	color: #009FE3;
}

.header_media:hover{
	background-color: #009FE3;
	color: #E9E9E9;
}



.header_social{
	float:right;
	width: 30px;
	height: 30px;
	margin: 1px 2px 0px 5px;
	border-radius: 10px
}

.header_logo{
	position: absolute;
	z-index: 50;
    height: 100px;
    width: 100px;
	top: 25px;
    background-image: url("../images/header/caldiva_logo.png");
    border-radius: 50%;
    border: 5px solid #ffffff;
}

.header_dmenu{
	width: 180px;
	text-align: center;
	padding: 10px;
	float: left;
}

/* */
.dropdown_menu{
	width: 100%;
	max-width: 1200px;
	margin: auto;
	overflow: auto;
	border-radius: 10px;
	background-color: #4a4949;
}

.dropdown_arrow{
	width: 56px;
	height: 16px;
	position: relative;
}

.dropdown-content {
	width: 100%;
	margin: 0 auto;
	padding-top: 20px;
	top: 90px;
	left: 0px;
	display: none;
	position: absolute;
	animation: fade 0.2s linear;
	z-index: 2;
}

#caldivaworld .area{
	width: calc(100% / 4 - 60px);
	margin:30px;
	float: left;
}
#caldivaworld a{
	display: block;
	width: 100%;
	border-radius: 5px;
	padding: 8px;
	color: #FBFBFB;
	transition: 0.2s;
}
#caldivaworld a:hover{
	background-color: #009FE3;
}
#caldivaworld a::after{
	content:">";
	float: right;
	font-weight: 600;
}

#caldivaworld .data{
	width: calc(100% / 4 - 84px);
	margin:30px;
	float: left;
	padding: 0px 10px 20px 10px;
	text-align: center;
	border-radius: 5px;
	transition: 0.2s;
	cursor: pointer;
	border:2px solid #5C5C5C;
}
#caldivaworld .data:hover{
	background-color: #009FE3;
	border:2px solid #009FE3;
}

#caldivaservice .service_menu{
	width: calc(100% / 8 - 40px);
	margin:10px;
	padding: 0px 10px 10px 10px;
	border-radius: 5px;
	text-align: center;
	float: left;
	cursor: pointer;
}
#caldivaservice .service_menu:hover{
	background-color: #009FE3;	
}

#caldivaservice h4{
	margin: 0px;
}

.dropdown:hover .dropdown-content {
	display: block;
}


.menu_icon{
	width: 80px;
	height: 80px;
	margin: 5px auto;
}

/*FOOTER*/ 

#footer_desk{
	width: 100%;
	background-color: #4A4949;
}

#footer_desk a{
	padding: 20px;
	color: #E9E9E9;
	line-height: 30px;
}

#footer_desk .content{
	max-width: 1200px;
	margin: auto;
	overflow: hidden;
}
#footer_desk .copyright{
	text-align: right;
	padding: 5px;
	margin-right: 15px;
	color: #FBFBFB;
	float: right;
}

#footer_desk .bar{
	width: calc(100% - 40px);
	height: 2px;
	margin: auto;
	background-color: #6F6F6F;
}
#footer_desk .area {
	width: calc(100% / 4);
	padding: 20px;
	float: left;
	overflow: hidden;
}
#footer_desk .telefon {
	width: 100%;
	height: 60px;
	border: 2px solid #ECECEC;
	border-radius: 5px;
	color: #FBFBFB;
	transition: 0.2s;
	cursor: pointer;
}

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

#footer_desk .image {
	width: 60px;
	height: 100%;
	float: left;
    background-image: url("../images/header/caldiva_contact.png");
	background-size: cover;
}
#footer_desk .numara {
	width: calc(100% - 60px);
	height: 100%;
	float: left;
	margin: 5px auto;
	text-align: center;
	line-height: 24px;
	font-size: 13px;
}

#footer_desk .teklif {
	width: calc(100% - 20px);
	padding: 10px;
	text-align: center;
	border: 2px solid #ECECEC;
	border-radius: 5px;
	color: #FBFBFB;
	transition: 0.2s;
	cursor: pointer;
}


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

#footer_desk iframe {
	height: 190px;
	border: 2px solid #ECECEC;
	border-radius: 5px;
	width: calc(100% - 360px);
	float: left;
	margin: 20px 20px 20px 0px;
	overflow: hidden;
}

.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;
}


/*BUTTON*/

.button1{
	background-color:#009fe3;
	width: 165px;
	text-align: center;
	color:#fff;
	padding: 8px;
	border: 2px solid white;
	border-radius: 10px;
}

.button1:hover{
	background-color: #fff;
	color:#009FE3;
	border: 2px solid white;
}

.button2{
	display: none;
}


/* 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;
}

#request_form{
	box-shadow: 0px 0px 8px #0000004f;
	width:100%;
	max-width:500px;
	margin:
	auto;
	/*border-radius:20px;*/
	/* padding: 10px; */
	/* height: 100%; */
	/* max-height: 588px; */
	/* overflow: auto; */
}

#request_form .request_top{
	padding:140px 20px 20px 20px;
	background-image: url(https://app.caldiva.com/system/images/header/account.jpg);
	background-size: cover;
	background-position: center;
	border-radius: 20px 20px 0px 0px;
	height: 50px;
}

#request_form .request_bottom{
	padding:20px 20px 0px 20px;
	background-color:#fff;
	overflow: auto;
	height: 100%!important;
	min-height: 290px;
}

#request_form .request_end{
	padding:0px 20px 20px 20px;
	border-radius: 0px 0px 20px 20px;
	background-color:#fff;
	overflow: hidden;
	height: 38px;
}

#request_form h3{
	margin:0px;
	font-size:16pt;
	color:#fff;
}

#request_form p{
	margin:0px;
	font-size:12pt;
	color:#fff;
}

#request_form .next{
	width: 100%;
	text-align: center;
	color:#009FE3;
	padding: 8px;
	border: 2px solid #009FE3;
	border-radius: 10px;
	font-weight:600;
	font-size:12pt;
	transition:0.2s;
	background-color:#fff;
}

#request_form .next:hover{
	background-color:#009FE3;
	color:#fff;
	transition:0.2s;
	cursor:pointer;
}

#request_form .prev{
	width: 165px;
	text-align: center;
	color:#009FE3;
	padding: 8px;
	border: 2px solid #009FE3;
	border-radius: 10px;
	font-weight:600;
	font-size:12pt;
	transition:0.2s;
	background-color:#fff;
}

#request_form .prev:hover{
	background-color:#009FE3;
	color:#fff;
	transition:0.2s;
	cursor:pointer;
}

.overback{
	z-index:100;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	position: fixed;
	width: 100%;
	min-height: 100vh;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background-color: rgb(0 0 0 / 80%);
	overflow: auto;
}

#request_form .request_bar{
	height:10px;
	width:100%;
	background-color: #ceefff;
}

/* HIDE RADIO */
[type=radio] { 
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
	overflow:hidden;
}

/* IMAGE STYLES */
[type=radio] + div {
  cursor: pointer;
outline: 1px solid #e9e9e9;
	border-radius:10px;
	transition:0.2s;
}

/* CHECKED STYLES */
[type=radio]:checked + div {
	background-color: #8bd0ef;
	border-radius:10px;
	transition:0.2s;
}

/* CHECKED STYLES */
[type=radio]:hover + div {
	background-color: #ceefff;
	border-radius:10px;
	transition:0.2s;
}
