/*==// RESET */

* {
    margin: 0;
    padding: 0;
    outline: 0 !important;
    border: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    /*font-family: Arial, Helvetica, sans-serif;*/
    /*font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif!important;*/
    font-family: Open Sans Hebrew, Lato, 'Helvetica Neue', Arial, Helvetica, sans-serif !important;
    font-weight: 400;
    font-style: normal;
}

*:focus {
    outline: 0;
}

a:active {
    color: #EE1D24
}

.wrap {
    margin-inline: auto;
    max-width: 1270px;
}
.logo-menu>.wrap{
    display: flex;
}

.logo-menu>.wrap>*{
    flex-shrink: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
    display: block;
}

ol, ul, li {
    display: block;
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th, td, caption {
    font-weight: normal;
    vertical-align: central;
}

q {
    quotes: none;
}

q:before, q:after {
    content: "";
    content: none;
}

sub, sup, small {
    font-size: 75%;
}

sub, sup {
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: 10px;
}

sup {
    top: 10px;
}

svg {
    overflow: hidden;
}

pre, code {
    font-family: monospace;
}

hr {
    border: 0;
    border: 1px solid #eee;
    clear: both;
}

blockquote {
    border-inline-end: 1px solid #A5ABAB;
    margin: 15px;
    padding: 0 12px 0 12px;
}

code {
    margin: 10px;
}

strong, .bold, b {
    font-weight: 700;
}

.banner-app-download {
    display: none !important;
}

/**/
:root {
    --logo-height: 60px;
}

/**/

/**/
.clr {
    clear: both;
    display: block;
}

.clearfix:after, .clearfix:before {
    clear: both;
    content: '';
    display: block;
    width: 100%;
}

.flex {
    display: flex!important;
    flex-wrap: wrap;
    align-items: center;
}
.flex-space-between{
    justify-content: space-between;
}
.flex-space-between> *{
    display: inline-block;
}
.blacken{
    filter: brightness(0);
}

/**/
input, select, textarea {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 0;
    -webkit-border-radius: 0;
    border: 0;
    padding: 0 10px;
    width: 100%;
    background: none;
}

textarea {
    resize: none;
}

input[type=button], input[type=submit], .button {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    transition: ease 0.2s;
}

select {
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select:focus {
    outline: none;
}

::-webkit-input-placeholder {
    color: #3a3b3e;
}

:-moz-placeholder {
    color: #3a3b3e;
    opacity: 1;
}

::-moz-placeholder {
    color: #3a3b3e;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #3a3b3e;
}

/**/
img {
    max-width: 100%;
    display: block;
    border: 0;
}

img a {
    border: none;
}

/**/
a {
    color: #EE1D24;
    text-decoration: none;
    border: none;
    transition: ease 0.2s;
}

a:hover {
    text-decoration: none;
}

::-moz-selection {
    background: #ff9c2c;
    color: #fff;
}

::selection {
    background: #ff9c2c;
    color: #fff;
}

/*::-webkit-selection { background: #ff9c2c; color: #fff; }*/


/*==// SITE CSS */

body {
    background: #fff;
    font-size: 16px;
    color: #47494d;
    line-height: 22px;
    direction: ltr;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 0;
}

h1, h2, h3 {
    font-size: 36px;
}

h4 {
    font-size: 24px;
}

h5, h6 {
    font-size: 18px;
}

b, strong {
    font-weight: 700;
}

p {
    line-height: 22px;
}

p:last-child {
    margin-bottom: 0;
}

.italic {
    font-style: italic;
}

.main-container {
    max-width: 1800px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

l1.wrap {
    max-width: 1270px;
    margin: 0 auto;
    position: relative;
}


.banner {
    position: relative;
    padding: 20px 0;
}

.toph1 {
    text-align: center;
    margin: 5px auto 0 auto;
    max-width: 1800px;
    height: 16px;

}

#profileTwo_city {
    display: none;
}

.field.hidden {
    display: none
}

input.city {
    line-height: 2
}

.dropdown {
    display: none;
    width: 51.2%;
    margin: 32px 19% 0;
    overflow-y: scroll;
    height: 200px;
    background-color: #fff;
    padding-inline-end: 5px;
}

.dropdown.signup {
    width: 37.2%
}

.spedate-fixed {
    position: fixed;
    bottom: 0;
    z-index: 999;
    height: 90px;
    inset-inline-end: 50%;
    margin-inline-end: -345px;
}


.toph1 h1 {
    font-size: 16px;
}

/* header */
header {
    background: white;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 99;
    inset-inline-end: 0;
    border-bottom: 1px solid #c1272c;
}

header.opac {
    background: rgba(255, 255, 255, 0.9)
}

header .wrap {
    padding: 16px 0; 
}

header .logo {
    float: left;
    float: end;
}

header .logo img {
    height: var(--logo-height);
}

header .right {
    float: right;
    float: start;
    max-width: 558px;
    position: relative
}

.topbtns {
    padding-top: 22px;
}

.topbtns a {
    color: black;
    font-size: 20px;
    display: inline-block;
    line-height: 30px;
    height: 30px;
    margin-inline-end: 40px;
    font-weight: 700;
    float: right;
}

.frmbtn {
    background: url(../images/formicon.png) no-repeat left top;
    padding-inline-start: 40px;
}

.logbtn {
    background: url(../images/loginicon.png) no-repeat left top;
    padding-inline-start: 35px;
}

header .form {
    position: absolute;
    width: 560px;
    bottom: -112px;
    inset-inline-end: 0;
    display: none;
}

header .forgot-pwd {
    padding-top: 5px;
    color: #444;
    text-decoration: underline;
    width: 24%;
    float: right;
    float: end;
    text-align: center;
    font-size: 14px;
    margin-block-start: var(--form-bottom-row-margin);

}

header .txtbox {
    background: #e3e3e2;
    float: left;
    float: start;
    width: 36%;
    color: #47494d;
    margin-inline-end: 2%;
}

header .btn {
    text-align: center;
    color: #fff;
    background: #EE1D24;
    width: 24%;
}

.txtbox, .btn {
    font-size: 20px;
    height: 45px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

header.opac .wrap {
    padding: 3px 0;
}

header.opac .wrap .logo img {
    max-height: 48px;
}

header.opac .topbtns {
    padding-top: 9px;
}

header .vegan-label {
    position: absolute;
    width: 60px;
    display: inline;
    inset-inline-end: -50px;
    top: -10px;
}

#login_form {
    --form-bottom-row-margin: 12px;
}

.form .facebook-mobile-login-btn {
    float: right;
    float: end;
    background-color: #36589B;
    color: #fff;
    height: 34px !important;
    /*position: absolute;*/
    /*bottom: -16px;*/
    width: 157px;
    font-size: 18px;
    border-radius: 6px;
    /*inset-inline-end: 14px;*/
    margin-inline: 8px;
    margin-block-start: var(--form-bottom-row-margin);
}

.form .ficon {
    display: inline-block;
    width: 33px;
    background-color: #1D4187;
    position: relative;
    inset-inline-end: -14px;
    height: 32px;
    line-height: 34px;
    border-radius: 0 5px 5px 0;
    box-shadow: inset 0 0 2px 0;
    padding-inline-end: 4px;
}

footer img.vegan-label {
    position: relative;
    width: 100px;
    bottom: 140px;
    inset-inline-end: 12%;

}

header.opac .vegan-label {
    width: 40px;
    top: 0
}

.heading {
    padding: 40px 0;
}

.heading h1,
.heading h2,
.heading h3,
.heading h4,
.heading h5,
.heading h6 {
    font-size: 48px;
    text-align: center;
}

/* hmslider */
.hmslider {
    /*margin-top: 165px;*/
    margin: 0 !important;
}

.hmslider .slick-slide {
    position: relative;
}

.hmslider .caption {
    max-width: 1270px;
    width: 100%;
    position: absolute;
    inset-inline-start: 0;
    bottom: -135px;
    transform: translate(10%, -40%);
    -webkit-transform: translate(10%, -40%);
}

.caption .capinn {
    max-width: 340px;
    color: #fff;
    text-align: center;
    float: left;
    float: end;
    /* margin-inline-end: 1000px; */
    margin-inline-end: 224px;
    color: #000;
}

.capinn h3 {
    padding-bottom: 16px;
}

.caption h2 {
    font-size: 50px;
    font-weight: 700;
    color: #EE1D24;
    line-height: 50px;
    padding: 0 0 15px;
}

.caption p {
    font-size: 24px;
    line-height: 30px;
    padding: 0 0 23px;
}

.caption .joinbtn {
    padding: 15px 0;
}

.caption .joinbtn a {
    display: inline-block;
    padding: 0 15px 2px;
    line-height: 75px;
    color: #fff;
    background: #EE1D24;
    font-weight: 700;
    font-size: 31px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.caption .btmbtn {
    text-align: center;
}

.caption .btmbtn a {
    display: inline-block;
    width: 26px;
    height: 31px;
    margin: 0 5px;
}

.caption .andriod-icon {
    background: url(../images/slider-android-icon.png) no-repeat top left;
}

.caption .apple-icon {
    background: url(../images/slider-apple-icon.png) no-repeat top left;
}

/* whyjoin */
.whyjoin {
    text-align: center;
    margin: 0 auto;
    width: 70%;
    padding: 0 0 40px 0;
}

.whyjoin h3 {
    font-size: 30px;
    font-weight: 400;
    padding: 10px 0 0 0;
}

.whyjoin h4 {
    font-size: 22px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 0;
}

.whyjoin ul {
    padding: 0 40px 40px 18px;
    width: 973px;
    margin: auto;
    display: flex;
}

.whyjoin ul::before, .whyjoin ul::after {
    content: none;
}

.photo-status .approved {
    color: green;
}

.photo-status .unapproved {
    color: #EE1D24;
}

.whyjoin li {
    flex: 1 1 0;
    min-width: 0;
    /*float: left;*/
    /*float: start;*/
    /*width: 19%;*/
    padding: 0 10px 4px 10px;
    text-align: center;
    border: 1px solid #c0c0c0;
    box-shadow: 0 3px 0 0 #d7d7d7;
    /*height: 311px;*/
    max-width: 166px;
    margin: 0 8px;

}

.whyjoin .icondiv {
    height: 125px;
    line-height: 125px;
    margin-bottom: 0;
}

.whyjoin .icondiv img {
    display: inline-block;
    vertical-align: middle;
}

.freereg {
    position: relative;
    text-align: center;
}

.freereg a {
    background-color: #EE1D24;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    font-size: 38px;
    padding: 0 50px 3px;
    line-height: 70px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
    position: relative;
}

/*.whyjoin .freereg a:after { background: url(../images/why-join-arrow.png) no-repeat top inline-end; content: ''; position: absolute; width: 43px; height: 48px; inset-inline-end: -65px; top:-8px; }*/

/* qsearch */
.qsearch {
    background: url(../images/desktop-faces.png) no-repeat 38% center #EE1D24;
    position: relative;
    height: 620px;
    background-position: center;
    color: #000;
}

.qform {
    max-width: 360px;
    margin: 0 auto;
}

.qsearch .field {
    overflow: hidden;
    margin-bottom: 20px;
}

.qsearch label {
    float: left;
    float: start;
    font-size: 27px;
    width: 100%;
    text-align: center;
    line-height: 45px;
}

.qsearch .txtbox {
    background: #fff;
    float: right;
    float: end;
    width: 65%;
}

.qsearch .field2 {
    float: right;
    float: end;
    width: 65%;
}

.qsearch .field2 div {
    float: left;
    float: start;
    width: 35%;
}

.qsearch .field2 span {
    float: left;
    float: start;
    font-size: 27px;
    line-height: 45px;
    padding: 0 6.5%;
}

.qsearch .field2 .txtbox {
    width: 55%;
}

.qsearch .field2 div.first .txtbox {
    width: 100%;
}

.qsearch .btn {
    display: block;
    width: 60%;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 27px;
    background-color: #010000;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
    height: 55px;
    margin-inline-end: 7px;
}

.select {
    background: url(../images/select-arrow.png) no-repeat right center #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    float: right;
    float: end;
    width: 65%;
    height: 45px;
    margin-inline-end: 39px;
}

.select select {
    height: 45px;
    font-size: 20px;
}

/* parallax */
footer .rightsect .social-icon
.parallax {
    background: url(../images/free-sighnup-background.jpg) no-repeat center center;
    background-position: center;
    background-size: cover;
}

.parallax .wrap {
    height: 720px;
}

.parallax .contbox {
    max-width: 660px;
    padding: 60px 50px;
    text-align: center;
    color: #47494d;
    line-height: 40px;
    background: rgba(255, 255, 255, 0.6);
    width: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    position: absolute;
    inset-inline-end: 50%;
    top: 52%;
    transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
}

.parallax .contbox p {
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 30px;
}

/* hp-articles */
.hp-articles {
    width: 100%;
    text-align: center;
    padding: 0 0 77px;
}

.hp-articles ul li {
    display: inline-block;
    vertical-align: top;
    max-width: 340px;
    width: 100%;
    padding: 0 20px;
}

.hp-articles h3 {
    color: #ff0418;
    font-size: 30px;
}

.hp-articles p {
    line-height: 30px;
    font-size: 22px;
    padding: 10px 0 30px 0;
    height: 195px;
}

.hp-articles .readmore {
    display: inline-block;
    font-size: 18px;
    color: #47494d;
    height: 75px;
}

.hp-articles .imagediv {
    position: relative;
    width: 193px;
    height: 193px;
    border: 13px solid #EE1D24;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 40px auto;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

/* howjoin */
.howjoin {
    background: #cfd0d4;
    padding: 40px 0;
    text-align: center;
}

.howjoin .heading {
    padding: 0 0 10px 0;
}

.howjoin h3 {
    font-size: 30px;
    font-weight: 400;
    padding-bottom: 40px;
}

/*.howjoin .freereg a:after { background: url(../images/why-join-arrow2.png) no-repeat top inline-end; content: ''; position: absolute; width: 43px; height: 48px; inset-inline-end: -65px; top:-8px; }*/

/* connect */
.connect {
    text-align: center;
    padding-bottom: 40px;
}

.connect .wrap {
    max-width: 71%;
    position: relative;
}

.connect p {
    line-height: 40px;
    padding-bottom: 40px;
    font-size: 26px;
    text-align: end;
    width: 93%;
    color: black
}

.connect .mb-img {
    position: absolute;
    inset-inline-end: -180px;
    top: 124px;
}

.connect .mb-img:after {
    background: url(../images/arrow2.png) no-repeat top right;
    content: '';
    position: absolute;
    width: 43px;
    height: 48px;
    inset-inline-end: -65px;
    bottom: 50px;
}

.connect .android-ios-img {
    text-align: center;
}

.connect .android-ios-img a {
    display: inline-block;
    margin: 0 10px;
}

/* footer */
footer {
    max-width: 1800px;
    margin: 0 auto;
    overflow: hidden;
    background: #242421;
    color: black;
    padding: 62px 0 62px;
    border-bottom: 1px solid #1b2131;
}

footer .flex {
    display: flex;
}

footer > .flex {
    column-gap: 20px;
    padding-inline: 32px;
    align-items: flex-start;
}

footer .flex-end {
    margin-inline-start: auto;
}

.flex-end > .flex {
    column-gap: 40px;
}

footer .wrap {
    max-width: 850px;
}

footer .menudiv1 {
    /*float: left;*/
    /*float: start;*/
    /*flex-basis: 20%;*/
    width: 20%;
}

footer .menudiv2 {
    /*float: left;*/
    /*float: start;*/
    width: 20%;
    /*flex-basis: 20%;*/
}

footer .menudiv3 {
    /*float: left;*/
    /*float: start;*/
    width: 20%;
    /*flex-basis: 20%;*/
}

footer .menudiv4 {
    /*float: right;*/
    /*float: end;*/
    width: 30%;
    /*flex-basis: 1;*/

}


footer h4 {
    font-size: 18px;
    color: #bdbebe;
    padding: 0 0 17px;
    font-weight: bold;
}

footer ul {
}

footer ul li {
    padding: 0 0 5px 0;
    display: block;
    font-size: 16px;
}

footer ul li a {
    color: #bdbebe;
}

footer ul li a:hover {
    color: #9c9fa6;
}

footer .rightsect {
    width: 215px;
    float: right;
    float: end;
}

footer .rightsect h5 {
    font-size: 110%;
    color: #bdbebe;
    padding: 0 0 11px;
    font-weight: bold;
    text-align: center;
}

footer .flex-end h5 {
    font-size: 110%;
    color: #bdbebe;
    font-weight: bold;
    margin-block-end: 16px;
}

footer .fb-regist a {
    background: url(../images/facebook-registration.png) no-repeat top right;
    display: block;
    height: 44px;
    width: 215px;
}

footer .rightsect .topsec {
    padding: 0 0 15px;
}

footer .rightsect .topsec a {
    color: #c9251e;
}

footer .rightsect .social-icon {
    width: 105px;
    float: left;
    float: start;
    margin-bottom: 12px;
}

/*footer .rightsect .social-icon .social-fb{float:startt;}*/
/*footer .rightsect .social-icon .social-google{float:inline-end;}*/
footer .rightsect .email-icon {
    width: 65px;
    float: left;
    float: start;
    margin-inline-end: 29px;
    text-align: center
}

footer .rightsect .email-icon img {
    display: inline-block;
}
footer .social-icon a{
    display: inline-block;
}

.wrap2 {
    position: relative;
    max-width: 1270px;
    margin: 0 auto;
    padding: 0 10px;
    /*using to position the upscroll arrow on the right*/
    direction: rtl;
}

.scroltop {
    background: url(../images/scroll-top.png) no-repeat top right;
    bottom: 70px;
    height: 34px;
    opacity: 0;
    position: fixed;
    width: 34px;
    z-index: 99999;
}

.scroltop.showscroll {
    opacity: 1;
}

/*====================================================== Inner Page (blogim) */
.headerinn {
    border-bottom: 3px solid #EE1D24;
    box-shadow: 0 5px 4px rgba(221, 221, 221, 1);
    -webkit-box-shadow: 0 5px 4px rgba(221, 221, 221, 1);
    width: 100%;
    max-width: 1800px;
    margin: 0 auto;
    position: fixed;
    top: 0;
    z-index: 99999;
}

/**/
.topbar {
    border-top: 1px solid #202635;
    background: #30302D;
    width: 100%;
    font-size: 14px;
    color: #fff;
}

.topbar li {
    float: right;
    float: end;
    margin-inline-end: 20px;
}

.topbar a {
    color: #fff;
}

.topbar .uimg {
    width: 23px;
    height: 24px;
    margin-inline-end: 10px;
    float: left;
    float: start;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    overflow: hidden;
}

.topbar .logout {
    text-decoration: underline;
}

/**/
.logo-menu {
    padding: 0 0 15px;
    background: white;
}

.innlogo {
    float: left;
    padding-inline-end: 16px;
}

.innlogo img {
    height: var(--logo-height);
}

/**/
.headerinn .menu {
    float: left;
    float: end;
    padding: 26px 0 0 0;
    position: relative;
}

.headerinn .menu ul, .headerinn .menu ul, .headerinn ul, .headerinn ul{
    padding: 0;
    margin: 0;
    display: flex;
}

.headerinn .menu ul li,.headerinn ul li {
    margin: 0 0 0 5px;
    text-align: center;
}

.headerinn .menu ul li a,.headerinn ul li a {
    color: #3a3a3b;
    font-size: 22px;
    display: block;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #e7e8ef;
    line-height: 32px;
    padding: 0 20px;
}

.headerinn .menu ul li a:hover, .headerinn .menu ul li a.active, .headerinn ul li a:hover, .headerinn ul li a.active {
    background: #EE1D24;
    color: #fff;
}

.tglmenu, .tglacc-mng, .tgllists, .tgl {
    display: none;
}

#tglacc-mngbox, #tgllistsbox, #menu {
    display: block;
    display: flex;
    align-items: flex-end;
}

.headerinn.scroll .logo-menu {
    padding: 6px 0;
}

.headerinn.scroll .innlogo {
    /*width: 70%;*/
}

.headerinn.scroll .innlogo img {
    max-height: 60px;
}

.headerinn.scroll .menu {
    padding: 4px 0 0 0;
}

/* innercont */
.innercont {
    padding: 175px 0 60px 0;
}

.asideR {
    width: 19%;
    float: left;
    float: start;
}

.asideL {
    width: 23.1%;
    float: right;
    float: end;
    margin-inline-start: 1.8%;
}

.mobile {
    display: none;
}

.midsec {
    float: right;
    width: 54.3%;
}

/**/
.asideL .greybox h3 {
    float: left;
    float: start;
    font-size: 18px !important;
    color: #EE1D24;
    padding: 0 20px;
}

.asideL .greybox a {
    color: #EE1D24;
}

.asideL .greybox h3 span {
    color: #3a3a3b;
    font-size: 12px;
    font-weight: normal;
}

.asideL .greyboxmid {
    padding: 23px 2%;
}

.asideL .rptimgbox {
    float: left;
    float: start;
    width: 46%;
    margin: 2%;
    background: #fff;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    max-height: 158px;
    overflow: hidden;
}

.asideL .rptimgbox img {
    width: 100%;
}

.asideL .rptimgbox a {
    display: block;
}

/**/
.asideR .greybox {
    margin-bottom: 30px;
}

.asideL .greybox h3, .asideR .greybox h3, .tgl_qs {
    background-color: #8a8d96;
    color: #fff;
    /* font-family: myriad-hebrew!important; */
    font-size: 16pt;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    float: left;
    float: start;
    line-height: 45px;
    padding: 0 30px;
    -webkit-border-radius: 5px 5px 0 0;
    -webkit-box-shadow: inset -5px 0 8px -5px #aaa;
    width: 100%;
    box-shadow: 1px 1px 0 1px #595a5e;
    border-radius: 6px;
}

.asideR .greyboxmid, .asideL .greyboxmid {
    border-radius: 5px 0 5px 5px;
    -webkit-border-radius: 5px 0 5px 5px;
    font-size: 18px;
    clear: both;
    position: relative;
    z-index: 99;
    top: -1px;
}

.asideR .greyboxmid ul {
    padding: 10px 0 10px 12px;
}

.asideR .greyboxmid ul li {
    padding-bottom: 2px;
    overflow: hidden;
    border-bottom: 1px dotted #b7b7b8;
    position: relative;
}

.asideR .greyboxmid ul li a {
    color: #3a3a3b;
    font-size: 16px;
    display: block;
    padding: 0;
    line-height: 40px;
}

.asideR .greyboxmid ul li a i {
    float: left;
    float: start;
    width: 35px;
    margin-inline-end: 10px;
    text-align: center;
}

.asideR .greyboxmid ul li a i img {
    vertical-align: middle;
    display: inline;
}

.asideR .greyboxmid ul li a span {
    font-size: 16px;
}

.asideR .greyboxmid ul li a:hover, .asideR .greybox2 ul li a:hover {
    color: #EE1D24;
}

/**/
.asideR .greybox2, .asideR .greybox3 {
    background: #ebedf2;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 18px;
    clear: both;
    -webkit-box-shadow: inset -5px -5px 8px -5px #aaa;
    box-shadow: inset -5px -5px 8px -5px #aaa;
    margin-bottom: 30px;
    padding: 20px 12px 10px 12px;
}

.asideR .greybox2 h3 {
    background: #c6c9d2;
    font-size: 20px;
    color: #3a3a3b;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 1px #777;
    box-shadow: 1px 1px 1px #777;
    margin-bottom: 10px;
    padding: 8px 0;
    text-align: center;
}

.g2h {
    display: inline-block;
    vertical-align: top;
    line-height: 30px;
    padding: 0 5px;
    color: #3a3a3b;
}

.asideR .greybox2 h3 span {
    display: inline-block;
    vertical-align: top;
    line-height: 30px;
    padding: 0 5px;
}

.asideR .greybox2 h3 span img {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

.asideR .greybox2 h3 span .prev {
    background: url(../images/arrow.png) no-repeat;
    display: inline-block;
    width: 15px;
    height: 14px;
    vertical-align: middle;
}

.asideR .greybox2 h3 span .next {
    background: url(../images/arrow.png) no-repeat right;
    display: inline-block;
    width: 15px;
    height: 14px;
    vertical-align: middle;
}

.asideR .greybox2 ul li {
    border-bottom: 1px solid #b0b1b6;
    padding: 8px 0;
    overflow: hidden;
    position: relative
}

.asideR .greybox2 ul li:last-child {
    border-bottom: 0;
}

.asideR .greybox2 ul li a {
    color: #3a3a3b;
    font-size: 16px;
    display: block;
    padding: 0;
    line-height: 22px;
}

.asideR .greybox2 ul li a i {
    float: left;
    float: start;
    width: 35px;
    margin-inline-end: 10px;
    text-align: center;
}

.asideR .greybox2 ul li a i img {
    vertical-align: middle;
    display: inline;
}

.asideR .greybox2 ul li a span {
    float: left;
    float: start;
    width: 66%;
    vertical-align: middle;
}

.asideR .greybox2 ul li a span.oline {
    padding-top: 5px;
}

/**/
.asideR .greybox3 {
    padding: 0;
}

.asideR .greybox3 h3 {
    font-size: 20px;
    color: #EE1D24;
    padding: 0 15px 15px 0;
    position: relative;
}

.asideR .greybox3 h3:after {
    content: '';
    position: absolute;
    inset-inline-end: 0;
    top: 6px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-inline-end: 6px solid #444;
    z-index: 9;
}

.asideR .greybox3 .select {
    height: 35px;
    background-size: contain;
    width: 59px;
}

.asideR .greybox3 .select select {
    height: 35px;
    font-size: 12px;
}

.asideR .greybox3 .field {
    overflow: hidden;
    margin-bottom: 24px;
}

.greybox3.desktop .field:not(.field .field, :last-of-type) {
    /* border: 1px solid red; */
    border-bottom: 1px solid gray;
}

.asideR .greybox3 .field2 { /*float: right;float:end;*/
    overflow: hidden;
    width: 75%;
}

.asideR .greybox3 .field2 span {
    /*float to start*/
    float: left;
    float: start;
    float: inline-start;
    padding: 0 10px;
    line-height: 35px;
}

/*.asideR .greybox3 label { font-weight: 700; }*/
.asideR .greybox3 .half {
    width: 50%;
    float: right;
    float: end;
    text-align: start;
}

.asideR .greybox3 .chkbox {
    font-size: 14px;
    display: block;
    padding: 0 !important;
    float: start !important;
    line-height: 25px !important;
}

.asideR .greybox3 .chkbox .chk {
    width: auto;
}

.asideR .greybox3 .field2.cb {
    clear: both;
    float: none;
    width: 100%;
}

.asideR .greybox3 .cb .chkbox {
    margin-inline-end: 10px;
}

.asideR .greybox3 .txtbox {
    background: #fff;
    height: 35px;
}

.asideR .greybox3 .btn {
    background: url(../images/arrow3.png) no-repeat 20px center #EE1D24;
    background-position-x: 90%;
    height: 35px;
    color: #fff;
    width: 100px;
    margin-top: 10px;
    padding-inline-end: 20px;
}

/**/
.greybox2.ad {
    padding: 15px;
}

.greybox2.ad_2 {
    padding: 0;
}

/* cont */
.midsec h1, .midsec.magazine h2 {
    background: #EE1D24;
    font-size: 24px;
    color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 12px 20px;
    margin-bottom: 15px;
}

.midsec h1 a {
    color: #fff;
}

.cont {
    background: #ebedf2;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: inset -5px -5px 8px -5px #aaa;
    box-shadow: inset -5px -5px 8px -5px #aaa;
    padding: 25px 25px 60px 25px;
}

.cont .blogtitle {
    padding: 0 0 36px 0;
}

.cont .blogtitle a {
    color: #3a3a3b;
}

.cont .blogtitle span {
    float: left;
    float: start;
}

.cont .blogtitle span.bg-title {
    padding: 10px 0 0 19px;
}

.blogtabsec ul.tabnav {
    margin-bottom: 5px;
    margin-inline-end: -0.5%;
    margin-inline-end: -0.5%;
}

.blogtabsec ul.tabnav li {
    width: 24%;
    margin: 0.5%;
    float: left;
    float: start;
    text-align: center;
}

.blogtabsec ul.tabnav li a {
    font-size: 17px;
    color: #3a3a3b;
    padding: 6px 0;
    text-align: center;
    display: block;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #c0c2c9;
}

.blogtabsec ul.tabnav li a.active {
    background: #EE1D24;
    color: #fff;
}

.blogtabsec .contentbox {
    border: 1px solid #dbdbdc;
    background: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.blogtabsec .tabs {
    padding: 10px 10px 50px 10px;
}

.boxrpt {
    border-bottom: 1px dotted #aaaaab;
    padding: 12px;
    position: relative
}

.boxrpt .userimg {
    float: left;
    float: start;
    width: 14.8%;
}

.boxrpt .userimg img {
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.boxrpt .datediv {
    color: #808080;
    float: right;
    float: end;
    font-size: 12px;
}

.boxrpt .descbox {
    float: right;
    float: end;
    width: 82%;
    position: relative;
}

.boxrpt .titlesec {
    padding: 21px 0 1px;
}

.boxrpt .titlesec h3 {
    float: left;
    float: start;
    width: 70%;
    color: #3a3a3b;
    font-size: 16pt
}

.boxrpt .titlesec h3 a {
    color: #3a3a3b;
}

.boxrpt .titlesec h3 a:hover {
    color: #EE1D24;
}

.boxrpt .desctext {
    font-size: 100%;
    color: #3a3a3b;
    line-height: 18px;
    padding: 0 0 0 0;
}

.boxrpt .desctext a {
    color: #3a3a3b;
}

.boxrpt .desctext a:hover {
    color: #EE1D24;
}

/**/
.blogtabsec .tabcontent3 {
    padding: 40px;
}

.blogtabsec .tabcontent3 .contbox {
    padding-bottom: 26px;
}

.blogtabsec .tabcontent3 .reply-icon {
    width: 35px;
    float: left;
    float: start;
    margin-inline-end: 15px;
}

.blogtabsec .tabcontent3 h5 {
    float: left;
    float: start;
    width: 70%;
    color: #3a3a3b;
    font-size: 18px;
    padding: 8px 0 0 0;
}

.blogtabsec .tabcontent3 h5 a {
    color: #3a3a3b;
}


/*====================================================== blogim3  */

.forumbox {
}

.forumbox .titlesec {
    background: #cbcdd7;
    color: #73ac12;
    font-size: 18px;
    padding: 10px 20px;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    -webkit-box-shadow: inset -5px 0 8px -5px #999;
    box-shadow: inset -5px 0 8px -5px #999;
}

.forumcont {
    background: #ecedf3;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    -webkit-box-shadow: inset -5px -5px 8px -5px #ccc;
    box-shadow: inset -5px -5px 8px -5px #ccc;
    padding: 40px 20px;
}

/* forumtop */
.forumtop {
    padding-bottom: 25px;
}

.forumtop .rightprfdtl {
    width: 68%;
    float: left;
    float: start;
    font-size: 16px;
}

.forumtop .topbox {
    border: 1px solid #dbdbdc;
    color: #3a3a3b;
    background: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 12px 12px 0 12px;
}

.forumtop .user-image {
    float: left;
    float: start;
    width: 100px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.forumtop .textpart1 {
    width: 32%;
    float: left;
    float: start;
    border-inline-end: 1px solid #c7c7c8;
    min-height: 116px;
    margin: 40px 10px 0 30px;
}

.forumtop .textpart2 {
    width: 32%;
    float: left;
    float: start;
    min-height: 116px;
    margin-top: 40px;
}

.forumtop .topbox h4 {
    font-size: 18px;
    padding-bottom: 18px;
}

.forumtop .topbox h4 a {
    color: #3a3a3b;
}

.forumtop .topbox h4 a:hover {
    color: #EE1D24;
}

.forumtop .topbox p {
    line-height: 18px;
    font-size: 88%;
}

.forumtop .calendardiv {
    width: 30%;
    float: right;
    float: end;
}

.smlinks {
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    background: #f3f3f5;
    min-height: 37px;
    border: 1px solid #dbdbdc;
    border-top: 0;
    padding: 8px 4px 0 0;
    font-size: 14px;
}

.smlinks li {
    float: left;
    float: start;
    border-inline-end: 1px solid #bfbfc1;
}

.smlinks li a {
    padding: 0 7px;
    display: block;
    float: left;
    float: start;
    color: #3a3a3b;
}

.smlinks li a span, .smlinks li a:hover {
    color: #EE1D24;
}

.smlinks li:last-child {
    border: 0;
}

/* forumidbox */
.forumidbox {
    margin-bottom: 30px;
}

.npnav {
    padding: 0 2px 10px 2px;
}

.npnav a {
    display: block;
    color: #EE1D24;
    position: relative;
}

.npnav .npprev {
    float: right;
    float: end;
    padding-inline-end: 15px;
}

.npnav .npnext {
    float: left;
    float: start;
    padding-inline-end: 15px;
}

.npnav .npprev:after {
    position: absolute;
    content: '';
    top: 5px;
    inset-inline-end: 0;
    border-inline-end: 8px solid #EE1D24;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
}

.npnav .npnext:after {
    position: absolute;
    content: '';
    top: 5px;
    inset-inline-end: 0;
    border-inline-end: 8px solid #EE1D24;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
}

/**/
.forumidbox .blogarea {
    background: #fff;
    border: 1px solid #dbdbdc;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    padding: 20px;
}

.forumidbox .btitle {
    padding: 0 0 21px;
}

.forumidbox .btitle h3 {
    float: left;
    float: start;
    font-weight: bold;
    color: #3a3a3b;
    font-size: 28px;
}

.forumidbox .btitle .datediv {
    float: right;
    float: end;
    font-size: 14px;
}

.forumidbox .blogtext {
    color: #3a3a3b;
    min-height: 644px;
}

/**/
.replies {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #dbdbdc;
    padding: 20px;
    margin-bottom: 30px;
}

.replies h3 {
    font-weight: bold;
    color: #3a3a3b;
    font-size: 180%;
    margin-bottom: 15px;
}

.replies ul {
}

.replies li {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #dbdbdc;
    padding: 5px 30px 5px 5px;
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
}

.replies li:after {
    background: #EE1D24;
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    inset-inline-end: 10px;
    top: 11px;
}

.replies li.even:after {
    background: #3a3a3b;
}

.replies li .datediv {
    float: right;
    float: end;
    padding: 0 7px;
    border-inline-end: 1px solid #c7c7c8;
    margin: 0 10px 0 0;
    font-size: 14px;
}

.replies li .namediv {
    float: right;
    float: end;
    text-align: end;
    width: 20%;
}

.replies li .namediv span {
    color: #EE1D24;
}

.replies li .textdiv {
    width: 50%;
    float: left;
    float: start;
}

.replies li .textdiv a {
    display: block;
    color: #47494d;
}

.replies li .textdiv a:hover {
    color: #EE1D24;
}

.replies li.even {
    margin-inline-end: 26px;
}

.replies li a {
    color: #3a3a3b;
}

.replies li a:hover {
    color: #EE1D24;
}

.replies li:hover .textdiv {
    color: #EE1D24;
}

.forumcont .back {
    position: relative;
    padding: 0 0 0 15px;
    display: inline-block;
}

.forumcont .back:after {
    position: absolute;
    content: '';
    top: 5px;
    inset-inline-end: 0;
    border-inline-end: 8px solid #EE1D24;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
}

/*====================================================== forum */

.allforum {
}

.allforum .forumbox {
    margin-bottom: 30px;
}

.allforum .titlesec, .hotitle {
    background: #dbdde5;
    color: #EE1D24;
    font-size: 24px;
    font-weight: 700;
    -webkit-box-shadow: inset -5px -5px 8px -5px #999;
    box-shadow: inset -5px -5px 8px -5px #999;
    margin-bottom: 2px;
}

.allforum .forumcont {
    background: #e7e8ef;
    padding: 20px;
}

.forumrow li {
    border-bottom: 1px dotted #b2b3b4;
    padding: 9px 0;
    max-width: 580px;
    overflow: hidden;
}

.forumrow li:last-child {
    border: 0;
}

.forumrow span {
    margin: 0 5px;
    font-size: 14px;
}

.forumrow a {
    color: #3a3a3b;
    margin: 0 5px;
}

.forumrow a:hover {
    color: #EE1D24;
}

.forumbox .forum2 h4 {
    border-bottom: 1px dotted #b2b3b4;
    padding: 19px 0 12px;
    color: #EE1D24;
    font-size: 110%;
}

.forumbox .forum2 h4 a {
    color: #EE1D24;
}

.forumbox .forum2 h4 span.title {
    float: left;
    float: start;
    font-weight: bold;
}

.forumbox .forum2 h4 span.return-forum {
    float: right;
    float: end;
    font-size: 110%;
}

.forumbox .forum2 h4 span.return-forum a {
    display: block;
    color: #EE1D24;
}

/* infosec */
.infosec {
    border-bottom: 1px dotted #b2b3b4;
    color: #3a3a3b;
    padding: 8px 0 18px;
}

.infosec a:hover {
    color: #EE1D24;
}

.infosec ul li {
    padding-bottom: 5px;
    overflow: hidden;
}

.infosec ul li .label {
    float: left;
    float: start;
    width: 11%;
}

.infosec ul li .textdesc {
    float: left;
    float: start;
    width: 60%;
}

.textdesc a {
    color: #3a3a3a;
}

.textdesc a:hover {
    color: #EE1D24;
}

/* iconsec */
.iconsec {
    padding: 14px 0 0;
}

.iconsec li {
    float: left;
    float: start;
    padding: 0 0 0 25px;
    text-align: center;
}

.iconsec li span {
    display: block;
    line-height: 50px;
    height: 50px;
}

.iconsec li span img {
    display: inline;
    vertical-align: middle;
}

.iconsec img {
    display: inline-block;
}

.iconsec h5 {
    font-size: 14px;
    font-weight: normal;
    color: #3a3a3b;
}

.iconsec a:hover h5 {
    color: #EE1D24;
}

/* forumfaq */
.forumfaq {
    border-bottom: 1px dotted #b2b3b4;
    padding: 20px 0 15px 0;
}

.forumfaq li {
    margin-bottom: 5px;
    background: #fdfdfe;
    border: 1px solid #dddddf;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 0;
}

.forumfaq li a {
    background: url(../images/forum2-btm-circle-icon.png) no-repeat right center;
    display: block;
    padding: 0 20px 0 10px;
    color: #3a3a3b;
    margin-inline-end: 10px;
}

.forumfaq li .faqtitle:hover, .forumfaq li .faqtitle.active {
    background: url(../images/forum2-btm-circle-icon2.png) no-repeat right center;
    color: #EE1D24;
}

.forumfaq li .fcont {
    padding: 10px 30px 5px 0;
    display: none;
}

/* postinfo */
.postinfo {
    padding: 16px 0 0 0;
}

.postinfo ul {
    float: left;
    float: start;
    width: 32%;
    font-size: 100%;
    color: #3a3a3b;
}

.postinfo ul li {
    padding: 0 0 0;
}

.postinfo .btmicon {
    width: 22px;
    display: inline-block;
    vertical-align: middle;
}

.postinfo .btmicon img {
    display: inline-block;
}

/*====================================================== forum 3 */
.forumsubtitle {
    padding-top: 15px;
}

.forumsubtitle a {
    color: #3a3a3a;
}

.forumsubtitle a:hover {
    color: #EE1D24;
}

.forumsubtitle .fr3-ttl-icon {
    float: left;
    float: start;
    padding-inline-end: 15px;
}

.forumsubtitle .fr3-ttl {
    float: left;
    float: start;
    padding-top: 6px;
}

.forumfaq li .ttl {
    float: left;
    float: start;
}

.forumfaq li .date {
    font-size: 88%;
    float: right;
    float: end;
    border-inline-end: 1px solid #c7c7c8;
    padding: 0 11px 0 0;
    color: #474747;
    font-size: 12px;
}

.forumfaq li .ortal {
    float: right;
    float: end;
    font-size: 12px;
    color: #EE1D24;
    padding: 0 7px;
    text-transform: uppercase;
}

.forumfaq .ortal a {
    color: #EE1D24;
}

.forumfaq .ortal a:hover {
    color: #47494d;
}

.forumfaq li li {
    border: 0;
    border-inline-end: 1px solid #c7c7c8;
    float: left;
    float: start;
    padding: 0 5px;
    font-size: 14px;
    border-radius: 0;
    -webkit-border-radius: 0;
    margin: 0;
}

.forumfaq li li:last-child {
    border: 0;
}

.forumfaq li li a {
    background: none;
    padding: 0;
    color: #3a3a3b;
    margin: 0;
}

.forumfaq li li span {
    color: #EE1D24;
}

.forumfaq.two .fcont {
    padding: 10px 25px 5px 0;
}

.forumfaq .fcont ul {
    padding: 40px 0 0 0;
}


/*====================================================== harsama 1 */

.harsama-main {
    max-width: 1040px;
    margin: 0 auto;
    padding-top: 40px;
}

.harsama-midsec, .hotcont {
    background: #ecedf3;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset -5px -5px 8px -5px #ccc;
    box-shadow: inset -5px -5px 8px -5px #ccc;
}

/**/
.stepssec {
    border-bottom: 3px solid #fff;
    min-height: 90px;
    padding: 25px 0 0 0;
    text-align: center;
}

.stepssec li {
    margin: 0 5px;
    padding-inline-end: 32px;
    color: #3a3a3b;
    background: url(../images/harshama-step-arrow.png) no-repeat right top;
    display: inline-block;
    line-height: 32px;
}

.stepssec li:last-child {
    background: none;
    padding: 0;
}

.stepssec li .nos {
    float: left;
    float: start;
    margin-inline-end: 12px;
    background: #aaabb1;
    color: #fff;
    line-height: 42px;
    font-size: 30px;
    font-weight: bold;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.stepssec li span.label {
    float: left;
    float: start;
    font-size: 18px;
    padding-top: 4px;
    white-space: nowrap;
}

.stepssec li.completed .nos {
    background: #EE1D24;
}

.stepssec li.completed .label {
    color: #EE1D24;
}

/**/
.hmaformsec {
    /*padding: 35px 85px 35px 0;*/
    padding-block: 35px;
    padding-inline-start: 85px;
    padding-inline-end: 0;
    max-width: 920px;
    margin-inside: auto;
}

.hmaformsec h3 {
    font-size: 24px;
    padding-bottom: 8px;
}

.hmaformsec.two h3, .hmaformsec.three h3, .hmaformsec.five h3 {
    padding-bottom: 32px;
}

.harsama-midsec .hmaformsec p {
    padding-bottom: 45px;
}

.harsama-midsec .field {
    padding-bottom: 25px;
    overflow: hidden;
}

.harsama-midsec .label {
    float: left;
    float: start;
    width: 19%;
    margin-inline-start: 9px;
}

.harsama-midsec .label.w_180 {
    width: 180px;
}

.harsama-midsec .inputdiv {
    float: left;
    float: start;
    width: 37.2%;
}

.harsama-midsec .inputdiv input, .profile input {
    height: 32px;
    font-size: 16px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
}

.harsama-midsec .select, .profile .select {
    width: 18%;
    float: left;
    float: start;
    height: 32px;
    background: url(../images/harshama-select-bg.png) no-repeat right center #fff;
}

.harsama-midsec .select.s2, .profile .select.s2 {
    width: 11.7% !important;
    margin-inline-end: 10px;
    background: url(../images/harshama-select-bg.png) no-repeat right center #fff;
}

.hmaformsec.two .select, .hmaformsec.three .select {
    width: 37.2%;
}

.harsama-midsec .select select {
    font-size: 16px;
    height: 32px;
}

.nextstage, .return {
    width: 240px;
    float: right;
    float: end;
    background: url(../images/harshama-next-arrow.png) no-repeat 85% center #EE1D24;
    color: #ffffff;
    font-size: 20px;
    min-height: 45px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-weight: 700;
}

.nextstage.skipstep {
    background: url(../images/harshama-next-arrow.png) no-repeat #EE1D24;
    background-position: right 22px center;
}

.return {
    float: left;
    float: start;
    background: url(../images/harshama-return-arrow.png) no-repeat 30% center #EE1D24;
}

.padd {
    padding: 25px 0;
}

.field .clr {
    height: 15px;
}

.css-label a {
    color: #333;
}

/**/
.hmaformsec.two .chkbox {
    min-width: 130px;
}

.hmaformsec.three .chkbox {
    min-width: 60px;
    margin-bottom: 15px;
}

.field.nopadd {
    padding-bottom: 0;
}

.checkboxes {
    white-space: nowrap;
    float: left;
    float: start;
}

.checkboxes .chkbox {
    float: left;
    float: start;
    margin-inline-end: 15px;
}

.chkbox input {
    width: auto;
    margin-inline-end: 5px;
}

/*====================================================== harsama 3 */

.hmaformsec.three .textarea {
    float: left;
    float: start;
    width: 72%;
}

.hmaformsec.three textarea {
    padding: 5px 10px;
    background: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    height: 100px;
}

.hmaformsec.three .checkboxes {
    float: left;
    float: start;
}

.chkinline-end {
    float: left;
    float: start;
    width: 81%;
}

/*====================================================== harsama 4 */

.harsm4 {
    padding: 0 0 124px;
}

.harsm4 .rightinfo {
    float: left;
    float: start;
    width: 60.2%;
}

.harsm4 .rightproimage {
    float: right;
    float: end;
    width: 28.4%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    overflow: hidden;
    border: 2px solid #d8d8d9;
}

.harsm4 .descp {
    font-weight: bold;
    color: #3a3a3b;
    line-height: 24px;
    padding: 0 0 38px;
}

.harsm4 h5 {
    font-weight: bold;
    color: #3a3a3b;
    font-size: 110%;
    padding: 0 0 6px;
}

.harsm4 a {
    color: #3a3a3b;
}

.harsm4 ul li {
    padding: 0 0 11px 18px;
    background: url(../images/harhama4-li-icon.png) no-repeat top left;
}

.harsm4 .browseupload {
    padding: 0 0 44px;
}

.harsm4 .browseupload .browsebutt {
    /*float: right;*/
    /*float: end;*/
    margin: 0 10px 0 0;
    cursor: pointer;
    border: 0;
    background: #EE1D24;
    color: #fff;
    font-size: 110%;
    text-align: center;
    width: 30%;
    height: 32px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-weight: bold;
}

.harsm4 .browseupload .browseinput {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 0 5px;
    height: 32px;
    /*float: right;*/
    /*float: end;*/
    border: 0;
    background: #fff;
    width: 37.2%;
}

.harsm4 .browseupload .uploadphoto {
    float: right;
    float: end;
    background: #EE1D24;
    color: #fff;
    font-size: 18px;
    text-align: center;
    width: 37%;
    height: 32px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-weight: bold;
}

/*====================================================== harsama 5 */

.harsm5 {
    margin-bottom: 56px; /*max-width:700px;*/
}

.harsm5 .imgbox {
    float: left;
    float: start;
    width: 30%;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.harsm5 .rightdesc {
    float: right;
    float: end;
    width: 66%;
    text-align: center;
}

.harsm5 .ultitle {
    padding-bottom: 57px;
}

.ulrow li, .ultitle li {
    /*floating to start, set this way because of edit photo page*/
    float: left;
    float: inline-start;
    width: 25%;
    text-align: start;
}

.harsm5 li img {
    display: inline-block;
}

.ulrow .col1, .ulrow .col2 {
    padding-top: 6px;
}

.ulrow .col3 {
    color: #EE1D24;
    padding-top: 5px;
    margin-inline-stsrt: 11px;
    margin-inline-start: -19px;
}

.ulrow .col4 a {
    display: block;
    color: #fff;
    background: #EE1D24;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 0;
    font-weight: 700;
    text-align: center;
}

.ulrow li .chkbox:after {
    inset-inline-end: auto;
    inset-inline-end: 50%;
    margin-inline-end: -6px;
}

/**/
.harsm4.harsm5 {
    margin: 0;
    padding: 0 0 20px 0;
}

.harsm5 .browseupload {
    /*float: right;*/
    /*float: end;*/
    width: 66%;
}

/*======================================================  hodaot  */
.hotdesc p {
    padding-bottom: 25px;
}

.hotlist {
    background: #fff;
    padding: 5px 10px;
}

.hotlist .boxrpt .titlesec {
    padding: 0 0 15px 0;
}

.hotlist .desctext {
    font-size: 15px !important;
    width: 80%;
}

.boxrpt.last {
    border: 0;
}

/*======================================================  hodaot2 */

.hotitle {
    margin-bottom: 2px;
    padding: 15px 0 5px 21px;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
}

.hotitle h3 {
    color: #EE1D24;
    font-size: 24px;
    padding-top: 2px;
    margin: 0
}

.hotitle .thumb {
    float: left;
    float: start;
    margin-inline-end: 17px;
    width: 32px;
    overflow: hidden;
    border-radius: 2px;
    -webkit-border-radius: 2px;
}

/**/
.hotcont {
    padding: 20px;
    border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
}

.hotcont .chatbox {
    border: 1px solid #dbdbdc;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 15px;
    width: 82%;
    background: #fff;
    margin-bottom: 20px;
    position: relative
}

.hotcont .user {
    float: left;
    float: start;
    background: #fff;
    overflow-x: auto;
}

.hotcont .contact {
    float: right;
    float: end;
    background: #cbcdd7;
}

.hotcont .timerdiv, .hotcont .datediv {
    float: right;
    float: end;
    font-size: 11px;
    padding: 0 10px 0 0;
    color: #6e6e6f;
}

.hotcont .chatbox h4 {
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px;
}

/*.hotcont .chatbox.read h4 {background: url(../images/read.png) no-repeat right center;}
.hotcont .chatbox.sent h4 {background: url(../images/sent.png) no-repeat right center;}
.hotcont .chatbox.unread h4 {background: url(../images/unread.png) no-repeat right center;}*/
.hotcont .chatbox.read .timerdiv, .hotcont .chatbox.sent .timerdiv, .hotcont .chatbox.unread .timerdiv {
    padding-inline-end: 30px;
    height: 22px;
}

.hotcont .chatbox.read .timerdiv {
    background: url(../images/read-n.png) no-repeat right center;
}

.hotcont .chatbox.sent .timerdiv {
    background: url(../images/sent-n.jpg) no-repeat right center;
}

.hotcont .chatbox.unread .timerdiv {
    background: url(../images/unread-n.png) no-repeat right center;
}

.chatbox a {
    cursor: pointer;
}

/**/
.hotbtm {
    padding: 60px 0 0 0;
    clear: both;
}

.hotbtm .smileyicon {
    float: right;
    float: end;
    padding-bottom: 10px;
}

.hotbtm textarea {
    border: 1px solid #dbdbdc;
    -webkit-border-radius: 10px;
    padding: 15px;
    background: #fff;
    margin-bottom: 20px;
    clear: both;
    height: 160px;
    font-size: 17px;
}

.hotbtm .btn {
    width: 100%;
    color: #fff;
    /*font-weight: bold;*/
    font-size: 16px;
    height: 33px;
    border-radius: 4px;
    background: url(../images/arrow3.png) no-repeat 80% center #EE1D24;
    float: right;
    float: end;
    width: 140px;
}


/*======================================================  magazin */

.magcont {
    padding: 13px 0 0 0;
}

.box {
    margin-bottom: 27px;
}

.box .imgbox {
    width: 27%;
    float: left;
    float: start;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    overflow: hidden;
}

.box .imgbox img {
    border-radius: 10px;
    -webkit-border-radius: 10px;
}

.box .imgbox2 {
    margin-bottom: 30px;
}

.box .imgbox2 img {
    border-radius: 10px;
    -webkit-border-radius: 10px;
}

.box .desc {
    float: left;
    float: start;
    margin: 0 24px 0 0;
    width: 66.5%;
}

.ttlspace {
    padding: 0 20px 0 0;
}

.box h3 {
    font-size: 20px;
    padding-bottom: 18px;
}

.box h3 a {
    color: #4786f0;
}

.box h3 a:hover {
    color: #EE1D24;
}

.box p {
    line-height: 24px;
    padding-bottom: 11px;
}

.box .datecal {
    font-size: 12px;
    padding: 0 35px 8px 0;
    background: url(../images/magzine-calendar-icon.png) no-repeat right top;
}

.box .readmore {
    color: #EE1D24;
    font-size: 20px;
    font-weight: 700;
}

.box.dtl .datecal {
    margin-bottom: 30px;
}

/*====================================================== main page */

.quicksrch {
    margin-bottom: 20px;
    background: #e5e5e9;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.quicksrch h3 {
    margin-bottom: 20px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #8a8d96;
    padding: 11px 23px 5px;
    box-shadow: 1px 1px 0 1px #595a5e;
}

.quicksrch h5 {
    font-size: 18px;
    padding-bottom: 10px;
    display: inline-block
}

/**/
.quicksrch .topfrm {
    padding-bottom: 10px;
}

.quicksrch .rightcont {
    width: 30%;
    float: left;
    float: start;
    overflow: hidden;
}

.quicksrch .rghtcont {
    width: 68%;
    float: right;
    float: end;
    overflow: hidden;
}

.quicksrch .chkbox {
    width: 25%;
    float: left;
    float: start;
    margin: 0 0 20px 0;
}

.quicksrch .select {
    width: 53px;
    float: left;
    float: start;
    height: 30px;
    margin-inline-start: 9px;
    background-size: contain;
    background-position: 5px;
}

.quicksrch .smlabel {
    float: left;
    float: start;
    padding: 3px 0 0 7px;
}

.quicksrch select, .filterby select {
    font-size: 12px;
    height: 30px;
}

.free {
    width: 130px;
    float: right;
    float: end;
    background: url(../images/arrow3.png) no-repeat 90% center #EE1D24;
    color: #fff;
    font-size: 20px;
    height: 32px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
}

.free:hover {
    color: #fff;
}

.freesubmit {
    width: 130px;
    float: right;
    float: end;
    background: url(../images/arrow3.png) no-repeat 20% center #EE1D24;
    color: #fff;
    font-size: 20px;
    height: 32px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
}

/**/
.quicksrch .qbtmfrm {
    border-bottom: 1px dotted #aaa;
    padding-bottom: 10px;
}

.quicksrch .qbtmfrm.newbor {
    border-bottom: none;
}

.quicksrch .qbtmfrm .chkbox {
    width: 16%;
}

/**/
.quicksrch .btmform {
    padding: 13px 0;
}

.quicksrch .btmform .lablediv {
    float: left;
    float: start;
    font-size: 18px;
    font-weight: 700;
    padding: 3px 1px 0 0;
}

.quicksrch .inputdiv {
    float: left;
    float: start;
    width: 37%;
}

.quicksrch .inputdiv input {
    width: 100%;
    background: #fff;
    height: 30px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.quicksrch .adv-srch {
    color: #3a3a3b;
    text-decoration: underline;
}

/**/
.filterby {
    padding: 10px 0 20px;
}

.filterby .flytitle {
    float: left;
    float: start;
    padding-block-start: 5px;
    padding-inline-end: 10px;
}

.filterby .select {
    float: left;
    float: start;
    height: 30px;
    background: url(../images/harshama-select-bg.png) no-repeat right center;
    background-size: contain;
    width: 37.8%;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #ccc;
    overflow: hidden;
}

/**/
.boxcont {
    margin-bottom: 20px;
    font-size: 15px;
    background-color: #e5e5e9;
    border-radius: 5px;
}

.greyboxcont {
    position: relative;
    z-index: 99;
    padding: 15px;
    min-height: 210px;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    padding: 27px 19px 0;
}

.boxcont .userimg {
    float: left;
    float: start;
    width: 28%;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    position: relative;
}

.boxcont .userimg img {
    -webkit-border-radius: 10px;
    position: absolute;
    top: -13.687px;
    inset-inline-end: 0;
    width: 100%;
    height: 208px;
}

.boxcont .userimg .queen-icon, .image .img .queen-icon {
    width: 44px;
    height: 50px;
    position: absolute;
    inset-inline-end: -20px;
    top: 18px;
    z-index: 999;
    background: url(../images/main/vip.png) no-repeat top inline-end;
}

/**/
.boxcont .lftcontbox {
    float: right;
    float: end;
    width: 68%;
}

.onlinediv {
    float: right;
    float: end;
    font-weight: bold;
    padding: 6px 0 0 0;
}

.onlinediv a span, .onlinediv span {
    color: #EE1D24;
}

.onlinediv .imgbox {
    float: right;
    float: end;
    margin: 0 5px 0 0;
}

.onlinediv a {
    color: #47494d;
}

.onlinediv .statustitle {
    padding: 5px 0 0 0;
    float: right;
    float: end;
}

/*.boxcont .subtitle{padding:14px 0 14px;}*/
.boxcont .subtitle .imgicon {
    float: left;
    float: start;
}

.boxcont .subtitletext {
    float: left;
    float: start;
    padding: 2px 0 0 0;
    font-size: 18px;
    font-weight: 700;
}

.boxcont .subtitletext a {
    color: #3a3a3b;
}

.boxcont .subtitletext a:hover {
    color: #EE1D24;
}

.boxcont .midcontdes {
    float: left;
    float: start;
    line-height: 22px;
    padding-inline-end: 3%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12pt;
    margin-top: 10px;
    width: 55%;
}

.midcontdes strong {
    display: block;
}

/**/
.lightgrey {
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
}

.lightgrey .smlinks {
    color: #d50312;
    background: none;
    border: 0;
    /* float: right;float:end; */
    width: 69%;
    text-align: end;
    width: 95.7%;
    /* color: black; */
    border-top: 2px dotted #b5b5b7;
    margin: auto;
    margin-top: 29px;
}

.lightgrey .smlinks span {
    color: #d50312;
}

.lightgrey li a:hover {
    color: #d50312;
}

/*====================================================== profile page */

.popupmainopen {
    width: 100%;
    max-width: 1270px;
    display: none;
    inset-inline-end: 50%;
    top: 20%;
    position: absolute;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: 99999999999;
    background: #e2e3ea;
    -webkit-box-shadow: inset -5px -5px 8px -5px #ccc;
    box-shadow: inset -5px -5px 8px -5px #ccc;
    border-radius: 10px;
    -webkit-border-radius: 10px;

    margin: 0 !important;
    position: fixed;
    top: 10%;
}

/*.close-arena { background: url(../images/closebut.png) no-repeat center center #b0afaf; position: absolute; width: 40px; height: 40px;*/
box-shadow {: 2 px 4 px 6 px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    inset-inline-end: -18px;
    top: -18px;
}

.close.bottom {
    bottom: -18px;
    top: auto;
}

.overlay {
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    inset-inline-end: 0;
    top: 0;
    height: 100vh;
    width: 100vw;
    z-index: 9999;
    display: none;
}

.popup-midsec {
    padding: 30px;
}

.popinline-end {
    width: 48%;
    float: left;
    float: start;
    padding-bottom: 16px;
}

.popinline-end {
    width: 48%;
    float: right;
    float: end;
    padding-bottom: 16px;
}

.popupbtm { /*border-top: 3px solid #fff;*/ /*padding: 30px;*/
}

/**/
.popup-head {
    padding: 20px;
}

.popuplogo {
    float: right;
    float: end;
    padding: 15px 0 0 0;
}

.popupmenu {
    text-align: center;
    float: left;
    float: start;
}

.popupmenu ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.popupmenu ul li {
    float: left;
    float: start;
    padding: 0 18px;
}

.popupmenu ul li a {
    display: block;
    color: #3a3a3b;
    font-size: 18px;
}

.popupmenu ul li span {
    display: block;
    height: 55px;
    line-height: 55px;
    margin-bottom: 10px;
}

.popupmenu ul li img {
    vertical-align: bottom;
    display: inline;
    font-size: 0;
}

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

.galpic {
    display: block;
    width: 100%;
    text-align: center;
    overflow: hidden;
    height: 600px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    background-repeat: no-repeat
}

.galpic.female {
    background: url(../images/galpic_2.png) no-repeat center center #fff;
}

.galpic.male {
    background: url(../images/galpic_1.jpg) no-repeat center center #fff;
}


.galpic img {
    width: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
}

.galpreview {
    display: block;
    padding: 15px 0 0 0;
    margin-inline-end: -5px;
    margin-inline-end: -5px;
}

.galpreview div {
    cursor: pointer;
    margin: 0 0.7%;
    width: 23.5%;
    height: 140px;
    float: left;
    float: start;
    position: relative;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    background: #fff;
}

.galpreview div img {
    width: 124px;
    height: 141px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
}

.galpreview div img {
    width: 100%;
}

.galpreview div:before {
    content: '';
    position: absolute;
}

.galpreview div.active:before {
    border-color: #a0a6af;
    cursor: default;
    z-index: 99;
}

.galpreview img {
    display: block;
    margin: 0 auto;
}

/**/
.popbox {
    margin-bottom: 10px;
}

.popbox .clr {
    height: 20px;
}

.popbox .ttl {
    background: #EE1D24;
    font-size: 30px;
    color: #fff;
    padding: 8px 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-bottom: 20px;
}

.popbox .ttl span {
    float: left;
    float: start;
}

.popbox .ttl img {
    float: right;
    float: end;
    margin-inline-end: 10px;
}

.popbox .ttl img.smimg {
    margin-top: 5px;
}

.popbox .desp {
    padding: 0 10px 50px 10px;
}

.popbox textarea {
    background: #fff;
    font-size: 20px;
    padding: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    height: 100px;
    margin-bottom: 10px;
}

.popbox .txtarea2 {
    height: 155px;
}

.popbox .btn {
    background: #EE1D24;
    font-size: 20px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    height: 40px;
    float: right;
    float: end;
    padding: 0 30px;
    color: #fff;
    width: auto;
}

.popbox .btn.red {
    background: #d50312;
}

.popbox .infobox {
    float: left;
    float: start;
    width: 48%;
    padding: 0 10px;
}

.popbox .bdr {
    border-inline-end: 1px dotted #7e7e7f;
    margin-inline-end: 2%;
}

.infobox li {
    display: block;
    overflow: hidden;
    margin-bottom: 13px;
}

.infobox li span {
    display: inline-block;
    width: 50%;
    font-weight: 700;
    line-height: 1.2em;
}

.spacer {
    height: 67px;
}

.textlimit {
    float: left;
    float: start;
}

.descption {
    background: #fff;
    font-size: 20px;
    padding: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    min-height: 100px;
    margin-bottom: 20px;
    overflow-x: hidden;
    text-overflow: ellipsis;
}

/*====================================================== shelot */

.shelot {
    background: #ecedf3 url(../images/forum-box-mid-bg.jpg) repeat-y right;
    padding: 20px;
}

.shelot .fcont, .shelot .faqtitle {
    display: block;
    border: 1px solid #dddddf;
    border-radius: 5px;
    padding: 5px 18px;
    background: #fdfdfe;
    margin: 8px 0;
}

.shelot .fcont {
    margin-inline-end: 50px;
    display: none;
}

.shelot ul li a {
    color: #3a3a3b;
}

.shelot ul li a:hover {
    color: #EE1D24;
}

/*====================================================== search */

.sercformsec {
    background: #e2e3ea;
    color: #3a3a3b;
    padding: 20px;
    -webkit-box-shadow: inset -5px -5px 8px -5px #ccc;
    box-shadow: inset -5px -5px 8px -5px #ccc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.sercformsec .rptbox {
    padding-bottom: 56px;
    overflow: hidden;
}

.sercformsec .labelbox {
    float: left;
    float: start;
    width: 18.4%;
    /*min-width: fit-content;*/
    line-height: 1.2rem;
    margin-top: 4px
}

.sercformsec .labelbox.relationship-type {
    margin-top: 0
}

.sercformsec .smallabelbox {
    float: left;
    float: start;
    width: 10%;
    padding: 3px 0 0 0;
}


.sercformsec .rightcont {
    float: right;
    float: end;
    width: 80%;
}

.sercformsec .chkbox {
    width: 25%;
    float: left;
    float: start;
}

.sercformsec .half {
    width: 50%;
    float: left;
    float: start;
    margin-bottom: 5px;
}

.sercformsec .half .chkbox {
    width: 100%;
    float: none;
}

.sercformsec .select {
    width: 18%;
    float: left;
    float: start;
    height: 32px;
    margin: 0 52px 0 0;
    background-size: contain;
    background: url(../images/harshama-select-bg.png) no-repeat #fff;
    background-position-x: right;
}

.sercformsec select {
    height: 32px;
    font-size: 12px;
}

.sercformsec .free, .sercformsec .freesubmit {
    width: 200px;
    height: 45px;
    background-position: 85%;
}

.chkbox {
    position: relative;
    margin-bottom: 5px;
    display: block;
}

/*.chkbox:after { position: absolute; content: ''; width: 14px; height: 14px; inset-inline-end: 0; top: 0; background: url(../images/chkbox.png) no-repeat right bottom; z-index: 0; }*/
.chkbox.act:after {
    background-position: right 0;
}

/*input[type=checkbox] { opacity: 0; position: absolute; z-index: 0; width: 14px; height: 14px; visibility: hidden; }*/
label.css-label {
    cursor: pointer;
    font-weight: 400 !important;
    display: block;
    padding-inline-end: 20px;
    z-index: 9;
    position: relative;
    line-height: 15px;
}


/*====================================================== event */

.eventmain .eventcalendar {
    padding: 0 0 39px;
}

.eventmain .eventbox {
    margin: 0 0 33px;
}

.eventmain .eventbox .eventimg {
    float: left;
    float: start;
    width: 27%;
}

.eventmain .eventbox .eventimg img {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.eventmain .eventbox .evtinline-endcont {
    float: right;
    float: end;
    width: 70%;
}

.eventmain .eventbox h3 {
    font-weight: bold;
    color: #4786f0;
    font-size: 125%;
    padding: 0 0 19px;
}

.eventmain .eventbox h3 a {
    display: block;
    color: #4786f0;
}

.eventmain .eventbox h3 a:hover {
    color: #EE1D24;
}

.eventmain .eventbox .date-links {
    padding: 0 0 19px;
}

.eventmain .eventbox .datediv {
    float: right;
    float: end;
    background: url(../images/magzine-calendar-icon.png) no-repeat top right;
    font-size: 100%;
    color: #3a3a3b;
    padding: 2px 0 0 37px;
}

.eventmain .eventbox .desc {
    line-height: 22px;
    color: #3a3a3b;
    padding: 0 0 5px;
}

.eventmain .eventbox .desc2 {
    color: #3a3a3b;
}

.eventmain .eventbox .for-detail {
    display: block;
    color: #3a3a3b;
    font-size: 100%;
    font-weight: bold;
}

.eventmain .eventbox .smlink {
    float: left;
    float: start;
}

.eventmain .eventbox .smlink ul {
    padding: 0;
    margin: 0;
}

.eventmain .eventbox .smlink ul li {
    float: left;
    float: start;
    border-inline-end: 1px solid #9c9c9d;
    padding: 0 0 0 12px;
    margin: 0 0 0 12px;
    color: #3a3a3b;
}

.eventmain .eventbox .smlink ul li a {
    color: #3a3a3b;
}

.eventmain .eventbox .smlink ul li:last-child {
    border: 0;
}

.eventmain .eventbox .smlink ul li span {
    font-weight: bold;
    color: #EE1D24;
}

.eventmain .eventbox .evntinfo {
    border-top: 1px dotted #aaaaab;
    border-bottom: 1px dotted #aaaaab;
    margin: 0 0 0;
    color: #3a3a3b;
    padding: 12px 0;
}

.eventmain .eventbox .evntinfo .envinfolabel {
    float: left;
    float: start;
    padding: 0 0 0 5px;
}

.eventmain .eventbox .evntinfo .envinfovaloue {
    float: left;
    float: start;
    margin: 0 0 7px 8px;
    background: #9dbef7;
    padding: 0 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.popbox .ttl {
    cursor: pointer;
}

.ttl.toggleh3.deactive {
    background: #EE1D24 url(../images/togglemin.png) no-repeat right top;
    background-position: 8px;
}

.ttl.toggleh3 {
    background: #EE1D24 url(../images/toggleplus.png) no-repeat right top;
    background-position: 8px;
}

.toggletext {
    display: none;
}

.popup_main {
    width: 100%;
}

.popup_div {
    width: 803px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    border: 6px solid #d3d3cf;
    z-index: 9998;
}

.popup_top { /*padding:10px 25px 5px;*/
    border-top-left-radius: 40px;
    border-top-right-radius: 40px; /*position:relative;*/
}

.popup_logo { /*float:inline-end;*/
    width: 270px;
    margin: 0 auto;
}

.popup_logo a {
    display: block;
}

.popup_not {
    float: left;
    float: start;
    width: 286px;
    position: relative;
    padding: 5px 0 0 0;
}

.popup_not a {
    display: block;
    background: url(../images/pnotification.png) no-repeat;
    height: 75px;
    line-height: 75px;
    padding: 0 0 0 93px;
    font-size: 28px;
    color: #fefeff;
    font-weight: bold;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.75);
}

.popup_not .notno {
    display: block;
    position: absolute;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 39px;
    background: #d50312;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    font-size: 22px;
    color: #fefdfd;
    top: 26px;
    inset-inline-end: -20px;
    border: 3px solid #fefdfd;
    -webkit-box-shadow: 4px 4px 5px 0 rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 4px 4px 5px 0 rgba(0, 0, 0, 0.75);
    box-shadow: 4px 4px 5px 0 rgba(0, 0, 0, 0.75);
    box-sizing: border-box;
}

.popup_bot {
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
}

.pop_title {
    position: absolute;
    width: 100%;
    top: 0;
    inset-inline-end: 0;
    background: rgba(0, 0, 0, 0.5); /*#000000*/;
    color: #fefeff;
    font-size: 22px;
    padding: 14px 25px 10px 35px;
    border-top-left-radius: 34px;
    border-top-right-radius: 34px;
    z-index: 3;
}

.pop_title .username a {
    font-size: 33px;
    font-weight: bold;
    color: white;
}

.pop_img {
    width: 100%;
    border-radius: 34px;
    background-position: center 60px !important;
    position: relative;
    top: 13px;
    height: 87%;
    background-size: contain !important;
}

.pop_con {
    position: absolute;
    bottom: 0;
    inset-inline-end: 0;
    width: 100%;
    background: rgba(233, 232, 229, 0.5) /*rgba(255,255,255,0.5)*/;
    padding: 8px 10px;
    text-align: center;
    border-bottom-left-radius: 33px;
    border-bottom-right-radius: 33px;
    z-index: 99;
}

.pop_title .logo_pop img {
    float: left;
    float: start;
    max-height: 37px;
    margin: -10px 0;
}

.pop_con a {
    display: inline-block;
    vertical-align: top;
    width: 60px;
    margin: 0 15px;
}


#sign_up_form .errors {
    box-sizing: border-box;
    padding: 40px 85px 0 85px;
}

.ui.red.message {
    z-index: -1;
}

.greybox2.ad img {
    margin: 0 auto;
}


.bottom_menu {
    display: none;
}

.title_profile {
    padding: 0 20px;
}

.popbox.title_profile .desp {
    padding: 0 2px 0 10px;
    margin-top: 18px;
}


#dialogs {
    position: relative;
    width: 100%;
    height: 570px;
    overflow: hidden;

    /*border:1px solid #ddddde;*/
    /*background: #fff;*/
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.sticky {
    position: fixed;
    top: 84px;
    z-index: 3;
    width: 689px;
}

#show_emoticons {
    cursor: pointer;
}

#dialog {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
}

#menu li.mobileli {
    display: none;
}

.topbar #login_form .txtbox, .topbar #login_form .btn {
    float: left;
    float: start;
    width: 200px;
    margin-inline-end: 10px;
    height: 25px;
    background: #30302D;
}

.topbar #login_form .btn {
    width: auto;
    background: #EE1D24;
}

.topbar #login_form .forgot-pwd {
    line-height: 25px;
}

.quicksrch h3, .asideR .greybox3 h3 {
    /*background-image: url(/images/main/white-plus.png);*/
    background-repeat: no-repeat;
    background-size: 3px;
    background-position: 5% 50% !important;
    padding-inline-end: 28px;
    margin-bottom: 15px;
    color: #fff;
    padding: 12px 14px;
    font-size: 16pt;
    background-size: 29px;

}

.asideR .greybox3 h3 {
    background-position: 8% 50%;
}

.asideR .greybox3 h3:after {
    display: none;
}

.quicksrch h3.open, .asideR .greybox3 h3.open {
    /*background-image: url(/images/main/white-minus.png);*/
}

.quicksrch h3.open .white-circle, .asideR .greybox3 h3.open .white-circle {
    line-height: 21px !important;
}


/*====================================================== Responsive */

@media only screen and (max-width: 1500px) {
    footer img.vegan-label {
        inset-inline-end: 8%;
    }
}

@media only screen and (max-width: 1500px) {
    footer img.vegan-label {
        inset-inline-end: 6%;
    }
}

@media only screen and (max-width: 1300px) {

    footer img.vegan-label {
        width: 60px;
    }

    body {
        font-size: 16px;
    }

    .wrap {
        max-width: 1000px;
    }

    /**/
    .qsearch {
        background-position: 100% center;
    }

    /**/
    .hp-articles ul li {
        max-width: 330px;
    }

    /**/
    .headerinn .menu {
        padding: 32px 0 0 0;
    }

    .headerinn .menu ul li a,.headerinn ul li a {
        font-size: 17px;
        line-height: 35px;
        padding: 0 12px;
    }

    /**/
    .asideR .greyboxmid ul li a {
        font-size: 12px;
        line-height: 33px;
    }

    .asideR .greybox2 ul li a {
        font-size: 12px;
    }

    .asideR .greybox3 .field2 {
        width: 100%;
    }

    .asideR .greybox3 .btn {
        width: 100%;
    }

    /**/
    .forumtop .rightprfdtl {
        width: 100%;
        margin-bottom: 20px;
    }

    .forumtop .calendardiv {
        width: 100%;
    }

    .forumidbox .blogtext {
        min-height: 200px;
    }

    /**/
    .popupmainopen {
        max-width: 1020px;
    }

    .popupmenu ul li {
        padding: 0 8px;
    }

    .popupmenu ul li a {
        font-size: 14px;
    }

    /**/
    .sercformsec .chkbox {
        width: 33%;
    }

    .sticky {
        width: 543px;
    }

    .send_message_area {
        display: none;
    }
}

@media only screen and (max-width: 1300px) and (min-width: 1024px) {
    .user-image {
        height: 179px !important;
        width: 155px !important;
    }
}

@media only screen and (max-width: 1150px) {
    footer img.vegan-label {
        inset-inline-end: 4%;
    }
}

@media only screen and (max-width: 1100px) {
    footer img.vegan-label {
        inset-inline-end: 2%;
    }
}

@media only screen and (max-width: 1024px) {
    .sticky {
        width: 800px;
        top: 50px;
    }

    footer img.vegan-label {
        width: 60px;
        inset-inline-end: 43%;
        bottom: 100px;
    }

    header.opac .vegan-label {
        width: 25px;
        top: 0
    }


    .toph1 {
        height: 20px;
    }

    .toph1 h1 {
        font-size: 11px;
    }


    .bottom_menu {
        display: inline;
        width: 100%;
        background: #212a42; /*0f1526 090a1e*/
        height: 50px;
        position: fixed;
        bottom: -1px;
        inset-inline-end: 0;
        z-index: 1000;

        box-shadow: 15px 15px 15px 15px #252525;

    }

    .bottom_menu .item {
        float: left;
        float: start;
        width: 25%;
        height: 100%;

        /*cddd8c*/ /*9bdf16*/

        /*border-inline-end: 1px solid #a3e816;
		border-inline-end: 1px solid #7eb912;*/

        border-inline-end: 1px solid #37415f;
        border-inline-end: 1px solid #101010;

        text-align: center;
        position: relative;
    }

    .bottom_menu .item.active {
        background-color: #7cbe16;
        border-inline-end: none;
        border-inline-end: none;

        /*box-shadow: inset 3px 3px 3px -3px #000;*/
    }

    .bottom_menu .item.last {
        border-inline-end: none;
    }

    .bottom_menu .item.first {
        border-inline-end: none;
    }

    .bottom_menu .item .lnk {
        text-align: center;
        width: 100%;
        height: 20px;
        position: absolute;
        bottom: 3px;
        inset-inline-end: 0;
    }

    .bottom_menu .item .lnk span {
        color: #fff;
        font-size: 12px;
    }

    .bottom_menu .item .number {
        position: absolute;
        top: -9px;
        inset-inline-end: 6px;
        min-width: 19px;
        height: 19px;
        background: red;
        border-radius: 20px;
        font-size: 10px;
        color: #fff;
        text-align: center;
        /*line-height: 19px;*/


        padding: 0 6px 0 6px;
        box-sizing: border-box;


    }

    .bottom_menu .item .number div {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);

    }

    .bottom_menu .item.chat {
        background-image: url('../images/bottom/interface.png');
        background-repeat: no-repeat;
        background-position: 50% 20%;
        background-size: 30px 32px;
    }

    .bottom_menu .item.notifications {
        background-image: url('../images/bottom/circle.png');
        background-repeat: no-repeat;
        background-position: 50% 20%;
        background-size: 26px;
    }

    .bottom_menu .item.online {
        background-image: url('../images/bottom/users_online.png');
        background-repeat: no-repeat;
        background-position: 50% 20%;
        background-size: 26px;
    }

    .bottom_menu .item.arena {
        background-image: url('../images/bottom/favorite.png');
        background-repeat: no-repeat;
        background-position: 50% 20%;
        background-size: 26px;
    }


    #dialogs {
        height: auto;
        overflow: visible;
    }

    #show_emoticons {
        display: none;
    }

    #dialog {
        width: 100%;
        height: auto;
        overflow: visible;
    }


    .send_message_area {
        display: inline;
        width: 100%;
        min-height: 70px;
        background: #ecedf3; /*c7e582*/ /*dadbe1*/

        position: fixed;
        bottom: 49px;
        inset-inline-end: 0;
        z-index: 500;

        padding: 3px 10px;
        box-sizing: border-box;

        box-shadow: 10px 10px 10px 10px #9d9d9d;

    }

    .message_area {
        float: left;
        float: start;
        width: 75%;
        min-height: 50px;
    }

    .message_area textarea {
        width: 100%;
        min-height: 50px;
        max-height: 130px;
        margin-top: 7px;
        border-radius: 5px;

        background: #fff;
        box-shadow: 1px 1px 1px 0 #d0d0d0;
        -webkit-appearance: none;

    }

    .send_button_area {
        float: left;
        float: start;
        width: 25%;
        height: 70px;
        padding-top: 7px;
        padding-inline-end: 5px;
        box-sizing: border-box;
    }


    .send_button_area .send {
        width: 100%;
        height: 50px;
        border-radius: 7px;
        background-image: url('../images/bottom/send.png');
        background-color: #7cbe16; /*7cbe16*/
        background-repeat: no-repeat;
        background-position: 50% 20%;
        background-size: 26px;
        position: relative;
        box-shadow: 1px 1px 1px 0 #568b17;
    }


    .send_button_area .send div {
        text-align: center;
        color: #fff;
        width: 100%;
        height: 20px;
        position: absolute;
        bottom: 3px;
        inset-inline-end: 0;
        font-size: 13px;
    }


    .scroltop, #dialog_textarea, .dialogInput input[type="button"] {
        display: none;
    }


    .face_wrapper {
        display: none;
    }

    .wrap, footer .wrap {
        max-width: 800px;
    }

    /**/
    .hmslider .caption {
        width: auto;
        background: rgba(0, 0, 0, 0.5);
        padding: 20px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
    }

    /**/
    .connect .wrap {
        max-width: 590px;
    }

    /**/
    .heading h1,
    .heading h2,
    .heading h3,
    .heading h4,
    .heading h5,
    .heading h6 {
        font-size: 38px;
    }

    .whyjoin h3 {
        font-size: 20px;
    }

    .whyjoin h4 {
        font-size: 16px;
        line-height: 20px;
    }

    /**/
    .connect p {
        line-height: 20px;
        font-size: 16px;
    }

    .howjoin h3 {
        font-size: 20px;
    }

    /**/
    .parallax .contbox p {
        font-size: 16px;
        line-height: 30px;
    }

    .freereg a {
        font-size: 22px;
        padding: 0 30px;
        line-height: 50px;
    }

    /**/
    .qsearch {
        background-position: 70% center;
    }

    /**/
    .hp-articles ul li {
        max-width: 260px;
    }

    .hp-articles h3 {
        font-size: 20px;
    }

    .hp-articles p {
        line-height: 20px;
        font-size: 14px;
        padding: 5px 0 10px 0;
    }

    .hp-articles .readmore {
        font-size: 14px;
    }

    /**/
    .headerinn .menu {
        padding: 22px 0 0 0;
    }

    .tglmenu {
        display: block;
        font-size: 0;
        background: url(../images/menu-trigger.png) no-repeat center;
        width: 21px;
        height: 19px;
        padding: 10px;
        box-sizing: content-box;
        /*margin: -10px;*/
        z-index: 999;
        border-radius: 21px;
        margin-block-start: 24px;
    }

    #menu {
        display: none;
        position: absolute;
        width: 300px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        overflow: hidden;
        top: 47px;
    }

    #menu li {
        float: none;
    }

    /**/
    .asideL {
        display: none;
        width: 48%;
    }

    .mobile {
        display: block;
    }

    .midsec {
        width: 100%;
        margin-bottom: 30px;
    }

    .asideR {
        width: 48%;
        margin-inline-end: 1%;
        margin-inline-end: 1%;
    }

    .asideR .greybox3 .chkbox {
        width: 50%;
    }

    .asideR .greybox3 .select {
        width: 44.3%;
    }

    .asideR .greyboxmid ul li a {
        font-size: 14px;
    }

    .asideR .greybox2 ul li a {
        font-size: 14px;
    }

    /**/
    .stepssec li {
        padding-inline-end: 30px;
        line-height: 19px;
        background: url(../images/harshama-step-arrow.png) no-repeat right -4px;
        background-size: contain;
    }

    .stepssec li .nos {
        margin-inline: 50%;
        transform: translateX(-50%);
        line-height: 32px;
        font-size: 20px;
        width: 32px;
        height: 32px;
    }

    .stepssec li span.label {
        font-size: 16px;
        padding-top: 6px;
        margin-inline: 0;
        text-align: center;
    }

    /**/
    .harsama-main {
        padding-top: 0;
    }

    .hmaformsec {
        padding: 35px;
    }

    .stepssec {
        min-height: 100%;
        padding: 25px 30px;
    }

    .harsama-midsec .inputdiv {
        width: 70%;
    }

    .harsama-midsec .select {
        width: 40%;
    }

    .harsama-midsec .select.s2 {
        width: 22.4%;
    }

    .nextstage, .return {
        /*background-position: 15px !important;*/
        width: auto !important;
        padding: 0 40px !important;
    }

    .return {
        /*background-position: 85% !important;*/
    }

    /**/
    .boxcont .userimg {
        width: 24%;
    }

    /**/
    .popupmainopen {
        max-width: 800px;
    }

    .popuplogo {
        float: none;
        padding: 0 0 25px 0;
        text-align: center;
    }

    .popuplogo a {
        display: inline-block;
    }

    .popupmenu {
        float: none;
    }

    .popupmenu ul li {
        padding: 0 8px;
        display: inline-block;
        vertical-align: top;
        float: none;
        max-width: 25%;
    }

    .popinline-end, .popinline-end {
        width: 100%;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .galpic {
        height: 400px;
    }

    .topbar, .desktop {
        display: none;
    }

    #menu li.mobileli {
        display: block;
    }

    .popupbtm {
        padding: 0;
        margin: 0 -10px;
    }

    .headerinn.scroll .logo-menu, .headerinn .logo-menu {
        padding: 4px 0;
    }

    .headerinn.scroll .innlogo, .headerinn .innlogo {
        width: 70%;
    }

    .headerinn.scroll .innlogo img, .headerinn .innlogo img {
        max-height: 40px;
        float: right;
        float: end;
    }

    .headerinn.scroll .menu, .headerinn .menu {
        padding: 0;
    }

    header.opac .wrap {
        padding: 2px 0 1px;
    }

    header.opac .wrap .logo img {
        max-height: 30px;
        margin: 0 auto;
    }

    header.opac .topbtns {
        padding-top: 2px;
        height: auto;
    }

    header.opac .form {
        top: 65px;
    }

    .innercont {
        padding: 75px 0 0 0;
    }

    .asideR.mobile .greybox {
        margin-bottom: 0;
    }

}

