/* Normal desktop :1200px. */
@media (min-width: 1200px) and (max-width: 1600px) {
  /*================================================
 <--Start all innner page responsive css-->
=================================================*/

  /* event inner page responsive css */
  .events-content p {
    font-size: 15px;
  }

  /* blog inner page responsive */
  .blog-list ul li {
    margin-right: 53px;
  }

  /* blog details inner page responsive */
  .post-title a h4 {
    font-size: 14px;
  }
}

/* Large Mobile :992px. */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sticky-nav .header-menu ul li a {
    padding: 9px 7px;
    font-size: 14px;
  }

  .sticky-nav .dreamhub-btn a {
    padding: 11px 20px;
  }

  .header-menu ul li a {
    padding: 9px 8px;
    font-size: 14px;
  }
  .dreamhub-btn a {
    padding: 11px 26px;
  }
  .about-content h3 {
    font-size: 30px;
    line-height:30px;
  }
  .about-content p {
    width: 100%;
  }
  .section-main-title h3 {
    font-size: 30px;
  }
  .section-discription p {
    font-size: 13px;
  }
  .program-content p {
    font-size: 14px;
  }
  .dreamhub-courses-discription p {
    font-size: 14px;
  }
  .dreamhub-courses-price {
    margin-right: -11px;
  }
  .dreamhub-courses-price span {
    padding: 8px 12px;
  }
  .register-main-title h3 {
    font-size: 50px;
  }
  .register-discription p {
    font-size: 14px;
  }
  .counter-box-title h1 {
    font-size: 30px;
  }
  .counter-box-title h3 {
    font-size: 12px;
  }
  .news-content a h4 {
    font-size: 16px;
  }
  .dreamhub-btn a {
    padding: 10px 22px;
  }
  td.table-text {
    font-size: 11px;
  }
  .foter-content p {
    font-size: 15px;
    width: 100%;
  }

  /*Course area*/

  .courses-discription p {
    font-size: 15px;
  }

  .courses-content {
    padding: 22px 22px 20px;
  }

  .courses-rating i {
    font-size: 13px;
  }

  .courses-content-title h4 a {
    font-size: 22px;
  }

  .courses-time h6 {
    font-size: 15px;
    padding: 5px 0 5px;
  }

  .courses-time {
    margin-right: 10px;
  }

  .courses-time span {
    font-size: 12px;
  }

  /* event inner page responsive css */

  .breatcome-title h1 {
    font-size: 40px;
  }

  .events-content a h4 {
    font-size: 18px;
    line-height: 28px;
  }
  .events-content p {
    font-size: 14px;
  }

  /* blog inner page responsive */
  .blog-list ul li {
    margin-right: 23px;
  }
  .blog-title a h4 {
    font-size: 19px;
  }
  /* blog details inner page responsive */

  .sidebar-box {
    padding: 35px 10px 19px;
  }
  .sidebar-title h3 {
    font-size: 20px;
  }
  button.button {
    left: 59%;
  }
  .post-title a h4 {
    font-size: 14px;
  }
}

