html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  height: 100%;
  line-height: 30px;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: #2c2c2c;
  background-color: #ffffff;
}

p {
  margin: 0 0 20px 0;
  font-weight: 500;
  font-size: 14px;
  color: #0c0c0c;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-family: 'Inter', sans-serif;
  margin: 0 0 25px 0;
  color: #212121;
}

h1,
h2,

h3,
h4,
h5,
h6 {
  line-height: 1.4;
}

a:hover {
  text-decoration: none;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.header-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  position: relative;
  background: white;
  box-shadow: inset #c2e6ff 0px 0px 60px -12px;
}

.logo {
  display: block;
  text-align: center;
}

.logo img {
  max-width: 200px;
  width: 100%;
}





.main-banner-content {
  position: relative;
  display: flex;
  min-height: 500px;
  margin: auto;
  text-align: center;
  padding: 45px;
  background: rgb(255 255 255 / 80%);
  align-items: center;
}

.main-banner-content h2 {
  font-size: 33px;
  color: #000;
  line-height: 1.2;
  font-weight: 800;
  margin-bottom: 15px;
}

.main-banner-content h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 4px;
}

.main-banner-content h4 {
  font-size: 60px;
  color: #ea0000;
  animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(5, start) infinite;
  margin-bottom: 5px;
}

@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}

@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}

.left-content {
  width: 45%;
  padding-right: 15px;
}

.video-main {
  width: 55%;
  margin-left: 15px !important;
}

.main-banner-content h5 {
  display: block;
  font-size: 16px;
  font-weight: 600;
  padding-top: 5px;
  margin-bottom: 35px;
}

.elVideo {
  position: relative;
  overflow: hidden;
  border: 5px solid #fff;
}

.hero-banner {
  padding-top: 70px;
  padding-bottom: 180px;
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-banner:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: rgb(0 63 107 / 44%);
}

.banner-content {
  position: relative;
  max-width: 800px;
  text-align: center;
  margin: auto;
}

.banner-content h2 {
  font-size: 58px;
  color: #ffffff;
  line-height: 1.2;
  font-weight: 700;
  margin: auto;
  padding-bottom: 25px;
  text-shadow: 4px 0px #000;
}

.banner-content p {
  color: #fff;
  font-size: 18px;
  margin-bottom: 5px;
  text-shadow: 2px 0px #000;
}

.form-section {
  position: relative;
  z-index: 1;
  padding-bottom: 80px;
  background-size: cover;
  background-attachment: fixed;
}

.form-section-wrap {
  padding: 0px;
  background: #ffffff;
  border: none;
  border-radius: 5px !important;
  position: relative;
  margin-top: -100px;
  box-shadow: 0 0 15px rgb(0 0 0 / 18%);
}

.form-section:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: rgb(255 255 255 / 85%);
}

.box-form {
  padding: 30px;
}

