body {
  font-family: "Helvetica";
}

@font-face {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 800;
  src: url(/assets/web/fonts/HelveticaNeueHeavy.otf) format("OpenType");
  font-display: swap;
  /* or fallback or optional */
}

@font-face {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 700;
  src: url(/assets/web/fonts/HelveticaNeueBold.otf) format("OpenType");
  font-display: swap;
  /* or fallback or optional */
}

@font-face {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 600;
  src: url(/assets/web/fonts/HelveticaNeueBlack.otf) format("OpenType");
  font-display: swap;
  /* or fallback or optional */
}

@font-face {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 500;
  src: url(/assets/web/fonts/HelveticaNeueMedium.otf) format("OpenType");
  font-display: swap;
  /* or fallback or optional */
}

@font-face {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 300;
  src: url(/assets/web/fonts/HelveticaNeueLight.otf) format("OpenType");
  font-display: swap;
  /* or fallback or optional */
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border: none;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

.wpcf7-not-valid-tip {
    text-align: left;
    position: absolute;
	background: #EC2024;
    font-size: 11px;
    color: #fff;
    padding: 3px 0.75rem;
    margin: 0;
    line-height: 1.2;
    border-radius: 0 0 5px 5px;
    display: block;
    text-align: left;
    width: 100%;
}
.wpcf7-response-output {
    color: #46b450;
	margin:0.5em 0 1em;
}
.wpcf7 form.invalid .wpcf7-response-output {
	color:#dc3232;
	display:none;
}
.wpcf7-spinner {
	position:absolute;
}
#header-independence {
  position: absolute;
  top: 1em;
  right: 3em;
  z-index: 1;
}

#india-banner {
  position: relative;
  overflow: hidden;
}

@media (max-width: 767px) {
  #india-banner {
    height: 800px;
  }
}

#india-banner .bg-img {
  position: relative;
  z-index: -1;
}

#india-banner .bg-img img {
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 767px) {
  #india-banner .bg-img img {
    height: 80px;
    overflow: hidden;
  }
	    #why-choose-us .blocks {
			margin:0;
			padding:1em;
	}
}

#india-banner .row {
  position: absolute;
}

@media (min-width: 991px) {
  #india-banner .row {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 5em;
    right: 4em;
    z-index: 1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 991px) {
  #india-banner .row {
    top: 5em;
    left: 1em;
    right: 1em;
  }
  #india-banner .row .content {
    margin-bottom: 2em;
  }
  #india-banner .row .bg-img {
    height: auto;
  }
}

#india-banner .row .content h1 {
  color: #fff;
  font-weight: 700;
  font-size: clamp(2.5em, 3.513vw, 6.25em);
}

@media (max-width: 767px) {
  #india-banner .row .content h1 {
    font-size: 2em;
    margin: 2em 10px 2em;
  }
}

#india-banner .row .content h1 span {
  font-weight: 500;
}

#india-banner .row .content h1 .one {
  color: #ff914d;
}

#india-banner .row .content h1 .two {
  color: #fff;
}

#india-banner .row .content h1 .three {
  color: #00bf63;
}

#india-banner .row .right-block {
  background-color: #fff;
  border-radius: 25px;
  -webkit-box-shadow: 0px 0px 18.5px 0px #0000001F;
          box-shadow: 0px 0px 18.5px 0px #0000001F;
  padding: 3em;
}

#india-banner .row .right-block #name {
  position: relative;
}

#india-banner .row .right-block .form-group {
  position: relative;
  margin-bottom: 2em;
}

#india-banner .row .right-block .form-group img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 1em;
  width: 15px;
  z-index: 1;
}

#india-banner .row .right-block .form-control {
  position: relative;
  padding: .75rem .75rem .75rem 2.75rem;
}

#india-banner .row .right-block ::-webkit-input-placeholder {
  color: #6C757D;
  font-weight: 300;
}

#india-banner .row .right-block :-ms-input-placeholder {
  color: #6C757D;
  font-weight: 300;
}

#india-banner .row .right-block ::-ms-input-placeholder {
  color: #6C757D;
  font-weight: 300;
}

#india-banner .row .right-block ::placeholder {
  color: #6C757D;
  font-weight: 300;
}

