  *,
  *::before,
  *::after {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
  }

  body {
      font-family: 'Montserrat', sans-serif;
  }
  .pdo .plans-grid{  
      grid-template-columns: repeat(1, minmax(0, 440px));
    }
  .plans-grid {
    display: grid;
    justify-content: center;
    gap: 20px;
  }
  .ott-logos {
    position: relative;
    margin: 0 auto;
    padding: 25px 0;
    height: 60px; /* icon height */
  }
  .fiber-fun{
    font-size: 30px;
    text-align: center;
    margin: 3rem 0 0;
  }
  .broadband-plans-selector .plans-text.plans-scroll{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
    align-items: center;
  }
  .broadband-plans-selector .plans-text-sub{
    padding-right: 10px;
  }
  .why-choose-excitel-bd{
    display: none;
  }
  .bd-description h2, .bd-description h3{
    margin: 20px 0;
  }
  #brodband-drp-down{
    color: #000;
  }
  /* logos */
  .ott-logo-icon {
      position: absolute;
      top: 0;
      left: calc(var(--i) * 18px); /* overlap spacing */
      width: 60px;
      height: 60px;
      z-index: calc(100 - var(--i));
  }
  .ott-logos:has(.ott-logo-icon[style*="--total: 2"]) {
    width: 22%;
  }
  .ott-logos:has(.ott-logo-icon[style*="--total: 3"]) {
    width: 35%;
  }

  .ott-logos:has(.ott-logo-icon[style*="--total: 4"]) {
    width: 60%;
  }
  .ott-logos:has(.ott-logo-icon[style*="--total: 5"]) {
    width: 90%;
  }
  .ott-logos:has(.ott-logo-icon[style*="--total: 6"]) {
    width: 100%;
  }
  /*.plan-card.kickstarter-section-wrapper .ott-logos{
    width: 60%;
  }*/
  .plan-card.kickstarter-section-wrapper .card-extras{
    margin-top: 6rem;
  }
  /* image styling */
  .ott-logo-icon img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      /*border-radius: 50%;*/
      border: 2px solid #fff;
      background: #fff;
  }
  .tnc-text-mobile{
    display: none;
  }
  .plans-text.plans-scroll{
    text-align: center;
    padding-top: 15px;
  }
  .plans-text.plans-scroll .select_container:hover{
    border-color: #f1803e !important;
  }
  .plans-grid.cable-grid-3{
    padding-top: 20px;
  }
  #city-drp-down.plan-city-select{
    color: #000 !important;
  }
  #brodband-drp-down.plan-city-select{
    color: #000 !important;
  }
  .plans-text.plans-scroll .select_container{
    /*width: 20%;*/
    border: 3px solid #000;
    margin: 0 auto;
  }
  
  /* 1 card */
  .cable-grid-1 {
      grid-template-columns: repeat(1, minmax(0, 440px)) !important;
  }

  /* 2 cards */
  .cable-grid-2 {
      grid-template-columns: repeat(2, minmax(0, 440px)) !important;
  }

  /* 3 ya zyada cards */
  .cable-grid-3 {
      grid-template-columns: repeat(3, minmax(0, 440px)) !important;
  }
  .kickstarter-section-title{
    border-top-left-radius: 22px !important;
    border-top-right-radius: 22px !important;
    width: 80%;
    margin: 0 auto;
    border: 1px solid #ab9c9c59;
    background: #f8f9fc;
    height: 110px;
    display: flex;
    justify-content: center;
    border-bottom: none;
    position: relative;
    bottom: -17px;
    align-items: center;
    gap: 20px;
    padding: 24px;
  }
  .the-kickstarter-logo-title{
    margin: 0;
    width: 70%;
    font-size: 23px;
    color: #f27024 !important;
  }
  .kickstarter-section-title img{
    width: 100%;
    max-width: 20%;
  }

  .desktop-view {
    display: block;
  }

  .mobile-plans-slider {
      display: none;
  }

  @media (max-width: 768px) {

      .desktop-view {
          display: none;
      }

      .mobile-plans-slider {
          display: block;
      }
      .slick-slide {
      padding: 0 8px; /* 8 + 8 = 16px margin */
  }

  .slick-list {
      margin: 0 -8px; /* fix outer spacing */
  }

      /*.mobile-plans-slider .plan-card {
          padding: 10px;
      }*/
  }
  .section-title {
      text-align: center;
      font-style: italic;
      font-weight: 800;
      font-size: 65px;
      line-height: 74px;
      color: #214D9E !important;
      letter-spacing: -2%;
      padding-top: 36px;
      text-transform: uppercase;
      font-family: 'Montserrat', sans-serif;
      display: flex;
      justify-content: center;
      align-items: center;
  }
  .read-tnc-btn a{
    color: #FFF !important;
    background-color: #f77d48 !important;
    border-radius: 44px !important;
    width: 140px !important;
  }
  .tnc-apply-btn{
    text-align: right;
    padding-top: 44px;
    font-weight: 500;
  }

  .section-title sup {
      font-size: 0.45em;
      vertical-align: super;
  }

  .section-title img {
      width: 100%;
      height: auto;
      max-width: 8%;
  }

  .plans-section {
      padding-bottom: 64px;
  }

  .plans-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 440px));
      gap: 48px;
      justify-content: center;
  }

  .plan-card {
      position: relative;
  }
  .plan-card.kickstarter-section-wrapper .most-popular-wrapper{
    top: -7px;
  }
  .plan-card.kickstarter-section-wrapper .kickstarter-section-title{
    z-index: 10;
  }
  .most-popular-wrapper{
    position: absolute;
    left: 50px !important;
    top: -25px;
    z-index: 10;
  }
  .plan-card.kickstarter-section-wrapper .card-data {
      height: 430px;
  }
  .plans-grid.cable-grid-3 .plan-card .card-data{
    height: 500px;
  }
  .card-data {
      background: #fff;
      border: 1px solid #F77D48;
      border-radius: 22px;
      overflow: visible;
      /*box-shadow: 0 8px 32px rgba(26, 36, 114, .13);
      transition: transform .25s, box-shadow .25s;*/
      position: relative;
      padding-bottom: 40px;
  }
  .most-popular-title{
    /*position: absolute;*/
    padding: 0px 45px 25px 10px;
    background: #f27024;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    z-index: 10;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .15);
  }
  .card-header {
      position: relative;
      z-index: 10;
      background: #214D9E !important;
      padding: 20px 20px !important;
      text-align: center;
      border-top-left-radius: 22px !important;
      border-top-right-radius: 22px !important;
      width: 80%;
      margin: 0 auto;
  }

  .card-header .upto {
      font-size: 18px;
      font-weight: 700;
      line-height: 100%;
      color: #FECF07;
      text-transform: capitalize;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      margin-bottom: 4px;
  }

  .card-header .upto::before,
  .card-header .upto::after {
      content: '';
      flex: 1;
      max-width: 48px;
      height: 1px;
      background: #FECF07;
  }

  .speed {
      font-weight: 800;
      font-size: 38px;
      color: #FECF07;
      line-height: 56px;
      font-style: italic;
      font-family: 'Montserrat', sans-serif;
  }

  .speed sup {
      font-size: .5em;
      vertical-align: super;
  }

  .card-body {
      background: url("/wp-content/themes/cloudme-child/images/Orange-shape.png?v=1.2") no-repeat;
      background-position: 100% 100%;
      background-size: cover;
      padding: 16px 24px 25px !important;
      border-top-left-radius: 22px;
      border-top-right-radius: 22px;
  }

  .plan-type {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      gap: 8px;
      font-size: 1.05rem;
      font-weight: 800;
      color: #fff;
      margin-bottom: 4px;
  }

  .plan-type-top {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 12px;
  }

  .icon-circles {
      width: 40px;
      height: 40px;
      border: 2px solid rgba(255, 255, 255, .8);
      border-radius: 50%;
      display: flex;
      padding: 5px;
      align-items: center;
      justify-content: center;
      background: #fff;
  }

  #plans-ajax-wrapper .icon-circles img{
      margin-bottom: 0 !important;
  }
  .icon-circles img {
      width: 100%;
      height: auto;
      max-width: 100%;
  }

  .plus-sign {
      font-size: 28px;
      font-weight: 700;
      color: #fff;
  }

  .ott-badge {
      height: 40px;
      width: 40px;
      background: #fff;
      color: #151515;
      font-size: 15px;
      font-weight: 700;
      padding: 5px;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
  }

  .plan-type-bottom {
      font-size: 32px;
      line-height: 36px;
      font-weight: 800;
      color: #ffffff;
      letter-spacing: 6%;
  }

  /* pricing rows */
  .card-pricing {
      background: #fff;
      padding: 12px 24px 4px;
  }

  .price-row {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 10px 0;
      border-bottom: 2px dashed #e0e4f0;
  }

  .price-row:last-child {
      border-bottom: none;
  }

  .duration {
      font-size: 22px;
      line-height: 34px;
      font-weight: 700;
      color: #151515;
  }

  .price-row:hover .amount,
  .price-row:hover .duration,
  .price-row:hover .amount span {
      color: #F27024;
      font-weight: 800;
  }

  .price-row:hover .amount {
      font-size: 32px;
  }

  .amount {
      font-size: 28px;
      line-height: 42px;
      font-weight: 800;
      color: #151515;
  }

  .amount span {
      font-size: 22px;
      line-height: 100%;
      color: #151515;
      font-weight: 700;
  }

  .card-extras {
      background: var(--white);
      padding: 12px 24px 8px;
      text-align: center;
  }

  .ott-count {
      font-size: 18px;
      font-weight: 500;
      color: #000000B2;
      line-height: 100%;
      margin-bottom: 8px;
  }

  .ott-logos {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 6px;
      margin-bottom: 8px;
      flex-wrap: wrap;
      position: relative;
      padding: 25px 0 25px;
      /*height: 8vh;*/
      display: flex;
      justify-content: center;
      align-items: center;
      width: 40%;
      margin: 0 auto;
  }

  .ott-logo-icon {
      height: 60px;
      width: 60px;
      border-radius: 50%;
      background: #E0E6F1;
      padding: 5px 2px;
      display: flex;
      align-items: center;
      justify-content: center;
      letter-spacing: .05em;
      border: 3px solid #fff;
      padding: 6px;
  }

  .ott-logo-icon img {
      width: 70% !important;
      height: auto;
      max-width: 100%;
  }

  .ott-logo-icon {
    position: absolute;
    left: calc((100% / var(--total)) * var(--i));
    z-index: var(--i);
  }

  .live-tv {
      font-size: 16px;
      color: #000000B2;
      font-weight: 500;
      line-height: 100%;
      margin-bottom: 4px;
      margin-top: 10px;
  }

  .card-cta {
      position: absolute;
      left: 50%;
      bottom: -20px;
      transform: translateX(-50%);
      width: 100%;
      display: flex;
      justify-content: center;
      pointer-events: none;
  }

  .btn-buy {
      pointer-events: auto;
      background: #F77D48;
      color: #fff !important;
      font-size: 22px;
      font-weight: 800;
      border: none;
      border-radius: 40px;
      padding: 10px 80px;
      cursor: pointer;
      /*box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);*/
  }

  .btn-buy:hover {
      background: #d96208;
      transform: scale(1.02);
  }

  .disclaimer {
      text-align: right;
      font-size: 0.78rem;
      color: #aaa;
      margin-top: -40px;
      padding-right: 8px;
  }

  .slide-label {
      text-align: center;
      font-style: italic;
      font-weight: 800;
      font-size: 26px;
      letter-spacing: -2%;
      text-transform: uppercase;
      background: #fff;
      color: #214D9E;
      margin: 20px 0;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 10px;
  }

  .slide-label--wifi {
      background: var(--orange);
  }

  .slide-label img {
      width: 100%;
      height: auto;
      max-width: 10%;
  }

  .mobile-carousel-wrap {
      display: none;
  }

  .owl-dots {
      margin-top: 14px !important;
  }

  .owl-dot span {
      background: #c8cde8 !important;
      width: 10px !important;
      height: 10px !important;
  }

  .owl-dot.active span {
      background: #d96208 !important;
  }

  .plans-section {
      display: block;
  }

  @media (max-width: 767px) {
    .plan-card.kickstarter-section-wrapper .card-extras{
      margin-top: 2rem;
    }
    .ott-logos:has(.ott-logo-icon[style*="--total: 4"]) {
        width: 65%;
    }
    .ott-logos:has(.ott-logo-icon[style*="--total: 3"]) {
        width: 50%;
    }
    .ott-logos:has(.ott-logo-icon[style*="--total: 2"]) {
        width: 35%;
    }
    .mobile-plans-slider .ott-logo-icon img{
      margin-bottom: 0 !important;
    }
    .ott-logos:has(.ott-logo-icon[style*="--total: 5"]) {
        width: 70%;
    }
    .ott-logos:has(.ott-logo-icon[style*="--total: 6"]) {
        width: 80%;
    }
    .plan-card.kickstarter-section-wrapper .most-popular-wrapper{
      top: 10px
    }
    .plan-card.kickstarter-section-wrapper{
      padding-top: 20px;
    }
    .most-popular-wrapper{
      left: 50px !important;
    }
    .tnc-apply-btn{
      display: none;
    }
    .tnc-text-mobile{
      display: block;
      padding-top: 20px;
      /* margin: 0 auto; */
      text-align: center;
      font-size: 17px;
      font-weight: 600;
    }
    /*.plans-text.plans-scroll .select_container{
      width: 70%;
    }*/
    .the-kickstarter-logo-title{
      font-size: 22px;
      line-height: 30px;
    }
    .section-title{
      display: flex;
    }
    .section-title img{
      width: 12% !important;
    }
    .mobile-slide-wrap{
      padding-bottom: 20px;
    }
    .card-data{
      margin-bottom: 20px !important;
    }
    .section-title.wifi-sec span{
      font-size: 30px;
    }
    .section-title span{
      width: 88%;
      font-size: 24px;
      line-height: normal;
    }
    .kickstarter-section-title img{
      max-width: 20% !important;
    }
    .secondary_menu_plans .content_wrap{
      width: auto !important;
      padding: 0px 10px;
    }
      /*.plans-section {
          display: none;
      }*/

      .mobile-carousel-wrap {
          display: block;
          padding: 0 4px;
      }

      .disclaimer {
          margin-top: 12px;
          text-align: center;
      }

      .speed {
          font-size: 28px;
          line-height: 32px;
      }

      .card-header .upto {
          font-size: 18px;
      }

      .card-header {
          padding: 20px !important;
      }

      .duration {
          font-size: 18px;
      }

      .amount {
          font-size: 22px;
      }

      .amount span {
          font-size: 18px;
      }

      /*.ott-logos {
          width: 70%;
      }*/

      .price-row:hover .amount {
          font-size: 24px;
      }

      .plan-type-bottom {
          font-size: 30px;
      }

      .card-body {
          background-position: center;
      }

      .plan-card {
          margin-bottom: 25px;
      }
  }

  @media (min-width: 768px) and (max-width: 991px) {
    .plans-grid.cable-grid-3 > :last-child {
      grid-column: 1 / 3;
      width: 60%;
      margin: 0 auto;
    }
    .main-header-dropdown.mobile-menu-city{
      display: none !important;
    }
    .plan-card.kickstarter-section-wrapper .card-extras {
        margin-top: 2rem;
    }
      .plans-grid.cable-grid-3 .plan-card.kickstarter-section-wrapper .card-data {
          height: 430px;
      }
      .ott-logos:has(.ott-logo-icon[style*="--total: 4"]) {
          width: 75%;
      }
      .ott-logos:has(.ott-logo-icon[style*="--total: 3"]) {
          width: 55%;
      }
      .ott-logos:has(.ott-logo-icon[style*="--total: 2"]) {
          width: 40%;
      }
      .desktop-view .ott-logo-icon img{
        margin-bottom: 0!important;
      }
      .content_wrap .icon-circles img{
        margin-bottom: 0 !important;
      }
      .menu-plans-menu-container{
        right: 3% !important;
      }
     /* .plans-text.plans-scroll .select_container{
        width: 40%;
      }*/
      .desktop-view{
        display: block;
      }
      .mobile-plans-slider{
        display: none;
      }
      .plans-grid {
          grid-template-columns: repeat(2, minmax(0, 100%)) !important;
          gap: 18px;
      }

      .card-body {
          background-position: center;
      }

      .speed {
          font-size: 32px;
          line-height: 32px;
      }
      .plan-card .card-data{
        margin-bottom: 50px;
      }
      .card-header {
          padding: 20px;
      }

      .duration {
          font-size: 18px;
      }

      .amount {
          font-size: 22px;
      }

      .amount span {
          font-size: 18px;
      }

      .ott-logos {
          width: 65%;
      }

      .price-row:hover .amount {
          font-size: 24px;
      }

      .plan-type-bottom {
          font-size: 30px;
      }

      .section-title {
          font-size: 50px;
      }
      .the-kickstarter-logo-title{
        font-size: 20px;
      }
  }
  @media (min-width: 991px) and (max-width: 1024px) {
    .desktop-view .ott-logo-icon img{
      margin-bottom: 0!important;
    }
    .ott-logos:has(.ott-logo-icon[style*="--total: 5"]) {
        width: 60%;
    }
    .ott-logos:has(.ott-logo-icon[style*="--total: 6"]) {
        width: 75%;
    }
    .main-header-dropdown {
        /* float: right; */
        position: relative !important;
        left: 4%;
        color: #000;
        /* padding: 12px 0; */
        top: 0 !important;
        float: left !important;
        width: 20%;
        /* margin: 0 auto; */
    }
    .plans-text-sub.tell-us{
      font-size: 20px;
      padding-bottom: 20px;
    }
    /*.plans-text.plans-scroll .select_container{
        width: 30%;
    }*/
    #menu-plans-menu{
      padding-right: 0 !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1280px) {
    .plans-grid.cable-grid-3 .ott-logo-icon img{
      margin-bottom: 0!important;
    }
    .ott-logos:has(.ott-logo-icon[style*="--total: 5"]) {
        width: 70%;
    }
    .ott-logos:has(.ott-logo-icon[style*="--total: 6"]) {
        width: 80%;
    }
    .plans-grid.cable-grid-3 > :last-child {
      grid-column: 1 / 3;
      width: 50%;
      margin: 0 auto;
    }
      .ott-logos:has(.ott-logo-icon[style*="--total: 4"]) {
          width: 50%;
      }
      .section-title {
          font-size: 60px;
      }
      .content_wrap .icon-circles img{
        margin-bottom: 0 !important;
      }
      .duration{
        font-size: 20px;
      }
      .amount{
        font-size: 26px;
      }
      .plans-grid{
        gap: 30px;
      }
      .kickstarter-section-title{
        padding: 0;
      }
      .kickstarter-section-title{
        padding: 0 !important;
      }
      .card-header{
        padding: 13px !important;
      }
      .speed {
          font-size: 40px;
      }
      .plans-grid.cable-grid-3{
        grid-template-columns: repeat(2, minmax(0, 440px)) !important;
      }
      .most-popular-wrapper{
        top: -27px !important;
        left: 45px !important;
      }
      .plan-card.kickstarter-section-wrapper .most-popular-wrapper{
        top: -7px !important;
      }
      .card-data{
        margin-bottom: 50px;
      }
  }