section.page-header.page-header-modern.page-header-lg.page-header-rs {
	background-image: url(background-rs.jpg) !important;

}



button.btn.cancel {
    padding: 12px 30px;
    margin-left: 10px;
}

/* Button used to open the contact form - fixed at the bottom of the page */
.open-button {
  
  color: #0c0c54;
  padding: 8px 10px;
  border: none;
  cursor: pointer;
  opacity: 0.8;
  position: inherit;
  bottom: 23px;
  right: 28px;
  
}

/* The popup form - hidden by default */
.form-popup {
  display: none;
  position: fixed;
  bottom: 23%;
  left: 4%;
  border: 3px solid #f1f1f1;
  z-index: 9;
}

/* Add styles to the form container */
.form-container {
  max-width: 300px;
  padding: 10px;
  background-color: white;
}

/* Full-width input fields */
.form-container input[type=text], .form-container input[type=password] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
}

/* When the inputs get focus, do something */
.form-container input[type=text]:focus, .form-container input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit/login button */

/* Add a red background color to the cancel button */
.form-container .cancel {
  background-color: red;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}


h1.font-weight-bold.text-center {
    margin-left: 40%;
}

.col-md-8.order-2.order-md-1.align-self-center.p-static {
    text-align: center;
}


.px-lg-6 {
    margin-left: 0rem;
}


.row.pb-2 {
    display: flex;
    justify-content: center;
}


.px-lg-7 {
    margin-left: 0.5rem;
}
 .custom-icon-style-1 img:hover{
        content: url('img/demos/auto-services/icons/agile-l.png');
        cursor: pointer; /* Optional: Change cursor on hover */
 }
 
 
 @media screen and (min-width: 991px) {
.px-lg-6 {
    margin-left: 0.1rem;
}
}



button.btn.btn-secondary.btn-modern.font-weight-bold.custom-btn-border-radius.text-3.px-4.py-2 {
    margin-left: 5%;
}


img.footer-img-fluid {
    width: 172px;
}


.mauto {
	margin:auto;
}


li.font-weight-semibold.text-color-dark {
    min-height: 50px;
}