@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900|Oxygen:300,400,700');

/* font-family: 'Oxygen', sans-serif;
font-family: 'Lato', sans-serif; */

/* for home page naughty & Dating text */
@font-face {
    font-family: Poppins-extrabold;
    src: url(../fonts/POPPINS-EXTRABOLD.TTF);
}

        /* .picBx .pic{
            background-image: unset !important;
        }
         .speed-img , .img-fluid{
            visibility: hidden;
        }  */




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;
}

html {
    font-family: sans-serif;
}

abbr[title] {
    border-bottom: 1px dotted;
}

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;
}

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;
}

a:hover {
    outline: none;
    text-decoration: underline;
}

img {
    width: 100%;
    border: none;
    padding: 0;
    margin: 0;
    outline: none;
    display: block;
}

.profileBox .picBx img {
    height: 250px;
}

*,
:after,
:before {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

/* ::after, ::before{font-family:Font Awesome 5 Free;} */

/***Form Accessories***/


.button,
a.button {
    background: #285a97;
    color: #FFF;
    font-size: 16px;
    border: none;
    padding: 4px 14px;
    cursor: pointer;
    /* height:32px; */
    font-weight: 400;
    text-transform: capitalize;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    line-height: 30px;
    border-radius: 3px;
}

.button:hover,
a.button:hover {
    background: #276ABD;
}

.formRow {
    margin-bottom: 10px;
    padding: 0;
    display: block;
    width: 100%;
    font-weight: 400;
}

.formRow:last-child {
    margin-bottom: 0;
}

.formTtl {
    width: 40%;
    display: inline-block;
    vertical-align: top;
    padding-right: 20px;
    line-height: 40px;
    font-weight: bold;
}

.formFld {
    width: 60%;
    display: inline-block;
    vertical-align: top;
    line-height: 40px;
    font-weight: 400;
}

.success {
    background: #d5eab3;
    border: 1px solid #b3ce89 !important;
    border-radius: 2px;
    color: #567622;
    margin: 0 0 20px;
    padding: 6px 8px;
    display: block;
    text-align: center;
}

.error {
    background: #FFB8A2;
    border: 1px solid #E13300;
    border-radius: 2px;
    color: #E13300;
    margin: 20px 0;
    padding: 6px 8px;
    display: block;
}

.fldInfo {
    display: block;
    padding: 2px 0 0;
    font-size: 13px;
    color: #666;
    line-height: 14px !important;
}

.errorMsg {
    display: block;
    padding: 2px 0 0;
    font-size: 12px;
    color: #F33;
    line-height: 12px;
}

input[class="error"] {
    border-color: #F33 !important;
}

.mask {
    background: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100000000;
}

#intro-loader {
    width: 100px;
    height: 100px;
    padding-top: 70px;
    text-align: center;
    position: absolute;
    margin: -50px 0 0 -50px;
    top: 50%;
    left: 50%;
    background: url(../images/loading.gif) no-repeat center top;
}

/**********IMPORTANT**********/
.buttonset {
    display: block;
    margin: 12px 0 0 0;
    text-align: left;
}

.wrapper {
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 10px;
}

.wrap1054 {
    max-width: 1054px;
}

.left {
    float: left !important;
}

.right {
    float: right !important;
}

.align-left {
    text-align: left !important;
}

.align-right {
    text-align: right !important;
}

.align-center {
    text-align: center !important;
}

.hide {
    display: none !important;
}

.top10 {
    margin-top: 10px !important;
}

.top16 {
    margin-top: 16px !important;
}

.top20 {
    margin-top: 20px !important;
}

.top24 {
    margin-top: 24px !important;
}

.top30 {
    margin-top: 30px !important;
}

.top40 {
    margin-top: 40px !important;
}

.top50 {
    margin-top: 50px !important;
}

.top60 {
    margin-top: 60px !important;
}

.top70 {
    margin-top: 70px !important;
}

.top80 {
    margin-top: 80px !important;
}

.top90 {
    margin-top: 90px !important;
}

.top100 {
    margin-top: 100px !important;
}

/**********IMPORTANT**********/
.mainSite {
    display: block;
}

.btn {
    border: none !important;
    border-radius: 5px !important;
    box-shadow: none !important;
    height: auto !important;
    margin: 0;
    text-transform: inherit;
}


.btn-danger:hover,
.btn-danger:active {
    opacity: 0.6;
}

.btn-danger.transparent,
.btn-danger.transparent:focus {
    background-color: rgba(153, 56, 46, 0.55);
}

.btn-danger.transparent:hover,
.btn-danger.transparent:active {
    background-color: #bd2130;
}

.btn-danger.btn-shadow {
    /* border-bottom: 2px solid #8c0004 !important; */
    border-radius: 4px !important;
}

.btn-danger.btn-xl.btn-shadow {
    border-width: 3px !important;
}

.btn-default {
    background-color: #dddddd;
    color: #1f1e1e;
}

.btn-default:focus {
    background-color: #b8b8b8;
}

.btn-default:hover,
.btn-default:active {
    background-color: #dddddd;
    color: #1f1e1e;
}

.btn-default.transparent,
.btn-default.transparent:focus {
    background-color: rgba(184, 184, 184, 0.43);
    color: #fff;
}

.btn-default.transparent:hover,
.btn-default.transparent:active {
    background-color: #c5c5c5;
    color: #222;
}

.btn-default.wh {
    color: #000;
    border: 1px solid #fff;
    background-color: #fff;
}

.btn-default.wh:hover,
.btn-default.wh:focus,
.btn-default.wh:active {
    color: #000 !important;
    background-color: #f7f7f7 !important;
}

.btn-outline-secondary {
    color: #4b4b4b;
    border: 1px solid #c8c8c8 !important;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary:active {
    color: #bf3147 !important;
    background-color: #f2f2f2 !important;
}

.btn-primary {
    background-color: #142931;
    color: #fff;
}

.btn-primary:focus {
    background-color: #142931;
}

.btn-primary:hover,
.btn-primary:active {
    background-color: #1a3742;
    color: #fff;
}

.square {
    border-radius: 0px !important;
}

.form-control.form-control-md {
    height: 32px !important;
    font-size: 14px;
}

.btn-md {
    min-height: 32px;
}

.btn img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px 0 0;
    position: relative;
    top: -2px;
    max-height: 17px;
    width: auto;
}

.btn .far,
.btn .fas {
    margin: 0 6px 0 0;
}

.btn-sm {
    padding: 4px 16px 4px 16px;
    font-size: 16px;
}

.btn-xl {
    padding: 8px 18px;
    font-size: 19px;
    font-weight: 500;
    line-height: 33px;
    min-width: 160px;
}

.btn-lg {
    padding: 6px 16px;
    font-weight: 500;
    line-height: 33px;
    min-width: 160px;
    border-radius: 5px !important;
}

.btn-xs {
    font-size: 13px;
    font-weight: 600;
}

.btn-sm {
    font-size: 13px !important;
    font-weight: 500;
}

.btn-md {
    font-size: 14px !important;
    font-weight: 500;
    padding: 6px 14px;
}

.form-group {
    margin-bottom: 10px;
}

.form-group .row,
.form-group.row {
    margin-left: -6px;
    margin-right: -6px;
}

.form-group .col,
.form-group .col-md-1,
.form-group .col-md-2,
.form-group .col-md-3,
.form-group .col-md-4,
.form-group .col-md-5,
.form-group .col-md-6,
.form-group .col-md-7,
.form-group .col-md-8,
.form-group .col-md-9,
.form-group .col-md-10,
.form-group .col-md-11,
.form-group .col-md-12,
.form-group .col-sm-1,
.form-group .col-sm-2,
.form-group .col-sm-3,
.form-group .col-sm-4,
.form-group .col-sm-5,
.form-group .col-sm-6,
.form-group .col-sm-7,
.form-group .col-sm-8,
.form-group .col-sm-9,
.form-group .col-sm-10,
.form-group .col-sm-11,
.form-group .col-sm-12,
.form-group .col-xs-1,
.form-group .col-xs-2,
.form-group .col-xs-3,
.form-group .col-xs-4,
.form-group .col-xs-5,
.form-group .col-xs-6,
.form-group .col-xs-7,
.form-group .col-xs-8,
.form-group .col-xs-9,
.form-group .col-xs-10,
.form-group .col-xs-11,
.form-group .col-xs-12 {
    padding: 0 6px;
}

.form-control,
.form-control:focus {
    height: 38px !important;
    border: none;
    background-color: #d1d1d1;
    border-radius: 0px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    box-shadow: none !important;
    outline: none !important;
}

textarea.form-control,
textarea.form-control:focus {
    height: 90px !important;
}

select.form-control,
select.form-control:focus {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../images/select-arrow.png)no-repeat right 6px center;
    background-color: rgba(91, 90, 100, 0.72);
    padding-right: 28px;
}

.form-control::-webkit-input-placeholder {
    color: rgb(12, 12, 12);
}

.form-control::-moz-placeholder {
    color: rgb(12, 12, 12);
}

.form-control:-ms-input-placeholder {
    color: rgb(12, 12, 12);
}

.form-control:-moz-placeholder {
    color: rgb(12, 12, 12);
}


.editForm .form-control {
    border: 1px solid #ddd;
    background-color: #f6f6f6;
    color: #6b6b6b;
}

.editForm textarea.form-control,
.editForm textarea.form-control:focus {
    height: 90px !important;
}

.editForm select.form-control,
.editForm select.form-control:focus {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../images/select-arrow-black.png)no-repeat right 1px center;
    background-color: #f6f6f6;
    border: 1px solid #ddd;
    padding-right: 28px;
    color: #6b6b6b;
}

.editForm .form-control::-webkit-input-placeholder {
    color: #6b6b6b;
}

.editForm .form-control::-moz-placeholder {
    color: #6b6b6b;
}

.editForm .form-control:-ms-input-placeholder {
    color: #6b6b6b;
}

.editForm .form-control:-moz-placeholder {
    color: #6b6b6b;
}

.editForm .form-group label {
    font-weight: 500;
    padding-top: 10px;
}

.registerformCont .form-control,
.registerformCont .form-control:focus,
.headerRight .form-control,
.headerRight .form-control:focus {
    height: 36px !important;
    /* border:1px solid #d6e5ff; */
    background-color: #616161;
    border-radius: inherit;
    color: rgb(12, 12, 12);
    font-size: 14px;
}

.registerformCont select.form-control,
.registerformCont select.form-control:focus,
.headerRight select.form-control,
.headerRight select.form-control:focus {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../images/select-arrow-black.png)no-repeat right 6px center;
    background-color: #616161;
    padding-right: 28px;
}

.registerformCont .form-control::-webkit-input-placeholder,
.headerRight .form-control::-webkit-input-placeholder {
    color: rgb(12, 12, 12);
}

.registerformCont .form-control::-moz-placeholder,
.headerRight .form-control::-moz-placeholder {
    color: rgb(12, 12, 12);
}

.registerformCont .form-control:-ms-input-placeholder,
.headerRight .form-control:-ms-input-placeholder {
    color: rgb(12, 12, 12);
}

.registerformCont .form-control:-moz-placeholder,
.headerRight .form-control:-moz-placeholder {
    color: rgb(12, 12, 12);
}

.formChk {
    display: inline-block;
    position: relative;
    padding: 0 0 0 34px;
    min-height: 24px;
    color: #fff;
    font-size: 13px;
    line-height: 16px;
    font-weight: 300;
}

.formChk input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 1px;
    height: 1px;
    margin: 0;
    opacity: 0;
}

.formChk .ico {
    display: block;
    width: 22px;
    height: 20px;
    /* background: url(../images/check-icon.png) no-repeat 0 0; */
    position: absolute;
    top: 0;
    left: 0;
    font-size: 28px;
}

.formChk input:checked+.ico {
    background-position: 0 -20px;
}

.formChk a {
    color: #000000;
    text-decoration: underline;
}

.formChk a:hover {
    text-decoration: none;
    color: #eb1d1d;
}

.checkGroup {
    padding: 8px 0;
}

.sign-up-wrap .logClose {
    display: block;
    position: absolute;
    top: 4px;
    right: 4px;
    width: 32px;
    height: 32px;
    font-size: 30px;
    /* background: url(../images/close-red.svg) no-repeat center center; */
    background-size: 16px auto;
}

.bannerSection {
    width: 100%;
    display: block;
    position: relative;
}

.bannerMiddle {
    width: 100%;
    height: 100%;
    display: block;
}

.bannerheader {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 0;
    z-index: 2;
    background:transparent;
}

.logo {
    display: block;
    float: left;
    padding: 5px 0 0 0;
    position: relative;
}

.logo a {
    display: inline-block;
}

.logo img {
    display: block;
    max-height: 75px;
    max-width: 300px;
    width: auto;
}

.headerRight {
    display: flex;
    justify-content: center;
    align-items: center;
    /* float: right; */
    text-align: right;
    margin: 4px 0 0 0;
    /*width:calc(100% - 220px);*/
    /* padding-left: 15px;
    padding-right: 15px; */
    box-sizing: border-box;
}

.bannerheader .headerRight{
    display: block !important;
}

.headerRight .form-inline .form-control {
    width: 200px;
    height: 32px;
}

.headerRight .form-inline .form-control,
.headerRight .form-inline .btn {
    margin: 0 12px 0 0;
    height: 32px !important;
    border: none !important;
}

.headerRight .form-inline .form-control:last-child,
.headerRight .form-inline .btn:last-child {
    margin-right: 0;
}

.headerRight .form-inline .btns {
    width: 150px;
    margin-bottom: 0 !important;
}

.headerRight .form-inline {
    align-items: flex-start;
}

.headFrgt {
    display: block;
    margin: 4px 0 0 0;
    text-align: right;
}

.headFrgt a {
    color: #fff;
    font-size: 12px;
    line-height: 15px;
    font-weight: 500;
}

.headFrgt a:hover {
    color: #fff;
    text-decoration: underline;
}

.bannerarea {
    /*background:url(../images/new-banner-image.jpg) no-repeat center;*/
    background-size: cover;
    min-height: 650px;
    padding-top: 82px;
    position: relative;
}

.bannerarea .registerformCont {
    display: block;
    padding: 50px 0 86px 0;
    position: relative;
}

.formBoxContainer {
    display: block;
    width: 392px;
    max-width: 100%;
    background-color: rgba(0, 0, 0, 0.82);
    border: 1px solid #363636;
    padding: 24px;
    border-radius: 6px;
}

.formBoxContainer h2 {
    display: block;
    color: #e63f3f;
    font-size: 29px;
    line-height: 35px;
    font-family: 'Fjalla One', sans-serif;
    font-weight: 600;
    margin: 0 0 16px 0;
    padding: 0;
    text-align: left;
}

.formBoxContainer .form-group {
    margin-bottom: 8px;
}

.formBoxContainer .btns {
    margin: 16px 0 0 0;
}

.usrHeadr {
    display: flex;
    float: right;
    margin: 0;
    align-items: center;
}

.headerNav {
    display: block;
    /* float: left; */
    padding: 0 20px 0 0;
    /* margin-right: 80px; */
}

.headerNav ul {
    display: block;
    font-size: 0px;
}

.headerNav ul li {
    display: inline-block;
    vertical-align: top;
    border-left: 1px solid #555;
    font-size: 14px;
    position: relative;
}

/* margin: 0 5px; */
.headerNav ul li:last-child {
    border-right: 1px solid #555;
}


.headerNav ul li a {
    display: block;
    color: #fff;
    font-size: 13px;
    line-height: 17px;
    font-weight: 300;
    text-align: center;
    padding: 10px 5px;
    height: 70px;
    /* height: 70px; */
    min-width: 120px;
}

.headerNav ul li a .m {
    display: block;
    margin: 10px 0 0 0;
}

.headerNav ul li a i {
    font-size: 23px;
}

.headerNav ul li a:hover,
.headerNav ul li a.sl {
    text-decoration: none;
}


.sectionTl {
    display: block;
    color: #5d6363;
    font-size: 40px;
    line-height: 46px;
    font-family: 'Fjalla One', sans-serif;
    text-align: center;
    margin: 0 0 52px 0;
}

.findNaughtyDates {
    display: block;
    background-color: #fff;
    padding: 0;
}

.titleTxt {
    display: block;
    color: #7f7f7f;
    font-size: 17px;
    line-height: 25px;
    font-weight: 400;
    text-align: center;
}

.dateStepsHead {
    display: block;
    background: url(../images/bkg-date-head.jpg) no-repeat top center;
    background-size: cover;
    background-color: #1f1f1f;
    padding: 58px 0 86px 0;
}

.dateStepsHead h2 {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 38px;
    line-height: 44px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 30px 0;
    padding: 0 0 20px 0;
    position: relative;
}

.dateStepsHead h2:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 294px;
    max-width: 100%;
    height: 2px;
    background-color: #fff;
}

.dateStepsHead p {
    display: block;
    color: #fff;
    font-size: 17px;
    line-height: 30px;
    font-weight: 500;
    margin: 16px 0 0 0;
    text-align: center;
}


.dateSteps {
    display: block;
    overflow: hidden;
    padding: 38px 0 46px 0;
}

.dateSteps .rw {
    display: block;
    margin: 0 -30px;
    font-size: 0;
    position: relative;
}

.dateSteps .rw:before,
.dateSteps .rw:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 33.333333%;
    transform: translate(0, -50%);
    width: 1px;
    height: 80%;
    background-color: #c0b7c6;
}

.dateSteps .rw:after {
    left: auto;
    right: 33.333333%;
}

.dateSteps .rw .colm {
    display: inline-block;
    vertical-align: top;
    width: 33.333333%;
    padding: 0 30px;
    text-align: center;
    margin: 24px 0;
    position: relative;
}

.stepBox {
    display: block;
    max-width: 270px;
    margin: 0 auto;
}

.stepBox .ico {
    display: inline-block;
    float: none;
    width: 136px;
    height: 136px;
    background-color: #e63f3f;
    border-radius: 200px;
    position: relative;
}

.stepBox .ico img {
    display: block;
    width: 70px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.stepBox .details {
    display: block;
    padding: 0;
}

.stepBox .details .tl {
    display: block;
    color: #353535;
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 18px 0;
    font-weight: 600;
}

.stepBox .details p {
    display: block;
    color: #727272;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
}

.stepBox .details .knwMore {
    display: block;
    margin: 10px 0 0 0;
}

.stepBox .details .knwMore a {
    display: inline-block;
    color: #e63f3f;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    text-decoration: underline;
}

.stepBox .details .knwMore a:hover {
    text-decoration: none;
}

.hotCupidoSec {
    display: block;
    background-color: #000;
}

.hotCupidoSec .bkg {
    display: block;
    background: url(../images/bkg-home-signupsec.jpg) no-repeat left top;
    background-size: auto 100%;
    background-color: #fff;
    position: relative;
}

.hotCupidoSec .bkg:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-color: rgba(230, 63, 63, 0.88);
    z-index: 1;
}

.hotCupidoSec .bkg .wrapper {
    position: relative;
    z-index: 2;
}

/* .hotCupidoSec .bkg .wrapper{position:relative; z-index:2; max-width:1006px;} */
.hotCupidoTxts {
    display: block;
    float: right;
    width: 50%;
    padding: 68px 60px 72px 60px;
}

.hotCupidoTxts h2 {
    display: block;
    color: #fff;
    font-size: 34px;
    line-height: 38px;
    font-weight: 300;
    margin: 0 0 20px 0;
    text-align: center;
}

.hotCupidoTxts .colorTl {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #fff;
    text-transform: capitalize;
    font-size: 35px;
    padding: 0;
}

.hotCupidoTxts .colorTl:after {
    display: none;
}

.hotCupidoTxts ul {
    display: block;
    padding: 10px 0 0 0;
}

.hotCupidoTxts ul li {
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    font-weight: 300;
    position: relative;
    padding: 0 0 0 32px;
    margin: 26px 0 0 0;
}

.hotCupidoTxts ul li:before {
    display: block;
    content: "\f004";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    position: absolute;
    top: 1px;
    left: 0;
    color: #fff;
    font-size: 20px;
}

.hotCupidoTxts ul li:first-child {
    margin: 0;
}

.hotCupidoTxts p {
    display: block;
    text-align: center;
    color: #000;
    font-size: 21px;
    line-height: 35px;
    font-weight: 500;
}

.hotCupidoTxts .buttons {
    margin: 38px 0 0 0;
}

.hotCupidoTxts .btn {
    min-width: 240px;
}

.footer {
    display: block;
    background-color: #232323;
    text-align: center;
    padding: 42px 0 0 0;
}

.footer .topsec {
    display: block;
    padding: 20px 0 12px 0;
}

.footerLogosec {
    display: flex;
    /* flex-wrap: wrap; */
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin: 8px 0 0 0;
}

.footerLogosec a {
    display: block;
    float: left;
    position: relative;
    margin: 0 16px;
}

.footerLogosec a img {
    display: block;
    max-height: 75px;
    width: auto;
    max-width: 300px;
}

.footer .bottomsec {
    display: block;
    font-family: 'Lato', sans-serif;
    margin: 16px 0 0 0;
}

.footer .bottomTxt {
    display: block;
    padding: 18px 0;
    border-top: 1px solid #383838;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
}

.footer .copyrightSec {
    display: block;
    color: #c8c8c8;
    font-size: 12px;
    line-height: 14px;
    font-weight: 300;
    background-color: #141414;
    padding: 10px 0;
    font-family: 'Lato', sans-serif;
    margin: 34px 0 0 0;
}

.footer .copyrightSec .txt {
    display: block;
    position: relative;
    padding: 0 300px;
}

.footer .copyrightSec .txt .powerBy {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    font-size: 12px;
    line-height: 20px;
    font-weight: 300;
}

.footer .copyrightSec .txt .powerBy img {
    display: inline-block;
    vertical-align: top;
    height: 18px;
    width: auto;
    margin: 0 6px 0 0;
}

.footerRow {
    display: block;
    margin: 0 -10px;
    font-size: 0px;
    padding-bottom: 10px;
    border-bottom: 1px solid #4e4c4c;
}

.footerRow .colm {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    padding: 0 10px;
    text-align: left;
    font-size: 14px;
}

/* .footerRow .colm:nth-child(4){width:21%;} */
/* .footerRow .colm:last-child{width:25%;} */
.footerRow .colm h3 {
    display: block;
    color: #fff;
    font-size: 19px;
    line-height: 22px;
    font-weight: 400;
    margin: 0 0 20px 0;
}

.footerlinkList {
    display: block;
}

.footerlinkList li {
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    margin: 0 0 5px 0;
}

.footerlinkList li a {
    display: inline-block;
    color: #fff;
}

.footerlinkList li a:hover {
    color: #eb1d1d;
    text-decoration: none;
}

.footerDisclamerList {
    display: block;
}

.footerDisclamerList li {
    display: block;
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    font-weight: 300;
    margin: 0 0 2px 0;
}

