.btn-red{
    background-color: var(--tg-theme-secondary)!important;
}
.sub2{
    overflow: hidden;
text-overflow: ellipsis;
-webkit-box-orient: vertical;
display: -webkit-box;
-webkit-line-clamp: 2;
}
.text-small{
    color: #909496;
    font-weight: 400;
    font-size: 18px;
}
.fwhite{
    color: #fff !important;
}
.fs-18{
    font-size: 18px;
}
.services__content-three h4{
    min-height: 60px;
    color: var(--tg-color-dark-blue);
}
.fblue{
    color: var(--tg-color-dark-blue);

}
.blog__post-content-two h5{
    color: var(--tg-color-dark-blue);

}
.fgray{
    color: var(--tg-body-color2);
}


.next .fas{
    margin-left: 15px;
}
.back .fas{
    margin-right: 15px;
}


.dpre {
    white-space: pre-line!important;
    display: block;
}

.dpre img,
.dpre iframe {
    max-width: 100%;
}

.msgicon {
    width: 44px;
    height: 44px;
    line-height: 40px;
    text-align: center;
    position: fixed;
    bottom: 9%;
    right: 50px;
    z-index: 5;
    text-align: center;
    cursor: pointer;
    transition: 1s ease;
    border: none;
  }


  @media (max-width: 767.98px) {
    .msgicon {
        right: 7px;
        bottom: 9%;
        z-index: 99999999;

      }
  }