*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body,
html{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color:#33475b !important;
    overflow-x: hidden;
}

.hub-bot{
    position: fixed;
    /* width: 60px;
    height: 60px; */
    display: none;
    /* align-items: center;
    justify-content:center; */
    background: #4f6174;
    border-radius: 50%;
    bottom: 3%;
    right:15px;
    z-index: 999;
}

.hub-bot a{
    padding: 10px;
    display: flex;
}

.hub-bot img{
    height: 40px;
    width: 40px;
    color: white;
    fill: white;
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.hub-bot-chat{
    cursor: pointer;
    display: none;
    position: fixed;
    width: 230px;
    bottom: 14%;
    right: 15px;
    border: 1px solid lightgrey;
    z-index: 999;
    background-color: #fff;
    padding: 0 15px;
    border-radius: 3px;
    
}
.hub-bot-chat-content{
    position: relative;
}
.hub-bot-chat p{
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
    cursor: pointer;
}
.hub-bot-chat-image img{
    position: absolute;
    right: 45%;
    top: -17px;
}
.hub-bot-chat-image-close img {
    position: absolute;
    right: 0;
    top: 15px;
}
.hub-bot-chat-image, .hub-bot-chat-image img{
    height: 30px;
    width: 30px;
}
.hub-bot-chat-image-close, .hub-bot-chat-image-close img{
    height: 30px;
    width: 30px;
    position: absolute;
    right: 0;
    top: 1px;
    z-index: 999;
}

#mobile-body{
    display: none;}
    #mobile-body a{
        color:#33475b !important;
    }
#mobile-body button a{color:white !important}
ul{
    list-style-type: none;
}
a{
    text-decoration: none;
}

.first-layer-container{
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}
.first-layer{
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    font-size: 15px;
    text-align: left;
    z-index: 10;
}
.first-layer ul{
    list-style-type: none;
}

.first-layer ul.left > li,
.first-layer ul.right > li{
    display: inline-block;
    /* padding: 15px 20px; */
}
.first-layer ul.left > li a,
.first-layer ul.right > li a{
    padding: 15px 15px;
}
.left .inner-language-div,
.right .inner-language-div{
    height: auto;
    display: none;
}
.first-layer ul.left,
.first-layer ul.right,
.language{
    position: relative;
}
.first-layer ul.left ul li
.first-layer ul.right ul li{
    display: block;
    width: 100%;
    padding: 15px 20px;
}
.left .language:hover .inner-language-div,
.right .language:hover .inner-language-div{
    display: block;
    position: absolute;
    top: 50px;
    height: 120px;
    width: 100px;
}
.right .language:hover .inner-language-div{
    /* right: 215px; */
    right: 80px;
}

.left .language:hover .inner-language-div ul,
.right .language:hover .inner-language-div ul{
    border: 1px solid rgba(0, 0, 0, .05);
    background: white;
    box-shadow: 2px 2px 4px 4px rgba(0, 0, 0, .5);
}
.right .language:hover .inner-language-div ul{
    width: 165px;
}
.left .language:hover .inner-language-div ul li{
    /* padding: 10px 15px; */
    width: 100%;
    }
.right .language:hover .inner-language-div ul li{
    /* padding: 10px 15px; */
    width: auto;
}
.first-layer a{
    color:black;
    text-decoration: none;
    display: block;
    padding: 15px 15px;
}
.first-layer a:hover{
    text-decoration: underline;
    font-size: 15.5px;
    color: #0091ae;
}
.language:hover .inner-language-div a:hover{
    text-decoration: underline;
    height: auto;
}
.language:hover a{
    display: block;
}
/* second layer */
#second-layer-container{
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    width: 100%;
    height: auto;
    /* box-shadow: 0 0  0 15px rgba(0, 0, 0, .5); */
    box-sizing: border-box;
    z-index: 1;
}
.second-layer{
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    height: auto;
    align-items: center;
    margin-top: 10px;
    height: 70px;
    z-index: 9;
}
.second-layer .left{
    margin-left: 10px;
}
.second-layer .right{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.second-layer  .right  ul{
    list-style-type: none;
    z-index: 3;
}
.second-layer  .right  ul li{
    display: inline-block;
    font-size: 20px;
    /* margin-top: 20px; */
}
.second-layer  .right .link  ul li:nth-child(odd) > a:hover{
    border-bottom: 4px solid ;
    border-radius: 1px;
}

.second-layer  .right .link  ul li:nth-child(odd) > a:active{
    border-bottom: 4px solid #0091ae ;
    border-radius: 1px;

}

.second-layer .right  ul li a{
    text-decoration: none;
    padding: 20px 20px;
    color: #33475b ;
}
.second-layer .right  ul li a:hover{
    text-decoration: underline;
    color: #0091ae;
    /* color: #00a4bd; */
}

button{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    background: rgb(246, 156, 85);
    border: none;
    margin-right: 15px;
    border-radius: 5px ;
}
button a{
    color: white;
}
button:hover{
    background: rgba(246,156,85 ,0.5);
}
.second-layer .software{
    display: grid;
    /* grid: 3fr 0.25fr / .7fr 4.55fr; */
    max-width: 1100px;
    grid-template-columns: 1fr 4.55fr;
    margin: 0 auto;
    grid-gap: 5px;
    /* border: 1px solid crimson; */
    padding: 20px;
}
.second-layer .hover:hover #software-dropdown{
display: inline-block;
transition: all .5s ease;
margin-left: 130px;
}
.second-layer #software-dropdown{
    display: none;
    max-width: 1200px;
    font-size: 16px;
    background: white;
    border: 1px solid #0091ae;
    z-index: 0;
    margin-top: 22.5px;
}

.second-layer  #software-dropdown:hover ~ a{
    border-bottom: 4px solid ;
    border-radius: 1px;
}
.second-layer .right > ul{
    position: relative;
}
.second-layer .right #software-dropdown{
    position: absolute;
    top: 108px;
    left: 0;
    font-size: 8px;
}
.second-layer .right .software .two{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
    font-size: 16px;
}
.second-layer .right .software .three{
    grid-column: 2;
}
.second-layer .right .software .box img{
    float: left;
    margin-left: 10px;
}
.second-layer .right .software .box .description{
    float: right;
    width: 80%;
    margin-top: -35px;
    padding: 0 10px;
    margin-right: 20px;
}
.second-layer .right .description h4{
    margin-bottom: 10px;
}
.second-layer .right .software .box{
    height:100px;
    padding: 10px 0 20px 0;
}