@media only screen and (max-width: 840px) {


    .sticky {
        width: 620px;
    }

    .banner-app-download {
        position: fixed;
        bottom: 0;
        z-index: 9999;
        display: block !important;
    }

    .banner-app-download.logged {
        bottom: 50px;
    }

    .banner-app-download .close-banner {
        z-index: 999999;
        cursor: pointer;
        width: 61px;
        height: 35px;
        position: absolute;
        top: 0;
        inset-inline-end: -20px;
    }

    header .vegan-label {
        width: 60px;
    }

    .popupmenu ul li {
        padding: 0 2px;
    }

    .field .clr {
        clear: none;
    }

    .galpreview div img {
        max-height: 80px;
    }

    .padd.for-label {
        padding: 0 0 25px;
        margin-top: -25px;
    }


    #sign_up_form .errors {
        padding: 20px 1% 0 1%;
    }

    .wrap, footer .wrap, .connect .wrap {
        max-width: 620px;
    }

    /**/
    header .logo {
        width: 35%;
    }

    .topbtns {
        padding-top: 17px;
    }

    .topbtns a {
        margin-inline-end: 20px;
    }

    /**/
    .hp-articles ul li {
        max-width: 197px;
        padding: 0 10px;
    }

    /*.hp-articles .imagediv {height: auto;}*/
    /**/
    .stepssec li {
        margin: 0 5px;
        padding-inline-end: 22px;
    }

    .stepssec li .nos {
        text-align: center;
    }

    .stepssec li:last-child {
        padding-inline-end: 0;
        margin-inline-end: 0;
    }

    /**/
    .harsama-midsec .inputdiv, .hmaformsec.three .textarea, .harsama-midsec .select, .hmaformsec.two .select, .hmaformsec.three .select, .harsama-midsec .label {
        width: 100%;
    }

    .harsama-midsec .field .label {
        width: 100%;
        margin-bottom: 5px;
    }

    .harsama-midsec .select.s2 {
        width: 30.6%;
    }

    .harsama-midsec .select.s2:last-of-type {
        margin-inline-end: 0;
    }

    /**/
    .harsm5 .rightdesc {
        width: 76%;
    }

    .harsm5 .imgbox {
        width: 20%;
    }

    /**/
    .asideR .greybox3 .select {
        width: 42.4%;
    }

    /**/
    .parallax .wrap {
        height: 550px;
    }

    /**/
    .popupmainopen {
        max-width: 620px;
    }

    /*.popupbtm {padding: 20px;}*/
    .slick-initialized .slick-slide[data-slick-index="1"] {
        background-position: 25% 0% !important;
    }

    .slick-initialized .slick-slide {
        display: block !important;
        background-position: center !important;
        background-size: cover !important;
    }


}