.footerSocialList {
    display: block;
    text-align: left;
}

.footerSocialList li {
    display: inline-block;
    vertical-align: top;
    margin: 0 24px 0 0;
}

.footerSocialList li:last-child {
    margin-right: 0;
}

.footerSocialList li a {
    display: block;
    color: #fff;
    font-size: 35px;
    line-height: 38px;
}

.footerSocialList li a.fb {
    color: #4e8be0;
}

.footerSocialList li a.fb:hover {
    color: #fff;
}

.footerSocialList li a.gp {
    color: #ff5d50;
}

.footerSocialList li a.gp:hover {
    color: #fff;
}

.footerSocialList li a.twt {
    color: #4e9cff;
}

.footerSocialList li a.twt:hover {
    color: #fff;
}


.logRegBanner,
.cmsBanner {
    display: block;
    /* background:url(../images/confirmation-mail-bg.png); background-repeat:no-repeat !important;*/
    background-position: top center !important;
    background-size: cover !important;
    background-color: #222;
    padding: 220px 0 170px 0;
    background-attachment: fixed;
}

.logRegContainer {
    display: block;
}

.logRegBanner {
    display: block;
    /*background:url(../images/bkg-innerpage-body.jpg); background-repeat:no-repeat !important;*/
    background-position: top center !important;
    background-size: cover !important;
    background-color: #222;
    padding: 164px 0 124px 0;
    background-attachment: fixed;
    min-height: 100vh;
}

.logRegContainer {
    display: block;
}

.logRegForm {
    display: block;
    width: 350px;
    max-width: 100%;
    margin: 0px auto;
    padding: 26px;
    background-color: #050505;
    border-radius: 6px;
}

.logRegForm h2 {
    display: block;
    color: #fff;
    font-size: 30px;
    line-height: 36px;
    font-weight: 300;
    margin: 35px 0 18px 0;
    padding: 0;
    text-align: center;
}

.signupTxt,
.frgtPass {
    display: block;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    line-height: 15px;
    font-weight: 500;
    padding: 2px 0 0 0;
}

.signupTxt a {
    color: #ffffff;
    text-decoration: underline;
}

.frgtPass a {
    color: #ffffff;
    text-decoration: underline;
}

.signupTxt a:hover,
.frgtPass a:hover {
    color: #fff;
    text-decoration: none;
}

.frgtPass {
    padding: 10px 0 6px 0;
}


.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;
}

.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;
}

.iconField {
    display: block;
    position: relative;
}

.iconField img {
    display: block;
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translate(0, -50%);
}

.iconField .form-control {
    padding-right: 38px;
}

.confirmEmailPg .wrapper {
    max-width: 958px;
}

.changeEmailBtn {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 20px;
    position: relative;
}

.confirmEmailPg .buttonset {
    margin-top: 30px;
}

.confirmEmailPg .btn-danger {
    font-size: 18px;
    padding: 10px 20px;
    width: 374px;
    max-width: 100%;
}

.confirmEmailPg .btn-danger:hover {}

.confirmEmailPg .btn-default {
    background-color: #616161;
    font-size: 18px;
    padding: 10px 20px;
    color: #fff;
    margin: 8px 0;
}

.confirmEmailPg .btn-default:hover {
    background-color: #5a5a5a;
}

.confirmEmailPg .changeEmailBtn .btn {
    padding-right: 34px;
    text-align: left;
    position: relative;
}

.confirmEmailPg .changeEmailForm .btn {
    text-align: center;
}

.confirmEmailPg .changeEmailBtn .btn:after {
    content: "\f0d7";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translate(0, -50%);
}

.confirmEmailPg .changeEmailBtn .btn.sl:after {
    content: "\f0d8";
}

.confirmEmailPg .cmsContainer {
    padding-bottom: 0;
}

.confirmEmailPg .cmsContainer .bootomSec {
    display: block;
    margin: 34px -40px 0 -40px;
    background-color: #202020;
    padding: 5px 16px;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
}

.changeEmailForm {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-radius: 4px;
    padding: 20px;
    z-index: 2;
}

.changeEmailForm .editFormrow .tl {
    color: #000;
    font-size: 18px;
    line-height: 22px;
    line-height: 26px;
    margin: 0 0 10px 0;
}

.changeEmailForm .editFormrow .tl .far {
    color: #e63f3f;
    font-size: 24px;
    line-height: 26px;
    margin-right: 6px;
    position: relative;
    top: 2px;
}

.changeEmailForm .editFormrow .txtFld {
    background-color: #afb0b3;
    color: #000;
    font-size: 15px;
    border: none;
}

.editFormrow {
    display: block;
    float: left;
    width: 100%;
    margin: 14px 0 0 0;
}

.editFormrow:first-child {
    margin: 0;
}

.editFormrow .tl {
    display: block;
    float: left;
    color: #6a6a6a;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    width: 136px;
    padding: 7px 0 0 0;
}

.editFormrow .tl em,
p em {
    color: #bf3147;
    font-weight: 600;
}

.editFormrow .fld {
    display: block;
    padding: 0 0 0 142px;
}

.editFormLg .editFormrow .tl {
    width: 148px;
}

.editFormLg .editFormrow .fld {
    padding-left: 154px;
}

.editFormrow.full .tl {
    width: 100%;
    margin: 0;
    padding: 0 0 5px 0;
}

.editFormrow.full .fld {
    padding-left: 0;
    width: 100%;
    float: left;
}

/* NOTIFICATION START */
.notifyMsgs {
    display: block;
    position: fixed;
    bottom: 0;
    left: 60px;
    width: 300px;
    max-width: 100%;
    z-index: 100;
}

.notyfiMsg {
    display: block;
    margin: 0 0 16px 0;
    background-color: #fff;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 14px 2px rgba(92, 92, 102, 0.3);
    -moz-animation: cssAnimation 0s ease-in 5s forwards;
    /* Firefox */
    -webkit-animation: cssAnimation 0s ease-in 5s forwards;
    /* Safari and Chrome */
    -o-animation: cssAnimation 0s ease-in 5s forwards;
    /* Opera */
    animation: cssAnimation 0s ease-in 5s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@keyframes cssAnimation {
    to {
        width: 0;
        height: 0;
        overflow: hidden;
    }
}

@-webkit-keyframes cssAnimation {
    to {
        width: 0;
        height: 0;
        visibility: hidden;
    }
}

.notyfiMsg .imageBx {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 100%;
    background-color: #f7f3f3;
}

.notyfiMsg .imageBx .image {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    ;
    border-radius: 10px;
    background-repeat: no-repeat !important;
    background-position: top center !important;
    background-size: cover !important;
}

.notyfiMsg .des {
    display: block;
    padding: 6px 40px 6px 92px;
    min-height: 80px;
}

.notyfiMsg .des .ms {
    display: block;
    color: #353131;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
}

.notyfiMsg .des .usr {
    display: block;
    color: #d73851;
    font-size: 12px;
    line-height: 15px;
    font-weight: 600;
    margin: 3px 0 0 0;
}

.notyfiMsg .des .usr a {
    display: inline-block;
    vertical-align: top;
    color: #d73851;
}

.notyfiMsg .des .usr a:hover {
    text-decoration: underline;
}

.notyfiMsg .des .btn {
    margin: 6px 0 0 0;
    font-size: 11px;
    line-height: 13px;
    border-radius: 4px !important;
}

.notyfiMsg .cls {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 28px;
    height: 24px;
    padding: 1px 3px;
    background-color: #e0e4e3;
}

.notyfiMsg .cls .ico {
    display: block;
    width: 22px;
    height: 22px;
    margin: 3px 0 0 3px;
}

/* NOTIFICATION END */


/* Inner page */
.innerWrapper {
    display: block;
    max-width: 1360px;
    /*max-width:1308px;*/
    margin: 0 auto;
    padding: 0 10px;
}

.headerContainer {
    display: block;
    /* position:fixed; top:0; left:0; */
    width: 100%;
    z-index: 2;
}

.innerHeader {
    display: block;
    width: 100%;
    padding: 0;
    z-index: 2;
}

.inrHeadCont {
    display: flex;
    position: relative;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.headOnlineUser {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 360px;
    background-color: #9c9ea7;
    padding: 4px 168px 4px 6px;
    min-height: 64px;
    animation: aniBg 8s linear infinite;
}

/* .headOnlineUser:before{content:""; display:block; position:absolute; top:0; left:0; width:0px; height:3px; background-color:#ff0000; width:0px; animation:aniborder 5s linear ;} */
.headOnlineUser .uName {
    display: block;
    position: relative;
    top: 26px;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #ffffff;
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
}

.headOnlineUser .onUserBx {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 162px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.headOnlineUser .onUserBx .photo {
    display: inline-block;
    vertical-align: middle;
    width: 54px;
    height: 54px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: top center !important;
}

.shadowBtn,
.headerSearch .newButton {
    display: inline-block;
    vertical-align: top;
    color: #f1f1f1;
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
    padding: 6px 16px;
    /*border:1px solid #dc687a;*/
    border-radius: 4px;
    /* -webkit-box-shadow: 0 0 6px 0 rgba(161, 15, 15, 0.7);
    box-shadow: 0 0 6px 0 rgba(161, 15, 15, 0.7); */
    /* background: #ef4848;
    background: -moz-linear-gradient(top, #ef4848 0%, #ef4848 47%, #eb1d1d 57%, #eb1d1d 100%);
    background: -webkit-linear-gradient(top, #ef4848 0%, #ef4848 47%, #eb1d1d 57%, #eb1d1d 100%);
    background: linear-gradient(to bottom, #ef4848 0%, #ef4848 47%, #eb1d1d 57%, #eb1d1d 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef4848', endColorstr='#eb1d1d', GradientType=0);
    -webkit-transition: 400ms;
    transition: 400ms;
}

.shadowBtn.sm {
    font-size: 11px;
    padding: 1px 12px 2px 12px;
}

.shadowBtn.lg {
    padding-top: 6px !important;
    padding-bottom: 8px !important;
    font-size: 18px !important;
    line-height: 24px !important;
    font-weight: 600 !important;
}

.shadowBtn.xl {
    padding-top: 10px !important;
    padding-bottom: 12px !important;
    font-size: 18px !important;
    line-height: 24px !important;
    font-weight: 600 !important;
}

.shadowBtn:hover,
.headerSearch .newButton:hover {
    text-decoration: none;
    -webkit-box-shadow: 0 0 12px 1px rgba(255, 231, 231, 0.7);
    box-shadow: 0 0 15px 1px rgba(255, 231, 231, 0.7);
    color: #f1f1f1;
}

.headOnlineUser .onUserBx .shadowBtn {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 4px;
    animation: aniBtn 1s linear infinite;
}

@keyframes aniBtn {
    0% {
        -webkit-box-shadow: 0 0 6px 0 rgba(161, 15, 15, 0.7);
        box-shadow: 0 0 6px 0 rgba(161, 15, 15, 0.7);
    }

    33% {
        -webkit-box-shadow: 0 0 12px 1px rgba(255, 231, 231, 0.7);
        box-shadow: 0 0 15px 1px rgba(255, 231, 231, 0.7);
    }

    66% {
        -webkit-box-shadow: 0 0 12px 1px rgba(255, 231, 231, 0.7);
        box-shadow: 0 0 15px 1px rgba(255, 231, 231, 0.7);
    }

    100% {
        -webkit-box-shadow: 0 0 6px 0 rgba(161, 15, 15, 0.7);
        box-shadow: 0 0 6px 0 rgba(161, 15, 15, 0.7);
    }
}

@keyframes aniBg {
    0% {
        background-color: #9c9ea7;
    }

    33% {
        background-color: #333;
    }

    66% {
        background-color: #333;
    }

    100% {
        background-color: #9c9ea7;
    }
}

.headOnlineUser:before,
.headOnlineUser:after {
    content: "";
    border: 2px solid transparent;
    width: 0;
    height: 0;
    position: absolute;
}

.headOnlineUser:before {
    top: 0;
    left: 0;
}

.headOnlineUser:after {
    bottom: 0;
    right: 0;
}

.headOnlineUser.sh:before,
.headOnlineUser.sh:after {
    width: 100%;
    height: 100%;
}

.headOnlineUser.sh:before {
    border-top-color: #ff0000;
    border-right-color: #ff0000;
    transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}

.headOnlineUser.sh:after {
    border-bottom-color: #ff0000;
    border-left-color: #ff0000;
    transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}


.headaddcredit{display:inline-block; vertical-align:middle; min-width:104px; margin-right:8px; padding: 12px 13px;color: #fff;}
.headaddcredit:hover{
    color: #fff;
}
.notification {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 26px;
    line-height: 28px;
    margin: 0 10px 0 0;
    position: relative;
}

.notification .count {
    display: block;
    position: absolute;
    top: -2px;
    right: -7px;
    background-color: #eb1d1d;
    border: none;
    border-radius: 100px;
    min-width: 18px;
    height: 18px;
    color: #fff;
    font-size: 10px;
    line-height: 18px;
    text-align: center;
}

.notification a {
    color: #fff;
}

.notification .notifybox {
    position: absolute;
    top: 100%;
    right: -35px;
    z-index: 1000;
    width: 290px;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 400;
    text-align: left;
    color: #6f6f6f;
    padding-top: 18px;
    display: none;
}

.notifybox:before {
    top: 6px;
    right: 38px;
    position: absolute;
    content: " ";
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 12px solid #fff;
    height: 0;
    width: 0;
}

.notification .notifybox ul {
    background: #ffffff;
    border: none;
    max-height: 290px;
    border-radius: 4px;
    overflow: auto;
    box-shadow: 0 1px 6px 1px rgba(161, 15, 15, 0.5);
}

.notification .notifybox li {
    border-bottom: 1px solid #d31a1f;
    position: relative;
}

.notification .notifybox li:last-child {
    border-bottom: none;
}

.notification .notifybox li a {
    display: table;
    width: 100%;
}

.notification .notifybox li a .ico {
    display: table-cell;
    width: 62px;
    text-align: center;
    padding: 10px;
    vertical-align: middle;
}

.notification .notifybox li a .ico img {
    display: inline-block;
    vertical-align: top;
    -webkit-filter: brightness()1 invert(1);
    filter: brightness()1 invert(1);
}

.notification .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;
}

.notification .notifybox li a .desc strong {
    font-weight: 600;
}

.notification .notifybox li a .desc span {
    display: block;
    color: #1d1d1d;
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
    margin: 0 0 0px 0;
}

.notification .notifybox li a .desc span:last-child {
    margin: 0;
}

.notification .notifybox li a:hover {
    color: #fff;
    background-color: #ea1e1d;
    text-decoration: none;
}

.notification .notifybox li a:hover span,
.notification .notifybox li a:hover .desc {
    color: #fff;
}

.notification .notifybox li a:hover span img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

/* activitybox */

.activitybox {
    position: absolute;
    top: 108%;
    right: 0px;
    z-index: 1000;
    width: 200px;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 400;
    text-align: left;
    color: #6f6f6f;
    padding-top: 1px;
    display: none;
}

.activitybox:before {
    top: -10px;
    right: 38px;
    position: absolute;
    content: " ";
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 12px solid #fff;
    height: 0;
    width: 0;
}

.activitybox ul {
    /* background: #ffffff; */
    border: none;
    max-height: 290px;
    border-radius: 4px;
    overflow: auto;
    box-shadow: 0 1px 6px 1px rgba(161, 15, 15, 0.5);
}

.activitybox li {
    border-bottom: 1px solid #d31a1f;
    position: relative;
    width: 100%;
}

.activitybox li:last-child {
    border-bottom: none;
    border-right-color: transparent !important;
}

.activitybox li a {
    display: flex !important;
    width: 100% !important;
    vertical-align: middle;
    align-items: center;
}

.activitybox li a i {
    margin-right: 8px;
}

.activitybox li a .ico {
    display: table-cell;
    width: 62px;
    text-align: center;
    padding: 10px;
    vertical-align: middle;
}

.activitybox li a .ico img {
    display: inline-block;
    vertical-align: top;
    -webkit-filter: brightness()1 invert(1);
    filter: brightness()1 invert(1);
}

.activitybox 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;
}

.activitybox li a .desc strong {
    font-weight: 600;
}

.activitybox li a .desc span {
    display: block;
    color: #1d1d1d;
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
    margin: 0 0 0px 0;
}

.activitybox li a .desc span:last-child {
    margin: 0;
}

.activitybox li a:hover {
    color: #fff;
    background-color: #ea1e1d;
    text-decoration: none;
}

.activitybox li a:hover span,
.activitybox li a:hover .desc {
    color: #fff;
}

.activitybox li a:hover span img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

/* activitybox */


.loginUser {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    padding: 3px 32px 3px 4px;
    background: url(../images/select-arrow-black.png) no-repeat right 4px center;
    border-radius: 4px;
    -webkit-transition: 400ms;
    transition: 400ms;
    position: relative;
}

.loginUser .image {
    display: inline-block;
    vertical-align: middle;
    width: 38px;
    height: 38px;
    overflow: hidden;
    border-radius: 100px;
}

.loginUser .image img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 100%;
}

.loginUser .name {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    max-width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 0 0 4px;
    position: relative;
    top: -2px;
}

.userDrop {
    display: none;
    background-color: #fff;
    padding: 0px 0;
    position: absolute;
    right: 0;
    top: 50px;
    z-index: 1000;
    width: 220px;
    border-radius: 6px;
    box-shadow: 0 1px 6px 1px rgba(161, 15, 15, 0.5);
    /*border-radius: 34px;*/
}

.userDrop li {
    line-height: 22px;
    border-bottom: 1px solid #d31a1f;
    padding: 0px;
    text-align: left;
}

.userDrop li:first-child {
    /*border-radius:34px 34px 0 0;
    -webkit-border-radius:34px 34px 0 0;
    -moz-border-radius:34px 34px 0 0;
    -ms-border-radius:34px 34px 0 0;
    -o-border-radius:34px 34px 0 0;*/
    overflow: hidden;
}

.userDrop li:last-child {
    border-bottom: 0px;
    /*border-radius:0 0 34px 34px;
    -webkit-border-radius:0 0 34px 34px;
    -moz-border-radius:0 0 34px 34px;
    -ms-border-radius:0 0 34px 34px;
    -o-border-radius:0 0 34px 34px;*/
    overflow: hidden;
}

.userDrop li a {
    color: #d31a1f;
    padding: 11px 20px 11px 42px;
    display: block;
    font-size: 14px;
    line-height: 19px;
    font-weight: 300;
    position: relative;
}

.userDrop li a i {
    font-size: 18px;
    position: absolute;
    top: 11px;
    left: 16px;
    /*display: none;*/
}

.userDrop li a:hover {
    text-decoration: none;
    background-color: #ea1e1d;
    color: #fff;
}

.userDrop:after {
    content: "";
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 12px solid #fff;
    content: "";
    display: block;
    right: 45px;
    position: absolute;
    bottom: 100%;
    transform: translate(-50%, 0px);
    margin: 0 0 -1px 0;
}

.innerLogo {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding: 10px 0;
    width: 215px;
}

.innerLogo a {
    display: inline-block;
    vertical-align: top;
}

.innerLogo a img {
    display: block;
    width: auto;
    max-height: 50px;
    max-width: 100%;
}

/* -webkit-filter:brightness(0) invert(1); filter: brightness(0) invert(1);*/

.headerSearchBar {
    display: block;
    font-size: 0px;
    padding: 6px 0;
}

.headerSearchBar .innerWrapper {
    position: relative;
}

.headerSearchBar * {
    font-size: 14px;
}

.headerSearchMain {
    display: block;
    position: relative;
    z-index: 999;
}

.headerSeaArea {
    display: block;
    position: relative;
}

.headerSearch {
    display: block;
    background-color: #d41a1f;
    text-align: center;
}

.headerSearch .line {
    display: inline-block;
    vertical-align: top;
    font-size: 22px;
    line-height: 38px;
    margin: 0;
    text-align: center;
    width: 22px;
    color: #fff;
    margin: 6px 0;
}

.headerSearch .tl {
    display: inline-block;
    color: #fff;
    font-size: 26px;
    line-height: 32px;
    vertical-align: middle;
    margin: 0 30px 0 0;
    width: auto;
    text-align: right;
    font-weight: 300;
}

.headerSearch .tl>i {
    font-size: 28px;
}

.headerSearch .age,
.headerSearch .searchChklist,
.usernamefield {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0 8px 0;
}

.headerSearch .searchChklist {
    margin: 14px 0 0 0;
}

.srchSelect {
    display: inline-block;
    vertical-align: middle;
    margin: 0 9px 0 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../images/select-arrow-black.png) no-repeat right center;
    background-color: #2c2c2c;
    width: 82px;
    border-radius: 4px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 4px 24px 4px 10px;
    border: none;
    margin: 6px 0;
    text-align: center;
}

.srchSelect::-ms-expand {
    display: none !important;
}

.headerSearch .age {
    margin: 6px 0;
    /*background-color:#2c2c2c;*/
    padding: 0;
    border-radius: 8px;
}

.headerSearch .age .srchSelect,
.headerSearch .age .line {
    margin: 0;
}

.headerSearch .age .srchSelect {
    width: 70px;
}

.headerSearch .locat {
    display: inline-block;
    vertical-align: top;
    margin: 0 8px;
    width: 220px !important;
    position: relative;
}

.srchInput {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    background-color: #2c2c2c;
    border-radius: 4px;
    border: none;
    padding: 4px 6px;
    margin: 6px 0;
    text-align: center;
}

.srchInput,
.srchSelect {
    height: 38px;
    /* box-shadow:1px 0 2px 2px rgba(29,4,17,0.4);*/
}

.srchInput[placeholder] {
    color: #fff;
}

.srchInput::-moz-placeholder {
    color: #fff !important;
    opacity: 1;
}

.srchInput::-webkit-input-placeholder {
    color: #fff !important;
}

#search_location {
    border: 1px solid #000;
}

.headerSearch .srchBtn {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-size: 15px;
    line-height: 19px;
    text-align: center;
    background-color: #2c2c2c;
    border: none;
    border-radius: 6px;
    height: 38px;
    padding: 0 16px;
    margin: 6px 0;
    box-shadow: 1px 0 2px 2px rgba(29, 4, 17, 0.4);
    width: 70px;
}


