:root {
  --bgcolor: #f86044;
  --main-color: #fdc04d;
}
body {
  font-family: 'DM Sans', sans-serif;
  overflow-x: hidden;
  background-color: #22244e;
}
p {
  font-size: 18px;
  line-height: 30px;
  color: #444;
  margin: 0;
  font-weight: 400;
  font-family: 'DM Sans', sans-serif;
}
* {
  margin: 0;
  padding: 0;
}
a,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  margin: 0;
}
a {
  text-decoration: none;
}
h1 {
  font-size: 60px;
}
h2 {
  font-size: 60px;
}
h3 {
  font-size: 26px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 18px;
}
img {
  max-width: 100%;
}
.gap {
  padding: 120px 0;
}
.no-top {
  padding-top: 0;
}
.no-bottom {
  padding-bottom: 0;
}
ul {
  padding: 0;
  margin: 0;
}
li {
  display: block;
}
figure {
  overflow: hidden;
}
/* 1. header */
.top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-bar ul {
  display: flex;
  align-items: center;
}
.top-bar a i svg {
  width: 30px;
  fill: #000;
  height: auto;
}
.top-bar a i {
  width: 50px;
  height: 50px;
  background-color: var(--main-color);
  margin-right: 10px;
  display: flex;
  align-items: center;
  color: #fff;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.top-bar a {
  font-size: 18px;
  color: #fff;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.top-bar>a:hover {
  color: #f6bb4b;
}
.top-bar a:hover i svg {
  fill: #000;
}
header {
  padding-top: 20px;
  padding-bottom: 20px;
  position: absolute;
  z-index: 1;
  width: 100%;
}
header {
  transition: 0.3s;
}
header.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  transition: 0.3s;
  background-color: #22244e;
  z-index: 100;
}
/* 2. btn */
.btn {
  border: none;
  text-align: center;
  cursor: pointer;
  text-transform: capitalize;
  outline: none;
  overflow: hidden;
  position: relative;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  background-color: #f86044;
  padding: 26px 42px;
  border-radius: 60px;
  line-height: 1;
  border: 3px solid var(--bgcolor);
  border-bottom-right-radius: 0;
}
.btn:hover {
  background-color: transparent;
  color: var(--bgcolor);
  border-radius: 50px;
  border: 3px solid var(--bgcolor);
}

/* 3. hero-section */
.hero-section {
  position: relative;
  padding-top: 175px;
  overflow: hidden;
  background-color: #22244e;
}
.hero-text {
  position: relative;
  margin-top: 40px;
}
.hero-text img.heroimg {
  position: absolute;
  right: -25%;
  z-index: 1;
  bottom: -47%;
  width: 52%;
  height: auto;
}
.hero-text h2 {
  color: #fff;
  padding-bottom: 20px;
  font-weight: bold;
}
.hero-text h2 span {
  color: var(--main-color);
}
.listing {
  justify-content: space-between;
  width: 88%;
}
.hero-text>img {
  margin-left: auto;
  display: block;
  height: 263px;
  margin-top: 30px;
}
/* 4. get-a-quote */

