@media only screen and (max-width: 1200px) {
  .btn {
    --bs-btn-padding-x: 1.55rem;
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-font-size: 1rem;
  }
  .btnTwo {
    display: none;
  }
  .brand-block {
    padding: 87px 50px;
  }
}
@media only screen and (max-width: 768px) {
  .brp {
    padding: 0 !important;
  }
  .bck-brd {
    padding: 20px 5px !important;
  }
  img.icon-width {
    max-width: 51px !important;
    padding: 4px !important;
  }
  .pls {
    width: 130px !important;
    margin: 4px !important;
  }
  .fs-20 {
    font-size: 16px !important;
  }
  .prx {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .navbar > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
  }
  .about-info,
  .cta-container {
    padding: 30px !important;
  }
  .wrap-button img {
    margin-top: 20px;
  }
  .about-info-wrap {
    padding: 10px !important;
    margin-top: 30px;
  }
  .num {
    font-size: 47px !important;
    font-weight: 600;
  }
  .rps {
    font-size: 20px !important;
  }
  .padding-large {
    padding-top: 18rem;
    padding-bottom: 12rem;
  }
  .clint {
    display: none !important;
  }
  .h1,
  h1 {
    font-size: 34px;
    line-height: 33px !important;
  }
  .padding-medium {
    padding-top: 10rem;
    padding-bottom: 6rem;
  }
  .iam,
  .text,
  .textp,
  .typed-cursor {
    font-size: 30px !important;
  }
  .phone-number,
  .trial {
    display: none;
  }
  .padding-medium-2 {
    padding-top: 2rem;
    padding-bottom: 5rem;
  }
  .mobcol {
    width: 100%;
    padding-left: 27px;
    padding-right: 27px;
  }
  .rate {
    font-size: 12px;
  }
  .plan-post {
    margin-left: 6%;
    margin-right: 6%;
  }
  #about,
  #about2 {
    padding-left: 3%;
    padding-right: 1%;
  }
  button.btn.btn-primary.me-3.mb-2 {
    width: 60%;
  }
  .f-2 {
    font-weight: 500;
  }
  .d-flex.align-items-lg-center.mt-3.mt-lg-0 {
    padding-bottom: 14px;
  }
  .dispro {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    gap: 0 !important;
  }
  .w-20 {
    width: 100% !important;
  }
  .icon-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0;
  }
  .max-w {
    max-width: 100%;
  }
  .rating {
    width: 85% !important;
  }
  .test-content {
    margin-top: 65px !important;
  }
  .d-flw {
    display: flow !important;
  }
  .padding-or {
    padding: 20px !important;
  }
}
@media only screen and (min-width: 992px) {
  .dropdown-menu {
    width: 55vw;
  }
  .dropdown-menu.show,
  .dropdown:hover .dropdown-menu {
    display: flex;
  }
} /*! responsive */
@media (max-width: 480px) {
  .about-info-wrap {
    padding: 10px !important;
    margin-top: 30px;
  }
  .about-info {
    padding: 30px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrap-button img {
    margin-top: 20px;
  }
  .about-bullet {
    max-width: 100%;
    flex: 100%;
  }
  .about-info-wrap {
    padding: 10px !important;
    margin-top: 30px;
  }
  .about-info {
    padding: 30px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-bullet {
    max-width: 100%;
    flex: 100%;
  }
}
@media only screen and (max-width: 1399px) {
  .feature-plan p {
    font-size: 12px !important;
  }
}
@media only screen and (max-width: 1400px) {
  .h1,
  h1 {
    font-size: 3rem;
  }
  .h3,
  h3 {
    font-size: 20px;
  }
  .h6,
  h6 {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 600px) {
  .trial {
    width: 85%;
    margin-left: 0;
    margin-top: 60vw !important;
    border-radius: 15px;
    background: #0c2854;
  }
  .rec1:before,
  .rec2:before,
  .rec3:before,
  .rec:before {
    right: 36px;
  }
  li {
    font-size: 15px;
  }
  .top-50 {
    top: 50% !important;
  }
}
@media only screen and (max-width: 992px) {
  a.nav-link {
    color: var(--body-text-color) !important;
  }
  a.nav-link::after {
    background: var(--body-text-color);
  }
}
@media only screen and (max-width: 999px) {
  a.nav-link::after {
    height: 0;
  }
}
@media only screen and (min-width: 768px) {
  .w-20 {
    width: 20% !important;
  }
}
