html {
    overflow: hidden;
}
body {
    margin: 0;
    padding: 0;
    background: #f8fafb;
    font-family: 'Arial';
    box-sizing:border-box;
}
header {
    background: #ffffff;
    box-shadow: 0 0 2px #ccc;
    position: relative;
    z-index: 999;
    text-align: center;
    padding: 5px 0;	
    border-bottom: 3px solid #d20505;
}
header .demo-container {
    max-width: 1170px;
}
.logo-title a {
    display: inline-block;
    font-size: 16px;
    text-transform: capitalize;
    text-decoration: none;
    color: #fff;
    font-family: 'Arial';
    padding: 0px;
    box-sizing: border-box;
}
.header-list {
    width: 22%;
    text-align: center;
}
.header-title {
    width: 33%;
    text-align: center;
    padding: 0 10px;
    box-sizing: border-box;
}
.header-right {
    text-align: right;
    width: 27%;
    position: relative;
}
.header-list ul li:hover i, .header-list ul li:hover a {
    color: #10abf5;
}
header div {
    display: inline-block;
    vertical-align: middle;
}
.header-list ul li a i {
    font-size: 15px;
}
.header-list ul {
    margin: 0;
    list-style: none;
    padding: 0;
}
.header-list ul li {
    display: inline-block;
}
.header-list ul li a {
    text-decoration: none;
    padding: 0px 20px;
    font-size: 15px;
    display: inline-block;
    border-right: 1px solid #e0e0e0;
    color: #434343;
}

.header-right ul > li > a {
    background: #5495cc;
    text-decoration: none;
    padding: 10px 20px;
    font-size: 14px;
    color: #fff;
    border-radius: 4px;
}
.header-right ul li a .fa {
    padding-right: 7px;
}
.header-right .lang_dropdown li a {
    padding: 0;
    background: transparent;
    color: #434343;
}
.header-list ul li a i {
    font-size: 22px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.demo-container {
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
    text-align: left;
}
.header-list ul li a i.rotate {
    transform: rotate(270deg);
}
.amp-webpage{
    background: url(../image/mobile_1.png);
    background-repeat: no-repeat;
    background-position: center;
}
iframe{border:0;}
.mobile-screen {
    background-repeat: no-repeat;
    background-position: top center;
    text-align: center;
    margin: 0;
    padding: 0;
}
.mobile-screen.desktop iframe {
    width: 100%;
    height: 100vh;
}
.mobile-screen.mobile{
    background: url(../img/mobile_1.png);
    background-repeat: no-repeat;
    background-position: top center;
}
.mobile-screen.potrait{
    background-image: url(../img/mobile-potrait.png);
    margin-top: 65px;
    padding: 9px;
}
.mobile-screen.tablet
{
    background-image: url(../img/tablet.png);
    padding-top: 46px;
    margin: 20px 0;
    padding-bottom: 60px;
}
.mobile-screen.potrait iframe{
    width: 488px;
    height: 292px;

}
.mobile-screen.tablet-potrait
{
    background-image: url(../img/tablet-potrait.png);
    padding-top: 29px;
}
.mobile-screen.mobile {
    margin: 20px 0;
    padding: 65px 0 72px;
}
.mobile-screen.tablet-potrait iframe{
    width: 743px;
    height: 588px;

}
.menu-toggle{display:none;}
.mobile-screen.tablet iframe{
    width:590px;
    height:743px;
}
.header-list ul li:last-child a {
    border: 0;
}

.header-right ul li {
    display: inline-block;
    margin-left: 10px;
}
.header-right ul li:first-child {
    margin-left:0;
}
.header-right ul {
    padding: 0;
}
.lang_dropdown {
    position: absolute;
    width: 300px;
    background: #fff;
    top: 54px;
    right: 0;
    border: 1px solid #efefef;
    border-radius: 4px;
    display:none;
    padding: 5px;
}
.selectedlang .fa {
    font-size: 11px;
}
.header-right ul li a img {
    vertical-align: middle;
    border: 1px solid #efefef;
}
.header-right .lang_dropdown li {
    margin: 0;
}
.header-right .lang_dropdown li.selected{
    background: #5495cc;
    color: #fff;
    border-radius: 4px;
}
.header-right ul > li > a.cartBtn {
    background: #d25253;
}
.header-title h4 {
    font-weight: normal;
    font-size: 12px;
    margin: 0 10px
}
.lang_dropdown li.selected a{color:#fff;}
.lang_dropdown li {
    padding: 10px 0;
    width: 25%;
    float: left;
    text-align: center;
    box-sizing: border-box;
}
.lang_dropdown ul {
    padding: 0;
    margin: 0;
}



@media(max-width:1100px)
{
    .header-title {
        width: 25%;
    }
    .header-right ul > li > a{
        padding: 8px 13px;
    }
    .header-right ul li{
        margin-left: 3px;
    }

}
@media(max-width:992px)
{
    .header-title{display:none;}
    .header-list ul li a i {
        font-size: 20px;
        margin-right:5px;
    }
    .header-list ul li a{padding:0 10px;font-size: 14px;}
    .menu-toggle{display:block;
                 color: #383636;
                 width: 20px;
                 height: 21px;
                 display: inline-block;
                 text-align: center;
                 float: right;
                 padding-top: 10px;
                 margin-right: 20px;
    }
    .header-list ul li.view2{display:none;}
    .header-list ul li.view3 a{border-right:0;}
    .header-list {
        width: 45%;
    }
    .header-right {
        text-align: right;
        width: 33%;
    }
    .mobile-screen.tablet {
        background: transparent;
        padding: 0;
        margin: 0;
    }
    .mobile-screen.tablet iframe {
        width: 100%;
        height: 100vh;
    }
}
@media(max-width:767px){
    .mobile-screen.tablet iframe {
        width: 100%;
        height: 100vh;
    }
    .header-list{display:none;}
    .header-right {
        text-align: right;
        width: auto;
        position: relative;
        float: right;
        padding-right: 20px;
        margin-top: 6px;
    }
    .lang_dropdown{right:20px;}
    header{padding:0;}
    .mobile-screen.tablet{
        background:transparent !important;
        padding: 0;
        margin: 0;
    }
}
@media(max-width:640px){
    .logo-title img {
        max-width: 98px;
        margin-top: 5px;
    }
    .header-right ul > li > a {
        padding: 6px 8px;
    }
    .header-right{margin-top:0;}
}