@media (min-width: 1500px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1800px) {
  .container {
    max-width: 1440px;
  }
}

@media only screen and (max-width: 1920px) {
  /* .bannerimg img {
    position: absolute;
    top: 0;
    right: 0rem;
    height: 40rem;
  } */
}

@media only screen and (max-width: 1600px) {
  .abtSec {
    height: auto;

    padding-bottom: 6rem;
  }
}

@media only screen and (max-width: 1440px) {

  .bulb img {
    position: absolute;
    top: -4rem;
    right: 19rem;
    opacity: 0.2;
    width: 3rem;
  }

  .bannerText1 .themebtn {
    position: relative;
    top: 20px;
  }

  .bannerimg .leftBox,
  .bannerimg .rightBox {
    padding: 12px 16px;
    font-size: 12px;
  }

  .bannerimg .rightBox {
    background-color: #000;
    right: -3rem;
    top: 8rem;
    transform: translateY(-50%);
  }

  .bannerimg .leftBox {
    background-color: #7243F2;
    top: 2rem;
    transform: translateY(-50%);
    left: 7rem;
  }

  html {
    font-size: 14px;
  }

  .menuWrap .menu {
    gap: 15px;
  }

  .menu li a {
    font-size: 13px;
  }

  .main-header {
    padding: 10px 1rem;
    z-index: 1;
    width: 100%;
  }
  .bannerimg img {
    width: 38rem;
    top: -13rem;
    left: 3rem;
}
.bannerText1 {
    padding-top: 10rem;
}
}

@media only screen and (max-width: 1366px) {
  html {
    font-size: 13px;
  }

  .main-header {
    padding: 10px 1rem;
    z-index: 1;
    width: 100%;
  }
}

@media only screen and (max-width: 1199px) {
  html {
    font-size: 12px;
  }

  .main-header {
    padding: 0;
  }

  .menuWrap .menu a {
    padding: 16px 10px;
  }

  .main-header {
    position: relative;
  }

  .menu-Bar {
    display: block;
    top: 50%;
    bottom: initial;
    transform: translateY(-50%);
  }

  .menuWrap.open {
    display: flex;
    left: 0px;
  }

  .menuWrap {
    position: fixed;
    left: -210%;
    right: 0;
    top: 0;
    /* bottom:0; */
    margin: auto;
    background: var(--theme-color);
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    transition: all 0.4s ease;
    z-index: 3;
    width: 100vw;
  }

  ul.menu li {
    display: block;
  }

  ul.menu li a {
    margin-bottom: 10px;
    padding: 0;
    display: block;
    text-align: center;
    margin-bottom: 15px;
    padding-right: 0px;
    margin-right: 0px;
    color: #fff;
    font-size: 15px;
    text-transform: capitalize;
  }

  .menuWrap .menu {
    display: block;
  }

  .menu li:hover a,
  .menu li.active a {
    background: var(--black);
  }

  .menu-Bar span {
    background: var(--white);
  }

  .menu li:hover>a,
  .menu li.active>a,
  .menu>li.menu-item-has-children>.sub-menu>li.current-menu-item>a {
    background: var(--black) !important;
  }

  .menu>li.menu-item-has-children>.sub-menu>li {
    background: transparent !important;
  }
}

@media only screen and (max-width: 991px) {
  .menuWrap .menu a {
    padding: 8px 10px;
    margin-bottom: 6px;
  }
}

