.form-cin-turkiye-lojistik .form-group {
  position: relative; 
}

.form-cin-turkiye-lojistik #edit-right-side {
  margin-bottom: 15px; 
}

.form-cin-turkiye-lojistik .js-form-type-checkbox label {
  padding-left: 10px;
  position: unset;
  text-indent: 0;
  width: auto;
  height: auto;
  border-radius: 0;
  overflow: unset;
  background: none !important;
  pointer-events: all;
  font-weight: 500;
}

.form-cin-turkiye-lojistik .js-form-type-checkbox label:after {
  display: none !important; 
}

.form-cin-turkiye-lojistik .js-form-type-checkbox label a {
  background: #ffffff;
  color: #43474a;
  font-weight: 700;
}

.form-cin-turkiye-lojistik #edit-form-description {
  margin-bottom: 35px !important;
}

.form-cin-turkiye-lojistik .form-item-bilgilendirme-duyurusu {
  height: 50px;
  padding-top: 7px;
}

.custom-cover-image {
  position: relative;
  background-color: #e2e2e2;
}

.custom-cover-image h1 {
  margin-top: 50px !important; 
}

.custom-cover-image .title-container {
  width: 50%;
  margin: 50px 0 !important;
}

.custom-cover-image .modal-video {
  color: #000000 !important;
}

.custom-cover-image .modal-video:not(.modal-video-not-absolute) i {
  margin: 0;
}

.custom-cover-image .right-side {
  text-align: center;
}

@media (max-width: 1199px) {
  .custom-cover-image h1 {
    margin-top: 25px !important;
  }
} 

@media (min-width: 992px) and (max-width: 1199px) {
  .form-cin-turkiye-lojistik {
    padding: 45px 85px !important;
  }
}

@media (max-width: 992px) {
  .form-cin-turkiye-lojistik {
    padding: 45px 0 !important;
  }
}

@media (min-width: 768px) {
  .custom-cover-image .right-side {
    padding-top: 150px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .form-cin-turkiye-lojistik .js-form-type-checkbox label {
    font-size: 13px;
  }

  .custom-cover-image .title-container {
    width: 75% !important;
  }
}

@media (max-width: 991px) {
  .custom-cover-image .title-container {
    width: auto;
  }
}

@media (max-width: 767px) {
  .custom-cover-image .bg-image {
    min-height: 500px !important;
  }

  .custom-cover-image .right-side {
    padding: 75px 0 !important;
  }

}

@media (min-width: 640px) and (max-width: 767px) {
  body .custom-cover-image .p-bg {
    background-size: 100% !important;
    background-position: left 270px !important;
  }

  .custom-cover-image .field--name-body .p-bg:after {
    height: 70% !important;
    background: -moz-linear-gradient(bottom, #ffffff 75%, rgba(255,255,255,0) 100%) !important;
    background: -webkit-linear-gradient(bottom, #ffffff 75%,rgba(255,255,255,0) 100%) !important;
    background: linear-gradient(to bottom, #ffffff 75%,rgba(255,255,255,0) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ) !important;
  }
}

@media (max-width: 639px) {
  .custom-cover-image .field--name-body .p-bg:after {
    height: 65% !important;
    background: -moz-linear-gradient(bottom,#ffffff 75%,rgba(255,255,255,0) 100%) !important;
    background: -webkit-linear-gradient(bottom,#ffffff 75%,rgba(255,255,255,0) 100%) !important;
    background: linear-gradient(to bottom,#ffffff 75%,rgba(255,255,255,0) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#00ffffff',GradientType=0) !important;
  }

  .custom-cover-image .p-bg {
    background-size: contain !important;
    background-position: left bottom !important;
  }

  body .custom-cover-image .title-container {
    margin-top: 20px !important;
  }
}

@media (max-width: 478px) {

  .custom-cover-image .bg-image {
    background-color: #ffffff !important;
  }

  .custom-cover-image .p-bg {
    background-size: contain !important;
    background-position: left bottom !important;
    opacity: 0.8;
  }

  .custom-cover-image .modal-video:not(.modal-video-not-absolute) i {
    font-size: 70px;
  }

}