body,
h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
ul {
  margin: 0;
  padding: 0;
}

body {
  font-family: Mulish, sans-serif !important;
  line-height: normal;
  background-color: #f4f4f4;
}

li {
  list-style-type: none;
}

a {
  display: inline-block;
}

header {
  background-image: linear-gradient(#f58220, #b02a30);
  padding-bottom: 5px;
}

header a {
  padding: 15px 0 15px 44px;
  width: 320px;
}

@media screen and (max-width: 1440px) {
  header a {
    padding: 10px 0 10px 44px;
    width: 280px;
  }
}

@media screen and (max-width: 767.5px) {
  header a {
    padding: 10px 0 10px 10px;
    width: 50%;
  }
}

header h2 {
  position: relative;
  font-family: "Mulish";
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 45px;
  margin: 15px 0 0 0px;
  color: #ffffff;
}

@media screen and (max-width: 1600px) {
  header h2 {
    font-size: 24px;
  }
}

@media screen and (max-width: 1440px) {
  header h2 {
    margin: 15px 0 0 20px;
    font-size: 20px;
  }
}

@media screen and (max-width: 767.5px) {
  header h2 {
    font-size: 14px;
    margin: 12px 0 0 18px;
  }
}

header h2::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 19px;
  background-color: #ffffff;
  top: 15px;
  bottom: 0;
  left: -10px;
}

@media screen and (max-width: 1440px) {
  header h2::before {
    height: 16px;
  }
}

.thankheader {
  padding: 3rem;
}

@media screen and (max-width: 1400px) {
  .thankheader {
    padding: 1.5rem 2rem;
  }
}

@media screen and (max-width: 767.5px) {
  .thankheader {
    position: absolute;
    z-index: 1;
    border-radius: 0 0 130px 0;
    padding: 15px 30px 15px 10px;
    width: 55%;
  }
}

@media screen and (max-width: 1199.5px) {
  .thankheader img {
    width: 70%;
  }
}

@media screen and (max-width: 767.5px) {
  .thankheader img {
    width: unset;
  }
}

.lp_banner {
  position: relative;
}

@media screen and (max-width: 767.5px) {
  .lp_banner {
    background: url(../img/banner_img_mob.webp) no-repeat top center/contain;
    padding: 60% 0 0;
  }
}

@media screen and (max-width: 767.5px) {
  .lp_banner .banner_img {
    display: none;
  }
}

.lp_banner .banner_img img {
  width: 100%;
  height: auto;
}

.lp_banner .banner_content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: fit-content;
  margin: auto;
}

@media screen and (max-width: 767.5px) {
  .lp_banner .banner_content {
    position: unset;
  }
}

.lp_banner .banner_content h1 {
  font-weight: 400;
  font-size: 36px;
  color: #fff;
}

@media screen and (max-width: 1400px) {
  .lp_banner .banner_content h1 {
    font-size: 30px;
  }
}

@media screen and (max-width: 1199.5px) {
  .lp_banner .banner_content h1 {
    font-size: 26px;
  }
}

@media screen and (max-width: 991.5px) {
  .lp_banner .banner_content h1 {
    font-size: 22px;
  }
}

@media screen and (max-width: 767.5px) {
  .lp_banner .banner_content h1 br {
    display: none;
  }
}

.lp_banner .banner_content h1 span {
  font-weight: 700;
}

.lp_banner .banner_content h2 {
  font-weight: 400;
  font-size: 25px;
  color: #fff;
  position: relative;
}

@media screen and (max-width: 1400px) {
  .lp_banner .banner_content h2 {
    font-size: 20px;
  }
}

@media screen and (max-width: 1199.5px) {
  .lp_banner .banner_content h2 {
    font-size: 18px;
  }
}

@media screen and (max-width: 991.5px) {
  .lp_banner .banner_content h2 {
    font-size: 16px;
  }
}

@media screen and (max-width: 767.5px) {
  .lp_banner .banner_content h2 br {
    display: none;
  }
}

.lp_banner .banner_content h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 3%;
  background-color: #fff;
}

@media screen and (max-width: 767.5px) {
  .lp_banner .banner_content h2:after {
    display: none;
  }
}

.lp_banner .banner_content p {
  font-weight: 400;
  font-size: 21px;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 1400px) {
  .lp_banner .banner_content p {
    font-size: 18px;
  }
}

@media screen and (max-width: 1199.5px) {
  .lp_banner .banner_content p {
    font-size: 16px;
  }
}

