.d-none {
    display: none;
} 
form input, form textarea {
    padding: 15px;
    border: 1px solid #e0e0e0;
    margin: 15px 0;
    width: 300px;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    outline: unset;
}
form .nav-pill-button {
border: transparent;
display: table;
margin-left: auto;
float: none;
}
label.error {
    color: red;
}
.btn-close {
  color: #aaa;
  font-size: 30px;
  text-decoration: none;
  position: absolute;
    right: 15px;
    top: 5px;
}
.btn-close:hover {
  color: #919191;
}
.modal:before {
  content: "";
  display: none;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.modal.show:before {
  display: block;
}
.modal  {
    display: none;
}
.modal.show {
    display: block;
}
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  top: 20%;
}
.modal-dialog {
    background: #fefefe;
    border: #333 solid 1px;
    border-radius: 5px;
     position: fixed;
    left:0;
    right:0;
    width: 600px;
    z-index: 11;
    margin: auto;
    max-width: 100%;
}
.modal-body {
  padding: 30px;
}
.modal-header,
.modal-footer {
  padding: 15px 30px;
}
.modal-header {
  border-bottom: #eee solid 1px;
}
.modal-header h2 {
  font-size: 20px;
}
.modal-footer {
  border-top: #eee solid 1px;
  text-align: right;
}
.modal-response {
    display: none;
    font-size: 18px;
    line-height: 22px;
    color: #f8e81c;
}
.main-other {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.list-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top:15px;
}
.list-logos a {
    width: 46%;
    margin: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    box-sizing: border-box;
    height: auto;
}
.list-logos .first-section-middle-button {
    background:#ffffff;
}
.list-logos img {
    height: 90px;
    width: auto;
    max-width:100%;
}

@media only screen and (max-width: 768px) {
    .noktaKap {
        bottom:60px;
    }
    .bottom-text {
        width:auto;
    }
    .footer {
        height:auto;
    }
    .footer-left, .footer-rigt {
        width:100%;
    }
    .bottom-info-box, .bottom-text-container {
        height:auto;
    }
    .footoer-logo {
        padding-left: 0;
        text-align: center;
    }
    .footer-line hr {
        position: relative;
        height: 0.8px;
        width: 50%;
        border-top: 1px solid #f8e71c;
    }
    .footer-line {
        display: table;
        width: 100%;
    }
    .footer-line hr {
        top: 0;
    }
    .first-section-middle {
        position: relative;
        text-align: center;
        top: 0;
        transform: none;
        left: 0;
    }
    .list-logos a {
        width: 44%;
    }
    .first-section-middle-text {
        clear: both;
        width:100%;
    }
    .list-logos img {
        height:45px;
    }
    .first-section-nav {
        display: table;
    }
    .first-section-middle {
        margin-top:80px;
    }
    .first-section-nav-logo img {
        width:130px;
    }
    .modal.show .modal-dialog {
        top:5%;
    }
    .modal.show {
        position: relative;
        z-index: 9999;
    }
}
@media only screen and (max-width: 321px) {
    .list-logos img {
        height: 35px;
    } 
    .list-logos a {
        width: 42%;
    }
    .first-section-nav-logo img {
    width: 100px;
    }
}
