@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900|Oxygen:300,400,700');
/* @import url('https://fonts.googleapis.com/css?family=Raleway:800'); */
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500|Raleway:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i');

/* font-family: 'Oxygen', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Lato', sans-serif; 
font-family: 'Oswald', sans-serif;
font-family: 'Raleway', sans-serif; */
body {
    overflow-x: 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: #ffffff;
    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;
    color:#f1f1f1;
}

img {
    max-width: 100%;
    border: none;
    padding: 0;
    margin: 0;
    outline: none;
    display: block;
    margin: auto;
}

*,
: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;
    position: relative;
}

.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;
    font-family: inherit;
}

/* .btn-danger,
.btn-danger:focus {
    background-color: #e21c3f;
}

.btn-danger:hover,
.btn-danger:active {
    background-color: #ff3952;
}

.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-dark,
.btn-dark:focus {
    background-color: #34343d;
}

.btn-dark:hover,
.btn-dark:active {
    background-color: #55555f !important;
}

.btn-light,
.btn-light:focus {
    background-color: #f0f0f2;
    color: #e21c3f;
}

.btn-light:hover,
.btn-light:active {
    background-color: #ffebee;
    color: #e21c3f;
}

.btn-default,
.btn-default:focus {
    background-color: #c1c1c1;
    color: #222;
}

.btn-default:hover,
.btn-default:active {
    background-color: #d6d6d6;
    color: #222;
}

.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:40px; font-size:20px; line-height:24px;} */

.btn img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px 0 0;
    position: relative;
    top: -2px;
    max-height: 17px;
}

.btn .far,
.btn .fas {
    margin: 0 6px 0 0;
}

.btn-xl {
    padding: 8px 18px;
    font-size: 19px;
    font-weight: 400;
    line-height: 33px;
    min-width: 160px;
}

.btn-lg {
    padding: 13px 16px;
    font-weight: 500;
    line-height: 30px;
    font-size: 24px;
    min-width: 160px;
}

.btn-xs {
    font-size: 13px;
    font-weight: 400;
}

.btn-sm {
    font-size: 13px !important;
    font-weight: 300;
    padding: 4px 16px 4px 16px;
}

.btn-md {
    font-size: 20px !important;
    line-height: 26px;
    min-height: 40px;
    font-weight: 400;
    padding: 6px 14px;
}

.btn.radius-sm {
    border-radius: 4px !important;
}

.form-group {
    margin-bottom: 6px;
}

.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,
.form-group .col-1,
.form-group .col-2,
.form-group .col-3,
.form-group .col-4,
.form-group .col-5,
.form-group .col-6,
.form-group .col-7,
.form-group .col-8,
.form-group .col-9,
.form-group .col-10,
.form-group .col-11,
.form-group .col-12 {
    padding: 0 6px;
}

.form-control,
.form-control:focus {
    height: 38px !important;
    border: none;
    background-color: #616161;
    border-radius: 0px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    box-shadow: none !important;
    outline: none !important;
    line-height: 38px !important;
    padding: 0 15px;
}

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: #fff;
}

.form-control::-moz-placeholder {
    color: #fff;
}

.form-control:-ms-input-placeholder {
    color: #fff;
}

.form-control:-moz-placeholder {
    color: #fff;
}


.editForm .form-control {
    border: 1px solid #dddddd;
    background-color: #f6f6f6;
    color: #000;
    border-radius: 4px;
}

.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 #dddddd;
    padding-right: 28px;
    color: #000;
    border-radius: 4px;
}

.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: 0px;
}

.editForm .form-group .genderList label {
    font-weight: 600;
    color: #000;
}

.registerformCont .form-control,
.registerformCont .form-control:focus,
.headerRight .form-control,
.logRegForm .form-control,
.headerRight .form-control:focus {
    height: 36px !important;
    border: 1px solid #b9b9b9;
    background-color: rgba(97, 97, 97, 0.6);
    border-radius: inherit;
    color: #fff;
    font-size: 14px;
}

.logRegForm select.form-control,
.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.png) no-repeat right 6px center;
    background-color: rgba(97, 97, 97, 0.6);
    padding-right: 28px;
    border: 1px solid #b9b9b9;
}

.registerformCont .form-control::-webkit-input-placeholder,
.headerRight .form-control::-webkit-input-placeholder {
    color: #fff;
}

.registerformCont .form-control::-moz-placeholder,
.headerRight .form-control::-moz-placeholder {
    color: #fff;
}

.registerformCont .form-control:-ms-input-placeholder,
.headerRight .form-control:-ms-input-placeholder {
    color: #fff;
}

.registerformCont .form-control:-moz-placeholder,
.headerRight .form-control:-moz-placeholder {
    color: #fff;
}

.formChk {
    display: inline-block;
    position: relative;
    padding: 0 0 0 28px;
    min-height: 24px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    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: 2px;
    left: 0;
    color: #e21c3f;
    font-size: 21px;
}

.formChk .ico:before {
    content: "\f0c8";
    font-family: "Font Awesome 5 Free";
    font-weight: 300;
}

/* .formChk input:checked + .ico{background-position:0 -20px;} */
.formChk input:checked+.ico:before {
    content: "\f14a";
    font-weight: 900;
}

.formChk a {
    color: #000;
    text-decoration: underline;
}

.formChk a:hover {
    text-decoration: none;
    color: #e21c3f;
}

.checkGroup {
    padding: 8px 0;
}


.bannerSection {
    width: 100%;
    display: block;
    position: relative;
}

.bannerMiddle {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}

/* .bannerheader {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 9px 0;
    z-index: 2;
    background: rgba(5, 4, 4, 0.32);
   
} */

.bannerheader {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 14px 0;
    z-index: 2;
}

.logo {
    display: block;
    float: left;
    padding: 4px 0 0 0;
    position: relative;
    font-size: 0px;
    line-height: 1px;
}

.logo a {
    display: inline-block;
}

.logo img,
.logo2 img {
    display: block;
    height: 75px;
    width: auto;
}

.front_page_logo img{
    height: 50px !important;
}

.headerRight {
    display: block;
    float: right;
    text-align: right;
    margin: 0;
}

/* .bannerheader .headerRight .btn{width:100%; font-size:17px !important; margin:2px 0 0 6px; padding:0 12px !important;} */
.bannerheader .headerRight .btn {
    min-width: 164px;
    font-size: 19px !important;
    margin: 0 0 0 10px;
}

.innerHeader .headerRight {
    /* margin: 2px 0 0 0; */
    margin: 0;
}

.headerRight .form-inline .form-control,
.headerRight .form-inline .btn {
    margin: 0 12px 4px 0;
    height: 32px !important;
    border: none !important;
    padding: 0 12px !important;
}

/* .headerRight .form-inline .btn{border-radius:100px !important;} */
.headerRight .form-inline .form-control

/*,
.logRegForm .form-group .form-control*/
    {
    width: 220px;
    height: 32px;
    color: #fff;
    background-color: #616161 !important;
    font-weight: 400;
}

/*.logRegForm .form-group .form-control{width:100%;}*/
.headerRight .form-inline textarea.form-control

/*,
.logRegForm .form-group textarea.form-control*/
    {
    height: 106px !important;
}

/* .headerRight .form-inline .form-control[placeholder],
.logRegForm .form-group .form-control[placeholder]{color:#7a7a7a !important;} */
.headerRight .form-inline .form-control::-moz-placeholder,
.logRegForm .form-group .form-control::-moz-placeholder {
    color: #fff !important;
    opacity: 1;
}

.headerRight .form-inline .form-control::-webkit-input-placeholder,
.logRegForm .form-group .form-control::-webkit-input-placeholder {
    color: #fff !important;
}

.headerRight .form-inline .form-control:last-child,
.headerRight .form-inline .btn:last-child {
    margin-right: 0;
}

.headerRight .form-inline .btns {
    width: 162px;
    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: #e21c3f;
    /* text-decoration:underline; */
}

.bannerarea {
    /*background:url(../images/home-banner.jpg) no-repeat top center;*/
    background-size: cover;
    min-height: 600px;
    position: relative;
    height: auto !important;
    min-height: calc(100vh - 0px);
}



.manWomenTop {
    display: block;
}

.manWomenTop img {
    display: none;
    width: 100%;
    height: auto;
}

.manWomenCounter {
    display: block;
    background-color: #e21c3f;
    padding: 0 0 5px 0;
    text-align: center;
    position: relative;
    width: 100%
}

.manWomenCounter:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    border-bottom: 74px solid #e21c3f;
    border-right: 100vw solid transparent;
    z-index: 2;
}

.manWomenCounter:after {
    content: "";
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    border-bottom: 86px solid rgba(255, 255, 255, 0.07);
    border-right: 114vw solid transparent;
    z-index: 1;
}

.manWomenCounter .countBox {
    display: inline-block;
    vertical-align: top;
    padding: 0 100px 0 0;
    position: relative;
    top: -14px;
    z-index: 2;
}

.manWomenCounter .countBox:last-child {
    padding: 0;
}

.manWomenCounter .countBox img {
    display: inline-block;
    vertical-align: middle;
}

.manWomenCounter .countBox .txt {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 28px;
    line-height: 34px;
    margin: 0 0 0 10px;
}

.bannerTxtSection {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 100%;
    padding: 134px 0 60px 0;
}

.bannerTxts {
    display: block;
    text-align: center;
    text-align: center;
}

.bannerTxts h2 {
    display: block;
    font-family: 'Raleway', sans-serif;
    color: #fff;
    font-size: 92px;
    line-height: 108px;
    font-weight: 800;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}

.bannerTxts p {
    display: block;
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    margin: 20px 0 0 0;
}

.bannerTxts .btn {
    margin: 40px 0 0 0;
    min-width: 276px;
}

.bannerarea .registerformCont {
    display: block;
    padding: 130px 0 90px 0;
}

.formBoxContainer {
    display: block;
    float: right;
    width: 392px;
    max-width: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    /* border: 1px solid #e21c3f; */
    padding: 24px;
    border-radius: 6px;
    position: relative;
}

.formBoxContainer h2 {
    display: block;
    color: #e21c3f;
    font-size: 29px;
    line-height: 35px;
    font-weight: 500;
    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: block;
    float: left;
    margin: 10px 0 0 0;
}

.headerNav {
    display: block;
    float: left;
    padding: 12px 0 0 0;
}

.headerNav ul {
    display: block;
    font-size: 0px;
}

.headerNav ul li {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    padding: 0 36px 0 0;
}

.headerNav ul li a {
    display: block;
    color: #ffffff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    text-align: center;
    padding: 0;
    font-family: inherit;
    position: relative;
}

.headerNav ul li a .m {
    display: block;
    margin: 10px 0 0 0;
}

.headerNav ul li a i {
    font-size: 16px;
}

.headerNav ul li a:hover,
.headerNav ul li a.sl {
    text-decoration: none;
    color: #e21c3f;
}


.findYourNaughty {
    display: block;
    background-color: #fff;
    padding: 63px 0;
}

.sectionTl {
    display: block;
    text-align: center;
    color: #727272;
    font-size: 38px;
    line-height: 44px;
    font-weight: 300;
    text-transform: uppercase;
    position: relative;
    margin: 0 0 50px 0;
}

.sectionTl span {
    color: #a2001d;
    position: relative;
    padding: 0 0 14px 0;
}

.sectionTl span:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #e21c3f;
}

.findYourNaughty p {
    display: block;
    color: #7f7f7f;
    font-size: 17px;
    line-height: 25px;
    font-weight: 400;
    text-align: center;
    margin: 16px 0 0 0;
}

.findYourNaughtySteps {
    display: block;
    padding: 36px 0 0 0;
}

.findYourNaughtySteps .rw {
    display: block;
    margin: 0 -30px;
    font-size: 0px;
}

.findYourNaughtySteps .rw .colm {
    display: inline-block;
    vertical-align: top;
    width: 33.333333%;
    padding: 0 30px;
    font-size: 14px;
}

.findYourNaughtySteps .stepsBox {
    display: block;
    position: relative;
    padding: 0 0 0 154px;
    min-height: 136px;
    text-align: left;
}

.findYourNaughtySteps .stepsBox .ico {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 136px;
    height: 136px;
    background-color: #e21c3f;
    border-radius: 200px;
}

.findYourNaughtySteps .stepsBox .ico img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.findYourNaughtySteps .stepsBox h3 {
    display: block;
    color: #353535;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    margin: 0 0 15px 0;
}

.findYourNaughtySteps .stepsBox p {
    display: block;
    color: #727272;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    margin: 0 0 14px 0;
    text-align: left;
}

.findYourNaughtySteps .stepsBox .more {
    display: inline-block;
    vertical-align: top;
    color: #e21c3f;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    text-decoration: underline;
}

.findYourNaughtySteps .stepsBox .more:hover {
    text-decoration: none;
}



.findNaughtyDates {
    display: block;
}

.dateStepsBody {
    display: block;
    background: url(../images/bkg-join-steps.jpg) no-repeat bottom center;
    background-size: 100% auto;
    background-color: #fff;
    padding: 50px 0 40px 0;
}

.findNaughtyDates h2 {
    display: block;
    color: #e21c3f;
    text-align: center;
    font-size: 40px;
    line-height: 44px;
    font-weight: 500;
    margin: 0 0 48px 0;
    padding: 0;
    position: relative;
}

.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: 0;
    max-width: 1002px;
    margin: 20px auto 0 auto;
}

.dateSteps .rw {
    display: flex;
    margin: 0 -42px;
    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-flex;
    vertical-align: top;
    width: 33.333333%;
    padding: 0 42px;
    text-align: center;
    margin: 0;
    position: relative;
}

.stepBox {
    display: block;
    max-width: 278px;
    margin: 0 auto;
    background: linear-gradient(rgba(255, 255, 255, 0.2) 10%, rgba(255, 255, 255, 1) 40%);
    padding: 22px;
    border-radius: 5px;
}

.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: 62px;
    height: auto;
    /* position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); */
}

.stepBox .details {
    display: block;
    padding: 0;
}

.stepBox .details .tl {
    display: block;
    color: #616161;
    font-size: 24px;
    line-height: 32px;
    margin: 10px 0 14px 0;
    font-weight: 500;
}

.stepBox .details p {
    display: block;
    color: #616161;
    font-size: 15px;
    line-height: 23px;
    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;
}

.dateStepsFooter {
    display: block;
    background: url(../images/bkg-join-steps-footer.png) no-repeat top center;
    background-size: auto 100%;
    background-color: #e21c3f;
    padding: 46px 0;
    text-align: center;
}

