@import url("https://fonts.googleapis.com/css?family=Shadows+Into+Light|Source+Sans+Pro:400,700");

  .navbar1 {
    overflow: hidden;
    background-color: #333;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99;
}

.navbar1 a.active {
    background-color: gold;
    color: white;
    margin-left: 17%;
}

.navbar1 a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

.schemeSteps {
    border: 4px solid #d5f2f5;
    border-radius: 50px;
    padding: 15px 30px 10px 93px;
    position: relative;
    margin: 0 auto;
    width: 55%;
    box-shadow: 2px 5px 0 0px #92a4a5;
}

.circle {
    width: 115px;
    height: 115px;
    border-radius: 50%;
    background-color: #fbdb13 !important;
    position: absolute;
    left: -34px;
    top: -10px;
    text-align: center;
    vertical-align: middle;
    line-height: 100px;
    font-size: 70px;
    color: #fff;
}

.circle i {
    font-style: normal;
    border: 4px solid #fff;
    padding: 2px;
    border-radius: 50%;
    width: 96px;
    height: 96px;
    display: block;
    position: absolute;
    left: 3px;
    top: 3px;
}

@media (max-width: 1366px){
.heading {
    font-size: 20px;
}
}

.heading {
    font-size: 22px;
    color: #404040;
    text-transform: capitalize;
    padding-bottom: 3px;
    display: block;
}

@media (max-width: 1366px){
.schemeSteps p {
    font-size: 10px;
    line-height: 16px;
}
}
@media (max-width: 720px){



.slicknav_nav a{
	text-align: right;
}
}
@media (max-width: 720px){
.slicknav_nav a{
  text-align: right;
}

.switchToggleImg{
  width: 56px !important;
}


.schemeAmountTable{
  margin-top: 30px;
  padding-left: 50px;
}

.amountTable{
  padding-left: 50px;
}
}

#fjoin {
  display: none;
}

@media only screen and (max-width: 768px) {
  #fjoin {
    display: block;
  }

  .schemeCalculator{
  padding: 46px 10px 60px 10px !important;
}

#dj-text{
  float: left !important;
}
#dg-text{
  float: right !important;
}

.switchToggle{
      width: 24% !important;
      margin: 0px 90px !important;
}

}

.schemeSteps p {
    font-size: 12px;
    color: #404040;
    line-height: 19px;
}

.schemeSteps p {
    font-family: "Segoe UI",Arial,sans-serif !important;
}

@media (min-width: 1200px){
.container {
    max-width: 1255px !important;
}
}

.advantage{
	background: #fff;
}
.calculator{
	background: #fbdb13;
}

.calculator h2{
	font-size: 32px;
    color: #404040;
    margin-top: 30px;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Gilda Display';
    font-weight: normal;
    position: relative;
}

.Accordions {
  display: block;
  max-width: 800px;
  margin: auto;
}

.Accordion_item {
  width: 100%;
  height: auto;
  margin: 5px 0;
  &:first-child {
    margin-top: 50px;
  }
  .title_tab {
    width: 100%;
    background-color: #51adf6;
    color: #FCFCFC;
    padding: 12px 30px;
    cursor: pointer;
    transition: background-color .3s ease-in;
    border-radius:4px;
    .title {
      font-size: 24px;
      letter-spacing: 1px;
      position: relative;
      .icon {
        position: absolute;
        right: 1%;
        top: calc(50% - 8px);
        width: 16px;
        height: 16px;
        background-color: transparent;
        transform: rotate(-90deg);
        transition: transform 0.3s ease-in;
        &:before, &:after {
          content: '';
          position: absolute;
          height: 100%;
          width: 2px;
          background-color: #FCFCFC;
        }
        &:before {
          top: 0;
          left: 2px;
          transform: rotate(-45deg);
        }
        &:after {
          top: 0;
          right: 2px;
          transform: rotate(45deg);
        }
      }
    }
  }
}

.inner_content {
  width: 100%;
  height: auto;
  display: none;
  overflow: hidden;
  p {
    width: 98%;
    margin: auto;
    padding: 18px 15px;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 1px;
    opacity: 0;
    transform: translate3d(0px, 60px, 0px);
    transition: transform 0.6s cubic-bezier(0, 0.99, 0.44, 1.01), opacity 0.8s 0.1s cubic-bezier(0, 0.99, 0.44, 1.01);
  }
}

