/* Normal desktop :1200px. */
@media (min-width: 1200px) and (max-width: 1600px) {
  .banner-title h1 {
    font-size: 62px;
    line-height: 78px;
  }

  .about-thumb img {
    margin-left: -6rem;
  }

  section.achievement-section .maique-section-title h1 {
    width: 46%;
  }

  section.accordian-section .maique-section-title h1 {
    width: 100%;
  }

  .according-thumb img {
    margin-left: 5rem;
  }

  .according-list i {
    font-size: 26px;
    color: var(--mio-color);
  }

  .guide-thumb {
    margin-left: 0rem;
  }

  /* Homepage Two */

  .maique-section-title h1 {
    font-size: 35px;
  }

  /* Homepage Three */

  section.banner-section.style-3 .banner-title h1 {
    width: 55%;
  }

  .banner-section.style-3 .banner-desc p {
    width: 53%;
  }

  .upcoming-event-thumb img {
    margin-left: -6rem;
  }

  /* Homepage Four */

  section.about-section.style-4 .about-thumb img {
    margin-left: -4rem;
  }

  /* Blog Inner Page */

  /* About Inner Page */

  /* Blog Details Inner Page */

  .post-title h5 {
    font-size: 14px;
  }

  /* Homepage Three */

  /* Homepage Four */

  .about-details-thumb img {
    margin-left: -20rem;
  }

  /* Portfolio Details Inner Page */

  .portfolio-related-title h1 {
    font-size: 32px;
  }

  /* Contact Inner Page */
}

/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1199px) {
  /*Homepage One
    ===================*/

  .sticky nav.header-menu ul li {
    padding: 24px 0 24px 16px;
  }

  nav.header-menu ul li {
    padding: 32px 0 32px 20px;
  }

  .banner-title h1 {
    font-size: 52px;
    line-height: 60px;
    color: #282828;
    font-weight: 700;
  }

  .about-thumb img {
    margin-left: 0;
    width: 100%;
  }

  .about-section .maique-section-title h1 {
    font-size: 32px;
    line-height: 40px;
  }

  section.accordian-section .maique-section-title h1 {
    width: 100%;
    font-size: 30px;
    line-height: 40px;
  }

  .according-list ul li {
    margin: 4px 0;
    font-size: 13px;
  }

  .according-list i {
    font-size: 24px;
  }

  section.achievement-section .maique-section-title h1 {
    width: 54%;
  }

  .service-box-content {
    padding: 28px 26px 32px;
  }

  .course-box-title a {
    font-size: 18px;
    line-height: 30px;
  }

  .course-box-content {
    padding: 22px 8px 30px 20px;
  }

  .guide-thumb {
    margin-left: 0;
  }

  section.guide-section .maique-section-title h1 {
    width: 100%;
  }

  .blog-box-title a {
    font-size: 18px;
  }

  .blog-box-content {
    padding: 28px 22px;
  }

  .blog-box-desc p {
    transition: 0.5s;
    margin-bottom: 26px;
    width: 90%;
  }

  .contact-section .maique-section-title h1 {
    font-size: 34px;
  }

  .footer-social ul li {
    margin: 0;
  }

  /* Homepage Two  */

  section.banner-section.style-2 .banner-title h1 {
    width: 52%;
    line-height: 72px;
  }

  .portfolio-section .maique-section-title h1 {
    font-size: 29px;
  }

  .banner-thumb img {
    margin-left: 0;
    width: 100%;
  }

  section.about-section.style-two .about-thumb img {
    margin-left: 0;
    width: 100%;
  }

  .about-item-desc p {
    width: 66%;
  }

  /* Homepage Three */

  section.banner-section.style-3 {
    height: 42rem;
  }

  section.banner-section.style-3 .banner-title h1 {
    width: 70%;
  }

  .banner-section.style-3 .banner-desc p {
    margin: 8px 0 42px;
    width: 63%;
  }

  section.portfolio-section.style-3 .portfolio-content {
    width: 492px;
  }

  .latest-news-box-title a {
    font-size: 20px;
  }

  .upcoming-event-thumb img {
    margin-left: 0;
    width: 100%;
  }

  .upcoming-event-box-btn a {
    right: 13px;
  }

  .upcoming-event-box:hover .upcoming-event-box-btn a {
    right: 6px;
  }

  /* Homepage Four */

  section.banner-section.style-4 .banner-title h1 {
    width: 58%;
  }

  section.about-section.style-4 .maique-section-title h1 {
    width: 76%;
  }

  .news-feed-box-title a {
    font-size: 20px;
  }

  .case-study-box-title a {
    font-size: 18px;
  }

  footer.footer-section.style-4 .footer-services a {
    font-size: 15px;
  }

  /* About Inner Page */

  section.about-section.style-5 .about-thumb img {
    margin-left: 0;
  }

  /* Service Details Inner Page */

  .services-details__content .feature-list .single-item .title {
    font-size: 13px;
  }

  /* Blog Details Inner Page */

  .blog-details-title h1 {
    font-size: 30px;
  }

  .related-blog-single-box .blog-box-title a {
    font-size: 16px;
  }

  .form-condition p {
    margin: 0;
    display: inherit;
  }

  .contact-title h1 {
    font-size: 40px;
  }

  .recent-comment-content p {
    font-size: 13px;
  }

  .post-date h5 {
    font-size: 13px;
  }

  .recent-post-icon {
    margin-right: 10px;
  }

  .post-title h5 {
    font-size: 12px;
    line-height: 20px;
  }

  .blog-details-form-btn {
    margin-bottom: 30px;
  }

  /* Blog Inner Page */

  .blog-inner-content {
    padding: 20px;
  }

  .blog-inner-box-title h3 {
    font-size: 16px;
  }

  .blog-inner-box-desc p {
    font-size: 13px;
  }

  /* Contact Inner Page */

  /* Faq Inner Page */

  .accordion-title {
    font-size: 15px;
  }

  /* Course Details Inner Page */

  .tabs li a {
    margin-left: 0px;
  }
}

