.navbar-toggle {
    margin-top: 22px;
}

.navbar-inverse .navbar-brand {
    height: auto;
    color: rgba(255, 71, 87, 1.0);
    font-size: 28px;
}

.navbar-inverse .navbar-brand:hover {
    color: rgba(255, 71, 87, 1.0);
}

.navbar-inverse .navbar-nav>li>a {
    color: #c7c7c7;
    font-size: 16px;
    padding: 50px 15x 15px 15px;
    margin: 15px 0px 0px 0px;
}

/* Carousel base class */
.carousel {
    height: 500px;
    margin-bottom: 60px;
}

.carousel-caption {
    z-index: 10;
    /* Since positioning the image, we need to help out the caption */
}

/* Declare heights because of positioning of img element */
.carousel .item {
    height: 500px;
    background-color: #777;
}

.carousel-inner>.item>img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 500px;
}

.featurette-divider {
    margin: 60px 0;
}

.carousel-inner>.item>.tp {
    /*height: 100vh !important;*/
    border: 0px solid transparent;
    margin: 0px;
    padding: 0px;
    text-align: center;
    border-radius: 0px;
    min-height: 500px;
}

.marketing .col-lg-4 {
    margin-bottom: 20px;
    text-align: center;
}

.block-dev {
    width: 100%;
    height: 230px;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 70px;
    padding: 0 15px;
    background:rgb(231 93 105);
    color: #fff;
}

.privacy-con {
    font-size: 14px;
}

.glyphicon {
    color: #fff;
    font-size: 24px;
}

.jumbotron {
    background-color: #f7f8f9;
}

.container .icon{
    text-align: center;
}

.container .icon img {
    max-width: 176px;
    border-radius: 25px;
    margin-bottom: 15px;
}

.cove img {
    width: 100%;
    margin-top: 50px;
}

.down-box{
    width: 100%;
    margin-top: 30px ;

}
.down-box a{
    display: block;
    width: 200px;
    height: 60px;
    margin: 0 auto 25px;
    border-radius: 6px;
    overflow: hidden;
    opacity: 0.9;
}
.down-box a:hover{
    box-shadow: rgba(47, 53, 66, 0.3) 0 3px 6px 1px;
}
.down-box a.ios{
    background: url(../image/appstore.png) no-repeat center center;
    background-size: 100%;
}
.down-box a.no-re{
    opacity: 0.5;
    cursor: not-allowed;;
}
.down-box a.andriod{
    background: url(../image/googleplay.png) no-repeat center center;
    background-size: 100%;
}