@media only screen and (min-width: 300px) and (max-width: 600px) {
  
  .main{
    width: 100%;
    height: 100%;
  }
  .mySlides {
    display: none;
  }

  img {
    vertical-align: middle;
  }

  .mySlides img {
    height: 300px;
    width: 100%;
  }


  /* Slideshow container */
  .slideshow-container {
    width: 100%;
    position: relative;
    margin: auto;
    height: 300px;
  }

  /* Caption text */
  .text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
  }

  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }

  /* The dots/bullets/indicators */
  .dot {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }

  .active {
    background-color: #717171;
  }

  /* Fading animation */
  .fade {
    animation-name: fade;
    animation-duration: 1.5s;
  }

  @keyframes fade {
    from {
      opacity: .4
    }

    to {
      opacity: 1
    }
  }

  /* On smaller screens, decrease text size */
  @media only screen and (max-width: 300px) {
    .text {
      font-size: 11px
    }
  }


  .meag-one {
    width: 95%;
    height: auto;
    margin-left: 10px;
    border-radius: 20px;
    margin-top: 40px;
  }

  .meag-one h1 {
    text-align: center;
    padding-top: 20px;
    font-size: 27px;
  }


  .meag-one h2 {
    text-align: center;
    padding-top: 20px;
  }

  .meag-one p {
    font-family: 'Times New Roman', Times, serif;
    padding-top: 18px;
    margin-left: 10px;
    font-size: 17px;
  }


  .meag-one button {
    margin-left: 25%;
    margin-top: 20px;
    text-decoration: underline;
    width: 140px;
    height: 40px;
    border: none;
    background: none;
    color: gold;
    font-size: 20px;
  }


  .hexa {
    width: 100%;
    height: 350px;
    margin-top: 40px;

  }

  .hexa h1 {
    margin-left: 100px;
    padding-top: 50px;
    font-size: 24px;
  }

  .hexa p {
    text-align: center;
    padding-top: 30px;
  }

  .hexa button {
    margin-left: 36%;
    margin-top: 50px;
    height: 40px;
    width: 160px;
    font-weight: bold;
    border: none;
    background-color: black;
    color: white;
  }


  .detin {
    width: 100%;
    height: auto;
    flex-direction: column;
    margin-top: 10px;
    display: flex;

  }

  .detin2 {
    width: 100%;
    height: auto;
    margin-left: 0px;
  }

  .detin2 img {
    width: 100%;
  }

  .detin h1 {
    text-align: center;
  }

  .detin li {
    text-align: left;
    margin-left: 10%;
    font-size: 22px;
    font-weight: bold;
    margin-top: 13px;
  }


  .testimonial {
    margin-top: 10px;
    width: 100%;
    height: auto;

    display: flex;

    flex-direction: column;
  }

  .testi {
    width: 100%;
    height: 300px;
    margin-left: 0px;
  }

  .testi h1 {
    text-align: center;
    font-size: 22px;
    padding-top: 20px;
  }

  .testi p {
    margin-top: 40px;
    margin-left: 10px;
    color: darkred;
  }

  .star i {
    margin-left: 20px;
    color: black;
  }





  .accordion {
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    background: none;
    margin-left: 0px;
    margin-top: 10px;
  }



  .panel {
    padding: 0 18px;
    display: none;
    width: 100%;
    overflow: hidden;
    margin-left: 0px;
  }






  .footer {
    width: 100%;
    height: 1100px;
    background-color: black;
    margin-top: 160px;
    display: flex;
    flex-direction: column;
  }

  .foot {
    width: 100%;
    height: 350px;
    margin-left: 0px;
  }

  .foot h1 {
    text-align: center;
    font-size: 25px;
    padding-top: 30px;
  }

  .foot a {
    margin-left: 150px;
    text-decoration: none;
    color: black;
    font-size: 19px;

  }

  .foot p {
    margin-left: 30px;
    color: white;
  }

  .disc {
    width: 100%;
    height: 60px;
    background-color: #717171;
  }

  .disc h1 {
    text-align: center;
    font-size: 14px;
    padding-top: 10px;
  }


  .about form {
    margin-left: 80px;
    margin-top: 50px;
  }

  .about h5 {
    margin-top: 60px;
    margin-left: 60px;
    font-size: 19px;
  }


  .mega {
    width: 100%;
    height: 1100px;
    display: flex;
    flex-direction: column;
  }

  .mega img {
    width: 100%;
    height: 250px;
    margin-left: 0px;
    margin-top: 10px;
  }



  .minds {
    
    width: 100%;
    height: auto;
    flex-direction: column;
  }

  .minds {
    flex-direction: column;
    width: 100%;
    height: auto;
    display: flex;
  }

  .minds2 {
    width: 100%;
    margin-left: 0px;

  }
  .minds2 p {
    margin-left: 10px;
    margin-top: 10px;
    font-size: 18px;
  }

  .minds2 h5 {
    padding-top: 20px;
    margin-top: 30px;
    color: black;
    font-size: 18px;
    margin-left: 10px;
  }

  .minds2 button {
    width: 150px;
    height: 35px;
    background-color: black;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 10px;
    margin-left: 15px;
  }


  .blogs {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    margin-left: 0px;
  }

  .blog {
    width: 95%;
    height: 300px;
    margin-left: 10px;
    margin-top: 15px;
  }

  .blog p {
    margin-left: 50px;
    margin-top: -70px;
    font-size: 22px;
    color: white;
  }

  .blog img {
    width: 100%;
    height: 100%;
  }
}



