@media (min-width: 1201px) {
  .main_menu {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  .mean-expand {
    display: none !important;
  }

  header .top-header {
    padding: 0 40px;
  }

  .main_menu>ul>li>a {
    padding-top: 22px;
    padding-bottom: 21px;
  }

  .main_menu>ul>li>a {
    color: #fff;
    position: relative;
    z-index: 1;
    transition: color 0.3s ease;
    overflow: hidden;
  }

  .main_menu>ul>li>a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, #ee3124 0%, #d92632 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
    min-width: 115px;
  }

  .main_menu>ul>li.current-menu-item>a::before,
  .main_menu>ul>li:hover>a::before {
    opacity: 1;
  }
}

@media (min-width: 1200px) {
  .container {
    margin: 0 auto;
    max-width: 1224px;
  }

  .mean-nav {
    display: none !important;
  }

  body.fixnav header {
    border-radius: 64px;
    right: 40px;
    left: 40px;
    transform: translateY(29px);
    width: calc(100% - 80px);
    box-shadow: 0px 2px 20px 0px #8b8b8b40;
  }
}

@media (min-width: 992px) {

  .post-list-sec .slick-next,
  .post-list-sec .slick-prev {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .details-sec .details-wrp .bottom-wrp .middle-wrp {
    max-width: calc(100% - (127px + 127px));
  }

  .details-sec .details-wrp .bottom-wrp .left-wrp {
    max-width: 127px;
    width: 100%;
  }

  .details-sec .details-wrp .bottom-wrp {
    position: relative;
  }

  .details-sec .details-wrp .bottom-wrp .left-wrp img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    max-width: 175px;
    height: 100%;
  }

  .details-sec .details-wrp .feature-list {
    padding-left: 40px;
  }
}

/* @media (min-width: 992px) {
   body.has-sidebar{
	  overflow-x: visible;
  }
  .sidebar-wrp {
    position: sticky;
    top: 169px;
    height: 100%;
  }
  body.has-sidebar .details-sec::before,body.has-sidebar .cta::before,body.has-sidebar .single-hero:before,body.has-sidebar .single-page-content + .data-list-section:before,body.has-sidebar .about-campaigns::before {
    right: 0;
    width: 35%;
    border-radius: 50% 0 0 50%;
  } 
  body.has-sidebar .details-sec.left::before,body.has-sidebar .data-list-section+ .full-width-text:before{
    left: 0;
    width: 35%;
    border-radius: 50% 0 0 50%;
  }
} */

@media (max-width: 1389px) {
  header .middle-wrp .main_menu>ul {
    gap: 15px;
  }
}

@media (max-width: 1350px) {
  header .middle-wrp .main_menu>ul {
    gap: 8px;
  }

  header .right-wrp a {
    min-width: 150px;
  }
}

@media (max-width: 1260px) {
  .customer-reviews .bg-mid {
    top: 68px;
    height: calc(100% - (68px * 2));
  }
}

