.w-100{
      width: 100%;
}
.f-22{
  font-size: 22px !important;
}

.f-16{
  font-size: 16px !important;
}
.f-12{
  font-size: 12px;
}
.galary-detail-page.hindi-twitter{
      background: #fff;
      margin-top: 180px;
}
@media (max-width: 460px) {
  .galary-detail-page.hindi-twitter{
    background: #fff;
    margin-top: 150px;
  }
}
@media (max-width: 768px) {
  .galary-detail-page.hindi-twitter{
    background: #fff;
    margin-top: 150px;
  }
}
.justify-content-between{
    justify-content: space-between;
}
.main-heading {
    width: 100%;
    position: relative;
}
.main-heading .heading{
    margin-top: 0;
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 18px;
    padding: 0 0 8px;
    position: relative;
}
.main-heading .heading:before {
    position: absolute;
    content: " ";
    border-bottom: 3px solid #e21010;
    bottom: -2.5px;
    border-radius: 50px;
    width: 200px;
    z-index: 1;
}
.main-heading .heading:after {
    position: absolute;
    content: " ";
    border: 1px solid #cfcfcf;
    bottom: -2.5px;
    border-radius: 50px;
    width: 100%;
    left: 0;
    z-index: 0;
}

.dotted-border{
    border-bottom: 1px dotted #686868;
    padding-bottom: 8px;
    padding-top: 8px;
}
.gallery-counter{
    position: absolute;
    top: 15px;
    left: 12px;
    background: #0000008c;
    color: #fff;
    padding: 5px 20px 5px;
    border-radius: 40px;
    font-size: 28px;
}
.gallery-counter span{
    font-size: 20px;
  color: #d8d8d8;
}
.image-counter{
  position: absolute;
    bottom: 75px;
    background: #fff;
    color: #000;
    padding: 0 12px 0 32px;
    border-radius: 20px;
    font-size: 13px;
}

.whats-hot .image-counter{
bottom: 90px;
left: 20px;
font-size: 11px;
    padding: 2px 8px 1px 30px;
}
.whats-hot .image-counter:before{
    background-size: 15px;
    width: 25px;
    height: 25px;
}
.image-counter:before{
content: '';
position: absolute;
background: url(/static/img/camera.png) no-repeat;
left: 0;
    top: -2px;
    right: 0;
    bottom: 0;
    background-size: 17px;
    background-position: center;
    background-color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #eee;
}


.related-gallery figure{
  background: #f3f3f3;
}

.related-gallery figure .title{
      font-size: 12px;
    padding: 2px 6px 4px;
    margin-bottom: 15px;
}

.gallery-list{
  background: #000;
  color: #fff;
  position: relative;
  margin-top: 3rem;
}

.gallery-list .title{
      color: #fff;
    padding: 16px 10px;
    font-size: 18px;
    line-height: 1.6;
}

.gallery-list .title a{
  color: tomato;
}

.card figure.gallery-list:hover .title{
    color: #fff;
}

.gallery-img{
  position: relative;
}
.gallery-img > img{
border-radius: 5px;
}
.main-gallery .img-text{
    position: absolute;
    bottom: 0;
    color: #fff;
    padding: 3rem;
    background: #00000052;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: end;
    margin: 0;
    border-radius: 5px;
}
.main-gallery .img-count{
  display: flex;
  align-items: center;
  text-transform: uppercase;
    margin-bottom: 1rem;
  font-size: 14px;
}
.main-gallery .img-count img{
    width: 20px;
    filter: brightness(0) invert(1);
    margin-right: 10px;
}
.main-gallery .img-text{
    font-size: 16px;
    line-height: 26px;
}

.list-section .img-count{
    position: absolute;
    bottom: 40px;
    left: 6px;
    background: #0000008a;
    color: #fff;
    padding: 5px 14px 5px;
    border-radius: 20px;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.list-section .img-count img{
    width: 14px;
    filter: brightness(0) invert(1);
    margin-right: 10px;
}

.list-section .card-text p{
  color: #000;
  font-size: 14px;
}

.list-section .card-text p.content{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 43px;
}


.list-section .gallery-img img.main-img{
    height: 200px;
    box-shadow: 1px 1px 7px 0px #0808085c;
}

.list-section .card-text{
    background: #fff;
    padding: 10px 15px;
    width: 90%;
    top: -25px;
    position: relative;
}

[data-slider].owl-carousel .owl-nav.disabled, [data-slider].owl-carousel .owl-nav{
    display: flex;
    position: absolute;
    top: -50px;
    right: 0;
}
[data-slider].owl-carousel .owl-nav img{
  width: 15px;
}

[data-slider].owl-carousel .owl-nav button{
      border-radius: 50%;
    box-shadow: 0px 0px 3px 0px #0000008c;
    width: 25px;
    height: 25px;
    margin-left: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}



.galary-detail-page .card .heading{
  /* text-transform: capitalize; */
  line-height: 1.5;
}

.galary-detail-page .card .sub-heading{
    font-size: 18px;
    margin: 0;
    padding: 13px 0 4px;
}

.galary-detail-page .related-news .img-container img{
    height: 10rem;
    border: 1px solid #000;
    object-fit: contain;
    background: #fff;
    object-position: center;
}

.galary-detail-page .related-news h2.title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 43px;
}


.galary-detail-page .main-title{
    font-size: 26px;
    line-height: 1.2;
    margin-top: 0;
}

@media screen and (min-width: 991px){
  .gallery-list-card{
      height: 30rem;
  }
  .gallery-list-category{
    height: 67rem;
  }
}
