/* homepage  */

/* .p-image, img{
  visibility: hidden;
} */

:root {
  --topsite-bg: #141415;
  --footer-bg: #000000;
  --meet-someone-bg: #fff;
}

body {
  overflow-x: hidden;
}

.modal-header {
  color: #fff !important;
}

.payment_status_popup .modal-dialog{
  width: 350px;
  margin-top: 30vh;
}

.payment_status_popup .modal-dialog .modal-body{
  text-align: center;
}

a.btn:hover{
  text-decoration: none !important;
}

.custom-btn-close{
  outline: none;
  border: none;
  background-color: transparent;
  position: absolute;
  right: 15px;
  height: 20px !important;
  width: 20px !important;
}

.onlyMobile{
  display: none !important;
}

.only_desktop{
  display: block !important;
}

.modal-body-max-height{
  max-height: 50vh;
  overflow: auto;
}

.pointer_cursor{
  cursor: pointer !important;
}

.loader_gif {
  height: 80vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.reg_form_gap_top {
  margin-top: 20px !important;
}

.field option {
  background-color: #000;
  opacity: 0.4;
}

.header-filter-area select option {
  background-color: #fff !important;
}

.show_block {
  display: block !important;
}

.hide {
  display: none !important;
}

.mat-mdc-dialog-container .mdc-dialog__surface {
  background-color: transparent !important;
  box-shadow: none !important;
}

.blur-image {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}

.mdc-dialog__surface {
  overflow: hidden !important;
}

.carousel-cells .carousel-cell img,
.carousel-cells .carousel-cell video {
  position: fixed !important;
  object-fit: cover !important;
  border-radius: 7px;
}

.mat-mdc-list-item:not(.mat-mdc-list-item-interactive),
.mat-mdc-list-option:not(.mat-mdc-list-item-interactive) {
  cursor: pointer !important;
}

.resp_carousel{
  z-index: 99 !important;
}

.loader_div{
  margin: auto;width: 70px;margin-top:45vh;
}

.page-right-section .loader_div{
  margin-top:20vh;
}
.page-section select option{
  background-color: #fff !important;
}
.fa-spin{
  margin-right: 7px
}

.d-modal-box form {
  width: 100%;
}

a {
  outline: none;
  text-decoration: none;
}

.cmb_tooltip .tooltiptext {
  visibility: hidden;
  min-width: 100px;
  max-width: 250px;
  background-color: black;
  opacity: 0.8;
  color: #fff;
  text-align: center;
  padding: 5px 10px;
  border-radius: 6px;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
  font-size: 12px;
  top: 50px;
}

.cmb_tooltip:hover .tooltiptext {
  visibility: visible;
}

.success_snack{
  background: #4BAE4F !important;
  color: #fff !important;
}

.failure_snack{
  background-color: #f36565 !important;
  color: #fff !important;
}

.banner-margin-top{
  margin-top: 20px !important;
}

.red_icon{
  color: #EF0000 !important;
}

button {
  text-transform: capitalize !important;
}

mat-icon{
  cursor: pointer !important;
}

/* CSS Only For HTML Coder */
@import url("https://fonts.googleapis.com/css2?family=Oxygen:wght@300;400;700&display=swap");

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

canvas,
audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

b,
strong {
  font-weight: bold;
}

hr {
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

pre {
  white-space: pre-wrap;
}

small {
  font-size: 80%;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0;
  padding: 0;
}

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  outline: none;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

::-moz-placeholder {
  color: #000;
  opacity: 1;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body {
  background-color: #f1f1f1;
  border: none;
  margin: 0px;
  outline: none;
  position: relative;
  line-height: 18px;
  color: #333;
  font-size: 14px;
}

.clear,
.spacer {
  font-size: 0px;
  line-height: 0px;
  clear: both;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
lengend,
button,
input,
textarea,
th,
td,
div {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: none;
  /*  text-rendering: optimizelegibility !important; */
}

body,
blockquote,
fieldset,
lengend,
button,
input,
textarea,
select,
code,
samp {
  padding: 0;
  font-family: 'Oxygen', sans-serif;
}

button,
input,
textarea {
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}

p {
  padding: 0px;
  margin: 0px 0px 8px 0px;
  border: none;
}

p:last-child {
  margin: 0;
}

label {
  cursor: pointer !important;
}

label,
input[type="checkbox"],
input[type="radio"] {
  display: inline-block;
  vertical-align: middle;
}

label input[type="checkbox"],
label input[type="radio"] {
  margin-right: 5px;
}

a {
  color: #9b0f0b;
  text-decoration: none;
  outline: none;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
}

a:hover {
  outline: none;
  text-decoration: underline;
}

img {
  max-width: 100%;
  border: none;
  padding: 0;
  margin: 0;
  outline: none;
  display: block;
}

*,
::after,
::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

/* ::after, ::before{font-family:Font Awesome 5 Free;} */
.wrapper {
  display: block;
  max-width: 1422px;
  margin: 0 auto;
  padding: 0 15px;
}

.buttonset {
  display: block;
  width: 100%;
  margin: 36px 0 0 0;
  text-align: center;
}

.c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  box-shadow: none;
  outline: none;
  background-color: #EF0000;
  color: #fff;
  text-decoration: none;
  min-height: 34px;
  padding: 6px 16px;
  border-radius: 100px;
  transition: 600ms;
}

.c-btn:hover {
  background-color: #ff5e5e;
}

.c-btn.block {
  width: 100%;
}

.c-btn.uppercase {
  text-transform: uppercase;
}

.c-btn.lg {
  font-size: 22px;
  min-height: 58px;
  padding-left: 28px;
  padding-right: 28px;
}

.c-btn.md {
  font-size: 18px;
  min-height: 52px;
}

.c-btn.min-236 {
  min-width: 236px;
  max-width: 100%;
}


.form-filed {
  display: block;
  width: 100%;
  margin: 20px 0 0 0;
}

.form-filed:first-child {
  margin: 0;
}

.form-filed .field {
  display: block;
  background-color: rgba(217, 217, 217, 0.06);
  padding: 8px 20px;
  border: 1px solid #fff;
  border-radius: 100px;
  width: 100%;
  height: 52px;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  position: relative;
}

.form-filed .field::-webkit-input-placeholder {
  color: #fff;
}

.form-filed .field::-moz-placeholder {
  color: #fff;
}

.form-filed .field:-ms-input-placeholder {
  color: #fff;
}

.form-filed .field:-moz-placeholder {
  color: #fff;
}

.form-filed .field[type="date"]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

.form-filed .field[type="date"],
.form-filed select.field {
  background: url(../images/down-arrow.png) no-repeat right 16px center;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: rgba(217, 217, 217, 0.06);
  padding-right: 38px;
}

.form-filed .txt-link {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
  cursor: pointer;
}

.form-filed .txt-with-link {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 15px;
  line-height: 19px;
  font-weight: 300;
}

.form-filed .txt-with-link.w-360 {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}

.form-filed .txt-with-link a {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-weight: 500;
}

.field {
  display: block;
  background-color: rgba(217, 217, 217, 0.06);
  padding: 8px 20px;
  border: 1px solid #fff;
  border-radius: 100px;
  width: 100%;
  height: 52px;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  position: relative;
}

.field::-webkit-input-placeholder {
  color: #fff;
}

.field::-moz-placeholder {
  color: #fff;
}

.field:-ms-input-placeholder {
  color: #fff;
}

.field:-moz-placeholder {
  color: #fff;
}

.field[type="date"]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

.field.md {
  font-size: 14px;
  height: 38px;
  padding-left: 14px;
  padding-right: 14px;
}

.field.dark {
  border-color: #696666;
  color: #2F2B2B;
}

.field.dark::-webkit-input-placeholder {
  color: #2F2B2B;
}

.field.dark::-moz-placeholder {
  color: #2F2B2B;
}

.field.dark:-ms-input-placeholder {
  color: #2F2B2B;
}

.field.dark:-moz-placeholder {
  color: #2F2B2B;
}

select.field.md {
  padding-right: 26px !important;
  background-position: right 10px center !important;
}

.field[type="date"],
select.field {
  background: url(../images/down-arrow.png) no-repeat right 16px center;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: rgba(217, 217, 217, 0.06);
  padding-right: 38px;
  background-size: 10px auto;
}

select.field.dark {
  background: url(../images/down-arrow-black.png) no-repeat right 16px center;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  padding-right: 38px;
  background-size: 10px auto;
}


.filter-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #696666;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  color: #2F2B2B;
  text-decoration: none;
  font-size: 14px;
  min-height: 38px;
  padding: 6px 16px;
  border-radius: 100px;
  transition: 600ms;
}

.filter-btn.filter-text input{
  background: transparent;
  border: none;
}

.filter-btn img {
  display: block;
  float: left;
  height: 20px;
  width: auto;
  transition: 600ms;
  margin: 0 8px 0 0;
}

.filter-btn img+.toogle-check {
  margin: 0;
}

.filter-btn.img-right img {
  margin: 0 0 0 8px;
}

.filter-btn.icon-only {
  padding: 0;
  width: 38px;
  justify-content: center;
  font-size: 0;
  text-indent: -99999em;
}

.filter-btn.icon-only img {
  margin: 0;
}

a.filter-btn:hover,
button.filter-btn:hover {
  background-color: #696666;
  color: #fff;
}

a.filter-btn:hover img,
button.filter-btn:hover img {
  filter: brightness(0) invert(1);
}

.toogle-check {
  display: inline-flex;
  flex-wrap: wrap;
  position: relative;
  border-radius: 100px;
  overflow: hidden;
  margin: 0 0 0 8px;
}

.toogle-check input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.toogle-check input:checked~.toggle-bg .toggle-circle {
  left: calc(100% - 18px);
  background-color: #FF0000;
}

.toogle-check .toggle-bg {
  display: block;
  float: left;
  width: 36px;
  height: 18px;
  position: relative;
  background-color: #fff;
  border-radius: 100px;
}

.toogle-check .toggle-bg .toggle-circle {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 100px;
  background-color: #433B3B;
  transition: 600ms;
}

.age-field {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.age-field .txt {
  display: block;
  float: left;
  color: #2F2B2B;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
}

.age-field .field-box {
  display: block;
  float: left;
  padding: 0 0 0 10px;
  width: 80px;
}

.c-checkbox {
  display: block;
  max-width: 100%;
  padding: 0 0 0 34px;
}

.c-checkbox label {
  display: inline-block;
}

.d-modal-container .d-modal-box .check-circle {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #4BAE4F;
  width: 86px;
  height: 86px;
  border-radius: 100px;
  margin: 0 0 14px 0;
}

.d-modal-container .d-modal-box .check-circle img {
  display: block;
  float: left;
  width: 46px;
  height: auto;
}

.banner {
  display: block;
  /* background: url(../images/banner.png); */
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: top center !important;
  background-attachment: fixed !important;
  background-color: #000 !important;
  position: relative;
}

.banner .banner-image {
  display: block;
  width: 100%;
  height: auto;
}

.banner .banner-graphic-1 {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 100px;
}

.header {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 14px 0;
}

.header .header-sec {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.logo {
  display: block;
  float: left;
}

.logo img {
  display: block;
  height: 41px;
  width: auto;
}

.header-rgt {
  display: block;
  float: left;
}

.header-rgt .c-btn {
  min-width: 146px;
}

.banner-content {
  display: block;
  padding: 70px 0;
}

.banner-content .banner-content-data {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  min-height: 720px;
  color: #fff;
  text-align: center;
}

@media (max-width: 1279px) {
  .banner-content .banner-content-data {
    min-height: 530px;
  }
}

.banner-content .banner-content-data h1,
.banner-content .banner-content-data h3 {
  display: block;
  font-size: 100px;
  line-height: 110px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

@media (max-width: 1279px) {

  .banner-content .banner-content-data h1,
  .banner-content .banner-content-data h3 {
    font-size: 72px;
    line-height: 84px;
  }
}

@media (max-width: 1023px) {

  .banner-content .banner-content-data h1,
  .banner-content .banner-content-data h3 {
    font-size: 60px;
    line-height: 70px;
  }
}

@media (max-width: 767px) {

  .banner-content .banner-content-data h1,
  .banner-content .banner-content-data h3 {
    font-size: 52px;
    line-height: 56px;
  }
}

@media (max-width: 480px) {

  .banner-content .banner-content-data h1,
  .banner-content .banner-content-data h3 {
    font-size: 46px;
    line-height: 52px;
  }
}

@media (max-width: 350px) {

  .banner-content .banner-content-data h1,
  .banner-content .banner-content-data h3 {
    font-size: 41px;
    line-height: 46px;
  }
}

.banner-content .banner-content-data h3 {
  font-size: 30px;
  line-height: 32px;
  margin: 24px 0 0 0;
}

@media (max-width: 1279px) {
  .banner-content .banner-content-data h3 {
    font-size: 26px;
    line-height: 32px;
  }
}

@media (max-width: 1023px) {
  .banner-content .banner-content-data h3 {
    font-size: 22px;
    line-height: 28px;
  }
}

@media (max-width: 767px) {
  .banner-content .banner-content-data h3 {
    font-size: 20px;
    line-height: 26px;
  }
}

@media (max-width: 480px) {
  .banner-content .banner-content-data h3 {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 350px) {
  .banner-content .banner-content-data h3 {
    font-size: 17px;
    line-height: 23px;
  }
}

.banner-content .banner-content-data .c-btn {
  margin: 40px 0 0 0;
}

@media (min-width: 1024px) {
  .banner-content .banner-content-data .c-btn {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.top-site-love {
  display: block;
  background-color: #141415;
  padding: 60px 0;
  min-height: 600px;
}

.home-graphic {
  display: block;
  position: relative;
  z-index: 2;
}

.home-graphic svg {
  display: block;
  width: 100%;
  height: auto;
}


.d-modal {
  display: flex;
  flex-wrap: wrap;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  overflow: auto;
  /* background-color: rgba(0, 0, 0, 0.6); */
}

.d-modal::-webkit-scrollbar {
  display: none;
}

.d-modal-container {
  display: block;
  width: 550px;
  max-width: 100%;
  margin: 0 auto;
  padding: 24px 0;
}

.d-modal-container .modal-logo {
  display: block;
  margin: 0 auto 24px auto;
  max-height: 58px;
}

.d-modal-container .d-modal-box {
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  border: 1px solid #A4A4A4;
  padding: 50px 30px;
  border-radius: 8px;
  position: relative;
}

.d-modal-container .d-modal-box .head-tl {
  display: flex;
  flex-wrap: wrap;
  flex-flow: column;
  align-items: center;
  color: #fff;
  font-size: 26px;
  line-height: 28px;
  font-weight: 300;
  margin: 0 0 20px 0;
}

.d-modal-container .d-modal-box .c-btn {
  font-size: 16px;
}

.d-modal-container .close-modal {
  cursor: pointer;
  position: absolute;
  top: -40px;
  right: 32px;
}

.d-modal-container .close-modal i {
  position: absolute;
  font-size: 30px;
  margin-top: 48px;
}

.afterlog-menu {
  padding-left: 0 !important;
}

.afterlog-menu li a {
  text-decoration: none !important;
  position: relative;
}

.flirt_modal {
  overflow-y: hidden;
}

/* flirt modal */

.flirt_modal .d-modal-container .d-modal-box {
  background-color: #fff !important;
  padding: 0px !important;
}

.flirt_modal .d-modal-container .d-modal-box .flirts_list {
  width: 100%;
  max-height: 400px;
  overflow: auto;
  z-index: 999999999;
}

.example-spacer {
  flex: 1 1 auto;
}

.flirt_modal .d-modal-container .d-modal-box .flirts_list {
  padding: 0 10px 50px;
}

.d-modal-box-header {
  width: 100%;
  padding: 10px 15px;
  font-size: 18px;
  /* background-color: aqua; */
  border-bottom: 1px solid #c4c4c4;
}
.d-modal-box-header mat-icon{
  float: right;cursor: pointer;
}

/* flirt modal */

.banner_class.top a img{
  padding-bottom: 10px;
}

.banner_class.bottom a img{
  padding-top: 16px;
}


 /* box banner  */
 .boxBanner,.boxBanner a,.boxBanner img{
  height: 363px ;
  width: 100% !important;
}

/* box banner  */



/* ============================= start: cm8-feed-page-main ============================= */
.cm8-feed-page-main {
  padding: 10px 10px 26px;
  display: flex;
  justify-content: center;
  column-gap: 22px;
}

.cm8-feed-page-main .aside-column {
  width: 100%;
  max-width: 225px;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.cm8-feed-page-main .aside-column .sidebarLeft{
  margin-top: 0 !important;
}
.cm8-feed-page-main .aside-column .cm8-image-container {
  height: 600px;
}

.cm8-feed-page-main .aside-column .cm8-image-container img,
.cm8-feed-page-main .aside-column .cm8-image-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cm8-feed-page-main .cm8-middle-sec {
  width: 100%;
  max-width: 616px;
  /* margin: 0 auto; */
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.cm8-fmpl-banner {
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  /* box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.14);
  padding: 8px 15px;
  margin-top: 7px; */
}

.cm8-fmpl-banner .cm8-fmpl-banner-captionbox {
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.14);
  /* background-image: url(../images/cm8-fmpl-banner-bg.png); */
  background-repeat: no-repeat;
  background-size: cover;
  /* padding: 22px; */
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cm8-fmpl-banner .cm8-fmpl-banner-captionbox p {
  margin: 0;
  font-size: 24px;
  color: rgb(255, 255, 255);
  line-height: 1.388;
  width: 100%;
  max-width: 325px;
}

.cm8-fmpl-banner .cm8-fmpl-banner-captionbox h3 {
  font-size: 22px;
  color: rgb(255, 255, 255);
  line-height: 1.514;
  margin: 16px 0 0;
  display: flex;
}

.cm8-fmpl-banner .cm8-fmpl-banner-captionbox h3::before {
  content: '';
  clear: both;
  display: block;
  background-color: rgb(255, 255, 255);
  width: 65px;
  height: 2px;
  z-index: 1;
  margin: 15px 10px 0 0;
}

.cm8-feed-middle-post-list-row {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.cm8-feed-middle-post-list-row .cm8-fmpl-col {}

.cm8-feed-middle-post-list-row .cm8-fmpl-box {
  border-radius: 5px;
  background-color: rgb(209, 206, 206);
  /* box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.14); */
}

.cm8-feed-middle-post-list-row .cm8-fmpl-box .cm8-fmpl-header-part {
  display: flex;
  justify-content: space-between;
  column-gap: 15px;
  padding: 16px 20px 0;
}

.cm8-feed-middle-post-list-row .cm8-fmpl-box .cm8-fmpl-header-part figure {
  display: flex;
  align-items: center;
  column-gap: 14px;
}

.cm8-feed-middle-post-list-row .cm8-fmpl-box .cm8-fmpl-header-part figure .cm8-image-container {
  border-radius: 50%;
  /* background-color: rgb(201, 201, 201); */
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.cm8-feed-middle-post-list-row .cm8-fmpl-box .cm8-fmpl-header-part figure .cm8-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.cm8-feed-middle-post-list-row .cm8-fmpl-box .cm8-fmpl-header-part figure figcaption {}

.cm8-feed-middle-post-list-row .cm8-fmpl-box .cm8-fmpl-header-part figure figcaption h4 {
  font-size: 16px;
  color: rgb(31, 27, 27);
  line-height: 20px;
}

.cm8-feed-middle-post-list-row .cm8-fmpl-box .cm8-fmpl-header-part figure figcaption h5 {
  font-size: 13px;
  /* color: rgb(139, 139, 139); */
  line-height: 18px;
}

.cm8-feed-middle-post-list-row .cm8-fmpl-box .cm8-fmpl-header-part .cm8-right-actions {
  margin-left: auto;
  display: flex;
}

.cm8-feed-middle-post-list-row .cm8-fmpl-box .cm8-fmpl-header-part .cm8-right-actions .cm8-view-btn {
  border-radius: 5px;
  /* background-color: rgb(155, 38, 41); */
  width: 121px;
  height: 40px;
  font-size: 13px;
  color: rgb(255, 255, 255);
  border: 0;
}

.cm8-feed-middle-post-list-row .cm8-fmpl-box .cm8-fmpl-body-part {
  padding: 0 24px 24px;
}

.cm8-feed-middle-post-list-row .cm8-fmpl-box .cm8-fmpl-body-part p {
  margin: 8px 0 0;
  font-size: 16px;
  /* color: rgb(93, 92, 92); */
  line-height: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

.line_clamp_none{
  -webkit-line-clamp: unset !important;
}

.cm8-feed-middle-post-list-row .cm8-fmpl-box .cm8-fmpl-body-part .cm8-fmpl-post-image {
  border-radius: 5px;
  height: 235px;
  margin-top: 10px;
  padding: 0 5px;
}

.cm8-feed-middle-post-list-row .cm8-fmpl-box .cm8-fmpl-body-part .cm8-fmpl-post-image img,
.cm8-feed-middle-post-list-row .cm8-fmpl-box .cm8-fmpl-body-part .cm8-fmpl-post-image video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 5px;
  /* background-color: #eeeeee; */
}

.cm8-feed-middle-post-list-row .cm8-fmpl-box .cm8-fmpl-footer-part {
  display: flex;
  flex-wrap: wrap;
  padding: unset !important;
}

.cm8-feed-middle-post-list-row .cm8-fmpl-box .cm8-fmpl-footer-part li {
  width: 100%;
  max-width: 33.33%;
  border-top: 1px solid rgb(220, 220, 220);
}

.cm8-feed-middle-post-list-row .cm8-fmpl-box .cm8-fmpl-footer-part li .custom-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  min-height: 46px;
  column-gap: 8px;
  width: 100%;
  border: 0;
  /* background: #fff; */
  cursor: pointer;
}

.cm8-feed-middle-post-list-row .cm8-fmpl-box .cm8-fmpl-footer-part li span {
  font-size: 13px;
  color: rgb(0, 0, 0);
  font-weight: 500;
}

.cm8-feed-middle-post-list-row .cm8-fmpl-box .cm8-fmpl-footer-part li:not(:last-child) {
  border-right: 1px solid rgb(220, 220, 220);
}

.cm8-feed-middle-post-list-row .cm8-fmpl-box .cm8-fmpl-footer-part li svg {}

.cm8-feed-middle-post-list-row .cm8-fmpl-box .cm8-fmpl-footer-part li svg path {
  /* fill: #9b2629; */
}

.cm8-feed-middle-post-load-more {
  display: flex;
  justify-content: center;
}

.cm8-feed-middle-post-load-more .load-more-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  color: rgb(255, 255, 255);
  column-gap: 10px;
  border-radius: 5px;
  background-color: rgb(155, 38, 41);
  width: 173px;
  height: 40px;
  border: 0;
}

.cm8-feed-middle-post-load-more .load-more-btn img {
  width: 20px;
  height: 20px;filter: brightness(0) invert(1);
}

/* ============================= end: cm8-feed-page-main ============================= */


/* cookies accept */
.cookieBanner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #2b221e;
  z-index: 99999;
  color: #fff;
  padding: 15px 0;
  transition: all .5s
}

.cookieBanner.close {
  transform: translateY(-100%)
}

.cookieeBannerInner {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.cookieeBannerInner p {
  padding: 0;
  margin: 0;
  border: none;
  font-size: 16px
}

.cookieeBannerInner p button {
  width: 100px;
  height: 35px;
  background: #8ea01c;
  color: #fff;
  font-weight: 600;
  border-radius: 5px;
  /* margin: 0 15px; */
  border: 2px solid #8ea01c;
}

.cookieeBannerInner p a {
  color: #8ea01c;
  font-weight: 600;
  /* margin-left: 20px */
}

.cookieClose {
  color: #8ea01c;
  font-weight: 600;
  background-color: transparent;
  border: none;
  font-size: 28px
}

.moreInlfoLink,
.moreInlfoLink:hover {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
}

.cookieeBannerInner p button.rejectAllBtn {
  width: 100px;
  height: 35px;
  background: 0 0;
  color: #a5bf02;
  font-weight: 600;
  border-radius: 5px;
  margin: 0 15px;
  border: 2px solid #a5bf02;
}

.btnWrap {
  width: 227px;
  flex-shrink: 0;
  display: flex;
}

.btnWrap button {
  margin: 0 0 0 10px;
}

.cookieContent {
  flex-grow: 1;
  line-height: 22px;
  padding-right: 40px !important;
}

/* cookies accept */


 /* new faq css */
 .header_part{
  width: 100%;
  text-align: center;
  padding: 50px 0 20px;
  position: relative;
}
.header_part p{
  padding-top: 10px;font-size: 15px;
}
.faq_box_wrapper{
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  /* border: 2px solid green; */
  margin-top: 30px;
}
.faq_box_wrapper .box{
  width: 32% !important;
  height: 200px;
  border: 2px solid rgb(193, 192, 192);
  border-radius: 7px;
  padding: 30px 40px ;
  text-align: center;
  font-weight: 600;
  margin: 5px;
  cursor: pointer;
  background-color: #fff;
}
.box i{
  font-size: 40px !important;
  margin: auto;
  /* margin-bottom: 10px; */
}
/* .box.selected{
  border: 2px solid red !important;
} */
.bottom_section{
  width: 100%;
  padding: 40px 20px;
}

.faqSub_div{
  border: 2px solid rgb(193, 192, 192);
  border-radius: px;
  width: 100%;
  height: auto;
  padding: 20px;
}
.faqSub_div h2{
  margin-bottom: 10px;
}
.eachFAQ{
  width: 100%;
  height: auto;
  /* border: 2px solid red; */
  padding: 7px;
}
.eachFAQ .Question{
  font-size: large;
  font-weight: 500;
  border-bottom: 2px solid rgb(193, 192, 192);
  padding:0 7px 4px 7px;
  cursor: pointer;
}

.eachFAQ .Answer{
  padding: 7px;
}

.fa-chevron-right{
  transition-duration: 0.4s;
  margin-right: 10px;
}
.rotate90{
  transform: rotate(90deg);
}
.fullBorder{
  border: 2px solid rgb(193, 192, 192);
  border-radius: 10px;
}
.Answer p{
  white-space: pre-wrap;
}

.faq_box_wrapper .box p{
  font-size: 18px !important;
  padding-top: 12px;
}

.circle_bound{
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background: #f5f3f3;
  margin: auto;
  padding-top: 25px;
}
.circle_bound img{
  margin: auto !important;
  width: auto !important;
}

.faq_box_wrapper.only_desktop{
  display: flex !important;
}


/* new faq css  */

    /* ============================ start: earn page design ================================== */
    .custom-rarn-free-coins-section-s1-head .backButtonHolder img{
      max-width: unset !important;
  }
.articleSection.earn_page_article{
  width: 100%;
  padding-top: 13px;
}
.custom-rarn-free-coins-section-s1{
  width: 100%;
  /* max-width: calc(616px + 30px); */
  margin: 0 auto;
  /* background: */
}
.custom-rarn-free-coins-section-s1-wrapper {
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.14);
}

.custom-rarn-free-coins-section-s1-wrapper .icon-container img {
  max-width: 60%;
  margin: 0 !important;
}

.custom-rarn-free-coins-section-s1-head {
  padding: 8px 12px;
  box-shadow: 0px 8px 13px 0px rgba(0, 0, 0, 0.08);
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  z-index: 1;
  position: relative;
}

.custom-rarn-free-coins-section-s1-head figure {
  display: flex;
  align-items: center;
  margin: 0 !important;
  column-gap: 16px;
}

.custom-rarn-free-coins-section-s1-head figure .icon-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  background-color: rgb(242, 242, 243);
  width: 41px;
  height: 41px;
}

.custom-rarn-free-coins-section-s1-head figure .icon-container img {
  width: 30px;
}

.custom-rarn-free-coins-section-s1-head figure figcaption {
  font-size: 20px;
  /* color: rgb(31, 27, 27); */
  line-height: 1.96;
  flex: 1 1 auto;
}

.custom-rarn-free-coins-section-s1-body {}

.custom-rarn-free-coins-section-s1-body ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.custom-rarn-free-coins-section-s1-body ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 15px;
  padding: 12px 24px;
}

.custom-rarn-free-coins-section-s1-body ul li {
  background-color: transparent;
}

.custom-rarn-free-coins-section-s1-body ul li:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.custom-rarn-free-coins-section-s1-body ul li .left-text-info {
  flex: 1 1 auto;
}

.custom-rarn-free-coins-section-s1-body ul li .left-text-info h4 {
  margin: 0 !important;
  font-size: 15px;
  /* color: rgb(31, 27, 27); */
  line-height: 24px;
}

.custom-rarn-free-coins-section-s1-body ul li .left-text-info p {
  margin: 0 !important;
  font-size: 12px;
  /* color: rgb(116, 116, 116); */
  line-height: 20px;
}

.custom-rarn-free-coins-section-s1-body ul li .right-status-icon {
  margin-left: auto;
  flex: 0 0 auto;
  display: flex;
}

.custom-rarn-free-coins-section-s1-body ul li .right-status-icon .circle-icon-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 50%;
  background-color: rgb(61, 61, 61);
  width: 32px;
  height: 32px;
  border: 0;

}
.custom-rarn-free-coins-section-s1-body ul li .right-status-icon .circle-icon-btn.active{
  background-color: #369623;
  cursor: auto;
}

.custom-rarn-free-coins-section-s1-wrapper img {
  max-width: 60%;
  margin: 0 !important;
}

.custom-rarn-free-coins-section-s1-head .backButtonHolder{
  padding: 0 !important;
}

.alert-light{
  font-size: 12px !important;
  cursor: pointer;
}

.alert-light:hover{
  text-decoration: underline;
}
.custom-rarn-free-coins-section-s1-head .alert-light{
  padding: 5px 1.5rem;
}

/* ============================ end: earn page design ================================== */

/* ============================= start: cm8-feed-page-main ============================= */
.cm8-feed-page-main {
  padding: 10px 10px 26px;
  display: flex;
  justify-content: center;
  column-gap: 22px;
}

.cm8-feed-page-main .aside-column {
  width: 100%;
  max-width: 225px;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.cm8-feed-page-main .aside-column .sidebarLeft{
  margin-top: 0 !important;
}
.cm8-feed-page-main .aside-column .cm8-image-container {
  height: 600px;
}

.cm8-feed-page-main .aside-column .cm8-image-container img,
.cm8-feed-page-main .aside-column .cm8-image-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cm8-feed-page-main .cm8-middle-sec {
  width: 100%;
  max-width: 616px;
  /* margin: 0 auto; */
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.cm8-fmpl-banner {
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  /* box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.14);
  padding: 8px 15px;
  margin-top: 7px; */
}

.cm8-fmpl-banner .cm8-fmpl-banner-captionbox {
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.14);
  /* background-image: url(../images/cm8-fmpl-banner-bg.png); */
  background-repeat: no-repeat;
  background-size: cover;
  /* padding: 22px; */
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cm8-fmpl-banner .cm8-fmpl-banner-captionbox p {
  margin: 0;
  font-size: 24px;
  color: rgb(255, 255, 255);
  line-height: 1.388;
  width: 100%;
  max-width: 325px;
}

.cm8-fmpl-banner .cm8-fmpl-banner-captionbox h3 {
  font-size: 22px;
  color: rgb(255, 255, 255);
  line-height: 1.514;
  margin: 16px 0 0;
  display: flex;
}

.cm8-fmpl-banner .cm8-fmpl-banner-captionbox h3::before {
  content: '';
  clear: both;
  display: block;
  background-color: rgb(255, 255, 255);
  width: 65px;
  height: 2px;
  z-index: 1;
  margin: 15px 10px 0 0;
}

.cm8-feed-middle-post-list-row {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.cm8-feed-middle-post-list-row .cm8-fmpl-col {}

.cm8-feed-middle-post-list-row .cm8-fmpl-box {
  border-radius: 5px;
  background-color: rgb(209, 206, 206);
  /* box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.14); */
}

.cm8-feed-middle-post-list-row .cm8-fmpl-box .cm8-fmpl-header-part {
  display: flex;
  justify-content: space-between;
  column-gap: 15px;
  padding: 16px 20px 0;
}

.cm8-feed-middle-post-list-row .cm8-fmpl-box .cm8-fmpl-header-part figure {
  display: flex;
  align-items: center;
  column-gap: 14px;
}

.cm8-feed-middle-post-list-row .cm8-fmpl-box .cm8-fmpl-header-part figure .cm8-image-container {
  border-radius: 50%;
  /* background-color: rgb(201, 201, 201); */
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.cm8-feed-middle-post-list-row .cm8-fmpl-box .cm8-fmpl-header-part figure .cm8-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.cm8-feed-middle-post-list-row .cm8-fmpl-box .cm8-fmpl-header-part figure figcaption {}

.cm8-feed-middle-post-list-row .cm8-fmpl-box .cm8-fmpl-header-part figure figcaption h4 {
  font-size: 16px;
  color: rgb(31, 27, 27);
  line-height: 20px;
}

.cm8-feed-middle-post-list-row .cm8-fmpl-box .cm8-fmpl-header-part figure figcaption h5 {
  font-size: 13px;
  /* color: rgb(139, 139, 139); */
  line-height: 18px;
}

.cm8-feed-middle-post-list-row .cm8-fmpl-box .cm8-fmpl-header-part .cm8-right-actions {
  margin-left: auto;
  display: flex;
}

.cm8-feed-middle-post-list-row .cm8-fmpl-box .cm8-fmpl-header-part .cm8-right-actions .cm8-view-btn {
  border-radius: 5px;
  /* background-color: rgb(155, 38, 41); */
  width: 121px;
  height: 40px;
  font-size: 13px;
  color: rgb(255, 255, 255);
  border: 0;
}

.cm8-feed-middle-post-list-row .cm8-fmpl-box .cm8-fmpl-body-part {
  padding: 0 24px 24px;
}

.cm8-feed-middle-post-list-row .cm8-fmpl-box .cm8-fmpl-body-part p {
  margin: 8px 0 0;
  font-size: 16px;
  /* color: rgb(93, 92, 92); */
  line-height: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

.line_clamp_none{
  -webkit-line-clamp: unset !important;
}

.cm8-feed-middle-post-list-row .cm8-fmpl-box .cm8-fmpl-body-part .cm8-fmpl-post-image {
  border-radius: 5px;
  height: 235px;
  margin-top: 10px;
  padding: 0 5px;
}

.cm8-feed-middle-post-list-row .cm8-fmpl-box .cm8-fmpl-body-part .cm8-fmpl-post-image img,
.cm8-feed-middle-post-list-row .cm8-fmpl-box .cm8-fmpl-body-part .cm8-fmpl-post-image video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 5px;
  /* background-color: #eeeeee; */
}

.cm8-feed-middle-post-list-row .cm8-fmpl-box .cm8-fmpl-footer-part {
  display: flex;
  flex-wrap: wrap;
  padding: unset !important;
}

.cm8-feed-middle-post-list-row .cm8-fmpl-box .cm8-fmpl-footer-part li {
  width: 100%;
  max-width: 33.33%;
  border-top: 1px solid rgb(220, 220, 220);
}

.cm8-feed-middle-post-list-row .cm8-fmpl-box .cm8-fmpl-footer-part li .custom-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  min-height: 46px;
  column-gap: 8px;
  width: 100%;
  border: 0;
  /* background: #fff; */
  cursor: pointer;
}

.cm8-feed-middle-post-list-row .cm8-fmpl-box .cm8-fmpl-footer-part li span {
  font-size: 13px;
  color: rgb(0, 0, 0);
  font-weight: 500;
}

.cm8-feed-middle-post-list-row .cm8-fmpl-box .cm8-fmpl-footer-part li:not(:last-child) {
  border-right: 1px solid rgb(220, 220, 220);
}

.cm8-feed-middle-post-list-row .cm8-fmpl-box .cm8-fmpl-footer-part li svg {}

.cm8-feed-middle-post-list-row .cm8-fmpl-box .cm8-fmpl-footer-part li svg path {
  /* fill: #9b2629; */
}

.cm8-feed-middle-post-load-more {
  display: flex;
  justify-content: center;
}

.cm8-feed-middle-post-load-more .load-more-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  color: rgb(255, 255, 255);
  column-gap: 10px;
  border-radius: 5px;
  background-color: rgb(155, 38, 41);
  width: 173px;
  height: 40px;
  border: 0;
}

.cm8-feed-middle-post-load-more .load-more-btn img {
  width: 20px;
  height: 20px;filter: brightness(0) invert(1);
}

/* ============================= end: cm8-feed-page-main ============================= */

.feed_top_banner_wrapper img{
  max-width: unset !important;
  width: 100% !important;
}

/* owl-slider */
/* slider */
.thumbnails-slider {
  margin: 0 -7px;
}

.thumbnails-slider .owl-item a {
  height: 65px;
  display: block;
  background-color: #f7f7f7;
  overflow: hidden;
}

.thumbnails-slider .owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  opacity: 0;
  height: 1px;
}

.thumbnails-slider .owl-theme:hover .owl-nav {
  opacity: 1;
}

.thumbnails-slider .owl-theme .owl-nav [class*=owl-] {
  background: #00b3c6;
  width: 25px;
  height: 25px;
  padding: 3px 7px !important;
}

.thumbnails-slider .owl-item {
  padding: 5px 7px;
  max-width: 108px;
}

.thumbnails-slider .owl-item a>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* owl-slider */

/* cms section */

.cmsBanner {
  padding: 200px 0 150px 0;
}

.cmsSection {
  display: block;
}

.cmsContainer {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  padding: 30px 38px;
  background-color: #f1f1f1;
  border-radius: 6px;
  opacity: 0.8;
}

.cmsContainer .postCardIco {
  display: block;
  float: right;
  margin: 20px 20px 12px 20px;
}

.cmsContainer h1 {
  display: block;
  color: #f12d2d;
  font-size: 42px;
  line-height: 50px;
  font-weight: 600;
  margin: 20px 0 0 0;
}

.cmsContainer h1:first-child {
  margin: 0;
}

.cmsContainer h2 {
  display: block;
  color: #f12d2d;
  font-size: 42px;
  line-height: 50px;
  font-weight: 600;
  margin: 20px 0 0 0;
}

.cmsContainer h2:first-child {
  margin: 0;
}

.cmsContainer p {
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  margin: 18px 0 0 0;
}

.cmsContainer p:first-child {
  margin: 0;
}

.cmsContainer p a {
  color: #fff;
  text-decoration: underline;
}

.cmsContainer p a:hover {
  color: #f12d2d;
  text-decoration: none;
}

.cmsContainer .icoTxt {
  display: block;
  color: #fff;
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  margin: 20px 0 0 0;
}

.cmsContainer .icoTxt i {
  margin: 0 8px 0 0;
  color: #fff;
  font-size: 36px;
  line-height: 36px;
  position: relative;
  top: 4px;
}

.cmsContainer .icoTxt img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px 0 0;
}

.cmsContainer .icoTxt:first-child {
  margin: 0;
}

.cmsContainer h5 {
  display: block;
  color: #fff;
  font-size: 26px;
  line-height: 32px;
  font-weight: 300;
  margin: 20px 0 0 0;
}

.cmsContainer h6 {
  display: block;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  margin: 20px 0 0 0;
  position: relative;
  padding: 0 0 0 22px;
}

.cmsContainer h6:first-child {
  margin: 0;
}

.cmsContainer h6:before {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 2px;
  left: 0px;
}

.cmsContainer h6+p {
  margin-top: 8px;
}

.cmsContainer h4 {
  display: block;
  color: #f12d2d;
  font-size: 44px;
  line-height: 50px;
  font-weight: 300;
  margin: 24px 0 0 0;
}

.cmsContainer h4 img {
  display: inline-block;
  vertical-align: top;
  margin: 0 8px 0 0;
}

.cmsContainer h4:first-child {
  margin: 0;
}

.cmsContainer ul {
  display: block;
  padding: 14px 0 0 0;
}

.cmsContainer ul li {
  display: block;
  margin: 6px 0 0 0;
  padding: 0 0 0 20px;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  position: relative;
}

.cmsContainer ul li:before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 10px;
  left: 0px;
  font-size: 5px;
  line-height: 6px;
}

.cmsContainer.txtPg h1 {
  color: #fff;
  font-size: 26px;
  line-height: 40px;
  font-weight: 600;
  text-align: center;
  margin-top: 35px;
}

.cmsContainer.txtPg h2 {
  color: #fff;
  font-size: 24px;
  line-height: 34px;
  font-weight: 300;
}

.cmsContainer.txtPg h4 {
  display: block;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  margin: 16px 0 0 0;
}

.cmsContainer.txtPg p {
  display: block;
  color: #5d6363;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
}

/* cms section */

.form-button{
  width: 150px;
  margin: auto;
  margin-top: 25px;
}

.form-button button{
  width: 100%;
}

/* my-photos page */


.photosBodyCont .rw {
  display: block;
  margin: 0 -13px;
  font-size: 0px;
}

.photosBodyCont .rw .colm {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  padding: 13px;
}

.photosBodyCont .rw .colm .uploadedPhoto {
  display: block;
  border-radius: 15px;
  border: 1px solid #e9e7e7;
  overflow: hidden;
  position: relative;
  height: 202px;
}

.photosBodyCont .rw .colm .uploadedPhoto img {
  display: block;
  width: 100%;
  height: auto;
}

/* my-photos page */

/* gift List CSS */

.giftlist {
  display: block;
  margin: 0 -8px;
  font-size: 0px;
  text-align: center;
  padding-left: 0px !important;
}

.giftlist li {
  display: inline-block;
  vertical-align: top;
  width: 12.5%;
  padding: 8px;
}

.giftlist li label {
  display: block;
  position: relative;
  margin: 0;
  border: 1px solid #d0d0d0;
  border-radius: 6px;
}

.giftlist li label input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  border-radius: 4px;
  cursor: pointer;
  margin: 0;
}

.giftlist li label .gftImg {
  display: block;
  width: 100%;
  height: 90px;
  border: 1px solid #d0d0d0;
  border-radius: 6px;
  background-repeat: no-repeat !important;
  background-position: top center !important;
  background-size: cover !important;
  transition: 400ms;
  overflow: hidden;
  position: relative;
  border-radius: 6px 6px 0 0;
}

.giftlist li label .gftImg:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: 400ms;
}

.giftlist li label .gftImg .ico {
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: 400ms;
  position: absolute;
  bottom: 4px;
  right: 4px;
  z-index: 2;
  background-color: #ea1c1c;
  border-radius: 3px;
  width: 22px;
  height: 22px;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
}

.giftlist li label .gift-coin {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 4px 4px;
  color: #000000;
  font-size: 13px;
  line-height: 16px;
  background-color: #e2e8fe;
  font-weight: 700;
}

.giftlist li label .gift-coin img {
  display: block;
  float: left;
  width: 18px;
  margin: 0 4px 0 0;
}

.giftlist li label .gftImg .ico .fas {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.giftlist li label input:checked+.gftImg {
  border-color: #ea1c1c;
}

.giftlist li label input:checked+.gftImg .ico,
.giftlist li label input:checked+.gftImg:before {
  opacity: 1;
  visibility: visible;
}

.gftImg img{
  height: 100% !important;
}

/* gift list CSS */


/* game page CSS */

.tinder {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0,0,0,0.4);
  position: absolute;
  left: 0;
  top: 0;
}

.tinder--status {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  z-index: 2;
  width: 100%;
  text-align: center;
  pointer-events: none;
}

.tinder-cards {
  text-align: center;
  display: flex;
  flex-direction: column;
  position: fixed;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.tinder-card {
  display: inline-block;
  width: 260px;
  /* height: 65%; */
  height: 484px;
  background: #FFFFFF;
  padding-bottom: 40px;
  border-radius: 8px;
  overflow: hidden;
  position: absolute;
  will-change: transform;
  transition: all 0.3s ease-in-out;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.moving.tinder-card {
  transition: none;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

.tinder--status > div {
  transition: all 0.3s ease-in-out;
}

.tinder--status svg {
  transition: all 0.3s ease-in-out;
  position: absolute;
  width: 100px;
  margin-left: -50px;
}

.tinder-card a img {
  max-width: 100%;
  max-height: 75%;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.tinder-card h3 {
  margin-top: 16px;
  font-size: 24px;
  padding: 0 16px;
  pointer-events: none;
}

.tinder-card p {
  margin-top: 24px;
  font-size: 16px;
  padding: 0 16px;
  pointer-events: none;
}

.tinder-buttons {
  /* position: absolute;
  flex: 0 0 100px;
  text-align: center;
  bottom: 20px;
  left: 0;
  right: 0; */

  background: #fff;
    position: relative;
    flex: 0 0 100px;
    text-align: center;
    bottom: 20px;
    left: 0;
    right: 0;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    display: block;
    padding: 20px 10px;
}




.tinder-buttons button:focus {
  outline: 0;
}

.profile-info {     
  text-align: left;
  padding-left: 13px;
  }
.tinder-card a {text-decoration: none;}
.img-block{
  height: auto;
  width: 82%;
  margin: auto;
}

.custom_profileBoxes .tinder {
  position: relative !important;
}

.custom_profileBoxes .tinder-cards {
  position: relative !important;
  height: 615px !important;
  background: #fff;
  padding-bottom: 0px;
}

.custom_profileBoxes {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin: auto;
  margin-bottom: 20px;
  max-width: 1033px;
  position: relative;
}

.custom_profileBoxes .tinder-card {
  box-shadow: 0px 0px 0 4px black;
}

.custom_profileBoxes .tinder-card a {
  height: 324px;
  display: block;
  width: 100%;
}

.custom_profileBoxes .tinder-card a img {
  width: 100%;
  height: 100%;
  max-height: 100% !important;
  object-fit: cover;
}

.custom_profileBoxes .profile-name h4 {
  /* color: #d41a1f; */
  font-weight: 600;
  margin: 0 0 10px;
}

.custom_profileBoxes .adrs {
  font-size: 18px;
  /* color: #616161; */
}

.custom_profileBoxes .loadmoreCont {
  position: relative;
  left: 50%;
  transform: translate(-50%, 0px);
  bottom: 0px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
}

.likeprofile_article {
  padding: 6px 20px 12px 20px;
}

.custom_profileBoxes h1 {
  color: #d41a1f;
  font-size: 42px;
  font-weight: 600;
  margin: 30px 0 20px;
  text-align: center;
}

.custom_profileBoxes p {
  font-size: 16px;
  color: #353535;
  margin: 0;
  text-align: center;
}

.speed-date-btn-div {
  /* background: #fff; */
  padding: 0 10px 20px;
  /* border-bottom: 1px solid #d3d3d6;
  border-left: 1px solid #d3d3d6;
  border-right: 1px solid #d3d3d6; */
  display: flex;
  justify-content: center;
}

.speed-date-btn-div button {
  margin-left: 10px;
  margin-right: 10px;
}

/*.tinder-card:nth-child(1){
  transform: scale(1) translateY(0px) translateX(0px) rotate(0deg) !important;
}*/
.tinder-card:nth-child(2) {
  transform: scale(0.89) translateY(-11px) translateX(-59px) rotate(-4deg) !important;
}

.tinder-card:nth-child(3) {
  transform: scale(0.89) translateY(-10px) translateX(59px) rotate(4deg) !important;
}

.tinder-card:nth-child(4) {
  transform: scale(0.80) translateY(-11px) translateX(-130px) rotate(-9deg) !important;
}

.tinder-card:nth-child(5) {
  transform: scale(0.80) translateY(-11px) translateX(130px) rotate(9deg) !important;
}

.nav-no-btn {
  width: 35px;
  height: 35px;
  text-align: center;
  border: none;
  border-radius: 20%;
  color: #fff;
  font-weight: 600;
  background: #d41a1f;
  outline: none;
  margin-bottom: 10px;
  margin-left: 22px;
}

.nav-yes-btn {
  width: 35px;
  height: 35px;
  text-align: center;
  background: #d41a1f;
  border: none;
  border-radius: 20%;
  color: #fff;
  font-weight: 600;
  outline: none;
  margin-bottom: 10px;
  margin-right: 22px;
}


/* game page CSS */

.ad-container{
  padding: 40px 20px;
  display: flex;
  justify-content: center;
  background: #fff;
}

/* contact us  */


.contact-form-wrapper{
  margin: auto;
  width: 350px;
  height: auto;
  min-height: 400px;
  background-color:rgba(0, 0, 0, 0.7);
  border: 1px solid #A4A4A4;
  margin-top: 150px;
  position: relative;
  padding: 70px 25px;
}

.contact-form-wrapper-logo{
  margin: auto;
  height: 120px;
  width: 120px;
  text-align: center;
  padding-top: 20px;
  border-radius: 50%;
  background-color: rgb(252, 17, 21);
  top: -60px;
  position: absolute;
  left: calc(50% - 60px);
}

.contact-form-wrapper-logo mat-icon{
  color: white;
  height: auto;
  width: auto;
  font-size: 80px;
}

.contact-form-wrapper h2, .contact-form-wrapper button{
  text-align: center;
}

.contact-form-wrapper form textarea{
  height: 90px;
}

/* contact us  */


/* CHAT CSS START */

.chatPopups {
  display: block;
  position: fixed;
  bottom: -1px;
  right: 10px;
  z-index: 999;
  height: 1px;
}

.chatPopup {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 258px;
  padding: 34px 0 0 0;
  margin: 0;
  box-shadow: 0 0 16px 6px rgba(0, 0, 0, 0.3);
  border-radius: 4px 4px 0 0;
}

.chatPopup:first-child {
  display: block;
  right: 0;
}

.chatPopup:nth-child(2) {
  display: block;
  right: 268px;
}

.chatPopup:nth-child(3) {
  display: block;
  right: 536px;
}

.chatPopup:nth-child(4) {
  display: block;
  right: 804px;
}

.chatPopup:nth-child(5) {
  display: block;
  right: 1072px;
}

.chatPopup:nth-child(6) {
  display: block;
  right: 1340px;
}

/*.chatPopup:nth-child(7){display:block; right:1608px;}
.chatPopup:nth-child(8){display:block; right:1876px;}
.chatPopup:nth-child(4){display:block; right:1038px;} */

.chatPopup .head {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.chatPopup .bdy {
  display: none;
}

.chatPopup h2 {
  display: block;
  position: relative;
  height: 34px;
  background-color: #e21c3f;
  border-radius: 4px 4px 0 0;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  padding: 6px 72px 6px 10px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chatPopup h2 .ico {
  display: inline-block;
  vertical-align: top;
  width: 18px;
  height: 18px;
  background: url(../images/icon22.png) no-repeat -18px -89px;
  margin: 1px 4px 0 0;
  background-size: 54px auto;
}

.chatPopup h2:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 42px;
  width: 13px;
  height: 1px;
  background-color: #fff;
}

.chatPopup h2:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 48px;
  width: 1px;
  height: 13px;
  background-color: #fff;
  margin: -6px 0 0 0;
}

.chatPopup h2.shw:after {
  display: none;
}

.chatPopup .del {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 38px;
  height: 100%;
  border-radius: 0 4px 0 0;
}

.chatPopup .del .ico {
  display: block;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 17px;
  height: 18px;
  background: url(../images/icon22.png) no-repeat -17px -162px;
  background-size: 54px auto;
}

.chatPopup .del:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.chatPopup .chatUsr {
  display: block;
  padding: 8px 0;
  min-height: 62px;
  position: relative;
  background: url(../images/red-line.png) no-repeat bottom center;
  background-color: #fafafa;
}

.chatPopup .chatUsr .photo {
  display: block;
  position: absolute;
  top: 12px;
  left: 12px;
  width: 38px;
  height: 38px;
  border: 1px solid #a2a2a2;
  border-radius: 100px;
  background-repeat: no-repeat !important;
  background-position: top center !important;
  background-size: cover !important;
}

.chatPopup .chatUsr .dtls {
  display: block;
  padding: 0 42px 0 58px;
}

.chatPopup .chatUsr .dtls .tx {
  display: block;
  color: #505050;
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
  margin: 4px 0 0 0;
}

.chatPopup .chatUsr .dtls .tx:first-child {
  margin: 0;
}

.chatPopup .chatUsr:hover {
  text-decoration: none;
  background-color: #ffedf0;
}

.chatPopup .chatUsr .ico {
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translate(0, -50%);
  width: 23px;
  height: 22px;
  background: url(../images/icon22.png) no-repeat -43px -198px;
}

.chatMsgArea {
  display: block;
  padding: 0;
  background-color: #fafafa;
  padding: 4px 0 0 0;
}

.chatMsgArea .dataCont {
  display: block;
  height: auto;
  height: 228px;
  overflow: auto;
  padding: 0 10px;
}

.chatMsgArea .dataContArea {
  display: block;
}

.chatTxtLi {
  display: block;
  margin: 16px 0 0 0;
  padding: 0 12px 0 0;
}

.chatTxtLi:first-child {
  margin: 0;
}

.chatTxtLi .chatTxt {
  display: block;
  background-color: #ececec;
  padding: 8px 8px;
  border-radius: 10px 10px 10px 0;
  color: #ffffff;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  position: relative;
  min-height: 52px;
}

.chatTxtLi .chatTxt:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 100%;
  width: 12px;
  height: 22px;
  background: url(../images/chat-arrow.png) no-repeat 0 -22px;
}

.chatTxtLi .chatTxt .un {
  display: block;
  color: #eb1d1d;
  font-size: 14px;
  line-height: 15px;
  font-weight: 600;
  border-bottom: 1px solid #cbc7c8;
  padding: 0 0 7px 0;
  margin: 0 0 5px 0;
}

.chatTxtLi .chatTxt .un a {
  display: inline-block;
  vertical-align: top;
  color: #eb1d1d;
}

.chatTxtLi .chatTxt .un a:hover {
  color: #222;
  text-decoration: none;
}

.chatTxtLi .dt {
  display: block;
  color: #5a5a5a;
  font-size: 11px;
  line-height: 14px;
  font-weight: 500;
  margin: 8px 0 0 0;
}

.chatTxtLi.me {
  padding: 0 0 0 12px;
  text-align: right;
}

.chatTxtLi.me .chatTxt {
  background-color: #e21c3f;
  color: #000000;
  border-radius: 10px 10px 0 10px;
}

.chatTxtLi.me .chatTxt:before {
  background-position: 0 0;
  right: auto;
  left: 100%;
}

.chatFooter {
  display: block;
  padding: 6px 10px;
  border-top: 1px solid #e5e5e5;
  background-color: #fcfcfc;
}

.chatFooter .typeField {
  display: block;
  position: relative;
}

.chatFooter .typeField .form-control {
  display: block;
  width: 100%;
  height: 36px;
  background-color: #ececec;
  border: none;
  border-radius: 100px;
  padding: 2px 75px 2px 10px;
  color: #636363;
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
}

.chatFooter .typeField .type-c {
  display: block;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}

.chatFooter .typeField .type-c .type-sec {
  display: block;
  height: 30px;
  overflow: auto;
  font-size: 11px;
  padding: 7px 10px;
}

.chatFooter .typeField .type-c .type-sec:before {
  line-height: 16px;
  display: inline-block;
  vertical-align: top;
}


.chatFooter .typeField .atch {
  z-index: 1;
  position: relative;
  overflow: hidden;
  margin: 0 !important;
  display: flex;
  align-items: center;
}
.chatFooter .gft{
  display: flex;
  align-items: center;
}
.chatFooter .typeField .emoji-view {
  background: transparent;
  width: unset !important;
  height: unset !important;
  margin: 0 !important;
  display: flex;
  align-items: center;
}

.chatFooter .typeField .atch input {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  opacity: 0;
  height: 100%;
}

.chatFooter .typeField .atch .ico {
  background-position: 0 -220px;
}

.chatFooter .typeField .updateMmbr {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  border-radius: 100px;
}

.chBdy {
  display: block;
  position: relative;
}

.noMbr {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.49);
  padding: 22px 24px;
}

.noMbrMsg {
  display: block;
  background-color: #fff;
  border-radius: 10px;
  /* padding: 30px; */
  box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.3);
  text-align: center;
  position: relative;
}

.noMbrMsg .tj {
  display: inline-block;
  vertical-align: top;
  width: 46px;
  height: auto;
}

.noMbrMsg p {
  display: block;
  color: #181414;
  font-size: 14px;
  line-height: 22px;
  margin: 16px 0 0 0;
}

.noMbrMsg .btn {
  margin: 16px 0 0 0;
}

.noMbrMsg .mbrTm {
  display: block;
  color: #eb1d1d;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  margin: 16px 0 0 0;
}

.noMbrMsg .cls,
.lowCredits .cls {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 26px;
  height: 26px;
  background-color: #000;
  opacity: 0.5;
}

.noMbrMsg .cls .ico,
.lowCredits .cls .ico {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 22px;
  height: 22px;
  background: url(../images/icon22.png) no-repeat -44px -220px;
}

.noMbrMsg.novipMbrMsg .tj {
  width: auto;
}

.noMbrMsg.novipMbrMsg .btn {
  width: 250px;
  max-width: 100%;
  margin: 24px 0 ;
  color: #fff;
  text-decoration: none;
}

.noMbrMsg h2,
.lowCredits h2 {
  display: block;
  /* color: #B21808; */
  font-size: 28px;
  line-height: 34px;
  font-weight: 600;
  /* margin: 34px 0 0 0; */
  padding: 0;
}

.noMbrMsg h4,
.lowCredits h4 {
  display: block;
  color: #272727;
  font-size: 23px;
  line-height: 26px;
  font-weight: 500;
  margin: 24px 0 0 0;
  padding: 0 20px;
}

/* CHAT CSS END */

/* update vip popup design */

.logo_background{
  width: 100%;
  height: 200px;
  padding-top: 50px;
  /* background-image: url(../images/VIP-background.png); */
}
.logo_background_2{
  background-color: transparent;
  width: 100%;
  height: 20px;
  margin-top: 5px;
}
.vip_circle_1{
  height: 150px;
  width: 150px;
  position: relative;
  margin: auto;
  /* background-color: aliceblue; */
  border-radius: 75px;
  padding-top: 5px;

}
.vip_circle_2{
  height: 140px;
  width: 140px;
  position: relative;
  margin: auto;
  background-color: #fff;
  border-radius: 70px;
  padding-top: 5px;
}
.vip_circle_3{
  height: 130px;
  width: 130px;
  position: relative;
  margin: auto;
  /* background-color: aliceblue; */
  border-radius: 65px;
  padding-top: 22.5%;
}
.vip_circle_3 h1{
  font-size: 55px !important;
}
.logo_background img{
  position: relative;
  margin: auto;
  width: 200px;
  height: auto;
  /* margin-left: -30px; */
  margin-top: -34px;
}

#updateVip .btn-danger, #lowCredits .btn-danger{
  background-color: #B21808 !important;
}

.recharge{
  width: 500px;
  height: 650px;
  overflow: hidden;
}


.lowCreditsCont {
  display: block;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.3);
  text-align: center;
  position: relative;
}

.lowCreditsCont .bodyC {
  display: block;
  padding: 30px 30px 42px 30px;
}

.lowCreditsCont .footerC {
  display: block;
  padding: 30px;
  background-color: #d41a1f;
  border-radius: 0 0 10px 10px;
  text-align: right;
}

.lowCreditsCont .footerC .btn:first-child {
  float: left;
}

.lowCreditsCont .footerC .btn {
  font-size: 20px;
  font-weight: 500;
}

.lowCreditsCont .footerC .btn.btn-default {
  background-color: #fff;
  border: 1px solid #fff !important;
  color: #d41a1f;
}

.lowCreditsCont .footerC .btn.btn-default:hover {
  background-color: #f2f2f2;
}

.lowCreditsCont .footerC .btn.btn-danger {
  background-color: #d41a1f;
  color: #fff;
  border: 1px solid #fff !important;
}

.lowCreditsCont .footerC .btn.btn-danger:hover {
  background-color: #c32941;
}

.warningIco{
  margin: auto;
  display: block;
  width: 150px;
}

.msgTypebox {
  display: flex
;
  position: relative;
  column-gap: 8px;
  align-items: center;
}

.msgTypebox .left-box {
  position: relative;
  flex: 1 1 auto;
}

.chatFooter .typeField .form-control {
  display: block;
  width: 100%;
  height: 36px;
  background-color: #ececec;
  border: none;
  border-radius: 100px;
  padding: 2px 75px 2px 10px;
  color: #636363;
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
}

.msgTypebox .left-box .absolute-action-btn {
  display: flex
;
  column-gap: 7px;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 9px;
  transform: translateY(-50%);
}

.chatFooter .msgTypebox .left-box .absolute-action-btn .svgContainer svg {
  width: 16px !important;
  height: 16px !important;
  cursor: pointer;
}

.msgTypebox .chatpopup_send {
  display: flex
;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  align-items: center;
  font-size: 15px;
  border: 0;
  /* background: #73ac8c; */
  color: #fff;
  padding: 0 1px 0 0;
}

.gft svg{
  margin-top: -3px;
}
.atch svg{
  margin-top: -2px;
}
.speech-bubble {
  background: #fff;
  border-radius: .4em;
  display: flex;
  align-items: center;
  overflow-y: auto;
  flex-wrap: wrap;
  padding: 5px;
  position: absolute;
  height: 95px;
  width: 200px;
  right: -49px;
  bottom: 47px;
  top: auto;
  box-shadow: 0 0 11px #cac8c8;
}
.emojieach {
  margin: 2px;
  min-width: 30px;
}
.msgTypebox .form-control img {
  display: inline-block;
  padding-right: 3px;
  padding-left: 3px;
}
.msgdate {
  padding-bottom: 10px;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  min-height: 1px;
  overflow: hidden;
}
.dateTxt {
  min-width: 80px;
  padding: 5px 8px;
  display: inline-block;
  vertical-align: top;
  color: #464646;
  font-size: 11px;
  line-height: 16px;
  font-weight: 600;
  background-color: #ececec;
  border-radius: 100px;
  min-width: 94px;
  position: relative;
}

.dateTxt:after, .dateTxt:before {
  content: "";
  display: block;
  width: 164px;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin: 0 10px 0 0;
  border-bottom: 1px solid #c3c3c3;
}

.dateTxt:after {
  right: auto;
  left: 100%;
  margin: 0 0 0 10px;
}

/* update vip popup design */

/* sex interest */

.sexInterestsSrch {
  display: none;
  background-color: #B1B4BB;
  border-top: 2px solid #e7e7e7;
  position: absolute;
  top: 120px;
  left: 0;
  width: 100%;
  height: auto;
  padding: 20px 0 48px 0;
  text-align: center;
  z-index: 4;
}

.sexInterestsSrch h2 {
  display: block;
  position: relative;
  padding: 0 40px 18px 40px;
  color: #d31a1f;
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
}

.sexInterestsSrch h2 img {
  display: inline-block;
  vertical-align: top;
  max-height: 22px;
  margin: 4px 4px 0 0;
}

.sexInterestsSrch h2 .cls {
  display: block;
  position: absolute;
  top: 0;
  right: 4px;
  width: 32px;
  height: 32px;
  background-size: 20px auto;
  cursor: pointer;
  background-color: #d41a1f;
  border-radius: 5px;
}

.sexInterestsSrch h2 .cls svg {
  margin-top: -5px;
}

.sexInterestList {
  display: block;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 10px;
  max-height: calc(100vh - 325px);
}

.sexInterestList .rw {
  display: block;
  font-size: 0px;
  margin: 0 -4px;
}

.sexInterestList .rw .colm {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 4px;
}

.sexintBx {
  display: block;
  position: relative;
  border-radius: 5px;
  margin: 0;
}

.sexintBx .far,
.sexintBx .fas {
  display: none;
  position: absolute;
  top: 2px;
  right: 3px;
  color: #fff;
  font-size: 16px;
}

.sexintBx input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
  margin: 0 !important;
}

.sexintBx .boxC {
  display: block;
  position: relative;
  background-color: #e2e2e2;
  border-radius: initial;
  padding: 0;
  min-height: 64px;
  overflow: hidden;
  text-align: left;
}

.sexintBx .catgImg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 62px;
  height: 100%;
  background-repeat: no-repeat !important;
  background-position: top center !important;
  background-size: cover !important;
}