@media only screen and (max-width: 767px) {}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .main-header {
    padding: 10px 1rem;
  }

  .headerMenu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
  }

  .menu li a {
    font-size: 14px;
  }

  .navbar-brand h4 {
    font-size: 25px;
  }

  .headerMenu {
    gap: 1rem;
  }

  .menuWrap .menu {
    gap: 1rem;
  }

  b {
    font-size: 13px;
  }

  .banheight {
    height: 32rem;
    /* border: 1px solid; */
    position: relative;
  }

  /* .bannerSec {
  height: 78vh;
} */

  .bannerText {
    padding: 0rem 0 0 2rem;
  }

  .bannerText1 {
    padding: 13rem 0 0 0rem;
    color: black;
  }

  .bannerimg img {
  }

  h1 {
    font-size: 3.5rem;
  }

  h3 {
    font-size: 2.2rem;
    text-transform: capitalize;
    line-height: 1.1;
    color: white;
    /* font-weight: ; */
    font-weight: 600;
  }

  .serbox {
    padding: 2rem 2rem;
    margin: 10px;
  }

  h2 {
    font-size: 2.4rem;
  }

  .abtSec {
    height: auto;
    /* background-color: #1d1729; */
    padding-bottom: 11rem;
  }

  .abtimg1 img {
    position: absolute;
    /* top: 0; */
    right: 17px;
    bottom: -9rem;
  }

  .ctatext h2 {
    font-size: 28px;
    color: white;
  }

  .logo-block {
    height: 90px;
    width: 260px;
  }

  .ServiceSec {
    background-color: #f4f2f9;
    padding: 5rem 0;
  }

  section.bannerSec {
    padding-bottom: 0;
  }

  .p::after {
    content: url(../images/mix/41.png);
    position: absolute;
    top: 0;
    left: 34rem;
  }

  .accordian h4::after,
  .accordian h4::after {
    width: 40px;
    height: 40px;
  }

  .abtimg2 {
    position: absolute;
    top: 22px;
    right: 97px;
  }

  .abtimg3 {
    position: absolute;
    top: 18rem;
    right: 2rem;
  }

  .bannerText h1 {
    color: white;
    font-size: 50px;
  }

  .accountingSecTop .inner h4 {
    font-size: 34px;
    font-weight: 600;
  }

  .abt11 h6 {
    color: white;
  }
    .bannerimg .rightBox {
    right: 1rem;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .headerMenu {
    justify-content: left;
  }

  .bannerText {
    padding: 0rem 0 0 0rem;
  }

  .bannerText1 {
    padding: 4rem 0 0 0rem;
  }

  h1 {
    font-size: 3rem;
  }

  .bannerimg img {
    right: -1rem;
    height: 24.7rem;
  }

  .bulb img {
    position: absolute;
    top: 1rem;
    right: 8rem;
    width: 80px;
  }

  .banheight {
    height: 31rem;
    /* border: 1px solid; */
    position: relative;
  }

  .trustbox {
    width: 98px;
  }

  h3 {
    font-size: 2rem;
  }

  .main-header {
    padding: 10px 0rem;
  }

  .heading h2 {
    font-size: 2.2rem;
  }

  .serboxtext h5 {
    font-size: 26px;
  }

  .serbox {
    padding: 2rem 2rem;
    margin-top: 2rem;
  }

  .ServiceSec {
    padding: 5rem 0;
  }

  .abtimg1 img {
    position: absolute;
    /* top: 0; */
    right: 0px;
    bottom: -12rem;
  }

  .abtSec {
    height: auto;
    /* background-color: #1d1729; */
    padding-bottom: 12rem;
  }

  .deliver p {
    color: #1d1729;
    padding: 0;
    font-size: 1rem;
  }

  .abtimg2 {
    position: absolute;
    top: 22px;
    right: -16px;
  }

  .abtimg1 img {
    position: absolute;
    /* top: 0; */
    right: 0px;
    bottom: -5rem;
  }

  .abtimg3 {
    display: none;
  }

  h2 {
    font-size: 2rem;
  }

  .rev3 h6 {
    font-size: 20px;
    margin-bottom: 4px;
    color: #7243f2;
  }

  .tab-content li {
    padding-left: 25px;
    font-size: 14px;
  }

  .maincontent p {
    font-size: 14px;
  }

  .blog-footer {
    padding: 13px 0;
  }

  .blog-content1 {
    padding: 2rem 1rem 10px 1rem;
  }

  h5.blog-title {
    font-size: 1rem;
  }

  .trust-section h2 {
    font-size: 2.2rem;
  }

  .ctatext h2 {
    font-size: 21px;
    color: white;
  }

  .subscribe-text h5 {
    font-size: 1rem;
  }

  .logo-block {
    height: 80px;
    width: 220px;
  }

  .banheight {
    height: 25rem;
    /* border: 1px solid; */
    position: relative;
  }

  section.bannerSec {
    padding-bottom: 0;
  }

  .accordian li h4 {
    color: #ffffff;
    font-size: 1rem;
    padding: 2rem 1rem;
  }

  .accordian h4::after,
  .accordian h4::after {
    width: 40px;
    height: 40px;
  }

  .pricingSec .inner h4 {
    font-size: 30px;
    font-weight: 700;
    color: #000;
    margin-bottom: 5px;
  }

  .pricingSec .inner h6 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .pricingSec .inner .lists li {
    font-size: 13px;
  }

  .bannerSec1 {
    min-height: 30rem;
  }

  .bannerText h1 {
    color: white;
  }

  .regcard1 {
    background: white;
    width: 170px !important;
    height: 220px !important;
  }

  .regcard1 h6 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 1.5rem;
  }

  .circle img {
    position: absolute;
    top: 44px;
    z-index: -1;
    left: 38px;
    width: 90px;
  }

  .showcardtext h5 {
    background: white;
    width: 181px;
    padding: 1rem 2rem;
    margin-top: 11px;
  }

  .mypagination {
    position: absolute;
    /* ya relative, fixed, sticky jo chahiye */
    bottom: 60px !important;
    /* neeche se distance */
    /* agar slider ke elements ke upar dikhe */
  }

  .ShowCase-Sec {
    min-height: 24rem;
  }

  .contact-bar span a {
    font-size: 11px;
  }

  .accountingSecTop .inner h4 {
    font-size: 34px;
    font-weight: 600;
  }

  .visionContent p {
    line-height: 1.4;
    width: 100%;
    margin-bottom: 2rem;
    font-size: 1rem;
  }

  .abt11 h6 {
    color: white;
  }

  section.showside {
    margin-top: -16rem;
  }

  .ShowCase-Sec {
    min-height: 28rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .headerMenu {
    justify-content: left;
  }

  .bannerText {
    padding: 0rem 0 0 0rem;
  }

  .bannerSec1 {
    min-height: 25rem;
  }

  .top-header {
    padding: 10px 1rem;
  }

  h1 {
    font-size: 3rem;
  }

  .abtimg2 {
    display: none;
  }

  .abt-text p {
    font-size: 12px;
  }

  .abtimg3 {
    display: none;
  }

  .banheight {
    height: 25rem !important;
    position: relative;
  }

  .bulb img {
    position: absolute;
    top: 3rem;
    right: 5rem;
    width: 65px;
  }

  .trustbox {
    width: 98px;
  }

  h3 {
    font-size: 2rem;
  }

  .main-header {
    padding: 10px 0rem;
  }

  .heading h2 {
    font-size: 2.2rem;
  }

  .serboxtext h5 {
    font-size: 26px;
  }

  .serbox {
    padding: 2rem 2rem;
    margin-top: 2rem;
  }

  .ServiceSec {
    padding: 5rem 0;
  }

  .abtimg1 img {
    position: absolute;
    /* top: 0; */
    right: 0px;
    bottom: -12rem;
  }

  .abtSec {
    height: auto;
    /* background-color: #1d1729; */
    padding-bottom: 4rem;
  }

  h2 {
    font-size: 2rem;
  }

  .rev3 h6 {
    font-size: 20px;
    margin-bottom: 4px;
    color: #7243f2;
  }

  .tab-content li {
    padding-left: 25px;
    font-size: 14px;
  }

  .maincontent p {
    font-size: 14px;
  }

  .blog-footer {
    padding: 13px 0;
  }

  .blog-content1 {
    padding: 2rem 1rem 10px 1rem;
  }

  h5.blog-title {
    font-size: 1rem;
  }

  .trust-section h2 {
    font-size: 2.2rem;
  }

  .ctatext h2 {
    font-size: 21px;
    color: white;
  }

  .subscribe-text h5 {
    font-size: 1rem;
  }

  .logo-block {
    height: 80px;
    width: 220px;
  }

  .trustbox img {
    width: 50px;
  }

  .trusttext h3,
  .trusttext p {
    margin-left: 3rem;
  }

  h3 {
    font-size: 26px;
  }

  .bannerimg img {
    /* margin-left: -1rem;   */
    height: 25rem;
  }

  .serbox {
    padding: 1rem 1rem;
    margin-top: 2rem;
  }

  .abtlist1 p {
    line-height: 2;
    font-size: 14px;
  }

  h2 {
    font-size: 1.7rem;
  }

  .abtimg1 img {
    position: absolute;
    /* top: 0; */
    right: 0px;
    bottom: -12rem;
    width: 300px;
    height: auto;
  }

  .abt1 h6 {
    font-size: 16px;
    color: white;
  }

  .abt1 p {
    font-size: 14px;
  }

  .abt1 {
    display: flex;
    align-items: baseline;
    gap: 5px;
  }

  .abt-text p {
    font-size: 14px;
  }

  .trustbox {
    width: 70px;
  }

  .bannerText h1::after {
    width: 70px;
    height: 70px;
    left: 21rem;
    bottom: -47px;
    display: none;
  }

  .tab-content li {
    padding-left: 25px;
    font-size: 12px;
    font-weight: 600;
  }

  .tab-content {
    display: none;
    background: #fff;
    color: #000;
    padding: 2rem 1rem;
    /* border-radius: 8px; */
    border: none;
  }

  .maincontent p {
    font-size: 14px;
  }

  .visionImage .main-img {
    display: none;
  }

  .blog-footer {
    padding: 10px 0;
  }

  .blog-footer a {
    padding: 13px;
  }

  .q-box {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-top: 2rem;
    flex-direction: column;
    justify-content: center;
  }

  .trust-section p {
    color: #aaa;
    font-size: 14px;
    line-height: 1.7;
  }

  .trust-section h2 {
    font-size: 1.6rem;
  }

  .ctaSec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 78vw;
  }

  .subscribe-text h5 {
    font-size: 12px;
  }

  .logo-block {
    height: 80px;
    width: 177px;
  }

  .footer1 h5 {
    font-size: 16px;
    color: white;
  }

  /* Page wrapper to mimic the big dark area */
  .page-bg {
    background: linear-gradient(180deg, #211827 0%, #150e17 100%);
    /* min-height: 100vh; */
    padding-top: 0px;
    padding-bottom: 20px;
    color: var(--muted);
  }

  .accordian li h4 {
    color: #ffffff;
    font-size: 1.125rem;
    padding: 1rem 3rem;
    position: relative;
    cursor: pointer;
    border-radius: 12px;
    margin: 0;
    line-height: 1.3;
    font-weight: 500;
    padding-left: 1.75rem;
    /* border-left: 12px solid var(--theme-color); */
    background: #80808014;
  }

  .accordian h4::after,
  .accordian h4::after {
    content: "\f062";
    font-family: "Font Awesome 5 Pro";
    font-size: 20px;
    position: absolute;
    top: 20px;
    right: 3px;
    line-height: normal;
    transition: all 0.3s ease-in-out;
    width: 30px;
    height: 30px;
    background-color: white;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: var(--theme-color);
  }

  .pricingSec .inner h4 {
    font-size: 30px;
    font-weight: 700;
    color: #000;
    margin-bottom: 5px;
  }

  .pricingSec .inner h6 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .pricingSec .inner .lists li {
    font-size: 13px;
  }

  /* ensure image or content stays above background */
  .accounting-sec .account-img img,
  .accounting-sec .account-img>* {
    position: relative;
    /* z-index: 2; */
    display: none;
  }

  .accountingSecTop .inner h4 {
    font-size: 29px;
    font-weight: 600;
  }

  .start {
    display: flex;
    justify-content: start;
  }

  .visionContent {
    /* padding-right: 6rem; */
    padding: 3rem 0;
  }

  .bannerText h1 {
    position: relative;
    color: #ffffff;
    font-size: 40px;
  }

  .bnone br {
    display: none;
  }

  /* LEFT SIDE */
  .contact-info-box {
    background: #151021;
    color: #fff;
    height: 95% !important;
    padding: 50px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* margin: auto !important; */
    margin-top: 0rem !important;
  }

  .abt11 h6 {
    color: white;
  }

  .menu-Bar span {
    background: #7243f2;
  }

  .headerBtn {
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 2rem;
  }

  .cardgap {
    margin: 0;
  }

  .regcard1 {
    background: white;
    width: 100%;
    height: 260px;
    margin-top: 2rem;
    padding-bottom: 0;
  }

  .regcard1 h6 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 1.5rem;
  }

  .circle img {
    position: absolute;
    top: 90px;
    z-index: -1;
    left: 120px; 
    width: 90px;
  }

  .abt2 h6 {
    color: black;
  }

  section {
    padding: 3rem 0 !important;
  }


  .contact-section {
    padding-bottom: 0;
    /* padding: 60px 0; */
  }

  .blogSec {
    padding: 0rem 0 0rem;
  }

  .blogSec .swiper {
    padding-bottom: 12rem;
  }

}

