@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400&family=Nunito+Sans:ital,wght@0,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Square+Peg&display=swap');
/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

*, *:before, *:after {
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
  }
  
  html, body {
    min-height: 100%;
    margin: 0;
    padding: 0;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
  } 
  
  ul{
      list-style-type: none;
      margin: 0;
      padding: 0;
  }

  html {
      font-size: 18px;
  }
  h1, h2, h3, h4, h5, h6{
      font-family:'Nunito Sans', sans-serif;
      color: #273141;
  }
  h1{
    font-size: 3.062rem;
  }
  h2{
    font-size: 2.438rem;
  }
  h3{
    font-size: 1.562rem;
  }
  p,
  li,
  span{
  font-family: 'Lato';
  }

  p{
   color: #273141;
   font-size: 1rem;
   line-height: 1.5rem;
  }
  a{
    font-size: 1rem;
    font-family: 'Lato';
    text-decoration: none;
  }
  img {
      max-width: 100%;
      height: auto;
      border: 0;
      -ms-interpolation-mode: bicubic;
      vertical-align: bottom;
  }
  .container-fluid .row-fluid .container-full {
    float: none;
    max-width: 1200px;
    margin: 0 auto;
  }

.container-fluid .row-fluid .container-full {
    float: none;
    max-width: 1200px;
    margin: 0 auto;
  }

/*Demo page*/
.website-demo{
    background: #EFF6F5;
}



.website-demo h1{
    font-size: 36px;
}

.website-demo h2{
    margin-top: 50px;
    font-size: 25px;
    margin-bottom: 16px;
}
}

.website-demo .demo-column-01 p,
.website-demo .demo-column-01 li{
    font-size: 18px;
    color: #273141;
}


.website-demo .demo-column-01 ul{
    list-style-type: disc;
    margin-left:15px;
}
.website-demo .demo-column-01 ul li{
    padding-top:8px;
}

.website-demo .demo-body .widget-type-logo{
    padding-top:50px;
}
.website-demo .demo-body .widget-type-logo img{
        max-width:210px;
}

/*ribbon*/

.demo-column-01 .capterra-block {
    display:flex;
    align-items:center;
}
.demo-column-01 .capterra-block .capterra-icon{
    max-width: 70px;
    padding-top:8px;
    margin-right: 16px;
}

.demo-column-01 .capterra-block .capterra-review{
    max-width: 100%;
}

.demo-column-01 .capterra-block .capterra-review img{
    max-width: 85px;
}

.website-demo .demo-column-01 .capterra-block .capterra-review p {
    font-size: 14px;
    padding-bottom: 0;
    padding-top: 0px;
    max-width: 100%;
    margin-top: 5px;
}
.website-demo .demo-testimonial ul.slick-dots {
    position: relative;
}

/*images*/
.demo-images img {
    max-width: 75% !important;
}
.demo-images {
    text-align: center;
}


/*Footer*/
.simple-footer {
    background: #004A43;
    margin-top:80px;
    padding-top:20px;
    padding-bottom: 20px;
    text-align:center;
}

.simple-footer p, .simple-footer a {
    color: #fff;
    font-size:16px;
}


.simple-footer img{
    width: 182px !important;
    padding-top:12px;
}


.website-demo .demo-testimonial ul.slick-dots {
    margin-left: 0;
}

.demo-testimonial {
    background: #fff;
    border-radius: 20px;
    padding-bottom: 20px;
    margin-bottom: 50px;
}

.website-demo .demo-testimonial .hs-testimonial--bottom blockquote:before{
    display:none;
}

.website-demo .demo-testimonial .hs-testimonial blockquote{
    border:0px;
}

.website-demo .demo-testimonial .hs-testimonial footer .name {
    font-size: 16px;
        color: #273141;
}

.website-demo .demo-testimonial .hs-testimonial footer .title {
    font-size: 16px;
    font-style: normal;
    color: #273141;
}

.website-demo .demo-testimonial .hs-testimonial footer .title strong {
    display: block;
    font-weight: 400;
    color: #273141;
}

.slick-dots li.slick-active button:before {
    opacity: .95;
    color: #48B592;
}

