 @import url('https://fonts.googleapis.com/css2?family=Allura&family=Courgette&family=Lora:ital,wght@0,400..700;1,400..700&family=Montserrat:ital,wght@0,100..900;1,100..900');
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

html {scroll-behavior: smooth; font-size: 100%; overflow-x: hidden;}
body div, section, a, article, h1, h2, h3, h4, h5, h6, p, button {
  font-family: "montserrat", sans-serif;
  line-height: 1.6;
}


 ::-webkit-scrollbar {
  width: 14px;
  height: 11px;
}
.modal-content-3::-webkit-scrollbar {
  width: 2px;
}
.modal-content-3::-webkit-scrollbar-thumb {
  background: grey;
  border-radius: 17px;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  -ms-border-radius: 17px;
  -o-border-radius: 17px;
}
::-webkit-scrollbar-thumb {
    background: teal;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 53px;
  -webkit-border-radius: 53px;
  -moz-border-radius: 53px;
  -ms-border-radius: 53px;
  -o-border-radius: 53px;
}


    body.menu-open { overflow: hidden !important; height: 100vh; position: relative; }
    .desktop-navbar { display: flex;
    align-items: center;
    justify-content: space-between;
    background: transparent;
    /*box-shadow: 1px 1px 3px #10181a;*/
    padding: .6rem 65px .6rem 49px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    border-radius: 0;
    height: 135px;
    /*background: rgb(19 37 48 / 95%)*/;}
    .desktop-navbar .logo {  display: flex; align-items: center; }
    .logo-img {width: 265px;
  transition: .2s ease;
  -webkit-transition: .25s ease;
  -moz-transition: .2s ease;
  -ms-transition: .2s ease;
  -o-transition: .2s ease;
  filter: brightness(496%);
  margin: 4px 0 0 0;}
    .desktop-navbar .nav-links { display: flex; gap: 61px;align-items:center;}
    .desktop-navbar .nav-links a, .desktop-navbar .nav-links .submenu-toggle, .desktop-navbar .nav-links button { color: #d5d3d3;
  text-decoration: none;
  font-size: 17px;
  font-weight: 400;
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
  transition: color 0.6s;}
  .top-cta-btn{
    background: teal;
    border: none;
    border-radius: 36px;
    padding: 8px 19px;
    float: right;
    font-size: 16px;
    color: #fff;
}
.top-cta-btn:hover {
    background: #236b6b;
    transition: 0.6s ease;
    cursor: pointer;
}
  .has-submenu::before,
  .has-submenu::after {
       content: "";
       position: absolute;
       top: 0;
       left: 0;
       width: 134%;
    height: 154%;
    z-index: -1;
    background: transparent;
   }
    .desktop-navbar .nav-links a:hover, .desktop-navbar .nav-links .submenu-toggle:hover, .desktop-navbar .nav-links button:hover {  color: #249f9a;
  font-weight: 400;}
    .nav-item.has-submenu { position: relative;display: flex;height: 100%;}
    .submenu { opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  transition: opacity 0.3s, transform 0.3s;
  position: absolute;
  top: 35px;
  left: -17px;
  background: #fff;
  box-shadow: 1px 0px 7px #6d6d6d;
  border-radius: 0px;
  min-width: 144px;
  flex-direction: column;
  padding: 2px;
  z-index: 1001;
  display: flex;
  -webkit-border-radius: 4px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;}
    .nav-item.has-submenu:hover .submenu, .nav-item.has-submenu:focus-within .submenu { opacity: 1; transform: translateY(0); pointer-events: auto; }
    .submenu a { padding: 7px 16px;
  color: teal;
  border-radius: 0;
  font-size: 1rem;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
  display: block;
  -webkit-border-radius: 0 left;
  -moz-border-radius: 0 left;
  -ms-border-radius: 0 left;
  -o-border-radius: 0 left;
  font-size: .95em !important;
  font-weight: 500 !important;
  color: black !important; }
    .submenu a:hover { background: #daf9ef; color:teal; }
    .mobile-header { display: none;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2100;
  height: 110px;
  box-shadow: var(--nav-shadow);
  padding: 0 19px;
  background: #fff;
  border-radius: 0;}
    .mobile-header .logo { background: none;  margin: 10px 0 0 0; }
    .hamburger { display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: none;
  border: none;
  z-index: 2101;
  position: relative;
  padding: 0;}
 .bar {
 width: 25px;
  height: 3px;
  background: #324c56;
  margin: 2.5px 0;
  border-radius: 2px;
  box-shadow: none;
  transition: transform 0.35s cubic-bezier(.68,-0.55,.27,1.55), opacity 0.25s cubic-bezier(.68,-0.55,.27,1.55), background 0.3s;
  position: relative;
  display: block;
}
.bar.bar--2 {
  width: 22px;
  right: 4px;
}
    .hamburger.open .bar:nth-child(1) { transform: translateY(7px) rotate(45deg); -webkit-transform: translateY(7px) rotate(45deg); -moz-transform: translateY(7px) rotate(45deg); -ms-transform: translateY(7px) rotate(45deg); -o-transform: translateY(7px) rotate(45deg); }
    .hamburger.open .bar:nth-child(2) { opacity: 0; transform: scaleX(0.5); }
    .hamburger.open .bar:nth-child(3) { transform: translateY(-9px) rotate(-45deg); -webkit-transform: translateY(-9px) rotate(-45deg); -moz-transform: translateY(-9px) rotate(-45deg); -ms-transform: translateY(-9px) rotate(-45deg); -o-transform: translateY(-9px) rotate(-45deg); }
    .mobile-menu { display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: var(--card-bg); flex-direction: column; align-items: center; padding-top: 80px; padding-bottom: 80px; z-index: 2000; opacity: 0; pointer-events: none; transform: translateY(-32px); transition: opacity 0.4s cubic-bezier(.4,2,.6,1), transform 0.4s cubic-bezier(.4,2,.6,1); -webkit-transition: opacity 0.4s cubic-bezier(.4,2,.6,1), transform 0.4s cubic-bezier(.4,2,.6,1); -moz-transition: opacity 0.4s cubic-bezier(.4,2,.6,1), transform 0.4s cubic-bezier(.4,2,.6,1); -ms-transition: opacity 0.4s cubic-bezier(.4,2,.6,1), transform 0.4s cubic-bezier(.4,2,.6,1); -o-transition: opacity 0.4s cubic-bezier(.4,2,.6,1), transform 0.4s cubic-bezier(.4,2,.6,1); }
    .mobile-menu.menu-open {
  display: flex;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  animation: menuFadeIn 0.4s cubic-bezier(.4,2,.6,1);
  margin: 63px 0 0 0;
  background: rgba(9, 35, 50, 0.98);
  color: #fff;
  border-radius: 0;
}
    @keyframes menuFadeIn { from { opacity: 0; transform: translateY(-32px);} to   { opacity: 1; transform: translateY(0);} }
    .mobile-menu .menu-item, .mobile-menu .submenu-toggle, .mobile-menu .extra-page-link { opacity: 0; transform: translateY(40px);}
    .mobile-menu.menu-open .menu-item, .mobile-menu.menu-open .submenu-toggle, .mobile-menu.menu-open .extra-page-link { animation: menuItemSlideDown 0.5s cubic-bezier(.4,2,.6,1) forwards;}
    .mobile-menu.menu-open .menu-item:nth-of-type(1) { animation-delay: 0.10s; }
    .mobile-menu.menu-open .submenu-toggle { animation-delay: 0.18s; }
    .mobile-menu.menu-open .menu-item:nth-of-type(2) { animation-delay: 0.26s; }
    .mobile-menu.menu-open .menu-item:nth-of-type(3) { animation-delay: 0.34s; }
    .mobile-menu.menu-open .menu-item:nth-of-type(4) { animation-delay: 0.42s; }
    .mobile-menu.menu-open .menu-item:nth-of-type(5) { animation-delay: 0.50s; }
    .mobile-menu.menu-open .menu-item:nth-of-type(6) { animation-delay: 0.58s; }
    .mobile-menu.menu-open .menu-item:nth-of-type(7) { animation-delay: 0.66s; }
    .mobile-menu.menu-open .extra-page-link:nth-of-type(8) { animation-delay: 0.74s; }
    .mobile-menu.menu-open .extra-page-link:nth-of-type(9) { animation-delay: 0.82s; }
    @keyframes menuItemSlideDown { from { opacity: 0; transform: translateY(40px);} to   { opacity: 1; transform: translateY(0);} }
    .mobile-menu .menu-item, .mobile-menu .submenu-toggle, .mobile-menu .extra-page-link { font-size: 1.3rem;
  text-decoration: none;
  padding: 20px 0;
  font-weight: 300;
  width: 100%;
  text-align: center;
  background: none;
  border: none;
  cursor: pointer;
  transition: color 0.3s;
  pointer-events: auto;
  outline: none;
  color: #e3e3e3;
  border-radius: 0;
  outline: none;}
 .caret {
  position: absolute;
  padding: 3.5px 0 0 3px;
  font-size: 11px;
}
/*.cont-lnk{margin-top: -17px;}*/
.chevron--01 {
 display: inline-block;
    width: 18px;
    height: 48px;
    vertical-align: middle;
    stroke: #a6a6a6;
    stroke-width: 1.5;
    position: absolute;
    left: 6px;
    top: -10.5px;
}

    .mobile-menu .menu-item:hover, .mobile-menu .submenu-toggle:hover, .mobile-menu .extra-page-link:hover { color: #226464;
  font-weight: 400; }
    .mobile-submenu { max-height: 0; overflow: clip; width: 100%; transition: max-height 0.2s cubic-bezier(.4,2,.6,1); display: flex; flex-direction: column; align-items: center; margin-bottom: 0; -webkit-transition: max-height 0.2s cubic-bezier(.4,2,.6,1); -moz-transition: max-height 0.2s cubic-bezier(.4,2,.6,1); -ms-transition: max-height 0.2s cubic-bezier(.4,2,.6,1); -o-transition: max-height 0.2s cubic-bezier(.4,2,.6,1); }
    .mobile-submenu.open { max-height: 700px; margin-bottom: 0px; }
    .mobile-submenu a { opacity: 0;
  transform: translateY(30px);
  font-size: .95rem;
  padding: 10px 0 10px 0;
  color: #8f9da2;
  width: 100%;
  background: none;
  border: none;
  text-align: center;
  pointer-events: auto;
}
    .mobile-submenu.open .submenu-anim { animation: submenuItemSlideDown 0.45s cubic-bezier(.4,2,.6,1) forwards; }
    .mobile-submenu.open .submenu-anim:nth-child(1) { animation-delay: 0.10s; }
    .mobile-submenu.open .submenu-anim:nth-child(2) { animation-delay: 0.22s; }
    .mobile-submenu.open .submenu-anim:nth-child(3) { animation-delay: 0.34s; }
    @keyframes submenuItemSlideDown { from { opacity: 0; transform: translateY(30px);} to   { opacity: 1; transform: translateY(0);} }
    .mobile-submenu a:hover {
  color: #2a6663;
  background: transparent;
}
    @media (max-width: 700px) {
      .desktop-navbar { display: none; }
      .mobile-header { display: flex; }
      .mobile-menu { display: none;box-shadow: 1px 1px 8px #cdcdcd; }
      .mobile-menu.menu-open { display: flex; }
      .page-content-area { padding-top: 80px; }
    }
    @media (min-width: 701px) {
      .mobile-menu, .mobile-header { display: none !important; }
    }
    .page-content-area { min-height: 100vh; padding-top: 80px; max-width: 900px; margin: auto; }
    .slide-up { opacity: 0; transform: translateY(40px); transition: opacity 0.7s cubic-bezier(.4,2,.6,1), transform 0.7s cubic-bezier(.4,2,.6,1); }
    .slide-up.animate { opacity: 1; transform: translateY(0); }
    .slide-left { opacity: 0; transform: translateX(-60px); transition: opacity 0.7s cubic-bezier(.4,2,.6,1), transform 0.7s cubic-bezier(.4,2,.6,1); }
    .slide-left.animate { opacity: 1; transform: translateX(0); }
    .slide-right { opacity: 0; transform: translateX(60px); transition: opacity 0.7s cubic-bezier(.4,2,.6,1), transform 0.7s cubic-bezier(.4,2,.6,1); }
    .slide-right.animate { opacity: 1; transform: translateX(0); }
    .fade-in { opacity: 0; transition: opacity 1s cubic-bezier(.4,2,.6,1); }
    .fade-in.animate { opacity: 1; }
    section { margin-bottom: 0; }
nav.scrolled {
  background: rgb(19 37 48 / 70%);
  box-shadow: 1px 1px 2px #10181a;
  height: 119px;
  transition: .5s ease;
  -webkit-backdrop-filter: blur(5px);
  -moz-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
#backToTopBtn {
    display: none;
    position: fixed;
    bottom: 106px;
    right: 31px;
    z-index: 99;
    border: none;
    outline: none;
    background: teal; /* Darker gray on hover */
    color: white;
    cursor: pointer;
    padding: 10px 8px;
    border-radius: 4px;
    font-size: 0px;
    transition: background-color 0.3s ease;
    margin: 0 auto;
}
        button#backToTopBtn:hover {
            background: #138d8d;
        }
        #backToTopBtn svg {
          position: relative;
          left: 0px;
          width: 33px;
          height: 25px;
        }
        #backToTopBtn:hover {
            background-color: #374153; 
        }

        #backToTopBtn.show {
            display: block; /* Show the button */
        }