.form-header {
  font-size: 25px;
  font-weight: 700;
  border-left: 5px solid #31aa47;
  padding-left: 20px;
  color: #000;
  margin-bottom: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.form-header h3 {
  font-size: 25px;
  font-weight: 800;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 0;
}

.form-header p {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  margin: 0;
}

.arrow-shape {
  position: absolute;
  max-width: 180px;
  right: 30px;
  rotate: 60deg;
  top: -50px;
}



.form-section-wrap .form-control~.focus__border {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #335dfb;
  transition: 0.4s;
}

.form-section-wrap .form-control:focus~.focus__border {
  width: 100%;
  transition: 0.4s;
}

.form-section-wrap .form-control:focus {
  outline: 0;
}



.form-grid {
  margin-bottom: 15px;
  position: relative;
}

.form-section-wrap label {
  font-size: 13px;
  font-weight: 600;
  color: #4c4c4c;
  font-family: 'Inter', sans-serif;
  line-height: 1.4;
  margin: 0;
}

.form-section-wrap .form-control {
  background: rgb(255 255 255);
  border: 2px solid #d1cece;
  min-height: 50px;
  font-size: 13px;
  box-shadow: none;
  border-radius: 2px;
  color: #777;
  padding: 10px 20px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.custom-chk input[type=checkbox].error {
  border: 1px solid #ffe0e0;
  background-color: #fff3f3;
}

.form-section-wrap .form-control.error~.focus__border,
.multi-select-button.error~.focus__border {
  width: 100%;
  transition: 0.4s;
  background-color: #ff7272;
}

.form-section-wrap .form-control.valid~.focus__border {
  width: 100%;
  transition: 0.4s;
  background-color: #1b9b00;
}

.form-section-wrap label.error {
  position: absolute;
  bottom: -16px;
  width: 100%;
  font-size: 10px;
  color: red;
  font-weight: 500;
  display: none !important;
}

.form-section-wrap select.form-control {
  background-image: url(../img/arrow.png);
  background-size: 15px;
  background-position: 98% 50%;
  background-repeat: no-repeat;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.form-btn {
  display: inline-block;
  background-color: #1b9b00;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 15px 35px;
  width: auto;
  text-transform: uppercase;
  border: none;
  position: relative;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
  margin-top: 20px;
}

.form-btn:hover {
  color: #ffffff;
  background: #003f6b;
}

.section-3 {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #fff5e6;
  text-align: center;
}

.single-card {
  position: relative;
  overflow: hidden;
  background: #f9a41f;
  transition: all 0.3s;
  border-radius: 5px;
  text-align: center;
  height: 100%;
  box-shadow: 0px 16px 32px 0px rgb(0 0 0 / 6%);
}

.card-image {
  overflow: hidden;
  transition: transform .2s;
}

.card-image img {
  width: 100%;
  height: 240px;
  transition: transform .2s;
  object-fit: cover;
}

.single-card:hover .card-image img {
  transform: scale(1.3);
}

.card-content {
  padding: 20px;
}

.card-content h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}

.section-4 {
  padding-top: 70px;
  padding-bottom: 80px;
}

.custom-chk label {
  color: #323232;
  font-weight: 400;
  margin-top: 10px;
  font-size: 11px;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

.custom-chk input[type=checkbox],
.custom-chk input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 20px;
  width: 20px;
  background: #ffffff;
  border: 2px solid #c7c3c3;
  margin: 0 8px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.custom-chk input[type=checkbox]:disabled,
.custom-chk input[type=radio]:disabled {
  opacity: 0.7;
  background: var(--color-subtle);
  cursor: not-allowed;
}

.custom-chk input[type=checkbox]:after,
.custom-chk input[type=radio]:after {
  content: "";
  display: block;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
}

.custom-chk input[type=checkbox]:checked:after,
.custom-chk input[type=radio]:checked:after {
  transform: scale(1);
}

.custom-chk input[type=checkbox] {
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 2px;
}

.form-section-wrap .chk-error.error {}

.custom-chk input[type=checkbox]:after {
  width: 16px;
  height: 16px;
  top: 0px;
  position: relative;
}

.custom-chk input[type=checkbox]:checked {
  border: none;
  background-color: #1b9b00;
}

.custom-chk input[type=checkbox]:checked:after {
  content: url("data:image/svg+xml, <svg viewBox='0 0 16 15' xmlns='http://www.w3.org/2000/svg'><path fill='white' d='M15.25.847a1.51 1.51 0 0 1 .405 2.096L8.106 14.11a1.944 1.944 0 0 1-2.94.329L.6 10.156a1.51 1.51 0 1 1 2.067-2.202l3.645 3.42 6.841-10.122a1.51 1.51 0 0 1 2.098-.405Z'/></svg>");
}

.img-block img {
  width: 100%;
  position: relative;
  border-radius: 5px;
}

.img-block {
  position: relative;
  max-width: 90%;
}

.img-block:before {
  content: '';
  background: #f9a41f;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 35px;
  top: 35px;
  border-radius: 5px;
}

.step-list {
  display: flex;
  margin-bottom: 15px;
}

.step-number {
  width: 50px;
  text-align: left;
}

.step-content {
  width: calc(100% - 50px);
  text-align: left;
}

.step-content h4 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 5px;
}

.step-content p {
  font-size: 16px;
}

.step-number span {
  background: #f9a41f;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-top: 4px;
}

.section-4 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.or::before,
.or::after {
  content: "";
}

.or--x::before,
.or--x::after {
  position: relative;
  border-top: 1px solid #ccc;
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  margin-bottom: 0.15em;
  overflow: hidden;
}

.or--x::before {
  right: 0.5em;
  margin-left: -50%;
}

.or--x::after {
  left: 0.5em;
  margin-right: -50%;
}

.call h2 {
  font-size: 40px;
  color: #ed0000;
}

.call p {
  font-size: 14px;
  margin: 0;
}

.or.or--x {
  max-width: 250px;
  margin: 10px auto;
}

.feature {
  font-size: 16px;
  margin-top: 25px !important;
  color: #1b9b00;
  font-weight: 500;
  max-width: 550px;
  margin: auto;
}

.get-quote {
  padding: 70px 0;
  background: url(../img/quote.jpg);
  position: relative;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}

.get-quote:before {
  content: '';
  position: absolute;
  background: rgb(255 255 255 / 0%);
  width: 100%;
  height: 100%;
  top: 0;
}

.quote-content-col {
  width: 100%;
  background: rgb(255 255 255 / 88%);
  /* max-width: 850px; */
  margin: auto;
  padding: 45px;
  border-radius: 5px;
  position: relative;
}

.quote-content h2 {
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 1px;
}

.quote-content .line {
  width: 100%;
  max-width: 350px;
  background: 0 0;
  border: 1px solid #1c1e20;
  margin-top: 25px;
  display: inline-block;
  margin-bottom: 20px;
}

.quote-content p {
  font-size: 16px;
  margin: 0;
  font-weight: 700;
}

.call h2 {
  font-size: 40px;
  color: #ed0000;
}

.footer-top {
  padding: 50px 0px;
  background: #fff;
}

.advert p {
  font-size: 14px !important;
  margin: 0;
}

.footer-bottom {
  padding: 28px 0;
  background-color: #003f6b;
}

.footer-bottom p {
  color: #fff;
  font-size: 12px;
  text-align: center;
  margin: 0;
  line-height: 1.8;
}

ul.footer-link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  margin-top: 5px;
}

ul.footer-link li a {
  color: #ccc;
}

ul.footer-link a:hover {
  text-decoration: underline;
  color: #fff;
}

ul.footer-link li:after {
  content: '-';
  color: #fff;
  padding: 0 10px;
}

ul.footer-link li:last-child:after {
  display: none;
}

.form-bottm {
  margin: 0;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  font-style: italic;
  margin-top: 45px;
  /* color: #fff; */
}

.equal-height {
  padding: 0;
  margin: 0;
  /* margin-bottom: 30px; */
}

.equal-height>div {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  background: #f2faff;
}

.equal-height img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.equal-content {
  padding: 50px;
}

.equal-content h4 {
  font-size: 25px;
  font-weight: 700;
}

.equal-content p {
  font-size: 16px;
}


.loader-main {
  min-height: 100vh;
  background: #12383e;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loading-outer {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  border-left-color: transparent;
  border-right-color: transparent;
  animation: rotate-outer 1.5s linear infinite forwards;
  position: relative;
  margin: auto;
}

.loading-outer .loading-inner {
  width: 70px;
  height: 70px;
  border-radius: inherit;
  border: 5px solid rgba(255, 255, 255, 0.8);
  border-top-color: transparent;
  border-bottom-color: transparent;
  animation: rotate-inner 1.5s linear infinite forwards;
  position: absolute;
}

.loader-inner {
  max-width: 250px;
  width: 100%;
  text-align: center;
}

.loader-inner h3 {
  color: #fff;
  margin: 0;
  padding-top: 25px;
  font-size: 18px;
  font-weight: 600;
}

@keyframes rotate-outer {
  50% {
    transform: rotate(200deg);
  }
}

@keyframes rotate-inner {
  50% {
    transform: rotate(-400deg);
  }
}


@media (max-width:767px) {
  .hero-banner {
    padding: 40px 0;
  }

  .banner-content h2 {
    font-size: 38px;
    text-align: center;
    padding-bottom: 10px;
  }

  .banner-content p {
    text-align: center;
    font-size: 14px;
    line-height: 1.6;
  }

  .elVideo {
    margin-top: 15px;
  }

  .form-section-wrap {
    margin-top: 20px;
    padding: 20px;
  }

  .box-title {
    font-size: 22px;
    border: 0;
    padding: 0;
    text-align: center;
    margin-bottom: 15px;
  }

  .box-form {
    padding: 0;
  }

  .form-bottm {
    font-size: 18px;
    margin-top: 15px;
  }

  .form-section {
    padding-bottom: 30px;
  }

  .section-4 {
    padding: 30px 0;
  }

  .equal-content {
    padding: 30px;
  }

  .equal-content p {
    font-size: 14px;
    line-height: 1.7;
  }

  .equal-content h4 {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .get-quote {
    padding: 30px 0;
  }

  .quote-content-col {
    padding: 25px;
  }

  .quote-content h2 {
    font-size: 18px;
  }

  .quote-content .line {
    margin: 5px 0;
  }

  .quote-content p {
    font-size: 14px;
    line-height: 1.7;
  }

  .form-btn {
    font-size: 14px;
    width: 100%;
    margin: 0;

  }

  .form-grid {
    position: relative;
  }

  .form-section-wrap label {
    font-size: 12px;
  }

  .form-section-wrap .form-control { 
    font-size: 12px;
  }


}









.radio_text {
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
}

.radio_text p {
  width: 140px;
  margin: 0;
  margin-right: 10px !important;
}

.radio_text input[type="radio"] {
  opacity: 0;
  position: absolute;
}

.radio_text input[type="radio"]+label {
  /* max-width: 400px; */
  position: relative;
  cursor: pointer;
  /* line-height: 1em; */
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #fff;
  display: flex;
  text-align: left;
  align-items: center;
  justify-content: center;
  padding: 12px 15px;
  box-sizing: border-box;
  border-radius: 3px;
  border: 2px solid #d1cece;
  margin-top: 10px;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  color: #202020;
}

.radio_text input[type="radio"].error~label {
  border: 2px solid #ff7272;
  background: snow;
}

.radio_text input[type="radio"]+label:before,
.radio_text input[type="radio"]+label:after {
  content: "";
  position: absolute;
  /* top: 0; */
  margin-top: -1px;
  left: 10px;
  width: 22px;
  height: 22px;
  text-align: center;
  color: white;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}

.radio_text input[type="radio"]+label:before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 0px solid #b9b9b9;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e9e9e9;
}

.radio_text input[type="radio"]:checked+label:before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: "";
  background: #fff !important;
  border-radius: 100%;
  font-size: 14px;
  width: 22px;
  height: 22px;
  border: 5px solid #3c3b6e;
  opacity: 0;
}

