@font-face{font-family:'opensans-Reg';src:url(../fonts/OpenSans-Regular.ttf)}
@font-face{font-family:'opensans-Med';src:url(../fonts/OpenSans-Medium.ttf)}
@font-face{font-family:'opensans-semibold';src:url(../fonts/OpenSans-SemiBold.ttf)}
@font-face{font-family:'opensans-Bold';src:url(../fonts/OpenSans-Bold.ttf)}
input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}
/* *{margin:0;padding:0;box-sizing:border-box;font-family:'opensans-Reg';font-weight:400} */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'opensans-Reg';
    font-weight: 400
}


a{text-decoration:none}
button{cursor: pointer;}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

/***************************** home css start *****************************/
.logo-link img {
    width: 140px; /* Adjust as needed for 40–50% increase */
    height: auto;
}
.logo-link {
    display: inline-flex;
    width: auto; /* Let it grow with the image */
    max-width: 200px; /* Optional cap */
}

.max-container {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.cust_container {
    flex: 1;
    display: flex;
    flex-direction: column;
}


.primary-header{
    width:100%;
    display:flex;
    align-items:center;
    justify-content:space-between;
    background-color:#4e1379;
    padding:24px 108px
}
.header-left-box{
    display:inline-flex;
    align-items:center
}
/* .logo-link{display:inline-flex;width:95px} */
.logo-link a{
    width:100%
}
.mobile-hamburger{
    display:inline-flex;
    width:18px;
    display:none
}
.mobile-hamburger img{
    width:100%
}
.header-menu-ul{
    list-style:none
}
.header-menu-ul li{
    display:inline-flex;
    height:16px;
    margin-right:18px;
    padding-right:18px;
    border-right:1px solid rgba(255,255,255,.2)
}
.header-menu-ul li:last-child{
    padding-right:0;
    margin-right:0;
    border-right:none
}
.header-menu-ul li a{
    display:inline-block;
    color:#fff;
    font-size:12px;
    line-height:16.34px;
    letter-spacing:1%
}
/* .save-tax-section{width:100%;position:relative;display:flex;justify-content:flex-start;align-items:center;padding:80px 105px;background-image:url(../images/save-tax-bgbanner.png);background-repeat:no-repeat;background-size:cover} */

.save-tax-section {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 80px 105px;
    background-image: url(../images/save-tax-bgbanner.png);
    background-repeat: no-repeat;
    background-size: cover
}

.save-tax-desk-bgimg{
    position:absolute;
    left:0;
    top:0;
    width:100%
}
.savetax-contant-box{
    width:450px;
    position:relative
}
.save-tax-title{
    width:100%;
    font-size:56px;
    line-height:76.26px;
    font-family:'opensans-Bold';
    color:#fff;
    margin-bottom:4px
}
.save-morethen-desc{
    width:100%;
    font-size:24px;
    line-height:32.68px;
    color:#fff;
    margin-bottom:50px
}
/* .join-btn-box{width:100%;display:flex;align-items:center;column-gap:18px;margin-bottom:12px} */

.join-btn-box {
    width: 100%;
    display: flex;
    align-items: top;
    column-gap: 18px;
    margin-bottom: 12px
}

.join-btn-box button {
    padding: 12px 36px;
    width: 243px;
    height: 60px;
    background-color: #4e1379;
    display: flex;
    align-items: center;
    border: none;
    border-radius: 30px;
    color: #fff;
    font-size: 19px;
    line-height: 25.87px;
    font-family: 'opensans-semibold'
}

.join-btn-sub_box {
    display: flex;
    flex-direction: column; 
    align-items: left; 
    gap: 5px; 
}

.common-join-btn{
    padding:12px 36px;
    height:60px;
    background-color:#4e1379;
    display:flex;align-items:center;
    border:none;
    border-radius:30px;
    color:#fff;
    font-size:19px;
    line-height:25.87px;
    font-family:'opensans-semibold'
}
.watch-btn {
        /* width: 100%; */    
        text-align: center;
        background-color: lightgray;
        border-color: #ccc;
        color: #6f42c1; 
}
/* .watch-btn:hover {    background-color: #e0e0e0;     color: #512da8; } */
.common-join-btn img{
    max-height:36px;
    margin-left:10px
}
.join-invitation-desc{
    width:100%;font-size:14px;
    line-height:19.07px;
    color:#fff;
    padding:0 20px
}
/* .tax-refund-box{position:relative;background-color:rgba(0,0,0,.5);padding:13px 25px 13px 12px;width:243px;border-radius:16px}
.tax-refund-box p{color:#fff;font-size:14px;line-height:19px} */

.tax-refund-box {
    position: relative;
    background-color: rgba(0, 0, 0, .5);
    padding: 13px 25px 13px 12px;
    width: 243px;
    border-radius: 16px
}

.tax-refund-box p {
    color: #fff;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 0px;
}


.refund-tax-icon{
    position:absolute;
    right:-15px;
    top:-15px;
    width:42px
}
.desk-none{
    display:none
}
.close-class .menu-icon{
    display:none
}
.close-class .close-icon{
    display:block
}
.close-icon{
    display:none;
    width:14px!important
}
.salary-slider-section{
    width:100%;
    padding:36px 105px;
    display:flex;
    align-items:center;
    column-gap: 100px;
}



.slider-left-box{
    width:70%;
}
/* range slider css */
.al-range-slider{
    padding: 0px 20px;
}
.range-slider .al-range-slider__input{
    display:none;
}
.al-range-slider__bar {
    background: #4E1379;
    box-shadow:none;
}
.al-range-slider__knob{
    height:25px;
    width:25px;
    background-color:#f89010;
    border-radius:50%;
    border:4px solid #4e1379
}
.al-range-slider__knob:hover{
    box-shadow:none;
     border:4px solid #4e1379
}
.al-range-slider__tooltip{
    box-shadow:none; 
    background:none; 
    padding:0; 
    color:#000;
    font-family:'opensans-Bold';
    font-size: 18px;
}
.al-range-slider__grid{
     background:#f2d1f8;
    border-radius: 10px;
}
.value2,.value3,.value4{
    font-size:26px;
    width:50px;
    text-align:center
}
/* .span-sticks-box{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 18px;
    margin-top: -60px;
    position: relative;
    width: 100%;
    height: 50px;
} */

.span-sticks-box{
    position: relative;
    width: 100%;
    height: 50px;
}
.sticks{
    /* display: block ; */
    width: 2px;
    height: 10px;
    background: #d4a2f5;
    margin-bottom: 5px;
}
.item {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  /* Sabhi items ko custom move kar sakte ho niche */
  .item-0L { left: 2%; }
  .item-25L { left: 13.3%; }
  .item-50L { left: 25%; }
  .item-75L { left: 36.8%; }
  .item-1CR { left: 48.8%; }
  .item-1_25CR { left: 59.5%; }
  .item-1_5CR { left: 72%; }
  .item-1_75CR { left: 83%; }
  .item-2CR { left: 98.5%; transform: translateX(-100%); } /* end ko adjust karna */
  
/* range slider css end*/
.slider-right-box{
    width: 30%;
}
.refund-amt-bgbox{
    width: 100%;
    background: linear-gradient(90.59deg, rgba(248, 144, 16, 0.15) -23.45%, rgba(111, 39, 255, 0.15) 97.24%, rgba(251, 176, 22, 0.15) 152.06%);
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 6px;
    border-radius: 12px;
}
.pot-amt-desc{
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 10px;
    font-family:'opensans-semibold';
}
.d-block{
    display: inline-block;
}
.slider-rfd-desc{
    font-size: 18px;
    line-height: 24.51px;
    color: #4E1379;
    display: flex;
    align-items: flex-end;
    font-family:'opensans-Bold';
}
.slider-rfd-desc i{
    font-size: 40px;
    line-height: 40px;
    font-family:'opensans-Bold';
    font-style: normal;
}
.slider-value-img{
    height: 59px;
}
.annual-gsalary-desc{
    width: 100%;
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 0px;
}

.our-experties-section{
    width: 100%;
    margin-top: 36px;
}

/* .our-experties-title{width: 100%;text-align: center;padding: 0px 100px;font-size: 41px;line-height: 61px;font-family:'opensans-Bold';margin-bottom: 36px;} */
.our-experties-title {
    width: 100%;
    text-align: center;
    padding: 0px 100px;
    font-size: 48px;
    line-height: 61px;
    font-family: 'opensans-SemiBold';
    margin-bottom: 36px;
}
/* .over-and-abovebox{width: 100%;background: linear-gradient(90.59deg, rgba(248, 144, 16, 0.05) -23.45%, rgba(111, 39, 255, 0.05) 97.24%, rgba(251, 176, 22, 0.05) 152.06%);padding: 56px 105px;display: flex;align-items: center;} */

.over-and-abovebox {
    width: 100%;
    background: linear-gradient(90.59deg, rgba(248, 144, 16, 0.05) -23.45%, rgba(111, 39, 255, 0.05) 97.24%, rgba(251, 176, 22, 0.05) 152.06%);
    padding: 56px 105px;
    display: flex;
    align-items: center;
}

.over-above-leftbox{
    width: 455px;
}
.additionally-save-box{
    width: 100%;
    display: flex;
    align-items: center;
}
.additionally-left-bg{
    height: 226px;
    width: 92px;
    background: linear-gradient(180deg, #E6ABF1 0%, #9051B6 100%);
    border-radius: 6px;
    padding: 10px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 16px;
}
.rupee-icon-add{
    height: 27px;
}
.add-mrb-25{
    margin-bottom: 25px;
}
.lion-icon-add{
    width: 100%;
}
.additionally-right-box{
    width: calc(100% - 108px);
}
.what-you-will-desc{
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0px;
}
.additionally-center-title{
    width: 100%;
    font-size: 36px;
    color: #4E1379;
    line-height: 49.03px;
    font-family:'opensans-Bold';
    margin-top: 10px;
}
.what-you-savebox{
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 16px;
}
.what-save-left{
    width: 92px;
    margin-right: 16px;
    border-radius: 4px;
    background-color: #bfbfbf;
    display: flex;
    align-items: center;
    justify-content: center;
}
.what-save-left img{
    height: 100%;
}
.what-save-right{
    width: calc(100% - 108px);
}
.over-above-rightbox{
    width: calc(100% - 510px);
    margin-left: 55px;
}

/* .yout-HRA-title{width: 100%;font-size: 32px;line-height: 42px;margin-bottom: 24px;} */

.thank-you-section {
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
    padding: 20px;
    
  }

  .thank-you-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: 'opensans-Bold';
  }
  
  .thank-you-text {
    font-size: 16px;
    color: #333;
    margin-bottom: 20px;
  }

  .divider {
    border: none;
    border-top: 1px solid #ddd;
    margin: 20px auto;
    width: 80%;
  }
  
  .watch-video-heading {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
  }
  
  .video-wrapper {
    position: relative;
    display: inline-block;
    border-radius: 12px;
    overflow: hidden;
  }
  
  .video-thumbnail {
    width: 100%;
    max-width: 850px;
    display: block;
    border-radius: 12px;
  }
  
  .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 24px;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }

  .footer_container{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}
.social-icons {
    display: flex;
    align-items: center;
    gap: 10px;
}
.primary-footer a {
    text-decoration: none;
    padding: 0;
    margin: 0;
    height: 23px;
}
.social-icons span {
    font-size: 14px;
    color: #666;
    margin-right: 10px;
}
.second{
    padding: 16px 50px !important;
}
.icon{
    vertical-align: top;
}
.additionally-center-title{
    width: 100%;
    font-size: 36px;
    color: #4E1379;
    line-height: 49.03px;
    font-family: 'opensans-Bold';
    margin-top: 10px;
}
.weare-exclusive-title {
    width: 50%;
    font-size: 36px;
    line-height: 49.03px;
    font-family: 'opensans-semibold';
    margin-bottom: 24px;
}
.join-sitback-title {
    width: 100%;
    font-size: 36px;
    line-height: 49.03px;
    font-family: 'opensans-semibold';
    margin-bottom: 21px;
}
.common-join-btn {
    padding: 12px 36px;
    width: 243px;
    height: 60px;
    background-color: #4e1379;
    display: flex;
    align-items: center;
    border: none;
    border-radius: 30px;
    color: #fff;
    font-size: 19px;
    line-height: 25.87px;
    font-family: 'opensans-semibold';
}

  @media screen and (min-width:319px) and (max-width:992px) {
    .common-join-btn {
        padding: 8px 24px;
        font-size: 16px;
        line-height: 21.79px;
        margin-top: 0;
        height: 52px !important;
     
    }
    .additionally-center-title {
        font-size: 24px;
        line-height: 36px;
        margin-top: 0px;
    }
    .mob-start-btn {
        width: 100% !important;
        justify-content: center;
        height: 48px;
        font-size: 14px;
        line-height: 17px;
    }
    .weare-exclusive-title {
        width: 100%;
        font-size: 24px;
        line-height: 32.68px;
        margin-bottom: 16px;
    }
    .join-sitback-title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 12px;
    }
    .item-0L { left: 4% !important; }
    .item-25L { left: 14.5% !important; }
    .item-50L { left: 26% !important; }
    .item-75L { left: 36.8%; }
    .item-1CR { left: 48.8%; }
    .item-1_25CR { left: 57% !important; }
    .item-1_5CR { left: 69.5% !important; }
    .item-1_75CR { left: 80% !important; }
    .item-2CR { left: 96.5% !important; transform: translateX(-100%); }
    .watch-video-heading {
         text-align: left !important;
     }
 
     .video-wrapper {
         width: 100%;
         max-width: 100%;
        
         box-sizing: border-box;
         display: block;
         border-radius: 12px;
         overflow: hidden;
       }
       
       .video-thumbnail {
         width: 100% !important;
         height: auto;
         display: block;
         border-radius: 12px;
       }
 }