@media screen and (max-width: 991.5px) {
  .lp_banner .banner_content p {
    font-size: 14px;
  }
}

@media screen and (max-width: 767.5px) {
  .lp_banner .banner_content p br {
    display: none;
  }
}

.lp_banner .banner_content ul.points {
  background-color: #d96a27;
  border-radius: 40px;
  padding: 30px;
  margin-top: 40px;
}

@media screen and (max-width: 1400px) {
  .lp_banner .banner_content ul.points {
    padding: 20px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 1199.5px) {
  .lp_banner .banner_content ul.points {
    padding: 15px;
    margin-top: 15px;
    border-radius: 25px;
  }
}

@media screen and (max-width: 767.5px) {
  .lp_banner .banner_content ul.points {
    width: fit-content;
    margin: 15px auto 0;
  }
}

.lp_banner .banner_content ul.points li {
  width: 20%;
}

@media screen and (max-width: 767.5px) {
  .lp_banner .banner_content ul.points li {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0.5rem 0;
  }
}

.lp_banner .banner_content ul.points li .img_wrap {
  height: 65px;
  text-align: center;
}

@media screen and (max-width: 1400px) {
  .lp_banner .banner_content ul.points li .img_wrap {
    height: 55px;
  }
}

@media screen and (max-width: 1199.5px) {
  .lp_banner .banner_content ul.points li .img_wrap {
    height: 35px;
  }
}

@media screen and (max-width: 767.5px) {
  .lp_banner .banner_content ul.points li .img_wrap {
    height: auto;
    width: 45px;
    margin-right: 10px;
  }
}

.lp_banner .banner_content ul.points li .img_wrap img {
  width: auto;
  height: 100%;
}

@media screen and (max-width: 767.5px) {
  .lp_banner .banner_content ul.points li .img_wrap img {
    max-width: 100%;
    height: auto;
  }
}

.lp_banner .banner_content ul.points li p {
  font-size: 20px;
}

@media screen and (max-width: 1400px) {
  .lp_banner .banner_content ul.points li p {
    font-size: 18px;
  }
}

@media screen and (max-width: 1199.5px) {
  .lp_banner .banner_content ul.points li p {
    font-size: 16px;
  }
}

@media screen and (max-width: 991.5px) {
  .lp_banner .banner_content ul.points li p {
    font-size: 14px;
  }
}

@media screen and (max-width: 767.5px) {
  .lp_banner .banner_content ul.points li p br {
    display: none;
  }
}

.lp_banner .banner_content ul.points li p span {
  font-size: 12px;
  display: block;
  line-height: 2;
}

@media screen and (max-width: 1400px) {
  .lp_banner .banner_content ul.points li p span {
    font-size: 10px;
  }
}

@media screen and (max-width: 1199.5px) {
  .lp_banner .banner_content ul.points li p span {
    line-height: 1.2;
    margin-top: 3px;
  }
}

.form_sec .form_wrap .heading_wrap {
  background-color: #d96a27;
  border-radius: 15px 0 0 15px;
}

@media screen and (max-width: 767.5px) {
  .form_sec .form_wrap .heading_wrap {
    border-radius: 15px 15px 0 0;
    padding: 30px;
  }
}

.form_sec .form_wrap .heading_wrap h3 {
  font-weight: 400;
  font-size: 25px;
  color: #fff;
  display: flex;
  align-items: center;
  height: 100%;
  margin: 0 40px;
}

@media screen and (max-width: 1400px) {
  .form_sec .form_wrap .heading_wrap h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 991.5px) {
  .form_sec .form_wrap .heading_wrap h3 {
    font-size: 16px;
    margin: 0 15px;
  }
}

@media screen and (max-width: 767.5px) {
  .form_sec .form_wrap .heading_wrap h3 {
    margin: 0;
  }
}

.form_sec .form_wrap .form_content {
  background-color: #fff;
  /* border-radius: 0 15px 15px 0; */
  border-radius: 23px;
  padding: 40px;
}

@media screen and (max-width: 1199.5px) {
  .form_sec .form_wrap .form_content {
    padding: 25px;
  }
}

@media screen and (max-width: 767.5px) {
  .form_sec .form_wrap .form_content {
    padding: 30px;
  }
}

.form_sec .form_wrap .form_content h4 {
  font-weight: 400;
  font-size: 22px;
  color: #131313;
}

@media screen and (max-width: 1400px) {
  .form_sec .form_wrap .form_content h4 {
    font-size: 18px;
  }
}

@media screen and (max-width: 1199.5px) {
  .form_sec .form_wrap .form_content h4 {
    font-size: 16px;
  }
}

@media screen and (max-width: 991.5px) {
  .form_sec .form_wrap .form_content h4 {
    font-size: 14px;
  }
}

.form_sec .form_wrap .form_content input[type="text"],
.form_sec .form_wrap .form_content input[type="tel"],
.form_sec .form_wrap .form_content input[type="email"] {
  font-weight: 400;
  font-size: 18px;
  color: #585858;
  border: 0;
  width: 270px;
  padding: 10px;
  border-bottom: 1px solid #131313;
  outline: 0;
  text-align: center;
  outline: none;
}

.form_sec
  .form_wrap
  .form_content
  input[type="number"]::-webkit-inner-spin-button,
.form_sec
  .form_wrap
  .form_content
  input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  appearance: none;
}