@media (max-width: 767px) {



  .mmpopup .formPop {
    width: 100%;
    padding: 2rem 2rem;
  }

  .mmpopup .imgpop {
    display: none;
  }

  .mmpopup .formPop h3,
  .mmpopup .formPop h4 {
    font-size: 20px;
  }

  .formTopContnt p {
    font-size: 14px;
  }

  .visionSec {
    padding: 40px 0;
  }

    .visionContent {
        padding: 2rem 1rem 3rem;
    }

  .sm-p-0 {
    padding: 0;
  }


  html {
    overflow-x: hidden;
  }

  .menu-Bar {
    display: none;
  }

  .bannerimg {
    display: none;
  }

  .blogSec {
    padding: 2rem 0 0rem;
  }

  .subscribe-form {
    padding: 0 0 20px 20px;
  }

  .q-box img {
    width: 100%;
  }

  .accordian h4::after,
  .accordian h4::after {
    font-size: 20px;
    top: 20px;
    right: 10px;
    width: 30px;
    height: 30px;
  }

  .accordian li h4 {
    padding: 1.4rem 3rem 1.4rem 0rem;
  }

  .headerMenu {
    justify-content: space-between;
  }

  .p::after {
    left: 20rem;
  }

  /* .visionContent {
    padding-right: 0;
  } */

  .visionSec .imag {
    width: 100%;
  }

  .visionSec .imag img {
    width: 100%;
  }

  .pricingSec .topHead {
    text-align: center;
    padding: 0rem 2rem;
  }

  .pricingSec .topHead h4 {
    font-size: 20px;
    padding: 0;
  }

  .maincontent {
    gap: 1rem;
  }

  /* .p1::after {
    top: -2px;
    left: 13rem;
  } */

  .bannerText {
    padding: 0rem 0rem 0rem 0rem;
  }

  .top-header {
    padding: 10px 1rem;
  }

  h1 {
    font-size: rem;
  }

  .banheight {
    height: auto !important;
    position: relative;
  }

  .bulb img {
    position: absolute;
    top: 3rem;
    right: 5rem;
    width: 65px;
    display: none;
  }

  .trustbox {
    width: 98px;
  }

  h3 {
    font-size: 2rem;
  }

  .main-header {
    padding: 10px 0rem;
  }

  .heading h2 {
    font-size: 2.2rem;
  }

  .serboxtext h5 {
    font-size: 1.75rem;
  }

  .serbox {
    padding: 2rem 2rem;
    margin-top: 2rem;
    min-height: auto;
  }

  .ServiceSec {
    padding: 5rem 0;
  }

  .abtimg1 img {
    position: absolute;
    /* top: 0; */
    right: 0px;
    bottom: -12rem;
  }

  .abtSec {
    height: auto;
    /* background-color: #1d1729; */
    padding-bottom: 4rem;
  }

  h2 {
    font-size: 2rem;
  }

  .rev3 h6 {
    font-size: 20px;
    margin-bottom: 4px;
    color: #7243f2;
  }

  .tab-content li {
    padding-left: 25px;
    font-size: 14px;
  }

  .maincontent p {
    font-size: 14px;
  }

  .blog-footer {
    padding: 13px 0;
  }

  .blog-content1 {
    padding: 3rem 1rem 10px 1rem;
  }

  h5.blog-title {
    /* font-size: 2rem; */
    font-size: 1.4rem;
  }

  .trust-section h2 {
    font-size: 2.2rem;
  }

  .ctatext h2 {
    font-size: 2rem;
    color: white;
    padding-bottom: 0;
  }

  .footer1 .inner {
    display: flex;
    flex-direction: column;
  }

  .subscribe-text h5 {
    font-size: 1rem;
  }

  .logo-block {
    height: 80px;
    width: 220px;
  }

  .trustbox img {
    width: 50px;
  }

  .trusttext h3,
  .trusttext p {
    margin-left: 3rem;
  }

  h3 {
    font-size: 28px;
  }

  .bannerimg img {
    /* margin-left: -1rem;   */
    height: 25rem;
    display: none;
  }

  .serbox {
    padding: 1rem 1rem;
    margin-top: 2rem;
    margin: 1rem;
  }

  .abtlist1 p {
    line-height: 2;
    font-size: 14px;
  }

  h2 {
    font-size: 2rem;
  }

  .abtimg img {
    margin-bottom: 2rem;
  }

  .abtimg1 img {
    position: absolute;
    /* top: 0; */
    right: 0px;
    bottom: -12rem;
    width: 300px;
    height: auto;
    display: none;
  }

  .abt1 h6 {
    font-size: 16px;
    color: white;
  }

  .abt1 p {
    font-size: 14px;
  }

  .abt1 {
    display: flex;
    align-items: baseline;
    gap: 5px;
  }

  .abt-text p {
    font-size: 14px;
  }

  .trustbox {
    width: 80px;
  }

  .bannerText h1::after {
    width: 70px;
    height: 70px;
    left: 21rem;
    bottom: -47px;
    display: none;
  }

  .bannerSec1 {
    min-height: auto;
    height: 40vh !important;
  }

  .tab-content li {
    padding-left: 25px;
    font-size: 1rem;
    font-weight: 600;
  }

  .tab-content {
    display: none;
    background: #fff;
    color: #000;
    padding: 2rem 1rem;
    /* border-radius: 8px; */
    border: none;
  }

  .maincontent p {
    font-size: 1rem;
    color: #000;
  }

  .visionImage .main-img {
    display: none;
  }

  .blog-footer {
    padding: 10px 0;
  }

  .blog-footer a {
    padding: 13px;
  }

  .q-box {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-top: 2rem;
    flex-direction: column;
    justify-content: center;
  }

  .trust-section p {
    color: #aaa;
    font-size: 14px;
    line-height: 1.7;
  }

  .trust-section h2 {
    font-size: 2rem;
  }

  .ctaSec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 78vw;
    display: none;
  }

  .subscribe-text h5 {
    font-size: 16px;
    margin-bottom: 2rem;
  }

  .logo-block {
    height: 70px;
    width: 100%;
    margin-bottom: 2rem;
    font-size: 16px;
  }

  .top-header {
    padding: 10px 1rem;
    display: none;
  }

  h1 {
    font-size: 3.9rem;
  }

  .navbar-brand h4 {
    font-size: 2rem;
  }

  br {
    display: none;
  }

  .trsustcard {
    margin-bottom: 2rem;
    height: 200px;
  }

  .ctaSec {
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 3rem 0 !important;
  }

  section {
    padding: 3rem 0;
  }

  .swiper-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 29px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%;
  }

    .bannerSec {
        height: 60vh;
        display: flex;
        align-items: center;
        min-height: 30rem;
    }

  .reviewText {
    margin-bottom: 3rem;
  }

  .maincontent {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    /* gap: 2rem; */
  }

  .blog-card {
    margin-bottom: 7rem;
  }

  .iconsmain {
    flex-direction: column;
    gap: 0px;
  }

  .iconsf {
    display: flex;
    gap: 10px;
    margin-bottom: 1rem;
  }

  .menu-Bar span {
    background: #8056f3;
  }

  .tab-btn {
    padding: 1rem 1rem;
    width: 100%;
  }

  .hundred1::before {
    left: -19px;
    height: 74px;
    width: 10px;
  }

  .pricingSec .topHead h4 {
    font-size: 24px;
  }

  .pricingSec .inner {
    margin-bottom: 3rem;
  }

  .accordian li h4 {
    /* padding: 1.4rem 3rem 1.4rem 0rem; */
    padding: 2rem 3.5rem 2rem 1rem;
  }

  .accordian h4::after,
  .accordian h4::after {
    font-size: 20px;
    top: 18px;
    right: 5px;
    width: 30px;
    height: 30px;
    font-size: 14px;
  }

  .pricingSec {
    padding: 2rem 1rem 0rem 1rem;
    font-family: "DM Sans", sans-serif;
  }

  .abtimg2 {
    display: none;
  }

  .abtimg3 {
    display: none;
  }

  .regcard1 {
    background: white;
    width: auto;
    height: 220px;
  }

  .cardgap {
    margin: 0rem;
  }

  .circle img {
    position: absolute;
    top: 80px;
    z-index: -1;
    left: 40px;
    width: 70px;
  }

  .regcard1 h6 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
  }

  .regcard1 {
    margin-top: 2rem;
    background: white;
    width: auto;
    height: 220px;
    margin-bottom: 0rem;
  }

  .bannerText1 h1 {
    font-size: 3rem;
  }

  .ctaBox {
    justify-content: center;
    text-align: center;
    gap: 1rem;
  }

  .btn-theme:hover {
    margin: 1rem 0 !important;
  }

  .mypagination {
    position: absolute;
    /* ya relative, fixed, sticky jo chahiye */
    bottom: 40px !important;
    /* neeche se distance */
    /* agar slider ke elements ke upar dikhe */
  }

  .ShowCase-Sec {
    min-height: 40rem;
  }

  section.showside {
    margin-top: -29rem;
  }

  .showcardtext h5 {
    margin-top: 11px;
  }

  .bannerText h1 {
    margin-bottom: 2rem;
  }

  .accountingSecTop .inner h4 {
    font-size: 1.6rem;
    font-weight: 600;
  }

  /* ensure image or content stays above background */
  .accounting-sec .account-img img,
  .accounting-sec .account-img>* {
    position: relative;
    /* z-index: 2; */
    display: none;
  }

  /* .visionContent {
    padding: 3rem;
  } */

  .bannerText h1 {
    font-size: 2.5rem;
  }

  .contact-info-box {
    background: #151021;
    color: #fff;
    height: 95% !important;
    padding: 30px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 0rem !important;
    padding-bottom: 0;
  }

  .contact-form-box {
    padding: 30px 30px;
  }

  .contact-form label {
    font-size: 1rem;
  }

  .contact-form .form-control {
    font-size: 1rem;
    margin-bottom: 10px;
  }

  .contact-section {
    padding: 2rem 0;
  }

  .abt1 h6 {
    font-size: 16px;
    color: #000000;
  }

  .abt11 h6 {
    color: white;
  }

  .menu-Bar.open span {
    background: #070505;
  }

  ul.bannerlist li a {
    font-size: 12px;
    gap: 10px;
  }

  .subTitle {
    font-size: 11px;
  }

  .trusttext h3 {
    margin-left: 3rem;
    font-size: 20px;
  }

  .trusttext p {
    font-size: 14px;

  }

  section.fileSec {
    padding: 3rem 0;
  }

  .accordian li.active h4 {

    padding: 1rem 4rem 1rem 1rem;
  }

  .blogSec .swiper {
    padding-bottom: 4rem;
  }


  .lpBanner {
    height: 100vh;
    min-height: 100vh;
  }

  .lpBanner ul {
    display: none;
  }

  .lpBanner .banner-form {
    margin-top: 1rem;
    padding: 1rem;
  }

  .lpHeader .ma5menu__toggle {
    display: none;
  }

  .companyBox .iconBox {
    width: 60px;
    height: 60px;
  }

  .companyBox {
    border-right: none;
    border-bottom: 1px dashed rebeccapurple;
  }

  .companyBox.last {
    border: none;
  }
