/* Add here all your css styles (customizations) */

.mt-neg-60 {
    margin-top: -60px;
}

.mt33 {
    margin-top: 33px !important;
}
.mt50 {
    margin-top: 50px !important;
}
.mt10 {
    margin-top: 10px !important;
}

.bullet {
    height: 39px;
    display: block;
    float: left;
    width: 14px;
    margin-top: 4px;
}

.pos-abso {
    /*  position: relative;
   top: 272px; */
    text-align: center;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 10px;
    height: 60px;
}

.carousel-bg {
    background-color: #f3f3f3;
}

.mockup-container {
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.7);
}

.mockup-text {
    display: block;
    margin: auto;
    color: #fff;
}

.mt60center {
    margin-top: 60px;
    text-align: center;
}
.graybg{
    background-color: #acacac;
}