/* X-Large devices (large desktops, 1200px and up) */
@media only screen and (min-width: 1200px) and (max-width: 1399.98px) {
  :root {
    --font-base: 15px;
  }
  .hero-banner.hero-banner_v2 {
    background-position-y: 50px !important;
  }
}
/* Medium devices (tablets, laptops between 992px to 1200px) */
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  :root {
    --font-size--h1: 44px;
    --font-size--h2: 32px;
    --font-base: 15px;
  }
  .hero-banner.hero-banner_v1 {
    padding-top: 100px;
  }
  .hero-banner.hero-banner_v2 {
    padding-top: 150px;
    padding-bottom: 100px;
  }
  .hero-banner .banner-filter-form .btn {
    padding-inline: 0;
  }
  .hero-banner .banner-filter-form .btn span {
    display: none;
  }
  .hero-banner .banner-filter-form .btn i {
    display: inline-block;
  }
  .breadcrumb-area {
    padding: 120px 0 70px;
  }
  .course-details-area .course-banner {
    padding-top: 125px;
  }
  .contact-area .card {
    padding: 20px;
  }
}
/* Medium devices (tablets, Between 768px to 992px) */
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  :root {
    --font-size--h1: 44px;
    --font-size--h2: 38px;
    --font-size--h3: 22px;
    --font-size--h4: 22px;
  }
  .hero-banner.hero-banner_v1 {
    padding-top: 100px;
  }
  .hero-banner.hero-banner_v2 {
    padding-top: 150px;
    padding-bottom: 100px;
  }
  .breadcrumb-area {
    padding: 140px 0 90px;
  }
  .course-details-area .course-banner {
    padding-top: 145px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 910px){
  
  .banner-boxx .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
}

.col-md-6.respo-second {
  order: 2;
  width: 100%;
  margin-top: 40px;
}
.banner-textt::before {
 display: none;
}


}


