.home-banner-container{
    height:100vh;
    width:100%;
    background:url('../img/home-banner-bg.png');
    background-repeat:no-repeat;
    background-position-y:top;
    background-position-x:center;
    background-size:cover;
    display: flex;
    position: relative;
}

.b-person-container{
    width:100%;
    height:430px;
    background:url('../img/banner-persons.png');
    background-repeat:no-repeat;
    background-position-y:bottom;
    background-position-x:center;
    background-size:90%;
    position:absolute;
    bottom:0;
    left:0;
}

.banner-content{
    margin:80px auto 0;
}

.banner-content h3{
    margin-bottom:40px;
}

.h-search input[type="text"]{
    padding:15px 20px;
    background:#f1f7f9;
    box-shadow: none;
}

.h-search input[type="text"]:focus{
    box-shadow: none;
    background:#fff;
}

.h-search input[type="submit"]{
    background:#029ddf;
    font-family: 'Open Sans', sans-serif;
}

.how-it-work{
    position: relative;
    display:flex;
    width:100%;
    height:100vh;
    background-image: linear-gradient(to right top, #029ddf, #0aa4e7, #11acef, #17b3f7, #1cbbff);
}
.h-i-w-content{
    margin:auto auto;
    width:100%;
}
.h-i-w-content h2{
    font-weight:700;
    text-align: center;
    color:#fff;
    position:relative;
}
.h-i-w-content h6{
    font-weight:600;
    text-align: center;
    color:#fff;
    position:relative;
    margin-bottom:0;
}
.h-i-w-content .vert-line {
    background:#fff;
    width:1px;
    height:50px;
    margin:0 auto;
}

.h-i-w-content h4{
    color:#fff;
    margin-top:10px;
}

.h-thumb h4 i{
    display: none;
    font-size:20px;
    transition: all 3s cubic-bezier(.25,.8,.25,1);
}

.h-thumb{
    padding:20px 30px;
    margin-top:25px;
}

.h-thumb:hover{
    background:rgba(0,0,0,0.03);
}

.h-thumb:hover h4 i{
    display: inline-block;
    transition: all 3s cubic-bezier(.25,.8,.25,1);
}

.h-i-w-content p{
    font-size:13px;
    font-weight:600;
    color:rgba(255,255,255,0.70);
}

.h-thumb-con{
    width:100%;
    padding:100% 0 0 0;
    background:#fff;
    border-radius:4px;
}

.h-thumb-con-1{
    background:url('../img/how-it-works1.jpg');
    background-repeat:no-repeat;
    background-size:cover;
}
.h-thumb-con-2{
    background:url('../img/how-it-works2.jpg');
    background-repeat:no-repeat;
    background-size:cover;
}
.h-thumb-con-3{
    background:url('../img/how-it-works3.jpg');
    background-repeat:no-repeat;
    background-size:cover;
}
.section-categories h2{
    font-weight:700;
    text-align: center;
    color:rgba(0,0,0,0.87);
    position:relative;
    margin-bottom:0;
}

.section-categories .vert-line {
    background:rgba(0,0,0,0.54);
    width:1px;
    height:50px;
    margin:0 auto 30px;
}

.thumb-categories h2 i{
    transition: 0.5s;
}

.thumb-categories:hover h2 i{
    transform: rotate(20deg);
    color:#029ddf;
}

.thumb-categories h2{
    text-align: center;
    display: block;
    margin:0 auto;
    font-weight:600;
    color:rgba(0,0,0,0.70);
    position:relative;
}

.thumb-categories h6{
    text-align: center;
    margin:auto auto;
    font-weight:600;
    font-size:14px;
    color:rgba(0,0,0,0.70);
    position:relative;
}

.thumb-cat-element{
    margin:auto auto;
}

.show-all-cat{
    background:#029ddf;
}

.show-all-cat h6{
    color:#fff;
}

.show-all-cat h6:after {
    content: '\00bb';
    position: absolute;
    font-size:20px;
    opacity: 0;
    top: -5px;
    right: -20px;
    color:#fff;
    transition: 0.5s;
}

.show-all-cat:hover h6{
    padding-right: 25px;
}
  
.show-all-cat:hover h6:after {
    opacity: 1;
    right: 0;
}

.section-categories span{
    text-align: center;
    display: block;
    font-size:14px;
    color:rgba(0,0,0,0.70);
    margin-bottom:10px;
}

.thumb-categories{
    border:1px solid #ccc;
    height:150px;
    display: flex;
    border-radius: 4px;
}

.phone-section{
    height: 100%;
    background-image: linear-gradient(to left bottom, #029ddf, #008eca, #007fb5, #0070a0, #00628c);
}

.phone-section .grid-x{
    height: 100%;
}

.phone-section .grid-x .cell{
    padding:30px 0 80px;
}

.phone-img{
    background: url('../img/phone_img.png');
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-size: contain;
    width: 100%;
    height: 100%;
}

.phone-section-content h2{
    font-weight: 600;
    color:#fff;
    margin-top:40px;
}

.phone-section-content p{
    margin-top:20px;
    font-size: 14px;
    color: rgba(0,0,0,0.70);
    color:#fff;
}

.download-app{
    margin-top: 30px;
    color:#fff;
}

.download-app a.button{
    background:#000;
}
