/* ******************************************************************************
*********************************************************************************
Use this file to override any of the CSS styles preset in the themed
stylesheets or you can add your own custom styles.
*********************************************************************************
****************************************************************************** */

/* Test */



























































.dnd-section {
  padding-bottom: 100px;
  padding-top: 100px;
}

.body-container__homepage .dnd-section:nth-child(odd) {
  background-color: #F8FAFC;
}
.page-center {
  max-width: 1536px;
}




html {
  font-size: 18;
}

body {
  color: #4d4d4d;  font-family: Open Sans;
  font-weight: 400;
  font-size: 18px;
}

p {
  font-family: Open Sans;
}

a {
  color: rgba(77, 77, 77, 1.0);
}

a:hover {
  color: rgba(30, 30, 205, 1.0);
}
a:active {
  color: rgba(117, 117, 117, 1.0);
}

h1 {
  color: #4d4d4d;
  font-family: Open Sans;
  font-size: 50px;
  font-weight: 700;
}
h1 a{
  color: #4d4d4d;
}
h2 {
  color: #000;
  font-family: Open Sans;
  font-size: 36px;
  font-weight: 700;
}


h3 {
  color: #000;
  font-family: Open Sans;
  font-size: 20px;
  font-weight: 600;
}



h4 {
  color: #4d4d4d;
  font-family: Open Sans;
  font-size: 18px;
  font-weight: 400;
}



h5 {
  color: #4d4d4d;
  font-family: Open Sans;
  font-size: 18px;
  font-weight: 400;
}

h6 {
  color:  #4d4d4d;
  font-family: Open Sans;
  font-size: 18px;
  font-weight: 400;
}

@media (max-width:1023px){
  h2 {
    font-size: 29.99999999988px;
  }
  h1 {
    font-size: 40.0px;
  }
}

@media (max-width:639px){


  h2 {
    font-size: 23.99999999976px;
  }
  h1 {
    font-size: 30.0px;
  }
}






form,
.submitted-message {
  font-family: Open Sans;
}

h3.form-title {
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(77, 77, 77, 1.0);
  
}

.hs-button,
.button--primary {
  background-color: rgba(255, 143, 115, 1.0);
  border-color: rgba(255, 143, 115, 1.0);
  border-radius: 6px;
  border-width: 1px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  color: rgba(255, 255, 255, 1.0);
  border-color: rgba(255, 143, 115, 1.0);
  background-color: rgba(255, 143, 115, 1.0);
}