.second-layer .right .software .two > div:nth-child(4),
.second-layer .right .software .two > div:nth-child(5){
    margin-top: -70px;
}
.second-layer .right .software .two > div:nth-child(5) span{
    background: rgb(246, 156, 85);
    display: inline-block;
    text-transform: uppercase;
    margin-left: 5px;
    font-size: 11px;
    font-weight: bold;
    padding: 2px;

}
.second-layer .right .software >  li:first-child{
    background: lightgray;
    height: auto;
    padding: 20px;
    /* box-sizing: content-box; */
    font-size: 17px;
    margin-right: 20px;
}
.second-layer .right .software > li:first-child a p{
    margin-bottom: 20px;
}
.second-layer .right .software > li:last-child{
    margin-top: -50px;
    border-top: .005px solid rgba(0, 0, 0, .05);
    padding-top: 10px;
}
.second-layer .right .software .two  .box:hover {
/* border: 1px solid rgba(0, 0, 0, .05); */
box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, .5);

}
.second-layer .right #resource-div{
    display: none;
    position: absolute;
    top: 130px;
    right: auto;
    left: 26%;
    max-width: 700px;
    padding: 30px 0 30px 0;
    border: 1px solid #0091ae;
    background: white;
}
.second-layer .right #resource-div > ul{
    margin-left: 0;
    grid-template-columns: 1fr 1fr;
    display: grid;
    grid-gap: 10px;
}
.second-layer .right #resource-div > ul li{
    margin-bottom: 10px;
    font-size: 17px;
}
.second-layer .right #resource-div > ul li:last-child{
    margin-top: -60px;
}
.second-layer .right #resource-div > ul a{
    display: block;
    padding: 8px 20px;
    padding-left: 0; 
}
.second-layer .right #resource-div ul li img{
    /* margin-left: -35px; */
    padding: 5px;
    margin-left: 0;
    /* float: left; */
}
.second-layer .right #resource-div ul li > div{
    float: left;
    margin-left: 30px;
}
.second-layer .right #resource-div ul li div h4{
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
}
.second-layer .resources:hover #resource-div{
    display: inline-block;
}
.second-layer .image{
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(246,156,85 ,0.5);
    margin-left: 0;
}
/* hird layer */

