@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2;
  color: #ffffff;
  position: relative;
  background-color: #000000;
  text-rendering: optimizeLegibility;
  min-height: 100vh;
  overflow-x: hidden;
}

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

ul,
ol {
  margin: 0;
  padding: 0;
}
ul li,
ol li {
  list-style: none;
}

a {
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
}
a:hover {
  color: #ffffff;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  box-shadow: none;
  border: 1px solid #ccc;
  padding: 1rem 0.625rem;
  background-color: #fff;
  background-image: url("../images/arpw-down.svg");
  background-repeat: no-repeat;
  background-position: right 0.625rem center;
  background-size: 0.625rem;
}

.orange-btn {
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  /* 150% */
  padding: 1rem 1.5rem;
  border-radius: 6.25rem;
  background: var(--Primary-Color, #FE5E1C);
  box-shadow: -12px -9px 24px 0px rgba(0, 0, 0, 0.25) inset, 4px 6px 12px 0px rgba(254, 94, 28, 0.24) inset;
  display: flex;
  align-items: center;
  gap: 1rem;
  max-width: -moz-max-content;
  max-width: max-content;
}
.orange-btn img {
  max-width: 1.5rem;
  max-height: 1.5rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6.25rem;
}

.black-btn {
  color: var(--Primary-Color, #FE5E1C);
  text-align: center;
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  /* 150% */
  padding: 1rem 2rem;
  border-radius: 6.25rem;
  background: var(--Off-Black, #252525);
  box-shadow: -12px -9px 24px 0px rgba(0, 0, 0, 0.25) inset, 4px 6px 12px 0px rgba(254, 94, 28, 0.24) inset;
  display: flex;
  align-items: center;
  gap: 1rem;
  max-width: -moz-max-content;
  max-width: max-content;
}
.black-btn img {
  max-width: 1.5rem;
  max-height: 1.5rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6.25rem;
}
.black-btn:hover {
  color: #FE5E1C;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.sub-heading {
  padding: 0.75rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 6.25rem;
  background: rgba(254, 94, 28, 0.25);
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
}
.sub-heading img {
  max-width: 1.5rem;
  max-height: 1.5rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sub-heading span {
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
  /* 150% */
}

h2 {
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.5rem;
  /* 116.667% */
  text-align: center;
  margin: 0;
}
h2 span {
  display: block;
  color: var(--Primary-Color, #FE5E1C);
}

p {
  color: #FFF;
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.75rem;
  /* 175% */
  margin: 0;
}

header {
  position: fixed;
  top: 1.5rem;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 999;
}
header button {
  display: none;
}
header .header-content-wraper {
  border-radius: 6.25rem;
  background: rgba(37, 37, 37, 0.8);
  box-shadow: -12px -9px 24px 0px rgba(0, 0, 0, 0.25) inset, 4px 6px 12px 0px rgba(254, 94, 28, 0.08) inset;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  padding: 0.75rem 1.5rem;
}
header .header-content-wraper .logo-wraper a {
  display: table;
}
header .header-content-wraper .logo-wraper a img {
  max-width: 13.8335rem;
  max-height: 2.5rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
header .header-content-wraper .menu-wraper ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
}
header .header-content-wraper .menu-wraper ul li {
  color: #FFF;
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  /* 150% */
}
header .header-content-wraper .menu-wraper ul li.for-mobile {
  display: none;
}
header .header-content-wraper .btn-wraper {
  display: flex;
  align-items: center;
  gap: 1rem;
}
header .header-content-wraper .btn-wraper a.orange-btn {
  gap: 0.62rem;
  padding: 0.75rem 1.5rem;
}

footer {
  position: relative;
  background: #0F0F0F;
  overflow: hidden;
}
footer .footer-content-wraper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
  padding: 7.5rem 0;
}
footer .bg-images-wraper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3.25rem;
}
footer .bg-images-wraper img {
  width: 48.5%;
  height: 31.125rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
footer .row {
  gap: 5rem 0;
}
footer a.logo {
  display: table;
}
footer a.logo img {
  max-width: 13.54994rem;
  max-height: 2.5rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
footer ul.contact-details {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-top: 2.5rem;
}
footer ul.contact-details li span {
  display: block;
  color: #FFF;
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  /* 150% */
  margin-bottom: 0.5rem;
}
footer ul.contact-details li a {
  display: block;
  color: #FFF;
  font-family: Poppins;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.75rem;
  /* 140% */
}
footer ul.social-media {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
}
footer ul.social-media li {
  color: #FFF;
  font-family: Poppins;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.875rem;
  /* 100% */
}
footer ul.social-media li a {
  padding: 0.5rem 1rem;
  border-radius: 6.25rem;
  border: 1px solid #FFF;
}
footer h5 {
  max-width: 26.125rem;
  color: #FFF;
  text-align: right;
  font-family: Poppins;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2rem;
  /* 133.333% */
  margin-left: auto;
  margin-bottom: 1.75rem;
}
footer h6 {
  color: #FFF;
  font-family: Poppins;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  /* 171.429% */
  margin: 0;
}
footer .btn-wraper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.5rem;
}

section.home-banner {
  position: relative;
  z-index: 0;
  padding-top: 15rem;
  overflow: hidden;
}
section.home-banner .row {
  gap: 5rem 0;
}
section.home-banner .bg-img-wraper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3.25rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
section.home-banner .bg-img-wraper img {
  width: 48%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
section.home-banner h1 {
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 4rem;
  font-style: normal;
  font-weight: 800;
  line-height: 4.5rem;
  /* 112.5% */
  margin-bottom: 1rem;
}
section.home-banner h1 span {
  display: block;
  color: var(--Primary-Color, #FE5E1C);
}
section.home-banner p {
  text-align: center;
  margin-bottom: 2.5rem;
}
section.home-banner .btn-wraper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
section.home-banner .video-wraper {
  width: 100%;
  height: 35rem;
  position: relative;
  overflow: hidden;
  border-radius: 1.5rem;
  border: 8px solid rgba(0, 0, 0, 0.24);
}
section.home-banner .video-wraper video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.home-banner .video-wraper a.play-btn {
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  /* 150% */
  border-radius: 6.25rem;
  background: var(--Primary-Color, #FE5E1C);
  width: 6.25rem;
  height: 6.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
section.home-banner img.blur-lolor-bg {
  position: absolute;
  bottom: 7.42rem;
  left: 0;
  width: 100%;
  height: 41.25rem;
  z-index: -1;
  fill: var(--Primary-Color, #FE5E1C);
  filter: blur(80px);
  transform: scale(1.05);
}

section.home-sec2 {
  padding-top: 10rem;
}
section.home-sec2 h2 {
  margin-top: 1rem;
}
section.home-sec2 .row {
  gap: 2.5rem 0;
}
section.home-sec2 .service-cart-wraper {
  border-radius: 2rem;
  background: rgba(37, 37, 37, 0.64);
  padding: 3rem;
  overflow: hidden;
  position: relative;
  height: 100%;
  display: grid;
}
section.home-sec2 .service-cart-wraper a.black-btn {
  margin-top: auto;
}
section.home-sec2 .service-cart-wraper .heading-wraper {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2.5rem;
}
section.home-sec2 .service-cart-wraper .heading-wraper span {
  width: 4rem;
  height: 4rem;
  border-radius: 6.25rem;
  background: var(--Primary-Color, #FE5E1C);
  display: flex;
  align-items: center;
  justify-content: center;
}
section.home-sec2 .service-cart-wraper .heading-wraper span img {
  max-width: 1.5rem;
  max-height: 1.5rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.home-sec2 .service-cart-wraper .heading-wraper h5 {
  color: #FFF;
  font-family: Poppins;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
  /* 100% */
  margin: 0;
}
section.home-sec2 .service-cart-wraper h4 {
  color: #FFF;
  font-family: Poppins;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.5rem;
  /* 125% */
  margin-bottom: 1rem;
  min-height: 92px;
}
section.home-sec2 .service-cart-wraper h4 span {
  color: var(--Primary-Color, #FE5E1C);
}
section.home-sec2 .service-cart-wraper p {
  margin-bottom: 2.5rem;
}
section.home-sec2 .service-cart-wraper span.circle {
  width: 14.375rem;
  height: 14.375rem;
  position: absolute;
  right: -1.875rem;
  top: -2.9375rem;
  background-color: var(--Primary-Color, #FE5E1C);
  filter: blur(197px);
}

section.home-sec3 {
  padding: 10rem 0;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
section.home-sec3 img.top {
  width: 42.50006rem;
  height: 14.92881rem;
  filter: blur(48px);
  position: absolute;
  top: 11.25rem;
  left: 0;
  z-index: -1;
  transform: scale(1.65);
}
section.home-sec3 img.bottom {
  width: 42.50006rem;
  height: 14.92881rem;
  filter: blur(60px);
  position: absolute;
  bottom: 12.7rem;
  right: -5.62rem;
  z-index: -1;
  transform: scale(1.2);
}
section.home-sec3 .img-wraper {
  position: relative;
  overflow: hidden;
  border-radius: 1.5rem;
}
section.home-sec3 .img-wraper::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 78.79%, #000 100%);
  position: absolute;
  top: 0;
  left: 0;
}
section.home-sec3 .img-wraper img {
  width: 100%;
  height: 35.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
section.home-sec3 .sub-heading {
  margin: 0;
}
section.home-sec3 h3 {
  color: var(--Gray, #EBE5E5);
  font-family: Poppins;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3rem;
  /* 120% */
  margin: 1rem 0;
}
section.home-sec3 h3 span {
  color: var(--Primary-Color, #FE5E1C);
}
section.home-sec3 p {
  margin-bottom: 2.5rem;
}

section.home-sec4 {
  padding-bottom: 10rem;
}
section.home-sec4 ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.88rem;
}
section.home-sec4 ul li {
  padding: 0 1rem;
  position: relative;
}
section.home-sec4 ul li::after {
  content: "";
  width: 0.0625rem;
  height: 7.8135rem;
  background: linear-gradient(109deg, #000 0%, #6C6C6C 50%, #000 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  right: -0.94rem;
  margin: auto;
}
section.home-sec4 ul li:last-child::after {
  display: none;
}
section.home-sec4 ul li strong {
  display: block;
  color: var(--Primary-Color, #FE5E1C);
  text-align: center;
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 0;
  min-height: 66px;
}
section.home-sec4 ul li p {
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
  /* 150% */
}
section.home-sec4 ul li p span {
  font-size: 1.25rem;
  font-style: normal;
  display: block;
  margin-bottom: 0.5rem;
}

section.home-sec5 .row {
  gap: 2.5rem 0;
}
section.home-sec5 h2 {
  max-width: 54.125rem;
  text-align: center;
  margin: 1rem auto;
}
section.home-sec5 p {
  max-width: 54.125rem;
  text-align: center;
  margin: 0 auto;
}
section.home-sec5 .tips-wraper {
  position: relative;
  overflow: hidden;
  padding: 1.5rem 1.5rem 2rem 1.5rem;
  border-radius: 2rem;
  background: rgba(37, 37, 37, 0.64);
}
section.home-sec5 .tips-wraper img.top-img {
  width: 100%;
  height: 14rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.5rem;
}
section.home-sec5 .tips-wraper h4 {
  color: #FFF;
  font-family: Poppins;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem;
  /* 133.333% */
  margin: 2.5rem 0 1rem;
}
section.home-sec5 .tips-wraper p {
  margin-bottom: 2.5rem;
  max-width: 100%;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  height: 8.61515rem;
  display: block;
  display: -webkit-box;
}
section.home-sec5 .tips-wraper a {
  color: var(--Primary-Color, #FE5E1C);
  font-family: Poppins;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
  /* 120% */
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
section.home-sec5 .tips-wraper a img {
  max-width: 1.50263rem;
  max-height: 1.50263rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.home-sec5 .tips-wraper span.circle {
  width: 14.375rem;
  height: 14.375rem;
  position: absolute;
  right: -15.875rem;
  top: -2.9375rem;
  background-color: var(--Primary-Color, #FE5E1C);
  filter: blur(197px);
}

section.home-sec6 {
  padding: 17.5rem 0;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
section.home-sec6 img.top {
  width: 72.44088rem;
  height: 14.92881rem;
  filter: blur(70px);
  position: absolute;
  top: 10rem;
  right: -3.69rem;
  transform: scale(1.05) rotate(5deg);
  z-index: -1;
}
section.home-sec6 img.bottom {
  width: 72.44088rem;
  height: 14.92881rem;
  filter: blur(70px);
  position: absolute;
  left: -8.81rem;
  bottom: 14.98rem;
  transform: scale(1.05) rotate(5deg);
  z-index: -1;
}
section.home-sec6 h2 {
  margin: 1rem 0;
  text-align: center;
}
section.home-sec6 h2 span {
  display: block;
}
section.home-sec6 p {
  margin-bottom: 2.5rem;
  text-align: center;
}
section.home-sec6 a.orange-btn {
  margin: 0 auto;
}

section.home-sec7 {
  padding: 0rem 0 10rem;
}
section.home-sec7 .heading-wraper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 2.5rem;
}
section.home-sec7 .heading-wraper .sub-heading {
  margin: 0;
}
section.home-sec7 .heading-wraper h2 {
  margin-top: 1rem;
  text-align: left;
}
section.home-sec7 .wraper {
  border-radius: 2rem;
  background: rgba(37, 37, 37, 0.63);
  padding: 1rem;
  width: 100%;
  height: auto;
}
section.home-sec7 .wraper img,
section.home-sec7 .wraper video {
  width: 100%;
  height: 17.125rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
}

section.home-sec8 {
  padding-bottom: 10rem;
}
section.home-sec8 h2 {
  margin: 1rem 0;
  text-align: center;
}
section.home-sec8 p {
  text-align: center;
  margin-bottom: 2.5rem;
}
section.home-sec8 .form-wraper {
  border-radius: 2rem;
  background: rgba(37, 37, 37, 0.64);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  padding: 2.5rem;
  position: relative;
  overflow: hidden;
}
section.home-sec8 .form-wraper::after {
  content: "";
  width: 14.375rem;
  height: 14.375rem;
  position: absolute;
  right: -7.1875rem;
  top: -7.1875rem;
  background-color: var(--Primary-Color, #FE5E1C);
  filter: blur(197px);
}
section.home-sec8 .form-wraper::before {
  content: "";
  width: 14.375rem;
  height: 14.375rem;
  position: absolute;
  left: -7.1875rem;
  bottom: -7.1875rem;
  background-color: var(--Primary-Color, #FE5E1C);
  filter: blur(197px);
}
section.home-sec8 .form-wraper label {
  color: #FFF;
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  /* 150% */
  display: block;
  margin-bottom: 0.5rem;
}
section.home-sec8 .form-wraper input:not([type=submit]),
section.home-sec8 .form-wraper textarea {
  width: 100%;
  border-radius: 0.5rem;
  background: rgba(37, 37, 37, 0.72);
  padding: 1.026rem 1.5rem;
  border: none;
  outline: none;
  color: #fff;
}
section.home-sec8 .form-wraper input:not([type=submit])::-moz-placeholder, section.home-sec8 .form-wraper textarea::-moz-placeholder {
  color: #929292;
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
  /* 150% */
}
section.home-sec8 .form-wraper input:not([type=submit])::placeholder,
section.home-sec8 .form-wraper textarea::placeholder {
  color: #929292;
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
  /* 150% */
}
section.home-sec8 .form-wraper textarea {
  resize: none;
  height: 7.5rem;
  margin-bottom: 2.5rem;
}
section.home-sec8 .flex-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.88rem;
  margin-bottom: 1.88rem;
}
section.home-sec8 .fild-wraper {
  width: 100%;
}
section.home-sec8 .orange-btn {
  position: relative;
  overflow: hidden;
  margin-left: auto;
}
section.home-sec8 .orange-btn input[type=submit] {
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 9;
  border: none;
  border-radius: 6.25rem;
}

section.detailed-tip-sec1 {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
section.detailed-tip-sec1::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 35.29%, #000 100%);
  position: absolute;
  top: 0;
  left: 0;
}
section.detailed-tip-sec1 img.bg-img {
  width: 100%;
  height: 37.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
section.detailed-tip-sec1 .content-wraper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  z-index: 99;
}
section.detailed-tip-sec1 .content-wraper h1 {
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3rem;
  /* 100% */
  margin-bottom: 2.5rem;
}
section.detailed-tip-sec1 .content-wraper ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.87rem;
  margin-bottom: 1rem;
}
section.detailed-tip-sec1 .content-wraper ul li {
  color: #FFF;
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1rem;
  /* 100% */
  position: relative;
}
section.detailed-tip-sec1 .content-wraper ul li:last-child::after {
  display: none;
}
section.detailed-tip-sec1 .content-wraper ul li::after {
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -2.3rem;
  margin: auto;
  border-radius: 50%;
  background-color: #fff;
}
section.detailed-tip-sec1 .content-wraper h6 {
  color: #FFF;
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1rem;
  /* 100% */
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-left: auto;
  margin-right: 5.5rem;
}
section.detailed-tip-sec1 .content-wraper h6 img {
  max-width: 2rem;
  max-height: 2rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

section.detailed-tip-sec2 {
  padding-top: 5rem;
}
section.detailed-tip-sec2 .text-wraper {
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #525252;
  margin-bottom: 5rem;
}
section.detailed-tip-sec2 .text-wraper p {
  font-weight: 600;
  margin-bottom: 1.6rem;
}
section.detailed-tip-sec2 .text-wraper p:last-child {
  margin: 0;
}
section.detailed-tip-sec2 .flex-box {
  padding: 0rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2.81rem;
}
section.detailed-tip-sec2 .flex-box ul.view-wraper {
  display: flex;
  align-items: center;
  gap: 3.87rem;
}
section.detailed-tip-sec2 .flex-box ul.view-wraper li {
  color: #FFF;
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1rem;
  /* 100% */
  position: relative;
}
section.detailed-tip-sec2 .flex-box ul.view-wraper li::after {
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -2.3rem;
  margin: auto;
  border-radius: 50%;
  background-color: #fff;
}
section.detailed-tip-sec2 .flex-box ul.view-wraper li:last-child::after {
  display: none;
}
section.detailed-tip-sec2 .flex-box ul.social-icon {
  display: flex;
  align-items: center;
  gap: 1rem;
}
section.detailed-tip-sec2 .flex-box ul.social-icon li {
  display: table;
  position: relative;
}
section.detailed-tip-sec2 .flex-box ul.social-icon li:first-child {
  margin-right: 2.5rem;
}
section.detailed-tip-sec2 .flex-box ul.social-icon li:first-child::after {
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1.9rem;
  margin: auto;
  border-radius: 50%;
  background-color: #fff;
}
section.detailed-tip-sec2 .flex-box ul.social-icon li a {
  display: table;
}
section.detailed-tip-sec2 .flex-box ul.social-icon li a img {
  max-width: 2rem;
  max-height: 2rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.detailed-tip-sec2 .form-wraper label {
  display: block;
  color: #FFF;
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
  /* 150% */
  margin-bottom: 0.5rem;
}
section.detailed-tip-sec2 .form-wraper textarea {
  width: 100%;
  height: 6.0625rem;
  border-radius: 0.75rem;
  background: var(--Off-Black, #252525);
  padding: 0.75rem 1.5rem;
  margin-bottom: 1rem;
  outline: none;
  border: none;
  color: #fff;
  resize: none;
}
section.detailed-tip-sec2 .form-wraper textarea::-moz-placeholder {
  color: #A2A2A2;
  font-family: Poppins;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  /* 171.429% */
}
section.detailed-tip-sec2 .form-wraper textarea::placeholder {
  color: #A2A2A2;
  font-family: Poppins;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  /* 171.429% */
}
section.detailed-tip-sec2 .form-wraper .orange-btn {
  position: relative;
  overflow: hidden;
  margin-left: auto;
}
section.detailed-tip-sec2 .form-wraper .orange-btn input[type=submit] {
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 9;
  border: none;
  border-radius: 6.25rem;
}

section.detailed-tip-sec3 {
  padding: 7.5rem 0;
}
section.detailed-tip-sec3 .row {
  gap: 2.5rem 0;
}
section.detailed-tip-sec3 h3 {
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem;
  /* 133.333% */
  margin: 0;
}
section.detailed-tip-sec3 .tips-wraper {
  position: relative;
  overflow: hidden;
  padding: 1rem 1rem 1.5rem 1rem;
  border-radius: 1.4915rem;
  background: rgba(37, 37, 37, 0.64);
  height: 100%;
}
section.detailed-tip-sec3 .tips-wraper img.top-img {
  width: 100%;
  height: 10.44044rem;
  border-radius: 1.11863rem;
}
section.detailed-tip-sec3 .tips-wraper h4 {
  color: #FFF;
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4915rem;
  /* 149.149% */
  margin-bottom: 0.75rem;
  margin-top: 1.86rem;
}
section.detailed-tip-sec3 .tips-wraper p {
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.30506rem;
  /* 130.505% */
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 3.91515rem;
  margin-bottom: 1.86rem;
  display: block;
  display: -webkit-box;
  max-width: 100%;
}
section.detailed-tip-sec3 .tips-wraper a {
  color: var(--Primary-Color, #FE5E1C);
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.11863rem;
  /* 111.862% */
  display: inline-flex;
  align-items: center;
  gap: 0.37rem;
  white-space: nowrap;
}
section.detailed-tip-sec3 .tips-wraper a img {
  max-width: 1.125rem;
  max-height: 1rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.detailed-tip-sec3 .tips-wraper span.circle {
  width: 10.72006rem;
  height: 10.72006rem;
  position: absolute;
  right: -12.19625rem;
  top: -2.19063rem;
  background-color: var(--Primary-Color, #FE5E1C);
  filter: blur(146.9114532471px);
  border-radius: 50%;
}

section.booking-business-audit-details-sec1 {
  padding: 10rem 0 7.5rem;
}
section.booking-business-audit-details-sec1 a.back-page {
  color: #FFF;
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  /* 150% */
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}
section.booking-business-audit-details-sec1 a.back-page img {
  max-width: 1.5rem;
  max-height: 1.5rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6.25rem;
}
section.booking-business-audit-details-sec1 h4 {
  color: #FFF;
  font-family: Poppins;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  /* 100% */
  margin: 2.5rem 0 1.5rem;
}
section.booking-business-audit-details-sec1 h5 {
  color: var(--Gray, #EBE5E5);
  font-family: Poppins;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  /* 120% */
  margin-bottom: 0.5rem;
}
section.booking-business-audit-details-sec1 span.b-rds {
  color: var(--Gray, #EBE5E5);
  font-family: Poppins;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
  /* 114.286% */
  border-radius: 6250rem;
  border: 1px solid #767070;
  padding: 0.25rem 1rem;
  display: inline-block;
}
section.booking-business-audit-details-sec1 ul {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  margin-top: 2rem;
}
section.booking-business-audit-details-sec1 ul li {
  color: var(--Gray, #EBE5E5);
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
  /* 100% */
  position: relative;
}
section.booking-business-audit-details-sec1 ul li:last-child::after {
  display: none;
}
section.booking-business-audit-details-sec1 ul li::after {
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1.3rem;
  margin: auto;
  border-radius: 50%;
  background-color: #fff;
}
section.booking-business-audit-details-sec1 .form-wraper {
  padding: 0 2rem;
}
section.booking-business-audit-details-sec1 .form-wraper h3 {
  color: #FFF;
  font-family: Poppins;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  /* 100% */
  margin-bottom: 1.5rem;
}
section.booking-business-audit-details-sec1 .form-wraper label {
  display: block;
  color: #FFF;
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
  /* 150% */
  margin-bottom: 0.5rem;
}
section.booking-business-audit-details-sec1 .form-wraper input:not([type=submit]),
section.booking-business-audit-details-sec1 .form-wraper textarea {
  border-radius: 0.75rem;
  background: var(--Off-Black, #252525);
  padding: 1.105rem 1.5rem;
  width: 100%;
  border: none;
  outline: none;
  margin-bottom: 1rem;
  color: #fff;
}
section.booking-business-audit-details-sec1 .form-wraper input:not([type=submit])::-moz-placeholder, section.booking-business-audit-details-sec1 .form-wraper textarea::-moz-placeholder {
  color: #A2A2A2;
  font-family: Poppins;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  /* 171.429% */
}
section.booking-business-audit-details-sec1 .form-wraper input:not([type=submit])::placeholder,
section.booking-business-audit-details-sec1 .form-wraper textarea::placeholder {
  color: #A2A2A2;
  font-family: Poppins;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  /* 171.429% */
}
section.booking-business-audit-details-sec1 .form-wraper textarea {
  resize: none;
  height: 7.5rem;
  margin-bottom: 1.5rem;
}
section.booking-business-audit-details-sec1 .form-wraper .checkbox-wraper {
  position: relative;
  display: block;
  max-width: -moz-max-content;
  max-width: max-content;
  overflow: hidden;
}
section.booking-business-audit-details-sec1 .form-wraper .checkbox-wraper label {
  color: #FFF;
  font-family: Poppins;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
  /* 171.429% */
  margin: 0;
  position: relative;
  padding-left: 2rem;
}
section.booking-business-audit-details-sec1 .form-wraper .checkbox-wraper label::after {
  content: "";
  border-radius: 0.25rem;
  border: 1.5px solid var(--Primary-Color, #FE5E1C);
  background: var(--Off-Black, #252525);
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
section.booking-business-audit-details-sec1 .form-wraper .checkbox-wraper input[type=checkbox] {
  padding: 0;
  margin: 0;
  border-radius: 0;
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 9;
  cursor: pointer;
}
section.booking-business-audit-details-sec1 .form-wraper .checkbox-wraper input[type=checkbox]:checked + label::after {
  content: "\f00c";
  font-family: fontawesome;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FE5E1C;
}
section.booking-business-audit-details-sec1 .form-wraper .orange-btn {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  padding: 0.75rem 1.5rem;
  justify-content: center;
  margin: 2rem 0;
}
section.booking-business-audit-details-sec1 .form-wraper .orange-btn input[type=submit] {
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 9;
  border: none;
  border-radius: 6.25rem;
}
section.booking-business-audit-details-sec1 h6 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
  position: relative;
  z-index: 0;
}
section.booking-business-audit-details-sec1 h6::after {
  content: "";
  width: 100%;
  height: 0.0625rem;
  background-color: #525252;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  z-index: -1;
}
section.booking-business-audit-details-sec1 h6 span {
  color: #FFF;
  font-family: Poppins;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
  /* 171.429% */
  padding: 0 0.62rem;
  display: table;
  background-color: #000;
}
section.booking-business-audit-details-sec1 a.black-btn {
  width: 100%;
  max-width: 100%;
  justify-content: center;
  border-radius: 6.25rem;
  background: var(--Off-Black, #252525);
  box-shadow: -12px -9px 24px 0px rgba(0, 0, 0, 0.25) inset, 4px 6px 12px 0px rgba(254, 94, 28, 0.04) inset;
}

section.booking-business-audit-sec1 {
  padding: 10rem 0 7.5rem;
}
section.booking-business-audit-sec1 .col-lg-12 h3 {
  color: var(--Gray, #EBE5E5);
  font-family: Poppins;
  font-size: 2rem;
  font-style: normal;
  text-align: center;
  font-weight: 600;
  line-height: 2rem;
  /* 100% */
  margin-top: 2.5rem;
  margin-bottom: 0;
}
section.booking-business-audit-sec1 .col-lg-12 ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.87rem;
  margin-top: 0.5rem;
  margin-bottom: 4rem;
}
section.booking-business-audit-sec1 .col-lg-12 ul li {
  color: var(--Gray, #EBE5E5);
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
  /* 100% */
  position: relative;
}
section.booking-business-audit-sec1 .col-lg-12 ul li:last-child::after {
  display: none;
}
section.booking-business-audit-sec1 .col-lg-12 ul li::after {
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -2.1rem;
  margin: auto;
  border-radius: 50%;
  background-color: #fff;
}
section.booking-business-audit-sec1 .video-box {
  border-radius: 1rem;
  border: 1px solid #525252;
  padding: 1rem;
  padding-bottom: 2.71rem;
}
section.booking-business-audit-sec1 .video-box video {
  width: 100%;
  height: 13.53825rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
}
section.booking-business-audit-sec1 .video-box a {
  display: block;
  color: #FFF;
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  /* 150% */
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  background: #CD4B17;
  margin-top: 0.75rem;
}
section.booking-business-audit-sec1 .dt-box-wraper {
  border-top: 1px solid #525252;
  border-bottom: 1px solid #525252;
  padding: 2rem 0rem;
  padding-right: 1.88rem;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: flex-start;
  gap: 1.88rem;
}
section.booking-business-audit-sec1 .dt-box-wraper .calender-wraper {
  width: calc(100% - 20.265rem);
}
section.booking-business-audit-sec1 .dt-box-wraper .calender-wraper h5 {
  color: var(--Gray, #EBE5E5);
  font-family: Poppins;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.25rem;
  /* 100% */
  margin-bottom: 0.5rem;
  padding-left: 1rem;
}
section.booking-business-audit-sec1 .dt-box-wraper .calender-wraper h6 {
  color: var(--Gray, #EBE5E5);
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1rem;
  /* 100% */
  display: flex;
  align-items: center;
  gap: 0.63rem;
  margin-bottom: 2rem;
  padding-left: 1rem;
}
section.booking-business-audit-sec1 .dt-box-wraper .calender-wraper h6 img {
  max-width: 1.5rem;
  max-height: 1rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.booking-business-audit-sec1 .dt-box-wraper .calender-wraper #calendar {
  padding: 0.5rem 1rem;
}
section.booking-business-audit-sec1 .dt-box-wraper .calender-wraper #calendar .ui-datepicker-inline .ui-datepicker-header {
  max-width: 12.75rem;
  width: 100%;
  margin: 0 auto 0.75rem;
  position: relative;
}
section.booking-business-audit-sec1 .dt-box-wraper .calender-wraper #calendar .ui-datepicker-inline .ui-datepicker-header a.ui-corner-all {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  max-height: -moz-max-content;
  max-height: max-content;
}
section.booking-business-audit-sec1 .dt-box-wraper .calender-wraper #calendar .ui-datepicker-inline .ui-datepicker-header a.ui-corner-all span {
  display: none;
}
section.booking-business-audit-sec1 .dt-box-wraper .calender-wraper #calendar .ui-datepicker-inline .ui-datepicker-header a.ui-datepicker-prev {
  left: 0;
}
section.booking-business-audit-sec1 .dt-box-wraper .calender-wraper #calendar .ui-datepicker-inline .ui-datepicker-header a.ui-datepicker-prev::after {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background-image: url(../images/c-prev.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  display: block;
}
section.booking-business-audit-sec1 .dt-box-wraper .calender-wraper #calendar .ui-datepicker-inline .ui-datepicker-header a.ui-datepicker-next {
  right: 0;
}
section.booking-business-audit-sec1 .dt-box-wraper .calender-wraper #calendar .ui-datepicker-inline .ui-datepicker-header a.ui-datepicker-next::after {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background-image: url(../images/c-next.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  display: block;
}
section.booking-business-audit-sec1 .dt-box-wraper .calender-wraper #calendar .ui-datepicker-inline .ui-datepicker-header .ui-datepicker-title {
  padding: 0.58413rem 1.55763rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
section.booking-business-audit-sec1 .dt-box-wraper .calender-wraper #calendar .ui-datepicker-inline .ui-datepicker-header .ui-datepicker-title span {
  color: var(--Gray, #EBE5E5);
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
section.booking-business-audit-sec1 .dt-box-wraper .calender-wraper #calendar .ui-datepicker-inline .ui-datepicker-calendar {
  width: 100%;
}
section.booking-business-audit-sec1 .dt-box-wraper .calender-wraper #calendar .ui-datepicker-inline .ui-datepicker-calendar thead tr th {
  padding: 0.39rem 1.35rem 1.12rem;
  text-align: center;
}
section.booking-business-audit-sec1 .dt-box-wraper .calender-wraper #calendar .ui-datepicker-inline .ui-datepicker-calendar thead tr th span {
  color: var(--Gray, #EBE5E5);
  text-align: center;
  font-family: Poppins;
  font-size: 0.95rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
section.booking-business-audit-sec1 .dt-box-wraper .calender-wraper #calendar .ui-datepicker-inline .ui-datepicker-calendar tbody tr td {
  padding: 0.73rem 1.35rem;
  text-align: center;
}
section.booking-business-audit-sec1 .dt-box-wraper .calender-wraper #calendar .ui-datepicker-inline .ui-datepicker-calendar tbody tr td.ui-datepicker-today {
  padding: 0;
}
section.booking-business-audit-sec1 .dt-box-wraper .calender-wraper #calendar .ui-datepicker-inline .ui-datepicker-calendar tbody tr td span {
  color: rgba(235, 229, 229, 0.1607843137);
  text-align: center;
  font-family: Poppins;
  font-size: 0.95rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
section.booking-business-audit-sec1 .dt-box-wraper .calender-wraper #calendar .ui-datepicker-inline .ui-datepicker-calendar tbody tr td a {
  color: var(--Gray, #EBE5E5);
  text-align: center;
  font-family: Poppins;
  font-size: 0.95rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
section.booking-business-audit-sec1 .dt-box-wraper .calender-wraper #calendar .ui-datepicker-inline .ui-datepicker-calendar tbody tr td a.ui-state-active {
  width: 2.72588rem;
  height: 2.72588rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FE5E1C;
  border-radius: 50%;
  margin: 0 auto;
}
section.booking-business-audit-sec1 .dt-box-wraper .time-wraper {
  max-width: 19.125rem;
  width: 100%;
}
section.booking-business-audit-sec1 .dt-box-wraper .time-wraper h5 {
  color: var(--Gray, #EBE5E5);
  font-family: Poppins;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.25rem;
  /* 100% */
  margin-bottom: 0.5rem;
}
section.booking-business-audit-sec1 .dt-box-wraper .time-wraper h6 {
  color: var(--Gray, #EBE5E5);
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1rem;
  /* 100% */
  margin-bottom: 2rem;
}
section.booking-business-audit-sec1 .dt-box-wraper .time-wraper .scroll-box {
  height: 20.8rem;
  overflow-y: scroll;
  overflow-x: hidden;
  margin-bottom: 1rem;
}
section.booking-business-audit-sec1 .dt-box-wraper .time-wraper .scroll-box::-webkit-scrollbar {
  display: none;
}
section.booking-business-audit-sec1 .dt-box-wraper .time-wraper .scroll-box ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem 2rem;
}
section.booking-business-audit-sec1 .dt-box-wraper .time-wraper .scroll-box ul li {
  color: var(--Gray, #EBE5E5);
  font-family: Poppins;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  width: 100%;
}
section.booking-business-audit-sec1 .dt-box-wraper .time-wraper .scroll-box ul li.active a {
  border: 2px solid var(--Primary-Color, #FE5E1C);
}
section.booking-business-audit-sec1 .dt-box-wraper .time-wraper .scroll-box ul li a {
  padding: 1rem 0.9rem;
  border: 1px solid var(--Gray, #EBE5E5);
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
}
section.booking-business-audit-sec1 .dt-box-wraper .time-wraper .scroll-box + h6 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.62rem;
  font-weight: 500;
  margin: 0;
}
section.booking-business-audit-sec1 .dt-box-wraper .time-wraper .scroll-box + h6 img {
  max-width: 1.5rem;
  max-height: 1rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.booking-business-audit-sec1 a.orange-btn {
  padding: 0.75rem 1.5rem;
  margin-left: auto;
}

.all-popup .modal-dialog {
  max-width: 41.5625rem;
  width: 100%;
}
.all-popup .modal-dialog .modal-content {
  border-radius: 1.5rem;
  background: rgba(37, 37, 37, 0.88);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
.all-popup .modal-dialog .modal-content .modal-body {
  padding: 2.5rem 4.5rem;
  position: relative;
}
.all-popup .modal-dialog .modal-content .modal-body .btn-close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}
.all-popup .modal-dialog .modal-content .modal-body h3 {
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}
.all-popup .modal-dialog .modal-content .modal-body h4 {
  color: #FFF;
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  margin: 0;
}
.all-popup .modal-dialog .modal-content .modal-body h4 + .orange-btn {
  margin-top: 1rem;
}
.all-popup .modal-dialog .modal-content .modal-body h4 a {
  color: #FE5E1C;
  font-weight: 600;
}
.all-popup .modal-dialog .modal-content .modal-body h6 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2.5rem 0;
  position: relative;
  z-index: 0;
}
.all-popup .modal-dialog .modal-content .modal-body h6::after {
  content: "";
  width: 100%;
  height: 0.0625rem;
  background-color: #525252;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  z-index: -1;
}
.all-popup .modal-dialog .modal-content .modal-body h6 span {
  color: #FFF;
  font-family: Poppins;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
  /* 171.429% */
  padding: 0 0.62rem;
  display: table;
  background: rgba(35, 35, 35, 0.9098039216);
}
.all-popup .modal-dialog .modal-content .modal-body p {
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 2.5rem;
}
.all-popup .modal-dialog .modal-content .modal-body label {
  color: #FFF;
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
  /* 150% */
  margin-bottom: 0.5rem;
}
.all-popup .modal-dialog .modal-content .modal-body input:not([type=submit]) {
  padding: 1.105rem 1.5rem;
  width: 100%;
  border-radius: 0.75rem;
  background: #363636;
  border: none;
  outline: none;
  color: #fff;
  margin-bottom: 1rem;
}
.all-popup .modal-dialog .modal-content .modal-body input:not([type=submit])::-moz-placeholder {
  color: #A2A2A2;
  font-family: Poppins;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  /* 171.429% */
}
.all-popup .modal-dialog .modal-content .modal-body input:not([type=submit])::placeholder {
  color: #A2A2A2;
  font-family: Poppins;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  /* 171.429% */
}
.all-popup .modal-dialog .modal-content .modal-body .orange-btn {
  position: relative;
  overflow: hidden;
  margin: 2.5rem auto 0;
  padding: 0.75rem 2.5rem;
}
.all-popup .modal-dialog .modal-content .modal-body .orange-btn input[type=submit] {
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 9;
  border: none;
  border-radius: 6.25rem;
}
.all-popup .modal-dialog .modal-content .modal-body .forger-wraper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 0.5rem;
}
.all-popup .modal-dialog .modal-content .modal-body .forger-wraper a {
  color: var(--Primary-Color, #FE5E1C);
  font-family: Poppins;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.875rem;
  /* 100% */
}
.all-popup .modal-dialog .modal-content .modal-body .forger-wraper label {
  margin: 0;
}
.all-popup .modal-dialog .modal-content .modal-body .password-wraper {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 2.5rem;
}
.all-popup .modal-dialog .modal-content .modal-body .password-wraper input {
  margin: 0;
}
.all-popup .modal-dialog .modal-content .modal-body .password-wraper i {
  position: absolute;
  top: 0.88rem;
  right: 1.5rem;
  font-size: 18px;
  color: #fff;
}
.all-popup .modal-dialog .modal-content .modal-body ul.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
}
.all-popup .modal-dialog .modal-content .modal-body ul.social-icon li {
  display: table;
}
.all-popup .modal-dialog .modal-content .modal-body ul.social-icon li a {
  display: table;
}
.all-popup .modal-dialog .modal-content .modal-body ul.social-icon li a img {
  max-width: 2rem;
  max-height: 2rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

section.home-sec8 .orange-btn input[type=submit] + span.wpcf7-spinner {
  display: none;
}

section.detailed-tip-sec2 .flex-box .heateor_sss_sharing_ul {
  display: flex;
  align-items: center;
  gap: 1rem;
}
section.detailed-tip-sec2 .flex-box .heateor_sss_sharing_ul a {
  margin: 0;
}
section.detailed-tip-sec2 .flex-box .heateor_sss_sharing_ul a span {
  width: 1.9rem !important;
  height: 1.9rem !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
}
section.detailed-tip-sec2 .flex-box .heateor_sss_sharing_ul a span svg {
  width: 1.55rem !important;
  height: 1.55rem !important;
}

div#amelia-v2-booking-1000 div#amelia-container {
  margin: 0 !important;
}
div#amelia-v2-booking-1000 .am-fs-sb {
  padding-top: 0 !important;
}
div#amelia-v2-booking-1000 .am-fs__main-heading {
  padding-top: 0px !important;
}

.all-popup .modal-dialog .modal-content .modal-body .orange-btn span.wpcf7-spinner {
  display: none;
}

.all-popup .modal-dialog .modal-content .modal-body span.wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 1rem;
}

.all-popup .modal-dialog .modal-content .modal-body input:not([type=submit]) {
  margin: 0;
}

.all-popup .modal-dialog .modal-content .modal-body span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
  display: block;
  margin-top: 0.6rem;
}

section.page-404 {
  padding: 10rem 0;
  text-align: center;
}
section.page-404 h1 {
  font-size: 10rem;
  margin: 0;
  color: #ffffff;
  line-height: 1;
}
section.page-404 h2 {
  font-size: 2.5rem;
  margin: 1.25rem 0 0.625rem;
  color: #ffffff;
}
section.page-404 p {
  font-size: 1.125rem;
  margin-bottom: 1.875rem;
  max-width: 37.5rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
  color: #ffffff;
}
section.page-404 a.orange-btn {
  display: table;
  margin: 0 auto;
}

section.inner-banner.common_bnnr {
  padding: 10rem 0 2.5rem;
}
section.inner-banner.common_bnnr h1 {
  font-size: 3rem;
}

section.common_pg {
  padding-bottom: 5rem;
}
section.common_pg h3 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
section.common_pg p {
  font-size: 1rem;
  line-height: 1.45rem;
  margin: 0 0 1.8rem;
}
section.common_pg p a {
  color: #f95c1b;
}
section.common_pg ul {
  margin-bottom: 1.8rem;
}
section.common_pg ul li {
  font-size: 1rem;
  line-height: 1.45rem;
  margin: 0 0 0.5rem;
  position: relative;
  padding-left: 1.2rem;
  font-weight: 500;
}
section.common_pg ul li:last-child {
  margin: 0;
}
section.common_pg ul li::after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0.5rem;
  left: 0;
}
section.common_pg ol {
  margin-bottom: 1.8rem;
  padding: 0;
  counter-reset: line;
}
section.common_pg ol li {
  font-size: 1rem;
  line-height: 1.45rem;
  margin: 0 0 0.5rem;
  position: relative;
  font-weight: 500;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  gap: 0.625rem;
}
section.common_pg ol li:last-child {
  margin: 0;
}
section.common_pg ol li::after {
  content: counter(line) ".";
  counter-increment: line;
  width: auto;
  height: 1.4rem;
  border-radius: 50%;
  position: relative;
  top: 0;
  display: flex;
  align-items: center;
}/*# sourceMappingURL=style.css.map */