.companyBox{
  padding:1rem 0;  
}
  .lpHeader .menuWrap {
    position: unset;
    height: auto;
    background: transparent;
  }

  .lpHeader .menuWrap .em2 a {
    display: block;
    font-size: 11px;
  }

  .email {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }

  .headerBtn span {
    font-size: 1.125rem;
  }
  
  section {
    padding: 2rem 0 !important;
  }
.count-box {
    padding: 1rem;
    margin: 10px 0;
    height: auto;
}
.bannerForm .leadForm {
    padding: 2rem;
}

.leadForm .form-group {
    margin-bottom: 1rem;
}

.serbox2 img {
    width: 60px;
    height: 60px;
}

.serbox::before {
    height: 150px;
    width: 150px;
}

.serbox::before {}

.abt-main-list {
    flex-direction: column;
    gap: 1rem;
}
.iconsmain p {
    text-align: center;
}
.footer1 {
    margin: 1rem 0;
}

.subscribe-row {
    padding: 0;
}
.page-bg{
  padding-top: 0;
}
.info-item {
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.info-icon {
    width: 35px;
    height: 35px;
    font-size: 1.125rem;
}
.pricingSwiper .swiper-pagination {
    bottom: 0px !important;
}
.pricingSec .inner h6 {
    font-size: 20px;
    
}
}