.updated-container{
    width: 100%;
    background: #2d3e50;
}
.updated{
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
}
.updated p{
    max-width: 85%;
    text-align:center;
    color: white;
    font-size: 19px;
    line-height: 25px;
    font-weight: 600;
}
.updated p a{display: none;}
.updated button{background: white;}
.updated button a{
color: #2d3e50;
padding-top: 5px !important;
padding-bottom: 5px !important;
}
.updated button:hover {
    background: #828c97;
    transition: all .5s ease;
}
.third-layer-container{
 background: linear-gradient(to top right,#fef8f0,#fff3ee,#fff1ee) !important ;
 background: url('image/hero.svg');
 background-repeat: no-repeat;
background-size: 105% 150%;
 width: 100%;
 height: 800px;
 padding: 70px 0 0 0;
}
.third-layer{
    background: url('image/hero.svg') no-repeat;
    background-size: 100% 140%;
    height: 100%;
}
.third-layer-container .description{
    max-width: 1100px;
    margin: 0 auto;
    height: 500px;
    z-index: 5;
    margin-top: 50px;
}
.third-layer-container .inner-description{
    width: 440px;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
    z-index: 5;
    
    /* position: absolute; */
}
.third-layer-container .inner-description h1{
    font-size: 45px;
    letter-spacing: 2px;
    text-transform: capitalize;
    font-weight: bolder;
    word-spacing: 3px;
    margin-bottom: 40px;
    line-height: 55px;
}
.third-layer-container .inner-description p{
margin-bottom: 30px;
font-size: 19px;
word-spacing: 2px;
line-height: 30px;
/* letter-spacing: 1px; */
}
.third-layer-container .inner-description button{
    padding: 30px 25px;
    font-size: 18px;
    border-radius: 2px;
    margin-bottom: 30px;
    margin-right: 0;
}
.third-layer-container .inner-description .small{
    width: 200px;
    font-size: 16px;
    line-height: 25px;
    /* position: relative; */
}
.third-layer-container .image{
    margin-top: 135px;
    z-index: 0;
    display: none;
    /* margin-top: -360px; */
}
.fourth-layer-container{
    max-width: 100%;
    height: auto;
    background: #f5f8fa;
}
.fourth-layer{
    max-width: 850px;
    margin: 0 auto;
    height: auto;
    padding: 20px;
    box-sizing: content-box;
}
.fourth-layer h1{
    font-size: 32px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 10px;
    word-spacing: 1px;
    letter-spacing: 1px;
}
.fourth-layer p{
    margin-bottom: 30px;
    font-size: 18px;
    /* letter-spacing: 1px; */
    word-spacing: 1px;
    line-height: 25px;
}
.fourth-layer .button{
    margin: 0 auto;
    width: 330px;
    /* margin-bottom: 30px; */
}
.fourth-layer button{
    padding: 10px 20px;
    font-size: 13px;
    border-radius: 2px;
}
.fourth-layer button.premium{
    border: 1px solid crimson;
    background: white;
}
.fourth-layer button.premium a{
    display: block;
    color: crimson;
}
.fourth-layer button.premium:hover{
background: rgba(246,156,85 ,0.5);
}
/* fifth layer */
.fifth-layer-container{
    width: 100%;
    background: #f5f8fa;
}
.fifth-layer{
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
    padding-bottom: 100px;
}
.fifth-layer .box{
    padding: 0px 30px;
    background: white;
    margin-top: 20px;
    border: none;
    transition: all .5s ease;
}
.fifth-layer .box:last-child{
    position: relative;
}
.fifth-layer .box .new-div{
    position: absolute;
    display: inline-block;
    top: 20px;
    right: -5px;
    background: crimson;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 3px 7px;
    font-size: 12px;
    box-sizing: border-box;
}

.fifth-layer .box:hover{
    transform: scale(1.01,1.01);
    transition: all .5s ease;
    box-shadow: 1px 4px 4px 1px rgba(0, 0, 0, .5);
}
.fifth-layer .box .title{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 40px 0 30px;

}
.fifth-layer .box .title img{
margin-right: 15px;
}
.fifth-layer .box .title h3{
    font-weight: bold;
    font-size:24px;
    /* float: left; */
}
.fifth-layer .box .title h3 span{font-size: 14px !important;}
.fifth-layer .box .content p{
    font-size: 16px;
    word-spacing: 1px;
    line-height: 25px;
    margin-bottom: 20px;
}
.fifth-layer .box .content p:first-child{
    padding-bottom: 15px;
    border-bottom: 1px solid #33475b;
}
.fifth-layer .box hr{
    display: none;
    color: rgba(0, 0, 0, .5);
    margin: 20px auto;
}
.fifth-layer .box .content h4{
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 20px;
}
.fifth-layer .box .content .small{
    line-height: 20px;
    font-size: 15.5px;
}
.fifth-layer .box .content .small i{
    margin-right: 25px;
    color: crimson;
}
.fifth-layer .box .content button{
    width: 100%;
    margin: 15px 0 55px;
}
/* sixh-layer */
.sixth-layer-container{
   background-image:  linear-gradient(45deg,#00a4bd,#00bda5);
   width: 100%;
   padding-bottom: 100px;
}
.sixth-layer{
    max-width: 1100px;
    margin: 0 auto;
}
.sixth-layer .description{
    max-width: 740px;
    margin: 0 auto;
    text-align: center;
    padding: 100px 0;
    color: white !important;
}
.sixth-layer .description h1{
    font-size: 35px;
    margin-bottom: 15px;
    font-weight: bold;
}
.sixth-layer .description p{
    font-size: 20px;
    word-spacing: 1.5px;
    line-height: 25px;
    margin-bottom: 20px;
}
.sixth-layer .table{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    text-align: center;
    color: white !important;
}
.sixth-layer .table .box{
    padding: 40px 40px;
    border: .5px solid rgb(255, 255, 255 );
}
.sixth-layer .table .box .image{
    margin-bottom: 10px;
}
.sixth-layer .table .box h1{
    margin-bottom: 10px;
    font-size: 45px;
    font-weight: bold;
}
.sixth-layer .table .box span{
    font-size: 16px;
    display: inline-block;
    margin-bottom: 13px;
}
.sixth-layer .table .box .header{
    display: flex;
    /* align-items: center; */
    align-items: center;
    justify-content: center;
}
.sixth-layer .table .box:nth-child(1),
.sixth-layer .table .box:nth-child(2),
.sixth-layer .table .box:nth-child(3),
.sixth-layer .table .box:nth-child(4){
border-top: none;
}
.sixth-layer .table .box:nth-child(5),
.sixth-layer .table .box:nth-child(6),
.sixth-layer .table .box:nth-child(7),
.sixth-layer .table .box:nth-child(8){
    border-bottom: none;
}
.sixth-layer .table .box:nth-child(1),
.sixth-layer .table .box:nth-child(5)
{
    border-left: none;
}
.sixth-layer .table .box:nth-child(4),
.sixth-layer .table .box:nth-child(8){
    border-right: none;
}
.seventh-layer-container{
    width: 100%;
    margin-top: 100px;
}
.seventh-layer{
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.5fr 2fr;
    grid-gap: 10px;
    padding-bottom: 50px;
}
.seventh-layer .images .image-1,.image-2,.image-3,.image-4,
.image-5,.image-6,.image-7,.image-8{
    display: flex;
    align-items: center;
    justify-content: center;
}
.seventh-layer .images{
    display: grid;
    grid-gap: 20px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.seventh-layer .images img{
    height: 50px;
    width: 110px;
}
.seventh-layer .images .image-1 img {
    height: 65px;
}
.seventh-layer .images .image-2 img {
    height: 33px;
}
.seventh-layer .images .image-3 img {
    height: 45px;
}
.seventh-layer .images .image-5 img {
    height: 21px;
}

.seventh-layer .images .image-4 img {
    height: 46px;
}
.seventh-layer .images .image-6 img {
    height: 13px;
}
.seventh-layer .images .image-7 img {
    height: 43px;
}.seventh-layer .images .image-8 img {
    height: 23px;
}
.seventh-layer .description{
    max-width: 356px;
}
.seventh-layer .description h1{
    font-size: 45px;
    font-weight: bolder;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
.seventh-layer .description p{
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 1px;
}
.eight-layer-container{
    width: 100%;
margin-top: 40px;
}
.eight-layer{
max-width: 1100px;
display: grid;
grid-template-columns: 2fr 1fr;
margin: 0 auto;
grid-gap: 100px;
}
.eight-layer .description{
    padding-bottom: 40px;
}
.eight-layer .description h1{
    font-size: 35px;
    margin: 50px 10px 20px;
    margin-left: 0;
}
.eight-layer .description p{
    font-size: 19.5px;
    line-height: 26px;
    margin-bottom: 40px;
}
.eight-layer .description button{
    padding: 30px 25px;
    font-size: 18px;
    border-radius: 2px;
    margin-bottom: 30px;
}
.eight-layer .description .small{
    font-size: 16px;
    color: #516f90;
}
#mobile-footer{display: none;}
.footer-container{
    width: 100%;
    background:#2d3e50;
    margin-top: 50px;
}
.footer{
    max-width: 1100px;
    display: grid;
    grid-template-columns: 2fr 3fr;
    margin: 0 auto;
    color:white !important;
    padding: 30px 0 20px;
}
.footer h4{
    margin-bottom: 25px;
    font-size: 20px;
}
.footer ul{
    /* margin-bottom: 15px; */
}
.footer a{
color: wheat;
text-decoration: none;
display: block;
font-size: 15px;
}
.footer a:hover{
    text-decoration: underline;
    color: #00bda5;
}
.footer .left{
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-transform: capitalize;
    text-align: left;
    padding: 10px 0 30px 0;
}
.footer .right{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    text-transform: capitalize;
    text-align: left;
    border-left: 1px solid #7ca8d8 ;
    box-sizing: content-box;
    padding: 10px 0 30px 50px;
    
}
.footer ul li{
    width: 100%;
    display: block;
    padding: 7px 0;
}
.footer .right .partner{
    margin-top: 35px;
}
.footer .left .empty{
    margin-top: 53px;
}
.social-links-container{
width: 100%;
background: #2d3e50;
}
.social-links{
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding-top: 20px;
}
.social-links hr{
    height: 1px;
    margin-top: 8px;
    border: 1px solid #7ca8d8;
    border-bottom: none;
}
.social i.fa{
width: 50px;
height: 50px;
color: #f5f8fa;
}
.social{
    display: flex;
    justify-content: center;
    margin-left: 35px;
}
.last{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #2d3e50;
    padding-bottom: 60px;
    color:wheat;
}
.last a{
    color: white;
    /* font-weight: bold; */
    text-decoration: underline;
    font-size: 16px;
}
.last a:hover{
    text-decoration: none;
    color: #00bda5;
}
.last p{
    margin: 15px 0;
    font-size: 13px;
}

.mobile-header{
    display: none;
    padding: 0 3% 0 3.5%;
}
.search-container{
    position: relative;
}
#search-image{
    position: absolute;
    width: 20px;
    height: 20px;
    right: 20px;
    top:10px;
}
#search-image img{
    width: 20px;
    height: 20px;
}
.mobile-footer-controls-container{display: none;}
.mobile-software ,.playgoogle, .language-inner-ul,
.hub-bot-chat-window{
    display: none;}

/*  */
.hub-bot-chat-window .header{
    padding: 20px;
    background: #2d3e50;
    color: white;
    height: 70px;
}
.hub-bot-image{
    width: 40px;
    height: 40px;
    display: inline-block;
    float: left;
    margin-top: -5px;
    position: relative;
}

.hub-bot-image .online-signal{
    position: absolute;
    width: 8px;
    height: 8px;
    background: rgb(3, 250, 3);
    border-radius: 50%;
    right: 0;
    bottom: 5px;

}
.hub-bot-image img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid white;
}
.close-window{
    float: right;
    margin-top: -10px;
    cursor: pointer;
}
.close-window:hover{
    background: crimson;
}
.close-window img{
    height: 50px;
    width: 50px;
    filter: invert(100%);
}
.header span{
    float: left;
    display: inline-block;
    margin-left: 10px;
    margin-top: 6px;
    font-size: 18px;
    font-weight: bold;
}

.hub-bot-chat-window .main{
    padding:20px 5px 0 10px;
    height: 370px;
}
.main .hub-bot-image{
    height: 40px;
    width: 40px;
    float: left;
    display: inline-block;
}
.main .chat{
    float: left;
    width: 80%;
    margin-top: 18px;
    margin-left: 5px;
    font-size: 15px;
}

.main .chat li{
    list-style: none;

}
.main .chat p{
    padding: 10px;
    margin-bottom: 10px;
    display: inline-block;
}

.main .chat li:nth-child(1) p,
.main .chat li:nth-child(2) p{
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    border-top-right-radius: 7px;
    background: #7c8b9b;
}


.main .chat li:nth-child(3) p,
.main .chat li:nth-child(4) p{
   background: white !important;
   border: 1px solid #2d3e50;
}
.disclaimer .first{
    padding: 20px 15px;
    font-size: 14px;
}

.disclaimer a{
    text-decoration:underline; 
}

.disclaimer{
    border-top: 2px solid lightgray;
    border-bottom: 1px solid lightgray;
    border: 2px solid lightgray;
}

.hub-bot-chat-window .footer{
    color: #33475b !important;
    padding: 5px;
    position: relative;
}

.hub-bot-chat-window .footer div{
    width: 15px;
    height: 15px;
    transform: rotate(-45deg);
    display: inline-block;
    position: absolute;
    right: 0;
    top: 16px;
}
.hub-bot-chat-window .footer div img{
    width: 15px;
    height: 15px;
}
.hub-bot-chat-window .footer .first{
    padding: 10px 7px;
    max-width: 95%;
    background: #7c8b9b;
    margin-bottom: 7px;
}

.hub-bot-chat-window .last-div{
    max-width: 230px;
    margin: 0 auto;
    position: relative;
}
.hub-bot-chat-window .last-div div{
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
}
.hub-bot-chat-window .last-div div img{
    width: 20px;
    height:20px;
}
.hub-bot-chat-window .last-div span{
    color: crimson;
}

.hub-bot-chat-window .last-div p{
    margin-left: 25px;
}
/*  */
.disclaimer, .hub-bot-chat-window .footer, .last-div{
    max-width: 500px;
    display: block;
    margin: 0 auto;
}

/* 840 begin */
@media screen and (max-width:840px){
    /*  */
    .hub-bot-chat-window .header{
        padding: 20px;
        background: #2d3e50;
        color: white;
        height: 70px;
    }
    .hub-bot-image{
        width: 40px;
        height: 40px;
        display: inline-block;
        float: left;
        margin-top: -5px;
        border-radius: 50%;
    }
    .hub-bot-image img{
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 2px solid white;
    }
    .close-window{
        float: right;
        margin-top: -10px;
        margin-right: -10px;
    }
    .close-window img{
        height: 50px;
        width: 50px;
        filter: invert(100%);
    }
    .header span{
        float: left;
        display: inline-block;
        margin-left: 10px;
        margin-top: 6px;
        font-size: 18px;
        font-weight: bold;
    }
   
    .hub-bot-chat-window .main{
        padding:20px 5px 0 10px;
        height: 370px;
    }
    .main .hub-bot-image{
        height: 40px;
        width: 40px;
        float: left;
        display: inline-block;
    }
    .main .chat{
        float: left;
        width: 80%;
        margin-top: 18px;
        margin-left: 5px;
        font-size: 15px;
    }

    .main .chat li{
        list-style: none;

    }
    .main .chat p{
        padding: 10px;
        margin-bottom: 10px;
        display: inline-block;
    }

    .main .chat li:nth-child(1) p,
    .main .chat li:nth-child(2) p{
        border-bottom-left-radius: 7px;
        border-bottom-right-radius: 7px;
        border-top-right-radius: 7px;
        background: #7c8b9b;
    }


    .main .chat li:nth-child(3) p,
    .main .chat li:nth-child(4) p{
       background: white !important;
       border: 1px solid #2d3e50;
    }
    .disclaimer .first{
        padding: 20px 15px;
        font-size: 14px;
    }

    .disclaimer a{
        text-decoration:underline; 
    }

    .disclaimer{
        border-top: 2px solid lightgray;
        border-bottom: 1px solid lightgray;
        border-right: none;
        border-left: none;
    }

    .hub-bot-chat-window .footer{
        color: #33475b !important;
        padding: 5px;
        position: relative;
    }

    .hub-bot-chat-window .footer div{
        width: 15px;
        height: 15px;
        transform: rotate(-45deg);
        display: inline-block;
        position: absolute;
        right: 18px;
        top: 16px;
    }
    .hub-bot-chat-window .footer div img{
        width: 15px;
        height: 15px;
    }
    .hub-bot-chat-window .footer .first{
        padding: 10px 7px;
        max-width: 90%;
        background: #7c8b9b;
        margin-bottom: 7px;
    }

    .hub-bot-chat-window .last-div{
        max-width: 230px;
        margin: 0 auto;
        position: relative;
        margin-bottom: 10px;
    }
    .hub-bot-chat-window .last-div div{
        display: inline-block;
        width: 20px;
        height: 20px;
        position: absolute;
    }
    .hub-bot-chat-window .last-div div img{
        width: 20px;
        height:20px;
    }
    .hub-bot-chat-window .last-div span{
        color: crimson;
    }

    .hub-bot-chat-window .last-div p{
        margin-left: 25px;
        text-align:center;
    }
/*  */
    .list-back-button{
        position: absolute;
        top: -20px;
        font-size: 10px;
        margin-left: -9px;
        font-weight: bold;
        display: none;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .list-back-button i{
        margin-right: 2px;
        font-size: 10px;
    }
    .list-back-button a{
        color: #2d3e50;
        font-weight: bold;
    }


    #harmburger{
        transition: all .3s ease;
        width: 40px;
        height: 5px;
        background: #33475b;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 30px;
        border-radius: 7px;
        /* transform: rotate(135deg); */
    }
    .changed{
        transform: rotate(135deg);
        transition: transform .2s ease;
    }
    #harmburger::before{
        position: absolute;
        width: 40px;
        height: 5px;
        background:#33475b;
        top: 8px;
        content: '';
        display: block;
        z-index: 1;
        border-radius: 7px;
    }
    #harmburger::after{
        transition: all .5s ease;
        content: '';
        position: absolute;
        width: 40px;
        height: 5px;
        background:#33475b;
        bottom: 8px;
        z-index: 1;
        border-radius: 7px;
    }
     .changed::after{
        top: 0; 
        transform: rotate(90deg);
        transition: transform .2s ease;
        
        /* padding: 5px; */
    }
    .changed::before{
        /* display: none !important; */
        background: white !important;
        /* padding: 5px; */
    }

   

