@charset "UTF-8";
/* VoxNet Bilişim Teknolojileri - www.voxnet.com.tr */
/* reset */
* {
  margin: 0;
  padding: 0;
  outline: none;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
}

a {
  text-decoration: none;
}

ul {
  padding: 0;
}

html {
  font-size: 14px;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
  color: #333;
  overflow-x: hidden;
}

header {
  width: 100%;
  height: 80px;
  padding: 0 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  border-bottom: 1px solid #eee;
  right: 0;
  z-index: 9999;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

header.sticky {
  height: 60px;
}

header.sticky .buttons .search {
  height: 60px;
}

@media (max-width: 1024px) {
  header {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header .hamburger-btn {
    display: inline-block !important;
  }
  header .logo {
    margin-right: 30px;
  }
}

header .hamburger-btn {
  padding: 1px 5px;
  font-size: 22px;
  color: #dc0836;
  background: none;
  border: none;
  display: none;
}

header nav {
  margin-left: auto;
}

@media (max-width: 1024px) {
  header nav {
    display: none;
  }
}

header nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  header nav > ul > li:hover {
    /* .mega-menu {
              opacity: 1;
              pointer-events: all;
            } */
  }
  header nav > ul > li:hover > a {
    color: #dc0836;
  }
}

header nav > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 15px;
  font-size: 17px;
  color: #0b0b0b;
}

header nav > ul > li .mega-menu {
  position: fixed;
  width: 100%;
  top: 80px;
  left: 0;
  padding-bottom: 40px;
  right: 0;
  background: #fff;
  /* box-shadow: #6d6d6d 0 3px 6px -2px; */
  display: none;
  /* opacity: 1;
          transition: 0.3s all;
          pointer-events: none;
          height: 0px;
          overflow-y: hidden; */
}

header nav > ul > li .mega-menu .cont {
  max-width: 970px;
  width: 100%;
  margin: 0 auto;
}

header nav > ul > li .mega-menu .cont .row > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

header nav > ul > li .mega-menu .cont .row > div img {
  margin-bottom: 15px;
}

header nav > ul > li .mega-menu .cont .row > div strong {
  font-size: 16px;
  color: #dc0836;
  margin-bottom: 20px;
  display: block;
}

header nav > ul > li .mega-menu .cont .row > div a {
  color: #262626;
  font-size: 17px;
}

header .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .buttons .search {
  height: 80px;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  color: #333;
  border-left: 1px solid #eee;
}

@media (max-width: 1024px) {
  header .buttons .search {
    display: none;
  }
}

header .buttons .basvur {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #ababab;
  width: 150px;
  color: #fff;
  font-weight: 600;
  font-size: 17px;
}

@media (max-width: 1024px) {
  header .buttons .basvur {
    display: none;
  }
}

header .buttons .oi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #e74c3c;
  width: 150px;
  color: #fff;
  font-weight: 600;
  font-size: 17px;
}

@media (max-width: 1024px) {
  header .buttons .oi {
    display: none;
  }
}
.cihaz-slider .slick-prev:before, .cihaz-slider .slick-next:before{
	color:black;
}
.cihaz-slider {
  width: 100%;
  height: 490px;
}

@media (max-width: 1024px) {
  .cihaz-slider {
    height: 450px;
  }
}

.cihaz-slider .slick-dots {
  bottom: 10px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 30px;
}

@media (max-width: 1024px) {
  .cihaz-slider .slick-dots {
    left: 0;
  }
}

.cihaz-slider .slick-dots li {
  margin: 0;
  padding: 0;
}

.cihaz-slider .slick-dots li.slick-active button {
  margin: 0;
  background-color: #e74c3c !important;
  border: 0px solid #e74c3c !important;
}

.cihaz-slider .slick-dots li.slick-active button::before {
  color: #e74c3c !important;
}

.cihaz-slider .slick-dots li button {
  border: 0 !important;
  border-radius: 20px;
  background-color: #393939 !important;
  width: 10px !important;
  height: 3px !important;
}

.cihaz-slider .slick-dots li button::before {
  width: 0px !important;
  height: 0px !important;
  font-size: 0px !important;
  color: #393939 !important;
  content: "" !important;
}

.cihaz-slider .slider-item {
  display: block;
  width: 100%;
  height: 490px;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .cihaz-slider .slider-item {
    height: 500px;
  }
}

.cihaz-slider .slider-item img {
    width: 100%;
    height: 500px;
    -o-object-fit: cover;
    object-fit: contain;
}


.vc_column_container>.vc_column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

@media screen and (min-width: 786px){
.content__company--sec1--contact .vc_column-inner {
    position: absolute;
    position: relative;
    height: inherit;
    right: inherit;
    padding-bottom: 0;
}}
.content__company--sec1--contact .vc_column-inner {
    padding: 20px;
    /* height: 465px; */
    right: 40px;
}
.content__company--sec1--contact .vc_column-inner, .content__company--secAll--contact .vc_column-inner {
    background: #42145e;
}

.content__company--sec1--contact .has__form, .page__content__sticky--content-w-form__container .has__form {
    padding: 7px 30px;
    overflow: hidden;
}.w-clr {
    color: #fff;
}.content__company--sec1--contact .has__form p, .page__content__sticky--content-w-form__container .has__form p {
    color: hsla(0,0%,100%,.64);
    font-size: 14px;
}.content__company--sec1--contact .has__form p, .page__content__sticky--content-w-form__container .has__form p {
    color: hsla(0,0%,100%,.64);
    font-size: 14px;
}.wpcf7-form-control-wrap {
    position: relative;
}.content__company--sec1--contact .has__form input, .page__content__sticky--content-w-form__container .has__form input {
    height: 50px;
    padding: 0 20px;
    font-size: 18px;
    border: none;
}.text-xs-center {
    text-align: center!important;
}