.sexintBx .txt {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  padding: 0 16px 0 76px;
  transform: translate(0, -50%);
  color: #2c2c2c;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
}

.sexintBx input:checked+.boxC {
  background-color: #d41a1f;
}

.sexintBx input:checked+.boxC .far,
.sexintBx input:checked+.boxC .fas {
  display: block;
}

.sexintBx input:checked+.boxC .txt {
  color: #fff;
}

/* sex interest */

.top_sticky_first {
  position: sticky;
  top: 0;
  z-index: 500;
}

.private_pic_lock{
  position: absolute;
  display: block;
  top: 5px;
  left: 5px;
  width: auto;
  height: 25px !important;
  z-index: 99;
  /* background: #fff; */
}
.private_pic_lock img{
  width: 25px;
  height: 25px !important;
}
.private_pic_lock span{
  position: absolute;
  z-index: 99;
  left: 42px;
  color: #fff !important;
}

/* locked profile */

.blurred_box{
  filter: blur(4px);
}

.blurred_box_img{
  filter: blur(9px);
}

.blurred_box_overlay{
  position: absolute;
  width: 100%;
  height: 240px;
  background: transparent;
  z-index: 8;
  background: url(../images/padlock_profile.png) no-repeat center;
}
.blur_image{
  filter: blur(7px);
}
.locked_box{
  display: block;
  width: 95%;
  margin: auto;
  font-size: 80px;
  color: #fff;
  text-align: center;
  position: absolute;
  margin-top: 65px;
  z-index: 9;
}
.locked_box img{
  cursor: pointer;
  width: 50%;
  margin: auto;
}
#locked_profiles .modal-footer{
  justify-content: center !important;
}

