/* 1400px and below */
@media only screen and (max-width: 1399px) {

  /* banner */
  .primery-menu ul li a {
    font-size: 21px;
  }

  .primery-menu ul {
    gap: 20px;
  }

  .hm_hero_content {
    margin-top: 150px;
  }

  .hm_hero_content>p {
    font-size: 20px;
    width: 510px;
  }

  .heading h1 {
    font-size: 55px;
  }

  .partner-business {
    height: 400px;
    padding: 70px 40px;
  }

  .partner-business h4 {
    font-size: 43px;
  }

  /* section-1 */

  .about-vibe h2 {
    width: 910px;
    font-size: 55px;
  }

  .auditor-rate {
    font-size: 18px;
    line-height: 60px;
  }

  .auditor-content p {
    font-size: 14px;
    width: 100%;
  }

  .about.site_icon_arrow_link {
    width: 55px;
    height: 55px;
    font-size: 20px;
  }

  .parent-auditor {
    gap: 50px;
  }

  /* section-4 */
  .expertise p {
    width: 100%;
    font-size: 16px;
  }

  .accordion-points {
    gap: 200px;
  }

  /* section-5 */
  .accounting-left-side {
    width: 95%;
  }

  .accounting-icon {
    width: 90px;
    height: 90px;
    font-size: 30px;
  }

  .accounting-right-side h2 {
    font-size: 60px;
    line-height: 1.1;
  }

  .accounting-right-side ul li {
    font-size: 24px;
  }

  /* section-7 */
  .conversation-left-side p,
  .conversation-right-side p {
    width: 100%;
  }

  .conversation-right-side h4 {
    font-size: 44px;
  }

  /* footer */
  .footer-second-side h6 {
    width: 51%;
  }

  .footer-third-side h6 {
    width: 40%;
  }

  /* inside-blog-page */
  .inside-blog-content h2 {
    width: 510px;
  }

  /* advisory-services */
  .conversation-right-side {
    padding: 40px 20px;
  }

  .services-btn::after {
    right: 20px;
    top: 30%;
  }
}

/* 1200px and below */
@media only screen and (max-width: 1199px) {
  .vibe-logo img {
    width: 127px;
  }

  .primery-menu ul {
    justify-content: start;
  }

  .primery-menu ul li a {
    font-size: 20px;
  }

  /* mega-menu */
  .mega-menu-row {
    padding: 40px 20px;
  }

  .menu-box {
    padding: 50px 20px;
  }

  /* banner open */
  .heading h1 {
    font-size: 46px;
    line-height: 70px;
  }

  .hm_hero_content>p {
    font-size: 16px;
    width: 410px;
  }

  .partner-business {
    max-width: 100%;

  }

  /* section-1 */
  .about-vibe h2 {
    width: 730px;
  }

  .auditor-rate {
    font-size: 15px;
    line-height: 50px;
  }

  .auditor-rate span:first-child {
    font-size: 40px;
  }

  .about.site_icon_arrow_link {
    width: 47px;
    height: 47px;
    font-size: 17px;
  }

  .parent-auditor {
    gap: 30px;
  }

  /* section-2 */
  .slider img {
    width: 200px;
  }

  /* section-3 */
  .services-tabs h3 {
    font-size: 27px;
  }

  /* section-4 */
  .accordion-points {
    gap: 90px;
  }

  /* section-5 */
  .accounting-right-side h2 {
    font-size: 50px;
  }

  .accounting-right-side ul li {
    font-size: 19px;
  }

  .accounting-icon {
    width: 80px;
    height: 80px;
  }

  /* section-6 */
  .resources-lift-side {
    max-width: 710px;
  }

  .resources-content h6 {
    font-size: 14px;
    line-height: 20px;
  }

  .resources-content p {
    font-size: 11px;
    line-height: 18px;
  }

  .name-date h6 {
    font-size: 13px;
  }

  /* section-7 */
  .conversation-right-side {
    padding: 30px 20px;
  }

  .conversation-left-side h2 {
    font-size: 60px;
  }

  .conversation-right-side h4 {
    font-size: 35px;
  }

  /* footer */
  .footer-second-side h6 {
    width: 64%;
  }

  .footer-third-side h6 {
    width: 55%;
  }

  .footer-first-side p,
  .footer-fourth-side p {
    width: 100%;
    font-size: 15px;
  }

  /* about-page */
  .about-page-content h1 {
    width: 920px;
    font-size: 65px;
  }

  .about-page-content p {
    width: 695px;
  }

  section.abt_about_us h4 {
    font-size: 48px;
  }

  .abt_founder_inner .col-md-6 {
    width: 100%;
  }

  .abt_expert_box .col-md-9,
  .abt_expert_box .col-md-3 {
    width: 100%;
  }

  /* inside-blog-page */
  .inside-blog-content h2 {
    width: 400px;
    font-size: 40px;
  }

  /* contact-us */
  h2.section-title {
    font-size: 53px;
  }

  /* advisory-services */
  .services-btn::after {
    right: 30px;
    top: 50%;
  }
}