/* ================================= */

.Accordion_item {
  .title_tab {
    &.active {
      .title .icon {
        transform: rotate(0deg);
        transition: transform .3s ease-in;
      }
      background-color: #2196F3;
      transition: background-color .3s ease-in;
    }
    &:hover {
      background-color: #2196F3;
      transition: background-color .3s ease-in;
    }
  }
  .inner_content p.show {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
    transition: opacity 0.8s cubic-bezier(0, 0.99, 0.44, 1.01), transform 0.6s 0.1s cubic-bezier(0, 0.99, 0.44, 1.01);
  }
}

/* ================================= */

.inner_content p {
  span {
    font-size: 14px;
    line-height: 30px;
  }
  b {
    color: #F44336;
    font-size: 18px;
  }
}

.faqs h4{

    font-size: 20px;
    color: #404040;
    text-transform: uppercase;
    text-align: center;
        background: #fbdb13 !important;
    padding: 7px 0;

}

.faqs button{
	    width: 100%;
    font-weight: 600;
    text-align: left;
    color: #000;
}

.faqs .btn:focus, .faqs .btn:active{
	color: #000;
}

.faqs .btn:hover, .faqs .btn:active{
	text-decoration: none !important;
}

.faqs .card-header{
	padding-top: 0px;
	padding-bottom: 0px;
}

.faqs .card{
	margin-bottom: 5px;
}


#schemeTermCondition {
    padding: 4px 20px;
    background-color: #fff;
    border: 1px solid #e7f6f7;
    list-style: decimal;
    border-top: none;
}
#schemeTermCondition li:last-child {
    border-bottom: none;
}
#schemeTermCondition li {
    padding: 12px 10px;
    margin-bottom: 10px;
}
#schemeTermCondition li.active>ul {
    display: block;
}
#schemeTermCondition li {
    padding: 12px 10px;
    margin-bottom: 10px;
}
li.faqQuestion {
    background-color: #f8fafb;
}

.schemeContent h4 {
    font-size: 20px;
    color: #404040;
    text-transform: uppercase;
    text-align: center;
    background-color: #e7f6f7;
    padding: 7px 0;
}.schemeContent h4 {
    background: #fbdb13 !important;
}

.faqs button{
	white-space: initial;
}

@media (max-width: 760px){
	.navbar{
		height: 100px;
	}
	.navbar-brand img{
		max-width: 100px !important;
	}

	.navbar1 a.active{
		margin-left: 0px;
	}
	.navbar1 a{
		padding: 10px 8px;
		font-size: 16px;
	}
	a.back-to-top{
		bottom: 75px;
	}
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
      background: gold !important;
    border-radius: 7px;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 40%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
      width: fit-content;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.benefits{
	background-color: #fbdb13;
}

.topToggleSwitch {
    padding-bottom: 20px;
}

.switcWrapper1 {
    position: relative;
    text-align: center;
    margin: 0 auto;
}

.toggle-wrapp {
    width: 100%;
    margin: 0px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
    font-size: 12px;
    text-transform: uppercase;
    color: #404040;
    padding-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
}

.toggle-wrapp span {
    font-size: 24px;
    /* color: #404040; */
}

.elevenMonth {
    color: #2fbccc;
}

.switchToggleImg {
    height: 20px;
    position: relative;
    margin: 0 20px;
    border-radius: 25px;
    cursor: pointer;
    background-color: #dddee0;
    transition: 300ms all;
    border: 1px solid #ccc;
    width: 8%;
}

.switchToggleImg::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background-color: #2fbccc;
    width: 50%;
    height: 100%;
    border-radius: 10px;
    box-shadow: 5px 0 0 #adacab;
    transition: all 0.2s ease-in;
}

.circleContent {
    position: relative;
}

.switcWrapper1 img {
    text-align: center;
    margin: 0 auto;
    display: block;
    width: 100%;
}

