*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
img{
    max-width: 100%;
}
body {
    font-family: 'Roboto', sans-serif;
}
p {
    margin: 0;
    padding: 0;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1.9;
    color: #555656;
    font-family: 'Roboto', sans-serif;
}
h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
}
.navbar-nav .nav-link {
    position: relative;
}
.navbar-nav .nav-link:hover::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px; /* Adjust the distance of the underline */
    width: 100%;
    height: 2px; /* Thickness of the underline */
    background-color: #D8AC68; /* Color of the underline */
}
.navbar-nav {
    padding-right: 50px; /* Adjust as needed */
}

.navbar-nav .nav-item{
    margin:0px 10px;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .desktop {
      display: none !important;
    }
}
@media (min-width: 769px) {
    .mobile {
          display: none !important;
        }
}
.list-group-item.list-group-item-action i{
    font-size: 20px;
    margin:0px 10px 0px 0px;
    color:#D8AC68;
}
.list-group-item.list-group-item-action{
    font-size:20px;
    font-weight: 700;
}
@keyframes blink {
    0% { opacity: 1; }
    25% { opacity: 1; }
    50% { opacity: 1; }
    75% { opacity: 0; }
    100% { opacity: 1; }
}
.green-strip {
    background-color: #093041;
    color: white;
    text-align: center;
    display: flex;
    align-items: center; /* Vertically center */
    justify-content: center; /* Horizontally center */
    font-size:16px;
}

.green-strip-text {
    font-weight: 700;
    margin: 0; /* Remove default margin */
    color:white;
    font-weight: 400;
}
.top{
    color: black;
    font-weight: 500;
    text-align: center;
    display: flex;
    padding: 5px;
    align-items: center; /* Vertically center */
    justify-content: center; /* Horizontally center */
    font-size:16px;
}
.form {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  
  .form-group {
    flex: 0 0 calc(25% - 10px); /* Each field takes approximately 25% width */
    margin-bottom: 10px;
  }
  
  label {
    display: block;
    margin-bottom: 5px;
  }
  
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
  }
  
  textarea {
    resize: vertical; /* Allow vertical resizing */
  }
  
/* Media query for smaller screens */
@media (max-width: 768px) {
    .form {
        width: 100%;
        display: block;
    }
    
    .form-group {
        width: 100%;
        margin-right: 0;
    }
    
    input[type="text"],
    input[type="email"],
    input[type="tel"],
    textarea {
        width: 100%;
        margin-bottom: 10px;
    }
    
    label {
        display: block;
        margin-bottom: 5px;
    }
}
.heading{
    display: block;
    font-size:38px;
    text-align: center;
    font-weight: 700;
    padding:20px 0px 0px 0px;
}
#about-us{
    padding:60px 0px;
}
/* .image{
    height:480px;
    overflow-y: scroll;
} */
#benefits{
    background-image: url("images/top.jpg");
    background-size: cover;
    height: 100%;
    max-width: 100%;
    background-position: fixed;
}
.overlay{
    background-color: rgba(255,255,255,0.89);
    padding: 60px 0px;
}
#benefits p{
    padding: 5px 0px;
    margin: 0 2rem;
    font-size: 15px;
    font-weight: 400;
}
#benefits p i{
    color:#D8AC68;
    font-size: 20px;
    margin:10px 5px;
}
#benefits h2,#benefits h3{
    padding: 0px 0px 0px 2rem;
}
#benefits h2{
    font-weight: 700;
    font-size: 38px;
}
#benefits h3{
    font-size: 21px;
    font-weight: 500;
}
/* #location-map{
    padding:60px 0px;
} */
#location-map p{
    text-align: center;
}
.bg{
    background: url("images/road-facing-complete-page-image.jpg");
    background-size: cover;
    background-position: bottom center;
    height: 600px;
}
#payment-plan{
    padding:60px 0px;
}
#payment-plan h3{
    margin:20px 0px;
    color:#D8AC68;
    font-weight: 20px;
}
#payment-plan p i{
    color:#D8AC68;
    font-size: 16px;
    margin:0px 5px;
}
#footer{
    background-image: url("images/V007B-COMM-TERRACE-.jpg");
    height:200px;
    background-size: cover;
    text-align: center;
    background-position: bottom center;
    display: flex;
    align-items: center;
}
.blue_table th{
    vertical-align:middle;
    }
    .blue_table td{
    padding:0px;
    }
    .table td{
    border:1px solid black;
    }
    .table-responsive {
    margin:0px 10px;
    }

.copy_right{
    background-color: black;
}
a.text-white{
    color:#D8AC68 !important;
    text-decoration: none;
}
.blue_table th,
.blue_table td{
    padding: 10px;
}
.blue_table th{
    background: #033A3D !important;
    color: #fff !important;
    text-align: center;
    border: 1px solid white !important;
}
.terms{
    margin:0px !important;
    padding: 0px !important;
}
.terms li{
    list-style: none;
    line-height: 2;
}   
.terms li i{
    color: #D8AC68;
    margin-right: 10px;
}
.terms li i a{
    color: #000;
}
.blue-title{
    background-color:#093041 !important;
    color:#fff !important;
    padding: 5px 10rem;
    font-size: 18px !important;
}
.mb-40{
    margin-bottom: 40px;
}