html {
  margin: 0;
  padding: 0;
  font-size: 17px;
  color: #000000;
  background-color: #fff;
  height: 100%;
  overflow-x: hidden;
  font-family: "Open Sans", sans-serif;
}

body {
  font-size: 17px;
  color: #000000;
  min-height: 100%;
  position: relative;
  font-family: "Open Sans", sans-serif;
  letter-spacing: -0.02em;
  overflow-x: hidden;
}

section {
  position: relative;
  padding: 70px 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
  margin: 0;
  font-weight: 500;
}

p,
ul li {
  font-weight: 400;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.625;
  color: #666;
  font-size: 15px;
}

a {
  position: relative;
  color: #1976d2;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

a,
.transition {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/*Custom CSS*/
.bg-img {
  background-position: 50% 40%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.text-theme {
  color: #efa831;
}

.text-theme-dark {
  color: #e1520c !important;
}

.bg-theme {
  background: #efa831;
}

.br-15 {
  border-radius: 15px;
}

.fw-medium {
  font-weight: 600;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-800 {
  font-weight: 800;
}

.cursor-pointer {
  cursor: pointer;
}

.ls-1 {
  letter-spacing: 1px;
}

.ls-2 {
  letter-spacing: 2px;
}

.ls-3 {
  letter-spacing: 3px;
}

.ls-4 {
  letter-spacing: 4px;
}

.ls-5 {
  letter-spacing: 5px;
}

.f-10 {
  font-size: 10px;
}

.f-11 {
  font-size: 11px;
}

.f-14 {
  font-size: 14px;
}

.f-13 {
  font-size: 13px;
}

.f-15 {
  font-size: 15px;
}

.f-16 {
  font-size: 16px;
}

.f-18 {
  font-size: 18px;
}

.f-20 {
  font-size: 20px;
  line-height: 32px;
}

.z-index-1 {
  z-index: 1;
}

.pointer-none {
  pointer-events: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
}

.p-30 {
  padding: 30px;
}

.p-40 {
  padding: 40px;
}

.p-50 {
  padding: 50px;
}

.shadow-s {
  -webkit-box-shadow: 2px 2px 4px 0px rgba(2, 45, 98, 0.1);
  box-shadow: 2px 2px 4px 0px rgba(2, 45, 98, 0.1);
}

.shadow-l {
  -webkit-box-shadow: 0 16px 32px 0 rgb(208 208 208 / 30%);
  box-shadow: 0 16px 32px 0 rgb(208 208 208 / 30%);
}

.overlay:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  top: 0;
  left: 0;
  background: linear-gradient(45deg,
      rgb(6 177 151 / 85%),
      rgb(149 201 62 / 85%) 100%);
}

.modal-backdrop.show {
  opacity: 0.85;
}

/*Button*/
.default-btn {
  color: #fff;
  display: inline-block;
  border: 0;
  cursor: pointer;
  position: relative;
  font-size: 15px;
  text-decoration: none;
  opacity: 1;
  background: #1b2835;
  background: #efa831;
  transition: all 0.3s ease-out;
  padding: 16px 32px;
  font-weight: 600;
  line-height: 1;
  min-width: 150px;
  text-align: center;
  border: 2px solid #efa831;
  border-radius: 5px;
}

.default-btn.border-btn {
  border-color: #efa831;
  background: transparent;
  color: #efa831;
}

.default-btn.border-btn:hover {
  border-color: #efa831;
  background: #efa831;
  color: #fff;
}

.default-btn:hover {
  color: #fff;
  -webkit-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
  transform: translate(0, -2px);
  background: #E1520C;
  border-color: #E1520C;
}

.green-btn {
  background: transparent;
  color: #339266;
  border-color: #339266;
}

.small-btn {
  padding: 14px 22px;
  min-width: 120px;
  font-size: 14px;
}

.green-btn:hover {
  background: #339266;
  color: #fff;
  border-color: #339266;
}

/*Banner*/
.section-title h2 {
  font-size: 42px;
  line-height: 56px;
  font-weight: 400;
  letter-spacing: -0.25px;
}

.section-box {
  border: 6px solid #e8e8e8;
  padding: 60px 40px;
  border-radius: 30px;
  background: #fff;
}

.section-box h5 {
  font-size: 22px;
}

.section-box:hover {
  box-shadow: 0px 40px 40px 0px rgb(192 192 192 / 24%);
}

.vech-num {
  background: #e1520c;
  padding: 10px 20px;
  text-align: center;
}

.num-prev>span {
  position: absolute;
}

.num-prev div {
  position: absolute;
  top: 4px;
  font-size: 30px;
  left: 18%;
  letter-spacing: 1px;
  text-shadow: 0 2px 4px #000000, 0 -2px 1px #000000;
}

.num-prev.back div {
  font-size: 48px;
  text-align: center;
  line-height: 58px;
  top: 12%;
  left: 64px;
}

.form-control {
  background: #fff;
  font-size: 14px;
  border: 2px solid #ddd;
  border-radius: 5px;
  padding: 10px 16px;
  line-height: 1;
}

:focus {
  outline: none !important;
  box-shadow: none !important;
}

.form-label,
.form-check-label {
  font-size: 14px;
}

/*Footer*/
footer {
  padding: 0 0 22px;
  background: #373737;
}

footer ul li {
  font-size: 13px;
  text-decoration: none;
}

footer ul li a:hover {
  text-decoration: underline;
}

.copyright {
  margin: 22px 0 0 0;
}

.footer-social a {
  color: #fff;
  font-size: 13px;
}

.footer-social a:hover {
  text-decoration: underline;
  color: #efa831;
}

/*Timelinne*/
.verti-timeline {
    border-left: 3px dashed #f6f6f6;
    margin: 0 10px
}

.verti-timeline .event-list {
    position: relative;
    padding: 0 0 20px 30px
}

.verti-timeline .event-list .event-timeline-dot {
    position: absolute;
    left: -9px;
    top: 1px;
    z-index: 0;
    font-size: 16px;
    color: #4CAF50;
}

.verti-timeline .event-list .event-content {
    position: relative;
    border: 2px solid #eff2f7;
    border-radius: 7px
}

.verti-timeline .event-list.active .event-timeline-dot {
    color: #556ee6
}

.verti-timeline .event-list:last-child {
    padding-bottom: 0
}

/* Responsive */
@media screen and (max-width: 1700px) {}

@media screen and (max-width: 1500px) {}

@media screen and (max-width: 1400px) {
  section {
    padding: 80px 0;
  }
}

@media screen and (max-width: 1300px) {}

@media screen and (min-width: 1280px) and (max-width: 1400px) {
  body {
    font-size: 90%;
  }
}

@media screen and (max-width: 1200px) {
  section {
    padding: 40px 0;
  }
}

@media screen and (max-width: 992px) {}

@media (min-width: 768px) and (max-width: 1024px) {}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {}

@media screen and (max-width: 767px) {
  section {
    padding: 40px 10px;
    text-align: center;
  }

  h4 {
    font-size: 19px;
  }

  h5 {
    font-size: 18px;
  }

  h6 {
    font-size: 15px;
  }

  footer ul li+li {
    margin-top: 2px;
  }

  footer {
    padding: 0 0 20px;
  }

  .copyright {
    margin: 20px 0 0 0;
  }

.section-title h2 {
    font-size: 26px;
    line-height: 40px;
}
.section-title h6 {
 font-size:14px;
}

.section-box {
    border: 5px solid #e8e8e8;
    padding: 24px 26px;
    border-radius: 20px;
}
.f-16 {
font-size:15px;
}

.nav-brand img {
    height: 58px;
}
.swMain ul.anchor li a {
    height: auto;
    width: 100%;
}

.swMain ul.anchor li a .stepNumber {
    width: 40px;
    font-size: 28px;
}

.swMain ul.anchor li a .stepDesc {
    line-height: 20px;
    font-size: 14px;
font-weight: 600;
}

.swMain ul.anchor li a .stepDesc small {
    display: none;
}

.swMain ul.anchor li {
    padding-top: 0;
    padding-bottom: 0;
}

.swMain ul.anchor {
    padding: 0px;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.swMain {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.p-30 {
    padding: 20px;
}

.swMain div.actionBar {
    margin: 0;
}

.swMain .buttonPrevious, .swMain .buttonNext, .swMain .buttonFinish {
    padding: 10px 18px;
    font-size: 13px;
}

.nav-menu.align-to-right>li:last-child {
    padding-top: 12px;
}

.nav-menu.align-to-right>li:last-child a {
    padding: 14px 24px;
    font-size: 13px;
    margin-left: 25px;
}
}

@media screen and (max-width: 576px) {}

.skote-loader {
    position: fixed;
    z-index: 1050; /* above most elements */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8); /* semi-transparent white */
    display: flex;
    align-items: center;
    justify-content: center;
}