.dateStepsFooter .wrapper {
    max-width: 1022px;
}

.dateStepsFooter p {
    display: block;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    margin: 20px 0 0 0;
}

.dateStepsFooter p:first-child {
    margin: 0;
}

.dateStepsFooter .buttons {
    display: block;
    margin: 36px 0 0 0;
}

.dateStepsFooter .buttons .btn {
    min-width: 210px;
}


.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: #0c0c0d;
    text-align: center;
    /* padding: 42px 0 0 0; */
    position: relative;
}

.footer .topsec {
    display: block;
    padding: 20px 0 12px 0;
}

.footerLogosec {
    display: block;
    padding: 0;
    position: relative;
    margin: 8px 0 0 0;
}

.footerLogosec a {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
}

.footerLogosec a img {
    display: block;
    height: 34px;
    width: auto;
}

.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;
}

.footerRow .colm {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    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;
}

.footerNav {
    display: block;
    text-align: center;
    font-size: 0px;
    padding: 22px 0;
}

.footerNav li {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
    position: relative;
    margin: 5px 0;
}

.footerNav li:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    width: 1px;
    height: 15px;
    background-color: #fff;
}

.footerNav li:last-child:after {
    display: none;
}

.footerNav li a {
    display: block;
    color: #fff;
    font-size: 15px;
    line-height: 19px;
    font-weight: 400;
}

.siteLogo{
    display: block;
    position: absolute;
    width: 160px;
    height: 90px;
    margin: auto;
    padding: 10px 0 20px 0;
    right: 0;
    top: 12px;
}

.footerBottom {
    display: flex;
    background: url(../images/footer-line.png) no-repeat top center;
    background-size: 100% auto;
    padding: 12px 0 25px 0;
    overflow: hidden;
    position: relative;
    justify-content: center;
}

.footerBottom .rw {
    display: block;
    margin: 0 -16px;
    font-size: 0px;
}

.footerBottom .rw .colm {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding: 10px 16px;
    font-size: 14px;
}
.footerBottom .rw .colm.colm3{
    width: 75% !important;
}

.footerTxt,
.copyright {
    display: block;
    color: #fff;
    font-size: 11px;
    line-height: 19px;
    font-weight: 300;
}
.footerTxt{
    text-align: center;

}
.copyright{
    text-align: left;

}

.powerBy {
    display: block;
    text-align: right;
    color: #fff;
    font-size: 11px;
    line-height: 20px;
    font-weight: 300;
}

.powerBy img {
    display: inline-block;
    vertical-align: top;
    height: 18px;
    width: auto;
    margin: 0 6px 0 0;
}

.footerlinkList {
    display: block;
}

.footerlinkList li {
    display: block;
    color: #fff;
    font-size: 13px;
    line-height: 17px;
    font-weight: 400;
    margin: 0 0 6px 0;
}

.footerlinkList li a {
    display: inline-block;
    color: #fff;
}

.footerlinkList li a:hover {
    color: #f01531;
    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/home-banner.jpg); 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/home-banner.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: 485px;
    max-width: 100%;
    float: none;
    padding: 27px 40px;
    margin: 0 auto;
    position: relative;
    background-color: #fff;
    opacity: 0.76;
}

.logRegForm h2{
    margin-bottom: 10px;
}

.logRegForm.regForm {
    width: 828px;
    max-width: 100%;
}

.logRegForm.mmbrLog {
    padding-bottom: 0;
}

/*.logRegForm h2{display:block; color:#e21c3f; font-size:32px; line-height:38px; font-weight:600; margin:0 0 24px 0; padding:0; text-align:center;}*/
.logRegForm h2 .mmbr {
    display: block;
    float: right;
    color: #4a4a56;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    margin: 10px 0 0 0;
}

.logRegForm h2 .mmbr a {
    color: #e21c3f;
    text-decoration: underline;
    font-weight: 600;
}

.logRegForm h2 .mmbr a:hover {
    text-decoration: none;
}

.logRegForm .h_text {
    display: block;
    margin: 0 0 24px 0;
}

.logRegForm .h_text p {
    display: block;
    color: #343438;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    margin: 16px 0 0 0;
}

.logRegForm .h_text p:first-child {
    margin: 0;
}

.logRegForm .form-group {
    margin-bottom: 20px;
}

.signupTxt,
.frgtPass {
    display: block;
    text-align: center;
    color: #ffffff;
    font-size: 17px;
    line-height: 23px;
    font-weight: 300;
    padding: 2px 0 0 0;
    font-family: inherit;
}

.signupTxt a {
    color: #e21c3f;
    text-decoration: underline;
    font-weight: 600;
}

.frgtPass a {
    color: #e21c3f;
    text-decoration: none;
    font-weight: 600;
    font-family: inherit;
}

.signupTxt a:hover,
.frgtPass a:hover {
    color: #e21c3f;
    text-decoration: none;
}

.frgtPass {
    padding: 10px 0 24px 0;
}

.frgtPass:last-child {
    padding-bottom: 0;
}

.logRegForm .form-group label {
    font-weight: 500;
    color: #616161;
    font-size: 15px;
    line-height: 20px;
}

.logRegForm .btn {
    width: 260px;
    max-width: 100%;
}

.logRegForm .btn.btn-block {
    width: 100%;
    padding: 7px 10px;
    font-size: 20px;
    line-height: 26px;
    font-weight: normal;
    font-family: inherit;
}

.loginFooter {
    display: block;
    background-color: #3e3e46;
    padding: 18px 36px;
    margin: 14px -37px -1px -37px;
    border-radius: 0 0 12px 12px;
}

.loginFooter .frgtPass {
    margin: 0;
    color: #fff;
}

.loginFooter .frgtPass a {
    color: #fe7171;
}

.cmsBanner {
    padding: 100px 0 44px 0;
}

.cmsSection {
    display: block;
}

.cmsContainer {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    padding: 30px 38px;
    background-color: #f6f6f6;
    border-radius: 3px;
    box-shadow: 0 0 8px 1px rgba(76, 2, 2, 0.1);
}

.cmsContainer .postCardIco {
    display: block;
    float: right;
    margin: 20px 20px 12px 20px;
}

.cmsContainer h1 {
    display: block;
    color: #fff;
    font-size: 43px;
    line-height: 49px;
    font-weight: bold;
    margin: 20px 0 0 0;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(230, 230, 230, .3);
}

.cmsContainer h1:first-child {
    margin: 0;
}

.cmsContainer h2 {
    display: block;
    color: #f12d2d;
    font-size: 42px;
    line-height: 50px;
    font-weight: 500;
    margin: 20px 0 0 0;
}

.cmsContainer h2:first-child {
    margin: 0;
}

.cmsContainer p {
    display: block;
    color: #fff;
    font-size: 17px;
    line-height: 27px;
    font-weight: 300;
    margin: 14px 0 0 0;
}

.cmsContainer p:first-child {
    margin: 0;
}

.cmsContainer p a {
    color: #e21c3f;
    text-decoration: underline;
}

.cmsContainer p a:hover {
    color: #f12d2d;
    text-decoration: none;
}

.cmsContainer .icoTxt {
    display: block;
    color: #fff;
    font-size: 27px;
    line-height: 35px;
    font-weight: 300;
    margin: 20px 0 0 0;
    text-transform: inherit;
}

.cmsContainer .icoTxt i {
    margin: 0 8px 0 0;
    color: #34343d;
    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.confirmEmail h1{color:#616161; font-size:30px; line-height:34px; font-weight:500;}
.cmsContainer.confirmEmail .icoTxt{color:#616161; text-transform:inherit; font-weight:500;} */

.cmsContainer h5 {
    display: block;
    color: #616161;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    margin: 20px 0 0 0;
}

.cmsContainer h6 {
    display: block;
    color: #616161;
    font-size: 22px;
    line-height: 28px;
    font-weight: 400;
    margin: 20px 0 0 0;
    position: relative;
    padding: 0;
}

.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;
}

.txtPg.cmsContainer {
    padding: 46px 50px;
    margin-bottom: 70px;
    /* border: 1px solid #e21c3f; */
    background-color: rgba(0, 0, 0, .75);
}

.cmsContainer.txtPg h1 {
    color: #ffffff;
    font-size: 30px;
    line-height: 38px;
    font-weight: 400;
    border: 0 none;
    padding: 0 0 13px;
}

.cmsContainer.txtPg h2 {
    color: #ffffff;
    font-size: 27px;
    line-height: 34px;
    font-weight: 300;
}

.cmsContainer.txtPg h4 {
    display: block;
    color: #ffffff;
    font-size: 22px;
    line-height: 26px;
    font-weight: 300;
    margin: 16px 0 0 0;
}

.cmsContainer.txtPg p {
    display: block;
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
}

.cmsContainer.txtPg a {
    color: inherit;
}

.cmsContainer.txtPg h6,
.cmsContainer.txtPg h5 {
    color: #ffffff;
    font-weight: 300
}

.cmsContainer .getstart-info h6 {
    position: relative;
}

.cmsContainer .getstart-info h6 i {
    position: absolute;
    left: -18px;
    top: 4px;
}

.getstart-info {
    padding: 9px 18px 0;
}

.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: 19px;
    border-bottom: 1px solid rgba(230, 230, 230, .3);
    padding-bottom: 25px;
}

.confirmEmailPg .btn {
    font-size: 18px;
    padding: 10px 20px;
    width: 316px;
    max-width: 100%;
    font-family: inherit;
}

.confirmEmailPg .btn:hover {}

.confirmEmailPg .cmsContainer .bootomSec .btn {
    width: auto;
    text-transform: uppercase;
    font-family: inherit;
}

.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;
    margin-top: 9px;
}

.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: 20px 80px 40px;
    margin-bottom: 70px;
    border: 1px solid #e21c3f;
    background-color: rgba(0, 0, 0, .75);
}

.confirmEmailPg .cmsContainer .bootomSec {
    display: block;
    margin: 0;
    background-color: transparent;
    padding: 12px 0px;
    color: #fff;
    font-size: 22px;
    line-height: 28px;
    border-radius: 0 0 3px 3px;
    font-family: inherit;
    font-weight: 300;
}

.changeEmailForm {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-radius: 4px;
    padding: 20px;
    z-index: 3;
    margin-top: 2px
}

.changeEmailForm .editFormrow .tl {
    color: #000;
    font-size: 18px;
    line-height: 22px;
    line-height: 26px;
    margin: 0 0 10px 0;
}

.changeEmailForm .editFormrow .tl i {
    color: #e21c3f;
    font-size: 24px;
    line-height: 26px;
    margin-right: 6px;
    position: relative;
    top: 2px;
}

.changeEmailForm .editFormrow .form-control {
    background-color: #616161;
    color: #ffffff;
    font-size: 18px;
    border: none;
    height: 40px !important;
}

/* .changeEmailForm .editFormrow .form-control[placeholder]{color:#282828 !important;} */
.changeEmailForm .editFormrow .form-control::-moz-placeholder {
    color: #ffffff !important;
    opacity: 1;
}

.changeEmailForm .editFormrow .form-control::-webkit-input-placeholder {
    color: #ffffff !important;
}

.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: none;
    position: fixed;
    bottom: 0;
    right: 60px;
    width: 330px;
    max-width: 100%;
    z-index: 100;
}

.notyfiMsg {
    display: block;
    margin: 0 0 16px 0;
    background-color: #fff;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 14px 2px rgba(92, 92, 102, 0.3);
}

.notyfiMsg .imageBx {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 98px;
    height: 100%;
}

.notyfiMsg .imageBx .image {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 86px;
    height: 86px;
    border-radius: 3px;
    background-repeat: no-repeat !important;
    background-position: top center !important;
    background-size: cover !important;
}

.notyfiMsg .des {
    display: block;
    padding: 6px 26px 6px 106px;
    min-height: 98px;
}

.notyfiMsg .des .ms {
    display: block;
    color: #353131;
    font-size: 15px;
    line-height: 17px;
    font-weight: normal;
}

.notyfiMsg .des .usr {
    display: block;
    color: #e21c3f;
    font-size: 14px;
    line-height: 16px;
    font-weight: normal;
    margin: 8px 0 4px 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;
    font-family: inherit;
    border-radius: 4px !important;
}

.notyfiMsg .cls {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 26px;
    height: 28px;
    padding: 0;
    border-radius: 0 0px 0 100px;
    overflow: hidden;
    background-color: #e21c3f;
}

.notyfiMsg .cls:hover {
    background-color: #222;
}

.notyfiMsg .cls .ico {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/icon22.png) no-repeat -18px -167px;
    background-size: 56px auto;
    margin: 0;
    position: relative;
    left: 5px;
}

/* NOTIFICATION END */



/* Inner page */
.innerWrapper {
    display: block;
    max-width: 1348px;
    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%;
    height: 70px;
    padding: 6px 0;
    z-index: 2;
    background-color: #050404;
}

.inrHeadCont {
    /* display: block; */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
    min-height: 52px;
}

.headOnlineUser {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 360px;
    background-color: #393236;
    padding: 4px 120px 4px 66px;
    min-height: 52px;
    border-radius: 6px;
    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: table-cell;
    position: relative;
    color: #e21c3f;
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
    height: 44px;
    vertical-align: middle;
}

