﻿@charset "UTF-8";
.test-class {
  color: red; }

.hidden {
  display: none; }

[ng-cloak] {
  display: none !important; }

.offers-packages-wrapper {
  margin-top: 70px; }

.offers-packages-wrapper.includes-banners {
  margin-top: 120px; }

.offers-num-box.disabled {
  opacity: 0.25; }

.margin-top-5 {
  margin-top: 50px; }

.offers-packages-wrapper.voice-package-margin {
  margin-top: 100px; }

.offers-num-box.last .offers-num-line {
  display: none; }

.t2-loading-overlay {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 2250px;
  background-color: rgba(255, 255, 255, 0.75);
  top: 0;
  left: 0;
  z-index: 99; }
  .t2-loading-overlay img {
    width: 80px;
    height: 80px;
    position: absolute;
    left: calc(50% - 40px);
    top: 250px;
    display: block;
    animation: rotate 1.5s linear infinite; }

@keyframes rotate {
  to {
    transform: rotate(360deg); } }

/*Navigation start*/
.footer-categories {
  max-height: 720px;
  flex-direction: column;
  align-content: space-between; }
  .footer-categories .footer-category {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: fit-content;
    width: fit-content; }
    .footer-categories .footer-category .footer-alignment ul li a {
      max-width: 175px; }

