
body {
    /* overflow: hidden; */
    font-size: 62.5%;
    /*font-family: 'bnpp_squareregular';*/
} 

*{
    margin: 0;
    padding: 0;
}   
p, input, a { color:#5f5f5f; }

a{
    text-decoration: none;
}

img {
    max-width: 100%;
}
button:focus {
    box-shadow: none;
}

.gap {
    padding: 50px 0;
}
.no-top{
    padding-top: 0; 
}
.no-bottom{
    padding-bottom: 0;
}
ul{
    padding: 0; 
    margin: 0;
}
li{
    display: block;
}
figure {
    overflow: hidden;
}
  
/* 03. get-a-quote */
.form-inner {
    padding: 20px 40px;
}
.get-a-quote {
    background-color: #FFFFFF;
    border-radius: 10px; 
    position: absolute;
    top:46%;
    right: 20px;
    max-width: 34%;
    width: 100%;
    overflow: hidden;
    box-shadow: 2px 4px 10px rgb(0 0 0 / 10%);
    transform: translateY(-50%);
    margin: 15px 0;
}
.get-a-quote h3 {
    font-size: 20px;
    font-weight: 600; 
    background: #FF7B00;
    color: #fff;
    box-shadow: 2px 4px 10px rgb(0 0 0 / 10%);
    padding: 15px 10px;
    margin-bottom: 0px;
    text-align: center;
}
.get-a-quote h6 {
    color: #444;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 29px;
}
.get-a-quote p {
    font-weight: bold;
    color: #000;
    padding-bottom: 10px;
    padding-top: 10px;
}
 .form-inner .row-flex {
        flex-wrap: nowrap;
}
.get-a-quote input, .get-a-quote select, .get-a-quote input[type="number"],
.select2-container--default .select2-selection--single {
    width: 100%;
    height: 40px!important;
    margin-bottom: 15px;
    color: #108A00;
    letter-spacing: 1px;
    background: #fff;
    font-size: 14px;
    border-radius: 5px!important;
    font-weight: normal;
    padding: 10px 15px;
    border: 1px solid #FFD7C7!important;
    box-shadow: 2px 4px 10px rgb(0 0 0 / 10%)!important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px!important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    font-size: 14px!important;
}
.select2-results__option[aria-selected] {
    cursor: pointer;
    font-size: 14px;
    padding: 4px 6px;
}
.select2-container--default .select2-selection--single {
    padding: 0 8px!important;
    margin-bottom: 0px!important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #108A00!important;
    line-height: 40px!important;
    font-family: "BNPPSans";
}
.get-a-quote input::placeholder, .get-a-quote input::ms-input-placeholder {
    color: #108A00;
}
.get-a-quote input::placeholder, .get-a-quote input[type="number"]::placeholder {
    color: black;
}
.get-a-quote select {
    appearance: auto;
}

/* 04. btn */
.btn {
    border-radius: 5px;
    color: #108A00;
    line-height: 16px;
    overflow: hidden;
    padding: 12px 48px;
    position: relative;
    font-weight: 500;
    text-align: center;
    white-space: pre;
    z-index: 1;
    letter-spacing: 1px;
    border: 1px solid #FFD7C7;
    box-shadow: 2px 4px 10px rgb(0 0 0 / 10%);
    background: #fff;
}
.btn:after {
    background-color: #FF7B00;
    color: #fff;
    border-radius: 50%;
    content: '';
    height: 167px;
    min-width: 167px;
    position: absolute;
    top: 100%;
    transition: transform .7s cubic-bezier(.66, .00, .34, 1.00);
    width: 100%; 
    z-index: -1;
    left: 0;
}
.btn:hover {
    color: #fff;
}
.btn:hover:after {
    transform: scale(2.47) translateY(0);
    top: 100%;
    color: #fff;
}

.btn.btn-orange {
    margin: 0;
    padding: 10px 20px; 
    background-color: #FF7B00;
    color: #fff;
}

.btn.btn-orange:after {
        background-color: #fff;
        border: 1px solid #FF7B00;
    color: #FF7B00;
}
.btn.btn-orange:hover {
    color: #108A00;
}
.hero-section {
    overflow: hidden;
    padding-bottom: 120px;
    position: relative;
    top: 0!important;
}


/* 05. heading */
 
.heading h2 {
    font-size: 48px;
    line-height: normal;
    font-weight: 600;
    text-transform: capitalize;
    color: #FF7B00;
}
.heading h2.greyColor {
    color: #444444;
}
.heading h2.greenColor {
    color: #108A00;
    text-align: left;
}
.heading p {
    font-size: 22px;
    line-height: 32px;
    padding-top: 16px;
}

/* 11. video */
.video {
    overflow: hidden;
    position: relative;
    right: 0;
    text-align: center;
    border: 3px solid #000;
    border-radius: 20px;
    
    
}
.video img {
    width: 100%;
}
.video h4 {
    padding: 20px;
    font-size: 15px!important;
    text-align: left!important;
}
.video i img {
    height: auto;
    width: auto;
    object-fit: none;
}
.video i {
    position: absolute;
  
    display: flex;
    align-items: center;
    justify-content: center;
    
    transform: translate(-50%, -50%);
    top: 39%;
    left: 50%;
   
}
@keyframes shadow-pulse{
    0% {
        box-shadow: 0 0 0 0px rgb(255 255 255);
    }
    100% {
        box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
    }
}


/* 17. accordion-section */
.accordion-section {
    position: relative;
}

.accordion-item.active .heading {
  color: #F2FFF0;
  
}

.accordion-item .heading {
    background: #fff;
    display: block;
    text-transform: capitalize;
    text-decoration: none;
    color: #000000;
    font-weight: 700;
    font-size: 20px;
    position: relative;
    transition: 0.3s ease-in-out;
}
.accordion-item .icon {
    left: 25px;
    position: absolute;
    top: 47%; 
    transform: translateY(-50%);
    align-items: center;
    justify-content: center;
}
.accordion-item.active .icon i {
    color: #108A00;
} 
.accordion-item.active .title {
    color: #108A00;
}
.accordion-item .content {
  display: none;
}
.content p{
    font-size: 15px;
    font-weight: normal;
    color: #444;
}
.content ul {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 15px;
}
.content ul li {
    color: #444;
    list-style: disc;
    font-size: 15px;
    padding: 5px 0;
    display: list-item;
}
.content table tr th, .content table tr td {
    text-align:center;
    font-size: 15px!important;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    line-height: normal;
}

.title {
    text-align: start;
    padding: 10px 55px;
    padding-right: 10px;
    color: black;
    font-size: 17px;
    font-weight: 500;
}
.content {
    /* margin-top: -15px; */    
    background-color: #F2FFF0;
        border-radius: 0 0 16px 16px;
        border: 0;
        box-shadow: 0 0 4px 1px rgb(0 0 0 / 15%);
        padding: 29px 39px;
        padding-top: 20px;
        margin-bottom: 20px;
        padding-right: 20px;
        width: 96%;
        margin-left: auto;
        border-top: 0;
        border-radius: 14px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        margin-top: -15px;
        padding-top: 36px;
}
a.heading{
    width: 100%;
    margin: 0;
    padding: 0;
}
.accordion-item {
    background-color: transparent;
}
.accordion-item.active a.heading {
    color: black;
}
.accordion-item.active .icon i {
    transform: rotate(90deg);
}
.accordion-item {
    margin-bottom: 10px;
}
.accordion-item {
    background-color: #fff;
    border: 0;
    border-radius: 20px !important;
}
.accordion-style > p {
    width: 55%;
    margin-bottom: 40px;
}
.accordion-item a.heading {
    border: 0;
    border-radius: 16px;
    box-shadow: 0 0 1px 1px rgb(0 0 0 / 15%);
}
.accordion-item.active a.heading {
    border: 0;
    background-color: #F2FFF0;
}
.accordion {
    margin-right: 0;
    z-index: 1;
    position: relative;
}
.questions-img img {
    border-radius: 30px;
}

/* 23. video-fram */
.video-fram iframe {
    width: 100%;
}
.video-section .rating {
    margin-top: 50px;
}
.hs-responsive-embed-youtube iframe {
    border-radius: 20px;
}
.video-fram {
    border: 3px solid #000;
    background-color: #fcf5eb;
    padding: 30px;
    border-radius: 20px;
    position: relative;
}

.video-fram h3 {
    font-weight: bold;
    padding-bottom: 14px;
    font-size: 30px;
    text-transform: capitalize;
}
.video-section .hero-text p {
    font-size: 22px;
    width: 91%;
    padding-bottom: 28px;
}
.click-here .hero-text {
    width: 79%;
    margin: auto;
}





 .pinkBg {
     background: #FFF2E9;
 }



.borderBox {
    box-shadow: 0px 4px 17px rgb(255 123 0 / 20%);
    border: 1px solid #108A00;
    background: white;
    border-radius: 17px;
    margin: 10px 0; 
    padding: 0; 
}
.borderBox h4 {
    border: 0px;
    font-size: 30px;
    margin-top: 0px;
}
.borderBox p { 
    margin-bottom: 0px;
    font-size: 15px;
}
.why-plan .col-lg-4 {
    display: flex;
}
.left-side {
    padding: 25px;
}
.icon-bg {
    border-bottom: 1px solid #108A00;
    text-align: center;
    padding: 25px 15px;
}
.icon-bg img{
    width: 100px;
}
.img-border {
    border: 5px solid #108A00;
    border-radius: 24px;
}

.consulting-text {
    background: #fff;
  border: 2px solid #108A00;
  	/*border-image: linear-gradient(to right, #F6953A, #108A00);*/
  border-radius: 0 0 24px 24px;
  padding: 20px;
  margin: 10px 0;
  text-align: center;
}
.consulting {
    margin: 0 auto 15px;
    text-align: center;
}
.consulting img{
    width: 100px;
}
.consulting-text h4 {
    border-bottom: 1px dotted #BEBBBB;
    color: #232323;
    font-size: 18px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.consulting-text p {
    color: #000000;
    font-size: 14px;
}

.service-text {
    border-radius: 15px;
    box-shadow: 2px 4px 20px rgb(0 0 0 / 10%); 
    overflow: hidden;
    margin: 20px 20px;
    background: #fff;
}
.greenBg .col-lg-4 {
    display: flex;
}
.service-text p {
    padding: 30px 25px;
}
.heading-top {
    align-items: center;
    display: flex;
    background: #FF7B00;
    box-shadow: 2px 4px 10px rgb(0 0 0 / 10%);
}
.heading-top i {
    box-shadow: 2px 4px 10px rgb(0 0 0 / 10%);
    width: 30%;
    background: #fff;
    text-align: center;
    padding: 5px;
}
.heading-top h4 { 
    text-align: center;
    color: #fff;
    font-size: 20px;
    margin-bottom: 0;
    width: calc(100% - 35%);
    height: 100%;
}


.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.greenBg {
    background: #E9FFE6;
}
.small-heading {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
        width: 100%;
    display: inline-flex;
    justify-content: center;
}
.small-heading h2 {
    font-family: inherit;
    color: #FF7B00;
    font-size: 22px;
    border-bottom: 3px solid #FF7B00;
    padding-bottom: 5px;
    display: inline-block;
    text-align: center;
    width: auto;
}

.orangeBG {
    position: relative;
    margin-top: 30px;
}
.orangeBG::before {
    content: '';
    background: #F6953A;
    border-radius: 40px 40px 0 0;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: -15px;
    left: 0;
    /* z-index: 1; */
}
.bground {
    background: #fff;
    border: 1px solid #108A00;
    border-radius: 40px 40px 0 0;
    border-bottom: 0;
    padding: 25px;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}

.checkForm {
    margin-bottom: 15px;
}
.checkForm input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.checkForm label {
  position: relative;
  cursor: pointer;
      display: inline-flex;
    align-items: start;
    font-size: 14px;
}

.checkForm label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #FF7B00;
  /*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;
}

.checkForm input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #FF7B00;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.slick-track
{
    display: flex !important;
}

.slick-slide
{
    height: inherit !important;
}
.slick-dots li {
    margin: 0 2px;
}
.slick-dots li button:before {
    font-size: 50px;
}
.fixedActice section {
    top: 0px;
}

.news-slider .heading-top {
    background: #fff;
    box-shadow: none;
    justify-content: center;
    
}
.news-slider .heading-top i {
    width: auto;
    box-shadow: none;
}
.icon_img {
    margin-top: 20px;
}

.icon_img img {
    width: 100px;
    height: 100px;
}


/*range slider*/
.range-sec {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.range-sec .range-slider {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.range-sec .range-slider input[type=range] {
  -webkit-appearance: none;
  /* Hides the slider so that custom slider can be made */
  width: 100%;
  /* Specific width is required for Firefox. */
  background: transparent;
  /* Otherwise white in Chrome */
}
.range-sec.range-slider input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}
.range-sec .range-slider input[type=range]:focus {
  outline: none;
  /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */
}
.range-sec .range-slider input[type=range]::-ms-track {
  width: 100%;
  cursor: pointer;
  /* Hides the slider so custom styles can be added */
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.range-sec .range-slider__range {
  -webkit-appearance: none;
  width: 100%;
  height: 4px;
  border-radius: 5px;
  background: #d7dcdf;
  outline: none;
  padding: 0;
  margin: 15px 0px;
  z-index: 1;
}
.range-sec .range-slider__range::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #DFE1E6;
  box-shadow: 2px 4px 4px rgb(0 0 0 / 25%);
  cursor: pointer;
  -webkit-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
}
.range-sec .range-slider__range::-webkit-slider-thumb:hover {
  background: #fff;
}
.range-sec .range-slider__range:active::-webkit-slider-thumb {
  background: #fff;
}
.range-sec .range-slider__range::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border: 0;
  border-radius: 50%;
  background: #2c3e50;
  cursor: pointer;
  -moz-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
}
.range-sec .range-slider__range::-moz-range-thumb:hover {
  background: #fff;
}
.range-sec .range-slider__range:active::-moz-range-thumb {
  background: #fff; 
}
/*.range-sec .range-slider__range:focus::-webkit-slider-thumb {*/
/*  box-shadow: 0 0 0 3px #fff, 0 0 0 6px #0069B2;*/
/*}*/
.range-sec .range-slider__value {
  width: 100px;
  color: #000;
  text-align: center;
  border-radius: 4px;
  background: #F4F5F6;
  padding: 8px 12px;
  font-size: 15px;
}
.range-sec ::-moz-range-track {
  background: #fff;
  border: 0;
}
.range-sec input::-moz-focus-inner,
.range-sec input::-moz-focus-outer {
  border: 0;
}


.range-div {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    gap: 5px;
}
.innerCalc label {
    color: #444444;
    font-size: 17px;
    width: calc(100% - 110px);
}
.shadowBox {
    border-radius: 12px;
    /*border: 1px solid #D9D9D9;*/
    /*box-shadow: 4px 4px 50px 5px rgb(0 0 0 / 10%);*/
    /*background: #DADFE4;*/
    background: #F2FFF0;
    display: flex;
    flex-wrap: wrap;
    align-items: start;
}


.range-sec {
     background: #fff;
     box-shadow: 4px 4px 50px 5px rgb(0 0 0 / 10%); 
     overflow: hidden;
     border-radius: 12px;
     
}
.inner-heading {
    background: #FF7B00;
    width: 100%; 
    padding: 15px;
    text-align: center;
}
.inner-heading h2 {
    color: #fff;
    font-family: inherit;
    font-size: 1.5rem;
    margin: 0px;
}
.innerCalc {
    padding: 15px;
    width: 100%;
}

.calc-disclaimer {
    font-size: 14px;
    margin-top: 30px;
    line-height: normal;
}
.resultBox {
    padding: 15px;
    display: block;
    margin-bottom: 20px;
}
.calcRight {
    text-align: center;
    padding: 20px 10px;
}
.calcRight img {
    width: 35%;
}
.min-max {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.min-max p {
    font-size: 13px;
}

.detail p {
    color: #108A00;
    font-size: 20px;
}
.amt {
    color: #FF7B00;
    font-size: 20px;
}
.detail-box {
    display:inline-flex;
    border: 1px solid #ccc;
    flex-wrap: wrap;
    border-radius: 5px;
    margin: 10px 0px;
    text-align: center;
    justify-content:center;
    width: 100%;
    padding: 10px;
    box-shadow: 2px 4px 10px rgb(0 0 0 / 10%);
    background: #fff;
}

.fullDiv {
    display :flex;
        margin: 10px auto!important;
}
.resultBox p {
    color: #108A00;
    font-size: 18px;
    margin-bottom: 0;
    font-weight: normal;
    width: 100%;
    line-height: normal;
}
.result-amt {
    color: #FF7B00;
    font-size: 25px;
    margin-bottom: 0;
    position: relative;
    display: inline-flex;
    font-weight: 500;
}
.rupee-icon {
    left: 16px;
}
.rupee-icon::before {
    content:"₹";
    position: absolute;
    left: -16px; 
    top: 0px;
}
/*.period {*/
/*    position: relative;*/
/*}*/
/*.period:before {*/
/*    content: 'Years';*/
/*    position: absolute;*/
/*    right: -62px; */
/*    top: 0px;*/
/*}*/
.advance-calc a.heading {
    border: 0px!important;
    box-shadow: none!important;
    background: #fff!important;
    width: auto!important;
    display: inline-block!important;
}
.advance-calc .active a.heading {
    border: 0px!important;
    background: #fff!important;
}
.advance-calc .title {
    padding: 10px 0!important;
}
.advance-calc .icon {
    left: auto!important;
    right: -25px;
    
}
.advance-calc .icon i {
    font-size: 12px!important;
}
.advance-calc .content {
    background: #fff;
    box-shadow: none;
    padding: 10px 0 0 0;
    margin: 0;
}
.btnCalc {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
}
#loader-div {
    display: none;
}
.cv-spinner {
  height: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;  
}
.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #ccc solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
  100% { 
    transform: rotate(360deg); 
  }
}
.is-hide{
  display:none;
}



.disclaimer {
    margin-top: 40px;
}
.disclaimer h5 {
    font-size: 1.1rem;
}
.disclaimer p {
    font-size: 14px;
    text-align: justify;
    margin-bottom: 10px;
}

.doc-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.doc-list li {
    border-radius: 15px;
    box-shadow: 2px 4px 20px rgb(0 0 0 / 10%);
    margin: 5px 10px;
    background: #fff;
    list-style: none;
    width: 100%;
    text-align: center;
    padding: 10px 15px;
    position: relative;
    transition: 0.3s;
}
.doc-list li:last-child {
    border-right: 0;
}
.doc-list li p {
    font-size: 18px;
    font-weight: 700;
    padding: 0 0 15px;
    margin-bottom:0px;
    min-height: 58px;
    line-height: normal;
} 
.doc-list li a {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #108A00;
    border-bottom: 1px solid #108A00;
    padding-bottom: 2px;
    transition: 0.3s;
}
.doc-list li a:hover {
    color: #FF7B00;
    border-bottom: 1px solid #FF7B00;
}

.themes-icon {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}
.themes-icon img {
    width: 70px;
}

.borderRadius-box {
    border-radius: 50px;
    border: 2px solid #108A00;
    box-shadow: 0px 4px 17px rgb(255 123 0 / 20%);
    padding: 40px;
}
.range-table {
    width: 100%;
} 
.range-table th {
    
    text-align: center;
}
.range-table td {
    border-top: 1px solid black;
    text-align: center;
}
.range-table tr th:first-child {
    border-right: 1px solid #000;
}
.range-table tr td:first-child {
    border-right: 1px solid #000;
}

ul.listStyle {
    list-style: disc;
    padding-left: 20px;
}
ul.listStyle li {
    list-style: disc;
    display: list-item;
    line-height: normal;
    padding: 5px 0;
}
.adv-passive .col-lg-3 { 
    display: flex; 
}
.champ-list {padding-left: 0px!important;} 
.champ-list li { 
    list-style: none!important; 
    display: flex!important;
    align-items: flex-start;
    gap: 15px;
}
.champ-list li i {
    width: 40px;
    height: 40px;
    display: inline-block; 
    background: #108A00;
    border-radius: 100%;
    color: #fff;
    font-size: 25px; 
    text-align: center;
    font-style: normal;
}
.champ-list li p { 
    background: #108A00;
    border-radius: 8px;
    color: #fff;
    padding: 8px 15px;
    width: calc(100% - 40px);
} 
.bottom-sticky-div a.btn {
    margin: 0;
    padding: 10px 20px; 
    background-color: #FF7B00;
    color: #fff;
}

.bottom-sticky-div a.btn:after {
        background-color: #fff;
        border: 1px solid #FF7B00;
    color: #FF7B00;
}
.bottom-sticky-div a.btn:hover {
    color: #108A00;
}