.headOnlineUser .onUserBx {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 162px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.headOnlineUser .photo {
    display: block;
    position: absolute;
    top: 50%;
    left: 8px;
    transform: translate(0, -50%);
    width: 42px;
    height: 42px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: top center !important;
    border: 1px solid #e21c3f;
    border-radius: 100px;
}

.headOnlineUser .btn {
    display: block;
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translate(0, -50%);
}

.shadowBtn,
.headerSearch .newButton {
    display: inline-block;
    vertical-align: top;
    color: #f1f1f1 !important;
    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%, #e21c3f 57%, #e21c3f 100%);
    background: -webkit-linear-gradient(top, #ef4848 0%, #ef4848 47%, #e21c3f 57%, #e21c3f 100%);
    background: linear-gradient(to bottom, #ef4848 0%, #ef4848 47%, #e21c3f 57%, #e21c3f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef4848', endColorstr='#e21c3f', 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;
}

.head-m-line,
.srchClose {
    display: none;
}

.headaddcredit {
    display: inline-block;
    vertical-align: middle;
    min-width: 104px;
    margin-right: 8px;
}

.notification {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 26px;
    line-height: 28px;
    margin: 0 8px 0 0;
    position: relative;
}

.notification .count {
    display: block;
    position: absolute;
    top: -7px;
    right: -7px;
    background-color: #e2413e;
    border: none;
    border-radius: 100px;
    min-width: 18px;
    height: 18px;
    color: #fff;
    font-size: 10px;
    line-height: 18px;
    text-align: center;
    /* border: 2px solid #e2e2e2; */
}

.notification a {
    color: #ffffff;
}

.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:9px; right:38px; position:absolute; content:" "; border-left:8px solid transparent; border-right:8px solid transparent; border-bottom:12px solid #4a4a56; border-width:9px; height:0; width:0;} */
.notification .notifybox .notifyboxCont {
    background: #fff;
    border: none;
    border-radius: 4px;
    box-shadow: 0 3px 10px 2px rgba(0, 0, 0, 0.6);
}

.notification .notifybox .notifyboxCont .tl,
.notification .notifybox .notifyboxCont .footr {
    display: block;
    background-color: #eaeaed;
    color: #e21c3f;
    font-size: 14px;
    line-height: 16px;
    padding: 13px 16px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    border-radius: 4px 4px 0 0;
}

.notification .notifybox .notifyboxCont .footr {
    border-radius: 0 0 4px 4px;
    color: #060606;
    font-size: 13px;
    font-weight: 600;
    text-transform: inherit;
}

.notification .notifybox .notifyboxCont .footr:hover {
    color: #fff;
    text-decoration: none;
    background-color: #e21c3f;
}

.notification .notifybox ul {
    display: block;
    padding: 0;
    margin: 0;
    max-height: 290px;
    overflow: auto;
}

.notification .notifybox li {
    border-bottom: 1px solid #dfdfdf;
    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;
}

.notification .notifybox li a .desc {
    display: table-cell;
    vertical-align: middle;
    color: #4a4a56;
    font-size: 15px;
    line-height: 19px;
    font-weight: 400;
    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: #4a4a56;
    font-size: 13px;
    line-height: 16px;
    font-weight: 500;
    margin: 0 0 4px 0;
}

.notification .notifybox li a .desc span:last-child {
    margin: 0;
}

.notification .notifybox li a:hover {
    color: #fff;
    text-decoration: none;
    background-image: linear-gradient(to right, rgba(240, 21, 49, 1), rgba(240, 21, 49, 0));
}

.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);
}


.loginUser {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    padding: 3px 32px 3px 4px;
    /* background: url(../images/user-bot-arrow.png) no-repeat right 4px center; */
    border-radius: 4px;
    -webkit-transition: 400ms;
    transition: 400ms;
    position: relative;
}
.loginUser .arrow{
    display: block;
    position: absolute;
    top: 50%;
    right: 4px;
    transform: translate(0,-50%);
    width: 11px;
    height: auto;
}

.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: #ffffff;
    font-size: 15px;
    line-height: 18px;
    font-weight: 300;
    max-width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 0 0 4px;
    position: relative;
    top: -2px;
    /*background: transparent url("../images/select-arrow-white.png") no-repeat right center;*/
}

.userDrop {
    background-color: #fff;
    padding: 0px 0;
    position: absolute;
    right: 0;
    top: -500px;
    z-index: 1000;
    width: 254px;
    border-radius: 6px;
    box-shadow: 0 3px 10px 2px rgba(0, 0, 0, 0.6);
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

.userDrop.on {
    top: 50px;
}

.userDrop li {
    line-height: 22px;
    border-bottom: 1px solid #dfdfdf;
    padding: 0px;
    text-align: left;
}

.userDrop li:first-child {
    border-radius: 6px 6px 0 0;
    overflow: hidden;
}

.userDrop li:last-child {
    border-bottom: 0px;
    border-radius: 0 0 6px 6px;
    overflow: hidden;
}

.userDrop li a {
    color: #4a4a56;
    padding: 10px 0;
    display: table;
    width: 100%;
    font-size: 15px;
    line-height: 19px;
    font-weight: 400;
    position: relative;
}

.userDrop li a .ico {
    display: table-cell;
    width: 62px;
    text-align: center;
    padding: 10px;
    vertical-align: middle;
}

.userDrop li a .ico img {
    display: inline-block;
    vertical-align: top;
}

.userDrop li a:hover .ico img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.userDrop li a .desk {
    display: table-cell;
    vertical-align: middle;
    color: #4a4a56;
    font-size: 15px;
    line-height: 19px;
    font-weight: 400;
    padding: 10px 10px 10px 0;
    min-height: 54px;
}

.userDrop li a:hover .desk {
    color: #ffffff;
}

.userDrop li a .desk span:last-child {
    margin: 0;
}

.userDrop li a i {
    font-size: 18px;
    position: absolute;
    top: 15px;
    left: 16px;
    color: #999a9f;
}

/* .userDrop:after{content:"";border-left: 10px solid transparent;border-right: 10px solid transparent;border-bottom: 14px solid #4a4a56;content:"";display:block;right: 2px;position:absolute;bottom:100%;margin: 0 0 -1px 0;} */
.innerLogo {
    display: block;
    float: left;
    width: auto;
    height: auto;
    text-align: center;
    margin: 7px 0 0 0;
}

.innerLogo a {
    display: inline-block;
    vertical-align: top;
}

.innerLogo a img {
    display: block;
    height: 50px;
    width: auto;
    max-width: 250px;
}

.userDrop li a:hover {
    text-decoration: none;
    color: #fff;
    background-image: linear-gradient(to right, rgba(240, 21, 49, 1), rgba(240, 21, 49, 0));
}

.userDrop li a:hover i {
    color: #fff;
}

.headerSearchBar {
    display: block;
    font-size: 0px;
    padding: 11px 0;
    position: relative;
}

.headerSearchBar * {
    font-size: 14px;
}

.headerSearchMain {
    display: block;
    position: relative;
    z-index: 999;
}

.headerSeaArea {
    display: block;
    position: relative;
}

.headerSearch {
    display: block;
    /* background-color: #242424; */
    padding: 0;
    text-align: center;
    background-image: url(../images/menu-member-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.headerSearch .line {
    display: inline-block;
    vertical-align: top;
    font-size: 23px;
    line-height: 16px;
    text-align: center;
    width: 22px;
    color: #fff;
    margin: 14px -4px 0;
    /*background-color: #000000;*/
    padding: 0 0 3px;
}

.headerSearch .tl {
    display: inline-block;
    color: #fff;
    font-size: 30px;
    line-height: 32px;
    vertical-align: middle;
    margin: 0 10px 0 0;
    width: auto;
    text-align: right;
    font-weight: 300;
}

.headerSearch .age,
.headerSearch .searchChklist,
.usernamefield {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0 6px;
}

.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.png) no-repeat right 3px center;
    background-color: #000000;
    width: 90px;
    border-radius: 4px;
    color: #ffffff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    padding: 4px 24px 4px 12px;
    border: none;
    height: 34px;
    margin: 6px 0;
}

.srchSelect::-ms-expand {
    display: none !important;
}

.srchSelect {
    width: 200px;
}

.headerSearch .age .srchSelect {
    width: 70px !important;
}

.headerSearch .locat {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px 0 0;
    width: 220px !important;
    position: relative;
}

.headerSearch .usernamefield {
    width: 180px;
}

.headerSearch .usernamefield input {
    text-align: left;
}

.headerSearch .srchInput {
    width: 100%;
    background-color: #000000;
    color: #ffffff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
}

.srchInput {
    display: inline-block;
    vertical-align: top;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    background-color: #fff;
    border-radius: 4px;
    border: none;
    padding: 4px 10px;
    margin: 6px 0;
    height: 34px;
}

/* .srchInput[placeholder]{color:#4c4e53 !important;} */
.srchInput::-moz-placeholder {
    color: #ffffff !important;
    opacity: 1;
}

.srchInput::-webkit-input-placeholder {
    color: #ffffff !important;
}

#search_location {
    border: 1px solid #000;
}

.headerSearch .locat .srchInput {
    margin: 6px 0;
    width: 100%;
    padding-left: 30px;
    background-color: #000000;
    font-size: 16px;
    line-height: 22;
    font-weight: 300;
}

.headerSearch .locat .fa,
.headerSearch .locat .fas {
    display: block;
    color: #c9797d;
    font-size: 16px;
    line-height: 30px;
    position: absolute;
    top: 8px;
    left: 10px;
}

.headerSearch .more {
    display: inline-block;
    vertical-align: middle;
    background-color: #000000;
    color: #ffffff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    padding: 6px 12px;
    border-radius: 4px;
    border: none;
    margin: 6px 6px;
    width: 180px;
}

.headerSearch .more .fa,
.headerSearch .more .fas {
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    margin-top: -2px;
}

.headerSearch .more:hover {
    text-decoration: none;
    color: #e21c3f;
}

.srchCheck {
    display: inline-block;
    vertical-align: middle;
    margin: 0 9px 0 0;
    position: relative;
    color: #fff;
    font-size: 16px;
    line-height: 19px;
    font-weight: 300;
    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 .btn {
    display: inline-block;
    vertical-align: top !important;
    width: 100px;
    height: 34px !important;
    font-size: 16px !important;
    line-height: 22px !important;
    font-weight: 400 !important;
    margin-top: 6px;
    margin-left: 6px;
    color: #ffffff;
    border: 0 none;
    border-radius: 6px !important;
    padding: 0;
    text-align: center;
    background: #e21c3f;
    position: relative;
    /* border-bottom: 3px solid #910015 !important; */
}

.headerSearch .search-btn {
    display: inline-block;
    vertical-align: top !important;
    width: 100px;
    height: 34px !important;
    font-size: 16px !important;
    line-height: 22px !important;
    font-weight: 400 !important;
    margin-top: 6px;
    margin-left: 6px;
    color: #ffffff;
    border: 0 none;
    border-radius: 6px !important;
    padding: 0;
    text-align: center;
    background: #e21c3f;
    position: relative;
    /* border-bottom: 3px solid #910015 !important; */
}


.headerSearch .btn i {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
}

/* .headerSearch .btn:hover {
    background: #f03153;
} */

.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: #ceeeff;
    /* background: url(../images/doodle_bcg.jpg) repeat; */
    /*padding-bottom: 57px;*/
}

.sidebarLeft {
    display: block;
    float: left;
    width: 254px;
    background-color: #f0f0f2;
    /* border-left:1px solid #cbcbcb; border-right:1px solid #cbcbcb; */
    padding: 12px;
}

.sidebarNav {
    display: block;
}

.sidebarNav li {
    display: block;
    border-bottom: 1px solid #f3bcbc;
}

.sidebarNav li a {
    display: block;
    color: #545353;
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
    padding: 13px 10px 12px 48px;
    position: relative;
    transition: 300ms;
}

.sidebarNav li a .far,
.sidebarNav li a .fas,
.sidebarNav li a .fab {
    display: block;
    color: #e21c3f;
    font-size: 17px;
    line-height: 22px;
    position: absolute;
    top: 11px;
    left: 16px;
}

.sidebarNav li a:hover,
.sidebarNav li a.sl {
    color: #fff;
    text-decoration: none;
    background-color: #e21c3f;
}

.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;
}

.sidebarNav li a .ico {
    display: block;
    position: absolute;
    top: 11px;
    left: 16px;
}

.sidebarNav li a .ico i {
    position: static;
}

.sidebarNav li a .ico .count {
    display: block;
    position: absolute;
    top: -6px;
    left: 100%;
    margin: 0 0 0 -10px;
    background-color: #171313;
    font-size: 11px;
    line-height: 17px;
    min-width: 17px;
    height: 17px;
    border-radius: 100px;
    color: #fff;
    text-align: center;
    padding: 0 2px;
}

.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: #e21c3f;
    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 img {
    display: inline-block;
    vertical-align: top;
    width: 200px;
}

.articleSection {
    display: block;
    padding: 18px 0 0 0;
}

.articleSection.top-0 {
    padding-top: 0;
}

.articleHead {
    display: block;
    color: #e21c3f;
    font-size: 22px;
    line-height: 26px;
    font-weight: 500;
    background-color: #efeff1;
    padding: 12px 16px;
    margin: 0 0 16px 0;
}

.articleHead .mmbr {
    display: block;
    float: right;
    color: #616161;
    font-size: 14px;
    line-height: 26px;
    font-weight: 500;
    position: relative;
}

.articleHead .mmbr img {
    display: block;
    position: absolute;
    bottom: -13px;
    right: 100%;
    margin: 0 12px 0 0;
}

.profileBoxes {
    display: block;
    padding: 0;
}

.profileBoxes .rw {
    display: block;
    margin: 0 -5px;
    font-size: 0px;
    text-align: center;
}

.profileBoxes .rw .colm {
    display: inline-block;
    vertical-align: top;
    width: 266px;
    /* max-width:20%; */
    padding: 0 5px 10px 5px;
    text-align: left;
}

.profileBox {
    display: block;
    background-color: #fff;
    padding: 6px;
    border: 1px solid #dedede;
    box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    overflow: hidden;
}

.profileBox .pic {
    display: block;
    border-radius: 6px;
    background-repeat: no-repeat !important;
    background-position: top center !important;
    background-size: cover !important;
    position: relative;
    overflow: hidden;
}

.profileBox .pic:before,
.profileBox .pic:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 14px;
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
    position: relative;
}

.profileBox .pic:after {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 14px;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
}

.profileBox .pic>img {
    display: block;
    width: 100%;
    height: auto;
}

.profileOverlay {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(30, 29, 29, 0.67);
    opacity: 0;
    transition: 500ms;
}

.profileBox:hover .profileOverlay {
    top: 0;
    opacity: 1;
}

.profileOverlay .area {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 16px 14px;
}

.profileOverlay .area .btns {
    display: block;
    margin: 16px 0 0 0;
}

.profileOverlay .area .btns .btn {
    width: 94px;
    font-weight: 600;
    padding: 5px 16px !important;
    min-height: 36px !important;
}

.profileOverlay .area .btns .btn:last-child {
    float: right;
}

.profileOverlay .area .nm {
    display: block;
    color: #fff;
    font-size: 22px;
    line-height: 26px;
    font-weight: 500;
}

.profileOverlay .area .nm a {
    display: inline-block;
    vertical-align: top;
    color: #fff;
}

.profileOverlay .area .nm span {
    font-weight: 300;
    font-size: 20px;
}

.profileOverlay .area .nm a:hover {
    text-decoration: none;
    color: #ff324c;
}

.profileOverlay .area .loc {
    display: block;
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    line-height: 18px;
    font-weight: 300;
    margin: 5px 0 0 0;
}