.floating-btn {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background: #008080;
      border: none;
      border-radius: 50%;
      width: 64px;
      height: 64px;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 4px 12px rgba(0,0,0,0.15);
      cursor: pointer;
      z-index: 1000;
      transition: background 0.2s;
    }
    .floating-btn:hover { background: #037070; }
    .icon-math {
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .modal-overlay {
      position: fixed;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: rgba(0,0,0,0.5);
      opacity: 0;
      visibility: hidden;
      transition: all 0.3s ease;
      z-index: 1001;
    }
    .modal-content {
      position: relative;
      background: white;
      max-width: 600px;
      margin: 2rem auto;
      padding: 20px;
      border-radius: 10px;
      transform: translateY(100%);
      transition: transform 0.3s cubic-bezier(.33,1,.68,1);
      min-height: 350px;
      max-height: 92vh;
      display: flex;
      flex-direction: column;
    }
    #modal-toggle:checked ~ .modal-overlay {
      opacity: 1;
      visibility: visible;
    }
    #modal-toggle:checked ~ .modal-overlay .modal-content {
      transform: translateY(0);
    }
    .close-btn {
      position: absolute;
      top: 10px;
      right: 15px;
      font-size: 24px;
      cursor: pointer;
    }
    .auth-buttons {
      display: flex;
      gap: 8px;
      margin-bottom: 18px;
    }
    .auth-btn {
      flex: 1;
      padding: 12px 0;
      background: #008080;
      color: #fff;
      border: none;
      border-radius: 6px;
      font-size: 1em;
      cursor: pointer;
      transition: background 0.2s;
    }
    .auth-btn:hover { background: #009999; }
    .menu-list {
      display: flex;
      flex-direction: column;
      gap: 12px;
      margin-bottom: 10px;
    }
    .menu-btn {
      padding: 16px;
      background: #008080;
      color: #fff;
      border: none;
      border-radius: 6px;
      font-size: 1.1em;
      cursor: pointer;
      transition: background 0.2s;
      width: 100%;
      opacity: 0;
      transform: translateY(18px);
      transition:
        opacity 0.6s cubic-bezier(.33,1,.68,1),
        transform 0.6s cubic-bezier(.33,1,.68,1);
    }
    .menu-list.animated .menu-btn {
      opacity: 1;
      transform: translateY(0);
    }
    .menu-list.animated .menu-btn:nth-child(1) { transition-delay: 0.10s; }
    .menu-list.animated .menu-btn:nth-child(2) { transition-delay: 0.22s; }
    .menu-list.animated .menu-btn:nth-child(3) { transition-delay: 0.34s; }
    .menu-list.animated .menu-btn:nth-child(4) { transition-delay: 0.46s; }
    .menu-list.animated .menu-btn:nth-child(5) { transition-delay: 0.58s; }
    .calculator-view, .auth-view {
      display: none;
      animation: slideUp 0.3s;
    }
    .calculator-view.active, .auth-view.active {
      display: block;
    }
    .calculator-back, .auth-back {
      display: flex;
      align-items: center;
      gap: 6px;
      margin-bottom: 12px;
      cursor: pointer;
      color: #008080;
      background: none;
      border: none;
      font-size: 1em;
      padding: 0;
    }
    .calculator-back:hover, .auth-back:hover { text-decoration: underline; }
    input, select {
      width: 100%;
      padding: 8px;
      margin: 5px 0 15px 0;
      border: 1px solid #ddd;
      border-radius: 4px;
      font-size: 1em;
      box-sizing: border-box;
    }
    .auth-links {
      display: flex;
      flex-direction: column;
      gap: 8px;
      margin-top: 10px;
      align-items: flex-start;
    }
    .auth-link {
      color: #008080;
      background: none;
      border: none;
      padding: 0;
      font-size: 0.98em;
      cursor: pointer;
      text-decoration: underline;
    }
    .auth-link:hover { color: #005a5a; }
    .modal-footer {
      margin-top: 0px;
      text-align: center;
      font-size: 0.97em;
      color: #888;
    }
    .modal-footer small {
    display: block;
    margin: 0;
}
    .footer-link {
      color: #008080;
      text-decoration: none;
      font-weight: bold;
      transition: color 0.2s;
    }
    .footer-link:hover {
      color: #005a5a;
      text-decoration: underline;
    }
    .scrollable-area {
      max-height: 62vh;
      overflow-y: auto;
      padding-bottom: 8px;
      -ms-overflow-style: none;
      scrollbar-width: none;
    }
    .scrollable-area::-webkit-scrollbar {
      display: none;
    }
    .mortgage-premium {
      max-width: 440px;
      margin: 0 auto 16px auto;
      background: #fff;
      border-radius: 18px;
      box-shadow: 0 2px 24px 0 rgba(0,0,0,0.11);
      padding: 24px 18px 18px 18px;
      font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
    }
    .mortgage-premium h3 {
      text-align: center;
      color: #008080;
      margin-bottom: 18px;
      font-weight: 700;
      letter-spacing: -1px;
    }
    .mortgage-form .form-row {
      margin-bottom: 14px;
      display: flex;
      flex-direction: column;
    }
    .mortgage-form label {
      font-size: 1em;
      color: #333;
      margin-bottom: 6px;
      font-weight: 500;
    }
    .mortgage-form input {
      border: 1px solid #d8e3e7;
      border-radius: 7px;
      padding: 10px 12px;
      font-size: 1em;
      background: #f9fbfc;
      transition: border 0.2s;
    }
    .mortgage-form input:focus {
      border: 1.5px solid #008080;
      outline: none;
    }
    .calc-btn {
      width: 100%;
      padding: 12px;
      background: linear-gradient(90deg,#00bfae,#008080);
      color: #fff;
      border: none;
      border-radius: 7px;
      font-size: 1.1em;
      font-weight: 600;
      letter-spacing: 0.5px;
      cursor: pointer;
      margin-top: 8px;
      box-shadow: 0 2px 8px 0 rgba(0,191,174,0.13);
      transition: background 0.2s;
    }
    .calc-btn:hover {
      background: linear-gradient(90deg,#008080,#00bfae);
    }
    .mortgage-result {
      margin-top: 20px;
      background: #f4fafd;
      border-radius: 13px;
      padding: 14px 10px;
      box-shadow: 0 1px 8px 0 rgba(0,191,174,0.08);
    }
    .result-summary {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 8px;
      margin-bottom: 12px;
    }
    .result-label {
      color: #888;
      font-size: 0.97em;
      display: block;
    }
    .result-value {
      color: #008080;
      font-size: 1.1em;
      font-weight: 700;
    }
    .amortization-table-wrap {
      overflow-x: auto;
      margin-top: 12px;
    }
    .amortization-table {
      width: 100%;
      border-collapse: collapse;
      font-size: 0.98em;
      background: #fff;
    }
    .amortization-table th, .amortization-table td {
      padding: 7px 8px;
      border-bottom: 1px solid #eaeaea;
      text-align: right;
    }
    .amortization-table th {
      background: #e0f2f1;
      color: #008080;
      font-weight: 600;
      text-align: center;
    }
    .amortization-table td:first-child, .amortization-table th:first-child {
      text-align: center;
    }
    @keyframes slideUp {
      from { transform: translateY(40px); opacity: 0; }
      to   { transform: translateY(0); opacity: 1; }
    }
    @media (max-width: 600px) {
      .modal-content { margin: 1rem; padding: 10px; min-height: 320px; }
      .mortgage-premium { padding: 12px 2vw; }
      .result-summary { flex-direction: column; gap: 2px; }
      .scrollable-area { max-height: 56vh; }
    }
section#hero_outer {
    margin: 0;
    padding: 0;
    position: relative;
    min-height: 600px;
    height: 125vh;
}
.itemb {
    /* background: url(https://img.freepik.com/premium-photo/high-grey-house-large-family-with-grey-modern-house-exterior_124507-22190.jpg?w=996); */
    background-size: cover;
    height: 100%;
    width: 100%;
    background-color: #f4f7f7;
    /* background-blend-mode: exclusion; */
    background: url(https://images.unsplash.com/photo-1560184897-ae75f418493e?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1170&q=80);
    background-size: cover;
    background: radial-gradient(circle at 0% 0%, rgba(85, 87, 91, 0.7), rgba(34, 36, 38, 0.99), rgba(34, 36, 38, 0.98), rgba(10, 14, 16, 0.98), rgba(10, 14, 16, 0.93)), url(https://www.realtechtitle.com/images/default-source/default-album/realtech-title/hero1.jpg?sfvrsn=5ca0b69d_0);
    background: radial-gradient(rgb(31 33 42), rgb(20 47 56 / 93%)), url(https://images.unsplash.com/photo-1560184897-ae75f418493e?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1170&q=80);
}

/*.itemb::after {*/
/*            content: '';*/
/*            position: absolute;*/
/*            top: 0;*/
/*            right: -100%;*/
/*            width: 50%;*/
/*            height: 100%;*/
/*            background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 100%);*/
/*            transform: skewX(-25deg);*/
/*            animation: glass-sheen-animation-1 4.5s infinite linear;*/
/*            z-index: 1;*/
/*            pointer-events: none;*/
/*            opacity: .4;*/
/*            -webkit-animation: glass-sheen-animation-1 4.5s infinite linear;*/
/*}*/
/*@keyframes glass-sheen-animation-1 {*/
/*  0% { right: -100%; }*/
/*  100% { right: 150%; }*/
/*}*/
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.cont-box-out {
          position:absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          overflow: clip;      
      }
  .cont-box-in {
    position: relative !important;
    z-index: 2;
    padding: 0 55px;
    margin: 0;
    height: 88%;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: left;
	align-items:center;
}
.cont-box-in small {
  font-size: .8rem;
  color: #273434;
  display: block;
  margin: 0 0 1px 1px;
}
.cont-box-in small mark {
   background-color: teal;
  color: #ecf1f1;
  padding: 1px 11px 2px 10px;
  border-radius: 0px;
}
.cont-box-in h1 {
    font-size: 3.7em;
    text-align: left;
    font-size: 3.5rem;
    line-height: 1.3em;
    color: #fffdfd;
    margin: 0 0 10px 0;
    display: initial;
    box-shadow: inset 0 -0.3em 0 rgb(32 50 53);
    font-weight: 700;
    position: relative;
}
img.t-shield {
    /* display: inline-block; */
    position: absolute;
    filter: hue-rotate(90deg);
    width: 30px;
    right: -37px;
    bottom: 18px;
}
.modal14-content h1 {
  text-align: center;
  font-size: 2.5rem;
  color: teal;
  margin: 0 0 15px 0;
  display: initial;
  font-weight: 700;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  box-shadow: none;
  padding: 0;
}
p.m-less {
  display: none !important;
}
.cont-box-1 {
    flex: 1;
}
.cont-box-1 p {
    padding: 4px 0px 3px 8px;
    width: 79%;
    text-align: left;
    margin: 0;
}


ul.features-listed {
    position: absolute;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 40%;
    margin: 15px 0;
    left: 26px;
    gap: 6px 0;
}
ul.features-listed li {
flex: auto;
    width: 69%;
    flex-basis: 42%;
    list-style: none;
    text-indent: 0px;
    position: relative;
    left: 0;
    color: #fff;
    margin-left: 30px;
    font-size: .9rem;
}
/*ul.features-listed li mark {
    background: #ff0;
    /* color: #fff; */
    /* background-color: #1fc1c3; 
    padding: 2px 8px;
    font-weight: 500;
    font-size: 95%;
}*/
.cont-box-2 {
  flex: .6;
  position: relative;
  top: 0;
  width: 100%;
  padding: 0 0px 0 0;
}
.ch_boxes_out {
  top: 15px;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
.ch_boxes_in {
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
  width: 100%;
  font-size: 17px;
  flex-direction: column;
  padding: 0 0 0 5px;
}
.ch_box {
    background: #fff;
    margin: 10px 15px;
    width: 96%;
    color: #1c4848;
    min-height: 50px;
    line-height: 50px;
    height: 51px;
    font-size: 17px;
    align-self: inherit;
    font-weight: 600;
    border-radius: 1px;
    text-transform: initial;
    letter-spacing: normal;
    cursor: pointer;
    border:none;
}
.ch_box:hover {
    position: relative;
    bottom: 1px;
    transition: all 300ms ease;
    box-shadow: -0.1px -0.1px 14px #629b94;
    cursor: pointer;
    background-color: #fff;
    box-shadow: -.1px -.1px 25px #fffdfd;
    color: #468181;
    cursor: pointer;
    filter: brightness(120%);
    transition: all .1s ease-in;
    -webkit-filter: brightness(120%);
}

.dig-pro {
    width: 100%;
    display: flex;
    justify-content: center;
}
.modal-container {
 margin: 0px auto;
    padding-top: 0px;
    position: relative;
    width: 100%;
}

.modal-container .modal-btn {
  display: block; 
    /* margin: 0 auto; */
    color: #466164;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #fff;
    font-size: 17px;
    /* border: 0; */
    /* border-radius: 3px; */
    /* cursor: pointer; */
    /* text-align: center; */
    /* box-shadow: 0 5px 5px -5px #333; */
    /* transition: background 0.3s ease-in; */
    position: absolute;
    top: 0;
    text-align: center;
    font-weight: 600;
    box-shadow: -0.1px -0.1px 4px #121718;
  border-radius: 4px;
}
.modal-container .modal-btn:hover {
   background-color: #fff;
box-shadow: -.1px -.1px 25px #fffdfd;
color: #285c6c;
cursor: pointer;
filter: brightness(120%);
transition: all .1s ease-in;}

.modal-container .modal-content,
.modal-container .modal-backdrop {
  height: 0;
  width: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  cursor: pointer;
  transition: opacity 0.2s ease-in;
}
.modal-container .modal-close {
  color: #aaa;
  position: absolute;
  right: 5px;
  top: 5px;
  padding-top: 3px;
  background: #fff;
  font-size: 16px;
  width: 25px;
  height: 25px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
.modal-container .modal-close:hover {
  color: #333;
}
.modal-container .modal-content-btn {
 display: block;
    margin: 0 auto;
    color: #fff;
    width: 160px;
    height: 50px;
    line-height: 50px;
    background: #446CB3;
    font-size: 22px;
    border: 0;
    border-radius: 3px;
    cursor: pointer;
    text-align: center;
    box-shadow: 0 5px 5px -5px #333;
    transition: background 0.3s ease-in;
    
}
.modal-container .modal-content-btn:hover {
  color: #fff;
  background: #365690;
}
.modal-container #modal-toggle,
.modal-container #modal-toggle-2,
.modal-container #modal-toggle-3,
.modal-container #modal-toggle-4
{
  display: none;
}
.modal-container #modal-toggle.active ~ .modal-backdrop, .modal-container #modal-toggle:checked ~ .modal-backdrop,
.modal-container #modal-toggle-2.active ~ .modal-backdrop, .modal-container #modal-toggle-2:checked ~ .modal-backdrop,
.modal-container #modal-toggle-3.active ~ .modal-backdrop, .modal-container #modal-toggle-3:checked ~ .modal-backdrop,
.modal-container #modal-toggle-4.active ~ .modal-backdrop, .modal-container #modal-toggle-4:checked ~ .modal-backdrop{
  background-color: rgba(0, 0, 0, 0.6);
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  visibility: visible;
  opacity: 1;
  transition: opacity 0.2s ease-in;
}
.modal-container #modal-toggle.active ~ .modal-content, .modal-container #modal-toggle:checked ~ .modal-content,
.modal-container #modal-toggle-2.active ~ .modal-content, .modal-container #modal-toggle-2:checked ~ .modal-content,
.modal-container #modal-toggle-3.active ~ .modal-content, .modal-container #modal-toggle-3:checked ~ .modal-content,
.modal-container #modal-toggle-4.active ~ .modal-content, .modal-container #modal-toggle-4:checked ~ .modal-content{
  opacity: 1;
  background-color: #fff;
  max-width: 400px;
  width: 400px;
  height: 280px;
  padding: 10px 30px;
  position: fixed;
  left: calc(50% - 200px);
  top: 12%;
  border-radius: 4px;
  z-index: 999;
  pointer-events: auto;
  cursor: auto;
  visibility: visible;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.6);
}

.ch_boxes_out {
  display: flex;
  justify-content: center;
}

.ch_box:hover {
  background-color: #ffffff;
  filter:;
  brightness(105%)-webkit-filter:;
  -webkit-filter:brightness(105%);
}

.modal-cta {
  /* Start with display: none. JS will change this. */
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  align-items: center;
  justify-content: center;
  opacity: 0;
  /* Transition for the overlay's opacity */
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
}

.modal-cta.active {
  opacity: 1;
  pointer-events: auto;
}

.modal-content-3 {
  background-color: #fff;
  padding: 25px 28px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  position: relative;
  max-width: 1204px;
  width: auto;
  min-width: 300px;
  text-align: left;
  transform: translateY(40px);
  opacity: 0;
  transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

/* When .modal-cta is active, its child .modal-content-3 transitions to this state */
.modal-cta.active .modal-content-3 {
  transform: translateY(0);
  opacity: 1;
}

.close-icn:hover {
  color: rgb(27, 178, 152) !important;
  opacity: .7;
}
.modal-refi {
  /* max-height: 75vh; */
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 15px;
}
.modal-net {
  max-height: 96vh;
  overflow-y: auto;
  overflow-x: hidden;
  /* padding-right: 15px; */
  padding-top: 5px;
}
/* .modal-refi.modal-content-3 {
  top: 33px;
} */

.modal-refi .close-icn, .modal-net .close-icn {
  position: absolute;
  top: 16px;
  right: 15px;
  float: right;
  z-index: 10;
  padding: 5px 8px;
  border-radius: 50%;
  line-height: 0.8;
  color: teal;
  font-weight: 400;
  font-size: 4rem;
  transition: .3s all ease;
  opacity: .9;
}
.modal-refi .close-icn,
.modal-refi h2, .modal-net h2 {
  margin-top: 0;
  padding-top: 5px;
}

.modal14-content {
  padding-top: 20px;
  min-height: 600px;
}

.net-sheet-outer {
   padding-top: 10px;
}
.net-sheet-outer h2 {
  margin-bottom: 10px;
}
.dec-line-6 {
  height: 2px;
  background-color: #eee;
  margin-bottom: 15px;
  display: none;
}
#refinance_calculator div {
  margin-bottom: 10px;
}
#refinance_calculator label {
  font-weight: 500;
  margin-right: 10px;
}
#refinance_calculator input[type="text"],
#refinance_calculator select {
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-right: 10px;
}
#refinance_calculator button {
   padding: 8px 15px;
}
.no-surv {
  font-size: 0.8em;
  color: #666;
}
.titlePremHd b {
  color: #007bff;
}

.modal-refi {
  width: 550px;
  max-width: 95%;
}
/*--- About Section ------------------------------------*/
.abt--outer {
    background: #f9fcff;
    padding: 40px 0 0 0;
}
.abt--inner {
    height: 100%;
    max-width: 1200px;
    display: flex;
    justify-content: center;
    margin: 0 auto 60px auto;
    width: 87%;
}
.abt-box-1 {
    flex: 1;
    padding: 0 100px 0 0;
}
.abt-box-1 h2 {
    color: teal;
    font-size: 2.5rem;
    line-height: 1.4;
}
.abt-box-1 p {
    color: rgb(75 85 99);
    font-weight: 400;
}
.abt-box-2{
    flex: 1;
    display: flex;
    justify-content: end;
}
.abt-box-1 a {
    padding: 10px 30px;
    display: inline-block;
    background: tan;
    /* width: 235px; */
    margin: 20px 0;
    color: #fff5e7;
}
#abt-img-box {
    background: linear-gradient(to bottom, rgb(222 220 220 / .30%), rgb(255 255 255 / .04%)), url(https://images.unsplash.com/photo-1570129477492-45c003edd2be?auto=format&fit=crop&w=900&q=80);
    max-width: 496px;
    position: relative;
    background-size: cover;
    height: 330px;
    border-radius: 5px;
    box-shadow: -3px 10px 14px #a6a4a4;
}
#abt-img-box:before, #abt-img-box:after {
  content: "";
  z-index: -1;
  width: 200px;
  position: absolute;
  bottom: 20px;
  left: 10px;
  top: 80%;
  box-shadow: 0 20px 15px #777;
  transform: rotate(-5deg);
}

#abt-img-box:after {
  left: auto;
  right: 10px;
  transform: rotate(5deg);
}

#abt-img-box {
    background: linear-gradient(to bottom, rgb(222 220 220 / .30%), rgb(255 255 255 / .04%)), url(https://images.unsplash.com/photo-1570129477492-45c003edd2be?auto=format&fit=crop&w=900&q=80);
    max-width: 496px;
    position: relative;
    background-size: cover;
    height: 330px;
    border-radius: 5px;
}