.content__company--sec1--contact .has__form input, .content__company--sec1--contact .has__form label, .page__content__sticky--content-w-form__container .has__form input, .page__content__sticky--content-w-form__container .has__form label {
    width: 100%;
}.button-call {
    background: url(https://digiturkkibris.com/public/frontend/assets/images/tel.png) no-repeat 0 0 #ba0017;
    background-position: 6px 7px;
    color: #fff;
    font-size: 18px;
    padding: 17px;
    border: none;
    width: 100%;
    line-height: .9;
}


.h-slider {
  width: 100%;
  height: 590px;
}

@media (max-width: 1024px) {
  .h-slider {
    height: 200px;
  }
}

.h-slider .slick-dots {
  bottom: 10px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 30px;
}

@media (max-width: 1024px) {
  .h-slider .slick-dots {
    left: 0;
  }
}

.h-slider .slick-dots li {
  margin: 0;
  padding: 0;
}

.h-slider .slick-dots li.slick-active button {
  margin: 0;
  background-color: #e74c3c !important;
  border: 0px solid #e74c3c !important;
}

.h-slider .slick-dots li.slick-active button::before {
  color: #e74c3c !important;
}

.h-slider .slick-dots li button {
  border: 0 !important;
  border-radius: 20px;
  background-color: #393939 !important;
  width: 10px !important;
  height: 3px !important;
}

.h-slider .slick-dots li button::before {
  width: 0px !important;
  height: 0px !important;
  font-size: 0px !important;
  color: #393939 !important;
  content: "" !important;
}

.h-slider .slider-item {
  display: block;
  width: 100%;
  height: 590px;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .h-slider .slider-item {
    height: 200px;
  }
}

.h-slider .slider-item img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-title {
  text-align: center;
}

.section-title h3 {
  font-size: 24px;
  font-weight: 600;
}

.section-title p {
  font-size: 13px;
}

.h-banners-wrap {
  padding: 50px 0;
}

.banners-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}

@media (max-width: 1024px) {
  .banners-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.banners-list .banner-item {
  width: 310px;
  height: 310px;
  overflow: hidden;
  position: relative;
  margin: 0 10px;
}

@media (max-width: 1024px) {
  .banners-list .banner-item {
    width: 100%;
    margin-bottom: 15px;
  }
}

.banners-list .banner-item:hover .overlay {
  background: rgba(51, 51, 51, 0.15);
}

.banners-list .banner-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.banners-list .banner-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(51, 51, 51, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.banners-list .banner-item .overlay h3 {
  color: #fff;
  font-weight: 600;
  font-size: 25px;
}

.showlist {
  background: #dc0836;
}

.showlist .section-title {
  padding: 20px 15px;
  color: #fff;
}

.showlist-wrap {
  width: 100%;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1024px) {
  .showlist-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
}

.showlist-wrap .actions {
  width: 210px;
  min-width: 210px;
  max-width: 210px;
  background: #b0062b;
  padding: 15px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.showlist-wrap .actions select {
  width: 100%;
  height: 40px;
  border: none;
}

.showlist-wrap .actions select:first-child {
  margin-bottom: 10px;
}

@media (max-width: 1024px) {
  .showlist-wrap .actions {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .showlist-wrap .actions select:first-child {
    margin-right: 10px;
  }
}

.showlist-wrap .list-wrap {
  width: calc(100% - 210px);
  background: #f4f4f4;
}

@media (max-width: 1024px) {
  .showlist-wrap .list-wrap {
    width: 100%;
  }
}

.showlist-wrap .list-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  width: 100%;
}

.showlist-wrap .list-wrap ul li {
  max-width: 367px;
  min-width: 150px;
  width: 100%;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 12px;
}

@media (max-width: 1024px) {
  .showlist-wrap .list-wrap ul li {
    min-width: 210px !important;
  }
}

.showlist-wrap .list-wrap ul li:nth-child(odd) {
  background: #eaeaea;
}

.showlist-wrap .list-wrap ul li small {
  color: #dc0836;
  padding: 3px 0;
  font-size: 12px;
  font-weight: 600;
  padding-bottom: 5px !important;
}

.showlist-wrap .list-wrap ul li p {
  color: #252525;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
  padding-bottom: 5px;
}

.showlist-wrap .list-wrap ul li span {
  color: #42145f;
  font-size: 12px;
  font-weight: 600;
}

.monthly-wrap {
  background: #333;
  padding: 55px 0 55px;
}

.monthly-wrap .section-title {
  color: #fff;
}

.monthly-wrap .m-list-slider {
  width: 956px;
  margin: 20px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1024px) {
  .monthly-wrap .m-list-slider {
    width: 100%;
  }
}

.monthly-wrap .m-list-slider .item {
  width: 303px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-right: 16px;
}

@media (max-width: 1024px) {
  .monthly-wrap .m-list-slider .item {
    margin: 0 10px !important;
  }
}

.monthly-wrap .m-list-slider .item .img {
  width: 100%;
  height: 244px;
  margin-bottom: 5px;
  overflow: hidden;
}

.monthly-wrap .m-list-slider .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.monthly-wrap .m-list-slider .item strong {
  font-size: 15px;
  color: #fff;
  display: block;
  padding: 5px 0;
  font-weight: bold;
}

.monthly-wrap .m-list-slider .item p {
  font-size: 13px;
  color: #fff;
  margin-bottom: 0;
  font-weight: 500;
}

.monthly-wrap .m-list-slider .item span {
  font-size: 13px;
  padding: 2px 0;
  color: #dc0836;
  font-weight: 600;
}

.monthly-wrap .m-arrows {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}

.monthly-wrap .m-arrows button {
  background: none;
  border: none;
  margin: 0 5px;
}

.h-offer {
  background: #ebebeb;
  padding: 40px 0;
}

.h-offer .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 960px;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .h-offer .cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding: 0 20px;
  }
}

.h-offer .cont .text {
  padding-left: 30px;
}

@media (max-width: 1024px) {
  .h-offer .cont .text {
    padding-left: 0;
    margin-top: 30px;
  }
}

.h-offer .cont .text h3 {
  font-size: 24px;
  font-weight: 600;
}

.h-offer .cont .text p {
  color: #787878;
  font-size: 14px;
}

footer {
  padding-top: 50px;
}

footer .cont {
  width: 960px;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  footer .cont {
    width: 100%;
  }
}

footer .cont .socials {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer .cont .socials a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background: #777;
  margin: 0 5px;
  font-size: 17px;
}

footer .cont .socials a:hover {
  background: #dc0836;
}

footer .cont .info {
  text-align: center;
  width: 100%;
  font-size: 14px;
  margin: 20px 0;
}

footer .cont .footer-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1024px) {
  footer .cont .footer-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

footer .cont .footer-buttons a {
  width: 199px;
  height: 64px;
  background: #662e85;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  font-size: 14px;
  padding: 0 10px;
  margin: 0 0.5px;
}

@media (max-width: 1024px) {
  footer .cont .footer-buttons a {
    width: 100%;
  }
}

footer .cont .footer-buttons a:hover {
  background: #dc0836;
}

footer .footer-mid {
  width: 100%;
  border-top: 1px solid #dedede;
}

footer .footer-mid .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1024px) {
  footer .footer-mid .cont {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    padding: 0 10px;
  }
}

