/* ===== Basic Global Styles ===== */
html {
    scroll-behavior: smooth;
  }
  
  *,
  *::before,
  *::after {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: antialiased;
  }
  
  :root {
  }
  
  /*===== Global Styles =====*/
  
  /*--------------------------------------------------------------
  # Normalize
  --------------------------------------------------------------*/
  /*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
  html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
  }
  body {
    margin: 0;
  }
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
  }
  pre {
    font-family: monospace, monospace;
    font-size: 1em;
  }
  a {
    background-color: transparent;
  }
  abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp {
    font-family: monospace, monospace;
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  img {
    border-style: none;
  }
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
  }
  button,
  input {
    overflow: visible;
  }
  button,
  select {
    text-transform: none;
  }
  [type="button"],
  [type="reset"],
  [type="submit"],
  button {
    -webkit-appearance: button;
  }
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner,
  button::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring,
  button:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
  }
  progress {
    vertical-align: baseline;
  }
  textarea {
    overflow: auto;
  }
  [type="checkbox"],
  [type="radio"] {
    box-sizing: border-box;
    padding: 0;
  }
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  [type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
  }
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
  }
  details {
    display: block;
  }
  summary {
    display: list-item;
  }
  template {
    display: none;
  }
  [hidden] {
    display: none;
  }
  
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  menu,
  nav,
  section {
    display: block;
  }
  
  body {
    margin: 0;
    padding: 0;
    background: #fff;
    color: #232323;
    -webkit-font-smoothing: antialiased;
    line-height: 1;
    -webkit-text-size-adjust: antialiased;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
  }
  
  ol,
  ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  blockquote,
  q {
    quotes: none;
  
    &:before,
    &:after {
      content: "";
      content: none;
    }
  }
  
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  mark {
    background-color: transparent;
    color: inherit;
  }
  
  input::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
  
  input,
  select,
  textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
  }
  a {
    text-decoration: none;
  }
  a:focus {
    outline: none;
  }
  select:focus-visible {
    outline: none;
  }
  p {
    font-size: 1rem;
    line-height: 1.8;
    margin-top: 0;
    font-weight: 400;
  }
  .it-section ul li {
    font-size: 1rem;
    line-height: 1.8;
  }
  
  .container,
  .container-full {
    width: 100%;
    position: relative;
  }
  section {
    position: relative;
  }
  
  .screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
  }
  
  .fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    right: 0;
    bottom: 0;
    padding: 0;
    margin: 0;
  }
  
  .equal-height {
    display: flex;
    flex-flow: wrap;
  }
  
  .col-auto {
    flex: 0 0 auto;
    width: auto;
  }
  
  .col-1 {
    width: 8.33333333%;
  }
  
  .col-2 {
    width: 16.66666667%;
  }
  
  .col-3 {
    width: 25%;
  }
  
  .col-4 {
    width: 33.33333333%;
  }
  
  .col-5 {
    width: 41.66666667%;
  }
  
  .col-6 {
    width: 50%;
  }
  
  .col-7 {
    width: 58.33333333%;
  }
  
  .col-8 {
    width: 66.66666667%;
  }
  
  .col-9 {
    width: 75%;
  }
  
  .col-10 {
    width: 83.33333333%;
  }
  
  .col-11 {
    width: 91.66666667%;
  }
  
  .col-12 {
    width: 100%;
  }
  
  .center-block {
    margin: 0 auto;
  }
  
  /* Padding */
  .block-padding-small {
    padding: 50px 0;
  }
  
  .block-padding-medium {
    padding: 100px 0;
  }
  
  .block-padding-large {
    padding: 150px 0;
  }
  
  .ptb-0 {
    padding: 0;
  }
  .pt-0 {
    padding-top: 0px;
  }
  .pb-0 {
    padding-bottom: 0px;
  }
  .ptb-l {
    padding: 150px 0;
  }
  .pt-l {
    padding-top: 150px;
  }
  .pb-l {
    padding-bottom: 150px;
  }
  .ptb-m {
    padding: 100px 0;
  }
  .pt-m {
    padding-top: 100px;
  }
  .pb-m {
    padding-bottom: 100px;
  }
  .ptb-s {
    padding: 50px 0;
  }
  .pt-s {
    padding-top: 50px;
  }
  .pb-s {
    padding-bottom: 50px;
  }
  /* outer spacing */
  .mtb-0 {
    margin: 0;
  }
  .mt-0 {
    margin-top: 0px;
  }
  .mb-0 {
    margin-bottom: 0px;
  }
  .mtb-l {
    margin: 150px 0;
  }
  .mt-l {
    margin-top: 150px;
  }
  .mb-l {
    margin-bottom: 150px;
  }
  .mtb-m {
    margin: 100px 0;
  }
  .mt-m {
    margin-top: 100px;
  }
  .mb-m {
    margin-bottom: 100px;
  }
  .mtb-s {
    margin: 50px 0;
  }
  .mt-s {
    margin-top: 50px;
  }
  .mb-s {
    margin-bottom: 50px;
  }
  /* ====== Buttons styles ===== */
  .btn {
    font-size: 0.938rem;
    display: inline-block;
    transition: all 0.1s ease-in 0s;
    min-width: 180px;
    text-align: center;
    margin-bottom: 10px;
    box-shadow: none;
    padding: 20px 30px 18px;
    font-weight: 700;  
    line-height: 1.7;
    text-transform: uppercase;
    border: 2px solid;
  }
  
  a.btn-link {
    box-shadow: none;
  }
  
  /* ====== Form Section ===== */
  .formmangr-row .formmangr-input,
  .formmangr-row select.formmangr-form-dd {
    border-bottom: 1px solid #636363;
  }
  .formmangr-row .formmangr-input:focus,
  .formmangr-row select.formmangr-form-dd:focus,
  .formmangr-row textarea:focus {
    outline: -webkit-focus-ring-color auto 1px;
  }
  
  .formmangr-col {
    padding: 0 30px 0 0;
  }
  .formmangr-field {
    flex-flow: column;
  }
  section.form-section .form-wrap .subcol .formmangr-field label {
    margin-bottom: 10px;
   
  }
  .formmangr-row .formmangr-input,
  .formmangr-row select.formmangr-form-dd,
  .formmangr-row .formmangr-field textarea {
    width: 100%;
      font-size: 16px;
      font-family: inherit;
      font-weight: 400;
      border-width: 0;
      border-style: none;
      border-radius: 0;
      -webkit-appearance: none;
      padding: 5px 0px;
      background-color: transparent;
      line-height: normal;
      overflow: hidden;
      padding-top: 15px;
      border-bottom: 2px solid;
      text-transform: uppercase;
      border-color: #ffffff;
  }
  .formmangr-row .formmangr-field textarea {
    min-height: 120px;
  }
  section.form-section .form-wrap .subcol .formmangr-col.field-type-comment {
    margin-bottom: 0;
  }
  button.formmangr-button.formmangr-button-submit {
    display: inline-block;
    padding: 22px 140px 18px 20px;
    font-size: 16px;
    line-height: 1.25;
    transition: all 0.5s ease 0s;
    margin: 15px 0 0;
    box-shadow: none;
    border: none;
    cursor: pointer;
    text-align: center;
    min-width: 170px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    border-bottom: 4px solid;
  }
  
  [for="unit_type_field_name"].formmangr-field-label.show {
    opacity: 0;
  }
  
  select {
    /* background-image: url(../images/arrow-down.svg) !important; */
    background-size: 20px 20px !important;
    background-position: 98% center !important;
    background-repeat: no-repeat !important;
  }
  
  /* =========== Mobile Menu =========== */
  header .mobile-menu-trigger {
    width: 46px;
    height: 46px;
    cursor: pointer;
    display: none;
    position: relative;
    z-index: 99;
    text-transform: uppercase;
  }
  .mobile-menu-wrap {
    position: relative;
    z-index: 99999;
  }
  .mobile-menu-trigger span {
    position: relative;
    width: 100%;
    height: 2px;
    margin-bottom: 8px;
    display: block;
    background-color: #000;
  }
  .mobile-menu-wrapper {
    display: block;
    position: fixed;
    height: 100%;
    overflow: auto;
    top: 0;
    right: -100%;
    width: 100%;
    z-index: 999999;
    padding: 130px 30px 30px;
    transition: all 0.5s ease 0s;
  }
  .mobile-menu-wrapper.active {
    right: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .mobile-menu-wrapper.active .mobile-menu {
    width: 100%;
  }
  .mobile-menu-wrapper .menu-logo {
    position: absolute;
    top: 20px;
    left: 15px;
    max-width: 150px;
  }
  .mobile-menu-wrapper .menu-logo img.menu-logo-img {
    width: 100%;
  }
  .mobile-menu-wrapper .menu-close {
    color: #fff;
    position: absolute;
    font-size: 60px;
    top: 15px;
    right: 25px;
    line-height: 1;
    cursor: pointer;
    transform: rotate(45deg);
  }
  .mobile-menu-wrapper ul.menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  .mobile-menu-wrapper ul.menu > li {
    padding: 5px 0;
    position: relative;
    border: 0;
  }
  .mobile-menu-wrapper ul.menu > li a {
    color: #fff;
    padding: 5px 0;
    display: block;
    font-weight: 500;
    letter-spacing: 0.6px;
    font-size: 20px;
  }
  .mobile-menu-wrapper ul.menu > li ul.sub-menu {
    opacity: 1;
    margin-left: 0px;
    position: fixed;
    width: 100%;
    height: calc(100% - 50px);
    top: 140px;
    right: -100%;
    z-index: 100;
    transform: translateX(0);
    padding-top: 50px;
  }
  .mobile-menu-wrapper ul.menu > li ul.sub-menu li a {
    font-weight: 400;
  }
  .mobile-menu-wrapper ul.menu > li.submenu-active {
    position: inherit;
  }
  .mobile-menu-wrapper ul.menu > li.submenu-active .sub-menu-trigger i.fa {
    transform: rotate(90deg);
  }
  .mobile-menu-wrapper ul.menu > li.submenu-active ul.sub-menu {
    transform: translateX(0);
    right: 0;
    height: calc(100% - 250px);
    z-index: 100;
  }
  .mobile-menu-wrapper ul.menu > li.submenu-active span.sub-menu-trigger {
    top: 120px;
    left: 20px;
    right: auto;
    text-align: left;
    max-width: 150px;
    padding: 0 10px 0 30px;
    border: 1px solid;
    border-radius: 23px;
    opacity: 1;
    z-index: 110;
  }
  .mobile-menu-wrapper ul.menu > li.submenu-active span.sub-menu-trigger .fa {
    transform: rotate(180deg);
    position: relative;
    top: -3px;
    left: -20px;
    font-size: 20px;
  }
  .mobile-menu-wrapper ul.sub-menu {
    opacity: 0;
    height: 0;
    overflow: hidden;
    position: absolute;
    padding: 10px 20px;
    width: 200px;
    list-style-type: none;
    height: calc(100% - 250px);
  }
  .mobile-menu-wrapper span.sub-menu-trigger {
    position: absolute;
    color: #fff;
    width: 100%;
    height: 40px;
    top: 0px;
    right: 0;
    text-align: right;
    font-size: 24px;
    line-height: 43px;
    transition: none;
    z-index: 99;
    cursor: pointer;
    opacity: 0.5;
  }
  .mobile-menu-wrapper span.sub-menu-trigger i.fa {
    width: 24px;
    height: 0;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    border-top: 2px solid;
    border-bottom: 2px solid;
    margin-left: 20px;
    cursor: pointer;
  }
  .mobile-menu-wrapper span.sub-menu-trigger i.fa.fa-caret-right:before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    border-top: 3px solid;
    border-right: 3px solid;
    transform: rotate(45deg);
    top: -10px;
    right: 0;
  }
  .mobile-menu-wrapper .menu-footer {
    bottom: 50px;
    z-index: 100;
  }
  .mobile-menu-wrapper .menu-footer h5,
  .mobile-menu-wrapper .menu-footer .menu-address-link {
    font-size: 18px;
    color: #fff;
    letter-spacing: 2.7px;
    font-weight: 500;
  }
  .mobile-menu-wrapper .menu-footer h5 {
    opacity: 0.5;
    margin-bottom: 10px;
  }
  .mobile-menu-wrapper .menu-footer .menu-address-link {
    display: block;
  }
  
  /* Social Icons */
  ul.social-links li.social-icon a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  
  ul.social-links li.social-icon a:after {
    content: "";
    font-family: fontawesome;
  }
  
  button,
  select {
    text-transform: none;
  }
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
  }
  .text-color-dark svg path,
  .text-color-dark svg line,
  .text-color-dark svg circle,
  .text-color-dark svg polygon,
  .text-color-dark-active.active svg path,
  .text-color-dark-active.active svg line,
  .text-color-dark-active.active svg circle,
  .text-color-dark-active.active svg polygon,
  .text-color-dark-hover:hover svg path,
  .text-color-dark-hover:hover svg line,
  .text-color-dark-hover:hover svg circle,
  .text-color-dark-hover:hover svg polygon {
    fill: #141414;
  }
  
  .text-color-light svg path,
  .text-color-light svg line,
  .text-color-light svg circle,
  .text-color-light svg polygon,
  .text-color-light-active.active svg path,
  .text-color-light-active.active svg line,
  .text-color-light-active.active svg circle,
  .text-color-light-active.active svg polygon,
  .text-color-light-hover:hover svg path,
  .text-color-light-hover:hover svg line,
  .text-color-light-hover:hover svg circle,
  .text-color-light-hover:hover svg polygon {
    fill: #ffffff;
  }
  
  /* flex properties */
  .d-flex {
    display: flex;
  }
  .space-between {
    justify-content: space-between;
  }
  .space-around {
    justify-content: space-around;
  }
  .align-middle {
    align-items: center;
  }
  /* common utiliteis */
  .text-center {
    text-align: center;
  }
  .center-text {
    text-align: center;
  }
  .left-text {
    text-align: left;
  }
  
  .right-text {
    text-align: right;
  }
  /* css add from here for form  add this in main.css*/
  
  section.form-section .form-wrap .subcol .field-type-time_to_call.formmangr-col {
    width: 100%;
  }
  .field-from,
  .field-to {
    width: 50%;
    flex-grow: 1;
  }
  .field-type-time_to_call .formmangr-field {
    flex-flow: wrap;
    display: flex;
  }
  .formmangr-field .formmangr-form-lbl-shrt {
    width: 100%;
    margin-bottom: 10px;
    display: block;
  }
  .formmangr-field label.checkmark-container {
    margin-bottom: 10px;
  }
  .formmangr-field .formmangr-form-lbl {
    margin-bottom: 10px;
    display: block;
  }
  .field-from {
    padding-right: 10px;
  }
  .field-to {
    padding-left: 10px;
  }
  
  /* radio button css */
  .checkmark-container{
    display: flex;
    align-items: center;
  }
  input[type="radio"] {
   appearance: none;
      font: inherit;
   width: 20px;
      height: 20px;
      border: 2px solid;
      border-radius: 50%;
      transform: translateY(-0.075em);
      display: grid;
      place-content: center;
      margin-right: 8px;
  }
  
  input[type="radio"]::before {
   content: "";
      border-radius: 50%;
      transform: scale(0);
      transition: 120ms transform ease-in-out;
      border: 7px solid;
      position: absolute;
      top: 1.9px;
      left: 1.9px;
      background-color: transparent;
  }
  
  input[type="radio"]:checked::before {
    transform: scale(1);
  }
  input[type="checkbox"] {
   appearance: none;
      margin: 0;
      font: inherit;
      color: currentColor;
      width: 20px;
      height: 20px;
      border: 2px solid;
      border-radius: 0.15em;
      transform: translateY(-0.075em);
      display: grid;
      place-content: center;
      margin-right: 8px;
  }
  input[type="checkbox"]::before {
    content: "";
      transform: scale(0);
      clip-path: polygon(14% 44%,0 65%,50% 100%,100% 16%,80% 0,43% 62%);
      border: 7px solid;
  }
  input[type="checkbox"]:checked::before {
    transform: scale(1);
  }
  .formmangr-col .formmangr-field span.error {
    margin: 0px;
    color: #ff0000;
  }
  .field-type-time_to_call .formmangr-input {
    margin-top: 10px;
  }
  .generic-checkbox-wrapper {
    margin-top: 15px;
  }
  input#humans {
    width: 0;
    height: 0;
    font-size: 0;
    border: 0;
    visibility: hidden;
    padding: 0;
    margin: 0;
  }
  section.form-section .form-wrap .subcol .formmangr-field label {
    margin-bottom: 10px;
  }
  
  @media screen and (max-width: 1675px) {
    /* Padding */
    .block-padding-small {
      padding: 50px 0;
    }
  
    .block-padding-medium {
      padding: 75px 0;
    }
  
    .block-padding-large {
      padding: 100px 0;
    }
  
    .ptb-0 {
      padding: 0;
    }
    .pt-0 {
      padding-top: 0px;
    }
    .pb-0 {
      padding-bottom: 0px;
    }
    .ptb-l {
      padding: 100px 0;
    }
    .pt-l {
      padding-top: 100px;
    }
    .pb-l {
      padding-bottom: 100px;
    }
    .ptb-m {
      padding: 75px 0;
    }
    .pt-m {
      padding-top: 75px;
    }
    .pb-m {
      padding-bottom: 75px;
    }
    /* outer spacing */
    .mtb-0 {
      margin: 0;
    }
    .mt-0 {
      margin-top: 0px;
    }
    .mb-0 {
      margin-bottom: 0px;
    }
    .mtb-l {
      margin: 100px 0;
    }
    .mt-l {
      margin-top: 100px;
    }
    .mb-l {
      margin-bottom: 100px;
    }
    .mtb-m {
      margin: 75px 0;
    }
    .mt-m {
      margin-top: 75px;
    }
    .mb-m {
      margin-bottom: 75px;
    }
    .mtb-s {
      margin: 50px 0;
    }
    .mt-s {
      margin-top: 50px;
    }
    .mb-s {
      margin-bottom: 50px;
    }
  }
  
  @media screen and (max-width: 992px) {
    /* Padding */
    .block-padding-small {
      padding: 50px 0;
    }
  
    .block-padding-medium {
      padding: 50px 0;
    }
  
    .block-padding-large {
      padding: 50px 0;
    }
  
    .ptb-l {
      padding: 50px 0;
    }
    .pt-l {
      padding-top: 50px;
    }
    .pb-l {
      padding-bottom: 50px;
    }
    .ptb-m {
      padding: 50px 0;
    }
    .pt-m {
      padding-top: 50px;
    }
    .pb-m {
      padding-bottom: 50px;
    }
    .ptb-s {
      padding: 30px 0;
    }
    .pt-s {
      padding-top: 30px;
    }
    .pb-s {
      padding-bottom: 30px;
    }
    /* outer spacing */
    .mtb-0 {
      margin: 0;
    }
    .mt-0 {
      margin-top: 0px;
    }
    .mb-0 {
      margin-bottom: 0px;
    }
    .mtb-l {
      margin: 50px 0;
    }
    .mt-l {
      margin-top: 50px;
    }
    .mb-l {
      margin-bottom: 50px;
    }
    .mtb-m {
      margin: 50px 0;
    }
    .mt-m {
      margin-top: 50px;
    }
    .mb-m {
      margin-bottom: 50px;
    }
    .mtb-s {
      margin: 30px 0;
    }
    .mt-s {
      margin-top: 30px;
    }
    .mb-s {
      margin-bottom: 30px;
    }
  }
  