.headerSearch .locat .srchInput {
    margin: 6px 0;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

.headerSearch .locat .fa,
.headerSearch .locat .fas {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    position: absolute;
    top: 10px;
    left: 8px;
}

.headerSearch .more {
    display: inline-block;
    width: 200px;
    vertical-align: middle;
    background-color: #2c2c2c;
    color: #fff;
    font-size: 16px;
    line-height: 36px;
    font-weight: 500;
    padding: 0 12px;
    border-radius: 4px;
    border: none;
    margin: 6px 8px;
    /* box-shadow:1px 0 2px 2px rgba(29,4,17,0.4);*/
    position: relative;
}

.headerSearch .more .fa,
.headerSearch .more .fas {
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
}

.headerSearch .more:hover {
    text-decoration: none;
    color: #fff;
    background-color: #1b1b1b;
}

.srchCheck {
    display: inline-block;
    vertical-align: middle;
    margin: 0 9px 0 0;
    position: relative;
    color: #fff;
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
    position: relative;
    padding: 0 0 0 20px;
}

.srchCheck input {
    display: none;
}

.srchCheck .ico {
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 14px;
    height: 14px;
    background: url(../images/srch-check-icon.png) no-repeat 0 0;
}

.srchCheck input:checked+.ico {
    background-position: 0 -14px;
}

.headerSearch .newButton {
    display: inline-block;
    vertical-align: top !important;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    width: 146px;
    font-size: 20px !important;
    line-height: 24px !important;
    font-weight: 400 !important;
    margin-top: 6px;
}

.asideLeft,
.asideRight {
    display: block;
    background-color: #fff;
    float: left;
    width: 224px;
    border-right: 1px solid #cbcbcb;
    -webkit-transition: 300ms;
    transition: 300ms;
    padding: 0;
}

.asideRight {
    border-right: none;
    border-left: 1px solid #d9d9d9;
    float: right;
    -webkit-transition: 300ms;
    transition: 300ms;
}

/* .innerWrapper .asideLeft{border:none;}
.innerWrapper .asideRight{border:none;} */
.articleMiddle {
    display: block;
    padding: 0;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.innerBodyCont {
    display: block;
    background-color: transparent;
}

.sidebarLeft {
    display: block;
    float: left;
    width: 225px;
    padding: 0 0 12px 0;
}

.sidebarNav {
    display: block;
}

.sidebarNav li {
    display: block;
    border-bottom: 1px solid #f1f1f1;
}

.sidebarNav li a {
    display: block;
    color: #000;
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
    padding: 11px 10px 10px 52px;
    position: relative;
    transition: 300ms;
}

.sidebarNav li a .far,
.sidebarNav li a .fas,
.sidebarNav li a .fab {
    display: block;
    color: #eb1d1d;
    font-size: 18px;
    line-height: 22px;
    position: absolute;
    top: 8px;
    left: 16px;
}

.sidebarNav li a:hover,
.sidebarNav li a.sl {
    color: #fff;
    text-decoration: none;
    background-color: #eb1d1d;
}

.sidebarNav li a:hover .far,
.sidebarNav li a.sl .far,
.sidebarNav li a:hover .fas,
.sidebarNav li a.sl .fas,
.sidebarNav li a:hover .fab,
.sidebarNav li a.sl .fab {
    color: #fff;
}

.vipMbrBannerCont {
    display: block;
    padding: 13px 13px 0 13px;
}

.vipMbrBanner {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0 auto 10px auto;
}

.vipMbrBanner .heading {
    display: block;
    background-color: #191718;
    color: #eb1d1d;
    font-size: 14px;
    line-height: 16px;
    padding: 10px 12px;
    border-radius: 4px 4px 0 0;
}

.vipMbrBanner .heading i {
    color: #fff;
    margin: 0 6px 0 0;
}

.vipMbrBanner .heading img {
    display: inline-block;
    vertical-align: top;
    margin: 0 6px 0 0;
}

.vipMbrBanBody {
    display: block;
    padding: 16px 16px;
    background-color: #b1b4bb;
    border-radius: 0 0 4px 4px;
}

.vipMbrBanBody .shadowBtn {
    margin: 18px 0 0 0;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}

.vipMbrBanBody ul {
    display: block;
    margin: 0;
    padding: 0;
}

.vipMbrBanBody ul li {
    display: block;
    margin: 10px 0 0 0;
    position: relative;
    padding: 0 0 0 21px;
    color: #fff;
    font-size: 13px;
    line-height: 18px;
}

.vipMbrBanBody ul li:before {
    content: "\f005";
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    position: absolute;
    top: -1px;
    left: 0px;
}

.vipMbrBanBody ul li:first-child {
    margin: 0;
}

.sideAd {
    display: block;
    text-align: center;
    margin: 14px 0 0 0;
}

.sideAd:first-child {
    margin-top: 20px;
}

.sideAd a {
    display: inline-block;
    vertical-align: top;
    width: auto;
    max-width: 100%;
}

.sideAd img {
    display: inline-block;
    vertical-align: top;
    width: 200px;
}

.articleSection {
    display: block;
    padding: 12px 18px 12px 240px;
}

.articleSection h1 {
    display: block;
    color: #1a1a1a;
    font-size: 30px;
    line-height: 34px;
    font-weight: 600;
    margin: 0 0 24px 0;
    padding: 0;
}

.profileBoxes {
    display: block;
    background: #fff;
    padding: 5px;
}

.profileBoxes .rw {
    display: block;
    margin: 0 -7px;
    font-size: 0px;
    text-align: center;
}

.profileBoxes .rw .colm {
    display: inline-block;
    vertical-align: top;
    /* min-width: 250px; */
    position: relative;
    padding: 7px;
    text-align: left;
    width: 25%;
}

.profileBox {
    display: block;
    background-color: #f0f0f2;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}

.profileBox .photoArea {
    display: block;
    position: relative;
}

.profileBox .lk {
    display: block;
    position: absolute;
    top: 7px;
    left: 7px;
    width: 32px;
    height: 32px;
    background-color: rgba(255, 255, 255, 0.66);
    border-radius: 100px;
    font-size: 18px;
    line-height: 20px;
    color: #585858;
}

.profileBox .lk i {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 1px 0 0 0;
}

.profileBox .lk:hover,
.profileBox .lk.sl {
    color: #d41a1f;
}

.profileBox .picBx {
    display: block;
    border-radius: 1px 1px 0 0;
    overflow: hidden;
    position: relative;
}

.profileBox .picBx .pic {
    display: block;
    width: 100%;
    height: 250px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: top center !important;
    transition: 500ms;
    transform: scale(1);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.profileBox .photoArea:hover .pic {
    transform: scale(1.15);
}

.profileBox .photoCount {
    display: block;
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: auto;
    height: auto;
    background: rgba(255, 255, 255, 0.7);
    padding: 0 10px;
    border-radius: 100px;
    text-align: right;
    min-width: 45px;
    color: rgba(0, 0, 0, 0.6);
    font-size: 13px;
    line-height: 17px;
    font-weight: 600;
    z-index: 2;
    transition: 500ms;
}

.profileBox .photoCount.favButton{
    bottom: 10px;
    right: unset !important;
    left: 10px;
    text-align: center;
    padding: 2px;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    min-width: unset !important;
}

.profileBox .photoCount.favButton{
    font-size: 12px;
}

.hearbeat{
    animation: beat .25s 6 alternate;
	transform-origin: center;
}

@keyframes beat{
    from { transform: scale(1); }
      to { transform: scale(1.2); }
  }

.profileBox .privatePhotoCount {
    display: flex;
    align-items: center;
    position: absolute;
    top: 10px;
    left: 10px;
    width: auto;
    height: auto;
    background: rgba(0, 0, 0, 0.6);
    padding: 2px 10px;
    border-radius: 100px;
    text-align: right;
    min-width: 45px;
    color: #fff;
    font-size: 13px;
    line-height: 17px;
    font-weight: 600;
    z-index:3;
    transition: 500ms;
}

.profileBox .photoCount .fa {
    margin: 0 0 0 1px;
}

.profileBox .photoCount:hover {
    color: #fff;
    background-color: #d41a1f;
    text-decoration: none;
}

.profileBox .uon {
    display: block;
    background-color: #00b86a;
    border: 2px solid #fff;
    border-radius: 100px;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
}

.profileBox .uinfo {
    display: block;
    padding: 10px;
}

.profileBox .uinfo .nm {
    display: block;
}

.profileBox .uinfo .nm a {
    display: inline-block;
    vertical-align: top;
    /* color: #000000; */
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    margin: 0 2px 0 0;
}

.profileBox .uinfo .nm a:hover {
    text-decoration: none;
    color: #222;
}

.profileBox .uinfo .age {
    display: inline-block;
    vertical-align: top;
    /* color: #616161; */
    font-size: 16px;
    line-height: 18px;
    font-weight: 300;
    margin: 0;
}

.profileBox .uinfo .adrs {
    display: block;
    /* color: #616161; */
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    margin: 5px 0 0 0;
}

.profileAction {
    display: block;
    font-size: 0px;
    text-align: center;
}

.profileAction .colmLi {
    display: inline-flex;
    vertical-align: top;
    width: 46px;
    padding: 8px 4px;
    color: #fff;
    background-color: #fff;
    font-size: 22px;
    line-height: 24px;
    text-align: center;
    /* border:1px solid #989898;*/
    height: 46px;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    margin: 5px;
    cursor: pointer;
}

/* .profileAction .colmLi:last-child{border:none;} */
.profileAction .colmLi:hover,
.profileAction .colmLi.sl {
    /*color:#fff;*/
    background-color: #222;
    text-decoration: none
}

.loadmoreCont {
    display: block;
    text-align: center;
}

.loadmoreCont .shadowBtn {
    font-size: 16px;
    line-height: 22px;
    padding: 6px 16px 8px 16px;
    min-width: 162px;
}

.profileboxTab {
    display: block;
    /* border-bottom:3px solid #eb1d1d; */
    font-size: 0px;
    /* position:  relative; */
    /* z-index: 1; */
}

.profileboxTab li {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 -2px;
    position: relative;
    z-index: 1;
}

.profileboxTab li:first-child {
    margin: 0;
}

.profileboxTab li a {
    display: block;
    color: #25273e;
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    /* background-color: #ffffff; */
    padding: 13px 22px;
    border-radius: 8px 8px 0 0;
    /* border: 1px solid #e4e4e4; */
    transition: none;
    height: 54px;
    position: relative;
    z-index: 1;
}

.profileboxTab li a:before,
.profileboxTab li a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 100%;
    border-top: 48px solid transparent;
    border-left: 14px solid #fff;
    z-index: 2;
}

.profileboxTab li a:after {
    z-index: 1;
    border-left-color: #d2d2d2;
    margin: 2px 0 0 0;
}

.profileboxTab li.sl a:after {
    z-index: 1;
    border-left-color: #dedede;
}

.profileboxTab li a:hover {
    text-decoration: none;
}

.profileboxTab li.sl {
    z-index: 3;
}

.profileboxTab li.sl:after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 0px;
    width: 100%;
    height: 0px;
    background-color: #fff;
    z-index: 3;
    margin: -1px 0 0 0;
}


.profileboxTab li.sl a {
    /* color:#fff; */
    /* background-color:#eb1d1d;padding-top:14px; */
    box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.3);
    border: none;
}

.profileboxTabView {
    display: none;
    padding: 22px 6px;
    background-color: #fff;
    box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.3);
    border-radius: 0px;
    margin: 0 0 20px 0;
    position: relative;
    z-index: 2;
    min-height: 450px;
}

/* .profileboxTabView .profileBoxes .rw .colm {
    width: 200px;
} */

/* .modal-backdrop.show{opacity:0.55 !important;} */
.modal-content {
    border: none;
    box-shadow: 0 0 18px 6px rgba(0, 0, 0, 0.2);
}

.modal-header {
    display: block;
    background-color: #ea1c1c;
    color: #fff;
    font-size: 22px;
    line-height: 26px;
    font-weight: 300;
    padding: 12px 66px 12px 16px;
    border: none;
    position: relative;
}

.modal-header strong {
    font-weight: 500;
}

.modal-header .close {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 46px;
    height: 100%;
    background: url(../images/close.svg) no-repeat center center;
    background-size: 14px auto;
    opacity: 1;
    margin: 0;
    border-radius: 0 4px 0 0;
}

.modal-header .close:hover,
.modal-header .close:focus {
    border: none;
    box-shadow: none;
    outline: none;
}

.modal-header .close:hover {
    background-color: #383838;
}

#flirtModal .modal-dialog {
    max-width: 560px;
}

#flirtModal.modal-header {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#flirtModal .modal-body {
    padding: 22px 16px;
    background-color: #fff;
}

.deleteAc .modal-body {
    box-shadow: 0 -12px 30px 1px rgba(0, 0, 0, 0.3);
}

.flirtMsglist,
.flirtMsglist li {
    display: block;
}

.flirtMsglist li label {
    display: block;
    position: relative;
    border-bottom: 1px solid #d1d1d1;
    margin: 0;
}

.flirtMsglist li label input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    cursor: pointer;
}

.flirtMsglist li label span {
    display: block;
    color: #1e0411;
    font-size: 14px;
    line-height: 18px;
    padding: 10px 0px 10px 26px;
    position: relative;
}

.flirtMsglist li label span .fas,
.flirtMsglist li label span .far {
    position: absolute;
    top: 9px;
    left: 0;
    color: #c11818;
    font-size: 18px;
    /* opacity:0; */
}

.flirtMsglist li label input:checked+span {
    color: #fff;
    background-color: #5c5c5c;
}

.flirtMsglist li label input:checked+span .fas {
    opacity: 1;
}

.flirtMsglist li label input:checked+span .fas:before {
    content: "\f058";
}


#welcomePopup .modal-dialog {
    max-width: 616px;
}

.paySuccessPopup .modal-dialog {
    max-width: 632px;
}

.paySuccessPopup .modal-body {
    background: url(../images/bkg-pay-popup.png) no-repeat top left;
    background-size: auto 100%;
    background-color: #efefef;
    border-radius: 0.3rem;
}

#welcomePopup .modal-header,
#exitPopup .modal-header,
.paySuccessPopup .modal-header {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 21px;
}

.wlcmMsgCont {
    display: block;
    float: right;
    width: 380px;
    max-width: 100%;
    padding: 72px 20px 90px 0px;
}

.wlcmMsgCont h2 {
    display: block;
    color: #e21c3f;
    font-size: 30px;
    line-height: 36px;
    text-transform: uppercase;
    margin: 0 0 16px 0;
    padding: 0;
}

.wlcmMsgCont p {
    display: block;
    color: #040404;
    font-size: 14px;
    line-height: 28px;
    margin: 16px 0 0 0;
    padding: 0;
    font-weight: 600;
}

.wlcmMsgCont p:first-child {
    margin: 0;
}

.paySuccessPopup .wlcmMsgCont {
    width: 432px;
    max-width: 100%;
    padding: 40px 20px;
}

.paySuccessPopup .wlcmMsgCont h2 {
    font-size: 36px;
    line-height: 40px;
}

.paySuccessPopup .wlcmMsgCont p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}

.paySuccessPopup .buttonset {
    margin-top: 24px;
}

#welcomePopup .modal-body,
#exitPopup .modal-body {
    padding: 0;
    background: url(../images/bkg-welcome-popup.png) no-repeat 0 0;
    background-size: auto 100%;
    background-color: #fff;
    border-radius: 0 0 4px 4px;
}

#exitPopup .modal-body {
    background: url(../images/bkg-welcome-popup.png) no-repeat 0 0;
    background-color: #fff;
}

.articleArea {
    display: block;
    float: left;
    width: 100%;
    padding: 0 0 18px 0;
}

.profileDetailsCont {
    display: block;
    border: 1px solid #ddd;
    background-color: #fff;
}

.profileTitle {
    display: block;
    padding: 16px 92px 16px 24px;
    position: relative;
}

.profileTitle h2 {
    display: inline-block;
    vertical-align: top;
    color: #000;
    font-size: 30px;
    line-height: 32px;
    font-weight: 500;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.profileTopArrows {
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    height: 36px;
}

.profileTopArrows a {
    display: inline-block;
    margin: 0 0 0 8px;
}

.profileActions {
    display: flex;
    align-items: center;
    justify-content:left;
    /* background-color: #f6f6f6; */
    padding: 10px 0 0 10px;
    width: 100%;
    /* border-top: 1px solid #ddd; */
    margin-top: -10px;
    justify-content: space-between;
}

.profileActions .leftSide {
    display: block;
    float: left;
    margin: 0;
    font-size: 0px;
    line-height: 14px;
}

.profileActions .leftSide a {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    color: #000;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    border-right: 1px solid #b2b4bb;
    padding: 14px 18px 16px 18px;
}

.profileActions .leftSide a:last-child {
    border-right: none;
}

.profileActions .leftSide a i {
    color: #eb1d1d;
    margin: 0 8px 0 0;
    font-size: 20px;
    position: relative;
    top: 2px;
}

.profileActions .leftSide a img {
    display: inline-block;
    vertical-align: top;
    margin: 1px 8px 0 0;
}

.profileActions .leftSide a:hover {
    /*color:#eb1d1d;*/
    text-decoration: none;
}

.profileActions .newButton {
    float: right;
}

.profileDetailsSec {
    display: block;
    background-color: #fff;
    border-top: 1px solid #ddd;
    padding: 24px;
}

.profileDetailsImage {
    display: block;
    float: left;
    width: 434px;
    max-width: 100%;
}

.profileDetailsDesc {
    display: block;
    padding: 0 0 0 440px;
}

.profileDetailsImage .allImages {
    display: block;
}

.profileDetailsImage .allImages .largImage {
    display: block;
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.profileDetailsImage .allImages .largImage img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.profileDetailsImage .allImages .thumbnails {
    display: block;
    padding: 4px 0 0 0;
}

.profileDetailsImage .allImages .thumbnails .rW {
    position: relative;
    display: block;
    margin: 0 -2px;
    font-size: 0px;
}

.profileDetailsImage .allImages .thumbnails .rW .colM {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding: 0 2px;
}

.profileDetailsImage .allImages .thumbnails .rW .colM a {
    display: block;
    max-height: 70px;
    border: 1px solid #fff;
    overflow: hidden;
}

.profileDetailsImage .allImages .thumbnails .rW .colM a:hover,
.profileDetailsImage .allImages .thumbnails .rW .colM a.sl {
    border-color: #d82e31;
}

.blur-image {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}

.userInformations {
    display: block;
}

.userInformations li {
    display: block;
    margin: 0 0 10px 0;
    font-size: 0px;
    line-height: 14px;
}

.userInformations li span,
.userInformations li strong {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0 16px 0 0;
    /* color: #6f6f6f; */
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
}

.userInformations li strong {
    padding: 0;
    /* color: #000; */
    font-weight: 600;
}

.profileRate {
    display: block;
    margin: 28px 0 0 0;
}

.profileRate .rate {
    display: block;
    color: #080808;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
}

.profileRate .rate span {
    display: inline-block;
    vertical-align: top;
    margin: 0 6px 0 0;
}

.rating {
    display: inline-block;
    vertical-align: top;
    background: url(../images/rating-star.png) repeat-x 0 0;
    width: 90px;
    height: 14px;
}

.ratingStar {
    display: block;
    height: 14px;
    background: url(../images/rating-star.png) repeat-x 0 -14px;
}

.profileRate .rating {
    margin: 3px 0 0 0;
}

.userAction {
    display: block;
    margin: 24px 0 0 0;
}

.userAction .list {
    display: block;
    margin: 10px 0 0 0;
    line-height: 14px;
}

.userAction .list:first-child {
    margin: 0;
}

.userAction .list a {
    display: inline-block;
    vertical-align: top;
    color: #626262;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
}

.userAction .list a:hover {
    color: #eb1d1d;
    text-decoration: none;
}

.aboutProfile {
    display: block;
    padding: 24px;
    /* background-color: #f6f6f6; */
    /* border-top: 1px solid #ddd; */
}

.aboutProfile h3 {
    display: block;
    /* color: #080808; */
    font-size: 20px;
    line-height: 22px;
    font-weight: 400;
}

.aboutProfile p {
    display: block;
    /* color: #626262; */
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    margin: 18px 0 0 0;
}

.profileNextPrevBot {
    display: block;
    padding: 24px;
    background-color: #fff;
    border-top: 1px solid #ddd;
}

.profileNextPrevBot .newButton {
    float: right;
}

.profileNextPrevBot .newButton:first-child {
    float: left;
}

.profileMessageButtons {
    display: block;
    margin: 12px 0 0 0;
    text-align: center;
}

.profileMessageButtons .newButton,
.profileMessageButtons .newButton.sm {
    font-size: 13px;
    line-height: 28px;
    margin-bottom: 4px;
    width: 100%;
    border: none;
}

.profileMessageButtons .newButton .fa,
.profileMessageButtons .newButton.sm .fa {
    font-size: 20px;
    position: relative;
    top: 2px;
}

.profileMessageButtons .newButton .fa-close,
.profileMessageButtons .newButton.sm .fa-close {
    color: #4d5059;
}

.usrDetFavbtn {
    display: block;
    margin: 0 -3px;
    font-size: 0px;
}

.usrDetFavbtn .colm {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 3px;
}

.usrDetFavbtn .colm.full {
    width: 100%;
}

.usrDetFavbtn .colm .btn {
    width: 100%;
    font-size: 12px;
    line-height: 20px;
    padding: 5px 6px;
    max-width: 211px;
    border-radius: 3px !important;
    background: #d51a21;
}

.usrDetFavbtn .colm .btn i {
    font-size: 18px;
}

.usrDetFavbtn .colm .btn .fa-heart {
    position: relative;
    top: 2px;
}

.onlineNow {
    display: block;
    padding: 17px;
    border: 1px solid #ddd;
    margin-top: 17px;
}

.smTtl {
    display: block;
    /* color: #000000; */
    font-size: 19px;
    line-height: 21px;
    font-weight: 500;
    margin: 0 0 18px 0;
}

.onlineProfileListing {
    overflow: hidden;
}

.onlineProfileListing .rW {
    display: block;
    margin: 0 -12px;
    font-size: 0px;
    text-align: center;
}

.onlineProfileListing .rW .colM {
    display: inline-block;
    vertical-align: top;
    width: 184px;
    max-width: 16.666666%;
    padding: 0 10px 20px 10px;
    font-size: 14px;
    text-align: left;
}

.onlineProfileBox {
    display: block;
}

.onlineProfileBox .image {
    display: block;
    overflow: hidden;
    border-radius: 0px 0px 0 0;
    position: relative;
}

.onlineProfileBox .image .photo {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 116px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: top center !important;
    transition: 500ms;
    transform: scale(1);
}

.onlineProfileBox .image:hover .photo {
    transform: scale(1.1);
}

.onlineProfileBox .uon {
    display: block;
    background-color: #78d62c;
    border-radius: 100px;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
}

.onlineProfileBox .details {
    display: block;
    background-color: #fff;
    border-radius: 0 0 0px 0px;
    padding: 8px 10px;
    border: 1px solid #d8d8d8;
    border-top: none;
}

.onlineProfileBox .details .nm {
    display: block;
    color: #626262;
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
}

.onlineProfileBox .details .nm a {
    /* color: #626262; */
    font-weight: 600;
}

.onlineProfileBox .details .nm a:hover {
    /* color: #eb1d1d; */
    text-decoration: none;
}

.onlineProfileBox .details .loc {
    display: block;
    /* color: #626262; */
    font-size: 13px;
    line-height: 15px;
    font-weight: 400;
    margin: 2px 0 0 0;
}

.onlineProfileBox .details .nm label {
    max-width: 100%;
}

.onlineProfileBox .details .nm a {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}


.editProfileCont {
    display: block;
    padding: 16px;
}

.edtWrap {
    display: block;
    max-width: 928px;
    margin: 0 auto;
}

.editMyProfile {
    display: block;
    margin: 24px 0 0 0;
}

.editMyProfile .rW {
    display: block;
    margin: 0 -27px;
}

.editMyProfile .rW .colM {
    display: block;
    float: left;
    width: 50%;
    padding: 0 27px;
}

.editProfilePic {
    display: block;
    padding: 0 0 30px 0;
}

.editProfilePic .pic {
    display: block;
    float: left;
    width: 154px;
    height: 154px;
    border-radius: 5px;
    border: 1px solid #ddd;
    overflow: hidden;
    background-repeat: no-repeat !important;
    background-position: top center !important;
    background-size: cover !important;
}

.editProfilePic .pic img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 100%;
}

.editProfilePic .btns {
    display: block;
    padding: 60px 0 0 164px;
}

.editProfilePic .btns .btn {
    position: relative;
    overflow: hidden;
}

.editProfilePic .btns .btn input {
    display: block;
    position: absolute;
    right: 0px;
    bottom: 0;
    width: 800px;
    height: 800px;
    cursor: pointer;
}

.editBtnset {
    display: block;
    margin: 0;
    padding: 12px;
    background-color: #f6f6f6;
    border: 1px solid #ddd;
    border-top: none;
}

.genderList {
    display: block;
    font-size: 0px;
    margin: 5px 0 0 0;
}

.genderList label {
    display: inline-block;
    vertical-align: top;
    margin: 0 16px 0 0;
    position: relative;
    min-height: 27px;
    font-size: 14px;
    padding: 5px 0 0 36px !important;
}

.genderList label input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
}