/*--- End About Section ------------------------------------*/
/*--- Full Image Section ------------------------------------*/
.dec-sec-outer {
    background: linear-gradient(rgba(2, 2, 2, .02)), url(big43.jpg);
    height: 70vh;
    /* width: 89%; */
    margin: 38px auto;
    padding: 77px 110px;
    background-size: cover;
    background-position: center 100%;
    /* border-radius: 17px; */
    backdrop-filter: sepia(1);
    box-shadow: 14px 10px 36px #a6a4a4;
}
.dec-sec-inner {
    display: flex;
    flex-direction: column;
    align-items: end;
    width: 100%;
    position: relative;
    height: 100%;
    /* background: radial-gradient(#d8c1c1, transparent); */
    right: 70px;
}
.dec-sec-inner div {
    width: 40%;
    position: relative;
    left: -37px;
}
.dec-sec-inner div h2 {
    font-size: 1.65rem;
    line-height: 1.24;
    color: #fff;
    font-size: 1.45rem;
    text-align: left;
    text-shadow: 1px 1px 0px #82817e;
    line-height: 1.35;
    opacity: 1;
}
/*.dec-sec-inner h2 {*/
/*    color: #fff;*/
/*    font-size: 1.2rem;*/
/*    text-align: left;*/
/*    text-shadow: 1px 1px 4px #272625;*/
/*    line-height: 1.25;*/
/*}*/
.dec-sec-inner p {
    color: #c6c9ce;
    width: 65.3%;
    font-size: .95rem;
    display: flex;
    line-height: 1.6;
    font-weight: 300;
    background: rgb(21 32 32 / 85%);
    padding: 7px 15px;
    border-radius: 5px;
    margin: 9px 0px 0 1px;
    backdrop-filter: blur(6px);
    display: none;
}
/*--- End Image Section ------------------------------------*/
/*.full-0 {*/
/*    background: #fefefe;*/
/*    padding: 30px 0 60px;*/
/*    box-shadow: none;*/
/*}*/
/*.full-0-inner {*/
/*    width: 90%;*/
/*    margin: 0 auto;*/
/*}*/
/*.full-0-inner small {*/
/*    font-size: .95rem;*/
/*}*/
/*.full-0-inner, .heading-5 {*/
/*  text-align: center;*/
/*}*/

/*.box-01 {*/
/*    float: left;*/
/*    width: 16.6%;*/
/*    border-right: 1px solid #969a9a;*/
/*    margin: 5px 0;*/
/*}*/
/*.box-01:last-child {*/
/*    border-right: none;*/
/*}*/
/*.box-01-inner {*/
/*  height: 100%;*/
/*}*/
/*.box-01-inner, .box-01-inner h5, .quote-btn {*/
/*  text-transform: capitalize;*/
/*}*/
/*.box-01-inner h5 {*/
/*    color: #787878;*/
/*    font-size: .95em;*/
/*    text-transform: capitalize;*/
/*    font-weight: 400;*/
/*}*/

/*.pc-tab > input,*/
/*.pc-tab section > div {*/
/*  display: none;*/
/*}*/

/*#tab1:checked ~ section .tab1,*/
/*#tab2:checked ~ section .tab2,*/
/*#tab3:checked ~ section .tab3 {*/
/*  display: block;*/
/*}*/

/*#tab1:checked ~ nav .tab1,*/
/*#tab2:checked ~ nav .tab2,*/
/*#tab3:checked ~ nav .tab3 {*/
/*  color: red;*/
/*}*/

/*.pc-tab {*/
/*  width: 100%;*/
/*  max-width: 700px;*/
/*  margin: 0 auto;*/
/*}*/
/*.pc-tab ul {*/
/*  list-style: none;*/
/*  margin: 0;*/
/*  padding: 0;*/
/*}*/
/*.pc-tab ul li label {*/
/*  font-family: "Raleway";*/
/*  float: left;*/
/*  padding: 15px 25px;*/
/*  border: 1px solid #ddd;*/
/*  border-bottom: 0;*/
/*  background: #eeeeee;*/
/*  color: #444;*/
/*}*/
/*.pc-tab ul li label:hover {*/
/*  background: #dddddd;*/
/*}*/
/*.pc-tab ul li label:active {*/
/*  background: #ffffff;*/
/*}*/
/*.pc-tab ul li:not(:last-child) label {*/
/*  border-right-width: 0;*/
/*}*/
/*.pc-tab section {*/
/*  font-family: "Droid Serif";*/
/*  clear: both;*/
/*}*/
/*.pc-tab section div {*/
/*  padding: 20px;*/
/*  width: 100%;*/
/*  border: 1px solid #ddd;*/
/*  background: #fff;*/
/*  line-height: 1.5em;*/
/*  letter-spacing: 0.3px;*/
/*  color: #444;*/
/*}*/
/*.pc-tab section div h2 {*/
/*  margin: 0;*/
/*  font-family: "Raleway";*/
/*  letter-spacing: 1px;*/
/*  color: #34495e;*/
/*}*/

/*#tab1:checked ~ nav .tab1 label,*/
/*#tab2:checked ~ nav .tab2 label,*/
/*#tab3:checked ~ nav .tab3 label {*/
/*  background: white;*/
/*  color: #111;*/
/*  position: relative;*/
/*}*/
/*#tab1:checked ~ nav .tab1 label:after,*/
/*#tab2:checked ~ nav .tab2 label:after,*/
/*#tab3:checked ~ nav .tab3 label:after {*/
/*  content: "";*/
/*  display: block;*/
/*  position: absolute;*/
/*  height: 2px;*/
/*  width: 100%;*/
/*  background: #ffffff;*/
/*  left: 0;*/
/*  bottom: -1px;*/
/*}*/

#Layer_1s {
position: absolute;
    bottom: -5px;
    fill: #fff;
    height: 101px;
    /* transform: translateX(-50%) rotateY(180deg); */
    width: 100%;
    /* display: block; */
    /* width: calc(100% + 1.3px); */
    /* position: relative; */
    /* left: 50%; */
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

 .open-modal-btn-abc {
      padding: 12px 24px;
      background-color: #28a745;
      color: white;
      text-decoration: none;
      border: none;
      border-radius: 5px;
      font-size: 16px;
      cursor: pointer;
    }

    #overlay-abc {
      display: none;
      position: fixed;
      z-index: 999;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background-color: rgba(0, 0, 0, 0.7);
      justify-content: center;
      align-items: center;
    }

    #modal-box-abc {
      background: white;
      width: 90%;
      max-width: 640px;
      border-radius: 10px;
      overflow: hidden;
      position: relative;
      box-shadow: 0 0 20px rgba(0,0,0,0.5);
    }

    .video-wrapper-abc {
      position: relative;
      padding-bottom: 56.25%;
      height: 0;
    }

    .video-wrapper-abc iframe {
      position: absolute;
      width: 100%;
      height: 100%;
      border: 0;
    }

    .close-btn-abc {
      position: absolute;
      top: 10px;
      right: 15px;
      background: #ff5e5e;
      border: none;
      color: white;
      font-size: 18px;
      border-radius: 50%;
      width: 30px;
      height: 30px;
      cursor: pointer;
    }
svg#svg-2 {
    position: absolute;
    bottom: -1px;
    z-index: 9;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.sect-three-outer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 0px;
}
.sect-three-inner {
    width: 100%;
    display: block;
    padding: 62px 0 40px 0;
    margin: 0 auto;
    text-align: center;
}

.sect-three-inner h2 {
    color: #198585;
    font-size: 1.85rem;
    font-weight: 700;
    margin: 0;
    padding: 0;
    font-size: 2.8em;
    /* background: -webkit-linear-gradient(#198585, #0c8989); */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    /* font-size: 50px; */
    width: 80%;
    margin: 0 auto;
    line-height: 1.4;
}
.sect-three-inner p {
    font-size: 1.3rem;
    color: #aaa9a9;
    margin: 0;
    padding: 5px 0 9px 0px;
}
.sect-three-inner h2 b {font-weight:700;}
.sect-three-inner img {
    filter: grayscale(28%);
    opacity: .35 !important;
    width: 52%;
    margin: 15px 0;
}
section.bene-out {
    min-height: 250px;
    padding: 25px 0 0px 0;
}
section.bene-out small {
    text-align: center;
    display: block;
    font-weight: 400;
    color: #686969;
    font-size: 1rem;
    margin: 0 0 0px 0;
}
section.bene-out h2 {
    text-align: center;
    margin: -7px 0 0 0;
    font-size: 2.75rem;
    color: #338d81;
}
section.bene-out p {
    width: 52%;
    font-weight: 400;
    text-align: center;
    margin: 0 auto;
}
.services-outer {
  background:
#fff;
  width: 100%;
  height: auto;
  padding:
50px 0 0 0;
}
.services-outer small {
    color: #646666;
    /* text-transform: uppercase; */
    text-align: center;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    font-family: montserrat, sans-serif;
}
.services-outer h2 {
  text-align: center;
  margin:
-7px auto;
  padding:
0;
  color: #338d81;
  font-size: 2.75rem;
}
.services-outer > p {
  color: #000;
  text-align: center;
  width: 60%;
  margin:
13px auto;
font-size: .98rem;
}
.services-grid {
  display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 1rem;
      padding: 1rem 1rem;
      max-width: 1140px;
      margin: 25px auto;
}

.service {
    background: #fff;
    padding: 1rem 1.5rem 1.25rem 20px;
    border-radius: 12px;
    box-shadow: 0 2px 25px rgba(58, 86, 82, 0.05);
    text-align: left;
    position: relative;
}

.service img {
  height: 112px;
  filter: hue-rotate(7deg);
  margin-bottom: 1rem;
  opacity: .08;
  position: absolute;
  right: 38px;
}

.service h3 {
  margin: 0.5rem 0;
  font-size: 1.275rem;
  color: #00796b;
}

.service p {
  font-size: 0.95rem;
}

@media (max-width: 600px) {
  .services-grid {
    padding: 1rem;
    gap: 1rem;
  }
}
.block-sec {
    position: relative;
    overflow: hidden;
    font-size: 16px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color: rgb(13 43 54 / 86%);
    min-height: 300px;
    align-items: center;
    background: linear-gradient(rgb(15 37 40 / 85%), rgb(25 46 54 / 88%)), url(https://images.pexels.com/photos/60504/security-protection-anti-virus-software-60504.jpeg?auto=compress&cs=tinysrgb&dpr=1&w=500);
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    background-position: 4% 49%;
    min-width: 100%;
    height: auto;
}
.block-sec {
    position: relative;
    z-index: 2;
}

.block-sec .block-grp > h2 {
  color: #cfdddb;
  padding: 0 0 10px 0;
     position: relative;
    text-align: center;
  font-size: 2.75rem;
}
.block-sec .block-grp > p {
 color: #48938a;
    margin: 0;
    padding: 0;
    position: relative;
    top: -16px;
    text-align: center;
}

.overlay-1 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: radial-gradient(rgb(206 234 241 / 52%), rgb(56 135 125 / 73%)); */
}
.bene-in {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 38px auto;
    width: 81%;
    max-width: 90%;
    padding-bottom: 35px;
}
.bene-box-1 {
    flex: 1;
    /* padding: 0 30px; */
    padding: 0 20px 0 20px;
    text-align: left;
}
.bene-box-2 {
    flex: 1;
    text-align: left;
    padding: 0 20px 0 0px;
}
.bene-item {
    padding: 9px 0;
    display: flex;
    justify-content: left;
    align-items: center;
    text-align: left;
}
.bene-item > svg#Layer_7 {
    width: 61px;
    min-width: 61px;
}
svg#Layer_7 g path:first-of-type {
    fill:#3a9468;
    /* stroke: #fff; */
}
.bene-item span {
    margin: 4px 0 0 5px;
    display: inline-block;
    text-transform: capitalize;
}
.bene-box-3 {
    text-align: left;
    flex: 1;
    padding: 0 20px 0 0px;
}
section.under-out {
    width: 100%;
    margin: 0;
    padding: 0;
}
.under-in {
  padding: 52px 80px;
}
.under-out > .under-in > h2 {
  text-align: center !important;
  font-size: 3rem !important;
  margin: 0;
  color: #338d81;
}
.under-in > p {
  text-align: center;
  width: 70%;
  margin: 0 auto;
}
.img-set-in {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-content: center;
    padding: 20px 0;
}
.img-set-in span {
    padding: 0 40px;
    align-items: center;
    display: flex;
}
.img-set-in span img {
  /* padding: 40px; */
  width: 185px;
  margin: -15px 0;
  /* opacity: .7; */
  filter: grayscale(-33%);
}
section.under-out-2 {
    padding: 63px 0;
    width: 83%;
    margin: 0 auto;
}
.under-in-2 {
    display: flex;
    justify-content: center;
    /* margin: 0 auto; */
}
.img-set-in-2 {
    display: grid;
    grid-template-columns: 309px 287px;
}
.img-set-in-2 span {
    flex: 1;
    box-shadow: 1px 1px 15px #ececec;
    justify-content: center;
    padding: 15px 24px;
    height: 70px;
    margin: 8px;
    /* width: 341px; */
    flex-wrap: wrap;
    display: flex;
}
.img-set-in-2 span img {
    width: 210px;
    display: block;
    /* padding: 20px 0; */
    align-self: center;
    display: flex;
}
.grid-container {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 2rem;
  padding: 1rem;
  max-width: 1179px;
  margin: 0 auto;
}

.grid-container p {
  color: #666262;
  text-align: left;
}
.faq-section {
    padding: 0px 0 110px 0;
    background: #fff;
    height: auto;
}
.faq-content {
    width: 80%;
    padding: 30px 0;
    margin: 0 auto;
}
.faq-content > div {
    margin: -12px;
    text-align: center;
}
.faq-content > div > label > p {
    font-weight: 400;
    color: #000;
}

.centerplease {
  display: block;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  padding: 30px 0 3px 0;
}
.centerplease > small {
    text-align: center;
    display: block;
    font-size: 1.2rem;
    color: #9b9a9a;
    font-weight: 500;
}
.faq-section .centerplease > h2 {
    font-size: 2.75em;
    margin: -7px 0 0 0;
    padding: 0;
    font-weight: 700;
    color: #000;
}
.faq-content .questions {
    display: none;
}
.faq-content .question {
    position: relative;
    background: #f9f9f9;
    margin: 0;
    padding: 10px 10px 10px 50px;
    display: block;
    width: 100%;
    cursor: pointer;
}
.faq-content .plus {
    position: absolute;
    margin-left: 10px;
    z-index: 5;
    font-size: 2em;
    line-height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    margin-top: 5px;
    color: #000;
}
.questions:checked ~ .plus {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.faq-content .answers {
  padding: 0px 15px;
  margin: 5px 0;
  width: 100% !important;
  height: 0;
  overflow: hidden;
  z-index: 1;
  position: relative;
  opacity: 0;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  color: #595858;
}
.questions:checked ~ .answers {
    height: auto;
    opacity: 1;
    padding: 0 0 15px 0;
}
.who-serve-outer {
    padding: 30px 0 75px 0;
    background-color: transparent;
    /*background: #578a8a;*/
}
.heading-5 {
    text-align: center;
    margin: 0px auto 0px auto;
    padding: 0;
    color: teal;
    font-size: 2.75rem;
}  
.sub-heading-5 {
    width:65%;
        text-align: center;
    margin: 2px auto 28px auto;
}

.who-serve-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    max-width: 1075px;
    margin: 0 auto;
    padding: 4px 0;
}
    
.who-serve-grid .item {
    /* background: #fff; */
    padding: 0px;
    flex: 0 0 calc(15.66% - 0px);
    box-sizing: border-box;
    text-align: center;
    /* border-right: 1px dashed #c1c3c2; */
    border-radius: 0;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
    height: 134px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    max-width: 218px;
    width: 171px;
    transition: .3s all ease;
    box-shadow: 0 2px 25px rgba(58, 86, 82, 0.05);
}
.who-serve-grid .item:last-child {border-right:none;}
.who-serve-grid .item:hover {
  transform: none;
  box-shadow: 0px 9px 40px #e6e4e4;
  transition: all 1s ease;
  position: relative;
  bottom: 4px;
  cursor: pointer;
  background: #fff;
}
.modal-blk-in {
      position: relative;
      top: 0px;
}
button.modal-button.who-btn {
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
    width: 162px;
    height: 124px;
    cursor: pointer;
}
  .who-btn span {
    color: #332d2d;
    font-size: 1.2em;
    text-transform: capitalize;
    font-weight: 500;
  }

.cust-icons {
    width: 44px;
    display: inline-block;
    margin: 6px 0 0;
    filter: contrast(0.5);
}
img.cust-icons {
    width: 44px;
    margin: 10px 0;
}

    /* Responsive: Stack items on smaller screens */
    @media (max-width: 992px) {
      .who-serve-grid .item {
        flex: 0 0 calc(33.33% - 20px); /* 3 columns on tablets */
      }
    }
    
    @media (max-width: 600px) {
      .who-serve-grid .item {
        flex: 0 0 calc(50% - 20px); /* 2 columns on phones */
      }
    }
    
    @media (max-width: 400px) {
      .who-serve-grid .item {
        flex: 0 0 100%; /* 1 column on very small phones */
      }
    }
    
    .grid-container {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 2rem;
            padding: 2rem;
            max-width: 1200px;
            margin: 0 auto;
        }

        .content-left {
            padding: 1rem;
        }

        .video-right {
            position: relative;
            cursor: pointer;
            overflow: hidden; /* Contain the modal within this element */
            min-height: 300px; /* Ensure consistent height */
            background: teal;
        }

        .video-thumbnail {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 8px;
            display: block;
            position: absolute;
            top: 0;
            left: 0;
        }

        .play-button {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 80px;
            height: 80px;
            cursor: pointer;
            transition: transform 0.3s ease;
            z-index: 2;
        }

        .play-button:hover {
            transform: translate(-50%, -50%) scale(1.1);
        }

        .video-overlay-special {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.9);
            z-index: 1000;
            justify-content: center;
            align-items: center;
        }

        .video-modal-container {
            position: relative;
            width: 90%;
            max-width: 800px;
            max-height: 90vh;
            background: #000;
            border-radius: 8px;
            overflow: hidden;
        }

        #customVideo {
            width: 100%;
            height: 100%;
            display: block;
        }

        .modal-close-btn {
            position: absolute;
            top: 15px;
            right: 15px;
            background: rgba(255, 255, 255, 0.8);
            border-radius: 50%;
            width: 30px;
            height: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            font-weight: bold;
            z-index: 1001;
            border: none;
            outline: none;
            color: #000;
            font-size: 18px;
        }

        @media (max-width: 768px) {
            .grid-container {
                grid-template-columns: 1fr;
            }
            
            .video-modal-container {
                width: 95%;
                height: auto;
                aspect-ratio: 16/9;
            }
        }
	
	
        section.tesimoni-out {
          background: aquamarine;
          min-height: 470px;
      }
      .testimoni-in {
        padding: 35px 0;
    }
      .testimoni-in h2 {
        margin: 0 0 40px 0;
    text-align: center;
    font-size: 2.75rem;
    color: #070707;
    }
