@media (min-width: 1500px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1800px) {
  .container {
    max-width: 1480px;
  }
  .aboutBanner .banner figure {
    width: 23rem;
  }
}

@media only screen and (max-width: 1800px) {
  .leadForm,
  .serBox {
    padding: 1rem;
  }
}

@media only screen and (max-width: 1600px) {
  .bannerContent h2::before {
    inset: 0 0 0 -4rem;
    width: 60px;
  }
  .discraimer img {
    left: -2rem;
  }
  .mainBanner .banner figure {
    width: 39rem;
  }
}

@media only screen and (max-width: 1440px) {
  h2 {
    font-size: 2.5rem;
  }
  h6 {
    font-size: 2rem;
  }
  header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 12px;
    padding: 12px;
    border-radius: 10px;
  }

  .bannerContent h2::before {
    inset: 0 0 0 -2.5rem;
    width: 40px;
  }

  .bannerImg {
    width: 40rem;
  }

  .bannerContent h2 {
    font-size: 2.5rem;
  }
  .mainBanner.aboutBanner .banner figure {
    margin: 0 20rem 0 -5rem;
    width: 18rem;
  }
  .mainBanner .banner figure {
    margin: 0 18rem 0 -2rem;
  }

  .mainBanner {
    min-height: 38rem;
  }

  .leadForm h4 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }

  .whychooseSec ul li {
    font-size: 1rem;
    padding: 10px 1rem;
    border-radius: 10px;
  }

  .themeBtn,
  .themeBtn2,
  .themeBtn3 {
    border-radius: 10px;
  }
  .thanksBanner h5 {
    font-size: 7rem;
  }
}

@media only screen and (max-width: 1366px) {
  html {
    font-size: 15px;
  }

  header .navbar {
    padding: 1.125rem 0;
  }

  header .navbar .navbar-nav {
    gap: 10px;
  }

  .mainBanner {
    height: calc(100% - 7.375rem);
    min-height: 38rem;
  }

  /*.mainBanner .banner figure {*/
  /*  margin: 0 20rem 0 -8rem;*/
  /*}*/

  .logoSec {
    padding: 1rem 0;
  }

  .logoSec h4 {
    font-size: 1.5rem;
  }

  .logos div img {
    width: 10rem;
  }

  .whychooseSec ul li img {
    width: 3rem;
  }

  .serBox img {
    width: 6rem;
  }

  .workSec .container {
    padding: 1rem 1rem 1rem 2rem;
  }

  .staySec ul li img {
    width: 4rem;
  }

  .staySec ul li h6 {
    font-size: 2.25rem;
  }

  .reviewBox {
    border-radius: 10px;
    padding: 0 1rem;
  }

  .mainBanner.aboutBanner .banner figure {
    margin: 0;
    width: 17rem;
    right: 23rem;
  }

  .contactBox {
    border-radius: 10px;
    padding: 2rem;
    margin: 0 0 1rem;
  }

  .copySocial {
    border-radius: 15px;
  }
  .discraimer img {
    display: none;
  }
  .serviceSec.pt-0 {
    padding-top: 3rem !important;
  }
  .mainBanner .banner figure {
    width: 30rem;
  }
  .thanksBanner h5 {
    font-size: 6rem;
  }
}

