﻿@media only screen
and (max-width : 320px) and (max-device-width: 480px)and (orientation: portrait) {

.topnav a {
    float: left;
    color: #f2f2f2;
    padding: 10px 10px;
    text-decoration: none;
    font-size: 12px;
}
.top-left {
        position: absolute;
        top: 5px;
        left: 0px;
    }
	.top-right {
        top: 0px;
        right: 0px;
        position: absolute;
    }
	.centered {
        position: absolute;
        top: 24%;
        left: 45%;
        transform: translate(-40%, -40%);
    }

        .centered p {
            text-align: center;
            color: #fff;
            font-size: 7px;
            line-height: 18px;
            font-family: mydrid-pro;
        }

.web_logo{
	
	display:none;
	
}
.mobile_logo{
	
	display:block;
}
 .app_img {
    display: block;
    position: absolute;
    top:0px;
    left: -114px;
    transform: rotate(90deg) scale(1.0);
    }

    .app_img_web {
        display: none;
    }
	.iphone-img {
    position: absolute;
    left: 0px;
    z-index: 10;
    top: -30px;
}
.ttl_ip_area {
    color: #fff;
    margin-top: 40px;
}
.ttl_ip_area .rounded-list {
    margin-left: 35px;
}
.ttt-apps-download {
    margin-top: 30px;
	margin-bottom:30px;
}
.ttt_contact_bg {
    background-image: url(../Images/ttt-contact-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 122vh;
}
.left_footer {
    width: 100%;
    float: left;
}
.right_footer {
    width: 100%;
    float: left;
    text-align: right;
}
.right_footer .nav a {
    font-size: 13px;
}
.mob-view h3 {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    font-size: 18px;
}
.mob-view {
    margin: -34px 0 30px 0;
    color: white;
}
.mob-view .ttl_h1{
	width:100%;
	
}
.mob-view .ttl_h2{
	width:100%;
	margin-left: 17px;
	margin-bottom: 20px;
}
.mob-view ul {
    padding-left: 0px;
}
.ttl_h1 {
    margin-left: 15px;
}
.scrren_des{
	font-size:15px;
}
.bg-gray {
    background-color: #fcfcfc;
    margin-top: 20px;
}
.ttl_how_it_work {
    margin-top: 0px;
    margin-bottom: 50px;
}
}

@media only screen
and (min-width : 321px) {
/* STYLES GO HERE */
}
/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
    .top-left {
        position: absolute;
        top: 16px;
        left: 120px;
    }

.web_logo{
	
	display:none;
	
}
.mobile_logo{
	
	display:block;
}
    .top-right {
        top: 70px;
        right: 60px;
        position: absolute;
    }


    .centered {
        position: absolute;
        top: 40%;
        left: 47%;
        transform: translate(-40%, -40%);
    }

        .centered p {
            text-align: center;
            color: #fff;
            font-size: 16px;
            line-height: 22px;
            font-family: mydrid-pro;
        }

        .centered a {
            padding-left: 0px;
        }

    .app_img {
        display: block;
    }

    .app_img_web {
        display: none;
    }


    /* end top*/

    .iphone-img {
        position: absolute;
        left: 0px;
        z-index: 10;
        top: -30px;
    }

    .ttl_ip_area .rounded-list {
        margin-left: 30px;
    }

    .bg_dream {
        background-image: linear-gradient(to right top, #554bc5, #5945c6, #5e3ec6, #6335c6, #692bc6, #6c26c5, #6e1fc5, #7117c4, #7117c4, #7118c4, #7018c4, #7018c4);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        
    }
    /*iphone-section*/

    .ttt-apps {
        margin-top: 25px;
    }




    .mob-view {
        padding: 0px;
        margin: 38px 0 0px 0;
        color: white;
    }

        .mob-view h3 {
            text-align: center;
            color: white;
            margin: 0px;
            padding: 0px;
        }

        .mob-view li a {
            color: #fff;
            padding: 0px;
        }

        .mob-view li {
            margin-top: 0px;
        }



    .ttl_ip_area {
        color: #fff;
        margin-top: 30px;
    }



    #ttl_right_history {
        background: #3b3b3b;
        float: left;
        margin-left: 0px;
    }

    .ttt-apps-download {
        margin: 0px;
        margin-bottom: 30px;
    }

    .ttt_contact_bg {
        background-image: url('../Images/ttt-contact-bg.jpg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        height: 70vh;
		-webkit-background-size: 100%; 
    -moz-background-size: 100%; 
    -o-background-size: 100%; 
    background-size: 100%; 
    -webkit-background-size: cover; 
    -moz-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover;
    }
    .ttl_row_item {
        margin-top: 0px;
    }
    .footer_area {
        width: 100%;
        float: left;
        padding: 20px;
    }

    .left_footer {
        width: 100%;
        float: left;
        text-align: center;
        font-size: 16px;
    }

    .right_footer {
        width: 100%;
        float: left;
        text-align: center;
        font-size: 16px;
    }
        .right_footer .nav a {
            font-size: 16px;
        }
}
/* Portrait */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .top-left {
        position: absolute;
        top: 0px;
        left: 0px;
    }
.web_logo{
	
	display:none;
	
}
.mobile_logo{
	
	display:block;
}

    .top-right {
        top: 0px;
        right: -26px;
        position: absolute;
    }


    .centered {
        position: absolute;
        top: 20%;
        left: 46%;
        transform: translate(-40%, -40%);
    }

        .centered p {
            text-align: center;
            color: #fff;
            font-size: 9px;
            line-height: 18px;
            font-family: mydrid-pro;
        }

        .centered a {
            padding-left: 0px;
            
        }
    .app_img {
        display: block;
    }

    .app_img_web {
        display: none;
    }
    .centered a img {
        margin-top: 20px;
        margin-left: 54px;
    }
        /*main section*/
    .ttl_main_section {
        margin-top: 40px;
    }
    .ttl_box_shadow {
        -webkit-transition: 0s; /* For Safari 3.1 to 6.0 */
        transition: 0s;
    }
    /*end main section*/
    /* end top*/
    .iphone-img {
        position: absolute;
        left: 0px;
        z-index: 10;
        top: -30px;
    }

    .ttl_ip_area .rounded-list {
        margin-left: 30px;
    }

    .bg_dream {
        background-image: linear-gradient(to right top, #554bc5, #5945c6, #5e3ec6, #6335c6, #692bc6, #6c26c5, #6e1fc5, #7117c4, #7117c4, #7118c4, #7018c4, #7018c4);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        
    }
    /*iphone-section*/

    .ttt-apps {
        margin-top: 25px;
    }




    .mob-view {
        padding: 0px;
        margin: 38px 0 0px 0;
        color: white;
    }

        .mob-view h3 {
            text-align: center;
            color: white;
            margin: 0px;
            padding: 0px;
			font-size: 22px;
        }

        .mob-view li a {
            color: #fff;
            padding: 0px;
        }

        .mob-view li {
            margin-top: 0px;
        }

        .mob-view ul {
            padding-left: 20px;
            padding-bottom: 30px;
            padding-top: 20px;
        }

    .ttl_ip_area {
        color: #fff;
        margin-top: 30px;
    }
    .bg-gray {
        background-color: #fcfcfc;
        margin-top: 30px;
    }


    #ttl_right_history {
        background: #3b3b3b;
        float: left;
        margin-left: 0px;
        padding-top:0px;
    }

    .ttt-apps-download {
        margin: 0px;
        margin-bottom: 30px;
    }

    .ttt_contact_bg {
        background-image: url('../Images/ttt-contact-bg.jpg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        height: 85vh;
		-webkit-background-size: 100%; 
    -moz-background-size: 100%; 
    -o-background-size: 100%; 
    background-size: 100%; 
    -webkit-background-size: cover; 
    -moz-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover;
    }
    .ttl_how_it_work {
        margin-top: 15px;
        margin-bottom: 50px;
    }
    .tt_work_item{
        margin-top:40px;
    }
    .ttl_row_item {
        margin-top: 0px;
    }
    .footer_area {
        width: 100%;
        float: left;
        padding: 20px;
    }

    .left_footer {
        width: 100%;
        float: left;
        text-align: center;
        font-size: 12px;
    }

    .right_footer {
        width: 100%;
        float: left;
        text-align: center;
        font-size: 12px;
    }
        .right_footer .nav a {
            font-size: 12px;
        }
}
/* Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .top-left {
        position: absolute;
        top: 16px;
        left: 250px;
    }

.web_logo{
	
	display:block;
	
}
.mobile_logo{
	
	display:none;
}
    .top-right {
        top: 70px;
        right: 200px;
        position: absolute;
    }


    .centered {
        position: absolute;
        top: 60%;
        left: 45%;
        transform: translate(-40%, -40%);
    }

        .centered p {
            text-align: center;
            color: #fff;
            font-size: 16px;
            line-height: 22px;
            font-family: mydrid-pro;
        }

        .centered a {
            padding-left: 60px;
        }
    .app_img {
        display: none;
    }

    .app_img_web {
        display: block;
    }
    .centered a img {
        margin-top: 30px;
        margin-left: 60px;
    }
    .ttl_main_section {
        margin-top: 40px;
    }
    .ttl_box_shadow {
       
        -webkit-transition: 0s;
        transition: 0s;
    }
    /* end top*/

    .iphone-img {
        position: absolute;
        left: 0px;
        z-index: 10;
        top: -60px;
    }

    .ttl_how_it_work {
        margin-top: 20px;
        margin-bottom: 100px;
    }
    .tt_work_item {
        margin-top: 40px;
    }
    .ttl_ip_area .rounded-list {
        margin-left: 30px;
    }

    .bg_dream {
        background-image: linear-gradient(to right top, #554bc5, #5945c6, #5e3ec6, #6335c6, #692bc6, #6c26c5, #6e1fc5, #7117c4, #7117c4, #7118c4, #7018c4, #7018c4);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
      
    }
    /*iphone-section*/

    .ttt-apps {
        margin-top: 25px;
    }




    .mob-view {
        padding: 0px;
        margin: 38px 0 0px 0;
        color: white;
    }

        .mob-view h3 {
            text-align: center;
            color: white;
            margin: 0px;
            padding: 0px;
        }

        .mob-view li a {
            color: #fff;
            padding: 0px;
        }

        .mob-view li {
            margin-top: 0px;
        }

        .mob-view ul {
            padding-left: 120px;
            padding-bottom: 30px;
            padding-top: 20px;
        }

    .ttl_ip_area {
        color: #fff;
        margin-top: 100px;
    }



    #ttl_right_history {
        background: #3b3b3b;
        float: left;
        margin-left: 0px;
        background: #3b3b3b;
        float: left;
        
        padding-top: 0px;
    }

    .ttt-apps-download {
        margin: 0px;
        margin-bottom: 30px;
    }

    .ttt_contact_bg {
        background-image: url('../Images/ttt-contact-bg.jpg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        height: 145vh;
		-webkit-background-size: 100%; 
    -moz-background-size: 100%; 
    -o-background-size: 100%; 
    background-size: 100%; 
    -webkit-background-size: cover; 
    -moz-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover;
    }

    #footer-left {
        padding-top: 15px;
    }

    #footer-right {
        margin-top: -30px;
    }
    .ttl_row_item {
        margin-top: 0px;
    }
    .footer_area {
        width: 100%;
        float: left;
        padding: 20px;
    }

    .left_footer {
        width: 30%;
        float: left;
        text-align: center;
        font-size: 12px;
    }

    .right_footer {
        width: 70%;
        float: left;
        text-align: center;
        font-size: 12px;
    }
        .right_footer .nav a {
            font-size: 12px;
        }
}
/*ipHONE X*/

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
    .top-left {
        position: absolute;
        top: 0px;
        left: 0px;
    }