.profileOverlay .area .fet {
    display: block;
    text-align: center;
    font-size: 0px;
    margin: 16px 0 0 0;
}

.profileOverlay .area .fet a {
    display: inline-block;
    vertical-align: top;
    width: auto;
    min-width: 32px;
    height: 32px;
    border-radius: 100px;
    background-color: #fff;
    padding: 0;
    color: #000;
    font-size: 18px;
    line-height: 32px;
    font-weight: 600;
}

.profileOverlay .area .fet a i {
    display: inline-block;
    vertical-align: top;
    color: #41413d;
    font-size: 16px;
    line-height: 32px;
}

.profileOverlay .area .fet a:first-child i {
    margin: 0 0 0 4px;
}

.profileOverlay .area .fet a:first-child {
    float: left;
    padding: 0 8px;
    min-width: 60px;
}

.profileOverlay .area .fet a:last-child {
    float: right;
}

.profileOverlay .area .fet a:hover {
    color: #fff;
    background-color: #e21c3f;
    text-decoration: none;
}

.profileOverlay .area .fet a:hover i {
    color: #fff;
}

.profileOverlay .area .fet a.sl {
    color: #e21c3f;
    background-color: #fff;
}

.profileOverlay .area .fet a.sl i {
    color: #e21c3f;
}


.profileBox .picboxCont {
    display: block;
    position: relative;
}

.profileBox .picboxCont .fav {
    display: block;
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: #fff;
    width: 24px;
    height: 24px;
    color: #e21c3f;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    border-radius: 100px;
    /*  border:1px solid #d5d5d5; */
}

.profileBox .picboxCont .fav:hover,
.profileBox .picboxCont .fav.sl {
    background-color: #e21c3f;
    color: #fff;
    border-color: #fff;
}

.profileBox .picBx {
    display: block;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}

/* .profileBox .picBx .pic{display:block; width:100%; height:194px; background-repeat:no-repeat !important; background-size:cover !important; background-position:top center !important; transition:500ms; transform: scale(1);}
.profileBox .picboxCont:hover .pic{transform: scale(1.15);} */
.profileBox .photoCount {
    display: block;
    position: absolute;
    bottom: 10px;
    left: 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: 15px;
    line-height: 23px;
    font-weight: 600;
    z-index: 2;
    transition: 500ms;
}

.profileBox .photoCount .fa {
    margin: 0 0 0 1px;
}

.profileBox .photoCount:hover {
    color: #f1f1f1;
    background-color: #e21c3f;
    text-decoration: none;
}

.profileBox .uon {
    display: block;
    background-color: #80ed52;
    border: 3px solid #fff;
    border-radius: 100px;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
}

.profileBox .uinfo {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #e8eaed;
}

.profileBox .uinfo .nm {
    display: block;
}

.profileBox .uinfo .nm a {
    display: inline-block;
    vertical-align: top;
    color: #e21c3f;
    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;
    padding: 0 10px 10px 10px;
    text-align: center;
    font-size: 0px;
}

.profileAction .colmLi {
    display: inline-block;
    vertical-align: top;
    background-color: #fff;
    width: 26px;
    height: 26px;
    color: #e21c3f;
    font-size: 15px;
    line-height: 25px;
    text-align: center;
    border-radius: 100px;
    border: 1px solid #d5d5d5;
    position: relative;
}

.profileAction .colmLi i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.profileAction .colmLi:first-child {
    float: left;
}

.profileAction .colmLi:last-child {
    float: right;
}

.profileAction .colmLi:hover,
.profileAction .colmLi.sl {
    color: #fff;
    background-color: #e21c3f;
}

.profileAction .colmLi.chat {
    width: auto;
    background-color: #e21c3f;
    color: #fff;
    padding: 0 16px;
    font-size: 13px;
    width: 118px;
}

.profileAction .colmLi.chat i {
    position: static;
    transform: inherit;
    margin: 0 4px 0 0;
}

.profileAction .colmLi.chat:hover,
.profileAction .colmLi.chat.sl {
    background-color: #3a3a3a;
    color: #fff;
    text-decoration: none;
}

.loadmoreCont {
    display: block;
    text-align: center;
    padding: 0 0 60px 0;
}

.loadmoreCont .shadowBtn {
    font-size: 16px;
    line-height: 22px;
    padding: 6px 16px 8px 16px;
    min-width: 162px;
}

.loadingBtn {
    display: inline-block;
    vertical-align: top;
    color: #616161;
    font-size: 14px;
    line-height: 36px;
    font-weight: 600;
    border: 1px solid #eaeaea;
    background-color: #fff;
    border-radius: 100px;
    padding: 0 18px 0 14px;
}

.loadingBtn img {
    display: inline-block;
    vertical-align: top;
    height: 36px;
    width: auto;
    margin: 0 6px 0 0;
}

.loadingBtn:hover {
    color: #e21c3f;
    border-color: #e21c3f;
    text-decoration: none;
}

.profileboxTabArea {
    display: block;
    padding: 33px 0 0;
    margin: 0 -8px;
    position: relative;
}

.profileboxTab {
    display: block;
    font-size: 0px;
    padding: 0;
    border-bottom: 3px solid #e21c3f;
}

.profileboxTab li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 1;
    margin: 0;
}

.profileboxTab li a {
    display: block;
    color: #e21c3f;
    font-size: 15px;
    line-height: 21px;
    font-weight: bold;
    background-color: #fcf9f9;
    padding: 8px 22px;
    transition: none;
    position: relative;
    border: 1px solid #e21c3f;
    border-bottom: inherit;
    border-radius: 4px 4px 0 0;
}

.profileboxTab li a:hover {
    color: #e21c3f;
    border-color: #e21c3f;
    text-decoration: none;
}

.profileboxTab li.sl a {
    color: #fff;
    /* background-color: #e21c3f;
    border-color: #e21c3f; */
    text-decoration: none;
    box-shadow: 0 -1px 7px 3px rgba(0, 0, 0, 0.12);
    font-size: 16px;
    line-height: 22px;
    padding: 10px 25px;
    margin: -5px 0 0;
}

.profileboxTabView {
    display: none;
    padding: 16px 0 60px 0;
}

.modal-content {
    border: none;
    box-shadow: 0 0 18px 6px rgba(0, 0, 0, 0.2);
}

.modal-header {
    display: block;
    background-color: #e21c3f;
    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: 440px;
}

#flirtModal.modal-header {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#flirtModal .modal-body {
    padding: 0;
    background-color: #f1f1f1;
}

#flirtModal .modal-header .close {
    background-color: #272727;
    width: 24px;
    height: 24px;
    overflow: hidden;
    border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    margin: 13px;
    box-sizing: border-box;
    padding: 0;
    display: block;
    background-size: 9px;
}

.flirtMsglist,
.flirtMsglist li {
    display: block;
}

.flirtMsglist li label {
    display: block;
    position: relative;
    border-bottom: 1px solid #e0dbdb;
    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;
    margin: 0;
}

.flirtMsglist li label span {
    display: block;
    color: #2d2d2d;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    padding: 12px 12px 12px 38px;
    position: relative;
}

.flirtMsglist li label span .fas {
    position: absolute;
    top: 11px;
    left: 8px;
    color: #fff;
    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/bg-congrat-popup.jpg) no-repeat top left;
    background-size: cover;
    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: 388px;
    max-width: 100%;
    padding: 72px 20px 90px 20px;
}

.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: 51px 15px;
    float: none;
}

.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;
}

.paySuccessPopup .buttonset .btn {
    width: 231px;
    max-width: 100%;
    padding: 12px 10px;
    border: 0 none !important;
    box-shadow: 0px 0px 7px 0px rgba(13, 13, 13, 0.49) !important;
}

#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 0 0;
}

.profileDetailsCont {
    display: block;
    border: 1px solid #ddd;
    background-color: #fff;
}

.profileTitle {
    display: block;
    padding: 17px 92px 19px 24px;
    position: relative;
}

.profileTitle h2 {
    display: inline-block;
    vertical-align: top;
    color: #444;
    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: block;
    background-color: #f6f6f6;
    padding: 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.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: #626262;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    border-right: 1px solid #b2b4bb;
    padding: 14px 18px 16px 18px;
}

.profileActions .leftSide a i {
    color: #e21c3f;
    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: #e21c3f;
    text-decoration: none;
}

.profileActions .newButton {
    float: right;
}

.profileDetailsSec {
    /* display: block; */
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    padding: 24px;
}

.profileDetailsImage {
    display: block;
    float: left;
    width: 434px;
    max-width: 100%;
}

.profileDetailsDesc {
    /* display: block;
    padding: 0 0 0 470px; */
    display: flex;
    width: 100%;
    flex: 1;
    flex-flow: column;
    justify-content: space-between;
    padding: 0 0 0 40px;
}

.profileDetailsImage .allImages {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    min-height: 100%;
}
.profileDetailsImage .allImages-box{
    display: block;
    width: 100%;
}

.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 {
    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: 200px;
    max-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;
    width: 50%;
}

.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: #e21c3f;
    text-decoration: none;
}

.aboutProfile {
    display: block;
    padding: 24px;
    background-color: #fafafa;
    border-top: 1px solid #ddd;
}

.aboutProfile h3 {
    display: block;
    color: #080808;
    font-size: 19px;
    line-height: 21px;
    font-weight: 300;
}

.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: 13px;
    line-height: 20px;
    padding: 5px 6px;
}

.usrDetFavbtn .colm .btn i {
    font-size: 18px;
}

.usrDetFavbtn .colm .btn .fa-heart {
    position: relative;
    top: 2px;
}

.onlineNow {
    display: block;
    padding: 17px 24px 0 24px;
    background-color: #f6f6f6;
    border: 1px solid #ddd;
    border-top: inherit;
}

.smTtl {
    display: block;
    color: #080808;
    font-size: 19px;
    line-height: 21px;
    font-weight: 600;
    margin: 0 0 18px 0;
}

.onlineProfileListing {
    overflow: hidden;
    padding-bottom: 50px;
}

.onlineProfileListing .rW {
    display: block;
    margin: 0 -12px;
    font-size: 0px;
    text-align: center;
}

.onlineProfileListing .rW .colM {
    display: inline-block;
    vertical-align: top;
    width: 16.66%;
    padding: 0 10px 20px 10px;
    font-size: 14px;
    text-align: left;
}

.onlineProfileBox {
    display: block;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 7px;
}

.onlineProfileBox .uImage {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
}

.onlineProfileBox .image {
    display: block;
    vertical-align: top;
    width: 100%;
    border-radius: 3px 3px 0 0;
    overflow: hidden;
    position: relative;
}

.onlineProfileBox .image .photo {
    display: block;
    width: 100%;
    height: 100%;
    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;
}

.onlineProfileBox .uImage:hover .photo {
    transform: scale(1.1);
}

.onlineProfileBox .uon {
    display: block;
    background-color: #85da40;
    border-radius: 100px;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 6px;
    right: 6px;
    z-index: 2;
}

.onlineProfileBox .details {
    display: block;
    background-color: #fff;
    border-radius: 0 0 6px 6px;
    padding: 8px 8px 12px 8px;
    text-align: left;
    border: 1px solid #ddd;
    border-top: inherit;
}

.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: #e21c3f;
    text-decoration: none;
}

.onlineProfileBox .details .loc {
    display: block;
    color: #626262;
    font-size: 13px;
    line-height: 15px;
    font-weight: 400;
    margin: 2px 0 0 0;
}

.editProfileCont {
    display: block;
    padding: 16px;
}

.editBtnset .btn {
    width: 260px;
    max-width: 100%;
}

.edtWrap {
    display: block;
    max-width: 1174px;
    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 {
    background-color: #f6f6f6;
    padding: 18px 16px;
    border: 1px solid #ddd;
    border-top: inherit;
    margin: 0 0 90px;
}

.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 #e21c3f;
    border-radius: 2px;
}

.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: #e21c3f;
    border-color: #e21c3f;
}

.welcomePopup2 .modal-dialog {
    max-width: 696px;
}

.welcomePopup2 .modal-content {
    background: transparent;
    box-shadow: none;
    border-radius: inherit;
}

.welcomePopup2 .modal-body {
    padding: 0;
    /* border:1px solid #aeaeae; */
    border-radius: 6px;
    overflow: hidden;
}

.wlcmCont {
    display: block;
    position: relative;
    background: url(../images/welcome-popup-image.png) no-repeat 0 0;
    background-size: cover;
    background-color: #d5d7db;
}

.wlcmCont .wlcmModel {
    display: block;
    float: left;
    width: 316px;
    height: auto;
    position: relative;
    margin: -112px 0 0 16px;
}

.wlcmCont .clsBtn,
.welcomePopup3 .cls,
.paySuccessPopup .cls {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    overflow: hidden;
}

.paySuccessPopup .cls {
    border-radius: 0 4px 0 0;
}

.wlcmCont .close,
.welcomePopup3 .cls .close,
.paySuccessPopup .cls .close {
    display: block;
    background: url(../images/close.svg) no-repeat left 17px bottom 17px;
    background-size: 13px auto;
    background-color: #e21c3f;
    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: #e21c3f;
}

.wlcmTxts {
    display: block;
    padding: 64px 24px 90px 348px;
}

.wlcmTxts h2 {
    display: block;
    color: #e21c3f;
    font-size: 30px;
    line-height: 34px;
    margin: 0 0 27px 0;
    text-transform: uppercase;
    font-weight: 600;
}

.wlcmTxts p {
    display: block;
    color: #000;
    font-size: 16px;
    line-height: 24px;
    margin: 14px 0 0 0;
    font-weight: 500;
}

.wlcmFooter {
    display: block;
    background-color: #f6f6f6;
    padding: 22px 20px;
}

.wlcmFooter .btn {
    border-radius: inherit;
}

.welcomePopup3 .modal-dialog {
    max-width: 870px;
}

.welcomePopup3 .modal-body {
    display: block;
    padding: 32px 30px;
}

.welcomePopup3 h2 {
    display: block;
    color: #e21c3f;
    font-size: 44px;
    line-height: 48px;
    font-weight: normal;
    margin: 0 0 24px 0;
    text-align: center;
}

.welcomePopup3 p {
    display: block;
    color: #34343d;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    margin: 0 0 16px 0;
}

.txtnormal {
    font-weight: normal;
}

.welcomePopup3 h3 {
    display: block;
    color: #34343d;
    font-size: 24px;
    line-height: 28px;
    font-weight: normal;
    margin: 0 0 18px 0;
}

