@media (max-width: 1199.98px) {
  .hero-banner .banner-heading {
    font-size: 42px;
    line-height: 52px;
  }
}

@media (max-width: 991.98px) {
  .hero-banner .banner-heading,
  .common-section-heading,
  .newsletter-section .newsletter-heading {
    font-size: 36px;
    line-height: 48px;
  }
  .hero-banner .banner-para,
  .common-section-subheading {
    font-size: 16px;
    line-height: 24px;
  }
  .auth-section .auth-form-outer {
    padding: 30px !important;
  }
  .contact-form-outer .contact-heading {
    font-size: 29px;
    line-height: 40px;
  }

  .sidebar-active.file-tools-outer .tools-sidebar  {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.file-tools-outer .tools-sidebar {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
    width: 0px; 
    opacity: 0;
    flex-basis: unset;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
}

.sidebar-active.file-tools-outer .tools-sidebar {
    width: 340px;
    opacity: 1;
}

.toggleSidebar {
    position: fixed;
    right: 8px;
    top: 110px; 
        width: 36px;
        min-width: 0;
        padding: 0;
        height: 36px;
        border-radius: 100%; 
        background-color: #fff;
        text-decoration: none; 
        display: flex; 
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,.14);
        box-shadow: 0 3px 6px 0 rgba(0,0,0,.14);
    z-index: 1048;
}

}

@media (max-width: 767.98px) {
  .auth-section .img-section img {
    max-height: 180px;
  }

  .auth-section .auth-form-outer .auth-heading {
    font-size: 24px;
  }
  .common-form-fields .form-control {
    font-size: 16px;
    padding: 12px 25px;
  }

  .auth-section .auth-form-outer .form-control {
    padding-left: 50px;
  }

  .common-form-fields .btn {
    padding: 10px 20px;
  }

  .auth-form .input-icon {
    position: absolute;
    top: 12px;
    left: 15px;
  }
  .auth-social .fb-icon a,
  .auth-social .google-icon a {
    width: 50px;
    height: 50px;
  }
  .converter-header .navbar .navbar-brand {
    max-width: 220px;
  }

  .merge-file-section {
    padding: 50px 0;
  }
  .blogs-section .single-blog-card .blog-heading {
    font-size: 24px; 
    line-height: 32px;
}
.blogs-section .single-blog-card .blog-heading {
    font-size: 24px; 
    line-height: 32px;
}
.blogs-section .blogs-page-sidebar .sidebar-heading {
    font-size: 24px; 
    line-height: 30px;
}
}

@media (max-width: 575.98px) {
  .hero-banner .banner-heading,
  .common-section-heading,
  .newsletter-section .newsletter-heading {
    font-size: 30px;
    line-height: 42px;
  }

  .auth-section .auth-form-outer {
    padding: 30px 20px !important;
  }

  .file-merge-options li a.single-option {
    height: 45px;
    width: 45px;
  }
  .single-pricing-card .plan-heading {
    font-size: 32px;
    line-height: 42.83px;
  }
  .price-number-heading {
    font-size: 26px;
    line-height: 30.48px;
  }
  .contact-form-outer .contact-heading {
    font-size: 24px;
    line-height: 32px;
  }
  .contact-form-outer .form-control {
    font-size: 16px;
    line-height: 24px;
  }
  .address-section .single-address-card { 
    padding: 30px; 
}
  .address-section .single-address-card .card-heading {
    font-size: 20px; 
    line-height: 32px;
}
  .address-section .single-address-card .card-subheading {
    font-size: 16px; 
    line-height: 24px; 
}
.complress-type-radio + label .compress-type-heading {
    font-size: 18px; 
    line-height: 23.83px;
}
.complress-type-radio + label .compress-type-subheading {
    font-size: 16px; 
    line-height: 19.31px; 
}
.sidebar-active.file-tools-outer .merge-fileouter {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
}
.toggle-btn input[type="checkbox"] ~ label {
    font-size: 12px; 
    line-height: 23.48px; 
    padding: 4px;
}
.toggle-btn input[type="checkbox"] ~ label span, .toggle-btn input[type="checkbox"]:checked ~ label span.first {
    padding: 10px 4px; 
} 
.newsletter-form .btn { 
    padding: 13.5px 24px !important;
}
}
