body,html{
    width:100%;
    height:100%;
    padding:0;
    margin:0;
}
.viewPortBtns {
    height: 35px;
    text-align: center;
    padding: 0px;
    z-index:9999;
    position: relative;
}
.topBar {
    position: fixed;
    width: 100%;
    height: 35px;
    padding: 0.3% 2%;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.6);
    border-bottom: 1px solid #cecece;
    box-shadow: 2px 0px 13px 1px #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: arial;
  }
  
  .circlemode {
    padding: 8px 16px;
    float: left;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
  }
  .Landscape span:first-child {
    transform: rotate(90deg);
  }
  
  .circlemode span {
    vertical-align: middle;
    color: rgb(170, 170, 170);
    font-size: 16px;
  }
.circlemode i {
    font-size: 25px;
    color: rgb(170, 170, 170);
}
.circlemode:hover span,
.circlemode:hover i, 
.active span,
.active span i {
  color: #fff;
}
.close{
width: 5%;
    top: 1%;
    right: 1%;
    position: absolute;
    pointer-events:auto;
    cursor: pointer;
}
.close>img{width:100%;}
.mainBg{
    width:100%;
    height:100%;
    position: absolute;
}
.desktop{
    width: 100%;
    height: 95%;
    top: 5%;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    overflow: hidden;
    position: absolute;
}
.phone_image{
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto auto;
    position: absolute;
    width: 320px;
    height: 568px;
    display:none;
}
.phone_image>img{width:100%;}

.p_mobile{
    width: 86.5%;
    height: 86.8%;
    top: 14%;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    overflow: hidden;
    position: absolute;
}
.ls_mobile{    
    width: 76%;
    height: 76%;
    top: 6%;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    overflow: hidden;
    position: absolute;
}
.tablet_image{
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto auto;
    position: absolute;
    width: 450px;
    height: 600px;
    display:none;
}
.tablet_image>img {
    width: 100%;
}
.p_tablet{
width: 88%;
    height: 88%;
    top: 11.5%;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    overflow: hidden;
    position: absolute;
}
.ls_tablet{    
    width: 81%;
    height: 81%;
    top: 11%;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    overflow: hidden;
    position: absolute;
}
.holiday_txt{
    width:50%;
    height:auto;
    top:40%;
    left:0;
    right:0;
    margin:0 auto;
    position:absolute;
}

