.text-red {
    color: #EA1D24;
}

.w-85 {
   width: 85% !important;
}

.carousel-control-next,
.carousel-control-prev, 
.carousel-indicators {
    filter: invert(100%);
}

/* Extra large devices (extra large desktops) */
@media only screen and (min-width: 1200px) {
    
    #line_buddy_head-wrapper {
        height: 800px;
        width: 100%;
        background: url("/assets/img/general/line_buddy/Line_buddy_bg.png");
        background-repeat: no-repeat;
        background-size: cover;
        z-index: 1;
    }
    
    .line_buddy_hero-inner h1 {
        font-size: 135px;
        padding-top: 200px;
        line-height: 125px;
    }

    .line_buddy_hero-inner p {
        font-size: 45px;
    }
    
    .line_buddy_hero-inner img {
        position: absolute;
        top: 150px;
        height: 750px;
    }
    
    #line_buddy_new-feature {
        padding-top: 10rem;
    }
    
    h2 { font-size: 5rem !important; }
    
    .line_buddy_curved-bg {
        background: url("/assets/img/general/line_buddy/Line_buddy_service_bg.png") no-repeat;
        background-position: 0px 0px;
        background-size: cover;
        width: 100%;
        height: 350px;
    }
    
    #line_buddy_service img {
        width: 45%;
    }
    
    #line_buddy_service h1 {
        font-size: 2.6rem;
    }
    
    #line_buddy_service p {
        font-size: 1.6rem;
    }
    
    #line_buddy_faq img {
        width: 85%;
        padding-top: 2rem;
    }

    #line_buddy_bottom {
        width: 100%;
        height: 475px;
        background: url("/assets/img/general/line_buddy/Line_buddy_bottom.png") no-repeat;
        margin-top: 120px;
        background-size: cover;
    }
    
    #line_buddy_bottom-addline {
        margin-top: -275px;
    }
    
    #line_buddy_bottom .text-bottom {
        font-size: 1.8rem;
    }
    
}

/* Large devices (Large Tablet desktops : IPad Pro) */
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    
    #line_buddy_head-wrapper {
        height: 520px;
        width: 100%;
        background: url("/assets/img/general/line_buddy/Line_buddy_bg.png") no-repeat center;
        border-radius: 0 0 50% 50% / 4%;
        background-position-y: -20px;
        background-size: cover;
        z-index: 1;
    }
    
    .line_buddy_hero-inner h1 {
        font-size: 5rem;
        padding-top: 95px;
        line-height: 125px;
      }

    .line_buddy_hero-inner p {
      font-size: 45px;
    }
    
    .line_buddy_hero-inner img {
        position: absolute;
        top: 115px;
        height: 420px;
    }
    
    #line_buddy_new-feature {
        padding-top: 5rem;
    }
    
    #line_buddy_sync_step .w-85 {
        width: 100% !important;
    }
    
    .carousel-indicators {
        bottom: -25px !important;
    }
    
    #line_buddy_service img{
        width: 50%;
    }
    
    #line_buddy_service p {
        font-size: 1.5rem;
    }
    
    h2 { font-size: 4rem !important; }
    
    .line_buddy_curved-bg {
        background: url("/assets/img/general/line_buddy/Line_buddy_service_bg.png") no-repeat;
        background-position: 0px 0px;
        background-size: cover;
        width: 100%;
        height: 235px;
        margin-top: 25px;
    }
    
    #line_buddy_faq img {
        width: 85%;
        padding-top: 2rem;
    }

      #line_buddy_bottom {
          width: 100%;
          height: 440px;
          background: url("/assets/img/general/line_buddy/Line_buddy_bottom.png") no-repeat;
          margin-top: 120px;
          background-size: cover;
      }
    
    #line_buddy_bottom-addline {
        margin-top: -250px;
    }
      
    #line_buddy_bottom .text-bottom {
        font-size: 1.8rem;
    }
}

/* Medium devices (ipad Mini / Desktops) */
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    
    #line_buddy_head-wrapper {
        height: 435px;
        width: 100%;
        background: url("/assets/img/general/line_buddy/Line_buddy_bg.png") no-repeat center;
        border-radius: 0 0 50% 50% / 4%;
        background-position-y: -10px;
        background-size: cover;
        z-index: 1;
    }
    
    .line_buddy_hero-inner img {
        position: absolute;
        top: 55px;
        height: 410px;
    }
    
    .line_buddy_hero-inner h1 {
        font-size: 5.5rem;
        padding-top: 40px;
        line-height: 125px;
    }
    
    #line_buddy_new-feature {
        padding-top: 5rem;
    }
    
    h2 { font-size: 3.5rem !important; }
    
    #line_buddy_sync_step_mobile .w-100 {
        width: 60% !important;
    }
    
    .carousel-indicators {
        bottom: -20px !important;
    }
    
    #line_buddy_service img{
        width: 70%;
    }
    
    #line_buddy_service h1 {
        font-size: 2rem;
        font-weight: bold;
    }
    
    #line_buddy_service p {
        font-size: 1.5rem;
    }
    
    .line_buddy_curved-bg {
        background: url("/assets/img/general/line_buddy/Line_buddy_service_bg.png") no-repeat;
        background-position: 0px 0px;
        background-size: cover;
        width: 100%;
        height: 200px;
        margin-top: 30px;
    }
    
    #line_buddy_faq img {
        width: 65%;
        padding-top: 2rem;
        margin-left: 5rem;
    }

    #line_buddy_bottom {
        width: 100%;
        height: 300px;
        background: url("/assets/img/general/line_buddy/Line_buddy_bottom.png") no-repeat;
        margin-top: 120px;
        background-size: cover;
    }
    
    #line_buddy_bottom-addline {
        margin-top: -150px;
    }
      
    #line_buddy_bottom .text-bottom {
      font-size: 1.8rem;
    }
}

