@media (max-width: 650px) {
    html, body{
        overflow-x: hidden;
    } 
    .new-header > .container{
        background-color: #fff;
    }
    .navbar-toggler{
        color: #000;
        border: 0;
        padding: 0;
        font-size: 1rem;
    }
    .navbar-toggler > i{
        color: #000;
    }
    .new-header .navbar-collapse{
        margin-top: 1rem;
        padding-bottom: 2rem;
    }
    .new-header .navbar-collapse > ul{
        gap: 14px 0;
    }
    .new-header .navbar-collapse > ul a{
        font-size: 1.2rem;
    }
    .new-header .navbar-brand{
        font-size: 1.5rem;
        margin-bottom: .4rem;
    }
    .header-side-btn{
        margin-top: 2rem;
    }
    .new-header ul > li > a .dot{
        top: 6px;
        right: -16px;
    }
    .home-banner-sec{
        padding-top: 48px;
        height: 82vh;
    }
    .home-banner-sec img{
        display: none;
    }
    .home-banner-sec h1 {
        font-size: 5rem;
        line-height: 1.08;
    }
    .home-banner-sec h1 > .fancy {
        font-size: 8rem;
    }
    .home-banner-sec h1 > .is, .home-banner-sec h1 > .our, .home-banner-sec h1 > .starting{
        margin: 0;
    }
    .tagline-sec > img:nth-child(1), .tagline-sec > img:nth-child(2){
        display: none;
    }
    .second-sec-head{
        font-size: 2rem;
    }
    .about-us-sec h2{
        font-size: 4.5rem;
    }
    .colab-data-div > h1 {
        font-size: 5rem;
        line-height: .9;
    }
    .colab-data-div p {
        font-size: 1.6rem;
        line-height: 1.2;
    }
    .home-colab-sec {
        height: 100vh;
    }
    .colab-data-div {
        height: 88vh;
    }
    .bottom-section a{
        margin: 0 auto;
        width: fit-content;
    }
    .home-about-sec{
        padding-bottom: 0;
    }
    .home-about-sec h1 {
        font-size: 3rem;
        margin-bottom: 20px;
    }
    .home-about-sec a{
        width: fit-content;
    }
    .home-about-sec figure > img {
        width: 100%;
        max-width: fit-content;
    }
    .marque-first {
        transform: translateY(50%) rotate(15deg) !important;
    }
    .marque-second {
        transform: translateY(-50%) rotate(-15deg) !important;
    }
    .join-now-sec .row{
        gap: 30px 0;
    }
    .join-now-sec h1{
        font-size: 3rem;
    }
    .new-footer .row{
        gap: 20px 0;
    }
    .new-footer .row > div{
        text-align: center;
    }
    .new-footer h4 {
        font-size: 3rem;
    }




    /*--------------------------- Brand Refresh CSS ----------------------------*/
    .refresh-banner-new h1 {
        font-size: 4rem;
    }
    .refresh-banner-new .banner-para-div {
        padding: 0 13px 30px;
    }
    .brand-refresh-banner h1{
        font-size: 5rem;
    }
    .brand-about-fig-div{
        width: 100%;
    }
    .brand-about-fig-div figure > img {
        width: 100%;
        max-width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .brand-about-text-div h1{
        font-size: 3rem;
        margin-bottom: 1rem !important;
    }
    .brand-refresh-sec-mobile{
        padding-top: 3rem;
    }
    .brand-cta-sec h2{
        font-size: 3rem;
    }
    .colab-banner-sec h1{
        font-size: 6rem;
        line-height: 1;
    }
    .colab-banner-sec h2{
        font-size: 2rem;
    }
    .colab-banner-sec {
        height: 84vh;
        margin-top: 5rem;
    }
    .colab-banner-sec .container{
        padding-top: 0;
    }
    .colab-banner-sec a .rv-button-top{
        padding-left: 20px;
        padding-right: 20px;
    }
    .colab-about-sec h2, .colab-orange-sec h2{
        font-size: 2rem;
    }
    .colab-two-side-sec > div{
        padding: 0;
    }
    .colab-two-side-sec .flex-1{
        padding: 55px 20px 24px !important;
    }
    .colab-full-image-sec .marquee-container span{
        font-size: 5rem;
        margin-top: 3rem;
    }
    .colab-full-img-content {
        padding: 0 30px 60px;
    }
    .colab-full-image-sec img {
        height: 70vh;
    }


    /*--------------------------- Solomo Kit CSS ----------------------------*/
    .digital-banner-sec h1{
        font-size: 4rem;
    }
    .digital-banner-sec p {
        line-height: .8;
    }
    .colab-orange-sec h2 {
        font-size: 3rem;
    }
    .colab-orange-sec img{
        width: 100%;
    }
    .colab-about-sec h4, .digital-side-content-div h4{
        font-size: 1.5rem;
    }
    .digital-side-content-div h2{
        font-size: 2rem;
    }
    .digital-join-sec{
        padding-top: 3rem;
    }
    .digital-join-sec h2 {
        font-size: 4rem !important;
        letter-spacing: -6px;
    }
    .digital-join-sec h3 {
        font-size: 2rem;
    }
    .digital-join-sec h4{
        font-size: 4rem;
    }
    .faq-sec h2{
        font-size: 2rem;
    }
    .faq-sec .accordion-item > .accordion-header{
        padding: 22px 20px !important;
    }

    /*--------------------------- Contact CSS ----------------------------*/
    .contact-banner-sec h1{
        font-size: 4rem;
    }
    .contactform{
        padding-top: 4rem;
    }
    .contactform p {
        font-size: 1.4rem;
        line-height: 1.5;
    }
    .contactform input, .contactform select{
        margin-bottom: 1rem;
    }
    .contactform button{
        margin-top: 2rem;
    }
  

}