.frame_second_text, .frame_third_text{
    width: 20%;
    top: 5%;
    left: 3%;
    position: absolute;
}
.frame_third_price{
    width: 43%;
    top: 23%;
    right: 8%;
    position: absolute;
}
.logo{
    width: 20%;
    left: 4%;
    bottom: 4%;
    position: absolute;
}
.cta{
    width: 20%;
    top: 35%;
    left: 2%;
    position: absolute;
}
.disclaimer{
    width: 45%;
    top: 77%;
    right: 5%;
    position: absolute;
}
.DarkGreenGray1{
    width: 20%;
    height: auto;
    position: absolute;
    top: -15%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.DarkGreenGray2{
    width: 20%;
    height: auto;
    position: absolute;
    bottom: -15%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.DarkGreenGray3{
    width: 10%;
    height: auto;
    position: absolute;
    left: 10%;
    top: 50%;
}
.DarkGreenGray4{
    width: 15%;
    height: auto;
    position: absolute;
    left: -5%;
    top: 5%; 
}
.LightGreenGray1{
    width: 20%;
    height: auto;
    position: absolute;
    top: 15%;
    right: 6%;
}
.LightGreenGray2{
    width: 10%;
    height: auto;
    position: absolute;
    bottom: 15%;
    left: 40%;
}
.RedGray1{
    width: 20%;
    height: auto;
    position: absolute;
    top: 15%;
    left: 20%; 
}
.RedGray2{
    width: 15%;
    height: auto;
    position: absolute;
    top: 40%;
    right: 3%;
}
.RedGray3{
    width: 15%;
    height: auto;
    position: absolute;
    top: -7%;
    left: 30%;
}
.Gray{
    width: 5%;
    height: auto;
    position: absolute;
    top: 25%;
    left: 60%;
}
.Gray1{
    width: 3%;
    height: auto;
    position: absolute;
    bottom: 5%;
    right: 20%;
}
.Red{
    width: 5%;
    height: auto;
    position: absolute;
    top: 25%;
    left: 20%;
}
.Red1{
    width: 17%;
    height: auto;
    position: absolute;
    top: -15%;
    right: 20%;
}
.Red2{
    width: 2%;
    height: auto;
    position: absolute;
    bottom: 10%;
    left: 30%;
}
.DarkGreen{
    width: 3%;
    height: auto;
    position: absolute;
    top: 3%;
    right: 8%;
}
.LightGreen{
    width: 3%;
    height: auto;
    position: absolute;
    bottom: 20%;
    right: 35%;
}
.LightGreen1{
    width: 3%;
    height: auto;
    position: absolute;
    bottom: 25%;
    left: 2%;    
}
.DarkGreenGray5{
    width: 17%;
    height: auto;
    position: absolute;
    bottom: 18%;
    left: 30%;
}
.holiday_txt_Port{
    width: 50%;
    height: auto;
    top: 45%;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
}
.frame_second_text_Port{
    width: 85%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
}
.frame_third_text_Port{
    width: 85%;
    top: 25%;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
}
.frame_third_price_Port{
    width: 75%;
    top: 48%;
    right: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
}
.logo_Port{
    width: 30%;
    left: 4%;
    bottom: 4%;
    position: absolute;
}
.cta_Port{
    width: 50%;
    top: 37%;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
}
.disclaimer_Port{
    width: 85%;
    bottom: 17%;
    right: 0;
    margin: 0 auto;
    left: 0;
    position: absolute;
}
.DarkGreenGray1_Port{
    width: 20%;
    height: auto;
    position: absolute;
    top: -15%;
    left: 0;
    right: 0;
    margin: 0 auto;    
}
.DarkGreenGray2_Port{
    width: 20%;
    height: auto;
    position: absolute;
    bottom: -15%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.DarkGreenGray3_Port{
    width: 20%;
    height: auto;
    position: absolute;
    left: 0%;
    top: 55%;
}
.DarkGreenGray4_Port{
    width: 25%;
    height: auto;
    position: absolute;
    left: -5%;
    top: 5%;
}
.LightGreenGray1_Port{
    width: 25%;
    height: auto;
    position: absolute;
    top: 7%;
    right: 6%;
}
.LightGreenGray2_Port{
    width: 25%;
    height: auto;
    position: absolute;
    bottom: 15%;
    right: 0%;
}
.RedGray1_Port{
    width: 20%;
    height: auto;
    position: absolute;
    top: 15%;
    left: 20%; 
}
.RedGray2_Port{
    width: 25%;
    height: auto;
    position: absolute;
    top: 25%;
    right: 0%;
}
.RedGray3_Port{
    width: 25%;
    height: auto;
    position: absolute;
    top: 1%;
    left: 30%;
}
.Gray_Port{
    width: 5%;
    height: auto;
    position: absolute;
    top: 20%;
    left: 57%;
}
.Gray1_Port{
    width: 3%;
    height: auto;
    position: absolute;
    bottom: 5%;
    right: 20%;
}
.Red_Port{
    width: 5%;
    height: auto;
    position: absolute;
    top: 30%;
    left: 20%;
}
.Red1_Port{
    width: 17%;
    height: auto;
    position: absolute;
    top: -15%;
    right: 20%;
}
.Red2_Port{
    width: 2%;
    height: auto;
    position: absolute;
    bottom: 10%;
    left: 30%;
}
.DarkGreen_Port{
    width: 5%;
    height: auto;
    position: absolute;
    top: 3%;
    right: 8%;
}
.LightGreen_Port{
    width: 3%;
    height: auto;
    position: absolute;
    bottom: 20%;
    right: 35%;
}
.LightGreen1_Port{
    width: 3%;
    height: auto;
    position: absolute;
    bottom: 25%;
    left: 2%;    
}
.DarkGreenGray5_Port{
    width: 35%;
    height: auto;
    position: absolute;
    bottom: -4%;
    left: 39%;
}

.holiday_txt>img, .frame_second_text>img, .frame_third_text>img, .frame_third_price>img, .logo>img, .cta>img, .disclaimer>img, .DarkGreenGray1>img, .DarkGreenGray2>img, .DarkGreenGray3>img, .DarkGreenGray4>img, .LightGreenGray1>img, .LightGreenGray2>img, .RedGray1>img, .RedGray2>img, .RedGray3>img, .Gray>img, .Gray1>img, .Red>img, .Red1>img, .Red2>img, .DarkGreen>img, .LightGreen>img, .LightGreen1>img, .DarkGreenGray5>img, .holiday_txt_Port>img, .frame_second_text_Port>img, .frame_third_text_Port>img, .frame_third_price_Port>img, .logo_Port>img, .cta_Port>img, .disclaimer_Port>img, .DarkGreenGray1_Port>img, .DarkGreenGray2_Port>img, .DarkGreenGray3_Port>img, .DarkGreenGray4_Port>img, .LightGreenGray1_Port>img, .LightGreenGray2_Port>img, .RedGray1_Port>img, .RedGray2_Port>img, .RedGray3_Port>img, .Gray_Port>img, .Gray1_Port>img, .Red_Port>img, .Red1_Port>img, .Red2_Port>img, .DarkGreen_Port>img, .LightGreen_Port>img, .LightGreen1_Port>img, .DarkGreenGray5_Port>img{
    width:100%;
}

::-webkit-scrollbar {
  display: none;
}