@media only screen and (max-width: 1199px) {
  html {
    font-size: 14px;
  }

  .ele-one,
  .mainBanner .banner figure,
  .mainBanner .bannerContent p br {
    display: none;
  }

  section {
    padding: 3rem 0;
  }

  .mainBanner {
    background-image: linear-gradient(
      to bottom,
      #eeeeee,
      #e6e6e6,
      #dedede,
      #d7d7d7,
      #cfcfcf
    );
  }

  .gradeSec {
    padding-top: 3rem;
  }

  .bannerContent h2::before {
    content: none;
  }

  .mainBanner.aboutBanner .banner figure {
    width: 16rem;
  }

  .navbar-toggler {
    position: relative;
    border: 0;
    padding: 0;
    margin-right: 1rem;
    z-index: 5;
    font-size: 1.5rem;
    color: var(--primary);
  }

  .navbar-toggler:focus {
    box-shadow: none;
  }

  .navbar-toggler.collapsed .fa::before {
    content: "\f0c9";
  }

  .navbar-toggler[aria-expanded="true"] .fa:before {
    content: "\f00d";
  }

  .navbar-collapse {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -100%;
    background: #fbfbfb;
    z-index: 4;
    width: calc(100% - 0px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 3rem 2rem;
    transition: ease all 0.5s;
  }

  .navbar-collapse.show {
    right: 0;
    width: calc(100% - 0px);
    box-shadow: -10px 0 20px #0002;
    overflow-y: auto;
  }

  header .navbar .navbar-collapse .navbar-nav {
    margin-left: 0 !important;
    align-items: stretch;
    gap: 0.5rem;
    width: 100%;
  }

  header .navbar .navbar-collapse .navbar-nav li:first-child {
    margin-bottom: 2rem;
  }

  header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 1rem;
    border-color: var(--white);
    color: var(--white);
    border-radius: 6px;
  }

  header .navbar .navbar-nav .nav-item .dropdown-menu {
    background: transparent;
    border: 0;
    padding-top: 0;
  }

  header .navbar .navbar-nav .nav-item .dropdown-menu li {
    margin: 5px 0;
    border: 1px solid var(--primary);
    padding: 4px;
    border-radius: 6px;
  }

  header .navbar .navbar-nav .nav-item .dropdown-menu li a {
    color: var(--primary);
    font-size: 12px;
  }

  header .navbar .navbar-nav .nav-item .nav-link {
    border-color: var(--primary);
    color: var(--primary);
  }

  .abtSec {
    padding-bottom: 4rem;
  }

  .abtSec h4 {
    font-size: 3rem;
  }

  .workSec h4 {
    font-size: 2rem;
  }

  .workSec ul li .workHead h6 {
    width: 2rem;
    height: 2rem;
    font-size: 1rem;
  }

  .subjectList {
    justify-content: flex-start;
  }

  /* .subjectList li {
    flex: 0 0 calc(33.33% - 1rem);
  } */

  .abtSec h6::before {
    inset: 0;
  }

  .staySec ul {
    margin-top: 3rem;
  }

  .staySec ul li {
    padding: 2rem 1rem;
    margin: 0;
    min-height: auto;
    flex: 0 0 24%;
  }

  .staySec ul li p {
    font-size: 1.125rem;
  }

  .copySocial {
    margin: 1rem 0;
  }

  .copySocial ul li img {
    width: 40px;
  }

  .reviewSlider .slick-prev {
    left: 0;
  }

  .reviewSlider .slick-next {
    right: 10px;
  }

  .bannerContent h2 {
    font-size: 2.3rem;
  }

  .whychooseSec ul {
    margin-top: 3rem;
    gap: 1rem;
    justify-content: center;
  }

  .whychooseSec ul li {
    flex: 0 0 32%;
  }
  .contactSec h4 {
    font-size: 2.5rem;
  }
  .discraimer .themeBtn2 {
    padding: 1rem;
    width: 100%;
    text-align: center;
  }
  .contactBox a {
    font-size: 0.9rem;
  }
}