.genderList label .ico {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 27px;
    height: 27px;
    background: url(../images/male-icon.png) no-repeat 0 0;
    background-color: #f6f6f6;
    border: 1px solid #ddd;
}

.genderList label.female .ico {
    background: url(../images/female-icon.png) no-repeat 0 0;
    background-color: #f6f6f6;
}

.genderList label input:checked+.ico {
    background-position: 0 -27px !important;
    background-color: #d41a1f;
    border-color: #d41a1f;
}

.welcomePopup2 .modal-dialog {
    max-width: 696px;
}

.welcomePopup2 .modal-content {
    background: transparent;
    box-shadow: none;
    border-radius: inherit;
}

.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;
}

.wlcmTxts {
    display: block;
    padding: 76px 24px 76px 348px;
}

.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;
}

.advanceSearchSec {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 400px;
    background-color: #fff;
    z-index: 3;
    margin: 0;
    padding: 0;
    border-bottom: 3px solid #bf3147;
    overflow: auto;
    text-align: left;
}

.radiobtnsarea {
    -moz-column-count: 6;
    -webkit-column-count: 6;
    column-count: 6;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    padding: 22px 60px 22px 22px;
}

.radiobtnsarea article {
    margin-bottom: 24px;
    width: 164px;
    display: inline-block;
}

.radiobtnsarea article h4 {
    color: #d41a1f;
    font-size: 16px;
    margin: 0 0 16px 0;
    font-weight: 400;
}

.radiobtnsarea article label {
    color: #000;
    position: relative;
    line-height: 100%;
    padding: 3px 0;
    padding-left: 22px;
    display: block;
    position: relative;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 4px;
}

/* .radiobtnsarea article label.checked, */
.radiobtnsarea article label:hover {
    color: #d41a1f;
}

.radiobtnsarea article label:hover .radioicon {
    color: #d41a1f;
}

.radiobtnsarea article label input[type="checkbox"] {
    display: none;
}

.radiobtnsarea article label .radioicon {
    position: absolute;
    display: block;
    top: 3px;
    left: 0;
    color: #d41a1f;
}

.radiobtnsarea article label .radioicon:before {
    content: "\f0c8";
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}

.radiobtnsarea article label input[type="checkbox"]:checked+.radioicon:before {
    content: "\f14a";
    font-weight: 600;
}

.clearChecked {
    display: block;
    position: absolute;
    top: 4px;
    right: 0;
    cursor: pointer;
}

.clearChecked .ico {
    display: block;
    width: 55px;
    height: 55px;
}


.pgOverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.3)
}

.sexInterestsSrch {
    display: none;
    background-color: #B1B4BB;
    border-top: 2px solid #e7e7e7;
    position: absolute;
    top: 100%;
    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;
}

/* MESSAGE CSS START */
.messageContainer {
    display: block;
    overflow: hidden;
    max-width: 100%;
    margin: 0 auto;
}

.messageContainer .headr {
    display: block;
    background-color: #d41a1f;
    border-radius: inherit;
    padding: 16px 22px;
    color: #fff;
    font-size: 15px;
    line-height: 17px;
    font-weight: 500;
}

.messageContainer .headr .tl {
    display: inline-block;
    vertical-align: top;
}

.messageContainer .headr .allFrnds {
    display: none;
    float: right;
    color: #fff;
}

.messageContainer .headr .allFrnds:hover,
.messageContainer .headr .allFrnds:focus {
    text-decoration: none;
}

.messageContainer .headr.frndClk,
.msgOverlay {
    display: none;
}

.messageContainer .headr .tl i,
.messageContainer .headr .allFrnds i {
    margin: 0 4px 0 0;
}

.msgBodyCont {
    display: block;
    background-color: #fff;
}

.msgLeftPanel {
    display: block;
    float: left;
    width: 270px;
    background-color: #e4e4e4;
    position: relative;
    padding: 52px 0 0 0;
    height: 662px;
}

.msgLeftPanel .selFld {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 4px;
}

.msgLeftPanel .selFld .form-control {
    display: block;
    width: 100%;
    height: 42px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../images/msg-srch-arrow.png)no-repeat right 10px center;
    /* background-color:#363d45; */
    color: #fff;
    box-shadow: none !important;
    padding-right: 28px;
    cursor: pointer;
    border-radius: inherit;
}

.msgMembers {
    display: block;
    max-height: 100%;
    overflow: auto;
    padding: 0;
    margin: 0;
}

.msgMembers.collapse {
    display: none;
}

.msgMembers li {
    display: block;
    position: relative;
    padding: 0 0 1px 0;
    position: relative;
}

.msgMembers li a.sl:before {
    content: " ";
    width: 4px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: #262d34;
}

.msgMembers li a:hover:before {
    content: " ";
    width: 4px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: #262d34;
}

.msgMembers li:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: calc(100% - 17px);
    height: 1px;
    background-color: #efefef;
}

.msgMembers li:last-child:after {
    border: none;
    display: none;
}

.msgMembers li a {
    display: block;
    padding: 12px 26px 12px 70px;
    position: relative;
    min-height: 58px;
    /* border-left: 5px solid transparent; */
    transition: 400ms;
}

.msgMembers li a .uPhoto {
    display: block;
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translate(0, -50%);
    width: 38px;
    height: 38px;
    border-radius: 100px;
}

.msgMembers li a .uPhoto:not(.animated-bg) {
    background-size: cover !important;
    background-position: top center !important;
}

.msgMembers li a .uonOff {
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    background-color: #fff;
    border: 2px solid #a1a0a0;
    border-radius: 100px;
    width: 11px;
    height: 11px;
}

.msgMembers li a .uonOff.on {
    background-color: #78d62c;
    border-color: transparent;
}

.msgMembers li a .uNm {
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.msgMembers li a .uLoc {
    display: block;
    color: #fff;
    font-size: 11px;
    line-height: 14px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 10px 0 0 0;
}

.msgMembers li a:hover,
.msgMembers li a.sl {
    text-decoration: none;
    background: linear-gradient(to left, rgba(234, 44, 44, 0) 15%, rgba(234, 44, 44, 1));
    border-color: #5d5f65;
}

.msgMembers li a:hover .uNm,
.msgMembers li a.sl .uNm,
.msgMembers li a:hover .uLoc,
.msgMembers li a.sl .uLoc {
    color: #fff;
}

.msgMembers li.remove {
    transform: translate(-300px, 0px);
    opacity: 0;
    transition: 600ms;
}

.msgMembers li .remove-user {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 1;
    top: 4px;
    right: 6px;
    background: transparent;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 100px;
    width: 18px;
    height: 18px;
    color: #fff;
    font-size: 13px;
    line-height: 16px;
    padding: 0;
}

.msgMembers li .remove-user img {
    display: block;
    width: 14px;
    height: auto;
    /* filter: brightness(0) invert(1);*/
}

.msgMembers li a .countnoti {
    display: none;
    position: absolute;
    top: 4px;
    right: 6px;
    background-color: #ff4141;
    color: #ffffff;
    font-size: 11px;
    line-height: 16px;
    border-radius: 100px;
    padding: 1px 3px 0 3px;
    min-width: 18px;
    height: 18px;
    text-align: center;
    font-weight: 600;
}

.msgRightPanel {
    display: block;
    padding: 0 0 0 270px;
}

.msgRightPanel .rgtHead {
    display: block;
    background-color: #2c2c2c;
    padding: 13px 16px;
    min-height: 52px;
}

.msgCurntUsr {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0;
    min-height: 25px;
    color: #fff;
    font-size: 26px;
    line-height: 25px;
    font-weight: 300;
}

.msgCurntUsr .uPhoto {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    border-radius: 100px;
    background-position: top center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.msgCurntUsrLoc {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    padding: 8px 0 0 6px;
}

.msgCurntUsrLoc .fas {
    margin: 0 4px 0 0;
}

.messageChatBody {
    display: block;
    height: 438px;
    overflow: auto;
    padding: 10px 20px;
    background-color: #f9f9f9;
}

.messageChatBody ul {
    display: block;
    float: left;
    width: 100%;
}

.messageChatBody ul li {
    display: block;
    float: left;
    margin: 22px 0 0 0;
    padding: 0 78px 0 78px;
    min-height: 76px;
    position: relative;
    width: 100%;
    max-width: 100%;
}

.messageChatBody ul li:first-child {
    margin: 0;
}

.messageChatBody ul li .uPhoto {
    display: block;
    position: absolute;
    top: auto;
    left: 0;
    height: 54px;
    width: 54px;
    background-repeat: no-repeat !important;
    background-position: top center !important;
    background-size: cover !important;
    border-radius: 100px;
}

.messageChatBody ul li .msgTxt {
    display: inline-block;
    background-color: #ffffff;
    padding: 10px 16px;
    border-radius: 6px;
    position: relative;
    min-height: 60px;
}

.messageChatBody ul li .msgTxt:before {
    content: "";
    display: block;
    position: absolute;
    top: 22px;
    right: 100%;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 10px solid #d41a1f;
}

.messageChatBody ul li .nm {
    display: block;
    color: #bf3147;
    font-size: 14px;
    line-height: 16px;
    padding: 0;
    margin: 0;
    font-weight: 600;
}

.messageChatBody ul li p {
    display: block;
    color: #5a5a5a;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    margin: 5px 0 0 0;
}

.messageChatBody ul li p:first-child {
    margin: 0;
}

.messageChatBody ul li .msgDt {
    display: none;
    color: #5a5a5a;
    font-size: 11px;
    line-height: 12px;
    margin: 6px 0 0 0;
}

.messageChatBody ul li .msgTxt p {
    color: #fff;
}

/* me */
.messageChatBody ul li.me {
    padding: 0 78px 0 0;
    float: right;
}

.messageChatBody ul li.me .uPhoto {
    left: auto;
    right: 0;
}

.messageChatBody ul li.me .msgTxt {
    background-color: #fff;
    border-color: #dddddd;
    border-width: 1px;
    float: right;
}

.messageChatBody ul li.me p {
    color: #5a5a5a;
    text-align: right;
}

.messageChatBody ul li.me .msgDt {
    text-align: right;
}

.messageChatBody ul li.me .msgTxt:before {
    right: auto;
    left: 100%;
    border-right: none;
    border-left: 10px solid #dddddd;
}

.messageChatBody ul li .msgTxt.msgImage {
    display: inline-block;
    width: auto;
    float: right;
    padding: 5px;
}

/* me */

/* new chat design  */

.messageChatFootr {
    display: block;
    padding: 18px 18px 50px 18px;
    background-color: #484848;
    height: auto;
 }
 
 .msgFilesSend {
    display: block;
    text-align: right;
    padding: 0;
    margin: 14px 0 0 0;
 }
 
 .msgFilesSend .atch,
 .msgFilesSend .gft {
    display: inline-block;
    vertical-align: top;
    width: 32px;
    height: 32px;
    cursor: pointer;
    position: relative;
    background-color: #fff;
    border-radius: 6px;
    margin: 0 6px 0 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
 }
 
 .svgContainer {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
 }
 
 .msgFilesSend .gft {
    /* background: url(../images/gift-icon.png) no-repeat center; */
    background-color: #fff;
 }
 
 .svgContainer svg {
    width: 19px;
    height: auto;
 }
 
 .msgFilesSend .atch img,
 .msgFilesSend .gft img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
 }
 
 .msgFilesSend .atch {
    overflow: hidden;
    /* background: url(../images/attach-icon.png) no-repeat center; */
    background-color: #fff;
 }
 
 .msgFilesSend .atch input {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 400px;
    height: 400px;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
 }
 
 .msgTypebox {
    display: flex;
    position: relative;
    column-gap: 8px;
    align-items: center;
 }
 
 .msgTypebox .left-box {
    position: relative;
    flex: 1 1 auto;
 }
 
 .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;
 }
 
 .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;
 }
 .msgTypebox .chatpopup_send i{
 
 }
 
 /* new chat design  */

.msgTypebox .form-control {
    background: transparent;
    padding: 11px 62px 8px 20px;
    resize: none;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    color: #222 !important;
    background-color: #fff;
    border: 1px solid #dddddd;
    border-radius: 6px;
    height: 58px !important;
    overflow: auto;
}

/* .msgTypebox .form-control[placeholder]{color:#a1a1a2 !important;} */
.msgTypebox .form-control img {
    display: inline-block;
    padding-right: 3px;
    padding-left: 3px
}

.msgTypebox .form-control::-moz-placeholder {
    color: #a1a1a2 !important;
    opacity: 1;
}

.msgTypebox .form-control::-webkit-input-placeholder {
    color: #a1a1a2 !important;
}

.msgSndBtn {
    display: inline-block;
    vertical-align: top;
    height: 32px;
    border-radius: 6px;
    background-color: transparent;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    border: 1px solid #fff;
    padding: 0 20px;
}

.msgFooterarea {
    display: block;
    /* max-width: 700px; */
}

/* MESSAGE CSS END */

.notificationSettings {
    display: block;
    background-color: #fff;
    padding: 20px 40px;
}

.notificationSettings>.row {
    margin: 0 -23px;
}

.notificationSettings>.row .col-md-6 {
    padding: 0 23px;
}

.notificationSettings>.row .col-md-6:first-child .whBx {
    position: relative;
}

.notificationSettings>.row .col-md-6:first-child .whBx:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -23px;
    width: 1px;
    height: 100%;
    background-color: #ddd;
}

.notifiSetBox {
    display: block;
}

.whBx {
    display: block;
    background-color: #e4e4e4;
    padding: 16px 20px;
    margin: 0 0 21px 0;
}

.notifiSetBox h2 {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-size: 19px;
    line-height: 23px;
    font-weight: 300;
    background-color: #d41a1f;
    padding: 14px 14px;
    width: 232px;
    max-width: calc(100% - 14px);
    position: relative;
    border-radius: 5px 5px 0 0;
}

.notifiSetBox h2:after {
    content: "";
    border-left: 14px solid #d41a1f;
    border-top: 46px solid transparent;
    position: absolute;
    bottom: 0;
    left: 100%;
}

.settingsList {
    display: block;
    margin: 0;
    padding: 0;
}

.settingsList li {
    display: block;
    position: relative;
    padding: 13px 84px 13px 10px;
    border-bottom: 1px solid #ddd;
    color: #6b6b6b;
    font-size: 15px;
    line-height: 18px;
}

.settingsList li:last-child {
    border: none;
}

.settingsList li .onOff {
    position: absolute;
    top: 8px;
    right: 0;
}

.onOff {
    display: inline-block;
    vertical-align: top;
    width: 74px;
    position: relative;
    overflow: hidden;
    border-radius: 100px;
    margin: 0;
}

.onOff input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    cursor: pointer;
    opacity: 0;
    margin: 0 !important;
}

.onOff .off,
.onOff .on {
    display: block;
    width: 100%;
    height: 25px;
    background: url(../images/on-off.png) no-repeat 0 0;
    color: #fff;
    font-size: 13px;
    line-height: 25px;
    font-weight: 600;
    padding: 0 14px;
}

.onOff .on {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    text-align: right;
    z-index: 1;
    background-position: 0 -25px;
    opacity: 0;
    visibility: hidden;
    transition: 300ms;
}

.onOff .circle {
    display: block;
    position: absolute;
    top: 2px;
    right: 2px;
    width: 21px;
    height: 21px;
    margin: 0;
    transition: 500ms;
    background-color: #fff;
    border-radius: 100px;
    z-index: 2;
}

.onOff input:checked~.circle {
    right: 100%;
    margin-right: -23px;
}

.onOff input:checked~.on {
    opacity: 1;
    visibility: visible;
}

.notifiSetBox .buttonset {
    margin: 11px 0 0 0;
    text-align: right;
}

.notifiSetBox .buttonset .shadowBtn {
    min-width: 120px;
}

.editForm .form-control+.form-control {
    margin-top: 10px;
}

.acDeleteCont {
    display: block;
    text-align: right;
    padding: 0 0 24px 0;
}

.btn-default.gray {
    background-color: #d41a1f !important;
    color: #fff;
}

.btn-default.gray:hover {
    background-color: #f04647 !important;
}


/* PACKAGE */
.packagePGbody .innerWrap {
    max-width: 1100px;
}

.packageHeader {
    display: block;
    background-size: auto 100% !important;
    background-position: top right !important;
    padding: 48px 0;
    text-align: left;
    margin: 0;
    min-height: 296px;
}

.creditHeaderTxt {
    display: block;
    max-width: 630px;
}

.packageHeader h2 {
    display: block;
    /* color: #f04647; */
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
}

.packageHeader .smTxt {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    margin: 12px 0 0 0;
}

.creditbanFooter {
    display: block;
    overflow: hidden;
}

.creditBanLogo {
    display: inline-block;
    vertical-align: middle;
    margin: 12px 0;
}

.creditBanLogo img {
    display: block;
    height: 30px;
    width: auto;
}

.creditheadList {
    display: inline-block;
    vertical-align: middle;
    margin: 0 -12px;
    font-size: 0;
    padding: 8px 0 0 0;
    max-width: 540px;
}

.creditheadList li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 8px 12px;
}

.creditheadList .listTxt {
    display: block;
    position: relative;
    padding: 4px 0 0 40px;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
}

.creditheadList .listTxt img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
}

.purchaseBody {
    display: block;
    padding: 36px 0 0 0;
}

.purchaseBody .rw {
    display: table;
    font-size: 0px;
    width: 100%;
}

.purchaseBody .rw .colm {
    display: table-cell;
    vertical-align: top;
    width: 53%;
    padding: 0;
}

.purchaseBody .rw .colm:last-child {
    width: 47%;
    padding: 0 0 0 24px;
}

.bkBtn {
    display: block;
    text-align: left;
    padding: 0 0 20px 0;
}

.bkBtn .shadowBtn {
    font-size: 17px;
    padding: 10px 20px;
    width: 142px;
    text-align: center;
}

.bkBtn .shadowBtn img {
    display: inline-block;
    vertical-align: top;
    margin: 0 12px 0 0;
}

.packageListCont {
    display: block;
}

.packageListCont .pkg {
    display: block;
    text-align: center;
    margin: 0 0 6px 0;
}

.packageListCont .pkg:last-child {
    margin: 0;
}

.packageListCont .pkg>img {
    display: inline-block;
    width: auto;
    max-width: 100%;
    position: relative;
    z-index: 1;
    top: -2px;
}

