@media (max-width: 1520.98px) {
  .login_img img {
    width: 852px;
    height: 960px;
    object-fit: cover;
  }
  .margin-mins {
    margin-top: -190px;
  }
}

/* // X-Large devices (large desktops, less than 1400px) */

@media (max-width: 1399.98px) {
  .navbar a {
    font-size: 16px;
  }
  .margin-mins {
    margin-top: -50px;
  }
  .login_img img {
    width: 852px;
    height: 866px;
    object-fit: cover;
  }
  .info_btn,
  .success_btn,
  .dark_btn {
    font-size: 16px;
  }
  .hero_content h1 {
    font-size: 65px;
    line-height: 68px;
    letter-spacing: 2.28px;
  }
  .hero_content h2 {
    font-size: 28px;
    line-height: 35px;
  }
  p.fs-18 {
    font-size: 16px;
    line-height: 26px;
  }
  .chart_img {
    top: 10%;
    right: 57%;
  }
  .serviceItem_icon {
    transform: translate(115%, -50%);
  }
  .serviceItem::after {
    width: 295px;
    height: 25.18px;
  }
  .serviceItem_content {
    padding: 70px 20px 35px 20px;
  }
  .testimonial_img img {
    max-width: 450px;
    height: 450px;
  }
  .testimonial_item h4 {
    font-size: 21px;
    line-height: 30px;
  }
  .contact_wrapper {
    padding: 30px 40px;
  }
  .contact_wrapper h2 {
    font-size: 42px;
    line-height: 50px;
  }
  .contact_wrapper p.fs-25 {
    font-size: 22px;
  }
  .contact_wrapper form input {
    padding: 17px 30px;
    font-size: 15px;
  }
  .contact_wrapper form input::placeholder {
    font-size: 16px;
  }
  .contact_wrapper form button.submit_btn {
    font-size: 16px;
    padding: 17px 60px;
  }
  .hero_content h1 .waviy span {
    margin-left: -13px;
  }
}

/* // Large devices (desktops, less than 1200px) */

@media (max-width: 1199.98px) {
  .menu-items li {
    margin-right: 28px;
  }
  .login_img img {
    width: 675px;
    height: 747px;
  }
  .serviceItem::after {
    display: none;
  }
  .serviceItem_icon {
    transform: translate(245%, -50%);
  }
  .serviceItem_content {
    min-height: 270px;
  }
  .pricing_plan {
    padding: 22px 15px;
  }
  .navbar a {
    font-size: 16px;
  }
  .info_btn,
  .success_btn,
  .dark_btn {
    padding: 11px 33px;
  }
  .hero_sec {
    padding: 100px 0px;
    height: 770px;
  }
  .hero_content h1 {
    font-size: 60px;
    line-height: 64px;
  }
  .hero_content h2 {
    font-size: 25px;
    line-height: 33px;
  }
  .chart_img {
    top: 10%;
    right: 67%;
  }
  .hero_img2 {
    border: 5px solid var(--white-clr);
    left: 0%;
    top: 60%;
  }
  .square_shap {
    bottom: -23px;
  }
  .paddingTop {
    padding-top: 50px;
  }
  .paddingBottom {
    padding-bottom: 50px;
  }
  .testimonial_img img {
    max-width: 370px;
    height: 370px;
  }
  img.footer_logo {
    width: 190px;
  }
  .contact_wrapper {
    padding: 30px 40px;
  }
  .contact_wrapper h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .contact_wrapper p.fs-25 {
    font-size: 22px;
  }
  .contact_wrapper form input {
    padding: 17px 30px;
    font-size: 15px;
  }
  .contact_wrapper form input::placeholder {
    font-size: 16px;
  }
  .contact_wrapper form button.submit_btn {
    font-size: 16px;
    padding: 17px 35px;
  }
}

/* // Medium devices (tablets, less than 992px) */

