.loadersty
{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap:15px;
        justify-content: center;
        margin-top:20px;
        text-align:center;
        padding-bottom:20px;
        
}
.loadersty img
{
        width: 50px;
        height:50px;
}
.listing-item {
  break-inside: avoid; /* Prevents an item from being split across columns */
  page-break-inside: avoid; /* For print media, good practice */
  margin-bottom: 20px; /* Vertical space BETWEEN items within a column */
  /* Add any other common styling for your individual cards here, e.g., border, box-shadow */
}


.igdiv{
position: relative;
display: block;
background: #f6f6f6;
padding: 20px;
margin: 20px;
margin-top:0 !important;
}

.tiktok-embed {
padding: 20px 20px 0 20px !important;
margin: 0 !important;
min-width: 100% !important;
max-width: 100% !important;

}

.igdiv_e {
position: relative;
display: block;
background: #f6f6f6;
margin: 0 20px 20px 20px;
padding: 20px;
}

.igdiv_e h4 {
text-transform: capitalize; 
font-size: 16px;
font-family: 'Open Sans', sans-serif !important;
margin-top: 0;
font-weight: 600;
line-height: 1.1;
color: #000000;
margin-left: 0;
text-align: center;
width: auto;
padding: 20px 20px;
margin-bottom: 0;
word-wrap: break-word;
width: 100%;
}
.igdiv .youtubeic {
position: absolute;
left: 49.8%;
transition: all .3s ease;
transform: translate(-50%, -50%);
top: 42%;
cursor: pointer;
width: 70px;
height: 50px;
}


.igdiv span{
font-size: 16px;
font-weight: 700;
}
.igdiv  h4 { 
text-transform: capitalize;
font-size: 16px;
font-family: 'Open Sans', sans-serif !important;
margin-top: 0;
font-weight: 600;
line-height: 1.1;
color: #000000;
margin-left: 0;
text-align: center;
width: auto;
padding: 20px 20px 0 20px;
margin-bottom: 0;
word-wrap: break-word;
width: 100%;
}

.videosec button.close {
font-size: 39px;
text-align: right;
color: #0086ab;
opacity: 1;
font-weight: 400;
}

#embed-video-container{
background: #f6f6f6 !important;
}

.videosec video {
border: 0;
border-radius: 0;
margin-top: 0;
width: 850px;
}

.modal-title {
text-transform:capitalize;
margin: 0px;
line-height: 1.42857143;
padding: 18px;
}

.modal-body {
position: relative;
padding: 0 15px 15px;
}

.title {
text-align: center;
padding: 10px 2px;
position: relative;
background-color: #fff;
z-index: 1;
}

div.lazy {
  
display: block;
 background: #f6f6f6;
}

blockquote {
border-left: none;
}
blockquote *:before{
content:''!important;
}

.innersubheader h4
{
  padding-bottom: 32px;
}

