@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap");
a.btn,
button,
button.btn {
  text-transform: uppercase !important;
  font-weight: bold;
  border-radius: 0 !important;
  border-width: 2px;
}

.bg-theme-dark {
  background: #031317;
}

.bg-theme-blue {
  background: #38D4FF;
}

.bg-theme-blue-50 {
  background: #9eeaff;
}

.bg-theme-blue-75 {
  background: rgba(56, 212, 255, 0.75);
}

.bg-theme-warning {
  background: #FFDF42;
}

.bg-theme-light {
  background: #FAFAFA;
}

.bg-theme-white {
  background: #fff;
}

.relative {
  position: relative;
}

.bg-image {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.bg-image.bg-no-attach {
  background-attachment: initial !important;
}

.small-padding {
  padding: 60px 0 60px;
}

.common-padding {
  padding: 100px 0 100px;
}

.dark-theme-padding {
  padding: 100px 0 60px;
}

.large-padding {
  padding: 150px 0 150px;
}

.color-white {
  color: #fff;
}

.form-card {
  background: #fff;
  padding: 30px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
  border-radius: 0;
}
@media only screen and (max-width: 600px) {
  .form-card {
    margin-top: 2rem;
    padding: 20px;
  }
}

.form-card-header {
  border-bottom: 2px solid #04191F;
  padding-bottom: 10px;
}
.form-card-header .form-title {
  font-size: 25px;
  font-weight: 500;
}
@media only screen and (max-width: 600px) {
  .form-card-header .form-title {
    font-size: 23px;
  }
}
.form-card-header p {
  font-size: 16px;
  font-weight: 400;
}

.page-banner {
  position: relative;
  height: 60vh;
}

.thank-you-page-logo {
  padding-left: 3rem;
}
.thank-you-page-logo img {
  width: 15rem;
  object-fit: contain;
}

.text-decoration-underline {
  text-decoration: underline;
}

.form-invalid-message {
  background-color: #F9E4E8;
  padding: 1px 0 1px 6px;
  display: none;
}

.form-invalid-style {
  border: 1px solid #E04562;
  border-radius: 4px;
}

.img-relative {
  position: relative;
}
.img-relative .bg-image-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.img-relative .bg-image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.img-relative .bg-image-wrapper::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.img-relative .bg-image-wrapper.hero-img-wrapper::before {
  background: linear-gradient(180deg, rgba(3, 19, 23, 0) 6.05%, #031317 100%);
}
.img-relative .bg-image-wrapper.banner-img-wrapper::before {
  background: linear-gradient(270.02deg, rgba(3, 19, 23, 0.38) 0.02%, #031317 99.98%), linear-gradient(180deg, rgba(3, 19, 23, 0) 55.2%, #031317 100%);
}

.full-wrapper {
  height: 100%;
  width: 100%;
}

.service-page-banner {
  background-attachment: fixed !important;
}

strong {
  font-weight: 500;
}

.form-control {
  height: auto !important;
}

.title {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
.title.hero-title {
  font-size: 64px;
}
@media only screen and (max-width: 600px) {
  .title.hero-title {
    font-size: 35px;
    text-align: center;
    line-height: 1.6;
  }
}
.title.large-title {
  font-size: 64px;
}
@media only screen and (max-width: 600px) {
  .title.large-title {
    font-size: 35px;
    line-height: 1.6;
  }
}
.title.section-title {
  font-size: 38px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 600px) {
  .title.section-title {
    font-size: 30px;
    line-height: 1.6;
  }
}
.title.page-section-title {
  font-size: 28px;
  margin-bottom: 20px;
  line-height: 1.6;
}
@media only screen and (max-width: 600px) {
  .title.page-section-title {
    font-size: 25px;
    line-height: 1.6;
  }
}
.title.page-hero-title {
  font-size: 38px;
}
@media only screen and (max-width: 600px) {
  .title.page-hero-title {
    font-size: 30px;
    text-align: center;
  }
}
.title.page-hero-title span {
  display: block;
}
.title.page-hero-title.text-white span {
  color: #fff;
}
.title.page-hero-subtitle {
  font-size: 20px;
  font-weight: 400;
  margin-top: 15px;
}
.title span {
  color: #38D4FF;
}

.section-heading-wrapper {
  margin: 0 auto 20px;
}
.section-heading-wrapper p {
  font-size: 18px;
}
@media only screen and (max-width: 600px) {
  .section-heading-wrapper p {
    font-size: 18px;
  }
}

ul li,
p {
  font-size: 18px;
  font-weight: 400;
}
@media only screen and (max-width: 600px) {
  ul li,
p {
    font-size: 16px;
  }
}
ul li.copyright-text,
p.copyright-text {
  font-size: 16px;
}

.btn {
  display: inline-block;
  padding: 12px 25px;
  font-size: 18px;
  font-weight: 400;
}
@media only screen and (max-width: 600px) {
  .btn {
    padding: 8px 10px;
  }
}
.btn.btn-cta {
  border: 1px solid #FFDF42;
  background: #FFDF42;
  color: #04191F;
}
.btn.btn-cta-black {
  border: 1px solid #04191F;
  background: #04191F;
  color: #fff;
}
.btn.btn-white-outline {
  border: 1px solid currentColor;
  color: #fff;
}
.btn.btn-white-outline.mobile-header-cta {
  border-radius: 50px;
  padding: 7px 1rem;
  background: #fff;
  color: #04191F;
  display: none;
  margin-left: 5px;
  font-size: 16px;
}
@media only screen and (max-width: 600px) {
  .btn.btn-white-outline.mobile-header-cta {
    display: block;
  }
}
.btn.btn-black-outline {
  border: 1px solid currentColor;
  color: #04191F;
}
.btn.btn-white-naked {
  color: #fff;
}
.btn.btn-white-naked.large-icon-btn i {
  font-size: 35px;
  margin-right: 5px;
}
.btn.btn-white-naked.large-icon-btn span {
  font-size: 15px;
  display: inline-block;
}
.btn-naked {
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
}

.form-title {
  font-family: "Roboto", sans-serif;
  font-size: 25px;
  font-weight: 500;
}
@media only screen and (max-width: 600px) {
  .form-title {
    font-size: 28px;
  }
}

label {
  font-size: 16px;
  font-weight: 400;
}
label.form-label {
  margin-bottom: 3px;
}

.landing-page-content-wrapper .page-hero-title {
  line-height: 1.5;
}
@media only screen and (max-width: 600px) {
  .landing-page-content-wrapper .page-hero-title {
    line-height: 1.4;
  }
}

.dark-primary-highlight-text p {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #38D4FF;
}
@media only screen and (max-width: 600px) {
  .dark-primary-highlight-text p {
    font-size: 18px;
    line-height: 1.7;
  }
}

.type-item {
  display: none;
}

.button-blank {
  background: none;
  border: none;
  outline: none;
}

.jurisdiction-wrapper {
  padding: 50px 65px;
  font-family: "Roboto", sans-serif;
}
.jurisdiction-wrapper p,
.jurisdiction-wrapper .jurisdiction-price {
  font-weight: 300;
}
.jurisdiction-wrapper p span,
.jurisdiction-wrapper .jurisdiction-price span {
  font-weight: 600;
}
.jurisdiction-wrapper .jurisdiction-price {
  margin-bottom: 0;
}

.tertiary-title {
  font-size: 28px;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  line-height: 1.5;
  margin: 0 0 15px;
  color: #fff;
}
.tertiary-title span {
  display: block;
}

.form-card input,
.form-card textarea,
.form-card .vs__dropdown-toggle {
  border-radius: 0 !important;
}
.form-card.new-theme-card {
  background: #1f1f1f;
  padding: 80px 50px;
  margin-top: -80px !important;
  margin-bottom: -80px;
  border-radius: 0;
}
.form-card.normalize-card{
	background: #1f1f1f;
	padding: 40px;
  	margin-top: 0 !important;
  	margin-bottom: 0;
  	border-radius: 0;
}
@media only screen and (max-width: 720px) {
  .form-card.new-theme-card {
    margin-bottom: 0;
  }
}
.form-card.new-theme-card .form-title {
  font-size: 36px;
}
.form-card.new-theme-card .form-subtitle {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 1px;
}
.form-card.new-theme-card .form-label {
  color: #fff !important;
}
.form-card.new-theme-card .btn {
  text-transform: uppercase;
  padding-top: 13px;
  padding-bottom: 13px;
}

.cost-calculator-cta {
  position: relative;
  padding: 50px 0 70px;
}
.cost-calculator-cta .image-wrap {
  position: absolute;
  bottom: 0;
}
.cost-calculator-cta .image-wrap.wrap1 {
  right: 15%;
  z-index: 2;
}
.cost-calculator-cta .image-wrap.wrap2 {
  right: 5%;
  z-index: 1;
}
.cost-calculator-cta .image-wrap img {
  width: 22rem;
  -o-object-fit: contain;
  object-fit: contain;
}
@media only screen and (max-width: 600px) {
  .cost-calculator-cta {
    padding-bottom: 300px;
  }
}

.search-select-wrapper .vs__search::placeholder,
.search-select-wrapper .vs__dropdown-toggle,
.search-select-wrapper .vs__dropdown-menu {
  background: #fff;
  border: 1px solid #ced4da;
  color: #04191F;
  font-size: 1rem;
}

.search-select-wrapper .vs__clear,
.search-select-wrapper .vs__open-indicator {
  fill: #04191F;
}

.search-select-wrapper .vs__dropdown-option {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.search-select-wrapper .vs__dropdown-option--highlight {
  background: #f0f0f0;
  color: #04191F;
}

.iti.iti--allow-dropdown.iti--separate-dial-code {
  width: 100%;
}
.iti.iti--allow-dropdown.iti--separate-dial-code:focus-visible {
  outline: none !important;
}

#modal-form .telephone-input,
#contact-form .telephone-input,
#cost-calculator .telephone-input {
  padding: 0.375rem 0.75rem !important;
  padding-left: 6rem !important;
  font-size: 1rem;
  font-weight: 400;
  border: 1px solid #ced4da;
  width: 100%;
  border-radius: 0.25rem;
}
#modal-form .telephone-input:focus,
#contact-form .telephone-input:focus,
#cost-calculator .telephone-input:focus {
  border-color: #86b7fe !important;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
#modal-form .telephone-input:focus-visible,
#contact-form .telephone-input:focus-visible,
#cost-calculator .telephone-input:focus-visible {
  outline: none !important;
}

.cost-calculator-summary {
  padding: 50px 0 100px;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .cost-calculator-summary {
    padding: 50px 0 80px;
  }
}
.cost-calculator-summary .section-element-wrapper {
  position: absolute;
  top: 100px;
  right: 0;
}
@media only screen and (max-width: 600px) {
  .cost-calculator-summary .form-card {
    margin-top: 0;
  }
}

.summary-detail {
  font-weight: 400;
  margin: 5px 0;
}
.summary-detail strong {
  font-weight: bolder;
}

.price-summary-wrapper {
  margin-top: 6rem;
}
@media only screen and (max-width: 600px) {
  .price-summary-wrapper {
    margin-top: 2rem;
  }
}
.price-summary-wrapper .price-wrap h2 {
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-weight: 600;
  margin: 20px 0;
}
@media only screen and (max-width: 600px) {
  .price-summary-wrapper .price-wrap h2 {
    font-size: 18px;
  }
}
.price-summary-wrapper .price-info-wrap p {
  font-size: 14px;
}
.price-summary-wrapper .price-info-wrap .vs__dropdown-toggle {
  background: transparent;
  border-color: #04191F;
}

.cost-price {
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 600px) {
  .cost-price {
    display: block;
    margin-top: 1rem;
    font-size: 30px;
  }
}
.cost-price .text-loading-wrapper {
  position: absolute;
  background: #FFDF42;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.cost-price .text-loading-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}

@media only screen and (max-width: 600px) {
  .cost-calculator-main {
    padding-top: 50px;
  }
}
.cost-calculator-main .stats-wrapper .stats-header {
  font-size: 35px;
}
.cost-calculator-main .stats-wrapper .stats-content {
  font-size: 17px;
}

.cost-sumarry-btn-group {
  margin-top: 2rem;
}
.cost-sumarry-btn-group button {
  font-size: 16px;
}
.cost-sumarry-btn-group button.text-underline {
  text-decoration: underline;
}

.request-card {
  border-radius: 10px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
}
.request-card p {
  font-size: 15px !important;
}
.request-card .btn.btn-cta-black {
  font-size: 15px;
  padding: 5px 7px;
  border-color: #fff;
}
@media only screen and (max-width: 600px) {
  .request-card .btn.btn-cta-black {
    font-size: 13px;
  }
}

/*# sourceMappingURL=main.css.map */
