.chomp-mobile-section {
    background: linear-gradient(180deg, #0167b9c2 0%, #0167b94f 50%, #0167b912 100%);
}

/*.chomp-mobile-section01 {*/
/*    background: linear-gradient(180deg, #d91b1b 0%, #ff2626 100%);*/
/*    margin-top: -24px;*/
/*}*/

.chomp-mobile-section02 {
   
    
    background: linear-gradient(180deg, #0167b9c2 0%, #0167b94f 50%, #0167b912 100%);
    margin-top: -24px;
}

.fixed-mobile {
    clip: rect(auto, auto, auto, auto);
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.inner-phone {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    position: fixed;
    left: 70%;
    top: 55%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.phone__responsive {
    max-width: 28vw;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.height-100 {
    height: 74vh;
}

.fit-content>img {
    max-width: 30%;
}



.active-mobile-tab h3 {
    font-size: 66px;

}

.active-mobile-tab p {
    color: black;
    font-size: 18px;
    line-height: 36px;
    position: relative;
    margin-top: 30px;
}

.more-info svg {
    max-width: 40px;
    height: auto;
}

circle {
    animation: dash 16s linear infinite;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

.text-center.fit-content {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

center.logo_aap.py-5 img {
    max-width: 100%;
    width: 170px;
}

.phone__responsive img {
    width: 100%;
    height: 80vh;
}

.bg_light_pink{background-color: #d5e5f647 !important;}