
  @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, article, h1, h2, h3, h4, h5, h6, button {
  font-family: "lora", serif;
  line-height: 1.6;
}
p, small {
    font-family: "montserrat", san-serif !important;
    line-height: 1.6;
}
h2 {font-weight:600;}
 ::-webkit-scrollbar {
  width: 14px;
  height: 11px;
}
.modal-content-3::-webkit-scrollbar {
  width: 2px;
}
.modal-content-3::-webkit-scrollbar-thumb {
  background: teal;
  border-radius: 17px;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  -ms-border-radius: 17px;
  -o-border-radius: 17px;
}
.modal-content-3.modal-quote::-webkit-scrollbar{
width: 4px;
}
.modal-content-3.modal-quote::-webkit-scrollbar-thumb{}
::-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 #212121;
    padding: .6rem 65px .6rem 49px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    border-radius: 0;
    height: 135px;
    background: rgb(34 47 55 / 60%);backdrop-filter: blur(1px);}
    .desktop-navbar .logo {  display: flex; align-items: center; }
    .logo-img {width: 295px;
  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: 60px;align-items:center;padding: 5px 0 0 0;}
    .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;
    margin: 3px 0 0 0;
}
.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.4s;
  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: #beffea; color:teal; }
    .mobile-header { display: none;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  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.8s cubic-bezier(.4,2,.6,1);*/
  margin: 109px 0 0 0;
  background: rgba(9, 35, 50, 0.98);
  color: #fff;
  border-radius: 0; 
  padding: 25px 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 .menu-item:nth-of-type(7) { animation-delay: 0.74s; }
    .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;
}
.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: 810px) {
     .desktop-navbar { display: none; } .mobile-header { display: flex; box-shadow: 1px 1px 7px rgba(0, 0, 0, .05);}
          /*.desktop-navbar { display: none; }*/
      /*.mobile-header { display: flex; }*/
      .mobile-menu { display: none; }
      .mobile-menu.menu-open { display: flex; height: 100vh;
        overflow: auto;}
        .
      .page-content-area { padding-top: 80px; }
      .itemb {height:100%; }
      .logo-img{
    width: 223px;
    filter: brightness(103%);
    margin: 4px 0 0 8px;
}
 }
 
    @media (min-width: 811px) {
      .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: 39px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #279c9c;
    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: #157678;
        }
        #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; }
 
section#hero_outer {
    margin: 0;
    padding: 0;
    position: relative;
    min-height: 600px;
    height: 119vh;
}
.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: radial-gradient(rgb(41 52 62), rgb(32 52 59 / 82%)), url(gpt1.jpg);*/
     background: radial-gradient(rgb(31 33 42), rgb(20 47 56 / 87%)), url(); 
    background-size: cover;
    background-position: bottom;
}
/*.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: 103%;
          overflow: clip;      
      }
.cont-box-in {
    position: relative !important;
    z-index: 2;
    padding: 0 58px;
    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: #057a7a;
   /*background-color: #1f5d5d;*/
  color: #ecf1f1;
  padding: 1px 11px 2px 10px;
  border-radius: 0px;
}
.cont-box-in h1 {
    font-size: 3.7em;
    text-align: left;
    font-size: 3.7rem;
    line-height: 1.3em;
    color: #fffdfd;
    margin: 0 0 10px 0;
    display: initial;
    font-weight: 500;
    position: relative;
    box-shadow: inset 0 -0.3em 0 rgb(38 57 60);
}
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: 8px 0px 6px 8px;
    width: 75%;
    text-align: left;
    margin: 0;
    font-weight: 300;
    color: #e3e5e6;
    color: #f2f2f2;
}

ul.features-listed {
    display: flex;
    padding: 8px 5px;
    list-style: none;
    gap: 6px 0;
    justify-content: center;
    width: 41%;
    flex-wrap: wrap;
    position: absolute;
}
svg.chk-ul-feat {
  color: teal;
    width: 19px;
    fill: #18afae;
    position: relative;
    top: 5px;
    left: 2px;
    margin: 0 1px 0 0;  
}
ul.features-listed li {
  flex: auto;
  width: calc(48% - 0.5rem);
  text-indent: 0px;
  position: relative;
  left: 0;
  color: #fff;
  margin-left: 0;
  font-size: .83rem;
  box-sizing: border-box;
  font-family: 'Montserrat';
  letter-spacing: 0.25px;
  font-weight: 300;
}
ul.features-listed li span {padding-right: 2px;}