.first-layer-container,#second-layer-container, .third-layer-container{
    display: none;
}
.mobile-header{
    width: 100%;
    display:flex;
    justify-content:space-between;
    align-items: center;
height: 55px;
background: white;
position: fixed;
background: white;
z-index: 99;
display: grid;
grid-template-columns: 1fr 7fr 1fr;
box-shadow: 0px 1px 2px 2px rgba(211, 211, 211, 0.5);
}
.mobile-header-box-shadow-remover{
    box-shadow: 0px 0px 0px 0px;
}
.logo{
    float: left;
    margin-top: 10px;
    position: relative;
}
.mobile-header .logo a img{
    margin-bottom: 8px;
}
#harmburger{
    float: right;
    margin-top: -60px;
}
.harmburger-div{
    margin-top: 55px;
}
.updated{display:grid;
    grid-template-columns: 1fr;
    text-align: center;}
.updated p{
    width: 100%;
     margin: 0 auto;
    }
.updated button{display: none;}
.updated p > a{
    display: inline;
    color: white;
    text-decoration: underline;
}
.third-layer-container{
    background: linear-gradient(to top right,#fef8f0,#fff3ee,#fff1ee) ;
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    height: auto;
    margin-top: 0px;
    background: none;
    padding-top: 150px;
}
.third-layer-container .description{
    width: 100%;
    margin-top: 0;
    grid-row: 1;
    height: auto;

}
.third-layer-container .inner-description{
    max-width: 500px;
    display:flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    height: auto;
    margin-bottom: 150px;
}
.third-layer-container button{
    max-width: 300px;
    margin: initial auto;
    align-self: flex-start;
}
.third-layer-container .inner-description p.small{
    max-width: 250px;
    align-self: flex-start;
}
.third-layer-container .inner-description h1{
    font-size: 55px;
    margin-bottom: 15px;
    font-weight: 1000;
    word-spacing: 0;
    line-height: 60px;
    letter-spacing: .5px;
}
.third-layer-container .image{
display: none;
width: 100%;
margin-top: 0 !important;
background: url('image/hero.svg');
background-repeat: no-repeat;
background-size: cover;
height: 320px;
float: left;
overflow: hidden;
}
.third-layer-container .image img{
    /* content:  url('image/use-me.jpg') !important; */
    display: none;
}
.fourth-layer{
    padding-top: 70px;
}
.fourth-layer h1{
    text-align: left;
    font-size: 30px;
}
.fourth-layer p{
    text-align: left;
}

.fourth-layer button{
    margin-right: 0;
}
.fourth-layer button:first-child{
    margin-bottom: 20px;
    margin-right: 20px;
}
.fifth-layer{
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 90%;
}
.sixth-layer .description{
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 10px;
}
.sixth-layer .description h1{
font-size: 25px;
}
.sixth-layer .table{
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 98%;
    margin: 0 auto;
    padding-top: 50px;
}
.sixth-layer .table .box{
    border: 1px solid white;
}

.sixth-layer .table .box:nth-child(2),
.sixth-layer .table .box:nth-child(6)
{
    border-right: none;
}

.sixth-layer .table .box:nth-child(3),
.sixth-layer .table .box:nth-child(7)
{
    border-left: none;
}


.seventh-layer-container{
    margin-top: 50px;
}

.seventh-layer{
   padding-right: 10px;
   padding-left: 10px;
}

.seventh-layer .description{
    /* width: 100%; */
    width: 100% !important;
    text-align: center;
    margin: inherit auto;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.seventh-layer .description p,
.seventh-layer .description h1{
    width: 100%;
}


.seventh-layer .image img{
    width: 50;
}
.seventh-layer .description{
    max-width: 100% !important;
    text-align: center;
}
.eight-layer{
    width: 100%;
    display: grid;
    text-align: left;
    grid-gap: 30px;
    grid-template-columns: 1fr 1fr;
}
.eight-layer .description{
    padding-top: 0;
    padding-right: 20px;
    padding-left: 20px;
}
.eight-layer .image{
    display: flex;
    justify-content: center;
    align-items: center;
}
.eight-layer .image img{
    height: 400px !important;
    width: 80% !important;
}
.eight-layer .description button{width: 100%;
margin: initial auto;
margin-right: 0;
}
.eight-layer .description h1{
font-size: 27px;
margin-right: 0;
}
.eight-layer .description .small{
    text-align: left;
}
.footer-container{
    margin-top: 0;
}
.footer,
.footer .right,
.footer .left{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.footer .right ul, .footer .left ul{
    display: none;
}
.footer .left .empty, hr{display: none;}
.footer .right{
    padding-left: 0;
    border: none;
}
.footer .left{
    padding-bottom: 0;   
}
.footer h4{padding-left: 20px;
width: 100%;
}

.social-links hr{display: none;}
.social-links{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.social-links .social{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: 50%;
}
.social-links .social i{
    width: 30px;
    height: 30px;
}
.mobile-header #search,#search-image{
    display: none;
}
#search-image{
    right: 30px;
}
.mobile-header #search-input{
    height: 40px;
    width: 97%;
    border: 1px solid #00bda5;
    border-radius: 20px;
    background: #f5f8fa;
    text-align: left;
    padding-left: 10px;
    /* margin-left: 5px; */
}
.mobile-header #search-input:focus{
    border-color: rgba(0,208,228,0.5);
}