/* Tablet (992px and below) */
@media only screen and (max-width: 991px) {
  .vibe-logo img {
    width: 100px;
  }

  /* mega-menu */
  .mega-menu-row {
    padding: 40px 0px;
  }

  .menu-box {
    padding: 30px 30px;
  }

  .menu-box h6 {
    font-size: 18px;
  }

  .menu-box ul li {
    font-size: 16px;
  }


  /* banner open */
  .primery-menu ul li a {
    font-size: 17px;
  }

  .leader-ship .heading {
    text-align: center;
  }

  .leader-ship {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .heading h1 {
    font-size: 55px;
  }

  .hm_hero_content>p {
    font-size: 20px;
  }
  .hm_hero_content {
        margin-top: 50px;
  }
  /* section-1 */
  .section-1 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .about-vibe {
    flex-direction: column;
    margin-bottom: 100px;
  }

  .about-vibe h2 {
    text-align: center;
    padding-bottom: 30px;
    line-height: 1.1;
  }

  .auditor-rate {
    font-size: 23px;
    line-height: 70px;
  }

  .auditor-main {
    margin-bottom: 60px;
    text-align: center;
  }

  .about.site_icon_arrow_link {
    width: 55px;
    height: 55px;
    font-size: 20px;
  }
  .Testimonials h2,
  .conversation-left-side h2,
  .resources-lift-side h2,
  .section-2 h2{
    font-size: 55px;
    line-height: 1.1;
  }
  /* section-4 */
  .expertise {
    text-align: center;
    padding-bottom: 30px;
  }

  /* section-5 */
  .accounting-left-side {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 50px;
  }

  .accounting-right-side ul {
    text-align: start;
  }

  .accounting-icon {
    width: 110px;
    height: 110px;
    font-size: 40px;
    right: 75px;
    top: 15px;
  }

  .accounting-right-side {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  /* section-6 */
  .resources-content h6 {
    font-size: 18px;
    font-weight: 600;
  }

  .resources-content p {
    font-size: 14px;
    line-height: 22px;
  }

  /* section-7 */
  .conversation-right-side {
    padding: 50px 50px;
  }

  .conversation-left-side p {
    margin-top: 0;
    margin-bottom: 50px;
  }

  .conversation-right-side h4 {
    font-size: 52px;
  }

  .conversation-right-side p {
    padding-top: 20px;
  }

  .conversation-left-side {
    text-align: center;
  }

  /* footer */
  .footer-second-side h6 {
    width: 38%;
  }

  .footer-second-side {
    padding-left: 0px;
  }

  .footer-third-side h6 {
    width: 30%;
  }

  /* about-page */

  section.abt_about_us .col-md-6 {
    width: 100%;
  }

  .about-page-content h1 {
    width: 710px;
    font-size: 55px;
  }

  .abt_expert_box .col-md-4 {
    width: 50%;
  }

  /* inside-blog-page */
  .inside-blog-content h2 {
    width: 280px;
  }

  /* contact-us */
  .contact-us h1 {
    font-size: 61px;
  }
}

/* Mobile (768px and below) */
@media only screen and (max-width: 767px) {

  /* banner open */
  .primery-menu {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    background: #6c757d;
    padding: 50px 0px;
    border-radius: 30px;
  }

  .primery-menu ul {
    gap: 40px;
  }

  .primery-menu ul {
    flex-direction: column;
  }

  .primery-menu.active {
    display: block;
  }

  .bar {
    display: block;
  }

  .vibe-logo img {
    width: 130px;
  }

  .parent-menu:hover .mega-menu {
    display: none;
  }

  .primery-menu ul li a {
    font-size: 25px;
  }

  /* section-1 */
  .about-vibe h2 {
    width: 100%;
  }
  .section-3{
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .section-5,
  .section-1 { 
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .about.site_icon_arrow_link {
    width: 40px;
    height: 40px;
    font-size: 15px;
  }

  /* section-2 */
  .slider img {
    width: 180px;
  }
  .sectiom-2 h2{
    font-size: 50px;
  }

  /* section-3 */
  .resources-lift-side h2,
  .accounting-right-side h2,
  .services h2 {
    font-size: 50px;
    line-height: 1.1;
  }

  .services-tabs h3 {
    font-size: 22px;
    line-height: 1.2;
  }

  /* section-4 */
  .accordion-points {
    gap: 0px;
  }

  .accordion-points ul li {
    font-size: 13px;
  }

  /* section-5 */
  .accounting-icon {
    right: 0px;
    top: 5px;
  }

  /* section-7 */
  .conversation-right-side h4 {
    font-size: 41px;
  }

  /* section-8 */
  .Testimonials h2 {
    font-size: 57px;
  }

  /* footer */
  .footer-first-side {
    text-align: center;
  }

  .footer-second-side h6 {
    width: 25%;
  }

  .footer-third-side h6 {
    width: 22%;
  }

  .footer-second-side {
    padding: 50px 0px;
  }

  /* about-page */
  .about-page-content p {
    width: 500px;
  }

  .about-page-content h1 {
    width: 500px;
    font-size: 50px;
    line-height: 1.2;
  }

  .abt_counter_box h2,
  .abt_team_box h2 {
    font-size: 48px;
    line-height: 1.3;
  }

  .abt_expert_box .col-md-4 {
    width: 100%;
  }

  /* inside-blog-page */
  .inside-blog-hero-second-side img {
    border-radius: 0px 0px 20px 20px;
  }

  /* case-study */
  .case-study h1 {
    font-size: 69px;
  }

  /* advisory-resources */
  .conversation-right-side {
    padding: 50px 10px;
  }
  .services-tabs {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
  }
  .services-tabs h3.geltivo {
    line-height: 1;
    padding: 10px 10px 10px 10px;
    background-color: #bdbdbd94;
    display: inline;
    border-radius: 30px;
    font-size: 16px;
    margin-right: 20px;
}
}

/* Small mobile (480px and below) */
@media only screen and (max-width: 575px) {
  .spacing {
    padding: 50px 0px;
  }
  .main-partner {
    margin-top: 50px;
  }
  .hm_hero_content>p {
    width: 100%;
  }
  .leader-ship .heading h1{
    line-height: 1.1;
  }
  .accounting-right-side ul li {
     line-height: 1.8;
  }

  /* about-page */
  .top_rated {
    left: -5px !important;
  }

  section.abt_leadership_box h2 {
    font-size: 50px;
  }
  .our_expert_inner {
    padding: 30px;
  }

  /* inside-blog-page */
  .inside-blog-content h2 {
    width: 380px;
  }

  /* resources-page */
  .about-page-content h1 {
    width: 100%;
    font-size: 55px;
  }
   .about-page-content p {
    width: 100%;
   }

  /* case-study */
  .revovery-post h4 {
    font-size: 45px;
  }
  .partner-business .paragraph {
    font-size: 15px;
    width: 100% !important;
  }
    .site_icon_arrow_link {
    width: 60px;
    height: 60px;
    font-size: 23px;
  }

  .partner-business h4{
    width: 100% ;
  }
  .auditor-rate {
    font-size: 18px;

  }
  .about-vibe h2,
  .Testimonials h2,
  .conversation-left-side h2,
  .resources-lift-side h2,
  .section-2 h2{
    font-size: 38px;
  }
  .resources-lift-side h2, .accounting-right-side h2, .services h2{
    font-size: 38px;
  }
  .hm_hero_banner {
    padding-top: 230px;
  }
      .hm_hero_content {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 395px) {

  /* banner */
  .main-partner {
    margin-top: 30px;
  }
  .partner-business {
    max-width: 370px;
    height: 360px;
    padding: 30px 45px;
  }

  .partner-business .paragraph {
    font-size: 15px;
    width: 280px;
  }
   .auditor-rate {
    font-size: 18px;

  }

  .partner-business h4 {
    font-size: 40px;
    width: 280px;
  }
  .site_icon_arrow_link {
    width: 45px;
    height: 45px;
    margin-top: 20px;
    margin-right: 10px;  
  }


  .about.site_icon_arrow_link {
    width: 30px;
    height: 30px;
    font-size: 10px;
  }

  /* footer */
  .footer-second-side h6 {
    width: 31%;
  }

  /* about-page */
  .about-page-content,
  .abt_about_us {
    text-align: center;
  }

  .about-page-content h1,
  .about-page-content p {
    width: 370px;
  }

  section.abt_team_box h2 {
    font-size: 36px;
  }

  /* resources-page */
  button.event-arrow {
    top: 35%;
  }

  /* inside-blog-page */
  .inside-blog-content h2 {
    width: 250px;
    font-size: 26px;
    line-height: 35px;
  }

  /* contact-us */
  .contact-us h1 {
    font-size: 45px;
    line-height: 1.1;
  }

  /* case-study */
  .revovery-post h4 {
    font-size: 40px;
  }

  /* advisory-services */
  .services-page-btn>a {
    font-size: 23px;
    padding: 15px 20px;
  }

  .services-page-first-section h1 {
    font-size: 60px;
  }

  .services-btn::after {
    right: 20px;
    top: 30%;
  }

  .video-icon {
    left: 55%;
  }

  .video-icon img {
    width: 70%;
  }

  /* CFO-services */
  .CFO-heading {
    font-size: 55px;
  }
}

@media only screen and (min-width: 1200px) {
  .site_banner .about-page-content {
    max-width: 1066px;
    width: 100%;
  }

  .site_banner .about-page-content p {
    max-width: 694px;
    width: 100%;
  }
}