@import url(layout.min.css);
@import url('https://fonts.cdnfonts.com/css/poppins');

* {
  font-family: 'Poppins', sans-serif;
}

html {
  font-size: 16px;
}

body {
  position: relative;
  background: #fff;
  overflow-x: hidden;
}

:root {
  --white: #ffffff;
  --black: #000;
  --theme-color: #164070;
  --primary: #164070;
}

p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.67;
  margin-bottom: 2rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {}

h1 div {
  display: inline-block;
}

.img-auto {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

a,
button {
  text-decoration: none !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover,
button:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

figure {
  margin: 0;
}

section {
  padding: 4rem 0;
  position: relative;
}

.headerMenu .dropdown-menu {
  /* width: 350px; */
}

.dropLinks li {
  flex: 0 0 48%;
}

.headerMenu img {
  width: 10rem;
}

.headPara h1 {
  font-size: 3.75rem;
  font-weight: 500;
  /* font-family: 'Libre Caslon Text'; */
}

.headPara h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
  /* font-family: 'Libre Caslon Text'; */
  /* color: var(--theme-color); */
}

.headPara h4 {
  font-size: 30px;
  font-weight: 600;
  /* font-family: 'Inter'; */
}

.headPara h5 {
  font-size: 20px;
  font-weight: 600;
  /* font-family: 'Inter'; */
  margin: 0;
}

.headPara p {
  margin: 1rem 0 0;
}

.headPara span {
  color: var(--theme-color);
  font-weight: 600;
  font-size: 16px;
}

.menu.navbar-nav li a {
  color: #000 !important;
}

/* Home Page CSS Start  */
.main-Banner {
  background: #ffffff;
  height: 100vh;
  display: flex;
  align-items: center;
}

.innerBanner {
  height: 60vh;
  display: flex;
  align-items: center;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
}

.innerBanner:before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(359deg, #DCE7F8, transparent);
}

.bannertext h1 {
  font-size: 3rem;
  /* text-transform: uppercase; */
  font-weight: 700;
  color: #000000;
}

.bannertext h5 {
  color: var(--theme-color);
  font-weight: 600;
}

.bannertext p {
  margin: 0;
}

/* Home Page CSS End */

/* Inner Pages CSS Start */
.innerBanner {
  height: 60vh;
  padding-top: 12rem;
}

/* Inner Pages CSS End */

.bannerRight {
  position: absolute;
  top: 0;
  right: 0;
}

/* .main-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom,
      rgba(255, 255, 255, 0.85),
      rgba(255, 255, 255, 0));
  z-index: 2;
  pointer-events: none;
} */

/* .bannerRight::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.85),
    rgba(255, 255, 255, 0)
  );
  z-index: 2;
  pointer-events: none;
} */

.bannerRight img {
  position: relative;
  right: -5rem;
  width: 100%;
  display: block;
  z-index: 1;
}


.optionSec .inner {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.optionSec h4 {
  font-size: 26px;
  font-weight: 600;
}

figure img {
  width: 100%;
}

.ctaSec {
  background-color: #F5F6F8;
  /* padding: 8rem 0; */
}

.ctaSec .inner {
  text-align: center;
}

.ctaElem {
  position: relative;
  width: 100%;
  height: 1px;
}

.ctaElem::before {
  content: "";
  position: absolute;
  left: -6rem;
  top: -4rem;
  width: 60px;
  height: 60px;
  background: url("../images/mix/ctaElemOne.png") no-repeat center;
  background-size: contain;
}


.ctaElem::after {
  content: "";
  position: absolute;
  right: -10rem;
  top: 2rem;
  width: 60px;
  height: 60px;
  background: url("../images/mix/ctaElemTwo.png") no-repeat center;
  background-size: contain;
}

.serviceBox {
  background-color: #F5F6F8;
  border-radius: 20px;
  padding: 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.serviceBox h4 {
  font-size: 20px;
  font-weight: 600;
}

.serviceBox p {
  padding-bottom: 1rem;
}

.serviceBox .themeBtn {
  margin-top: auto;
  align-self: flex-start;
  width: auto;
}


.counterSec .head {
  background-color: var(--theme-color);
  padding: 2rem;
  border-radius: 20px;
}

.counterSec .head h3 {
  color: #ffffff;
  text-align: center;
  margin: 0;
}

.counterBox p {
  text-align: center;
}

.counterBox {
  padding: 2rem 0;
}

.counterData {
  text-align: center;
  padding: 1rem 0 0;
  font-size: 30px;
  font-weight: 700;
}

.counterData span {
  font-size: 40px;
  color: #000;
}

.ctaTwoSec {
  position: relative;
  background-color: var(--theme-color);
  margin-top: 2rem;
}

.ctaTwoSec.new .btm {
  justify-content: center;
}

.ctaTwoSec.new {
  text-align: center;
}

/* PNG overlay via before */
.ctaTwoSec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/mix/7.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 1;
  z-index: 0;
}

.ctaTwoSec>.container,
.ctaTwoSec h2,
.ctaTwoSec p,
.ctaTwoSec .btm {
  position: relative;
  z-index: 1;
}


.ctaTwoSec .ctaRight {
  position: absolute;
  bottom: 0;
  z-index: 0;
  right: 0;
}

.ctaTwoSec .ctaRight img {}


.ctaTwoSec h2,
.ctaTwoSec p {
  color: #ffffff;
}

.ctaTwoSec h2 {
  font-size: 36px;
}

.ctaTwoSec p {
  width: 80%;
}

.ctaTwoSec.new p {
  width: 100%;
}

.ctaTwoSec .btm {
  margin-top: 1rem;
  display: flex;
  gap: 20px;
}

.ctaRight {
  /* position: absolute; */
  /* top: 0; */
  /* right: 0; */
}

.ctaRight img {
  /* width: 62rem; */
  /* position: relative; */
  /* right: -1rem; */
  /* top: -4rem; */
}

.themeBtn {
  margin: 1rem 0 0;
}

.pricingSec h2 {
  text-align: center;
  font-size: 40px;
  padding-bottom: 2rem;
}

.pricingBox {
  border: 1px solid #DFE3EA;
  border-radius: 20px;
  /* padding: 2rem; */
}

.pricingBox .headArea {
  /* display: flex;
  justify-content: space-between; */
  margin: 1.4rem 1.4rem 0;
  padding: 10px 20px;
  box-shadow: 0 16px 30px rgb(0 0 0 / 8%);
  border-radius: 10px;
}

.pricingBox .headArea .left h5 span {
  color: #03B8FF;
  font-size: 42px;
}

/* .pricingBox .headPara h5 {
  display: flex;
  align-items: center;
  gap: 10px;
} */

.pricingBox .headArea .left p {
  margin: 0;
  font-weight: 400;
  font-size: 12px;
}

.pricingBox .headArea .left h5 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pricingBox .right h5 {
  font-size: 18px;
  text-align: left;
}

.pricingBox .contentArea {
  padding: 2rem 2rem 0;
}

.pricingBox .contentArea .mCSB_container {
  margin: 0 26px 0px 0px;
}

.pricingBox .contentArea .mCSB_scrollTools {
  right: 0px;
}

.pricingBox .contentArea ul {
  list-style: none;
  padding-left: 0;
  height: 18rem;
  overflow: auto;
}

.pricingBox .contentArea ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  font-size: 14px;
}


.pricingBox .contentArea ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  /* yahin se start hoga */
  width: 14px;
  height: 14px;
  border: 2px solid var(--theme-color);
  border-radius: 50%;
  background-color: #fff;
}

