header * {
    box-sizing: border-box;
}
#headerbarfront,
.headerbarfrontsub {
    height: 70px;
    position: absolute;
    display: block
}
.banner_contnet {
    position: relative;
    top: 250px;
	text-align: center;
}
#headerbarfront {
    width: 100%;
    background-color: rgba(34, 36, 39, .9)
}

.headerbarfrontsub {
    width: 1200px;
    background-color: transparent;
    margin: 10px 50%;
    left: -600px
}

.viewticon,
.viewticon1 {
    position: relative;
    left: 0;
    top: 1px;
    margin: 0;
    background-image: url('../../images/introPage/intro/viewt_fav.png');
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center;
    backgroung: transparent;
    z-index: 1
}

.viewticon1 {
    width: 50px;
    height: 50px;
    border: 2px solid #0093FF;
    border-radius: 37px
}

.menu_container {
    float: right;
    position: relative;
    background: 0 0;
    height: 50px
}

.top-level-menu {
    list-style: none;
    padding: 0;
    margin: 0
}
.top-level-menu > li {
    position: relative;
    float: left;
    height: 50px;
    width: 140px;
    background: 0 0
}

.top-level-menu a {
    font: 700 15px Arial, Helvetica, sans-serif;
    color: #FFF;
    padding: 0;
    display: block;
    line-height: 50px
}
.top-level-menu a:hover {
    color: #fff;
    cursor: pointer;
}

.top-level-menu>li:hover {
    background: #0093ff
}
.top-level-menu li:hover > ul {
    display: inline
}

.button_login,
.top-level-menu a {
    text-align: center;
    text-decoration: none
}

.optionbox,
.viewtbox {
    padding: 0;
    float: right
}



.optionbox {
    /* height: 280px; */
    position: fixed;
    right: 35px;
    top: 100px;
    background: #222427;
    border: none;
    z-index: 9999;
    border-radius: 35px;
    padding: 15px 0px;
}
.optionbox a {
    color: #ffffff;
}


.dashboard_icon,
.expert_icon,
.insight_icon,
.api_icon,
.light_icon,
.login_icon {
    position: relative;
    left: 5px;
    top: 1px;
    margin: 0;
    backgroung: transparent;
    z-index: 1
}


.light {
    width: 70px;
    height: 90px
}
.light button {
    cursor: pointer;
    width: 100%;
    height: 100%;
    background: 0 0;
    border: none;
    color: #fff
}
.light button:hover .light_icon {
    background-size: 100%;
    transition-duration: 0.3s
}
.light_icon {
    width: 60px;
    height: 60px;
    border: 2px solid #0093FF;
    border-radius: 37px;
    background-image: url('../../images/introPage/intro/viewt_fav_light.png');
    background-size: 92%;
    background-repeat: no-repeat;
    background-position: center
}

.dashboard_icon {
	width: 60px;
    height: 60px;
    border: 2px solid #0093FF;
    border-radius: 37px;
}

.dashboard_icon svg {
	width: 56px;
	height: 56px;
}

.dashboard_icon svg path.left {
	fill: #00AEEF;
}

.dashboard_icon svg path.mid_top {
	fill: #FFFFFF;
	transition-duration: 0.2s;
	transition-property: transform;
}
.light button:hover .dashboard_icon svg path.mid_top {
	transform: translateY(16px);
}

.dashboard_icon svg path.mid_btm {
	fill: #FFFFFF;
	transition-duration: 0.2s;
	transition-property: transform, opacity;
}
.light button:hover .dashboard_icon svg path.mid_btm {
	transform: translateY(16px);
	opacity: 0;
}

.dashboard_icon svg path.right {
	fill: #FFFFFF;
	opacity: 0;
	transition-duration: 0.3s;
	transition-property: transform, opacity;
}
.light button:hover .dashboard_icon svg path.right {
	transform: translateX(-15px);
	opacity: 1;
}

.expert {
    width: 70px;
    height: 90px
}
.expert button {
    cursor: pointer;
    width: 100%;
    height: 100%;
    background: 0 0;
    border: none;
    color: #fff
}
.expert button:hover .expert_icon {
    background-size: 100%;
    transition-duration: 0.3s
}
.expert_icon {
    width: 60px;
    height: 60px;
    border: 2px solid #0093FF;
    border-radius: 37px;
    background-image: url('../../images/introPage/intro/viewt_fav.png');
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center
}

.insight {
    width: 70px;
    height: 90px
}
.insight button {
    cursor: pointer;
    width: 100%;
    height: 100%;
    background: 0 0;
    border: none;
    color: #fff
}
.insight button:hover .insight_icon {
    background-size: 100%;
    transition-duration: 0.3s
}
.insight_icon {
    width: 60px;
    height: 60px;
    border: 2px solid #0093FF;
    border-radius: 37px;
    background-image: url('../../images/introPage/intro/viewt_insight.png');
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center
}


.api {
    width: 70px;
    height: 90px
}
.api button {
    cursor: pointer;
    width: 100%;4
    height: 100%;
    background: 0 0;
    border: none;
    color: #fff
}

.api button:hover .api_icon {
    background-size: 100%;
    transition-duration: 0.3s
}
.api_icon {
    width: 60px;
    height: 60px;
    border: 2px solid #0093FF;
    border-radius: 37px;
    background-image: url('../../images/introPage/intro/viewt_api.png');
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center
}