.circleContent .sixCircly {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.switcWrapper1 img {
    text-align: center;
    margin: 0 auto;
    display: block;
    width: 100%;
}

.active .switchToggleImg::after {
    left: 32px;
    content: "";
    box-shadow: -5px 0 0 #adacab;
}

.schemeCalculator {
    /*max-width: 766px;*/
    margin: 0 auto;
    background-color: #fff;
    padding: 46px 70px 60px 70px;
}

.schemeCalculator h2 {
    font-size: 32px;
    color: #404040;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Gilda Display';
    font-weight: normal;
    position: relative;
    padding-bottom: 40px;
}
.schemeCalculator h2:after {
    content: "";
    width: 40%;
    height: 1px;
    background-color: #9a9a9a;
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    text-align: center;
    margin: 39px auto 0;
}

.colorRed {
    color: #2fbccc;
}

.textRight {
    float: right;
}

.contentAlign {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
}

.contentAlign span {
    padding-left: 8px;
}

@media (min-width: 550px){
.two.columns {
    width: 15%;
}
}

/* range  css*/
.rangeSlider {
    margin-top: 10px;
}
.rangeslider,
  .rangeslider__fill {
      transition: background 0.3s;
  }
  .rangeslider--is-lowest-value {
      background-color: white;
  }
  .rangeslider--is-highest-value .rangeslider__fill {
      background-color: hotpink;
  }
  .rangeSlider .rangeslider__handle{
    width: 18px;
    height: 18px;
    background-color: #85baba;
  }  
  .rangeSlider .rangeslider--horizontal .rangeslider__handle{
    top: -8px !important;
    box-shadow: none;
    border: none;
  }
  .rangeSlider .rangeslider--horizontal{
    height: 4px;
    width: 180px;
    border-radius: 0;
    margin: 0 auto;
    background: #85baba;
  }
  .rangeSlider .rangeslider__fill{
    background-color: #85baba;
  }
  .rangeSec {
    padding-bottom: 0px;
  }
  .rangeSec span{
    display: inline-block;
  }
.tv_{
  display: inline-block !important;
  padding-left: 3px;
}
.addBonusPadAmt{
  position: relative;
  bottom: 0;
  top: 24px;
}  
.addBonusPadAmt ul{
  margin: 0 auto;
  text-align: center;
}
.addBonusPadAmt ul li{
  display: inline-block;
  padding: 0 12px;
  font-size: 12px;
  color:#404040;
}
.addBonusPadAmt ul li span{
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #fbdb13 ;
  margin-right: 10px;
}
.addBonusPadAmt ul li.active span{ 
  background-color: #2fbccc;
}
.addBonusPadAmt ul li i{
  display: inline-block;
  vertical-align: top;
  font-style: normal;
  line-height: 17px;
}
.addBonusPadAmt .pieChart{
  text-align:center;
  margin:0 auto;
  display:block;
  padding-top:16px;
  font-size: 12px;
  font-style:italic;
}
.addBonusPadAmt .pieChart i{
  font-style:normal;
  font-weight:bold;
}
.topToggleSwitch{
  padding-bottom: 20px;
}
.topToggleSwitch ul{
  list-style: none;
  text-align: center;
}
.topToggleSwitch ul li{
  display: inline-block;
  padding: 0 13px;
  font-size: 24px;
  color:#404040;
}
.range_value_4{
  position: relative;
}
.ruppesTag{
position: absolute;
left: 35px;
top: 26%;
font-size: 20px;
}
/* tab css start */
.schemeTabs{
  padding: 0;
  margin: 0 auto;   
  text-align: center;
  border: 1px solid #000;
  border-radius: 12px;
  width:70%;
}
.schemeTabs li{
  display: inline-block;
  margin: 0;
  padding: 10px 20px;
  cursor: pointer;
  color: #404040;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}
.schemeTabs li:last-child{
  margin-right:0;
}
.schemeTabs li.current{
  border-radius: 20px;
  background: #2fbccc;
  padding: 8px 14px;
}
.tab_content.current{
  padding-top: 65px;
}
.textRight{
  float: right;
}
/*switch button css started */
.toggle-wrapp {
width: 100%;
margin: 0px auto;
display: flex;
justify-content: center;
align-items: center;
padding-top: 50px;
font-size: 12px;
text-transform: uppercase;
color: #404040;
padding-bottom:20px;
font-family: 'Open Sans', sans-serif; 
}
.toggle-wrapp span{
  font-size: 24px;
  /*color:#404040;*/
}
.switchToggle {
  height: 20px;
  position: relative;
  margin: 0 20px;
  border-radius: 25px;
  cursor: pointer;
  background-color: #dddee0;
  transition: 300ms all;
  border: 1px solid #ccc;
  top: 6px;
  width: 60%;
  display: inline-block;
}
.active .switchToggle {
border: 2px solid #ffffff;
background-color: #dddee0;
border:1px solid #ccc;
}
.switcWrapper1 {
position: relative;
text-align: center;
margin: 0 auto;
}
.switcWrapper1 img {
text-align: center;
margin: 0 auto; 
display: block;
width:100%;
}
.switchToggle::after {
position: absolute;
content: "";
top: 0;
left: 0;
transition: 300ms all linear;
background-color: #2fbccc;
width:50%;
height:20px;
border-radius:10px;
box-shadow: 5px 0 0px #adacab;
transition: all 0.2s ease-in;
}
.active .switchToggle::after {
left: 35px;
content: "";
box-shadow: -5px 0 0px #adacab;
}
/* switch Img css  */
.switchToggleImg {
height: 20px;
position: relative;
margin: 0 20px;
border-radius: 25px;
cursor: pointer;
background-color: #dddee0;
transition: 300ms all;
border: 1px solid #ccc;
width: 8%;
}
.active .switchToggleImg {
border: 2px solid #ffffff;
background-color: #dddee0;
border:1px solid #ccc;
}
.switchToggleImg::after {
position: absolute;
content: "";
top: 0;
left: 0;
background-color: #2fbccc;
width:50%;
height:100%;
border-radius:10px;
box-shadow: 5px 0 0 #adacab;
transition: all 0.2s ease-in;
}
.active .switchToggleImg::after {
left: 32px;
content: "";
box-shadow: -5px 0 0 #adacab;
}
/* switch Img css end */
img.sixCircleImg{
  top: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin-top: 98px;
}
.removeSpace{
padding: 0;
margin: 0;
} 
/* how it work section start */
.hidden_{
  display: none !important;
}
.cur_symbol{
  float: left !important;
  padding-right: 5px;
}
.removeMar{
  margin:0;
}
.remMarTextalign{
  text-align: right;
  margin: 0;
}
.rangeSec {
    padding-top:10px;
}
.enrollment-btn-for-logged-in{
  padding: 10px;
  background-color: #2fbccc;
  color: #fff;
}
.enrollment-btn-for-logged-in .view-enrollment-btn{
  padding: 10px 0;
  width: 100%;
  height: auto;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: normal;
  border: none;
  outline: none;
  color: #fff;
  display: block;
}
#k-otp-message-wrap .error-msg{
    margin: 0;
    padding: 0!important;
    min-height: auto!important;
    margin-bottom: 15px;
}
@media (max-width:1366px){
  .bannerContent{
   /* margin:30px 0;*/
  }
  .schemeContainer{
    width:90%;
    margin:0 auto;
  }
  .heading{
    font-size: 20px;
  }
  .fromContent{
    margin-bottom: 17px
  }
  .schemeSteps p{
    font-size: 10px;
    line-height: 16px;
  }
  .bannerContent{
    width: 240px;
    padding:15px;
  }
  .joinTitle{
    padding: 10px 0 20px;
    font-size: 17px;
    margin-bottom: 5px;
  }
  .titleWhyAsk h1{
    font-size: 35px;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    line-height: 50px;
  }
  .titleWhyAsk h1:after{
    width: 325px;
    left: 12%;
  }
  .titleWhyAsk p{
    font-size: 16px;
    line-height: 27px;
  }
  .fromContent input{
    width: 80%;
  }
  #k-otp-message-wrap .error-msg{
    top: 27px;
  }
  #view-enrollment-popup .fromContent input{
    text-align: center;
  }
  #view-enrollment-popup .scheme-modal .joinTitle {
    padding: 0 0 22px !important;
  }
}
@media (max-width:1280px){
  .schemeContainer{
    width:90%;
    margin:0 auto;
  }
  .heading{
    font-size: 21px;
  }
  .schemeSteps p{
    font-size: 12px;
  }
  .titleWhyAsk h1{
    font-size: 46px;
  }
  .bannerContent{
    padding: 14px 21px;
  }
}
.circleContent{
  position:relative
}
.elevenCircle{
  opacity:1;
}
.circleContent .sixCircly{
  position:absolute;
  top:0;
  left:0;
  opacity:0;
}
/* toggle active css */
.elevenMonth{
  color:#2fbccc;
}
.colorRed{
  color:#2fbccc;
}
.view-enrollment-popup .scheme-modal {
  top:-65% !important;
}
#view-enrollment-popup .scheme-modal .joinTitle{
  padding:0 0 33px;
}