.successTipsList {
    display: block;
}

.successTipsList .list {
    display: block;
    margin: 32px 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: #e21c3f;
    font-size: 24px;
    line-height: 28px;
    font-weight: normal;
    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 .btn {
    width: 306px;
    max-width: 100%;
    font-family: inherit
}

.welcomePopup3 .modal-content {
    background-color: #f2f0f0;
}

.advanceSearchSec {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    /* height:400px; */
    background-color: #151515;
    z-index: 10;
    margin: 0;
    padding: 0;
    border-bottom: 3px solid #f01531;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: calc(100vh - 325px);
    text-align: left;
    padding: 0 0px 0 0;
}

.radiobtnsarea {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    position: relative;
    padding: 22px 0;
}

.radiobtnsarea article {
    margin-bottom: 24px;
    width: 164px;
    display: inline-block;
}

.radiobtnsarea article h4 {
    color: #e21c3f;
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 16px 0;
    font-weight: normal;
}

.radiobtnsarea article label {
    color: #fff;
    position: relative;
    line-height: 100%;
    padding: 3px 0;
    padding-left: 32px;
    display: block;
    position: relative;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 5px;
}

.radiobtnsarea article label:hover {
    color: #e21c3f;
}

.radiobtnsarea article label:hover .radioicon {
    color: #fff;
}

.radiobtnsarea article label input[type="checkbox"] {
    display: none;
}

.radiobtnsarea article label .radioicon {
    position: absolute;
    display: block;
    top: 3px;
    left: 0;
    color: #e21c3f;
}

.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;
}

.radiobtnsarea article:first-child:before,
.radiobtnsarea article:nth-child(2):before,
.radiobtnsarea article:nth-child(3):before,
.radiobtnsarea article:nth-child(4):before,
.radiobtnsarea article:nth-child(5):before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 14%;
    width: 0px;
    height: 100%;
    background-color: #262631;
}

.radiobtnsarea article:nth-child(2):before {
    left: 31%;
}

.radiobtnsarea article:nth-child(3):before {
    left: 48%;
}

.radiobtnsarea article:nth-child(4):before {
    left: 65%;
}

.radiobtnsarea article:nth-child(5):before {
    left: 82%;
}

.clearChecked {
    display: block;
    position: absolute;
    top: 4px;
    right: 0;
    cursor: pointer;
}

.clearChecked .ico {
    display: block;
    width: 55px;
    height: 55px;
    background: url(../images/adv-srch-close.png) no-repeat center;
}

.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: #242424;
    /* border-bottom: 3px solid #e21c3f; */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 20px 0 48px 0;
    text-align: center;
    z-index: 40000;
}

.sexInterestsSrch h2 {
    display: block;
    position: relative;
    padding: 0 40px 18px 40px;
    color: #ffffff;
    font-size: 34px;
    line-height: 40px;
    font-weight: 500;
}

.sexInterestsSrch h2 img {
    display: inline-block;
    vertical-align: top;
    max-height: 22px;
    margin: 4px 4px 0 0;
}

.sexInterestsSrch h2 .cls {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 4px;
    width: 30px;
    height: 30px;
    background-color: #e21c3f;
    /* / min-height: 37px; /
    / background: url(../images/srch-interest-close.png) no-repeat center; / */
    cursor: pointer;
    border-radius: 100px;
}
.sexInterestsSrch h2 .cls:hover{
    background-color: #ca0c2e;
}
.sexInterestsSrch h2 .cls svg{
    display: block;
    width: 12px;
    height: auto;
}
.sexInterestsSrch h2 .cls svg path{
    fill: #fff;
}

.sexInterestList {
    display: block;
    max-height: calc(100vh - 325px);
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 10px;
}

.sexInterestList .rw {
    display: block;
    font-size: 0px;
    margin: 0 -6px;
}

.sexInterestList .rw .colm {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding: 3px 6px;
}

.sexintBx {
    display: block;
    position: relative;
    border-radius: 5px;
    margin: 0;
}

.sexintBx .far,
.sexintBx .fas {
    display: none;
    position: absolute;
    top: 50%;
    right: 10px;
    color: #e21c3f;
    font-size: 20px;
    transform: translate(0, -50%);
}
.sexintBx .fas{
    color: #ffffff !important;
}

.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: #ffffff;
    padding: 0;
    min-height: 64px;
    overflow: hidden;
    border: 1px solid #4D4D4D;
    text-align: left;
    border-radius: 4px;
}

.sexintBx .catgImg {
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 52px;
    height: 52px;
    border-radius: 2px;
    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 38px 0 76px;
    transform: translate(0, -50%);
    /* color: #ffffff; */
    color: #e21c3f;
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
}

.sexintBx input:checked+.boxC {
    border-color: #e21c3f;
    background-color: #ffd9d9;
}
/* .sexintBx input:checked+.boxC .txt {
    color: #ffffff !important;
} */

.sexintBx input:checked+.boxC .far,
.sexintBx input:checked+.boxC .fas {
    display: block;
}

/* MESSAGE CSS START */
.messageContainer {
    display: block;
    overflow: hidden;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 90px;
    border: 1px solid #b9c0c7;
}

.messageContainer .headr {
    display: block;
    /* background-color: #e21c3f; */
    border-radius: inherit;
    padding: 12px 16px;
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
}

.messageContainer .headr .tl {
    display: inline-block;
    vertical-align: top;
}

.messageContainer .headr .allFrnds {
    display: none;
    float: right;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
}

.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: #ececec;
    position: relative;
    padding: 52px 0 25px 0;
    height: 648px;
    /* border: 1px solid #242424; */
    border-left: inherit;
    border-bottom: inherit;
}

.msgLeftPanel .selFld {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 4px;
    border-bottom: 1px solid #242424;
    height: 52px;
    background: #ececec;
}

.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: #484848;
    color: #000;
    box-shadow: none !important;
    padding-right: 28px;
    cursor: pointer;
    border-radius: inherit;
}

.msgMembers li .remove-user
{
   display: flex;
   justify-content: center;
   align-items: center;
   position: absolute;
   z-index: 1;
   top: 4px;
   right: 11px;
   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 {
    display: block;
    max-height: 100%;
    overflow: auto;
    padding: 0;
    margin: 0;
}

.msgMembers li {
    display: block;
    position: relative;
    padding: 0;
    border-bottom: 1px solid #484848;
}

.msgMembers li:last-child {
    border-bottom: inherit;
}

.msgMembers li a {
    display: block;
    padding: 12px 26px 12px 70px;
    position: relative;
    min-height: 58px;
    transition: 400ms;
    background-color: #ECECEC;
}

.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 .uonOff {
    display: block;
    position: absolute;
    top: 27px;
    right: 15px;
    background-color: #fff;
    border: 2px solid #a1a0a0;
    border-radius: 100px;
    width: 11px;
    height: 11px;
}

.msgMembers li a .uonOff.on {
    background-color: #78d62c;
    border-color: #78d62c;
}

.msgMembers li a .uNm {
    display: block;
    color: #000;
    font-size: 14px;
    line-height: 16px;
    font-weight: 300;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.msgMembers li a .uLoc {
    display: block;
    color: #000;
    font-size: 11px;
    line-height: 14px;
    font-weight: 600;
    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-color: #e21c3f;
}

.msgMembers li a:hover .uNm,
.msgMembers li a.sl .uNm,
.msgMembers li a:hover .uLoc,
.msgMembers li a.sl .uLoc {
    color: #fff;
}

.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;
    border-top: 1px solid #242424;
    background-color: #242424;
}

.msgRightPanel .rgtHead {
    display: block;
    background-color: #ECECEC;
    padding: 13px 16px;
    min-height: 52px;
    border-bottom: 1px solid #242424;
}

.msgCurntUsr {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0;
    min-height: 25px;
    color: #000;
    font-size: 26px;
    line-height: 25px;
    font-weight: 300;
}

.msgCurntUsr:hover{
    text-decoration: underline;
    text-underline-offset: 3px;
}

.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: #000;
    font-size: 15px;
    line-height: 15px;
    font-weight: 300;
    padding: 8px 0 0 6px;
}

.msgCurntUsrLoc .fas {
    margin: 0 4px 0 0;
}

.messageChatBody {
    display: block;
    height: 379px;
    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;
    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: 0;
    left: 0;
    height: 40px;
    width: 40px;
    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: #e21c3f;
    padding: 10px 16px;
    border-radius: 6px;
    position: relative;
    /*min-height:60px;*/
    /* border: 2px solid #e21c3f; */
    /* float: right; */
}

.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 #e21c3f;
}

.messageChatBody ul li .nm {
    display: block;
    color: #ffffff;
    font-size: 14px;
    line-height: 16px;
    padding: 0;
    margin: 0;
    font-weight: 300;
}

.messageChatBody ul li p {
    display: block;
    color: #ffffff;
    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;
}

/* me */
.messageChatBody ul li.me {
    float: right;
    text-align: right;
}

.messageChatBody ul li.me .uPhoto {
    left: auto;
    right: 0;
}

.messageChatBody ul li.me .msgTxt {
    background-color: #fff;
    border-color: #dddddd;
    border-width: 1px;
}

.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;
    transform: rotate(61deg) translateX(-5px);
    /* border-left: 10px solid #dddddd; */
}

/* me */

/* new 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 design */

.msgTypebox .form-control {
    background: transparent;
    padding: 11px 62px 8px 20px;
    resize: none;
    font-size: 14px;
    line-height: 18px !important;
    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: 34px;
    border-radius: 6px !important;
    background-color: #70c417 !important;
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    border: inherit;
    padding: 5px 35px;
}

.msgSndBtn i {
    margin-right: 4px;
}

.msgSndBtn:hover {
    background-color: #7edd18 !important;
}

.msgFooterarea {
    display: block;
    width: 100%;
}

/* MESSAGE CSS END */

.notificationSettings {
    display: block;
    background-color: #f9f9f9;
    padding: 20px 40px;
    max-width: 982px;
    margin: 0 auto;
    border: 1px solid #b9c0c7;
    margin-bottom: 80px;
}

.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: #dedede;
}

.notifiSetBox {
    display: block;
}

.whBx {
    display: block;
    background-color: #fff;
    padding: 16px 20px;
    margin: 0 0 21px 0;
    border: 1px solid #dedede;
}

.notifiSetBox h2 {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-size: 19px;
    line-height: 23px;
    font-weight: 300;
    background-color: #e21c3f;
    padding: 14px 14px;
    width: 232px;
    max-width: calc(100% - 14px);
    position: relative;
    border-radius: 8px 8px 0 0;
}

.notifiSetBox h2:after {
    content: "";
    border-left: 14px solid #e21c3f;
    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: 11px 84px 11px 10px;
    border-bottom: 1px solid #ddd;
    color: #6b6b6b;
    font-size: 15px;
    line-height: 18px;
}

.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: 24px 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: #8d8d8d !important;
    color: #fff;
}

.btn-default.gray:hover {
    background-color: #a2a2a2 !important;
}


/* PACKAGE */
.creditwrapper {
    max-width: 1240px;
}

.packagePGbody .innerWrap {
    max-width: 1242px;
}

.packageHeader {
    display: block;
    background-size: cover !important;
    background-position: top left !important;
    padding: 40px 0;
    text-align: left;
    margin: 0;
    min-height: 296px;
}

.creditHeaderTxt {
    display: block;
    max-width: 526px;
}

.packageHeader h2 {
    display: block;
    color: #e21c3f;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
}

.packageHeader .smTxt {
    display: block;
    color: #000000;
    font-size: 15px;
    line-height: 30px;
    font-weight: 600;
    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: #000;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
}

.creditheadList .listTxt img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.purchaseBody {
    display: block;
    padding: 36px 0;
}

.purchaseBody .rw {
    display: table;
    font-size: 0px;
    width: 100%;
}

.purchaseBody .rw .colm {
    display: table-cell;
    vertical-align: top;
    width: 42%;
    padding: 0;
}

.purchaseBody .rw .colm:last-child {
    width: 58%;
    padding: 0 0 0 24px;
}

.bkBtn {
    display: block;
    text-align: left;
    padding: 0 0 30px 0;
}

.bkBtn .btn-md,
.pkgHead>.btn {
    width: 152px;
    text-align: center;
}

.bkBtn .shadowBtn img {
    display: inline-block;
    vertical-align: top;
    margin: 0 12px 0 0;
}

.packageListCont {
    display: block;
}

.packageListCont .pkg {
    display: block;
    background-color: #f7f9f6;
    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: 18px 40px 18px 20px;
}

.packageListCont .pkg .leftS .t {
    display: block;
    color: #dc0a0b;
    font-size: 26px;
    line-height: 34px;
    font-weight: 600;
}

.packageListCont .ofrsList {
    display: block;
}

.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: #d51a3a;
    border-radius: 600px 0 0 600px;
}

