/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  .steps {
    width: 100%;
    background: none;
    height: auto;
    position: relative;
    top: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 50px;
  }
  .steps__step {
    position: relative;
    top: 0 !important;
    left: 0 !important;
    margin: 60px 0;
  }
  .steps__step:before {
    display: none;
  }
  .steps__step:after {
    left: 170px;
    top: -60px;
  }
  #steps {
    padding-bottom: 30px;
  }
  .contact-wrapper__left {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 1020px) {
  .features-list {
    grid-template-columns: 1fr;
    text-align: center;
    grid-gap: 20px;
    margin-top: 35px;
  }
  .features-card {
    padding: 20px;
  }
  .features-box {
    flex-direction: column;
  }
  .features-box__head {
    flex: 0 0 auto;
    margin-bottom: 30px;
  }
  .features-box__head {
    text-align: center;
  }

  .transaction-maininfo__val,
  .transaction-box__val {
    font-size: 32px;
  }
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .decor-faq {
    display: none;
  }
  #faq,
  #about {
    background: none;
  }
  #menu {
    display: none;
  }
  .pay-systems-list__item {
    margin: 10px;
  }
  .steps {
    grid-template-columns: 1fr;
  }
  .track-form__inner {
    flex-direction: column;
  }
  .track-form__form {
    flex: 0 0 auto;
    margin-top: 30px;
  }
  .track-form__inner h2 {
    text-align: center;
  }
  .features-box-list {
    grid-template-columns: 1fr;
  }
  .features-box-item {
    flex-direction: column;
  }
  .features-box-item__text {
    margin-left: 0;
  }
  .contact-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
  .contact-wrapper__right {
    margin-top: 30px;
  }
  .transaction-maininfo {
    grid-template-columns: repeat(2, min-content);
  }
  .transaction-box__val.--copy {
    font-size: 20px;
  }
}

/* Small Devices, .table_boxts */
@media only screen and (max-width: 768px) {
  /* .nav_toggle {
    display: block;
  } */
  .footer-top {
    justify-content: center;
  }
  .footer .container {
    align-items: center;
  }

  .top_header {
    padding-right: 0px;
  }
  .header_topline {
    background: rgba(0, 0, 0, 0.6);
    height: 60px;
  }
  .header__right {
    display: none;
  }
  h1 {
    font-size: 31px;
    line-height: 50px;
  }
  #main {
    padding-top: 120px;
  }
  .main-hero__form {
    flex-direction: column;
  }
  .main-hero__submit {
    flex: 0 0 auto;
    margin-top: 30px;
  }
  .main-hero__input-wrapper {
    margin-right: 0;
  }
  .main-hero__subhead {
    font-size: 16px;
    line-height: 29px;
  }
  .main-hero__bottom {
    /* flex-direction: column; */
    justify-content: space-between;
  }
  .main-hero__counter {
    margin-left: 0;
  }
  .main-hero__rating span,
  .main-hero__counter {
    font-size: 16px;
  }
  .pay-systems__head {
    margin-bottom: 18px;
  }
  #steps {
    padding-top: 50px;
  }
  h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .steps {
    margin-top: 60px;
  }
  .steps__step {
    margin: 30px 0;
  }
  .steps__step:after {
    left: -10px;
    top: -60px;
    font-size: 104px;
  }
  .track-form__inner h2 {
    font-size: 30px;
    line-height: 42px;
  }
  #track-form {
    padding: 50px 0;
  }
  .features-card__head {
    font-size: 22px;
    line-height: 33px;
    margin-top: 10px;
  }
  .features-card__text {
    font-size: 14px;
  }
  .features-box__head {
    margin-right: 0;
    font-size: 26px;
    line-height: 39px;
  }
  .features-box-item__text {
    text-align: center;
    font-size: 17px;
  }
  .reviews-card {
    width: calc(100vw - 30px);
    max-width: 380px;
  }
  #reviews {
    padding-top: 70px;
  }
  #faq {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .accordionTitle,
  .accordion__Heading {
    font-size: 16px;
  }
  .contact-wrapper__right {
    width: 100%;
  }
  .contact-box {
    width: 100%;
    padding: 20px;
  }
  .footer-menu {
    display: none;
  }
  .transaction-maininfo {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
  .transaction-page {
    padding-top: 100px;
  }
  .transaction-info {
    grid-template-columns: 1fr;
    /* grid-template-rows: repeat(4, 1fr); */
  }
  .transaction-info.--with-guarantee {
    grid-template-columns: 1fr;
  }
  .div1,
  .transaction-info.--with-guarantee .div1 {
    grid-area: unset;
  }
  .transaction-box__val.--copy {
    font-size: 14px;
  }
  .transaction-box__val.--copy:after {
    width: 25px;
    height: 25px;
    margin-top: 10px;
    position: absolute;
    right: -9px;
  }
  .transaction-box {
    padding: 13px 12px;
  }
  .transaction-maininfo__val,
  .transaction-box__val {
    font-size: 30px;
  }
  .transaction-maininfo__val {
    line-height: 40px;
  }
  .transaction-page__faq {
    padding-top: 60px;
  }
  .accordionTitle,
  .accordion__Heading {
    padding: 26px 46px 23px 26px;
  }
  .steps__step {
    padding-left: 60px;
    width: 100%;
  }
  .menu-icon {
    display: block;
  }
  .page-template-transaction-page .header__right {
    display: block;
  }
  .page-template-transaction-page .header__right .trans-user {
    display: none;
  }
  .header-track--back {
    padding: 10px 30px;
    font-size: 12px;
  }
  /* .transaction-box__val{
    justify-content: flex-start;
  } */
  .decor-light {
    width: 1000px;
  }
  .steps__step:after {
    opacity: 0.3;
  }
  .features-decor {
    display: none;
  }
  .transaction-info.--with-guarantee .transaction-info__box:nth-last-child(2) {
    grid-column: span 1;
    order: 2;
    
  }
  .transaction-info.--with-guarantee .transaction-info__box:nth-last-child(2)  .transaction-box__val{
    font-size: 14px;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 400px) {
  .main-hero__bottom {
    flex-direction: column;
  }
  .logo img {
    width: 145px;
  }
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
}

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
}

/* Small Devices, .table_boxts */
@media only screen and (min-width: 768px) {
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
}
@media only screen and (min-width: 1020px) {
}
@media only screen and (min-width: 1600px) {
}
@media only screen and (min-width: 2100px) {
}