.yout-HRA-title {
    width: 100%;
    font-size: 32px;
    line-height: 42px;
    font-family: 'opensans-semibold';
    margin-bottom: 24px;
}

/* a:hover {
    text-decoration: none;
    color: white;       
} */

.we-connect-listbox{
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 11px;
}
.we-connect-listbox:last-child{
    margin-bottom: 35px;
}
.connect-tick{
    width: 20px;
    height: 20px;
    margin-right: 12px;
}
.we-connect-desc{
    width: calc(100% - 32px);
    font-size: 18px;
    line-height: 24px;
}
.we-are-exclusive-section{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 105px;
}

.weare-exclusive-leftbox{
    width: calc(100% - 533px);
}

.weare-exclusive-title{
    width: 50%;
    font-size: 36px;
    line-height: 49.03px;
    font-family:'opensans-semibold';
    margin-bottom: 24px;
}
.power-by-list{
    width: 100%;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.06);
    padding: 16px;
    display: flex;
    align-items: center;
    margin-bottom: 9px;
}
.power-by-list img{
    width: 24px;
    height: 24px;
    margin-right: 12px;
}

.powerby-contant{
    width: 100%;
    font-size: 18px;
    line-height: 24.51px; 
    margin-bottom: 0px;
}

.weare-exclusive-right{
    width: 478px;
    display: flex;
    justify-content: center;
    padding: 0px 64px;
}
.weare-exclusive-right img{
    width: 100%;
}
.join-sit-back-section{
    width: 100%;
    padding: 40px 105px;
    background: linear-gradient(90.59deg, rgba(248, 144, 16, 0.05) -23.45%, rgba(111, 39, 255, 0.05) 97.24%, rgba(251, 176, 22, 0.05) 152.06%);
    display: flex;
    align-items: center;
    column-gap: 96px;
}
.join-sitback-left{
    width:45%;
    display: grid;
    column-gap: 20px;
    grid-template-columns: repeat(5,1fr);
}
.join-sitback-card{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 84px;
}
.join-sitback-card-img{
    width: 100%;
    margin-bottom: 14px;
    height: 110px;
}


