.section-1{
    background-size:cover !important;
  }
  .section-1 .caption h3 {
      line-height: 48px;
      font-size: 40px;
  }
  .section-1 .caption p {
      font-size: 24px;
  }
  .sub-title{
    font-size:16px !important;
  }
  .cover-story-block iframe{
    width:100% !important;
    height:100vh !important;
  }
  .detail-box .editor-box, .detail-featured-box .editor-box {
      padding-left: 0px;
  }
  .published-box {
      padding-left: 0px;
  }
  .bishesh.news-cat-list.more-news {
      padding-left: 0px;
  }
  .bishesh.news-cat-list.more-news .extra-title {
      margin-left: 0px;
      max-width: none;
      flex: none;
      width: 100%;
  }

  .bishesh.news-cat-list.more-news.more-related-news img {
      height: 220px;
  }

  .share-now{
    text-align:right;
  }

  .editor-box img {
      margin-bottom: 30px;
      max-width: 100%;
      height: unset;
  }

  .author-picture{
    width:64px !important;
  }

  .more-related-news .items{
    max-width:unset !important;
  }
  .embed-responsive-16by9{
    width: 100% !important;
    margin: 0 !important;
  }

  .authors-box{
    border-top:none !important;
  }

  .content-editor .author-custom
  {
    display: flex;
    flex-wrap: nowrap;
  }

  @media only screen and (max-width:320px)  {
    .more-related-news .items img{
      height:unset !important;
    }
    .section-1 {
        height: 100vh;
        background-size: cover !important;
        background-repeat: no-repeat !important;
    }

    .caption {
      top:50vh !important;
      padding:20px;
      position: absolute;
      width: 100% !important;
      /* top: 55%; */
      left: 0% !important;
      z-index: 9;
    }

    .section-1 .caption h3 {
      line-height: 22px;
      font-size: 20px;
    }

    .sub-title{
      line-height:16px;
    }
   }
  @media only screen and (min-width:321px) and  (max-width:481px)  {
    .more-related-news .items img{
      height:unset !important;
    }
    .section-1 {
        height: 60vh;
        background-size: contain !important;
        background-repeat: no-repeat !important;
    }

    .caption {
      top:100px !important;
      padding:20px;
    }

    .section-1 .caption h3 {
      line-height: 22px;
      font-size: 20px;
    }

    .sub-title{
      line-height:16px;
    }
   }
  @media only screen and (min-width:482px) and (max-width:641px)  {
    .more-related-news .items img{
      height:unset !important;
    }
    .section-1 {
        height: 80vh;
        background-size: contain !important;
        background-repeat: no-repeat !important;
    }

    .caption {
      top:120px !important;
      padding:20px;
    }

    .section-1 .caption h3 {
      line-height: 18px;
      font-size: 14px;
    }

    .sub-title{
      line-height:16px;
      font-size:12px !important;
    }
   }
  @media only screen and (min-width:642px) and (max-width:961px)  {
    .more-related-news .items img{
      height:unset !important;
    }
    .section-1 {
        height: 100vh;
        background-size: cover !important;
        background-repeat: no-repeat !important;
    }

    .caption {
      padding:20px;
    }

    .section-1 .caption h3 {
      line-height: 22px;
      font-size: 20px;
    }

    .sub-title{
      line-height:16px;
    }
  }
  @media only screen and (min-width:962px)  {
  .header-title{
    padding: 10px;
  }
  }


  /* cover story */

  .section-1.cover-bg-img img {
      width: 100%;
      height: 100vh;
      object-fit: cover;
      position: absolute;
      top: 0;
      left: 0;
  }
  .section-1.cover-bg-img {
  background:#267163;
  }

  .cover-story-block {
      position: absolute;
  }

  @media only screen and (max-width: 575px) {
  .section-1.cover-bg-img {
  height:auto;
  }
  .section-1.cover-bg-img img {
      width: 100%;
      height: auto;
      object-fit: cover;
      position: relative;
      top: 0;
      left: 0;
      display: block;
      margin-bottom: 60px;
  }
  .cover-story-block {
      height: auto;
      position:relative;
  }
  .cover-story-block .caption {
  position:relative;
  }

  .section-1 .caption .sub-title {
  padding-bottom:0;
  }

  }
  .content-editor .share-box .share-now:before{
    display: none;
}
@media only screen and (max-width: 479px){
    .copyright .company {
        display: inline-block;
        width: 100%;
        text-align: center!important;
        float: none;
    }
}

