.page-header {
    min-height: 0px;
    padding: 70px 0px;
}

.page-header:before {
   opacity: 0.7;
}

.page-header h1{
    margin-bottom: 0px !important;
}

.page-header .background-image-holder{
    top:0px !important;
}

.duplicatable-content h1 {
 font-weight: 500;
}

.feature-icon-large h5 {
    font-size: 20px !important;
}

.feature-icon-large p {
    font-size: 16px !important;
}

.feature-icon-large a {
    color: #d02b2e !important;
}

.feature-icon-large a:hover {
    color: #333 !important;
    text-decoration: none;
}

.feature-size {
    font-size: 18px;
}

.hizmet-text {
    font-size:16px !important;
}

.sss-yazi p {
    font-size: 16px !important;
}

.lead span {
    color:#333;
    font-size:16px;
    font-weight: 500;;
}

.contact-head h5{
    font-size: 20px;
}

.contact-head h1{
    font-size: 32px;
    font-weight: 500;
    text-transform: uppercase;
}

::placeholder {
    font-size: 16px;
}

.send-form {
    font-size: 15px !important; 
}

.send-form:hover {
    background-color: #d02b2e !important; 
    color: #fff !important;
}

.has-dropdown {
    bottom: 1px !important; 
}
td, th {
    padding: 5px;
    border: 1px solid #aaa;
}

.musteri-btn{
  position: absolute;
  top: -10px;
  background: #d02a2f;
  color: #fff!important;
  font-size: 15px!important;
  font-weight: 500;
  min-width: 130px;
}


@media all and (max-width: 1450px) {
    .menu li {
        float: left;
        margin-right: 20px;
        position: relative;
    }
    .nav-menu .social-icons {
        float: right;
        margin-right: 55px;
    }

    .musteri-btn{
      position: absolute;
      top: -10px;
      background: #d02a2f;
      color: #fff!important;
      font-size: 15px!important;
      font-weight: 500;
      min-width: 130px;
      margin-left: -10px;
    }
}
@media all and (max-width: 768px) {
    .nav-menu .social-icons {
        float: none;
        margin-right: auto;
        margin: auto;
        padding: 20px 0px;
        width: 250px;
        text-align: center;
        margin-bottom: 0px;
        display: block;
    }
    .social-icons li{
        padding-left: 0px!important;
    }
    .musteri-btn {
        position: relative!important;
        margin-top: -10px!important;
        float: right;
        top: 0px;
    }

}