.packageListCont .rightBxCont {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #e72324;
    padding: 32px 22px 22px 10px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d31a3a+0,e21c3f+23,ff5f7b+100 */
    background: rgb(211, 26, 58);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(211, 26, 58, 1) 0%, rgba(226, 28, 63, 1) 23%, rgba(255, 95, 123, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(211, 26, 58, 1) 0%, rgba(226, 28, 63, 1) 23%, rgba(255, 95, 123, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(211, 26, 58, 1) 0%, rgba(226, 28, 63, 1) 23%, rgba(255, 95, 123, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d31a3a', endColorstr='#ff5f7b', GradientType=1);
    /* IE6-9 */
}

.packageListCont .rightBxCont .o-prc {
    display: block;
    color: #f0f0f2;
    font-size: 16px;
    line-height: 20px;
}

.packageListCont .rightBxCont .n-prc {
    display: block;
    color: #fff;
    font-size: 40px;
    line-height: 46px;
    font-weight: 500;
    margin: 6px 0 0 0;
}

.packageListCont .rightBxCont .n-prc small {
    font-size: 16px;
    font-weight: 500;
}




.topupBanner {
    display: block;
    max-width: 474px;
}

.topupBanner .bxC {
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    position: relative;
}

/* .topupBanner a img{display:block; width:100%; height:auto;} */
.topupBanner .bx {
    display: block;
    background: #191919;
    background: -webkit-linear-gradient(left, #727171, #191919);
    background: -o-linear-gradient(left, #727171, #191919);
    background: -moz-linear-gradient(left, #727171, #191919);
    border-radius: 8px;
    padding: 26px 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: #e21c3f;
    transform: rotate(40deg);
}

.topupBanner .bx h4 {
    display: block;
    color: #fffefe;
    font-size: 30px;
    line-height: 36px;
    font-weight: normal;
    margin: 0 0 24px 0;
}

.tableVw {
    background-color: #f3f3f3;
    background-size: cover;
    border: 1px solid rgba(240, 21, 49, 0.7);
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    z-index: 2;
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.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: #e21c3f;
    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 #a5adb1;
}

.purchaseBody .tableVw table tr th {
    background: transparent;
}

.purchaseBody .tableVw.mbrtbl table tr th {
    font-size: 0px;
    line-height: 0px;
    text-align: center;
}

.purchaseBody .tableVw.mbrtbl table tr th:first-child {
    text-align: left;
}

.tableVw table tr th:last-child {
    border-right: none;
}

.tableVw table tr th .t {
    display: inline-block;
    vertical-align: bottom;
    padding: 0 0 12px 30px;
    background: url(../images/thead-line.png) no-repeat bottom left;
    width: 100%;
    color: #e21c3f;
    font-size: 17px;
    line-height: 21px;
    font-weight: 600;
}

.tableVw table tr th>img {
    display: inline-block;
    width: auto;
    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: #000;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    border-bottom: 1px solid #a5adb1;
    border-right: 1px solid #a5adb1;
}

.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:first-child {
    padding-left: 30px;
}

.tableVw table tr td img {
    display: inline-block;
    vertical-align: top;
}

.packageBotSec {
    display: block;
    background: url(../images/bkg-purchase-footer.jpg) no-repeat bottom right;
    background-size: cover;
    padding: 30px 0 80px 0;
    background-color: #230103;
}

.packagesAboutSec {
    display: block;
    padding: 0 0 18px 0;
}

.packagesAboutSec h2 {
    display: block;
    color: #e21c3f;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    text-align: left;
    margin: 0;
    padding: 0;
}

.packagesAboutSec p {
    display: block;
    color: #201f1f;
    font-size: 13px;
    line-height: 19px;
    font-weight: 400;
    margin: 10px 0 0 0;
    text-align: left;
}

.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;
    max-width: 956px;
}

.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 left, rgba(240, 21, 49, 0) 0%, rgba(240, 21, 49, 1) 100%);
}

.paysecureico {
    display: block;
    margin: 0;
}

.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: 12px;
    left: 32px;
    color: #fff;
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
}

.creditBody {
    display: block;
    background-color: #f0f0f2;
    padding: 32px 0;
}

.pkgHead {
    display: block;
    text-align: center;
    color: #e21c3f;
    font-size: 28px;
    line-height: 36px;
    font-weight: 600;
    padding: 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;
}

.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;
}

.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;
    background-color: #fff;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    position: relative;
    margin: 0;
}

.crdPkgs input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
}

.pkgHeadr {
    display: block;
    border-radius: 0 0 800px 800px;
    min-height: 160px;
    margin: -18px -34px 0 -34px;
    padding: 32px 34px 0 34px;
    background: #e72324;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d31a3a+0,e21c3f+23,ff5f7b+100 */
    background: rgb(211, 26, 58);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(211, 26, 58, 1) 0%, rgba(226, 28, 63, 1) 23%, rgba(255, 95, 123, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(211, 26, 58, 1) 0%, rgba(226, 28, 63, 1) 23%, rgba(255, 95, 123, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(211, 26, 58, 1) 0%, rgba(226, 28, 63, 1) 23%, rgba(255, 95, 123, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d31a3a', endColorstr='#ff5f7b', GradientType=0);
    /* IE6-9 */
    text-align: center;
    color: #fff;
}

.pkgHeadr .pkgTl {
    display: block;
    color: #fff;
    font-size: 30px;
    line-height: 34px;
    font-weight: 500;
}

.pkgHeadr .tNo {
    display: block;
    color: #fff;
    font-size: 40px;
    line-height: 44px;
    font-weight: 500;
    padding: 12px 0 0 0;
}

.pkgHeadr .crdt {
    display: block;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    margin: 5px 0 0 0;
}

.crdPkgs .pkgbdy {
    display: block;
    padding: 34px 18px 16px 18px;
    text-align: center;
}

.crdPkgs .pr {
    display: block;
    color: #000;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    text-decoration: line-through;
}

.crdPkgs .nwpr {
    display: block;
    color: #e21c3f;
    font-size: 40px;
    line-height: 44px;
    font-weight: 500;
    margin: 12px 0 0 0;
}

.crdPkgs .p-btn {
    display: block;
    color: #010101;
    font-size: 16px;
    line-height: 56px;
    font-weight: 600;
    margin: 20px 0 0 0;
    padding: 0 12px;
    border: 1px solid #e21c3f;
    border-radius: 4px;
}

.crdPkgs .bestSlr {
    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: #3b3b3b;
    transform: rotate(40deg);
}

.crdPkgs input:checked~.pkgbdy .p-btn {
    color: #fff;
    background-color: #e21c3f;
}

.innerWrap {
    display: block;
    max-width: 1368px;
    padding: 0 10px;
    margin: 0 auto;
}

.deleteAc .modal-dialog {
    max-width: 460px;
}

.deleteAc h2 {
    background: #e21c3f;
    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: 16px;
    font-weight: normal;
    padding: 6px 12px;
    height: 40px;
}

/* .delAcBody .form-control[placeholder]{color:#282828 !important;} */
.delAcBody .form-control::-moz-placeholder {
    color: #282828 !important;
    opacity: 1;
}

.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 !important;
    line-height: 20px;
    padding: 10px 24px;
    min-width: 141px;
}

.delacOption {
    display: block;
    max-width: 210px;
    margin: 0 auto;
    padding: 12px 0;
}

.delacOption h5 {
    display: block;
    color: #000;
    font-size: 20px;
    line-height: 26px;
    font-weight: normal;
    margin: 0 0 16px 0;
}

.delacOption ul {
    display: block;
    margin: 0;
    padding: 0;
}

.delacOption ul li {
    display: block;
    color: #000;
    font-size: 16px;
    line-height: 22px;
    font-weight: normal;
    padding: 1px 0 1px 35px;
    background: url(../images/cross-i.png) no-repeat 0 2px;
    margin: 4px 0;
}

.deleteAc .modal-content {
    background-color: #eaeaea;
}

/* CREDITS  */
.creditPg {
    background: none;
    background-color: #f0f0f2;
    padding: 0 0 60px;
}

.creditPg .innerWrap {
    max-width: 926px;
}

.creditHeader {
    display: block;
    background: #f1f1f1;
    padding: 20px 0;
    position: relative;
    background: -moz-linear-gradient(left, #f1f1f1 0%, #e0e3ed 50%, #f1f1f1 100%);
    /* background: -webkit-linear-gradient(left, #f1f1f1 0%,#e0e3ed 50%,#f1f1f1 100%); */
    /* background: linear-gradient(to right, #f1f1f1 0%,#e0e3ed 50%,#f1f1f1 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#f1f1f1', GradientType=1);
}

.creditPg .safeInfo .li:before {
    color: #06f300;
}

/*.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: 690px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}

.textSec h2 {
    display: block;
    color: #e21c3f;
    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 0;
}

.creditOptions .rw {
    display: block;
    margin: 0 -15px;
    font-size: 0px;
    text-align: center;
}

.creditOptions .rw .colm {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    text-align: center;
    font-size: 14px;
}

.chooseCredit {

    display: block;

    background: #ffffff;

    position: relative;

    border-radius: 0;

    overflow: hidden;

    /*box-shadow:0 0 6px 1px rgba(0,0,0,0.2);*/

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8f8f8f+0,8f8f8f+11,818181+33,6e6e6e+54,3d3d3d+99,3d3d3d+100 */
    background: rgb(143, 143, 143);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(143, 143, 143, 1) 0%, rgba(143, 143, 143, 1) 11%, rgba(129, 129, 129, 1) 33%, rgba(110, 110, 110, 1) 54%, rgba(61, 61, 61, 1) 99%, rgba(61, 61, 61, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(143, 143, 143, 1) 0%, rgba(143, 143, 143, 1) 11%, rgba(129, 129, 129, 1) 33%, rgba(110, 110, 110, 1) 54%, rgba(61, 61, 61, 1) 99%, rgba(61, 61, 61, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(143, 143, 143, 1) 0%, rgba(143, 143, 143, 1) 11%, rgba(129, 129, 129, 1) 33%, rgba(110, 110, 110, 1) 54%, rgba(61, 61, 61, 1) 99%, rgba(61, 61, 61, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8f8f8f', endColorstr='#3d3d3d', GradientType=1);
    /* IE6-9 */
}

.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: 18px;
    line-height: 24px;
    font-weight: 500;
    padding: 10px 0;
}

.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: none;
    position: absolute;
    top: 8px;
    right: 8px;
}

.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: #ffffff;
    font-size: 51px;
    line-height: 67px;
    font-weight: 300;
}

.chooseCredit .coins small {
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    margin: 5px 0 0 0;
}

.chooseCredit .prc {
    display: block;
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    margin: 24px 0 0 0;
    text-decoration: line-through;
}

.chooseCredit .disPrc {
    display: block;
    color: #ffffff;
    font-size: 26px;
    line-height: 28px;
    font-weight: normal;
    margin: 14px 0 0 0;
}

.chooseCredit .btn {
    margin: 16px 0 0 0;
    width: 100%;
    box-shadow: none !important;
    border-radius: 0 !important;
    border: 0 none !important;
}

.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: #414141;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    margin: 0 0 20px 0;
}

.creditFooter p {
    display: block;
    color: #959595;
    font-size: 10px;
    line-height: 15px;
}


.orderDiscountHead {
    display: block;
    background-color: #fff;
    background-color: #fff;
    box-shadow: 0 0px 9px 0px rgba(134, 134, 134, 0.6);
    padding: 8px 0;
}

.orderDiscountHead .bkBtn {
    padding: 0;
}

.discountPkgBody {
    display: block;
    padding: 20px 0;
}

.disCountWrap {
    display: block;
    max-width: 896px;
    margin: 0 auto;
}

.discountPackagesH {
    display: block;
    text-align: center;
}

.discountPackagesH h2 {
    display: block;
    color: #e21c3f;
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
}

.discountPackagesH p {
    display: block;
    color: #454444;
    font-size: 15px;
    line-height: 25px;
    font-weight: 600;
    margin: 16px auto 0 auto;
    max-width: 724px;
}

.discountPackages {
    display: block;
    margin: 34px 0 0 0;
}

.discountPackages .rw {
    display: block;
    margin: 0;
    font-size: 0px;
}

.discountPackages .rw .colM {
    display: inline-block;
    vertical-align: top;
    width: 20%;
}

.discountBx {
    display: block;
    padding: 20px;
    text-align: center;
    position: relative;
    background-image: linear-gradient(to bottom right, #8f8f8f, #191919);
    font-size: 14px;
    overflow: hidden;
}

.discountBx:hover {
    background-image: linear-gradient(to bottom right, #acacac, #191919);
}

.discountBx .t {
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
}

.discountBx .coins {
    display: block;
    color: #fff;
    font-size: 42px;
    line-height: 48px;
    font-weight: 300;
    margin: 10px 0 0 0;
}

.discountBx .coins small {
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    margin: 6px 0 0 0;
}

.discountBx .prc {
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    font-weight: 300;
    text-decoration: line-through;
    margin: 20px 0 0 0;
}

.discountBx .disPrc {
    display: block;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    margin: 10px 0 0 0;
}

.discountBx .btn {
    display: inline-block;
    margin: 24px 0 0 0;
    font-size: 13px;
    line-height: 28px;
    padding: 0 16px;
    width: 126px;
    max-width: 100%;
    border-radius: 0px !important;
}

.discountBx input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
}

.discountBx .c-ico {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 13px);
    height: calc(100% - 12px);
    border: 1px solid #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}

.discountBx .c-ico .b {
    display: block;
    position: absolute;
    top: 6px;
    left: 6px;
    border: 1px solid #fff;
    width: 16px;
    height: 16px;
    z-index: 3;
}

.discountBx .c-ico .b:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background-color: #fff;
}

.discountBx input:checked+.c-ico {
    visibility: visible;
    opacity: 1;
}

.discountBx .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: #e21c3f;
    transform: rotate(40deg);
    z-index: 2;
}

.secureSec {
    display: block;
    margin: 32px 0 0 0;
    text-align: center;
}

.secureSec ul {
    display: block;
    font-size: 0px;
    background: url(../images/line.png) no-repeat top center, url(../images/line.png) no-repeat bottom center;
}

.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;
    margin: 20px 0 0px 0;
}

.safeInfo .li {
    display: inline-block;
    vertical-align: top;
    color: #454444;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    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;
}

.form-group .field-ico {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
}

.form-group .field-ico .form-control {
    padding-left: 30px;
}

.form-group .field-ico i {
    display: block;
    position: absolute;
    top: 9px;
    left: 9px;
    color: #e21c3f;
    font-size: 13px;
    line-height: 15px;
}

#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;
}

.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;
}

.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: #e21c3f;
    border-radius: 3px;
    width: 22px;
    height: 22px;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
}

.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: #e21c3f;
}

.giftlist li label input:checked+.gftImg .ico,
.giftlist li label input:checked+.gftImg:before {
    opacity: 1;
    visibility: visible;
}


.welcomeVipPopup .modal-header {
    display: block;
    background-color: #e21c3f;
    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: #e21c3f;
    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: #e21c3f;
}

.cancelBtns {
    display: block;
    margin: 24px 0 0 0;
    text-align: center;
}

.cancelBtns a {
    display: inline-block;
    vertical-align: top;
    color: #e21c3f;
    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;
    max-height: 98px;
}

.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: #e21c3f;
    font-size: 28px;
    line-height: 34px;
    font-weight: 600;
    margin-top: 0;
    padding: 0;
}

.novipMbrMsg p {
    display: block;
    color: #40413c;
    font-size: 17px;
    line-height: 30px;
    font-weight: 500;
    margin: 16px 0 0 0;
}