.testimonial {
  background-color: #ffffff;
        border-radius: 10px;
        padding: 41px 20px;
        flex: 0 0 100%;
        margin: 0 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        min-height: 216px;
        box-sizing: border-box;
        height: 100%;
}

.testimonial p {
  font-family: Georgia, 'Times New Roman', Times, serif !important;
  font-size: 17px;
  color: #819091;
  margin-bottom: 20px;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 1.6;
  white-space: pre-line;
  font-style: italic;
}

.reviewer {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.reviewer img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 15px;
  border: 2px solid #000;
}

.reviewer-info {
  display: flex;
  flex-direction: column;
}

.stars {
  display: inline-block;
  font-size: 0;
  position: relative;
  unicode-bidi: bidi-override;
  direction: rtl;
}

.stars::before {
  content: "★★★★★";
  font-size: 20px;
  color: #ccc;
}

.stars::after {
  content: "★★★★★";
  font-size: 20px;
  color: #f5a623;
  position: absolute;
  top: 0;
  left: 0;
  width: var(--rating);
  overflow: hidden;
}

.name {
  font-weight: bold;
  margin-top: 5px;
}

.dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.dot {
  width: 10px;
  height: 10px;
  background-color: #bbb;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.dot.active {
  background-color: #333;
}

/* Responsive adjustments */
@media (min-width: 768px) {
 .carousel-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0px;
  box-sizing: border-box;
}

.carousel {
  display: flex;
  transition: transform 0.4s ease;
  will-change: transform;
  cursor: grab;
}

.carousel.dragging {
  cursor: grabbing;
  transition: none;
}

.testimonial {
  background-color: #ffffff;
        border-radius: 15px;
        padding: 41px 20px;
        flex: 0 0 100%;
        margin: 0 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
        display: flex
;
        flex-direction: column;
        justify-content: space-between;
        min-height: 216px;
        box-sizing: border-box;
        height: 100%;
}

.testimonial p {
  font-family: Georgia, 'Times New Roman', Times, serif !important;
        font-size: 16px;
        color: #819091;
        margin: 4px 0px;
        position: relative;
        padding-left: 20px;
        padding-right: 20px;
        line-height: 1.6;
        white-space: pre-line;
        font-style: italic;
}

.reviewer {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.reviewer img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 15px;
  border: 2px solid #000;
}

.reviewer-info {
  display: flex;
  flex-direction: column;
}

.stars {
  display: inline-block;
  font-size: 0;
  position: relative;
  unicode-bidi: bidi-override;
  direction: rtl;
}

.stars::before {
  content: "★★★★★";
  font-size: 20px;
  color: #ccc;
}

.stars::after {
  content: "★★★★★";
  font-size: 20px;
  color: #f5a623;
  position: absolute;
  top: 0;
  left: 0;
  width: var(--rating);
  overflow: hidden;
}

.name {
  font-weight: bold;
  margin-top: 5px;
}

.dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.dot {
  width: 10px;
  height: 10px;
  background-color: #bbb;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.dot.active {
  background-color: #333;
}

/* Tablet view (2 testimonials) */
@media (min-width: 768px) {
  .testimonial {
    flex: 0 0 calc(50% - 20px); /* 2 cards, spaced */
    margin: 0 10px;
  }
}

/* Desktop view (3 testimonials) */
@media (min-width: 1024px) {
  .testimonial {
    flex: 0 0 calc(33.333% - 20px); /* 3 cards, spaced */
    margin: 0 10px;
  }
}

  .testimonial {
    flex: 0 0 45%; /* Two testimonials side-by-side on tablets */
  }
}

@media (min-width: 1024px) {
  .testimonial {
    flex: 0 0 calc(33.333% - 20px); /* Three testimonials with clean gaps */
    margin: 0 10px;
  }
}
.locations-section {
    padding: 40px 0px 105px 0;
    background-color: #6ca6a2;
    min-height: 300px;
}
.locations-heading {
    text-align: center;
    font-size: 3rem;
    margin-bottom: 45px;
    color: teal;
}
.locations-grid {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    margin: auto;
    justify-content: center;
    gap: 2em;
}
.location-column {
    display: flex;
    justify-content: center;
}

.location-column div h3 {
    margin: 0 0 15px 0;
    padding: 0;
    color: #e6e8e7;
    font-size: 1.3rem;
}
.location-column div p {
    line-height: .9;
    margin-bottom: 15px;
    font-size: .95rem;
    color: #e0dbdb;
    padding: 0 5px 0 0;
}
.location-column iframe {
  border: 0;
  width: 100%;
  height: 150px;
}
.video-section-01 {
  padding: 60px 20px;
  background: #f2f7f6;
}
.video-container-01 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}
.video-text-01 {
  flex: 1 1 400px;
  padding: 20px;
}
.video-heading-01 {
  font-size: 2rem;
  margin-bottom: 10px;
}
.video-subheading-01 {
  font-size: 1rem;
  color: #666;
}
.video-preview-01 {
  position: relative;
  flex: 1 1 500px;
  max-width: 100%;
  cursor: pointer;
}
.video-thumb-01 {
  width: 100%;
  display: block;
  border-radius: 8px;
}
.video-overlay-01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(13, 107, 90, 0.4);
  border-radius: 8px;
}
.play-button-01 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #0d6b5a;
  color: #fff;
  font-size: 3rem;
  width: 70px;
  height: 70px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: transform 0.3s ease;
  z-index: 2;
}
.play-button-01:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

/* ✅ Modal Styles */
.video-modal-01 {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.modal-content-01 {
  position: relative;
  width: 80%;
  max-width: 900px;
  height: 500px;
  margin: 39px auto;
  background: #000;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}
.slide-down-01 {
  animation: slideDown 0.4s ease;
}
@keyframes slideDown {
  from {
    transform: translateY(-30px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.modal-close-01 {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 2rem;
  background: transparent;
  color: white;
  border: none;
  cursor: pointer;
  z-index: 1;
}

/* ✅ Responsive */
@media (max-width: 768px) {
  .video-container-01 {
    flex-direction: column;
  }
  .modal-content-01 {
    width: 90%;
    height: 250px;
    margin: 60px auto;
  }
}
footer.footer-sec-out {
    position: relative;
    bottom: -70px;
    background: linear-gradient(175deg, #152830, #245758);
    width: 100%;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    display: block;
}
.footer-sec-in {
    padding: 30px 0;
    display: flex
;
    max-width: 1140px;
    justify-content: center;
    margin: 0 auto;
}
.footer-box-1, .footer-box-2, .footer-box-3, .footer-box-4 {
    flex: 1;
    padding: 20px;
}
/* ====== NEW NET SHEET STYLES ================================== */
.net-sheet-inner h2 {
  margin: 0;
  padding: 0;
  color: teal;
  text-align: center;
  font-size: 2rem;
}
.net-sheet-inner .dec-line-6 {
        position: relative;
    text-align: center;
    margin: 0px auto;
    height: 3px;
    width: 40px;
    background: #ebfb6b;
    display: none;
}
.net-sheet-inner {
width: 99%;
    margin: 0px auto 15px auto;
    padding: 8px 0 10px 0;
    background: #fff;
}

span.thin-apos {
    font-size: .9em;
    position: relative;
    left: 1.5px;
}
.net-sheet-inner p.m-less {
 
    margin-bottom: 0px;
 
}
.dec-line-2.dec-line-4 {
    margin: 12px 8px 0px 10px;
    display: none;
}
div#calculator {
    width: 100%;
    margin: 20px auto;
    padding: 0px;
    background: #fff;
}
div#calculator td label, td .label, td input, td select, td form, td dl, td,
#sellers-net-sheet .red,
.card-accordion .card-accordion-label {
    font-family: 'montserrat', sans-serif;
}
input[type='email'], input[type='date'], input[type='search'], input[type='number'], input[type='text'], input[type='tel'], input[type='url'], input[type='password'], textarea, select, .select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection {
    font-weight: 500 !important;
}
#sellers-net-sheet b, #sellers-net-sheet span {
    font-weight: 400 !important;
}
#sellers-net-sheet .wide_column {
    background: #ffffff !important;
}
.location-head h2 {
    padding: 35px 0 0 0;
    margin: 0 0 0px 0;
}
#calculator h2,
.location-head h2  {
    font-family: times,serif;
    text-align: center;
    color: #364956;
    font-size: 2.25rem;
    font-family: auto;
    position: relative;
    left: -4px;
    margin: 9px 0 2px 0;
}
.pg-faq-section h2 {
padding: 5px 0 0px 0;
}
.dec-line-4.dec-line-5 {
text-align: center;
    margin: 0 auto 20px auto;
}
p.top-req {
    display: block;
    text-align: left;
    float: left;
    margin: 0;
    padding: 0;
    font-size: 12px;
}
#sellers-net-sheet .red {
    display: none;
}
label.red.red-2 {
    padding: 0 0 0 4px;
}
p.bott-req {
    display: none !important;
}
div#calculator, table {
    margin-bottom: .5em;
}
 div#calculator, table tbody {
display: flex;
    flex-wrap: wrap;
    justify-content: unset;
    width: 100%;
    margin: 0 auto;
}
table.ui-datepicker-calendar tbody {
    display: revert !important;
}
div#calculator table tbody tr {
    width: auto;
    display: flex;
    flex-direction: column;
}
div#calculator table tbody tr td {
    border: none;
}
input[type='email'], input[type='date'], input[type='search'], input[type='number'], input[type='text'], input[type='tel'], input[type='url'], input[type='password'], textarea, select, .select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.property-type-sec {
    margin-top: 6px;
    display: flex;
    padding: 0;
}
.ui-datepicker .ui-datepicker-header {
   background: #14455d;
    color: #fff;
}
span.ui-icon.ui-icon-circle-triangle-e {
    opacity: 1;
}
/* div#calculator table tbody tr td > *,
.card-accordion-label,
#sellers-net-sheet .red{
    font-family: 'Montserrat';
} */
input[type='email'], input[type='date'], input[type='search'], input[type='number'], input[type='text'], input[type='tel'], input[type='url'], input[type='password'], textarea, select, .select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection {
height: 3em;
    border-radius: 0px;
    color: #303133 !important;
    font-style: normal;
    padding: 0 15px;
    opacity: 1;
    font-weight: 300;
}
#city option {
    /* font-size: .94rem; */
    padding: 4px 0 0 0;
    line-height: 18px;
}
select#county, select#city {
  font-size: .9em;
  height: 2.99em;
  border-radius: 30px;
  padding: 11px 26px 11px 17px;
}

.page-id-46 td.input-med {
    width: 316px;
}
input#address {
    padding: 0 0 0 12px;
}
#sellers-net-sheet .red {
    display: inline;
    color: red;
}
div.fld-title {
font-weight: 800;
    font-size: 14px;
    margin: 0 0 -15px 2px;
    padding: 0;
    letter-spacing: .2px;
    font-family: arial !important;
    color: #213d4e;
}

.wide_column.hide-after-calculate input {
    border-radius: 2px;
   /* padding: 5% 4% 4.5% 5%;
    border: 1px solid #dadada; */
}
.wide_column.hide-after-calculate input:hover,
select#county:hover,
select#city:hover,
.card-accordion:hover {
    transition: .2s ease-in-out;
   /* border-radius: 25px; */
    opacity: .9;
}
td div.c-commission,
td div.c-concessions {
    position: relative;
}
td div.c-commission span, 
td div.c-concessions span {
position: absolute;
    margin-top: 0px;
    margin: 0 0 0 0;
    top: 18.24px;
    left: 30px;
    color: #3a3838;
    font-size: 1.0em;
}
#calculator input#sellers-name {
  border: 1.4px solid #f1f2f4 !important;
  width: 24%;
  margin: 12px 0 0px 0;
  background: transparent !important;
  height: 2.8rem;
  font-weight: 500 !important !important;
  padding: 0 0 0 17px !important;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
#calculator input#sellers-name:focus {background: #effaff !important;}
input[value="Florida"] {
 background: #effaff;
    opacity: .74;
    color: #48565d !important;
    font-weight: 500;
}
#sellers-net-sheet, td {
    color: #0b0b0c;
}
.card p, .card-header p {
    color: #000;
}
.card-accordion {
min-height: auto;
    position: relative;
    overflow: hidden;
    border: 1px solid #d6d6d6;
    border-radius: 2px;
    transition: 0.15s ease-in-out;
    margin: 5px auto 8px auto;
    color: #4f4f4f;
    padding: 12px 0 8px 0;
    width: 98.7%;

}
.card-accordion:hover {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12);
}
.card-accordion .card-accordion-checkbox {
position: absolute;
    opacity: 0;
    z-index: -1;
    margin: 0;
    padding: 0;
   /* height: 100%; */
    opacity: 0 !important;
}
.card-accordion .card-accordion-label {
    display: block;
    padding: 0 0 0 20px;
    position: relative;
    cursor: pointer;
    text-align: center;
    font-size: .95em;
    color: #17202f;
}
.card-accordion .card-accordion-label::after {
    content: "+";
    font-size: 0.95rem;
    position: absolute;
    top: 0px;
    right: 30px;
    color: #1e1d52
    transition: 0.15s ease-in-out;
    transform-origin: center center;
}
.card-accordion .card-accordion-content {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: 0.3s;
}
.card-accordion .card-accordion-content .card-accordion-content-inner {
    padding: 10px 20px 0;
}
.card-accordion-content-inner table tbody tr td.input-med {
  display: flex;
    justify-content: flex-start;
    width: 358px;
    flex-wrap: wrap;
}
.card-accordion input:checked ~ .card-accordion-content {
    max-height: min-content;
    opacity: 1;
    border-top: 1px solid #eae8e8;
    position: relative;
    top: 6px;
}
.card-accordion-content {
   background: #f9fbfd;
}
.card-accordion-content p {
    font-weight: 400;
    padding: 15px 0 0 0;
    margin: 0;
    font-size: .95em;
padding: 15px 25px 15px 25px;
color: #000;
}
.card-accordion input:checked ~ .card-accordion-label::after {
  transform: rotate(45deg);
}
/* Footer Base */
.footer-100 {
  background-color: #111;
  color: #eee;
  padding: 3rem 1rem 2rem;
  font-family: 'Segoe UI', sans-serif;
}

/* Flex Container */
.footer-200 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

/* Columns */
.footer-col-300 {
  flex: 1 1 220px;
  min-width: 200px;
}