.mobile-header .show-search{
    display: block !important;
}


#div{
    display: block;
}
.mobile-header-container{
    height: 55px;
    position: relative;
}

.mobile-software {
    display: none;
    background-color: #f5f8fa;
    padding-top: 10px;
    padding-bottom: 100px;
}
.mobile-software > ul{
    display: grid;
    grid-gap: 15px;
    grid-template-columns: 1fr;
    width: 94%;
    margin: 0 auto;
   
}

.mobile-software ul h3{
    text-align: center;
    font-size: 23px;
    color: #7c8b9b;
}
.mobile-software > ul li
{
    background: white;
    padding: 20px 20px;
    border: 1px solid #7c8b9b;
    border-radius: 5px;
    line-height: 20px;
}

.mobile-software .box{
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
}
.mobile-software .box > a{
    top: 5px;
    left: 0;
    position: absolute;
}

.mobile-software a{
    color: #7c8b9b;
}
.mobile-software .box img,
.mobile-software .box .description
{
    float: left;
}
.mobile-software .box i{
    float: right;
}
.mobile-software .description{
    max-width: 75%;
    margin-left: 40px;
}
#mobile-body{
    display: none;
    width: 94%;
    margin: 0 auto;
}
#mobile-body .second-ul a:hover{
    text-decoration: underline;
    color: #00bda5 !important;
}
#mobile-body i{
    width: 20px;
}
.mobile-body-content > .first-ul > ul  > li span:nth-child(2){
    width: 30px ;
    height: 30px ;
    float:right;
}
#mobile-body ul li{
    list-style-type: none;
}

#mobile-body ul.inner-ul{
display: none;
padding-bottom: 150px;
}

#mobile-body ul.ouer{
    margin-top: 30px;
}
#mobile-body ul.ouer li{
    border-radius: 3px;    
    display: block;
    background: #f5f8fa;
    /* margin-bottom: 20px; */
    margin-top: 20px;
    box-shadow: 2px 2px 2px 2px;
}
#mobile-body ul.ouer > li > a{
    display: block;
    padding: 19px 20px ;
    font-size: 20px;
}
#mobile-body .inner-ul li{
    box-shadow: none !important;
    border: 1px solid #33475b;
}
#mobile-body .inner-ul li i{font-size: 12px !important;}
#mobile-body .inner-ul li a{
    padding: 10px;
    font-size: 16px;
}
#mobile-body .inner-ul li .box{
    display: flex;
    align-items: center;
    padding: 10px;
    padding-top: 5px;
    padding-bottom: 29px;
    border-radius: 5px;
    /* padding-left: 5px; */
}

#mobile-body .inner-ul li .box img{
    margin-top: -10px;
}

#mobile-body .inner-ul h4{font-size: 20px;}
#mobile-body li.three {
    height: 100px;
    display: flex;
    justify-content: center;
    padding: 25px 8px 25px 30px ;
}
#mobile-body .inner-ul li:nth-child(1),
#mobile-body .inner-ul li:nth-child(2)
{
    padding-right: 8px;
    padding-left: 25px;
    padding-bottom: 5px;
}
#mobile-body .inner-ul li:nth-child(1) i,
#mobile-body .inner-ul li:nth-child(2) i, .three i
{
    float: right;
    display: block;
    margin-top: -27px;
    /* margin-bottom: 20px; */
    
}
 .three span:nth-child(1), .three span:nth-child(2), .three span:nth-child(3){
    float: left !important;
}
.three span:nth-child(2){
    width: 90% !important;
    display: inline-block;
    height: auto !important;
    padding: 0;
}

.resource-top .inner-ul li:nth-child(1),
.resource-top .inner-ul li:nth-child(6),
.resource-top .inner-ul li:nth-child(9),
.resource-top .inner-ul li:nth-child(12){
    background: white !important; 
    box-shadow: none !important;
    text-align: center;
    margin-top: 20px !important;
    box-sizing: content-box;
    border: none !important;
}


