@import url(component.min.css);
@import url(layout.min.css);
:root {
  --yellow: #ffd561;
  --blue: #052652;
  --black: #282828;
  --text-color: #8c8c8c;
  --white: #fff;
}
::selection {
  background: var(--yellow);
  color: var(--black);
}
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  background: rgb(0 0 0 / 0%);
}
::-webkit-scrollbar-thumb {
  background: rgb(0 0 0 / 0.5);
}
::-webkit-scrollbar-thumb:hover {
  background: rgb(0 0 0 / 0.8);
}
html,
body {
  height: 100%;
}
html {
  font-size: 16px;
  line-height: 1;
}
body {
  background: var(--white);
  color: var(--black);
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}
a,
button {
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:hover,
button:hover {
  text-decoration: none;
}
p {
  font-size: 1rem;
  color: var(--text-color);
}
img {
  max-width: 100%;
}
ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
h1 {
  color: #fff;
  font-weight: 700;
  padding-bottom: 15px;
}
h2 {
  font-size: 2rem;
  font-weight: 800;
  color: var(--black);
  margin-bottom: 1rem;
}
h3 {
  font-size: 1.625rem;
  font-weight: 600;
  color: var(--black);
  margin-bottom: 1rem;
}
h4 {
  font-size: 1.375rem;
  font-weight: 600;
  color: var(--black);
  margin-bottom: 1rem;
}
section {
  padding: 3rem 0;
}
.bg-light {
  background-image: url(../images/bg/bg4.webp);
  margin: 0;
  padding: 2rem 0;
  margin-bottom: 2rem;
  border-radius: 10px;
  background-size: cover;
}
.bg-light h2,
.bg-light p {
  color: #fff;
}
.yellow-clr {
  color: var(--yellow);
}
.blue-bg {
  background: var(--blue);
}
.pattern-bg {
  background: #f7f7f7 url(../images/bg/bg5.webp) top left/100% auto no-repeat;
}
@media (max-width: 500px) {
  .pattern-bg {
    background: #f7f7f7 top left/100% auto no-repeat;
  }
}
.blueBg,
.tabSecStyle .right {
  background: linear-gradient(79deg, rgb(9 20 35) 0%, rgb(38 55 78) 100%);
}
.screenBg {
  background: url(../images/bg/bg1.webp) center/cover no-repeat;
}
.ctaSec {
  background: url(../images/bg/bg3.webp) center/cover no-repeat;
}
.testimonialSec {
  background: url(../images/bg/bg4.webp) center/cover no-repeat;
}
.tiles-bg {
  background: url(../images/bg/bg6.webp) center/cover no-repeat;
}
.mainSlider {
  background: url(../images/bg/home-ban.webp) top center/cover no-repeat;
  position: relative;
  padding: 3rem 0;
  min-height: 80%;
  display: flex;
  align-items: center;
}
.mainSlider.inner {
  min-height: auto;
  padding: 10rem 0;
}
.mainSlider:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.mainSlider .container {
  position: relative;
  z-index: 2;
}
.mainSlider h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 1rem;
}
.mainSlider p {
  font-size: 1.08rem;
  color: var(--white);
}
.mainSlider h2 + p {
  margin-bottom: 0.9375rem;
}
.leadForm {
  background: var(--white);
  padding: 0 1rem 1rem;
  border-radius: 5px;
}
.leadForm .title {
  background: var(--yellow);
  margin: 0 -1rem;
  padding: 1rem;
  text-align: center;
  border-radius: 6px 6px 0 0;
}
.leadForm .title h4 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
}
.leadForm .subTitle {
  background: var(--blue);
  margin: 0 -1rem;
  padding: 1rem;
  text-align: center;
}
.leadForm .subTitle h5 {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  color: var(--white);
}
.leadForm .subTitle h5 span {
  font-weight: bolder;
  background: -webkit-linear-gradient(360deg, #941149, #ecb622);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.leadForm p {
  color: #7b7b7b;
  font-size: 1rem;
  text-align: center;
  margin: 1rem 0;
  padding: 0 2rem;
}
.leadForm input,
.sequenceForm .form-control {
  height: 3.125rem;
  margin-bottom: 1rem;
  border-color: #e6e6e6;
  background: #fefefe;
}
.leadForm .btnStyle-yellow {
  width: 100%;
  font-size: 1.5rem;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}
.clientsLogo {
  padding: 1rem 0;
}
.clientsLogo img {
  margin: 0 auto;
  width: 10rem;
}
.tmProtection h2 {
  border-right: 2px solid var(--yellow);
  padding-right: 2rem;
  margin: 0;
}
.iconBox {
  background: var(--white);
  border-radius: 5px;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  padding: 2rem;
  position: relative;
  margin-bottom: 1.5rem;
  min-height: 18rem;
}
.iconBox.simple,
.iconBox.minitoringBox {
  background: transparent;
  box-shadow: none;
  min-height: auto;
  padding: 0;
  padding-left: 12px;
}
.iconBox.minitoringBox {
  min-height: 19rem;
}
.iconBox .icn {
  position: relative;
  margin-bottom: 1rem;
  display: table;
}
.iconBox .icn .circle {
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  background: var(--yellow);
  border-radius: 100px;
  margin: 0 0 -2rem 2rem;
}
.iconBox .icn img {
  width: 70px;
}
.iconBox h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.8rem;
  width: 60%;
}
.iconBox p {
  margin: 0;
}
.iconBox.servBeniBox {
  min-height: 34rem;
}
.iconBox.servBox h3 {
  width: auto;
}
.slick-current + .slick-active .iconBox.servBox {
  background: var(--yellow);
}
.slick-current + .slick-active .iconBox.servBox p {
  color: var(--black);
}
.slick-current + .slick-active .linkStyle:hover {
  color: var(--black);
}
.stateBoxRow {
  display: flex;
  flex-direction: column;
  gap: 1.5rem 0;
}
.statsBox {
  background: var(--yellow);
  border-radius: 6px;
  padding: 2rem 1rem;
  text-align: center;
}
.statsBox p {
  margin: 0;
  font-size: 1.125rem;
  color: var(--black);
}
.ctaSec h2 {
  font-size: 2.325rem;
  font-weight: 800;
  color: var(--white);
  margin: 0;
}
.ctaSec h2 small {
  display: block;
  font-size: 2rem;
  font-weight: 500;
}
.ctaSec .btnWrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
}
.navTabStyle {
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 4rem;
}
.navTabStyle .nav-item button {
  background: transparent;
  border: 2px solid var(--yellow);
  border-radius: 6px;
  color: var(--black);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  padding: 1rem 2rem;
}
.navTabStyle .nav-item button:hover,
.navTabStyle .nav-item button:focus,
.navTabStyle .nav-item button.active {
  background: var(--yellow);
}
.tabSecStyle .left {
  background: var(--yellow);
  padding: 2rem 0 2rem 2rem;
}
.tabSecStyle .left .navTabStyle {
  margin: 0;
  flex-direction: column;
  gap: 0;
}
.tabSecStyle .left .navTabStyle .nav-link {
  width: 100%;
  text-align: left;
  background: #ffd561;
}
.tabSecStyle .left .navTabStyle .nav-link:hover,
.tabSecStyle .left .navTabStyle .nav-link.active {
  background: #000;
  color: var(--white);
}
.tabSecStyle .right {
  height: 100%;
  padding: 2rem 0;
}
.tabSecStyle h3 {
  color: var(--white);
  font-weight: 400;
  margin-bottom: 2rem;
}
.tabSecStyle p {
  color: var(--white);
  margin: 0;
}
.packgStyle {
  background: var(--white);
  box-shadow: 0 0 14px 4px #00000017;
  border-radius: 10px;
  padding: 2.5rem 1rem 1rem;
  position: relative;
  text-align: center;
}
.packgStyle.small {
  padding-top: 0;
}
.packgStyle.small .title {
  padding: 2rem 1rem;
  margin: 0 -1rem 1.5rem;
  background: var(--yellow);
  border-radius: 8px;
}
.packgStyle.small .title h3 {
  font-size: 1.375rem;
  font-weight: 500;
  margin: 0;
}
.packgStyle.small .featuredList {
  min-height: 6rem;
}
.packgStyle .tag {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--yellow);
  padding: 6px 2rem;
  border-radius: 4px;
  width: 58%;
}
.packgStyle .tag p {
  color: var(--black);
  font-size: 1rem;
  font-weight: 500;
  margin: 0;
}
.packgStyle h3 {
  font-size: 1.5rem;
  font-weight: 700;
}
.packgStyle h2 {
  font-size: 2.8rem;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
}
.packgStyle h2 i {
  font-size: 2.4rem;
}
.packgStyle h2 del {
  font-size: 2rem;
  color: #d71616;
  margin-right: 0.8rem;
}
.packgStyle h2 span {
  font-size: 1rem;
  font-weight: 300;
  margin-left: 10px;
}
.packgStyle .featuredList {
  background: #f2f7f9;
  border: 1px solid #e3e7e9;
  border-radius: 6px;
  padding: 1rem;
  margin-bottom: 1.25rem;
  text-align: left;
  min-height: 33rem;
}
.sequenceFormSec .packgStyle .featuredList {
  min-height: 26rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
}
.packgStyle:hover .listStyle li:before {
  filter: brightness(1);
}
.packgStyle .featuredList h4 {
  font-size: 1.375rem;
  margin-bottom: 1.5rem;
}
.packgStyle:hover,
.packgStyle.selected,
.packgStyle:hover .featuredList,
.packgStyle.selected .featuredList {
  background: var(--blue);
}
.packgStyle:hover *,
.packgStyle.selected * {
  color: var(--white);
}
.packgStyle:hover .featuredList,
.packgStyle.selected .featuredList {
  border-color: var(--yellow);
}
.packgStyle:hover .listStyle li img {
  filter: brightness(1);
}
.packgStyle:hover .btnStyle,
.packgStyle.selected .btnStyle {
  background: var(--yellow);
  color: var(--black);
}
.packgStyle:hover .btnStyle span,
.packgStyle.selected .btnStyle span {
  color: var(--black);
}
.accordionStyle .accordion-item {
  margin-bottom: 1.25rem;
  background: #f9f9f9;
  border: 1px solid #f9f9f9;
}
.accordionStyle .accordion-item .accordion-button {
  font-size: 1.125rem;
  font-weight: 500;
  padding: 1.3rem;
  background: #f9f9f9;
  border: 0;
  box-shadow: none;
}
.accordionStyle .accordion-item .accordion-button[aria-expanded="true"] {
  background: var(--blue);
  color: var(--white);
}
.accordionStyle .accordion-item .show .accordion-body {
  background: var(--blue);
  padding: 1.5rem 2rem;
}
.accordionStyle .accordion-item .accordion-body p {
  color: var(--white);
  margin: 0;
}
.accordionStyle .accordion-item .accordion-body p + p {
  margin-top: 1rem;
}
.testimonialItem {
  background: var(--white);
  border-radius: 1rem;
  padding: 2.5rem;
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}
.testimonialItem .img {
  width: 12rem;
  text-align: center;
}
.testimonialItem .img img {
  width: 100%;
}
.testimonialItem .img h5 {
  font-size: 1.25rem;
  font-weight: 500;
  margin: 10px 0 4px;
}
.testimonialItem .img span {
  font-size: 1rem;
}
.testimonialItem .content {
  width: 85%;
}
.videoReviewCarousel {
  margin-top: 4rem;
}
.videoReviewItem {
  border: 3px solid var(--yellow);
  border-radius: 1rem;
  background: var(--white);
  display: flex;
  align-items: center;
  flex-flow: row wrap;
}
.videoReviewItem .img,
.videoReviewItem .content {
  width: 50%;
  position: relative;
}
.videoReviewItem .img img {
  width: 100%;
  border-radius: 1rem 0 0 1rem;
  height: 322px;
}
.videoReviewItem .playBtn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 5rem;
  height: 5rem;
  border: 2px solid var(--yellow);
  border-radius: 100px;
  background: rgb(0 0 0 / 30%);
  color: var(--yellow);
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.videoReviewItem .content {
  padding: 0 1rem 0 3rem;
}
.videoReviewItem .content p {
  margin-bottom: 2rem;
}
.videoReviewItem .content :is(em, span) {
  display: block;
}
.videoReviewItem .content em {
  font-size: 1.275rem;
  font-weight: 700;
  text-transform: capitalize;
}
.videoReviewItem .content span {
  font-size: 1;
}
.aboutWrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.aboutWrap img {
  border-radius: 10px;
  box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}