/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
  .header-area {
    display: none;
  }
  .hero-area {
    height: 600px;
  }
  .hero-main-title h3 {
    font-size: 45px;
  }
  .hero-discription p {
    font-size: 14px;
    margin-bottom: 26px;
  }
  .about-content h3 {
    font-size: 22px;
    line-height: 20px;
    margin-bottom: 18px;
  }
  .about-content p {
    font-size: 13px;
    line-height: 24px;
    width: 100%;
  }
  .section-main-title h3 {
    font-size: 30px;
  }
  .section-discription {
    width: 61%;
  }
  .section-discription.protfolio {
    width: 58%;
  }
  .section-discription p {
    font-size: 14px;
  }
  .program-content p {
    font-size: 14px;
  }
  .dreamhub-courses-discription p {
    font-size: 14px;
  }
  .dreamhub-courses-price {
    margin-right: -11px;
  }
  .dreamhub-courses-price span {
    padding: 8px 12px;
  }
  .register-main-title h3 {
    font-size: 50px;
  }
  .register-discription p {
    font-size: 14px;
  }
  .counter-single-box {
    margin-bottom: 40px;
  }
  .counter-box-title h1 {
    font-size: 30px;
  }
  .counter-box-title h3 {
    font-size: 12px;
  }
  .event-title h3 {
    font-size: 25px;
    margin-bottom: 25px;
  }
  .event-date {
    margin-top: 0px;
  }
  .faq h2 {
    font-size: 25px;
    margin-bottom: 26px;
  }
  .accordion .accordion-content p {
    font-size: 12px;
    line-height: 23px;
    margin: 0px 34px 20px;
  }
  .news-content a h4 {
    font-size: 16px;
  }
  .dreamhub-btn a {
    padding: 10px 22px;
  }
  td.table-text {
    font-size: 11px;
  }
  .foter-content p {
    font-size: 15px;
    width: 100%;
  }
  .foter-box {
    margin-bottom: 20px;
  }
  td.table-text {
    font-size: 16px;
  }

  /*Course area*/

  .courses-discription p {
    font-size: 15px;
  }

  .courses-content {
    padding: 22px 22px 20px;
  }

  .courses-rating i {
    font-size: 13px;
  }

  .courses-content-title h4 a {
    font-size: 22px;
  }

  .courses-time h6 {
    font-size: 15px;
    padding: 5px 0 5px;
  }

  .courses-time {
    margin-right: 10px;
  }

  .courses-time span {
    font-size: 12px;
  }
  
  

  /* contact us inner page css */
  .breatcome-area {
    padding: 100px 0;
  }
  .contact-info {
    margin-bottom: 30px;
  }

  /* event inner page responsive */
  .events-area {
    padding: 90px 0 33px;
  }
  .events-content a h4 {
    font-size: 25px;
  }
  /* blog inner page responsive */
  .blog-area {
    padding: 90px 0 50px;
  }
  .blog-list ul li {
    margin-right: 43px;
  }

  /* blog details inner page responsive */
  .blog-details-area {
    padding: 100px 0 50px;
  }
  .sidebar-box {
    padding: 35px 17px 20px;
  }
}

/* Large Mobile :600px. */
@media only screen and (min-width: 600px) and (max-width: 767px) {
  .header-area {
    background: #f3f1fa;
    z-index: 1;
    position: relative;
    display: none;
  }
  .hero-sub-title h5 {
    font-size: 16px;
  }
  .hero-main-title h3 {
    color: #ffff;
  }
  .hero-discription {
    width: 90%;
  }
  .hero-discription p {
    font-size: 16px;
    margin-bottom: 27px;
  }
  .about-thumb {
    margin-bottom: 30px;
  }
  .section-main-title h3 {
    font-size: 32px;
  }
  .section-discription {
    width: 100%;
  }
  .register-discription {
    width: 100%;
  }
  .counter-single-box {
    margin-bottom: 30px;
  }
  .section-discription.protfolio {
    width: 100%;
  }
  select#Choose\ Subjec {
    margin-bottom: 20px;
  }
  .foter-box {
    margin-bottom: 30px;
  }

  /*================================================
 <--Start all innner page responsive css-->
=================================================*/

  /* contact us inner page css */
  .breatcome-area {
    padding: 100px 0;
  }

  .contact-info {
    margin-bottom: 30px;
  }

  /* event inner page responsive */
  .events-area {
    padding: 90px 0 33px;
  }
  /* gallery inner page responsive */
  .breatcome-title h1 {
    font-size: 45px;
  }

  /* blog inner page responsive */
  .blog-area {
    padding: 90px 0 50px;
  }

  /* blog details inner page responsive */
  .blog-details-area {
    padding: 100px 0 50px;
  }
  .blog-details-content-discription p {
    font-size: 14px;
  }
  h3.mt-40 {
    font-size: 26px;
  }
  button.button {
    left: 77%;
  }
  .post-title a h4 {
    font-size: 16px;
    margin: 0 25px 0px;
  }
  .post-date {
    margin-left: 6px;
  }
  
.courses-details-thumb img {
    width: 100%;
    height: 100%!important;
  }
  
}

