.mobitoil-bar {
    display: none;
    background: rgb(255, 255, 255);
    background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(240, 240, 240, 1) 100%);
}



.mobitoil-bar .title {
    text-transform: uppercase;
    font-size: 1.425rem;
    font-weight: 600;
    font-family: var(--bs-font-sans-serif);
}

.mobitoil-bar .body {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}




.mobitoil-bar-v2 {
    margin: 0px
}

.mobitoil-bar-v2>div:nth-child(1) {
    background-color: var(--bs-primary);
  background-image: url('./assets/images/mobitoil.png');
  background-repeat: no-repeat;
  background-position: left bottom;
  color: var(--bs-white);
  min-height: 200px;
  padding: 50px;
  padding-left: 22%;
  position: relative;
}

.mobitoil-bar-v2>div:nth-child(1)::after {
    content: '';
    width: 32px;
    background-color: var(--bs-white);
    position: absolute;
    right: -16px;
    top: 0;
    bottom: 0;
}

.mobitoil-bar-v2>div:nth-child(1) img {
    margin-bottom: 1rem;
}

.mobitoil-bar-v2>div:nth-child(1) .title {
    margin-bottom: 1rem;
    text-transform: uppercase;
    font-size: 1.425rem;
    font-weight: 600;
    font-family: var(--bs-font-sans-serif);
}

.mobitoil-bar-v2>div:nth-child(2) {
    background: rgb(255, 255, 255);
    background: linear-gradient(45deg, rgba(240, 240, 240, 1) 0%, rgba(255, 255, 255, 1) 100%);
    padding: 50px;

    padding-right: 10%;
    position: relative;
}

.mobitoil-bar-v2>div:nth-child(2)::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
    background-image: url('./assets/images/mobitoilRight.png');
    background-position: right bottom;
    background-repeat: no-repeat;
    width: 277px;
    height: 158px;
}


.mobitoil-bar-v2 .call-to-action {
    position: relative;
    z-index: 1;
}

.mobitoil-bar-v2 .title {
    text-transform: uppercase;
    font-size: 2.225rem;
    font-weight: 600;
    font-family: var(--bs-font-sans-serif);
}

.mobitoil-bar-v2 .body {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    margin-bottom: 1rem;
}





@media (max-width: 1699.98px) {

    .mobitoil-bar-v2 > div:nth-child(1) {
        padding-left: 16%;
        background-position: -150px bottom;
    }

  

}

@media (max-width: 1399.98px) {

    .mobitoil-bar-v2 > div:nth-child(2) {
        padding-right: 0;
    } 

    .mobitoil-bar-v2 > div:nth-child(2)::after {
        display: none;
    }

    .mobitoil-bar-v2 > div:nth-child(1) {
        padding-left: 10%;
        background-position: -250px bottom;
        min-height: 0;
    }
}

@media (max-width: 1199.98px) {


    .mobitoil-bar-v2 > div:nth-child(1)::after {
        display: none;
    }

    .mobitoil-bar-v2 > div:nth-child(1) {
        padding-left: 40%;
        background-position: left bottom;
    }

    .mobitoil-bar-v2 > div:nth-child(2) {
        padding-right: 30%;
    }

    .mobitoil-bar-v2 > div:nth-child(2)::after {
        display: none;
    }
   

}

@media (max-width: 991.98px) {

    .mobitoil-bar {
        text-align: center;
        padding: 2rem;
        background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(240, 240, 240, 1) 100%);
    }

    .mobitoil-bar .title {
        margin-top: 1rem;
    }

    .mobitoil-bar-v2 > div:nth-child(1) {
        padding-left: 40%;
        background-position: -100px bottom;
    }

    .mobitoil-bar-v2 > div:nth-child(2) {
        padding-right: 20%;
    }

}

@media (max-width: 767.98px) {

    .mobitoil-bar-v2 > div:nth-child(1) {
        padding-left: 30%;
        background-position: -200px bottom;
    }

    .mobitoil-bar-v2 > div:nth-child(2) {
        padding-right: 10%;
    }

}

@media (max-width: 575.98px) {

    .mobitoil-bar-v2 > div:nth-child(1) {
        padding: 20px;
        padding-left: 30%;
        background-position: -200px bottom;
    }

    .mobitoil-bar-v2 > div:nth-child(2) {
        padding: 20px;
    }

    .mobitoil-bar-v2 .title {
        font-size: 1.825rem;
    }

}

@media (max-width: 475.98px) {


    .mobitoil-bar-v2 .call-to-action .btn {
        display: block;
        width: 100%;
        margin: 0px;
    }

    .mobitoil-bar-v2 > div:nth-child(1) {
        padding: 20px;
        background-image: none;
    
    }

    .mobitoil-bar .btn {
    
        margin: 0;
        display: block;
        width: 100%;
        margin-bottom: 0.25rem;
    }

}