body {
      font-family: Marcellus, serif;
      color:#262626;
      font-weight: 400;
      font-style: normal;
    }
    .container-fluid {
      border: 2px solid tan;
    }
    .navbar {
      background-color: transparent;
      border: none;
      --bs-navbar-padding-y: 0;
    }
    .navbar-brand {
      color: #0c1e2f;
      font-weight: bold;
      font-size: 2rem;
      line-height: 1.5;
      height: 100%; /* Ensures two-row height */
      padding-top:15px;
    }
    .navbar-toggler-icon {
      background-color: #000000;
    }
    .contact-info {
      color: #0c1e2f;
      border-bottom: 1px solid tan;
      height:30%;
    }
    .contact-info p{
      margin-top:-10px;
      font-family: Montserrat, sans-serif;
      font-weight: 300 !important;
    }
    .contact-info span {
      padding-right: 15px;
      padding-top:10px;
    }
    .contact-info a {
      color: #0c1e2f;
      text-decoration: none;
    }
    .contact-info a:hover {
      text-decoration: underline;
    }
    .border-top {
      border-top: 1px solid tan;
    }
    .navbar-nav {
      margin-left: 0;
    }
    .navbar-nav .nav-link {
      color: #0c1e2f;
      padding-right: 15px;
    }
    .navbar-nav .nav-link:hover {
      text-decoration: none;
    }
    .nav-item {
      margin-right:15px;
    }
    /* Adding 1px tan border for second column's two rows */
    .right-column {
      border-left: 1px solid tan;
    }
    .topinfolinks, .topinfolinks a {
       padding-top:10px;
       font-size:12px;
       text-decoration: none;
       color:#262626;
    }
    .verticallinesmall {
      color:#B29063;
      font-size:14px;
    }
    /* General styling for contact information */
    .contact-info {
        font-family: Arial, sans-serif; /* Update to match the desired font */
        font-size: 14px; /* Adjust size as needed */
        color: #333; /* Set text color */
        margin-bottom: 10px; /* Space between items */
    }

    /* Styling for the email address */
    .contact-info .email, .contact-info .phone, .contact-info .hours {
        text-decoration: none; 
        color:#555555;
        padding-top:10px;
    }
    .contactseperator {
        color: #B29062;
        font-size: 25px;
        padding: 0 0 5px 5px;
    }
    .headerslider {
      background-image:url('https://www.regalgrowthadvisors.com/img/mainpgslider.jpg');
      color:#ffffff;
    }
    .ceostatement {
      border-left: 1px solid tan;
      font-weight: 400;
      font-size: 44px;
      line-height: 1.227em;
      font-family: Marcellus, serif;
      color: #000000;
      margin: 55px 0;
      padding:40px;
      -ms-word-wrap: break-word;
      word-wrap: break-word;
    }
    .ceoname {
      font-weight: 500;
      font-size: 11px;
      line-height: 1.6em;
      letter-spacing: .6em;
      text-transform: uppercase;
      font-family: Montserrat, sans-serif;
      color: #b29063;
      margin: 25px 0;
      -ms-word-wrap: break-word;
      word-wrap: break-word;
    }
    .footer, .footer a{
      background-color: #000000;
      color:#b7b8be;
      text-decoration: none;
    }
    .footer a.nav-link {
      color:#b7b8be;
      text-decoration: none;
    }
    .servicepgheader {
      background-image: url('../img/servicesheader.jpg');
      height: 249px;
    }
   .contactpgheader {
      background-image: url('../img/contactheader.jpg');
      height: 249px;
    }
    .aboutpgheader {
      background-image: url('../img/aboutheader.jpg');
      height: 249px;
    }
    .servicetitle {
      font-weight: 500;
      font-size: 11px;
      line-height: 1.6em;
      letter-spacing: .6em;
      text-transform: uppercase;
      font-family: Montserrat, sans-serif;
      color: #b29063;
      margin: 25px 0;
      -ms-word-wrap: break-word;
      word-wrap: break-word;
    }
    .serviceboxline {
      border-right: 1px solid #b29063;
      height:90%;
    }
    .servicebox {
      background-color: #fbf9f9;
      margin-right: 40px;
      width: 350px;
    }
    @media (max-width:789px){
      .servicebox {
        margin-right: 0px;
        width:unset;
       }
    }
    .contactbtn {
      border-radius: unset;
      background-color: #d4bfa3;
      border: none;
      color: #ffffff;
      font-family: Montserrat, sans-serif;
      font-size: 12px;
      font-weight: 500;
      line-height: 1.7em;
      text-transform: uppercase;
    }
    .contactbtn:hover {
       background-color:#000000;
       color:#ffffff;
    }
    .contactpgform .form-control {
          border:none;
          border-color:#000000;
          border-bottom-style: solid;
          border-bottom-width: 1px;
          border-radius: 0;
    }
    .text-body-emphasis {
        width:55%;
        margin: auto;
        padding-bottom: 15px;
        font-size: 3rem;
    }
    .partner-logo {
      height: 80px;
      width: auto;
      object-fit: contain;
      display: block;
      margin: 0 auto;
    }
    @media (max-width:789px){
      footer .ps-4 {
        padding-left:8px!important;
      }
      .mobilecenter {
        text-align: center;
      }
      .hideonmobile {
        display:none;
        visibility: hidden;
      }
    }
    .footer h5 {
      color:#ffffff;
    }
    .footersocial-links {
      display: flex;
      gap: 20px;
      align-items: center;
    }
    .footersocial-links a {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 30px;
      height: 30px;
      background-color: #d4bfa3;
      color: #000000;
      text-decoration: none;
      border-radius: 50%;
      font-size: 12px;
    }