/* For Google Chrome (125% zoom level) */
@media screen and (-webkit-min-device-pixel-ratio: 1.25),
screen and (min-resolution: 120dpi) {}

@media (min-width: 1280px) and (max-width: 1366px) {
  .header {
    max-width: 88%;
  }
  
  .sec-ten .sec-ten-inner .sec-ten-inner-one span {
    font-size: 18px;
  }

  .sec-three .right-col {
    align-items: self-start;
  }

  .sec-three .right-col>img {
    width: 60% !important;
  }
  
  .about-two .right-col>img {
    width: 100% !important;
  }

  .testimonial-body:before {
    top: -52%;
  }

  .service-three .section-title {
    width: 580px;
  }
  .top-banner .right-col h1 {
    font-size: 45px;
    line-height: 55px;
  }
  .top-banner .right-col h1 span {
    font-size: 50px;
  }
  .top-banner .top-form h2 {
    font-size: 26px;
  }
  .service-sec-two .service-sec-two-box p {
    height: 118px;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .header {
    max-width: 92%;
  }

  .top-banner .right-col h1,
  .top-banner .right-col h1 span {
    font-size: 32px;
    line-height: 40px;
  }

  .sec-three .left-col h2,
  .section-title h3 {
    font-size: 30px;
    line-height: 40px;
  }

  .sec-three .right-col {
    align-items: self-start;
  }

  .sec-three .right-col>img {
    width: 60% !important;
  }

  .sec-four .sec-four-box span {
    font-size: 35px;
  }

  .testimonial-body:before {
    top: -60%;
    background-position: center;
  }

  .service-three .section-title {
    width: auto;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .header {
    max-width: 90%;
  }

  .top-banner {
    padding: 145px 0 145px;
  }

  .top-banner .right-col h1,
  .top-banner .right-col h1 span,
  .sec-three .left-col h2,
  .section-title h3,
  .top-banner .top-form h2 {
    font-size: 28px;
    line-height: 40px;
  }

  .sec-three .right-col {
    flex-direction: column;
  }

  .sec-three .left-col .counter {
    margin-bottom: 20px;
  }

  .sec-four .sec-four-box,
  .sec-six .sec-six-box {
    text-align: center;
  }

  .sec-six .sec-six-box span {
    font-size: 18px;
  }

  .sec-four .sec-four-box span {
    font-size: 40px;
  }

  .faqs-sec .left-col h4 button {
    font-size: 20px;
  }

  .sec-seven .left-col img {
    margin-bottom: 25px;
  }

  .sec-seven .right-col .faqs-right-sec .nav-tabs {
    gap: 10px;
    justify-content: flex-start;
  }

  .sec-seven .right-col .faqs-right-sec .nav-link {
    font-size: 15px;
    padding: .5rem 0rem .5rem 0;
  }

  .sec-seven {
    padding-bottom: 0;
  }

  .sec-eight .sec-eight-body .sec-eight-col .sec-eight-col-inner span {
    font-size: 16px;
  }

  .question-answer .qa-sec h4 button {
    font-size: 16px;
  }

  .question-answer {
    padding: 50px 0;
  }

  .testimonial-body:before {
    top: -30%;
    background-size: contain;
  }

  .testimonial-body {
    margin-top: 100px;
  }

  .footer {
    text-align: center;
  }

  .footer .social {
    justify-content: center;
    margin-bottom: 30px;
  }

  .footer-links>ul>li>a {
    justify-content: center;
  }

  .footer-bootom-links {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }

  .top-sec-service {
    height: 640px;
  }

  .service-three .section-title {
    width: 355px;
  }

  .service-three .right-col .rating-sec .rating-col span {
    font-size: 35px;
  }
}

@media (max-width: 767px) {
  .header {
    max-width: 85%;
  }
  .service-three .left-col img {
    height: auto;
  }
  .navbar-brand img{width:100px;}
  .top-banner {
    padding: 145px 0 140px;
  }

  .top-banner .right-col h1,
  .top-banner .right-col h1 span,
  .sec-three .left-col h2,
  .section-title h3,
  .top-banner .top-form h2 {
    font-size: 28px;
    line-height: 40px;
  }

  .top-bottom-sec .top-bottom-inner,
  .sec-three .right-col {
    flex-direction: column;
  }

  .sec-three .left-col .counter {
    margin-bottom: 20px;
  }

  .sec-four .sec-four-box,
  .faqs-sec .section-title,
  .sec-six .section-title,
  .sec-six .sec-six-box,
  .sec-eight .section-title {
    text-align: center;
  }

  .sec-four .sec-four-box span {
    font-size: 40px;
  }

  .faqs-sec .btn-right {
    justify-content: center;
  }

  .faqs-sec .left-col h4 button {
    font-size: 20px;
  }

  .sec-seven .left-col img {
    margin-bottom: 25px;
  }

  .sec-seven .right-col .faqs-right-sec .nav-tabs {
    gap: 20px;
  }

  .sec-seven {
    /*padding-bottom: 0;*/
  }

  .sec-eight .btn-arrow {
    justify-content: center;
    margin-bottom: 25px;
  }

  .question-answer .qa-sec h4 button {
    font-size: 16px;
  }

  .question-answer {
    padding: 50px 0;
  }

  .testimonial-body:before {
    top: -30%;
    background-size: contain;
  }

  .testimonial-body {
    margin-top: 100px;
  }

  .footer {
    text-align: center;
  }

  .footer .social {
    justify-content: center;
    margin-bottom: 30px;
  }

  .footer-links>ul>li>a {
    justify-content: center;
  }

  .footer-bootom-links {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }

  .top-sec-service .btn-sec,
  .service-one .btn-sec {
    margin-bottom: 35px;
  }

  .service-one {
    padding-top: 300px;
  }

  .service-sec-two .section-title {
    text-align: center;
  }

  .service-sec-two .btn-right {
    justify-content: center;
    margin-bottom: 30px;
  }

  .service-sec-two .service-sec-two-box {
    text-align: center;
  }

  .service-three .section-title {
    width: auto;
    margin-top: 20px;
  }

  .service-three .right-col .rating-sec .rating-col span {
    font-size: 35px;
  }
  
  .m-padding {
    padding: 145px 0 60px;
  }
  
  .sec-four {
    padding-bottom: 0;
  }
  
  .section-title {
    text-align: center !important;
  }
  
  .top-banner .right-col,
  .sec-three .left-col,
  .faqs-sec .left-col .accordion-body,
  .sec-seven .right-col .section-title,
  .sec-seven .right-col .faqs-right-sec .tab-content .tab-desc>p,
  .question-answer .section-title{
    text-align: center;
  }
  
  .top-banner .right-col .btn-sec,
  .sec-three .left-col .counter,
  .sec-seven .right-col .faqs-right-sec .nav-tabs,
  .service-one .btn-sec{
    justify-content: center;
  }
  
  .other-pages {
    text-align: center;
   }
}

@media (max-width: 500px) 
{
    .service-sec-two .service-sec-two-box span 
    {
    margin: auto;
    }
}