















/* 1b. Colors */






/* 1c. Font */




/* 1d. Typography */
















































/* 1e. Buttons */

/* Primary Button  */







/* Primary Button hover  */






/* Secondary Button  */









/* Secondary Button hover  */






/* 1f. Forms */










/* 1g. Tables */














/* 1i. Website header */

/* Website main header */








/* 1h. Website footer */









:root{
  --primary_color:#1C2D18;
  --secondary_color:#98CA3E;
  --body_color:#1C2D18;
  --tertiary_color:#FCFAF4;
  --quaternary_color:#294822;
  --quinary_color:#1E2F1A;
  --white_color:#FFFFFF;
  --primary_font:Montserrat;
  --secondary_font:Open Sans;
  --body_font:Open Sans;
}





.content-wrapper {
  max-width: 1186px;
  margin:0 auto;
  padding: 0 15px;
}
.content-wrapper-small {
  max-width: 959px;
  margin:0 auto;
  padding: 0 15px;
}
.custom-wrapper{
  margin:0 auto;
  padding: 0 15px;
}





html {
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body {
  font-weight: 400; text-decoration: none; font-family: 'Open Sans', serif; font-style: normal;
  color:#1C2D18;
  font-size: 20px;
  line-height:1.2;
  max-width:100%;
  background-color:#fff;
  overflow-x:hidden;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
  position:relative;
}

/* Paragraphs */

p,
.p{
  font-weight: 400; text-decoration: none; font-family: 'Open Sans', serif; font-style: normal;
  font-size: 20px;
  line-height:1.3;
  color:#1C2D18;
}

/* Anchors */
.body-wrapper a,
.body-container-wrapper a {
  color: #98CA3E;font-size: 18px;font-weight: 700; font-family: 'Open Sans', serif;;
  color:#98CA3E;
  transition:all 0.35s;
  text-decoration:none;
}
.body-wrapper a:hover,
.body-container-wrapper a:hover{
  color:var(--secondary_color);
}

/* Headings */

h1,
.h1{
  font-weight: 900; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  color: #1C2D18;
  font-size: 70px;
  text-transform: none;
  line-height:1.11;
  letter-spacing:0;
}

h2,
.h2 {
  font-weight: 800; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  color: #1C2D18;
  font-size: 55px;
  text-transform: none;
  line-height:0.83; 
  letter-spacing:0;
}

h3,
.h3 {
  font-weight: 700; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  color: #1C2D18;
  font-size: 40px;
  text-transform: none;
  line-height:1.15;
  letter-spacing:0;
}

h4,
.h4 {
  font-weight: 600; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  color: #1C2D18;
  font-size: 30px;
  text-transform: none;
  line-height:1.53;
  letter-spacing:1.5px;
}

h5,
.h5 {
  font-weight: 400; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  color: #98CA3E;
  font-size: 22px;
  text-transform: none;
  line-height:1.36;
  letter-spacing:0;
}

h6,
.h6 {
  font-weight: 400; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  color: #1C2D18;
  font-size: 15px;
  text-transform: none;
  line-height:1.46;
  letter-spacing:0;
}

h2 big,
.h2 big {
  font-size: 60px;
}
h4 small,
.h4 small {
  font-size: 25px;
}
h5 small,
.h5 small{
  font-size: 18px;
}
p big,
.p big{
  font-size: 23px;
}
h6 big,
.h6 big{
  font-size: 16px;
}


@media(max-width:1024px){
  h1,
  .h1{
    font-size: 60px;
  }
  h2 small,
  h2 big,
  h2,
  .h2 small,
  .h2 big,
  .h2{
    font-size:47px;
  }
  h3 small,
  h3 big,
  h3,
  .h3 small,
  .h3 big,
  .h3{
    font-size:36px;
  }
  h4 small,
  h4 big,
  h4,
  .h4 small,
  .h4 big,
  .h4{
    font-size:25px;
  }
  h5 small,
  h5 big,
  h5,
  .h5 small,
  .h5 big,
  .h5{
    font-size:22px;
  }
  h6 big,
  .h6 big{
    font-size: 16px;
  }
}

@media(max-width:767px){
  h1,
  .h1{
    font-size: 50px;
  }
  h2 small,
  h2 big,
  h2,
  .h2 small,
  .h2 big,
  .h2{
    font-size:39px;
  }
  h3 small,
  h3 big,
  h3,
  .h3 small,
  .h3 big,
  .h3{
    font-size:30px;
  }
  h4 small,
  h4 big,
  h4,
  .h4 small,
  .h4 big,
  .h4{
    font-size:20px;
  }
  h5 big,
  h5,
  .h5 big,
  .h5{
    font-size:18px;
  }
  h5 small,
  .h5 small{
    font-size:16px;
  }
  h6 small,
  h6 big,
  h6,
  .h6 small,
  .h6 big,
  .h6{
    font-size:15px;
  }
  p,
  .p{
    font-size: 18px;
  }
}
mark {
  background-color:var(--primary_color);
  color: #FFF;
}
.body-container-wrapper ul.no_arrow,
.body-container-wrapper ul{
  margin:0;
  padding:0;
}
.body-container-wrapper li{
  font-weight: normal; text-decoration: none; font-family: 'Open Sans', serif; font-style: normal;
  font-size: 18px;
  color:var(--body_color,#FFFFFF);
  line-height:2.22;
  margin-bottom: 20px;
  position:relative;
}
.body-container-wrapper ul.no_arrow li{
  list-style:none;
}
.body-container-wrapper ul:not(.no_arrow) li{
  list-style:none;
}

.body-container-wrapper ul:not(.no_arrow) li:not(.hs-menu-item):before{
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  border-radius:100%;
  background-color:transparent;
  border:3px solid var(--secondary_color);
  width: 15px;
  height: 15px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.body-container-wrapper ul.hs-search-results__listing li,
.body-container-wrapper form ul li,
.body-container-wrapper ul.no-list li{
  list-style:none;
  padding-left:0px;
}
.body-container-wrapper ul.hs-search-results__listing li:before,
.body-container-wrapper form ul li:before,
.body-container-wrapper ul.no-list li:before{
  content:none !important;
}
/* Blockquote */

blockquote {
  font-weight: normal; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  font-size: 32px;
  color:var(--body_color,#1C2D18);
  text-align:center;
}






form,
.submitted-message {
  font-weight: 400; text-decoration: none; font-family: 'Open Sans', serif; font-style: normal;
  font-size: 20px;
}
.submitted-message {
  color: var(--secondary_color);
  font-weight: 600;
  text-align: center;
}
.form-title {
  color: #1C2D18;
  margin:0;
}

form label {
  font-weight: 600; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  color: #1C2D18;
  font-size: 15px;
  display: block;
  margin-bottom:15px;
}

@media(max-width:767px){
  form label {
    font-size: 13px;
  }
}

form legend {
  font-weight: 600; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  font-size: 15px;
  color: #1C2D18;
}
form .hs-form-field{
  position:relative;
}
.hs-form-required {
  color:#1C2D18;
}
.hs-input.invalid.error {
  border-color: #1C2D18;
}
.hs_error_rollup{
  display:none;
}
ul.no-list.hs-error-msgs.inputs-list{
  position:absolute;
  left:0;
  right:0;
}
ul.no-list.hs-error-msgs.inputs-list li{
  margin:5px 0;
}
ul.no-list.hs-error-msgs.inputs-list label,
.hs-error-msg {
  font-weight: 600; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  font-size: 15px;
  color: #1C2D18;
  margin-top: 5px;
  text-align:left;
  line-height:1;
}


form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  font-weight: 600; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  font-size: 18px;
  border: 1px solid #FFFFFF;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #1C2D18 !important;
  border-radius: 0px;
  display: inline-block;
  width: 100% !important;
  padding:15px 25px;
}
::placeholder {
  color: #1C2D18 !important;
  opacity: 1; /* Firefox */
  font-weight:700;
}
form select {
  appearance: none;
  position: relative;
  background-image: url(https://22400113.fs1.hubspotusercontent-na1.net/hubfs/22400113/Swimming_pool_2023/assets/chevron.png);
  background-size: 11px;
  background-repeat: no-repeat;
  background-position: right 24px top 50% !important;
}
form input[type=radio],
form input[type=checkbox]{
  position:relative;
  border: 1px solid #FFFFFF;

  width: 18px !important;
  height: 18px;
  appearance: none;
  border-radius: 2px;
}
form input[type=radio]{
  border-radius:100%;
}
form input[type=radio]:checked:after{
  content: '';
  width: 12px;
  height: 12px;
  top: 50%;
  left: 50%;
  background-color:var(--primary_color);
  border-radius:100%;
  position: absolute;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
form input[type=checkbox]:checked:after{
  content: '';
  position: absolute;
  width: 12px;
  height: 7px;
  top: 45%;
  left: 50%;
  border: 3px solid var(--primary_color);
  border-top: 0;
  border-right: 0;
  -webkit-transform: translate(-50%,-50%) rotate(-45deg);
  -ms-transform: translate(-50%,-50%) rotate(-45deg);
  transform: translate(-50%,-50%) rotate(-45deg);
}

form textarea{
  min-height:154px;
}
form .hs_submit.hs-submit {
  text-align:center;
}



form fieldset.form-columns-1 .hs-form-field{
  width:100% !important;
}
form fieldset.form-columns-1 .input {
  margin-right: 0 !important;
}

/*  form-columns-2 */

form fieldset.form-columns-2 .hs-form-field{
  width: calc(50% - 7.5px) !important;
}
form  fieldset.form-columns-2 .hs-form-field:first-child{
  margin-right:15px;
}
form  fieldset.form-columns-2 .hs-form-field:last-child{
  margin-right:0;
  margin-left:0;
}

/* form-columns-3  */

form fieldset.form-columns-3 .hs-form-field{
  width:calc(33.33% - 10px)  !important;
}

form fieldset.form-columns-3 .hs-form-field:last-child{
  margin-right: 0 !important;
}
form fieldset.form-columns-3 .hs-form-field:not(:last-child){
  margin-right:15px;
}


form  fieldset .input{
  margin-right: 0 !important;
}
@media(max-width:767px){
  form fieldset.form-columns-1 .hs-form-field{
    float:none;
  }
  form fieldset.form-columns-2 .hs-form-field{
    width:100% !important;
    float:none;
  }
  form fieldset.form-columns-3 .hs-form-field{
    width:100% !important;
    float:none;
  }
  form fieldset.form-columns-1 .input {
    margin-right: 0 !important;
  }
  form  fieldset.form-columns-2 .hs-form-field:first-child .input{
    margin-right:0 ;
  }
  form  fieldset.form-columns-2 .hs-form-field:last-child .input{
    margin-right:0;
    margin-left:0;
  }
  form fieldset.form-columns-3 .hs-form-field:last-child .input{
    margin-right: 0 !important;
  }
  form fieldset.form-columns-3 .hs-form-field:first-child .input{
    margin-right:0px;
  }
  form fieldset.form-columns-3 .hs-form-field:last-child .input,
  form fieldset.form-columns-3 .hs-form-field:nth-child(2) .input{
    margin-left:0px;
  }
}

form input[type=text]:focus, 
form input[type=email]:focus, 
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus{
  border-color:#1C2D18;
}
form input[type=text]:focus-visible, 
form input[type=email]:focus-visible, 
form input[type=password]:focus-visible,
form input[type=tel]:focus-visible,
form input[type=number]:focus-visible,
form input[type=file]:focus-visible,
form select:focus-visible,
form textarea:focus-visible{
  outline-color:#1C2D18;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.16);
}

::-webkit-input-placeholder {
  color:

  
  
    
  


  rgba(28, 45, 24, 1.0)

;
  font-weight:600;
}

::-moz-placeholder {
  color:

  
  
    
  


  rgba(28, 45, 24, 1.0)

;
  font-weight:600;
}

:-ms-input-placeholder {
  color:

  
  
    
  


  rgba(28, 45, 24, 1.0)

;
  font-weight:600;
}

::placeholder {
  color:

  
  
    
  


  rgba(28, 45, 24, 1.0)

;
  font-weight:600;
}

form .hs-richtext,
form .hs-richtext p {
  font-weight: 600; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  color: #1C2D18;
  margin: 0 0 15px;
}
form label.hs-form-checkbox-display {
  color:  #1C2D18;
}
form .fn-date-picker .pika-button:hover{
  background-color:var(--primary_color) !important;
  color:#FFF !important;
  border-radius:0 !important;
}
form .fn-date-picker .is-selected .pika-button{
  background-color:var(--primary_color);
  color:#FFF;
  border-radius:0;
  box-shadow: inset 0 1px 3px var(--primary_color);
}
form  .fn-date-picker .pika-button{
  color:var(--secondary_color);
  border-radius:0 !important;
  background-color:#FFF;
}
form  .fn-date-picker .is-today .pika-button{
  color:var(--primary_color);
}





table {
  border: 1px solid #1C2D18;
;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
td,
th {
  border: 1px solid #1C2D18;
;
  padding: 10px;
;
  color: #1C2D18;

}
thead th {
  background-color:

  
  
    
  


  rgba(152, 202, 62, 1.0)

;
  color: #1C2D18;
  border: 1px solid #1C2D18;
;
}
tfoot td {
  background-color:

  
  
    
  


  rgba(152, 202, 62, 1.0)

;
  color: #FFFFFF;
  border: 1px solid #1C2D18;
;
}
thead * {
  color: #1C2D18;
}












/* Website main header */
header{
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
header .custom-menu-primary li.hs-menu-item.hs-menu-depth-1{
  color:#FFFFFF;
}
header .top_content p a,
header .top_content p,
header a span.telephone_text,
header a{
  font-weight: 500; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  font-size: 18px;
  color:#FFFFFF;
  transition:all 0.35s;
  text-decoration:none;
}
header .custom-menu-primary ul{
  list-style:none;
  padding:0;
  margin:0;
}
header .custom-menu-primary li.hs-menu-item.hs-menu-depth-1 > a{
  font-weight: 500; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  font-size: 18px;
  color:#FFFFFF;
  transition:all 0.35s;
}
header .custom-menu-primary li.hs-menu-item>ul.hs-menu-children-wrapper li.hs-menu-item.active-branch>a, 
header .custom-menu-primary li.hs-menu-item.active-branch>a {
  color: var(--secondary_color);
}
header .custom-menu-primary li.hs-menu-item.active > a,
header .custom-menu-primary li.hs-menu-item:hover > a{
  color: var(--secondary_color);
}
header .custom-menu-primary li.hs-menu-item.hs-item-has-children > ul.hs-menu-children-wrapper{
  background-color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border: 0px solid #FFFFFF;
;
}
header .custom-menu-primary  ul.hs-menu-children-wrapper li.hs-menu-item.hs-item-has-children ul.hs-menu-children-wrapper:before{
  border-bottom-color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
header .custom-menu-primary  ul.hs-menu-children-wrapper li.hs-menu-item.hs-item-has-children ul.hs-menu-children-wrapper:hover:before{
  border-bottom-color:var(--secondary_color);
}
header .custom-menu-primary li.hs-menu-item > ul.hs-menu-children-wrapper a{
  color:#1C2D18;
  font-weight: 500; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  font-size: 18px;
  transition:all 0.35s;
}
header .phone__number a span{
  transition:all 0.35s;
  font-weight:700;
}
header .phone__number a:hover > span,
header .custom-menu-primary li.hs-menu-item > ul.hs-menu-children-wrapper li.hs-menu-item:hover > a{
  color: var(--secondary_color);
}
header .custom-menu-primary li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:hover:after{
  color: var(--secondary_color);
}
header .globe_class .lang_list_class{
  background-color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
header .language_switcher .language_switcher_fix:before{
  content:"\276F";
  font-size:15px;
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  color:;
}
@media(max-width:1280px){
  header .custom-menu-primary li.hs-menu-item.hs-menu-depth-1>a,
  header .top_content p,
  header a{
    font-size: 17px;
  }
}
@media(max-width:1023px){
  header{
    border-bottom: 0px solid var(--skyblue_color);
  }
}






.footer {
  background-color: 

  
  
    
  


  rgba(28, 45, 24, 1.0)

;
}

.footer p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer label,
.footer span,
.footer li{
  color:#FFFFFF;
}
.footer svg{
  fill:#FFFFFF;
}
.footer a{
  font-weight: 400; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  font-size: 18px;
  color:#FFFFFF;
  transition:all 0.35s;
}
.footer a:hover{
  color:var(--secondary_color);
}
.footer ul li{
  list-style:none;
}
.footer ul{
  padding:0;
  margin:0;
}




/* Primary Button  */
a.cta-link,
.hs-button.large.primary,
input.hs-button.primary.large,
form input[type=submit],
a.cta_button[title]{
  font-size: 18px;
  background-color:

  
  
    
  


  rgba(152, 202, 62, 1.0)

;
  font-family:Open Sans;
  color:#FFFFFF;
  font-weight: 700;
  border: 2px solid #98CA3E;
;
  padding-top: 6px;
padding-right: 22.5px;
padding-bottom: 6px;
padding-left: 22.5px;
;
  border-radius:23px;
  text-transform:none;
  display: inline-block;
  letter-spacing: 0;
  line-height: 1.625;
  text-align: center;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  text-decoration: none;
}
/* Primary Button hover */


a.cta-link:hover,
.hs-button.large.primary:hover,
input.hs-button.primary.large:hover,
form input[type=submit]:hover,
a.cta_button[title]:hover{
  background-color:

  
  
    
  


  rgba(28, 45, 24, 1.0)

;
  color:#FFFFFF;
  border: 2px solid #98CA3E;
;
}



/* Primary Button  */
.default_btn a.cta-link,
.default_btn .hs-button.large.primary,
.default_btn input.hs-button.primary.large,
.default_btn form input[type=submit],
.default_btn a.cta_button[title]{
  font-size: 18px;
  background-color:

  
  
    
  


  rgba(152, 202, 62, 1.0)

;
  font-family:Open Sans;
  color:#FFFFFF;
  font-weight: 700;
  border: 2px solid #98CA3E;
;
  padding-top: 6px;
padding-right: 22.5px;
padding-bottom: 6px;
padding-left: 22.5px;
;
  border-radius:23px;
  text-transform:none;
  display: inline-block;
  letter-spacing: 0;
  line-height: 1.625;
  text-align: center;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  text-decoration: none;
}


/* Primary Button hover */


.default_btn a.cta-link:hover,
.default_btn .hs-button.large.primary:hover,
.default_btn input.hs-button.primary.large:hover,
.default_btn form input[type=submit]:hover,
.default_btn a.cta_button[title]:hover{
  background-color:

  
  
    
  


  rgba(28, 45, 24, 1.0)

;
  color:#FFFFFF;
  border: 2px solid #98CA3E;
;
} 



/* Secondary Button  */
.secondary_button a.cta-link,,.select-pool-btn,
.secondary_button .hs-button.large.primary,
.secondary_button input.hs-button.primary.large,
.secondary_button form input[type=submit],
.secondary_button a.cta_button[title]{
  font-size: 18px;
  background-color:

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  color:#FFFFFF;
  font-family:Open Sans;
  font-weight: 700;
  border: 2px solid #98CA3E;

  padding-top: 11.5px;
padding-right: 27.5px;
padding-bottom: 11.5px;
padding-left: 27px;
;
  border-radius:23px;
  text-transform:none;
  display: inline-block;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  position:relative;
  text-decoration: none;
}
/* Secondary Button hover */


.secondary_button a.cta-link:hover,.select-pool-btn:hover,
.secondary_button .hs-button.large.primary:hover,
.secondary_button input.hs-button.primary.large:hover,
.secondary_button form input[type=submit]:hover,
.secondary_button a.cta_button[title]:hover{
  background-color:

  
  
    
  


  rgba(152, 202, 62, 1.0)

;
  color:#FFFFFF;
  border: 2px solid #98CA3E;
;
}


button,
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  white-space: normal;
}
a.cta_button {
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  vertical-align: middle;
}
/*
@media(max-width:767px){
a.cta-link,
.hs-button.large.primary,
input.hs-button.primary.large,
form input[type=submit],
a.cta_button[title]{
padding:14px 19px;
}
*/
.secondary_button a.cta-link,.select-pool-btn,
.secondary_button .hs-button.large.primary,
.secondary_button input.hs-button.primary.large,
.secondary_button form input[type=submit],
.secondary_button a.cta_button[title]{
  padding:14px 19px;
}
}

















.primary-font,
.primary-font *{
  font-family:Montserrat;
}
.primary-color{
  color:var(--primary_color);
}
.primary-bg{
  background-color:var(--primary_color);
}
.primary-border li,
.primary-border li span,
.primary-border{
  border-color:var(--primary_color);
}
.primary-svg{
  fill:var(--primary_color);
}

.all-text-primary,
.all-text-primary h1,
.all-text-primary h2,
.all-text-primary h3,
.all-text-primary h4,
.all-text-primary h5,
.all-text-primary h6,
.all-text-primary p,
.body-container-wrapper .all-text-primary li,
.all-text-primary span,
.all-text-primary a{
  color:var(--primary_color);
}

.text-primary-h1 h1,
.text-primary-h2 h2,
.text-primary-h3 h3,
.text-primary-h4 h4,
.text-primary-h5 h5,
.text-primary-h6 h6,
.text-primary-p p,
.body-container-wrapper .text-primary-li li,
.text-primary-sp span,
.text-primary-a a{
  color:var(--primary_color);
}


/*  Secondary  */

.secondary-font *,
.secondary-font{
  font-family:Open Sans;
}
.secondary-color{
  color:var(--secondary_color);
}
.secondary-bg{
  background-color:var(--secondary_color);
}

.secondary-border li,
.secondary-border li span,
.secondary-border{
  border-color:var(--secondary_color);
}
.secondary-svg{
  fill:var(--secondary_color);
}

.all-text-secondary,
.all-text-secondary h1,
.all-text-secondary h2,
.all-text-secondary h3,
.all-text-secondary h4,
.all-text-secondary h5,
.all-text-secondary h6,
.all-text-secondary p,
.body-container-wrapper .all-text-secondary li,
.all-text-secondary span,
.body-container-wrapper .all-text-secondary a,
.all-text-secondary a{
  color:var(--secondary_color);
}

.text-secondary-h1 h1,
.text-secondary-h2 h2,
.text-secondary-h3 h3,
.text-secondary-h4 h4,
.text-secondary-h5 h5,
.text-secondary-h6 h6,
.text-secondary-p p,
.body-container-wrapper .text-secondary-li li,
.text-secondary-sp span,
.body-container-wrapper .text-secondary-a a,
.text-secondary-a a{
  color:var(--secondary_color);
}
body.overflow {
  overflow: hidden;
}




/*   New CHnages   */



@media (min-width: 768px) {
  section.footer-main .footer-container.mobile {
    display: none;
  }
  section.banner.mobile {
    display: none;
  }
}



@media (max-width: 767px) {
  .mob-hide{
    display:none;
  }
  body section.header-main {
    padding: 26px 7px 26px 10px;
  }
  section.footer-main .footer-container.desktop {
    display: none;
  }
  section.footer-main .footer-container.mobile .footer-logo.hide {
    display: none;
  }
  section.footer-main .footer-container.mobile .footer-menu .menu-item {
    width: 48.5%;
  }
  section.footer-main .footer-container.mobile .footer-menu {
    -webkit-column-gap: 3%;
    -moz-column-gap: 3%;
    column-gap: 3%;
  }
  section.footer-main .footer-container.mobile .contact-box {
    margin-top: 0px;
    text-align: unset;
    display: flex;
    align-items: center;
  }
  section.footer-main .footer-container.mobile .contact-cta.default_btn {
    margin-top: 0;
  }
  section.footer-main .footer-container.mobile .social-icons {
    margin-top: 0;
    margin-right: 11%;
  }
  section.footer-main .footer-container.mobile li.menu-links a {
    font-size: 14px;
    line-height: 35px;
  }
  section.footer-main .footer-container.mobile .menu-item li:not(:last-child) {
    margin-bottom: 0;
  }
  section.footer-main .content-wrapper {
    padding: 0 30px;
  }
  section.footer-main .footer-container.mobile .menu-item:not(:last-child) {
    margin-bottom: 25px;
  }
  section.footer-main .footer-container.mobile .default_btn a.cta-link {
    font-size: 14px;
    line-height: 28px;
    padding-top: .5px;
    padding-right: 13.5px;
    padding-bottom: .5px;
    padding-left: 13.5px;
  }
  section.footer-main .footer-container.mobile .call-text a, section.footer-main .footer-container.mobile p.link-email a {
    font-size: 12px;
    font-weight: 400;
    line-height: 25px;
  }
  section.footer-main .copyright-text p {
    font-size: 12px;
    line-height: 18px;
    text-align: left;
  }
  section.footer-main .footer-container.mobile .contact-deatils {
    margin-top: 35px;
  }
  section.footer-main .copyright-text {
    border-top: .5px solid var(--white_color);
    padding-top: 26px;
  }
  section.banner.mobile .banner-container .section-heading h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .banner.mobile .banner-container .section-heading h4 {
    line-height: 28px;
  }
  .banner.mobile .banner-container .default_btn a.cta-link {
    /*     font-size: 14px; */
    padding: .5px 19.11px;
    /*     line-height: 28px; */
  }
  .banner.mobile .banner-container .cta-btn.default_btn.btn-index-1 a.cta-link {
    background-color: rgba(28, 45, 24, 1.0);
    color: #FFFFFF;
    border: 2px solid #98CA3E;
  }
  .banner.mobile .banner-container .cta-btn.default_btn.btn-index-1 a.cta-link:hover{
    background-color: rgba(152, 202, 62, 1.0);
  }
  section.banner.desktop{
    display: none;
  }
  .banner.mobile .sec-cta {
    gap: 20px;
    margin-top: 34px;
    justify-content: center;
  }
  .mobile .default_btn a.cta-link, .mobile .default_btn .hs-button.large.primary, .mobile .default_btn input.hs-button.primary.large, .mobile .default_btn form input[type=submit], .mobile .default_btn a.cta_button[title] {
    font-size: 14px;
    padding-top: .5px;
    padding-right: 20.5px;
    padding-bottom: .5px;
    padding-left: 20.5px;
    line-height: 28px;
  }
  /*   section.banner.mobile {
  height: 477px;
}
  .mobile-hero {
  position: relative;
  z-index: 1;
  padding-bottom:250px;
  background:  transparent linear-gradient(180deg, rgba(28, 45, 24, 0) 0%, rgba(28, 45, 24, 1) 100%) 0% 0% no-repeat padding-box;
}
  .mobile-hero .banner-container {
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
}
  section.banner.mobile {
  position: unset;
} */
}
@media (max-width: 767px) and (min-width: 401px) {
  section.footer-main .footer-container.mobile .footer-menu {
    display: flex;
  }
}
@media (max-width: 400px) {
  section.footer-main .footer-container.mobile .footer-menu {
    display: block;
  }
  section.footer-main .footer-container.mobile .menu-item:not(:last-child) {
    margin-bottom: 0;
  }
  section.footer-main .footer-container.mobile .contact-box {
    margin-top: 30px;
  }
}