@media only screen and (max-width: 640px) {

    .sticky {
        width: 481px;
    }

    header .vegan-label {
        top: -60px;
        inset-inline-end: -30px;
    }

    header.opac .vegan-label {
        width: 30px;
        top: -34px;
    }

    .spedate-fixed {
        bottom: 0;
        width: auto;
        height: auto;
        inset-inline-end: auto;
        margin-inline-end: 0;
    }

    .popbox .clr {
        height: 0;
    }

    popinline-end, .popinline-end {
        margin-bottom: -15px;
    }

    .filterby .select {
        line-height: 1;
        min-width: 135px;
    }

    .filterby .select select#searchFilter {
        max-height: 100%;
        padding: 0 4%;
    }

    .wrap, footer .wrap, .connect .wrap {
        max-width: 480px;
    }

    .innercont {
        padding: 65px 0 0 0;
    }

    /**/
    header .logo {
        width: 190px;
        /*float: none;*/
        margin: 0 auto;
    }

    header .right {
        float: none;
    }

    .topbtns a {
        font-size: 18px;
    }

    .topbtns {
        height: 47px;
    }

    .topbtns a {
        margin-inline-end: 0;
        float: left;
        float: start;
    }

    .topbtns a.logbtn {
        float: right;
        float: end;
    }

    header .form {
        max-width: 300px;
        bottom: auto;
        top: 120px;
        background: rgba(0, 0, 0, 0.8);
        padding: 10px;
        border-radius: 0 0 5px 5px;
        -webkit-border-radius: 0 0 5px 5px;
    }

    header .txtbox, header .btn {
        float: none;
        width: 100%;
        margin: 0 0 10px 0;
        display: block;
    }

    header .forgot-pwd {
        padding-top: 5px;
        color: #fff;
        width: auto;
        float: none;
    }

    /**/
    footer .menudiv1, footer .menudiv2, footer .menudiv3 {
        width: 100%;
        margin-bottom: 20px;
        padding-bottom: 10px;
        border-bottom: 1px solid #333;
    }

    footer .rightsect {
        width: 100%;
    }

    /**/
    .hmslider .caption {
        max-width: 300px;
        width: 100%;
    }

    .hmslider .caption .capinn {
        width: 100%;
    }

    .caption h2 {
        font-size: 40px;
        line-height: 45px;
    }

    .caption p {
        font-size: 18px;
        line-height: 24px;
        padding: 0;
    }

    .caption .joinbtn a {
        padding: 0 25px;
        line-height: 40px;
        font-size: 18px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

    /**/
    .heading h1,
    .heading h2,
    .heading h3,
    .heading h4,
    .heading h5,
    .heading h6 {
        font-size: 28px;
    }

    .whyjoin li {
        width: 50%;
        margin-bottom: 20px;
        min-height: 211px;
    }

    .whyjoin h4 {
        min-height: 50px;
    }

    /**/
    .qsearch {
        height: auto;
        padding-bottom: 30px;
    }

    .qsearch {
        background: #EE1D24;
    }

    .qsearch .txtbox {
        width: 100%;
        font-size: 12px;
        font-size: 12px;
        height: 35px;
    }

    .qsearch .field, .qsearch .field2 {
        width: 100%;
        margin-bottom: 10px;
    }

    .qsearch label {
        float: left;
        float: start;
        font-size: 27px;
        line-height: 45px;
        width: 100% !important;
        text-align: center;
    }

    .select {
        width: 100%;
        line-height: 35px;
    }

    .select select {
        height: 35px;
        font-size: 12px;
    }

    .qsearch .btn {
        width: 100%;
        font-size: 27px;
        height: 45px;
    }

    /**/
    .parallax .contbox {
        padding: 30px;
    }

    .hp-articles ul li {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .mb-img {
        display: none;
    }

    .connect .android-ios-img a {
        margin: 0;
    }

    /**/
    .asideL, .asideR {
        width: 100%;
        margin-bottom: 30px;
    }

    .asideL .rptimgbox {
        width: 21%;
    }

    /**/
    .chkbox {
        display: block; /*float: none !important;*/
        margin-bottom: 10px;
    }

    .nextstage, .return {
        float: none !important;
        width: 100% !important;
        margin-bottom: 15px;
    }

    .stepssec {
        padding: 26px 5px 5px;
        text-align: end;
    }

    .stepssec li {
        background: none !important;
        margin-bottom: 10px;
        width: 100%;
    }

    .harsm4 {
        padding: 0;
    }

    .harsm4 .rightinfo {
        width: 100%;
        margin-bottom: 15px;
    }

    .harsm4 .rightproimage {
        width: 58%;
        float: left;
        float: start;
    }

    .hmaformsec {
        padding: 20px;
    }

    .harsm5 .browseupload {
        width: 100%;
    }

    .harsm5 .imgbox {
        width: 100%;
        margin-bottom: 20px;
        background: #fff;
    }

    .harsm5 .rightdesc {
        width: 100%;
    }

    .ulrow .col3 {
        padding-top: 0;
    }

    .harsm4 .browseupload .browsebutt, .harsm4 .browseupload .browseinput, .harsm4 .browseupload .uploadphoto {
        width: 100%;
        margin-bottom: 5px;
    }

    /**/
    .box .imgbox {
        width: 50%;
        margin-bottom: 20px;
    }

    .box .desc {
        margin: 0;
        width: 100%;
    }

    /**/
    .quicksrch .rghtcont, .quicksrch .rightcont {
        width: 100%;
        margin-bottom: 10px;
    }

    .quicksrch .chkbox, .quicksrch .qbtmfrm .chkbox {
        width: 50%;
    }

    .quicksrch .inputdiv {
        width: 100%;
        padding: 10px 0;
    }

    .free, .freesubmit {
        width: 100%;
    }

    /**/
    .boxcont .lftcontbox {
        float: right;
        float: end;
        width: 100%;
    }

    .lightgrey {
        text-align: center;
    }

    .lightgrey .smlinks { /*width: 100%;*/
        padding: 10px 2px;
        font-size: 13px;
        float: none;
        width: auto;
        display: inline-table;
    }

    .lightgrey .smlinks li a {
        padding: 0 3px 0 4px;
    }

    .boxcont .userimg {
        width: 50%;
    }

    .boxcont .userimg img {
        position: static;
    }

    /**/
    .innlogo {
        float: right;
        float: end;
        width: 223px;
    }

    /*.headerinn .menu {padding: 6px 0 0 0;}*/
    /**/
    .forumtop .textpart1 {
        width: 100%;
        float: left;
        float: start;
        border-inline-end: 0;
        margin: 20px 0;
        min-height: 100%;
    }

    .forumtop .textpart2 {
        width: 100%;
        float: left;
        float: start;
        min-height: 100%;
        margin: 0 0 20px 0;
    }

    .forumidbox .btitle .datediv {
        float: none;
    }

    .smlinks li { /*float: none; border-inline-end: 0;*/
        display: block;
        overflow: hidden;
    }

    .replies li .textdiv, .replies li .datediv, .replies li .namediv {
        width: 100%;
        float: left;
        float: start;
        margin: 0 0 5px 0;
        text-align: end;
        border: 0;
        padding: 0;
    }

    /**/
    .boxrpt .userimg {
        width: 100%;
    }

    .boxrpt .descbox {
        width: 100%;
    }

    .boxrpt .datediv {
        float: none;
    }

    .blogtabsec ul.tabnav li {
        width: 100%;
        margin: 2px 0;
        float: none;
    }

    .blogtabsec .tabcontent3 {
        padding: 20px 5px;
    }

    .blogtabsec .tabcontent3 h5 {
        font-size: 13px;
    }

    /**/
    .eventmain .eventbox .eventimg {
        float: left;
        float: start;
        width: 100%;
        margin-bottom: 25px;
    }

    .eventmain .eventbox .evtinline-endcont {
        width: 100%;
    }

    /**/
    .iconsec li {
        padding: 0 0 0 18px;
    }

    .iconsec li:last-child {
        padding: 0;
    }

    .infosec ul li .label, .infosec ul li .textdesc, .postinfo ul {
        width: 100%;
    }

    /**/
    .forumfaq li .ortal, .forumfaq li .date {
        display: inline-block;
        float: none;
    }

    .forumfaq li .date {
        border: 0;
        border-inline-end: 1px solid #c7c7c8;
        padding: 0 0 0 10px;
    }

    .forumfaq li .ttl {
        width: 100%;
    }

    .forumfaq li li {
        border: 0;
        border-inline-end: 0;
        float: none;
    }

    .forumfaq li .faqtitle, .forumfaq li .faqtitle:hover, .forumfaq li .faqtitle.active {
        background-position: right 5px;
    }

    /**/
    .sercformsec .chkbox {
        width: 50%;
    }

    .sercformsec .labelbox {
        width: 100%;
        padding: 0 0 15px 0;
    }

    .sercformsec .labelbox
    .sercformsec .rightcont {
        width: 100%;
    }

    .sercformsec .select {
        width: 35%;
        margin: 0 0 0 10px;
    }

    .sercformsec .half {
        width: 100%;
    }

    /**/
    .popupmainopen {
        max-width: 90%;
    }

    .galpreview div {
        height: 80px;
    }

    .popbox .infobox {
        width: 100%;
        border: 0 !important;
        margin-bottom: 20px;
    }

    .descption {
        font-size: 14px;
    }

    .popbox .ttl {
        font-size: 20px;
    }

    .popbox .ttl.tog_click {
        background-image: url(../images/circle.png);
        background-repeat: no-repeat;
        background-position: 2.5% center;
        background-size: 22px;
        padding-inline-end: 34px;
    }

    .popbox .ttl.tog_click.open {
        background-image: url(../images/circle_minus.png);
    }

    .popbox .ttl.tog_click + div {
        display: none;
    }

    .popbox .btn {
        width: 100%;
        margin-top: 10px;
    }
}


@media only screen and (max-width: 500px) {


}


.hidden {
    display: none;
}

.ui.checkbox label {
    color: #47494d;
    cursor: pointer;
    font-weight: 400 !important;
    display: block;
    padding-inline-end: 20px;
    position: relative;
    font-size: 1.15em;
    padding-inline-end: 0;
}


.sidebarCheckboxes .ui.checkbox label {
    font-size: 1em;
    padding-inline-end: 0;
}

.asideR .greybox3 .half {
    float: left;
    float: start;
}

.ui.progress.uploadPhotoProgress {
    margin-bottom: 4.5em;
    margin-top: 2em;
}


#profile_form .errors {
    box-sizing: border-box;
    padding: 30px;
    padding-bottom: 0;
}