.verify-status.detail-status {
  font-size: 16px !important;
}

.error-status.verify-status {
  margin-bottom: 30px !important;
}
.paid-news-box .description:after {
  background: none;
}

button:focus {
  outline: 0;
}

.payment-container .subscription-loader {
  font-size: 15px;
  color: #656565;
}

.status.error-status {
  background: #89AFD0;
}

.verify-status.detail-status.subscribe-status
{
    font-size: 20px !important;
}
.modalbox .modal_content .imagebox {
    vertical-align:top;
}

.login-subscribe-form .titles {
  line-height: 22px !important;
}

.share-now .st-btn{
  display:inline-block !important
}

.top-tags {
	margin: 0 0 40px 0;
	list-style: none;
	display: block;
	padding: 0;
}

.top-tags li {
	display: inline-block;
	list-style: none;
	margin-right: 5px;
	margin-bottom: 10px;
}

.top-tags li a {
	border: 0;
	padding: 5px 10px;
	font-weight: 400;
	font-size: 14px;
	color: #444444;
	background: #eee;
	line-height: 18px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	border-radius: 50px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

@media only screen and (max-width: 576px){
  .paid-news-box .rate-card .rate-card-box .items.card-mobile:nth-child(3),
  .paid-news-box .rate-card .rate-card-box .items.card-mobile:nth-child(5) {
      padding-right: 5px;
  }

.paid-news-box .rate-card .rate-card-box .items.card-mobile:nth-child(4),
.paid-news-box .rate-card .rate-card-box .items.card-mobile:nth-child(6) {
  padding-left: 5px;
}
}

.error-message {
  font-size: 11px;
  color: #cd1f3a;
  font-style: italic;
  display: block;
  line-height: 16px;
  margin-top: 4px;
}

@media only screen and (max-width: 767px) {
  .section-1.cover-bg-img{
    padding-top: 80px !important;
    background-size: cover !important;
    background-position: 50% 100% !important;
    background-color: #111 !important;
  }
  .content-editor .author-custom
  {
    display: block;
    overflow: visible;
  }

  .content-editor .author-custom .items{
    width: 40%;
    flex: none;
  }

  .content-editor .author-custom .share-box{
    width: 80%;
    flex: none;
  }
}

.qr-message
{
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    color: #cd1f3a;
    display: inline-block;
    font-weight: 400;
    margin-left: 10px;
}
.load-icon
{
    display: inline-block;
    position: relative;
    top: 4px;
}

.qr-message .alert-icon
{
    background: #d13938;
    color: #fff;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 50px;
    font-size: 14px;
    margin-right: 10px;
    position: relative;
    top: -2px;
}

.moco-swal-container{
    z-index: 10000000000 !important;
}


.swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
    background: #267163!important;
}

.pay-items label {
    padding-left: 30px !important;
}
.payment-methods label img {
    width: 100% !important;
    object-position: left;
}

.editor-box .editor-gallery-list .article-img img {
	width: 100%;
	display: block;
	margin: 0 auto;
  }

  .editor-box .editor-gallery-list .article-img {
	margin-bottom: 10px;
	margin-right: 0;
	width: 100% !important;
  }

  .editor-box .editor-gallery-list .items {
	position: relative;
	display: inline-block;
	width: 100%;
	margin-bottom: 25px;
  }

  .editor-box .editor-gallery-list {
	margin: 10px 0;
	display: inline-block;
	width: 100%;
  }

  .editor-box .editor-gallery-list .address-title, .editor-gallery-list .contact-section .contact-list .items.info-item .address-item .address-line, .contact-section .contact-list .items.info-item .address-item .editor-gallery-list .address-line {
	font-size: 11px;
	line-height: 14px;
	font-weight: 400;
	display: block;
	font-family: "Montserrat", sans-serif;
	color: #2F373A;
  }