
/**
* Styles
*/
body {
  font-family: 'Gilroy', sans-serif;
  background: #F4F8FC;
  overflow-x: hidden;
}
body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none!important;
}
.wrapper {
  width: 1410px;
  margin: 0 auto;
  max-width: 100%;
}
a {
  text-decoration: none;
}
.js-tabs .tab-content {
  display: none!important;
}
.js-tabs .tab-content.active {
  display: block!important;
}
.packages-section.js-tabs .tab-content.active {
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
}
.mobile-toggle {
  display: none!important;
}
.whatsapp-chat {
  position: fixed;
  left: 15px;
  bottom: 15px;
  z-index: 9999;
}
.whatsapp-chat img {
  position: relative;
  z-index: 3;
  vertical-align: middle;
}
.whatsapp-chat span {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  height: 45px;
  padding: 0 15px 0 30px;
  margin-left: -28px;
  line-height: 45px;
  background: #55cd6c;
  border-radius: 0 15px 15px 0;
}
.white-seperate {
  cursor: pointer;
  position: absolute;
  z-index: 13;
  top: 0;
  left: 50%;
  width: 245px;
  height: 40px;
  color: #0198FF;
  font-size: 30px;
  text-align: center;
  line-height: 40px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url('../images/bg@white-seperate.svg') no-repeat center;
}
.blue-seperate {
  cursor: pointer;
  position: absolute;
  z-index: 13;
  top: 0;
  left: 50%;
  width: 245px;
  height: 40px;
  color: #fff;
  font-size: 30px;
  text-align: center;
  line-height: 40px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url('../images/bg@blue-seperate.svg') no-repeat center;
}