#india-banner .row .right-block label {
  color: #6C757D;
  font-weight: 300;
}

#india-banner .row .right-block .btn-primary {
  margin-top: 10px;
  background-color: #EF4145;
  border-color: #EF4145;
  width: 100%;
  padding: .5rem .75rem;
  border-radius: 12px;
  font-weight: 700;
  font-size: 1em;
}

#india-intro {
  padding: 5em 0;
}

#india-intro .row:nth-child(2) {
  margin-top: 4em;
}

#india-intro .des {
  color: #41414E;
  position: relative;
  font-size: clamp(1.25em, 1.626vw, 3em);
  font-weight: 400;
}

#india-intro .des::after {
  content: "";
  background-image: url(/wp-content/uploads/2024/08/Rectangle.svg);
  position: absolute;
  top: -40px;
  left: -45px;
  z-index: 1;
  width: 57px;
  height: 95px;
}

#india-intro .each-block {
  background: linear-gradient(297.19deg, rgba(255, 251, 251, 0.4) 2.2%, rgba(255, 207, 208, 0.4) 98.16%);
  border: 2px solid #EF41451A;
  -webkit-box-shadow: 0px 12px 40px 0px #0000001A;
          box-shadow: 0px 12px 40px 0px #0000001A;
  border-radius: 15px;
  padding: 2em;
  text-align: center;
}

@media (max-width: 991px) {
  #india-intro .each-block {
    margin-bottom: 2em;
    width: 80%;
    margin: 0 auto 2em;
  }
}

#india-intro .each-block.second-block {
  background: linear-gradient(297.19deg, rgba(249, 252, 255, 0.4) 2.2%, rgba(173, 215, 255, 0.4) 98.16%);
  border: 2px solid #1670C61A;
  -webkit-box-shadow: 0px 12px 40px 0px #0000001A;
          box-shadow: 0px 12px 40px 0px #0000001A;
}

#india-intro .each-block h1 {
  color: #003F7B;
  font-size: clamp(3em, 4.729vw, 8em);
  font-weight: 700;
  margin-bottom: 0;
}

#india-intro .each-block p {
  font-size: clamp(1.1em, 1.486vw, 2.75em);
  color: #272727;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

#special-offer {
  position: relative;
}

@media (max-width: 991px) {
  #special-offer .bg-img img {
    height: 600px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

#special-offer .row {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
}

@media (max-width: 991px) {
  #special-offer .row {
    left: 10%;
    right: 10%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

#special-offer .content {
  text-align: center;
}

#special-offer .content h1, #special-offer .content p, #special-offer .content h3 {
  color: #023E7A;
}

#special-offer .content h1 {
  font-size: clamp(2.5em, 2.837vw, 5.15em);
  font-weight: 700;
}

#special-offer .content p {
  font-weight: 500;
}

#special-offer .content h3 {
  font-size: clamp(1.75em, 2.297vw, 4em);
  font-weight: 400;
}

#special-offer .content .sub {
  font-size: clamp(1.5em, 1.753vw, 3em);
  font-weight: 500;
}

#special-offer .content .sub::before,
#special-offer .content .sub::after {
  background-color: #003F7B;
  content: "";
  display: inline-block;
  height: 2px;
  position: relative;
  vertical-align: middle;
  width: 10%;
}

#special-offer .content .sub::before {
  right: 0.5em;
  margin-left: -50%;
}

#special-offer .content .sub::after {
  left: 0.5em;
  margin-right: -50%;
}

#special-offer .btn {
  background-color: #EF4145;
  padding: 4px 20px;
  color: #fff;
  width: 200px;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}

#special-offer .btn:hover {
  background-color: #ed060a;
}

#why-choose-us {
  padding: 3em 0;
  position: relative;
}

#why-choose-us h1 {
  color: #003F7B;
  text-align: center;
  margin-bottom: 1em;
}

#why-choose-us .blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25em;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media (max-width: 767px) {
  #why-choose-us .blocks {
    margin: 1em 0;
    overflow-x: auto;
    overflow-y: hidden;
    display: -webkit-box;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

