/* Import colors from the color variable css */
/* @import './color-variable.css'; */ 

:root {
    --main-theme-color: #33CCFF;
    --main-btn-color: #33CCFF;
    --main-langback: #9969939e;
    --main-loginsignup: #5b0c51;
    --main-tabback: #ab3c80;
    --main-font-color: #4c4c4e;
    --main-inputback-color: #f4f4f4;
    --main-gri-color: linear-gradient(to right, #3d0435, #56184d, #712b66, #8c3f80, #a8539c);
} 

.content-sec {
    width: 100%;
    height: calc(100vh - 120px);
    position: relative;
    top: 88px;
}
.without-menu .select-lang{
	width:100%;
	left:0px;
}

.without-menu .header-top{
	width:100%;
	left:0px;
}
.without-menu .header-top {
    width: 100%;
    left: 0px;
    box-shadow: 0px 3px 15px -15px #000;
}
a.back-home {
    width: 100%;
    padding: 0 0 0 0;
    position: relative;
    top: 10px;
       color: var(--main-theme-color);
}
.back-home i {
    bottom: 0 !important;
    margin: -10px 0 0 -14px !important;
    position: absolute !important;
    padding: 0 !important;
}
.helpNav {
    width: 155px;
    padding: 10px 5px;
    position: relative;
    float: left;
    height: 100%;
    background: var(--main-inputback-color);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    margin-left: 0px;
}
.help-page-main {
    float: left;
    width: calc(100% - 155px);
    height: 100%;
    overflow: auto;
    padding: 15px 15px 0px 35px;
       -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.help-oc-menu {
    background: var(--main-theme-color);
    color: #fff;
    width: 32px;
    display: inline-block;
    height: 32px;
    position: absolute;
    left: 155px;
    padding: 8px 13px;
    border-radius: 0 10px 10px 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.help-oc-menu:hover {
	color:#fff;
}
.help-oc-menu i {
    font-size: 26px;
    position: relative;
    bottom: 5px;
    transform: rotate(180deg);
    right: 4px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.nav-active .helpNav {
	margin-left: -155px;
}
.nav-active .help-page-main{
    width: 100%;
}
.nav-active .help-oc-menu i {
	transform: rotate(0deg);
}

.helpNav ul {
    list-style-type: none;
    padding: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.helpNav ul li {
    width: 100%;
    padding: 10px;
    border-bottom: 1.5px solid var(--main-langback);
}

.helpNav ul li a {
    width: 100%;
    color: var(--main-theme-color);
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
}
.helpInner {
    margin: 0 0 20px 0;
}
.help-ctitle {
    font-size: 18px;
    color: var(--main-theme-color);
}
.helpcimg {
    margin: 0 0 20px 0;
}
.etphelp {
    width: 30px;
    height: 30px;
    margin: 10px 10px;
}

.content-logo img {
    width: 100%;
}
.content-logo {
    position: absolute;
    width: 50px;
    height: 50px;
    margin: 0 0 0 20px;
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) {
   
}



/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width : 320px) and (max-width : 620px) {
	
	
}