/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
  header.header-manu-section {
    display: none;
  }

  .sticky {
    position: relative !important;
  }

  .banner-thumb img {
    margin-left: 0;
    margin-top: 3rem;
    width: 100%;
  }

  section.banner-section {
    height: 80rem;
  }

  section.about-section.maique-section-title h1 {
    width: 80%;
  }

  section.accordian-section .maique-section-title h1 {
    width: 78%;
  }

  .banner-title h1 {
    font-size: 50px;
    width: 76%;
    line-height: 60px;
  }

  .banner-desc p {
    width: 80%;
  }

  .about-thumb img {
    margin-left: 0;
    width: 100%;
    margin-bottom: 3rem;
  }

  .according-thumb img {
    margin-left: 0;
    width: 100%;
    margin-top: 3rem;
  }

  section.achievement-section .maique-section-title h1 {
    width: 74%;
  }

  .testimonial-desc p {
    width: 60%;
  }

  .guide-thumb {
    margin-bottom: 2rem;
  }

  .blog-desc p {
    width: 62%;
  }

  .blog-box-title a {
    font-size: 20px;
  }

  .blog-box-contant {
    padding: 4px 24px 0 30px;
  }

  .footer-title h3 {
    margin-top: 1rem;
  }

  /*Homepage Two
    ==============*/

  section.banner-section.style-2 {
    height: 34rem;
  }

  section.banner-section.style-2 .banner-title h1 {
    width: 68%;
    font-size: 62px;
    line-height: 66px;
  }

  section.banner-section.style-2 .banner-desc p {
    width: 52%;
  }

  section.about-section.style-two .about-thumb img {
    margin-left: 0;
    width: 100%;
  }

  section.about-section.style-two .maique-section-title h1 {
    width: 76%;
  }

  section.portfolio-section .maique-section-title h1 {
    width: 80%;
  }

  .portfolio-thumb img {
    margin-top: 2rem;
  }

  .channel-thumb img {
    margin-bottom: 2rem;
  }

  .event-details {
    margin-left: 0;
  }

  .subscribe-shape {
    right: 0rem;
  }

  .subscribe-shape2 {
    left: 0rem;
    bottom: -4rem;
  }

  section.follow-section.style-2 .follow-desc p {
    width: 58%;
  }

  /* Homepage Three */

  section.banner-section {
    height: 32rem;
  }

  section.banner-section.style-3 .banner-title h1 {
    width: 74%;
    font-size: 50px;
    line-height: 54px;
  }

  .banner-section.style-3 .banner-desc p {
    width: 58%;
  }

  .banner-form input {
    width: 490px;
  }

  section.portfolio-section.style-3 .portfolio-content {
    margin: -3rem auto 0;
  }

  section.portfolio-section.style-3 .portfolio-thumb img {
    margin-top: 0;
  }

  .channel-thumb img {
    margin: 2rem 0 0;
  }

  .channel-thumb-btn a {
    top: 60px;
  }

  .latest-news-desc p {
    width: 52%;
  }

  .upcoming-event-thumb img {
    margin-left: 0;
    width: 100%;
    margin-bottom: 2rem;
  }

  section.follow-section.style-3 .follow-desc p {
    width: 50%;
  }

  /* Homepage Four */

  section.banner-section.style-4 .banner-title h1 {
    font-size: 40px;
    line-height: 50px;
  }

  section.banner-section.style-4 .banner-desc p {
    width: 52%;
  }

  .case-study-box-title a {
    font-size: 20px;
  }

  section.subscribe-section.style-4 .subscribe-desc p {
    width: 60%;
  }

  /* About Inner Page */

  section.about-section.style-5 .about-thumb img {
    margin-left: 0;
  }

  /* Blog Details Inner Page */

  .blog-detials-single-box h4 {
    font-size: 18px;
  }

  .related-blog-single-box {
    margin-bottom: 30px;
  }

  .blog-deteils-post-title h1 {
    font-size: 24px;
  }

  .blog-details-form-btn {
    margin-bottom: 30px;
  }

  /* faq inner Page */

  .accordion-title {
    font-size: 17px;
  }

  /* Blog Inner Page */

  .blog-inner-content {
    padding: 20px;
  }

  .blog-inner-box-title h3 {
    font-size: 20px;
  }

  .blog-inner-box-desc p {
    font-size: 14px;
  }

  .blog-inner-single-box {
    margin-bottom: 110px;
  }

  .blog-btn {
    margin-top: -0.8em;
  }

  /* Course Inner Page */

  .course-box-title a {
    font-size: 20px;
  }

  /* Contact Inner Page */

  .contact-inner-shape2 {
    right: -1rem;
  }

  /* Portfolio Details Inner Page */

  .portfolio-info-thumb img {
    margin-top: 2rem;
  }

  .portfolio-related-thumb {
    margin-bottom: 30px;
  }

  /* Shop Details Innner Page */

  .thumb-tabs {
    margin-bottom: 30px;
  }
}

