
html{
	font-family:sans-serif;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%
	}
body{
		
	margin:0;
	min-height:100%;
	background-color:#fff;
	font-family:Arial,sans-serif;
	font-size:14px;
	line-height:20px;
	color:#333;
}

.w-button{
	display:inline-block;
	padding:9px 15px;
	background-color:#3898EC;
	color:white;
	border:0;
	line-height:inherit;
	text-decoration:none;
	cursor:pointer;
	border-radius:0;
	}

h2{
font-size:32px;
line-height:36px;
margin-top:20px;
}


.button {
  margin-top: 10%;
  border: 2px solid #fff;
  border-radius: 15px;
  background-color: hsla(0, 0%, 100%, 0);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .43);
  color: #fff;
}

.navbar {
  background-color: transparent;
  font-family: 'Duru Sans', sans-serif;
}

.nav-link {
  margin-top: 25px;
  color: #fff;
}

.nav-link._1 {
  color: #636363;
}

.button-header {
  margin-top: 35px;
  border: 2px solid #636363;
  border-radius: 15px;
  background-color: rgba(56, 152, 236, 0);
  color: #636363;
}

.button-header.w--current {
  border-color: #000;
  color: #000;
}

.h1-text {
  color: #fff;
  text-shadow: -1px 1px 6px rgba(0, 0, 0, .24);
}



.h1-neden {
  font-family: 'Duru Sans', sans-serif;
  font-size: 32px;
  text-align: center;
}

.neden-cont {
  padding-top: 25px;
  padding-bottom: 60px;
  font-family: 'Duru Sans', sans-serif;
  text-align: center;
}

.neden-text {
  padding-top: 40px;
  padding-right: 35px;
  padding-left: 35px;
}

.iletisim-cont {
  padding-top: 25px;
  padding-bottom: 50px;
  font-family: 'Duru Sans', sans-serif;
  text-align: center;
}

.text-iletisim {
  padding-top: 40px;
}

.anket-container {
  left: 0px;
  top:20%;
  right: 0px;
  bottom: 0px;
  display: block;
  clear: both;
  margin-right: auto;
  margin-left: auto;
  padding: 5%;
  height: auto;
  border-radius: 30px;
  background-color: #9bb5c9;
}

@media (max-width: 800px){
	.anket-container {border-radius: 0}	
}
.column1 {
  height: 100%;
}

.column2 {
  height: 100%;
}

.column3 {
  height: 100%;
}

.row {
  height: 100%;
}



.link {
  width: 200px;
  margin-top: 75px;
  margin-right: 50px;
  margin-left: 50px;
  border-radius: 10px;
  background-color: #1671e1;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-size: 14px;
  line-height: 30px;
}

.link:hover {
  background-color: #0f55aa;
}

.questions-div {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}



@media (max-width: 991px) {
  .button {
    font-size: 24px;
  }
  .navbar {
    text-align: center;
  }
  .nav-link {
    text-align: center;
  }
  .button-header {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .menu-button {
    margin-top: 25px;
  }
  .menu-button.w--open {
    background-color: #479DE6;
  }
  .h1-text {
    font-size: 32px;
  }

  .h1-neden {
    margin-top: 45px;
  }
}

@media (max-width: 767px) {
  .h1-text {
    font-size: 28px;
  }
  .h1-neden {
    margin-top: 40px;
  }
  
  
	.contact-phone {font-weight: bold; font-size: 14px!important}
}

@media (max-width: 479px) {
  .button {
    font-size: 20px;
  }
  .menu-button {
    color: #575757;
  }
  .h1-text {
    font-size: 26px;
  }
  .iletisim {
    background-size: cover;
    background-repeat: no-repeat;
  }
  .h1-neden {
    margin-top: 20px;
  }
  .neden-text {
    padding-top: 0px;
    font-size: 13px;
  }
  
}


.contact-phone {font-size: 20px; float: right; margin-right: 24px; color: #424242}
.contact-div { max-width: 405px; margin: 0 auto}

.contact { text-align: center!important }
 			
.question {display: none}
h2 {font-size: 24px}
.active {display: block}
.form-control { border: 1px solid #ccc; padding: 10px 20px; border-radius: 3px; color: #424242 }
.clear { clear: both }
.form-group {margin-bottom: 10px}
.btn { float: right; cursor: pointer; background-color: #256291; padding: 10px 20px; display: block; margin-top: 20px; border: 1px solid transparent; border-radius: 3px; font-size: 17px; }
.link { margin-top: 20px }
.forminput{
  height: 40px;
}

