
* {
    box-sizing: border-box;
  }
  
  iframe{
    height: 300px;
  }
  img {
    vertical-align: middle;
  }
  
  /* Position the image container (needed to position the left and right arrows) */
  .container1 {
    position: relative;
  }
  
  /* Hide the images by default */
  .mySlides {
    display: none;
  }
  .mySlides img{
    height: 400px;
  }
  /* Add a pointer when hovering over the thumbnail images */
  .cursor {
    cursor: pointer;
  }
  
  /* Next & previous buttons */
  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover,
  .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
  /* Container for image text */
  .caption-container {
    text-align: center;
    background-color: #222;
    padding: 2px 16px;
    color: white;
  }
  
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  /* Six columns side by side */
  .column {
    float: left;
    width: 16.66%;
  }
  
  /* Add a transparency effect for thumnbail images */
  .demo {
    opacity: 0.6;
  }
  
  .active,
  .demo:hover {
    opacity: 1;
  }

  .abot{
    height:420px;
  }

  .master img{
    height: 500px !important;;
  }

  .ami1{
    height:200px;
    width:350px;
    margin-left: 100px;
  }
  .ami2{
    height:200px;
    width:450px;
  }
  .ami3{
    height:200px;
    width:300px;
    margin-left: 150px
  }
  .ami4{
    width:350px;
    height:250px;
  }
  @media only screen and (max-width: 900px)
{
    .carousel-item{
        height: auto !important;
    }
    .abot{
        height: auto;
    }
    .master img{
        height: auto!important;
    }

    .ami1,.ami2,.ami3,.ami4{
        height:auto;
        width:100%;
        margin-left: 0px;
    }
    .mySlides img{
        height: auto;
    }

    
}
 @media (max-width: 768px) {
  .imgr img{
      display: none;
    }

    .ight{
      float: left!important;
      
    }
    .ight img{
        height: 200px;
        width: 320px;
       
    }

    .demo{
      height: 50px!important;
    }
 }

   @media (max-width: 768px) {
      .container-fluid1 {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
       
        /* Stack buttons vertically */
      }

      .col-12 {
        width: 45%;
        margin-right: 10px;
        margin-bottom: 10px;

      }



    }

 .demo{
  height: 120px;
 }
@media only screen and (max-width: 550px)
{
    .mbw{
        display: flex;
       
        width: 100%;
    }
    .col{
        width: 33.3%;
       
    }
    .col h4{
        font-size: .7rem;
        font-weight: 400;
    }
}


/* @media only screen and (max-width: 580px)
{
    .col-12{
        width: 33.3%;
    }
} */



.accordion-item {
  background-color: none; 
  border:none!important;
  border-bottom: 1px solid black!important;
  border-radius: 0px;
 
}
.accordion-header:hover {
 background-color: rgb(179, 177, 177)!important;
 color:black;
}
.accordion {
   width: 100%;
   max-width: 600px;
   /* margin: 0px auto; */
   background-color: #fff;
   border: 1px solid #ddd;
   border-radius: 5px;
 }

 .accordion-item {
   border-bottom: 1px solid #ddd;
 }

 .accordion-header {
   padding: 13px;
   font-weight: bold;
   cursor: pointer;
   display: flex;
   justify-content: space-between;
   align-items: center;
   font-family: "Roboto Slab", serif;
 }

 .accordion-header:hover {
   background-color: #f5f5f5;
 }

 .accordion-content {
   padding: 15px;
   display: none;
   font-size: 16px;
 }

 .accordion-content ul {
   list-style-type: disc;
   padding-left: 20px;
   margin: 0;
 }

 .accordion-content ul li {
   margin: 5px 0;
   display: flex;
   justify-content: space-between;
 }

 .accordion-header.active .toggle-icon {
   transform: rotate(0deg);
 }


 
    .form-container {
      max-width: 500px;
      margin: 0 auto;
      /* background: rgba(0, 0, 0, 0.7); */
      padding: 20px;
      border-radius: 8px;
    }

    .form-group {
      margin-bottom: 20px;
    }

    .form-group label {
      display: block;
      font-size: 0.9rem;
      margin-bottom: 5px;
    }

    .form-group input {
      width: 100%;
      padding: 10px;
      border: none;
      border-radius: 5px;
      font-size: 1rem;
    }

    .form-group input::placeholder {
      color: #aaa;
    }

    .btn-submit {
      width: 100%;
      background-color: rgb(43, 43, 43);
      color: #fff;
      border: none;
      padding: 10px;
      font-size: 1rem;
      border-radius: 5px;
      cursor: pointer;
      transition: background-color 0.3s;
    }

    .btn-submit:hover {
      background-color: rgba(163, 163, 161, 0.9);
    }

    .btn-close {
      z-index: 1056;
      /* Higher than modal */
      position: absolute;
      top: 1rem;
      right: 1rem;
    }
