@media (min-width: 1500px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1800px) {
  .container {
    max-width: 1440px;
  }
}

@media only screen and (max-width: 1920px) {}

@media only screen and (max-width: 1600px) {
  .bannerImg {
    width: 50%;
}
.workLine {
    width: 90%;
    margin: 0 auto;
}
.workBox {
    padding: 1rem;
}
.workWhiteBox {
    padding: 1.5rem;
}
.faqBox {
    padding: 1.5rem 2rem;
}
.lpBanner .bannertext h1 span::before {
    height: 65px;
}
.lpCtaImg img {
    width: 70%;
}

.stats-wrapper {
    margin-left: 0;
}
}

@media only screen and (max-width: 1440px) {
  html {
    font-size: 14px;
  }
  .main-Banner {
    height: 60vh;
}
.bannertext h1 {
    font-size: 3.5rem;
}
.counter-section {
    padding: 35px 20px;
}
section {
    padding: 2rem 0;
}
.workBox .wrokIcon {
    width: 50px;
    height: 50px;
}

.workBox .wrokIcon img {
    width: 30px;
}
.workSec {
    padding: 2rem;
}
.ctaBoox {
    padding: 2rem;
}

h4 {
    font-size: 2.5rem;
}
.workBox {
    height: 100%;
}

.workWhiteBox {
    margin-top: 3rem;
}
.accordian h4::after {
    width: 25px;
    height: 25px;
    font-size: 12px;
}
.accordian li {
    margin-bottom: 15px;
}
.dropLinks li a{
  font-size: 13px;
}
.counterInner .counter-box {
    padding: 1rem;
    flex: 0 0 24%;
}

.counterInner .counter-box span {
    font-size: 13px;
}
.contact-section {
    height: 400px;
}
.innerBanner .bannertext p {
    width: 80%;
    margin: 0 auto 2rem;
}
.abtName .counter-box {
    flex: 0 0 20%;
}
.bannerImg {
    width: 30% !important;
}
}

@media only screen and (max-width: 1366px) {
  html {
    font-size: 14px;
  }
  .headerMenu .dropdown-menu {
    width: 1100px;
}
}

@media only screen and (max-width: 1199px) {
  html {
    font-size: 12px;
  }

  .main-header {
  }

  .menuWrap .menu a {
    padding: 16px 10px;
  }

  .main-header {
    position: relative;
    padding: 10px 0;
  }

  .menu-Bar {
    display: none;
    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;
  }


.headerMenu {
    justify-content: start;
}

  header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1rem;
    padding-left: 0;
  }

  .headerMenu .logo img {
  width: 8rem;
  }
  .main-Banner {
    min-height: 40rem;
    height: 50vh;
}
.bannertext h1 {
    font-size: 2.75rem;
}
.bannertext p {
    width: 100%;
}
h4 {
    font-size: 2.125rem;
    margin: 6px 0;
}
.abtSec .row {
    align-items: center;
}
.workWhiteBox ul, .listStyle {
    width: 100%;
}
.workWhiteBox ul li::before, .listStyle li::before {
    width: 10px;
    height: 10px;
}
.innerBanner .bannerImg , .innerBanner .bannerImg2 {
    width: 40% !important;
}
}

@media only screen and (max-width: 991px) {
  .menuWrap .menu a {
    padding: 8px 10px;
    margin-bottom: 6px;
  }
h4 {
    font-size: 2.125rem;
    margin: 6px 0;
}

.abtSec .row {
    align-items: center;
}

.workWhiteBox ul, .listStyle {
    width: 100%;
}

.workWhiteBox ul li::before, .listStyle li::before {
    width: 10px;
    height: 10px;
}

.bannerImg {
    width: 80%;
    z-index: -1;
    opacity: 0.2;
}

.reviewBanner::before {
    display: none;
}

.reviewBanner {
    padding: 2rem 0 0;
}

.counter-section {
    padding: 30px 0px;
}

.reviewBanner .reviewBtn {
    background: var(--primary);
    padding: 15px;
    border-radius: 10px;
}

.abtWhite {
    margin: 0;
    padding: 2rem;
    border-radius: 0;
}

.serBox .serImg img {
    width: 100%;
}

.workLine {
    display: none;
}

.workSec .col {
    flex-basis: unset;
}

.workSec .workBox.workTop {
    height: auto;
}

.workSec .workBox {
    margin: 10px 0 !important;
    height: auto;
}

.ctaSec figure {
    display: none;
}

.ctaSec {
    padding: 2rem 0;
}
.reviewsSec .nextOne {
    right: 0rem;
}

.reviewsSec .prevOne {
    left: 0rem;
}

.swiper-button-next, .swiper-button-prev {
    width: 35px;
    height: 35px;
}
.lineImgTwo{
  display: none;
}
.reviewSlide {
    margin: 0;
}

.reviewSlide .userImgOne , .reviewSlide .userImgTwo {
    display: none;
}

.reviewSlide .reviewsSlider {
    margin: 1rem;
}
.workBox {
    height: auto;
}
.workContntBox {
    padding-top: 1rem;
}
.workWhiteBox ul li, .listStyle li {
    padding: 6px 2.75rem;
}
    .accordian h4::after {
        right: 1rem;
        width: 20px;
        height: 20px;
        font-size: 10px;
    }
    .contactInfo .accordian li h4 {
    padding: 10px 0;
}
.contactForm {
    margin-top: 1rem;
}
a.f-logoImg {
    margin: 0;
}
.socialIcons li a {
    width: 40px;
    height: 40px;
}
.secondRow {
    padding: 2rem 1rem;
}

footer h3 {
    margin-top: 2rem;
}

.copyRight p {
    text-align: center;
}

.copyRight ul {
    justify-content: center;
}
.contact-section {
    height: 220px;
}

.animatedHead {
    font-size: 3rem;
}

.contact-btn {
    width: 120px;
    height: 120px;
    font-size: 1.5rem;
}
.blogBox {
    margin: 1rem 0;
}

.blogSec .col-md-4.text-right {
    text-align: left !important;
}


.aboutInner figure {
    display: none;
}

.aboutInner figure.yearImg {
    display: block;
    width: 40%;
    margin: 2rem auto 0;
}
.innerBanner .bannertext p {
    width: 100%;
}

.aboutInner::before {
    display: none;
}
.aboutInner .container {
    padding: 1.5rem;
}

.counterInner {
    padding: 2rem 1rem 2rem 0rem;
}

.counterInner .counter-box {
    flex: 100%;
}
.contactServiceInner .animatedHead {
    font-size: 6rem;
}
.abtService .abtWhite {
    margin: 0;
    padding: 1.5rem;
}
.lpBanner {
    height: 100vh;
    min-height: 50rem;
}

.lpBanner .contactForm {
    margin-top: 2rem;
}

.lpBanner .bannertext h1 span::before {
    height: 38px;
}

}