@media only screen and (max-width: 991px) {
  html {
    font-size: 13px;
  }

  p {
    font-size: 15px;
  }

  h4 {
    font-size: 2.5rem;
  }

  section {
    padding: 2rem 0;
  }

  .leadForm {
    width: 100%;
  }
  .logo img {
    width: 8rem;
  }
  .abtSec figure,
  .platformSec figure,
  .conSec figure,
  .contactSec .girl,
  .copySocial ul li:first-child,
  .abtStory img {
    display: none;
  }

  .workSec h4 {
    font-size: 3rem;
    text-align: center;
    margin-bottom: 1rem;
  }

  .subjectList {
    padding: 1rem;
  }

  .reviewSec {
    padding-top: 2rem;
  }

  /* .subjectList li {
    flex: 0 0 calc(50.5% - 1rem);
  } */

  .secureSlider .slick-dots {
    justify-content: center;
  }

  footer h3 {
    margin: 0 0 1rem;
  }
  .logo1 img {
    width: 10rem;
  }

  .serviceGradeSlider .slick-prev {
    left: 0;
    bottom: auto;
    top: 50%;
  }

  .serviceGradeSlider .slick-next {
    right: 0;
    left: auto;
    bottom: auto;
    top: 50%;
  }
  .discraimer {
    text-align: center;
  }

  .discraimer h6 {
    margin-bottom: 8px;
  }
  .copySocial ul {
    gap: 7px;
  }
  .thanksBanner h2 {
    font-size: 4rem;
  }
  .thanksBanner h5 {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  header .topbar,
  .whychooseSec ul li br,
  .workSec ul li .workHead h3 br,
  .rateSec,
  .reviewSlider .slick-prev,
  .reviewSlider .slick-next,
  .faqSec .faqImg {
    display: none !important;
  }

  .abtContent::before {
    content: none;
  }

  .mainBanner {
    padding: 0;
    min-height: auto;
    height: auto;
    background: none;
  }

  .mainBanner .bannerContent {
    height: calc(100dvh - 77px);
    background-image: linear-gradient(
      to bottom,
      #eeeeee,
      #e6e6e6,
      #dedede,
      #d7d7d7,
      #cfcfcf
    );
    margin: 0 -10px;
    padding: 0 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .mainBanner .banner {
    margin: 0 -10px;
  }
  .workArrow img {
    width: 2rem;
  }
  .leadForm {
    border-radius: 0;
    background: #051743;
  }

  .leadForm input {
    background: #5f5d5d75;
  }

  .whychooseSec ul {
    margin-top: 1rem;
  }

  .whychooseSec ul li {
    flex: 0 0 46%;
  }

  .abtSec h5,
  h6 {
    font-size: 2rem;
  }

  .serBox h3 {
    font-size: 1.5rem;
  }

  .abtSec h4 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 3.5rem;
  }

  .workSec ul {
    gap: 1rem;
  }

  .workSec ul li {
    flex: 0 0 100%;
    border-radius: 5px;
    min-height: auto;
  }

  .platForm h5 {
    font-size: 1.5rem;
    font-weight: 700;
  }

  .staySec ul {
    flex-flow: row wrap;
    gap: 1rem;
  }

  .staySec ul li {
    flex: 0 0 48%;
  }

  .workSec .container {
    padding: 1rem;
    border-radius: 10px;
  }

  .accordionStyle .accordion-item {
    padding: 0;
  }

  .contactBox {
    border-radius: 10px;
    margin: 5px 0;
    padding: 1rem;
  }

  .privacySec {
    justify-content: center;
  }

  .copyRight p {
    text-align: center;
  }

  .reviewBox {
    margin: 2rem 0 0;
  }

  .abtBox {
    gap: 1rem;
  }

  .abtContent {
    padding: 1rem;
    margin: 0;
  }

  .abtBox p {
    padding: 10px;
  }
  h2 {
    font-size: 2.5rem;
  }
  .contactBox a br {
    display: none;
  }
  .discraimer .themeBtn {
    width: 100%;
    text-align: center;
    margin: 1rem 0 0;
  }
  .thanksBanner {
    padding: 7rem 0;
  }
}

@media only screen and (max-width: 575px) {
  .thanksBanner {
    padding: 5rem 0;
    background: #000;
  }
  .thanksBanner h2 {
    font-size: 2.5rem;
  }
  .thanksBanner h6 {
    font-size: 1.5rem;
  }
}
