@import url("//fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;0,900;1,100;1,500&display=swap");
/* old cube with lhk tag */
lhk .cl {
    width: 160px;
    cursor: grab;
    font-family: sans-serif, sans-serif;
    height: 110px;
    bottom: 161px;
    left: 3px !important;
    margin: auto;
    position: fixed;
    z-index: 2147483640;
}
    
    lhk .lhm-close {
   pointer-events: all;
    cursor: pointer;
    width: 40px;
    position: absolute;
    top: -40px;
    right: -16px;
}


lhk .lhm-banner-ad {
    pointer-events: all;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    line-height: 11px;
    border-radius: 5px;
    font-size: 10px;
    width: 100px;
    position: absolute;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #000000;
}

lhk  .lhm-banner-ad {
    font-size: 9px!important;
    line-height: 15px!important;
    top: -25px!important;
}


lhk .lhk-iframe {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* NEW CUBE */

.LHKcubeloader {
    width: 160px;
    cursor: grab;
    font-family: sans-serif, sans-serif;
    height: 110px;
    bottom: 161px;
    left: 3px !important;
    margin: auto;
    position: fixed;
    z-index: 2147483640;
}

.LHKcubeClose {
   pointer-events: all;
    cursor: pointer;
    width: 40px;
    position: absolute;
    top: -40px;
    right: -16px;
}


.LHKcreditsCube {
    pointer-events: all;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    line-height: 15px;
    border-radius: 5px;
    font-size: 9px;
    width: 100px;
    position: absolute;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #000000;
    top: -25px!important;
}



.LHKcubeIframe {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}



/* INFEED */


.lhk-inArticle-Ad {
    width: 399px;
    height: 10px;
    border-color: #000000;
    border-width: 0px;
    
    overflow: hidden;
}



/* popup */

.lhk-popup-ad-container
{
    width: 100vw;
    height: 100vh;
    top: 0;
    overflow: hidden;
    left: 0;
    position: fixed !important;
    pointer-events: auto;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background-color: rgba(0,0,0,0.9);
    backdrop-filter: blur(5px);
    z-index: 2147483647;
}

.close_lhk-popup {
    background-color: #ebebeb;
    color: #000;
    cursor: pointer;
    font-family: arial;
    font-weight: 700;
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 35px;
    line-height: 30px;
    width: 35px;
    height: 35px;
    z-index: 2147483647;
    text-align: center;
    border-radius: 15px;
}

.lhk-popupcontent {
    position: absolute;
    padding: 10px;
    border: 1px solid #ebebeb;
    border-radius: 5px;
}


.lhk-popup {
    width: auto !important;
    height: auto !important;
    align-items: center;
    overflow: hidden;
    margin: 0px auto;
}

/* STICKY ADS */

.lhk-sticky-ads {
       	bottom: 0;
       	left: 0;
       	width: 100%;
       	height: 100px;
       	box-shadow: 0 -6px 18px 0 rgba(9, 32, 76, .1);
       	-webkit-transition: all .1s ease-in;
       	transition: all .1s ease-in;
       	display: flex;
       	align-items: center;
       	justify-content: center;
       	background-color: #fefefe;
       	z-index: 20;
}

.lhk-sticky-ads-close {
       	width: 30px;
       	height: 30px;
       	display: flex;
       	align-items: center;
       	justify-content: center;
       	border-radius: 12px 0 0;
       	position: absolute;
       	right: 0;
       	top: -25px;
       	background-color: #fefefe;
       	box-shadow: 0 -6px 18px 0 rgba(9, 32, 76, .08);
       	cursor: pointer;
}

.lhk-sticky-ads .lhk-sticky-ads-close svg {
       	width: 22px;
       	height: 22px;
      	fill: #000;
}

.lhk-sticky-ads .lhk-sticky-ads-content {
       	overflow: hidden;
       	display: block;
       	position: relative;
       	height: 165px;
      	width: 100%;
       	margin-right: 10px;
     	margin-left: 10px;
    	padding: 0px;
}

/*SEARCH ADS*/

.lhk-search-block__title {
    color: black;
    font-family: system,-apple-system,Arial,sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    display: inline-block;
    margin-bottom: 5px;
}
.lhk-search-block__lhk-search-container {
    display: grid;
    
    grid-auto-rows: 1fr;
    grid-gap: 0.75em;
}

.lhk-search-block__item {
    border-radius: 10px;
    box-shadow: 2px 2px 6px 2px #ccc;
    display: inline-flex;
    align-items: center;
    padding: 5px;
    min-height: 64px;
    text-decoration: none;
    font-size: 1.25em;
    font-family: system,-apple-system,Arial,sans-serif;
    transition: all 0.3s ease;
}

.lhk-search-block--theme2 a {
    background-color: #5ec0e9;
}

.lhk-search-block__item span {
    margin: 0;
    padding: 0 5px;
    color: #fff;
    font-size: 12px;
}

.lhk-search-block__col {
    flex: 1;
}

/* NEW INFEED 15 */


.lhk-ads-container {
      width: 100%;
      padding: 10px 0px;
      font-family: 'Roboto', sans-serif;
  }

  .lhk-ads-container .lhk-ads-row {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
  }


  .lhk-ads-container.lhk-ads-small-container .lhk-ads-row .lhk-card {
      width: 200px;
  }

  .lhk-ads-container .lhk-ads-row .lhk-card {
      width: calc(33% - 10px);
      overflow: hidden;
      margin-left: 10px;
      margin-bottom: 10px;
      border-radius: 5px;
  }

  .lhk-ads-container .lhk-ads-row .lhk-card .lhk-image {
      width: 100%;
      overflow: hidden;
  }

  .lhk-ads-container.lhk-ads-small-container .lhk-ads-row .lhk-card .lhk-image {
      height: 130px;
  }

  .lhk-ads-container .lhk-ads-row .lhk-card .lhk-image img {
      width: 100%;
      border-radius: 3px;
      transition: 0.4s;
      margin:0;
      padding:0;
  }

  .lhk-ads-container .lhk-ads-row .lhk-card .lhk-image img:hover {
      transform: scale(1.2) rotate(5deg);
      opacity: 0.8;
  }

  .lhk-ads-container .lhk-ads-row .lhk-card a {
      color: #585858;
  }



  .lhk-ads-container.lhk-ads-small-container .lhk-ads-row .lhk-card .lhk-image img {
      height: 150px;
  }


  .lhk-ads-container .lhk-ads-row .lhk-description {
      width: 100%;
      padding: 5px 0px 2px 0px;
  }

  .lhk-ads-container .lhk-ads-row .lhk-description p {
      font-size: 15px;
      margin:0;
      padding:0;
      line-height:1;
      font-family: 'Roboto', sans-serif;
  }

  .lhk-ads-container.lhk-ads-small-container .lhk-ads-row .lhk-description p {
      font-size: 15px;
      margin:0;
      padding:0;
      line-height:1;
      font-family: 'Roboto', sans-serif;
  }

  .lhk-ads-container .lhk-logo {
      width: 100%;
      display: flex;
      justify-content: right;
      padding-right: 20px;
  }


  .lhk-description-details {
      display: flex;
      bottom: 10px;
      margin-bottom: 5px;
      margin-left: 10px;
      margin-top: 5px;
  }

  .lhk-description-details p {
      font-size: 10px;
      color: #a6a6a6;
      margin-bottom: 0px !important;
      font-style: normal;
      font-weight: 400;
      display: flex;
      align-items: center;
      margin:0;
      padding:0;
      line-height:1;
      font-family: 'Roboto', sans-serif;
  }

  .lhk-description-details p i svg {
      width: 12px;
      height: 12px;
      color: #a6a6a6;
      margin-right: 5px;
  }


/* NEW STICKY */

.lhk-new-sticky-container {
            width: 100% !important;
            height: 110px !important;
            position: fixed !important;
            bottom: 0px !important;
            display: flex !important;
            z-index: 9999999999 !important;
            justify-content: center !important;
            left: 0px !important;
            font-family: sans-serif !important;
        }

        .lhk-new-sticky-wrapper {
            width: 80% !important;
            height: 100% !important;
            position: relative !important;
			background: white;
            /* overflow: hidden !important; */
            /* box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.2) !important; */
            box-shadow: 0px -5px 16px rgba(0, 0, 0, 0.1) !important;
            border-radius: 3px 3px 0px 0px !important;
            display: flex !important;
        }

        .lhk-new-sticky-wrapper .lhk-new-sticky-image {
            width: 20% !important;
        }

        .lhk-new-sticky-wrapper .lhk-new-sticky-image img {
            width: 100% !important;
            height: 100% !important;
        }

        .lhk-new-sticky-wrapper .lhk-new-sticky-details {
            width: 80% !important;
            padding: 10px !important;
        }

        .lhk-new-sticky-wrapper .lhk-new-sticky-details .lhk-top-line {
            display: flex !important;
            align-items: center !important;
        }

        .lhk-new-sticky-wrapper .lhk-new-sticky-details .lhk-top-line .lhk-ad-label {
            font-size: 12px !important;
            padding: 5px 8px !important;
            background-color: rgb(214, 214, 16) !important;
            border-radius: 6px !important;
        }

        .lhk-new-sticky-wrapper .lhk-new-sticky-details .lhk-top-line .lhk-ad-title {
            margin-left: 10px !important;
            font-size: 14px !important;
        }

        .lhk-new-sticky-wrapper .lhk-new-sticky-details .lhk-ad-description-p-tag {
            margin-top: 10px !important;
            word-wrap: break-word !important;
            line-height: 20px !important;
        }

        .lhk-new-sticky-wrapper .lhk-new-sticky-nav-btn {
            width: 20% !important;
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
        }

        .lhk-new-sticky-wrapper .lhk-new-sticky-nav-btn .lhk-new-sticky-btn {
            background-color: rgb(214, 214, 16) !important;
            padding: 10px !important;
            display: flex !important;
            align-items: center  !important;
            justify-content: center !important;
            border-radius: 6px !important;
            cursor: pointer !important;
            margin-left: 50px !important;
        }


        .lhk-new-sticky-wrapper .lhk-close-btn-container {
            position: absolute !important;
            right: 0px !important;
            top: -30px !important;
        }

        .lhk-new-sticky-wrapper .lhk-close-btn-container .lhk-close-btn {
            padding: 5px 7px !important;
            border-radius: 5px 5px 0px 0px !important;
            z-index: 99 !important;
            background-color: white;
            position: relative !important;
            box-shadow: 0px -5px 16px rgba(0, 0, 0, 0.1) !important;
            cursor: pointer;

        }


/* NEW LHK DISPLAY ONE */

.lhk-shade-card-container-display-one {
            max-width: 400px;
            position: relative;
            margin: auto;
        }

        .lhk-shade-card-container-display-one .lhk-card-display-one {
            position: relative;
            display: flex;
            cursor: pointer;
            text-decoration: none !important;
            flex-direction: column;
        }

        .lhk-shade-card-container-display-one .lhk-image-display-one {
            width: 100%;
            box-shadow: 0 0 8px 8px white inset;
            height: 150px;
            margin-bottom: 0px;

            position: relative;
        }

        .lhk-shade-card-container-display-one .block-display-one {
            width: 100%;
            position: absolute;
            bottom: 0px;
            top: 0px;

        }

        .lhk-shade-card-container-display-one .lhk-image-display-one img {
            width: 100%;
            height: 150px;
            border-radius: 0px !important;

        }

        .lhk-shade-card-container-display-one .lhk-content-display-one {
            background-color: black;
            z-index: 9999;
            display: flex;
            color: white;
            box-shadow: -5px -10px 20px black;
            padding: 5px 15px;
            padding-top: 10px;
        }



        .lhk-shade-card-container-display-one .lhk-content-display-one p {
            margin-top: 0px;
            font-size: 12px;
            margin-bottom: 5px;
        }



        .lhk-shade-card-container-display-one .lhk-content-display-one .lhk-details-display-one {
            width: 80%;
        }

        .lhk-shade-card-container-display-one .lhk-content-display-one .lhk-icon-display-one {
            width: 20%;
        }

        .lhk-shade-card-container-display-one .lhk-content-display-one .lhk-circle-display-one {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background-color: red;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center;
            animation: bounce 2s infinite;
      animation-timing-function: ease-in-out;
            /* float: right; */

        }

        /* Define the animation */
        @keyframes bounce {

            0%,
            20%,
            50%,
            80%,
            100% {
                transform: scale(1.1);
            }

            40% {
                transform: scale(1);
            }

            60% {
                transform: scale(0.9);
            }
        }



        .lhk-shade-card-container-display-one .lhk-content-display-one .lhk-circle-display-one svg {
            width: 20px;
            height: 20px;
            color: white;
        }

        .lhk-shade-card-container-display-one .lhk-content-display-one span {
            font-size: 12px;
            margin-top: 4px;
            display: block-display-one;
        }


.lhk-shade-card-container-display-one  span b {
            padding: 3px 4px;
            font-size: 8px;
            margin-right: 5px;
			 color: #000;
            background-color: rgb(231, 218, 36);
            border-radius: 5px;
        }


/* NEW LHK DISPLAY ONE ENDS */

/* Media Queries */

 @media screen and (max-width: 900px) {
            .lhk-new-sticky-wrapper{
                width: 100% !important;
            }

            .lhk-new-sticky-wrapper  .lhk-new-sticky-image{
                width: 45% !important;
            }

            .lhk-new-sticky-wrapper .lhk-new-sticky-details .lhk-ad-description-p-tag {
                font-size: 16px !important;
                line-height: 22px !important;
                font-family: 'Roboto';
            }
        }


 @media screen and (max-width: 800px) {
      .lhk-ads-container .lhk-ads-row .lhk-card {
          width: calc(48% - 10px);
          margin-left: 10px;
      }

	.lhk-shade-card-container-display-one {
                width: 80%;
            }
  }


@media (min-width:720px)
{
    .lhk-inArticle-Ad {
        width: 410px;
        height: 10px;
        border-color: #000000;
        border-width: 0px;
        overflow: hidden;
    }
    .lhk-search-block__lhk-search-container {
        grid-template-columns: repeat(2, 1fr);
     }
}


  @media screen and (max-width: 600px) {
      .lhk-ads-container .lhk-ads-row {
          /* padding-left: 10px;
          padding-right: 10px; */
          /* position: relative;
          left: -30px;
          width: 100vw; */
      }

      .lhk-ads-container .lhk-ads-row .lhk-card {
          width: 100%;
          margin-left: 0px;
      }

      .lhk-ads-container .lhk-ads-row .lhk-description p {
          font-size: 18px;
          color: #000;
          margin: 0;
          padding: 0;
          line-height: 1;
          font-family: 'Roboto', sans-serif;
      }
  }