/* locked profile */

/* notification-list */

.notifybox ul {
  background: #ffffff;
  border: none;
  max-height: 290px;
  border-radius: 4px;
  overflow: auto;
  padding-left: 0 !important;
  margin-bottom: 0px !important;
}

.notifybox li {
  border-bottom: 1px solid #d31a1f;
  position: relative;
}

.notifybox li:last-child {
  border-bottom: none;
}

.notifybox li a {
  display: table;
  width: 100%;
}

.notifybox li a .ico {
  display: table-cell;
  width: 62px;
  text-align: center;
  padding: 10px;
  vertical-align: middle;
}

.notifybox li a .ico img {
  display: inline-block;
  vertical-align: top;
  -webkit-filter: brightness()1 invert(1);
  filter: brightness()1 invert(1);
}

.notifybox li a .desc {
  display: table-cell;
  vertical-align: middle;
  color: #d41a1f;
  font-size: 15px;
  line-height: 19px;
  font-weight: 300;
  padding: 10px 10px 10px 0;
  min-height: 54px;
}

.notifybox li a .desc strong {
  font-weight: 600;
}

.notifybox li a .desc span {
  display: block;
  color: #1d1d1d;
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
  margin: 0 0 0px 0;
}

.notifybox li a .desc span:last-child {
  margin: 0;
}