.pricingBox .contentArea ul li::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 8px;
  /* inner dot align */
  width: 6px;
  height: 6px;
  background-color: var(--theme-color);
  border-radius: 50%;
}


.priceBtn {
  width: 100%;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 1rem 2.5rem;
  text-transform: capitalize;
  text-align: center;
  display: block;
  background: var(--theme-color);
  color: var(--white);
  border: 1px solid #DFE3EA;
  font-weight: 600;
}

.priceBtn:hover {
  background: #03b8ff !important;
  color: var(--white);
}

.bottomArea {
  padding-top: 2rem;
}

.ctaElemTwo {
  position: relative;
  width: 100%;
  height: 1px;
}

.ctaElemTwo::before {
  content: "";
  position: absolute;
  left: -16rem;
  top: 0rem;
  width: 60px;
  height: 60px;
  background: url("../images/mix/ctaElemTwo.png") no-repeat center;
  background-size: contain;
}

.mt-6rem {
  margin-top: 6rem;
}

.ctaElemTwo::after {
  content: "";
  position: absolute;
  right: -18rem;
  top: 1rem;
  width: 60px;
  height: 60px;
  background: url("../images/mix/ctaElemOne.png") no-repeat center;
  background-size: contain;
}

.blogSec h2 {
  text-align: center;
  padding-bottom: 20px;
}

