    .submissionsection {
      justify-content: center;
      align-items: center;
      border-radius: 10px; 
      padding: 5px; 
      margin-left: 70px;
      margin-top: 5px;
      margin-bottom: 5px;
      box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  }
  
  
  .downlaodexampapers {
     justify-content: center;
      align-items: center;
      border-radius: 0px; 
      margin:5px;
      box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  }


    .downalodsection {
      justify-content: center;
      align-items: center;
      border-radius: 10px; 
      padding: 5px; 
      margin: 5px;
      box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  }



@media (max-width: 800px) {
    .btn-group {
      display: block !important;
      margin-bottom: 10px;
    }
    .btn-group .btn {
      width: 100%;
      white-space: normal;
    }

  }
  
  #upperDiv{
    background-color: white; 
        border-radius: 10px; 
        padding: 0px; 
        margin: 10px;
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  }
  
    #LowerDiv{
    background-color: white; 
        border-radius: 10px; 
        padding: 0px; 
        margin: 10px;
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  }
  
  
  #fluidrowmenu {
      background-color: white; 
        border-radius: 10px; 
        padding: 0px; 
        margin: 10px;
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  }
  
  .rounded-column {
        background-color: #FFFFFF; 
        border-radius: 10px; 
        padding: 0px; 
        margin: 10px;
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  }
  
  
    .rounded-column1 {
        background-color: #FFFFFF; 
        border-radius: 10px; 
        padding: 0px; 
        margin: 20px;
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  }
  
     
  .custom-well-panel {
            background-color: #7bc148;
            padding: 10px;
  }
  

          
  hr {
      border-color: #f8f9fa;
      background-color:#f8f9fa;
      height: 2px;
  }
    
    #primaryTabs {
     color: #7bc148;
     width: 100%;
    }
    
.homepagefluidrow1 { 
  height: 75vh;
  margin: 5px;
  }
  
    
 .fluid-container {
    width: 100%;
    height: 60vh;
    background: url('contact.jpeg') no-repeat center center fixed;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    text-align: center;
}


    

.background-container {
    position: relative;
    width: 100%;
    height: 200px; /* Adjust the height as needed */
}

.background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(2px);
    height: 75vh;
}

.content {
    position: relative;
    z-index: 1;
    padding: 20px;
    color: white;
}

/* Media query for smaller screens */
@media (max-width: 768px) {
    .background-container {
        height: 100px; /* Adjust the height as needed for smaller screens */
    }
    
      .background-image {
        height: 80vh; /* Adjust the height as needed for smaller screens */
    }

    .homepagefluidrow1 {
        height: 80vh; /* Adjust the height as needed for smaller screens */
    }

    .content {
        padding: 5px; /* Adjust the padding as needed for smaller screens */
        font-size: 10px;
    }
}

* Media query for smaller screens, including 13-inch laptops */
@media (max-width: 13in) {
    .background-container {
        height: 80px; /* Adjust the height as needed for smaller screens */
    }
    
    .background-image {
        height: 60vh; /* Adjust the height as needed for smaller screens */
    }

    .homepagefluidrow1 {
        height: 60vh; /* Adjust the height as needed for smaller screens */
    }

    .content {
        padding: 5px; /* Adjust the padding as needed for smaller screens */
        font-size: 10px;
    }
}

      
    #cmdSendMessage:hover {
      background-color: #7bc148;
    }
    
    .fluidrowwithcols {
     justify-content: center;
    }
    

/* Default style for screenActionButton */
.roundbuttons {
    border-radius: 10px;
    background:  #7bc148; 
    font-size: 12px;
    color: white;
    height: 40px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    width: 150px; /* Default width */
}

/* Media query for smaller screens (phones) */
@media (max-width: 576px) {
    .roundbuttons {
        width: 80%; /* Adjust the width for smaller screens */
    }
}

/* Media query for tablets */
@media (min-width: 577px) and (max-width: 992px) {
    .roundbuttons {
        width: 50%; /* Adjust the width for tablets */
    }
}

    .footer {
        background-color: #7bc148;
        color: white;
        padding: 0px;
        text-align: center;
      }
       
    .socialform {
       text-align: center;
       padding: 10px;
       }
      .footer a {
        margin: 0px;
        color: white;
      }
      .footer a:hover {
        color: #337ab7;
      }

      .header {
        background: white;
        color: #7bc148;
        padding: 10px;
        display: flex;
        align-items: center;
        text-align:center;
     }
      
     hr {
        width: 100%; /* Adjust the percentage to control the length */
        }
      
      .logo {
        flex-shrink: 0;
        margin-right: 20px;
        max-height: 80%;
        max-width: 80%;
      }
      
      .header-text h1 {
        font-size: 30px;
        font-weight: bold;
        text-align:center;
      }
      
      .header-text h3 {
        font-size: 20px;
        
      }