.tooltip {
position: relative;
display: inline-block;
text-transform: capitalize;
font-size: 16px;
font-family: 'Open Sans', sans-serif !important;
margin-top: 0;
font-weight: 600;
line-height: 1.1;
color: #000000;
margin-left: 0;
text-align: center;
width: auto;
padding: 20px 20px 0 20px;
margin-bottom: 0;
word-wrap: break-word;
width: 100%;
}
.tooltip .tooltiptext{
    visibility: hidden;
    width: 100%;
    max-width: max-content;
    background-color: #007a9b;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 10px 10px;
    position: absolute;
    z-index: 1;
    bottom: 76px;
    left: 30%;
    margin-left: -60px;
    font-size: 14px;
    line-height: 20px;
}
.tooltip:hover .tooltiptext {
visibility: visible;
}
.lazyload-thumbnail {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object{
  width: 100% !important;
  overflow-y: auto;
}
.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 100.25%;
}
.lazyload-thumbnail.loaded {
opacity: 1;
}
.lazyload-thumbnail {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lazyload-thumbnail[data-lazy-loaded="true"] {
  opacity: 1;
}
.overlay {
position: absolute;
top: 0;
left: 0;
width: 560%;
height: 315px;
cursor: pointer;
}
.modal_iframe iframe{
width: 100% !important;
height:450px 
}

.modal-content{
    min-width: 800px;
}
.modal-title {
    text-transform:capitalize;
    margin: 0px;
    line-height: 1.42857143;
    padding: 18px;
}
 
.modal-body {
    position: relative;
    padding: 0 15px 15px;
}
.css-g03djc{
  padding-bottom: 10px;
}
.igdivimggroup{
  position: relative;
}

@media (max-width: 768px) {
.modal-dialog {
  max-width: 100% !important;
  margin: 5.75rem auto !important;
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
}
.modal_iframe iframe{
width: 100% !important;
}
.videosec video {
width: 100%;
}
.modal-body {
position: relative;
padding: 0 7px 7px !important;
}
}
@media (min-width: 768px) {
.modal-dialog {
  max-width: 850px;
  margin: 5.75rem auto !important;
  width: 850px !important;
  display: flex !important;
  justify-content: center !important;
}

.modal_iframe iframe{
    width: 850px !important;
    /* height:450px  */
  }

.videosec .col-lg-12
{
padding: 0 !important
}

}


.igimgsty{
    width: 340px;
    height: 200px;
    border-radius: 5px;
}


.igdiv{
    position: relative;
    display: block;
    background: #f6f6f6;
    padding: 20px;
    margin: 20px;
    margin-top:0 !important;
}

.tiktok-embed {
    padding: 20px 20px 0 20px !important;
    margin: 0 !important;
    min-width: 100% !important;
    max-width: 100% !important;

}

.igdiv_e {
    position: relative;
    display: block;
    background: #f6f6f6;
    margin: 0 20px 20px 20px;
}

.igdiv_e h4 {
    text-transform: capitalize;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif !important;
    margin-top: 0;
    font-weight: 600;
    line-height: 1.1;
    color: #000000;
    margin-left: 0;
    text-align: center;
    width: auto;
    padding: 20px 20px 0px 20px;
    margin-bottom: 0;
    word-wrap: break-word;
    width: 100%;
}
.igdiv .youtubeic {
    position: absolute;
    left: 49.8%;
    transition: all .3s ease;
    transform: translate(-50%, -50%);
    top: 42%;
    cursor: pointer;
    width: 70px;
    height: 50px;
}

.listing {
    columns: 300px;
    margin-bottom: 10px;
    padding-bottom:35px !important;    
}
.igimgsty {
    width: 100%;
    height: 200px;
    border-radius: 0;
}

.igdiv span{
    font-size: 16px;
    font-weight: 700;
}
.igdiv  h4 { 
  text-transform: capitalize;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif !important;
    margin-top: 0;
    font-weight: 600;
    line-height: 1.1;
    color: #000000;
    margin-left: 0;
    text-align: center;
    width: auto;
    padding: 20px 20px 0 20px;
    margin-bottom: 0;
    word-wrap: break-word;
    width: 100%;
}

.close-btn{
     padding: 7px !important;
    font-size: 25px;
}

.videosec button.close {
    font-size: 39px;
    text-align: right;
    color: #0086ab;
    opacity: 1;
    font-weight: 400;
}

#embed-video-container{
 background: #f6f6f6 !important;
}

.videosec video {
    border: 0;
    border-radius: 0;
    margin-top: 0;
    width: 850px;
}

.modal-title {
   text-transform:capitalize;
    margin: 0px;
    line-height: 1.42857143;
    padding: 18px;
}

.modal-body {
    position: relative;
    padding: 0 15px 15px;
}

.title {
    text-align: center;
    padding: 10px 2px;
    position: relative;
    background-color: #fff;
    z-index: 1;
}

.youicon{
    position: relative;
}
.tiktokicon{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 67px;
    height: 46px;
}
div.lazy {
        
      display: block;
       background: #f6f6f6;
    }

    blockquote {
    border-left: none;
}
blockquote *:before{
    content:''!important;
 }

 .tooltip {
    position: relative;
    display: inline-block;
    text-transform: capitalize;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif !important;
    margin-top: 0;
    font-weight: 600;
    line-height: 1.1;
    color: #000000;
    margin-left: 0;
    text-align: center;
    width: auto;
    padding: 20px 20px 0 20px;
    margin-bottom: 0;
    word-wrap: break-word;
    width: 100%;
}
.tooltip .tooltiptext {
   visibility: hidden;
    width: 100%;
    max-width: max-content;
    background-color: #007a9b;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 10px 10px;
    position: absolute;
    z-index: 1;
    bottom: 76px;
    left: 30%;
    margin-left: -60px;
    font-size: 14px;
    line-height: 20px;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
}
.lazyload-thumbnail {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lazyload-thumbnail.loaded {
  opacity: 1;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 560%;
  height: 315px;
  cursor: pointer;
}
.modal_iframe iframe{
  width: 850px !important;
  height:450px 
}

@media (max-width: 992px) {
  .modal-dialog {
        max-width: 90% !important;
        margin: 5.75rem auto !important;
        width: 100% !important;
        display: flex !important;
        justify-content: center !important;
    }
.modal-content{
    min-width: 100% !important;
}
.embed-responsive.embed-responsive-16by9 {
    padding: unset !important;
    height: 115vh;
}
}
@media (max-width: 768px) {
  .modal-dialog {
        max-width: 100% !important;
        margin: 23px auto !important;
        width: 100% !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center;
        height: 100vh;
    }
    .modal_iframe iframe{
      width: 100% !important;
    }
    .videosec video {
    width: 100%;
}
.embed-responsive.embed-responsive-16by9 {
    padding: unset !important;
    height: 115vh;
}
.modal-title {
    padding: 7px !important;
}
  }
@media (min-width: 768px) {
  .modal-dialog {
        max-width: 850px;
        margin: 5.75rem auto !important;
        width: 850px !important;
        display: flex !important;
        justify-content: center !important;
    }
  
    .videosec .col-lg-12
    {
      padding: 0 !important
    }

}
