﻿/*  = only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) */
/*  =  media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) { */

@media (min-width: 1200px) {

  .main-nav ul li ul {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 230px;
    border-radius: 10px;
    padding: 10px 0;
    background-color: var(--color-common-white);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
    border: 1px solid var(--color-border-1);
    opacity: 0;
    visibility: hidden;
    transform: scaleY(0);
    transform-origin: top;
    transition: all 0.3s ease;
    z-index: 99;
    white-space: nowrap;
  }

  .main-nav ul li:hover>ul {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
  }

}

@media (max-width: 1880px) {

  .header-bottom.sticky .container-lg,
  .inner-page .header {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-lg {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 1730px) {


  .container-lg {
    padding: 0 15px;
  }

  .header-bottom {
    padding: 0;
  }

  .bottom-footer {
    padding: 0 30px;
  }
}

@media (max-width: 1599px) {
  .slider_item .slider_content .title {
    font-size: 65px;
  }

  .slider_item .slider_content {
    max-width: 650px;
  }

  .hero-slider .slider_navigation {
    margin-inline-start: 70px;
  }

  .hero-slider .slider_navigation {
    bottom: inherit;
    top: calc(100% - 120px);
  }

  .technology-sec {
    padding-left: 15px;
    padding-right: 15px;
  }

  .site_logo {
    padding: 10px 0;
    padding-right: 10px;
  }

  .main-nav>ul>li>a {
    padding: 20px 15px 20px 0;
  }

  .team-wrapper {
    gap: 10px;
  }

  .team-item .team-content {
    padding: 10px 0;
  }

  .team-item .title {
    font-size: 20px;
  }
}

@media (max-width: 1499px) {
  .site_logo a {
    height: 60px;
  }

  .slider_item .slider_content .title {
    font-size: 52px;
  }

  .main-nav>ul>li>a {
    font-size: 14px;
  }

  .hero-slider-section .features-section .container {
    padding-right: 30px !important;
  }

}

@media (max-width: 1399px) {
  .slider_item .slier_content_wrapper {
    padding-top: 100px;

  }

  .about-facts .fact-item {
    max-width: 160px;
  }

  .about-facts {
    gap: 30px;
  }

  .team-item .social-links ul {
    margin: 0;
    padding: 0;
  }

  .about-facts .fact-item:not(:last-child)::after {
    inset-inline-end: -15px;
  }

  .about-sec .row {
    align-items: center;
  }

  .about-content p {
    margin-bottom: 16px;
  }

  .about-content p {
    margin-bottom: 16px;
  }

  .small-blog-item {
    padding: 15px;
  }

  .container {
    padding: 0 30px;
  }

  .about-sec .container {
    max-width: 1140px;
  }

  .sec-title {
    font-size: 44px;
  }

  .about-content {
    padding: 40px 35px;
  }

  .about-facts .inline-content {
    font-size: 54px;
  }

  .inline-content {
    margin-bottom: 10px;
  }

  .author-area {
    max-width: 58.8%;
    padding: 0 15px;
  }

  .author-area .author-info {
    max-width: 200px;
    padding: 24px 15px 24px 0;
  }

  .author-area .author-img {
    width: 55px;
    height: 55px;
  }

  .author-area .author-text .author-name {
    font-size: 18px;
  }

  .author-area .signature {
    padding: 44px 0;
    margin-inline-start: 10px;
  }

  .about-left-bottom {
    margin-top: -60px;
  }


  .footer .foot-end .container-lg {
    padding-left: 15px;
    padding-right: 15px;
  }

  .top-footer .sec-title {
    font-size: 62px;
  }

  .testimonial_item_2 {
    max-width: 940px;
  }

  .testimonial_item_2 .testimonial_content .desc,
  .testimonial_item_2 .testimonial_content p {
    font-size: 20px;
  }

  .choose-box .title {
    font-size: 22px;
  }

  h1 {
    font-size: 60px;
  }

  .blog-meta {

    margin-bottom: 15px;
  }

  .cta {
    padding: 0 30px;
  }

  .specialty-clinics .row {
    --bs-gutter-x: 20px;
  }

  .team-item .social-links {
    padding: 8px;
  }

  .team-item .social-links .share-icon {
    right: 5px;
    bottom: 8px;
  }

  .testimonial-box {
    padding: 30px 20px;
  }

  .testimonial-avatar img {
    height: 60px;
    width: 60px;
  }

  .testimonial-content p {
    font-size: 16px;
  }

  .testimonial-wrapper {
    max-height: 600px;
  }

  .testimonial-wrapper::before,
  .testimonial-wrapper::after {
    height: 150px;
  }

  .main-nav>ul>li>a {
    padding: 15px 8px 15px 0;
  }

  .site_logo a {
    height: 54px;
  }

  .main-nav>ul>li:has(ul)>a::after {

    height: 7px;
    width: 10px;
  }

  .header-action {
    gap: 10px;
  }

  .feature_item {
    max-width: 430px;
    padding: 20px;
  }

  .feature_item .feature_content .title {
    font-size: 20px;
  }

}

@media (max-width: 1299px) {
  .team-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }

  .appointment-content .contact-number {
    letter-spacing: 0em !important;
  }

  .appointment-grid {
    padding: 30px;
  }

  .appointment-icon i {
    font-size: 28px;
  }

  .appointment-icon {
    height: 55px;
    width: 55px;
  }

  .site_logo a {
    height: 45px;
  }

  .main-nav>ul>li>a {
    gap: 3px;
  }

  .bottom-footer .container {
    padding: 30px;
  }

  .back-to-top-btn-show {
    right: 30px;
  }

  .footer-socials {
    gap: 25px;
  }

  .appointment-section {
    padding: 40px 0;
  }

  .main-footer {
    padding: 0px 0 40px;
  }

  .quote-text {
    font-size: 20px;
  }

  .appointment-item {
    padding: 0;
  }

  .footer-socials a {
    font-size: 20px;
  }

  .quote-text::before,
  .quote-text::after {
    top: 0;
  }

  .footer-links li {
    margin-bottom: 8px;
  }

  .footer-logo {
    margin-bottom: 20px;
  }

  .footer-title {
    margin-bottom: 25px;
  }

  .featured-blog-item .blog-thumb {
    height: 350px !important;
  }

  .slider_item .slider_content .title {
    font-size: 46px;
  }

  .author-area .signature {
    max-width: 100px;
  }

  .common-sec {
    padding-block: 70px 70px;
  }

  .footer-quote {
    padding: 20px 0 30px;
  }
}

@media (max-width: 1199px) {

  /* Headings */
  h1 {
    font-size: 50px;
  }



  /* FAQ Section */
  .accordion_item {
    padding: 0 20px;
  }

  .accordion_title {
    padding: 20px 45px 20px 0;
  }

  .accordion_title::after {
    top: 17px;
  }

  .accordion_content {
    padding: 20px 0;
  }


  .accordion_2 .accordion_title {
    padding: 20px 55px 20px 20px;
  }

  .accordion_2 .accordion_title::after {
    inset-inline-end: 20px;
  }

  .accordion_2 .accordion_content {
    padding: 20px;
  }

  .slider_socials {
    left: 15px;
  }

  .header-bottom .main-nav {
    display: none;
  }


  .our-client-sec .sec-head {
    margin-bottom: 50px;
  }

  .top-footer .container {
    padding: 40px 30px;
  }


  .sec-title {
    font-size: 40px;
  }

  .top-footer .sec-title {
    font-size: 56px;
  }

  /* From slider.css */
  .hero-slider .slider_navigation {
    top: calc(100% - 90px);
    margin-left: 0;
  }

  .hero-slider .slider_navigation .slider-prev,
  .hero-slider .slider_navigation .slider-next {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }

  .testimonial-section {
    padding-top: 340px;
    padding-bottom: 100px;
  }

  .testimonial-section-4 {
    padding-top: 100px;
  }

  .testimonial-wrapper .testimonial-item .desc {
    font-size: 20px;
  }

  .testimonial-wrapper .testimonial-item {
    padding: 35px 25px;
  }

  .choose-box {
    padding: 38px 20px;
  }

  .hero-slider .slider_navigation {
    margin-top: -90px;
    position: relative;
    top: inherit !important;
    left: inherit;
    right: inherit;
    bottom: inherit;
  }

  .hero-slider-section .features-section .container {
    padding: 0 30px !important;
  }



  .feature_item {
    max-width: 100%;
  }

  .features_wrap {
    flex-wrap: nowrap;
    padding-left: 0;
    padding-right: 0;
  }

  .about-content::before {
    background-color: #025EC112;
  }

  .team-wrapper {
    gap: 20px;
  }

  .process-wrap {
    max-width: 400px;
  }

  .small-blog-item .blog-thumb {
    width: 150px;
  }

  .small-blog-item .blog-content .title {
    font-size: 18px;
  }

  .blog-meta {
    margin-bottom: 10px;
  }

  .featured-blog-item .blog-content .title {
    font-size: 22px !important;
  }

  .banner-content .btn {
    margin-top: 20px;
  }

  .banner-content p {
    font-size: 16px;
  }
}

@media (max-width: 991px) {

  /* Hero Section */
  .hero-sec {
    padding-top: 160px;
    border-radius: 12px;
  }

  .banner-content .banner-title {
    font-size: 60px;
  }

  .banner-img-area .banner-img {
    mask-image: none;
  }

  /* Headings */
  h1 {
    font-size: 45px;
  }

  h2 {
    font-size: 40px;
  }

  .banner-scroll {
    display: none;
  }

  .banner-content .list-area {
    margin-top: 25px;
    margin-bottom: 40px;
  }


  .author-area {
    max-width: calc(100% - 240px);
  }

  .author-area .author-img {
    width: 65px;
    height: 65px;
  }

  .author-area .author-info {
    max-width: 215px;
  }

  .author-area .signature {
    max-width: 94px;
    margin-inline-start: 15px;
  }


  /* FAQ Section */


  .accordion_title::after {
    top: 16px;
  }

  .accordion_2 .accordion_title {
    padding: 20px 60px 20px 20px;
  }

  /* Extracted from style.css */
  .hero-slider-section .features-section {
    margin-top: 0;

  }



  .project-section {
    border-radius: 12px;
  }

  .project-wrapper {
    gap: 20px 15px;
  }

  .project-item {
    flex: 1;
    height: 500px;
    min-width: 0;
  }

  .project-item.active {
    flex: 2.5;
  }

  .project-item .project-content {
    left: 15px;
    padding: 15px;
    width: calc(100% - 30px);
  }

  .project-item.active .project-content {
    bottom: 15px;
  }

  .project-more {
    margin-top: 30px;
  }




  .our-client-sec .sec-head {
    margin-bottom: 40px;
  }

  .client-item {
    padding-right: 20px;
  }

  .about-sec .container {
    max-width: 645px;
  }

  .about-sec .container .row {
    flex-direction: column-reverse;
    gap: 30px;
  }

  .about-sec .award-wrap {
    right: 15px;
    bottom: 15px;
  }

  .award-wrap .text-wrap {
    height: 135px;
    width: 135px;
  }

  .our-service-sec .container>.d-flex {
    display: block !important;
    margin-bottom: 35px;
  }

  .working-process-sec .row {
    gap: 40px;
  }

  .faq-sec .row {
    gap: 40px;
  }

  .sec-title {
    font-size: 36px;
    margin-bottom: 15px;
  }

  .blog-sec .container .row {
    --bs-gutter-y: 30px
  }

  .blog-sec .container .row:first-child {
    --bs-gutter-y: 0
  }

  .footer-title {
    margin-bottom: 18px;
  }

  .footer-main {
    padding-top: 70px;
    padding-bottom: 60px;
  }

  .top-footer .container {
    padding: 30px 20px;
  }

  .top-foot-right {
    max-width: 100%;
    margin-left: 0;
  }

  .desktop-only {
    display: none;
  }

  .contact-header {
    margin-bottom: 20px;
  }

  .contact-info-grid {
    flex-wrap: wrap;
    gap: 20px;
  }

  .contact-infowrap {
    border: 0;
  }

  .site_logo {
    padding: 12px 0;
  }



  /* From slider.css */
  .slider_socials {
    display: none;
  }

  .features-section .features_wrap {
    margin-top: 0;
  }

  .features_wrap {
    padding: 15px 0 0 0;
    gap: 15px;
    flex-wrap: wrap;
  }

  .features_wrap .feature_item {
    max-width: calc(50% - 8px);
  }

  .testimonial-section {
    padding-top: 280px;
    padding-bottom: 70px;
    border-radius: 12px;
  }

  .testimonial-section-4 {
    padding-top: 70px;
  }

  .testimonial-wrapper .testimonial-item .desc {
    font-size: 18px;
  }

  .testimonial-wrapper .testimonial-item {
    padding: 30px 20px;
  }

  .choose-box .choose-icon {
    margin-bottom: 20px;
  }

  .service-item-2 .service-icon {
    margin-bottom: 20px;
  }

  .pricing_items_wrap {
    margin-top: 30px;
  }

  .pricing-sec .sec-heading {
    max-width: 500px;
  }

  .price_switcher {
    margin-top: 15px;
  }

  /*  */
  .experience-area {
    max-width: 260px;
  }

  .author-area {

    height: 140px;
  }

  .about-content::before {
    background-color: rgba(2, 94, 193, 0.71);
  }

  .award-wrap {
    height: 150px;
    width: 150px;
  }

  .award-wrap .text-wrap {
    height: 120px;
    width: 120px;
  }

  .container,
  .container-lg {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .about-left-bottom {
    margin-top: -75px;
  }

  .us-card .box {
    padding: 20px 15px;
    gap: 10px;
  }

  .hero-slider-section .features-section .container {
    padding: 0 15px !important;
  }

  .slider-wrapper::before,
  .slider-wrapper::after {
    width: 150px;
  }

  .clinic-title {
    font-size: 24px;
  }

  .clinic-pane-inner {
    display: block;
  }

  .mb-40 {
    margin-bottom: 30px;
  }

  .button-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    flex-wrap: wrap;
  }

  .bottom-footer {
    padding: 0 15px;
  }

  .testimonial-avatar img {
    height: 44px;
    width: 44px;
  }

  .testimonial-box {
    padding: 15px 10px;
    gap: 5px;
  }

  .testimonial-content p {
    font-size: 13px;
  }

  .testimonial-scroll,
  .testimonial-scroll-wrapper,
  .testimonial-wrapper {
    gap: 10px;
  }

  .star-icon {
    height: 15px;
    width: 15px;
  }

  .testimonial-name {
    font-size: 16px;
  }

  .testimonial-role {
    font-size: 12px;
  }

  .testimonial-avatar::after {
    height: 30px;
    width: 30px;
  }

  .process-content .title {
    letter-spacing: .02em;
    font-size: 18px;
  }

  .process-content .desc {
    font-size: 14px;
  }

  .appointment-item {
    flex-direction: column;
    text-align: center;
  }

  .appointment-grid {
    padding: 15px 10px;
  }

  .appointment-content .contact-number {
    font-size: 14px;
    letter-spacing: .2em;
  }

  .footer-links {
    order: 3;
  }

  .footer-links::before {
    display: none;
  }

  .footer-column {
    position: relative;
  }

  .footer-brand-column::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 100%;
    background-color: rgb(0, 0, 0, 0.1);
    right: -25px;
  }

  .footer-links::after {
    right: -25px;
  }

  .footer-bottom-content {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .footer-description {
    margin-bottom: 15px;
  }

  .footer-quote {
    padding-left: 15px;
    padding-right: 15px;
  }

  .quote-text {
    padding-left: 25px;
    padding-right: 25px;
    max-width: 450px;
    line-height: 1.5;
  }

  .quote-text::before,
  .quote-text::after {
    left: 0;
  }

  .quote-text::after {
    right: 0;
    left: inherit;
  }

  .bottom-footer .container {
    padding: 15px;
  }

  .team-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }

  .sec-sm-title {
    font-size: 26px
  }

  .cta {
    padding: 0 15px;
  }

  .back-to-top-btn-show {
    right: 15px;
  }

  .breadcrumb-list {
    justify-content: center;
    text-align: center;
  }

  .banner-sec.inner-banner {
    background-size: cover;
    text-align: center;
  }

  .banner-sec.inner-banner .banner-content {
    text-align: center;
    margin: 0 auto;
    max-width: 100%;
  }

  .main-about-section .top-con {
    max-width: 100%;
    margin-top: 30px;
  }
}

