@import url("https://fonts.googleapis.com/css?family=Great+Vibes|Lato:400,700,900");
a, a:hover, a:focus, a:active {
  text-decoration: none;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  display: inline-block; }

::-moz-selection {
  background: #ED2B73;
  color: #ffffff; }

::selection {
  background: #ED2B73;
  color: #ffffff; }

.wrapper {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #444548;
  background-color: rgba(255, 242, 243, 0.4); }
  @media screen and (min-width: 1440px) {
    .wrapper { font-size: 16px; } 
  }
  .wrapper .content {
    margin-left: 230px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin-top: 80px; }
    @media screen and (max-width: 991px) {
      .wrapper .content {
        margin-left: 0; } 
      }
    @media screen and (max-width: 767px) {
      .wrapper .content {
        margin-top: 90px; } 
      }
    .wrapper .content .content-block {
      padding: 20px;
      height: calc(100vh - 131px);
      overflow-y: auto; }

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5; }

::-webkit-scrollbar {
  width: 8px;
  background-color: #F5F5F5; }

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #ddd; }

.o-hidden {
  overflow: hidden; }

.relative {
  position: relative; }

.flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.hidden {
  display: none; }

.color-black {
  color: #444548 !important; }

a.color-black:hover {
  color: #ED2B73 !important; }

.color-gray {
  color: #ddd; }

.color-pink {
  color: #ED2B73 !important; }

.color-white {
  color: #ffffff !important; }

a.color-white:hover {
  color: #ED2B73 !important; }

.color-primary {
  color: #ED2B73 !important; }

.color-blue {
  color: #01a1ff !important; }

.color-green {
  color: #50b848 !important; }

.color-yellow {
  color: #f2b200 !important; }

.visible-sm {
  display: none !important; }
  @media screen and (max-width: 767px) {
    .visible-sm {
      display: block !important; } }

.hidden-sm {
  display: block !important; }
  @media screen and (max-width: 767px) {
    .hidden-sm {
      display: none !important; } }

.visible-md {
  display: none !important; }
  @media screen and (max-width: 991px) {
    .visible-md {
      display: block !important; } }

.hidden-md {
  display: block !important; }
  @media screen and (max-width: 991px) {
    .hidden-md {
      display: none !important; } }

.f-20 {
  font-size: 20px; }
  @media screen and (max-width: 767px) {
    .f-20 {
      font-size: 16px; } }

.f-24 {
  font-size: 24px; }
  @media screen and (max-width: 767px) {
    .f-24 {
      font-size: 20px; } }

.f-18 {
  font-size: 18px; }
  @media screen and (max-width: 767px) {
    .f-18 {
      font-size: 16px; } }

.f-12 {
  font-size: 12px; }

.no-border {
  border: none; }

.mt-100 {
  margin-top: -100px; }
  @media screen and (max-width: 767px) {
    .mt-100 {
      margin-top: -50px; } }

.c-pointer {
  cursor: pointer; }

/*h1, h2, h3, h4, h6 {
  font-family: "Fonarto"; font-weight: 500; 
}*/

header {
  height: 80px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.12);
  z-index: 10; }
  @media screen and (max-width: 767px) {
    header {
      height: auto; } }
  header .logo {
    float: left;
    width: 230px;
    height: 80px;
    padding: 10px 15px;
    text-align: center; }
    header .logo img {
      max-height: 100%; }
    @media screen and (max-width: 767px) {
      header .logo {
        width: 100%;
        height: 50px;
        padding: 4px;
        border-bottom: 1px solid #f2f2f2; } }
  header .top-header {
    float: left;
    width: calc(100% - 230px);
    padding: 10px 0;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      header .top-header {
        width: 100%;
        height: 40px;
        padding: 5px; } }
    header .top-header .left-nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    header .top-header .toggle-bar {
      width: 50px;
      height: 60px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      cursor: pointer; }
      @media screen and (max-width: 767px) {
        header .top-header .toggle-bar {
          width: 41px;
          height: 40px; } }
      header .top-header .toggle-bar .menu-line {
        display: inline-block;
        width: 13px;
        height: 2px;
        background-color: #454545;
        position: relative; }
        header .top-header .toggle-bar .menu-line:before {
          content: '';
          position: absolute;
          left: 0;
          top: -5px;
          width: 22px;
          height: 2px;
          background-color: #454545; }
        header .top-header .toggle-bar .menu-line:after {
          content: '';
          position: absolute;
          left: 0;
          top: 5px;
          width: 18px;
          height: 2px;
          background-color: #454545; }
    header .top-header .search-box {
      min-width: 300px;
      border-bottom: 1px solid #777777;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-left: 30px; }
      header .top-header .search-box span {
        color: #ED2B73;
        padding: 0 0 5px;
        cursor: pointer; }
      header .top-header .search-box .form-control {
        border: none;
        outline: none;
        height: 30px;
        padding: 0 0 5px;
        -webkit-box-shadow: none;
        box-shadow: none; }
        header .top-header .search-box .form-control:focus {
          outline: none; }
      @media screen and (max-width: 991px) {
        header .top-header .search-box {
          display: none; } }
    header .top-header .right-nav {
      padding-right: 15px; }
      @media screen and (max-width: 767px) {
        header .top-header .right-nav {
          padding-right: 0; }
          header .top-header .right-nav .user-name {
            display: none; } }
      header .top-header .right-nav ul {
        list-style: none;
        padding: 0;
        margin: 0; }
        header .top-header .right-nav ul .right-nav-item {
          display: inline-block;
          padding: 20px 8px; }
          @media screen and (max-width: 767px) {
            header .top-header .right-nav ul .right-nav-item {
              padding: 4px 5px; } }
          header .top-header .right-nav ul .right-nav-item .nav-dots {
            width: 7px;
            height: 7px;
            border-radius: 50%;
            display: inline-block;
            position: absolute;
            top: 5px;
            right: 0; }
            header .top-header .right-nav ul .right-nav-item .nav-dots:after {
              content: '';
              position: absolute;
              left: -3px;
              top: -3px;
              width: 13px;
              height: 13px;
              border-radius: 50%; }
            header .top-header .right-nav ul .right-nav-item .nav-dots.blue {
              background-color: #01a1ff; }
              header .top-header .right-nav ul .right-nav-item .nav-dots.blue:after {
                background-color: rgba(1, 161, 255, 0.4); }
            header .top-header .right-nav ul .right-nav-item .nav-dots.yellow {
              background-color: #f2b200; }
              header .top-header .right-nav ul .right-nav-item .nav-dots.yellow:after {
                background-color: rgba(242, 178, 0, 0.4); }
            header .top-header .right-nav ul .right-nav-item .nav-dots.green {
              background-color: #50b848; }
              header .top-header .right-nav ul .right-nav-item .nav-dots.green:after {
                background-color: rgba(80, 184, 72, 0.4); }
          header .top-header .right-nav ul .right-nav-item .nav-item {
            color: #777777;
            display: inline-block;
            vertical-align: middle;
            position: relative; }
          header .top-header .right-nav ul .right-nav-item .nav-icon {
            width: 38px;
            height: 38px;
            border: 1px solid #e1e3f2;
            border-radius: 50%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            overflow: hidden; }
            header .top-header .right-nav ul .right-nav-item .nav-icon img {
              max-height: 100%; }
            @media screen and (max-width: 767px) {
              header .top-header .right-nav ul .right-nav-item .nav-icon {
                width: 32px;
                height: 32px; } }
          header .top-header .right-nav ul .right-nav-item:hover .nav-icon {
            background-color: #f2f2f2; }

.menu {
  position: relative;
  padding: 0;
  margin: 0; }
  .menu .submenu {
    position: absolute;
    right: 0;
    top: calc(100% - 0px);
    min-width: 200px;
    opacity: 0;
    pointer-events: none;
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.17);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.17);
    z-index: 10; }
    .menu .submenu.max-350 {
      width: 350px; }
      @media screen and (max-width: 500px) {
        .menu .submenu.max-350 {
          width: auto; } }
    .menu .submenu .top-message {
      padding: 15px; }
      .menu .submenu .top-message h4 {
        margin: 0;
        font-size: 18px;
        color: #232323; }
    .menu .submenu .show-all {
      padding: 5px 15px;
      text-align: right; }
      .menu .submenu .show-all a {
        color: #01a1ff;
        font-size: 14px; }
        .menu .submenu .show-all a:hover {
          color: #ED2B73; }
    .menu .submenu .submenu-item {
      padding: 8px 15px;
      -webkit-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease;
      border-bottom: 1px solid #f2f2f2; }
      .menu .submenu .submenu-item:last-child {
        border-bottom: none; }
      .menu .submenu .submenu-item a {
        width: 100%;
        color: #777777; }
      .menu .submenu .submenu-item:hover, .menu .submenu .submenu-item.active {
        background-color: #f7f7f7; }
      .menu .submenu .submenu-item .icon {
        width: 30px;
        display: inline-block;
        text-align: center;
        margin-right: 10px; }
      .menu .submenu .submenu-item .icon-text {
        display: inline-block;
        width: calc(100% - 40px); }
    .menu .submenu .notification-icon {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      margin-right: 10px;
      overflow: hidden;
      display: inline-block;
      vertical-align: middle; }
      .menu .submenu .notification-icon img {
        max-height: 100%; }
    .menu .submenu .notification-description {
      display: inline-block;
      vertical-align: middle;
      width: calc(100% - 64px); }
      .menu .submenu .notification-description h5 {
        margin: 0;
        font-size: 15px;
        color: #777777; }
        .menu .submenu .notification-description h5 a {
          display: inline-block;
          width: auto;
          color: #01a1ff;
          margin: 0 5px 0 0; }
      .menu .submenu .notification-description p {
        margin: 0;
        font-size: 14px;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden; }
  .menu:hover .submenu {
    opacity: 1;
    pointer-events: auto;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown; }
  @media screen and (max-width: 500px) {
    .menu {
      position: static; }
      .menu .submenu {
        right: 15px;
        left: 15px; } }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

header {
  height: 80px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.12);
  z-index: 10; }
  @media screen and (max-width: 767px) {
    header {
      height: auto; } }
  header .logo {
    float: left;
    width: 230px;
    height: 80px;
    padding: 10px 15px;
    text-align: center; }
    header .logo img {
      max-height: 100%; }
    @media screen and (max-width: 767px) {
      header .logo {
        width: 100%;
        height: 50px;
        padding: 4px;
        border-bottom: 1px solid #f2f2f2; } }
  header .top-header {
    float: left;
    width: calc(100% - 230px);
    padding: 10px 0;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      header .top-header {
        width: 100%;
        height: 40px;
        padding: 5px; } }
    header .top-header .left-nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    header .top-header .toggle-bar {
      width: 50px;
      height: 60px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      cursor: pointer; }
      @media screen and (max-width: 767px) {
        header .top-header .toggle-bar {
          width: 41px;
          height: 40px; } }
      header .top-header .toggle-bar .menu-line {
        display: inline-block;
        width: 13px;
        height: 2px;
        background-color: #454545;
        position: relative; }
        header .top-header .toggle-bar .menu-line:before {
          content: '';
          position: absolute;
          left: 0;
          top: -5px;
          width: 22px;
          height: 2px;
          background-color: #454545; }
        header .top-header .toggle-bar .menu-line:after {
          content: '';
          position: absolute;
          left: 0;
          top: 5px;
          width: 18px;
          height: 2px;
          background-color: #454545; }
    header .top-header .search-box {
      min-width: 300px;
      border-bottom: 1px solid #777777;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-left: 30px; }
      header .top-header .search-box span {
        color: #ED2B73;
        padding: 0 0 5px;
        cursor: pointer; }
      header .top-header .search-box .form-control {
        border: none;
        outline: none;
        height: 30px;
        padding: 0 0 5px;
        -webkit-box-shadow: none;
        box-shadow: none; }
        header .top-header .search-box .form-control:focus {
          outline: none; }
      @media screen and (max-width: 991px) {
        header .top-header .search-box {
          display: none; } }
    header .top-header .right-nav {
      padding-right: 15px; }
      @media screen and (max-width: 767px) {
        header .top-header .right-nav {
          padding-right: 0; }
          header .top-header .right-nav .user-name {
            display: none; } }
      header .top-header .right-nav ul {
        list-style: none;
        padding: 0;
        margin: 0; }
        header .top-header .right-nav ul .right-nav-item {
          display: inline-block;
          padding: 20px 8px; }
          @media screen and (max-width: 767px) {
            header .top-header .right-nav ul .right-nav-item {
              padding: 4px 5px; } }
          header .top-header .right-nav ul .right-nav-item .nav-dots {
            width: 7px;
            height: 7px;
            border-radius: 50%;
            display: inline-block;
            position: absolute;
            top: 5px;
            right: 0; }
            header .top-header .right-nav ul .right-nav-item .nav-dots:after {
              content: '';
              position: absolute;
              left: -3px;
              top: -3px;
              width: 13px;
              height: 13px;
              border-radius: 50%; }
            header .top-header .right-nav ul .right-nav-item .nav-dots.blue {
              background-color: #01a1ff; }
              header .top-header .right-nav ul .right-nav-item .nav-dots.blue:after {
                background-color: rgba(1, 161, 255, 0.4); }
            header .top-header .right-nav ul .right-nav-item .nav-dots.yellow {
              background-color: #f2b200; }
              header .top-header .right-nav ul .right-nav-item .nav-dots.yellow:after {
                background-color: rgba(242, 178, 0, 0.4); }
            header .top-header .right-nav ul .right-nav-item .nav-dots.green {
              background-color: #50b848; }
              header .top-header .right-nav ul .right-nav-item .nav-dots.green:after {
                background-color: rgba(80, 184, 72, 0.4); }
          header .top-header .right-nav ul .right-nav-item .nav-item {
            color: #777777;
            display: inline-block;
            vertical-align: middle;
            position: relative; }
          header .top-header .right-nav ul .right-nav-item .nav-icon {
            width: 38px;
            height: 38px;
            border: 1px solid #e1e3f2;
            border-radius: 50%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            overflow: hidden; }
            header .top-header .right-nav ul .right-nav-item .nav-icon img {
              max-height: 100%; }
            @media screen and (max-width: 767px) {
              header .top-header .right-nav ul .right-nav-item .nav-icon {
                width: 32px;
                height: 32px; } }
          header .top-header .right-nav ul .right-nav-item:hover .nav-icon {
            background-color: #f2f2f2; }

.menu {
  position: relative;
  padding: 0;
  margin: 0; }
  .menu .submenu {
    position: absolute;
    right: 0;
    top: calc(100% - 0px);
    min-width: 200px;
    opacity: 0;
    pointer-events: none;
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.17);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.17);
    z-index: 10; }
    .menu .submenu.max-350 {
      width: 350px; }
      @media screen and (max-width: 500px) {
        .menu .submenu.max-350 {
          width: auto; } }
    .menu .submenu .top-message {
      padding: 15px; }
      .menu .submenu .top-message h4 {
        margin: 0;
        font-size: 18px;
        color: #232323; }
    .menu .submenu .show-all {
      padding: 5px 15px;
      text-align: right; }
      .menu .submenu .show-all a {
        color: #01a1ff;
        font-size: 14px; }
        .menu .submenu .show-all a:hover {
          color: #ED2B73; }
    .menu .submenu .submenu-item {
      padding: 8px 15px;
      -webkit-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease;
      border-bottom: 1px solid #f2f2f2; }
      .menu .submenu .submenu-item:last-child {
        border-bottom: none; }
      .menu .submenu .submenu-item a {
        width: 100%;
        color: #777777; }
      .menu .submenu .submenu-item:hover, .menu .submenu .submenu-item.active {
        background-color: #f7f7f7; }
      .menu .submenu .submenu-item .icon {
        width: 30px;
        display: inline-block;
        text-align: center;
        margin-right: 10px; }
      .menu .submenu .submenu-item .icon-text {
        display: inline-block;
        width: calc(100% - 40px); }
    .menu .submenu .notification-icon {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      margin-right: 10px;
      overflow: hidden;
      display: inline-block;
      vertical-align: middle; }
      .menu .submenu .notification-icon img {
        max-height: 100%; }
    .menu .submenu .notification-description {
      display: inline-block;
      vertical-align: middle;
      width: calc(100% - 64px); }
      .menu .submenu .notification-description h5 {
        margin: 0;
        font-size: 15px;
        color: #777777; }
        .menu .submenu .notification-description h5 a {
          display: inline-block;
          width: auto;
          color: #01a1ff;
          margin: 0 5px 0 0; }
      .menu .submenu .notification-description p {
        margin: 0;
        font-size: 14px;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden; }
  .menu:hover .submenu {
    opacity: 1;
    pointer-events: auto;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown; }
  @media screen and (max-width: 500px) {
    .menu {
      position: static; }
      .menu .submenu {
        right: 15px;
        left: 15px; } }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

footer {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.12); }
  footer .copyright {
    color: #777777;
    font-size: 13px;
    padding: 15px; }
  footer#frontFooter {
    background-color: #ED2B73; }
    footer#frontFooter .copyright {
      color: #ffffff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media screen and (max-width: 550px) {
        footer#frontFooter .copyright {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; } }
    footer#frontFooter .socialIcons {
      list-style: none;
      padding: 0;
      margin: 0; }
      footer#frontFooter .socialIcons li {
        display: inline-block;
        padding: 0 3px; }
        footer#frontFooter .socialIcons li a {
          color: #ffffff; }
          footer#frontFooter .socialIcons li a:hover {
            color: #f2b200; }
    footer#frontFooter .topFooter {
      background-color: #f8f8f8;
      padding: 30px 0; }
      footer#frontFooter .topFooter .footerTitle {
        font-size: 17px;
        font-weight: 700;
        color: #ED2B73; }
      footer#frontFooter .topFooter .footerNavigation {
        padding: 0;
        list-style: none; }
        footer#frontFooter .topFooter .footerNavigation li a {
          color: #444548;
          font-size: 15px; }
          footer#frontFooter .topFooter .footerNavigation li a:hover {
            color: #f2b200; }

.pagination {
  padding: 0;
  margin: 15px 0 0;
  display: block;
  background: transparent;
  border-radius: 0px;
  display: inline-block; }
  .pagination li {
    border: 1px solid #ED2B73;
    border-right: none;
    float: left; }
    .pagination li:last-child {
      border-right: 1px solid #ED2B73; }
    .pagination li.disabled {
      cursor: not-allowed; }
    .pagination li a, .pagination li span {
      padding: 5px 15px;
      color: #ED2B73;
      display: inline-block; }
    .pagination li.active a, .pagination li.active span {
      background: #ED2B73;
      color: #ffffff; }

.btn,
.btn:hover,
.btn:focus,
.btn:active,
.btn:active:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 8px;
  border: none;
  padding: .375rem 1.75rem;
  letter-spacing: 1px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-bottom: .375rem;
  font-size: 15px; }
  @media screen and (max-width: 767px) {
    .btn,
    .btn:hover,
    .btn:focus,
    .btn:active,
    .btn:active:focus {
      font-size: 14px;
      padding: .275rem 1.75rem; } }

.btn-medium {
  padding: .5rem 1.75rem !important; }

.btn-default {
  background-color: #ffffff !important;
  color: #444548 !important; }
  .btn-default:hover {
    background-color: #d9d9d9 !important; }

.btn-red {
  background-color: #ED2B73 !important;
  color: #ffffff !important; }
  .btn-red:hover {
    background-color: #ED2B73 !important; }

.btn-pink {
  background-color: #ED2B73 !important;
  color: #ffffff !important; }
  .btn-pink:hover {
    background-color: #e70253 !important; }

.btn-yellow {
  background-color: #f2b200 !important;
  color: #ffffff !important; }
  .btn-yellow:hover {
    background-color: #d99f00 !important; }

.btn-blue {
  background-color: #01a1ff !important;
  color: #ffffff !important; }
  .btn-blue:hover {
    background-color: #0091e7 !important; }

.btn-green {
  background-color: #50b848 !important;
  color: #ffffff !important; }
  .btn-green:hover {
    background-color: #48a640 !important; }

.btn-orange {
  background-color: #ff6406 !important;
  color: #ffffff !important; }
  .btn-orange:hover {
    background-color: #ec5900 !important; }

.radius-20 {
  border-radius: 20px !important; }

.customSelect {
  position: relative;
  width: 100%; }
  .customSelect:after {
    content: '\f107';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: 'Font Awesome 5 Pro';
    pointer-events: none; }
  .customSelect select {
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 6px 40px 6px 15px; }
/*select.profile_text, select#religion { color: #ED2B7370; }*/
select.profile_text option, select#religion option { color: #000000; }

.form-control {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 13px; /*border: 1px solid #ED2B73;*/ }
  .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none; }
  .form-control.selectize-dropdown {
    height: auto;
    border-top: 1px solid #ced4da; }

.input-group.radius-20 input.form-control {
  border-radius: 20px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-right-width: 0px;
  font-size: 12px; }
  .input-group.radius-20 input.form-control:focus ~ .input-group-append .input-group-text {
    border-color: #80bdff; }

.input-group.radius-20 .input-group-append .input-group-text {
  border-radius: 20px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  background: transparent; }

.form-underline .input-group-append .input-group-text {
  background: transparent;
  border: none;
  border-bottom: 1px solid #a1a1a1;
  border-radius: 0px; }

.form-underline .form-control:not(.selectize-dropdown), .form-underline .selectize-input {
  border: none;
  border-bottom: 1px solid #a1a1a1;
  border-radius: 0px;
  background-color: transparent;
  padding-left: 0px;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .form-underline .form-control:not(.selectize-dropdown):focus, .form-underline .selectize-input:focus {
    border-bottom-color: #ED2B73; }
    .form-underline .form-control:not(.selectize-dropdown):focus ~ .input-group-append .input-group-text, .form-underline .selectize-input:focus ~ .input-group-append .input-group-text {
      border-bottom-color: #ED2B73; }

.form-underline .selectize-input {
  border: none; }

.selectize-input {
  border: none;
  padding: 6.5px 8px; }

.selectize-control {
  padding: 0; }

.selectize-control.single .selectize-input:after {
  content: '\f107';
  font-family: 'Font Awesome 5 Pro';
  border: none;
  margin-top: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto; }

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: 0; }

.form-group {
  position: relative;
  margin-bottom: 13px;}

.form-control-placeholder {
  position: absolute;
  top: 0;
  padding: 7px 0 0;
  margin: 0;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
  opacity: 0.5;
  font-size: 14px; }

.form-control:focus + .form-control-placeholder, .form-control:valid + .form-control-placeholder {
  font-size: 75%;
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
  opacity: 1; }

.customCheckbox {
  position: relative;
  padding-left: 30px;
  line-height: 21px; }
  .customCheckbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 2px solid #ED2B73;
    border-radius: 0.25rem; }
    .customCheckbox .checkmark:after {
      content: "\f00c";
      font-family: "Font Awesome 5 Pro";
      position: absolute;
      display: none;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      font-size: 11.4px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
  .customCheckbox input[type="checkbox"] {
    display: none; }
    .customCheckbox input[type="checkbox"]:checked ~ .checkmark:after {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .customCheckbox.check-red input[type="checkbox"]:checked ~ .checkmark {
    border-color: #ED2B73; }
    .customCheckbox.check-red input[type="checkbox"]:checked ~ .checkmark:after {
      color: #ED2B73; }
  .customCheckbox.check-blue input[type="checkbox"]:checked ~ .checkmark {
    border-color: #ED2B73; }
    .customCheckbox.check-blue input[type="checkbox"]:checked ~ .checkmark:after {
      color: #01a1ff; }
  .customCheckbox.check-pink input[type="checkbox"]:checked ~ .checkmark {
    border-color: #fd055d; }
    .customCheckbox.check-pink input[type="checkbox"]:checked ~ .checkmark:after {
      color: #fd055d; }
  .customCheckbox.check-green input[type="checkbox"]:checked ~ .checkmark {
    border-color: #50b848; }
    .customCheckbox.check-green input[type="checkbox"]:checked ~ .checkmark:after {
      color: #50b848; }
  .customCheckbox.check-orange input[type="checkbox"]:checked ~ .checkmark {
    border-color: #ff6406; }
    .customCheckbox.check-orange input[type="checkbox"]:checked ~ .checkmark:after {
      color: #ff6406; }
  .customCheckbox.check-yellow input[type="checkbox"]:checked ~ .checkmark {
    border-color: #f2b200; }
    .customCheckbox.check-yellow input[type="checkbox"]:checked ~ .checkmark:after {
      color: #f2b200; }
  .customCheckbox.check-brown input[type="checkbox"]:checked ~ .checkmark {
    border-color: #ED2B73; }
    .customCheckbox.check-brown input[type="checkbox"]:checked ~ .checkmark:after {
      color: #ED2B73; }

.customRadio {
  position: relative;
  /*padding-left: 30px;*/
  padding-left: 24px; 
  /*font-size: 15px;*/
  line-height: 21px; }
  .customRadio .checkmark {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 2px solid #ED2B73;
    border-radius: 0.25rem;
    /*new css*/
      display: flex; 
      align-items: center;
      justify-content: center;
  }

    .customRadio .checkmark:after {
      content: "";
    font-weight: 900;
    position: absolute;
    display: none;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 10px;
    height: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto; }
  .customRadio input[type="radio"] {
    display: none; }
    .customRadio input[type="radio"]:checked ~ .checkmark:after {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      justify-content: center; }
  .customRadio.check-red input[type="radio"]:checked ~ .checkmark {
    border-color: #ED2B73; }
    .customRadio.check-red input[type="radio"]:checked ~ .checkmark:after {
      background-color: #ED2B73; }
  .customRadio.check-blue input[type="radio"]:checked ~ .checkmark {
    border-color: #01a1ff; }
    .customRadio.check-blue input[type="radio"]:checked ~ .checkmark:after {
      background-color: #01a1ff; }
  .customRadio.check-pink input[type="radio"]:checked ~ .checkmark {
    border-color: #fd055d; }
    .customRadio.check-pink input[type="radio"]:checked ~ .checkmark:after {
      background-color: #fd055d; }
  .customRadio.check-green input[type="radio"]:checked ~ .checkmark {
    border-color: #50b848; }
    .customRadio.check-green input[type="radio"]:checked ~ .checkmark:after {
      background-color: #50b848; }
  .customRadio.check-orange input[type="radio"]:checked ~ .checkmark {
    border-color: #ff6406; }
    .customRadio.check-orange input[type="radio"]:checked ~ .checkmark:after {
      background-color: #ff6406; }
  .customRadio.check-yellow input[type="radio"]:checked ~ .checkmark {
    border-color: #f2b200; }
    .customRadio.check-yellow input[type="radio"]:checked ~ .checkmark:after {
      background-color: #f2b200; }
  .customRadio.check-brown input[type="radio"]:checked ~ .checkmark {
    border-color: #ED2B73; }
    .customRadio.check-brown input[type="radio"]:checked ~ .checkmark:after {
      background-color: #ED2B73; }

.icon-btn {
  width: 100%;
  text-align: left;
  color: white;
  height: calc(2.25rem + 2px);
  outline: none;
  font-size: 18px;
  padding: .375rem .75rem;
  -webkit-box-shadow: 1px 1px 10px rgba(58, 57, 57, 0.4);
  box-shadow: 1px 1px 10px rgba(58, 57, 57, 0.4); }
  .icon-btn.google {
    background: rgba(243, 74, 56, 0.77); }
  .icon-btn.facebook {
    background: rgba(56, 92, 142, 0.77); }
  .icon-btn:hover {
    color: #ffffff; }

.btn-border {
  background-color: transparent;
  border: 1px solid #ED2B73;
  color: #ED2B73; }
  .btn-border:hover {
    border: 1px solid transparent;
    background-color: #ED2B73;
    color: #ffffff !important; }

.radius-5 {
  border-radius: 5px !important; }

.error {
  text-align: left;
  position: relative; }
  .error .form-control {
    border: 1px solid #ED2B73; }

.home-wrapper {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  /*font-family: "Lato", sans-serif;*/
  font-family: "Poppins";
  letter-spacing: 0px;
  font-size: 15px;
  font-weight: 200;
  /*color: #444548; */
  color: #000000; 

}
  @media screen and (min-width: 1440px) {
    .home-wrapper {
      font-size: 16px; } }

header .header {
  display: block;
  height: 80px;
  width: 100%;
  background: #f2f2f2; }
  header .header.shrink {
    top: 0;
    position: fixed;
    background: rgba(255, 255, 255, 0.95);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 22; }
  header .header .header-logo {
    width: 230px;
    height: 80px;
    padding: 5px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    header .header .header-logo img {
      max-height: 100%; }
  @media screen and (max-width: 767px) {
      header .header .header-logo {
        padding: 10px 0;
        max-width: 196px;
        height: 100%;
        display: inline-block; }
      header .header span {
        display: none; } }
  header .header .nav-bar {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    padding: 22px 20px;
    right: 0; }
    @media screen and (min-width: 320px) {
     .nav-bar { right: 15px !important; }
    }

@media only screen and (max-width: 576px){
  header .header .nav-bar {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    /* display: flex; */
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    padding: 22px 20px;
    right: 60px !important;
  }

}

    @media screen and (min-width: 1300px) {
     .nav-bar { right: -45px !important; }
    }
    header .header .nav-bar .menuLine {
      height: 35px;
      cursor: pointer; }
      header .header .nav-bar .menuLine .line {
        width: 30px;
        height: 3px;
        vertical-align: -1px;
        background: #959595;
        position: relative;
        display: inline-block;
        border-radius: 20px; }
        header .header .nav-bar .menuLine .line:after, header .header .nav-bar .menuLine .line:before {
          content: '';
          position: absolute;
          top: -8px;
          right: 0;
          width: 30px;
          height: 3px;
          background: #959595;
          -webkit-transition: all 0.4s ease;
          -o-transition: all 0.4s ease;
          transition: all 0.4s ease;
          z-index: 111;
          border-radius: 20px; }
        header .header .nav-bar .menuLine .line:before {
          content: '';
          top: 8px;
          right: 0;
          width: 30px; }
    header .header .nav-bar .menuBars {
      position: fixed;
      right: 0;
      top: 0;
      padding: 40px;
      background: rgba(148, 17, 2, 0.87);
      -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
      width: 100%;
      height: 100%;
      bottom: 0;
      -webkit-transition: 0.4s ease;
      -o-transition: 0.4s ease;
      transition: 0.4s ease;
      -webkit-transform: translate3d(calc(100% + 20px), 0, 0);
      transform: translate3d(calc(100% + 20px), 0, 0);
      overflow-y: auto;
      z-index: 44;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      min-height: 100vh;
      background-size: cover; }
      @media screen and (max-width: 450px) {
        header .header .nav-bar .menuBars {
          min-width: 100%; } }
      header .header .nav-bar .menuBars.active {
        -webkit-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0); }
      header .header .nav-bar .menuBars .menuList {
        list-style: none;
        padding: 20px 0;
        text-align: center;
        font-weight: 600;
        display: -ms-grid;
        display: grid; }
        header .header .nav-bar .menuBars .menuList li {
          margin: 20px auto;
          padding: 0;
          position: relative; }
          header .header .nav-bar .menuBars .menuList li:before {
            content: "";
            height: 3px;
            left: 0;
            right: 0;
            position: absolute;
            bottom: -8px;
            -webkit-transition: all 0.4s ease;
            -o-transition: all 0.4s ease;
            transition: all 0.4s ease;
            background: #f2b200;
            opacity: 0;
            -webkit-transform: scaleX(0);
            -ms-transform: scaleX(0);
            transform: scaleX(0); }
          header .header .nav-bar .menuBars .menuList li a {
            color: #ffffff;
            font-size: 35px; }
          header .header .nav-bar .menuBars .menuList li:hover:before {
            opacity: 1;
            -webkit-transform: scaleX(1);
            -ms-transform: scaleX(1);
            transform: scaleX(1); }
          header .header .nav-bar .menuBars .menuList li:hover a {
            color: #f2b200; }
        @media screen and (max-width: 1023px) {
          header .header .nav-bar .menuBars .menuList {
            top: 60px; }
            header .header .nav-bar .menuBars .menuList li a {
              font-size: 20px; } }
    header .header .nav-bar .active-sidebar {
      z-index: 444;
      height: 100%;
      top: 20px;
      right: 30px; }
      header .header .nav-bar .active-sidebar .line {
        background: transparent; }
        header .header .nav-bar .active-sidebar .line:before, header .header .nav-bar .active-sidebar .line:after {
          top: 0;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          background: #ffffff; }
        header .header .nav-bar .active-sidebar .line:before {
          -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
          width: 25px; }
        header .header .nav-bar .active-sidebar .line:after, header .header .nav-bar .active-sidebar .line:before {
          width: 25px; }

.bannerContent {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 80px 0 0;
  background-size: cover;
  min-height: 381px; }
  @media screen and (max-width: 767px) {
    .bannerContent {
      margin: 70px 0 0;
      min-height: 150px; } }

/*.blockContent {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 80px 0 0; }*/

  .blockContent {
    width: 100%; 
    font-family: "Poppins";
  }
  .blockContent .blockContent-img {
    position: absolute;
    z-index: 1;    
    /*top: 100px; */
    top: 41%;
    right: 0;
    /*bottom: 0;*/
    bottom: 37%;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    /*display: flex;*/
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .blockContent .box-form {
    position: relative;
    background-color: #fff;
    /*padding: 15px;*/
    padding: 20px; /* new css */
    width: 100%;
    float: right; border: 3px solid #ED2B73; }
    @media only screen and (max-width: 575px) {
      .blockContent .box-form {
        width: 100%; } }
    .blockContent .box-form span {
      color: #ffffff; }
  .blockContent .contact-box {
        /*margin: 40px 0; */ /*margin: 80px 0; */ }
    @media screen and (max-width: 991px) {
      .blockContent .contact-box {
        margin: 0; } }
  .blockContent .signUp-btn {
    -webkit-transform: rotate(-18deg);
    -ms-transform: rotate(-18deg);
    transform: rotate(-18deg);
    position: absolute;
    left: -70px;
    top: 65px;
    /*top: 65px;*/ }
    .blockContent .signUp-btn .btn-default {
      color: #ED2B73 !important;
      font-size: 20px;
      font-weight: 700; }
    @media screen and (max-width: 991px) {
      .blockContent .signUp-btn {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        position: static;
        margin: 15px 0; } 
    }

/*new design code*/
  .blockContent h2.reg_login_text{ font-size: 22px; color: #ED2B73;text-transform: uppercase;font-family: Fonarto;margin: 0;padding-bottom: 10px; }
  .blockContent .box-form ::placeholder{ color: #ED2B7370 !important; }
  .blockContent .form-control:focus { border-color: #ED2B73 !important; }
  /*.blockContent .box-form select.form-control { color: #ED2B7370; } */
  .blockContent .registerPopClose, .blockContent .loginPopClose, .blockContent .forgotPopClose { color:#ED2B73 !important; }
  .forgotPopClose {
    position: absolute;
    right: 8px;
    top: 8px;
    color: #fff;
    line-height: 0;
  }
  .forgotPopClose .fa-times {
      font-weight: 400;
  }
  .forgot_style { color: #ED2B7370; }
  .forgot_style:hover{ color: #ED2B73; transition: 0.3s; }
  @media screen and (max-width: 1200px) {
    .blockContent .box-form .flex-nowrap {       
        flex-wrap: wrap!important;
    }
  }
  @media screen and (max-width: 991px) {
    .blockContent .blockContent-img{
      top: 20%;
      bottom: 80%;
    }
  }
  /*select#profile_for{ color: #ED2B7370; }*/
  .layer-heading {
  font-size: 38px;
  text-align: center;
  /*font-family: "Great Vibes", cursive;*/
  font-family: "Fonarto";
  margin: 0; }
  @media screen and (max-width: 767px) {
      .layer-heading { font-size: 28px; } 
    }
    .mini-logo img {  width: 200px; vertical-align: sub; }
  @media screen and (max-width: 767px) {
    .mini-logo img {  width: 170px; } 
    }

  .content-banner {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0; 
  }
  @media screen and (max-width: 767px) {
    .content-banner { padding: 25px 0; } 
    }
.activeForm {
  position: fixed;
  top: 50%;  
  left: 50%;
  transform: translateX(-50%) rotateY(90deg) translateY(-50%);
  -webkit-transform: translateX(-50%) rotateY(90deg) translateY(-50%);
  max-width: 540px;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 15px;   
  /*padding: 15px 20px;*/
  /*margin-left: 15px; */
  margin-left: 0px; /*new css*/
  z-index: 10; /*new css*/
   }
  .activeForm.open {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateX(-50%) rotateY(0deg) translateY(-50%);
    transform: translateX(-50%) rotateY(0deg) translateY(-50%); }
    @media screen and (min-width: 2500px) { 
     /* .activeForm {
      margin-left: -93px !important;
      }*/
      .blockContent .signUp-btn {
      top: 40px !important;
      }
     }
    @media screen and (min-width: 1024px) { 
      /*.activeForm {
      margin-left: -30px;
      }*/
       /*new css*/
      .activeForm {
        max-width: 540px;
      }
     }
  @media screen and (max-width: 991px) {
    .activeForm {
      position: static;
      display: none; }
      .activeForm.open {
        display: block; } }
  @media screen and (min-width: 551px) and (max-width: 991px) {
    .activeForm.open {
      -webkit-transform: translateX(-50%) rotateY(0deg) translateY(-50%);
      transform: translateX(-50%) rotateY(0deg) translateY(-50%); } }
  @media screen and (max-width: 550px) {
    .activeForm {
      max-width: 100%;
      left: 0;
      right: 0;
      -webkit-transform: rotateY(90deg) translateY(-50%);
      transform: rotateY(90deg) translateY(-50%); }
    .activeForm.open {
      -webkit-transform: rotateY(0deg) translateY(-50%);
      transform: rotateY(0deg) translateY(-50%); } }

.main-title-section h3 {
  /*font-family: "Great Vibes", cursive;*/
  font-family: "Fonarto";
  font-size: 38px;
  margin-bottom: 0; }

.main-title-section p {
  color: #ED2B73;
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 0; }

.easy-step-section {
  background-color: #ffffff;
  padding: 40px 0; }
  .easy-step-section .easy-step-box {
    margin-top: 30px; }
    .easy-step-section .easy-step-box .easy-step-border-box {
      background-color: #ffffff;
      border: 3px solid #ED2B73;
      padding: 15px;
      text-align: center;
      position: relative; }
      .easy-step-section .easy-step-box .easy-step-border-box img {
        max-width: 40px; }
      .easy-step-section .easy-step-box .easy-step-border-box h4 {
        font-size: 20px;
        font-family: "Lato", sans-serif;
        color: #ED2B73;
        margin-top: 15px;
        margin-bottom: 15px; }
      .easy-step-section .easy-step-box .easy-step-border-box .number-box {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        background-color: #ED2B73;
        color: #ffffff;
        width: 30px;
        height: 20px;
        font-size: 13px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }

.free-membership-section {
  background-color: #fdd365;
  padding: 40px 0; }
  .free-membership-section .free-membership-box {
    margin-top: 15px; }
    .free-membership-section .free-membership-box .free-membership-icon-box {
      background-color: transparent;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .free-membership-section .free-membership-box .free-membership-icon-box img {
        max-width: 80px;
        height: auto; }
    .free-membership-section .free-membership-box .free-membership-content-box h4 {
      color: #0a893f;
      font-size: 25px;
      font-weight: 700;
      margin: 0;
      text-transform: uppercase; }
    .free-membership-section .free-membership-box .free-membership-content-box span {
      color: #6e6e6e;
      font-size: 16px; }
    .free-membership-section .free-membership-box .free-membership-content-box p {
      text-transform: uppercase;
      color: #ED2B73;
      font-size: 16px;
      margin-bottom: 0; }

.happy-couple-section {
  background-color: #ffffff;
  padding: 60px 0; }
  .happy-couple-section .happy-couple-section-bg {
    padding: 30px 50px;
    width: 90%;
    margin: 0 auto;
    position: relative; }
    .happy-couple-section .happy-couple-section-bg .happy-couple-section-box {
      margin: 15px 0;
      border: 10px solid #ffffff;
      overflow: hidden; }
      .happy-couple-section .happy-couple-section-bg .happy-couple-section-box img {
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease; }
      .happy-couple-section .happy-couple-section-bg .happy-couple-section-box:hover img {
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5); }

.get-started-section {
  background-color: #ED2B73; }
  .get-started-section h5 {
    font-size: 35px;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .get-started-section h5 span {
      background-image: url("../images/get-started-storry.png");
      background-size: cover;
      width: 150px;
      height: 150px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin: -30px 10px; }
      .get-started-section h5 span i {
        color: #ED2B73;
        font-family: "Great Vibes", cursive;
        -webkit-transform: rotate(-18deg);
        -ms-transform: rotate(-18deg);
        transform: rotate(-18deg);
        font-size: 40px; }
  .get-started-section .main-button {
    background-color: #ffffff;
    padding: 8px 15px;
    color: #0a893f;
    text-transform: uppercase;
    font-size: 20px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .get-started-section .main-button:hover {
      background-color: #0a893f;
      color: #ffffff; }

.introduction-section {
  padding: 60px 0 0;
  margin-bottom: -87px;
  position: relative;
  z-index: 1; }
  .introduction-section .introduction-border-box {
    border: 10px solid #ED2B73;
    padding: 35px 30px 0; }
    .introduction-section .introduction-border-box .introductionlogo {
      width: 200px;
      margin-bottom: 5px; }
    .introduction-section .introduction-border-box .introduction-text {
      font-size: 20px;
      margin: 10px 0; }
    .introduction-section .introduction-border-box .introduction-counter-box {
      margin-top: 10px;
      background-color: #ffffff;
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
      .introduction-section .introduction-border-box .introduction-counter-box .icon-box {
        padding: 20px 10px;
        text-align: center;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
        .introduction-section .introduction-border-box .introduction-counter-box .icon-box.brown-icon-box {
          background-color: #ED2B73; }
        .introduction-section .introduction-border-box .introduction-counter-box .icon-box.red-icon-box {
          background-color: #ED2B73; }
        .introduction-section .introduction-border-box .introduction-counter-box .icon-box.green-icon-box {
          background-color: #0a893f; }
      .introduction-section .introduction-border-box .introduction-counter-box .content-box {
        padding: 10px;
        text-align: center; }
        .introduction-section .introduction-border-box .introduction-counter-box .content-box h5 {
          font-size: 28px;
          margin: 0; }
        .introduction-section .introduction-border-box .introduction-counter-box .content-box p {
          font-size: 14px;
          color: #606060;
          margin-bottom: 0; }
    .introduction-section .introduction-border-box .link-section {
      font-size: 14px;
      color: #ED2B73;
      text-transform: uppercase;
      margin: 20px auto;
      font-weight: 600; }
    .introduction-section .introduction-border-box .country-box {
      background-color: #818181;
      margin: 0 -30px;
      text-align: center;
      color: #ffffff;
      padding: 20px; }
      .introduction-section .introduction-border-box .country-box li {
        margin-right: 15px; }

.goto-app-section {
  padding: 40px 0 30px;
  background-color: #fdd365;
  overflow: hidden; }
  .goto-app-section .main-title-section {
    margin-top: 30px; }
    .goto-app-section .main-title-section p {
      font-size: 50px;
      line-height: 60px;
      color: #ffffff; }
    .goto-app-section .main-title-section img {
      margin: 10px auto;
      display: inline-block; }
  .goto-app-section .play-store-box {
    margin: 30px auto;
    text-align: center; }
    .goto-app-section .play-store-box a {
      margin: 0 10px; }
      .goto-app-section .play-store-box a img {
        border: 2px solid #ffffff;
        border-radius: 10px;
        margin-bottom: 10px; }
  .goto-app-section .image-section {
    margin-bottom: -30%;
    margin-top: 15px; }

.home-footer {
  background-image: url("../images/footer.png");
  background-size: cover;
  background-position: bottom;
  background-color: #ffffff;
  padding: 60px 0 300px; }
  .home-footer .footer-main-title {
    background-color: #0a893f;
    padding: 15px 25px;
    font-size: 26px;
    text-transform: uppercase;
    margin: 0 auto;
    color: #ffffff;
    display: inline-block; }
  .home-footer .icon-with-text-block {
    border-top: 2px solid #0a893f;
    border-bottom: 2px solid #0a893f;
    background-color: #ffffff;
    margin: 0; }
    .home-footer .icon-with-text-block li {
      margin: 10px auto; }
      .home-footer .icon-with-text-block li .footer-icon-block {
        width: 60px;
        height: 60px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 100%;
        margin-right: 5px; }
        .home-footer .icon-with-text-block li .footer-icon-block.primary-icon-block {
          background-color: #ED2B73; }
        .home-footer .icon-with-text-block li .footer-icon-block.brown-icon-block {
          background-color: #ED2B73; }
        .home-footer .icon-with-text-block li .footer-icon-block.green-icon-block {
          background-color: #0a893f; }
      .home-footer .icon-with-text-block li p {
        line-height: 60px;
        font-size: 22px;
        color: #767676;
        margin-bottom: 0; }
  .home-footer .footertitle-with-link-block {
    margin: 0;
    padding: 15px 0 0;
    background-color: #ffffff; }
    .home-footer .footertitle-with-link-block .footerTitle {
      margin: 0 auto;
      color: #ED2B73;
      font-size: 25px;
      text-align: center; }
    .home-footer .footertitle-with-link-block ul li a {
      margin-top: 8px;
      color: #444548;
      font-size: 18px;
      line-height: 22px;
      -webkit-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease; }
      .home-footer .footertitle-with-link-block ul li a:hover {
        color: #ED2B73; }

@media only screen and (max-width: 767px) {
  header {
    height: 70px; }
  .blockContent .box-form {
    padding: 20px; }
  .easy-step-section {
    padding: 40px 0; }
    .easy-step-section .easy-step-box {
      max-width: 240px;
      margin: 25px auto 0; }
      .easy-step-section .easy-step-box .easy-step-border-box {
        padding-top: 30px; }
        .easy-step-section .easy-step-box .easy-step-border-box h4 {
          font-size: 18px; }
  .free-membership-section {
    padding: 40px 0; }
    .free-membership-section .free-membership-box {
      margin-top: 20px; }
      .free-membership-section .free-membership-box .free-membership-content-box h4 {
        font-size: 22px; }
      .free-membership-section .free-membership-box .free-membership-content-box span {
        font-size: 12px; }
      .free-membership-section .free-membership-box .free-membership-content-box p {
        font-size: 12px;
        margin-bottom: 0; }
  .happy-couple-section {
    padding: 40px 0; }
    .happy-couple-section .happy-couple-section-bg {
      padding: 30px 0; }
      .happy-couple-section .happy-couple-section-bg .happy-couple-section-box {
        border-width: 5px;
        margin: 8px 0; }
  .get-started-section {
    padding: 10px 0; }
    .get-started-section h5 {
      display: inline-block;
      font-size: 25px; }
      .get-started-section h5 span {
        background-image: none;
        margin: 0;
        width: auto;
        height: auto;
        display: inline-block; }
    .get-started-section .main-button {
      font-size: 15px; }
  .introduction-section {
    padding: 40px 0; }
    .introduction-section .introduction-border-box .country-box {
      padding: 15px; }
      .introduction-section .introduction-border-box .country-box ul {
        display: inline-block; }
        .introduction-section .introduction-border-box .country-box ul li {
          width: 50%;
          float: left;
          margin: 5px 0;
          text-align: left; }
  .goto-app-section {
    padding: 50px 0 30px; }
    .goto-app-section .main-title-section p {
      font-size: 28px; }
  .home-footer {
    padding: 40px 0 80px;
    background-size: contain;
    background-repeat: no-repeat; }
    .home-footer .footer-main-title {
      font-size: 22px; }
    .home-footer .icon-with-text-block li {
      margin: 5px auto;
      -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
      justify-content: start !important; }
    .home-footer .footertitle-with-link-block .footerTitle {
      font-size: 20px; }
    .home-footer .footertitle-with-link-block ul {
      margin-bottom: 0; }
      .home-footer .footertitle-with-link-block ul li a {
        font-size: 14px;
        line-height: 18px; }
  .main-title-section h3 {
    font-size: 28px; }
  .main-title-section p {
    font-size: 25px; } }

.imageCoverGallery {
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  height: 300px;
  background: #e4e4e4; }
  @media screen and (max-width: 767px) {
    .imageCoverGallery {
      height: 200px; } }
  @media screen and (max-width: 1200px) {
    .imageCoverGallery {
      height: 230px; } }
  .imageCoverGallery:after {
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    background: url(../images/logo.png) no-repeat center;
    background-size: contain;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.3; }
  .imageCoverGallery .view-all {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5); }
    @media screen and (max-width: 1200px) {
      .imageCoverGallery .view-all {
        width: auto;
        padding: 15px; } }
  .imageCoverGallery img {
    padding: 0 2px;
    max-height: 300px;
    position: relative;
    z-index: 1;
    width: auto !important; }
    .imageCoverGallery img:first-child {
      padding-left: 0; }
    @media screen and (max-width: 767px) {
      .imageCoverGallery img {
        max-height: 200px; } }
    @media screen and (max-width: 1200px) {
      .imageCoverGallery img {
        max-height: 230px; } }

.profile-block {
  padding: 20px 92px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: -120px;
  z-index: 1;
  position: relative; }
  .profile-block.noInfo {
    display: inline-block; }
  @media screen and (max-width: 1760px) {
    .profile-block {
      padding: 20px; } }
  @media screen and (max-width: 1280px) {
    .profile-block {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-top: -85px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 15px 10px; } }
  @media screen and (max-width: 1100px) {
    .profile-block {
      margin-top: 0; } }
  .profile-block .profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
    @media screen and (max-width: 767px) {
      .profile-block .profile {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
  .profile-block .profile-pic {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.37);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.37);
    position: relative;
    padding: 10px; }
    .profile-block .profile-pic:before {
      content: '';
      position: absolute;
      top: 5px;
      left: 5px;
      bottom: 5px;
      right: 5px;
      border-radius: 50%;
      background: #ffffff;
      z-index: 2; }
    .profile-block .profile-pic:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      border-radius: 50%;
      background: #ED2B73;
      z-index: 1; }
    .profile-block .profile-pic.edit {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .profile-block .profile-pic.edit:after {
        background: #e4e4e4; }
      .profile-block .profile-pic.edit input[type="file"] {
        display: none; }
      .profile-block .profile-pic.edit i {
        color: #e4e4e4;
        position: relative;
        z-index: 3;
        font-size: 60px; }
    .profile-block .profile-pic img {
      border-radius: 50%;
      position: relative;
      z-index: 3; }
    @media screen and (max-width: 767px) {
      .profile-block .profile-pic {
        width: 100px;
        height: 100px;
        margin: 0 auto 5px; } }
    @media screen and (min-width: 768px) and (max-width: 1280px) {
      .profile-block .profile-pic {
        width: 150px;
        height: 150px;
        margin: 0 auto 15px; } }
    .profile-block .profile-pic .hoverProfile-pic {
      position: absolute;
      right: 0;
      left: 0;
      top: 0;
      bottom: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin: 0;
      background: #ffffff;
      z-index: 3;
      opacity: 0;
      -webkit-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease; }
      .profile-block .profile-pic .hoverProfile-pic:after {
        background: #e4e4e4; }
      .profile-block .profile-pic .hoverProfile-pic input[type="file"] {
        display: none; }
      .profile-block .profile-pic .hoverProfile-pic i {
        color: #e4e4e4;
        position: relative;
        z-index: 3;
        font-size: 60px; }
    .profile-block .profile-pic:hover .hoverProfile-pic {
      opacity: 0.9; }
  .profile-block .profile-buttons {
    margin-top: 16px;
    text-align: center; }
    @media screen and (max-width: 1550px) {
      .profile-block .profile-buttons {
        margin-top: 0px;
        width: 260px; } }
    @media screen and (max-width: 1280px) {
      .profile-block .profile-buttons {
        width: 100%; } }
  .profile-block .profile-info {
    list-style: none;
    padding: 0 0 0px 15px;
    margin-bottom: 16px; }
    @media screen and (max-width: 767px) {
      .profile-block .profile-info {
        padding: 0;
        text-align: center; } }
    .profile-block .profile-info li {
      display: inline-block;
      padding: 5px 30px;
      position: relative; }
      .profile-block .profile-info li:after {
        content: '';
        position: absolute;
        top: 5px;
        bottom: 5px;
        right: 0;
        width: 1px;
        background: #b6b6b6; }
      .profile-block .profile-info li:last-child:after {
        display: none; }
      .profile-block .profile-info li h4 {
        font-size: 20px;
        font-weight: 600;
        margin: 0; }
      .profile-block .profile-info li a {
        margin: 0;
        color: #777777;
        font-size: 16px; }
        .profile-block .profile-info li a:hover {
          color: #ED2B73; }
      @media screen and (max-width: 1600px) {
        .profile-block .profile-info li {
          padding: 5px 20px; } }
      @media screen and (max-width: 1400px) {
        .profile-block .profile-info li h4 {
          font-size: 16px; }
        .profile-block .profile-info li a {
          font-size: 14px; } }
      @media screen and (max-width: 767px) {
        .profile-block .profile-info li {
          padding: 5px 16px; }
          .profile-block .profile-info li:first-child {
            width: 100%; }
            .profile-block .profile-info li:first-child:after {
              display: none; } }

.create-profile-form {
  padding-top: 0;
  margin-top: -100px; }
  @media screen and (max-width: 1280px) {
    .create-profile-form {
      margin-top: -20px; } }

.trusted_list {
  padding: 0;
  margin: -20px 0 0;
  position: relative;
  z-index: 8; }
  @media screen and (max-width: 767px) {
    .trusted_list {
      margin: 5px 0 0; } }
  .trusted_list .trusted_badges {
    background: url("../images/trusted_badges.png") no-repeat;
    width: 35px;
    height: 35px;
    display: inline-block;
    margin: 0 3px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .trusted_list .trusted_badges {
        margin: 0 2px; } }
    .trusted_list .trusted_badges.offline_ids {
      background-position: 0px 0px; }
      .trusted_list .trusted_badges.offline_ids.active {
        background-position: 0 -57px; }
    .trusted_list .trusted_badges.contact_verification {
      background-position: -46px 0px; }
      .trusted_list .trusted_badges.contact_verification.active {
        background-position: -46px -57px; }
    .trusted_list .trusted_badges.social_verification {
      background-position: -92px 0px; }
      .trusted_list .trusted_badges.social_verification.active {
        background-position: -92px -57px; }
    .trusted_list .trusted_badges.active:before {
      content: '';
      position: absolute;
      left: -16px;
      right: 0;
      top: 25px;
      bottom: 0;
      margin: auto;
      background-image: url("../images/checkmark-green-png.png");
      background-repeat: no-repeat;
      background-size: contain;
      width: 22px;
      height: 22px;
      border-radius: 50%; }

.leftBox {
  float: left;
  width: 250px; }
  @media screen and (max-width: 767px) {
    .leftBox {
      width: 100%; } }

.rightBox {
  float: left;
  width: calc(100% - 250px);
  min-height: 240px;
  border-left: 1px solid #e4e4e4; }
  .rightBox .right-header {
    border-bottom: 1px solid #e4e4e4;
    padding: 15px; }
    .rightBox .right-header h4 {
      font-size: 18px;
      margin: 0; }
      .rightBox .right-header h4 span {
        display: inline-block;
        vertical-align: middle;
        padding-right: 10px;
        margin-right: 10px;
        border-right: 1px solid #e4e4e4; }
      .rightBox .right-header h4 a {
        display: inline-block;
        font-size: 14px;
        margin-right: 10px;
        color: #777777;
        padding: 5px 12px; }
        .rightBox .right-header h4 a.active {
          background-color: #ED2B73;
          color: #ffffff; }
  @media screen and (max-width: 767px) {
    .rightBox {
      width: 100%;
      border-left: none;
      min-height: auto;
      border-top: 1px solid #e4e4e4; } }

#requests .requestList {
  list-style: none;
  padding: 15px 0;
  margin: 0;
  float: left;
  width: 100%; }
  #requests .requestList li a {
    display: inline-block;
    width: 100%;
    padding: 5px 15px;
    color: #777777; }
    #requests .requestList li a .request-icon {
      width: 30px;
      display: inline-block;
      vertical-align: middle; }
    #requests .requestList li a span {
      display: inline-block;
      width: calc(100% - 62px);
      vertical-align: middle; }
      #requests .requestList li a span + span {
        width: 25px;
        border-radius: 50%;
        font-size: 10px;
        text-align: center;
        padding: 2px 0; }
        #requests .requestList li a span + span.green {
          background-color: #50b848;
          color: #ffffff; }
        #requests .requestList li a span + span.yellow {
          background-color: #f2b200;
          color: #ffffff; }
        #requests .requestList li a span + span.blue {
          background-color: #01a1ff;
          color: #ffffff; }
        #requests .requestList li a span + span.brown {
          background-color: #ED2B73;
          color: #ffffff; }
    #requests .requestList li a:hover, #requests .requestList li a.active {
      color: #ED2B73; }

#requests .request-box {
  list-style: none;
  padding: 15px;
  margin: 0; }
  #requests .request-box .request-item {
    padding: 10px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.17);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.17);
    display: inline-block;
    margin: 10px;
    text-align: center;
    max-width: 172px; }
    #requests .request-box .request-item a {
      display: inline-block;
      width: 100%;
      color: #ED2B73; }
      #requests .request-box .request-item a:hover {
        color: #ED2B73; }
    #requests .request-box .request-item img {
      max-width: 150px;
      max-height: 150px; }
    #requests .request-box .request-item h4 {
      font-size: 16px;
      margin: 0;
      padding: 6px 0 0;
      width: 100%;
      border-top: 1px solid #e4e4e4; }
      #requests .request-box .request-item h4 span {
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: inline-block;
        text-align: left;
        width: calc(100% - 27px);
        vertical-align: middle; }
      #requests .request-box .request-item h4.one-more span {
        width: calc(100% - 54px); }
      #requests .request-box .request-item h4 a {
        vertical-align: middle;
        width: 22px; }
  @media screen and (max-width: 767px) {
    #requests .request-box {
      padding: 5px; }
      #requests .request-box .request-item {
        padding: 5px;
        margin: 5px;
        max-width: 142px; }
        #requests .request-box .request-item img {
          max-width: 130px; }
        #requests .request-box .request-item h4 {
          font-size: 14px; } }

.albumDropzone {
  border: 2px dashed #01a1ff;
  margin-bottom: 15px;
  color: #777777;
  min-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .albumDropzone input[type="file"] {
    display: none; }
  .albumDropzone .dz-message {
    margin: 0; }

.imageCoverGallery.dropzone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .imageCoverGallery.dropzone .fa-cloud-upload {
    font-size: 48px;
    color: #777777;
    margin-bottom: 10px;
    pointer-events: none; }
  .imageCoverGallery.dropzone input[type="file"] {
    display: none; }
  .imageCoverGallery.dropzone .dz-message {
    color: #777777;
    margin: 0; }

.accCoverGallery.dropzone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .accCoverGallery.dropzone .fa-cloud-upload {
    font-size: 48px;
    color: #777777;
    margin-bottom: 10px;
    pointer-events: none; }
  .accCoverGallery.dropzone input[type="file"] {
    display: none; }
  .accCoverGallery.dropzone .dz-message {
    color: #777777;
    margin: 0; }

@-webkit-keyframes load {
  0% {
    stroke-dashoffset: 0; } }

@keyframes load {
  0% {
    stroke-dashoffset: 0; } }

.circle-progress {
  position: relative;
  display: inline-block;
  padding: 0;
  text-align: center;
  margin-top: 20px; }
  .circle-progress li {
    display: inline-block;
    position: relative;
    text-align: center;
    color: #93a2ac;
    font-family: Lato;
    font-weight: 100; }
    .circle-progress li:after {
      content: attr(data-percent);
      position: absolute;
      width: 100%;
      top: 3.7rem;
      left: 0;
      font-size: 2rem;
      text-align: center; }
  .circle-progress svg {
    width: 10rem;
    height: 10rem; }
    .circle-progress svg:nth-child(2) {
      position: absolute;
      left: 0;
      top: 0;
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg); }
    .circle-progress svg:nth-child(2) path {
      fill: none;
      stroke-width: 25;
      stroke-dasharray: 629;
      stroke: #fff;
      opacity: 0.9;
      -webkit-animation: load 10s;
      animation: load 10s; }
  @media screen and (max-width: 1400px) {
    .circle-progress {
      width: 100%; } }

.progress-info {
  display: inline-block;
  width: calc(100% - 190px);
  margin-left: 25px;
  padding: 0 15px 0 20px;
  vertical-align: middle; }
  .progress-info .info-icon {
    max-height: 58px;
    margin-bottom: 15px; }
  .progress-info h4 {
    font-size: 18px;
    color: #2b2b2b;
    margin: 0; }
  .progress-info a {
    font-size: 16px;
    color: #00835f; }
  @media screen and (max-width: 1400px) {
    .progress-info {
      width: 100%;
      padding: 0;
      margin-left: 0;
      text-align: center; }
      .progress-info .info-icon {
        display: inline-block;
        max-width: 55px;
        max-height: 45px;
        vertical-align: middle;
        margin-bottom: 0; }
      .progress-info div {
        display: inline-block;
        vertical-align: middle;
        margin-left: 15px;
        max-width: calc(100% - 75px); } }

.nav-tabs {
  border: none; }
  .nav-tabs li.padding-lr {
    padding: 0 20px; }
    @media screen and (max-width: 767px) {
      .nav-tabs li.padding-lr {
        padding: 0; } }
    @media screen and (min-width: 992px) and (max-width: 1199px) {
      .nav-tabs li.padding-lr {
        padding: 0 6px; } }
    @media screen and (min-width: 1200px) and (max-width: 1310px) {
      .nav-tabs li.padding-lr {
        padding: 0 12px; } }
  .nav-tabs li .nav-link {
    border: none;
    margin: 0;
    color: #777777;
    position: relative;
    padding: 20px 15px;
    font-size: 18px; }
    @media screen and (max-width: 1400px) {
      .nav-tabs li .nav-link {
        padding: 10px 8px;
        font-size: 16px; } }
    .nav-tabs li .nav-link:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      right: 0;
      background-color: #ED2B73;
      height: 3px;
      width: 0;
      margin: 0 auto;
      -webkit-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease; }
    .nav-tabs li .nav-link:hover, .nav-tabs li .nav-link.active {
      border: none;
      margin: 0;
      color: #ED2B73; }
      .nav-tabs li .nav-link:hover:after, .nav-tabs li .nav-link.active:after {
        width: 100%; }
    .nav-tabs li .nav-link .count-badge {
      position: absolute;
      top: 12px;
      right: -6px;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      font-size: 10px;
      background-color: #ED2B73;
      color: #ffffff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media screen and (max-width: 767px) {
        .nav-tabs li .nav-link .count-badge {
          right: 10px; } }

@media screen and (max-width: 991px) {
  .nav-tabs li {
    width: 100%;
    padding: 0; }
    .nav-tabs li a.nav-link {
      position: relative;
      text-align: left;
      display: none;
      padding: 10px 15px; }
      .nav-tabs li a.nav-link.active {
        display: block; }
        .nav-tabs li a.nav-link.active:before {
          content: '\f107';
          font-family: 'Font Awesome 5 Pro';
          position: absolute;
          right: 15px;
          top: 10px;
          bottom: 0;
          margin: auto; }
        .nav-tabs li a.nav-link.active .count-badge {
          right: 38px; }
  .nav-tabs.active a.nav-link {
    display: block; } }

.blockBox {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.17);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.17);
  margin-bottom: 30px;
  background: #ffffff;
  padding: 15px; }
  @media screen and (max-width: 767px) {
    .blockBox {
      margin-bottom: 15px; } }
  .blockBox ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .blockBox ul li {
      display: block;
      position: relative; }
      .blockBox ul li:after {
        content: "\f105";
        font-family: "Font Awesome 5 Pro";
        position: absolute;
        left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        top: 0;
        bottom: 0;
        color: #373737; }
      .blockBox ul li p {
        margin: 0 0 0 15px;
        color: #373737; }

.mx-w-200 {
  max-width: 200px; }

.personInfo {
  text-align: center;
  margin-bottom: 10px; }
  .personInfo h3 {
    font-size: 22px;
    margin: 15px 0 5px; }
  .personInfo h4 {
    font-size: 18px;
    margin: 0; }

.about-page-title {
  display: inline-block;
  background-color: #96e2e2;
  min-width: 220px;
  padding: 5px 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  font-size: 22px; }

.contactList {
  float: left;
  width: 250px;
  border-right: 1px solid #e4e4e4; }
  .contactList .user-search {
    border-bottom: 1px solid #e4e4e4;
    padding: 15px; }
  .contactList .user-list {
    height: calc(100vh - 279px);
    overflow-x: hidden;
    overflow-y: auto;
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
    width: 100%; }
    .contactList .user-list .user-item a {
      width: 100%;
      position: relative;
      padding: 15px;
      border-bottom: 1px solid #e4e4e4; }
      .contactList .user-list .user-item a.active, .contactList .user-list .user-item a:hover {
        background-color: #fafafa; }
    .contactList .user-list .user-item .nav-dots {
      width: 7px;
      height: 7px;
      border-radius: 50%;
      display: inline-block;
      position: absolute;
      top: 22px;
      left: 15px; }
      .contactList .user-list .user-item .nav-dots:after {
        content: '';
        position: absolute;
        left: -3px;
        top: -3px;
        width: 13px;
        height: 13px;
        border-radius: 50%; }
      .contactList .user-list .user-item .nav-dots.blue {
        background-color: #01a1ff; }
        .contactList .user-list .user-item .nav-dots.blue:after {
          background-color: rgba(1, 161, 255, 0.4); }
      .contactList .user-list .user-item .nav-dots.green {
        background-color: #50b848; }
        .contactList .user-list .user-item .nav-dots.green:after {
          background-color: rgba(80, 184, 72, 0.4); }
      .contactList .user-list .user-item .nav-dots.yellow {
        background-color: #f2b200; }
        .contactList .user-list .user-item .nav-dots.yellow:after {
          background-color: rgba(242, 178, 0, 0.4); }

.user-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle; }
  .user-icon img {
    max-height: 100%; }

.user-message {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 64px);
  color: #444548; }
  .user-message h5 {
    margin: 0;
    color: #444548;
    font-size: 16px; }
  .user-message p {
    margin: 0;
    font-size: 13px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }

.messageBox {
  float: left;
  width: calc(100% - 250px); }
  .messageBox .messageHeader {
    border-bottom: 1px solid #e4e4e4;
    padding: 10px 15px; }
    .messageBox .messageHeader .user-icon {
      width: 50px;
      height: 50px; }
  .messageBox .messageBody {
    height: calc(100vh - 385px);
    overflow-x: hidden;
    overflow-y: auto;
    padding: 15px;
    background-color: #f2f3f5; }
    .messageBox .messageBody .message-list {
      list-style: none;
      padding: 0;
      margin: 0; }
      .messageBox .messageBody .message-list .divider {
        text-align: center;
        margin: 5px 0; }
        .messageBox .messageBody .message-list .divider span {
          display: inline-block;
          background: #c4e7fd;
          padding: 4px 10px;
          border-radius: 7px;
          font-size: 12px;
          text-transform: uppercase; }
      .messageBox .messageBody .message-list .message-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 10px; }
        .messageBox .messageBody .message-list .message-item .user-icon {
          vertical-align: top; }
        .messageBox .messageBody .message-list .message-item .user-message p {
          margin: 0 auto 5px 0;
          white-space: normal;
          max-width: 60%; }
          @media screen and (max-width: 767px) {
            .messageBox .messageBody .message-list .message-item .user-message p {
              max-width: 80%; } }
          .messageBox .messageBody .message-list .message-item .user-message p span {
            text-align: left;
            padding: 3px 55px 3px 5px;
            display: inline-block;
            background-color: #ffffff;
            color: #444548;
            position: relative; }
          .messageBox .messageBody .message-list .message-item .user-message p small {
            display: inline-block;
            position: absolute;
            right: 5px;
            bottom: 0;
            color: #ED2B73; }
        .messageBox .messageBody .message-list .message-item.me {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start; }
          .messageBox .messageBody .message-list .message-item.me .user-icon {
            margin-left: 10px;
            margin-right: 0; }
          .messageBox .messageBody .message-list .message-item.me .user-message {
            text-align: right; }
            .messageBox .messageBody .message-list .message-item.me .user-message p {
              margin: 0 0 5px auto; }
  .messageBox .messageSent {
    border-top: 1px solid #e4e4e4;
    padding: 15px; }

.user-back-icon {
  display: none; }

@media screen and (max-width: 767px) {
  .contactList {
    width: 100%; }
  .messageBox {
    display: none;
    width: 100%; }
    .messageBox .messageHeader, .messageBox .messageBody, .messageBox .messageSent {
      padding: 10px; }
    .messageBox .messageHeader .user-back-icon {
      display: inline-block;
      width: 30px; }
    .messageBox .messageHeader .user-message {
      width: calc(100% - 97px); }
    .messageBox .messageBody {
      height: calc(100vh - 392px); } }

.sidebar-collepse .content {
  margin-left: 0; }

.sidebar-collepse .sidebar {
  -webkit-transform: translate3d(-300px, 0, 0);
  transform: translate3d(-300px, 0, 0); }

.cardHeader {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  background-image: url("../images/shape.png");
  background-size: cover;
  background-position: bottom;
  padding: 20px 0 30px;
  background-repeat: no-repeat; }
  .cardHeader span {
    color: #ffffff; }
  .cardHeader .card-title {
    font-size: 25px;
    color: #ffffff;
    margin: 0 0 5px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .cardHeader .card-title {
        font-size: 20px; } }
    .cardHeader .card-title:after {
      content: "";
      position: absolute;
      width: 80px;
      height: 2px;
      background: #ffffff;
      right: 0;
      left: 0;
      bottom: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: auto; }

.cardList ul {
  margin: 110px 0 50px;
  padding: 0;
  list-style: none; }
  .cardList ul li {
    display: block;
    padding: 5px 0 0; }
    .cardList ul li:before {
      content: "\f00c";
      font-family: "Font Awesome 5 Pro";
      display: inline-block;
      margin-right: 5px;
      color: #ED2B73;
      font-size: 14px; }
    .cardList ul li p {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      width: calc(100% - 25px);
      vertical-align: text-top;
      margin: 0; }
    .cardList ul li.disable p {
      opacity: 0.7; }
    .cardList ul li.disable:before {
      color: transparent; }

.cardBox {
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .cardBox {
      margin-bottom: 30px !important; } }
  .cardBox .card-btn {
    text-align: center; }
    .cardBox .card-btn .btn-red {
      margin: 0;
      font-size: 18px; }
  .cardBox .cardFooter {
    text-align: center;
    font-size: 28px;
    color: #212529;
    margin-bottom: 10px; }

.payment-collapse .accordion-header {
  padding: 20px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.17);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.17);
  margin: 15px 0; }
  .payment-collapse .accordion-header h5 {
    margin: 0;
    position: relative; }
    .payment-collapse .accordion-header h5 a {
      color: #ED2B73;
      font-size: 18px;
      font-weight: 600; }
      @media screen and (max-width: 767px) {
        .payment-collapse .accordion-header h5 a {
          font-size: 16px; } }

.payment-collapse .accordion-body {
  padding: 25px 0 0; }
  .payment-collapse .accordion-body .pay-img {
    margin: 0;
    padding: 0;
    list-style: none; }
    .payment-collapse .accordion-body .pay-img li {
      display: inline-block;
      padding: 0px 20px 10px 0; }
      .payment-collapse .accordion-body .pay-img li img {
        width: 90px; }
  .payment-collapse .accordion-body dt {
    margin: 0px 0px 0 15px;
    border-bottom: 1px solid #ED2B73;
    padding: 15px 20px 0 0;
    width: 100px; }
  .payment-collapse .accordion-body dd {
    border-bottom: 1px solid #ED2B73;
    padding: 15px 0 10px;
    margin: 0;
    width: calc(100% - 120px); }

[aria-expanded="false"] i:before {
  content: "\f105";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  vertical-align: middle;
  font-family: "Font Awesome 5 Pro"; }

[aria-expanded="true"] i:before {
  content: "\f107";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  vertical-align: middle;
  font-family: "Font Awesome 5 Pro"; }

.complaint-list {
  list-style: none;
  padding: 0;
  margin: 0; }
  .complaint-list .complaint-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 10px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top; }
    .complaint-list .complaint-icon img {
      max-height: 100%; }
  .complaint-list .complaint-description {
    display: inline-block;
    width: calc(100% - 74px); }
    .complaint-list .complaint-description .first-block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media screen and (max-width: 767px) {
        .complaint-list .complaint-description .first-block {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; } }
    .complaint-list .complaint-description h5 {
      margin: 0;
      font-size: 15px;
      color: #777777; }
      .complaint-list .complaint-description h5 a {
        display: inline-block;
        width: auto;
        color: #01a1ff;
        margin: 0 5px 0 0; }
    .complaint-list .complaint-description .date {
      margin: 0;
      font-size: 11px;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
  .complaint-list .complaint-replay {
    list-style: none;
    margin: 0;
    padding-left: 70px;
    overflow-y: auto;
    max-height: 0px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .complaint-list .complaint-replay .replay-item {
      border-top: 1px solid #f2f2f2;
      padding: 10px 0 0; }
  .complaint-list .complaint-item {
    padding: 15px 10px;
    border-bottom: 1px solid #f2f2f2; }
    .complaint-list .complaint-item:last-child {
      border-bottom: none; }
    .complaint-list .complaint-item.active {
      background: #fafafa; }
      .complaint-list .complaint-item.active .complaint-replay {
        max-height: 300px; }
    @media screen and (max-width: 767px) {
      .complaint-list .complaint-item {
        padding: 10px 0; } 

      }


.membershipTable table {
  margin-top: -100px;
  margin-bottom: 50px;
  z-index: 1;
  position: relative;
  background: white;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.17);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.17); }
  .membershipTable table th, .membershipTable table tr td {
    border: 1px solid #dee2e6; }
  .membershipTable table th {
    vertical-align: middle; }
  .membershipTable table th { font-family: "Fonarto"; font-weight: 500;  }
  @media screen and (max-width: 991px) {
    .membershipTable table { margin-top: -50px; /* margin-top: 0px;*/ } 
  }
  @media screen and (max-width: 768px) {
    .membershipTable table { margin-top: 50px;  } 
    .membershipTable  td a{     
      white-space: pre;
      padding: 5px 8px;
      font-size: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0;
      border-radius: 5px !important;
    }
    .membershipTable  h3{ font-size: 15px; }
    .membershipTable .tableText p{ font-size: 18px; }
    .membershipTable .card-title{font-size: 16px;}
    .membershipTable .descriptionTable tr td{ padding: 7px !important; }
  }
  @media screen and (max-width: 320px) {
    .membershipTable table { margin-top: 30px;  } 
  }


.membershipTable .tableText p {
  font-size: 23px;
  color: #ED2B73;
  margin-bottom: 5px; }

.membershipTable .tableText span {
  color: #474747;
  font-size: 16px;
  font-weight: 300; }

@media screen and (max-width: 767px) {
  .membershipTable .tableText p {  font-size: 18px; } 
 .descriptionTable span{ font-size: 14px; }
 /*.membershipTable .table-responsive{ display: inline-table; }*/
 .membershipTable .descriptionTable tr td{ padding: 6px !important; }
 .membershipTable table th { padding: 7px !important; }
 .membershipTable .descriptionTable span{ font-size: 14px; }
 .membershipTable th{ font-size: 16px; }
 .membershipTable thead tr .tableText:first-child { width: 100%; } 
 .membershipTable td a {     
    white-space: inherit !important;
    display: block !important; 
  }
  .membershipTable .btn, .btn:hover, .btn:focus, .btn:active, .btn:active:focus {
    padding: 5px 8px;
    font-size: 12px;
  }
}

@media screen and (max-width: 500px) {
  .membershipTable .tableText p{ font-size:14px; /*padding: 7px;*/ }
  .membershipTable .card-title{ font-size:14px !important; }
  .membershipTable  tr td span {font-size:12px !important;}
  .membershipTable  h3{ font-size: 11px; white-space: pre; }
  .membershipTable  td a{ /*padding: 5px;*/ font-size: 11px; border-radius: 4px !important; }
  /*.membershipTable .descriptionTable tr td { padding: 4px 20px !important; }*/

}
@media screen and (max-width: 480px) {
  .membershipTable td a { white-space: inherit !important; display: block !important; }
  .membershipTable i{display: none !important;}
  .membershipTable thead tr .tableText:first-child { width: 40% !important; }
}
@media screen and (max-width: 425px) {
  .membershipTable .descriptionTable tr td { padding: 4px 4px !important; }
  .membershipTable .descriptionTable i{ padding: 5px 0 0 0; }

}
@media screen and (max-width: 346px) {
  .membershipTable .tableText p{ padding: 0; }
  .membershipTable .descriptionTable tr td { padding: 4px 4px !important; }
}

.membershipTable thead tr .tableText:first-child { width: 47%; }


.membershipTable .card-title {
  font-size: 20px;
  margin: 0;
  color: #ED2B73; }
  @media screen and (max-width: 767px) {
    .membershipTable .card-title {
      font-size: 18px; } }

.membershipTable .descriptionTable tr td {
  vertical-align: middle; }

.membershipTable .descriptionTable span.check {
  position: relative; }

.membershipTable .descriptionTable .check:after {
  content: "\f058";
  font-family: "Font Awesome 5 Pro";
  font-size: 20px;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: block;
  color: #444548;
  vertical-align: middle;
  line-height: 20px; }

.membershipTable .descriptionTable span.uncheck {
  position: relative; }

.membershipTable .descriptionTable .uncheck:after {
  content: "\f057";
  font-family: "Font Awesome 5 Pro";
  font-size: 20px;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: block;
  color: #c3c3c3;
  vertical-align: middle;
  line-height: 20px; }

.customModel {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: auto;
  background: rgba(225, 225, 225, 0.9);
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  .customModel.open {
    opacity: 1;
    pointer-events: auto; }
  .customModel .model-area {
    width: 540px;
    position: absolute;
    margin-bottom: 15px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto; }
    .customModel .model-area .model-content {
      background: #ffffff;
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      .customModel .model-area .model-content .model-title {
        padding: 12px 30px;
        margin: 0 0 15px;
        color: #ED2B73;
        border-bottom: 1px solid #efefef; }
        .customModel .model-area .model-content .model-title h3 {
          margin: 0;
          font-size: 20px; }
      .customModel .model-area .model-content .model-remove {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 30px;
        height: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #777777;
        cursor: pointer;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease; }
        .customModel .model-area .model-content .model-remove:after, .customModel .model-area .model-content .model-remove:before {
          content: '';
          width: 15px;
          height: 1px;
          background: #444548;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          position: absolute;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          -webkit-transition: all 0.4s ease;
          -o-transition: all 0.4s ease;
          transition: all 0.4s ease; }
        .customModel .model-area .model-content .model-remove:before {
          -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }
        .customModel .model-area .model-content .model-remove:hover {
          -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
          .customModel .model-area .model-content .model-remove:hover:after {
            background: #ED2B73; }
      .customModel .model-area .model-content .model-body {
        padding: 0 30px;
        max-height: calc(90vh - 55px);
        overflow-y: auto; }
    @media screen and (max-width: 539px) {
      .customModel .model-area {
        width: 92%; } }
    .customModel .model-area.model-lg {
      width: 850px; }
      @media screen and (max-width: 900px) {
        .customModel .model-area.model-lg {
          width: 92%; } }
      @media screen and (min-width: 1440px) {
        .customModel .model-area.model-lg {
          width: 75%; } }

.notification-list {
  list-style: none;
  padding: 0;
  margin: 0; }
  .notification-list .notification-item {
    padding: 15px 10px;
    border-bottom: 1px solid #f2f2f2; }
    .notification-list .notification-item:last-child {
      border-bottom: none; }
    .notification-list .notification-item .notification-icon {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      margin-right: 10px;
      overflow: hidden;
      display: inline-block;
      vertical-align: middle; }
      .notification-list .notification-item .notification-icon img {
        max-height: 100%; }
    .notification-list .notification-item .notification-description {
      display: inline-block;
      vertical-align: middle;
      width: calc(100% - 76px); }
      .notification-list .notification-item .notification-description h5 {
        margin: 0;
        font-size: 15px;
        color: #777777; }
        .notification-list .notification-item .notification-description h5 a {
          display: inline-block;
          width: auto;
          color: #01a1ff;
          margin: 0 5px 0 0; }
      .notification-list .notification-item .notification-description p {
        margin: 0;
        font-size: 14px;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden; }
    @media screen and (max-width: 767px) {
      .notification-list .notification-item {
        padding: 10px 0; } }

.comment-list {
  list-style: none;
  padding: 0;
  margin: 0 0 15px;
  max-height: calc(80vh - 80px);
  overflow-y: auto; }
  .comment-list .comment-item {
    padding: 15px 0;
    border-bottom: 1px solid #f2f2f2; }
    .comment-list .comment-item:last-child {
      border-bottom: none; }
    .comment-list .comment-item .comment-icon {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      margin-right: 10px;
      overflow: hidden;
      display: inline-block;
      vertical-align: top; }
      .comment-list .comment-item .comment-icon img {
        max-height: 100%; }
    .comment-list .comment-item .comment-description {
      display: inline-block;
      vertical-align: top;
      width: calc(100% - 54px); }
      .comment-list .comment-item .comment-description h5 {
        margin: 0;
        font-size: 15px;
        color: #777777; }
        .comment-list .comment-item .comment-description h5 a {
          display: inline-block;
          width: auto;
          color: #01a1ff;
          margin: 0 5px 0 0; }
      .comment-list .comment-item .comment-description .time {
        margin: 0;
        font-size: 14px;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden; }
      .comment-list .comment-item .comment-description .description {
        margin: 0;
        font-size: 14px; }
    @media screen and (max-width: 767px) {
      .comment-list .comment-item {
        padding: 10px 0; } }

.pageTitle {
  font-size: 20px;
  color: #444548;
  margin-bottom: 20px; }

.box {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.17);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.17);
  margin-bottom: 30px;
  background: #ffffff; }
  @media screen and (max-width: 767px) {
    .box {
      margin-bottom: 15px; } }
  .box.top-border {
    border-top: 4px solid #ED2B73; }
  .box .box-header {
    padding: 15px;
    border-bottom: 1px solid #e4e4e4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .box .box-header h3 {
      color: #ED2B73;
      font-size: 18px;
      margin: 0; }
      @media screen and (min-width: 1440px) {
        .box .box-header h3 {
          font-size: 20px; } }
  .box .box-body {
    padding: 15px; }
  .box .boxtitle h3 {
    color: #ED2B73; }

.upgradeInfo {
  list-style: none;
  padding: 0;
  margin: 0 0 15px; }
  .upgradeInfo li {
    border-bottom: 1px solid #e4e4e4;
    padding: 5px 0; }
    .upgradeInfo li:last-child {
      border-bottom: none; }
    .upgradeInfo li .icon {
      width: 30px;
      text-align: center;
      display: inline-block;
      vertical-align: middle;
      margin-right: 10px;
      font-size: 22px; }
    .upgradeInfo li p {
      display: inline-block;
      vertical-align: middle;
      margin: 0;
      width: calc(100% - 45px); }

.partner-block {
  padding: 10px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.17);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.17);
  background: #ffffff;
  margin: 0 0 15px;
  border-radius: 5px; }
  .partner-block .partner-image {
    display: inline-block;
    width: 150px;
    vertical-align: top;
    margin-right: 15px; }
    .partner-block .partner-image img {
      width: 100%;
      max-height: 160px;
      border-radius: 5px;
      border: 1px solid #b7b7b7; }
  .partner-block .partner-info {
    display: inline-block;
    width: calc(100% - 172px);
    position: relative; }
    .partner-block .partner-info .block-menu {
      position: absolute;
      top: 0px;
      right: 0px;
      width: 15px;
      height: 30px;
      text-align: center;
      z-index: 1;
      cursor: pointer; }
      .partner-block .partner-info .block-menu .block-submenu {
        position: absolute;
        right: 0;
        top: calc(100% - 0px);
        min-width: 200px;
        opacity: 0;
        pointer-events: none;
        background-color: #ffffff;
        -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.17);
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.17);
        list-style: none;
        padding: 0;
        text-align: left; }
        .partner-block .partner-info .block-menu .block-submenu .block-submenu-item {
          padding: 8px 15px;
          -webkit-transition: all 0.4s ease;
          -o-transition: all 0.4s ease;
          transition: all 0.4s ease;
          border-bottom: 1px solid #f2f2f2; }
          .partner-block .partner-info .block-menu .block-submenu .block-submenu-item:last-child {
            border-bottom: none; }
          .partner-block .partner-info .block-menu .block-submenu .block-submenu-item a {
            width: 100%;
            color: #777777; }
          .partner-block .partner-info .block-menu .block-submenu .block-submenu-item:hover, .partner-block .partner-info .block-menu .block-submenu .block-submenu-item.active {
            background-color: #f7f7f7; }
      .partner-block .partner-info .block-menu:hover .block-submenu {
        opacity: 1;
        pointer-events: auto;
        -webkit-backface-visibility: visible !important;
        backface-visibility: visible !important;
        -webkit-animation-name: flipInX;
        animation-name: flipInX; }
      .partner-block .partner-info .block-menu .dots {
        display: inline-block;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background: #acacac;
        position: relative; }
        .partner-block .partner-info .block-menu .dots:before {
          content: '';
          width: 4px;
          height: 4px;
          border-radius: 50%;
          background: #acacac;
          position: absolute;
          top: -7px;
          left: 0; }
        .partner-block .partner-info .block-menu .dots:after {
          content: '';
          width: 4px;
          height: 4px;
          border-radius: 50%;
          background: #acacac;
          position: absolute;
          top: 7px;
          left: 0; }
        @media screen and (min-width: 1440px) {
          .partner-block .partner-info .block-menu .dots {
            width: 6px;
            height: 6px; }
            .partner-block .partner-info .block-menu .dots:after, .partner-block .partner-info .block-menu .dots:before {
              width: 6px;
              height: 6px;
              top: -10px; }
            .partner-block .partner-info .block-menu .dots:after {
              top: 10px; } }
    .partner-block .partner-info h3 {
      color: #ED2B73;
      font-size: 18px; }
      @media screen and (min-width: 1440px) {
        .partner-block .partner-info h3 {
          font-size: 20px; } }
    .partner-block .partner-info .block-info-list {
      list-style: none;
      -webkit-column-count: 2;
      column-count: 2;
      padding: 0; }
      .partner-block .partner-info .block-info-list li span {
        display: inline-block;
        width: 100px;
        vertical-align: top; }
        .partner-block .partner-info .block-info-list li span + span {
          width: calc(100% - 105px); }
    .partner-block .partner-info .partner-footer {
      padding: 10px 0 0;
      border-top: 1px solid #f2f2f2;
      text-align: right; }
      .partner-block .partner-info .partner-footer .favourite {
        margin-left: 15px;
        color: #acacac; }
        .partner-block .partner-info .partner-footer .favourite.active, .partner-block .partner-info .partner-footer .favourite:hover {
          color: #ED2B73; }
  @media screen and (max-width: 767px) {
    .partner-block {
      position: relative; }
      .partner-block .partner-image {
        margin-bottom: 15px; }
      .partner-block .partner-info {
        width: 100%;
        position: static; }
        .partner-block .partner-info .block-menu {
          top: 10px;
          right: 5px; }
        .partner-block .partner-info .block-info-list {
          -webkit-column-count: 1;
          column-count: 1; } }

.albumGallery {
  list-style: none;
  padding: 0;
  margin: 0; }
  .albumGallery li {
    display: inline-block;
    margin: 10px;
    border: 1px solid #f2f2f2;
    vertical-align: top;
    min-width: 150px;
    text-align: center; }
    .albumGallery li img {
      max-height: 150px;
      -webkit-transition: -webkit-transform 0.15s ease 0s;
      transition: -webkit-transform 0.15s ease 0s;
      -o-transition: transform 0.15s ease 0s;
      transition: transform 0.15s ease 0s;
      transition: transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s; }
    .albumGallery li .gallery-poster {
      background-color: rgba(0, 0, 0, 0.1);
      bottom: 0;
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
      -webkit-transition: background-color 0.15s ease 0s;
      -o-transition: background-color 0.15s ease 0s;
      transition: background-color 0.15s ease 0s; }
      .albumGallery li .gallery-poster i {
        left: 50%;
        margin-left: -10px;
        margin-top: -10px;
        opacity: 0;
        font-size: 22px;
        color: #ffffff;
        position: absolute;
        top: 50%;
        -webkit-transition: opacity 0.3s ease 0s;
        -o-transition: opacity 0.3s ease 0s;
        transition: opacity 0.3s ease 0s; }
    .albumGallery li .albumImage {
      overflow: hidden;
      display: inline-block;
      position: relative;
      margin: 5px 5px 0; }
      .albumGallery li .albumImage:hover .gallery-poster {
        background-color: rgba(0, 0, 0, 0.5); }
        .albumGallery li .albumImage:hover .gallery-poster i {
          opacity: 1; }
      .albumGallery li .albumImage:hover img {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1); }
    .albumGallery li .albumImageFooter {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 5px;
      font-size: 14px;
      border-top: 1px solid #f2f2f2; }
      .albumGallery li .albumImageFooter a {
        color: #777777; }
        .albumGallery li .albumImageFooter a:hover, .albumGallery li .albumImageFooter a.active {
          color: #ED2B73; }
        .albumGallery li .albumImageFooter a span {
          margin-left: 5px; }
  .albumGallery.view .gallery-poster {
    background-color: rgba(0, 0, 0, 0.5); }
    .albumGallery.view .gallery-poster i {
      opacity: 1; }

.albumPopImage {
  position: relative;
  text-align: center;
  padding: 0 20px; }
  .albumPopImage .albumControl .albumPrev, .albumPopImage .albumControl .albumNext {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    font-size: 30px;
    color: #777777;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .albumPopImage .albumControl .albumNext {
    left: auto;
    right: 0; }

.albumCommentbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px;
  border: 1px solid #f2f2f2; }
  .albumCommentbox a {
    color: #777777; }
    .albumCommentbox a:hover, .albumCommentbox a.active {
      color: #ED2B73; }

.information-list {
  list-style: none;
  padding: 0;
  margin: 0; }
  .information-list li {
    padding: 5px 0; }
    .information-list li span {
      color: #444548;
      display: inline-block;
      vertical-align: top;
      width: calc(50% - 4px);
      padding-right: 10px;
      word-wrap: break-word; }
      .information-list li span + span {
        color: #777777;
        padding-right: 0; }

.rendomBlockSet {
  padding: 0;
  margin: 0;
  list-style: none; }
  .rendomBlockSet.column-2 {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    column-gap: 30px; }
    @media screen and (max-width: 767px) {
      .rendomBlockSet.column-2 {
        -webkit-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 15px;
        column-gap: 15px; } }
  .rendomBlockSet.column-3 {
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 30px;
    column-gap: 30px; }
  .rendomBlockSet .rendomBlockItem {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid; }

.unpaid_image {
  position: relative; }
  .unpaid_image .goto_paid {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

.slick-prev {
  left: 15px;
  z-index: 10; }

.slick-next {
  right: 15px;
  z-index: 10; }

.cameraImg {
  position: relative; }
  .cameraImg .defaulImg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 0;
    bottom: 100px;
    right: 0;
    left: 0;
    margin: auto;
    height: 100%;
    opacity: 0.3;
    cursor: pointer; }
    .cameraImg .defaulImg i {
      font-size: 40px; }

.blinkDot p {
  position: relative;
  display: inline; }
  .blinkDot p:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #50b848;
    border-radius: 50%;
    left: -14px;
    top: 6px;
    -webkit-animation: blink 1s linear infinite;
    animation: blink 1s linear infinite; }
  .blinkDot p:after {
    content: "";
    position: absolute;
    left: -17px;
    top: 3px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: rgba(80, 184, 72, 0.3); }

@-webkit-keyframes blink {
  0% {
    opacity: 0.2; }
  50% {
    opacity: .5; }
  100% {
    opacity: 1; } }

@keyframes blink {
  0% {
    opacity: 0.2; }
  50% {
    opacity: .5; }
  100% {
    opacity: 1; } }

.pagination li {
  padding: 0 10px 0 0; }
  .pagination li:first-child .page-link {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%; }
  .pagination li:last-child .page-link {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%; }
  .pagination li .page-link {
    border: none;
    border-radius: 50%;
    background-color: #c7c7c7;
    color: #ffffff;
    height: 30px;
    width: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .pagination li .page-link.active, .pagination li .page-link:hover {
      background-color: #ffffff;
      color: #ED2B73;
      -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.17);
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.17); }

.sidebar {
  position: fixed;
  width: 230px;
  top: 0;
  left: 0;
  padding-top: 80px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 9; }
  @media screen and (max-width: 767px) {
    .sidebar {
      padding-top: 90px; } }
  .sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .sidebar ul li {
      padding: 10px 15px;
      border-right: 5px solid transparent; }
      .sidebar ul li a {
        color: #777777;
        width: 100%; }
        .sidebar ul li a:hover {
          color: #ED2B73; }
      .sidebar ul li.active {
        border-right: 5px solid #ED2B73;
        background-color: rgba(191, 30, 46, 0.1); }
        .sidebar ul li.active a {
          color: #ED2B73; }
      .sidebar ul li .menu-icon {
        width: 30px;
        display: inline-block; }
        .sidebar ul li .menu-icon i {
          vertical-align: -2px; }
      .sidebar ul li span {
        display: inline-block;
        vertical-align: middle;
        width: calc(100% - 65px); }
      .sidebar ul li .count-badge {
        width: 25px;
        border-radius: 50%;
        font-size: 10px;
        text-align: center;
        padding: 2px 0;
        height: 25px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        color: #ffffff; }
        .sidebar ul li .count-badge.blue {
          background-color: #01a1ff; }
        .sidebar ul li .count-badge.yellow {
          background-color: #f2b200; }
        .sidebar ul li .count-badge.green {
          background-color: #50b848; }
  .sidebar .top-sidebar {
    overflow-y: auto; }
  .sidebar .bottom-sidebar .form-control {
    font-size: 14px; }

.need-help-popupbox {
  position: absolute;
  bottom: 0;
  width: 350px;
  background-color: #ffffff;
  left: -350px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.41);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.41);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  .need-help-popupbox.open {
    left: 0; }
  .need-help-popupbox .need-help-popupbox-header {
    background-color: #ED2B73;
    padding: 20px 15px;
    position: relative; }
    .need-help-popupbox .need-help-popupbox-header h4 {
      color: #ffffff;
      font-size: 20px;
      margin: 0; }
    .need-help-popupbox .need-help-popupbox-header button.close {
      position: absolute;
      top: 20px;
      right: 15px;
      color: #ffffff;
      opacity: 1; }
  .need-help-popupbox .need-help-popupbox-body {
    padding: 10px 15px; }
    .need-help-popupbox .need-help-popupbox-body ul li {
      padding: 0;
      margin: 0 0 10px;
      font-size: 16px;
      display: inline-block; }
      .need-help-popupbox .need-help-popupbox-body ul li i {
        width: 30px;
        margin-right: 10px;
        font-size: 18px;
        float: left;
        margin-top: 5px; }
      .need-help-popupbox .need-help-popupbox-body ul li p {
        width: calc(100% - 40px);
        float: right;
        margin-bottom: 0; }
  .need-help-popupbox .need-help-popupbox-fotter {
    background-color: #f8f8f8;
    padding: 10px 15px; }
    .need-help-popupbox .need-help-popupbox-fotter ul {
      text-align: center; }
      .need-help-popupbox .need-help-popupbox-fotter ul li {
        padding: 0 5px;
        margin: 0; }
        .need-help-popupbox .need-help-popupbox-fotter ul li a {
          font-size: 12px;
          margin: 0; }
  @media only screen and (max-width: 500px) {
    .need-help-popupbox {
      width: 300px;
      left: -300px; }
      .need-help-popupbox .need-help-popupbox-header {
        padding: 15px; }
        .need-help-popupbox .need-help-popupbox-header h4 {
          font-size: 16px; }
        .need-help-popupbox .need-help-popupbox-header button.close {
          top: 15px; }
      .need-help-popupbox .need-help-popupbox-body ul li {
        font-size: 14px;
        margin: 0 0 8px; }
        .need-help-popupbox .need-help-popupbox-body ul li i {
          font-size: 16px; } }

.success-box, .reverce-success_box {
  border-radius: 20px;
  margin: 50px;
  -webkit-box-shadow: 1px 1px 10px rgba(58, 57, 57, 0.4);
  box-shadow: 1px 1px 10px rgba(58, 57, 57, 0.4);
  border-color: #ED2B73;
  border-width: 0 8px 0 8px;
  border-style: solid;
  overflow: hidden; }
  .success-box ul, .reverce-success_box ul {
    padding: 0;
    list-style: none;
    background: #ffffff;
    margin: 0;
    border-radius: 10px;
    float: left;
    width: 100%; }
    .success-box ul li, .reverce-success_box ul li {
      float: left;
      width: 50%;
      vertical-align: top;
      padding: 25px 20px 25px 25px; }
      .success-box ul li p, .reverce-success_box ul li p {
        margin: 0; }
      .success-box ul li .left-img, .success-box ul li .right-img, .reverce-success_box ul li .left-img, .reverce-success_box ul li .right-img {
        background-size: cover;
        height: 290px;
        background-repeat: no-repeat; background-position: center top; }
  @media screen and (max-width: 1200px) {
    .success-box ul li, .reverce-success_box ul li {  
      width: 50%;
      padding: 18px; }
      .success-box ul li p, .reverce-success_box ul li p {
        font-size: 16px; } }
  @media screen and (max-width: 991px) {
    .success-box, .reverce-success_box {
      margin: 20px auto;
      width: 75%; }
      .success-box ul li, .reverce-success_box ul li {
        padding: 20px;
        width: 100%;
        min-height: auto; } }

    @media screen and (max-width: 480px) {
      .success-box, .reverce-success_box {     
        width: 90%; 
      }
      .success-box ul li .left-img, .success-box ul li .right-img, .reverce-success_box ul li .left-img, .reverce-success_box ul li .right-img {

      }
    }

.success-box ul li:last-child {
  padding: 0; }

.reverce-success_box ul li:first-child {
  padding: 0; }

.quoteIcon .leftIcon {
  width: 25px;
  display: inline-block;
  color: #ED2B73;
  font-size: 20px; }

.quoteIcon p {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: calc(100% - 30px); }

.quoteIcon .rightIcon {
  font-size: 20px;
  color: #ED2B73;
  display: block;
  text-align: right; }

.four-or-four-section {
  margin-top: 80px;
  text-align: center;
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .four-or-four-section .font-box {
    font-size: 120px;
    color: #ED2B73;
    letter-spacing: 30px; }
  .four-or-four-section .font-link {
    font-size: 18px; }
    .four-or-four-section .font-link a {
      color: #ED2B73; }
  @media only screen and (max-width: 767px) {
    .four-or-four-section {
      margin-top: 50px; }
      .four-or-four-section .font-box {
        font-size: 70px; } }
.suggested_get_biodata{
  float: right;
}


.customRadio.check-red input[type="radio"]:checked ~ .check1:after{ left: 1px !important; }


/*Static Page Mobile/IOS App code*/
.termConditionWrapper, .privacyConditionWrapper{ padding-top: 74px; font-family: "Poppins"; }
.termConditionWrapper p, .privacyConditionWrapper p{  font-size: 12pt; font-weight: 400; color: #310617; font-family: "Poppins"; }
.termConditionWrapper h4, .privacyConditionWrapper h4{ display: none;  }
.termConditionWrapper .box, .privacyConditionWrapper .box{ box-shadow: none; }
.termConditionWrapper .box-body, .privacyConditionWrapper .box-body{ padding: 0; }  
.termConditionWrapper .listItem ol{ padding: 0 15px 0 15px; }
.termConditionWrapper .listItem ol li > font{ font-weight: bold; }
.termConditionWrapper .listItem ol li::marker { font-weight: bold; }
.termConditionWrapper .listItem ol li > ol li::marker{ font-weight: normal; }
.termConditionWrapper .listItem ol li p{ font-weight: normal; }

.privacyConditionWrapper .MsoNoSpacing, .privacyConditionWrapper .MsoListParagraph{ margin-left: 0 !important; text-indent: 0 !important; }

.resp_successStorySection { 
    padding-top: 74px; 
}
.resp_successStorySection .success-box{ 
    -webkit-box-shadow: 0pt 3pt 9pt #e4156726;
    box-shadow: 0pt 3pt 9pt #e4156726;
    border-color: transparent;
    border-width: 0;
}
.resp_successStorySection .success-box ul li{ 
    width: 100%;
}
.resp_successStorySection .title-heading {
    font-size: 18pt;    
    font-family: "Roboto";
    margin: 0;
    line-height: 24px;
    padding: 18px;
}
.resp_successStorySection .quoteIcon{
    padding: 24px 18px;
}
.resp_successStorySection .quoteIcon p{
    font-size: 12pt;
    color: #310617;
    font-weight: 400;
    display: unset;
}
.resp_successStorySection .success-box ul li .right-img{
    height: 282px;
}
.resp_successStorySection .quoteIcon .leftIcon, .resp_successStorySection .quoteIcon .rightIcon{    
    font-size: 15px;
    display: inline-block;
    width: 25px; 
}

.blogRespSection .content-title{ padding:0 0 15px 0;  }
.blogRespSection .card-style{ box-shadow: 0pt 3pt 9pt #e4156726; border-radius: 30px; margin-bottom: 27px; }
.blogRespSection .card-style .card-text { font-size: 15px; color: #310617; font-weight: normal; }
.blogRespSection .card-style .card-footer { padding: 0 18px 18px 18px; }
.blogRespSection .card-footer a.date-formate{ color: #310617 !important; display: flex; align-items: center; }
.blogRespSection .card-footer .date-formate i{ font-size: 18px; }
.blogRespSection .card-footer a{ font-size: 8pt; font-weight:normal; }
.blogRespSection .card-header img{ border-top-right-radius: 30px; border-top-left-radius: 30px; }

.respBlogDetailSection .SelectionWrapper-omvols-0{  display: none; }
.respBlogDetailSection .main-title-section h3{ font-size: 18pt; }
.respBlogDetailSection p{ font-size: 12pt; color: #310617; font-weight: normal; }
.respBlogDetailSection p i{ font-size: 18px; }
.respBlogDetailSection p:first-child{ font-size: 12pt; }
.respBlogDetailSection .blog-right-sidebar.bg-light-gray {
    background-color: #F4EBEF;
    -webkit-box-shadow: 0pt 3pt 9pt #e4156726;
    box-shadow: 0pt 3pt 9pt #e4156726;
    border-radius: 20px;
}
.respBlogDetailSection .blog-right-sidebar .sidebar-list li {    
    border-bottom: 4px solid #fff;
}
.respBlogDetailSection .blog-right-sidebar .sidebar-list li a{  
    color: #310617 !important;
    font-size: 12pt;
    font-weight: normal;
}
.respBlogDetailSection .blog-right-sidebar .sidebar-list {
	padding-bottom: 20px !important;
}
.respBlogDetailSection .blog-right-sidebar .bg-cardinal{
	background-color: #fff;
	color: #310617 !important;
	border-radius: 20px 20px 0 0;
    font-size: 12pt;
}

.aboutSection {
   padding-top: 70px; 
}
.aboutSection h2{ font-size: 18pt; margin-bottom: 15px; }
.aboutSection img{ width: 100% !important; }
.aboutSection p{ color: #310617; font-weight: normal; }
