<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* CSS Document */

@media (max-width:1340px) {
    .headerSearch .tl {
        display: none;
        margin: 0 0 6px 0;
        text-align: left;
    }
    .srchSelect {
        width: 80px;
        padding-left: 7px;
    }
    .headerSearch .age .srchSelect {
        width: 60px;
    }
    .headerSearch .more {
        padding-left: 7px;
        padding-right: 7px;
    }
    .profileBoxes .rw {
        margin: 0 -10px;
    }
    .profileBoxes .rw .colm {
        padding: 0 10px 20px 10px;
    }
    .headerNav ul li a {
        padding-left: 14px;
        padding-right: 14px;
    }
    .usernamefield {
        width: 170px;
    }
    .srchInput {
        width: 100%;
    }
    .onlineProfileBox .details .nm label {
        margin-bottom: 0;
    }
    .onlineProfileBox .details .loc {
        margin-bottom: 10px;
    }
}

@media (max-width:1280px) {
    .profileBoxes .rw .colm {
        max-width: 100%;
    }
    .radiobtnsarea {
        -moz-column-count: 5;
        -webkit-column-count: 5;
        column-count: 5;
    }
    .onlineProfileListing .rW {
        margin: 0 -8px;
    }
    .onlineProfileListing .rW .colM {
        padding: 0 8px 16px 8px;
    }
    .purchaseBody .rw .colm {
        width: 54%;
    }
    .purchaseBody .rw .colm:last-child {
        width: 46%;
    }
    .headerNav ul li a {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media all and (max-width:1199.98px) {
	.cm8-feed-page-main .aside-column {
		max-width: 220px;
	}

	.cm8-feed-page-bottom-sugg-box-lists {
		margin: -15px;
	}

	.cm8-feed-page-bottom-sugg-box-lists li {
		padding: 15px;
	}
}

@media (max-width:1200px) {
    .headerNav {
        padding-right: 10px;
    }
    .loginUser .name {
        display: none;
    }
}

@media (min-width:1024px) {
    .headerSearch {
        display: block !important;
    }
    .mobile_buttons{
        display: none;
    }
    .sidenav_banner{
		display: none;
	}
}

@media (max-width: 1024px) {
    .profileBox .picBx .pic {
        height: 190px;
    }
  
     
}

@media (max-width:1023px) {
    .innerBodyCont .sidebarLeft{
        display: none;
    }
    .articleSection.earn_page_article{
        width: 100% !important;
    }
    .only-desktop{
        display: none;
    }
    .front-page-ad-banner{
		display: none;
	}
    .sidenav_banner{
		display: block;
	}
    .only_mobile{
        display: block;
    }
    .activitybox {
		top: calc(100% + 0px) !important;
		bottom: unset !important;
		margin: 0 !important;
		width: 100%;
		left: 0;
	}
    .activitybox ul li a{
		height: 45px;
	}
    .resetButton:not(.responsive-show) , .srchBtn:not(.responsive-show){
        display: none !important;
    }
    .mobile_buttons{
        display: flex !important;
        justify-content: center;
        align-items: center;
        column-gap: 15px;
    }
    .m_buttons{
        width: 35%;
    }
    .dateStepsHead {
        padding: 36px 0 42px 0;
    }
    .dateStepsHead h2 {
        font-size: 30px;
        line-height: 34px;
        margin: 0 0 24px 0;
        padding: 0 0 16px 0;
    }
    .dateStepsHead p {
        font-size: 15px;
        line-height: 25px;
    }
    .innerHeader {
        padding: 0;
    }
    .navSrch,
    .navClick {
        display: inline-block;
        padding: 2px 10px;
        font-size: 16px !important;
        line-height: 28px;
    }
    .navSrch i,
    .navClick i {
        margin: 0 !important;
    }
    .navClick {
        display: inline-block !important;
        margin-left: 6px;
    }
    .headerSearch {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 999;
        background-color: rgba(0, 0, 0, 0.6);
        overflow: auto;
        padding: 20px 0;
    }
    .headerSearchBar {
        position: relative;
        max-width: 300px;
        margin: 0 auto;
        text-align: left;
        background-color: #d41a1f;
        padding: 80px 16px 22px 16px;
    }
    .headerSearch .resetButton{
        font-size: 20px !important;
        /* width: 108px; */
        width: 100%;
        margin-left: 1px;
    }
    .headerSearch .more {
        width: 53%;
        margin-left: 2%;
        margin-right: 0;
        text-align: center;
    }
    .headerSearch .more.sexIntrstClk {
        width: 53%;
        margin-left: 0;
        margin-right: 0;
        text-align: center;
    }
    .headerSearch .age,
    .headerSearch .locat {
        width: 100% !important;
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
        font-size: 0px;
    }
    .headerSearch .locat {
        padding-bottom: 4px;
    }
    .headerSearch .usernamefield {
        width: 100%;
        padding: 0;
    }
    .headerSearch .btn {
        margin: 4px auto 0 auto;
        width: 130px;
        display: block;
        float: right;
    }
    
    .headerSearch .srchBtn {
        float: right;
        font-size: 16px;
        width:100%;
    }
    .srchSelect,
    .headerSearch .line,
    .headerSearch .locat .srchInput,
    .headerSearch .more,
    .usernamefield .srchInput,
    .headerSearch .newButton {
        margin-top: 3px;
        margin-bottom: 3px;
    }
    .headerSearch .more{
        width: 100%;
        margin-left: 0px;
    }
    .headerSearch .line {
        width: 20%;
    }
    .headerSearch .locat .fa,
    .headerSearch .locat .fas {
        top: 6px;
    }
    .srchSelect {
        width: 45%;
        padding-left: 11px;
    }
    .headerSearch .age .srchSelect {
        width: 40%;
    }
    .headerSearch .srchCheck {
        /* width: 40%; */
        font-size: 13px;
    }
    .srchClose {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 30px;
        height: 30px;
        background: url(../images/close.svg) no-repeat center center;
        background-size: 12px auto;
    }
    .headerSearch .tl {
        display: block;
        color: #fff;
        font-size: 20px;
        line-height: 24px;
        font-weight: 500;
        margin: 0 0 14px 0;
    }
    .headerSearch .searchChklist {
        margin: 8px 0;
        padding-right: 0px;
        width:100%;
    }
    .advanceSearchSec {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        max-height: 100% !important;
        min-height: 1px !important;
    }
    .srchInput {
        padding-left: 11px;
        padding-right: 11px;
        margin-left: 0px !important;
    }
    .sexInterestsSrch {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        max-height: 100%;
        z-index: 999;
    }
    .clearChecked {
        position: fixed;
    }
    .headerNav {
        position: fixed;
        top: 0;
        left: -225px;
        z-index: 1001;
        min-height: inherit !important;
        overflow: auto;
        height: 100%;
        overflow: auto;
        transition: 500ms;
        padding: 0;
        background-color: #2c2c2c;
        width: 225px;
    }
    .headerNav ul {
        display: block;
        padding: 0;
        margin: 0;
    }
    .headerNav ul li {
        display: block;
        border-left: none !important;
        border-right: none !important;
        border-bottom: 1px solid #444;
    }
    .headerNav ul li a {
        display: block;
        padding: 16px 12px;
        height: 82px;
    }
    .headerNav ul li a i{
        margin-top: 5px;
    }
    .activitybox ul li a {
        height: 45px;
    }
    /* .sidebarLeft,
    .sidebarLeft .sideAd {
        display: none;
    } */
    .articleSection {
        padding-left: 0;
        padding-right: 0;
    }
    .dateSteps .rw {
        margin: 0 -16px;
    }
    .dateSteps .rw .colm {
        padding: 0 16px 24px 16px;
    }
    .stepBox .ico {
        width: 94px;
        height: 94px;
    }
    .stepBox .ico img {
        width: 42px;
    }
    .cmsContainer h1 {
        font-size: 32px;
        line-height: 38px;
    }
    .headOnlineUser {
        display: none;
    }
    .innerLogo {
        position: static;
        transform: inherit;
        display: inline-block;
        vertical-align: top;
        margin: 0;
    }
    .navOverlay {
        display: block;
        background-color: rgba(0, 0, 0, 0.3);
        z-index: 1;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        visibility: hidden;
        transition: 500ms;
    }
    .showNav .navOverlay {
        opacity: 1;
        visibility: visible;
    }
    .showNav .headerNav {
        left: 0;
    }
    .advanceSearchSec {
        top: 0;
    }
    .purchaseBody .rw .colm {
        width: 52%;
    }
    .purchaseBody .rw .colm:last-child {
        width: 48%;
    }
    .packageBotSec {
        background-position: top right;
    }
    .pggSec {
        padding-right: 0;
    }
    .creditPackages .rw {
        margin: 0 -10px;
    }
    .creditPackages .rw .colm {
        padding: 10px;
    }
    .sexInterestList .rw .colm {
        width: 33.333333%;
    }
    .textSec h2 {
        font-size: 24px;
        line-height: 30px;
    }
    .sexInterestsSrch {
        height: 100%;
    }
.headerNav ul li a#like-profile {display: block;padding-top: 20px !important;}

/*.advanceBtn .unreadCount {
    top: 122px !important;
    left: 260px !important;
}

.sexIntrstClk .unreadCount {
    top: 480px !important;
    left: 105px !important;
}

#profile-view .unreadCount {
    top: 330px !important;
    left: 105px !important;
}*/
   
}

@media (max-width:900px) {
    .dateSteps .rw {
        margin: 0 -15px;
    }
    .dateSteps .rw .colm {
        padding: 0 15px 24px 15px;
    }
    .sectionTl {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 16px;
    }
    .stepBox .details .tl {
        font-size: 20px;
        line-height: 24px;
    }
    .stepBox .details p {
        font-size: 14px;
        line-height: 20px;
    }
    .footer .copyrightSec .txt {
        padding: 0;
    }
    .footer .copyrightSec .txt .powerBy {
        position: static;
        margin: 6px 0 0 0;
        transform: inherit;
    }
    .cmsBanner {
        padding: 80px 0 36px 0;
    }
    .confirmEmailPg .changeEmailBtn&gt;.btn-danger,
    .confirmEmailPg .buttonset&gt;.btn-danger {
        width: 306px;
        font-size: 16px;
        line-height: 36px;
        padding: 4px 20px !important;
    }
    .aboutProfile,
    .profileNextPrevBot {
        padding: 16px;
    }
    .pkgHead {
        font-size: 24px;
        line-height: 32px;
    }
    .hotCupidoSec .bkg .bkg-left,
    .hotCupidoSec .bkg .bkg-right{
        width: 100%;
    }
    .hotCupidoTxts {
        width: 600px;
        max-width: 100%;
        padding: 42px;
        margin: 0 auto;
        float: none;
    }
    .hotCupidoSec .bkg:after {
        width: 64%;
    }
}

@media (max-width:899px) {
    .bannerheader {
        padding: 8px 0;
    }
    .logo {
        padding-top: 0;
    }
    .logo img,
    .innerLogo a img {
        height: 34px;
    }
    .footerLogosec a img{ height: 34px;}
    .headerRight {
        margin: 5px 0 0 0;
    }
    .headLogIco {
        display: inline-block;
    }
    .loginForm {
        /* display:none; */
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
        background-color: rgba(0, 0, 0, 0.7);
        width: 100%;
        height: 100%;
        padding: 16px;
        overflow: auto;
        visibility: hidden;
        opacity: 0;
        transition: 500ms;
    }
    .loginFormBx {
        display: block;
        width: 400px;
        max-width: 100%;
        background-color: #fff;
        padding: 22px 36px 36px 36px;
        border-radius: 20px;
        margin: 0 auto;
        position: relative;
    }
    .loginFormBx .logClose {
        display: block;
        position: absolute;
        top: -1px;
        right: 4px;
        width: 32px;
        height: 32px;
        background: url(../images/close-red.svg) no-repeat center center;
        background-size: 12px auto;
    }
    .headerRight .form-inline .form-control {
        display: block;
        width: 100%;
        margin: 20px 0 0 0 !important;
        height: 40px !important;
    }
    .error-msg {
        font-size: 12px;
    }
    .headerRight .form-inline .btns {
        display: block;
        width: 100%;
        margin: 20px 0 0 0 !important;
    }
    .headerRight .form-inline .btns .btn {
        height: 44px !important;
    }
    .loginFormBx h2 {
        display: block;
        text-align: center;
        width: 100%;
        font-size: 30px;
        line-height: 36px;
        font-weight: 600;
        margin: 0 0 22px 0;
    }
    .headFrgt {
        text-align: center;
        margin: 12px 0 0 0;
    }
    .headFrgt a {
        color: #eb1d1d !important;
    }
    .showLogin .loginForm {
        visibility: visible;
        opacity: 1;
    }
    .showLogin .notifyMsgs {
        z-index: 1;
    }
    .cmsContainer {
        padding: 24px 16px;
    }
    .confirmEmailPg .cmsContainer .bootomSec {
        padding: 16px;
        margin: 20px -16px 0 -16px;
    }
    .loginUser .name {
        display: none;
    }
    .radiobtnsarea {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }
    .profileTitle {
        padding: 12px 80px 12px 13px;
    }
    .profileTitle h2 {
        font-size: 20px;
        line-height: 26px;
    }
    .profileTopArrows a {
        display: inline-block;
        margin: 4px 0 0 8px;
        width: 26px;
    }
    .profileActions .leftSide a {
        padding: 10px 12px;
        font-size: 13px;
        line-height: 17px;
    }
    .profileActions .leftSide a i {
        font-size: 16px;
    }
    .profileDetailsSec {
        padding: 16px;
    }
    .onlineProfileListing .rW {
        margin: 0 -5px;
        text-align: center;
    }
    .onlineProfileListing .rW .colM {
        padding: 0 5px 10px 5px;
        width: 185px;
        max-width: 100%;
    }
    .onlineProfileBox .details .nm {
        font-size: 14px;
        line-height: 18px;
    }
    .onlineProfileBox .details .loc {
        font-size: 12px;
        line-height: 14px;
    }
    .purchaseBody .rw {
        display: block;
    }
    .purchaseBody .rw .colm,
    .purchaseBody .rw .colm:last-child {
        display: block;
        vertical-align: top;
        width: 640px;
        max-width: 100%;
        margin: 0 auto;
        padding: 20px 0 0 0;
    }
    .crdPkgs .pkgTl {
        font-size: 24px;
        line-height: 32px;
    }
    .showLogin header {
        opacity: 1 !important;
    }
    .loginFormBx form {
        display: block;
    }
    .giftlist li {
        width: 20%;
    }
    .creditOptions .rw .colm {
        width: 160px;
        padding: 0 5px 30px 5px;
    }
    .packageListCont .pkg {
		max-width: 100%;
	}
	.tabpak_inner {
		max-width: 100%;
	}
}

@media (max-width:800px) {
    .bannerarea .registerformCont {
        padding: 16px 0 24px 0;
    }
    .formBoxContainer {
        display: block;
        float: none;
        margin: 0 auto;
        width: 374px;
        max-width: 100%;
    }
    .formBoxContainer h2 {
        font-size: 24px;
        line-height: 30px;
    }
    .hotCupidoSec .bkg {
        background-position: top center;
    }
    .logRegBanner {
        padding: 80px 0 30px 0;
    }
    .logRegForm {
        padding: 20px;
        width: 380px;
        max-width: 100%;
    }
    .profileDetailsImage {
        width: 358px;
    }
    .profileDetailsDesc {
        padding-left: 382px;
    }
    .profileDetailsImage .allImages .thumbnails .rW .colM a {
        max-height: 58px;
    }
    .creditOptions .rw .colm {
        width: 151px;
    }

   .admin_table_msg thead{
		display: none;
	}
	.admin_table_msg tbody tr {
		display: block;
		margin-bottom: 7px;
		border-bottom: 1px solid #d1d1d1;
	}
	.admin_table_msg tbody tr td{
		display: block;
		margin-bottom: 0px;
		border-bottom: 0px solid #d1d1d1;
		padding: 10px 20px 10px 100px;
		position: relative;
	}
	.admin_table_msg tbody tr td:before {
		content: attr(data-th)":";
		color: #777;
		font-size: 13px;
		line-height: 20px;
		font-weight: 500;
		margin: 0;
		display: inline-block;
		min-width: 150px;
		position: absolute;
		left: 0;
		top: 8px;
	}
	.admin_table_msg tbody tr td:last-child {
		text-align: left;
	}
	.modal-dialog.admin_msg .modal-header {
		padding-right: 15px;
		font-size: 18px;
		line-height: 22px;
	}
	.modal-dialog.admin_msg .modal-header .close {
		right: 5px !important;
	}
}

@media all and (max-width: 991.98px) {
	.cm8-feed-page-main .aside-column {
		max-width: 165px;
	}

	.cm8-feed-page-bottom-sugg-box-lists .cm8-feed-page-bottom-sugg-box {
		height: 20vw;
	}
}

@media all and (min-width:900px){
    .log-btn{
        margin-top: 18px !important;
    }
}

@media all and (max-width: 767.98px) {
	.cm8-feed-page-main .aside-column {
		display: none;
	}

	.cm8-feed-page-main .cm8-middle-sec {
		max-width: unset;
	}

	.cm8-feed-page-bottom-sugg-box-lists {
		margin: -10px;
	}

	.cm8-feed-page-bottom-sugg-box-lists li {
		max-width: unset;
		padding: 10px;
	}

	.cm8-feed-page-bottom-sugg-box-lists .cm8-feed-page-bottom-sugg-box {
		height: 62vw;
	}
}

@media (min-width: 768px) {
    .close-onlyMobile {
        display: none;
    }
}

@media (max-width:767px) {
    .popup_max_width_message_img img{
		max-width: 220px;
	 }
	.popup_max_height_message_img img   {
		max-height: 220px;
	 }
    .profileBoxes .rw .colm{
        width: 32%;
    }
    .dateStepsHead h2{
        font-size: 26px !important;
        line-height: 32px !important;
    }
    .alter_search_panel {
        display: block;
        overflow-y: auto;
        overflow-x: hidden;
        padding: 0 10px;
        max-height: calc(100vh - 110px)!important;
    }
    .bannerSection {
        border-width: 8px;
    }
    .btn-xl {
        font-size: 18px;
        line-height: 30px;
    }
    .btn-lg {
        font-size: 16px;
    }
    .hotCupidoTxts p {
        font-size: 18px;
        line-height: 32px;
    }
    .hotCupidoSec .bkg {
        padding: 40px 0;
    }
    .footerRow .colm {
        width: 33.333333%;
        padding-bottom: 16px;
    }
    .footerRow .colm:last-child {
        width: 100%;
    }
    .logRegForm h2 {
        font-size: 24px;
        line-height: 30px;
    }
    .cmsContainer h1 {
        font-size: 26px;
        line-height: 30px;
    }
    .cmsContainer.txtPg h4 {
        font-size: 19px;
        line-height: 23px;
    }
    .cmsContainer.txtPg p {
        font-size: 13px;
        line-height: 23px;
    }
    .cmsContainer h4 {
        font-size: 28px;
        line-height: 36px;
    }
    .cmsContainer p {
        font-size: 16px;
        line-height: 24px;
    }
    .cmsContainer h5 {
        font-size: 22px;
        line-height: 26px;
    }
    .cmsContainer h6 {
        font-size: 20px;
        line-height: 24px;
    }
    .cmsContainer .icoTxt {
        font-size: 18px;
        line-height: 28px;
    }
    .cmsContainer .icoTxt i {
        font-size: 28px;
        line-height: 28px;
    }
    .cmsContainer .postCardIco {
        max-width: 120px;
    }
    .confirmEmailPg .buttonset {
        text-align: center;
    }
    .changeEmailBtn,
    .confirmEmailPg .buttonset&gt;.btn {
        margin: 10px 0 0 0;
        max-width: 100%;
    }
    .changeEmailForm {
        padding: 16px;
        text-align: left;
    }
    .changeEmailForm .editFormrow .tl {
        font-size: 16px;
    }
    .radiobtnsarea {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
    .clearChecked .ico {
        background-size: 38px auto;
    }
    .welcomePopup3 h2 {
        font-size: 32px;
        line-height: 36px;
    }
    .welcomePopup3 p {
        font-size: 15px;
        line-height: 24px;
    }
    .welcomePopup3 h3 {
        font-size: 18px;
        line-height: 22px;
    }
    .welcomePopup3 .modal-body {
        padding: 36px 20px 20px 20px;
    }
    .successTipsList .list .det .tl {
        font-size: 20px;
        line-height: 24px;
    }
    .paySuccessPopup .wlcmMsgCont {
        width: 394px;
    }
    .profileDetailsImage {
        float: none;
        max-width: 100%;
    }
    .profileDetailsDesc {
        padding: 20px 0 0 0;
    }
    .userInformations li span {
        width: 210px;
        max-width: 50%;
    }
    .creditOptions .rw {
        margin: 0 -10px;
    }
    .creditOptions .rw .colm {
        padding: 0 5px 30px 5px;
        width: 160px;
    }
    .textSec h2 {
        font-size: 21px;
        line-height: 27px;
    }
    .textSec h2 span {
        display: block;
        margin-top:10px;
    }
    .textSec h2 a {
        float: none !important;
        margin: 10px 4px 0;
    }
    .edtWrap {
        max-width: 480px;
        margin: 0;
    }
    .edtWrap h2 {
        font-size: 26px;
        line-height: 32px;
    }
    .pkgHead br {
        display: block;
    }
    .pkgHead .shadowBtn {
        display: inline-block;
        vertical-align: top;
        float: none !important;
        margin: 24px 4px 0 4px;
    }
    .creditPackages .rw {
        text-align: center;
    }
    .creditPackages .rw .colm {
        width: 236px;
    }
    .messageContainer .headr {
        padding: 14px 16px;
    }
    .msgCurntUsr {
        font-size: 20px;
    }
    .msgRightPanel .rgtHead {
        padding: 8px 10px;
        min-height: 44px;
    }
    .messageContainer .headr .allFrnds {
        display: block;
    }
    .msgRightPanel {
        padding-left: 0;
    }
    .msgLeftPanel {
        position: fixed;
        top: 0;
        left: -270px;
        z-index: 1001;
        height: 100%;
        transition: 500ms;
    }
    .showFriends .msgLeftPanel {
        left: 0;
    }
    .showFriends .navOverlay {
        opacity: 1;
        visibility: visible;
    }
    .hotCupidoSec .bkg:after {
        width: 100%;
    }
    .hotCupidoTxts {
        width: 100%;
    }
    .profileboxTab li a {
        height: 42px;
        font-size: 15px;
        line-height: 17px;
    }
    .profileboxTab li a:before,
    .profileboxTab li a:after {
        border-top-width: 34px;
    }
    .notificationSettings&gt;.row {
        margin: 0;
    }
    .notificationSettings&gt;.row .col-md-6,
    .notificationSettings&gt;.row .col-md-12 {
        padding: 0;
    }
    .notificationSettings&gt;.row .col-md-6:first-child .whBx:after {
        display: none;
    }
    .sexInterestList .rw .colm {
        width: 50%;
    }
    .registerbox {
        width: 90%;
    }
    .msgLeftPanel {
        display: block;
        width: 100%;
        margin: auto;
        float: left;
        position: relative;
        padding: 54px 0 0 0;
        height: 640px;
        left: 0;
        z-index: 1;
    }
    .msgRightPanel {
        display: none;
    }
    .msgLeftPanel.mobileverssion {
        display: none;
    }
    .msgRightPanel.mobileverssionshow {
        display: block;
    }
    .msgLeftPanel .close-onlyMobile {
        display: none;
    }
    .close-onlyMobile {
        position: absolute;
        right: -10px;
        top: -10px;
        height: 20px;
        width: 20px;
        border-radius: 50%;
        background: #eb1d1d;
        color: #fff;
        font-size: 20px;
        line-height: 16px;
        text-align: center;
        z-index: 2;
        text-decoration: none;
    }
    .messageContainer .headr.frndClk,
    .msgOverlay {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.6);
        z-index: 1;
    }
    .profileDetailsSec.sticky-applyed {
        margin-top: 94px;
    }
    .profileTitle.sticky {
        position: fixed;
        left: 10px;
        top: 0;
        right: 10px;
        z-index: 3;
        background: #fff;
    }
    .profileTitle.sticky .sticky-image {
        display: inline-block;
    }
    .profileActions.sticky {
        position: fixed;
        left: 10px;
        top: 50px;
        right: 10px;
        z-index: 3;
    }
    .profileTitle.sticky h2 {
        max-width: 70%;
    }
    .photosBodyCont .rw .colm {
        width: 33.3%;
    }
    .msgFooterarea .speech-bubble {
        right: -60px !important;
        top: -110px !important;
        height: 100px !important;
    }
    .headerSearch .locat {
        padding-bottom: 4px;
        width: 100%!important;
    }
    .headerSearch .searchChklist {
        margin: 14px 0 0 0;
        width: 100%!important;
    }
    .headerSearch .srchBtn {
        float: none;
        margin: 7px auto 0 auto!important;
        display: block;
        width: 100%;
    }
    .headerSearch .resetButton {
        float: none;
        margin: 7px auto 0 auto!important;
        display: block;
        width: 100%;
    }
    .top_sticky_first {
		position: sticky;
		top: 0;
		z-index: 999;
	}
	.top_sticky_second {
		z-index: 1000;
	}
    .profileboxTab li.sl {
        z-index: 2;
    }
    .profileboxTabView {
        display: none;
        padding: 22px;
        background-color: #fff;
        box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.3);
        border-radius: 0px 4px 4px 4px;
        margin: 0 0 20px 0;
        position: relative;
        z-index: 1;
    }

    .txt-operated {float: none;margin: 0 0 10px 0;}
}

@media (max-width:640px){
	/* .giftlist li label .gftImg{height:62px;} */
	.cookieeBannerInner , .inrHeadCont{
		display: block;
	}
	.cookieeBannerInner p{
		margin-bottom: 10px;
	}
	.cookieContent{
		padding-right: 0px !important;
	}
}

@media (max-width:639px) {
    .headLogIco {
        padding-left: 10px;
        padding-right: 10px;
    }
    .inrHeadCont {
        min-height: 50px;
    }
    .logo {
        font-size: 0;
        line-height: 0px;
    }
    .logo img,
    .innerLogo a img {
        height: 30px;
    }
    .headerRight {
        margin-top: 1px;
    }
    .innerWrapper .headerRight {
        margin-top: 3px;
    }
    .dateSteps .rw .colm {
        width: 100%;
    }
    .dateSteps .rw:before,
    .dateSteps .rw:after {
        display: none;
    }
    .stepBox {
        max-width: 328px;
    }
    .formBoxContainer {
        padding: 16px;
    }
    .notifyMsgs {
        left: 8px;
        top: 4px;
    }
    .notyfiMsg {
        margin-bottom: 8px;
    }
    .loginFormBx h2 {
        font-size: 26px;
        line-height: 30px;
    }
    .loginFormBx {
        padding: 16px 20px 36px 20px;
    }
    .headaddcredit {
        min-width: 1px;
    }
    .notificationSettings {
        padding: 16px 16px 0 16px;
    }
    #flirtModal .modal-body {
        padding: 10px;
    }
    .flirtMsglist li label span {
        padding: 9px 10px 9px 34px;
        font-size: 14px;
        line-height: 18px;
    }
    .flirtMsglist li label span .fas {
        top: 9px;
        left: 7px;
    }
    .modal-header {
        padding-right: 56px;
        font-size: 18px;
        line-height: 22px;
    }
    .profileActions .leftSide {
        display: flex;
        width: 100%;
    }
    .profileActions .leftSide a {
        font-size: 0px;
        text-align: center;
        width: 100%;
    }
    .profileActions .leftSide a i {
        font-size: 16px;
        margin: 0;
    }
    .pkgHead .shadowBtn.lg {
        font-size: 15px !important;
        line-height: 18px !important;
    }
    .profileboxTabView {
        padding: 14px;
    }
    .giftlist li {
        width: 25%;
    }
    .registerbox {
        padding: 56px 15px 37px;
    }
    .logo img,
    .innerLogo a img {
        height: 30px;
    }
    .footerLogosec a img{ height: 30px;}
    .top_sticky_second {
        position: sticky;
        top: 64px;
        z-index: 1000;
    }
}