.field.error label, .label.error label {
    color: #F2711C;
}

.field.error input[type="text"],
.field.error input[type="password"],
.field.error textarea,
.field.error select,
.field_2.error input[type="text"],
.field_2.error input[type="password"],
.field_2.error textarea,
.field_2.error select,
.field_2.error checkbox {
    border: 1px solid #F2711C;
}


.field_2.error .label {
    color: #F2711C;
}


.mainQuickSearch .checkbox {
    margin-bottom: 10px;
    /*width: 105px;*/
}

.pages a:hover {
    color: #EE1D24;
}

#profile_dimmer .ui.loader {
    top: 40%;
}

#popup1 .close {
    z-index: 2222;
}


#user_data {
    /*min-height: 1000px;*/
    min-height: 300px;
    max-height: 745px;
    overflow: auto;
    overflow-x: hidden;
}

.stepssec li a {
    color: #3a3a3b;
}

#profile_form .two .select, #profile_form .three .select {
    width: 51.2%;
}

#profile_form .three .chkbox2 {
    min-width: 185px;
}


#global_dimmer {
    position: fixed;
}

.freeze_cont {
    width: 90%;
    min-height: 400px;
    margin: 0 auto 25px auto;
}

.freeze_cont textarea {
    margin-top: 25px;
    background: #fff;
    width: 100%;
    height: 275px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.report-cont {
    width: 33%;
    float: right;
    float: end;
    background: #ededec;
    border-radius: 3px;
    margin: auto;
    position: relative;
    inset-inline-end: 28%;
}

.report-cont {
    position: absolute;
    width: 60%;
    top: -177px;
}

.report-cont.bottom {
    inset-inline-end: -29px;
    top: -193px;
}

.report-cont textarea {
    box-sizing: border-box;
    background: #fff;
    border-radius: 5px;
    margin: 6px;
    width: 96%;
    height: 86px;
}

.report-cont .btn {
    background: #d50312;
    font-size: 20px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    height: 40px;
    padding: 0 35px;
    color: #fff;
    width: 120px;
    float: right;
    float: end;
    /* padding: 5px; */
    margin: 0 9px 10px;
}

.report-cont .report-close {
    float: left;
    float: start;
    line-height: 37px;

}

.report-success, .contact-success {
    text-align: center;
    color: #588505;
    background: #fff;
    border-radius: 5px;
    margin: 0 30px 0 30px;
    padding: 10px;
}

.report-success.bottom {
    top: -90px;
    inset-inline-end: 189px;
}


.clear {
    clear: both;
}

#faces_container {
    width: 100%;
    height: 100%;
    position: relative;
}