.web_logo{
	
	display:none;
	
}
.mobile_logo{
	
	display:block;
}
    .top-right {
        top: 0px;
        right: -26px;
        position: absolute;
    }


    .centered {
        position: absolute;
        top: 18%;
        left: 45%;
        transform: translate(-40%, -40%);
    }

        .centered p {
            text-align: center;
            color: #fff;
            font-size: 9px;
            line-height: 18px;
            font-family: mydrid-pro;
        }

        .centered a {
            padding-left: 0px;
        }

    .app_img {
        display: block;
    }

    .app_img_web {
        display: none;
    }

    .centered a img {
        margin-top: 20px;
        margin-left: 50px;
    }
    /*main section*/
    .ttl_main_section {
        margin-top: 40px;
    }

    .ttl_box_shadow {
        -webkit-transition: 0s; /* For Safari 3.1 to 6.0 */
        transition: 0s;
    }
    /*end main section*/
    /* end top*/
    .iphone-img {
        position: absolute;
        left: 0px;
        z-index: 10;
        top: -30px;
    }

    .ttl_ip_area .rounded-list {
        margin-left: 30px;
    }

    .bg_dream {
        background-image: linear-gradient(to right top, #554bc5, #5945c6, #5e3ec6, #6335c6, #692bc6, #6c26c5, #6e1fc5, #7117c4, #7117c4, #7118c4, #7018c4, #7018c4);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
    }
    /*iphone-section*/

    .ttt-apps {
        margin-top: 25px;
    }




    .mob-view {
        padding: 0px;
        margin: 38px 0 0px 0;
        color: white;
    }

        .mob-view h3 {
            text-align: center;
            color: white;
            margin: 0px;
            padding: 0px;
        }

        .mob-view li a {
            color: #fff;
            padding: 0px;
        }

        .mob-view li {
            margin-top: 0px;
        }

        .mob-view ul {
            padding-left: 65px;
            padding-bottom: 30px;
            padding-top: 20px;
        }

    .ttl_ip_area {
        color: #fff;
        margin-top: 60px;
    }

    .bg-gray {
        background-color: #fcfcfc;
        margin-top: 30px;
    }


    #ttl_right_history {
        background: #3b3b3b;
        float: left;
        margin-left: 0px;
        padding-top: 0px;
    }

    .ttt-apps-download {
        margin: 0px;
        margin-bottom: 30px;
    }

    .ttt_contact_bg {
        background-image: url('../Images/ttt-contact-bg.jpg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        height: 80vh !important;
		-webkit-background-size: 100%; 
    -moz-background-size: 100%; 
    -o-background-size: 100%; 
    background-size: 100%; 
    -webkit-background-size: cover; 
    -moz-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover;
    }

    .ttl_how_it_work {
        margin-top: 15px;
        margin-bottom: 50px;
    }

    .tt_work_item {
        margin-top: 40px;
    }

    .ttl_row_item {
        margin-top: 0px;
    }

    .footer_area {
        width: 100%;
        float: left;
        padding: 20px;
    }

    .left_footer {
        width: 100%;
        float: left;
        text-align: center;
        font-size: 12px;
    }

    .right_footer {
        width: 100%;
        float: left;
        text-align: center;
        font-size: 12px;
    }

        .right_footer .nav a {
            font-size: 12px;
        }
}
/* LANDSCAPE*/

/* Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    .top-left {
        position: absolute;
        top: 20px;
        left: 300px;
    }

.web_logo{
	
	display:block;
	
}
.mobile_logo{
	display:none;
	
	
}
    .top-right {
        top: 75px;
        right: 200px;
        position: absolute;
    }


    .centered {
        position: absolute;
        top: 60%;
        left: 47%;
        transform: translate(-40%, -40%);
    }

        .centered p {
            text-align: center;
            color: #fff;
            font-size: 17px;
            line-height: 22px;
            font-family: mydrid-pro;
        }

        .centered a {
            padding-left: 50px;
        }

    .app_img {
        display: none;
    }

    .app_img_web {
        display: block;
    }

    .centered a img {
        margin-top: 30px;
        margin-left: 85px;
    }
    .bg-gray {
        background-color: #fcfcfc;
        margin-top: 12px;
    }
    .ttl_main_section {
        margin-top: 40px;
    }

    .ttl_box_shadow {
        -webkit-transition: 0s;
        transition: 0s;
    }


    /* end top*/

    .iphone-img {
        position: absolute;
        left: 0px;
        z-index: 10;
        top: -70px;
    }

    .ttl_how_it_work {
        margin-top: 20px;
        margin-bottom: 100px;
    }

    .ttl_ip_area .rounded-list {
        margin-left: 30px;
    }

    .bg_dream {
        background-image: linear-gradient(to right top, #554bc5, #5945c6, #5e3ec6, #6335c6, #692bc6, #6c26c5, #6e1fc5, #7117c4, #7117c4, #7118c4, #7018c4, #7018c4);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
    }

    ttl_how_it_work {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .tt_work_item {
        margin-top: 40px;
    }
    /*iphone-section*/

    .ttt-apps {
        margin-top: 25px;
    }




    .mob-view {
        padding: 0px;
        margin: 0px 0 0px 0;
        color: white;
    }

        .mob-view ul {
            
            padding-bottom: 47px;
            padding-top: 15px;
        }

        .mob-view h3 {
            text-align: center;
            color: white;
          
            padding: 0px;
        }

        .mob-view li a {
            color: #fff;
            padding: 0px;
        }

        .mob-view li {
            margin-top: 0px;
        }
        .mob-view ul li {
            list-style: disc;
            margin-top: 4.5px;
        }


    .ttl_ip_area {
        color: #fff;
        margin-top: 100px;
    }



    #ttl_right_history {
        background: #3b3b3b;
        float: left;
        margin-left: 0px;
        padding-top: 0px;
    }

    .ttt-apps-download {
        margin: 0px;
        margin-bottom: 30px;
    }

    .ttt_contact_bg {
        background-image: url('../Images/ttt-contact-bg.jpg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        height: 135vh;
		-webkit-background-size: 100%; 
    -moz-background-size: 100%; 
    -o-background-size: 100%; 
    background-size: 100%; 
    -webkit-background-size: cover; 
    -moz-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover;
    }

    .ttl_row_item {
        margin-top: 0px;
    }

    .footer_area {
        width: 100%;
        float: left;
        padding: 20px;
    }

    .left_footer {
        width: 30%;
        float: left;
        text-align: center;
        font-size: 12px;
    }

    .right_footer {
        width: 70%;
        float: left;
        text-align: center;
        font-size: 12px;
    }

        .right_footer .nav a {
            font-size: 12px;
        }
}



/* ----------- iPhone 6+, 7+ and 8+ ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
    .top-left {
        position: absolute;
        top: 16px;
        left: 120px;
    }

.web_logo{
	
	display:none;
	
}
.mobile_logo{
	
	display:block;
}
    .top-right {
        top: 75px;
        right: 80px;
        position: absolute;
    }


    .centered {
        position: absolute;
        top: 35%;
        left: 47%;
        transform: translate(-40%, -40%);
    }

        .centered p {
            text-align: center;
            color: #fff;
            font-size: 10px;
            line-height: 22px;
            font-family: mydrid-pro;
        }

        .centered a {
            padding-left: 0px;
        }
    .app_img {
        display: block;
    }
    .app_img_web {
        display: none;
    }

    /* end top*/

    .iphone-img {
        position: absolute;
        left: 0px;
        z-index: 10;
        top: -30px;
    }

    .ttl_ip_area .rounded-list {
        margin-left: 30px;
    }

    .bg_dream {
        background-image: linear-gradient(to right top, #554bc5, #5945c6, #5e3ec6, #6335c6, #692bc6, #6c26c5, #6e1fc5, #7117c4, #7117c4, #7118c4, #7018c4, #7018c4);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        
    }
    /*iphone-section*/

    .ttt-apps {
        margin-top: 25px;
    }




    .mob-view {
        padding: 0px;
        margin: 38px 0 0px 0;
        color: white;
    }

        .mob-view h3 {
            text-align: center;
            color: white;
            margin: 0px;
            padding: 0px;
        }

        .mob-view li a {
            color: #fff;
            padding: 0px;
        }

        .mob-view li {
            margin-top: 0px;
        }



    .ttl_ip_area {
        color: #fff;
        margin-top: 60px;
    }



    #ttl_right_history {
        background: #3b3b3b;
        float: left;
        margin-left: 0px;
    }

    .ttt-apps-download {
        margin: 0px;
        margin-bottom: 30px;
    }

    .ttt_contact_bg {
        background-image: url('../Images/ttt-contact-bg.jpg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        height: 70vh;
		-webkit-background-size: 100%; 
    -moz-background-size: 100%; 
    -o-background-size: 100%; 
    background-size: 100%; 
    -webkit-background-size: cover; 
    -moz-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover;
    }
    .tt_work_item {
        margin-top: 40px;
    }
    .ttl_row_item {
        margin-top: 0px;
    }
    .footer_area {
        width: 100%;
        float: left;
        padding: 20px;
    }

    .left_footer {
        width: 100%;
        float: left;
        text-align: center;
        font-size: 12px;
    }

    .right_footer {
        width: 100%;
        float: left;
        text-align: center;
        font-size: 12px;
    }
        .right_footer .nav a {
            font-size: 12px;
        }
}
/* Portrait */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
    .top-left {
        position: absolute;
        top: 16px;
        left: 120px;
    }

.web_logo{
	
	display:none;
	
}
.mobile_logo{
	
	display:block;
}
    .top-right {
        top: 75px;
        right: 80px;
        position: absolute;
    }


    .centered {
        position: absolute;
        top: 35%;
        left: 47%;
        transform: translate(-40%, -40%);
    }

        .centered p {
            text-align: center;
            color: #fff;
            font-size: 16px;
            line-height: 22px;
            font-family: mydrid-pro;
        }

        .centered a {
            padding-left: 0px;
        }
    .app_img_web{
        display:none;
    }
    .app_img {
        display: block;
    }

    /* end top*/

    .iphone-img {
        position: absolute;
        left: 0px;
        z-index: 10;
        top: -30px;
    }

    .ttl_ip_area .rounded-list {
        margin-left: 30px;
    }

    .bg_dream {
        background-image: linear-gradient(to right top, #554bc5, #5945c6, #5e3ec6, #6335c6, #692bc6, #6c26c5, #6e1fc5, #7117c4, #7117c4, #7118c4, #7018c4, #7018c4);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        
    }
    /*iphone-section*/

    .ttt-apps {
        margin-top: 25px;
    }




    .mob-view {
        padding: 0px;
        margin: 38px 0 0px 0;
        color: white;
    }

        .mob-view h3 {
            text-align: center;
            color: white;
            margin: 0px;
            padding: 0px;
        }

        .mob-view li a {
            color: #fff;
            padding: 0px;
        }

        .mob-view li {
            margin-top: 0px;
        }



    .ttl_ip_area {
        color: #fff;
        margin-top: 60px;
    }



    #ttl_right_history {
        background: #3b3b3b;
        float: left;
        margin-left: 0px;
    }

    .ttt-apps-download {
        margin: 0px;
        margin-bottom: 30px;
    }

    .ttt_contact_bg {
        background-image: url('../Images/ttt-contact-bg.jpg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        height: 70vh;
		-webkit-background-size: 100%; 
    -moz-background-size: 100%; 
    -o-background-size: 100%; 
    background-size: 100%; 
    -webkit-background-size: cover; 
    -moz-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover;
    }
    .tt_work_item {
        margin-top: 40px;
    }
    .ttl_row_item {
        margin-top: 0px;
    }
    .footer_area {
        width: 100%;
        float: left;
        padding: 20px;
    }

    .left_footer {
        width: 100%;
        float: left;
        text-align: center;
        font-size: 16px;
    }

    .right_footer {
        width: 100%;
        float: left;
        text-align: center;
        font-size: 16px;
    }
        .right_footer .nav a {
            font-size: 16px;
        }
}
/* Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    .top-left {
        position: absolute;
        top: 20px;
        left: 250px;
    }
.web_logo{
	
	display:none;
	
}
.mobile_logo{
	
	display:block;
}

    .top-right {
        top: 75px;
        right: 250px;
        position: absolute;
    }


    .centered {
        position: absolute;
        top: 60%;
        left: 47%;
        transform: translate(-40%, -40%);
    }

        .centered p {
            text-align: center;
            color: #fff;
            font-size: 16px;
            line-height: 22px;
            font-family: mydrid-pro;
        }

        .centered a {
            padding-left: 50px;
        }
    .app_img {
        display: none;
    }

    .app_img_web {
        display: block;
    }

    .centered a img {
        margin-top: 30px;
        margin-left: 60px;
    }
    .ttl_main_section {
        margin-top: 40px;
    }

    .ttl_box_shadow {
        -webkit-transition: 0s;
        transition: 0s;
    }


    /* end top*/

    .iphone-img {
        position: absolute;
        left: 0px;
        z-index: 10;
        top: -70px;
    }
    .ttl_how_it_work {
        margin-top: 20px;
        margin-bottom: 100px;
    }
    .ttl_ip_area .rounded-list {
        margin-left: 30px;
    }

    .bg_dream {
        background-image: linear-gradient(to right top, #554bc5, #5945c6, #5e3ec6, #6335c6, #692bc6, #6c26c5, #6e1fc5, #7117c4, #7117c4, #7118c4, #7018c4, #7018c4);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
       
    }
    ttl_how_it_work {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .tt_work_item {
        margin-top: 40px;
    }
    /*iphone-section*/

    .ttt-apps {
        margin-top: 25px;
    }




    .mob-view {
        padding: 0px;
        margin: 38px 0 0px 0;
        color: white;
    }
        .mob-view ul {
            padding-left: 120px;
            padding-bottom: 30px;
            padding-top: 20px;
        }
        .mob-view h3 {
            text-align: center;
            color: white;
            margin-top:10px;
            padding: 0px;
        }

        .mob-view li a {
            color: #fff;
            padding: 0px;
        }

        .mob-view li {
            margin-top: 0px;
        }



    .ttl_ip_area {
        color: #fff;
        margin-top: 100px;
    }



    #ttl_right_history {
        background: #3b3b3b;
        float: left;
        margin-left: 0px;
        padding-top:0px;
    }

    .ttt-apps-download {
        margin: 0px;
        margin-bottom: 30px;
    }

    .ttt_contact_bg {
        background-image: url('../Images/ttt-contact-bg.jpg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        height: 135vh;
		-webkit-background-size: 100%; 
    -moz-background-size: 100%; 
    -o-background-size: 100%; 
    background-size: 100%; 
    -webkit-background-size: cover; 
    -moz-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover;
    }
    .ttl_row_item {
        margin-top: 0px;
    }
    .footer_area {
        width: 100%;
        float: left;
        padding: 20px;
    }

    .left_footer {
        width: 30%;
        float: left;
        text-align: center;
        font-size: 12px;
    }

    .right_footer {
        width: 70%;
        float: left;
        text-align: center;
        font-size: 12px;
    }
        .right_footer .nav a {
            font-size: 12px;
        }
}
/* Portrait */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
    .top-left {
        position: absolute;
        top: 0px;
        left: 0px;
    }

.web_logo{
	
	display:none;
	
}
.mobile_logo{
	
	display:block;
}
    .top-right {
        top: 0px;
        right: -20px;
        position: absolute;
    }


    .centered {
        position: absolute;
        top: 20%;
        left: 45%;
        transform: translate(-40%, -40%);
    }

        .centered p {
            text-align: center;
            color: #fff;
            font-size: 10px;
            line-height: 22px;
            font-family: mydrid-pro;
        }

        .centered a {
            padding-left: 0px;
        }

    .app_img {
        display: block;
    }

    .app_img_web {
        display: none;
    }
    .ttl_main_section {
        margin-top: 40px;
    }

    .ttl_box_shadow {
        -webkit-transition: 0s;
        transition: 0s;
    }

    /* end top*/

    .iphone-img {
        position: absolute;
        left: 0px;
        z-index: 10;
        top: -30px;
    }

    .ttl_ip_area .rounded-list {
        margin-left: 30px;
    }

    .bg_dream {
        background-image: linear-gradient(to right top, #554bc5, #5945c6, #5e3ec6, #6335c6, #692bc6, #6c26c5, #6e1fc5, #7117c4, #7117c4, #7118c4, #7018c4, #7018c4);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        
    }
    /*iphone-section*/

    .ttt-apps {
        margin-top: 25px;
    }




    .mob-view {
        padding: 0px;
        margin: 38px 0 0px 0;
        color: white;
    }

        .mob-view h3 {
            text-align: center;
            color: white;
            margin-top: 10px;
            padding: 0px;
        }

        .mob-view li a {
            color: #fff;
            padding: 0px;
        }

        .mob-view li {
            margin-top: 0px;
        }



    .ttl_ip_area {
        color: #fff;
        margin-top: 60px;
    }



    #ttl_right_history {
        background: #3b3b3b;
        float: left;
        margin-left: 0px;
    }

    .ttt-apps-download {
        margin: 0px;
        margin-bottom: 30px;
    }

    .ttt_contact_bg {
        background-image: url('../Images/ttt-contact-bg.jpg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        height: 85vh;
		-webkit-background-size: 100%; 
    -moz-background-size: 100%; 
    -o-background-size: 100%; 
    background-size: 100%; 
    -webkit-background-size: cover; 
    -moz-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover;
    }
    .tt_work_item {
        margin-top: 40px;
    }
    .ttl_row_item {
        margin-top: 00px;
    }
    .footer_area {
        width: 100%;
        float: left;
        padding: 20px;
    }

    .left_footer {
        width: 100%;
        float: left;
        text-align: center;
        font-size: 12px;
    }

    .right_footer {
        width: 100%;
        float: left;
        text-align: center;
       
    }
        .right_footer .nav a {
            font-size: 12px;
        }
}
/* ----------- iPhone X ---------*/



/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    .top-left {
        position: absolute;
        top: 20px;
        left: 320px;
    }
.web_logo{
	
	display:none;
	
}
.mobile_logo{
	
	display:block;
}

    .top-right {
        top: 75px;
        right: 220px;
        position: absolute;
    }


    .centered {
        position: absolute;
        top: 24%;
        left: 47%;
        transform: translate(-40%, -40%);
    }

        .centered p {
            text-align: center;
            color: #fff;
            font-size: 18px;
            line-height: 22px;
            font-family: mydrid-pro;
        }

        .centered a {
            padding-left: 50px;
        }

    .app_img {
        display: none;
    }

    .app_img_web {
        display: block;
    }

    .centered a img {
        margin-top: 30px;
        margin-left: 100px;
    }

    .bg-gray {
        background-color: #fcfcfc;
        margin-top: 12px;
    }

    .ttl_main_section {
        margin-top: 40px;
    }

    .ttl_box_shadow {
        -webkit-transition: 0s;
        transition: 0s;
    }


    /* end top*/

    .iphone-img {
        position: absolute;
        left: 0px;
        z-index: 10;
        top: -70px;
    }

    .ttl_how_it_work {
        margin-top: 20px;
        margin-bottom: 100px;
    }

    .ttl_ip_area .rounded-list {
        margin-left: 30px;
    }

    .bg_dream {
        background-image: linear-gradient(to right top, #554bc5, #5945c6, #5e3ec6, #6335c6, #692bc6, #6c26c5, #6e1fc5, #7117c4, #7117c4, #7118c4, #7018c4, #7018c4);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
    }

    ttl_how_it_work {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .tt_work_item {
        margin-top: 40px;
    }
    /*iphone-section*/

    .ttt-apps {
        margin-top: 25px;
    }


    .mob-view {
        padding: 0px;
        margin: 0px 0 0px 0;
        color: white;
    }

        .mob-view ul {
            padding-bottom: 47px;
            padding-top: 15px;
        }

        .mob-view h3 {
            text-align: center;
            color: white;
            padding: 0px;
            font-size: 18px;
        }

        .mob-view li a {
            color: #fff;
            padding: 0px;
        }

        .mob-view li {
            margin-top: 0px;
        }

        .mob-view ul li {
            list-style: disc;
            margin-top: 4.5px;
        }



    .ttl_ip_area {
        color: #fff;
        margin-top: 100px;
    }



    #ttl_right_history {
        background: #3b3b3b;
        float: left;
        margin-left: 0px;
        padding-top: 0px;
    }

    .ttt-apps-download {
        margin: 0px;
        margin-bottom: 30px;
    }

    .ttt_contact_bg {
        background-image: url('../Images/ttt-contact-bg.jpg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        height: 50vh;
		-webkit-background-size: 100%; 
    -moz-background-size: 100%; 
    -o-background-size: 100%; 
    background-size: 100%; 
    -webkit-background-size: cover; 
    -moz-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover;
    }

    .ttl_row_item {
        margin-top: 0px;
    }

    .footer_area {
        width: 100%;
        float: left;
        padding: 20px;
    }

    .left_footer {
        width: 30%;
        float: left;
        text-align: center;
        font-size: 12px;
    }

    .right_footer {
        width: 70%;
        float: left;
        text-align: center;
        font-size: 12px;
    }

        .right_footer .nav a {
            font-size: 12px;
        }

}
/* Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    .top-left {
        position: absolute;
        top: 20px;
        left: 0px;
    }

.web_logo{
	
	display:none;
	
}
.mobile_logo{
	
	display:block;
}
    .top-right {
        top: 15px;
        right: 0px;
        position: absolute;
    }


    .centered {
        position: absolute;
        top: 35%;
        left: 47%;
        transform: translate(-40%, -40%);
    }

        .centered p {
            text-align: center;
            color: #fff;
            font-size: 24px;
            line-height: 32px;
            font-family: mydrid-pro;
        }

        .centered a {
            padding-left: 50px;
        }

    .app_img {
        display: none;
    }

    .app_img_web {
        display: block;
    }

    .centered a img {
        margin-top: 30px;
        margin-left: 150px;
    }

    .bg-gray {
        background-color: #fcfcfc;
        margin-top: 100px;
    }
    .screen-area img.screen-img {
        bottom: 171px;
        width: 725px;
        height: 748px;
    }
    .ttl_main_section {
        margin-top: 40px;
    }

    .ttl_box_shadow {
        -webkit-transition: 0s;
        transition: 0s;
    }


    /* end top*/

    .iphone-img {
        position: absolute;
        left: 0px;
        z-index: 10;
        top: -70px;
    }

    .ttl_how_it_work {
        margin-top: 20px;
        margin-bottom: 100px;
    }

    .ttl_ip_area .rounded-list {
        margin-left: 30px;
    }

    .bg_dream {
        background-image: linear-gradient(to right top, #554bc5, #5945c6, #5e3ec6, #6335c6, #692bc6, #6c26c5, #6e1fc5, #7117c4, #7117c4, #7118c4, #7018c4, #7018c4);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
    }

    ttl_how_it_work {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .tt_work_item {
        margin-top: 40px;
    }
    /*iphone-section*/

    .ttt-apps {
        margin-top: 25px;
    }


    .mob-view {
        padding: 0px;
        margin: 24px 0 0px 0;
        color: white;
    }

        .mob-view ul {
            padding-bottom: 47px;
            padding-top: 15px;
        }

        .mob-view h3 {
            text-align: center;
            color: white;
            padding: 0px;
            font-size: 18px;
        }
        .mob-view ul {
            padding-left: 90px;
        }
        .mob-view li a {
            color: #fff;
            padding: 0px;
        }

        .mob-view li {
            margin-top: 0px;
        }

        .mob-view ul li {
            list-style: disc;
            margin-top: 16.2px;
        }



    .ttl_ip_area {
        color: #fff;
        margin-top: 150px;
    }



    #ttl_right_history {
        background: #3b3b3b;
        float: left;
        margin-left: 0px;
        padding-top: 0px;
    }

    .ttt-apps-download {
        margin: 0px;
        margin-bottom: 30px;
    }

    .ttt_contact_bg {
        background-image: url('../Images/ttt-contact-bg.jpg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        height: 65vh;
		-webkit-background-size: 100%; 
    -moz-background-size: 100%; 
    -o-background-size: 100%; 
    background-size: 100%; 
    -webkit-background-size: cover; 
    -moz-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover;
    }

    .ttl_row_item {
        margin-top: 0px;
    }

    .footer_area {
        width: 100%;
        float: left;
        padding: 20px;
    }

    .left_footer {
        width: 30%;
        float: left;
        text-align: center;
        font-size: 12px;
    }

    .right_footer {
        width: 70%;
        float: left;
        text-align: center;
        font-size: 12px;
    }

        .right_footer .nav a {
            font-size: 12px;
        }

}