.blogBox {
  height: 100%;
}

.blogBox .card-title {
  padding-bottom: 1rem;
}

.blogBox a {
  color: var(--theme-color);
  font-weight: 600;
  text-decoration: underline !important;
}

.blogBox .card {
  border-radius: 20px;
  display: block;
  height: 100%;
  background: #F5F5F5;
}

.blogBox .card .card-img-top {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.blogBox .card-body {
  /* background: #F5F5F5; */
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.reviewSec {
  /* background-color: #F5F6F8; */
}

.reviewSlider {
  padding: 4rem 0 !important;
}

.reviewSlider .testimonial {
  /* background: #f9f9f9; */
  /* padding: 0; */
  border-radius: 15px;
  text-align: center;
  position: relative;
  /* min-height: 300px; */
  /* display: flex; */
  /* flex-direction: column; */
  /* align-items: center; */
  /* justify-content: center; */
}

.reviewSlider .testimonial img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  /* border-radius: 50%; */
  margin-bottom: 20px;
  /* clip-path: circle(50% at 50% 50%); */
}

.reviewSlider .testimonial .quote {
  font-size: 10rem;
  color: #ddd;
  position: absolute;
  top: -4rem;
  left: 8rem;
}

.reviewSlider .testimonial p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 15px;
}

.reviewSlider .testimonial h5 {
  font-weight: 600;
  margin-top: 10px;
  color: #1e3a5f;
}

.testimonial .contentArea {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
  z-index: 1;
  position: relative;
}

.testimonial .contentArea .right {
  text-align: left;
  padding-left: 20px;
}

/* Swiper pagination style */
.reviewSlider .swiper-pagination-bullet {
  background: #1e3a5f;
  opacity: 1;
}

.reviewSlider .swiper-pagination-bullet-active {
  background: #ff6b6b;
}


/* accordion css */
.accordian {
  /* margin-top: 2rem; */
  margin-left: 0;
}

.accordian li {
  margin-bottom: 25px;
  border-radius: 12px;
  box-shadow: 0 0 10px #00000024;
}

.accordian li h4 {
  background: #F5F6F8;
  color: #2f2f2f;
  font-size: 1.125rem;
  padding: 1.4rem;
  position: relative;
  cursor: pointer;
  border-radius: 12px;
  margin: 0;
  line-height: 1.3;
  font-weight: 500;
  /* padding-left: 1.75rem; */
  /* border-left: 12px solid var(--theme-color); */
}

.accordian h4::after,
.accordian h4::after {
  content: "\f067";
  font-family: "Font Awesome 5 Pro";
  font-size: 20px;
  position: absolute;
  top: 25px;
  right: 35px;
  line-height: normal;
  transition: all 0.3s ease-in-out;
}

.accordian p {
  margin: 0;
  color: #869289;
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 1rem;
}

.accordian li>div {
  display: none;
  background: #fff;
  border-radius: 0 0 10px 10px;
  padding: 1rem;
}

.accordian li.active h4::after {
  content: "\f068";
}

.accordian li.active {
  border-color: #F5F6F8;
  background: #F5F6F8;
}

.accordian li.active h4 {
  color: var(--theme-color);
  background: #F5F6F8;
  color: #000000;
  padding: 1.4rem;
  border: navajowhite;
}

.accordian li.active>div {
  background: #F5F6F8;
}

.accordian li.active>div p {
  color: #000000;
}

/* accordion css */
.accordianInner li {
  margin-bottom: 3rem;
}

.cntInfo li {
  color: #575757;
  padding: 8px 0;
}

.cntInfo .bottom {
  color: #546B75;
}

.serviceSec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/mix/elemBack1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 1;
  z-index: 0;
}

.serviceSec::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/mix/elemBack2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 1;
  z-index: 0;
}

.serviceSec .container {
  position: relative;
  z-index: 2;
}

footer a img {
  margin-bottom: 1rem;
}

.schlicn {
  padding-bottom: 10px;
}

.aboutSec ul {
  list-style: none;
  padding-left: 0;
  margin-top: 1rem;
}

.aboutSec ul li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  font-size: 1rem;
}

.aboutSec ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 20px;
  height: 20px;

  background-image: url("../images/icon/list-one.png");
  /* apni image path */
  background-size: contain;
  background-repeat: no-repeat;
}

.aboutInner .aboutRight {
  position: absolute;
  top: 6rem;
  right: 0;
}

.aboutInner .aboutRight img {
  position: relative;
  right: -4rem;
}