.catalog-category-view .category-page-title{display:none;}
    .viewSchemeEnrollForm .validation-advice,.schemeRgtForm .validation-advice{
        font-size: 12px;
        margin-bottom: 10px;
      /*  padding-top: 10px;*/
        line-height: 20px;
    }
    .custom-scheme-loader-block {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        z-index: 9999;
        background-color: rgba(0, 0, 0, 0.75);
    }
    .searchBar input {
    display: inline-block;
    height: 42px;
    border: 1px solid #2fbccc;
    font-size: 20px;
    color: #404040;
    text-align: left;
    width: 83% !important;
    outline: none;
    padding: 0 145px 0 53px;
}
.searchBar {
    position: relative;
    width: 100%;
}
    .custom-scheme-loader-block .spinner-main-wrap {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }
    .error-msg {
        padding-left: 0 !important;
        padding-bottom: 0 !important;
        border: none !important;
        color: #F00;
        text-align: left;
    }
    .titleWhyAsk h1{
        font-weight:bold !important;
    }
    .success-msg{
        color: green;
        text-align: left;
        border: none !important;
        background: transparent;
        padding-left: 0 !important;
        padding-top: 0 !important;
        line-height: 20px;
    }
    #scheme-registered-form .country_code {
        float:left;
        width:30%;
    }
    #scheme-signup-mobile-number{
        float:right;
        width:46%;
    }

    @media (min-width: 550px){
.six.columns {
    width: 49%;
}
}

