@media only screen and (max-width: 1399px) {
  h1,
  .heading-one {
    line-height: 70px;
  }
}
@media only screen and (max-width: 1199px) {
  h1,
  .heading-one {
    line-height: 68px;
  }
  .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row .row {
    margin-left: -12px;
    margin-right: -12px;
  }
  .banner-content p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  .banner-content {
    padding: 20px 0;
  }
  .banner-img {
    max-width: 460px;
    margin: 0 auto;
    height: 100%;
  }
}

@media only screen and (max-width: 991px) {
  h1,
  .heading-one {
    font-size: 44px;
    line-height: 56px;
  }
  .inner-banner h1 {
    font-size: 44px;
    line-height: 52px;
  }
  h2,
  .heading-two {
    font-size: 36px;
    line-height: 46px;
  }
  h3,
  .heading-three {
    font-size: 30px;
    line-height: 40px;
  }
  h4,
  .heading-four {
    font-size: 24px;
    line-height: 30px;
  }
  h5,
  .heading-five {
    font-size: 22px;
    line-height: 24px;
  }
  h6,
  .heading-six {
    font-size: 18px;
  }
  .text-xl {
    font-size: 16px;
    line-height: 24px;
  }
  .solid-btn,
  .wpcf7-submit,
  .line-btn {
    font-size: 14px;
    padding: 10px 20px;
    gap: 8px;
  }
  .button-row,
  .button-row > p {
    gap: 16px;
  }
  .mb-10 {
    margin-bottom: 6px;
  }
  .mb-30,
  .mb-32 {
    margin-bottom: 20px;
  }
  .mb-40 {
    margin-bottom: 30px;
  }
  .mt-40 {
    margin-top: 30px;
  }
  .py-60 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pt-60 {
    padding-top: 40px;
  }
  .pb-60 {
    padding-bottom: 40px;
  }
  body.menu-open {
    position: fixed;
    width: 100%;
    overflow: hidden;
  }

  html.menu-open {
    overflow: hidden;
  }

  .header-left {
    gap: 12px;
  }
  .header-left .solid-btn {
    padding: 7px 10px;
  }
  .custom-lang-dropdown .dropdown-toggle {
    font-size: 14px;
    line-height: 20px;
    padding: 8px 10px;
  }
  .hamburger-wrapper {
    display: block;
  }
  .hamburger {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffffff;
    border-radius: 12px;
    background-color: transparent;
    padding: 0;
    margin: 0;
    background: transparent;
    overflow: hidden;
    width: 38px;
    height: 38px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    z-index: 1001;
  }
  .hamburger span {
    display: block;
    position: absolute;
    height: 1px;
    width: 24px;
    background: #ffffff;
    border-radius: 4px;
    opacity: 1;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  .hamburger span:nth-child(1) {
    top: 10px;
  }
  .hamburger span:nth-child(2),
  .hamburger span:nth-child(3) {
    top: 17px;
  }
  .hamburger span:nth-child(4) {
    top: 24px;
  }
  .hamburger.is-active span:nth-child(1) {
    top: 12px;
    width: 0%;
    left: 50%;
  }
  .hamburger.is-active span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .hamburger.is-active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .hamburger.is-active span:nth-child(4) {
    top: 12px;
    width: 0%;
    left: 50%;
  }
  .side-nav {
    position: fixed;
    left: -100%;
    top: 0;
    background: #5b8def;
    /* width: 35%; */
    width: 100%;
    height: 100vh;
    padding: 0;
    z-index: 1000;
    padding: 5px 0;
    transition: all ease-in-out 0.5s;
    /* flex-direction: column;
    justify-content: flex-start;
    align-items: stretch; */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .side-nav.shownav {
    left: 0;
    transition: all ease-in-out 0.5s;
  }
  .side-nav.shownav .hide.is-active {
    opacity: 1;
    transition: all 0.3s ease-in-out;
  }
  .side-nav .menu {
    /* flex-direction: column;
    align-items: flex-start; */
    margin-right: 0;
    gap: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .menu .menu-item {
    /* display: block; */
    width: 100%;
    padding: 0;
    margin: 0;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.46); */
    position: relative;
    display: flex;
    justify-content: center;
  }
  .menu .menu-item a {
    /* font-size: 14px; */
    overflow: inherit;
    display: block;
    white-space: initial;
    padding: 10px 20px;
    transition: 0.3s;
    font-size: 24px;
    line-height: 34px;
  }
  .menu .menu-item a::before,
  .menu .menu-item a::after {
    display: none;
  }
  .custom-lang-dropdown .dropdown-menu {
    max-width: 54px;
    min-width: auto;
    width: 100%;
  }
  .banner-content {
    align-items: center;
    text-align: center;
  }
  .banner-content p {
    margin-bottom: 12px;
  }
  .banner-img {
    max-width: 400px;
  }
  .app-links {
    gap: 8px;
  }
  .about-left .about-img {
    margin-top: 40px;
  }
  .about-right .about-img {
    margin-bottom: 30px;
  }
  .faqs .accordion-item {
    padding: 19px;
  }
  .faqs .accordion-button {
    font-size: 20px;
    line-height: 30px;
  }
  .feature-block {
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-align: center;
    height: 100%;
  }
  .download-img {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .download-content {
    text-align: center;
    margin-top: 40px;
    margin: 40px auto 0;
    max-width: 600px;
  }
  .download-content .app-links {
    justify-content: center;
  }
  .contact-block {
    padding: 20px;
  }
  .footer-logo-link {
    max-width: 80px;
  }
  .footer-description p {
    font-size: 14px;
    line-height: 20px;
  }
  .footer-menu p,
  .footer-social p {
    margin-bottom: 16px;
  }
  .menu-footer-menu-container .menu .menu-item,
  .menu-footer-menu-ar-container .menu .menu-item {
    display: block;
  }
  .menu-footer-menu-container .menu .menu-item a,
  .menu-footer-menu-ar-container .menu .menu-item a {
    padding: 0;
    font-size: 14px;
    line-height: 20px;
  }
  .footer-social-media {
    gap: 16px;
  }
  .go-top.solid-btn {
    right: 12px;
  }
  .blog-content h2,
  .blog-content p,
  .blog-content a {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 8px;
  }
  .content h1.wrong {
    font-size: 140px;
    line-height: 160px;
  }
}

@media only screen and (max-width: 767px) {
  h1,
  .heading-one,
  .inner-banner h1 {
    font-size: 38px;
    line-height: 48px;
  }
  h2,
  .heading-two {
    font-size: 30px;
    line-height: 40px;
  }
  h3,
  .heading-three {
    font-size: 24px;
    line-height: 32px;
  }
  h4,
  .heading-four {
    font-size: 22px;
    line-height: 28px;
  }
  .py-100 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pt-100 {
    padding-top: 40px;
  }
  .pb-100 {
    padding-bottom: 40px;
  }
  .pt-80 {
    padding-top: 20px;
  }
  .pb-80 {
    padding-bottom: 20px;
  }
  .menu .menu-item a {
    font-size: 22px;
    line-height: 28px;
  }
  .banner-content p {
    font-size: 16px;
    line-height: 24px;
  }
  .banner-img {
    max-width: 360px;
    margin: 0 auto;
  }
  .about-left {
    margin-right: 0;
  }
  .about-left .about-img {
    margin: 24px 0;
  }
  .about-right .about-img {
    margin-bottom: 20px;
  }
  .feature-block {
    padding: 16px;
  }
  .download-content {
    max-width: 100%;
  }
  .footer-description {
    margin-bottom: 16px;
    text-align: center;
  }
}

@media only screen and (max-width: 575px) {
  h1,
  .heading-one,
  .inner-banner h1 {
    font-size: 34px;
    line-height: 40px;
  }
  h2,
  .heading-two {
    font-size: 26px;
    line-height: 30px;
  }
  h3,
  .heading-three {
    font-size: 22px;
    line-height: 28px;
  }
  h4,
  .heading-four {
    font-size: 20px;
    line-height: 26px;
  }
  h5,
  .heading-five {
    font-size: 18px;
    line-height: 26px;
  }
  h6,
  .heading-six {
    font-size: 16px;
  }
  p,
  a,
  p > a,
  .text-normal,
  .service-detail .common-list-numeric > li,
  .service-detail .common-list li {
    font-size: 14px;
    line-height: 24px;
  }
  .text-xl {
    font-size: 14px;
    line-height: 24px;
  }
  input,
  textarea,
  .form-control {
    padding: 10px 13px;
  }
  label {
    margin-bottom: 6px;
  }
  .form-group {
    margin-bottom: 16px;
  }
  .solid-btn,
  .wpcf7-submit,
  .line-btn {
    font-size: 14px;
    padding: 8px 12px;
    gap: 6px;
  }
  .solid-btn i,
  .wpcf7-submit i,
  .line-btn i {
    width: 16px;
    height: 16px;
  }
  .button-row,
  .button-row > p {
    gap: 12px;
  }
  .mb-20 {
    margin-bottom: 10px;
  }
  .mb-30 {
    margin-bottom: 20px;
  }
  .mb-40 {
    margin-bottom: 20px;
  }
  .mt-30 {
    margin-top: 20px;
  }
  .mt-40 {
    margin-top: 20px;
  }
  .py-40 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .pt-40 {
    padding-top: 30px;
  }
  .pb-40 {
    padding-bottom: 30px;
  }
  .py-60 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .pt-60 {
    padding-top: 30px;
  }
  .pb-60 {
    padding-bottom: 30px;
  }
  .header-left {
    gap: 6px;
  }
  .common-list li,
  .blog-detail-content ul li {
    padding-left: 18px;
  }
  .common-list li::before,
  .blog-detail-content ul li::before {
    top: 10px;
    left: 7px;
    width: 4px;
    height: 4px;
  }
  .site-header.sticky .header-wrapper {
    padding: 8px 0;
  }
  .header-wrapper {
    gap: 6px;
    padding: 16px 0 10px;
  }
  .menu .menu-item a {
    font-size: 20px;
    line-height: 26px;
    padding: 8px 12px;
  }
  .banner-wrapper,
  .site-content {
    padding-top: 81px;
  }
  .app-links li a {
    max-width: 100px;
  }
  .about-left .about-img {
    margin: 16px 0;
  }
  .about-right .about-img {
    margin-bottom: 16px;
  }
  .feature-row {
    margin-bottom: 0;
  }
  .feature-col:last-child {
    margin-bottom: 0;
  }
  .feature-block {
    padding: 12px;
  }
  .feature-icon {
    border-radius: 20px;
    width: 50px;
    height: 50px;
  }
  .feature-icon img {
    width: 30px;
    height: 30px;
  }
  .faqs .accordion-item {
    padding: 15px;
  }
  .faqs .accordion-button {
    font-size: 18px;
    line-height: 26px;
  }
  .faqs .accordion-button::after {
    width: 24px;
    height: 24px;
    background-size: 12px;
  }
  .faqs .accordion-body {
    padding-top: 12px;
    margin-top: 12px;
  }
  .download-content {
    margin-top: 30px;
  }
  .contact-block {
    padding: 16px;
  }
  .site-footer {
    text-align: center;
  }
  .footer-menu p,
  .footer-social p {
    margin-bottom: 12px;
  }
  .menu-footer-menu-container .menu,
  .menu-footer-menu-ar-container .menu {
    margin-bottom: 16px;
  }
  .footer-logo-link {
    max-width: 70px;
  }
  .footer-social-media {
    gap: 12px;
    justify-content: center;
  }
  .footer-social-media li a {
    max-width: 20px;
  }
  .footer-bottom-wrapper {
    row-gap: 4px;
    padding: 8px 0;
    flex-direction: column;
  }
  .blog-detail-content ul li {
    font-size: 14px;
    line-height: 24px;
  }
  .blog-detail-content ul li:not(:last-child) {
    margin-bottom: 8px;
  }
  .blog-col {
    margin-bottom: 16px;
  }
  .blog-col:nth-child(odd) {
    padding-right: 8px;
  }
  .blog-col:nth-child(even) {
    padding-left: 8px;
  }
  .blog-image {
    height: 180px;
  }
  .blog-content {
    padding: 8px;
    height: calc(100% - 180px);
  }
  .content h1.wrong {
    font-size: 100px;
    line-height: 120px;
  }
  .thank-you-block {
    padding: 12px;
  }
  .thank-you-image {
    max-width: 80px;
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 480px) {
  h1,
  .heading-one,
  .inner-banner h1 {
    font-size: 30px;
    line-height: 38px;
  }
  .banner-content p {
    font-size: 14px;
    line-height: 20px;
  }
  .feature-icon {
    border-radius: 16px;
    width: 40px;
    height: 40px;
  }
  .feature-icon img {
    width: 24px;
    height: 24px;
  }
  .faqs .accordion-button {
    font-size: 16px;
    line-height: 24px;
  }
  .footer-description,
  .menu-footer-menu-container .menu,
  .menu-footer-menu-ar-container .menu {
    margin-bottom: 12px;
  }
  .blog-col {
    width: 100%;
  }
  .blog-col:nth-child(odd) {
    padding-right: 12px;
  }
  .blog-col:nth-child(even) {
    padding-left: 12px;
  }
  .blog-image {
    height: 200px;
    max-width: 100%;
  }
  .blog-content {
    height: calc(100% - 200px);
  }
}
