ul.pagination {
  display: flex;
  flex-wrap: wrap;
}

ul.pagination li.page-item {
  margin: 10px 0 0 0;
}

.aboutWrap table {
  width: 100%;
  border: 1px solid #33487c;
  margin-bottom: 25px;
}

.aboutWrap table tr {}

.aboutWrap table tr:first-child td,
.aboutWrap table tr:first-child td p {
  white-space: nowrap;
}

.aboutWrap table tr td {
  border-bottom: 1px solid #33487c;
  border-right: 1px solid #33487c;
  padding: 10px;
  text-align: center;
}

.aboutWrap table tr td:last-child {
  border-right: none;
}

.aboutWrap table tr td p {
  margin-bottom: 0 !important;
}

.aboutWrap ul {
  padding-left: 20px;
}

.aboutWrap ul li {
  color: #94a6cf;
  font-size: 15px;
  line-height: 26px;
  list-style: disc;
  margin-bottom: 10px;
}

.aboutTimeLineLR .tlCard .tlContent span.tlDate {
  width: 100%;
  display: block;
}

.planeBannerWrap {
  overflow: hidden;
}


.newsPageWrap .newDetailContent p>img {
  max-width: 100% !important;
  height: auto !important;
}

.carrierWrap .carrierHr .hrImg {
  margin-right: 0;
}

@media (max-width: 1200px) {
  .allPlanes:before {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .slidesWrap:before {
    transform: scale(1) !important;
  }

  .slidesWrap .slideWrap .slImg img {
    margin-top: 150px;
  }

  .galleryWrap.resShape:before {
    width: 100%;
  }

  .aboutWrap .managmentDetail table {
    width: 100% !important;
  }
}

@media (max-width: 768px) {

  /*html,body{ overflow: hidden; }*/
  footer:after {
    width: 100%;
  }

  .noticeWrap:before {
    width: 100%;
  }

  .aboutWrap .aboutText img {
    width: 100% !important;
    height: auto !important;
  }

  .planeDetail .sText span.t2 {
    width: 80px !important;
    line-height: 76px !important;
    font-size: 68px !important;
  }

  .newDetailContent:before {
    width: 100% !important;
  }

  .newDetailContent h4>img {
    max-width: 100% !important;
    height: auto !important;
  }
}

@media (max-width: 574px) {
  .slidesWrap .slideWrap .slImg img {
    margin-left: -50px;
    margin-top: 50px;
    width: 120%;
  }

  .newDetailContent p>img {
    max-width: 100% !important;
    height: auto !important;
  }
}

.twentytwenty-left-arrow:before {
  content: "{% trans " Sağa sola sürükle" %}" !important;
}

.t2 p {
  color: #479fed;
}

.iDesc p {
  color: #FFFFFF;
}

.nDesc p {
  color: #FFFFFF;
}

.newsInnovation .iCard .iContent span.iDesc {
  display: block;
  color: #d8e3fd;
  font-size: 14px;
  letter-spacing: -0.12px;
}

.modal-dialog {
  max-width: 800px;
  margin: 30px auto;
}

.modal-body {
  position: relative;
  padding: 0px;
}

.close {
  position: absolute;
  right: -30px;
  top: 0;
  z-index: 999;
  font-size: 2rem;
  font-weight: normal;
  color: #fff;
  opacity: 1;
}

.modal-header {
  background-color: #1e73be;
  padding: 16px 16px;
  color: #FFF;
  border-bottom: 2px dashed #337AB7;
}

.img-modal {
  width: 100%;
  height: 100%;
}

.modal-open .modal {
  overflow: hidden;
}

.modalVideo .modal-dialog {
  max-width: 90%;
  margin: 5px auto;
}

.modalVideo .modal-content {
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
  border: none;
}

.modalVideo .modal-body {
  position: relative;
  padding: 0px;
}

.modalVideo .close {
  background: url("{% static 'assets/img/icons/png/close.png' %}") no-repeat;
  background-size: 24px 24px;
  -webkit-background-size: 24px 24px;
  -moz-background-size: 24px 24px;
  -o-background-size: 24px 24px;
  background-position: center center;
  position: absolute;
  right: 25px;
  bottom: 40px;
  z-index: 999;
  font-size: 2rem;
  font-weight: normal;
  color: #fff;
  opacity: 1;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  border: none;
  background-color: #ffffff;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 22;
  cursor: pointer;
}

@media (max-width: 768px) {
  .modalVideo .modal-dialog {
    max-width: 100%;
    margin: 15px auto;
  }
}

.modal-backdrop.show {
  opacity: .8;
}

.modal-open.modal {
  overflow: hidden;
}