.about-top ul li,
.resource-top ul li{
    width: 100%;
    padding-top: 25px !important;
    background: red;
    padding: 0 !important;
    margin-top: 20px !important;
}
.about-top ul li i,
.resource-top ul li i{
 float: right;
}
.about-top ul li:nth-child(1) i,
.about-top ul li:nth-child(2) i,
.resource-top ul li:nth-child(1) i,
.resource-top ul li:nth-child(2) i
{
    margin-top: 0 !important;
}
.about-top ul li a,
.resource-top ul li a{
    display: block;
    padding: 20px !important;

}
#mobile-body .inner-ul li .box .description{
    margin-right: 10px;
    width: 100%;
}
#mobile-body button{
    margin: 20px 0 40px;
    width: 100%;
}
#mobile-body button a{
    display: block;
    font-size: 19px;
    padding: 15px 0;
}
#mobile-body .second-ul>ul{
    display: grid;
    grid-template-columns: 1fr 1fr;
}
#mobile-body .second-ul > ul li{
    display: block;
    margin-bottom: 20px;
}
#mobile-body .second-ul .left ul{
    border-right: 1px solid #cbd6e2;
    max-width: 130px;
}

.mobile-footer-controls-container{
    display: none;
    width: 100%;
    background: #2d3e50;
    height: 70px;
}
.mobile-footer-controls{
    max-width: 94%;
    margin: 0 auto;
    height: 70px;
    display: flex;
    padding-right: 5px;
    justify-content: space-between;
    align-items: center;
}
.mobile-footer-controls a{
    color: white !important;
}
.mobile-footer-controls span{
    font-size: 35px;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    border-radius: 50%;
}
.mobile-footer-controls span img{
    filter: invert(100%);
    margin-top: 28px;
}
.mobile-footer-controls div{
    margin-top: -19px;
}
.mobile-footer-controls i{
    margin-right: 20px;
}

#desktop-footer{
    display: none;
}
#mobile-footer{
    display: block;
    
}

#mobile-footer .footer-container{
    padding-bottom: 20px;
}

#mobile-footer  ul li ul{
    display: none;
}
#mobile-footer ul li{
    display: block;
    border-bottom: 1px solid #506f8d;
}
#mobile-footer ul li a{
    display: block;
    padding: 10px 20px ;
    font-size: 20px;
}
#mobile-footer .footer{
    padding: 0;
}
#mobile-footer a{
    color: white !important;
    text-transform: capitalize;
    font-weight: 520;
    font-size: 12px;
}
#mobile-footer a:hover{
    text-decoration: none;
}
#mobile-footer span{
    float: right;
}
#mobile-footer a i{
    font-size: 12px;
    width: 20px;
    height: 20px;
}

#mobile-footer ul li ul li{
    background: white;
    margin-bottom: 10px;
    width: 94%;
    margin-right: auto;
    margin-left: auto;
    border-radius: 4px;
}
#mobile-footer ul li ul li a{
    color: #506f8d !important;
    font-size: 15px;
    padding: 15px 20px;
}
#mobile-footer ul li ul li a:hover{
    text-decoration: underline;
    font-weight: 550;
    color: #00bda5 !important;
}
.playgoogle{
    max-width: 100%;
display: flex;
align-items: center;
justify-content: center;
padding: 30px 0 30px;
background: #2d3e50;
}
.playgoogle .images{
    display: flex;
    justify-content: space-around;
    box-sizing: content-box;
    padding: 0 20px;
}
.playgoogle a{
    display: flex;
    justify-content: center;
}
.playgoogle img{
    max-width: 95%;
    height: 50px;
}
/* hide and show */
.show{
    display: block !important;
}
.hide{
    display: none !important;
}
.mobile-header #search-input{
    outline: none;
}

}   
/* 840 ends */

@media screen and (max-width:720px){
    .seventh-layer-container{
        margin-top: 50px;
    }
    
    .seventh-layer{
        display: flex;
        flex-direction: column;
    }
    
    .seventh-layer .description{
        /* width: 100%; */
        width: 100% !important;
        text-align: center;
        margin: inherit auto;
        margin-bottom: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .seventh-layer .description p,
    .seventh-layer .description h1{
        width: 100%;
    }
    
    .seventh-layer .images{
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    
    .seventh-layer .image img{
        width: 50;
    }
    .seventh-layer .description{
        max-width: 100% !important;
        text-align: center;
    }
    .fifth-layer{
        display: flex;
        flex-direction: column;
        width: 90%;
    }
}
@media screen and (max-width:500px){
    /*  */
    .hub-bot-chat-window .header{
        padding: 20px;
        background: #2d3e50;
        color: white;
        height: 70px;
    }
    .hub-bot-image{
        width: 40px;
        height: 40px;
        display: inline-block;
        float: left;
        margin-top: -5px;
        border-radius: 50%;
    }
    .hub-bot-image img{
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 2px solid white;
    }
    .close-window{
        float: right;
        margin-top: -10px;
        margin-right: -10px;
    }
    .close-window img{
        height: 50px;
        width: 50px;
        filter: invert(100%);
    }
    .header span{
        float: left;
        display: inline-block;
        margin-left: 10px;
        margin-top: 6px;
        font-size: 18px;
        font-weight: bold;
    }
   
    .hub-bot-chat-window .main{
        padding:20px 5px 0 10px;
        height: 370px;
    }
    .main .hub-bot-image{
        height: 40px;
        width: 40px;
        float: left;
        display: inline-block;
    }
    .main .chat{
        float: left;
        width: 80%;
        margin-top: 18px;
        margin-left: 5px;
        font-size: 15px;
    }

    .main .chat li{
        list-style: none;

    }
    .main .chat p{
        padding: 10px;
        margin-bottom: 10px;
        display: inline-block;
    }

    .main .chat li:nth-child(1) p,
    .main .chat li:nth-child(2) p{
        border-bottom-left-radius: 7px;
        border-bottom-right-radius: 7px;
        border-top-right-radius: 7px;
        background: #7c8b9b;
    }


    .main .chat li:nth-child(3) p,
    .main .chat li:nth-child(4) p{
       background: white !important;
       border: 1px solid #2d3e50;
    }
    .disclaimer .first{
        padding: 20px 15px;
        font-size: 14px;
    }

    .disclaimer a{
        text-decoration:underline; 
    }

    .disclaimer{
        border-top: 2px solid lightgray;
        border-bottom: 1px solid lightgray;
        border-right: none;
        border-left: none;
    }

    .hub-bot-chat-window .footer{
        color: #33475b !important;
        padding: 5px;
        position: relative;
    }

    .hub-bot-chat-window .footer div{
        width: 15px;
        height: 15px;
        transform: rotate(-45deg);
        display: inline-block;
        position: absolute;
        right: 18px;
        top: 16px;
    }
    .hub-bot-chat-window .footer div img{
        width: 15px;
        height: 15px;
    }
    .hub-bot-chat-window .footer .first{
        padding: 10px 7px;
        max-width: 90%;
        background: #7c8b9b;
        margin-bottom: 7px;
    }

    .hub-bot-chat-window .last-div{
        max-width: 230px;
        margin: 0 auto;
        position: relative;
        margin-bottom: 10px;
    }
    .hub-bot-chat-window .last-div div{
        display: inline-block;
        width: 20px;
        height: 20px;
        position: absolute;
    }
    .hub-bot-chat-window .last-div div img{
        width: 20px;
        height:20px;
    }
    .hub-bot-chat-window .last-div span{
        color: crimson;
    }

    .hub-bot-chat-window .last-div p{
        margin-left: 25px;
        text-align:center;
    }
/*  */
    .list-back-button{
        position: absolute;
        top: -20px;
        font-size: 10px;
        margin-left: -9px;
        font-weight: bold;
        display: none;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .list-back-button i{
        margin-right: 2px;
        font-size: 10px;
    }
    .list-back-button a{
        color: #2d3e50;
        font-weight: bold;
    }


    #harmburger{
        transition: all .3s ease;
        width: 40px;
        height: 5px;
        background: #33475b;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 30px;
        border-radius: 7px;
        /* transform: rotate(135deg); */
    }
    .changed{
        transform: rotate(135deg);
        transition: transform .2s ease;
    }
    #harmburger::before{
        position: absolute;
        width: 40px;
        height: 5px;
        background:#33475b;
        top: 8px;
        content: '';
        display: block;
        z-index: 1;
        border-radius: 7px;
    }
    #harmburger::after{
        transition: all .5s ease;
        content: '';
        position: absolute;
        width: 40px;
        height: 5px;
        background:#33475b;
        bottom: 8px;
        z-index: 1;
        border-radius: 7px;
    }
     .changed::after{
        top: 0; 
        transform: rotate(90deg);
        transition: transform .2s ease;
        
        /* padding: 5px; */
    }
    .changed::before{
        /* display: none !important; */
        background: white !important;
        /* padding: 5px; */
    }

   

.first-layer-container,#second-layer-container, .third-layer-container{
    display: none;
}
.mobile-header{
    width: 100%;
    display:flex;
    justify-content:space-between;
    align-items: center;
height: 55px;
background: white;
position: fixed;
background: white;
z-index: 99;
display: grid;
grid-template-columns: 1fr 7fr 1fr;
box-shadow: 0px 1px 2px 2px rgba(211, 211, 211, 0.5);
}
.mobile-header-box-shadow-remover{
    box-shadow: 0px 0px 0px 0px;
}
.logo{
    float: left;
    margin-top: 10px;
    position: relative;
}
.mobile-header .logo a img{
    margin-bottom: 8px;
}
#harmburger{
    float: right;
    margin-top: -60px;
    margin-left: 0;
}
.updated{display:grid;
    grid-template-columns: 1fr;
    text-align: center;}