/**
* Header
*/
.page-header-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 5;
  padding-top: 15px;
}
.page-header-container .header-top {
  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;
}
.page-header-container .contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-header-container .header-top .title {
  color: #B3B9D4;
  font-size: 16px;
}
.page-header-container .header-top .title span {
  color: #fff;
}
.page-header-container .header-top .whatsapp {
  position: relative;
  padding-left: 43px;
  margin-right: 25px;
  min-height: 32px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.page-header-container .header-top .whatsapp a {
  color: #fff;
}
.page-header-container .header-top .whatsapp .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.2);  
}
.page-header-container .header-top .whatsapp small {
  display: block;
  margin-top: 2px;
  margin-bottom: 2px;
  color: #B3B9D4;
  font-size: 12px;
  font-weight: 500;
}
.page-header-container .header-top .live-chat {
  margin-right: 15px;
  padding: 0 20px;
  height: 45px;
  color: #fff;
  line-height: 45px;
  font-size: 16px;
  font-weight: 600;
  background: -webkit-gradient(linear, left top, right top, from(#1AB764), to(#21D475));
  background: -o-linear-gradient(left, #1AB764, #21D475);
  background: linear-gradient(to right, #1AB764, #21D475);
  border-radius: 3px 3px 0 0;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.page-header-container .header-top .live-chat:hover {
  background: -webkit-gradient(linear, left top, right top, from(#21D475), to(#1AB764));
  background: -o-linear-gradient(left, #21D475, #1AB764);
  background: linear-gradient(to right, #21D475, #1AB764);
}
.page-header-container .header-top .live-chat i {
  vertical-align: middle;
  margin-right: 5px;
}
.page-header-container .page-header {
  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: 15px 0 15px 15px;
  background: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
          box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}
.page-header-container .page-header .navigation > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-header-container .page-header .navigation > ul > li {
  position: relative;
  margin-right: 10px;
}
.page-header-container .page-header .navigation > ul > li .dropdown-container {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  padding: 15px 0 0 10px;
}
.page-header-container .page-header .navigation > ul > li .dropdown-container.right {
  left: auto;
  right: 0;
}
.page-header-container .page-header .navigation > ul > li:hover .dropdown-container {
  display: block;
}
.page-header-container .page-header .navigation > ul > li .dropdown {
  background: #fff;
  width: 250px;
  padding: 15px;
  background: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
          box-shadow: 0px 0px 10px rgba(0,0,0,0.3);  
}
.page-header-container .page-header .navigation > ul > li .dropdown li a {
  display: block;
  padding: 10px 5px;
  color: #3C4D5F;
  font-size: 18px;
  font-weight: 600;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  border-radius: 3px;
}
.page-header-container .page-header .navigation > ul > li .dropdown li a:hover {
  color: #007BFC;
}
.page-header-container .page-header .navigation > ul > li > a {
  position: relative;
  display: inline-block;
  min-height: 48px;
  padding: 10px 15px 10px 75px;
  color: #3C4D5F;
  font-size: 18px;
  font-weight: 600;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  border-radius: 3px;
}
.page-header-container .page-header .navigation > ul > li:hover > a {
  background: rgba(0,0,0,.05);
}
.page-header-container .page-header .navigation > ul > li > a i {
  
}
.page-header-container .page-header .navigation > ul > li > a .icon {
  position: absolute;
  display: flex;
  align-items: center;
  left: 10px;
  top: 50%;
  width: 48px;
  height: 48px;
  justify-content: center;
  text-align: center;
  line-height: 48px;
  border-radius: 3px;
  background: rgba(60, 77, 95, 0.1);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page-header-container .page-header .navigation > ul > li > a .icon i {
  font-size: 18px;
  top: unset;
}
.page-header-container .page-header .navigation > ul > li:first-child > a .icon {
  color: #0041FC;
  background: rgba(0, 65, 252, 0.1);
}
.page-header-container .page-header .navigation > ul > li > a small {
  display: block;
  margin-top: 4px;
  margin-bottom: 5px;
  font-size: 14px;
}

/**
* Homepage Slider
*/
.homepage-slider {
  position: relative;
}
.homepage-slider .control {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 7%;
  width: 86px;
  height: 86px;
  z-index: 10;
  color: #fff;
  font-size: 36px;
  text-align: center;
  line-height: 86px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: rgba(0,0,0,0.3);
  border-radius: 100%;
}
.homepage-slider .control.js-next {
  left: auto;
  right: 7%;
}
.homepage-slider .slider-img {
  width: 100%;
  height: 850px;
  -o-object-fit: cover;
     object-fit: cover;
}
.homepage-slider .item {
  position: relative;
}
.homepage-slider .item .details {
  position: absolute;
  left: 50%;
  bottom: 15%;
  width: 700px;
  z-index: 2;
  color: #fff;
  text-align: center;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.homepage-slider .item .details .icon {
  display: inline-block;
  margin-bottom: 35px;
  width: 86px;
  height: 86px;
  border-radius: 3px;
  background: #007BFC url('../images/whistle.svg') no-repeat center;
}
.homepage-slider .item .details .subhead {
  position: relative;
  font-size: 54px;
  font-weight: 500;
  text-shadow: 0px 0px 10px rgba(0,0,0,.5);
}
.homepage-slider .item .details .subhead::before,
.homepage-slider .item .details .subhead::after {
  position: absolute;
  left: 50%;
  top: 22px;
  content: '';
  display: block;
  width: 150px;
  height: 3px;
  margin-left: -250px;
  background: rgba(255,255,255,.2);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.homepage-slider .item .details .subhead::after {
  margin-left: 250px;
}
.homepage-slider .item .details .hero {
  margin: 20px 0;
  font-size: 75px;
  font-weight: 900;
}
.homepage-slider .item .details .price {
  margin-top: 30px;
  font-size: 22px;
}
.homepage-slider .item .details .price span {
  color: #A3DE2C;
  font-weight: 600;
}
.homepage-slider .item .details .button {
  margin-top: 40px;
  display: inline-block;
  width: 250px;
  height: 65px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  line-height: 65px;
  background: -webkit-gradient(linear, left top, right top, from(#1AB764), to(#21D475));
  background: -o-linear-gradient(left, #1AB764, #21D475);
  background: linear-gradient(to right, #1AB764, #21D475);
  -webkit-box-shadow: 0px 0px 0px 10px rgba(33, 212, 117, 0.20), 0px 0px 0px 20px rgba(33, 212, 117, 0.10);
          box-shadow: 0px 0px 0px 10px rgba(33, 212, 117, 0.20), 0px 0px 0px 20px rgba(33, 212, 117, 0.10);  
  border-radius: 65px;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.homepage-slider .item .details .button:hover {
  background: -webkit-gradient(linear, left top, right top, from(#21D475), to(#1AB764));
  background: -o-linear-gradient(left, #21D475, #1AB764);
  background: linear-gradient(to right, #21D475, #1AB764);
}


/**
* Packages
*/
.packages .tab-content {
  display: none,;
}
.packages .tab-content.active {
  display: block;
}
.packages .hero-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: solid 1px #D8E3EE;
}
.packages .hero-area .hero {
  color: #29343F;
  font-size: 32px;
}
.packages .hero-area .hero span {
  color: #007BFC;
  font-weight: 700;
}
.packages .hero-area .hero i { 
  color: #1D8FF7; 
  font-size: 40px;
}
.packages .hero-area .hero img {
  margin-top: 15px;
}
.packages .hero-area .help {
  padding: 0 20px;
  height: 45px;
  color: #fff;
  line-height: 45px;
  font-size: 16px;
  font-weight: 600;
  background: -webkit-gradient(linear, left top, right top, from(#1AB764), to(#21D475));
  background: -o-linear-gradient(left, #1AB764, #21D475);
  background: linear-gradient(to right, #1AB764, #21D475);
  border-radius: 45px;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.packages .hero-area .help i {
  vertical-align: middle;
  margin-right: 5px;
}
.packages .hero-area .help:hover {
  background: -webkit-gradient(linear, left top, right top, from(#21D475), to(#1AB764));
  background: -o-linear-gradient(left, #21D475, #1AB764);
  background: linear-gradient(to right, #21D475, #1AB764);
}
.packages .hero-area .tabs {
  background: #fff;
  padding: 5px;
  border-radius: 40px;
  -webkit-box-shadow: 0px 9px 20px rgba(0, 123, 252, 0.1);
          box-shadow: 0px 9px 20px rgba(0, 123, 252, 0.1);
}
.packages .hero-area .tabs a {
  display: inline-block;
  padding: 0 20px;
  height: 40px;
  color: #000;
  line-height: 40px;
  font-size: 16px;
  background: #fff;
  border-radius: 40px;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.packages .hero-area .tabs a:hover,
.packages .hero-area .tabs a.active {
  color: #fff;
  background: #007BFC;
}
.package-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0px 9px 20px rgba(0, 123, 252, 0.1);
          box-shadow: 0px 9px 20px rgba(0, 123, 252, 0.1);
  overflow: hidden;
  border: solid 1px transparent;
}
.package-item.highlight {
  border-color: #007BFC;
}
.package-item > div {
  min-height: 110px;
}
.package-item .type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8%;
          flex: 0 0 8%;
  max-width: 8%;
  color: #fff;
  font-size: 30px;
  background: #007BFC;
}
.package-item .name-area {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 35px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;  
  -webkit-box-flex: 0;  
      -ms-flex: 0 0 15%;  
          flex: 0 0 15%;
  max-width: 15%;
}
.package-item .name-area .flag {
  position: absolute;
  left: -16px;
  top: 50%;
  width: 32px;
  border-radius: 100%;
  -webkit-box-shadow: 0px 0px 0px 5px #fff;
          box-shadow: 0px 0px 0px 5px #fff;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.package-item .property {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 13.5%;
          flex: 0 0 13.5%;
  max-width: 13.5%;
  padding: 20px;
  color: #516071;
  font-size: 16px;
  line-height: 22px;
  border-left: solid 1px #D8E3EE;
}
.package-item .price-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22%;
          flex: 0 0 22%;
  max-width: 22%;
  padding: 20px 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-left: solid 1px #D8E3EE;
}
.package-item .name-area .name {
  color: #007BFC;
  font-size: 20px;
  font-weight: 600;
}
.package-item .name-area .period {
  margin-top: 3px;
  color: #516071;
  font-size: 16px;
  font-weight: 600;
}
.package-item .property i {
  color: #007BFC;
  font-size: 25px;
}
.package-item .price-area .price {
  padding-top: 5px;
  color: #29343F;
  font-size: 42px;
  font-weight: 700;
}
.package-item .price-area .button {
  display: block;
  width: 150px;
  height: 80px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  line-height: 80px;
  background: -webkit-gradient(linear, left top, right top, from(#1AB764), to(#21D475));
  background: -o-linear-gradient(left, #1AB764, #21D475);
  background: linear-gradient(to right, #1AB764, #21D475);
  border-radius: 3px;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.package-item .price-area .button:hover {
  background: -webkit-gradient(linear, left top, right top, from(#21D475), to(#1AB764));
  background: -o-linear-gradient(left, #21D475, #1AB764);
  background: linear-gradient(to right, #21D475, #1AB764);
}
.package-item .price-area .button i {
  position: relative;
  top: -2px;
  margin-right: 5px;
  vertical-align: middle;
}
.package-item.highlight .property,
.package-item.highlight .price-area {
  border-color: #007BFC; 
}
.package-item .price-area .price.highlight {
  color: #1EC76D;
}
.packages-fast-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.packages-fast-links > a {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 23.5%;
          flex: 0 0 23.5%;
  max-width: 23.5%;
  padding: 0 17px;
  height: 70px;
  color: #29343F;
  font-size: 18px;
  line-height: 70px;
  border: solid 1px #BDCBDE;
  border-radius: 3px;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.packages-fast-links > a strong {
  font-weight: 700;
}
.packages-fast-links > a img {
  position: relative;
  top: -2px;
  width: 32px;
  margin-right: 15px;
  vertical-align: middle;
}
.packages-fast-links > a i {
  position: relative;
  top: -1px;
  right: -5px;
  font-size: 10px;
  opacity: .7;
  vertical-align: middle;
}
.packages-fast-links > a:hover {
  background: rgba(0,0,0,0.03);
}
.package-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.package-table .col {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  max-width: 33.33%;
  color: #29343F;
  background: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0px 9px 20px rgba(0, 123, 252, 0.1);
          box-shadow: 0px 9px 20px rgba(0, 123, 252, 0.1);
  overflow: hidden;  
}
.package-table .col:nth-child(1) {
  border-radius: 3px 0 0 3px;
}
.package-table .col:nth-child(3) {
  border-radius: 0 3px 3px 0;
}
.package-table .head {
  position: relative;
  padding: 30px 0 30px 90px;
  border-bottom: solid 1px #D8E3EE;
}
.package-table .head .icon {
  position: absolute;
  left: 20px;
  top: 28px;
  color: #007BFC;
  font-size: 52px;
}
.package-table .head .label {
  margin-top: 2px;
  margin-bottom: 3px;
  font-size: 26px;
  font-weight: 600;
}
.package-table .head small {
  font-size: 16px;
  font-weight: 500;
}
.package-table .col ul {
  padding: 15px 25px;
}
.package-table .col ul li {
  font-size: 16px;
  line-height: 35px;
}
.package-table .col ul li span {
  display: inline-block;
  padding: 0 10px;
  border-radius: 3px;
  background: rgba(0,0,0,.05);
}
.package-table .col .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px;
  border-top: solid 1px #D8E3EE;
}
.package-table .col .actions .price {
  padding-top: 10px;
  font-size: 28px;
  font-weight: 700;
}
.package-table .col .actions .button {
  display: block;
  width: 180px;
  height: 60px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  line-height: 60px;
  background: -webkit-gradient(linear, left top, right top, from(#1AB764), to(#21D475));
  background: -o-linear-gradient(left, #1AB764, #21D475);
  background: linear-gradient(to right, #1AB764, #21D475);
  border-radius: 3px;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.package-table .col .actions .button:hover {
  background: -webkit-gradient(linear, left top, right top, from(#21D475), to(#1AB764));
  background: -o-linear-gradient(left, #21D475, #1AB764);
  background: linear-gradient(to right, #21D475, #1AB764);
}
.package-table .col:nth-child(3) .head {
  text-align: right;
  padding-right: 90px;
}
.package-table .col:nth-child(3) .head .icon {
  left: auto;
  right: 20px;
}
.package-table .col:nth-child(3) ul {
  text-align: right;
}
.package-table .col.highlight {
  color: #fff;
  background: #1CBF69 url('../images/popular.svg') no-repeat left top;
}
.package-table .col.highlight ul {
  text-align: center;
}
.package-table .col.highlight .head {
  text-align: center;
  padding: 90px 20px 20px;
  border-bottom: solid 1px rgba(255,255,255,0.4);
}
.package-table .col.highlight .actions {
  border-top: solid 1px rgba(255,255,255,0.4);
}
.package-table .col.highlight .head .icon {
  top: 20px;
  left: 50%;
  color: #fff;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.package-table .col.highlight .button {
  color: #1CBF69;
  background: #fff;
}

/**
* Hero Section
*/
.hero-section {
  position: relative;
  height: 650px;
  margin: 40px 0 0;
  background: url('../images/img@hero.png') no-repeat center;  
  background-size: cover;
}
.hero-section .white-seperate {
  margin-top: 96px;
}
.hero-section .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end
}
.hero-section .hero-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 490px;
          flex: 0 0 490px;
  max-width: 490px;
  padding-top: 210px;
  color: #fff;
  font-size: 20px;
  text-align: right;
}
.hero-section .hero-content .hero {
  font-size: 43px;
  font-weight: 700;
}
.hero-section .hero-content p {
  line-height: 24px;  
  margin-bottom: 15px;
}
.hero-section .hero-content .hero p {
  position: relative;
  margin-top: 15px;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 400;
}
.hero-section .hero-content .hero p::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -15px;
  display: block;
  width: 45px;
  height: 5px;
  border-radius: 5px;
  background: rgba(255,255,255,.2);
}


/**
* Channels Section
*/
.channels-section {
  position: relative;
  padding: 110px 0;
  color: #29343F;
  background: url('../images/img@channels.svg') no-repeat right center, url('../images/channels-pattern.svg') no-repeat left top;    
  background-size: auto 350px, auto auto;
}
.channels-section .content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 490px;
          flex: 0 0 490px;
  max-width: 490px;
}
.channels-section .hero {
  position: relative;
  margin-top: 20px;
  padding-bottom: 40px;
  font-size: 43px;
  font-weight: 700;
  line-height: 50px;
}
.channels-section .hero::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 20px;
  display: block;
  width: 45px;
  height: 5px;
  border-radius: 5px;
  background: rgba(0,0,0,.2);
}
.channels-section p {
  color: #29343F;
  font-size: 20px;
  line-height: 24px;  
  margin-bottom: 15px;
}

/**
* IPTV Ad
*/
.iptv-ad {
  position: relative;
  background: url('../images/img@hero02.png') no-repeat center;
}
.iptv-ad .wrapper {
  height: 345px;
  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;
}
.iptv-ad .wrapper .col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
  max-width: 35%;
}
.iptv-ad .wrapper .boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.iptv-ad .wrapper .boxes .item {
  margin-bottom: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 31%;
          flex: 0 0 31%;
  max-width: 31%;
  height: 85px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  line-height: 85px;
  border-radius: 3px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.2);
  transition: all .3s linear;
}
.iptv-ad .wrapper .col:nth-child(2) {
  text-align: right;
}
.iptv-ad .wrapper .boxes .item:hover {
  padding-top: 20px;
  line-height: 24px;
  background: #13287E;
  border: solid 1px #007BFC;
}
.iptv-ad .wrapper .boxes .item p {
  opacity: 0;
  visibility: hidden;
  font-size: 12px;
  transition: all .3s linear;
}
.iptv-ad .wrapper .boxes .item:hover p {
  opacity: 1;
  visibility: visible;
}
.iptv-ad .wrapper .hero {
  font-size: 36px;
  color: #fff;
  line-height: 40px;
  font-weight: 700;
}
.iptv-ad .wrapper .badge {
  display: inline-block;
  padding: 0 15px;
  margin: 20px 0;
  color: #fff;
  font-size: 20px;
  line-height: 50px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}
.iptv-ad .wrapper .badge i {
  position: relative;
  top: -2px;
  margin-right: 5px;
  vertical-align: middle;
}
.iptv-ad .wrapper .desc {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
}


/**
* Footer Logo
*/
.page-footer .topbar {
  padding: 25px 0;
  background: #1E1F2E;
}
.page-footer .copyright {
  padding: 20px 0;
  color: #505062;
  font-size: 16px;
  text-align: center;
  background: #1E1F2E;
}
.page-footer .footer {
  position: relative;
}
.page-footer .footer::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: #171724;
}
.page-footer .footer::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;  
  width: 50%;
  height: 100%;
  background: #12121D;
}
.page-footer .footer .wrapper {
  position: relative;
  z-index: 11;
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-footer .footer .wrapper > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
.page-footer .navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-footer .navigation > .col {
  margin-right: 130px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 291px;
          flex: 0 0 291px;
  max-width: 291px;
}
.page-footer .navigation .hero {
  position: relative;
  padding-bottom: 30px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
.page-footer .navigation .hero::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 15px;
  display: block;
  width: 45px;
  height: 5px;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#1D8FF7), to(#00CCFF));
  background: -o-linear-gradient(left, #1D8FF7, #00CCFF);
  background: linear-gradient(to right, #1D8FF7, #00CCFF);
}
.page-footer .navigation li {
  line-height: 40px;
}
.page-footer .navigation a {
  position: relative;
  color: #61617C;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.page-footer .navigation a i {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.page-footer .navigation a:hover {
  color: #fff;
  padding-left: 20px;
}
.page-footer .navigation a:hover i {
  opacity: 1;
  visibility: visible;
}
.page-footer .help-area {
  position: relative;
  text-align: center;
}
.page-footer .help-area .badge {
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  width: 90px;
  height: 30px;
  margin-top: 10px;
  margin-left: 110px;
  color: #12121D;
  font-size: 16px;
  text-align: center;
  line-height: 33px;
  background: #fff;
  border-radius: 30px;
}
.page-footer .help-area .badge::before {
  position: absolute;
  content: '';
  display: block;
  width: 40px;
  height: 30px;
  margin-left: -18px;
  margin-top: 7px;
  background: url('../images/corner.svg') no-repeat center;
}
.page-footer .help-area .buttons {
  margin-top: 30px;
  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;
}
.page-footer .help-area .buttons span {
  display: inline-block;
  margin: 0 20px;
  color: rgba(255,255,255,0.2);
  font-size: 16px;
}
.page-footer .help-area .buttons a {
  width: 245px;
  display: inline-block;
  padding: 0 20px;
  height: 60px;
  color: #fff;
  line-height: 60px;
  font-size: 18px;
  font-weight: 600;
  background: -webkit-gradient(linear, left top, right top, from(#1AB764), to(#21D475));
  background: -o-linear-gradient(left, #1AB764, #21D475);
  background: linear-gradient(to right, #1AB764, #21D475);
  border-radius: 3px;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;  
}
.page-footer .help-area .buttons a:hover {
  background: -webkit-gradient(linear, left top, right top, from(#21D475), to(#1AB764));
  background: -o-linear-gradient(left, #21D475, #1AB764);
  background: linear-gradient(to right, #21D475, #1AB764);
}
.page-footer .help-area .buttons a i {
  margin-right: 5px;
  vertical-align: middle;
}


/**
* Page Hero
*/
.page-hero {
  color: #fff;
  position: relative;
}
.page-hero .hero-img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;  
}
.page-hero--big .hero-img {
  height: 620px;
}
.page-hero .details {
  position: absolute;
  left: 50%;
  bottom: 15%;
  z-index: 2;
  color: #fff;
  text-align: center;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.page-hero--big .details {
  bottom: 25%;
}
.page-hero .details .icon {
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background: #fff;
}
.page-hero .details .icon img {
  margin: 15px auto;
}
.page-hero .details .icon i {
  display: block;
  color: #1D8FF7;
  font-size: 40px;
  line-height: 100px;
}
.page-hero .details .subhead {
  margin: 25px 0 20px;
  font-size: 22px;
  font-weight: 700;
}
.page-hero .details .hero {
  font-size: 45px;
  font-weight: 700;
}


/**
* IPTV Box
*/
.iptv-box {
  position: relative;
  height: 620px;
  padding-top: 60px;
  margin-top: 60px;
  background: -webkit-gradient(linear, left top, right top, from(#021048), to(#1E38A2));
  background: -o-linear-gradient(left, #021048, #1E38A2);
  background: linear-gradient(to right, #021048, #1E38A2);
}
.iptv-box::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url('../images/img@iptv.png') no-repeat 85% center;
}
.iptv-box .wrapper {
  position: relative;
  z-index: 15;
}
.iptv-box .badge {
  width: 481px;
  padding: 0 20px;
  height: 72px;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  line-height: 72px;
  background: url('../images/bg@badge.png') no-repeat left center;
}
.iptv-box .badge i {
  position: relative;
  top: -2px;
  margin-right: 5px;
  vertical-align: middle;
}
.iptv-box .hero {
  margin: 20px 0 20px;
  color: #fff;
  font-size: 100px;
  font-weight: 700;
}
.iptv-box p {
  margin: 10px 0 20px;
  color: #7B90E4;
  font-size: 22px;
  font-weight: 500;
}
.iptv-box p small {
  font-size: 50px;
  color: #fff;
  font-weight: 700;
  vertical-align: middle;
}
.iptv-box .button {
  display: inline-block;
  height: 68px;
  padding: 0 60px;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 68px;
  border: solid 2px #007BFC;
  border-radius: 3px;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.iptv-box .button:hover {
  background: #007BFC;
}
.iptv-box .info {
  margin-top: 50px;
  color: #7B90E4;
  font-size: 18px;
  line-height: 22px;
}


/**
* Internet Hero
*/
.internet-hero {
  position: relative;
  height: 395px;
  padding-top: 95px;
  text-align: center;
  background: url('../images/bg@internet.png') no-repeat center;
  background-size: cover;
}
.internet-hero .path {
  position: absolute;
  left: 0;
  top: -50px;
  width: 100%;
  height: 100%;
  background: url('../images/internet-path.png') no-repeat center;
}
.internet-hero .wrapper {
  position: relative;
  z-index: 11;
}
.internet-hero .subhead {
  margin: 15px 0;
  color: #fff;
  font-size: 45px;
  font-weight: 600;
}
.internet-hero .hero {
  color: #fff;
  font-size: 70px;
  font-weight: 600;
}


/**
* Bayilik
*/
.bayilik-box {
  position: relative;
  height: 620px;
  padding-top: 90px;
  margin-top: 60px;
  background: -webkit-gradient(linear, left top, right top, from(#021048), to(#1E38A2));
  background: -o-linear-gradient(left, #021048, #1E38A2);
  background: linear-gradient(to right, #021048, #1E38A2);
}
.bayilik-box::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url('../images/img@bayi.svg') no-repeat 85% bottom;
}
.bayilik-box .wrapper {
  position: relative;
  z-index: 15;
}
.bayilik-box .badge {
  width: 481px;
  padding: 0 20px;
  height: 72px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 72px;
  background: url('../images/bg@badge.png') no-repeat left center;
}
.bayilik-box .hero {
  margin: 20px 0 20px;
  color: #fff;
  font-size: 48px;
  font-weight: 700;
}
.bayilik-box p {
  margin: 30px 0 20px;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
}
.bayilik-box .info {
  margin-top: 50px;
  color: #7B90E4;
  font-size: 18px;
  line-height: 22px;
}


/**
* About
*/ 
.about-info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1120px;
  max-width: 100%;
  margin: -90px auto 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about-info .col {
  position: relative;
  padding-top: 200px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  max-width: 45%;
  color: #2D3246;
  padding-bottom: 30px;
}
.about-info .col .icon {
  position: absolute;
  left: 0;
  top: 40px;
  width: 120px;
  height: 120px;
  color: #fff;
  font-size: 52px;
  text-align: center;
  line-height: 120px;
  border-radius: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#1D8FF7), to(#00CCFF));
  background: -o-linear-gradient(left, #1D8FF7, #00CCFF);
  background: linear-gradient(to right, #1D8FF7, #00CCFF);
}
.about-info .hero {
  font-size: 30px;
  margin-bottom: 15px;
  font-weight: 700;
}
.about-info p {
  font-size: 16px;
  line-height: 22px;
}
.about-info p {
  margin-top: 15px;
}
.about-info .col:nth-child(1) {
  text-align: right;
}
.about-info .col:nth-child(1) p {
  text-align: left;
}
.about-info .col:nth-child(1) .icon {
  left: auto;
  right: 0;
}
.about-info .col:nth-child(1)::before {
  position: absolute;
  right: -10%;
  top: 0;
  content: '';
  width: 1px;
  height: 100%;
  background: #DFDFDF;
}
.about-info .col:nth-child(1)::after {
  position: absolute;
  right: -10%;
  top: 0;
  margin-right: -11px;
  margin-top: -20px;
  content: '';
  width: 24px;
  height: 24px;
  background: #fff;  
  border-radius: 100%;
}
.about-stats {
  padding: 70px;
  background: -webkit-gradient(linear, left top, right top, from(#021048), to(#1E38A2));
  background: -o-linear-gradient(left, #021048, #1E38A2);
  background: linear-gradient(to right, #021048, #1E38A2);
}
.about-stats .wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about-stats .wrapper::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 60px;
  width: 70%;
  height: 1px;
  background: #fff;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.about-stats .wrapper .col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  max-width: 33.33%;
  color: #fff;
  text-align: center;
}
.about-stats .icon {
  position: relative;
  z-index: 5;
  display: inline-block;
  width: 120px;
  height: 120px;
  color: #1D8FF7;
  font-size: 45px;
  text-align: center;
  line-height: 120px;
  background: #fff;
  border-radius: 100%;
  -webkit-box-shadow: 0px 0px 0px 10px rgba(255,255,255, 0.20), 0px 0px 0px 20px rgba(255,255,255, 0.10);
          box-shadow: 0px 0px 0px 10px rgba(255,255,255, 0.20), 0px 0px 0px 20px rgba(255,255,255, 0.10);  
}
.about-stats .label {
  margin: 50px 0 10px;
  font-size: 46px;
  font-weight: 700;
}
.about-stats .subhead {
  font-size: 26px;
}


/**
* Contact
*/
.contact-types {
  position: relative;
  z-index: 3;
  margin-top: -120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px;
  background: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0px 9px 20px rgba(0, 123, 252, 0.1);
          box-shadow: 0px 9px 20px rgba(0, 123, 252, 0.1);
  overflow: hidden;  
}
.contact-types a {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%;
  max-width: 49%;
  color: #fff;
  padding: 35px 30px;
  background: -webkit-gradient(linear, left top, right top, from(#1AB764), to(#21D475));
  background: -o-linear-gradient(left, #1AB764, #21D475);
  background: linear-gradient(to right, #1AB764, #21D475);
}
.contact-types a i {
  position: absolute;
  right: 30px;
  top: 50%;
  color: #fff;
  font-size: 70px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.contact-types .label {
  font-size: 20px;
  margin-bottom: 5px;
}
.contact-types .value {
  margin-top: 15px;
  font-size: 27px;
  font-weight: 700;
}
.contact-types .value.big {
  font-size: 58px;
}
.contact-types a:nth-child(2) {
  padding-top: 50px;
  background: -webkit-gradient(linear, left top, right top, from(#435FFE), to(#0198FF));
  background: -o-linear-gradient(left, #435FFE, #0198FF);
  background: linear-gradient(to right, #435FFE, #0198FF);
}
.addreses {
  margin: 35px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.addreses .addres {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%;
  max-width: 49%;  
  background: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0px 9px 20px rgba(0, 123, 252, 0.1);
          box-shadow: 0px 9px 20px rgba(0, 123, 252, 0.1);
  overflow: hidden;    
}
.addreses .addres .title {
  position: relative;
  padding: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 270px;
          flex: 0 0 270px;
  max-width: 270px;
  font-size: 24px;
  font-weight: 600;
}
.addreses .addres .list {
  padding: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 270px);
          flex: 0 0 calc(100% - 270px);
  max-width: calc(100% - 270px);
}
.addreses .addres .title img {
  display: block;
  margin-bottom: 20px;
}
.addreses .addres .title::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 60px;
  height: 100%;
  background: #EAEFF6;
}
.addreses .addres .list li {
  position: relative;
  margin-top: 35px;
  color: #313445;
  font-size: 18px;
  line-height: 23px;
}
.addreses .addres .list li:first-child {
  margin-top: 0;
}
.addreses .addres .list li i {
  position: absolute;
  left: -70px;
  top: -1px;
  font-size: 24px;
  color: #707070;
}

@media(max-width: 1410px) {
  .wrapper {
    width: 100%;
    padding-left: 10px!important;
    padding-right: 10px!important;
  }
}
@media(max-width: 1360px) {
  .page-header-container .page-header .logo img {
    height: 30px;
  }
  .page-header-container .page-header .navigation > ul > li > a {
    font-size: 13px;
    padding-left: 54px;
  }
  .page-header-container .page-header .navigation > ul > li > a small {
    font-size: 12px;
  }
  .page-header-container .page-header .navigation > ul > li > a .icon {
    width: 38px;
    height: 38px;
    line-height: 38px;
  }
  .homepage-slider .control {
    width: 55px;
    height: 55px;
    font-size: 25px;
    line-height: 55px;
  }
  .homepage-slider .slider-img {
    height: 650px;
  }
  .homepage-slider .item .details .subhead {
    font-size: 40px;
  }
  .homepage-slider .item .details .icon {
    width: 75px;
    height: 75px;
  }
  .homepage-slider .item .details .hero {
    font-size: 60px;
  }
  .package-item .name-area .name {
    font-size: 16px;
  }
  .package-item .property {
    font-size: 13px;
    line-height: 16px;
  }
  .package-item .price-area .price {
    font-size: 30px;
  }
  .package-item .price-area .button {
    width: 115px;
    height: 65px;
    line-height: 65px;
  }
  .packages-fast-links > a {
    font-size: 13px;
    padding: 0 5px;
  }
  .packages-fast-links > a img {
    margin-right: 5px;
  }
  .hero-section {
    height: 350px;
  }
  .hero-section .hero-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
    padding-top: 90px;
    font-size: 13px;
    line-height: 26px;
  }
  .hero-section .white-seperate {
    display: none;
  }
  .channels-section {
    background: url('../images/img@channels.svg') no-repeat right center, url('../images/channels-pattern.svg') no-repeat left top;    
    background-size: auto 200px, auto auto;    
  }
  .hero-section .hero-content .hero {
    font-size: 23px;
    line-height: 30px;
  }
  .iptv-ad .wrapper .boxes .item {
    font-size: 16px;
  }
  .iptv-ad .wrapper .boxes .item.highlight p {
    font-size: 10px;
  }
  .iptv-ad .wrapper .col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
  }
  .page-footer .navigation > .col {
    margin-right: 30px;
  }
  .page-footer .help-area .buttons a {
    width: 190px;
    font-size: 14px;
  }
  .iptv-box::before,
  .bayilik-box::before {
    background-size: auto 300px;
  }
  .contact-types .value.big {
    font-size: 45px;
  }
}

@media(max-width: 992px) {
  .page-header-container {
    z-index: 9999;
  }
  .backdrop {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.9);
    z-index: 900;
  }  
  .page-header .mobile-toggle {
    position: absolute;
    right: 30px;
    font-size: 26px;
    display: block!important;
  }
  .page-header .navigation {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 250px;
    height: 100vh;
    z-index: 9991;
    padding: 40px 10px;
    background: #161A25;
  }
  body.active .backdrop {
    display: block;
  }
  body.active .page-header .navigation {
    display: block;
  }  
  .page-header-container .contact-info {
    display: none;
  }
  .page-header-container .header-top .title {
    padding-bottom: 10px;
  }
  .homepage-slider .item .details .subhead::before, .homepage-slider .item .details .subhead::after {
    display: none!important;
  }
  .homepage-slider .item .details .subhead {
    font-size: 18px;
  }
  .homepage-slider .item .details .hero {
    font-size: 26px;
  }
  .homepage-slider .item .details .price {
    font-size: 15px;
  }
  .packages .hero-area {
    display: block;
  }
  .packages .hero-area .tabs {
    margin: 15px 0;
  }
  .packages .hero-area .help {
    display: none;
  }
  .package-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .package-item .type,
  .package-item .name-area,
  .package-item .property {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .package-item .property {
    border-bottom: solid 1px #D8E3EE;
  }
  .package-item .price-area {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .package-item .price-area .button {
    width: 190px;
  }
  .packages-fast-links {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .packages-fast-links > a {
    margin-bottom: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .hero-section {
    height: 390px;
    background: -webkit-gradient(linear, left top, right top, from(#021048), to(#1E38A2));
    background: -o-linear-gradient(left, #021048, #1E38A2);
    background: linear-gradient(to right, #021048, #1E38A2);
  }
  .hero-section .hero-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .channels-section {
    background: unset;
  }
  .iptv-ad {
    background: -webkit-gradient(linear, left top, right top, from(#021048), to(#1E38A2));
    background: -o-linear-gradient(left, #021048, #1E38A2);
    background: linear-gradient(to right, #021048, #1E38A2);
  }
  .iptv-ad .wrapper {
    height: auto;
    padding: 70px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .iptv-ad .wrapper .col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .iptv-ad .wrapper .col:nth-child(2) {
    margin-top: 30px;
  }
  .iptv-ad .wrapper .hero {
    font-size: 25px;
  }
  .iptv-ad .wrapper .badge {
    font-size: 15px;
  }
  .page-footer .navigation,
  .page-footer .footer .wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-footer .footer {
    background: #171724;
  }
  .page-footer .footer::after,
  .page-footer .footer::before {
    display: none;
  }
  .page-footer .footer .wrapper > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .page-footer .navigation > .col {
    margin-bottom: 30px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .page-footer .help-area {
    width: 80%;
  }
  .page-footer .help-area .buttons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-footer .help-area .buttons span {
    display: none;
  }
  .page-footer .help-area .buttons a {
    width: 100%;
    margin-top: 10px;
  }
  .page-hero .hero-img {
    height: 400px;
  }
  .page-hero .details .icon {
    width: 80px;
    height: 80px;
  }
  .page-hero .details .icon img {
    max-width: 50px;
  }
  .page-hero .details .hero {
    font-size: 26px;
  }
  .iptv-box {
    height: auto;
    padding: 60px 0;
  }
  .iptv-box .badge,
  .bayilik-box .badge {
    width: unset;
    font-size: 14px;
  }
  .iptv-box .hero {
    font-size: 65px;
  }
  .iptv-box p {
    font-size: 13px;
  }
  .iptv-box p small {
    font-size: 22px;
  }
  .bayilik-box p {
    font-size: 16px;
    line-height: 22px;
  }
  .bayilik-box .info,
  .iptv-box .info {
    font-size: 14px;
  }
  .internet-hero {
    height: unset;
    padding: 65px 0;
    background: -webkit-gradient(linear, left top, right top, from(#021048), to(#1E38A2));
    background: -o-linear-gradient(left, #021048, #1E38A2);
    background: linear-gradient(to right, #021048, #1E38A2);    
  }
  .iptv-box::before {
    display: none;
  }
  .internet-hero .subhead {
    font-size: 20px;
  }
  .internet-hero .hero {
    font-size: 25px;
  }
  .package-table .col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .package-table .col:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .package-table .col:nth-child(3) ul {
    text-align: left;
  }
  .package-table .col:nth-child(3) .head {
    text-align: left;
    padding-left: 90px;
  }
  .package-table .col:nth-child(3) .head .icon {
    right: auto;
    left: 20px;
  }  
  .bayilik-box::before {
    display: none;
  }
  .page-footer .copyright {
    font-size: 13px;
  }
  .about-info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about-info .col:nth-child(1)::after,
  .about-info .col:nth-child(1)::before {
    display: none!important;
  }
  .about-info .col:nth-child(1) .icon {
    right: auto;
    left: 0;
  }
  .about-info .col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    text-align: left!important;
  }
  .about-stats .wrapper::before {
    display: none;
  }
  .about-stats .wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about-stats .wrapper .col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin: 25px 0;
  }
  .about-stats .label {
    font-size: 30px;
  }
  .about-stats .subhead {
    font-size: 19px;
  }
  .contact-types {
    margin-top: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contact-types a {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 15px!important;
  }
  .contact-types a i {
    right: 15px;
    font-size: 30px;
  }
  .contact-types .label {
    font-size: 14px;
  }
  .contact-types .value,
  .contact-types .value.big {
    font-size: 18px;
  }
  .addreses {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .addreses .addres {
    margin-bottom: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .addreses .addres .title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .addreses .addres .title::before {
    display: none;
  }
  .addreses .addres .list {
    padding-top: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;    
  }
  .page-header-container .page-header .navigation > ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-header-container .page-header .navigation > ul > li {
    margin: 7px 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .page-header-container .page-header .navigation > ul > li .dropdown-container {
    position: static;
  }
  .page-header-container .page-header .navigation > ul > li .dropdown {
    width: 100%;
  }
  .page-header-container .page-header .navigation > ul > li .dropdown li a {
    font-size: 14px;
  }
}