.form_sec .form_wrap .form_content input[type="tel"]:focus::placeholder,
.form_sec .form_wrap .form_content input[type="text"]:focus::placeholder {
  color: transparent;
}

@media screen and (max-width: 1400px) {
  .form_sec .form_wrap .form_content input[type="tel"],
  .form_sec .form_wrap .form_content input[type="text"] {
    font-size: 16px;
  }
}

@media screen and (max-width: 1199.5px) {
  .form_sec .form_wrap .form_content input[type="tel"],
  .form_sec .form_wrap .form_content input[type="text"] {
    font-size: 14px;
  }
}

@media screen and (max-width: 767.5px) {
  .form_sec .form_wrap .form_content input[type="tel"],
  .form_sec .form_wrap .form_content input[type="text"] {
    text-align: left;
    font-size: 16px;
  }
}

.form_sec .form_wrap .form_content .submit {
  position: absolute;

  right: 42%;
  top: 54%;
}
@media screen and (max-width: 1199.5px) {
  .form_sec .form_wrap .form_content .submit {
    right: 42%;
    top: 48%;
  }
}
@media screen and (max-width: 991.5px) {
  .form_sec .form_wrap .form_content .submit {
    position: unset;
  }
}
@media screen and (max-width: 767.5px) {
  .form_sec .form_wrap .form_content .submit {
    width: 100% !important;
  }
}
.form_sec .form_wrap .form_content #check_eligibility {
  background-color: #a81d2d;
  color: #fff;
  font-weight: 500;
  border: 0;
  width: 90%;
  border-radius: 30px;
  font-size: 20px;
  padding: 10px 15px;
  transition: all 0.5s;
}
@media screen and (max-width: 1400px) {
  .form_sec .form_wrap .form_content #check_eligibility {
    font-size: 16px;
    font-weight: 500;
    width: 80%;
    border-radius: 30px;
    padding: 10px;
  }
}
@media screen and (max-width: 1199.5px) {
  .form_sec .form_wrap .form_content #check_eligibility {
    width: 100%;
  }
}
@media screen and (max-width: 767.5px) {
  .form_sec .form_wrap .form_content #check_eligibility {
    font-size: 15px;
  }
}

.form_sec .form_wrap .form_content #check_eligibility:hover {
  background-color: #f37d20;
  transition: all 0.5s;
}

.form_sec .form_wrap .form_content input[type="checkbox"] {
  cursor: pointer;
}

.form_sec .form_wrap .form_content label.checkbox {
  color: #7f7f7f;
  font-weight: 400;
  font-size: 15px;
  width: 95%;
  vertical-align: top;
  cursor: pointer;
}

@media screen and (max-width: 1400px) {
  .form_sec .form_wrap .form_content label.checkbox {
    font-size: 12px;
  }
}

@media screen and (max-width: 767.5px) {
  .form_sec .form_wrap .form_content label.checkbox {
    font-size: 14px;
  }
}

.form_sec .form_wrap .form_content .error {
  position: absolute;
  bottom: 0;
  font-size: 12px;
  left: 15px;
  right: 0;
  color: red;
  font-weight: 500;
}

.form_sec h2 {
  color: #d96a27;
  font-weight: 700;
  font-size: 32px;
}

@media screen and (max-width: 1400px) {
  .form_sec h2 {
    font-size: 28px;
  }
}

@media screen and (max-width: 1199.5px) {
  .form_sec h2 {
    font-size: 22px;
  }
}

