/*media query */

/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
  .form-bg {
    right: 0;
    width: 53%;
  }

  .level-bg .swiper-slide img {
    left: -2.3rem;
    line-height: 1;
    top: -27px;
    height: 232px;
    width: 98px;
  }

  .home-review .col-md-3 img {
    left: -100px;
    width: 620px;
    height: 466px;
  }

  .price-section .col-md-4 p.text-white {
    font-size: 2.4rem;
  }

  .price-section .col-md-4 p.text-purple {
    padding: unset;
    right: 58px;
  }

  .price-content img.position-absolute:nth-child(1) {
    width: 97px;
  }

  .price-content img.position-absolute:nth-child(2) {
    right: 175px;
    width: 74px;
  }

  .reviewSlider{
    padding-bottom: 1rem!important;
  }

  .review-content .col-md-4 img{
    left: 49px;
  }

}

/* 
        ##Device = Laptops, Desktops
        ##Screen = B/w 1025px to 1280px
      */

@media (min-width: 1025px) and (max-width: 1399px) {
}

/* 
        ##Device = Tablets, Ipads (portrait)
        ##Screen = B/w 1024px to 1366px
      */

@media (min-width: 1024px) and (max-width: 1366px) {
  /*body{
          background: orange;
        }*/
}

/* 
        ##Device = Tablets, Ipads (portrait)
        ##Screen = B/w 768px to 1024px
      */

@media (min-width: 768px) and (max-width: 1024px) {
}

/* 
        ##Device = Most of the Smartphones Mobiles (Portrait)
        ##Screen = B/w 320px to 479px
      */

@media (min-width: 320px) and (max-width: 480px) {
  body {
    overflow-x: hidden;
  }

  .header-bg ul {
    justify-content: center;
  }

  .form-bg {
    display: none;
  }

  .main-header {
    background: #ffb501;
  }

  form .row {
    gap: 1rem;
  }

  .feature-box {
    padding: 2rem 1.5rem;
  }

  .feature-box p.fs-5 {
    font-size: 25px !important;
  }

  .feature-box p,
  .feature-box li {
    font-size: 16px;
  }

  form button {
    padding: 4px 3.5rem;
  }

  .home-about-us {
    display: none;
  }

  .content-section .col-lg-4 {
    background-image: none;
    background: #3d1152;
    padding: 1rem;
    margin: 12px 0px;
  }

  .content-section p.position-absolute {
    position: unset !important;
    font-size: 10rem;
    transform: unset;
    margin-top: 28px;
    text-shadow: 10px 7px #3d115270;
    font-weight: 900;
    line-height: 0.7;
    color: #fff;
  }

  .home-review .col-md-3 img {
    width: 100%;
    left: unset;
  }

  .level-point {
    flex-wrap: wrap;
  }

  .cta-img-1 {
    display: none;
  }

  .main-cta-content {
    flex-wrap: wrap;
  }

  .writer-tab {
    flex-wrap: wrap;
  }

  #v-pills-writer-2-tab {
    position: unset;
  }

  #v-pills-writer-1-tab {
    position: unset;
  }

  #v-pills-writer-3-tab {
    position: unset;
  }

  .about-section ul {
    gap: 1.5rem !important;
  }

  .about-section ul {
    justify-content: center;
  }

  .review-img {
    left: unset;
    top: unset;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .about-section li.d-flex {
    flex: 100%;
  }

  .price-content ul {
    flex-wrap: wrap;
  }

  .review-content img {
    display: none;
  }

  .review-section .col-md-4 {
    height: unset;
  }

  .review-section .col-md-4 p.text-white {
    writing-mode: unset;
    position: unset;
    text-align: center;
    padding: 15px 0px;
    border-radius: 20px;
  }

  .price-section .col-md-4 p.text-white {
    writing-mode: unset;
    position: unset;
    text-align: center;
    padding: 15px 0px;
    border-radius: 20px;
    height: auto;
  }

  .price-img {
    display: none;
  }

  .price-section .col-md-4 p.text-purple {
    writing-mode: unset;
    position: unset;
    padding: 0px;
    text-align: center;
    border-radius: 10px;
    line-height: 1.2;
    height: auto;
  }

  .price-content img.position-absolute {
    display: none;
  }

  .table-1 li:nth-child(1) {
    width: 100%;
    border-radius: unset;
    border-top-left-radius: 21px;
    border-top-right-radius: 21px;
    text-align: center;
    flex: 100%;
    padding: 10px 0px;
  }

  .table-1 li {
    width: 100%;
    padding: 15px;
    padding-bottom: 5px !important;
    flex: 100%;
    border-bottom: 1px solid #000;
  }

  .table-1 li:last-child {
    border-bottom-left-radius: 20px;
  }

  .table-1 li p {
    font-size: 25px !important;
  }

  .table-1 span {
    font-size: 30px !important;
  }

  .about-section .col-md-5 img {
    left: 0;
    width: 100%;
  }

  .level-bg .swiper-slide img {
    left: -1rem;
    line-height: 1;
    top: 23px;
    height: 180px;
    width: 80px;
  }

  .process-box.position-relative {
    top: unset;
  }

  .order-contact {
    padding: 1rem;
    margin-bottom: 1rem;
  }

  .order-detail .col-md-4 img {
    margin-top: 1.4rem;
    width: 100%;
  }
}