.packageListCont .pkgbox {
    display: block;
    padding: 18px 16px 24px 176px;
    position: relative;
    z-index: 2;
    background: #d8213f;
    background: -webkit-linear-gradient(#f0eaec, #c0c8d3);
    background: -o-linear-gradient(#f0eaec, #c0c8d3);
    background: -moz-linear-gradient(#f0eaec, #c0c8d3);
    background: linear-gradient(#f0eaec, #c0c8d3);
    cursor: pointer;
    border: 1px solid #908e8e;
    /* border-bottom:none; */
    border-radius: 8px;
}

.packageListCont .pkgboxLi input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 3;
    cursor: pointer;
}

.packageListCont .pkgbox .ico {
    display: block;
    position: absolute;
    bottom: 15px;
    left: 10px;
    background: url(../images/pkg-check-icon.png) no-repeat 0 0;
    width: 15px;
    height: 15px;
}

.packageListCont input:checked+.pkgbox .ico {
    background-position: 0 -15px;
}

.packageListCont .pkgbox .pkgTime {
    display: block;
    position: absolute;
    top: -9px;
    left: 18px;
    background: url(../images/uncheck-radio-label.png) no-repeat 0 0;
    width: 142px;
    height: 66px;
    z-index: 1;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    font-weight: 500;
    padding: 10px 10px 0 10px;
}

.pkgtxtCont {
    display: block;
    margin: 0 -8px;
}

.pkgtxtCont .colmLi {
    display: block;
    float: left;
    padding: 0 8px;
}

.pkgtxtCont .colmLi:nth-child(3) {
    float: right;
}

.pkgtxtCont .colmLi .orgPrc {
    display: block;
    color: #2e2e2e;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    text-decoration: line-through;
    margin: 6px 0 0 0;
}

.pkgtxtCont .colmLi .disPrc {
    display: block;
    color: #2e2e2e;
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
    text-align: center;
}

.pkgtxtCont .colmLi .disPrc small {
    display: block;
    color: #2e2e2e;
    font-size: 13px;
    line-height: 15px;
    font-weight: 400;
    margin: 6px 0 0 0;
}

.pkgtxtCont .colmLi ul {
    display: block;
    text-align: left;
    margin: 6px 0 0 0;
}

.pkgtxtCont .colmLi ul li {
    display: block;
    position: relative;
    padding: 0 0 0 20px;
    margin: 6px 0 0 0;
    color: #2e2e2e;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    background: url(../images/new-bullet-list.png) no-repeat 0 4px;
}

.pkgtxtCont .colmLi ul li:first-child {
    margin: 0;
}

.pkgboxLi {
    display: block;
    position: relative;
    margin: 0;
}

.packageListCont .pkg .pkgbox:hover,
.packageListCont .pkg .pkgboxLi input:checked+.pkgbox {
    background: #606060;
    background: -webkit-linear-gradient(#6f6f6f, #6f6f6f);
    background: -o-linear-gradient(#6f6f6f, #6f6f6f);
    background: -moz-linear-gradient(#6f6f6f, #6f6f6f);
    background: linear-gradient(#6f6f6f, #6f6f6f);
}

.packageListCont .pkg .pkgbox:hover .pkgTime,
.packageListCont input:checked+.pkgbox .pkgTime {
    background: url(../images/check-label.png) no-repeat 0 0 !important;
}

.packageListCont .pkg .pkgboxLi input:checked~.pkgbox .pkgtxtCont .colmLi .orgPrc,
.packageListCont .pkg .pkgboxLi input:checked~.pkgbox .pkgtxtCont .colmLi .disPrc,
.packageListCont .pkg .pkgboxLi input:checked~.pkgbox .pkgtxtCont .colmLi .disPrc small,
.packageListCont .pkg .pkgboxLi input:checked~.pkgbox .pkgFreeCrdts,
.packageListCont .pkg .pkgboxLi input:checked~.pkgbox .pkgtxtCont .colmLi ul li {
    color: #fff;
}

.topupBanner {
    display: block;
}

.topupBanner .bxC {
    display: block;
    width: 100%;
    height: auto;
    padding: 0 20px 20px 0;
    position: relative;
}

/* .topupBanner a img{display:block; width:100%; height:auto;} */
.topupBanner .bx {
    display: block;
    background: #39393e;
    background: -webkit-linear-gradient(#39393e, #000000);
    background: -o-linear-gradient(#39393e, #000000);
    background: -moz-linear-gradient(#39393e, #000000);
    background: linear-gradient(#39393e, #000000);
    border-radius: 8px;
    padding: 18px 24px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.topupBanner .bx .tag {
    display: block;
    position: absolute;
    top: 16px;
    right: -24px;
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    padding: 3px 6px;
    font-weight: 500;
    text-align: center;
    width: 106px;
    background-color: #ec2425;
    transform: rotate(40deg);
}

.topupBanner .bx h4 {
    display: block;
    color: #fffefe;
    font-size: 23px;
    line-height: 27px;
    font-weight: 500;
    margin: 0 0 16px 0;
}

.topupBanner .bxC:after {
    content: "";
    display: block;
    background: #fd8fa2;
    background: -webkit-linear-gradient(#fd8fa2, #eb1e1e);
    background: -o-linear-gradient(#fd8fa2, #eb1e1e);
    background: -moz-linear-gradient(#fd8fa2, #eb1e1e);
    background: linear-gradient(#fd8fa2, #eb1e1e);
    border-radius: 8px;
    position: absolute;
    bottom: 0;
    right: 0;
    width: calc(100% - 20px);
    z-index: 1;
    height: 108px;
}


.tableVw {
    /* background: url(../images/bkg-credit-table.jpg) no-repeat bottom center; */
    /* background-color: #060606; */
    background-size: cover;
    border: none;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.tableVw table {
    width: 100%;
    border: none;
}

.tableVw table tr {
    width: 100%;
}

.tableVw table tr th {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    text-align: center;
    vertical-align: bottom;
    color: #dc0a0b;
    font-size: 18px;
    line-height: 20px;
    padding: 0 0 14px 0;
    background: url(../images/thead-line.png) no-repeat bottom left;
    min-width: 124px;
    border-right: 1px solid #575a66;
}

.purchaseBody .tableVw table tr th {
    background: transparent;
}

/* .purchaseBody .tableVw.mbrtbl table tr th{font-size:0px; line-height:0px;} */
.tableVw table tr th:last-child {
    border-right: none;
}

.tableVw table tr th .t {
    display: inline-block;
    vertical-align: bottom;
    padding: 0 0 16px 12px;
    background: url(../images/thead-line.png) no-repeat bottom left;
    width: 100%;
    color: #ffffff;
    font-size: 17px;
    line-height: 21px;
    font-weight: 600;
    height: 50px;
    padding-top: 15px;
}

.tableVw table tr th>img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.tableVw table tr th:nth-child(2) {
    font-weight: 300;
}

.tableVw table tr th:last-child {
    font-weight: 300;
}

.tableVw table tr td {
    padding: 9px 16px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    border-bottom: 1px solid #575a66;
    border-right: 1px solid #575a66;
}

.tableVw table tr td:last-child {
    border-right: none;
}

.tableVw table tr:last-child td {
    border-bottom: none;
}

.tableVw table tr th:first-child,
.tableVw table tr td:first-child {
    text-align: left;
}

.tableVw table tr td img {
    display: inline-block;
    vertical-align: top;
    width: auto;
}

.packageBotSec {
    display: block;
    /* background:url(../images/bkg-purchase-footer.jpg) no-repeat top center;  */
    /* background-size:cover;  */
    /* padding:30px 0; */
    /* background-color:#a71616; */
}

.packagesAboutSec {
    display: block;
    padding: 0 0 18px 0;
}

.packagesAboutSec h2 {
    display: block;
    color: #959595;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
    margin: 0;
    padding: 0;
}

.packagesAboutSec p {
    display: block;
    color: #959595;
    font-size: 13px;
    line-height: 17px;
    font-weight: 300;
    margin: auto;
    text-align: center;
    max-width: 945px;
    margin-top: 13px;
}

.packagesAboutSec p:first-child {
    margin: 0;
}

.packagesAboutSec p a {
    color: #fff;
    text-decoration: underline;
}

.packagesAboutSec p a:hover {
    text-decoration: none;
}

.pggSec {
    display: block;
    position: relative;
    padding: 0 320px 0 0;
}

.pggSec .rImage {
    display: block;
    position: absolute;
    top: 50%;
    right: 80px;
    transform: translate(0, -50%);
}

.secureico_wrap {
    display: block;
    text-align: left;
    background: linear-gradient(to right, rgba(199, 205, 214, 0) 10%, #d7dde6 51%, rgba(200, 205, 215, 0) 100%);
}

.paysecureico {
    display: block;
    margin: 0;
    text-align: center;
}

.paysecureico li {
    display: inline-block;
    padding: 6px 14px;
    margin: 0;
    position: relative;
    top: 3px;
}

.paysecureico li img {
    display: block;
    height: 32px;
    width: auto;
}

.pkgFreeCrdts {
    display: block;
    position: absolute;
    bottom: 13px;
    left: 32px;
    color: #444444;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}

.creditBody {
    display: block;
    background-color: #e2e2ea;
    padding: 32px 0 52px 0;
}

.pkgHead {
    display: block;
    text-align: center;
    color: #d41a1f;
    font-size: 28px;
    line-height: 36px;
    font-weight: 600;
    background: url(../images/tl-line.png) no-repeat bottom center;
    padding: 0 0 20px 0;
    margin: 0 0 36px 0;
}

.pkgHead br {
    display: none;
}

.pkgHead .shadowBtn {
    min-width: 120px;
    font-size: 16px !important;
}

.pkgHead>img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 12px 0 0;
    width: auto;
}

.pkgHead>.btn {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 12px;
}

.pkgHead>.btn.bck {
    float: left;
    margin-left: 0;
}

.creditPackages {
    display: block;
    overflow: hidden;
    padding: 0 8px;
    max-width: 1092px;
    margin: 0 auto;
}

.creditPackages .rw {
    display: block;
    margin: 0 -18px;
    font-size: 0px;
}

.creditPackages .rw .colm {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding: 10px 18px;
    font-size: 14px;
}

.crdPkgs {
    display: block;
    border-radius: 8px;
    position: relative;
    text-align: center;
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.25);
    background-color: #fff;
}

.bstSlr {
    display: block;
    position: absolute;
    top: -16px;
    right: -12px;
    background: url(../images/best-seller-icon.png) no-repeat 0 0;
    width: 62px;
    height: 62px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    padding: 12px 0 0 0;
    z-index: 3;
}

.crdPkgs input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    opacity: 0;
    border-radius: 8px;
    opacity: 0;
    cursor: pointer;
}

.crdPkgs .selPkg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(153, 26, 46, 0.25);
    border-radius: 8px;
    opacity: 0;
    visibility: hidden;
    transition: 600ms;
}

.crdPkgs .selPkg .far,
.crdPkgs .selPkg .fas {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #1abd19;
    font-size: 48px;
    line-height: 48px;
    /* text-shadow: 0 1px 4px rgba(0,0,0,0.8); */
    background: #fff;
    border-radius: 100px;
    border: 2px solid #fff;
    box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.3);
}

.crdPkgs input:checked+.selPkg {
    opacity: 1;
    visibility: visible;
}

.crdPkgs .pkgTl {
    display: block;
    background-repeat: no-repeat !important;
    background-position: top center !important;
    background-size: cover !important;
    border-radius: 8px 8px 0 0;
    min-height: 122px;
    padding: 22px;
    color: #fff;
    font-size: 28px;
    line-height: 32px;
    font-weight: 600;
}

.crdPkgs .pkgbdy {
    display: block;
    position: relative;
    padding: 44px 16px 16px 16px;
}

.crdPkgs .tNo {
    display: block;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: #fff;
    border-radius: 100px;
    padding: 6px;
    box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.1);
}

.crdPkgs .tNo>span {
    display: block;
    width: 76px;
    height: 76px;
    color: #eb1d1d;
    font-size: 28px;
    line-height: 72px;
    position: relative;
}

.crdPkgs .tNo>span:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border: 2px solid #eb1d1d;
    border-radius: 100px;
}

.crdPkgs .tNo>span:after {
    content: "";
    display: block;
    position: absolute;
    top: -2%;
    left: -3%;
    width: 106%;
    height: 82%;
    background: linear-gradient(#fff 60%, rgba(255, 255, 255, 0.2));
    z-index: 2;
    border-radius: 100px 100px 0 0;
}

.crdPkgs .tNo>span span {
    position: relative;
    z-index: 3;
}

.crdPkgs .crdt {
    display: block;
    color: #272727;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
}

.crdPkgs .pr {
    display: block;
    color: #272727;
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    text-decoration: line-through;
    margin: 8px 0 0 0;
}

.crdPkgs .nwpr {
    display: block;
    background: url(../images/pkg-prx-border.png) no-repeat top center, url(../images/pkg-prx-border.png) no-repeat bottom center;
    color: #eb1d1d;
    font-size: 34px;
    line-height: 38px;
    font-weight: 500;
    margin: 12px 0 0 0;
    padding: 5px 0;
}

.crdPkgs .btn {
    margin: 18px 0 0 0;
    font-size: 15px;
    line-height: 18px;
    padding: 7px 12px;
}

.crdPkgs .shadowBtn {
    padding: 9px 14px;
    margin: 14px 0 0 0;
}

.innerWrap {
    display: block;
    max-width: 1368px;
    padding: 0 10px;
    margin: 0 auto;
}


.deleteAc .modal-dialog {
    max-width: 460px;
}

.deleteAc h2 {
    background: #dc0a0a;
    color: #fff;
    font-weight: 300;
    padding: 0 40px 0 20px;
    font-size: 21px;
    line-height: 46px;
    border-radius: 5px 5px 0 0;
    display: block;
}

.delAcBody {
    display: block;
    padding: 26px;
}

.delAcBody .form-control {
    background-color: #c8c8c8;
    color: #282828;
    font-size: 15px;
    font-weight: 500;
    padding: 6px 12px;
    height: 40px;
}

.delAcBody .form-control[placeholder] {
    color: #282828 !important;
}

.delAcBody .form-control::-moz-placeholder {
    color: #282828 !important;
}

.delAcBody .form-control::-webkit-input-placeholder {
    color: #282828 !important;
}

.delAcBody .popupFooter {
    text-align: center;
}

.delAcBody .popupFooter .btn {
    float: none;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 24px;
    min-width: 112px;
}

.delacOption {
    display: block;
    max-width: 210px;
    margin: 0 auto;
    padding: 12px 0 40px 0;
}

.delacOption h5 {
    display: block;
    color: #000;
    font-size: 19px;
    line-height: 24px;
    font-weight: 600;
    margin: 0 0 16px 0;
}

.delacOption ul {
    display: block;
    margin: 0;
    padding: 0;
}

.delacOption ul li {
    display: block;
    color: #000;
    font-size: 15px;
    line-height: 19px;
    font-weight: 600;
    padding: 1px 0 1px 40px;
    background: url(../images/cross-i.png) no-repeat 0 2px;
    margin: 7px 0 0 0;
}

/* CREDITS  */
.creditPg {
    background-color: #f1f1f1;
    padding: 18px 0 0 0;
}

.creditPg .innerWrap {
    max-width: 1024px;
}

.creditHeader {
    display: block;
    padding: 20px 0;
    position: relative;
}

.creditHeader:before,
.creditHeader:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background: url(../images/heading-line.png) no-repeat top center;
}

.creditHeader:after {
    bottom: auto;
    top: 100%;
}

.textSec {
    display: block;
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}

.textSec h2 {
    display: block;
    /* color: #eb1d1d; */
    font-size: 28px;
    line-height: 34px;
    font-weight: 500;
    margin: 0;
}

.textSec p {
    display: block;
    color: #000;
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
    margin: 16px 0 0 0;
}

.creditOptions {
    display: block;
    padding: 36px 0;
}

.creditOptions .rw {
    display: block;
    margin: 0 -15px;
    font-size: 0px;
    text-align: center;
}

.creditOptions .rw .colm {
    display: inline-block;
    vertical-align: top;
    width: 205px;
    padding: 0 5px 28px 5px;
    text-align: center;
    font-size: 14px;
}

.chooseCredit {
    display: block;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 80%, #e0e3ed 100%);
    background: -webkit-linear-gradient(top, #ffffff 80%, #e0e3ed 100%);
    background: linear-gradient(to bottom, #ffffff 80%, #e0e3ed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e0e3ed', GradientType=0);
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2);
}

.chooseCredit input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    opacity: 0;
    cursor: pointer;
}

.chooseCredit .headr {
    display: block;
    /* background: url(../images/bkg-credit-header1.png) no-repeat 0 0; */
    background-size: 100% auto;
    /* height: 163px; */
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 24px;
    font-weight: 500;
    padding: 20px 35px 5px;
}

.creditOptions .colm:nth-child(2) .headr {
    /* background: url(../images/bkg-credit-header2.png) no-repeat 0 0; */
}

.creditOptions .colm:nth-child(3) .headr {
    /* background: url(../images/bkg-credit-header3.png) no-repeat 0 0; */
}

.creditOptions .colm:nth-child(4) .headr {
    /* background: url(../images/bkg-credit-header4.png) no-repeat 0 0; */
}

.creditOptions .colm:nth-child(5) .headr {
    /* background: url(../images/bkg-credit-header5.png) no-repeat 0 0; */
}

.chooseCredit .ico {
    display: block;
    position: absolute;
    top: 6px;
    left: 6px;
    width: 15px;
    height: 15px;
    background: url(../images/pkg-check-icon.png) no-repeat 0 0;
}

.chooseCredit .pre {
    display: block;
    position: absolute;
    top: 8px;
    right: 8px;
    width: 25px;
}

.chooseCredit input:checked+.ico {
    background-position: 0 -15px;
    z-index: 1;
}

.chooseCredit .bdy {
    display: block;
    padding: 16px;
    text-align: center;
}

.chooseCredit .coins {
    display: block;
    color: #4c4e53;
    font-size: 18px;
    /* line-height: 28px; */
    font-weight: 600;
}

.chooseCredit .bonus {
    display: inline-block;
    font-size: 18px !important;
    margin: 5px 0;
    height: 40px;
}

.chooseCredit .coins small {
    display: block;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    margin: 5px 0 0 0;
}

.chooseCredit .prc {
    display: block;
    color: #4c4e53;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    margin: 5px 0 0 0;
    text-decoration: line-through;
}

.chooseCredit.popular_new_design{
    border: 1px solid #FFC300;
}

.creditForm .popular_credit{
    position: relative;
    width: 120px;
    height: 24px;
    background-color: #FFC300;
    padding-top: 3px;
    margin: auto;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 12px;
    font-weight: 600;
}

.chooseCredit .disPrc {
    display: block;
    color: #eb1d1d;
    font-size: 26px;
    line-height: 28px;
    font-weight: 500;
    margin: 14px 0 0 0;
}

.chooseCredit .btn {
    margin: 16px 0 0 0;
    width: 100%;
    box-shadow: inherit;
}

.chooseCredit .bestslrbtn {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    padding: 5px 10px;
    background-color: #030303;
    margin: 8px 0 0 0;
    border-radius: 4px;
}

.creditFooter {
    display: block;
    margin: 0;
    text-align: center;
}

.creditFooter h4 {
    display: block;
    color: #000;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    margin: 0 0 20px 0;
}

.creditFooter p {
    display: block;
    color: #000;
    font-size: 10px;
    line-height: 15px;
}

.secureSec {
    display: block;
    margin: 16px 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#f1f1f1', GradientType=1);
    padding: 0 10px;
}

.secureSec ul {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0px;
}

.secureSec ul li {
    display: inline-block;
    padding: 6px 14px;
    margin: 0;
    position: relative;
    top: 3px;
}

.secureSec ul li img {
    display: block;
    height: 32px;
    width: auto;
}

.safeInfo {
    display: block;
    text-align: center;
    padding: 0 0 15px;
}

.safeInfo .li {
    display: inline-block;
    vertical-align: top;
    /* color: #2e2e2e; */
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    margin: 5px 16px;
    padding: 0 0 0 28px;
    position: relative;
}

.safeInfo .li:before {
    content: "\f058";
    /* color: #369623; */
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 17px;
    position: absolute;
    top: 0;
    left: 0;
}

/* .modal-open .modal {
    padding: 0 10px !important;
} */



.headLogIco,
.loginFormBx h2,
.loginFormBx .logClose,
.navSrch,
.navClick,
.navOverlay {
    display: none;
}

.loginFormBx,
.loginForm {
    display: block;
}

.row .col-xs-3 {
    width: 25% !important;
}

.row .col-xs-6 {
    width: 50% !important;
}

.welcomeVipPopup .modal-header {
    display: block;
    /* background-color: #d41a1f; */
    color: #fff;
    font-size: 22px;
    line-height: 26px;
    font-weight: 300;
    padding: 10px 66px 10px 16px;
    border: none;
    position: relative;
    border-radius: 4px 4px 0 0;
}

.welcomeVipPopup .modal-dialog {
    width: 616px;
    max-width: 100%;
}

.welcomeVipPopup .modal-body {
    padding: 0;
    background: url(../images/bkg-welcome-popup.png) no-repeat 0 0;
    background-size: cover;
    background-color: #fff;
    border-radius: 0 0 4px 4px;
}

.welcomeVipPopup .modal-content {
    border: none;
    box-shadow: 0 0 18px 6px rgba(0, 0, 0, 0.2);
}

.welcomeVipPopup .wlcmMsgCont {
    display: block;
    float: right;
    width: 320px;
    max-width: 100%;
    padding: 58px 20px;
}

.welcomeVipPopup .wlcmMsgCont h2 {
    display: block;
    color: #d41a1f;
    font-size: 30px;
    line-height: 36px;
    text-transform: uppercase;
    margin: 0 0 16px 0;
    padding: 0;
    font-weight: 400;
}

.welcomeVipPopup .wlcmMsgCont p {
    display: block;
    color: #040404;
    font-size: 14px;
    line-height: 28px;
    margin: 16px 0 0 0;
    padding: 0;
    font-weight: 400;
}

.welcomeVipPopup .wlcmMsgCont p:first-child {
    margin: 0;
}

.welcomeVipPopup .wlcmMsgCont .btn {
    margin: 20px 0 0 0;
}

.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;
}

.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: 326px;
    max-width: 100%;
    margin: 24px 0 0 0;
}

.noMbrMsg h2,
.lowCredits h2 {
    display: block;
    color: #eb1d1d;
    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;
}

.updateVip .noMbr,
.lowCredits .noMbr {
    position: relative;
    background: transparent;
    padding: 0;
}

.lowCredits .modal-content,
.updateVip .modal-content {
    border-radius: 0px;
    background: transparent;
    box-shadow: none;
}

.lowCredits .modal-dialog,
.updateVip .modal-dialog {
    max-width: 432px;
}

.lowCredits .cls,
.updateVip .noMbrMsg .cls {
    width: 31px;
    height: 31px;
    background-color: #535353;
    border-radius: 0 6px 0 6px;
}

.lowCredits .cls .ico,
.updateVip .noMbrMsg .cls .ico {
    background-position: -21px -200px;
}

.lowCredits .cls:hover,
.updateVip .noMbrMsg .cls:hover {
    background-color: #991a2e;
}

.cancelBtns {
    display: block;
    margin: 24px 0 0 0;
    text-align: center;
}

.cancelBtns a {
    display: inline-block;
    vertical-align: top;
    color: #d41a1f;
    font-size: 23px;
    line-height: 27px;
    font-weight: 500;
}

.cancelBtns a:hover {
    color: #222;
    text-decoration: none;
}

.lowCredits .warningIco {
    display: inline-block;
    vertical-align: top;
    height: auto;
    width: 120px;
    max-height: 120px;
}

.novipMbrMsg {
    padding: 0;
    border-radius: 6px;
    overflow: hidden;
}

.novipMbrMsg>img {
    display: block;
    width: 100%;
    height: auto;
}

.novipMbrMsg .cont {
    display: block;
    padding: 14px 20px 26px 20px;
}

.novipMbrMsg h2 {
    display: block;
    color: #d41a1f;
    font-size: 28px;
    line-height: 34px;
    font-weight: 600;
    margin-top: 0;
    padding: 0;
}

.novipMbrMsg p {
    display: block;
    color: #767070;
    font-size: 17px;
    line-height: 30px;
    font-weight: 500;
    margin: 16px 0 0 0;
}

.novipMbrMsg .btn {
    font-size: 18px;
    box-shadow: 0 4px 12px 0px rgb(0, 0, 0, 0.4) !important;
    margin: 20px 0 0 0;
}

.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;
}

.srchClose {
    display: none;
}

.myPhotosCont {
    display: block;
    background-color: #fff;
    border: 1px solid #ddd;
}

.myPhotosCont h2 {
    display: block;
    color: #d41a1f;
    font-size: 28px;
    line-height: 38px;
    font-weight: 500;
    padding: 12px 14px;
    border-bottom: 1px solid #ddd;
}

.myPhotosCont h2 .btn {
    float: right;
    min-width: 162px;
}

.photosBodyCont {
    display: block;
    padding: 2px 14px;
}

.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: 235px;
}

.photosBodyCont .rw .colm .uploadedPhoto img {
    display: block;
    width: 100%;
    height: auto;
}

.photosBodyCont .uploading {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #fafcfc;
}

.photosBodyCont .uploading .barOuter {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 100%;
    padding: 0 18px;
    color: #a1a3aa;
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.photosBodyCont .uploading .barOuter .bar {
    display: block;
    background-color: #e0e3ed;
    border-radius: 100px;
    height: 7px;
    position: relative;
    margin: 16px 0 0 0;
}

.photosBodyCont .uploading .barOuter .bar .fill {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #eb1d1d;
    border-radius: 100px;
}

.newImgUploader {
    display: block;
    background-color: #fafcfc;
    border: 1px dashed #c7c6c6;
    border-radius: 14px;
    overflow: hidden;
    position: relative;
}

.newImgUploader>img {
    display: block;
    width: 100%;
    height: auto;
}

.newImgUpload {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #fafcfc;
    overflow: hidden;
}

.newImgUpload input {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 400%;
    height: 400%;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
}

.newImgUpload .inside {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 12px 18px;
    text-align: center;
    color: #a7aab4;
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    width: 200px;
    max-width: 100%;
}

.newImgUpload .inside img {
    display: block;
    vertical-align: top;
    padding: 0 0 22px 0;
    margin: auto;
}

.newImgUpload .inside .btn {
    margin: 14px 0 0 0;
}

/* 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: 50%;
    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;
 }
 
 .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;
 }
 
 .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: 326px;
    max-width: 100%;
    margin: 24px 0 0 0;
 }
 
 .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;
 }
 
 /* CHAT CSS END */

#giftModal .modal-dialog,
.gftModal .modal-dialog {
    max-width: 964px;
}

#giftModal .modal-body,
.gftModal .modal-body {
    padding: 22px 26px;
}

.giftlist {
    display: block;
    margin: 0 -8px;
    font-size: 0px;
    text-align: center;
}

.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: 11px;
    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;
}

/* new modification style */
.headerNav ul li a .m {
    position: relative;
}

.views-count {
    position: absolute;
    width: 20px;
    height: 20px;
    display: inline-block;
    background: #d41a1f;
    border: 1px solid #fff;
    border-radius: 100%;
    top: -12px;
    right: -17px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 900;
}

.usrHeadr .upgrgade-btn {
    border-radius: 4px !important;
    border-bottom: 2px solid #94090d !important;
}

.distance-dropdown {
    width: 220px;
    margin-left: 8px;
}

.transparent-bg-input {
    background-color: transparent;
    color: #fff !important;
    border: 1px solid;
    box-shadow: none;
}

.sidebarLeft {
    background: #fff;
    border-radius: 4px;
    padding: 8px;
    margin-top: 12px;
    min-height: 1294px !important;
}

.new-footer .footer-top-part {
    background-color: #000;
    padding: 15px;
}

.footer-menu-list {
    text-align: center;
    border-bottom: 1px solid #424242;
    padding-bottom: 12px;
    margin-bottom: 18px;
}

.footer-menu-list li {
    margin: 0 9px;
    display: inline-block;
}

.footer-menu-list li a {
    padding: 0 9px;
    font-weight: 600;
    color: #e2413e;
}

.footer-logo img {
    display: inline-block;
}

.footer-logo {
    margin-bottom: 22px;
}

p.footer-declaimer {
    text-align: center;
    color: #fff;
    font-size: 13px;
    line-height: 21px;
}

.copy-right-sec {
    background-color: #1e1e1e;
    color: #fff;
    padding: 12px 15px;
    ;
}

.copy-right-sec p {
    font-size: 12px;
}

.partners-site {
    border: 1px solid #d3d3d6;
    border-radius: 3px;
}

.partners-site .head-part {
    /* color: #d41a1f; */
    font-size: 17px;
    margin: 0;
    line-height: 31px;
    text-align: center;
    font-weight: 600;
    /* background-color: #f0f0f2; */
    text-align: center;
}

.partners-site-list {
    padding: 10px 8px;
}

.partners-site-list li {
    display: flex;
    margin-bottom: 11px;
}

.partners-site-list li:last-child {
    margin: 0;
}

.partners-site-list li .icon-box {
    width: 35px;
    display: flex;
    background: #d41a1f;
    color: #fff;
    align-items: center;
    justify-content: center;
}

.partners-site-list li a {
    padding: 7px;
    width: calc(100% - 35px);
    font-size: 12px;
    line-height: 15px;
    color: #d41a1f;
    background: #f0f0f2;
}

.partners-site-list li a span {
    display: block;
    color: #585858;
}

.partners-site-list li a:hover {
    text-decoration: none;
    color: #d41a1f;
}

.popular-member-list {
    padding: 10px 16px;
}

.popular-member-list li {
    width: 85px;
    height: 85px;
    border-radius: 15px;
    overflow: hidden;
    display: inline-block;
    padding: 6px;
}

.popular-member-list li a {
    width: 100%;
    height: 100%;
    display: block;
}

.popular-member-list li a img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.speed-date-image-box {
    position: relative;
}

.speed-date-ovgerlay {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /* background: #fff; */
}

.btn-content {
    width: 20px;
    float: right;
    padding-top: 13px;
    text-align: right;
}

.full-view-btn {
    padding: 0;
    background: transparent;
    color: #fff;
    border: none;
    position: absolute;
    top: 19px;
    right: 8px;
}

.speed-date-name {
    /* color: #d41a1f; */
    margin: 0 0 6px;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.speed-date-name .speed_date_name{
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: calc(100% - 60px);
    line-height: 24px;
}

.speed-date-name .speed_date_age{
    display: inline-flex;
    width: 30px;
}

p.speed-addr {
    /* color: #353535; */
    font-size: 12px;
}

.text-content {
    float: left;
    width: 100%;
}

.overlay-content.clearfix {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px 15px 0;
}

.no-btn {
    width: 50px;
    height: 50px;
    text-align: center;
    border: none;
    border-radius: 20%;
    color: #fff;
    font-weight: 600;
    outline: none;
}

.yes-btn {
    width: 50px;
    height: 50px;
    text-align: center;
    border: none;
    border-radius: 20%;
    color: #fff;
    font-weight: 600;
    outline: none;
}

.no-btn:focus,
.yes-btn:focus {
    outline: none;
}

.choose-model-title {
    color: #171616;
    font-size: 13px;
    margin-bottom: 10px;
}

.check-model-list li {
    display: inline-block;
}

.check-model-list li label.model-check-label {
    position: relative;
}

.check-model-list li label.model-check-label input {
    position: absolute;
    opacity: 0;
}

.check-model-list li label.model-check-label span.choose-model-img {
    width: 55px;
    height: 55px;
    /* overflow: hidden; */
    display: block;
    border-radius: 14px;
    position: relative;
}

.check-model-list li label.model-check-label span.choose-model-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 14px;
}

.check-model-list {
    display: flex;
    justify-content: space-between;
}

.check-model-list li label.model-check-label span.choose-model-img .speed-date-check-mark {
    color: #15be75;
    position: absolute;
    top: -7px;
    right: -4px;
    background: #fff;
    border-radius: 50%;
    padding: 2px 2px 2px 3px;
    font-size: 17px;
    display: none;
}

.check-model-list li label.model-check-label input:checked~span.choose-model-img .speed-date-check-mark {
    display: block;
}

.vip-member-box {
    background-color: #2c2c2c;
    padding: 16px;
    padding-bottom: 90px;
    position: relative;
    border-radius: 5px;
}

.vip-member-box .sricker-title {
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}

.vip-member-box img.vip-member-sticker {
    display: block;
    margin: auto;
    margin-bottom: 9px;
}

.vip-listing {
    color: #fff;
    font-size: 11px;
    margin-top: 15px;
}

.vip-listing li {
    padding-left: 20px;
    background-image: url(../images/bullet-star.png);
    background-repeat: no-repeat;
    margin-bottom: 10px;
    background-position-y: 4px;
}

.vip-member-upgrade-btn {
    background-color: #fff;
    color: #d41a1f;
    font-weight: 600;
    text-align: center;
    border: none;
    width: 100%;
    max-width: 450px;
    height: 35px;
    border-radius: 5px;
    line-height: 35px;
    margin-top: 20px;
}

.vip-member-btn-container {
    background-image: url(../images/vip-btn-bg.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 97px;
    padding: 16px;
    background-size: 100% 100%;
    padding-top: 31px;
    border-radius: 0 0 5px 5px;
}

.uoload-btn {
    position: relative;
    background: #d41a1f;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
    width: 100%;
    height: 36px;
    line-height: 35px;
    text-align: center;
}

.uoload-btn input {
    position: absolute;
    opacity: 0;
    width: 1px;
    height: 1px;
}

.bottom-part {
    background: #2c2c2c;
    padding: 16px;
}

.upload-text {
    color: #fff;
    text-align: center;
    text-align: center;
    font-size: 11px;
}

.view-immage-conatiner {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    box-shadow: 0 0 5px #5d5d5d;
    margin: auto;
}

.view-immage-conatiner img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    justify-content: center;
    vertical-align: middle;
    align-items: center;
    text-align: center;
}

.view-photo-part {
    background-image: url(../images/white-border-bg.png);
    background-color: transparent;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
}

.upgrade-img-box {
    position: relative;
    padding-bottom: 55px;
    background: #2c2c2c;
}

.upgrade-img-box img {
    /* filter:blur(2px); */
    /* border-radius:4px 4px 0 0 !important; */
}

/* .withoutlogin-header.headerRight {
    width: calc(100% - 325px) !important;
} */
.withoutlogin-header.headerRight .form-inline {
    padding-top: 10px;
    justify-content: flex-end;
    align-items: flex-start;
}

.mail-confirmation-box {
    max-width: 630px !important;
}

.mail-confirmation-box .cmsContainer h1 {
    display: block;
    color: #fff;
    font-size: 24px;
    line-height: inherit;
    font-weight: normal;
    margin: 0;
    /* border-bottom: 1px solid #6f6c6c; */
    text-align: center;
    padding-bottom: 22px;
    margin-top: 35px;
}

.mail-confirmation-box .cmsContainer p.subheading {
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    margin: 18px 0 0 0;
    text-align: center;
}

.mail-confirmation-box .cmsContainer p.small-text {
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}

.mail-confirmation-box .btn-danger {
    font-size: 13px;
    padding: 1px 13px;
    width: 218px;
    max-width: 100%;
}

.mail-confirmation-box .buttonset {
    text-align: center;
}

.userInformations li span {
    font-weight: normal;
}

.userInformations {
    padding-left: 25px;
}

.delete-ac-white-box {
    background: #fff;
    font-size: 15px;
    padding: 8px;
    margin-right: 15px;
    min-width: 415px;
    text-align: left;
    color: #6b6b6b;
    margin-bottom: 15px;
}

.delete-ac-white-box span a {
    color: #d41a1f;
    text-decoration: none;
}

.notification-header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.notification-header .btn-md {
    margin-bottom: 15px;
}

.delete-ac-white-box span span.duration-text {
    color: #d41a1f;
}

.duration-ul {
    margin-top: 8px;
}

.duration-ul li.duration-date {
    display: inline-block;
    width: 47%;
    box-sizing: border-box;
    min-width: 185px;
}

.duration-ul li.duration-date i {
    margin-right: 5px;
}

#welcomePopup3 .modal-dialog {
    max-width: 475px;
}

#welcomePopup3 .modal-dialog .wlcmTxts {
    padding: 0 20px 20px 20px;
}

#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;
}

.modal-dialog .welcome-modal-header {
    font-size: 26px;
    text-align: center;
    color: #d41a1f;
    font-weight: 500;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 20px;
}

#welcomePopup3 .modal-dialog .wlcmCont {
    border-radius: 14px;
}

#welcomePopup3 .wlcmCont {
    background-image: none;
}

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;
}

.new-banner-content .banner-main-heading {
    color: #fff;
    font-weight: 700;
    text-align: center;
    font-size: 60px;
    max-width: 970px;
    margin: auto;
}

.new-banner-content .banner-sub-heading {
    text-align: center;
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    margin-top: 16px;
    max-width: 1250px;
    width: 100%;
    margin: auto;

}

.new-banner-content .new-banner-btn {
    color: #fff;
    border: none;
    background: #d41a1f;
    display: block;
    width: 100%;
    max-width: 500px;
    margin: auto;
    font-size: 24px;
    padding: 15px 10px;
    margin-top: 27px;
}

.new-banner-content {
    padding-top: 195px;
    padding-bottom: 195px;
}

.step-inner {
    display: flex;
    flex-wrap: wrap;
}

.setp-div {
    width: 33.33%;
    box-sizing: border-box;
    background-color: #2c2c2c;
    padding: 35px;
    min-height: 370px;
    padding-top: 59px;
}

.stpe-count {
    width: 100px;
    height: 100px;
    /* background: #d41a1f; */
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    position: relative;
    margin: auto;
    margin-bottom: 24px;
    margin-top: 10px;
    font-size: 50px;
}

/* .stpe-count:after{
   content:" ";
   position: absolute;
   left:-8px;
   right:-8px;
   top:-8px;
   bottom:-8px;
   border:1px solid #d41a1f;
    border-radius: 100%;
    background-color:transparent;
} */
.step-title {
    color: #fff;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    margin: 15px 0;
}

.step-desc {
    color: #fff;
    text-align: center;
    max-width: 282px;
    margin: auto !important;
    margin-top: 23px !important;
}

.search-member-bg {
    background-image: url(../images/step-3-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.sign-up-step {
    background-image: url(../images/step-1-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

h1.index-headign {
    text-align: center;
    font-weight: 600;
    font-size: 35px;
    color: #fff;
    text-transform: uppercase;
}

h1.index-headign span {
    color: #d41a1f;
}

.index-subheadign {
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
    color: #fff;
}

.index-heading-part {
    background: #000;
    padding: 24px;
}

.become-member-block {
    width: 24%;
    box-sizing: border-box;
    padding: 49px 20px 15px 20px;
    background-color: #1f1f1f;
    min-height: 320px;
    background-repeat: no-repeat;
    background-size: cover;
}

.become-member-img {
    width: 112px;
    height: 112px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 100%;
    position: relative;
    margin: auto;
    margin-bottom: 25px;
}

.become-member-img-container {
    position: absolute;
    top: 8px;
    bottom: 8px;
    left: 8px;
    right: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(212, 26, 31, 0.9);
    border-radius: 100%;
}

.become-member-img-container img{
    width: 50% !important;
}

.become-member-text {
    color: #fff;
    text-align: center;
    max-width: 226px;
    margin: auto !important;
    line-height: 22px;
}

.become-member-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0px 15px;
}

.member-bg-1 {
    /* background-image:url(../images/become-member-block-1.png);*/
    background-repeat: no-repeat;
    background-size: cover;
}

.member-bg-3 {
    /*  background-image:url(../images/become-membger-block-3.png);*/
    background-repeat: no-repeat;
    background-size: cover;
}

.join-community-inner {
    display: flex;
    flex-wrap: wrap;
}

.join-community-block {
    width: 50%;
    box-sizing: border-box;
    display: flex;
    min-height: 425px;
}

.community-left-aside {
    width: 160px;
    background-color: #1f1f1f;
    display: flex;
}

.community-join-title {
    width: 27px;
    word-break: break-all;
    text-align: center;
    display: block;
    margin: auto;
    color: #fff;
    font-weight: 900;
    font-size: 50px;
    display: flex;
}

.community-right-aside {
    width: calc(100% - 160px);
}

.sinful-bg {
    /* background-image:url(../images/sinful-bg.png);*/
    background-repeat: no-repeat;
    background-size: cover;
}

.dating-bg {
    /*  background-image:url(../images/join-community-2.png); */
    background-repeat: no-repeat;
    background-size: cover;
}

/*.before-footer-banner-inner{
       padding-top: 120px;
           padding-bottom: 120px;
}*/

.befote-footer-banner {
    background-image: url(../images/before-footer-banner-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.sign-up-wrap {
    /* float: right; */
    margin: 0px auto;
    background-color: rgba(0, 0, 0, 0.5);
    width: 430px;
    border-radius: 8px;
    padding: 24px;
    position: relative;
}

.sign-up-heading {
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-size: 27px;
    margin-bottom: 25px;
}

.sign-up-header-section {
    position: relative;
    padding-top: 50px;
}

.sign-up-header-section .stpe-count {
    position: absolute;
    top: -70px;
    left: 50%;
    transform: translate(-50%, 0);
}

.form-field-container .form-group label {
    color: #fff;
    margin: 0;
}

.form-field-wrap {
    padding-left: 23px;
    border-bottom: 1px solid #fff;
}

.form-field-wrap .form-control {
    background-color: transparent !important;
    border: none;
}

.form-field-wrap select.form-control {
    background: rgb(0, 0, 0) !important;
}

.form-field-wrap {
    position: relative;
    margin-bottom: 9px;
}

.form-field-wrap .input-icon {
    position: absolute;
    left: 0;
    top: 11px;
}

.plr-6 {
    padding-left: 6px;
    padding-right: 6px;
}

.signup-check .formChk .ico {
    background: url(../images/sign-up-uncheck.png) no-repeat 0 0;
    width: 23px;
    height: 23px;
}

.signup-check .formChk input:checked~.ico {
    background: url(../images/sign-up-check.png) no-repeat 0 0;
}

button.register-btn {
    background: #d41a1f;
    color: #fff;
    border: none;
    font-size: 26px;
    padding: 6px 15px;
    width: 100%;
    max-width: 324px;
    margin: auto;
    display: block;
    border-radius: 5px;
    margin-top: 11px;
}

button.register-btn+p {
    text-align: center;
    color: #fff;
    margin-top: 12px;
    font-size: 13px;
}

.purchase-table {
    background-image: none;
    background-color: #bcc7d2;
    background: linear-gradient(10deg, #bcc7d2, #eee8ea);
}

.purchase-table table tr td {
    padding: 8px 16px;
    text-align: center;
    color: #2e2e2e;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    border-bottom: 1px solid #afadad;
    border-right: 1px solid #afadad;
}

.featured-table tr th {
    font-size: 16px !important;
    color: #fff !important;
    padding: 9px 16px !important;
}

.featured-table tr th.feature-th {
    background: #d41a1f !important;
    /* color: #fff;
    padding: 9px 16px; */
}

.featured-table tr th.free-th {
    background-color: #6f6f6f !important;
}

.featured-table tr th.premium-th {
    background-color: #000000 !important;
}

.purchase-table {
    position: relative;
    overflow: visible;
}

.purchase-table .table-shadow {
    position: absolute;
    bottom: -20px;
    width: 100%;
}

.purchase-top-section {
    text-align: center;
    background: linear-gradient(to right, rgba(199, 205, 214, 0) 10%, #d7dde6 51%, rgba(200, 205, 215, 0) 100%);
    padding: 20px 10px;
    margin-bottom: 33px;
}

.purchase-top-heading {
    color: #d41a1f;
    font-size: 31px;
    font-weight: 600;
    margin-bottom: 10px;
}

.purchase-top-text {
    max-width: 788px;
    margin: auto !important;
    color: #000;
    font-size: 14px;
}

.packageBotSec .pggSec {
    padding: 15px;
}

.purchase-features-listing {
    padding-top: 15px;
}

.purchase-features-listing li {
    display: inline-block;
    min-width: 19%;
    margin: 12px 2px;
    box-sizing: border-box;
    padding-left: 25px;
    background: url(../images/bullet-listing.png);
    background-repeat: no-repeat;
}

img.chat-icon {
    width: auto !important;
    display: inline-block !important;
}

#flirtModal .modal-body {
    max-height: 450px;
    overflow-x: hidden;
    overflow-y: auto;
}

#savesettingModal .closeit {
    position: absolute;
    top: 0;
    right: 7px;
    background-color: transparent;
    border: 0 none;
    color: #fff;
    font-size: 36px;
    line-height: 29px;
    font-weight: 300;
    z-index: 1;
}

#savesettingModal .bgseting {
    background-size: cover !important;
    position: relative;
    background-repeat: no-repeat !important;
}

#savesettingModal .txtmtiel {
    font-size: 23px;
    line-height: 29px;
    color: #272727;
    margin: 0 0 25px;
}

#savesettingModal .modal-body {
    padding: 0 0 30px;
    background-color: #f4f8fb;
    border-radius: 5px;
}

#savesettingModal .modal-dialog {
    width: 431px;
}

#savesettingModal .srcoverly {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

#savesettingModal .sprest {
    position: relative;
    margin: -75px 0 0;
}

.vipupgrade-popup .wlcmMsgCont {
    float: left;
    padding-bottom: 0;
}

.vipupgrade-popup .modal-content {
    background-image: url(../images/vip-upgrade-pop-up-bg.png);
    background-repeat: no-repeat;
    background-position-x: right;
    background-size: auto 100%;
}

.mb-10 {
    margin-bottom: 10px;
}

.registerbox {
    width: 657px;
    max-width: 100%;
    margin: auto;
    box-shadow: 0px 2px 39px 4px rgba(19, 24, 21, 0.16);
    padding: 56px 30px 37px;
    background-color: #ffffff;
}

.uploadActions a {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    width: 36px;
    height: 36px;
    border-radius: 100px;
    margin: 0 6px 0 0;
}

.uploadActions a img {
    width: 35px;
    height: 35px;
}

.btns:after {
    content: "";
    display: block;
    clear: both;
}

.collapse {
    display: none !important;
}

ul.loading.settingsList li:before,
.animated-bg {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: placeHolderShimmer;
    animation-name: placeHolderShimmer;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background: -webkit-linear-gradient(to right, #F6F6F6 8%, #f0f0f0d4 20%, #f6f6f6fa 33%);
    background: linear-gradient(to right, #F6F6F6 8%, #f0f0f0d4 20%, #f6f6f6fa 33%);
    -webkit-background-size: 800px 104px;
    background-size: 800px 104px;
    background-color: #92909014;
}

@-webkit-keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0
    }

    100% {
        background-position: 468px 0
    }
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0
    }

    100% {
        background-position: 468px 0
    }
}

.message-text {
    text-align: left !important;
    line-height: 19px;
    word-break: break-word;
}

.message-text>img {
    display: inline-block;
    vertical-align: top;
    margin: 1px 1px 0 1px;
}

.packageListCont {
    display: block;
}

.packageListCont .pkg {
    text-align: left;
    display: block;
    background-color: #fff;
    border-radius: 6px;
    margin: 0 0 22px 0;
    font-size: 0px;
    position: relative;
    overflow: hidden;
    max-width: 474px;
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
}

.packageListCont .pkg input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    opacity: 0;
    cursor: pointer;
}