/* small mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 599px) {
  .header-area {
    display: none;
  }
  .hero-area {
    height: 500px;
  }
  .hero-sub-title h5 {
    font-size: 16px;
    line-height: 50px;
  }
  .hero-main-title h3 {
    font-size: 32px;
  }
  .hero-discription {
    width: 100%;
  }
  .hero-discription p {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .dreamhub-btn a {
    padding: 9px 18px;
  }
  .about-thumb {
    margin-bottom: 30px;
  }
  .about-content h3 {
    font-size: 27px;
    line-height: 12px;
  }
  .about-content p {
    font-size: 14px;
    line-height: 22px;
    width: 100%;
  }
  .section-main-title h3 {
    font-size: 28px;
  }
  .section-discription {
    width: 100%;
  }
  .section-discription p {
    font-size: 15px;
    margin: 10px 0 34px;
  }
  .program-content p {
    font-size: 14px;
  }
  .register-main-title h3 {
    font-size: 52px;
  }
  .register-discription {
    width: 100%;
  }
  .register-discription p {
    font-size: 15px;
  }
  .counter-single-box {
    margin-bottom: 30px;
  }
  .section-discription.protfolio {
    width: 100%;
  }
  .news-single-box {
    margin-bottom: 30px;
  }

  /*================================================
 <--Start all innner page responsive css-->
=================================================*/

  /* contact us inner page css */
  .breatcome-area {
    padding: 100px 0;
  }
  .contact-info {
    margin-bottom: 30px;
  }

  /* event inner page responsive */
  .events-area {
    padding: 90px 0 33px;
  }
  /* blog inner page responsive */
  .blog-area {
    padding: 90px 0 50px;
  }

  /* blog details inner page responsive */
  .blog-details-area {
    padding: 90px 0 50px;
  }
  .blog-details-content-list ul li {
    margin-right: 18px;
  }
  .blog-details-content-discription p {
    font-size: 14px;
  }
  .blog-quote {
    padding: 50px 11px 50px 29px;
  }
  .blog-quote h3 {
    font-size: 17px;
  }
  h3.mt-40 {
    font-size: 23px;
  }
  button.button {
    left: 74%;
  }
  
    .courses-details-thumb img {
    width: 100%;
    height: 100%!important;
  }
}