.aboutInner .listItms {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  gap: 16px;
  margin-top: 2rem;
}

.aboutInner .listItms .left i {
  padding: 10px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #fff;
  height: 50px;
  width: 50px;
}

.aboutInner .listItms:nth-of-type(1) .left i {
  background: #FFDD0F;
}

.aboutInner .listItms:nth-of-type(2) .left i {
  background: #F36A8D;
}

.aboutInner .listItms:nth-of-type(3) .left i {
  background: #4E6BFF;
}


.aboutInner .listItms .right p {
  margin: 8px 0 0;
}

.procesStepBox {
  display: flex;
  align-items: center;
  position: relative;
  background: #fff;
  padding: 40px 0;
}

.procesStepSec .innerTop {
  text-align: center;
  padding: 0 0 4rem;
}

.stepContent {
  flex: 1;
  padding-right: 40px;
  z-index: 3;
}

.stepContent::before {
  content: "";
  position: absolute;
  right: -5rem;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/mix/elemSteps.png) no-repeat center;
  background-size: contain;
  z-index: -1;
}

.stepContent h4 {
  font-size: 22px;
  font-weight: 600;
  color: #0f2f5a;
  margin-bottom: 10px;
}

.stepContent p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
  margin: 0;
}

.stepArrow {
  position: relative;
  width: 160px;
  height: 140px;
  background: #143d6b;
  clip-path: polygon(0 0,
      75% 0,
      100% 50%,
      75% 100%,
      0 100%,
      15% 50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  z-index: 2;
}

.stepArrow::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #143d6b;
  clip-path: inherit;
  filter: blur(12px);
  opacity: 0.35;
  transform: translate(10px, 10px);
  z-index: -1;
}

.stepArrow .stepNo {
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
}

.stepArrow .stepTxt {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
}

.whyChooseSec .boxOne img {
  /* width: 16rem;
  margin-right: 20px; */
}

.whyChooseSec h2 {
  font-size: 36px;
}

.whyChooseSec .boxOne {
  display: flex;
  align-items: center;
  background: #f5f6f6;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.whyChooseSec .boxOne.second {
  display: flex;
  /* align-items: stretch; */
  flex-direction: column;
  overflow: hidden;
  border-bottom-left-radius: 0;
  border-top-right-radius: 20px;
}