.packageListCont .pkg .c-ico {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    border: 1px solid #fff;
    width: 16px;
    height: 16px;
    z-index: 3;
}

.packageListCont .pkg .c-ico:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: 400ms;
}

.packageListCont .pkg input:checked+.c-ico:after {
    visibility: visible;
    opacity: 1;
}

.packageListCont .pkg .leftS {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    width: 52%;
    padding: 12px 40px 12px 20px;
    min-height: 156px;
}

.packageListCont .pkg .leftS .t {
    display: block;
    color: #c2394d;
    font-size: 30px;
    line-height: 36px;
    font-weight: 500;
}

.packageListCont .ofrsList {
    display: block;
}

.ofrsList a{
    margin-top: 10px;
    color: #fff !important;
}

.packageListCont .pkg .leftS .ofrs {
    display: block;
    margin: 8px 0 0 0;
    /* padding: 0 0 0 18px; */
    position: relative;
    color: #010101;
    font-size: 15px;
    line-height: 17px;
    font-weight: 600;
    /* background: url(../images/pkg-list-arrow.png) no-repeat 0 5px; */
}

.packageListCont .pkg .rightS {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 48%;
    height: 100%;
    padding: 0;
}

.packageListCont .pkg .rightS:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translate(0, -50%);
    width: 600px;
    height: 200%;
    background-color: #c2394d;
    border-radius: 600px 0 0 600px;
}