/* Small devices (small tablet) */
@media only screen and (min-width: 576px) and (max-width: 767.98px) {
    
    #line_buddy_head-wrapper {
        height: 800px;
        width: 100%;
        background: url("/assets/img/mobile/general/line_buddy/Line_buddy_bg.png") no-repeat;
        border-radius: 0 0 50% 50% / 4%;
        background-position-y: -10px;
        background-size: cover;
        z-index: 1;
    }
    
    .line_buddy_hero-inner h1 {
        font-size: 70px;
        padding-top: 110px;
        line-height: 125px;
    }
    
    .line_buddy_hero-inner p {
        font-size: 35px;
    }
    
    #line_buddy_smartphone {
        position: absolute;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        height: 480px;
        margin-top: 75px;
    }
    
    #line_buddy_new-feature {
        padding-top: 8rem;
    }
    
    #line_buddy_sync_step_mobile img {
        width: 70% !important;
    }
    
    .carousel-indicators {
        bottom: -20px !important;
    }
    
    h2 { font-size: 2rem !important; }
    
    .line_buddy_curved-bg {
        background: url("/assets/img/mobile/general/line_buddy/Line_buddy_service_bg.png") no-repeat;
        background-position: 0px 0px;
        background-size: cover;
        width: 100%;
        height: 100px;
        margin-top: 30px;
    }
    
    #line_buddy_service h1 {
        font-size: 2rem;
        font-weight: bold;
    }
    
    #line_buddy_faq img {
        width: 65%;
        padding-top: 2rem;
        margin-left: 5rem;
    }
    
    #line_buddy_bottom {
        width: 100%;
        height: 420px;
        background: url("/assets/img/mobile/general/Line_buddy/Line_buddy_bottom.png") no-repeat;
        margin-top: 150px;
        background-size: cover;
        background-position-x: -180px;
    }
    
    #line_buddy_bottom-addline {
        margin-top: -150px;
    }
    
    #line_buddy_bottom-addline .text-bottom {
        font-size: 1.3rem;
    }
    
    #line_buddy_bottom .w-50 {
        width: 50% !important;
    }
}

/* Extra small devices (phones) */
@media only screen and (max-width: 575.98px) {
    
    #line_buddy_head-wrapper {
        height: 800px;
        width: 100%;
        background: url("/assets/img/mobile/general/line_buddy/Line_buddy_bg.png") no-repeat;
        border-radius: 0 0 50% 50% / 4%;
        background-position-y: -10px;
        background-size: cover;
        z-index: 1;
    }
    
    .line_buddy_hero-inner h1 {
        font-size: 70px;
        padding-top: 110px;
        line-height: 125px;
    }
    
    .line_buddy_hero-inner p {
        font-size: 35px;
    }
    
    #line_buddy_smartphone {
        position: absolute;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        height: 480px;
        margin-top: 40px;
    }
    
    #line_buddy_new-feature {
        padding-top: 8rem;
    }
    
    #line_buddy_sync_step_mobile img {
        width: 70% !important;
    }
    
    .carousel-indicators {
        bottom: -20px !important;
    }
    
    h2 { font-size: 2rem !important; }
    
    .line_buddy_curved-bg {
        background: url("/assets/img/mobile/general/line_buddy/Line_buddy_service_bg.png") no-repeat;
        background-position: 0px 0px;
        background-size: cover;
        width: 100%;
        height: 100px;
        margin-top: 30px;
    }
    
    #line_buddy_service h1 {
        font-size: 1.5rem;
        font-weight: bold;
    }
    
    #line_buddy_faq img {
        width: 65%;
        padding-top: 2rem;
        margin-left: 5rem;
    }
    
    #line_buddy_bottom {
        width: 100%;
        height: 235px;
        background: url("/assets/img/mobile/general/line_buddy/Line_buddy_bottom.png") no-repeat;
        margin-top: 150px;
        background-size: cover;
        background-position-x: -95px;
    }
    
    
    #line_buddy_bottom .text-bottom {
        font-size: 1rem;
    }
    
    #line_buddy_bottom .w-50 {
        width: 80% !important;
    }
}