/* Large Mobile :600px. */
@media only screen and (min-width: 600px) and (max-width: 767px) {
  header.header-manu-section {
    display: none;
  }

  .sticky {
    position: relative !important;
  }

  section.banner-section {
    height: 70rem;
  }

  .banner-title h1 {
    font-size: 38px;
    line-height: 52px;
    width: 80%;
  }

  .banner-desc p {
    width: 80%;
  }

  .about-thumb img {
    margin-left: 0;
    width: 100%;
    margin-bottom: 3rem;
  }

  .maique-section-title h1 {
    font-size: 36px;
  }

  .according-list ul li {
    font-size: 15px;
  }

  .according-thumb img {
    margin-left: 0;
    margin-top: 2rem;
  }

  section.achievement-section .maique-section-title h1 {
    width: 100%;
  }

  .service-desc {
    width: 66%;
  }

  .testimonial-desc p {
    width: 69%;
  }

  .course-desc p {
    width: 65%;
  }

  .guide-thumb {
    margin-left: 0;
    margin-bottom: 2rem;
  }

  .blog-desc p {
    width: 82%;
  }

  .blog-box-desc p {
    width: 88%;
  }

  .follow-desc p {
    width: 85%;
  }

  .footer-title h3 {
    margin-top: 1rem;
  }

  /*Homepage Two
    ===================*/

  .banner-section.style-2 {
    height: 34rem;
  }

  section.banner-section.style-2 .banner-title h1 {
    width: 78%;
    font-size: 54px;
    line-height: 60px;
  }

  section.banner-section.style-2 .banner-desc p {
    width: 54%;
  }

  section.banner-section.style-two .banner-title h1 {
    font-size: 50px;
    line-height: 60px;
  }

  .banner-thumb img {
    margin-left: 0;
    width: 100%;
    margin-top: 3rem;
  }

  section.about-section.style-two .about-thumb img {
    margin-left: 0;
    width: 100%;
  }

  .maique-section-title h1 {
    font-size: 33px;
  }

  .portfolio-thumb img {
    margin-top: 2rem;
  }

  .channel-thumb img {
    margin-bottom: 2rem;
  }

  .event-details {
    margin: 30px;
  }

  .subscribe-shape {
    display: none;
  }

  .subscribe-shape2 {
    display: none;
  }

  .subscribe-desc p {
    width: 74%;
  }

  section.follow-section.style-2 .follow-desc p {
    width: 84%;
  }

  /* Hommepage Three */

  section.banner-section.style-3 {
    height: 27rem;
  }

  section.banner-section.style-3 .banner-title h1 {
    font-size: 36px;
    line-height: 44px;
    width: 76%;
  }

  .banner-section.style-3 .banner-desc p {
    width: 62%;
  }

  .banner-form input {
    width: 320px;
  }

  .about-section.style-two.style-3 .maique-section-title h1 {
    width: 82%;
    font-size: 30px;
    line-height: 40px;
  }

  section.portfolio-section.style-3 .portfolio-content {
    width: 462px;
    margin: -2rem auto 0;
  }

  .channel-thumb img {
    margin-top: 2rem;
  }

  .channel-thumb-btn a {
    top: 60px;
  }

  .latest-news-desc p {
    width: 68%;
  }

  .upcoming-event-thumb img {
    margin-left: 0;
    margin-bottom: 2rem;
    width: 100%;
  }

  .upcoming-event-box {
    gap: 20px;
  }

  .upcoming-event-box-btn a {
    top: 40px;
  }

  section.follow-section.style-3 .follow-desc p {
    width: 64%;
  }

  /* Homepage Four */

  section.banner-section.style-4 {
    height: 32rem;
  }

  section.banner-section.style-4 .banner-title h1 {
    font-size: 30px;
    line-height: 40px;
  }

  section.subscribe-section.style-4 .subscribe-form input {
    width: 522px;
  }

  section.subscribe-section.style-4 .maique-section-title h1 {
    font-size: 30px;
  }

  /* Testimonial Inner Page */

  .banner-inner-title h1 {
    font-size: 60px;
  }

  /* About Inner Page */

  section.about-section.style-5 .about-thumb img {
    margin-left: 0;
  }

  /* Blog Details Inner Page */

  .related-blog-single-box {
    margin-bottom: 30px;
  }

  .blog-deteils-post-title h1 {
    font-size: 22px;
  }

  .blog-details-form-btn {
    margin-bottom: 30px;
  }

  .form-condition p {
    display: inherit;
  }

  .recent-comment-content p {
    font-size: 15px;
  }

  /* Blog Inner Page */

  .blog-inner-single-box {
    margin-bottom: 110px;
  }

  .blog-btn {
    margin-top: -0.8em;
  }

  /* Course Details Inner Page */

  .tabs li a {
    margin-left: 0px;
  }

  .course-dtls-section .tabs li a {
    font-size: 18px;
    width: 118px;
  }

  /* Faq Inner Page */

  .accordion-title {
    font-size: 15px;
  }

  /* Portfolio Details Inner Page */

  .portfolio-info-thumb img {
    margin-top: 2rem;
  }

  .portfolio-info-title h1 {
    font-size: 28px;
  }

  .portfolio-related-thumb {
    margin-top: 30px;
  }
}