.radio_text input[type="radio"]:checked+label,
.radio_text input[type="radio"]+label:hover {
  background: #e7ffec;
  box-shadow: none;
  border: 2px solid #31aa47;
}



.checkbox-chk label.active,
.checkbox-chk label:hover {
  border: 2px solid #31aa47;
  background: rgb(231 255 236);
}

.checkbox-chk {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
}

.checkbox-chk label {
  transition: .5s ease all;
  display: flex;
  align-items: center;
  color: #000;
  font-weight: 400;
  margin-top: 12px;
  margin-bottom: 0px;
  width: calc(20% - 10px);
  margin-right: 10px;
  border: 2px solid #d1cece;
  padding: 12px 15px;
  cursor: pointer;
  border-radius: 3px;
  font-size: 14px !important;
}

.checkbox-chk input[type=checkbox],
.checkbox-chk input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 25px;
  width: 25px;
  background: #ffffff;
  border: 2px solid #d1cece;
  margin: 0 15px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.checkbox-chk input[type=checkbox]:disabled,
.checkbox-chk input[type=radio]:disabled {
  opacity: 0.7;
  background: var(--color-subtle);
  cursor: not-allowed;
}

.checkbox-chk input[type=checkbox]:after,
.checkbox-chk input[type=radio]:after {
  content: "";
  display: block;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
}