footer .footer-mid .cont .link-col {
  width: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-right: 20px;
}

@media (max-width: 1024px) {
  footer .footer-mid .cont .link-col {
    width: 100% !important;
    min-width: 100%;
    margin-right: 0;
  }
}

footer .footer-mid .cont .link-col strong {
  color: #4d126d !important;
  font-size: 14px;
  font-weight: 600;
  padding: 35px 0px 10px 0px !important;
}

footer .footer-mid .cont .link-col a {
  color: #373737;
  font-size: 13px;
}

footer .footer-bottom {
  width: 100%;
  height: 50px;
  background: #eaeaea;
  margin-top: 40px;
}

@media (max-width: 1024px) {
  footer .footer-bottom {
    height: auto;
    padding: 10px;
  }
}

footer .footer-bottom .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1024px) {
  footer .footer-bottom .cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

footer .footer-bottom .cont .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1024px) {
  footer .footer-bottom .cont .left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

footer .footer-bottom .cont .left img {
  width: 83px;
}

footer .footer-bottom .cont .left p {
  margin-bottom: 0;
  color: #373737;
  font-size: 12px;
  margin-left: 20px;
}

@media (max-width: 1024px) {
  footer .footer-bottom .cont .left p {
    margin-left: 0;
  }
}

footer .footer-bottom .cont .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1024px) {
  footer .footer-bottom .cont .right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
  }
}

footer .footer-bottom .cont .right img {
  width: 83px;
  margin-left: 20px;
}

@media (max-width: 1024px) {
  footer .footer-bottom .cont .right img {
    margin-left: 0;
    margin-top: 10px;
  }
}

footer .footer-bottom .cont .right a {
  color: #373737;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1024px) {
  footer .footer-bottom .cont .right a {
    margin-bottom: 5px;
  }
}

footer .footer-bottom .cont .right a::after {
  margin-left: 5px;
  margin-right: 5px;
  content: "";
  width: 4px;
  height: 4px;
  display: block;
  background: #373737;
  border-radius: 50%;
}

@media (max-width: 1024px) {
  footer .footer-bottom .cont .right a::after {
    display: none;
  }
}

.page-banner-big {
  width: 100%;
  height: 590px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

@media (max-width: 1024px) {
  .page-banner-big {
    height: 400px;
  }
}

.page-banner-big .overlay {
  position: absolute;
  z-index: 9;
  background: rgba(0, 0, 0, 0.3);
  -webkit-clip-path: polygon(0 0, 70% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 70% 0%, 100% 100%, 0% 100%);
  width: 600px;
  height: 590px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 30px;
  color: #fff;
}

@media (max-width: 1024px) {
  .page-banner-big .overlay {
    height: 400px;
    width: 100%;
    -webkit-clip-path: none;
            clip-path: none;
  }
}

.page-banner-big .overlay h1 {
  font-size: 38px;
  font-weight: 600;
  text-shadow: 1px 1px 1px #000;
  padding: 25px 0;
  max-width: 400px;
}

@media (max-width: 1024px) {
  .page-banner-big .overlay h1 {
    font-size: 34px;
    text-align: center;
  }
}

.page-banner-big .overlay p {
  font-size: 18px;
}

@media (max-width: 1024px) {
  .page-banner-big .overlay p {
    text-align: center;
    width: 100%;
    font-size: 18px;
    display: block;
  }
}

.tab-links {
  width: 100%;
  height: 70px;
  background: #ebebeb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  z-index: 999;
}

@media (max-width: 1024px) {
  .tab-links {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
    display: none;
  }
}

.tab-links a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  color: #7e7e7e;
  font-size: 15px;
}

@media (max-width: 1024px) {
  .tab-links a {
    width: 50%;
    height: 60px;
    min-width: 50%;
  }
}

.tab-links a:hover {
  background: #fff;
  color: #dc0836;
}

.f-section {
  padding: 50px 0;
}

@media (max-width: 1024px) {
  .f-section {
    padding: 40px 10px;
  }
}

.f-section .title {
  width: 100%;
  text-align: center;
  color: #42145f;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px;
}

.f-section .cont {
  max-width: 930px;
  width: 100%;
  margin: 0 auto;
}

.f-item {
  width: 100%;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  display: block;
  margin-bottom: 20px;
}

.f-item:hover {
  -webkit-box-shadow: 0 0 15px 5px rgba(227, 227, 227, 0.8);
          box-shadow: 0 0 15px 5px rgba(227, 227, 227, 0.8);
  background: #fff;
  padding-left: 10px;
}

.f-item .img {
  width: 100%;
  height: 260px;
  overflow: hidden;
  position: relative;
}

.f-item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.f-item .img .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  background: rgba(0, 0, 0, 0);
}

