@import url("../fontlar/font-awesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Lato|Open+Sans|Poppins|Roboto|Ubuntu");
@import url("animate.css");
* {
  margin: 0;
  padding: 0
}
::-moz-selection {
  background-color: #ff0000;
  color: #fff;
}
::selection {
  background-color: #ff0000;
  color: #fff;
}
button:focus {
  outline: 0;
}
html {
  min-height: 100% !important;
}
body {
  min-height: 100% !important;
  color: #000;
  font-family: Roboto, Arial;
  font-weight: 400;
  font-size: 13px;
  background-color: #F9F9F9;
  margin-bottom: 300px; /* Margin bottom by footer height */
}
.p0 {
  padding: 0px !important;
}
.p5 {
  padding: 5px !important;
}
.p10 {
  padding: 10px !important;
}
.m0 {
  margin: 0px !important;
}
.main {
  background-color: #F9F9F9;
  position: relative;
  z-index: 60;
}
.anadiv_padding_top {
  padding-top: 40px;
}
.anadiv_padding_bottom {
  padding-bottom: 40px;
}
.copyright {
  font-family: Roboto;
  font-size: 14px;
  position: absolute;
  width: 100%;
  background-color: #1F1F1F !important;
  bottom: 0;
  height: 45px;
  color: #cccccc;
  line-height: 45px;
}
@media screen and (min-width: 768px) { /* display */
  .paddingreset {
    padding: 0px !important;
  }
}
@media screen and (max-width: 768px) { /* mobil */
  .copyright span {
    display: none;
  }
}
/*========================= 
		watsap start
=========================*/
.box1 {
  width: 100%;
  margin: 20px auto;
  border-radius: 10px;
  background-color: #E0FFC6;
  color: #000;
  padding: 10px 5px 5px 15px;
  font-family: 'Roboto';
  font-size: 14px;
  position: relative;
}
.sb1:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid #E0FFC6;
  border-top: 10px solid #E0FFC6;
  border-bottom: 10px solid transparent;
  left: -10px;
  top: 0px;
}
/*========================= 
		watsap End
=========================*/
.demodivbox {
  background-color: #DA4C39;
  padding: 40px 40px 40px 40px;
  color: white;
  margin-top: -1px;
}
.btn-yon {
  margin-top: 10px;
  text-align: right;
}
.text_b_20 {
  font-family: Roboto;
  font-size: 22px;
  font-weight: 300;
}
.text_b_16 {
  font-family: Roboto;
  font-size: 16px;
}
@media (max-width: 768px) { /*mobil*/
  .demodivbox {
    padding: 10px 10px 20px 10px;
  }
  .text_b_20 {
    font-size: 18px;
  }
  .mobilortala {
    text-align: center;
  }
}
.listebtn {
  border-radius: 0px;
  border: 2px solid white;
  color: white;
}
.listebtn:hover {
  border-radius: 0px;
  background-color: white;
  color: #333;
}
.clr1 {
  color: #CB3D30;
  font-weight: 600;
}
.clr2 {
  color: #4393C7;
  font-weight: 600;
}
.p1 {
  font-family: Poppins, sans-serif;
  font-size: 22px;
  text-align: center;
  color: #333;
}
.p2 {
  font-size: 32px;
  color: #CB3D30;
}
.p3 {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  text-align: center;
  color: #4393C7;
  font-weight: 600;
}
.p4 {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  text-align: center;
  color: #333;
}
.p5 {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  color: #4393C7;
  font-weight: 600;
}
.p6 {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  color: #333;
}
.boxla:first-child {
  border-top: 1px solid #C9C9C9;
  border-bottom: 0px;
  padding: 15px 0px 10px 0px;
}
.boxla:last-child {
  border-top: 0px;
  border-bottom: 1px solid #C9C9C9;
  padding: 15px 0px 10px 0px;
}
/*******************************
FOOTER START
*******************************/
.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 300px; /* Set the fixed height of the footer here */
  /*background-color: #666;*/
  background: url("../../resimler/upload/footerbg.jpg") repeat;
  z-index: 1;
  color: #F1F1F1;
  background-position: center;
  background-size: 100%;
}
#footer {
  clear: both;
}
@media only screen and (max-width:1200px) {
  .footer {
    position: fixed;
    height: 550px;
  }
  body {
    margin-bottom: 550px; /* Margin bottom by footer height */
  }
}
@media only screen and (max-width:970px) {
  .footer {
    position: fixed;
    height: 530px;
  }
  body {
    margin-bottom: 530px; /* Margin bottom by footer height */
  }
}
@media screen and (max-width: 768px) { /* xs mobil */
  .footer {
    background: url("");
    background-color: #474E54;
    position: relative;
    height: 100%;
  }
  body {
    margin-bottom: 0px;
  }
}
.footerbaslik {
  background-color: #F1F1F1;
  padding: 3px 10px 3px 10px;
  border-radius: 3px;
  color: #000;
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: 400;
}
.firma-info {
  font-family: 'Poppins';
  font-size: 14px;
  list-style: none !important;
  padding-left: 0;
  color: #F1F1F1;
}
.firma-info > li {
  margin-bottom: 10px;
}
.list-icon {
  font-family: 'Poppins';
  font-size: 14px;
  color: #F1F1F1;
  list-style: none;
  padding-left: 0;
}
.list-icon ul {
  list-style: none;
}
.list-icon ul {
  padding: 0;
}
.list-icon li {
  margin-left: 20px;
}
.list-icon i {
  font-size: 15px;
  margin-right: 8px;
  margin-left: -20px;
}
.footericerik {
  color: #F1F1F1;
  font-family: 'Roboto';
  font-size: 16px;
}
a.footerlink {
  font-family: 'Roboto';
  color: #F1F1F1;
  text-decoration: none;
}
.footertarih {
  font-family: 'Roboto';
  color: #F1F1F1;
  font-size: 12px;
}
hr.style12 {
  height: 6px;
  background: url(../img/hr-12.png) repeat-x 0 0;
  border: 0;
  margin: 0px;
}
/*******************************
FOOTER END
*******************************/
.mh_text {
  font-family: 'Poppins';
  color: #4393C7;
  font-size: 15px;
}
.mh_numara {
  font-family: 'Poppins';
  color: #CB3D30;
  font-size: 17px;
  font-weight: bold;
}
hr.style12 {
  height: 6px;
  background: url(../img/hr-12.png) repeat-x 0 0;
  border: 0;
  margin: 0px;
}
/*******************************
İLETİŞİM
*******************************/
.page-banner {
  padding: 0px 15p5 0px 15px;
  height: 150px;
  /* background-color: #DA4C39;*/
  background: url("../../../resimler/upload/panelbg.jpg") center;
  color: #fff;
  line-height: 110px;
}
.page-banner h2 {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 110px;
}
.page-banner p {
  font-weight: 300;
}
ul.breadcrumbs {
  float: right;
  margin-top: 15px;
}
.no-subtitle ul.breadcrumbs {
  margin-top: 20px;
}
ul.breadcrumbs li {
  font-family: 'Poppins';
  font-size: 14px;
  margin-left: 3px;
  color: #fff;
  float: left;
}
ul.breadcrumbs li:before {
  content: '/';
  margin: 0 4px 0 2px;
  color: #fff;
}
ul.breadcrumbs li:first-child {
  margin: 0;
}
ul.breadcrumbs li:first-child:before {
  content: '';
  margin: 0;
}
ul.breadcrumbs li a {
  color: #fff !important;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
@media (max-width: 991px) {
  .page-banner {
    text-align: center;
  }
  ul.breadcrumbs {
    float: none;
  }
  ul.breadcrumbs li {
    display: inline-block;
    float: left\0/;
  }
}
.panel-sentez {
  border: 1px solid #E6E6E6 !important;
  border-radius: 0px !important;
}
.panel-sentez > .panel-heading {
  font-family: 'Poppins';
  color: #fff;
  background-color: #FF8200;
  border-color: #ddd;
}
.panel-sentez > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f00;
}
.panel-sentez > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-sentez > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
@media (min-width: 768px) {
  .destopp0 {
    padding: 0px;
  }
}
.p4 {
  padding: 4px !important;
}
#s1 {
  background: url(../img/sayi.png) no-repeat;
  height: 20px;
  width: 13px;
  background-position: 0% -0px;
}
#s2 {
  background: url(../img/sayi.png) no-repeat;
  height: 20px;
  width: 13px;
  background-position: 0% -26px;
}
#s3 {
  background: url(../img/sayi.png) no-repeat;
  height: 20px;
  width: 13px;
  background-position: 0% -53px;
}
#s4 {
  background: url(../img/sayi.png) no-repeat;
  height: 20px;
  width: 13px;
  background-position: 0% -78px;
}
#s5 {
  background: url(../img/sayi.png) no-repeat;
  height: 20px;
  width: 13px;
  background-position: 0% -106px;
}
#s6 {
  background: url(../img/sayi.png) no-repeat;
  height: 20px;
  width: 13px;
  background-position: 0% -132px;
}
#s7 {
  background: url(../img/sayi.png) no-repeat;
  height: 20px;
  width: 13px;
  background-position: 0% -159px;
}
#s8 {
  background: url(../img/sayi.png) no-repeat;
  height: 20px;
  width: 13px;
  background-position: 0% -186px;
}
#s9 {
  background: url(../img/sayi.png) no-repeat;
  height: 20px;
  width: 13px;
  background-position: 0% -212px;
}
#s0 {
  background: url(../img/sayi.png) no-repeat;
  height: 20px;
  width: 13px;
  background-position: 0% -239px;
}
/* progres */
.progressbar {
  width: 100% !important;
  counter-reset: step;
}
.progressbar li {
  list-style-type: none;
  width: 50%;
  float: left;
  font-size: 20px;
  position: relative;
  text-align: center;
  color: #C6C6C6;
}
.progressbar li:before {
  width: 50px;
  height: 50px;
  content: counter(step);
  counter-increment: step;
  line-height: 40px;
  border: 5px solid #C6C6C6;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  background-color: #ffffff;
}
@media (max-width: 767px) { /*mobil*/
  .progressbar li:before {}
}
.progressbar li:after {
  width: 100%;
  height: 5px;
  content: '';
  position: absolute;
  background-color: #C6C6C6;
  top: 22px;
  left: -50%;
  z-index: -1;
}
.progressbar li:first-child:after {
  content: none;
}
.progressbar li.active {
  color: green;
}
.progressbar li.active:before {
  border-color: #55b776 !important;
  background-color: #31AA5A !important;
  color: white;
  font-weight: bold;
  font-size: 25px;
}
.progressbar li.active + li:after {
  background-color: #55b776 !important;
}
.progresyazi {
  font-size: 15px;
}
@media (max-width: 767px) { /*mobil*/
  .progresyazi {}
}
/* progres */
fieldset.scheduler-border {
  border: 1px solid #cccccc !important;
  border-style: groove;
  padding: 0px 10px 10px 10px !important;
  margin: 0px 0px 20px 0px !important;
}
legend.scheduler-border {
  font-family: Poppins;
  font-size: 17px !important;
  font-weight: bold !important;
  text-align: left !important;
  color: #FC2E2E;
  width: auto;
  padding: 0 15px;
  border-bottom: none;
}
@media only screen and (min-width: 230px) and (max-width:780px) {
  fieldset.scheduler-border {
    border: 1px solid #cccccc !important;
    border-style: groove;
    padding: 0px 5px 10px 5px !important;
    margin: 0px 0px 20px 0px !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
  }
}
fieldset.scheduler-border2 {
  border: 1px solid #cccccc !important;
  border-style: groove;
  padding: 0px 20px 20px 20px !important;
  margin: 0px 0px 20px 0px !important;
}
legend.scheduler-border2 {
  font-size: 15px !important;
  font-weight: bold !important;
  text-align: left !important;
  width: auto;
  padding: 0 15px;
  border-bottom: none;
}
@media only screen and (min-width: 230px) and (max-width:780px) {
  fieldset.scheduler-border2 {
    border: 1px solid #cccccc !important;
    border-style: groove;
    padding: 0px 5px 10px 5px !important;
    margin: 0px 0px 20px 0px !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
  }
}
/*****************************************/
fieldset.scheduler-border4 {
  border: 1px solid #DA4B38 !important;
  border-style: dashed !important;
  padding: 0px 10px 10px 10px !important;
  margin: 0px 0px 20px 0px !important;
}
legend.scheduler-border4 {
  font-family: 'Open Sans', 'sans-serif';
  font-size: 15px !important;
  text-align: left !important;
  width: auto;
  padding: 0px 15px 0px 15px;
  border-bottom: none;
  background-color: #DA4B38;
  color: #ffffff;
  margin-bottom: 10px;
}
@media only screen and (min-width: 230px) and (max-width:780px) {
  fieldset.scheduler-border4 {
    border: 1px solid #DA4B38 !important;
    border-style: groove;
    padding: 0px 15px 10px 15px !important;
    margin: 0px 0px 20px 0px !important;
    -webkit-box-shadow: 0px 0px 0px 0px #DA4B38;
    box-shadow: 0px 0px 0px 0px #DA4B38;
  }
}
/*****************************************/
/* xbaÅŸlÄ±k 3 */
.xbaslik3 {
  font-family: "Poppins-Medium" !important;
  letter-spacing: 1px;
  border-top: 1px solid #DA4B38;
  position: relative;
  top: 30px;
  margin-bottom: 25px;
}
.xbaslik3 span {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  text-align: left;
  padding: 3px 10px 3px 15px;
  background: #DA4B38;
  width: 33.6%;
  /*margin: 0 auto;*/
  display: block;
  position: relative;
  top: -27px;
}
@media only screen and (min-width: 230px) and (max-width:780px) {
  .xbaslik3 span {
    width: 70%;
    /*    text-align: center;
    margin: 0 auto;
*/
    padding: 5px 10px 5px 10px;
    top: -30px;
  }
}
.mbottom25 {
  margin-bottom: 20px;
}
.form-control {
  border-radius: 0;
  box-shadow: none;
}
.form-control:focus {
  box-shadow: none;
}
.form-control::-moz-placeholder, .form-control:-ms-input-placeholder, .form-control::-webkit-input-placeholder {
  color: #bbb;
  opacity: 1;
}
.form-control:not(select) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.sozlesmebg {
  background-color: #FCF8E3;
  height: 45px;
  border: 1px solid #FAEBCC;
  line-height: 45px;
  margin-top: 20px;
}
.checkbox4 {
  position: relative;
  top: -5px;
  cursor: pointer;
}
.checkbox4:before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  position: absolute;
  left: 0px;
  top: 4px;
  z-index: 1;
  width: 19px;
  height: 19px;
  border: 1.5px solid #999;
}
.checkbox4:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: #FCF8E3;
  cursor: pointer;
}
.checkbox4:checked:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  height: 1rem;
  border-color: darkgreen;
  border-top-style: none;
  border-right-style: none;
}
.formstyle {
  border: 1px solid #aaaaaa;
  border-radius: 0px !important;
  height: 40px !important;
  line-height: 40px;
}
.formstyle1 {
  border-radius: 0px !important;
}
.bas1 {
  font-family: Poppins;
  font-size: 14px;
}
.fiyatlistbox {
  background-color: #FF8200;
  padding: 40px 40px 40px 40px;
  margin-top: -1px;
  color: #ffffff;
}
.btn-yon {
  text-align: right;
}
@media (max-width: 768px) { /*mobil*/
  .fiyatlistbox {
    padding: 30px 20px 40px 20px;
  }
  .btn-yon {
    text-align: left;
  }
}
.text_b_20 {
  font-size: 25px;
}
.listebtn {
  border-radius: 0px;
  border: 2px solid #ffffff;
  color: #ffffff;
}
.listebtn:hover {
  border-radius: 0px;
  background-color: #ffffff;
  color: #333333;
  border: 2px solid #fff;
}
.sola-kaydir {
    float: left;
    margin: 0 10px 10px 0;
}


