@media only screen and (min-width: 1201px) {
  
  
    .myCard,
    .empCard {
      width: 32%;
    }
  
    .lastDiv {
      padding: 0 15rem;
    }
  
    footer {
      padding: 0 15rem;
    }
  }
  
  @media only screen and (max-width: 1200px) and (min-width: 769px) {
   
  
    .firstDiv h1,
    .fourthDiv h1,
    .seventhDiv h1,
    .ninthDiv h1,
    .tenthDiv h1 {
      padding: 0 3rem;
    }
  
    .firstDiv .imgDiv {
      bottom: -2rem;
    }
  
    .firstDiv,
    .secondDiv,
    .thirdDiv,
    .fourthDiv,
    .fifthDiv,
    .sixthDiv,
    .seventhDiv,
    .eightDiv,
    .ninthDiv,
    .tenthDiv,
    .lastDiv,
    .myAccordion  {
      padding: 2rem 5rem;
    }
    .fifthDiv,.sixthDiv {
        flex-direction: column !important;
    }

    .sixdOne,.sixdTwo {
        width: 100%;
    }

    .qrCard {
        width: 40%;
    }

    .formMain,.firstDiv {
        height: auto;
        margin-bottom: 1rem;
    }
    
    .company .btnsDiv button {
        width: 100%;
    }

    .tdOne div {
      width: 40%;
    }
  
    .formDiv {
      width: 60%;
    }
  
    .lastDiv {
      padding: 0 5rem;
    }
  
    footer {
      padding: 0 5rem;
    }
   

    .dropdown {
        margin-left: 1rem;
    }

    .redButton {
        margin-left: 1rem;
    }
  }
  
  @media only screen and (max-width: 768px) and (min-width: 577px) {
   

    .firstDiv h1,
    .fourthDiv h1,
    .seventhDiv h1,
    .ninthDiv h1,
    .tenthDiv h1 {
        padding: 0 2rem;
    }

    .firstDiv .imgDiv {
        bottom: -1.5rem;
    }

    .firstDiv,
    .secondDiv,
    .thirdDiv,
    .fourthDiv,
    .fifthDiv,
    .sixthDiv,
    .seventhDiv,
    .eightDiv,
    .ninthDiv,
    .tenthDiv,
    .lastDiv,
    .myAccordion,.edMain  {
        padding: 1.5rem 3rem;
    }

    .fifthDiv,
    .sixthDiv {
        flex-direction: column !important;
    }

    .sixdOne,
    .sixdTwo {
        width: 100%;
    }

    .qrCard {
        width: 50%;
    }

    .formMain,
    .firstDiv {
        height: auto;
        margin-bottom: 1rem;
    }

    .company .btnsDiv button {
        width: 100%;
    }

    .tdOne div {
        width: 50%;
    }

    .formDiv {
        width: 80%;
    }

    .lastDiv {
        padding: 0 3rem;
    }

    footer {
        padding: 0 3rem;
    }

    

    .dropdown {
        margin-left: 1rem;
    }

    .redButton {
        margin-left: 1rem;
    }
    .fiveCardDiv {
        width: 80%;
    }
    .footerContent {
        flex-direction: column;
    }
}

@media only screen and (max-width: 576px) {
  

    .firstDiv h1,
    .fourthDiv h1,
    .seventhDiv h1,
    .ninthDiv h1,
    .tenthDiv h1 {
        padding: 0 1rem;
        
    }

    .ninthDiv {
        padding: 0 2rem;
    }

    .firstDiv .imgDiv {
        bottom: -1rem;
    }

    .firstDiv,
    .secondDiv,
    .thirdDiv,
    .fourthDiv,
    .fifthDiv,
    .sixthDiv,
    .seventhDiv,
    .eightDiv,
    .ninthDiv,
    .tenthDiv,
    .lastDiv,
    .myAccordion,
    .edMain {
        padding: 1rem 2rem;
        margin-bottom: 2rem;
    }

    .fifthDiv,
    .sixthDiv,
    .tdOne,
    .countDiv,
    .sixdTwo,
    .empCards,
    .fContTwo {
        flex-direction: column !important;
    }

    .sixdTwo,
    .empCard {
        width: 100%;
    }

    .countDiv {
        width: 100%;
    }

    .countCardBorderd {
        border: none !important;
        padding: 0;
    }

    .sixdOne,
    .sixdTwo {
        width: 100%;
    }

    .qrCard {
        width: 100%;
    }

    .formMain,
    .firstDiv {
        height: auto;
        margin-bottom: 1rem;
    }

    .company .btnsDiv button {
        width: 100%;
    }

    .tdOne div {
        width: 100%;
    }

    .formDiv {
        width: 100%;
    }

    .lastDiv {
        padding: 0 2rem;
    }

    footer {
        padding: 0 2rem;
    }

   

    .dropdown {
        margin-left: 0;
        margin-top: 1rem;
    }

    .redButton {
        margin-left: 0;
        margin-top: 1rem;
    }

    .fiveCardDiv {
        width: 100%;
    }

    .footerContent {
        flex-direction: column;
    }
}

@media only screen and (max-width: 375px) {
    .root {
        font-size: smaller;
        width: auto;
    }

  

    .firstDiv h1,
    .fourthDiv h1,
    .seventhDiv h1,
    .ninthDiv h1,
    .tenthDiv h1 {
        padding: 0 0.5rem;
        font-size: 1.25rem;
    }

    .ninthDiv {
        padding: 0 1rem !important;
    }

    .lastRedDiv h3 {
        font-size: small;
    }

    .edMain h5 {
        text-align: center;
    }

    .myAccordion {
        padding: 0 1rem;
    }

    .accordion .accordion-item {
        padding: 0 1rem;
    }

    .accordion button {
        padding: 1em 0.5rem;
    }

    .accordion .accordion-content p {
        padding: 0.5rem 0;
    }

    .edMain {
        padding: 2rem 1rem;
    }

    .formDiv {
        width: 90%;
    }

    footer {
        padding: 0 1rem;
    }
}