@media screen and (max-width: 767.5px) {
  .form_sec h2 {
    font-size: 20px;
  }
}

.form_sec .img_wrap {
  width: 40%;
  margin: 0 0 0 auto;
}

.form_sec .saftey_points li {
  width: 32%;
  background-color: #fff;
  border-radius: 20px;
  padding: 50px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.18);
}

@media screen and (max-width: 1199.5px) {
  .form_sec .saftey_points li {
    padding: 25px;
  }
}

@media screen and (max-width: 767.5px) {
  .form_sec .saftey_points li {
    width: 100%;
    padding: 25px 25px 25px 80px;
    position: relative;
    border-radius: 10px;
    margin: 20px auto;
    min-height: 126px;
    display: flex;
    align-items: center;
  }

  .form_sec .saftey_points li:after {
    content: "";
    position: absolute;
    background-color: #d96a27;
    width: 51px;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    border-radius: 10px 0 0 10px;
  }
}

.form_sec .saftey_points li h3 {
  font-size: 28px;
  font-weight: 400;
  color: #d96a27;
  display: flex;
  align-items: center;
  height: 100%;
}

@media screen and (max-width: 1400px) {
  .form_sec .saftey_points li h3 {
    font-size: 22px;
  }
}

@media screen and (max-width: 1199.5px) {
  .form_sec .saftey_points li h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 991.5px) {
  .form_sec .saftey_points li h3 {
    font-size: 18px;
  }
}

@media screen and (max-width: 767.5px) {
  .form_sec .saftey_points li h3 {
    color: #1d1d1d;
    font-size: 16px;
  }
}

.import_sec {
  background-color: #f37d20;
  padding: 200px 0 130px 0;
  margin-top: -100px;
}

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

@media screen and (max-width: 767.5px) {
  .import_sec {
    margin-top: 0;
  }
}

@media screen and (max-width: 767.5px) {
  .import_sec {
    padding: 2rem 1.5rem;
  }
}

.import_sec h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
}

@media screen and (max-width: 1400px) {
  .import_sec h2 {
    font-size: 35px;
  }
}

@media screen and (max-width: 1199.5px) {
  .import_sec h2 {
    font-size: 30px;
  }
}

.import_sec p {
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  position: relative;
  margin-bottom: 2rem;
  padding-bottom: 2.8rem;
}

@media screen and (max-width: 1400px) {
  .import_sec p {
    font-size: 20px;
  }
}

@media screen and (max-width: 1199.5px) {
  .import_sec p {
    font-size: 18px;
    margin-bottom: 1rem;
    padding-bottom: 1.8rem;
  }
}

@media screen and (max-width: 767.5px) {
  .import_sec p {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 16px;
  }
}

.import_sec p:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 3%;
  background-color: #fff;
}

@media screen and (max-width: 767.5px) {
  .import_sec p:after {
    display: none;
  }
}

.import_sec .imports_img_wrap {
  position: absolute;
  margin: 0 auto;
  right: 0;
  width: 50%;
  top: 0;
}

@media screen and (max-width: 1400px) {
  .import_sec .imports_img_wrap {
    width: 40%;
  }
}

@media screen and (max-width: 767.5px) {
  .import_sec .imports_img_wrap {
    position: unset;
    width: 100%;
    margin: 20px 0;
  }
}

.import_sec ul.imports_points li {
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  list-style-type: disc;
}

@media screen and (max-width: 1400px) {
  .import_sec ul.imports_points li {
    font-size: 20px;
  }
}

@media screen and (max-width: 1199.5px) {
  .import_sec ul.imports_points li {
    font-size: 18px;
  }
}

@media screen and (max-width: 767.5px) {
  .import_sec ul.imports_points li {
    font-size: 16px;
  }
}

.difference_sec {
  padding: 12rem 0 7rem;
}

@media screen and (max-width: 1400px) {
  .difference_sec {
    padding: 6rem 0 4rem;
  }
}

@media screen and (max-width: 1199.5px) {
  .difference_sec {
    padding: 4rem 0 3rem;
  }
}

@media screen and (max-width: 767.5px) {
  .difference_sec {
    padding: 3rem 1.5rem;
  }
}

.difference_sec h2 {
  color: #d96a27;
  font-size: 36px;
  font-weight: 700;
}

@media screen and (max-width: 1400px) {
  .difference_sec h2 {
    font-size: 30px;
  }
}