.packageListCont .rightBxCont {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #c2394d;
    text-align: center;
    padding: 16px 16px 16px 0;
    /* background: -webkit-linear-gradient(left, #e72324, #fb5066);
	background: -o-linear-gradient(left, #e72324, #fb5066);
	background: -moz-linear-gradient(left, #e72324, #fb5066);
	padding: 32px 22px 22px 10px; */
}

.packageListCont .rightBxCont .o-prc {
    display: block;
    color: #f0f0f2;
    font-size: 16px;
    line-height: 20px;
}

.packageListCont .rightBxCont .n-prc {
    display: block;
    color: #fff;
    font-size: 36px;
    line-height: 46px;
    font-weight: 500;
    margin: 6px 0 0 0;
}

.packageListCont .rightBxCont .n-prc small {
    font-size: 16px;
    font-weight: 500;
}

.packageListCont .rightBxCont .pkg-time {
    display: block;
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    color: #fff;
}

.packageListCont .rightBxCont .pkg-limit {
    display: block;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    margin: 8px 0 0 0;
}

/* 14_01_2020 */
.ad-container{
    padding: 40px 20px;
    display: flex;
    justify-content: center;
    background: #fff;
}

/* style for new section */
.new-heading-part .index-headign>span {
    color: red;
}

.readmore-less-container {
    position: relative;
    max-width: 1130px;
    margin: auto;
    margin-top: 28px;
    margin-bottom: 30px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 27px;
}

.readmore-less-container-close{
    position: relative;
    max-width: 1130px;
    margin: auto;
    margin-top: 28px;
    margin-bottom: 10px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 27px;
    display: -webkit-box;
    /* height: 80px; */
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* .readmore-less-container.close{
    min-height: 80px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
} */


.readmore-less-container.open {
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    overflow: unset;
    text-overflow: unset;
}

.readmore-less-container .readmore-btn {
    border: none;
    background: #d41a1f;
    display: block;
    width: 100%;
    max-width: 196px;
    margin: auto;
    font-size: 19px;
    padding: 9px 10px;
    margin-top: 27px;
    color: #fff;
}

.read-more-btn-container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(rgba(234, 234, 234, 0.7), rgba(234, 234, 234, 1));
}

.readmore_span{
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #eaeaea;
    color: #000d2f;
    padding-left: 5px;
    cursor: pointer;
    /* font-size: 18px; */
}

.cmsContainer .faq-article p strong {
    font-size: 22px;
    position: relative;
    padding-left: 20px;
}

.cmsContainer .faq-article p strong:before {
    content: "\f0da";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: red;
    font-size: 27px;
    padding-right: 0.5em;
    position: absolute;
    top: 6px;
    left: 0;
}

/*.profileAction .colmLi i{
    color: rgb(211, 26, 32);
}*/
#flirtModal .modal-header .close {
    top: 7px;
    right: 6px;
    width: 42px;
    height: 36px;
    border-radius: 5px;
    background-color: #383838;
}

#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;
}

/* ==================== feature-city ============== */

.feature-city-banner {
    background-repeat: no-repeat;
    height: 100px;
    background-size: cover;
    overflow: hidden;
}

.feature-city-banner-content {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 25px;
}

.feature-city-banner-text {
    display: flex;
    margin-right: auto;
    align-items: center;
    max-width: 760px;
    width: 100%;
}

.feature-city-banner-text h2 {
    text-transform: uppercase;
    color: #fff;
    font-size: 30px;
    line-height: 27px;
}

.feature-city-banner-text button {
    background: #000000;
    border: 0px;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    padding: 8px 10px;
    margin: 0px;
    max-width: 160px;
    width: 100%;
    margin-left: 30px;
}

.feature-city-banner-text button:hover {
    background: #2d2d2d;
}

.feature-city-banner-text a {
    background: #000000;
    border: 0px;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    padding: 9px 10px 10px;
    margin: 0px;
    max-width: 160px;
    width: 100%;
    margin-left: 30px;
    text-align: center;
    display: inline-block;
}

.feature-city-banner-text a:hover {
    background: #2d2d2d;
    text-decoration: none;
}

.feature-city-banner-content img {
    margin-right: auto;
}

.feature-city-banner-bottom-add {
    padding: 22px 0 30px;
    display: flex;
    justify-content: center;
}

.feature-city-main-title {
    text-align: center;
    position: relative;
    padding-bottom: 60px;
}

.feature-city-main-title h1 {
    font-size: 25px;
    text-align: center;
    padding-bottom: 0px;
    font-weight: 900;
}

.feature-city-readmore {
    background: #2c2c2c;
    border: 0px;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    padding: 9px 10px;
    max-width: 200px;
    width: 100%;
    margin: 0 auto 10px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.5);
    display: inline-block;
    text-align: center;
}

.feature-city-readmore:hover {
    background: #505050;
    text-decoration: none;
    color: #fff;
}

.feature-city-main-title p {
    color: #616161;
    font-size: 15px;
    text-align: left;
    margin: 0px;
    /* padding-bottom: 30px; */
}

.feature-city-main-title p:last-child {
    padding-bottom: 0;
}

.feature-city-white-bg {
    background: #fff;
}

.someof-ourmember-gellery h2 {
    text-align: left;
    padding-bottom: 17px;
    font-size: 25px;
    color: #000;
    padding-left: 6px;
    font-weight: 800;
}

#feature-city-text-more {
    display: none;
}

.someof-ourmember-area {
    display: flex;
}

.feature-main-describtion {
    padding-bottom: 0px;
}

.someof-ourmember-gellery {
    flex: 1;
    padding-right: 14px;
}

.feature-city-right-sideber {
    max-width: 300px;
    width: 100%;
    margin-top: 17px;
}

.feature-city-Dating-lists h3 {
    color: #3d3d3d;
    font-size: 16px;
}

.feature-city-Dating-lists {
    padding: 15px 0;
}

.feature-city-Dating-lists p {
    font-size: 14px;
    padding-bottom: 5px;
}

.feature-city-right-sideber h3 {
    padding-bottom: 15px;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    text-align: center;
    color: #3d3d3d;
    font-weight: 600;
}

.feature-city-Dating-lists h3 {
    padding-bottom: 9px;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
}

.feature-city-Dating-list li a {
    display: flex;
    border-bottom: 1px dashed #6e6e6e;
    padding: 7px 0px;
}

.feature-city-Dating-list li a img {
    width: 12px;
    margin-right: 10px;
}

.feature-city-Dating-list li a h4 {
    flex: 1;
    color: #d41920;
    font-size: 12px;
}

.feature-city-Dating-list li a:hover,
.feature-city-Dating-list li a.active {
    text-decoration: none;
    background: #f3f3f3;
}

.feature-city-Dating-list {
    margin-bottom: 30px;
}

.feature-city-Dating-lists button {
    text-align: center;
    margin: 0 auto 25px;
    display: block;
}

.feature-city-Dating-lists a {
    /*  text-align: center;
    margin: 0 auto 25px;*/
    display: block;
}

.feature-city-bottom-banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
    height: auto;
}

.feature-city-bottom-banner .feature-city-banner-content img {
    width: auto;
    margin-right: auto;
}

.feature-white-shadow {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    padding-top: 60px;
    padding-bottom: 9px;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
}

.some-memberadd {
    text-align: center;
    padding: 20px 0;
}

.some-memberadd img {
    margin: 0 auto;
}

.viewMore-btn button {
    text-align: center;
    margin: 0 auto 25px;
    display: block;
    background: #d41920;
}

.viewMore-btn a {
    text-align: center;
    margin: 0 auto 25px;
    display: block;
    /*  background: #d41920;*/
}

.profileBoxes.feature-profile .rw .colm {
    min-width: 244px;
    width: 20%;
}

.feature-readmore-less-container {
    position: relative;
    max-width: 1130px;
    margin: auto;
    margin-top: 28px;
    padding-bottom: 69px;
    text-align: center;
    font-size: 16px;
    line-height: 27px;
    height: 127px;
    overflow: hidden;
}

.feature-readmore-less-container.open {
    height: auto;
}

.feature-readmore-less-container .readmore-btn {
    border: none;
    background: #d41a1f;
    display: block;
    width: 100%;
    max-width: 196px;
    margin: auto;
    font-size: 19px;
    padding: 9px 10px;
    margin-top: 27px;
    color: #fff;
}

.colm a.remove-under-line {
    text-decoration: none;
}

.feature-readmore-less-container h2 {
    font-size: 20px;
}

.langing-page-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
    z-index: 0;
}

.bg-blur {
    filter: blur(8px);
    -webkit-filter: blur(8px);
}

.sticky-image {
    display: none;
    margin-top: -10px;
    margin-bottom: -10px;
    margin-left: -10px;
    height: 45px;
    margin-right: 10px;
    border-radius: 5px;
}


/* blog css part */
.blog-header {
    display: block;
    width: 100%;
    padding: 10px 0;
    z-index: 2;
    background: #050505;
    box-shadow: 0rem 0.5rem 0.75rem 0.05rem #ccc;
}

.blog-body {
    padding: 30px 0;
    background: #f1f1f1;
}

.blog-container {
    padding: 0 50px;
}

.blog-box {
    padding: 0 0px 24px;
    margin-bottom: 30px;
    border-bottom: 1px solid #d8d8d8;
}

.blog-title {
    line-height: 48px;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 36px;
    color: #5d6363;
}

.blog-title-with-border {
    color: #5d6363;
    font-size: 36px;
    line-height: 50px;
    font-weight: 700;
    margin-bottom: 10px;
    border-bottom: 1px solid #5d6363;
}

.blog-date {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 18px;
    color: #5d6363;
    font-weight: 400;
    padding-left: 28px;
    position: relative;
}

.blog-date:before {
    content: "";
    background: url(../images/calendar.svg) no-repeat;
    height: 28px;
    width: 28px;
    display: inline-block;
    background-size: 70%;
    position: absolute;
    left: 0;
    background-position: center center;
}

.blog-image {
    margin-bottom: 22px;
}

.blog-content {
    overflow: hidden;
    font-size: 14px;
    line-height: 25px;
    color: #5d6363;
    margin-bottom: 20px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.blog-content a {
    color: #dc0a0a;
    text-decoration: underline;
}

.blog-full-content h1 {
    display: block;
    color: #5d6363;
    font-size: 32px;
    line-height: 42px;
    font-weight: 600;
    margin: 10px 0 10px 0;
}

.blog-full-content h1:first-child {
    margin: 0;
}

.blog-full-content h2 {
    display: block;
    color: #5d6363;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    margin: 12px 0 0 0;
}

.blog-full-content h2:first-child {
    margin: 0;
}

.blog-full-content p {
    display: block;
    color: #5d6363;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    margin: 10px 0 0 0;
}

.blog-full-content p:first-child {
    margin: 0;
}

.blog-full-content p a {
    color: #5d6363;
    text-decoration: underline;
}

.blog-full-content p a:hover {
    color: #f12d2d;
    text-decoration: none;
}

.blog-full-content h5 {
    display: block;
    color: #5d6363;
    font-size: 26px;
    line-height: 32px;
    font-weight: 300;
    margin: 20px 0 0 0;
}

.blog-full-content h6 {
    display: block;
    color: #5d6363;
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
    margin: 20px 0 0 0;
    position: relative;
    padding: 0 0 0 22px;
}

.blog-full-content h6:first-child {
    margin: 0;
}


.blog-full-content h4 {
    display: block;
    color: #5d6363;
    font-size: 44px;
    line-height: 50px;
    font-weight: 300;
    margin: 24px 0 0 0;
}

.blog-full-content h4:first-child {
    margin: 0;
}

.blog-full-content ul,
.blog-full-content ol {
    display: block;
    padding: 10px 0 0 0;
}

.blog-full-content ol {
    counter-reset: listnumber;
}

.blog-full-content ul li,
.blog-full-content ol li {
    display: block;
    margin: 6px 0 0 0;
    padding: 0 0 0 10px;
    color: #5d6363;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    position: relative;
}
.blog-full-content ol li {
    padding-left: 0;
}

.blog-full-content 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;
}

.blog-full-content ol li:before {
    counter-increment: listnumber;
    content: ""counter(listnumber)". ";
}

.blog-btn-section {
    text-align: center;
}

.blog-btn {
    line-height: 43px;
    display: inline-block;
    border-radius: 5px;
    padding: 0 28px;
    font-size: 21px;
    color: #fff;
    text-decoration: none;
    background: #dc0a0a;
    font-weight: 400;
}

.blog-btn:hover {
    color: #fff;
    text-decoration: none;
    background: #9b0f0b;
}

ul.pagination {
    margin: 0;
    padding: 0 0 20px;
    display: block;
    border-bottom: 3px solid #b9b9b9;
    text-align: center;
    border-radius: 0;
}

ul.pagination>li {
    display: inline-block;
    list-style: none;
}

ul.pagination>li>a {
    display: block;
    height: 31px;
    width: 31px;
    border: 1px solid transparent;
    color: #5d6363;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
}

ul.pagination>li:hover>a,
ul.pagination>li.active>a {
    color: #dc0a0a;
    border-color: #dc0a0a;
    text-decoration: none;
}

.recent-post-section {
    padding-right: 50px;
}

.recent-post-title {
    font-size: 18px;
    line-height: 44px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 20px;
    position: relative;
}

.recent-post-title span {
    padding-right: 15px;
    display: inline-block;
    background: #f1f1f1;
    color: #5d6363;
    position: relative;
    z-index: 1;
}

.recent-post-title:before {
    position: absolute;
    height: 3px;
    background: #d8d8d8;
    content: "";
    top: calc(50% - 1.5px);
    left: 0;
    right: 0;
}

.recent-post-content {
    font-size: 14px;
    text-decoration: none;
    text-decoration: none;
    color: #5d6363;
    line-height: 22px;
    margin-bottom: 10px;
    display: block;
}

.recent-post-content:hover {
    color: #dc0a0a;
    text-decoration: underline;
    display: block;
}

.blog-content.no-count {
    text-overflow: inherit;
    -webkit-line-clamp: inherit;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.blog-sub-title {
    font-size: 24px;
    line-height: 36px;
    color: #5d6363;
    font-weight: 700;
    margin-bottom: 20px;
}

.blog-sub-title-thin {
    font-size: 24px;
    line-height: 36px;
    color: #5d6363;
    font-weight: 400;
    margin-bottom: 20px;
}

ul.social-share {
    display: flex;
    margin: 0;
    padding: 0;
    align-items: center;
}

ul.social-share>li {
    display: inline-block;
    padding-right: 10px;
    font-size: 14px;
    font-weight: 700;
    color: #000;
}

ul.social-share>li>a {
    font-size: 24px;
    display: block;
    text-decoration: none;
    color: #000;
    padding: 0 5px;
    font-weight: 400;
}

ul.tags-blog {
    display: block;
    padding: 0;
    margin: 0 0 30px;
}

ul.tags-blog>li {
    display: inline-block;
    padding: 5px;
}

ul.tags-blog>li>a {
    background: #ededed;
    border-radius: 5px;
    line-height: 36px;
    display: block;
    padding: 0 12px 0 26px;
    color: #5d6363;
    font-size: 14px;
    position: relative;
}

ul.tags-blog>li>a:before {
    content: "";
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #a4a4a4;
    position: absolute;
    left: 10px;
    top: calc(50% - 3px);
    display: block;
}

ul.tags-blog>li:hover>a {
    text-decoration: none;
    background: #e4e4e4;
}

/* blog css part */

.top_sticky_first {
    position: sticky;
    top: 0;
    z-index: 500;
}

.top_sticky_second {
    position: sticky;
    top: 70px;
    z-index: 100;
}

.chatFooter .typeField .type-c .type-sec {
    display: block;
    height: 30px;
    overflow: auto;
    font-size: 11px;
    padding: 7px 10px;
}

.searchChklist {
    /*background-color: rgb(44, 44, 44);
    color: rgb(255, 255, 255);*/
    border-radius: 4px;
    /*  box-shadow: 1px 0 2px 2px rgba(29,4,17,0.4);*/
    height: 36px;
    margin: 7px auto !important;
    padding: 9px 10px !important;
}

.card-block {
    display: flex;
    justify-content: center;
}

.card-block .d-inline-block {
    width: 200px !important;
    overflow: hidden;
    display: flex;
}

.card-block .d-inline-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.clearfix {
    clear: both;
}

.alter_search_panel {
    display: block;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 10px;
    max-height: calc(100vh - 290px) !important;
}

.adv_search_footer {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}

.advanceSearchSec .clearChecked {
    top: 10px;
    right: 12px;
}

.clearfix {
    clear: both;
}


.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;
}

.headerNav ul li a#like-profile {
    display: none;
}

.headerSearch .resetButton {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-size: 15px;
    line-height: 19px;
    text-align: center;
    background-color: #2c2c2c;
    border: none;
    border-radius: 6px;
    height: 38px;
    padding: 0 40px;
    margin: 6px 0;
    box-shadow: 1px 0 2px 2px rgba(29, 4, 17, 0.4);
    margin-left: 10px;
    width: 70px;
}

.headerSearch .resetButton .fa {
    margin-top: 10px;
}


.profileBox .on {
    background-color: #80ed52 !important;
}

.profileBox .uonOff {
    display: block;
    background-color: #d4d0d0;
    border-radius: 100px;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2
}

.admin_message_wrapper h1 {
    font-size: 24px;
    margin: 0 0 10px 0;
}

.show_result {
    font-weight: 600;
    margin: 0 0 8px 0;
    color: rgb(93, 93, 93);
}

.admin_table_msg {
    width: 100%;
}

.admin_table_msg thead {
    background-color: rgb(205, 0, 0);
}

.admin_table_msg thead tr th {
    padding: 12px 20px;
    /*color: #fff;*/
}

.admin_table_msg thead tr th:last-child {
    text-align: right;
}

.admin_table_msg tbody tr td:last-child {
    text-align: right;
}

.admin_table_msg tbody tr td {
    padding: 15px 20px;
    border-bottom: 1px solid #d1d1d1;
}

.notificationSettings.adminmsg {
    background-color: #fff;
}

.msg_details {
    width: 50px;
    height: 35px;
    /* background: rgb(205, 0, 0);*/
    color: rgb(255, 255, 255);
    padding: 6px 0px;
    border: 1px solid #dc687a;
    border-radius: 4px;
    /* -webkit-box-shadow: 0 0 6px 0 rgba(161, 15, 15, 0.7); */
    /* box-shadow: 0 0 6px 0 rgba(161, 15, 15, 0.7); */
    background-color: #ef4848;

    -webkit-transition: 400ms;
    transition: 400ms;
    margin: 0 auto;
}

/*.msg_details:hover,
.msg_details:focus{
   background-color: #fff;
   color: #ef4848;
   outline: none;
}*/
.admin_msg .modal-header .close span {
    display: none;
}

.admin_msg .modal-header .close:hover {
    background-color: transparent;
}

.msg_details_panel .common_heading {
    font-size: 20px;
    margin: 0 0 15px 0;
    color: red;
}

.msg_details_panel .common_data {
    font-size: 14px;
    margin: 0 0 25px 0;
}

.adm_msg_pagination ul.pagination {
    margin: 0;
    padding: 25px 0 20px;
    display: flex;
    border-bottom: 0px solid #b9b9b9;
    text-align: center;
    border-radius: 0;
    justify-content: center;
    align-items: center;
}

.adm_msg_pagination ul.pagination li {
    display: flex;
    justify-content: center;
    align-items: center;
}

.adm_msg_pagination ul.pagination li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
}

.adm_msg_pagination ul.pagination li:hover a,
.adm_msg_pagination ul.pagination li.active a {
    color: #dc0a0a;
    border-color: #dc0a0a;
    text-decoration: none;
    background-color: #f1f1f1;
}

.admin_table_msg tbody tr.unread {
    background-color: #e0e3ed;
}

