/*
Declaring vars
 */
/* only below 1024 desktop resolution */
/*==========================================================================================================*/
/* only ipad 1024 and bigger screen landscape screen */
@media only screen and (min-width: 1800px) {
  .join-formblock {
    -ms-background-size: cover;
    background-size: cover;
  }
}
/* only ipad 1024 landscape screen */
@media only screen and (min-width: 1001px) and (max-width: 4000px) {
  .mysearchblock {
    display: block !important;
  }
}
@media only screen and (max-width: 900px), only screen and (min-width: 768px) and (max-width: 1000px) {
  body {
    min-width: 320px;
  }
  img {
    max-width: 100%;
    width: auto;
    /*height: auto;*/
  }
  .loginform li:last-child {
    width: auto;
  }
  .loginform {
    padding: 17px 0 3px 0;
  }
  .forgot-row {
    font-size: 12px;
  }
  #header {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.22);
  }
  .usp-listing {
    padding-bottom: 0;
  }
  .usp-listing .item:first-child:after {
    display: block;
    left: -1px;
  }
  .welcome-info {
    padding: 0 20px;
  }
  .login-trigger {
    display: block;
    line-height: 34px;
    text-align: center;
    padding: 0 34px 4px;
    color: #fff;
    background: #de479e;
    border-radius: 4px;
    font-weight: 700;
    font-size: 18px;
    margin-top: 21px;
  }
  .login-trigger:hover {
    color: #fff;
    background: #f06db9;
  }
  #mainmenu {
    float: right;
  }
  .loginbox {
    float: right;
  }
  .lines-button {
    display: block;
    width: 38px;
    height: 38px;
  }
  .lines {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .lines-button {
    position: relative;
  }
  .media-bar {
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.02);
  }
  .media-bar,
  .media-bar .wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .join-stepform select.custom-select,
  .mysearchbox select.custom-select,
  .formlisting select.custom-select {
    background: url(../images/bgi/arrow.png) 98% 11px no-repeat;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    width: auto;
    padding: 2px 14px 2px 2px;
    margin-right: 4px;
    -webkit-appearance: none;
  }
  .select-example select.custom-select {
    width: 100%;
    background-position: 98% 8px;
  }
  #primary,
  #sidebar {
    width: auto;
    float: none;
    padding: 10px;
  }
  .addbanner,
  .mysearchblock {
    display: none;
  }
  .addb,
  .mysearchblock {
    display: none;
  }
  #header {
    position: relative;
  }
  .mysearchblock {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 66;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.22);
    background: #fff;
  }
  .mysearchbox {
    margin-bottom: 0;
  }
  .formlisting > li.emailrow {
    padding-bottom: 0;
  }
  .userlogin-box {
    margin-right: 22px;
  }
  .username-row a.prev-profile,
  .username-row a.next-profile {
    top: 8px;
  }
  .section-title,
  .pagination,
  .username-row,
  .user-access-row,
  .maillisting {
    margin-left: -10px;
    margin-right: -10px;
  }
  .profile-infobox,
  .section-body {
    padding-left: 0;
    padding-right: 0;
  }
  /*New CSS*/
  .response-form h3.box-title {
    margin: 0 -15px;
  }
  .username-row a.next-profile::after {
    margin-right: -13px;
  }
  .username-row a.prev-profile::after {
    margin-left: -13px;
  }
  #main {
    padding: 10px 0 535px;
  }
  .home #main {
    padding: 10px 0 502px;
  }
  /* 9th March 2016 Added new CSS style 
  -----------------------------------------------------------------------------*/
  .tab-data .tabnav {
    display: none;
  }
  .tab-data .tabcontent .payment-optlist {
    margin-bottom: 20px;
  }
  .tab-data .tabcontent {
    padding-bottom: 20px;
  }
  .search-trigger {
    margin-left: auto;
  }
  #userprofilemenu {
    margin-left: 22px;
  }
}
@media only screen and (min-width: 768px) {
  .userlogin-box {
    display: block !important;
  }
}
@media only screen and (max-width: 1000px) {
  .requests h3 {
    font-size: 18px;
  }
}
/*==========================================================================================================*/
@media only screen and (max-width: 767px), only screen and (max-device-width: 480px), only screen and (max-width: 767px) {
  #menu,
  .login-trigger,
  #mainmenu {
    display: flex;
    /*align-items: center;*/
  }
  #mainmenu ul,
  .loginform {
    display: none;
  }
  .loginform {
    position: absolute;
    left: 0;
    top: 100%;
    background: #000;
    z-index: 6;
    width: 100%;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.22);
    padding: 10px;
    padding-top: 5px;
  }
  .loginform li {
    float: none;
    width: auto;
    padding: 6px 0;
  }
  .forgot-row {
    text-align: left;
    padding: 5px 10px 4px;
    font-size: 14px;
  }
  .loginform li input[type=submit] {
    float: right;
    margin-top: -32px;
  }
  .loginform li:before,
  .loginform li:after {
    content: "";
    display: table;
  }
  .loginform li:after {
    clear: both;
  }
  .loginform li div.error {
    padding: 4px 10px 2px;
    font-size: 14px;
  }
  .loginform li {
    zoom: 1;
  }
  .banner-picture {
    display: block;
  }
  #header {
    position: relative;
  }
  #mainmenu ul {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 6;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.22);
  }
  .join-formblock .wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .join-stepform {
    position: relative;
    margin: 0;
    max-width: 100%;
    width: 100%;
    border-top: solid 1px #fff;
    left: 0px;
  }
  .media-bar strong {
    position: relative;
    top: -2px;
  }
  .action-menu > ul > li {
    position: static;
  }
  .action-menu .subnavbox {
    width: 100%;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.22);
  }
  .action-menu {
    margin-left: 15px;
  }
  .pp_expand {
    display: none !important;
  }
  .pricelist li {
    width: 50%;
    margin-bottom: 10px;
  }
  .overhundred.pay-pricebox small {
    right: auto;
  }
  .search-trigger {
    margin-left: auto;
  }
  .user-trigger {
    border-radius: 0;
    height: 56px;
  }
  .user-trigger figure {
    margin-right: 10px;
  }
  /*New CSS*/
  .maillisting li span.sprites,
  .maillisting li a.sprites {
    margin: 0 3px;
  }
  .form-list li input[type=button],
  .form-list li input[type=submit],
  .form-list li button {
    width: 48%;
  }
  .response-form h3.box-title {
    margin: 0 -15px;
    font-size: 18px;
    line-height: 1.25;
    padding: 10px 45px;
  }
  .response-form .note {
    margin: 4px 0;
  }
  .response-form .note br {
    display: none;
  }
  .form-list {
    margin: 0;
  }
  .select-example .fieldrow {
    float: none;
    width: auto;
  }
  #footer {
    position: static;
  }
  #main {
    padding: 10px 0;
  }
  .home #main {
    padding: 10px 0 0;
  }
  /*31May2017 update*/
  .footermenu-block {
    float: none;
    width: auto;
    padding-bottom: 0;
  }
  .footer-content-col {
    float: none;
    width: auto;
    padding-left: 0;
    margin: 30px 0 80px;
  }
  /* prettyPhoto styling for small screens */
  .pp_pic_holder.pp_default {
    width: 100% !important;
    left: 0 !important;
    overflow: hidden;
  }
  div.pp_default .pp_content_container .pp_left {
    padding-left: 0 !important;
  }
  div.pp_default .pp_content_container .pp_right {
    padding-right: 0 !important;
  }
  .pp_content {
    width: 100% !important;
    height: auto !important;
    padding-bottom: 46px;
  }
  .pp_fade {
    width: 100% !important;
    height: 100% !important;
  }
  a.pp_expand,
  a.pp_contract {
    display: none !important;
  }
  #pp_full_res img {
    width: 100% !important;
    height: auto !important;
  }
  .pp_details {
    width: 100% !important;
    padding-left: 3%;
    padding-right: 4%;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
    margin-top: -2px !important;
  }
  a.pp_close {
    right: 10px !important;
    top: 10px !important;
  }
  .formbox {
    max-width: inherit;
    width: auto;
  }
  .join-stepform {
    background: #f7f7f7;
    padding: 12px 12px 0 12px;
  }
  input.step-submitbtn {
    left: 12px;
    right: 12px;
    width: calc(100% - 24px);
    margin: 0 auto;
  }
  .userprofilemainmenu ul li {
    width: calc(33.33% - 27px);
  }
  #main .wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .usermenu {
    width: 100%;
  }
  .userlogin-box .user-trigger {
    display: none;
  }
  #userprofilemenu {
    min-width: auto;
    padding: 0;
    border-radius: 0;
    background-color: transparent;
  }
  #userprofilemenu:hover {
    background-color: transparent;
  }
  #userprofilemenu .menu-txts {
    display: none;
  }
  .request-detail-main-sec .graybox .buttons {
    background: #f7f7f7;
    padding: 20px 0 36px;
  }
  .request-detail-main-sec .graybox {
    padding: 20px 13px 0 16px;
    min-height: calc(var(--h-100vh) - 103px);
  }
  .graybox-row {
    max-height: calc(100vh - 200px);
    overflow: auto;
  }
  body:not(.loggedin) #menu {
    margin-top: 20px;
    margin-left: 10px;
  }
  body.loggedin #logo {
    display: none;
  }
  body:not(.loggedin) #logo {
    margin-left: 0;
    float: left;
    text-align: left;
  }
  body:not(.loggedin) #logo span {
    position: absolute;
    left: -40px;
  }
  .userprofilemainmenu ul {
    grid-gap: 15px 40px;
  }
  .userprofilemainmenu ul a {
    grid-gap: 0;
  }
  .userprofilemainmenu ul a span {
    transform: scale(0.8);
    transform-origin: top center;
  }
  .header-menu li a:hover, .header-menu li .sub-menu li a:hover {
    color: #fff;
  }
  #userprofilemenu figure {
    max-width: 44px;
  }
}
/*==========================================================================================================*/
/* only iphone4 landscape & portrait 300 by 480*/
@media only screen and (max-width: 300px), only screen and (max-device-width: 480px), only screen and (max-width: 567px) {
  /*.loggedin #logo { display:none; }*/
  .loggedin #header .wrap {
    /* padding-left: 15px;padding-right:0;*/
  }
  .action-menu {
    margin-left: 0;
  }
  .action-menu > ul > li > a {
    padding: 19px 11px;
  }
  .photslideouter {
    padding: 4px 0px;
    width: auto;
    overflow: hidden;
  }
  .photos-slider.owl-theme .owl-nav div.owl-next,
  .photos-slider.owl-theme .owl-nav div.owl-prev {
    padding: 0;
    height: 24px;
    margin-top: -12px;
  }
  .photos-slider.owl-theme .owl-nav div.owl-next:after,
  .photos-slider.owl-theme .owl-nav div.owl-prev:after {
    border-width: 12px 18px;
  }
  .photos-slider.owl-theme .owl-nav div.owl-prev {
    left: -31px;
  }
  .photos-slider.owl-theme .owl-nav div.owl-next {
    right: -31px;
  }
  .footermenu-block .fmenu,
  .footermenu-block .fmenu h4 {
    display: none;
  }
  #footer {
    padding: 0;
  }
  .footermenu-block {
    padding: 20px 0;
  }
  .footermenu-block .fmenu:first-child {
    display: block;
    width: 100%;
    float: none;
  }
  .footermenu-block .fmenu li {
    width: 50%;
    float: left;
    padding: 6px 5px 6px 0;
  }
  .copyright {
    padding: 10px 0 20px;
  }
  #footer #logo {
    float: none;
    display: block;
    margin: 10px auto;
    width: 75px;
  }
  .messagelisting li span.sprites {
    margin: 0 2px;
  }
  .guestmember-listing {
    margin-left: 0;
    margin-right: 0;
  }
  .guestmember-listing li {
    width: auto;
    float: none;
    padding-left: 0;
    padding-right: 0;
  }
  .guestmember-listing li h4,
  .search-userlist li h4 {
    font-size: 21px;
  }
  .female h4:before,
  .male h4:before,
  .both h4:before {
    left: 10px;
    top: 6px;
    transform: scale(0.9);
    transform-origin: left center;
  }
  .pagination {
    font-size: 16px;
  }
  /*New CSS*/
  .maillisting li {
    position: relative;
    padding-right: 35px;
  }
  .greeninfobox {
    line-height: 1.25;
  }
  /*31May2017 update*/
  .footer-content-col {
    margin: 0 0 20px;
  }
  .userprofilemainmenu {
    width: 100%;
  }
  .userprofilemainmenu ul li {
    width: calc(50% - 20px);
  }
  .userprofilemainmenu ul a {
    white-space: nowrap;
  }
}
/*==========================================================================================================*/
/* only iphone landscape 340 by 478*/
@media only screen and (min-width: 420px) and (max-width: 480px) {
  .search-userthumb {
    width: 75px;
  }
  .search-userthumb span {
    font-size: 12px;
    padding: 3px;
  }
  .search-userthumb span:before {
    margin-right: 2px;
  }
  .user-searchresultbody p {
    font-size: 13px;
  }
  .accessicon-nav a {
    margin: 0 1px;
  }
  .user-detailinfo {
    height: 120px;
  }
}
/*==========================================================================================================*/
/* only iphone portrait 300 by 479*/
@media only screen and (min-width: 10px) and (max-width: 479px) {
  .cols2,
  .cols3 {
    margin-left: 0;
  }
  .cols .col {
    float: none;
    min-height: 1px;
    margin: 0 0 20px;
  }
  .cols2 .col {
    width: auto;
    margin-left: 0;
  }
  .cols3 .col {
    width: auto;
    margin-left: 0;
  }
  .login-trigger {
    line-height: 26px;
    padding: 0 17px 2px;
    font-size: 14px;
    margin-top: 14px;
  }
  .lines-button {
    /*margin-top: 11px;*/
  }
  .stepform-header {
    font-size: 15px;
  }
  .stepform-header h1 {
    font-size: 28px;
  }
  .step-form li .ideal {
    padding-left: 0;
  }
  .mysearchbox .step-form li .ideal {
    padding-left: 2px;
    padding-top: 0;
  }
  .mysearchbox .step-form li.submitrow {
    padding-left: 0;
    padding-right: 0;
  }
  .usp-listing .item:first-child:after {
    display: none;
  }
  .action-menu > ul > li > a {
    padding: 16px 15px;
  }
  .action-menu > ul > li > a {
    height: 58px;
  }
  .action-menu > ul > li a span em {
    width: 20px;
    height: 20px;
    line-height: 20px;
    right: -12px;
    top: -6px;
  }
  .username-row {
    font-size: 24px;
    font-weight: 700;
    font-style: italic;
    color: #fff;
    background: #000;
    padding: 7px 10px;
    text-shadow: none;
    text-align: center;
  }
  .online span.sp-after:after {
    transform: scale(0.7);
    left: -4px;
  }
  .username-row a.next-profile:after,
  .username-row a.prev-profile:after {
    border-width: 8px 13px;
    top: 2px;
  }
  .username-row a.prev-profile,
  .username-row a.next-profile {
    top: 12px;
  }
  .profile-thumb {
    width: 90px;
    margin-bottom: 5px;
  }
  .profilematchbox p,
  .profile-infobox p {
    font-size: 16px;
    font-style: normal;
  }
  .user-proinfo-section {
    font-size: 16px;
    /*padding: 1px 8px 4px;*/
    margin: 0 15px 10px 0;
  }
  .section-title {
    font-size: 24px;
    padding: 8px 10px 11px 10px;
  }
  .footermenu-block .fmenu li {
    font-size: 15px;
  }
  .messagelisting li {
    padding: 9px 0;
  }
  .messagelisting li span.sprites {
    transform: scale(0.7);
  }
  .messagelisting li span.sprites {
    margin: 0 10px 0 0;
    transform: none;
  }
  .copyright {
    font-size: 10px;
  }
  .photos-slider.owl-theme .owl-nav div.owl-next,
  .photos-slider.owl-theme .owl-nav div.owl-prev {
    height: 20px;
    margin-top: -10px;
  }
  .photos-slider.owl-theme .owl-nav div.owl-next:after,
  .photos-slider.owl-theme .owl-nav div.owl-prev:after {
    border-width: 10px 16px;
  }
  .formlisting > li > label,
  .formlisting > li > .fieldbox {
    float: none;
    width: auto;
    padding: 0;
  }
  .formlisting > li > label {
    padding-bottom: 7px;
    display: block;
  }
  .editprofile-form .formlisting > li {
    border-top: solid 1px #ededed;
    padding: 14px 1px;
  }
  .editprofile-form .formlisting > li:first-child {
    border-top: 0;
    padding-top: 0;
  }
  .formlisting > li.smaller-mobile > label {
    width: auto;
    float: none;
    padding: 7px 6px 8px 2px;
    display: inline-block;
    position: relative;
  }
  .formlisting > li.smaller-mobile > .fieldbox {
    width: auto;
    float: none;
    padding-right: 0;
    display: inline-block;
  }
  .search-userlist li {
    float: none;
    width: auto;
  }
  .search-tabnav {
    margin-left: 0;
    margin-right: 0;
  }
  .search-tabnav li:first-child {
    margin-top: 0;
  }
  .search-tabnav li {
    float: none;
    margin: 8px 0 0 0;
    float: none;
    padding-left: 0;
    padding-right: 2px;
    width: auto;
  }
  .pagination {
    line-height: 1.2;
  }
  .pricelist {
    padding-top: 0;
    margin-bottom: 0;
  }
  .pricelist li {
    width: auto;
    float: none;
    margin-bottom: 10px;
  }
  .pricelist li p {
    margin: 0;
  }
  .maillisting li span.sprites,
  .maillisting li a.sprites {
    margin: 0 1px;
  }
  .maillisting li .ez-checkbox {
    margin-right: 3px;
  }
  .checkboxlist {
    padding-left: 20px;
  }
  /*.accessicon-nav a { margin:0 12px }*/
  .footermenu-block .fmenu li:nth-child(odd) {
    width: 58%;
  }
  .footermenu-block .fmenu li:nth-child(even) {
    width: 42%;
  }
  .pagination {
    padding: 10px 47px 12px;
  }
  /*New Css*/
  .form-list li input[type=button],
  .form-list li input[type=submit],
  .form-list li button {
    margin: 0 0 10px;
    float: none;
    width: 100%;
  }
  .select-example select.custom-select {
    padding: 2px 14px 2px 0;
    margin: 5px 0 0 -2px;
  }
  .greeninfobox .box-title {
    line-height: 1.25;
  }
  .private::after {
    -moz-transform: scale(0.57);
    -moz-transform-origin: right top;
    -webkit-transform: scale(0.57);
    -webkit-transform-origin: right top;
    -ms-transform: scale(0.57);
    -ms-transform-origin: right top;
    transform: scale(0.57);
    transform-origin: right top;
    top: 2px;
    right: -3px;
  }
  iframe {
    width: 100%;
    height: 380px;
  }
  .lightbox-open .pp_hoverContainer {
    width: 100% !important;
    height: calc(100% - 50px) !important;
    display: block !important;
    margin-top: 50px;
  }
  .lightbox-open .pp_hoverContainer a {
    display: none;
  }
  body {
    min-width: inherit;
  }
  h1,
  h2 {
    font-size: 22px;
  }
  /* 9th March 2016 Added new CSS style 
  -----------------------------------------------------------------------------*/
  .tab-data .tabcontent {
    padding: 0 0 20px 0;
  }
  .tab-data .tabcontent p label {
    width: 84%;
  }
  .payment-optlist li {
    padding-left: 50px;
  }
  .tab-data .tabnav li .tabtrigger .ez-radio,
  .tab-data .tabMobiletrigger .ez-radio {
    margin: 10px;
  }
  .tabtrigger label {
    width: 80%;
    display: inline-block;
    vertical-align: top;
    height: 40px;
    position: relative;
  }
  .tabtrigger label img {
    vertical-align: middle;
    position: relative;
    z-index: 1;
    height: 40px;
  }
  .tabtrigger label img.BWFilter {
    left: 0 !important;
    top: 0 !important;
    position: relative;
    z-index: 3;
    height: 40px;
  }
  .checklist li {
    padding-bottom: 0;
  }
  /*New css*/
  .search-tabnav,
  .user-access-row {
    position: fixed;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: #cccbcb;
    left: 0;
    right: 0;
    margin: 0;
    z-index: 100;
  }
  .search-tabnav li {
    width: 33.33%;
    margin: 0;
    position: relative;
  }
  .search-tabnav li:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 35px;
    width: 1px;
    background: #def0fb;
  }
  .search-tabnav li:last-child:after {
    display: none;
  }
  .search-tabnav li a {
    font-size: 0;
    border: 0;
    padding: 6px 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .search-tabnav li a:before {
    content: "";
    display: block;
    margin-right: 0;
  }
  .search-tabnav li#showall a:before {
    background-position: -592px -98px;
    width: 27px;
    height: 32px;
  }
  .search-tabnav li#showall a:hover:before,
  .search-tabnav li#showall.active a:before {
    background-position: -592px -165px;
  }
  .search-tabnav li#showbuddies a:before {
    background-position: -589px -134px;
    width: 30px;
    height: 28px;
  }
  .search-tabnav li#showbuddies a:hover:before,
  .search-tabnav li#showbuddies.active a:before {
    background-position: -557px -133px;
  }
  .search-tabnav li#showfavorites a:before {
    background-position: -555px -203px;
    width: 32px;
    height: 32px;
  }
  .search-tabnav li#showfavorites a:hover:before,
  .search-tabnav li#showfavorites.active a:before {
    background-position: -588px -200px;
  }
  .search-tabnav li a img {
    display: block;
    width: auto;
  }
  .search-userlist {
    padding-bottom: 45px;
  }
  .user-access-row {
    padding: 9px 0;
  }
  .accessicon-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .user-access-row .accessicon-nav a {
    width: 20%;
    text-align: center;
    height: auto;
  }
  .accessicon-nav a img {
    display: inline-block;
    vertical-align: middle;
  }
  .age-slider {
    font-size: 18px;
    font-weight: 700;
  }
  .form-infoblock.last strong {
    font-weight: 700;
    font-size: 18px;
  }
  .select2-container {
    width: 100% !important;
  }
  .checkbox-action {
    font-size: 18px;
    font-weight: 700;
  }
  .mysearchbox .step-form li input[type=submit] {
    width: 100%;
    font-weight: 700;
    font-size: 24px;
  }
  .name-selbox {
    font-weight: 700;
    font-size: 18px;
  }
  .top-action-bar {
    margin: 0 -10px 0;
    width: auto;
    display: block;
    padding: 10px 10px 9px;
  }
  .username-row a.next-profile:after,
  .username-row a.prev-profile:after {
    display: none;
  }
  .profile-infobox {
    padding: 10px 0 0;
    margin-bottom: 0;
  }
  .section-title {
    margin-top: 3px;
    margin-bottom: 0;
  }
  .messagelisting {
    margin: 0 -10px;
  }
  .commanbox strong {
    font-size: 18px;
  }
  .loggedin #header .wrap {
    /*padding: 0 10px;*/
  }
  .loggedin #menu {
    /*padding: 0;*/
  }
  .loggedin #logo {
    display: none;
  }
  #header {
    box-shadow: none;
  }
  .search-userlist {
    /*margin: 0 -10px 0;*/
  }
  .search-userlist li {
    padding: 0 0 10px;
  }
  #main {
    padding: 0;
  }
  .accessicon-nav a {
    margin: 0 12px;
  }
  .user-detailinfo {
    height: 185px;
  }
  .user-detailinfo.chatrequest {
    height: 155px;
  }
  .user-detailinfo p {
    margin-bottom: 16px;
  }
  .loggedin header {
    height: 58px;
  }
  .wrap {
    /*padding: 0 10px;*/
  }
  .photobox {
    margin-bottom: 0;
  }
  .messagelistbox {
    padding-top: 0;
  }
  .accobox.profile-infobox .user-access-row {
    display: none;
  }
  .mobile-show {
    display: block !important;
  }
  .profilematchbox .user-proinfo-section {
    margin: 0 7px 10px 0;
  }
  .search-trigger {
    /*margin: 8px 0 0 0;*/
  }
  .loggedin #menu {
    /*margin-top: 10px;*/
  }
  /* 	 .action-menu > ul > li.hassubnav:first-child > a { padding-left:0; }
  .action-menu > ul > li.hassubnav.active:first-child > a { padding-left:15px; } */
  #header .search-trigger {
    /*transform: scale(1.3);
    transform-origin: center center;*/
  }
  .accordionStyle .top-action-bar {
    display: none;
  }
  .loggedin #header .wrap {
    /*padding-left: 0;*/
  }
  nav#userprofilemainmenu {
    width: 100%;
  }
  body:not(.loggedin) #menu {
    margin-top: 10px;
  }
}
@media (min-width: 480px) {
  .swipe-arrows {
    justify-content: flex-end;
    max-width: 70px;
    margin: 0 0 0 auto;
  }
  .desktop-none {
    display: none;
  }
}
/*20Dec2019 update*/
@media (max-width: 767px) {
  .stepform-header {
    padding: 8px 10px 12px;
  }
  .stepform-header br {
    display: none;
  }
  input.step-submitbtn {
    position: static;
    width: 100%;
    margin: 15px 0;
  }
  .join-stepform {
    background: #f7f7f7;
    height: auto !important;
  }
  .join-stepform,
  .join-formblock {
    min-height: 1px;
  }
  .join-stepform .stepform-body {
    padding-bottom: 8px;
  }
  .stepform-body .gender-sel-list {
    margin-bottom: 0;
  }
}
/*==========================================================================================================*/
/* only Small tablet portrait 600 by 800*/
/*==========================================================================================================*/
/* Small tablet Landscape 800 by 600*/
/*==========================================================================================================*/
/* Retina css */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 2) {
  .sprites,
  .sp-after:after,
  .sp-before:before,
  .sbToggle,
  .sbToggleOpen,
  .action-menu .subnavbox li a:before,
  .flag-icon,
  .close-btn,
  .form-list li button:before,
  .checklist li:before,
  .reply-btn:before {
    /*background-image: url($sprites-file);*/
    -ms-background-size: 1050px 298px;
    background-size: 1050px 298px;
  }
  .ez-checkbox,
  .ez-radio,
  .maillisting li.header .ez-checkbox,
  .maillisting li.header .ez-checkbox.ez-checked,
  .tab-data .tabcontent .ez-checkbox,
  .tab-data .tabcontent .ez-checkbox.ez-checked,
  .tab-data .tabnav li .tabtrigger .ez-radio,
  .tab-data .tabMobiletrigger .ez-radio,
  .tab-data .tabnav li.active .tabtrigger .ez-radio,
  .tab-data .tabMobiletrigger.active .ez-radio {
    background-image: url(../images/bgi/checkbox@2x.png);
    -ms-background-size: 100px 40px;
    background-size: 100px 40px;
  }
  .join-stepform select.custom-select,
  .mysearchbox select.custom-select,
  .formlisting select.custom-select,
  select.custom-select {
    background: url(../images/bgi/arrow@2x.png) 97% 7px no-repeat;
    -ms-background-size: 12px 8px;
    background-size: 12px 8px;
  }
  /*08March2019 update*/
}
/* Mail Application CSS style start 
-----------------------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  .mailapp #main .wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .mail-thread .reply-btn {
    position: fixed;
    bottom: 0;
    z-index: 99;
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .owl-prev, .owl-next {
    font-size: 12px; /* Smaller text or adjust as necessary */
    left: 5px; /* Closer to the edge but within viewport */
    right: 5px; /* Closer to the edge but within viewport */
  }
}
@media (max-width: 812px) {
  .requests {
    font-size: 22px;
    margin-bottom: 8px;
  }
  .userprofilemainmenu ul a {
    font-size: 18px;
  }
  .user-searchresultbody {
    padding: 0px;
  }
  .search-userlist li h4 {
    margin-bottom: 10px;
  }
  /* Homepage formulier */
  .loginform input, .step-form input {
    height: 48px;
    fonze-size: 1.2em;
  }
  .show-password {
    top: 8px;
    right: -4px;
    width: 48px;
    height: 30px;
  }
  .form-icon {
    top: 7px;
    width: 30px;
    height: 30px;
  }
  .loginform .password input, .loginform .username input {
    font-size: 1.2em;
  }
  .step-form li input[type=text], .step-form li input[type=email], .step-form li input[type=password], .step-form li input[type=tel] {
    font-size: 1.2em;
  }
  .login-trigger {
    line-height: 48px;
    margin-bottom: 14px;
  }
  body:not(.loggedin) #menu {
    margin-top: 20px;
  }
  .forgot-row a {
    font-size: 18px;
    position: relative;
    top: 22px;
  }
  .cookie-btn {
    margin: 12px; /* Slightly larger margin */
    padding: 12px 20px; /* Larger padding for easier clicking */
    font-size: 1rem; /* Larger font for better readability */
  }
  .cookie-consent-close {
    font-size: 2rem; /* Larger font size for better accessibility */
    padding: 10px; /* Add padding to increase touch area */
    top: -5px; /* Adjust top position to align it better visually */
    right: 0px; /* Adjust right position to prevent overlap */
  }
}
/* Additional styles for landscape mode */
@media (max-width: 480px) {
  .requests {
    font-size: 18px;
    margin-bottom: 8px;
  }
}
/* Final responsive styles */