<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media only screen and (max-width: 768px) {
  .p-logo {
    margin-bottom: 5px;
  }

  button.hbtn {
    display: none;
  }

  a.hbtn {
    display: none;
  }

  button.sbtn {
    display: block;
  }

  a.sbtn {
    display: block;
  }

  .one a.sbtn {
    display: inline;
  }

  div.flex-c-m {
    display: block;
  }

  div.hsocial {
    display: none;
  }

  .smProfPic {
    height: 50px;
    width: 50px;
  }

  div.smads {
    display: none;
  }

  .smProfPic {
    height: 90px !important;
    width: 90px !important;
  }

  .txtsize {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .ylwtext {
    font-size: 19px;
  }

  .pdown {
    margin-bottom: 10px;
  }

  .rightadRow {
    display: none;
  }

  .respHide {
    display: none;
  }

  #topAdLink2 {
    display: none;
  }

  .sliderHeight {
    height: 325px !important;
  }

  .logo {
    margin-left: 0px !important;
  }
}

@media only screen and (max-width: 767px) {
  .hrRes {
    display: flex;
    margin-top: 10px;
  }
  .marLeft{
    margin-left: 25px;
  }
  .commentUser{
    margin-left: 20px;
  }
  .commentText{
    margin-left: 20px;
  }
  .timmingText{
    font-size: 10px;
  }
  .chat-messages{
    max-height: 439px;
  }
  .chatHeight{
    height: 447px;
  }
  #sticky-footer{
    text-align: center;
  }
}

@media only screen and (min-width: 768px) {
  button.sbtn {
    display: none;
  }

  a.sbtn {
    display: none;
    align-items: baseline;
  }

  .pictext {
    margin-left: 65px;
  }

  .picyellow {
    margin-left: 65px;
  }

  .pictextlg {
    margin-left: 150px;
  }

  .navbar-toggler {
    margin-left: 8px !important;
  }
}

@media only screen and (min-width: 550px) {
  .pictext {
    margin-left: 45px;
  }

  .picyellow {
    margin-left: 15px;
  }

  .pictextlg {
    margin-left: 150px;
  }

  .a-btn {
    float: right;
  }
}

@media only screen and (max-width: 1000px) {
  div.flex-c-m {
    display: inline-block;
  }

  div.hsocial {
    display: none;
  }

  #adsLink3 {
    display: none;
  }

  #adsLink4 {
    display: none;
  }
}

@media only screen and (min-width: 1000px) {
  div.flex-c-m {
    display: none;
  }
}

.prev {
  text-decoration: none;
}

.next {
  text-decoration: none;
}

.slideImgprev {
  width: 100%;
  height: 500px;
}

.slideImgprev1 {
  width: 600px;
  height: 500px;
}

.btnclr {
  color: #bdbdbd !important;
  text-decoration: none !important;
}

.btnclr:hover {
  color: #FFC947 !important;
}

.yelBtn {
  color: #bdbdbd !important;
  text-decoration: none !important;
}

.yelBtn:hover {
  color: #FFC947 !important;
}

.pright {
  padding-right: 4px;
}

.loginh2 {
  margin-bottom: 12px;
}

.bi-hand-thumbs-up:hover,
.bi-hand-thumbs-down:hover,
.bi-share:hover,
.bi-chat:hover {
  color: #1da1f2;
}

.commentUser{
  margin-bottom: 0px;
}

/*------------- SUBSCRIPTION CSS START ---------------------*/
/*------------- SUBSCRIPTION CSS START ---------------------*/

.soc-btn {
  padding: 15px;
  font-size: 30px;
  width: 50px;
  height: 20px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  color: white;
  display: inline;
}


.flex-c-m {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.bg1 {
  background-color: #3b5998
}

.bg2 {
  background-color: black
}

.bg3 {
  background-color: #ea4335
}

.login100-social-item {
  font-size: 25px;
  color: #fff;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 5px;
}

.login100-social-item:hover {
  color: #fff;
  background-color: #333333;
}

.demo10 {
  padding: 30px 0
}

.pricingTable10 {
  text-align: center
}

.pricingTable10 .pricingTable-header {
  padding: 30px 0;
  background: #4d4d4d;
  position: relative;
  transition: all .3s ease 0s
}

.pricingTable10:hover .pricingTable-header {
  background: #09b2c6
}

.pricingTable-header.active {
  background: #09b2c6;
  color: #fff;
}

.pricingTable-header.active .price-value {
  color: #fff;
}

.pricingTable10 .pricingTable-header:after,
.pricingTable10 .pricingTable-header:before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #d9d9d8;
  position: absolute;
  bottom: 12px
}