#faces_container .face_wrapper {
    border-radius: 50%;
    background: #fff;
    box-sizing: border-box;
    padding: 10px;
    /*background-size: cover;*/
    /*background-position: top;*/
}

#faces_container .face {
    cursor: pointer;
    z-index: 10;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

#faces_container .face_wrapper.first {
    position: absolute;
    top: 295px;
    inset-inline-end: 210px;
    width: 235px;
    height: 235px;
}

#faces_container .face_wrapper.second {
    position: absolute;
    top: 70px;
    inset-inline-start: 190px;
    width: 195px;
    height: 195px;
    /*background: #f5d500;*/
}

#faces_container .face_wrapper.third {
    position: absolute;
    bottom: 30px;
    inset-inline-start: 220px;

    width: 195px;
    height: 195px;
    /*background: green;*/
}

#faces_container .face_wrapper.fourth {
    position: absolute;
    top: 45px;
    inset-inline-end: 40px;

    width: 265px;
    height: 265px;
    /*background: green;*/
}

#faces_container .face_wrapper.fifth {
    position: absolute;
    top: 210px;
    inset-inline-start: -80px;

    width: 300px;
    height: 300px;
    /*background: green;*/
}

#templates {
    display: none;
}


.boxrpt .descbox .newMessages {
    position: absolute;
    top: 43px;
    inset-inline-end: 40px;
    background: #EE1D24;
    padding: 2px 5px 2px 5px;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
}