.f-item .content {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.f-item .content small {
  color: #4a4a4a;
  font-size: 11px;
  display: block;
  margin-bottom: 5px;
}

.f-item .content h3 {
  color: #e12a51;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  height: 60px;
  display: block;
}

.p-banner-main {
  width: 100%;
  height: 450px;
  position: relative;
  overflow: hidden;
}

.p-banner-main .bg-mobile {
  display: none;
}

@media (max-width: 1024px) {
  .p-banner-main .bg-mobile {
    display: block;
    width: 100%;
    height: auto;
  }
  .p-banner-main .bg-desktop {
    display: none;
  }
}

.p-banner-main > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-banner-main .overlay {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}

.p-banner-main .overlay .cont {
  max-width: 1130px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1024px) {
  .p-banner-main .overlay .cont {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 20px;
  }
}

.p-banner-main .overlay .cont h3 {
  color: #fff;
  margin: 30px 0;
}

@media (max-width: 1024px) {
  .p-banner-main .overlay .cont h3 {
    margin: 10px 0;
  }
}

.p-banner-main .overlay .cont .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.p-banner-main .overlay .cont .price b {
  color: #fff;
  font-size: 40px;
}

.p-banner-main .overlay .cont .price p {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  margin-right: 20px;
}

.p-banner-main .overlay .cont .price p span {
  color: #eb1c2c;
}

.p-main-wrapper .cont {
  max-width: 1130px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1024px) {
  .p-main-wrapper .cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-main-wrapper .cont .p-content {
  max-width: 770px;
  width: 100%;
  margin-top: -50px;
  position: relative;
  padding-right: 15px;
}

@media (max-width: 1024px) {
  .p-main-wrapper .cont .p-content {
    padding: 0 10px;
    margin-top: -180px;
    position: relative;
  }
}

.p-main-wrapper .cont .p-form {
  height: 700px;
  margin-top: -250px;
  position: relative;
  z-index: 9;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 1024px) {
  .p-main-wrapper .cont .p-form {
    margin-top: 0;
  }
}

.p-main-wrapper .cont .p-badge {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #e8f1f3;
  border: 6px solid #fff;
  color: #197887;
  -webkit-box-shadow: 10px 10px 30px 1px rgba(25, 120, 135, 0.25), inset 0px 0px 30px 1px rgba(25, 120, 135, 0.25);
          box-shadow: 10px 10px 30px 1px rgba(25, 120, 135, 0.25), inset 0px 0px 30px 1px rgba(25, 120, 135, 0.25);
}

.p-main-wrapper .cont .p-badge img {
  width: 80px;
  margin-left: 10px;
}

.p-main-wrapper .cont .p-badge p {
  margin-left: 20px;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 16px;
}

.p-main-wrapper .cont .p-details {
  width: 100%;
  max-width: 770px;
  text-align: center;
  margin: 20px 0 65px;
  padding: 20px;
  background-color: #f0eaf3;
  border-radius: 20px;
}

.p-main-wrapper .cont .p-details p {
  text-align: center;
  color: #9e79b1;
}

.p-main-wrapper .cont .p-details p b {
  color: #672e85;
}

.p-main-wrapper .cont .p-details p span {
  width: 33px;
  height: 23px;
  border: 3px solid #672e85;
  color: #672e85;
  border-radius: 5px;
  font-size: 13px;
  padding: 2px;
  display: inline-block;
  line-height: 14px;
  margin: 0 3px;
  font-weight: 700;
}

.p-main-wrapper .cont .p-details ul {
  max-width: 570px;
  margin: 0 auto;
}

.p-main-wrapper .cont .p-details ul li {
  width: 100%;
  text-align: left;
  display: block;
  font-size: 13px;
  padding: 10px 0;
  border-bottom: 1px solid #e2d7e8;
}

.p-main-wrapper .cont .p-details .pricing {
  background: #fff;
  width: 60%;
  margin: 0 auto;
  border-radius: 15px;
  padding: 20px;
  bottom: 20px;
  -webkit-box-shadow: 10px 10px 30px 1px rgba(47, 27, 70, 0.2);
          box-shadow: 10px 10px 30px 1px rgba(47, 27, 70, 0.2);
  margin-top: 30px;
}

@media (max-width: 1024px) {
  .p-main-wrapper .cont .p-details .pricing {
    width: 100%;
  }
}

.p-main-wrapper .cont .p-details .pricing p {
  font-size: 20px;
  color: #672e85;
}

.p-main-wrapper .cont .p-details .pricing span {
  font-size: 12px;
}

.p-form-box {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  width: 100%;
  border: 6px solid #fff;
  border-radius: 20px;
  background: url(../images/float-form-bg.jpg) no-repeat top;
  background-size: cover;
  -webkit-box-shadow: 10px 10px 20px 0px rgba(47, 27, 70, 0.25);
          box-shadow: 10px 10px 20px 0px rgba(47, 27, 70, 0.25);
  z-index: 1;
  -webkit-transition: ease 0.5s all;
  transition: ease 0.5s all;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1024px) {
  .p-form-box {
    width: 95%;
    margin: 30px auto;
  }
}

.p-form-box h3 {
  font-weight: 700;
  font-size: 25px;
  color: #672e85;
  margin-bottom: 15px;
}

.p-form-box p {
  font-size: 13px;
}

.p-form-box input {
  border: 1px solid #c8b1d4;
  height: 50px;
  width: 100%;
  border-radius: 5px;
  margin-bottom: 10px;
  text-indent: 10px;
  font-size: 14px;
}

.p-form-box small {
  font-size: 9px;
}

.p-form-box small a {
  color: #672e85;
}

.p-form-box button {
  background: #672e85;
  color: #fff;
  height: 50px;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 10px;
  margin-bottom: 10px;
  margin-top: 20px;
}

.p-form-box .line {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 10px 0;
  position: relative;
}

.p-form-box .line::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #ebebeb;
}

.p-form-box .line span {
  z-index: 1;
  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 70px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(103, 46, 133, 0.25);
          box-shadow: 0px 0px 20px 0px rgba(103, 46, 133, 0.25);
}

.p-form-box .phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #672e85;
  margin-top: 20px;
}

.p-form-box .phone b {
  font-size: 24px;
}

.f-slider-wrap {
  padding: 50px 0;
}

.f-slider-wrap .cont {
  max-width: 1130px;
  width: 100%;
  margin: 0 auto;
}

.f-slider-wrap .cont .f-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.f-slider-wrap .cont .f-slider a {
  margin-right: 20px;
  display: block;
}

.channels-wrap {
  width: 100%;
  padding: 80px 0;
  background: #f9f7fa;
  text-align: center;
}

.channels-wrap .cont {
  max-width: 1130px;
  width: 100%;
  margin: 0 auto;
}

.channels-wrap .cont .c-tab-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}

@media (max-width: 1024px) {
  .channels-wrap .cont .c-tab-buttons {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden !important;
  }
}

.channels-wrap .cont .c-tab-buttons button {
  display: inline-block;
  height: 53px;
  padding: 0 16px;
  line-height: 54px;
  text-decoration: none;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  background: none;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  border-left: 0;
  border-right: 0;
}