.footer-first-child-override {
  color: #fff !important; }

/*Navigation end*/
.floating-doc-section {
  max-width: 1180px;
  padding: 60px 0px;
  color: #000;
  margin: auto; }
  .floating-doc-section .rich-html {
    margin-top: 30px;
    font-size: 18px; }

.brand-picker {
  padding: 30px 10px 10px 20px; }

.grey-border {
  border: #808080 1px solid; }

/* css breakpoints */
@media only screen and (max-width: 1400px) {
  .brand-picker {
    padding: 30px 5px 10px 15px; }
    .brand-picker .brand {
      width: 47%; }
  .elevate-left-col {
    width: 38% !important; } }

@media only screen and (max-width: 1200px) {
  .footer-categories .footer-category {
    width: unset; }
    .footer-categories .footer-category .footer-alignment ul li a {
      max-width: 150px; }
  .user-content table {
    width: 790px; } }

@media only screen and (max-width: 1000px) {
  .pos-map-container {
    padding: 0px !important; }
  .map-inner {
    min-height: 500px !important; }
  .elevate-left-col {
    width: 100% !important; } }

@media only screen and (max-width: 800px) {
  /*.user-content {
    table {
        width: 720px;
    }
}*/ }

@media only screen and (max-width: 600px) {
  .footer-categories {
    max-height: unset; }
  .map-inner {
    min-height: 300px !important; } }

.cart-device.only-child {
  border-bottom: none; }

table.store-locations-inner {
  cursor: pointer; }
  table.store-locations-inner .table-headings {
    display: flex;
    text-align: left; }
  table.store-locations-inner tbody tr:hover {
    background-color: lightgray; }

.form-list {
  color: black;
  padding-left: 20px; }

.pos-map-container {
  padding-left: 30px; }
  .pos-map-container .no-padding {
    padding: unset; }
  .pos-map-container .sm-padding {
    padding-right: 15px; }
  .pos-map-container .map-city-title {
    max-width: 140px; }

.map-inner {
  min-height: 610px;
  height: auto;
  position: relative;
  overflow: hidden; }
  .map-inner .gmap {
    position: absolute;
    width: 100%;
    height: 100%; }

th.page-text-2 {
  font-weight: normal; }

.pos-filter-select {
  max-height: 400px;
  overflow-y: auto; }

.field-validated {
  border-color: #0133ff; }

.marketing-hack {
  height: 76px; }
  .marketing-hack.marketing-text {
    font-size: calc((100vw - (100vw - 1335px) - 300px) / 3 * 0.085);
    line-height: 5.75rem; }
    @media only screen and (max-width: 1335px) {
      .marketing-hack.marketing-text {
        font-size: calc((100vw - 300px) / 3 * 0.08);
        line-height: 6rem; } }
    @media only screen and (max-width: 1200px) {
      .marketing-hack.marketing-text {
        font-size: calc((100vw - 300px) / 3 * 0.095);
        line-height: 5rem; } }
  @media only screen and (max-width: 1000px) {
    .marketing-hack {
      height: 60px; }
      .marketing-hack.marketing-text {
        font-size: calc((100vw - 300px) / 2 * 0.1);
        line-height: 3.75rem; } }
  @media only screen and (max-width: 600px) {
    .marketing-hack.marketing-text {
      font-size: 28px; } }
  @media only screen and (max-width: 400px) {
    .marketing-hack.marketing-text {
      font-size: 23px; } }

@media only screen and (max-width: 1000px) {
  .offers-mobile-slider .marketing-hack.marketing-text {
    font-size: calc((100vw - 200px) / 2 * 0.135);
    line-height: 3.75rem; } }

@media only screen and (max-width: 600px) {
  .offers-mobile-slider .marketing-hack.marketing-text {
    font-size: calc((100vw - 120px) / 2 * 0.15); } }

@media only screen and (max-width: 400px) {
  .offers-mobile-slider .marketing-hack.marketing-text {
    font-size: 21px;
    line-height: 1.5rem; } }

.offers-smaller-container .marketing-hack.marketing-text {
  font-size: calc((100vw - (100vw - 1335px) - 300px) / 3 * 0.085);
  line-height: 2rem; }

@media only screen and (max-width: 400px) {
  .offers-smaller-container .marketing-hack.marketing-text {
    font-size: calc((100vw - (100vw - 1335px) - 300px) / 3 * 0.075);
    line-height: 1.7rem; } }

@media only screen and (max-width: 1200px) {
  .business-mobile-slider {
    display: block; }
  .business-flow-packages {
    display: none !important; } }

.mobile-stores-wrap .store-link-img:last-child {
  margin-right: 0; }

.marketing-hack-pro {
  height: 55px; }
  .marketing-hack-pro.marketing-text {
    font-size: 35px;
    line-height: 4rem; }
    @media only screen and (max-width: 1280px) {
      .marketing-hack-pro.marketing-text {
        font-size: 30px;
        line-height: 4.15rem; } }

.offers-smaller-container .marketing-hack-pro.marketing-text {
  font-size: calc((100vw - (100vw - 1335px) - 300px) / 3 * 0.085);
  line-height: 3rem; }

.business-flow-packages {
  margin-bottom: 70px; }
  .business-flow-packages .marketing-hack.marketing-text {
    font-size: calc((100vw - (100vw - 1335px) - 250px) / 4 * 0.085); }
    @media only screen and (max-width: 1335px) {
      .business-flow-packages .marketing-hack.marketing-text {
        font-size: calc((100vw - 250px) / 4 * 0.08); } }

.left-padd {
  padding-left: 5px; }

.top-padd {
  padding-top: 10px; }

@media only screen and (min-width: 1200px) {
  .tourist-package-img {
    width: 40%; } }

.clear-bg-image {
  background: none transparent !important; }

.stretch-to-fit {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

.media-contact {
  width: 100%;
  max-width: 920px;
  margin: auto;
  margin-top: 100px;
  padding: 3% 7%; }

/*Homepage start*/
.justify {
  justify-content: center; }

.user-el-last-child {
  border: unset; }

.button-flex img {
  position: absolute;
  left: 35px;
  top: 38%;
  width: 50px;
  height: 25px; }

.button-flex-2 img {
  position: absolute;
  left: 30px;
  top: 35%;
  width: 60px;
  height: 32px; }

/*Homepage end*/
/*Tidal start*/
.elevate-left-col {
  width: 45%; }

.elevate-info-box-wrapper {
  justify-content: space-between;
  /*.elevate-info-box {
        .elevate-info-img {
            max-height: 355px;

            img {
                max-height: inherit;
                object-fit: cover;
            }
        }
    }*/ }
  .elevate-info-box-wrapper .elevate-box-text-wrapper {
    margin-left: -1px; }

.tidal-background-1 {
  background-image: url("../../img/bg/tidal-lr.jpg"); }

.albums-text {
  width: 40%; }

.left-auto-margin {
  margin-left: auto; }

.show-more-tidal {
  max-width: 1095px; }
  .show-more-tidal span {
    text-decoration: underline;
    cursor: pointer; }

/*Tidal end*/
.algolia-autocomplete {
  display: inline !important; }
  .algolia-autocomplete .aa-input,
  .algolia-autocomplete .aa-hint {
    width: 100%;
    font-weight: normal; }
  .algolia-autocomplete .aa-hint {
    color: #999; }
  .algolia-autocomplete .aa-dropdown-menu {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    min-width: 300px;
    background-color: #fff;
    border: 1px solid #999;
    overflow-y: scroll;
    max-height: 500px;
    color: black;
    margin-top: 40px; }
    .algolia-autocomplete .aa-dropdown-menu .aa-suggestion {
      cursor: pointer;
      padding: 2px 4px; }
      .algolia-autocomplete .aa-dropdown-menu .aa-suggestion.aa-cursor {
        background-color: #B2D7FF; }
      .algolia-autocomplete .aa-dropdown-menu .aa-suggestion em {
        font-weight: bold;
        font-style: normal; }

.error-text {
  color: red;
  text-align: center; }

.error-form {
  border-color: red; }

/*Tourists start*/
.bus-offer-padding-override {
  padding: 0 62px 0 14px; }

/*Tourists end*/
/*Screen care mouse click through parent element start*/
#screencare_pointerevent_none {
  pointer-events: none; }

/*Screen care mouse click through parent element end*/
/*Network radio buttons start*/
#network_radio_div_3g {
  margin-right: 10px; }
  @media only screen and (max-width: 1200px) {
    #network_radio_div_3g {
      margin-bottom: 10px; } }

#network_radio_div_4g {
  margin-right: 10px; }
  @media only screen and (max-width: 1200px) {
    #network_radio_div_4g {
      margin-bottom: 10px; } }

#network_radio_div_5g {
  margin-right: 10px; }
  @media only screen and (max-width: 1200px) {
    #network_radio_div_5g {
      margin-bottom: 10px; } }