/* small mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 599px) {
  header.header-manu-section {
    display: none;
  }

  .sticky {
    position: relative !important;
  }

  .banner-title h1 {
    font-size: 33px;
    line-height: 40px;
    width: 80%;
  }

  section.banner-section {
    height: 60rem;
  }

  .banner-desc p {
    width: 86%;
  }

  section.accordian-section .maique-section-title h1 {
    width: 100%;
  }

  .according-list ul li {
    font-size: 13px;
  }

  .according-list i {
    font-size: 24px;
  }

  .according-thumb img {
    margin-left: 0;
    margin-top: 2rem;
    width: 100%;
  }

  section.achievement-section .maique-section-title h1 {
    width: 100%;
    font-size: 32px;
  }

  .service-desc {
    width: 76%;
  }

  .testimonial-desc p {
    width: 80%;
  }

  .course-desc p {
    width: 80%;
  }

  .guide-thumb {
    margin-left: 0;
    margin-bottom: 2rem;
  }

  section.guide-section .maique-section-title h1 {
    width: 100%;
  }

  .blog-desc p {
    width: 85%;
  }

  .follow-desc p {
    margin: auto;
    padding: 8px 0 46px;
    width: 82%;
  }

  .about-thumb img {
    margin-left: 0;
    width: 100%;
    margin-bottom: 30px;
  }

  section.about-section .maique-section-title h1 {
    font-size: 32px;
  }

  .maique-section-title h1 {
    font-size: 34px;
  }

  .footer-title h3 {
    margin-top: 1rem;
  }

  /*Homepage Two
    ===================*/

  section.banner-section.style-2 {
    height: 32rem;
  }

  section.banner-section.style-2 .banner-title h1 {
    width: 72%;
    font-size: 44px;
    line-height: 54px;
  }

  section.banner-section.style-2 .banner-desc p {
    width: 59%;
  }

  .banner-thumb img {
    margin-left: 0;
    width: 100%;
    margin-top: 3rem;
  }

  section.about-section.style-two .about-thumb img {
    margin-left: 0;
  }

  .portfolio-thumb img {
    margin-top: 2rem;
  }

  .channel-thumb img {
    margin-bottom: 2rem;
  }

  .event-details {
    margin: 30px;
  }

  .subscribe-shape {
    display: none;
  }

  .subscribe-shape2 {
    display: none;
  }

  .subscribe-desc p {
    width: 66%;
  }

  .subscribe-form input {
    width: 442px;
  }

  section.follow-section.style-2 .follow-desc p {
    width: 90%;
  }

  /* Homepage Three */

  section.banner-section {
    height: 24rem;
  }

  section.banner-section.style-3 .banner-title h1 {
    font-size: 34px;
    line-height: 46px;
    width: 76%;
  }

  .banner-section.style-3 .banner-desc p {
    width: 58%;
  }

  .banner-form input {
    width: 20rem;
  }

  section.portfolio-section.style-3 .portfolio-content {
    width: 456px;
    margin: 0;
  }

  .channel-thumb img {
    margin-bottom: 0;
    margin-top: 2rem;
  }

  .channel-thumb-btn a {
    top: 60px;
  }

  .latest-news-desc p {
    width: 78%;
  }

  .upcoming-event-thumb img {
    margin-left: 0;
    width: 100%;
    margin-bottom: 1.5rem;
  }

  .upcoming-event-box {
    gap: 20px;
  }

  .upcoming-event-box-btn a {
    top: 30px;
  }

  section.follow-section.style-3 .follow-desc p {
    width: 76%;
  }

  /* Homepage Four */

  section.banner-section {
    height: 32rem;
  }

  section.banner-section.style-4 .banner-title h1 {
    font-size: 36px;
    line-height: 46px;
    width: 71%;
  }

  section.banner-section.style-4 .banner-desc p {
    width: 58%;
  }

  section.about-section.style-4 .maique-section-title h1 {
    width: 77%;
  }

  section.subscribe-section.style-4 .subscribe-desc p {
    width: 80%;
  }

  section.subscribe-section.style-4 .subscribe-form input {
    width: 453px;
  }

  /* Service Details Inner Page */

  section.services-details h2 {
    font-size: 34px;
  }

  /* Testimonial Inner Page */

  .banner-inner-title h1 {
    font-size: 54px;
  }

  /* About Inner Page */

  section.about-section.style-5 .about-thumb img {
    margin-left: 0;
  }

  /* Blog Details Inner Page */

  .related-blog-single-box {
    margin-bottom: 30px;
  }

  .blog-deteils-content-top {
    gap: 3px;
  }

  .blog-deteils-content-top h6 {
    font-size: 14px;
  }

  .blog-deteils-post-title h1 {
    font-size: 22px;
  }

  .blog-details-form-btn {
    margin-bottom: 30px;
  }

  .blog-details-title h1 {
    font-size: 32px;
    line-height: 42px;
  }

  .blog-details-box {
    flex-direction: column;
  }

  .form-condition p {
    display: inherit;
  }

  /* Blog Inner Page */

  .blog-inner-single-box {
    margin-bottom: 110px;
  }

  .blog-btn {
    margin-top: -0.8em;
  }

  /* Faq Inner Page */

  .accordion-title {
    font-size: 15px;
  }

  /* Portfolio Details Inner Page */

  .portfolio-info-thumb img {
    margin-top: 2rem;
  }

  .portfolio-info {
    padding: 38px 30px;
  }

  .portfolio-info-title h1 {
    font-size: 28px;
  }

  .portfolio-strategy {
    padding: 30px 30px;
  }

  .portfolio-strategy-title h1 {
    font-size: 28px;
  }

  .portfolio-related-thumb {
    margin-top: 30px;
  }

  /* Shop Details Inner Page */

  .shop-details-title h2 {
    font-size: 26px;
    margin-top: 30px;
  }

  .info-tab-btn button {
    padding: 14px 16px;
  }

  .profile-name {
    gap: 30px;
  }
}

