/* Shilpa's Styles Here */

.header-wrapper {
    /*height: 10rem;  */
    position: relative;
}

.banner-img-wrapper img{
    display: none;
}
.toggle-content{
    display: none;
}

.toggle-sub-content{
    /*display:grid ;*/
    overflow: hidden;
    width: 100%;
    position: relative;
    top: -10px;
}
.toggle-sub-content-left { float: left; width: 68%; }
.toggle-sub-content-right { float: right; width: 28%; }
.toggle-sub-content .bordered-btn { padding: 12px !important; font-weight: 600; font-size: 18px;}
/*RANGE_SLIDE*/

.label-left,
.label-mid,
.label-right,
.label-gram-left,
.label-gram-mid1,
.label-gram-mid2,
.label-gram-right{
    margin-top: 10px;
    border: none;
}
.label-mid{
    padding-left:140px;
}
.label-right,
.label-gram-right{
    float: right;
}
.label-left:hover,
.label-mid:hover,
.label-right:hover,
.label-gram-left:hover,
.label-gram-mid1:hover,
.label-gram-mid2:hover,
.label-gram-right:hover{
    border: none;
}
.range-slider,
.gram-slider,
.interest-slider,
.Tenure-slider{
    -webkit-appearance: none;
    appearance: none;
    width:100%;
    height: 8px;
    outline: none;
    /*background: linear-gradient(90deg, #E57505 50%, #D0D0D0 50%);*/
    border-radius: 10px;
    margin-top: 10px
}
.range-slider::-webkit-slider-thumb,
.gram-slider::-webkit-slider-thumb,
.interest-slider::-webkit-slider-thumb,
.Tenure-slider::-webkit-slider-thumb
{
    -webkit-appearance: none;
    appearance: none;
    width:28px;
    height: 28px;
    background: #D7CCB4;
    border-radius: 50px;
    border: 7px solid #E57505;
}

.range-bar{
    height: 130px;
    padding: 0 10px;
    
}
.label-gram-mid1,
.label-gram-mid2{
    padding-left: 40px;
}
.amount-tab{
    display: none;
}
.toggle-number{
    margin-top: 20px;
}
.price-slider{
    
    padding: 50px 10px;
    max-height: 150px;
    border-radius: 0 0 7px 7px;
    overflow: hidden;
}
.range-slider br{ display: none; }

/*Animation*/

  .testimonial-text{
    animation: fadeIn; 
    animation-duration: 2s; 
  }
  .testimonial-img{
    animation: fadeIn; 
    animation-duration: 2s;
  }
  .person-details{
    animation: fadeIn; 
    animation-duration: 2s;
  }

  /*price slider page*/
  .black-head{
      font-size: 52px;
      line-height: 63.39px;
      color: #000;
      font-weight: 500;
      font-family: 'Montserrat', sans-serif;
  }
  .orange-head{
    font-size: 52px;
    line-height: 63.39px;
    color: #E57505;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}
.white-price-container{
    padding: 50px;
    background: #ffff;
    border-radius: 8px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    height: 1003px;
    width: 1280px;

}
.price-table-container{
    display: flex;
    gap: 100px;
}
.price-scheme-card { 
     width: 30%; 
    
}
.price-scheme-card ul{
    padding:0;
}
/*.banner-img-wrapper img{
    margin-top: 30px;
    margin-left: 20px;
}*/
/*.scheme-block {
    margin-top: 30px;
}*/
.purity-section{
    padding: 20px;
    font-size: 16px;
    line-height: 19.2px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    background: #F0E9D9;
}
.purity-btn{
    display: inline-block;
    
}
.purity-btn ul li{
    margin-top: 10px;
    list-style: none;
    margin-right: 10px;
    background-color: #FFF3D5;
    padding: 10px 20px;
    color: #565656;
    border-radius: 26px;
    
}
.purity-btn ul li a:hover{
    color: #ffffff;
    
}
.purity-btn ul li:hover{
    
    background-color: #E57505;
}

.orange-title{
    font-size: 48px;
    color: #E57505;
    line-height: 50px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}
.pink-background{
    background-color: #FBF4E5;
}
.pink-background p{
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}
.black-title{
    color:#221B15;
    font-size: 24px;
    line-height: 40px;
    font-weight: 500;
}
.interest-rate-container,
.Tenure-container{
    padding-top: 30px;
}
.interesttxt{
    padding: 20px;
    font-size: 16px;
    line-height: 19.2px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400; 
    display: inline-block;
}
.price-spantxt{
    font-size: 24px;
    line-height: 36px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500; 
    color: #221B15;
    
}


.label-int-left,
.label-int-mid1,
.label-int-mid2,
.label-int-mid3,
.label-int-right{
    margin-top: 10px;
    border: none;
}
.label-int-mid1,
.label-int-mid2,
.label-int-mid3{
    padding-left:100px;
}
.label-int-right{
    float: right;
}
.label-int-left:hover,
.label-int-mid1:hover,
.label-int-mid2:hover,
.label-int-mid3:hover,
.label-int-right:hover{
    border: none;
}
.input-form-wrapper { width: 440px; margin: 0 auto; height: 78vh; display: flex; justify-content: center; align-items: center; align-content: center; }
.mobile-input-wrapper{position: relative;}
.form-wrapper {  }
.form-wrapper label { font-size: 20px; line-height: 30px; color: #929292; font-family: 'Poppins', sans-serif; margin-bottom: 60px; font-weight: 300; display: block; border: none; padding: 0; }
.txtbox { position: relative; background: #FFF3D5; border-radius: 40px; color: #565656; font-family: 'Poppins', sans-serif; font-size: 16px; line-height: 24px; padding: 18px 24px; border: none; width: 100%; margin-bottom: 30px; border: 2px solid #FFF3D5; }
.txtbox:focus { border: 2px solid #E57505; outline: none;  }
.number-prefix{position: absolute; top: 200px; left: 23px; color: #565656;}
.form-submit { background: #E57505; border-radius: 36px; padding: 14px 24px; font-size: 16px; line-height: 24px; color: #FAFAFA; font-family: 'Poppins', sans-serif; border: none; width: 100%; border: 2px solid #E57505;  -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; }
.form-submit:hover { border: 2px solid #E57505; background: #fff; color: #E57505; }
.padding-60 .txtbox{    padding-left: 68px}