.notifybox li a:hover {
  color: #fff;
  background-color: #ea1e1d;
  text-decoration: none;
}

.notifybox li a:hover span,
.notifybox li a:hover .desc {
  color: #fff;
}

.notifybox li a:hover span img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

/* notification-list */

/* welcome popup */

.welcomePopup2 .modal-content {
  background: transparent;
  box-shadow: none;
  border-radius: inherit;
  border: none;
}

.welcomePopup2 .modal-body {
  padding: 74px 0 0 0;
}

.wlcmCont {
  display: block;
  position: relative;
  background: url(../images/bkg-welcome.png) no-repeat top left;
  background-size: auto 100%;
  background-color: #f0f0f2;
}

.wlcmCont .wlcmModel {
  display: block;
  float: left;
  width: 316px;
  height: auto;
  position: relative;
  margin: -112px 0 0 16px;
}

.wlcmCont .clsBtn,
.welcomePopup3 .cls {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  overflow: hidden;
}

.wlcmCont .close,
.welcomePopup3 .cls .close {
  display: block;
  background: url(../images/close.svg) no-repeat left 17px bottom 17px;
  background-size: 13px auto;
  background-color: #de1b1e;
  width: 70px;
  height: 70px;
  border-radius: 100px;
  opacity: 1;
  top: -30px;
  right: -30px;
  position: absolute;
}