@media (max-width: 991.98px) {
  .login_img img {
    height: 799px;
    width: 483px;
  }
  .margin-mins {
    margin-top: 0;
  }
  .serviceItem_icon {
    transform: translate(160%, -50%);
  }
  .serviceItem_content {
    min-height: 240px;
  }
  .pricing_plan {
    padding: 30px 20px;
  }
  .contact_wrapper {
    display: inherit;
    padding: 50px;
  }
  .hero_sec {
    padding: 100px 0px;
    height: auto;
  }
  .navbar-container input[type="checkbox"],
  .navbar-container .hamburger-lines {
    display: block;
  }
  .navbar-container {
    display: block;
    position: relative;
    height: 64px;
  }
  .navbar-container input[type="checkbox"] {
    position: absolute;
    display: block;
    height: 32px;
    width: 30px;
    top: 20px;
    right: 0;
    z-index: 5;
    opacity: 0;
    cursor: pointer;
  }
  .navbar-container .hamburger-lines {
    display: block;
    height: 22px;
    width: 30px;
    position: absolute;
    top: 20px;
    right: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .navbar-container .hamburger-lines .line {
    display: block;
    height: 2px;
    width: 100%;
    border-radius: 100px;
    background: var(--secondary-clr);
  }
  .navbar-container .hamburger-lines .line1 {
    transform-origin: 0% 0%;
    transition: transform 0.3s ease-in-out;
  }
  .navbar-container .hamburger-lines .line2 {
    transition: transform 0.2s ease-in-out;
  }
  .navbar-container .hamburger-lines .line3 {
    transform-origin: 0% 100%;
    transition: transform 0.3s ease-in-out;
  }
  .navbar .menu-items {
    padding-top: 100px;
    background: var(--white-clr);
    height: 100vh;
    width: 100%;
    max-width: 100%;
    transform: translate(-150%);
    display: flex;
    flex-direction: column;
    margin-left: 0px;
    padding-left: 140px;
    position: absolute;
    align-items: start;
    left: -25%;
    top: -8px;
    transition: transform 0.5s ease-in-out;
    box-shadow: 0px 0px 20px 3px #0000002e;
    overflow: scroll;
  }
  .navbar .menu-items li {
    margin-bottom: 1.8rem;
    font-size: 16px;
  }
  .logo {
    position: absolute;
    top: 10px;
    width: 200px;
    left: 0;
  }
  .logo img {
    width: 100%;
  }
  .navbar-container input[type="checkbox"]:checked ~ .menu-items {
    transform: translateX(0);
  }
  .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
    transform: rotate(45deg);
  }
  .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line2 {
    transform: scaleY(0);
  }
  .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line3 {
    transform: rotate(-44deg);
  }
  .hero_content h1 {
    font-size: 55px;
    line-height: 57px;
  }
  .hero_content h2 {
    font-size: 22px;
    line-height: 30px;
  }
  .error_wrap,
  .maintenance_wrap {
    padding: 60px 20px;
  }
  .hero_content h1 .waviy span {
    margin-left: -11px;
  }
}

/* // Small devices (landscape phones, less than 768px) */

@media (max-width: 767.98px) {
  .navbar .menu-items {
    padding-left: 100px;
  }
  .margin-mins {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .login_img {
    display: none;
  }
  .paddingTop {
    padding-top: 45px;
  }
  .paddingBottom {
    padding-bottom: 45px;
  }
  .serviceItem_icon {
    transform: translate(105%, -50%);
  }
  .serviceItem_content h4 {
    font-size: 20px;
  }
  h2 {
    text-transform: capitalize;
    font-size: 35px;
    line-height: 40px;
  }
  .contact_wrapper {
    display: inherit;
    padding: 40px 30px;
  }
  .contact_wrapper h2 {
    font-size: 35px;
    line-height: 48px;
  }
  .contact_wrapper p.fs-25 {
    font-size: 20px;
  }
}

/* // X-Small devices (portrait phones, less than 576px) */

@media (max-width: 575.98px) {
  .navbar .menu-items {
    padding-left: 127px;
  }
  .serviceItem .rounded_shape {
    transition: 0.2s all;
    z-index: 0;
    position: absolute;
    left: 16%;
    top: 0;
    width: 330px;
    margin: auto;
  }
  .serviceItem_content {
    min-height: 240px;
    overflow: hidden;
  }
  .serviceItem_icon {
    transform: inherit;
    top: -16%;
    left: 40%;
  }
  .navbar {
    padding: 5px 15px;
  }
  .logo {
    width: 150px;
  }
  .navbar-container .hamburger-lines {
    height: 20px;
    width: 26px;
    top: 20px;
  }
  .navbar .menu-items {
    left: -20%;
  }
  .hero_content h1 {
    font-size: 50px;
    line-height: 55px;
  }
  .hero_content h2 {
    font-size: 20px;
    line-height: 25px;
  }
  p.fs-18 {
    font-size: 15px;
    line-height: 25px;
  }
  body,
  .info_btn,
  .success_btn,
  .dark_btn {
    font-size: 15px;
  }
  .paddingTop {
    padding-top: 40px;
  }
  .paddingBottom {
    padding-bottom: 40px;
  }
  .about_content {
    padding: 40px 15px;
  }
  .services_row {
    padding-top: 40px;
  }
  .testimonial_item h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
  }
  .testimonial_item h5 {
    font-size: 16px;
    line-height: 22px;
  }
  p.fs-14 {
    font-size: 13px;
  }
  .contact_wrapper {
    padding: 30px 20px;
  }
  .contact_wrapper h2 {
    font-size: 30px;
    line-height: 39px;
  }
  .contact_wrapper form input {
    padding: 15px 25px;
    font-size: 15px;
  }
  .contact_wrapper form button.submit_btn {
    font-size: 15px;
    padding: 14.6px 35px;
  }
  .contact_wrapper p.fs-25 {
    font-size: 18px;
    margin: 10px 0px;
  }
  .contact_wrapper form input::placeholder {
    font-size: 14px;
  }
  .error_wrap,
  .maintenance_wrap {
    padding: 50px 15px;
  }
  .errorMsg_print img,
  .maintenanceMsg_print img {
    width: 270px;
  }
  .maintenanceMsg_print h2 {
    font-size: 30px;
  }
}

