@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1400px !important;
  }
}

@media (max-width: 1200px) {
  .main-account-page-holder::before {
    width: 45%;
  }
}

@media (max-width: 990px) {
  .account-right {
    display: none;
  }
  .generate-right-img {
    display: none;
  }
  .main-account-page-holder::before {
    display: none;
  }
  .main-account-page-holder {
    background: white;
  }
  .account-form-holder {
    margin: 0 auto;
  }
  .account-header {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eaecf0;
  }
  .menu-btn {
    display: flex;
  }
  .header-content nav {
    position: fixed;
    z-index: 9;
    left: 0;
    top: 0;
    height: 100vh;
    transition: 0.2s;
    width: 0;
    overflow: hidden;
    background: white;
    display: flex;
    align-items: center;
    /* border-right: 1px solid #eaecf0; */
    justify-content: center;
  }
  .header-content nav ul {
    flex-direction: column;
    gap: 20px;
  }
  .logo {
    display: block;
    width: 150px;
    position: relative;
    z-index: 99;
  }
  .header .container {
    width: 100%;
    max-width: 100%;
  }
  .m-show {
    display: block !important;
  }
  .head-btn {
    display: none;
  }
  .heared-box {
    height: inherit;
  }
}

@media (max-width: 767px) {
  .account-form-holder form h4 {
    font-size: 24px;
  }
  .off-canvas-img {
    width: 100%;
    height: inherit;
    max-height: 300px;
    position: inherit;
    object-fit: cover;
  }
  .special-list-sec {
    padding-bottom: 0;
    padding-top: 40px;
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    gap: 40px;
  }
  .special-list-sec .off-canvas-img {
    top: 0;
    left: 0;
    border-radius: 0px 0px 32px 32px;
  }
  .trust-logo-holder {
    display: block;
  }
  .logo-section ul {
    overflow: auto;
    scroll-snap-type: x mandatory;
    justify-content: inherit;
  }
  .logo-section ul li {
    scroll-snap-align: start;
  }
  .banner-contnet h1 {
    font-size: 50px;
  }
  h3 {
    font-size: 40px;
    line-height: 1.2em;
  }
  h4 {
    font-size: 30px;
    line-height: 1.2em;
  }
  p {
    font-size: 16px;
    line-height: 1.2em;
  }
  .tech-img-holder ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .noise-sec {
    padding: 40px 0;
  }
  .noise-sec img {
    margin-top: 40px;
  }
  .effective ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
  .effective ul li p {
    font-size: 16px;
    padding-left: 20px;
  }
  .start-today-sec {
    padding: 40px 0 0 0;
    display: flex;
    flex-direction: column-reverse;
    gap: 40px;
  }
  .start-today-sec .off-canvas-img {
    border-top-left-radius: 0px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
  }
  .start-today-sec a {
    margin: 20px auto;
  }
  .schedual-sec {
    padding: 40px 0;
  }
  h5 {
    font-size: 20px;
    line-height: 1.2em;
  }
  .pricing-section a {
    font-size: 18px;
  }
  .get-in-touch-box h4 {
    color: white;
    margin-bottom: 20px;
  }
  .get-in-touch-box {
    background: #101828;
    border-radius: 32px;
    padding: 40px 20px;
  }
  .row {
    gap: 20px;
  }
  .get-in-touch-sec {
    margin-bottom: 40px;
  }
  .logo-section {
    padding-bottom: 0;
  }
}

@media (max-width: 580px) {
  .impression-holder {
    flex-wrap: wrap;
  }
  .banner-contnet h1 {
    font-size: 34px;
  }
  .pricing-section a {
    font-size: 16px;
  }
  h3 {
    font-size: 28px;
  }
  p {
    font-size: 16px;
  }
  .banner-contnet ul li a {
    font-size: 14px;
  }
  a.site-btn {
    font-size: 14px;
  }
  .cd-holder ul {
    grid-template-columns: repeat(5, 1fr);
  }
  .foot-bottom {
    flex-direction: column;
    gap: 20px;
    border-top: 1px solid black;
    padding-top: 40px;
  }
  .footer {
    padding-bottom: 20px;
  }
}

.swal-icon--success__line.swal-icon--success__line--tip {
  width: 20px !important;
}

.swal-icon--success__line.swal-icon--success__line--long {
  width: 42px !important;
}