.aboutWrap .left {
  margin-top: 8rem;
}
.aboutWrap .right {
  position: relative;
}
.aboutWrap .right .check {
  position: absolute;
  bottom: -2.5rem;
  left: -2.5rem;
  width: 5rem;
  height: 5rem;
  background: var(--blue);
  border: 5px solid var(--white);
  border-radius: 100px;
  box-shadow: 0 0 5px rgb(0 0 0 / 40%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.aboutWrap .right .check img {
  width: 45px;
}
.iconBox .num,
.boxStyleTwo .num {
  font-family: "", sans-serif;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 10px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--yellow);
}
.iconBox .tr {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}
.secImgWrap {
  display: flex;
  align-items: center;
}
.secImgWrap .right {
  margin-left: -10rem;
  border: 7px solid var(--white);
  box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}
.boxStyleTwo {
  padding: 2rem 1.5rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  border-radius: 5px;
  border-bottom: 10px solid var(--yellow);
  position: relative;
  min-height: 21rem;
  transition: ease all 0.5s;
}
.boxStyleTwo:hover {
  background: var(--yellow);
  border-bottom-color: var(--black);
}
.boxStyleTwo h3 {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  margin-bottom: 1rem;
}
.boxStyleTwo:hover .num {
  -webkit-text-stroke-color: var(--black);
}
.boxStyleTwo p {
  margin: 0;
}
.boxStyleTwo:hover p {
  color: var(--black);
}
.amazonPricing {
  background: var(--blue);
  border-radius: 5px;
  padding: 1rem 1rem 1rem 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.amazonPricing h2 {
  font-weight: 500;
  color: var(--white);
  margin: 0;
}
.amazonPricing h2 span {
  display: block;
  font-size: 2.625rem;
  font-weight: 600;
  color: var(--yellow);
}
.amazonPricing .pricing {
  background: var(--yellow);
  padding: 10px;
  border-radius: 5px;
  text-align: center;
}
.amazonPricing .pricing h3 {
  font-size: 4.5rem;
}
.selectRegion {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 1.5rem 0 2.5rem;
}
.selectRegion li {
  position: relative;
  flex: 1 1 0;
}
.selectRegion li input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1000;
}
.selectRegion .region {
  border: 1px solid var(--yellow);
  border-radius: 4px;
  padding: 10px;
  position: relative;
}
.selectRegion input:checked + .region {
  background: var(--yellow);
}
.selectRegion .region h5 {
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 6px;
}
.selectRegion .region span {
  font-size: 14px;
  color: #282828;
}
.selectRegion .region:before {
  content: "";
  position: absolute;
  top: 8px;
  right: 8px;
  width: 15px;
  height: 15px;
  border: 2px solid #6c6c6c;
  border-radius: 3px;
}
.selectRegion input:checked + .region:after {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-size: 13px;
  font-weight: 900;
  position: absolute;
  top: 6px;
  right: 7px;
}
.packageTypes {
  margin: 1.5rem 0 2.5rem;
}
.numberOfClasses {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 1.5rem 0 2.5rem;
}
.add-on {
  background: var(--white);
  border-radius: 5px;
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  border: 2px solid #ffd561;
  align-items: baseline;
}
.add-on h4 {
  font-size: 1rem;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 0.5rem;
}
.add-on p {
  font-size: 14px;
  margin: 0;
}
.tmRegForm {
  background: var(--white);
  padding: 2rem 1.5rem 1.5rem;
  border-radius: 6px;
}
.tmRegForm h3 {
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
}
.tmRegForm .total {
  background: #f6f6f6;
  border: 1px solid #e6e6e6;
  color: #8a8a8a;
  font-size: 1rem;
  padding: 10px 16px;
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tmRegForm .regFees h4 {
  font-size: 1.125rem;
  font-weight: 400;
  margin: 0;
  color: #8a8a8a;
}
.tmRegForm .regFees p {
  font-size: 14px;
}
.tmRegForm .grandTotal {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--black);
}
.proCounter {
  display: flex;
}
.minus,
.plus {
  font-size: 2rem;
  font-weight: 600;
  background: #ffd561;
  padding: 0 0.8rem;
}
.proCounter .form-control {
  border: none;
  background: none;
  font-size: 1rem;
  font-weight: 700;
}
.contInfoWrap {
  background: var(--blue);
  padding: 4rem 3rem;
}
.contInfoWrap h2 {
  color: var(--white);
  font-weight: 600;
}
.contInfoWrap hr {
  border-color: var(--yellow);
  opacity: 1;
}
.contInfoWrap .contactList {
  margin: 3rem 0 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.contInfoWrap .contactList li {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.contInfoWrap .contactList li i {
  color: var(--yellow);
  font-size: 1.25rem;
}
.contInfoWrap .contactList li a {
  color: var(--white);
  opacity: 0.8;
}
.contInfoWrap .socialList {
  margin-top: 4rem;
}
.socialList {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  justify-content: end;
}
.contInfoWrap .socialList a,
footer .socialList a {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--yellow);
  color: var(--blue);
  border-radius: 100px;
  transition: ease all 0.5s;
}
.contInfoWrap .socialList a:hover,
footer .socialList a:hover {
  background: var(--white);
  color: var(--blue);
}
.FormStyle .form-control {
  height: 4rem;
  border: 0;
  border-radius: 0;
  box-shadow: 0 0 8px rgb(0 0 0 / 10%);
  margin-bottom: 1.5rem;
  padding: 1rem;
}
.FormStyle textarea.form-control {
  height: auto;
  resize: none;
}
.blogThumb {
  background: #f4f6f7;
  margin-bottom: 2rem;
  box-shadow: 0 0 8px #0001;
}
.blogThumb .content {
  padding: 2rem 1rem 1rem;
  height: 310px;
}
.blogThumb .content h4 {
  font-size: 1.375rem;
  font-weight: 700;
}
.blogThumb .btnStyle-yellow {
  font-size: 1rem;
  padding: 8px 30px;
}
.tmRenewalPricing .pricingThumb {
  background: var(--white);
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
}
.tmRenewalPricing .pricingThumb .left {
  padding: 4rem;
  width: 70%;
}
.tmRenewalPricing .pricingThumb .left h2 {
  margin-bottom: 3rem;
}
.tmRenewalPricing .pricingThumb .left h4 {
  margin-bottom: 2rem;
  font-size: 1.375rem;
  font-weight: 400;
}
.tmRenewalPricing .pricingThumb .listStyle li {
  flex: 0 0 49%;
}
.tmRenewalPricing .pricingThumb .listStyle {
  flex-flow: row wrap;
}
.tmRenewalPricing .pricingThumb .pricing {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #f6f6f6;
  border-radius: 0 5px 5px 0;
}
.tmRenewalPricing .pricingThumb .tenureList {
  display: flex;
  gap: 1rem;
  margin-bottom: 2rem;
}
.tmRenewalPricing .pricingThumb .tenureList p {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--black);
}
.tmRenewalPricing .pricingThumb .pricing span {
  font-size: 1.25rem;
  font-weight: 500;
}
.tmRenewalPricing .pricingThumb .pricing h3 {
  margin: 1rem 2.5rem 1.5rem;
  font-size: 2.4rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.tmRenewalPricing .pricingThumb .pricing h3 small {
  font-size: 1.125rem;
}
.collapseCell {
  border: 1px solid #d9d9d9;
}
.collapseCell .head {
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #d9d9d9;
}
.collapseCell .body {
  height: 0;
  padding: 0;
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  opacity: 0;
}
.collapseCell.open .body {
  padding: 1.5rem;
  height: 22rem;
  opacity: 1;
}
.collapseCell .body .list {
  display: flex;
  align-items: flex-end;
  gap: 4rem;
}
.collapseCell .body strong {
  display: block;
  font-size: 15px;
}
.collapseCell .body p {
  font-size: 14px;
}
.collapseCell .body .list li p {
  margin: 0;
}
.leadForm .iti--separate-dial-code .iti__selected-flag {
  background-color: white;
}
.leadForm .iti__selected-flag {
  width: 7rem;
  height: 3.125rem;
  padding: 0.375rem 0.75rem;
  border: 1px solid #e6e6e6;
  border-radius: 5px 0 0 5px;
  top: -1px;
}
.leadForm .input-group .phone2.form-control {
  max-width: calc(100% - 7rem) !important;
  left: 7rem;
}
.sequenceForm h4 {
  font-size: 1rem;
  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;
}
.selectPkgWrap {
  background: #fbfbfb;
  border: 1px solid #f3f3f3;
  box-shadow: 0 0 14px rgb(0 0 0 / 10%);
  padding: 1.5rem;
  min-height: 20rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 0.5rem;
  position: relative;
  height: 250px;
  margin: 0;
}
.apartCell,
.regionCell {
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.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;
  text-decoration: underline;
}
.selectPkgWrap .ribbon {
  position: absolute;
  top: -12px;
  left: -10px;
  font-size: 10px;
  background: #1e16a1;
  color: #fff;
  box-shadow: 4px 3px 8px rgb(0 0 0 / 20%);
  padding: 6px 20px;
  border-radius: 12px 50px 50px 0;
}
.selectPkgWrap .ribbon2 {
  position: absolute;
  top: -12px;
  left: -10px;
  font-size: 10px;
  background: #0e8f2c;
  color: #fff;
  box-shadow: 4px 3px 8px rgb(0 0 0 / 20%);
  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 #0002;
  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: 1.5rem;
  height: 1.5rem;
  border: 2px solid #ffd561;
  border-radius: 100px;
  position: absolute;
  left: 1px;
  top: 1px;
}
.form-check .form-check-label:after {
  width: 14px;
  height: 14px;
  background: #ffd561;
  border: 2px solid #ffd561;
  border-radius: 100px;
  position: absolute;
  left: 5.25px;
  top: 5.25px;
  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 #fcdd86;
  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 #fcdd86;
  border-radius: 5px;
  padding: 2rem;
  position: relative;
}
span.dotSec {
  width: 48%;
  height: 0;
  margin-top: 0.8rem;
  border-top: dashed;
  border-color: #8c8c8c;
}
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;
  display: flex;
  align-items: center;
}
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;
}
.informationIcon p {
  position: absolute;
  right: -15rem;
  background: whitesmoke;
  color: #8c8c8c;
  width: 50%;
  top: -4rem;
  opacity: 0;
  padding: 0.6rem;
  transition: all 0.5s ease;
}
.informationIcon:hover p {
  opacity: 1;
}
.informationIcon i {
  color: #ffd561;
  padding-left: 0.4rem;
}
.tabSecStyle .right ul li {
  padding: 5px 0;
}
.foterLinks {
  display: flex;
  justify-content: space-between;
}
.modal-dialog.container {
  max-width: 1280px;
}
.modal-title {
  font-size: 1.4rem !important;
  font-weight: 700;
  text-transform: capitalize;
}
.thankyouSec h2 span {
  font-size: 3.175rem;
  color: #ffd561;
  font-weight: bold;
}
.thankyouSec h2 {
  font-size: 2.475rem;
  color: #fff;
  font-weight: 600;
}
.thankyouSec {
  background: #052652;
  padding: 0;
  position: relative;
}
.thanksContnt img {
  position: absolute;
  top: 50%;
  z-index: -11;
  width: 66%;
  transform: translateY(-50%);
}
.thanksContnt {
  padding: 3rem;
  position: relative;
  z-index: 11;
}
.thankyouSec .socialList {
  justify-content: start;
  margin-top: 2rem;
}
.thankyouSec .socialList a {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--yellow);
  color: var(--blue);
  border-radius: 100px;
  transition: ease all 0.5s;
}
.xMoveAnim {
  position: relative;
  animation: xmoveAnim ease infinite 2s;
  font-weight: 600;
}
@keyframes xmoveAnim {
  0% {
    transform: translateX(-5px);
  }
  50% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-5px);
  }
}
.phoneSec .iti__selected-flag {
  height: 63px;
}
.phoneSec .iti.iti--allow-dropdown.iti--separate-dial-code {
  width: 22%;
}
.phoneSec .iti--separate-dial-code .iti__selected-flag {
  background-color: rgb(255 255 255);
  border-right: 1px solid #00000008;
  box-shadow: 0 0 8px rgb(0 0 0 / 10%);
}
.testimonialSec .slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  color: transparent;
  outline: 0;
  background: #ffd561;
}
.tmRenewalPricing .listStyle p {
  color: #000;
}
.mainHead {
  display: none;
}
#level,
#amt {
  height: 18px;
  text-transform: capitalize;
}
.label span {
  font-size: 3.875rem !important;
  font-weight: bold !important;
}
.radio-list.tenureList li {
  font-size: 20px;
}
.radio-list input[type="radio"] {
  width: 40px;
  height: 20px;
}
.radio-list.tenureList li label {
  display: flex;
  align-items: center;
}
.tmRenewalPricing .pricingThumb .pricing a {
  width: 250px;
  text-align: center;
}
.blog-detail-Contnt {
  padding-left: 3rem;
}
.blogDetailSec {
  list-style-type: decimal;
  padding-left: 3rem;
}
.blogDetailSec li {
  font-size: 1rem;
  color: var(--text-color);
  padding: 5px 0;
}
ul.blog-details-points {
  list-style-type: disc;
  list-style-position: inside;
  font-size: 1rem;
  color: var(--text-color);
  padding: 10px 0;
}
.informationIcon.information-parah2 p {
  top: 1rem;
  right: -20rem;
}
.informationIcon.information-parah3 p {
  top: 6rem;
  right: -19rem;
}
.blog-DetailInner img {
  height: 500px;
  object-fit: cover;
}
.mainSlider.landingPage {
  background: url(../images/bg/trademark-registration-ad.webp) top center/cover
    no-repeat;
  position: relative;
  padding: 8rem 0 0;
  min-height: 600px;
  display: flex;
  align-items: center;
  height: 800px;
}
.landingPage::before {
  display: none;
}
.landingNav {
  position: absolute;
  inset: 0 0 auto 0;
  z-index: 111;
}
.nav-landing {
  padding: 1.5rem 0;
}
.nav-landing ul li:first-child {
  display: block;
}
.nav-landing ul li {
  display: none;
}
.nav-landing ul li a {
  color: var(--yellow);
}
.landingPage .baner-girl {
  position: absolute;
  z-index: 1;
  right: 30%;
  bottom: 0;
  width: 470px;
}
.landingPage .leadForm .title h4 span {
  font-weight: 700;
}
.landingPage .leadForm .title h4 {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.4rem;
}
.landingPage .leadForm .subTitle h5 {
  letter-spacing: 4px;
  text-transform: uppercase;
}
.landingPage .leadForm .subTitle {
  background: #fc2835;
  padding: 0.5rem;
  margin-bottom: 1rem;
}
.landingPage h2 {
  font-size: 44px;
}
.landingPage h2 span {
  display: block;
  font-weight: 700;
  font-size: 44px;
}
.registerSec .registerBox {
  background: #ffd561;
  padding: 3rem 14px 2rem 3rem;
  border-radius: 5px;
  position: relative;
  margin: 0 1rem;
}
.registerSec .registerBox span {
  position: absolute;
  left: -2rem;
  top: 39%;
  font-size: 36px;
  background: var(--blue);
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-text-stroke: 1px #ffd561;
  color: #052652;
}
.registerSec .registerBox h4 {
  font-size: 26px;
}
.registerSec .registerBox p {
  color: #282828;
  font-size: 14px;
}
.registerSec h2 {
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 3rem;
}
.landingPage p {
  width: 96%;
  font-size: 20px;
}
.landingPage h2 {
  font-weight: 600;
  text-transform: capitalize;
}
.landingPage .listStyle p {
  width: 100% !important;
  font-size: 18px;
}
.landingPage .listStyle p span {
  color: #ffd561;
  font-weight: 500;
}
.landingPage h2 span {
  display: block;
  font-weight: 700;
}
.nav-landing ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lp-Iconbox .iconBox {
  min-height: 17rem;
}
.phoneNumber {
  display: flex;
}
.phoneNumber input {
  padding-left: 6rem;
}
.formWrap label {
  font-weight: 700;
}
.formWrap .form-control,
.formWrap .btnStyle {
  height: 3.5rem;
}
.form-check-label {
  font-weight: 400 !important;
}
.modal-content {
  padding: 0;
}
.table tr td a.remove {
  display: block;
  font-size: 12px;
  color: red;
}
.step5Form {
  border-right: 1px solid #e1e1e1;
}
.stepContnt {
  text-align: left;
  padding-left: 1rem;
}
.stepContnt ul li {
  font-size: 1rem;
  color: var(--text-color);
  padding: 4px 0;
  font-size: 14px;
  display: flex;
}
.stepContnt ul {
  list-style-type: none;
  list-style-position: inside;
}
.redHead {
  background: #c30000;
  margin: 0;
  padding: 1.1rem;
  color: #fff;
  border-radius: 0.5rem 0.5rem 0 0;
  text-align: center;
  font-weight: 600;
  font-size: 1.4rem;
}
.stepContnt p {
  font-size: 14px;
}
.step5Form a {
  display: block;
}
.stepContnt ul li i {
  padding-right: 0.5rem;
}
.progress-bar {
  background-color: #ffd561;
  color: #052652;
}
.progress {
  height: 30px;
  font-size: 1.2rem;
  font-weight: 800;
  background: #f6f6f6;
  margin: 2rem auto 0;
  border-radius: 5px;
  width: calc(100% - 6rem);
}
.packgeItems {
  background: var(--white);
  box-shadow: 0 0 10px #0001;
  border-radius: 10px;
  padding: 2rem 1rem;
  position: relative;
}
.packgeItems .botom {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  justify-content: center;
}
.packgeItems .botom h2 {
  margin: 0;
  font-size: 3rem;
}
.packgeItems .botom span {
  font-size: 1.2rem;
}
.packgeItems .top h4 {
  text-align: center;
  font-weight: 800;
}
.packgeItems ul {
  background: #f4f6f7;
  padding: 2rem 1rem;
  border-radius: 7px;
  height: 350px;
}
.tagged {
  position: absolute;
  top: -26px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--yellow);
  padding: 8px 2rem;
  border-radius: 6px;
  width: 60%;
  text-align: center;
}
.redColr {
  background-color: red;
  color: #fff;
}
.form-tooltip {
  cursor: pointer;
  position: relative;
  color: #ffd561;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
}
.form-tooltip-body {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 44%;
  background-color: #fff;
  padding: 8px 15px 15px 15px;
  width: 400px;
  max-height: 700px;
  overflow: auto;
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2),
    0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
  transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  z-index: 2;
  cursor: default;
  border-radius: 6px;
}
.tooltip-warning {
  color: #000;
  font-weight: 700;
}
.form-tooltip:hover .form-tooltip-body {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
  display: block;
}
.form-tooltip-body p {
  font-size: 0.8rem;
  line-height: 1.2rem;
  color: #000;
  font-weight: 400;
  margin: 0;
}
#snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 50%;
  bottom: 30px;
  font-size: 11px;
  background-color: red;
}
#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}
@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}
@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}
.formBanner h2 {
  color: #fff;
  font-size: 45px;
  text-align: center;
  text-transform: capitalize;
}
.formBanner ul {
  display: flex;
  justify-content: center;
  gap: 1rem;
  list-style-type: none;
  margin-top: 2rem;
}
.formBanner ul li a {
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
}
.formBanner ul li {
  color: #fff;
}
.formText p {
  text-align: left;
  font-weight: 400;
}
.formText .input-group {
  margin: 0.8rem 0;
}
.formText {
  box-shadow: 0px 0px 16px #00000026;
  padding: 4rem 3rem;
  margin-bottom: 3rem;
}
.formText input {
  height: 3.5rem;
}
.form-Contnt p {
  color: #000;
}
.form-Contnt p a {
  color: #675ef5;
  font-weight: 500;
  text-decoration: underline;
}
.form-Contnt .button-round {
  display: flex;
  align-items: center;
  justify-content: left;
  width: fit-content;
  gap: 1rem;
  font-size: 1rem;
  font-weight: 400;
}
.form-Contnt .button-round img {
  width: 30px;
}
.form-Contnt {
  background: #f5f5f5;
  padding: 3rem 4rem;
  border-radius: 10px;
}
.formSec {
  padding: 4rem 0;
}
.formStyle .form-control::placeholder {
  font-size: 13px;
  color: #a0a0a0;
  text-indent: 0;
  opacity: 1;
}
.declarationSec {
  padding: 5rem 0;
}
.declarationSec label {
  font-size: 1rem;
}
.declarationSec h4 {
  margin: 2rem;
  font-size: 1.125rem;
  font-weight: 500;
}
.declarationSec label h4 {
  font-size: 1.125rem;
  font-weight: 500;
  margin: 0;
}
.declarationSec input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  opacity: 0;
  cursor: pointer;
}
.declarationSec label {
  position: relative;
  cursor: pointer;
  display: flex;
  gap: 1rem;
}
.declarationSec label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #535ee0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  height: 20px;
}
.declarationSec input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #675ef5;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.formfiled {
  margin: 2rem 0;
}
.declarationSec ul {
  margin-left: 4rem;
}
.declarationSec h2 {
  font-size: 2rem;
}
.sequenceForm .ov_box {
  border: 1px solid #d7d7d7;
  border-radius: 6px;
  padding: 2rem;
  margin-bottom: 1.5rem;
  height: 26rem;
  overflow-x: auto;
}
.sequenceForm .ov_box p {
  margin-bottom: 1rem;
}
.sequenceForm .ov_box ul li {
  margin-bottom: 10px;
}
.sequenceForm .ov_box h4 {
  font-size: 1.5rem;
}
.boxStyle {
  background: var(--white);
  box-shadow: 0 0 20px #0002;
  padding: 2.5rem;
  border-radius: 1.5rem;
  margin-bottom: 2rem;
}
.logoSelection {
  display: inline-grid;
  flex-flow: row wrap;
  justify-content: space-between;
  gap: 1.5rem;
}
.logoSelection .selectionStyle {
  position: relative;
  flex: 0 0 49%;
}
.logoSelection .selectionStyle .form-check-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  opacity: 0;
  z-index: 1;
}
.selectionStyle .wrap {
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 1rem 3.125rem 1rem 1rem;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: ease all 0.5s;
}
.logoSelection .selectionStyle .form-check-input:checked + .wrap {
  background: var(--yellow);
  border-color: var(--yellow);
}
.logoSelection .selectionStyle .wrap:before,
.logoSelection .selectionStyle .wrap:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.logoSelection .selectionStyle .form-check-input:checked + .wrap:before {
  border-color: var(--blue);
  background: var(--blue);
}
.logoSelection .selectionStyle .wrap:after {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 14px;
  width: auto;
  height: auto;
  border: none;
  border-radius: unset;
  top: 50%;
  right: 1.25rem;
  transform: translateY(-50%);
  opacity: 0;
}
.logoSelection .selectionStyle .form-check-input:checked + .wrap:after {
  opacity: 1;
  color: var(--white);
}
.selectionStyle .wrap .img {
  width: 60px;
}
.selectionStyle .wrap .content {
  display: flex;
  flex-direction: column;
}
.selectionStyle .wrap .form-check-label {
  font-weight: 800 !important;
  font-size: 14px;
  line-height: 1;
}
.selectionStyle .wrap small {
  font-size: 12px;
  font-weight: 600;
}
.logoStyle {
  position: relative;
}
.logoStyle .form-control {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
}
.logoStyle .fileUploadStyle {
  padding: 2rem;
  border-radius: 1rem;
  background: #f5f5f5;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.startingPoint {
  display: none;
}
.formHead {
  display: flex;
  justify-content: space-between;
  background: #f3f3f3;
  padding: 1rem 2rem;
  border-radius: 10px 10px 0 0;
  border: 1px solid #e1e1e1;
  border-bottom: 0;
}
.formHead h4 {
  font-size: 2rem;
  font-weight: 700;
  padding: 0;
  margin: 0;
}
.newForm form {
  padding: 2rem;
  background: #f5f5fd5e;
  border: 1px solid #e1e1e1;
  border-radius: 0 0 10px 10px;
}
.newForm.sequenceForm .form-control {
  margin: 1rem 0;
  background: #fff;
  border-radius: 8px;
}
.newForm .btnStyle {
  border-radius: 8px;
  padding: 0.8rem 0;
  font-size: 1.2rem;
}
.newForm form h6 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.3rem;
  font-size: 1.2rem;
  align-items: center;
}
.blink {
  animation: blink1 2s cubic-bezier(0.4, 0, 1, 1) infinite;
  font-weight: 600;
}
@keyframes blink1 {
  0%,
  100% {
    color: #000000;
  }
  50% {
    color: #a61304;
  }
}
.topButton {
  background: var(--yellow);
  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(--primary);
}
.blogThumb img {
  height: 250px;
  object-fit: cover;
}
@media only screen and (max-width: 991px) {
  .declarationSec h2 {
    font-size: 1.5rem;
  }
  .formBanner ul {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 0.3rem;
    padding: 0;
    margin-top: 0;
  }
  .formBanner ul li span {
    display: none;
  }
  .formBanner h2 {
    font-size: 30px;
  }
  .formBanner ul li a {
    font-size: 0.8rem;
  }
  .declarationSec label h4 {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 575px) {
  .declarationSec label h4 {
    font-size: 1rem;
  }
  .formBanner {
    height: 270px;
    background: #000 !important;
    padding-top: 6rem !important;
  }
  .declarationSec h2 {
    font-size: 1.2rem;
  }
  .declarationSec {
    padding: 1rem 0;
  }
  .formfiled {
    margin: 1rem 0;
  }
  .declarationSec ul {
    margin-left: 1rem;
    padding: 0;
  }
  .declarationSec ul li {
    padding: 7px 0;
  }
  .declarationSec h4 {
    margin: 0rem;
    font-size: 1rem;
  }
  .formText,
  .form-Contnt {
    padding: 2rem 1rem;
  }
  .formBanner h2 {
    font-size: 25px;
  }
  .newForm form h6 {
    font-size: 1.2rem;
    flex-direction: column;
    text-align: center;
    gap: 0.8rem;
  }
  .blogThumb img {
    height: auto;
  }
  .formHead h4 {
    font-size: 1.3rem;
  }
  .formHead {
    padding: 1rem;
  }
  .bg-light {
    margin-bottom: 1rem;
  }
  .stickyWrap {
    padding: 1rem 1rem 0;
  }
  .stickyWrap h4 {
    font-size: 1.2rem;
  }
  .stickyWrap h5 {
    font-size: 1.1rem;
  }
  .newForm form {
    padding: 1rem;
  }
}
.iti {
  width: 100%;
}
.lpForm .form-error {
  border: 2px solid red;
}
.lpForm .form-error::placeholder {
  color: red;
}

.form-error-label {
  color: red;
  font-weight: bold;
}
.form-error-input {
  border: 2px solid red;
}
.form-error-radio {
  outline: 2px solid red;
  /* border-radius: 50%; */
}
.form-error-textarea {
  border: 2px solid red;
  border-radius: 4px;
}
.form-control:focus {
    border-color:       #999;
    -webkit-box-shadow: none;
    box-shadow:         none;
}
.form-control{
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none;
}

@media only screen and (max-width: 375px){
  .thankyouSec h2 span {
    font-size: 3.175rem;
  }
  .thankyouSec h2 {
    font-size: 1.475rem;
  }
  .thanksContnt h2 span{
    font-size: 1.475rem;
  }
  .thanksContnt {
    padding: 20px;
  }
}