@media screen and (max-width: 1199.5px) {
  .difference_sec h2 {
    font-size: 26px;
  }
}

@media screen and (max-width: 767.5px) {
  .difference_sec h2 {
    font-size: 22px;
  }
}

.difference_sec .img_wrap {
  height: 98px;
}

@media screen and (max-width: 1400px) {
  .difference_sec .img_wrap {
    height: 65px;
  }
}

@media screen and (max-width: 1199.5px) {
  .difference_sec .img_wrap {
    height: 45px;
  }
}

@media screen and (max-width: 767.5px) {
  .difference_sec .img_wrap {
    height: auto;
    max-width: 115px;
    margin-right: 20px;
  }
}

.difference_sec .img_wrap img {
  width: auto;
  height: 100%;
}

@media screen and (max-width: 767.5px) {
  .difference_sec .img_wrap img {
    max-width: 100%;
    height: auto;
  }
}

.difference_sec p {
  color: #303030;
  font-size: 30px;
  font-weight: 600;
}

@media screen and (max-width: 1400px) {
  .difference_sec p {
    font-size: 25px;
  }
}

@media screen and (max-width: 1199.5px) {
  .difference_sec p {
    font-size: 20px;
  }
}

@media screen and (max-width: 767.5px) {
  .difference_sec p {
    font-size: 18px;
  }
}

@media screen and (max-width: 767.5px) {
  .difference_sec p br {
    display: none;
  }
}

.mcq_sec {
  background: url(../img/dotted_bg.png) repeat top/cover;
  padding: 6rem 0;
  z-index: 1;
  margin-top: 2%;
  position: relative;
}

@media screen and (max-width: 1400px) {
  .mcq_sec {
    padding: 3rem 0;
  }
}

@media screen and (max-width: 767.5px) {
  .mcq_sec {
    padding: 3rem 1.5rem;
  }
}

.mcq_sec .container {
  box-shadow: 0 95px 60px 0 rgba(0, 0, 0, 0.31);
  padding: 7%;
  background-color: #fff;
  border-radius: 30px;
  border-bottom: 20px solid #d96a27;
}

@media screen and (max-width: 1400px) {
  .mcq_sec .container {
    box-shadow: 0 62px 60px 0 rgba(0, 0, 0, 0.25);
    padding: 5%;
    border-radius: 22px;
    border-bottom: 15px solid #d96a27;
  }
}

@media screen and (max-width: 767.5px) {
  .mcq_sec .container {
    padding: 8%;
    box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.2);
  }
}

.mcq_sec h2 {
  color: #d96a27;
  font-size: 36px;
  font-weight: 700;
}

@media screen and (max-width: 1400px) {
  .mcq_sec h2 {
    font-size: 30px;
  }
}

@media screen and (max-width: 1199.5px) {
  .mcq_sec h2 {
    font-size: 26px;
  }
}

@media screen and (max-width: 767.5px) {
  .mcq_sec h2 {
    font-size: 20px;
  }

  .mcq_sec h2 br {
    display: none;
  }
}

.mcq_sec ul {
  margin: 70px 0;
}

@media screen and (max-width: 1400px) {
  .mcq_sec ul {
    margin: 30px 0;
  }
}

.mcq_sec ul li {
  margin-bottom: 40px;
}

@media screen and (max-width: 1400px) {
  .mcq_sec ul li {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 767.5px) {
  .mcq_sec ul li {
    margin-bottom: 40px;
  }
}

.mcq_sec ul li h3 {
  color: #303030;
  font-size: 22px;
  font-weight: 600;
}

@media screen and (max-width: 1400px) {
  .mcq_sec ul li h3 {
    font-size: 18px;
  }
}

@media screen and (max-width: 1199.5px) {
  .mcq_sec ul li h3 {
    font-size: 16px;
  }
}

.mcq_sec ul li label {
  color: #303030;
  font-size: 20px;
  font-weight: 500;
}

@media screen and (max-width: 1400px) {
  .mcq_sec ul li label {
    font-size: 16px;
  }
}

@media screen and (max-width: 1199.5px) {
  .mcq_sec ul li label {
    font-size: 14px;
  }
}

.mcq_sec ul li input[type="radio"] {
  position: absolute;
  left: -9999px;
}

.mcq_sec ul li input[type="radio"]:checked + label,
.mcq_sec ul li input[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #303030;
}

@media screen and (max-width: 767.5px) {
  .mcq_sec ul li input[type="radio"]:checked + label,
  .mcq_sec ul li input[type="radio"]:not(:checked) + label {
    padding-left: 20px;
  }
}

.mcq_sec ul li input[type="radio"]:checked + label:before,
.mcq_sec ul li input[type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1.5px solid #303030;
  border-radius: 100%;
  background: #fff;
}

.mcq_sec ul li input[type="radio"]:checked + label:after,
.mcq_sec ul li input[type="radio"]:not(:checked) + label:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #d96a27;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.mcq_sec ul li input[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.mcq_sec ul li input[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.download_btn {
  background-color: #a81d2d;
  border-radius: 35px;
  cursor: pointer;
  display: inline-block;
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  padding: 20px 40px;
  transition: all 0.5s;
  border: none;
  width: fit-content;
}

