/* Helper class for nav menu */
.has-new-label { position: relative; }

/* Base for Header, Header Mobile and Footer Menus */
#footer-wrap ul li.has-new-label a:after,
.sidebar-opened .sidebar-nav > li.has-new-label:after,
#header ul li.has-new-label:after {
    content: "new";
    color: #fff;
    position: absolute;
    background: #ff00ff;
    top: 16px;
    right: 7px;
    font-size: 7px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 11px;
    box-sizing: border-box;
    border: 1px solid #ff00ff;
    padding: 0 3px 0 3px;
    border-radius: 2px;
}

/* Footer Menu */
#footer-wrap .has-new-label a { position: relative; }
#footer-wrap ul li.has-new-label a:after {
    top: -1px;
    right: -33px;
}

/* ==========================================================================
    # DEF STYLE BTN
========================================================================== */
.def-style-btn {
    font-family: ralewaybold, Arial, Helvetica, sans-serif;
    text-align: center;
    color: #fff;
    margin-bottom: 32px;
    display: inline-block;
    background: #eb008b;
    border-radius: 5px;
    min-width: 250px;
    padding: 20px 18px;
    -moz-box-shadow: 0 7px 30px 2px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 7px 30px 2px rgba(0, 0, 0, .3);
    box-shadow: 0 7px 30px 2px rgba(0, 0, 0, .3);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.def-style-btn:hover {
    color: #fff;
    background: #bf0676;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.def-style-btn:focus {
    color: #fff;
}

/* ==========================================================================
    # MEMBERSHIP PAGE
========================================================================== */

/* Helper Class */
.text-centered { text-align: center; }

/* Top Mship */
.top-mship {
    background: #f1f3f7 url(../images/membership/member-header-bg@2x.png) no-repeat center bottom;
    background-size: cover;
    color: #fff;
}

.top-mship .fantastic-club {
    margin-top: 40px;
    font-size: 20px;
}

.top-mship .fantastic-club span {
    background: url(../images/membership/fantastic-club@2x.png) no-repeat center bottom;
    background-size: contain;
    display: inline-block;
    width: 50px;
    height: 50px;
    vertical-align: middle;
    margin-right: 10px;
}

.top-mship h1 {
    font: 41px "ralewaybold",Arial,Helvetica,sans-serif;
    color: #fff;
    margin: 30px 0;
}

.top-mship .description {
    font-size: 16px;
    max-width: 42%;
    margin: 0 auto;
}

/* Membership Services List */
.top-mship .membership-services-list ul {
    margin: 50px auto 35px;
    padding: 0;
    font-size: 0;
    width: 67%;
    text-align: center;
}

.top-mship .membership-services-list li {
    position: relative;
    display: inline-block;
    width: 25%;
    height: 69px;
    font-size: 17px;
    margin-bottom: 15px;
}

.top-mship .membership-services-list li span {
    display: block;
    line-height: 40px;
    font-size: 30px;
    color: #19a7e0;
}

.top-mship .membership-services-list li span:before {
    cursor: pointer;
}

/* Tooltip Holder */
.top-mship .membership-services-list li .tooltip-holder {
    opacity: 0;
    display: none;
    background-color: #fff;
    color: #000;
    border-radius: 5px;
    -webkit-box-shadow: -1px 3px 90px -13px #155194;
    -moz-box-shadow: -1px 3px 90px -13px #155194;
    box-shadow: -1px 3px 90px -13px #155194;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.top-mship .membership-services-list li .tooltip-holder.clicked {
    opacity: 1;
    display: block;
    position: absolute;
    bottom: 122%;
    z-index: 1;
}

.top-mship .membership-services-list li .tooltip-holder .tooltip-title {
    position: relative;
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-family: ralewaybold;
    text-align: left;
    background-color: #21a9e0;
    padding: 16px 22px 12px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.top-mship .membership-services-list li .tooltip-holder .tooltip-title .close-btn {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    cursor: pointer;
}

.top-mship .membership-services-list li .tooltip-holder .tooltip-title .close-btn:after,
.top-mship .membership-services-list li .tooltip-holder .tooltip-title .close-btn:before {
    position: absolute;
    left: 10px;
    content: ' ';
    height: 22px;
    width: 1px;
    background-color: #fff;
}

.top-mship .membership-services-list li .tooltip-holder .tooltip-title .close-btn:before {
    transform: rotate(45deg);
}

.top-mship .membership-services-list li .tooltip-holder .tooltip-title .close-btn:after {
    transform: rotate(-45deg);
}

.top-mship .membership-services-list li .tooltip-holder .tooltip-title .icon-close {
    color: #fff;
    font-size: 26px;
}

.top-mship .membership-services-list li .tooltip-holder .tooltip-desc {
    padding: 20px 15px 20px 5px;
}

.top-mship .membership-services-list li .tooltip-holder .tooltip-desc.one-col {
    width: 300px;
}

.top-mship .membership-services-list li .tooltip-holder .tooltip-desc.one-col li {
    width: 100%;
}

.top-mship .membership-services-list li .tooltip-holder .tooltip-desc.two-col {
    width: 460px;
}

.top-mship .membership-services-list li .tooltip-holder .tooltip-desc.two-col li {
    width: 50%;
}

.top-mship .membership-services-list li .tooltip-holder .tooltip-desc.three-col {
    width: 600px;
}

.top-mship .membership-services-list li .tooltip-holder .tooltip-desc.three-col li {
    width: 33%;
}

.top-mship .membership-services-list li .tooltip-holder .tooltip-desc ul {
    width: 100%;
    margin: 0;
    padding-left: 0;
    text-align: left;
}

.top-mship .membership-services-list li .tooltip-holder .tooltip-desc ul li {
    padding-left: 15px;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 7px;
    line-height: 20px;
}

.top-mship .membership-services-list li .tooltip-holder .tooltip-desc ul li:before {
    content: "\2022";
    float: left;
    padding-right: 5px;
    font-size: 23px;
    line-height: 20px;
}

.top-mship .membership-services-list li .tooltip-holder .tooltip-desc ul li {
    height: auto;
}

.top-mship .membership-services-list li:nth-of-type(1) .tooltip-holder,
.top-mship .membership-services-list li:nth-of-type(2) .tooltip-holder,
.top-mship .membership-services-list li:nth-of-type(5) .tooltip-holder,
.top-mship .membership-services-list li:nth-of-type(6) .tooltip-holder { left: 30%; }

.top-mship .membership-services-list li:nth-of-type(3) .tooltip-holder,
.top-mship .membership-services-list li:nth-of-type(4) .tooltip-holder,
.top-mship .membership-services-list li:nth-of-type(7) .tooltip-holder,
.top-mship .membership-services-list li:nth-of-type(8) .tooltip-holder { right: 30%; }

.top-mship .membership-services-list li.current:before {
    content: " ";
    left: 50%;
    bottom: 100%;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(236, 236, 236, 0);
    border-top-color: #fff;
    border-width: 8px;
    margin-top: -8px;
    transform: translateX(-50%);
    z-index: 3;
}

.top-mship .membership-services-list li span.icon-gloves {
    font-size: 37px;
}

.top-mship .membership-services-list li span.icon-gardening {
    font-size: 38px;
}

.top-mship .membership-services-list li span.icon-handyman {
    font-size: 45px;
}

.top-mship .membership-services-list li span.icon-builders-mship {
    font-size: 33px;
}

.top-mship .membership-services-list li span.icon-removals {
    font-size: 45px;
}

.top-mship .membership-services-list li span.icon-bin {
    font-size: 33px;
}

.top-mship .membership-services-list li span.icon-pest {
    font-size: 35px;
}

.top-mship .membership-services-list li span.icon-more-mship {
    font-size: 30px;
}

.top-mship .def-style-btn {
    box-shadow: none;
    margin: 0 auto 70px;
    display: block;
    width: 280px;
    background: 0 0;
    border: 2px solid #fff;
    font-size: 16px;
}

.top-mship .def-style-btn:hover {
    background: #fff;
    color: #1a4f94;
}

/* Member Benefits */
.member-benefits {
    background: #f1f3f7;
    padding: 65px 0 70px;
}

.member-benefits .benefit-item {
    margin-top: 50px;
}

.member-benefits .benefit-item p {
    font-size: 15px;
    display: inline-block;
    width: 70%;
    margin-top: 0;
}

.member-benefits .benefit-item p .benefit-title {
    display: block;
    margin-bottom: 10px;
    color: #0e5c98;
    font: 16px "ralewaybold";
    text-transform: capitalize;
    font-weight: 400;
}

.member-benefits .benefit-item .member-icon {
    float: left;
    margin-right: 30px;
    width: 60px;
    height: 60px;
}

/* .member-benefits .benefit-item .member-rates {
    background: url(../images/membership/member-rates@2x.png) no-repeat center bottom;
    background-size: contain;
    width: 60px;
    height: 60px;
}

.member-benefits .benefit-item .member-deals {
    background: url(../images/membership/member-deals@2x.png) no-repeat center bottom;
    background-size: contain;
    width: 65px;
    height: 48px;
}

.member-benefits .benefit-item .member-discout {
    background: url(../images/membership/member-discout@2x.png) no-repeat center bottom;
    background-size: contain;
    width: 65px;
    height: 45px;
}

.member-benefits .benefit-item .member-no-fees {
    background: url(../images/membership/member-no-fees@2x.png) no-repeat center bottom;
    background-size: contain;
    width: 60px;
    height: 58px;
}

.member-benefits .benefit-item .member-booking-slots {
    background: url(../images/membership/booking-slots@2x.png) no-repeat center bottom;
    background-size: 59px 51px;
    width: 65px;
    height: 58px;
} */

.member-benefits .member-benefit-note {
    margin-top: 40px;
}

.member-benefits .member-benefit-note a {
    color: #00a8e3;
}

/* Fantastic Memember */
.fantastic-member {
    padding: 70px 0;
}

.fantastic-member h2 {
    color: #404040;
    margin-bottom: 25px;
}

.fantastic-member ul {
    list-style-type: none;
}

.fantastic-member .description {
    margin-bottom: 80px;
    font-size: 16px;
}

.fantastic-member .description .counter-holder span {
    background: url(../images/membership/counter-bg.png) no-repeat center bottom;
    background-size: contain;
    display: inline-block;
    font-family: ralewaybold;
    font-size: 24px;
    color: #fff;
    width: 25px;
    height: 30px;
    margin: 0 1px;
    vertical-align: middle;
    position: relative;
}

.fantastic-member .description .counter-holder.five span:nth-of-type(2),
.fantastic-member .description .counter-holder.four span:nth-of-type(1),
.fantastic-member .description .counter-holder.seven span:nth-of-type(1),
.fantastic-member .description .counter-holder.seven span:nth-of-type(4),
.fantastic-member .description .counter-holder.six span:nth-of-type(3) {
    margin-right: 17px;
}

.fantastic-member .description .counter-holder.five span:nth-of-type(2):after,
.fantastic-member .description .counter-holder.four span:nth-of-type(1):after,
.fantastic-member .description .counter-holder.seven span:nth-of-type(1):after,
.fantastic-member .description .counter-holder.seven span:nth-of-type(4):after,
.fantastic-member .description .counter-holder.six span:nth-of-type(3):after {
    content: ',';
    position: absolute;
    right: -14px;
    font-size: 42px;
    color: #474747;
    line-height: 22px;
}

.fantastic-member .description a {
    color: #52b5f9;
}

.fantastic-member .description a:hover {
    text-decoration: none;
}

.fantastic-member .info .title {
    color: #005a96;
    font-size: 18px;
    margin-bottom: 25px;
    font-family: ralewaybold, Arial, Helvetica, sans-serif;
    font-weight: 400;
}

.fantastic-member .info ul {
    padding-left: 0;
}

.fantastic-member .info li {
    font-size: 15px;
    margin-bottom: 20px;
}

.fantastic-member .info .to-web-accounts,
.fantastic-member .info li a {
    color: #00a8e3;
}


.fantastic-member .info .def-style-btn {
    margin-bottom: 20px;
    box-shadow: none;
    font-size: 16px;
}

/* Faq Section */
.faq-section {
    padding: 70px 0;
    background: #f1f3f7;
    line-height: 1.6;
}

.faq-section .expand-faq-list {
    display: none;
}

.faq-section ul {
    padding-left: 0;
    margin-top: 0;
}

.faq-section ul li {
    padding: 0 15px;
    vertical-align: top;
    width: 50%;
    display: inline-block;
    margin-top: 0;
    margin-bottom: 50px;
}

.faq-section h2,
.faq-section h3,
.faq-section p {
    color: #404040;
}

.faq-section h2 {
    margin-bottom: 60px;
    text-align: center;
}

.faq-section h3 {
    font-size: 18px;
    margin-bottom: 20px;
    font-family: ralewaybold, Arial, Helvetica, sans-serif;
    font-weight: 400;
}

.faq-section p {
    margin: 0;
}

.faq-section .view-all-box span {
    color: #015b98;
    cursor: pointer;
}

.faq-section .view-all-box span:after,
.faq-section .view-all-box span:before {
    background-color: #015b98;
}

/* Apps Ref Section */
.apps-ref-section {
    padding: 80px 0;
    background: #074b87;
}

.apps-ref-section h2 {
    margin-bottom: 30px;
    margin-top: 0;
    color: #fff;
    font-weight: 400;
    text-align: center;
}

.apps-ref-section p {
    max-width: 50%;
    font-size: 16px;
    margin-bottom: 30px;
    margin: 0 auto 40px;
    color: #fff;
    text-align: center;
}

.apps-ref-section .apps-holder {
    text-align: center;
}

.apps-ref-section .apps-holder a {
    display: inline-block;
    width: 165px;
    height: 55px;
    border: 2px solid #9c9ea1;
    border-radius: 5px;
}

.apps-ref-section .apps-holder a.appstore {
    background: url(../images/emails/apple.png) center center no-repeat;
    background-size: cover;
}

.apps-ref-section .apps-holder a.gplay {
    background: url(../images/emails/google.png) center center no-repeat;
    background-size: cover;
}

@media only screen and (max-width:1199px) {
    .fantastic-member .description{ margin-bottom:30px; }
    .top-mship .membership-services-list li:nth-of-type(2) .tooltip-holder,
    .top-mship .membership-services-list li:nth-of-type(3) .tooltip-holder,
    .top-mship .membership-services-list li:nth-of-type(6) .tooltip-holder,
    .top-mship .membership-services-list li:nth-of-type(7) .tooltip-holder {
        left: -100%; right: unset;
    }
}

@media only screen and (max-width:991px) {
    .fantastic-member{padding:40px 0;}
    .top-mship .membership-services-list ul{width:80%;}
}

@media only screen and (max-width:767px) {
    /* Top Mship */
    .top-mship {
        background: url(../images/membership/member-header-bg-m@2x.png) no-repeat center top #e9ebed;
        background-size: cover;
        margin-top: 0;
        color: #fff;
        text-align: center;
    }

    .top-mship .logo-club {
      	width: 130px;
      	height: auto;
    }

    .top-mship .fantastic-club {
        margin-top: 30px;
        font-size: 16px;
    }

    .top-mship .fantastic-club span {
        width: 30px;
        height: 38px;
    }

    .top-mship h1 {
        font-size: 26px;
        margin-top: 20px;
        text-align: center;
    }

    .top-mship .description {
        max-width: 100%;
        font-size: 15px;
    }

    .top-mship .membership-services-list ul {
        margin: 30px auto 15px;
        font-size: 0;
        width: 100%;
        text-align: left;
    }

    .top-mship .membership-services-list li {
        display: inline-block;
        width: 50%;
        height: 45px;
        font-size: 14px;
        margin-bottom: 13px;
        vertical-align: top;
    }

    .top-mship .membership-services-list li span {
        display: inline-block;
        vertical-align: middle;
        line-height: 30px;
        font-size: 30px;
        width: 43px;
        margin-right: 5px;
    }

    .top-mship .membership-services-list li span.icon-gloves {
        font-size: 32px;
    }

    .top-mship .membership-services-list li span.icon-gardening {
        font-size: 38px;
    }

    .top-mship .membership-services-list li span.icon-builders-mship {
        font-size: 34px;
    }

    .top-mship .membership-services-list li span.icon-refurbishment {
        font-size: 36px;
    }

    .top-mship .membership-services-list li span.icon-removals {
        font-size: 36px;
    }

    .top-mship .membership-services-list li span.icon-bin {
        font-size: 30px;
    }

    .top-mship .membership-services-list li span.icon-pest {
        font-size: 35px;
    }

    .top-mship .membership-services-list li span.icon-more-mship {
        font-size: 30px;
    }

    /* Tooltip Holder */
    .top-mship .membership-services-list li .tooltip-holder {
        opacity: 0;
        display: none;
        background-color: #fff;
        color: #000;
        border-radius: 5px;
        -webkit-box-shadow: -1px 3px 90px -13px #155194;
        -moz-box-shadow: -1px 3px 90px -13px #155194;
        box-shadow: -1px 3px 90px -13px #155194;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }

    .top-mship .membership-services-list li .tooltip-holder.clicked {
        opacity: 1;
        display: block;
        position: absolute;
        bottom: 133%;
        z-index: 1;
    }

    .top-mship .membership-services-list li .tooltip-holder .tooltip-title {
        position: relative;
        color: #fff;
        font-size: 18px;
        font-family: ralewaybold;
        text-align: left;
        background-color: #21a9e0;
        padding: 16px 22px 12px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    .top-mship .membership-services-list li .tooltip-holder .tooltip-title .close-btn {
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
        width: 22px;
        height: 22px;
        cursor: pointer;
    }

    .top-mship .membership-services-list li .tooltip-holder .tooltip-title .close-btn:after,
    .top-mship .membership-services-list li .tooltip-holder .tooltip-title .close-btn:before {
        position: absolute;
        left: 10px;
        content: ' ';
        height: 22px;
        width: 1px;
        background-color: #fff;
    }

    .top-mship .membership-services-list li .tooltip-holder .tooltip-title .close-btn:before {
        transform: rotate(45deg);
    }

    .top-mship .membership-services-list li .tooltip-holder .tooltip-title .close-btn:after {
        transform: rotate(-45deg);
    }

    .top-mship .membership-services-list li .tooltip-holder .tooltip-title .icon-close {
        color: #fff;
        font-size: 26px;
    }

    .top-mship .membership-services-list li .tooltip-holder .tooltip-desc {
        padding: 20px 15px 20px 5px;
    }

    .top-mship .membership-services-list li .tooltip-holder .tooltip-desc.one-col {
        width: 300px;
    }

    .top-mship .membership-services-list li .tooltip-holder .tooltip-desc.one-col li {
        width: 100%;
    }

    .top-mship .membership-services-list li .tooltip-holder .tooltip-desc.two-col {
        width: 460px;
    }

    .top-mship .membership-services-list li .tooltip-holder .tooltip-desc.two-col li {
        width: 50%;
    }

    .top-mship .membership-services-list li .tooltip-holder .tooltip-desc.three-col {
        width: 600px;
    }

    .top-mship .membership-services-list li .tooltip-holder .tooltip-desc.three-col li {
        width: 33%;
    }

    .top-mship .membership-services-list li .tooltip-holder .tooltip-desc ul {
        width: 100%;
        margin: 0;
        padding-left: 0;
        text-align: left;
    }

    .top-mship .membership-services-list li .tooltip-holder .tooltip-desc ul li {
        padding-left: 15px;
        font-size: 14px;
        display: inline-block;
        margin-bottom: 7px;
        line-height: 20px;
        height: auto;
    }

    .top-mship .membership-services-list li .tooltip-holder .tooltip-desc ul li:before {
        content: "\2022";
        float: left;
        padding-right: 5px;
        font-size: 23px;
        line-height: 20px;
    }

    .top-mship .membership-services-list li:nth-of-type(odd) .tooltip-holder {
        left: 0;
        right: -100%;
    }

    .top-mship .membership-services-list li:nth-of-type(even) .tooltip-holder {
        left: -100%;
        right: 0;
    }

    .top-mship .membership-services-list li .tooltip-holder .tooltip-desc.one-col,
    .top-mship .membership-services-list li .tooltip-holder .tooltip-desc.one-col li,
    .top-mship .membership-services-list li .tooltip-holder .tooltip-desc.three-col,
    .top-mship .membership-services-list li .tooltip-holder .tooltip-desc.two-col {
        width: 100%;
    }

    .top-mship .membership-services-list li .tooltip-holder .tooltip-desc.three-col li,
    .top-mship .membership-services-list li .tooltip-holder .tooltip-desc.two-col li {
        width: 50%;
    }

    .top-mship .membership-services-list li .tooltip-holder .tooltip-desc.one-col li,
    .top-mship .membership-services-list li .tooltip-holder .tooltip-desc.three-col li,
    .top-mship .membership-services-list li .tooltip-holder .tooltip-desc.two-col li {
        vertical-align: top;
        font-size: 12px;
        line-height: 20px;
    }

    .top-mship .membership-services-list li .tooltip-holder.clicked:before {
        left: 15%;
    }

    /* Member Benefits */
    .member-benefits {
        padding: 30px 0 35px;
    }

    .member-benefits h2 {
        font-size: 25px;
    }

    .member-benefits .benefit-item {
        margin-top: 35px;
    }

    .member-benefits .benefit-item .member-icon {
        margin-right: 20px;
    }

    .member-benefits .benefit-item .member-rates {
        width: 51px;
        height: 56px;
    }

    .member-benefits .benefit-item .member-deals {
        width: 60px;
        height: 38px;
    }

    .member-benefits .benefit-item .member-discout {
        width: 52px;
        height: 40px;
    }

    .member-benefits .benefit-item .member-no-fees {
        width: 45px;
        height: 45px;
    }

    .member-benefits .member-benefit-note {
        margin: 25px auto 0;
        width: 70%;
    }

    /* Fantastic Member */
    .fantastic-member {
        padding: 45px 0 40px;
        text-align: center;
    }

    .fantastic-member h2 {
        font-size: 25px;
        margin-bottom: 20px;
    }

    .fantastic-member .description {
        margin-bottom: 40px;
    }

    .fantastic-member .description .counter-holder {
        display: block;
        margin: 7px 0;
    }

    .fantastic-member img {
        width: 100%;
    }

    .fantastic-member .info ul {
        text-align: left;
    }

    .fantastic-member .info ul li {
        margin: 35px 0;
        overflow: hidden;
        zoom: 1;
    }

    .fantastic-member .info ul li .step-index {
        font-size: 32px;
        font-family: ralewayregular;
        margin-right: 10px;
        float: left;
    }

    /* Apps Ref Section */
    .apps-ref-section {
        padding: 35px 0 45px;
    }

    .apps-ref-section h2 {
        font-size: 21px;
    }

    .apps-ref-section .apps-holder a {
        width: 140px;
        height: 43px;
        border: none;
        margin: 0 14px;
    }

    .apps-ref-section .apps-holder a:first-child {
        margin-bottom: 0;
    }

    /* Faq Section */
    .faq-section {
        padding: 45px 0 35px;
    }

    .faq-section .accordion-faq-phone li {
        width: 100%;
        border-bottom: 1px solid #0c84bc;
        padding: 0;
        padding-bottom: 7px;
        margin-bottom: 15px;
        border-color: #404040;
    }

    .faq-section h2 {
        font-size: 25px;
    }

    .faq-section .accordion-faq-phone h3 {
        position: relative;
        padding-right: 30px;
        margin: 0 0 8px 0;
        font-size: 15px;
        font-family: ralewaybold, Arial, Helvetica, sans-serif;
        font-weight: 400;
    }

    .faq-section .accordion-faq-phone h3:after,
    .faq-section .accordion-faq-phone h3:before {
        content: '';
        position: absolute;
        right: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 2px;
        height: 8px;
        background-color: #fff;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        background-color: #404040;
        height: 15px;
    }

    .faq-section .accordion-faq-phone h3:before {
        -webkit-transform: translate(0, -50%) rotate(0);
        transform: translate(0, -50%) rotate(0);
    }

    .faq-section .accordion-faq-phone h3:after {
        -webkit-transform: translate(0, -50%) rotate(90deg);
        transform: translate(0, -50%) rotate(90deg);
    }

    .faq-section .accordion-faq-phone h3.opened:after,
    .faq-section .accordion-faq-phone h3.opened:before {
        background-color: #404040;
    }

    .faq-section .accordion-faq-phone h3.opened:before {
        -webkit-transform: translate(0, -50%) rotate(-45deg);
        transform: translate(0, -50%) rotate(-45deg);
    }

    .faq-section .accordion-faq-phone h3.opened:after {
        -webkit-transform: translate(0, -50%) rotate(45deg);
        transform: translate(0, -50%) rotate(45deg);
    }

    .faq-section .accordion-faq-phone p {
        max-height: 0;
        -webkit-transition: max-height .5s;
        -moz-transition: max-height .5s;
        -o-transition: max-height .5s;
        transition: max-height .5s;
        overflow: hidden;
    }

    .faq-section .accordion-faq-phone p.open {
        max-height: 500px;
        -webkit-transition: max-height .5s;
        -moz-transition: max-height .5s;
        -o-transition: max-height .5s;
        transition: max-height .5s;
    }
}
@media only screen and (max-width:320px){
    .apps-ref-section .apps-holder a {
        margin: 0 1px;
    }

    .top-mship .membership-services-list li span {
        width: 38px;
    }

    .top-mship .membership-services-list li span.icon-gloves {
        font-size: 32px;
    }

    .top-mship .membership-services-list li span.icon-gardening {
        font-size: 33px;
    }

    .top-mship .membership-services-list li span.icon-handyman {
        font-size: 36px;
    }

    .top-mship .membership-services-list li span.icon-builders-mship {
        font-size: 32px;
    }

    .top-mship .membership-services-list li span.icon-builders-mship {
        font-size: 34px;
    }

    .top-mship .membership-services-list li span.icon-rubbish-removals {
        font-size: 27px;
        float: left;
    }
}
/* Change benefit section */
.club-benefits .member-benefit-note {
    margin: -30px 0 0;
  }
  .club-benefits .member-benefit-note a {
    color: #00a8e3;
  }
  .club-benefits h2 {
    text-align: center;
    margin-bottom: 70px;
    font-size: 30px;
    color: #050506;
  }
  
  .single-benefit-wrap {
    text-align: center;
  }
  .club-benefits .single-benefit {
    text-align: center;
    width: 19%;
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    margin-bottom: 60px;
  }
  
  .club-benefits .single-benefit .img {
    height: 60px;
    text-align: center;
    margin-bottom: 15px;
  }
  .club-benefits .single-benefit .img img {
    max-height: 100%;
    max-width: 100%;
  }
  
  .club-benefits .single-benefit .title {
    font-size: 18px;
    margin-bottom: 10px;
    color: #272b32;
  }
  .club-benefits .single-benefit .description {
    font-size: 16px;
  }
  .club-benefits .single-benefit .description a {
    color: #00a8e3;
    font-weight: bold;
    white-space: nowrap;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .club-benefits {
        padding-top: 0;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .single-benefit-wrap>br {
        display: none;
    }
     .club-benefits .member-benefit-note {
        margin: 15px 0 45px;
    }
    .club-benefits .single-benefit {
        width: 100%;
        padding-right: 0;
        margin-bottom: 25px;
        text-align: left;
    }
  
    .club-benefits .single-benefit .img {
        width: 22%;
        display: inline-block;
        height: 50px;
        margin-bottom: 0;
        text-align: left;
    }
  
    .club-benefits .single-benefit .info {
        max-width: 75%;
        display: inline-block;
        vertical-align: middle;
    }
  
    .club-benefits .single-benefit .title {
        font-size: 16px;
        margin-bottom: 0;
    }
    .club-benefits .single-benefit .description {
        font-size: 14px;
    }
    .club-benefits h2 {
        font-size: 22px;
        margin-bottom: 30px;
    }
    .club-benefits {
        padding: 25px 0 0;
    }
  }