@media only screen and (min-width: 601px) and (max-width: 1250px){

  .main{
    width: 1250px;
    height: 100%;
  }
  
  .mySlides {
    display: none;
  }
  
  img {
    vertical-align: middle;
  }
  
  .logos {
    font-size: 19px;
  }
  
  .mySlides img {
    height: 450px;
  }
  
  .slideshow-container {
    width: 100%;
    position: relative;
    margin: auto;
    height: 450px;
  }
  
  .text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
  }
  
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
  
  .dot {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  
  .active {
    background-color: #717171;
  }
  
  
  .fade {
    animation-name: fade;
    animation-duration: 1.5s;
  }
  
  @keyframes fade {
    from {
      opacity: .4
    }
  
    to {
      opacity: 1
    }
  }
  
  
  @media only screen and (max-width: 300px) {
    .text {
      font-size: 11px
    }
  }
  
  
  
  .meag-one {
    width: 80%;
    height: 500px;
    margin-left: 120px;
    border-radius: 20px;
    
    margin-top: 40px;
  
  }
  
  .meag-one h1 {
    text-align: center;
    padding-top: 50px;
  }
  
  
  
  .meag-one h2 {
    text-align: center;
    padding-top: 40px;
    color: gray;
  }
  
  .meag-one p {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
    padding-top: 30px;
    margin-left: 10px;
    font-size: 16px;
  }
  
  
  .meag-one button {
    margin-left: 45%;
    margin-top: 20px;
    text-decoration: underline;
    width: 140px;
    height: 40px;
    border: none;
    background: none;
    color: gold;
    font-size: 20px;
  }
  
  
  
  
  .hexa {
    width: 100%;
    height: 450px;
    margin-top: 40px;
    background-color: #bbb;
  }
  
  .hexa h1 {
    margin-left: 300px;
    padding-top: 90px;
  }
  
  .hexa p {
    text-align: center;
    padding-top: 30px;
  }
  
  .hexa button {
    margin-left: 46%;
    margin-top: 50px;
    height: 40px;
    width: 160px;
    font-weight: bold;
    border: none;
    background-color: black;
    color: white;
  }
  
  
  
  .detin {
    width: 100%;
    height: 440px;
   
    margin-top: 60px;
    display: flex;
    
  }
  .detin2{
    width: 48%;
    height: 100%;
   
    margin-left: 10px;
  }
  
  .detin2 img  {
    width: 100%;
  }
  
  .detin h1 {
    text-align: center;
  }
  
  .detin li {
    text-align: left;
    margin-left: 05%;
    font-size: 22px;
    font-weight: bold;
    margin-top: 13px;
  }
  
  .maps {
    margin-top: 50px;
    box-shadow: 2px 3px 5px -2px black;
    height: 400px;
    width: 100%;
  }
  
  .testimonial {
    margin-top: 10px;
    width: 100%;
    height: 280px;
    display: flex;
  }
  
  .testi {
    width: 45%;
    height: 100%;
    margin-left: 40px;
  }
  
  .testi h1 {
    text-align: center;
    font-size: 22px;
    padding-top: 20px;
  }
  
  .testi p {
    margin-top: 40px;
    margin-left: 30px;
    color: darkred;
  }
  
  .star i {
    margin-left: 20px;
  }
  
  .mores{
    width: 200px;
    height: 45px;
    font-weight: bold;
    border: none;
    background-color: #717171;
    border-radius: 10px;
    color: white;
  }
  
  
  .section {
    width: 100%;
    height: auto;
    background-color: #f2f2f2;
    margin-top: 70px;
  }
  
  .accordion {
    cursor: pointer;
    padding: 18px;
    width: 50%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    background: none;
    color: black;
    margin-left: 300px;
    margin-top: 10px;
    font-weight: bold;
  }
  
  
  
  .panel {
    padding: 0 18px;
    display: none;
    width: 50%;
    overflow: hidden;
    margin-left: 300px;
  }
  
  
  
  .footer {
    width: 100%;
    height: 380px;
    background-color: black;
    margin-top: 160px;
    display: flex;
    color: white;
  }
  
  .foot {
    width: 33%;
    height: 100%;
  
    margin-left: 05px;
  }
  
  .foot h1 {
    text-align: center;
    font-size: 25px;
    padding-top: 30px;
  }
  
  .foot a {
    margin-left: 150px;
    text-decoration: none;
    color: white;
    font-size: 19px;
  
  }
  
  .foot p {
    margin-left: 30px;
    color: white;
  }
  
  
  .disc {
    width: 100%;
    height: 60px;
    background-color: #717171;
  }
  
  .disc h1 {
    text-align: center;
    font-size: 20px;
    padding-top: 10px;
  }
  
  
  
  .header {
    width: 100%;
    height: 100px;
    background-color: gray;
    margin-top: 80px;
    text-align: center;
  }
  
  .header h2 {
    padding-top: 30px;
    color: white;
  }
  
  .about form {
    margin-left: 200px;
    margin-top: 50px;
  }
  
  .about h5 {
    margin-top: 60px;
  }
  
  .mega {
    width: 100%;
    height: 300px;
    display: flex;
  }
  
  .mega img {
    width: 24%;
    height: 100%;
    margin-left: 10px;
  }
  
  .minds {
  
    width: 100%;
    height: auto;
    display: flex;
  }
  
  .minds2 {
    width: 45%;
    margin-left: 40px;
    
  }
  
  .minds2 h5 {
    padding-top: 20px;
    margin-top: 30px;
    color: black;
    font-size: 22px;
  }
  
  .minds2 button {
    width: 150px;
    height: 35px;
    background-color: black;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 10px;
  }
  
  
  form {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    margin: 0 auto;
  }
  
  label {
    display: block;
    margin-bottom: 5px;
    color: #333333;
  }
  
  input[type="text"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    box-sizing: border-box;
  }
  
  input[type="submit"] {
    width: 100%;
    padding: 10px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }
  
  input[type="submit"]:hover {
    background-color: #45a049;
  }
  
  
  
  .blogs {
    width: 60%;
    height: 380px;
    display: flex;
    margin-left: 250px;
  }
  
  .blog {
    width: 48%;
    height: 100%;
    margin-left: 14px;
  }
  
  .blog p {
    margin-left: 50px;
    margin-top: -70px;
    font-size: 22px;
    color: white;
  }
  
  .blog img {
    width: 100%;
    height: 100%;
  }
  
  .dace video {
    width: 310px;
  }
}