.checkbox-chk input[type=checkbox]:checked:after,
.checkbox-chk input[type=radio]:checked:after {
  transform: scale(1);
}

.checkbox-chk input[type=checkbox] {
  border-radius: 100%;
}


.checkbox-chk input[type=checkbox]:after {
  width: 16px;
  height: 16px;
  top: 1px;
  position: relative;
}

.checkbox-chk input[type=checkbox]:checked {
  border: none;
  background-color: #31aa47;
}

.checkbox-chk input[type=checkbox]:checked:after {
  content: url("data:image/svg+xml, <svg viewBox='0 0 16 15' xmlns='http://www.w3.org/2000/svg'><path fill='white' d='M15.25.847a1.51 1.51 0 0 1 .405 2.096L8.106 14.11a1.944 1.944 0 0 1-2.94.329L.6 10.156a1.51 1.51 0 1 1 2.067-2.202l3.645 3.42 6.841-10.122a1.51 1.51 0 0 1 2.098-.405Z'/></svg>");
}

.question-card {
  margin-bottom: 30px;
}

.question-card label {
  font-size: 16px;
  color: #000;
}

.question-card .form-grid {
  margin-bottom: 0px;
}


.custom-list {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}

.custom-list li {
  padding-left: 30px;
  line-height: 1.5;
  font-size: 14px;
  color: #000;
  font-weight: 500;
  position: relative;
  margin-bottom: 10px;
}

.custom-list li a {
  color: #2c2c2c;
  text-decoration: underline;
}

.custom-list li:before {
  content: "";
  background-color: #31aa47;
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: -30px;
  top: 5px;
  width: 12px;
  height: 12px;
  font-weight: 900;
  position: absolute;
  background-size: contain;
  transform: rotate(45deg);
}



