@media (max-width: 767px) {
    .main-btn {
        font-size: 14px;
        padding: 0 20px;
        line-height: 40px;
    }
}

@media (max-width: 767px) {
    .rounded-buttons ul li {
        margin-left: 0;
    }
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .carousel-item::before {
        width: 40%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .carousel-item::before {
        width: 60%;
    }
}

@media (max-width: 767px) {
    .carousel-item::before {
        width: 50%;
        right: 45%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .carousel-item::before {
        right: 25%;
    }
}


@media (max-width: 767px) {
    .slider-content {
        padding-top: 190px;
        padding-bottom: 150px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-content .title {
        font-size: 58px;
        line-height: 80px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-content .title {
        font-size: 72px;
        line-height: 90px;
    }
}

@media (max-width: 767px) {
    .slider-content .title {
        font-size: 34px;
        line-height: 45px;
    }
}


@media (max-width: 767px) {
    .slider-content .slider-btn li {
        margin: 16px 3px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .carousel-indicators li {
        width: 13px;
        height: 13px;
    }
}

@media (max-width: 767px) {
    .carousel-indicators li {
        width: 13px;
        height: 13px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .carousel-indicators li.active {
        width: 23px;
    }
}

@media (max-width: 767px) {
    .carousel-indicators li.active {
        width: 23px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .carousel .carousel-control-prev,
    .carousel .carousel-control-next {
        left: 30px;
    }
}
 
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .carousel .carousel-control-prev, .carousel .carousel-control-next {
      display: none; } }
  @media (max-width: 767px) {
    .carousel .carousel-control-prev, .carousel .carousel-control-next {
      display: none; } }
.carousel .carousel-control-next {
  right: 60px;
  left: auto; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .carousel .carousel-control-next {
      right: 30px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .carousel .carousel-control-next {
      right: 30px; } }
  @media (max-width: 767px) {
    .carousel .carousel-control-next {
      right: 30px; } }