@media (max-width: 1600px) {

  .subjectSec .subjectLeft {
    max-width: 500px;

  }
}

@media (min-width: 1200px) {

  .breadcrumb .title_crumb {
    width: 70%;
  }
}


@media (max-width: 992px) {

  /* .fs50,.fs40 {
        font-size: 24px!important;
    } */
  .sliderSec button {
    padding: 10px 30px;

  }

  .reviewdata img {
    height: auto;
    width: 140px;
  }

  ul.dropdown-menu.mega.show {
    display: grid;
    grid-template-columns: auto;
    overflow: overlay;
    height: 210px;
    position: relative;
    width: 100%;
    left: 0px;
    padding: 10px;
    border-bottom: 5px solid #003e47;
  }

  .subjectSec .leftUk,
  .processGirl {
    display: none;
  }

  .uniBottom img {
    max-width: max-content !important;
  }

  .features .featureItems .fs24 {
    font-weight: bold;
  }

  .faqSec .accordion-body {
    font-size: 16px;
  }
}

@media (max-width: 1400px) {

  .sliderSec h1,
  .fs40 {
    font-size: 36px;
  }

  .features .featureItems .fs24 {
    font-size: 18px;
  }

  .fs50 {
    font-size: 40px;
  }

  .testimonails .fs35 {
    font-size: 28px;
  }

  .ctaSec .actionInfo a {
    font-size: 16px;
    padding: 10px 5rem;
  }
}



@media (max-width: 575.98px) {

  .contentSec {
    text-align: center;
  }

  .icon {
    width: 60px;
    height: 60px;
    top: -14px;
  }

  /* Styles for phones */
  .topSec ul li a {
    text-decoration: none;
    color: var(--White);
    font-size: 11px;
    font-weight: normal;
  }

  a.navbar-brand img {
    width: 100%;
    max-width: 200px;
  }

  .rightSlider .rightGirl {
    position: relative;
  }

  .rightSlider .rightConter {
    position: absolute;
    bottom: 2rem;
    z-index: 1;
    background: var(--White);
    padding: 0.7rem 0.7rem;
    box-shadow: 0px 0px 10px #3333;
    border-radius: 20px;
    left: 0;
    right: 0;
    margin: auto;
    transform: translate(0px, 11px);
  }

  .rightSlider .rightConter p {
    font-size: 10px;
  }

  .rightSlider .rightConter h3.fs20 {
    font-size: 14px;
  }

  .sliderSec .sliderInner,
  .ourwriters {
    text-align: center;
  }

  .sliderInner h1.fs40 {
    font-size: 22px;
  }

  .rightSlider .sliderShapeleft {
    left: 0;
    max-width: 170px;
    transform: skew(7deg, 0deg) translate(17px, -2px);
  }

  .rightSlider .icon2 {
    max-width: 68px;
    transform: translate(-34px, 24px);
  }

  .rightSlider .icon3 {
    bottom: 6rem;
    transform: translate(-14px, -40px);
  }

  .rightSlider .icon1 {
    transform: translate(33px, 55px);
    width: 100%;
    max-width: 82px;
  }

  .contentSec h3.fs40,
  .fs40 {
    font-size: 22px;
  }

  .features h3.fs40 {
    font-size: 22px;
  }

  .subjectSec .subjectLeft {
    display: none;
  }

  .subjectSec h3.fs40 {
    font-size: 24px;
  }

  .subjectSec ul li {
    flex: 100%;
  }

  .subjectSec .overlay::before {
    display: none;
  }

  .fs50 {
    font-size: 24px;
  }

  .ctaSec .fs40 {
    font-size: 24px;
  }

  .ctaSec .ctaLeft {
    display: none;
  }

  .pricingSec h3.fs40 {
    font-size: 22px;
  }

  .writerCount ul li .fs18 {
    font-size: 14px;
  }

  .subjectSec ul li {
    display: flex;
    background: var(--White);
    justify-content: center;
    margin: 15px;
    padding: 30px 0px;
  }

  .subjectSec ul li:hover {
    background: var(--Secondary);
    color: var(--White);
  }

  .subjectSec ul li img {
    display: none;
  }

  .subjectSec ul {
    background: url(../../assets/img/orderlistBanner.webp);
    padding: 40px;
  }

  .ctaSec .actionInfo a {
    font-size: 14px;
    padding: 4px 30px;
  }
}

/* OR more strictly for viewport size */
@media only screen and (max-width: 360px) {

  /* Your styles here */
  .topSec ul li a {
    text-decoration: none;
    color: var(--White);
    font-size: 11px;
    font-weight: normal;
  }

  .rightSlider .rightGirl {
    position: relative;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  /* Styles for small devices */
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* Styles for tablets */
}

@media (min-width: 992px) and (max-width: 1199.98px) {


.processGirl {
        position: absolute;
        bottom: 0;
        right: 0rem;
        width: 100%;
        max-width: 330px;
    }

  /* Styles for desktops/laptops */
  /* body{
    background: blue;
  } */
  .Navigations .nav-link {
    font-size: 12px;
    color: var(--White);
    font-weight: 200;
  }

  .topSec ul li a {
    text-decoration: none;
    color: var(--White);
    font-size: 15px;
    font-weight: normal;
  }

  .subjectSec .subjectLeft {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 340px;
    transform: translate(12px, 0px);
  }

  .subjectSec ul li {
    display: flex;
    flex: 30%;
    padding: 5px 10px;
    box-shadow: 0px 0px 10px #3333;
    align-items: center;
    gap: 10px;
    background: var(--White);
    font-size: 11px;
  }

  .assInfo li {
    background: #fafafa;
    padding: 10px 20px;
    color: var(--Black);
    font-family: "Paytone One", sans-serif;
    font-size: 14px;
    border-radius: 30px;
  }

}

@media (min-width: 1200px) and (max-width: 1399.98px) {

  /* Styles for large screens */
  /* body{
    background: orange;
  } */
  .Navigations .nav-link {
    font-size: 14px;
    color: var(--White);
    font-weight: 200;
  }

  .topSec ul li a {
    text-decoration: none;
    color: var(--White);
    font-size: 17px;
    font-weight: normal;
  }

  .subjectSec .subjectLeft {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 400px;
    transform: translate(24px, 0px);
  }

  .subjectSec ul li {
    font-size: 13px;
  }

  .assInfo li {
    background: #fafafa;
    padding: 10px 20px;
    color: var(--Black);
    font-family: "Paytone One", sans-serif;
    font-size: 17px;
    border-radius: 30px;
  }

  .writerItems .fs13 {
    font-size: 11px;
  }

  .processGirl {
    position: absolute;
    bottom: 0;
    right: 0rem;
    width: 100%;
    max-width: 330px;
  }

}

@media (min-width: 1400px) {
  /* Styles for very large screens */
}

@media (max-width: 767.98px) {
  /* Mobile-only styles */
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* Tablet-only styles */
}

@media (max-width: 992px) {

  a.navbar-brand img {
    width: 190px;
  }
}