.pricingTable10 .pricingTable-header:before {
  left: 40px
}

.pricingTable10 .pricingTable-header:after {
  right: 40px
}

.pricingTable10 .heading {
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 0
}

.pricingTable10 .price-value {
  display: inline-block;
  position: relative;
  font-size: 55px;
  font-weight: 700;
  color: #09b1c5;
  transition: all .3s ease 0s
}

.pricingTable10:hover .price-value {
  color: #fff
}

.pricingTable10 .currency {
  font-size: 30px;
  font-weight: 700;
  position: absolute;
  top: 6px;
  left: -19px
}

.pricingTable10 .month {
  font-size: 16px;
  color: #fff;
  position: absolute;
  bottom: 15px;
  right: -30px;
  text-transform: uppercase
}

.pricingTable10 .pricing-content {
  padding-top: 50px;
  background: #fff;
  position: relative
}

.pricingTable10 .pricing-content:after,
.pricingTable10 .pricing-content:before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #7c7c7c;
  position: absolute;
  top: 12px
}

.pricingTable10 .pricing-content:before {
  left: 40px
}

.pricingTable10 .pricing-content:after {
  right: 40px
}

.pricingTable10 .pricing-content ul {
  padding: 0 20px;
  margin: 0;
  list-style: none
}

.pricingTable10 .pricing-content ul:after,
.pricingTable10 .pricing-content ul:before {
  content: "";
  width: 8px;
  height: 46px;
  border-radius: 3px;
  background: linear-gradient(to bottom, #818282 50%, #727373 50%);
  position: absolute;
  top: -22px;
  z-index: 1;
  box-shadow: 0 0 5px #707070;
  transition: all .3s ease 0s
}

.pricingTable10:hover .pricing-content ul:after,
.pricingTable10:hover .pricing-content ul:before {
  background: linear-gradient(to bottom, #40c4db 50%, #34bacc 50%)
}

.pricingTable10 .pricing-content ul:before {
  left: 44px
}

.pricingTable10 .pricing-content ul:after {
  right: 44px
}

.pricingTable10 .pricing-content ul li {
  font-size: 15px;
  font-weight: 700;
  color: #777473;
  padding: 10px 0;
  border-bottom: 1px solid #d9d9d8
}

.pricingTable10 .pricing-content ul li:last-child {
  border-bottom: none
}

.pricingTable10 .read {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  background: #d9d9d8;
  padding: 8px 25px;
  margin: 30px 0;
  transition: all .3s ease 0s
}

.pricingTable10 .read:hover {
  text-decoration: none
}

.pricingTable10:hover .read {
  background: #09b1c5
}

@media screen and (max-width:990px) {
  .pricingTable10 {
    margin-bottom: 25px
  }
}

/*------------- SUBSCRIPTION END ---------------------*/

.cardDesign {
  border: 1px light #777473;
  background-color: #fff;
  border-radius: 20px;
  margin: 2px;
  padding: 8px;
  margin-bottom: 8px;
}

.cardDesign img {
  height: 150px;
  width: 100%;
}

.pagination&gt;li&gt;a,
.pagination&gt;li&gt;span {
  color: #000;
}

.page-item.active .page-link {
  background-color: rgb(5, 6, 94);
  /* background-color:white;
  color:black;
  border-color:white; */
}

.socialShare {
  float: left;
}

#twtShare {
  background-color: #00acee;
}

.txtSmall {
  font-size: 12px;
  padding-right: 5px;
}

.pLeft {
  padding-left: 18px;
}

.paymentdiv {
  border: 1px solid black;
}

.mbottom {
  margin-bottom: 0.5rem !important;
}

.mySlides1:first-of-type {
  display: block;
}

.cardBd {
  border: 5px rgb(3, 5, 67) solid;
}

.cardBodyColor {
  height: 300px;
  background: white;
}

/* --------create page image preview and delete------------ */

.img-thumbs {
  background: #eee;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  margin: 1.5rem 0;
  padding: 0.75rem;
}


.img-thumbs-hidden {
  display: none;
}

.wrapper-thumb {
  position: relative;
  display: inline-block;
  justify-content: space-around;
}

.img-preview-thumb {
  background: #fff;
  border: 1px solid none;
  border-radius: 0.25rem;
  box-shadow: 0.125rem 0.125rem 0.0625rem rgba(0, 0, 0, 0.12);
  margin-right: 1rem;
  max-width: 80px;
  height: 80px;
  padding: 0.25rem;
}

.remove-btn {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: .7rem;
  top: -5px;
  right: 10px;
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 10px;
  font-weight: bold;
  cursor: pointer;
}

.remove-btn:hover {
  box-shadow: 0px 0px 3px grey;
  transition: all .3s ease-in-out;
}

/* --------create page image preview and delete------------ */

.pone {
  margin: 0;
  display: inline;
}

.imDel {
  display: inline;
}

.imgfordel {
  width: 70px;
  height: 70px;
  position: relative;
}

.pageNclass {
  float: right;
  margin-top: 5px;
}

.linkyellow {
  text-decoration: none;
  color: black;
}

/* .topadRow{
  position: relative;
} */

.adimage {
  opacity: 1;
  display: block;
  width: 100%;
  height: 140px;
  transition: .5s ease;
  backface-visibility: hidden;
}

.overlay {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.topadRow:hover .adimage {
  opacity: 0.3;
}

.topadRow:hover .overlay {
  opacity: 1;
}

.textad {
  color: black;
  font-size: 20px;
  padding: 16px 32px;
}

.listhover:hover {
  color: #34bacc;
}

.box {
  position: relative;
}


.bet_time {
  position: absolute;
  bottom: 0;
  right: 0;
}

#sticky-footer {
  background-color: rgb(6, 6, 99);
  /* margin-top:400px; */
}

.atext {
  color: black;
}
.rltd_profileImg{
  width: 30px;
  height: 30px;
  border: radius 50%;
  margin-right: 10px;
}

.commentpic {
  margin-right: 10px;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.commentpicchild {
  margin-top: 7px;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.mrgb100 {
  margin-bottom: 100px;
}

.adsBackdrop {
  width: 300px;
  height: 100px;
  margin: 5px;
  display: table;
  border-radius: 5px;
}

.topadtext {
  vertical-align: middle;
  display: table-cell;
  font-size: 30px;
}

.radsBackdrop {
  width: 200px;
  height: 100px;
  margin-bottom: 20px;
  display: table;
  border-radius: 5px;
}

.rightadtext {
  vertical-align: middle;
  display: table-cell;
  font-size: 20px;
}

.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

@media screen and (max-width: 767px) {
  li.paginate_button.prevSlide {
    display: inline;
  }

  li.paginate_button.nextSlide {
    display: inline;
  }

  li.paginate_button {
    display: none;
  }
}

.uploadFont {
  font-size: 10px;
}

.singleLineP {
  display: flex;
  justify-content: space-between;
}

.colorblack {
  text-decoration: none;
  color: blue;
}

.rightAdheight {
  height: 350px;
}

.topAdheight {
  height: 110px;
  width: 100%;
}

.rightwidth {
  width: 100%;
}

.longForm th {
  border-bottom: none !important;
}

.longForm {
  border-bottom: none !important;
}

.paddingTd {
  padding: 0 !important;
}

.notifyImg {
  height: 30px !important;
  width: 30px !important;
  border-radius: 100% !important;
}

.notifyDate {
  float: right;
}

.fl-right {
  float: right;
}

.pointerOn {
  cursor: pointer;
}

.pointerOn:hover {
  color: #00acee;
  text-decoration: underline;
}

/* beauty priya rounded notification*/
.round-notification {
  position: absolute;
  top: 8px;
  right: 58px;
  width: 25px;
  height: 25px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.unreadCount {
  position: absolute;
  top: 17px;
  right: 85px;
  width: 10px;
  height: 10px;
  background:red;
  justify-content:center;
  align-items: center;
  border-radius: 50%;
}

/*------- how do i post START ---------------*/

.olcards,
.olcards * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.olcards {
  list-style: none;
  counter-reset: cardCount;
  font-family: sans-serif;
  display: flex;
  flex-direction: column;
  --cardsGap: 1rem;
  gap: var(--cardsGap);
  padding-bottom: var(--cardsGap);
}


.olcards li {
  counter-increment: cardCount;
  display: flex;
  color: white;
  --labelOffset: 1rem;
  --arrowClipSize: 1.5rem;
  margin-top: var(--labelOffset);
}

.olcards li::before {
  content: counter(cardCount, decimal-leading-zero);
  background: white;
  color: var(--cardColor);
  font-size: 2em;
  font-weight: 700;
  transform: translateY(calc(-1 * var(--labelOffset)));
  margin-right: calc(-1 * var(--labelOffset));
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-inline: 0.5em;
}

.olcards li .content {
  background-color: var(--cardColor);
  --inlinePadding: 1em;
  --boxPadding: 0.5em;
  display: grid;
  padding: var(--boxPadding) calc(var(--inlinePadding) + var(--arrowClipSize)) var(--boxPadding) calc(var(--inlinePadding) + var(--labelOffset));
  grid-template-areas:
    "icon title";
  gap: 0.25em 1em;
  clip-path: polygon(0 0,
      calc(100% - var(--arrowClipSize)) 0,
      100% 50%,
      calc(100% - var(--arrowClipSize)) 100%,
      calc(100% - var(--arrowClipSize)) calc(100% + var(--cardsGap)),
      0 calc(100% + var(--cardsGap)));
  position: relative;
}


.olcards li .content::before {
  content: "";
  position: absolute;
  width: var(--labelOffset);
  height: var(--labelOffset);
  background: var(--cardColor);
  left: 0;
  bottom: 0;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  filter: brightness(0.75);
}


.olcards li .content::after {
  content: "";
  position: absolute;
  height: var(--cardsGap);
  width: var(--cardsGap);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.25), transparent 50%);
  left: 0;
  top: 100%;
}


.olcards li .icon {
  grid-area: icon;
  align-self: center;
  font-size: 2em;
}


.olcards li .content .title {
  grid-area: title;
  font-size: 1.25em;
  /* font-weight: 700; */
  margin-top: 9px;
}


.olcards li .content .text {
  grid-area: text;
}

/*------- how do i post END ---------------*/

.mbZero {
  margin-bottom: 0 !important;
}

.sliderHeight {
  width: 100%;
  /* max-height: 1000px; */
  height: auto;
}

.rightadRow {
  margin-right: 6px;
}

.loader-margin {
  margin-right: 4px;
}

.likeColor {
  color: #4285F4;
}

/* -------------------Private message START-------------------- */

chat-online {
  color: #34ce57
}

.chat-offline {
  color: #e4606d
}

.chat-messages {
  display: flex;
  flex-direction: column;
  max-height: 550px;
  overflow-y: auto
}

.message-sender {
  /* max-height: 550px; */
  overflow-y: auto;
}

.chat-message-left,
.chat-message-right {
  display: flex;
  flex-shrink: 0
}

.chat-message-left {
  margin-right: auto
}

.chat-message-right {
  flex-direction: row-reverse;
  margin-left: auto
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.flex-grow-1 {
  margin-left: 10px;
}

.chatHeight {
  height: 550px;
}

.chatNameHeight {
  height: 686px;
}

.small {
  font-size: 12px;
}

.spinner-grow {
  width: 3rem;
  height: 3rem;
}

.border-right {
  background-color: #d4ded5;
}

.roundPic {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
/* #report1:hover{
  background-color:#4285F4;
  color: #fff;
} */

/* -------------------Private message END-------------------- */

.modalImg{
  width:76px;
	height:auto;
	margin:0 auto;
	display:block;
	margin-bottom:25px;
}

.highlight {
  color: red;
  text-decoration:underline;
  font-weight: bold;
  background-color:yellow;
  padding: .2em;
}
/* -------------terms and condition---------------- */
.textInd{
  text-indent: 50px;
}

/*-----------contact-us start-------------------- */
.content {
  padding: 7rem 0;
 }

.heading {
  font-size: 2.5rem;
  font-weight: 900; 
}

.submitting {
  float: left;
  width: 100%;
  padding: 10px 0;
  display: none;
  font-weight: bold;
  font-size: 12px;
  color: #000; 
}

.formcontact {
  border: none; }
  .formcontact:active, .formcontact:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #000; }

.formcontact{
  margin-bottom: 1rem;
}

.btnSbt{
  border-radius: 4px !important;
  padding: 15px 20px; 
}
/*-----------contact-us end---------------------- */

.loginHeight{
  height: 45vh;
}

.registerHeight{
  height: 60vh;
}</pre></body></html>