/*Network radio buttons end*/
@media only screen and (min-width: 1000px) {
  .call-us-wrapper {
    min-height: 593px; } }

.faq-inner-list {
  pointer-events: none; }
  .faq-inner-list.active {
    pointer-events: unset; }

.new-orders-checkmark {
  width: 16px;
  height: 16px;
  top: 5px;
  left: 0;
  transition: border-color .5s, background-color .5s; }
  .new-orders-checkmark .form-1-check-ico {
    width: 6px;
    height: 5px; }

.new-num-input:checked + .new-num-label .new-orders-checkmark {
  border-color: transparent;
  background-color: black; }
  .new-num-input:checked + .new-num-label .new-orders-checkmark .form-1-check-ico {
    opacity: 1; }

.cms-package-bullet-list {
  padding-left: 20px; }
  .cms-package-bullet-list ul {
    padding-top: 0px;
    padding-left: 0px;
    width: 100%;
    color: #000; }
  .cms-package-bullet-list li {
    font-size: 14px; }
  .cms-package-bullet-list a {
    color: #000;
    transition: color .5s;
    text-decoration: underline; }
    .cms-package-bullet-list a:hover {
      color: #0133ff; }
  .cms-package-bullet-list.no-padding-left {
    padding-left: 0; }
  .cms-package-bullet-list.details-page li {
    list-style-type: none;
    display: block;
    color: #000;
    font-size: 16px;
    letter-spacing: -0.32px;
    position: relative;
    padding-left: 14px;
    /*font-size: 16px;

        @media only screen and (max-width: 480px) {
            font-size: 12px;
            letter-spacing: -.32px;
        }*/ }
    .cms-package-bullet-list.details-page li:before {
      content: '';
      width: 6px;
      height: 6px;
      position: absolute;
      top: 8px;
      left: 0;
      background-color: #000;
      border-radius: 50%; }
    @media only screen and (max-width: 480px) {
      .cms-package-bullet-list.details-page li {
        font-size: 12px; }
        .cms-package-bullet-list.details-page li:before {
          top: 6px; } }

/*Mouse click through parent element start*/
.pointer-events-none {
  pointer-events: none; }

/*Mouse click through parent element end*/
.menu-dropdown-col {
  width: 25%;
  padding-right: 20px;
  margin-bottom: 20px; }

.text-bold {
  font-weight: bold; }

.display-block {
  display: block; }

svg.absolute-center {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.search-result-link-item a {
  display: table-row; }
  .search-result-link-item a .search-result-image {
    display: table-cell;
    width: 80px;
    padding: 5px; }
  .search-result-link-item a .search-result-content {
    display: table-cell;
    vertical-align: middle; }

.fixed-lead-dropdown {
  padding: 15px 45px 15px 25px;
  border: 2px solid #bcbcbc;
  border-radius: 4px; }
  .fixed-lead-dropdown .custom-select-arrow-wrapper {
    top: 20px;
    right: 20px; }

@media only screen and (min-width: 600px) and (max-width: 680px) {
  .offer-packages-fixed .title-18 {
    font-size: 17px; }
    .offer-packages-fixed .title-18 .title-11 {
      font-size: 17px; } }

@media only screen and (min-width: 680px) {
  .offer-packages-fixed .title-18 {
    font-size: 18px; } }

@media only screen and (min-width: 1200px) {
  .offer-packages-fixed .title-18 {
    font-size: 23px; } }

@media only screen and (min-width: 1240px) {
  .offer-packages-fixed .title-18 {
    font-size: 26px; } }

.offer-packages-fixed .offers-package .package-tag {
  left: unset;
  right: 10px;
  min-width: unset; }

.offer-packages-fixed.has-banners {
  margin-top: 100px; }

@media only screen and (max-width: 600px) {
  .device-detail-header {
    top: 94px; }
    .device-detail-header .title-7 {
      font-size: 16px; }
    .device-detail-header .title-6 {
      font-size: 12px; } }

@media only screen and (min-width: 601px) and (max-width: 1200px) {
  .device-detail-header {
    padding-right: 5%;
    padding-left: 5%;
    z-index: 100;
    top: 106px; }
    .device-detail-header .title-7 {
      font-size: 20px; }
    .device-detail-header .title-6 {
      font-size: 14px; }
    .device-detail-header .title-8 {
      font-size: 16px; } }

.overflow-fixed {
  overflow: hidden;
  position: fixed; }

@media only screen and (max-width: 600px) {
  .fixed-rates-box-title {
    display: flex;
    padding-bottom: 0px; }
    .fixed-rates-box-title .fixed-rates-box-right {
      display: none; } }

.hidden-option.dk-option {
  display: none; }

@media only screen and (min-width: 800px) {
  .breadcrumb-element.back-link.last-item {
    padding-left: 5px; }
    .breadcrumb-element.back-link.last-item > svg {
      display: none; } }

@media only screen and (max-width: 800px) {
  .breadcrumb-path > span,
  .breadcrumb-path > .breadcrumb-element:not(.last-item) {
    display: none; }
  .breadcrumb-path > .breadcrumb-element:only-of-type {
    display: block; } }

.single-device-img-wrap {
  padding-right: 4%; }
  .single-device-img-wrap .device-tag {
    display: flex;
    justify-content: flex-start;
    padding-left: 18%; }
    @media only screen and (max-width: 600px) {
      .single-device-img-wrap .device-tag {
        padding-left: 0px; } }
    .single-device-img-wrap .device-tag span {
      display: inline-block;
      padding: 12px 15px;
      text-transform: uppercase; }
      .single-device-img-wrap .device-tag span.cl-1 {
        background-color: #B4CFF4; }

/*accessory style start*/
.accessory-text-brand {
  line-height: 0.8;
  font-size: 12px;
  font-weight: bold; }

.accessory-text-title {
  font-size: 18px;
  font-weight: bold; }

.accessory-select-btn {
  display: block;
  float: right;
  margin-right: 5%;
  border-radius: 60px;
  text-align: center;
  border: 1px solid #4188d0;
  padding: 10px 35px 8px 35px;
  line-height: 0.8;
  background-color: white;
  font-size: 10px;
  margin-bottom: 10px;
  cursor: pointer; }
  @media only screen and (max-width: 768px) {
    .accessory-select-btn {
      margin-right: 15%; } }

/*accessory style end*/
.package-single.disabled {
  opacity: 0.5; }

.notice-header {
  background-color: #bccbf3;
  padding-top: 125px;
  margin-bottom: -125px; }
  @media only screen and (max-width: 600px) {
    .notice-header.mobile-index-page-fix {
      margin-top: 20px;
      margin-bottom: -145px; } }
  @media only screen and (min-width: 601px) and (max-width: 1200px) {
    .notice-header.mobile-index-page-fix {
      margin-top: 30px;
      margin-bottom: -160px; } }
  @media only screen and (max-width: 1200px) {
    .notice-header.mobile-index-page-fix .container {
      padding: 20px 0px; } }
  @media only screen and (max-width: 1200px) {
    .notice-header.mobile-index-page-fix .container .header-inner {
      font-size: 12px; } }
  @media only screen and (max-width: 600px) {
    .notice-header.mobile-other-pages-fix {
      margin-top: -30px;
      margin-bottom: -96px; } }
  @media only screen and (min-width: 601px) and (max-width: 1200px) {
    .notice-header.mobile-other-pages-fix {
      margin-top: -15px;
      margin-bottom: -107px; } }
  @media only screen and (max-width: 767px) {
    .notice-header.mobile-other-pages-fix .container {
      padding: 20px 0px; } }
  @media only screen and (max-width: 767px) {
    .notice-header.mobile-other-pages-fix .container .header-inner {
      font-size: 12px; } }
  .notice-header .container {
    padding: 20px 25px; }
    .notice-header .container .header-inner {
      color: black;
      font-weight: 700;
      justify-content: center; }
      .notice-header .container .header-inner img {
        height: 25px;
        margin-right: 15px; }

.faq-inner-list.five-g {
  list-style-type: none;
  padding-left: 0px; }
  .faq-inner-list.five-g .faq-inner-item {
    padding-left: 30px; }
    .faq-inner-list.five-g .faq-inner-item:after {
      content: none; }
  .faq-inner-list.five-g .faq-plus-wrapper {
    left: 7px; }
  .faq-inner-list.five-g .faq-hidden-content p {
    font-size: unset; }

.faq-inner-item .faq-hidden-content {
  overflow-x: auto; }

.fiveg-tag {
  position: absolute;
  right: 20px;
  margin-top: -5px;
  z-index: 50; }

.title-xx {
  font-size: 34px;
  line-height: 2rem; }

.fiveg-tag-xx {
  position: absolute;
  right: 6px;
  margin-top: -13px;
  z-index: 50; }

/* mobile network */
@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  .network-numbers-text-col .title-3 {
    font-size: 22px; } }

@media only screen and (min-width: 1551px) and (max-width: 1600px) {
  .network-numbers-text-col .title-3 {
    font-size: 23px; } }

@media only screen and (min-width: 1601px) {
  .network-numbers-text-col .title-3 {
    font-size: 26px; } }

.contact-link-col-center {
  width: 100%; }

.contact-link-col {
  width: 25%; }
  .contact-link-col:nth-child(3n - 1) {
    width: 25%; }
  .contact-link-col:nth-child(3n + 3) {
    width: 25%; }
  @media only screen and (max-width: 600px) {
    .contact-link-col {
      width: 100%; }
      .contact-link-col:nth-child(3n - 1) {
        width: 100%; }
      .contact-link-col:nth-child(3n + 3) {
        width: 100%; } }

.listing-img-box {
  width: 100%; }

.listing-box-img {
  height: 348px;
  overflow: hidden; }

.media-small-box {
  width: 48.5%; }

@media only screen and (max-width: 480px) {
  .phone-list-intro-title-long {
    width: 255px;
    transform: translateY(-24px); } }

.title-font-21 {
  font-size: 21px; }

.discover-eon-main-wrapper .subpage-intro-img {
  height: 100%;
  width: calc(100vw - 108px);
  top: 0;
  right: 108px; }

.discover-eon-main-wrapper .tv-img-overlay {
  width: calc(100vw - 108px);
  right: 108px; }

@media only screen and (max-width: 1800px) {
  .discover-eon-main-wrapper .subpage-intro-img {
    width: calc(100% + 2px);
    right: 0; }
  .discover-eon-main-wrapper .tv-img-overlay {
    width: calc(100% + 2px);
    right: 0; } }

@media only screen and (max-width: 1200px) {
  .discover-eon-main-wrapper .subpage-intro-img {
    right: auto;
    left: 50%;
    transform: translateX(-50%); }
  .discover-eon-main-wrapper .tv-img-overlay {
    right: auto;
    left: 50%;
    transform: translateX(-50%); } }

@media only screen and (max-width: 500px) {
  .break-banner-text {
    word-break: break-word;
    width: 12.5rem; } }

@media only screen and (min-width: 1201px) and (max-width: 1800px) {
  .footer-container-2 .footer-bottom-content {
    text-align: center; }
  .footer-container-2 .footer-bottom-nav {
    width: 100%;
    margin-bottom: 20px; }
  .footer-container-2 .footer-bottom-nav-item {
    padding: 0 15px; }
  .footer-container-2 .footer-company-logo {
    margin: 0 auto; } }

a#CybotCookiebotDialogPoweredbyCybot, div#CybotCookiebotDialogPoweredByText {
  display: none; }

.eon-3p-main-wrapper .package-included-right {
  width: 44%; }

.eon-3p-main-wrapper .subpage-intro-img {
  height: 100%;
  width: calc(100vw - 108px);
  top: 0;
  right: 108px; }

@media only screen and (max-width: 1200px) {
  .table-wrapper {
    overflow-x: auto; }
    .table-wrapper table {
      width: unset; }
    .table-wrapper table, .table-wrapper th, .table-wrapper td {
      word-break: normal; } }

@media only screen and (min-width: 1200px) {
  .table-wrapper table {
    width: 100%; } }

.maintenance-msg-ico {
  width: 32px;
  height: 32px; }

.lead-form-inner .fixed-lead-modal-double-input .cart-blank-input-wrapper {
  width: 61%; }
  .lead-form-inner .fixed-lead-modal-double-input .cart-blank-input-wrapper:last-child {
    width: 37%; }

@media only screen and (max-width: 480px) {
  .lead-form-inner .fixed-lead-modal-double-input .cart-blank-input-wrapper {
    width: 100%; }
    .lead-form-inner .fixed-lead-modal-double-input .cart-blank-input-wrapper:last-child {
      width: 100%; } }

@media only screen and (min-width: 1001px) and (max-width: 1200px) {
  .offers-package.refill-package-margin {
    margin-bottom: 70px; } }

.flex-layout.flex-grow {
  flex-grow: 1; }

.padding-without-border {
  padding-bottom: 100px; }

.where-to-buy-wrapper {
  padding-right: 17%;
  padding-top: 3%; }
  .where-to-buy-wrapper .package-col {
    margin-bottom: 20px; }
    .where-to-buy-wrapper .package-col .where-to-buy-content-top .title-13 {
      margin-bottom: 20px; }
    .where-to-buy-wrapper .package-col .where-to-buy-content-bottom {
      width: 55%; }
  @media only screen and (max-width: 599px) {
    .where-to-buy-wrapper {
      padding-right: 0; }
      .where-to-buy-wrapper .package-col {
        width: 100%; }
        .where-to-buy-wrapper .package-col .where-to-buy-content-bottom {
          width: 100%; } }
  @media only screen and (min-width: 600px) and (max-width: 799px) {
    .where-to-buy-wrapper .package-col {
      width: 100%; }
    .where-to-buy-wrapper.padding-without-border {
      padding-bottom: 10px; } }
  @media only screen and (min-width: 800px) {
    .where-to-buy-wrapper .package-col {
      width: 80%; } }
  @media only screen and (max-width: 1000px) {
    .where-to-buy-wrapper {
      padding-top: 0; } }

@media only screen and (max-width: 351px) {
  .tourists-package-wrapper .offers-package .offers-package-top .title-12 {
    font-size: 40px; } }

.tourists-package-wrapper .offers-package .offers-package-bottom {
  place-self: flex-end;
  flex-direction: column; }

@media only screen and (min-width: 801px) and (max-width: 999px) {
  .tourists-package-wrapper .tourist-package-col {
    width: 47%; } }

@media only screen and (min-width: 1000px) and (max-width: 1069px) {
  .tourists-package-wrapper .tourist-package-col {
    width: 49%; } }

@media only screen and (min-width: 1071px) and (max-width: 1600px) {
  .tourists-package-wrapper .tourist-package-col {
    width: 48%; } }

@media only screen and (min-width: 1601px) {
  .tourists-package-wrapper .tourist-package-col {
    width: 47%; } }

.tourist-remark {
  margin-left: 44.2%;
  margin-top: -100px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

@media only screen and (max-widht: 486 px) {
  .tourist-remark {
    margin-top: -100px;
    padding: 0;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; } }

@media only screen and (max-width: 600px) {
  .tourist-remark {
    padding: 0;
    margin-top: -100px;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; } }

@media only screen and (max-width: 800px) {
  .tourist-remark {
    margin-left: 50%;
    padding: 0;
    margin-top: -100px; } }

@media only screen and (max-width: 1000px) {
  .tourist-remark {
    margin-left: 50%;
    padding: 0;
    margin-top: -100px; } }

@media only screen and (max-width: 1200px) {
  .tourist-remark {
    margin-left: 46%;
    padding: 0;
    margin-top: -100px; } }

@media only screen and (max-width: 1400px) {
  .tourist-remark {
    margin-left: 46%;
    padding: 0;
    margin-top: -100px; } }

@media only screen and (max-width: 1600px) {
  .tourist-remark {
    margin-left: 1px;
    float: right;
    padding: 0;
    margin-top: -100px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; } }

@media only screen and (min-width: 1000px) and (max-width: 1600px) {
  .eon-connect-wrapper .eon-packages-section {
    padding: 80px 0 80px; } }

.full-width {
  width: 100%; }

@media only screen and (min-width: 1001px) {
  .additional-package-right-wrapper {
    width: 21%; } }

@media only screen and (max-width: 800px) {
  .object-fit-mobile {
    object-fit: contain; } }

.phone-box-info-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column; }

.phone-box-right-col {
  margin-top: auto; }

.phone-box-top-content {
  flex: 1 0 auto; }

@media only screen and (max-width: 600px) {
  .subpage-intro-section-custom {
    background-image: url("/img/bg/Iznajmljivači_NET_Mobile_v3.jpg"); }
    .subpage-intro-section-custom .video-intro-center-text {
      min-height: auto; }
    .subpage-intro-section-custom .custom-text-title {
      color: black; } }

@media only screen and (max-width: 600px) {
  .package-custom-width {
    width: 90%; } }

.packages-custom-text {
  max-width: 750px;
  margin: 0 auto; }

.hbo-box {
  margin-bottom: 40px; }

.store-link-img {
  width: 182px;
  height: 54px;
  margin-right: 10px;
  margin-bottom: 10px; }
  @media only screen and (max-width: 400px) {
    .store-link-img {
      margin-right: 0px; } }

.boxes-wrapper .box-tag {
  color: black; }

.promo-calendar-title {
  max-width: 1110px; }

.custom-lead-wrapper {
  margin: -50px 20px 90px 20px; }
  @media only screen and (max-width: 1400px) {
    .custom-lead-wrapper {
      margin: -20px 20px 60px 20px; } }
  @media only screen and (max-width: 800px) {
    .custom-lead-wrapper {
      margin: 0px 20px 40px 20px; } }

.tv-devices-left-custom {
  width: 40%; }

.tv-devices-right-custom {
  width: 60%; }

@media only screen and (max-width: 1000px) {
  .tv-devices-left-custom {
    width: 100%;
    margin-bottom: 20px; } }

@media only screen and (max-width: 1000px) {
  .tv-devices-right-custom {
    width: 100%;
    margin-bottom: 20px; } }
