    @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;
      }
    }

    /* 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%;
      }
    }

    @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;
      }
    }


    @media (max-width:599px){
      #select_gateway{
          width: 100% !important;
          top: 12vh !important;
      }
      .gateway_option img{
          width: 80px;
      }
      .gateway_options{
          flex-direction: column;
          height: 190px !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;
      }
  }