/* Screen 1281px to higher resolution desktops */
@media (min-width: 1281px) {
}

/* Screen 992px to 1280px */
@media (min-width: 992px) and (max-width: 1199px) {
  .navigation ul li a {
    font-size: 15px;
  }
  .register-btn .button {
    font-size: 13px;
  }

  .hero-text-content p {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 20px;
  }

  .hero-image-wrap {
    width: 50%;
  }

  .hero-image-content .hero-img {
    width: 80%;
  }

  .hero-text-area, 
  .hero-image-area {
    height: 60vh;
  } 

  .ml-3 {
    margin-left: 0 !important;
  }

  .features-text-content h2 {
    font-size: 32px;
    line-height: 48px;
  }

  .counter-left h2 {
    font-size: 44px;
  }

  .single-testimonial .testimonial-text {
    padding: 20px; 
  }

  .single-testimonial .testimonial-text h3 {
    font-size: 20px;
  }

  .single-testimonial .testimonial-text p {
    font-size: 14px;
    line-height: 24px;
  }

  .call-to-action-content h2 {
    font-size: 28px;
  }

  .call-to-action-content a {
    font-size: 14px;
    padding: 8px 20px;
  }

  .author-profile-details {
    margin-left: 25px;
  }

  .contact-left h2 {
    font-size: 44px;
  }

}

@media (max-width: 1024px) {
  #hero-area:before {
    display: none;
  }

  .hero-text-content h2 {
    font-size: 44px;
    font-weight: 300;
  }

  .section-title h2 {
    font-size: 40px;
    line-height: 60px;
  }

  .contact-left h2 {
    font-size: 44px;
  }
}

/* Tablet layout : Max-width :991px */
@media (max-width: 991px) {
  #header-area.fix-nav {
    padding: 15px;
  }

  #header-area.page-header-area {
    margin-bottom: 15px;
  }

  .fix-nav .logo {
    margin-top: 0px;
  }

  .mean-container .mean-nav {
    margin-top: 5px;
  }

  .hero-text-area {
    height: 70vh;
  }

  .hero-image-area {
    display: none;
  }

  .hero-btn-area a {
      margin-right: 10px;
  }

  .hero-btn-area .hero-button {
      font-size: 14px;
      letter-spacing: 1px;
      line-height: 21px;
      padding: 10px 15px;
  }

  .hero-btn-area .hero-play-btn {
      width: 39px;
      height: 39px;
      line-height: 35px;
      font-size: 14px;
  }

  .about-content {
    margin-top: 80px;
  }

  .about-btn-wrap .about-btn {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 21px;
    padding: 10px 15px;
  }

  .about-btn-wrap .video-btn {
    width: 45px;
    height: 45px;
    line-height: 40px;
  }

  .about-img {
    margin-top: 50px;
  }

  .features-text-content h2 {
    font-size: 32px;
    line-height: 48px;
  }

  .counter-left {
    margin-bottom: 50px;
  }

  .counter-left h2 {
    font-size: 32px;
    line-height: 48px;
    font-weight: 300;
  }

  .testimonial-text {
    margin-top: 50px;
  }

  .single-testimonial-wrap {
    padding: 15px 15px 30px 
  }

  .testimonial-area-two .single-testimonial .testimonial-img {
    flex: 1.5;
  }

  .call-to-action-content {
    text-align: center;
  }

  .call-to-action-content h2 {
    font-size: 28px;
    line-height: 42px;
    margin-bottom: 30px;
  }

  .call-to-action-content a {
    font-size: 14px;
    padding: 8px 20px;
  }

  .pricing-option ul {
    display: inline-block;
  }

  .pricing-option ul li a {
    padding: 20px 30px;
    font-size: 18px;
    line-height: 1;
  }

  .single-price {
    margin-bottom: 30px;  
  }

  .contact-left h2 {
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 300;
  }

  .contact-info li .contact-text {
    line-height: 24px;
  }

  .contact-left {
    margin-bottom: 50px;  
  }

  .blog-sidebar-area {
    margin-top: 50px;
  }

  .owl-nav {
    display: none;
  }

  .m-b-30 {
    margin-bottom: 30px;
  }

}

/* Screen 768px to 1024px*/
@media (min-width: 768px) and (max-width: 1024px) {
  .about-content h2 {
    font-size: 44px;
  }

  .about-content p {
    margin-bottom: 20px;
  }

  .features-text-content {
    padding-left: 0;
  }

  .features-text-content h2 {
    margin-bottom: 29px;
  }

  .features-list ul li .features-list-icon {
    padding: 15px 20px;
    font-size: 20px;
  }

  .features-list ul li .features-list-text {
    padding-left: 10px;
    font-size: 19px;
    line-height: 38px;
  }

  .features-list-box {
    top: 22%;
    right: -9px;
  }

  .features-list-box ul li {
    padding: 20px;
    font-size: 16px;
  }

  .footer-widget {
    margin-bottom: 30px;
  }
}