/* Headings */
.footer-heading-400 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Lists */
.footer-list-500 {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-link-600 {
  display: block;
  padding: 0.4rem 0;
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-link-600:hover {
  color: #fff;
}

/* Footer Bottom */
.footer-bottom-700 {
  border-top: 1px solid #222;
  margin-top: 2rem;
  padding-top: 1.5rem;
  text-align: center;
}
#layer1 g path,
#layer g path,
#layer g circle{fill:none;}
.footer-text-800 {
  font-size: 0.875rem;
  color: #888;
}
/* Footer Base */
.footer-100 {
  background-color: #111;
  color: #eee;
  padding: 3rem 1rem 2rem;
  font-family: 'Segoe UI', sans-serif;
}

/* Flex Container */
.footer-200 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

/* Columns */
.footer-col-300 {
  flex: 1 1 220px;
  min-width: 200px;
}

/* Headings */
.footer-heading-400 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Lists */
.footer-list-500 {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-link-600 {
  display: block;
  padding: 0.4rem 0;
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-link-600:hover {
  color: #fff;
}

/* Footer Bottom */
.footer-bottom-700 {
  border-top: 1px solid #222;
  margin-top: 2rem;
  padding-top: 1.5rem;
  text-align: center;
}
#layer1 g path,
#layer g path,
#layer g circle{fill:none;}
.footer-text-800 {
  font-size: 0.875rem;
  color: #888;
}
/* #floatingPanel {*/
/*      transition: transform 0.3s cubic-bezier(.4,0,.2,1);*/
/*      transform: translateX(100%);*/
/*      width: 440px;*/
/*      max-width: 100vw;*/
/*      height: 100vh;*/
/*      top: 0;*/
/*      right: 0;*/
/*      position: fixed;*/
/*      background: linear-gradient(120deg, #f8fafc 0%, #e0e7ef 100%);*/
/*      box-shadow: 0 0 32px rgba(0,0,0,0.14);*/
/*      z-index: 9999;*/
/*      display: flex;*/
/*      flex-direction: column;*/
/*      overflow-y: auto;*/
/*    }*/
/*    #floatingPanel.open {*/
/*      transform: translateX(0);*/
/*    }*/
/*    .floating-btn {*/
/*      position: fixed;*/
/*      bottom: 28px;*/
/*      right: 22px;*/
/*      z-index: 1050;*/
/*      background: teal;*/
/*      color: #fff;*/
      /*padding: 18px 28px;*/
/*      border-radius: 999px;*/
  
   
/*      box-shadow: 0 8px 32px rgba(37,99,235,0.18);*/
/*      border: none;*/
/*      cursor: pointer;*/
/*      transition: background 0.2s, box-shadow 0.2s;*/
/*    }*/
  
/*    .panel-section {*/
/*      padding: 38px 24px 24px 24px;*/
/*      background: none;*/
/*    }*/
/*    .panel-title {*/
/*      font-size: 2.1rem;*/
/*      font-weight: 800;*/
/*      color: #1e40af;*/
/*      margin-bottom: 10px;*/
/*      margin-top: 0;*/
/*      letter-spacing: 0.01em;*/
/*    }*/
/*    .panel-btn {*/
/*      width: 100%;*/
/*      padding: 14px 0;*/
/*      background: #16a34a;*/
/*      color: #fff;*/
/*      font-weight: 700;*/
/*      font-size: 1.08rem;*/
/*      border-radius: 14px;*/
/*      border: none;*/
/*      font-family: 'Montserrat', Arial, sans-serif;*/
/*      box-shadow: 0 2px 8px rgba(16,163,74,0.08);*/
/*      margin-bottom: 12px;*/
/*      cursor: pointer;*/
/*      letter-spacing: 0.01em;*/
/*      transition: background 0.2s, box-shadow 0.2s;*/
/*    }*/
/*    .panel-btn:hover {*/
/*      background: #15803d;*/
/*      box-shadow: 0 4px 16px rgba(16,163,74,0.14);*/
/*    }*/
/*    .panel-btn-purple {*/
/*      background: #9333ea;*/
/*    }*/
/*    .panel-btn-purple:hover {*/
/*      background: #7c22ce;*/
/*    }*/
/*    .panel-link {*/
/*      color: #2563eb;*/
/*      font-weight: 600;*/
/*      background: none;*/
/*      border: none;*/
/*      cursor: pointer;*/
/*      text-decoration: underline;*/
/*      width: 100%;*/
/*      padding: 8px 0;*/
/*      margin: 0;*/
/*      font-family: 'Montserrat', Arial, sans-serif;*/
/*    }*/
/*    .form-label {*/
/*      font-weight: 600;*/
/*      color: #334155;*/
/*      margin-bottom: 4px;*/
/*      display: block;*/
/*      font-size: 1.03rem;*/
/*      letter-spacing: 0.01em;*/
/*      text-align: left;*/
/*    }*/
/*    .form-input, .form-select, .date-picker {*/
/*      width: 100%;*/
/*      padding: 12px 14px;*/
/*      border: 1.5px solid #cbd5e1;*/
/*      border-radius: 10px;*/
/*      font-size: 1.05rem;*/
/*      font-family: 'Montserrat', Arial, sans-serif;*/
/*      margin-bottom: 5px;*/
/*      box-sizing: border-box;*/
/*      transition: border 0.2s, box-shadow 0.2s;*/
/*      background: #fff;*/
/*      font-weight: 500;*/
/*      letter-spacing: 0.01em;*/
/*    }*/
/*    .form-input:focus, .form-select:focus, .date-picker:focus {*/
/*      border-color: #2563eb;*/
/*      box-shadow: 0 0 0 2px #60a5fa33;*/
/*      outline: none;*/
/*    }*/
/*    .form-input.invalid, .form-select.invalid, .date-picker.invalid {*/
/*      border-color: #e11d48 !important;*/
/*      background: #fbeaec;*/
/*    }*/
/*    .input-helper {*/
/*      color: #e11d48;*/
/*      font-size: 0.96rem;*/
/*      margin-bottom: 7px;*/
/*      margin-top: -2px;*/
/*      font-weight: 500;*/
/*      font-family: 'Montserrat', Arial, sans-serif;*/
/*      letter-spacing: 0.01em;*/
/*    }*/
/*    .input-dollar-wrap {*/
/*      position: relative;*/
/*      display: flex;*/
/*      align-items: center;*/
/*      margin-bottom: 11px;*/
/*    }*/
/*    .input-dollar-prefix {*/
/*      position: absolute;*/
/*      left: 15px;*/
/*      color: #64748b;*/
/*      font-size: 1.07rem;*/
/*      pointer-events: none;*/
/*      z-index: 2;*/
/*      top: 50%;*/
/*      transform: translateY(-50%);*/
/*      font-weight: 700;*/
/*      letter-spacing: 0.01em;*/
/*    }*/
/*    .input-dollar {*/
/*      padding-left: 26px !important;*/
/*      margin-bottom: 0;*/
/*    }*/
/*    .input-percent-wrap {*/
/*      position: relative;*/
/*      display: flex;*/
/*      align-items: center;*/
/*      margin-bottom: 11px;*/
/*    }*/
/*    .input-percent-prefix {*/
/*      position: absolute;*/
/*      right: 15px;*/
/*      color: #64748b;*/
/*      font-size: 1.07rem;*/
/*      pointer-events: none;*/
/*      z-index: 2;*/
/*      top: 50%;*/
/*      transform: translateY(-50%);*/
/*      font-weight: 700;*/
/*      letter-spacing: 0.01em;*/
/*    }*/
/*    .input-percent {*/
/*      padding-right: 26px !important;*/
/*      margin-bottom: 0;*/
/*    }*/
/*    .endorsement-list {*/
/*      background: #fff;*/
/*      border: 1.5px solid #e5e7eb;*/
/*      border-radius: 12px;*/
/*      padding: 12px 12px 8px 12px;*/
/*      margin-bottom: 18px;*/
/*      margin-top: 6px;*/
/*      box-shadow: 0 1px 4px #e5e7eb44;*/
/*    }*/
/*    .endorsement-list legend {*/
/*      font-weight: 700;*/
/*      color: #334155;*/
/*      margin-bottom: 7px;*/
/*      font-size: 1.04rem;*/
/*      letter-spacing: 0.01em;*/
/*    }*/
/*    .endorsement-list label, .cost-item {*/
/*      display: flex;*/
/*      align-items: center;*/
/*      gap: 8px;*/
/*      padding: 5px 0;*/
/*      font-size: 1.01rem;*/
/*      cursor: pointer;*/
/*      border-radius: 7px;*/
/*      transition: background 0.15s;*/
/*      font-weight: 500;*/
/*      color: #374151;*/
/*    }*/
/*    .endorsement-list label:hover {*/
/*      background: #f1f5f9;*/
/*    }*/
/*    .endorsement-list input[type="checkbox"] {*/
/*      accent-color: #2563eb;*/
/*      width: 17px;*/
/*      height: 17px;*/
/*      margin: 0;*/
/*    }*/
/*    .add-fee-row {*/
/*      display: flex;*/
/*      align-items: center;*/
/*      gap: 8px;*/
/*      margin-top: 7px;*/
/*    }*/
/*    .add-fee-row input[type="text"] {*/
/*      flex: 1 1 60%;*/
/*      min-width: 0;*/
/*    }*/
/*    .add-fee-row input[type="number"], .add-fee-row .form-input.input-dollar {*/
/*      width: 90px;*/
/*    }*/
/*    .add-fee-btn {*/
/*      background: #2563eb;*/
/*      color: #fff;*/
/*      border: none;*/
/*      border-radius: 6px;*/
/*      font-size: 1.2rem;*/
/*      font-weight: 700;*/
/*      width: 34px;*/
/*      height: 34px;*/
/*      display: flex;*/
/*      align-items: center;*/
/*      justify-content: center;*/
/*      cursor: pointer;*/
/*      transition: background 0.18s;*/
/*      margin-left: 2px;*/
/*    }*/
/*    .add-fee-btn:hover {*/
/*      background: #1d4ed8;*/
/*    }*/
/*    .remove-fee-btn {*/
/*      background: #e11d48;*/
/*      color: #fff;*/
/*      border: none;*/
/*      border-radius: 6px;*/
/*      font-size: 1.1rem;*/
/*      width: 28px;*/
/*      height: 28px;*/
/*      display: flex;*/
/*      align-items: center;*/
/*      justify-content: center;*/
/*      cursor: pointer;*/
/*      margin-left: 2px;*/
/*      transition: background 0.18s;*/
/*    }*/
/*    .remove-fee-btn:hover {*/
/*      background: #be123c;*/
/*    }*/
/*    .back-arrow {*/
/*      background: none;*/
/*      border: none;*/
/*      color: #64748b;*/
/*      margin-right: 10px;*/
/*      cursor: pointer;*/
/*      padding: 0;*/
/*      transition: color 0.2s;*/
/*    }*/
/*    .back-arrow:hover {*/
/*      color: #2563eb;*/
/*    }*/
/*    .quote-breakdown-title {*/
/*      font-size: 1.15rem;*/
/*      font-weight: 700;*/
/*      color: #1e40af;*/
/*      margin-bottom: 10px;*/
/*      margin-top: 0;*/
/*      letter-spacing: 0.01em;*/
/*    }*/
/*    .result-grid {*/
/*      display: grid;*/
/*      grid-template-columns: 1fr;*/
/*      gap: 9px;*/
/*      margin-bottom: 10px;*/
/*    }*/
/*    @media (min-width: 520px) {*/
/*      .result-grid {*/
/*        grid-template-columns: 1fr 1fr;*/
/*      }*/
/*    }*/
/*    @media (min-width: 900px) {*/
/*      .result-grid {*/
/*        grid-template-columns: 1fr;*/
/*      }*/
/*    }*/
/*    .result-card {*/
/*      background: #fff;*/
/*      border: 1.5px solid #e5e7eb;*/
/*      border-radius: 10px;*/
/*      padding: 9px 13px 8px 13px;*/
/*      display: flex;*/
/*      flex-direction: column;*/
/*      min-width: 0;*/
/*      min-height: 0;*/
/*      justify-content: space-between;*/
/*      box-shadow: 0 1px 8px #e5e7eb33;*/
/*    }*/
/*    .result-card .rc-label {*/
/*      font-size: 0.97rem;*/
/*      color: #64748b;*/
/*      font-weight: 700;*/
/*      margin-bottom: 1px;*/
/*      letter-spacing: 0.01em;*/
/*    }*/
/*    .result-card .rc-details {*/
/*      font-size: 1.01rem;*/
/*      color: #334155;*/
/*      white-space: nowrap;*/
/*      overflow: hidden;*/
/*      text-overflow: ellipsis;*/
/*      margin-bottom: 2px;*/
/*      font-weight: 500;*/
/*    }*/
/*    .result-card .rc-amount {*/
/*      font-size: 1.09rem;*/
/*      color: #1e40af;*/
/*      font-weight: 800;*/
/*      text-align: right;*/
/*      margin-top: 2px;*/
/*      letter-spacing: 0.01em;*/
/*    }*/
/*    .result-total {*/
/*      background: #d1fae5;*/
/*      border: 1.5px solid #6ee7b7;*/
/*      border-radius: 10px;*/
/*      padding: 10px 14px 9px 14px;*/
/*      display: flex;*/
/*      flex-direction: column;*/
/*      min-width: 0;*/
/*      min-height: 0;*/
/*      justify-content: space-between;*/
/*      grid-column: 1/-1;*/
/*      box-shadow: 0 2px 12px #6ee7b733;*/
/*    }*/
/*    .result-total .rc-label {*/
/*      font-size: 1.08rem;*/
/*      color: #047857;*/
/*      font-weight: 800;*/
/*      margin-bottom: 2px;*/
/*      letter-spacing: 0.01em;*/
/*    }*/
/*    .result-total .rc-amount {*/
/*      font-size: 1.24rem;*/
/*      color: #047857;*/
/*      font-weight: 900;*/
/*      text-align: right;*/
/*      margin-top: 2px;*/
/*      letter-spacing: 0.01em;*/
/*    }*/
/*    .panel-link, .panel-btn {*/
/*      font-size: 1.07rem;*/
/*    }*/
/*    .back-link {*/
/*      color: #2563eb;*/
/*      background: none;*/
/*      border: none;*/
/*      font-weight: 600;*/
/*      cursor: pointer;*/
/*      margin: 0 0 8px 0;*/
/*      padding: 0;*/
/*      text-align: left;*/
/*      display: inline-block;*/
/*      font-family: 'Montserrat', Arial, sans-serif;*/
/*    }*/
/*    .back-link:hover {*/
/*      text-decoration: underline;*/
/*    }*/
/*    .county-city-group {*/
/*      display: grid;*/
/*      grid-template-columns: 1fr 1fr;*/
/*      gap: 12px;*/
/*    }*/
/*    @media (max-width: 540px) {*/
/*      .panel-section {*/
/*        padding: 18px 5px 10px 5px;*/
/*      }*/
/*      #floatingPanel {*/
/*      width: 86vw;*/
/*        min-width: 0;*/
/*        padding: 0 23px;*/
/*        overflow: hidden;*/
/*      }*/
/*      .county-city-group {*/
/*        grid-template-columns: 1fr;*/
/*        gap: 0;*/
/*      }*/
/*    }*/
/* Responsive */
/*@media (max-width: 768px) {*/
/*  .footer-200 {*/
/*    flex-direction: column;*/
/*    align-items: flex-start;*/
/*  }*/
/*}*/

/*.results_div {*/
/*    width: 100%;*/
/*    margin: 0px auto;*/
    /* box-shadow: -0.2px -0.2px 10px #e8e8e8;*/
/*    padding: 0 0px;*/
/*    border-radius: 2px;*/
/*}*/
div#result {
    padding: 25px 0 35px 0;
}
div#result-pdf {
    width: 100%;
    margin: 0 auto;
}
div#result-pdf table tbody {
    flex-wrap: wrap;
    justify-content: unset;
    width: 100%;
    margin: 0 auto;
    display: inherit;
}
/* div#result-pdf, table tbody tr {
    width: 100%;
   display: ; 
    flex-direction: row;
    justify-content: center;
} 
td.result-col-one {
   flex: auto;
} */
td.result-col-one {
   flex: .95; 
}
/* td.result-col-one div {
width: 98%;
}*/
.page-id-46 img.pdf-logo {
    filter: hue-rotate(
344deg
);
}
td.result-col-two {
   flex: 1.4;
}
td.result-col-two div {
    width: 100%;
    float: right;
}

div#result-pdf table tbody tr td  {
border: none;
        font-family: arial;
}
div#result-pdf table tbody td {
font-weight: 400;
}
.first_column p {
    font-size: .75em;
    color: #0c0808;
    line-height: 1.6;
    padding-left: 8px;
    width: 80%;
    font-weight: 400;
margin: 0;
}
.fw-thinner {font-weight: 300;}
input.calc-btn {
background: #183a4a;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 1.1px !important;
    font-weight: 700 !important;
    font-size: .95rem !important;
    border-radius: 2px !important;
    width: 197px;
    display: block;
    font-family: arial;
    border: 2px solid #2d4f6d;
}
input.calc-btn {
    background: #1a3954 !important;
    color: #fff !important;
}
p.hide-after-calculate {
    font-size: .82em;
    color: #696464;
}

p#city-res {
    padding-bottom: 15px;
}

td#purchase-price-res {
    text-align: right;
}
.res-by {
    margin: 0 0 15px 0;
}
.res-cont {
    width: 90%;
}
.res-by h6 {
font-size: 12px;
    font-weight: 800;
    color: #212f3c;
    margin: 0;
    line-height: 1.14;
    opacity: 1;
    text-transform: capitalize;
    padding: 0 8px;
}
.res-info {
    margin: 0 0 15px 0;
}
.res-info h6 {
font-size: 11.5px;
    text-transform: capitalize;
    color: #0d273e;
    margin: 0 0 3px 8px;
    padding: 0;
    font-weight: 800;
    opacity: 1;
}

.res-prep {
    margin: 15px 0 0 0;
}
.res-note p { 
    font-size: 12px;
    color: #000000;
}
td.net-color {
    text-align: left;
    color: #2d3a56;
    font-weight: 800 !important;
    font-size: 1rem;
}
.second_column input[type="button"] {
    background: #fff;
    margin: 0 5px;
    color: #fff;
    float: right;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 13px;
}
input[type="button"] 
    margin: 4px 12px 0 -4px;
}
textarea#message {
    padding: 15px;
    line-height: 1.4;
}
/* #sellers-net-sheet #email-div {
    margin-top: 25px;
}
div#email-div table tbody {
 float: right;
    width: 42%;
    display: initial;
}
div#email-div table tbody tr {
    display: flex;
    flex-direction: column;
    padding: 0 0 0 0;
    margin: 0 5px 0 0;
} */
div#email-div {
   float: right;
    width: 56%;
    background: #fff;
    padding: 20px;
    box-shadow: -0.1px -0.2px 3px #afaeae;
    
    right: 0;
}
div#email-div table tbody {
    float: right;
    width: 100%;
    display: block;
}
div#email-div table tbody tr {
    display: flex;
    flex-direction: column;
    /* clear: both; */
    padding: 0 0 0 0;
    margin: 0 5px 0 0;
    width: 100%;
}
div#email-div table tbody tr:last-child {
    padding-right: 0 !important;
}
div#email-div table tbody tr td {
    border: none;
    margin: -5px;
    /* padding: 0 0 11px 1px !important; */
}
div#email-div table tbody tr td input {
border-radius: 4px;
}
.mess-hd {
    padding: 0 0 4px 0;
}
.button-bx-in {
    width: 100%;
    
}
.button-bx-in input {
    position: initial;
    position: static;
}
input.email-btn {
    background: #1a3f64 !important;
    color: #fff !important;
}
input.email-btn {
  background: #172031;
    margin: 0 5px;
    color: #fff;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 13px;
    position: relative;
    bottom: 8px;
    width: 100px;
    display: flex;
    flex-direction: row;
    float: left;
    justify-content: center;
    left: 3px;
}
div#email-div-result p {
    color: #41bf39;
    font-size: 1.4em;
}

