@font-face {
  font-family: "Switzer-Bold";
  src: url("../fonts/Switzer-Bold.woff2") format("woff2"), url("../fonts/Switzer-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Switzer-Regular";
  src: url("../fonts/Switzer-Regular.woff2") format("woff2"), url("../fonts/Switzer-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Switzer-Medium";
  src: url("../fonts/Switzer-Medium.woff2") format("woff2"), url("../fonts/Switzer-Medium.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --primaryColor: #363737;
  --acentColor: #0c6992;
  --secendaryColor: #eff5f9b3;
  --accentColor: #d98421;
  --textColor: #363737;
  --headingfont: "Switzer-Bold", sans-serif;
  --text: "Switzer-Regular", sans-serif;
  --bg: #dfeffc73;
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  scroll-behavior: smooth;
  box-sizing: border-box;
  font-size: 62.5%;
}

body {
  position: relative;
  font-family: var(--text);
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  color: var(--black);
  background-color: var(--white);
  z-index: -1;
  counter-reset: whyus;
}
p {
  font-family: var(--text);
  color: var(--textColor);
  font-size: 18px;
}
strong {
  font-weight: 600;
}
li,
ul {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: var(--accentColor);
  transition: all 300ms ease-in-out;
}
a:hover {
  color: var(--textColor);
}
img {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  display: block;
}
svg {
  display: block;
}
.container {
  max-width: 1194px;
  margin: 0 auto;
  padding: 0 15px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--headingfont);
  line-height: 1.1;
  color: var(--primaryColor);
  font-weight: 800;
}
::selection {
  background: var(--primaryColor);
  color: white;
}
h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection {
  background: var(--primaryColor);
  color: var(--accentColor);
}
input:focus,
textarea:focus {
  outline: none;
}
/* Header */

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.adverts {
  line-height: 3rem;
  height: 3rem;
  text-align: center;
  color: var(--white);
  font-weight: 500;
}

.navigation {
  padding: 8px 0;
  transition: all 0.5s ease-in-out;
}

.nav-center {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navlist {
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
}
.nav-top {
  display: none;
}

.nav-list {
  display: flex;
  align-items: center;
}
.logo img {
  display: block;
  max-width: 250px;
}
.fix-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1200;
  background-color: #f1f8fe;
}
.fix-nav .nav-link,
.fix-nav .nav-icons span a {
  color: var(--offwhite);
}
.fix-nav .nav-link::after,
.fix-nav .nav-icons span a::after {
  background-color: var(--accentColor);
}
.nav-item {
  padding: 0 30px;
}

.nav-link {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-family: var(--text);
  font-weight: 500;
  color: var(--textColor);
  transition: all 300ms ease-in-out;
}
.nav-link:hover {
  color: var(--accentColor);
}
.active .nav-link {
  color: var(--accentColor);
}
.nav-icons span svg {
  margin-top: 13px;
}
.nav-icons span {
  cursor: pointer;
  transition: all 300ms ease-in-out;
}
.hamburger {
  display: none;
}
.nav-icons span a {
  display: inline-block;
  font-size: 16px;
  font-family: var(--text);
  font-weight: 500;
  color: var(--textColor);
  transition: all 300ms ease-in-out;
}
.nav-icons span a:hover {
  color: var(--accentColor);
}
.nav-icons span {
  cursor: pointer;
  transition: all 300ms ease-in-out;
}
.nav-icons span:first-child {
  margin-right: 5px;
}
.nav-icons span a.btn {
  color: white;
  padding: 8px 20px;
  width: 150px;
  text-align: center;
}
.onmobile {
  display: none;
}
.nav-icons span a.btn.btn-primary:hover {
  color: var(--acentColor);
}
.hero {
  padding: 120px 0 75px;
  background-color: #e4f8f2;
  position: relative;
}
.hero img.hero-img {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
}
.hero .col-two {
  align-items: center;
  position: relative;
}
.hero .beforetitle {
  color: #413c72;
  margin-bottom: 20px;
  line-height: 14px;
}
.hero .beforetitle span {
  padding-inline: 5px;
  font-size: 14px;
  font-family: var(--text);
  line-height: 14px;
}
.hero .beforetitle span:first-child {
  border-right: 2px solid #d98421;
  height: 13px !important;
  display: inline-block;
  line-height: 13px;
}
.hero h1.title {
  font-size: 45px;
  padding-bottom: 20px;
  line-height: 1.2;
  font-family: var(--headingfont);
  color: var(--textColor);
}
.hero p {
  font-family: var(--text);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: rgba(30, 28, 49, 0.6);
}
.hero .btn-primary {
  margin-right: 20px;
}
.hero-img img {
  margin: 0 auto;
}
.btn {
  display: inline-block;
  font-family: var(--headingfont);
  font-size: 16px;
  font-weight: 500;
  padding: 12px 30px;
  border-radius: 40px;
  text-transform: capitalize;
  cursor: pointer;
  transition: all 300ms ease-in-out;
}
.btn-primary {
  background-color: var(--acentColor);
  border: 1px solid var(--acentColor);
  color: white;
}
.btn-primary:hover {
  background-color: transparent;
  color: var(--acentColor);
}
.btn-secendary {
  background-color: #96ccaf;
  border: 1px solid #96ccaf;
  color: #fff;
}
.btn-secendary:hover {
  background-color: #d98421;
  border-color: #d98421;
  color: #fff;
}
.text-primary {
  color: #0c6992;
}
.col-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  overflow: hidden;
}

.center {
  text-align: center;
  margin: 0 auto;
}
.title {
  font-size: 32px;
  padding-bottom: 20px;
  line-height: 1.24;
  letter-spacing: -1px;
  font-family: var(--headingfont);
  color: var(--textColor);
}
.whyus {
  padding: 70px 0 50px;
}
.whyus .title {
  padding-bottom: 20px;
}
.col-three {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
}
.whyus .card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 30px 20px;
  border-radius: 6px;
  background-color: #e4f8f2;
  transition: all 300ms ease;
}
.card-img img {
  width: 60px;
}
.whyus .card:hover {
  background-color: #0d5c63;
}
.whyus .card:hover p {
  color: rgba(255, 255, 255, 0.8);
}
.whyus .card:hover h3 {
  color: rgba(255, 255, 255, 1);
}
.whyus .card h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.27;
  color: var(--textColor);
  padding-bottom: 10px;
}
.card p {
  margin-top: auto;
  font-size: 16px;
  font-family: var(--text);
  line-height: 1.5;
  color: rgba(30, 28, 49, 0.69);
}
.faq {
  padding: 80px 0 80px;
}
.faq .col-two {
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  align-items: center;
}
.faq .card {
  padding: 20px 15px;
  border-radius: 5px;
}
.faq .card h3 {
  color: var(--textColor);
  font-size: 20px;
  line-height: 1.1;
  font-family: var(--headingfont);
  margin-bottom: 10px;
}
.faq .card p {
  font-family: var(--text);
  font-size: 16px;
  line-height: 1.5;
  color: rgba(30, 28, 49, 0.69);
  font-family: var(--text);
}
h2.title {
  font-size: 36px;
  line-height: 1.2;
  font-family: var(--headingfont);
  font-weight: bold;
  padding-bottom: 0;
  margin-bottom: 15px;
}
.faq .subtitle {
  margin-top: auto;
  font-size: 16px;
  font-family: var(--text);
  line-height: 1.5;
  color: rgba(30, 28, 49, 0.69);
  margin-bottom: 35px;
}
.colCard {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.colCard .card {
  padding: 0;
}
.colCard .card-img {
  margin-bottom: 20px;
}
.colCard .card h3 {
  margin-bottom: 10px;
}
.bg {
  background-color: var(--bg);
}
.listResion li {
  font-size: 16px;
  font-family: var(--text);
  line-height: 1.5;
  color: rgba(30, 28, 49, 0.69);
  margin-bottom: 10px;
}
footer {
  padding-block: 25px;
  background-color: #17213c;
}
footer .col-three {
  grid-template-columns: 1fr 3fr 1fr;
}
footer .col-three div {
  text-align: center;
  margin-inline: auto;
}
footer .links {
  padding: 0 15px;
  display: flex;
  align-items: center;
}
footer .links a {
  color: white;
  font-size: 14px;
  font-family: var(--text);
  font-weight: 400;
  padding: 8px 0;
  display: block;
}
footer .links a.active {
  color: var(--accentColor);
}
.social.menu {
  display: flex;
  gap: 15px;
}
.social.menu li a svg {
  max-width: 20px;
  max-height: 20px;
}
.mb3 {
  margin-bottom: 50px !important;
}
.cobtactFrm label {
  display: block;
  font-family: var(--text);
  margin-bottom: 5px;
}
.cobtactFrm input,
.cobtactFrm textarea {
  width: 100%;
  font-family: var(--text);
  color: var(--textColor);
  padding: 10px 15px;
  font-size: 16px;
  line-height: 1.2;
  border-radius: 4px;
  border: 1px solid var(--textColor);
}
.cobtactFrm > div {
  margin-bottom: 15px;
}
.cobtactFrm textarea {
  max-height: 100px;
  resize: none;
}
.cobtactFrm button {
  padding: 12px 26px;
  cursor: pointer;
  transition: background-color 300ms ease-in-out, color 300ms ease-in-out;
}
.buttonres p {
  margin-bottom: 0;
}
.cobtactFrm button:hover {
  background-color: transparent;
  color: var(--primaryColor);
}
.privacy h2.title {
  font-size: 20px;
  margin-bottom: 5px;
}
.privacy p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 15px;
}
.privacy ul li {
  margin-block: 7px;
  font-size: 14px;
  line-height: 1.5;
}
.privacy .block {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1040px) {
  .hero {
    padding: 70px 0 40px 0;
  }
  .hero h1.title {
    font-size: 38px;
    padding-bottom: 15px;
  }
  h2.title {
    font-size: 32px;
  }
  .hero p {
    padding-bottom: 30px;
  }
  .title {
    font-size: 32px;
  }
  .whyus .card {
    gap: 15px;
    padding: 30px 15px;
  }
  .col-three {
    gap: 15px;
  }
  .faq .title {
    font-size: 32px;
  }
  .faqlist .listiteam label {
    font-size: 14px;
    padding: 6px 10px;
  }
}
@media only screen and (max-width: 996px) {
  .container {
    max-width: 95%;
    padding: 0;
  }
  .nav-item {
    padding: 0 15px;
  }

  .nav-link {
    font-size: 16px;
  }

  .nav-icons span a {
    font-size: 16px;
  }
  .logo img {
    max-width: 200px;
  }
  h2.title {
    font-size: 30px;
  }
  .hero h1.title {
    font-size: 32px;
    padding-bottom: 10px;
  }
  .hero p {
    padding-bottom: 20px;
    font-size: 16px;
  }
  .hero .btn-primary {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .estimate {
    padding: 70px 0;
  }
  .title {
    font-size: 30px;
  }
  .subtitle {
    font-size: 16px;
  }
  .whyus {
    padding: 70px 0 55px;
  }
  .whyus .col-two {
    padding: 0;
    grid-template-columns: 1fr;
    text-align: center;
  }
  p {
    font-size: 16px;
  }

  .checkmark {
    top: 10px;
  }
  .calclutor select,
  .calclutor input[type="number"] {
    padding-block: 8px;
  }
  .calclutor {
    padding: 40px 30px;
  }
  .faq .card h3 {
    font-size: 26px;
  }
  .fact ul li {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .fact p.subtitle {
    font-size: 16px;
  }
  .fact ul {
    margin-bottom: 25px;
  }
  .col-fore {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  footer .info p:first-of-type {
    padding-bottom: 15px;
  }
  .review .col-two {
    gap: 20px;
  }
  .title {
    font-size: 26px;
    padding-bottom: 15px !important;
  }
  .savingform .title {
    font-size: 26px;
    padding-bottom: 6px !important;
  }
  .hero .col-two {
    gap: 0;
  }
  .steps {
    padding: 60px 0;
  }
  .benifit .list {
    height: 100%;
  }
  .benifit .list h3 {
    padding-bottom: 7px;
    font-size: 17px;
  }
  .list > div {
    margin-bottom: 25px;
  }
  .list > div img {
    max-width: 50px;
  }
  .savingform .subtitle {
    font-size: 14px;
  }
  .whyus .card {
    gap: 10px;
    padding: 30px 13px;
  }
  .faq .title {
    font-size: 26px;
  }
  .faq .card h3 {
    font-size: 20px;
  }
  .faq .card p {
    font-size: 14px;
  }
  .savemoney .card {
    padding: 35px 15px;
  }
  .col-five {
    grid-template-columns: 20% 14% 22% 17% 25%;
  }
  .toColCard .card h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .nav-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 80%;
    height: 100vh;
    z-index: 9990;
    background-color: var(--white);
    transition: all 500ms cubic-bezier(0.81, 0.2, 0, 0.96);
    -webkit-transition: all 500ms cubic-bezier(0.81, 0.2, 0, 0.96);
    -moz-transition: all 500ms cubic-bezier(0.81, 0.2, 0, 0.96);
    -ms-transition: all 500ms cubic-bezier(0.81, 0.2, 0, 0.96);
    -o-transition: all 500ms cubic-bezier(0.81, 0.2, 0, 0.96);
  }

  .nav-menu.show {
    left: 0;
  }
  .nav-menu.show .nav-link {
    color: var(--textColor);
  }
  .nav-list {
    flex-direction: column;
    align-items: start;
    padding: 15px 0;
    height: 100vh;
    overflow: hidden;
    background-color: #f1f8fe;
  }
  .nav-top {
    background-color: white;
    border-bottom: 1px solid var(--accentColor);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.6rem 2rem;
  }

  .hamburger {
    display: block;
    cursor: pointer;
    max-width: 4.5rem;
  }
  .hamburger svg {
    max-width: 4.5rem;
    color: white;
  }

  .close {
    cursor: pointer;
    border: 1px solid var(--accentColor);
    border-radius: 50%;
    transition: all 500ms ease;
  }
  .close:hover {
    background-color: var(--accentColor);
  }
  .close:hover > svg path {
    fill: white;
  }

  .nav-item {
    width: 100%;
    padding: 0;
  }

  .nav-item:not(:last-child) {
    margin-bottom: 1rem;
  }

  .nav-link {
    font-size: 16px;
    width: 100%;
    padding: 10px 20px;
    font-variation-settings: "wght" 375;
  }
  .nav-icons {
    display: flex;
    align-items: center;
  }
  .nav-icons span {
    display: block;
    border: none;
    font-size: 1.6rem;
  }
  .nav-icons span svg {
    margin-top: 0;
  }
  .nav-icons span:last-child {
    display: block;
  }

  body.show::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
  }
  .onmobile {
    display: block;
    margin: 20px;
    margin-bottom: 0px;
  }
  .onmobile a {
    width: 150px;
    text-align: center;
  }
  .nav-icons {
    display: none;
  }
  h2.title {
    font-size: 28px;
  }
  .hero h1.title {
    padding-bottom: 10px;
  }
  .btn {
    padding: 10px 24px;
  }
  .col-five {
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 40px;
  }
  .col-two,
  .col-three {
    grid-template-columns: 1fr !important;
    max-width: 500px;
    margin-inline: auto;
  }
  .hero .col-two {
    text-align: center;
    row-gap: 30px;
    padding-block-start: 80px;
  }
  .whyus .card {
    gap: 20px;
    padding: 30px 20px;
  }
  .whyus .col-three {
    gap: 25px;
  }
  .faqlist > img {
    left: 0%;
  }
  .fact {
    padding-block-start: 60px;
    position: relative;
    background: white;
  }
  .fact .col-two {
    row-gap: 40px;
  }
  .col-two.reverseImage {
    display: flex;
    flex-direction: column-reverse;
  }
  .imgbottom img {
    margin-bottom: 15px;
  }
  .faq {
    padding: 60px 0 60px;
  }
  .mb3 {
    margin-bottom: 30px !important;
  }
}
@media only screen and (max-width: 675px) {
  .toColCard .card h3 {
    font-size: 16px;
  }
  h2.title {
    font-size: 26px;
  }
  .col-five {
    grid-template-columns: 1fr 1fr;
    row-gap: 40px;
  }
  .savingform {
    max-width: 400px;
    margin-inline: auto;
  }
  .col-two,
  .col-three {
    grid-template-columns: 1fr !important;
    max-width: 400px;
    margin-inline: auto;
  }
  .faq {
    padding: 40px 0 40px;
  }
}
@media only screen and (max-width: 575px) {
  .links .social.menu {
    display: flex;
    gap: 0;
    flex-direction: column;
  }
  .links .social.menu li a {
    padding-block: 4px;
  }
  .whyus {
    padding-bottom: 0;
  }
  .hero .col-two {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .hero .col-two img {
    max-width: 360px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .calclutor h3 {
    font-size: 16px;
  }
  .calclutor {
    padding: 30px 25px;
    max-width: 90%;
    margin-inline: auto;
  }
  .whyus .col-three {
    gap: 10px;
  }
  .whyus .card {
    width: 95%;
    padding: 25px 15px;
    margin-bottom: 20px !important;
    margin-inline: auto;
  }
  .col-three {
    grid-template-columns: 1fr;
  }
  .col-five {
    grid-template-columns: 1fr;
    row-gap: 40px;
    text-align: center;
  }
  .logo img {
    margin-inline: auto;
  }
  footer .social {
    display: inline-block;
  }
  .mb3 {
    margin-bottom: 20px !important;
  }
}
