:root {
  --first-color: #0023c4;
  --second-color: #1a1a1a;
}
.stricky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.rev_slider_wrapper {
  display: flex;
  align-items: center;
  min-height: 100vh;
  background: url(../images/1.webp) no-repeat center / cover;
}
.rev_slider_wrapper h1 {
  max-width: 70%;
  margin-bottom: 20px;
  font-size: 48px;
  line-height: 57px;
  font-weight: 600;
  color: white;
}
.rev_slider_wrapper p {
  max-width: 60%;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  color: white;
}
.sec-title h2 {
  color: #1a1a1a;
}
.brand {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
.brand a {
  display: flex;
  transition: 0.5s;
  height: 100%;
}
.brand a:hover {
  transform: translateY(-10px);
}
.checkbox {
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-bottom: 10px;
  padding-left: 0;
}
.checkbox input {
  position: relative !important;
  height: 20px;
  width: 20px;
  appearance: none;
  border-radius: 50%;
  border: 1px solid var(--first-color);
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  cursor: pointer;
  background: var(--first-color);
  outline: none !important;
}
.checkbox input::after {
  content: "";
  height: 20px;
  width: 20px;
}
.checkbox input:checked::after { 
  content: "";
  background: url(../images/check.svg) no-repeat center ;
  background-size: 10px auto;
}
.checkbox label {
  padding: 0;
}
.checkbox label, .checkbox input {
  cursor: pointer;
}
.checkbox a {
  color: var(--first-color);
  margin: 0 auto;
  transition: 0.3s;
}
.checkbox a:hover {
  color: var(--second-color);
}
@media screen and (max-width:991.98px) {
  .choose-area .row {
    grid-template-columns: 1fr;
  }
  .fact-counter-area .row {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width:767.98px) {
  .rev_slider_wrapper h1, .rev_slider_wrapper p {
    max-width: 100%;
    text-align: center;
  }
  .hello-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 50px;
  }
  .fact-counter-area .row {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width:575.98px) {
  .rev_slider_wrapper {
    background: var(--first-color);
    min-height: auto;
    padding: 170px 0 150px;
  }
  .rev_slider_wrapper h1 {
    font-size: 36px;
    line-height: normal;
  }
  .rev_slider_wrapper p {
    font-size: 16px;
    line-height: normal;
  }
  .brand {
    flex-direction: column;
  }
}
.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: var(--second-color);
}
.thanks p.thanks-text {
  color: var(--first-color);
}
@media screen and (max-width: 767.98px) {
  .thanks {
    padding: 150px 0 100px;
  }
  .thanks p {
    font-size: 14px;
  }
}
.docs {
  word-break: break-word;
  padding: 120px 20px 100px;
}
.docs .container {
  margin: 0 auto;
}
.docs h1 {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
  color: var(--second-color);
}
.docs h2 {
  margin-bottom: 10px;
  font-size: 32px;
  color: var(--second-color);
}
.docs h3 {
  margin-bottom: 10px;
  font-size: 26px;
  color: var(--second-color);
}
.docs strong {
  color: var(--second-color);
}
.docs li, .docs p {
  color: inherit;
  line-height: 1.929;
}
.docs a {
  text-decoration: none !important;
  color: var(--first-color);
}
.docs a:hover {
  color: var(--second-color);
}
@media screen and (max-width: 767.98px) {
  .docs {
    padding: 160px 0px 50px;
  }
}