.whyChooseSec .boxOne .left {
  display: flex;
  height: 400px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.whyChooseSec .boxOne .left img {
  object-fit: cover;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.boxOne h5 {
  font-size: 20px;
}

.boxOne span {
  font-size: 14px;
}

.whyChooseSec span {
  color: var(--theme-color);
}

.whyChooseSec .boxOne.second .left img {
  /* width: 100%; */
}

.whyChooseSec .boxOne .right {
  /* background: #F5F6F6; */
  padding: 30px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.whyChooseSec .boxOne.second .right {
  border-top-right-radius: 0;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.whyChooseSec .boxOne .right h5 {
  padding-top: 10px;
}

.cmnSecOne {
  padding: 80px 20px;
  background: #fff;
}

.main-heading {
  /* color: #1a1a1a; */
  /* font-weight: 800; */
  /* font-size: 3rem; */
  margin-bottom: 10px;
}

.sub-heading {
  color: #666;
  font-weight: 500;
  font-size: 1.8rem;
  margin-bottom: 50px;
}

/* Main row */
.main-content-row {
  align-items: stretch;
  min-height: 500px;
}

/* Left Column */
.left-column {
  /* position: relative; */
}

.l-image-container {
  position: relative;
  width: 100%;
  height: 34rem;
  /* min-height: auto; */
  border-radius: 15px;
  overflow: hidden;
  left: 1rem;
}

.l-shape-img {
  width: auto;
  height: 100%;
  /* object-fit: cover; */
  /* object-position: center; */
  position: absolute;
  right: 0;
}

/* Box in empty L-space (bottom-left) */
.box-in-l-space {
  position: absolute;
  bottom: 0;
  height: 16.2rem;
  left: 13rem;
  width: 290px;
  /* Adjust based on your L-shape empty space */
  background: #164070;
  backdrop-filter: blur(10px);
  border-radius: 12px;
  padding: 25px;
  /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15); */
  /* border: 1px solid rgb(0 0 0); */
}

/* Right Column */
.right-column {
  /* display: flex; */
  /* align-items: center; */
}

.right-boxes {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
  /* padding-left: 30px; */
  height: 100%;
}

.right-box {
  width: 290px;
  /* background: #f8f9fa; */
  border-radius: 15px;
  padding: 20px;
  transition: all 0.3s ease;
  /* border-left: 5px solid; */
  flex: 1;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  height: auto;
}

.right-box:hover {
  /* transform: translateX(10px); */
  /* box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1); */
}

.top-box {
  background: #F5F6F8;
  /* border-left-color: #4CAF50; */
  /* background: linear-gradient(135deg, rgba(76, 175, 80, 0.1), rgba(255, 255, 255, 0.9)); */
}

.bottom-box {
  border-left-color: #2196F3;
  background: linear-gradient(135deg, rgba(33, 150, 243, 0.1), rgba(255, 255, 255, 0.9));
  /* box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1); */
  background: #03B8FF;
}

.box-value {
  font-size: 2rem !important;
  font-weight: 800;
  margin-bottom: 15px;
  color: #1a1a1a;
}

.box-content {
  text-align: center;
  display: flex;
  align-content: center;
  flex-direction: column;
  justify-content: center;
}

.bottom-box .box-value span {
  font-size: 3rem;
  color: #ffffff;
}

.box-value {
  text-align: center;
}

.box-text {
  text-align: center;
}

.top-box .box-value {
  color: #164070;
  font-size: 20px !important;
  padding: 0;
  margin: 0;
}

.bottom-box .box-value {
  color: #ffffff;
}

.box-in-l-space .box-value {
  color: #ffffff;
  margin: 2rem 0 0;
}

.box-text {
  color: #555;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  font-weight: 500;
}

.box-in-l-space .box-text {
  color: #ffffff;
}

.right-box.top-box .box-text {
  color: #000000;
}

.right-box.bottom-box .box-text {
  color: #ffffff;
}


.innerImgTxtFrnt {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
}

.innerImgTxtFrnt img {
  width: 100%;
  height: auto;
  display: block;
}

.innerImgTxtFrnt .overlayContent {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: auto;
  padding: 8rem 1.5rem 2rem;
  background: linear-gradient(to top, rgb(0 0 0.9), rgba(0, 0, 0, 0));
  color: #fff;
}

.innerImgTxtFrnt .overlayContent h4 {
  margin: 0 0 8px;
}

.innerImgTxtFrnt .overlayContent p {
  margin: 0;
}


.cmnSecThree {
  background: url('../images/mix/26.png') top right / cover no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cmnSecFour {
  position: relative;
}

.cmnSecFour .innerBoxes h4 {
  color: var(--theme-color);
}


.cmnSecFour::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/mix/34.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 1;
  z-index: 0;
}

.innerBoxes {
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  padding: 26px;
  border-radius: 20px;
  background-color: #ffffff;
}

.cmnSecFive {
  background: url('../images/mix/38.png') top center / contain no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.cmnSecFive .inner {
  padding: 3rem;
  color: #ffffff;
  border-radius: 20px;

  /* background: #03B8FF; */
  /* border: 13px solid #ffffff; */
  /* border-top: 26px solid #ffffff; */
  /* border-right: 25px solid #ffffff; */
  /* border-left: 26px solid #ffffff; */
}

.optionSec.cntNew .inner {
  display: flex;
  gap: 20px;
  align-items: center;
}

.cmnSecFive .row:nth-of-type(1) .inner {
  background: #03B8FF;
  margin-bottom: 10px;
}

.cmnSecFive .row:nth-of-type(2) .inner {
  background: #03B8FF;
  margin-top: 10px;
}

.cmnSecFiveHead h2 {
  text-align: center;
}

.boxOne ul {
  padding-left: 20px;
}

.boxOne ul li {
  list-style: disc;
  padding-right: 20px;
  padding-left: 0;
  margin-top: 8px;
}


/* .boxOne ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}

.boxOne ul li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: var(--theme-color);
  border-radius: 50%;
} */

.contactSec {
  background: #F5F6F8;
}

.formSec {
  border-radius: 20px;
  background: #ffffff;
}

.formSec .top {
  text-align: center;
}

.formSec .bottom {
  padding: 0px 30px 30px 30px;
}

.formMain {
  width: 100%;
  /* max-width: 400px; */
}

.formMain .field {
  border: 1px solid #BCB6B6;
  border-radius: 6px;
  padding: 0px 12px 14px;
  margin-bottom: 18px;
}

.formMain legend {
  padding: 0 6px;
  font-size: 13px;
  color: #9a9a9a;
  width: auto;
}

.formMain input {
  width: 100%;
  border: none;
  outline: none;
  font-size: 14px;
  padding: 0px 8px;
}

.formMain input::placeholder {
  color: #c5c5c5;
}

.formMain input[type="submit"] {
  width: 100%;
  background: #143f6b;
  color: #fff;
  border: none;
  padding: 12px;
  border-radius: 6px;
  font-size: 15px;
  cursor: pointer;
}

.formMain input:focus {
  box-shadow: none;
}

hr {
  margin: 2rem 0;
}

/* ===== FIXED OVERLAY ISSUE ===== */

.formSec .top figure {
  position: relative;
  overflow: hidden;
}

.formSec .top figure img {
  width: 100%;
  display: block;
}

.formSec .top .overlayContent {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  color: #fff;
  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.75),
      rgba(0, 0, 0, 0));
}


/* .cmnSecFive::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/mix/38.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 1;
  z-index: 0;
} */

/* .extraSec {
  padding: 5rem 0;
} */

.iti {
  width: 100%;
}

.main-Banner .btm {
  display: flex;
  gap: 20px;
}

.formMain .iti.iti--allow-dropdown.iti--show-flags.iti--inline-dropdown {
  margin-bottom: 0 !important;
}

.iti__selected-country:focus {
  outline: 0;
}

.iti__country-list {
  overflow: auto;
}

footer h3 {
  color: #000;
}

.right-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bottom-box .box-value {
  margin: 0;
  font-size: 20px !important;
}

.box-value span {
  font-size: 3rem;
  color: #ffffff;
}

.right-box.top-box span {
  color: #164070;
}

.lpBanner {
  background: url(../images/mix/lpBanner.png) no-repeat top center !important;
  height: 80vh;
  padding-top: 8rem;
}

.lpBanner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle, rgb(249 249 249 / 0%) 0%, rgb(5 15 24) 100%);
}