/* ====== END NET SHEET STYLES ============================== */
.refi-calc-inner {
    width: 100%;
    display: flex;
    /* flex-direction: row-reverse; */
    font-family: sans-serif !important;
    flex-direction: row-reverse;
}
div#refinance_calculator p {
    margin: 3px 0;
    /* padding: 0; */
}
.calc-box-1 {
    flex: 1;
    padding: 0 0 0 35px;
    margin: 0;
}
.pg-heading-wrap {
    width: 90%;
}
.pg-heading-wrap p {
    margin: 0 0 15px 0;
}
.calc-box-1 mark {
    background-color: #e2fd4e;
}
.calc-box-2 {
    flex: 1;
}
.refi-calc-inner h1 {
transition: none 0s ease 0s;
    text-align: left;
    line-height: 36px;
    border-width: 0;
    margin: 0;
    padding: 0;
    letter-spacing: -1px;
    font-weight: 700;
    font-size: 38px;
    color: #0c2851;
}

.calc-wrap-out {
    width: 100%;
    float: none;
    margin: 0px 0;
    min-height: auto;
    box-shadow: 0.2px -0.5px 4px #c3c5c5;
}
.calc-wrap-head h2 {
background: linear-gradient(to left, #094d67, #1b4c5f);
    margin: 0;
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 14px;
    text-align: center;
    font-family: arial !important;
}
.refi-calc-head {
    height: 45px;
    background: #0e133a;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    box-shadow: 0.2px -0.5px 7px #c3c5c5;
}
.refi-calc-head h5 {
    color: #fbf9f9;
    text-align: center;
    line-height: 45px;
}
div#refinance_calculator {
    padding: 20px 12px;
}
div#refinance_calculator label {
    color: #222;
    font-weight: 400;
    margin: 0;
    align-self: center;
    padding: 2px 0;
    display: inline-flex;
}
.no-surv {
  font-size: .8rem;
  color: #267171;
  display: block;
  margin: 2px 0px 1px 7px;
}
div#refinance_calculator div {
    border-bottom: .5px solid #f7f6f6;
    border-top: .5px solid #f3f3f3;
    margin: 0;
}
div#refinance_calculator div:first-child {

    border-top: none;
}
div#refinance_calculator div:last-child {
border-bottom: none;
}
    
input#loanAmount {
  width: 68%;
  margin: 0 0;
  padding: 2px 0 0 7px;
  height: 2.35em;
  border-radius: 7px;
}
input#loanAmount::placeholder {
  font-weight: 300;
  padding: 0px 0 0 6px;
}
.calc-wrap-out {position: relative;}

.calc-wrap-out button {
    background: #15183e;
    color: #fff;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    margin: 10px 0;

}
button#btnCalc {
  width: 76px;
  background: teal;
  color: #fff;
  margin-right: 0px;
  margin-left: 4px;
  font-size: 12px;
  border-radius: 3px;
  border: none;
  height: 40px;
}
button#btnCalc:hover { background: rgb(7, 88, 88); box-shadow: 1px 1px 14px teal; transition: .3s ease ; -webkit-transition: .3s ease ; -moz-transition: .3s ease ; -ms-transition: .3s ease ; -o-transition: .3s ease ; }
button#btnClear {
  background: #143146;
  color: #f4f4f4;
  margin-left: 4px;
  text-align: center;
  width: 80px;
  font-size: .779rem;
  padding: 0;
  border-radius: 4px;
  border: 1px solid #cad870;
  margin-right: 0;
  box-shadow: -0.2px -0.2px 2px #d2cfcf;
  height: 40.2px;
}
button#btnClear:hover { background: #0b1f2e; box-shadow: 1px 1px 14px #0b1f2e; transition: .3s ease ; -webkit-transition: .3s ease ; -moz-transition: .3s ease ; -ms-transition: .3s ease ; -o-transition: .3s ease ; }
div#refinance_calculator label {
    color: #222;
    font-weight: 400;
}

select#closingCost {
width: 48%;
    margin: 1px 0;
    border-radius: 3px;
    padding: 3px 0px 1px 10px;
    height: auto;
}
#closingCost option b {
    font-weight: 800;
    font-size: .85px;
}
div#refinance_calculator textarea, select, 
.select-resize-ghost, .select2-container .select2-choice, 
.select2-container .select2-selection {
font-size: .8em;
    color: #1b1b1b;
    font-weight: 700;
    letter-spacing: .85px;
}
.calc-wrap-out button:hover {
    background: #212552;
}

div#titleSearch,div#lenderInsurance,div#mortgageRecordingFee,div#eRecordingFee,div#intTaxMtg,
div#floridaForm9Endorsment,div#docStampsMtg,div#surveyFee,div#lienSearch,div#eoendorsement {
        font-weight: 300;
    font-size: .95em;
    color: #191d27;
    padding: 4px 0;
}
label.titlePremHd b {
  font-size: 1em;
  font-weight: 800;
  color: #030a13;
}
label.titlePrem, #titlePremiumWEndorsement {
  font-size: .97em;
  font-weight: 800 !important;
  font-family: arial;
  opacity: 1 !important;
  color: #0b1625 !important;
  margin: 3px 0 0 0;
}
.pg-heading-wrap ul li {
    padding: 0;
    margin: 15px 15px -5px 15px;
    font-size: .9em;
    font-weight: 400;
}
small.copy-cred {
font-size: .75em;
    display: block;
    margin: -14px 0 0px 0px;
    color: #130d0d;
}
@media (max-width:992px) {
select#closingCost {
    width: 49%;
}
}
@media (max-width:767.98px) {
  body {
    overflow-x: clip;
    box-sizing: border-box;
    min-width: 100%;
    height: 100%;
}
section#hero_outer{
    height: auto;
}
ul.features-listed
 {
    position: relative; 
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 44%;
    margin: 14px 0;
    left: 32px;
}
.calc-wrap-out {
    width: 94%;
    margin: 30px auto;
}
.refi-calc-inner {
    width: 90%;
    flex-direction: column-reverse;
}
.calc-box-1 {
    padding: 42px 0 0 35px;
}
}
@media (max-width:576px) {
    ::placeholder {
    font-size: .65rem;
        padding-top: 0;
        opacity: .9;
        
}
    .pg-heading-wrap {padding: 0 0 0 13px;}
    .quote-modal-sub-txt {
    padding: 0 3px;
}
div#exampleModalCenter3 {
    padding-left: 0 !important;
}
    .refi-calc-inner {
    width: 100%;
            padding: 68px 0 0 0;
}

        div#refinance_calculator {
    padding: 3px 0px 20px 0px;
}
.refi-calc-inner h1 {
    font-size: 32px;
}
.net-sheet-inner .dec-line-6 {
    margin: 0 auto 5px auto;
}
input#loanAmount {
    margin: 0px 0 !important;
    padding: 0px 0 0 7px;
}
    .calc-box-1 {
    padding: 0 0 0 15px;
}
.refi-calc-head h5 {
    font-size: 13px;
}
    input#loanAmount {
    width: 48%;
    margin: 10px 0;
    padding: 0px 0 0 7px;
}
.calc-wrap-out button {
    top: 0px;
    left: -2px;
    height: 38px;
        font-size: 12px;
}
    select#closingCost {
width: 60% !important;
}
    label.titlePremHd b {
    font-size: .82em;
    line-height: 1.1;
    display: inline-block;
    font-weight: 400;
}
    label.titlePrem, #titlePremiumWEndorsement {
    margin: -1px 0 0 0;
}
.logo-img {
  height: 100px;
  transition: .2s ease;
  -webkit-transition: .25s ease;
  -moz-transition: .2s ease;
  -ms-transition: .2s ease;
  -o-transition: .2s ease;
  filter: brightness(92%);
  margin: 3px 0 0 9px;
}
.caret {
    position: absolute;
    padding: 7px 0 0 3px;
    font-size: 0px;
    opacity: 1;
    right: 0;
    background: #1c2d37;
    padding: 9px 2px;
    border-radius: 2px;
    width: 9%;
    margin: -3px 0;
    height: ;
    width: 14%;
    cursor: pointer;
}
.serv-box-sec-out {
    width: 100%;
    min-height: 500px;
    background: #ebf2f3;
    position: relative;
    z-index: 1;
    padding: 120px 0;
}
.serv-box-sec-in {
    display: flex;
    flex-direction: row;
    width: 96%;
    height: auto;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 auto;
}
	.popup-youtube {display:;
  width: 400px;height:
   ali 
300px;background:red;}
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}
.serv-box {
    display: flex;
    width: 31.3%;
    justify-content: center;
    text-align: center;
    margin: 5px;
    box-shadow: -0.1px -0.1px 6px #a3aead;
    border-radius: 15px;
    align-items: center;
    align-content: center;
    background-color: #fff;
    padding: 23px 23px;
    min-height: 235px;
}
.serv-icon {
    display: flex;
    align-self: start;
    margin: 4px 20px 11px 0;
    position: relative;
    top: 5px;
    /* background: #fff; */
    /* padding: 17px; */
    /* border-radius: 50%; */
    /* box-shadow: 1px 1px 1px #d5ebe6; */
    /* left: -2px; */
    /* width: 157px; */
    /* height: 60px; */
    /* filter: hue-rotate(957deg); */
    opacity: .2;
    justify-content: center;
}
.serv-icon img {
    width: 60px;
    /* background: #fff; */
    /* background-blend-mode: exclusion; */
    /* display: none; */
    /* opacity: .5; */
}
.serv-txt {
    text-align: center;
    display: flex;
}
.serv-txt h4 {
    margin: 0;
    font-weight: 600;
    font-size: 1.4rem;
    color: #407a85;
}
.serv-txt p {
    margin: 0 0 4px 0;
    font-weight: 300;
}
.serv-box:hover {
    box-shadow: 1px 2px 25px #2b4b58;
    position: relative;
    top: -2px;
    transition: 200ms ease;
}
.sect-two-outer {
    width: 100%;
    height: 100%;
position:relative;
  background:#E6F7F9;
}
.custom-shape-divider-top-1676428855 {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}
    .purecss-video-container {
  position: relative;
  width: 420px;
  max-width: 90%;
  height: 320px;
  cursor: pointer;
  border-radius: 10px;
  overflow: hidden;
}

.purecss-video-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.purecss-video-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.purecss-video-button svg {
  width: 24px;
  height: 24px;
  fill: #00796b;
}

#video-toggle {
  display: none;
}

.purecss-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

#video-toggle:checked + .purecss-modal-overlay {
  display: flex;
}

.purecss-modal-content {
  width: 90%;
  max-width: 640px;
  background: #000;
  border-radius: 10px;
  overflow: hidden;
}

.purecss-modal-content iframe {
  width: 100%;
  height: 360px;
}

.custom-shape-divider-top-1676428855 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 80px;
}

.custom-shape-divider-top-1676428855 .shape-fill {
    fill: #FFFFFF;
}
.sect-two-inner {
    width: 90%;
    margin: 65px auto;
}
.sect-two-inner img { width: 72px;
  display: block;
  margin: 0 auto;
  filter: contrast(62%);
  opacity: .6;}

.sect-three-inner {
  width: 100%;
  display: block;
padding: 92px 0 30px 0;
  margin: 0 auto;
  text-align: center;
}

.custom-shape-divider-bottom-1706064860 {
    position: absolute;
    bottom: 0;
    left: -94px;
    width: 108%;
    line-height: 0;
    top: 0;
}

.custom-shape-divider-bottom-1706064860 svg {
    position: relative;
    display: block;
    width: calc(101% + 1.3px);
    height: 92px;
    z-index: 1;
    top: -85px;
}

.custom-shape-divider-bottom-1706064860 .shape-fill {
    fill: #FFFFFF;
}
.custom-shape-divider-top-1706066319 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-top-1706066319 svg {
    position: relative;
    display: block;
    width: calc(101% + 1.3px);
    height: 92px;
}

.custom-shape-divider-top-1706066319 .shape-fill {
    fill: #FFFFFF;
}

