body{
  background:rgb(155, 145, 57) !important;
}

p,li{font-size: 17px}
.container{
  background: #fff;
}
.mynav{
overflow:hidden;
}
.mandatory { color:#F00 !important;}
.mynav li{
  display: inline-block !important;
}
.mynav li a{
font-size: 13px;
color: #ffffff;
}
.first{
  background: url('../images/banner.jpg');
height: 100px;
}
.second{
  background: url('../images/nature-2.jpg');
height: 100px;

}
.third{
  background: url('../images/enter.jpg');
height: 100px;
}
.first h1, .second h1, .third h1{
  color: #fff;
}
.myheadlink, .myheadlink:hover{
  color:navy;
  font-size: 18px;
}
.container h3 {
  color: #3d6a8b;
}
.myhomediv img{
  height: 100%;
  width: 100%;
  display: block;
  margin: auto;
}
.mymargin{
  padding-top: 30px;
}
footer, footer .container{
  background:#A94442 !important;
  padding-top:10px;
}
.mydanger{
  color:red;
  font-weight: bold;
  font-size: 18px;
}
.mycenter{
  display: block !important;
  margin:0 auto !important;
}
.labelcenter{
  display: block !important;
  margin:0 auto !important;
width: 200px;
}
.lists {
  list-style: none;
}
.lists li{
  text-align: center !important;
}
/*.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;

}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

@media (max-width:768px) {
.first, .second, .third{
  min-height: 100px;
}
}*/
<!--mybutton ar-->  
.mymargin h3, .mymargin h4,  .mymargin h1{
font-weight:bold;}
.container h1
{
   font-family:sans-serif;   font-size: 22px; font-weight:bold;
  margin: 10px 0;
 }
.container h2
{
  font-family:sans-serif;   font-size: 18px;
  margin: 10px 0;
 }
  .box {
            border: 1px solid #ccc;
            padding: 20px;
            margin: 20px;
            border-radius: 8px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            position: relative;
		        }
		 
		    .btn-sm {
        padding: 5px 10px;
        font-size: 12px;
        background-color: #17a2b8;
        color: white !important;
        border: none;
        border-radius: 4px;
        text-decoration: none;
    }
	  .box h2{ font-size:18px; color:#3d6a8b; font-weight:bold; text-align:center; }

    .btn-sm:hover {
        background-color: #138496; }
		/* Add this CSS to style the social share buttons */
.social-share-buttons {
    display: flex;
    gap: 10px;
}

.social-share-buttons a img {
    width: 40px;
    height: 40px;
}
.mydanger{
  color:red;
  font-weight: bold;
  font-size: 18px;
}
.applycode h1 {
    color: red !important;
    font-weight: bold !important;
    font-size: 20px !important;
}
.applycode h2 {
     font-weight: bold !important;
    font-size: 18px !important;
}
.applycode h3 {
	     font-weight: bold !important;

     font-weight: bold !important;
    font-size: 16px !important;
}
.applycode p li{
     font-size: 14px !important;
}

.borderbox {
    border: 2px solid #ccc; /* Adjust the border width and color */
    padding: 2px; /* Space between the image and the border */
    border-radius: 5px; /* Rounded corners (optional) */
    display: inline-block; /* Ensure the frame adjusts to the image size */
    background-color: #fff; /* Background color of the frame */
}
.black{ color:black !important; }
/*.btn { color:#000 !important;}*/

table th{ text-align:center}
/* my button as per seo*/

.mybtn {
  /* Button style */
  display: inline-block;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF !important; /* White text */
  background-color: #a8322b; /* Darkened button color */
  transition: background-color 0.3s ease-in-out;
  text-decoration: none;
}

.mybtn:hover {
  /* Hover effect */
  background-color: #8b0a1a; /* Deeper red on hover */
}

.mybtn:focus {
  /* Focus state for accessibility */
  outline: none;
  box-shadow: 0 0 5px rgba(0, 128, 0, 0.5);
}

.mybtn:active {
  /* Active state */
  background-color: #660000; /* Even deeper red on click */
  transform: translateY(2px);
}


/* end my button as per seo*/
/* progress */
 .progress-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%; /* Increased the width to take up more space */
    margin: 20px auto; /* Reduced margin from 50px to 20px */
    position: relative;
    padding: 0; /* Removed any padding */
}

.progress {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #e0e0e0;
    z-index: 1;
    transform: translateY(-50%);
    border-radius: 5px;
}

.progress-filled {
    position: absolute;
    top: 50%;
    left: 0;
    height: 4px;
    background-color: rgb(155, 145, 57);
    z-index: 2;
    border-radius: 5px;
    transform: translateY(-50%);
}

.progress-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 3;
    margin-top: 10px; /* Reduced margin from 14px to 10px */
    flex: 1;
    min-width: 50px; /* Reduced min-width to make content tighter */
}

.step-circle {
    width: 36px; /* Reduced circle size */
    height: 36px;
    border-radius: 50%;
    background-color: #e0e0e0;
    color: #fff;
    text-align: center;
    line-height: 36px; /* Adjusted to match reduced height */
    font-size: 16px; /* Reduced font size */
    font-weight: bold;
    position: relative;
    border: 2px solid #fff;
    z-index: 4;
}

.step-circle.completed {
    background-color: rgb(155, 145, 57);
}

.step-title {
    font-size: 13px; /* Reduced font size */
    color: #999;
    margin-top: 8px; /* Reduced margin */
    text-align: center;
}

.step-title.completed {
    color: rgb(155, 145, 57);
}

@media (max-width: 768px) {
    .progress-container {
        width: 100%;
        margin: 20px auto; /* Reduced margin */
    }

    .progress {
        top: 50%;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #e0e0e0;
        z-index: 1;
        transform: translateY(-50%);
        border-radius: 5px;
    }

    .progress-filled {
        top: 50%;
        left: 0;
        height: 2px;
        background-color: rgb(155, 145, 57);
        z-index: 2;
        border-radius: 5px;
        transform: translateY(-50%);
    }

    .progress-step {
        margin-top: 8px; /* Reduced margin */
    }

    .step-circle {
        width: 28px; /* Further reduced circle size for mobile */
        height: 28px;
        line-height: 28px;
        font-size: 12px;
        border: 2px solid #fff;
        z-index: 3;
    }

    .step-title {
        font-size: 11px; /* Reduced font size for mobile */
        margin-top: 4px;
    }
}
 .contentbox p { margin-left:15px; }
.contentbox ul {
    margin: 15px 0; /* Vertical spacing */
    padding-left: 25px !important; /* Add left padding to create indentation */
    list-style-position: outside; /* Ensure bullets are outside the content */
 }

.contentbox ul li {
    margin-bottom: 10px; /* Add spacing between list items */
}
 .contentbox ul li::marker {
    color: #007bff; /* Customize bullet color */
}
   .contentbox {
             margin: 10px auto 0;
            border: 1px solid #ccc;
            border-radius: 5px;
			    overflow: hidden; /* Prevents content overflow */
        }

      .contenttitle {
    background-color: #A94442; /* Background color */
    color: #fff;
    padding: 10px;
    font-size: 20px;
    display: flex;
    justify-content: space-between; /* Aligns title to left and buttons to right */
    align-items: center; /* Vertically centers elements */
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.contenttitle h2 {
    margin: 0; /* Remove default margin */
    font-size: 16px;
}

.button-group {
    display: flex;
    gap: 10px; /* Space between buttons */
}

.button-group a {
    white-space: nowrap; /* Prevents buttons from wrapping to a new line */
}

/*header*/
.search-input {
  padding: 5px;
  border: none;
  border-radius: 5px 0 0 5px;
  width: 200px;
  height: auto;
  font-size: 14px;
  margin:5px;
}

.search-btn {
  padding: 5px;
  border: none;
  border-radius: 0 5px 5px 0;
  background-color: #e1514f;
  color: #FFF;
  cursor: pointer;
    height: auto;
  margin: auto 5px auto -5px;

}

.search-btn:hover {
  background-color: rgba(255,255,255,.5);
}

.header-logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}

.header-logo img {
  max-height: 70px; /* Adjust as needed */
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .header-logo img {
    max-height: 40px; /* Reduce image size on mobile */
    width: auto; /* Maintain aspect ratio */
  }
} 
/*end header*/

.h3low {  font-size: 16px!important; font-weight:900; font-family:sans-serif;} 
  /* General Image Styling */
.small-img {
    max-width: 60%; /* Ensure the image does not exceed the parent container */
    max-height: 60%; /* Limit height for smaller appearance */
    width: auto; /* Maintain aspect ratio */
    margin-bottom: 15px; /* Add spacing below the image */
	padding:15px;
}

/* Media Queries for Mobile */
@media (max-width: 768px) {
    .small-img {
        max-width: 100%; /* Full width for small screens */
        max-height: 150px; /* Adjusted height for smaller devices */
    }
    .contentbox {
        padding: 5px; /* Reduce padding for smaller screens */
    }
    .contenttitle h1 {
        font-size: 16px; /* Smaller title size for mobile */
    }
}


.myhomediv {
    padding: 10px;
    margin-bottom: 15px;
    /* background-color: #f9f9f9; Light background for better content separation */
    border-radius: 5px;
}

.myhomediv h4 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.myhomediv ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.myhomediv ul li {
    margin-bottom: 5px;
}

.myhomediv ul li a {
    text-decoration: none;
    color: #007bff; /* Bootstrap primary color */
    font-size: 14px;
}

.myhomediv ul li a:hover {
    color: #0056b3; /* Darker hover effect */
}

@media (max-width: 768px) {
    .myhomediv {
        margin-bottom: 10px; /* Reduce spacing for mobile */
    }

    .myhomediv h4 {
        font-size: 14px; /* Adjust heading size for smaller screens */
    }

    .myhomediv ul li a {
        font-size: 12px; /* Adjust font size for smaller screens */
    }
}
 .button-container {
  display: flex;
  justify-content: center;
  align-items: center;
 }
 .apply-btn {
  display: inline-block;
  padding: 20px 100px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: #5B5724;
  transition: background-color 0.3s ease-in-out, color 0.3s ease;
  text-decoration: none;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2),
              inset 0 0 0 2px rgba(255, 255, 255, 1);
  border: 1px dashed #666;
}

