@media screen and (max-width:425px) {
  #section1 {
    height: fit-content;
    /* border: 5px solid red; */
    width: 100%;
  }

  .main {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    /* border: 1px solid red; */
  }

  .welcome {
    /* border: 1px solid red; */
    height: fit-content;
  }

  .navbar {
    width: 100%;
    background-size: 100% 900px;
    height: 110vh;
  }

  nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    /* border: 5px solid red; */
  }

  nav .right {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    padding: 10px;
    /* border: 1px solid red; */
  }

  nav .right li a {
    font-size: 15px;

  }

  .nav-menu .right ul li {
    margin-left: 20px;
    color: white;
  }

  #about-us-section {
    background-color: #edf1fd;
    height: fit-content;
    width: 100%;
    text-align: center;
    margin-top: 00px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* border: 1px solid yellow; */

  }

  .heading {
    font-size: small;
  }

  .about-us-main {
    margin-left: 10px;
    margin-right: 10px;
    /* margin-top: 500px; */
    /* border: 1px solid red; */
  }

  .about-us-cards {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }

  .about-card {
    /* height: 30vh; */
    width: 100%;
  }

  #sentence {
    font-size: large;
  }

  #mySlides {
    /* border: 1px solid red; */
    overflow: hidden;
  }

  #mySlides p {
    font-size: large;
    /* border: 2px solid red; */

  }

  #home-btns {
    padding: 10px;
  }

  #home-btns button {
    width: 126px;
    font-size: smaller;

  }

  .downimg {
    /* border: 2px solid red; */
    margin-top: -15px;
  }

  .section5 {
    /* border: 2px solid red; */
    height: fit-content;
  }

  .section5 .main {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 50px;

  }

  .service {
    /* border: 2px solid black; */
    height: fit-content;

    margin-right: 20px;

  }

  .service-cards {
    /* border: 2px solid red; */
    padding: 10px;

    /* margin-top: 5px; */
  }

  .service-card {
    background-color: white;
    width: 100%;
    min-height: 100%;
    max-height: auto;
    border-radius: 10px;
    margin-top: 20px;
  }

  .section3 .main {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 50px;
  }

  .card .card-detail {
    width: 100%;
    height: 10%;
    /* border: 2px solid red; */
    margin-top: 05px;
  }

  .slideshow-container {
    max-width: 1000px;
    /* border: 1px solid red; */
    padding: 5px;
  }

  .team-section {
    height: fit-content;
    margin-top: 50px;
    background-color: #edf1fd;
    /* border: 1px solid; */
  }

  .team-main {
    margin-left: 0px;
    margin-right: 0px;
    padding: 5px;
    /* border: 1px solid; */
  }

  .team-card {

    width: 100%;
    height: 35vh;


  }

  .team-card img {
    width: 30%;
    height: 35vh;
  }

  .team-info h5,
  h2 {
    font-size: smaller;
  }

  .section6 .main {
    margin-left: 0px;
    margin-right: 0px;
    padding: 5px;
  }

  .contact-section {

    background-size: 1440px 1000px;
    background-position: center;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-family: Ubuntu;
    height: fit-content;

    width: 100%;
  }

  .contact-main {
    margin-left: 50px;
    margin-right: 50px;
    display: flex;
    flex-wrap: wrap;
    color: white;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */

    height: fit-content;
    /* justify-content: space-around; */
  }


  .contact-details-contact {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: fit-content;
    margin-top: 30px;
    align-content: center;



  }

  .contact-details-contact .email,
  .address {
    width: 100%;
    /* border: 2px solid red; */
    text-align: center;
    height: fit-content;

    /* border: 2px solid red; */
  }

  .contact-details-message {

    margin-left: 30px;
    /* border: 2px solid red; */
  }

  .contact-details-contact .phone {
    width: 100%;
    text-align: center;
    height: fit-content;

    /* border: 2px solid red; */
  }

  .contact-details {
    display: flex;
    /* gap: 10px; */


  }

  .contact-details-message1 {
    height: fit-content;
    width: 100%;
  }

  .contact-details-message1 a {
    display: block;
    /* text-align: center; */
    margin-left: 20px;
    margin-top: 6px;
    color: white;
    text-decoration: none;
  }

  .contact-details-message1 h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    /* border: 2px solid black; */
  }

  .hr {
    display: none;
    align-items: center;
    gap: 04px;
    font-weight: bold;
  }

  .media {
    color: white;
    margin: auto;
    height: 20vh;
    margin-top: 10px;
    width: 100%;
    text-align: center;
    /* border: 2px solid red; */
  }

  .sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: green;
    z-index: 1;
    background-image: url('images/bg.png');
    height: 10vh;
  }

  .sticky img {
    display: none;
  }

  .sticky hr {
    display: none;
  }

  .sticky .right {
    margin-top: 08px;
    margin-right: 50px;
    padding: 10px;
  }

  .accordion1 .question1::after {

    left: 100px;
  }

  .accordion1 .content-container2.active .question1::after {
    left: 100px;
  }

}