.container {
  display: flex;
  align-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 100%;
  justify-content: space-around;
  position: relative;
  width: 100%;
}
.container section {
  width: 100%;
  height: 100vh;
  flex: 1;
  display: flex;
  text-align: center;
  position: relative;
  overflow: hidden;
  background-color: #000;
}
.container section:nth-child(1) .image {
  background-image: url(https://images.unsplash.com/photo-1463412855783-af97e375664b?iq=100&fm=jpg&w=1000);
}
.container section:nth-child(2) .image {
  background-image: url(https://images.unsplash.com/photo-1462819067004-905a72ea3996?iq=100&fm=jpg&w=1000);
}
.container section:nth-child(3) .image {
  background-image: url(https://images.unsplash.com/photo-1461770354136-8f58567b617a?iq=100&fm=jpg&w=1000);
}
.container section:nth-child(4) .image {
  background-image: url(https://images.unsplash.com/photo-1461080639469-66d73688fb21?iq=100&fm=jpg&w=1000);
}
.container section:nth-child(5) .image {
  background-image: url(https://images.unsplash.com/photo-1460804198264-011ca89eaa43?iq=100&fm=jpg&w=1000);
}
.container section:nth-child(6) .image {
  background-image: url(https://images.unsplash.com/photo-1463123081488-789f998ac9c4?iq=100&fm=jpg&w=1000);
}
.container section .image {
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 500;
  opacity: 0.4;
}
.container section .stuff {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 100%;
  width: 100%;
  max-width: 70%;
  justify-content: center;
  text-align: center;
  z-index: 1000;
  color: #e67e22;
  margin: 0 auto;
  font-size: 26px;
  position: relative;
}
.container section .stuff h2 {
  margin: 0px;
}
.container section .stuff:before, .container section .stuff:after {
  width: 100%;
  height: 1px;
  display: block;
  background-color: #d35400;
  content: "";
  margin: 30px 0;
}

.testi_sec_outer__1 {
  width: 100%;
  height: 100%;
  min-height: 300px;
  background: greenyellow;
}
.testi__sec__inner__1 {
  padding: 50px 0;
width: 85%;
  margin:0 auto;
  overflow: hidden;
}

.testi--item h6 {
  margin: -8px 2px !important;
  padding: 0;
  font-size: 13px;
  font-weight: 600;
}

.sect__4__out {
height: 500px;
	background: blue;
	width: 100%;
	
}
.sect__4__in {
display:flex;
	width:90%;
}
.box__1 {
  flex: .8;
}
.box__2 {
  flex: 1.1;
}


    .modal-blk-in {
      position: relative;
      top: 0px;
  }
    /* Responsive: Stack items on smaller screens */
    @media (max-width: 992px) {
      .who-serve-grid .item {
        flex: 0 0 calc(33.33% - 20px); /* 3 columns on tablets */
      }
    }
    
    @media (max-width: 600px) {
      .who-serve-grid .item {
        flex: 0 0 calc(50% - 20px); /* 2 columns on phones */
      }
    }
    
    @media (max-width: 400px) {
      .who-serve-grid .item {
        flex: 0 0 100%; /* 1 column on very small phones */
      }
    }
    
    .grid-container {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 2rem;
            padding: 2rem;
            max-width: 1200px;
            margin: 0 auto;
        }

        .content-left {
            padding: 1rem;
        }

        .video-right {
            position: relative;
            cursor: pointer;
            overflow: hidden; /* Contain the modal within this element */
            min-height: 300px; /* Ensure consistent height */
            background: teal;
        }

        .video-thumbnail {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 8px;
            display: block;
            position: absolute;
            top: 0;
            left: 0;
        }

        .play-button {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 80px;
            height: 80px;
            cursor: pointer;
            transition: transform 0.3s ease;
            z-index: 2;
        }

        .play-button:hover {
            transform: translate(-50%, -50%) scale(1.1);
        }

        .video-overlay-special {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.9);
            z-index: 1000;
            justify-content: center;
            align-items: center;
        }

        .video-modal-container {
            position: relative;
            width: 90%;
            max-width: 800px;
            max-height: 90vh;
            background: #000;
            border-radius: 8px;
            overflow: hidden;
        }

        #customVideo {
            width: 100%;
            height: 100%;
            display: block;
        }

        .modal-close-btn {
            position: absolute;
            top: 15px;
            right: 15px;
            background: rgba(255, 255, 255, 0.8);
            border-radius: 50%;
            width: 30px;
            height: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            font-weight: bold;
            z-index: 1001;
            border: none;
            outline: none;
            color: #000;
            font-size: 18px;
        }

        @media (max-width: 768px) {
            .grid-container {
                grid-template-columns: 1fr;
            }
            
            .video-modal-container {
                width: 95%;
                height: auto;
                aspect-ratio: 16/9;
            }
        }
	
	
        section.tesimoni-out {
          background: aquamarine;
          min-height: 470px;
      }
      .testimoni-in {
        padding: 35px 0;
    }
      .testimoni-in h2 {
        margin: 0 0 40px 0;
    text-align: center;
    font-size: 2.75rem;
    color: #070707;
    }
.testimonial {
  background-color: #ffffff;
        border-radius: 10px;
        padding: 41px 20px;
        flex: 0 0 100%;
        margin: 0 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        min-height: 216px;
        box-sizing: border-box;
        height: 100%;
}

.testimonial p {
  font-family: Georgia, 'Times New Roman', Times, serif !important;
  font-size: 17px;
  color: #819091;
  margin-bottom: 20px;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 1.6;
  white-space: pre-line;
  font-style: italic;
}

.reviewer {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.reviewer img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 15px;
  border: 2px solid #000;
}

.reviewer-info {
  display: flex;
  flex-direction: column;
}

.stars {
  display: inline-block;
  font-size: 0;
  position: relative;
  unicode-bidi: bidi-override;
  direction: rtl;
}

.stars::before {
  content: "★★★★★";
  font-size: 20px;
  color: #ccc;
}

.stars::after {
  content: "★★★★★";
  font-size: 20px;
  color: #f5a623;
  position: absolute;
  top: 0;
  left: 0;
  width: var(--rating);
  overflow: hidden;
}

.name {
  font-weight: bold;
  margin-top: 5px;
}

.dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.dot {
  width: 10px;
  height: 10px;
  background-color: #bbb;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.dot.active {
  background-color: #333;
}

/* Responsive adjustments */
@media (min-width: 768px) {
 .carousel-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0px;
  box-sizing: border-box;
}

.carousel {
  display: flex;
  transition: transform 0.4s ease;
  will-change: transform;
  cursor: grab;
}

.carousel.dragging {
  cursor: grabbing;
  transition: none;
}

.testimonial {
  background-color: #ffffff;
        border-radius: 15px;
        padding: 41px 20px;
        flex: 0 0 100%;
        margin: 0 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
        display: flex
;
        flex-direction: column;
        justify-content: space-between;
        min-height: 216px;
        box-sizing: border-box;
        height: 100%;
}

.testimonial p {
  font-family: Georgia, 'Times New Roman', Times, serif !important;
        font-size: 16px;
        color: #819091;
        margin: 4px 0px;
        position: relative;
        padding-left: 20px;
        padding-right: 20px;
        line-height: 1.6;
        white-space: pre-line;
        font-style: italic;
}

.reviewer {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.reviewer img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 15px;
  border: 2px solid #000;
}

.reviewer-info {
  display: flex;
  flex-direction: column;
}

.stars {
  display: inline-block;
  font-size: 0;
  position: relative;
  unicode-bidi: bidi-override;
  direction: rtl;
}

.stars::before {
  content: "★★★★★";
  font-size: 20px;
  color: #ccc;
}

.stars::after {
  content: "★★★★★";
  font-size: 20px;
  color: #f5a623;
  position: absolute;
  top: 0;
  left: 0;
  width: var(--rating);
  overflow: hidden;
}

.name {
  font-weight: bold;
  margin-top: 5px;
}

.dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.dot {
  width: 10px;
  height: 10px;
  background-color: #bbb;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.dot.active {
  background-color: #333;
}

/* Tablet view (2 testimonials) */
@media (min-width: 768px) {
  .testimonial {
    flex: 0 0 calc(50% - 20px); /* 2 cards, spaced */
    margin: 0 10px;
  }
}

/* Desktop view (3 testimonials) */
@media (min-width: 1024px) {
  .testimonial {
    flex: 0 0 calc(33.333% - 20px); /* 3 cards, spaced */
    margin: 0 10px;
  }
}

  .testimonial {
    flex: 0 0 45%; /* Two testimonials side-by-side on tablets */
  }
}

@media (min-width: 1024px) {
  .testimonial {
    flex: 0 0 calc(33.333% - 20px); /* Three testimonials with clean gaps */
    margin: 0 10px;
  }
}
.locations-section {
    padding: 40px 0px 105px 0;
    background-color: #6ca6a2;
    min-height: 300px;
}
.locations-heading {
    text-align: center;
    font-size: 3rem;
    margin-bottom: 45px;
    color: teal;
}
.locations-grid {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    margin: auto;
    justify-content: center;
    gap: 2em;
}
.location-column {
    display: flex;
    justify-content: center;
}

.location-column div h3 {
    margin: 0 0 15px 0;
    padding: 0;
    color: #e6e8e7;
    font-size: 1.3rem;
}
.location-column div p {
    line-height: .9;
    margin-bottom: 15px;
    font-size: .95rem;
    color: #e0dbdb;
    padding: 0 5px 0 0;
}
.location-column iframe {
  border: 0;
  width: 100%;
  height: 150px;
}
.video-section-01 {
  padding: 60px 20px;
  background: #f2f7f6;
}
.video-container-01 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}
.video-text-01 {
  flex: 1 1 400px;
  padding: 20px;
}
.video-heading-01 {
  font-size: 2rem;
  margin-bottom: 10px;
}
.video-subheading-01 {
  font-size: 1rem;
  color: #666;
}
.video-preview-01 {
  position: relative;
  flex: 1 1 500px;
  max-width: 100%;
  cursor: pointer;
}
.video-thumb-01 {
  width: 100%;
  display: block;
  border-radius: 8px;
}
.video-overlay-01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(13, 107, 90, 0.4);
  border-radius: 8px;
}
.play-button-01 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #0d6b5a;
  color: #fff;
  font-size: 3rem;
  width: 70px;
  height: 70px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: transform 0.3s ease;
  z-index: 2;
}
.play-button-01:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

/* ✅ Modal Styles */
.video-modal-01 {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.modal-content-01 {
  position: relative;
  width: 80%;
  max-width: 900px;
  height: 500px;
  margin: 80px auto;
  background: #000;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}
.slide-down-01 {
  animation: slideDown 0.4s ease;
}
@keyframes slideDown {
  from {
    transform: translateY(-30px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.modal-close-01 {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 2rem;
  background: transparent;
  color: white;
  border: none;
  cursor: pointer;
  z-index: 1;
}

/* ✅ Responsive */
@media (max-width: 768px) {
  .video-container-01 {
    flex-direction: column;
  }
  .modal-content-01 {
    width: 90%;
    height: 250px;
    margin: 60px auto;
  }
}
footer.footer-sec-out {
    position: relative;
    bottom: -70px;
    background: linear-gradient(175deg, #152830, #245758);
    width: 100%;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    display: block;
}
.footer-sec-in {
    padding: 30px 0;
    display: flex
;
    max-width: 1140px;
    justify-content: center;
    margin: 0 auto;
}
.footer-box-1, .footer-box-2, .footer-box-3, .footer-box-4 {
    flex: 1;
    padding: 20px;
}
/* ====== NEW NET SHEET STYLES ================================== */
.net-sheet-inner h2 {
  margin: 0;
  padding: 0;
  color: teal;
  text-align: center;
  font-size: 2rem;
}
.net-sheet-inner .dec-line-6 {
        position: relative;
    text-align: center;
    margin: 0px auto;
    height: 3px;
    width: 40px;
    background: #ebfb6b;
    display: none;
}
.net-sheet-inner {
width: 99%;
    margin: 0px auto 15px auto;
    padding: 8px 0 10px 0;
    background: #fff;
}

span.thin-apos {
    font-size: .9em;
    position: relative;
    left: 1.5px;
}
.net-sheet-inner p.m-less {
 
    margin-bottom: 0px;
 
}
.dec-line-2.dec-line-4 {
    margin: 12px 8px 0px 10px;
}
div#calculator {
    width: 100%;
    margin: 20px auto;
    padding: 0px;
    background: #fff;
}
div#calculator td label, td .label, td input, td select, td form, td dl, td,
#sellers-net-sheet .red,
.card-accordion .card-accordion-label {
    font-family: 'montserrat', sans-serif;
}
input[type='email'], input[type='date'], input[type='search'], input[type='number'], input[type='text'], input[type='tel'], input[type='url'], input[type='password'], textarea, select, .select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection {
    font-weight: 500 !important;
}
#sellers-net-sheet b, #sellers-net-sheet span {
    font-weight: 400 !important;
}
#sellers-net-sheet .wide_column {
    background: #ffffff !important;
}
.location-head h2 {
    padding: 35px 0 0 0;
    margin: 0 0 0px 0;
}
#calculator h2,
.location-head h2  {
    font-family: times,serif;
    text-align: center;
    color: #364956;
    font-size: 2.25rem;
    font-family: auto;
    position: relative;
    left: -4px;
    margin: 9px 0 2px 0;
}
.pg-faq-section h2 {
padding: 5px 0 0px 0;
}
.dec-line-4.dec-line-5 {
text-align: center;
    margin: 0 auto 20px auto;
}
p.top-req {
    display: block;
    text-align: left;
    float: left;
    margin: 0;
    padding: 0;
    font-size: 12px;
}
#sellers-net-sheet .red {
    display: none;
}
label.red.red-2 {
    padding: 0 0 0 4px;
}
p.bott-req {
    display: none !important;
}
div#calculator, table {
    margin-bottom: .5em;
}
 div#calculator, table tbody {
display: flex;
    flex-wrap: wrap;
    justify-content: unset;
    width: 100%;
    margin: 0 auto;
}
table.ui-datepicker-calendar tbody {
    display: revert !important;
}
div#calculator table tbody tr {
    width: auto;
    display: flex;
    flex-direction: column;
}
div#calculator table tbody tr td {
    border: none;
}
input[type='email'], input[type='date'], input[type='search'], input[type='number'], input[type='text'], input[type='tel'], input[type='url'], input[type='password'], textarea, select, .select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.property-type-sec {
    margin-top: 6px;
    display: flex;
    padding: 0;
}
.ui-datepicker .ui-datepicker-header {
   background: #14455d;
    color: #fff;
}
span.ui-icon.ui-icon-circle-triangle-e {
    opacity: 1;
}
/* div#calculator table tbody tr td > *,
.card-accordion-label,
#sellers-net-sheet .red{
    font-family: 'Montserrat';
} */
input[type='email'], input[type='date'], input[type='search'], input[type='number'], input[type='text'], input[type='tel'], input[type='url'], input[type='password'], textarea, select, .select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection {
height: 3em;
    border-radius: 0px;
    color: #303133 !important;
    font-style: normal;
    padding: 0 15px;
    opacity: 1;
    font-weight: 300;
}
#city option {
    /* font-size: .94rem; */
    padding: 4px 0 0 0;
    line-height: 18px;
}
select#county,select#city {
font-size: .96em;
    height: 2.99em;
    border-radius: 30px;
    padding: 11px 17px;
}
.page-id-46 td.input-med {
    width: 316px;
}
input#address {
    padding: 0 0 0 12px;
}
#sellers-net-sheet .red {
    display: inline;
    color: red;
}
div.fld-title {
font-weight: 800;
    font-size: 14px;
    margin: 0 0 -15px 2px;
    padding: 0;
    letter-spacing: .2px;
    font-family: arial !important;
    color: #213d4e;
}

.wide_column.hide-after-calculate input {
    border-radius: 2px;
   /* padding: 5% 4% 4.5% 5%;
    border: 1px solid #dadada; */
}
.wide_column.hide-after-calculate input:hover,
select#county:hover,
select#city:hover,
.card-accordion:hover {
    transition: .2s ease-in-out;
   /* border-radius: 25px; */
    opacity: .9;
}
td div.c-commission,
td div.c-concessions {
    position: relative;
}
td div.c-commission span, 
td div.c-concessions span {
position: absolute;
    margin-top: 0px;
    margin: 0 0 0 0;
    top: 18.24px;
    left: 30px;
    color: #3a3838;
    font-size: 1.0em;
}
input[value="Florida"] {
 background: #effaff;
    opacity: .74;
    color: #48565d !important;
    font-weight: 500;
}
#sellers-net-sheet, td {
    color: #0b0b0c;
}
.card p, .card-header p {
    color: #000;
}
.card-accordion {
min-height: auto;
    position: relative;
    overflow: hidden;
    border: 1px solid #d6d6d6;
    border-radius: 2px;
    transition: 0.15s ease-in-out;
    margin: 5px auto 8px auto;
    color: #4f4f4f;
    padding: 12px 0 8px 0;
    width: 98.7%;

}
.card-accordion:hover {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12);
}
.card-accordion .card-accordion-checkbox {
position: absolute;
    opacity: 0;
    z-index: -1;
    margin: 0;
    padding: 0;
   /* height: 100%; */
    opacity: 0 !important;
}
.card-accordion .card-accordion-label {
    display: block;
    padding: 0 0 0 20px;
    position: relative;
    cursor: pointer;
    text-align: center;
    font-size: .95em;
    color: #17202f;
}
.card-accordion .card-accordion-label::after {
    content: "+";
    font-size: 0.95rem;
    position: absolute;
    top: 0px;
    right: 30px;
    color: #1e1d52
    transition: 0.15s ease-in-out;
    transform-origin: center center;
}
.card-accordion .card-accordion-content {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: 0.3s;
}
.card-accordion .card-accordion-content .card-accordion-content-inner {
    padding: 10px 20px 0;
}
.card-accordion-content-inner table tbody tr td.input-med {
    display: flex;
    justify-content: flex-start;
    width: 292px;
    flex-wrap: wrap;
}
.card-accordion input:checked ~ .card-accordion-content {
    max-height: min-content;
    opacity: 1;
    border-top: 1px solid #eae8e8;
    position: relative;
    top: 6px;
}
.card-accordion-content {
   background: #f9fbfd;
}
.card-accordion-content p {
    font-weight: 400;
    padding: 15px 0 0 0;
    margin: 0;
    font-size: .95em;
padding: 15px 25px 15px 25px;
color: #000;
}
.card-accordion input:checked ~ .card-accordion-label::after {
  transform: rotate(45deg);
}
.results_div {
    width: 100%;
    margin: 0px auto;
    /* box-shadow: -0.2px -0.2px 10px #e8e8e8;*/
    padding: 0 0px;
    border-radius: 2px;
}
div#result {
    padding: 25px 0 35px 0;
}
div#result-pdf {
    width: 100%;
    margin: 0 auto;
}
div#result-pdf table tbody {
    flex-wrap: wrap;
    justify-content: unset;
    width: 100%;
    margin: 0 auto;
    display: inherit;
}
/* div#result-pdf, table tbody tr {
    width: 100%;
   display: ; 
    flex-direction: row;
    justify-content: center;
} 
td.result-col-one {
   flex: auto;
} */
td.result-col-one {
   flex: .95; 
}
/* td.result-col-one div {
width: 98%;
}*/
.page-id-46 img.pdf-logo {
    filter: hue-rotate(
344deg
);
}
td.result-col-two {
   flex: 1.4;
}
td.result-col-two div {
    width: 100%;
    float: right;
}

div#result-pdf table tbody tr td  {
border: none;
        font-family: arial;
}
div#result-pdf table tbody td {
font-weight: 400;
}
.first_column p {
    font-size: .75em;
    color: #0c0808;
    line-height: 1.6;
    padding-left: 8px;
    width: 80%;
    font-weight: 400;
margin: 0;
}
.fw-thinner {font-weight: 300;}
input.calc-btn {
background: #183a4a;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 1.1px !important;
    font-weight: 700 !important;
    font-size: .95rem !important;
    border-radius: 2px !important;
    width: 197px;
    display: block;
    font-family: arial;
    border: 2px solid #2d4f6d;
}
input.calc-btn {
    background: #1a3954 !important;
    color: #fff !important;
}
p.hide-after-calculate {
    font-size: .82em;
    color: #696464;
}

p#city-res {
    padding-bottom: 15px;
}

td#purchase-price-res {
    text-align: right;
}
.res-by {
    margin: 0 0 15px 0;
}
.res-cont {
    width: 90%;
}
.res-by h6 {
font-size: 12px;
    font-weight: 800;
    color: #212f3c;
    margin: 0;
    line-height: 1.14;
    opacity: 1;
    text-transform: capitalize;
    padding: 0 8px;
}
.res-info {
    margin: 0 0 15px 0;
}
.res-info h6 {
font-size: 11.5px;
    text-transform: capitalize;
    color: #0d273e;
    margin: 0 0 3px 8px;
    padding: 0;
    font-weight: 800;
    opacity: 1;
}

