body {
	font-family: 'Raleway', sans-serif;
	background-color:#fafafa;
}

img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.sozluk-col-padding {
    padding: 10px;
}

.sozluk-col {
	border-bottom:5px solid #5d0051;
	padding:15px 30px 15px 30px;
	height:100%;
	background-color:#fff !important;
	border-radius:20px;
	-webkit-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
	transform:scale(1);
}

.inputSearchContainer input {
    width: 85%;
    border: 0px;
    padding: 5px 10px 5px 10px;
    font-family: Georgia, serif;
    font-size: 30px;
    color: #5d0051;
    background-color: transparent;
}

.inputSearchContainer {
    border-radius: 40px;
    background-color: #ffffff;
    margin-bottom: 15px;
    padding: 8px 13px 8px 13px;
    background-image: url(../img/search.svg);
    background-repeat: no-repeat;
    background-position: right 20px top 10px;
    background-size: 45px;
}


.sozluk-col:hover {
	box-shadow: 10px 10px 100px -25px rgba(0,0,0,0.44);
	-webkit-box-shadow: 10px 10px 100px -25px rgba(0,0,0,0.44);
	-moz-box-shadow: 10px 10px 100px -25px rgba(0,0,0,0.44);
	cursor:pointer;
	-webkit-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
	transform:scale(1.1);
	opacity:1 !important;
	border-bottom:10px solid #5d0051;
}

.sozluk-col h2 {
	font-family: Georgia,serif;
    font-size: 23px;
    font-style: italic;
	word-wrap:break-word;
	color:#5d0051;
}


.sozluk-col p {
	margin-top:15px;
	font-size:14px;
}

html {
    overflow: scroll;
	-webkit-overflow-scrolling: touch;
    overflow-x: hidden;
}
::-webkit-scrollbar {
    width: 0px;  /* Remove scrollbar space */
    background: transparent;  /* Optional: just make scrollbar invisible */
}
/* Optional: show position indicator in red */
::-webkit-scrollbar-thumb {
   
}

.widget-header-div {
  display: flex;
  flex-wrap: wrap;
}

.sozluk-col {
	height:100%;
	background-color:red;
}

.cookieContainer {
    text-align: center;
    color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
    position: fixed;
    z-index: 9999;
    bottom: 0px;
    width: 100%;
    padding:10px;
    font-size: 13px;
    
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}


.cookieContainer a {
    font-size: 10px;
}

.cookieContainer a:hover {
    text-decoration: none;
}


.cookieContainer a:nth-child(1) {

        background: rgb(199,49,84);
    background: -webkit-linear-gradient(69deg, rgba(199,49,84,1) 0%, rgba(162,18,82,1) 100%);
    background: -o-linear-gradient(69deg, rgba(199,49,84,1) 0%, rgba(162,18,82,1) 100%);
    background: linear-gradient(159deg, rgba(199,49,84,1) 0%, rgba(162,18,82,1) 100%);
    font-weight: bold;
    color:#fff;
    padding:5px;
    margin-right: 10px;
    
}

.cookieContainer a:nth-child(2) {

    background-color:#383838;
    font-weight: bold;
    color:#fff;
    padding:5px;
    margin-right: 10px;
    
}



.tanitimRow { margin-top:100px; margin-bottom:50px; }

.tanitimIcerik h2 {
    
    text-align: left;
    font-family: Georgia, "serif";
    font-style: italic;
    color: #5d0051;
    font-size: 35px;
    margin-bottom:10px;
    
}

