body{
    font-family: 'Montserrat', sans-serif;
    background: #2ecc71;
    color: #FFFFFF;
}

.header-bar{
        background: none!important;
    }

.genie-container{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.title{
    color: #FFFFFF;
}
.title.big{
    font-size: 50px;
    line-height: 0.8em;
}

.title span{
    display: block;
    font-size: 25px;
    color: #000000;
}

.pricing{
    font-size: 20px;
    line-height: 1.2em;
}
.pricing span{
    display: block;
    font-weight: 600;
}

.command{
    font-size: 20px;
    line-height: 1.2em;
}
.command strong{
    font-weight: 600;
    font-size: 18px;
    display: block;
    width: 100%;
    margin-bottom:5px;
}
.command span{
    background-color: #106b37;
    color: #FFFFFF;
    display: inline-block;
    padding: 10px;
    font-weight: 600;
    font-size: 18px;
    border-radius: 3px;
    margin-bottom: 20px;
}

.genie-container .action-button{}
.genie-container .action-button{
    background: #333333;
    color: #FFFFFF;
    display: inline-block;
    padding: 13px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 5px;
}
.genie-container .action-button img{
    width: 30px;
    height: auto;
    float: left;
    margin-right: 15px;
}
.genie-container .action-button span{
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
}

.copyright{
    width: 100%;
    margin-top: 150px;
}
.copyright p{
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 600;
}
.copyright span{
    display: block;
    color: #333333;
}

.front-social-media{}
.front-social-media h6{
    display: block;
    width: 100%;
    margin-bottom: 10px;
    font-size: 16px;
}
.front-social-media img{
    width: 50px;
    height: auto;
}

.front-social-media ul{
    display: inline-block;
    margin: 0 auto;
}
.front-social-media li{
    float: left;
    margin-right: 10px;
    margin-bottom: 0px;
}







.stepnav{
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    float: left;
    margin-right: 50px;
}

.stepnav li{
    position: relative;
    margin-bottom: 50px;
    display: block;
}

.stepnav li:last-child{
    margin-bottom: 0px;
}

.stepnav li a{
    background-color: #FFFFFF;
    color: #888888;
    font-weight: 800;
    font-size: 20px;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    position: relative;
    border-radius: 100%;
}
.stepnav li.active a{
    background: #333333;
    color: #FFFFFF;
}

.stepnav li a span{
    position: relative;
    top: 11px;
}

.stepnav li .separator{
    position: absolute;
    top: -50px;
    left: 18px;
    background: #FFFFFF;
    display: inline-block;
    width: 5px;
    height: 50px;
}
.stepnav li.active .separator{
    background: #333333;
}


.step-content{
    overflow: hidden;
}
.step-content .item{
    display: none;
}
.step-content .item.active{
    display: block;
}


.chat-box{
    position: relative;
    width: 25%;
    background: #1dad5a;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 5px;
}
.chat-box ul{
    margin-bottom: 0px;
}
.chat-box li{
    margin-bottom: 10px;
    display: block;
    width: 100%;
}
.chat-box li img{
    float: left;
    width: 35px;
    height: auto;
    margin-right: 10px;
    border-radius: 5px;
    bacgkround: #cccccc;
    display: none;
}
.chat-box li.right img{
    float: right;
    margin-left: 10px;
}
/*
.chat-box li span{
    position: relative;
    background: #f1c40f;
    color: #FFFFFF;
    border-radius: 3px;
    padding: 10px;
    display: inline-block;
}
.chat-box li.right span{
    background: #222222;
}
*/

.chat-box li{}
.chat-box li.left{}
.chat-box li.right{
    text-align: right;
}

.chat-box li:last-child{
    margin-bottom: 0px;
}
/*
.chat-box span{
    position: relative;
    padding: 10px;
}

.chat-box span:before{
    content: ' ';
	position: absolute;
	width: 0;
	height: 0;
    left: -40px;
	right: auto;
    top: -8px;
	bottom: auto;
	border: 32px solid;
	border-color: #f1c40f transparent transparent transparent;
}

.chat-box span.yellow{
    background: #f1c40f!important;
    display: inline-block;
}
.chat-box span.black{
    background: #222222!important;
    display: inline-block;
}
*/
.speech-bubble {
	position: relative;
	background: #00aabb;
	border-radius: .4em;
}

.speech-bubble:after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-right-color: #00aabb;
	border-left: 0;
	margin-top: -20px;
	margin-left: -20px;
}

@media only screen and (min-width: 300px) and (max-width: 1024px)  {
    .header-bar{
        background: none!important;
    }
    .user-buttons{
        text-align: center!important;
    }
    
    .header-bar .container{
        width: 100%;
        padding: 0px;
        margin: 0px;
    }
    
    .header-bar .contact{
        text-align: center!important;
        margin-bottom: 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid #FFFFFF;
    }
    .header-bar .contact span{
        float: none!important;
    }
    .header-bar .contact img{ display: none; }
    
    .stepnav{
        float: none;
        margin: 0px;
        position: fixed;
    }
    
    .step-content{
        padding-left: 50px;
    }
    
    .genie-container{
        display: block;
    }
    
    .genie-container img{
        max-width: 100%;
    }
    
    .genie-container .title{
        font-size: 30px;
        line-height: 1.3em!important;
    }
    
    .genie-container p{
        font-size: 17px!important;
    }
    
}










