.loginbtn {
    width: 70px;
    height: 90px
}
.loginbtn > button {
    cursor: pointer;
    width: 100%;
    height: 100%;
    background: 0 0;
    border: none;
    color: #fff
}
.login_icon,
.viewticon {
    border: 2px solid #0093FF
}
.loginbtn button:hover .login_icon {
    background-size: 110%
}
.login_icon {
    width: 60px;
    height: 60px;
    border-radius: 37px;
    background-image: url('../../images/introPage/intro/viewt_fav_login.png');
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center
}

.expert button:hover .expert_icon,
.insight button:hover .insight_icon,
.light button:hover .light_icon {
    transform: rotate(120deg);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s
}

.api button:hover .api_icon
{
    transform: rotate(30deg);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s
}


.top-level-menu {
    list-style: none;
    padding: 0;
    margin: 0
}
.top-level-menu > li {
    position: relative;
    float: left;
    height: 50px;
    width: 140px;
    background: 0 0
}

.top-level-menu a {
    font: 700 15px Arial, Helvetica, sans-serif;
    color: #FFF;
    padding: 0;
    display: block;
    line-height: 50px
}
.top-level-menu a:hover {
    color: #fff;
    cursor: pointer;
}

.top-level-menu>li:hover {
    background: #0093ff
}
.top-level-menu li:hover > ul {
    display: inline
}

.button_login,
.top-level-menu a {
    text-align: center;
    text-decoration: none
}

.second-level-menu,
.third-level-menu {
    position: absolute;
    display: none;
    width: 140px;
    margin: 0;
    padding: 0;
    list-style: none
}

.second-level-menu {
    top: 50px;
    left: 0
}

.second-level-menu > li {
    position: relative;
    height: 50px;
    background: rgba(34, 36, 39, .7)
}
.second-level-menu>li:hover {
    background: #0093ff
}

.loginpanel,
.page_selection {
    position: absolute
}

.loginpanel {
    z-index: 3333333;
    display: none;
    border:0px solid #fff;
    color: #fff;
    right: 75px;
    top: 200px;
    width: 310px;
    overflow: auto;
    background-color: rgba(0, 0, 0, .8);
    box-shadow: 0 0 5px rgba(0, 0, 0, .6)
}
.close {
    right: 10px;
    top: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 700
}
.close:focus,
.close:hover {
    color: red;
    cursor: pointer
}
.logincontent input[type=text], .logincontent input[type=password] {
    width: 250px;
    height: 40px;
    border: 1px solid #fff;
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    padding-left: 10px;
    margin-top: 2px;
    background: 0 0;
    color: #fff
}
.checkboxset {
    margin-top: 10px;
    position: relative
}
.checkboxset label {
    cursor: pointer;
    position: absolute;
    width: 15px;
    height: 15px;
    top: 0;
    left: 0;
    border: 1px solid #fff
}
.checkboxset label:after {
    opacity: .2;
    position: absolute;
    width: 8px;
    height: 6px;
    background: 0 0;
    top: 2px;
    left: 2px;
    border: 3px solid #fff;
    border-top: none;
    border-right: none;
    transform: rotate(-45deg)
}
.button_log_in,
.button_signup {
    background-color: white;
    color: #ffffff;
    border: 1px solid #ffffff;
    padding: 5px 30px;
    text-align: center;
    margin-top: 20px;
    margin-left: 10px;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
}

.logincontent {
    padding: 10px 30px 30px;
    height: 320px
}
.logincontent input[type=text], .logincontent input[type=password] {
    width: 250px;
    height: 40px;
    border: 1px solid #fff;
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    padding-left: 10px;
    margin-top: 2px;
    background: 0 0;
    color: #fff
}

.button_log_in,
.button_signup {
    background-color: white;
    color: #ffffff;
    border: 1px solid #ffffff;
    padding: 5px 30px;
    text-align: center;
    margin-top: 20px;
    margin-left: 10px;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
}
.button_signup {
    background-color: transparent;
    padding: 5px 25px;
    margin-left: 15px
}
.button_signup:hover {
    background-color: #0093ff;
    border:1px solid #0093ff;
    color: #fff
}
.button_log_in {
    background-color: transparent;
    padding: 5px 30px;
    margin-left: 10px
}
.button_log_in:hover {
    background-color: #0093ff;
    border:1px solid #0093ff;
    color: #fff
}

.checkboxset label:after{
    content: ''
}
.checkboxset {
    margin-top: 10px;
    position: relative
}
.checkboxset label {
    cursor: pointer;
    position: absolute;
    width: 15px;
    height: 15px;
    top: 0;
    left: 0;
    border: 1px solid #fff
}
.checkboxset label:after {
    opacity: .2;
    position: absolute;
    width: 8px;
    height: 6px;
    background: 0 0;
    top: 2px;
    left: 2px;
    border: 3px solid #fff;
    border-top: none;
    border-right: none;
    transform: rotate(-45deg)
}
.checkboxset label:hover::after {
    opacity: .5
}
.checkboxset input[type=checkbox]:checked+label:after {
    opacity: 1
}
.logincontent input::placeholder {
    color: #fff
}