/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */.animated{animation-duration:1s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.hinge{animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{animation-duration:.75s}@keyframes bounce{0%,20%,53%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{transform:translate3d(0,-30px,0)}40%,43%,70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.pulse{animation-name:pulse}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{animation-name:shake}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.tada{animation-name:tada}@keyframes wobble{0%{transform:none}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:none}}.wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:none}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.bounceIn{animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-60px,0)}to{opacity:1;transform:none}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:none}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100px,0,0)}to{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:none}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:none}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,60px,0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:none}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{0%{transform:perspective(400px) rotateY(-1turn)}0%,40%{animation-timing-function:ease-out}40%{transform:perspective(400px) translateZ(150px) rotateY(-190deg)}50%{transform:perspective(400px) translateZ(150px) rotateY(-170deg)}50%,80%{animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95)}to{transform:perspective(400px);animation-timing-function:ease-in}}.animated.flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);opacity:0}0%,40%{animation-timing-function:ease-in}40%{transform:perspective(400px) rotateX(-20deg)}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);opacity:0}0%,40%{animation-timing-function:ease-in}40%{transform:perspective(400px) rotateY(-20deg)}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedIn{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg)}60%,80%{opacity:1}80%{transform:skewX(-5deg)}to{transform:none;opacity:1}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform-origin:center;transform:rotate(-200deg);opacity:0}0%,to{-webkit-transform-origin:center}to{transform-origin:center;transform:none;opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{0%{transform-origin:center;opacity:1}0%,to{-webkit-transform-origin:center}to{transform-origin:center;transform:rotate(200deg);opacity:0}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes hinge{0%{transform-origin:top left}0%,20%,60%{-webkit-transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);transform-origin:top left}40%,80%{transform:rotate(60deg);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.hinge{animation-name:hinge}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:none}}.rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{transform:scale3d(.3,.3,.3)}50%,to{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{animation-name:zoomOutRight}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{animation-name:zoomOutUp}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.slideOutUp{animation-name:slideOutUp}.e-p-color{color:#2036b2}.e-s-color{color:#407bff}*,:focus{outline:none!important}body{font-family:"Poppins",sans-serif}h1{font-feature-settings:"pnum" on,"lnum" on,"salt" on,"ss01" on,"liga" off;font-size:28px;line-height:33px}h1,h1.e-landing{color:#000;font-weight:600;text-transform:capitalize;display:inline-block}h1.e-landing{font-size:2vw;line-height:55px}.e-top-header span.gift-box-text{vertical-align:middle;padding-left:5px}.gift-box-text span{color:#3159d7;font-weight:700;opacity:1}.it-name-loader .e-processing-loader{background-color:initial;left:113px;top:10px}h5{font-size:16px;line-height:21px;color:#000;opacity:.67}.margin-auto{margin:auto}.e-s-btn,button.btn{border:1px solid #2036b2;box-sizing:border-box;border-radius:5px;padding:10px 15px;font-weight:600;font-size:14px;line-height:18px;color:#2036b2;display:inline-block;cursor:pointer;background:transparent;transition:all .3s ease}.e-s-btn:hover,button.btn:hover{color:#fff;background:#2036b2;box-shadow:-1px 1px 14px rgba(74,74,74,.4);transform:translateY(-3px)}.e-s-btn.e-bg-white:hover{background:#fff;color:#3796ef}.e-p-btn{background:linear-gradient(90deg,#2036b2 -1.43%,#3898f0),#2036b2;border-radius:5px;padding:11px 16px;font-weight:600;font-size:14px;line-height:18px;color:#fff;display:inline-block;text-transform:capitalize;cursor:pointer;transition:all .3s ease;box-sizing:border-box}.e-p-rt-btn{margin-left:60px}.e-loading{box-sizing:border-box;border-radius:12px;background:#fff;padding:11px 16px;font-weight:600;font-size:14px;line-height:18px;color:linear-gradient(90deg,#2036b2 -1.43%,#3898f0),#2036b2;display:inline-block;text-transform:capitalize;cursor:pointer;transition:all .3s ease}.e-back-link.e-in-active,.e-p-btn.e-in-active{opacity:.4;cursor:not-allowed}.e-p-btn:hover{color:#fff;background:#2036b2;box-shadow:-1px 1px 14px rgba(74,74,74,.4);transform:translateY(-3px)}.e-back-link.e-p-btn:hover,.e-in-active.e-p-btn:hover{color:#fff;background:linear-gradient(90deg,#2036b2 -1.43%,#3898f0),#2036b2;box-shadow:none;transform:translateY(0)}.e-card-transition-1{transition:transform .3s ease;cursor:pointer}.e-card-transition-1:hover{transform:translateY(-3px);box-shadow:-1px 1px 14px rgba(74,74,74,.1)}.e-cancel-btn{cursor:pointer;color:#5a5b5e;font-weight:600;font-size:14px;transition:all .3s ease}.e-cancel-btn:hover{color:#2036b2}.e-p-btn.e-loading{background-color:#2036b2;background-image:url(https://assets.fyers.in/open-account/images/loading.gif);background-size:18px;background-position:50%;background-repeat:no-repeat;padding:20px 40px;min-width:120px;min-height:46px;transition:none}.e-p-btn.e-loading.e-large{padding:26px 16px}.e-api-loader-wrap{padding-top:48vh}.e-api-loader-wrap img{width:45px}.e-api-loader-wrap p.modal-para{color:#fff;margin-top:10px}.sample-ipv-modal{max-width:-moz-fit-content!important;max-width:fit-content!important}.ipv-sample-wrap{display:flex;justify-content:start;align-items:center;width:max-content;padding:25px 0}.ipv-caption{padding-left:23px}.ipv-sample-wrap h1{color:#232323;font-size:45px}.ipv-sample-wrap p{letter-spacing:5px;color:#232323;font-size:16px;font-weight:600;margin-top:6px}.ipv-btn{width:200px;text-align:center}.ipv-sample-wrap .sample-img{width:500px}.ipv-sample-wrap .sample-img img{width:100%}.ipv-modal-logo img{width:50px}.ipv-warn-modal{top:170px}.ipv-warn-modal-body{padding:48px!important}.ipv-warn-modal-body p{font-size:16px!important}input,textarea{box-shadow:none;width:100%;border:none;border-bottom:1px solid #a4a4a4;padding-top:25px;font-size:14px;color:#000;font-weight:500;font-size:16px;transition:all .3s ease}.input-std-landing{color:#fff!important}.e-input-wrap{position:relative;display:block;margin-bottom:30px}input~label,textarea~label{position:absolute;left:0;top:20px;font-weight:400;font-size:14px;line-height:21px;color:#a4a4a4;z-index:2;background-color:none;transition:all .3s ease}input:focus,textarea:focus{border-bottom:1px solid #1b61b6}input:focus~label,textarea:focus~label{color:#1b61b6;top:0!important;font-size:12px}input.e-nominee:not(:valid)~label,input:active~label,input:disabled~label,input:not(:empty)~label,input:valid~label,textarea:active~label,textarea:valid~label{color:#818e9b;top:0;font-size:12px}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.e-phone-prefix{position:absolute;top:13px;left:18px;opacity:.7;display:inline-block;z-index:1}.e-input-phone-number input{padding-left:48px!important}.e-input-phone-number input label{left:30px}.e-landing-mob{display:none!important}.e-checkbox-wrap{display:block;position:relative;padding-left:28px;margin-bottom:12px;cursor:pointer;font-weight:500;font-size:14px;letter-spacing:.01em;line-height:16px;-webkit-user-select:none;user-select:none}.e-checkbox-wrap input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.checkmark{position:absolute;top:0;left:0;height:16px;width:16px;background-color:#fff;border:1px solid #000}.e-checkbox-wrap:hover input~.checkmark{background-color:#fff;border:1px solid #ccc}.e-checkbox-wrap input:checked~.checkmark{background-color:#f0f4ff;border:1px solid #407bff}.checkmark:after{content:"";position:absolute;display:none}.e-checkbox-wrap input:checked~.checkmark:after{display:block}.e-checkbox-wrap .checkmark:after{left:5px;top:2px;width:4px;height:8px;border:solid #407bff;border-width:0 2px 2px 0;transform:rotate(45deg)}.st3-bankupdate-div .txt-1,.st3-bankupdate-div .txt-2{color:#2036b2}.st3-bankupdate-div .txt-2{cursor:pointer;text-decoration:underline}.st3-bankupdate-div .txt-3{color:green;font-size:13px;font-weight:700}.e-ifsc-icon{position:absolute;top:18px;left:270px;cursor:pointer;opacity:0;transition:.5s}.e-ifsc-icon.show{left:264px;opacity:1;transition:.5s}.e-ifsc-icon img{height:30px}.e-selectbox-wrap .css-14jk2my-container,.e-selectbox-wrap .css-yk16xz-control{border:0;border-bottom:1px solid #a4a4a4;border-radius:0}.e-selectbox-wrap .css-1fhf3k1-control{border:none}.e-selectbox-wrap .css-g1d714-ValueContainer{padding-left:0}.e-selectbox-wrap .css-1fhf3k1-control{background-color:unset}.e-selectbox-wrap .css-1pahdxg-control{border:0;box-shadow:none;border-bottom:1px solid #a4a4a4;border-radius:0}.e-selectbox-wrap .css-1uccc91-singleValue{color:#a4a4a4}.e-selectbox-wrap .css-1okebmr-indicatorSeparator{display:none}.e-selectbox-wrap .css-26l3qy-menu{font-size:14px;z-index:9!important}[type=radio]~label{left:0;top:0!important;padding:0;margin-bottom:0}[type=radio]:checked,[type=radio]:not(:checked){position:absolute;left:-9999px}[type=radio]:checked+label,[type=radio]:not(:checked)+label{position:relative;padding-left:28px;cursor:pointer;font-size:15px;line-height:22px;display:inline-block;color:rgba(84,84,84,.85);margin-right:30px;font-weight:300}[type=radio]:checked+label:before,[type=radio]:not(:checked)+label:before{content:"";position:absolute;left:0;top:0;width:16px;height:16px;border:1px solid #545454;border-radius:100%;background:#fff}[type=radio]:checked+label:before{border:1px solid #407bff}[type=radio]:disabled+label:before{border:1px solid #d3d3d3}[type=radio]:checked+label:after,[type=radio]:not(:checked)+label:after{content:"";width:8px;height:8px;background:#407bff;position:absolute;top:4px;left:4px;border-radius:100%;transition:all .2s ease}[type=radio]:not(:checked)+label:after{opacity:0;transform:scale(0)}[type=radio]:checked+label:after{opacity:1;transform:scale(1)}[type=radio]+label:hover{opacity:.6}.e-feed-type [type=radio]+label:hover{opacity:1}.btn-disabled{box-sizing:border-box;background:linear-gradient(90deg,#a8d5ff -1.43%,#a8d5ff);border-radius:5px;font-weight:600;font-size:14px;line-height:18px;color:#fff;display:inline-block;text-transform:capitalize;transition:all .3s ease;width:100%;text-align:center;padding:18px 16px;font-size:16px;font-weight:400}.hidden{display:none!important}.Toastify__toast{padding:15px!important}.Toastify__close-button{display:none!important}.Toastify__toast-body{padding:10px 40px!important;background-image:url(https://assets.fyers.in/open-account/images/exclamation-mark.svg);background-size:24px;background-repeat:no-repeat;background-position:0}.Toastify__toast--success{background:#fff!important;color:#000!important}.Toastify__toast--success .Toastify__toast-body{background-image:url(https://assets.fyers.in/open-account/images/tick-icon.svg)}.Toastify__toast--default{color:#232323!important}.tt-yt-span{color:#fff;cursor:pointer;text-align:center;font-size:14px}.tt-yt-span img{height:25px;width:25px;padding-bottom:4px;padding-left:5px}video{width:100%!important}.crop-btn-wrapper{display:block!important}.cr-slider,.cr-slider:focus{border:1px solid transparent}.op-6{opacity:.6}.pl-5{padding-left:5px}.pl-10{padding-left:10px}.pl-15{padding-left:15px}.pl-20{padding-left:20px}.pl-30{padding-left:30px}.pl-40{padding-left:40px}.pl-50{padding-left:50px}.px-50{padding:0 120px}.m-2{margin:2px!important}.ml-2p{margin-left:2%!important}.mb-10p{margin-bottom:10%!important}.mt-5p{margin-top:5%!important}.mt-8p{margin-top:8%!important}.mt-16p{margin-top:16%!important}.mt-10p{margin-top:10%!important}.ml-0{margin-left:0}.ml-5{margin-left:5px}.ml-10{margin-left:10px}.ml-15{margin-left:15px}.ml-20{margin-left:20px}.ml-30{margin-left:30px}.ml-40{margin-left:40px}.ml-50{margin-left:50px}.mb-10{margin-bottom:10px}.mt-20{margin-top:20px}.mt-150{margin-top:150px}.mt-180{margin-top:180px}.text-uppercase{text-transform:uppercase!important}.text-justify{text-align:justify}.cursor-pointer{cursor:pointer!important}.h-unset{height:unset!important}.h-50{height:50px!important}.w-inherit{width:inherit}.display-inline{display:inline}.font-12{font-size:12px!important}.font-14{font-size:14px!important}.font-24{font-size:24px!important}.font-bold{font-weight:700}.incomplete-section-ul{list-style-type:decimal;height:150px;overflow:auto;font-size:14px}p.incomplete{font-size:14px;font-weight:700;opacity:.8}.incomplete-section-ul::-webkit-scrollbar-track{border-radius:10px;background-color:#fff}.incomplete-section-ul::-webkit-scrollbar{width:4px;background-color:#fff}.incomplete-section-ul::-webkit-scrollbar-thumb{border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.13);background-color:#f1f1f1}.digio-capture-wrapper{padding:10px;height:300px}.digio-capture-wrapper img{height:100%;width:100%;border-radius:10px;box-shadow:-1px 1px 1px 1px rgba(0,0,0,.3686274509803922)}header{background:#fff;box-shadow:0 4px 20px rgba(0,0,0,.05);padding:20px;z-index:9;position:fixed;width:100%}.minor-account-header{top:2px}@media only screen and (max-width:600px){.minor-account-header{top:-1px}}header img{position:relative;top:6px;height:75%}.e-landing-card{background:linear-gradient(93.03deg,#2849d7,#1791e8 100.95%);border-radius:16px;margin-top:12%}.e-nav-item{color:#000;font-size:14px;line-height:18px;text-transform:capitalize}.disabled{cursor:not-allowed}.pointer{cursor:pointer}.center{margin:0;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.exclamation-svg{width:50px;height:50px}.e-phone-link-txt{color:#2036b2;font-weight:700;font-size:14px;line-height:18px;padding-left:15px;background-repeat:no-repeat;background-image:url(https://assets.fyers.in/open-account/images/phone.svg);background-size:12px;background-position:0;cursor:pointer;transition:all .3s ease}.border-bottom-red,.border-bottom-red:focus{border-bottom:1px solid red}.e-phone-link-txt:hover{color:#000;background-image:url(https://assets.fyers.in/open-account/images/phone-black.svg)}.insta-follow-btn{border:1px solid #bc2a8d;border-radius:5px;font-size:13px;text-decoration:none;color:#bc2a8d;letter-spacing:-1px;padding:3px 12px!important}.mt-2p{margin-top:2px}.display{display:flex;flex:column 1}.test-in{width:auto;max-width:100px;min-width:80px}.following-btn--no-count button,.logo{height:28px!important}.c-share{border:1px dotted #696969;border-radius:5px;padding:1rem;align-items:center;justify-content:center;height:120px;margin-top:100px;width:64%;margin-left:auto;margin-right:auto;display:block}.twitter-follow-button .twitter-follow-button-rendered .xl .btn{border-radius:5px!important}.label-social{font-size:17px;font-weight:600}.youtube-btn{background-image:"https://assets.fyers.in/open-account/images/youtube.png"}.youtube-btn,.yt-uix-button-subscription-container{color:#000!important}.insta-follow-a:hover{text-decoration:none}.e-logout{font-size:13px;font-weight:500;cursor:pointer;background-image:url(https://assets.fyers.in/open-account/images/logout.svg);padding-left:30px;background-repeat:no-repeat;background-size:13px;background-position:10px 2px;transition:all .2s ease}.e-logout:hover{color:#2036b2;background-image:url(https://assets.fyers.in/open-account/images/logout-active.svg)}.e-main-content{background-image:url(https://assets.fyers.in/open-account/images/main-content-bg.svg);background-size:50%;background-position:100%;background-repeat:no-repeat;min-height:100vh}.e-main-status.e-main-status{background-image:unset}.e-main-content-bg-1,.e-main-content-bg-2{position:absolute;right:0}.e-main-content-bg-2{bottom:0}.e-auto-saved,.e-auto-saving{color:#3898f0;font-weight:500;font-size:12px;background:#f6fbff;border:1px solid #3898f0;border-radius:100px;margin-right:25px;display:inline-block;padding:4px 16px!important;height:30px}.e-auto-saving{color:#ffca0e;background:#fff7da;border:1px solid #ffca0e}.e-step-left-section{background-color:#fff;padding:115px 0;height:100vh;overflow-y:scroll;overflow-x:hidden;scrollbar-width:thin}.e-step-left-section::-webkit-scrollbar-track{border-radius:10px;background-color:#fff}.e-step-left-section::-webkit-scrollbar{width:4px;background-color:#fff}.e-step-left-section::-webkit-scrollbar-thumb{border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.13);background-color:#f1f1f1}.step-view-error{border:1px solid #d54a4a!important}.step-count-error{background:#d54a4a!important;color:#fff!important}.step-heading-error{color:#d54a4a!important}.e-step-count-wrap{color:#000;opacity:.37;font-weight:700;font-size:16px;line-height:19px;display:inline-block;margin-left:30px;text-transform:lowercase}.e-heading-second-line{font-size:16px;line-height:21px;color:#000;opacity:.67}.e-step-indicator{border-radius:4px;background:#f0f0f0;width:100%;height:5px}.e-indicator-fill{width:100%;background:#a8d5ff;border-radius:4px;display:inline-block;height:100%;top:-12px;position:relative}.e-indicator-fill.e-active{background:#3898f0;transition:width 2s;animation:widthTransition .7s cubic-bezier(.25,.46,.45,.94) both}@keyframes widthTransition{0%{opacity:0;width:0}to{width:100%;opacity:1}}.e-step-count{background:#efefef;font-weight:900;font-size:14px;line-height:17px;text-transform:uppercase;color:#000;padding:8px 9px;border-radius:50%}.e-bottom-fixed-panel{position:fixed;width:100%;left:0;bottom:0;z-index:2}.e-button-wrap-panel{background:#fff;box-shadow:0 -4px 10px rgba(0,0,0,.1);border-radius:8px;padding:10px}.e-button-wrap-panel .e-p-btn{padding:18px 36px;font-size:16px}.e-back-link{padding-top:15px;font-weight:700;font-size:16px;text-transform:capitalize;color:#5a5b5e;padding-left:50px;display:inline-block;background-image:url(https://assets.fyers.in/open-account/images/left-arrow.svg);background-size:16px;background-position:15px;cursor:pointer;background-repeat:no-repeat}.e-back-link:hover{opacity:.6}.e-step-module-wrap{margin-top:30px}.e-step-wrap .e-step-module-wrap:first-child{margin-top:0}.e-module-connector{position:absolute;display:inline-block;height:calc(100% - 20px);width:1px;background:#ccc;top:40px;left:17px;animation:connectorTransition .7s cubic-bezier(.25,.46,.45,.94) both}.e-step-right-section{padding-left:20px}.e-step-illustration{padding-top:200px;width:100%}.e-step-percentage-wrap{width:100%;background:#f0f0f0;border-radius:4px;height:8px}.e-step-percentage-progress{background:linear-gradient(90deg,#2036b2,#407bff),#3898f0;border-radius:4px;height:8px;transition:all .7s ease}.e-step-completed-percentage{font-weight:500;font-size:14px;line-height:18px;text-transform:capitalize;color:#a1a1a1}.e-step-completed-percentage font{padding:15px}.e-step-completed-percentage b{color:#3898f0;font-weight:500}.e-step-right-section p{margin-top:30px;font-weight:500;font-size:14px;line-height:26px;color:#a1a1a1;height:35vh;overflow:scroll}.e-step-right-section p::-webkit-scrollbar{width:1px;opacity:0}.e-step-1{padding-bottom:160px}.e-upload-btn{background:#fff;border:2px dashed #ebe8e8;box-sizing:border-box;border-radius:8px;font-weight:500;font-size:14px;line-height:18px;color:#545454;cursor:pointer;display:block;text-align:center;padding:100px 30px 60px}.e-upload-btn.e-s-upload-btn,.e-upload-pdf-preview{padding:60px 15px 20px;background-size:28px;background-position:center 20px}.e-upload-photo{background-image:url(https://assets.fyers.in/open-account/images/photo-upload.svg);background-position:center 40px}.e-upload-pdf-preview,.e-upload-photo{background-size:40px;background-repeat:no-repeat}.e-upload-pdf-preview{background-image:url(https://assets.fyers.in/open-account/images/photo-preview.svg);background-position:center 20px;background-color:#daefff;border:2px solid #3898f0;word-wrap:break-word}.e-upload-recorder{background-image:url(https://assets.fyers.in/open-account/images/rec.svg);background-size:52px;background-position:center 65px;background-repeat:no-repeat}.e-upload-recorder.e-s-upload-btn{background-size:100px}.e-upload-digilocker{background-image:url(https://assets.fyers.in/open-account/images/digiLocker-logo.svg);background-size:140px;background-position:center 50px;background-repeat:no-repeat}.e-upload-digilocker.e-s-upload-btn{background-size:100px}.e-or-txt{font-weight:600;font-size:11px;line-height:14px;text-transform:capitalize;color:#000;opacity:.67;position:absolute;right:-6px;top:44%}.e-or-txt:before{top:-46px;left:8px}.e-or-txt:after,.e-or-txt:before{content:" ";height:40px;width:2px;background:#e6e6e6;display:inline-block;position:absolute}.e-or-txt:after{top:20px;right:6px}.e-or-txt.e-vertical{display:inline-block;position:relative;left:auto;top:inherit}.e-or-txt.e-vertical:before{left:-65px;display:inline-block;top:6px;height:2px;width:60px}.e-or-txt.e-vertical:after{right:-65px;display:inline-block;top:6px;height:2px;width:60px}.e-or-txt.e-horizontal{display:inline-block;position:absolute;top:58%;left:48.5%}.e-or-txt.e-horizontal:before{left:8px;display:inline-block;top:-62px;height:60px;width:2px}.e-or-txt.e-horizontal:after{left:8px;display:inline-block;top:18px;height:60px;width:2px}.e-instruction-wrap{background:#f3f9ff;border:1px dashed #afd6f2;box-sizing:border-box;border-radius:8px;margin-top:30px;padding:15px}.upload-btn-height-other-docs{height:130px!important}.upload-btn-height-other-docs-uploaded{height:126px!important}.e-close-minor-other-doc{right:-3px!important}.e-instruction-wrap h6{font-weight:600;font-size:13px;line-height:17px;color:#8f8f8f}.e-instruction-wrap ol{padding-left:15px}.e-instruction-wrap ol li{font-weight:300;font-size:13px;line-height:17px;color:#8f8f8f;padding-bottom:15px}.e-instruction-wrap ol li:last-child{padding-bottom:0}.e-upload-preview-wrap{border:2px solid #3898f0;box-sizing:border-box;box-shadow:4px 4px 20px rgba(0,0,0,.2);border-radius:8px;width:100%}.e-upload-preview-wrap img{width:100%;height:200px;object-fit:cover;border-radius:6px}.e-close{background-image:url(https://assets.fyers.in/open-account/images/close-white.svg);background-position:50%;background-color:#3898f0;background-repeat:no-repeat;display:inline-block;padding:20px;position:absolute;right:16px;top:-1px;border-radius:0 8px 0 8px;cursor:pointer}.pan-modal-loader .e-processing-loader{background-color:unset}.e-close:hover{opacity:.95}.e-zoom{background-position:50%;background-color:#3898f0;background-repeat:no-repeat;display:inline-block;padding:20px;position:absolute;right:16px;bottom:-1px;border-radius:0 8px 0 8px;cursor:pointer;transform:rotateX(180deg)}.e-zoom-transform{background-image:url(https://assets.fyers.in/open-account/images/search.svg);transform:scaleX(-1)}.img-preview{height:auto;width:520px}.pdf-preview{height:520px;width:520px}.img-error{margin-top:15px!important}.pdf-preview-name{height:120px}.mt-m11{margin-top:-11px!important}.pdf-corner-wrapper{display:block;overflow:hidden;width:283px;height:150px;border-radius:10px;transform:translateZ(0)}.close-preview{margin-bottom:20px}.mt-15{margin-top:15px!important}.e-zoom:hover{opacity:.95}.e-bnk-close{top:16px}.e-ipv-close{right:-2px}.e-warning-wrap{background:#fff3f3;border:1px dashed rgba(222,68,68,.30196078431372547);border-radius:8px}.e-success-wrap,.e-warning-wrap{box-sizing:border-box;padding:2px 8px;margin-top:15px}.e-success-wrap{background:#f3fff3;border:1px dashed #90ee90;font-weight:300;font-size:13px;border-radius:8px;margin-right:55px;margin-left:55px}.e-ipv-success-wrap{margin-top:0!important;margin-bottom:0!important}.e-warning-wrap p{font-weight:300;font-size:13px;line-height:17px;color:red;margin-bottom:0}.e-verified-tag{color:#03b21f;font-weight:500;font-size:12px;line-height:16px;background:#ecffef;border-radius:100px;background-image:url(https://assets.fyers.in/open-account/images/tick-green.svg);background-position:10px;background-size:14px;background-repeat:no-repeat;padding:4px 15px 4px 30px;display:inline-block}.e-pan-no-input-wrap .e-verified-tag{position:absolute;left:110%;top:15px;z-index:1}.e-input-info{cursor:pointer}.e-input-info img{height:16px;margin-bottom:2px}.e-success-note-wrap{color:#03b21f;background:#ecffef;border:1px dashed #03b21f;box-sizing:border-box;border-radius:8px;margin-top:15px;padding:15px;font-size:12px}.e-success-note-wrap .e-item-head{font-weight:300}.e-success-note-wrap p{font-weight:600;word-break:break-word}.e-fetch-modal-body p{color:"#000";font-size:"16px"!important}.e-close.e-pan-close{right:-2px}.e-seed-modal-body{padding:41px 30px 33px!important}.e-p-btn.e-seed-btn{margin-left:40%!important;margin-top:25px!important}.e-multi-elements-header h5{display:inline-block}.e-checkbox-wrap .e-normal-p{color:#545454;font-weight:400;font-size:16px;line-height:28px;top:-6px;position:relative}.e-checkbox-wrap.e-signup .e-normal-p.e-terms-p{color:#9fb9f0;font-size:14px}.e-checkbox-wrap.e-signup .checkmark{left:80px}.e-checkbox-wrap.e-signup .checkmark.highlight-chk{box-shadow:1px 0 0 1px red;border:none}label.e-checkbox-wrap{left:0!important}.e-checkbox-wrap.e-signup .e-normal-p.e-terms-p.highlight-terms,.e-checkbox-wrap.e-signup .e-normal-p.e-terms-p.highlight-terms a{color:red}.e-checkbox-wrap.e-signup .e-normal-p.e-terms-p a{color:#fff;font-weight:700}.e-nri-terms-checkbox .checkmark{opacity:.6}.e-addr-sec label{position:relative;color:#818e9b;top:-4px;font-size:12px}.e-addr-sec label~div{margin-top:-16px}.e-bank-sec label~div{margin-top:-20px}.e-selectbox-wrap.disabled{background-color:hsla(0,0%,94.5%,.4588235294117647)}.e-addr-sec .css-1uccc91-singleValue{color:#000;font-weight:500}.e-inner-heading{opacity:.8;font-size:16px}.e-upload-pdf-preview .e-close{right:-2px;top:-1px;background-size:10px;padding:15px;border-radius:0 6px 0 6px}.e-custom-check-card{background:#fff;box-shadow:4px 4px 20px rgba(0,0,0,.1);border-radius:8px;padding:15px;margin-bottom:25px;cursor:pointer;transition:transform .3s ease;background-image:url(https://assets.fyers.in/open-account/images/checkbox-card-default-round.svg);background-position:94% 15px;background-size:16px;background-repeat:no-repeat}.e-custom-check-card h6{color:#000;font-weight:700;font-size:15px;line-height:19px;opacity:.9;font-feature-settings:"pnum" on,"lnum" on,"salt" on,"ss01" on,"liga" off}.e-custom-check-card p{font-weight:400;font-size:14px;line-height:18px;color:hsla(0,0%,64.3%,.9);margin-bottom:0;cursor:pointer}.e-custom-check-card:hover{transform:translateY(-3px);box-shadow:4px 4px 20px rgba(56,152,240,.2)}.e-custom-check-card.e-active{background:#3898f0;box-sizing:border-box;box-shadow:4px 4px 20px rgba(56,152,240,.2);border-radius:8px;background-image:url(https://assets.fyers.in/open-account/images/tick-round-blue.svg);background-position:94% 15px;background-size:16px;background-repeat:no-repeat;transition:background-color .3s ease}.e-custom-check-card.e-active:hover{transform:translateY(0)}.e-custom-check-card.e-active h6{color:#fff;opacity:1}.e-custom-check-card.e-active p{color:#fff;opacity:.8}.e-custom-check-card.e-custom-check-card-2 p{font-weight:400;color:#000;font-size:15px}.e-custom-check-card.e-custom-check-card-2.e-active p{color:#fff;opacity:1}.e-check-trade-exp{padding:28px 20px 24px;text-align:center;border:2px solid #fff;background-position:93% 6px;background-size:16px}.e-check-trade-exp p{color:#000;font-weight:400;font-size:14px;line-height:18px;margin-bottom:0;padding-top:10px}.e-check-trade-exp.e-active{background-image:url(https://assets.fyers.in/open-account/images/tick-round-white.svg);background-position:93% 6px;background-size:16px;background-repeat:no-repeat;border:2px solid #3898f0;box-shadow:4px 4px 20px rgba(56,152,240,.2);border-radius:8px;background-color:#fff}.e-check-trade-exp.e-active p{color:#000}.e-annexures-wrap a{display:block;color:#3898f0;font-size:16px;line-height:21px}.e-step-2,.e-step-3,.e-step-4,.e-step-5,.e-step-6{padding-bottom:140px}.e-step-2 .e-upload-preview-wrap img{height:178px}.e-upload-selfie{background-image:url(https://assets.fyers.in/open-account/images/selfie-upload.svg)}.e-edit{color:#3898f0;font-weight:600;font-size:16px;padding-left:23px;background-image:url(https://assets.fyers.in/open-account/images/edit-blue.svg);background-size:14px;background-repeat:no-repeat;background-position:0;display:inline-block;cursor:pointer;margin-top:5px}.e-edit.no-bg{background-image:none}.e-edit:hover{opacity:.5}.e-preview-wrap{background:#fdfdfd;border:1px solid #ececec;box-sizing:border-box;border-radius:8px;padding:30px}.e-preview-wrap p{font-weight:600;font-size:16px;line-height:21px;color:rgba(84,84,84,.6)}.e-preview-wrap p span{color:#000;font-size:16px;line-height:21px;overflow-wrap:anywhere;font-weight:400}.e-preview-wrap .e-aadhaar-preview,.e-preview-wrap .e-photo-preview{width:100%;border:5px dashed #fff;box-sizing:border-box;box-shadow:4px 4px 20px rgba(0,0,0,.2);border-radius:8px}.e-preview-wrap .e-photo-preview{height:110px;object-fit:cover}.e-preview-wrap .e-photo-preview.no-video{text-align:center;font-size:12px;display:grid;padding:10px 1px}.e-photo-preview.no-video img.no-video-loader{margin:auto}.verify-btn{width:100%}.e-step-6 h5{font-size:18px;margin-bottom:15px}.e-broker-span{font-weight:500;vertical-align:middle;font-size:34px}.e-ul-1{line-height:70px!important}.e-signup-h4{line-height:2.5rem;font-size:30px}.card-fyers{width:265px;height:308px;left:1024px;top:1137px;background:linear-gradient(114.04deg,#d4dbf7 -12.77%,rgba(212,219,247,0) 160.94%);border-radius:12px;padding:44px}.e-customer-content{color:#000;font-size:1.2rem}.e-contact-sec{margin-top:15%;font-size:1.2rem}.card-fyers-details{width:530px;height:308px;background:#fff;border-radius:12px;padding:44px;box-shadow:0 10px 20px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.23);transition:all .3s cubic-bezier(.25,.8,.25,1)}.cmn-img-cls{position:absolute;left:59%;top:63%}.para-tech{font-style:normal;font-weight:400;font-size:1.2rem;line-height:190%;letter-spacing:.15px;color:#101d56;color:"#000";margin-top:2%}.ul-content-style{font-size:1.2rem;line-height:50px}.cls-fwebm{font-style:normal;font-weight:400;font-size:1.2vm;line-height:26px;letter-spacing:.15px;color:#101d56}.shadow-card{box-shadow:4px 5px 10px 4px #ddd;height:161px}.card-header-style{color:#00f;position:absolute;top:14px;left:116px}.get-started-with-us{font-style:normal;font-weight:400;font-size:44px;line-height:66px;color:#101d56;margin-top:4%}.e-landing-card-bottom{background:linear-gradient(93.03deg,#2849d7,#1791e8 100.95%);border-radius:16px;margin-top:32%}.e-card-content-btm{box-shadow:0 0 12px #006de2;text-align:center}.rating-bar-align{position:relative;top:25%;left:-21%;margin-top:15%;position:static}.f-sub-heading{color:#9399b3;margin-top:5%}.cmn-img-cls-details{position:absolute;left:76%;top:2%}.f-invest-d-card{border-radius:12px;padding:12px;height:100%}.cmn-img-cls-chart{position:relative;left:-23%;top:-45%}.cmn-img-cls-inner{position:absolute;left:67%;top:-3%}.card-outer{position:relative;width:100%;height:308px;background-size:cover;background-color:#fff;border-radius:20px;background-position:50%;overflow:hidden;background:linear-gradient(114.04deg,#d4dbf7 -12.77%,rgba(212,219,247,0) 160.94%);box-shadow:0 4px 8px 0 rgba(0,0,0,.2)}.card__inner{background-color:#fff;color:#000;position:absolute;top:0;bottom:0;left:0;right:0;z-index:1;padding:1rem;transition:all .4s ease 0s;border:1px solid #ccc;border-radius:20px}.card-outer:hover .card__inner{opacity:1}.card__inner h2{margin-top:1rem}.card__inner p{padding:2px;font-weight:200;line-height:2.5rem;margin-top:1.5rem}.member-user{font-style:normal;font-weight:400;font-size:20px;line-height:24px;color:#101d56}.cls-fyers-one{font-size:1.5vw;margin-left:18%;margin-top:-21px;position:absolute;top:6px}.card-sample-content{color:#000;position:absolute;top:38px;font-size:13px;margin-left:18%;text-align:justify;margin-right:4%}.explore-more{margin-left:4%;border:0!important;font-size:18px!important;font-weight:400!important}.them-invest{position:absolute;top:-28px;left:0}.invest-img{height:26%;margin-left:8px;margin-top:-4px}.con-column{color:#000;line-height:40px}.open-act-style{margin-top:"5%";position:fixed;bottom:50px;right:50px}.e-landing h1{color:#101d56;font-weight:600;font-size:4vw;line-height:130%;text-transform:none}.ac-btn-align{position:relative;left:-32px;top:-6px}.img-align-down{position:absolute;left:409px;top:-33px}.col-table-style{position:absolute;font-size:10px;width:100%;top:1%;left:-2%}.e-new-badge{background-color:#2adea1;color:#fff;font-size:12px}.col-left-div{background:linear-gradient(117.19deg,#d4dbf7 27.65%,rgba(212,219,247,0) 108.8%);border-radius:24px;padding:6%;width:89%}.col-right-div{width:40%;position:absolute;top:9%;left:58%}.img-align{position:absolute;left:393px;top:-39px}.e-home-banner{padding:170px 0}.e-landing .e-home-banner h2{color:#313131;opacity:.87;font-weight:200;font-size:16px;line-height:30px;padding-right:150px;opacity:1}.input-std{background:#fff;border:1.25px solid #7ba1eb!important;box-sizing:border-box;border-radius:12px!important}a.e-anchor{color:#fbfbfb;background-color:initial}.a-login{font-weight:600;text-decoration:underline}p.e-card-p{color:#000;padding:20px}.e-color-hltr{color:#415edb}.e-color-black{color:#000}.e-card-content_overflow{color:#000;height:75%;overflow:scroll;margin-top:0;margin-bottom:0}.e-card-content_overflow::-webkit-scrollbar-track{border-radius:10px;background-color:#fff}.e-card-content_overflow::-webkit-scrollbar{width:4px;background-color:#fff}.e-card-content_overflow::-webkit-scrollbar-thumb{border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.13);background-color:#f1f1f1}.e-platform-img{width:inherit;margin-top:15%}.e-open-account-label{position:absolute;left:-16%;top:-14px}.ancher-cls{color:#304bb7;font-size:1.2rem;margin-left:2%}.ancher-cls:hover{color:#304bb7!important;font-weight:600}.ancher-cls-stl{color:#304bb7;text-decoration:none;background-color:initial}a.e-anchor:hover{color:#fff!important;text-decoration:underline!important;background-color:initial!important}.btn-xl{background:linear-gradient(93.03deg,#122ca0,#1791e8 100.95%);font-weight:600}.btn-xl,.btn-xl:hover{border:.5px solid hsla(0,0%,100%,.2);box-sizing:border-box;border-radius:72px;color:#fff;height:52px;width:250px}.btn-xl:hover{background:linear-gradient(93.03deg,#2849d7,#0e66a5 100.95%)}.horizontal{display:inline-block;width:69%;margin-top:0;margin-bottom:6px;border:0;border-top:1px solid rgba(0,0,0,.1)}.e-landing-input-wrap input{border:1px solid #8f8f8f;border-radius:5px;padding:12px 15px}.e-landing-input-wrap label{left:15px;top:15px;color:#a4a4a4;font-size:16px;font-weight:300!important}.e-signup-form.new-landing.e-landing-input-wrap input:focus~label{color:#fff}.e-signup-form.new-landing.e-landing-input-wrap input:active~label,.e-signup-form.new-landing.e-landing-input-wrap input:not(:empty)~label,.e-signup-form.new-landing.e-landing-input-wrap input:valid~label{color:#fff;top:0;font-size:12px}.new-landing.e-landing-input-wrap label{color:#fff}.new-landing.e-landing-input-wrap input:focus~label{color:#1b61b6}.new-landing.e-landing-input-wrap input:active~label,.new-landing.e-landing-input-wrap input:not(:empty)~label,.new-landing.e-landing-input-wrap input:valid~label{color:#1b61b6;top:0;font-size:12px}.e-signup-form.e-landing-input-wrap input:focus~label{background:linear-gradient(0deg,#4c8be6,rgba(32,102,222,.3215686274509804) 100.95%)}.e-landing-input-wrap input:focus~label{top:-10px!important;background:#fff;padding:0 5px}.e-landing-input-wrap input:focus{border:1px solid #1b61b6}.e-signup-form.e-landing-input-wrap input:active~label,.e-signup-form.e-landing-input-wrap input:valid~label{background:linear-gradient(0deg,#4c8be6,rgba(32,102,222,.3215686274509804) 100.95%)}.e-landing-input-wrap input:active~label,.e-landing-input-wrap input:valid~label{top:-10px!important;background:#fff;padding:0 5px}.e-landing-input-wrap .e-input-wrap{margin-bottom:15px}.e-landing-input-wrap .e-p-btn{width:100%;text-align:center;padding:18px 16px;font-size:16px;font-weight:400}.signUpInputs.bg{background:hsla(0,0%,100%,.2)}.e-signup-txt{line-height:2.5rem}.signUpInputs{background:none;-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33ffffff,endColorstr=#33ffffff);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33ffffff,endColorstr=#33ffffff);zoom:1}.e-home-banner{background-image:url(https://assets.fyers.in/open-account/images/hero-illustration.png);background-repeat:no-repeat;background-position:100% 40%;animation:connectorTransition .7s cubic-bezier(.25,.46,.45,.94) both}@keyframes connectorTransition{0%{background-image:url(https://assets.fyers.in/open-account/images/hero-illustration.png)}to{background-image:url(https://assets.fyers.in/open-account/images/hero-illustration.png)}}h4{color:#fff}.e-banner-buisness-quote{color:#000;font-size:16px;line-height:21px;font-weight:500;position:absolute;bottom:0;right:0;margin-bottom:0}.e-banner-buisness-quote span{font-weight:100}.e-landing-section h6{color:#000;opacity:.48;font-size:18px;line-height:23px;font-weight:400}.e-landing-section h4{color:#000;font-weight:700;font-size:24px;line-height:36px}.e-trading-account-type{background:linear-gradient(90deg,#6c9bc6,#3796ef);border-radius:5px;padding:34px 30px;cursor:pointer;transition:all .3s ease}.e-trading-account-type:hover{color:#fff;box-shadow:-1px 1px 20px rgba(74,74,74,.3);background:linear-gradient(90deg,#2036b2,#2036b2);transform:translateY(-3px)}.e-trading-account-1-noise{background-image:url(https://assets.fyers.in/open-account/images/trading-account-1-noise.svg);background-repeat:no-repeat;background-size:cover;background-position:0;width:100%;height:100%;position:absolute;left:0;top:0;border-radius:5px}.e-trading-account-type p{color:#fff;font-weight:500;font-size:18px;line-height:24px;z-index:1;position:relative;padding:0 70px 0 60px;background-image:url(https://assets.fyers.in/open-account/images/trading-account-1.svg);background-repeat:no-repeat;background-size:50px;background-position:0;margin-bottom:0}.e-trading-account-type p:after{content:" ";width:21px;height:16px;background-image:url(https://assets.fyers.in/open-account/images/right-arrow-white.svg);background-size:cover;display:inline-block;position:absolute;right:0;top:18px}.e-trading-account-type-2{background:linear-gradient(90deg,#83a8fb 1.67%,#3d5bf4)}.e-trading-account-type-3{background:linear-gradient(90deg,#577fd8 1.67%,#2038b3)}.e-trading-account-type-2 p{background-image:url(https://assets.fyers.in/open-account/images/trading-account-2.svg);background-repeat:no-repeat;background-size:44px;background-position:0}.e-trading-account-type-3 p{background-image:url(https://assets.fyers.in/open-account/images/trading-account-3.svg);background-repeat:no-repeat;background-size:46px;background-position:0}.e-trading-account-2-noise{background-image:url(https://assets.fyers.in/open-account/images/trading-account-2-noise.svg)}.e-trading-account-3-noise{background-image:url(https://assets.fyers.in/open-account/images/trading-account-3-noise.svg)}.e-home-benefits{margin-top:150px}.e-home-benefits h5{font-feature-settings:"pnum" on,"lnum" on,"salt" on,"ss01" on,"liga" off;color:#000;font-weight:400;font-size:18px;line-height:21px;opacity:.8}.e-home-benefits p{color:#000;opacity:.58;font-size:16px;line-height:28px;font-weight:400;padding-right:40px}.addr-msg-div{font-size:14px;color:#000}.e-home-benefits-bg{position:absolute;top:-30px}.e-home-account-open{margin-top:50px}.e-open-account-bg-1{z-index:2}.e-open-account-bg-1,.e-open-account-bg-2{position:absolute;bottom:0;width:100%;object-fit:none}.e-open-account-bg-2{z-index:1}.e-cta-wrap{background:linear-gradient(90deg,#3898f0,#2036b2),#3898f0;border-radius:5px;padding:40px 30px}.e-home-cta{padding:60px 0}.e-cta-wrap:before{content:" ";position:absolute;left:0;top:0;width:100%;height:100%;background-image:url(https://assets.fyers.in/open-account/images/cta-noise.svg);z-index:0;border-radius:5px}.e-home-cta h5{color:#fff;font-weight:800;font-size:36px;line-height:42px;opacity:1}.e-home-cta p{color:#fff;opacity:.87;font-weight:400;font-size:16px;line-height:21px}.e-home-cta .e-s-btn{color:#fff;border:2px solid #fff}.e-cta-txt{padding:80px 0 90px}.e-cta-banner{bottom:-40px;position:relative}.e-footer{margin-top:10%;background:#000;padding:50px 0 40px}.e-footer h6{font-size:14px;line-height:18px;color:#fff;opacity:.5;font-weight:300}.e-footer p{font-weight:400;font-size:12px;line-height:16px;color:#7f7f7f}.e-footer p a{color:#fff}.e-footer h6 a{color:#fff;opacity:.5;text-decoration:underline;transition:all .3s ease}.e-footer h6 a:hover{opacity:1}.e-open-account-header-wrap{position:relative;z-index:5;padding-bottom:40px;padding-top:100px}.e-account-open-img{position:relative;z-index:3;width:100%}.e-account-open-img-1,.e-account-open-img-2{position:relative;z-index:4;bottom:-30px;width:100%}.e-account-open-img-2{display:none;bottom:-50px;max-height:750px;width:auto;margin:0 auto}.e-cta-banner-bg{position:absolute;right:-15px;top:-40px}.modal-loader{background-color:initial!important;border:unset!important}.modal-verify-loader{height:25px;margin-top:3px}.verifying-span{font-size:12px;position:absolute;top:37px;left:4px}.verifying-span-1{position:absolute;top:22px;right:174px}.e-modal-wrap .modal-header{border-bottom:0}.e-modal-wrap .close{font-size:30px;font-weight:100;color:#fff;opacity:.9;text-shadow:none;line-height:0}.e-modal-wrap .modal-dialog{max-width:730px}.e-modal-wrap .incomplete_modal-dialog{margin-top:12%}.e-modal-wrap .new-verification-dialog{max-width:850px}.e-modal-wrap .new-verification-dialog-success{max-width:1000px}.e-modal-wrap .modal-body{padding:40px}.e-modal-wrap .modal-body:before{content:" ";background-image:url(https://assets.fyers.in/open-account/images/bg-1.svg);position:absolute;background-repeat:no-repeat;background-size:cover;top:0;right:0;display:inline-block;width:140px;height:200px;z-index:-1;border-radius:3px}.e-verification-modal-body .user-action{text-align:center}.user-action{padding-left:50px;padding-right:50px}.e-verification-modal-body .user-action .checkmark{position:absolute;top:-2px;left:68px;height:20px;width:21px;background-color:rgba(33,150,243,.18823529411764706);border:1px solid #ddd1d1}.user-action .checkmark:after{left:7px;top:4px}.before-after-line:after{content:"";position:absolute;top:13px;width:78px;border-bottom:1px solid hsla(0,0%,62%,.4196078431372549);right:16px}.before-after-line,.before-after-line.e-txt-action{font-size:12px!important}.before-after-line:before{content:"";position:absolute;top:13px;width:78px;border-bottom:1px solid hsla(0,0%,62%,.4196078431372549);left:15px}.e-verification-modal-body .user-action .e-modal-second-line{font-size:12px}.e-verification-modal-body .e-new-ver-img{position:absolute;right:0;top:120px;height:320px}.e-modal-wrap .modal-body:after{content:" ";background-image:url(https://assets.fyers.in/open-account/images/bg-2.svg);position:absolute;background-repeat:no-repeat;background-size:cover;bottom:0;left:0;display:inline-block;width:150px;height:50px;z-index:0}.e-modal-wrap h6{font-size:18px;line-height:21px;font-weight:400;text-transform:capitalize;font-feature-settings:"salt" on,"liga" off;color:#000;margin-bottom:15px}.list-style-none{list-style-type:none}.e-verification-modal-body{z-index:1;position:relative}.e-verification-modal-body .e-link-txt{font-size:14px}.e-verification-img{position:absolute;right:0;top:80px}.e-modal-wrap .e-modal-second-line{font-size:14px;line-height:28px;color:#000;opacity:.67}.e-modal-wrap .e-modal-second-line span{font-weight:500}.e-verification-item-head:after{position:absolute;content:"";top:18px;width:78px;right:158px;border:1px solid #585757}.e-modal-wrap .e-verification-input{padding:0 0 0 20px;height:50px;width:50px;border:1px solid #c6c6c6;box-sizing:border-box;border-radius:4px;display:inline-block;margin-right:5px}.e-modal-wrap .e-verification-input:empty{background:#fff}.e-modal-wrap .e-verification-input:valid{background:linear-gradient(90deg,#6e82f2 -1.43%,#499dea),#afcaea;color:#fff}.e-modal-wrap .e-status-verification-input{width:100%}.e-modal-wrap .e-verification-bg-input{padding:9px 0 0 15px;letter-spacing:44px;position:relative;z-index:1}.e-modal-wrap .e-verification-wrap{background:transparent;height:40px;width:40px;border:1px solid #c6c6c6;border-radius:4px;display:inline-block;position:absolute}.e-modal-wrap .e-empty-input{width:1px;height:1px;padding:0!important;margin:0!important;opacity:0}.e-modal-wrap .e-verification-wrap-1{left:0;z-index:2}.e-modal-wrap .e-verification-wrap-2{left:53px;z-index:2}.e-modal-wrap .e-verification-wrap-3{right:0;z-index:2}.e-modal-wrap .e-verification-item-head{font-weight:700;font-size:14px;line-height:18px;color:#000;opacity:.67}.e-modal-wrap .e-already-account-txt{color:#000;opacity:.67;font-weight:500;font-size:14px;line-height:18px}.e-modal-wrap .e-already-account-txt span{color:#03b21f}.e-modal-wrap .e-account-radio-wrap label{font-weight:500;font-size:14px;line-height:18px;color:#000}.e-modal-wrap .e-account-radio-wrap [type=radio]:checked+label:before{border:1px solid #2036b2;width:14px;height:14px;top:2px}.e-modal-wrap .e-account-radio-wrap [type=radio]:checked+label:after,.e-modal-wrap .e-account-radio-wrap [type=radio]:not(:checked)+label:after{background:#2036b2;width:6px;height:6px;top:6px}.e-modal-wrap [type=radio]:checked+label,.e-modal-wrap [type=radio]:not(:checked)+label{padding-left:20px}.e-modal-wrap [type=radio]:checked+label:before,.e-modal-wrap [type=radio]:not(:checked)+label:before{width:14px;height:14px;top:2px}.e-modal-wrap .e-normal-p{font-size:14px;line-height:18px;color:#545454;font-weight:400;padding-top:5px}.e-modal-wrap .e-normal-p a{color:#407bff}.e-list-style{line-height:1%;font-size:1.2rem;list-style-type:none;padding-left:0}.e-comm-review .e-txt-action,.e-modal-wrap .e-txt-action{color:#5a5b5e;font-weight:700;font-size:14px;line-height:18px;text-transform:capitalize;display:inline-block;margin-right:30px;cursor:pointer;transition:all .3s ease}.e-modal-wrap .e-txt-action:hover{color:#2036b2}.e-modal-wrap .e-p-btn{border-radius:5px;padding:15px 30px;font-weight:300}.e-verify-success-modal-body ol{padding-left:15px}.e-verify-success-modal-body ol li{font-weight:400;font-size:14px;line-height:20px;color:#000;padding-bottom:15px;padding-left:5px;opacity:.85}.e-modal-wrap .new-verification-dialog-success .e-verify-success-modal-body ol li{padding-bottom:10px}.e-modal-wrap{background:rgba(41,41,41,.6)}.e-success-modal .modal-dialog{max-width:580px}.e-pan-modal .modal-dialog{max-width:670px!important}.e-success-modal .modal-dialog p{font-size:14px;padding-right:60px;line-height:200%}@media only screen and (max-width:350px){.e-success-modal .modal-dialog p{padding-right:0}}@media only screen and (max-width:450px){.e-success-modal .modal-dialog p{padding-right:0}}.e-success-modal .modal-body:before{width:90px;height:170px}.e-warning-pan-modal .modal-body:before{width:77px;height:150px}.e-success-modal .e-verification-img{top:50px;width:150px}.e-success-modal h5{color:0;opacity:1;font-size:20px}.e-seed-modal .modal-dialog{max-width:644px}.e-landscape-warning{position:fixed;left:0;top:0;width:100vw;height:100vh;background:rgba(51,51,51,.95);z-index:99;text-align:center;padding-top:100px;display:none}.e-landscape-warning img{height:100px}.e-rotate-txt{color:#fff}.e-status-wrap .e-status-date{display:inline-block;color:#000;font-weight:600;font-size:12px;line-height:14px;text-transform:capitalize;font-feature-settings:"pnum" on,"lnum" on,"salt" on,"ss01" on,"ss02" on;background:#e8e8e8;padding:8px 16px;border-radius:30px;margin-right:15px}.e-status-wrap .e-status-content{color:#000;opacity:.67;font-weight:300;font-size:14px;line-height:20px;margin-top:6px;padding-right:30px}.e-status-wrap .e-status-content:first-letter{text-transform:capitalize}.e-status-wrap .e-status-content b{font-weight:600}.e-status-wrap .e-status-item{margin-top:30px}.e-status-wrap .e-status-content.e-warning{color:#dead00;font-style:italic;font-weight:500;font-size:14px;line-height:20px}.e-processing-loader{position:absolute;top:0;background-color:#fff;background-image:url(https://assets.fyers.in/open-account/images/api-loading.gif);opacity:.9;color:#383838;left:0;width:100%;height:100%;border-radius:8px;padding-top:120px;background-position:50%;background-size:24px;background-repeat:no-repeat;font-size:12px;text-align:center}.e-processing-loader.e-small,.e-s-upload-btn .e-processing-loader{padding-top:60px;background-position:center 30px}.e-label-star{color:red;font-size:14px}.e-link-txt{text-decoration:underline;color:#2036b2;cursor:pointer;font-size:16px;font-weight:600;transition:all .3s ease}.e-link-txt:hover{color:#000}.bank-opacity{opacity:.5}.fy-pos-rel{position:relative}.fy-bank-verified{position:absolute;background-color:#fff;height:20px;top:30px;right:0}.fy-full-width{width:100%}.fy-text-transforn{text-transform:capitalize}.fy-cheque-bg{content:" ";position:absolute;background-repeat:no-repeat;background-size:cover;background-position-x:center;width:90%;border:1px solid #c2c2c2;border-radius:5px;height:100%;float:left}.fy-cheque-height{height:230px}.fy-ifsc-micr-detail{margin-left:100px}.fy-ifsc-micr-detail p{font-weight:700}.fy-help-icon{width:16px;cursor:pointer;margin-right:5px;margin-left:5px;margin-top:-1px}.e-warning-wrap-new{margin-top:0!important;margin-bottom:15px!important;width:max-content}.fy-disable{cursor:not-allowed;opacity:.5}.fy-mb10 .e-input-wrap{margin-bottom:10px!important}.fy-fr{float:right}.fy-fl{float:left}.fy-mt10{margin-top:10px!important}.fy-font-bold{font-weight:400}.fy-pan-model-height-first{height:150px}.fy-text-align-center{text-align:center}.fy-mt-70{margin-top:70px!important}.fy-pan-detail-p{text-overflow:ellipsis;width:280px}.fy-mt10{margin-top:10px}.fy-mb0{margin-bottom:0}.no-padding-loader-pan .e-processing-loader{background-position:50% 10%!important;background-color:unset}.fy-pt20{padding-top:20px!important}.no-padding-loader-pan-model .e-processing-loader{background-position:50% 10%!important;padding-top:0}.no-padding-loader-pan-model.it-name-loader{height:0}.no-padding-loader-pan-model{height:30px}.fy-m-auto{margin:auto}.fy-m0{margin:0!important}.fy-ml0{margin-left:0!important}.fy-fs22{font-size:22px!important}.fy-fs18{font-size:18px!important}.fy-p-lr-60{padding:0 60px!important}.fy-fs20{font-size:20px!important}.fy-p-b-70{padding-bottom:70px!important}.ac-topview{padding-top:10%}.col-export-label{color:#000;margin-top:10%;font-size:1.2rem}.flex-container{display:flex;flex-flow:row wrap;justify-content:space-around;padding:0;margin:0;list-style:none}.flex-item{background:tomato;padding:5px;width:200px;height:150px;margin-top:10px;line-height:150px;color:#fff;font-weight:700;font-size:3em;text-align:center}.main-cls{padding-top:7%}.e-para-normal{text-align:center;color:#fff}.col-sl-a{border-right:1px solid #ddd;font-size:2vw}.col-daily-turn{color:#000;font-size:2vw;text-align:center}.col-label-dt{color:#70779a;font-size:1.4vw;text-align:center}.col-main-pt{color:#3159d7;font-size:2vw}.cls-next-mob,.col-ct-b{font-size:2vw;line-height:165%}.cls-next-mob{margin-left:2%;margin-top:2%}.cls-next-mob,.ul-content-style{font-style:normal;font-weight:400;color:#101d56}.ul-content-style{font-size:1.2vw;line-height:60px;letter-spacing:.15px;list-style-type:none}.col-invest-cls{font-size:1.5vw;margin-left:21%}.col-mem-cls-one{margin-top:28%}.col-mem-cls-two{margin-top:13%}.col-mem-cls-three{margin-top:28%}.col-ct-b-head{font-size:2vw;line-height:165%;padding:0}.e-offer-p{font-size:1vw;font-weight:600}.e-offer-p-two{font-weight:600;color:#2e4ab3}.e-offer-p-two h5{font-size:14px}.e-offer-p-two .gift-box-text{vertical-align:bottom}.e-offer-p-two img{height:30px}.e-offer-p.overload{font-size:20px}.e-card-content{box-shadow:0 2px 12px #777}@media only screen and (max-width:600px){.ancher-cls{color:#304bb7;text-decoration:underline;background-color:initial;font-size:5vw}.cont-sl-a{font-size:6vw}.e-landing-card{background:linear-gradient(93.03deg,#2849d7,#1791e8 100.95%);border-radius:16px;margin-top:11%}.e-list-style{line-height:1%;font-size:1.1rem;list-style-type:none;padding-left:0}.e-top-header{margin-top:13%}.e-offer-p{font-size:4vw;font-weight:600;line-height:32px}.col-subtitle-mob{font-size:1rem}.e-landing-mob{color:#000;font-weight:600;font-size:9.2vw!important;line-height:43px!important;text-transform:capitalize;display:inline-block}.cls-fyers-one{font-size:6vw;margin-left:21%;margin-top:-18px;position:absolute;top:6px}.col-ipo-align{margin-top:10%}.get-started-with-us{font-style:normal;font-weight:400;font-size:8vw;line-height:66px;color:#101d56}.col-left-div{background:linear-gradient(117.19deg,#d4dbf7 27.65%,rgba(212,219,247,0) 108.8%);border-radius:24px;padding:6%;width:100%}.rating-bar-align{top:25%;left:-21%;margin-top:6%;position:static;margin-bottom:12%}.col-mem-cls-one{margin-top:10%;margin-bottom:20%}.col-invest-cls{font-size:6.5vw;margin-left:28%;padding-top:15px}.col-mem-cls-two{margin-top:10%;margin-bottom:20%}.col-mem-cls-three{margin-top:10%}.col-export-label{color:#000;margin-top:7%;font-size:1rem}.invest-img{height:26%;margin-left:8px;margin-top:2px}.ul-content-style{font-style:normal;font-weight:400;font-size:1rem;line-height:60px;letter-spacing:.15px;color:#101d56;list-style-type:none}h1{color:#000;font-weight:600;font-size:9.2vw;line-height:46px;text-transform:capitalize;display:inline-block}.img-align{position:absolute;left:80%;top:-39px;z-index:100}.col-sl-a{border-bottom:1px solid #ddd;font-size:6vw}.col-daily-turn{color:#000;font-size:6vw;margin-top:16px}.col-label-dt{color:#70779a;font-size:5.5vw}.col-main-pt{color:#3159d7;font-size:6vw}.col-ct-b{font-size:6vw}.col-ct-b,.col-ct-b-head{line-height:165%;padding:0}.col-ct-b-head{font-size:7vw;text-align:center}.para-tech{font-style:normal;font-weight:400;font-size:1rem;line-height:190%;letter-spacing:.15px;color:#101d56;color:"#000";margin-top:2%}.card-outer{position:relative;width:100%;height:308px;background-size:cover;background-color:#fff;border-radius:20px;background-position:50%;overflow:hidden;background:linear-gradient(114.04deg,#d4dbf7 -12.77%,rgba(212,219,247,0) 160.94%);box-shadow:0 4px 8px 0 rgba(0,0,0,.2);margin-bottom:8%}.cls-next-mob{font-size:6vw;line-height:165%;margin-left:2%;margin-top:2%}.cls-fwebm,.cls-next-mob{font-style:normal;font-weight:400;color:#101d56}.cls-fwebm{font-size:5vm;line-height:26px;letter-spacing:.15px}}.e-nominee-options{background:#f9f9f9;padding:25px;border-radius:10px}.e-nominee-options [type=radio]+label:hover{color:#000}.e-inner-heading.nominee{padding:10px;background:#f9f9f9;border-radius:10px}.nomin-toggle-span{display:inline-block;transform:rotate(270deg);margin-left:5px;font-size:20px;transition:.3s;cursor:pointer}.nomin-toggle-span.hide{transform:rotate(90deg)}.e-rev_nom-sec h6{background:#efefef;padding:6px 8px;border-radius:5px}.e-rev_nom-sec .e-nom-mand{font-size:14px}.e-rev_nom_details{padding:0 2px!important}.rev-verify-loader{height:25px;margin-top:25px}.rev-mobile-input{background:hsla(0,0%,100%,.2)}.demat-modal-p{color:#000!important;font-size:16px!important}.e-status-container{padding:0 100px}.e-status-section{padding:80px 0}.st-outer-div{background:linear-gradient(180deg,#fff,#f3f5ff);padding:45px 150px}.st-outer-p{color:#6a7582}.st-kra-status-div,.st-outer-p{padding-top:35px;font-size:12px;letter-spacing:1px;line-height:28px;font-weight:800}.st-kra-status-div{color:#000}.st-inner-div{height:auto;min-width:max-content;padding:20px 50px 10px 0;display:flex;flex-flow:wrap;align-items:center;justify-content:space-evenly;background-color:#fff;box-shadow:2px 8px 20px 0 rgba(203,194,255,.23921568627450981);border-bottom-right-radius:90px}.st-left-section img{width:400px}.st-right-section{max-width:500px}.st-right-section.st-acc-opened h3{color:#8d78ff}.st-right-section h3{color:#00cb8d;font-size:18px;font-weight:600;letter-spacing:0;line-height:18px}.st-right-section h1{color:#2a394e;font-size:30px;font-weight:bolder;letter-spacing:0;line-height:53px;text-align:center}.st-right-section p{color:#6a7582;font-size:16px;letter-spacing:0;line-height:30px}.st-right-section.st-delayed p{font-size:15px}.st-right-section .st-steps-status{display:flex;margin-top:60px;width:400px;justify-content:space-between}.st-right-section .completed{height:35px;width:35px;background-color:#436af5;border-radius:50%;z-index:2}.st-right-section .completed:before{content:"L";position:absolute;font-size:26px;border-radius:2px;margin-top:-3px;margin-left:11px;color:#fff;transform:scaleX(-1) rotate(-45deg);z-index:1}.st-right-section .in-complete:not(:nth-child(4)):after,.st-steps-status .completed:not(:nth-child(4)):after{box-sizing:border-box;content:"";display:inline-block;width:102px;height:4px;margin-top:15px;background-color:#436af5;margin-left:35px}.st-right-section .in-complete:not(:nth-child(4)):after,.st-steps-status .completed.active:after{background-color:#d3d6da}.st-right-section .in-complete{height:35px;width:35px;background-color:#d3d6da;border-radius:50%}.st-uname-div{color:#2a394e;font-size:18px;font-weight:700;letter-spacing:0;line-height:33px}.st-time-div{color:#6a7582;font-size:16px;letter-spacing:0;line-height:27px}.st-mobile-div{color:#2a394e;font-size:18px;font-weight:500;letter-spacing:0;line-height:30px}.e-status-contact{display:flex;flex-flow:wrap;justify-content:space-between;padding:0 150px}.st-btn-div{height:60px;width:241px;border:2px solid #cacacb;border-radius:2px;background-color:#fff;padding-top:11px;text-align:center}.st-btn-div span:before{content:"?";padding:0 10px;font-size:18px;border:1px solid #2a394e;border-radius:50%;margin-right:17px}.st-btn-div span{color:#2a394e;font-size:21px;letter-spacing:0}.st-btn-div a{text-decoration:none!important}.st-border-bottom{border-bottom:1px solid #ecedef;padding-bottom:30px;margin-bottom:30px}.status-common-section{display:flex;flex-flow:wrap;align-items:center;justify-content:space-between;padding:0 100px 0 150px;margin-bottom:100px}.st-cmn-left h1{color:#2a394e;font-size:30px;font-weight:bolder;letter-spacing:0;line-height:50px}.st-cmn-left ul{list-style:none;margin:20px 0;padding:0}.st-cmn-left a{font-weight:700;color:#436af5}.st-cmn-left ul li{color:#6a7582;font-size:14px;letter-spacing:0;display:flex;margin-bottom:30px}.st-cmn-left ul li img{margin-right:10px;height:40px;vertical-align:middle}.st-img-div{color:#2a394e;font-size:24px;letter-spacing:0;line-height:35px}.st-div-caption{color:#6a7582;font-family:Poppins;font-size:20px;letter-spacing:0;line-height:30px}.st-cmn-right.st-activated img{height:508px;width:602px}.st-cmn-left.st-activated ul li img{width:20px;height:20px}.st-cmn-left .fy-large-btn{margin-top:40px}.st-cmn-right img{width:500px;height:450px}.e-status-rej_list{padding:0 150px}.st-rej-hello{font-weight:bolder;font-size:20px}.st-rej-div{font-size:18px}.st-rej-ul{margin:0;padding:15px 18px;list-style-type:decimal}.st-rej-ul li{font-size:16x;margin-bottom:10px;font-weight:700}.st-rej-regards{font-size:18px;line-height:35px}.st-play-store img{width:200px}h3.st-current-status.delayed{color:#ffbd36}.down-time-p{text-align:justify;font-weight:400;line-height:30px;color:#000;padding-bottom:15px;padding-left:5px;opacity:.85}.down-time-p h5{font-size:22px;font-weight:700;opacity:.95;line-height:50px}.e-rev-download{padding-top:13px}.e-rev-download a{text-decoration:none;color:#3898f0}.e-seed-div{max-width:500px;text-align:justify;font-size:16px;padding:0 15px 34px 10px}.e-seed-div p{font-size:16px!important;line-height:22px}.switch-camera-span{display:none}.e-span-link{color:#407bff;cursor:pointer}.e-span-link:hover{text-decoration:underline}.ml-49m{margin-left:-49px!important}.ipv-div_link{font-size:14px;text-align:center;color:#62676e}.ipv-div_link span{color:#407bff}.ipv-div_link span:hover{cursor:pointer;text-decoration:underline}.e-upload-preview-video{height:100%;width:100%}.e-upload-preview-video video{width:100%;height:100%;object-fit:cover}.ipv-video{border-radius:7px}.e-video-preview{margin:5px 0 18px;border-radius:10px;box-shadow:0 -2px 5px 3px rgba(0,0,0,.34901960784313724)}.ipv-mail_sent-div{font-size:14px;color:#62676e}.social-col-wrapper{display:flex;justify-content:center;align-items:center}.custom-social-btn{width:50px;height:47px;margin-right:10px;position:relative}.custom-social-btn img{position:absolute;width:40px;height:40px;top:10px;left:12px}.custom-social-btn span{position:absolute;top:17px;left:-10px;opacity:0}.custom-social-btn.linkedin span{top:10px}.PhoneInput{position:relative}.e-signup-form .PhoneInputInput{background:#4c8be6!important;color:#fff!important;width:100%!important;height:44px!important;border:1px solid #8f8f8f!important;border-radius:5px!important}.PhoneInputInput{color:#000!important;padding-top:14px!important;padding-bottom:6px!important;padding-left:61px!important}.PhoneInputCountrySelect{width:20px!important}.PhoneInputCountry{position:absolute!important;left:20px;top:16px}.e-review-form .PhoneInputCountry{left:4px}.PhoneInputCountryNominee{position:absolute!important;left:14px;top:16px;position:relative;align-self:stretch;display:flex;align-items:center;margin-right:var(--PhoneInputCountrySelect-marginRight)}.e-review-form .PhoneInputCountryNominee{left:4px}.e-review-form .PhoneInputInput{padding-left:48px!important}.e-review-form label.phoneInput--label.label-up{left:11px}.PhoneInputCountryIcon--border{outline-color:#fff;background-color:#fff!important;box-shadow:none!important}label.signup{top:161px!important}label.phoneInput--label{position:absolute;top:12px;left:80px;background:none;transition:.3s;color:#a4a4a4}label.change-email-mobile.phoneInput--label{top:77px}label.change-email-mobile.phoneInput--label.label-up{top:57px!important}label.signup.phoneInput--label.label-up{top:140px!important;color:#fff!important;background:linear-gradient(0deg,#4c8be6,rgba(32,102,222,.3215686274509804) 100.95%)}label.phoneInput--label.label-up{top:-8px!important;background:#fff;padding:0 5px;left:60px;font-size:12px;color:#818e9b;transition:.3s}.a-login-switch{font-size:14px;position:absolute;top:56px}.border-12p{border-radius:12px}.fy-black{color:#2a394e}.text-24-600{font-size:24px;font-weight:600}.fno-disclosure-margin{padding:0 20px 20px!important}.text-14-400{font-size:14px;font-weight:400}.text-12-400{font-size:12px;font-weight:400}.text-14-500{font-size:14px;font-weight:500}.disclosure-img{width:4%}.disclosure-desc{width:96%}.fno-disclosure-more-info{color:#000;font-size:14px;font-weight:600}.fno-disclosure-info{background-color:#fffae6;border-radius:12px;padding:15px 25px}.fno-disclosure-info-link{cursor:pointer;color:#436af5!important;text-decoration:underline}.disclosure-foot-divider{margin:20px -20px;border:none;height:2px;background-color:#e0e0e0}.disclosure-btn{background-color:#436af5;color:#fff;height:48px;padding:8px 30px;border:none;float:right}.fno-disclosure .modal-content{border-radius:12px!important}.fno-disclosure .modal-dialog{max-width:60%!important;width:60%!important;display:flex;justify-content:center;align-items:center}.ff-arial{font-family:Arial,Helvetica,sans-serif}@media only screen and (max-width:767px){.disclosure-img{width:10%}.disclosure-desc{width:90%}.fno-disclosure .modal-dialog{max-width:100%!important;width:100%!important;margin:0}}@media only screen and (max-width:1200px){.e-checkbox-wrap.e-signup .checkmark{left:42px}.st-inner-div{min-width:unset}}@media only screen and (max-width:1199px){.e-ifsc-icon.show{left:205px}}@media only screen and (max-width:1350px){.switch-cam-div{margin-top:15px}.switch-camera-span{display:inline}.st-outer-div{padding:45px 77px}.status-common-section{padding:0 66px}.e-status-contact{padding:0 66px 30px}.e-status-rej_list{padding:0 66px}}@media only screen and (max-width:1024px){.e-home-banner{background-size:40%}.e-landing h1{font-size:44px;line-height:52px}.e-trading-account-type{padding:30px 15px}.e-trading-account-type p{font-size:17px;padding:0 30px 0 60px}.e-home-benefits .pl-5{padding-left:0!important}.e-home-benefits p{padding-right:0}.e-home-benefits h5{font-size:16px}.e-cta-banner{width:360px}.st-inner-div{min-width:-moz-fit-content;min-width:fit-content;padding:0 44px 40px;border-radius:10px}}@media only screen and (max-height:300px) and (orientation:landscape){.e-landscape-warning{display:block}}@media only screen and (max-width:992px){.e-checkbox-wrap.e-signup .checkmark{left:200px}.e-ifsc-icon.show{left:392px}.e-main-row{flex-flow:column-reverse}.e-landing-mob{display:block!important}.e-landing-mob-hide{display:none!important}.e-landing-card{margin-top:2%}.e-input-wrap{margin-bottom:30px!important}.e-custom-check-card,.e-custom-check-card.e-active{background-position:94% 20px}.e-custom-check-card{padding:20px 15px}.sm-mb-0{margin-bottom:0!important}.e-or-multiple.e-or-txt.e-horizontal{top:53%;left:47.5%}.e-or-multiple.e-or-txt.e-horizontal:after,.e-or-multiple.e-or-txt.e-horizontal:before{left:-65px;display:inline-block;top:6px;height:2px;width:60px}.e-or-multiple.e-or-txt.e-horizontal:after{left:20px}.img-align{right:-43px;left:unset}label.signup{top:176px!important}label.signup.phoneInput--label.label-up{top:155px!important}.e-main-content{background-image:none}.e-step-left-section::-webkit-scrollbar{width:0}.e-step-left-section{padding:110px 0 140px}.e-step-count-wrap{font-size:14px;margin-left:14px}.e-heading-second-line{font-size:14px;line-height:12px}.e-step-completed-percentage{margin-top:0!important}.e-step-percentage-wrap{margin-top:10px!important;margin-bottom:10px!important}.e-button-wrap-panel .e-p-btn{padding:12px 28px;font-size:14px}.e-step-count{padding:6px 8px;font-size:12px;margin-right:10px!important}.e-step-module-wrap h5{margin-top:5px!important}.e-back-link{padding-top:10px;background-size:12px;background-position:4px;padding-left:25px;font-size:14px}.e-success-note-wrap{margin:30px 0 15px}.e-processing-loader{padding-top:80px}.e-selectbox-wrap{margin-bottom:30px}.e-bottom-fixed-panel{z-index:8}.e-step-2 .e-step2-upload-wrap{margin-bottom:15px}.e-step-2 .e-step2-upload-wrap:last-child{margin-bottom:0}.e-step-2 .mt-4{margin-top:0!important}.e-step-2 .e-or-txt{bottom:-5px}.e-step-2 .col-12{padding-right:0}.e-step-2 .e-upload-digilocker{background-position:center 35px;padding:70px 30px 40px;margin-top:15px}.e-step-2 .e-input-outer-wrap{padding-top:20px}.e-step-2 .e-processing-loader{padding-top:110px}.e-step-2 .e-upload-btn.e-s-upload-btn,.e-step-2 .e-upload-pdf-preview{padding:70px 15px 35px;background-size:28px;background-position:center 30px}.e-step-2 .e-upload-btn.e-s-upload-btn{margin-bottom:15px}.e-step-2 .e-proof-selector-wrap.pl-0{padding-left:15px!important}.e-step-3 .e-inner-heading{font-size:14px;margin-top:15px;margin-bottom:10px!important}.e-step-3 .e-custom-check-card{margin-bottom:0}.e-step-3 .e-custom-check-card.e-sec-card,.e-step-3 .e-segement-selection-wrap .e-custom-check-card{margin-bottom:25px}.e-step-3 .e-financial-proof-head{margin-top:30px}.e-custom-check-card{margin-bottom:15px}.e-checkbox-wrap .e-normal-p{font-size:14px}.e-step-4 .e-annexures-wrap:last-child{margin-top:30px}.e-step-4 .e-receive-contact-item br{display:none}.e-receive-contact-item{margin-bottom:15px}.e-step-4 .e-receive-contact-item label{font-size:14px}.e-step-4 .e-annexures-wrap-2{margin-top:30px!important}.e-step-4 .e-annexures-wrap-3{margin-top:0!important}.e-step-4 .e-sec-doc{margin-top:30px}.e-step-5 .e-upload-selfie{margin-bottom:15px}.e-sign-wrap{margin-top:30px}.e-sign-wrap .e-upload-photo{margin-top:15px!important}.e-step-6 .e-edit{font-size:13px;padding-left:20px;background-size:13px}.e-step-6 .e-preview-wrap{padding:15px}.e-step-6 .e-preview-wrap p{font-size:14px;margin-bottom:10px!important}.e-step-6 .e-preview-wrap p.pb-4{padding-bottom:10px!important}.e-step-6 .e-preview-wrap p span{font-size:14px}.e-step-6 .e-preview-wrap .e-aadhaar-preview{margin-bottom:30px}.e-step-6 .e-preview-wrap p.pb-5{padding-bottom:20px!important}.e-step-6 .e-photo-preview{margin-bottom:15px}.e-home-banner{background-size:400px;background-position:100% 35%}.e-landing h1{font-size:40px;line-height:54px}.e-landing .e-home-banner h2{padding-right:50px;line-height:26px}.e-banner-buisness-quote{position:relative;text-align:left;padding-top:30px}.e-trading-account-type{padding:30px 15px}.e-trading-account-type p{padding:0 60px;font-size:18px}.e-trading-account-type p:after{right:5px}.e-trading-account-type:last-child{margin-top:30px}.e-cta-txt{padding:0;margin:0!important}.e-cta-banner{position:absolute;right:0;width:200px;padding-bottom:10px}.e-cta-banner-bg{display:none}.e-footer .text-right{text-align:left!important;margin-top:30px}.e-footer .float-right{float:right}.e-home-cta h5{font-size:30px}.e-modal-wrap h6{line-height:150%}.e-phone-code-txt{padding-top:20px}}@media only screen and (max-width:768px){.ipv-div_link{margin-top:15px!important}.ipv-sample-wrap{flex-direction:column-reverse}.ipv-caption{margin-top:20px;text-align:center}.ipv-caption p{padding-right:0!important}.e-input-wrap{margin-bottom:30px!important}.e-selectbox-wrap label{margin-bottom:0}.e-upload-photo{background-size:35px}.e-upload-digilocker,.e-upload-photo{background-position:center 30px;padding:70px 30px 40px}.e-upload-digilocker{background-size:110px;margin-top:30px}.e-or-txt{top:auto;left:48%;bottom:-20px}.e-or-txt:before{left:-46px;top:6px;height:2px;width:40px}.e-or-txt:after{height:2px;width:40px;top:7px;left:22px}.e-instruction-wrap{margin-top:15px}.e-pan-no-input-wrap{margin-top:15px!important}.e-pan-no-input-wrap .e-verified-tag{left:auto;right:0}.e-landing h1{font-size:40px;line-height:48px}.e-banner-buisness-quote{position:relative;margin-top:30px;text-align:left}.e-home-banner{background-image:none!important}.e-trading-account-type{margin-bottom:30px}.e-trading-account-type p{padding:15px 70px 15px 60px}.e-home-benefits{margin-top:100px}.e-home-benefits-bg{opacity:.8;width:90%}.e-home-benefits .pl-5{margin-bottom:30px!important}.e-open-account-bg-1,.e-open-account-bg-2{width:100%}.e-home-account-open{margin-top:0}.e-cta-txt{padding:0;margin:0!important}.e-cta-banner{position:absolute;right:0;width:150px;padding-bottom:10px}.e-cta-banner-bg{display:none}.e-footer .text-right{text-align:left!important;margin-top:30px}.e-trading-account-1-noise{opacity:.4}.e-home-cta h5{font-size:30px}.e-trading-account-type:last-child{margin-bottom:0}.e-account-open-img-1{display:none}.e-account-open-img-2{display:block}.e-open-account-header-wrap{padding-bottom:0}.e-auto-saved{width:142px}.st-outer-div{padding:45px 30px;width:-moz-fit-content;width:fit-content;margin-left:10px}.st-cmn-right img{width:300px;height:300px;margin-top:50px}.e-checkbox-wrap.e-signup .checkmark{left:112px}}@media only screen and (max-width:785px){.e-status-container .e-step-content{width:-moz-fit-content;width:fit-content}.e-status-container{padding:0}.e-modal-wrap .e-verification-input{height:35px;width:35px}.e-verification-item-head:after{right:141px}.e-verification-modal-body .user-action .checkmark{left:48px}.e-top-header{margin-top:13%}h1.e-landing{font-size:20px!important;line-height:33px!important}}@media only screen and (max-width:600px){.e-top-header .gift-box-text{font-size:14px}.e-top-header img{height:30px}h1.e-landing{font-size:20px!important;line-height:33px!important}}@media only screen and (max-width:575px){.e-ifsc-icon.show{left:290px}.e-new-ver-img{display:none}.e-modal-wrap .e-verification-input{padding:0 0 0 13px}.user-action{max-width:100%!important;flex:unset;width:100%!important}.e-modal-wrap .e-verification-input{height:35px;width:35px}.e-verification-item-head:after{right:111px}.before-after-line:after{right:-34px}.before-after-line:before{left:-33px}.e-verification-modal-body .user-action .checkmark{left:16px}.ipv-caption{padding-left:0!important}.ipv-caption .sample-header{font-size:32px;margin:0;padding:0}.sample-ipv-modal .sample-img{width:300px}h1{font-size:24px}p{font-size:14px}header .e-s-btn{padding:5px;font-size:12px}.e-phone-link-txt{font-size:12px}header img{width:80px;position:relative;top:2px}header .col-lg-6{padding:0}.e-step-left-section{padding:90px 0 140px}.e-p-rt-btn{margin-top:10px;margin-left:unset}.e-auto-saved{width:110px}}@media only screen and (max-width:380px){.e-ifsc-icon.show{left:265px}.e-verification-item-head:after{right:75px}.e-modal-wrap .e-verification-input{margin-bottom:4px}.sample-ipv-modal .sample-img{width:266px}.e-auto-saved{width:128px}.e-main-row{flex-flow:column-reverse;margin-top:20px}}@media only screen and (max-width:350px){.step-header{padding-top:10px}.step-header-tag{margin-top:10px}.img-header{display:inline-table}.e-heading-second-line{padding-right:3px;line-height:unset!important}.e-ifsc-icon.show{left:215px}.e-auto-saved{width:auto;min-width:105px}.e-selectbox-wrap label{margin-bottom:.5rem!important}.communication-card-1{overflow:overlay}.communication-card-2{width:200px}}@media only screen and (max-width:450px){.e-checkbox-wrap.e-signup .checkmark{left:35px}.step-header{padding-top:10px}.step-header-tag{margin-top:10px}.img-header{display:inline-table}.e-heading-second-line{padding-right:3px;line-height:unset!important}.e-auto-saved{width:auto;min-width:105px}.e-selectbox-wrap label{margin-bottom:.5rem!important}.communication-card-1{overflow:overlay}.communication-card-2{width:200px}.e-back-link{padding-top:13px;font-size:12px}.e-rev-download{padding:10px;font-size:14px}.e-button-wrap-panel .e-p-btn{font-size:12px;padding:13px 10px}}.fy-large-btn{height:60px;width:281px;padding:20px 0;background-color:#436af5;color:#fff;font-size:16px;font-weight:600;letter-spacing:0;line-height:25px;text-align:center}.fy-large-btn.fy-btn-danger{background-color:#e94656}.fy-large-btn a{color:#fff;text-decoration:none}