/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .navbar-brand img {
    width: 140px;
  }
  .order-content {
    padding: 1rem 0px;
  }
  .order-content h2 {
    font-size: 18px;
  }
  .navbar .navbar-toggler {
    border: 1px solid #fff;
  }

  .navbar .fa-bars {
    color: #fff;
    font-size: 35px;
  }

  .header-btn {
    margin-left: 20px;
  }

  .header-bg .container {
    width: 100%;
  }

  .header-bg {
    padding: 1rem 0px;
  }

  .header-bg .col-lg-6 {
    margin-top: 0px;
    width: 100%;
  }

  .main-header {
    height: 100%;
    background: linear-gradient(
      180deg,
      rgba(146, 26, 105, 1) 15%,
      rgba(59, 12, 76, 1) 85%
    );
  }

  .login {
    margin-left: 0;
    margin-top: 23px;
  }

  .content-area-2 {
    flex-wrap: wrap;
  }

  .header-bg h1 {
    font-size: 29px;
  }

  .main-header h1:before {
    content: "";
    position: absolute;
    top: 71px;
    left: -4px;
    height: 45px;
    width: 112%;
    background: linear-gradient(
      290deg,
      rgba(0, 0, 0, 0) 14%,
      rgba(111, 190, 69, 1) 14%
    );
    z-index: -1;
  }

  .header-bg p {
    font-size: 17px;
  }

  .header-bg ul {
    padding: 0;
    margin: 0px;
  }

  .header-bg ul li {
    font-size: 17px;
  }

  .header-button {
    margin-top: 20px;
  }

  .header-form {
    margin: 0px;
    width: 100%;
    padding: 15px 0px;
    margin-top: 40px;
  }

  .content-section-1 {
    height: 100%;
    padding: 1rem 0px;
  }

  .content-section-1 h2:before {
    content: "";
    position: absolute;
    top: -4px;
    left: 48px;
    height: 45px;
    width: 82%;
    background: linear-gradient(
      290deg,
      rgba(0, 0, 0, 0) 14%,
      rgba(111, 190, 69, 1) 14%
    );
    z-index: -1;
  }

  .content-img {
    display: none;
  }

  .content-button {
    justify-content: center;
    margin-top: 40px;
  }

  .content-section-1::before {
    position: unset;
    content: "";
    display: none;
  }

  .content-button .header-button {
    margin-bottom: 20px;
  }

  .features {
    padding: 1rem 0px;
  }

  .features h2 {
    font-size: 25px;
  }

  .home-girl {
    display: none;
  }

  .levels {
    padding: 1rem 0px;
  }

  .level-img {
    display: none;
  }

  .levels .nav {
    margin-left: 0px;
  }

  .levels .tab-content {
    margin-left: 0px;
    margin-top: 20px;
  }

  .content-section-2 {
    padding: 1rem 0px;
  }

  .content-section-2 h3 {
    font-size: 25px;
  }

  .cta-bg {
    height: 100%;
  }

  .cta-img {
    display: none;
  }

  .cta-bg h4 {
    text-align: center;
    font-size: 25px;
  }

  .cta-bg p {
    text-align: center;
  }

  .cta-buttons {
    flex-wrap: wrap;
    margin-left: 20px;
  }

  .cta-bg .header-content p {
    text-align: left;
  }

  .cta-buttons a {
    margin-bottom: 33px;
  }

  section.tabs-btn {
    padding: 30px 0px;
  }

  .writer-img {
    display: none;
  }

  .writer-box {
    height: 100%;
  }

  .writer-1 {
    margin-left: 0px;
  }

  .writer-2 {
    margin-left: 0px;
  }

  .writers::before{
    height: unset;
    width: 100%;
  }

  .writers .tab-content {
    margin-left: 0px;
    padding: 1rem 0px 7rem 0;
  }

  .writers .writer-para {
    margin: 0%;
    right: 0;
    font-size: 18px;
  }

  .writers-edu {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .countries {
    display: none;
  }

  .process {
    padding: 1rem 0px;
  }

  .process h4 {
    font-size: 26px;
  }

  .process .swiper-slide:nth-child(1) {
    margin-left: 0px !important;
  }

  .process .swiper-slide {
    width: 100% !important;
    margin-left: 0px !important;
  }

  .process-box-1 {
    margin: auto;
  }

  .process-box-2 {
    margin: auto;
  }

  footer .footer-content {
    width: 100%;
  }

  footer .footer-contact {
    margin: 0px;
    width: 100%;
  }

  footer .payment {
    text-align: center;
  }

  footer .social-icon {
    text-align: center;
  }

  .footer-nav {
    padding-top: 42px;
    margin: 0;
    width: 100%;
  }

  .footer-nav ul li {
    width: 100%;
    padding-left: 25px;
    padding-bottom: 20px;
  }

  .footer-link {
    padding-top: 10px;
    width: 100%;
    margin: 0;
  }

  footer .col-lg-3 {
    text-align: center;
  }

  section.tabs-btn .container h2 {
    font-size: 25px;
  }
  section.tabs-btn .container .content ul li a {
    width: 100%;
    height: auto;
    padding: 15px 30px;
    font-size: 14px;
  }
  section.tabs-btn .content ul {
    padding: 0;
  }

  /* Order Page */
  .order-bg .header-button a {
    width: 100%;
    display: block;
    margin-left: auto;
  }

  .main-order .col-lg-4 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .main-order .header-btn {
    margin-left: 0;
    margin-top: 20px;
    display: block;
    text-align: center;
  }

  .order-payment img {
    width: 100%;
  }

  /* Pricing */
  .pricing {
    padding: 1rem 0px;
  }
  .order-summary {
    margin-top: 30px;
  }

  /* Review */
  .review-box {
    width: 100%;
    margin-top: 30px;
    background-image: none;
    background-color: #ffff;
  }
  .review-content {
    padding: 1rem 0px;
  }
  .review-content h2 {
    font-size: 20px;
  }

  /* CIPD Level 3 */
  .cipd-level-3 h1 {
    font-size: 25px;
    line-height: 1.5;
  }

  .level-content {
    height: 100%;
  }

  .level-content h3 {
    font-size: 23px;
    line-height: 2;
  }
  .main-reviews .swiper-slide {
    margin-right: 0px !important;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) and (max-width: 990px) {
  .login {
    display: inline;
  }
  .main-header {
    height: 100%;
  }
  .level-content h3 {
    font-size: 23px;
  }
  .order-summary {
    width: 100%;
    margin-top: 30px !important;
    margin: auto;
  }
  .header-bg {
    text-align: center;
    padding: 1rem 0px;
    margin-top: 0px;
  }

  .header-bg .col-lg-6 {
    margin-top: 0px;
    width: 85%;
  }

  .header-bg h1 {
    font-size: 27px;
  }

  .header-form {
    width: 460px;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .main-header h1:before {
    content: "";
    position: absolute;
    top: 35px;
    left: 101px;
    height: 44px;
    width: 80%;
  }

  .content-section-1:before{
    display: none;
  }
  .content-section-1 h2:before {
    top: 2px;
    left: 54px;
    height: 45px;
    width: 48%;
  }

  .cipd-level-3 h1:before {
    top: -5px;
    left: 214px;
    height: 47px;
    width: 66%;
  }

  .content-img {
    display: none;
  }

  .home-girl {
    display: none;
  }

  .content-section-1 {
    padding: 2rem 0px;
    background-image: none;
    background-color: #f2f2f2;
    height: 100%;
  }

  .content-section-1 h2 {
    font-size: 28px;
  }

  .content-section-1 p {
    padding-top: 0;
  }

  .content-button {
    justify-content: center;
  }

  .features {
    padding: 2rem 0px;
  }

  .features h2 {
    font-size: 28px;
  }

  .feature-content {
    margin-top: 0px;
  }

  .levels {
    padding: 2rem 0px;
  }

  .level-img {
    display: none;
  }

  .levels .level-box {
    width: 225px;
    height: 155px;
    margin: 0px;
  }

  .level-box .nav-link {
    height: 95%;
    width: 70%;
    margin: auto;
  }

  .level-box span {
    font-size: 100px;
    left: 50px;
  }

  .level-box .nav-link p {
    padding: 5px 60px 5px 10px;
    width: 76%;
    top: 65%;
    left: 30%;
  }

  .level-img {
    display: none;
  }

  .levels .tab-content {
    margin-left: 30px;
  }

  .content-section-2 .col-lg-12 {
    margin: 0px;
  }

  .content-section-2 .col-lg-6 {
    margin-top: 15px;
  }

  section.tabs-btn {
    padding: 30px 0px;
  }

  .tabs .row {
    margin-top: 0px;
  }

  .cta-bg {
    background-image: none;
    background: #921a69;
    height: 100%;
  }

  .cta-bg h4 {
    font-size: 28px;
  }

  .levels .nav {
    margin-left: 0px;
    flex-direction: row !important;
  }

  .level-content {
    height: 100%;
  }

  .writer-box {
    width: 230px;
    border: 1px solid #f2f2f2;
  }

  .writers .nav {
    flex-direction: row !important;
  }

  .writers::before {
    content: "CONNECT WITH OUR CIPD SPECIALISTS AND DISCUSS YOUR PROJECT REQUIREMENTS";
    position: absolute;
    background-color: #d9d7d7;
    height: unset;
    bottom: 0;
    width: 100%;
    right: 0;
    text-align: center;
    font-size: 20px;
    padding-top: 7px;
    font-weight: 400;
  }

  .writer-content {
    flex-wrap: wrap;
    justify-content: center;
  }

  .writer-content img {
    width: 50%;
  }

  .writer-project {
    margin-left: 0px;
  }

  .writer-project h5 {
    font-size: 40px !important;
  }

  .writer-1 {
    margin-left: 0px;
  }

  .writer-2 {
    margin-left: 0px;
  }

  .writer-content span {
    font-size: 60px;
  }

  .writer-content p {
    font-size: 17px;
  }

  footer .footer-contact {
    width: 100%;
    margin: unset;
  }

  .writers .tab-content {
    margin-left: 0px;
    padding: 1rem 0px 5rem 0px;
  }

  .writers-info h4 {
    font-size: 28px;
  }

  .writers .writer-para {
    display: none;
  }

  .writer-img {
    display: none;
  }

  .countries {
    display: none;
  }

  .process h4 {
    padding: 2rem 0px;
  }

  .process h4 {
    font-size: 28px;
  }

  .process .swiper-slide {
    width: 330px !important;
  }

  .process .swiper-slide:nth-child(1) {
    margin-left: 35px !important;
  }

  footer .col-lg-4:nth-child(1) {
    width: 100%;
  }

  footer .col-lg-4 {
    width: 45%;
  }

  .footer-nav {
    width: 100%;
    padding-top: 15px;
  }

  .footer-link {
    width: 100%;
    padding-top: 15px;
  }

  footer .col-md-10 {
    margin: auto;
    text-align: center;
  }

  .cipd-level-5 h1:before {
    content: "";
    position: absolute;
    top: -3px;
    left: 144px;
  }

  .cipd-level-7 h1:before {
    left: 158px;
    height: 42px;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .header-bg h1 {
    font-size: 32px;
  }

  .header-content {
    margin-right: 10px;
  }

  .header-content h6 {
    font-size: 16px;
  }

  .content-section-1:before {
    content: "CIPD";
    position: absolute;
    height: 370px;
    width: 670px;
    transform: rotate(90deg);
    background-color: var(--primary);
    color: #fff;
    right: -150px;
    top: 150px;
    font-size: 15rem;
    font-weight: 600;
    padding-left: 75px;
  }

  .feature-box {
    width: auto;
  }

  .feature-box p {
    font-size: 13px;
  }

  .cipd-level-3 h1 {
    font-size: 29px !important;
  }

  .main-header h1:before {
    top: 41px;
    left: 122px;
    height: 50px;
    width: 89%;
  }

  .content-section-1 h2:before {
    top: 2px;
    left: 61px;
    height: 50px;
    width: 70%;
  }

  .home-girl{
    left: -8rem;
  }

  .cipd-level-3 h1:before {
    top: -4px;
    left: 227px;
    width: 65%;
  }

  .cipd-level-5 h1:before {
    top: -3px;
    left: 170px;
    height: 50px;
    width: 73%;
  }

  .cipd-level-7 h1 {
    font-size: 30px !important;
  }

  .cipd-level-7 h1:before {
    top: 35px;
    left: 236px;
    height: 50px;
    width: 70%;
  }

  .country-slider {
    /*height: 125px;*/
  }

  .home-girl {
    bottom: 0;
    width: 380px !important;
    height: auto;
  }
  .levels .nav {
    margin-left: 125px;
  }

  .cta-bg .col-lg-7 {
    width: 65%;
  }

  .writer-box {
    width: 275px;
  }

  .writer-content span {
    font-size: 75px;
  }

  .writers-exp p {
    font-size: 21px;
  }

  .writers::before{
    padding-left: 40px;
  }

  .process .swiper-wrapper {
    margin-left: 85px !important;
  }

  .process .container {
    max-width: 1270px;
  }

  .process .swiper-slide:nth-child(1) {
    margin-left: 0px !important;
  }

  .slider-box {
    height: 100%;
  }

  .writers-info a:hover {
    background: #fff;
    border: 1px solid var(--primary);
    color: var(--primary);
  }

  .writers .writer-para {
    font-size: 20px;
  }

  .main-review .swiper-slide {
    width: 430px !important;
  }

  footer .footer-contact {
    width: 80%;
  }

  /* Service Page */
  .writer-box .nav-link .writer-project h5 {
    font-size: 50px;
  }
  .writer-project {
    margin-left: 10px;
  }
}
