div.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }


  .days {
    display: flex;
    justify-content: center;
    text-align: center;
  }

  @media (max-width: 1480px) {
    .flex-container {
      flex-direction: column;
    }
  }

  .day {
    width: 100%;
    border-radius: 15px;
    height: 300px !important;
    background-color: #efeff6;
    text-align: center;
    justify-content: center;
    padding: 10px;
    float: left;
    margin-right: 7px;
    margin-top: 7px;
  }

  .datelabel {
    margin-bottom: 15px;
  }

  .tab {
    padding: 10px;
    cursor: pointer;
  }

      /*
 CSS for the main interaction
*/
.tabset>input[type="radio"] {
    position: absolute;
    left: -200vw;
  }

  .tabset .tab-panel {
    display: none;
  }

  .tabset>input:first-child:checked~.tab-panels>.tab-panel:first-child,
  .tabset>input:nth-child(3):checked~.tab-panels>.tab-panel:nth-child(2),
  .tabset>input:nth-child(5):checked~.tab-panels>.tab-panel:nth-child(3),
  .tabset>input:nth-child(7):checked~.tab-panels>.tab-panel:nth-child(4),
  .tabset>input:nth-child(9):checked~.tab-panels>.tab-panel:nth-child(5),
  .tabset>input:nth-child(11):checked~.tab-panels>.tab-panel:nth-child(6) {
    display: block;
  }

  /*
Styling
*/

  .tabset>label {
    position: relative;
    display: inline-block;
    padding: 15px 15px 25px;
    border: 1px solid transparent;
    border-bottom: 0;
    cursor: pointer;
    font-weight: 600;
  }

  .tabset>label::after {
    content: "";
    position: absolute;
    left: 15px;
    bottom: 10px;
    width: 22px;
    height: 4px;
    background: #D6D6D6;
  }

  .tabset>label:hover,
  .tabset>input:focus+label {
    color: #3ba75c;
  }

  .tabset>label:hover::after,
  .tabset>input:focus+label::after,
  .tabset>input:checked+label::after {
    background: #3ba75c;
  }

  .tabset>input:checked+label {
    border-color: #ccc;
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
  }

  .tab-panel {
    padding: 30px 0;
    border-top: 1px solid #ccc;
  }

  /*
Demo purposes only
*/
  *,
  *:before,
  *:after {
    box-sizing: border-box;
  }


  .tabset {
    max-width: 65em;
  }

  .tab {
    padding: 10px;
    cursor: pointer;
  }


  @media screen and (max-width: 992px) {
    #abc {
      display: none;
    }
  }

  @media screen and (min-width: 1400px) {
    #xyz {
      margin-top: 159px;
    }

    #seccol {
      margin-top: 105px;
    }
  }

  @media screen and (max-width: 1400px) {
    #xyz {
      margin-top: 250px;
    }

    #seccol {
      margin-top: 105px;
    }
  }

  @media screen and (max-width: 770px) {

    #seccol {
      margin-top: 40px;
    }
  }

  @media screen and (max-width: 480px) {
    #xyz {
      margin-top: 290px;
    }
  }


  .prayer-card {
            background-color: white;
            border-radius: 5px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            max-width: 400px;
            /*margin: 20px auto;*/
            overflow: hidden;
        }
        .prayer-header {
            background-color: #2c3e50;
            color: white;
            /*padding: 15px;*/
            text-align: center;
        }
        .prayer-title {
            background: #1d2332;
            font-size: 15px;
            letter-spacing: 2px;
            font-weight: bold;
            padding: 10px 0;
        }
        .prayer-date {
            /*background: url(../images/widget/slider-background.png);*/
            background: url(../images/widget/wolfie-azad-nnhwC2cGPh8-unsplash.jpg);
           /* background: url(../images/widget/abdullah-inam-ydw9eaAClwk-unsplash.jpg);*/
            background-size: cover;
            background-repeat: no-repeat;
            /*background-position: center;*/
            background-position: bottom;
            font-size: 0.9rem;
            /*opacity: 0.9;*/
            padding-bottom: 16px;
        }
        .prayer-times {
            /*padding: 0 20px;*/
        }
        .time-header {
            font-size: 13px;
            color: #36c034;
            background: #e2ffe4;
            display: flex;
            justify-content: flex-end;
            font-weight: bold;
            padding-top: 5px;
            padding-bottom: 5px;
            border-bottom: 1px solid #eee;
        }
        .prayer-time {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 8px 16px;
            border-bottom: 1px solid #dadada;
            font-size: 15px;
        }
        .prayer-name {
            display: flex;
            font-weight: 600;
        }
        .time-value {
            font-weight: 600;
        }
        .calendar-link {
            display: block;
            text-align: center;
            padding: 15px;
            color: #3498db;
            text-decoration: none;
            font-weight: 600;
        }
        .powered-by {
            text-align: center;
            padding: 10px;
            font-size: 0.8rem;
            color: #2c3e50;
            border-top: 1px solid #eee;
        }
        .powered-by strong {
            color: #2c3e50;
        }
        .splide__slide h5{
            padding-top: 30px;
            color: #fff;
        }
        .splide__slide p{
            font-size:16px;
        }
        .splide__track{
          padding-bottom: 25px;
        }
        .splide__pagination__page{
            width: 12px;
            height: 12px;
        }

        .splide__pagination{
          bottom: .9em !important;
        }

        .owl-carousel .item {
          height: 509px;
          overflow: hidden;
          position: relative;
        }

        .owl-carousel .item img {
          height: 100%;
          object-fit: contain;
        }