@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@200;300;400;500;600;700;800;900&display=swap");
@import url(component.min.css);
@import url(layout.min.css);
:root {
  --primary: #f10000;
  --secondry: rgb(238, 27, 73);
  --black: #111;
  --white: #fff;
  --text-color: #666666;
}

.text-primary {
  color: var(--primary) !important;
}

.image-primary {
  filter: invert(14%) sepia(99%) saturate(7415%) hue-rotate(5deg) brightness(97%) contrast(200%);
}

::-moz-selection {
  background: var(--primary);
  color: var(--white);
}

::selection {
  background: var(--primary);
  color: var(--white);
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

::-webkit-scrollbar-thumb {
  background: var(--primary);
}

::-webkit-scrollbar-thumb:hover {
  background: var(--primary);
}

html,
body {
  height: 100%;
}

html {
  font-size: 16px;
}

body {
  background: var(--white);
  color: var(--black);
  font-family: "Noto Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}

a,
button {
  text-decoration: none;
  transition: all 0.5s ease;
}

a:hover,
button:hover {
  text-decoration: none;
}

p {
  font-size: 15px;
  font-weight: 400;
  color: var(--text-color);
  line-height: 1.7;
}

img {
  max-width: 100%;
}

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

h2,
h3,
h4 {
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 1.1;
  color: var(--black);
  margin-bottom: 1rem;
}

h2 span {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 10px;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.25rem;
}

section {
  padding: 4rem 0;
}

/* Navigation */
.NavRight {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.callTel a {
  color: var(--white);
  font-size: 1.5rem;
  font-weight: 600;
  margin-left: 1rem;
  line-height: 50px;
}

.callTel a i {
  color: var(--primary);
}

/* Navigation */
/* BEGIN Banner CSs */
.BannerMain {
  background: url(../images/ban.webp) center/cover no-repeat;
  width: 100%;
  min-height: 100dvh;
  display: flex;
  align-items: center;
}

.BannerMain.tmSrchBan .lady {
  margin: 0 -4rem 0 -12rem;
}

.BannerMain.wdsGirlBan .lady {
  margin: 0 -6rem 0 -8rem;
}

.BannerMain.faqBan {
  min-height: 30rem;
  align-items: center;
  padding-bottom: 4rem;
}

.tagname {
  background-color: var(--primary);
  color: var(--black);
  display: inline-block;
  padding: 4px 1rem;
  border-radius: 100px;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.BannerTextLeft,
.GetStarted,
.fileText {
  position: relative;
  z-index: 1;
}

.BannerTextLeft h2 {
  color: var(--white);
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 1rem;
}

.BannerTextLeft h2 span {
  font-size: 3.75rem;
  display: inline;
}

.BannerTextLeft p {
  color: var(--white);
}

.BannerTextLeft ul {
  margin: 20px 0 40px;
}

.BannerTextLeft ul li {
  color: var(--white);
  margin-bottom: 20px;
}

.fileText {
  border-top: 1px solid #878787;
  padding: 15px 0px 0px 0px;
  margin: 25px 0 0 0;
}

.fileText p {
  color: var(--white);
  font-size: 13px;
}

.fileText p a,
.fileText p span {
  color: var(--primary);
}

.fileText p a {
  text-decoration: underline;
}

.fileText p i,
.BannerTextLeft h2 span,
.BannerTextLeft ul li i {
  color: var(--primary);
}

.btnStyle,
.button-round {
  background: var(--primary);
  border: 2px solid var(--primary);
  color: white;
  display: inline-block;
  border-radius: 100px;
  padding: 12px 2rem;
  font-size: 1.1rem;
  font-weight: 500;
  text-transform: uppercase;
}

.btnStyle:hover,
.button-round:hover,
.button-round:focus {
  color: var(--primary);
  background: transparent;
}

.btnStyle-border {
  display: inline-block;
  border-radius: 100px;
  border: 2px solid var(--primary);
  padding: 12px 2rem;
  color: var(--primary);
  font-size: 1.1rem;
  font-weight: 500;
  text-transform: uppercase;
}

.btnStyle-border:hover {
  background: var(--primary);
  color: white;
}

.btn3 {
  display: table;
  border: 2px solid var(--black);
  color: var(--black);
  background: transparent;
  display: table;
  padding: 15px 30px;
  border-radius: 100px;
  font-size: 18px;
}

.btn3:hover {
  border: 2px solid var(--primary);
  color: var(--primary);
  background: transparent;
  transition: ease all 0.5s;
}

.GetStarted {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.BannerTextLeft p {
  color: var(--white);
  font-size: 1.1rem;
  font-weight: 300;
}

.FormMain {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.FormMain .lady {
  margin: 0 -5rem;
}

.RigesterFrom {
  background: var(--white);
  padding: 2.5rem;
  border-radius: 30px;
  position: relative;
  z-index: 2;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  bottom: -40px;
  max-width: 32.5rem;
}

.RigesterFrom:before {
  content: "";
  background-color: var(--primary);
  width: 90%;
  height: 26px;
  position: absolute;
  left: 50%;
  top: -26px;
  transform: translateX(-50%);
  border-radius: 30px 30px 0 0;
  z-index: -6;
}

.RigesterFrom > span {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  display: block;
}

.RigesterFrom h3 {
  display: block;
  text-align: center;
  font-size: 2.25rem;
  font-weight: 800;
  margin: 6px 0 15px 0;
}

.RigesterFrom p {
  background: #e3e3e3;
  color: var(--black);
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  border-radius: 100px;
  padding: 10px 10px;
}

.RigesterFrom label {
  display: block;
  color: var(--black);
  margin: 0 0 10px 0;
  font-weight: 500;
}

.RigesterFrom .form-control {
  width: 100%;
  height: 55px;
  border: 1.5px solid var(--black);
  border-radius: 10px;
  /* margin-bottom: 1rem; */
  padding: 12px;
}

.RigesterFrom .btnStyle {
  padding: 10px 30px;
  font-size: 1.2rem;
  font-weight: 600;
}

.RigesterFrom button.btn.btn-primary:hover,
.RigesterFrom button.btn.btn-primary:focus {
  border: 1px solid var(--primary);
  background-color: var(--white);
  color: var(--primary);
  transition: ease all 0.5s;
}

.phoneFiled {
  display: flex;
  flex-flow: row wrap;
}

.phoneFiled label {
  flex: 0 0 100%;
}

.phoneFiled .iti__selected-flag {
  width: 100px;
  height: 55px;
  border: 1px solid #000;
  border-right: 0;
  border-radius: 10px 0 0 10px;
  margin-top: -1px;
  background: var(--white);
}

.contactWrap .phoneFiled .iti__selected-flag {
  border-radius: 0.25rem 0 0 0.25rem;
}

.phoneFiled .form-control {
  /* width: calc(100% - 102px); */
  left: 0;
}

.phoneFiled .iti__flag-container {
  position: unset;
}

.FormMain form {
  position: relative;
}

.ladyimg {
  width: 100%;
  /* position: absolute; */
  right: auto;
  left: -130px;
  bottom: auto;
  top: -50px;
  float: left;
}

.ladyimg img {
  width: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  height: 696px;
}

/* END Banner CSs */
/* BEGIN Trade Mark Section */
.TradeMarkMainBox {
  padding: 3rem 0 5rem;
}

.checkboxmain {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10rem;
  width: 100%;
  border-bottom: 5px solid #f7f7f7;
  padding-bottom: 3rem;
  margin-bottom: 4rem;
}

.checkboxinner p {
  font-size: 1.125rem;
  color: var(--black);
  font-weight: 600;
  margin: 0;
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.checkboxinner p img {
  width: 45px;
  height: auto;
}

.Tradeblogimg img {
  border-radius: 15px;
}

.TradeStampContent a {
  font-size: 34px;
  color: var(--black);
  font-weight: 600;
  line-height: 40px;
  display: block;
  margin: 0 0 30px 0;
}

.getStaredbox {
  display: flex;
  align-items: flex-start;
  padding: 12px 0;
}

.getStaredbox a {
  margin-right: 15px;
  transition: ease all 0.5s;
}

/* BEGIN Trade Mark Section */
/* BEGIN Process Section */
.OurProcessMain {
  background-image: linear-gradient(to bottom, #fdfbe3, #fbf6dd, #faf0d8, #f8ebd3, #f6e5ce);
  padding: 5% 0;
}

.OurProcessMain.bg-light {
  background: #fbfbfb;
}

.OurProcessText h1 {
  display: block;
  text-align: center;
  margin: 15px 0 15px 0;
  font-size: 30px;
  font-weight: 600;
  color: var(--black);
}

.OurProcessText p {
  color: #666666;
  font-weight: 400;
  display: block;
  text-align: center;
  width: 65%;
  margin: 20px auto;
}

.processboximg img {
  width: 100%;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  margin-bottom: 30px;
}

.processboximg small {
  display: table;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
  border-bottom: 5px solid var(--primary);
  color: var(--black);
  padding-bottom: 5px;
  margin-bottom: 1rem;
}

.processboximg p {
  color: #666666;
  font-weight: 400;
  display: block;
  text-align: left;
  font-size: 16px;
}

.processboximg {
  margin: 40px 0 60px 0;
}

.btncenter {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

/* BEGIN Process Section */
/* BEGIN Packages Section */
.PackagesMain {
  padding: 4rem 0 5rem;
}

.PackagesMAinBox {
  position: relative;
  margin-top: 30px;
  transition: ease all 0.5s;
}

.PackagesMAinBox:hover:before,
.PackagesMAinBox.selected:before {
  background: #fbfbfb;
}

.PackagesMAinBox:before,
.TestimonialBoxMain:before {
  content: "";
  width: 88%;
  height: 15px;
  background: var(--primary);
  position: absolute;
  z-index: 0;
  top: -15px;
  border-radius: 30px 30px 0 0;
  margin: 0px auto;
  display: table;
  left: 0;
  right: 0;
}

.PackagesBoxInner {
  position: relative;
  padding: 2rem;
  border-radius: 30px;
  background: #f8f9fa;
  /* min-height: 690px; */
  transition: ease all 0.5s;
}

.PackagesBoxInner small {
  display: block;
  text-align: left;
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--black);
}

.PackagesBoxInner h2 {
  display: inline-flex;
  /* gap: 1rem; */
  margin: 0;
  font-size: 4rem;
  font-weight: 700;
  color: var(--primary);
  align-items: center;
  justify-content: center;
}

.PackagesBoxInner h2 small {
  font-size: 1rem;
  font-weight: 800;
  margin-left: 10px;
}

.PackagesBoxInner p {
  border-bottom: 6px solid var(--primary);
  padding: 10px 0 25px 0;
}

.PackagesBoxInner ul {
  margin: 30px 0;
  min-height: 20rem;
}

.PackagesBoxInner ul li {
  margin-bottom: 10px;
  font-size: 15px;
}

.PackagesBoxInner ul li i {
  color: var(--primary);
  font-size: 15px;
  margin-right: 6px;
}

.PackagesBoxInner .btnStyle {
  width: 100%;
  text-align: center;
}

.PackagesBoxInner .btnStyle:hover span {
  color: var(--white);
}

.PackagesBoxInner a:hover {
  background: var(--black);
  border: 2px solid var(--black);
  color: var(--white);
  transition: ease all 0.5s;
}

.PackagesMAinBox .bestseller small {
  display: block;
  text-align: center;
  margin: 0;
  font-size: 17px;
  font-weight: 600;
  color: var(--black);
}

.PackagesMAinBox .bestseller {
  border-radius: 100px;
  display: table;
  padding: 5px 20px;
  float: right;
}

.PackagesMAinBox .bgyelloe {
  background-color: #ffe400;
}

.PackagesMAinBox .bgred {
  background-color: #e82e49;
}

.PackagesMAinBox .bgred small {
  color: var(--white);
}

.PackagesMAinBox:hover .PackagesBoxInner,
.PackagesMAinBox.selected .PackagesBoxInner {
  background: var(--primary);
  color: white;
  transition: ease all 0.5s;
}

.PackagesMAinBox:hover *,
.PackagesMAinBox.selected * {
  color: white !important;
}

.PackagesMAinBox:hover .PackagesBoxInner a,
.PackagesMAinBox.selected .PackagesBoxInner a {
  border: 2px solid var(--black);
  color: var(--white);
  transition: ease all 0.5s;
}

.PackagesMAinBox:hover .PackagesBoxInner p,
.PackagesMAinBox.selected .PackagesBoxInner p {
  border-bottom: 6px solid var(--black);
}

.PackagesMAinBox:hover .PackagesMAinBox:before {
  background: #fbfbfb;
}

/* BEGIN Packages Section */
/* BEGIN After Packages Section */
.AfterPackes {
  background: url(../images/gradiant.webp) center/cover no-repeat;
  padding: 3rem 0 3.5rem;
}

.AfterPackes :is(h2, p) {
  color: var(--white);
}

/* END After Packages Section */
/* BEGIN Trade Section */
.RegisterBg {
  padding: 5% 0;
}

.RigesterBox {
  background: var(--white);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.168627451);
  padding: 30px;
  border-radius: 10px;
  transition: 0.5s ease;
  position: relative;
  min-height: 18rem;
}

.RigesterBox img {
  display: block;
  margin: 0 0 20px 0;
}

.RigesterBox:hover img {
  filter: brightness(0);
}

.RigesterBox:hover * {
  color: white;
}

.RigesterBox span {
  display: block;
  text-align: left;
  margin: 15px 0 15px 0;
  font-size: 26px;
  font-weight: 600;
  color: var(--black);
  line-height: 30px;
}

.RigesterBox p {
  color: #666666;
  font-weight: 400;
  display: block;
  text-align: left;
  width: 100%;
  margin: 10px 0px 0px 0px;
}

.RigesterBox:hover {
  background-color: var(--primary);
  transition: 0.5s ease;
}

.RigesterBox .Hidden {
  display: none;
}

/* END Trade Section */
/* BEGIN Testimonial Css */
.TestimonialMain {
  background-color: #fbfbfb;
  padding: 4rem 0;
}

.TestimonialBoxMain {
  background: var(--white);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.062745098);
  padding: 1.875rem;
  border-radius: 20px;
  transition: 0.5s ease;
  color: #666666;
  margin: 50px 10px 40px 10px;
  position: relative;
}

.TestimonialBoxMain p {
  margin-bottom: 30px;
}

.AvtarIcon img {
  /* width: 100px; */
  /* height: 100px; */
  /* border-radius: 100px; */
  margin-right: 10px;
}

.AvtarIcon .user img {
  width: 80px;
  border-radius: 100px;
  margin-right: 10px;
}

.AvtarIcon span {
  display: block;
  text-align: left;
  margin: 0 0 10px 10px;
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--black);
}

.AvtarIcon small {
  display: block;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  margin: 0;
  color: #858585;
}

.AvtarIcon,
.AvtarIcon .user {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.Qoute img {
  float: right;
}

.carousel-indicators {
  bottom: -60px;
}

.TestimonialMain .carousel-indicators [data-bs-target] {
  background-color: var(--primary);
  width: 20px;
  height: 20px;
  border-radius: 100%;
}

/* END Testimonial Css */
/* BEGIN FAQs */
.accordion_container {
  width: 100%;
}

.accordion_head {
  cursor: pointer;
  font-family: arial;
  padding: 0;
  display: block;
  text-align: left;
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--black);
}

.accordion_body {
  background: transparent;
  padding: 1rem 0 0;
  display: none;
  height: 0;
  overflow: hidden;
  transition: ease all 0.4s;
}

.open .accordion_body {
  height: auto;
  overflow: inherit;
  display: block;
}

.accordion_body p {
  padding: 0;
  margin: 0px;
  color: #666666;
  font-weight: 400;
  display: block;
  text-align: left;
  width: 100%;
}

.plusminus {
  float: right;
  width: 30px;
  height: 30px;
  display: table;
  background: red;
  text-align: center;
  color: var(--white);
  line-height: 30px;
  border-radius: 100px;
  font-size: 20px;
}

.FaqsMain {
  padding: 1rem 3rem;
  border: 1px solid var(--black);
  border-radius: 15px;
  margin-top: -2rem;
}

.FaqsMain h4 {
  position: relative;
  bottom: 95px;
  left: initial;
  right: 0;
  text-align: center;
  background: var(--white);
  display: table;
  margin: 0px auto;
  padding: 0 30px;
  font-size: 40px;
}

.forbottom {
  border-bottom: 1px solid #000;
  padding: 30px 0;
}

.accordion_container .forbottom:last-child {
  border-bottom: 0;
}

.FaqsMainUp {
  padding: 5rem 0;
}

.FaqsMainUp h2 {
  background: var(--white);
  position: relative;
  display: table;
  margin: 0 auto 10px;
  padding: 5px 3rem;
}

/* END Faqs */
/* BEGIN Qutation Section */
.QuotationSec {
  background-image: url("../images/agengBg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  padding: 3rem 0;
}

.NovaIcon {
  text-align: center;
}

.NovaIcon img {
  display: table;
  margin: 0px auto;
}

.NovaIcon h2 {
  color: var(--white);
  font-size: 3.125rem;
  margin: 1rem 0 2rem;
}

.NovaIcon p,
.NovaIcon p a {
  color: var(--white);
  font-size: 1rem;
  font-weight: 500;
  margin: 0;
}

.NovaIcon p a:hover {
  color: #ffa62b;
}

.QuotationSec .btnStyle-border {
  color: var(--white);
  border: 1px solid var(--white);
  padding: 10px 70px;
  border-radius: 100px;
  font-size: 20px;
  display: table;
  margin: 2rem auto 0px auto;
}

.QuotationSec .btnStyle-border:hover {
  color: var(--white);
  border: 1px solid var(--white);
  background: #f10000;
}

.CopyRight ul {
  text-align: right;
}

.CopyRight ul li {
  display: inline-block;
  margin-left: 10px;
}

.CopyRight ul li a {
  font-size: 1rem;
  font-weight: 500;
  color: var(--black);
  margin: 0;
}

.CopyMain {
  padding: 27px 0 0 0;
}

.RigesterFrom.PopupForm {
  width: 100%;
  padding: 0;
  margin: 0;
  background: none;
  box-shadow: none;
  bottom: 0;
}

/* BEGIN Qutation Section */
.whatWeDo {
  background-image: linear-gradient(to bottom, #fdfbe3, #fbf6dd, #faf0d8, #f8ebd3, #f6e5ce);
  padding: 4rem;
}

.servicesList {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 3rem;
}

.servicesList li {
  width: 20%;
  background: #111111;
  border-radius: 20px;
  transition: ease all 0.5s;
  position: relative;
}

.servicesList li:hover {
  background: var(--primary);
  transform: scale(1.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.servicesList li:hover h4 {
  color: var(--black);
}

.servicesList li img {
  height: 200px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0.15;
  border-radius: 20px;
}

.servicesList li .overlay span {
  margin: 0 auto;
  width: 80%;
  color: var(--white);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

.benefitSec {
  padding-bottom: 5rem;
}

.benefitBox {
  padding: 1.5rem;
  background: var(--white);
  border-radius: 1rem;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1333333333);
  min-height: 13rem;
  text-align: center;
}

.benefitBox h3 {
  font-weight: 500;
  margin-bottom: 5px;
}

.benefitBox p {
  margin: 0;
}

.listStyle {
  display: flex;
  flex-direction: column;
}

.listStyle p {
  margin-bottom: 5px;
}

.listStyle.flex50 {
  flex-flow: row wrap;
}

.listStyle.flex50 li {
  flex: 0 0 50%;
}

.listStyle i {
  color: var(--primary);
}

.busineSizThumb {
  border: 1px solid var(--black);
  border-radius: 10px;
  padding: 3rem 1rem 2rem;
  text-align: center;
  min-height: 18rem;
  transition: ease all 0.5s;
}

.busineSizThumb:hover {
  background: var(--primary);
  border-color: var(--primary);
}

.busineSizThumb:hover img {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1333333333);
  border-radius: 100px;
}

.busineSizThumb h4 {
  margin: 1rem 0;
}

.busineSizThumb p {
  margin: 0;
}

.contactSec {
  padding: 4rem 0;
}

.contactSec h2 span {
  text-align: left;
}

.contactWrap {
  background: #eeeeee;
  padding: 2.5rem;
  border-radius: 12px;
}

.contactWrap h3 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
}

.contactWrap .form-control {
  height: 3.375rem;
  border: 1px solid var(--black);
  /* margin-bottom: 10px; */
}

.contactWrap textarea.form-control {
  height: auto;
}

.contactWrap .btnStyle {
  background: var(--black);
  color: var(--white);
  border: 0;
  border-radius: 5px;
  font-size: 1.5rem;
}

.contactInfor {
  display: flex;
  align-items: flex-start;
  flex-flow: row wrap;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 2rem;
}

.contactInfor .cell {
  background: var(--white);
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1333333333);
  padding: 1rem;
  flex: 0 0 49%;
  max-width: 49%;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  transition: ease all 0.5s;
}

.contactInfor .cell:hover {
  background: var(--primary);
}

.contactInfor .cell:last-child {
  flex: 0 0 100%;
  max-width: 100%;
}

.contactInfor .ico {
  width: 3rem;
  height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--black);
  border-radius: 4px;
  color: var(--primary);
  font-size: 1.25rem;
}

.contactInfor .cell:hover .ico {
  background: var(--black);
}

.contactInfor a {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--black);
}

.contactInfor a span {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--primary);
}

.contactInfor .cell:hover a span {
  color: var(--black);
}

.contactSec .map iframe {
  height: 38rem;
}

.packagesSec {
  padding: 4rem 0;
}

.navTabStyle {
  justify-content: center;
  margin-bottom: 4rem;
  gap: 10px;
}

.navTabStyle .nav-link {
  border: 1px solid #ebebeb;
  color: var(--black);
  padding: 10px 1rem;
  border-radius: 100px;
  font-size: 0.95rem;
}

.navTabStyle .nav-link:hover,
.navTabStyle .nav-link:focus,
.navTabStyle .nav-link.active {
  background: var(--primary);
  color: white;
  border-color: var(--primary);
}

/* Begin: Sequence From CSS */
.sequenceFormSec h2 span {
  text-align: left;
}

.sequenceForm h4 {
  font-size: 1.5rem;
  color: var(--black);
  font-weight: 600;
}

.sequenceForm p,
.sequenceForm label {
  font-size: 14px;
  margin: 0;
}

.sequenceForm .form-control {
  background: transparent;
  border-color: #c5c5c5;
  border-radius: 0;
  height: 3.5rem;
  margin-top: 1rem;
}

.sequenceForm .form-control[type=file] {
  height: 36px;
}

.leadForm input,
.sequenceForm .form-control {
  margin: 0 0 1rem;
}

.selectPkgWrap {
  background: #fff;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
  min-height: 14rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 0.5rem;
  position: relative;
}

.apartCell,
.regionCell {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.selectPkgWrap .form-check-input {
  width: 1.5rem;
  height: 1.5rem;
}

.selectPkgWrap label {
  min-height: 4rem;
  display: block;
  margin-top: 1rem;
}

.selectPkgWrap label b {
  display: block;
  font-size: 3rem;
  color: var(--blue);
}

.selectPkgWrap a {
  color: var(--blue);
  font-size: 15px;
  display: table;
}

.selectPkgWrap .ribbon {
  position: absolute;
  top: -12px;
  left: -10px;
  font-size: 10px;
  background: #675ef5;
  color: #fff;
  box-shadow: 4px 3px 8px rgba(0, 0, 0, 0.2);
  padding: 6px 20px;
  border-radius: 12px 50px 50px 0;
}

.selectPkgWrap .ribbon:after {
  content: "";
  border-top: 10px solid #626264;
  border-left: 10px solid transparent;
  position: absolute;
  bottom: -10px;
  left: 0;
}

.stickyWrap {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1333333333);
  border-radius: 12px;
  padding: 1.5rem;
  position: sticky;
  top: 6rem;
}

.form-check {
  position: relative;
  padding-left: 2rem;
}

.form-check .form-check-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}

.form-check .form-check-label:before {
  content: "";
  width: 24px;
  height: 24px;
  border: 2px solid var(--primary);
  border-radius: 100px;
  position: absolute;
  left: 0;
  top: 0;
}

.form-check .form-check-label:after {
  width: 14px;
  height: 14px;
  background: var(--primary);
  border: 2px solid var(--primary);
  border-radius: 100px;
  position: absolute;
  left: 5px;
  top: 5px;
  content: "";
  opacity: 0;
}

.form-check .form-check-input:checked + .form-check-label:after {
  opacity: 1;
}

.modal .close {
  position: absolute;
  top: -1.5rem;
  right: -1.5rem;
  border: 0;
  border-radius: 100px;
  width: 3rem;
  height: 3rem;
  background: #000;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
}

.sequenceContnt {
  border: 3px solid var(--primary);
  padding: 2rem;
}

.sequenceFormSec.step5 {
  background-color: #f5f5f5;
}

.sequenceFormSec.step5 .governContnt h2 {
  font-size: 1.75rem;
  text-transform: capitalize;
  font-weight: 500;
}

.sequenceFormSec.step5 .governContnt {
  background: #fff;
  padding: 2rem;
  border-radius: 5px;
}

.sequenceFormSec.step5 .class-form {
  border: 3px solid var(--primary);
  border-radius: 5px;
  padding: 2rem;
  position: relative;
}

ul.dotbtn li {
  display: flex;
  align-items: center;
  gap: 8px;
}

ul.dotbtn label {
  font-size: 18px;
  color: #8c8c8c;
  display: flex;
  gap: 0.4rem;
  align-items: center;
}

ul.dotbtn li strong {
  margin-left: auto;
  font-size: 18px;
  color: #8c8c8c;
  font-weight: 400;
}

ul.dotbtn li .dotSec {
  border-top: 1px dashed #ccc;
  flex: 1 1 auto;
}

ul.dotbtn h5 {
  font-size: 14px;
  border: 1px solid #ffd561;
  border-radius: 20px;
  padding: 0.5rem;
  background: #fffaec;
  color: #000;
}

a.informationIcon p {
  position: absolute;
  right: -15rem;
  background: whitesmoke;
  color: #8c8c8c;
  width: 50%;
  top: -4rem;
  opacity: 0;
  padding: 0.6rem;
  transition: all 0.5s ease;
}

a.informationIcon:hover p {
  opacity: 1;
}

a.informationIcon i {
  color: #ffd561;
}

/* END: Sequence From CSS */
.BannerTextLeft.botm {
  display: none;
}

.sequenceFormSec .formWrap {
  background: #f3f3f3;
  border-radius: 10px;
  padding: 3rem;
  position: sticky;
  top: 6rem;
}

.sequenceFormSec .formWrap label {
  font-size: 1.125rem;
  font-weight: 400;
  color: #000;
}

.sequenceFormSec .formWrap input + label {
  font-size: 1rem;
  color: #383838;
}

.progress-bar {
  background-color: red;
}

.sequenceNav h2 {
  color: red;
  font-size: 2rem;
}

.progress {
  height: 30px;
  font-size: 1.2rem;
  font-weight: 800;
}

.totalPrice td {
  font-size: 1rem;
  font-weight: 700;
}

.themeButton {
  /* display: block !important; */
  width: auto !important;
}

/*.numField {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    gap: 1rem;*/
/*    align-items: baseline;*/
/*}*/
/*.numField input {*/
/*    width: 80%;*/
/*}*/
.numField a {
  height: 4rem;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  font-size: 0.8rem;
}

.homeNew .tagname {
  background-color: transparent;
  color: var(--primary);
  display: inline-block;
  padding: 0;
  border-radius: 100px;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.talkBtn {
  background: var(--primary);
  color: #000;
}

.homeNew .BannerTextLeft ul li img {
  height: 15px;
  padding-right: 0.6rem;
}

.talkBtn:hover {
  background: transparent;
  color: var(--primary);
}

.homeNew .fileText p i,
.BannerTextLeft h2 span,
.homeNew .BannerTextLeft ul li i {
  color: #ffffff;
}

.homeNew {
  background: url(../images/new-banner.webp) center/cover no-repeat;
}

.homeNew .BannerTextLeft h2 span {
  color: var(--primary);
  font-weight: 800;
}

.RigesterFrom .btnStyle i {
  padding-left: 1rem;
}

.privacySec ul li {
  font-size: 15px;
  font-weight: 400;
  color: var(--text-color);
  padding: 4px 0;
}

.privacySec ul {
  list-style-type: disc;
  padding-left: 5rem;
  margin: 2rem 0;
}

.privacyBaner {
  align-items: center !important;
}

.numField input {
  width: 100%;
}

.sequenceBoxStyle label {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  color: black;
}

.topButton {
  background: var(--primary);
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  position: fixed;
  bottom: 5rem;
  right: 2rem;
  color: var(--white);
  font-size: 1.5rem;
  opacity: 0;
}

.topButton.show {
  opacity: 1;
}

.topButton:hover {
  color: var(--white);
}

.iti {
  width: 100%;
}

.lpForm .form-error {
  border: 2px solid red;
}

.lpForm .form-error::-moz-placeholder {
  color: red;
}

.lpForm .form-error::placeholder {
  color: red;
}

.image-white {
  filter: brightness(0) invert(1);
}/*# sourceMappingURL=custom.min.css.map */