.cont-box-2 {
  flex: .6;
 
  padding: 0 0px 0 0;
}
.cont-box-2 img {
    filter: brightness(59%);
    border-radius: 32%;
    position: absolute;
    left: 655px;
    top: -19px;
    width: 60%;
    height: 750px;
    z-index: -1;
    border-bottom-left-radius: 50%;
    border-top-left-radius: 50%;
}

.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_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);
}
.modal-content-3.modal-quote {
    max-width: 38%;
    margin: 128px 0 0 0;
    overflow: scroll;
    max-height: 75vh;
}
/* 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;
}
.modal-quote{transform: translateY(12%);max-width: 67%; }
.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;
}
.call-loc-out {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin: 5px 0 23px 0;
}
.call-loc-out a {
    color: #fff !important
    ;
    font-weight: 600;
    font-size: 1.1rem;
    letter-spacing: .5px;
}
span.close.close-icn {
    position: absolute;
    top: 7px;
    right: 5px;
    padding: 3px 8px;
    border-radius: 50%;
    line-height: 0.8;
    color: teal;
    font-weight: 400;
    font-size: 2.5rem;
    transition: .3s all ease;
    opacity: .9;
    cursor: pointer;
    background: #f9f9f9;
}
        
        form#quoteForm h2{
    font-size: 1.3rem;
    margin: 0;
}
    form#quoteForm label {
      display: block;
      margin-top: .9rem;
    }
    form#quoteForm input[type="text"], select {
    width: 100%;
    padding: 0 0.5rem;
    margin-top: 0.23rem;
    border: 1px solid #ccc;
    border-radius: 4px;
}
    form#quoteForm .checkbox-group {
      margin-top: 1rem;
    }
    form#quoteForm .checkbox-group label {
      display: block;
      margin: 0.5rem 0;
    }
    form#quoteForm small {
    font-size: .8rem;
    color: #273434;
    display: block;
    margin: 0 0 1px 1px;
}
    button.qt-btn {
      margin-top: 1.5rem;
      background-color: #0055aa;
      color: white;
      border: none;
      padding: 0.75rem 1.5rem;
      border-radius: 5px;
      font-size: 1rem;
      cursor: pointer;
    }
    .checkbox-group {
    margin-top: .5rem;
}
.checkbox-group strong {
    font-size: .85em;
    margin: 0;
}
.checkbox-group label {
    display: block;
    margin: 0.5rem 0;
    font-size: .8em;
}
    #quoteApp h2 {
    font-size: 1.3em;
    text-align: center;
}
#quoteApp table {
    margin-top: 0.5rem;
    width: 100%;
    border-collapse: collapse;
    background: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
div#calculator, table tbody {
    display: block;
    flex-wrap: wrap;
    justify-content: unset;
    width: 100%;
    margin: 0 auto;
}
#quoteApp th, td {
    padding: 4px 0.75rem;
    border: 1px solid #ddd;
    font-size: 12px;
}
#quoteApp th {
    background-color: #f0f0f0;
    text-align: left;
    font-size: .94rem;
}

    #backBtn {
      background-color: #777;
      margin-top: 0rem;
    }
.location-container {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
}
  .loc-hd-bx {
    text-align: center;
    margin: 0 auto -6px auto;
    width: 91%;
    padding: 0;
}
.loc-hd-bx h2 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
    font-family: lora;
    /* width: 60%; */
    display: none;
}

.loc-hd-bx p {
    font-size: 1.2rem;
    color: #1c232e;
    max-width: 600px;
    text-align: center;
    margin: 0 auto 14px auto;
    font-family: lora;
}

.location-box {
    text-align: center;
    margin: 0;
    padding: 0;
}
.location-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0px;
    color: #1e293b;
}

    .hours {
      font-size: 0.95rem;
      color: #64748b;
      margin-bottom: 10px;
    }

.call-button {
    text-decoration: none;
    padding: 8px 18px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 1.5rem;
    background-color: cadetblue;
    color: #fffdfd;
    transition: all 0.3s ease;
    box-shadow: 0 4px 16px #9eaaab;
    display: flex
;
    align-items: center;
    justify-content: center;
    min-width: 220px;
    /* border: 1px solid #555; */
}

    .call-button:hover {
      background-position: right center;
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
      transform: translateY(-2px);
    }

    @media (max-width: 600px) {
      .location-container {
        flex-direction: column;
        gap: 16px;
      }
    }
    
