@media only screen and (min-width: 1600px) and (max-width: 1920px) {
  .container {
    max-width: 1700px !important;
  }

  .serve-container {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: nowrap !important;
    padding: 60px 2% 0px 2%;

  }

  .Home-Carousel-title {
    font-size: 60px;
  }

  .Home-Carousel-title1 {
    font-size: 46px;
    margin-bottom: 15px;
  }

  .Home-Carousel-subtitle {
    font-size: 38px;
  }

  .Home-Carousel-subtitle1 {
    font-size: 18px;
    margin-bottom: 40px;
  }

  .Home-heading {
    font-size: 36px;
  }

  .Home-logo img {
    max-height: 80px;
    margin: 0 20px 50px;
  }

  .h3,
  h3 {
    font-size: 3rem;
    font-weight: 300;
  }

  .order-3 p,
  .order-md-1 p {
    font-size: 1.25rem;
  }

  .Home-title {
    font-size: 24px;
    margin-bottom: 0;
  }

  .Home-feature p {
    font-size: 18px;
  }

  .Home-Section-1-title {
    font-size: 45px;
    margin-bottom: 0px;
    font-weight: 300;
  }

  .Home-Section-1-subtitle {
    font-size: 40px;
  }

  .Home-Courses-description {
    font-size: 18px;
    min-width: 1240px;
  }

  .Home-Courses-card-title {
    font-size: 22px;
  }

  .Home-Courses-card-text {
    font-size: 18px;
  }


  .Home-Carousel-image {
    max-width: 550px;
  }

  .Home-Carousel-image1 {
    max-width: 550px;
  }

  .w60 {
    width: 50%;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1599px) {
  .container {
    max-width: 1400px !important;
    width: 90%;
  }

  .serve-container {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: nowrap !important;
    padding: 60px 7% 0px 7%;

  }
  .cardone-content p{
    font-size: 16px;
  }

  .imagediv {
    background-color: #dedede;
    width: 240px;
  }

  .cardone-content {
    padding: 30px 20px;
    flex: 1;
    background-color: #f6f6f6;
  }

  .mHide {
    display: none;
  }

  .Home-Carousel-title {
    font-size: 46px;
  }

  .Home-Carousel-subtitle {
    font-size: 18px;
  }

  .Home-heading {
    font-size: 28px;
  }

  .Home-logo img {
    max-height: 60px;
    margin: 0 15px 20px;
  }

  .h3,
  h3 {
    font-size: 2rem;
    font-weight: 300;
  }

  .order-3 p,
  .order-md-1 p {
    font-size: 1.2rem;
  }

  .Home-feature-icon img {
    width: 120px;
    height: 120px;
  }

  .Home-title {
    font-size: 20px;
    margin-bottom: 0;
  }

  .Home-feature p {
    font-size: 1rem;
  }

  .Home-icon-section {
    padding: 60px 0px 40px;
  }

  .Home-Section-1-title {
    font-size: 38px;
    margin-bottom: 5px;
  }

  .Home-Section-1-card-body p {
    font-size: 16px;
  }

  .Home-Courses-description {
    font-size: 16px;
    min-width: 850px;

  }

  .Home-Courses-card-title {
    font-size: 18px;
  }

  .Home-Courses-card-text {
    font-size: 15px;
  }

  .w60 {
    width: 60%;
  }


  .Home-Carousel-image {
    max-width: 550px;
  }

  .Home-Carousel-image1 {
    max-width: 390px;
  }


  .order-3 {
    padding-left: 76px;
  }

  .order-md-1 {
    padding-right: 76px;
  }

}

@media only screen and (min-width: 1025px) and (max-width: 1299px) {
  .imagediv {
    background-color: #dedede;
    width: 225px;
  }

  .cardone-content {
    padding: 20px;
    flex: 1;
    background-color: #f6f6f6;
  }

}

@media only screen and (min-width: 800px) and (max-width: 1024px) {
  .Home-Carousel-slide {
    flex-wrap: wrap;
  }

  .Home-Carousel-image1 {
    width: 100%;
  }

  .Home-Carousel-image {
    width: 100%;
  }

}

@media only screen and (min-width: 481px) and (max-width: 799px) {
  .Home-Carousel-slide {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 50px;
  }

  .Home-Carousel-buttons {
    flex-wrap: wrap;
  }

  .mHide {
    display: none;
  }

  .Home-Carousel-image1 {
    width: 100%;
    padding-top: 20px;
  }

  .Home-Carousel-title {
    font-size: 24px;
  }

  .Home-Carousel-subtitle {
    font-size: 16px;
  }

  .Home-Courses-card img {
    height: 160px;
  }

  .Home-Courses-title {
    font-size: 22px;
  }

  .Home-Courses-subtitle {
    font-size: 16px;
  }

  .Home-Courses-card-body {
    padding: 15px;
  }

  .Home-logo img {
    margin-bottom: 20px;
    max-height: 50px;

  }

  .order-md-1 {
    padding-right: 0px;
  }

}

@media only screen and (max-width: 480px) {
  .mHide {
    display: none;
  }

  .container {
    max-width: 90%;
  }

  .cta-f {
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 10px;
  }

  .Home-Carousel-slide {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding: 30px 10px 50px;
  }

  .Home-Carousel-title,
  .Home-Carousel-title1 {
    padding-top: 20px;
  }


  .Home-Carousel-image1 {
    width: 100%;
    padding-top: 0px;
  }

  .Home-Carousel-title {
    font-size: 24px;
  }

  .Home-Carousel-subtitle {
    font-size: 16px;
  }

  .Home-Courses-card img {
    height: 160px;
  }

  .Home-Courses-title {
    font-size: 22px;
  }

  .Home-Courses-subtitle {
    font-size: 16px;
  }

  .Home-Courses-card-body {
    padding: 15px;
  }

  .Home-logo img {
    margin-bottom: 20px;
    max-height: 50px;
  }

  .Home-Carousel-buttons {
    flex-wrap: wrap;
  }

  .order-md-1 {
    padding: 20px;
  }

  .Home-button {
    font-size: 15px;
  }

  .order-3 {
    padding: 20px 20px 0px;
  }

  .pb-0 {
    padding-bottom: 0px;
  }

  .margin-stand-75px {
    margin-top: 40px;
  }

  .Home-icon-section {
    padding: 0px;
  }

  .pt40 {
    padding: 0px 0px 40px;
  }

  .Home-feature-icon img {
    width: 100px;
    height: 100px;
  }



  .Home-Section-1-title {
    font-size: 26px;
    line-height: 30px;
  }

  .Home-Courses-section,
  .Job-Search-section {
    padding: 40px 20px;
  }

  .mt-5 {
    margin-top: 2rem !important;
  }

  .containerr-100 {
    max-width: 100%;
  }

  .ml--10 {
    margin-left: -10px;
  }

  .Home-button-0 {
    margin-right: 0px;

  }
  .footer-links{
    display: block !important;
  }
  .Home-Carousel-subtitle1{
    font-size: 1rem;
  }
  .Home-Courses-description{
    font-size: 1rem;
  }

  .cardone-content{
    padding: 30px 20px;
  }
}