@media (max-width: 1024px) {
  .channels-wrap .cont .c-tab-buttons button {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}

.channels-wrap .cont .c-tab-buttons button.active {
  border-bottom: 2px solid #eb1c2c;
}

.channels-wrap .cont .c-item {
  width: 100%;
  background: #fff;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  height: 90px;
}

.channels-wrap .cont .c-item img {
  max-width: 120px;
  max-height: 95%;
}

.app-banner {
  width: 100%;
  height: 268px;
  background-image: url(https://digiturkkibris.com/public/frontend/assets/images/devices-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 20px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.app-banner p {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
  display: block;
}

@media (max-width: 1024px) {
  .app-banner p {
    font-size: 20px;
    text-align: center;
  }
}

.app-banner .d-flex a {
  margin: 0 10px;
}

.info-faq {
  width: 100%;
  background: #e1dfe1;
}

@media (max-width: 1024px) {
  .info-faq {
    width: 95%;
    margin: 0 auto;
    border-radius: 5px;
  }
}

.info-faq .cont {
  max-width: 970px;
  width: 100%;
  margin: 0 auto;
}

.info-faq .head {
  height: 100px;
}

@media (max-width: 1024px) {
  .info-faq .head {
    height: 80px;
  }
}

.info-faq .head .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .info-faq .head .cont {
    padding: 0 10px;
  }
  .info-faq .head .cont h3 {
    font-size: 18px !important;
    margin-bottom: 0 !important;
  }
}

.info-faq .head .cont h3 {
  color: #6e6e6e;
  font-size: 23px;
  font-weight: 600;
}

.info-faq .head .cont span {
  font-size: 23px;
  color: #6e6e6e;
}

.info-faq .body {
  display: none;
  padding-bottom: 50px;
}

@media (max-width: 1024px) {
  .info-faq .body {
    padding: 10px 15px 30px 15px;
  }
}

.info-faq .body p {
  font-size: 13px;
  color: #6e6e6e;
  margin-bottom: 0;
}

.banner-buttons {
  width: 98.3%;
  background-color: #653283;
  height: 60px;
  margin: 0 auto;
  margin-top: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1024px) {
  .banner-buttons {
    max-width: 94%;
    height: 50px;
  }
}

.banner-buttons a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 400px;
  color: #fff;
  font-weight: 600;
  font-size: 21px;
}

@media (max-width: 1024px) {
  .banner-buttons a {
    font-size: 13px;
  }
}

.banner-buttons a.active {
  background: #fff;
  color: #653283;
}

.filter-box {
  width: 100%;
  background-color: #f7f7f7;
  border: 6px solid white;
  border-radius: 20px;
  -webkit-box-shadow: 14.142px 14.142px 40px 0px rgba(47, 27, 70, 0.2);
          box-shadow: 14.142px 14.142px 40px 0px rgba(47, 27, 70, 0.2);
  position: relative;
  margin: 30px 0;
  max-width: 300px;
  padding: 20px;
  /* The container */
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
}

@media (max-width: 1024px) {
  .filter-box {
    max-width: 100%;
  }
}

.filter-box strong {
  font-size: 20px;
  margin-bottom: 15px;
  display: block;
}

.filter-box .check-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.filter-box .check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.filter-box .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #efeaf2;
  border-radius: 5px;
  border: 1px solid #653283;
}

.filter-box .check-container input:checked ~ .checkmark {
  background-color: #653283;
}

.filter-box .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.filter-box .check-container input:checked ~ .checkmark:after {
  display: block;
}

.clear {
  width: 300px;
  height: 50px;
  border-radius: 10px;
  background-color: #653283;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-family: "Gotham Bold", sans-serif;
  color: white !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #653283;
  -webkit-transition: 0.33s;
  transition: 0.33s;
}

.camp-list-wrap {
  margin-top: 20px;
}

@media (max-width: 1024px) {
  .camp-list-wrap {
    padding: 10px;
  }
}

.camp-item {
  background-color: #f7f7f7;
  border: 6px solid white;
  border-radius: 20px;
  -webkit-box-shadow: 14.142px 14.142px 40px 0px rgba(47, 27, 70, 0.2);
          box-shadow: 14.142px 14.142px 40px 0px rgba(47, 27, 70, 0.2);
  position: relative;
  margin: 30px 0;
  max-width: 300px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: relative;
  padding-top: 40px;
}

@media (max-width: 1024px) {
  .camp-item {
    max-width: 100%;
  }
}

.camp-item .overlay {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  padding: 20px;
  background: #652e85;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  pointer-events: none;
}

.camp-item .overlay.show {
  opacity: 1;
  pointer-events: all;
}

.camp-item .overlay button {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  color: #fff;
  background: none;
  border: none;
}

.camp-item .overlay h3 {
  font-size: 18px;
  font-weight: 600;
}

.camp-item .overlay ul li {
  text-align: start;
  margin-bottom: 8px;
  font-size: 13px;
}

.camp-item .overlay a {
  height: 45px;
  border-radius: 10px;
  background-color: #eb1c2c;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-family: "Gotham Bold", sans-serif;
  color: white !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #eb1c2c;
  -webkit-transition: 0.33s;
  transition: 0.33s;
}

.camp-item .badge {
  position: absolute;
  z-index: 9;
  top: -20px;
  left: 30px;
  margin-bottom: 100px;
}

.camp-item .badge img {
  width: 30px;
}

.camp-item strong {
  color: #653283;
  font-size: 19px;
  margin-bottom: 10px;
  display: block;
}

.camp-item > p {
  color: #653283;
}

.camp-item > img {
  max-width: 150px;
  width: inherit;
  height: 100%;
}

.camp-item .hediye {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #653283;
  font-size: 12px;
  padding: 15px 0;
}

.camp-item .hediye img {
  width: 30px;
  margin-right: 10px;
}

.camp-item .pricing {
  color: #672e85;
  font-weight: 900;
  height: 63px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: url(../images/price.png);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-repeat: no-repeat;
  margin-bottom: 15px;
  background-size: 100%;
  padding: 5px 0 0;
  line-height: 1;
  width: 290px;
}

.camp-item .pricing p {
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 400;
}

.camp-item .pricing p b {
  font-size: 26px;
}

.camp-item .pricing span {
  font-size: 12px;
  font-weight: 400;
}

.camp-item > a {
  height: 50px;
  border-radius: 10px;
  background-color: #653283;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-family: "Gotham Bold", sans-serif;
  color: white !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #653283;
  -webkit-transition: 0.33s;
  transition: 0.33s;
}

.camp-item .details {
  color: #f15667;
  font-size: 12px;
  margin-top: 10px;
  cursor: pointer;
}

.sort-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

@media (max-width: 1024px) {
  .sort-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sort-wrap button {
    margin: 20px 0 !important;
  }
}

.sort-wrap button {
  padding: 20px;
  background-color: #f7f7f7;
  border: 6px solid white;
  border-radius: 20px;
  -webkit-box-shadow: 14.142px 14.142px 40px 0px rgba(47, 27, 70, 0.2);
          box-shadow: 14.142px 14.142px 40px 0px rgba(47, 27, 70, 0.2);
  position: relative;
  margin: 10px 20px 10px 0;
  min-width: 170px;
  padding: 20px;
  font-size: 16px;
  font-weight: 500;
  color: black;
  cursor: pointer;
}