@media (max-width: 500.98px) {
  .navbar .menu-items {
    padding-left: 90px;
  }
  .hero_content h1 {
    font-size: 40px;
    line-height: 45px;
  }
  .hero_imgs {
    height: 100%;
    padding-right: 0px;
    position: relative;
  }
  .chart_img {
    width: 140px;
  }
  .hero_img1 {
    height: 450px;
    object-fit: cover;
  }
  h2 {
    text-transform: capitalize;
    font-size: 30px;
    line-height: 35px;
  }
  .pricing_plan ul {
    margin-bottom: 20px;
  }
  .pricing_plan {
    padding: 20px 15px;
  }
  .smll_footer {
    padding: 12px 20px;
  }
  .breadcrumb_area {
    min-height: 150px;
  }
  .contact_detail {
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 10px;
  }
  .contact_form {
    border-radius: 10px;
    padding: 15px;
  }
  .maintenanceMsg_print h2,
  .errorMsg_print h2 {
    font-size: 25px;
  }
  .maintenanceMsg_print lottie-player,
  .errorMsg_print lottie-player {
    height: auto !important;
  }
  .hero_content h1 .waviy span {
    margin-left: -9px;
  }
}

@media (max-width: 416.98px) {
  .hero_img1 {
    width: 100%;
  }
  .about_content {
    padding: 30px 15px;
  }
  .serviceItem .rounded_shape {
    left: 16%;
    width: 256px;
  }
  .serviceItem_content {
    min-height: auto;
    overflow: hidden;
  }
  .hero_img2 {
    margin-top: 10px;
    border: 3px solid var(--primary-info-clr);
    position: static;
    width: 100%;
  }
  .heading-line {
    width: 70px;
  }
  .hero_img1 {
    width: 100%;
    height: 325px;
    object-fit: cover;
    border: 3px solid var(--secondary-clr);
  }
  .square_shap {
    display: none;
  }
  .chart_img {
    width: 120px;
    top: -10px;
    right: 5px;
  }
  @keyframes UpDown {
    0% {
      top: -11%;
    }
    50% {
      top: -9%;
    }
    100% {
      top: -11%;
    }
  }
  .hero_sec {
    padding: 95px 0px 40px;
  }
  footer ul li {
    margin-right: 20px;
  }
  .errorMsg_print img,
  .maintenanceMsg_print img {
    width: 200px;
  }
  .hero_content h1 {
    font-size: 37px;
    line-height: 42px;
  }
  .hero_content h2 {
    font-size: 18px;
    line-height: 25px;
  }
}

@media (max-width: 300.98px) {
  .navbar .menu-items {
    padding-left: 60px;
  }
  .serviceItem .rounded_shape {
    left: 16%;
    width: 256px;
  }
}