.welcomePopup3 .cls {
  border-radius: 0 .3rem 0 0;
}

.welcomePopup3 .cls .close {
  background: url(../images/close.svg) no-repeat left 17px bottom 17px;
  background-size: 13px auto;
  background-color: #de1b1e;
}

.wlcmCont .close:hover,
.welcomePopup3 .cls .close:hover {
  background-color: #fd3336;
}

#welcomePopup3 .modal-dialog .wlcmTxts {
  padding: 0 20px 20px 20px;
}

.wlcmTxts h2 {
  display: block;
  color: #d41a1f;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 34px;
  margin: 0 0 27px 0;
}

.wlcmTxts p {
  display: block;
  color: #000;
  font-size: 15px;
  line-height: 21px;
  margin: 14px 0 0 0;
  font-weight: 500;
}

.wlcmFooter {
  display: block;
  background-color: #f6f6f6;
  padding: 26px 24px;
  border-top: 1px solid #d4d4d4;
}

.wlcmFooter .btn {
  border-radius: inherit;
}

.welcomePopup3 .modal-dialog {
  max-width: 618px;
}

.welcomePopup3 .modal-body {
  display: block;
  padding: 32px 30px;
}

.welcomePopup3 h2 {
  display: block;
  color: #dc0a0a;
  font-size: 44px;
  line-height: 48px;
  font-weight: 500;
  margin: 0 0 24px 0;
  text-align: center;
}