.join-sit-back-desc{
    width: 100%;
    font-size: 16px;
    line-height: 18.4px;
    text-align: center;
}
.sit-back-right{
    width: 55%;
}
.join-sitback-title{
    width: 100%;
    font-size: 36px;
    line-height: 49.03px;
    font-family:'opensans-semibold';
    margin-bottom: 21px;
}
/* .you-initiate-desc{width: 60%;font-size: 18px;line-height: 24px;padding-right: 100px;} */
.you-initiate-desc {
    width: 100%;
    font-size: 24px;
    line-height: 32px;
    padding-right: 100px;
}
.sitback-btn{
    display: none;
}
.refund-left-box{
    width: 60%;
}
.refund-first-section{
    width: 100%;
    padding: 48px 105px;
    display: flex;
    align-items: center;
    column-gap: 56px;
}
.refundfirst-title{
    width: 100%;
    font-family:'opensans-semibold';
    margin-bottom: 24px;
    font-size: 36px;
    line-height: 49px;
}
.clubjoin-desc{
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    width: 60%;
    margin-bottom: 24px;
}
.refund-right-box{
    width:40%;
}
.ref-mrb-56{
    margin-bottom: 56px;
}
.fees-additional-box{
    width: 100%;
    margin-bottom: auto;
}
.d-flex-center{
    display: flex;
    min-height: 100%;
    flex-direction: column;
    padding: 23px 0px;
}
.ref-addtional-title{
    font-size: 24px;
    line-height: 24px;
    color: #4E1379;
    font-family: 'opensans-Bold';
}
.mrt-10{
    margin-top: 10px;
}
.align-stretch{
    align-items: stretch;
}
.club-hosts-section{
    width: 100%;
    display: flex;
    align-items: center;
    padding: 56px 108px;
    background: linear-gradient(90.59deg, rgba(248, 144, 16, 0.05) -23.45%, rgba(111, 39, 255, 0.05) 97.24%, rgba(251, 176, 22, 0.05) 152.06%);
}
.club-host-left{
    width: 360px;
}
.club-hosts-title{
    width: 100%;
    font-size: 36px;
    line-height: 49.03px;
    margin-bottom: 24px;
    font-family:'opensans-semibold';
}
.accross-industries-desc{
    font-size: 19px;
    line-height: 25px;
}
.club-host-right{
    width: calc(100% - 415px);
    margin-left: 55px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    column-gap: 48px;
    row-gap: 25px;
    align-items: center;
    justify-content: center;
    padding: 0px 115px;
}
.club-host-right img{
    max-width: 100%;
}
.get-back-your-section{
    width: 100%;
    padding: 56px 105px;
}
.get-back-your-title{
    width: 100%;
    text-align: center;
    font-size: 36px;
    line-height: 49.03px;
    font-family:'opensans-semibold';
    margin-bottom: 46px;
}

