@media (max-width: 991px) {
  .contact-no {
    font-size: 24px;
  }
  .header-icon img {
    height: 25px;
  }
  .main-nav .nav-link {
    font-size: 17px;
  }
  /* .logo-wrap {
    position: static;
    transform: none;
    margin-bottom: 20px;
  } */
  .header-social-icon {
    gap: 35px;
  }

  .hero-section {
    padding-top: 40px;
  }
  .left-col {
    border-right: none;
    padding-right: 12px;
  }

  .right-col {
    padding-left: 12px;
    margin-top: 30px;
  }

  .stat-box {
    justify-content: flex-start;
    margin-bottom: 24px;
  }

  .single-star-content img {
    width: 44px;
  }
  .star-main-content:last-child {
    margin-right: inherit;
  }
  .star-main-content {
    justify-content: start !important;
  }
  .hero-section .hero-banner-row,
  .star-main-content {
    max-width: 690px;
    margin: auto;
  }
  .single-star-content {
    width: 50%;
  }
  .star-main-content {
    gap: 10px;
  }
  .hero-section {
    padding-bottom: 0px;
  }
  .latest-section {
    padding: 46px 0 30px;
  }
  .hero-content h2 {
    font-size: 30px;
  }
  .section-title {
    font-size: 32px;
  }
  .article-title {
    font-size: 22px;
  }
  .article-summary {
    font-size: 18px;
  }
  .latest-inner-content {
    padding: 20px 0;
  }
  .testimonial-box p {
    font-size: 24px;
    line-height: 28px;
  }
  .testimonial-box h5 {
    font-size: 22px;
  }
  .plan-item {
    width: 90%;
    margin: auto;
  }
  .plan-item:nth-child(odd) {
    margin-left: 0px;
  }
  .plan-item:nth-child(even) {
    margin-right: 0px;
  }
  .plan-item {
    margin-top: 40px;
  }
  .plan-list {
    width: 90%;
    margin: auto;
  }
  .content-sub {
    font-size: 24px;
  }
  .video-title {
    font-size: 21px;
  }
  .mobile-vedio-box {
    display: flex;
    gap: 20px;
  }
  .video-card {
    width: 100%;
  }
  .video-thumb img {
    height: auto;
  }
  .video-author {
    font-size: 19px;
  }
  .content-section {
    padding-bottom: 30px;
  }
  .footer-social a img {
    margin-right: 6px;
    height: 24px;
  }
  .copyright {
    margin-bottom: 30px;
  }
  .newsletter-form .row {
    justify-content: end;
  }

  h1 {
    font-size: 38px;
  }
  h2 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }
  h5 {
    font-size: 30px;
  }
  p {
    font-size: 17px;
  }
  .middle-content::before {
    background-size: 100px;
    margin-top: 70px;
  }
  .footer-contact a, .footer-contact p{
        font-size: 16px;
  }
}

/* mobile-device */