.welcomePopup3 p {
  display: block;
  color: #000;
  font-size: 17px;
  line-height: 28px;
  font-weight: 500;
  margin: 0 0 16px 0;
}

.welcomePopup3 h3 {
  display: block;
  color: #212121;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  margin: 0 0 18px 0;
}

.successTipsList {
  display: block;
}

.successTipsList .list {
  display: block;
  margin: 24px 0 0 0;
}

.successTipsList .list>img {
  display: block;
  float: left;
  width: auto;
  max-width: 106px;
  height: auto;
}

.successTipsList .list .det {
  display: block;
  padding: 0 0 0 130px;
}

.successTipsList .list .det .tl {
  display: inline-block;
  vertical-align: top;
  color: #dc0a0a;
  font-size: 22px;
  line-height: 26px;
  font-weight: 300;
  text-decoration: underline;
}

.successTipsList .list .det .tl:hover {
  text-decoration: none;
}

.successTipsList .list .det p {
  margin: 16px 0 0 0;
}

.successTipsList .list .uPhotobx {
  display: block;
  float: left;
  width: 106px;
  text-align: center;
}

.successTipsList .list .uPhotobx .uPhoto {
  display: inline-block;
  vertical-align: top;
  width: 78px;
  height: 78px;
  background-repeat: no-repeat !important;
  background-position: top center !important;
  background-size: cover !important;
  border-radius: 100px;
}