/* small mobile :320px. */
@media only screen and (min-width: 320px) and (max-width: 599px) {
  .header-area {
    display: none;
  }
  .hero-area {
    height: 500px;
  }
  .hero-sub-title h5 {
    font-size: 14px;
    line-height: 40px;
  }
  .hero-main-title h3 {
    font-size: 20px;
  }
  .hero-discription {
    width: 100%;
  }
  .hero-discription p {
    font-size: 14px;
    margin-bottom: 25px;
  }
  .dreamhub-btn a {
    padding: 7px 10px;
    font-size: 14px;
  }
  .about-area {
    padding: 78px 0 78px;
  }
  .about-thumb {
    margin-bottom: 30px;
  }
  .about-content h3 {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 11px;
  }
  .about-content p {
    font-size: 14px;
    line-height: 25px;
    width: 100%;
  }
  .program-area {
    padding: 0px 0 50px;
  }
  .section-main-title h3 {
    font-size: 22px;
  }
  .section-discription p {
    font-size: 14px;
  }
  .section-discription {
    width: 100%;
  }
  .program-content p {
    font-size: 14px;
  }
  .course-area {
    padding: 0 0 50px;
  }
  .dreamhub-courses-price {
    margin-right: -16px;
  }
  .dreamhub-courses-price span {
    padding: 6px 10px;
  }
  .dreamhub-courses-discription p {
    font-size: 14px;
  }
  .register-sub-title h5 {
    font-size: 16px;
  }
  .register-main-title h3 {
    font-size: 45px;
  }
  .register-discription {
    width: 100%;
  }
  .register-discription p {
    font-size: 14px;
  }
  .counter-single-box {
    margin-bottom: 30px;
  }
  .counter-box-title h1 {
    font-size: 30px;
  }
  select#Choose\ Subjec {
    margin-bottom: 18px;
  }
  .section-discription.protfolio {
    width: 100%;
  }

  .protfolio-menu ul li {
    padding: 6px 12px;
    font-size: 14px;
  }

  .event-title h3 {
    font-size: 20px;
    margin-bottom: -11px;
  }
  
  .event-content {
       margin-top:15px !important;
   }
   
  .event-content-title h5 {
    font-size: 16px;
  }
  .event-content-discription p {
    font-size: 14px;
  }
  .faq h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .accordion .accordion-content p {
    font-size: 14px;
    line-height: 22px;
    margin: 0px 4px 20px;
  }
  .news-single-box {
    margin-bottom: 30px;
  }
  .news-content a h4 {
    font-size: 14px;
    line-height: 22px;
  }
  .news-list ul li a {
    font-size: 12px;
  }
  .foter-area {
    background: #060505;
    padding: 70px 0 0;
  }
  .foter-box {
    margin-bottom: 30px;
  }
  .wiget-information h5 {
    font-size: 14px;
  }
  td.table-text {
    font-size: 14px;
  }
  /*================================================
 <--Start all innner page responsive css-->
=================================================*/

  /* contact us inner page css */
  .breatcome-area {
    padding: 100px 0;
  }
  .breatcome-title h1 {
    font-size: 30px;
  }
  .contact-info {
    margin-bottom: 30px;
  }
  .contact-title h3 {
    font-size: 29px;
  }
  .contact-area .form-button.inner button {
    padding: 15px 21px 15px 21px;
  }

  /*Course area*/

  .courses-discription p {
    font-size: 15px;
  }

  .courses-content {
    padding: 22px 22px 20px;
  }

  .courses-rating i {
    font-size: 13px;
  }

  .courses-content-title h4 a {
    font-size: 22px;
  }

  .courses-time h6 {
    font-size: 15px;
    padding: 5px 0 5px;
  }

  .courses-time {
    margin-right: 10px;
  }

  .courses-time span {
    font-size: 13px;
  }

  /* event inner page responsive */
  .events-area {
    padding: 90px 0 33px;
  }
  .events-content a h4 {
    font-size: 23px;
  }
  .events-content p {
    font-size: 14px;
  }
  .events-btn a {
    padding: 5px 10px;
  }

  /* gellery inner page responsive */
  .protfolio-area.inner {
    padding: 90px 0 75px;
  }

  /* blog inner page responsive */
  .blog-area {
    padding: 90px 0 50px;
  }
  .blog-list ul li {
    margin-right: 18px;
  }
  .blog-title a h4 {
    font-size: 18px;
  }
  .blog-discription p {
    font-size: 13px;
  }

  /* blog details inner page responsive */
  .blog-details-area {
    padding: 60px 0 30px;
  }
  .breatcome-area {
    padding: 90px 0;
  }
  .blog-details-single-box {
    padding: 42px 6px 32px;
  }
  .blog-details-content-list ul li {
    margin-right: 4px;
  }
  .blog-details-content-list ul li a {
    font-size: 12px;
  }
  .blog-details-content-list ul li a i {
    margin-right: 0px;
    font-size: 12px;
  }
  .blog-details-content-discription p {
    font-size: 14px;
  }
  .blog-quote {
    padding: 29px 18px 33px 25px;
  }
  .blog-quote h3 {
    font-size: 16px;
    margin: 0 46px;
  }
  .blog-quote h3::before {
    width: 28px;
    left: -46px;
  }
  h3.mt-40 {
    font-size: 18px;
  }
  .form-title h3 {
    font-size: 22px;
  }
  .checkbox-box label {
    font-size: 14px;
  }
  button.button {
    left: 59%;
  }
  .sidebar-title h3 {
    font-size: 20px;
  }
  .sidebar-box {
    padding: 35px 9px 35px;
  }
  .post-title a h4 {
    font-size: 14px;
  }
  .foter-content p {
    font-size: 15px;
  }
  .foter-info ul li a {
    font-size: 14px;
  }
  
    .courses-details-thumb img {
    width: 100%;
    height: 100%!important;
  }
   .courses-info ul li {
    padding: 0 0 23px 30px ;
  }
}
