@media (min-width: 1200px) {

 .header{
    display: block;
 }
 .mobileheader{
    display: none;
 }

.leftsideimage{
        display: none;
}

    .contactimage{
        display: block;
    }

}
@media (max-width: 1200px) {
     .leftsideimage{
        display: none;
    }
    .contactimage{
        display: none;
    }
  .navbar-item {
    padding: 0.5rem 0.75rem;
  }
  .header{
      display: none;
   }
  .mobileheader{
    position: fixed; /* Fix the navbar at the top of the page */
    top: 0; /* Align the navbar at the very top */
    left: 0; /* Align the navbar at the left side of the page */
    width: 100%; /* Ensure the navbar stretches across the full width */
    z-index: 1000; /* The navbar should be above all other content */
    background: #fff; /* Add a background color to the navbar if needed */
    transition: box-shadow 0.3s ease-in-out;
  }
  .sectiongap{
    padding-top:100px;
  }
.heading-title {
    font-size: 25px;
    line-height: 1.2em;
    text-align: center;
    width: 99%;
    font-weight: 600;
}
.heading-title2 {
    color: #060606;
    font-family: "Poppins",Sans-serif;
    font-size: 24px;
    line-height: 25px;
    font-weight: 500;
    text-align: center;
}

  .content {
    margin-top: 0px;
  }
 .navbar {

  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  color: #fff;
  padding: 0.5rem 1rem;
  position: relative; /* Add position relative to the navbar */
  z-index: 1000; /* High z-index to ensure it's above other content */
}

.logo {
    max-width: 180px;
    margin-right: 1rem;
    padding: 15px 0px;
}

.navbar-toggler {
    color: #fff;
    border: none;
    background: #c89211;
    border-radius: 2px;

}
.toggler-icon{
    display: inline-block;
    font-size: 1.2rem;
    padding: 8px 5px;
}

.navbar-menu {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #f9f9f9;
  z-index: 999;
  overflow: hidden; /* Make sure overflowing content is not visible during transition */
  max-height: 0; /* Start with max-height 0 to hide the menu */
  transition: max-height 0.3s ease; /* Transition for the max-height property */
}

.navbar-menu.is-active {
  max-height: 500px;
  display: flex;
}

.navbar-item {
    padding: 15px 20px;
    display: inline-block;
    width: 100%;
    border: 0;
    border-bottom-width: 1px;
    border-style: solid;
    border-color: #ddd;
    color: #3a3a3a;
}

.close-icon, .toggler-icon {
  display: inline-block;
  font-size: 1.2rem;
  padding: 8px 5px;
}

  .readmore {
    padding: 10px 15px;
    background: #c89211;
    color: white;
    border-radius: 25px;
    display: inline-block;
    font-weight: 500;
    border-color: #c89211;
    transition: background-color 0.5s ease;
    cursor: pointer;
    border: 2px solid #c89211;
    display: block;
    text-align: center;
    width: 50%;
    margin: 0 auto;
    margin-bottom: 49px;
}
.middleparagraph {
    line-height: 30px;
    font-weight: 300;
    text-align: center;
    color: #000;
    font-family: "Lato",Sans-serif;
    font-size: 21px;
    margin: 20px;
}
.middleheader {
    color: #060606;
    font-size: 25px;
    line-height: 1;
    font-family: 'Poppins',sans-serif;
    clear: both;
    text-align: center;
    margin: 0px;
    padding: 30px 0px 0px;
    margin-bottom: 20px;
    font-weight: 600;
}
.box {
    min-height: 260px;
    margin-bottom: 110px;
}
.box h2 {
    font-size: 20px;
    color: #000;
    margin-bottom: 20px;
    font-family: 'Poppins',sans-serif;
    font-weight: 700;
}
.servicereadmore {
    position: relative;
    bottom: 0px;
}
section {
    padding-bottom: 0px;
}
figure a img {
    display: inline-block;
    max-width: 155px!important;
    max-height: 285px;
    background: silver;
    margin-bottom: 10px;
}
.imagecomparisonimg{
  width: 333px;
}

.pricingarea{
    display: none;
}

/*pricing*/
.mobilepricing{
    display: block;
}
.pricing-card {
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  margin: 1rem;
  padding: 1rem;
  background: #f5f5f5; /* Bootstrap warning color as an example */
  border: 2px solid #c89211;
}
.pricing-card .btn-warning{
  background: #c89211!important;
  color: #fff;
}
.pricing-card .list-group{
    margin-left: -20px;
}

.pricing-card .card-title {
  font-size: 1.4rem;
  color: #333; /* Dark grey color */
}
.card-text{
    font-size: 1.25rem!important;
}
.pricing-card .card-text strong {
  color: #000; /* Black color for price */
}

.pricing-card .list-group-item {
  background: transparent;
  border: none;
  padding: 0px 20px!important;
}

.pricing-card .btn-primary {
  background: #007bff; /* Bootstrap primary color */
  border: none;
}
.footer_image {
    height: 79px;
    width:96%;
}

.custom-container {
    padding-left: 10px;
    max-width: 100%; /* Adjust for mobile screens */
    /* You can also adjust margins if needed */
  }

.heading-titles {
    color: #060606;
    font-size: 24px;
    font-weight: 800;
    line-height: 1;
    font-family: 'Poppins',sans-serif;
    clear: both;
    margin: 20px 0px 30px;
}


}
@media (min-width: 1200px) {
    .leftsideimage{
        display: none;
    }
   .navbar-menu {
    display: flex;
    position: static; /* Default static position for larger screens */
    flex-direction: row;
    justify-content: flex-end;
    top: auto;
    left: auto;
    background-color: #f9f9f9;
    border-top-width: 1px;
    border-style: solid;
    border-color: #ddd;
    color:#3a3a3a;
  }

  .navbar-toggler {
    display: none;
  }



  .navbar-item {
    padding: 0.5rem 0.75rem;
  }


}
@media (max-width: 479px) {

  .readmore {
    padding: 10px 15px;
    background: #c89211;
    color: white;
    border-radius: 25px;
    display: inline-block;
    font-weight: 500;
    border-color: #c89211;
    transition: background-color 0.5s ease;
    cursor: pointer;
    border: 2px solid #c89211;
    display: block;
    text-align: center;
    width: 60%;
    margin: 0 auto;
    margin-bottom: 49px;
}
   .header{
    display: none;
   }
   .content {
    margin-top: 0px;
  }
}