.res-prep {
    margin: 15px 0 0 0;
}
.res-note p { 
    font-size: 12px;
    color: #000000;
}
td.net-color {
    text-align: left;
    color: #2d3a56;
    font-weight: 800 !important;
    font-size: 1rem;
}
.second_column input[type="button"] {
    background: #fff;
    margin: 0 5px;
    color: #fff;
    float: right;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 13px;
}
input[type="button"] 
    margin: 4px 12px 0 -4px;
}
textarea#message {
    padding: 15px;
    line-height: 1.4;
}
/* #sellers-net-sheet #email-div {
    margin-top: 25px;
}
div#email-div table tbody {
 float: right;
    width: 42%;
    display: initial;
}
div#email-div table tbody tr {
    display: flex;
    flex-direction: column;
    padding: 0 0 0 0;
    margin: 0 5px 0 0;
} */
div#email-div {
   float: right;
    width: 56%;
    background: #fff;
    padding: 20px;
    box-shadow: -0.1px -0.2px 3px #afaeae;
    
    right: 0;
}
div#email-div table tbody {
    float: right;
    width: 100%;
    display: block;
}
div#email-div table tbody tr {
    display: flex;
    flex-direction: column;
    /* clear: both; */
    padding: 0 0 0 0;
    margin: 0 5px 0 0;
    width: 100%;
}
div#email-div table tbody tr:last-child {
    padding-right: 0 !important;
}
div#email-div table tbody tr td {
    border: none;
    margin: -5px;
    /* padding: 0 0 11px 1px !important; */
}
div#email-div table tbody tr td input {
border-radius: 4px;
}
.mess-hd {
    padding: 0 0 4px 0;
}
.button-bx-in {
    width: 100%;
    
}
.button-bx-in input {
    position: initial;
    position: static;
}
input.email-btn {
    background: #1a3f64 !important;
    color: #fff !important;
}
input.email-btn {
  background: #172031;
    margin: 0 5px;
    color: #fff;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 13px;
    position: relative;
    bottom: 8px;
    width: 100px;
    display: flex;
    flex-direction: row;
    float: left;
    justify-content: center;
    left: 3px;
}
div#email-div-result p {
    color: #41bf39;
    font-size: 1.4em;
}

/* ====== END NET SHEET STYLES ============================== */
.refi-calc-inner {
    width: 100%;
    display: flex;
    /* flex-direction: row-reverse; */
    font-family: sans-serif !important;
    flex-direction: row-reverse;
}
div#refinance_calculator p {
    margin: 3px 0;
    /* padding: 0; */
}
.calc-box-1 {
    flex: 1;
    padding: 0 0 0 35px;
    margin: 0;
}
.pg-heading-wrap {
    width: 90%;
}
.pg-heading-wrap p {
    margin: 0 0 15px 0;
}
.calc-box-1 mark {
    background-color: #e2fd4e;
}
.calc-box-2 {
    flex: 1;
}
.refi-calc-inner h1 {
transition: none 0s ease 0s;
    text-align: left;
    line-height: 36px;
    border-width: 0;
    margin: 0;
    padding: 0;
    letter-spacing: -1px;
    font-weight: 700;
    font-size: 38px;
    color: #0c2851;
}

.calc-wrap-out {
    width: 100%;
    float: none;
    margin: 0px 0;
    min-height: auto;
    box-shadow: 0.2px -0.5px 4px #c3c5c5;
}
.calc-wrap-head h2 {
background: linear-gradient(to left, #094d67, #1b4c5f);
    margin: 0;
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 14px;
    text-align: center;
    font-family: arial !important;
}
.refi-calc-head {
    height: 45px;
    background: #0e133a;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    box-shadow: 0.2px -0.5px 7px #c3c5c5;
}
.refi-calc-head h5 {
    color: #fbf9f9;
    text-align: center;
    line-height: 45px;
}
div#refinance_calculator {
    padding: 20px 12px;
}
div#refinance_calculator label {
    color: #222;
    font-weight: 400;
    margin: 0;
    align-self: center;
    padding: 2px 0;
    display: inline-flex;
}
.no-surv {
  font-size: .8rem;
  color: #267171;
  display: block;
  margin: 2px 0px 1px 7px;
}
div#refinance_calculator div {
    border-bottom: .5px solid #f7f6f6;
    border-top: .5px solid #f3f3f3;
}
div#refinance_calculator div:first-child {

    border-top: none;
}
div#refinance_calculator div:last-child {
border-bottom: none;
}
    
input#loanAmount {
  width: 68%;
  margin: 0 0;
  padding: 2px 0 0 7px;
  height: 2.35em;
  border-radius: 7px;
}
input#loanAmount::placeholder {
  font-weight: 300;
  padding: 0px 0 0 6px;
}
.calc-wrap-out {position: relative;}

.calc-wrap-out button {
    background: #15183e;
    color: #fff;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    margin: 10px 0;

}
button#btnCalc {
  width: 76px;
  background: teal;
  color: #fff;
  margin-right: 0px;
  margin-left: 4px;
  font-size: 12px;
  border-radius: 3px;
  border: none;
  height: 40px;
}
button#btnCalc:hover { background: rgb(7, 88, 88); box-shadow: 1px 1px 14px teal; transition: .3s ease ; -webkit-transition: .3s ease ; -moz-transition: .3s ease ; -ms-transition: .3s ease ; -o-transition: .3s ease ; }
button#btnClear {
  background: #143146;
  color: #f4f4f4;
  margin-left: 4px;
  text-align: center;
  width: 80px;
  font-size: .779rem;
  padding: 0;
  border-radius: 4px;
  border: 1px solid #cad870;
  margin-right: 0;
  box-shadow: -0.2px -0.2px 2px #d2cfcf;
  height: 40.2px;
}
button#btnClear:hover { background: #0b1f2e; box-shadow: 1px 1px 14px #0b1f2e; transition: .3s ease ; -webkit-transition: .3s ease ; -moz-transition: .3s ease ; -ms-transition: .3s ease ; -o-transition: .3s ease ; }
div#refinance_calculator label {
    color: #222;
    font-weight: 400;
}

select#closingCost {
width: 48%;
    margin: 1px 0;
    border-radius: 3px;
    padding: 3px 0px 1px 10px;
    height: auto;
}
#closingCost option b {
    font-weight: 800;
    font-size: .85px;
}
div#refinance_calculator textarea, select, 
.select-resize-ghost, .select2-container .select2-choice, 
.select2-container .select2-selection {
font-size: .8em;
    color: #1b1b1b;
    font-weight: 700;
    letter-spacing: .85px;
}
.calc-wrap-out button:hover {
    background: #212552;
}

div#titleSearch,div#lenderInsurance,div#mortgageRecordingFee,div#eRecordingFee,div#intTaxMtg,
div#floridaForm9Endorsment,div#docStampsMtg,div#surveyFee,div#lienSearch,div#eoendorsement {
        font-weight: 300;
    font-size: .95em;
    color: #191d27;
    padding: 4px 0;
}
label.titlePremHd b {
  font-size: 1em;
  font-weight: 800;
  color: #030a13;
}
label.titlePrem, #titlePremiumWEndorsement {
  font-size: .97em;
  font-weight: 800 !important;
  font-family: arial;
  opacity: 1 !important;
  color: #0b1625 !important;
  margin: 3px 0 0 0;
}
.pg-heading-wrap ul li {
    padding: 0;
    margin: 15px 15px -5px 15px;
    font-size: .9em;
    font-weight: 400;
}
small.copy-cred {
font-size: .75em;
    display: block;
    margin: -14px 0 0px 0px;
    color: #130d0d;
}
@media (max-width:992px) {
select#closingCost {
    width: 49%;
}
}
@media (max-width:767.98px) {
  body {
    overflow-x: clip;
    box-sizing: border-box;
    min-width: 100%;
    height: 100%;
}
section#hero_outer{
    height: auto;
}
ul.features-listed
 {
    position: relative; 
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 44%;
    margin: 14px 0;
    left: 32px;
}
.calc-wrap-out {
    width: 94%;
    margin: 30px auto;
}
.refi-calc-inner {
    width: 90%;
    flex-direction: column-reverse;
}
.calc-box-1 {
    padding: 42px 0 0 35px;
}
}
@media (max-width:576px) {
    ::placeholder {
    font-size: .65rem;
        padding-top: 0;
        opacity: .9;
        
}
    .pg-heading-wrap {padding: 0 0 0 13px;}
    .quote-modal-sub-txt {
    padding: 0 3px;
}
div#exampleModalCenter3 {
    padding-left: 0 !important;
}
    .refi-calc-inner {
    width: 100%;
            padding: 68px 0 0 0;
}

        div#refinance_calculator {
    padding: 3px 0px 20px 0px;
}
.refi-calc-inner h1 {
    font-size: 32px;
}
.net-sheet-inner .dec-line-6 {
    margin: 0 auto 5px auto;
}
input#loanAmount {
    margin: 0px 0 !important;
    padding: 0px 0 0 7px;
}
    .calc-box-1 {
    padding: 0 0 0 15px;
}
.refi-calc-head h5 {
    font-size: 13px;
}
    input#loanAmount {
    width: 48%;
    margin: 10px 0;
    padding: 0px 0 0 7px;
}
.calc-wrap-out button {
    top: 0px;
    left: -2px;
    height: 38px;
        font-size: 12px;
}
    select#closingCost {
width: 60% !important;
}
    label.titlePremHd b {
    font-size: .82em;
    line-height: 1.1;
    display: inline-block;
    font-weight: 400;
}
    label.titlePrem, #titlePremiumWEndorsement {
    margin: -1px 0 0 0;
}

.serv-box-sec-out {
    width: 100%;
    min-height: 500px;
    background: #ebf2f3;
    position: relative;
    z-index: 1;
    padding: 120px 0;
}
.serv-box-sec-in {
    display: flex;
    flex-direction: row;
    width: 96%;
    height: auto;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 auto;
}
	.popup-youtube {display:;
  width: 400px;height:
   ali 
300px;background:red;}
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}
.serv-box {
    display: flex;
    width: 31.3%;
    justify-content: center;
    text-align: center;
    margin: 5px;
    box-shadow: -0.1px -0.1px 6px #a3aead;
    border-radius: 15px;
    align-items: center;
    align-content: center;
    background-color: #fff;
    padding: 23px 23px;
    min-height: 235px;
}
.serv-icon {
    display: flex;
    align-self: start;
    margin: 4px 20px 11px 0;
    position: relative;
    top: 5px;
    /* background: #fff; */
    /* padding: 17px; */
    /* border-radius: 50%; */
    /* box-shadow: 1px 1px 1px #d5ebe6; */
    /* left: -2px; */
    /* width: 157px; */
    /* height: 60px; */
    /* filter: hue-rotate(957deg); */
    opacity: .2;
    justify-content: center;
}
.serv-icon img {
    width: 60px;
    /* background: #fff; */
    /* background-blend-mode: exclusion; */
    /* display: none; */
    /* opacity: .5; */
}
.serv-txt {
    text-align: center;
    display: flex;
}
.serv-txt h4 {
    margin: 0;
    font-weight: 600;
    font-size: 1.4rem;
    color: #407a85;
}
.serv-txt p {
    margin: 0 0 4px 0;
    font-weight: 300;
}
.serv-box:hover {
    box-shadow: 1px 2px 25px #2b4b58;
    position: relative;
    top: -2px;
    transition: 200ms ease;
}
.sect-two-outer {
    width: 100%;
    height: 100%;
position:relative;
  background:#E6F7F9;
}
.custom-shape-divider-top-1676428855 {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}
    .purecss-video-container {
  position: relative;
  width: 420px;
  max-width: 90%;
  height: 320px;
  cursor: pointer;
  border-radius: 10px;
  overflow: hidden;
}

.purecss-video-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.purecss-video-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.purecss-video-button svg {
  width: 24px;
  height: 24px;
  fill: #00796b;
}

#video-toggle {
  display: none;
}

.purecss-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

#video-toggle:checked + .purecss-modal-overlay {
  display: flex;
}

.purecss-modal-content {
  width: 90%;
  max-width: 640px;
  background: #000;
  border-radius: 10px;
  overflow: hidden;
}

.purecss-modal-content iframe {
  width: 100%;
  height: 360px;
}

.custom-shape-divider-top-1676428855 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 80px;
}

.custom-shape-divider-top-1676428855 .shape-fill {
    fill: #FFFFFF;
}
.sect-two-inner {
    width: 90%;
    margin: 65px auto;
}
.sect-two-inner img { width: 72px;
  display: block;
  margin: 0 auto;
  filter: contrast(62%);
  opacity: .6;}

.sect-three-inner {
  width: 100%;
  display: block;
padding: 92px 0 30px 0;
  margin: 0 auto;
  text-align: center;
}

.custom-shape-divider-bottom-1706064860 {
    position: absolute;
    bottom: 0;
    left: -94px;
    width: 108%;
    line-height: 0;
    top: 0;
}

.custom-shape-divider-bottom-1706064860 svg {
    position: relative;
    display: block;
    width: calc(101% + 1.3px);
    height: 92px;
    z-index: 1;
    top: -85px;
}

.custom-shape-divider-bottom-1706064860 .shape-fill {
    fill: #FFFFFF;
}
.custom-shape-divider-top-1706066319 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-top-1706066319 svg {
    position: relative;
    display: block;
    width: calc(101% + 1.3px);
    height: 92px;
}

.custom-shape-divider-top-1706066319 .shape-fill {
    fill: #FFFFFF;
}

.container {
  display: flex;
  align-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 100%;
  justify-content: space-around;
  position: relative;
  width: 100%;
}
.container section {
  width: 100%;
  height: 100vh;
  flex: 1;
  display: flex;
  text-align: center;
  position: relative;
  overflow: hidden;
  background-color: #000;
}
.container section:nth-child(1) .image {
  background-image: url(https://images.unsplash.com/photo-1463412855783-af97e375664b?iq=100&fm=jpg&w=1000);
}
.container section:nth-child(2) .image {
  background-image: url(https://images.unsplash.com/photo-1462819067004-905a72ea3996?iq=100&fm=jpg&w=1000);
}
.container section:nth-child(3) .image {
  background-image: url(https://images.unsplash.com/photo-1461770354136-8f58567b617a?iq=100&fm=jpg&w=1000);
}
.container section:nth-child(4) .image {
  background-image: url(https://images.unsplash.com/photo-1461080639469-66d73688fb21?iq=100&fm=jpg&w=1000);
}
.container section:nth-child(5) .image {
  background-image: url(https://images.unsplash.com/photo-1460804198264-011ca89eaa43?iq=100&fm=jpg&w=1000);
}
.container section:nth-child(6) .image {
  background-image: url(https://images.unsplash.com/photo-1463123081488-789f998ac9c4?iq=100&fm=jpg&w=1000);
}
.container section .image {
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 500;
  opacity: 0.4;
}
.container section .stuff {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 100%;
  width: 100%;
  max-width: 70%;
  justify-content: center;
  text-align: center;
  z-index: 1000;
  color: #e67e22;
  margin: 0 auto;
  font-size: 26px;
  position: relative;
}
.container section .stuff h2 {
  margin: 0px;
}
.container section .stuff:before, .container section .stuff:after {
  width: 100%;
  height: 1px;
  display: block;
  background-color: #d35400;
  content: "";
  margin: 30px 0;
}

.testi_sec_outer__1 {
  width: 100%;
  height: 100%;
  min-height: 300px;
  background: greenyellow;
}
.testi__sec__inner__1 {
  padding: 50px 0;
width: 85%;
  margin:0 auto;
  overflow: hidden;
}

.testi--item h6 {
  margin: -8px 2px !important;
  padding: 0;
  font-size: 13px;
  font-weight: 600;
}

.sect__4__out {
height: 500px;
	background: blue;
	width: 100%;
	
}
.sect__4__in {
display:flex;
	width:90%;
}
.box__1 {
  flex: .8;
}
.box__2 {
  flex: 1.1;
}
.custom-shape-divider-bottom-1677205769 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1677205769 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 410px;
    transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1677205769 .shape-fill {
    fill: #FFFFFF;
}
@media (max-width: 600px) {
	.site-container {
    padding: 7px 25px 0;
}
	.site-branding a.brand img.svg-logo-image {
    width: 250px;
}
	.site-branding a.brand img {
    max-width: 261px;
    opacity: .97;
}
#demos {
    height: auto;
}

	.cont-box-out {position: relative;}
	    .cont-box-in {
      position: relative;
      z-index: 2;
      flex-direction: column;
      width: 86%;
      margin: 0 auto 0px auto;
      padding: 147px 0;
    }
	.cont-box-1 h1{font-size:2.01rem;}
  .cont-box-1 p {
  padding: 7px 8px 3px 3px;
  width: 100%;
}
 ul.features-listed {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 98%;
    margin: 9px 0 6px 0;
    left: 0;
  }
  ul.features-listed li {
  flex: auto;
  width: 89%;
  flex-basis: 60%;
  list-style: none;
  text-indent: 0px;
  position: relative;
  left: 0;
  color: #fff;
  margin: 6px 0 0 7px;
  font-size: .9rem;
}
	.cont-box-2 {
    flex: 1;
    width: 100%;
}
	.ch_box {
    width: 96%;
    margin: 10px 4px; 
}
.sect-three-inner p {
  font-size: 1.2rem;
  padding: 0px 0 20px 0px;
  width: 79%;
  margin: 0 auto;
}
.block_2_inner {
  flex-direction: column;
  width: 83%;
  margin: 0 auto 50px auto;
  height: 100vh;
}
	.serv-box-sec-in {
    display: flex;
    flex-direction: column;
    width: 96%;
}
	.serv-box {
   
    width: 98%;    
    margin: 5px;
}
.bene-in {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 15px auto;
  width: 80%;
  max-width: 90%;
}
section.bene-out p {
  width: 84%;
}
.bene-box-1 {
  padding: 0 17px 0 0px;
}
}
@media (max-width: 400px) {
  .modal-container #modal-toggle.active ~ .modal-content, .modal-container #modal-toggle:checked ~ .modal-content,
  .modal-container #modal-toggle-2.active ~ .modal-content, .modal-container #modal-toggle-2:checked ~ .modal-content,
  .modal-container #modal-toggle-3.active ~ .modal-content, .modal-container #modal-toggle-3:checked ~ .modal-content,
  .modal-container #modal-toggle-4.active ~ .modal-content, .modal-container #modal-toggle-4:checked ~ .modal-content{
    left: 0;
  }
}