/* --- Media Queries --- */
@media screen and (max-width: 1400px) {
  .testimonials-section {
    background-position: top 80px left 80px;
    background-size: 300px;
  }
}

@media screen and (max-width: 1200px) {
  .row_am {
    padding: 50px 0;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 5px 8px;
    color: var(--white);
  }
  .navbar-nav .active .nav-link {
    color: var(--medium-green);
  }
 
  .navbar-expand-lg .navbar-nav .nav-link.dark_btn {
    padding: 9px 30px;
  }
  .navbar-expand-lg .navbar-nav .has_dropdown .drp_btn {
    right: 5px;
  }
  .banner_section .banner_text h1 {
    font-size: 70px;
  }
 .category .banner_section .banner_text h1 {font-size: 2.5rem;}

  .review_list_section .review_box h3 {
    font-size: 1rem;
  }
  .review_list_section .review_box p {
    font-size: 0.9rem;
  }
  .review_list_section .review_box .reviewer .text span {
    font-size: 14px;
  }
  .main-title {
    font-size: 2rem;
  }
  .features {
    margin-bottom: 0;
  }
  .content-library-card .card-body-custom h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .features-page .banner_section .banner_text h1{
    font-size: 3rem;
  }
}

@media screen and (max-width: 992px) {
  .row_am {
    padding: 40px 0;
  }
  .h-60{height: auto;}
  .navbar {
    gap: 10px;
  }
  header.fix_style {
    padding: 5px 0;
  }
  .navbar-toggler-icon {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: var(--green);
  }
  .navbar-toggler {
    padding-right: 0;
    line-height: 1.7;
  }
  .navbar-expand-lg .navbar-nav {
    padding: 20px 15px;
    background-color: var(--white);
    border-radius: 15px;
    align-items: flex-start;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 5px 8px;
    color: var(--green);
  }
  .navbar-expand-lg .navbar-nav .nav-link.dark_btn {
    margin-left: 0;
    margin-top: 15px;
    color: var(--medium-green);
  }
  .navbar-expand-lg .navbar-nav .has_dropdown {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    box-shadow: none;
  }
  .navbar-expand-lg .navbar-nav .has_dropdown .drp_btn {
    position: absolute;
    right: 0;
    padding: 0 10px;
  }
  .navbar-expand-lg .navbar-nav .has_dropdown .sub_menu {
    position: relative;
    top: auto;
    opacity: 1;
    left: 0px;
    pointer-events: all;
    display: none;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
    margin: 0 10px 10px 0px;
    padding: 0px;
    /* background-color: #eaf6f6; */
    border: 1px solid var(--medium-green);
    border-radius: 0px;
    box-shadow: none;
  }
  .navbar-expand-lg .navbar-nav .has_dropdown .sub_menu ul {
    padding: 0;
    margin-top: 0;
  }
  .navbar-expand-lg .navbar-nav .has_dropdown .sub_menu ul li a {
    padding: 0px;
    color: var(--black);
    display: block;
  }
  .navbar-collapse {
    margin: 8px;
  }
  .bi-chevron-down {
    color: var(--dark-green);
  }
  .banner_section {
    text-align: center;
    height: auto;
    padding-top: 160px;
  }
  .banner_section .banner_text h1 {
    font-size: 50px;
  }
  .banner_section .banner_image {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .content-library .step_block ul li .step_text,
  .content-library .step_block ul li .step_img {
    width: 280px;
  }
   .content-library .step_block,
  .content-library-page .step_block {
    padding: 10px 0px;
  }
  .content-library .content-library-inner h3 {
    font-size: 1.5em;
  }
  .testimonial-image {
    width: 80px;
    height: 80px;
  }
  .testimonials-section {
    background-position: top 120px left 25px;
  }
  .features .feature_box .features_text {
    padding: 16px 16px 24px;
  }
 .content-library-card .card-img-custom{
  height: auto;
 }
.features-page .features{margin: 16px 0px;}
 .features-sections .bg-icon-shape{
  background-size: 200px auto;
 }
 .features-sections .bg-icon-shape-middle{
  background-size: 200px auto;
 }
 .features-sections h1 {
  font-size: 1.5rem;
 }
 .features-page .banner_section .banner_text{
  margin-top: 50px;
 }
 .Highlights h2, .core h2{
  font-size: 2rem;
  margin-bottom: 8px !important;
 }
 .content-library .banner_section{
  padding-top: 300px;
 }
 .location-section{
  padding: 40px 20px 0px;
 }
 .contact-section{
  padding: 60px 0px;
 }
 .bookdemo .banner_section{
      height: 400px;
 }
 .bookdemo .demo-title {
  font-size: 1.4rem;
}
.bookdemo .banner_section .banner_text{
  padding-top: 0px;
}
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 1.6;
  }
  .row_am {
    padding: 32px 0;
  }
 .features-page .features{margin:0px;}
  .info-card{padding: 16px;}
  .info-card .card-body{padding: 24px 0px 16px;}
  .navbar {
    padding-top: 15px;
  }
  .navbar-expand-lg .navbar-nav .has_dropdown .sub_menu ul li a {
    text-align: left;
    line-height: 1.5;
    font-size: 0.9rem;
    padding: 10px;
  }
  .navbar-collapse {
    margin: 0px 0px 16px;
  }
  .navbar-expand-lg .navbar-nav .nav-link.dark_btn {
    font-size: 0.8rem;
  }
  .navbar-expand-lg .navbar-nav .nav-link{font-size: 0.9rem;}
  .banner_section {
    margin-top: 0;
    padding-top: 160px;
    height: auto;
  }
 .banner_section {
    text-align: center;
    height: auto;
    padding-top: 120px;
  }
  .banner_section .banner_text h1 {
    font-size: 40px;
  }
  .category .banner_section .banner_text h1 {font-size: 2.2rem;}
  .banner_section .banner_image {
    margin-top: 10px;
  }
   .main-title {
    font-size: 1.8rem;
  }
  .about {
    text-align: center;
  }
  .owl-carousel .owl-dots {
    margin-top: 20px;
  }
  .trusted_section .company_logos {
    padding-top: 0;
  }
  .trusted_section .company_logos img {
    max-width: 70%;
    height: auto;
  }
  .content-library .content-library-inner {
    padding: 0 15px;
    text-align: center;
    flex-direction: column;
    margin: 20px 0;
    gap: 10px;
  }
  .content-library .step_block .step_box {
    padding-bottom: 30px;
    text-align: center;
    width: 80%;
    margin: 0 auto;
  }
  .content-library .step_block .step_box .step_text p {
    padding: 16px 0 0;
    text-align: center;
    font-size: 0.9rem;
  }
  .features .feature_box {
    margin-bottom: 20px;
  }
  .features .section_title {
    flex-direction: column;
    text-align: center;
    margin: 20px 0px;
    gap: 10px;
  }
  .testimonial-card {
    padding: 16px;
  }
  .testimonial-card.active {
    transform: none;
  }
  .testimonial-image {
    width: 70px;
    height: 70px;
  }
  .testimonial-quote {
    font-size: 0.9rem;
  }
   .bottom_footer .logo {
    text-align: center;
  }
  .white_btn,
  .read-more-btn,
  .green_btn {
    font-size: 0.9rem;
    padding: 8px 24px;
  }
  footer .go_top {
    right: 10px;
  }
  .go_top {
    bottom: 30px;
    z-index: 999;
  }
  .company_logos .logo {
    height: 50px;
    margin: 10px 0px;
  }
  .company_logos .logo img {
    max-height: 60px;
  }
  .owl-carousel .owl-dots {
    margin-top: 0;
  }
  .testimonials-section {
    padding: 50px 0;
    background-position: top 20px left 35px;
    background-size: 200px;
  }
  .content-library {
    padding: 50px 0;
  }
 .content-library-card .card-body-custom h2 {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  .content-library-card .card-body-custom p {
    font-size: 0.9rem;
  }
  .content-library-card .card-body-custom{
    padding: 1.5rem;
  }
  .features-page .banner_section .banner_text h1{
    font-size: 2rem;
  }
  .features-page .banner_section .banner_text{
    margin: 0px;
  }
  .features-sections .bg-icon-shape-middle {
    left: 42%;
}
  .banner_section .banner_image{
    margin-bottom: 16px;
  }
  .Highlights h2, .core h2{
    font-size: 2rem;
  }
   .content-library .banner_section{
  padding-top: 100px;
 }
 .core{
  padding:24px 0px !important;
  margin: 0px !important;
 }
 .divider{
  width: 100%;
 }
 .form-control{
      height: calc(2rem + 10px);
 }
 .modal-content h3{
  font-size: 1.2rem;
 }
 .modal-content{
  padding: 0px;
 }
 .bottom_footer .logo{
  text-align: center !important;
 }
 .bookdemo .banner_section{
      height: 340px;
 }
 .bookdemo .demo-title {
  font-size: 1.2rem;
}
.bookdemo .contact-form{
      margin-top: -120px;
}
}

@media screen and (max-width: 600px) {
  .navbar-brand img {
    width: 140px;
  }
  .banner_section .banner_text h1 {
    font-size: 2rem;
  }
  .banner_section .banner_image {margin-top: 0px;}
  .banner_section .banner_image img{width: 90%;}
  .about {
    margin-top: 24px;
    padding: 15px;
  }
  .main-title {
    font-size: 1.5rem;
    margin-bottom: 16px;
  }
  .owl-carousel .owl-dots button.active,
  .owl-carousel .owl-dots button {
    width: 10px;
    height: 10px;
  }
  .trusted_section .company_logos img {
    max-width: 60%;
  }
  .testimonials-section {
    background-image: none;
  }
  .features .feature_box .features_text h3 {
    margin: -10px 0 12px;
  }
   .features .section_title, .content-library .content-library-inner {
    gap: 0px;
  }
  .info-card {
    padding: 24px;
  }
  .content-library .step_block .step_box {
    width: 100%;
  }
  .features-sections .feature-img{
    width: 90%;
  }
  .features-sections h1, .Highlights h2, .core h2{
    font-size: 1.2rem;
  }
  .Highlights h6, .core h6{
    font-size: 1rem;
  }
  .icon-box .icon{
    width: 60px;
    height: 60px;
  }
  .modal-dialog{
    width: auto;
  }
  .modal-content h3{
  font-size: 1rem;
 }
}

@media screen and (max-width: 420px) {
   .row_am {
    padding: 24px 0;
  }
  p,
  .content-library .step_block .step_box .step_text p,
  .content-library .step_block .step_box .step_text h6,
  .subtitle,
  .testimonial-quote,
  .testimonial-name {
    font-size: 0.8rem;
  }
  .navbar-expand-lg .navbar-nav .has_dropdown .sub_menu ul li a{font-size: 0.8rem;}
  .banner_section{
    padding-top: 100px;
  }
  .banner_section .banner_text h1 {
    font-size: 1.6rem;
  }
.category .banner_section .banner_text h1{font-size: 1.6rem;}
  .about {
    padding-bottom: 0px;
  }
  .main-title {
    font-size: 1.5rem;
  }
   .info-card {
    padding: 16px;
  }
  .features .feature_box .features_text h3 {
    font-size: 1rem;
  }
  .testimonial-card {
    padding: 16px 8px;
  }
  .testimonial-image {
    width: 60px;
    height: 60px;
  }
  .info-card h5{font-size: 1.2rem;line-height: 1.8rem;}
  .content-library-card .card-body-custom{
    padding: 1rem;
  }
  .features-sections .icon-img{
    width: 36px;
  }
   .features-page .banner_section .banner_text h1{
    font-size: 1.6rem;
  }
  .features-sections h1, .Highlights h2, .core h2{
    font-size: 1.2rem;
  }
  .contact-section{
  padding: 24px 0px 0px;
 }
 .bookdemo .contact-form{
  padding: 8px 0px;
 }
 .bookdemo .demo-title {
  font-size: 1rem;
}
}