/* small mobile :320px. */
@media only screen and (min-width: 320px) and (max-width: 479px) {
  header.header-manu-section {
    display: none;
  }

  .sticky {
    position: relative !important;
  }

  section.banner-section {
    height: 56rem;
  }

  .banner-title h1 {
    font-size: 26px;
    line-height: 40px;
    width: 100%;
  }

  .banner-desc p {
    width: 100%;
  }

  .about-thumb img {
    margin-left: 0;
    width: 100%;
    margin-bottom: 30px;
  }

  .according-thumb img {
    margin-left: 0;
    width: 100%;
    margin-top: 2rem;
  }

  .maique-section-title h1 {
    font-size: 20px;
    line-height: 30px;
  }

  section.achievement-section .maique-section-title h1 {
    width: 96%;
  }

  section.service-section .maique-section-title h1 {
    font-size: 22px;
  }

  .service-desc {
    width: 100%;
  }

  .service-box-content {
    padding: 28px 26px 32px;
  }

  section.testimonial-section {
    padding: 100px 0 60px;
  }

  .testimonial-desc p {
    width: 100%;
  }

  .course-desc p {
    width: 100%;
  }

  .course-box-title a {
    font-size: 18px;
  }

  .course-box-content {
    padding: 22px 8px 30px 24px;
  }

  .guide-thumb {
    margin-left: 0;
  }

  .guide-thumb img {
    width: 100%;
    margin-bottom: 2rem;
  }

  .latest-news-box-title a {
    font-size: 20px;
  }

  .blog-desc p {
    width: 100%;
  }

  .blog-box-title a {
    font-size: 16px;
  }

  .blog-box-desc p {
    width: 90%;
  }

  .follow-desc p {
    width: 100%;
  }

  .footer-title h3 {
    margin-top: 1rem;
  }

  /*Homepage Two
    ===================*/

  section.banner-section.style-2 {
    height: 33rem;
  }

  section.banner-section.style-2 .banner-title h1 {
    width: 80%;
    font-size: 34px;
  }

  section.banner-section.style-2 .banner-desc p {
    width: 62%;
  }

  .banner-thumb img {
    margin-left: 0;
    width: 100%;
    margin-top: 3rem;
  }

  section.about-section.style-two .about-thumb img {
    margin-left: 0;
  }

  .portfolio-thumb img {
    margin-top: 2rem;
  }

  .channel-thumb img {
    margin-bottom: 2rem;
  }

  .event-details {
    margin: 30px;
  }

  .event-desc p {
    width: 100%;
  }

  .subscribe-shape {
    display: none;
  }

  .subscribe-shape2 {
    display: none;
  }

  .subscribe-desc p {
    width: 100%;
  }

  .subscribe-form input {
    width: 298px;
  }

  section.follow-section.style-2 .follow-desc p {
    width: 90%;
  }

  /* Homepage Three */

  section.banner-section.style-3 {
    height: 36rem;
  }

  section.banner-section.style-3 .banner-title h1 {
    font-size: 26px;
    line-height: 36px;
    width: 90%;
  }

  .banner-section.style-3 .banner-desc p {
    width: 83%;
  }

  .banner-form input {
    width: 18.6rem;
  }

  .banner-form button {
    top: inherit;
    right: inherit;
    left: 0;
    bottom: -80px;
  }

  section.portfolio-section.style-3 .portfolio-content {
    width: 18.5rem;
    margin: 0;
    padding: 14px;
  }

  section.portfolio-section.style-3 .maique-section-title.style-2 h1 {
    font-size: 30px;
  }

  .maique-section-title.style-2 h1 {
    font-size: 32px;
  }

  .channel-thumb img {
    margin-bottom: 0;
    margin-top: 2rem;
  }

  .channel-thumb-btn a {
    top: 60px;
  }

  .latest-news-desc p {
    width: 78%;
  }

  .upcoming-event-thumb img {
    margin-left: 0;
    width: 100%;
    margin-bottom: 1.5rem;
  }

  .upcoming-event-box {
    gap: 20px;
    flex-direction: column;
    align-items: start;
  }

  .upcoming-event-box-btn a {
    top: 112px;
  }

  section.follow-section.style-3 .follow-desc p {
    width: 76%;
  }

  section.follow-section.style-3 .maique-section-title.style-2 h1 {
    font-size: 30px;
  }

  section.follow-section.style-3 .follow-desc p {
    width: 100%;
  }

  /* Homepage Four */

  section.banner-section.style-4 {
    height: 39rem;
  }

  section.banner-section.style-4 .banner-title h1 {
    font-size: 29px;
    line-height: 40px;
    width: 90%;
  }

  section.banner-section.style-4 .banner-desc p {
    width: 90%;
  }

  section.banner-section.style-4 .banner-btn li:first-child a {
    margin-bottom: 20px;
  }

  section.about-section.style-4 .maique-section-title h1 {
    width: 80%;
  }

  .news-feed-box-title a {
    font-size: 20px;
  }

  .case-study-box-title a {
    font-size: 18px;
  }

  section.subscribe-section.style-4 .maique-section-title h1 {
    font-size: 24px;
  }

  section.subscribe-section.style-4 .subscribe-form input {
    width: 300px;
  }

  /* Shop Inner Page */

  .banner-inner-title h1 {
    font-size: 58px;
  }

  /* About Inner Page */

  section.about-section.style-5 .about-thumb img {
    margin-left: 0;
  }

  .testimonial-box {
    padding: 40px 32px 34px;
  }

  /* Blog Details Inner Page */

  .related-blog-single-box {
    margin-bottom: 30px;
  }

  .blog-details-form-btn {
    margin-bottom: 30px;
  }

  .blog-deteils-content-top {
    align-items: first baseline;
    gap: 0;
    flex-direction: column;
  }

  .blog-deteils-post-title h1 {
    font-size: 17px;
  }

  .recent-post-icon {
    margin-right: 10px;
  }

  .post-title h5 {
    font-size: 12px;
  }

  .blog-details-comments-item {
    flex-direction: column;
  }

  .blog-details-title h1 {
    font-size: 26px;
    line-height: 34px;
  }

  .blog-details-social {
    flex-direction: column;
  }

  .blog-details-box {
    flex-direction: column;
  }

  .blog-content {
    padding: 30px;
  }

  .related-blog-single-box .blog-box-title a {
    font-size: 16px;
  }

  .blog-box-footer {
    gap: 5px;
  }

  .comment-reply button {
    top: 34px;
  }

  .blog-details-form-bottom {
    gap: 20px;
    flex-direction: column;
  }

  .form-condition p {
    display: inherit;
  }

  .post-date h5 {
    font-size: 13px;
  }

  .recent-comment-content p {
    font-size: 13px;
  }

  .contact-title h1 {
    font-size: 40px;
  }

  /* Blog Inner Page */

  .blog-inner-content {
    padding: 10px;
  }

  .blog-inner-box-title h3 {
    font-size: 18px;
  }

  .blog-inner-box-desc p {
    font-size: 14px;
  }

  .blog-inner-single-box {
    margin-bottom: 110px;
  }

  .blog-btn {
    margin-top: -0.8em;
  }

  /* Cart Inner Page */

  .banner-inner-title h1 {
    font-size: 40px;
  }

  .area-title.bdr h2 {
    font-size: 35px;
  }

  .c-img img {
    width: 60px;
  }

  .table > :not(caption) > * > * {
    padding: 0.2rem 0.2rem;
  }

  .c-price {
    font-size: 10px;
  }

  .c-qty span {
    height: 28px;
    line-height: 28px;
    width: 20px;
  }

  .table.table-bordered tr {
    font-size: 10px;
    line-height: 20px;
  }

  .c-name span {
    font-size: 7px;
    line-height: 18px;
  }

  .button.c_button {
    font-size: 16px;
    padding: 10px 20px;
  }

  /* Contact Inner Page */

  .form-top {
    gap: 20px;
    flex-direction: column;
  }

  .contact-inner-item {
    width: 84%;
  }

  /* Faq Inner Page */

  .accordion-title {
    font-size: 16px;
  }

  /* Portfolio Details Inner Page */

  .portfolio-info-thumb img {
    margin-top: 2rem;
  }

  .banner-inner-title h1 {
    font-size: 34px;
  }

  .banner-inner-link a {
    font-size: 18px;
  }

  .portfolio-info {
    padding: 28px 20px;
  }

  .portfolio-info-title h1 {
    font-size: 18px;
  }

  .portfolio-info-details h6 {
    font-size: 16px;
  }

  .portfolio-info-details span {
    font-size: 13px;
  }

  .portfolio-info-share ul li {
    margin: 0 0px;
  }

  .portfolio-strategy {
    padding: 30px 20px;
  }

  .portfolio-strategy-title h1 {
    font-size: 22px;
  }

  .portfolio-strategy-desc p {
    font-size: 14px;
  }

  .portfolio-related-title h1 {
    font-size: 24px;
  }

  .portfolio-related-thumb {
    margin-top: 30px;
  }

  /* Pricing Inner Page */

  .pricing-inner-box-bottom {
    padding: 22px;
  }

  /* Shop Details Inner Page */

  .shop-details-title h2 {
    font-size: 26px;
    margin-top: 30px;
  }

  .info-tab-btn button {
    padding: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
  }

  .shop-review {
    flex-direction: column;
  }

  .profile-name {
    gap: 30px;
  }

  td.table_title {
    width: 144px;
    padding: 0 20px;
  }

  .shop-related-title h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
