/* ===== Basic Global Styles ===== */
html {
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}

/*===== 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;
}

.text-uppercase {
  text-transform: uppercase;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  display: inline-block;
}
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;
}
/* ===== Global Styles ===== */

p:last-child {
  margin-bottom: 0;
}

/* Typography */

html {
  font-size: 16px;
}




/* Headings */



h1 {
  font-size: 5rem;
  font-weight: 400;
  line-height: 1.2;
}

h2 {
  font-weight: 400;
}

h2 {
  font-size: 3.5rem;
  text-transform: capitalize;
  line-height: 1.33;
  margin: 0 0 10px;
  position: relative;
}

h3,
.h3 {
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 400;
}

h4 {
  font-size: 1.5rem;
  line-height: 1.35;
  font-weight: 400;
}

h5,
.h5 {
  font-size: 1.875rem;
  line-height: 1.2;
  font-weight: 400;
}

h6,
.h6 {
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: 1px;
  font-weight: 400;
}

/* global utility css */

.center-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.two-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}

.col-list-2 {
  column-count: 2 !important;
}

.col-list-3 {
  column-count: 3 !important;
}

.text-medium-style2 {
  font-size: 1rem;
  line-height: 1.1;
}

.text-medium {
  font-size: 1.125rem;
  line-height: 1.8;
  display: block;
}

.d-inline-block {
  display: inline-block !important;
}

.text-transform-none {
  text-transform: none !important;
}

.left-text {
  text-align: left !important;
}

.right-text {
  text-align: right !important;
}

.center-text {
  text-align: center;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-light {
  font-weight: 300 !important;
}

.position-relative {
  position: relative !important;
}

.d-none {
  display: none !important;
}

.absolute-elem {
  position: absolute !important;
  inset: 0;
  width: 100%;
  height: 100%;
}

.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.full-width-section [class*="col-"] {
  width: 100%;
}

.full-bgright {
  position: relative;
}
.full-bgright:before {
  position: absolute;
  content: "";
  right: -50vw;
  width: calc(58.33333333% + 50vw) !important;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

/* Links */

a {
  cursor: pointer;
}

a:hover,
button.btn:hover {
  opacity: 0.75;
}

.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;
}

.center-block {
  margin: 0 auto;
}

/* =========== Layout =========== */

.container-full {
  width: 100%;
  position: relative;
}

.container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  z-index: 9;
  position: relative;
  padding: 0 15px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -11px;
  margin-right: -11px;
}

.row > [class*="col-"] {
  padding-left: 11px;
  padding-right: 11px;
}

.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%;
}

/* Images */

img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.img-cover,
.img-contain {
  width: 100%;
  height: 100%;
}

.img-cover {
  object-fit: cover;
}

.img-contain {
  object-fit: contain;
}

/* =========== Spacing =========== */

.section-spacing {
  margin-bottom: 120px;
}

.section-spacing-md {
  margin-bottom: 60px;
}

.section-spacing-sm {
  margin-bottom: 33px !important;
}

/* 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 */

.m-auto {
  margin: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}
.mtb-0 {
  margin: 0;
}

.mt-25 {
  margin-top: 25px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.my-20 {
  margin-top: 20px;
}
.mt-0 {
  margin-top: 0px;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.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 + .btn {
  margin-left: 10px;
}

.btn-sm {
  font-size: 14px;
}

.btn {
  font-size: 1.063rem;
  display: inline-block;
  transition: all 0.1s ease-in 0s;
  text-align: center;
  margin-bottom: 10px;
  box-shadow: none;
  padding: 1.125rem 2.2rem;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  border: 2px solid;
  letter-spacing: 1px;
  cursor: pointer;
}

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: 0;
}

.formmangr-col {
  margin-bottom: 35px;
}
.formmangr-field {
  position: relative;
}
.form-section .formmangr-field label {
  margin-bottom: 25px;
  display: block;
  text-align: left;
}
.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;
  
}

.formmangr-input:focus ~ label,
.formmangr-textarea:focus ~ label,
.formmangr-input:not(:placeholder-shown) ~ label {
  color: rgb(255 255 255 / 70%);
  transform: translateY(-20px) translateX(-1px);
  font-size: 14px;
  transition: all 0.2s linear;
}

.formmangr-row .formmangr-field textarea {
  padding-top: 0;
  width: 100% !important;
  resize: none;
}
section.form-section .form-wrap .subcol .formmangr-col.field-type-comment {
  margin-bottom: 0;
}
.formmangr-button-submit {
  min-width: 138px;
}

/* 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,
[for="referral_field_name"].formmangr-field-label.show {
  display: none;
}

select {
  /* background-image: url(../images/arrow-down.svg) !important; */
  background-size: 20px 20px !important;
  background-position: 98% center !important;
  background-repeat: no-repeat !important;
}

/* Image popup */

.mfp-bg,
.mfp-wrap {
  z-index: 99999;
}

/* tabs */

.tabs-style .btn {
  border: 1px solid;
  text-transform: uppercase;
  cursor: pointer;
}
.tabs-style .btn + .btn,
.tabs-style li + li {
  margin-left: 6px;
}

/* slider */

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 1 !important;
  background-color: rgb(255 255 255 /20%) !important;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  color: rgb(255 255 255 /20%) !important;
}

.slick-arrow::before {
  font-family: inherit;
    position: absolute;
    left: 40%;
    top: 37%;
    opacity: 1!important;
    border: solid #1f2323;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 5px;
    content: ""!important;
}

.slick-arrow.slick-prev::before{
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.slick-arrow.slick-next::before{
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  left: 30%;
}

.slick-dots li button {
  border: 1px solid;
  border-radius: 50%;
}

.slick-next::before {
  content: "\f105";
}

.slick-prev::before {
  content: "\f104";
}

.slick-arrow {
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 42px;
  height: 45px;
  opacity: 1;
  z-index: 9;
  background-color: #fff !important;
}

/* Social Icons */

.social-links .social-icon a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.social-links .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;
}

.flex-wrap {
  flex-wrap: wrap;
}

.align-items-center {
  align-items: center;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.flex-column {
  flex-direction: column !important;
}

/* 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;
  padding-left: 30px;
}
.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;
  color: inherit;
  position: absolute;
  top: 7px;
}

input[type="radio"]::before {
  content: "";
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  border: 7px solid;
  position: absolute;
  top: 1.8px;
  left: 1.8px;
  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;
  position: absolute;
  top: 7px;
}
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;
}
.formmangr-textarea:focus ~ label {
  top: -6px;
}
.formmangr-input ~ label,
.formmangr-textarea ~ label {
  margin-bottom: 10px;
  position: absolute;
  top: -2px;
  left: 0;
  z-index: 2;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing: 0.5px;
}

form input[type="text"],
form input[type="email"],
form input[type="number"],
form select,
form textarea {
  border-bottom: 1px solid;
}

select:not(.form-section select) {
  width: 100%;
  height: 40px;
  border: 0;
  padding: 10px;
  letter-spacing: 0.5px;
}

@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;
  }
}
