.allkeytrends
{
    padding-top:24px;
    /* padding-bottom: 26px; */
    padding-bottom: 15px;
    /* height:160px; */
    height:160px;
    border-bottom: 1px solid #E4E4E4;
}

.owl-nav {
  display: block !important;  
}

.owl-prev, .owl-next {
  visibility: visible !important; 
}
.keytrendimg
{
    width:37%;
    margin-right: 2.5%;
}
.keytrendimgcontent
{
    width:59%;
}
.keytrendlistimg
{
  max-height: 168px;
  width: 100%;
}
.mobkeytrenddiv
{
    width:100%;
    height:126px;
    padding-top:29px;
    padding-bottom:25px;
    border-bottom:1px solid #E4E4E4
}

.mobkeytrendimgdiv
{
    width:47%;
    margin-right:4%;
    padding-top:17px;
}
.mobkeytrendimg
{
    height: 84px;
    /* max-height: 200px; */
    width: 100%
}
.mobkeytrendcontent
{
    margin-top: 0px;
    width: 49%;
     font-size: 16px;
    overflow: hidden;
     line-height: 1;
      float: left;
}
.keytrendtitle
{
    padding-bottom: 10px;
    font-size: 16px;
}
.keytrendyearmonth
{
    padding-bottom: 13px;
    font-size: 16px;
}
.keytrendinnercontent
{
    line-height: 25px;
     color:#676767;
}

/* Trend Slider */
 
.slider
{
    position: relative;
    margin-bottom: 20px;
    display: flex;
}
.owl-stage
{
    display: flex;
}
 
.slider .owl-item.active.center .slider-card
{
 transform: scale(1.15);
 opacity: 1;
 background-color: #e43a15;
 background: -webkit-linear-gradient(to right,#e65245,#e43a15);
 background: linear-gradient(to right,#e65245,#e43a15);
}
.slider {
    margin-bottom: 30px;
    position: relative;
  }
  .slider .owl-item.active.center .slider-card {
    transform: scale(1.15);
    opacity: 1;
    background: white; /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, white, white); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, white, white); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: black;
    /* height: fit-content; */
  }
  .slider-card {
    width:88%;
    height:423px;
    background: #fff;
    padding: 0px 0px;
    margin: 50px 15px 90px 15px; 
    border-radius: 5px;
    transform: scale(0.9);
    opacity: 0.5;
    transition: all 0.3s;
    border:1px solid #E4E4E4;
    padding-right: 16px;
    padding-left: 2px;
  }
  .slider-card img {
    border-radius: 5px 5px 0px 0px;
  }
  .owl-nav .owl-prev {
    position: absolute;
    top: calc(50% - 25px);
    left: 0;
    opacity: 1;
    z-index: 1;
  }
  .owl-nav .owl-next {
    position: absolute;
    top: calc(50% - 25px);
    right: 0;
    opacity: 1;
    z-index: 1;
  }
 
  .owl-dots {
    text-align: center;
  }
  .owl-dots .owl-dot {
    height: 10px;
    width: 10px;
    border-radius: 10px;
    background: #ccc !important;
    margin-left: 3px;
    margin-right: 3px;
    outline: none;
  }
  .owl-dots .owl-dot.active {
    background: #005897 !important;
  }
  .trendslides
  {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      font-size: 24px!important;
      color: white!important;
      /* background-color: #005897!important;
      border:1px solid #005897!important;  */
      border-radius: 50%!important; 
      padding: 15px; 
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
  }
  .owl-nav .owl-prev {  
    left: 199px;
}
 