#why-choose-us .blocks .each-block {
  width: 20%;
  float: left;
  -webkit-box-shadow: 0px 0px 4px 0px #0063F552;
          box-shadow: 0px 0px 4px 0px #0063F552;
  box-shadow: 0px 0px 4px 0px #0063F552;
  box-shadow: 0px 0px 4px 0px #0063F552;
  background-color: #fff;
  padding: 2.5em 1em;
  border-radius: 15px;
  text-align: center;
}

@media (max-width: 767px) {
  #why-choose-us .blocks .each-block {
    min-width: 220px;
  }
}

#why-choose-us .blocks .each-block .icon img {
  height: 50px;
}

#why-choose-us .blocks .each-block p {
  margin-top: 15px;
  color: #41414E;
  font-size: clamp(0.975em, 0.97vw, 2em);
  font-weight: 400;
}

#our-client {
  position: relative;
  padding: 3em 0;
}

#our-client h1 {
  font-size: clamp(2.5em, 2.837vw, 5.15em);
  color: #003F7B;
  margin-bottom: 1em;
}

#our-client .first-block {
  border: 2px solid #00BF63;
  background: #F3FEF4;
  padding: 1.25em;
  border-radius: 12px;
  position: relative;
  height: 100%;
}

#our-client .first-block::after {
  content: "";
  position: absolute;
  top: -20px;
  left: 1.5em;
  background-image: url(/wp-content/uploads/2024/08/quote.svg);
  z-index: 1;
  width: 43px;
  height: 39px;
}

#our-client .first-block.second-block {
  background: #FFF5EB;
  border: 2px solid #FF914D;
}

#our-client .name {
  color: #003F7B;
  margin-bottom: 0;
}

#our-client .min-head {
  color: #41414E;
}

#our-client .des {
  font-weight: 300;
}

#our-pricing {
  position: relative;
  padding: 3em 0;
}

#our-pricing h1 {
  color: #003F7B;
  text-align: center;
}

#our-pricing p b {
  font-size: clamp(1.25em, 1.621vw, 3em);
}

#our-pricing .one {
  color: #003F7B;
}

#our-pricing .two {
  color: #b4282c;
}

#our-pricing .blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  margin-top: 2em;
}

@media (max-width: 767px) {
  #our-pricing .blocks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#our-pricing .blocks .each-block {
  text-align: center;
  width: 33.33%;
  float: left;
}

#our-pricing .blocks .each-block:not(:last-child) {
  border-right: 2px solid #A5B8CB;
}

@media (max-width: 767px) {
  #our-pricing .blocks .each-block {
    width: 100%;
  }
}

#our-pricing .blocks .each-block p {
  font-size: clamp(1.45em, 1.756vw, 3.15em);
  font-weight: 500;
  margin-bottom: 0;
}

#our-pricing .blocks .each-block h1 {
  font-size: clamp(4em, 4.459vw, 8.5em);
}

#our-pricing .blocks .each-block .lot {
  font-size: clamp(3em, 4vw, 6.5em);
  color: #0CAB58;
  vertical-align: bottom;
  line-height: 1.65;
}

#our-pricing .blocks .each-block:nth-child(1) h1 {
  color: #F77A2D;
}

#our-pricing .blocks .each-block:nth-child(3) h1 {
  color: #0CAB58;
}

#footer-landing {
  position: relative;
  padding: 2em 0 0;
  background-color: #013f7c;
  color: #fff;
}

#footer-landing a {
  text-decoration: none;
}

@media (max-width: 767px) {
  #footer-landing .social-icons {
    padding: 1em 0;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#footer-landing .h-line {
  margin: 5px 0 10px;
  width: 40px;
  height: 2px;
  background-color: #ef4246;
}

#footer-landing .line {
  margin: 15px 0;
  width: 100%;
  height: 1px;
  background-color: #5badf9;
}

#footer-landing ul {
  margin: 10px 0 2em;
}

#footer-landing ul li {
  margin-bottom: 5px;
}

#footer-landing ul li img {
  margin-bottom: 5px;
}

#footer-landing ul li a {
  color: #5badf9;
}

#footer-landing p {
  font-weight: 500;
}

#footer-landing p span {
  color: #5badf9;
  font-weight: 400;
}

#footer-landing .copy-right {
  background-color: #003775;
  padding: 1em 0;
}
/*# sourceMappingURL=independence.css.map */