.website-demo .demo-testimonial .hs-testimonial blockquote {
    background-color: #fff;
    border: 0px solid #eee;
    border-radius: 20px;
    font-size: 16px;
    position: relative;
    -webkit-box-shadow: 0 0.25em 2em -0.5em rgb(29 29 31 / 0%);
    box-shadow: 0 0.25em 2em -0.5em rgb(29 29 31 / 0%);
    padding: 8px 20px 20px 20px;
    margin: 16px 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    max-width: 100%;
    box-sizing: border-box;
}

/*****************************************/
/* Form fields    */
/*****************************************/

.fields-ds {
    background: #fff;
    border-radius: 20px;
    padding: 28px 37px 40px;
}

.fields-ds h2 {
    margin-top: 4px;
    margin-bottom: 8px;
}

.fields-ds .field span{
    color:#566366;
}

.fields-ds .field.hs-form-field.smart-field,
.fields-ds .field.hs-form-field{
    font-size:12px;
    border-radius:8px;
    padding-top: 8px;
    margin-bottom: 4px;
    margin-top: 3px;
}

.fields-ds label.hs-error-msg.hs-main-font-element {
    color: #f57e77;
    font-size: 12px;
}
.fields-ds fieldset.form-columns-1 .input{
    margin-top: 0px;
    margin-right: 0px;
}
.fields-ds fieldset.form-columns-2 .input{
    background: white;
}


fieldset.form-columns-1 input[type=checkbox],
fieldset.form-columns-1 input[type=radio] {
    width: 25px !important;
    display: inline-block;
}


.fields-ds input,
.fields-ds .hs-input{
    display:block;
    width: 100%;
    border: none;
    padding:8px;
    border:1px solid #CFD3D4;
    border-radius:8px;
    margin-top:8px;
}

.fields-ds fieldset{
    margin: 0;
    padding: 0;
}
.fields-ds .hs-form-required{
    color: #f57e77;
}