@media (max-width: 1199px) {
  .container {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .main_menu {
    display: none !important;
  }

  .lines-button {
    display: block;
  }

  .mean-nav {
    width: 100%;
    left: 0;
    top: 100%;
    height: calc(100vh - 65px);
    height: auto;
    overflow: auto;
  }

  .fixnav .mean-nav {
    height: calc(100vh - 104px);
  }

  .mean-bar {
    position: static;
  }

  .lines-button.x2.meanclose .lines:after {
    transform: rotate3d(0, 0, 1, 45deg) !important;
    transform-origin: 50% 50% 0;
  }

  .lines-button.x2.meanclose .lines:before {
    transform: rotate3d(0, 0, 1, -45deg) !important;
    transform-origin: 50% 50% 0;
  }

  .meanclose .lines {
    background: none;
  }

  .lines:before,
  .lines:after,
  .lines {
    width: 30px;
    height: 4px;
    background: var(--Black);
  }

  .lines {
    width: 21px;
  }

  .lines:before {
    width: 25.33px;
  }

  header .navigation .mean-bar ul.firstul {
    display: block;
  }

  .dropdown-toggle::after {
    display: none;
  }

  .lines-button {
    right: 29px;
    top: 8px;
  }

  header .header-wrap {
    position: relative;
  }

  .fixnav .meanclose .lines {
    background: none !important;
  }

  header .header-wrap {
    padding: 12px 20px;
  }

  header .navigation .mean-bar ul.firstul {
    display: flex;
    flex-direction: column;
    height: auto;
  }

  header .navigation .mean-bar ul.firstul {
    padding-bottom: 30px;
    margin-top: 0;
  }

  .mean-nav ul.firstul>li>a:not(.mean-expand) {
    box-shadow: none;
    background: var(--Gray-2);
  }

  body .mean-nav ul.firstul>li:hover>a:not(.mean-expand) {
    background: var(--Red) !important;
    color: #fff !important;
  }

  .mean-nav ul li a.mean-expand {
    background-image: url(../images/down.svg) !important;
    background-size: 13px !important;
    transform: rotate(0deg);
    height: 50px;
    width: 70px;
    top: 5px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    top: 0;
    height: 57px;
  }

  .mean-nav ul.dropdown-menu {
    border: none;
  }

  .mean-nav ul.dropdown-menu li:hover {
    background: #131313 !important;
  }

  body .menu-cntdtl-wrap ul li a,
  body .menu-cntdtl-wrap ul li a:hover {
    padding: 22px 44px 22px 26px;
    min-height: 1px;
  }

  .menu-icon {
    justify-content: center;
    display: flex;
  }

  .mean-nav .sidebar-footer-bottom .menu-cntdtl-wrap ul a {
    min-height: 1px;
  }

  .menu-cntdtl-wrap ul li:first-child {
    padding: 0 15px;
  }

  .mean-nav {
    height: calc(100vh - 80px);
  }

  .mean-nav ul .dropdown-menu {
    position: relative;
    top: 0;
    border-radius: unset;
  }

  body .mean-nav ul.firstul>li:hover>a.mean-expand,
  body .main_menu ul>li:hover>a.mean-expand {
    /*background: var(--wpr-bg-f47d6416-7b7f-4d63-b2fa-3d630a41903b) !important;*/
    box-shadow: none;
    background-color: transparent !important;
    transform: rotate(0deg);
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(250%);
  }

  body .mean-nav ul li a {
    transition: none;
  }

  body .mean-nav ul li a.mean-expand.mean-clicked {
    transform: rotate(180deg) !important;
  }

  header .navigation .mean-bar ul.firstul li a+ul.dropdown-menu li a {
    color: var(--Black);
    background: var(--Gray-2);
    padding: 13px 30px;
  }

  .mean-nav ul .dropdown-menu li:last-child {
    border-bottom: none;
  }

  .mean-nav>ul>li.current_page_item>li.current_page_item>a,
  .mean-nav>ul>li.current-menu-ancestor>ul>li.current-menu-parent>a,
  .mean-nav>ul>li>ul>li>ul>li.current-menu-item>a {
    background: #0093bb;
    color: #fff;
  }

  .mean-nav>ul>li.current_page_item>a:not(.mean-expand),
  .mean-nav>ul>li>ul>li>ul>li.current_page_item>a:not(.mean-expand) {
    background: var(--Red) !important;
    color: #fff !important;
  }

  .mean-nav>ul>li.current_page_item>a.mean-expand {
    box-shadow: none;
    background-color: transparent !important;
    transform: rotate(0deg);
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(250%);
  }

  .mean-nav>ul>li.current-menu-parent>a,
  .mean-nav>ul>li.current-page-parent>a,
  .mean-nav>ul>li>ul>li.current_page_parent>a {
    background-color: var(--Red) !important;
    color: var(--Gray-2) !important;
  }

  .mean-nav>ul>li.current-menu-parent>a.mean-expand,
  .mean-nav>ul>li.current-page-parent>a.mean-expand,
  .mean-nav>ul>li>ul>li.current_page_parent>a.mean-expand {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(250%);
    background-color: transparent !important;
  }

  .mean-nav>ul>li.current-menu-parent>ul>li.current-menu-item>a {
    background-color: var(--Red) !important;
    color: #fff !important;
  }

  .mean-nav {
    width: 100vw;
    left: 50%;
    right: 50%;
    background: var(--Gray-2);
    margin-left: -50vw;
    margin-right: -50vw;
    opacity: 0;
    transition: opacity 0.33s linear;
    pointer-events: none;
  }

  .opennav .mean-nav {
    opacity: 1;
    transition: opacity 0.33s linear;
    pointer-events: auto;
  }

  /*html.opennav, html.opennav body {
        overflow: hidden;
        max-height: 100vh;
    }*/

  body.fixnav header {
    z-index: 99999;
  }

  header .navigation .mean-bar ul.firstul li a {
    min-height: 1px;
    text-align: left;
    padding: 15px 20px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: var(--Black);
  }

  .gform_wrapper.gravity-theme .gfield textarea.medium {
    height: 70px !important;
  }

  .lines-button.x2.meanclose .lines::before {
    width: 24px !important;
  }

  .lines-button.x2.meanclose .lines::after {
    width: 24px !important;
  }

  .mean-nav ul li a:hover,
  header .navigation .mean-bar ul.firstul li a+ul.dropdown-menu li a:hover {
    background-color: var(--Red) !important;
    color: #fff !important;
  }

  .opennav .mean-nav {
    display: block !important;
  }

  .mean-nav ul>li {
    border-top: 1px solid var(--Red);
  }

  .mean-nav ul>li:last-child {
    border-bottom: 1px solid var(--Red);
  }

  .page-not-found {
    padding: 170px 0 200px;
    background-size: 780px;
  }

  /*home page*/
  h1,
  .h1 {
    font-size: 52px;
    line-height: 55px;
  }

  h2,
  .h2 {
    font-size: 46px;
    line-height: 50px;
  }

  h3,
  .h3 {
    font-size: 30px;
  }

  .mean-nav .red-btn.mobile {
    margin: 0 20px 20px;
    display: flex !important;
  }

  header .top-header {
    padding: 15px 20px;
    position: relative;
  }

  header .top-header .right-wrp {
    margin-right: 58px;
  }

  header .logo img {
    max-width: 123.17px;
  }

  .hero-home {
    padding: 70px 0 40px;
  }

  .hero-home h3 {
    font-size: 26px;
  }

  .video-sec {
    padding: 20px 0 30px;
  }

  .logo-slider {
    padding: 40px 0;
  }

  .details-sec {
    padding: 50px 0;
  }

  .details-sec .logo-list-sec {
    padding: 32px 100px 38px;
  }

  .full-width-text .img {
    max-width: 200px;
  }

  .about-us {
    padding: 50px 0 45px;
  }

  .about-us .top-text h2 {
    font-size: 50px;
    line-height: 55px;
  }

  .about-us .top-text img {
    max-height: 57.78px;
  }

  .about-us .content-wrp {
    padding: 25px;
  }

  .about-us .content-wrp h3 {
    font-size: 34px;
  }

  .about-us .content-wrp h4 {
    line-height: 24px;
  }

  .about-us .text-wrp h3 {
    font-size: 22px;
    line-height: 25px;
  }

  .about-us .img-wrp {
    margin-right: 0;
  }

  .testimonial-slider {
    padding: 50px 0;
  }

  .about-campaigns {
    padding: 40px 0 60px;
  }

  .about-campaigns .steps-wrp {
    max-width: 94%;
  }

  .about-campaigns .steps-wrp .steps-in h4 {
    font-size: 25px;
    line-height: 30px;
  }

  .about-campaigns .steps-wrp .steps-in {
    padding: 20px 30px 10px;
    min-height: auto;
  }

  .details-sec.left .details-wrp .bottom-wrp .middle-wrp {
    padding: 30px 40px;
  }

  .details-sec .details-wrp .middle-wrp p.blue-text {
    font-size: 18px;
    line-height: 16px;
    margin-bottom: 12px;
  }

  .customer-reviews {
    padding: 40px 0;
  }

  .customer-reviews .slick-prev,
  .testimonial-slider .slick-prev,
  .customer-reviews .slick-next,
  .testimonial-slider .slick-next {
    top: -40px;
  }

  .customer-reviews .review-item .top-wrp {
    margin-bottom: 30px;
  }

  .customer-reviews .review-item::before,
  .customer-reviews .review-item::after {
    height: 58px;
  }

  .customer-reviews .bg-mid {
    top: 58px;
    height: calc(100% - (57px * 2));
  }

  .customer-reviews .review-item p {
    margin-bottom: 30px;
  }

  .post-list-sec {
    padding: 40px 0;
  }

  .post-list-sec .latest-posts-wrapper {
    column-gap: 25px;
  }

  .post-list-sec .latest-posts-wrapper .single-post-box {
    max-width: calc((100% - (25px * 2)) / 3);
  }

  .our-partners {
    padding: 40px 0 65px;
  }

  .cta {
    padding: 38px 0 80px;
  }

  .cta .cta-wrp h2 {
    font-size: 60px;
    line-height: 65px;
  }

  .cta::after {
    bottom: -50px;
    height: 410px;
  }

  /* iiner page */
  .hero-home .img-wrp {
    height: 37.26vw;
  }

  .inner-hero-section {
    padding-top: 40px;
  }

  .data-list-section {
    padding: 40px 0;
  }

  .data-list-section+.details-sec {
    padding-bottom: 50px;
  }

  .content-with-image-section {
    padding-top: 70px;
  }

  .content-with-image-section .col-md-12>h1 {
    margin-bottom: 70px;
  }

  .content-with-image-section .content-wrp {
    row-gap: 60px;
  }

  .content-with-image-section .cwi-data .cwi-data-cnt h2 {
    font-size: 46px;
    line-height: 50px;
    margin-bottom: 18px;
  }

  .content-with-image-section .cwi-data .cwi-data-cnt p {
    margin-bottom: 25px;
  }

  .single-page-content {
    padding: 6px 0 50px;
  }

  .single-page-content .sidebar-wrp .services-sidebar h3,
  .single-page-content .sidebar-wrp .resources-sidebar h3,
  .single-blog .sidebar-wrp .services-sidebar h3,
  .single-blog .sidebar-wrp .resources-sidebar h3 {
    font-size: 30px;
  }

  .single-page-content .sidebar-wrp .service a,
  .single-page-content .sidebar-wrp .resource a,
  .single-blog .sidebar-wrp .service a,
  .single-blog .sidebar-wrp .resource a {
    padding: 16px 25px 15px 8px;
  }

  .single-page-content .single-video:before,
  .single-blog figure.wp-block-video:before {
    width: 75px;
    height: 75px;
  }

  .single-page-content .contact-wrp h3,
  .single-blog .contact-wrp h3 {
    font-size: 30px;
    line-height: 32px;
  }

  .single-page-content .contact-wrp,
  .single-blog .contact-wrp {
    padding: 25px 45px 25px 36px;
    gap: 30px;
  }

  .single-page-content blockquote,
  .single-blog blockquote {
    padding: 65px 30px 30px;
    margin-bottom: 35px;
  }

  .single-page-content blockquote::before,
  .single-blog blockquote::before {
    top: 18px;
    background-size: 40px;
    width: 40px;
    height: 32px;
  }

  .single-page-content .single-video,
  .single-blog figure.wp-block-video {
    margin-bottom: 36px;
  }

  .single-page-content .page-content img,
  .single-blog .post-cnt img {
    margin-bottom: 40px;
  }

  .data-list-section .dl-datas.dl-three .dl-data {
    padding: 15px;
  }

  .single-blog-banner {
    padding: 130px 0 100px;
  }

  /* intergration */
  .logo-card-section {
    padding: 60px 0 40px;
  }

  .logo-card-section .lc-data .lc-data-in {
    min-height: 220px;
  }

  /* customer */
  .page-intro-section .wrapper {
    width: 100%;
  }

  .customer-stories-section {
    padding: 60px 0;
  }

  .customer-stories-section .cs-data>div .img-fluid {
    min-height: 35.08vw;
  }

  .customer-stories-section .stories-data .cs-data,
  .customer-stories-section .stories-data .cs-data:nth-child(even) {
    column-gap: 20px;
  }

  .customer-stories-section .col-md-12>p {
    margin-bottom: 35px;
  }

  .customer-stories-section .cs-data>div.position-relative a img {
    max-width: 59px;
  }

  .customer-stories-section .cs-data>div.position-relative {
    max-width: 65.41%;
  }

  .customer-stories-section .stories-data .cd-info {
    width: 35.59%;
  }

  .customer-stories-section .cd-info h5 {
    line-height: 32px;
  }

  .contact-intro {
    padding: 75px 0 44px;
  }

  .faq-sec .faq_wrp .faq h5,
  .form-with-content .left-wrp .faq h5 {
    font-size: 22px;
  }

  .form-with-content .right-wrp {
    padding: 42px 25px 39px;
  }

  .blog-list-sec .ftr-post .post-wrp .img-wrp {
    width: 55%;
  }

  .blog-list-sec .ftr-post .post-wrp .cnt-wrp {
    padding-left: 25px;
    width: 45%;
  }

  .blog-list-sec .ftr-post .post-wrp {
    padding-bottom: 35px;
  }

  .filter-wrp {
    padding: 40px 0 24px;
  }

  .filter-wrp .filter-wrp-in {
    gap: 20px;
  }

  .filter-wrp .category-dropdown,
  .filter-wrp .sort-dropdown {
    gap: 14px;
  }

  .filter-wrp .filter-wrp-in h4 {
    font-size: 24px;
    line-height: 28px;
  }

  .blog-list-sec .ftr-post .post-wrp .img-wrp img,
  .posts-row .blog-lists .post-wrp .img-wrp img {
    height: 31.79vw;
  }

  .posts-row .blog-lists .cnt-wrp h3 {
    margin-bottom: 20px;
  }

  /* pricing */
  .pricing_options {
    padding: 60px 0 40px;
  }

  .pricing_options .pricing_wrp .table-header th:nth-child(2),
  .pricing_options .pricing_wrp .table-header th:nth-child(3) {
    padding: 40px 33px;
  }

  .pricing_options .pricing_wrp .table-rows td {
    padding: 20px 30px 22px 28px;
    font-size: 22px;
    line-height: 32px;
  }

  .pricing_options .pricing_wrp .table-header th {
    padding: 38px 55px 30px 35px;
    font-size: 25px;
    line-height: 28px;
  }

  .pricing_options .pricing_wrp .table-header th:first-child {
    font-size: 36px;
    line-height: 46px;
  }

  .pricing_options .pricing_wrp .bottom-wrp p {
    font-size: 28px;
    line-height: 32px;
  }

  .pricing_options .pricing_wrp .bottom-wrp {
    padding: 30px 51px 32px 42px;
  }

  .faq-sec {
    padding: 40px 0;
  }
}

/*1199px end*/

@media (max-width: 991px) {

  h1,
  .h1 {
    font-size: 46px;
    line-height: 50px;
  }

  h2,
  .h2 {
    font-size: 40px;
    line-height: 45px;
  }

  h3,
  .h3 {
    font-size: 28px;
  }

  .modal-dialog {
    max-width: 95%;
  }

  .cms-cnt h1 {
    margin-bottom: 20px;
  }

  .page-not-found {
    padding: 120px 0 120px;
    background-size: 600px;
  }

  .form-sec .form-wrp .gform_wrapper.gravity-theme .gfield.gfield--width-quarter {
    grid-column: span 6;
    -ms-grid-column-span: 6;
  }

  .hero-home .hero-home-wrp {
    margin-top: 0;
  }

  .hero-home {
    padding: 50px 0 40px;
  }

  .hero-home h3 {
    font-size: 24px;
  }

  .details-sec .details-wrp .feature-list {
    row-gap: 28px;
  }

  .details-sec .details-wrp .feature-list p {
    font-size: 18px;
    line-height: 20px;
  }

  .details-sec .details-wrp .bottom-wrp .middle-wrp {
    padding-right: 10px;
    padding-left: 0;
    max-width: calc(100% - (175px + 100px));
  }

  .details-sec .details-wrp .red-btn {
    margin-top: 30px;
  }

  .details-sec .details-wrp .top-wrp h4 {
    font-size: 28px;
  }

  .details-sec .details-wrp .bottom-wrp .right-wrp {
    max-width: 100px;
  }

  .details-sec .details-wrp .bottom-wrp .right-wrp h4 {
    font-size: 22px;
    line-height: 26px;
    max-height: 270px;
  }

  .details-sec .details-wrp .top-wrp {
    padding: 10px 20px 8px;
  }

  .details-sec .logo-list-sec {
    padding: 30px 30px 35px;
  }

  .details-sec .logo-list-sec .logo img {
    max-width: 100px;
  }

  .full-width-text .img {
    max-width: 140px;
  }

  .about-us .content-wrp h3 {
    font-size: 28px;
    line-height: 30px;
  }

  .about-us .text-wrp h3 {
    font-size: 18px;
    line-height: 22px;
  }

  .about-us .content-wrp {
    padding: 25px 15px;
  }

  .about-us .top-text h2 {
    font-size: 40px;
  }

  .about-us .top-text img {
    max-height: 45.78px;
  }

  .logo-banner .logo-list .logo {
    max-width: 120px;
  }

  .testimonial-slider .testi-slider-wrp .slick-slide {
    margin: 0 10px;
  }

  .testimonial-slider .testimonial-item .testimonial-cnt {
    bottom: 25px;
  }

  .testimonial-slider .testimonial-item h5.testimonial-name {
    font-size: 24px;
    line-height: 30px;
  }

  .testimonial-slider .testimonial-item .testimonial-thumb .video-play-button img {
    max-width: 60px;
  }

  .details-sec.left .details-wrp .bottom-wrp .right-wrp h4 {
    font-size: 24px;
    line-height: 28px;
  }

  .details-sec.left .details-wrp .bottom-wrp .middle-wrp {
    padding-right: 10px;
    padding-left: 0;
  }

  .details-sec.left .details-wrp .feature-list .feature-item:nth-child(odd):last-child {
    max-width: 70%;
  }

  .details-sec .details-wrp .bottom-wrp .middle-wrp h2 {
    font-size: 32px;
  }

  .details-sec .details-wrp .middle-wrp p.blue-text {
    font-size: 16px;
  }

  .details-sec.left .details-wrp .top-wrp {
    column-gap: 35px;
    max-width: 400px;
  }

  .customer-reviews .review-item {
    padding: 50px 45px 55px;
  }

  .customer-reviews .review-item::before,
  .customer-reviews .review-item::after {
    height: 44px;
  }

  .customer-reviews .bg-mid {
    top: 43px;
    height: calc(100% - (43px * 2));
  }

  .customer-reviews h2,
  .testimonial-slider h2 {
    max-width: 80%;
  }

  .post-list-sec .latest-posts-wrapper .single-post-box {
    max-width: calc((100% - (25px * 1)) / 2);
  }

  .post-list-sec .latest-posts-wrapper {
    display: block;
  }

  .post-list-sec .latest-posts-wrapper .single-post-box {
    max-width: none;
  }

  .cta .cta-wrp h2 {
    font-size: 50px;
    line-height: 60px;
  }

  .post-list-sec .slick-slide {
    margin: 0 15px;
  }

  .post-list-sec .latest-posts-wrapper {
    margin-bottom: 50px;
  }

  .post-list-sec .slick-dots {
    bottom: -28px;
  }

  .post-list-sec .slick-prev {
    left: auto;
    right: 56px;
    opacity: 0.22;
    top: -38px;
  }

  .post-list-sec .slick-next {
    opacity: 0.22;
    top: -38px;
    right: 15px;
  }

  .about-campaigns .campaigns.desktop>div:first-child {
    width: 48%;
  }

  .about-campaigns .campaigns.desktop>div:last-child {
    width: 52%;
  }

  /* inner-page */
  .data-list-section .dl-datas,
  .logo-card-section .lc-data {
    width: calc((100% - 82px) / 3);
  }

  .post-list-sec .single-post-box .post-image {
    min-height: auto;
  }

  .data-list-section .dl-datas .dl-data h4 {
    font-size: 26px;
  }

  .data-list-section .dl-datas .dl-data,
  .logo-card-section .lc-data .lc-data-in {
    padding: 25px;
    min-height: 200px;
  }

  .data-list-section {
    padding: 35px 0;
  }

  .data-list-section .dl-datas.dl-three {
    width: calc((100% - 20px) / 2);
  }

  .data-list-section .service-data:has(.dl-datas.dl-three) {
    column-gap: 20px;
    row-gap: 20px;
  }

  .inner-hero-section .img-wrp.has-video::before {
    width: 50px;
    height: 50px;
  }

  .content-with-image-section {
    padding-top: 60px;
  }

  .content-with-image-section .col-md-12>h1 {
    margin-bottom: 60px;
  }

  .content-with-image-section .content-wrp {
    row-gap: 50px;
  }

  .content-with-image-section .cwi-data .cwi-data-cnt h2 {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 10px;
  }

  .content-with-image-section .cwi-data .cwi-data-cnt p {
    line-height: 28px;
    margin-bottom: 15px;
  }

  .single-page-content .content-wrp,
  .single-blog .col-md-8 {
    width: 100%;
  }

  .single-page-content .sidebar-wrp,
  .single-blog .col-md-4 {
    max-width: 100%;
    width: 100%;
  }

  .single-page-content .sidebar-wrp .services-sidebar,
  .single-blog .sidebar-wrp .services-sidebar {
    margin-bottom: 40px;
  }

  .single-page-content .content-wrp h4,
  .single-blog .post-cnt h4 {
    font-size: 30px;
  }

  .single-page-content blockquote h3,
  .single-blog blockquote h3 {
    font-size: 28px;
  }

  .single-page-content .single-video:before,
  .single-blog figure.wp-block-video:before {
    width: 60px;
    height: 60px;
  }

  .single-page-content .single-video,
  .single-blog figure.wp-block-video {
    margin-bottom: 26px;
  }

  .single-page-content blockquote,
  .single-blog blockquote {
    padding: 55px 30px 30px;
    margin-bottom: 30px;
  }

  .single-page-content .contact-wrp,
  .single-blog .contact-wrp {
    padding: 25px 55px 25px 36px;
    gap: 45px;
    margin-bottom: 50px;
  }

  a.back-to-parent,
  a.back-to-blog {
    line-height: 26px;
  }

  .single-page-content .content-wrp h2:nth-child(3),
  .single-blog .post-cnt h2:nth-child(3) {
    margin-top: 20px;
  }

  .single-page-content .page-content img,
  .single-blog .post-cnt img,
  .single-page-content ol,
  .single-page-content ul,
  .single-blog ol,
  .single-blog ul {
    margin-bottom: 36px;
  }

  .single-blog-banner {
    padding: 90px 0;
  }

  /* intergration */
  .logo-card-section {
    padding-top: 50px;
  }

  .logo-card-section .lc-data {
    width: calc((100% - 40px) / 3);
  }

  .logo-card-section .logo-data {
    column-gap: 20px;
    row-gap: 20px;
  }

  .logo-card-section h1 {
    margin-bottom: 40px;
  }

  .customer-stories-section {
    padding: 50px 0;
  }

  .cms-section {
    padding: 50px 0;
  }

  .cms-section h1 {
    margin-bottom: 30px;
  }

  .contact-intro {
    padding: 60px 0 30px;
  }

  .contact-intro .bottom-wrp {
    padding: 31px 25px 30px;
  }

  .form-with-content {
    padding: 30px 0 20px;
  }

  .form-with-content .row {
    flex-direction: column-reverse;
  }

  .form-with-content .col-md-6:first-child,
  .form-with-content .col-md-6:last-child {
    width: 100%;
  }

  .form-with-content .right-wrp {
    max-width: 100%;
    margin-bottom: 60px;
  }

  .form-with-content .right-wrp {
    padding: 51px 25px 50px;
  }

  .logo-slider+.testimonial-slider {
    padding: 30px 0 60px;
  }

  .faq-sec .faq_wrp .faq p,
  .form-with-content .left-wrp .faq p {
    margin-bottom: 15px;
  }

  .blog-list-sec .ftr-post .post-wrp {
    flex-direction: column;
    gap: 30px;
    padding-bottom: 25px;
  }

  .blog-list-sec .ftr-post .post-wrp .img-wrp {
    width: 100%;
    max-width: 100%;
  }

  .blog-list-sec .ftr-post .post-wrp .img-wrp img {
    height: 407px;
  }

  .blog-list-sec .ftr-post .post-wrp .cnt-wrp {
    width: 100%;
    padding-left: 0;
  }

  .blog-list-sec {
    padding: 40px 0;
  }

  .filter-wrp {
    padding: 30px 0 20px;
    flex-direction: column;
    gap: 20px;
  }

  .posts-row .blog-lists {
    column-gap: 20px;
    row-gap: 35px;
  }

  .filter-wrp .filter-wrp-in {
    margin-left: 0;
  }

  .blog-list-sec .pagination ul {
    margin-top: 30px;
  }

  .posts-row .blog-lists .cnt-wrp h3,
  .blog-list-sec .post-wrp .cnt-wrp h3 {
    margin: 15px 0;
    text-transform: unset;
  }

  .posts-row .blog-lists .cnt-wrp .cnt-text {
    margin-bottom: 15px;
  }

  /* pricing */
  .pricing_options {
    padding: 50px 0 30px;
  }

  .pricing_options .pricing_wrp .table-header th:nth-child(2),
  .pricing_options .pricing_wrp .table-header th:nth-child(3) {
    padding: 20px 15px;
    width: 150px;
  }

  .pricing_options .pricing_wrp .table-header th:first-child {
    font-size: 36px;
    line-height: 46px;
  }

  .pricing_options .pricing_wrp .table-rows td {
    padding: 20px 20px 22px 18px;
    font-size: 20px;
    line-height: 32px;
  }

  .pricing_options .pricing_wrp .table-header th {
    padding: 28px 40px 26px 30px;
    font-size: 20px;
    line-height: 24px;
  }

  .pricing_options .pricing_wrp .bottom-wrp {
    padding: 30px;
  }

  .pricing_options .pricing_wrp .bottom-wrp p {
    font-size: 26px;
    line-height: 29px;
  }

  .faq-sec {
    padding: 30px 0;
  }

  .details-sec .details-wrp .bottom-wrp .middle-wrp {
    max-width: calc(100% - (127px + 100px)) !important;
  }

  .details-sec .details-wrp .bottom-wrp .left-wrp img {
    max-width: 150px;
  }

  .details-sec .details-wrp .feature-list {
    padding-left: 0px;
  }

  /* .post-list-sec .latest-posts-wrapper.desktop {
    display: none;
  }
  .post-list-sec .latest-posts-wrapper.mobile {
    display: block;
  } */
}

/*991px end*/

@media (max-width: 767px) {
  .mobile {
    display: block;
  }

  .desktop {
    display: none;
  }

  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    padding-right: 15px;
    padding-left: 15px;
  }

  .red-btn,
  .gform_button {
    min-width: 100%;
    max-width: 360px;
  }

  h1,
  .h1 {
    font-size: 38px;
    line-height: 40px;
  }

  h2,
  .h2 {
    font-size: 36px;
    line-height: 40px;
  }

  h3,
  .h3 {
    font-size: 26px;
    line-height: 30px;
  }

  header .top-header {
    padding: 15px;
  }

  header .logo img {
    max-width: 123.17px;
  }

  .lines-button {
    right: 24px;
  }

  header .top-banner {
    padding: 12.5px 0;
  }

  header .navigation .mean-bar ul.firstul li a {
    padding: 12px 15px;
  }

  .mean-nav ul li a.mean-expand {
    height: 50px;
    width: 60px;
  }

  .mean-nav .red-btn.mobile {
    margin: 0 15px 60px;
    max-width: 100%;
  }

  .gform_wrapper.gravity-theme .gform_fields,
  .gform_wrapper.gravity-theme .gfield--input-type-address .ginput_container_address {
    grid-row-gap: 15px !important;
    grid-column-gap: 15px !important;
  }

  .gform_wrapper.gravity-theme .gfield textarea.medium {
    height: 90px !important;
    padding: 15px 20px !important;
    margin-bottom: 25px !important;
  }

  .gform_wrapper.gravity-theme .gfield input,
  .gform_wrapper.gravity-theme .gfield select,
  .gform_wrapper.gravity-theme .gfield textarea {
    padding-left: 25px !important;
  }

  .gform_wrapper.gravity-theme .gfield select {
    background-position: center right 15px;
  }

  .form-wrp .gform_wrapper.gravity-theme .gfield_label {
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 10px;
  }

  .form-wrp .gform_wrapper.gravity-theme .gfield textarea {
    height: 180px !important;
  }

  .social-list {
    grid-column-gap: 37px;
    max-width: 100%;
  }

  .gform_wrapper.gravity-theme .gfield textarea.medium {
    margin-bottom: 0 !important;
  }

  .form .gform_confirmation_message {
    color: #fff;
    line-height: normal;
    margin: 20px 0 0;
    font-size: 16px;
    line-height: 25px;
  }

  .form-wrp .gform_confirmation_message {
    font-size: 16px;
    line-height: 25px;
    margin-top: 30px;
  }

  body .gform_wrapper.gravity-theme .gform_footer {
    margin: 30px auto 0 !important;
    max-width: 100%;
  }

  .logged-in #main__header {
    top: 46px;
  }

  .modal-dialog {
    max-width: 92.31%;
    margin-left: auto;
    margin-right: auto;
  }

  .modal-dialog .close-btn {
    top: 15px;
    right: 15px;
    width: 22px;
    height: 22px;
  }

  .modal-dialog .close-btn:before {
    background-size: contain;
  }

  .meta_social_btns a {
    width: 40px;
    height: 40px;
  }

  .cms-cnt p,
  .cms-cnt li {
    font-size: 16px;
    line-height: 25px;
  }

  .cms-cnt {
    padding: 40px 0 70px;
  }

  .cms-cnt h1 {
    margin-bottom: 20px;
    font-size: 34px;
    line-height: 40px;
  }

  .page-not-found {
    padding: 40px 0 60px;
    background-size: contain;
    background-position: top 255.12px center;
  }

  .page-not-found h1 {
    margin-bottom: 10px;
    font-size: 38px;
    line-height: 40px;
  }

  .page-not-found ul {
    column-gap: 0;
    text-align: center;
    grid-template-columns: 1fr;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 20px;
  }

  .page-not-found ul li {
    max-width: calc((100% - 20px) / 2);
    width: 100%;
  }

  .page-not-found ul li a {
    font-size: 20px;
    line-height: 48px;
  }

  .page-not-found p {
    max-width: 100%;
    margin: 0 auto 30px;
    line-height: 22px;
  }

  .meta_social_btns a .copy-to-clipboard,
  .meta_social_btns a .copy-to-clipboard2 {
    top: 45px;
    left: -43px;
    text-align: center;
  }

  .meta_social_btns a:hover img.hover {
    opacity: 0;
    visibility: hidden;
  }

  /*home page*/

  footer {
    padding: 50px 0 17px;
  }

  footer .container {
    max-width: 100%;
  }

  footer .footer-row {
    padding: 0;
    justify-content: center;
    column-gap: 16px;
  }

  footer .footer-row .left-wrp,
  footer .footer-row .right-wrp {
    max-width: calc(50% - 8px);
    width: 100%;
  }

  footer .middle-wrp {
    max-width: 100%;
    width: 100%;
    order: 1;
  }

  footer .footer-row .left-wrp {
    order: 2;
  }

  footer .footer-row .right-wrp {
    order: 3;
  }

  .col-in {
    max-width: none;
  }

  .f-logo {
    max-width: 172.46px;
    margin: 0 auto 20px;
  }

  footer ul.f-social-list {
    grid-column-gap: 15px;
    margin: 60px 0 50px;
  }

  footer .f-social-list a {
    width: 33px;
    height: 28px;
  }

  .col-in ul li {
    margin-bottom: 10px;
  }

  .col-in ul li a {
    font-size: 16px;
    line-height: 18px;
    display: inline-block;
  }

  .footer-row2 {
    margin-top: 20px;
  }

  .footer-row2 ul {
    column-gap: 38px;
    row-gap: 15px;
    justify-content: center;
  }

  .footer-row2 ul li {
    width: 100%;
  }

  .footer-row2 ul li:nth-child(1) {
    order: 4;
  }

  .footer-row2 ul li:nth-child(4) {
    order: 3;
  }

  .footer-row2 ul li:nth-child(2) {
    order: 1;
    width: max-content;
  }

  .footer-row2 ul li:nth-child(3) {
    order: 2;
    width: max-content;
  }

  .footer-row2>ul li:not(:last-child)::after {
    right: -22px;
  }

  .footer-row2 ul>li:not(:nth-child(2))::after {
    display: none;
  }

  .footer-row2 ul li a,
  .footer-row2 p {
    font-size: 16px;
  }

  .hero-home .row {
    align-items: center;
  }

  .hero-home .row>div:first-child,
  .hero-home .row>div:last-child {
    width: 100%;
  }

  .hero-home .hero-home-wrp {
    margin: 0;
    max-width: 100%;
  }

  .hero-home {
    padding: 40px 0 30px;
    text-align: center;
  }

  .hero-home .img-wrp {
    max-width: 231px;
    margin: 30px auto 35px;
    height: 470px;
  }

  .hero-home h3 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 20px;
  }

  .hero-home p {
    line-height: 30px;
  }

  .hero-home .red-btn {
    margin-top: 14px;
  }

  .logo-banner .logo-list {
    gap: 15px;
    justify-content: center;
  }

  .logo-banner .logo-list .logo {
    max-width: 119.1px;
  }

  .logo-banner .logo-list .logo img {
    width: auto;
    height: 38px;
  }

  .logo-banner {
    padding: 30px 0;
  }

  .video-sec .video-wrp {
    border-radius: 20px;
  }

  .video-sec {
    padding: 30px 0;
  }

  .logo-slider {
    padding: 30px 0;
  }

  .logo-slider h3 {
    margin: 0 15px 20px;
  }

  .logo-slider .slick-list {
    padding-right: 0;
  }

  .logo-slider .slick-slide {
    margin: 0 7.5px;
  }

  .details-sec {
    padding: 30px 0;
  }

  .details-sec .details-wrp .top-wrp,
  .details-sec.left .details-wrp .top-wrp {
    padding: 15px 20px 17px;
    max-width: 300px;
    column-gap: 15px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
  }

  .details-sec .details-wrp .top-wrp h4 {
    font-size: 26px;
    line-height: 28px;
  }

  .details-sec .details-wrp .top-wrp h4:not(.active) {
    line-height: 28px;
  }

  .details-sec .details-wrp .bottom-wrp .left-wrp {
    display: none;
  }

  .details-sec .details-wrp .bottom-wrp {
    flex-direction: column;
    min-height: auto;
    border-radius: 20px;
  }

  .details-sec .details-wrp .bottom-wrp .middle-wrp {
    padding: 45px 15px 29px;
    max-width: 100% !important;
  }

  .details-sec .details-wrp .bottom-wrp .right-wrp {
    max-width: 100%;
    padding: 11px 15px 12px;
  }

  .details-sec .details-wrp .bottom-wrp .right-wrp h4 {
    font-size: 25px;
    line-height: 29px;
    max-height: none;
    writing-mode: horizontal-tb;
    transform: none;
  }

  .details-sec .details-wrp .bottom-wrp .right-wrp h4 span::before {
    transform: none;
    left: -20px;
  }

  .details-sec .details-wrp .bottom-wrp .right-wrp h4 span::after {
    transform: none;
    bottom: 13px;
  }

  .details-sec .details-wrp .feature-list .feature-item {
    max-width: 100%;
  }

  .details-sec .details-wrp .feature-list {
    row-gap: 30px;
  }

  .details-sec .details-wrp .feature-list p {
    font-size: 18px;
    line-height: 23px;
  }

  .details-sec .details-wrp .feature-list .icon-wrp {
    height: 100%;
  }

  .details-sec .details-wrp .red-btn {
    margin-top: 34px;
    width: 100%;
  }

  .details-sec .logo-list-sec {
    padding: 40px 15px;
    margin-top: 50px;
    border-radius: 20px;
  }

  .details-sec .logo-list-sec h5 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 20px;
  }

  .details-sec .logo-list-sec .logo {
    max-width: calc(50% - 10px);
  }

  .details-sec .logo-list-sec .logo-list {
    column-gap: 20px;
    row-gap: 25px;
  }

  .details-sec .logo-list-sec .logo img {
    max-width: 148px;
  }

  .details-sec .col-md-12>span {
    margin-bottom: 10px;
  }

  .details-sec.left .details-wrp .bottom-wrp .middle-wrp {
    padding: 40px 15px 30px;
  }

  .details-sec .details-wrp .bottom-wrp .middle-wrp h2 {
    font-size: 30px;
    line-height: 30px;
  }

  .details-sec .details-wrp .middle-wrp p.sub-heading {
    line-height: 18px;
    margin-bottom: 20px;
  }

  .details-sec .details-wrp .middle-wrp p.blue-text {
    font-size: 18px;
    line-height: 24px;
    max-width: 98%;
    margin: 0 auto 30px;
  }

  .details-sec.left .details-wrp .feature-list .feature-item:nth-child(odd):last-child {
    max-width: 100%;
  }

  .details-sec.left .details-wrp .feature-list .icon-wrp {
    max-width: 35px;
  }

  .details-sec.left .details-wrp .bottom-wrp .right-wrp h4 {
    font-size: 25px;
    line-height: 29px;
  }

  .details-sec.left .details-wrp .red-btn {
    margin-top: 40px;
  }

  .full-width-text {
    padding: 30px 0 42px;
  }

  .full-width-text .img {
    max-width: 77.93px;
  }

  /* Animation keyframes */
  @keyframes move {
    0% {
      transform: translate(45px, -50%);
    }

    100% {
      transform: translate(-93vw, -50%);
    }
  }

  .about-us {
    padding: 30px 0;
  }

  .about-us .top-text {
    margin-bottom: 30px;
  }

  .about-us .top-text h2 {
    font-size: 52px;
    line-height: 40px;
  }

  .about-us .top-text img {
    max-height: 59px;
    margin-left: 14px;
  }

  .about-us .img-wrp img {
    min-height: 290px;
  }

  .about-us .img-wrp {
    max-width: 100%;
    margin: 0 auto 20px;
    height: auto;
    border-radius: 20px;
  }

  .about-us .content-wrp {
    padding: 30px 15px;
    border-radius: 20px;
  }

  .about-us .content-wrp h3 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  .about-us .content-wrp h4 {
    line-height: 24px;
    font-size: 16px;
    max-width: 99%;
    margin: 0 auto 10px;
  }

  .about-us .text-wrp {
    margin-top: 20px;
    padding: 16px 15px;
  }

  .about-us .text-wrp h3 {
    font-size: 18px;
    line-height: 24px;
  }

  .testimonial-slider {
    padding: 30px 0 20px;
  }

  .customer-reviews h2,
  .testimonial-slider h2 {
    max-width: 100%;
    margin: 0 15px 90px;
  }

  .testimonial-slider .testi-slider-wrp .slick-list {
    padding: 0;
  }

  .testimonial-slider .testi-slider-wrp .slick-slide {
    margin: 0 15px;
  }

  .testimonial-slider .testimonial-item .testimonial-thumb img.img-fluid {
    min-height: 57.94vw;
  }

  .testimonial-slider .testimonial-item .testimonial-thumb .video-play-button {
    width: 100%;
  }

  .testimonial-slider .testimonial-item .testimonial-cnt {
    bottom: 12px;
  }

  .testimonial-slider .testimonial-item .testimonial-rating {
    margin-bottom: 5px;
  }

  .testimonial-slider .testimonial-item .testimonial-rating img {
    max-width: 102px;
  }

  .testimonial-slider .testimonial-item h5.testimonial-name {
    font-size: 18px;
    line-height: 35px;
  }

  .testimonial-slider .testimonial-item .testimonial-thumb .video-play-button img {
    max-width: 43.67px;
  }

  .customer-reviews .slick-prev,
  .testimonial-slider .slick-prev,
  .customer-reviews .slick-next,
  .testimonial-slider .slick-next,
  .our-partners .slick-next,
  .our-partners .slick-prev,
  .post-list-sec .slick-prev,
  .post-list-sec .slick-next {
    top: -50px;
  }

  .slick-slider .slick-next,
  .slick-slider .slick-prev {
    width: 40px;
    height: 40px;
  }

  .customer-reviews .slick-prev,
  .testimonial-slider .slick-prev,
  .our-partners .slick-prev,
  .post-list-sec .slick-prev {
    left: calc(50% - 45px);
    right: auto;
  }

  .customer-reviews .slick-next,
  .testimonial-slider .slick-next,
  .our-partners .slick-next,
  .post-list-sec .slick-next {
    right: calc(50% - 45px);
  }

  .customer-reviews {
    padding: 30px 0;
  }

  .customer-reviews .reviews-wrp .slick-list {
    padding: 0;
  }

  .customer-reviews .review-item .top-wrp {
    margin-bottom: 5px;
  }

  .customer-reviews .review-item p {
    margin-bottom: 20px;
  }

  .customer-reviews .review-item .bottom-wrp h4 {
    font-size: 24px;
  }

  .customer-reviews .review-item {
    padding: 45px 40px;
  }

  .customer-reviews .review-item::before,
  .customer-reviews .review-item::after {
    height: 38px;
  }

  .customer-reviews .bg-mid {
    top: 37px;
    height: calc(100% - (37px * 2));
  }

  .slick-dots {
    bottom: -20px;
  }

  .post-list-sec {
    padding: 30px 0;
  }

  .cta {
    padding: 40px 0 50px;
  }

  .cta .cta-wrp h2 {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 10px;
  }

  .cta .cta-wrp p {
    margin-bottom: 30px;
    line-height: 22px;
  }

  .our-partners {
    padding: 30px 0 50px;
    position: relative;
  }

  .our-partners::before {
    content: "";
    position: absolute;
    background: #bcbcbc;
    border-radius: 50%;
    z-index: -1;
    width: 595px;
    height: 612px;
    left: 0;
    bottom: -30px;
    opacity: 0.7;
    filter: blur(588px);
  }

  .our-partners .slick-list {
    padding: 0;
    margin: 0 38px;
  }

  .our-partners .slick-dots {
    bottom: -30px;
  }

  .our-partners .slick-slide {
    margin: 0 15px;
  }

  .our-partners h3 {
    font-size: 25px;
    line-height: 25px;
    max-width: 75%;
    margin: 0 auto 90px;
  }

  .our-partners .slick-arrow,
  .post-list-sec .slick-arrow {
    opacity: 0.22;
  }

  .our-partners .slick-dots li button,
  .post-list-sec .slick-dots li button {
    background-color: #fff;
  }

  .post-list-sec h2 {
    margin-bottom: 90px;
  }

  .post-list-sec .slick-slide {
    margin: 0 6px;
  }

  .post-list-sec .single-post-box .post-image {
    border-radius: 20px;
  }

  .post-list-sec .single-post-box .post-content {
    padding-top: 8px;
  }

  .post-list-sec .single-post-box .post-content .post-tag span {
    line-height: 32px;
    margin-bottom: 0;
  }

  .post-list-sec .single-post-box .post-content p {
    letter-spacing: -0.05em;
  }

  .about-campaigns {
    padding: 30px 15px;
  }

  .about-campaigns .campaigns.desktop {
    display: none;
  }

  .about-campaigns .heading-wrp {
    margin: 0 0 30px;
  }

  .about-campaigns .heading-wrp h2 {
    margin-bottom: 10px;
  }

  .about-campaigns .heading-wrp p {
    line-height: 22px;
  }

  .about-campaigns .accordion-item-in:not(:last-child) {
    margin-bottom: 14px;
  }

  .about-campaigns .accordion-title {
    position: relative;
    padding: 16px 30px 16px 0;
    cursor: pointer;
  }

  .about-campaigns .accordion-title h4 {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 5px;
  }

  .about-campaigns .accordion-title p {
    line-height: 23px;
    letter-spacing: -0.02em;
    margin-bottom: 0;
  }

  .about-campaigns .accordion-title::before {
    position: absolute;
    content: "";
    background: url(../images/plus-icon.svg) no-repeat center;
    background-size: contain;
    width: 15px;
    height: 15px;
    top: 26px;
    right: 10px;
    transition: all 0.3s linear;
  }

  .about-campaigns .accordion-title::after {
    position: absolute;
    content: "";
    background: var(--Red-Gradient-1);
    box-shadow: 0px 4px 44px 0px #8b8b8b59;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    left: -15px;
    width: calc(100% + 15px);
    height: 100%;
    z-index: -1;
    opacity: 0;
    border-radius: 0 20px 20px 0;
    transition: all 0.3s linear;
  }

  .about-campaigns .accordion-item-in.active .accordion-title::after {
    opacity: 1;
  }

  .about-campaigns .accordion-item-in.active .accordion-title::before {
    background-image: url(../images/minus-icon.svg);
  }

  .about-campaigns .accordion-item-in.active .accordion-title * {
    color: #fff;
  }

  .about-campaigns .accordion-item-in .accordion-content img,
  .about-campaigns .accordion-item-in .accordion-content video {
    margin: 30px 0 10px;
    box-shadow: 0px 4px 8px 0px #8b8b8b4d;
    border-radius: 10px;
    width: 100%;
    height: 100%;
  }

  .details-sec::before,
  .about-us::before,
  .about-campaigns::before,
  .cta::before,
  .data-list-section+.details-sec .row::after {
    width: 551px;
    height: 601px;
  }

  .cta::after {
    bottom: -10px;
    height: 359px;
    background-size: cover;
  }

  /* inner-page */

  .inner-hero-section {
    padding-bottom: 30px;
  }

  .inner-hero-section .col-md-6:first-child,
  .inner-hero-section .col-md-6:last-child {
    width: 100%;
  }

  .inner-hero-section .cnt-wrp {
    text-align: center;
  }

  .inner-hero-section .img-wrp {
    margin: 20px auto;
  }

  .inner-hero-section .img-wrp img,
  .inner-hero-section .img-wrp video {
    height: 290px;
  }

  .inner-hero-section .img-wrp.has-video::before,
  .single-page-content .single-video:before,
  .single-blog figure.wp-block-video:before {
    width: 43px;
    height: 43px;
  }

  .data-list-section .service-data,
  .logo-card-section .logo-data {
    column-gap: 20px;
    row-gap: 20px;
  }

  .data-list-section .dl-datas,
  .logo-card-section .lc-data {
    width: calc((100% - 20px) / 2);
  }

  .data-list-section .dl-datas .dl-data,
  .logo-card-section .lc-data .lc-data-in {
    padding: 20px;
    min-height: 200px;
  }

  .data-list-section .data-title h2 {
    margin-bottom: 30px;
  }

  .data-list-section {
    padding: 32px 0;
  }

  .data-list-section .dl-datas .dl-data h4 {
    font-size: 22px;
  }

  .single-hero .demo-wrp.desktop {
    display: none;
  }

  .single-hero .demo-wrp.mobile {
    display: flex;
  }

  .inner-hero-section .cnt-wrp h5 {
    font-size: 22px;
    line-height: 26px;
  }

  .data-list-section .dl-datas.dl-three .dl-data h4 {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.01em;
  }

  .data-list-section .dl-datas.dl-three .dl-data p {
    font-size: 14px;
    line-height: 24px;
    margin: 0;
  }

  .data-list-section .dl-datas.dl-three .dl-data {
    padding: 15px;
    min-height: 280px;
  }

  .data-list-section .dl-datas.dl-three .dl-data img {
    width: 36px;
    height: 36px;
    object-fit: contain;
  }

  .single-hero {
    padding: 40px 0 10px;
    text-align: center;
  }

  .single-hero h1 {
    margin-bottom: 20px;
  }

  .single-hero .col-md-6:first-child,
  .single-hero .col-md-6:last-child {
    width: 100%;
  }

  .single-hero .icon {
    display: none;
  }

  .single-hero .demo-wrp {
    gap: 16px;
    align-items: unset;
    margin: 20px auto;
  }

  .single-page-content .content-wrp h2,
  .single-blog .post-cnt h2 {
    margin-bottom: 20px;
  }

  a.back-to-parent,
  a.back-to-blog {
    margin-bottom: 23px;
  }

  .single-page-content .content-wrp h2:nth-child(3),
  .single-blog .post-cnt h2:nth-child(3) {
    margin-top: 40px;
  }

  .single-page-content ol,
  .single-page-content ul,
  .single-blog ol,
  .single-blog ul {
    padding: 0 0 0 36px;
    margin-bottom: 30px;
  }

  .single-page-content .page-content img,
  .single-blog .post-cnt img,
  .single-page-content .single-video video,
  .single-blog figure.wp-block-video video {
    min-height: 240px;
  }

  .single-page-content .content-wrp h4,
  .single-blog .post-cnt h4 {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 21px;
  }

  .single-page-content blockquote,
  .single-blog blockquote {
    padding: 78px 25px 31px;
    margin-bottom: 42px;
  }

  .single-page-content blockquote h3,
  .single-blog blockquote h3 {
    font-size: 24px;
  }

  .single-page-content blockquote::before,
  .single-blog blockquote::before {
    top: 30px;
    left: 27px;
    background-size: 40px;
    width: 44px;
    height: 35px;
  }

  .single-page-content .contact-wrp,
  .single-blog .contact-wrp {
    padding: 40px 25px;
    gap: 55px;
    margin-bottom: 60px;
    flex-wrap: wrap;
    position: relative;
  }

  .single-page-content .contact-wrp h3,
  .single-blog .contact-wrp h3 {
    font-size: 26px;
    line-height: 34px;
    max-width: 300px;
  }

  .single-page-content .contact-wrp img,
  .single-blog .contact-wrp img {
    position: absolute;
    top: 30px;
    right: 20px;
    width: 41px;
    height: 91px;
    object-fit: contain;
  }

  .single-page-content .sidebar-wrp .services-sidebar h3,
  .single-page-content .sidebar-wrp .resources-sidebar h3,
  .single-blog .sidebar-wrp .services-sidebar h3,
  .single-blog .sidebar-wrp .resources-sidebar h3 {
    font-size: 26px;
    line-height: 26px;
  }

  .single-page-content .sidebar-wrp .services-sidebar,
  .single-page-content .sidebar-wrp .resources-sidebar,
  .single-blog .sidebar-wrp .services-sidebar,
  .single-blog .sidebar-wrp .resources-sidebar {
    padding: 48px 60px 28px 30px;
  }

  .single-page-content .sidebar-wrp .service a,
  .single-page-content .sidebar-wrp .resource a,
  .single-blog .sidebar-wrp .service a,
  .single-blog .sidebar-wrp .resource a {
    font-size: 18px;
  }

  .single-page-content .sidebar-wrp .service a,
  .single-page-content .sidebar-wrp .resource a,
  .single-blog .sidebar-wrp .service a,
  .single-blog .sidebar-wrp .resource a {
    padding: 10px 34px 10px 5px;
  }

  .single-hero:before {
    top: 420px;
    right: -150px;
    width: 500px;
    height: 400px;
  }

  .single-blog-banner {
    padding: 40px 0 43px;
  }

  .single-blog-banner .blog-banner h1 {
    margin-bottom: 25px;
  }

  .meta_social_btns {
    gap: 47px;
  }

  .meta_social_btns a {
    width: 30px;
    height: 30px;
  }

  .meta_social_btns a .copy-to-clipboard,
  .meta_social_btns a .copy-to-clipboard2 {
    top: -30px;
    left: -58px;
  }

  .single-blog {
    padding: 34px 0 30px;
  }

  /* reporting */
  .content-with-image-section {
    padding: 40px 0 50px;
  }

  .content-with-image-section .content-wrp .cwi-data,
  .content-with-image-section .content-wrp .cwi-data:nth-child(even) {
    flex-direction: column-reverse;
  }

  .content-with-image-section .cwi-data .cwi-data-img.mobile {
    display: none;
  }

  .content-with-image-section .cwi-data .cwi-data-img.desktop {
    display: flex;
  }

  .content-with-image-section .cwi-data .cwi-data-cnt,
  .content-with-image-section .cwi-data .cwi-data-img {
    width: 100%;
  }

  .content-with-image-section .cwi-data .cwi-data-cnt {
    align-items: center;
  }

  .content-with-image-section .cwi-data .cwi-data-img {
    margin-left: 0;
    margin-bottom: 20px;
  }

  .content-with-image-section .cwi-data:nth-child(even) .cwi-data-img {
    margin-right: 0;
  }

  .content-with-image-section .cwi-data .cwi-data-cnt h2 {
    text-align: center;
    margin-bottom: 0;
    font-size: 36px;
  }

  .content-with-image-section .content-wrp {
    row-gap: 60px;
  }

  .content-with-image-section .cwi-data .cwi-data-img img {
    min-height: 280px;
  }

  .content-with-image-section .cwi-data .cwi-data-cnt p {
    line-height: 32px;
    margin-bottom: 26px;
  }

  /* integration */
  .logo-card-section {
    padding: 40px 0 30px;
  }

  .logo-card-section .lc-data .lc-data-in {
    min-height: 170px;
  }

  .logo-slider+.data-list-section:after {
    height: 1375px;
  }

  /* customer page */
  .customer-stories-section .stories-data .cs-data {
    position: relative;
  }

  .customer-stories-section .cs-data>div.position-relative {
    max-width: 100%;
  }

  .customer-stories-section .stories-data .cd-info {
    width: 100%;
    position: absolute;
    max-width: 90%;
    margin: 0 auto;
    bottom: 12px;
    left: 0;
    right: 0;
    text-align: center;
    pointer-events: none;
    gap: 0;
  }

  .customer-stories-section {
    padding: 50px 0 30px;
  }

  .customer-stories-section button.slick-prev.slick-arrow {
    left: calc(50% - 45px);
    right: auto;
    top: -50px;
    opacity: 0.22;
  }

  .customer-stories-section button.slick-next.slick-arrow {
    right: calc(50% - 45px);
    top: -50px;
    opacity: 0.22;
  }

  .customer-stories-section button.slick-prev.slick-arrow:hover,
  .customer-stories-section button.slick-next.slick-arrow:hover {
    opacity: 1;
    background-color: #d92632;
    background-image: url(../images/slider-white.svg);
  }

  .customer-stories-section .cs-data>div.position-relative a img {
    max-width: 43.67px;
  }

  .customer-stories-section .stories-data .cd-info>img {
    max-width: 102px;
  }

  .customer-stories-section .cd-info .bg-image img {
    display: none;
  }

  .customer-stories-section .cd-info h5 {
    color: var(--White);
    font-size: 18px;
    line-height: 35px;
  }

  .page-intro-section {
    padding: 35px 0;
  }

  .page-intro-section .wrapper img {
    max-width: 66px;
  }

  .customer-stories-section .col-md-12>p {
    margin-bottom: 90px;
    line-height: 22px;
  }

  .customer-stories-section .cs-data>div .img-fluid {
    min-height: 224px;
  }

  .back-to-top.mobile {
    margin-bottom: 60px;
  }

  .cms-section {
    padding: 40px 0 60px;
  }

  .cms-section h1 {
    margin-bottom: 20px;
  }

  .cms-section .cnt-wrp p {
    margin-bottom: 25px;
  }

  .cms-section .cnt-wrp p+ul {
    margin-top: -25px;
  }

  .cms-section .cnt-wrp ul {
    padding-left: 25px;
    margin-bottom: 25px;
  }

  .contact-intro {
    padding-top: 40px;
  }

  .contact-intro .contact-cnt h1 {
    margin-bottom: 30px;
  }

  .contact-intro .bottom-wrp {
    padding: 36px 16px 38px;
  }

  .contact-intro .bottom-wrp h4 {
    font-size: 25px;
    line-height: 29px;
    margin-bottom: 30px;
  }

  .form-with-content .right-wrp {
    padding: 46px 16px 47px;
  }

  .form-with-content .right-wrp h2 {
    color: var(--White);
    text-align: center;
    margin-bottom: 30px;
  }

  .form-with-content .form .gform_wrapper.gravity-theme .gfield--type-select {
    margin-top: 0;
  }

  .gform_wrapper.gravity-theme .gfield input,
  .gform_wrapper.gravity-theme .gfield select,
  .gform_wrapper.gravity-theme .gfield textarea {
    border-radius: 30px;
  }

  .form-with-content .form .gform_wrapper.gravity-theme .gfield textarea {
    height: 120px !important;
  }

  .form-with-content .left-wrp h2 {
    margin-bottom: 10px;
    text-align: center;
  }

  .form-with-content .left-wrp>p {
    margin-bottom: 10px;
    text-align: center;
    line-height: 22px;
  }

  .faq-sec .faq_wrp .faq h5,
  .form-with-content .left-wrp .faq h5 {
    padding: 18px 0 18px 21px;
    font-size: 20px;
  }

  .faq-sec .faq_wrp .faq h5::after,
  .form-with-content .left-wrp .faq h5:after {
    top: 28px;
  }

  .faq-sec .faq_wrp .faq p,
  .form-with-content .left-wrp .faq p {
    margin: -8px 9px 15px 21px;
  }

  .form-with-content:before {
    right: -258px;
    top: 235px;
  }

  .logo-slider+.testimonial-slider {
    padding-bottom: 50px;
  }

  .blog-list-sec {
    padding: 50px 0 20px;
  }

  .blog-list-sec .ftr-post h2 {
    text-align: center;
  }

  .blog-list-sec .post-wrp .cnt-wrp h3 {
    margin: 0 0 10px;
    font-size: 25px;
    line-height: 32px;
    letter-spacing: -0.05em;
  }

  .blog-list-sec .post-wrp .cnt-wrp p {
    margin-bottom: 20px;
  }

  .blog-list-sec .ftr-post .post-wrp .img-wrp img,
  .posts-row .blog-lists .post-wrp .img-wrp img {
    min-height: 240px;
    height: 100%;
  }

  .blog-list-sec .ftr-post .post-wrp {
    gap: 10px;
    padding-bottom: 27px;
  }

  .blog-list-sec .post-wrp .cnt-wrp span.date {
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.05em;
    margin-left: 0px;
  }

  .filter-wrp {
    gap: 30px;
    align-items: flex-start;
    padding-bottom: 60px;
  }

  .filter-wrp .filter-wrp-in {
    flex-direction: column;
    max-width: 100%;
    width: 100%;
  }

  .filter-wrp .category-dropdown,
  .filter-wrp .sort-dropdown {
    gap: 15px;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .filter-wrp select {
    width: 100%;
  }

  .filter-wrp .filter-wrp-in h4 {
    font-size: 22px;
    line-height: 32px;
  }

  .posts-row .blog-lists {
    grid-template-columns: 1fr;
    column-gap: 0px;
    row-gap: 40px;
  }

  .posts-row .blog-lists .cnt-wrp h3 {
    margin: 20px 0;
  }

  .posts-row .blog-lists .btn-wrp .red-btn {
    min-width: 187px;
  }

  .posts-row .blog-lists .cnt-wrp .cnt-text {
    margin-bottom: 20px;
  }

  .posts-row .blog-lists .cnt-wrp .btn-wrp span.date {
    font-weight: 600;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: -0.02em;
  }

  /* pricing */
  .pricing_options h2 {
    margin-bottom: 30px;
    text-align: center;
  }

  .pricing_options .pricing_wrp .table-header th:nth-child(2),
  .pricing_options .pricing_wrp .table-header th:nth-child(3) {
    padding: 12px 6px;
    width: 65px;
  }

  .pricing_options .pricing_wrp .table-header th {
    padding: 30px 0;
    font-size: 16px;
    line-height: 18px;
  }

  .pricing_options .pricing_wrp .table-header th:first-child {
    font-size: 0;
    line-height: 0;
  }

  .pricing_options .pricing_wrp .table-rows td {
    padding: 20px 15px;
    font-size: 16px;
    line-height: 22px;
  }

  .pricing_options .pricing_wrp .table-rows td img {
    width: 22px;
    height: 22px;
  }

  .pricing_options .pricing_wrp .bottom-wrp {
    padding: 20px;
    flex-direction: column;
  }

  .pricing_options .pricing_wrp .bottom-wrp p {
    font-size: 25px;
    text-align: center;
    margin-bottom: 19px;
  }

  .faq-sec:after {
    width: 474px;
    height: 488px;
    top: 410px;
    bottom: 0;
    left: -184px;
  }

  .single-page-content+.data-list-section:before {
    top: 100px;
    right: -345px;
    width: 474px;
    height: 488px;
  }

  /* .data-list-section + .about-us {
        padding-top: 118px;
    } */
  .single-page-content .single-video,
  .single-blog figure.wp-block-video,
  .single-page-content .page-content img,
  .single-blog .post-cnt img {
    margin-bottom: 40px;
  }

  .form-with-content .form .gform_confirmation_message {
    font-size: 16px;
  }

  .blog-list-sec .pagination ul {
    margin-top: 50px;
  }

  .single-page-content+.data-list-section .data-title h2 {
    margin-bottom: 10px;
  }

  .single-page-content+.data-list-section .data-title p {
    line-height: 22px;
    margin-bottom: 32px;
  }

  li#menu-item-595 {
    display: block;
  }

  .signup-btn {
    display: none;
  }

  .right-wrp a.red-btn {
    min-width: 100%;
    max-width: 360px;
  }
}

/*767px end*/

@media (max-width: 479px) {
  .customer-reviews .review-item {
    padding: 45px 30px;
  }
}

@media (max-width: 380px) {
  header .top-header .right-wrp {
    margin-right: 40px;
  }

  .details-sec .logo-list-sec .logo img {
    max-width: 115px;
  }

  .about-us .top-text h2 {
    font-size: 48px;
  }

  .about-us .top-text img {
    max-height: 54px;
    margin-left: 11px;
  }

  .customer-reviews .bg-mid {
    top: 34px;
    height: calc(100% - (33px * 2));
  }

  .single-page-content .contact-wrp h3,
  .single-blog .contact-wrp h3 {
    font-size: 24px;
    line-height: 32px;
  }

  .single-page-content .contact-wrp img,
  .single-blog .contact-wrp img {
    right: 15px;
  }

  .single-page-content .contact-wrp,
  .single-blog .contact-wrp {
    gap: 40px;
  }
}

@media screen and (max-width: 782px) {
  .logged-in #main__header {
    top: 46px;
  }

  html #wpadminbar {
    position: fixed;
  }
}

@media (max-width: 1199px) {
  .opennav .mean-nav #menu-main-menu {
    display: flex !important;
  }
}