.updated p{
    width: 100%;
     margin: 0 auto;
    }
.updated button{display: none;}
.updated p > a{
    display: inline;
    color: white;
    text-decoration: underline;
}
.third-layer
{
    background: none;
    display: grid;
}
.third-layer-container{
    padding-top: 100px;
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    height: auto;
    margin-top: 0px;
    background: none;
}
.third-layer-container .description{
    width: 100%;
    margin-top: 0;
    grid-row: 1;
    height: auto;
    /* margin-bottom: 60px; */
}
.third-layer-container .inner-description{
    width: 100%;
    display:flex;
    display: grid;
    flex-direction: column;
    justify-content: flex-start;
    text-align: center;
    height: auto;
}
.third-layer-container button{
    max-width: 100%;
    margin: initial auto;
}
.third-layer-container .inner-description p.small{
    width: 100%;
}
.third-layer-container .inner-description h1{
    font-size: 27px;
    margin-bottom: 15px;
    font-weight: bold;
    word-spacing: 0;
    line-height: 30px;
    letter-spacing: .5px;
}
.third-layer-container .image{
    display: block;
width: 100%;
margin-top: 0;
background: url('image/garage.svg');
background-repeat: no-repeat;
background-size: cover;
height: 320px;
float: left;
overflow: hidden;
}
.third-layer-container .image img{
    /* content:  url('image/use-me.jpg') !important; */
    display: none;
}
.fourth-layer{
    padding-top: 70px;
}
.fourth-layer h1{
    text-align: left;
    font-size: 30px;
}
.fourth-layer p{
    text-align: left;
}
.fourth-layer .button{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}
.fourth-layer button{
    margin-right: 0;
}
.fourth-layer button:first-child{
    margin-bottom: 20px;
    margin-right: 0;
}
.fifth-layer{
    display: flex;
    flex-direction: column;
    width: 90%;
}
.sixth-layer .description{
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 10px;
}
.sixth-layer .description h1{
font-size: 25px;
}
.sixth-layer .table{
    display: flex;
    flex-direction: column;
    width: 100%;
    border: none;
}
.sixth-layer .table .box{
    border: none;
}

.seventh-layer-container{
    margin-top: 50px;
}

.seventh-layer{
    display: flex;
    flex-direction: column;
}

.seventh-layer .description{
    /* width: 100%; */
    width: 100% !important;
    text-align: center;
    margin: inherit auto;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.seventh-layer .description p,
.seventh-layer .description h1{
    width: 100%;
}

.seventh-layer .images{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.seventh-layer .image img{
    width: 50;
}
.seventh-layer .description{
    max-width: 100% !important;
    text-align: center;
}
.eight-layer{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    text-align: center;
    grid-gap: 30px;
}
.eight-layer .description{
    padding-top: 0;
    padding-right: 20px;
    padding-left: 20px;
}
.eight-layer .image{
    grid-row: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.eight-layer .image img{
    height: 300px !important;
    width: 75% !important;
}
.eight-layer .description button{width: 100%;
margin: initial auto;
margin-right: 0;
}
.eight-layer .description h1{
font-size: 27px;
margin-right: 0;
}
.eight-layer .description .small{
    text-align: left;
}
.footer-container{
    margin-top: 0;
}
.footer,
.footer .right,
.footer .left{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.footer .right ul, .footer .left ul{
    display: none;
}
.footer .left .empty, hr{display: none;}
.footer .right{
    padding-left: 0;
    border: none;
}
.footer .left{
    padding-bottom: 0;   
}
.footer h4{padding-left: 20px;
width: 100%;
}

.social-links hr{display: none;}
.social-links{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.social-links .social{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: 50%;
}
.social-links .social i{
    width: 30px;
    height: 30px;
}
.mobile-header #search,#search-image{
    display: none;
}
.mobile-header #search-input{
    height: 40px;
    width: 97%;
    border: 1px solid #00bda5;
    border-radius: 20px;
    background: #f5f8fa;
    text-align: left;
    padding-left: 20px;
    /* margin-left: 5px; */
}
.mobile-header #search-input:focus{
    border-color: rgba(0,208,228,0.5);
}

.mobile-header .show-search{
    display: block !important;
}


#div{
    display: block;
}
.mobile-header-container{
    height: 55px;
    position: relative;
}

.mobile-software {
    display: none;
    background-color: #f5f8fa;
    padding-top: 10px;
    padding-bottom: 100px;
}
.mobile-software > ul{
    display: grid;
    grid-gap: 15px;
    grid-template-columns: 1fr;
    width: 94%;
    margin: 0 auto;
   
}

.mobile-software ul h3{
    text-align: center;
    font-size: 23px;
    color: #7c8b9b;
}
.mobile-software > ul li
{
    background: white;
    padding: 20px 20px;
    border: 1px solid #7c8b9b;
    border-radius: 5px;
    line-height: 20px;
}

.mobile-software .box{
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
}
.mobile-software .box > a{
    top: 5px;
    left: 0;
    position: absolute;
}

.mobile-software a{
    color: #7c8b9b;
}
.mobile-software .box img,
.mobile-software .box .description
{
    float: left;
}
.mobile-software .box i{
    float: right;
}
.mobile-software .description{
    max-width: 75%;
    margin-left: 40px;
}
#mobile-body{
    display: none;
    width: 94%;
    margin: 0 auto;
}
#mobile-body .second-ul a:hover{
    text-decoration: underline;
    color: #00bda5 !important;
}
#mobile-body i{
    width: 20px;
}
.mobile-body-content > .first-ul > ul  > li span:nth-child(2){
    width: 30px ;
    height: 30px ;
    float:right;
}
#mobile-body ul li{
    list-style-type: none;
}