@media only screen and (max-width: 767px) {

.main-Banner {
    padding: 0;
    height: 40vh;
    min-height: 35rem;
}

.bannertext h1 {
    font-size: 2.25rem;
}

.bannerImg {
    width: 100%;
}
.counter-section {
    flex-direction: column;
    align-items: start;
    gap: 1rem;
}

.counter-box span {
    font-size: 13px;
}

.counter-box {
    text-align: left;
}
.counter-section {
    flex-direction: column;
    align-items: start;
    gap: 2rem;
    flex-direction: row;
    flex-wrap: wrap;
}

.counter-box span {
    font-size: 13px;
}

.counter-box {
    text-align: left;
}


.abtName h4 {
    margin-bottom: 2rem;
}

.abtName .counter-box h4 {
    margin: 0;
}
.abtWhite {
    padding: 1rem;
}

h4 {
    font-size: 1.75rem;
}

.abtWhite h5 {
    font-size: 1.125rem;
}
.workSec {
    padding: 2rem 0;
}
.ctaSec {
    margin: 0;
}
.logoSec .logoSlider {
    margin: 0 2.25rem;
}

.logoSec .swiper-slide img {
    width: 80px;
    height: 20px;
}
.reviewSlide {
    padding: 1rem 2rem;
}
.whatWeDoSec .workBox img {
    width: 40px;
}
.workWhiteBox ul li, .listStyle li {
    flex: 100%;
    font-size: 12px;
}
.faqBox {
    padding: 1rem;
}

.secondRow {
    padding-top: 0;
    margin-top: 2rem;
}

.socialIcons li a {
    width: 35px;
    height: 35px;
}
.copyRight {
    padding: 1rem 0;
}
    .contact-section {
        height: 140px;
    }
        .contact-btn {
        width: 80px;
        height: 80px;
        font-size: 1rem;
    }
    
.innerBanner {
    height: 45vh;
    min-height: 27rem;
}
.innerBanner .bannertext h1 {
    font-size: 2.125rem;
}
.contactServiceInner .animatedHead {
        font-size: 4rem;
    }


.lpCtaImg {
    display: none;
}

.stats-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.stat-box {
    width: 160px;
    height: 160px;
}

.stat-box.statBoxTwo {
    margin: 0;
    width: 130px;
    height: 130px;
}

.stat-box.statBoxThree {
    width: 140px;
    height: 140px;
}
.lpBanner {
    height: 100vh;
    min-height: 50rem;
}

.lpBanner .contactForm {
    margin-top: 2rem;
}

.lpBanner .bannertext h1 span::before {
    height: 38px;
}

.lpCtaImg {
    display: none;
}

.stats-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.stat-box {
    width: 160px;
    height: 160px;
}

.stat-box.statBoxTwo {
    margin: 0;
    width: 130px;
    height: 130px;
}

.stat-box.statBoxThree {
    width: 140px;
    height: 140px;
}

section.main-Banner.lpBanner {}

.lpBanner .bannertext p {
    display: none;
}

.lpBanner .bannertext .bannerBtn.chatBtn .themeBtn {/* display: none; */}

.start {
    display: none;
}

.lpBanner .bannertext .bannerBtn.chatBtn {
    display: none;
}

.lpBanner .contactForm {
    padding: 1rem;
}

.lpBanner .contactForm::before {
    height: 7.5rem;
}

.lpBanner .contactForm .lpForm h4 {
    font-size: 1.85rem;
}
.chatBtn {
    flex-direction: column;
}
.lpHeader .headerBtn .themeBtn {
    display: none;
}

.lpHeader .noBtn {
    font-size: 14px;
}

.lpHeader .noBtn span {
    font-size: 10px;
}

.lpHeader header {width: 100%;display: block;padding: 0;}
.lpFooter {
    padding-top: 2rem;
}

.lpFooter .f-logoImg {
    margin: 2rem 0 0;
}
.contactServiceInner .animatedHead.headOne {
    color: transparent;
    -webkit-text-stroke: 1px #efefef;
    font-size: 6rem;
}

.contactServiceInner .animatedHead.headOne {
    font-size: 3rem;
}
}

@media only screen and (max-width: 575px) {}