@media (max-width: 1100px) {
  .top-servise-area h4 {
    font-size: 12px;
    line-height: 18px;
    padding-top: 8px;
  }
  .top-servise-area.one h4 {
    font-size: 25px;
    font-weight: 700;
    line-height: 35px;
  }
}

@media (max-width: 992px) {
  .case-studies-box {
    padding: 25px 10px;
    margin: 0 12px;
    bottom: 40px;
    right: 0px;
  }

  .top-servise-area {
    margin-bottom: 20px;
  }
  .home-contact h2 {
    font-size: 42px;
    font-weight: 800;
  }
}

@media (max-width: 767px) {
  .home-slide-content h2 {
    font-size: 32px;
    font-weight: 700;
  }

  .carousel-item.active .mt-5 {
    margin-top: 0rem !important;
  }
}

@media (max-width: 560px) {
    .home-slide-content h2 {
        font-size: 26px;
        font-weight: 700;
    }
    .home-contact h2 {
        font-size: 26px;
        font-weight: 800;
    }
    .quote-form .form-title {
        font-size: 26px;
        font-weight: 600;
    }
    .quote-form {
        padding: 20px;
    }
    .coupons-deals .product .product-image img {
        border-radius: 10px;
        margin: 20px 10px 0;
    }
    .coupons-section .brand {
        padding: 10px 10px 5px;
        font-size: 13px;
    }
    .coupons-section-inner.full-width .coupons-deals .products h3 {
        font-size: 16px;
    }
    .coupons-section-inner.full-width .coupons-deals .products .product-image a {
        padding: 10px 10px;
    }
    .icon-set {
        width: 50%;
    }
    .course-detail-info{
        margin: 7px;
        margin-right: 7px;
        padding: 15px 5px 0px 5px;
    }
    .course-detail-card {
        background-color: #fff;
        margin: 0px 10px;
        flex-shrink: initial;
    }
    .courses__item-tag a {
        font-size: 10px;
    }
    .courses__item-meta li i {
        margin-right: 0px;
        font-size: 20px;
    }
    .course-detail-card .course-title {
        font-size: 24px;
    }
    .course-attribute-1 .attr-1-value {
        font-size: 13px;
    }
    .course-detail-right {
        border-radius: 30px 30px 30px 30px;
        margin: 20px;
    }
    .course-detail-right::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: #fff0;
        opacity: 0.5;
        border-radius: 30px;
        overflow: hidden;
    }
}
