/* html,
body {
  margin: 0;
  padding: 0;
  background: #F6F6F6;
  ;
} */
.bg-grey{
    background: #F6F6F6;
}


.img-fluid {
    max-width: 100% !important;
    height: auto !important;
  }
.qs-row {
    /* padding-top: 30px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* margin: 30px 0; */
}


.qs-col-50 {
    width: 48%;
}

@media(min-width:998px) {
    .qs-slider-container{
        width:75%;
        margin:0 auto;
    }
}

@media(max-width:998px) {
    .qs-row {
        flex-direction: column;
        margin: 0px 0;
    }

    .qs-col-50 {
        width: 100%;
    }
}

.slick-track {
    display: flex;
    gap: 1rem;
}

.qs-slider__main-item-media {
    height: 450px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;

}

.qs-slider__main-item-media--text {
    height: 350px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;

}

@media(max-width:998px){
    .qs-slider__main-item-media {
        height: 350px;
    }
}
@media(max-width:568px){
    .qs-slider__main-item-media {
        height: 250px;
    }  
    .qs-slider__main-item-media--text, .qs-slider__main-item-media {
        height: 250px;
    }  

}
.qs-slider__main-item-media-video{
    height: 100%;
    width: 100%;
}
.qs-slider__main-item-media-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.qs-slider__navigation {
    margin-top: 20px;
}

.qs-slider__nav-item {
    height: 120px;
    border-radius: 8px;
}

.qs-slider__nav-item--text {
    height: 80px;
    border-radius: 8px;
}
@media(max-width:768px){
    .qs-slider__nav-item {
        height: 70px;
        border-radius: 8px;
    }

    .qs-slider__nav-item--text {
        height: 70px;
        border-radius: 8px;
    }
}

.qs-slider-nav-wrapper .slick-dots li button:before {
    content: none;
}

.qs-slider-nav-wrapper .slick-dots .slick-active button {
    background: #F7A70D;
    border-radius: 16px;
    padding: 0 10px;
}

.qs-slider-nav-wrapper .slick-dots li button {
    border-radius: 50%;
    height: 8px;
    width: 8px;
    background: #D9D9D9;
    font-family: none;
    padding: 0;

}

.qs-slider-nav-wrapper .slick-dots li button:hover:before,
.qs-slider-nav-wrapper .slick-dots li button:focus:before {
    outline: none;
    color: #F7A70D;
}



.slick-prev:before,
.slick-next:before {
    content: none;
}

.qs-slider__wrapper .slick-prev.slick-arrow {
    background-image: url(../images/left_arrow.png) !important;
    height: 44px;
    width: 44px;
    background-repeat: no-repeat;
    left: -60px;
    top: 40%;
}
.qs-slider__wrapper .slick-prev.slick-arrow::before {
    content:unset !important;
     
    }

.qs-slider__wrapper .slick-next.slick-arrow {
    background-image: url(../images/right_arrow.png) !important;
    height: 44px;
    width: 44px;
    background-repeat: no-repeat;
    right: -55px;
    top: 40%;
}

.qs-slider__wrapper .slick-next.slick-arrow::before {
    content:unset !important;   
    }
.action-button {
    margin: auto;
    position: absolute;
    width: 70px;
    height: 70px;
    border: none;
    outline: none;
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 99;
    transition: all 0.5s;
    transform: scale(0.7);
    padding: 10px;
    opacity: 0;
}

.action-button--play {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.action-button--expand {
    bottom: 0;
    right: 0;
}

.action-button:hover {
    transform: scale(0.8);
}

.qs-slider__main-item-media:hover .action-button {
    opacity: 1;
}

/* Pop up styles */
/* .popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 999999;
} */

/* .popup-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
} */

/* .close-popup {
    position: absolute;
    right: 4%;
    top: 25%;
    padding: 10px;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: #f30606;
    outline: none;
    border: none;
    transition: all 0.5s;
    transform: scale(0.8);
} */


/* .close-popup:hover {
    transform: scale(1);
} */

/* .popup img {
    max-width: 95%;
    max-height: 76%;
    margin-top: 10%;
} */


/* nav items  */
.qs-slider__nav-item {
    cursor: pointer;
    overflow: hidden;
    position: relative;
    padding: 4px;
    transition: border 0.3s ease-in-out;
}

.qs-slider__nav-item img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    object-position: center;
}
.qs-slider__nav-item__video {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.iframe-duration, .duration {
    font-family: "Red Hat Display", sans-serif;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    background-color: #000;
    border-radius: 6px;
    padding: 3px 10px;
    font-size: 9px;
}

.qs-slider__nav-item__inwrap {
    position: relative;
    height: 100%;
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
}

.qs-slider__nav .slick-slide .qs-slider__nav-item {
    border: 2px solid #ffffff00;
    border-radius: 12px;
    overflow: hidden;
}

.qs-slider__nav .slick-current .qs-slider__nav-item {
    opacity: 1;
    border: 2px solid #F7A70D;
    border-radius: 12px;
}
.more {
    display: none;
  }
  
  .slider-container .slider .readMore {
    font-family: "Red Hat Text";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    cursor: pointer;
    margin: 0;
  }
  /* .play-btn, .pause-btn, .view-image-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    color: #333;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    z-index: 2;
 } */

 .pause-btn {
    display: none;
 }
 .bg-dark{
    background-color: #000;
    border-radius: 15px;
 }
 .qs-slider__main-item-media-video-poster{
    height: 100%;
    width: 100%;
    object-fit: cover;
 }
 .qs-content-slider__item-title{
    color: #000;
    font-family: "Red Hat Display", sans-serif;
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
 }
 .qs-content-slider__item-desc{
    color: #000;
    font-family: "Red Hat Display", sans-serif;
    font-size: 16px;
 }
 @media(max-width:768px){
    .qs-content-slider__item-title{
       
        font-size: 20px;
     }
     .qs-content-slider__item-desc{
       
        font-size: 14px;
     }
 }
 .qs-content-slider {
    overflow: hidden;
    max-height: 46px;
    transition: max-height 0.3s ease-out;
}

.read-more-btn {
    outline: none;
    font-size: 16px;
    color: #0A66C2;
    line-height: 24px;
    font-family: "Red Hat Display", sans-serif;
    font-size: 16px;
    border: none;
    background-color: unset;
    padding: 0;
}
@media(max-width:768px){
    .read-more-btn {
      font-size: 14px;
    }
}
.qs-slider__nav-item.slick-slide{
    border: 2px solid #ffffff00;
    transition: all 0.3s ease-in-out;
}
.qs-slider__nav-item.slick-slide.slick-current.slick-active{
    border: 2px solid #F7A70D;
}
.qs-slider-nav-wrapper{
    background-color: #fff;
    margin-top: 25px;
    padding: 20px;
    padding-bottom:0px;
    border-radius: 20px;
}
/* .slick-dots{
    background-color: #fff;
    margin-top: 10px;
} */
.qs-slider-nav-wrapper .slick-dots {
    margin-top: 10px;
    position: static!important;
}
.visible-desktop{
    display:none
}
@media(min-width:998px){
  .visible-desktop{
        display:block
    } 
    .visible-mobile {
        display: none;
    }
}
.justify-content-center{
    justify-content: center!important;
}
.controls {
    position: absolute;
    top: 50%;
    right: 42%;
    transform: translate(-50%, -50%);
}
@media(max-width:998px){
    .controls {
        right: 30%;   
    }
}
.position-static{
    position: static!important;
}
.mt-2{
    margin-top: 8px;
}

.qs-row-reverse{
    flex-direction:row-reverse;
}