.checkBttn {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    height: 44px;
    width: 135px;
    border: none;
    outline: none;
  }

  .overAllAount {
    position: absolute;
    left: 30%;
    bottom: 19%;
    font-size: 15px;
    transition: opacity 3s ease-out;
}

.remaingAmount {
    position: absolute;
    right: 25%;
    bottom: 44%;
    color: #fff;
    font-size: 15px;
    transition: opacity 3s ease-out;
}

.canvasDIv #barChart {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50% );
}

.canvasDIv {
    position: relative;
    height: 370px;
}
@media (min-width: 550px){
.three.columns {
    width: 23.5%;
}}

@media (min-width: 550px){
.three.columns {
    width: 23.5%;
}
}

.remMarTextalign {
    text-align: right;
    margin: 0;
}

@media (min-width: 550px){
.column:first-child, .columns:first-child {
    margin-left: 0;
}
}

.schemeAmountTable h4 {
    font-size: 14px;
    color: #404040;
    text-align: left;
    padding-bottom: 10px;
}

.schemeAmountTable {
    width: 300px;
    float: right;
}
.amountTable {
    border: 1px solid #dddde2;
    padding: 11px 0px 0px 0px;
    font-size: 16px;
    color: #404040;
    width: 300px;
    float: right;
    background-color: #fff;
}

.container:after, .row:after, .u-cf {
    content: "";
    display: table;
    clear: both;
}

.bttmSpace {
    padding: 20px 20px 0 10px;
}

.amountTable span {
    float: right;
    text-align: right;
}

.bttmSpace:last-child {
    padding-bottom: 10px;
}

.tv_{
  /*display: inline-block !important;*/
  padding-left: 3px;
}

.totalAmount {
    background-color: #f3fbfb;
    border-top: 2px solid #e4edf4;
    font-weight: bold;
    margin-top: 13px;
}

/*.canvasDIv #barChart {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50% );
    width: 600px !important;
    height: 300px !important;
}*/

*, *:before, *:after {
    box-sizing: inherit;
}

* {
    margin: 0;
    padding: 0;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

button, input, select, textarea, optgroup {
    font: inherit;
    margin: 0;
}

input, textarea, keygen, select, button {
    font-family: "Open Sans",sans-serif!important;
    color: #716f6f;
}

.close2 {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    width: fit-content;
    font-weight: bold;
}

.close2:not(:disabled):not(.disabled) {
    cursor: pointer;
}