.novipMbrMsg .btn {
    font-size: 22px;
    box-shadow: 0 4px 12px 0px rgb(189, 33, 48, 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: #e21c3f;
    border-radius: 0 0 10px 10px;
    text-align: right;
}

.lowCreditsCont .footerC .btn {
    font-size: 20px;
    font-weight: 500;
    float: right;
}

.lowCreditsCont .footerC .btn:first-child {
    float: left;
}

.lowCreditsCont .footerC .btn.btn-default {
    background-color: #fff;
    border: 1px solid #fff !important;
    color: #e21c3f;
}

.lowCreditsCont .footerC .btn.btn-default:hover {
    background-color: #f2f2f2;
}

.lowCreditsCont .footerC .btn.btn-danger {
    background-color: #e21c3f;
    color: #fff;
    border: 1px solid #fff !important;
}

.lowCreditsCont .footerC .btn.btn-danger:hover {
    background-color: #c32941;
}

.myPhotosCont {
    display: block;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-bottom: 100px;
}

.myPhotosCont h2 {
    display: block;
    color: #d41a1f;
    font-size: 30px;
    line-height: 38px;
    font-weight: 500;
    padding: 14px 28px 21px;
    border-bottom: 1px solid #ddd;
}

.myPhotosCont h2 .btn {
    float: right;
    min-width: 159px;
    font-size: 18px;
    line-height: 24px;
    padding: 10px 10px;
    box-shadow: 0px 4px 0px 0px rgba(176, 8, 37, 1) !important;
}

.photosBodyCont {
    display: block;
    padding: 16px 28px;
}

.photosBodyCont .rw {
    display: block;
    margin: 0 -13px;
    font-size: 0px;
}

.photosBodyCont .rw .colm {
    display: inline-block;
    vertical-align: top;
    width: 16.666666%;
    padding: 13px;
}

.photosBodyCont .rw .colm .uploadedPhoto {
    display: block;
    border-radius: 15px;
    border: 1px solid #e9e7e7;
    overflow: hidden;
    position: relative;
}

.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: #e21c3f;
    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: inline-block;
    vertical-align: top;
    padding: 0 0 22px 0;
    margin: auto;
}

.newImgUpload .inside .btn {
    margin: 14px 0 0 0;
}

/*uttam*/
.signup-link {
    font-family: inherit;
    border-radius: 0 !important;
    padding: 13px 47px;
    font-size: 20px;
    line-height: 26px;
}

.m-t-65px {
    margin-top: 65px;
}

.m-b-30px {
    margin-bottom: 30px;
}

.m-t-45px {
    margin-top: 45px;
}

.domain-sec {
    padding: 56px 0 117px;
    background-color: #000000 !important;
    background-repeat: no-repeat !important;
    background-position: right top !important;
    background-size: contain !important;
    position: relative;
}

.domain-sec:before {
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=1);
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    position: absolute;
}

.sample-domain-info {
    max-width: 583px;
    position: relative;
    z-index: 3;
}

.sample-domain-info p {
    color: #ffffff;
    font-size: 18px;
    line-height: 25px;
    font-weight: normal;
    margin: 23px 0 0;
}

.txt-icon {
    padding-left: 37px !important;
    position: relative;
}

.txt-icon i {
    position: absolute;
    left: 0;
    top: 3px;
    color: #e21c3f;
}

.footerBottom .rw {
    display: flex;
}

/* .footerBottom .rw .colm:first-child {
width: 44%;
padding-right: 60px;
}
.footerBottom .rw .colm:nth-child(2) {
padding-top:50px;
}
.footerBottom .rw .colm:last-child {
width: 21%;
padding-top: 25px;
} */
.inline-item {
    display: inline-block;
}

.Contactpage .logRegForm {
    padding: 32px 40px;
}

.Contactpage .formBoxContainer h2 {
    margin-bottom: 20px;
}


.profileboxCont {
    display: block;
    margin: 0 -3px 50px -3px;
    font-size: 0;
    text-align: center;
}

.profileboxCont .colm {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    padding: 0 3px 16px;
    font-size: 14px;
}

@media (min-width:1367px) {
    .profileboxCont .colm {
        width: 20%;
    }
}

.profileboxCont .profileBox2 {
    display: block;
}

.profileBox2 .imageCont {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 6px;
    background-color: #fff;
}

.profileBox2 .imageCont .profileImage {
    display: block;
    position: relative;
    height: auto;
    overflow: hidden;
    border-radius: 4px;
}

.profileBox2 .imageCont .profileImage ._2BthHRY48Qth9Ja9ecuFEQ_0>div {
    padding: 0 !important;
}

.profileBox2 .imageCont .profileImage .image,
.profileBox2 .imageCont .profileImage .arZxkKg-w3Qec3gGdgaPh_0 {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: top center !important;
    transition: 500ms;
    transform: scale(1);
    position: absolute !important;
    z-index: 1;
    top: 0;
}

.profileBox2 .imageCont .profileImage:hover .image,
.profileBox2 .imageCont .profileImage:hover .arZxkKg-w3Qec3gGdgaPh_0 {
    transform: scale(1.08);
}

.profileBox2 .imageCont .uOnOff {
    display: block;
    position: absolute;
    top: 9px;
    left: 9px;
    background-color: #fff;
    width: 11px;
    height: 11px;
    border-radius: 100px;
    background-color: #fff;
    z-index: 2;
}

.profileBox2 .imageCont .uOnOff.on {
    background-color: #0af325;
}

.profileBox2 .profileImage .uName {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: left;
    padding: 30px 12px 14px 12px;
    color: #fff;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.85) 80%);
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.85) 80%);
    z-index: 1;
}

.profileBox2 .profileImage .uName .city {
    display: block;
    font-size: 14px;
    color: #d8d8d8;
    line-height: 20px;
    font-weight: 400;
    margin: 4px 0 0 0;
}

.profileBox2 .profileFooter {
    display: block;
    background-color: #fff;
    border-radius: 0 0 3px 3px;
    padding: 7px;
    box-shadow: 0 0px 6px 0px rgba(0, 0, 0, 0.2);
}

.profileBox2 .profileFooter .likeFavBtns {
    display: block;
    font-size: 0px;
    margin: 0 -4px;
}

.profileBox2 .profileFooter .likeFavBtns .colm {
    display: inline-block;
    vertical-align: top;
    width: 33.333333%;
    padding: 0 4px;
    font-size: 14px;
}

.profileBox2 .profileFooter .likeFavBtns .lkbtn {
    display: block;
    background-color: #ffffff;
    border-radius: 4px;
    color: #e21c3f;
    font-size: 17px;
    line-height: 21px;
    text-align: center;
    padding: 5px 12px;
    height: 31px;
    position: relative;
    border: 1px solid #e21c3f;
}

.profileBox2 .profileFooter .likeFavBtns .lkbtn .icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/icon22.png) no-repeat;
    width: 22px;
    height: 22px;
}

.profileBox2 .profileFooter .likeFavBtns .lkbtn .icon.fav {
    background-position: -44px -154px;
}

.profileBox2 .profileFooter .likeFavBtns .lkbtn:hover .icon.fav {
    background-position: -44px -176px;
}

.profileBox2 .profileFooter .likeFavBtns .lkbtn.sl .icon.fav {
    background-position: -44px -308px;
}

.profileBox2 .profileFooter .likeFavBtns .lkbtn .icon.flrt {
    background-position: -44px -154px;
}

.profileBox2 .profileFooter .likeFavBtns .lkbtn:hover .icon.flrt,
.profileBox2 .profileFooter .likeFavBtns .lkbtn.sl .icon.flrt {
    background-position: -44px -176px;
}

.profileBox2 .profileFooter .likeFavBtns .lkbtn .icon.lk {
    background-position: -22px -154px;
}

.profileBox2 .profileFooter .likeFavBtns .lkbtn:hover .icon.lk {
    background-position: -22px -176px;
}

.profileBox2 .profileFooter .likeFavBtns .lkbtn.sl .icon.lk {
    background-position: 0px -308px;
}

.profileBox2 .profileFooter .likeFavBtns .lkbtn .icon.gft {
    background-position: -23px -288px;
}

.profileBox2 .profileFooter .likeFavBtns .lkbtn:hover .icon.gft,
.profileBox2 .profileFooter .likeFavBtns .lkbtn.sl .icon.gft {
    background-position: -1px -133px;
}


.profileBox2 .profileFooter .likeFavBtns .lkbtn:hover {
    background-color: #991a2e;
    color: #fff;
    text-decoration: none;
}

.profileBox2 .profileFooter .likeFavBtns .lkbtn.sl:hover {
    background-color: #dc0a0b;
    color: #fff;
}

.profileBox2 .profileFooter .btn {
    margin: 7px 0 0 0;
}

.btnchtflirt {
    margin: 0 -6px;
}

.btnchtflirt .colm {
    width: 50%;
    padding: 0 6px;
    float: left;
}

.btnchtflirt .btnchat span {
    background: transparent url("../images/btnchat.png") no-repeat left center;
    padding-left: 23px;
}

.btnchtflirt .btnflirt span {
    background: transparent url("../images/btnflirt.png") no-repeat left center;
    padding-left: 23px;
}

.btnchtflirt .btnchat {
    margin-right: 6px;
}

.profileNextPrevBot .btn-md {
    font-size: 16px !important;
    line-height: 22px !important;
    min-height: inherit;
}

label.btn input[type="file"] {
    width: auto !important;
    height: 100% !important;
    opacity: 0;
    max-width: 100%;
}

.btn-upfile {
    font-size: 16px;
    line-height: 22px;
    padding: 10px 12px;
}

.msgTypebox textarea.form-control {
    height: 100px !important;
}

.msgTypebox textarea.heightFixed:focus {
    height: 100px !important;
}

.btnmorepadd {
    padding: 6px 40px;
}

.bx .btnmorepadd {
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
}

.withwhitebg {
    background-color: #ffffff;
}

.bkBtn.withwhitebg {
    padding: 10px 0;
}

.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;
}

.modalbgphoto .modal-dialog {
    width: 431px;
}

.bgsetting .modal-content {
    overflow: hidden;
}

.bgsetting .modal-body {
    padding: 0 0 30px;
    background-color: #f4f8fb;
}

.bgseting {
    background-size: cover !important;
    position: relative;
    background-repeat: no-repeat !important;
}

.srcoverly {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

.sprest {
    position: relative;
    margin: -75px 0 0;
}

.txtmtiel {
    font-size: 23px;
    line-height: 29px;
    color: #272727;
    margin: 0 0 25px;
}

.btnwd {
    min-width: 207px;
}

.wtihbg span {
    background: transparent url("../images/upgradebtnbg.png") no-repeat left center;
    display: inline-block;
    padding-left: 40px;
}

.myprofile {
    padding-bottom: 80px;
}

.creditHeader .textSec {
    width: 722px;
}

.creditHeader .textSec h2 {
    font-weight: bold;
}

.creditHeader .textSec p {
    color: #454444;
    font-size: 16px;
    line-height: 22px;
    font-weight: normal;
}

.popular-label {
    display: block;
    padding: 2px 10px;
    font-size: 12px;
    line-height: 18px;
    position: absolute;
    width: 100%;
    left: 65px;
    top: 16px;
    transform: rotate(45deg);
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d41a3a+0,fe5d79+100 */
    background: rgb(212, 26, 58);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(212, 26, 58, 1) 0%, rgba(254, 93, 121, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(212, 26, 58, 1) 0%, rgba(254, 93, 121, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(212, 26, 58, 1) 0%, rgba(254, 93, 121, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d41a3a', endColorstr='#fe5d79', GradientType=1);
    /* IE6-9 */
}

.scrollup {
    width: 40px;
    height: 48px;
    text-indent: -9999px;
    opacity: 0.8;
    position: fixed;
    bottom: 50px;
    right: 30px;
    z-index: 9;
    cursor: pointer;
    display: none;
    background: url(../images/icon_top.svg) no-repeat center center / 100% auto;
}

.lazyLoader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    background: #fff;
    height: 100vh;
}

.lazyLoader .lazy-load-inner {
    display: inline-block;
}

.lazyLoader .lazy-load-inner img {
    width: 80px;
}

.cover-bg-domain {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 60%;
    z-index: 1;
    background-size: cover;
    background-position: top right;
}

/* MY PHOTO PAGE CSS */
.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;
    position: relative;
}

.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 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.btns .btn {
    margin: 0 10px;
}

/* 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: #5a5a5a;
    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: #fff;
    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: #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;
}

/* CHAT CSS END */

/* NOTIFICATION START */
.notifyMsgs {
    display: block;
    position: fixed;
    bottom: 0;
    left: 60px;
    width: 330px;
    max-width: 100%;
    z-index: 100;
}

.notyfiMsg {
    display: block;
    margin: 0 0 16px 0;
    background-color: #fff;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 14px 2px rgba(92, 92, 102, 0.3);
}

.notyfiMsg .imageBx {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 98px;
    height: 100%;
}

.notyfiMsg .imageBx .image {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 86px;
    height: 86px;
    border-radius: 3px;
    background-repeat: no-repeat !important;
    background-position: top center !important;
    background-size: cover !important;
}

.notyfiMsg .des {
    display: block;
    padding: 6px 26px 6px 106px;
    min-height: 98px;
}

.notyfiMsg .des .ms {
    display: block;
    color: #353131;
    font-size: 15px;
    line-height: 17px;
    font-weight: 600;
}

.notyfiMsg .des .usr {
    display: block;
    color: #f01531;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    margin: 8px 0 4px 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: 26px;
    height: 28px;
    padding: 0;
    border-radius: 0 0px 0 100px;
    overflow: hidden;
    background-color: #f01531;
}

.notyfiMsg .cls:hover {
    background-color: #222;
}

.notyfiMsg .cls .ico {
    display: block;
    width: 19px;
    height: 20px;
    background: url(../images/icon22.png) no-repeat -18px -167px;
    background-size: 56px auto;
    margin: 0;
    position: relative;
    left: 5px;
}

.circle-loader {
    margin: 18% 0 0;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-left-color: #5cb85c;
    animation: loader-spin 1.2s infinite linear;
    position: relative;
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    width: 7em;
    height: 7em;
}

.load-complete {
    -webkit-animation: none;
    animation: none;
    border-color: #5cb85c;
    transition: border 500ms ease-out;
}

.checkmark {
    display: none;
}

.checkmark.draw:after {
    animation-duration: 800ms;
    animation-timing-function: ease;
    animation-name: checkmark;
    transform: scaleX(-1) rotate(135deg);
}

.checkmark:after {
    opacity: 1;
    height: 3.5em;
    width: 1.75em;
    transform-origin: left top;
    border-right: 3px solid #5cb85c;
    border-top: 3px solid #5cb85c;
    content: '';
    left: 1.75em;
    top: 3.5em;
    position: absolute;
}

@keyframes loader-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes checkmark {
    0% {
        height: 0;
        width: 0;
        opacity: 1;
    }

    20% {
        height: 0;
        width: 1.75em;
        opacity: 1;
    }

    40% {
        height: 3.5em;
        width: 1.75em;
        opacity: 1;
    }

    100% {
        height: 3.5em;
        width: 1.75em;
        opacity: 1;
    }
}

.showdeltcheck {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

.showlder .showdeltcheck {
    display: block;
}

.showlder .delAcBody {
    visibility: hidden;
    opacity: 0;
}

.shwdlttxt {
    display: block;
    margin-top: 30px !important;
    font-size: 30px;
}

.noDataFound {
    font-size: 14px;
}

.pl-0 {
    padding-left: 0px !important;
}

.pr-0 {
    padding-right: 0px !important;
}

.userdrop-mask,
.msgOverlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    z-index: 1000;
    display: none;
    cursor: auto;
}

.userdrop-mask.on,
.msgOverlay.on {
    display: block;
}

.msg-block-msg-page {
    position: relative;
    margin: 0 -56px;
    padding: 0 56px;
}

.sticky-image {
    display: none;
    margin-top: -10px;
    margin-bottom: -10px;
    margin-left: -10px;
    height: 45px;
    margin-right: 10px;
    border-radius: 5px;
}

ul.settingsList {
    display: none;
}

ul.settingsList.show {
    display: block;
}

ul.loading.settingsList li {
    position: relative;
}

ul.loading.settingsList li:before {
    content: "";
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 0;
    right: 0;
    z-index: 9;
}

@-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
    }
}

