@font-face {
    font-family: 'OpenSans';
    src: url('../../fonts/OpenSans.eot?#iefix') format('embedded-opentype'), url('../../fonts/OpenSans.woff') format('woff'), url('../../fonts/OpenSans.ttf') format('truetype'), url('../../fonts/OpenSans.svg#OpenSans') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-Bold';
    src: url('../../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), url('../../fonts/OpenSans-Bold.woff') format('woff'), url('../../fonts/OpenSans-Bold.ttf') format('truetype'), url('../../fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* .vert-scroll button#load-more {
    position: absolute;
    bottom: -29px;
} */


/* ajay 11-2-2022 */

.premium_bookmark .vert-scroll button#load-more {
    position: absolute;
    bottom: -136px;
}

.non-premium-user .vert-scroll button#load-more {
    position: absolute;
    bottom: -70px;
}

html body {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    float: left;
    width: 100%;
    position: relative;
    background: #8E6D4C;
    padding-bottom: 0px;
    min-height: 100vh;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span {
    font-family: 'Open Sans', sans-serif;
}

a {
    outline: none;
    text-decoration: none;
}

a:hover {
    outline: none;
    text-decoration: none;
}

.wrapper {
    max-width: 1140px;
    margin: 0 auto;
    width: 100%;
}

.header {
    width: 100%;
    float: left;
    background-color: #000;
    padding: 2px 0px 5px 0;
    text-align: right;
}

.header .header-social ul li a {
    font-size: 15px;
    color: white;
    font-family: arial;
    text-decoration: none;
    vertical-align: middle;
    background-color: #3A5B9E;
    display: inline-block;
    width: 90px;
    height: 30px;
    line-height: 24px;
    padding: 3px 12px 3px 4px;
    border-radius: 3px;
}

.header .header-social ul li a:hover {
    background-color: #8E6D4C;
}

.header .header-social ul li a img {
    vertical-align: middle;
    float: left;
    position: relative;
    top: -1px;
}

.header .header-panel {
    float: right;
    width: 813px;
}

.header .header-panel .header-social {
    float: left;
    width: auto;
    padding-top: 5px;
    padding-right: 9px;
}

.header .header-panel .order-login {
    float: left;
    width: auto;
    padding-top: 5px;
}

.header .header-panel .order-login li {
    color: white;
    line-height: normal;
    display: inline-block;
}

.header .header-panel .order-login li {
    color: white;
    display: inline-block;
    font-family: 'OpenSans';
    font-size: 15px;
    line-height: 17px;
    padding: 0 3px;
}

.header .header-panel .order-login li input {
    background-color: white;
    width: 209px;
    height: 30px;
    border: none;
    border-radius: 3px;
    padding: 0 15px;
    color: #323232;
    font-size: 14px;
    opacity: 1;
    /*text-shadow: 0 0 0 #a5a5a5;*/
    font-family: 'OpenSans';
}

.header .header-panel .order-login li input::-moz-placeholder {
    color: #cccccc;
    opacity: 1;
}

.header .header-panel .order-login li input::-webkit-input-placeholder {
    color: #cccccc;
    opacity: 1;
}

.header .header-panel .order-login li .login-btn img {
    margin-right: 8px;
    vertical-align: middle;
    margin-top: -2px;
}

.header .header-panel .order-login li .login-btn {
    color: white;
    text-decoration: none;
    font-size: 14px;
    height: 30px;
    line-height: 28px;
    display: inline-block;
    background-color: #E0001A;
    width: 89px;
    text-align: center;
    border-radius: 3px;
    font-family: 'OpenSans';
    position: relative;
    top: -1px;
}

.header .header-panel .login-links {
    float: right;
    width: auto;
}

.header .header-panel .login-links a input {
    vertical-align: middle;
    margin-right: 6px;
}

.header .header-panel .login-links a {
    color: white;
    text-decoration: none;
    font-family: 'OpenSans';
    font-size: 13px;
    line-height: 15px;
    display: block;
}

.header .header-panel .login-links a:last-child {
    padding-top: 5px;
    position: relative;
    width: auto;
    display: inline-block;
    vertical-align: top;
}


/*.header .header-panel .login-links a:last-child font{
    position: relative;
}*/

.header .header-panel .login-links a:last-child:after {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    background-color: #BEBEBE;
    bottom: 0;
    right: 0;
    margin: 0 auto;
}

.main-content {
    width: 100%;
    float: left;
    background-color: #8E6D4C;
    position: relative;
}

.banner-part {
    width: 100%;
    float: left;
    position: relative;
}

.banner-part img {
    width: auto;
    margin-bottom: 10px;
}

.logo-part {
    width: 230px;
    float: left;
    position: absolute;
    top: 1px;
    z-index: 99;
}

.logo-part .logo {
    width: 100%;
    float: left;
    text-align: center;
    background-color: #C00301;
    padding: 5px 0px 15px 0px;
    border-radius: 3px 3px 0 0;
    text-decoration: none;
}

.logo-part .logo img {
    width: auto;
}

.logo-part .logo p {
    text-decoration: none;
    color: black;
    font-size: 17px;
    line-height: 24px;
    font-family: 'OpenSans';
    padding: 5px 0 0 3px;
}


/*.main-content .banner-part {
    z-index: 9;
}*/

.main-content::after {
    position: absolute;
    top: 0px;
    left: 0;
    background-color: #C00301;
    content: "";
    display: inline-block;
    width: 100%;
    height: 37px;
}

.logo-selection {
    width: 100%;
    float: left;
    background-color: #C00301;
    padding: 10px 30px 15px 30px;
    border-radius: 0 0 3px 3px;
}

.logo-selection h3 {
    color: white;
    font-family: 'OpenSans-Bold';
    font-weight: normal;
    font-size: 20px;
    line-height: 22px;
}

.logo-selection ul {
    padding: 16px 0px 13px 0px;
}

.logo-selection ul li {
    list-style: none;
    color: white;
}

.logo-selection ul li a {
    color: white;
    text-decoration: none;
    font-size: 20px;
    line-height: 22px;
    font-weight: normal;
    font-family: 'OpenSans';
}

.logo-selection ul li:first-child {
    margin-bottom: 8px;
}

.logo-selection ul li a img {
    width: auto;
    margin-right: 6px;
    margin-left: 2px;
    position: relative;
    top: 1px;
}

.logo-selection .jet-btn {
    color: white;
    text-align: center;
    width: 100%;
    max-width: 167px;
    background-color: #00AF50;
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
    font-weight: normal;
    font-family: 'OpenSans-Bold';
    height: 63px;
    line-height: 23px;
    border-radius: 4px;
    padding: 8px 16px 8px 17px;
    word-break: break-all;
    margin-top: 3px;
}

.logo-selection .jet-btn:hover {
    background-color: #8E6D4C;
}

.heart-img {
    position: absolute;
    top: -30px;
    right: 0;
}

.donec .donec-right {
    width: 71%;
    float: right;
}

.donec .donec-left {
    width: 28.5%;
    float: left;
    padding-left: 1px;
}

.donec .donec-left ul li {
    float: left;
    list-style: none;
    margin-right: 20px;
}

.donec .donec-left ul li img,
.minuten-left ul li img {
    /*width: auto;*/
    height: 180px;
    width: 268px;
    transition: 0.5s all;
}

.donec .donec-left ul li img:hover,
.minuten-left ul li img:hover {
    /*opacity: 0.7;
    transition: 0.5s all;*/
}

.donec {
    width: 100%;
    float: left;
    background-color: white;
    position: relative;
    border-radius: 4px;
    padding: 26px 66px 27px 67px;
    /*margin-top: -44px;*/
    margin-top: 0;
}

.donec h2 {
    color: black;
    font-size: 22px;
    line-height: 24px;
    font-family: 'OpenSans-Bold';
    font-weight: normal;
    width: 100%;
    float: left;
    margin-bottom: 18px;
}

.donec .donec-right p {
    color: #2c2c2c;
    font-size: 16px;
    line-height: 24px;
    font-family: 'OpenSans';
    text-shadow: 0 0 0 #2c2c2c;
}

.header .header-panel .order-login li .login-btn:hover {
    background-color: #8E6D4C;
}

.header .header-panel .login-links a:hover {
    color: #00AF50;
}

.warem-parship {
    width: 100%;
    float: left;
    background-color: white;
    padding: 35px 40px;
    margin: 20px 0px;
    border-radius: 5px;
}

.warem-parship h2 {
    width: 100%;
    float: left;
    text-align: center;
    color: #000;
    font-size: 26px;
    line-height: 28px;
    font-family: 'OpenSans-Bold';
    font-weight: normal;
}

.warem-blocks {
    width: 100%;
    float: left;
    margin-top: 52px;
}

.warem-blocks .warem-box {
    width: 33.33%;
    float: left;
    text-align: center;
    position: relative;
}

.warem-blocks .warem-box::before {
    height: 205px;
    max-width: 1px;
    display: inline-block;
    width: 100%;
    position: absolute;
    left: 0;
    content: "";
    background-color: #e5e5e5;
    top: 0;
}

.warem-blocks .warem-box:first-child::before {
    content: none;
}

.warem-blocks .warem-box img {
    display: inline-block;
}

.warem-blocks .warem-box span {
    width: 100%;
    display: inline-block;
    margin: 13px 0px;
    color: #c00300;
    font-size: 26px;
    font-weight: normal;
    font-family: 'OpenSans-Bold';
}

.warem-blocks .warem-box h3 {
    font-size: 18px;
    font-weight: normal;
    font-family: 'OpenSans-Bold';
    line-height: 22px;
    color: #000;
}

.warem-blocks .warem-box p {
    color: #000;
    font-size: 14px;
    line-height: 22px;
    font-family: 'OpenSans';
    padding-top: 10px;
}

.schauen-video {
    width: 100%;
    float: left;
    background-color: white;
    padding: 35px 60px;
    margin: 0 0 20px 0;
    border-radius: 5px;
}

.schauen-video h2 {
    width: 100%;
    float: left;
    text-align: center;
    color: #000;
    font-size: 26px;
    line-height: 28px;
    font-family: 'OpenSans-Bold';
    font-weight: normal;
    padding-bottom: 35px;
}

.video-right p {
    color: #2c2c2c;
    font-size: 14px;
    line-height: 22px;
    font-family: 'OpenSans';
    text-shadow: 0 0 0 #2c2c2c;
    padding-bottom: 22px;
}

.video-left {
    width: 40%;
    float: left;
    padding-bottom: 43px;
}

.video-right {
    float: right;
    width: 59%;
    padding-top: 7px;
}

.video-right .video-btns {
    width: 100%;
    float: left;
    padding-left: 9px;
    padding-top: 14px;
}

.video-right .video-btns .Video-play {
    width: 100%;
    display: inline-block;
    max-width: 170px;
    line-height: 41px;
    height: 43px;
    text-decoration: none;
    border: solid 1px #C00301;
    padding: 0 14px;
    text-align: right;
    color: #C00301;
    font-family: 'OpenSans';
    font-size: 18px;
    font-weight: normal;
    border-radius: 3px;
    background-image: url(../../img/front/video-play-btn.png);
    background-repeat: no-repeat;
    background-position: top 9px left 11px;
}

.video-right .video-btns .Video-play:hover {
    background-color: #C00301;
    color: white;
    border-color: #C00301;
    background-image: url(../../img/front/video-play-btn2.png);
}

.video-right .video-btns .desktop-play {
    width: 100%;
    display: inline-block;
    max-width: 241px;
    line-height: 41px;
    height: 43px;
    text-decoration: none;
    border: solid 1px #000;
    padding: 0 12px;
    text-align: right;
    color: white;
    font-family: 'OpenSans';
    font-size: 18px;
    font-weight: 100;
    border-radius: 3px;
    background-image: url(../../img/front/desktop-icon.png);
    background-repeat: no-repeat;
    background-position: top 8px left 10px;
    background-color: black;
    margin-left: 11px;
}

.video-right .video-btns .desktop-play:hover {
    background-color: white;
    background-image: url(../../img/front/desktop-icon2.png);
    color: black;
}

.minuten-parship {
    width: 100%;
    float: left;
    background-color: white;
    padding: 35px 70px;
    margin: 0 0 20px 0;
    border-radius: 5px;
}

.minuten-parship h2 {
    width: 100%;
    float: left;
    text-align: center;
    color: #000;
    font-size: 26px;
    line-height: 28px;
    font-family: 'OpenSans-Bold';
    font-weight: normal;
    padding-bottom: 0;
    position: relative;
    top: 2px;
    left: 2px;
}

.minuten-left {
    width: 58.5%;
    float: left;
    padding-top: 41px;
    padding-right: 15px;
}

.minuten-right {
    float: right;
    width: 41%;
    text-align: right;
    padding-right: 5px;
}

.passiert .passiert-left .passiert-logoes {
    padding-left: 0;
    text-align: left;
}

.passiert .passiert-right video {
    height: auto;
}

.service .service-left {
    padding-top: 50px;
}

.minuten-left p {
    font-size: 14px;
    line-height: 22px;
    color: #2c2c2c;
    font-family: 'OpenSans';
    padding-bottom: 38px;
    text-shadow: 0 0 0 #2c2c2c;
}

.minuten-left p a {
    color: #c00300;
    text-decoration: none;
    position: relative;
}

.minuten-left p a:hover {
    color: #2c2c2c;
}

.minuten-left ul {
    padding-left: 4px;
}

.minuten-left ul li {
    float: left;
    list-style: none;
    margin-right: 10px;
}

.heart-view {
    width: 100%;
    float: left;
    margin-top: -8px;
}

.minuten-left p a::after {
    position: absolute;
    left: 2px;
    right: 0;
    width: auto;
    height: 1px;
    background-color: #c00300;
    content: "";
    bottom: 2px;
}

.minuten-right .wirklich {
    width: 100%;
    max-width: 281px;
    height: 43px;
    line-height: 43px;
    display: inline-block;
    background-color: black;
    border-radius: 3px;
    text-align: right;
    text-decoration: none;
    color: white;
    padding: 0 21px;
    font-family: 'OpenSans';
    font-size: 18px;
    font-weight: 100;
    margin-top: 5px;
    margin-right: 9px;
    background-image: url(../../img/front/question-icon.png);
    background-position: top 10px left 20px;
    background-repeat: no-repeat;
}

.minuten-right .wirklich:hover {
    opacity: 0.5;
}

.passiert {
    width: 100%;
    float: left;
    background-color: white;
    padding: 36px 70px 28px 70px;
    margin: 0 0 20px 0;
    border-radius: 5px;
}

.passiert h2 {
    width: 100%;
    float: left;
    text-align: center;
    color: #000;
    font-size: 26px;
    line-height: 28px;
    font-family: 'OpenSans-Bold';
    font-weight: normal;
    padding-bottom: 39px;
    position: relative;
    left: -22px;
    top: 1px;
}

.passiert-left {
    width: 58.3%;
    float: left;
}

.passiert-right {
    width: 38%;
    float: right;
    padding-left: 3px;
    padding-top: 0px;
    position: relative;
    top: -1px;
}

.passiert-left p {
    font-size: 14px;
    line-height: 22px;
    color: #2c2c2c;
    text-shadow: 0 0 0 #2c2c2c;
    font-family: 'OpenSans';
    padding-bottom: 22px;
}

.passiert-left .passiert-logoes {
    width: 100%;
    float: left;
    margin-top: 42px;
    text-align: center;
    padding-left: 56px;
}

.passiert-left .passiert-logoes ul li {
    list-style: none;
    margin-right: 19px;
    display: inline-block;
}

.passiert-left .passiert-logoes ul li:last-child {
    margin-right: 0;
    margin-left: 3px;
}

.passiert-left .passiert-logoes ul li:nth-child(2) {
    position: relative;
    top: 3px;
}

.service {
    width: 100%;
    float: left;
    background-color: white;
    /*padding: 36px 27px 0 27px;*/
    padding: 36px 70px 0 70px;
    margin: 0 0 20px 0;
    border-radius: 5px;
}

.service-left {
    width: 29.5%;
    float: left;
}

.service-left li {
    list-style-type: none;
}

.service-right {
    width: 65%;
    float: right;
    padding-top: 38px;
    padding-left: 24px;
}

.service-left img {
    width: auto;
    float: left;
    position: relative;
    top: 0px;
}

.service h2 {
    width: 100%;
    float: left;
    text-align: center;
    color: #000;
    font-size: 26px;
    line-height: 28px;
    font-family: 'OpenSans-Bold';
    font-weight: normal;
    padding-bottom: 0;
}

.service-right p {
    font-size: 14px;
    line-height: 22px;
    color: #2c2c2c;
    font-family: 'OpenSans';
    padding-bottom: 22px;
    text-shadow: 0 0 0 #2c2c2c;
}

.Artikle.slider {
    width: 100%;
    float: left;
    background-color: white;
    padding: 40px 102px;
    margin: 0 0 20px 0;
    border-radius: 5px;
}

.Artikle.slider h2 {
    width: 100%;
    float: left;
    text-align: center;
    color: #000;
    font-size: 26px;
    line-height: 28px;
    font-family: 'OpenSans-Bold';
    font-weight: normal;
    padding-bottom: 45px;
}

.footer {
    width: 100%;
    float: left;
    background-color: #C00301;
    text-align: center;
    padding: 0px 0px 10px;
    position: relative;
    position: absolute;
    bottom: 0;
}

.footer .footer-logoes {
    display: inline-block;
    width: 100%;
    text-align: center;
    /*float: left;*/
    /*	padding-right: 73px;*/
}

.footer ul:nth-child(1) {
    display: inline-block;
    width: 100%;
    text-align: center;
    /*float: left;*/
    /*	padding-right: 73px;*/
}

.footer .footer-menu {
    width: 100%;
    float: left;
}

.footer .copyright {
    width: 100%;
    float: left;
    padding-right: 0px;
}

.footer p {
    width: 100%;
    float: left;
    padding-right: 0px;
}

.footer .footer-logoes ul li {
    display: inline;
    margin: 0 8px;
}

.footer ul:nth-child(1) li {
    display: inline;
    margin: 0 8px;
}

.footer .footer-menu {
    width: 100%;
    float: left;
    margin: 32px 0px 34px 0;
}

.footer ul:nth-child(2) {
    width: 100%;
    float: left;
    margin: 0px 0px 10px 0;
}

.footer .footer-menu ul li {
    display: inline-block;
    position: relative;
    margin: 0 5.5px;
    padding-bottom: 4px;
}

.footer ul:nth-child(2) li {
    display: inline-block;
    position: relative;
    margin: 0 5.5px;
    padding-bottom: 4px;
}

.footer .copyright p,
.footer .copyright p a {
    color: white;
    font-size: 14px;
    line-height: 16px;
    font-family: 'OpenSans';
    text-decoration: none;
}

.footer p,
.footer p a {
    color: white;
    font-size: 14px;
    line-height: 16px;
    font-family: 'OpenSans';
    text-decoration: none;
}

.footer .copyright p a:hover {
    color: black;
}

.footer p a:hover {
    color: black;
}

.footer .footer-menu ul li a {
    color: white;
    font-size: 14px;
    line-height: 16px;
    font-family: 'OpenSans';
    text-decoration: none;
}

.footer ul:nth-child(2) li a {
    color: white;
    font-size: 14px;
    line-height: 16px;
    font-family: 'OpenSans';
    text-decoration: none;
}

.footer .footer-menu ul li::before {
    position: absolute;
    background-color: white;
    height: 14px;
    width: 100%;
    max-width: 1px;
    content: "";
    left: -8px;
    right: 0;
    top: 3px;
}

.footer ul:nth-child(2) li::before {
    position: absolute;
    background-color: white;
    height: 14px;
    width: 100%;
    max-width: 1px;
    content: "";
    left: -8px;
    right: 0;
    top: 3px;
}

.footer .footer-menu ul li a:hover {
    opacity: .8;
}

.footer ul:nth-child(2) li a:hover {
    opacity: .8;
}

.footer .footer-menu ul li:first-child::before {
    content: none;
}

.footer ul:nth-child(2) li:first-child::before {
    content: none;
}


/* slick Slider CSS Start*/

#video-slider {
    margin: 8px 0px 0px;
}

#video-slider ul.slick-dots {
    position: absolute;
    width: 100%;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    bottom: 20px;
    text-align: center;
    top: auto;
}

#video-slider ul.slick-dots li {
    float: none;
    display: inline-block;
    vertical-align: top;
    list-style-type: none;
    position: relative;
    margin: 0px;
    padding: 0px;
}

#video-slider ul.slick-dots li button {
    font-size: 0px;
    display: block;
    width: 14px;
    height: 14px;
    margin: 3px 3px;
    padding: 0px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: white;
    border: 1px solid #000;
    outline: none;
}

#video-slider ul.slick-dots li button:hover,
#video-slider ul.slick-dots li.slick-active button {
    filter: Alpha(Opacity=100);
    opacity: 1;
    background: #C00301;
    border: 1px solid #C00301;
}


/* slick Slider CSS End */


/*Owl-slider css*/

#owl-demo .item {
    margin: 0 15px;
    position: relative;
}

#owl-demo .item img {
    display: block;
    width: 100%;
    height: auto;
}

.slider-part {
    width: 100%;
    float: left;
}

.slider-part .owl-pagination .owl-page {
    margin: 0 1px;
}

#owl-demo .item .slider-info {
    position: absolute;
    bottom: 0px;
    background-color: rgba(192, 3, 1, 0.7);
    width: 100%;
    padding: 14px 20px 12px 14px;
    border-radius: 0px 0px 4px 4px;
}

#owl-demo .item .slider-info h4 {
    color: white;
    font-size: 18px;
    line-height: 20px;
    font-family: 'OpenSans-Bold';
    font-weight: normal;
    padding-bottom: 7px;
}

#owl-demo .item .slider-info p {
    font-size: 14px;
    font-weight: normal;
    color: white;
    font-family: 'OpenSans';
    line-height: 18px;
}

.passiert-left p a {
    color: #c00300;
    position: relative;
}

.passiert-left p a:hover {
    color: #2c2c2c;
}

.warem-blocks .warem-box span b {
    font-size: 22px;
    font-weight: normal;
    /*color: black;*/
    color: #c00300;
}

.top-header-left {
    width: 48%;
    float: left;
    text-align: left;
}

.top-header-left .profile-logo {
    float: left;
    margin-right: 19px;
    width: 23%;
}

.top-header-left ul {
    padding-top: 19px;
}

.top-header-left ul li {
    float: left;
    padding-right: 21px;
    list-style: none;
}

.top-header-right {
    float: right;
    width: 51%;
}

.top-header-left ul li a {
    font-size: 15px;
    font-weight: normal;
    color: white;
    font-family: 'Open Sans', sans-serif;
    line-height: 10px;
    text-decoration: none;
    vertical-align: middle;
}

.top-header-left ul li a svg {
    margin-right: 4px;
}

.top-header-left ul li a:hover {
    color: #C00301;
}

.top-header-left ul li a:hover i {
    color: #fff;
}

.top-header-left ul li.active a,
.top-header-left ul li[active=""] a {
    color: #C00301;
}

.top-header-left ul li a img {
    margin-right: 6px;
    vertical-align: initial;
}

.top-header-left ul li a img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}

.top-header-left ul li.active a img,
.top-header-left ul li[active=""] a img {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
}

.top-header-left ul li a i {
    margin-right: 0px;
    font-size: 16px;
}

.top-header-right ul {
    float: right;
}

.top-header-right ul li {
    width: auto;
    float: left;
    padding-top: 19px;
    padding-right: 30px;
    list-style: none;
    position: relative;
}

.top-header-right ul li:last-child {
    padding-right: 0 !important;
    /*padding-top: 17px;*/
    padding-top: 0px;
}

.top-header-right ul li a img {
    margin-right: 5px;
    vertical-align: top;
}

.top-header-left ul li {
    line-height: normal;
}

.top-header-left ul li a i.fa.fa-search {
    margin-top: -3px;
}

.top-header-left ul li a i.fa.fa-home {
    margin-top: -3px;
    margin-right: 6px;
}

.top-header-left ul li a i.fa.fa-home img {
    display: none;
}

.top-header-left ul li a i.fa.fa-home:before {
    content: "\f015";
    display: block !important;
}

.top-header-left ul li a i.fa.fa-home img {
    width: 14px;
    margin-top: -2px;
}

.top-header-left ul li a i.fa.fa-search img {
    margin-top: -2px;
}

.top-header-right ul li a#profile-ratio img {
    margin-top: -2px;
}

.top-header-right ul li a.fa-sort-desc1 img {
    margin-top: -1px;
}

.top-header-right ul li {
    line-height: 10px;
}

.top-header-right ul li a {
    font-size: 15px;
    font-weight: normal;
    color: white;
    font-family: 'Open Sans', sans-serif;
    line-height: 10px;
    text-decoration: none;
}

.top-header-right ul li a:hover img {
    opacity: 0.7;
}

.top-header-left ul li a:hover img {
    opacity: 0.7;
}

.top-header-right ul li a.fa-sort-desc1 {
    position: relative;
    padding-right: 20px;
}

.top-header-right ul li>ul {
    position: absolute;
    width: 177px;
    height: auto;
    left: 0px;
    top: 100%;
    background-color: #ffffff;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    z-index: 0;
    margin-top: -15px;
}

.top-header-right ul li.pro-imgbox ul li a {
    width: 100% !important;
}

.top-header-right>ul {
    margin-bottom: 5px;
}

.top-header-right ul li:hover>ul {
    opacity: 1;
    visibility: visible;
}

.top-header-right ul li>ul>li {
    width: 100%;
    padding: 0px;
}

.top-header-right ul li>ul>li>a {
    color: #000000;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    text-align: left;
    width: 100%;
    display: block;
    padding: 11px 11px;
    border-top: 1px solid #f2f2f2;
}

.top-header-right ul li>ul>li:first-child>a {
    border-top: 0px;
}

.top-header-right ul li a.fa-sort-desc1:after {
    position: absolute;
    content: "\f0dd";
    font-family: 'FontAwesome';
    color: #ffffff;
    font-size: 14px;
    right: 0px;
    width: auto;
    height: auto;
    top: 3px;
}

.top-header-right ul li a:hover {
    color: #C00301;
}

.profile-header {
    width: 100%;
    padding: 0px 0 0px 0;
    float: left;
}

.top-header-left ul li:last-child a i {
    font-size: 13px;
    margin-right: 4px;
}

.header-prof {
    padding: 10px 0;
}


/*.top-header-left ul li:first-child a i {
    padding: 3px 5px;
    background-color: #C20000;
    margin-right: 2px;
    border-radius: 2px;
}*/

.top-header-right ul li:nth-child(3) {
    padding: 0;
    padding-right: 7px;
}

.top-header-right>ul>li:nth-child(4) {
    padding: 0;
    padding-right: 7px;
    padding-top: 18px;
}

.top-header-right ul li a select {
    cursor: pointer;
    background-color: transparent;
    border: none;
    color: white;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    width: 91px;
    background-image: url(../../img/front/drop-icon.png);
    background-repeat: no-repeat;
    background-position: top 8px right -1px;
    font-size: 13px;
    font-weight: normal;
    color: white;
    font-family: 'OpenSans';
    text-decoration: none;
}

.top-header-right ul li:nth-child(3) img {
    margin: 0 2px 0 0px;
    height: 47px;
    width: 49px;
    border-radius: 4px;
}

.top-header-right>ul>li:nth-child(4) {
    padding-top: 12px;
}

.top-header-right ul li.premium-btn a.premium {
    padding: 0px 14px;
    color: #fff;
    background-color: #00AF50;
    border-radius: 4px;
    font-size: 15px;
    line-height: 26px;
    display: inline-block;
    vertical-align: top;
}

.top-header-right ul li.premium-btn a.premium:hover {
    background-color: #fff;
}

.top-header-right>ul>li.back-admin-btn {
    padding: 0;
    padding-right: 0px;
    padding-top: 12px !important;
}

.top-header-right>ul>li.back-admin-btn button.btn-primary {
    padding: 0px 14px 0px;
    background-color: #00AF50;
    border-radius: 4px;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    line-height: 31px;
    cursor: pointer;
    border: 0px;
    outline: none;
    box-shadow: none;
    display: inline-block;
    vertical-align: top;
}

.top-header-right>ul>li.back-admin-btn button.btn-primary:hover {
    background-color: #fff;
    color: #C00301;
}


/*.top-header-right ul li:nth-child(2) a img {
    margin: 0;
}	*/

.profile-info {
    width: 100%;
    float: left;
    background-color: white;
    padding: 20px 68px 20px 68px;
    border-radius: 6px;
    margin-top: -4px;
    z-index: 9;
    position: relative;
}

.profile-info .profile-left {
    width: 75%;
    float: left;
    /* margin-top: -137px */
    margin-top: -150px
}

.profile-info .profile-left.profile-left-2 {
    margin-top: -110px
}

.profile-info .profile-right.profile-right-2 {
    width: auto;
}

.profile-info .profile-right.profile-right-2 a {
    text-decoration: none;
    outline: none;
}

.profile-info .profile-right.profile-right-2 p {
    display: block;
    width: 100%;
    margin: 0px;
    padding: 8px 0px 8px 45px;
    font-size: 14px;
    color: #C00301;
    font-weight: 400;
    text-align: left;
    line-height: normal;
}

.profile-info .profile-right.profile-right-2 a:hover p {
    color: #000000;
}

.send-message-icon {
    float: left;
    width: 36px;
    height: 36px;
    line-height: 36px;
    background-color: #C00301;
    border-radius: 100%;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
}

.profile-info .profile-right {
    width: 20%;
    float: right;
    text-align: right;
    margin-top: 2px;
}

.profile-info .profile-left .profile-photos {
    float: left;
    width: 100%;
    max-width: 155px;
  }


/*.profile-info .profile-left .profile-users {
    float: right;
    width: 74.7%;
    margin-left: 0;
    margin-top: -3px;
}*/

.profile-info .profile-left .profile-users {
    float: none;
    width: auto;
    margin-left: 0;
    margin-top: 40px;
    display: block;
    width: 100%;
    padding: 0px 0px 0px 170px;
    position: relative;
}

.profile-info .profile-left .profile-users:after {
    clear: both;
    content: "";
    display: block;
    overflow: hidden;
}

.profile-info .profile-left .profile-users h3 {
    font-size: 18px;
    font-weight: normal;
    color: white;
    font-family: 'OpenSans-Bold';
    line-height: 20px;
    padding-bottom: 3px;
}

.profile-info .profile-left .profile-users span {
    font-size: 16px;
    font-weight: normal;
    color: white;
    font-family: 'OpenSans';
    line-height: 18px;
}

.profile-info .profile-left .profile-photos img {
    float: left;
    border-radius: 6px;
}

.profile-info .profile-left .profile-users .users-list {
    width: 100%;
    float: left;
    margin-top: 30px;
    margin-left: 4px;
}

.profile-info .profile-left .profile-users .users-list li {
    float: left;
    list-style: none;
    margin-right: 3px;
}

.profile-info .profile-left .profile-users .users-list li:first-child {
    margin-right: 4px;
}

.profile-info .profile-left .profile-users .users-list li a {
    height: 40px;
    width: 40px;
    float: left;
    display: block;
}

.profile-info .profile-left .profile-users .users-list li img {
    width: auto;
    height: 40px;
    border-radius: 4px;
}

.profile-info .profile-left .profile-users .users-list li a img:hover {
    opacity: 0.8;
    transition: 0.5s all;
}

.profile-info .profile-left .profile-users .user-icon {
    width: 100%;
    float: left;
    margin-top: 8px;
    padding-left: 1px;
}

.profile-info .profile-left .profile-users .user-icon a {
    margin-right: 2px;
}

.profile-info .profile-left .profile-users .user-icon a img:hover {
    opacity: 0.7;
    transition: 0.5s all;
}

.profile-info .profile-right select {
    cursor: pointer;
    width: auto;
    height: 30px;
    border: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: #C10003;
    color: white;
    border-radius: 3px;
    font-size: 14px;
    padding: 0px 14px;
    display: inline-block;
    float: right;
    font-family: 'OpenSans';
    line-height: 16px;
    margin-left: 9px;
    background-image: url(../../img/front/drop-icon.png);
    background-position: top 13px right 8px;
    background-repeat: no-repeat;
    background-size: 9px;
    margin-top: 3px;
    padding-right: 40px;
    outline: none !important;
}

.profile-content {
    width: 100%;
    float: left;
    background-color: white;
    padding: 40px 68px 120px 68px;
    border-radius: 6px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.profile-content-detail {
    width: 68.2%;
    float: left;
    border-right: solid 1px #E4E4E4;
    padding-right: 44px;
}

.profile-sidebar {
    float: right;
    width: 30%;
}

.profile-content-detail .content-info {
    width: 100%;
    float: left;
}

.profile-content-detail .content-info:last-child {
    margin: 0;
}

.profile-content-detail .content-info h3 {
    font-size: 26px;
    line-height: 42px;
    font-weight: normal;
    font-family: 'OpenSans-Bold';
    color: #c00300;
}

.profile-content-detail .content-info h3 img {
    float: left;
    margin-right: 11px;
}

.profile-content-detail .content-info ul {
    margin-top: 26px;
}

.profile-content-detail .content-info ul li {
    list-style: none;
    width: 100%;
    float: left;
    padding-bottom: 13px;
    border-bottom: solid 1px #e4e4e4;
    margin-bottom: 16px;
}

.profile-content-detail .content-info ul li .user-info {
    width: 100%;
    float: left;
    padding-bottom: 14px;
}

.profile-content-detail .content-info ul li .user-edit {
    width: 100%;
    float: left;
}

.profile-content-detail .content-info ul li .user-info p {
    float: left;
    width: auto;
    color: #000;
    font-size: 18px;
    line-height: 20px;
    font-weight: normal;
    font-family: 'OpenSans-Bold';
}

.profile-content-detail .content-info ul li .user-info .user-icon {
    float: right;
    width: auto;
}

.profile-content-detail .content-info ul li .user-edit p {
    float: left;
    width: auto;
    color: #2c2c2c;
    font-size: 14px;
    font-weight: normal;
    font-family: 'OpenSans';
    line-height: 17px;
    width: 100%;
    max-width: calc(100% - 55px);
}

.profile-content-detail .content-info ul li .user-edit .user-icon {
    float: right;
    width: auto;
}

.profile-content-detail .content-info ul li .user-info .user-icon a {
    margin-left: 30px;
}

.profile-content-detail .content-info ul li .user-edit .user-icon a {
    margin-left: 30px;
}

.profile-content-detail .content-info ul li .user-info .user-icon a .fa.fa-chevron-up {
    color: #c9c9c9;
    font-weight: 100;
    font-size: 12px;
}

.profile-content-detail .content-info ul li .user-info .user-icon a .fa.fa-chevron-up:hover {
    color: black;
}

.profile-content-detail .content-info ul li .user-info .user-icon a .fa.fa-chevron-down:hover {
    color: #c9c9c9;
}

.profile-content-detail .content-info ul li .user-edit .user-icon a img:hover {
    opacity: 0.3;
    transition: 0.2s all;
}

.profile-sidebar ul li .side-right img:hover,
.profile-sidebar ul li .side.left a img:hover {
    opacity: 0.3;
    transition: 0.2s all;
}

.profile-content-detail .content-info ul li .user-info .user-icon a .fa.fa-chevron-down {
    color: #090909;
    font-weight: 100;
    font-size: 12px;
}

.profile-content-detail .content-info.golf ul li {
    margin-bottom: 15px;
}

.profile-content-detail .content-info.golf .user-icon {
    position: relative;
    top: -17px;
}

.profile-content-detail .content-info.golf ul li:last-child {
    border: none;
    padding: 0;
    margin: 0;
}

.profile-sidebar h3 {
    font-size: 22px;
    line-height: 25px;
    font-weight: normal;
    font-family: 'OpenSans-Bold';
    color: #c00300;
}

.profile-sidebar ul li {
    float: left;
    width: 100%;
    list-style: none;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e8e8e8;
}

.profile-sidebar ul li .side.left {
    float: left;
    width: auto;
    position: relative;
}

.profile-sidebar ul li {
    position: relative;
}

.profile-sidebar ul li .side-right {
    width: auto;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
}

.profile-sidebar ul li .side.left a {
    color: #2c2c2c;
    font-size: 14px;
    font-weight: normal;
    font-family: 'OpenSans';
    line-height: 17px;
    text-decoration: none;
    padding-left: 23px;
    padding-right: 23px;
    float: left;
    pointer-events: none;
    position: relative;
}

.profile-sidebar ul li .side.left a i,
.profile-sidebar ul li .side.left a svg {
    display: none;
}

.profile-sidebar ul li .side.left a:after {
    position: absolute;
    content: "\f192";
    color: #2c2c2c;
    font-size: 14px;
    font-weight: normal;
    font-family: "FontAwesome";
    left: 0px;
    top: 1px;
}

.profile-sidebar ul li .side.left a img {
    position: absolute;
    left: 0;
}

.profile-sidebar ul li .side.left a img {
    margin-right: 13px;
}

.profile-sidebar ul {
    margin-top: 28px;
}

.top-header-right ul li:nth-child(3) img:hover {
    opacity: 0.8;
    transition: .5s all;
}

.profile-info .profile-right .profile-plus img {
    transition: 0.5s all;
}

.profile-info .profile-right .profile-plus img:hover {
    filter: drop-shadow(0px 0px 4px #C10003);
    transition: 0.5s all;
}

.top-header-left ul li a:hover img,
.top-header-left ul li a:hover i {
    opacity: 0.7;
}

.profile-info .profile-left .profile-photos a:hover {
    opacity: 0.9;
    transition: 0.5s all;
}

.logo-selection ul li a input[type="radio"],
.logo-selection ul li a {
    vertical-align: middle;
}


/*** Register form ***/

.main-content .registration-banner-part {
    float: left;
    width: 45%;
    /*max-width: 350px;*/
    margin: 60px 0 30px;
    border-radius: 0;
    background-color: #F8F8F8;
    background-image: url(../../img/front/banner-img.jpg);
}

.main-content .banner-part .wizard-banner-img {
    margin-top: 62px;
}

.main-content .side-img {
    display: inline-block;
    width: 52%;
    margin-top: 150px;
    margin-left: 15px;
    text-align: center;
}

.main-content .wizard-banner-part .side-img img {
    max-width: 380px;
}

.main-content .side-img img {
    max-width: 500px;
}

.main-content .registration-banner-part form {
    padding: 15px 20px 25px;
}

.main-content .wizard-banner-part .banner-heading,
.main-content .registration-banner-part .banner-heading {
    position: relative;
    margin-bottom: 20px;
    padding: 35px 15px 13px;
    border-radius: 0;
    background-color: #C00301;
    text-align: center;
}

.banner-part img {
    vertical-align: top;
}

.main-content .wizard-banner-part .banner-heading img {
    width: auto;
    margin-bottom: 10px;
    vertical-align: top;
}


/*.main-content .wizard-banner-part .banner-heading:after,
.main-content .registration-banner-part .banner-heading:after {
    position: absolute;
    top: auto;
    bottom: -20px;
    left: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 20px solid #C00301;
    content: '';
   transform: translateX(-50%);
}*/

.main-content .wizard-banner-part .banner-heading h2,
.main-content .registration-banner-part .banner-heading h2 {
    margin: 0;
    color: #FFF;
    font-size: 36px;
    font-family: 'OpenSans-Bold';
    text-align: center;
}

.main-content .wizard-banner-part .banner-heading p,
.main-content .registration-banner-part .banner-heading p {
    color: #FFF;
    text-align: center;
    font-family: 'OpenSans';
}

.main-content .registration-banner-part form h2 {
    margin-bottom: 20px;
    color: #C00301;
    font-size: 22px;
    text-align: center;
    font-family: 'OpenSans';
}

.main-content .banner-part .form-group {
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 15px;
    font-size: 14px;
    font-family: 'OpenSans';
    width: calc(50% - 17px);
}

html .mendatory-question-main .mendatory-question-box .form-group {
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 0px;
    font-size: 14px;
    font-family: 'OpenSans';
    width: calc(100% - 0px);
}

.main-content .registerjoin-page-content.banner-part .form-group.form-radio,
.dashboard-page-content .form-group.form-radio {
    margin-bottom: 20px;
    padding-bottom: 22px;
    border-bottom: 1px solid #e4e4e4;
}

.main-content .registerjoin-page-content.banner-part .form-group.form-radio .form-radio-col,
.dashboard-page-content .form-group.form-radio .form-radio-col {
    margin-top: 10px;
}

.main-content .registerjoin-page-content.banner-part .form-group label.error,
.dashboard-page-content .form-group label.error {
    font-size: 13px;
}

.main-content .registerjoin-page-content.banner-part .form-group.form-radio label.error,
.dashboard-page-content .form-group.form-radio label.error {
    font-size: 13px;
    left: 0px;
    position: absolute;
    top: -22px;
}

.main-content .registerjoin-page-content.banner-part .form-group.form-radio .form-radio-col span,
.dashboard-page-content .form-group.form-radio .form-radio-col span {
    padding: 2px 0px 0px 33px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.main-content .banner-part .form-group .form-radio-col,
.dashboard-page-content .form-group .form-radio-col {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    width: calc(50% - 17px);
    position: relative;
}

.main-content .banner-part .form-group .form-radio-col input[type="radio"],
.dashboard-page-content .form-group .form-radio-col input[type="radio"] {
    width: 22px;
    float: left;
    vertical-align: top;
    line-height: normal;
    height: 22px;
    margin: 0px 0px 0px 0px;
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
}

.main-content .banner-part .form-group .form-radio-col input[type="checkbox"],
.dashboard-page-content .form-group .form-radio-col input[type="checkbox"] {
    width: 22px;
    float: left;
    vertical-align: top;
    line-height: normal;
    height: 22px;
    margin: 0px 0px 0px 0px;
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
}

.main-content .banner-part .form-group .form-radio-col input[type="radio"]:not(old)+strong,
.dashboard-page-content .form-group .form-radio-col input[type="radio"]:not(old)+strong {
    display: inline-block;
    float: left;
    margin: 0px 0px 0px 0px;
    line-height: normal;
    cursor: pointer;
    position: relative;
    z-index: 1;
    text-align: left;
    width: auto;
    height: auto;
    cursor: pointer;
}

.main-content .banner-part .form-group .form-radio-col input[type="checkbox"]:not(old)+strong,
.dashboard-page-content .form-group .form-radio-col input[type="checkbox"]:not(old)+strong {
    display: inline-block;
    float: left;
    margin: 0px 0px 0px 0px;
    line-height: normal;
    cursor: pointer;
    position: relative;
    z-index: 1;
    text-align: left;
    width: auto;
    height: auto;
    cursor: pointer;
}

.main-content .banner-part .form-group .form-radio-col input[type="radio"]:not(old)+label.error+strong,
.dashboard-page-content .form-group .form-radio-col input[type="radio"]:not(old)+label.error+strong {
    display: inline-block;
    float: left;
    margin: 0px 0px 0px 0px;
    line-height: normal;
    cursor: pointer;
    position: relative;
    z-index: 1;
    text-align: left;
    width: auto;
    height: auto;
    cursor: pointer;
}

.main-content .banner-part .form-group .form-radio-col input[type="checkbox"]:not(old)+label.error+strong,
.dashboard-page-content .form-group .form-radio-col input[type="checkbox"]:not(old)+label.error+strong {
    display: inline-block;
    float: left;
    margin: 0px 0px 0px 0px;
    line-height: normal;
    cursor: pointer;
    position: relative;
    z-index: 1;
    text-align: left;
    width: auto;
    height: auto;
    cursor: pointer;
    box-sizing: unset;
}

.main-content .banner-part .form-group .form-radio-col input[type="radio"]:not(old)+strong>strong.before,
.dashboard-page-content .form-group .form-radio-col input[type="radio"]:not(old)+strong>strong.before {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin: 0px;
    border: 1px solid #C00301;
    border-radius: 100%;
    background-color: transparent;
    vertical-align: middle;
    cursor: pointer;
}

.main-content .banner-part .form-group .form-radio-col input[type="radio"]:not(old)+strong>strong.before {
    vertical-align: sub;
    vertical-align: middle;
}

.main-content .banner-part .form-group .form-radio-col input[type="checkbox"]:not(old)+strong>strong.before,
.dashboard-page-content .form-group .form-radio-col input[type="checkbox"]:not(old)+strong>strong.before {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin: 0px;
    border: 1px solid #C00301;
    border-radius: 3px;
    background-color: transparent;
    vertical-align: middle;
    cursor: pointer;
}

.main-content .banner-part .form-group .form-radio-col input[type="radio"]:not(old)+label.error+strong>strong.before,
.dashboard-page-content .form-group .form-radio-col input[type="radio"]:not(old)+label.error+strong>strong.before {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin: 0px;
    border: 1px solid #C00301;
    border-radius: 100%;
    background-color: transparent;
    vertical-align: middle;
    cursor: pointer;
}

.main-content .banner-part .form-group .form-radio-col input[type="checkbox"]:not(old)+label.error+strong>strong.before,
.dashboard-page-content .form-group .form-radio-col input[type="checkbox"]:not(old)+label.error+strong>strong.before {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin: 0px;
    border: 1px solid #C00301;
    border-radius: 3px;
    background-color: transparent;
    vertical-align: middle;
    cursor: pointer;
}


/*.main-content .banner-part .form-group .form-radio-col input[type="radio"][value="small"]:not(old):checked + strong > strong.before:before,
.main-content .banner-part .form-group .form-radio-col input[type="radio"][value="medium"]:not(old):checked + strong > strong.before:before,
.main-content .banner-part .form-group .form-radio-col input[type="radio"][value="occasionally"]:not(old):checked + strong > strong.before:before,
.main-content .banner-part .form-group .form-radio-col input[type="radio"][value="maybe"]:not(old):checked + strong > strong.before:before,
.main-content .banner-part .form-group .form-radio-col input[type="radio"][value="catholic"]:not(old):checked + strong > strong.before:before,
.main-content .banner-part .form-group .form-radio-col input[type="radio"][value="orthodox"]:not(old):checked + strong > strong.before:before{
    top: 7px;
}*/

.main-content .banner-part .form-group .form-radio-col input[type="radio"][value="small"]:not(old):checked+strong>strong.before:before,
.main-content .banner-part .form-group .form-radio-col input[type="radio"][value="medium"]:not(old):checked+strong>strong.before:before {
    top: 7px;
}

.main-content .banner-part .form-group .form-radio-col input[type="radio"]:not(old):checked+strong>strong.before:before,
.dashboard-page-content .form-group .form-radio-col input[type="radio"]:not(old):checked+strong>strong.before:before {
    content: "";
    display: block;
    width: 10px;
    height: 100%;
    cursor: pointer;
    z-index: 999;
    height: 10px;
    background-color: #C00301;
    border-radius: 100%;
    left: 6px;
    position: absolute;
    top: 6px;
}

.main-content .banner-part .form-group .form-radio-col input[type="checkbox"]:not(old):checked+strong>strong.before:before,
.dashboard-page-content .form-group .form-radio-col input[type="checkbox"]:not(old):checked+strong>strong.before:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #C00301;
    width: 100%;
    height: 100%;
    line-height: 24px;
    cursor: pointer;
    text-align: center;
    z-index: 999;
    background-color: transparent;
    border-radius: 0px;
    left: 0px;
    position: absolute;
    top: 0px;
}

.main-content .banner-part .form-group .form-radio-col input[type="radio"]:not(old):checked+label.error+strong>strong.before:before,
.dashboard-page-content .form-group .form-radio-col input[type="radio"]:not(old):checked+label.error+strong>strong.before:before {
    content: "";
    display: block;
    width: 10px;
    height: 100%;
    cursor: pointer;
    z-index: 999;
    height: 10px;
    background-color: #C00301;
    border-radius: 100%;
    left: 6px;
    position: absolute;
    top: 6px;
}

.main-content .banner-part .form-group .form-radio-col input[type="checkbox"]:not(old):checked+label.error+strong>strong.before:before,
.dashboard-page-content .form-group .form-radio-col input[type="checkbox"]:not(old):checked+label.error+strong>strong.before:before {
    content: "";
    display: block;
    width: 10px;
    height: 100%;
    cursor: pointer;
    z-index: 999;
    height: 10px;
    background-color: #C00301;
    border-radius: 100%;
    left: 6px;
    position: absolute;
    top: 6px;
}

.main-content .banner-part .form-group .form-radio-col span strong,
.dashboard-page-content .form-group .form-radio-col span strong {
    font-weight: 400;
}

.main-content .banner-part .form-group .form-radio-col span,
.dashboard-page-content .form-group .form-radio-col span {
    width: 100%;
    display: block;
    /*padding: 0px 0px 0px 22px;*/
    padding: 1px 0px 0px 33px;
}

.main-content .banner-part .form-radio,
.dashboard-page-content .form-radio {
    width: 100%;
    margin-right: 0;
}

.main-content .banner-part .form-group label,
.dashboard-page-content .form-group label {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    font-size: 16px;
}

.main-content .banner-part .form-group input[type=text],
.main-content .banner-part .form-group input[type=email],
.main-content .banner-part .form-group input[type=password],
.main-content .banner-part .form-group input[type=number],
.main-content .banner-part .form-group textarea,
.main-content .banner-part .form-group select,
.main-content .modal-content .form-group input[type=text] {
    height: 40px;
    line-height: 40px;
    width: 100%;
    padding: 0px 15px;
    outline: none;
    border: 1px solid #888E95;
    border-radius: 5px;
    font-size: 14px;
}

.enter-your-answer input[type="text"].form-control {
    height: 40px;
    line-height: 40px;
    width: 100%;
    padding: 0px 15px;
    outline: none;
    border: 1px solid #888E95;
    border-radius: 5px;
    font-size: 14px;
    color: #555;
}

.dashboard-page-content .form-group input[type=text],
.dashboard-page-content .form-group input[type=email],
.dashboard-page-content .form-group input[type=password],
.dashboard-page-content .form-group input[type=number],
.dashboard-page-content .form-group textarea,
.dashboard-page-content .form-group select,
.dashboard-page-content .modal-content .form-group input[type=text] {
    height: 40px;
    line-height: 40px;
    width: 100%;
    padding: 0px 15px;
    outline: none;
    border: 1px solid #888E95;
    border-radius: 5px;
    font-size: 14px;
}

.main-content .banner-part .form-group textarea,
.dashboard-page-content .form-group textarea {
    height: auto;
    line-height: normal;
    padding-top: 10px;
    padding-bottom: 10px;
}

.main-content .banner-part .form-group input[type=radio],
.dashboard-page-content .form-group input[type=radio] {
    vertical-align: middle;
    margin-right: 5px;
    font-family: 'OpenSans';
}

.main-content .banner-part .form-group input[type=radio]:last-child,
.dashboard-page-content .form-group input[type=radio]:last-child {
    margin-left: 50px;
}

.main-content .banner-part .form-group input[type=text]:active,
.main-content .banner-part .form-group input[type=text]:focus,
.main-content .banner-part .form-group input[type=password]:active,
.main-content .banner-part .form-group input[type=password]:focus,
.main-content .banner-part .form-group input[type=number]:active,
.main-content .banner-part .form-group input[type=number]:focus,
.main-content .banner-part .form-group textarea:active,
.main-content .banner-part .form-group textarea:focus,
.main-content .banner-part .form-group select:active,
.main-content .banner-part .form-group select:focus,
.main-content .banner-part .form-group input[type=email]:active,
.main-content .banner-part .form-group input[type=email]:focus,
.main-content .modal-content .form-group input[type=text]:active,
.main-content .modal-content .form-group input[type=text]:focus {
    outline: none;
    border: 1px solid #888E95;
    border-radius: 5px;
}

.dashboard-page-content .form-group input[type=text]:active,
.dashboard-page-content .form-group input[type=text]:focus,
.dashboard-page-content .form-group input[type=password]:active,
.dashboard-page-content .form-group input[type=password]:focus,
.dashboard-page-content .form-group input[type=number]:active,
.dashboard-page-content .form-group input[type=number]:focus,
.dashboard-page-content .form-group textarea:active,
.dashboard-page-content .form-group textarea:focus,
.dashboard-page-content .form-group select:active,
.dashboard-page-content .form-group select:focus,
.dashboard-page-content .form-group input[type=email]:active,
.dashboard-page-content .form-group input[type=email]:focus,
.dashboard-page-content .modal-content .form-group input[type=text]:active,
.dashboard-page-content .modal-content .form-group input[type=text]:focus {
    outline: none;
    border: 1px solid #888E95;
    border-radius: 5px;
}

.main-content .banner-part .form-group-btn,
.dashboard-page-content .form-group-btn {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    text-align: right;
}

.main-content .banner-part .form-group-btn input[type="submit"],
.dashboard-page-content .form-group-btn input[type="submit"] {
    width: auto;
    display: inline-block;
    vertical-align: top;
    padding: 10px 20px;
    border: 1px solid #C00301;
    background-color: #ffffff;
    color: #C00301;
    font-size: 18px;
    cursor: pointer;
    border-radius: 5px;
}

.main-content .banner-part .form-group-btn input[type="submit"]:hover,
.dashboard-page-content .form-group-btn input[type="submit"]:hover {
    border: 1px solid #C00301;
    background-color: #C00301;
    color: #ffffff;
}

.main-content .banner-part button,
.dashboard-page-content button {
    width: 100%;
    padding: 10px 20px;
    border: none;
    background-color: #1972C9;
    color: #FFF;
    font-size: 18px;
    cursor: pointer;
    border-radius: 5px;
}

.dashboard-page-content button {
    width: 94%;
    margin-top: 10px;
}

.main-content .banner-part button:hover,
.dashboard-page-content button:hover {
    opacity: .8;
}

.main-content .banner-part .form-group,
.dashboard-page-content .form-group {
    vertical-align: top;
}

.main-content .banner-part .form-group.form-group-full,
.dashboard-page-content .form-group.form-group-full {
    width: 100%;
    margin-right: 0px;
}

.form-group,
.dashboard-page-content {
    position: relative;
}

.error-tip {
    background-color: #ffffff;
    border: 2px solid #5e514b;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    color: #cc0033;
    float: left;
    font-weight: bold;
    line-height: 24px;
    position: absolute;
    padding: 5px 5px 7px 8px;
    margin-right: -20px;
    top: -25px;
    width: 400px;
    left: 0;
    z-index: 1;
    display: none;
    /*// Left Arrow Styling*/
}


/*// .error-tip*/

.error-tip span {
    float: left;
    margin: 6px 0px 0px 0px;
}

.error-tip span img {
    margin: 0px;
    padding: 0px;
    width: auto;
    height: auto;
    vertical-align: top;
}

.error-tip p {
    display: block;
    width: 100%;
    color: #000000;
    font-family: 'OpenSans';
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    margin: 0px;
    padding: 0;
    padding-top: 5px;
}

.error-tip:after,
.error-tip:before {
    content: '';
    border: 9px solid transparent;
    position: absolute;
    top: 42px;
    /* left: 76px; */
    transform: rotateZ(269deg);
    /* left: 42px; */
}

.error-tip:after {
    border-right: 6px solid #fff;
    left: -12px;
}

.error-tip:before {
    border-right: 6px solid #5e514b;
    left: 20px;
}

.input-group .error-tip {
    display: none;
}

.input-group .error-tip-1-hover {
    display: block;
}

#frmRegister .input-group input:focus+label+.error-tip-1 {
    display: block;
}


/* Error Styling */

.main-content .banner-part .form-group label.error {
    color: #cc0033;
    font-weight: 400;
    font-size: 14px;
}

.error.input-group input,
.error.input-group select {
    border: 2px solid #cc0033;
    line-height: 37px;
    outline: none;
}

.error.input-group .status {
    display: none;
}

.toast-progress {
    font-size: 15px;
}

.toast-message {
    font-size: 15px;
}

#toast-container>.toast-info {
    background-color: orange;
}

#toast-container>.toast-error {
    background-color: #C00301;
}

#toast-container>.toast-success {
    background-color: green;
}

#toast-container>.toast-warning {
    background-color: orange;
}


/*// .error*/

.oder {
    width: 100%;
    display: block;
    text-align: center;
    position: relative;
    margin: 10px 0px 13px;
}

.oder:after {
    width: 100%;
    height: 2px;
    background-color: #e8e9ea;
    margin: 1px 0px 0px 0px;
    position: absolute;
    content: "";
    left: 0px;
    top: 50%;
}

.oder span {
    display: inline-block;
    vertical-align: top;
    padding: 0px 11px;
    background-color: #f8f8f8;
    position: relative;
    z-index: 1;
    color: #6f829f;
    font-size: 16px;
    font-family: 'OpenSans';
}

.facebook-login {
    width: 100%;
    display: block;
    margin: 10px 0px 0px 0px;
    text-align: center;
}

.facebook-login a {
    font-size: 18px;
    font-family: 'OpenSans';
    color: #ffffff;
    display: inline-block;
    width: 100%;
    text-decoration: none;
    vertical-align: top;
    text-decoration: none;
    background-color: #3b5998;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
}

.facebook-login a:hover {
    background-color: rgba(59, 89, 152, 0.80);
    color: #ffffff;
    text-decoration: none;
}

.facebook-login a span.facebook-official {
    color: #ffffff;
    font-size: 26px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0px 30px 0px 0px;
    margin: -5px 0px 0px 0px;
}

.facebook-login a span.facebook-official:after {
    position: absolute;
    left: 0px;
    top: 0px;
    width: auto;
    height: auto;
    content: "\f230";
    color: #ffffff;
    font-family: 'FontAwesome';
    font-size: 26px;
}

.modal .wizard {
    float: left;
    width: 45%;
    margin: 0px 0 0px;
    background-color: #F8F8F8;
    border-radius: 5px;
}

.modal .modal-dialog {
    margin: 200px auto;
}

.modal .wizard-inner {
    display: none;
}

.modal .tab-content .tab-pane {
    padding: 30px 15px 0;
}

.form-group textarea {
    max-width: 100%;
    resize: vertical;
}

.modal .tab-content .tab-pane .list-inline {
    margin-bottom: 25px;
}

.modal .wizard .form-group {
    width: 100%;
}

.modal .form-group h2 {
    display: inline-block;
    margin: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #2C2C2C;
    color: #2c2c2c;
    font-size: 16px;
    font-family: 'OpenSans';
    font-weight: 600;
}

.modal .form-group label {
    color: #2c2c2c;
    font-size: 16px;
    font-family: 'OpenSans';
    font-weight: normal;
}

.modal .form-group label.error {
    margin-bottom: 0;
    color: #C00301;
    font-size: 12px;
}

.wizard .nav-tabs {
    position: relative;
    margin: 40px auto;
    margin-bottom: 0;
    border-bottom-color: #e0e0e0;
}

.wizard>div.wizard-inner {
    position: relative;
}

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.wizard .nav-tabs>li.active>a,
.wizard .nav-tabs>li.active>a:hover,
.wizard .nav-tabs>li.active>a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 70px;
    height: 70px;
    line-height: normal;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}

span.round-tab i {
    color: #555555;
}

.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #5bc0de;
}

.wizard li.active span.round-tab i {
    color: #5bc0de;
}

span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}

.wizard .nav-tabs>li {
    width: 25%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #5bc0de;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #5bc0de;
}

.wizard .nav-tabs>li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

.wizard .nav-tabs>li a:hover {
    background: transparent;
}

.wizard .tab-pane {
    position: relative;
    padding-top: 50px;
}

.wizard h3 {
    margin-top: 0;
}

.profile-banner {
    width: 100%;
    float: left;
    z-index: 9;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /*background-image: url(../../img/front/profile-banner.png);*/
    height: 300px;
    position: relative;
}

.banner-slider video {
    width: 100%;
    height: 100%;
}

.minuten-right .heart-view video {
    height: auto;
}

.minuten-right .heart-view {
    padding-top: 50px;
}

.profile-banner+.custom-select {
    display: none;
}

.profile-banner+.custom-select {
    left: 0px;
    right: 0px;
    top: 0px;
    max-width: 600px;
    margin: 20px auto;
    padding: 0px;
    height: auto;
    background-color: transparent;
    z-index: 999;
    transform: none;
}

.profile-banner+.custom-select ul {
    width: 100%;
    border-radius: 4px;
}

.banner-slider .owl-controls .owl-pagination {
    position: absolute;
    top: auto;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
}

.dashboard-header {
    padding: 15px 0;
    text-align: left;
}


/** Search icon ***/

.search-container {
    display: inline-block;
    margin-bottom: 10px;
}

.search-box {
    height: 40px;
    width: 40px;
    border-radius: 20px;
    border: none;
    cursor: pointer;
    background: #ddd;
    transition: width 0.6s, border-radius 0.6s, background 0.6s, box-shadow 0.6s;
    outline: none;
}

.search-box label.search-icon {
    margin-left: -35px;
}


/*.search-box img {
    margin-left: -35px;
}*/

.search-box+label .search-icon {
    color: #000
}

.search-box:focus {
    width: 300px;
    border: none;
    box-shadow: none;
    padding-left: 15px;
    cursor: text;
    border-radius: auto;
    background: rgb(235, 235, 235);
    color: #000;
    transition: width 0.6s cubic-bezier(0, 1.22, .66, 1.39), border-radius 0.6s, background 0.6s;
}

.search-box:hover {
    background: rgb(200, 200, 200);
    color: #fff;
    box-shadow: 0 0 0 5px rgb(61, 71, 82);
}

.search-box:not(:focus) {
    text-indent: -5000px;
}

#search-submit {
    position: relative;
    left: -5000px;
}

.search-icon {
    position: relative;
    top: -1px;
    left: -35px;
    color: white;
    cursor: pointer;
}

.search-box-1 {
    height: 40px;
    width: 40px;
    border-radius: 20px;
    border: none;
    cursor: pointer;
    background: #FFF;
    border: 1px solid #DDD;
    transition: width 0.6s, border-radius 0.6s, background 0.6s, box-shadow 0.6s;
    outline: none;
    float: left;
    font-size: 0px;
    /*text-indent: -5000px;*/
    text-align: center;
    vertical-align: middle;
    line-height: 38px;
    margin: 0px 0px 33px 0px;
}

.main-content:after {
    position: absolute;
    top: 0px;
    left: 0;
    background-color: #C00301;
    content: "";
    display: inline-block;
    width: 100%;
    height: 37px;
}

.main-content {
    width: 100%;
    float: left;
    background-color: #8E6D4C;
    position: relative;
}

.main-content {
    width: 100%;
    float: left;
    background-color: #8E6D4C;
    position: relative;
    padding-bottom: 120px;
}

.dashboard-top-menu {
    display: inline-block;
    width: 100%;
}

.dashboard-header-panel .dashboard-top-menu {
    float: left;
    display: inline-block;
    width: 60%;
}

.dashboard-header-panel .dashboard-top-menu .dashboard-logo {
    float: left;
    display: inline-block;
    width: 20%;
}

.dashboard-header-panel .dashboard-top-menu .dashboard-logo img {
    width: auto;
    max-width: 100%;
}

.top-menu {
    display: inline-block;
    width: 80%;
    text-align: left;
}

.dashborad-profile ul,
.top-menu ul {
    display: inline-block;
    margin-top: 15px;
    list-style-type: none;
}

.top-menu ul li {
    float: left;
    display: inline-block;
    margin-left: 15px;
}

.top-menu ul li a {
    color: #FFF;
    font-size: 14px;
    vertical-align: middle;
    text-decoration: none;
}

.dashborad-profile ul li a img,
.top-menu ul li a img {
    width: auto;
    max-width: 100%;
    margin-right: 5px;
    vertical-align: middle;
}

.dashborad-profile {
    display: inline-block;
    width: 40%;
}

.dashborad-profile ul {
    float: left;
}

.dashborad-profile ul li {
    float: left;
    display: inline-block;
    margin-right: 15px;
}

.dashborad-profile ul li a {
    color: #FFF;
    font-size: 14px;
    vertical-align: middle;
    text-decoration: none;
}

.dashboard-profile-icon {
    display: inline-block;
}

.profile-offer {
    float: right;
    display: inline-block;
}

.profile-offer a {
    display: inline-block;
    padding: 0px 25px;
    border-radius: 5px;
    background-color: #00b050;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    height: 44px;
    line-height: 42px;
}

.profile-offer a:hover {
    opacity: .9;
    color: #fff;
    text-decoration: none;
}

.weitere-package a {
    display: inline-block;
    padding: 0px 20px;
    border-radius: 5px;
    background-color: #ffffff;
    color: #c01a00;
    font-size: 14px;
    text-decoration: none;
    height: 36px;
    line-height: 42px;
}

.weitere-package a:hover {
    opacity: .9;
    color: #fff;
    text-decoration: none;
}


/*** Dashboard Content ***/

.right-event-section .notification .btn-row {
    width: auto;
    float: right;
    padding-left: 5px;
}

.right-event-section .notification .btn-row+.btn-row {
    width: auto;
    float: left;
    padding-right: 5px;
}

.right-event-section .notification .btn-row a:hover {
    color: #ffffff;
}

.dashboard-banner .dashboard-main-content {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 37px;
}

.dashboard-banner .dashboard-main-content .dashboard-banner-img {
    display: inline-block;
    height: 100%;
    max-height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: none !important;
    background: #fff;
}

.dashboard-banner .dashboard-main-content .dashboard-banner-img:before {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: rgba(256, 256, 256, .7);
    content: '';
}

.dashboard-banner .dashboard-main-content .right-event-section,
.dashboard-banner .dashboard-main-content .banner-content {
    position: relative;
    float: left;
    top: 0;
    padding: 25px;
}

.online-user-status {
    display: inline-block;
    width: 100%;
    margin-bottom: 7px;
}

.online-user-status .online-user-img {
    float: left;
    display: inline-block;
    width: 40px;
    height: 40px;
    background: transparent;
    position: relative;
}

.online-user-status .user-title {
    width: 86%;
    display: inline-block;
}

.online-user-status .online-user-img img {
    width: 40px;
    height: 40px;
}

span.online {
    position: absolute;
    top: -3px;
    right: -3px;
    width: 12px;
    height: 12px;
    background-color: #00b050;
    border: 0px solid #4671c2;
    border-radius: 100%;
    z-index: 1;
}

span.offline {
    position: absolute;
    top: -3px;
    right: -3px;
    width: 12px;
    height: 12px;
    background-color: #ff0000;
    border: 0px solid #4671c2;
    border-radius: 100%;
    z-index: 1;
}

.online-user-status .online-user-img.un-read span.online {
    right: 12px;
}

.online-user-status .user-title-div {
    display: block;
    width: calc(100% - 40px);
    padding-left: 15px;
    float: left;
}

.online-user-status .user-title {
    display: block;
    width: 100%;
    margin-left: 0%;
    background-color: #FFF;
}

.online-user-status .user-title h3 {
    font-weight: 400;
    padding: 10px 10px 11px;
    font-size: 16px;
    margin: 0px;
    background-color: #fff;
}

.online-user-status .user-title h3 a {
    color: #c00000;
    font-size: 15px;
}

.notification .online-user-status {
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 3px;
}

.dashboard-banner .dashboard-main-content .banner-content {
    left: 0;
    display: inline-block;
    /*height: 100%;*/
    width: 67.2%;
    background-color: #C00301;
    min-height: 336px;
    margin-bottom: 50px;
}

.dashboard-banner .dashboard-main-content .right-event-section h2,
.dashboard-banner .dashboard-main-content .banner-content h2 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #C00000;
}

.dashboard-banner .dashboard-main-content .right-event-section .notification,
.dashboard-banner .dashboard-main-content .banner-content .notification {
    padding-top: 10px;
}

.dashboard-banner .dashboard-main-content .right-event-section p,
.dashboard-banner .dashboard-main-content .banner-content p {
    font-size: 16px;
}

.dashboard-banner .dashboard-main-content .banner-content .pre-img {
    display: inline-block;
    width: 100%;
    margin-top: 50px;
}

.dashboard-banner .dashboard-main-content .banner-content .pre-img img {
    margin-right: 10px;
}

.dashboard-banner .dashboard-main-content .right-event-section {
    right: 0;
    left: auto;
    display: inline-block;
    width: 32.8%;
    float: right;
}

.ticket-item {
    display: inline-block;
    width: 100%;
    margin-top: 50px;
}

.ticket-item button {
    padding: 10px 25px;
    background-color: #4472C4;
    border: none;
}

.ticket-item button a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}

.card-view-section {
    display: inline-block;
    width: 100%;
    background: #fff;
    margin-bottom: -4px;
    margin-top: -6px;
    padding: 10px;
}


/** Grid View **/

.grid-3 {
    float: left;
    display: inline-block;
    margin-right: 15px;
    width: calc(33.33% - 10px);
    border: 1px solid #DDD;
}

.grid-3:nth-child(3n) {
    margin-right: 0;
}

.advance-setting {
    display: inline-block;
    height: auto;
    min-height: 544px;
    max-height: 544px;
    padding: 10px;
    background: #FFF;
    overflow: hidden;
}

.advance-setting {
    overflow-y: auto;
    overflow-x: hidden;
}

.news-contents .my-news-content {
    min-height: 710px;
    max-height: 710px;
    overflow-y: auto;
    overflow-x: hidden;
}

.search-setting div#partner-match {
    padding-bottom: 25px;
}

.advance-setting h3 {
    margin-bottom: 15px;
    color: #C00000;
    font-size: 20px;
}

.patner-list .patner-suggest {
    display: inline-block;
    width: 100%;
    border-top: 1px solid #DDD;
    /*margin-bottom: 10px;*/
    padding: 15px 0 25px !important;
    position: relative;
}


/*.patner-listt .patner-suggest:last-child {
    border-bottom: none;
}*/

.meu-text {
    position: absolute;
    left: 15px;
    top: 83%;
    width: 71px;
    height: 22px;
    color: #ffffff;
    font-size: 12px !important;
    line-height: 21px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-align: center;
    /* background-color: #33b5e5; */
    background-color: #008000;
    border-radius: 4px;
}

.meu-text a {
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    width: 100%;
    font-size: 10px;
    line-height: 16px;
}

.patner-list .patner-suggest .profile-img {
    float: left;
    display: inline-block;
    width: 20%;
    position: relative;
}

.patner-list .patner-suggest .profile-img span.offline,
.patner-list .patner-suggest .profile-img span.online {
    top: auto;
    bottom: -3px;
}

.patner-list .patner-suggest .patner-detail .patner-heading .online-text {
    padding-left: 0;
}

.patner-list .patner-suggest .profile-img img {
    width: auto;
    max-width: 100%;
}

.patner-suggest .patner-detail {
    display: inline-block;
    width: 80%;
    padding-left: 25px;
    position: relative;
}

.patner-suggest .patner-detail .patner-heading h4 {
    color: #C00000;
    font-size: 14px;
    padding: 0px 0px 0px 22px;
    float: none;
    display: block;
    width: 100%;
}

.patner-suggest .patner-detail .patner-heading .heading-row {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

.patner-suggest .patner-detail .patner-heading .heading-row i {
    color: #C00000;
    font-size: 13px;
    float: left;
}

.patner-suggest .patner-detail .patner-heading .heading-row svg {
    color: #C00000;
    font-size: 13px;
    float: left;
    vertical-align: top;
    margin: 2px 0px 0px 0px;
}

.news-list .news-section .news-detail span,
.news-list .news-section .news-detail p,
.patner-suggest .patner-detail .patner-heading span,
.patner-suggest .patner-detail .patner-heading p {
    font-size: 12px;
    margin: 5px 0px 0px;
}

.patner-suggest .patner-detail .patner-heading p {
    color: #7d8592;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin-bottom: 6px;
}

.patner-suggest .patner-detail .patner-heading label {
    color: #7d8592;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    display: block;
    margin: 0px 0px 9px;
}

.patner-suggest .patner-detail .patner-heading label span {
    color: #C00000;
    font-size: 15px;
}

.patner-suggest .patner-detail .patner-heading label svg {
    margin-right: 5px;
    margin-left: 2px;
    color: #C00000;
}

.patner-suggest .patner-detail .patner-heading .online-text {
    display: inline-block;
    width: 100%;
    color: #7d8592;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    display: block;
    margin: 0px 0px 5px;
    position: relative;
    padding: 0px 0px 0px 13px;
}

.patner-suggest .patner-detail .patner-heading .online-text span.online {
    position: absolute;
    top: 3px;
    left: 0px;
    width: 5px;
    height: 5px;
    background-color: #00b050;
    border: 0px solid #00b050;
    border-radius: 100%;
}

.patner-suggest .patner-detail .patner-heading .online-text span.offline {
    position: absolute;
    top: 3px;
    left: 0px;
    width: 5px;
    height: 5px;
    background-color: #C00000;
    border: 0px solid #C00000;
    border-radius: 100%;
}

.news-list .news-section .news-detail span {
    display: block;
    margin: 10px 0px 0px 0px;
    color: #9ca4ac;
}

.patner-list .patner-suggest .patner-detail .patner-heading {
    display: inline-block;
}

.patner-list .patner-suggest .patner-detail .patner-heading {
    padding-right: 45px;
}

.patner-list .patner-suggest .patner-detail .chat-icon {
    float: right;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    display: table;
    -webkit-box-shadow: 1px 1px 6px 1px rgba(213, 213, 213, 1);
    -moz-box-shadow: 1px 1px 6px 1px rgba(213, 213, 213, 1);
    box-shadow: 1px 1px 6px 1px rgba(213, 213, 213, 1);
    text-align: center;
}

.patner-list .patner-suggest .patner-detail .chat-icon a {
    display: table-cell;
    vertical-align: middle;
}

.patner-list .patner-suggest .patner-detail .chat-icon img {
    width: 100%;
    height: auto;
    max-width: 22px;
}

.news-list .news-section .news-img {
    float: left;
    display: inline-block;
    width: 15%;
}

.news-list .news-section:last-child {
    margin-bottom: 0px;
    padding-bottom: 20px;
    border-bottom: 0px;
}

.news-list .news-section {
    display: inline-block;
    width: 100%;
    padding: 10px 0 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #efefef;
}

.news-list .news-section .news-img img {
    width: auto;
    max-width: 100%;
    border-radius: 4px;
}

.news-list .news-section .news-detail {
    display: inline-block;
    width: 85%;
    padding-left: 15px;
}

.news-list .news-section .news-detail .news-content {
    display: inline-block;
    width: 60%;
    padding-right: 15px;
}

.news-list .news-section .news-detail .more-news-tab a.reply svg {
    margin: 0px 0px 0px 5px;
}

.news-list .news-section .news-detail .more-news-tab a.like {
    width: 25px;
    height: 25px;
    line-height: 25px;
    border: 1px solid #C00000;
    color: #C00000;
    border-radius: 100%;
    text-align: center;
    font-size: 12px;
    margin-bottom: 10px;
}

.news-list .news-section .news-detail .more-news-tab a.like svg {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    float: left;
    margin: 0px 0px 0px -4px;
}

.news-list .news-section .news-detail .more-news-tab a.like.smile {
    font-size: 13px;
}

.news-list .news-section .news-detail .more-news-tab a.like.smile svg {
    margin: 0px 0px 0px -5px;
}

.news-list .news-section .news-detail .more-news-tab a {
    float: right;
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #C00000;
    border-radius: 5px;
    color: #000;
    font-size: 12px;
    letter-spacing: 0px;
    text-decoration: none;
}

.news-list .news-section .news-detail .more-news-tab a.reply {
    min-width: 102px;
}

.news-list .news-section .news-detail .more-news-tab {
    display: inline-block;
    float: right;
    width: 40%;
}

.news-list .news-section .news-detail .more-news-tab a:hover {
    background-color: #C00000;
    color: #fff;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.news-list .news-section .news-detail h4 {
    color: #C00000;
    font-size: 14px;
    margin-top: 0;
}

.search-setting ul.search-option {
    list-style-type: none;
    display: inline-block;
    width: 100%;
    padding-left: 6px;
}

.search-setting ul.search-option li {
    position: relative;
    margin-bottom: 6px;
    padding-left: 60px;
    color: #9a9999;
    font-size: 16px;
    font-family: 'OpenSans';
}

.search-setting ul.search-option li i,
.search-setting ul.search-option li .svg-inline--fa {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    display: inline-block;
    font-size: 22px;
    text-align: center;
}

.search-setting ul.search-option li i.fa-users {
    font-size: 16px;
}

.search-setting ul.search-option li i.fa-church,
.search-setting ul.search-option li svg.fa-church {
    background-image: url("../../img/church-solid.svg");
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: top;
}

.search-setting ul.search-option li .fa-church g {
    display: none;
}

.header .header-panel .header-social ul li {
    display: inline-block;
    width: auto;
    max-width: 90px;
    max-height: 30px;
    overflow: hidden;
}


/*** Profile page banner ***/

.overlay-model {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
    display: none;
    height: 100%;
    width: 100%;
    background-color: rgb(0, 0, 0, .4);
}

.custom-select {
    position: absolute;
    top: 17%;
    left: 30%;
    z-index: 11;
    display: none;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    top: 60px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 999;
}

.custom-select ul {
    height: 300px;
    display: inline-block;
    border: 2px solid #FFF;
    border-radius: 0 0 5px 5px;
    background: #FFF;
    list-style: none;
    overflow-y: scroll;
}

.custom-select ul::-webkit-scrollbar {
    width: 5px;
}

.custom-select ul::-webkit-scrollbar-thumb {
    background: #ccc;
}

.custom-select ul li {
    display: inline-block;
    width: 100%;
    padding: 2px;
    border-bottom: 4px solid #000;
}

.custom-select ul li:last-child {
    border: none;
}

.custom-select ul li img {
    width: auto;
    max-width: 100%;
}

.custom-select .close-btn {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    width: 30px;
    height: 30px;
    background: #fff;
    padding: 7px;
    margin: -12px;
    border-radius: 100%;
    text-align: center;
    cursor: pointer;
}

.custom-select .close-btn .svg-inline--fa {
    font-size: 14px;
    line-height: normal;
}

.profile-info .profile-left .profile-users .users-list li a img {
    width: 100%;
}


/*** Mendatory question ***/

.mendatory-question-main {
    display: block;
    width: 100%;
    padding-top: 37px;
}

.mendatory-question-main .profile-banner {
    width: 100%;
    /*height: 574px;*/
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    vertical-align: top;
    padding: 6% 0px 5%;
}

.mendatory-question-main .banner-headline-row {
    width: 100%;
    text-align: left;
    margin: 0% 0px 0px;
}

.mendatory-question-main .banner-headline {
    color: #ffffff;
    display: inline-block;
    vertical-align: top;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    /*-webkit-transform: translateY(-30%);
    -moz-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    -o-transform: translateY(-30%);
    transform: translateY(-30%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);*/
}

.mendatory-question-main .banner-headline p {
    color: #FFF;
    font-size: 20px;
    line-height: 25px;
    margin: 0px;
    text-decoration: none;
}

.mendatory-question-main .banner-headline p a {
    color: #FFF;
}

.mendatory-question-main .banner-headline img {
    margin: 15px 0px 0px;
}

.security-discretion-content-row {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.security-discretion-content {
    width: 100%;
    max-width: 880px;
    display: inline-block;
    vertical-align: top;
    margin: 40px 0px 0px 0px;
    text-align: left;
}

.security-discretion-content h2 {
    margin-bottom: 20px;
    margin-top: 0px;
    font-size: 32px;
    color: #FFF;
}

.banner-headline h2 {
    margin-bottom: 20px;
    margin-top: 40px;
    font-size: 32px;
    color: #FFF;
}

.security-discretion-content ul {
    display: inline-block;
    width: 100%;
    max-width: 680px;
    padding-left: 18px;
    margin: 0px;
}

.security-discretion-content ul li {
    margin-bottom: 15px;
    color: #FFF;
    font-family: 'Open Sans', sans-serif;
}

.banner-headline ul {
    display: inline-block;
    width: 100%;
    max-width: 680px;
    padding-left: 18px;
    margin: 0px;
}

.banner-headline ul li {
    margin-bottom: 15px;
    color: #FFF;
    font-family: 'Open Sans', sans-serif;
}

.main-content-mendatory {
    position: relative;
    vertical-align: top;
    display: inline-block;
    width: 100%;
}


/*.main-content-mendatory .continue-btn {
    float: right;
    display: inline-block;
    margin: 40px 0 3px 0px;
    width: 100%;
    text-align: right;
    vertical-align: top;
}*/

.main-content-mendatory .continue-btn {
    float: left;
    display: inline-block;
    margin: 45px 0 0px 0px;
    width: 100%;
    text-align: left;
    vertical-align: top;
    height: auto;
    max-height: none;
}

.main-content-mendatory .continue-btn a {
    background-color: #669900;
    border-radius: 5px;
    padding: 10px 20px;
    color: #FFF;
    text-decoration: none;
}

.main-content-mendatory .continue-btn a:hover {
    background-color: #C00301;
}

.main-content-mendatory .continue-btn a svg {
    margin-left: 4px;
    position: relative;
    top: 1px;
}


/* mendatory-question-box */

.mendatory-question-box {
    width: 100%;
    min-height: 360px;
    display: inline-block;
    vertical-align: top;
    background-color: #ffffff;
    padding: 0px 0px 22px 0px;
}

.modal .modal-content .banner-part .tab-content .tab-pane,
.mendatory-question-box .banner-part .tab-content .tab-pane {
    padding: 0px 0px 0px 0px !important;
}

.modal .modal-content .banner-part .wizard .form-group,
.mendatory-question-box .banner-part .wizard .form-group {
    width: 100%;
    margin: 0px;
}

.modal .wizard,
.mendatory-question-box .wizard {
    width: 100%;
    margin: 0px;
}

.modal .wizard .form-group,
.mendatory-question-box .wizard .form-group {
    width: 100%;
    margin: 0px;
}

.mendatory-question-box .banner-part .tab-pane {
    padding: 0px !important;
}

.modal .tab-content .tab-pane .list-inline.pull-right,
.modal .tab-content .tab-pane .list-inline.pull-right,
.mendatory-question-box .list-inline.pull-right {
    text-align: right;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin: 0px 0px 25px 0px;
    padding: 0px 30px 0px 0px;
}

.modal .modal-content .banner-part .tab-content .tab-pane .list-inline.pull-right {
    float: right;
    width: auto;
}

.modal .tab-content .tab-pane .enter-your-answer,
.modal .tab-content .tab-pane .enter-your-answer {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 0px 30px;
    margin: 0px 0px 11px 0px;
}

.modal .tab-content .tab-pane .list-inline.pull-right .next-but-row,
.modal .tab-content .tab-pane .list-inline.pull-right .next-but-row,
.mendatory-question-box .tab-pane .list-inline.pull-right .next-but-row {
    display: inline-block;
    vertical-align: top;
    width: auto;
}

.modal .tab-content .tab-pane .list-inline.pull-right .next-but-row li,
.modal .tab-content .tab-pane .list-inline.pull-right li,
.mendatory-question-box .tab-pane .list-inline.pull-right .next-but-row li,
.mendatory-question-box .tab-pane .list-inline.pull-right li {
    list-style-type: none;
    width: auto;
    float: left;
    position: relative;
    padding: 0px;
}

.mendatory-question-box .tab-pane .list-inline.pull-right .next-but-row li:after {
    display: none;
}

.modal .tab-content .tab-pane .list-inline.pull-right button[type="button"].prev-step,
.modal .tab-content .tab-pane .list-inline.pull-right button[type="button"].prev-step,
.mendatory-question-box .tab-pane .list-inline.pull-right button[type="button"].prev-step,
.mendatory-question-box .tab-pane .list-inline.pull-right button[type="button"].prev-step {
    margin-right: 10px;
}

.modal .tab-content .tab-pane .list-inline.pull-right button[type="button"],
.modal .tab-content .tab-pane .list-inline.pull-right button[type="submit"],
.modal .tab-content .tab-pane .list-inline.pull-right button[type="button"],
.modal .modal-content .banner-part .tab-content .tab-pane .list-inline.pull-right button[type="submit"],
.modal .modal-content .next-but-row button[type="button"],
.modal .modal-content .next-but-row button[type="submit"] {
    width: auto;
    display: inline-block;
    vertical-align: top;
    padding: 10px 20px;
    border: 1px solid #C00301;
    background-color: #ffffff;
    color: #C00301;
    font-size: 18px;
    cursor: pointer;
    border-radius: 5px;
    outline: none;
}

.modal .tab-content .tab-pane .list-inline.pull-right button[type="button"]:focus,
.modal .tab-content .tab-pane .list-inline.pull-right button[type="submit"]:focus,
.modal .tab-content .tab-pane .list-inline.pull-right button[type="button"]:focus,
.modal .modal-content .banner-part .tab-content .tab-pane .list-inline.pull-right button[type="submit"]:focus,
.modal .modal-content .next-but-row button[type="button"]:focus,
.modal .modal-content .next-but-row button[type="submit"]:focus {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.modal .tab-content .tab-pane .list-inline.pull-right button[type="button"]:hover,
.modal .tab-content .tab-pane .list-inline.pull-right button[type="submit"]:hover,
.modal .modal-content .banner-part .tab-content .tab-pane .list-inline.pull-right button[type="button"]:hover,
.modal .modal-content .banner-part .tab-content .tab-pane .list-inline.pull-right button[type="submit"]:hover,
.modal .modal-content .next-but-row button[type="button"]:hover,
.modal .modal-content .next-but-row button[type="submit"]:hover {
    border: 1px solid #C00301;
    background-color: #C00301;
    color: #ffffff;
}

.mendatory-question-box .tab-pane .list-inline.pull-right button[type="button"],
.mendatory-question-box .tab-pane .list-inline.pull-right button[type="submit"],
.mendatory-question-box .tab-pane .list-inline.pull-right button[type="button"],
.mendatory-question-box .banner-part .tab-content .tab-pane .list-inline.pull-right button[type="submit"],
.mendatory-question-box .next-but-row button[type="button"],
.mendatory-question-box .next-but-row button[type="submit"] {
    width: auto;
    display: inline-block;
    vertical-align: top;
    padding: 10px 20px;
    border: 1px solid #C00301;
    background-color: #ffffff;
    color: #C00301;
    font-size: 18px;
    cursor: pointer;
    border-radius: 5px;
    outline: none;
}

.mendatory-question-box .tab-pane .list-inline.pull-right button[type="button"]:hover,
.mendatory-question-box .tab-pane .list-inline.pull-right button[type="submit"]:hover,
.mendatory-question-box .banner-part .tab-content .tab-pane .list-inline.pull-right button[type="button"]:hover,
.mendatory-question-box .banner-part .tab-content .tab-pane .list-inline.pull-right button[type="submit"]:hover,
.mendatory-question-box .next-but-row button[type="button"]:hover,
.mendatory-question-box .next-but-row button[type="submit"]:hover {
    border: 1px solid #C00301;
    background-color: #C00301;
    color: #ffffff;
}

.modal .modal-content .mendatory-question-main {
    padding-top: 0px;
    background-color: transparent;
}

.modal .modal-content .mendatory-question-main.main-content:after {
    display: none;
}

.modal .modal-content .modal-header .close,
.custom-select .close-btn,
.closePremiumModal {
    background-color: #C00301;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    opacity: 1;
    color: #fff;
    top: -15px;
    right: -8px;
    bottom: 0px;
    position: absolute;
    z-index: 3;
    line-height: 30px;
    margin: 0px;
    font-size: 29px;
    font-weight: normal;
}

.custom-select .close-btn svg {
    /* margin: -15px 0px 0px 0px; */
    position: relative;
    top: 2px;
}

.custom-select .close-btn svg path {
    fill: #fff;
}

.modal .modal-content .modal-header {
    background-color: #00AF50 !important;
    padding: 11px;
    border-radius: 2px 2px 0px 0px;
}

html body div#edit-box.modal .modal-content .modal-header,
html body div#form-created-inform-admin.modal .modal-content .modal-header {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 1rem;
    margin: 0px;
    border-bottom: 0px solid #e9ecef;
    position: relative;
    background-color: transparent !important;
}

html body div#edit-box.modal .modal-content .modal-header .modal-title,
html body div#form-created-inform-admin.modal .modal-content .modal-header .modal-title {
    font-family: 'Open Sans', sans-serif;
    color: #737b85;
    font-weight: 600;
    font-size: 16px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

html body div#edit-box.modal .modal-content .modal-footer button,
html body div#form-created-inform-admin.modal .modal-content .modal-footer button {
    background-color: transparent !important;
    box-shadow: none;
    border: 0px;
    outline: none;
    cursor: pointer;
    opacity: 1;
}

html body div#edit-box.modal .modal-content .modal-footer button:hover,
html body div#form-created-inform-admin.modal .modal-content .modal-footer button:hover {
    background-color: transparent !important;
    box-shadow: none;
    border: 0px;
    outline: none;
    cursor: pointer;
    opacity: 1;
}


/* 333 */

html body div#edit-box.modal .modal-content .modal-footer button,
html body div#form-created-inform-admin.modal .modal-content .modal-footer button {
    background-color: #00AF50 !important;
    color: #ffffff;
    box-shadow: none;
    border: 0px;
    outline: none;
    cursor: pointer;
    opacity: 1;
    padding: 7px 15px 7px;
    margin: 0px 5px;
    font-weight: 300 !important;
    font-size: 14px !important;
    vertical-align: top;
    text-shadow: none !important;
    line-height: 20px !important;
}

html body div#edit-box.modal .modal-content .modal-footer button:hover,
html body div#form-created-inform-admin.modal .modal-content .modal-footer button:hover {
    background-color: #C00301 !important;
    color: #ffffff;
}

html body div#edit-box.modal .modal-content .modal-footer button.btn-primary,
html body div#form-created-inform-admin.modal .modal-content .modal-footer button.btn-primary {
    background-color: #C00301 !important;
    color: #ffffff;
}

html body div#edit-box.modal .modal-content .modal-footer button.btn-primary:hover,
html body div#form-created-inform-admin.modal .modal-content .modal-footer button.btn-primary:hover {
    background-color: #C00301 !important;
    color: #ffffff;
    opacity: 0.7;
}

html body div#edit-box.modal .modal-content .modal-footer button.btn-secondary,
html body div#form-created-inform-admin.modal .modal-content .modal-footer button.btn-secondary {
    background-color: #C00301 !important;
    color: #ffffff;
}

html body div#edit-box.modal .modal-content .modal-footer button.btn-secondary:hover,
html body div#form-created-inform-admin.modal .modal-content .modal-footer button.btn-secondary:hover {
    background-color: #C00301 !important;
    color: #ffffff;
    opacity: 0.7;
}


/* 333 */

.modal .modal-content .panel-heading {
    background-color: #00AF50 !important;
    padding: 11px;
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    border-radius: 0px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.modal .modal-content .panel-body .col-md-4 {
    padding-top: 0px !important;
    font-size: 14px;
}

.modal .modal-content .panel-body .col-md-4 #upload_image {
    font-size: 14px;
    min-width: 177px;
    padding: 8px 0;
    margin-bottom: 10px;
    margin-top: 8px;
}

.main-uploab-imgbox .main-leftupimg label.edit-warn-txt {
    text-align: center !important;
}

.modal .modal-content .panel-body .col-md-4 input[type="file"] {
    margin: 7px 0px 0px;
}

.modal .modal-content .panel {
    border: 0px;
    margin: 0px;
}

.modal .modal-content .modal-header .bootstrap-dialog-header {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.bootstrap-dialog.modal .modal-content .modal-header .bootstrap-dialog-title {
    font-size: 18px;
    font-weight: 400;
}

.modal .modal-content {
    background-color: #ffffff;
}

.main-content .modal .modal-content .modal-header,
.main-content .modal .modal-content {
    padding: 0px;
    border: 0px;
    background-color: transparent;
    border-radius: 0px;
    outline: none;
    margin: 0px;
}

.modal .modal-content .btn-warning {
    color: #fff;
    background-color: #C00301;
    border-color: #C00301;
    width: auto;
    vertical-align: top;
    padding: 8px 15px;
    font-size: 15px;
    cursor: pointer;
    border-radius: 5px;
    outline: none;
}

.modal .modal-content .btn-warning:hover {
    color: #fff;
    background-color: #00AF50;
    border-color: #00AF50;
}

.modal .modal-content .btn.btn-default {
    color: #fff;
    background-color: #00AF50;
    border-color: #00AF50;
    width: auto;
    vertical-align: top;
    padding: 8px 15px;
    font-size: 15px;
    cursor: pointer;
    border-radius: 5px;
    outline: none;
}

.modal .modal-content .btn.btn-default:hover {
    color: #fff;
    background-color: #C00301;
    border-color: #C00301;
}

.modal .wizard .tab-pane,
.modal .modal-content .banner-part .wizard .tab-pane {
    padding: 0px !important;
}

.mendatory-question-title-row {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    background-color: #f3f3f3;
    border-bottom: 1px solid #e3e3e3;
    padding: 20px 30px;
    margin: 0px 0px 43px 0px;
    position: relative;
}

.mendatory-question-title-row:after {
    position: absolute;
    content: "";
    margin: 0px auto;
    left: 0px;
    right: 0px;
    top: auto;
    bottom: -14px;
    width: 0px;
    height: 0px;
    border-left: 34px solid transparent;
    border-right: 34px solid transparent;
    border-top: 14px solid #f3f3f3;
}

.mendatory-question-title-row:before {
    position: absolute;
    content: "";
    margin: 0px auto;
    left: 0px;
    right: 0px;
    top: auto;
    bottom: -16px;
    width: 0px;
    height: 0px;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    border-top: 15px solid #e3e3e3;
}

.mendatory-question-title-row .question-icon {
    color: #777f88;
    vertical-align: top;
    font-size: 28px;
}

.mendatory-question-title-row span.exactly {
    color: #669900;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    width: 100%;
    display: block;
    text-align: center;
    margin: 15px 0px 0px;
}

.mendatory-question-title-row p {
    padding: 0px 0px 0px 10px;
    /*width: 100%;*/
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    color: #81858b;
    vertical-align: top;
    margin-bottom: 0;
}

.mendatory-answer-box {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 0px 30px;
}

.enter-your-answer {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 0px 30px 0px;
}

.enter-your-answer input {
    margin-bottom: 20px;
}

.mendatory-answer-box .answer-row {
    background-color: #d1d2d4;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    color: #69758c;
    padding: 11px 22px;
    border-radius: 4px;
    border-bottom: 1px solid #999ea2;
    margin: 0px 0px 5px 0px;
    cursor: pointer;
}

.mendatory-answer-box .answer-row.selected {
    background-color: #669900;
    color: #ffffff;
    border-top: 1px solid #4c7300;
    border-bottom: 0px;
}

.mendatory-answer-box select {
    width: 100%;
    min-height: 180px;
    border: 0px;
    outline: none;
    overflow: hidden;
}

.mendatory-answer-box select option:not(:checked) {
    background-color: #d1d2d4;
    width: 100%;
    vertical-align: top;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    color: #69758c;
    padding: 11px 22px;
    border-radius: 4px;
    border-bottom: 1px solid #999ea2;
    margin: 0px 0px 5px 0px;
    cursor: pointer;
}

.mendatory-answer-box select option {
    background-color: #d1d2d4;
    width: 100%;
    vertical-align: top;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    color: #69758c;
    padding: 11px 22px;
    border-radius: 4px;
    border-bottom: 1px solid #999ea2;
    margin: 0px 0px 5px 0px;
    cursor: pointer;
}

.mendatory-answer-box select option[selected] {
    background-color: #669900;
    color: #ffffff;
    border-top: 1px solid #4c7300;
    border-bottom: 0px;
}

.mendatory-answer-box .next-but-row {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: right;
    margin: 23px 0px 0px 0px;
}

.mendatory-answer-box .next-but-row a {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    background-color: #669900;
    border-radius: 4px;
    border-bottom: 1px solid #457900;
    color: #ffffff;
    text-decoration: none;
    min-width: 88px;
    height: 33px;
    line-height: 33px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding: 0px 12px 0px;
}

.mendatory-answer-box .next-but-row a svg {
    margin: 10px 0px 0px 4px;
    float: right;
    font-size: 16px;
}

.mendatory-answer-box .next-but-row a:hover {
    background-color: #C00301;
    border-bottom: 1px solid #C00301;
    color: #ffffff;
}

.mendatory-answer-box .col-lg-10,
.mendatory-answer-box .form-control {
    width: 100%;
    height: auto;
    float: none;
    display: inline-block;
    vertical-align: top;
    background-color: transparent;
    box-shadow: none;
    border: 0px;
}

.mendatory-answer-box div.dropdown-menu {
    width: 100%;
    position: relative;
    display: inline-block;
    vertical-align: top;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    background-color: transparent;
    box-shadow: none;
    border: 0px;
}

.mendatory-answer-box .dropdown-toggle {
    display: none;
}

.mendatory-answer-box ul {
    margin: 0px !important;
    padding: 0px !important;
    border: 0px !important;
    width: 100%;
    display: block;
    background-color: transparent;
    box-shadow: none;
    border: 0px;
}

.mendatory-answer-box ul li {
    margin: 0px !important;
    padding: 0px !important;
    border: 0px !important;
    list-style-type: none;
    width: 100%;
    display: block;
}

.mendatory-answer-box ul li .check-mark {
    display: none !important;
}

.mendatory-answer-box ul li a {
    background-color: #d1d2d4;
    width: 100%;
    display: block;
    vertical-align: top;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    color: #69758c;
    padding: 11px 22px;
    border-radius: 4px;
    border-top: 1px solid #d1d2d4;
    border-bottom: 1px solid #999ea2;
    margin: 0px 0px 5px 0px;
    cursor: pointer;
    position: relative;
    outline: none;
}

.mendatory-answer-box ul li.selected a,
.mendatory-answer-box ul li.selected:hover a {
    background-color: #669900;
    color: #ffffff;
    border-top: 1px solid #4c7300;
    border-bottom: 1px solid #669900;
    background-color: #c00301;
    border-color: #c00301;
}

.mendatory-answer-box ul li:hover a {
    background-color: #d1d2d4;
    color: #69758c;
    border-top: 1px solid #d1d2d4;
    border-bottom: 1px solid #999ea2;
}


/* mendatory-question-box End */


/* Redio Button Css Start */

.mendatory-answer-box .check-box-row {
    position: relative;
    margin: 0px 0px 5px 0px;
}

.mendatory-answer-box .check-box-row label.error {
    color: red;
    font-size: 12px;
}

.mendatory-answer-box .check-box-row input[type=radio]:not(old) {
    width: 100%;
    height: 41px;
    margin: 0;
    padding: 11px 22px;
    font-size: 14px;
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    cursor: pointer;
}

.mendatory-answer-box .check-box-row input[type=radio]:not(old)+span {
    background-color: #d1d2d4;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    color: #69758c;
    padding: 11px 22px;
    border-radius: 4px;
    border-top: 1px solid #d1d2d4;
    border-bottom: 1px solid #999ea2;
    margin: 0px 0px 5px 0px;
    cursor: pointer;
}

.mendatory-answer-box .check-box-row input[type=radio]:not(old)+label.error+span {
    background-color: #d1d2d4;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    color: #69758c;
    padding: 11px 22px;
    border-radius: 4px;
    border-top: 1px solid #d1d2d4;
    border-bottom: 1px solid #999ea2;
    margin: 0px 0px 5px 0px;
    cursor: pointer;
    height: 36px;
    background-color: rgb(255 255 255 / 0%);
    border: 2px solid #000;
    color: #000;
    line-height: normal;
    margin: 0;
    padding: 8px 10px;
    text-align: center;
    box-shadow: 0 3px 10px -5px #000;
    transition: 0.3s ease-in-out;
}

.mendatory-answer-box .check-box-row input[type=radio]:not(old):checked+span {
    width: 100%;
    height: auto;
    line-height: normal;
    border: 0px;
    outline: none;
    overflow: hidden;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    background-color: #669900;
    width: 100%;
    vertical-align: top;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    color: #ffffff;
    padding: 11px 22px;
    border-radius: 4px;
    border-bottom: 1px solid #669900;
    border-top: 1px solid #4c7300;
    margin: 0px 0px 5px 0px;
    cursor: pointer;
}

.mendatory-answer-box .check-box-row input[type=radio]:not(old):checked+label.error+span {
    width: 100%;
    height: auto;
    line-height: normal;
    border: 0px;
    outline: none;
    overflow: hidden;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    background-color: #669900;
    width: 100%;
    vertical-align: top;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    color: #ffffff;
    padding: 11px 22px;
    border-radius: 4px;
    border-bottom: 1px solid #669900;
    border-top: 1px solid #4c7300;
    margin: 0px 0px 5px 0px;
    cursor: pointer;
    height: 36px;
    background-color: rgb(255 255 255 / 0%);
    border: 2px solid #000;
    color: #000;
    line-height: normal;
    margin: 0;
    padding: 8px 10px;
    text-align: center;
    box-shadow: 0 3px 10px -5px #000;
    transition: 0.3s ease-in-out;
    background-color: #bcbcbc;
    color: #fff;
}


/* Redio Button Css End */


/* mendatory-question CSS Start */

html body .progress-bar {
    background-color: #343c45;
    height: 15px;
    padding: 3px 6px;
    width: 100%;
    margin: 0px 0;
    border-radius: 5px;
    vertical-align: top;
    text-align: left;
    /*box-shadow: 0 1px 5px #000 inset, 0 1px 0 #444;    */
}

html body .progress-bar span {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    height: 100%;
    border-radius: 3px;
    /*box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;*/
    transition: width .4s ease-in-out;
}

html body .blue span {
    background-color: #c61720;
}


/*html body .stripes span {
    background-size: 30px 30px;
    background-image: linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
                        transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
                        transparent 75%, transparent);            

    animation: animate-stripes 3s linear infinite;             
}

@keyframes animate-stripes {
    0% {background-position: 0 0;} 100% {background-position: 60px 0;}
}*/

html body .shine span {
    position: relative;
}

html body .shine span::after {
    content: '';
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    border-radius: 3px;
    animation: animate-shine 2s ease-out infinite;
}

@keyframes animate-shine {
    0% {
        opacity: 0;
        width: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 0;
        width: 95%;
    }
}


/* mendatory-question CSS End */


/*** 05/05/2018 NEWS PAGE ***/

.news-contents {
    display: inline-block;
    width: 100%;
    margin-top: 36px;
    margin-bottom: 0px;
    padding: 15px 15px 25px;
    background-color: #EFE3E3;
    min-height: 750px;
}

.news-contents h2 {
    font-size: 22px;
    color: #D70005;
    margin-bottom: 15px;
}

.news-contents .my-news-content {
    float: left;
    display: inline-block;
    width: 35%;
}

.news-contents .my-news-content .news-list {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 8px;
    vertical-align: top;
    padding: 5px;
    background: #fff;
}

.news-contents .my-news-content .news-list .news-profile {
    float: left;
    display: inline-block;
    width: 15%;
    background-color: #F3E9EA;
    text-align: center;
    position: relative;
}

.news-contents .my-news-content .news-list .news-profile img {
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 5px;
    border-radius: 11px;
}

.user-online {
    position: absolute;
    right: 22px;
    bottom: 5px;
    top: auto;
    width: 16px;
    height: 16px;
    /*border: 2px solid #ffffff;*/
    background-color: #669900;
    background-color: #00af50;
    border-radius: 100%;
}

.user-offline {
    position: absolute;
    right: 22px;
    bottom: 5px;
    top: auto;
    width: 16px;
    height: 16px;
    border: 2px solid #ffffff;
    background-color: #FF0000;
    border-radius: 100%;
    z-index: 999;
}

.news-contents .my-news-content .news-list .news-detail {
    position: relative;
    float: left;
    display: inline-block;
    width: 72%;
    padding-left: 25px;
}

.news-contents .my-news-content .news-list .news-detail h4 {
    margin-bottom: 10px;
}

.news-contents .my-news-content .news-list .news-detail span {
    font-size: 14px;
}

.news-contents .my-news-content .news-list .news-detail ul {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
    list-style: none;
}

.news-contents .my-news-content .news-list .news-detail ul li {
    display: inline-block;
    float: left;
    margin-right: 15px;
}

.news-contents .my-news-content .news-list .news-detail ul li:last-child {
    margin-right: 0;
}

.news-contents .my-news-content .news-list .news-detail ul li .svg-inline--fa {
    font-size: 30px;
    color: #000;
}

.news-contents .my-news-content .news-list .news-detail ul li .svg-inline--fa:hover {
    color: #D70005;
    transition: all .3s ease-in-out;
}

.news-contents .my-news-content .news-list .news-detail .news-notification {
    position: absolute;
    top: 50%;
    left: auto;
    right: 35px;
    transform: translateY(-50%);
}

.news-list-bottom-text {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 11px 0px 0px 0px;
}

.news-list-bottom-text p {
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    width: 100%;
    color: #000000;
    font-size: 14px;
    line-height: normal;
    font-weight: 400;
    padding-right: 44%;
    margin: 0px;
}

.news-list-bottom-text .premium-button {
    float: left;
    width: auto;
    text-align: right;
    margin: 11px 0px 0px 0px;
    position: absolute;
    right: 0px;
    top: 0px;
    left: auto;
}

.news-list-bottom-text .premium-button a {
    display: inline-block;
    vertical-align: top;
    padding: 7px 17px;
    border-radius: 5px;
    background-color: #00b050;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
}

.news-list-bottom-text .premium-button a:hover {
    background-color: #C00301;
}

.news-profile-detail,
.offer-detail {
    display: inline-block;
    width: 65%;
    padding: 0 15px;
}

.offer-detail .quality-comment {
    background: #fff;
    padding: 15px;
}

.offer-detail .quality-comment p {
    font-size: 14px;
    line-height: 20px;
}

.offer-detail .google-add-main {
    text-align: center;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.offer-detail .google-add {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 410px;
    margin: 46px 0px 0px 0px;
    padding: 0px 0px;
    text-align: center;
}

.offer-detail .google-add img {
    width: auto;
    height: auto;
    vertical-align: top;
}

.offer-detail .membership-detail {
    display: block;
    max-width: 380px;
    width: 100%;
    margin: 46px auto 0;
    padding: 15px;
    background-color: #F2F2F2;
}

.offer-detail .membership-detail h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #D70005;
}

.offer-detail .all-features {
    display: inline-block;
    padding: 10px;
    background: #fff;
}

.offer-detail .membership-detail ul {
    display: inline-block;
    width: 100%;
    list-style-type: none;
}

.offer-detail .membership-detail ul li:first-child {
    padding-left: 0;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
}

.offer-detail .membership-detail ul li {
    padding-left: 15px;
    margin-bottom: 5px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

.offer-detail .all-features .profile-offer {
    margin-top: 5px;
}

.news-profile-detail .user-comment,
.news-profile-detail .news-profile {
    display: inline-block;
    padding: 5px;
    background-color: #fff;
    margin-bottom: 5px;
}

.news-profile-detail .user-comment {
    padding: 15px 15px 15px 40px;
}

.news-profile-detail .user-comment p {
    font-size: 14px;
    line-height: 22px;
}

.news-profile-detail .news-profile .user-img {
    float: left;
    display: inline-block;
    vertical-align: top;
    width: auto;
    background-color: #F3E9EA;
    text-align: center;
    position: relative;
}

.news-profile-detail .news-profile .user-img .user-online {
    right: 7px;
}

.news-profile-detail .news-profile .user-img .user-offline {
    right: 7px;
}

.news-profile-detail .news-profile .user-img a {
    display: inline-block;
    vertical-align: top;
}

.news-profile-detail .news-profile .user-img img {
    width: 67px;
    height: 67px;
    padding: 5px;
    border-radius: 100%;
}

.news-profile-detail .user-heading {
    display: block;
    width: 100%;
    padding-left: 88px;
}

.news-profile-detail .user-heading h3 {
    display: inline-block;
    font-size: 16px;
}

.news-profile-detail .user-heading p {
    display: inline;
}

.news-profile-detail .user-heading span {
    display: inline-block;
}

.news-profile-detail .user-comment {
    display: inline-block;
    width: 100%;
}

.news-profile-detail .notification-icon {
    display: inline-block;
    width: 100%;
    margin-top: 40px;
}

.news-profile-detail .notification-icon ul {
    display: inline-block;
    width: 100%;
    list-style: none;
}

.news-profile-detail .notification-icon ul li {
    float: left;
    display: inline-block;
    margin-right: 20px;
}

.news-profile-detail .notification-icon h3 {
    margin-bottom: 15px;
    font-size: 20px;
}

.news-profile-detail .notification-icon ul li a .svg-inline--fa {
    color: #000;
    font-size: 32px;
}

.news-profile-detail .notification-icon ul li:last-child {
    float: right;
}

.news-profile-detail .dialog-box {
    display: inline-block;
    margin-top: 20px;
    border: 1px solid #D70005;
    background-color: #FFF;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.news-profile-detail .dialog-box a {
    padding: 15px;
    display: inline-block;
    color: #000;
    text-decoration: none;
}

.news-profile-detail .dialog-box:hover {
    background: #D70005;
}

.news-profile-detail .dialog-box:hover a {
    color: #FFF;
}


/*** dashborard-menu ***/

.dashborard-menu {
    position: relative;
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    z-index: 999;
}

.dashborard-menu ul {
    position: absolute;
    top: 16px;
    z-index: 99;
    display: inline-block;
    width: 100%;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.dashborard-menu ul li {
    float: left;
    display: inline-block;
    margin-right: 30px;
}

.dashborard-menu ul li a {
    color: #FFF;
    text-decoration: none;
    padding: 8px 0px 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
}


/*.dashborard-menu ul li.active a {
    background-color: #00b050;
    padding-left: 10px;
    padding-right: 10px;
}*/

.dashborard-menu ul li.active a {
    color: #000000;
}

.dashborard-menu ul li a:hover {
    color: #000;
    transition: all .3s ease-in-out;
}


/*** registration-process ***/

.registration-process.registration-process-settings {
    float: left;
    width: 100%;
    background-color: #ffffff;
    padding: 30px 30px;
    margin: 57px 0px 20px 0px;
    border-radius: 20px;
}

.registration-process.registration-process-settings h2 {
    font-family: 'Open Sans', sans-serif;
    color: #d70005;
    font-size: 32px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0px;
    width: 100%;
    margin: 0px 0px 33px 0px;
    padding: 0px;
}

.registration-process.registration-process-settings h2 .profil-cog {
    float: left;
    width: 50px;
    height: 50px;
    line-height: 44px;
    text-align: center;
    border-radius: 100%;
    border: 3px solid #d70005;
    color: #d70005;
    font-size: 22px;
    margin-right: 15px;
}


/*.registration-process.registration-process-settings h2 .profil-cog svg {
    float: left;
    margin: 3px 10px 0px 0px;
    font-size: 28px;
}
.registration-process-settings h2 svg {
    float: left;
    margin: 3px 10px 0px 0px;
    font-size: 28px;
}*/

.settings-title {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background-color: #C00301;
    padding: 11px 20px;
}

.registration-process-settings .settings-title p {
    margin: 0px;
    padding: 0px;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
}

.settings-description {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background-color: #f2f2f2;
    padding: 20px 20px 9px;
}


/* Redio Button Css Start */

.settings-description .check-box-row {
    position: relative;
    margin: 0px 0px 13px 0px;
}

.settings-description .check-box-row input[type=checkbox]:not(old),
.settings-description .check-box-row input[type=radio]:not(old) {
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    font-size: 14px;
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    cursor: pointer;
}

.settings-description .check-box-row input[type=checkbox]:not(old)+label,
.settings-description .check-box-row input[type=radio]:not(old)+label {
    display: inline-block;
    float: left;
    margin: 0px 0 0 0px;
    line-height: 20px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    text-align: left;
    width: auto;
}

.settings-description .check-box-row input[type=checkbox]:not(old)+label>span,
.settings-description .check-box-row input[type=radio]:not(old)+label>span {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0px;
    border: 1px solid #C00301;
    border-radius: 0px;
    background-color: transparent;
    vertical-align: middle;
    cursor: pointer;
}

.settings-description .check-box-row input[type=checkbox]:not(old):checked+label>span,
.settings-description .check-box-row input[type=radio]:not(old):checked+label>span {
    background-color: transparent;
}

.settings-description .check-box-row input[type=checkbox]:not(old):checked+label>span:before {
    color: #C00301;
    content: "\f00c";
    font-family: 'FontAwesome';
    display: block;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    width: 100%;
    height: 100%;
}


/*.check-box-row input[type=radio]:not(old):checked +  label > span {
  display          : block;
  width            : 8px;
  height           : 8px;
  margin           : 2px 0px 0px 2px;
  border           : 0px;
  border-radius    : 100%;
  background-color: #ff8500;
}*/


/*.check-box-row input[type="radio"]:not(old):checked + label > span:before {
  color: #1bb1cd;
  background-color: #1bb1cd;
  content: "";
  display: block;
  font-size: 13px;
  font-weight: bold;
  line-height: 10px;
  text-align: center;
  width: 10px;
  height: 10px;
  top: 5px;
  position: relative;
  left: 5px;
}*/


/* Redio Button Css End  */

.premium-member-features form .settings-description p {
    margin: 0px;
    padding: 1px 0px 0px 33px;
    color: #4F4F4F;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.settings-bottom-description {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 25px 0px 0px;
}

.registration-process-settings .settings-bottom-description p {
    margin: 0px;
    padding: 0px;
    color: #4F4F4F;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.registration-process {
    display: inline-block;
    width: 100%;
    margin-top: 37px;
    padding: 40px 20px;
    background: #fff;
}

.premium-member-features {
    display: inline-block;
    width: 100%;
}

.premium-member-features form {
    margin-bottom: 20px;
}

.premium-member-features form p {
    font-size: 20px;
    margin-bottom: 20px;
}

.premium-member-features form input {
    vertical-align: middle;
}

.premium-member-features form label {
    display: inline-block;
    margin: 0 0 10px 10px;
    font-family: 'Open Sans', sans-serif;
}

.premium-member-features form label:last-child {
    margin-bottom: 0;
}

.premium-member-features span {
    display: inline-block;
    margin: 15px 0;
}

.submit-btn a {
    display: inline-block;
    padding: 10px 20px;
    background: #3ea551;
    color: #FFF;
    font-size: 16px;
    border-radius: 5px;
    text-decoration: none;
}

.submit-btn a:hover {
    opacity: .9;
}

.submit-btn {
    margin: 20px 0px 0px 0px;
}

.submit-btn input[type="submit"] {
    display: inline-block;
    padding: 10px 20px;
    background: #3ea551;
    color: #FFF;
    font-size: 16px;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
    border: 0px;
    outline: none;
}

.stop-recurring-btn {
    display: inline-block;
    padding: 10px 20px;
    background: #3ea551;
    font-size: 16px;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
    border: 0px;
    outline: none;
    margin: 20px 0px 0px 0px;
}

.stop-recurring-btn:hover {
    opacity: 1;
    border: 0px;
    outline: none;
    background: #C00301;
}

.submit-btn input[type="submit"]:hover {
    opacity: 0.7;
    border: 0px;
    outline: none;
    background: #C00301;
}

#passwordModal.modal .modal-dialog .modal-content .panel .panel-body .col-md-12 {
    padding-top: 0px !important;
    font-size: 14px;
}

#passwordModal.modal .modal-dialog .modal-content .panel .panel-body .col-md-12 button#change_pass.btn-success {
    font-size: 14px;
}


/*** Manage profile ***/

.btn-row {
    float: left;
    width: 100%;
    text-align: right;
}

.btn-row a {
    float: none;
    width: auto;
    min-width: 90px;
    height: 32px;
    line-height: 30px;
    display: inline-block;
    vertical-align: top;
    padding: 0px 10px;
    margin: 0px;
    text-align: center;
    border: 1px solid #C00000;
    border-radius: 0px;
    color: #000;
    font-size: 14px;
    text-decoration: none;
    background-color: #ffffff;
    text-decoration: none;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.btn-row a:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #C00000;
}

.btn-profile a,
.profile-right.profile-right-2 button {
    float: none;
    width: auto;
    min-width: 90px;
    height: 32px;
    line-height: 30px;
    display: inline-block;
    vertical-align: top;
    padding: 0px 10px;
    margin: 0px;
    text-align: center;
    border: 1px solid #C00000;
    border-radius: 0px;
    color: #000;
    font-size: 14px;
    text-decoration: none;
    background-color: #ffffff;
    text-decoration: none;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.main-profile-setting {
    float: left;
    width: 100%;
}

.main-profile-setting .free-premium-div .stop-recurring-btn {
    margin-top: 0;
}

.main-profile-setting .free-premium-div.mp-row {
    margin-top: 0;
}

.send-message-div {
    display: inline-block;
    vertical-align: middle;
}

.profile-right-2 .send-message-div,
.profile-right-2 form {
    display: inline-block;
    vertical-align: middle;
}

.main-profile-setting .manage-profile {
    float: left;
    width: 100%;
    background-color: #ffffff;
    padding: 30px 30px;
    margin: 57px 0px 20px 0px;
    border-radius: 20px;
}

.main-profile-setting .manage-profile .profil-cog {
    float: left;
    width: 50px;
    height: 50px;
    line-height: 44px;
    text-align: center;
    border-radius: 100%;
    border: 3px solid #d70005;
}

.main-profile-setting .manage-profile .profil-cog {
    color: #d70005;
    font-size: 22px;
    margin-right: 15px;
}

.main-profile-setting .manage-profile h2 {
    color: #d70005;
    font-size: 32px;
    line-height: normal;
    font-weight: 300;
    letter-spacing: 0px;
}

.manage-profile-block {
    float: left;
    width: 50%;
    clear: both;
    padding: 0px 22px 0px 0px;
}

.manage-profile-block-right {
    float: right;
    width: 50%;
    clear: none;
    padding: 0px 0px 0px 22px;
}

.manage-profile-block-right .settings-title p {
    margin: 0px;
    padding: 0px;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
}

.manage-profile-block-right form .settings-description p {
    margin: 0px;
    padding: 1px 0px 0px 33px;
    color: #4F4F4F;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.manage-profile-block-right .settings-bottom-description p {
    margin: 0px;
    padding: 0px;
    color: #4F4F4F;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.membership-content {
    float: left;
    width: 100%;
    min-height: 185px;
    margin: 30px 0px 20px 0px;
    padding: 0px 0px 20px 3px;
    border-bottom: 1px solid #e6e6e6;
}

.membership-content h4 {
    color: #818892;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0px;
    padding: 3px 0px 0px 35px;
    display: block;
    width: 100%;
    margin: 0px;
}

.membership-content p {
    padding: 5px 0px 0px 35px;
    margin: 0px;
    font-size: 15px;
    font-weight: normal;
    line-height: normal;
    color: #000000;
}

.membership-content p span {
    color: #d70005;
}

.membership-content p span a {
    color: #d70005;
}

.membership-content p span a:hover {
    color: #00AF50;
}

.membership-content .icon-base {
    float: left;
    color: #818892;
    font-size: 18px;
}

.profile-edit {
    float: left;
    width: 100%;
}

.edit-content {
    float: left;
    width: 100%;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 20px 3px;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
}

.gerade-edit {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px;
}

.edit-content h4 {
    color: #818892;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0px;
    padding: 3px 40px 0px 35px;
    display: block;
    width: 100%;
    margin: 0px;
}

.edit-content p {
    padding: 5px 0px 0px 35px;
    margin: 0px;
    font-size: 15px;
    font-weight: normal;
    line-height: normal;
    color: #000000;
}

.edit-content p span {
    color: #d70005;
}

.edit-content p span a {
    color: #d70005;
}

.edit-content p span a:hover {
    color: #00AF50;
}

.edit-content .icon-base {
    float: left;
    color: #818892;
    font-size: 18px;
}

.pencil-edit {
    float: right;
    width: auto;
    position: absolute;
    right: 0px;
    top: 5px;
    width: 20px;
    height: 20px;
}

.select-label {
    float: right;
    width: auto;
    position: absolute;
    right: 0px;
    top: 11px;
    width: auto;
    height: auto;
}

.sub-name {
    color: #818892;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    display: block;
    width: 100%;
    padding: 3px 0px 0px 35px;
}

.alers-box {
    float: left;
    width: 100%;
    background-color: #e8e8e8;
    border-radius: 4px;
    padding: 20px 35px;
    margin: 11px 0px 0px;
    position: relative;
}

.edit-content .fa-info-circle {
    position: absolute;
    top: 30px;
    left: 11px;
    color: #0099cc;
    font-size: 16px;
}

.edit-notice {
    float: left;
    width: 100%;
    background-color: #ffffff;
    border-radius: 0px;
    padding: 11px;
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    font-weight: 400;
    line-height: normal;
    font-size: 14px;
}

.edit-content input[type="checkbox"] {
    display: none;
}

.select-label label {
    position: relative;
}


/* Base styles for spans */

.select-label span::before,
.select-label span::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.select-label span.checkbox:hover {
    cursor: pointer;
}


/*.select-label span.checkbox:hover:before {
  background-color: #b3cc80;
}*/

.select-label span.checkbox:before {
    right: 0px;
    width: 35px;
    height: 12px;
    background-color: #bdc3c7;
    border-radius: 50px;
}

.select-label input[type="checkbox"]:checked+label span.checkbox:before {
    background-color: #F63F3D;
}

.select-label span.checkbox:after {
    left: -36px;
    width: 18px;
    height: 18px;
    border-radius: 10px;
    background-color: #008000;
    transition: left .25s, background-color .25s;
}

.select-label input[type="checkbox"]:checked+label span.checkbox:after {
    left: -18px;
    background-color: #C00301;
}


/*** registration-process ***/

.registration-process.registration-process-settings {
    float: left;
    width: 100%;
    background-color: #ffffff;
    padding: 30px 30px;
    margin: 57px 0px 20px 0px;
    border-radius: 20px;
}

.registration-process.registration-process-settings h2 {
    font-family: 'Open Sans', sans-serif;
    color: #d70005;
    font-size: 32px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0px;
    width: 100%;
    margin: 0px 0px 33px 0px;
    padding: 0px;
}

.registration-process.registration-process-settings h2 .profil-cog {
    float: left;
    width: 50px;
    height: 50px;
    line-height: 44px;
    text-align: center;
    border-radius: 100%;
    border: 3px solid #d70005;
    color: #d70005;
    font-size: 22px;
    margin-right: 15px;
}


/*.registration-process.registration-process-settings h2 .profil-cog svg {
    float: left;
    margin: 3px 10px 0px 0px;
    font-size: 28px;
}
.registration-process-settings h2 svg {
    float: left;
    margin: 3px 10px 0px 0px;
    font-size: 28px;
}*/

.settings-title {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background-color: #C00301;
    padding: 11px 20px;
}

.registration-process-settings .settings-title p {
    margin: 0px;
    padding: 0px;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
}

.settings-description {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background-color: #f2f2f2;
    padding: 20px 20px 9px;
}


/* Redio Button Css Start */

.settings-description .check-box-row {
    position: relative;
    margin: 0px 0px 13px 0px;
}

.settings-description .check-box-row input[type=checkbox]:not(old),
.settings-description .check-box-row input[type=radio]:not(old) {
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    font-size: 14px;
    opacity: 0 !important;
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    cursor: pointer;
}

.settings-description .check-box-row input[type=checkbox]:not(old)+label,
.settings-description .check-box-row input[type=radio]:not(old)+label {
    display: inline-block;
    float: left;
    margin: 0px 0 0 0px;
    line-height: 20px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    text-align: left;
    width: auto;
}

.settings-description .check-box-row input[type=checkbox]:not(old)+label>span,
.settings-description .check-box-row input[type=radio]:not(old)+label>span {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0px;
    border: 1px solid #C00301;
    border-radius: 0px;
    background-color: transparent;
    vertical-align: middle;
    cursor: pointer;
}

.settings-description .check-box-row input[type=checkbox]:not(old):checked+label>span,
.settings-description .check-box-row input[type=radio]:not(old):checked+label>span {
    background-color: transparent;
}

.settings-description .check-box-row input[type=checkbox]:not(old):checked+label>span:before {
    color: #C00301;
    content: "\f00c";
    font-family: 'FontAwesome';
    display: block;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    width: 100%;
    height: 100%;
}

.settings-description .check-box-row input[type=radio]:not(old)+label>span {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0px;
    border: 1px solid #C00301;
    border-radius: 100%;
    background-color: transparent;
    vertical-align: middle;
    cursor: pointer;
}

.settings-description .check-box-row input[type="radio"]:not(old):checked+label>span:before {
    color: #C00301;
    background-color: #C00301;
    content: "";
    display: block;
    font-size: 13px;
    font-weight: bold;
    line-height: 10px;
    text-align: center;
    width: 10px;
    height: 10px;
    top: 4px;
    position: relative;
    left: 4px;
    border-radius: 100%;
}


/* Redio Button Css End  */

.premium-member-features form .settings-description p {
    margin: 0px;
    padding: 1px 0px 0px 33px;
    color: #4F4F4F;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.settings-bottom-description {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 25px 0px 0px;
}

.main-content.chat-conversation-main-content.home-new-design .delete-communication.delete-icon {
    bottom: 7px;
}

.registration-process-settings .settings-bottom-description p {
    margin: 0px;
    padding: 0px;
    color: #4F4F4F;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.registration-process {
    display: inline-block;
    width: 100%;
    margin-top: 37px;
    padding: 40px 20px;
    background: #fff;
}

.premium-member-features {
    display: inline-block;
    width: 100%;
}

.premium-member-features form {
    margin-bottom: 20px;
}

.premium-member-features form p {
    font-size: 20px;
    margin-bottom: 20px;
}

.main-content.main-content-profile-page.home-new-design .profile-info .profile-left.profile-left-2 .arrows-link {
    padding-top: 15px;
}

.header.header-prof .top-header-right ul li.hamburger-btn .dropdown .btn:active,
.header.header-prof .top-header-right ul li.hamburger-btn .dropdown .btn:focus {
    box-shadow: none !important;
    outline: none !important;
    appearance: none !important;
    -webkit-appearance: none !important;
}

.premium-member-features form input {
    vertical-align: middle;
}

.premium-member-features form label {
    display: inline-block;
    margin: 0 0 10px 10px;
    font-family: 'Open Sans', sans-serif;
}

.premium-member-features form label:last-child {
    margin-bottom: 0;
}

.premium-member-features .error {
    margin-left: 0;
}

.premium-member-features form .settings-description p a {
    color: #c00301;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.premium-member-features span {
    display: inline-block;
    margin: 15px 0;
}

.registration-process-settings .premium-member-features form {
    margin-bottom: 0px;
}

.registration-process-settings .settings-row {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin: 0px 0px 20px 0px;
}

.registration-process-settings .submit-btn {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin: 0px 0px 0px 0px;
}

.registration-process-settings .submit-btn input[type="submit"] {
    display: inline-block;
    padding: 10px 20px;
    background: #3ea551;
    color: #FFF;
    font-size: 16px;
    border-radius: 5px;
    text-decoration: none;
    border: 0px;
    outline: none;
}

.submit-btn a:hover {
    border: 0px;
    cursor: pointer;
    outline: none;
}

.registration-process-settings .submit-btn input[type="submit"]:hover {
    opacity: .9;
}


/****** Meine Partnervorschläge Start ******/

.partner-propose-section {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    position: relative;
}

.partner-propose-section .user-counter {
    position: relative;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    background-color: #ffffff;
    margin: 0px 0px 5px 0px;
    border-bottom: 0px solid #EFE3E3;
    padding: 15px;
}

.partner-propose-section .users-counter-box {
    width: 40%;
    float: left;
}

.partner-propose-section .users-counter-box .counter-users-icon {
    float: left;
    width: 50px;
    height: 50px;
    line-height: 44px;
    text-align: center;
    border-radius: 100%;
    border: 3px solid #d70005;
    color: #d70005;
    font-size: 22px;
    margin-right: 0px;
}

.partner-propose-section .users-counter-box h5 {
    color: #d70005;
    font-size: 32px;
    line-height: normal;
    font-weight: 300;
    letter-spacing: 0px;
    font-family: 'Open Sans', sans-serif;
    float: none;
    width: 100%;
    display: block;
    padding: 3px 0px 0px 66px;
    margin: 0px;
}

.partner-propose-section .newest-list {
    float: left;
    width: 37%;
    padding: 0px 0px 0px 20px;
}

.partner-propose-section .newest-list ul {
    margin: 0px;
    padding: 0px;
}

.partner-propose-section .newest-list ul li {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    font-size: 12px;
    line-height: 18px;
}

.partner-propose-section .newest-list.newest-list-hidden ul li {
    color: #cccccc;
}

.partner-propose-section .sortby-button {
    float: left;
    width: 23%;
    text-align: right;
    margin: 11px 0px 0px 0px;
}

.partner-propose-section .sortby-button.premium-order-button {
    width: 30%;
}

.partner-propose-section .sortby-button a {
    display: inline-block;
    vertical-align: top;
    padding: 7px 17px;
    border-radius: 5px;
    background-color: #00b050;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
}

.partner-propose-section .sortby-button a:hover {
    background-color: #C00301;
}

.partner-propose-section .my-news-content {
    width: 50%;
    position: relative;
    padding: 0px 22px 0px 0px;
}

.partner-propose-section .my-news-content.my-notes-content {
    width: 100%;
    padding-right: 0px;
}

.partner-propose-section .my-news-content.my-notes-content .user-counter {
    width: 55%;
}

.partner-propose-section .my-news-content.my-notes-content .user-counter .users-counter-box {
    width: 33.33%;
}

.partner-propose-section .my-news-content.my-notes-content .user-counter .newest-list {
    width: 33.33%;
}

.partner-propose-section .my-news-content.my-notes-content .user-counter .sortby-button.premium-order-button {
    width: 33.33%;
}


/*
.partner-propose-section .my-news-content.my-notes-content .news-list .news-profile {
    width: auto;
}
*/

.partner-propose-section .my-news-content.my-notes-content .news-list .news-detail {
    float: none;
    display: block;
    width: 100%;
    padding-left: 95px;
    margin-top: 0;
}

.news-contents .my-news-content .news-list {
    position: relative;
    overflow: hidden;
}

.partner-propose-section .my-news-content.my-notes-content .nt1 {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding-right: 33px;
    max-width: 235px;
    padding-left: 15px;
}

.partner-propose-section .my-news-content.my-notes-content .nt2 {
    display: inline-block;
    vertical-align: top;
    width: 74%;
    padding-bottom: 45px;
    text-align: left;
}

.partner-propose-section .my-news-content.my-notes-content .edit-btn {
    display: inline-block;
    vertical-align: top;
    width: auto;
    position: absolute;
    top: auto;
    bottom: 0px;
    left: auto;
    right: auto;
    margin: 0px;
}

.partner-propose-section .my-news-content.my-notes-content .edit-btn a {
    display: inline-block;
    vertical-align: top;
    padding: 7px 17px;
    border-radius: 5px;
    background-color: #00b050;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    margin: 10px 0px 0px;
}

.partner-propose-section .my-news-content.my-notes-content .edit-btn a:hover {
    background-color: #C00301;
    color: #fff;
}

.partner-propose-section .my-news-content.my-notes-content .edit-btn.edit-icon a {
    background-color: transparent;
    padding: 0px;
}

.partner-propose-section .my-news-content.my-notes-content .edit-btn.edit-icon a:hover {
    background-color: transparent;
}

.partner-propose-section .my-news-content.my-notes-content .edit-btn.edit-icon a img {
    width: 33px;
    height: auto;
    vertical-align: top;
}

.partner-propose-section .my-news-content.my-notes-content .cancel-favorite {
    display: inline-block;
    vertical-align: top;
    width: auto;
    position: absolute;
    top: auto;
    bottom: 0px;
    left: auto;
    right: 0px;
    margin: 0px;
}

.partner-propose-section .my-news-content.my-notes-content .cancel-favorite a.cancel-favorite-btn {
    display: inline-block;
    vertical-align: top;
    padding: 7px 17px;
    border-radius: 5px;
    background-color: #00b050;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    margin: 10px 0px 0px;
}

.partner-propose-section .my-news-content.my-notes-content .cancel-favorite a.cancel-favorite-btn:hover {
    background-color: #C00301;
    color: #fff;
}

.partner-propose-section .my-news-content.my-notes-content .cancel-favorite a.new-like-icon {
    float: left;
    width: auto;
    height: auto;
    margin: 13px 15px 0px 0px;
}

.partner-propose-section .my-news-content.my-notes-content .cancel-favorite a.new-like-icon {
    width: auto;
    height: auto;
    vertical-align: top;
}

.partner-propose-section .my-news-content .news-detail {
    position: relative;
    padding-right: 20px;
}

.partner-propose-section .bookmark {
    position: absolute;
    right: -3px;
    top: -10px;
    width: 22px;
    height: 30px;
    cursor: pointer;
}

.partner-propose-section .news-detail .bookmark {
    right: 0px;
    top: -8px;
}

.partner-propose-section .bookmark a {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.partner-propose-section .bookmark:after {
    position: absolute;
    content: "\f02e";
    color: #00b050;
    font-size: 28px;
    font-family: 'FontAwesome';
    right: 0px;
    top: 0px;
    width: auto;
    height: 100%;
    text-align: right;
}

.partner-propose-section .bookmark.un-bookmark:after {
    content: "\f097";
}

.news-contents .partner-propose-section .my-news-content .news-list .news-detail:before {
    display: none;
}

.news-contents .partner-propose-section .my-news-content .news-detail h4 {
    margin: 0px 0px 7px 0px;
}

.news-contents .partner-propose-section .my-news-content .heading-row1 h5 {
    color: #C00000;
    font-size: 14px;
    padding: 0px 0px 0px 16px;
    margin: 0px 0px 5px 0px;
    float: none;
    display: block;
    width: 100%;
}

.news-contents .partner-propose-section .my-news-content .news-detail p {
    color: #000000;
    font-size: 13px;
    line-height: 20px;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.news-contents .partner-propose-section .my-news-content .heading-row1 svg {
    color: #C00000;
    font-size: 13px;
    float: left;
    vertical-align: top;
    margin: 2px 0px 0px 0px;
}

.partner-propose-section .profile-img {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 0;
}

.partner-propose-section .profile-img .user-online,
.partner-propose-section .profile-img .user-offline {
    right: 4px;
    bottom: 4px;
}

.partner-propose-section .offer-detail {
    width: 50%;
    position: relative;
    padding: 0px 0px 0px 0px;
}

.partner-propose-section.non-premium-box .offer-detail {
    padding: 0 0 0 15px;
}

.partner-propose-section.non-premium-box .news-list .news-profile {
    width: 30%;
}

.news-contents .my-news-content .news-list .news-profile.small-image-box {
    width: 9.6%;
}

.partner-propose-section .offer-detail .advance-setting {
    float: left;
    display: inline-block;
    vertical-align: top;
    margin: 0px 0px 0px 0px;
    padding: 25px 15px;
    width: 100%;
    height: auto;
    border: 1px solid #DDD;
    background: #FFF;
}

.partner-propose-section .offer-detail .membership-detail-row {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

.partner-propose-section .offer-detail .membership-detail {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    max-width: 410px;
}


/****** Meine Partnervorschläge End ******/


/* premium css Start */

.premium-wrapper {
    display: block;
    width: 100%;
    float: left;
    background-color: #ffffff;
    padding: 60px 0px;
}

.partner-propose-section.premium-wrapper .offer-detail {
    width: 100%;
    margin: 0px 0px 60px 0px;
}

.premium-wrapper .membership-detail-row {
    text-align: center;
}

.pricing-row {
    width: 100%;
    float: left;
    margin: 0px 0px 0px;
    padding: 0px 25px
}

.pricing-row .colmd-4 {
    float: left;
    width: 25%;
    margin: 20px 0px 0px;
}

.pricing-row .pricing-box {
    width: 100%;
    position: relative;
    border: 3px solid #930010;
    border-radius: 4px;
    text-align: center;
    box-shadow: -4px 6px 8px rgba(0, 0, 0, .1);
    background-color: #f8f8f8;
}

.pricing-row .pricing-title {
    padding: 15px 0;
    background-color: #a00012;
    border-radius: 4px;
}

.pricing-row .pricing-title h3 {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0px;
}

.pricing-row .pricing-title h3 span {
    text-transform: lowercase;
}

.pricing-row .colmd-4:nth-child(1) .pricing-box,
.pricing-row form.form-horizontal:nth-child(1) .pricing-box {
    border: 3px solid #930010;
    border-right: 0px;
    border-radius: 4px 0px 0px 4px;
}

.pricing-row .colmd-4:nth-child(2) .pricing-box,
.pricing-row form.form-horizontal:nth-child(2) .pricing-box {
    border: 3px solid #bb1b2d;
    border-right: 0px;
    border-radius: 0px 0px 0px 0px;
}

.pricing-row .colmd-4:nth-child(3) .pricing-box,
.pricing-row form.form-horizontal.colmd-4-selected .pricing-box {
    margin: -20px 0px 0px 0px;
    border: 3px solid #cf2528;
    border-radius: 4px;
}

.pricing-row .colmd-4:nth-child(3) .pricing-box,
.pricing-row form.form-horizontal:nth-child(3) .pricing-box {
    border: 3px solid #cf2528;
}

.pricing-row form.form-horizontal.colmd-4-selected+form.form-horizontal .pricing-box {
    border-left: 0px;
}

.pricing-row form.form-horizontal:nth-child(3) .pricing-box {
    border-right: 3px solid #cf2528;
}

.pricing-row .colmd-4:nth-child(4) .pricing-box,
.pricing-row form.form-horizontal:nth-child(4) .pricing-box {
    border: 3px solid #47505a;
    border-left: 0px;
    border-radius: 0px 4px 4px 0px;
}

.pricing-row .colmd-4:nth-child(1) .pricing-title,
.pricing-row form.form-horizontal:nth-child(1) .pricing-title {
    background-color: #a00012;
    border-radius: 0px 0px 0px 0px;
}

.pricing-row .colmd-4:nth-child(2) .pricing-title,
.pricing-row form.form-horizontal:nth-child(2) .pricing-title {
    background-color: #bb1b2d;
    border-radius: 0px 0px 0px 0px;
}

.pricing-row .colmd-4:nth-child(1) .pricing-title,
.pricing-row .colmd-4:nth-child(2) .pricing-title,
.pricing-row .colmd-4:nth-child(4) .pricing-title,
.pricing-row form.form-horizontal:nth-child(1) .pricing-title,
.pricing-row form.form-horizontal:nth-child(2) .pricing-title,
.pricing-row form.form-horizontal:nth-child(4) .pricing-title {
    padding: 10px 0;
}

.pricing-row .colmd-4:nth-child(1) .pricing-title h3,
.pricing-row .colmd-4:nth-child(2) .pricing-title h3,
.pricing-row .colmd-4:nth-child(4) .pricing-title h3,
.pricing-row form.form-horizontal:nth-child(1) .pricing-title h3,
.pricing-row form.form-horizontal:nth-child(2) .pricing-title h3,
.pricing-row form.form-horizontal:nth-child(4) .pricing-title h3 {
    font-size: 16px;
}

.pricing-row .colmd-4:nth-child(3) .pricing-title,
.pricing-row form.form-horizontal:nth-child(3) .pricing-title {
    background-color: #cf2528;
}

.pricing-row form.form-horizontal.colmd-4-selected .pricing-title {
    background-color: #cf2528;
    border-radius: 0px 0px 0px 0px;
}

.pricing-row .colmd-4:nth-child(3) .pricing-title,
.pricing-row form.form-horizontal.colmd-4-selected .pricing-title {
    padding: 16px 0 15px;
}

.pricing-row .colmd-4:nth-child(3) .pricing-title h3,
.pricing-row form.form-horizontal.colmd-4-selected .pricing-title h3 {
    font-size: 24px;
}

.pricing-row .colmd-4:nth-child(4) .pricing-title,
.pricing-row form.form-horizontal:nth-child(4) .pricing-title {
    background-color: #47505a;
    border-radius: 0px 0px 0px 0px;
}

.pricing-box-content {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 20px 12px 20px 12px;
}

.pricing-row .month-row {
    width: 100%;
    min-height: 50px;
    display: inline-block;
    vertical-align: top;
    border-bottom: 1px solid #e1e1e1;
    margin: 0px 0px 8px 0px;
    padding: 0px 0px 11px 0px;
}

.pricing-row .month-row p {
    color: #566372;
    font-weight: 700;
    font-size: 25px;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    width: 100%;
    text-align: left;
    background-image: url("../../img/front/month-icon.jpg");
    background-repeat: no-repeat;
    background-position: 0px 4px;
}

.pricing-row .colmd-4:nth-child(4) .month-row p,
.pricing-row form.form-horizontal:nth-child(4) .month-row p {
    background-image: url("../../img/front/month-icon2.jpg");
}

.pricing-row .pricing-price {
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 14px 0px 0px;
    position: relative;
}

.pricing-row .pricing-price .offer-text {
    position: absolute;
    left: -16px;
    top: -12px;
    width: 55px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-weight: 600;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    background-color: #87ba00;
}

.pricing-row .colmd-4:nth-child(4) .pricing-price .offer-text,
.pricing-row form.form-horizontal:nth-child(4) .pricing-price .offer-text {
    left: -13px;
}

.pricing-row .pricing-price p {
    color: #566372;
    font-weight: 400;
    font-size: 14px;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    text-align: center;
}

.pricing-row .pricing-text {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    font-weight: 700;
    color: #566372;
    font-family: 'Open Sans', sans-serif;
    font-size: 48px;
    line-height: 50px;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    width: auto;
    text-align: center;
}

.pricing-row .pricing-text span.ab {
    color: #566372;
    font-weight: 400;
    font-size: 14px;
    margin: 0px -7px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: auto;
    vertical-align: baseline;
}

.pricing-row .pricing-text p {
    color: #566372;
    font-weight: 400;
    font-size: 24px;
    margin: -6px 0px 0px -11px;
    padding: 0px 0px 0px 0px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    line-height: 22px;
}

.pricing-row .pricing-text p strong {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

.pricing-row .pricing-text p span {
    display: block;
    color: #566372;
    font-weight: 400;
    font-size: 14px;
}

.pricing-row .pricing-features {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.pricing-row .pricing-features ul {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 0px 0px 22px 0px;
    padding: 0px;
    min-height: 244px;
}

.pricing-row .pricing-features ul li {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 0px;
    padding: 8px 0px 8px 20px;
    list-style-type: none;
    text-align: left;
    font-weight: 400;
    color: #89919d;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 20px;
    position: relative;
}

.pricing-row .pricing-features ul li:nth-child(odd) {
    background-color: #ffffff;
}

.pricing-row .pricing-features ul li:nth-child(even) {
    background-color: #f2f2f2;
}

.pricing-row .pricing-features ul li:nth-child(odd):before {
    background-color: #ffffff;
    position: absolute;
    content: "";
    left: -12px;
    width: 12px;
    top: 0px;
    height: 100%;
}

.pricing-row .pricing-features ul li:nth-child(odd):after {
    background-color: #ffffff;
    position: absolute;
    content: "";
    right: -12px;
    width: 12px;
    top: 0px;
    height: 100%;
}

.pricing-row .pricing-features ul li:nth-child(even):before {
    background-color: #f2f2f2;
    position: absolute;
    content: "";
    left: -12px;
    width: 12px;
    top: 0px;
    height: 100%;
}

.pricing-row .pricing-features ul li:nth-child(even):after {
    background-color: #f2f2f2;
    position: absolute;
    content: "";
    right: -12px;
    width: 12px;
    top: 0px;
    height: 100%;
}

.pricing-row .pricing-features ul li span.check-circle {
    width: auto;
    float: left;
}

.pricing-row .pricing-features ul li span.check-circle:before {
    position: absolute;
    content: "\f058";
    font-family: 'FontAwesome';
    left: 0px;
    top: 8px;
    color: #669900;
    font-size: 14px;
    font-weight: 400;
}

.pricing-row .colmd-4:nth-child(4) .pricing-features ul li span.check-circle:before,
.pricing-row form.form-horizontal:nth-child(4) .pricing-features ul li span.check-circle:before {
    color: #777f89;
}

.pricing-row .pricing-action {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin: 15px 0px 0px;
    text-align: center;
}

.pricing-row .pricing-action a,
.pricing-row .pricing-action button[type="submit"] {
    color: #ffffff;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    background-color: #d70005;
    outline: none;
    border-radius: 4px;
    min-width: 71px;
    height: 35px;
    line-height: 35px;
    padding: 0px 36px 0px 15px;
    margin: 0px 0px;
    position: relative;
}

.pricing-row .pricing-action button[type="submit"] {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border: 0px;
    border: none;
    cursor: pointer;
}

.pricing-row .pricing-action a svg,
.pricing-row .pricing-action button[type="submit"] svg {
    position: absolute;
    right: 16px;
    font-size: 18px;
    top: 9px;
}

.pricing-row .pricing-action a:hover,
.pricing-row .pricing-action button[type="submit"]:hover {
    background-color: #47505a;
    color: #ffffff;
}

.pricing-row .colmd-4:nth-child(4) .pricing-box .pricing-action a,
.pricing-row form.form-horizontal:nth-child(4) .pricing-box .pricing-action button[type="submit"] {
    background-color: #47505a;
}

.pricing-row .colmd-4:nth-child(4) .pricing-box .pricing-action a:hover,
.pricing-row form.form-horizontal:nth-child(4) .pricing-box .pricing-action button[type="submit"]:hover {
    background-color: #d70005;
}

.pricing-row form.form-horizontal.colmd-4-selected .pricing-action {
    margin-bottom: 20px;
}

.pricing-row .colmd-4:nth-child(3) .pricing-action a,
.pricing-row form.form-horizontal.colmd-4-selected .pricing-action button[type="submit"] {
    width: 100%;
    height: 44px;
    line-height: 44px;
    margin: 0px;
    font-size: 16px;
}

.pricing-row .colmd-4:nth-child(3) .pricing-action a svg,
.pricing-row form.form-horizontal.colmd-4-selected .pricing-action button[type="submit"] svg {
    top: 14px;
}

.pricing-row .colmd-4:nth-child(3) .pricing-text,
.pricing-row form.form-horizontal.colmd-4-selected .pricing-text {
    color: #669900;
}

.pricing-row .colmd-4:nth-child(3) .pricing-text p,
.pricing-row form.form-horizontal.colmd-4-selected .pricing-text p {
    color: #669900;
}

.pricing-row .colmd-4 .footer-bottom {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.pricing-row .colmd-4 .footer-bottom p {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 10px 0px 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
    font-weight: 400;
    color: #89919d;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 18px;
    position: relative;
}

.pricing-row .colmd-4:nth-child(1) .footer-bottom p,
.pricing-row .colmd-4:nth-child(2) .footer-bottom p,
.pricing-row form.form-horizontal:nth-child(1) .footer-bottom p,
.pricing-row form.form-horizontal:nth-child(2) .footer-bottom p {
    text-align: left;
    padding-right: 15px;
    padding-left: 15px;
}

.table-div {
    float: left;
    width: 100%;
    padding: 0px 25px;
}

.table-scroll {
    float: left;
    width: 100%;
    position: relative;
    padding: 0px 0px;
    margin: 50px 0px 0px;
}

.table-scroll table {
    border-collapse: collapse;
    width: 100%;
}

.table-scroll table thead tr {
    background-color: #C00301;
}

.table-scroll table th {
    text-align: center;
    font-weight: 600;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 18px;
    position: relative;
    padding: 8px 6px;
    border-left: 1px solid #D51816;
}

.table-scroll table th:first-child {
    border-left: 1px solid #C00301;
    text-align: left;
}

.table-scroll table th:last-child {
    border-right: 1px solid #C00301;
}

.table-scroll table tbody {
    border: 1px solid #cccccc;
    border-left: 0px;
    border-top: 0px;
    /*border-bottom: 0px;*/
}

.table-scroll table tbody tr:nth-child(odd) {
    background-color: #ffffff;
}

.table-scroll table tbody tr:nth-child(even) {
    background-color: #f2f2f2;
}

.table-scroll table tbody td:nth-child(1) {
    text-align: left;
}

.table-scroll table tbody td {
    text-align: center;
    font-weight: 400;
    color: #89919d;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 18px;
    position: relative;
    padding: 7px 6px;
    border-left: 1px solid #cccccc;
    /*border-bottom: 1px solid #cccccc;*/
}

.table-scroll table tfoot {
    border: 1px solid #87ba00;
    border-left: 0px;
    border-top: 0px;
    border-bottom: 0px solid #87ba00;
}

.table-scroll table tfoot tr {
    background-color: #87ba00;
}

.table-scroll table tfoot tr td {
    color: #ffffff;
}

.table-scroll table tfoot tr td {
    text-align: center;
    font-weight: 600;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 18px;
    position: relative;
    padding: 8px 6px;
    border-left: 1px solid #99cc12;
    /*border-bottom: 1px solid #cccccc;*/
}

.news-contents .my-news-content .news-list .news-detail .cancel-no-interest {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    position: relative;
    margin: 0px;
}

.news-contents .my-news-content .news-list .news-detail .cancel-no-interest a.new-like-icon {
    width: auto;
    height: auto;
    vertical-align: top;
    margin: 12px 7px 0px 0px;
    display: inline-block;
    vertical-align: top;
}

.news-contents .my-news-content .news-list .news-detail .cancel-no-interest a.new-like-icon img {
    width: auto;
    height: auto;
    vertical-align: top;
}

.news-contents .my-news-content .news-list .news-detail .cancel-no-interest a.cancel-favorite-btn {
    display: inline-block;
    vertical-align: top;
    padding: 7px 17px;
    border-radius: 5px;
    background-color: #00b050;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    margin: 10px 0px 0px;
}

.news-contents .my-news-content .news-list .news-detail .cancel-no-interest a.cancel-favorite-btn:hover {
    background-color: #C00301;
    color: #fff;
}


/* premium css End */


/* shoppush-popchat CSS START */

.shoppush-popchat * {
    transition: all 0.1s ease-out;
}


/*.shoppush-popchat .buzz {
  animation: buzz .6s linear;
}*/

.shoppush-popchat .sprt {
    background: url("https://plugins.soclminer.com.br/v3/sdk/channels/assets/img/sprt.png") no-repeat 0 0;
    background-size: 53px;
}


/*.shoppush-popchat .hide {
  display: none !important;
}
.shoppush-popchat .just-mobile {
  display: none !important;
}*/

.shoppush-popchat .brand {
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.shoppush-popchat .brand>span,
.shoppush-popchat .brand>img {
    position: absolute;
    display: block;
}

.shoppush-popchat .brand__al {
    background-color: #e60000;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    z-index: 2;
    line-height: 20px;
    text-align: center;
    color: #f2f2f2;
    font-size: 12px;
    font-weight: bold;
}

.shoppush-popchat .brand__ty {
    top: -21px;
    left: -24px;
    width: 55px;
    height: 55px;
    padding-top: 20px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 11px;
    z-index: 2;
    font-size: 0;
    animation: fakeType 0.5s ease-in-out;
}

.shoppush-popchat .brand__ty i {
    background-color: #1a1a1a !important;
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 2px;
    border-radius: 50%;
}

.shoppush-popchat .brand__ty i:nth-child(1) {
    animation: loadingFakeType 1s infinite;
}

.shoppush-popchat .brand__ty i:nth-child(2) {
    animation: loadingFakeType 1s infinite;
    animation-delay: .1s;
}

.shoppush-popchat .brand__ty i:nth-child(3) {
    animation: loadingFakeType 1s infinite;
    animation-delay: .2s;
}

.shoppush-popchat .brand__img {
    top: 20%;
    right: 20%;
    width: 48px;
    height: 48px;
    z-index: 1;
}

.shoppush-popchat .by {
    position: absolute;
    bottom: -22px;
    right: 25px;
    line-height: 20px;
    text-align: right;
    font-size: 12px;
}

.shoppush-popchat .by a,
.shoppush-popchat .by a:hover,
.shoppush-popchat .by a:visited {
    color: inherit;
}

.shoppush-popchat .btn {
    display: inline-block;
    padding: 30px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}

.shoppush-popchat>div.plg {
    width: 80px;
    height: auto;
    border-radius: 50%;
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.75);
    position: fixed;
    top: 20px;
    right: 10px;
    cursor: pointer;
    animation: wobble 0.8s ease-in-out;
}

.shoppush-popchat>div.plg.dark h1,
.shoppush-popchat>div.plg.dark p {
    color: #1a1a1a !important;
}

.shoppush-popchat>div.plg.dark .close__icon:after,
.shoppush-popchat>div.plg.dark .close__icon:before {
    background-color: #1a1a1a !important;
}

.shoppush-popchat>div.plg>div {
    position: relative;
    float: left;
    height: 80px;
}

.shoppush-popchat>div.plg .not {
    display: none;
    width: 310px;
    padding-left: 15px;
    margin-left: 0px;
}

.shoppush-popchat>div.plg .not h1,
.shoppush-popchat>div.plg .not p {
    color: #f2f2f2;
}

.shoppush-popchat>div.plg .not h1 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

.shoppush-popchat>div.plg .not p {
    font-size: 14px;
    font-weight: regular;
}

.shoppush-popchat>div.plg .close {
    display: none;
    width: 45px;
    margin-left: 0;
    position: absolute;
    right: 0px;
    top: 0px;
}

.shoppush-popchat>div.plg .close__icon {
    position: relative;
    display: block;
    width: 15px;
    height: 15px;
    margin: 0 auto;
    padding: 14px;
    border-radius: 50%;
}

.shoppush-popchat>div.plg .close__icon:hover,
.shoppush-popchat>div.plg .close__icon:active {
    background-color: rgba(0, 0, 0, 0.07);
}

.shoppush-popchat>div.plg .close__icon:after,
.shoppush-popchat>div.plg .close__icon:before {
    content: "";
    position: absolute;
    top: 20px;
    right: 13px;
    display: block;
    width: 18px;
    height: 4px;
    border-radius: 2px;
    background-color: #fff;
}

.shoppush-popchat>div.plg .close__icon:after {
    transform: rotate(45deg);
}

.shoppush-popchat>div.plg .close__icon:before {
    transform: rotate(-45deg);
}

.shoppush-popchat>div.plg .by {
    display: none;
    color: #fff;
    text-shadow: 0 0 3px #000;
}

.shoppush-popchat>div.plg.open {
    top: 150px;
    width: 460px;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.35);
}

.shoppush-popchat>div.plg.open .brand {
    animation: textIn 0.6s ease-in-out;
}

.shoppush-popchat>div.plg.open .brand__al,
.shoppush-popchat>div.plg.open .brand__ty {
    display: none;
}

.shoppush-popchat>div.plg.open .not,
.shoppush-popchat>div.plg.open .close {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.shoppush-popchat>div.plg.open .not {
    animation: textIn 0.5s ease-out;
}

.shoppush-popchat>div.plg.open .by {
    display: block;
}

.shoppush-popchat>div.plg.left {
    right: initial;
    left: 10px;
}

.shoppush-popchat>div.plg.left>div {
    float: right;
}

.shoppush-popchat>div.plg.left .brand__ty {
    transform: scaleX(-1);
    left: initial;
    right: -24px;
}

.shoppush-popchat>div.plg.left .brand__ty i:nth-child(1) {
    animation-delay: .2s;
}

.shoppush-popchat>div.plg.left .brand__ty i:nth-child(2) {
    animation-delay: .1s;
}

.shoppush-popchat>div.plg.left .brand__ty i:nth-child(3) {
    animation-delay: 0s;
}

.shoppush-popchat>div.plg.left .close {
    margin-left: 0;
    margin-right: 10px;
}

.shoppush-popchat>div.plg.left .by {
    right: initial;
    left: 25px;
}

.shoppush-popchat {
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-items: stretch;
    position: fixed;
    right: 0px;
    top: 0px;
    z-index: 9999;
}

.shoppush-popchat .btn {
    color: #f2f2f2 !important;
}

.shoppush-popchat .btn.dark {
    color: #1a1a1a !important;
}

.shoppush-popchat.dark .btn {
    color: #1a1a1a !important;
}

.shoppush-popchat>div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}

.shoppush-popchat .pop-box {
    width: 39%;
}

.shoppush-popchat .pop-box>img {
    display: block;
    margin: 0 auto;
}

.shoppush-popchat .pop-box .brand {
    position: absolute;
    top: calc(10%);
    right: -40px;
}

.shoppush-popchat .pop-text {
    flex: 1;
}

.shoppush-popchat .pop-text>div {
    width: 100%;
    padding: 0 65px;
    text-align: center;
    color: #1a1a1a;
}

.shoppush-popchat .pop-text>div h1 {
    margin-top: 15px;
    margin-bottom: 25px;
    font-size: 24px;
}

.shoppush-popchat .pop-text>div p {
    font-size: 18px;
    margin-bottom: 15px;
}

.shoppush-popchat .pop-text .by {
    right: 0;
    bottom: 10px;
    width: 100%;
    font-size: 14px;
    text-align: center;
    color: #939393;
}

.shoppush-popchat .pop-text .by a {
    text-decoration: underline;
}

.shoppush-popchat.stp0 .pop-box .brand,
.shoppush-popchat.stp0 .s1,
.shoppush-popchat.stp0 .s2,
.shoppush-popchat.stp0 .s3,
.shoppush-popchat.stp0 .s4 {
    display: none;
}

.shoppush-popchat.stp0 .pop-box {
    width: 100%;
    height: 100%;
}

.shoppush-popchat.stp0 .pop-box>img {
    display: block;
}

.shoppush-popchat.stp1 .s2,
.shoppush-popchat.stp1 .s3,
.shoppush-popchat.stp1 .s4 {
    display: none;
}

.shoppush-popchat.stp2 .pop-box>img,
.shoppush-popchat.stp2 .s1,
.shoppush-popchat.stp2 .s3,
.shoppush-popchat.stp2 .s4 {
    display: none;
}

.shoppush-popchat.stp3 .pop-box {
    width: 20%;
}

.shoppush-popchat.stp3 .pop-box>img,
.shoppush-popchat.stp3 .s1,
.shoppush-popchat.stp3 .s2,
.shoppush-popchat.stp3 .s4 {
    display: none;
}

.shoppush-popchat.stp4 .pop-box {
    width: 25%;
}

.shoppush-popchat.stp4 .pop-box>img,
.shoppush-popchat.stp4 .s1,
.shoppush-popchat.stp4 .s2,
.shoppush-popchat.stp4 .s3 {
    display: none;
}

@keyframes fakeType {
    0% {
        opacity: 0;
        margin-top: 8px;
    }

    70% {
        opacity: 1;
        margin-top: -4px;
    }

    100% {
        opacity: 1;
        margin-top: 0;
    }
}

@keyframes loadingFakeType {

    0%,
    100% {
        opacity: 0;
        transform: translateY(-3px);
    }

    50% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes textIn {
    0% {
        opacity: 0;
        transform: translateX(-16px);
    }

    70% {
        transform: translateX(4px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes buzz {
    10% {
        transform: translateX(3px) rotate(2deg);
    }

    20% {
        transform: translateX(-3px) rotate(-2deg);
    }

    30% {
        transform: translateX(3px) rotate(2deg);
    }

    40% {
        transform: translateX(-3px) rotate(-2deg);
    }

    50% {
        transform: translateX(2px) rotate(1deg);
    }

    60% {
        transform: translateX(-2px) rotate(-1deg);
    }

    70% {
        transform: translateX(2px) rotate(1deg);
    }

    80% {
        transform: translateX(-2px) rotate(-1deg);
    }

    90% {
        transform: translateX(1px) rotate(0);
    }

    100% {
        transform: translateX(-1px) rotate(0);
    }
}

@keyframes wobble {
    0% {
        transform: translateX(16px);
        opacity: 0;
    }

    16.65% {
        transform: translateX(-8px);
    }

    33.3% {
        transform: translateX(6px);
    }

    49.95% {
        transform: translateX(-4px);
        opacity: 1;
    }

    66.6% {
        transform: translateX(2px);
    }

    83.25% {
        transform: translateX(-1px);
    }

    100% {
        transform: translateX(0);
    }
}

.dashboard-page-content .form-group.form-radio label.error {
    position: static;
    margin-top: 5px;
    color: red;
}

.send-message-div a {
    display: inline-block;
    vertical-align: middle;
    padding-left: 8px;
}

.pricing-row.bottommargin .colmd-4 {
    width: 33.33%;
}

.top-header-right ul li.premium-btn {
    padding-top: 12px;
    padding-right: 10px;
}

.modal {
    text-align: center;
}

.profile-popup-inner {
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 300px;
    margin: 0 auto;
    border: 3px solid #fff;
    border-radius: 3px;
}

.main-content .profile-popup-inner img.modal-content {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}

.profile-popup-inner img {
    width: 100%;
}

button.closeProfileImageModal {
    position: absolute;
    right: -15px;
    top: -15px;
    border: none;
    background: transparent;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    font-size: 22px;
    z-index: 9999;
    border: 2px solid #fff;
    color: #000;
    text-align: center;
    line-height: 26px;
    background: #fff;
}

.profile-right-2 .send-message-div {
    float: right;
    width: 100%;
}

.profile-right-2 .bookmark_inner {
    text-align: left;
}

.news-profile-left {
    width: 64%;
}

.news-profile-right {
    width: 36%;
}


/*20-03-02019 design change*/

.main-content .news-contents .my-news-content .news-list .news-profile img {
    width: 100%;
    height: auto;
    z-index: -1;
}

.main-content #chatChannel .news-profile-detail .chat-header .news-profile .user-img img {
    width: 70px;
    height: 70px;
}

.main-content #chatChannel .news-profile-detail .chat-header .news-profile .user-img {
    padding: 0;
}

.partner-propose-section .my-notes-content button#load-more,
.partner-propose-section .my-news-content button#load-more {
    width: 100%;
    padding: 10px 20px;
    border: none;
    background-color: #1972C9;
    color: #FFF;
    font-size: 18px;
    cursor: pointer;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-top: 10px;
}

.payment-content-wrap {
    max-width: 800px;
    margin: 49px auto;
    float: none;
    padding: 40px 25px;
    border: 1px solid #ddd;
}

.partner-propose-section h2 {
    text-align: center;
    margin: 13px 0 14px;
    min-height: 48px;
    text-align: center;
}

.payment-content-wrap .form-horizontal .control-label {
    color: #333;
    padding-top: 0;
    font-size: 16px;
    font-weight: normal;
    font-family: 'OpenSans';
    line-height: 16px;
}

.payment-content-wrap .form-horizontal .form-group {
    margin-bottom: 23px;
}

.ibox-content span {
    font-size: 16px;
    line-height: 16px;
    color: #9a9999;
    font-family: 'OpenSans';
}

.payment-content-wrap .upgrade-link {
    text-align: center;
    margin: 45px 0 0;
    display: block;
}

.payment-content-wrap .ibox-content {
    padding: 25px 25px 9px;
    background-color: #f6f6f6;
    float: left;
    width: 100%;
    margin-bottom: 27px;
    border-radius: 4px;
}

.payment-content-wrap .upgrade-link a {
    vertical-align: top;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 14px;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    margin: 10px 0px 0px;
    background-color: #00b050;
    color: #fff;
}

.upgrade-link a:hover {
    background-color: #c00301;
}

.dashboard-page-content .form-group-btn.col-sm-3 {
    width: 30%;
}

.mp-row h4 {
    margin-top: 0;
    font-size: 18px;
    color: gray;
    text-align: left;
    color: #9a9999;
    font-family: 'OpenSans';
    margin-bottom: 17px;
    margin-left: -30px;
}

.mp-row .box-wrap {
    border: 1px solid #D3D2D2;
    background-color: #f3f3f3;
    padding: 10px 15px;
}

.mp-row {
    padding-left: 30px;
    margin: 25px 0 0;
}

.your-package-div.mp-row {
    margin: 39px 0 0;
}

.mp-row .form-horizontal .control-label {
    text-align: left;
    padding-top: 0;
}

.mp-row .form-group {
    margin-bottom: 9px;
}

.ibox-content span {
    color: #333;
    font-size: 14px;
}

.mp-row h4 i {
    margin: 0 12px 0 0;
}

.settings-description.mp-row .check-box-row {
    position: relative;
    margin: 0px 0px 3px;
}

.settings-description.option-div.mp-row {
    background-color: transparent;
    padding-top: 0;
}

.settings-description .check-box-row input[type="radio"]:not(old):checked+label>span::before {
    color: #C00301;
    background-color: #C00301;
    content: "";
    display: block;
    font-size: 13px;
    font-weight: bold;
    line-height: 10px;
    text-align: center;
    width: 10px;
    height: 10px;
    top: 4px;
    position: relative;
    left: 4px;
    border-radius: 100%;
}

.option-div.mp-row .box-wrap {
    float: left;
    margin-bottom: 15px;
}

.status-div.mp-row p {
    font-weight: bold;
}

.option-div.mp-row .box-wrap {
    float: left;
    width: 100$;
    margin-bottom: 0;
}

.status-div.mp-row p,
.free-premium-div.mp-row p {
    color: #9a9999;
    font-family: 'OpenSans';
    margin-bottom: 5px;
}

.status-div.mp-row span {
    color: #9a9999;
}


/* 14oct */

.donec-left.hom-leftimgbox ul li a img {
    height: 180px;
    width: 268px;
    transition: 0.5s all;
    max-width: 100%;
}

.passiert .passiert-left .passiert-logoes ul li img {
    width: 100%;
}

@media only screen and (max-device-width: 1080px) {
    .shoppush-popchat .sprt {
        background-size: 42.4px;
    }

    .shoppush-popchat .brand {
        width: 64px;
        height: 64px;
    }

    .shoppush-popchat .brand__al {
        width: 16px;
        height: 16px;
        line-height: 16px;
        font-size: 10px;
    }

    .shoppush-popchat .brand__ty {
        top: -16.8px;
        left: -19.2px;
        /*width: 33.6px;
    height: 21.6px;*/
        padding-top: 16px;
        padding-left: 8.8px;
    }

    .shoppush-popchat .brand__ty i {
        width: 5px;
        height: 5px;
        margin: 0 2px 0 1px;
    }

    .shoppush-popchat .brand__img {
        width: 38.4px;
        height: 38.4px;
    }

    .shoppush-popchat .btn {
        padding: 25px;
        font-size: 12px;
    }

    .shoppush-popchat>div.plg {
        width: 64px;
        height: 64px;
        top: 32px;
    }

    .shoppush-popchat>div.plg>div {
        height: 64px;
    }

    .shoppush-popchat>div.plg.open {
        width: calc(60%);
        height: inherit;
        padding: 10px;
        border-radius: 10px;
    }

    .shoppush-popchat>div.plg.open .brand {
        position: absolute;
        top: -32px;
        left: calc(18%);
    }

    .shoppush-popchat>div.plg.open .not,
    .shoppush-popchat>div.plg.open .close {
        margin: 28px 0 7px;
    }

    .shoppush-popchat>div.plg.open .not {
        width: 68%;
        height: initial;
        margin-left: 14%;
        text-align: center;
    }

    .shoppush-popchat>div.plg.open .close {
        width: 16%;
        margin-left: 2%;
    }

    .shoppush-popchat>div.plg.left .brand__ty {
        right: -19.2px;
    }

    .shoppush-popchat>div.plg.left .not {
        margin-left: 0;
        margin-right: 14%;
    }

    .shoppush-popchat>div.plg.left .close {
        margin-left: 0;
        margin-right: 2%;
    }

    .shoppush-popchat {
        display: block;
    }

    .shoppush-popchat .pop-box {
        width: 100% !important;
        height: 12%;
        margin-bottom: 55px;
    }

    .shoppush-popchat .pop-box>img {
        display: none;
    }

    .shoppush-popchat .pop-box .brand {
        top: inherit;
        bottom: -32px;
        right: calc(18%);
    }

    .shoppush-popchat .pop-text {
        align-items: baseline;
    }

    .shoppush-popchat .pop-text>div {
        width: 94%;
        padding: 0 3%;
    }

    .shoppush-popchat .pop-text>div h1 {
        font-size: 16px;
        font-weight: bold;
    }

    .shoppush-popchat .pop-text>div p {
        font-size: 14px;
    }

    .shoppush-popchat .pop-text>div .form>input {
        margin: 0 0 10px;
    }

    .shoppush-popchat .pop-text>div .form>input.name,
    .shoppush-popchat .pop-text>div .form>input.email {
        width: 94%;
    }

    .shoppush-popchat .pop-text .by {
        position: initial;
        margin-top: 30px;
        font-size: 12px;
    }

    .shoppush-popchat .just-mobile {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 25%;
    }

    .shoppush-popchat .just-mobile img {
        position: absolute;
        display: block;
        top: calc(17%);
        left: calc(27%);
    }

    .shoppush-popchat.stp1 .just-mobile {
        display: block !important;
    }

    .shoppush-popchat.stp3 .pop-box {
        width: 100%;
    }
}

div#sm-bounce[style="display: block;"]~div#sm-onsite {
    display: none !important;
}

.shoppush-popchat .brand {
    background-color: #211F20;
}

.shoppush-popchat .brand__ty i,
.shoppush-popchat .btn,
.shoppush-popchat>div.plg,
.shoppush-popchat .pop-box {
    background-color: #000000;
}


/* shoppush-popchat CSS END */


/* CHAT DEMO START */

.chat {
    width: 100%;
    float: left;
    background: #ffffff;
    border-radius: 5px;
    color: #434651;
}

.chat .chat-header {
    padding: 20px;
    border-bottom: 2px solid white;
}

.chat .chat-about {
    float: left;
    padding-left: 10px;
    margin-top: 6px;
}

.chat .chat-with {
    font-weight: bold;
    font-size: 16px;
}

.chat .chat-num-messages {
    color: gray;
}

.chat .fa-star {
    float: right;
    color: #D8DADF;
    font-size: 20px;
    margin-top: 12px;
}

.chat .chat-history {
    padding: 30px 30px 20px;
    border-bottom: 2px solid white;
    overflow-y: scroll;
    height: 575px;
}

.chat .chat-history ul {
    margin: 0px;
    padding: 0px;
}

.chat .chat-history ul li {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.chat .message-data {
    margin-bottom: 15px;
}

.chat .message-data span {
    font-size: 14px;
}

.chat .message-data-time {
    color: gray;
    padding-left: 6px;
}

.news-profile-detail .chat .user-heading {
    display: block;
    width: 100%;
    padding-left: 85px;
}

.news-profile-detail .chat .news-profile .user-img {
    float: left;
    display: inline-block;
    width: auto !important;
    background-color: #F3E9EA;
    text-align: center;
    position: relative;
}

.chat .message {
    color: white;
    padding: 18px 20px;
    line-height: 26px;
    font-size: 16px;
    border-radius: 7px;
    margin-bottom: 30px;
    width: 90%;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    vertical-align: top;
}

.chat .message:after {
    bottom: 100%;
    left: 7%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #00AF50;
    border-width: 10px;
    margin-left: -10px;
}

.chat .chat-message .emoji-wysiwyg-editor:focus {
    height: 120px !important;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}

.chat .chat-message .emoji-wysiwyg-editor {
    width: 100%;
    height: 44px;
    border: none;
    padding: 10px 33px 10px 15px;
    font: 14px/22px 'Open Sans', sans-serif;
    margin-bottom: 20px;
    border-radius: 0px;
    resize: none;
    border: 1px solid #dfdfdf;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}

.chat .my-message {
    background: #00AF50;
}

.chat .other-message {
    background: #C00301;
}

.chat .other-message:after {
    border-bottom-color: #C00301;
    left: 93%;
}

.chat .chat-message {
    padding: 30px;
}

.chat .chat-message textarea {
    width: 100%;
    height: 44px;
    border: none;
    padding: 10px 20px;
    font: 14px/22px 'Open Sans', sans-serif;
    margin-bottom: 20px;
    border-radius: 0px;
    resize: none;
    border: 1px solid #dfdfdf;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}

.chat .chat-message button {
    font-family: 'Open Sans', sans-serif;
    height: 40px;
    line-height: 40px;
    width: auto;
    min-width: 120px;
    padding: 0px 10px 0px;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 0px;
    font-size: 16px;
    background-color: #C00301;
    cursor: pointer;
    outline: 0px;
    border: 0px;
    border-radius: 0px;
}

.chat .chat-message textarea:focus {
    height: 120px;
}

.chat .fa-file-o,
.chat .fa-file-image-o {
    font-size: 16px;
    color: gray;
    cursor: pointer;
}

.chat button {
    float: right;
    color: blue;
    font-size: 16px;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    font-weight: bold;
    background: #F2F5F8;
}

.chat button:hover {
    color: darken(blue, 7%);
}

.chat .online,
.chat .offline,
.chat .me {
    margin-right: 5px;
    margin-top: 7px;
    font-size: 10px;
}

.chat .online {
    color: green;
}

.chat .offline {
    color: red;
}

.chat .me {
    color: blue;
}

.chat .align-left {
    text-align: left;
}

.chat .align-right {
    text-align: right;
}

.chat .float-right {
    float: right;
}

.chat .clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.news-contents .my-news-content .news-list .news-detail h4 a {
    font-size: 16px;
    color: #000000;
    font-weight: 700;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    word-break: break-all;
}

.news-profile-detail .notification-icon ul li a i {
    color: #000;
    font-size: 32px;
}

.news-contents .my-news-content .news-list .news-detail ul li i {
    font-size: 30px;
    color: #000;
}

.news-profile-detail .notification-icon {
    padding: 0px 30px;
}

.news-profile-detail .notification-icon ul li {
    position: relative;
}

.news-profile-detail .notification-icon ul li.bookmark-icon a {
    width: 25px;
    height: 32px;
    display: block;
}

.news-profile-detail .notification-icon ul li.bookmark-icon a:after {
    position: absolute;
    content: "\f02e";
    font-family: 'FontAwesome';
    color: #000000;
    font-size: 32px;
    left: 0px;
    top: -8px;
}

.news-profile-detail .notification-icon ul li.bookmark-icon.un-bookmark a:after {
    content: "\f097";
}

.news-profile-detail .notification-icon ul li.fa-pencil-square-o a {
    width: 35px;
    height: 32px;
    display: block;
}

.news-profile-detail .notification-icon ul li.fa-pencil-square-o:before {
    display: none;
}

.news-profile-detail .notification-icon ul li.fa-pencil-square-o a:after {
    position: absolute;
    content: "\f044";
    font-family: 'FontAwesome';
    color: #000000;
    font-size: 32px;
    left: 0px;
    top: -7px;
}


/* CHAT DEMO END */

#editProfileModal .form-group {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 0px 15px;
}

#editProfileModal .form-group input {
    margin: 0px 0px 10px 0px;
}

#passwordModal .form-group label.error {
    color: #ff0000;
    font-weight: 400;
    margin: 1px 0px 5px 0px;
    width: 100%;
}

#passwordModal label.error {
    color: #ff0000;
    font-weight: 400;
    margin: 1px 0px 5px 0px;
    width: 100%;
}

#workAndAgeModal button[type="submit"],
#editProfileModal .form-group input[type="submit"],
#passwordModal button[type="submit"] {
    color: #fff !important;
    background-color: #C00301 !important;
    border-color: #C00301 !important;
    border: 0px !important;
    width: auto;
    height: auto;
    vertical-align: top;
    padding: 8px 15px;
    font-size: 15px;
    cursor: pointer;
    border-radius: 5px;
    outline: none;
    border: 0px;
    margin: 0px;
}

#editProfileModal .form-group input[type="submit"]:focus,
#passwordModal button[type="submit"]:focus {
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

#editProfileModal .form-group input[type="submit"]:hover,
#passwordModal button[type="submit"]:hover {
    color: #fff !important;
    background-color: #00AF50 !important;
    border: 0px !important;
    outline: none;
}

#passwordModal .modal-header {
    padding: 0px;
    background-color: transparent !important;
    border: 0px !important;
}

#passwordModal .modal-header:before {
    display: none;
}

#verifyEmail .modal-header {
    padding: 0px;
    background-color: transparent !important;
    border: 0px !important;
}

#verifyEmail .modal-header:before {
    display: none;
}

#message-not-allowed-div .modal-header {
    padding: 0px;
    background-color: transparent !important;
    border: 0px !important;
}

#message-not-allowed-div .modal-header:before {
    display: none;
}

#cropModal .col-md-4 {
    width: 60%;
}

#cropModal .col-md-4:nth-child(1) {
    width: 40%;
}

#cropModal .modal-dialog {
    max-width: 545px;
}

#edit-box .modal-body {
    position: relative;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 0rem 1rem 0px;
}

#edit-box .modal-body p {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    text-align: left;
    margin: 0px 0px 10px 0px;
    padding: 0px;
}

#edit-box .modal-body form {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

#edit-box .modal-body form label {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: normal;
    color: #858c95;
    text-align: left;
    margin: 0px 0px 2px 0px;
    padding: 0px;
}

#edit-box .modal-body form textarea {
    width: 100%;
    height: 270px;
    display: inline-block;
    vertical-align: top;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: normal;
    color: #858c95;
    text-align: left;
    border: 1px solid #e6e6e6;
    margin: 0px 0px 0px 0px;
    padding: 10px;
}

#edit-box .modal-footer {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 1rem;
    border-top: 0px solid #e9ecef;
    margin-top: 11px;
    margin-bottom: 3px;
}

#edit-box .modal-footer button {
    font-family: 'Open Sans', sans-serif;
    padding: 0px 0px 0px;
    color: #6a727d;
    font-weight: 300;
    letter-spacing: 0px;
    line-height: normal;
    text-align: center;
    font-size: 14px;
    background-color: transparent;
    cursor: pointer;
    outline: 0px;
    border: 0px;
    float: right;
    width: auto;
}

#edit-box .modal-footer button.btn-primary {
    color: #e2474b;
    padding-left: 15px;
}

html body div#edit-box.modal .modal-content .modal-footer button {
    background-color: transparent !important;
    box-shadow: none;
    border: 0px;
    outline: none;
    cursor: pointer;
    opacity: 1;
}

html body div#edit-box.modal .modal-content .modal-footer button:hover {
    background-color: transparent !important;
    box-shadow: none;
    border: 0px;
    outline: none;
    cursor: pointer;
    opacity: 1;
}

html body div#edit-box.modal .modal-content .modal-footer button {
    background-color: #00AF50 !important;
    color: #ffffff;
    box-shadow: none;
    border: 0px;
    outline: none;
    cursor: pointer;
    opacity: 1;
    padding: 6px 15px 7px;
    margin: 0px 5px;
    font-weight: 300 !important;
    font-size: 14px !important;
}

html body div#edit-box.modal .modal-content .modal-footer button:hover {
    background-color: #C00301 !important;
    color: #ffffff;
}

html body div#edit-box.modal .modal-content .modal-footer button.btn-primary {
    background-color: #C00301 !important;
    color: #ffffff;
}

html body div#edit-box.modal .modal-content .modal-footer button.btn-primary:hover {
    background-color: #00AF50 !important;
    color: #ffffff;
}

html body div#edit-box.modal .modal-content .modal-footer button.btn-secondary {
    background-color: #00AF50 !important;
    color: #ffffff;
}

html body div#edit-box.modal .modal-content .modal-footer button.btn-secondary:hover {
    background-color: #C00301 !important;
    color: #ffffff;
}

#edit-box.modal-overlay {
    position: fixed;
    display: none;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: 0px auto;
    background-color: rgba(0, 0, 0, 0.5);
}

#edit-box.modal-overlay.show {
    display: block;
    opacity: 1;
    visibility: visible;
    z-index: 999;
}

#edit-box .button.close {
    outline: none;
}

.main-content-profile-page {
    margin: 0px 0px 0px 0px;
    padding: 37px 0px 0px 0px;
}

html body .blur-img-div {
    overflow: hidden;
}

html body .blur-img:not([src*="/img/user-new-updated.png"]) {
    filter: blur(5px);
    -moz-filter: blur(5px);
    -webkit-filter: blur(5px);
    -ms-filter: blur(5px);
    -o-filter: blur(5px);
    filter: progid: DXImageTransform.Microsoft.Blur(PixelRadius='70');
}


/* Search Partner Data : START */

.loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    text-align: center;
    z-index: 99999;
}

.loader:before {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 50%;
    margin: -60px auto 0px;
    content: "";
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #C00301;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
}


/* Safari */

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/* Search Partner Data : END */

.mute-video {
    background: url(../../img/front/60750.png) no-repeat center;
    background-size: 32px;
    border: 0;
    width: 32px;
    height: 32px;
    text-indent: -999px;
}

.unmute-video {
    background: url(../../img/front/498.png) no-repeat center;
    background-size: 32px;
}

html .main-content .banner-part button.mute-button {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 50px;
    height: 50px;
    background-color: #C00301;
    cursor: pointer;
    margin: -83px 0px 0px 0px;
    border: 0px;
    border-radius: 0px;
    outline: none;
    overflow: hidden;
}

.modal-open .modal,
.overlay-model {
    background-color: rgba(0, 0, 0, 0.2);
}

.modal-open .main-content .wrapper,
.modal-open .header .wrapper .profile-header,
.modal-open .header .wrapper .dashborard-menu {
    /*filter: blur(2px);*/
}

#imageError {
    padding-bottom: 5px;
    padding-left: 16px;
    color: #C00301;
    font-size: 12px;
}

#oldpswdError {
    color: #C00301;
}

::-ms-clear {
    display: none;
}

::-ms-reveal {
    display: none;
}

body.reset-password {
    background-color: #8E6D4C;
    width: 100%;
    height: 100%;
}

.reset-password-table {
    width: 100%;
    height: 100%;
    position: absolute;
    display: table;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: 0px 0px;
}

.reset-password-cell {
    width: 100%;
    height: auto;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.reset-password-inner {
    width: 100%;
    max-width: 400px;
    display: inline-block;
    vertical-align: top;
}

.reset-password-inner .form-control {
    background-color: #ffffff;
    border: 0px;
    outline: none;
    border-radius: 4px;
    width: 100%;
    height: 42px;
    line-height: 42px;
    padding: 0px 15px;
}

.reset-password-inner button[type="button"],
.reset-password-inner button[type="submit"],
.reset-password-inner a.back {
    width: auto;
    display: inline-block;
    vertical-align: top;
    padding: 10px 20px;
    border: 1px solid #C00301;
    background-color: #C00301;
    color: #ffffff;
    font-size: 18px;
    cursor: pointer;
    border-radius: 4px;
    outline: none;
    text-decoration: none;
}

.reset-password-inner a.back {
    margin-left: 6px;
}

.reset-password-inner button[type="button"]:hover,
.reset-password-inner button[type="submit"]:hover,
.reset-password-inner a.back:hover {
    border: 1px solid #00AF50;
    background-color: #00AF50;
    color: #ffffff;
}

.reset-password-inner .error {
    color: #C00301;
    width: 100%;
    text-align: left;
    margin: 3px 0px 0px;
}

.reset-password-inner .logo1 {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: center;
    margin-bottom: 11px;
}

.reset-password-inner .logo1 a {
    display: inline-block;
    vertical-align: top;
    width: auto;
    outline: none;
    border: 0px;
}

html body .croppie-container {
    margin-top: 33px;
}

.cms-page-content-section {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 0px;
    padding: 90px 13px 60px 15px;
}

.cms-page-content-section h1 {
    color: #ffffff;
    margin: 0px 0px 30px 0px;
    line-height: 31px;
}

.cms-page-content-section p {
    color: #ffffff;
    line-height: 1.5;
    margin: 0px 0px 1rem 0px;
    padding: 0px;
}

.cms-page-content-section p a {
    color: #ffffff;
    font-weight: 600;
    text-decoration: underline !important;
}

.cms-page-content-section p a:hover {
    color: #ffffff;
    text-decoration: none !important;
}

form#forgotpwd {
    max-width: 400px;
    margin: 15% auto 0;
    background-color: #f4f4f4;
    padding: 30px 20px;
    box-shadow: 1px 1px 3px #9c9a9a;
}

form#forgotpwd .form-control {
    height: 40px;
}

form#forgotpwd .form-group:last-child {
    margin-bottom: 0px;
}

form#forgotpwd .next-step {
    background-color: #C00301;
    border: 1px solid #C00301;
    min-width: 90px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    margin-top: 5px;
}

form#forgotpwd h2 {
    margin: 0 0 20px 0;
    font-weight: 400;
}

form#forgotpwd .next-step:hover {
    background-color: #8E6D4C;
    border: 1px solid #8E6D4C;
}

button:focus {
    outline: 0px auto -webkit-focus-ring-color !important;
}

.footer p a:hover {
    opacity: .8;
}

#frmRegisterJoin .form-radio .form-radio-col strong.before:before {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.register_content {
    max-width: 1170px;
    margin: 0 auto 30px;
    padding: 0 15px;
}

.main-content-mendatory .continue-btn {
    max-width: 1170px;
    margin: 0 auto;
    float: none;
    display: block;
    padding: 0 15px;
}

.mendatory-question-box .tab-content .tab-pane ul.list-inline {
    margin-top: 20px;
}

.banner-part.wizard-banner-part #frmAnswer1 .tab-content .form-group textarea {
    font-size: 15px;
    padding: 15px;
}

.register_content ul {
    margin-left: 18px;
}

.modal-dialog .modal-footer .btn-default {
    background-color: #ac1509 !important;
    border: 1px solid #ac1509 !important;
}

.modal-dialog .modal-footer .btn-warning {
    background-color: #00af50;
    border: 1px solid #00af50;
}

.top-header-right li a.fa-sort-desc1 {
    color: #fff;
    font-size: 16px;
    padding-bottom: 5px;
}

.top-header-right li>a.fa-sort-desc1:hover {
    color: #c00301;
}

#chatChannel .news-profile-detail .chat-history {
    height: 308px;
}

#chatChannel .news-profile-detail .notification-icon {
    margin-top: 10px;
}

#chatChannel .news-profile-detail .chat-message {
    margin-top: 0;
    padding-bottom: 10px;
    padding-top: 10px;
}

#chatChannel .news-profile-detail .notification-icon ul li {
    margin-right: 15px;
}

#chatChannel .news-profile-detail .notification-icon ul li.bookmark-icon a:after,
#chatChannel .news-profile-detail .notification-icon ul li.fa-pencil-square-o a:after {
    font-size: 28px;
}

#chatChannel .news-profile-detail .notification-icon ul {
    margin-bottom: 0;
}

#chatChannel .news-profile-detail .notification-icon ul li a i {
    font-size: 24px;
}

#chatChannel .news-profile-detail .chat-message p.lead {
    width: calc(100% - 135px);
    float: left;
    margin-bottom: 0;
}

#chatChannel .news-profile-detail .notification-icon h3 {
    font-size: 15px;
    margin-bottom: 10px;
}

#chatChannel .news-profile-detail .chat-history .message {
    padding: 8px 15px;
    line-height: 20px;
    margin-bottom: 10px;
    font-size: 15px;
}

#chatChannel .news-profile-detail .chat-header {
    padding-top: 10px;
    padding-bottom: 10px;
}

#chatChannel .news-profile-detail .chat-header .news-profile .user-img img {
    width: 50px;
    height: 50px;
}

.news-profile-detail .chat .news-profile .user-heading {
    padding-left: 65px;
    line-height: 12px;
    padding-top: 4px;
}

.news-profile-detail .chat .news-profile .user-heading h3 {
    font-size: 14px;
}

.news-profile-detail .chat .news-profile .user-heading p,
.news-profile-detail .chat .news-profile .user-heading span {
    font-size: 13px;
}

#chatChannel .news-profile-detail .chat-message button {
    max-width: 123px;
    width: 100%;
    float: right;
    height: 43px;
}

.main-content .banner-part .form-group #age {
    max-width: 140px;
}

.cms-page-content-section.without-loginrit-cont {
    float: right;
    width: calc(100% - 350px);
    padding-left: 0px;
    padding-top: 0px;
    margin-top: 47px;
    overflow-y: auto;
    max-height: 500px;
}

.cms-page-content-section.without-loginrit-cont .register_content {
    padding: 0;
}

.cms-page-content-section.without-loginrit-cont .register_content img {
    width: 100%;
}

.cms-page-content-section.without-loginrit-cont {
    padding-right: 15px;
    padding-left: 15px;
}

.cms-page-content-section.without-loginrit-cont h2 {
    margin-top: 0;
    margin-bottom: 0;
}

.offer-detail.wtihlogin-box {
    width: 100%;
    max-width: 350px;
    float: left;
}

.white-bgcolor {
    background-color: #fff;
    float: left;
    width: 100%;
    padding-top: 10px;
}

.cms-page-content-section.without-loginrit-cont h1,
.cms-page-content-section.without-loginrit-cont p {
    color: #333;
    margin-bottom: 20px;
}

.top-header-right ul li.pro-imgbox a img {
    width: 100%;
}

.top-header-right ul li.pro-imgbox a {
    width: 49px !important;
    display: inline-block;
}

.top-header-right ul li.pro-imgbox {
    padding-top: 0;
    padding-right: 10px;
}

.top-header-right ul li.pro-dropdownlink a img {
    width: 16px;
    height: auto;
    margin-right: 5px;
}

.top-header-right ul li.pro-dropdownlink {
    margin-top: 20px;
}

.top-header-right ul li.pro-dropdownlink ul {
    left: inherit;
    right: 0;
}

.top-header-right ul li.pro-imgbox a.fa-sort-desc1 {
    width: auto !important;
    height: auto !important;
    padding: 0 15px 10px 0;
    position: relative;
    top: 19px;
}

.top-header-right ul li.pro-imgbox a.fa-sort-desc1:after {
    top: -2px;
}

.top-header-right ul li.pro-imgbox a.fa-sort-desc1 img {
    width: 16px;
}

.donec-left.hom-leftimgbox ul li {
    display: block;
    width: 100%;
    margin-right: 0px;
}

.donec-left.hom-leftimgbox ul li {
    margin-bottom: 15px;
}


/*.donec-left.hom-leftimgbox ul li a img {
    width: 100%;
    height: auto;
    max-width: 210px;
}*/

label.buttonLable.uploadBtn {
    background-color: #c00301;
    border: none;
    min-width: 180px;
    height: auto;
    line-height: 36px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    margin-top: 5px;
    border-radius: 5px;
    font-size: 15px !important;
    background-color: #c00301 !important;
    border: 1px solid #000 !important;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 3px 10px -5px #000;
    color: #fff !important;
    opacity: 1;
    transition: 0.3s ease-in-out;
}

label.buttonLable.uploadBtn:hover {
    opacity: 0.7;
}

.donec h2 {
    text-align: center;
    margin-bottom: 30px;
}

.top-header-right ul li.pro-imgbox a:after {
    position: absolute;
    content: "";
    font-family: 'FontAwesome';
    color: #ffffff;
    font-size: 14px;
    right: -3px;
    width: auto;
    height: auto;
    top: 15px;
}

.top-header-right ul li.pro-imgbox ul {
    left: inherit;
    right: 0px;
}

.top-header-right ul li a.fa-sort-desc1 {
    padding-right: 0px;
}

.top-header-right ul li.pro-imgbox ul li a:after {
    display: none;
}

.top-header-right ul li a.fa-sort-desc1:after {
    display: none;
}

.askpic-buttons-div {
    width: 100% !important;
    float: left;
}

.askpic-buttons-div a.reply {
    width: 45% !important;
    min-width: auto !important;
    margin: 0 2px;
    text-align: center;
}

.offer-detail .membership-detail-row .membership-detail {
    max-width: 100%;
    margin-top: 75px;
}

.offer-detail .membership-detail-row .membership-detail .all-features {
    width: 100%;
}

.warem-blocks td.warum-td {
    width: 50%;
    padding: 0 25px;
}

.news-profile-detail #chatChannel h1,
.news-profile-detail #chatChannel p {
    text-align: left;
    margin-top: 2px;
}

@media(max-width:1024px) {
    .header .header-panel .order-login li input {
        line-height: normal;
        padding: 5px 15px;
    }

    .select-label {
        top: 1px;
    }

    #video-slider video {
        height: -webkit-fill-available !important;
    }

    html .top-header-right ul li:last-child a.premium {
        text-align: center;
        font-size: 13px !important;
        min-width: auto !important;
    }
}

@media(max-width:850px) {
    .dashborard-menu ul li {
        margin-right: 15px;
    }

    .donec .donec-left,
    .donec .donec-right,
    .minuten-left,
    .minuten-right,
    .passiert-left,
    .passiert-right {
        width: 100% !important;
    }

    .donec .donec-left ul li {
        display: inline-block;
        width: auto;
        width: 33.33%;
        padding-right: 15px;
    }

    .minuten-left ul li {
        display: block;
        width: 100%;
        padding-right: 0px !important;
        text-align: center;
    }

    .minuten-left ul li a img,
    .minuten-right .heart-view video {
        max-width: 400px;
        width: 100%;
        float: none;
    }

    .minuten-right .heart-view video {
        text-align: center;
        display: block;
        margin: 0 auto;
    }

    .passiert .passiert-left .passiert-logoes li img,
    .passiert .passiert-right video {
        max-width: 400px;
        margin: 0 auto;
    }

    .passiert .passiert-left .passiert-logoes {
        text-align: center;
    }

    .donec-left.hom-leftimgbox ul li a img {
        max-width: 100%;
    }

    .passiert-right {
        margin: 0 auto;
        float: none;
        text-align: center;
    }

    .service-left {
        width: 100% !important;
    }

    .service-left li img {
        width: 100%;
        max-width: 250px;
        margin: 0 auto;
        float: none;
    }

    .service-left li,
    .service-left li a {
        display: block;
        text-align: center;
    }

    .service-right {
        width: 100% !important;
        padding-left: 0px !important;
    }

    .passiert .passiert-right video {
        padding-top: 30px;
    }

    .warem-blocks table td {
        display: block;
    }
}

@media(max-width:767px) {
    .main-content .banner-part button br {
        display: none;
    }

    .modal.show .modal-dialog {
        padding: 0 8px;
    }

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

    .offer-detail.wtihlogin-box {
        max-width: 100%;
    }

    .cms-page-content-section.without-loginrit-cont {
        width: calc(100% - 0px);
        padding-left: 20px;
        padding-right: 20px;
    }

    .white-bgcolor .offer-detail.wtihlogin-box+.cms-page-content-section.min-high.without-loginrit-cont {
        width: 100% !important;
    }

    .donec .donec-left ul li {
        width: 49% !important;
        margin-right: 0px !important;
    }

    .pricing-row.bottommargin .colmd-4 {
        width: 100%;
    }

    .cms-page-content-section.without-loginrit-cont h1 {
        word-break: break-all;
    }

    .modal .modal-dialog {
        margin: 0px auto;
        top: 40px;
        padding: 0 15px;
    }

    .modal-body form textarea {
        height: 160px;
    }

    .modal .modal-content .modal-header .close {
        right: -1px;
    }

    .search-setting ul.search-option a#search-partner-btn {
        margin-top: -32px;
        height: 30px;
        width: 30px;
        line-height: 30px;
    }

    .search-setting ul.search-option a#search-partner-btn img {
        width: 15px;
    }

    button#dropdownMenuButton,
    button#dropdownMenuButton:hover,
    button#dropdownMenuButton:focus {
        outline: none !important;
        outline-offset: 0 !important;
    }

    .partner-propose-section.premium-wrapper .dynamic-content .table_responsive {
        overflow: hidden;
        overflow-x: auto;
        padding-bottom: 20px;
    }

    .partner-propose-section.premium-wrapper .dynamic-content .table_responsive table {
        min-width: 400px !important;
        width: auto !important;
    }
}

@media(max-width:479px) {
    .donec .donec-left ul li {
        width: 100% !important;
        padding-right: 0px !important;
    }

    .error-tip {
        width: 300px;
        top: -38px;
    }

    .error-tip:after,
    .error-tip:before {
        top: 55px;
    }

    .edit-content .select-label {
        top: 0;
    }

    .edit-content .pencil-edit {
        top: 2px;
    }
}

.mendatory-question-main .profile-banner {
    min-height: 770px;
}

.mendatory-question-main .register_content p,
.mendatory-question-main .register_content h2,
.mendatory-question-main .register_content ul {
    width: 43%;
}

.answer-title-tag p {
    padding: 0px 30px;
    margin: 0px 0px 20px 0px;
}

.mendatory-question-title-row p {
    padding: 5px 0px 0px 10px;
    font-size: 21px;
    color: #000000;
    font-weight: 700;
}

.Artikle.slider .slider-part .owl-pagination {
    text-align: center;
}

.Artikle.slider .slider-part .owl-pagination .owl-page span {
    background: none repeat scroll 0 0 #C00301;
}

.Artikle.slider .slider-part .owl-pagination .owl-page.active span {
    opacity: 1;
}

.logo-part a.logo {
    padding-bottom: 0px;
}

.logo-part .logo-selection h3 {
    margin-top: 0px;
}

.logo-part a.logo img {
    margin-bottom: 0;
}

.mendatory-answer-box .enter-your-answer textarea {
    height: 240px;
    border: 1px solid #c4c4c4;
    resize: none;
}

.mendatory-answer-box .enter-your-answer {
    padding: 0;
}

.online-user-status .online-user-img a img,
.patner-list .patner-suggest .profile-img a img {
    border-radius: 4px;
}

.banner-part.wizard-banner-part .tab-content .form-group .enter-your-answer textarea {
    height: 220px;
}

.main-uploab-imgbox .main-leftupimg {
    float: left;
    max-width: 177px;
}

.main-uploab-imgbox {
    margin-bottom: 15px;
    padding: 0 20px;
    float: left;
    width: 100%;
}

.main-uploab-imgbox .main-rigtupbox {
    width: calc(100% - 177px);
    padding-left: 20px;
    text-align: left;
    float: left;
}

.cms-page-content-section.min-high.without-loginrit-cont img,
.cms-page-content-section.cms-leftspace-rmv img {
    max-width: 700px;
    width: 100% !important;
    height: auto !important;
}

.main-rigtupbox .upbtn-withtext {
    border-bottom: 1px solid #c4c4c4;
    float: left;
    width: 100%;
    padding: 10px 0;
}

.main-rigtupbox .upbtn-withtext p {
    float: left;
    width: calc(100% - 100px);
    margin-bottom: 0;
    line-height: 34px;
}

.main-rigtupbox .upbtn-withtext button {
    min-width: 70px;
    float: right;
    margin-right: 10px;
}

.main-rigtupbox .upbtn-withtext:last-child {
    border-bottom: 0px;
}

.main-rigtupbox .upbtn-withtext button#cancel {
    background-color: #c00000;
    border: 1px solid #c00000;
}

.main-content .wrapper {
    position: relative;
}

@media(max-width:767px) {

    .mendatory-question-main .register_content p,
    .mendatory-question-main .register_content h2,
    .mendatory-question-main .register_content ul {
        width: 100%;
    }

    .profile-info .profile-left .profile-users .user-icon {
        width: auto;
        margin-top: 0;
        margin-left: 5px;
        margin-top: -3px;
    }

    .main-content-profile-page.home-new-design .profile-info .profile-left .profile-users .user-icon {
        margin-top: 5px !important;
        margin-left: 0;
    }

    .profile-info .profile-left .profile-users span {
        float: left;
    }
}

.banner-part.wizard-banner-part .wizard .tab-pane ul.list-inline button {
    padding: 10px 10px !important;
    font-size: 16px !important;
}

button.vanilla-rotate svg {
    display: none;
}

button.vanilla-rotate:before {
    content: "\f01e";
    font-family: fontawesome;
}

button.vanilla-rotate {
    position: absolute;
    bottom: 10px;
    margin: 0 auto;
    left: 15px;
    background-color: #5cb85c;
    border: none;
    width: 25px;
    height: 25px;
    font-size: 15px;
    color: #fff;
    border-radius: 50%;
}

.rotate-btnrel {
    position: relative;
}

.profile-info .profile-left .profile-photos a {
    display: inline-block;
    position: relative;
    z-index: 99;
}

.pac-container {
    z-index: 100000;
}

.email-mobile-row .form-group {
    float: left;
    width: 50%;
    padding: 0 10px;
}

.email-mobile-row {
    margin: 0 -10px;
    overflow: hidden;
}

.form-group label {
    display: block;
    text-align: left;
}

.news-profile-right {
    float: right;
}

.news-profile-left {
    float: left;
}

.partner-propose-section .news-profile-right .bookmark {
    position: static;
    width: 100%;
    height: 100%;
}

.news-profile-right {
    padding-top: 0;
}

.news-profile-right-top {
    width: 100%;
    float: left;
    text-align: right;
}

.news-profile-right ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.news-profile-right ul li {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
    font-size: 28px;
    line-height: 12px;
    color: #000;
    position: relative;
    z-index: 100;
}

.news-profile-right ul li.fa-pencil-square-o:before {
    position: relative;
    top: 16px;
}

.news-profile-right ul li.fa-pencil-square-o a {
    padding: 14px 0;
    display: block;
    position: relative;
}

.news-profile-right ul li:first-child {
    padding-left: 0;
}

.news-profile-right h3 {
    margin: 0 0 6px 0;
    font-size: 15px;
    line-height: 20px;
}

.news-profile-right li a {
    font-size: 24px;
    color: #000000;
}

.bookmark_inner {
    padding-top: 9px;
    float: right;
}

.user-online {
    z-index: 99;
}

.news-contents .partner-propose-section .my-news-content .news-profile-left .news-detail .heading-row1 h5 {
    float: left;
    width: auto;
    padding-left: 8px;
    padding-top: 3px;
}

.news-contents .partner-propose-section .my-news-content .news-profile-left .news-detail .heading-row1 span {
    float: left;
    color: #C00000;
}

.bookmark_icon {
    width: 30px;
    display: inline-block;
    vertical-align: middle;
    height: 36px;
    position: relative;
    top: -8px;
}

.bookmark_icon a {
    position: relative;
}

.bookmark_icon a:before {
    position: absolute;
    content: "\f02e";
    color: #00b050;
    font-size: 28px;
    font-family: 'FontAwesome';
    right: 0px;
    top: 0px;
    width: auto;
    height: 100%;
    text-align: right;
}

.partner-propose-section .news-profile-right .bookmark:after {
    display: none;
}

.partner-propose-section .my-news-content.my-notes-content .nt25 .cancel-favorite,
.partner-propose-section .my-news-content.my-notes-content .nt25 .edit-btn {
    position: static;
}

.nt25-bottom {
    float: left;
    width: 100%;
}

.nt25-bottom .edit-btn,
.nt25-bottom .bookmark-wrapper,
.nt25-bottom .cancel-favorite,
.nt25-bottom form,
.nt25-top-text,
.nt25-top-chat {
    display: inline-block;
    vertical-align: middle;
}

.heading-row1 {
    overflow: hidden;
    clear: both;
}

.nt25-top,
.nt25 {
    float: left;
    width: 100%;
}

.my-news-fav-content .news-profile-left {
    width: 30%;
}

.my-news-fav-content .news-profile-right {
    width: 70%;
    text-align: right;
}

.nt25-bottom .edit-btn,
.nt25-bottom .cancel-favorite {
    padding-top: 20px;
}

.nt25-bottom .edit-btn {
    float: left;
}

.nt25-bottom .bookmark-wrapper {
    padding-right: 25px;
}

.nt25-top-text {
    float: left;
    width: 97%;
    text-align: left;
}

.profile-img img {
    position: relative;
    z-index: 99;
}

.patner-list .patner-suggest .profile-img span.offline,
.patner-list .patner-suggest .profile-img span.online {
    z-index: 99;
}

.news-contents .my-news-content .news-list .news-detail span {
    color: #C00301;
    float: left;
}

.svg-inline--fa.fa-w-12 {
    color: #C00301;
}

.profile-right-2 .news-profile-right {
    width: 100%;
}

.un-bookmark .bookmark_icon a:before {
    color: #EFE3E3;
}

.bookmark-box i {
    position: absolute;
    left: 0;
    background-color: #fff;
    width: 28px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
    font-size: 16px;
}

.bookmark-box {
    position: relative;
    padding-left: 40px;
}

.top-header-left ul li.menu-chat-icon span.send-message-icon {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -8px;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.custom-select .close-btn i {
    font-size: 16px;
    line-height: normal;
}

.custom-select .close-btn {
    line-height: 5px;
}

.top-header-left ul li.menu-chat-icon span.send-message-icon i {
    font-size: 17px;
    margin-right: 0;
}

.dashboard-banner .dashboard-main-content .banner-content p,
.dashboard-banner .dashboard-main-content .banner-content h2,
.dashboard-banner .dashboard-main-content .banner-content ul li {
    color: #fff;
}

.dashboard-banner .dashboard-main-content .banner-content .pre-img.btn-profile a {
    background-color: #44b04f;
    border-radius: 4px;
    color: #fff;
}

.dashboard-banner .dashboard-main-content .banner-content ul {
    padding-left: 18px;
}

.card-view-section .grid-3 h3 {
    margin-top: 0px;
}

.dashboard-banner .dashboard-main-content .right-event-section {
    padding: 10px 20px !important;
}

.dashboard-banner .dashboard-main-content .right-event-section .online-user-status .user-title h3 {
    padding: 0 5px;
}

.top-header-left ul li.menu-chat-icon span.send-message-icon svg {
    margin-right: 0;
}

.news-contents .my-news-content .news-list .news-detail .send-message-icon {
    color: #fff;
    font-size: 18px;
    top: 1px;
    width: 30px;
    height: 30px;
}

.news-contents .my-news-content .news-list .news-detail p.con-chat-icon i {
    color: #000;
    font-size: 25px;
}

.partner-propose-section .news-profile-right .bookmark.un-bookmark .bookmark_icon a:before {
    content: "\f097";
    color: #00b050;
}

.news-contents .my-news-content .news-list .news-detail .send-message-icon i {
    color: #fff !important;
    font-size: 17px !important;
    margin-top: 5px;
}

.dashboard-banner .banner-content {
    padding: 12px 15px 35px !important;
}

.dashboard-banner .right-event-section h2 {
    margin-top: 0px;
}

.dashboard-banner .right-event-section {
    padding: 20px !important;
}

.card-view-section .advance-setting {
    min-height: 400px;
    max-height: 400px;
}

.dashboard-banner .banner-content .pre-img {
    margin-top: 10px !important;
}

.partner-propose-section.non-premium-box .my-notes-content {
    float: left;
    width: 50%;
}

.partner-propose-section.non-premium-box #loadMoreUsers {
    padding-right: 0;
}

.news-contents .my-news-content .news-list:first-child {
    margin-top: 0;
}

.partner-propose-section.premium-box .my-news-content {
    width: 100%;
}

.dashboard-banner .dashboard-main-content .banner-content h2 {
    margin-top: 5px;
    margin-bottom: 10px;
}

.dashboard-banner .dashboard-main-content .banner-content p {
    font-size: 14px;
    margin-bottom: 10px;
}

.news-list .news-section .news-detail .news-content.inline-content>a {
    display: inline-block;
    margin-right: 5px;
}

.news-list .news-section .news-detail .news-content.inline-content p svg {
    font-size: 22px;
    margin-top: 5px;
}

.weitere-package a {
    background-color: #00b050;
    color: #fff;
    line-height: normal;
    padding: 0;
    padding: 0 25px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}

.weitere-package {
    margin-top: 15px;
    text-align: right;
}

.weitere-package a:hover {
    opacity: .8;
}

.cms-page-content-section.without-loginrit-cont p a {
    color: #337ab7;
    text-decoration: none !important;
}

.cms-page-content-section.without-loginrit-cont p a:hover {
    color: #000;
}

.news-list .news-section .news-detail .news-content.inline-content p {
    font-size: 14px;
}

form#frmRegister .form-group.botm-spacing {
    margin-bottom: 70px;
}

#message-not-allowed-div .panel-default ul li input {
    position: relative;
    top: 2px;
}

#message-not-allowed-div .panel-default ul li {
    text-transform: capitalize;
}

#message-not-allowed-div .panel-default #go_reg_button {
    padding: 0 20px;
    border: none;
    height: 30px;
    border-radius: 5px;
    color: #fff;
}

#message-not-allowed-div .panel-default #go_reg_button:hover {
    opacity: .7;
}

.news-contents .my-news-content .news-list .news-profile.smal-image-box {
    width: 32%;
}

.news-contents .my-news-content .news-list .news-profile.non-visited-image {
    width: 28%;
}

.news-contents .my-news-content .news-list .news-profile.prem-nointerest-image {
    width: 9.2%;
}

.cms-page-content-section.without-loginrit-cont.cms-leftspace-rmv {
    width: calc(100% - 242px) !important;
    padding-right: 80px;
}

.news-profile-detail #chatChannel .title-msg-max-width {
    padding: 0 110px 0 160px;
}

.news-contents .my-news-content .news-list .news-profile.small-image-box .profile-img {
    background-color: #F3E9EA;
}

.partner-propose-section.non-premium-box .small-image-box.small-img-notes {
    width: auto !important;
}

.partner-propose-section.non-premium-box .my-news-content.my-notes-content .news-detail .nt1 {
    padding-left: 0;
    max-width: 100%;
    padding-right: 0;
}

.partner-propose-section.non-premium-box .my-news-content.my-notes-content .news-detail .nt2 {
    max-width: 100%;
    width: 100%;
}

.partner-propose-section.premium-wrapper .dynamic-content {
    padding: 0 26px;
}

.partner-propose-section.non-half .my-news-content.my-notes-content.my-news-fav-content {
    width: 50%;
}

.partner-propose-section.non-half .offer-detail {
    padding-left: 15px;
}

.partner-propose-section.non-half .my-news-content.my-notes-content.my-news-fav-content .news-profile-right {
    text-align: left;
}

.partner-propose-section.non-half .my-news-content.my-notes-content.my-news-fav-content .news-profile.smal-image-box {
    width: 60%;
}

.banner-content .pre-img.btn-profile a {
    font-size: 16px;
    margin-right: 10px;
}

#message-not-allowed-div .modal-dialog {
    width: 450px;
}

.offer-detail.non-premium-chat-box .membership-detail-row {
    max-width: 530px;
    width: 100%;
    float: right;
}

.offer-detail.non-premium-chat-box .membership-detail-row .all-features a {
    padding: 0 20px !important;
    line-height: 44px;
}

div#verifyEmail form#otpForm strong {
    display: block;
    text-align: left;
}

#verifyEmail .modal-dialog {
    max-width: 580px;
}

#verifyEmail form#otpForm strong {
    display: block;
    text-align: left;
    margin-top: 15px;
}

#verifyEmail form#otpForm {
    text-align: left;
}

div#verifyEmail form#otpForm button.btn {
    margin-right: 15px;
    height: 42px;
}

div#verifyEmail form#otpForm .form-control {
    max-width: 150px;
}

div#verifyEmail form#otpForm button.btn.upload-result {
    max-width: 150px;
    width: 150px;
}

div#verifyEmail form#otpForm {
    padding: 0 35px;
}

.white-bgcolor .offer-detail.wtihlogin-box {
    padding-left: 20px;
    padding-right: 20px;
}

.white-bgcolor .offer-detail.wtihlogin-box .membership-detail {
    margin-top: 47px;
}

.news-list.nontitle-left-box .news-profile-right .news-detail {
    padding-left: 0px !important;
}

.news-list.nontitle-left-box .news-profile-right .news-detail .nt1 {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    max-width: 100%;
}

.my-news-content.my-notes-content.my-news-fav-content .news-list.nontitle-left-box .news-profile-left {
    width: 23%;
}

.my-news-content.my-notes-content.my-news-fav-content .news-list.nontitle-left-box .news-profile-left .smal-image-box {
    width: 93%;
}

.main-content.dashboard-page-content.mypartnersuggestion-page-content .my-news-content h2 {
    margin-bottom: 8px;
}

.main-content.dashboard-page-content.mypartnersuggestion-page-content .my-news-content.without-vert-scroll h2 h3 {
    min-height: 48px;
    font-size: 22px;
    text-align: left;
    margin: 0;
}

.main-content.dashboard-page-content.mypartnersuggestion-page-content .my-news-content.without-vert-scroll h2 {
    margin-bottom: 15px;
}

.main-content.dashboard-page-content.mypartnersuggestion-page-content .my-news-content.without-vert-scroll .news-list:first-child {
    margin-top: 0;
}

.main-content.dashboard-page-content.mypartnersuggestion-page-content .my-news-content.without-vert-scroll .sorting-btn {
    top: 4px;
}

.my-news-content.without-vert-scroll {
    overflow: inherit;
}

.my-news-content.without-vert-scroll .vert-scroll {
    overflow-y: auto;
    max-height: 550px;
    float: left;
    width: 100%;
    padding-right: 20px;
}

.lightbox img.lb-image {
    width: 350px !important;
    height: 350px !important;
}

.lb-nav a.lb-prev:before {
    content: "\f104";
    position: relative;
    opacity: 1;
    font-size: 25px;
    top: 50%;
    z-index: 9;
    font-family: fontawesome;
    color: #000;
    background-color: #fff;
    width: 25px;
    height: 60px;
    display: block;
    line-height: 60px;
}

.lb-nav a.lb-next:before {
    content: "\f105";
    position: relative;
    opacity: 1;
    font-size: 25px;
    top: 50%;
    z-index: 9;
    font-family: fontawesome;
    color: #000;
    background-color: #fff;
    width: 25px;
    height: 60px;
    display: block;
    line-height: 60px;
    right: 0;
    float: right;
}

.my-news-fav-content .news-profile-right .msg-icon-nonpre {
    float: right;
    width: 100%;
}

.my-news-fav-content .news-profile-right .msg-icon-nonpre a {
    float: right;
}

.partner-propose-section.non-half .my-news-fav-content .news-profile-right .msg-icon-nonpre {
    padding-top: 25px;
    width: 36px;
}

.mypartnersuggestion-page-content .my-news-content {
    position: relative;
}

.mypartnersuggestion-page-content .my-news-content h2 {
    padding-right: 125px;
}

.mypartnersuggestion-page-content .my-news-content .sorting-btn {
    float: right;
    position: absolute;
    top: 25px;
    right: 45px;
}

.chat-conversation-main-content .sorting-btn {
    width: 35%;
    float: left;
    margin-top: -35px;
}

.chat-conversation-main-content .sorting-btn button {
    float: right;
}

.sorting-btn button {
    width: auto;
    background: transparent;
    color: #000;
    padding: 0;
    border: 0;
    font-size: 18px;
}

.sorting-btn button i {
    margin-right: 5px;
    margin-top: -5px;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
}

.sorting-btn button svg {
    margin-right: 5px;
}

.sorting-btn button:hover {
    color: #D70005;
    opacity: 1;
}

.main-content.mypartnersuggestion-page-content.home-new-design .news-contents .partner-propose-section .sorting-btn button:hover svg {
    background-color: #d70005;
}

#sortModal.modal .modal-dialog {
    max-width: 400px;
    padding: 0 15px;
    width: 100%;
}

#sortModal.modal .modal-content .modal-header .close-sort {
    color: #9a9999;
    background: transparent;
    top: 5px;
    right: 5px;
    font-weight: 700;
    position: absolute;
    border: 0;
    width: 30px;
    height: 30px;
    font-size: 29px;
    line-height: 30px;
    opacity: 1;
    z-index: 3;
}

#sortModal.modal .modal-content .modal-header {
    background-color: transparent !important;
    text-align: left;
    border: 0;
    padding: 15px;
}

#sortModal.modal .modal-content .modal-body {
    padding: 15px 30px;
}

#sortModal.modal .modal-content .modal-body:before {
    content: "";
    display: table;
}

#sortModal.modal .modal-content .modal-body:after {
    content: "";
    display: table;
    clear: both;
}

#sortModal.modal .modal-content .modal-body .profile-offer {
    width: 100%;
}

#sortModal.modal .modal-content .modal-body .profile-offer a {
    float: right;
}

#sortModal.modal .modal-content .modal-footer button {
    background-color: transparent;
    padding: 0;
    border: 0;
    color: #000;
}

#sortModal.modal .modal-content .modal-footer button:hover,
#sortModal.modal .modal-content .modal-footer button#sortBtn {
    color: #D70005;
}

.modal-body.disabled-sort .sort-radio-button {
    color: #DDD;
    pointer-events: none;
}

.sort-radio-button {
    width: 100%;
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 20px;
    line-height: 1;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: left;
}

.sort-radio-button input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.sort-radio-button span {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    border: 2px solid #DDD;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}

.sort-radio-button span:after {
    content: "";
    position: absolute;
    display: none;
    left: 2px;
    top: 2px;
    width: 7px;
    height: 7px;
    background: #C00301;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}

.sort-radio-button input:checked~span:after {
    display: block;
}

.online-user-status span.online {
    top: auto;
    bottom: -3px;
    right: -5px !important;
}

.online-user-status span.offline {
    top: auto;
    bottom: -3px;
    right: 10px;
}

#loadMoreUsers .user-online {
    right: 4px;
    bottom: 4px;
}

.cms-page-content-section.without-loginrit-cont h1 {
    word-break: break-word;
}

@media (max-width: 992px) {
    .chat-conversation-main-content .sorting-btn {
        float: right;
        width: auto;
    }

    .mypartnersuggestion-page-content .my-news-content .sorting-btn {
        right: 20px;
    }
}

@media handheld,
only screen and (max-width: 991px) {

    .my-news-fav-content .news-profile-left,
    .my-news-fav-content .news-profile-right {
        width: 100%;
    }

    .my-news-fav-content .news-profile-right {
        padding-top: 15px;
    }

    .search-setting ul.search-option a#search-partner-btn {
        margin-top: -32px;
        height: 30px;
        width: 30px;
        line-height: 30px;
    }

    .search-setting ul.search-option a#search-partner-btn img {
        width: 15px;
    }
}

@media handheld,
only screen and (max-width: 767px) {

    .nt25-bottom .edit-btn,
    .nt25-bottom .bookmark-wrapper,
    .nt25-bottom .cancel-favorite {
        float: left;
        width: 100%;
        padding: 0;
        text-align: left;
    }

    .nt25-bottom .bookmark-wrapper {
        padding-top: 10px;
    }

    .news-profile-left,
    .news-profile-right {
        width: 100%;
    }

    .news-profile-right {
        padding-top: 20px;
    }
}

@media (max-width: 370px) {
    .chat-conversation-main-content .sorting-btn {
        margin-top: 0;
        margin-top: -35px;
    }

    .mypartnersuggestion-page-content .my-news-content .sorting-btn {
        right: 0;
        top: 60px;
    }

    .main-content.dashboard-page-content.mypartnersuggestion-page-content .my-news-content h2 {
        padding-right: 0;
        margin-bottom: 50px;
    }
}


/*-------------4-1-2019----------------*/

.profile-info .profile-left .profile-users .users-list li span {
    background: #e7e6e6;
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 4px;
}

.profile-img {
    background-color: #F3E9EA;
    width: 100px;
    min-height: 100px;
}

.dash-img-box .profile-img {
    min-height: auto;
}

.non-half .my-news-fav-content .news-profile-right {
    width: 75%;
}

.my-news-content.my-notes-content.my-news-fav-content .news-list.nontitle-left-box .news-profile-left {
    width: 20%;
}

.cms-page-content-section.without-loginrit-cont {
    overflow-y: inherit;
    max-height: 100%;
    padding-right: 60px;
    padding-left: 7px;
}

.news-list .news-section:nth-of-type(1) {
    border-top: 1px solid #efefef;
    padding-top: 20px;
}


/*----------5-1-2018--------------*/

.profile-offer a {
    padding: 0 25px !important;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
    font-family: 'Open Sans', sans-serif;
    color: #737b85;
    font-weight: 600;
    font-size: 16px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

.modal-open .modal,
.overlay-model {
    background-color: rgba(0, 0, 0, 0.90);
}

.news-contents .my-news-content .news-list .news-profile {
    width: 18%;
}

.banner-cms.banner-part {
    width: auto;
}

.banner-cms.banner-part .logo-part {
    position: relative;
}

.custom-select .close-btn {
    line-height: 0;
    padding: 5px;
    top: 0;
    right: 0;
}

.custom-select {
    height: 70% !important;
    height: 98% !important;
    max-width: 800px !important;
    max-height: 575px;
    padding: 20px 20px !important;
    overflow: hidden;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.custom-select ul {
    padding: 5px;
    height: 400px !important;
}

.custom-select ul li {
    padding: 2px 0 2px;
    max-height: 260px !important;
    overflow: hidden;
}

.custom-select ul::-webkit-scrollbar {
    width: 10px;
}

body.popup-open {
    overflow: hidden;
}


/*-----------------------7-1-2019-------------*/

.news-list .news-section .news-img.same-img-dash {
    max-width: 40px;
}

.patner-list .patner-suggest .profile-img.same-img-dash {
    /*max-width: 40px;*/
}

.top-header-right ul li.pro-imgbox a {
    border-radius: 5px;
}

.top-header-right ul li.pro-imgbox a img {
    width: 100%;
    border-radius: 5px;
}

.patner-suggest .patner-detail {
    padding-left: 15px;
    width: 85%;
}


/*
html body .croppie-container { width: 100% !important;
margin-top: 0;
padding-top: 0;
padding-left: 0;
padding-right: 0;} 
.croppie-container .cr-image { width: 100% !important;
 }

.croppie-container .cr-boundary {
    width: 100% !important;
    height: 320px !important;
}

.text-center.rotate-btnrel { width: 100% !important; margin-top: 25px;}
.croppie-container .cr-viewport { width: 100% !important; }*/

.croppie-container .cr-viewport {
    width: 100%;
    height: 100% !important;
}

.croppie-container .cr-viewport {
    width: 100% !important;
    height: 100% !important;
}

.main-leftupimg img.modal-content {
    width: 100%;
}

html body .croppie-container {
    margin-top: 0;
    width: 100% !important;
    padding: 0 !important;
    margin-bottom: 20px;
}

.profile-info .profile-left .profile-photos img {
    width: 100%;
    /* max-height: 130px; */
}

.chat-arrow {
    position: absolute;
    display: inline-block;
    bottom: 52%;
    right: 3px;
}

i.fa.fa-chevron-right {
    color: #00AF50;
    font-size: 24px;
}


/*---------------8-1-2019------------*/

.non-half .nt25-bottom .bookmark-wrapper {
    padding-right: 0;
    float: right;
    margin-top: 0px;
    width: 100%;
    text-align: right;
}

.non-half .nt25-bottom {
    text-align: right;
}

.non-half .nt25-bottom .cancel-favorite {
    padding-right: 15px;
}

.my-news-fav-content .news-profile-right .msg-icon-nonpre {
    float: right;
    width: 100%;
    position: absolute;
    top: 15px;
    right: 15px;
}

.nt25-top-text {
    float: left;
    width: 83%;
}

.non-half .nt25-top-text {
    width: 97%;
}

.non-half .my-news-fav-content .news-profile-right .msg-icon-nonpre {
    position: inherit;
    top: inherit;
    right: inherit;
}

.non-half .nt25-bottom .edit-btn,
.non-half .nt25-bottom .cancel-favorite {
    padding-top: 0;
}

.partner-propose-section.non-half .my-news-fav-content .news-profile-right .msg-icon-nonpre {
    padding-top: 10px;
}

.partner-propose-section.non-half .cancel-favorite {
    position: absolute !important;
    right: 0;
    width: auto;
    padding-right: 190px;
    padding-bottom: 10px;
    bottom: 0;
}

.dashborard-menu a.mobilemenu-box {
    float: right;
    width: 30px;
    height: 25px;
    margin-top: 5px;
    display: none;
}

.dashborard-menu a.mobilemenu-box span {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 3px;
    background: #fff;
    border-radius: 0;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.dashborard-menu a.mobilemenu-box span:nth-child(1) {
    top: 0;
}

.dashborard-menu a.mobilemenu-box span:nth-child(2) {
    top: 8px;
}

.dashborard-menu a.mobilemenu-box span:nth-child(3) {
    top: 16px;
}

.cms-page-content-section.min-high {
    min-height: 500px;
}

#chatChannel .news-profile-detail .chat-header .news-profile .user-img img {
    width: 90px;
    height: 90px;
    border-radius: 11px;
}

#chatChannel .news-profile-detail .chat-header .news-profile {
    width: 100%;
}

#chatChannel .news-profile-detail .chat-header .news-profile .user-img {
    margin-right: 10px;
    padding: 0 5px;
}

#chatChannel .news-profile-detail .chat-header .news-profile .user-heading h3 {
    font-size: 16px;
}

.main-content section.main-content {
    padding-bottom: 0px;
}

a.header-back-btn {
    padding: 0px 14px 0px;
    background-color: #00AF50;
    border-radius: 4px;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    line-height: 31px;
    cursor: pointer;
    border: 0px;
    outline: none;
    box-shadow: none;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    position: absolute;
    left: 20px;
    top: 20px;
}

#selection-img ul {
    height: 100% !important;
    padding-bottom: 30px;
}

.top-header-left ul li.menu-chat-icon a span svg {
    width: 18px;
    margin-top: 0px;
}

.top-header-left ul li.start-icon-header a svg {
    width: 1.125em;
    vertical-align: bottom;
}

ul li.un-likethumb-up a i::before {
    content: "\f087";
}

ul li.un-likethumb-down a i::before {
    content: "\f088";
}

.notification-icon p {
    font-size: 16px;
    margin-bottom: 0;
}

.banner-part .form-group.bottom-spac {
    padding-bottom: 130px;
}

.address-info p {
    color: #908686;
    margin-bottom: 2px;
    font-size: 15px;
}

.address-info {
    padding: 20px 0 40px;
}

.shoppush-popchat .brand img {
    width: 80px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    border-radius: 50%;
}

.top-header-left ul li a span.tot-chatbox {
    position: absolute;
    background-color: #00af50;
    left: -24px;
    color: #fff;
    /* padding: 7px; */
    border-radius: 50%;
    top: -15px;
    z-index: 9;
    width: 25px;
    height: 25px;
    font-size: 10px;
    text-align: center;
    line-height: 25px;
}

.top-header-left ul li a {
    position: relative;
}


/*-------------------*/

.modal-body form label.error {
    color: red;
}

#form-created-inform-admin .modal-footer {
    border-top: 0;
}

#form-created-inform-admin .modal-body form textarea {
    margin: 0 0 10px 0;
}

.modal-body form input[type='text'] {
    line-height: normal !important;
}

.modal .modal-content .modal-header .close span,
.custom-select .close-btn span {
    display: inline-block;
    vertical-align: top;
    height: 30px;
    line-height: 27px;
}

.modal .modal-content .modal-header .close,
.custom-select .close-btn,
.closePremiumModal {
    font-size: 26px;
}

#video-slider {
    background: #fff;
}

.form-group-btn .extra-search-btn {
    width: auto;
    display: inline-block;
    vertical-align: top;
    padding: 10px 20px;
    border: 1px solid #C00301;
    background-color: #ffffff;
    color: #C00301;
    font-size: 18px;
    cursor: pointer;
    border-radius: 5px;
}

.profile-left.profile-left-2.other-pro-photos {
    margin-top: -160px;
}

.profile-info .profile-left.other-pro-photos .profile-users .users-list {
    margin-top: 100px;
}

.arrows-link {
    float: left;
    width: 145px;
    text-align: center;
    margin: 0px 0 0;
    position: absolute;
    z-index: 9;
    top: 35px;
}

.arrows-link a img {
    width: 30px;
}

.arrows-link a {
    font-size: 30px;
    padding-right: 15px;
    line-height: normal;
    color: #c00301;
}

.arrows-link a:last-child {
    padding-right: 0;
}

.blink {
    animation: blink 2s steps(5, start) infinite;
    -webkit-animation: blink 2s steps(5, start) infinite;
}

.main-login-btn {
    position: absolute;
    right: 0px !important;
    top: 2px;
    z-index: 999;
    right: 38px;
}

#mainLogin {
    position: relative;
    border: 1px solid rgba(255, 255, 255, .55);
    border-radius: 3px;
    background-color: transparent;
    width: 80px;
    padding: 5px 20px 5px 5px;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    transition: all 0.6s;
}

#mainLogin:after {
    content: "\f107";
    font-family: fontawesome;
    position: absolute;
    right: 5px;
    top: 50%;
    font-size: 18px;
    font-weight: bold;
    transform: translate(-50%, -50%);
    display: block;
    transition: all 0.6s;
}

.new-login-cls #mainLogin::after {
    right: 8px;
    top: 10%;
    transition: all 0.6s;
    transform: rotate(177deg);
}


/*

.header.login-main-div {
    padding: 10px 0;
}
.header .header-panel { 
    width: 85%;
}
.header.login-main-div .header-panel .login-links{
    min-width: 270px;
    margin-top: 3px;
}
.header.login-main-div .header-panel .login-links a{
    display: inline-block;
    margin: 0 0;
    padding: 0 10;
}
.header.login-main-div .header-panel .login-links a{

}
.header.login-main-div .checkbox_btn_wrapeer {
    display: inline-block;margin-top: 8px;
}
.header.login-main-div .header-social ul,.header.login-main-div .order-login ul{
    margin-bottom: 0;
}
.login-links a{
    position: relative;
    border: 1px solid rgba(255,255,255,.55);
    border-radius: 3px;
    background-color: transparent;
    padding:8px 5px !important;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    transition: all 0.6s;
}
.login-links a:hover{
    background-color: #c00301;
    border-color: #c00301;
    color: #fff !important;
}
.login-links a:after{
    display: none;
}
.checkbox_btn {
  display: block;
  position: relative;
  padding-left: 25px;  
  cursor: pointer;
  font-size: 12px;
  margin-bottom: 0;
  margin-right: 10px;
  color: #fff;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox_btn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #fff;
}
.checkbox_btn:hover input ~ .checkmark {
  background-color: #fff;
}
.checkbox_btn input:checked ~ .checkmark {
  background-color: #c00301;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox_btn input:checked ~ .checkmark:after {
  display: block;
}
.checkbox_btn .checkmark:after {
  left: 5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
*/


/*23-8 changes*/

.news-detail .delete-communication .fa-times {
    color: red;
    background: none !important;
    position: absolute;
    bottom: 21px !important;
    right: 5px !important;
    background: none !important;
    font-size: 20px;
}

.patner-suggest .patner-detail {
    padding-left: 15px !important;
    width: 77% !important;
}

.patner-list .patner-suggest .profile-img.same-img-dash {
    width: 23% !important;
    margin-top: 12px !important;
}

.online-user-status .online-user-img a img,
.patner-list .patner-suggest .profile-img a img {
    border-radius: 4px;
    width: 100% !important;
    height: auto !important:
}

.chat button {
    background: none !important;
}

.chat .message-data-time {
    padding-right: 10px;
}

@keyframes blink {
    to {
        visibility: hidden;
    }
}

@-webkit-keyframes blink {
    to {
        visibility: hidden;
    }
}

@media(max-width: 1170px) {
    .banner-slider .main-login-btn {
        right: 15px !important;
    }

    .main-content.coaching_page.home-new-design section.coaching_part {
        padding: 0 15px;
    }

    .mendatory-question-main.main-content.home-new-design div#que-ans-section {
        padding: 0 15px;
    }
}

.delete-profile-modal-footer button#deleteprofile-btn {
    color: #fff;
    background-color: #00AF50;
    border-color: #00AF50;
}

.delete-profile-modal-footer button {
    background-color: #ac1509;
    width: auto;
    vertical-align: top;
    padding: 8px 15px;
    font-size: 15px;
    cursor: pointer;
    border-radius: 5px;
    margin: 0 0 10px 0;
    color: #fff;
    outline: none;
    border: 1px solid #ac1509;
}

#deleteProfileModal .footer-txt {
    padding: 0 20px;
    text-align: left;
}

#deleteProfileModal .radi-btn-erfolg input {
    margin: 0 3px 0 6px;
}

#deleteProfileModal .radi-btn-feedback span {
    display: block;
    text-align: left;
    margin: 0 0 4px 0;
}

#deleteProfileModal .radi-btn-feedback {
    margin: 15px 0 0 25px;
    max-width: 100%;
}

#deleteProfileModal .panel-body {
    text-align: left;
    padding: 20px;
}

#deleteProfileModal .panel-body .row {
    margin: 0;
}

.delete-profile-modal-footer {
    text-align: left;
    padding: 0 20px;
}

#deleteProfileModal .panel-body .row .form-group span {
    display: block;
    margin: 0 0 10px 0;
}

#deleteProfileModal .panel-body .row .form-group span input {
    margin: 0 3px 0 0;
}

.delete-profile-modal-footer button#deleteprofile-btn[disabled="disabled"] {
    background: #e4e4e4;
    border-color: #e4e4e4;
    cursor: no-drop;
}

.modal-header .close-mod {
    border: none;
    background-color: #C00301;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    opacity: 1;
    color: #fff;
    top: -15px;
    right: -8px;
    bottom: 0px;
    position: absolute;
    z-index: 3;
    line-height: 30px;
    margin: 0px;
    font-size: 29px;
    font-weight: normal;
}

button.edit-vanilla-rotate {
    position: absolute;
    bottom: 23px;
    margin: 0 auto;
    left: 35px;
    background-color: #5cb85c;
    border: none;
    width: 25px;
    height: 25px;
    font-size: 15px;
    color: #fff;
    border-radius: 50%;
}

button.edit-vanilla-rotate:before {
    content: "\f01e";
    font-family: fontawesome;
}

#editupload-demo.croppie-container .cr-slider-wrap {
    margin-left: 40px;
}

#setProfileForm .main-leftupimg img {
    margin: 0 0 8px 0;
}

#setProfileForm .main-leftupimg .editUploadBtnLable {
    min-width: 177px;
    text-align: center;
    margin: 10px 0 0;
    font-size: 15px;
}

.main-leftupimg p.edit-warn-txt {
    font-weight: 700;
    margin-top: 8px;
}

#setProfileForm button#editupload_image {
    width: 177px;
    font-size: 15px !important;
    background-color: #c00301 !important;
    border: 1px solid #000 !important;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 3px 10px -5px #000;
    color: #fff !important;
    opacity: 1;
    transition: 0.3s ease-in-out;
}

#setProfileForm button#editupload_image:hover {
    opacity: 0.7;
}


/*#setProfileForm label br {
    display: none;
}*/

#setProfileForm label {
    /*width: 150px;
    text-align: left;*/
    margin: 10px 0 10px 0;
    /*font-size: 13px;*/
}

#regButton span {
    width: 100%;
    display: inline-block;
}

.delete .fa-times {
    color: red;
}

.delete-communication .fa-times {
    color: red;
}

.partner-propose-section.premium_bookmark .my-news-content {
    width: 100%;
    padding-right: 0;
}

.my-news-content.without-vert-scroll .list-parts .news-profile-left .news-profile {
    width: 28%;
}

.my-news-content.my-notes-content.without-vert-scroll .notes-box .news-detail {
    padding-left: 110px;
}

.partner-propose-section .my-news-fav-content .news-profile-left.favorite-page-imageblk .news-detail {
    padding-left: 105px;
}

.news-contents .my-news-content .news-list.notes-single .nt2 {
    width: calc(100% - 330px);
    float: right;
}

.news-contents .my-news-content .news-list.notes-single .nt1 {
    width: 100%;
    max-width: 330px;
}

.top-header-right ul li.pro-imgbox>ul {
    margin-top: 0;
}

.grid-3.advance-setting.patner-list.dash-img-box .patner-suggest .profile-img.same-img-dash {
    min-height: 80px;
}

.news-contents .my-news-content .news-list.notes-single .nt2 {
    position: relative;
}

.profile-header .top-header-left ul:before,
.profile-header .top-header-left ul:after {
    content: "";
    display: table;
}

.profile-header .top-header-left ul:after {
    content: "";
    clear: both;
}

.profile-header .top-header-left ul {
    padding-top: 19px;
    margin-bottom: 0;
    float: left;
}

.profile-header .top-header-left ul li.start-icon-header a svg {
    position: relative;
    top: -2px;
}

.top-header-right ul li a img {
    margin-top: 0 !important;
}

.profile-header .top-header-left ul li svg {
    vertical-align: middle !important;
}

.profile-header .top-header-left ul li a {
    display: block;
}

.donec h1 {
    font-size: 30px;
    text-transform: capitalize;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
    color: #000;
}

.donec .donec-right h2 {
    font-size: 22px;
    text-align: left;
    text-transform: capitalize;
    margin-top: 5px;
    margin-bottom: 10px;
}

.offer-detail.wtihlogin-box {}

.white-bgcolor .cms-page-content-section.min-high.without-loginrit-cont {
    padding-left: 0;
}

.white-bgcolor .cms-page-content-section.min-high.without-loginrit-cont.cms-leftspace-rmv {
    padding-left: 10px;
}

.white-bgcolor .cms-page-content-section.min-high.without-loginrit-cont {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

.white-bgcolor .offer-detail.wtihlogin-box+.cms-page-content-section.min-high.without-loginrit-cont {
    width: calc(100% - 350px);
    padding-right: 60px;
    padding-left: 0;
    padding-bottom: 30px;
}

.manage-profile.dein_package_blk .box-wrap {
    max-width: 800px;
}

.manage-profile.dein_package_blk .free-premium-div {
    margin-top: 25px;
}

.manage-profile.dein_package_blk .free-premium-div:last-child {
    margin-top: 0;
}

#setProfilePicModal .arrows-link {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
}

.membership-content.profile-membership-content {
    min-height: inherit;
}

label.error {
    color: red;
}

.modal .modal-content .modal-header .close-popup {
    background-color: #c00301;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    opacity: 1;
    color: #fff;
    top: -15px;
    right: -8px;
    bottom: 0px;
    position: absolute;
    z-index: 3;
    line-height: 30px;
    margin: 0px;
    font-size: 28px;
    font-weight: normal;
    border: none;
}

.modal .modal-content .modal-header span {
    text-align: left !important;
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.modal .modal-content .settings-row .settings-description .field {
    text-align: left;
}

.modal .modal-content .settings-row .settings-description .field p {
    padding-left: 29px;
    display: block;
}

.header.header-prof .top-header-right ul li.hamburger-btn .dropdown {
    padding-top: 2px;
}

.header.header-prof .top-header-right ul li.hamburger-btn .dropdown button {
    background-color: transparent;
    padding: 0;
    width: 38px;
    height: 31px;
    color: #fff;
    font-size: 23px;
    line-height: 30px;
    text-align: center;
}

.header.header-prof .top-header-right ul li.hamburger-btn .dropdown .dropdown-menu a {
    color: #000;
    display: block;
    margin-bottom: 0;
    font-size: 13px;
    line-height: normal;
    padding: 5px 10px;
    border-bottom: 0px solid #c4c4c4;
}

.header.header-prof .top-header-right ul li.hamburger-btn .dropdown .dropdown-menu .dropdown-divider {
    border-bottom: 1px solid #c4c4c4;
    margin: 5px 0;
}

.header.header-prof .top-header-right ul li.hamburger-btn .dropdown .dropdown-menu a:hover {
    color: #c00301;
}

.header.header-prof .top-header-right ul li.hamburger-btn .dropdown .dropdown-menu a:last-child {
    border: navajowhite;
}

.header.header-prof .top-header-right ul li.pro-imgbox a:hover {
    color: #03d462;
}

.header.header-prof .top-header-right ul li.hamburger-btn .dropdown .dropdown-menu {
    left: inherit;
    right: 0px;
}

.header.header-prof .profile-header .top-header-right ul {
    text-align: right;
}

.header.header-prof .profile-header .top-header-right {
    text-align: right;
}

.header.header-prof .profile-header .top-header-right ul li {
    display: inline-block;
    float: none;
    vertical-align: middle;
    padding-right: 10px;
    width: auto;
}

.my-news-content.vert-scroll .news-list .news-detail {
    padding-right: 25px;
}

.my-news-content.vert-scroll .news-list .news-detail .news-notification {
    top: inherit;
    transform: inherit;
    bottom: 15px;
}

.patner-list .patner-suggest .profile-img.same-img-dash .meu-text {
    position: relative;
    top: inherit;
    left: 0;
    margin-top: 0px;
    width: 100%;
}

.patner-list .patner-suggest .profile-img.same-img-dash a {
    display: block;
    background-color: #f3e9ea;
}

.patner-list .patner-suggest .profile-img.same-img-dash {
    background-color: transparent;
}

.advance-setting.patner-list.dash-img-box .patner-suggest .patner-detail {
    word-break: break-word;
}


/*-06-2021-*/

.header.header_new {
    background-color: #fff;
}

.header_new .top-header-left .profile-logo {
    max-width: 130px;
    width: 100%;
    margin: 0;
}

.header_new .top-header-left .profile-logo img {
    width: 100%;
}

.header_new .top-header-right ul li a,
.header.header_new .top-header-right ul li.hamburger-btn .dropdown button {
    color: #000;
    transition: 0.3s ease-in-out;
}

.header.header_new .top-header-right ul li.premium-btn a.premium:hover {
    background-color: #C00301;
}

.header_new .top-header-right ul li a#profile-ratio:hover,
.header_new .top-header-left ul li a {
    color: #000;
}

.header_new .top-header-right ul li a#profile-ratio,
.header.header-prof .top-header-right ul li.hamburger-btn .dropdown button:hover,
.header_new .top-header-left ul li a:hover,
.top-header-left ul li.active a,
.top-header-left ul li[active=""] a,
.header_new .top-header-left ul li a .text-danger {
    color: #C00301;
}

.top-header-left ul li.active a {
    text-decoration: underline;
}

.header_new .top-header-left ul li a .text-danger {
    text-decoration: none;
}

.header.header_new .top-header-left,
.header.header_new .top-header-right {
    width: 100%;
    float: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header.header_new .top-header-left {
    max-width: calc(100% - 250px);
}

.header.header_new .profile-header .top-header-right {
    max-width: 250px;
    justify-content: flex-end;
}

.header.header_new .top-header-left *,
.header.header_new .top-header-right * {
    float: none;
}

.header.header_new .profile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    float: none;
}

.header.header_new .top-header-left ul {
    padding: 0;
}

.header.header_new .top-header-left li {
    display: inline-block;
    vertical-align: middle;
    padding-right: 8px;
    margin-right: 3px;
    border-right: 1px solid #000;
    text-align: left;
}

.header.header_new .top-header-left li:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
}

.header.header_new .top-header-left ul li.menu-chat-icon span.send-message-icon {
    top: 0;
}

.header.header_new .profile-header .top-header-right ul li {
    padding-top: 0;
}

.header.header_new .profile-header .top-header-right ul {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.main-content.dashboard-page-content:after {
    height: 10px;
}

.main-content .banner_box {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 4px;
    position: relative;
}

.main-content .banner_box .btn-section {
    padding: 5px 0;
}

.main-content .banner_box .dashboard-banner {
    padding: 20px 0;
}

.main-content .banner_box .dashboard-banner .dashboard-main-content {
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-content .banner_box .dashboard-banner .dashboard-main-content .banner-content {
    max-width: 33%;
    margin: 0;
    padding: 12px 15px 15px !important;
}

.main-content .banner_box .dashboard-banner .dashboard-main-content .banner_slider {
    max-width: 30%;
    max-width: 48%;
    border: 1px solid #798F90;
    background-color: rgb(255 255 255 / 90%);
}

.main-content .banner_box .dashboard-banner .dashboard-main-content .banner-content p:last-child {
    margin: 0;
}

.banner_slider img {
    width: 100%;
}

.banner_slider .slide_img {
    max-width: 175px;
    max-height: 120px;
    height: 120px;
    max-width: 120px;
    max-height: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    overflow: hidden;
}

.banner_slider .owl-item {
    /* padding-right: 5px; */
    /* margin-right: 5px; */
}

.banner_slider .slide_texts {
    background-color: rgb(51 88 147 / 72%);
    color: #fff;
    padding: 10px 15px;
}

.banner_slider .slide_texts h5 {
    margin: 5px 0 0;
}

.banner_slider .slide_texts h4 {
    font-weight: 700;
    font-size: 16px;
}

.banner_slider .slide_texts h4 {
    font-weight: 700;
}

.banner_slider .slide_texts .slide_par a:last-child {
    color: #e0001a;
    position: relative;
}

.banner_slider .slide_texts .slide_par a:last-child:after {
    color: #e0001a;
    content: ">>>";
    position: absolute;
    right: -30px;
    transition: right 0.4s ease-in-out;
}

.banner_slider .slide_texts .slide_par a:last-child:hover:after {
    right: -35px;
}

.banner_slider .owl-pagination {
    margin-top: 15px;
}

.banner_slider .owl-pagination .owl-page {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}

.banner_slider .owl-pagination .owl-page span {
    width: 15px;
    height: 15px;
    display: block;
    background-color: #47628d;
    border-radius: 50%;
    border: 2px solid #c00301;
    transition: background-color 0.4s ease-in-out;
}

.banner_slider .owl-pagination .owl-page.active span,
.banner_slider .owl-pagination .owl-page:hover span {
    background-color: #c00301;
}

.fancybox-bg {
    background-color: #fff !important;
    opacity: 0.7 !important;
}

.fancybox-content .fancy_box_bottom {
    position: absolute;
    bottom: -30px;
    width: 100%;
}

.fancybox-content .fancy_box_bottom a {
    transition: background-color 0.4s ease;
}

.fancybox-content .fancy_box_bottom a.end_video {
    background-color: #C00301;
    color: #fff;
    padding: 5px 7px;
    border-radius: 4px;
}

.fancybox-content .fancy_box_bottom a.end_video:hover {
    background-color: #000;
}

.patner-list .patner-suggest .patner-detail .chat-icon {
    background-color: #C00301;
}

.patner-list .patner-suggest .patner-detail .chat-icon img {
    filter: invert(1);
}

.fancybox-content .fancy_box_bottom a.more_video {
    background-color: #3ea551;
    color: #fff;
    padding: 5px 7px;
    border-radius: 4px;
    margin-left: 15px;
}

.fancybox-content .fancy_box_bottom a.share-btn {
    background-color: #3ea551;
    color: #fff;
    padding: 5px 7px;
    border-radius: 4px;
    margin-left: 15px;
    line-height: normal;
    margin-top: -3px;
}

.fancybox-content .fancy_box_bottom a.more_video:hover {
    background-color: #000;
}

.fancybox-content .fancy_box_bottom a.share-btn:hover {
    background-color: #000;
}

.header.header_new .profile-header .top-header-right ul li ul {
    position: relative;
    opacity: 1;
    visibility: visible;
    width: auto;
    flex-direction: column;
    align-items: flex-end;
}

.header.header_new .profile-header .top-header-right ul li.back-admin-btn {
    padding: 0;
    margin-bottom: 6px;
}

.header.header_new .profile-header .top-header-right ul li.back-admin-btn button {
    padding: 0px 14px;
    color: #fff;
    background-color: #00AF50;
    border-radius: 4px;
    font-size: 15px;
    line-height: 26px;
    display: inline-block;
    vertical-align: top;
    transition: 0.4s ease;
    border-color: #00AF50;
}

.header.header_new .profile-header .top-header-right ul li.back-admin-btn button:hover {
    background-color: #C00301;
    border-color: #C00301;
}

.main-content .banner_box .btn-section .partnermatch-btn {
    background-color: rgb(0, 176, 80);
    color: #fff;
    padding: 5px 10px;
    transition: 0.4s ease;
    border-radius: 4px;
}

.main-content .banner_box .btn-section .partnermatch-btn:hover {
    opacity: 0.7;
}

.main-content .banner_box .btn-section .addnewbg-btn {
    color: #fff;
    margin-left: 21%;
    transition: 0.4s ease;
}

.main-content .banner_box .btn-section .addnewbg-btn:hover {
    opacity: 0.7;
}

.btn-section .addnewbg-btn .add-new-icon {
    position: relative;
    width: 16px;
    height: 16px;
    margin: 0 10px -3px 0;
    background-color: #c00301;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    top: 0;
    left: 0;
    display: inline-block;
}

.btn-section .addnewbg-btn .add-new-icon:after {
    background-color: #fff;
    width: 8px;
    height: 2px;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    position: absolute;
    top: 7px;
    left: 4px;
    content: "";
}

.btn-section .addnewbg-btn .add-new-icon:before {
    content: "";
    background-color: #fff;
    width: 2px;
    height: 8px;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    position: absolute;
    top: 4px;
    left: 7px;
}

.main-content .banner_box .wrapper {
    z-index: 1;
}

.main-content .banner_box:after {
    content: "";
    background-color: rgb(192 3 1 / 29%);
    height: 40px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.main-content .banner_box+.card_box .card-view-section {
    margin: 0;
}

.main-content .banner_box+.card_box {
    background-color: #fff;
    border-top: 10px solid #c00301;
}

.main-content.coaching_page {
    padding-top: 20px;
}

.coaching_part {
    position: relative;
    z-index: 1;
}

.coaching_part .wrapper {
    background-color: #fff;
    padding: 15px 15px 20px;
}

.coaching_part .offer-detail {
    width: auto;
    padding: 0;
}

.coaching_part .offer-detail .membership-detail-row {
    max-width: 380px;
}

.coaching_part .offer-detail .membership-detail-row .membership-detail {
    margin: 0;
}

.coaching_part .offer-detail .membership-detail-row .membership-detail h3 {
    margin-top: 5px;
}

.coaching_part .top_box {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.coaching_part .top_box .red_block {
    background-color: rgb(211, 78, 70);
    color: #fff;
    max-width: calc(100% - 420px);
    padding: 15px;
}

.coaching_part .top_box .red_block.full-width {
    max-width: 100%;
}

.coaching_part .top_box .red_block * {
    word-break: break-word;
}

.coaching_part .top_box .red_block h2 {
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 25px;
}

.coaching_part .top_box .red_block p {
    margin-bottom: 22px;
}

.coaching_part .top_box .red_block p:last-child {
    margin-bottom: 5px;
}

.coaching_part .middle_box ul {
    list-style-type: none;
    /*margin: 0;*/
}

.coaching_part .middle_box ul li {
    display: inline-block;
}

.coaching_part .middle_box .video_section {
    margin: 0 0;
    width: 100%;
    /* display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; */
}

.coaching_part .middle_box .video_section>div {
    margin-top: 30px;
    position: relative;
}

@keyframes flasanimation {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.coaching_part .middle_box .video_section>div .badge-new {
    position: absolute;
    left: 20px;
    padding: 5px 12px;
    border-radius: 20px;
    background-color: #d34e46;
    color: #fff;
    top: 5px;
    animation: flasanimation 1.5s 3;
    transition: 0.4s ease-in-out;
}

.coaching_part .middle_box .video_section img {
    width: 100%;
}


/* .coaching_part .bottom_box {
    margin-top: 40px;
} */

.coaching_part .bottom_box .refrence_boxes {
    max-height: 400px;
    overflow-y: auto;
}

.coaching_part .bottom_box .refrence_boxes .refrence_box {
    display: flex;
    margin-top: 24px;
}

.coaching_part .bottom_box .refrence_boxes .refrence_box:first-child {
    margin-top: 0;
}

.refrence_boxes .refrence_box .refre_image {
    max-width: 100px;
    width: 100%;
}


/*.refrence_boxes .refrence_box .refre_image img {
    width: 100%;
}*/

.refrence_boxes .refrence_box .refre_texts {
    display: flex;
    width: 100%;
}

.refrence_boxes .refrence_box .refre_texts .right_refre {
    width: 280px;
    padding: 0 15px;
}

.refrence_boxes .refrence_box .refre_texts .left_refre {
    width: calc(100% - 280px);
    padding: 0 15px;
}

.refrence_boxes .refrence_box .refre_texts h5 {
    background-color: rgb(145, 104, 76);
    color: #fff;
    margin: 0 -10px 5px;
    padding: 5px 10px;
}

.refrence_boxes .refrence_box .refre_texts .right_refre h5 {
    background-color: rgb(192, 3, 1);
}

.refrence_boxes .refrence_box .refre_texts .left_refre a {
    color: #000;
}

.refrence_boxes .refrence_box .refre_texts .right_refre .site_link {
    color: #000;
    font-weight: 600;
}

.refrence_boxes .refrence_box .refre_texts .right_refre h5+a.site_link {
    max-width: none;
    word-break: break-word;
}

.refrence_boxes .refrence_box .refre_texts .left_refre a:hover,
.refrence_boxes .refrence_box .refre_texts .right_refre .site_link:hover {
    color: rgb(192, 3, 1);
}

.refrence_box .refre_texts .right_refre a {
    display: inline-block;
    max-width: 25px;
    margin-right: 5px;
    transition: opacity 0.4s ease-in-out;
}

.refrence_box .refre_texts .right_refre a img {
    width: 100%;
    max-width: none;
}

.refrence_boxes .refrence_box .refre_texts .right_refre .social_box {
    margin-top: 15px;
}

.header.header_new .top-header-left li.menu-chat-icon>a>span.tot-chatbox {
    left: -20px;
    right: auto;
    top: -15px;
    height: 20px;
    line-height: 20px;
    width: 20px;
}

.chat-icon {
    background-color: #C00301;
    float: right;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: table;
    -webkit-box-shadow: 1px 1px 6px 1px rgb(213 213 213);
    -moz-box-shadow: 1px 1px 6px 1px rgba(213, 213, 213, 1);
    box-shadow: 1px 1px 6px 1px rgb(213 213 213);
    text-align: center;
}

.news-list .news-section .news-detail .more-news-tab a {
    border: none;
    display: flex;
    align-items: center;
    height: 40px;
}

.news-list .news-section .news-detail .more-news-tab a:hover {
    background-color: transparent;
}

.news-list .news-section .news-detail .more-news-tab a img {
    max-width: 22px;
    filter: invert(1);
}

.refrence_boxes .refrence_box .refre_texts .left_refre.no-social-sec {
    width: 100%;
}

.video_section {
    max-height: 400px;
    max-height: 550px;
    overflow-y: auto;
}

.coaching_part .middle_box ul li a {
    color: black;
}

.video-categories li:not(:last-child):after {
    content: "|";
}

ul.video-categories li.active a {
    text-decoration: underline;
    text-decoration-color: #C00301;
}


/*-06-2021-*/

section.coaching_part {}

section.coaching_part .wrapper {
    padding: 30px;
}

section.coaching_part .wrapper .top-section {}

section.coaching_part .wrapper .top-section h1 {
    margin-top: 5px;
    margin-bottom: 15px;
}

section.coaching_part .wrapper .top-section .inner-section {
    display: flex;
    align-items: flex-start;
}

section.coaching_part .wrapper .top-section .inner-section>img {
    margin-right: 20px;
}

section.coaching_part .wrapper .top-section .inner-section .name-n-social {}

section.coaching_part .wrapper .top-section .inner-section .name-n-social span.consultant-name {
    display: block;
    font-size: 18px;
    font-weight: 600;
}

section.coaching_part .wrapper .top-section .inner-section .name-n-social .social-icons {
    display: flex;
    margin-top: 8px;
}

section.coaching_part .wrapper .top-section .inner-section .name-n-social .social-icons a {
    max-width: 30px;
    margin-right: 10px;
    transition: 0.4s ease-in-out;
}

section.coaching_part .wrapper .top-section .inner-section .name-n-social .social-icons a:hover {
    opacity: 0.7;
}

section.coaching_part .wrapper .top-section .inner-section .name-n-social .social-icons a img {
    width: 100%;
}

section.coaching_part .wrapper .content {
    margin-top: 30px;
}

section.coaching_part .wrapper .content ul {
    margin-left: 18px;
}

.card-view-section .grid-3 h3 {
    margin-bottom: 10px;
}

.dashboard-page-content .form-group.form-radio {
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.dashboard-page-content .form-group label {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: normal;
}

.dashboard-page-content .form-group input[type=text],
.dashboard-page-content .form-group input[type=email],
.dashboard-page-content .form-group input[type=password],
.dashboard-page-content .form-group input[type=number],
.dashboard-page-content .form-group textarea,
.dashboard-page-content .form-group select,
.dashboard-page-content .modal-content .form-group input[type=text] {
    height: 30px;
    line-height: 30px;
}

.dashboard-page-content .form-group .form-radio-col input[type="checkbox"] {
    width: 18px;
    height: 18px;
}

.dashboard-page-content .form-group .form-radio-col input[type="checkbox"]:not(old)+strong>strong.before {
    width: 18px;
    height: 18px;
}

.dashboard-page-content .form-group .form-radio-col input[type="checkbox"]:not(old):checked+strong>strong.before:before {
    font-size: 14px;
    line-height: 18px;
}

.dashboard-page-content .form-group.form-radio .form-radio-col span {
    padding: 2px 0px 0px 25px;
    line-height: normal;
}

.dashboard-page-content .form-group.form-radio .form-radio-col {
    margin-top: 9px;
}

.dashboard-page-content .form-group-btn input[type="submit"] {
    padding: 7px 14px 6px;
    font-size: 15px;
}

.search-setting div#partner-match {
    padding-bottom: 5px;
}

.patner-suggest .patner-detail .patner-heading h4 {
    margin: 3px 0;
}

.patner-suggest .patner-detail .patner-heading label {
    margin-bottom: 5px;
}

.patner-list .patner-suggest {
    padding: 15px 0 15px !important;
}

.patner-list .patner-suggest .profile-img.same-img-dash {
    margin: 0 !important;
}

.card-view-section .advance-setting {
    min-height: 320px;
    min-height: 385px;
    min-height: 364px;
}

.card-view-section .advance-setting:first-child {
    /* max-height: unset; */
    height: auto !important;
    /* min-height: auto; */
}

.dashboard-banner .dashboard-main-content .banner-content p,
.dashboard-banner .dashboard-main-content .banner-content ul li,
.banner_slider .slide_texts h4,
.banner_slider .slide_texts h5,
.banner_slider .slide_texts p,
.banner_slider .slide_texts a:last-child {
    font-size: 11px;
    font-size: 14px;
}

.dashboard-banner .dashboard-main-content .banner-content ul {
    margin-bottom: 5px;
}

.dashboard-banner .dashboard-main-content .banner-content ul li {
    font-size: 13px;
    margin-bottom: 3px;
}

.banner_slider .slide_texts h4 {
    margin: 4px 0;
}

.main-content .banner_box .dashboard-banner .dashboard-main-content .banner-content {
    min-height: auto;
}

.banner_slider .slide_img {
    margin-bottom: 10px;
}

.header.header_new .profile-header .top-header-right ul li.back-admin-btn button,
.top-header-right ul li.premium-btn a.premium {
    font-size: 9px;
    line-height: 16px;
    padding: 0px 8px;
}

.header.header_new .profile-header .top-header-right ul li.back-admin-btn {
    margin-bottom: 2px;
}

.header.header_new .profile-header .top-header-right ul li.back-admin-btn:only-child {
    margin: 0;
}

.header.header_new {
    padding: 5px 0;
    position: relative;
}

.header_new .top-header-left .profile-logo {
    max-width: 80px;
    max-width: 170px;
}

.main-content .banner_box:after {
    height: 20px;
    height: 34px;
}

.dashboard-banner .dashboard-main-content .banner-content h2 {
    font-size: 15px;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 5px;
}

.main-content .banner_box .btn-section .partnermatch-btn {
    padding: 2px 6px 1px;
    font-size: 11px;
    padding: 4px 6px 2px;
    padding: 3px 6px 4px;
    font-size: 13px;
}

.main-content .banner_box .btn-section .addnewbg-btn {
    font-size: 11px;
    font-size: 13px;
    margin-left: 25%;
}

.btn-section .addnewbg-btn .add-new-icon {
    width: 14px;
    height: 14px;
    margin: 0 5px -3px 0;
}

.btn-section .addnewbg-btn .add-new-icon:before {
    top: 3px;
    left: 6px;
}

.btn-section .addnewbg-btn .add-new-icon:after {
    top: 6px;
    left: 3px;
}

.main-content .banner_box .btn-section {
    padding: 0;
    padding: 0 0 5px;
}

.main-content .banner_box {
    padding-bottom: 1px;
}

.main-content .banner_box .dashboard-banner {
    padding: 15px 0 5px;
    padding: 35px 0 25px;
}

.main-content .banner_box .dashboard-banner .dashboard-main-content {
    align-items: flex-start;
    align-items: stretch;
}

.banner_slider .owl-pagination {
    margin-top: 8px;
    line-height: normal;
    font-size: 7px;
}

.banner_slider .slide_img {
    max-width: 100px;
    max-height: 60px;
    height: 60px;
    margin-bottom: 5px;
    max-width: none;
    max-height: none;
    height: auto;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
}

.banner_slider .slide_img a {
    max-width: 100px;
    max-height: 60px;
    height: 60px;
    margin-right: 5px;
    width: 100%;
}

.banner_slider img {
    height: 100%;
    object-fit: cover;
}

.banner_slider .slide_img .slide_title {
    max-width: calc(100% - 110px);
    width: 100%;
}

.banner_slider .slide_img .slide_title h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.banner_slider .slide_img .slide_title h5 {
    margin: 0 0 5px;
    font-size: 13px;
}

.advance-setting h3 {
    font-size: 16px;
}

.search-setting ul.search-option li {
    font-size: 14px;
    padding-left: 50px;
    padding-left: 35px;
}

.search-setting ul.search-option li i,
.search-setting ul.search-option li .svg-inline--fa {
    width: 14px;
    font-size: 20px;
}

.dashboard-banner .dashboard-main-content .banner-content p {
    margin-bottom: 4px;
}

.banner_slider .owl-pagination .owl-page span {
    width: 7px;
    height: 7px;
    border-width: 1px;
}

.banner_slider .slide_texts p {
    margin-bottom: 0px;
}

.banner_slider .slide_texts {
    padding: 0;
    background-color: transparent;
    color: #000;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.banner_slider .item:not(.inner_item) {
    /* background-color: rgb(255 255 255 / 70%); */
    padding: 5px 7px;
    padding: 7px 7px 5px;
    padding: 15px !important;
    color: #000;
}

.main-content .banner_box .dashboard-banner .dashboard-main-content .banner-content {
    padding: 5px 7px !important;
    padding: 7px 7px 6px !important;
    padding: 15px !important;
}

.banner_slider .slide_texts a:last-child:after {
    top: -1px;
}

.main-content .banner_box+.card_box .card-view-section {
    padding: 10px 0;
}

a.header-back-btn {
    padding: 3px 7px 3px;
    font-size: 10px;
    line-height: normal;
    top: 15px;
}

body.dashboard_page,
body.dashboard_page .main-content {
    background-color: #fff;
}

.footer ul:nth-child(2) li {
    margin: 0 2px;
}

.footer ul:nth-child(2) li a {
    font-size: 10px;
}

.footer ul:nth-child(2) li::before {
    height: 11px;
    left: -4px;
    top: 6px;
}

.footer p,
.footer p a {
    font-size: 11px;
    line-height: 12px;
}

.card-view-section .advance-setting.search_open~.advance-setting,
.card-view-section .advance-setting.search_open {
    height: auto !important;
    min-height: unset;
    max-height: unset;
}

.modal .modal-dialog {
    margin: 50px auto;
}


/*--*/

.middle_box ul.video-categories {
    margin: 0;
}

.middle_box .row .col-sm-12 {
    display: inline-block;
}

.middle_box ul.video-categories li a {
    text-decoration: none;
    padding: 4px 0;
    display: inline-block;
    border-bottom: 1px solid #fff;
}

.middle_box ul.video-categories li.active a {
    border-color: #C00301;
}


/*-18-08-2021-*/

.news-contents .welcome-window {
    margin-top: -40px;
}

.profile-info .profile-left .profile-users .users-list li {
    margin-bottom: 4px;
}

.profile-content-detail .content-info ul li .user-info {
    padding-bottom: 0;
}

.profile-content-detail .content-info ul li .user-info+.user-edit {
    padding-top: 14px;
    display: none;
}

.profile-content-detail .content-info ul li .user-info p {
    margin-bottom: 0;
}

.profile-content-detail .content-info ul li .user-info .user-icon a {
    /* margin: 0; */
}

.profile-content-detail .content-info ul li .user-info .user-icon a i {
    transform: rotate(180deg);
}

.profile-content-detail .content-info ul li .user-info .user-icon a.detail_active i {
    transform: rotate(0deg);
}

.news-contents .my-news-content .news-list .news-profile a .meu-text {
    position: static;
    width: calc(100% - 10px);
    margin: 0 5px;
}

.news-contents .my-news-content .news-list .news-profile a .meu-text~span.user-online {
    bottom: 27px;
}

.news-contents .my-news-content .news-list .news-profile a {
    display: flex;
    flex-direction: column-reverse;
}


/*-02-09-2021-*/

.message .shared-video .video {
    margin-bottom: 90px;
    float: left;
    max-width: 200px;
    height: auto;
    margin-right: 10px;
}

.message .shared-video .video iframe {
    width: 100%;
    height: 240px;
}

.partner-propose-section .my-news-content .news-list {
    z-index: 0;
}

.partner-propose-section .my-news-content .news-list .news-detail {
    position: static;
}

.partner-propose-section .my-news-content .news-list .news-detail a {
    position: relative;
    z-index: 2;
    display: inline-block;
}

.partner-propose-section .my-news-content .news-list .news-detail input[type="checkbox"] {
    opacity: 0;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    z-index: 1;
}

.partner-propose-section .my-news-content .news-list .news-detail input[type="checkbox"]~p:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: -1;
    transition: 0.3s ease-in-out;
}

.partner-propose-section .my-news-content .news-list .news-detail input[type="checkbox"]:checked~p:after {
    background-color: #c7c7c7;
}

.chat-history .message .shared-video {
    display: flex;
    flex-direction: column-reverse;
    margin: 5px 0 7px;
}

.chat-history .message .shared-video .video {
    float: none;
    width: 100%;
    margin-bottom: 0;
    margin: 0;
    max-width: 400px;
}

.chat-history .message .shared-video .video~.text-message {
    margin-bottom: 15px;
}

.chat-history .message .shared-video .text-message {
    max-width: none;
}

.bg-red {
    background-color: #C00301 !important;
}


/*-02-09-2021-*/


/*-07-09-2021-*/

.send-message-div a.btn.btn-success.pull-right.share-btn.bg-red {
    border-color: #c00301;
    padding-left: 10px;
    padding-right: 9px;
    margin-left: 10px;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    padding: 7px 0 7px 0px;
}


/*-07-09-2021-*/


/*-08-09-2021-*/

div#sharePopupModal .share-popup-title {
    color: #fff;
}

div#sharePopupModal .share-popup-title {
    color: #000;
    font-size: 18px;
    font-weight: 400;
}

div#sharePopupModal .video iframe {
    height: 280px;
}

.coaching_part .middle_box .video_section>div a.share-this-video {
    float: none !important;
    margin: 10px auto 0;
    display: block;
    width: fit-content;
}


/*-08-09-2021-*/


/*-10-09-2021-*/

.send-message-div .fa-youtube-play {
    font-size: 45px;
    color: #c00301;
}


/*-10-09-2021-*/


/*-06-10-2021-*/

.home-new-design {
    background-color: #e6e6e6;
    z-index: 0;
}

.home-new-design .wrapper>.banner-part .banner-slider {
    min-height: 100vh;
    min-height: 100%;
    width: 100vw;
    margin-left: calc(50% - 50vw - 10px);
    /* max-height: 720px; */
    overflow-y: hidden;
}


/*-06-10-2021-*/


/*-07-10-2021-*/

.home-new-design .wrapper>.banner-part .banner-slider div#video-slider {
    background-color: transparent;
    height: 660px !important;
    height: 100vh !important;
    position: static;
    margin-top: 0;
}

.main-content.home-new-design:after {
    background-color: transparent;
}

.banner-slider div#video-slider ul.slick-dots {
    text-align: left;
}

.home-new-design .main-login-btn {
    top: 20px;
    transition: top 0.3s ease-in-out;
}

.home-new-design .main-login-btn button#mainLogin {
    background-color: #c00301;
    border-color: #000;
    box-shadow: 0 3px 10px -5px #000;
}

.home-new-design .logo-part {
    top: 20px;
    width: 100%;
    max-width: 300px;
    padding: 20px;
    border: 2px solid #000;
    border-radius: 4px;
    background-color: rgb(255 255 255 / 60%);
    background-color: rgba(255, 255, 255, 0.60);
    transition: top 0.3s ease-in-out;
    backdrop-filter: blur(10px);
}

.home-new-design .logo-part a.logo {
    background-color: transparent;
    border-bottom: 1px solid #000;
}

.home-new-design .logo-part a.logo img {
    width: 100%;
}

.home-new-design .logo-part .logo-selection {
    padding: 0;
    background-color: transparent;
    margin-top: 15px;
}

.home-new-design .logo-part .logo-selection h3 {
    color: #000;
}

.home-new-design .logo-part .logo-selection ul {
    padding: 0 0 15px;
    display: flex;
    justify-content: space-between;
}

.home-new-design .logo-part .logo-selection ul li {
    margin: 0;
    display: inline-block;
}

.home-new-design .logo-part .logo-selection ul li a {
    font-size: 16px;
    color: #000;
    position: relative;
    display: block;
}

.home-new-design .logo-part .logo-selection ul li a input[type="radio"] {
    margin: 0;
    vertical-align: baseline;
    left: 0;
}

.home-new-design .logo-part a.logo h3 {
    pointer-events: none;
    color: #000;
    font-weight: 600;
}

.btn-red-yourlove,
.modal-dialog .modal-footer .btn-default,
.modal-dialog .modal-footer .btn-warning,
.delete-profile-modal-footer button#deleteprofile-btn,
.delete-profile-modal-footer button,
div#personal-detailModal .row button.btn {
    font-size: 15px !important;
    background-color: #c00301 !important;
    border: 1px solid #000 !important;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 3px 10px -5px #000;
    color: #fff !important;
    opacity: 1;
    transition: 0.3s ease-in-out;
}

.btn-red-yourlove:hover,
.modal-dialog .modal-footer .btn-default:hover,
.modal-dialog .modal-footer .btn-warning:hover,
.delete-profile-modal-footer button#deleteprofile-btn:hover,
.delete-profile-modal-footer button:hover,
div#personal-detailModal .row button.btn:hover {
    opacity: 0.7;
}

.home-new-design .logo-part .logo-selection ul li a input[type="radio"] {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}


/*-08-10-2021-*/

.mainDiv.home-new-design {
    background-color: transparent;
}

.home-new-design .login-main-div {
    background-color: rgb(0 0 0 / 20%);
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    border-bottom: 1px solid #fff;
}

.home-new-design .login-main-div .header-panel {
    float: left;
}

.home-new-design .login-main-div .header-social ul {
    margin: 0;
}

.home-new-design .login-main-div .header-social ul a {
    width: 80px;
}

.home-new-design .login-main-div .header-social ul a:hover {
    background-color: #3A5B9E;
    opacity: 0.7;
}

.home-new-design .login-main-div .header-social ul a img {
    max-width: 22px;
    top: 1px;
}

.home-new-design .login-main-div .header-social ul li {
    max-width: 80px;
}

.home-new-design .login-main-div .header-panel .login-links {
    padding-top: 10px;
}

.home-new-design .login-main-div .header-panel .login-links a {
    padding-top: 0;
    color: #000;
}

.home-new-design .login-main-div .header-panel .login-links a:after {
    background-color: #000;
}

.home-new-design .login-main-div .header-panel .login-links a:hover {
    opacity: 0.7;
}

.home-new-design.new-log-open .main-login-btn {
    top: 70px;
}

.home-new-design.new-log-open .logo-part {
    top: 70px;
}

.home-new-design .login-main-div .header-panel ul {
    margin: 0;
}

.home-new-design .login-main-div .header-panel ul .login-btn {
    padding: 3px 10px 5px;
    width: auto;
    height: auto;
    line-height: normal;
    transition: 0.3s ease-in-out;
}

.home-new-design .login-main-div .header-panel ul .login-btn:hover {
    opacity: 0.7;
    background-color: #E0001A;
}

.home-new-design .logo-part .logo-selection ul li a span {
    padding-left: 18px;
    position: relative;
    display: block;
    line-height: 15px;
}

.home-new-design .logo-part .logo-selection ul li a input[type="radio"]~span:before {
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    border: 2px solid #000;
    border-radius: 50%;
    left: 0;
    bottom: 0;
}

.home-new-design .logo-part .logo-selection ul li a input[type="radio"]:checked~span:before {
    /* content: "●";
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 7px;
    padding: 0 0 0 1px; */
}

.home-new-design .logo-part .logo-selection ul li a input[type="radio"]:checked~span:after {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #000;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 6px;
    left: 4px;
}

.home-new-design .video-bg-overlay {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.home-new-design .video-bg-overlay video {
    height: auto;
    position: fixed;
    min-height: 100vh;
    min-width: 100vw;
    pointer-events: none;
}

.home-new-design .registration-banner-part {
    margin-top: 20px;
    transition: 0.3s ease-in-out;
    border: 2px solid #000;
    border-radius: 4px;
    background-color: rgb(255 255 255 / 60%);
    backdrop-filter: blur(10px);
    width: 100%;
    max-width: 480px;
    margin: 20px 0 20px;
}

.home-new-design.new-log-open .registration-banner-part {
    margin-top: 70px;
}

.home-new-design .registration-banner-part .banner-heading {
    background-color: transparent;
    padding: 20px;
    margin-bottom: 0;
}

.home-new-design .registration-banner-part .banner-heading .reg-logo {
    max-width: 256px;
    margin: 0 auto;
}

.home-new-design .registration-banner-part .banner-heading .reg-logo img {
    width: 100%;
    margin: 0;
}

.home-new-design .registration-banner-part .banner-heading .reg-logo h3 {
    padding-bottom: 15px;
    border-bottom: 1px solid #000;
    font-weight: 600;
    color: #000;
}

.home-new-design .registration-banner-part .banner-heading .reg-logo p {
    font-size: 18px;
    margin-bottom: 0;
    color: #000;
    font-weight: 700;
}

.home-new-design .registration-banner-part form .form-group {
    width: calc(50% - 10px);
    margin-bottom: 10px;
}

.home-new-design .registration-banner-part form .form-group.form-radio {
    width: 100%;
}

.home-new-design .registration-banner-part form .form-group:nth-child(odd)+.form-group {
    margin-right: 0;
}

.home-new-design .banner-part .form-group .form-radio-col input[type="radio"]:not(old):checked+strong>strong.before:before {
    top: 6px;
}

.home-new-design .registration-banner-part form .form-group label {
    margin-bottom: 6px;
    font-size: 14px;
    line-height: normal;
}

.home-new-design .registration-banner-part form#frmRegister .form-group.form-radio label {
    font-family: 'OpenSans-Bold';
    font-weight: normal;
    font-size: 20px;
    line-height: 22px;
    color: #000;
}

.home-new-design .registration-banner-part form#frmRegister {
    padding-top: 0;
}

.main-content.home-new-design~.footer ul:nth-child(2) li {
    margin: 0 5.5px;
}

.main-content.home-new-design~.footer ul:nth-child(2) li a {
    font-size: 14px;
}

.main-content.home-new-design~.footer ul:nth-child(2) li:before {
    top: 3px;
    left: -8px;
    height: 14px;
}

.main-content.home-new-design~.footer p,
.main-content.home-new-design~.footer p a {
    font-size: 14px;
    line-height: 16px;
}

.main-content.home-new-design .registerjoin-page-content.banner-part .form-group.form-radio {
    margin-bottom: 12px;
    padding-bottom: 14px;
    border-color: #ffd5d4;
}


/*-13-10-2021-*/

.mendatory-question-main.home-new-design {
    padding: 0 0 120px;
}

.home-new-design .registration-banner-part.profile-banner {
    padding: 0 0 25px;
    height: auto;
    min-height: auto;
    max-width: 350px;
}

.home-new-design .registration-banner-part.profile-banner .register_content p,
.home-new-design .registration-banner-part.profile-banner .register_content h1,
.home-new-design .registration-banner-part.profile-banner .register_content h2,
.home-new-design .registration-banner-part.profile-banner .register_content h3,
.home-new-design .registration-banner-part.profile-banner .register_content h4,
.home-new-design .registration-banner-part.profile-banner .register_content h5,
.home-new-design .registration-banner-part.profile-banner .register_content h6,
.home-new-design .registration-banner-part.profile-banner .register_content ul li {
    width: 100%;
    color: #000;
}

.home-new-design .registration-banner-part.profile-banner .register_content ul {
    width: 95%;
}

.home-new-design .registration-banner-part.profile-banner .register_content {
    padding: 0 20px;
}

.home-new-design .registration-banner-part.profile-banner .continue-btn a.btn-red-yourlove {
    display: block;
    max-width: fit-content;
    margin-left: auto;
}

.main-content.home-new-design .progress-bar {
    max-width: 320px;
    padding: 0;
    border-radius: 0;
    background-color: rgb(169 169 169);
    height: 8px;
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
}

.main-content.home-new-design .progress-bar>span {
    border-radius: 0;
}

.home-new-design .registration-banner-part.mendatory-question-box form .tab-pane .mendatory-question-title-row {
    padding: 0;
    margin: 0;
    background-color: transparent;
    border: none;
}

.home-new-design .registration-banner-part.mendatory-question-box form .tab-pane .mendatory-question-title-row:after,
.home-new-design .registration-banner-part.mendatory-question-box form .tab-pane .mendatory-question-title-row:before {
    border: none;
}

.home-new-design .registration-banner-part.mendatory-question-box form .tab-pane .form-group .mendatory-answer-box {
    padding: 0;
}

.home-new-design .registration-banner-part.mendatory-question-box form .tab-pane .answer-title-tag {
    margin: 15px 0 15px;
}

.home-new-design .registration-banner-part.mendatory-question-box form .tab-pane .answer-title-tag p {
    padding: 0;
    margin: 0;
}

.home-new-design .registration-banner-part.mendatory-question-box form .tab-pane ul.list-inline {
    padding: 0;
    margin-bottom: 0;
}

.home-new-design .registration-banner-part.mendatory-question-box form {
    padding: 0 20px;
}

.home-new-design .registration-banner-part.mendatory-question-box form .tab-pane .form-group .dropdown-menu {
    padding: 0;
}

.home-new-design .registration-banner-part.mendatory-question-box form .tab-pane .form-group .dropdown-menu ul.dropdown-menu li a {
    background-color: rgb(255 255 255 / 0%);
    border: 2px solid #000;
    color: #000;
    text-align: center;
    margin-bottom: 7px;
    padding: 8px 10px;
    box-shadow: 0 3px 10px -5px #000;
    transition: 0.3s ease-in-out;
}

.home-new-design .registration-banner-part.mendatory-question-box form .tab-pane .form-group .dropdown-menu ul.dropdown-menu li a span.text {
    margin: 0;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.home-new-design .registration-banner-part.mendatory-question-box form .tab-pane .form-group .dropdown-menu ul.dropdown-menu li a:hover {
    background-color: #d7d7d7;
}

.home-new-design .registration-banner-part.mendatory-question-box form .tab-pane .form-group .dropdown-menu ul.dropdown-menu li.selected a {
    background-color: #bcbcbc;
    color: #fff;
}

.home-new-design .registration-banner-part.mendatory-question-box {
    max-width: 350px;
}

.home-new-design .registration-banner-part.mendatory-question-box form .tab-pane ul.list-inline button.btn-red-yourlove {
    padding: 10px 10px 7px !important;
}

.home-new-design .registration-banner-part.mendatory-question-box form .tab-pane .form-group .mendatory-answer-box .check-box-row {
    margin-bottom: 7px;
}

.home-new-design .registration-banner-part.mendatory-question-box form .tab-pane .form-group .mendatory-answer-box .check-box-row input[type="radio"] {
    margin: 0;
    height: 36px;
    top: auto;
    bottom: 0;
}

.home-new-design .registration-banner-part.mendatory-question-box form .tab-pane .form-group .mendatory-answer-box .check-box-row input[type="radio"]+span {
    height: 36px;
    background-color: rgb(255 255 255 / 0%);
    border: 2px solid #000;
    color: #000;
    line-height: normal;
    margin: 0;
    padding: 8px 10px;
    text-align: center;
    box-shadow: 0 3px 10px -5px #000;
    transition: 0.3s ease-in-out;
}

.home-new-design .registration-banner-part.mendatory-question-box form .tab-pane .form-group .mendatory-answer-box .check-box-row input[type="radio"]:hover+span,
.mendatory-answer-box .check-box-row input[type=radio]:not(old):hover+label.error+span {
    background-color: #d7d7d7;
}

.home-new-design .registration-banner-part.mendatory-question-box form .tab-pane .form-group .mendatory-answer-box .check-box-row input[type="radio"]:checked+span,
.mendatory-answer-box .check-box-row input[type=radio]:not(old):checked+label.error+span {
    background-color: #bcbcbc;
    color: #fff;
}

.home-new-design .registration-banner-part.mendatory-question-box form .tab-pane ul.list-inline .next-but-row {
    justify-content: space-between;
    display: flex;
    width: 100%;
}

.home-new-design .registration-banner-part.mendatory-question-box form .tab-pane ul.list-inline .next-but-row li:only-child {
    margin-left: auto;
}


/*-END-13-10-2021-*/


/*-14-10-2021-*/

.home-new-design .registration-banner-part.profile-banner .register_content * {
    word-break: break-word;
}

.home-new-design.setting-new-design {
    padding-left: 20px;
    padding-right: 20px;
}

.home-new-design.setting-new-design .registration-process.registration-process-settings {
    margin: 20px 0 20px;
    box-shadow: 10px 10px 30px 10px #bfbfbf;
}

.main-content.new-dashboard-design:after,
.main-content.new-dashboard-design .banner_box:after {
    height: 0;
}

.main-content.new-dashboard-design .banner_box+.card_box {
    border: none;
    background-color: transparent;
}

.main-content.new-dashboard-design .banner_box .dashboard-banner {
    padding: 18px 0;
}

.main-content.new-dashboard-design .banner_box .dashboard-banner .dashboard-main-content .banner-content {
    border: 1px solid #798F90;
    background-color: rgb(255 255 255 / 90%);
    width: 100%;
    max-width: 48%;
}

.main-content.new-dashboard-design .banner_box .dashboard-banner .dashboard-main-content .banner-content h2 {
    font-weight: 600;
    color: #e0001a;
}

.main-content.new-dashboard-design .banner_box .dashboard-banner .dashboard-main-content .banner-content p,
.main-content.new-dashboard-design .banner_box .dashboard-banner .dashboard-main-content .banner-content li {
    color: #000;
}


/*-END-14-10-2021-*/


/*-18-10-2021-*/

.banner_slider .color_red {
    color: #e0001a;
}

.banner_slider .item .item.inner_item {}

.banner_slider .item .item.inner_item .slide_title h4 {
    margin-top: 0;
    font-weight: 600;
    font-size: 16px;
}

.banner_slider .item .item.inner_item:first-child {
    margin-bottom: 18px;
}

.banner_slider .item .item.inner_item:first-child .slide_texts {
    justify-content: flex-start;
}

.banner_slider .item .item.inner_item:first-child .slide_texts .slide_img {
    max-width: 90px;
    margin-right: 10px;
    max-height: 90px;
    height: 100%;
}

.banner_slider .item .item.inner_item:first-child .slide_texts .slide_img a {
    max-width: unset;
    max-height: unset;
    height: auto;
}

.banner_slider .item .item.inner_item:nth-child(2) .slide_texts .slide_img {
    width: 100%;
    max-width: 150px;
}

.banner_slider .item .item.inner_item:nth-child(2) .slide_texts .slide_img a.video-link {
    max-width: unset;
    max-height: 80px;
    height: 80px;
    margin-left: 10px;
    margin-right: 0;
}


/*-END-18-10-2021-*/


/*-20-10-2021-*/

.main-content.new-dashboard-design .banner_box .dashboard-banner .dashboard-main-content .banner-content .btn-red-yourlove {
    margin-top: 15px;
    margin-left: auto;
    margin-right: 0;
    display: table;
}

.banner_slider .owl-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 5px;
}

.banner_slider .owl-buttons * {
    margin: 0 10px;
    color: #c00301;
    font-weight: 700;
}

.banner_slider .owl-buttons *:hover {
    opacity: 0.7;
}


/*-END-20-10-2021-*/


/*-21-10-2021-*/

body.dashboard_page .main-content.new-dashboard-design,
body.dashboard_page {
    background-color: #e6e6e6;
}

.main-content.new-dashboard-design .banner_box+.card_box .card-view-section {
    background-color: transparent;
}

.main-content.new-dashboard-design .banner_box+.card_box .card-view-section .grid-3 {
    border: 1px solid #798F90;
}

.header.header_new .top-header-left ul {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    max-width: 70%;
    width: 100%;
}

.header.header_new .top-header-left ul li {
    padding: 8px 0;
    margin: 0;
    width: 100%;
    max-width: 33%;
    border: none;
    padding-left: 30px;
    position: relative;
}

.header.header_new .top-header-left ul li.active a {
    text-decoration: none;
}

.header.header_new .top-header-left ul li svg.svg-inline--fa {
    position: absolute;
    left: -25px;
    top: -5px;
    color: #fff;
    background-color: #828282;
    background-color: #798F90;
    height: 20px;
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    border-radius: 50%;
    transition: background-color 0.2s ease-in-out;
    margin-top: 0;
}

.header.header_new .top-header-left ul li.active a svg.svg-inline--fa,
.header.header_new .top-header-left ul li:hover a svg.svg-inline--fa {
    background-color: #C00301;
}

a.header-back-btn {
    padding: 3px 7px 3px;
    font-size: 10px;
    line-height: normal;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
}

.main-content.new-dashboard-design .banner_box+.card_box .card-view-section .grid-3 h3 {
    padding: 5px 5px 5px 0;
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
}

.main-content.new-dashboard-design .banner_box+.card_box .card-view-section .grid-3 a#search-partner-btn {
    margin: 0;
    position: relative;
    top: -30px;
}

.main-content.new-dashboard-design .banner_box+.card_box .card-view-section .grid-3 .patner-suggest {
    padding: 9px 8px !important;
}

.main-content.new-dashboard-design .banner_box+.card_box .card-view-section .grid-3 button {
    width: 100%;
}

.main-content.new-dashboard-design .banner_box+.card_box .card-view-section .grid-3 .patner-suggest .profile-img a img {
    filter: unset;
    -moz-filter: unset;
    -webkit-filter: unset;
    -ms-filter: unset;
    -o-filter: unset;
    border: 1px solid #c00301;
    height: 75px;
    height: 70px;
}

.main-content.new-dashboard-design .banner_box+.card_box .card-view-section .grid-3 .patner-suggest .profile-img .meu-text {
    font-weight: 100;
    line-height: 19px;
}


/*-END 21-10-2021-*/


/*-29-10-2021-*/

.main-content-profile-page.home-new-design {
    padding: 0;
}

.main-content-profile-page.home-new-design .profile-info .profile-left .profile-photos img.dummy-image {
    min-height: 148px;
    /* min-height: 130px; */
      min-height: 150px;
}

.main-content-profile-page.home-new-design .profile-info .profile-left .profile-photos a>span {
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 10px;
    color: #fff;
    background-color: #c00301;
}

.main-content-profile-page.home-new-design .profile-info .profile-left .profile-photos a {
    border: 2px solid #c00301;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 3px 10px -5px #000;
}

.main-content-profile-page.home-new-design .profile-info .profile-left .profile-users h3 {
    display: block;
    max-width: max-content;
    line-height: normal;
    padding: 5px 8px 4px;
    background-color: #fff;
    color: #000;
    border-radius: 5px;
    border: 2px solid #c00301;
    box-shadow: 0 3px 10px -5px #000;
    margin-bottom: 5px;
    line-height: 21px;
}

.main-content-profile-page.home-new-design .profile-info .profile-left .profile-users span {
    font-size: 14px;
    line-height: 14px;
}

.main-content-profile-page.home-new-design .profile-info .profile-left .profile-users .user-icon {
    margin-top: 4px;
}

.main-content-profile-page.home-new-design .profile-info .profile-left .profile-users .user-icon a img {
    border: 1px solid #000;
    border-radius: 50%;
}

.main-content-profile-page.home-new-design .profile-content-detail .content-info ul li .user-info .user-icon a svg {
    transform: rotate(180deg);
}

.main-content-profile-page.home-new-design .profile-content-detail .content-info ul li .user-info .user-icon a.detail_active svg {
    transform: rotate(0);
}

.main-content-profile-page.home-new-design .profile-content-detail .content-info ul li .user-info .user-icon a {
    color: #747474;
}

.main-content-profile-page.home-new-design .profile-info .profile-left .profile-photos a .meu-text.btn-red-yourlove {
    left: 50%;
    transform: translateX(-50%);
}

.main-content-profile-page.home-new-design .profile-info .profile-right.profile-right-2 li a {
    color: #c00301;
}

.main-content-profile-page.home-new-design .profile-info .profile-right.profile-right-2 li a:hover {
    color: #8f0100;
}

.main-content-profile-page.home-new-design .profile-info .profile-right.profile-right-2 li a svg {
    color: inherit;
}

.main-content.main-content-profile-page.home-new-design~.modal-backdrop.fade.in {
    display: none;
}

.main-content.mypartnersuggestion-page-content.home-new-design .news-contents {
    margin: 0;
    background-color: transparent;
}

.main-content.mypartnersuggestion-page-content.home-new-design {}

.main-content.mypartnersuggestion-page-content.home-new-design .news-contents {
    margin: 0;
    background-color: transparent;
}

.main-content.mypartnersuggestion-page-content.home-new-design .news-contents .partner-propose-section h2#totalProposals {
    text-align: left;
    margin: 0;
    padding-right: 150px;
}

.main-content.mypartnersuggestion-page-content.home-new-design .news-contents .partner-propose-section .sorting-btn {
    position: absolute;
    right: 0;
    top: 12px;
}

.main-content.mypartnersuggestion-page-content.home-new-design .news-contents .partner-propose-section .sorting-btn button svg {
    padding: 7px 7px 5px;
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: bottom;
    background-color: #798f90;
    border-radius: 50%;
    color: #fff;
}


/*-END 29-10-2021-*/


/* 01-11-2021 */

.mypartnersuggestion-page-content.home-new-design .partner-propose-section .offer-detail .advance-setting h2 {
    margin-top: 0;
    text-align: left;
    padding: 0 45px 0 15px;
}

.mypartnersuggestion-page-content.home-new-design .partner-propose-section .offer-detail .advance-setting a#search-partner-btn {
    margin: 0;
    margin-top: -45px;
}

.mypartnersuggestion-page-content.home-new-design .my-news-content {
    min-height: unset;
    max-height: unset;
}

.main-content.mypartnersuggestion-page-content.home-new-design .news-contents {
    min-height: unset;
}

html body {
    background-color: #e6e6e6;
}

.main-content.mypartnersuggestion-page-content.home-new-design .news-contents .my-news-content .news-list .news-profile img {
    filter: blur(0);
    -moz-filter: blur(0);
    -webkit-filter: blur(0);
    -ms-filter: blur(0);
    -o-filter: blur(0);
    padding: 0;
    border: 1px solid #cf2528;
    height: 90px;
}

.main-content.mypartnersuggestion-page-content.home-new-design .partner-propose-section .profile-img {
    background-color: #fff;
    padding: 5px;
}

.main-content.mypartnersuggestion-page-content.home-new-design .news-contents .my-news-content .news-list .news-profile {
    background-color: #fff;
}

.main-content.mypartnersuggestion-page-content.home-new-design .search-setting ul.search-option li {
    font-size: 16px;
}

.main-content.mypartnersuggestion-page-content.home-new-design .search-setting ul.search-option li i,
.main-content.mypartnersuggestion-page-content.home-new-design .search-setting ul.search-option li .svg-inline--fa {
    width: 20px;
    font-size: 20px;
}


/* END 01-11-2021 */


/*10-11-2021*/

.header.header_new .top-header-left li.menu-chat-icon>a>span.tot-chatbox {
    line-height: 22px;
}

.news-contents .my-news-content .news-list .news-detail .send-message-icon {
    padding: 6px 0 0 0;
}

#chatChannel .news-profile-detail .chat-message button {
    border-radius: 5px;
    text-transform: capitalize;
    font-size: 18px !important;
}

.main-content.coaching_page.home-new-design .wrapper.top-title {
    margin-bottom: 20px;
}

.main-content.coaching_page.home-new-design .wrapper.top-title h2 {
    margin: 0;
    font-weight: 700;
    color: #c00301;
}


/*END 10-11-2021*/


/*-13-11-2021-*/

.main-content.main-content-profile-view-page.home-new-design .profile-info .profile-left .profile-users h3 {
    margin-top: 80px;
}

.main-content.main-content-profile-view-page.home-new-design .profile-info .profile-left .profile-users h3~ul#user_list {
    padding-right: 14px;
    margin-top: 60px;
    margin-bottom: 0;
}


/*-END 13-11-2021-*/


/*-16-11-2021-*/

.patner-suggest .patner-detail .patner-heading .heading-row h3 {
    font-size: 14px !important;
}

.patner-suggest .patner-detail .patner-heading p {
    margin-bottom: 0;
}

.main-content .banner_box+.card_box .card-view-section {
    padding: 15px 0 9px;
}

.main-content.new-dashboard-design .banner_box+.card_box .card-view-section .grid-3>h3 {
    padding-left: 5px;
}


/*-END 16-11-2021-*/


/*-19-11-2021-*/

.main-content.coaching_page.home-new-design {
    padding-top: 40px;
}

.coaching_page.home-new-design .refrence_box .refre_image {
    max-width: 150px;
}

.coaching_page.home-new-design .refrence_box .refre_image img {
    width: 200px;
    height: 200px;
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.coaching_page.home-new-design .refrence_box .refre_texts {
    padding-left: 25px;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.coaching_page.home-new-design .refrence_box .refre_texts .left_refre a.btn-red-yourlove {
    padding: 8px 15px;
    border-radius: 5px;
    position: absolute;
    bottom: 0;
    right: 30px;
}

.coaching_page.home-new-design .refrence_box .refre_texts .left_refre {
    width: 100%;
}

.coaching_page.home-new-design .refrence_box .refre_texts .left_refre h5 {
    margin: 0 0 5px;
    background-color: transparent;
    color: #242424;
    padding: 0;
    font-size: 18px;
    font-weight: 700;
}

.coaching_page.home-new-design .refrence_box .refre_texts .right_refre {
    margin-top: 15px;
}

.coaching_page.home-new-design .refrence_box .refre_texts .right_refre h5 {
    padding: 0;
    background-color: transparent;
    font-size: 15px;
    color: #000;
    margin: 0 0 5px;
    font-weight: 600;
}

.coaching_page.home-new-design .refrence_box .refre_texts .right_refre .social_box {
    margin-top: 5px;
}

.coaching_page.home-new-design .refrence_box .refre_texts .left_refre h5 a.site_link {
    opacity: 0.6;
    font-size: 15px;
    display: inline-block;
    margin-left: 20px;
    font-weight: 600;
    position: relative;
}

.coaching_page.home-new-design .refrence_box .refre_texts .left_refre h5 a.site_link:before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #000;
    position: absolute;
    left: -12px;
}

.coaching_page.home-new-design section.coaching_part .wrapper {
    padding: 20px;
}

.coaching_page.home-new-design section.coaching_part .wrapper.top_title {
    background-color: transparent;
    padding: 0 0 15px;
}

.coaching_page.home-new-design section.coaching_part .wrapper.top_title h3 {
    margin-top: 0;
    color: #D70005;
    font-weight: 600;
}

.coaching_page.home-new-design section.coaching_part div#consultant_section {
    max-height: unset;
}

.main-content.coaching_page.home-new-design section.coaching_part {
    padding-bottom: 30px;
}


/*-END 19-11-2021-*/


/*-23-11-2021-*/

.refrence_box .refre_texts .right_refre a:hover {
    opacity: 0.7;
}


/*-END 23-11-2021-*/


/*-24-11-2021-*/

.main-content.home-new-design {}

.main-content.home-new-design .news-contents {
    background-color: transparent;
    padding: 0;
    min-height: unset;
    margin-bottom: 30px;
    margin-bottom: 0;
}

.main-content.home-new-design .news-contents .my-news-content {
    height: auto;
    min-height: unset;
}

.main-content.home-new-design .news-contents .my-news-content h2 {
    text-align: left;
    font-weight: 700;
    font-size: 18px;
    min-height: unset;
}

.main-content.home-new-design .news-contents .my-news-content h2 span.black {
    color: #000;
}

.main-content.home-new-design .news-contents .my-news-content .vert-scroll {
    /* max-height: initial; */
}

.main-content.home-new-design .news-contents .my-news-content .news-list.list-parts {
    display: inline-flex;
    max-width: 250px;
    flex-direction: column;
    padding: 0;
    margin: 0 18px 20px 0;
}

.main-content.home-new-design .news-contents .my-news-content .news-list .news-profile-left {
    width: 100%;
    border-bottom: 1px solid #c5c5c5;
}

.main-content.home-new-design .news-contents .my-news-content .news-list .news-profile-left .news-profile {
    width: 100%;
}

.main-content.home-new-design .news-contents .my-news-content .news-list .news-profile-left .news-profile .profile-img {
    width: 100%;
    max-height: 250px;
    max-width: 250px;
}

.main-content.home-new-design .news-contents .my-news-content .news-list .news-profile-left .news-profile .profile-img img {
    /* .clickable-link */
    padding: 0;
    border-radius: 0;
    height: 250px;
    max-height: 250px;
    object-fit: cover;
}

.main-content.home-new-design .news-contents .my-news-content .news-list .news-profile-right {
    width: 100%;
}

.main-content.home-new-design .news-contents .my-news-content .news-list .news-profile-right .news-detail {
    padding: 7px;
    width: 100%;
    text-align: left;
    cursor: auto;
}

.main-content.home-new-design .news-contents .my-news-content .news-list .news-profile-left .news-profile ul {
    position: absolute;
    margin: 0;
    bottom: 5px;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.main-content.home-new-design .news-contents .my-news-content .news-list:hover .news-profile-left .news-profile ul {
    opacity: 1;
}

.main-content.home-new-design .news-contents .my-news-content .news-list .news-profile-left .news-profile ul li {
    margin: 0 7px;
    font-size: 20px;
    list-style-type: none;
}

.main-content.home-new-design .news-contents .my-news-content .news-list .news-profile-left .news-profile ul li.bookmark_link {
    position: absolute;
    right: 7px;
    margin: 0;
}

.main-content.home-new-design .news-contents .my-news-content .news-list .news-profile-left .news-profile ul li a {
    color: #c00301;
    transition: opacity 0.3s ease-in-out;
}

.main-content.home-new-design .news-contents .my-news-content .news-list .news-profile-left .news-profile ul li a:hover {
    opacity: 0.7;
}

.main-content.home-new-design .news-contents .my-news-content .news-list .news-profile-left .news-profile .heading-row1 {
    position: absolute;
    right: 5px;
    top: auto;
    bottom: 5px;
}

.main-content.home-new-design .news-contents .non-premium-user .my-news-content .news-list .news-profile-left .news-profile .heading-row1 {
    bottom: 2px;
}

.main-content.home-new-design .news-contents .my-news-content .news-list .news-profile-left .news-profile .heading-row1 h5 {
    line-height: 17px;
}

.main-content.home-new-design .news-contents .my-news-content h2 span.total_count {
    padding-left: 6px;
    border-left: 2px solid #595a5a;
    color: #595a5a;
}

.main-content.home-new-design .news-contents .my-news-content .news-list .news-profile-right .news-detail h4 a {
    margin-bottom: 0;
}

.main-content.home-new-design .news-contents .my-news-content .news-list .news-profile-right .news-detail h4:only-child {
    margin: 0;
    line-height: 17px;
    padding-right: 45px;
}


/*-END 24-11-2021-*/

.main-content {
    padding-bottom: 87px;
    padding-bottom: 57px;
}

.main-content.home-new-design~.footer .wrapper.clearfix {
    padding-top: 10px;
}

.main-content.home-new-design~.footer {
    padding: 0;
    z-index: 9;
}

.main-content.home-new-design~.footer .wrapper>p:first-child {
    display: none;
}

.main-content.home-new-design~.footer .wrapper.clearfix ul {
    margin-bottom: 3px;
}


/*-Dec Start-*/

.main-content.home-new-design {
    z-index: 9;
}

.main-content.home-new-design .news-contents {
    margin-top: 3px;
}

.main-content.home-new-design .news-contents .my-news-content .news-list .news-profile-left .news-profile ul {
    justify-content: center;
    padding: 4px 0;
    width: auto;
    left: 50%;
    transform: translateX(-50%) scale(0.8);
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 5px 7px 0px #d7d7d7;
    bottom: -2px;
    bottom: calc(100% - 230px);
}

.main-content.home-new-design .news-contents .my-news-content .news-list .news-profile-left .news-profile ul li.bookmark_link {
    position: static;
    margin: 0 7px;
}

.main-content.home-new-design .news-contents .my-news-content .vert-scroll div#loadMoreUsers {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
}

.main-content.home-new-design .news-contents .my-news-content .vert-scroll div#loadMoreUsers .news-list {
    margin: 20px 0 0 0;
}

.main-content.home-new-design .news-contents .my-news-content .vert-scroll div#loadMoreUsers .news-list:nth-child(4),
.main-content.home-new-design .news-contents .my-news-content .vert-scroll div#loadMoreUsers .news-list:nth-child(3),
.main-content.home-new-design .news-contents .my-news-content .vert-scroll div#loadMoreUsers .news-list:nth-child(2),
.main-content.home-new-design .news-contents .my-news-content .vert-scroll div#loadMoreUsers .news-list:nth-child(1) {
    margin: 0 0 0 0;
}

.main-content.home-new-design .news-contents .my-news-content .news-list.list-parts {
    max-width: 170px;
}

.main-content.home-new-design .news-contents .my-news-content .vert-scroll {
    padding-right: 0;
}

.main-content.home-new-design .news-contents .my-news-content .news-list .news-profile-right .news-detail h4 a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
}

.main-content.home-new-design .news-contents .my-news-content .news-list .news-profile-left .news-profile .profile-img img {
    height: 170px;
    max-height: 170px;
}

.main-content.home-new-design .news-contents .my-news-content .vert-scroll,
.main-content.coaching_page.home-new-design section.coaching_part:only-child .wrapper:not(.top_title),
.coaching_part .middle_box .video_section,
.main-content.home-new-design .news-contents .my-news-content {
    scrollbar-width: thin;
    scrollbar-color: #595a5a #e0e0e0;
}


/* width */

.main-content.home-new-design .news-contents .my-news-content .vert-scroll::-webkit-scrollbar,
.main-content.coaching_page.home-new-design section.coaching_part:only-child .wrapper:not(.top_title)::-webkit-scrollbar,
.coaching_part .middle_box .video_section::-webkit-scrollbar,
.main-content.home-new-design .news-contents .my-news-content::-webkit-scrollbar {
    width: 15px;
}


/* Track */

.main-content.home-new-design .news-contents .my-news-content .vert-scroll::-webkit-scrollbar-track,
.main-content.coaching_page.home-new-design section.coaching_part:only-child .wrapper:not(.top_title)::-webkit-scrollbar-track,
.coaching_part .middle_box .video_section::-webkit-scrollbar-track,
.main-content.home-new-design .news-contents .my-news-content::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 0px;
}


/* Handle */

.main-content.home-new-design .news-contents .my-news-content .vert-scroll::-webkit-scrollbar-thumb,
.main-content.coaching_page.home-new-design section.coaching_part:only-child .wrapper:not(.top_title)::-webkit-scrollbar-thumb,
.coaching_part .middle_box .video_section::-webkit-scrollbar-thumb,
.main-content.home-new-design .news-contents .my-news-content::-webkit-scrollbar-thumb {
    background: grey;
    border-radius: 0px;
}


/* Handle on hover */

.main-content.home-new-design .news-contents .my-news-content .vert-scroll::-webkit-scrollbar-thumb:hover,
.main-content.coaching_page.home-new-design section.coaching_part:only-child .wrapper:not(.top_title)::-webkit-scrollbar-thumb:hover,
.coaching_part .middle_box .video_section::-webkit-scrollbar-thumb:hover,
.main-content.home-new-design .news-contents .my-news-content::-webkit-scrollbar-thumb:hover {
    background: #595a5a;
}

div#premiumPlanModal {
    z-index: 9;
    position: fixed;
}

div#premiumPlanModal h3 {
    margin: 0 0 5px;
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    color: #c00301;
}

div#premiumPlanModal .all-features {}

div#premiumPlanModal ul {
    text-align: left;
    padding-left: 18px;
}

#premiumPlanModal .closePremiumModal {
    border: none;
}

.profile-content-detail .content-info ul li .user-info .user-icon {
    visibility: hidden;
    pointer-events: none;
}

.profile-content-detail .content-info ul li .user-info+.user-edit {
    display: block !important;
}

#workAndAgeModal button[type="submit"],
#editProfileModal .form-group input[type="submit"],
#passwordModal button[type="submit"] {
    font-size: 15px !important;
    background-color: #c00301 !important;
    border: 1px solid #000 !important;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 3px 10px -5px #000;
    color: #fff !important;
    opacity: 1;
    transition: 0.3s ease-in-out;
}

#editProfileModal .form-group input[type="submit"]:hover,
#passwordModal button[type="submit"]:hover {
    color: #fff !important;
    background-color: #c00301 !important;
    border: 1px solid #000 !important;
    outline: none;
    opacity: 0.7;
}

.modal .modal-content .panel-heading,
.modal .modal-content .modal-header {
    background-color: transparent !important;
    color: #000;
    border-color: #c00301;
    text-align: left;
}

div#notification_popup,
div#editProfileModal {
    padding: 15px !important;
}

div#notification_popup .modal-header {
    background-color: transparent !important;
    border-bottom: 1px solid #c00301;
}

div#notification_popup .modal-header span,
div#editProfileModal .modal-header span {
    text-align: left;
    color: #000;
}

div#notification_popup .settings-description {
    background-color: transparent;
    padding: 0;
}

div#notification_popup .modal-dialog,
div#editProfileModal .modal-dialog {
    margin: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
}

div#notification_popup .modal-dialog .modal-content,
div#editProfileModal .modal-dialog .modal-content {
    width: 100%;
    max-width: 600px;
}

div#notification_popup .modal-dialog .panel-body,
div#editProfileModal .modal-dialog .panel-body {
    padding: 8px 8px 5px;
}

.mendatory-answer-box .check-box-row input[type=radio]:not(old):checked+span {
    background-color: #c00301;
    border-color: #c00301;
}

.main-content.home-new-design.new-log-open {
    z-index: 0;
}

.header.header_new .top-header-right ul li.hamburger-btn .dropdown button {
    color: #c00301;
}

.header.header_new .top-header-right ul li.hamburger-btn .dropdown button:hover {
    color: #000;
}


/*-17-12-2021-*/

.main-content.home-new-design:after {
    content: none;
}

.news-contents .welcome-window {
    margin-top: 0;
}

.home-new-design .news-contents h2 {
    margin: 13px 0 14px;
    text-align: left;
    font-weight: 700;
    font-size: 18px;
    min-height: unset;
    color: #D70005;
    color: #c00301;
}

.main-content.coaching_page.home-new-design .wrapper.top-title h2 {
    text-align: left;
    font-weight: 700;
    font-size: 18px;
    min-height: unset;
    color: #D70005;
    color: #c00301;
}

.main-content.mypartnersuggestion-page-content.home-new-design .news-contents .partner-propose-section h2#totalProposals {
    margin: 13px 0 14px;
}

.home-new-design .news-contents h2 span.total_count,
.main-content.coaching_page.home-new-design .wrapper.top-title h2 span.total_count,
.main-content.coaching_page.home-new-design .coaching_part .wrapper.top_title h3 .total_count {
    padding-left: 6px;
    border-left: 2px solid #595a5a;
    color: #595a5a;
}

.home-new-design .news-contents>.sorting-btn {
    margin-bottom: 0 !important;
}

.home-new-design .sorting-btn button svg {
    padding: 4px 6px 3px !important;
    width: 25px !important;
    height: 25px !important;
    display: inline-block;
    vertical-align: bottom;
    background-color: #c00301 !important;
    border-radius: 50%;
    color: #fff;
    margin-bottom: 2px;
}

.dashboard-page-content.home-new-design .sorting-btn button {
    margin-top: 0;
}

.home-new-design .delete-communication.delete-icon {
    padding: 0;
    position: absolute;
    right: 0;
    font-size: 16px;
    color: #c00301;
    bottom: 0;
}

.home-new-design .delete-communication.delete-icon:hover {
    opacity: 0.7;
}

.main-content.coaching_page.home-new-design {
    padding-top: 15px;
}

.main-content.coaching_page.home-new-design .wrapper.top-title {
    margin-bottom: 12px;
}

.coaching_page.home-new-design section.coaching_part .wrapper {
    /* padding: 0; */
}

.coaching_part .bottom_box .refrence_boxes .refrence_box {
    padding: 15px;
    margin: 0;
    border-bottom: 1px solid #d7d7d7;
}

.coaching_part .bottom_box .refrence_boxes .refrence_box:first-child {
    border: 3px solid #c00000;
}

.coaching_page.home-new-design .refrence_box .refre_texts .left_refre a.btn-red-yourlove {
    right: 0;
}

.coaching_page.home-new-design section.coaching_part .wrapper.top_title h3 {
    margin: 0;
    font-weight: 700;
    font-size: 18px;
    min-height: unset;
}

.coaching_page.home-new-design section.coaching_part .wrapper.top_title {
    padding-bottom: 14px;
}


/*-20-12-2021-*/

.main-profile-setting .manage-profile {
    margin-top: 20px;
}

.main-profile-setting .manage-profile .profil-cog {
    margin-top: -5px;
}

.partner-propose-section .offer-detail .advance-setting ul.search-option {
    padding-left: 18px;
}

.partner-propose-section {
    margin-bottom: 15px;
}

.partner-propose-section .offer-detail .advance-setting div#partner-match {
    padding-left: 15px;
}

.partner-propose-section .my-notes-content button#load-more,
.partner-propose-section .my-news-content button#load-more,
div#loadMoreUsers .my-news-content.vert-scroll button#load-more {
    border: 2px solid #000;
    background-color: #c00301;
    transition: opacity 0.3s ease-in-out;
}

div#loadMoreUsers .my-news-content.vert-scroll button#load-more {
    width: 100%;
    position: static;
}

.partner-propose-section .my-notes-content button#load-more:hover,
.partner-propose-section .my-news-content button#load-more:hover,
div#loadMoreUsers .my-news-content.vert-scroll button#load-more:hover {
    opacity: 0.7;
}

.partner-propose-section .my-news-content.my-notes-content .nt1 {
    padding: 0;
}

.registration-process.registration-process-settings h2,
.main-profile-setting .manage-profile h2,
.main-profile-setting .manage-profile h2 {
    color: #000;
}

.main-content.coaching_page.home-new-design section.coaching_part:only-child .wrapper:not(.top_title) {
    max-height: 580px;
    overflow: hidden;
    overflow-y: auto;
}

.home-new-design.imp-info-page {}

.home-new-design.imp-info-page .wrapper:first-child {
    margin-top: 20px;
    margin-bottom: 20px;
}

.wrapper.clearfix {}

.home-new-design.imp-info-page .wrapper .white-bgcolor {
    padding: 0;
}

.home-new-design.imp-info-page .wrapper .white-bgcolor .cms-page-content-section {
    margin-top: 30px;
}

.home-new-design.imp-info-page .wrapper .white-bgcolor .offer-detail {}

.home-new-design.imp-info-page .wrapper .white-bgcolor .offer-detail .membership-detail {
    margin-top: 30px;
}

.home-new-design.imp-info-page .wrapper .white-bgcolor .offer-detail .membership-detail h3 {
    margin-top: 0;
}

.main-content.coaching_page.home-new-design.video_coaching_page {}

.main-content.coaching_page.home-new-design.video_coaching_page .middle_box {}

.coaching_page.home-new-design.video_coaching_page .middle_box .title-with-options {
    display: flex;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 15px;
}

.coaching_page.home-new-design.video_coaching_page .middle_box .title-with-options h3 {
    margin: 0;
}

.news-contents .my-news-content .news-list .news-detail .con-chat-icon svg.svg-inline--fa {
    font-size: 18px;
    color: #c00301;
}

.news-contents .my-news-content .news-list .news-detail .con-chat-icon .send-message-icon svg.svg-inline--fa {
    color: #fff;
}

.news-profile-detail .news-profile .user-img .user-online[title="online"],
.news-contents .my-news-content .news-list span.user-online[title="online"] {
    background-color: #00af50 !important;
}

.news-contents .my-news-content .news-list .news-detail p.online_text {
    display: none;
}

#selection-img ul li a {
    display: block;
    height: 100%;
}

#selection-img ul li a img {
    max-height: 230px;
    object-fit: cover;
    width: 100%;
}


/*-31-12-2021-*/

.main-content.home-new-design .news-contents .partner-propose-section .my-news-content .vert-scroll {
    /* max-height: 444px; */
}

div#pageLoader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    background-color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

div#pageLoader img {
    max-width: 400px;
    max-height: 400px;
    object-fit: cover;
}


/*-Dec End-*/


/*-jan start 2022-*/


/* #QA start */

.main-content.new-dashboard-design .banner_box+.card_box .card-view-section .grid-3 .patner-suggest .profile-img a {
    position: relative;
}

.main-content.new-dashboard-design .banner_box+.card_box .card-view-section .grid-3 .patner-suggest .profile-img span.online {
    bottom: 2px;
    right: 2px;
}

.news-profile-detail .news-profile .user-img .user-online {
    bottom: 7px;
}

.chat-conversation-main-content .news-contents .my-news-content .news-list .news-detail .news-notification {
    top: auto;
    bottom: -7px;
    bottom: 0px;
}

input.form-control.error~label.error,
input.form-control.error~label.error {
    margin-bottom: 8px;
}

.main-content.mypartnersuggestion-page-content.home-new-design .partner-propose-section .profile-img .meu-text {
    left: 50%;
    transform: translateX(-50%);
}

.main-content.mypartnersuggestion-page-content.home-new-design .partner-propose-section .profile-img span.user-online {
    bottom: 8px;
    right: 8px;
}

#chatChannel .news-profile-detail .chat-header .news-profile .user-img .user-online {
    bottom: 8px;
    right: 8px;
}

div#form-created-inform-admin .modal-dialog {
    -webkit-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    -o-transform: translate(0, 0%);
    transform: translate(0, 0%);
    top: 0;
}

div#form-created-inform-admin {
    overflow: hidden;
    overflow-y: auto;
}

div#form-created-inform-admin .error+.error {
    color: #c00301;
    margin-bottom: 8px;
    margin-top: 8px;
}

#chatChannel .news-profile-detail .chat-message p.lead svg.emoji-picker-icon {
    top: 13px;
}


/* #QA End */

.news-contents .partner-propose-section .my-news-content .news-detail p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main-content.home-new-design .news-contents .my-news-content {
    /* max-height: 620px; */
    max-height: unset;
}

.main-content.chat-conversation-main-content.home-new-design .wrapper .news-contents {
    padding-bottom: 10px;
}

.news-contents .my-news-content a .news-list {
    margin-bottom: 20px;
}

.news-contents .my-news-content a:last-child .news-list {
    margin-bottom: 0;
}

.news-contents .welcome-window .news-profile-detail div#chatChannel {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    padding: 25px 30px 20px;
}

.news-contents .welcome-window .news-profile-detail div#chatChannel .title-msg-max-width {
    padding: 0;
    width: 100%;
}

.news-contents .welcome-window .news-profile-detail div#chatChannel .title-msg-max-width h1 {
    color: #C10003;
    font-weight: 700;
    font-size: 18px;
    min-height: unset;
}

.news-contents .welcome-window .news-profile-detail div#chatChannel .title-msg-max-width p {
    font-size: 16px;
    color: #9a9999;
}

.news-contents .welcome-window .news-profile-detail div#chatChannel .title-msg-max-width p br {
    display: none;
}

#chatChannel .news-profile-detail .notification-icon ul li a .svg-inline--fa {
    color: #c00301;
}

.conversationWindow div#chatChannel .news-profile-detail,
.news-contents .welcome-window .news-profile-detail {
    padding-left: 20px;
}

#chatChannel .news-profile-detail .chat-history .message.my-message {
    background-color: #c7c7c7;
}

#chatChannel .news-profile-detail .chat-history .message.my-message:after {
    border-bottom-color: #c7c7c7;
}

.main-content.main-content-profile-page.home-new-design .profile-info .profile-left .profile-users {
    margin-top: 20px;
}

.main-content.main-content-profile-page.home-new-design .profile-info .profile-left .profile-users ul#user_list {
    margin-top: 20px;
}

.main-content.mypartnersuggestion-page-content.home-new-design .partner-propose-section .my-news-content {
    padding-right: 20px;
    overflow: hidden !important;
}

.main-content.mypartnersuggestion-page-content.home-new-design .partner-propose-section .my-news-content .news-list:first-child~.news-list {
    margin-top: 20px;
}

.main-content.dashboard-page-content.mypartnersuggestion-page-content.home-new-design .news-contents {
    padding-bottom: 15px;
}

.main-content.dashboard-page-content.mypartnersuggestion-page-content.home-new-design {
    padding-bottom: 87px;
}

.main-content.mypartnersuggestion-page-content.home-new-design .partner-propose-section .my-news-content .vert-scroll {
    max-height: 620px;
    overflow-y: auto !important;
}

.main-content.dashboard-page-content.mypartnersuggestion-page-content.home-new-design .partner-propose-section {
    margin-bottom: 0;
}

.main-content.coaching_page.home-new-design.video_coaching_page .middle_box div#video_section {
    margin: 0;
    display: flex;
    column-gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.main-content.coaching_page.home-new-design.video_coaching_page .middle_box div#video_section button#load-more {
    position: absolute;
    bottom: 13px;
    width: calc(100% - 40px);
}

.main-content.coaching_page.home-new-design.video_coaching_page .middle_box div#video_section>div {
    padding: 0;
    margin-top: 20px;
    width: 32%;
}

.main-content.coaching_page.home-new-design.video_coaching_page .middle_box div#video_section:before {
    display: none;
}

.middle_box ul.video-categories li a {
    border: none;
}

.middle_box ul.video-categories li.active a,
.middle_box ul.video-categories li a:hover {
    border: none;
    color: #C00301;
}

.coaching_page.home-new-design.video_coaching_page .middle_box .title-with-options>.col-lg-2 {
    padding-left: 5px;
}

.news-contents .partner-propose-section .my-news-content .news-detail h4 {
    font-weight: 700;
}

.news-contents .my-news-content .news-list .news-detail h4 {
    font-size: 18px;
    margin-top: 0;
}

.fancybox-content .fancy_box_bottom {
    text-align: center;
    bottom: -45px;
    z-index: 999;
}

.fancybox-slide--video .fancybox-content {
    margin-bottom: 50px;
}

.fancybox-content .fancy_box_bottom .pull-right.share-btn {
    float: none !important;
    padding-top: 6px;
    padding-bottom: 6px;
}

.fancybox-content .fancy_box_bottom a {
    min-width: 150px;
    display: inline-block;
}

.fancybox-slide--video .fancybox-content {
    max-height: 90%;
    max-width: 70%;
}

.edit-content.profile-status-edit p span[style] {
    font-weight: 600;
    font-size: 14px;
    color: #000 !important;
}

a.header-back-btn.btn-red-yourlove {
    font-size: 13px !important;
}


/*-jan end 2022-*/


/* Feb Start */

.top-header-right ul li.premium-btn a.premium {
    font-size: 13px;
    line-height: 22px;
    border: 1px solid #000;
    box-shadow: 0 3px 10px -5px #000;
}

.main-content.home-new-design~.footer ul:nth-child(2) li {
    color: white;
    font-size: 14px;
    line-height: 16px;
    font-family: 'OpenSans';
    text-decoration: none;
}

.main-content.home-new-design .news-contents .my-news-content .news-list.list-parts {
    max-width: 268px;
    max-width: 265px;
    max-width: 23.6%;
}

.main-content.home-new-design .news-contents .my-news-content .news-list .news-profile-left .news-profile .profile-img {
    max-width: 100%;
    max-height: 100%;
    background-color: #fff;
}

.main-content.home-new-design .news-contents .my-news-content .news-list .news-profile-left .news-profile {
    overflow: visible;
    position: static;
}

.main-content.home-new-design .news-contents .my-news-content .news-list .news-profile-left .news-profile .profile-img img {
    height: 100%;
    height: 230px;
    max-height: 250px;
    max-height: 230px;
    object-fit: contain;
    object-position: center;
}

.main-content-profile-page.home-new-design .profile-info .profile-right.profile-right-2 li:first-child a[onclick="redirectToPackagePage();"] {
    /* color: #fff;
    background-color: #c00301;
    padding: 10px;
    display: block;
    border-radius: 50%; */
}

.modal.bootstrap-dialog .modal-dialog {
    min-height: auto;
}

.modal.bootstrap-dialog .modal-content .modal-header {
    background-color: transparent !important;
    color: #000;
    border-bottom: 1px solid;
    border-color: #c00301;
    text-align: left;
}

.modal.bootstrap-dialog .modal-dialog .modal-body {
    padding: 15px 1rem;
}

.modal.bootstrap-dialog .modal-content .modal-header .bootstrap-dialog-title {
    color: #000;
}

.modal.bootstrap-dialog .modal-dialog .modal-footer {
    border-color: #c00301;
}

.main-content.dashboard-page-content.mypartnersuggestion-page-content.home-new-design .partner-propose-section .offer-detail .advance-setting .video-section h4 {
    margin-top: 0;
}

.main-content.dashboard-page-content.mypartnersuggestion-page-content.home-new-design .partner-propose-section .offer-detail .advance-setting {
    min-height: auto;
    min-height: 620px;
    max-height: unset;
    padding: 25px 15px 15px;
}

.main-content.dashboard-page-content.mypartnersuggestion-page-content.home-new-design .partner-propose-section .offer-detail .advance-setting .video-section .form-group:last-child {
    margin-bottom: 0;
}

span#selectGenderErrorMessage {
    margin-bottom: 5px;
    display: block;
}

.main-content .registerjoin-page-content.banner-part .form-group.form-radio label.error {
    font-size: 12px;
    top: -18px;
}

.home-new-design.imp-info-page .wrapper .white-bgcolor .cms-page-content-section ul {
    margin-left: 15px;
}

.cms-page-content-section.without-loginrit-cont .register_content {
    display: none;
}

.cms-page-content-section.without-loginrit-cont p:last-child {
    margin: 0;
}

.main-content.coaching_page.single_coach.home-new-design section.coaching_part:only-child .wrapper:not(.top_title) {
    max-height: none;
}

.single_coach section.coaching_part .wrapper a.site_link {
    color: #c00301;
}

.single_coach section.coaching_part .wrapper a.site_link:hover {
    opacity: 0.7;
}

.single_coach section.coaching_part .wrapper .content h2 {
    line-height: normal;
    font-size: 20px;
    line-height: 26px;
    color: #d70005;
}

.single_coach section.coaching_part .wrapper .content p:last-child {
    margin-bottom: 0;
}

.single_coach section.coaching_part .wrapper .content h2>br {
    display: none;
}

.single_coach section.coaching_part .wrapper .top-section img {
    object-fit: cover;
    object-position: center;
}

.single_coach section.coaching_part .wrapper .top-section .inner-section .name-n-social span.consultant-name {
    font-size: 25px;
}

.main-content.home-new-design~.footer ul:nth-child(2) li:nth-child(7):before {
    opacity: 0;
}

.modal-open .main-content.home-new-design~.footer {
    z-index: 8;
}

label.buttonLable.uploadBtn~button#upload_image {
    font-weight: 700;
}

label.buttonLable.uploadBtn~button#upload_image+label {
    font-weight: 400;
}

div#setProfilePicModal .btn-success {
    /* color: #fff;
    background-color: #00af50;
    border-color: #00af50; */
    font-size: 15px !important;
    background-color: #c00301 !important;
    border: 1px solid #000 !important;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 3px 10px -5px #000;
    color: #fff !important;
    opacity: 1;
    transition: 0.3s ease-in-out;
}

div#setProfilePicModal .btn-success:hover {
    /* color: #fff;
    background-color: #c00301;
    border-color: #020202; */
    opacity: 0.7;
}

.main-content.new-dashboard-design .banner_box+.card_box .card-view-section .grid-3.advance-setting.patner-list.dash-img-box {
    overflow-y: auto !important;
}

.news-list .news-section .news-detail .news-content.inline-content>a:focus {
    outline: none;
    text-decoration: none;
}

.home-new-design .news-contents h2 svg._loader {
    position: absolute;
    max-width: 30px;
    line-height: 30px;
    height: 30px;
    top: 8px;
    right: 140px;
}

div#form-created-inform-admin .modal-header button.close-mod {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 20px;
}

div#form-created-inform-admin .modal-footer {
    padding-left: 1rem;
    padding-right: 1rem;
}

div#form-created-inform-admin .modal-footer button:last-child {
    margin-right: 0 !important;
}

.profile-content-detail .content-info ul li .user-edit .user-icon a,
.profile-sidebar ul li .side-right a {
    margin-left: 30px;
    color: #c00300;
    font-size: 15px;
}

.news-contents .welcome-window .news-profile-detail {
    padding-right: 0;
}

.news-contents .welcome-window .news-profile-detail div#chatChannel .title-msg-max-width p:last-child {
    margin: 0;
}

.partner-propose-section .my-notes-content button#load-more,
.partner-propose-section .my-news-content button#load-more,
div#loadMoreUsers .my-news-content.vert-scroll button#load-more,
.main-content.home-new-design .my-news-content.without-vert-scroll div#loadMoreUsers+button#load-more {
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(100% - 35px);
}

.main-content.chat-conversation-main-content.home-new-design div#loadMoreUsers {
    position: relative;
}

.main-content.chat-conversation-main-content.home-new-design div#loadMoreUsers .my-news-content.vert-scroll {
    width: 100%;
}

.main-content.chat-conversation-main-content.home-new-design div#loadMoreUsers .my-news-content.vert-scroll button#load-more,
.main-content.home-new-design .my-news-content.without-vert-scroll.my-notes-content div#loadMoreUsers+button#load-more,
.main-content.home-new-design .my-news-content.without-vert-scroll div#loadMoreUsers+button#load-more,
.main-content.home-new-design .my-news-content.my-notes-content.my-news-fav-content.without-vert-scroll button#load-more {
    width: calc(100% - 15px);
    bottom: 0 !important;
}

.main-content.chat-conversation-main-content.home-new-design div#loadMoreUsers {
    float: left;
    width: 35%;
    position: relative;
}

select.form-control.btn-red-yourlove {
    appearance: none;
    -webkit-appearance: none;
    position: relative;
    padding-right: 20px;
    background: #c00301 url(https://upload.wikimedia.org/wikipedia/commons/9/9d/Caret_down_font_awesome_whitevariation.svg) !important;
    background-repeat: no-repeat !important;
    background-size: 15px !important;
    background-position: 97% 9px !important;
    color: #fff !important;
}

select.form-control.btn-red-yourlove:focus,
select.form-control.btn-red-yourlove:hover,
select.form-control.btn-red-yourlove:active,
select.form-control.btn-red-yourlove option {
    color: #fff !important;
}


/* Feb End */

.header.header-prof .top-header-right ul li.hamburger-btn .dropdown .dropdown-menu a.active {
    color: #c00301;
}

.profile-content-detail .content-info ul li .user-edit p span.textRed {
    color: #c00301;
}


/* March End */


/*- April Start -*/

.home-new-design .wrapper>.banner-part .banner-slider div#video-slider .item-video {
    position: relative;
    z-index: 0;
}

.home-new-design .wrapper>.banner-part .banner-slider div#video-slider .item-video video {
    z-index: -2;
    position: relative;
}

.home-new-design .wrapper>.banner-part .banner-slider div#video-slider .item-video:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 0;
}

form#forgotpwd h1 {
    margin-top: 0;
    font-size: 30px;
}

form#forgotpwd label#userEmail-error {
    margin-bottom: 0;
    margin-top: 7px;
}

form#forgotpwd button.btn.btn-primary.next-step {
    font-size: 15px !important;
    background-color: #c00301 !important;
    border: 1px solid #000 !important;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 3px 10px -5px #000;
    color: #fff !important;
    opacity: 1;
    transition: 0.3s ease-in-out;
}

form#forgotpwd button.btn.btn-primary.next-step:hover {
    opacity: 0.7;
}

div#empty-bookmarks-list .bookmark-box {
    padding-left: 0;
}

div#empty-bookmarks-list .bookmark-box svg+p {
    display: inline;
}

div#empty-bookmarks-list .bookmark-box svg {
    margin-right: 5px;
}

div#empty-bookmarks-list .bookmark-box svg+p br {
    display: none;
}

div#empty-bookmarks-list .bookmark-box svg+p a {
    color: #c00301;
}

div#empty-bookmarks-list .bookmark-box svg+p a:hover {
    opacity: 0.7;
}

.modal .bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
    margin-right: 0;
    white-space: pre-wrap;
}

.main-uploab-imgbox .main-leftupimg .error {
    color: #c00301;
    margin-bottom: 5px;
}

div#form-created-inform-admin label:not(:first-child) {
    margin-top: 5px;
}

div#form-created-inform-admin .error+.error:not(:last-child) {
    margin-top: 0;
}

.main-content.home-new-design.subscription-validity-period {
    padding-bottom: 10px;
}

div#personal-detailModal .row {
    margin: 0;
}

div#personal-detailModal .row .form-group.botm-spacing {
    margin-bottom: 15px;
}

div#personal-detailModal .row button.btn {
    margin-bottom: 10px;
}

.main-content-profile-page.home-new-design.main-content-profile-view-page .profile-info .profile-left .profile-photos a .meu-text.btn-red-yourlove {
    bottom: 5px !important;
    top: auto;
}

html .mendatory-question-main .mendatory-question-box .answer-title-tag+.form-group {
    margin-bottom: 0;
}

button.closeProfileImageModal {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 14px;
}

form#changePasswordForm {
    text-align: left;
}

#chatChannel .news-profile-detail .notification-icon ul+p {
    display: inline-block;
    margin-top: 10px;
    padding-top: 10px;
    /* border-top: 3px solid #fff; */
}

@supports (-webkit-touch-callout: none) {
    .main-content.mypartnersuggestion-page-content.home-new-design .partner-propose-section .my-news-content button#load-more {
        width: 100%;
    }
}

html body .blur-img:not([src*="/img/user-new-updated.png"]) {
    filter: blur(5px) !important;
    -moz-filter: blur(5px) !important;
    -webkit-filter: blur(5px) !important;
    -ms-filter: blur(5px) !important;
    -o-filter: blur(5px) !important;
    filter: progid: DXImageTransform.Microsoft.Blur(PixelRadius='70');
}

.profile-sidebar ul li .side.left span.textRed {
    color: #c00301;
}

.home-new-design.imp-info-page .wrapper .white-bgcolor .cms-page-content-section:only-child {
    width: 100% !important;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 25px;
}

@-moz-document url-prefix() {
    .profile-info .profile-right select option {
        font-family: sans-serif;
    }
}

.home-new-design.imp-info-page .wrapper .white-bgcolor .logo-part {
    left: 20px;
    top: 30px;
}

.home-new-design.imp-info-page.new-log-open .main-login-btn {
    top: 70px;
}

.home-new-design.imp-info-page .main-login-btn {
    right: 20px !important;
}

.home-new-design.imp-info-page .wrapper .white-bgcolor .cms-page-content-section {
    transition: all 0.3s ease-in-out;
    max-width: calc(100% - 330px);
}

.main-content.home-new-design.imp-info-page .white-bgcolor {
    margin-top: 0;
    transition: all 0.3s ease-in-out;
}

.home-new-design.imp-info-page .wrapper .white-bgcolor {
    position: relative;
}

.main-content.home-new-design.imp-info-page.new-log-open .white-bgcolor {
    margin-top: 40px;
}

.home-new-design.imp-info-page .wrapper .white-bgcolor .logo-part button#regButton {
    width: 100%;
    padding: 10px 20px;
}

.home-new-design.imp-info-page .wrapper .white-bgcolor .cms-page-content-section h1:first-child {
    padding-right: 100px;
    line-height: 38px;
}

.main-content.home-new-design.imp-info-page .wrapper.clearfix:first-child {
    max-width: 1180px;
    margin-top: 0;
}

.banner_slider .slide_texts p.home-video-title {
    font-size: 15px;
    font-weight: 600;
}

/*- May End -*/

@media screen and (min-height: 820px) {
    .main-content.home-new-design .news-contents .my-news-content .vert-scroll {
        max-height: 540px;
        /* max-height: 640px; */
        /* position: relative; */
        overflow: auto;
        /* overflow: visible; */
    }

    .main-content.home-new-design .partner-propose-section .my-news-content.without-vert-scroll div#loadMoreUsers+button#load-more {
        bottom: -60px !important;
        width: 100%;
    }

    .main-content.home-new-design .news-contents .non-premium-user .my-news-content .vert-scroll {
        /* max-height: 545px; */
        overflow: scroll;
    }

    .main-content.home-new-design .non-premium-user .my-news-content.without-vert-scroll div#loadMoreUsers+button#load-more {
        bottom: -60px !important;
        width: 100%;
    }
}

@media(min-height:1050px){
    .main-content.home-new-design .news-contents .my-news-content .vert-scroll{
        max-height: 660px; 
    }
}
@media(min-height:1079px){
    .main-content.home-new-design .news-contents .my-news-content .vert-scroll{
        max-height: 750px; 
    }
}

@media screen and (min-height: 870px) {
    .main-content.home-new-design .partner-propose-section .my-news-content.without-vert-scroll div#loadMoreUsers+button#load-more {
        bottom: -120px !important;
        width: 100%;
    }

    .main-content.home-new-design .non-premium-user .my-news-content.without-vert-scroll div#loadMoreUsers+button#load-more {
        bottom: -60px !important;
    }

    .main-content.dashboard-page-content.mypartnersuggestion-page-content.home-new-design .partner-propose-section .my-news-content .vert-scroll .partnermatch {
        height: 680px;
    }

    .main-content.dashboard-page-content.mypartnersuggestion-page-content.home-new-design .partner-propose-section .my-news-content .vert-scroll,
    .main-content.dashboard-page-content.mypartnersuggestion-page-content.home-new-design .partner-propose-section .my-news-content {
        max-height: 680px;
    }
}

@media screen and (min-height: 901px) {
    .partner-propose-section:not(.non-premium-user) .my-news-content button#load-more {
        bottom: -120px;
    }

    .main-content.dashboard-page-content.mypartnersuggestion-page-content.home-new-design .partner-propose-section:not(.non-premium-user) .my-news-content button#load-more {
        bottom: 0px;
    }
}

@media screen and (min-height: 820px) and (max-width: 479px) {
    .main-content.home-new-design .partner-propose-section .my-news-content.without-vert-scroll div#loadMoreUsers+button#load-more {
        bottom: 0 !important;
        width: 100%;
    }

    .main-content.home-new-design .non-premium-user .my-news-content.without-vert-scroll div#loadMoreUsers+button#load-more {
        bottom: 0 !important;
        width: 100%;
    }
}

@media screen and (max-height: 900px) and (min-width: 479px) {
    .premium_bookmark:not(.non-premium-user) .vert-scroll button#load-more {
        position: static;
    }

    /* .premium_bookmark:not(.non-premium-user) .vert-scroll {
        margin-bottom: 136px;
    } */
}

@media screen and (max-height: 805px) {
    .premium_bookmark.non-premium-user .vert-scroll button#load-more {
        position: static;
    }

    /* .premium_bookmark.non-premium-user .vert-scroll {
        margin-bottom: 70px;
    } */
}

@media screen and (min-height: 820px) and (max-width: 1200px) {
    .main-content.home-new-design .news-contents .my-news-content .vert-scroll {
        max-height: 540px;
    }

    a.header-back-btn {
        margin-top: -4px;
    }
}

@media screen and (min-height: 820px) and (max-width: 1200px) {

    .main-content.home-new-design .partner-propose-section .my-news-content.without-vert-scroll div#loadMoreUsers+button#load-more {
        bottom: 0 !important;
    }

}

@media screen and (min-width: 1500px) {
    .home-new-design .wrapper>.banner-part .banner-slider {
        margin-left: calc(50% - 50vw - 11px);
    }

    .home-new-design .wrapper>.banner-part .banner-slider div#video-slider {
        height: 685px !important;
        height: 100vh !important;
    }

    .main-content.home-new-design~.footer .wrapper.clearfix {
        position: relative;
        text-align: center;
    }

    .main-content.home-new-design~.footer p {
        margin: 0;
        position: absolute;
        right: 0;
        width: auto;
        bottom: 10px;
    }

    .main-content,
    .main-content.dashboard-page-content.mypartnersuggestion-page-content.home-new-design {
        padding-bottom: 61px;
    }

    .main-content.chat-conversation-main-content.home-new-design .news-contents .my-news-content .news-list .news-profile {
        width: 26%;
    }

    .main-content.chat-conversation-main-content.home-new-design .news-contents .my-news-content .news-list .news-profile img.dummy-image {
        height: 98px;
    }

    .main-content.mypartnersuggestion-page-content.home-new-design .partner-propose-section .profile-img {
        min-height: 98px;
    }

    .main-content.mypartnersuggestion-page-content.home-new-design .news-contents .my-news-content .news-list .news-profile img {
        height: 85px;
    }
}

@media screen and (min-width: 1650px) {
    .home-new-design .wrapper>.banner-part .banner-slider div#video-slider {
        height: 100vh !important;
    }

    .home-new-design .wrapper>.banner-part .banner-slider {
        max-height: 100vh;
        height: 100%;
    }
}

@media screen and (min-width: 2000px) {
    .home-new-design .wrapper>.banner-part .banner-slider {
        margin-left: calc(50% - 50vw - 15px);
    }
}

@media screen and (min-width: 2600px) {
    .home-new-design .wrapper>.banner-part .banner-slider {
        margin-left: calc(50% - 50vw - 20px);
    }
}

@media screen and (min-width: 4000px) {
    .home-new-design .wrapper>.banner-part .banner-slider {
        margin-left: calc(50% - 50vw - 26px);
    }
}

@media screen and (min-width: 5000px) {
    .home-new-design .wrapper>.banner-part .banner-slider {
        margin-left: calc(50% - 50vw - 36px);
    }
}

@media screen and (max-width: 1280px) {
    .home-new-design .wrapper>.banner-part .banner-slider {
        margin-left: calc(50% - 50vw - 0px);
    }

    /* QA start res */
    .header.header_new .top-header-left {
        padding-left: 10px;
    }

    /* QA end res */
}

@media screen and (max-width: 1700px) {
    .main-content.dashboard-page-content.mypartnersuggestion-page-content.home-new-design .partner-propose-section:not(.non-premium-user) .my-news-content button#load-more {
        bottom: -00
    }
}

@media screen and (max-width:) {}


/*-End-07-10-2021-*/

@media screen and (max-width: 1250px) {
    .header.header_new .top-header-left {
        padding-left: 0;
    }

    .header.header-prof .profile-header .top-header-left,
    .header.header-prof .profile-header .top-header-right {
        width: 100%;
        text-align: center;
    }

    .header.header_new .profile-header .top-header-left,
    .header.header_new .profile-header .top-header-right {
        max-width: 100%;
        justify-content: center;
    }

    .header.header_new .profile-header .top-header-left {
        flex-direction: column;
    }

    .header.header_new .profile-header .top-header-right ul {
        justify-content: space-between;
        display: flex;
        width: 100%;
        align-items: center;
        flex-wrap: wrap;
        position: relative;
    }

    .header.header-prof .profile-header .top-header-right ul li.hamburger-btn+li {
        width: 100%;
        margin-top: 5px;
        padding-bottom: 5px;
    }

    .header.header_new .profile-header {
        flex-direction: column;
        padding: 0 15px;
    }

    .header_new .top-header-left .profile-logo {
        margin-bottom: 20px;
    }

    .header.header-prof .top-header-right ul li.hamburger-btn .dropdown button {
        width: auto;
        height: auto;
        line-height: normal;
    }

    .header.header_new .profile-header .top-header-right ul li ul {
        flex-direction: row;
        align-items: center;
    }

    .header.header_new .profile-header .top-header-right ul li.back-admin-btn {
        margin-bottom: 0;
    }

    a.header-back-btn {
        left: 55px;
    }
}


/*-07-2021-*/

@media(max-width:1180px) {
    .main-content.coaching_page.home-new-design .wrapper.top-title>.row {
        margin-left: 0;
        margin-right: 0;
    }

    .main-content.mypartnersuggestion-page-content.home-new-design .news-contents .partner-propose-section .sorting-btn {
        top: 0;
    }

    .header.header-prof .profile-header .top-header-right ul li {
        padding-right: 4px;
    }

    .header.header-prof .top-header-right ul li.hamburger-btn {
        padding: 0;
    }

    .header.header-prof .profile-header .top-header-right {
        width: 52%;
    }

    .header.header-prof .profile-header .top-header-left {
        width: 48%;
    }

    .header.header_new .profile-header .top-header-left,
    .header.header_new .profile-header .top-header-right {
        width: 100%;
    }

    .main-content .banner_box {
        padding: 0 15px;
    }

    .profile-info .profile-left .profile-photos {
        /* max-width: 80px !important; */
        /* margin-top: 10px; */
    }

    .profile-left.profile-left-2.other-pro-photos {
        margin-top: -105px;
    }

    .main-content-profile-page.home-new-design .profile-info .profile-left .profile-photos img.dummy-image {
        /* min-height: auto; */
    }

    .profile-info .profile-left .profile-users {
        /* padding-left: 110px; */
        padding-right: 10px;
        margin-top: -6px;
    }

    .profile-info .profile-left .profile-users .users-list {
        margin-top: 25px;
    }

    .profile-info .profile-left {
        /* margin-top: -95px; */
    }

    .main-content-profile-page.home-new-design .profile-info .profile-left .profile-photos a .meu-text.btn-red-yourlove {
        bottom: 0px;
        top: auto;
    }

    .main-content .banner_box+.card_box .card-view-section {
        padding: 10px 10px;
    }

    a.header-back-btn {
        left: 29px;
    }

    .coaching_part .bottom_box .refrence_boxes {
        max-height: none;
        overflow-y: auto;
    }

    section.coaching_part .wrapper {
        padding: 30px 30px 40px;
    }

    .home-new-design .logo-part {
        left: 15px;
    }

    .home-new-design .main-login-btn {
        right: 15px !important;
    }

    .home-new-design .wrapper>.banner-part .banner-slider ul.slick-dots {
        padding: 0 15px;
    }

    .home-new-design .wrapper>.banner-part .banner-slider {
        height: auto;
        min-height: auto;
    }

    .home-new-design .wrapper>.banner-part .banner-slider div#video-slider {
        height: auto !important;
    }

    .home-new-design .wrapper>.banner-part .banner-slider div#video-slider video#slide-video {
        height: auto !important;
    }

    .home-new-design .registration-banner-part {
        left: 15px;
    }

    .home-new-design .video-bg-overlay video {
        width: auto;
        right: -250px;
    }

    .main-content.main-content-profile-view-page.home-new-design .profile-info .profile-left .profile-users h3 {
        margin-top: 25px;
    }

    .main-content.home-new-design .news-contents {
        padding: 0 15px;
    }

    .main-content.home-new-design .news-contents .my-news-content .vert-scroll {
        padding: 0;
    }

    .main-content.home-new-design .news-contents .partner-propose-section {
        max-width: 830px;
        margin: 0 auto;
        display: block;
    }

    .main-content.home-new-design .news-contents .my-news-content .news-list.list-parts {
        max-width: 31.6%;
    }

    .main-content.home-new-design .news-contents .my-news-content .vert-scroll div#loadMoreUsers .news-list:nth-child(3),
    .main-content.home-new-design .news-contents .my-news-content .vert-scroll div#loadMoreUsers .news-list:nth-child(2),
    .main-content.home-new-design .news-contents .my-news-content .vert-scroll div#loadMoreUsers .news-list:nth-child(1) {
        margin-top: 0px;
    }

    .main-content.home-new-design .news-contents .my-news-content .vert-scroll div#loadMoreUsers .news-list:nth-child(4),
    .main-content.home-new-design .news-contents .my-news-content .vert-scroll div#loadMoreUsers .news-list {
        margin-top: 20px;
    }

    /*-QA start-*/
    .main-content.mypartnersuggestion-page-content.home-new-design .news-contents .my-news-content .news-list .news-profile {
        width: 85px;
    }

    .partner-propose-section .offer-detail .advance-setting form#partnerMatchForm .row label.col-sm-8 {
        width: 100%;
        margin-bottom: 10px;
    }

    .partner-propose-section .offer-detail .advance-setting form#partnerMatchForm .row label.col-sm-8~.form-group-btn.col-sm-3 {
        width: 100%;
    }

    html .top-header-right ul li:last-child a.premium {
        font-size: 9px !important;
        min-width: auto !important;
    }

    /*-QA End-*/
    .main-content.coaching_page.home-new-design.video_coaching_page .middle_box div#video_section>div {
        width: 31.5%;
    }

    .donec .heart-img {
        max-width: 80px;
    }

    .donec .heart-img img {
        width: 100%;
    }

    .warem-blocks table td h1 {
        font-size: 26px;
    }

    .main-content.main-content-profile-page.home-new-design .profile-info .profile-left.profile-left-2 .arrows-link {
        text-align: left;
    }
}

@media (max-width: 1060px) {
    .main-content-profile-page.home-new-design .profile-info .profile-left .profile-photos a img {
        max-width: 100px;
        min-height: 100px !important;
    }
    .profile-info .profile-left .profile-users{
        padding-left: 110px;
    }
    .main-content-profile-page.home-new-design .profile-info .profile-left .profile-photos {
        width: auto;
    }

    /* .main-content-profile-page.home-new-design .profile-info .profile-left .profile-users {
        padding-left: 110px;
    } */
    .main-content-profile-page.home-new-design .profile-info .profile-left .profile-photos a {
        bottom: -18px;
    }
}

@media(max-width:1023px) {
    .my-news-content.without-vert-scroll .list-parts .news-profile-left .news-detail {
        width: 72%;
        padding-left: 15px;
    }

    .main-content.mypartnersuggestion-page-content.home-new-design .news-contents .my-news-content .news-list .news-detail {
        width: 72%;
        float: right;
    }

    .news-contents .my-news-content .news-list.visitedme-block .news-profile-left .news-detail {
        width: calc(100% - 100px);
        float: right;
        padding-left: 15px;
        padding-right: 0;
    }

    .news-contents .my-news-content .news-list.visitedme-block .news-profile-left .news-profile {
        max-width: 100px;
        width: 100%;
    }

    .header.header-prof .profile-header .top-header-left,
    .header.header-prof .profile-header .top-header-right {
        width: 100%;
        text-align: center;
    }

    .header.header_new .profile-header .top-header-left,
    .header.header_new .profile-header .top-header-right {
        max-width: 100%;
        justify-content: center;
    }

    .header.header_new .profile-header .top-header-left {
        flex-direction: column;
    }

    .header.header_new .profile-header .top-header-right ul {
        justify-content: space-between;
        display: flex;
        width: 100%;
        align-items: center;
        flex-wrap: wrap;
        position: relative;
    }

    .header.header-prof .profile-header .top-header-right ul li.hamburger-btn+li {
        width: 100%;
        margin-top: 10px;
    }

    .header.header_new .profile-header {
        flex-direction: column;
        padding: 0 15px;
    }

    .header_new .top-header-left .profile-logo {
        margin-bottom: 20px;
    }

    .header.header-prof .top-header-right ul li.hamburger-btn .dropdown button {
        width: auto;
        height: auto;
        line-height: normal;
    }

    .header.header_new .profile-header .top-header-right ul li ul {
        flex-direction: row;
        align-items: center;
    }

    .header.header_new .profile-header .top-header-right ul li.back-admin-btn {
        margin-bottom: 0;
    }

    .main-content.home-new-design~.footer ul:nth-child(2) li:nth-child(7):before {
        opacity: 1;
    }

    .main-content.home-new-design~.footer ul:nth-child(2) li:nth-child(6):before {
        opacity: 0;
    }
}

@media (max-width: 992px) {
    .main-content.mypartnersuggestion-page-content.home-new-design .news-contents .my-news-content .news-list .news-detail {
        width: 75%;
        float: left;
    }

    .coaching_part .top_box .red_block {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .coaching_part .offer-detail {
        width: 100%;
    }

    .grid-3.advance-setting.patner-list.dash-img-box .patner-suggest .profile-img.same-img-dash {
        width: 100% !important;
        max-width: 80px;
    }

    .advance-setting.patner-list.dash-img-box .patner-suggest .patner-detail {
        margin-left: auto;
        width: 100% !important;
        max-width: calc(100% - 90px);
    }

    .conversationWindow div#chatChannel .news-profile-detail,
    .news-contents .welcome-window .news-profile-detail {
        padding-left: 0px;
    }

    #chatChannel .news-profile-detail .notification-icon ul li.admin-user form#askForPic {
        display: none;
    }

    .chat-conversation-main-content .news-contents .my-news-content .news-list .news-detail .news-notification {
        top: auto;
        bottom: -4px;
        font-size: 13px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .main-content.mypartnersuggestion-page-content.home-new-design .partner-propose-section .my-news-content {
        padding-right: 0;
    }

    .main-content.dashboard-page-content.mypartnersuggestion-page-content.home-new-design .partner-propose-section .offer-detail .advance-setting {
        min-height: auto;
    }

    .main-content.chat-conversation-main-content.home-new-design div#loadMoreUsers {
        width: 100%;
        margin-bottom: 40px;
    }

    .main-content.chat-conversation-main-content.home-new-design .delete-communication.delete-icon {
        bottom: 0;
    }

    .chat-conversation-main-content .news-contents .my-news-content .news-list .news-detail .news-notification {
        bottom: 0;
    }
}

@media (max-width: 991px) {
    .main-content.chat-conversation-main-content.home-new-design .news-contents .my-news-content .news-list .news-profile {
        width: 70px;
    }

    .main-content.chat-conversation-main-content.home-new-design .news-contents .my-news-content .news-profile img.dummy-image {
        height: 70px !important;
    }

    .main-content .banner_box .dashboard-banner .dashboard-main-content {
        flex-direction: column;
    }

    .main-content .banner_box .dashboard-banner .dashboard-main-content .banner-content {
        max-width: 100%;
        margin-bottom: 10px;
        min-height: auto;
    }

    .main-content .banner_box .dashboard-banner .dashboard-main-content .banner_slider {
        max-width: 100%;
        margin-top: 35px;
    }

    .modal .modal-dialog {
        margin: 50px auto;
        top: auto;
    }

    .modal .modal-content .modal-header button.close {
        /* display: flex;
        justify-content: center;
        align-items: center; */
        line-height: 22px;
        padding: 0 0 5px;
        font-size: 18px;
        font-weight: lighter;
        vertical-align: middle;
        font-weight: 500;
    }

    button#upload_image+label {
        display: block;
    }

    .middle_box .row:nth-child(2) .col-sm-12 {
        margin-bottom: 15px;
    }

    .middle_box .row:nth-child(2) .col-sm-12 ul.video-categories {
        margin: 0;
    }

    .partner-propose-section.premium-wrapper .dynamic-content table {
        width: 100% !important;
    }

    .main-content .banner_box .btn-section .addnewbg-btn {
        margin-left: auto;
        float: right;
    }

    .main-content.new-dashboard-design .banner_box .dashboard-banner .dashboard-main-content .banner-content {
        max-width: 100%;
    }

    .coaching_page.home-new-design.video_coaching_page .middle_box .title-with-options {
        flex-direction: column;
        margin-top: 0;
    }

    .coaching_page.home-new-design.video_coaching_page .middle_box .title-with-options>.col-sm-12 {
        margin-top: 15px;
        padding: 0 15px;
    }

    .main-content.coaching_page.home-new-design.video_coaching_page .middle_box div#video_section>div {
        width: 48%;
    }

    .main-content.home-new-design~.footer ul:nth-child(2) li:nth-child(7):before {
        /* opacity: 1; */
    }

    .main-content.mypartnersuggestion-page-content.home-new-design .partner-propose-section .my-news-content .vert-scroll {
        /* margin-bottom: 50px; */
    }

    .main-content.mypartnersuggestion-page-content.home-new-design .partner-propose-section .my-news-content button#load-more {
        position: absolute;
        bottom: 0px;
        left: 0;
        width: calc(100% - 15px);
        /* width: 100%; */
    }

    select.form-control.btn-red-yourlove {
        background-position: 99% 9px !important;
    }

    .main-content.coaching_page.home-new-design.video_coaching_page .middle_box div#video_section {
        display: grid;
        grid-template-columns: auto auto;
    }

    .main-content.coaching_page.home-new-design.video_coaching_page .middle_box div#video_section>div {
        width: 100%;
    }

    .main-content.home-new-design .news-contents .my-news-content .vert-scroll div#loadMoreUsers {
        display: grid;
        grid-template-columns: auto auto;
    }

    .main-content.home-new-design .news-contents .my-news-content .news-list.list-parts {
        width: 100%;
        max-width: 100%;
    }

    .main-content.home-new-design .my-news-content.my-notes-content.my-news-fav-content.without-vert-scroll .vert-scroll {
        position: relative;
    }

    .main-content.home-new-design .my-news-content.my-notes-content.my-news-fav-content.without-vert-scroll .vert-scroll div#loadMoreUsers {
        /* position: unset; */
    }

    a.header-back-btn {
        top: 49%;
    }

    .chat-conversation-main-content .news-contents .my-news-content .news-list .news-detail {
        min-height: 70px;
    }
}

@media (max-width: 880px) {
    .home-new-design .wrapper>.banner-part .banner-slider div#video-slider video#slide-video {
        max-height: 560px !important;
        width: auto !important;
        transition: max-height 0.3s ease-in-out;
    }

    .header.header_new .top-header-left ul {
        max-width: 600px;
    }

    .header.header_new .top-header-left ul li {
        text-align: left;
    }

    .main-content.home-new-design .news-contents .partner-propose-section {
        max-width: 560px;
    }

    .main-content.home-new-design .news-contents .my-news-content .news-list.list-parts {
        width: 100%;
        max-width: 100%;
    }

    .main-content.home-new-design .news-contents .my-news-content .vert-scroll div#loadMoreUsers .news-list:nth-child(3) {
        margin-top: 20px;
    }

    .main-content.home-new-design .news-contents .my-news-content {
        margin-bottom: 20px;
    }

    .main-content.home-new-design .news-contents {
        margin-top: 20px;
        margin-top: 0px;
    }

    .main-content.home-new-design .news-contents .my-news-content h2 {
        margin-bottom: 16px;
        margin-bottom: 14px;
    }

    .main-content.home-new-design .news-contents .my-news-content .news-list .news-profile-left .news-profile {
        max-width: unset;
    }

    .main-content.home-new-design .news-contents .my-news-content .news-list .news-profile-right {
        padding-top: 5px;
    }
}

@media (max-width: 833px) {
    .main-content.home-new-design~.footer ul:nth-child(2) li:nth-child(6):before {
        opacity: 1;
    }

    .main-content.home-new-design~.footer ul:nth-child(2) li:nth-child(5):before {
        opacity: 0;
    }
}

@media (max-width: 817px) {
    .main-content.home-new-design~.footer ul:nth-child(2) li:nth-child(10):before {
        opacity: 0;
    }
}

@media (max-width: 768px) {
    .main-content.home-new-design~.footer ul:nth-child(2) li:nth-child(10):before {
        opacity: 1;
    }

    .main-content.home-new-design~.footer ul:nth-child(2) li:nth-child(9):before {
        opacity: 0;
    }
}

@media(max-width: 767px) {
    .main-content .banner_box+.card_box .card-view-section {
        padding: 10px 10px;
    }

    #regButton {
        width: auto;
    }

    .banner-cms.banner-part {
        width: 100%;
    }

    .cms-page-content-section.without-loginrit-cont.cms-leftspace-rmv {
        width: 100% !important;
    }

    .partner-propose-section .my-news-fav-content .news-profile-left.favorite-page-imageblk .news-detail {
        float: left;
    }

    .news-contents .my-news-content .news-list.notes-single .news-detail {
        float: right;
    }

    .news-contents .my-news-content .news-list.notes-single .nt2 {
        width: calc(100% - 00px);
    }

    /*.cms-page-content-section.without-loginrit-cont.cms-leftspace-rmv {
        padding-right: 20px;
    }*/
    .cms-page-content-section.without-loginrit-cont {
        padding-right: 20px;
        padding-left: 20px;
    }

    .cms-page-content-section {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .refrence_boxes .refrence_box .refre_texts {
        flex-direction: column;
    }

    .refrence_boxes .refrence_box .refre_texts .right_refre,
    .refrence_boxes .refrence_box .refre_texts .left_refre {
        width: 100%;
    }

    .refrence_boxes .refrence_box .refre_texts .left_refre {
        margin-bottom: 25px;
    }

    .refrence_boxes .refrence_box .refre_image {
        max-width: 105px;
        width: 100%;
    }

    a.header-back-btn {
        left: 30px;
        top: 15px;
    }

    .main-content .banner_box .btn-section .addnewbg-btn {
        float: right;
        margin: 0;
    }

    .home-new-design .wrapper>.banner-part .banner-slider {
        margin-top: 0;
    }

    .home-new-design.new-log-open .logo-part,
    .home-new-design.new-log-open .main-login-btn {
        top: 150px;
    }

    .main-content.home-new-design .registration-banner-part {
        width: 90%;
        margin: 70px auto 20px;
        left: 0;
    }

    .home-new-design.new-log-open .registration-banner-part {
        margin-top: 150px;
    }

    .main-content.home-new-design .registration-banner-part.registerjoin-page-content {
        margin-top: 20px;
    }

    .home-new-design .registration-banner-part form .form-group {
        width: calc(50% - 10px);
    }

    .home-new-design .video-bg-overlay video {
        right: -380px;
    }

    .main-content-profile-page.home-new-design .profile-info .profile-left .profile-photos a .meu-text.btn-red-yourlove {
        bottom: -2px;
        top: auto;
    }

    .main-content-profile-page.home-new-design .profile-info .profile-left .profile-users h3 {
        overflow: hidden;
        font-size: 15px;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    /*-QA Start res-*/
    .card-view-section .advance-setting.news-list .news-section {
        display: flex;
    }

    .card-view-section .advance-setting.news-list .news-section .news-img.same-img-dash {
        width: 100%;
        float: none;
    }

    .card-view-section .advance-setting.news-list .news-section .more-news-tab {
        width: 43px;
    }

    .card-view-section .advance-setting.news-list .news-section .news-detail {
        padding-right: 7px;
    }

    .card-view-section .advance-setting.news-list .news-section .news-detail .news-content {
        max-width: calc(100% - 43px);
    }

    .profile-info .profile-left.profile-left-2 .arrows-link {
        text-align: left;
    }

    .card-view-section .advance-setting.patner-list .patner-suggest .patner-detail .chat-icon {
        top: 30px;
    }

    .profile-content-detail .content-info ul li .user-info+.user-edit p {
        max-width: calc(100% - 47px);
    }

    .card-view-section .advance-setting .patner-suggest~button#load-more {
        margin: 10px auto 0;
        display: block;
    }

    .card-view-section .advance-setting form#partnerMatchForm {
        padding: 0 6px;
    }

    .main-content.new-dashboard-design .banner_box+.card_box .card-view-section .grid-3 a#search-partner-btn {
        top: -29px;
    }

    /* QA End res */
    .coaching_page.home-new-design.video_coaching_page .middle_box .title-with-options>.col-sm-12 {
        width: 100%;
        padding-left: 15px;
    }

    .fancybox-slide--video .fancybox-content {
        margin-bottom: 70px;
    }

    .fancybox-content .fancy_box_bottom {
        bottom: -75px;
    }

    .fancybox-content .fancy_box_bottom .pull-right.share-btn {
        margin: 10px 0 0 0;
    }

    .main-content.home-new-design .registration-banner-part .banner-part.wizard-banner-part {
        float: none;
    }

    .mendatory-question-main.main-content.home-new-design div#que-ans-section {
        padding: 0;
    }

    .fancybox-content .fancy_box_bottom a.btn-red-yourlove {
        margin: 0 5px !important;
        min-width: 130px;
        line-height: unset;
        min-height: 36px;
    }

    .fancybox-content .fancy_box_bottom a.btn-red-yourlove:first-child {
        margin-left: 0 !important;
    }

    .fancybox-content .fancy_box_bottom a.btn-red-yourlove:last-child {
        margin-right: 0 !important;
    }

    .main-content.home-new-design,
    .main-content.dashboard-page-content.mypartnersuggestion-page-content.home-new-design {
        padding-bottom: 100px;
    }

    .main-content.home-new-design~.footer {
        position: absolute;
    }

    .home-new-design .logo-part {
        left: 0;
    }

    .main-content-profile-page.home-new-design .profile-info .profile-left .profile-photos a {
        max-width: 100px;
    }

    div#setProfilePicModal .modal-header .close-mod {
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 10px;
        padding-bottom: 5px;
    }

    .main-content.chat-conversation-main-content.home-new-design div#loadMoreUsers .my-news-content.vert-scroll {
        min-height: unset !important;
        margin-bottom: 0;
    }

    .home-new-design.imp-info-page .wrapper .white-bgcolor .logo-part {
        left: 0;
        top: 0;
        position: static;
        margin: 70px auto 0;
        display: block;
        float: none;
    }

    .home-new-design.imp-info-page .wrapper .white-bgcolor .cms-page-content-section h1:first-child {
        padding: 0;
    }

    .home-new-design.imp-info-page .wrapper .white-bgcolor .cms-page-content-section {
        max-width: 100%;
    }

    .home-new-design.imp-info-page .wrapper .white-bgcolor .logo-part a.logo {
        float: none;
    }

    .home-new-design.imp-info-page .wrapper .white-bgcolor .logo-part a.logo+.logo-selection {
        float: none;
    }

    .main-content.home-new-design.imp-info-page.new-log-open .white-bgcolor {
        margin-top: 80px;
    }

    .home-new-design.imp-info-page.new-log-open .main-login-btn {
        top: 100px;
    }
}

@media (max-width: 716px) {
    .main-content.home-new-design~.footer ul:nth-child(2) li:nth-child(9):before {
        opacity: 1;
    }

    .main-content.home-new-design~.footer ul:nth-child(2) li:nth-child(8):before {
        opacity: 0;
    }
}

@media screen {
    .main-content.home-new-design~.footer ul:nth-child(2) li:last-child:before {
        display: block;
    }
}

@media(max-width: 640px) {

    .home-new-design.new-log-open .logo-part,
    .home-new-design.new-log-open .main-login-btn {
        top: 240px;
    }

    .home-new-design.new-log-open .wrapper>.banner-part .banner-slider div#video-slider video#slide-video {
        max-height: 660px !important;
    }

    .coaching_part .bottom_box .refrence_boxes .refrence_box {
        flex-direction: column;
        padding-bottom: 20px;
        border-bottom: 1px solid #d7d7d7;
    }

    .coaching_page.home-new-design .refrence_box .refre_image {
        margin-bottom: 20px;
    }

    .coaching_page.home-new-design .refrence_box .refre_texts {
        padding-left: 0px;
    }

    .coaching_page.home-new-design .refrence_box .refre_texts .left_refre,
    .coaching_page.home-new-design .refrence_box .refre_texts .right_refre {
        padding: 0;
    }

    .coaching_page.home-new-design .refrence_box .refre_texts .left_refre {
        margin-bottom: 0;
    }

    .coaching_page.home-new-design .refrence_box .refre_texts .left_refre a.btn-red-yourlove {
        position: static;
        display: inline-block;
    }

    #chatChannel .news-profile-detail .notification-icon ul+p {
        max-width: 80%;
        margin-top: -20px;
    }

    .home-new-design .registration-banner-part form .form-group {
        width: 100%;
    }

    .home-new-design.new-log-open .registration-banner-part {
        margin-top: 290px;
    }

    .main-content.home-new-design.imp-info-page.new-log-open .white-bgcolor {
        margin-top: 150px;
    }

    .home-new-design.imp-info-page.new-log-open .main-login-btn {
        top: 170px;
    }

    .main-content.home-new-design.imp-info-page:not(.new-log-open) .wrapper.clearfix:first-child {
        margin-top: 0;
    }
}

@media(max-width:639px) {

    .service-right h1,
    td h1 {
        font-size: 25px;
    }

    .header.header-prof .profile-header .top-header-right li.premium-btn,
    .header.header-prof .profile-header .top-header-right li.back-admin-btn {
        width: 49%;
        text-align: center;
    }

    .patner-list .patner-suggest .profile-img.same-img-dash {
        width: 100% !important;
        margin-top: 12px !important;
        max-width: 100px !important;
    }

    .advance-setting.patner-list.dash-img-box .patner-suggest .patner-detail {
        width: 100% !important;
        padding-left: 115px !important;
        padding-right: 45px;
    }

    .advance-setting.patner-list.dash-img-box .patner-suggest .patner-detail .patner-heading {
        display: block;
        width: 100%;
        padding-right: 0;
    }

    .header.header_new .profile-header .top-header-right li.premium-btn,
    .header.header_new .profile-header .top-header-right li.back-admin-btn {
        width: auto;
    }

    .profile-info .profile-left .profile-users .users-list li img {
        width: 40px !important;
        height: 40px !important;
    }

    .fancybox-content .fancy_box_bottom {
        text-align: center;
        bottom: -70px;
    }

    .fancybox-content .fancy_box_bottom a.share-btn {
        float: none !important;
    }

    .fancybox-content .fancy_box_bottom a.end_video,
    .fancybox-content .fancy_box_bottom a.more_video,
    .fancybox-content .fancy_box_bottom a.share-btn {
        line-height: 18px;
        margin: 10px 5px 0;
    }

    .header.header_new .top-header-left ul li {
        max-width: 57%;
        max-width: 50%;
    }

    .header.header_new .top-header-left ul li:nth-child(odd) {
        max-width: 43%;
        max-width: 50%;
    }

    .grid-3.advance-setting.patner-list.dash-img-box .patner-suggest .patner-detail {
        padding: 0 !important;
        max-width: calc(100% - 100px);
    }

    .grid-3.advance-setting.patner-list.dash-img-box .patner-suggest .profile-img.same-img-dash {
        margin-top: 0 !important;
        max-width: 80px !important;
    }

    .main-content.home-new-design .news-contents .my-news-content .news-list.list-parts {
        max-width: 250px;
        display: flex;
        margin: 0 auto 20px;
    }

    .main-content.home-new-design .news-contents .my-news-content .vert-scroll div#loadMoreUsers .news-list:nth-child(2) {
        /* margin-top: 20px; */
    }

    .main-content.home-new-design .news-contents .my-news-content .news-list .news-profile-left .news-profile .profile-img img {
        height: 250px;
        max-height: 250px;
        object-fit: cover;
    }

    .main-content.home-new-design .news-contents .my-news-content .vert-scroll div#loadMoreUsers {
        justify-content: center;
        row-gap: 20px;
        grid-template-columns: auto;
    }

    .main-content.home-new-design .news-contents .my-news-content .vert-scroll div#loadMoreUsers .news-list:nth-child(3),
    .main-content.home-new-design .news-contents .my-news-content .vert-scroll div#loadMoreUsers .news-list:nth-child(2),
    .main-content.home-new-design .news-contents .my-news-content .vert-scroll div#loadMoreUsers .news-list:nth-child(1),
    .main-content.home-new-design .news-contents .my-news-content .vert-scroll div#loadMoreUsers .news-list:nth-child(4),
    .main-content.home-new-design .news-contents .my-news-content .vert-scroll div#loadMoreUsers .news-list {
        margin-top: 0;
    }

    div#premiumPlanModal h3 {
        font-size: 16px;
    }

    div#premiumPlanModal .modal-content .panel.panel-default {
        padding: 10px 5px;
    }

    div#pageLoader img {
        max-width: 250px;
        max-height: 250px;
    }

    .home-new-design .news-contents h2 {
        font-size: 17px;
    }

    .main-content.mypartnersuggestion-page-content.home-new-design .news-contents .partner-propose-section .sorting-btn {
        top: -3px;
    }

    .main-content.coaching_page.home-new-design .wrapper.top-title {
        padding: 0 15px;
    }

    .main-content.coaching_page.home-new-design.video_coaching_page .middle_box div#video_section>div {
        width: 100%;
    }

    .fancybox-content .fancy_box_bottom {
        bottom: -80px;
    }

    .fancybox-content .fancy_box_bottom a.btn-red-yourlove {
        margin-top: 5px !important;
        min-height: 32px;
        min-width: 150px;
    }

    .fancybox-content .fancy_box_bottom a.btn-red-yourlove:last-child {
        margin-left: 0 !important;
    }

    .main-content.coaching_page.home-new-design.video_coaching_page .middle_box div#video_section {
        grid-template-columns: auto;
    }

    .profile-info .profile-left {
        margin-top: -130px !important;
    }

    .main-content-profile-page.home-new-design .profile-info .profile-left .profile-users {
        padding-left: 0;
    }

    .profile-info .profile-right {
        text-align: left !important;
    }

    .profile-info .profile-right select {
        margin-left: 0;
    }

    .main-content.main-content-profile-page.home-new-design .profile-info .profile-left .profile-users ul#user_list {
        margin-left: 0;
    }

    .main-content-profile-page.home-new-design .profile-info .profile-left .profile-photos {
        margin-right: 8px;
    }

    .main-content.main-content-profile-page.home-new-design .profile-info .profile-left.profile-left-2 .arrows-link {
        top: 0;
    }
}

@media (max-width: 621px) {
    .main-content.home-new-design~.footer ul:nth-child(2) li:nth-child(5):before {
        opacity: 1;
    }

    .main-content.home-new-design~.footer ul:nth-child(2) li:nth-child(4):before {
        opacity: 0;
    }

    .main-content.home-new-design~.footer ul:nth-child(2) li:nth-child(8):before {
        opacity: 1;
    }

    .main-content.home-new-design~.footer ul:nth-child(2) li:nth-child(7):before {
        opacity: 0;
    }
}

@media (max-width: 604px) {
    .main-content.home-new-design~.footer ul:nth-child(2) li:nth-child(12):before {
        opacity: 0;
    }

    div#passwordModal .modal-dialog,
    .modal-open .modal .modal-dialog {
        max-width: 90%;
    }

    .modal.bootstrap-dialog .modal-dialog .bootstrap-dialog-close-button button.close {
        right: -11px;
    }

    .modal-header .close-mod {
        font-size: 18px;
    }

    #passwordModal .modal-header .close-mod,
    #personal-detailModal .modal-header .close-mod {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-bottom: 5px;
    }
}

@media(max-width: 530px) {

    .main-content.home-new-design,
    .main-content.dashboard-page-content.mypartnersuggestion-page-content.home-new-design {
        padding-bottom: 130px;
        padding-bottom: 167px;
    }

    .main-content.home-new-design~.footer .wrapper.clearfix {
        max-width: 360px;
    }

    .main-content.home-new-design~.footer ul:nth-child(2) li:nth-child(4):before,
    .main-content.home-new-design~.footer ul:nth-child(2) li:nth-child(7):before {
        opacity: 1;
    }

    .main-content.home-new-design~.footer ul:nth-child(2) li:nth-child(3):before,
    .main-content.home-new-design~.footer ul:nth-child(2) li:nth-child(5):before,
    .main-content.home-new-design~.footer ul:nth-child(2) li:nth-child(6):before,
    .main-content.home-new-design~.footer ul:nth-child(2) li:nth-child(8):before {
        opacity: 0;
    }

    form#changePasswordForm {
        text-align: left;
        padding: 5px;
    }
}

@media(max-width:500px) {
    .partner-propose-section.premium_bookmark .my-news-content .news-profile-left .news-profile .profile-img {
        width: 100%;
        min-height: 60px;
    }

    .modal .modal-content .settings-row .settings-description {
        padding: 10px;
    }

    .home-new-design .wrapper>.banner-part .banner-slider div#video-slider video#slide-video {
        max-height: 450px !important;
    }

    .fancybox-slide--video .fancybox-content {
        margin-bottom: 150px;
    }

    .fancybox-content .fancy_box_bottom {
        bottom: -120px;
    }
}

@media(max-width:479px) {

    .service-right h1,
    td h1 {
        font-size: 20px;
    }

    .grid-3.advance-setting.patner-list.dash-img-box .patner-suggest .patner-detail {
        max-width: calc(100% - 80px);
    }

    .main-content.mypartnersuggestion-page-content.home-new-design .news-contents .partner-propose-section h2#totalProposals {
        padding-right: 120px;
        margin: 14px 0 14px;
    }

    .main-content.mypartnersuggestion-page-content.home-new-design .partner-propose-section .my-news-content .news-list {
        min-height: 95px;
    }

    .partner-propose-section .my-news-fav-content .news-profile-left.favorite-page-imageblk .smal-image-box {
        width: 100% !important;
        max-width: 70px;
    }

    .news-contents .my-news-content .news-list.visitedme-block .news-profile-left .news-profile {
        max-width: 70px;
    }

    .news-contents .my-news-content .news-list.visitedme-block .news-profile-left .news-profile .profile-img {
        width: 100%;
        min-height: 70px;
    }

    .news-contents .my-news-content .news-list.visitedme-block .news-profile-left .news-detail {
        width: calc(100% - 70px);
    }

    .partner-propose-section .my-news-fav-content .news-profile-left.favorite-page-imageblk .smal-image-box .profile-img {
        width: 100%;
        min-height: 70px;
    }

    .partner-propose-section .my-news-fav-content .news-profile-left.favorite-page-imageblk .news-detail {
        padding-right: 50px;
        padding-left: 10px !important;
    }

    .my-news-content.without-vert-scroll .vert-scroll .news-list .news-profile .profile-img {
        width: 100%;
        min-height: 70px;
    }

    .news-contents .my-news-content .news-list.notes-single .news-profile.small-img-notes {
        width: 100% !important;
    }

    .profile-header .top-header-right li.hamburger-btn {
        display: inline-block;
        width: 17%;
    }

    .profile-header .top-header-right li.premium-btn {
        display: inline-block;
        width: 48%;
        text-align: left;
        margin: 0;
        padding: 15px 0 0 15px;
    }

    .profile-header .top-header-right li.back-admin-btn {
        width: 48%;
        text-align: right;
        padding: 15px 0 0 0 !important;
    }

    .card-view-section .advance-setting.search-setting form#partnerMatchForm .form-group .form-radio-col {
        width: 100%;
        margin-right: 0;
    }

    .card-view-section .advance-setting.search-setting form#partnerMatchForm .form-group .form-group.form-radio.form-checkbox {
        padding-top: 15px;
    }

    .advance-setting.patner-list.dash-img-box .patner-suggest .patner-detail {
        width: 100% !important;
        padding-left: 95px !important;
        padding-right: 45px;
    }

    .news-list .news-detail {
        padding-right: 20px;
        padding-left: 10px !important;
    }

    .news-list .news-detail .chat-arrow {
        bottom: inherit;
        top: 15px;
    }

    .news-list .news-detail button.btn-white.delete-communication i {
        bottom: inherit !important;
        top: 50px;
    }

    .news-list .news-detail .news-notification {
        /* right: 0 !important;
        top: 0 !important;
        position: relative !important;
        transform: inherit !important;
        float: left;
        margin-bottom: 10px !important; */
    }

    .advance-setting.patner-list.dash-img-box .patner-suggest .patner-detail .patner-heading {
        padding-right: 0;
        padding-left: 15px;
    }

    .patner-list .patner-suggest .profile-img.same-img-dash {
        max-width: 70px !important;
    }

    .advance-setting.patner-list.dash-img-box .patner-suggest .patner-detail {
        padding-left: 80px !important;
    }

    .header.header_new .profile-header .top-header-right ul li.back-admin-btn {
        padding: 0 !important;
    }

    .header.header_new .profile-header .top-header-right ul li ul li {
        width: auto;
    }

    .header.header_new .top-header-left li.menu-chat-icon>a>span.tot-chatbox {
        /* right: auto;
        top: -20px;
        left: -6px;
        top: -15px; */
        left: -22px;
    }

    html .top-header-right ul li:last-child a.premium {
        font-size: 9px !important;
    }

    a.header-back-btn {
        left: 15px;
    }

    .profile-info .profile-left .profile-photos {
        /* width: 65px !important; */
        /* margin-top: 15px; */
        margin-right: 10px;
    }

    .profile-info .profile-left {
        /* margin-top: -95px !important; */
    }

    .profile-info .profile-left .profile-users {
        padding: 0px 0px 0px 100px !important;
        padding: 0px 0px 0px 0px !important;
    }

    .profile-info .profile-right select {
        margin-left: 105px;
        margin-left: 0;
        width: 130px;
        float: left !important;
    }

    .main-content .banner_box .btn-section {
        padding: 0 0 8px;
    }

    .btn-section .addnewbg-btn .add-new-icon {
        margin: 0 5px 0 0;
        vertical-align: middle;
    }

    .main-content.mypartnersuggestion-page-content.home-new-design .news-contents .my-news-content .news-list .news-profile img {
        height: 60px;
    }

    .my-news-content.without-vert-scroll .vert-scroll .news-list .news-profile .profile-img .meu-text.btn-red-yourlove {
        width: 40px;
    }

    .main-content.main-content-profile-view-page.home-new-design .profile-info .profile-left .profile-users h3~ul#user_list {
        display: block;
        margin-left: 0;
    }

    .profile-left.profile-left-2.other-pro-photos .profile-users.profile-users-2 {
        margin-bottom: 5px !important;
    }

    .main-content.main-content-profile-view-page.home-new-design .profile-info .profile-left .profile-users h3 {
        margin-top: 15px;
    }

    .main-content.main-content-profile-view-page.home-new-design .profile-info .profile-left.profile-left-2.other-pro-photos .profile-users h3 {
        margin-top: 20px;
    }

    .arrows-link {
        top: 20px;
    }

    .profile-right-2 .bookmark_inner {
        float: left;
    }

    .header.header_new .top-header-left ul li:nth-child(odd) {
        padding-left: 25px;
    }

    .fancybox-content .fancy_box_bottom a.btn-red-yourlove,
    .fancybox-content .fancy_box_bottom a.btn-red-yourlove:first-child,
    .fancybox-content .fancy_box_bottom a.btn-red-yourlove:last-child {
        margin: 5px 5px 0 !important;
    }

    .main-content.home-new-design,
    .main-content.dashboard-page-content.mypartnersuggestion-page-content.home-new-design {
        padding-bottom: 170px;
    }

    .home-new-design .wrapper>.banner-part .banner-slider div#video-slider video#slide-video {
        max-height: 560px !important;
        height: 100% !important;
        width: auto !important;
        transition: max-height 0.3s ease-in-out;
        position: static;
        background-size: cover;
        pointer-events: none;
    }

    .home-new-design .logo-part {
        top: 70px;
    }

    .home-new-design.new-log-open .main-login-btn {
        top: 190px;
    }

    div#editProfileModal .modal-content .modal-header button.close,
    #cropModal .modal-content .modal-header button.close {
        right: -13px;
    }

    .main-content.mypartnersuggestion-page-content.home-new-design .partner-propose-section .my-news-content {
        margin-bottom: 90px;
        overflow: visible !important;
    }

    .main-content.mypartnersuggestion-page-content.home-new-design .partner-propose-section .my-news-content button#load-more {
        bottom: -72px;
        width: 100%;
    }

    .main-content.dashboard-page-content.mypartnersuggestion-page-content.home-new-design .partner-propose-section:not(.non-premium-user) .my-news-content button#load-more {
        bottom: -70px;
    }

    .news-contents .my-news-content .news-list .news-detail {
        /* min-height: 72px !important; */
    }

    .main-content.chat-conversation-main-content.home-new-design .delete-communication.delete-icon {
        bottom: 0 !important;
    }

    .main-content.chat-conversation-main-content.home-new-design div#loadMoreUsers .my-news-content.vert-scroll button#load-more {
        width: 100% !important;
    }

    .chat-conversation-main-content .sorting-btn {
        margin-top: -37px !important;
    }

    div#form-created-inform-admin .modal-header button.close-mod {
        line-height: 23px !important;
    }

    .modal.show .modal-dialog {
        padding: 0 15px !important;
    }

    .dashboard-page-content.home-new-design .sorting-btn button {
        display: flex;
    }

    #form-created-inform-admin button.close-mod span {
        line-height: 0;
        height: 10px;
        width: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .chat-conversation-main-content .news-contents .my-news-content .news-list .news-detail .news-notification {
        margin-bottom: 0 !important;
    }

    .settings-description.option-div.mp-row {
        padding-right: 0;
    }

    .main-profile-setting .manage-profile .check-box-row.pkg-wrap.col-sm-12 span.col-sm-9 {
        white-space: nowrap;
        margin-bottom: 10px;
        display: inline-block;
    }

    .main-profile-setting .manage-profile .check-box-row.pkg-wrap.col-sm-12:last-child span.col-sm-9 {
        margin-bottom: 0px;
    }
    .main-content-profile-page.home-new-design .profile-info .profile-left .profile-users .user-icon{
        margin-top: 25px !important;
    }
}

@media (max-width: 415px) {
    .main-content-profile-page.home-new-design .profile-info .profile-left .profile-users .user-icon {
        width: 100%;
        /* margin-top: 4px !important; */
    }

    .main-content.main-content-profile-page.home-new-design .profile-info .profile-left .profile-users ul#user_list {
        margin-top: 20px;
    }
}

@media (max-width: 359px) {
    .main-content.home-new-design~.footer .wrapper.clearfix {
        max-width: 270px;
    }
    .main-content-profile-page.home-new-design .profile-info .profile-left .profile-users .user-icon a {
        margin-bottom: 10px;
    }
    .main-content.home-new-design,
    .main-content.dashboard-page-content.mypartnersuggestion-page-content.home-new-design {
        padding-bottom: 230px;
    }

    .main-content.home-new-design~.footer ul:nth-child(2) li:nth-child(2):before,
    .main-content.home-new-design~.footer ul:nth-child(2) li:nth-child(7):before,
    .main-content.home-new-design~.footer ul:nth-child(2) li:nth-child(11):before {
        opacity: 0;
    }

    .main-content.home-new-design~.footer ul:nth-child(2) li:nth-child(12):before {
        opacity: 1;
    }
}


/* 4-1-2022 */

.home-new-design .login-main-div .header-panel .login-links a {
    color: #fff !important;
}

.home-new-design .login-main-div .header-panel .login-links a:after {
    background-color: #fff ! important;
}