form#contact-form h3 {
  font-size: 28px;
  font-weight: bold;
  line-height: 38px;
  padding-bottom: 6px;
}
.get-a-quote h6 {
  color: #858585;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 30px;
}
.get-a-quote {
  z-index: 11;
  margin-bottom: 40px;
  background-color: white;
  padding: 40px;
  border-radius: 20px;
  position: relative;
  box-shadow: -1px 0px 44px 15px rgb(0 0 0 / 7%);
  -webkit-box-shadow: -1px 0px 44px 15px rgb(0 0 0 / 7%);
  -moz-box-shadow: -1px 0px 44px 15px rgba(0, 0, 0, 0.7);
  width: 94%;
  margin-left: auto;
}
.get-a-quote input[type="text"],
.get-a-quote input[type="email"],
.get-a-quote input[type="number"] {
  width: 100%;
  height: 60px;
  border: 0;
  outline: 0;
  margin-bottom: 20px;
  color: #444;
  font-size: 16px;
  border-bottom: 3px solid #d3d3d3;
}
.get-a-quote input:focus {
  border-color: var(--bgcolor);
}
.get-a-quote p {
  font-weight: bold;
  padding-bottom: 10px;
  padding-top: 10px;
}
.radio-button {
  margin-right: 15px;
  font-size: 16px;
  font-weight: 600;
  align-items: center;
  display: flex;
  margin-bottom: 35px;
}
.radio-button label {
  padding-left: 10px;
}
.radio-button input {
  width: 22px;
  height: 22px;
}
.group-img {
  position: relative;
}
.group-img svg {
  position: absolute;
  right: 0;
  width: 22px;
  height: auto;
  top: 21px;
}
.get-a-quote img {
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 19. footer */
footer {
  position: relative;
}
.footer-shaps {
  display: block;
  width: 100%;
  height: 75px;
  position: absolute;
  bottom: 0;
  z-index: 0;
}
.links h5 {
  font-size: 28px;
  font-weight: bold;
  text-transform: capitalize;
  color: #fff;
}
.links {
  width: 92%;
}
.line {
  display: flex;
  background-color: var(--bgcolor);
  width: 110px;
  height: 3px;
  margin-bottom: 20px;
}
.links a,
.footer-docs a {
  color: #d5d5d5;
  transition: 0.3s;
}
.footer-docs a {
  font-size: 18px;
  text-align: center;
}
.links a:hover,
.footer-docs a:hover {
  color: var(--bgcolor);
}
footer p {
  color: #d5d5d5;
}
.footer-bottom {
  border-radius: 10px;
  text-align: center;
  margin-top: 50px;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  position: relative;
  padding-bottom: 50px;
}
.footer-end {
  position: relative;
  z-index: 1;
  border-top: 1px solid #d5d5d52b;
}
.footer-end p {
  text-align: center;
  padding-top: 20px;
  color: white;
  padding-bottom: 20px;
}
.footer-bottom p {
  color: #d5d5d5;
  margin-bottom: 10px;
}
.footer-bottom h3 {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
}

.hero-text p {
  color: white;
  padding-bottom: 50px;
  font-size: 19px;
  padding-top: 00px;
  line-height: 35px;
}

.checkbox {
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-bottom: 10px;
  padding-left: 0;
}
.checkbox input {
  position: relative;
  height: 20px;
  width: 20px;
  appearance: none;
  border-radius: 50%;
  border: 1px solid #444 !important;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  cursor: pointer;
  background: #fff;
  transition: 0.3s;
}
.checkbox input::after {
  content: "";
  height: 20px;
  width: 20px;
}
.checkbox input:checked::after {
  content: "";
  background: url(../img/check.svg) no-repeat center;
  background-size: 10px auto;
}
.checkbox label {
  padding: 0;
  font-size: 12px;
}
.checkbox label,
.checkbox input {
  cursor: pointer;
}
.checkbox a {
  color: var(--bgcolor);
  margin: 0 auto;
  transition: 0.3s;
}
.checkbox a:hover {
  color: #444;
}
.two {
  padding-top: 100px;
}
.two p {
  padding-bottom: 30px;
}

.footer-docs ul {
  display: flex;
  padding-left: 0;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.footer-docs li {
  text-align: center;
}


@media screen and (max-width: 1199.98px) {
  .hero-text h2 {
    font-size: 48px;
  }
  .get-a-quote {
    width: 100%;
  }
  .two {
    padding-top: 80px;
  }
  .footer-bottom h3 {
    font-size: 32px;
  }
}

@media screen and (max-width: 991.98px) {
  .hero-section {
    padding-top: 120px;
  }
  .listing {
    width: 86%;
  }
  .two .hero-text {
    margin-top: 0;
  }
  .two {
    padding-top: 50px !important;
  }
  .links {
    padding-top: 30px;
  }
  .footer-bottom {
    text-align: left;
  }
}

@media screen and (max-width: 767.98px) {
  .hero-text h2 {
    font-size: 36px
  }
  .hero-text p {
    padding-bottom: 30px;
    font-size: 16px;
  }
  .links h5,
  footer h3 {
    font-size: 20px !important;
  }
  footer p {
    font-size: 16px;
  }
  .hero-text img.heroimg {
    display: none;
  }

}

@media screen and (max-width: 575.98px) {
  .hero-section {
    padding-top: 80px;
  }
  .top-bar a {
    font-size: 16px;
  }
  .top-bar a i {
    display: none;
  }
  .top-bar img {
    width: 150px;
  }
  .hero-text h2 {
    font-size: 24px;
  }
  .hero-text p {
    font-size: 14px;
    line-height: 24px;
  }
  .get-a-quote {
    padding: 40px 20px;
  }
  footer {
    padding-top: 70px !important;
  }
  .links h5,
  footer h3 {
    font-size: 20px !important;
  }
  footer p {
    font-size: 14px;
    line-height: 24px;
  }
  .footer-docs a {
    font-size: 14px;
  }
}



.thanks {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  padding: 200px 0 150px;
}
.thanks .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
}
.thanks img {
  width: 100px;
  height: auto;
  margin-bottom: 10px;
}
.thanks p {
  text-align: center;
  font-size: 18px;
  color: #fff;
}
.thanks p.thanks-text {
  color: var(--bgcolor);
}
@media screen and (max-width: 767.98px) {
  .thanks {
    padding: 150px 0 100px;
  }
  .thanks p {
    font-size: 14px;
  }
}

.docs {
  word-break: break-word;
  padding: 140px 20px 100px;
  
}
.docs h1 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
}
.docs h2 {
  margin-bottom: 10px;
  font-size: 32px;
  color: #fff;
}
.docs h3 {
  margin-bottom: 10px;
  font-size: 26px;
  color: #fff;
}
.docs b {
  color: #fff;
}
.docs li,
.docs p {
  color: inherit;
  line-height: 1.929;
  color: #d5d5d5;
}
.docs a {
  text-decoration: none !important;
  color: var(--bgcolor);
  transition: 0.3s;
}
.docs a:hover {
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .docs {
    padding: 120px 0px 50px;
  }
    .docs li,
    .docs p {
      font-size: 14px;
    }
}