@media screen and (max-width: 1400px) {
  .download_btn {
    font-size: 18px;
    padding: 14px 30px;
  }
}

@media screen and (max-width: 1199.5px) {
  .download_btn {
    font-size: 16px;
  }
}

@media screen and (max-width: 767.5px) {
  .download_btn {
    text-align: center;
    padding: 18px;
    line-height: 1;
    display: block;
    margin: 0 auto;
  }
}

.download_btn:hover {
  background-color: #f37d20;
  transition: all 0.5s;
}

.faq {
  background-color: #d96a27;
  padding: 6rem 0;
  position: relative;
}

@media screen and (max-width: 1400px) {
  .faq {
    padding: 3rem 0;
  }
}

@media screen and (max-width: 767.5px) {
  .faq {
    background-color: unset;
    padding: 3rem 0 0;
  }
}

.faq:before {
  content: "";
  position: absolute;
  height: 12rem;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #f4f4f4;
}

@media screen and (max-width: 1400px) {
  .faq:before {
    height: 9rem;
  }
}

@media screen and (max-width: 767.5px) {
  .faq:before {
    display: none;
  }
}

.faq .container {
  background-color: #fff;
  width: 60%;
  padding: 6%;
  border-radius: 30px;
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.25);
  position: relative;
}

@media screen and (max-width: 1400px) {
  .faq .container {
    width: 75%;
    padding: 5%;
  }
}

@media screen and (max-width: 767.5px) {
  .faq .container {
    width: calc(100% - 30px);
    border-radius: 20px;
    padding: 3rem 1rem;
    box-shadow: unset;
  }
}

.faq h2 {
  color: #d96a27;
  font-size: 25px;
  font-weight: 600;
}

@media screen and (max-width: 1400px) {
  .faq h2 {
    font-size: 20px;
  }
}

@media screen and (max-width: 767.5px) {
  .faq h2 {
    color: #191919;
  }
}

.faq .accordion {
  padding: 0 23px;
}

@media screen and (max-width: 767.5px) {
  .faq .accordion {
    padding: 0;
  }
}

.faq .accordion .accordion-item {
  position: relative;
  border: 0;
  padding: 10px 0;
  display: list-item;
  list-style-type: number;
  color: #898989;
  font-size: 22px;
  font-weight: 500;
}

@media screen and (max-width: 1400px) {
  .faq .accordion .accordion-item {
    font-size: 18px;
  }
}

@media screen and (max-width: 767.5px) {
  .faq .accordion .accordion-item {
    display: block;
    border-bottom: 1px solid #191919;
  }
}

.faq .accordion .accordion-item:after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #191919;
  left: -23px;
  right: 0;
  width: calc(100% + 46px);
  bottom: 0;
}

@media screen and (max-width: 767.5px) {
  .faq .accordion .accordion-item:after {
    display: none;
  }
}

.faq .accordion .accordion-item:last-child:after {
  display: none;
}

.faq .accordion h2 button {
  color: #898989;
  font-size: 22px;
  font-weight: 700;
}

@media screen and (max-width: 1400px) {
  .faq .accordion h2 button {
    font-size: 18px;
  }
}

.faq .accordion .accordion-body {
  color: #898989;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
}

@media screen and (max-width: 1400px) {
  .faq .accordion .accordion-body {
    font-size: 15px;
  }
}

@media screen and (max-width: 767.5px) {
  .faq .accordion .accordion-body {
    padding: 0;
  }
}

@media screen and (max-width: 767.5px) {
  .faq .accordion .accordion-button {
    padding-right: 0;
    padding-left: 0;
  }
}

.faq .accordion .accordion-button:not(.collapsed) {
  background-color: unset;
  box-shadow: unset;
}