.loadmoreMsg {
    display: block;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.loadmoreMsg .shadowBtn {
    font-size: 16px;
    line-height: 22px;
    padding: 6px 16px 8px 16px;
    min-width: 162px;
}

.unreadAdminMsgPopup .cls {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    overflow: hidden;
}

.wlcmCont .close,
.unreadAdminMsgPopup .cls .close {
    display: block;
    background: url(../images/close.svg) no-repeat left 17px bottom 17px;
    background-size: 13px auto;
    background-color: #e56162;
    width: 70px;
    height: 70px;
    border-radius: 100px;
    opacity: 1;
    top: -30px;
    right: -30px;
    position: absolute;
}

.unreadAdminMsgPopup .cls {
    border-radius: 0 .3rem 0 0;
}

.unreadAdminMsgPopup .cls .close {
    background: url(../images/close.svg) no-repeat left 17px bottom 17px;
    background-size: 13px auto;
    background-color: #eb1d1d;
}

.unreadAdminMsgPopup .modal-dialog {
    max-width: 400px;
}

.unreadAdminMsgPopup .modal-body {
    display: block;
    padding: 32px 30px;
}

.unreadAdminMsgPopup h2 {
    display: block;
    color: #dc0a0a;
    font-size: 44px;
    line-height: 48px;
    font-weight: 500;
    margin: 0 0 24px 0;
    text-align: center;
}

.unreadAdminMsgPopup p {
    display: block;
    color: #000;
    font-size: 17px;
    line-height: 28px;
    font-weight: 500;
    margin: 0 0 16px 0;
}

.unreadAdminMsgPopup h3 {
    display: block;
    color: #212121;
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    margin: 0 0 18px 0;
}

.unreadAdminMsgPopup .buttonset {
    margin: 24px 0 0 0;
}

.unreadAdminMsgPopup .buttonset .shadowBtn {
    width: 306px;
    max-width: 100%;
}

.unreadAdminMsgPopup .modal-content {
    background-color: #d4d5da;
}

.admin_table_msg tbody tr td:before {
    content: attr(data-th)":";
    color: #777;
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
    margin: 0;
    display: none;
    min-width: 150px;
}

.cls_wrap {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    overflow: hidden;
}

.cls_wrap .close_swrap {
    background-color: #cd0000;
    width: 70px;
    height: 70px;
    border: none;
    outline: none;
    border-radius: 50%;
    position: absolute;
    top: -30px;
    bottom: 0;

}

.cls_wrap .close_swrap span {
    background: url(../images/close.svg) no-repeat;
    background-size: 13px auto;
    position: absolute;
    bottom: 13px;
    left: 16px;
    z-index: 300;
    background-color: transparent;
    width: 15px;
    height: 15px;
}

.text-center td {
    text-align: center !important;
}

/*********120121*********/
/*********120121*********/
.tab_pack {
    color: #333;
    margin: 0 0 22px 0;
    padding: 0;
    position: relative;
    max-width: 474px;
}

.tabpak_inner {
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    background-image: linear-gradient(to bottom, #ffffff, #fbfbfd, #f5f7fb, #eff4f9, #e8f1f6);
    border-radius: 6px;
    margin: 0 0 22px 0;
    font-size: 0px;
    position: relative;
    overflow: hidden;
    max-width: 474px;
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
    padding: 25px;
    z-index: 0;
}

.tabpak_inner::after {
    position: absolute;
    content: '';
    width: 120px;
    height: 118px;
    background-image: url(../images/special_offer.png);
    top: 0;
    left: 50%;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

.tabpak_inner .left_pan {
    width: 60%;
}

.tabpak_inner .right_pan {
    width: 40%;
    padding: 10px 0;
}

.tabpak_inner .left_pan .ht {
    display: block;
    color: #c2394d;
    font-size: 30px;
    line-height: 36px;
    font-weight: 500;
}

.tabpak_inner .left_pan .ofrscont {
    display: block;
    margin: 8px 0 0 0;
    padding: 0 0 0 0px;
    position: relative;
    color: #010101;
    font-size: 15px;
    line-height: 22px;
}

.amt_val {
    display: block;
    color: #c2394d;
    font-size: 28px;
    text-align: right;
    font-weight: 600;
}

.amt_val span {
    display: block;
    text-align: right;
    font-size: 14px;
    font-weight: 500;
    margin: 5px 0 10px 0;
}

.tmt_amrg {
    font-size: 19px;
    font-weight: 700;
    text-align: right;
    margin: 38px 0 0 0;
}

/*********** 13 01 21 **************/
.ful_v {
    font-size: 18px;
    font-weight: 700;
    margin: 15px 0;
}

.packageListCont .tab_pack input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    opacity: 0;
    cursor: pointer;
}

.packageListCont .tab_pack .c-ico {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    border: 1px solid #fff;
    width: 16px;
    height: 16px;
    z-index: 3;
}

.packageListCont .tab_pack .c-ico:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: 400ms;
}

.packageListCont .tab_pack input:checked+.c-ico:after {
    visibility: visible;
    opacity: 1;
}

.card-logo {
    display: flex;
    float: left;
}

.card-logo img {
    display: block;
    float: left;
    width: auto;
    max-height: 34px;
}

.card-logo img:not(:first-child) {
    margin: 0 0 0 16px;
}

.txt-operated {
    display: block;
    position: relative;
    float: left;
}

.feature-back-btn {
    margin-top: 5px !important;
}

.sexInterestsSrch h2 .cls svg path {
    fill: #ffffff;
}


/* no data section */

.noDataHeading {
    text-align: center;
    color: #686868;
}

.noDataText {
    color: #686868;
    padding: 8px 0 20px 0;
}

.noDataBtn {
    /* background: #ff2e93; */
    color: #ffffff;
    border: none;
    width: auto;
    height: 50px;
    border-radius: 5px;
    font-weight: 600;
    padding: 0 20px;
}

.noDataImageWrap {
    background-image: url('../images/background-heart.png');
    background-size: contain;
    background-repeat: no-repeat;
    padding: 35px 0;
    background-position: center;
    margin-top: 250px;
}

.nodataIcon {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: #ff2e93; */
    margin: 0 auto 20px;
}

.nodataIcon>i {
    font-size: 30px;
    color: #ffffff;
}

/* 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;
}

.thumbnails-slider .owl-item {
    padding: 5px 7px;
    max-width: 108px;
}

.thumbnails-slider .owl-item a>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.chatUserName {
    color: #fff;
}

.chatUserName:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}

/* 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 credit button  */

.upgradeButton {
    width: auto;
    padding: 10px 30px;
    /* background-color: greenyellow; */
    border-radius: 10px;
    border: none;
    margin: 0px 10px 0 0;
    color: white;
}

button:focus {
    outline: none;
}

/* new credit button  */

.chooseCredit:hover .bdy .btn,
.upgradeButton:hover {
    opacity: 0.8;
}

.blank_message_section {
    width: 40%;
    margin: auto;
    height: auto;
    padding: 20px 0;
}

.msgSndBtn.cursorPointer {
    background-color: #fff;
}

.activitybox ul li a {
    height: 45px;
}

.visibility-hidden {
    visibility: hidden;
}

.padding_top_55 {
    padding-top: 55px;
}

/* ============================= 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(255, 255, 255);
    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;
}

.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 ============================= */
/* ============================= start: cm8-feed-page-bottom-sugg ============================= */
.cm8-feed-page-bottom-sugg{
    background: #000d2f;
    padding: 40px 0;
    overflow: hidden;
}
.cm8-feed-page-bottom-sugg-container{
    width: 100%;
    max-width: calc(1050px + 30px);
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
.cm8-feed-page-bottom-sugg-box-lists{
    display: flex;
    flex-wrap: wrap;
    margin: -30px;
}
.cm8-feed-page-bottom-sugg-box-lists li{
    width: 100%;
    max-width: 33.33%;
    padding: 30px;
}
.cm8-feed-page-bottom-sugg-box-lists .cm8-feed-page-bottom-sugg-box{
    height: auto;
}
.cm8-feed-page-bottom-sugg-box-lists .cm8-feed-page-bottom-sugg-box a{
    display: block;
    width: 100%;
    height: 100%;
}
.cm8-feed-page-bottom-sugg-box-lists .cm8-feed-page-bottom-sugg-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: auto;
}
/* ============================= end: cm8-feed-page-bottom-sugg ============================= */

.headerNav .partners-site {
    display: none !important;
}

.headerNav .sidebarLeft{
    min-height: auto !important;
}
.camLink{
    width: auto;
    padding: 10px;
    /* background-color: greenyellow; */
    border-radius: 25px;
    border: none;
    margin:0 10px 0 0;
  }


    /* ============================ 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;
  }
  /* ============================ end: earn page design ================================== */

  /* ================== new messagebox style ============================= */

 .messageChatBody ul li .msgTxt p{
    color: #fff;
 }
 .messageChatBody ul li.me .msgTxt p{
    color: #000;
 } 
 
 .messageChatBody ul li .msgTxt a , .chatTxtLi .chatTxt a ,  .chatTxtLi .chatTxt ol ,  .chatTxtLi .chatTxt ul{
    color: #fff !important;
 }
 .messageChatBody ul li.me .msgTxt a , .chatTxtLi.me .chatTxt a , .chatTxtLi.me .chatTxt ol , .chatTxtLi.me .chatTxt ul{
    color: #000 !important;
 }
 
 .messageChatBody ul li .msgTxt a , .messageChatBody ul li.me .msgTxt a , .chatTxtLi .chatTxt a ,.chatTxtLi.me .chatTxt a{
    text-decoration: underline;
    text-underline-offset: 2px;
 }
 .messageChatBody ul li .msgTxt a:hover, .messageChatBody ul li.me .msgTxt a:hover , .chatTxtLi .chatTxt a:hover ,.chatTxtLi.me .chatTxt a:hover{
    text-decoration: none;
 }
 /* .messageChatBody ul li .msgTxt a img , .messageChatBody ul li.me .msgTxt a img{
    width: 250px !important;
    height: 80px !important;
 } */
 
 .max_width_message_img img{
    max-width: 250px;
    height: auto !important;
 }
 .max_height_message_img img   {
    max-height: 250px;
    width: auto !important;
 }
 
 .popup_max_width_message_img img{
    max-width: 180px;
    height: auto !important;
 }
 .popup_max_height_message_img img   {
    max-height: 180px;
    width: auto !important ;
 }
 .chatTxtLi .chatTxt ol ,  .chatTxtLi .chatTxt ul{
    width: 100% !important;
 }
  .chatTxtLi .chatTxt ol,.messageChatBody ul li .msgTxt ol {
    margin: 0 !important;
    padding: 8px 0 0 16px !important;
    list-style: auto !important;
    white-space: normal !important;
 }
 .chatTxtLi .chatTxt ol li,.messageChatBody ul li .msgTxt ol li {
    margin: 0 !important;
    padding: 0 !important;
    min-height: unset !important;
    display: list-item !important;
    white-space: normal !important;
    list-style: auto !important;
 }
 .chatTxtLi .chatTxt ul,.messageChatBody ul li .msgTxt ul {
    margin: 0 !important;
    padding: 8px 0 0 0 !important;
    white-space: normal !important;
 
 }
 .chatTxtLi .chatTxt ul li,.messageChatBody ul li .msgTxt ul li {
    margin: 0 !important;
    padding: 0 !important;
    white-space: normal !important;
    position: relative;
    min-height: unset !important;
 }
 .chatTxtLi .chatTxt ul li::before,.messageChatBody ul li .msgTxt ul li::before {
    content: "\2022";
    display: inline-block;
    white-space: nowrap;
    width: 1.2em;
 }
 
 .messageChatBody ul li .msgTxt .message-text p img , .chatTxtLi .chatTxt .message-text p img{
    width: auto !important;
    height: auto !important;
 }
 
  /* ================== new messagebox style ============================= */



/* feature link  */

/* ==================== feature-link ============== */

.feature-city-banner{
    background-repeat: no-repeat;
    height: 100px;
    background-size: cover;
    overflow: hidden;
 }
 .feature-city-banner-content{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 25px;
 }
 .feature-city-banner-text{
    display: flex;
    margin-right: auto;
    align-items: center;
    max-width: 760px;
    width: 100%;
    margin-top: 25px;
 }
 
 .feature-city-banner-text h2{
    text-transform: uppercase;
    color: #fff;
    font-size: 30px;
    line-height: 27px;
 }
 .feature-city-banner-text button{
    background: #000000;
    border: 0px;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    padding: 8px 10px;
    margin: 0px;
    max-width: 160px;
    width: 100%;
    margin-left: 30px;
 }
 .feature-city-banner-text button:hover{
    background: #2d2d2d;
 }
 .feature-city-banner-text a {
    background: #000000;
    border: 0px;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    padding: 9px 10px 10px;
    margin: 0px;
    max-width: 160px;
    width: 100%;
    margin-left: 30px;
    text-align: center;
    display: inline-block;
 }
 .feature-city-banner-text a:hover{
    background: #2d2d2d;
    text-decoration: none;
 }
 .feature-city-banner-content img{
    margin-right: auto;
 }
 .feature-city-banner-bottom-add{
    padding: 22px 0 30px;
    display: flex;
    justify-content: center;
 }
 .feature-city-main-title{
    text-align: center;
    position: relative;
    padding-bottom: 60px;
 }
 
 .feature-city-main-title h1{
    font-size: 25px;
    text-align: center;
    padding-bottom: 0px;
    font-weight: 900;
 }
 .feature-city-main-title p{
    text-align: center;
 }
 .feature-city-readmore{
    background: #2c2c2c;
    border: 0px;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    padding: 9px 10px;
    max-width: 200px;
    width: 100%;
    margin: 0 auto 10px;
    box-shadow: 0px 2px 6px rgba(0,0,0,0.5);
    display: inline-block;
    text-align: center;
 }
 .feature-city-readmore:hover{
    background: #505050;
     text-decoration: none;
     color: #fff;
 }
 .feature-city-main-title p{
    color: #616161;
    font-size: 15px;
    text-align: center;
    margin: 0px;
    /* padding-bottom: 30px; */
 }
 .feature-city-main-title p:last-child {
    padding-bottom: 0;
 }
 
 .feature-city-white-bg{
    background: #fff;
 }
 .someof-ourmember-gellery h2{
    text-align: left;
    padding-bottom: 17px;
    font-size: 25px;
    color: #000;
    padding-left: 6px;
    font-weight: 800;
 }
 #feature-city-text-more {display: none;}
 
 .someof-ourmember-area{
    display: flex;
 }
 .feature-main-describtion{
    padding-bottom: 0px;
 }
 .someof-ourmember-gellery{
    flex:1;
    padding-right: 14px;
 }
 .feature-city-right-sideber{
    max-width: 300px;
    width: 100%;
    margin-top: 17px;
 }
 .feature-city-Dating-lists h3{
    color: #3d3d3d;
    font-size:16px;
 }
 .feature-city-Dating-lists{
    padding: 15px 0;
 }
 .feature-city-Dating-lists p{
    font-size: 14px;
    padding-bottom: 5px;
 }
 .feature-city-right-sideber h3{
    padding-bottom: 15px;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    text-align: center;
    color: #3d3d3d;
    font-weight: 600;
 }
 .feature-city-Dating-lists h3{
    padding-bottom: 9px;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
 }
 .feature-city-Dating-list li a{
   display: flex;
   border-bottom: 1px dashed #6e6e6e;
   padding: 7px 0px;
 }
 .feature-city-Dating-list li a img{
    width: 12px;
    margin-right: 10px;
 }
 .feature-city-Dating-list li a h4{
    flex:1;
    color:#d41920;
    font-size: 12px;
 }
 .feature-city-Dating-list li a:hover,
 .feature-city-Dating-list li a.active{
    text-decoration: none;
    background: #f3f3f3;
 }
 .feature-city-Dating-list{
    margin-bottom: 30px;
 }
 .feature-city-Dating-lists button{
    text-align: center;
    margin: 0 auto 25px;
    display: block;
 }
 .feature-city-Dating-lists a{
  /*  text-align: center;
    margin: 0 auto 25px;*/
    display: block;
 }
 .feature-city-bottom-banner{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
    height: auto;
 }
 .feature-city-bottom-banner .feature-city-banner-content img{
    width: auto;
    margin-right: auto;
 }
 .feature-white-shadow{
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    padding-top: 60px;
    padding-bottom: 9px;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
 }
 .some-memberadd{
    text-align: center;
    padding: 20px 0;
 }
 .some-memberadd img{
    margin: 0 auto;
 }
 .viewMore-btn button{
    text-align: center;
    margin: 0 auto 25px;
    display: block;
    background: #d41920;
 }
 .viewMore-btn a{
    text-align: center;
    margin: 0 auto 25px;
    display: block;
  /*  background: #d41920;*/
 }
 
 .profileBoxes.feature-profile .rw .colm {
    min-width: 244px;
    width: 20%;
 }
 
 .feature-readmore-less-container {
    position: relative;
    max-width: 1130px;
    margin: auto;
    margin-top: 28px;
    padding-bottom: 69px;
    text-align: center;    
    font-size: 16px;
    line-height: 27px;
    height: auto;
    overflow: hidden;
    min-height: 500px;
 }
 .feature-readmore-less-container.open{
    height: auto;
 }
 .feature-readmore-less-container .readmore-btn {
    border: none;
    background: #d41a1f;
    display: block;
    width: 100%;
    max-width: 196px;
    margin: auto;
    font-size: 19px;
    padding: 9px 10px;
    margin-top: 27px;
    color: #fff;
 }
 
 .colm a.remove-under-line{
    text-decoration: none;
 }
 .feature-readmore-less-container h2{
  font-size: 20px;
 }
 
 .langing-page-bg {position: absolute;top: 0;right: 0;bottom: 0;left: 0;background-size: cover;background-position: center center;z-index: 0;}
 .bg-blur {filter: blur(8px);-webkit-filter: blur(8px);}
 .sticky-image {display: none;margin-top: -10px;margin-bottom: -10px;margin-left: -10px;height: 45px;margin-right: 10px;border-radius: 5px;}
 
 
 
 .padding-20{
    padding: 20px;
 }
 
 .f-link h4{
    padding: 15px 0;
    font-size: 19px !important;
    font-weight: 600 !important;
 }
 .f-link a {
    color: #000;
    line-height: 25px;
 }
 .f-link a:hover {
    text-decoration: none;
 }
 
 /* .feature-readmore-less-container img{
    width: 100% !important;
 } */
 
 .ul-ol-default ol {
    margin: 0 !important;
    padding: 15px 0 0 25px !important;
    list-style: auto !important;
    display: flex;
    flex-direction: column;
    align-items: center;
 }
 
 .ul-ol-default ol li {
    list-style: auto !important;
 }
 
 .ul-ol-default ul {
    margin: 0 !important;
    padding: 15px 0 0 10px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
 }
 .ul-ol-default ul li:before {
    content: "\2022";
    display: inline-block;
    white-space: nowrap;
    width: 1.2em;
 }
 
 .articleSection.articleSection-search-content.feature-page {
    padding: 25px 50px;
}
.cmsBanner.not_login.innerWrapper{
    padding: 0 !important;
}
.cmsBanner.not_login .articleSection{
    padding: 8px 18px 12px !important;
}
.cmsBanner.not_login{
    padding: 100px 0 0 0;
}
.not_login.innerWrapper{
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}
 .right_menu .f-link a{
    color: #000 !important;
 }
 
 /* feature link  */
 
 /* box banner  */
 .boxBanner,.boxBanner a,.boxBanner img{
    height: 363px ;
    width: 100% !important;
 }
 
 /* box banner  */

 /* 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;
}
  
  /* new faq css  */



.ui-growl{
    z-index: 9999 !important;
}


/* new coin design */

.pill_header{
    background:#000;
    color: #fff;
    height: 30px;
    width: auto;
    padding: 3px 5px;
    border-radius: 15px;
    text-align: center;
    text-transform: uppercase;
}

/* new coin design */

.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;
}

.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;
}

.newModalButton{
    padding: 5px 50px !important;
  }

  .backButtonHolder{
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: relative;
    right: 0;
    top: 0;
    display: block;
    float: right;
    padding: 5px 5px 0 0;
}

.myPhotosCont .backButtonHolder{
    margin: 6px;
}

.mainContentWrap .backButtonHolder{
    padding: 2.5px 0 0 0 ;
    margin-left: 15px
}

.header_part .backButtonHolder{
    margin-top: -65px;
}

.custom-rarn-free-coins-section-s1-head .backButtonHolder{
    padding: 0 !important;
}

.messageContainer .backButtonHolder{
    padding: 6px 5px 0 0 !important;
}

.custom-rarn-free-coins-section-s1-wrapper img {
    max-width: 60%;
    margin: 0 !important;
}

 /* new animation */
 
 .addDrawDown{
    animation-name: draw_down;
    animation-duration: 1s;
  }
  
  @keyframes draw_down {
    from {top: -75px;}
    to {top:0px;}
  }
  
  /* new animation */

#logout_modal, #locked_profiles, #reportModal{
    margin-top: 30vh;
}

.blurred_box{
    filter: blur(4px);
}

.blurred_box_img{
    filter: blur(9px);
}

.blurred_box_overlay{
    position: absolute;
    width: 100%;
    height: 380px;
    background: transparent;
    z-index: 8;
}
.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;
}
.footerLogosec.mobile{
    display: none;
}

/* footer  */

.free-img {
    float: left;
    padding: 22px 0px;
}
.removeUnderLine{
    text-decoration: none;
}
.footerLogosec .card-logo img{
    height: 25px;
    width: 40px;
}

.mobile_logosec{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    /* margin-top: -30px; */
}
.logo_sec{
    width: 100%;
    display: flex;
    align-items: center;
}


/* footer  */

.popup_ad{
    width: 98vw !important;
    height: 96vh !important;
    margin-top: 2vh !important;
    margin: auto;
    overflow-y: hidden !important;
    padding-right: 0px !important;
    /* animation-duration: 10s !important; */
}

.popup_ad .modal-dialog{
    height: 100% !important;
    width: 100% !important;
    max-width: max-content !important;
    margin-top: 0 !important;
}

.popup_ad .modal-dialog .modal-body{
    width: 96vw !important;
    height: 96vh !important;
    padding: 0 !important;
}

.cls_popup_banner{
    position: absolute;
    top: 0;
    right: 0;
    height: 25px;
    width: 25px;
    font-size: 18px;
    padding: 5px;
    background-color: #999999;
    z-index: 100000;
    color: #fff;
    opacity: 0.7;
}

/* footer text block */

.upper_footer{
    height: auto;
    padding: 5px 0 15px 0;
    text-align: center;
}
.upper_footer_container p{

}
.upper_footer_container{
    margin: auto;
    padding-top: 12px;
    max-width: calc(100vw - 200px);
    display: inline-block;
    text-align: left;
}
.upper_footer_container h4{
    position: absolute;
    margin-top: -2px;
    padding: 0 5px;
    margin-left: 10px;
    font-size: 8px !important;
}
.upper_footer_text_container{
    padding: 20px;
    /* border: 2px solid red !important; */
}
.upper_footer_text_container a:hover{
    text-decoration: none !important;
}

/* footer text block */

.subscription_expire_popup , #connection , #connection_check{
    margin-top: 30vh;
}

#connection{
    z-index: 9999;
}

.disabled{
    color: gray;
}
.grayScale{
    filter: grayscale(1);
}
.alert-light{
    border-color: transparent !important;
}

#vipMemberPopup{
    margin-top: 30vh;
}

#vipMemberPopup .close {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 32px;
    height: 32px;
    opacity: 1;
}
#vipMemberPopup .close:hover {
    opacity: 1;
}
#vipMemberPopup .close:before, #vipMemberPopup .close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 1px;
    background-color: rgba(68, 68, 68, 0.932);
}
#vipMemberPopup .close:before {
    transform: rotate(45deg);
}
#vipMemberPopup .close:after {
    transform: rotate(-45deg);
}

.creditheadList .listTxt{
    display: flex;
    align-items: center;
    padding: 4px 0 0 0 !important;
}

.creditheadList .listTxt svg{
    margin-right: 12px;
}
.secureSec ul {
    margin-left: -30px;
}
.encrypt_svg{
    position: absolute;
    margin: -34px 0 0 -10px !important;
}

/* 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: #B21808; */
    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: brown;
    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;
} */

/* update vip popup design */

.tickIcon{
    padding-top: 2px;
}


.gftModal .profileboxTab a{
    cursor: pointer;
    background: #fff !important;
}
.gftModal .profileboxTab{ 
    background: #fff !important;
}
.gftModal .profileboxTab li a:before{
    border-left: 14px solid #fff !important;
}

.fictive_block{
    width: 800px;
    margin: auto;
    height: auto;
    font-size: 10px;
    padding-top: 20px;
    text-justify:inter-word;
    line-height: 12px;
}

.footerRow_p-20{
    padding-bottom: 20px !important;

}