@media (min-width: 1200px) {
  .container {
    padding: 0 12px;
  }
  header .navbar-collapse a:not(:nth-last-child(2)) {
    padding-right: 5.6rem;
  }
   /* 15-01 */
   .custom-modal .delete-acc-head p{
    padding: 0 3.5rem;
  }
}

@media screen and (min-width: 1280px) {
  .container {
    max-width: 1164px;
  }
}

@media screen and (min-width: 1350px) {
  .container {
    max-width: 1264px;
  }
}

@media screen and (min-width: 1440px) {
  .container {
    max-width: 1264px;
  }
}

@media screen and (min-width: 1600px) {
  .container {
    max-width: 1464px;
  }
  .use-cases-section .auto-slide-img-wrap {
    max-width: 80%;
  }
  .timeline {
    max-width: 80%;
  }
}

@media screen and (min-width: 1800px) {
  .container {
    max-width: 1564px;
  }
}

@media (max-width: 1799px) {
  :root {
    --font76: 5.6rem;
  }
  html {
    font-size: 9px;
  }
}

@media screen and (max-width: 1679px) {
  .predictive-analytics-section {
    margin-top: -30rem;
  }
}

@media (max-width: 1599px) {
  :root {
    --font32: 28px;
    --font24: 20px;
    --font28: 24px;
    --font26: 22px;
    --font20: 18px;
    --font16: 14px;
  }
  .our-team-card-grid {
    grid-gap: 3rem;
  }
}

@media screen and (max-width: 1439px) {
  html {
    font-size: 8px;
  }
}

@media screen and (max-width: 1365px) {
  html {
    font-size: 7px;
  }
}

@media (min-width: 1366px) {
  .predictive-analytics-col p {
    max-width: 70%;
  }
}

