@media (min-width: 1921px) {
 
}

/* XXL Device :1200px. */
@media (min-width: 320px) and (max-width: 1680px) {
 
  
}

@media (min-width: 320px) and (max-width: 1399px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1140px;
  }

}

/* LG Device :1200px. */
@media (min-width: 320px) and (max-width: 1199px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 960px;
  }
  :root {
    --f32 : 28px;
  }
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 24px;
  }
  
  h4 {
    font-size: 20px;
  }
  
  h5 {
    font-size: 18px;
  }
  .search__login {
    gap: 1px;
}

.header__wrap > ul li a {
    padding: 0px 8px 6px;
}

a.login {
  width: 100%;
}
.nice-select{
  padding-left: 0px;
}

div#seachField {
    padding: 10px 10px;
}

div#seachField, a.login {
    height: 30px;
    width: 100%;
}

.logo {
    width: 110px;
}

.booking__cards {
  gap: 10px;
}

.booking__card__img {
  height: 54px;
}
.arrows-downs, .arrows-downs2 {
  font-size: 17px;
}
.footer__cards {
    gap: 50px;
}

.footer__bottom,.footer__top {
    padding-left: 50px;
    padding-right: 50px;
}
}

/* MD Device :768px. */
@media (min-width: 320px) and (max-width: 991px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 720px;
  }
  :root {
    --f32 : 26px;
    --f24 : 20px;
    --f20 : 18px;
  --f40 : 30px;
  }
  h1 {
    font-size: 25px;
  }
  h2 {
    font-size: 22px;
  }
  .professional__card__top p {
    font-size: 20px;
}
.platform__content p, .platform__content span {
  font-size: 16px;
}
.membersip__table {
  overflow-x: scroll;
}

.membersip__table table {
  width: 700px;
}
section.service__application {
  margin-bottom: 60px;
}
.platform__content p {
  margin-bottom: 4px;
}
  section.happycustomer__area.mb {
    padding-top: 20px;
}

.mac__stor {
    top: 445px;
    left: 23%;
}

.happy__customer__left img:last-child {
    left: -50px;
    bottom: 878px;
}
  .company__contact {
    display: none;
}


.team__title.title {
  margin-bottom: 35px;
}

.team__card {
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 18px;
}
.team__card__img {
  width: 100%;
}
.team__card__content ul {
  row-gap: 8px;
  column-gap: 22px;
  flex-wrap: wrap;
  flex-direction: row;
}

.team__card__content ul li a {
  font-size: 18px;
}

.team__wrap {
  gap: 50px;
}

.team__card2 {
  grid-template-columns: repeat(1,1fr);
}

.team__wrap .team__card:last-child {display: flex !important;flex-direction: column-reverse;}
.booking__cards {
  grid-template-columns: repeat(4,1fr);
}
.booking__card__img {
  height: 155px;
  border-radius: 19px;
}
.booking__card__img:after {
  border-radius: 20px;
}
.booking__card__img img {
  inset: 2px;
  width: 98%;
  height: 98%;
}
.team__card__content {
  max-width: 100%;
}

.team__card__content ul li a {
  padding: 15px;
}


  .footer__top {
    flex-direction: column;
    gap: 20px;
    text-align: center;
}
.price__cart, .plan__table {
  max-width: 100%;
  margin: 0 !important;
}
.choose__plan {
  margin-bottom: 0px !important;
}
.section.service__checkout {
  margin-bottom: 60px;
}
.professional__card__top {
  padding: 40px 20px 20px;
}

.premium__list {
  margin: 10px 20px 0px;
}
}

/* SM Small Device :320px. */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  
  
  :root {
    --f32 : 24px;
  }
  .index__hero {
    height: 194px;
  }
  .index__hero .carousel-item img{
    height: 162px;
  }
button.accordion-button.collapsed {
  font-size: 16px;
}
.guarante__img img {
    max-width: 300px;
    margin: 0 auto;
    display: block;
}
  .about__details {
    text-align: center;
  /* padding: 320px 0px !important;
  margin: -250px 0px -240px !important; */
}
  .welcome h6 {
    font-size: 14px;
}
  .hero__area {
    padding: 45px 0px 50px;
}

.booking__card__img {
  height: 110px;
  border-radius: 13px;
}

.booking__card__img img {
  inset: 1px;
  width: 98%;
  height: 98%;
}

  .footer__cards {
    flex-direction: column;
    gap: 30px;
}

.footer__card > ul {
    gap: 8px;
}

.footer__card h5 {
    margin-bottom: 8px;
}

.footer__bottom, .footer__top {
    padding: 10px 15px 20px;
}

section.contact__details {
    /* padding: 140px 0px;
    margin: -180px 0px -75px; */
}
a.body__arrow.btns.btn__gradient {
  width: 35px;
  height: 35px;
  font-size: 20px;
}

.customer__card__field {
  padding: 10px;
}
.booking_wrap {
  gap: 15px;
}

.select__service__single {
  height: 80px;
}

.plan__single__card {
  padding: 10px 18px;
}

.choose__plan {
  margin-bottom: 0px !important;
}


.guarante__img img {
  max-width: 300px;
  margin: 0 auto;
  display: block;
}

.mac__stor {
  position: static;
  flex-direction: row;
  margin-bottom: 20px;
  gap: 12px;
}

.mac__stor img {
  border-radius: 8px;
}

.happy__customer__left img:last-child {display: none;}
}

@media (min-width: 320px) and (max-width: 575px) {
  .offcanvas-area {
    width: 100%;
  }
  
  .checkout__input {
    grid-template-columns: repeat(1,1fr);
    gap: 12px;
}
  .modal__service__details .sell__cart {
    flex-direction: column;
    gap: 10px;
}
.index__hero{
  height: 194px;
}
.index__hero .carousel-item img{
  height: 162px;
}
  .service__repair {
    flex-direction: column;
}
.booking__cards {
  grid-template-columns: repeat(3,1fr);
}

.service__repair2, .service__repair3 {
  height: 125px;
}

.arrows-downs, .arrows-downs2 {
  transform: translateY(-108px);
  justify-content: start;
}

.arrowDownActive {
  transform: scale(0) translateY(0px) !important;
}
}

/* SM Small Device :576px. */
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 540px;
  }

}
