.TeklifHeader{
  width:100%;
  height: 85px;
}
.TeklifHeader .MainLogo {
  float: left;
  width: 30%;
  padding: 1.5% 0 0 1.5%;
}
.TeklifHeader .MainContact {
  float: right;
  width: 70%;
  padding: 1.5% 1.5% 0 0;
  text-align: right;
}
.MainContact .MainTel {
  font-family: 'OpenSans', sans-serif;
  font-size: 27px;
  width: 130px;
  margin-top: 10px;
  float: right;
}
.MainContact .MainTel p:nth-child(1) {
  font-size:12px;
  color:#999;
  font-weight: bold;
  margin: 0;
  padding: 0;
  line-height: 0;
  text-align: left;
}
.MainContact .MainTel p:nth-child(2) {
  color:#1c428b;
  font-weight: bold;
  margin: 0;
  padding: 0;
  text-align: left;
}
.MainContact .MainExit {
  float: right;
  width: 100px;
  font-family: "OpenSans", sans-serif;
  font-size: 16px;
  text-align: right;
  margin-top: 9px;
}
.MainContact .MainExit span {
  font-weight: bold;
  font-size: 24px;
  font-family: "OpenSans", sans-sans-serif;
  vertical-align: sub;
}
.MainContact .MainExit a {
  text-decoration: none;
  color:#666;
}
.wizardContent {
  width: 1140px;
  margin: auto;
}
.asistanBot {
  text-align: center;
  margin-top: 20px;
}
.asistanBot h1 {
  font-size: 27px;
  font-family: "OpenSans",sans-serif;
  color: #000;
}
.asistanBot h1 strong {
  color:#e11e30;
}
.asistanBot h1 span {
  color:#1c428b;
}
.wizardContent #step-1 .form-group,
.wizardContent #step-2 .form-group {
  width: 100%;
    padding: 0 25% 0 25%;
}
.wizardContent #step-4 .form-group {
  width: 100%;
  padding: 0 15% 0 15%;
}
.wizardContent #step-1 .panel-body,
.wizardContent #step-2 .panel-body,
.wizardContent #step-3 .panel-body,
.wizardContent #step-4 .panel-body,
.wizardContent #step-5 .panel-body  {
  text-align: center;
  margin-top: 2%;
}
.wizardContent #step-1 input[type="text"],
.wizardContent #step-2 input[type="text"],
.wizardContent #step-4 input[type="text"]{
  height: 55px!important;
  float: left;
  width: 47%;
  font-size: 20px;
  color: #000;
}
.wizardContent #step-1 input[type="text"]:nth-child(1),
.wizardContent #step-2 input[type="text"]:nth-child(1),
.wizardContent #step-4 input[type="text"]:nth-child(1) {
  margin-right: 5%;
}
.wizardContent #step-1 button,
.wizardContent #step-2 button,
.wizardContent #step-3 button,
.wizardContent #step-4 button {
  margin-top: 4%;
  border-radius: 50px;
  background: #e11e30;
  padding: 15px 75px;
  font-weight: bold;
  font-family: "OpenSans", sans-serif;
  font-size: 16px;
}
.wizardContent #step-5 a.btn {
  margin-top: 4%;
  border-radius: 50px;
  background: #1c428b;
  padding: 15px 75px;
  font-weight: bold;
  font-family: "OpenSans", sans-serif;
  font-size: 16px;
  border: 1px solid #1c428b;
}
.onayVer {
  margin-top: 7%;
  font-family: 'OpenSans',sans-serif;
  font-size: 13px;
  color: #000;
}
.wizardContent #step-2 input[type="checkbox"] {
  width: 17px;
  height: 17px;
  vertical-align: text-bottom;
}
.productBox {
  width: 200px;
  height: 290px;
  float: left;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  text-align: center;
  margin-right: 15px;
}
.productBox:hover {
  border: 1px solid #e11e30;
}
.productBox h4 {
  color: #000;
  font:14px/1.6 "Open Sans", Arial, Helvetica, sans-serif;
  height: 25px;
  line-height: 20px;
}
#step-3 .productBox input[type="radio"] {
  width: 24px;
  height: 24px;
  margin: 8% auto;
}
.scrollContainer {
  width: 1140px;
  overflow-x: scroll;
  overflow-y: hidden;
  height: 325px;
}
.scrollContainer::-webkit-scrollbar {
  height: 10px;
  border-radius: 15px;
}

.scrollContainer::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.scrollContainer::-webkit-scrollbar-thumb {
  background-color: #1c428b;
  outline: 1px solid slategrey;
  border-radius: 15px;
}
.productContainer {
    width: 1510px;
    height: 280px;
    margin-top: 10px;
}








.stepwizard-step p {
    margin-top: 0px;
    color:#666;
}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}
.stepwizard-step button[disabled] {
    /*opacity: 1 !important;
    filter: alpha(opacity=100) !important;*/
}
.stepwizard .btn.disabled, .stepwizard .btn[disabled], .stepwizard fieldset[disabled] .btn {
    opacity:1 !important;
    color:#bbb;
}
.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content:" ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-index: 0;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}