@media screen and (max-width: 1199px) {
  :root {
    --footer-left-col-width: 270px;
    --font66: 5.6rem;
    --font26: 20px;
    --font32: 24px;
    --font24: 17px;
    --font18: 15px;
  }
  /* .auto-slide-cases-section h6 {
    max-width: 60%;
  } */
  .primary-btn {
    min-height: 40px;
    border-radius: 7px;
  }
  .auto-slide-img-wrap .select-block li.active .content {
    height: 100px;
  }
  .scrollspy-section .scrollspy-example h4{
    font-size: 20px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  header .navbar-collapse a:not(:nth-last-child(2)) {
    padding-right: 5.6rem;
  }
}

@media (min-width: 576px) and (max-width: 1199px) {
  .our-team-card-grid {
    grid-gap: 10px;
  }
  .brand-logo {
    max-width: 120px;
  }
}

@media screen and (max-width: 991px) {
  :root {
    --font66: 5rem;
  }
  html {
    font-size: 6px;
  }
  .predictive-analytics-grid,
  .our-team-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .auto-slide-img-wrap {
    grid-gap: 5rem;
  }
  .scrollspy-menu-list-wrap {
    grid-gap: 14px;
  }
  .scrollspy-menu-name {
    padding: 8px 10px;
  }
  .timeline__track {
    left: calc(var(--auto-slide-img-width) + -2px);
  }
  .predictive-analytics-col:hover .predictive-analytics-label-icon-wrap {
    background-color: var(--alterClr);
  }
  .auto-slide-img-wrap .select-block li {
    padding: 12px;
  }
  .auto-slide-img-wrap .select-block li.active .content {
    height: 115px;
  }
  .product-services-section .nav {
    grid-gap: 10px;
  }
  .product-services-section .nav-link {
    padding: 8px 10px;
  }
  .auto-slide-img-wrap .select-block li p {
    font-size: var(--font14);
  }
  header .navbar-collapse a:not(:nth-last-child(2)) {
    padding-right: 2.6rem;
  }
}

@media (min-width: 768px) {
  :root {
    --auto-slide-img-width: 54rem;
  }
  .timeline__line {
    left: auto;
    right: 0;
  }
  .scrollspy-section .list-group {
    position: sticky;
    top: calc(var(--headerHeight) + 15px);
  }

  .scrollspy-section .list-group-item:not(:last-child) {
    margin-bottom: 10px;
  }
  footer ul li a {
    padding: 0 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  :root {
    --headerHeight: 70px;
    --font76: 4.6rem;
    --font32: 22px;
    --font28: 20px;
    --font26: 18px;
    --font20: 16px;

    --space-big: 7.2rem;
    --space-mid: 5.4rem;
    --space-small: 3.4rem;
  }
  .container {
    padding: 0 12px;
  }
  .predictive-analytics-grid {
    grid-gap: 3.8rem 2rem;
  }
  .predictive-analytics-label-icon-wrap {
    margin-right: 10px;
  }
  .auto-slide-img-wrap .select-block li.active .content {
    height: max-content;
  }
  .auto-slide-img-wrap .content img {
    border-radius: 16px;
    margin-top: 20px;
  }
  /* .auto-slide-cases-section h6 {
    max-width: 100%;
  } */
  .timeline__track {
    display: none;
  }
  .product-services-section .nav-link {
    white-space: nowrap;
  }
  /* header menu start */
  .navbar-collapse {
    background-color: #fff;
    padding: 60px 15px 15px;
    position: fixed;
    top: 0;
    right: 0;
    width: 100% !important;
    text-align: center;
    bottom: 0;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -webkit-transform: translateX(110%);
    -moz-transform: translateX(110%);
    -ms-transform: translateX(110%);
    -o-transform: translateX(110%);
    transform: translateX(110%);
    height: 100%;
    overflow: auto;
    border-radius: 0;
    box-shadow: -10px 10px 20px 0 rgba(0, 0, 0, 0.2);
    z-index: 1;
    flex-direction: column;
  }

  .show-menu .navbar-collapse {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  header .collapse .dropdown-menu {
    max-width: 50%;
    margin: 0 auto;
  }

  .navbar-toggler {
    width: 35px;
    height: 35px;
    line-height: 35px;
    padding: 0;
    border-radius: 5px;
    border: none;
    text-align: center;
    z-index: 110;
    transition: all 0.5s;
    top: 50%;
    cursor: pointer;
    vertical-align: middle;
  }

  .navbar-toggler:focus {
    box-shadow: none;
  }

  .navbar-toggler span {
    position: relative;
    width: 25px;
    height: 2px;
    background-color: var(--primaryClr);
    display: block;
    background-image: none !important;
    margin-left: auto;
  }

  .navbar-toggler span::after,
  .navbar-toggler span::before {
    position: absolute;
    content: "";
    width: 17px;
    height: 2px;
    background-color: var(--primaryClr);
    right: 0;
    transition: all 0.5s;
  }

  .navbar-toggler span::before {
    top: -7px;
  }

  .navbar-toggler span::after {
    top: 7px;
  }

  .show-menu .navbar-toggler span::after,
  .show-menu .navbar-toggler span::before {
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(45deg);
    top: -1px;
  }

  .show-menu .navbar-toggler span::after {
    transform: rotate(-45deg);
  }

  .show-menu .navbar-toggler span {
    height: 0;
  }

  .show-menu {
    overflow-y: hidden;
  }
  .profile-dropdown .dropdown-toggle {
    margin-right: 25px;
  }
  .our-team-card-grid {
    display: grid !important;
  }
  .our-team-card-col {
    width: 100%;
  }
  /* header menu end */
  .scrollspy-section .scrollspy-link {
    display: flex;
    white-space: nowrap;
    overflow-x: auto;
  }
  .scrollspy-section .scrollspy-col {
    position: sticky;
    top: calc(var(--headerHeight));
    z-index: 3;
  }
  .scrollspy-section .scrollspy-example > div:not(:last-child) {
    margin-bottom: 4.8rem;
  }
  footer ul li {
    width: calc(100% / 2);
  }
  .custom-modal .modal-content h4{
    font-size: 20px;
  }
}

@media (min-width: 576px) {
  /* footer ul li:not(:last-child) a::after {
    content: "";
    width: 2px;
    height: 100%;
    background-color: var(--lightWhiteClr);
    position: absolute;
    right: 0;
  } */
}

@media screen and (max-width: 575px) {
  :root {
    --font66: 4rem;
    --font32: 18px;
    --font26: 16px;
    --font24: 14px;
    --font14: 12px;
  }
  html {
    font-size: 5px;
  }
  .predictive-analytics-grid,
  .our-team-card-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .footer-social-section {
    padding: 0 0 16px !important;
  }
  .social-link-wrap {
    border: 1px solid var(--lightWhiteClr);
    border-width: 1px 0;
    padding: 16px 0;
  }
  .footer-social-section h6 {
    padding-top: 16px;
  }
  .footer-logo {
    max-width: 150px;
  }
  .hero-section h1 {
    font-size: 19px;
    max-width: 70rem;
  }
  .hero-section {
    min-height: 94rem;
  }
  .brand-logo {
    max-width: 100px;
  }
  .scrollspy-section .scrollspy-example h4 {
    font-size: 18px;
  }
  .scrollspy-section .scrollspy-example h5{
    font-size: 16px;
  }
  .scrollspy-section .scrollspy-example h6{
    font-size: 14px;
  }
  .custom-modal .modal-content h4{
    font-size: 20px;
  }
  .error{
    font-size: 12px;
  }
  .delete-account-section .custom-modal{
    padding: 20px;
  }
}
@media (min-width: 350px) and (max-width: 399px) {
  .hero-section h1 {
    font-size: 17px;
  }
}
@media screen and (max-width: 399px) {
  :root {
    --section-xy-space: 0;
  }
  .timeline__track {
    left: 0;
  }
  .geovation-logo {
    max-width: 130px;
  }
  .hero-section h1 {
    font-size: 16px;
    max-width: 65rem;
  }
}