.welcomePopup3 .buttonset {
  margin: 24px 0 0 0;
}

.welcomePopup3 .buttonset .shadowBtn,
.welcomePopup3 .buttonset .btn {
  width: 306px;
  max-width: 100%;
}

.welcomePopup3 .modal-content {
  background-color: #f2f0f0;
}

#welcomePopup3 .modal-dialog .welcome-modal-header {
  font-size: 21px;
  text-align: center;
  color: #fff;
  font-weight: 500;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 13px;
  margin-left: -20px;
  margin-right: -20px;
  /* background: #d41a1f; */
  padding-top: 13px;
}
h2.tips-of-success {
  text-transform: initial;
  font-size: 17px;
  font-weight: 600;
  color: #0e0f0f;
  margin-top: 11px;
  margin-bottom: 0;
}

.success-tip-box h1 {
  font-size: 16px;
  font-weight: 600;
  /* color: #de1b1e; */
}

.success-tip-box p {
  color: #0e0f0f;
  margin-top: 6px;
  font-size: 14px;
}

.success-tip-box {
  padding-left: 75px;
  position: relative;
  margin-bottom: 30px;
  margin-top: 15px;
}

.success-tip-box>img {
  position: absolute;
  left: 0;
  width: 60px;
  top: 3px;
}

