/* Minification failed. Returning unminified contents.
(2,17): run-time error CSS1039: Token not allowed after unary operator: '-color-navy-blue'
(38,28): run-time error CSS1039: Token not allowed after unary operator: '-color-white'
 */
.headerstrip, .headstriptitle, .head2mob, .head1strippara {
    color: var(--color-navy-blue);
    text-align: center;
}
.headstriptitle {
    font-weight: bold;
    margin-top: 100px;
}

.pt-5 {
    padding-top: 3rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}
.head2mob {
    font-weight: bold;
    display: block !important;
}
.row *{
    max-width: 100%;
}

@media screen and (max-width: 768px){
    .mobile-app-page {
        margin: 15px 0px !important;
    }
    .mobile-img {
        width: 90% !important;
    }
}

.mobile-app-page {
    margin: 15px -25px;
    border: none;
    height: 5px;
    background-color: var(--color-white);
}
@media only screen and (min-width: 992px) {
    .headerstrip {
        
        font-weight: 800;
        font-size: 55px;
    }
    .head2mob {
        font-size: 26px;
    }
    .headstriptitle {
        font-size: 26px;
    }
    .head1strippara{
        font-size: 18px;
    }
}
@media only screen and (max-width: 992px){
    .headerstrip {
        font-size: 35px;
        font-weight: bolder;
    }
    .head2mob, .headstriptitle {
        font-size: 23px;
    }
    .head1strippara {
        font-size: 16px;
    }
    .mobile-img {
        width: 100% !important;
    }
} 

@media only screen and (max-width: 568px){
    .headerstrip {
        font-size: 24px;
        font-weight: bolder;
    }
    .head2mob, .headstriptitle {
        font-size: 17px;
    }
    .head1strippara {
        font-size: 14px;
    }

}
.m-b-40 {
    margin-bottom: 40px !important;
}
.m-b-25 {
    margin-bottom: 25px !important;
}
.m-b-20 {
    margin-bottom: 20px !important;
}
.text-white-sec {
    display: block !important;
    text-align: center;
}
.mobile-img {
    width: 45%;
}
.img-container {
    display: flex;
    justify-content: end;
}