.ifyou-have-box{
    display: flex;
    justify-content: center;
    column-gap: 10px;
}
.ifyouhave-card{
    width: 376px;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.ifyou-desc{
    width: 100%;
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 24.51px;
    text-align: center;
}
.wid-275{
    width: 275px;
    justify-content: center;
}
.request-invite-btn{
    padding: 12px 36px;
    border: none;
    border-radius: 30px;
    background-color: #E5E5E5;
    font-size: 19px;
    line-height: 25.87px;
    color: #4E1379;
    font-family: 'opensans-Bold';
}
/* .primary-footer{width: 100%;padding: 16px 105px;background: rgba(78, 19, 121, 0.05);border-top: 2.5px solid #4E1379;display: flex;justify-content: space-between;align-items: center;} */

.primary-footer {
    width: 100%;
    padding: 16px 105px;
    background: rgba(78, 19, 121, 0.05);
    border-top: 2.5px solid #4E1379;
    display: flex;
    justify-content: center; 
    align-items: center;
    margin-top: auto;
}
.footer-links-box{
    display: inline-flex;
}
.footer-links-ul{
    list-style: none;
    display: inline-block;
}
.footer-links-ul li{
    display: inline-block;
    margin-right: 21px;
}
.footer-links-ul li:last-child{
    margin-right: 0px;
}
.footer-links-ul li a{
    display: inline-flex;
    font-size: 12px;
    line-height: 16.34px;
    color: #4E1379;
}
.copyright-text{
    font-size: 12px;
    line-height: 16.34px;
    margin-bottom: 0px;
}

@media screen and (min-width:319px) and (max-width:992px){
    .primary-header{padding:0;flex-direction:column;background-color:none}
    .header-left-box{width:100%;justify-content:space-between;background-color:#4e1379;padding:16px}
    .mobile-hamburger{display:inline-flex;justify-content:center}
    .header-right-box{display:block;width:100%;padding:16px 13px;background-color:#41066c;display:none}
    .header-menu-ul{overflow-x:auto;white-space:nowrap;overflow-y:hidden}
    .header-menu-ul li{white-space:normal;padding-right:14px;margin-right:14px}
     /* .save-tax-section {
        padding-top: 64px;
        padding-right: 24px;
        padding-left: 24px;
        padding-bottom: 64px;    
        flex-direction: column;
        align-items: flex-start;
        background-image: url(../images/save-tax-bgbanner-mobile.png);
    } */

    .save-tax-section {
        padding: 24px;
        flex-direction: column;
        align-items: flex-start;
        background-image: url(../images/save-tax-bgbanner-mobile.png)
    }
    /* .savetax-contant-box {display:contents;flex-direction: column;} */
    .savetax-contant-box {
        width: 100%
    }
    .desk-none{display:block}
    .mob-none{display:none}
    .save-tax-title{font-size:32px;line-height:44px;margin-bottom:6px}
.save-morethen-desc {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: -10px;
    }
	/* .join-btn-box {    display: flex;    flex-direction: column;    align-items: flex-start;  margin-top: 10px;} */

    .join-btn-box {
        display: block;
        margin-bottom: 30px
    }

    .join-btn-box button {
        padding: 8px 24px;
        font-size: 16px;
        line-height: 21.79px;
        height: 40px;
        width: 137px;
    }


.join-invitation-desc{
    margin-top:8px;
    margin-bottom:16px
}
.common-join-btn,.watch-btn {
    margin-top: 25px;
    margin-left: 0px;
}

#btn_join{
    width: 200px;
    height: 40px;
}
.watch-btn {
    background-color: #f8f9fa;
    border: 1px solid #6c757d;
    color: #6c757d;
    padding: 10px 20px;
    margin-left: 0px;
     /* Adjust left margin as needed */
     
}
.watch-btn img {
    width: 20px;
    height: 20px;
    margin-left: 5px;
}
    /* .tax-refund-box{margin-top:24px;width:95%;padding:23px 12px} */

    .tax-refund-box {
        width: 95%;
        padding: 23px 12px
    }
    .salary-slider-section{
        flex-direction: column;
        padding: 16px 20px;
        row-gap: 16px;
    }
    .slider-left-box{
        width: 100%;
    }
    .range-input{
        height: 5px;
    }
    .slider-right-box{
        width: 100%;
    }
    .refund-amt-bgbox{
        padding: 16px;
    }
    .pot-amt-desc{
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 5px;
    }
    .slider-rfd-desc i{
        font-size: 25px;
        line-height: 27px;
    }
    .slider-value-img{
        height:55px;
    }
    .annual-gsalary-desc{
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 8px;
    }    
    .our-experties-section{
        margin-top: 0px;
    }
    /* .our-experties-title{display: none;} */
    .our-experties-title {
        font-size: 24px;
        line-height: normal;
        padding: 0px 20px;
        font-family: 'opensans-SemiBold';
     }
    .over-and-abovebox{
        flex-direction: column;
        padding: 24px 20px 36px 20px;
    }
    
    .over-above-leftbox{
        width: 100%;
    }
    .over-above-rightbox{
        width: 100%;
        margin-left: 0px;
        margin-top: 35px;
    }
    
    .additionally-left-bg{
        width: 88px;
        height: 177px;
    }
    .mob-justify-center{
        justify-content: center;
    }
    .additionally-center-title{
        font-size:24px;
        line-height: 36px;
        margin-top: 0px;
    }
    .what-you-savebox {
        margin-top: 14px;
    }
    .what-save-left{
        width: 88px;
    }
    .yout-HRA-title{
        font-size: 24px;
        line-height: 32px;
    }
    
    .we-connect-listbox:last-child{
        margin-bottom: 24px;
    }
    .connect-tick{
        width: 16px;
        height: 16px;
    }
    .we-connect-desc{
        font-size: 14px;
        line-height: 19px;
        width: calc(100% - 28px);
    }
    .mob-start-btn{
        width: 100%!important;
        justify-content: center;
        height: 48px;
        font-size: 14px;
        line-height: 17px;
    }
    .we-are-exclusive-section{
        padding: 24px 20px;
        display: block;
    }
    .weare-exclusive-leftbox{
        width: 100%;
    }
    .weare-exclusive-title{
        width: 100%;
        font-size: 24px;
        line-height: 32.68px;
        margin-bottom: 16px;
    }
    .power-by-list{
        padding: 9px;
    }
    .power-by-list img{
        width: 16px;
        height: 16px;
    }
    .powerby-contant{
        font-size: 14px;
        line-height: 19px;
        margin-bottom: 0px;
    }
    .weare-exclusive-right{
        width: 100%;
        padding: 0px 55px;
        margin-top: 40px;
    }
    .join-sit-back-section{
        padding: 26px 0px;
        display: block;
    }
    .join-sitback-left{
        width: 100%;
        display: inline-flex;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        margin-bottom: 25px;
        column-gap: 0px;
    }
    .join-sitback-card{
        display: inline-flex;
        margin-right: 24px;
        white-space: normal;
        min-width: 74px;
    }
    .join-sitback-card:first-child{
        margin-left: 20px;
    }
    .sit-back-right{
        width: 100%;
        padding: 16px 20px;
    }
    .join-sitback-title{
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 12px;
    }
    /* .you-initiate-desc{width: 100%;font-size: 18px;line-height: 24px;width: 60%;margin-bottom: 24px;} */
    .you-initiate-desc {
        width: 100%;
        font-size: 14px;
        line-height: 19px;
        padding: 0px;
        margin-bottom: 28px;
    }
    .join-sit-back-desc{
        font-size: 14px;
        width: 100%;
    }
    .sitback-btn{
        display: flex;
    }
    .refund-first-section{
        padding: 24px 20px;
        display: block;
    }
    .refund-left-box{
        width: 100%;
    }
    .refundfirst-title{
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 12px;
    }
    .clubjoin-desc{
        width: 100%;
        font-size: 14px;
        line-height: 19px;
        margin-bottom: 14px;
    }
    .refund-right-box{
        width: 100%;
    }
    .d-flex-center{
        width: 100%;
        padding: 5px 0px;
    }
    .club-hosts-section{
        padding: 24px 20px;
        display: block;
    }
    .club-host-left{
        width: 100%;
    }
    .club-hosts-title{
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 16px;
    }
    .accross-industries-desc{
        font-size: 14px;
        line-height: 19px;
        margin-bottom: 16px;
    }
    .club-host-right{
        width: 100%;
        padding: 0px;
        margin: 40px 0 24px 0;
        column-gap: 16px;
        row-gap: 8px;
    }
    .get-back-your-section{
        padding: 34px 20px;
    }
    .get-back-your-title{
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 12px;
    }
    .ifyou-have-box{
        flex-direction: column;
        row-gap: 16px;
    }
    .ifyouhave-card{
        width: 100%;
        display: block;
    }
    .ifyou-desc{
        margin-bottom: 24px;
        font-size: 16px;
        line-height: 21px;
    }
    .wid-275{
        width: 100% !important;
        height: 48px;
    }
    .primary-footer{
        padding: 12px 20px;
        flex-direction: column;
    }
    .copyright-text{
        margin-top: 16px;
    }
    .al-range-slider__tooltip{
        font-size: 14px;
        line-height: 17px;
    }
    .span-sticks-box{
        position: relative;
        width: 100%;
        padding-top: 7px;
        font-size: 10px !important;
        height: 50px;
    }
    .footer_container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 10px;
    }
}

/***************************** home css end *****************************/

/***************************** register css start *****************************/
.input-radio-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.input-radio-wrapper .common-input-box {
    flex: 0 0 100%;
    max-width: 100%;
    height: 48px;
    box-sizing: border-box;
}

.common-input-box {
    width: 100%;
    position: relative;
    height: 48px;
    padding: 14px 16px;
    border: 1px solid #E9E8E9;
    border-radius: 8px;
    font-size: 14px;
    line-height: 19px;
    font-family: 'opensans-semibold';
}

.radio-options {
    flex: 2;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.radio-options p {
    margin: 0 0 5px;
    font-size: 14px;
    color: #000000;
}

.radio-options label {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    cursor: pointer;
    width: 350px;
}

.form-group {
    margin: 0px;
}

.submit-btn:hover {
    text-decoration: none;
    color: white;
}

.mobile-view {
    padding-top: 32px;
}

.custom-modal {
        max-width: 800px; /* Adjust the width as needed */
        width: 100%; /* Make it responsive */
    }
.span-sticks-box{
font-size: 12px;
}
.join-club-wrapper{width: 100%;padding: 24px 105px;}

.join-club-top-bannerbox{width: 100%;display: flex;justify-content: space-between;column-gap: 100px;align-items: center;background: linear-gradient(90.59deg, rgba(248, 144, 16, 0.15) -23.45%, rgba(111, 39, 255, 0.15) 97.24%, rgba(251, 176, 22, 0.15) 152.06%);padding: 12px 40px;border-radius: 16px;margin-bottom: 40px;}
.join-club-left{display: inline-block;}
.join-club-title{font-size: 24px;line-height: 32.68px;font-family: 'opensans-Bold';margin-bottom: 8px;}
.please-fill-desc{font-size: 16px;line-height: 21.79px;}
.join-club-icon{height: 140px;}     
.form-group{width: 100%;position: relative;}
/* .form-main-box{display: grid;grid-template-columns: repeat(3,1fr);gap: 24px;} */
.form-main-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.common-label{width: 100%;margin-bottom: 8px;font-size: 14px;line-height: 19px;display: inline-block;}
.common-input-box{width: 100%;position: relative;height: 48px;padding: 14px 16px;border: 1px solid #E9E8E9;border-radius: 8px;font-size: 14px;line-height: 19px;font-family: 'opensans-semibold';}
.common-input-box::placeholder{font-family: 'opensans-Reg';}
/* .errormsg{font-size: 10px;color: #df1919;margin-left: 2px;display: none;position: absolute;} */

.form-note {
    margin-top: 5px;
    font-size: 12px;
}
.form-note strong {
    font-family: 'opensans-SemiBold';
}
.errormsg {
    font-size: 12px;
    color: #df1919;
    margin-left: 2px;
    margin-top: 8px;
    display: none;
    position: absolute;
}

.agree-checkbox{width: 100%;margin-top: 32px;}

 .cust-checkbox{display:flex;align-items:flex-start;position:relative;padding-left:27px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
 .cust-checkbox input{position:absolute;opacity:0;cursor:pointer;height:0;width:0;}
 .checkmark{position:absolute;top:0;left:0;height:20px;width:20px;border-radius:2.5px;border: 2px solid #D2D2D2;}
 .cust-checkbox:hover input~.checkmark{background-color:#ccc;}
 .cust-checkbox input:checked~.checkmark{background-color:#4E1379;border: 2px solid #4E1379;}
 .checkmark:after{content:"";position:absolute;display:none;}
 .cust-checkbox input:checked~.checkmark:after{display:block;}
 .cust-checkbox .checkmark:after{left:6px;top:1px;width:5px;height:11px;border:solid #fff;border-width:0 2px 2px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);}
 .terms-desc-text{font-size: 14px;line-height: 16px;color: #000000;font-style: normal;margin-top: 2px;}
 .terms-desc-text a{font-family: 'opensans-semibold';color: #4E1379;}
 .submit-btn-box{width: 100%;display: flex;justify-content: flex-end;margin-top: 20px;}
 .submit-btn{width: 200px;height: 45px;border-radius: 25px;border: none;background-color: #4E1379;text-transform: uppercase;padding: 11px;font-size: 16px;line-height: 21.79px;color: #ffffff;font-family: 'opensans-semibold'}



@media screen and (min-width:319px) and (max-width:992px){
    .mobile-view {
        padding-top: 0px;
    }
    .join-club-wrapper{padding: 16px 20px;}
    .join-club-top-bannerbox{padding: 12px 0px 12px 24px;column-gap: 0px;border-radius: 8px;margin-bottom: 24px;}
    .join-club-icon{height: 63px;}
    .join-club-left{width: calc(100% - 111px);}
    .join-club-title{font-size: 18px;line-height: 24px;}
    .please-fill-desc{font-size: 14px;line-height: 20px;}
    /* .form-main-box{grid-template-columns: repeat(1,1fr);gap: 16px;} */
    .form-main-box {
        grid-template-columns: repeat(1, 1fr);
        gap: 16px;
    }
    .errormsg{position: relative;}
    .agree-checkbox{margin-top: 16px;}
    .submit-btn-box{margin-top: 30px;}
    .submit-btn{width: 100%;}
}

/***************************** register css end *****************************/


/***************************** email verification css start *****************************/
/* .mobile-view{
    color: #4E1379;
} */
.email-form-wrapper{display: flex;justify-content: center;margin-bottom: 50px;}
.email-form-width{width: 435px;}
.email-verify-title{width: 100%;font-family: 'opensans-Bold';margin-bottom: 8px;font-size: 24px;line-height: 32px;}
.enter-otp-desc{width: 100%;font-size: 13px;line-height: 16.59px;}
.lock-img-box{display: flex;justify-content: center;margin: 24px 0px;}
.resendotp-box{width: 100%;display: flex;align-items: center;justify-content: space-between;margin-top: 24px;}
.resend-otp-link{display: inline-flex;color: #4E1379;font-size: 16px;line-height: 21.79px;font-family: 'opensans-semibold';}
.disabled-link {
    pointer-events: none;
    color: grey;
    cursor: default;
    text-decoration: none;
}

.disabled-link:hover {
    color: grey;
    cursor: default;
    text-decoration: none;
}
.second-counter-desc{font-size: 16px;line-height: 21.79px;color: #999999;font-family: 'opensans-semibold';}
.second-counter-desc i{font-style: normal;font-family: 'opensans-semibold';}
.otp-verify-btn-box{width: 100%;margin-top: 24px;}
.verify-btn{width: 100%;height: 45px;border-radius: 25px;border: none;background-color: #4E1379;text-transform: uppercase;padding: 11px;font-size: 16px;line-height: 21.79px;color: #ffffff;font-family: 'opensans-semibold'}


@media screen and (min-width:319px) and (max-width:992px)
{
    .email-form-width{width: 100%;}
    .resendotp-box{margin-top: 21px;}
    .resend-otp-link{font-size: 14px;line-height: 19px;}
    .second-counter-desc{font-size: 12px;line-height: 16px;}
    .otp-verify-btn-box{margin-top: 21px;}
}
/***************************** email verification css End *****************************/


/***************************** thank you page css start *****************************/
.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.thank-you-top-banner{width: 100%;display: flex;flex-direction: column;align-items: center;background: linear-gradient(90.59deg, rgba(248, 144, 16, 0.15) -23.45%, rgba(111, 39, 255, 0.15) 97.24%, rgba(251, 176, 22, 0.15) 152.06%);padding: 12px 40px;border-radius: 16px;margin-bottom: 36px;}
.thankyou-banner-icon{margin-bottom: 8px;}
.thankyou-title{width: 100%;text-align: center;font-size: 36px;line-height: 49.03px;color: #4E1379;font-family: 'opensans-Bold';margin-bottom: 8px;}
.please-fill-text{width: 100%;text-align: center;font-size: 16px;line-height: 21.79px;}
.forward-wrapper{width: 100%;margin-bottom: 50px;}
.move-forward-box{width: 100%;margin-bottom: 24px;}
.move-forward-title{width: 100%;font-size: 24px;line-height: 32px;margin-bottom: 8px;font-family: 'opensans-Bold'}



/* .we-need-below-desc{width: 100%;font-size: 14px;line-height: 19px;} */
.we-need-below-desc {
    width: 100%;
    font-size: 14px;
    line-height: 19px;
    margin-top: 16px;
}
.salaried-box{width: 100%;display: flex;align-items: flex-start;justify-content: flex-start;}
.salaried-box-left{width: 435px;}
.are-you-salaried-title{width: 100%;font-size: 14px;line-height: 19px;margin-bottom: 20px;}
.salaried-checkbox{display: flex;justify-content: flex-start;column-gap: 12px;}
.gross-salarybox-right{width: calc(100% - 460px);margin-left: 25px;}
.gross-salary-desc{width: 100%;font-size: 14px;line-height: 19px;margin-bottom: 12px;}
.gross-radio-box{width: 100%;display: flex;column-gap: 12px;}


.gross-radio-box .edu-cust-radio-lbl{display:grid;height:32px;color:#fff;position:relative;}
.gross-radio-box .edu-cust-radio-lbl span{font-size:14px;line-height: 16px;border-radius:4px;border:1.5px solid #E5E5E5;background-color:#ffffff;color:#1a1a1a;padding:8px 12px 8px;text-align:center;cursor:pointer;}
.gross-radio-box .edu-cust-radio-lbl input{position:absolute;visibility:hidden;}
.gross-radio-box  input:checked + span{background-color:#4E1379;color:#ffffff;font-family: 'opensans-Bold'}

.bgnone{background:none; border-bottom:1px solid #ccc; border-radius:0px;margin-bottom: 15px;        padding: 0 0 15px}
.bgnone h2{color:#000;}
.bgnone p{color:#333;}

@media screen and (min-width:319px) and (max-width:992px)
{
    .thank-you-top-banner{padding: 24px 16px;margin-bottom: 20px;}
    .please-fill-text{font-size: 14px;line-height: 19px;}
    .move-forward-box{border-bottom: 1px solid #E5E5E5;}
    .move-forward-title{margin-bottom: 0px;}
    /* .we-need-below-desc{margin-bottom: 16px;} */
    .we-need-below-desc {
        margin-bottom: 16px;
        margin-top: 16px;
    }
    .salaried-box{flex-direction: column;row-gap: 16px;}
    .salaried-box-left{width: 100%;display: flex;align-items: center;}
    .are-you-salaried-title{margin-bottom: 0px;}
    .gross-salarybox-right{width: 100%;margin-left: 0px;}
    .gross-radio-box{flex-wrap: wrap;gap: 12px;}
    .salaried-btn-top{margin-top: 16px;}
    
}

/***************************** thank you page css End *****************************/

/***************************** terms page css start *****************************/

.terms-condition-wrapper{padding: 40px 105px 24px 105px;}
/* .terms-title-box{width: 100%;display: flex;justify-content: space-between;margin-bottom: 32px;} */
.terms-title-box {
    width: 100%;
    display: blo;
    justify-content: space-between;
    margin-bottom: 10px;
}

/* .terms-title{font-size: 24px;color: #4E1379;font-family: 'opensans-Bold'} */

.terms-title {
    font-size: 24px;
    color: #4E1379;
    font-family: 'opensans-Bold';
    padding-bottom: 10px;
    margin: 0px;
}

.terms-contant-box{width: 100%;}
.common-heading-goes{width: 100%;font-size: 16px;line-height: 21px;font-family: 'opensans-Bold';margin-bottom: 16px;}
.common-terms-texts{width: 100%;font-size: 14px;line-height: 24px;color: #646464;display: inline-block;margin-bottom: 16px;}
.common-terms-ul{width: 100%;list-style: none;margin-bottom: 16px;display: inline-block;}
.common-terms-ul li{margin-bottom: 10px;display: flex;align-items: center;}
.common-terms-ul li p{color: #646464;font-size: 14px;line-height: 19.07px;}
.common-terms-ul li i{width: 8px;height: 8px;background-color: #000000;border-radius: 50%;margin-right: 10px;}
.terms-mrt-16{margin-top: 16px;}
.mb10{margin-bottom:10px;}
@media screen and (min-width:319px) and (max-width:992px)
{
    .terms-condition-wrapper{padding: 20px;}
    .terms-title-box{margin-bottom: 28px;}
    
    .common-heading-goes{margin-bottom: 10px;}
    .common-terms-texts{line-height: 19px;margin-bottom: 10px;}
    .terms-mrt-16{margin-top: 0px;}
    .common-terms-ul{margin-bottom: 0px;}
    .terms-mrt-btn{margin-top: 18px;}
}

/***************************** terms page css End *****************************/

/*********************** popup css start ***********************/

/* .watch-popup-bg{position: fixed;left: 0;top: 0;bottom: 0;right: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.75);z-index: 99;display: none;} */
/* .watch-popup-body{width: 80%;position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);border-radius: 16px;padding: 24px 30px;background-color: #ffffff;} */

/* .watch-relative-box{position: relative;width: 100%;} */
/* .popup-close-box{width: 100%;display: flex;justify-content: flex-end;margin-bottom: 16px;} */
/* .close-popup-link{display: inline-flex;width: 16px;height: 16px;} */
/* .close-popup-link img{width: 100%;height: 100%;} */
/* .video-main-box{width: 100%;} */
/* .video-main-box video{width: 100%;max-height: 500px;} */


.watch-popup-bg {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    z-index: 99;
    display: none;
}

.watch-popup-body {
    width: 80%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 16px;
    padding: 24px 30px;
    background-color: #ffffff;
}

.watch-relative-box {
    position: relative;
    width: 100%;
}

.popup-close-box {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 16px;
}

.close-popup-link {
    display: inline-flex;
    width: 16px;
    height: 16px;
}

.close-popup-link img {
    width: 100%;
    height: 100%;
}

.video-main-box {
    width: 100%;
}

.video-main-box video {
    width: 100%;
    max-height: 500px;
}


@media screen and (min-width:319px) and (max-width:992px)
{
    .watch-popup-body{border-radius: 4px;padding: 10px;}
    .popup-close-box{margin-bottom: 7px;}
}

/*********************** popup css End ***********************/



@media (min-width:576px){
.cust_container{max-width:540px}
}
@media (min-width:768px){
.cust_container{max-width:720px}
}
@media (min-width:992px){
.cust_container{max-width:960px}
}
@media (min-width:1200px){
.cust_container{max-width:100%}
}
@media screen and (min-width:992px) and (max-width:1199px){
.cust_container{padding:0 10px}
}