.faq .accordion .accordion-button:focus {
  border: 0;
  box-shadow: unset;
}

.faq .accordion .accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-icon);
}

a.request_callback {
  color: #fff;
  font-size: 20px;
  background-color: #307706;
  width: 100%;
  padding: 20px 0;
  text-align: center;
  cursor: pointer;
  position: fixed;
  bottom: 0;
  z-index: 2;
  text-decoration: none;
  transition: all 1s;
}

a.request_callback_hide {
  bottom: -100%;
  transition: all 1s;
}
.thankyou_txt .thankyou_heading {
  text-align: center;
  color: #d96a27;
  margin-bottom: 15px;
}
.thankyou_txt .thankyou_heading h3 {
  font-size: 27px;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 767.5px) {
  .thankyou_txt .thankyou_heading h3 {
    font-size: 21px;
  }
  .thankyou_txt .thankyou_heading h3 br {
    display: none;
  }
}
.thankyou_txt .thankyou_para {
  text-align: center;
  margin: 1% 0 10% 0;
  position: relative;
}
.thankyou_txt .thankyou_para h3 {
  font-size: 19px;
  color: #111111;
  line-height: normal;
}
@media screen and (max-width: 767.5px) {
  .thankyou_txt .thankyou_para h3 {
    font-size: 17px;
  }
  .thankyou_txt .thankyou_para h3 br {
    display: none;
  }
  .thankyou_txt .thankyou_para h3:after {
    content: "";
    position: absolute;
    top: 125%;
    border-bottom: 1px solid #191919;
    width: calc(100% - 60px);
    left: 7%;
  }
}

.getotp input {
  background-color: #053c6d;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  border: 0;
  bottom: 35px;
  border-radius: 30px;
  padding: 10px 15px;
  transition: all 0.5s;
  cursor: pointer;
}
.getotp input:disabled {
  color: #fff;
  background-color: #bdbdbd;
  cursor: not-allowed;
}
@media (max-width: 1600.5px) {
  .getotp input {
    font-size: 20px;
  }
}
@media (max-width: 1440.5px) {
  .getotp input {
    font-size: 16px;
  }
}
@media (max-width: 1199.5px) {
  .getotp input {
    font-size: 14px;
  }
}
@media (max-width: 991.5px) {
  .getotp input {
    font-size: 11px;
  }
}

.otp_num {
  /* width: 35px; */
  width: 37px;
  margin: 0 0.2rem;
  font-size: 18;
  height: 20px;
  display: inline-block;
  border: none;
  border-bottom: 1px solid #000;
  text-align: center;
}
.otp_num:focus {
  outline: none;
}
@media (max-width: 1199.5px) {
  .otp_num {
    margin: 0 0.2rem;
    width: 29px;
    height: 20px;
  }
}
@media (max-width: 991.5px) {
  .otp_num {
    width: 21px;
  }
}
@media (max-width: 575px) {
  .otp_num {
    width: 30px;
    height: 30px;
  }
}

.form_sec .form_wrap .form_content .getotp button {
  background-color: #053c6d;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border: 0;
  bottom: 35px;
  border-radius: 30px;
  padding: 10px 15px;
  transition: all 0.5s;
  cursor: pointer;
}
@media (max-width: 1199.5px) {
  .form_sec .form_wrap .form_content .getotp button {
    font-size: 14px;
  }
}
@media (max-width: 991.5px) {
  .form_sec .form_wrap .form_content .getotp button {
    font-size: 9px;
  }
}
@media (max-width: 767.5px) {
  .form_sec .form_wrap .form_content .getotp button {
    font-size: 15px;
  }
}
.form_sec .form_wrap .form_content .getotp button:disabled {
  color: #fff;
  background-color: #bdbdbd;
  cursor: not-allowed;
  font-size: 13px;
}

.otpElements {
  width: 26%;
}