/* Small mobile  layout :320px */
@media only screen and (max-width: 767px) {
    .section-title h2 {
      font-size: 36px;
      line-height: 54px;
    }

    .hero-text-area {
      height: 80vh;
    }

    .hero-text-content h2 {
      font-size: 36px;
      line-height: 54px;
    }

    .about-content h2 {
      font-size: 36px;
      line-height: 48px;
      font-weight: 300;
    }
      
    .features-text-content {
      padding-left: 0;
      margin-top: 50px;
    }

    .features-list ul li .features-list-text {
      padding-left: 10px;  
      font-size: 20px;
    }

    .counter-left {
      text-align: center;
    }

    .single-counter .counter-number span {
      font-size: 36px;
    }

    .single-testimonial .testimonial-text {
      padding: 0px 0px;
    }

    .single-testimonial .testimonial-text h3 {
      font-size: 17px;
      line-height: 1;
    }

    .single-testimonial .testimonial-text span {
      line-height: 1;
      font-size: 14px;
    }

    .testimonial-area-two .single-testimonial .testimonial-img {
      flex: 3;
    }

    .single-price h3 {
      font-size: 30px;
    }

    .single-price h1 .price-type {
      font-size: 14px;
    }

    .single-price .price-btn {
      font-size: 15px;
      padding: 15px 28px; 
    }

    .copyright-text,
    .copyright-social {
      text-align: center !important;
    }

    .copyright-social {
      margin-bottom: 10px;
    }

    .footer-widget {
      margin-bottom: 30px;  
    }

    .contact-form input[type="submit"] {
      padding: 17px 35px; 
    }

    .single-comment-reply {
      margin-left: 0px;
    }

    .author-avatar {
        flex: 3.5;
    }

    .comment-user-text {
      flex: 3;
    }

    .comment-user-text h3 {
      font-size: 20px;
      padding-right: 5px;
    }

    .comment-user-text span {
      font-size: 10px;
    }

    .comment-user-text p {
      font-size: 13px;
      line-height: 28px;
    }

    .single-comment {
      padding: 15px;
    }
    

}

@media only screen and (max-width: 576px) {
    .single-counter:nth-child(2) {
      margin-bottom: 100px;  
    }
    
} 
@media only screen and (max-width: 575px) {
    .m-t-120 {
      margin-top: 0;  
    }

    
} 

/*  481px to 767px screen */
@media (min-width: 481px) and (max-width: 767px) {
  
}

/* 320px to 479px screen */
@media (min-width: 320px) and (max-width: 480px) {
}

/* Max 480px layout */
@media only screen and (max-width: 480px) {
  .section-title h2 {
    font-size: 22px;
    line-height: 40px;
  }

  .hero-text-area {
    height: 100vh;
  }

  .counter-left h2 {
    font-size: 28px;
    line-height: 42px;
  }

  .features-list-box {
    right: 0;
  }  

  .testimonial-text p {
    font-size: 14px;
  }

  .blog-pagination ul li a, .blog-pagination ul li span {
    font-size: 16px;
    padding: 5px 15px;
  }

  .author-profile {
    padding: 15px;
  }

  .author-avatar {
    flex: 2.5;
  }

  .author-avatar img {
    height: 60px;
  }

  .author-profile-details {
    flex: 9;
    margin-left: 12px;
  }

  .comment-user-avatar img {
    height: 60px;
  }

  .comment-user-text h3 {
    font-size: 14px;
    padding-right: 0px;
    margin-right: 10px;
  }

}

/* Max 360px layout */
@media only screen and (max-width: 360px) {
  .section-title h2 {
    font-size: 19px;
    line-height: 36px;
  }

  .hero-text-content h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .hero-text-content p {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .features-list ul li .features-list-text {
      padding-left: 5px;  
      font-size: 16px;
  }

  .features-list-box {
    top: 20%;
    right: 0px;
  }

  .features-list-box ul li {
    padding: 20px;
    font-size: 16px;
  }

  .single-testimonial {
    flex-direction: column;
  }

  .testimonial-area-two .single-testimonial {
    padding: 15px;
    text-align: center;
    border-radius: 103px;
  }

  .call-to-action-content h2 {
    font-size: 28px;
    line-height: 42px;
  }

  .comments-area h2 {
    font-size: 28px;
  }

  .post-comment-box h2 {
    font-size: 28px;
  }

  .comment-user-text {
    flex: 4;
    padding-left: 15px;
  }

}

/* Max 320px layout */
@media only screen and (max-width: 320px) {

  .features-text-content h2 {
    font-size: 28px;
    line-height: 42px;
  }

  .features-list-box {
    top: 12%;
  }

  .section-title h2 {
    font-size: 26px;
  }
}