    @media (max-width: 480px) {
      .c-btn {
        font-size: 13px;
        min-height: 30px;
        padding-left: 14px;
        padding-right: 14px;
      }
    }

    @media (max-width: 1279px) {
      .c-btn.lg {
        font-size: 20px;
        min-height: 50px;
        padding-left: 20px;
        padding-right: 20px;
      }
    }

    @media (max-width: 767px) {

      .cookieeBannerInner,
      .inrHeadCont {
        display: block;
      }

      .cookieeBannerInner p {
        margin-bottom: 10px;
      }

      .cookieContent {
        padding-right: 0px !important;
      }

      .c-btn.lg {
        font-size: 18px;
        min-height: 48px;
      }

      .cookieeBannerInner,
      .inrHeadCont {
        display: block;
      }

      .cookieeBannerInner p {
        margin-bottom: 10px;
      }

      .cookieContent {
        padding-right: 0px !important;
      }
    }

    @media (max-width: 350px) {
      .c-btn.lg {
        font-size: 17px;
        min-height: 44px;
      }
    }



    /* header */

    @media (max-width: 1023px) {
      .inner-header .inner-header-c .inner-logo {
        position: static;
        transform: inherit;
      }

      .u-notification {
        position: fixed;
        padding: 8px 16px 8px 6px;
        bottom: 3px;
        left: 3px;
        max-width: calc(100% - 6px);
        z-index: 8;
      }

      .u-notification .txt {
        font-size: 13px;
      }

      .u-notification .c-btn.xs {
        font-size: 11px;
        line-height: 13px;
        min-height: 20px;
        padding: 4px 6px;
      }

      .u-notification .c-close {
        display: block;
        width: 18px;
        height: 18px;
        background-color: transparent;
        background-size: 8px auto;
        top: 1px;
        right: 1px;
      }

      .header-filter {
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 9;
        background-color: rgba(0, 0, 0, 0.6);
        transition: 600ms;
        padding: 16px;
        opacity: 0;
        visibility: hidden;
      }

      .header-filter .wrapper {
        width: 400px;
        max-width: 100%;
        max-height: calc(100vh - 32px);
        overflow: auto;
        background-color: #F3F3F3;
        padding: 20px;
        border-radius: 10px;
        position: relative;
      }

      .header-filter .wrapper .filter-close {
        display: block;
      }

      .header-filter .header-filter-area .colm {
        width: 33.333333%;
        padding: 5px;
      }

      .header-filter .header-filter-area .colm:nth-child(2),
      .header-filter .header-filter-area .colm.colm.search-field {
        width: 100%;
      }

      .header-filter .header-filter-area .colm:nth-child(3) {
        flex: 1;
      }

      .header-filter .header-filter-area .colm:nth-child(4) {
        width: 26%;
      }

      .header-filter .header-filter-area .colm:nth-child(6),
      .header-filter .header-filter-area .colm:nth-child(7) {
        width: 50%;
      }

      .header-filter .header-filter-area .colm .filter-btn {
        width: 100%;
        padding-left: 8px;
        padding-right: 8px;
      }

      .header-filter .header-filter-area .colm .age-field .field-box {
        width: 100%;
        flex: 1;
      }
    }

    .inner-header .inner-header-c .inner-logo a {
      display: block;
    }

    .inner-header .inner-header-c .inner-logo a img {
      display: block;
      max-height: 40px;
      width: auto;
      max-width: 100%;
    }

    @media (max-width: 639px) {
      .inner-header .inner-header-c {
        min-height: 40px;
      }

      .log-links li .log-user-photo {
        width: 26px;
        height: 26px;
        border-width: 1px;
      }

      .log-links li .head-search-ico img {
        width: 22px;
      }

      .log-links li {
        padding: 0 6px;
        border: none !important;
      }

      .log-links li .menu-bar {
        width: 20px;
      }

      .log-links li .c-btn.sm {
        font-size: 12px;
        min-height: 28px;
        padding: 5px 8px;
      }

      .log-links li .c-btn.sm img {
        max-height: 18px;
      }

      .log-links {
        margin: 0 -6px;
      }

      .notify-bell img {
        width: 20px;
      }

      .page-container .afterlog-menu li a {
        padding: 12px 16px;
        min-height: 44px;
      }

      .page-container .afterlog-menu li a img {
        width: 20px;
      }

      .page-container .page-section .left-sidebar {
        width: 232px;
      }

      .page-container .page-section .page-right-section {
        padding: 12px;
      }

    }

    @media (max-width: 599px) {
      .confirm-mail-wrapper {
        width: 90% !important;
      }

      .upper_footer_container {
        max-width: calc(100vw - 60px) !important;
      }

      .inner-header .inner-header-c {
        flex-flow: column;
        justify-content: center;
      }

      .in-header-right {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
      }

      .log-links {
        width: 100%;
        padding: 0px !important;
      }

      .log-links li:nth-child(2) {
        margin-left: auto;
      }
    }


    @media (min-width: 1201px) {

      .log-links li.menu-bar-li,
      .log-links li.search-li {
        display: none;
      }

      .log-links li {
        padding: 0 12px;
      }

      .log-links {
        margin: 0 -12px;
      }

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

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

    /* header */

    @media (max-width:1200px) {
      .page-container .page-section .left-sidebar {
        position: fixed;
        top: 0;
        left: -286px;
        z-index: 9;
        overflow: auto;
        height: 100%;
        padding: 0;
      }

      .page-container .page-section .left-sidebar .sidebar-banner {
        display: none;
      }
    }


    @media (max-width: 1200px) {
      .profile-list-row .colm {
        max-width: 20%;
        flex: 0 0 20%;
      }
    }

    @media (max-width: 1024px) {
      .profile-list-row .colm {
        max-width: 25%;
        flex: 0 0 25%;
      }

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

    @media (max-width: 800px) {
      .profile-list-row .colm {
        max-width: 33.333333%;
        flex: 0 0 33.333333%;
      }
    }

    @media (max-width: 639px) {
      .profile-list-row .colm {
        max-width: 50%;
        flex: 0 0 50%;
      }
    }

    @media (max-width: 440px) {
      .profile-list-row .colm {
        max-width: 100%;
        flex: 0 0 100%;
      }
    }

    .profile-list-row.colm-5 .colm {
      max-width: 20%;
      flex: 0 0 20%;
    }

    @media (max-width: 1024px) {
      .profile-list-row.colm-5 .colm {
        max-width: 25%;
        flex: 0 0 25%;
      }
    }

    @media (max-width: 800px) {
      .profile-list-row.colm-5 .colm {
        max-width: 33.333333%;
        flex: 0 0 33.333333%;
      }
    }

    @media (max-width: 639px) {
      .profile-list-row.colm-5 .colm {
        max-width: 50%;
        flex: 0 0 50%;
      }
    }

    @media (max-width: 440px) {
      .profile-list-row.colm-5 .colm {
        max-width: 100%;
        flex: 0 0 100%;
      }
    }


    @media (min-width: 640px) and (max-width: 1200px) {
      .profile-box .profile-actions {
        max-width: 172px;
      }
    }

    @media (max-width: 599px) {
      .profile-box .profile-actions {
        max-width: 172px;
      }
    }


    @media (max-width: 1379px) {
      .profile-box .profile-actions .actn-btn {
        width: 48px;
        height: 48px;
        margin: -24px 0 0 0;
      }

      .profile-box .profile-actions .actn-btn img {
        max-width: 24px;
      }
    }

    @media (max-width: 1200px) {
      .profile-box .profile-actions .actn-btn {
        width: 42px;
        height: 42px;
        margin: -21px 0 0 0;
      }

      .profile-box .profile-actions .actn-btn img {
        max-width: 22px;
      }
    }

    @media (max-width: 639px) {
      .profile-box .profile-actions .actn-btn {
        width: 48px;
        height: 48px;
        margin: -24px 0 0 0;
      }

      .profile-box .profile-actions .actn-btn img {
        max-width: 24px;
      }
    }

    @media (max-width: 599px) {
      .profile-box .profile-actions .actn-btn {
        width: 42px;
        height: 42px;
        margin: -21px 0 0 0;
      }

      .profile-box .profile-actions .actn-btn img {
        max-width: 22px;
      }
    }

    @media (min-width: 441px) and (max-width: 480px) {
      .profile-box .profile-actions .actn-btn {
        width: 36px;
        height: 36px;
        margin: -18px 0 0 0;
      }

      .profile-box .profile-actions .actn-btn img {
        max-width: 18px;
      }
    }

    @media (max-width: 767px) {
      .p-details-with-img {
        flex-flow: column;
        align-items: center;
      }
    }

    @media (max-width: 767px) {
      .p-details-with-img .p-img-colm {
        width: 400px;
      }
    }


    @media (max-width: 767px) {
      .p-details-with-img .p-desc-colm {
        padding: 30px 0 0 0;
      }

      .onlyMobile {
        display: block !important;
      }

      .ad-container img {
        height: 100px;
        width: 320px;
      }

      .only_desktop {
        display: none !important;
      }

      .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 (max-width:599px) {
      .banner-content .banner-content-data h1 {
        font-size: 45px !important;
        line-height: 60px !important;
      }

      .banner-content .banner-content-data h3 {
        font-size: 25px !important;
        line-height: 28px !important;
      }

      .c-btn.lg {
        font-size: 18px !important;
      }

      .meet-someone-box .image-area img {
        width: 110px !important;
        height: 110px !important;
        border-radius: 55px !important;
      }

      .fictive_block {
        width: 90% !important;
      }

      #select_gateway {
        width: 100% !important;
        margin-top: 12vh !important;
      }

      .gateway_option img {
        width: 100px;
      }

      .gateway_options {
        flex-direction: column;
        height: auto !important;
        overflow: auto;
        justify-content: unset !important;
        padding-top: 12px;
      }

      .gateway_option {
        margin: auto;
      }

      .gateway_options b {
        margin-left: -10px;
      }

      .gateway_options .text_value {
        padding: 15px 0;
      }

      #select_gateway .modal-footer .btn {
        font-size: 15px !important;
      }

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

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

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




    /* Multiple payment getway popup */
    @media (max-width:599px) {
      #select_gateway {
        width: 100% !important;
        top: 12vh !important;
      }

      .gateway_option img {
        width: 120px;
      }

      .gateway_options {
        flex-direction: column;
        height: auto !important;
        overflow: auto;
        justify-content: unset !important;
        padding-top: 18px;
      }

      .gateway_option {
        margin: auto;
      }

      .gateway_options b {
        margin-left: -10px;
      }

      .gateway_options .text_value {
        padding: 15px 0;
      }

      #select_gateway .modal-footer .btn {
        font-size: 15px !important;
      }

      .mobile_headerset {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 15px;
      }

      .mobile_textset {
        display: block;
        text-align: center;
        padding: 5px 15px;
      }

      .mobile_textset h2 {
        font-size: 21px;
        line-height: 27px;
      }
    }

    /* Multiple payment getway popup end */


    /*  --------------------  New Membership & Credit Pages designs  -------------------  */

    @media (max-width: 1023px) {

      .navOverlay {
        display: block;
        background-color: rgba(0, 0, 0, 0.6);
        z-index: 1000;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        visibility: hidden;
        transition: 500ms;
      }

      .navOverlay.show {
        opacity: 1;
        visibility: visible;
      }

      .headerNav {
        position: fixed;
        top: 0;
        left: -225px;
        z-index: 10001 !important;
        min-height: inherit !important;
        height: 100%;
        overflow: auto;
        transition: 500ms;
        padding: 0;
        background-color: #2c2c2c;
        width: 225px;
      }

      .showNav .headerNav {
        left: 0;
      }

      .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: 90px;
      }

      .headerNav ul li a {
        min-width: 100px;
      }

    }


    @media (max-width:599px) {
      .setp-div {
        width: 100%;
        min-height: auto;
      }

      .new-banner-content .banner-main-heading {
        font-size: 26px !important;
      }

      .loginUser {
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        padding: 3px 4px;
        /* background: url(../images/user-bot-arrow.png) no-repeat right 4px center; */
        background: none !important;
        border-radius: 4px;
        -webkit-transition: 400ms;
        transition: 400ms;
        position: relative;
        margin: 0 2px;
      }

      .subscription-banner .banner-content {
        width: 100%;
        text-align: center;
      }

      .subscription-banner .buttonset {
        justify-content: center;
      }

      .subscription-banner .buttonset {
        margin-top: 40px;
      }

      /* .site-package{
		flex-flow: column;
		align-items: center;
	} */
      .site-package {
        flex-wrap: wrap;
        padding-top: 30px;
      }

      .site-packages .second-col {
        padding-right: 0;
        text-align: right;
        width: 100%;
        flex: 1;
        align-items: flex-end;
      }

      .site-packages .third-col {
        width: 100%;
        padding-top: 15px;
      }

      .site-package-price .old-price {
        margin-right: 0;
      }

      /* .site-packages .type {
		left: 20px;
	} */

      .plan-features {
        margin-left: -6px;
        margin-right: -6px;
      }

      .plan-features .colm {
        width: 100%;
        padding: 6px;
      }

      .plan-features .feature-box {
        min-height: 52px;
        padding: 12px 16px;
      }

      .subscription-banner .banner-content .btn-area {
        justify-content: center;
        /* margin-top: -10px; */
        margin-bottom: 0px;
      }
    }

    @media (max-width: 767px) {
      .site-packages .credit {
        align-items: flex-start;
      }

      .site-packages .bonus {
        align-items: flex-end;
      }

      .site-package-price {
        justify-content: space-between;
      }

      .site-packages .second-col {
        padding-top: 15px;
      }

      .site-package {
        align-items: flex-start;
      }

      .typeStyle {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 32px;
        max-width: 100%;
        /* padding: 8px; */
        font-family: 'Lato', sans-serif;
        /* color: #fff;
		    background-color: green; */
        font-size: 14px;
        line-height: 16px;
        font-weight: 500;
        text-transform: uppercase;
        border-radius: 0 0 8px 8px;
        position: absolute;
        top: 0;
        left: 0px;
      }

      .site-packages .type {
        left: 50%;
        transform: translate(-50%, 0);
      }

      .marg-left {
        margin-left: 95%;
      }

      .marg-left::after {
        margin-left: 0px;
      }

      .marg-right {
        margin-left: -95%;
      }

      .new-tooltip .top-tooltip-text.marg-left::after {
        margin-left: -20px;
      }

      .new-tooltip .top-tooltip-text.marg-right::after {
        margin-left: 10px;
      }

      .site-packages .first-col,
      .site-packages .second-col {
        padding-top: 15px;
      }

      .btn .fas {
        margin: 0 0 0 0;
      }

      .plans-container .colm {
        width: 100% !important;
      }

      .first-col ul {
        padding-left: 0px !important;
      }

      .secureSec {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 16px 0;
        background: #f1f1f1;
        background: -moz-linear-gradient(left, #f1f1f1 0%, #e0e3ed 50%, #f1f1f1 100%);
        background: -webkit-linear-gradient(left, #f1f1f1 0%, #e0e3ed 50%, #f1f1f1 100%);
        background: linear-gradient(to right, #f1f1f1 0%, #e0e3ed 50%, #f1f1f1 100%);
        padding: 0 10px;
      }

      .secureSec ul {
        display: block;
        font-size: 0px;
      }

      .secureSec ul {
        margin-left: -90px;
      }

      .secureSec ul li {
        display: inline-block;
        padding: 6px 14px;
        margin: 0;
        position: relative;
        top: 3px;
      }

      .secureSec ul li {
        padding: 6px 9px;
      }

      .encrypt_svg {
        position: absolute;
        margin: -25px 0 0 -10px !important;
      }

      .plans-banner {
        display: block;
        /* background: url(../images/plan-banner.jpg) no-repeat right center; */
        background-size: cover;
        padding: 50px 0 60px 0 !important;
        margin: 0 0 50px 0 !important;
      }

      /* .banner-content {
        padding: 0 !important;
      } */

      .plans-banner h2 {
        display: block !important;
        color: #fff !important;
        font-size: 32px !important;
        line-height: 36px !important;
        font-weight: 700 !important;
        margin: 0 !important;
      }

      .plans-banner p {
        display: block !important;
        color: #fff !important;
        font-size: 16px !important;
        line-height: 26px !important;
        font-weight: 400 !important;
        margin: 24px 0 0 0 !important;
      }

      .activitybox {
        width: 225px;
        right: 4px;
        overflow-x: hidden;
      }

      .activitybox ul li a {
        height: 45px;
      }

    }

    /*  --------------------  END of New Membership & Credit Pages designs  -------------------  */