.modal14-content {
 padding-top: 0px;
    min-height: 410px;
    max-width: 100%;
    margin: 0 0 0 0;
}

.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%;
    position: relative;
    top: 20px;
}
/*--- About Section ------------------------------------*/
.abt--outer {
    /*background: #f9fcff;*/
    padding: 34px 0 0 0;
    /*background: #f8feff;*/
}
.abt--inner {
    height: 100%;
    max-width: 1200px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 87%;
    padding-bottom: 45px;
}
.abt-box-1 {
    flex: 1;
    padding: 0 100px 0 0;
}
.abt-box-1 h2 {
    color: teal;
    font-size: 3rem;
    line-height: 1.24;
    padding: 0 0 8px 0;
}
.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.pexels.com/photos/8293700/pexels-photo-8293700.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2);
    max-width: 496px;
    position: relative;
    background-size: cover;
    height: 330px;
    border-radius: 5px;
    /*box-shadow: -3px 10px 14px #a6a4a4;*/
   margin: 17px 0; 
}
img.hm-abt-img-1 {
    position: absolute;
    bottom: -172px;
    width: 48.5%;
    left: 1px;
    z-index: 1;
    opacity: .8 !important;
    border-radius: 7px;
}
img.hm-abt-img-2 {
    position: absolute;
    bottom: -172px;
    width: 48.5%;
    z-index: 1;
    right: 1px;
    opacity: .78 !important;
    border-radius: 7px;
}
.cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}
.card {
    background: white;
    border-radius: 1rem;
    overflow: hidden;
    /* transition: transform 0.3s ease; */
    box-shadow: 0 2px 25px rgba(58, 86, 82, 0.05);
}

  
    .card-content {
      padding: 1.5rem 1.5rem 0 1.5rem;
    }
  .card-content h4 {
    margin: 0 0 0.5rem;
    font-size: 1.25rem;
    color: #2e7c7f;
    text-align: left;
    line-height: 1.4;
}
    .card-content p {
      font-size: 0.95rem;
      color: #4b5563;
      margin: 0;
      text-align: left !important;
    }
.dec-sec-outer {
    background: url(big43.jpg);
    height: 70vh;
    /*width: 89%;*/
    margin: 0px auto 35px auto;
    padding: 77px 110px;
    background-size: cover;
    background-position: center 100%;
    /*border-radius: 47px;*/
    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);
    z-index: 99;
}

 .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: 500;*/
    margin: 0;
    padding: 0;
    font-size: 3em;
    background: -webkit-linear-gradient(#198585, #0c8989);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /*font-size: 50px;*/
    width: 76%;
    margin: 0 auto;
    line-height: 1.4;
}
.sect-three-inner p {
    font-size: 1.3rem;
   color: #575757;
    margin: 0;
    padding: 5px 0 9px 0px;
    /*color: #aaa9a9;*/
}
.sect-three-inner h2 b {font-weight:700;}
.sect-three-inner img {
    filter: grayscale(28%);
    opacity: .45 !important;
    width: 50%;
    margin: 15px 0;
}
section.bene-out {
    min-height: 250px;
    padding: 25px 0 0px 0;
    background: #fdfdfd;
}
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: 3.25rem;
    color: teal;
}
section.bene-out p {
    width: 52%;
    font-weight: 400;
    text-align: center;
    margin: 0 auto;
    font-size: 1.07rem;
    color: #2b2a2a;
}
.services-outer {
  background:
#fff;
  width: 100%;
  height: auto;
  padding:
3px 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: teal;
  font-size: 3.25rem;
}
.services-outer > p {
text-align: center;
    width: 60%;
    margin: 5px auto;
    font-size: 1.07rem;
    color: #2b2a2a;
}
.services-grid {
  display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 1rem;
      padding: 1rem 1rem;
      max-width: 1140px;
      margin: 25px auto 48px 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: .028;
  position: absolute;
  right: 38px;
  /*display:none;*/
}

.service h3 {
  margin: 0.5rem 0;
  font-size: 1.275rem;
  color: #00796b;
}

.service p {
  font-size: 0.95rem;
}
.cd-section {
/*background: #f6f9fa;*/
    padding: 2px 75px 5px 75px;
    margin: 0 0 53px 0;
}
.cd-section h2 {
   color: teal;
    font-size: 3.25rem;
    text-align: center;
    padding: 5px 0 0px 0; 

}
.cd-section p {
    text-align: center;
    padding: 0px 0 25px 0;}