@media (max-width: 767px) {

  /* Headings */

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 22px;
  }

  .author-area {
    max-width: calc(100% - 240px);
  }

  .author-area .author-text .author-name {
    font-size: 18px;
  }


  .process-item-2.active .process-content {
    margin-left: 0;
  }

  /* Extracted from style.css */
  .project-wrapper {
    flex-wrap: wrap;
  }

  .project-item {
    width: 100%;
    flex: none !important;
    /* Disable flex ratios when stacked */
    height: 450px;
  }

  .project-item .project-content {
    opacity: 1;
    bottom: 15px;
    width: calc(100% - 30px);
  }

  .hero-slider-section .features-section {
    padding-bottom: 0;
  }

  .author-area .author-img {
    width: 55px;
    height: 55px;
  }

  .about-facts {
    flex-direction: column;
    gap: 15px;
  }

  .about-facts .fact-item {
    width: 100%;
    max-width: 100%;
  }

  .about-facts .fact-item:not(:first-child) {
    padding: 15px 0px 0px 0px;
    border-top: 1px solid #282926;
  }

  .about-facts .fact-item:not(:last-child)::after {
    display: none;
  }

  .accordion_2 .accordion_title {
    font-size: 18px;
  }

  .sec-title {
    font-size: 32px;
  }

  .sec-title br {
    display: none;
  }

  .mb-50 {
    margin-bottom: 30px;
  }

  .btm-footer .container {
    flex-direction: column;
    gap: 40px;
  }

  .btm-footer .container .footer-col {
    max-width: 100%;
  }

  .top-footer .sec-title {
    font-size: 44px;
  }

  .newsletter-form .emailInput {
    padding-right: 150px;
  }

  .footer .foot-end .container {
    gap: 10px;
  }

  .slider_item .slider-bg {
    background-position: 60%;
  }


  .slider_item .slider_content {
    max-width: 425px;
    margin-inline-start: 0;
  }



  .slider_item .slider_content .desc {
    font-size: 16px;
  }

  .features_wrap {
    padding: 15px 0 0 0;
    gap: 15px;
  }

  .features_wrap .feature_item {
    max-width: 100%;
  }

  .slider-next,
  .slider-prev {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }

  .swiper-pagination-area {
    margin-top: 30px;
  }

  /* From modules.css */
  body.hamburger-opened .hamburger-area {
    right: 0;
  }

  .hamburger-area {
    top: 0;
    height: 100%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .integration_item {
    width: 190px;
    height: 65px;
    padding: 10px 25px;
  }

  .footer .foot-end .container {
    flex-direction: column-reverse;
  }

  .contact-header .primary-btn,
  .faq-sec .primary-btn {
    margin-top: 15px;
    margin-bottom: 30px;
  }

  .choose-box {
    padding: 30px 15px;
  }

  .choose-box .title {
    font-size: 20px;
    max-width: 100%;
    margin-bottom: 15px;
  }

  .footer-brand-column,
  .contact-info-column,
  .footer-links {
    max-width: 100%;
  }

  .footer-links {
    display: none;
  }

  .slider_item .slier_content_wrapper {
    padding-bottom: 100px;
    min-height: 500px;
  }

  .about-content::before {
    background-color: #025EC112;
  }

  .author-area {
    height: inherit;
  }

  .author-area .author-info {
    padding: 0 !important;
  }

  .author-area .signature {
    padding: 20px !important;
  }

  .author-area .signature img {
    max-width: 80%;
    margin: 0 auto;
    height: 50px;
  }

  .experience-area {
    max-width: 330px;
  }

  .about-facts .fact-item p {
    margin-bottom: 0;
  }

  .team-wrapper {
    gap: 10px;
  }

  .team-item .title {
    font-size: 16px;
  }

  .inline-content {
    font-size: 40px;
  }

  .countup-item p {
    font-size: 14px;
  }

  .about-left-bottom {
    align-items: inherit;
  }

  .reel-card .top-icon img {
    height: 35px;
    width: auto;
    object-fit: contain;
  }

  .reel-card .top-icon {
    top: 10px;
    left: 10px;
  }

  .common-sec {
    padding-block: 50px 50px;
  }

  .appointment-grid {
    flex-wrap: wrap;
  }

  .appointment-item {
    flex-direction: row;
    flex: 1 1 calc(50% - 16px);
    text-align: start;
  }

  .appointment-item:last-child {
    flex: 1 1 100%;
  }

  .footer-logo img {
    max-width: 140px;
  }

  .banner-content p {
    font-size: 14px;
  }

  .banner-content .btn {
    margin-top: 10px;
  }

  .ecommerce-details-sec .blog-item .blog-content p {
    font-size: 14px;
  }

  .ecommerce-details-sec .blog-item {
    padding: 15px;
  }

  .ecommerce-details-sec .blog-item .blog-content {
    padding-top: 10px;
  }
}

