﻿/*  = 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-theme-bg);
    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: 1830px) {
  .inner-page .header {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 1730px) {

  .about-sec,
  .working-process-sec,
  .faq-sec,
  .contact-sec {
    padding: 0 15px;
  }

  .container-lg {
    padding: 0 15px;
  }

  .header-bottom {
    padding: 0;
  }

  .footer {
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

}

@media (max-width: 1599px) {

  .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;
  }
}

@media (max-width: 1399px) {

  .container {
    padding: 0 15px;
  }

  .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 {
    font-size: 70px;
    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 {
    max-width: 74px;
    margin-inline-start: 10px;
  }

  .about-left-bottom {
    margin-top: -60px;
  }

  .award-wrap {
    height: 158px;
    width: 158px;
  }

  .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;
  }
}

@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;
  }

  .common-sec {
    padding-block: 100px 100px;
  }

  .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;
  }
}

@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;
    padding-bottom: 30px;
  }



  .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;
  }

  .hero-slider .slider_navigation {
    margin-top: -90px;
    position: relative;
    top: inherit !important;
    left: inherit;
    right: inherit;
    bottom: inherit;
  }

  .common-sec {
    padding-block: 70px 70px;
  }

  .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;
  }

  .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;
  }

  .site_logo .logo {
    max-width: 160px;
  }

  /* From slider.css */
  .slider_socials {
    display: none;
  }

  .features-section .features_wrap {
    margin-top: 0;
  }

  .features_wrap {
    padding: 15px 0 0 0;
    gap: 15px;
  }

  .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: 450px;
  }

  .price_switcher {
    margin-top: 15px;
  }
}

@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;
  }

  .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 .slier_content_wrapper {
    min-height: 700px;
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .slider_item .slider_content {
    max-width: 425px;
    margin-inline-start: 0;
  }

  .slider_item .slider_content .title {
    font-size: 56px;
  }

  .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;
  }

}

@media (max-width: 575px) {

  /* 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%;
  }



  .about-sec .award-wrap {
    display: none;
  }

  .sec-title {
    font-size: 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: -50px;
  }

  .process-border {
    inset-inline-start: 50%;
    top: -55px;
  }

  .process-wrap {
    max-width: 100%;
    margin-top: 85px;
    gap: 120px;
  }

  .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;
  }

  .slider_item .slider_content .title {
    font-size: 46px;
  }

  .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;
  }

  .primary-btn .btn-icon {
    height: 36px;
    width: 36px;
  }

  .primary-btn .btn-icon::before {
    width: 36px;
  }
}

@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;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {

  /* From slider.css */
  .slider_item .slider_content {
    max-width: 575px;
  }

  .slider_item .slider_content .title {
    font-size: 80px;
  }

  /* 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;
  }

  .slider_item .slider_content .title {
    font-size: 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: 800px;
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .slider_item .slider_content {
    max-width: 450px;
  }

  .slider_item .slider_content .title {
    font-size: 60px;
  }

  .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;
  }

  .slider_item .slier_content_wrapper {
    min-height: 100vh;
    padding-top: 130px;
    padding-bottom: 130px;
  }

}

@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: 992px) {

  .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% - 108px);
  }

}

@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: 38.5%;
    padding: 24px 20px;
  }

}

@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 {
    max-width: 74px;
    margin-inline-start: 0;
    padding: 20px 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 .signature {
    max-width: 74px;
    margin-inline-start: 0;
    padding: 20px 0;
  }

  .contact-form {
    padding: 35px 20px 40px 20px;
  }

}

@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;
  }

}