.sort-wrap button.active {
  border: 6px solid rebeccapurple;
}

.search-box {
  width: 100%;
  position: fixed;
  top: 80px;
  z-index: 999;
  background: #fff;
  display: none;
  height: 70px;
}

.search-box button {
  font-size: 28px;
  color: #777;
  right: 30px;
  height: 70px;
  top: 0;
  padding: 0 20px;
  background: none;
  border: none;
  position: absolute;
}

.search-box .cont {
  max-width: 970px;
  width: 100%;
  margin: 0 auto;
}

.search-box .cont input {
  width: 100%;
  height: 70px;
  border: none;
  color: #000;
  background: #fff;
  font-size: 17px;
}

.search-box .cont input::-webkit-input-placeholder {
  color: #000;
}

.search-box .cont input:-ms-input-placeholder {
  color: #000;
}

.search-box .cont input::-ms-input-placeholder {
  color: #000;
}

.search-box .cont input::placeholder {
  color: #000;
}

.mobile-menu-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.mobile-menu-bg.show {
  opacity: 1;
  pointer-events: all;
}

.mobile-menu {
  width: 280px;
  height: 100vh;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 99999;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.mobile-menu.show {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.mobile-menu .basvur {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #ababab;
  width: 200px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  width: 100%;
  height: 50px;
}

.mobile-menu .oi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #e74c3c;
  width: 200px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  width: 100%;
  height: 50px;
}

.mobile-menu ul li {
  border-bottom: 1px solid #dbdbdb;
}

.mobile-menu ul li > a {
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 15px;
  color: #333;
}

.mobile-menu ul li > a:hover {
  color: #dc0836;
}

.mobile-menu ul li .drop-menu {
  padding-left: 20px;
  padding-bottom: 10px;
  display: none;
}

.mobile-menu ul li .drop-menu a {
  color: #262626;
  font-size: 13px;
  display: block;
  margin-bottom: 5px;
}

.mobile-menu .m-search-box {
  width: 100%;
  min-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile-menu .m-search-box input {
  height: 60px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 10px;
  width: auto;
  color: #dc0836;
  border: none;
  padding-left: 10px;
  background: none;
}

.mobile-menu .m-search-box input::-webkit-input-placeholder {
  color: #dc0836;
}

.mobile-menu .m-search-box input:-ms-input-placeholder {
  color: #dc0836;
}

.mobile-menu .m-search-box input::-ms-input-placeholder {
  color: #dc0836;
}

.mobile-menu .m-search-box input::placeholder {
  color: #dc0836;
}

.mobile-menu .m-search-box button {
  padding: 0 10px;
  color: #dc0836;
  background: none;
  border: none;
  font-size: 20px;
}

.b-arrows {
  width: 100%;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1024px) {
  .b-arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.b-arrows button {
  margin: 0 5px;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  border: 1px solid #ebebeb;
  font-size: 20px;
}

.mobile-filters {
  width: 100%;
  margin-top: 40px;
  display: none;
  border: 2px solid #653283;
  height: 60px;
}

@media (max-width: 1024px) {
  .mobile-filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.mobile-filters button {
  border: none;
  background: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 900;
  color: #653283;
}

.m-filters {
  position: fixed;
  top: 60px;
  width: 100%;
  left: 0;
  height: calc(100vh - 60px);
  background: #fff;
  z-index: 999;
  padding: 20px;
  display: none;
}

.m-filters .head {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 20px;
}

.m-filters .head button {
  font-weight: 900;
  background: none;
  border: none;
  color: #4d126d;
  font-size: 28px;
}

.m-sort {
  position: fixed;
  top: 60px;
  width: 100%;
  left: 0;
  height: calc(100vh - 60px);
  background: #fff;
  z-index: 999;
  padding: 20px;
  display: none;
}

.m-sort .head {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 20px;
}

.m-sort .head button {
  font-weight: 900;
  background: none;
  border: none;
  color: #4d126d;
  font-size: 28px;
}

.cookie {
  z-index: 999;
  position: fixed;
  bottom: 30px;
  left: 30px;
  font-family: Helvetica;
  font-size: 12px;
  line-height: 1.5;
  text-align: left;
  color: white;
  padding: 18px;
  background-color: #504545;
  border-radius: 4px;
  width: 340px;
}

.cookie .close-cookie {
  position: absolute;
  top: 4px;
  right: 10px;
  background: none;
  border: none;
  color: #fff;
  font-size: 18px;
}

.cookie p a {
  text-decoration: underline;
  color: #b4bfd5;
}

.cookie .acc {
  background-color: #a6232a;
  border: none;
  border-radius: 1px;
  color: white;
  padding: 4px 15px 4px 14px;
  text-align: center;
  text-decoration: none;
  display: block;
  font-size: 12px;
  margin-top: 12px;
  cursor: pointer;
}

.banner-navs-wrap {
  margin-top: -80px;
}

@media (max-width: 1024px) {
  .banner-navs-wrap {
    display: none;
  }
}

.banner-navs-wrap .cont {
  max-width: 930px;
  width: 100%;
  margin: 0 auto;
}

.banner-navs-wrap .cont .banner-navs {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #fff;
  margin: 0 auto 0 auto !important;
  z-index: 99;
  position: relative;
}

.banner-navs-wrap .cont .banner-navs .n-item {
  position: relative;
  cursor: pointer;
  width: 235px;
  height: 115px;
  overflow: hidden;
}

.banner-navs-wrap .cont .banner-navs .n-item .ov {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  padding: 20px;
  color: #4d126d;
  z-index: 99;
  font-size: 13px;
  font-weight: 600;
  opacity: 0;
}

.banner-navs-wrap .cont .banner-navs .n-item.active {
  -webkit-box-shadow: 0px -5px 30px 0px rgba(0, 0, 0, 0.9);
          box-shadow: 0px -5px 30px 0px rgba(0, 0, 0, 0.9);
}

.banner-navs-wrap .cont .banner-navs .n-item.active .ov {
  opacity: 1;
}

.banner-navs-wrap .cont .banner-navs .n-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.film-cats-wrap {
  margin-top: 50px;
}

.film-cats-wrap .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1024px) {
  .film-cats-wrap .cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
  }
  .film-cats-wrap .cont .fc-item {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 auto !important;
            flex: 0 0 auto !important;
    width: 150px !important;
  }
  .film-cats-wrap .cont .fc-item span {
    font-size: 13px !important;
  }
}

.film-cats-wrap .cont .fc-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  min-height: 115px;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.film-cats-wrap .cont .fc-item.active span {
  color: #000;
}

.film-cats-wrap .cont .fc-item:last-child {
  border-right: 0;
}

.film-cats-wrap .cont .fc-item span {
  font-size: 17px;
  font-weight: 400;
  color: #8f8f8f;
  margin-top: 15px;
}

.fc-tab-wrap {
  width: 100%;
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
}

@media (max-width: 1024px) {
  .fc-tab-wrap {
    padding: 100px 0 !important;
  }
  .fc-tab-wrap img {
    width: 100%;
    height: auto;
  }
}

.wtw-wrapper .cont {
  max-width: 930px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .wtw-wrapper .cont {
    padding: 0 10px !important;
  }
}

.wtw-wrapper .cont .title {
  color: #42145f;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: -0.025em;
  padding: 60px 0px 35px 0px;
}

.wtw-wrapper .cont .wtw-item {
  margin-bottom: 40px;
}

@media (max-width: 1024px) {
  .wtw-wrapper .cont .wtw-item img {
    width: 100%;
    height: auto;
  }
}

.wtw-wrapper .cont .wtw-item strong {
  color: #db002f;
  font-size: 18px;
  text-align: left;
  font-weight: 600;
  margin: 20px 0 10px;
  display: block;
}

.wtw-wrapper .cont .wtw-item p {
  color: #333;
}

.camp-form-wrapper {
  margin-top: 100px;
}

.camp-form-wrapper .cont {
  max-width: 930px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.camp-form-wrapper .cont .yayin-akisi {
  font-weight: 600;
  padding: 5px 30px;
  background-color: #ff0000;
  color: #fff;
  margin-bottom: 50px;
}

.camp-form-wrapper .cont .destek-k {
  padding: 5px 20px;
  background-color: #6628c3;
  font-weight: 600;
  color: #fff;
}

.camp-form-wrapper .cont .camp-form-wrap {
  width: 100%;
  padding: 40px 85px;
  border: 2px solid #dadada;
  position: relative;
  margin-bottom: 60px;
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 680px;
}

@media (max-width: 1024px) {
  .camp-form-wrapper .cont .camp-form-wrap {
    padding: 40px 25px !important;
  }
}

.camp-form-wrapper .cont .camp-form-wrap::before {
  display: block;
  width: 20px;
  height: 13px;
  content: "";
  background: url(https://digiturkkibris.com/public/frontend/assets/images/yardim-form-arrow.jpg) no-repeat 0 0;
  position: absolute;
  top: -13px;
  left: 50%;
  margin-left: -10px;
  z-index: 9999;
}

.camp-form-wrapper .cont .camp-form-wrap .form-box {
  height: 440px !important;
  color: #000;
  width: 100%;
  max-width: 280px;
  padding: 25px;
  text-align: left;
  font-family: Helvetica;
  border: 2px solid #5c2483;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

.camp-form-wrapper .cont .camp-form-wrap .form-box strong {
  font-size: 20px;
  line-height: 120%;
  color: #5c2483;
  font-weight: 600;
}

.camp-form-wrapper .cont .camp-form-wrap .form-box p {
  font-size: 14px;
  line-height: 18px;
  color: #000;
  margin-top: 10px;
}

.camp-form-wrapper .cont .camp-form-wrap .form-box > input {
  width: 100%;
  padding: 14px;
  margin-bottom: 10px;
  text-indent: 10px;
  border-radius: 4px;
  min-width: 0;
  border: 2px solid #5c2483;
  background-color: #fff;
}

.camp-form-wrapper .cont .camp-form-wrap .form-box .code-w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.camp-form-wrapper .cont .camp-form-wrap .form-box .code-w img {
  width: 40%;
}

.camp-form-wrapper .cont .camp-form-wrap .form-box .code-w input {
  margin-left: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  padding: 14px;
  text-indent: 10px;
  border-radius: 4px;
  border: 2px solid #5c2483;
  background-color: #fff;
}

.camp-form-wrapper .cont .camp-form-wrap .form-box small {
  font-size: 11px;
  line-height: 1.4;
  display: block;
  margin: 15px 0;
  font-weight: 500;
  color: #000;
}

.camp-form-wrapper .cont .camp-form-wrap .form-box button {
  background-color: #5c2483;
  font-weight: 700;
  padding: 17px;
  text-indent: 0;
  width: 100%;
  display: block;
  font-size: 18px;
  border: none;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.c-hero-slider {
  width: 100%;
  height: 590px;
}

@media (max-width: 1024px) {
  .c-hero-slider {
    height: 400px !important;
  }
  .c-hero-slider .page-banner-big {
    height: 400px !important;
  }
  .c-hero-slider .page-banner-big .overlay {
    height: 400px !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.c-hero-slider .page-banner-big {
  height: 590px;
}
.alanint{
	height:500px;
}
.alanint .vc_col-sm-4{
	width:400px;
	float:right;
}
.alanint .is-sticky{
margin-top:40px !important;
}
.c-hero-slider .page-banner-big2 {
  height: 550px;
}

.c-hero-slider .page-banner-big .overlay {
  height: 590px !important;
  width: 100% !important;
  z-index: 9999;
}


@media (max-width: 624px) {
.content__company--sec1--contact{
	display:none !important;
}}
.cihaz-wrap {
  width: 100%;
  padding: 80px 0;
}
.cihaz-wrap .nav-link.active{
    text-decoration: none;
    color: inherit;
    transition: background .2s ease-in-out,color .2s ease-in-out,border .2s ease-in-out;
    box-shadow: none;
	    background-color: #42145d;
    color: #fff ;    
}
.cihaz-wrap .nav-link{
	color: #666;
    display: block;
    box-sizing: border-box;
    border: solid transparent;
    position: relative;
	padding: 14px 20px;border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
	font-weight:700;
}

.content__company--sec1--contact.is-sticky {
    position: fixed;
    top: 18px;
    width: 1076px;
    margin-left: 90px;
    z-index: 100;
}

.vc_column_container {
    padding-left: 0;
    padding-right: 0;
}
 .has__form.is-sticky {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.has__form.is-sticky h3,  .has__form.is-sticky h3+p{
    display: none;
}
.has__form.is-sticky p {
    clear: both;
    display: inline;
}.has__form.is-sticky .wpcf7-form-control-wrap:first-child, .content__parent-company .has__form .wpcf7-form-control-wrap:first-child {
    margin-left: 18px;
}

.has__form.is-sticky .wpcf7-form-control-wrap, .content__parent-company .has__form .wpcf7-form-control-wrap {
    margin-left: 10px;
}
.has__form.is-sticky .wpcf7-form-control-wrap,  .has__form.is-sticky input, .content__parent-company .has__form .wpcf7-form-control-wrap, .content__parent-company .has__form input {
    float: left;
}
 .has__form.is-sticky input.button-call{
    width: 340px;
 }
 .has__form.is-sticky input, .content__parent-company .has__form input {
    padding: 20px;
    width: 240px;
    height: 50px;
    margin-left: 6px;
}

.has__form.is-sticky input, .content__parent-company .has__form input {
    padding: 20px;
    width: 240px;
    height: 50px;
    margin-left: 6px;
}

.intalan img{
	width:130px;
	height:130px;
	border-radius:100%;
}.intalan .card-block {
    padding: 1.25rem;
}
.intalan h6{
    color: #42145f;
    font-weight: 700;
}
.intalan p{
	line-height: 1.1;
    color: #373737;
}
.intalan:hover h6{
	color:#db002f;
}
#toggler--content.active {
    display: block;
}

#toggler--content {
    display: none;
}
.table_toggler--icon {
    background: url(https://digiturkkibris.com/public/frontend/assets/images/tabloyu_kapa_button.png) no-repeat;
    display: inline-block;
    width: 158px;
    height: 40px;
    float: right;
}
.table_toggler--icon.active {
    background: url(https://digiturkkibris.com/public/frontend/assets/images/tabloyu_ac_button.png) no-repeat;
}
.alanfaq{
	background-color:Transparent;
}

.alanfaq .head .cont h3{
	color:black;
}
.alanfaq .head .cont{
	    border: 1px solid #f7f7f7;
		    padding: 15px;
}
.alanfaq .head{
	height:65px;;
}
.alanfaq .body .cont p{
	color:black;
}
.alanfaq .body .cont{
	padding: 25px 40px!important;
}
/*# sourceMappingURL=style.css.map */

.vc_custom_1473409122213{padding-top: 0px !important;background-color: #ebe9ec !important;}.vc_custom_1472543868577{margin-bottom: 0px !important;}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin-bottom: 35px;
}

.page__content__container {
    padding: 25px 56px;
}
.content__contact--social-container {
    color: #626262;
}.content__contact--number {
    text-align: center;
    background: #d32228;
    padding: 25px;
    font-size: 20px;
    color: #ebe9ec;
}.content__contact--social-fb {
    text-align: center;
    width: 100%;
    display: inline-block;
    font-size: 6.5rem;
    margin-top: 4rem;
    color: #3b5998;
}.content__support--tabs-container .vc_tta-tabs-container ul li a {
    background: none!important;
}.content__support--tabs-container .vc_tta-tabs-container ul li.vc_active {
    border-left: 5px solid #db002f;
}

.content__support--tabs-container .vc_tta-tabs-container ul li {
    border: 1px solid #e4e4e4;
    border-left: none;
    border-right: none;
}.content__support--tabs-container .vc_tta-tabs-container {
    border-right: 1px solid #ededed;
    padding-bottom: 20px;
}.content__support--tabs--has__toggle-item {
    background: #ededed;
    padding: 15px!important;
}.content__support--tabs--has__toggle-item .vc_toggle_icon {
    float: right;
    -webkit-transform: none!important;
    transform: none!important;
    position: relative!important;
    border-width: 1px;
    font: normal normal normal 14px/1 FontAwesome;
    display: inline-block;
}.content__support--tabs--has__toggle-item h4 {
    font-weight: 400;
    color: #373737;
    font-size: 1rem;
}.content__company--textwbg .has__text {
    position: absolute;
    top: 50px;
    left: 50px;
    width: 250px;
}
@media (max-width: 767px){
.content__company--textwbg .has__text {
    position: relative;
    top: inherit;
    left: inherit;
    width: 100%;
    padding: 17px;
    background: #40045c;
    margin-top: -1.1rem;
}}@media (max-width: 767px){
.content__company--textwbg img {
    max-width: 100%;
    height: auto;
}}

.dg-cat-sub-links {
    background: #42145f;
}

.dg-cat-sub-links {
    position: relative;
    z-index: 99999;
}.dg-cat-sub-links ol, .dg-cat-sub-links ul {
    margin-bottom: 0px;
}

.dg-cat-sub-links ul {
    list-style: none;
}.dg-cat-sub-links ul li {
    background: #42145f;
    float: left;
    height: 70px;
    text-align: center;
    width: 25%;
}.dg-cat-sub-links ul li a {
    color: #ffffff;
    display: inline-block;
    font-size: 17px;
    height: 70px;
    padding: 25px 0;
    text-decoration: none;
    width: 100%;
}.dg-cat-sub-links ul li.dg-cat-link {
    background: #db002f;
    position: relative;
    z-index: 99999999;
}.dg-cat-section-title {
    color: #42145f;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: -0.025em;
    padding: 120px 0px 35px 0px;
}

.dg-cat-secenekler-nedir .dg-cat-box {
    padding-bottom: 30px;
}.dg-cat-secenekler-nedir .dg-cat-box .dg-cat-img {
    height: 350px;
    text-align: center;
}.dg-cat-secenekler-nedir .dg-cat-box .dg-cat-img img {
    display: inline-block;
    vertical-align: middle;
}.dg-cat-secenekler-nedir .dg-cat-box .dg-cat-text {
    text-align: center;
}.dg-cat-secenekler-nedir .dg-cat-box .dg-cat-text h3 {
    color: #db002f;
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
    margin: 20px 0 10px 0;
}.dg-cat-secenekler-nedir .dg-cat-box .dg-cat-text p {
    color: #373737;
    font-size: 13px;
    line-height: 23px;
}#make_me_sticky li.makeitred {
    float: right;
}#make_me_sticky li.makeitred, .homepage__info-links-list li.makeitred {
    background: #db002f;
}#make_me_sticky li a, .homepage__info-links-list li a {
    display: inline-block;
    padding: 23px 0;
    color: #fff;
    text-decoration: none;
    width: 100%;
    text-align: center;
}
#make_me_sticky a.mPS2id-highlight, #make_me_sticky a:hover {
    color: #db002f;
    background: none;
}#make_me_sticky {
    background: #42145f;
    height: 70px;
}