@media (max-width: 600px) {
    .mobile-adj {padding-left:10px;}
    .ch_boxes_in {
    padding: 8px 0 0 0px;
}
.ch_boxes_out {justify-content:center;}
.ch_box {
    margin: 10px 15px 10px 0;
    width: 98%;
}

.cont-box-in small {
    margin: 0 0 1px 11px;
}
.cont-box-1 h1 {
            font-size: 2rem;
            margin: 0 0 0 12px;
            display: block;
        }
    .cont-box-1 p {
        padding: 4px 0px 3px 15px;
        width: 95%;
    }
.sect-three-inner h2 {
    font-size: 2.1em;
    width: 92%;
    line-height: 1.4;
    padding: 0 10px;
    margin-bottom: 15px;
}
.sect-three-inner h2 br {
display: none;
}
.sect-three-inner p {
    font-size: 1.12rem;
    padding: 0 20px;
}
.sect-three-inner img {
    filter: grayscale(28%);
    opacity: .45 !important;
    width: 75%;
    margin: 25px 0 0 0;
}
.abt--inner {
    width: 80%;
    padding-bottom: 28px;
    flex-direction: column;
}
.abt-box-1 {
    flex: 1;
    padding: 0 2px 0 0;
}
.abt-box-1 h2 {
    font-size: 1.85rem;
    line-height: 1.4;
    padding: 0 0 10px 0;
}
.abt-box-1 h2 br {
 didplay:none;
}
.abt-box-1 p {
    width: 100%;
}
   .cd-section {
    max-width: 80%;
    margin: 0 auto;
   
}

.cd-section h2 {
    font-size: 2rem;
    line-height: 1.2;
margin: 0 0 10px 0;
}
.cd-section p {
    width: 95%;
}

section.bene-out p {
    width: 76%;
}
.secur-sec {
font-size: 2.1em !important;
    line-height: 1.5;
}

.services-outer {
    padding: 0px 0 0 0;
}
.services-outer h2 {
    font-size: 2.1rem;
}
.services-outer > p {
    width: 78%;  
}
    .services-grid {
        padding: 1rem 2rem;
    }
    .cd-section {
        max-width: 100%;
    }
.cd-section {
    padding: 35px 20px 45px 20px;
}

faq-sec-0 {padding: 0rem 0rem 4.5rem 0 !important; }
.faq-sub {width:90%;margin:0 auto;}
.dec-sec-inner div {
    width: 65%;
    left: 50px;
}
.dec-sec-outer {
    padding: 105px 0px;
    
}
.dec-sec-inner div h2 {
    font-size: 1.4rem;
}
  .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: 86%;
    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-box-2 {
    
    padding: 0 20px 0 21px;
}
.bene-box-3 {
    padding: 0 20px 0 0px;
    flex: 1;
}

.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:#3a9489;
    /* stroke: #fff; */
}
.bene-item span {
    margin: 4px 0 0 5px;
    display: inline-block;
    /*text-transform: capitalize;*/
    font-family: 'Montserrat';
}
 /* Container styling */
    #audio-popup {
      position: fixed;
      bottom: 20px;
      left: 20px;
      width: 320px;
      max-width: 90%;
      background: #f8f9fa;
      border: 2px solid #4a4a4a;
      border-radius: 12px;
      box-shadow: 0 10px 20px rgba(0,0,0,0.2);
      padding: 16px;
      font-family: 'Segoe UI', sans-serif;
      z-index: 9999;
      display: none;
      animation: fadeInUp 0.5s ease forwards;
    }

    @keyframes fadeInUp {
      from {
        opacity: 0;
        transform: translateY(40px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    /* Close button */
    #close-popup {
      position: absolute;
      top: -2px;
      right: 10px;
      font-size: 26px;
      cursor: pointer;
      color: #333;
    }

    /* Title styling */
    .popup-title {
      font-weight: bold;
      font-size: 14.5px;
      margin-bottom: 10px;
      color: #2c3e50;
    }

    audio {
      width: 100%;
      outline: none;
    }
    @media (max-width: 600px) {
  #audio-popup {
    width: 70%;
    left: 5%;
    bottom: 12px;
    padding: 14px;
    font-size: 14px;
  }

  .popup-title {
    font-size: 15px;
  }

  #close-popup {
    top: 6px;
    right: -10px;
    font-size: 30px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    background: rgba(255, 255, 255, 0.15);
  }

  #close-popup:hover {
    background: rgba(255, 255, 255, 0.3);
  }

  audio {
    width: 100%;
  }
}
section.under-out {
    width: 100%;
    margin: 0;
    padding: 0;
}
.under-in {
    padding: 42px 0 0 0;
}
.under-out > .under-in > h2 {
    text-align: center !important;
    font-size: 3.2rem;
    padding: 0 0 5px 0;
}