.instr {
    font-size: 13px;
}

.right {
    float: right;
    float: start;
}

.left {
    float: left;
}

.infobox .det {
    font-weight: normal;
    line-height: 1.2em;
}

.tgl_qs, .tgl_mqs {
    cursor: pointer;
}

.tgl_mqs {
    background-position: unset !important;
    margin-bottom: 0 !important;
    position: relative;
}

#quick_search_sidebar_form, #quick_search_form {
    display: none;
}

#quick_search_sidebar_form {
    padding: 10px 13px;
}

#mag {
    color: #47494d;
}

.emoticons_wrapper .emoticon {
    cursor: pointer;
}

.w_180 {
    width: 180px;
}

.photo-request-btn {
    height: 30px;
    width: 62px;
    font-size: 19px;
    padding: 5px;
    border-radius: 6px;

}

.photo-request-btn.allow {
    /*background-color: #EE1D24;*/
    background-color: #00ee00;
}

.photo-request-btn.cancel {
    background-color: #DADADA;
}


@media only screen and (max-width: 375px) {

    header.opac .vegan-label {
        width: 26px;
        top: -30px;
        inset-inline-end: -6px;
    }
}


@media only screen and (max-width: 320px) {

    header .vegan-label {
        width: 36px;
        top: -45px;
        inset-inline-end: 0;
    }

    header.opac .vegan-label {
        width: 26px;
        top: -30px;
        inset-inline-end: 5px;
    }
}