.thankyou-box {
  text-align: center;
  max-width: 991px;
  margin: auto;
}

.thankyou-box img {
  width: 75px;
}

.thankyou-box h3 {
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 10px;
  color: #fff;
}

.thankyou-box h2 {
  font-size: 30px;
  font-weight: 800;
  margin-top: 15px;
  margin-bottom: 10px;
  color: #fff;
}

.thankyou-box p {
  font-size: 18px;
  margin: 0;
  color: #fff;
}

.thankyou-main {
  background-size: cover;
  background-position: right center;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  padding: 70px 0;
  position: relative;
}

.thankyou-main:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: rgb(0 63 107);
}

.single-item {
  padding: 25px 30px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  align-items: center;
  border: 2px solid #afafaf;
  margin-bottom: 30px;
}

.single-item:hover {
  transform: scale(1.02);
  -webkit-box-shadow: 0 10px 20px 0 rgb(0 63 107 / 16%);
  box-shadow: 0 10px 20px 0 rgb(0 63 107 / 16%);
  border: 2px solid #003f6b;
}

.item-left {
  display: flex;
  align-items: center;
  width: calc(100% - 250px);
  padding-right: 30px;
}

.item-right {
  width: 250px;
  text-align: right;
}

.item-right .form-btn {
  font-size: 16px;
  max-width: 100%;
  min-width: auto;
  width: 100%;
}

.item-img a {
  border: 1px solid #ebebeb;
  display: flex;
  padding: 5px;
  width: 150px;
  height: 120px;
  border-radius: 3px;
  align-items: center;
  justify-content: center;
  margin-right: 25px;
}

.single-item .form-btn {
  border-radius: 5px;
  padding: 10px 35px;
}

.item-details h4 {
  color: #121212;
  font-size: 20px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-weight: 800;
  margin-bottom: 10px;
}

.item-details p {
  margin: 0;
  line-height: 1.7;
}

.item-details .custom-list li {
  padding-left: 35px;
  font-size: 16px;
  color: #000;
  font-weight: 400;
  position: relative;
  margin-bottom: 5px;
}

.list-badge {
  display: inline-block;
  background: #003f6b;
  color: #fff;
  border-radius: 5px;
  padding: 0 12px;
  font-size: 13px;
  margin-bottom: 10px;
}



.progress-container {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  max-width: 450px;
  z-index: 9;
}

.progress-container::before {
  content: "";
  background-color: #31aa47;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 4px;
  width: 100%;
  z-index: -1;
}

.progress {
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 4px;
  width: 0%;
  z-index: -1;
  transition: 0.4s ease;
}

.circle {
  background-color: #fff;
  color: #31aa47;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #31aa47;
  transition: 0.4s ease;
  font-size: 16px;
  font-weight: 700;
}

.circle.active {
  border-color: #003f6b;
  background: #003f6b;
  color: white;
  animation: pulse 2s infinite;
}

.circle.active.compleated {
  animation: none;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #371400;
  }

  100% {
    box-shadow: 0 0 0 10px #027f0000;
  }
}



@media (max-width:767px) {
  .logo img {
    max-width: 170px;
  }

  .form-header {
    border: 0;
    display: block;
    text-align: center;
    padding: 0;

  }

  .progress-container {
    margin-top: 15px;
  }
  .question-card .form-grid {
    margin-bottom: 15px !important;
  }
  .question-card label {
    font-size: 14px !important; 
    margin-bottom: 5px !important;
}
.question-card {
  margin-bottom: 15px;
}
.checkbox-chk label{
  width: 100%;
  margin-right: 0px;
}
.radio_text.radio_large p {
  width: 100% !important;
}
.thankyou-main { 
  padding: 40px 0; 
}
.thankyou-box h2 {
  font-size: 20px;
}
.thankyou-box h3 {
  font-size: 20px;
}.thankyou-box p {
  font-size: 14px;
  margin: 0;
  line-height: 1.7;
}
.thankyou-box img {
width: 45px;
}
.thankyou-box {text-align: center;max-width: 100%;margin: auto;}
.single-item {display: block;padding: 20px 15px;}.item-left {
display: block;
width: 100%;
}
.item-right {
width: 100%;
margin-top: 14px;
}
.item-right .form-btn {
font-size: 14px;
max-width: 100%;
min-width: auto;
width: 100%;
height: auto;
padding: 12px 10px;
}
  .single-item .form-btn{
    font-size: 12px;
    margin-top: 25px;
    width: 100%;
  }
}