@media (max-width: 767px) {
  .article-thumb {
    text-align: center;
  }

  .testimonial-box h5 {
    font-size: 18px;
  }
  .hero-content h2 {
    font-size: 24px;
  }
  .desktop-home-cont {
    display: none;
  }
  .mobile-home-content {
    display: block;
  }
  /* .hero-section .hero-banner-row {
    align-items: start !important;
  } */
  .hero-section .hero-content {
    padding-bottom: 0;
  }
  .hero-content h2 {
    margin-bottom: 15px;
  }
  .hero-content p {
    margin-bottom: 15px;
    font-size: 17px;
  }
  .star-main-content {
    flex-wrap: wrap;
  }
  .single-star-content {
    width: 100%;
  }
  .single-star-content:nth-child(even) .stat-box {
    justify-content: end;
    margin-right: 30px;
  }
  .single-star-content img {
    width: 52px;
  }
  .stat-box {
    margin-bottom: 15px;
  }
  .latest-section .section-title {
    margin-bottom: -4px;
  }
  .article-date {
    font-size: 15px;
  }
  .article-title {
    font-size: 19px;
    line-height: 20px;
  }
  .mobile-latest-para-box .article-summary {
    font-size: 17px;
    text-align: right;
  }
  .article-thumb img {
    height: auto;
    width: auto;
  }
  .testimonial-box {
    padding: 18px 20px;
  }
  .testimonial-box p {
    font-size: 20px;
    line-height: 24px;
  }
  .testimonal-comma {
    font-size: 30px;
    font-weight: 700;
    margin: 2px;
  }
  .testimonial-wrap {
    padding: 15px 0 35px;
  }
  .content-heading {
    margin-bottom: 5px;
  }
  .content-sub {
    font-size: 23px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .plan-list,
  .plan-item {
    width: 100%;
  }
  .plan-text h5 {
    font-size: 23px;
  }
  .plan-item {
    margin-top: 26px;
  }
  .mobile-vedio-box {
    flex-wrap: wrap;
    gap: 30px;
  }
  .video-title {
    font-size: 19px;
  }
  .video-author {
    font-size: 18px;
  }
  .video-card {
    margin-bottom: 0;
  }
  .video-card:first-child {
    margin-top: 10px;
  }
  .footer-contact a,
  .footer-contact p {
    font-size: 15px;
  }
  .footer-contact {
    display: flex;
    width: 100%;
    margin: auto;
    gap: 30px;
    margin: auto;
    margin-top: 18px;
    text-align: center;
    justify-content: center;
  }
  .copyright {
    margin-bottom: 10px;
  }
  .header-social-icon {
    gap: 0px;
  }
  .search-icon {
    display: flex;
    gap: 20px;
  }
  .top-strip {
    z-index: -1;
    position: relative;
  }
  .hero-section {
    padding-top: 100px;
  }
  .banner-wide-img img {
    width: 60px;
  }
  .banner-wide-img {
    top: 17%;
  }
  .banner-wide-img-2 {
    top: 90%;
  }
  .banner-wide-img-3 {
    top: 190%;
  }
  .banner-wide-img-4 {
    top: 270%;
  }
  .banner-wide-img-5 {
    top: 350%;
  }
  .banner-wide-img-6 {
    top: 430%;
  }
  .search-box input {
    width: 82%;
    padding: 5px 10px;
  }
  .newsletter .send-btn {
    text-align: right;
  }
  .single-form-conetn {
    margin-top: 10px;
    padding: 0;
  }
  .firstnews-raper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .firstnews-raper img {
    filter: brightness(0) invert(1);
    height: 20px;
  }
  .newsletter-form .row {
    margin: 0;
    width: 100%;
  }

  .newsletter-wrap {
    flex-direction: column;
    gap: 0px;
  }
  .footer-title-wrap img {
    filter: brightness(0) saturate(100%) invert(10%) sepia(30%) saturate(2000%)
      hue-rotate(200deg);
    height: 20px;
    width: auto;
  }
  .footer-title {
    font-size: 16px;
  }
  .mobile-footer-logo-content {
    display: inherit !important;
  }
  .footer-main .footer-item {
    margin: 3px 0 !important;
    padding: 0;
  }
  footer .main-social-icon {
    justify-content: center;
    gap: 40px;
  }
  .mobile-li-content .footer-title-wrap {
    padding: 0 12px;
  }
  .mobile-li-content .footer-links {
    background: #bfbfbf8a;
    padding-left: 26px !important;
  }

  .footer-main {
    padding: 10px 0;
    margin-top: 10px;
  }
  .footer-toggle {
    display: block;
  }

  .footer-links {
    display: none;
    margin-top: 5px;
  }

  .footer-item.open .footer-links {
    display: block;

    padding: 8px 15px;
  }
  .newsletter-toggle {
    font-size: 22px;
    cursor: pointer;
  }

  .newsletter-form {
    display: none;
    margin-top: 10px;
  }

  .newsletter-wrap.open .newsletter-form {
    display: block;
  }
  .middle-content::before {
    background-size: 60px;
    margin-top: 99px;
  }
  .hero-section .hero-banner-row .col-7,
  .hero-banner-row .col-12.mobile-home-content {
    padding: 0;
  }
  .hero-image {
    text-align: center;
    margin-bottom: 25px;
  }
  .plan-icon {
    padding-top: 10px;
  }
  h1 {
    font-size: 36px;
  }
  h4 {
    font-size: 24px;
    line-height: 26px;
  }
  h2 {
    font-size: 32px;
    line-height: 30px;
  }
  h5 {
    font-size: 28px;
  }
}