.owl-nav .owl-next {
    right: 185px;
}
.owl-nav .owl-prev i,
.owl-nav .owl-next i {
    font-size: 20px; /* Adjust icon size */
}
.owl-stage-outer
{
  height:528px;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next
{
  top: 44% !important;
}
.mobtextcenter
{
  text-align: justify;
  color: #666666;
  width:85%;
  margin: auto;
  font-size: 12px; 
  line-height: 19px;
  padding-top: 7px;
}
.trendslidertitle
{
  font-size: 18px;
  padding-left: 32px; 
}
.trendslidersubtitle
{
  font-size: 18px;
  padding-left: 18px;
  padding-bottom:10px;
  padding-top: 5px;
}
.owl-carousel .owl-item img
{
  width: auto !important;
}
@media screen and (max-width: 940px){
  .slider-card
  {
    margin: auto;
    width:80%;
    /* height: 262px!important; */
    padding-top:5px!important;
    padding-bottom: 15px !important;
  }
  .trendslides
  {
    /* height: 300px; */
    top:20px;
    position: relative;
    align-items: normal!important;
  }
  .owl-nav .owl-prev
  {
    left:8%;
  }
  .owl-nav .owl-next
  {
    right:8%;
  }
  .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next
  {
    top: 28%!important;
  }
  .owl-stage-outer
  {
    margin-bottom: 0px!important;
    height: 500px!important;
  }
  .zoom-button{
    top:45px;
    right:35px;
    width:auto !important;
  }
  .owl-dots .owl-dot {
    margin-left: 7px !important;
    margin-right: 7px !important;
  }

}
@media screen and (width: 1024px){
  .owl-nav .owl-prev {  
    left: 126px;
}
.owl-nav .owl-next {  
  right:115px;
}
.mobtextcenter
{
  line-height: 15px!important;
  word-spacing: 3px;
  text-align: initial!important;
  width: 93%!important;
  margin: auto;
  padding-left: 10px!important;
}
.slider-card
{
  width:100%;
  margin:50px 0px 90px 5px!important;
}
.trendslidertitle
{
  width: 94%;
  margin: auto;
  padding-left: 0px!important;
}
.trendslidersubtitle
{
  padding-left: 4px!important;
}

}
.owl-prev.disabled,
.owl-next.disabled {
    pointer-events: none;
    color: gray; 
    opacity: 0.3; 
}


.zoom-button{
 
  position:absolute;
  top: 25px;
   right: 10px; 
  color: white;
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  /* font-size: 24px; */
  z-index: 9999;
}

@media screen and (min-width: 480px)and (max-width: 500px){
.zoom-button{
  /* top:45px; */
    right:42px !important;
    width: auto !important;
}
}
@media screen and (min-width: 430px)and (max-width: 479px){
  .zoom-button{
    /* top:45px; */
      right:35px !important;
      width: auto !important;
  }
  }
  @media screen and (min-width: 501px)and (max-width: 540px){
    .zoom-button{
      /* top:45px; */
        right:50px !important;
        width: auto !important;
    }
    }
    @media screen and (min-width: 541px)and (max-width: 600px){
      .zoom-button{
        /* top:45px; */
          right:72px !important;
          width: auto !important;
      }
      }

      @media screen and (min-width: 601px)and (max-width: 640px){
        .zoom-button{
          /* top:45px; */
            right:90px !important;
            width: auto !important;
        }
        }
        @media screen and (min-width: 641px)and (max-width: 700px){
          .zoom-button{
            /* top:45px; */
              right:112px !important;
              width: auto !important;
          }
          }
          @media screen and (min-width: 701px)and (max-width: 740px){
            .zoom-button{
              /* top:45px; */
                right:130px !important;
                width: auto !important;
            }
            }

            @media screen and (min-width: 741px)and (max-width: 800px){
              .zoom-button{
                /* top:45px; */
                  right:152px ;
                  width: auto; 
              
              }
              }
              @media screen and (min-width: 801px)and (max-width: 840px){
                .zoom-button{
                  /* top:45px; */
                    right:170px !important;
                    width: auto !important;
                }
                }
                @media screen and (min-width: 841px)and (max-width: 900px){
                  .zoom-button{
                    /* top:45px; */
                      right:192px ;
                      width: auto; 
                
                  }
                  }

                  @media screen and (min-width: 901px)and (max-width: 940px){
                    .zoom-button{
                      /* top:45px; */
                        right:210px !important;
                        width: auto !important;
                    }
                    }

.mobkeytrenddesc p
{
  margin: 0px !important;
}
