/*media query */

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


@media (min-width: 1500px) {
    .counter:before {
        content: "";
        width: 36%;
    }
}

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

@media (min-width: 1025px) and (max-width: 1399px) {
  .main-header .col-lg-6 h1 {
    font-size: 2.5rem;
  }

  .main-header .col-lg-6 p {
    font-size: 15px;
  }

  .main-header .col-lg-6 li {
    line-height: 2.5;
  }

  .main-header .col-lg-6 li p {
    font-size: 15px;
  }

  .navbar-nav .nav-link {
    color: #fff;
    font-size: 0.899rem;
    padding: 0;
    padding-right: 8px !important;
    padding-left: 8px !important;
  }

  .navbar-nav .nav-item {
    padding-right: 0 !important;
  }

  .nav-cta-content {
    font-size: 0.9rem;
  }

  .nav-cta-content p.fw-semibold {
    font-size: 1.1rem !important;
  }

  .navbar .button-1 {
    padding: 11px 16px;
  }

  .home-info li {
    line-height: 2;
  }

  .service-head-content h3 {
    font-size: 1.75rem !important;
  }

  .service-content {
    padding: 1rem 1.5rem;
  }

  .element-1 {
    right: 44px;
    top: -147px;
  }

  .writers::before {
    width: 36%;
    height: 721px;
  }

  .writers .cipd-lvl-5 p.position-absolute {
    left: -12px;
  }

  .writers .cipd-lvl-3 p.position-absolute {
    left: -10px;
  }

  .cta-2 h5 {
    font-size: 1.25rem !important;
  }

  .counter:before {
    width: 35%;
  }

  footer h6.text-white {
    font-size: 1.8rem !important;
  }

  .service-section-3 img {
    width: 100%;
  }

  .main-review-content p.m-0.text-center {
    font-size: 14px;
  }

  .reviews .reviewSlider {
    height: 565px;
  }

  .service-head {
    height: 269px;
    width: 410px;
    top: -3px;
  }

  .home-service {
    height: 280px;
    width: 377px;
    top: 45px;
  }

  .writers .cipd-lvl-7 p.position-absolute {
    left: -10px;
  }

  .review-content {
    padding: 10px 17px 10px 55px;
  }

  .review-content p {
    font-size: 14px;
  }

  .topic li {
    line-height: 2;
  }

  .review-1 img {
    width: 100px;
    height: 100px;
  }
}

/* 
      ##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) {
  .main-header {
    background: var(--bg);
  }

  .main-header .col-md-2 {
    display: none;
  }

  .main-header .col-lg-6 h1 {
    font-size: 1.9rem;
  }

  .main-header .col-lg-6 p {
    font-size: 16px;
  }

  .main-header .col-lg-6 li {
    line-height: 2;
  }

  .main-header .col-lg-6 li p {
    font-size: 17px;
  }

  .navbar .navbar-toggler {
    border: 1px solid #fff;
  }

  .navbar .fa-bars {
    font-size: 2.3rem;
    color: #fff;
  }

  .navbar .navbar-nav {
    align-items: unset !important;
  }

  .home-form {
    min-width: unset;
    width: 100%;
  }

  .home-info img {
    width: 100%;
    height: 100%;
  }

  .home-info li {
    line-height: 2.3;
  }

  .element-1 {
    display: none;
  }

  form {
    min-width: unset;
    width: 100%;
  }

  .home-service {
    display: none;
  }

  .service-head {
    background: var(--bg);
    padding: 2rem 1rem;
  }

  .services .row:nth-child(1) .col-md-3 {
    padding: 0;
  }

  .services .row:nth-child(2) .col-md-3 {
    display: none;
  }

  .services::before {
    position: unset;
  }

  .services::after {
    position: unset;
  }

  .writers .nav {
    padding-top: 2.4rem;
  }

  .cipd-lvl-3 {
    align-items: center !important;
  }

  .cipd-lvl-5 {
    padding-top: 2rem;
  }

  .cipd-lvl-7 {
    padding-top: 2rem;
  }

  .writers-details p {
    color: #fff !important;
  }

  .writers .cipd-lvl-3 p.position-absolute {
    font-size: 10rem;
    left: 0px;
    top: -112px;
  }

  .writers .cipd-lvl-5 p.position-absolute {
    font-size: 10rem;
    left: 9px;
    top: -96px;
  }

  .writers .cipd-lvl-7 p.position-absolute {
    font-size: 10rem;
    left: 20px;
    top: -96px;
  }

  .writers::before {
    height: 535px;
    width: 100%;
  }

  .writers-info {
    flex-wrap: wrap;
  }

  .level .nav {
    padding-top: 3rem;
    gap: 54px;
    justify-content: center !important;
  }

  .cipd-num {
    font-size: 9rem;
    left: -54px;
    top: -94px;
  }

  .cta button {
    width: 100%;
  }

  .feature {
    flex-wrap: wrap;
  }

  .reviews .row {
    flex-direction: column-reverse;
  }

  .counter:before {
    position: unset;
  }

  .feature-1 {
    text-align: left;
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .reviews .reviewSlider {
    padding: 1rem 0px;
    height: 307px;
  }

  .review-1 {
    padding-left: 0px !important;
    height: 100%;
  }

  .review-1 img {
    position: static !important;
    width: 80px;
    height: 80px;
  }

  .counter-element {
    display: none;
  }

  .counter .text-white {
    color: #000 !important;
  }

  .review-content {
    padding: 1rem !important;
  }

  .footer-term {
    flex-wrap: wrap;
    gap: 1rem !important;
  }

  .cta-content-2 h5 {
    font-size: 1.2rem !important;
  }

  .writers {
    background: var(--bg);
    color: #fff;
  }

  .writers h3.text-black {
    font-size: 1.3rem;
  }

  .writers .text-black {
    color: #fff !important;
  }

  .writers li {
    color: #000;
  }

  .cta-content-2 .h5 {
    font-size: 1.2rem !important;
  }

  /* About Page */
  .order-bg h1 {
    font-size: 2rem;
  }

  /* Service Page */
  .service-bg img {
    width: 100%;
  }

  .service-section-3 .row {
    flex-direction: row-reverse;
  }

  .service-section-3 img {
    width: 100%;
  }

  .review-content-2 img {
    width: 100%;
  }

  .level-cta {
    display: none;
  }
}