@media (max-width: 575px) {
  .cards-wrapped {
    flex-wrap: wrap;
    grid-template-columns: 1fr;
  }

  .h3_countup .inline-content {

    font-size: 34px;
    margin-bottom: 20px;
  }

  .h3_countup {
    min-height: auto;
  }

  /* Headings */
  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 25px;
  }

  h4 {
    font-size: 20px;
  }

  .author-area {
    max-width: 100%;
  }

  .author-area .author-img {
    width: 60px;
    height: 60px;
  }

  .author-area .signature {
    max-width: 74px;
  }

  .client-slider::before,
  .client-slider::after {
    width: 100px;
  }

  .about-left-bottom {
    flex-direction: column;
  }

  .author-area {
    flex-direction: unset !important;
    align-items: center !important;
  }

  .author-area .signature {
    margin-left: 15px !important;
  }

  .experience-area {
    max-width: 100%;
  }

  .appointment-item {

    flex: 1 1 100% !important;
  }



  .about-sec .award-wrap {
    display: none;
  }

  .sec-title,
  .journey-stats .stat-number {
    font-size: 28px;
  }

  .working-process-sec .sec-head {
    padding: 0 0 30px;
  }

  .sec-title br {
    display: none;
  }

  .about-sec>.container-lg {
    padding: 0;
  }

  .service-card .service-btn {
    padding: 10px 0 10px 15px;
  }

  .process-step {
    inset-inline-start: 50%;
    top: -40px;
  }

  .process-border {
    inset-inline-start: 50%;
    top: -55px;
  }

  .process-wrap {
    max-width: 100%;
    margin-top: 85px;
    gap: 80px;
  }

  .process-item:hover .process-content {
    margin-left: 0px;
  }

  .small-blog-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .small-blog-item .blog-thumb {
    width: 100%;
    height: 250px;
  }

  .small-blog-item .blog-content,
  .blog-item .blog-content {
    width: 100%;
    padding: 20px 0 0;
  }

  .newsletter-form .primary-btn .btn-text {
    display: none;
  }

  .newsletter-form .primary-btn {
    padding: 4px;
  }

  /* From slider.css */
  .slider_item .slider_content {
    max-width: 360px;
  }



  .feature_item .feature_icon {
    min-width: 60px;
    width: 60px;
    height: 60px;
    font-size: 30px;
  }

  .feature_item .feature_icon svg {
    max-width: 30px;
  }

  .feature_item .feature_content {
    width: calc(100% - 75px);
  }

  .testimonial-wrapper .client-thumb {
    max-width: 220px;
  }

  .testimonial-wrapper .client-thumb .thumb-img {
    width: 70px;
    height: 70px;
  }

  .testimonial_item_2 {
    max-width: 350px;
  }

  .testimonial_item_2 .testimonial_thumb {
    max-width: 100%;
  }

  .testimonial_item_2 .testimonial_content {
    width: 100%;
    padding: 20px 0 5px 0;
  }

  .testimonial_item_2 .testimonial_content .star-ratings {
    margin-bottom: 20px;
  }

  .testimonial_item_2 .testimonial_content .desc,
  .testimonial_item_2 .testimonial_content p {
    font-size: 16px;
  }

  .testimonial_item_3 {
    padding: 36px 15px 35px;
  }

  .testimonial_item_3 .testimonial_content .author_info {
    margin-top: 20px;
  }

  /* From modules.css */
  .hamburger-area {
    width: 320px;
  }

  .hamburger_wrapper {
    padding: 40px 20px;
  }

  .featured-blog-item .blog-content .title {
    font-size: 20px !important;
    line-height: 1.333 !important;
  }

  .technology-sec .container::before {
    width: 280px;
    height: 280px;
    bottom: -245px;
  }

  .integration_item {
    width: 140px;
    height: 55px;
    padding: 10px 20px;
  }

  .newsletter-form .emailInput {
    padding-right: 60px;
  }

  .about-content {
    padding: 30px 15px !important;
  }





  .footer-socials {
    gap: 10px;
  }

  .slider_item .slider_content .title {
    font-size: 32px;
  }

  .hero-slider .slider-prev,
  .hero-slider .slider-next {
    background-color: rgb(255, 255, 255, .4);
  }

  .hero-slider .slider-next:hover,
  .hero-slider .slider-prev:hover {

    color: var(--color-common-white);
    background-color: var(--blue-color);
    border-color: var(--blue-color);
  }

  .footer-logo img {
    max-width: 120px;
  }

  .testimonial-wrapper {
    max-height: 450px;
  }

  .btn-wrap {
    flex-direction: column;
  }

  .blog-item .blog-thumb {
    height: 270px !important;
  }

  .contact-value,
  p {
    font-size: 14px;
  }

  .footer-content {
    gap: 30px;
  }

  .team-wrapper {
    grid-template-columns: repeat(2, 1fr);
    padding-top: 10px;
  }

  .sub-title {
    margin-bottom: 12px;
  }

  .clinic-icon {
    width: 48px;
    height: 48px;
    padding: 5px;
  }

  .clinic-header {
    gap: 10px;
  }
}