.lpBanner .formSec .bottom {
  padding: 0 40px 40px;
  background: #ffffff;
  border-radius: 20px;
}

.lpBanner .bannertext h5,
.lpBanner .bannertext h1,
.lpBanner .bannertext p {
  color: #ffffff;
}

.lpBanner .formSec .top .overlayContent {
  position: relative;
  background: none;
  color: #143f6b;
  padding: 20px 20px 0;
}

.lpBanner .formSec .top .overlayContent h4 {
  font-weight: 600;
  line-height: 36px;
}

.lpBanner .formMain .field {
  padding: 0px 10px 2px;
}

/* .lpBanner .formMain input {
  padding: 0px 8px 10px;
} */

.lpBanner .formMain input[type="submit"] {
  padding: 12px;
}

.lpBanner .formMain input {
  padding: 0px 8px 10px;
}

.lpBanner .iti--allow-dropdown .iti__country-container {
  right: auto;
  left: 0;
  top: -12px !important;
}

.mCSB_inside>.mCSB_container {
  margin: 0 !important;
}

.iti--inline-dropdown .iti__country-list {
  overflow-y: auto !important;
}

.mCSB_scrollTools {
  right: 6px;
}


/* Responsive */
@media (max-width: 992px) {
  .right-boxes {
    padding-left: 0;
    padding-top: 30px;
  }

  .l-image-container {
    min-height: 400px;
  }
}

@media (max-width: 768px) {
  .main-heading {
    font-size: 2.2rem;
  }

  .sub-heading {
    font-size: 1.5rem;
  }

  .box-value {
    font-size: 2.5rem;
  }

  .right-box,
  .box-in-l-space {
    padding: 25px 20px;
  }

  .box-in-l-space {
    width: 80%;
    bottom: 15px;
    left: 15px;
  }
}

/* Responsive */
@media (max-width: 767px) {
  .reviewSlider .testimonial {
    min-height: auto;
    padding: 20px 15px 15px 15px;
  }

  .reviewSlider .testimonial .quote {
    font-size: 50px;
    top: 5px;
    left: 10px;
  }

  .reviewSlider .testimonial img {
    width: 100px;
    height: 100px;
    margin-bottom: 15px;
  }
}

.footerLp .row {
  justify-content: space-between;
}

.schlicn ul li a {
  font-size: 1.25rem;
}

.schlicn ul {
  gap: 11px;
  margin-bottom: 1rem;
}

.footerLp .schlicn ul {
  justify-content: center;
}

.pricingBox:hover .priceBtn {
  background: #03b8ff !important;
}