sup { color:#5d0051; font-weight: 700; }


.akcigerSayi {
    
    margin-top:-100px;
    text-align: center;
    font-family: Georgia, "serif";
    font-style: italic;
    color: #5d0051;
    font-size: 35px;
    margin-bottom:10px;
    
}

.tanitimIcerik { padding-left:50px; padding-right:50px; }

.tanitimIcerik sup { color:#5d0051; font-weight: 700; }

.tanitimIcerik p {
    font-size: 18px;
    font-weight: 400;
    margin-top:20px;
    margin-bottom:20px;
}

.tanitimIcerik ul {
    margin-top:20px;
    font-size: 18px;
}

.tanitimIcerik ul li {
    margin-bottom:5px;
    font-weight: 700;
    font-weight: 700;
    
}

.tanitimBaslik {font-size: 35px !important; }

.tanitim p {
    max-width: 400px;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 400;
}

.slow-animation {
  animation: swal2-show 3s !important; 
}

.footerTxt {
	color: #5d0051;
    font-family: Georgia,serif;
    font-size: 15px;
    font-style: italic;
	text-align: right;
}


.inputContainer {
	
	border-radius: 40px;
	background-color:#ffffff;
	padding:20px;
	margin-bottom:15px;
}

.inputSubmit {
	
	padding:20px;
	margin-bottom:15px;
	
}


.inputContainer select {
    background: url(../img/down-select.png) no-repeat right #ffffff;
    -webkit-appearance: none;
    border: none;
    width: 100%;
    font-size: 18px;
    color: #8d004f;
    font-weight: 700;
    padding-left: 20px;
    padding-right: 20px;
}


.mainCerceveForm {
	
	background-color:#ebebeb;
	border-radius: 30px; 
	padding:45px;
	min-height: 500px;
	
}


.formContainer {
	
	padding-top:100px;
	padding-bottom:100px;
	
}

.mainCol spam {
    display: block;
    padding-left: 40px;
    font-weight: 900;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    color: #5a5a5a;
}



/* CHECKBOX */


.card {
    width: 500px;
    margin: 50px auto;
    clear: both;
    display: block;
    padding: 0px 0px;
    background-color: #009BFF;
    border-radius: 4px;
}
.card::after {
    clear: both;
    display: block;
    content: "";
}
.card .checkbox-container {
    float: left;
    width: 50%;
    box-sizing: border-box;
    text-align:center;
  padding: 40px 0px;
}
.card .circular-container {
  background-color:#0067FF;
}

.input-title {
    clear: both;
    padding: 22px 0px 0px 0px;
    font-size: 16px;
    color: rgba(255,255,255,.6);
    font-weight: 300;
}




/* Styling Checkbox Starts */
.checkbox-label {
    display: block;
    position: relative;
    margin: auto;
    cursor: pointer;
    font-size: 22px;
    line-height: 24px;
    height: 24px;
    width: 24px;
    clear: both;
}

.checkbox-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkbox-label .checkbox-custom {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 24px;
    width: 24px;
    background-color: transparent;
    border-radius: 5px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    border: 2px solid #8e8e8e;
}


.checkbox-label input:checked ~ .checkbox-custom {
    background-color: #fbb100;
    border-radius: 5px;
    -webkit-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    opacity:1;
    border: 2px solid #fbb100;
}


.checkbox-label .checkbox-custom::after {
    position: absolute;
    content: "";
    left: 12px;
    top: 12px;
    height: 0px;
    width: 0px;
    border-radius: 5px;
    border: solid #009BFF;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(0deg) scale(0);
    -ms-transform: rotate(0deg) scale(0);
    transform: rotate(0deg) scale(0);
    opacity:1;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}


.checkbox-label input:checked ~ .checkbox-custom::after {
  -webkit-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
  opacity:1;
  left: 8px;
  top: 3px;
  width: 6px;
  height: 12px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  background-color: transparent;
  border-radius: 0;
}



/* For Ripple Effect */
.checkbox-label .checkbox-custom::before {
    position: absolute;
    content: "";
    left: 10px;
    top: 10px;
    width: 0px;
    height: 0px;
    border-radius: 5px;
    border: 2px solid #FFFFFF;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);    
}

.checkbox-label input:checked ~ .checkbox-custom::before {
    left: -3px;
    top: -3px;
    width: 24px;
    height: 24px;
    border-radius: 5px;
    -webkit-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3);
    opacity:0;
    z-index: 999;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}




/* Style for Circular Checkbox */
.checkbox-label .checkbox-custom.circular {
    border-radius: 50%;
    border: 2px solid #8e8e8e;
}

.checkbox-label input:checked ~ .checkbox-custom.circular {
    background-color: #fbb100;
    border-radius: 50%;
    border: 2px solid #fbb100;
}
.checkbox-label input:checked ~ .checkbox-custom.circular::after {
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
}
.checkbox-label .checkbox-custom.circular::after {
    border-radius: 50%;
}

.checkbox-label .checkbox-custom.circular::before {
    border-radius: 50%;
    border: 2px solid #8e8e8e;
}



/* CHECKBOX */



/* INPUT CHECKBOX CSS */


/* The container */
.tutucu {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.tutucu input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fbb100;
}

/* On mouse-over, add a grey background color */
.tutucu:hover input ~ .checkmark {
  background-color: #fbb100;
}

/* When the checkbox is checked, add a blue background */
.tutucu input:checked ~ .checkmark {
  background-color: #fbb100;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.tutucu input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.tutucu .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #fbb100;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* INPUT TYPE CHECKBOX */



.checkLabel {
	
	font-size:17px;
	font-weight: 700;
	
}

.tooltip-inner {
	
	background-color:#8d004f;
	padding:20px;
	border-radius: 30px;
	background-image: url("../img/url.png");
	background-repeat: no-repeat;
	background-size: 30px;
	padding-left:45px;
	background-position: left 10px center;
	
}

.tooltip-inner a {
	font-size: 18px !important;
	color:#ffffff;
}

.tooltip.top .tooltip-arrow {
	
	border-top-color:#8d004f;
	color:#ffffff;
	
}

.tooltip.in {
	opacity: 1;
}


.inputContainer kit {
	color:#5d0051;
	font-weight: 900;
	top:0px !important;
	border-bottom:2px solid #5d0051;
	padding-bottom:1px;
}



.inputContainer kit:hover {
	
	cursor: pointer;
}

.inputRadioCol {
    margin-bottom: 15px;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 15px;
}

.inputRadioCol:nth-last-child(1) {
    border: none;
    margin-bottom: 0px;
}


.mainCerceveForm h1 {
    color: #5d0051;
    font-weight: 700;
    font-size: 28px;
    margin-top: 10px;
    margin-bottom: 30px;
}







.row.make-columns {
    /*
    -moz-column-width: 25em;
    -webkit-column-width: 25em;
    -moz-column-gap: 1em;
    -webkit-column-gap:1em; 
    */
}

.row.make-columns > div {
    display: inline-block;
    padding:  .15rem;
    /* width:  100%; */
}

 /* demo only* */
.panel {
    display: inline-block;
    height: 100%;
    width:  100%;
	background-color:transparent;
	border:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	margin-bottom:0px;
}










.faktorTitle {
	
	font-size: 20px;
	color:#62386d;
	margin-top:10px;
}

.faktorTitle span {
	font-size: 20px;
	color:#f93952 !important;
	font-weight: 700;
	
}

.faktorListCol {
	
	padding-top:10px;
	
}

.faktorListItem {
	
	padding:25px;
	padding-top:0px;
	padding-bottom:0px;
}


.faktorListCerceve {
	padding-left:30px;
	padding-right:30px;
	
}

.faktorContext {
	
	background-color:#fbfbfb;
	border: 3px solid #efe6ee;
	padding:20px;
	border-radius: 20px;
	color:#545454;
	font-size: 18px;
	font-family: georgia,serif;
	margin-top:20px;
	
}


.faktorContext a {
	
	font-weight: 700;
	color:#e23a5f;
}

.faktorContext sup {
	
	color:#e23a5f;
	
}


.faktorList {
	
	padding-top:50px;
	padding-bottom:50px;
	
}

.faktorListTitle {
	
	font-weight: 700;
	color:#5d0051;
	font-size: 33px;
	margin-bottom:20px;
}

.bannerContainerSubBg { padding-bottom:100px !important;}

.riskFaktoruSonuc {
	margin:0 auto;
	max-width: 600px;
	margin-top:-80px;
	
}

.riskFaktoruSonucTwo {
	margin:0 auto;
	margin-top:30px;
	margin-bottom:30px;
	
}

.riskFaktoruColTwo {
	border-radius:10px;
	padding:30px;
	text-align: center;
	font-size: 23px;
	color:#ffffff;
	background-color:#5d0051;
}

.riskFaktoruColTwo span {
	font-weight: 700;
	font-size: 24px;
}

.heroText {
	max-width:500px;
	font-size:23px;
	margin-top:15px;
}


.riskFaktoruCol span {
	font-weight: 700;
	font-size: 35px;
	display: block;
}



.riskFaktoruCol {
	border-radius: 20px;
	padding:30px;
	text-align: center;
	font-size: 20px;
	color:#ffffff;
	
	background: -webkit-linear-gradient(69deg, rgba(199,49,84,1) 0%, rgba(162,18,82,1) 100%);
	background: -o-linear-gradient(69deg, rgba(199,49,84,1) 0%, rgba(162,18,82,1) 100%);
	background: linear-gradient(159deg, rgba(199,49,84,1) 0%, rgba(162,18,82,1) 100%);
	
}


.footerCizgi { 
	margin-top:50px;
	height: 20px; 
		background: -webkit-linear-gradient(69deg, rgba(199,49,84,1) 0%, rgba(162,18,82,1) 100%);
	background: -o-linear-gradient(69deg, rgba(199,49,84,1) 0%, rgba(162,18,82,1) 100%);
	background: linear-gradient(159deg, rgba(199,49,84,1) 0%, rgba(162,18,82,1) 100%);	

}

.closeMobileMenu { font-size: 70px; font-weight: 300; display: block; color:#ffffff; text-align:right; }

.closeMobileMenu:hover { cursor: pointer; color:#ffffff; text-decoration: none; }

.mobileSM ul li { float:left !important; margin-right: 20px; }


.mobileMenuBg {
	
	height: 120vh;
	background: -webkit-linear-gradient(69deg, rgba(199,49,84,1) 0%, rgba(162,18,82,1) 100%);
	background: -o-linear-gradient(69deg, rgba(199,49,84,1) 0%, rgba(162,18,82,1) 100%);
	background: linear-gradient(159deg, rgba(199,49,84,1) 0%, rgba(162,18,82,1) 100%);	
	
}

.mobileMenuBg h2 {margin-top:0px; margin-bottom:50px; color:#ffffff;}

.mobileMenuBg ul {
	
	margin:0px;
	padding:0px;
}

.mobileMenuBg ul li {
	list-style: none;
	margin-bottom:20px;
}

.mobileMenuBg ul li a {
	
	color:#ffffff;
	text-decoration: none;
	font-size: 20px;
	
}

.footerLogoCol {
	
	text-align: left;
	
}


.footerLogoCol:nth-last-child(1){ 
	
	text-align: right;
	
}


.logoCol img {
	
	max-width: 250px;
	
}


.mobileLogoTutucu { display: none; }



.hamberMenu img { max-width: 40px;}

.sn7Anime {
	-webkit-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;


}


.headerMenuBar {
	padding-top:35px;
	padding-bottom:25px;
	background: rgb(199,49,84);
	background: -webkit-linear-gradient(69deg, rgba(199,49,84,1) 0%, rgba(162,18,82,1) 100%);
	background: -o-linear-gradient(69deg, rgba(199,49,84,1) 0%, rgba(162,18,82,1) 100%);
	background: linear-gradient(159deg, rgba(199,49,84,1) 0%, rgba(162,18,82,1) 100%);	
}

.headerMenu ul {
	padding:0px;
	margin: 0px;
}

.headerMenu ul li {
	list-style: none;
	margin-right: 25px;
	float:left;
}

.headerMenu ul li:nth-last-child(1){
	
	margin-right: 0px;
}


.headerMenu ul li a {
	text-decoration: none;
	font-size: 18px;
	color:#ffffff;
	
}

.headerMenu ul li a:hover{
	
	text-decoration: none;
	
}


.menuSelected {
	
	font-weight: 700;
}

.menuSelected::after {
	content: "";
	display: block;
	height: 3px;
	margin-top:2px;
	background-color:#dfaab7;	
}


.headerMenuSm ul {
	padding:0px;
	margin:0px;
	float:right;
	
}

.headerMenuSm ul li {
	
	float:left;
	list-style:none;
	margin-right: 3px;
	
}

.headerMenuSm ul li:nth-last-child(2){

	margin-right: 5px;
}


.headerMenuSm ul li:nth-last-child(1){

	margin-right: 0px;
}


.bannerContainer {
	
	padding-top:0px;
	
}

.logoCol {
	
	padding-right:20px;
	
}

.profilContainer {
	
	max-width: 400px;
	margin:0 auto;
	margin-bottom:50px;
}

.profilContainer h2 {
	
	font-weight: 700;
	color:#5d0051;
	font-size: 24px;
}

.mobilContainer {
	max-width: 300px;
	margin:0 auto;
	margin-bottom:50px;
}

.mobilContainer h2 {
	font-weight: 700;
	color:#5d0051;
	font-size: 24px;
}

.sehir {
	
	background-image:url("../img/profil-icon-pin.png");
	background-repeat: no-repeat;
	background-position: right;
	
}


.cinsiyet{
	
	background-image:url("../img/profil-icon-people.png");
	background-repeat: no-repeat;
	background-position: right top 5px;
	
}

.profilItem span { font-family: georgia,serif; color:#b19cb6; font-size: 21px; font-style: italic; font-weight: normal; }

.profilItem {
	font-weight: bold;
	font-size: 28px;
	color:#ffffff;
	background-color:#5d0051;
	padding-top:5px; padding-bottom:5px;
	padding-left: 10px; padding-right: 10px;
	margin-bottom:5px;
	max-width: 325px;
	
}


.konusmaCerceve {
	max-width: 460px;
	text-align: center;
	font-family:Georgia, "serif";
	font-style: italic;
	color:#5d0051;
	font-size: 16px;
	margin:0 auto;
	
}

.konusmaCerceve::after{
	
	content: "";
	margin-top:10px;
	display: block;
	height: 50px;
	background-image: url('../img/konusma-cizgisi.png');
	background-repeat: no-repeat;
	background-position: right;
	
}

.btnTest {
	border-radius:20px;
	border:none;
	font-size: 30px;
	padding-left:40px;
	padding-right: 40px;
	padding-top:15px;
	padding-bottom:15px;
	font-weight: 700;
	color:#ffffff;
	background: rgb(199,49,84);
	background: -webkit-linear-gradient(69deg, rgba(199,49,84,1) 0%, rgba(162,18,82,1) 100%);
	background: -o-linear-gradient(69deg, rgba(199,49,84,1) 0%, rgba(162,18,82,1) 100%);
	background: linear-gradient(159deg, rgba(199,49,84,1) 0%, rgba(162,18,82,1) 100%);
	-webkit-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
	
}

.btnTestOnKayit {
	border-radius:20px;
	border:none;
	font-size: 15px;
	padding-left:20px;
	padding-right: 20px;
	padding-top:15px;
	padding-bottom:15px;
	font-weight: 700;
	color:#ffffff;
	background: rgb(199,49,84);
	background: -webkit-linear-gradient(69deg, rgba(199,49,84,1) 0%, rgba(162,18,82,1) 100%);
	background: -o-linear-gradient(69deg, rgba(199,49,84,1) 0%, rgba(162,18,82,1) 100%);
	background: linear-gradient(159deg, rgba(199,49,84,1) 0%, rgba(162,18,82,1) 100%);
	-webkit-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
}

.btnTest:hover{
	color:#ffffff;
	transform: scale(1.1);
	cursor: pointer;
-webkit-box-shadow: 0px 28px 33px 3px rgba(0,0,0,0.11);
-moz-box-shadow: 0px 28px 33px 3px rgba(0,0,0,0.11);
box-shadow: 0px 28px 33px 3px rgba(0,0,0,0.11);

}

.btnTestOnKayit:hover{
	color:#ffffff;
	transform: scale(1.1);
	cursor: pointer;
-webkit-box-shadow: 0px 28px 33px 3px rgba(0,0,0,0.11);
-moz-box-shadow: 0px 28px 33px 3px rgba(0,0,0,0.11);
box-shadow: 0px 28px 33px 3px rgba(0,0,0,0.11);

}

.btnTest:active {
	color:#ffffff !important;
	background-color:#f93952 !important;
	
}

.btn:focus,.btn:active {
   outline: none !important;
   box-shadow: none;
}

.bannerContainerBg {
	padding-top:50px;
	padding-bottom: 50px;
	background: rgb(241,241,241);
	background: -webkit-linear-gradient(bottom, rgba(241,241,241,1) 0%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(bottom, rgba(241,241,241,1) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to top, rgba(241,241,241,1) 0%, rgba(255,255,255,1) 100%);
	
}




.uyariCerceve { padding:50px; padding-bottom:0px; }


.refUyariCol {
	
	padding:30px;
	padding-left:60px;
	padding-right: 60px;
	border-radius: 30px;
	color: #969696;
	background-color:#fbfbfb;
	border:2px solid #efe6ee;
	
}

.refUyariCol h2 {
	font-weight: 300;
	font-size: 18px;
	font-family: Georgia,serif;
}

.refUyariCol ol {
	padding:0px;
	padding-left:15px;
	margin:0px;
}

.refUyariCol ol li {
	font-size: 14px;
	margin-bottom:5px;
	color: #000000;
	
}

.refUyariCol ol li a {
	color: #000000;
	text-decoration: none;
	word-wrap: break-word;
	font-size: 14px;
	
}


.uyariCol {
	background: rgb(199,49,84);
	background: -webkit-linear-gradient(69deg, rgba(199,49,84,1) 0%, rgba(162,18,82,1) 100%);
	background: -o-linear-gradient(69deg, rgba(199,49,84,1) 0%, rgba(162,18,82,1) 100%);
	background: linear-gradient(159deg, rgba(199,49,84,1) 0%, rgba(162,18,82,1) 100%);
	
	padding:30px;
	padding-left:60px;
	padding-right: 60px;
	border-radius: 30px;
	color: #ffffff;
}

.uyariCol h2 {
	font-weight: 700;
	font-size: 27px;
}

.uyariCol p {
	
	font-family: Georgia, serif;
	font-size: 15px;
	line-height: 21px;
	
}


.footerContainer {
	
	margin-top:50px;
	margin-bottom:50px;
	
}

.yasalBilgilendirme {
	margin-top:25px;
}

.yasalBilgilendirme ul {
	
	padding:0px;
	margin:0px;
	
}
.yasalBilgilendirme ul li {
	
	float:left;
	list-style: none;
	margin-right: 20px;
	border-right: 1px solid #5d0051;
	padding-right: 20px;
	
}


.yasalBilgilendirme ul li:nth-last-child(1){
	
	border:none;
	padding-right: 0px;
	margin-right: 0px;
}

.yasalBilgilendirme ul li a {
	
	color:#5d0051;
	font-family: Georgia,serif;
	font-size: 15px;
	font-style: italic;
	
}


/* SUB PAGE */

.subKonusmaCerceve {
	
	text-align: left;
	font-size: 19px;
	
}


/*
* Media Queries
*******************/

@media only screen and (max-width : 1200px) {
	
	
	.headerMenu ul li a {
		font-size: 17px;
		color: #ffffff;
	}

	.headerMenu ul li {
		list-style: none;
		margin-right: 15px;
		float: left;
	}

	.konusmaCerceve {
		max-width: 350px;
		text-align: center;
		font-family: Georgia, "serif";
		font-style: italic;
		color: #5d0051;
		font-size: 22px;
		margin: 0 auto;
	}
	

	
	
	
}

@media only screen and (max-width : 992px) {
	
	.mobileCheck { margin-bottom:20px; }
	
	.logoCol { display: none; }
	
	.headerMenu ul { display: none; }
	
	.hamberMenu { display: block !important; }

	.bannerContainer {
		padding-top: 0px;
	}
	
	.testSubmitBtn {
		margin-bottom:50px;
	}
	
	.mobileLogo {
		border-radius:200px;
		background-color:#ffffff;
		margin-top:-50px;
		position: absolute;
		text-align: center;
		max-width: 200px;
		padding:20px;
		padding-top:30px;
		margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
	}

	
	.bannerContainerBg {
		
		padding-top:150px;
		padding-bottom:50px;
		
	}
	
	.mobileLogoTutucu { display:block !important;}
	
	.headerMenuSm { display: none !important; }
	
	.footerTxt {
	text-align: left;
		margin-top:10px;
	}
	
	.formCol { margin-top:50px; }
	
	.mainCerceveForm { padding-left:20px; padding-right: 20px; }
	
	.checkLabel { font-size: 14px !important; }
	
	.mainCerceveForm h1 { text-align: center; }
	
	.inputContainer { padding:15px; }
	
	.formContainer {
		padding-top: 100px;
		padding-bottom: 0px;
	}
	
}


@media only screen and (max-width: 767px) {
    
    .akcigerSayi {

        margin-top:-40px;
        text-align: center;
        font-family: Georgia, "serif";
        font-style: italic;
        color: #5d0051;
        font-size: 20px;
        margin-bottom:10px;

    }
	
	.bannerContainerBg {
		
		padding-top:130px;
		padding-bottom:50px;
		
	}
	
	.btnTest {
    font-size: 30px;
	}
	
	
	.doc img { max-width: 250px !important; }
	
	.footerLogoCol {
		text-align: left !important;
	}

	.footerLogoCol:nth-last-child(1){
		margin-top:20px;
		text-align: left !important;
	}
	
	.footerLogoCol img {
		
		max-width: 300px;
		
	}
	
	.container { padding-left:20px; padding-right: 20px; }
	
	.uyariCol { padding-left:30px; padding-right: 30px; padding-top:20px; padding-bottom:20px; border-radius: 20px; }
	
	.refUyariCol { padding-left:30px; padding-right: 30px; padding-top:20px; padding-bottom:20px; border-radius: 20px; }


	.footerContainer img { 
		text-align: center !important; 
		margin-left: auto;
 	 	margin-right: auto;
	}
	
	.mobileSubmit {
		display: block !important; 
		margin-top:20px;	
	}
	
	.testSubmitBtn {
		display: none !important; 
	}
	
	.mobilContainer { 
		display: block !important;
	}
	
	.profilContainer {
		
		display: none !important; 
		
	}
	
	.riskFaktoruColTwo {
		margin-top:140px;
	}
	
}


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


}


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


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


}

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


}

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


}


@media only screen and (min-width : 1200px) {



}

@media only screen and (min-width : 1360px) {


}

@media only screen and (min-width : 1439px) {


}

@media only screen and (min-width : 1599px) {



}


