/* -----------------------------------------
    Media 1200px 
--------------------------------------------*/
@media (max-width: 1199px) {
  .container {
    max-width: 100%;
  }
  .quality-control .container {
    padding-left: 12px;
    padding-right: 12px;
  }
  .row {
    margin-left: 0;
    margin-right: 0;
  }
  .form-box .row {
    margin-left: -12px;
    margin-right: -12px;
  }
  .site-nav .menu {
    gap: 16px;
    margin: 0 16px 0 0;
  }
  .square-img {
    margin-top: 10px;
  }
  .square-img::after {
    top: -10px;
    right: -10px;
  }
  .pricing-row .pricing-col .pricing-box {
    padding: 14px;
  }
}

/* -----------------------------------------
    Media 991px 
--------------------------------------------*/
@media (max-width: 991px) {
  h1,
  .heading-one {
    font-size: 44px;
    line-height: 60px;
  }
  h2,
  .heading-two {
    font-size: 36px;
    line-height: 48px;
  }
  .mobile-only .custom-logo-link {
    display: block;
  }
  .drop-arrow {
    display: inline-block;
  }
  .side-nav .solid-btn {
    width: max-content;
    margin: 12px 20px 0;
    background: transparent;
    color: #000;
    border: 0;
    font-weight: 600;
    padding: 0;
    font-size: 14px;
  }
  .menu .sub-menu:after {
    display: none;
  }
  .menu-toggle {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    margin-left: 12px;
    border: 1px solid #002868;
    border-radius: 8px;
    padding: 0;
    background: transparent;
    overflow: hidden;
    width: 44px;
    height: 44px;
  }
  .line-toggle {
    position: absolute;
    display: block;
    width: 24px;
    height: 3px;
    background: #002868;
    border-radius: 5px;
    transition: all 0.6s;
  }
  .line-toggle:first-child {
    transform: translateY(-10px) translateX(-4px);
    width: 16px;
    transition-delay: 0s;
  }
  .line-toggle:nth-child(2) {
    transition-delay: 0.12s;
  }
  .line-toggle:last-child {
    transform: translateY(10px) translateX(-5px);
    width: 12px;
    transition-delay: 0s;
  }
  .site-nav.toggled .line-toggle:first-child {
    background: #002868;
    transform: translateY(0) translateX(0) rotate(45deg);
    width: 30px;
    height: 3px;
    transition-delay: 0.1s;
  }
  .site-nav.toggled .line-toggle:nth-child(2) {
    transform: translateX(110px);
    transition-delay: 0s;
  }
  .site-nav.toggled .line-toggle:last-child {
    background: #002868;
    transform: translateY(0) translateX(0) rotate(314deg);
    width: 30px;
    height: 3px;
    transition-delay: 0.1s;
  }
  .side-nav {
    position: fixed;
    left: -100%;
    top: 0;
    background: #fff;
    width: 50%;
    height: 100vh;
    box-shadow: 0 0 20px rgb(0 0 0 / 50%);
    padding: 0;
    z-index: 9;
    padding: 20px 0;
    transition: 1s;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }
  .site-nav.toggled .side-nav {
    left: 0;
    transition: 1s;
  }
  .side-nav .menu {
    flex-direction: column;
    align-items: flex-start;
    margin-right: 0;
    gap: 0;
  }
  .side-nav .custom-logo-link {
    padding: 0 20px 20px;
    border-bottom: 1px solid #efefef;
    display: block;
  }
  .side-nav .menu li {
    display: block;
    width: 100%;
    padding: 10px 20px;
    margin: 0;
    border-bottom: 1px solid #efefef;
  }
  .menu .menu-item a {
    overflow: inherit;
    display: block;
    white-space: initial;
  }
  .menu .menu-item a:before,
  .menu .menu-item a:after {
    display: none;
  }
  .drop-arrow {
    position: absolute;
    right: 16px;
    top: 10px;
  }
  .menu .menu-item-has-children .sub-menu {
    display: none;
    position: static;
    width: 100%;
    box-shadow: none;
    /* visibility: visible;
    opacity: 1; */
  }
  .menu .menu-item-has-children:hover .sub-menu {
    display: none;
  }
  .menu .sub-menu li {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .swiper-nav {
    gap: 20px;
  }
  .swiper-button-next,
  .swiper-button-prev,
  .icon-quote::before {
    width: 40px;
    height: 40px;
  }
  .swiper-button-next .icon-arrow-right::before,
  .swiper-button-prev .icon-arrow-right::before {
    width: 30px;
    height: 30px;
  }
  .white-box-row {
    justify-content: center;
  }
  .white-box-col:nth-child(even) {
    margin-top: -30px;
  }
  .integration-sec {
    padding-top: 60px;
  }
  .menu .menu-item-has-children:hover .sub-menu,
  .menu .sub-menu {
    transition: none;
  }
}

/* -----------------------------------------
    Media 767px 
--------------------------------------------*/
@media (max-width: 767px) {
  h1,
  .heading-one {
    font-size: 40px;
    line-height: 50px;
  }
  h2,
  .heading-two {
    font-size: 32px;
    line-height: 46px;
  }
  h3,
  .heading-three {
    font-size: 22px;
    line-height: 36px;
  }
  h4,
  .heading-four {
    font-size: 22px;
    line-height: 30px;
  }
  h5,
  .heading-five {
    font-size: 18px;
    line-height: 30px;
  }
  .solid-btn,
  .line-btn {
    padding: 10px 16px;
    font-size: 14px;
  }
  .py-60 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pb-60 {
    padding-bottom: 40px;
  }
  .pt-60 {
    padding-top: 40px;
  }
  .pb-36 {
    padding-bottom: 16px;
  }
  .mb-40,
  .mb-30 {
    margin-bottom: 20px;
  }
  .mt-40 {
    margin-top: 20px;
  }
  .resource-box {
    padding: 16px;
  }
  .square-img {
    display: inline-block;
    padding: 10px 12px 0 0;
  }
  .square-img:hover {
    padding: 0;
  }
  .square-img::after {
    top: -8px;
    right: -6px;
  }
  .white-box {
    padding: 16px;
  }
  .bottom-footer ul {
    justify-content: center;
  }
  .footer-link-col {
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 16px;
  }
  .top-footer .footer-title {
    position: relative;
    margin-bottom: 16px;
  }
  .top-footer .footer-title::after {
    content: "";
    position: absolute;
    right: 16px;
    background: url(../images/icon-arrow-down.svg) no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
    transition: all 0.4s ease-in-out;
  }
  .top-footer .footer-title.active::after {
    transform: rotate(180deg);
    transition: all 0.4s ease-in-out;
  }
  .top-footer .footer-links {
    margin-bottom: 16px;
  }
  .form-box {
    padding: 16px;
  }
  .download-app {
    padding-bottom: 40px;
  }
}

/* -----------------------------------------
    Media 640px 
--------------------------------------------*/
@media (max-width: 640px) {
  h1,
  .heading-one {
    font-size: 34px;
    line-height: 46px;
  }
  h2,
  .heading-two {
    font-size: 26px;
    line-height: 34px;
  }
  h3,
  h4,
  .heading-three,
  .heading-four {
    font-size: 20px;
    line-height: 30px;
  }
  h5,
  .heading-five {
    font-size: 16px;
    line-height: 26px;
  }
  p,
  a,
  .site-content ul li {
    font-size: 14px;
    line-height: 26px;
  }
  .button-row {
    gap: 16px;
  }
  .side-nav {
    width: 60%;
  }
  .custom-logo-link img {
    max-width: 80px;
    max-height: 80px;
  }
  .breadcrumb {
    flex-wrap: nowrap;
  }
  .breadcrumb-block {
    padding: 8px 0;
  }
  .breadcrumb-block .breadcrumb li {
    padding-left: 8px;
    text-overflow: ellipsis;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
  }
  .breadcrumb-block .breadcrumb li:last-child {
    width: 65%;
  }
  .breadcrumb-item + .breadcrumb-item::before {
    padding-right: 8px;
  }
  .form-control {
    padding: 12px;
  }
}

/* -----------------------------------------
    Media 480px 
--------------------------------------------*/
@media (max-width: 480px) {
  .side-nav {
    width: 75%;
  }
  .side-nav .custom-logo-link {
    padding: 0 20px 12px;
  }
  .menu-toggle {
    width: 36px;
    height: 36px;
    margin-left: 8px;
  }
  .site-nav.toggled .side-nav {
    padding: 12px 0;
  }
  .line-toggle:first-child {
    transform: translateY(-8px) translateX(-4px);
    width: 14px;
  }
  .line-toggle {
    width: 22px;
  }
  .line-toggle:last-child {
    transform: translateY(8px) translateX(-5px);
    width: 10px;
  }
  .site-nav.toggled .line-toggle:last-child,
  .site-nav.toggled .line-toggle:first-child {
    width: 24px;
  }
  .white-box-row {
    margin: 0 -12px;
  }
  .white-box-col {
    width: 100%;
    max-width: 100%;
  }
  .white-box-col:nth-child(even) {
    margin-top: 0;
  }
  .white-box-col {
    padding: 10px 12px;
  }
  .white-box img {
    max-height: 80px;
    margin: 0 auto 10px;
  }
  .bottom-footer ul {
    flex-wrap: wrap;
  }
}