.under-in > p {
  text-align: center;
  width: 61%;
  margin: 0 auto;
}
.img-set-in {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-content: center;
    padding: 8px 0 17px 35px;
    width: 49%;
    margin: 0 auto;
}
.img-set-in span {
    padding: 0 8px;
    align-items: center;
    display: flex;
}
.img-set-in span img {
    padding: 0px 0px;
    width: 80%;
    margin: -15px 0;
    opacity: .7;
    filter: grayscale(30%);
}
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;
}

.who-serve-outer {
    padding: 0px 0 70px 0;
    background-color: transparent;
    /*background: #578a8a;*/
}
.heading-5 {
    text-align: center;
    margin: 0px auto 0px auto;
    padding: 0;
    color: teal;
    font-size: 3.25rem;
}  
.sub-heading-5 {
    width: 55%;
    text-align: center;
    margin: 2px auto 28px auto;
    font-size: 1.07rem;
    color: #2b2a2a;
}

.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;
    height: 134px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    max-width: 218px;
    width: 171px;
    transition: .2s all ease;
    box-shadow: 0 2px 25px rgba(58, 86, 82, 0.05);
    /*box-shadow: 0 2px 25px rgb(191 191 191 / 25%);*/
    position: relative;
}
.who-serve-grid .item:last-child {border-right:none;}
.who-serve-grid .item:hover {
    box-shadow: 0px 9px 40px #e6e4e4;
     position: relative; 
     bottom: 4px; 
    cursor: pointer;
    background: #fff;
    bottom: 4px;
}
.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) {
            img.t-shield {
  display:none;
}
                   span.ft-item {
    display: inline-block;
        /*width: 78%;*/
        /* background: red; */
        position: relative;
        /*top: 12px;*/
        padding: 0 0 6px 4px;
}
            .modal-content-3 {
position: relative;
  z-index: 10093;
}
            .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;
    margin-bottom: 25px;
}
      .testimoni-in {
       padding: 35px 0 65px 0;
    }
      .testimoni-in h2 {
        margin: 0 0 0px 0;
    text-align: center;
    font-size: 2.75rem;
    color: #070707;
    }
   .testimoni-in p {
text-align: center;
    padding: 0 0 16px 0;
    }
.video-section-01 {
    padding: 7px 20px 75px;
    /* background: #f2f7f6; */
}
.video-container-01 {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    max-width: 90%;
    margin: 0 auto;
    width: 87%;
}
.video-text-01 {
    flex: 1 1 446px;
    padding: 0px 40px 0 0;
}
.video-heading-01 {
    font-size: 2rem;
    margin-bottom: 8px;
    color: teal;
    line-height: 1.4;
}
.video-subheading-01 {
    font-size: 1rem;
    color: #666;
}
.video-preview-01 {
    position: relative;
    flex: 1 1 460px;
    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: rgb(38 39 39 / 40%);
    border-radius: 8px;
}
.play-button-01 {
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(2, 2, 2, .65);
    color: #fff;
    font-size: 2.5rem;
    width: 63px;
    height: 64px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    transition: transform 0.3s ease;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 0 0 9px;
    backdrop-filter: blur(3px);
}
.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: -1px;
  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;
    line-height:3em;
}
#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);
}
.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 screen and (min-width: 1600px) {
  /* Large screens: 1600px and up */
  section#hero_outer {
    height: 95vh;
}
}

@media (max-width:992px) {
/*   section#hero_outer {*/
/*    height: 56vh; */
/*}*/
/*.itemb {*/
/*    height: 56vh;*/
/*}*/
.cont-box-in h1 {
    font-size: 2.2rem;
} 
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: 100vh;
}
ul.features-listed {
        display: flex;
        padding: 6px 5px;
        list-style: none;
        gap: 7px 0;
        justify-content: center;
        width: 107%;
        flex-wrap: wrap;
        position: relative;
    }
