@media screen and (max-width: 500px) {
    body {
        background-color: #2297a1;
        position: relative;
        width: 100%;
        margin: 0;
        height: 100vh;
        min-height: 800px;
    }
    .fcy_bg_main {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 10%;
        height: 100vh;
        background-repeat: no-repeat;
        background-size: 100% auto;
    }
    .bg_left {
        left: 0;
        background-image: url(images/fcy_bg_main_left.png);
        background-position: center left;
    }
    .bg_right {
        right: 0;
        background-image: url(images/fcy_bg_main_right.png);
        background-position: center right;
    }
    .top {
        margin: 0 auto;
        width: 70%;
        height: 90px;
        max-width: 300px;
        position: relative;
    }
    .top .logo {
        width: 80px;
        height: 100%;
        margin: 0 auto;
        background-image: url(images/logo.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
    .top .fcy_bg_sub {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 86%;
        width: 60px;
        background-image: url(images/logo.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
    .top .left {
        left: 0;
        background-image: url(images/fcy_bg_sub_lf.png);
    }
    .top .right {
        right: 0;
        background-image: url(images/fcy_bg_sub_rt.png);
    }
    .mid {
        width: 80%;
        max-width: 500px;
        margin: 20px auto 0 auto;
        font-family: 'Rubik', sans-serif;
        font-weight: bolder;
    }
    .mid .lf {
        float: left;
        width: 100%;
        height: 200px;
        background-image: url(images/app_sample.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }
    .mid .rt {
        float: left;
        width: 100%;
    }
    .mid .rt p.intro {
        font-size: 15px;
        color: white;
        margin: 0;
        padding: 20px 0 20px 0;
        text-align: center;
    }
    .mid .rt .clients {}
    .mid .rt .clients p {
        color: #fff200;
        text-align: center;
        margin: 0 0 10px 0;
    }
    .mid .rt .clients .client_box {
        width: 100%;
    }
    .mid .rt .clients .client_box .client_image {
        width: 33.3333%;
        float: left;
        height: 70px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }
    .mid .btm {
        width: 100%;
    }
    .mid .btm p {
        display: inline-block;
        width: 100%;
        text-align: center;
        color: #fff200;
        height: 30px;
        background-image: url(images/fcy_border.png);
        background-repeat: no-repeat;
        background-position: bottom center;
        background-size: auto;
    }
    .mid .btm .app_links {
        width: 100%;
        margin: 0 auto;
        height: 70px;
        overflow: auto;
    }
    .mid .btm .app_links a {
        background-repeat: no-repeat;
        background-position: center;
        background-size: auto 100%;
        height: 40px;
        width: 49%;
        display: inline-block;
    }
    .mid .btm .app_links a.apple {
        background-image: url(images/apple.png);
    }
    .mid .btm .app_links a.android {
        background-image: url(images/android.png);
    }
    .footer {
        font-size: 15px;
        font-family: 'Rubik', sans-serif;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        max-width: 800px;
        height: 130px;
        margin: auto;
        background-image: url(images/fcy_foot.png);
        background-repeat: no-repeat;
        background-position: bottom center;
        background-size: 100% 100%;
        padding: 35px;
        box-sizing: border-box;
    }
    .footer .contact {
        text-align: center;
        width: 100%;
        height: 100%;
        font-size: 12px;
    }
    .footer .contact>a {
        text-decoration: none;
        color: #2297a1;
        font-size: 18px;
        display: block;
        margin-bottom: 10px;
    }
    .footer .contact>p {
        color: #2297a1;
        margin: 0;
    }
    .footer .contact .social {
        width: 70%;
        margin: 0 auto 0 auto;
        display: flex;
        justify-content: space-around;
        margin-bottom: 10px;
    }
    .footer .contact .social a {
        float: left;
        height: 28px;
        width: 28px;
        display: block;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }
    .footer .contact .social a.fcbk {
        background-image: url(images/fcbk.png);
    }
    .footer .contact .social a.insta {
        background-image: url(images/insta.png);
    }
    .footer .contact .social a.wapp {
        background-image: url(images/wapp.png);
    }
    .footer .contact .social a.mail {
        background-image: url(images/mail.png);
    }
}
@media screen and (min-width: 501px) and (max-width: 720px) {
    body {
        background-color: #2297a1;
        position: relative;
        width: 100%;
        margin: 0;
        height: 100vh;
        min-height: 800px;
    }
    .fcy_bg_main {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 10%;
        height: 100vh;
        background-repeat: no-repeat;
        background-size: 100% auto;
    }
    .bg_left {
        left: 0;
        background-image: url(images/fcy_bg_main_left.png);
        background-position: center left;
    }
    .bg_right {
        right: 0;
        background-image: url(images/fcy_bg_main_right.png);
        background-position: center right;
    }
    .top {
        margin: 0 auto;
        width: 70%;
        height: 90px;
        max-width: 300px;
        position: relative;
    }
    .top .logo {
        width: 80px;
        height: 100%;
        margin: 0 auto;
        background-image: url(images/logo.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
    .top .fcy_bg_sub {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 86%;
        width: 60px;
        background-image: url(images/logo.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
    .top .left {
        left: 0;
        background-image: url(images/fcy_bg_sub_lf.png);
    }
    .top .right {
        right: 0;
        background-image: url(images/fcy_bg_sub_rt.png);
    }
    .mid {
        width: 80%;
        max-width: 500px;
        margin: 20px auto 0 auto;
        font-family: 'Rubik', sans-serif;
        font-weight: bolder;
    }
    .mid .lf {
        float: left;
        width: 100%;
        height: 200px;
        background-image: url(images/app_sample.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }
    .mid .rt {
        float: left;
        width: 100%;
    }
    .mid .rt p.intro {
        font-size: 15px;
        color: white;
        margin: 0;
        padding: 20px 0 20px 0;
        text-align: center;
    }
    .mid .rt .clients {}
    .mid .rt .clients p {
        color: #fff200;
        text-align: center;
        margin: 0 0 10px 0;
    }
    .mid .rt .clients .client_box {
        width: 100%;
    }
    .mid .rt .clients .client_box .client_image {
        width: 33.3333%;
        float: left;
        height: 125px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }
    .mid .btm {
        width: 100%;
    }
    .mid .btm p {
        display: inline-block;
        width: 100%;
        text-align: center;
        color: #fff200;
        height: 30px;
        background-image: url(images/fcy_border.png);
        background-repeat: no-repeat;
        background-position: bottom center;
        background-size: auto;
    }
    .mid .btm .app_links {
        width: 80%;
        margin: 0 auto;
        height: 60px;
        overflow: auto;
    }
    .mid .btm .app_links a {
        background-repeat: no-repeat;
        background-position: center;
        background-size: auto 100%;
        height: 40px;
        width: 49%;
        display: inline-block;
    }
    .mid .btm .app_links a.apple {
        background-image: url(images/apple.png);
    }
    .mid .btm .app_links a.android {
        background-image: url(images/android.png);
    }
    .footer {
        font-size: 15px;
        font-family: 'Rubik', sans-serif;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        max-width: 800px;
        height: 130px;
        margin: auto;
        background-image: url(images/fcy_foot.png);
        background-repeat: no-repeat;
        background-position: bottom center;
        background-size: 100% 100%;
        padding: 30px;
        box-sizing: border-box;
    }
    .footer .contact {
        text-align: center;
        width: 100%;
        height: 100%;
        font-size: 12px;
    }
    .footer .contact>a {
        text-decoration: none;
        color: #2297a1;
    }
    .footer .contact>p {
        color: #2297a1;
        margin: 0;
    }
    .footer .contact .social {
        width: 50%;
        margin: 0 auto;
        display: flex;
        justify-content: space-around;
        margin-bottom: 20px;
    }
    .footer .contact .social a {
        float: left;
        height: 28px;
        width: 28px;
        display: block;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }
    .footer .contact .social a.fcbk {
        background-image: url(images/fcbk.png);
    }
    .footer .contact .social a.insta {
        background-image: url(images/insta.png);
    }
    .footer .contact .social a.wapp {
        background-image: url(images/wapp.png);
    }
    .footer .contact .social a.mail {
        background-image: url(images/mail.png);
    }
}
@media screen and (min-width: 721px) {
    body {
        background-color: #2297a1;
        position: relative;
        width: 100%;
        margin: 0;
        height: 100vh;
        min-height: 800px;
    }
    .fcy_bg_main {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 275px;
        height: 400px;
        background-repeat: no-repeat;
        background-size: auto 100%;
    }
    .bg_left {
        left: 0;
        background-image: url(images/fcy_bg_main_left.png);
        background-position: center left;
    }
    .bg_right {
        right: 0;
        background-image: url(images/fcy_bg_main_right.png);
        background-position: center right;
    }
    .top {
        margin: 0 auto;
        width: 100%;
        height: 160px;
        max-width: 400px;
        position: relative;
    }
    .top .logo {
        width: 150px;
        height: 100%;
        margin: 0 auto;
        background-image: url(images/logo.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
    .top .fcy_bg_sub {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 100px;
        width: 100px;
        background-image: url(images/logo.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
    .top .left {
        left: 0;
        background-image: url(images/fcy_bg_sub_lf.png);
    }
    .top .right {
        right: 0;
        background-image: url(images/fcy_bg_sub_rt.png);
    }
    .mid {
        width: 100%;
        max-width: 550px;
        margin: 70px auto 0 auto;
        font-family: 'Rubik', sans-serif;
        font-weight: bolder;
    }
    .mid .lf {
        float: left;
        width: 40%;
        height: 350px;
        background-image: url(images/app_sample.png);
        background-repeat: no-repeat;
        background-position: center left;
        background-size: contain;
    }
    .mid .rt {
        float: left;
        width: 60%;
        height: 300px;
    }
    .mid .rt p.intro {
        font-size: 20px;
        color: white;
        margin: 0;
        padding: 0 0 40px 0;
    }
    .mid .rt .clients {}
    .mid .rt .clients p {
        color: #fff200;
        margin-bottom: 0;
    }
    .mid .rt .clients .client_box {
        width: 100%;
    }
    .mid .rt .clients .client_box .client_image {
        width: 33.3333%;
        float: left;
        height: 100px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }
/*
    .mid .rt .clients .client_box .client_image_1 {
        background-image: url(images/client_1.png);
    }
    .mid .rt .clients .client_box .client_image_2 {
        background-image: url(images/client_2.png);
    }
    .mid .rt .clients .client_box .client_image_3 {
        background-image: url(images/client_3.png);
    }
*/
    .mid .btm {
        width: 100%;
    }
    .mid .btm p {
        display: inline-block;
        width: 100%;
        text-align: center;
        color: #fff200;
        height: 30px;
        background-image: url(images/fcy_border.png);
        background-repeat: no-repeat;
        background-position: bottom center;
        background-size: auto 3px;
    }
    .mid .btm .app_links {
        width: 80%;
        margin: 0 auto;
        height: 60px;
        overflow: auto;
    }
    .mid .btm .app_links a {
        background-repeat: no-repeat;
        background-position: center;
        background-size: auto 100%;
        height: 40px;
        width: 49%;
        display: inline-block;
    }
    .mid .btm .app_links a.apple {
        background-image: url(images/apple.png);
    }
    .mid .btm .app_links a.android {
        background-image: url(images/android.png);
    }
    .footer {
        font-size: 15px;
        font-family: 'Rubik', sans-serif;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        max-width: 800px;
        height: 130px;
        margin: auto;
        background-image: url(images/fcy_foot.png);
        background-repeat: no-repeat;
        background-position: bottom center;
        background-size: 100% 100%;
        padding: 30px;
        box-sizing: border-box;
    }
    .footer .contact {
        text-align: center;
        width: 100%;
        height: 100%;
    }
    .footer .contact>a {
        text-decoration: none;
        color: #2297a1;
    }
    .footer .contact>p {
        color: #2297a1;
        margin: 0;
    }
    .footer .contact .social {
        width: 30%;
        margin: 0 auto;
        display: flex;
        justify-content: space-around;
        margin-bottom: 20px;
    }
    .footer .contact .social a {
        float: left;
        height: 28px;
        width: 28px;
        display: block;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }
    .footer .contact .social a.fcbk {
        background-image: url(images/fcbk.png);
    }
    .footer .contact .social a.insta {
        background-image: url(images/insta.png);
    }
    .footer .contact .social a.wapp {
        background-image: url(images/wapp.png);
    }
    .footer .contact .social a.mail {
        background-image: url(images/mail.png);
    }
}