.fields-ds input.hs-button.primary.large {
    background: linear-gradient(99.22deg, #FF7000 0%, #FFB12B 100%);
    border-radius: 32px;
    color: #fff;
    text-decoration: none;
    font-family: 'Lato';
    font-weight: 600;
    padding: 14px 18px;
    border: 0;
    font-size: 16px;
}

.fields-ds .legal-consent-container p, .legal-consent-container a {
    font-size: 14px;
}

.fields-ds .legal-consent-container a{
    color: #48B592;
}

.fields-ds .no-list.hs-error-msgs.inputs-list {
    font-size: 14px;
    color: #f57e77;
}

.fields-ds fieldset{
 padding-left: 16px;
 padding-right: 16px;
}

/*Specific for fieldset not 100%*/
.fields-ds fieldset.form-columns-1 .hs-input:not(input[type=checkbox]){
    width:100% !important;
}



/*Specific for Fix the center form*/

.fields-ds {
    max-width: 500px;
}

.demo-column-02 {
    margin: 0 auto;
    display: flex !important;
    justify-content: center;
}

/*Language Switcher*/


.footer-container-wrapper .simple-footer .lang_switcher_class {
    position: relative;
    display: inline-block
}

.footer-container-wrapper .simple-footer .globe_class {
    background-image: url(https://www.trekksoft.com/hubfs/globe-ico-bottom.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.footer-container-wrapper .simple-footer .lang_list_class {
    display: none;
    position: absolute;
    top: -123px;
    left: 50px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: left;
    z-index: 100;
    list-style-type: none;
    padding: 15px 0 0 0;
    margin: 0;
}

.footer-container-wrapper .simple-footer .globe_class:hover .lang_list_class {
    display: block
}
.footer-container-wrapper .simple-footer .lang_list_class:before {
    content: "";
    display: block;
    position: absolute;
    top: -8px;
    left: 50%;
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-bottom-color: #0000;
    margin-left: -12px
}

.footer-container-wrapper .simple-footer .lang_list_class:after {
    content: "";
    display: none;
    position: absolute;
    top: -7px;
    left: 50%;
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-bottom-color: #fff;
    margin-left: -12px;
    margin-bottom: -1px
}

.footer-container-wrapper .simple-footer .lang_list_class li {
    position: relative;
    line-height: 1;
    font-size: 13px;
    padding: 0 24px 10px 24px;
    background-color: #23262e;
    border-left: 0px solid #000;
    border-right: 0px solid #f00;
    box-shadow: 3px 3px 0px #0000000f;
}

.footer-container-wrapper .simple-footer .lang_list_class li:first-child {
    padding-top: 15px;
    border-top: 0px solid #000;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
}

.footer-container-wrapper .simple-footer .lang_list_class li:last-child {
    padding-bottom: 15px;
    border-bottom: 0px solid #000;
    border-bottom-left-radius:0px;
    border-bottom-right-radius:10px;
}

.footer-container-wrapper .simple-footer .lang_list_class li a {
    text-decoration: none;
    color: #c8e6e0;
    cursor: pointer
}

.footer-container-wrapper .simple-footer .lang_list_class li a:hover {
    color: #3db283
}


.simple-footer .language-block {
    padding-top: 18px;
}

.footer-container-wrapper .simple-footer .lang_list_class:before {
    content: "";
    display: block;
    position: absolute;
    top: -8px;
    left: 50%;
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-bottom-color: #0000;
    margin-left: -12px;
}

.website-demo .mobile-trust-elements-images {
    display: none !important;
}

.website-demo .demo-images-line02 {
    margin-top: 16px;
}


.website-demo h1 strong {
    display: inline-block;
    background-color: #2f835d;
    background-image: linear-gradient(45deg, #178038, #61C781);
    background-size: 100%;
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.fields-ds h2 {
    margin-top: 4px;
    margin-bottom: 8px;
}

.website-demo {
    background: url(https://www.trekksoft.com/hubfs/background-demopage.png) no-repeat;
    background-color: #EFF6F5;
    background-position-x:-50px;
}




@media (min-width: 1024px){
 .fields-ds {
    min-width: 500px;
    min-height: 100vh !important;
    background: #fff;
    max-width: 100vw !important;
} 
}  
@media (min-width: 1200px){
 .fields-ds {
    min-width: 570px;
} 
}

@media (min-width: 781px){
#demo-block-02 {
    display: none;
}
}
@media (max-width: 1200px){
.demo-body {
    padding-left: 20px;
    padding-right: 20px;
} 
} 
 @media (max-width: 780px) {
 #demo-block-01 {
    display: none;
}
   .demo-column-02 {
    margin-top: 40px;
}
   .slick-dots li button:before {
    font-family: 'slick';
}
   .hs-testimonial figure {
     display: none;
   }
   
   .demo-body {
    padding-left: 20px;
    padding-right: 20px;
   }
   
   
.demo-images-line01 div, .demo-images-line02 div {
    display: flex !important;
    flex-wrap: nowrap;
    flex-direction: row;
}

.demo-images{
    margin-top: 15px;
    margin-bottom: 50px;
}   
   
.website-demo .mobile-trust-elements-images {
    display: block !important;
}
     
.website-demo .mobile-trust-elements-images .splide__slide--image {
    max-width: 51% !important;
}


.demo-body {
    padding-left: 16px;
    padding-right: 16px;
}

.website-demo h1 {
    font-size: 30px;
}

.website-demo h2 {
    font-size: 22px;
}

.website-demo .demo-column-01 p,
.website-demo .demo-column-01 li{
    font-size: 16px;
    color: #273141;
}


.website-demo form .form-columns-2 .hs-form-field .hs-input,
.website-demo form .form-columns-3 .hs-form-field .hs-input{
    width: 100% !important;
}


.hs-testimonial {
    padding: 0em;
}

}


@media (max-width: 400px) {
.website-demo h1 {
    font-size: 24px;
}
.demo-column-01 .capterra-block .capterra-review p {
    max-width: 130px;
    line-height: 16px;
}
.website-demo .simple-footer {
    padding-left: 15px;
    padding-right: 15px;
}  
.simple-footer {
    margin-top: 40px;
}  
}


.hs-testimonial--right blockquote:before{
    display:none !important;
}