/* Mobile */

@media (max-width: 767px) {

section {
    padding: 25px 0;
}
    .banner-content h3.main_heading {
        font-size: 20px;
        font-weight: 700;
        /* line-height: 60px; */
    }
    .intro .intro-heading {
        font-size: 30px;
        font-weight: 700;
    }
    .info_2 .info_2_title {
        font-size: 35px;
        font-weight: 700;
        text-align: center;
    }
    .intro .card {
        border: none;
        border-radius: 16px;
        padding: 0;
        -webkit-box-shadow: -5px 42px 3px -29px #f7f7f7;
        -moz-box-shadow: -5px 42px 3px -24px #f7f7f7;
        box-shadow: -5px 42px 3px -24px #f7f7f7;
    }
    .info_2 h3.info_2_sectitle {
        font-size: 30px;
        line-height: 35px;
        font-weight: 700;
        margin-top: 15px;
        margin-bottom: 5px;
    }
    .our_coaches .coaches_title {
        font-size: 35px;
        font-weight: 700;
        letter-spacing: 0.2px;
        text-align: center;
        margin-bottom: 30px;
    }
    .info_2 img {
        max-width: 100%;
        padding: 25px 0;
    }
    .request_btn {
        padding: 6px 10px;
        border: none !important;
        border-radius: 12px;
        font-weight: 500;
        letter-spacing: 0.2px;
        background-color: #2548f1;
        color: #f4f4f4;
        margin-right: 15px;
    }
    .nav-header .navbar-brand
{
  font-weight: 700;
  font-size: 25px;
  font-weight: 600;
  display: flex;
  position: relative;
  top: 0px;
  background: transparent;
  border: none;
  /* border-width: 0 0px 5px 0px; */
  /* border-style: solid;
  border-color: #436e6e;
  box-shadow: #436e6e; */
  align-items: center;
  padding: 0 !important;
  border-radius: 0%;
}
.nav-header {
    padding: 5px 0;
    /* background-color: #fff !important; */
}
.banner-content {
    position: absolute;
    top: 65%;
    left: 12%;
    color: #f4f4f4;
    transform: translateY(-50%);
    z-index: 100;
}
.get_started .card {
    border: none !important;
    border-radius: 15px;
    padding:10px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  }
  .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    margin: 20px 0 !important;
}
    .quotes .card {
        padding: 0;
        border-radius: 16px;
        box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    }
    .quotes .card .quotes_title {
        font-size: 34px;
        font-weight: 700;
        margin-top: 15px;
    }
    .services-banner h3.banner-title {
        font-size: 35px;
        font-weight: 700;
        letter-spacing: 0.3px;
        margin-bottom: 15px;
    }
    .services-banner .card {
        border: none !important;
        border-radius: 16px;
        padding: 35px 15px;
        margin-top: 15px !important;
    }
    .services-banner .card.active {
        scale: 1;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        z-index: 100;
    }
    .get_started .card h4.get_started_title {
        font-size: 30px;
        font-weight: 600;
        letter-spacing: 0.2px;
        margin-bottom: 15px;
        text-align: center;
    }
    .get_started .card p {
        margin-bottom: 25px;
        text-align: center;
    }
    .get_started .card .card-body .signup_btn {
        margin-top: 40px;
        text-align: center;
    }
    .about-banner h3.our_mission {
        font-size: 32px;
        font-weight: 600;
        letter-spacing: 0.2px;
        margin-top: 15px;
        text-align: center;
    }
    .reach_us h3.reach_us_title {
        font-weight: 700;
        font-size: 30px;
        letter-spacing: 0.3px;
        line-height: 40px;
        text-align: center;
    }
    .about-banner p.subpage_content {
        font-size: 18px;
        font-weight: 500;
        text-align: justify;
        padding-bottom: 30px;
    }
    .navbar-light .navbar-nav .nav-link.active {
        border: none;
    }
    .reach_us p {
        font-size: 17px;
        font-weight: 600;
        line-height: 25px;
        margin-bottom: 20px !important;
        text-align: center;
    }
    .book-session .price ul.slot {
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-wrap: wrap;
    }
    .book-session .price ul.slot li:last-child
    {
        margin-top: 25px;
    }
    
}    
@media (min-width: 768px) and (max-width: 991px) {
    
    .banner-content h3.main_heading {
        font-size: 52px;
        font-weight: 700;
        /* line-height: 60px; */
    }
    .info_2 .info_2_title {
        font-size: 46px;
        font-weight: 700;
        text-align: center;
        margin-bottom: 20px;
    }
    .info_2 h3.info_2_sectitle {
        font-size: 35px;
        line-height: 45px;
        font-weight: 700;
    }
    .services-banner .card.active {
        scale: 1;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        z-index: 100;
    }
    .services-banner .card {
        border: none !important;
        border-radius: 16px;
        padding: 35px 15px;
        margin: 0;
        min-height: 496px;
        margin: 10px 0px;
    }
    .about-banner h3.our_mission {
        font-size: 35px;
        font-weight: 600;
        letter-spacing: 0.2px;
    }
    .reach_us h3.reach_us_title {
        font-weight: 700;
        font-size: 40px;
        letter-spacing: 0.3px;
        line-height: 56px;
        text-align: center;
    }
    .reach_us p {
        font-size: 17px;
        font-weight: 600;
        line-height: 25px;
        margin-bottom: 20px !important;
        text-align: center;
    }
    
}

/* 1024  */
@media (min-width: 1024px) and (max-width: 1365px) {
    
    
    .book-btn {
        padding: 12px 16px;
        background-color: #2548f1;
        color: #f4f4f4;
        border: none !important;
        border-radius: 12px;
        font-weight: 600;
        letter-spacing: 0.2px;
        font-size: 10px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.3rem !important;
        padding-left: 0.3rem !important;
    }
    .banner-content h3.main_heading {
        font-size: 50px;
        font-weight: 700;
        /* line-height: 60px; */
    }
    .intro .card {
        border: none;
        border-radius: 16px;
        padding: 45px 0px;
        -webkit-box-shadow: -5px 42px 3px -29px #f7f7f7;
        -moz-box-shadow: -5px 42px 3px -24px #f7f7f7;
        box-shadow: -5px 42px 3px -24px #f7f7f7;
    }
    .testimonials .card .card-body .content {
        font-size: 15px;
        font-weight: 600;
    }
}
/* Large Device */
@media (min-width: 1367px) and (max-width: 1920px) {
 
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1750px !important;
    }
    
}