/* Small devices (landscape phones, less than 768px) */
@media only screen and (max-width: 767.98px) {
  /* Reset CSS */
  :root {
    --font-base: 15px;
    --font-sm: 12px;
    --font-xsm: 10px;
    --font-lg: 16px;
    --font-size--h1: 36px;
    --font-size--h2: 32px;
    --font-size--h3: 22px;
    --font-size--h4: 22px;
    --font-size--h5: 18px;
    --font-size--h6: 15px;
    --radius-md: 8px;
    --radius-lg: 12px;
    --radius-xl: 15px;
  }
  .ptb-100 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .ptb-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .pt-100 {
    padding-top: 70px;
  }
  .pt-70 {
    padding-top: 40px;
  }
  .pt-60 {
    padding-top: 30px !important;
  }
  .pb-100 {
    padding-bottom: 70px;
  }
  .pb-75 {
    padding-bottom: 45px;
  }
  .pb-70 {
    padding-bottom: 40px;
  }
  .pb-60 {
    padding-bottom: 30px !important;
  }
  .pb-30 {
    padding-bottom: 20px !important;
  }
  .px-5 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .px-60 {
    padding-inline: 20px;
  }
  .btn-lg,
  .btn-md {
    padding: 12px 26px;
    font-size: var(--font-base);
  }
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-75 {
    width: 100% !important;
  }
  .go-top {
    width: 35px;
    height: 35px;
    font-size: 22px;
  }
  .section-title .title,
  .content-title h2 {
    margin-top: -4px;
  }
  .title-shape {
    display: none;
  }
  .title-md {
    font-size: 22px;
  }
  .header-area .main-responsive-nav .logo {
    max-width: 120px;
  }
  .hero-banner.hero-banner_v1 {
    padding-top: 70px;
  }
  .hero-banner.hero-banner_v2 {
    padding-top: 130px;
    padding-bottom: 70px;
  }
  .hero-banner.hero-banner_v3 {
    padding-top: 70px;
  }
  .hero-banner .form-wrapper {
    border: none !important;
    border-radius: 0 !important;
    background-color: transparent !important;
  }
  .hero-banner .banner-filter-form .input-group {
    height: 50px;
    line-height: 50px;
    -webkit-padding-start: 15px;
            padding-inline-start: 15px;
    border: 1px solid var(--border-color);
    margin-bottom: 20px;
    border-radius: 5px;
    background-color: var(--bg-white) !important;
  }
  .hero-banner .banner-filter-form .input-group .nice-select {
    line-height: 48px;
  }
  .hero-banner .banner-filter-form .input-group .vr {
    display: none;
  }
  .feature-area .ratio.ratio-21-8::before {
    padding-bottom: 50%;
  }
  .mentor-area_v1 .card .card-content,
  .mentor-area_v2 .card .card-content {
    width: 100%;
  }
  .spacer {
    padding: 10px 0;
  }
  .tabs-navigation {
    overflow: hidden;
    overflow-x: auto;
  }
  .tabs-navigation .nav {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow: unset;
  }
  .tabs-navigation .nav li {
    flex: 0 0 auto;
  }
  .footer-area .footer-links {
    gap: 15px;
  }
  .footer-area .footer-widget h5 {
    margin-bottom: 20px;
  }
  .breadcrumb-area {
    padding-top: 125px;
    padding-bottom: 70px;
  }
  .course-details-area .course-banner {
    padding: 120px 0 70px;
  }
  .course-details-area .course-banner .list-group {
    flex-wrap: wrap;
    gap: 20px;
  }
  .course-details-area .course-banner .list-group li:not(:first-child) {
    -webkit-padding-start: 0;
            padding-inline-start: 0;
    -webkit-margin-start: 0;
            margin-inline-start: 0;
    border: none;
  }
  .course-details-area .mentor .mentor-info {
    flex-wrap: wrap;
  }
  .newsletter-area_v1 .input-inline .form-control {
    border-radius: var(--radius-pill) !important;
  }
  .newsletter-area_v1 .input-inline .btn {
    border-radius: var(--radius-pill) !important;
  }

  .edwish-album ul.nav.nav-pills {
    width: 100%;
    display: inline-block;
    justify-content: center;
    text-align: center;
  }
 
  .col-md-6.respo-second {
    order: 2;
    width: 100%;
    margin-top: 40px;
  }
  .order-md-1, .order-md-2 {-ms-flex-order: inherit !important; order: inherit !important;}
}
/* Small devices (landscape phones, less than 576px) */
@media only screen and (max-width: 575.98px) {
  .p-30 {
    padding: 20px !important;
  }
  .p-20, .p-25 {
    padding: 15px !important;
  }
  .feature-area .ratio.ratio-21-8::before {
    padding-bottom: 100%;
  }
  .contact-area .card {
    padding: 20px;
  }

  .edwish-album ul.nav.nav-pills {
    width: 100%;
    display: block;
    text-align: center;
  }
  .banner-textt::before {
    position: absolute;
    content: '';
    background-image: url(../images/title-line-svg.webp);
    background-position: left;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    bottom: 50px;
    left: 0;
  }

  .bann-sear select {
    background-color: transparent;
    border: none;
    padding: 11px 20px;
    border: 1px solid #d9d9d9;
    width: 100%;
    border-radius: 5px;
  }

  .bann-sear input {
    border: none;
    background: transparent;
    padding: 11px 20px;
    width: 100%;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
  }
  .bann-sear.finddd {
    background: #47c6eb;
    padding: 11px 20px;
    border-radius: 5px;
  }
  .banner-search {
    width: 100%;
    border: none;
    border-radius: 100px;
    margin-top: 30px;
  }
  .banner-search ul {
    width: 100%;
    display: block;
  }
  .banner-search ul li {
    width: 100%;
    list-style-type: none !important;
    margin-bottom: 20px;
  }


}

@media only screen and (max-width: 480px)
{
  .banner-textt::before {
    position: absolute;
    content: '';
    background-image: url(../images/title-line-svg.webp);
    background-position: left;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    bottom: 114px;
    left: 0;
}
}

@media (max-width: 1024px)
{
  #connects .connects_forms {
  position: relative;
  background: transparent;
  padding: 55px 30px;
  right: 0;
  box-shadow: none !important;
  z-index: auto;
  border: none !important;
  bottom: 0;
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
}
}