ul.features-listed li {
  flex: auto;
  width: calc(48% - 0.5rem);
  text-indent: 0px;
  position: relative;
  left: 0;
  color: #fff;
  margin-left: 0;
  font-size: .83rem;
  box-sizing: border-box;
  font-family: 'Montserrat';
  letter-spacing: 0.25px;
  font-weight: 300;
}
.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) {
        .heading-5 {
    font-size: 2rem
}
.sub-heading-5 {
    width: 81%
}

      .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: 25px 20px;
    }
 .testimoni-in h2 {
        margin: 0 0 8px 0;
        font-size: 2.75rem;
        line-height: 1.3;
    }


.video-section-01 {
  padding: 15px 20px;
  background: #f2f7f6;
}

.video-text-01 {
  flex: 1 1 400px;
  padding: 12px 0;
}
.video-heading-01 {
  font-size: 2rem;
  margin-bottom: 10px;
  font-weight:600;
}
.video-subheading-01 {
  font-size: 1rem;
  color: #666;
}
.video-preview-01 {
        position: relative;
        flex: 1 1 auto;
width:100%;
    }

.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: 1rem;
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: transform 0.3s ease;
  z-index: 2;
}
.play-icon {font-size: 2rem;width:auto; height:auto;display:block;opacity:.8;padding:0;margin:0;}
.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;
}


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;
}

.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;
        
}
.under-in h2 {
    text-align: center !important;
    font-size: 2rem !important;
}

.under-in p {
  text-align: center;
  width: 90%;
  margin: 0 auto;
}
    .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: 35px 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;
}




.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;
}
.abt--outer {
    padding: 0px 0 0 0;
}
.who-serve-outer {
    padding: 10px 0 30px 0;
}
.serving-sun {
    margin: 235px 0 0 0;
}
.serving-sun h2 {
   font-size: 1.9rem !important;
    margin-bottom: 10px;
    line-height: 1.4;
}

.faq-sec-0 {padding-right:0 !important;}
.faq-wrap {
        flex-direction: column;
        width: 94%;
   
        margin: 0 auto;
    }
    
img.hm-abt-img-1

 {

     bottom: -127px; 
 
}
img.hm-abt-img-2

 {

     bottom: -200px; 
 
}
.serving-sun p  {
   width: 90% !important;
}
p.tp-security, .sub-tp-security {width:95% !important;}
.tp-security-box {
    background: transparent !important;
    box-shadow: none !important;  
    width: 100% !important;
}
.tp-security-box-ul {
    padding-left: 0 !important;
}
.tp-security-box-ul li {
    padding: 10px 0;
    color:#000;
}
.img-set-in {
    padding: 8px 0 17px 3px;
    width: 85%;
    margin: 5px auto 0 auto;
}
.mobile-list {
 gap: 2px !important;
    width: 90% !important;   
}
.bene-box-1,
.bene-box-2,
.bene-box-3 {
    flex: 1;
    padding: 0 20px 0 20px !important;
}
.bene-item {padding-left: 0px !important;
    width: 100%;}
#demos {
    height: auto;
}
.video-container-01 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom:40px;
}
.heading-why-us, .heading-true {font-size:2.2rem !important;line-height:1.4;}
 span.ft-item {
    display: inline-block;
        width: 78%;
        /* background: red; */
        position: relative;
        top: 14px;
        padding: 0 0 6px 4px;
}

	.cont-box-out {position: relative;}
	    .cont-box-in {
      position: relative;
      z-index: 2;
      flex-direction: column;
      width: 91%;
      margin: 0 auto 0px auto;
      padding: 165px 0px;
    }
	.cont-box-1 h1{font-size:2.2rem;box-shadow:none;}
  .cont-box-1 p {
  /*padding: 7px 8px 3px 12px;*/
  width: 100%;
  margin-bottom:-4px;
}

ul.features-list {
margin-bottom: 15px;
}


.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: 90%;
  max-width: 90%;
}
section.bene-out p {
  width: 84%;
}

section.bene-out h2 {
    font-size: 2rem;
}
section.bene-out p {
    width: 76%;
}

.services-outer {
    padding: 0px 0 0 0;
}
.services-outer h2 {
    font-size: 2.1rem;
}
.services-outer > p {
    width: 78%;  
}
    .services-grid {
        padding: 1rem 2rem;
    }
    .cd-section {
        max-width: 100%;
    }
.cd-section {
    padding: 35px 20px 45px 20px;
}
faq-sec-0 {padding: 0rem 0rem 4.5rem 0 !important; }
.faq-sub {width:90%;margin:0 auto;}
}
@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;
  }
}