/* Mobile (Small Screens) */
@media (min-width: 320px) and (max-width: 480px) {
    .hero{
        padding: 30px 10px;
    }
    .see_more_reviews{
        font-size: 15px;
        line-height: 25px;
    }
    .trustpilot_reviews_image {
        flex-direction: column;
    }
    .trustpilot_reviews_image img{
        width: 100%;
    } 
    .offer_content_text_box h2{
        font-size: 65px;
        line-height: 75px;
    }
    .offer_content_text_box p{
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 0px;
    }
    .offer_content_text_box h2{
        font-size: 46px;
        line-height: 56px;
    }
    .offer_countdown_box{
        width: 100%;
    }
    .special_deal_content h4 span{
        font-size: 20px;
        line-height: 30px;
    }
    .special_deal_content h4{
        font-size: 26px;
    }
    .special_deal_content p{
        font-size: 14px;
        line-height: 24px;
    }
    .special_deal_content h2{
        font-size: 44px;
        line-height: 54px;
    }
    .trustworthy_box h2{
        font-size: 24px;
        line-height: 34px;
    }
    .trustworthy_box p{
        font-size: 16px;
        line-height: 26px;
    }
    .trustworthy_box{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    } 
    .excellence_content h2{
        font-size: 28px;
        line-height: 38px;
        margin: 10px 0px;
    }
    .excellence_content p{
        font-size: 14px;
        line-height: 24px;
    }
    .w_c_u_content h2{
        font-size: 26px;
        margin: 10px 0px;
    }
    .w_c_u_text h4{
        font-size: 22px;
        line-height: 32px;
    }
    .w_c_u_box_img{
        width: 40%;
    } 
  }
  
  
  /* Mobile (Medium Screens) */
  @media (min-width: 481px) and (max-width: 767px) {
    .hero{
        padding-top: 50px;
    }
    .pilot_review_area{
        width: 100%;
    }
    .trustpilot_reviews_image{
        flex-direction: column;
    }
    .trustpilot_reviews_image img{
        width: 100%;
    }
    .special_deal{
        padding-left: 15px;
        padding-right: 15px;
    }
    .discount_course_box_area{
        margin: 15px;
    }
    .special_countdown_box_area{
        margin-top: 20px !important;
    }
    .popular_course_area{
        padding: 15px;
    }
    .popular_course_box a img{
        width: 100%;
    }
    .trustworthy_box {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .trustworthy_box img{
        width: 100%;
    }
    .trustworthy_image_box {
        margin-bottom: 25px;
    }
    .excellence_content h2{
        margin: 15px 0px;
    }
    .excellence {
        padding-left: 10px;
        padding-right: 10px;
    }
    .w_c_u_box_img{
        width: 30%;
    } 
  }
  
  
  /* Tablets (Small) */
  @media (min-width: 768px) and (max-width: 1024px) {
    .pilot_review_area{
        width: 100%;
    }
    .offer_content_text_box h2{
        font-size: 60px;
        line-height: 70px;
    }
    .offer_content_text_box h4{
        font-size: 34px;
        line-height: 44px;
    }
    .offer_content_text_box p{
        font-size: 15px;
        line-height: 25px;
    }
    .offer_countdown h2{
        font-size: 40px;
        line-height: 50px;
    }
    .offer_countdown_box {
        width: 90%;
    }
    .special_deal_content {
        padding: 10px;
    }
    .special_deal_content h4{
        font-size: 30px;
        line-height: 40px;
    }
    .special_deal_content h4 span{
        font-size: 18px;
        line-height: 28px;
    }
    .special_deal_content p{
        font-size: 16px;
        line-height: 26px;
    }
    .special_deal_content h2{
        font-size: 46px;
        line-height: 56px;
    }
    .discount_course_text_box .discount_course_title{
        font-size: 16px;
    }
    .students_number {
        font-size: 12px;
    }
    .special_countdown_box{
        width: 80%;
        margin-top: 20px;
    } 
    .discount_course_footer p{
        font-size: 15px;
    }
    .trustworthy_box h2{
        font-size: 22px;
        line-height: 32px;
    }
    .trustworthy_box p{
        font-size: 14px;
        line-height: 24px;
    }
    .w_c_u_content h2{
        font-size: 24px;
    }
    .w_c_u_box_img{
        width: 40%;
    }
    .w_c_u_text h4{
        font-size: 19px;
        line-height: 30px;
    }
    .w_c_u_text p{
        font-size: 14px;
        line-height: 24px;
    }
  }
  
  
  /* Laptops & Small Desktops */
  @media (min-width: 1025px) and (max-width: 1200px) {
    .special_deal_content h4{
        font-size: 40px;
    }
    .special_deal_content h4 span{
        font-size: 26px;
    }
    .offer_countdown_box {
        width: 80%;
    }
    .special_countdown_box{
        width: 70%;
        margin-top: 20px;
    }
    .popular_course_footer span i{
        font-size: 12px;
    }
    .popular_course_footer p span{
        font-size: 14px I !important;
    }
    .trustworthy_box h2{
        font-size: 28px;
        line-height: 38px;
    }
    .w_c_u_box_img {
        width: 30%;
    }
  }
  
  
  /* Large Screens (Desktops) */
  @media (min-width: 1201px){
   
  }
  
  