@media (max-width: 500px) {
  .desktop-banner {
    display:none;
  }
  .desktop_banner{
        display: none;
    }
	.mobile_banner{
		display: block;
	}
}
@media (max-width: 361px) {
    @font-face {
        font-family: "Cerebri Sans Pro";
        src: url("./CerebriSansPro-Regular.woff");
        font-display: swap;
    }

    @font-face {
        font-family: "Cerebri Sans Pro";
        src: url("./CerebriSansPro-Bold.woff");
        font-weight: bold;
        font-display: swap;
    }

    @font-face {
        font-family: "Cerebri Sans Pro";
        src: url("./CerebriSansPro-Heavy.woff");
        font-weight: 900;
        font-display: swap;
    }
    .desktop-banner {
    	display:none;
  	}
    html,
    body,
    body * {
        margin: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    body {
        background-color: #f9f9f9;
        color: #55595c;
        font-family: "Cerebri Sans Pro", sans-serif;
    }

    body,
    button,
    input,
    select,
    textarea {
        font-weight: 400;
        text-transform: none;
        font-size: 17px;
        line-height: 1.5;
    }

    .header {
        background-color: #fe86a4;
    }

    .header_container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 80px;
        min-height: 80px;
        margin: 0 auto;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .section,
    .header_container {
        padding-left: 15px;
        padding-right: 15px;
    }

    h3 {
        font-size: 24px;
        color: #1e1e1e;
        margin-bottom: 20px;
        line-height: 1.2em;
        text-transform: none;
    }

    p {
        margin-bottom: 1.5em;
    }

    a {
        color: #fe86a4;
        text-decoration: none;
    }

    .header_menu {
        display: none;
    }

    .header__mobile-menu {
        display: block;
        width: 28px;
        height: 28px;
    }

    .header__menu-bar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        cursor: pointer;
    }

    .header__menu-line {
        display: block;
        width: 100%;
        height: 4px;
        border-radius: 3px;
        background-color: #fff;
        margin: 0 0 5px 0;
    }

    .header__menu-bar.header__menu-bar_active {
        font-size: 22px;
        color: #fff;
        font-weight: 600;
        text-align: center;
    }

    nav.header__menu {
        position: absolute;
        -webkit-box-shadow: 0 5px 15px 0 rgb(0 0 0 / 15%);
        box-shadow: 0 5px 15px 0 rgb(0 0 0 / 15%);
        top: 78px;
        left: 0;
        width: 100%;
        z-index: 2;
        background-color: #fff;
        /*-webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);*/
        max-height: 0;
        -webkit-transition: max-height 0.3s, -webkit-transform 0.3s;
        transition: max-height 0.3s, -webkit-transform 0.3s;
        -o-transition: max-height 0.3s, transform 0.3s;
        transition: max-height 0.3s, transform 0.3s;
        transition: max-height 0.3s, transform 0.3s, -webkit-transform 0.3s;
        -webkit-transform-origin: top;
        -ms-transform-origin: top;
        transform-origin: top;
        overflow: auto;
    }

    nav.header__menu.header__menu_active {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        max-height: 100vh;
        -webkit-transition: max-height 0.3s, -webkit-transform 0.3s;
        transition: max-height 0.3s, -webkit-transform 0.3s;
        -o-transition: max-height 0.3s, transform 0.3s;
        transition: max-height 0.3s, transform 0.3s;
        transition: max-height 0.3s, transform 0.3s, -webkit-transform 0.3s;
        -webkit-transform-origin: top;
        -ms-transform-origin: top;
        transform-origin: top;
        overflow: auto;
    }

    .menu_items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        list-style: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
    }

    .menu_item {
        position: relative;
    }

    .menu_item-active {
        color: #fff;
        background-color: #fe86a4;
    }

    .menu_link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 16px;
        color: #494c4f;
        padding: 10px 20px;
        text-decoration: none;
        line-height: 20px;
        font-weight: 500;
    }

    .submenu__item .submenu__link.menu_active {
        color: #fe86a4;
    }

    .menu_item-active .menu_link {
        color: #fff;
    }

    .submenu__item .submenu__link {
        color: #494c4f;
        font-size: .85em;
        display: inline-block;
        width: 100%;
    }

    .sub-arrow {
        line-height: 1;
        padding: 10px 0 10px 10px;
        margin-top: -10px;
        margin-bottom: -10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .header__mobile-menu .submenu__items {
        position: static;
        opacity: 1;
    }

    .submenu__link {
        color: #494c4f;
        padding: 5px 0 5px 30px;
    }

    .submenu__items--mobile {
        display: none;
    }

    .submenu__items--active {
        display: block;
    }

    .submenu__items {
        width: 100%;
        padding: 0;
        list-style: none;
        opacity: 0;
        background-color: #fff;
        transition: opacity 0.2s ease-in-out;
        position: absolute;
    }

    .section_first {
        background-color: #fe86a4;
        margin-top: -82px;
        margin-bottom: 0;
        z-index: 0;
        padding-bottom: 0;
        padding-top: 80px;
    }

    .section_first .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        min-height: 600px;
    }

    .column__title {
        font-size: 24px;
        font-weight: 700;
        color: #1e1e1e;
        line-height: 1.2em;
    }

    .container__title {
        margin-bottom: 20px;
    }

    .container__title h1 {
        color: #fff;
        font-size: 2.4em;
        font-weight: 900;
        text-transform: uppercase;
        padding: 0;
        margin: 0;
        line-height: 1;
        word-break: break-word;
    }

    .container__title h1 span {
        display: inline-block;
        color: #1e1e1e;
        font-size: inherit;
    }

    .point {
        font-family: auto;
    }

    .container__title h1 span {
        display: inline-block;
        color: #1e1e1e;
        font-size: inherit;
    }

    .container__text {
        width: 100%;
        color: #fff;
        padding: 10px;
    }

    .container__text p {
        font-size: 13px;
        margin-bottom: 48.5px;
    }

    .botton_container {
        margin-bottom: 10px;
    }

    .container__button-link {
        width: 100%;
        display: inline-block;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        fill: #fff;
        color: #fff;
        background-color: #02010100;
        /*color: #1e1e1e;
        background-color: #fff;*/
        border-style: solid;
        border-width: 1px 1px 1px 1px;
        border-color: #fff;
        border-radius: 100px 100px 100px 100px;
        font-size: 18px;
        padding: 20px 40px;
        text-decoration: none;
        line-height: 1;
        text-align: center;
    }

    .container__button-link:hover {
        background-color: #fff;
        color: #1e1e1e;
    }

    .container__button-link.bg_color {
        background-color: #fff;
        color: #1e1e1e;
    }

    .container__button-link.bg_color:hover {
        color: #fff;
        background-color: #02010100;
    }

    .section_p50 {
        padding: 50px 0;
    }

    .section,
    .header_container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .container__content_row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .container__column {
        text-align: center;
        width: 100%;
    }

    .container__column-inner {
        padding: 20px;
        position: relative;
        width: 100%;
        min-height: auto;
    }

    .container__column-icon_mb20 {
        margin-bottom: 20px;
    }

    .container__column-counter {
        font-size: 30px;
        font-weight: 700;
        line-height: 1;
    }

    .container__counter-title {
        font-weight: 400;
        line-height: 17px;
    }

    .section_p80 {
        padding: 80px 0;
    }

    .section_p80 .container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 10px;
    }

    .container__heading {
        color: #fe86a4;
        font-weight: 900;
        text-transform: uppercase;
        text-align: center;
        margin: 0 auto;
        line-height: 1;
    }

    .container__heading_fs80 h2 {
        font-size: 40px;
        font-style: normal;
        line-height: 42px;
        max-width: 490px;
        margin: 0 auto;
        font-weight: 900;
    }

    .container__content_w800 {
        width: 100%;
        margin: 0 auto;
    }

    .accordion_container {
        background-color: #fff;
        -webkit-box-shadow: 0 0 20px 0 rgba(254, 134, 164, 0.25);
        box-shadow: 0 0 20px 0 rgba(254, 134, 164, 0.25);
        /*-webkit-transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
    -o-transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;*/
        padding: 40px 40px 20px 40px;
        border-radius: 15px 15px 15px 15px;
    }

    .accordion>* {
        position: absolute;
        overflow: hidden;
        padding: 0;
        margin: 0;
    }

    .accordion>*,
    .accordion.edge-visible,
    .accordion .accordion {
        -webkit-transition: 0.3s ease all;
        -o-transition: 0.3s ease all;
        transition: 0.3s ease all;
    }

    .accordion {
        padding: 0;
        margin: 0;
        position: relative;
        list-style: none;
    }

    .accordion,
    .accordion>* {
        will-change: height, transform;
        -webkit-perspective: 90em;
        perspective: 90em;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translateY(0);
        transform: translate3d(0, 0, 0);
    }

    .tab_title {
        margin: 0;
        padding: 15px 20px;
        font-weight: 700;
        line-height: 1.2em;
        cursor: pointer;
        outline: none;
    }

    .accordion>*> :first-child {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .accordion_item.open .tab_title {
        color: #fe86a4;
    }

    .tab_content {
        padding: 15px 20px;
    }

    .accordion>*> :last-child {
        overflow: hidden;
        -webkit-transition: 0.3s ease height, 0.3s step-start visibility;
        -o-transition: 0.3s ease height, 0.3s step-start visibility;
        transition: 0.3s ease height, 0.3s step-start visibility;
    }

    .tab_content {
        padding: 15px 20px;
    }

    .section_pb50 {
        padding-bottom: 50px;
    }

    .section_pt80 {
        padding-top: 80px;
    }

    .section_pt100 {
        padding-top: 100px;
    }

    .container__heading_fs50 {
        font-size: 30px;
        color: #1e1e1e;
    }

    .container__heading_fs50 .container__title-part_color {
        font-size: inherit;
        display: inline;
        color: #fe86a4;
    }

    .container__content_mt30 {
        margin-top: 30px;
    }

    .container_col-3 .container__column {
        padding: 20px;
        width: 100%;
    }

    .container__column-link {
        -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: relative;
        text-decoration: none;
        background-color: #f9f9f9;
        border-radius: 15px;
    }

    .container__column-link_bg {
        background-size: cover;
        z-index: 1;
        min-height: 300px;
        width: 100%;
        border-radius: 15px 15px 0 0;
    }

    .trusted-sellers {
        background-image: url("../images/mobile/trusted-duromine-sellers.webp");
    }

    .meal-plan {
        background-image: url("../images/mobile/meal-plan.webp");
    }

    .motivation-support {
        background-image: url("../images/mobile/motivation-and-support.webp");
    }

    .column__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        min-height: 280px;
        text-align: center;
        background-color: #fff;
        padding: 35px;
        border-radius: 0 0 15px 15px;
        -ms-flex-line-pack: end;
        align-content: flex-end;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .column__title_mb30,
    .column__description_mb30 {
        margin-bottom: 30px;
    }

    .column__element {
        position: relative;
        width: 100%;
    }

    .column__description {
        font-size: 15px;
        color: #55595c;
    }

    .column__button {
        display: inline-block;
        font-family: "Cerebri Sans Pro", Sans-serif;
        font-size: 10px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        color: #fe86a4;
        border-color: #fe86a4;
        border-width: 1px;
        border-radius: 100px;
        cursor: pointer;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        margin-left: auto;
        margin-right: auto;
        border: 2px solid;
        background: transparent;
        padding: 15px 5px;
        border-width: 1px;
        line-height: 1;
    }

    .column__button:hover {
        color: #fff;
        background-color: #fe86a4;
    }

    .container__heading_default-size h2 {
        text-transform: initial;
        font-weight: 400;
        color: #1e1e1e;
    }

    .container__heading_default-size h2,
    .container__heading_fs36 h2,
    .container__heading_fs30 h2 {
        font-size: 24px;
    }

    .container__content_row.container_col-2 {
        margin: 30px 0 80px;
    }

    .container_col-2 .container__column {
        width: 100%;
        text-align: left;
        padding: 30px;
    }

    .column__heading-title {
        line-height: 1;
        margin-bottom: 40px;
    }

    .experience-items {
        list-style: none;
        padding: 0;
    }

    .experience-item {
        padding-bottom: 2.5px;
        font-size: 15px;
        text-decoration: underline;
    }

    .experience-item a {
        width: 100%;
    }

    .experience-item a span {
        color: #55595c;
        padding-left: 10px;
        font-size: 15px;
    }

    .experience-item a:hover {
        color: #55595c;
    }

    .experience-item a:hover span {
        color: #fe86a4;
    }

    .section_color {
        background-color: #fe86a414;
    }

    .container__heading_fs36 h2 {
        font-style: normal;
        font-weight: 900;
        line-height: 1;
        width: 100%;
        max-width: 600px;
        padding: 10px;
        margin: 0 auto;
    }

    .swiper-container {
        margin-left: auto;
        margin-right: auto;
        position: relative;
        overflow: hidden;
        list-style: none;
        padding: 0 0 40px 0;
        z-index: 1;
    }

    .swiper-wrapper {
        position: relative;
        width: 100%;
        height: 100%;
        z-index: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        -o-transition-property: transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        cursor: -webkit-grab;
        cursor: grab;
    }

    .swiper-container-android .swiper-slide,
    .swiper-wrapper {
        -webkit-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0);
    }

    .swiper-slide {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 100%;
        height: 100%;
        position: relative;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        -o-transition-property: transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        padding: 20px;
    }

    .testimonial_content {
        border-radius: 10px;
        padding: 20px;
        background-color: #fff;
        font-size: 13px;
    }

    .testimonial_content:after {
        left: calc(35px + (50px / 2));
        top: calc(100% - 75px);
        content: "";
        display: block;
        width: 14px;
        height: 14px;
        background-color: #fff;
        position: absolute;
        -webkit-transform: scaleX(0.75) rotate(45deg);
        -ms-transform: scaleX(0.75) rotate(45deg);
        transform: scaleX(0.75) rotate(45deg);
        border-width: 0;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

    .testimonial_author {
        padding: 0 20px;
        margin-top: 25px;
        font-size: 15px;
        font-weight: 700;
    }

    .swiper-pagination {
        position: absolute;
        text-align: center;
        -webkit-transition: 300ms opacity;
        -o-transition: 300ms opacity;
        transition: 300ms opacity;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        z-index: 10;
    }

    .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 10px;
        left: 0;
        width: 100%;
    }

    .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        display: inline-block;
        border-radius: 50%;
        background: #000;
        opacity: 0.2;
    }

    .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
        background: #000;
        opacity: 0.2;
    }

    .swiper-pagination-clickable .swiper-pagination-bullet {
        cursor: pointer;
    }

    .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 6px;
    }

    .swiper-pagination-bullet-active {
        opacity: 1;
        background: #fe86a4;
    }

    .swiper-container .swiper-notification {
        position: absolute;
        left: 0;
        top: 0;
        pointer-events: none;
        opacity: 0;
        z-index: -1000;
    }

    .container__heading_default-color h2 {
        color: #1e1e1e;
    }

    .container__heading_fs30 h2 {
        font-style: normal;
        font-weight: 400;
        line-height: 30px;
        text-align: center;
        text-transform: initial;
    }

    .container__content_mt20 {
        margin-top: 50px;
    }

    .success__column .container__column-link:nth-child(1) {
        margin-bottom: 35px;
    }

    .success-stories__img img {
        border-radius: 15px 15px 0 0;
    }

    .success-stories__content {
        text-align: left;
    }

    .column__content_mb15 {
        margin-bottom: 15px;
    }

    .success-stories__content .column__title {
        font-size: 20px;
        font-weight: 700;
        font-style: normal;
        line-height: 24px;
    }

    .success-stories__description {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        font-size: 15px;
        font-weight: 400;
        line-height: 22.5px;
        color: #55595c;
    }

    .success-stories__content .column__button {
        font-size: 15px;
        line-height: 15px;
        padding: 12px 24px;
        font-weight: 500;
        text-transform: initial;
    }

    .section_pt50 {
        padding-top: 50px;
    }

    .section_pb80 {
        padding-bottom: 80px;
    }

    .button-wrapper {
        text-align: center;
        width: 100%;
    }

    .button-wrapper_link {
        display: inline-block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 25px 5px;
        background-color: transparent;
        background-image: -o-linear-gradient(330deg, #fe86a4 0%, #e76082 100%);
        background-image: linear-gradient(120deg, #fe86a4 0%, #e76082 100%);
        border-style: solid;
        border-width: 0 0 0 0;
        border-color: #fe86a4;
        border-radius: 100px 100px 100px 100px;
        text-decoration: none;
        line-height: 1;
        width: 100%;
    }

    .button-wrapper_text {
        font-size: 12px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 0.5px;
        line-height: 17px;
    }

    .footer {
        color: #fff;
        background-color: #1e1e1e;
        padding-bottom: 50px;
    }

    .footer-column.container__column {
        text-align: left;
        padding: 30px;
    }

    .footer-column__title {
        line-height: 25.5px;
        margin-bottom: 20px;
    }

    .container__column-links_items {
        list-style: none;
        padding: 0;
        margin: 0;
        color: #fff;
        text-decoration: none;
    }

    .container__column-links_item a {
        color: #fff;
        text-decoration: none;
        font-size: 15px;
        line-height: 22.5px;
        font-weight: 400;
    }

    .container__column-links_text {
        font-size: 15px;
    }

    .footer-social {
        text-align: center;
        margin-bottom: 20px;
    }

    span.footer-social_item {
        display: inline-block;
        width: 30px;
        height: 30px;
        margin: 0 8px;
    }

    .footer-social_link {
        color: #fe86a4;
        font-size: 15px;
        height: 30px;
        width: 30px;
        display: inline-block;
    }

    .footer-social_link:hover {
        color: #fff;
        -webkit-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
        transform: translateY(-8px);
        -webkit-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        -o-transition-property: transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-transition-timing-function: ease-out;
        -o-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .footer-info-text {
        font-size: 13px;
        margin-bottom: 20px;
        text-align: center;
        line-height: 18.2px;
        font-weight: 400;
    }

    .footer-info-text p {
        font-size: 12px;
    }

    .footer-copyright {
        margin-bottom: 20px;
        color: #b7b8bb;
        font-size: 12px;
        line-height: 12px;
        font-weight: 400;
        text-align: center;
    }

    .footer-copyright p {
        font-size: 12px;
    }

    .footer-payment-icons {
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .footer-payment_icon img+.footer-payment_icon img {
        margin-right: 8px;
    }

    .footer-payment_icon {
        /*display: inline-block;*/
        /*width: 35px;*/
        /*height: 35px;*/
        margin: 0 8px;
    }

    /*****************************************************/

    img {
        max-width: 100%;
    }

    .logo img {
        max-width: 150px;
        width: 150px;
    }

    /*giving you the best section*/
    .section.wf-section {
        position: relative;
        overflow: hidden;
        /*padding: 70px 20px;*/
        border: 1px #111;
    }

    .wrapper {
        position: relative;
        z-index: 3;
        width: 100%;
        max-width: 1140px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 0;
        padding-left: 0;
        -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;
        background-color: transparent;
    }

    .continer-medimu-700 {
        position: relative;
        z-index: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 700px;
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: auto;
        -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;
        text-align: center;
    }

    .heading-2.margin-bot-0 {
        margin-bottom: 0;
        font-weight: 700;
        color: #000;
    }

    .services {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        padding-top: 40px;
        padding-bottom: 40px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        background-image: url("../images/dotted_bg.png");
        background-position: 100% 0;
        background-size: 65%;
        background-repeat: no-repeat;
    }

    .service-item {
        overflow: hidden;
    }

    .service-link {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 30%;
        padding: 16px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 100px;
        color: rgba(0, 5, 109, 0.3);
        cursor: pointer;
    }

    .service-link.active {
        background-color: #fff2f5;
        color: #000;
    }

    .service-number {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 30px;
        height: 30px;
        margin-right: 16px;
        padding: 7px 7px 6px;
        -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;
        border: 3px solid transparent;
        border-radius: 50%;
        background-color: #fff2f5;
        -webkit-box-shadow: 0 0 0 6px transparent;
        box-shadow: 0 0 0 6px transparent;
        color: #adb1d1;
        font-size: 14px;
        line-height: 1em;
        font-weight: 700;
    }

    .service-number.active {
        background-color: #fff;
        -webkit-box-shadow: 0 0 0 4px #fff;
        box-shadow: 0 0 0 4px #fff;
        color: #000;
        border: 1px solid #000;
    }

    .service-text {
        z-index: 2;
        font-size: 21px;
        line-height: 120%;
    }

    .service-wrap {
        position: absolute;
        left: auto;
        top: 0;
        right: 0;
        bottom: auto;
        display: none;
        width: 50%;
        margin: 60px 100px;
        padding: 40px 40px 40px 140px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        border-radius: 20px;
        background-color: #fff;
        -webkit-box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.5), 42px 42px 0 0 #fff2f5;
        box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.5), 42px 42px 0 0 #fff2f5;
    }

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

    .wf-section p {
        margin-top: 0;
        margin-bottom: 0;
        color: #666;
        font-size: 15px;
        line-height: 164%;
    }

    .wf-section img {
        border: 0;
        max-width: 100%;
        vertical-align: middle;
        display: inline-block;
    }

    .service-img {
        position: absolute;
        left: -50px;
        top: -50px;
        right: auto;
        bottom: auto;
    }

    @media screen and (max-width: 991px) {
        .section.wf-section {
            overflow: hidden;
            margin-top: 0;
            margin-bottom: 0;
            padding-top: 70px;
            padding-right: 5%;
            padding-left: 5%;
        }

        .wrapper {
            padding-right: 0;
            padding-left: 0;
        }

        .continer-medimu-700 {
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
            text-align: left;
        }

        .services {
            background-image: none;
            background-position: 0 0;
            background-size: auto;
            background-repeat: repeat;
        }

        .service-number {
            margin-right: 10px;
        }

        .service-text {
            font-size: 18px;
        }

        .service-wrap {
            position: relative;
            width: auto;
            margin: 40px 25px;
            padding-right: 20px;
            padding-left: 40px;
            -webkit-box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.5), 21px 21px 0 0 #fff2f5;
            box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.5), 21px 21px 0 0 #fff2f5;
        }

        .service-img {
            left: -25px;
            top: -25px;
            width: 60px;
        }

        .service-link {
            width: 100%;
            font-size: 16px;
        }
    }

    /*end giving you the best section*/
}