@media screen and (max-width: 767px) {
  .otpElements {
    width: 80%;
  }
}
.popupOtp {
  width: 45%;
}
@media screen and (max-width: 991.5px) {
  .popupOtp {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .popupOtp {
    width: 80%;
  }
}
.inputStyle {
  width: 80% !important;
  height: 32px;
  border-radius: 7px;
  border: 0px;
  margin-left: 1px;
  margin-right: 5px;
  background: #dddddd;
  font-size: 20px;
}

.popup-content {
  padding: 0 !important;
  border: none !important;
  width: 90% !important;
  border-radius: 25px !important;
}

.popup-content::before {
  content: "";
  position: absolute;
  width: 100% !important;
  left: 0;
  top: -14px;
  right: 0;
  z-index: -1;
  height: 40px;
  background-color: #ef6e18;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.popup-content::after {
  content: "";
  position: absolute;
  width: 100% !important;
  left: 0;
  bottom: -14px;
  right: 0;
  z-index: -1;
  height: 40px;
  background-color: #ef6e18;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.form_sec .form_wrap .form_content #download {
  background-color: #a81d2d;
  color: #fff;
  font-weight: 500;
  border: 0;
  width: 90%;
  border-radius: 30px;
  font-size: 20px;
  padding: 10px 15px;
  transition: all 0.5s;
}
@media screen and (max-width: 1400px) {
  .form_sec .form_wrap .form_content #download {
    font-size: 16px;
    font-weight: 500;
    width: 80%;
    border-radius: 30px;
    padding: 10px;
  }
}
@media screen and (max-width: 1199.5px) {
  .form_sec .form_wrap .form_content #download {
    width: 100%;
  }
}
@media screen and (max-width: 767.5px) {
  .form_sec .form_wrap .form_content #download {
    font-size: 15px;
  }
}

.form_sec .form_wrap .form_content #download:hover {
  background-color: #f37d20;
  transition: all 0.5s;
}
.form_sec .form_wrap .form_content .popupSubmit {
  position: absolute;
  right: 10%;
  top: 34%;
  /* right: 42%;
    top: 54%; */
}
/* @media screen and (max-width: 1199.5px) {
    .form_sec .form_wrap .form_content .popupSubmit {
        right: 42%;
        top: 48%;
    }
  } */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  appearance: none;
}

@media screen and (max-width: 991.5px) {
  .form_sec .form_wrap .form_content .popupSubmit {
    position: unset;
  }
}
@media screen and (max-width: 767.5px) {
  .form_sec .form_wrap .form_content .popupSubmit {
    width: 100% !important;
  }
}
.react-datepicker-wrapper {
  width: 100%;
}
.amt {
  width: 168px;
}
@media screen and (max-width: 767.5px) {
  .amt {
    width: 100px;
  }
}

.common_w {
  /* width: 100px; */
  width: fit-content;
}
@media screen and (max-width: 767.5px) {
  .common_w {
    width: 100%;
  }
}

.mcq_error {
  font-size: 30px;
  font-family: sans-serif;
  font-stretch: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
  color: red;
}
input[type="number"] {
  -moz-appearance: textfield !important;
}
.port_loading {
  width: 100px;
}
@media screen and (max-width: 767.5px) {
  .port_loading {
    width: 60%;
  }
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 50px white inset !important;
}

.span_value {
  font-size: 12px;
  font-weight: 500;
}
@media screen and (max-width: 991.5px) {
  .span_value {
    font-size: 10px;
    font-weight: 500;
  }
}
.optional {
  width: fit-content !important;
}
@media screen and (max-width: 767.5px) {
  .optional {
    width: 100% !important;
  }
}
@media screen and (max-width: 767.5px) {
  .optional_text {
    width: 89% !important;
  }
}

.dispatch_to {
  width: 64%;
}
.dispatch_from {
  width: 60%;
}
@media screen and (max-width: 767.5px) {
  .shipment_details {
    width: 60%;
  }
}

.port_loading {
  width: 60%;
}
.port_discharge {
  width: 57%;
}
.existing_customer {
  color: #585858;
}
.trans label::before {
  display: none;
}
.trans label::after {
  display: none;
}

.click_here_btn {
  border: 2px solid white;
  background: transparent;
  color: white;
  padding: 3px 20px;
  margin-left: 30px;
}

@media screen and (max-width: 767.5px) {
  .click_here_btn {
    padding: 3px 10px;
    margin-left: 12px;
    font-size: 10px;
    margin-bottom: 15px;
  }
}

.daysfrom {
  margin-left: -30px;
}

@media screen and (max-width: 767.5px) {
  .daysfrom {
    margin-left: 10px;
  }
}

.banner_img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* z-index: 1; */
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
}


#resendOTP{
  background-color: #a81d2d;
    color: #fff;
    font-weight: 500;
    border: 0;
    /* width: 90%; */
    border-radius: 30px;
    font-size: 20px;
    padding: 10px 15px;
    transition: all 0.5s;
}