.apply-btn:hover {
  color: #fff;
  text-decoration: none;
  background-color: #444; /* Optional: background on hover */
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.col-md-4 {
    display: flex;
    flex-direction: column;
}

.content {
    flex-grow: 1;
}

.mt-auto {
    margin-top: auto;
}

  .styled-table {
        width: 100%;
        border-collapse: collapse;
        margin: 20px 0;
        font-size: 14px;
        text-align: center;
        color: #333;
    }

    .styled-table th, .styled-table td {
        border: 1px solid #ddd;
        padding: 8px;
		        text-align: left;

    }

    .styled-table th {
        background-color: #A94442;
        color: white;
        font-weight: bold;
        text-transform: uppercase;
    }

    .styled-table tr:nth-child(even) {
        background-color: #f2f2f2;
    }

    .styled-table tr:hover {
        background-color: #f1f1f1;
    }

    .styled-table a {
        text-decoration: none;
        color: #007bff;
        font-weight: bold;
    }

    .styled-table a:hover {
        color: #0056b3;
        text-decoration: underline;
    }

    @media (max-width: 768px) {
        .styled-table {
            font-size: 12px;
        }
        .styled-table th, .styled-table td {
            padding: 5px;
        }
    }
	.center { text-align:center; font-weight:bold;}
	
	