.hfield {
    overflow: hidden;
    margin-bottom: 20px;
    width: 100%;
    height: 53px;
}

.hfield2 {
    float: right;
    float: end;
    width: 68%;
}

.qsearch .hfield2 span {
    float: left;
    float: start;
    font-size: 27px;
    padding: 0 6.5%;
    margin-inline-end: 5px;
    height: 41px;
    width: 57px;
}

.onlineCircle {
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background-color: #00ee00;
    box-shadow: 0 0 4px 0 #00ee00;
    position: absolute;
    bottom: 0;
    inset-inline-end: 3px;
}

.boxrpt .userimg {
    position: relative;
    height: 103px;
    width: 101px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.inlinemessages {
    display: none;
    position: relative;
    width: 44%;
    margin: 14px 0;
}

.inlinemessages .sendbtn {
    position: absolute;
    inset-inline-end: -54px;
    bottom: -23px;
    background: #EE1D24;
    color: #fff;
    border-radius: 4px;
    padding: 4px 10px;
    margin-inline-end: 45px;
}

.inlineMessItem {
    list-style: none;
    width: 100%;
    padding: 5px 8px;
}

.inlineMessItem:hover {
    background-color: #d3d1d1;
}

.inlineMessItem.checked {
    background: #c5c5c5;
    border-radius: 2px 0 0 3px;
}

.inlineMess {
    float: left;
    float: start;
    width: 22%;
    background: #EE1D24;
    border-radius: 4px;
    height: 33px;
    color: #fff;
}

.btns .inlinemessages {

    width: 200%;
    display: none;
    margin: 59px 0 10px 74px;
}

.btns .inlineMessItem {
    width: 100%;
}

.trash-icon {
    position: absolute;
    top: 11px;
    inset-inline-end: 16px;
    cursor: pointer;
    color: black;
}

.ui.checkbox label {
    color: #47494d;
    cursor: pointer;
    font-weight: 400 !important;
    display: block;
    padding-inline-start: 20px;
    font-size: 1.15em;
    line-height: 19px;
    bottom: 0;
    margin-inline-end: 0;
    padding-inline-end: 16px;
}

.a-disabled {
    pointer-events: none;
    opacity: 0.5;
}

.ui.checkbox label:before {
    /*top: 13px;*/
}

#signUpOne_gender option {
    color: red;
}

/*
.edit-photo-form {
	padding: 35px 26px 35px 0;
}*/

.popup_div {
    display: none;
    position: fixed;
    width: 50%;
    height: 73%;
    max-width: 803px;
    max-height: 600px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    border: 6px solid #d3d3cf;
    bottom: 0;
    inset-inline-end: 0;
    inset-inline-start: 0;
    top: 23%;
    z-index: 9997;
}

.popup_div1 .pgal_top1 .close {
    /*width:21px; height:21px; inset-inline-end:23px; top:20px; position:absolute; z-index:99;*/
    width: 25px;
    height: 25px;
    inset-inline-end: 23px;
    top: 20px;
    position: absolute;
    z-index: 99;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    padding: 5px;
}

.asideR .greybox3 .btn {
    margin-top: -29px;
}

.photo-check-home {
    padding-bottom: 27px;
}

.opacity-05 {
    opacity: 0.5;
}

.popup-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.arrow.circle.icon {
    height: 90%;
    width: 116px;
    font-size: 4em;
    position: absolute;
    top: 49px;
}

.arrow.circle.right.icon {
    inset-inline-start: 0;
}

.arrow.circle.left.icon {
    inset-inline-end: 0;
}

.popup_div .chevron.right.icon, .popup_div .chevron.left.icon {
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 100%;
}

.ui.circular.button > .icon {
    height: 25px;
    width: 25px;
    text-align: center;
    line-height: 23px;
}

.active-mobile {
    color: #e20020;
}

.back-to-search {
    display: inline-block;
    position: fixed;
    background-color: #e20020;
    top: 135px;
    z-index: 99;
    inset-inline-end: -13px;
    padding: 7px 19px;
    border-radius: 27px;
    color: #fff;
}

.fullscreen-container {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    inset-inline-end: 0;
    inset-inline-start: 0;
    background: rgba(90, 90, 90, 0.5);
    z-index: 9997;
}


/*.fullscreen-container.arena {*/
/*	z-index: 9999;*/
/*}*/

.readNotif {
    background-color: #ededec !important;
}


.facebookLoginPop {
    margin-top: -68.5px !important;
    display: block !important;
    width: 21% !important;
    margin: -68.5px -152px auto auto !important;
    padding: 9px !important;
}

.fb_iframe_widget {
    top: 27px;
}

.verify-icon {
    width: 44px;
    height: 44px;
    position: absolute;
    inset-inline-end: -20px;
    top: 10px;
    z-index: 999;
    background: url(../images/main/verify.png) no-repeat top right;
}

.fb-share-button {
    top: 0 !important;
}

/*#splashBingo{*/
/*position: fixed;*/
/*z-index: 10010;*/
/*width: 100%;*/
/*min-height: 100%;*/
/*background: rgba(0,0,0,0.8);*/
/*text-align: center;*/
/*}*/
/*#splashBingo .wrap{*/
/*max-width: 700px;*/
/*margin: 0 auto;*/
/*position: relative;*/
/*}*/
/*#splashBingo .bingoImg{*/
/*margin: 60px auto 10px;*/
/*width: 60%;*/
/*max-width:230px;*/
/*}*/
/*#splashBingo .imageBingo{*/
/*background-position: top center;*/
/*background-size: cover;*/
/*width: 105px;*/
/*height: 105px;*/
/*border: 5px #fff solid;*/
/*border-radius:50%;*/
/*margin:0 auto;*/
/*}*/
/*#splashBingo .rightPhoto{*/
/*width:45%;*/
/*float:start;*/
/*}*/
/*#splashBingo .rightPhoto{*/
/*width:45%;*/
/*float:inline-end;*/
/*}*/
.resultsPhoto {
    width: 184px;
    height: 209px;
}

.ui.checkbox input[type=checkbox], .ui.checkbox input[type=radio] {
    cursor: pointer;
    position: absolute;
    top: 0;
    inset-inline-end: 0;
    opacity: 0 !important;
    outline: 0;
    z-index: 3;
    width: 17px;
    height: 17px;
}

.ui.toggle.checkbox input {
    width: 3.5rem !important;
    height: 1.5rem !important;
}

@media only screen and (max-width: 500px) {

    /*.pop_img {*/
    /*	background-size: 100% 77%!important;*/
    /*}*/
}


.social-icon a img {
    display: inline-block;
    margin: 0 1px;
}

.mainQuickSearch .checkbox {
    margin-bottom: 10px;
    /*width: 75px;*/
}

#splashBingoTemplate {
    display: none;
}

.distance {
    float: right;
    float: end;
    margin-inline-end: 12px;
}

.registration-small-text {
    position: relative;
    bottom: 23px;
}

.error label {
    color: #F2711C !important;
}

.activation-container {
    width: 65%;
    margin: 30px auto;
}

.activation-container .code {
    width: 38% !important;
}

.activation-container .send {
    background-color: #EE1D24;
    color: #fff;
    padding: 4px 10px;
    border-radius: 4px;
    display: inline-block;
    height: 30px;
    margin-inline-end: 10px;
    margin-top: 4px;
}

.activation-label {
    color: #EE1D24 !important;
    text-transform: none !important;
    font-size: 20px !important;
}

.activation-problems {
    margin-top: 13px;
    background: #EE1D24;
    color: #fff;
    padding: 6px 10px;
    border-radius: 4px;
}

.activation-container .harsama-midsec {
    background: #fff;
    box-shadow: none;
}

.activation-container .hmaformsec {
    padding: 0;
    max-width: 920px;
    width: 100%;
    margin-top: 40px;
}

.activation-container .harsama-midsec .inputdiv input, .profile input {
    height: 32px;
    font-size: 16px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
    border: 1px solid rgba(34, 36, 38, .15);
    margin-inline-end: 10px;
}

.activation-container .hmaformsec.three .textarea {
    border: 1px solid rgba(34, 36, 38, .15);
}

.activation-container .free.contact_submit {
    margin-top: 10px;
}

.activation-container .row {
    margin: 20px 0 2px;
}

.activation-container .smsReset {
    background-color: #ebedf2;
    padding: 6px;
    border-radius: 4px;
}


.labelbox.relationship-type label {
    line-height: 20px;
}


.quicksrch .right-section h5 {
    width: 13%;
}


span.from {
    float: left;
    float: start;
    margin-inline-end: 17px;
    margin-inline-end: 9px;
    font-size: 20px;
    margin-top: 6px;
}

span.from.side {
    margin-inline-end: 8px;
    margin-inline-end: unset;
    margin-top: unset;
}

.lookingFor .ui.checkbox:nth-child(3) {
    width: 20%;
}

.lookingFor .ui.checkbox:nth-child(4) {
    width: 22%;
}

.lookingFor .ui.checkbox:nth-child(5) {
    width: 30%;
}


.quicksrch .ui.checkbox label {
    width: 99px;
}

.lookingFor .ui.checkbox label {
    width: unset;
}


#splashBingoTemplate {
    position: fixed;
    top: 240px;
    bottom: 0;
    inset-inline-end: 0;
    inset-inline-end: 0;
    margin: auto;
    z-index: 99999;
    height: 80%;
    display: none;
    width: 297px;
}

#splashBingoTemplate .cancel {
    width: 80px;
    height: 80px;
    background: url(https://www.nyrichdate.com/images/popupclose.png) no-repeat center;
    background-size: 60% 60%;
    display: inline-block;
    vertical-align: top;
    margin-top: 7px;
    margin-inline-end: 0;
}

.rightPhoto, .rightPhoto {
    background-position: top center;
    background-size: cover;
    width: 105px;
    height: 105px;
    border: 5px #fff solid;
    /*background-image: url(https://www.nyrichdate.com/media/photos/518/762-face.jpeg);*/
    border-radius: 50%;
    margin: 0 auto;
    float: left;
    float: start;
}

.rightPhoto {
    float: right;
    float: end;
}