.get-it-now-btn {
  background: #d41a1f;
  color: #fff;
  border: none;
  font-size: 28px;
  padding: 8px 15px;
  width: 100%;
  max-width: 324px;
  margin: auto;
  display: block;
  border-radius: 5px;
}
#welcomePopup3 .modal-dialog .close {
  display: block;
  background: url(../images/close.svg) no-repeat center;
  background-size: 13px auto;
  /*background-color: #343434;*/
  width: 30px;
  height: 25px;
  border-radius: 5px;
  opacity: 1;
  top: 13px;
  right: 5px;
  position: absolute;
  border: none;
}

/* welcome popup */

#locked_profiles .modal-dialog{
  margin-top: 30vh;
  width: 350px;
}


/* multiple gateway option */

.gateway_options{
  width: 100%;
  display: flex;
  justify-content: center;
  column-gap: 55px;
  text-align: center;

}
.gateway_option b {
  font-size: 12px;
}
#select_gateway .modal-body section{
  text-align: center;
  padding-bottom: 20px;
}
.gateway_option img{
  width: 120px;
  padding: 0 20px;
  border: 2px solid rgb(204, 201, 201);
  border-radius: 6px;
  cursor: pointer;
}
#select_gateway .modal-footer .btn{
  width: auto;
  color: #fff;
  height: 40px !important;
  font-size: 18px !important;
  vertical-align: middle !important;
}
#select_gateway .modal-footer .btn i{
  margin-left: 5px;
}
#select_gateway .gateway_option img:hover, #select_gateway .gateway_option img.selected{
  transform: scale(1.4);
}
#select_gateway .gateway_option:hover b, #select_gateway .gateway_option .selected b{
  margin-top: 20px;
}
.banned_image{
  filter: grayscale(1);
}

/* multiple gateway option */

#logoutModal .modal-footer{
  justify-content: center !important;
}



/* 
img{
  visibility: hidden !important;
}

*{
  background-image: none !important;
} */


#viewImageModal .modal-body{
  padding: 0px !important;
}

#viewImageModal .modal-content{
  margin-top: calc((100vh - 600px)/2);
}

#rechargeModal .modal-dialog{
  margin-top: 15vh;
}