@media (max-width:599px) {
    .eachFAQ .Question{
        padding: 7px;
    }
    .faq_box_wrapper .box{
        width: 100% !important;
    }
    .f-links{
		margin: auto;
		width: fit-content;
		padding: 0 20px;
	}
	.f-link h4{
		text-align: center;
		padding-top: 15px;
	}
	.articleSection.articleSection-search-content.feature-page {
		padding: 15px 20px;
	}
	.boxBanner, .boxBanner a, .boxBanner img {
		height: 274px;
	}
    .ad-container img {
		width: 320px;
		height: 100px;
	}
	.ad-container{
		padding: 10px 0 !important;
	}
    .radiobtnsarea {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
    .profileboxTab li {
        padding-top: 3px;
    }
    .profileboxTab li a {
        padding: 7px 12px;
        font-size: 11px;
        line-height: 24px;
        width: 141px;
    }
    .profileboxTab li.sl a {
        padding-top: 10px;
    }
    .notificationSettings {
        padding: 14px 10px 0 14px;
    }
    .notifiSetBox h2 {
        padding: 9px 10px;
        min-width: 160px;
        width: auto;
    }
    .notifiSetBox h2:after {
        border-top-width: 37px;
    }
    .whBx {
        padding: 11px 10px;
    }
    .settingsList li {
        padding-left: 0;
    }
    .editForm .form-group label {
        padding-top: 0;
    }
    .welcomePopup2 .modal-dialog {
        max-width: 398px;
        margin: 0 auto !important;
    }
    .modal-dialog {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .welcomePopup3 .modal-body {
        padding: 36px 16px 16px 16px;
    }
    .welcomePopup3 h2 {
        font-size: 26px;
        line-height: 32px;
    }
    .wlcmCont {
        text-align: center;
    }
    .wlcmCont .wlcmModel {
        display: inline-block;
        float: none;
        margin: -66px 0 0 0;
        width: 216px;
    }
    .wlcmTxts {
        padding: 40px 20px;
    }
    .wlcmFooter {
        padding: 14px;
    }
    .wlcmMsgCont2 {
        text-align: center;
    }
    .successTipsList .list&gt;img,
    .successTipsList .list .uPhotobx {
        float: none;
        display: inline-block;
        vertical-align: top;
    }
    .successTipsList .list .det {
        padding: 16px 0 0 0;
    }
    .successTipsList .list .det .tl {
        font-size: 19px;
        line-height: 23px;
    }
    .paySuccessPopup .wlcmMsgCont {
        width: 100%;
        float: none;
        padding-left: 0;
        padding-right: 0;
    }
    .paySuccessPopup .modal-body {
        background-position: top center;
    }
    .paySuccessPopup .modal-body {
        background-position: top center;
        background-size: 152px auto;
        padding-top: 246px;
        text-align: center;
    }
    .paySuccessPopup .wlcmMsgCont h2 {
        font-size: 28px;
        line-height: 32px;
    }
    .paySuccessPopup .wlcmMsgCont p {
        font-size: 17px;
        line-height: 26px;
    }
    .paySuccessPopup .buttonset {
        text-align: center;
    }
    .packageBotSec {
        background-position: top right -358px;
    }
    .profileDetailsSec {
        padding: 10px;
    }
    .messageChatBody {
        padding-left: 10px;
        padding-right: 10px;
    }
    .messageChatFootr {
        padding: 12px 12px;
        height: auto;
    }
    .messageChatBody {
        height: 306px;
    }
    .imageupload .btns {
        flex-direction: column;
        max-width: 200px;
        margin: auto;
    }
    .imageupload .btn {
        width: 100%
    }
    .imageupload .doneCropBtn {
        width: 100% !important;
    }
    .msgFooterarea .speech-bubble {
        right: -60px !important;
        top: -110px !important;
        height: 100px !important;
    }
    .btns .btn {
        margin-bottom: 10px;
    }
}

@media (max-width:576px) {
    .welcomePopup2 .modal-body {
        padding-top: 78px;
    }
}

@media (max-width:575px) {

    .cm8-fmpl-banner .cm8-fmpl-banner-captionbox p {
		font-size: 20px;
	}

	.cm8-fmpl-banner .cm8-fmpl-banner-captionbox h3 {
		font-size: 19px;
	}

	.cm8-feed-page-bottom-sugg {
		padding: 24px 0;
	}

	.cm8-fmpl-banner .cm8-fmpl-banner-captionbox {
		/* padding: 15px; */
		min-height: auto !important;
        display: block !important;
	}

	.cm8-fmpl-banner .cm8-fmpl-banner-captionbox h3::before {
		width: 44px;
		height: 1px;
		margin: 15px 8px 0 0;
	}

	.cm8-fmpl-banner {
		padding: 10px;
	}

	.cm8-feed-middle-post-list-row .cm8-fmpl-box .cm8-fmpl-header-part {
		padding: 12px 12px 0;
	}

	.cm8-feed-middle-post-list-row .cm8-fmpl-box .cm8-fmpl-body-part {
		padding: 0 15px 15px;
	}

	.cm8-feed-middle-post-list-row .cm8-fmpl-box .cm8-fmpl-body-part .cm8-fmpl-post-image {
		height: 50vw;
		margin-top: 8px;
		padding: 0 4px;
	}

	.cm8-feed-middle-post-list-row .cm8-fmpl-box .cm8-fmpl-footer-part li .custom-btn {
		min-height: 38px;
	}
	.cm8-feed-page-bottom-sugg-box-lists{
		margin: -6px;
	}
	.cm8-feed-page-bottom-sugg-box-lists li {
		padding: 10px;
	}.cm8-feed-middle-post-list-row .cm8-fmpl-box .cm8-fmpl-body-part p {
		margin: 6px 0 0;
		font-size: 14px;
		line-height: 20px;
	}

    .editForm .col-sm-4:last-child {
        padding-top: 10px;
    }
    .packageListCont .pkgbox{padding:68px 12px 40px 12px;}
	.packageListCont .pkgbox .pkgTime{left:50%; transform:translate(-50%,0);}
	.pkgtxtCont .colmLi{float:none; padding:6px 0; max-width:100% !important;}
	.pkgtxtCont .colmLi:nth-child(3){float:none; text-align:center;}
	.pkgtxtCont .colmLi ul{display:inline-block;}
    .messageChatBody ul li {
        padding-left: 56px;
        margin-top: 14px;
    }
    .messageChatBody ul li .uPhoto {
        width: 40px;
        height: 40px;
    }
    .messageChatBody ul li.me {
        padding-right: 56px;
    }
    .messageChatBody ul li .msgTxt:before {
        top: 12px;
    }
    .messageChatBody ul li .msgTxt {
        padding: 8px 10px;
    }
    .messageChatBody ul li p {
        font-size: 13px;
        line-height: 17px;
    }
    .hotCupidoTxts {
        padding: 0;
    }
    .cmsContainer,
    .logRegForm {
        padding: 14px;
    }
    .confirmEmailPg .cmsContainer .bootomSec {
        margin-left: -14px;
        margin-right: -14px;
    }
    .cmsContainer.txtPg h1 {
        font-size: 28px;
        line-height: 34px;
    }
    .photosBodyCont .rw .colm {
        padding: 13px;
    }

    .packageListCont .pkg .leftS .t {
		font-size: 22px;
		line-height: 26px;
		font-weight: 500;
	}
	.packageListCont .rightBxCont .n-prc {
		display: block;
		color: #fff;
		font-size: 28px;
		line-height: 38px;
		font-weight: 500;
		margin: 4px 0 0 0;
	}
	.tabpak_inner .left_pan .ht {
		font-size: 22px;
		line-height: 26px;
		font-weight: 500;
	}
	.amt_val {
		display: block;
		color: #c2394d;
		font-size: 20px;
		text-align: right;
		font-weight: 600;
	}
	.tabpak_inner::after {
		position: absolute;
		content: '';
		width: 89px;
		height: 100px;
		background-image: url(../images/special_offer.png);
		top: 0;
		left: 50%;
		background-position: center;
		background-repeat: no-repeat;
		z-index: -1;
		background-size: 100%;
	}
}

@media (max-width:500px) {
    .innerHeader {
        padding: 10px 0 8px 0;
    }
    .innerLogo {
        display: block;
        float: none;
        text-align: center;
        margin: 0;
        padding: 4px 0 0 0;
    }
    .innerWrapper .headerRight {
        display: block;
        float: none;
        text-align: center;
        margin: 10px 0 0 0;
    }
    .usrHeadr {
        float: none;
        margin: 0;
    }
    .notification .notifybox {
        right: -5px;
    }
    .notifybox:before {
        right: 10px;
    }
    .secureSec ul li {
        padding: 6px 9px;
    }
    .paysecureico li {
        padding: 6px;
    }
    .userDrop {
        right: -20px;
    }
    .userDrop:after {
        right: 15px;
    }
    .webCamBtn {
        margin-left: 0;
    }
    .btns {
        text-align: center;
    }
    .doneCropBtn {
        float: none;
    }
    .notification .notifybox {
        right: auto;
        left: -68px;
    }
}

@media (min-width: 481px) {
    ul.sidenav_account {
        display: none;
    }
}

@media (max-width:480px) {
    .img_728_90{
		width:320px;
		height: 100px;
	}
    .blank_message_section{
        width: 70%;
    }
    .formBoxContainer {
        width: 100%;
    }
    .formBoxContainer .row .col-xs-3 {
        width: 50% !important;
        padding-bottom: 8px;
    }
    .formBoxContainer .row .col-xs-6 {
        width: 100% !important;
        padding-bottom: 8px;
    }
    .formBoxContainer .row .col-xs-3:last-child,
    .formBoxContainer .row .col-xs-6:last-child {
        padding-bottom: 0px;
    }
    .footerRow .colm {
        width: 50%;
        padding-bottom: 16px;
    }
    .footerRow .colm:nth-child(3) {
        width: 100%;
    }
    .radiobtnsarea {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
    .radiobtnsarea article {
        display: block;
        width: 100%;
    }
    .delAcBody {
        padding: 10px 0px;
    }
    .paySuccessPopup .wlcmMsgCont h2 {
        font-size: 24px;
        line-height: 28px;
    }
    .paySuccessPopup .wlcmMsgCont p {
        font-size: 16px;
        line-height: 24px;
    }
    .shadowBtn.lg {
        font-size: 16px !important;
        line-height: 22px !important;
    }
    .onlineProfileListing .rW .colM {
        width: 154px;
    }
    .editProfilePic {
        text-align: center;
    }
    .editProfilePic .pic {
        margin: 0 auto;
        float: none;
        width: 180px;
        max-width: 100%;
    }
    .editProfilePic .btns {
        padding: 10px 0 0 0;
    }
    .editProfilePic .btns .btn {
        width: 180px;
        max-width: 100%;
    }
    .purchaseBody .tableVw.mbrtbl table tr th {
        width: 60px;
    }
    .purchaseBody .tableVw.mbrtbl table tr th:first-child {
        width: 120px;
    }
    .tableVw table tr th {
        min-width: 20px;
    }
    .tableVw table tr td {
        padding: 8px;
    }
    .packageHeader {
        padding: 20px 0;
    }
    .creditheadList li {
        width: 100%;
    }
    .creditPackages .rw .colm {
        width: 272px;
    }
    .tableVw table tr th .t {
        padding-bottom: 10px;
    }
    .sexInterestList .rw .colm {
        width: 100%;
    }
    .navClick {
        display: inline-block !important;
        margin-left: 0px;
        position: static;
        top: 0px;
        left: 0px;
        line-height: 24px;
        min-height: 28px;
    }
    .notification {
        position: relative;
        right: 0px;
        top: 0;
    }
    .loginUser {
        position: static;
        right: 40px;
        top: 0;
        padding: 0;
        height: 25px;
        width: 25px;
        background: none;
        /*pointer-events: none;*/
        margin: 0 15px 0 10px;
    }
    .loginUser .image {
        height: 25px;
        width: 25px;
    }
    .innerLogo {
        padding: 0px 0 0 0;
    }
    .innerLogo a {
        right: 0px;
        position: relative;
    }
    .navSrch {
        position: static;
        top: 0;
        right: 70px;
        padding: 0px 5px;
        line-height: 28px;
        min-height: 28px;
        /* background: transparent; */
        font-size: 20px !important;
        margin: 0 7px 0 0;
    }
    .inrHeadCont {
        min-height: 30px;
    }
    .profileBox .picBx .pic {}
    .userInformations li span {
        font-size: 12px;
    }
    /* .headerNav {
        left: -100%;
        width: 200px;
    } */
    /* .headerNav ul li a {
        display: flex;
        align-items: center;
        min-height: 42px;
        padding: 6px 12px;
    } */
    /* .headerNav ul li a i {
        width: 40px;
    } */
    /* .headerNav ul li a .m {
        margin-top: 0;
    } */
    .headerSearch .more.advanceBtn {
        font-size: 13px;
        line-height: 38px;
    }

    .headerSearch .srchCheck {
        font-size: 12px;
        line-height: 24px;
    }

    .srchSelect,
    .srchInput {
        font-size: 13px;
    }
    .uploadActions a {
        font-size: 12px;
        line-height: 26px;
        width: 26px;
        height: 26px;
    }
    .uploadActions a.tick {
        height: 30px;
        width: 30px;
        position: relative;
        top: -2px;
    }
    .userDrop {
        top: 0;
        right: -100%;
        position: fixed;
        bottom: 0;
        border-radius: 0;
    }
    .userDrop.show {
        right: 0;
        top: 0;
    }
    .giftlist li {
        width: 33.3%;
    }
    .flirtMsglist li label span {
        padding: 9px 10px 9px 10px;
    }
    .profileDetailsImage {
        width: 100%
    }
    .profileBoxes .rw .colm {
        /* max-width: 250px; */
        width: 50%;
    }
    .profileBox .imageCont .profileImage .image,
    .profileBox .imageCont .profileImage .arZxkKg-w3Qec3gGdgaPh_0 {
        display: block;
        width: 100%;
        height: 230px;
    }
    .profileBox .picBx .pic {
        height: 230px;
    }
    .notification .notifybox {
        right: auto;
        left: -68px;
    }
    .notification .notifybox:before {
        left: 71px;
        right: 0px;
    }
    .giftlist li {
        width: 25%;
    }
    .giftlist li label .gftImg {
        height: 75px;
    }
    .chatPopups {
        width: 100%;
    }
    .chatPopup {
        width: 95%;
    }
    .chatPopup:nth-child(2) {
        right: 0px;
        display: block;
    }
    .chatPopup:nth-child(3) {
        right: 0px;
        display: block;
    }
    .chatPopup:nth-child(4) {
        right: 0px;
        display: block;
    }
    .chatPopup:nth-child(5) {
        right: 0px;
        display: block;
    }
    .chatPopup:nth-child(6) {
        right: 0px;
        display: block;
    }
    .chatPopup:nth-child(7) {
        right: 0px;
        display: block;
    }
    .chatPopup:nth-child(8) {
        right: 0px;
        display: block;
    }
    .chatPopup:nth-child(9) {
        right: 0px;
        display: block;
    }
    .chatPopup:nth-child(10) {
        right: 0px;
        display: block;
    }
    .chatPopup:nth-child(11) {
        right: 0px;
        display: block;
    }
    .chatPopup:nth-child(12) {
        right: 0px;
        display: block;
    }
    .chatPopup:nth-child(13) {
        right: 0px;
        display: block;
    }
    .chatPopup:nth-child(14) {
        right: 0px;
        display: block;
    }
    .chatPopup:nth-child(15) {
        right: 0px;
        display: block;
    }
    .articleSection h1 {
        display: block;
        color: #d41a1f;
        font-size: 22px;
        line-height: 34px;
        font-weight: 600;
        margin: 0 0 24px 0;
        padding: 0;
    }

.srchClose {
    display: block;
    position: absolute;
    /* top: -7px; */
}
.tinder-card:nth-child(2){
    transform: scale(0.89) translateY(-11px) translateX(-59px) rotate(-4deg) !important;
}
.tinder-card:nth-child(3){
    transform: scale(0.89) translateY(-10px) translateX(59px) rotate(4deg) !important;
}
.tinder-card:nth-child(4){
    transform: scale(1) translateY(0px) translateX(0px) rotate(0deg) !important;
}
.tinder-card:nth-child(5){
    transform: scale(1) translateY(0px) translateX(0px) rotate(0deg) !important;
}
.custom_profileBoxes h1 {
    font-size: 32px;
    line-height: 40px;
}
.custom_profileBoxes p {
    font-size: 14px;
    line-height: 22px;
}

/* .headerNav ul li a#like-profile {display: flex;} */

/*.sexIntrstClk .unreadCount 
    {     
    top: 270px !important;
    left: 145px !important;
    }
#profile-view .unreadCount {
    top: 185px !important;
    left: 145px !important;
}*/
.packageListCont .rightBxCont .n-prc {
    display: block;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    margin: 4px 0 0 0;
}
.packageListCont .rightBxCont .pkg-limit {
    display: block;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    margin: 8px 0 0 0;
}

/* mobile-tinder */

.likeprofile_article .custom_profileBoxes h1 {
	font-size: 25px;
	line-height: 28px;
	margin-top: 10px !important;
	margin-bottom: 16px;
}
.likeprofile_article .tinder-card {
	width: 60% !important;
	height: 100vw !important;
}
.likeprofile_article .custom_profileBoxes .tinder-card&gt;a {
	height: 66vw !important;
}
.likeprofile_article .custom_profileBoxes .tinder-cards {
	height: calc(100vw + 70px) !important;
}
.likeprofile_article .profile-info {
	padding-left: 0 !important;
}
.likeprofile_article .tinder-buttons {
	padding: 15px 10px !important;
	bottom: 0 !important;
}
.likeprofile_article .custom_profileBoxes .profile-name h4 {
	overflow-wrap: break-word;
	word-wrap: break-word;
	word-break: break-word;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	font-size: 16px;
}
.likeprofile_article .custom_profileBoxes .adrs {
	font-size: 15px;
	color: #616161;
}
.custom_profileBoxes .tinder-card .tinder-buttons a {
	line-height: 30px !important;
	width: 30px !important;
	height: 30px !important;
	margin:10px 8px!important;
}
.tinder-buttons .heart-icon svg , .tinder-buttons .cross-icon svg{
	top:1px !important;
}

/* mobile-tinder */


}

@media (max-width:479px) {
    .textSec h2 {
        font-size: 15px;
        line-height: 21px;
    }
    .photosBodyCont .rw .colm {
        width: 50%;
    }
    .newImgUpload .inside {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .newImgUpload .inside img {
        margin: 0 0 5px 0;
        padding: 0;
    }
    .newImgUpload .inside .btn {
        margin: 5px 0 0 0;
    }
    .close:before,
    .close:after {
        height: 20px;
        top: 0;
        bottom: 0;
        left: 0;
    }
    .advanceBtn {
        font-size: 14px;
        line-height: 38px;
    }
    .footerlinkList li,
    .footerDisclamerList li {
        font-size: 12px;
    }
    .card-logo img {max-height: 24px;}
	.footerLogosec a {margin-left: 0;}
	.footerLogosec .blank-div{display: none;}
}

@media (max-width: 380px) {
    .giftlist li {
        width: 25%;
    }
    @media (max-width: 375px) {
        .giftlist li label .gftImg {
            height: 60px;
        }
        .chatUserName {
            color: #fff;
            font-weight: 500;
            font-size: 15px;
        }
    }

@media only screen and (max-width:360px){
	.tinder-card:nth-child(2){
		transform: scale(1) translateY(0px) translateX(0px) rotate(0deg) !important;
	}
	.tinder-card:nth-child(3){
		transform: scale(1) translateY(0px) translateX(0px) rotate(0deg) !important;
	}
	.tinder-card:nth-child(4){
		transform: scale(1) translateY(0px) translateX(0px) rotate(0deg) !important;
	}
	.tinder-card:nth-child(5){
		transform: scale(1) translateY(0px) translateX(0px) rotate(0deg) !important;
	}
}
    @media (max-width: 320px) {
        .giftlist li label .gftImg {
            height: 50px;
        }
        .chatUserName {
            color: #fff;
            font-weight: 500;
            font-size: 15px;
        }
    }
    .profileboxTabView .profileBoxes .rw .colm,
    .profileBoxes .rw .colm {
        width: 50%;
    }
    .profileBox .picBx .pic {
        height: 240px;
    }
    .footerRow .colm {
        width: 100%;
        padding-bottom: 16px;
        position: relative;
    }
    /*.footerRow .colm h3:after {content: "";height: 10px;width: 10px;display: block;position: absolute;right: 20px;transform: rotate(45deg);border-right: 2px solid #fff;border-bottom: 2px solid #fff;top: 5px;}*/
    .newImgUpload .inside .btn {
        padding: 2px 14px;
        min-height: 28px;
        margin: 10px 0 0 0;
    }
    .notification .notifybox {
        right: auto;
        left: -68px;
    }
    .notification .notifybox:before {
        left: 71px;
        right: 0px;
    }
    .footer {
        padding: 30px 0 0 0;
    }
    .notification .notifybox {
        right: auto;
        left: -68px;
    }
    .notification .notifybox:before {
        left: 71px;
        right: 0px;
    }
    .sexInterestsSrch h2 {
        font-size: 18px;
    }
    .sexInterestsSrch h2 .cls {
        width: 15px;
        height: 15px;
        background-size: 100%;
    }
    .profileTitle h2 {
        font-size: 16px;
    }
}</pre></body></html>