ul.loading.settingsList li:before,
.animated-bg {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -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: #f6f7f8;
    background: #eeeeee;
    background: -webkit-gradient(linear, left top, right top, color-stop(8%, #eeeeee), color-stop(18%, #dddddd), color-stop(33%, #eeeeee));
    background: -webkit-linear-gradient(left, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    -webkit-background-size: 800px 104px;
    background-size: 800px 104px;
    background-color: #f9f9f9;
}

.close-image-croper {
    position: absolute;
    right: 15px;
    top: 5px;
    font-size: 35px;
    margin: 0;
    line-height: 30px;
    font-weight: 300;
}

.unreadCount {
    display: block;
    position: absolute;
    top: -10px;
    right: -16px;
    background-color: #e21c3f;
    border: none;
    border-radius: 100px;
    min-width: 18px;
    height: 18px;
    color: #fff;
    font-size: 10px;
    line-height: 18px;
    text-align: center;
}

.profileboxTabView {
    padding-bottom: 90px;
}

.interestLoader {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Blog section CSS */

.blog-header {
    display: block;
    position: relative;
    width: 100%;
    padding: 10px 0;
    z-index: 2;
    background: #050505;
    box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.2);
}

.blog-body {
    padding: 100px 0;
    background: #ffffff;
}

.blog-container {
    padding: 0 50px;
}

.blog-box {
    padding: 0 0px 24px;
    margin-bottom: 30px;
    border-bottom: 1px solid #d8d8d8;
}

.blog-title {
    line-height: 44px;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 30px;
    color: #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-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: #fff;
    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: 25px;
    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;
}

/***Added By Pritam 08-01-2019 for blog section***/

.blog-full-content img {
    margin-bottom: 22px;
}

.blog-full-content p {
    overflow: hidden;
    font-size: 14px;
    line-height: 25px;
    color: #5d6363;
    margin-bottom: 20px;
    text-overflow: inherit;
    -webkit-line-clamp: inherit;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.blog-full-content h3 {
    font-size: 24px;
    line-height: 36px;
    color: #5d6363;
    font-weight: 700;
    margin-bottom: 20px;
}

.blog-full-content h4 {
    font-size: 24px;
    line-height: 36px;
    color: #5d6363;
    font-weight: 400;
    margin-bottom: 20px;
}

.blog-full-content a {
    color: #dc0a0a;
    text-decoration: underline;
}

/* Blog section CSS END*/
.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: 24px 40px 24px 20px;
}

.packageListCont .pkg .leftS .t {
    display: block;
    color: #c2394d;
    font-size: 30px;
    line-height: 36px;
    font-weight: 500;
}

.packageListCont .ofrsList {
    display: block;
}

.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;
}

/*13th Aug*/
.top_sticky_first {
    position: sticky;
    top: 0;
    z-index: 6;
}

.top_sticky_second {
    position: sticky;
    top: 70px;
    z-index: 5;
}

.notifybox:before {
    top: 9px;
    right: 38px;
    position: absolute;
    content: " ";
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 12px solid #fff;
    border-width: 9px;
    height: 0;
    width: 0;
}

.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: 34px;
    margin: 6px 0 !important;
    padding: 9px 10px !important;
}

.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;
}

.clearfix {
    clear: both;
}

.advanceSearchSec .clearChecked {
    top: 10px;
    right: 12px;
}

.notifyMsgs {
    -moz-animation: cssAnimation 0s ease-in 30s forwards;
    /* Firefox */
    -webkit-animation: cssAnimation 0s ease-in 30s forwards;
    /* Safari and Chrome */
    -o-animation: cssAnimation 0s ease-in 30s forwards;
    /* Opera */
    animation: cssAnimation 0s ease-in 30s 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;
    }
}

.card-logo {
    display: flex;
    float: left;
}

.card-logo img {
    display: block;
    float: left;
    width: 50px;
    max-height: 50px;
}

.card-logo img:not(:first-child) {
    margin: 0 0 0 16px;
}

.carouselImg {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
}

.view-image.show {
    display: flex !important;
    justify-content: center !important;
}

.question-popup .modal-dialog {
    max-width: 1036px;
}

.question-popup .modal-dialog .modal-content {
    background: transparent;
}

.question-popup .modal-dialog .modal-body {
    padding: 0;
}

.question-popup-c {
    display: flex;
    flex-wrap: wrap;
    max-width: 1036px;
    margin: 0 auto;
}

.question-popup-c .panel-l {
    display: flex;
    float: left;
    max-width: 40%;
    flex: 0 0 40%;
    align-items: center;
    padding: 70px 36px;
    background-color: #fdfdfd;
    border-right: 1px solid #d8d8d8;
    border-radius: 10px 0 0 10px;
}

.question-popup-c .panel-r {
    display: block;
    float: left;
    max-width: 60%;
    flex: 0 0 60%;
    padding: 70px 36px;
    background-color: #fff;
    border-radius: 0 10px 10px 0;
}

.question-popup-c .panel-text {
    display: block;
    text-align: center;
    color: #000;
    font-size: 14px;
    line-height: 20px;
}

.question-popup-c .panel-text h2 {
    display: block;
    font-size: 24px;
    line-height: 28px;
    margin: 0;
}

.question-popup-c .panel-text h2:not(:first-child) {
    margin: 16px 0 0 0;
}

.question-popup-c .panel-text p {
    display: block;
    margin: 0;
}

.question-popup-c .panel-text p:not(:first-child) {
    margin: 10px 0 0 0;
}

.question-steps {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.question-steps:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 100%;
    height: 2px;
    border-top: 1px solid #dddddf;
}

.question-steps span {
    display: flex;
    float: left;
    justify-content: center;
    align-items: center;
    width: 26px;
    height: 26px;
    background-color: #fff;
    border: 1px solid #16b049;
    color: #16b049;
    font-size: 15px;
    line-height: 17px;
    font-weight: 600;
    position: relative;
    z-index: 1;
    transition: 400ms;
}

.question-steps span.sl {
    color: #fff;
    background-color: #16b049;
}

.question-popup-c .r-content {
    display: block;
}

.question-popup-c .text-area {
    display: block;
    text-align: center;
    color: #000;
    font-size: 14px;
    line-height: 20px;
    margin: 70px auto 0 auto;
    max-width: 460px;
    min-height: 170px;
}

.question-popup-c .text-area p {
    display: block;
    line-height: 32px;
}

.question-popup-c .text-area p a {
    color: #000;
    text-decoration: underline;
}

.question-popup-c .text-area p a:hover {
    color: #000;
    text-decoration: none;
}

.question-popup-c .text-area p:not(:first-child) {
    margin: 10px 0 0 0;
}

.question-btns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 24px 0 0 0;
}

.question-btn {
    display: flex;
    float: left;
    color: #b9b9b9;
    background-color: #fff;
    font-size: 18px;
    line-height: 24px;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    padding: 4px 16px;
    border: 2px solid #e3e3e3;
    outline: none !important;
    min-width: 214px;
    margin: 16px 12px 0 12px;
    transition: 400ms;
}

.question-btn:hover {
    background-color: #e3e3e3;
    color: #4e4e4e;
}

.question-btn.green {
    color: #fff;
    background-color: #16b049;
    border-color: #16b049;
}

.question-btn.green:hover {
    background-color: #058b31;
    border-color: #058b31;
}

.new-msg-btn {
    background-color: #70c417;
    color: #fff !important;
    /* margin-top: 70px; */
}

.new-msg-btn:hover {
    background-color: #7edd18;
}

.formBoxContainer .logClose {
    display: block;
    position: absolute;
    top: 4px;
    right: 4px;
    width: 32px;
    height: 32px;
    background: url(../images/close-red.svg) no-repeat center center;
    background-size: 16px auto;
}

.logRegForm .logClose {
    display: block;
    position: absolute;
    top: 4px;
    right: 4px;
    width: 32px;
    height: 32px;
    /* background: url(../images/close-red.svg) no-repeat center center; */
    background-size: 16px auto;
}

.headerNav .navClose {
    display: none;
}

.langing-page-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: top center;

    height: auto !important;
}

/* 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;
}

.logRegContainer {
    padding-top: 58px;
}

.headerSearch .searchChklist {
    display: inline-flex;
    align-items: center;
}

.msgLeftPanel .form-control {
    background-color: transparent !important;
    pointer-events: none;
    background-image: none !important;
}

/* .more.sexIntrstClk:hover{
    color:currentColor !important;
} */

.svgContainer svg{
    width: 19px;
    height: auto;
}
.svgContainer{
    background-image:none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.right_space_10{
    margin-right: 10px !important;
 }



 /* start: custom-why-buy-credit-sec */
.custom-why-buy-credit-sec {
    background: #f0f0f2;
    padding: 32px 0 24px;
}

.custom-why-buy-credit-sec .container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: calc(1200px + 30px);
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.custom-why-buy-credit-sec .ses-title {
    text-align: center;
}

.custom-why-buy-credit-sec .ses-title h2 {
    margin: 0;
    padding: 0;
    font-size: 24px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 1.5;
}

.custom-why-buy-credit-sec .ses-title h5 {
    padding: 0;
    font-size: 14px;
    color: rgb(48, 47, 47);
    line-height: 1.571;
    width: 100%;
    max-width: 758px;
    margin: 5px auto 0;
}

.custom-why-buy-credit-sec .custom-credit-pricing {
    display: flex;
}

.custom-why-buy-credit-sec .custom-credit-pricing .ccp-pricing-plan {
    width: 100%;
    max-width: 360px;
}

.custom-why-buy-credit-sec .custom-credit-pricing .ccp-other-plan {
    width: 100%;
    max-width: calc(100% - 360px);
}

.custom-why-buy-credit-sec .custom-credit-pricing-table {
    background: #fff;
    margin-top: 24px;
}

.custom-credit-pricing-table {
    overflow-x: auto;
    overflow-y: hidden;
}

.custom-credit-pricing-table table {
    border-collapse: separate;
    border-spacing: 0 0;
    width: 100%;
}

.custom-credit-pricing-table table .w-165px {
    width: 165px;
}
.custom-credit-pricing-table table .w-360px {
    width: 360px;
}

.custom-credit-pricing-table table thead tr th {
    vertical-align: top;
    padding: 10px 10px;
}

.custom-credit-pricing-table table thead tr th:not(:last-child) {
    border-right: 1px solid rgb(177 177 177);
}

.custom-credit-pricing-table table .th-title-w-price {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    row-gap: 12px;
}

.custom-credit-pricing-table table .th-title-w-price .th-title {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background-color: rgb(0, 0, 0);
    height: 95px;
    font-size: 22px;
    color: rgb(255, 255, 255);
    line-height: 1.636;
    width: 100%;
}

.custom-credit-pricing-table table .th-title-w-price .th-price {
    font-size: 30px;
    color: rgb(243, 20, 49);
    font-weight: bold;
    line-height: 1.2;
}

.custom-credit-pricing-table table tbody tr .th-title-w-price {
    display: none;
}

.custom-credit-pricing-table table tbody tr td {
    font-size: 15px;
    color: rgb(48, 47, 47);
    line-height: 1.2;
    padding: 15px 10px;
    border-top: 1px solid rgb(177 177 177);
}

.custom-credit-pricing-table table tbody tr td:not(:last-child) {
    border-right: 1px solid rgb(177 177 177);
}

.custom-credit-pricing-table table tbody tr td .price-w-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    column-gap: 10px;
    font-weight: 600;
    font-size: 17px;
}

.custom-credit-pricing-table table tbody tr td .price-check-icon {
    display: flex;
    justify-content: center;
}
.custom-credit-pricing-table table tbody tr td .price-check-icon img{
    width: 18px;
}
.custom-credit-pricing-table table tbody tr td .td-submit-actioins {
    display: flex;
    justify-content: center;
    width: 100%;
    cursor: pointer;
}

.custom-credit-pricing-table table tbody tr td .td-submit-actioins .buy-btn {
    font-size: 18px;
    color: rgb(255, 255, 255);
    line-height: 1.222;
    text-align: center;
    border-radius: 5px;
    /* background-color: rgb(243, 20, 49);  */
    height: 38px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    transition: .5s;
}

.custom-credit-pricing-table table tbody tr td .td-submit-actioins .buy-btn:hover {
    box-shadow: 3px 5px 10px #a7a7a7;
}
.custom-credit-pricing-table img{
    margin: 0;
}
/* end: custom-why-buy-credit-sec */

/* contact-page new design */

.boxes{
    width: 50%;
    padding: 30px;
}
.image_holder{
    display: block;
    margin: auto;
    width: 80%;
    height: 300px;
    background: url(../images/contact_us.svg) no-repeat center center;
    /* background-size: 16px auto; */

}
.boxes p{
    font-size: 12px;
}
.logRegContainer.Contactpage .form-group input,
.logRegContainer.Contactpage .form-group textarea{
    border-radius: 5px;
}

.logRegContainer.Contactpage .form-group textarea{
    height: auto !important;
}

.Contactpage .logRegForm{
    display: flex;
    width: 800px;
    background-color: transparent !important;
    padding: 0px !important;
    opacity: 1 !important;
}


/* contact-page new design */