#mobile-body ul.inner-ul{
display: none;
padding-bottom: 150px;
}

#mobile-body ul.ouer{
    margin-top: 30px;
}
#mobile-body ul.ouer li{
    border-radius: 3px;    
    display: block;
    background: #f5f8fa;
    /* margin-bottom: 20px; */
    margin-top: 20px;
    box-shadow: 2px 2px 2px 2px;
}
#mobile-body ul.ouer > li > a{
    display: block;
    padding: 19px 20px ;
    font-size: 20px;
}
#mobile-body .inner-ul li{
    box-shadow: none !important;
    border: 1px solid #33475b;
}
#mobile-body .inner-ul li i{font-size: 12px !important;}
#mobile-body .inner-ul li a{
    padding: 10px;
    font-size: 16px;
}
#mobile-body .inner-ul li .box{
    display: flex;
    justify-content:center;
    align-items: center;
    padding: 10px;
    padding-top: 5px;
    padding-bottom: 29px;
    border-radius: 5px;
    /* padding-left: 5px; */
}

#mobile-body .inner-ul li .box img{
    margin-top: -10px;
}

#mobile-body .inner-ul h4{font-size: 20px;}
#mobile-body li.three {
    height: 100px;
    display: flex;
    justify-content: center;
    padding: 25px 8px 25px 30px ;
}
#mobile-body .inner-ul li:nth-child(1),
#mobile-body .inner-ul li:nth-child(2)
{
    padding-right: 8px;
    padding-left: 25px;
    padding-bottom: 5px;
}
#mobile-body .inner-ul li:nth-child(1) i,
#mobile-body .inner-ul li:nth-child(2) i, .three i
{
    float: right;
    display: block;
    margin-top: -27px;
    /* margin-bottom: 20px; */
    
}
 .three span:nth-child(1), .three span:nth-child(2), .three span:nth-child(3){
    float: left !important;
}
.three span:nth-child(2){
    width: 90% !important;
    display: inline-block;
    height: auto !important;
    padding: 0;
}

.resource-top .inner-ul li:nth-child(1),
.resource-top .inner-ul li:nth-child(6),
.resource-top .inner-ul li:nth-child(9),
.resource-top .inner-ul li:nth-child(12){
    background: white !important; 
    box-shadow: none !important;
    text-align: center;
    margin-top: 20px !important;
    box-sizing: content-box;
    border: none !important;
}


.about-top ul li,
.resource-top ul li{
    width: 100%;
    padding-top: 25px !important;
    background: red;
    padding: 0 !important;
    margin-top: 20px !important;
}
.about-top ul li i,
.resource-top ul li i{
 float: right;
}
.about-top ul li:nth-child(1) i,
.about-top ul li:nth-child(2) i,
.resource-top ul li:nth-child(1) i,
.resource-top ul li:nth-child(2) i
{
    margin-top: 0 !important;
}
.about-top ul li a,
.resource-top ul li a{
    display: block;
    padding: 20px !important;

}
#mobile-body .inner-ul li .box .description{margin-right: 10px;}
#mobile-body button{
    margin: 20px 0 40px;
    width: 100%;
}
#mobile-body button a{
    display: block;
    font-size: 19px;
    padding: 15px 0;
}
#mobile-body .second-ul>ul{
    display: grid;
    grid-template-columns: 1fr 1fr;
}
#mobile-body .second-ul > ul li{
    display: block;
    margin-bottom: 20px;
}
#mobile-body .second-ul .left ul{
    border-right: 1px solid #cbd6e2;
    max-width: 130px;
}

.mobile-footer-controls-container{
    display: none;
    width: 100%;
    background: #2d3e50;
    height: 70px;
}
.mobile-footer-controls{
    max-width: 94%;
    margin: 0 auto;
    height: 70px;
    display: flex;
    padding-right: 5px;
    justify-content: space-between;
    align-items: center;
}
.mobile-footer-controls a{
    color: white !important;
}
.mobile-footer-controls span{
    font-size: 35px;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    border-radius: 50%;
}
.mobile-footer-controls span img{
    filter: invert(100%);
    margin-top: 28px;
}
.mobile-footer-controls div{
    margin-top: -19px;
}
.mobile-footer-controls i{
    margin-right: 20px;
}

#desktop-footer{
    display: none;
}
#mobile-footer{
    display: block;
    
}

#mobile-footer .footer-container{
    padding-bottom: 20px;
}

#mobile-footer  ul li ul{
    display: none;
}
#mobile-footer ul li{
    display: block;
    border-bottom: 1px solid #506f8d;
}
#mobile-footer ul li a{
    display: block;
    padding: 10px 20px ;
    font-size: 20px;
}
#mobile-footer .footer{
    padding: 0;
}
#mobile-footer a{
    color: white !important;
    text-transform: capitalize;
    font-weight: 520;
    font-size: 12px;
}
#mobile-footer a:hover{
    text-decoration: none;
}
#mobile-footer span{
    float: right;
}
#mobile-footer a i{
    font-size: 12px;
    width: 20px;
    height: 20px;
}

#mobile-footer ul li ul li{
    background: white;
    margin-bottom: 10px;
    width: 94%;
    margin-right: auto;
    margin-left: auto;
    border-radius: 4px;
}
#mobile-footer ul li ul li a{
    color: #506f8d !important;
    font-size: 15px;
    padding: 15px 20px;
}
#mobile-footer ul li ul li a:hover{
    text-decoration: underline;
    font-weight: 550;
    color: #00bda5 !important;
}
.playgoogle{
    max-width: 100%;
display: flex;
align-items: center;
justify-content: center;
padding: 30px 0 30px;
background: #2d3e50;
}
.playgoogle .images{
    display: flex;
    justify-content: space-around;
    box-sizing: content-box;
    padding: 0 20px;
}
.playgoogle a{
    display: flex;
    justify-content: center;
}
.playgoogle img{
    max-width: 95%;
    height: 50px;
}
/* hide and show */
.show{
    display: block !important;
}
.hide{
    display: none !important;
}
.mobile-header #search-input{
    outline: none;
}
/* end 500px media query */
}   
@media screen and (max-width:366px){
    .mobile-header #search-input{
        margin-left: 6px;
    }
    .hub-bot {
        width: 50px;
        height: 50px;
    }
    .hub-bot-chat-window .footer div{
        right: 10px;
    }

}
@media screen and (max-width:400px){
    .hub-bot img{
        width: 30px;
        height: 30px;
    }
    .last a{
        font-size: 14px;
    }

    .hub-bot-chat-window .footer div{
        right: 12px;
    }
    .hub-bot-chat{
        bottom: 12%;
    }
    #search-image{
        right: 20px;
    }
}
@media screen and (max-width:339px){
    .hub-bot-chat-window .footer div{
        right: 7px;
    }
    .mobile-header #search-input{
        margin-left: 7px;
    }
}
@media screen and (max-width:341px){
    #mobile-body li.three{
        height: 125px;
    }
}