@media (max-width: 479px) {

  /* Headings */
  h2 {
    font-size: 30px;
  }

  .author-area .author-info {
    flex-direction: column;
    align-items: start;
    max-width: inherit;
    flex: 1;
  }

  .footer-legal li {
    font-size: 14px;
  }

  .quote-text {
    font-size: 16px;
  }

  .contact-item {
    gap: 10px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {

  /* From slider.css */
  .slider_item .slider_content {
    max-width: 575px;
  }



  /* Commented in slider.css */
  /* 
    .testimonial_item_2 {
        max-width: 940px;
    }

    .testimonial_item_2 .testimonial_content .desc,
    .testimonial_item_2 .testimonial_content p {
        font-size: 20px;
    }
    */

  .service-card .service-inner {
    padding: 40px 25px 50px;
  }

}

@media (min-width: 992px) and (max-width: 1199px) {

  /* From slider.css */
  .slider_item .slier_content_wrapper {
    min-height: 100vh;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .slider_item .slider_content {
    max-width: 500px;
    margin-inline-start: 70px;
  }



  .testimonial_item_3 .testimonial_content .author_info {
    margin-top: 20px;
  }

  /* Commented in slider.css */
  /* 
    .testimonial_item_2 {
        max-width: 850px;
    }

    .testimonial_item_2 .testimonial_thumb {
        max-width: 330px;
    }

    .testimonial_item_2 .testimonial_content {
        width: calc(100% - 330px);
    }

    .testimonial_item_2 .testimonial_content .star-ratings {
        margin-bottom: 30px;
    }

    .testimonial_item_2 .testimonial_content .desc,
    .testimonial_item_2 .testimonial_content p {
        font-size: 20px;
    }

    .testimonial_item_2 .testimonial_content .author_info {
        margin-top: 25px;
        padding-top: 25px;
    }
    */


}

@media (min-width: 768px) and (max-width: 991px) {

  .slider_item .slier_content_wrapper {
    min-height: 700px;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .slider_item .slider_content {
    max-width: 450px;
  }



  .slider_item .slider_content .desc {
    font-size: 16px;
  }

  .testimonial_item_3 .testimonial_content .author_info {
    margin-top: 20px;
  }

  .swiper-pagination-area {
    margin-top: 40px;
  }

  /* Commented in slider.css */
  /* 
    .testimonial_item_2 {
        max-width: 650px;
    }

    .testimonial_item_2 .testimonial_thumb {
        max-width: 230px;
    }

    .testimonial_item_2 .testimonial_content {
        width: calc(100% - 230px);
        padding: 5px 5px 5px 20px;
    }

    .testimonial_item_2 .testimonial_content .star-ratings {
        margin-bottom: 20px;
    }

    .testimonial_item_2 .testimonial_content .desc,
    .testimonial_item_2 .testimonial_content p {
        font-size: 16px;
    }

    .testimonial_item_2 .testimonial_content .author_info {
        margin-top: 20px;
        padding-top: 20px;
    }
    */

}

@media (min-width: 576px) and (max-width: 767px) {

  /* From slider.css */
  .testimonial_item_3 .testimonial_content .author_info {
    margin-top: 20px;
  }

  /* Commented in slider.css */
  /* 
    .testimonial_item_2 {
        max-width: 500px;
    }

    .testimonial_item_2 .testimonial_thumb {
        max-width: 230px;
    }

    .testimonial_item_2 .testimonial_content {
        width: calc(100% - 230px);
        padding: 5px 5px 5px 20px;
    }

    .testimonial_item_2 .testimonial_content .star-ratings {
        margin-bottom: 20px;
    }

    .testimonial_item_2 .testimonial_content .desc,
    .testimonial_item_2 .testimonial_content p {
        font-size: 16px;
    }

    .testimonial_item_2 .testimonial_content .author_info {
        margin-top: 20px;
        padding-top: 20px;
    }
    */

}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {

  .slider_item .slider_content {
    margin-inline-start: 70px;
  }

}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {

  .slider_socials {
    top: 50%;
  }

}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {

  .slider_socials {
    top: 50%;
    left: 20px;
  }

  .client-slider::before,
  .client-slider::after {
    width: 300px;
  }

}

@media (min-width: 1200px) {

  .hero-slider-section .features-section {
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 100%;
  }

  .hero-slider .slider_navigation {
    position: absolute;
  }

}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 575px) {

  h4 {
    font-size: 20px;
  }

  .client-logo {
    width: 180px;
    height: 85px;
    padding: 15px;
  }

}



@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {

  .client-slider::before,
  .client-slider::after {
    width: 200px;
  }

  .process-wrap {
    max-width: calc(100% - 80px);
  }

}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {

  .client-logo {
    width: 230px;
    height: 100px;
    padding: 15px;
  }

}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {

  .experience-area {
    max-width: 42%;
    padding: 24px 15px;
  }

  .experience-area p {
    font-size: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 576px) and (max-width: 767px) {

  .author-area .author-info {
    max-width: 100%;
    padding: 20px 0;
    border-right: 0;
    border-bottom: 1px solid var(--color-border-1);
  }

  .author-area .signature {

    margin-inline-start: 0;
    padding: 44px 0;
  }

}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {

  .about-sec .award-wrap {
    height: 120px;
    width: 120px;
    bottom: 12px;
    right: 12px;
  }

  .award-wrap .text-wrap {
    height: calc(100% - 15px);
    width: calc(100% - 15px);
  }

  .award-wrap .iconWrap {
    height: 50px;
    width: 50px;
    font-size: 26px;
  }

  .about-content {
    padding: 40px 30px;
  }

  .about-content::before,
  .about-img {
    mask-image: none;
  }

  .about-img img {
    border-radius: 12px;

  }

  .about-left-bottom {
    margin-top: 15px;
  }

  .author-area {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: start;
  }

  .author-area .author-text {
    padding: 25px 0;
    text-align: center;
  }

  .author-area .signature {

    margin-inline-start: 0;
    padding: 30px 0;
    width: 100%;
    max-width: 100%;
  }

  .author-area .signature::before {
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0) 100%);

  }

  .contact-form {
    padding: 35px 20px 40px 20px;
  }

  .clinic-sidebar {
    background: rgba(255, 255, 255) !important;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 15px 0 35px rgba(0, 0, 0, 0.08);
    padding: 30px 20px;
  }

  .custom-nav-tabs .nav-link {

    padding: 12px 16px;
    height: 50px;
    font-size: 15px;
    margin-bottom: 5px;
    border-radius: 10px;
  }



  .custom-nav-tabs .nav-link .tab-num {
    left: 10px;
  }

  .custom-nav-tabs .nav-link.active .tab-text,
  .custom-nav-tabs .nav-link:hover .tab-text {
    transform: translateX(30px);
  }

}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {

  .service-card .service-content {
    padding-bottom: 70px;
  }

}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 575px) {

  .service-card .service-count {
    font-size: 100px;
    left: 20px;
    bottom: -25px;
  }

  .service-card .service-inner {
    padding: 30px 20px 50px 20px;
  }

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .service-card .service-title {
    font-size: 20px;
  }

}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {

  .service-card .service-icon {
    width: 80px;
    height: 80px;
    font-size: 38px;
  }

  .video_btn {
    width: 70px;
    height: 70px;
  }

}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {

  .tj_accordion_2 .accordion_content {
    padding: 20px;
  }

}

@media only screen and (min-width: 576px) and (max-width: 767px) {

  .testimonial_item_2 .testimonial_thumb {
    max-width: 230px;
  }

  .testimonial_item_2 .testimonial_content {
    width: calc(100% - 230px);
    padding: 5px 5px 5px 20px;
  }

  .testimonial_item_2 .testimonial_content p {
    font-size: 16px;
  }

  .testimonial_item_2 {
    max-width: 500px;
  }

}

@media (max-width: 1199px) and (min-width: 768px) {

  .btm-footer .container .footer-col {
    max-width: 48%;
    width: 100%;
  }

  .btm-footer .container {
    flex-wrap: wrap;
    gap: 40px 20px;
  }

}



@media (max-width: 575px) {
  .hamburger-area {
    width: 100%;
    right: -100%;
    top: 0;
    height: 100%;
    border-radius: 0;
  }

  body.hamburger-opened .hamburger-area {
    right: 0;
  }

  .working-process-bg {
    background-position: 43%;
  }
}

@media (max-width: 767px) {
  .primary-btn {
    font-size: 14px;
    padding: 6px 20px 6px 6px;
  }

  .primary-btn .btn-icon {
    width: 28px;
    height: 28px;
    font-size: 16px;
  }

  .primary-btn .btn-icon::before {
    width: 28px;
    height: 28px;
    top: 50%;
    transform: translateY(-50%);
    left: 6px;
  }

  .cta .container::before {

    height: 100%;
    width: 100%;
    left: 0%;
    top: 0;

    background-size: 170%;
    transform: rotate(60deg);

  }

  .slider-wrapper {
    overflow: visible;
  }

  .slider-wrapper::before {
    width: 50px;
    left: -2px;
  }

  .slider-wrapper::after {
    width: 50px;
    right: -2px;
  }

  .video-reel-nav {
    display: none;
  }

  .video-reel-pagination {
    position: relative !important;
    bottom: 0 !important;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 10px;
  }

  .video-reel-pagination .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    background-color: var(--blue-color) !important;
    border-radius: 100px !important;
    opacity: 0.3 !important;
    transition: all 0.3s ease !important;
    margin: 0 !important;
  }

  .video-reel-pagination .swiper-pagination-bullet-active {
    width: 25px !important;
    opacity: 1 !important;
  }
}