.plus {
    float: left;
    float: start;
    width: 30.5%;
    height: 115px;
    text-align: center;
    background: url(https://www.nyrichdate.com/images/bingo/plus.png) no-repeat center;
    margin-inline-end: -1.5%;
}

.textSplash {
    color: #fff;
    text-align: center;
    font-size: 20px;
    margin: 10px 0 20px;
}

.chat, .ignore {
    background-image: url(https://www.nyrichdate.com/images/bingo/chatSplash.png);
    padding-inline-end: 55px;
    background-position: center;
    background-size: contain;
    height: 54px;
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 12px;
    color: #fff;
}

.chat {
    padding-inline-end: 73px;
}

.ignore {
    background-image: url(https://www.nyrichdate.com/images/bingo/ignoreSplash.png);
    height: 59px;
}

.bingoImg {
    margin-inline-end: 0;
    display: inline-block;
}

/*.lookingFor:nth-child(4) {*/
/*	width: 22%;*/
/*}*/
/*.lookingFor:nth-child(5) {*/
/*	width: 30%;*/
/*}*/
.username-error {
    font-size: 12px;
    color: red;
    position: absolute;
    bottom: 19px;
    inset-inline-end: 14px;
    display: none;
}


.border-green {
    border: 1px solid green;
}

.username-free {
    color: green;
}


.harsm4 .rightproimage {
    float: right;
    float: end;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    overflow: hidden;
    border: 2px solid #d8d8d9;
    height: 310px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.ui.modal.user-images {
    top: 161px;
    height: 500px !important;
    background-repeat: no-repeat;
    background-position: center;
    position: fixed;
    z-index: 9999;
    background-size: contain;
    bottom: 0;
    inset-inline: 0;
    margin: auto;
}

.ui.modal > .image.content {
    padding: 0;
}


.user-images .right {
    height: 60px;
    width: 60px;
    position: absolute;
    top: 0;
    inset-inline-end: 22px;
    bottom: 0;
    margin: auto;
    background: url(https://www.nyrichdate.com/images/lightbox-inline-end-arrow.png) rgba(10, 10, 10, 0.5) no-repeat center;
    border-radius: 50%;
    background-size: auto 80%;
}

.user-images .right {
    height: 60px;
    width: 60px;
    position: absolute;
    top: 0;
    inset-inline-end: 22px;
    bottom: 0;
    margin: auto;
    background: url(https://www.nyrichdate.com/images/lightbox-inline-end-arrow.png) rgba(10, 10, 10, 0.5) no-repeat center;
    border-radius: 50%;
    background-size: auto 80%;
}

.profile-top-container {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 22px;
}

.profile-top-container .image .img {
    height: 400px;
    background-repeat: no-repeat;
    /* display: inherit; */
    float: left;
    float: start;
    background-size: cover;
    border-radius: 16px;
    background-position: top center;
}


.profile-top-container .img {
    width: 363px;
}

.profile-top-container .top-container-left {
    width: 62%;
    position: relative;
    height: 400px;
    margin-inline-end: auto;
    float: left;
    float: start;
}

.profile-top-container .info {
    /*width: 30%;*/
    /* height: 30px; */
    float: left;
    float: start;
    margin-inline-end: 10%;
    margin-top: 3%;
}

.btn-rm-favorite {
    content: '-';
}

.profile-top-container .btns {
    position: absolute;
    inset-inline-end: 26px;
    top: 30px;
}

.top-container-left .delete_from_fav a {
    display: block;
    padding-inline-end: 30px;
}

.btn-send-msg {
    display: block;
    /* padding: 8px 46px; */
    background: url(../images/main/send-msg-circle.png) no-repeat 94% center #ededec;
    border-radius: 4px;
    width: 168px;
    padding: 4px 1px 7px 2px;
    background-position: right;
}

.btn-send-msg.users-list {
    float: right;
    float: end;
    background: none;
    width: 126px;
    text-align: start;
}

.btn-send-msg.users-list a {
    color: #47494d;
    font-size: 16px;
    background: url(../images/main/send-msg.png) no-repeat 94% center transparent;
    background-position: right;
    display: block;
    width: 100%;
}

.user-section-btns .imgicon {
    display: inline-block;
    width: 50px;
    height: 50px;
    float: right;
    float: end;
}

.user-section-btns .verify-icon {
    display: inline-block;
    position: unset;
    float: right;
    float: end;
    margin-inline-end: 10px;
}

.user-section-btns {
    height: 14px;
    display: inline-block;
    position: absolute;
    inset-inline-end: 11px;
}

.profile-top-container .btn-like {
    display: block;
    background: url(../images/main/like.png) no-repeat 94% center #ededec;
    border-radius: 4px;
    width: 169px;
    margin-top: 10px;
    padding: 4px 1px 7px 2px;
    background-position: 9px;
    background-size: contain;
}

.profile-top-container .btn-like:hover {
    color: #e20020;
}


.top-container-left .profile-nav ul {
    inset-inline-start: 16px;
}

.profile-nav {
    /*position: absolute;*/
    /*bottom: 0;*/
    /*inset-inline-end: 0;*/
    width: 88.5%;;
}

.profile-nav ul {
    border-top: #b7b7b8 1px dotted;
    /* margin-top: 10px; */
    display: block;
    /* width: 67%; */
    float: right;
    float: end;
    padding: 10px 0;
    padding-bottom: 0;
    bottom: 0;
    position: absolute;
    /*inset-inline-start: 87px;*/
}


.profile-nav li {
    display: inline-block;
    vertical-align: top;
    border-inline-end: #EE1D24 2px solid;
    padding-inline-end: 7px;
    margin-inline-end: 2px;
    line-height: 10px;
    height: 15px;
}

.profile-details-container {
    padding: 42px 37px 22px 13px;
    background: #ededec;
}

.profile-details-container ul {
    display: block;
    list-style: none;
}

.profile-details-container li {
    display: block;
    margin: 14px 0;
}

.profile-details-container li b {
    display: inline-block;
    width: 100px;
    vertical-align: top;
}


.profile-details-container .popleft {
    width: 48%;
    float: right;
    float: end;
    /*height: 500px;*/
}

.profile-details-container .popleft .images {
    background-color: #fff;
    padding: 10px 12px;
    border-radius: 15px;
    margin-inline-end: 15px;
    float: right;
    float: end;
    min-width: 100%;
}

.profile-details-container .popinleft .fields {
    width: 83%;
    margin: 20px auto;
}

.profile-details-container .fields b {
    display: block;
    width: 100%;
}

.profile-details-container .galpreview {
    padding: 0;
}

.profile-details-container .details-field {
    margin-inline-start: 100px;
    display: block;
    margin-top: -18px;
    margin-bottom: 10px;
    min-height: 16px;
}

.smimg {
    display: inline-block;
}

.parallax {
    background: url(../images/desktop-join-background.png) no-repeat center center;
    background-position: center;
    background-size: cover;
    background-color: black;
}

.connect-background {
    background-image: url(../images/we-on-mobile.jpg);
    /* width: 100%; */
    background-position: center;
    background-size: contain;
    height: 382px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 49%;
    float: left;
    float: start;
}

.applinks {
    height: 100px;
    position: absolute;
    bottom: 0;
    width: 50%;
    inset-inline-end: 0;
    text-align: end;
    top: 83px;
    margin: auto;
    text-align: center;
}

.applinks .android .background-links {
    background-image: url("../images/android-download.jpg");
}

.applinks .ios .background-links {
    background-image: url(../images/ios-download.png);
}

.background-links {
    height: 94px;
    width: 46%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
}

.inlineMess.btn-send-msg {
    margin: 9px 0;
    color: #EE1D24;
    background-size: contain;
    text-align: end;
    padding: 4px 10px 7px 2px;
    background-position: 7px;
}

.registration2-popup {
    top: 31% !important;
    margin-top: 0 !important;
    width: 30% !important;
    margin-inline-end: -15% !important;
}

.registration2-popup .header {
    background-color: #000000 !important;
    color: #fff !important;
}

.registration2-popup .content {
    background-color: #e2e2e2 !important;
}

.registration2-popup .actions {
    background: #e2e2e2 !important;
    border: none !important;
}

.registration2-btn {
    background: darkgray;
    border-radius: 4px;
    display: inline-block;
    width: 3%;
    text-align: center;
    padding: 1px 0;
    margin-top: 3px;
}

.tgl_qs {
    padding: 0 30px !important;
}

.greybox2-header {
    position: relative;
    background-color: #8a8d96;
    color: #fff;
    font-size: 16pt;
    font-family: myriad-hebrew, sans-serif !important;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    float: left;
    float: start;
    line-height: 39px;
    padding: 0 30px;
    -webkit-border-radius: 5px 5px 0 0;
    -webkit-box-shadow: inset -5px 0 8px -5px #aaa;
    width: 100%;
    border-radius: 6px;
    height: 33px;
    box-shadow: 1px 1px 0 1px #595a5e;
}

.greybox2-ul {
    padding: 0 15px;
    clear: both;
}

.greybox2 {
    padding: 0 !important;
    background: none !important;
    box-shadow: none !important;
}

.ps-container .hotlist {
    padding: 0;
    border-radius: 4px;
}

.notif-counter {
    float: right;
    float: end;
    font-size: 16px;
    inset-inline-start: 17px;
}

.asideR .greyboxmid ul li:hover {
    color: #EE1D24;
}

.form-container .right-section {
    float: left;
    float: start;
    width: 60%;
}

.form-container .right-section .half {
    float: right;
    float: end;
    display: inline-block;
    /* width: calc(100% - 115px); */
    width: 83%;
}

.ageFrom {
    margin: 15px 0;
}


.left_sep {
    background: url(../images/main/search-dotes.png) repeat-x center;
    text-align: center;
}

.right_sep span {
    padding: 13px;
    background: #e5e5e9;
}

.form-container {
    margin-bottom: 10px;
}

.advance-search-btn {
    text-align: center;
    margin: 10px 0 5px;
    padding: 0 0 16px;
}

.advance-search-btn button {
    -webkit-appearance: button;
    cursor: pointer;
    padding: 4px 10px;
    border-radius: 4px;
    background-color: #8a8d96;
    color: #fff;
}


.online {
    height: 20px;
    width: 20px;
    background-color: #6ed03e;
    border-radius: 50%;
    z-index: 99;
    border: 2px solid #5d5d5d;
    position: absolute;
    top: -7px;
    inset-inline-end: 6px;
}

.subtitletext .f1 {
    font-size: 21px;
    font-weight: 600;

}


.profile-top-container .online {
    top: 15px;
}

.profile-top-container .icons {
    display: inline-block;
    text-align: center;
    margin: 23px 0 0;
}

.top-container-left .btns button, .top-container-left .btns .inlineMess {
    background-size: 14%;
    border-radius: 9px;
    width: 193px;
    margin-top: 10px;
    padding: 10px 2px 10px 10px;
    background-position: 91%;
    background-color: #ededec;
    display: block;
    text-align: start;
    background-repeat: no-repeat;
}

.inlineMess.btn-send-msg {
    height: 40px;
}

.btn-verify {
    background-image: url(../images/main/add-verify.png);
}

.btn-verify:hover {
    color: #e20020;
}

.btn-favorite {
    background-image: url(../images/main/add-to-fav-circle.png);
    position: relative;
}


.photo-request-btn.allow {
    font-weight: bold;
    height: 28px;
    width: 66px;
    background: #EE1D24;
    color: #fff;
    box-shadow: 2px 2px 4px 0 #700010;
    margin-inline-end: 5px;
    margin-inline-end: 9px;
}

.photo-request-btn.allow a, .photo-request-btn.cancel a {
    color: #fff;
}

.photo-request-btn.allow a:hover, .photo-request-btn.cancel a:hover {
    color: #fff;
}

.photo-request-btn.cancel {
    font-weight: bold;
    height: 28px;
    width: 66px;
    background: #8a8d96;
    color: #fff;
    box-shadow: 2px 2px 4px 0 #434549;
    margin-inline-end: 5px;
}

#photo-requests {
    position: relative;
    width: 100%;
    min-height: 570px;
    overflow: hidden;
    background: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.private-text {
    position: absolute;
    /* bottom: 81px; */
    top: 0;
    bottom: 0;
    margin: auto;
    height: 1px;
    text-align: center;
}

i.icon {
    font-family: Icons !important;
}

/*.lobibox-notify.lobibox-notify-success {*/
/*	border-color: #EE1D24!important;*/
/*	background-color: #EE1D24!important;*/
/*}*/

.white-circle {
    display: inline-block;
    width: 30px;
    float: right;
    float: end;
    border: 2px solid;
    border-radius: 50%;
    height: 29px;
    text-align: center;
    line-height: 24px;
    font-size: 25px;
    font-weight: 400;
    position: absolute;
    inset-inline-end: 32px;
    top: 0;
    bottom: 0;
    margin: auto;
    user-select: none;
}

.tgl_qs .white-circle {
    inset-inline-end: 9px;
}


.top-container-inline-end .btns button a:hover {
    color: #EE1D24;
}

.profile-nav a, .btns a, .inlineMess.btn-send-msg {
    color: #242421;
}

.profile-nav a:hover, .btns a:hover, .inlineMess.btn-send-msg:hover {
    color: #EE1D24;
}

.smlabel .from {
    font-size: 16px;
}

.footer-free-signup {
    cursor: pointer;
    border: 2px solid #EE1D24;
    padding: 4px 27px;
    background: transparent;
    color: #bdbebe;
    border-radius: 8px;
    /*float: right;*/
    /*float: end;*/
    /*width: 46%;*/
    /*height: 38px;*/
}

footer .rightsect .topsec {
    width: 382px;
}

.facebook-row {
    /*clear: both;*/
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    column-gap: 20px;
    margin-block-start: 20px;
}

.facebook-row img {
    /*display: inline-block;*/
    /*float: left;*/
    /*float: start;*/
    /*width: 51%;*/
    cursor: pointer;
}

.registrend {
    padding: 11px 56px;
    margin-inline-end: 26px;
    margin-bottom: -19px;
}

.registrend:hover {
    color: white;
}


.facebookLoginPop-actions {
    text-align: end;
}

.facebookLoginPop-actions a {
    display: block;
    margin-top: 10px;
    cursor: pointer;
}

.facebook-registr {
    position: relative;
}

.facebook-registr .facebook-mobile-login-btn {
    background-color: #36589B;
    color: #fff;
    height: 51px !important;
    line-height: 41px;
    width: 230px;
    font-size: 25px;
    border-radius: 6px;
    float: right;
    float: end;
    padding: 5px;
    padding-inline-start: 24px;
    cursor: pointer;
}

.facebook-registr span {
    float: right;
    float: end;
    position: absolute;
    bottom: -72px;
    font-size: 13px;
    inset-inline-end: 4px;
}

.facebook-registr .ficon {
    display: inline-block;
    width: 36px;
    background-color: #1D4187;
    position: absolute;
    /*inset-inline-end: -24px;*/
    height: 49px;
    line-height: 34px;
    border-radius: 0 5px 5px 0;
    box-shadow: inset 0 0 2px 0;
    inset-inline-end: 1px;
    /*top: -4px;*/
    inset-block-start: 1px;
}

.facebook-registr .ficon i {
    vertical-align: bottom;
}


.user-image {
    -webkit-border-radius: 10px;
    position: absolute;
    top: -13.687px;
    inset-inline-end: 0;
    /* width: 100%; */
    height: 208px;
    /* width: 184px; */
    width: 184px;
    /* height: 218px; */
    display: inline-block;
    background-size: cover;
    background-position: center;
}

.activation-container .harsama-midsec .inputdiv {
    width: 49.2%;
}

.changeLandForm {
    color: white;
    margin-top: 8px;
}

.hello-black {
    color: #000001;
    font-size: 19px;
    /*position: absolute;*/
    /*top: -2px;*/
    /*inset-inline-end: 88px;*/
    /*inset-inline-end: 0;*/
}

.popup-container .username {
    display: inline-block;
}

.headerinn .logo-menu.desk .innlogo img {
    max-width: 100%;
}

.notif-user-image {
    position: relative;
    height: 103px;
    width: 102px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    inset-inline-end: -14px;
    border-radius: 4px;
    top: -10px;
}

.notifications .boxrpt {
    padding: 23px;
}

.notifications-segments .hotlist {
    cursor: pointer;
}

.bingo .notif-user-image {
    inset-inline-end: -5px;
    top: 4px;
}

.loginError {
    z-index: 99 !important;
    position: fixed !important;
    top: 72px;
    inset-inline-end: 0;

}

#usernameLogin {
    font-size: 16px;
}

.btn-favorite.delete_from_fav span {
    position: absolute;
    inset-inline-end: 20px;
    color: white;
    font-size: 30px;
    font-weight: 900;
    top: 8px;
}

.hidden-important {
    display: none !important;
}

.main-articles-images {
    position: absolute;
    inset-inline-end: 0;
    inset-inline-end: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
}

.private-text-big-photo {
    top: 0;
    inset-inline-end: 0;
    inset-inline-end: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    z-index: 999;
    color: black;
    text-align: center;
    height: 76px;
    font-size: 29px;
    width: 76%;
}

.text-center {
    text-align: center;
}

.registrend.return {
    float: right;
    float: end;
    background: url(../images/harshama-next-arrow.png) no-repeat 95% center #EE1D24;
}


.galpreview div img {
    width: 100%;
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto;
    height: unset;

}

.galpreview div {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


i.cogs.icon {
    color: #f14b54;
}

.p-relative {
    position: relative;
}


.readAll {
    position: absolute;
    top: 0;
    inset-inline-end: 0;
    padding: 5px 15px;
    background-color: #e20020;
    color: #fff;
    border-radius: 4px;
}


.inputdiv.height {
    width: fit-content;
}

.delete-message-icon {
    position: absolute;
    font-size: 20px;
    bottom: 16px;
    inset-inline-end: 15px;
}


.resetSearch {
    padding: 9px;
    margin-bottom: 16px;
    background-color: #e20020;
    color: #fff;
    border-radius: 7px;
    margin-top: -9px;
}

.asideL.desktop .notif-counter {
    position: relative !important;
}


.city-search-title {
    padding-bottom: 40px !important;
    display: block;
    width: 100% !important;
    line-height: 20px !important;
}

.city-search-title .small {
    width: 150px;
    margin: auto;
}

.change-phone {
    max-width: 90% !important;
    width: 560px !important;
    padding: 4px 15px;
    margin: auto !important;
    bottom: 0;
    left: 0;
    top: 0 !important;
    right: 0 !important;
    height: max-content
}

.change-phone .description {
    padding: 20px 0
}

.change-phone #phone, .change-phone #email {
    height: 29px;
    border: 1px solid;
    width: 146px;
    display: block;
    border-radius: 8px;
    padding: 12px
}

@media only screen and (max-width: 1300px) and (min-width: 1025px) {
    .boxrpt .userimg {
        width: 74px;
    }
}

/*
    .dropbtn {
        background-color: #4CAF50;
        color: white;
        padding: 16px;
        font-size: 16px;
        border: none;
        cursor: pointer;
    }

    .dropbtn:hover, .dropbtn:focus {
        background-color: #3e8e41;
    }

    #myInput {
        box-sizing: border-box;
        border: none;
        border-bottom: 1px solid #ddd;
        padding: 7px 16px;
    }

    #myInput:focus {
        outline: 3px solid #ddd;
    }

    .cityDropdown {
        display: block;
        width: 100%;
        background: #fff;
        margin-top: 27px;
        height: 28px;
        background: url(../images/harshama-select-bg.png) no-repeat right center #fff;
        border-radius: 4px;
    }

    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #f6f6f6;
        min-width: 230px;
        overflow: auto;
        border: 1px solid #ddd;
        z-index: 1;
        width: 91%;
        margin: 4px auto 0;
        border-radius: 2px;
        box-shadow: -3px -2px 9px -8.7px;

    }

    .dropdown-content li {
        color: black;
        padding: 5px 16px;
        text-decoration: none;
        display: block;
    }

    .cityDropdown li:hover {
        background-color: #ddd;
    }

    .show {display: block;}

    .choicedText {
        padding: 9px;
        vertical-align: middle;
    }

    .cityDropdown ul {
        min-height: 90px;
        max-height: 500px;
        z-index: 2;
    }

    .cityDropdown li.noResults {
        display: block !important;
        padding: 27px;
        margin: auto;
        width: 10pc;
    }

    .cityDropdown li.noResults.hidden {
        display: none!important;
    }

    .hiddenContainer {
        display: none;
        position: fixed;
        top: 0;
        bottom: 0;
        inset-inline-end: 0;
        inset-inline-end: 0;
        z-index: 1;
    }*/
.sercformsec .age .smallabelbox {
    width: unset;
}
.sercformsec .age .select {
    width: unset;
    margin-inline-end: 1em;
    min-width: 4rem;

}

.g-recaptcha {
    text-align: -webkit-center;
}