.hs-button:active,
.button--primary:active {
  background-color: rgba(255, 183, 155, 1.0);
  border-color: rgba(255, 183, 155, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.hs-form label {
  color: rgba(77, 77, 77, 1.0);
}

.hs-form legend {
  color: rgba(77, 77, 77, 1.0);
}

form input,
form select,
form textarea,
.hs-input,
.hs-search-field__input,
input#hs-pwd-widget-password {
  border-color: rgba(202, 213, 226, 1.0);
  color: ;
  border-radius: 0px;
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus,
.hs-search-field__input:focus,
input#hs-pwd-widget-password:focus{
  border-color: rgba(82, 168, 236, 0.8);
}

.fn-date-picker .pika-table thead th {
  color: rgba(255, 255, 255, 0.0);
}

.hs-input:-moz-placeholder,
.hs-input::-webkit-input-placeholder,
.hs-search-field__input:-moz-placeholder,
.hs-search-field__input::-webkit-input-placeholder,
input#hs-pwd-widget-password:-moz-placeholder,
input#hs-pwd-widget-password::-webkit-input-placeholder,
.hs-field-desc,
.hs-dateinput:before,
.hs-richtext  {
  color: #4d4d4d;
}

.hs-richtext {
  font-size: 18;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Open Sans;
}

.fn-date-picker td.is-today .pika-button {
  color: #494a52;
}

.fn-date-picker td.is-selected .pika-button {
  background: #494a52;
}

.fn-date-picker td .pika-button:hover {
  background-color: #F8FAFC !important;
}





th,
td {
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid rgba(0, 0, 0, 1.0);
  color: rgba(0, 0, 0, 1.0);
}

thead th,
thead td {
  background-color: rgba(0, 0, 0, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

tfoot td {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(0, 0, 0, 1.0);
}

table,
tbody + tbody {
  border-color: rgba(0, 0, 0, 1.0);
}





.fixed-orange ul{
  background-color: rgba(255, 163, 0, 1.0);
}

.fixed-orange svg{
  fill: rgba(255, 163, 0, 1.0);
}

.fixed-orange a{
  color: rgba(0, 0, 0, 1.0);
}

.fixed-orange a:hover{
  color: rgba(255, 255, 255, 1.0);
}


header.header {
  background-color: rgba(255, 255, 255, 0.0);
}

.custom-menu-primary .hs-menu-wrapper ul li a{
  color: rgba(255, 255, 255, 1.0);
}

.custom-menu-primary .hs-menu-wrapper ul li.active-branch > a {
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(194, 255, 0, 0.0);
}

.custom-menu-primary .hs-menu-wrapper ul li a:hover {
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(194, 255, 0, 0.0);
}

.custom-menu-primary .hs-menu-wrapper >ul> li:not(:last-child)> a span:before , .custom-menu-primary .hs-menu-wrapper >ul> li:not(:last-child)> a span:after {
  background-color: rgba(230, 149, 0, 1.0);
}

.custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a{
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
  border-color: rgba(255, 255, 255, 1.0);
}

.custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a:hover{
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(30, 30, 205, 1.0);
  border-color: rgba(30, 30, 205, 1.0);
}







.no-banner header.header {
  background-color: rgba(255, 255, 255, 0.0);
}

.no-banner .custom-menu-primary .hs-menu-wrapper ul li a{
  color: rgba(0, 0, 0, 1.0);
}

.no-banner .custom-menu-primary .hs-menu-wrapper ul li.active-branch > a {
  color: rgba(0, 0, 0, 1.0);
  background-color: rgba(194, 255, 0, 0.0);
}

.no-banner .custom-menu-primary .hs-menu-wrapper ul li a:hover {
  color: rgba(0, 0, 0, 1.0);
  background-color: rgba(194, 255, 0, 0.0);
}

.no-banner .custom-menu-primary .hs-menu-wrapper >ul> li:not(:last-child)> a span:before , .custom-menu-primary .hs-menu-wrapper >ul> li:not(:last-child)> a span:after {
  background-color: rgba(230, 149, 0, 1.0);
}

.no-banner .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a{
  color: rgba(0, 0, 0, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
  border-color: rgba(0, 0, 0, 1.0);
}

.no-banner .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a:hover{
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(30, 30, 205, 1.0);
  border-color: rgba(30, 30, 205, 1.0);
}







.footer__container {
  max-width: 1536px;
}

footer.footer {
  background-color: rgba(0, 0, 0, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

footer.footer .hs-menu-wrapper>ul>li>a{
  color: rgba(255, 255, 255, 1.0) !important;
}

footer.footer a{
  color: rgba(255, 255, 255, 1.0);
}

footer.footer a:hover{
  color: rgba(255, 163, 0, 1.0);
}





.content-wrapper {
  max-width: 1536px;
}










body .icon svg {
  fill: #494a52;
}

body .tns-nav button.tns-nav-active {
  background-color: #494a52;
}

body .tns-nav button:hover,
body .tns-nav button:focus {
  background-color: #494a52;
}

body .social-links__icon {
  background-color: #494a52;
}

body .team-member__description {
  background-color: #F8FAFC;
}

.page-center {
  margin: 0 auto;
}
@media (min-width: 640px){
  .content-wrapper,
  .dnd-section > .row-fluid,
  .page-center,
  .header__container,
  .footer__container{
    max-width: 639.99999998976px;
  }
}
@media (min-width: 768px){
  .content-wrapper,
  .dnd-section > .row-fluid,
  .page-center,
  .header__container,
  .footer__container{
    max-width: 768.0px;
  }
}
@media (min-width: 1024px){
  .content-wrapper,
  .dnd-section > .row-fluid,
  .page-center,
  .header__container,
  .footer__container{
    max-width: 1023.99999998976px;
  }
}
@media (min-width: 1280px){

  .content-wrapper,
  .dnd-section > .row-fluid,
  .page-center,
  .header__container,
  .footer__container{
    max-width: 1279.99999999488px;
  }
}
@media (min-width: 1536px){
  .content-wrapper,
  .dnd-section > .row-fluid,
  .page-center,
  .header__container,
  .footer__container{
    max-width: 1536px;
  }
}



.body-container__website .dnd-section:nth-child(odd) {
  background-color: {typography=, tables=, buttons=, spacing=, footer=, global_colors=, header=, forms=}
}

.content-top-img .btn-wrap a {
    min-width: 170px !important;
}

.custom-embed-map-wrapper .hs-responsive-embed-inner-wrapper {
  padding-bottom: 0 !important;
  height: 400px;
}
body .sk-ww-google-reviews .sk-arrow {
    position: relative;
    top: -8px;    
}
body .sk-ww-google-reviews .swiper-button-prev .sk-arrow {
  left: -4px;
}
body .sk-ww-google-reviews .swiper-button-next .sk-arrow {
  right: 11px;
}
@media screen and (max-width: 991px) {
  body .sk-ww-google-reviews .swiper-button-prev .sk-arrow {
    left: -2px;
  }
}


/* for tabbed-page.html */
.tabbed-page-banner *, 
.tabbed-page *{
  font-family: Open Sans, sans-serif!important;
}


.tabbed-page-banner h2, 
.tabbed-page h2,
.tabbed-page-banner h2 span, 
.tabbed-page h2 span,
.tabbed-page .features h2{
  font-size: 36px !important;
}

@media screen and (max-width: 1023px) {
    .tabbed-page-banner h2, 
    .tabbed-page h2,
    .tabbed-page-banner h2 span, 
    .tabbed-page h2 span,
    .tabbed-page .features h2 {
        font-size: 30px !important;
    }
}
@media screen and (max-width: 639px) {
    .tabbed-page-banner h2, 
    .tabbed-page h2,
    .tabbed-page-banner h2 span, 
    .tabbed-page h2 span,
    .tabbed-page .features h2 {
        font-size: 24px !important;
    }
}

/*overcome CLS issue*/
@media screen and (min-width: 1200px) {
  body header.new-global-header {
    height: 104px;
    min-height: inherit;
  }

  body.no-banner header.new-global-header {
    height: auto;
  }
}

/*Code for the avoid CLS issue*/
.fluid-slider > div:not(:first-child),
.sync-slider-for > div:not(:first-child),
.sync-slider-nav > div:not(:first-child),
.product-slider-nav img:not(:first-child),
.product-slider-for img:not(:first-child){
  display: none !important;
}

.fluid-slider.slick-initialized > div:not(:first-child),
.sync-slider-for.slick-initialized > div:not(:first-child),
.sync-slider-nav.slick-initialized > div:not(:first-child),
.product-slider-nav.slick-initialized img:not(:first-child),
.product-slider-for.slick-initialized img:not(:first-child) {
  display: initial !important;
}
/*=================*/
.price-bar p{
  font-size: 14px;
}


.interactive-section .featured-card {
    align-items: center;
    padding: 40px;
    transition: 0.4s all;
}

.interactive-section .featured-card:hover {
    border: 1px solid #FFA300;
}

.interactive-section .featured-card .image {
    width: 55px;
    height: 45px;
}

.interactive-section .featured-card .content .inner h4 {
    margin: 0 0 8px;
}

.interactive-section .featured-card .content .inner p {
    margin: 0;
}

body .footer-section .sk-ww-google-reviews {
    background: transparent !important;
}

.cta-box {
    max-width: 700px;
    background: #fff;
    border-radius: 10px;
    padding: 15px 20px;
    border: 1px solid #1e1fcd;
    margin: 40px auto 0;
}
.cta-box a{
    float: right;
    margin-left: 30px;
}

@media screen and (max-width: 1023px){
  .interactive-section .featured-card {
    text-align: center;
  }
  .interactive-section .featured-card .image {
  margin: 0 auto 20px;
}
}

a.hs-btn,
body a.primary-blue-btn,
body .primary-blue-btn{
  font-family: Open Sans !important;
}