@import url(https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600;700;800&family=Roboto:wght@400;500;700&display=swap);#divLoading{background-position:50%;background-repeat:no-repeat;bottom:0;display:block;left:0;position:fixed;right:0;top:0;z-index:1100;z-index:115}.svg_loader{height:80px;left:50%;margin:0;position:absolute;top:50%;transform:translate(-50%,-50%);width:80px}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__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}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__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}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__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)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__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}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.slick-slider{-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0);box-sizing:border-box;touch-action:pan-y;-webkit-user-select:none;user-select:none;-khtml-user-select:none}.slick-list,.slick-slider{display:block;position:relative}.slick-list{margin:0;overflow:hidden;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{transform:translateZ(0)}.slick-track{display:block;left:0;margin-left:auto;margin-right:auto;position:relative;top:0}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{border:1px solid #0000;display:block;height:auto}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(data:image/gif;base64,R0lGODlhIAAgAPUAAP///wAAAPr6+sTExOjo6PDw8NDQ0H5+fpqamvb29ubm5vz8/JKSkoaGhuLi4ri4uKCgoOzs7K6urtzc3D4+PlZWVmBgYHx8fKioqO7u7kpKSmxsbAwMDAAAAM7OzsjIyNjY2CwsLF5eXh4eHkxMTLCwsAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH+GkNyZWF0ZWQgd2l0aCBhamF4bG9hZC5pbmZvACH5BAAKAAAAIf8LTkVUU0NBUEUyLjADAQAAACwAAAAAIAAgAAAG/0CAcEgkFjgcR3HJJE4SxEGnMygKmkwJxRKdVocFBRRLfFAoj6GUOhQoFAVysULRjNdfQFghLxrODEJ4Qm5ifUUXZwQAgwBvEXIGBkUEZxuMXgAJb1dECWMABAcHDEpDEGcTBQMDBQtvcW0RbwuECKMHELEJF5NFCxm1AAt7cH4NuAOdcsURy0QCD7gYfcWgTQUQB6Zkr66HoeDCSwIF5ucFz3IC7O0CC6zx8YuHhW/3CvLyfPX4+OXozKnDssBdu3G/xIHTpGAgOUPrZimAJCfDPYfDin2TQ+xeBnWbHi37SC4YIYkQhdy7FvLdpwWvjA0JyU/ISyIx4xS6sgfkNS4me2rtVKkgw0JCb8YMZdjwqMQ2nIY8BbcUQNVCP7G4MQq1KRivR7tiDEuEFrggACH5BAAKAAEALAAAAAAgACAAAAb/QIBwSCQmNBpCcckkEgREA4ViKA6azM8BEZ1Wh6LOBls0HA5fgJQ6HHQ6InKRcWhA1d5hqMMpyIkOZw9Ca18Qbwd/RRhnfoUABRwdI3IESkQFZxB4bAdvV0YJQwkDAx9+bWcECQYGCQ5vFEQCEQoKC0ILHqUDBncCGA5LBiHCAAsFtgqoQwS8Aw64f8m2EXdFCxO8INPKomQCBgPMWAvL0n/ff+jYAu7vAuxy8O/myvfX8/f7/Arq+v0W0HMnr9zAeE0KJlQkJIGCfE0E+PtDq9qfDMogDkGmrIBCbNQUZIDosNq1kUsEZJBW0dY/b0ZsLViQIMFMW+RKKgjFzp4fNokPIdki+Y8JNVxA79jKwHAI0G9JGw5tCqDWTiFRhVhtmhVA16cMJTJ1OnVIMo1cy1KVI5NhEAAh+QQACgACACwAAAAAIAAgAAAG/0CAcEgkChqNQnHJJCYWRMfh4CgamkzFwBOdVocNCgNbJAwGhKGUOjRQKA1y8XOGAtZfgIWiSciJBWcTQnhCD28Qf0UgZwJ3XgAJGhQVcgKORmdXhRBvV0QMY0ILCgoRmIRnCQIODgIEbxtEJSMdHZ8AGaUKBXYLIEpFExZpAG62HRRFArsKfn8FIsgjiUwJu8FkJLYcB9lMCwUKqFgGHSJ5cnZ/uEULl/CX63/x8KTNu+RkzPj9zc/0/Cl4V0/APDIE6x0csrBJwybX9DFhBhCLgAilIvzRVUriKHGlev0JtyuDvmsZUZlcIiCDnYu7KsZ0UmrBggRP7n1DqcDJEzciOgHwcwTyZEUmIKEMFVIqgyIjpZ4tjdTxqRCMPYVMBYDV6tavUZ8yczpkKwBxHsVWtaqo5tMgACH5BAAKAAMALAAAAAAgACAAAAb/QIBwSCQuBgNBcck0FgvIQtHRZCYUGSJ0IB2WDo9qUaBQKIXbLsBxOJTExUh5mB4iDo0zXEhWJNBRQgZtA3tPZQsAdQINBwxwAnpCC2VSdQNtVEQSEkOUChGSVwoLCwUFpm0QRAMVFBQTQxllCqh0kkIECF0TG68UG2O0foYJDb8VYVa0alUXrxoQf1WmZnsTFA0EhgCJhrFMC5Hjkd57W0jpDsPDuFUDHfHyHRzstNN78PPxHOLk5dwcpBuoaYk5OAfhXHG3hAy+KgLkgNozqwzDbgWYJQyXsUwGXKNA6fnYMIO3iPeIpBwyqlSCBKUqEQk5E6YRmX2UdAT5kEnHKkQ5hXjkNqTPtKAARl1sIrGoxSFNuSEFMNWoVCxEpiqyRlQY165wEHELAgAh+QQACgAEACwAAAAAIAAgAAAG/0CAcEgsKhSLonJJTBIFR0GxwFwmFJlnlAgaTKpFqEIqFJMBhcEABC5GjkPz0KN2tsvHBH4sJKgdd1NHSXILah9tAmdCC0dUcg5qVEQfiIxHEYtXSACKnWoGXAwHBwRDGUcKBXYFi0IJHmQEEKQHEGGpCnp3AiW1DKFWqZNgGKQNA65FCwV8bQQHJcRtds9MC4rZitVgCQbf4AYEubnKTAYU6eoUGuSpu3fo6+ka2NrbgQAE4eCmS9xVAOW7Yq7IgA4Hpi0R8EZBhDshOnTgcOtfM0cAlTigILFDiAFFNjk8k0GZgAxOBozouIHIOyKbFixIkECmIyIHOEiEWbPJTTQ5FxcVOMCgzUVCWwAcyZJvzy45ADYVZNIwTlIAVfNB7XRVDLxEWLQ4E9JsKq+rTdsMyhcEACH5BAAKAAUALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RagJmQgtHaX5XZUYKQ4YKEYSKfVKPaUMZHwMDeQBxh04ABYSFGU4JBpsDBmFHdXMLIKofBEyKCpdgspsOoUsLXaRLCQMgwky+YJ1FC4POg8lVAg7U1Q5drtnHSw4H3t8HDdnZy2Dd4N4Nzc/QeqLW1bnM7rXuV9tEBhQQ5UoCbJDmWKBAQcMDZNhwRVNCYANBChZYEbkVCZOwASEcCDFQ4SEDIq6WTVqQIMECBx06iCACQQPBiSabHDqzRUTKARMhSFCDrc+WNQIcOoRw5+ZIHj8ADqSEQBQAwKKLhIzowEEeGKQ0owIYkPKjHihZoBKi0KFE01b4zg7h4y4IACH5BAAKAAYALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RagJmQgtHaX5XZUUJeQCGChGEin1SkGlubEhDcYdOAAWEhRlOC12HYUd1eqeRokOKCphgrY5MpotqhgWfunqPt4PCg71gpgXIyWSqqq9MBQPR0tHMzM5L0NPSC8PCxVUCyeLX38+/AFfXRA4HA+pjmoFqCAcHDQa3rbxzBRD1BwgcMFIlidMrAxYICHHA4N8DIqpsUWJ3wAEBChQaEBnQoB6RRr0uARjQocMAAA0w4nMz4IOaU0lImkSngYKFc3ZWyTwJAALGK4fnNA3ZOaQCBQ22wPgRQlSIAYwSfkHJMrQkTyEbKFzFydQq15ccOAjUEwQAIfkEAAoABwAsAAAAACAAIAAABv9AgHBILCoUi6JySUwSBUdBUcpUJhSZZ5RYUCSq060QqqACyAVwMXIcks2ZtlrrHYvJ3zn3mHwLjxFqAmZCC0dpfldlRQl5AIYKEYSKfVKQaW5sSENxh04ABYSFGU4LXYdhR3V6p5GiQ4oKmGCtjkymi2qGBZ+6eo+3g8KDvYLDxKrJuXNkys6qr0zNygvHxL/V1sVD29K/AFfRRQUDDt1PmoFqHgPtBLetvMwG7QMes0KxkkIFIQNKDhBgKvCh3gQiqmxt6NDBAAEIEAgUOHCgBBEH9Yg06uWAIQUABihQMACgBEUHTRwoUEOBIcqQI880OIDgm5ABDA8IgUkSwAAyij1/jejAARPPIQwONBCnBAJDCEOOCnFA8cOvEh1CEJEqBMIBEDaLcA3LJIEGDe/0BAEAIfkEAAoACAAsAAAAACAAIAAABv9AgHBILCoUi6JySUwSBUdBUcpUJhSZZ5RYUCSq060QqqACyAVwMXIcks2ZtlrrHYvJ3zn3mHwLjxFqAmZCC0dpfldlRQl5AIYKEYSKfVKQaW5sSENxh04ABYSFGU4LXYdhR3V6p5GiQ4oKmGCtjkymi2qGBZ+6eo+3g8KDvYLDxKrJuXNkys6qr0zNygvHxL/V1sVDDti/BQccA8yrYBAjHR0jc53LRQYU6R0UBnO4RxmiG/IjJUIJFuoVKeCBigBN5QCk43BgFgMKFCYUGDAgFEUQRGIRYbCh2xACEDcAcHDgQDcQFGf9s7VkA0QCI0t2W0DRw68h8ChAEELSJE8xijBvVqCgIU9PjwA+UNzG5AHEB9xkDpk4QMGvARQsEDlKxMCALDeLcA0rqEEDlWCCAAAh+QQACgAJACwAAAAAIAAgAAAG/0CAcEgsKhSLonJJTBIFR0FRylQmFJlnlFhQJKrTrRCqoALIBXAxchySzZm2Wusdi8nfOfeYfAuPEWoCZkILR2l+V2VFCXkAhgoRhIp9UpBpbmxIQ3GHTgAFhIUZTgtdh2FHdXqnkaJDigqYYK2OTKaLaoYFn7p6j0wOA8PEAw6/Z4PKUhwdzs8dEL9kqqrN0M7SetTVCsLFw8d6C8vKvUQEv+dVCRAaBnNQtkwPFRQUFXOduUoTG/cUNkyYg+tIBlEMAFYYMAaBuCekxmhaJeSeBgiOHhw4QECAAwcCLhGJRUQCg3RDCmyUVmBYmlOiGqmBsPGlyz9YkAlxsJEhqCubABS9AsPgQAMqLQfM0oTMwEZ4QpLOwvMLxAEEXIBG5aczqtaut4YNXRIEACH5BAAKAAoALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RahAQRQtHaX5XZUUJeQAGHR0jA0SKfVKGCmlubEhCBSGRHSQOQwVmQwsZTgtdh0UQHKIHm2quChGophuiJHO3jkwOFB2UaoYFTnMGegDKRQQG0tMGBM1nAtnaABoU3t8UD81kR+UK3eDe4nrk5grR1NLWegva9s9czfhVAgMNpWqgBGNigMGBAwzmxBGjhACEgwcgzAPTqlwGXQ8gMgAhZIGHWm5WjelUZ8jBBgPMTBgwIMGCRgsygVSkgMiHByD7DWDmx5WuMkZqDLCU4gfAq2sACrAEWFSRLjUfWDopCqDTNQIsJ1LF0yzDAA90UHV5eo0qUjB8mgUBACH5BAAKAAsALAAAAAAgACAAAAb/QIBwSCwqFIuickk0FIiCo6A4ZSoZnRBUSiwoEtYipNOBDKOKKgD9DBNHHU4brc4c3cUBeSOk949geEQUZA5rXABHEW4PD0UOZBSHaQAJiEMJgQATFBQVBkQHZKACUwtHbX0RR0mVFp0UFwRCBSQDSgsZrQteqEUPGrAQmmG9ChFqRAkMsBd4xsRLBBsUoG6nBa14E4IA2kUFDuLjDql4peilAA0H7e4H1udH8/Ps7+3xbmj0qOTj5mEWpEP3DUq3glYWOBgAcEmUaNI+DBjwAY+dS0USGJg4wABEXMYyJNvE8UOGISKVCNClah4xjg60WUKyINOCUwrMzVRARMGENWQ4n/jpNTKTm15J/CTK2e0MoD+UKmHEs4onVDVVmyqdpAbNR4cKTjqNSots07EjzzJh1S0IADsAAAAAAAAAAAA=) 50% no-repeat}@font-face{font-family:slick;font-style:normal;font-weight:400;src:url(../../static/media/slick.a4e97f5a2a64f0ab1323.eot);src:url(../../static/media/slick.a4e97f5a2a64f0ab1323.eot?#iefix) format("embedded-opentype"),url(../../static/media/slick.295183786cd8a1389865.woff) format("woff"),url(../../static/media/slick.c94f7671dcc99dce43e2.ttf) format("truetype"),url(../../static/media/slick.2630a3e3eab21c607e21.svg#slick) format("svg")}.slick-next,.slick-prev{border:none;cursor:pointer;display:block;font-size:0;height:20px;line-height:0;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:20px}.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover{background:#0000;color:#0000;outline:none}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff;font-family:slick;font-size:20px;line-height:1;opacity:.75}.slick-prev{left:-25px}[dir=rtl] .slick-prev{left:auto;right:-25px}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{left:-25px;right:auto}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{bottom:-25px;display:block;list-style:none;margin:0;padding:0;position:absolute;text-align:center;width:100%}.slick-dots li{display:inline-block;margin:0 5px;padding:0;position:relative}.slick-dots li,.slick-dots li button{cursor:pointer;height:20px;width:20px}.slick-dots li button{background:#0000;border:0;color:#0000;display:block;font-size:0;line-height:0;outline:none;padding:5px}.slick-dots li button:focus,.slick-dots li button:hover{outline:none}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#000;content:"•";font-family:slick;font-size:6px;height:20px;left:0;line-height:20px;opacity:.25;position:absolute;text-align:center;top:0;width:20px}.slick-dots li.slick-active button:before{color:#000;opacity:.75}.react-toggle{-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0);background-color:#0000;border:0;cursor:pointer;display:inline-block;padding:0;position:relative;touch-action:pan-x;-webkit-user-select:none;user-select:none}.react-toggle-screenreader-only{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.react-toggle--disabled{cursor:not-allowed;opacity:.5;transition:opacity .25s}.react-toggle-track{background-color:#4d4d4d;border-radius:30px;height:24px;padding:0;transition:all .2s ease;width:50px}.react-toggle:hover:not(.react-toggle--disabled) .react-toggle-track{background-color:#000}.react-toggle--checked .react-toggle-track{background-color:#19ab27}.react-toggle--checked:hover:not(.react-toggle--disabled) .react-toggle-track{background-color:#128d15}.react-toggle-track-check{bottom:0;height:10px;left:8px;line-height:0;margin-bottom:auto;margin-top:auto;opacity:0;position:absolute;top:0;transition:opacity .25s ease;width:14px}.react-toggle--checked .react-toggle-track-check,.react-toggle-track-x{opacity:1;transition:opacity .25s ease}.react-toggle-track-x{bottom:0;height:10px;line-height:0;margin-bottom:auto;margin-top:auto;position:absolute;right:10px;top:0;width:10px}.react-toggle--checked .react-toggle-track-x{opacity:0}.react-toggle-thumb{background-color:#fafafa;border:1px solid #4d4d4d;border-radius:50%;box-sizing:border-box;height:22px;left:1px;position:absolute;top:1px;transition:all .5s cubic-bezier(.23,1,.32,1) 0ms;transition:all .25s ease;width:22px}.react-toggle--checked .react-toggle-thumb{border-color:#19ab27;left:27px}.react-toggle--focus .react-toggle-thumb{box-shadow:0 0 2px 3px #0099e0}.react-toggle:active:not(.react-toggle--disabled) .react-toggle-thumb{box-shadow:0 0 5px 5px #0099e0}:root{--PhoneInput-color--focus:#03b2cb;--PhoneInputInternationalIconPhone-opacity:0.8;--PhoneInputInternationalIconGlobe-opacity:0.65;--PhoneInputCountrySelect-marginRight:0.35em;--PhoneInputCountrySelectArrow-width:0.3em;--PhoneInputCountrySelectArrow-marginLeft:var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth:1px;--PhoneInputCountrySelectArrow-opacity:0.45;--PhoneInputCountrySelectArrow-color:currentColor;--PhoneInputCountrySelectArrow-color--focus:var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform:rotate(45deg);--PhoneInputCountryFlag-aspectRatio:1.5;--PhoneInputCountryFlag-height:1em;--PhoneInputCountryFlag-borderWidth:1px;--PhoneInputCountryFlag-borderColor:#00000080;--PhoneInputCountryFlag-borderColor--focus:var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading:#0000001a}.PhoneInput{align-items:center;display:flex}.PhoneInputInput{flex:1 1;min-width:0}.PhoneInputCountryIcon{height:1em;height:var(--PhoneInputCountryFlag-height);width:1.5em;width:calc(var(--PhoneInputCountryFlag-height)*var(--PhoneInputCountryFlag-aspectRatio))}.PhoneInputCountryIcon--square{width:1em;width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:#0000001a;background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 1px #00000080,inset 0 0 0 1px #00000080;box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;height:100%;width:100%}.PhoneInputInternationalIconPhone{opacity:.8;opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:.65;opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{align-items:center;align-self:stretch;display:flex;margin-right:.35em;margin-right:var(--PhoneInputCountrySelect-marginRight);position:relative}.PhoneInputCountrySelect{border:0;cursor:pointer;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%;z-index:1}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{border-bottom-width:1px;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-color:currentColor;border-color:var(--PhoneInputCountrySelectArrow-color);border-left-width:0;border-right-width:1px;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-style:solid;border-top-width:0;content:"";display:block;height:.3em;height:var(--PhoneInputCountrySelectArrow-width);margin-left:.35em;margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);opacity:.45;opacity:var(--PhoneInputCountrySelectArrow-opacity);transform:rotate(45deg);transform:var(--PhoneInputCountrySelectArrow-transform);width:.3em;width:var(--PhoneInputCountrySelectArrow-width)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{color:#03b2cb;color:var(--PhoneInputCountrySelectArrow-color--focus);opacity:1}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 1px #03b2cb,inset 0 0 0 1px #03b2cb;box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{color:#03b2cb;color:var(--PhoneInputCountrySelectArrow-color--focus);opacity:1}body,html{height:100%}*,body{margin:0;padding:0}body{-webkit-touch-callout:none;background:#efefef;font-family:Roboto,sans-serif;font-size:16px;font-weight:400;text-decoration:none}a{cursor:pointer!important}a,a:focus,a:hover{color:inherit;outline:none}a:focus,a:hover{text-decoration:none}ul{list-style-type:none;padding:0}h1{font-size:40px}h2{font-size:34px}h3{font-size:28px}h4{font-size:20px}p{font-size:14px}.pos_rel{position:relative}.scrollbar{overflow:hidden}::-webkit-scrollbar{width:7px}::-webkit-scrollbar:horizontal{height:5px}::-webkit-scrollbar-track{background:#eff2fa}::-webkit-scrollbar-thumb{background:#a3a3a3;border-radius:10px}.header_navbar{position:fixed;top:0;width:100%;z-index:10}.header_navbar .navbar{background:#fff;box-shadow:0 1px 79px 0 rgba(0,0,0,.059);padding:0 60px}.header_navbar .navbar .navbar-brand{max-width:195px;width:195px}.header_navbar .navbar .navbar-brand img{width:150px}.header_navbar .navbar .top_linkss ul{width:68%}.header_navbar .navbar .top_linkss ul li{position:relative;width:100%}.header_navbar .navbar .top_linkss ul li input{background:#f8f8f8;border:0;border-radius:20px;font-family:Raleway,sans-serif;font-size:12px;height:38px;padding:.375rem 2.65rem .375rem .75rem}.header_navbar .navbar .top_linkss ul li .search_icon{position:absolute;right:20px;top:50%;transform:translateY(-50%);z-index:1}.header_navbar .navbar .top_linkss .side_img{text-align:right;width:auto}.header_navbar .navbar .top_linkss .side_img li a{display:inline-block;height:40px;width:40px}.header_navbar .navbar .top_linkss .side_img li a img{border-radius:100%;height:100%;width:100%}.header_navbar .navbar .menubar{cursor:pointer;display:none}.sidebar_wrapper{background:#27387d;height:100vh;padding:110px 0 0;position:fixed;transition:.6s cubic-bezier(.25,.46,.45,.94);width:250px;z-index:2}.sidebar_wrapper .sidebar_options ul{margin:0}.sidebar_wrapper .sidebar_options ul li a{padding:0 30px;position:relative}.sidebar_wrapper .sidebar_options ul li a svg{display:inline-block;position:relative;width:65px;z-index:2}.sidebar_wrapper .sidebar_options ul li a span{color:#eff2fa;display:inline-block;font-family:Raleway,sans-serif;font-size:16px;position:relative;vertical-align:text-top;z-index:2}.sidebar_wrapper .sidebar_options ul li a.active:before{background:#fff;border-radius:16px;box-shadow:0 1px 71px #0000000f;content:"";height:44px;left:36px;position:absolute;top:50%;transform:translateY(-50%);width:73%;z-index:1}.sidebar_wrapper .sidebar_options ul li a.active:after{background:#ffc814;border-radius:100%;content:"";height:10px;left:52px;position:absolute;top:2px;width:10px;z-index:1}.sidebar_wrapper .sidebar_options ul li a.active svg path{stroke:#27387d}.sidebar_wrapper .sidebar_options ul li a.active span{color:#27387d;font-weight:700}.sidebar_wrapper .sidebar_options ul li+li{margin-top:40px}.sidebar_wrapper .cross_sidebar{cursor:pointer;display:none;padding-bottom:20px;text-align:center}.sidebar_wrapper .cross_sidebar img{width:40px}.no_data_found_wrapper{background:#fff;border-radius:12px;padding:40px 0}.no_data_found_wrapper img{width:50%}.no_data_found_wrapper .no_data_text{padding-top:15px}.no_data_found_wrapper .no_data_text h4{margin:0}.no_data_found_wrapper .no_data_text p{color:#656e8d;margin:0}.something_went_wrong .no_data_text{margin-bottom:20px}.something_went_wrong .no_data_text h4{color:#27387d}.something_went_wrong .retry_btn .btn_theme{background:linear-gradient(0deg,#27387d,#526097 100%,#3d4d8b 0);border:0;border-radius:8px;color:#fff;font-weight:500;padding:8px 0;width:200px}.toggle_wrapper .react-toggle-track .react-toggle-track-check,.toggle_wrapper .react-toggle-track .react-toggle-track-x{display:none}.main_wrapper{margin-left:250px;padding:73px 0 20px}.section_side_padding{padding:0 18px}.breadcrumbs ul{background:#0000;margin:0}.breadcrumbs ul li{color:#8c8e9e;font-size:13px}.breadcrumbs ul li.active{color:#27387d;font-weight:500}.breadcrumbs ul li a{cursor:inherit!important}.breadcrumbs ul .breadcrumb-item+.breadcrumb-item:before{content:url(../../static/media/breadcrumb_arrow.31799cc1aa68dd57e23b.svg)}.subjects_header{margin-bottom:25px}.subjects_header h6{color:#27387d;font-family:Raleway,sans-serif;font-weight:700;margin-bottom:5px}.subjects_header h6 span{color:#7a84b1;font-size:14px;font-weight:500}.subjects_header p{color:#43455e;font-size:13px;margin-bottom:0}.videoLayer_wrapper .subjects_wrapper{background:#fff;border:1px solid #efefff;border-radius:12px;margin-bottom:16px;padding:22px}.videoLayer_wrapper .subjects_wrapper .all_subjects_name_wrapper ul{margin:0}.videoLayer_wrapper .subjects_wrapper .all_subjects_name_wrapper ul li{border-bottom:1px solid #efefff;flex:0 0 48.4%;margin-bottom:10px;padding-bottom:10px}.videoLayer_wrapper .subjects_wrapper .all_subjects_name_wrapper ul li .subject_main_list .subject_img_wrap{width:75%}.videoLayer_wrapper .subjects_wrapper .all_subjects_name_wrapper ul li .subject_main_list .subject_img_wrap .subject_img{margin:0;width:30px}.videoLayer_wrapper .subjects_wrapper .all_subjects_name_wrapper ul li .subject_main_list .subject_img_wrap .subject_img img{width:100%}.videoLayer_wrapper .subjects_wrapper .all_subjects_name_wrapper ul li .subject_main_list .subject_img_wrap .subject_details{padding-left:17px;width:calc(100% - 28px)}.videoLayer_wrapper .subjects_wrapper .all_subjects_name_wrapper ul li .subject_main_list .subject_img_wrap .subject_details h6{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#27387d;display:-webkit-box;font-family:Raleway,sans-serif;margin-bottom:3px;max-width:100%;overflow:hidden}.videoLayer_wrapper .subjects_wrapper .all_subjects_name_wrapper ul li .subject_main_list .subject_img_wrap .subject_details h6 span{background:#ededed;border-radius:3px;color:#7d7a7a;display:inline-block;font-size:11px;padding:1px 3px}.videoLayer_wrapper .subjects_wrapper .all_subjects_name_wrapper ul li .subject_main_list .subject_img_wrap .subject_details p{color:#656e8d;font-size:12px;margin-bottom:0}.videoLayer_wrapper .subjects_wrapper .all_subjects_name_wrapper ul li .subject_main_list .progressbar_wraper{width:25%}.videoLayer_wrapper .subjects_wrapper .all_subjects_name_wrapper ul li .subject_main_list .progressbar_wraper .progress_details{width:70%}.videoLayer_wrapper .subjects_wrapper .all_subjects_name_wrapper ul li .subject_main_list .progressbar_wraper .progress_details span{color:#656e8d;font-size:12px}.videoLayer_wrapper .subjects_wrapper .all_subjects_name_wrapper ul li .subject_main_list .progressbar_wraper .progress_details .progress{border-radius:2px;height:4px}.videoLayer_wrapper .subjects_wrapper .all_subjects_name_wrapper ul li .subject_main_list .progressbar_wraper .progress_details .progress .progress-bar{background:#27387d99;border-radius:2px}.videoLayer_wrapper .subjects_wrapper .all_subjects_name_wrapper ul li .subject_main_list .progressbar_wraper .progress_details .progress .progress-bar.completed{background:#a6ddbc}.videoLayer_wrapper .subjects_wrapper .all_subjects_name_wrapper ul li .subject_main_list .progressbar_wraper .right_arrow{text-align:right;width:30%}.videoLayer_wrapper .subjects_wrapper .all_subjects_name_wrapper ul li:nth-child(2n){margin-left:25px}.videoLayer_wrapper .other_reasource_wrapper{background:#fff;border:1px solid #efefff;border-radius:12px;padding:22px 22px 5px}.videoLayer_wrapper .other_reasource_wrapper .subjects_header{margin-bottom:10px}.videoLayer_wrapper .other_reasource_wrapper .subjects_header .main_paragraph .view_text p{color:#27387d;font-weight:500;margin:0}.videoLayer_wrapper .other_reasource_wrapper .resource_main a{display:inline-block;width:100%}.videoLayer_wrapper .other_reasource_wrapper .resource_main a .resource_card{background:#fff;border:1px solid #efefff;border-radius:8px;justify-content:space-between;margin-bottom:17px;max-height:125px;min-height:125px;padding:12px}.videoLayer_wrapper .other_reasource_wrapper .resource_main a .resource_card .resource_img_detail{width:90%}.videoLayer_wrapper .other_reasource_wrapper .resource_main a .resource_card .resource_img_detail .res_img{margin-bottom:8px;width:30px}.videoLayer_wrapper .other_reasource_wrapper .resource_main a .resource_card .resource_img_detail .res_img img{width:100%}.videoLayer_wrapper .other_reasource_wrapper .resource_main a .resource_card .resource_img_detail h6{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#27387d;display:-webkit-box;margin-bottom:2px;max-width:100%;overflow:hidden}.videoLayer_wrapper .other_reasource_wrapper .resource_main a .resource_card .resource_img_detail p{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#656e8d;display:-webkit-box;font-size:13px;margin-bottom:0;max-width:100%;overflow:hidden}.videoLayer_wrapper .other_reasource_wrapper .resource_main a .resource_card .res_arrow{text-align:right;width:10%}.videoLayer_wrapper .recommended_video_wrapper{background:#fff;border:1px solid #efefff;border-radius:12px;margin-bottom:16px;padding:22px}.videoLayer_wrapper .recommended_video_wrapper .subjects_header{margin-bottom:10px}.videoLayer_wrapper .recommended_video_wrapper .subjects_header .view_text{text-align:right;width:20%}.videoLayer_wrapper .recommended_video_wrapper .subjects_header .view_text p{color:#27387d;font-weight:500;margin:0}.videoLayer_wrapper .recommended_video_wrapper .subjects_header .view_all_text .main_paragraph{width:80%}.videoLayer_wrapper .recommended_video_wrapper .subjects_header .view_all_text .view_text{text-align:right;width:20%}.videoLayer_wrapper .recommended_video_wrapper .subjects_header .view_all_text .view_text p{color:#27387d;font-weight:500;margin:0}.videoLayer_wrapper .recommended_video_wrapper .recommend_video_details ul{margin:0}.videoLayer_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main{background:#fff;border:1px solid #efefff;border-radius:8px}.videoLayer_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .user_img{height:90px;margin:0;position:relative;width:100px}.videoLayer_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .user_img img{height:100%;object-fit:cover;width:100%}.videoLayer_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .user_img .free_tag{background:#fff;border-radius:4px;box-shadow:0 0 2px #00000024;font-size:12px;left:6px;padding:1px 7px;position:absolute;top:8px}.videoLayer_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .recommend_list_content{padding-left:15px;width:calc(100% - 100px)}.videoLayer_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .recommend_list_content h6{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#27387d;display:-webkit-box;font-size:14px;margin-bottom:2px;max-width:100%;overflow:hidden}.videoLayer_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .recommend_list_content .name_label{background:#efefff;border-radius:4px;display:inline-block;padding:2px 6px}.videoLayer_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .recommend_list_content span{color:#656e8d;display:inline-block;font-size:11px}.videoLayer_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .recommend_list_content span.clock_img{margin-left:7px}.videoLayer_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .recommend_list_content span.clock_img img{margin-right:2px;vertical-align:initial}.videoLayer_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .recommend_list_content .rate_timer{position:relative}.videoLayer_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .recommend_list_content .rate_timer span+span{margin-left:5px}.videoLayer_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .recommend_list_content .rate_timer .play_icn{bottom:0;position:absolute;right:0;z-index:1}.videoLayer_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .recommend_list_content .rate_timer .new_tag{background:#ededed;border-radius:3px;color:#7d7a7a;padding:1px 3px}.videoLayer_wrapper .recommended_video_wrapper .recommend_video_details ul li+li{margin-top:15px}.videoLayer_wrapper .Subject_selection_right_side .subjects_header{margin-bottom:10px}.videoLayer_wrapper .Subject_selection_right_side .all_subjects_name_wrapper ul{max-height:420px;overflow-x:hidden;overflow-y:auto;padding:0 14px 0 0}.videoLayer_wrapper .Subject_selection_right_side .all_subjects_name_wrapper ul li{border-bottom:0;cursor:pointer;flex:0 0 100%;margin-bottom:0;padding-bottom:0}.videoLayer_wrapper .Subject_selection_right_side .all_subjects_name_wrapper ul li:nth-child(2n){margin-left:0}.videoLayer_wrapper .Subject_selection_right_side .all_subjects_name_wrapper ul li a{border-bottom:1px solid #efefff;display:block;margin-top:0;padding:10px}.videoLayer_wrapper .Subject_selection_right_side .all_subjects_name_wrapper ul li a.active{background:#eff2fa;border-radius:12px;display:block;margin-top:0}.videoLayer_wrapper .Subject_selection_right_side .all_subjects_name_wrapper ul::-webkit-scrollbar-thumb{background:#27387d}.videoLayer_wrapper .topic_header .topic_header_content{margin-bottom:7px}.videoLayer_wrapper .topic_header .topic_header_content .topic_image_ttl{width:100%}.videoLayer_wrapper .topic_header .topic_header_content .topic_image_ttl .back_arrow{cursor:pointer;margin:0 20px 0 0;width:16px}.videoLayer_wrapper .topic_header .topic_header_content .topic_image_ttl .back_arrow img{width:100%}.videoLayer_wrapper .topic_header .topic_header_content .topic_image_ttl .subject_inner_img{margin:0 20px 0 0;width:38px}.videoLayer_wrapper .topic_header .topic_header_content .topic_image_ttl .subject_inner_img img{width:100%}.videoLayer_wrapper .topic_header .topic_header_content .topic_image_ttl .subject_ttl_detail h5{color:#27387d;font-family:Raleway,sans-serif;font-weight:700;margin:0 0 2px}.videoLayer_wrapper .topic_header .topic_header_content .topic_image_ttl .subject_ttl_detail p{font-size:12px;margin:0}.videoLayer_wrapper .topic_header .topic_header_content .topic_image_ttl .subject_ttl_detail p span{color:#b1b3c2}.videoLayer_wrapper .topic_header .topic_header_content .search_icon{text-align:right;width:20%}.videoLayer_wrapper .topic_header .progress_bar .progress_details{padding-left:35px}.videoLayer_wrapper .topic_header .progress_bar .progress_details .progress{background:#e9ebf2;border-radius:2px;height:4px;width:95%}.videoLayer_wrapper .topic_header .progress_bar .progress_details .progress .progress-bar{background:#27387dcc;border-radius:2px}.videoLayer_wrapper .topic_header .progress_bar .progress_details .progress .progress-bar.completed{background:#a6ddbc}.videoLayer_wrapper .topic_header .progress_bar .progress_details .completed_text{text-align:right;width:5%}.videoLayer_wrapper .topic_header .progress_bar .progress_details .completed_text span{color:#656e8d;font-size:12px}.videoLayer_wrapper .topics_concept_wrapper .subjects_header{margin-bottom:10px}.videoLayer_wrapper .topics_concept_wrapper .all_subjects_name_wrapper .concepts_img img{width:100%}.videoLayer_wrapper .videoMainContent .main_tabs_wrapper .tabs_main_wrap .tabs_main>ul{border-bottom:2px solid #eff2fa;border-radius:1px;margin-bottom:16px}.videoLayer_wrapper .videoMainContent .main_tabs_wrapper .tabs_main_wrap .tabs_main>ul li a{border:0;color:#27387d;font-size:13px;margin-bottom:0;padding:.5rem .8rem;position:relative}.videoLayer_wrapper .videoMainContent .main_tabs_wrapper .tabs_main_wrap .tabs_main>ul li a p span{color:#7a84b1}.videoLayer_wrapper .videoMainContent .main_tabs_wrapper .tabs_main_wrap .tabs_main>ul li a.active{font-weight:500}.videoLayer_wrapper .videoMainContent .main_tabs_wrapper .tabs_main_wrap .tabs_main>ul li a.active:after{border:1px solid #27387d;border-radius:1px;bottom:-2px;content:"";left:0;position:absolute;width:100%;z-index:1}.videoLayer_wrapper .videoMainContent .recommend_video_details ul li .recommend_list_main{border:0;border-radius:0}.videoLayer_wrapper .videoMainContent .recommend_video_details ul li .recommend_list_main .user_img{border-radius:8px;height:100px;overflow:hidden;width:110px}.videoLayer_wrapper .videoMainContent .recommend_video_details ul li .recommend_list_main .user_img>img{border-radius:8px}.videoLayer_wrapper .videoMainContent .recommend_video_details ul li .recommend_list_main .user_img .free_tag span img{height:auto;object-fit:fill;width:11px}.videoLayer_wrapper .videoMainContent .recommend_video_details ul li .recommend_list_main .user_img .progress_details{bottom:0;position:absolute;width:100%}.videoLayer_wrapper .videoMainContent .recommend_video_details ul li .recommend_list_main .user_img .progress_details .progress{background:#f6f7fe;height:4px}.videoLayer_wrapper .videoMainContent .recommend_video_details ul li .recommend_list_main .user_img .progress_details .progress .progress-bar{background:#27387d}.videoLayer_wrapper .videoMainContent .recommend_video_details ul li .recommend_list_main .user_img .progress_details .progress .progress-bar.completed{background:#a6ddbc}.videoLayer_wrapper .videoMainContent .recommend_video_details ul li .recommend_list_main .user_img .content_ttl{-webkit-line-clamp:3;-webkit-box-orient:vertical;bottom:19px;color:#27387d;display:-webkit-box;font-size:10px;font-weight:500;left:7px;line-height:1.3;max-width:39%;overflow:hidden;position:absolute;z-index:8}.videoLayer_wrapper .videoMainContent .recommend_video_details ul li .recommend_list_main .recommend_list_content{position:relative}.videoLayer_wrapper .videoMainContent .recommend_video_details ul li .recommend_list_main .recommend_list_content p{color:#656e8d;font-size:12px;margin:0}.videoLayer_wrapper .videoMainContent .recommend_video_details ul li .recommend_list_main .recommend_list_content p span{background:#656e8d;border-radius:100%;display:inline-block;height:4px;margin:0 4px;width:4px}.videoLayer_wrapper .videoMainContent .recommend_video_details ul li .recommend_list_main .recommend_list_content .rate_timer{padding-top:17px}.videoLayer_wrapper .videoMainContent .recommend_video_details ul li .recommend_list_main .recommend_list_content .bookmark_icn{cursor:pointer;position:absolute;right:5px;top:2px}.videoLayer_wrapper .videoMainContent .recommend_video_details ul li+li{border-top:1px solid #e9ebf2;margin-top:10px;padding-top:10px}.video_modal .modal-dialog .modal-content{background:#f6f8ff;border:1px solid #efefff;border-radius:8px}.video_modal .modal-dialog .modal-content .modal-body{padding:0}.video_modal .modal-dialog .modal-content .modal-body .play_back_video .modal_cross{cursor:pointer;position:absolute;right:24px;top:18px}.video_modal .modal-dialog .modal-content .modal-body .play_back_video p{color:#27387d;font-family:Raleway,sans-serif;font-weight:700;margin:0 15px}.video_modal .modal-dialog.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.qbanks_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .user_img>img{border-radius:8px 0 0 8px}.qbanks_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .user_img .free_tag{background:#fff;border-radius:4px;box-shadow:0 0 2px #00000024;font-size:12px;left:6px;padding:1px 7px;position:absolute;top:8px}.qbanks_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .user_img .free_tag span img{height:auto;object-fit:fill;width:11px}.qbanks_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .user_img .text_qb{bottom:8px;color:#27387d;filter:drop-shadow(4px 3px 2px #FEE9A1);font-family:Raleway,sans-serif;font-size:13px;font-weight:700;left:8px;position:absolute}.qbanks_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .recommend_list_content{padding:0 15px}.qbanks_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .recommend_list_content .continue_qbanks_wrapper{margin-bottom:10px}.qbanks_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .recommend_list_content .continue_qbanks_wrapper .continue_ttl{margin:0;width:80%}.qbanks_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .recommend_list_content .continue_qbanks_wrapper .continue_ttl h6{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;margin:0;max-width:100%;overflow:hidden}.qbanks_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .recommend_list_content .continue_qbanks_wrapper .qbanks_rating{text-align:right;width:20%}.qbanks_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .recommend_list_content .progress_details .timer_progress{width:87%}.qbanks_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .recommend_list_content .progress_details .timer_progress .progress{background:#e9ebf2;border-radius:2px;height:4px;width:60%}.qbanks_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .recommend_list_content .progress_details .timer_progress .progress .progress-bar{background:#7a84b1;border-radius:2px}.qbanks_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .recommend_list_content .progress_details .timer_progress .progress .progress-bar.completed{background:#a6ddbc}.qbanks_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .recommend_list_content .progress_details .timer_progress .progress_text{text-align:right;width:40%}.qbanks_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .recommend_list_content .progress_details .timer_progress .progress_text p{color:#656e8d;font-size:11px;font-weight:500;margin:0}.qbanks_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .recommend_list_content .progress_details .timer_progress .progress_text p span{background:#0000;border-radius:0;border-radius:initial;color:#27387d;display:inline-block;height:auto;margin:initial;width:auto}.qbanks_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .recommend_list_content .progress_details .rightArrow_icn{text-align:right;width:13%}.qbanks_wrapper .recommended_video_wrapper .qblayer_content ul li .recommend_list_main{border:1px solid #efefff;border-radius:8px}.qbanks_wrapper .recommended_video_wrapper .qblayer_content ul li .recommend_list_main .user_img{border-radius:8px 0 0 8px}.qbanks_wrapper .recommended_video_wrapper .qblayer_content ul li .recommend_list_main .recommend_list_content .continue_qbanks_wrapper .continue_ttl{width:90%}.qbanks_wrapper .recommended_video_wrapper .qblayer_content ul li .recommend_list_main .recommend_list_content .continue_qbanks_wrapper .qbanks_rating{width:10%}.qbanks_wrapper .recommended_video_wrapper .qblayer_content ul li .recommend_list_main .recommend_list_content .progress_details .timer_progress{width:90%}.qbanks_wrapper .recommended_video_wrapper .qblayer_content ul li .recommend_list_main .recommend_list_content .progress_details .timer_progress .progress{width:80%}.qbanks_wrapper .recommended_video_wrapper .qblayer_content ul li .recommend_list_main .recommend_list_content .progress_details .timer_progress .progress_text{width:20%}.qbanks_wrapper .recommended_video_wrapper .qblayer_content ul li .recommend_list_main .recommend_list_content .progress_details .rightArrow_icn{width:10%}.qbanks_wrapper .recommended_video_wrapper .qblayer_content ul li+li{border-top:0}.qbanks_wrapper .recommended_video_wrapper .qblayer_content ul a+a{display:block;margin-top:15px}.qbanks_wrapper .recommended_video_wrapper .countdown_timer .clock_timer{margin-bottom:20px}.qbanks_wrapper .recommended_video_wrapper .countdown_timer .clock_timer img{width:30px}.qbanks_wrapper .recommended_video_wrapper .countdown_timer .clock_timer span{color:#27387d;font-family:Raleway,sans-serif;font-size:30px;font-weight:500;margin-left:15px;vertical-align:middle}.qbanks_wrapper .recommended_video_wrapper .countdown_timer .progress{background:#e9ebf2;height:4px}.qbanks_wrapper .recommended_video_wrapper .countdown_timer .progress .progress-bar{background:#27387d;transition:width 1s linear}.qbanks_wrapper .recommended_video_wrapper .all_questions_wrapper .all_question_ttl{margin-bottom:15px}.qbanks_wrapper .recommended_video_wrapper .all_questions_wrapper .all_question_ttl h6{color:#27387d;font-family:Raleway,sans-serif;font-weight:700;margin-bottom:3px}.qbanks_wrapper .recommended_video_wrapper .all_questions_wrapper .all_question_ttl p{color:#43455e;font-size:14px;margin:0}.qbanks_wrapper .recommended_video_wrapper .all_questions_wrapper .questions_indicators{margin-bottom:15px}.qbanks_wrapper .recommended_video_wrapper .all_questions_wrapper .questions_indicators .questions_options_indicators{width:80%}.qbanks_wrapper .recommended_video_wrapper .all_questions_wrapper .questions_indicators .questions_options_indicators p{font-size:12px;margin-bottom:0;margin-right:5px}.qbanks_wrapper .recommended_video_wrapper .all_questions_wrapper .questions_indicators .questions_options_indicators p span{border:1px solid #ddd;border-radius:100%;display:inline-block;height:13px;margin-right:7px;vertical-align:text-bottom;width:13px}.qbanks_wrapper .recommended_video_wrapper .all_questions_wrapper .questions_indicators .questions_options_indicators p.correct{color:#46b873}.qbanks_wrapper .recommended_video_wrapper .all_questions_wrapper .questions_indicators .questions_options_indicators p.correct span{border:1px solid #46b873}.qbanks_wrapper .recommended_video_wrapper .all_questions_wrapper .questions_indicators .questions_options_indicators p.incorrect{color:#f24747}.qbanks_wrapper .recommended_video_wrapper .all_questions_wrapper .questions_indicators .questions_options_indicators p.incorrect span{border:1px solid #f24747}.qbanks_wrapper .recommended_video_wrapper .all_questions_wrapper .questions_indicators .questions_options_indicators p.unanswered{color:#9c9c9c}.qbanks_wrapper .recommended_video_wrapper .all_questions_wrapper .questions_indicators .questions_options_indicators p.unanswered span{border:1px solid #9c9c9c}.qbanks_wrapper .recommended_video_wrapper .all_questions_wrapper .questions_indicators .questions_options_indicators p.skipped{color:#17224b}.qbanks_wrapper .recommended_video_wrapper .all_questions_wrapper .questions_indicators .questions_options_indicators p.skipped span{border:1px solid #17224b}.qbanks_wrapper .recommended_video_wrapper .all_questions_wrapper .questions_indicators .choose_views{width:20%}.qbanks_wrapper .recommended_video_wrapper .all_questions_wrapper .questions_indicators .choose_views span{padding:3px 8px}.qbanks_wrapper .recommended_video_wrapper .all_questions_wrapper .questions_indicators .choose_views span.list_view{background:#f6f7fe;border-radius:15px 0 0 15px;cursor:pointer}.qbanks_wrapper .recommended_video_wrapper .all_questions_wrapper .questions_indicators .choose_views span.grid_view{background:#f6f7fe;border-radius:0 15px 15px 0;cursor:pointer}.qbanks_wrapper .recommended_video_wrapper .all_questions_wrapper .questions_indicators .choose_views span.colored{background:#27387d}.qbanks_wrapper .recommended_video_wrapper .all_questions_wrapper .questions_indicators .choose_views span.colored img{filter:brightness(9)}.qbanks_wrapper .recommended_video_wrapper .all_questions_wrapper .all_questions_listings ul{margin:0;max-height:360px;overflow:auto;padding:0 14px 0 0}.qbanks_wrapper .recommended_video_wrapper .all_questions_wrapper .all_questions_listings ul li{border-bottom:1px solid #efefff;margin-bottom:10px;padding-bottom:10px}.qbanks_wrapper .recommended_video_wrapper .all_questions_wrapper .all_questions_listings ul li .question_body{cursor:pointer}.qbanks_wrapper .recommended_video_wrapper .all_questions_wrapper .all_questions_listings ul li .question_body .question_body_details{width:90%}.qbanks_wrapper .recommended_video_wrapper .all_questions_wrapper .all_questions_listings ul li .question_body .question_body_details .user_img{border:1px solid #ddd;border-radius:100%;color:#9c9c9c;font-size:12px;height:35px;line-height:35px;margin:0;text-align:center;width:35px}.qbanks_wrapper .recommended_video_wrapper .all_questions_wrapper .all_questions_listings ul li .question_body .question_body_details .user_img.correct{border:1px solid #46b873;color:#46b873}.qbanks_wrapper .recommended_video_wrapper .all_questions_wrapper .all_questions_listings ul li .question_body .question_body_details .user_img.incorrect{border:1px solid #f24747;color:#f24747}.qbanks_wrapper .recommended_video_wrapper .all_questions_wrapper .all_questions_listings ul li .question_body .question_body_details .user_img.unanswered{border:1px solid #9c9c9c;color:#9c9c9c}.qbanks_wrapper .recommended_video_wrapper .all_questions_wrapper .all_questions_listings ul li .question_body .question_body_details .user_img.skipped{border:1px solid #17224b;color:#17224b}.qbanks_wrapper .recommended_video_wrapper .all_questions_wrapper .all_questions_listings ul li .question_body .question_body_details .continue_qbanks_wrapper{padding-left:10px;width:calc(100% - 30px)}.qbanks_wrapper .recommended_video_wrapper .all_questions_wrapper .all_questions_listings ul li .question_body .question_body_details .continue_qbanks_wrapper h6{-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#27387d;display:-webkit-box;font-size:14px;max-width:100%;overflow:hidden}.qbanks_wrapper .recommended_video_wrapper .all_questions_wrapper .all_questions_listings ul li .question_body .rightArrow_icn{text-align:right;width:10%}.qbanks_wrapper .recommended_video_wrapper .all_questions_wrapper .all_questions_listings ul::-webkit-scrollbar-thumb{background:#27387d}.qbanks_wrapper .recommended_video_wrapper .all_questions_wrapper .all_questions_listings ul.grid_view{padding:0}.qbanks_wrapper .recommended_video_wrapper .all_questions_wrapper .all_questions_listings ul.grid_view li{border-bottom:0;margin-bottom:14px;margin-right:14px;padding-bottom:0}.qbanks_wrapper .recommended_video_wrapper .all_questions_wrapper .all_questions_listings ul.grid_view li span{border:1px solid #ddd;border-radius:100%;color:#9c9c9c;cursor:pointer;display:inline-block;font-size:14px;height:50px;line-height:50px;text-align:center;width:50px}.qbanks_wrapper .recommended_video_wrapper .all_questions_wrapper .all_questions_listings ul.grid_view li span.correct{border:1px solid #46b873;color:#46b873}.qbanks_wrapper .recommended_video_wrapper .all_questions_wrapper .all_questions_listings ul.grid_view li span.incorrect{border:1px solid #f24747;color:#f24747}.qbanks_wrapper .recommended_video_wrapper .all_questions_wrapper .all_questions_listings ul.grid_view li span.unanswered{border:1px solid #9c9c9c;color:#9c9c9c}.qbanks_wrapper .recommended_video_wrapper .all_questions_wrapper .all_questions_listings ul.grid_view li span.skipped{border:1px solid #17224b;color:#17224b}.qbanks_wrapper .mobile_toggled_view .mobile_view_ques_number .cross_img{cursor:pointer}.qbanks_wrapper .hide_toggled_view{display:none}.qbanks_wrapper .instructions_wrapper .instruction_header{margin-bottom:15px}.qbanks_wrapper .instructions_wrapper .instruction_header h6{color:#27387d;font-family:Raleway,sans-serif;font-weight:700;margin:0}.qbanks_wrapper .instructions_wrapper .instruction_header h6 img{margin-right:10px}.qbanks_wrapper .instructions_wrapper .instructions_details p{color:#656e8d;font-size:14px;margin:0}.qbanks_wrapper .instructions_wrapper .instructions_details p .number{background:#d4d7e6;border-radius:6px;color:#27387d;display:inline-block;font-size:10px;font-weight:500;height:20px;line-height:20px;margin-right:10px;text-align:center;width:20px}.qbanks_wrapper .instructions_wrapper .instructions_details p+p{margin-top:15px}.qbanks_wrapper .qb_attempt_details .instruction_header{border-bottom:1px solid #efefff;padding-bottom:15px}.qbanks_wrapper .qb_attempt_details .instruction_header .attempt_ttl{width:50%}.qbanks_wrapper .qb_attempt_details .instruction_header .attempt_ttl h6 span{color:#656e8d;font-size:14px;font-weight:500}.qbanks_wrapper .qb_attempt_details .instruction_header .ttl_options{text-align:right;width:50%}.qbanks_wrapper .qb_attempt_details .instruction_header .ttl_options span{display:inline-block}.qbanks_wrapper .qb_attempt_details .instruction_header .ttl_options span img{cursor:pointer}.qbanks_wrapper .qb_attempt_details .instruction_header .ttl_options span+span{margin-left:15px}.qbanks_wrapper .qb_attempt_details .instruction_header .ttl_options span+span img{width:13px}.qbanks_wrapper .qb_attempt_details .instructions_details .questions_ttl{margin-bottom:15px}.qbanks_wrapper .qb_attempt_details .instructions_details .questions_ttl h6{color:#181a36;margin-bottom:12px}.qbanks_wrapper .qb_attempt_details .instructions_details .questions_ttl h6 ol,.qbanks_wrapper .qb_attempt_details .instructions_details .questions_ttl h6 ul{padding-left:18px}.qbanks_wrapper .qb_attempt_details .instructions_details .questions_ttl .ans_img_wrapper{margin-bottom:20px;position:relative}.qbanks_wrapper .qb_attempt_details .instructions_details .questions_ttl .ans_img_wrapper>img{width:100%}.qbanks_wrapper .qb_attempt_details .instructions_details .questions_ttl .ans_img_wrapper .img_fullscreen{cursor:pointer;position:absolute;right:10px;top:10px;z-index:1}.qbanks_wrapper .qb_attempt_details .instructions_details ul li{border:1px solid #efefff;border-radius:4px;cursor:pointer;padding:8px 10px}.qbanks_wrapper .qb_attempt_details .instructions_details ul li .ins_list_content .ques_attempt_body{align-items:center;display:flex;width:80%}.qbanks_wrapper .qb_attempt_details .instructions_details ul li .ins_list_content .ques_attempt_body .inst_counts{margin-right:10px}.qbanks_wrapper .qb_attempt_details .instructions_details ul li .ins_list_content .ques_attempt_body .inst_counts span{background:#d4d7e6;border-radius:100%;color:#27387d;display:inline-block;font-size:10px;height:20px;line-height:20px;text-align:center;width:20px}.qbanks_wrapper .qb_attempt_details .instructions_details ul li .ins_list_content .ques_attempt_body .ins_texts p{color:#181a36}.qbanks_wrapper .qb_attempt_details .instructions_details ul li .ins_list_content .ques_percent{text-align:right;width:20%}.qbanks_wrapper .qb_attempt_details .instructions_details ul li .ins_list_content .ques_percent span{color:#27387d;font-size:12px;font-weight:500}.qbanks_wrapper .qb_attempt_details .instructions_details ul li.correct{background:#daf1e3}.qbanks_wrapper .qb_attempt_details .instructions_details ul li.correct .ins_list_content .ques_attempt_body .inst_counts span{background:#46b873;color:#fff}.qbanks_wrapper .qb_attempt_details .instructions_details ul li.wrong{background:#fcdcd8}.qbanks_wrapper .qb_attempt_details .instructions_details ul li.wrong .ins_list_content .inst_counts span{background:#dc3f16;color:#fff}.qbanks_wrapper .qb_attempt_details .instructions_details ul li.wrong .ins_list_content .ques_percent span{color:#dc3f16}.qbanks_wrapper .qb_attempt_details .instructions_details ul li+li{margin-top:15px}.qbanks_wrapper .qb_attempt_details .instructions_details .ques_progress p{color:#656e8d;font-size:12px;margin-bottom:3px}.qbanks_wrapper .qb_attempt_details .instructions_details .ques_progress p span{color:#000;font-weight:500}.qbanks_wrapper .qb_attempt_details .instructions_details .ques_progress .progress{height:4px}.qbanks_wrapper .qb_attempt_details .instructions_details .ques_progress .progress .progress-bar{background:#46b873}.qbanks_wrapper .nexts_prevs_buttons{margin-bottom:15px}.qbanks_wrapper .nexts_prevs_buttons .btn_theme{background:linear-gradient(0deg,#27387d,#526097 100%,#3d4d8b 0);border:0;border-radius:8px;color:#fff;font-weight:500;padding:8px 0;width:200px}.qbanks_wrapper .nexts_prevs_buttons .btn_theme+.btn_theme{margin-left:10px}.qbanks_wrapper .nexts_prevs_buttons .btn_prev{background:#fff;color:#27387d}.qbanks_wrapper .submit_attempt_btn .btn_theme{background:linear-gradient(0deg,#27387d,#526097 100%,#3d4d8b 0);background:#0000;border:1px solid #46b873;border-radius:8px;color:#fff;color:#46b873;font-weight:500;padding:8px 0;width:200px;width:100%}.qbanks_wrapper .select_timer_wrapper .time_selection_radio_btns{margin-bottom:20px}.qbanks_wrapper .select_timer_wrapper .time_selection_radio_btns .instruction_header{margin:0;width:50%}.qbanks_wrapper .select_timer_wrapper .time_selection_radio_btns .timer_selection{width:50%}.qbanks_wrapper .select_timer_wrapper .time_selection_radio_btns .timer_selection .timer_1{position:relative}.qbanks_wrapper .select_timer_wrapper .time_selection_radio_btns .timer_selection .timer_1 label{border:1px solid #efefff;border-radius:4px;color:#27387d;cursor:pointer;font-size:13px;margin:0;padding:7px 23px}.qbanks_wrapper .select_timer_wrapper .time_selection_radio_btns .timer_selection .timer_1 input{position:absolute;width:100%}.qbanks_wrapper .select_timer_wrapper .time_selection_radio_btns .timer_selection .timer_1 input:checked+label{background:#27387d;color:#fff;font-weight:600}.qbanks_wrapper .select_timer_wrapper .time_selection_radio_btns .timer_selection .timer_1+.timer_1{margin-left:16px}.qbanks_wrapper .select_timer_wrapper .attempt_btn p{color:#43455e;font-size:14px;margin-bottom:5px}.qbanks_wrapper .select_timer_wrapper .attempt_btn p span{color:#27387d;font-weight:500}.qbanks_wrapper .select_timer_wrapper .attempt_btn .btn_theme{background:linear-gradient(0deg,#27387d,#526097 100%,#3d4d8b 0);border:0;border-radius:8px;color:#fff;font-weight:500;padding:8px 0;width:200px}.qbanks_wrapper .select_timer_wrapper .lock_attempt .btn_theme{background:#e4e6e9;border:0;border-radius:8px;color:#27387d;opacity:.6;padding:8px 0;width:200px}.qbanks_wrapper .select_timer_wrapper .lock_attempt .btn_theme img{margin-right:10px}.qbanks_wrapper .answer_details_wrapper p{color:#46b873;font-size:14px;margin-bottom:7px}.qbanks_wrapper .answer_details_wrapper p span{color:#000;font-weight:500}.qbanks_wrapper .answer_details_wrapper h6{color:#181a36}.qbanks_wrapper .answer_details_wrapper .ans_tags{margin-bottom:16px}.qbanks_wrapper .answer_details_wrapper .ans_tags span{background:#e9ebf2;border-radius:4px;color:#656e8d;display:inline-block;font-size:10px;padding:2px 4px}.qbanks_wrapper .answer_details_wrapper .ans_tags span+span{margin-left:7px}.qbanks_wrapper .answer_details_wrapper .editor_data p{color:#181a36;font-size:14px;margin-bottom:10px}.qbanks_wrapper .answer_details_wrapper .editor_data img{margin-bottom:10px;width:100%}.qbanks_wrapper .answer_details_wrapper .editor_data table{border:1px solid #dee2e6;color:#212529;margin-bottom:1rem;width:100%}.qbanks_wrapper .answer_details_wrapper .editor_data table td{border:1px solid #dee2e6;padding:.75rem;vertical-align:top}.qbanks_wrapper .answer_details_wrapper .editor_data table td p{margin-bottom:0}.qbanks_wrapper .answer_details_wrapper .editor_data table th{border:1px solid #dee2e6;padding:.75rem;vertical-align:top}.qbanks_wrapper .answer_details_wrapper .ans_img_wrapper{position:relative}.qbanks_wrapper .answer_details_wrapper .ans_img_wrapper img{width:100%}.qbanks_wrapper .answer_details_wrapper .ans_img_wrapper .img_fullscreen{cursor:pointer;position:absolute;right:10px;top:10px;z-index:1}.qbanks_wrapper .high_yield_wrapper .high_yield_ttl{margin-bottom:10px}.qbanks_wrapper .high_yield_wrapper .high_yield_ttl h6{color:#043c4c;font-weight:700;margin:0}.qbanks_wrapper .high_yield_wrapper .high_yield_ttl.d-flex{justify-content:space-between}.qbanks_wrapper .high_yield_wrapper .high_yield_ttl.d-flex .qid_code{align-items:center;cursor:pointer;display:flex;font-weight:600;padding-left:10px}.qbanks_wrapper .high_yield_wrapper .high_yield_ttl.d-flex .qid_code img{margin-bottom:0;margin-left:5px;max-width:30px}.qbanks_wrapper .high_yield_wrapper .recommended_video_wrapper{background:#e6f5f8}.qbanks_wrapper .high_yield_wrapper .recommended_video_wrapper img{margin-bottom:10px;width:100%}.qbanks_wrapper .high_yield_wrapper .recommended_video_wrapper p{color:#181a36}.qbanks_wrapper .high_yield_wrapper .recommended_video_wrapper table{border:1px solid #dee2e6;color:#212529;margin-bottom:1rem;width:100%}.qbanks_wrapper .high_yield_wrapper .recommended_video_wrapper table tr:nth-child(2n){background:#fff}.qbanks_wrapper .high_yield_wrapper .recommended_video_wrapper table td{border:1px solid #dee2e6;font-size:14px;padding:.75rem;vertical-align:top}.qbanks_wrapper .high_yield_wrapper .recommended_video_wrapper table td p{margin-bottom:0}.qbanks_wrapper .extraEdge_wrapper .extraEdge_ttl{margin-bottom:10px}.qbanks_wrapper .extraEdge_wrapper .extraEdge_ttl h6{color:#47340a;font-weight:700;margin:0}.qbanks_wrapper .extraEdge_wrapper .recommended_video_wrapper{background:#fdf7e9}.qbanks_wrapper .extraEdge_wrapper .recommended_video_wrapper p{color:#47340a}.qbanks_wrapper .table_content_wrapper .recommended_video_wrapper{background:#fff}.qbanks_wrapper .table_content_wrapper .recommended_video_wrapper table tr:nth-child(odd){background:#eaedfb}.qbanks_wrapper .table_content_wrapper .recommended_video_wrapper table tr:nth-child(2n){background:#0000}.qbanks_wrapper .table_content_wrapper .high_yield_ttl h6{color:#181a36}.qbanks_wrapper .mantra_content_wrapper .recommended_video_wrapper{background:#faf6ff}.qbanks_wrapper .mantra_content_wrapper .recommended_video_wrapper .table-responsive img{display:block;margin:0 auto 10px}.qbanks_wrapper .mantra_content_wrapper .mantra_hedr .high_yield_ttl h6{color:#473a58}.qbanks_wrapper .mantra_content_wrapper .mantra_hedr .copy_code p{color:#382e47;cursor:pointer;margin-bottom:0}.qbanks_wrapper .mantra_content_wrapper .mantra_hedr .copy_code p img{margin-bottom:0;width:12px}.qbanks_wrapper .mantra_table_wrapper .table_wrapper table{border-collapse:collapse;border-radius:8px;border-style:hidden!important;box-shadow:0 0 0 1px #e7e3f1}.qbanks_wrapper .mantra_table_wrapper .table_wrapper table tbody tr td{color:#181a36;font-size:14px;max-width:150px}.qbanks_wrapper .mantra_table_wrapper .table_wrapper table tbody tr:first-child{background:#e8ecff}.qbanks_wrapper .mantra_table_wrapper .table_wrapper table tbody tr:first-child td{border:0;font-weight:600}.qbanks_wrapper .mantra_table_wrapper .table_wrapper table tbody tr:first-child td:first-child{border:0;border-radius:8px 0 0 0;font-weight:600!important}.qbanks_wrapper .mantra_table_wrapper .table_wrapper table tbody tr:first-child td:last-child{border:0;border-radius:0 8px 0 0;font-weight:600}.qbanks_wrapper .mantra_table_wrapper .table_wrapper table tbody tr:last-child td:first-child{border-radius:0 0 0 8px}.qbanks_wrapper .mantra_table_wrapper .table_wrapper table tbody tr:last-child td:last-child{border-radius:0 0 8px 0}.qbanks_wrapper .mantra_table_wrapper .table_wrapper table tbody tr:not(:first-child):nth-child(odd){background:#f8f9ff}.qbanks_wrapper .qid_wrapper .qid_ttl{width:7%}.qbanks_wrapper .qid_wrapper .qid_ttl h6{font-weight:700;margin:0}.qbanks_wrapper .qid_wrapper .qid_code{background:#e8ecff;border-radius:8px;cursor:pointer;padding:5px 0;width:93%}.qbanks_wrapper .qid_wrapper .qid_code span{display:inline-block;font-size:14px;font-weight:500;margin-right:4px}.qbanks_wrapper .qbanks_bookmark_questions{position:relative}.qbanks_wrapper .qbanks_bookmark_questions .bookmark_ttl .card_link .subjects_header{margin-bottom:0}.qbanks_wrapper .qbanks_bookmark_questions .bookmark_ttl .card_link h6 img{margin-right:7px}.qbanks_wrapper .qbanks_bookmark_questions .bookmark_ttl .card_link .bookmark_arrow{position:absolute;right:0;top:50%;transform:translateY(-50%)}.qbanks_wrapper .qbanks_bookmark_questions .bookmark_ttl .card_link.collapsed .bookmark_arrow{transform:translateY(-50%) rotate(-180deg)}.qbanks_wrapper .qbanks_bookmark_questions .recommend_video_details{padding-top:20px}.qbanks_wrapper .qbanks_bookmark_questions .recommend_video_details ul li .recommend_list_main{border:0}.qbanks_wrapper .qbanks_bookmark_questions .recommend_video_details ul li .recommend_list_main .user_img{height:auto;width:56px}.qbanks_wrapper .qbanks_bookmark_questions .recommend_video_details ul li .recommend_list_main .user_img .bookarks_qb{border:1px solid #27387d;border-radius:100%;color:#27387d;display:inline-block;font-size:14px;font-weight:500;height:58px;line-height:58px;text-align:center;width:58px}.qbanks_wrapper .qbanks_bookmark_questions .recommend_video_details ul li .recommend_list_main .recommend_list_content{padding:0 0 0 15px;width:calc(100% - 58px)}.qbanks_wrapper .qbanks_bookmark_questions .recommend_video_details ul li .recommend_list_main .recommend_list_content .continue_qbanks_wrapper{margin-bottom:5px}.qbanks_wrapper .qbanks_bookmark_questions .recommend_video_details ul li .recommend_list_main .recommend_list_content .continue_qbanks_wrapper .continue_ttl h6{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;max-width:100%;overflow:hidden}.qbanks_wrapper .qbanks_bookmark_questions .recommend_video_details ul li .recommend_list_main .recommend_list_content .progress_details .timer_progress p{color:#656e8d;font-size:12px;margin:0}.qbanks_wrapper .qbanks_bookmark_questions .recommend_video_details ul li+li{border-top:1px solid #e9ebf2;margin-top:6px;padding-top:6px}.qbanks_wrapper .reset_banks_wrapper{background:#ffe1d9}.qbanks_wrapper .reset_banks_wrapper .subjects_header{margin:0}.qbanks_wrapper .reset_banks_wrapper .subjects_header h6{color:#dc3f16;cursor:pointer;font-family:Raleway,sans-serif;font-weight:700;margin:0}.qbanks_wrapper .reset_banks_wrapper .subjects_header h6 img{margin-right:7px}.qbanks_wrapper .topic_header .topic_header_content .topic_image_ttl{width:100%}.qbanks_wrapper .topic_header .topic_header_content .topic_image_ttl .subject_inner_img{position:relative}.qbanks_wrapper .topic_header .topic_header_content .topic_image_ttl .subject_inner_img img{border-radius:8px}.qbanks_wrapper .topic_header .topic_header_content .topic_image_ttl .subject_inner_img .text_qb{bottom:3px;color:#27387d;filter:drop-shadow(4px 3px 2px #FEE9A1);font-family:Raleway,sans-serif;font-size:8px;font-weight:700;left:5px;position:absolute}.qbanks_wrapper .topic_header .topic_header_content .topic_image_ttl .subject_ttl_detail p span{background:#d4d7e6;border-radius:4px;color:#7c88b0;display:inline-block;padding:0 6px}.qbanks_wrapper .topic_header .topic_header_content .topic_image_ttl .qbanks_ttl_details .help_wrapper{margin:5px 0 9px}.qbanks_wrapper .topic_header .topic_header_content .topic_image_ttl .qbanks_ttl_details .help_wrapper p .ttl_questions{color:#656e8d}.qbanks_wrapper .topic_header .topic_header_content .topic_image_ttl .qbanks_ttl_details .help_wrapper p span{background:#0000 none repeat 0 0/auto auto padding-box border-box scroll;background:initial;border-radius:0;color:#b1b3c2;display:inline-block;padding:0 0 0 6px}.qbanks_wrapper .topic_header .topic_header_content .topic_image_ttl .qbanks_ttl_details .help_wrapper p+p{margin-left:10px}.qbanks_wrapper .topic_header .topic_header_content .topic_image_ttl .qbanks_ttl_details .bookmarks_share span{border:1px solid #27387d;border-radius:8px;color:#27387d;cursor:pointer;display:inline-block;font-size:12px;font-weight:500;padding:4px 12px}.qbanks_wrapper .topic_header .topic_header_content .topic_image_ttl .qbanks_ttl_details .bookmarks_share span img{margin-right:4px}.qbanks_wrapper .topic_header .topic_header_content .topic_image_ttl .qbanks_ttl_details .bookmarks_share span+span{margin-left:10px}.qbanks_wrapper .qbanks_timer{display:none}.qbanks_wrapper .toggle_view{background:#27387d;border-radius:100%;bottom:129px;display:none;height:55px;line-height:55px;position:fixed;right:23px;text-align:center;width:55px;z-index:2}.qbanks_wrapper .Free_videos_wrapper .recommend_video_details ul{max-height:308px;overflow-y:auto;padding:0 14px 0 0}.qbanks_wrapper .Free_videos_wrapper .recommend_video_details ul::-webkit-scrollbar-thumb{background:#27387d}.qbPerformance.testPerformance_wrapper .recommended_video_wrapper .result_report_performance ul li{flex:0 0 32%}.qbPerformance.testPerformance_wrapper .recommended_video_wrapper .analysis_performance ul li{flex:0 0 23.6%}.report_modal .modal-content .rating_modal_body .form-group label{color:#27387d;font-size:13px}.report_modal .modal-content .rating_submit{text-align:center}.report_modal .modal-content .rating_submit .btn_theme{background:linear-gradient(0deg,#27387d,#526097 100%,#3d4d8b 0);border:0;border-radius:8px;color:#fff;font-weight:500;padding:8px 40px;width:200px;width:auto}.report_modal .modal-content .rating_submit .btn_border{background:#0000;border:1px solid #efefff;color:#27387d;margin-right:15px}.qbQuit_modal .modal-content .rating_modal_body h5{color:#dc3f16}.qbQuit_modal .modal-content .rating_modal_body p{margin:0}.qbQuit_modal .modal-content .rating_modal_body .qb_color{color:#27387d}.qbQuit_modal .modal-content .rating_submit .btn_theme{margin-right:15px}.qbQuit_modal .modal-content .rating_submit .btn_theme_red{background:#0000;border:1px solid #dc3f16;color:#dc3f16}.qbanks_instruction_wrapper .topic_header .topic_header_content .topic_image_ttl{width:100%}.slick-slider .slick-track{margin-left:0}.slick-slider .slick-slide{padding:0 5px}.slick-next,.slick-prev{background:#27387d;border-radius:100%;filter:drop-shadow(0 2px 4px rgba(0,0,0,.5));z-index:1}.slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover{background:#27387d}.slick-prev{left:-5px}.slick-next{right:-5px}.slick-prev img{margin-right:2px}.slick-next img{margin-left:2px;transform:rotate(180deg)}.slick-arrow img{width:7px}.slick-next:before,.slick-prev:before{display:none}.testLayer_wrapper .recommended_video_wrapper .subjects_header .testbyyear_header{width:90%}.testLayer_wrapper .recommended_video_wrapper .subjects_header .testbyyear_header .back_arrow{margin:0;width:16px}.testLayer_wrapper .recommended_video_wrapper .subjects_header .testbyyear_header .subject_ttl_detail{padding-left:15px;width:calc(100% - 16px)}.testLayer_wrapper .recommended_video_wrapper .subjects_header .testbyyear_header .subject_ttl_detail h6{margin:0}.testLayer_wrapper .recommended_video_wrapper .subjects_header .search_icon{text-align:right;width:10%}.testLayer_wrapper .recommended_video_wrapper .recommend_video_details .bookmarked_side_list{max-height:308px;overflow:auto;padding:0 14px 0 0}.testLayer_wrapper .recommended_video_wrapper .recommend_video_details .bookmarked_side_list::-webkit-scrollbar-thumb{background:#27387d}.testLayer_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main{border:1px solid #efefff}.testLayer_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .user_img{height:90px;width:100px}.testLayer_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .user_img .free_tag span img{display:inline-block}.testLayer_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .recommend_list_content{width:calc(100% - 100px)}.testLayer_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .recommend_list_content .continue_qbanks_wrapper{margin-bottom:0}.testLayer_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .recommend_list_content .continue_qbanks_wrapper .qbanks_rating span{background:#ee494b;border-radius:4px;color:#fff;padding:2px 5px}.testLayer_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .recommend_list_content .continue_qbanks_wrapper .qbanks_rating span img{display:inline-block;width:15px}.testLayer_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .recommend_list_content .continue_qbanks_wrapper .qbanks_rating .bookmark_delt{background:#0000;border-radius:0;padding:0}.testLayer_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .recommend_list_content .continue_qbanks_wrapper .continue_ttl p{font-size:11px;margin-bottom:0}.testLayer_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .recommend_list_content .continue_qbanks_wrapper .continue_ttl p span{color:#27387d}.testLayer_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .bookmarked_list_content{padding:0 10px}.testLayer_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .progress_details .test_timer img{display:inline-block;width:15px}.testLayer_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .progress_details .test_timer span{font-size:12px;margin-left:4px}.testLayer_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .progress_details .rightArrow_icn img{display:inline-block}.testLayer_wrapper .recommended_video_wrapper .test_by_year_selection ul{margin:0}.testLayer_wrapper .recommended_video_wrapper .test_by_year_selection ul li .test_year_body{border:2px solid #efefff;border-radius:8px;padding:13px}.testLayer_wrapper .recommended_video_wrapper .test_by_year_selection ul li .test_year_body .test_year_content{width:80%}.testLayer_wrapper .recommended_video_wrapper .test_by_year_selection ul li .test_year_body .test_year_content .year_img{margin:0;width:26px}.testLayer_wrapper .recommended_video_wrapper .test_by_year_selection ul li .test_year_body .test_year_content .year_ttl{padding-left:10px;width:calc(100% - 26px)}.testLayer_wrapper .recommended_video_wrapper .test_by_year_selection ul li .test_year_body .test_year_content .year_ttl h6{color:#27387d;font-weight:700;margin:0}.testLayer_wrapper .recommended_video_wrapper .test_by_year_selection ul li .test_year_body .test_year_content .year_ttl h6 span{color:#656e8d;font-weight:500}.testLayer_wrapper .recommended_video_wrapper .test_by_year_selection ul li .test_year_body .year_arrow{text-align:right;width:20%}.testLayer_wrapper .recommended_video_wrapper .test_by_year_selection ul li .test_year_body.selected{background:#eff2fa}.testLayer_wrapper .recommended_video_wrapper .test_by_year_selection ul li+li{margin-top:15px}.testLayer_wrapper .recommended_video_wrapper .main_tabs_wrapper .test_content_inner_tabs ul{border:0;margin-bottom:20px}.testLayer_wrapper .recommended_video_wrapper .main_tabs_wrapper .test_content_inner_tabs ul li a{border:1px solid #efefff;border-radius:36px;color:#27387d;font-size:12px;padding:5px 14px}.testLayer_wrapper .recommended_video_wrapper .main_tabs_wrapper .test_content_inner_tabs ul li a.active{border:1px solid #27387d}.testLayer_wrapper .recommended_video_wrapper .main_tabs_wrapper .test_content_inner_tabs ul li+li{margin-left:10px}.testLayer_wrapper .recommended_video_wrapper .main_tabs_wrapper .test_content_inner_tabs .sublist_all_test_wrapper .test_year_wrapper{border-bottom:1px solid #e9ebf2;margin-bottom:15px;padding-bottom:10px}.testLayer_wrapper .recommended_video_wrapper .main_tabs_wrapper .test_content_inner_tabs .sublist_all_test_wrapper .test_year_wrapper .year_test_header a{color:#27387d;display:block;font-family:Raleway,sans-serif;font-size:14px;font-weight:700;position:relative}.testLayer_wrapper .recommended_video_wrapper .main_tabs_wrapper .test_content_inner_tabs .sublist_all_test_wrapper .test_year_wrapper .year_test_header a span{color:#656e8d;display:inline-block;font-size:12px;font-weight:600;margin-left:3px}.testLayer_wrapper .recommended_video_wrapper .main_tabs_wrapper .test_content_inner_tabs .sublist_all_test_wrapper .test_year_wrapper .year_test_header a .bookmark_arrow{position:absolute;right:0;top:0;z-index:1}.testLayer_wrapper .recommended_video_wrapper .main_tabs_wrapper .test_content_inner_tabs .sublist_all_test_wrapper .test_year_wrapper .year_test_header a.collapsed .bookmark_arrow{transform:rotate(-180deg)}.testLayer_wrapper .recommended_video_wrapper .main_tabs_wrapper .test_content_inner_tabs .sublist_all_test_wrapper .test_year_wrapper .collapse{transition:all .6s ease-in-out}.testLayer_wrapper .recommended_video_wrapper .main_tabs_wrapper .test_content_inner_tabs .sublist_all_test_wrapper .test_year_wrapper .recommend_video_details{padding-top:10px}.testLayer_wrapper .recommended_video_wrapper .main_tabs_wrapper .test_content_inner_tabs .sublist_all_test_wrapper .test_year_wrapper .recommend_video_details .recommend_list_main{background:#fff;border:1px solid #efefff;border-radius:8px;margin-bottom:13px}.testLayer_wrapper .recommended_video_wrapper .main_tabs_wrapper .test_content_inner_tabs .sublist_all_test_wrapper .test_year_wrapper .recommend_video_details .recommend_list_main .user_img{height:96px;margin:0;position:relative;width:100px}.testLayer_wrapper .recommended_video_wrapper .main_tabs_wrapper .test_content_inner_tabs .sublist_all_test_wrapper .test_year_wrapper .recommend_video_details .recommend_list_main .user_img img{border-radius:8px 0 0 8px;height:100%;object-fit:cover;width:100%}.testLayer_wrapper .recommended_video_wrapper .main_tabs_wrapper .test_content_inner_tabs .sublist_all_test_wrapper .test_year_wrapper .recommend_video_details .recommend_list_main .user_img .free_tag{background:#fff;border-radius:4px;box-shadow:0 0 2px #00000024;font-size:12px;left:6px;padding:1px 7px;position:absolute;top:8px}.testLayer_wrapper .recommended_video_wrapper .main_tabs_wrapper .test_content_inner_tabs .sublist_all_test_wrapper .test_year_wrapper .recommend_video_details .recommend_list_main .user_img .free_tag span img{height:auto;object-fit:fill;width:11px}.testLayer_wrapper .recommended_video_wrapper .main_tabs_wrapper .test_content_inner_tabs .sublist_all_test_wrapper .test_year_wrapper .recommend_video_details .recommend_list_main .user_img .text_qb{bottom:8px;color:#27387d;filter:drop-shadow(4px 3px 2px #FEE9A1);font-family:Raleway,sans-serif;font-size:13px;font-weight:700;left:8px;position:absolute}.testLayer_wrapper .recommended_video_wrapper .main_tabs_wrapper .test_content_inner_tabs .sublist_all_test_wrapper .test_year_wrapper .recommend_video_details .recommend_list_main .recommend_list_content{padding:0 15px;width:calc(100% - 100px)}.testLayer_wrapper .recommended_video_wrapper .main_tabs_wrapper .test_content_inner_tabs .sublist_all_test_wrapper .test_year_wrapper .recommend_video_details .recommend_list_main .recommend_list_content .continue_qbanks_wrapper{margin-bottom:0}.testLayer_wrapper .recommended_video_wrapper .main_tabs_wrapper .test_content_inner_tabs .sublist_all_test_wrapper .test_year_wrapper .recommend_video_details .recommend_list_main .recommend_list_content .continue_qbanks_wrapper .continue_ttl{margin:0;width:80%}.testLayer_wrapper .recommended_video_wrapper .main_tabs_wrapper .test_content_inner_tabs .sublist_all_test_wrapper .test_year_wrapper .recommend_video_details .recommend_list_main .recommend_list_content .continue_qbanks_wrapper .continue_ttl h6{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#27387d;display:-webkit-box;font-size:14px;margin:0 0 4px;max-width:100%;overflow:hidden}.testLayer_wrapper .recommended_video_wrapper .main_tabs_wrapper .test_content_inner_tabs .sublist_all_test_wrapper .test_year_wrapper .recommend_video_details .recommend_list_main .recommend_list_content .continue_qbanks_wrapper .qbanks_rating{text-align:right;width:20%}.testLayer_wrapper .recommended_video_wrapper .main_tabs_wrapper .test_content_inner_tabs .sublist_all_test_wrapper .test_year_wrapper .recommend_video_details .recommend_list_main .recommend_list_content .continue_qbanks_wrapper .qbanks_rating .live_tag{background:#ee494b;border-radius:4px;color:#fff;font-size:11px;padding:2px 5px}.testLayer_wrapper .recommended_video_wrapper .main_tabs_wrapper .test_content_inner_tabs .sublist_all_test_wrapper .test_year_wrapper .recommend_video_details .recommend_list_main .recommend_list_content .continue_qbanks_wrapper .qbanks_rating .live_tag img{width:15px}.testLayer_wrapper .recommended_video_wrapper .main_tabs_wrapper .test_content_inner_tabs .sublist_all_test_wrapper .test_year_wrapper .recommend_video_details .recommend_list_main .recommend_list_content .continue_qbanks_wrapper .qbanks_rating .upcoming_ttl{color:#ffc814;font-size:11px}.testLayer_wrapper .recommended_video_wrapper .main_tabs_wrapper .test_content_inner_tabs .sublist_all_test_wrapper .test_year_wrapper .recommend_video_details .recommend_list_main .recommend_list_content .question_test_timer p{color:#656e8d;font-size:11px;margin-bottom:0}.testLayer_wrapper .recommended_video_wrapper .main_tabs_wrapper .test_content_inner_tabs .sublist_all_test_wrapper .test_year_wrapper .recommend_video_details .recommend_list_main .recommend_list_content .question_test_timer p .date_time{color:#27387d}.testLayer_wrapper .recommended_video_wrapper .main_tabs_wrapper .test_content_inner_tabs .sublist_all_test_wrapper .test_year_wrapper .recommend_video_details .recommend_list_main .recommend_list_content .question_test_timer p .clock_img{color:#656e8d;display:inline-block;margin-left:8px}.testLayer_wrapper .recommended_video_wrapper .main_tabs_wrapper .test_content_inner_tabs .sublist_all_test_wrapper .test_year_wrapper .recommend_video_details .recommend_list_main .recommend_list_content .question_test_timer p .clock_img img{margin-right:3px;vertical-align:text-top;width:13px}.testLayer_wrapper .recommended_video_wrapper .main_tabs_wrapper .test_content_inner_tabs .sublist_all_test_wrapper .test_year_wrapper .recommend_video_details .recommend_list_main .recommend_list_content .progress_details .timer_progress{width:80%}.testLayer_wrapper .recommended_video_wrapper .main_tabs_wrapper .test_content_inner_tabs .sublist_all_test_wrapper .test_year_wrapper .recommend_video_details .recommend_list_main .recommend_list_content .progress_details .timer_progress .progress{background:#e9ebf2;height:4px;width:57%}.testLayer_wrapper .recommended_video_wrapper .main_tabs_wrapper .test_content_inner_tabs .sublist_all_test_wrapper .test_year_wrapper .recommend_video_details .recommend_list_main .recommend_list_content .progress_details .timer_progress .progress .progress-bar{background-color:#7c88b0}.testLayer_wrapper .recommended_video_wrapper .main_tabs_wrapper .test_content_inner_tabs .sublist_all_test_wrapper .test_year_wrapper .recommend_video_details .recommend_list_main .recommend_list_content .progress_details .timer_progress .progress .progress-bar.completed{background-color:#a6ddbc}.testLayer_wrapper .recommended_video_wrapper .main_tabs_wrapper .test_content_inner_tabs .sublist_all_test_wrapper .test_year_wrapper .recommend_video_details .recommend_list_main .recommend_list_content .progress_details .timer_progress .progress_text{padding-left:5px;width:calc(100% - 57px)}.testLayer_wrapper .recommended_video_wrapper .main_tabs_wrapper .test_content_inner_tabs .sublist_all_test_wrapper .test_year_wrapper .recommend_video_details .recommend_list_main .recommend_list_content .progress_details .timer_progress .progress_text p{color:#656e8d;font-size:11px;font-weight:500;margin:0}.testLayer_wrapper .recommended_video_wrapper .main_tabs_wrapper .test_content_inner_tabs .sublist_all_test_wrapper .test_year_wrapper .recommend_video_details .recommend_list_main .recommend_list_content .progress_details .timer_progress .progress_text p span{color:#27387d}.testLayer_wrapper .recommended_video_wrapper .main_tabs_wrapper .test_content_inner_tabs .sublist_all_test_wrapper .test_year_wrapper .recommend_video_details .recommend_list_main .recommend_list_content .progress_details .rightArrow_icn{text-align:right;width:20%}.testInstruction_wrapper .topic_header .topic_header_content .topic_image_ttl .qbanks_ttl_details .help_wrapper{margin:5px 0 2px}.testInstruction_wrapper .topic_header .topic_header_content .topic_image_ttl .qbanks_ttl_details .help_wrapper .clock_timer img{width:12px}.testInstruction_wrapper .topic_header .topic_header_content .topic_image_ttl .qbanks_ttl_details .expire_test{margin-bottom:5px}.testInstruction_wrapper .topic_header .topic_header_content .topic_image_ttl .qbanks_ttl_details .expire_test p{color:#b1b3c2;font-size:12px}.testInstruction_wrapper .topic_header .topic_header_content .topic_image_ttl .qbanks_ttl_details .expire_test p span{background:#0000;border-radius:0;border-radius:initial;color:#3a3a3a;font-weight:500;padding:0}.testAttempt_wrapper .select_timer_wrapper .review_btn{padding-left:20px}.testAttempt_wrapper .select_timer_wrapper .review_btn .rev_btn1 .btn_theme{background:#fff;border:1px solid #efefff;border-radius:4px;color:#656e8d;font-size:12px;padding:4px 11px}.testAttempt_wrapper .select_timer_wrapper .review_btn .rev_btn1+.rev_btn1{margin-left:15px}.testAttempt_wrapper .select_timer_wrapper .review_btn .rev_btn1 input:checked+label{background:#27387d;color:#fff}.testAttempt_wrapper .select_timer_wrapper .review_btn .rev_btn1 input:checked+label img{filter:brightness(9)}.testAttempt_wrapper .qb_attempt_details .instructions_details ul li.testCorrect{background:#eff2fa}.testAttempt_wrapper .qb_attempt_details .instructions_details ul li.testCorrect .ins_list_content .inst_counts span{background:#27387d;color:#fff}.testAttempt_wrapper .recommended_video_wrapper .instructions_details .questions_ttl .ans_img_wrapper>img,.testAttempt_wrapper .recommended_video_wrapper .instructions_details ul li .ins_list_content .ques_attempt_body{width:100%}.testPerformance_wrapper .subjects_wrapper .sett_back_arrow{cursor:pointer;margin:0;width:16px}.testPerformance_wrapper .subjects_wrapper .sett_back_arrow img{width:100%}.testPerformance_wrapper .subjects_wrapper .sett_ttl{padding-left:15px;width:calc(100% - 16px)}.testPerformance_wrapper .subjects_wrapper .sett_ttl h5{color:#27387d;font-family:Raleway,sans-serif;font-weight:700;margin:0}.testPerformance_wrapper .subjects_wrapper .sett_ttl p{color:#3a3a3a;font-size:12px;margin:0}.testPerformance_wrapper .subjects_wrapper .sett_ttl p span{background:#efefff;border-radius:4px;display:inline-block;font-size:11px;margin-left:9px;padding:1px 7px}.testPerformance_wrapper .recommended_video_wrapper .test_result_report h6{color:#27387d;font-family:Raleway,sans-serif;font-weight:600;margin-bottom:2px}.testPerformance_wrapper .recommended_video_wrapper .test_result_report h6 span{color:#656e8d;display:inline-block;font-size:14px;margin-left:3px}.testPerformance_wrapper .recommended_video_wrapper .test_result_report .completion_date{color:#656e8d;font-size:13px;margin-bottom:2px}.testPerformance_wrapper .recommended_video_wrapper .test_result_report .completion_date span{color:#27387d}.testPerformance_wrapper .recommended_video_wrapper .test_result_report .total_marks{color:#656e8d;font-size:11px}.testPerformance_wrapper .recommended_video_wrapper .test_result_report .total_marks .number{color:#27387d;display:inline-block;font-weight:500;margin-right:3px}.testPerformance_wrapper .recommended_video_wrapper .test_result_report .total_marks .dots{background:#656e8d;border-radius:100%;display:inline-block;height:3px;margin:0 5px;width:3px}.testPerformance_wrapper .recommended_video_wrapper .result_analysis h6{margin-bottom:15px}.testPerformance_wrapper .recommended_video_wrapper .result_analysis h6 .question_count{background:#efefff;border-radius:4px;color:#27387d;display:inline-block;font-size:12px;margin-left:12px;padding:1px 4px}.testPerformance_wrapper .recommended_video_wrapper .result_analysis h6 .question_count .count_txt{color:#656e8d;font-size:10px}.testPerformance_wrapper .recommended_video_wrapper .result_report_performance ul{border:1px solid #efefff;border-radius:8px;margin:0;padding:15px}.testPerformance_wrapper .recommended_video_wrapper .result_report_performance ul li{flex:0 0 20%}.testPerformance_wrapper .recommended_video_wrapper .result_report_performance ul li .result_percentage .percentage_img{margin:0;width:18px}.testPerformance_wrapper .recommended_video_wrapper .result_report_performance ul li .result_percentage .perc_data{padding-left:10px;width:calc(100% - 18px)}.testPerformance_wrapper .recommended_video_wrapper .result_report_performance ul li .result_percentage .perc_data h6{color:#27387d;font-size:14px;font-weight:700;margin:0}.testPerformance_wrapper .recommended_video_wrapper .result_report_performance ul li .result_percentage .perc_data h6 sub{bottom:0;color:#656e8d}.testPerformance_wrapper .recommended_video_wrapper .result_report_performance ul li .result_percentage .perc_data p{color:#656e8d;font-size:14px;margin:0}.testPerformance_wrapper .recommended_video_wrapper .result_report_performance ul li .result_percentage .perc_data p span{color:#27387d;font-weight:500}.testPerformance_wrapper .recommended_video_wrapper .result_report_performance ul li+li{border-left:1px solid #efefff;padding-left:10px}.testPerformance_wrapper .recommended_video_wrapper .test_performance_rating .rating_ttl{width:80%}.testPerformance_wrapper .recommended_video_wrapper .test_performance_rating .star_rating{width:20%}.testPerformance_wrapper .recommended_video_wrapper .test_performance_rating .star_rating .react-stars span+span{margin-left:5px}.testPerformance_wrapper .recommended_video_wrapper .test_performance_rating .star_rating>div{justify-content:end}.testPerformance_wrapper .recommended_video_wrapper .analysis_performance ul li{flex:0 0 15%}.testPerformance_wrapper .recommended_video_wrapper .analysis_performance ul li .result_percentage{border:1px solid #efefff;border-radius:8px;padding:12px}.testPerformance_wrapper .recommended_video_wrapper .analysis_performance ul li .result_percentage .percentage_img{height:45px;margin-bottom:10px;width:45px}.testPerformance_wrapper .recommended_video_wrapper .analysis_performance ul li .result_percentage .percentage_img canvas{height:100%;width:100%}.testPerformance_wrapper .recommended_video_wrapper .analysis_performance ul li .result_percentage .perc_data{padding-left:8px}.testPerformance_wrapper .recommended_video_wrapper .analysis_performance ul li .result_percentage .perc_data h6{color:#27387d;font-size:14px;margin-bottom:0}.testPerformance_wrapper .recommended_video_wrapper .analysis_performance ul li .result_percentage .perc_data p{color:#656e8d;font-size:12px;margin:0}.testPerformance_wrapper .recommended_video_wrapper .analysis_performance ul li+li{margin-left:15px}.testPerformance_wrapper .recommended_video_wrapper .subject_analysis_ttl{margin-bottom:35px}.testPerformance_wrapper .recommended_video_wrapper .subject_analysis_wrapper .subject_analysis_card .subanaysis_header{margin-bottom:15px}.testPerformance_wrapper .recommended_video_wrapper .subject_analysis_wrapper .subject_analysis_card .subanaysis_header a{position:relative}.testPerformance_wrapper .recommended_video_wrapper .subject_analysis_wrapper .subject_analysis_card .subanaysis_header a .subject_analysis .sanalysis_img{margin:0;width:28px}.testPerformance_wrapper .recommended_video_wrapper .subject_analysis_wrapper .subject_analysis_card .subanaysis_header a .subject_analysis .sanalysis_img img{width:100%}.testPerformance_wrapper .recommended_video_wrapper .subject_analysis_wrapper .subject_analysis_card .subanaysis_header a .subject_analysis .sanalysis_text{padding-left:10px;width:calc(100% - 28px)}.testPerformance_wrapper .recommended_video_wrapper .subject_analysis_wrapper .subject_analysis_card .subanaysis_header a .subject_analysis .sanalysis_text h6{color:#27387d;margin:0}.testPerformance_wrapper .recommended_video_wrapper .subject_analysis_wrapper .subject_analysis_card .subanaysis_header a .subject_analysis .sanalysis_text h6 span{color:#656e8d;font-size:14px;font-weight:400}.testPerformance_wrapper .recommended_video_wrapper .subject_analysis_wrapper .subject_analysis_card .subanaysis_header a .sub_arrow{position:absolute;right:0;top:0;z-index:1}.testPerformance_wrapper .recommended_video_wrapper .subject_analysis_wrapper .subject_analysis_card .subanaysis_header a.collapsed .sub_arrow{transform:rotate(-180deg)}.testPerformance_wrapper .recommended_video_wrapper .subject_analysis_wrapper .subject_analysis_card .subanalysis_performance ul{margin-bottom:10px}.testPerformance_wrapper .recommended_video_wrapper .subject_analysis_wrapper .subject_analysis_card .subanalysis_performance ul li{flex:0 0 15%}.testPerformance_wrapper .recommended_video_wrapper .subject_analysis_wrapper .subject_analysis_card .subanalysis_performance ul li .result_percentage{background:#eff2fa;border-radius:8px;padding:11px 13px}.testPerformance_wrapper .recommended_video_wrapper .subject_analysis_wrapper .subject_analysis_card .subanalysis_performance ul li .result_percentage h6{color:#27387d;font-weight:700;margin-bottom:3px}.testPerformance_wrapper .recommended_video_wrapper .subject_analysis_wrapper .subject_analysis_card .subanalysis_performance ul li .result_percentage p{color:#27387d;font-size:12px;margin:0}.testPerformance_wrapper .recommended_video_wrapper .subject_analysis_wrapper .subject_analysis_card .subanalysis_performance ul li .result_percentage.correct{background:#e2ffed}.testPerformance_wrapper .recommended_video_wrapper .subject_analysis_wrapper .subject_analysis_card .subanalysis_performance ul li .result_percentage.correct P{color:#46b873}.testPerformance_wrapper .recommended_video_wrapper .subject_analysis_wrapper .subject_analysis_card .subanalysis_performance ul li .result_percentage.incorrect{background:#ffdede}.testPerformance_wrapper .recommended_video_wrapper .subject_analysis_wrapper .subject_analysis_card .subanalysis_performance ul li .result_percentage.incorrect P{color:#dc3f16}.testPerformance_wrapper .recommended_video_wrapper .subject_analysis_wrapper .subject_analysis_card .subanalysis_performance ul li .result_percentage.unanswered{background:#ddd}.testPerformance_wrapper .recommended_video_wrapper .subject_analysis_wrapper .subject_analysis_card .subanalysis_performance ul li .result_percentage.unanswered P{color:#9c9c9c}.testPerformance_wrapper .recommended_video_wrapper .subject_analysis_wrapper .subject_analysis_card .subanalysis_performance ul li+li{margin-left:15px}.testPerformance_wrapper .recommended_video_wrapper .subject_analysis_wrapper .subject_analysis_card .subanalysis_performance .topic_text{color:#27387d;display:block;font-size:12px;font-weight:500;margin-bottom:10px}.testPerformance_wrapper .recommended_video_wrapper .subject_analysis_wrapper .subject_analysis_card+.subject_analysis_card{border-top:1px solid #efefff;padding-top:15px}.testPerformance_wrapper .recommended_video_wrapper .performance_analysis_ttl{margin-bottom:15px}.testPerformance_wrapper .recommended_video_wrapper .performance_analysis_ttl .performance_ttl{width:70%}.testPerformance_wrapper .recommended_video_wrapper .performance_analysis_ttl .performance_ttl h6{margin:0}.testPerformance_wrapper .recommended_video_wrapper .performance_analysis_ttl .vw_rankers{text-align:right;width:30%}.testPerformance_wrapper .recommended_video_wrapper .performance_analysis_ttl .vw_rankers span{color:#27387d;cursor:pointer;font-size:12px;font-weight:500}.testPerformance_wrapper .recommended_video_wrapper .analysis_performance .performance_tags{margin-bottom:10px}.testPerformance_wrapper .recommended_video_wrapper .analysis_performance .performance_tags span{border:1px solid #efefff;border-radius:36px;color:#27387d;cursor:pointer;display:inline-block;font-size:12px;padding:8px 16px}.testPerformance_wrapper .recommended_video_wrapper .analysis_performance .performance_tags span+span{margin-left:10px}.testPerformance_wrapper .recommended_video_wrapper .analysis_performance .performance_tags span.active{border:1px solid #27387d;color:#27387d;font-weight:500}.testPerformance_wrapper .view_slution_btn .btn_theme{background:linear-gradient(0deg,#27387d,#526097 100%,#3d4d8b 0);border:0;border-radius:8px;color:#fff;font-weight:500;padding:8px 0;width:200px}.testPerformance_wrapper .banner_img{margin-bottom:16px}.testPerformance_wrapper .banner_img img{width:100%}.testPerformance_wrapper .attempt_btn .btn_theme{background:#e4e6e9;border:0;border-radius:8px;color:#27387d;opacity:.6;padding:8px 0;width:200px}.testPerformance_wrapper .attempt_btn .btn_theme img{margin-right:10px}.testAnalysis_wrapper .subjects_wrapper .setting_ttl_wrapper .sett_back_arrow{margin:0 20px 0 0}.testAnalysis_wrapper .subjects_wrapper .setting_ttl_wrapper .subject_inner_img{margin:0 10px 0 0;width:38px}.testAnalysis_wrapper .subjects_wrapper .setting_ttl_wrapper .sett_ttl{padding-left:0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.testAnalysis_wrapper .subjects_wrapper .setting_ttl_wrapper .sett_ttl h5{margin-bottom:4px}.testAnalysis_wrapper .subjects_wrapper .setting_ttl_wrapper .sett_ttl p span{background:#d4d7e6;border-radius:4px;color:#656e8d;display:inline-block;margin-left:0;padding:1px 5px;vertical-align:middle}.testAnalysis_wrapper .subjects_wrapper .setting_ttl_wrapper .sett_ttl p span+span{margin-left:9px}.testReumse .modal-content .rating_modal_body h5{color:#27387d}.testReumse .modal-content .rating_modal_body p{margin:0}.modal_rating .modal-content .rating_modal_body .modal_rating{margin-bottom:6px}.modal_rating .modal-content .rating_modal_body .form-group label{color:#656e8d;font-size:13px}.modal_rating .modal-content .rating_modal_body .form-group textarea{background:#eff2fa;border:0;border-radius:8px}.modal_rating .modal-content .rating_submit{text-align:center}.modal_rating .modal-content .rating_submit .btn_theme{background:linear-gradient(0deg,#27387d,#526097 100%,#3d4d8b 0);border:0;border-radius:8px;color:#fff;font-weight:500;padding:8px 40px;width:200px;width:auto}.modal_rating .modal-content .rating_submit .btn_border{background:#0000;border:1px solid #efefff;color:#27387d;margin-right:15px}.allSolution_wrapper .subjects_wrapper .sett_back_arrow{cursor:pointer;margin:0;width:16px}.allSolution_wrapper .subjects_wrapper .sett_back_arrow img{width:100%}.allSolution_wrapper .subjects_wrapper .sett_ttl{padding-left:15px;width:calc(100% - 16px)}.allSolution_wrapper .subjects_wrapper .sett_ttl h5{color:#27387d;font-family:Raleway,sans-serif;font-weight:700;margin-bottom:3px}.allSolution_wrapper .subjects_wrapper .sett_ttl p{color:#3a3a3a;font-size:12px;margin:0}.allSolution_wrapper .subjects_wrapper .sett_ttl p span{background:#efefff;border-radius:4px;display:inline-block;font-size:11px;margin-left:9px;padding:1px 7px}.allSolution_wrapper .recommended_video_wrapper .questions_listing .listing_hedr{margin-bottom:20px}.allSolution_wrapper .recommended_video_wrapper .questions_listing .listing_hedr .ques_list_ttl h6{color:#27387d;font-size:16px;margin:0}.allSolution_wrapper .recommended_video_wrapper .questions_listing .listing_hedr .ques_list_ttl h6 span{color:#656e8d;display:inline-block;margin-left:5px}.allSolution_wrapper .recommended_video_wrapper .questions_listing .listing_hedr .filter_ttl{margin-left:16px}.allSolution_wrapper .recommended_video_wrapper .questions_listing .listing_hedr .filter_ttl span{background:#27387d;border:1px solid #27387d;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;font-size:11px;padding:8px 12px;position:relative}.allSolution_wrapper .recommended_video_wrapper .questions_listing .listing_hedr .filter_ttl span img{position:relative;z-index:1}.allSolution_wrapper .recommended_video_wrapper .questions_listing .listing_hedr .filter_ttl span:before{background:#ffc814;border-radius:100%;content:"";height:8px;left:10px;position:absolute;top:7px;width:8px;z-index:0}.allSolution_wrapper .recommended_video_wrapper .questions_listing .applied_filter{border:1px solid #efefff;border-radius:8px;margin-bottom:20px;padding:15px}.allSolution_wrapper .recommended_video_wrapper .questions_listing .applied_filter h6{color:#656e8d;font-size:12px;font-weight:400;text-transform:uppercase}.allSolution_wrapper .recommended_video_wrapper .questions_listing .applied_filter .applied_selected ul{margin:0}.allSolution_wrapper .recommended_video_wrapper .questions_listing .applied_filter .applied_selected ul li{margin-right:10px}.allSolution_wrapper .recommended_video_wrapper .questions_listing .applied_filter .applied_selected ul li .selected_filter{background:#eff2fa;border-radius:4px;padding:2px 7px}.allSolution_wrapper .recommended_video_wrapper .questions_listing .applied_filter .applied_selected ul li .selected_filter p{color:#27387d;font-size:13px;margin:0}.allSolution_wrapper .recommended_video_wrapper .questions_listing .applied_filter .applied_selected ul li .selected_filter p span{color:#656e8d;display:inline-block;margin-left:5px}.allSolution_wrapper .recommended_video_wrapper .questions_listing .applied_filter .applied_selected ul li .selected_filter img{cursor:pointer;margin-left:7px}.allSolution_wrapper .recommended_video_wrapper .questions_listing .solution_questions ul{margin:0}.allSolution_wrapper .recommended_video_wrapper .questions_listing .solution_questions ul li{border-bottom:1px solid #e9ebf2;flex:0 0 48.3%;margin-bottom:10px;padding-bottom:10px}.allSolution_wrapper .recommended_video_wrapper .questions_listing .solution_questions ul li .solution_body .ques_img{border:1px solid #27387d;border-radius:100%;color:#27387d;font-size:14px;font-weight:500;height:55px;line-height:55px;margin:0;text-align:center;width:55px}.allSolution_wrapper .recommended_video_wrapper .questions_listing .solution_questions ul li .solution_body .ques_body_content{padding-left:10px;width:calc(100% - 55px)}.allSolution_wrapper .recommended_video_wrapper .questions_listing .solution_questions ul li .solution_body .ques_body_content .ques_ttl_wrapper .question_ttl{width:80%}.allSolution_wrapper .recommended_video_wrapper .questions_listing .solution_questions ul li .solution_body .ques_body_content .ques_ttl_wrapper .question_ttl h6{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#27387d;display:-webkit-box;font-size:14px;margin:0;max-width:100%;overflow:hidden}.allSolution_wrapper .recommended_video_wrapper .questions_listing .solution_questions ul li .solution_body .ques_body_content .ques_ttl_wrapper .ques_bookmark{cursor:pointer;padding-right:8px;text-align:right;width:20%}.allSolution_wrapper .recommended_video_wrapper .questions_listing .solution_questions ul li .solution_body .ques_body_content .course_name .course_ttl{width:80%}.allSolution_wrapper .recommended_video_wrapper .questions_listing .solution_questions ul li .solution_body .ques_body_content .course_name .course_ttl p{color:#656e8d;font-size:12px;margin:0}.allSolution_wrapper .recommended_video_wrapper .questions_listing .solution_questions ul li .solution_body .ques_body_content .course_name .course_arrow{cursor:pointer;text-align:right;width:20%}.allSolution_wrapper .recommended_video_wrapper .questions_listing .solution_questions ul li:nth-child(2n){margin-left:25px}.testall_attempt_wrapper .recommended_video_wrapper .instructions_details ul li{cursor:inherit}.account_main_wrapper .subjects_wrapper .setting_ttl_wrapper{margin-bottom:20px}.account_main_wrapper .subjects_wrapper .user_info_wrappper{margin-bottom:30px}.account_main_wrapper .subjects_wrapper .user_info_wrappper .user_inner_info{width:80%}.account_main_wrapper .subjects_wrapper .user_info_wrappper .user_inner_info .user_img{height:78px;margin:0;width:78px}.account_main_wrapper .subjects_wrapper .user_info_wrappper .user_inner_info .user_img img{border-radius:100%;height:100%;object-fit:cover;width:100%}.account_main_wrapper .subjects_wrapper .user_info_wrappper .user_inner_info .user_img .profile_upload{border-radius:100%;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%}.account_main_wrapper .subjects_wrapper .user_info_wrappper .user_inner_info .user_details{padding-left:15px;width:calc(100% - 78px)}.account_main_wrapper .subjects_wrapper .user_info_wrappper .user_inner_info .user_details h5{color:#27387d;font-family:Raleway,sans-serif;font-weight:700;margin-bottom:2px;white-space:normal;word-break:break-word}.account_main_wrapper .subjects_wrapper .user_info_wrappper .user_inner_info .user_details p{color:#454545;margin:0}.account_main_wrapper .subjects_wrapper .user_info_wrappper .edit_profile{text-align:right;width:20%}.account_main_wrapper .subjects_wrapper .user_info_wrappper .edit_profile span{background:#eff2fa;border-radius:5px;color:#27387d;cursor:pointer;display:inline-block;font-size:12px;padding:3px 9px}.account_main_wrapper .subjects_wrapper .user_info_wrappper .edit_profile span img{margin-right:2px}.account_main_wrapper .subjects_wrapper .account_baner{margin-bottom:20px}.account_main_wrapper .subjects_wrapper .account_baner img{cursor:pointer;width:100%}.account_main_wrapper .subjects_wrapper .accounts_options_wrapper ul{margin:0}.account_main_wrapper .subjects_wrapper .accounts_options_wrapper ul li{border-bottom:1px solid #e9ebf2;flex:0 0 48.7%;margin-bottom:10px;padding-bottom:10px}.account_main_wrapper .subjects_wrapper .accounts_options_wrapper ul li .options_body_wrapper .options_inner_body{width:85%}.account_main_wrapper .subjects_wrapper .accounts_options_wrapper ul li .options_body_wrapper .options_inner_body .opt_icons{margin:0;width:20px}.account_main_wrapper .subjects_wrapper .accounts_options_wrapper ul li .options_body_wrapper .options_inner_body .opt_icons img{width:100%}.account_main_wrapper .subjects_wrapper .accounts_options_wrapper ul li .options_body_wrapper .options_inner_body .active_plans{cursor:pointer;padding-left:15px;width:calc(100% - 20px)}.account_main_wrapper .subjects_wrapper .accounts_options_wrapper ul li .options_body_wrapper .options_inner_body .active_plans h6{color:#27387d;font-family:Raleway,sans-serif;font-size:14px;font-weight:600;margin:0}.account_main_wrapper .subjects_wrapper .accounts_options_wrapper ul li .options_body_wrapper .arrow_plans{cursor:pointer;text-align:right;width:15%}.account_main_wrapper .subjects_wrapper .accounts_options_wrapper ul li:nth-child(2n){margin-left:20px}.account_main_wrapper .subjects_wrapper .accounts_options_wrapper ul li:last-child{border-bottom:0;margin-bottom:0;padding-bottom:0}.account_main_wrapper .subjects_wrapper .information_options{margin-bottom:20px}.account_main_wrapper .subjects_wrapper .information_options h5{color:#27387d;font-family:Raleway,sans-serif;font-size:18px;font-weight:700;margin:0}.account_main_wrapper .subjects_wrapper .infoOptions_wrapper ul li .options_body_wrapper .active_plans{cursor:pointer;width:85%}.account_main_wrapper .subjects_wrapper .infoOptions_wrapper ul li .options_body_wrapper .active_plans h6{color:#27387d;font-family:Raleway,sans-serif;font-size:14px;font-weight:600;margin:0}.account_main_wrapper .subjects_wrapper .infoOptions_wrapper ul li .options_body_wrapper .arrow_plans{cursor:pointer;text-align:right;width:15%}.account_main_wrapper .subjects_wrapper .logout_wrapper .logout_body{width:85%}.account_main_wrapper .subjects_wrapper .logout_wrapper .logout_body .logout_img{margin:0;width:16px}.account_main_wrapper .subjects_wrapper .logout_wrapper .logout_body .logout_img img{width:100%}.account_main_wrapper .subjects_wrapper .logout_wrapper .logout_body .logout_text{cursor:pointer;padding-left:15px;width:calc(100% - 16px)}.account_main_wrapper .subjects_wrapper .logout_wrapper .logout_body .logout_text h6{color:#27387d;color:#dc3f16;font-family:Raleway,sans-serif;font-size:14px;font-weight:600;margin:0}.account_main_wrapper .subjects_wrapper .logout_wrapper .log_arrow{text-align:right;width:15%}.account_main_wrapper .subjects_wrapper .setting_ttl_wrapper .sett_back_arrow{margin:0;width:16px}.account_main_wrapper .subjects_wrapper .setting_ttl_wrapper .sett_back_arrow img{width:100%}.account_main_wrapper .subjects_wrapper .setting_ttl_wrapper .sett_ttl{padding-left:15px;width:calc(100% - 16px)}.account_main_wrapper .subjects_wrapper .setting_ttl_wrapper .sett_ttl h5{color:#27387d;font-family:Raleway,sans-serif;font-weight:700;margin:0}.account_main_wrapper .subjects_wrapper .setting_content_wrapper ul{margin:0}.account_main_wrapper .subjects_wrapper .setting_content_wrapper ul li .options_body_wrapper .active_plans{width:80%}.account_main_wrapper .subjects_wrapper .setting_content_wrapper ul li .options_body_wrapper .active_plans h6{color:#27387d;font-family:Raleway,sans-serif;font-weight:600;margin-bottom:5px}.account_main_wrapper .subjects_wrapper .setting_content_wrapper ul li .options_body_wrapper .active_plans p{color:#43455e;margin-bottom:0}.account_main_wrapper .subjects_wrapper .setting_content_wrapper ul li .options_body_wrapper .arrow_plans{text-align:right;width:20%}.account_main_wrapper .subjects_wrapper .setting_content_wrapper ul li .options_body_wrapper .arrow_plans .dropdown button{color:#27387d;font-size:14px;font-weight:500;padding:0}.account_main_wrapper .subjects_wrapper .setting_content_wrapper ul li .options_body_wrapper .arrow_plans .dropdown button:after{border:0;content:url(../../static/media/chevron_down.2458d0f558c3d5ea09da.svg);margin-left:.455em;vertical-align:.055em}.account_main_wrapper .subjects_wrapper .setting_content_wrapper ul li .options_body_wrapper .arrow_plans .dropdown .version_dropdown{font-size:14px;padding:0}.account_main_wrapper .subjects_wrapper .setting_content_wrapper ul li .options_body_wrapper .arrow_plans .dropdown .version_dropdown .dropdown-item{padding:.25rem .9rem}.account_main_wrapper .subjects_wrapper .setting_content_wrapper ul li .options_body_wrapper .arrow_plans span{background:#f6f7fe;color:#27387d;display:inline-block;font-size:12px;padding:1px 5px}.account_main_wrapper .subjects_wrapper .setting_content_wrapper ul li .options_body_wrapper .arrow_plans span.english{border-radius:8px 0 0 8px;cursor:pointer}.account_main_wrapper .subjects_wrapper .setting_content_wrapper ul li .options_body_wrapper .arrow_plans span.english.active{background:#27387d;color:#fff}.account_main_wrapper .subjects_wrapper .setting_content_wrapper ul li .options_body_wrapper .arrow_plans span.hinglish{background:#f6f7fe;border-radius:0 8px 8px 0;color:#27387d;cursor:pointer}.account_main_wrapper .subjects_wrapper .setting_content_wrapper ul li .options_body_wrapper .arrow_plans span.hinglish.active{background:#27387d;color:#fff}.account_main_wrapper .subjects_wrapper .setting_content_wrapper ul li+li{border-top:1px solid #e9ebf2;margin-top:10px;padding-top:10px}.account_main_wrapper .subjects_wrapper .manage_devices_wrapper ul li .options_body_wrapper .active_plans h6 img{margin-right:10px}.account_main_wrapper .subjects_wrapper .manage_devices_wrapper ul li .options_body_wrapper .active_plans p span{background:#46b873;border-radius:100%;display:inline-block;height:5px;margin-right:10px;width:5px}.account_main_wrapper .subjects_wrapper .manage_devices_wrapper ul li .options_body_wrapper .active_plans p img{margin-right:10px}.account_main_wrapper .subjects_wrapper .manage_devices_wrapper ul li .options_body_wrapper .arrow_plans span{color:#46b873;font-size:12px}.account_main_wrapper .subjects_wrapper .manage_devices_wrapper ul li .options_body_wrapper .arrow_plans.logout_devices span{background:#dc3f1633;border:1px solid #dc3f16;border-radius:20px;color:#dc3f16;cursor:pointer;display:inline-block;font-size:12px;padding:4px 12px}.account_main_wrapper .subjects_wrapper .manage_devices_wrapper ul li .options_body_wrapper .arrow_plans.logout_devices span img{margin-right:5px;width:12px}.account_main_wrapper .subjects_wrapper .recommended_video_wrapper{background:#0000;border:0;margin:0;padding:0}.account_main_wrapper .subjects_wrapper .recommended_video_wrapper .recommend_video_details ul li{flex:0 0 48.7%;margin-bottom:15px}.account_main_wrapper .subjects_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main{background:#fff;border:1px solid #efefff;border-radius:8px}.account_main_wrapper .subjects_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .user_img{height:90px;width:94px}.account_main_wrapper .subjects_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .recommend_list_content{width:calc(100% - 94px)}.account_main_wrapper .subjects_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .recommend_list_content .continue_qbanks_wrapper .qbanks_rating span{background:#0000;border-radius:0;border-radius:initial;color:inherit;padding:initial;vertical-align:middle}.account_main_wrapper .subjects_wrapper .recommended_video_wrapper .recommend_video_details ul li:nth-child(2n){margin-left:15px}.account_main_wrapper .subjects_wrapper .recommended_video_wrapper .recommend_video_details ul li+li{border:0;margin-top:0;padding-top:0}.account_main_wrapper .subjects_wrapper .recommended_video_wrapper .main_tabs_wrapper .test_content_inner_tabs .sublist_all_test_wrapper .test_year_wrapper .recommend_video_details .recommend_list_main{margin-bottom:15px}.account_main_wrapper .subjects_wrapper .recommended_video_wrapper .main_tabs_wrapper .test_content_inner_tabs .sublist_all_test_wrapper .test_year_wrapper .recommend_video_details .recommend_list_main .user_img,.account_main_wrapper .subjects_wrapper .recommended_video_wrapper .main_tabs_wrapper .test_content_inner_tabs .sublist_all_test_wrapper .test_year_wrapper .recommend_video_details .recommend_list_main .user_img img{border-radius:8px 0 0 8px}.account_main_wrapper .subjects_wrapper .recommended_video_wrapper .main_tabs_wrapper .test_content_inner_tabs .sublist_all_test_wrapper .test_year_wrapper .recommend_video_details .recommend_list_main .recommend_list_content .continue_qbanks_wrapper .qbanks_rating span{cursor:pointer;display:inline-block}.account_main_wrapper .subjects_wrapper .recommended_video_wrapper .qbanksTab_data ul li .recommend_list_main .user_img{border-radius:8px 0 0 8px}.account_main_wrapper .subjects_wrapper .recommended_video_wrapper .qbanksTab_data ul li .recommend_list_main .recommend_list_content .continue_qbanks_wrapper{margin-bottom:10px}.account_main_wrapper .subjects_wrapper .recommended_video_wrapper .qbanksTab_data ul li .recommend_list_main .recommend_list_content .continue_qbanks_wrapper .qbanks_rating span{display:inline-block}.account_main_wrapper .subjects_wrapper .recommended_video_wrapper .qbanksTab_data ul li .recommend_list_main .recommend_list_content .continue_qbanks_wrapper .qbanks_rating span img{cursor:pointer;width:19px}.account_main_wrapper .subjects_wrapper .recommended_video_wrapper .videoTab_data ul li .recommend_list_main .recommend_list_content .rate_timer .play_icn{right:0}.account_main_wrapper .subjects_wrapper .recommended_video_wrapper .videoTab_data ul li .recommend_list_main .recommend_list_content .bookmark_icn{right:14px}.account_main_wrapper .subjects_wrapper .recommended_video_wrapper .mantraTab_data .mantraList_wrapper .topics_wrapper_main .recommended_video_wrapper .mantra_list_card .manList_body{padding-top:0}.account_main_wrapper .subjects_wrapper .recommended_video_wrapper .questionsBookmarksTab_data{padding-top:13px}.account_main_wrapper .subjects_wrapper .recommended_video_wrapper .questionsBookmarksTab_data .questionsAns_ttl{margin-bottom:10px}.account_main_wrapper .subjects_wrapper .recommended_video_wrapper .questionsBookmarksTab_data .questionsAns_ttl h4{color:#27387d;margin-bottom:0}.account_main_wrapper .subjects_wrapper .recommended_video_wrapper .questionsBookmarksTab_data ul li{margin-bottom:0}.account_main_wrapper .subjects_wrapper .recommended_video_wrapper .questionsBookmarksTab_data ul li .recommend_list_main{border:0}.account_main_wrapper .subjects_wrapper .recommended_video_wrapper .questionsBookmarksTab_data ul li .recommend_list_main .user_img{height:50px;width:50px}.account_main_wrapper .subjects_wrapper .recommended_video_wrapper .questionsBookmarksTab_data ul li .recommend_list_main .user_img .bookarks_qb{height:50px;line-height:50px;width:50px}.account_main_wrapper .subjects_wrapper .recommended_video_wrapper .questionsBookmarksTab_data ul li .recommend_list_main .recommend_list_content{width:calc(100% - 50px)}.account_main_wrapper .subjects_wrapper .recommended_video_wrapper .questionsBookmarksTab_data ul li .recommend_list_main .recommend_list_content .continue_qbanks_wrapper .continue_ttl{width:90%}.account_main_wrapper .subjects_wrapper .recommended_video_wrapper .questionsBookmarksTab_data ul li .recommend_list_main .recommend_list_content .continue_qbanks_wrapper .qbanks_rating{width:10%}.account_main_wrapper .subjects_wrapper .recommended_video_wrapper .questionsBookmarksTab_data ul li+li{border-top:1px solid #e9ebf2;margin-top:10px;padding-top:10px}.account_main_wrapper .subjects_wrapper .recommended_video_wrapper .questionsBookmarksTab_data ul li:nth-child(2n){margin-left:0}.account_main_wrapper .subjects_wrapper .recommended_video_wrapper .qbanks_bookmark_questions .show_solution_wrapper .show_text{width:90%}.account_main_wrapper .subjects_wrapper .recommended_video_wrapper .qbanks_bookmark_questions .show_solution_wrapper .show_text h6{color:#27387d;font-size:15px;margin-bottom:5px}.account_main_wrapper .subjects_wrapper .recommended_video_wrapper .qbanks_bookmark_questions .show_solution_wrapper .show_text p{color:#656e8d;margin-bottom:0}.account_main_wrapper .subjects_wrapper .recommended_video_wrapper .qbanks_bookmark_questions .show_solution_wrapper .show_toggle{text-align:right;width:10%}.account_main_wrapper .buy_packages{background:#27387d;border-radius:8px;padding:0 20px}.account_main_wrapper .buy_packages .package_text{width:50%}.account_main_wrapper .buy_packages .package_text h6{color:#fff;font-family:Raleway,sans-serif;font-weight:900;margin-bottom:5px}.account_main_wrapper .buy_packages .package_text p{color:#f6f6f8;font-size:12px;margin:0}.account_main_wrapper .buy_packages .package_img{text-align:right;width:50%}.editProfile_wrapper .subjects_wrapper .user_info_wrappper .user_inner_info{width:100%}.editProfile_wrapper .subjects_wrapper .user_info_wrappper .user_inner_info .user_img .camera_position{bottom:0;position:absolute;right:0}.editProfile_wrapper .subjects_wrapper .user_info_wrappper .user_inner_info .user_img .camera_position span{background:#fff;border:1px solid #eff2fa;border-radius:100%;cursor:pointer;display:inline-block;height:20px;line-height:16px;position:relative;text-align:center;width:20px}.editProfile_wrapper .subjects_wrapper .user_info_wrappper .user_inner_info .user_img .camera_position span img{object-fit:contain;width:12px}.editProfile_wrapper .subjects_wrapper .user_info_wrappper .user_inner_info .user_img .camera_position span .file_upload{cursor:pointer;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%}.editProfile_wrapper .subjects_wrapper .personal_details_wrapper .information_options{margin-bottom:5px}.editProfile_wrapper .subjects_wrapper .personal_details_wrapper .edit_profile_details .form-group label{color:#27387d;font-size:12px}.editProfile_wrapper .subjects_wrapper .personal_details_wrapper .edit_profile_details .form-group input,.editProfile_wrapper .subjects_wrapper .personal_details_wrapper .edit_profile_details .form-group select{border:1px solid #d4d7e5;border-radius:8px;color:#17224b;font-size:12px;font-weight:500;height:40px}.editProfile_wrapper .subjects_wrapper .personal_details_wrapper .edit_profile_details .form-group .custom_select{appearance:none;-moz-appearance:none!important;-webkit-appearance:none!important;background-image:url(../../static/media/select_chev.0c506fc61f4f869297fc.svg);background-position:calc(100% - .75rem);background-repeat:no-repeat}.editProfile_wrapper .update_profile_btn .btn_update{background:linear-gradient(0deg,#27387d,#526097 100%,#3d4d8b 0);border:0;border-radius:8px;color:#fff;font-weight:500;padding:8px 0;width:200px}.my_order_wrapper .subjects_wrapper .recommended_video_wrapper .main_tabs_wrapper .recommend_video_details ul li .active_plan_wrapper .active_plan_content{width:80%}.my_order_wrapper .subjects_wrapper .recommended_video_wrapper .main_tabs_wrapper .recommend_video_details ul li .active_plan_wrapper .active_plan_content .active{background:#daf1e3;color:#46b873}.my_order_wrapper .subjects_wrapper .recommended_video_wrapper .main_tabs_wrapper .recommend_video_details ul li .active_plan_wrapper .active_plan_content .assigned{background:#eff2fa;color:#27387d;margin-right:5px}.my_order_wrapper .subjects_wrapper .recommended_video_wrapper .main_tabs_wrapper .recommend_video_details ul li .active_plan_wrapper .active_plan_content .loan_applied{background:#f6f6f8;color:#bcbcbc}.my_order_wrapper .subjects_wrapper .recommended_video_wrapper .main_tabs_wrapper .recommend_video_details ul li .active_plan_wrapper .active_plan_content .expired{background:#fcdcd8;color:#dc3f16}.my_order_wrapper .subjects_wrapper .recommended_video_wrapper .main_tabs_wrapper .recommend_video_details ul li .active_plan_wrapper .active_plan_content .pending{background:#fff4d0;color:#ffc814}.my_order_wrapper .subjects_wrapper .recommended_video_wrapper .main_tabs_wrapper .recommend_video_details ul li .active_plan_wrapper .active_plan_content span{border-radius:4px;display:inline-block;font-size:12px;margin-bottom:7px;padding:1px 6px}.my_order_wrapper .subjects_wrapper .recommended_video_wrapper .main_tabs_wrapper .recommend_video_details ul li .active_plan_wrapper .active_plan_content h6{color:#27387d;margin-bottom:2px}.my_order_wrapper .subjects_wrapper .recommended_video_wrapper .main_tabs_wrapper .recommend_video_details ul li .active_plan_wrapper .active_plan_content p{color:#27387d;font-size:12px;margin-bottom:2px}.my_order_wrapper .subjects_wrapper .recommended_video_wrapper .main_tabs_wrapper .recommend_video_details ul li .active_plan_wrapper .active_plan_content p span{color:#656e8d;margin:0 4px 0 0;padding:0}.my_order_wrapper .subjects_wrapper .recommended_video_wrapper .main_tabs_wrapper .recommend_video_details ul li .active_plan_wrapper .active_plan_price{text-align:right;width:20%}.my_order_wrapper .subjects_wrapper .recommended_video_wrapper .main_tabs_wrapper .recommend_video_details ul li .active_plan_wrapper .active_plan_price h6{color:#27387d;font-weight:900}.my_order_wrapper .subjects_wrapper .recommended_video_wrapper .main_tabs_wrapper .recommend_video_details ul li .active_plan_wrapper .active_plan_price img{cursor:pointer}.my_order_wrapper .subjects_wrapper .recommended_video_wrapper .main_tabs_wrapper .recommend_video_details ul li+li{border-top:1px solid #e9ebf2;margin-left:0;margin-top:10px;padding-top:10px}.order_details_wrapper .subjects_wrapper .recommended_video_wrapper .detailed_form .form-group{border-bottom:1px solid #e9ebf2;margin-bottom:10px;padding-bottom:10px}.order_details_wrapper .subjects_wrapper .recommended_video_wrapper .detailed_form .form-group label{color:#656e8d;font-size:12px;text-transform:uppercase}.order_details_wrapper .subjects_wrapper .recommended_video_wrapper .detailed_form .form-group p{color:#27387d;font-size:14px;font-weight:500;margin:0}.order_details_wrapper .subjects_wrapper .recommended_video_wrapper .detailed_form .form-group p .view_status_tag{font-size:10px;font-weight:400}.order_details_wrapper .subjects_wrapper .recommended_video_wrapper .detailed_form .form-group h6{color:#27387d;font-weight:900;margin:0}.order_details_wrapper .subjects_wrapper .recommended_video_wrapper .detailed_form .form-group h6 span{cursor:pointer;font-size:10px;font-weight:400}.order_details_wrapper .subjects_wrapper .recommended_video_wrapper .detailed_form .form-group ul{margin:0;padding:5px 0 0 16px;position:relative}.order_details_wrapper .subjects_wrapper .recommended_video_wrapper .detailed_form .form-group ul li{color:#43455e;font-size:12px}.order_details_wrapper .subjects_wrapper .recommended_video_wrapper .detailed_form .form-group ul li:before{content:url(../../static/media/detail_tick.5c4e06940ab1b039694c.svg);left:0;position:absolute}.order_details_wrapper .subjects_wrapper .recommended_video_wrapper .detailed_form .form-group ul li+li{margin-top:3px}.order_details_wrapper .subjects_wrapper .recommended_video_wrapper .detailed_form .form-group.billing_address p{max-width:300px}.order_details_wrapper .subjects_wrapper .recommended_video_wrapper .detailed_form .border_zero{border:0;margin:0;padding:0}.account_setting_wrapper .subjects_wrapper .setting_ttl_wrapper{margin-bottom:0}.contact_us_wrapper .contact_us_wrapper ul{margin-bottom:10px}.contact_us_wrapper .contact_us_wrapper ul li .contact_us_body{border:1px solid #eff2fa;border-radius:8px;padding:10px}.contact_us_wrapper .contact_us_wrapper ul li .contact_us_body .contact_hedr h6{color:#27387d;font-family:Raleway,sans-serif;font-weight:700;margin-bottom:5px}.contact_us_wrapper .contact_us_wrapper ul li .contact_us_body .contact_hedr p{color:#43455e;font-size:12px;margin:0}.contact_us_wrapper .contact_us_wrapper ul li .contact_us_body .contact_icon img{width:30px}.contact_us_wrapper .contact_us_wrapper ul li+li{margin-top:10px}.contact_us_wrapper .contact_us_wrapper .imp_note p{color:#656e8d;font-size:12px;margin:0}.detail_modal .modal-content{border:0;border-radius:20px}.detail_modal .modal-content .modal-header{border:0;padding:25px 25px 4px;position:relative}.detail_modal .modal-content .modal-header .modal-title h4{color:#27387d;font-family:Raleway,sans-serif;font-size:20px;font-weight:700;margin-bottom:5px}.detail_modal .modal-content .modal-header .modal-title p{color:#656e8d;margin:0}.detail_modal .modal-content .modal-header .modal-title .cross_icon{cursor:pointer;position:absolute;right:25px;top:18px;z-index:1}.detail_modal .modal-content .modal-header .modal-title .toggle_wrapper{position:absolute;right:20px;top:60px}.detail_modal .modal-content .modal-header .modal-title .toggle_wrapper .react-toggle-track .react-toggle-track-check,.detail_modal .modal-content .modal-header .modal-title .toggle_wrapper .react-toggle-track .react-toggle-track-x{display:none}.detail_modal .modal-content .modal-body{padding:16px 25px}.detail_modal .modal-content .price_details{border-bottom:2px dashed #e9ebf2;margin:0}.detail_modal .modal-content .price_details .basic_plus{margin-bottom:15px}.detail_modal .modal-content .price_details .basic_plus .main_ttl{width:70%}.detail_modal .modal-content .price_details .basic_plus .main_ttl h6{color:#7c88b0;font-weight:400;margin:0}.detail_modal .modal-content .price_details .basic_plus .main_ttl h6 span{color:#7c88b0;display:inline-block;margin-left:5px}.detail_modal .modal-content .price_details .basic_plus .main_ttl .text_blue{color:#27387d;font-weight:500}.detail_modal .modal-content .price_details .basic_plus .main_ttl .price_green{color:#46b873}.detail_modal .modal-content .price_details .basic_plus .price{text-align:right;width:30%}.detail_modal .modal-content .price_details .basic_plus .price span{color:#46b873;font-size:16px;font-weight:900}.detail_modal .modal-content .price_details .basic_plus .price .price_blue{color:#27387d}.detail_modal .modal-content .price_details .basic_plus .price .price_gray{color:#7c88b0}.detail_modal .modal-content .price_details .basic_plus .pricenew{text-align:right;width:30%}.detail_modal .modal-content .price_details .basic_plus .pricenew span{color:#f80303;font-size:16px;font-weight:900}.detail_modal .modal-content .price_details .basic_plus .pricenew .price_blue{color:#27387d}.detail_modal .modal-content .price_details .basic_plus .pricenew .price_gray{color:#7c88b0}.detail_modal .modal-content .modal-footer{border:0;display:inline;display:initial;padding:0 25px 10px}.detail_modal .modal-content .modal-footer .final_price{border:0}.apply_filter .modal-dialog{max-width:700px}.apply_filter .modal-content .modal-header .modal-title h4 span{color:#dc3f16;display:inline-block;font-size:12px;margin-left:10px;position:static;right:auto;top:auto;vertical-align:middle;z-index:auto}.apply_filter .modal-content .modal-header .modal-title h4 span img{margin-right:3px}.apply_filter .modal-content .filter_status_wrapper .filter_body{border-bottom:1px solid #e9ebf2;margin-bottom:15px;padding-bottom:15px}.apply_filter .modal-content .filter_status_wrapper .filter_body .status_ttl{margin-bottom:12px}.apply_filter .modal-content .filter_status_wrapper .filter_body .status_ttl h6{color:#27387d;font-family:Raleway,sans-serif;font-weight:600;margin:0}.apply_filter .modal-content .filter_status_wrapper .filter_body .status_ttl h6 span{color:#656e8d;display:inline-block;font-family:Roboto,sans-serif;font-weight:500;margin-left:4px}.apply_filter .modal-content .filter_status_wrapper .filter_body .status_checkboxes .all_checkbox{margin-bottom:15px}.apply_filter .modal-content .filter_status_wrapper .filter_body .status_checkboxes .custom-control-input:checked~.custom-control-label:before{background-color:#27387d;border-color:#27387d}.apply_filter .modal-content .filter_status_wrapper .filter_body .status_checkboxes .custom-control-label{color:#27387d;font-size:13px;font-weight:500}.apply_filter .modal-content .filter_status_wrapper .filter_body .status_checkboxes .custom-control-label:before{border-radius:2px;top:0}.apply_filter .modal-content .filter_status_wrapper .filter_body .status_checkboxes .custom-control-label:after{top:0}.apply_filter .modal-content .filter_status_wrapper .filter_body .status_checkboxes .filter_checkbox .custom-control{flex:0 0 16%}.apply_filter .modal-content .filter_status_wrapper .filter_body .status_checkboxes .filter_checkbox .custom-control span{border:1px solid #0997bd;border-radius:100%;display:inline-block;height:12px;margin-left:4px;vertical-align:text-top;width:12px}.apply_filter .modal-content .filter_status_wrapper .filter_body .status_checkboxes .filter_checkbox .custom-control span.correct{border:1px solid #46b873}.apply_filter .modal-content .filter_status_wrapper .filter_body .status_checkboxes .filter_checkbox .custom-control span.incorrect{border:1px solid #dc3f16}.apply_filter .modal-content .filter_status_wrapper .filter_body .status_checkboxes .filter_checkbox .custom-control span.skip{border:1px solid #17224b}.apply_filter .modal-content .filter_status_wrapper .filter_body .status_checkboxes .filter_checkbox .custom-control span.guess{border:1px solid #cdc6a5}.apply_filter .modal-content .filter_status_wrapper .filter_body .status_checkboxes .filter_checkbox .custom-control span.review{border:1px solid #efae20}.apply_filter .modal-content .filter_status_wrapper .filter_body .status_checkboxes .filter_checkbox .custom-control+.custom-control{margin-left:5px}.apply_filter .modal-content .filter_status_wrapper .select_subject_topics{border:0;margin-bottom:0;padding-bottom:0}.apply_filter .modal-content .filter_status_wrapper .select_subject_topics .status_ttl{margin-bottom:20px}.apply_filter .modal-content .filter_status_wrapper .select_subject_topics .custom_select_filter .select_all_topics .all_checkbox{border-bottom:1px solid #e9ebf2;margin-bottom:11px;padding-bottom:4px}.apply_filter .modal-content .filter_status_wrapper .select_subject_topics .custom_select_filter .select_topics_wrapper .topics_card .topics_hedr{border-bottom:1px solid #e9ebf2;margin-bottom:9px;padding-bottom:9px;position:relative}.apply_filter .modal-content .filter_status_wrapper .select_subject_topics .custom_select_filter .select_topics_wrapper .topics_card .topics_hedr .sub_arrow{position:absolute;right:0;top:0;z-index:1}.apply_filter .modal-content .filter_status_wrapper .select_subject_topics .custom_select_filter .select_topics_wrapper .topics_card .topics_hedr .status_checkboxes.collapsed~.sub_arrow{transform:rotate(180deg)}.apply_filter .modal-content .filter_status_wrapper .select_subject_topics .custom_select_filter .select_topics_wrapper .topics_card .topics_body_content{padding-left:20px}.apply_filter .modal-content .rating_submit{text-align:right}.apply_filter .modal-content .rating_submit .btn_theme{background:linear-gradient(0deg,#27387d,#526097 100%,#3d4d8b 0);border:0;border-radius:8px;color:#fff;font-weight:500;padding:8px 0;width:200px}.apply_filter .modal-content .rating_submit .btn_border{background:#0000;border:1px solid #efefff;color:#27387d;margin-right:15px}.mantras_wrapper .subjects_wrapper .all_subjects_name_wrapper ul li .subject_main_list .subject_img_wrap{width:85%}.mantras_wrapper .subjects_wrapper .all_subjects_name_wrapper ul li .subject_main_list .subject_img_wrap .subject_details{width:calc(100% - 30px)}.mantras_wrapper .subjects_wrapper .all_subjects_name_wrapper ul li .subject_main_list .progressbar_wraper{text-align:right;width:15%}.mantras_wrapper .videos_wrapper .recommended_video_wrapper .mantra_jump .form-group{margin:0;width:80%}.mantras_wrapper .videos_wrapper .recommended_video_wrapper .mantra_jump .form-group input{height:40px}.mantras_wrapper .videos_wrapper .recommended_video_wrapper .mantra_jump .form-group input::placeholder{font-size:12px}.mantras_wrapper .videos_wrapper .recommended_video_wrapper .mantra_jump .jump_btn{padding-left:10px;width:20%}.mantras_wrapper .videos_wrapper .recommended_video_wrapper .mantra_jump .jump_btn .btn_jump{background:#27387d;color:#fff;font-size:12px;padding:10px 11px}.mantraList_wrapper .topics_wrapper_main .subjects_wrapper .topic_image_ttl .back_arrow{cursor:pointer;margin:0 20px 0 0;width:16px}.mantraList_wrapper .topics_wrapper_main .subjects_wrapper .topic_image_ttl .back_arrow img{width:100%}.mantraList_wrapper .topics_wrapper_main .subjects_wrapper .topic_image_ttl .subject_ttl_detail{width:calc(100% - 16px)}.mantraList_wrapper .topics_wrapper_main .subjects_wrapper .topic_image_ttl .subject_inner_img{margin:0 20px 0 0;width:34px}.mantraList_wrapper .topics_wrapper_main .subjects_wrapper .topic_image_ttl .subject_inner_img img{width:100%}.mantraList_wrapper .topics_wrapper_main .subjects_wrapper .topic_image_ttl .subject_ttl_detail h5{color:#27387d;font-family:Raleway,sans-serif;font-size:18px;font-weight:700;margin:0 0 5px}.mantraList_wrapper .topics_wrapper_main .subjects_wrapper .topic_image_ttl .subject_ttl_detail .totl_numbr{background:#27387d;border-radius:4px;color:#fff;display:inline-block;font-size:12px;margin-bottom:7px;padding:1px 5px}.mantraList_wrapper .topics_wrapper_main .subjects_wrapper .topic_image_ttl .subject_ttl_detail .totl_numbr .num_count{color:#d4d7e6}.mantraList_wrapper .topics_wrapper_main .subjects_wrapper .topic_image_ttl .subject_ttl_detail p{margin-bottom:0}.mantraList_wrapper .topics_wrapper_main .subjects_wrapper .topic_image_ttl .subject_ttl_detail p span{background:#d4d7e6;border-radius:4px;color:#7c88b0;display:inline-block;font-size:12px;margin-right:5px;padding:1px 5px}.mantraList_wrapper .topics_wrapper_main .recommended_video_wrapper .mantra_list_card{border:1px solid #e9ebf2;border-radius:8px;padding:10px}.mantraList_wrapper .topics_wrapper_main .recommended_video_wrapper .mantra_list_card .manList_hedr a{position:relative}.mantraList_wrapper .topics_wrapper_main .recommended_video_wrapper .mantra_list_card .manList_hedr a .manSub_content .sub_img{margin:0;width:26px}.mantraList_wrapper .topics_wrapper_main .recommended_video_wrapper .mantra_list_card .manList_hedr a .manSub_content .sub_img img{width:100%}.mantraList_wrapper .topics_wrapper_main .recommended_video_wrapper .mantra_list_card .manList_hedr a .manSub_content .manSub_text{padding-left:10px;width:calc(100% - 26px)}.mantraList_wrapper .topics_wrapper_main .recommended_video_wrapper .mantra_list_card .manList_hedr a .manSub_content .manSub_text h6{color:#27387d;font-family:Raleway,sans-serif;font-size:14px;font-weight:700;margin:0}.mantraList_wrapper .topics_wrapper_main .recommended_video_wrapper .mantra_list_card .manList_hedr a .manSub_content .manSub_text h6 span{color:#656e8d;display:inline-block;font-family:Roboto,sans-serif;font-size:12px;margin-left:3px}.mantraList_wrapper .topics_wrapper_main .recommended_video_wrapper .mantra_list_card .manList_hedr a .sub_arrow{position:absolute;right:0;top:0}.mantraList_wrapper .topics_wrapper_main .recommended_video_wrapper .mantra_list_card .manList_hedr a.collapsed .sub_arrow{transform:rotate(180deg)}.mantraList_wrapper .topics_wrapper_main .recommended_video_wrapper .mantra_list_card .manList_body{padding-top:10px}.mantraList_wrapper .topics_wrapper_main .recommended_video_wrapper .mantra_list_card .manList_body .manList_body_content .manList_bookmark{margin-bottom:4px}.mantraList_wrapper .topics_wrapper_main .recommended_video_wrapper .mantra_list_card .manList_body .manList_body_content .manList_bookmark .man_label{width:80%}.mantraList_wrapper .topics_wrapper_main .recommended_video_wrapper .mantra_list_card .manList_body .manList_body_content .manList_bookmark .man_label .mantra_number{border:1px solid #7c88b0;border-radius:4px;color:#7c88b0;display:inline-block;font-size:11px;padding:0 4px}.mantraList_wrapper .topics_wrapper_main .recommended_video_wrapper .mantra_list_card .manList_body .manList_body_content .manList_bookmark .man_label .mantra_number .num{color:#27387d}.mantraList_wrapper .topics_wrapper_main .recommended_video_wrapper .mantra_list_card .manList_body .manList_body_content .manList_bookmark .bookmark_lable{text-align:right;width:20%}.mantraList_wrapper .topics_wrapper_main .recommended_video_wrapper .mantra_list_card .manList_body .manList_body_content .manList_bookmark .bookmark_lable img{cursor:pointer}.mantraList_wrapper .topics_wrapper_main .recommended_video_wrapper .mantra_list_card .manList_body .manList_body_content .manList_quesname .manques_name{width:80%}.mantraList_wrapper .topics_wrapper_main .recommended_video_wrapper .mantra_list_card .manList_body .manList_body_content .manList_quesname .manques_name p{color:#27387d;font-size:14px;margin:0}.mantraList_wrapper .topics_wrapper_main .recommended_video_wrapper .mantra_list_card .manList_body .manList_body_content .manList_quesname .man_arrow{text-align:right;width:20%}.mantraList_wrapper .topics_wrapper_main .recommended_video_wrapper .mantra_list_card .manList_body .manList_body_content .manList_quesname .man_arrow img{cursor:pointer}.mantraList_wrapper .topics_wrapper_main .recommended_video_wrapper .mantra_list_card .manList_body .manList_body_content+.manList_body_content{border-top:1px solid #e9ebf2;margin-top:5px;padding-top:5px}.mantraList_wrapper .topics_wrapper_main .recommended_video_wrapper .mantra_list_card.selected{background:#eff2fa}.mantraList_wrapper .topics_wrapper_main .recommended_video_wrapper .mantra_list_card+.mantra_list_card{margin-top:10px}.mantraList_wrapper .topics_wrapper_main .recommended_video_wrapper .mantra_body_content .mantra_hedr{border-bottom:1px solid #efefff;margin-bottom:15px;padding-bottom:15px}.mantraList_wrapper .topics_wrapper_main .recommended_video_wrapper .mantra_body_content .mantra_hedr .mantra_ttl{width:70%}.mantraList_wrapper .topics_wrapper_main .recommended_video_wrapper .mantra_body_content .mantra_hedr .mantra_ttl h6{color:#27387d;font-family:Raleway,sans-serif;font-weight:700;margin:0}.mantraList_wrapper .topics_wrapper_main .recommended_video_wrapper .mantra_body_content .mantra_hedr .mantra_share_options{text-align:right;width:30%}.mantraList_wrapper .topics_wrapper_main .recommended_video_wrapper .mantra_body_content .mantra_hedr .mantra_share_options img+img{margin-left:15px}.mantraList_wrapper .topics_wrapper_main .recommended_video_wrapper .mantra_body_content .mantra_text ul{padding-left:30px}.mantraList_wrapper .topics_wrapper_main .recommended_video_wrapper .mantra_body_content .mantra_text ul li{list-style-type:disc}.mantraList_wrapper .topics_wrapper_main .recommended_video_wrapper .mantra_body_content .mantra_text ul li::marker{color:#27387d}.mantraList_wrapper .topics_wrapper_main .recommended_video_wrapper .mantra_body_content .mantra_text ul li+li{margin-top:5px}.mantraList_wrapper .topics_wrapper_main .recommended_video_wrapper .mantra_body_content .mantra_text .mantra_child table{background-color:#0000;border:1px solid #dee2e6;border-radius:8px;margin-bottom:1rem;max-width:100%;width:100%}.mantraList_wrapper .topics_wrapper_main .recommended_video_wrapper .mantra_body_content .mantra_text .mantra_child table td,.mantraList_wrapper .topics_wrapper_main .recommended_video_wrapper .mantra_body_content .mantra_text .mantra_child table th{border:1px solid #dee2e6;font-size:16px;padding:.75rem;vertical-align:top}.mantraList_wrapper .topics_wrapper_main .recommended_video_wrapper .mantra_body_content .mantra_text .mantra_child table td p,.mantraList_wrapper .topics_wrapper_main .recommended_video_wrapper .mantra_body_content .mantra_text .mantra_child table th p{margin-bottom:0}.mantraList_wrapper .topics_wrapper_main .recommended_video_wrapper .mantra_body_content .mantra_text .mantra_child table tbody tr:first-child{background:#eaedfb}.mantraList_wrapper .topics_wrapper_main .recommended_video_wrapper .mantra_body_content .mantra_text .mantra_child table tbody tr:first-child td:first-child{border:0;font-weight:600!important}.mantraList_wrapper .topics_wrapper_main .recommended_video_wrapper .mantra_body_content .mantra_text .mantra_child table tbody tr td{white-space:normal;word-break:break-all}.mantraList_wrapper .topics_wrapper_main .mantra_btns .btn_theme{background:linear-gradient(0deg,#27387d,#526097 100%,#3d4d8b 0);border:0;border-radius:8px;color:#fff;font-weight:500;padding:8px 0;width:200px}.mantraList_wrapper .topics_wrapper_main .mantra_btns .btn_border{background:#fff;color:#27387d}.mantraList_wrapper .subjects_wrapper .all_subjects_name_wrapper ul li .subject_main_list .subject_img_wrap{width:100%}.mantraList_wrapper .subjects_wrapper .all_subjects_name_wrapper ul li .subject_main_list .subject_img_wrap .subject_details{width:calc(100% - 30px)}.signup{background:#fff}.signup_wrapper{background:url(../../static/media/bg_signup.a68d59de2e7daabe935a.png);background-position:0 165px;background-repeat:no-repeat;background-size:cover;height:100vh;overflow-x:hidden;width:100%}.signup_wrapper .register_container{padding:140px 100px 0}.signup_wrapper .register_container .stepper ul{margin:0 0 30px}.signup_wrapper .register_container .stepper ul li{color:#7c88b0;flex:0 0 34%;font-size:14px;font-weight:500;position:relative;text-align:center}.signup_wrapper .register_container .stepper ul li:after{background:#eff2fa;content:"";height:4px;left:50%;position:absolute;top:8px;width:100%;z-index:1}.signup_wrapper .register_container .stepper ul li:before{background:#eff2fa;border:1px solid #eff2fa;border-radius:100%;content:"";display:block;font-size:10px;font-weight:600;height:19px;line-height:19px;margin:0 auto 2px;position:relative;width:19px;z-index:2}.signup_wrapper .register_container .stepper ul li:last-child:after{content:none}.signup_wrapper .register_container .stepper ul li.active{color:#27387d}.signup_wrapper .register_container .stepper ul li.active:before{background:#fff;border:1px solid #27387d}.signup_wrapper .register_container .stepper ul li.step1_complete:after{background:#27387d}.signup_wrapper .register_container .stepper ul li.step1_complete:before{background:#27387d;color:#fff;content:"";font-family:Font Awesome\ 5 Free}.signup_wrapper .register_container .stepper ul li .step_1{display:inline-block;padding-left:19px}.signup_wrapper .register_container .stepper ul li .step_3{display:inline-block;padding-right:19px}.signup_wrapper .register_container .stepper .stepper_form{margin:0 215px 0 240px}.signup_wrapper .register_container .stepper .stepper_form .stepper_form_1 .personal_ttl_form{margin-bottom:30px}.signup_wrapper .register_container .stepper .stepper_form .stepper_form_1 .personal_ttl_form .back_arrow{background:#eff2fa;border-radius:100%;cursor:pointer;height:30px;line-height:30px;margin:0;text-align:center;width:30px}.signup_wrapper .register_container .stepper .stepper_form .stepper_form_1 .personal_ttl_form .back_arrow img{width:14px}.signup_wrapper .register_container .stepper .stepper_form .stepper_form_1 .personal_ttl_form .personal_ttl{padding-left:15px;width:calc(100% - 30px)}.signup_wrapper .register_container .stepper .stepper_form .stepper_form_1 .personal_ttl_form .personal_ttl h3{color:#27387d;font-family:Raleway,sans-serif;font-size:24px;font-weight:700;margin-bottom:0}.signup_wrapper .register_container .stepper .stepper_form .stepper_form_1 .personal_ttl_form .personal_ttl p{color:#43455e;margin:0}.signup_wrapper .register_container .stepper .stepper_form .stepper_form_1 .form_submit_grp .form-group label{color:#27387d;font-size:14px}.signup_wrapper .register_container .stepper .stepper_form .stepper_form_1 .form_submit_grp .form-group input{border:1px solid #d4d7e5;border-radius:8px;font-size:14px;height:40px}.signup_wrapper .register_container .stepper .stepper_form .stepper_form_1 .form_submit_grp .form-group input::placeholder{color:#7c88b0;font-size:12px}.signup_wrapper .register_container .stepper .stepper_form .stepper_form_1 .form_submit_grp .form-group select{border:1px solid #d4d7e5;border-radius:8px;font-size:12px;height:40px}.signup_wrapper .register_container .stepper .stepper_form .stepper_form_1 .form_submit_grp .form-group select:disabled{background:#f6f8ff;border:0}.signup_wrapper .register_container .stepper .stepper_form .stepper_form_1 .form_submit_grp .form-group .profile_picture{margin-bottom:60px}.signup_wrapper .register_container .stepper .stepper_form .stepper_form_1 .form_submit_grp .form-group .profile_picture .picture{border:1px dashed #e9ebf2;border-radius:100%;height:50px;margin:0;padding:2px;text-align:center;width:50px}.signup_wrapper .register_container .stepper .stepper_form .stepper_form_1 .form_submit_grp .form-group .profile_picture .picture img{border-radius:100%;height:100%;object-fit:cover;width:100%}.signup_wrapper .register_container .stepper .stepper_form .stepper_form_1 .form_submit_grp .form-group .profile_picture .pic_content{padding-left:10px;width:calc(100% - 50px)}.signup_wrapper .register_container .stepper .stepper_form .stepper_form_1 .form_submit_grp .form-group .profile_picture .pic_content p{color:#43455e;margin:0}.signup_wrapper .register_container .stepper .stepper_form .stepper_form_1 .form_submit_grp .form-group .profile_picture .pic_content h6{color:#27387d;cursor:pointer;font-size:12px;font-weight:700;margin:0;position:relative}.signup_wrapper .register_container .stepper .stepper_form .stepper_form_1 .form_submit_grp .form-group .profile_picture .pic_content h6 input{border:0;cursor:pointer;font-size:inherit;height:100%;left:0;opacity:0;position:absolute;top:0;width:52%}.signup_wrapper .register_container .stepper .stepper_form .stepper_form_1 .form_submit_grp .form-group .submit_btn .btn_theme{background:linear-gradient(0deg,#27387d,#526097 100%,#3d4d8b 0);border:0;border-radius:8px;color:#fff;font-weight:500;padding:8px 0;width:200px;width:100%}.signup_wrapper .register_container .stepper .stepper_form .stepper_form_1 .form_submit_grp .choose_course_wrapper{border-bottom:1px solid #e9ebf2;margin-bottom:20px;padding-bottom:10px}.signup_wrapper .register_container .stepper .stepper_form .stepper_form_1 .form_submit_grp .choose_course_wrapper .course_content{width:85%}.signup_wrapper .register_container .stepper .stepper_form .stepper_form_1 .form_submit_grp .choose_course_wrapper .course_content .choose_box{background:#eff2fa;border-radius:6px;height:28px;margin:0;width:28px}.signup_wrapper .register_container .stepper .stepper_form .stepper_form_1 .form_submit_grp .choose_course_wrapper .course_content .course_body{padding-left:10px;width:calc(100% - 28px)}.signup_wrapper .register_container .stepper .stepper_form .stepper_form_1 .form_submit_grp .choose_course_wrapper .course_content .course_body h6{color:#27387d;margin:0}.signup_wrapper .register_container .stepper .stepper_form .stepper_form_1 .form_submit_grp .choose_course_wrapper .course_content .course_body p{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#656e8d;display:-webkit-box;font-size:12px;margin:0;max-width:100%;overflow:hidden}.signup_wrapper .register_container .stepper .stepper_form .stepper_form_1 .form_submit_grp .choose_course_wrapper .checkbox{text-align:right;width:15%}.signup_wrapper .register_container .stepper .stepper_form .stepper_form_1 .form_submit_grp .choose_course_wrapper .checkbox .custom-checkbox input:checked~label:before{background:#27387d;border-color:#27387d}.signup_wrapper .register_container .stepper .stepper_form .stepper_form_1 .form_submit_grp .choose_course_wrapper .checkbox .custom-checkbox input:indeterminate~label:before{background:#d0d0d8;border-color:#d0d0d8}.signup_wrapper .register_container .stepper .stepper_form .stepper_form_1 .form_submit_grp .choose_course_wrapper .checkbox .custom-checkbox input:indeterminate~label:after{background-image:none}.signup_wrapper .register_container .stepper .stepper_form .stepper_form_1 .form_submit_grp .choose_course_wrapper .checkbox .custom-checkbox label:before{border-radius:100%}.signup_wrapper .register_container .stepper .stepper_form .stepper_form_1 .form_submit_grp .accept_condition label{color:#27387d;font-size:14px;left:45px}.signup_wrapper .register_container .stepper .stepper_form .stepper_form_1 .form_submit_grp .accept_condition label a{display:inline-block;font-weight:500;text-decoration:underline}.signup_wrapper .register_container .stepper .stepper_form .stepper_form_1 .form_submit_grp .accept_condition input:checked~label:before{background:#27387d;border-color:#27387d}.signup_wrapper .register_container .stepper .stepper_form .stepper_form_1 .form_submit_grp .submit_btn{margin-top:60px}.signup_wrapper .register_container .stepper .stepper_form .stepper_form_1 .form_submit_grp .submit_btn .btn_theme{background:linear-gradient(0deg,#27387d,#526097 100%,#3d4d8b 0);border:0;border-radius:8px;color:#fff;font-weight:500;padding:8px 0;width:200px;width:320px}.login_wrapper{display:flex;flex-direction:column;justify-content:center}.login_wrapper .register_container{max-height:360px;min-height:360px;padding:0}.login_wrapper .register_container .slider_wrapper .slider_content .slide_img{margin-bottom:50px}.login_wrapper .register_container .slider_wrapper .slider_content .slide_img img{display:inline-block}.login_wrapper .register_container .slider_wrapper .slider_content .img_text h5{color:#27387d;font-family:Raleway,sans-serif;font-weight:700}.login_wrapper .register_container .slider_wrapper .slider_content .img_text p{color:#27387d;margin:0}.login_wrapper .register_container .slider_wrapper .slick-dots li{margin:0 2px}.login_wrapper .register_container .slider_wrapper .slick-dots li button:before{color:#27387d;font-size:12px;height:10px;width:10px}.login_wrapper .register_container .slider_wrapper .slick-dots li button:focus:before,.login_wrapper .register_container .slider_wrapper .slick-dots li button:hover:before{opacity:.25}.login_wrapper .register_container .slider_wrapper .slick-dots li.slick-active button:before{color:#27387d;opacity:1}.login_wrapper .register_container .login_content{margin:0 auto;width:44%}.login_wrapper .register_container .login_content .login_home .exit_user{margin-bottom:40px}.login_wrapper .register_container .login_content .login_home .exit_user .exit_arrow{cursor:pointer;margin:0 10px 0 0}.login_wrapper .register_container .login_content .login_home .exit_user h3{margin-bottom:0}.login_wrapper .register_container .login_content .login_home h3{color:#27387d;font-family:Raleway,sans-serif;font-size:24px;font-weight:700;margin-bottom:40px}.login_wrapper .register_container .login_content .login_home .existing_usr{margin-bottom:20px}.login_wrapper .register_container .login_content .login_home .existing_usr h6{color:#43455e;font-family:Raleway,sans-serif;font-size:14px;font-weight:700;margin-bottom:0}.login_wrapper .register_container .login_content .login_home .existing_usr p{color:#43455e;font-size:14px;margin-bottom:0}.login_wrapper .register_container .login_content .login_home .existing_usr p span{color:#27387d;display:inline-block;font-weight:500;margin-right:7px}.login_wrapper .register_container .login_content .login_home .existing_usr p img{cursor:pointer}.login_wrapper .register_container .login_content .login_home .input_box{margin-bottom:0;max-height:64px;min-height:64px}.login_wrapper .register_container .login_content .login_home .input_box .PhoneInput{border:1px solid #d4d7e5;border-radius:8px;height:40px;padding:0 11px}.login_wrapper .register_container .login_content .login_home .input_box .PhoneInput input{border:0}.login_wrapper .register_container .login_content .login_home .input_box .PhoneInput input::placeholder{color:#d4d7e4;font-size:14px}.login_wrapper .register_container .login_content .login_home .input_box .PhoneInput input:focus-visible{outline:0}.login_wrapper .register_container .login_content .login_home .input_box .PhoneInput.PhoneInput--focus{border-color:#27387d}.login_wrapper .register_container .login_content .login_home .input_box .get_otp{color:#27387d;cursor:pointer;font-size:14px;font-weight:500;position:absolute;right:8px;top:10px;z-index:1}.login_wrapper .register_container .login_content .login_home .input_box.validation_border .intl-tel-input input{border:1px solid #dc3f16}.login_wrapper .register_container .login_content .login_home .sep_wrapper{margin-bottom:20px;width:100%}.login_wrapper .register_container .login_content .login_home .sep_wrapper .separator{align-items:center;color:#d4d7e4;display:flex;font-size:12px}.login_wrapper .register_container .login_content .login_home .sep_wrapper .separator:before{background:#d4d7e5;content:"";flex:1 1;height:1px;margin:0 10px 0 0}.login_wrapper .register_container .login_content .login_home .sep_wrapper .separator:after{background:#d4d7e5;content:"";flex:1 1;height:1px;margin:0 0 0 10px}.login_wrapper .register_container .login_content .login_home .login_with_google{margin-bottom:50px}.login_wrapper .register_container .login_content .login_home .login_with_google .btn_google{border:1px solid #27387d;border-radius:8px;color:#27387d;font-size:14px;font-weight:500;width:100%}.login_wrapper .register_container .login_content .login_home .login_with_google .btn_google img{width:21px}.login_wrapper .register_container .login_content .login_home .register_usr h6{color:#43455e;font-family:Raleway,sans-serif;font-size:14px;font-weight:700;margin:0}.login_wrapper .register_container .login_content .login_home .register_usr h6 a{color:#27387d;font-family:Roboto,sans-serif;font-size:12px;font-weight:400;text-decoration:underline;vertical-align:top}.login_wrapper .register_container .login_content .login_home .otp_number{margin-bottom:12px}.login_wrapper .register_container .login_content .login_home .otp_boxes{margin-bottom:50px}.login_wrapper .register_container .login_content .login_home .otp_boxes p{color:#27387d;font-size:14px;margin-bottom:6px}.login_wrapper .register_container .login_content .login_home .otp_boxes .boxes{margin-bottom:8px}.login_wrapper .register_container .login_content .login_home .otp_boxes .boxes input{border:1px solid #d4d7e5;border-radius:8px;height:40px;margin-right:20px;width:40px!important}.login_wrapper .register_container .login_content .login_home .otp_boxes .boxes input::selection{background:#0000}.login_wrapper .register_container .login_content .login_home .otp_boxes .resend{color:#7c88b0;display:block;font-size:12px}.login_wrapper .register_container .login_content .login_home .otp_boxes .resend_link{color:#27387d;display:block;font-size:12px;font-weight:500;text-decoration:underline}.login_wrapper .register_container .login_content .login_home .verify_btn .btn_verify{background:linear-gradient(0deg,#27387d,#526097 100%,#3d4d8b 0);border:0;border-radius:8px;color:#fff;font-weight:500;padding:8px 0;width:200px;width:222px}.report_modal .account_option_wrapper .account_header h6{color:#27387d;font-family:Raleway,sans-serif;font-weight:700;margin-bottom:5px}.report_modal .account_option_wrapper .account_header p{color:#43455e;margin-bottom:10px}.report_modal .account_option_wrapper .options input:checked~label:before{background:#0000;border-color:#27387d}.report_modal .account_option_wrapper .options input:checked~label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3E%3Ccircle r='4' fill='%2327387d'/%3E%3C/svg%3E")}.report_modal .account_option_wrapper .options .custom-control{margin-bottom:10px}.report_modal .account_option_wrapper .options .custom-control label{color:#27387d;font-size:14px}.deleteAccountInfo .modal-content .account_option_wrapper .account_header p{font-size:13px}.deleteAccountInfo .modal-content .account_option_wrapper .delete_info .options{background:#fcdcd8;border-radius:8px;margin-bottom:20px;padding:15px}.deleteAccountInfo .modal-content .account_option_wrapper .delete_info .options h6{color:#dc3f16;font-size:14px}.deleteAccountInfo .modal-content .account_option_wrapper .delete_info .options ul{padding-left:20px}.deleteAccountInfo .modal-content .account_option_wrapper .delete_info .options ul li{color:#27387d;font-size:12px;position:relative}.deleteAccountInfo .modal-content .account_option_wrapper .delete_info .options ul li:before{content:url(../../static/media/tick_subscription.5c4e06940ab1b039694c.svg);left:-17px;position:absolute;top:0;transform:scale(1.3)}.deleteAccountInfo .modal-content .account_option_wrapper .delete_info .options ul li+li{margin-top:10px}.deleteAccountInfo .modal-content .account_option_wrapper .delete_info .reuse_app p{color:#43455e;font-size:13px;margin-bottom:0}.deleteAccountInfo .modal-content .rating_submit .btn_border{border:1px solid #dc3f16;color:#dc3f16}.device_reached .account_option_wrapper .cross_icon img{cursor:pointer}.device_reached .account_option_wrapper ul li{border-bottom:1px solid #e9ebf2;margin-bottom:10px;padding-bottom:10px}.device_reached .account_option_wrapper ul li .all_devices .device_names h6{color:#27387d;font-size:14px;margin-bottom:3px}.device_reached .account_option_wrapper ul li .all_devices .device_names img{margin-right:5px;width:12px}.device_reached .account_option_wrapper ul li .all_devices .device_names span{color:#43455e;font-size:12px}.device_reached .account_option_wrapper ul li .all_devices .device_del img{cursor:pointer}.device_reached .account_option_wrapper .device_notification p{color:#43455e;font-size:12px;margin:0}.eligibilty_criteria_modal .account_option_wrapper .cross_icon img{cursor:pointer}.eligibilty_criteria_modal .account_option_wrapper .account_header h6{margin-bottom:10px}.eligibilty_criteria_modal .account_option_wrapper ul li{border-bottom:1px solid #e9ebf2;margin-bottom:10px;padding-bottom:10px}.eligibilty_criteria_modal .account_option_wrapper ul li img{margin-right:7px;vertical-align:initial}.eligibilty_criteria_modal .account_option_wrapper .device_notification p{color:#43455e;font-size:12px;margin:0}.order_summary .modal-content .modal-header .modal-title h4 span{font-size:14px;font-weight:500}.order_summary .modal-content .modal-body{padding:16px 0}.order_summary .modal-content .modal-body .account_option_wrapper .main_accrodion{border-bottom:1px dashed #d4d7e5;margin-bottom:15px;padding:0 25px}.order_summary .modal-content .modal-body .account_option_wrapper .main_accrodion .vibe_dropdown_wrapper .vibe_header{margin-bottom:15px}.order_summary .modal-content .modal-body .account_option_wrapper .main_accrodion .vibe_dropdown_wrapper .vibe_header a{position:relative}.order_summary .modal-content .modal-body .account_option_wrapper .main_accrodion .vibe_dropdown_wrapper .vibe_header a .vibe_plans_hedr .vibe_ttl h6{color:#27387d;font-size:14px;margin:0}.order_summary .modal-content .modal-body .account_option_wrapper .main_accrodion .vibe_dropdown_wrapper .vibe_header a .vibe_plans_hedr .vibe_price{padding-right:12px}.order_summary .modal-content .modal-body .account_option_wrapper .main_accrodion .vibe_dropdown_wrapper .vibe_header a .vibe_plans_hedr .vibe_price span{color:#27387d;font-size:14px;font-weight:500}.order_summary .modal-content .modal-body .account_option_wrapper .main_accrodion .vibe_dropdown_wrapper .vibe_header a .down_arrow{position:absolute;right:0;top:0;transform:rotate(-90deg)}.order_summary .modal-content .modal-body .account_option_wrapper .main_accrodion .vibe_dropdown_wrapper .vibe_header a.collapsed .down_arrow{transform:rotate(90deg)}.order_summary .modal-content .modal-body .account_option_wrapper .main_accrodion .vibe_dropdown_wrapper .price_body ul{margin-bottom:5px}.order_summary .modal-content .modal-body .account_option_wrapper .main_accrodion .vibe_dropdown_wrapper .price_body ul li .vibe_amount h6{color:#656e8d;font-size:14px;font-weight:400;margin:0}.order_summary .modal-content .modal-body .account_option_wrapper .main_accrodion .vibe_dropdown_wrapper .price_body ul li .vibe_price span{color:#656e8d;font-size:14px}.order_summary .modal-content .modal-body .account_option_wrapper .main_accrodion .vibe_dropdown_wrapper .price_body ul li .vibe_price span.green{color:#46b873}.order_summary .modal-content .modal-body .account_option_wrapper .main_accrodion .vibe_dropdown_wrapper .price_body ul li+li{margin-top:5px}.order_summary .modal-content .modal-body .account_option_wrapper .final_price{padding:0 25px}.order_summary .modal-content .modal-body .account_option_wrapper .final_price ul{margin-bottom:0}.order_summary .modal-content .modal-body .account_option_wrapper .final_price ul li .vibe_amount h6{color:#656e8d;font-size:14px;font-weight:400;margin:0}.order_summary .modal-content .modal-body .account_option_wrapper .final_price ul li .vibe_amount h6.green{color:#46b873}.order_summary .modal-content .modal-body .account_option_wrapper .final_price ul li .vibe_price span{color:#656e8d;font-size:14px}.order_summary .modal-content .modal-body .account_option_wrapper .final_price ul li .vibe_price span.green{color:#46b873}.order_summary .modal-content .modal-body .account_option_wrapper .final_price ul li+li{margin-top:5px}.subscriptions_wrapper .subscription_ttl h5{color:#27387d;font-family:Raleway,sans-serif;font-weight:700;margin:0}.subscriptions_wrapper .recommended_video_wrapper .tabs_wrapper .tabs_main>ul{border-bottom:2px solid #eff2fa;border-radius:1px;margin-bottom:25px}.subscriptions_wrapper .recommended_video_wrapper .tabs_wrapper .tabs_main>ul li a{border:0;color:#27387d;font-size:13px;margin-bottom:0;padding:.5rem .8rem;position:relative}.subscriptions_wrapper .recommended_video_wrapper .tabs_wrapper .tabs_main>ul li a.active{font-weight:500}.subscriptions_wrapper .recommended_video_wrapper .tabs_wrapper .tabs_main>ul li a.active:after{border:1px solid #27387d;border-radius:1px;bottom:-2px;content:"";left:0;position:absolute;width:100%;z-index:1}.subscriptions_wrapper .recommended_video_wrapper .tabs_wrapper .subcription_inner_tabs .tabs_main_wrap{display:block;margin-bottom:15px;min-width:100%;overflow-x:auto}.subscriptions_wrapper .recommended_video_wrapper .tabs_wrapper .subcription_inner_tabs .tabs_main_wrap .tabs_main{min-width:100%}.subscriptions_wrapper .recommended_video_wrapper .tabs_wrapper .subcription_inner_tabs .tabs_main_wrap .tabs_main>ul{border:0;display:inline-block;margin-bottom:10px;min-width:100%;white-space:nowrap}.subscriptions_wrapper .recommended_video_wrapper .tabs_wrapper .subcription_inner_tabs .tabs_main_wrap .tabs_main>ul li{display:inline-block}.subscriptions_wrapper .recommended_video_wrapper .tabs_wrapper .subcription_inner_tabs .tabs_main_wrap .tabs_main>ul li a{border:1px solid #efefff;border-radius:36px;color:#27387d;font-size:12px;padding:5px 14px}.subscriptions_wrapper .recommended_video_wrapper .tabs_wrapper .subcription_inner_tabs .tabs_main_wrap .tabs_main>ul li a.active{border:1px solid #27387d}.subscriptions_wrapper .recommended_video_wrapper .tabs_wrapper .subcription_inner_tabs .tabs_main_wrap .tabs_main>ul li a.active:after{content:none}.subscriptions_wrapper .recommended_video_wrapper .tabs_wrapper .subcription_inner_tabs .tabs_main_wrap .tabs_main>ul li+li{margin-left:10px}.subscriptions_wrapper .recommended_video_wrapper .tabs_wrapper .subcription_inner_tabs .tabs_main_wrap::-webkit-scrollbar{height:3px}.subscriptions_wrapper .recommended_video_wrapper .tabs_wrapper .subcription_inner_tabs .subscription_main_content .plans_wrapper{border:1px solid #ceebf3;border-radius:8px;margin-bottom:20px;max-height:333px;min-height:333px}.subscriptions_wrapper .recommended_video_wrapper .tabs_wrapper .subcription_inner_tabs .subscription_main_content .plans_wrapper .plans_header{background:#e6f5f8;border-radius:8px 8px 0 0;max-height:72px;min-height:72px;padding:10px}.subscriptions_wrapper .recommended_video_wrapper .tabs_wrapper .subcription_inner_tabs .subscription_main_content .plans_wrapper .plans_header .plans_name{width:60%}.subscriptions_wrapper .recommended_video_wrapper .tabs_wrapper .subcription_inner_tabs .subscription_main_content .plans_wrapper .plans_header .plans_name .plan_tag{margin-bottom:3px}.subscriptions_wrapper .recommended_video_wrapper .tabs_wrapper .subcription_inner_tabs .subscription_main_content .plans_wrapper .plans_header .plans_name .plan_tag h6{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#43455e;display:-webkit-box;font-family:Raleway,sans-serif;font-size:14px;font-weight:700;margin-bottom:2px;max-width:100%;overflow:hidden}.subscriptions_wrapper .recommended_video_wrapper .tabs_wrapper .subcription_inner_tabs .subscription_main_content .plans_wrapper .plans_header .plans_name .plan_tag span{background:#0997bd;border-radius:4px;color:#fff;display:inline-block;font-size:10px;font-weight:400;margin-left:6px;padding:2px 5px}.subscriptions_wrapper .recommended_video_wrapper .tabs_wrapper .subcription_inner_tabs .subscription_main_content .plans_wrapper .plans_header .plans_name h6{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#43455e;display:-webkit-box;font-family:Raleway,sans-serif;font-size:14px;font-weight:700;margin-bottom:2px;max-width:100%;overflow:hidden}.subscriptions_wrapper .recommended_video_wrapper .tabs_wrapper .subcription_inner_tabs .subscription_main_content .plans_wrapper .plans_header .plans_name p{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#43455e;display:-webkit-box;font-size:11px;margin-bottom:0;max-width:100%;overflow:hidden}.subscriptions_wrapper .recommended_video_wrapper .tabs_wrapper .subcription_inner_tabs .subscription_main_content .plans_wrapper .plans_header .plan_price{text-align:right;width:40%}.subscriptions_wrapper .recommended_video_wrapper .tabs_wrapper .subcription_inner_tabs .subscription_main_content .plans_wrapper .plans_header .plan_price h6{color:#43455e;font-size:14px;font-weight:900;margin-bottom:2px}.subscriptions_wrapper .recommended_video_wrapper .tabs_wrapper .subcription_inner_tabs .subscription_main_content .plans_wrapper .plans_header .plan_price h6 span{color:#43455e;font-size:9px;font-weight:400}.subscriptions_wrapper .recommended_video_wrapper .tabs_wrapper .subcription_inner_tabs .subscription_main_content .plans_wrapper .plans_header .plan_price p{color:#9193b4;font-size:11px;font-weight:500;margin-bottom:0}.subscriptions_wrapper .recommended_video_wrapper .tabs_wrapper .subcription_inner_tabs .subscription_main_content .plans_wrapper .plans_body{padding:10px}.subscriptions_wrapper .recommended_video_wrapper .tabs_wrapper .subcription_inner_tabs .subscription_main_content .plans_wrapper .plans_body ul{margin-bottom:0;max-height:200px;min-height:200px;overflow-y:auto;padding-left:20px}.subscriptions_wrapper .recommended_video_wrapper .tabs_wrapper .subcription_inner_tabs .subscription_main_content .plans_wrapper .plans_body ul li{color:#43455e;font-size:12px;position:relative}.subscriptions_wrapper .recommended_video_wrapper .tabs_wrapper .subcription_inner_tabs .subscription_main_content .plans_wrapper .plans_body ul li+li{margin-top:5px}.subscriptions_wrapper .recommended_video_wrapper .tabs_wrapper .subcription_inner_tabs .subscription_main_content .plans_wrapper .plans_body ul li:before{content:url(../../static/media/tick_subscription.5c4e06940ab1b039694c.svg);left:-17px;position:absolute;top:0;transform:scale(1.3)}.subscriptions_wrapper .recommended_video_wrapper .tabs_wrapper .subcription_inner_tabs .subscription_main_content .plans_wrapper .plans_body ul::-webkit-scrollbar{display:none}.subscriptions_wrapper .recommended_video_wrapper .tabs_wrapper .subcription_inner_tabs .subscription_main_content .plans_wrapper .plans_footer{padding:0 10px}.subscriptions_wrapper .recommended_video_wrapper .tabs_wrapper .subcription_inner_tabs .subscription_main_content .plans_wrapper .plans_footer .btn_addons{font-size:13px;padding:3px 9px}.subscriptions_wrapper .recommended_video_wrapper .tabs_wrapper .subcription_inner_tabs .subscription_main_content .plans_wrapper .plans_footer h6{color:#27387d;font-size:15px;font-weight:700;margin-bottom:8px}.subscriptions_wrapper .recommended_video_wrapper .tabs_wrapper .subcription_inner_tabs .subscription_main_content .plans_wrapper .plans_footer .eligible_criteria{display:inline-block;text-align:left;vertical-align:middle}.subscriptions_wrapper .recommended_video_wrapper .tabs_wrapper .subcription_inner_tabs .subscription_main_content .plans_wrapper .plans_footer a .btn_addons{background:#e6f5f8;border-radius:8px;color:#27387d;font-size:14px;font-weight:500;padding:5px 0;width:47%}.subscriptions_wrapper .recommended_video_wrapper .tabs_wrapper .subcription_inner_tabs .subscription_main_content .plans_wrapper .plans_footer a+a{margin-left:15px}.subscriptions_wrapper .recommended_video_wrapper .tabs_wrapper .subcription_inner_tabs .subscription_main_content .plans_wrapper .plans_footer .footer_child_left>a{display:inline-block;width:150px}.subscriptions_wrapper .recommended_video_wrapper .tabs_wrapper .subcription_inner_tabs .subscription_main_content .plans_wrapper .plans_footer .footer_child_left>a .btn_addons{width:100%}.subscriptions_wrapper .recommended_video_wrapper .tabs_wrapper .subcription_inner_tabs .subscription_main_content .plans_wrapper .plans_footer .footer_child_left .eligible_criteria{color:#27387d;font-size:13px;font-weight:500;line-height:17px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.subscriptions_wrapper .recommended_video_wrapper .tabs_wrapper .manage_subscriptions a{color:#27387d;text-decoration:underline}.subscriptions_wrapper .recommended_video_wrapper .tabs_wrapper .manage_subscriptions a img{margin-left:10px}.subscription_plans_wrapper .recommended_video_wrapper .choose_plans_wrapper .arrow{margin:0;width:16px}.subscription_plans_wrapper .recommended_video_wrapper .choose_plans_wrapper .arrow img{width:100%}.subscription_plans_wrapper .recommended_video_wrapper .choose_plans_wrapper .subscription_ttl{padding-left:15px;width:calc(100% - 16ppx)}.subscription_plans_wrapper .recommended_video_wrapper .choose_plans_wrapper .subscription_ttl h5{color:#27387d;font-family:Raleway,sans-serif;font-weight:700;margin:0}.subscription_plans_wrapper .recommended_video_wrapper .plans_details_wrapper .plans_main_ttl{margin-bottom:15px}.subscription_plans_wrapper .recommended_video_wrapper .plans_details_wrapper .plans_main_ttl h5{color:#27387d;font-family:Raleway,sans-serif;font-size:18px;font-weight:700;margin:0}.subscription_plans_wrapper .recommended_video_wrapper .plans_details_wrapper ul{padding-left:20px}.subscription_plans_wrapper .recommended_video_wrapper .plans_details_wrapper ul li{color:#43455e;font-size:12px;position:relative}.subscription_plans_wrapper .recommended_video_wrapper .plans_details_wrapper ul li:before{content:url(../../static/media/tick_subscription.5c4e06940ab1b039694c.svg);left:-17px;position:absolute;top:0;transform:scale(1.3)}.subscription_plans_wrapper .recommended_video_wrapper .plans_details_wrapper ul li+li{margin-top:5px}.subscription_plans_wrapper .recommended_video_wrapper .plans_details_wrapper .extention_terms_list li:before{content:none}.subscription_plans_wrapper .recommended_video_wrapper .plans_details_wrapper .plans_packages .plans_info{border:1px solid #efefff;border-radius:8px;margin:0 15px 20px 0;padding:10px}.subscription_plans_wrapper .recommended_video_wrapper .plans_details_wrapper .plans_packages .plans_info span{background:#efefff;border-radius:4px;color:#7c88b0;display:inline-block;font-size:12px;font-weight:500;margin-bottom:8px;padding:2px 7px}.subscription_plans_wrapper .recommended_video_wrapper .plans_details_wrapper .plans_packages .plans_info h6{color:#27387d;font-weight:900;margin-bottom:2px}.subscription_plans_wrapper .recommended_video_wrapper .plans_details_wrapper .plans_packages .plans_info del{color:#7c88b0;font-size:12px;font-weight:500}.subscription_plans_wrapper .recommended_video_wrapper .plans_details_wrapper .plans_packages .plans_info.selected{background:#edf8f1;border:1px solid #46b873}.subscription_plans_wrapper .recommended_video_wrapper .plans_details_wrapper .plans_packages .plans_info.selected span{background:#fff;color:#27387d}.subscription_plans_wrapper .recommended_video_wrapper .plans_details_wrapper .coupon_code .coupon_input .code{width:30%}.subscription_plans_wrapper .recommended_video_wrapper .plans_details_wrapper .coupon_code .coupon_input .code input{background:#eff2fa;border:1px dashed #d4d7e6;border-radius:8px;height:30px}.subscription_plans_wrapper .recommended_video_wrapper .plans_details_wrapper .coupon_code .coupon_input .code input::placeholder{color:#7c88b0;font-size:13px}.subscription_plans_wrapper .recommended_video_wrapper .plans_details_wrapper .coupon_code .coupon_input .apply_btn{padding-left:10px;width:70%}.subscription_plans_wrapper .recommended_video_wrapper .plans_details_wrapper .coupon_code .coupon_input .apply_btn .btn_apply{color:#27387d;font-size:14px;font-weight:700;padding:0}.subscription_plans_wrapper .recommended_video_wrapper .plans_details_wrapper .addon_wrapper label{min-width:100%}.subscription_plans_wrapper .recommended_video_wrapper .plans_details_wrapper .addon_wrapper label .plans_wrapper{border:1px solid #7c88b0;border-radius:8px;position:relative}.subscription_plans_wrapper .recommended_video_wrapper .plans_details_wrapper .addon_wrapper label .plans_wrapper .plans_header{border-radius:8px 8px 0 0;padding:10px}.subscription_plans_wrapper .recommended_video_wrapper .plans_details_wrapper .addon_wrapper label .plans_wrapper .plans_header .plans_name{width:60%}.subscription_plans_wrapper .recommended_video_wrapper .plans_details_wrapper .addon_wrapper label .plans_wrapper .plans_header .plans_name h6{color:#27387d;font-family:Raleway,sans-serif;font-size:16px;font-weight:700;margin-bottom:2px}.subscription_plans_wrapper .recommended_video_wrapper .plans_details_wrapper .addon_wrapper label .plans_wrapper .plans_header .plans_name p{color:#7c88b0;font-size:12px;margin-bottom:0}.subscription_plans_wrapper .recommended_video_wrapper .plans_details_wrapper .addon_wrapper label .plans_wrapper .plans_header .plan_price{text-align:right;width:40%}.subscription_plans_wrapper .recommended_video_wrapper .plans_details_wrapper .addon_wrapper label .plans_wrapper .plans_header .plan_price h6{color:#27387d;font-family:Raleway,sans-serif;font-size:16px;font-weight:900;margin-bottom:2px}.subscription_plans_wrapper .recommended_video_wrapper .plans_details_wrapper .addon_wrapper label .plans_wrapper .plans_header .plan_price p{color:#7c88b0;font-size:12px;margin-bottom:0}.subscription_plans_wrapper .recommended_video_wrapper .plans_details_wrapper .addon_wrapper label .plans_wrapper .plans_body{padding:10px}.subscription_plans_wrapper .recommended_video_wrapper .plans_details_wrapper .addon_wrapper label .plans_wrapper .plans_body ul{padding-left:20px}.subscription_plans_wrapper .recommended_video_wrapper .plans_details_wrapper .addon_wrapper label .plans_wrapper .plans_body ul li{color:#7c88b0;font-size:13px;list-style-type:disc}.subscription_plans_wrapper .recommended_video_wrapper .plans_details_wrapper .addon_wrapper label .plans_wrapper .plans_body ul li:before{content:none}.subscription_plans_wrapper .recommended_video_wrapper .plans_details_wrapper .addon_wrapper label .plans_wrapper:before{content:url(../../static/media/add_select.9ad2b9a5fac3d92c6165.svg);left:50%;position:absolute;top:0;transform:translate(-50%,-50%)}.subscription_plans_wrapper .recommended_video_wrapper .plans_details_wrapper .addon_wrapper label .plans_wrapper.selected{background:#edf8f1;border:1px solid #46b873}.subscription_plans_wrapper .recommended_video_wrapper .plans_details_wrapper .addon_wrapper label .plans_wrapper.selected:before{content:url(../../static/media/addon_selected.194d9b0ad3f46f35541f.svg);left:50%;position:absolute;top:0;transform:translate(-50%,-50%)}.subscription_plans_wrapper .recommended_video_wrapper .plans_details_wrapper .shipping_address h5{margin-bottom:10px}.subscription_plans_wrapper .recommended_video_wrapper .plans_details_wrapper .shipping_address .custom-control input:checked~label:before{background-color:#27387d;border-color:#27387d}.subscription_plans_wrapper .recommended_video_wrapper .plans_details_wrapper .shipping_address .custom-control label{color:#27387d;font-size:13px;font-weight:500}.subscription_plans_wrapper .recommended_video_wrapper .plans_details_wrapper .shipping_address .custom-control label:before{border-radius:2px;height:14px;width:14px}.subscription_plans_wrapper .recommended_video_wrapper .plans_details_wrapper .shipping_address .custom-control label:after{height:14px;width:14px}.subscription_plans_wrapper .recommended_video_wrapper .plan_price h3{color:#27387d;font-weight:900;margin:0}.subscription_plans_wrapper .recommended_video_wrapper .plan_price h3 span{color:#27387d;cursor:pointer;font-size:12px;font-weight:400;vertical-align:middle}.subscription_plans_wrapper .recommended_video_wrapper .plan_price .btn_buy{background:linear-gradient(0deg,#27387d,#526097 100%,#3d4d8b 0);border:0;border-radius:8px;color:#fff;font-weight:500;padding:8px 0;width:200px}.subscription_plans_wrapper .form_submission form .billing_address input{border:1px solid #efefff;border-radius:8px;font-size:14px;height:40px}.subscription_plans_wrapper .form_submission form .billing_address input::placeholder{color:#7c88b0;font-size:14px}.subscription_plans_wrapper .form_submission form .billing_address select{border:1px solid #efefff;border-radius:8px;color:#7c88b0;font-size:14px;height:40px}.activePlans_wrapper .recommended_video_wrapper .active_plans_ttl h5{color:#27387d;font-family:Raleway,sans-serif;font-size:18px;font-weight:700;margin-bottom:20px}.success_wrapper{background:#fff;display:flex;flex-direction:column;justify-content:center;min-height:100vh}.success_wrapper .success_content h6{color:#27387d;font-family:Raleway,sans-serif;font-weight:700}.success_wrapper .success_content p{color:#43455e}.success_wrapper .success_content .sucess_btn .btn_success{background:linear-gradient(0deg,#27387d,#526097 100%,#3d4d8b 0);border:0;border-radius:8px;color:#fff;font-weight:500;padding:8px 0;width:200px}.viewAllList_wrapper .recommended_video_wrapper .recommend_video_details ul{max-height:none;overflow:visible;overflow:initial;padding:initial}.viewAllList_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main{margin-bottom:15px}.grecaptcha-badge{visibility:hidden}.ranker_modal .modal-content .modal-body{padding:16px 15px 16px 25px}.ranker_modal .modal-content .modal-body .ranker_wrapper ul{margin:0;max-height:400px;overflow-y:auto}.ranker_modal .modal-content .modal-body .ranker_wrapper ul li{border-bottom:1px solid #e9ebf2;margin-bottom:10px;margin-right:15px;padding-bottom:10px;position:relative}.ranker_modal .modal-content .modal-body .ranker_wrapper ul li .ranker_main .ranker_img{height:70px;margin:0;width:70px}.ranker_modal .modal-content .modal-body .ranker_wrapper ul li .ranker_main .ranker_img img{border-radius:100%;height:100%;object-fit:cover;width:100%}.ranker_modal .modal-content .modal-body .ranker_wrapper ul li .ranker_main .ranker_data{padding-left:10px;width:calc(100% - 70px)}.ranker_modal .modal-content .modal-body .ranker_wrapper ul li .ranker_main .ranker_data h6{color:#27387d;margin-bottom:5px}.ranker_modal .modal-content .modal-body .ranker_wrapper ul li .ranker_main .ranker_data .rank_marks p{color:#727272;margin-bottom:0}.ranker_modal .modal-content .modal-body .ranker_wrapper ul li .ranker_main .ranker_data .rank_marks p span{color:#27387d;font-weight:500}.ranker_modal .modal-content .modal-body .ranker_wrapper ul li .ranker_main .ranker_data .rank_marks p+p{margin-left:10px}.ranker_modal .modal-content .modal-body .ranker_wrapper ul li .medal_img{background:#eff2fa;border-radius:100%;color:#27387d;font-weight:500;height:46px;line-height:46px;position:absolute;right:0;text-align:center;top:50%;transform:translateY(-50%);width:46px}.ranker_modal .modal-content .modal-body .ranker_wrapper ul li .medal_img img{border-radius:100%;height:100%;width:100%}.ranker_modal .modal-content .modal-body .ranker_wrapper ul::-webkit-scrollbar-thumb{background:#27387d}.proUsers_modal .modal-content .account_header img{margin-bottom:10px}.proUsers_modal .modal-content .account_header p{color:#656e8d;margin-bottom:0}.modelImgPopup .modal-content .modal-body .Img_wrapper .cross_icon{display:block;margin-bottom:10px;text-align:right}.modelImgPopup .modal-content .modal-body .Img_wrapper .cross_icon img{cursor:pointer}.modelImgPopup .modal-content .modal-body .Img_wrapper .img_popup img{width:100%}.qbanks_home_wrapper .subjects_wrapper .shared_qbanks_wrapper{background:#eff2fa;border-radius:8px;margin-bottom:15px;padding:15px}.qbanks_home_wrapper .subjects_wrapper .shared_qbanks_wrapper .shared_qb_header{margin-bottom:15px}.qbanks_home_wrapper .subjects_wrapper .shared_qbanks_wrapper .shared_qb_header h5{color:#27387d;margin-bottom:2px}.qbanks_home_wrapper .subjects_wrapper .shared_qbanks_wrapper .shared_qb_header p{color:#43455e;margin-bottom:0}.qbanks_home_wrapper .subjects_wrapper .shared_qbanks_wrapper .qbank_code_field .code_field{width:30%}.qbanks_home_wrapper .subjects_wrapper .shared_qbanks_wrapper .qbank_code_field .code_field input{border:1px solid #d4d7e5;border-radius:8px}.qbanks_home_wrapper .subjects_wrapper .shared_qbanks_wrapper .qbank_code_field .submit_btn{padding-left:20px;width:70%}.qbanks_home_wrapper .subjects_wrapper .shared_qbanks_wrapper .qbank_code_field .submit_btn .btn_code_submit{background:#0000;border:0;color:#27387d;font-weight:500}.qbanks_home_wrapper .subjects_wrapper .separator{margin-bottom:15px}.qbanks_home_wrapper .subjects_wrapper .separator span{align-items:center;color:#7c88b0;display:flex;font-size:12px}.qbanks_home_wrapper .subjects_wrapper .separator span:before{background:#d4d7e5;content:"";flex:1 1;height:1px;margin:0 10px 0 0}.qbanks_home_wrapper .subjects_wrapper .separator span:after{background:#d4d7e5;content:"";flex:1 1;height:1px;margin:0 0 0 10px}.qbanks_home_wrapper .subjects_wrapper .createQbBtn{margin-bottom:25px}.qbanks_home_wrapper .subjects_wrapper .createQbBtn .btn_create{background:linear-gradient(0deg,#27387d,#526097 100%,#3d4d8b 0);border:0;border-radius:8px;color:#fff;padding:8px 0;width:100%}.qbanks_home_wrapper .subjects_wrapper .create_text_tagline{background:#edf8f0;border-radius:8px;margin-bottom:25px;padding:10px 25px}.qbanks_home_wrapper .subjects_wrapper .create_text_tagline .tagline_text_header{width:80%}.qbanks_home_wrapper .subjects_wrapper .create_text_tagline .tagline_text_header figure{margin:0}.qbanks_home_wrapper .subjects_wrapper .create_text_tagline .tagline_text_header .tag_txt{padding-left:10px}.qbanks_home_wrapper .subjects_wrapper .create_text_tagline .tagline_text_header .tag_txt p{color:#27387d;font-style:italic;margin-bottom:0}.qbanks_home_wrapper .subjects_wrapper .create_text_tagline .tagline_text_header .tag_txt p span{font-weight:600}.qbanks_home_wrapper .subjects_wrapper .create_text_tagline .tag_arrow{text-align:right;width:20%}.qbanks_home_wrapper .subjects_wrapper .blankQb_wrapper img{margin-bottom:10px}.qbanks_home_wrapper .subjects_wrapper .blankQb_wrapper h4{color:#27387d;margin-bottom:2px}.qbanks_home_wrapper .subjects_wrapper .blankQb_wrapper p{color:#43455e;margin-bottom:0}.qbanks_home_wrapper .subjects_wrapper .custom_note{border-top:1px solid #e9ebf2;margin-top:23px;padding-top:23px}.qbanks_home_wrapper .subjects_wrapper .custom_note h6{color:#27387d;margin-bottom:0}.qbanks_home_wrapper .subjects_wrapper .custom_note h6 span{color:#43455e}.qbanks_home_wrapper .subjects_wrapper .customQbCreated_wrapper{border:1px solid #eff2fa;border-radius:8px}.qbanks_home_wrapper .subjects_wrapper .customQbCreated_wrapper .created_hedr{background:#eff2fa;border-radius:8px 8px 0 0;padding:14px 19px}.qbanks_home_wrapper .subjects_wrapper .customQbCreated_wrapper .created_hedr .custom_date h6{color:#656e8d;margin-bottom:2px}.qbanks_home_wrapper .subjects_wrapper .customQbCreated_wrapper .created_hedr .custom_date h6 span{color:#27387d}.qbanks_home_wrapper .subjects_wrapper .customQbCreated_wrapper .created_hedr .custom_date p{color:#656e8d;margin:0}.qbanks_home_wrapper .subjects_wrapper .customQbCreated_wrapper .created_hedr .free_qbBank h6{color:#656e8d;margin-bottom:0}.qbanks_home_wrapper .subjects_wrapper .customQbCreated_wrapper .created_hedr .free_qbBank h6 span{color:#27387d}.qbanks_home_wrapper .subjects_wrapper .customQbCreated_wrapper .custom_questions_count{padding:14px 19px}.qbanks_home_wrapper .subjects_wrapper .customQbCreated_wrapper .custom_questions_count .customQb_details{margin-bottom:10px}.qbanks_home_wrapper .subjects_wrapper .customQbCreated_wrapper .custom_questions_count .customQb_details .total_qb_questions h6{color:#27387d;margin-bottom:0}.qbanks_home_wrapper .subjects_wrapper .customQbCreated_wrapper .custom_questions_count .customQb_details .total_qb_questions h6 img{margin-right:5px}.qbanks_home_wrapper .subjects_wrapper .customQbCreated_wrapper .custom_questions_count .customQb_details .total_qb_questions p{color:#43455e;margin:0;padding-left:5px}.qbanks_home_wrapper .subjects_wrapper .customQbCreated_wrapper .custom_questions_count .customQb_details .total_qb_questions+.total_qb_questions{margin-top:5px}.qbanks_home_wrapper .subjects_wrapper .customQbCreated_wrapper .custom_questions_count .customize_time{margin-bottom:20px}.qbanks_home_wrapper .subjects_wrapper .customQbCreated_wrapper .custom_questions_count .customize_time h6{color:#27387d;margin-bottom:10px}.qbanks_home_wrapper .subjects_wrapper .customQbCreated_wrapper .custom_questions_count .customize_time h6 img{margin-right:5px}.qbanks_home_wrapper .subjects_wrapper .customQbCreated_wrapper .custom_questions_count .customize_time .question_number{margin-bottom:20px}.qbanks_home_wrapper .subjects_wrapper .customQbCreated_wrapper .custom_questions_count .customize_time .question_number label{cursor:pointer;margin-bottom:0}.qbanks_home_wrapper .subjects_wrapper .customQbCreated_wrapper .custom_questions_count .customize_time .question_number label input{display:none}.qbanks_home_wrapper .subjects_wrapper .customQbCreated_wrapper .custom_questions_count .customize_time .question_number label input:checked+span{background:#27387d;color:#fff}.qbanks_home_wrapper .subjects_wrapper .customQbCreated_wrapper .custom_questions_count .customize_time .question_number label span{border:1px solid #efefff;border-radius:6px;color:#27387d;display:inline-block;font-size:15px;padding:4px 30px}.qbanks_home_wrapper .subjects_wrapper .customQbCreated_wrapper .custom_questions_count .customize_time .question_number label+label{margin-left:20px}.qbanks_home_wrapper .subjects_wrapper .customQbCreated_wrapper .custom_questions_count .customize_time .customQB_btns .btn{font-size:14px;font-weight:500;width:47%}.qbanks_home_wrapper .subjects_wrapper .customQbCreated_wrapper .custom_questions_count .customize_time .customQB_btns .btn_delete{border:1px solid #dc3f16;border-radius:8px;color:#dc3f16}.qbanks_home_wrapper .subjects_wrapper .customQbCreated_wrapper .custom_questions_count .customize_time .customQB_btns .btn_attempt{background:linear-gradient(0deg,#27387d,#526097 100%,#3d4d8b 0);border:0;border-radius:8px;color:#fff;margin-left:16px;padding:7px 0}.qbanks_home_wrapper .subjects_wrapper .customQbCreated_wrapper .custom_questions_count .customize_time .customQB_btns .reset_qb_btn{padding-top:15px}.qbanks_home_wrapper .subjects_wrapper .customQbCreated_wrapper .custom_questions_count .customize_time .customQB_btns .reset_qb_btn .btn_reset{color:#dc3f16;padding:0;text-decoration:underline;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.qbanks_home_wrapper .subjects_wrapper .customQbCreated_wrapper .custom_questions_count .customize_time .customQB_btns .reset_qb_btn .btn_reset img{margin-right:10px}.qbanks_home_wrapper .subjects_wrapper .customQbCreated_wrapper .custom_questions_count .customQBshare_wrapper .share_ttl{margin-bottom:20px}.qbanks_home_wrapper .subjects_wrapper .customQbCreated_wrapper .custom_questions_count .customQBshare_wrapper .share_ttl h6{color:#27387d}.qbanks_home_wrapper .subjects_wrapper .customQbCreated_wrapper .custom_questions_count .customQBshare_wrapper .share_ttl p{color:#43455e;margin-bottom:0}.qbanks_home_wrapper .subjects_wrapper .customQbCreated_wrapper .custom_questions_count .customQBshare_wrapper .share_code_wrapper .custom_QB_code{border:1px dashed #e9ebf2;border-radius:8px;cursor:pointer;padding:10px;width:85%}.qbanks_home_wrapper .subjects_wrapper .customQbCreated_wrapper .custom_questions_count .customQBshare_wrapper .share_code_wrapper .custom_QB_code span{color:#27387d}.qbanks_home_wrapper .subjects_wrapper .customQbCreated_wrapper .custom_questions_count .customQBshare_wrapper .share_code_wrapper .custom_QB_code span img{margin-left:10px}.qbanks_home_wrapper .subjects_wrapper .customQbCreated_wrapper .custom_questions_count .customQBshare_wrapper .share_code_wrapper .share_text_icon{padding-left:10px;width:15%}.qbanks_home_wrapper .subjects_wrapper .customQbCreated_wrapper .custom_questions_count .customQBshare_wrapper .share_code_wrapper .share_text_icon span{color:#27387d;cursor:pointer}.qbanks_home_wrapper .subjects_wrapper .customQbCreated_wrapper .custom_questions_count .customQBshare_wrapper .share_code_wrapper .share_text_icon span+span{margin-left:15px}.questionBookmarks_wrapper .subjects_wrapper .filter_icon{background:#27387d;border-radius:100%;cursor:pointer;height:30px;line-height:30px;position:absolute;right:22px;text-align:center;top:19px;width:30px;z-index:1}.remIcon .questionBookmarks_wrapper .subjects_wrapper .filter_icon{display:none}.filter_quesBookmark .modal-content .filter_status_wrapper .select_subject_topics .custom_select_filter .select_topics_wrapper{max-height:450px;overflow-y:auto;padding:0 9px}.qbanks_create_wrapper.signup_wrapper{background:#0000 none repeat 0 0/auto auto padding-box border-box scroll;background:initial;height:auto;overflow:visible;overflow:initial;width:auto}.qbanks_create_wrapper.signup_wrapper .subjects_wrapper .register_container{padding:0}.qbanks_create_wrapper.signup_wrapper .subjects_wrapper .register_container .stepper ul{margin-bottom:0}.qbanks_create_wrapper.signup_wrapper .subjects_wrapper .register_container .stepper ul li{flex:0 0 32%;text-align:left}.qbanks_create_wrapper.signup_wrapper .subjects_wrapper .register_container .stepper ul li:before{margin:0 0 2px}.qbanks_create_wrapper.signup_wrapper .subjects_wrapper .register_container .stepper ul li:after{left:0}.qbanks_create_wrapper.signup_wrapper .subjects_wrapper .register_container .stepper ul li span{margin:0 -7px;padding:0}.qbanks_create_wrapper.signup_wrapper .subjects_wrapper .register_container .stepper ul li:last-child{flex:none}.qbanks_create_wrapper.signup_wrapper .subjects_wrapper .question_level_wrapper h5{color:#27387d;margin-bottom:30px}.qbanks_create_wrapper.signup_wrapper .subjects_wrapper .question_level_wrapper .questions_level ul{margin:0}.qbanks_create_wrapper.signup_wrapper .subjects_wrapper .question_level_wrapper .questions_level ul li h6{color:#656e8d;font-size:12px;font-weight:400;text-transform:uppercase}.qbanks_create_wrapper.signup_wrapper .subjects_wrapper .question_level_wrapper .questions_level ul li .question_number label{cursor:pointer;margin-bottom:0}.qbanks_create_wrapper.signup_wrapper .subjects_wrapper .question_level_wrapper .questions_level ul li .question_number label input{display:none}.qbanks_create_wrapper.signup_wrapper .subjects_wrapper .question_level_wrapper .questions_level ul li .question_number label input:checked+span{background:#27387d;color:#fff}.qbanks_create_wrapper.signup_wrapper .subjects_wrapper .question_level_wrapper .questions_level ul li .question_number label span{border:1px solid #efefff;border-radius:4px;color:#27387d;display:inline-block;font-size:15px;padding:4px 20px}.qbanks_create_wrapper.signup_wrapper .subjects_wrapper .question_level_wrapper .questions_level ul li .question_number label+label{margin-left:20px}.qbanks_create_wrapper.signup_wrapper .subjects_wrapper .question_level_wrapper .questions_level ul li+li{border-top:1px solid #e9ebf2;margin-top:15px;padding-top:15px}.qbanks_create_wrapper.signup_wrapper .subjects_wrapper .question_level_wrapper .questions_level ul li .topics_wrapper .custom-checkbox .custom-control-input:checked~.custom-control-label:before{background-color:#27387d;border-color:#27387d}.qbanks_create_wrapper.signup_wrapper .subjects_wrapper .question_level_wrapper .questions_level ul li .topics_wrapper .custom-checkbox .custom-control-label{color:#27387d;font-size:14px;font-weight:500}.qbanks_create_wrapper.signup_wrapper .subjects_wrapper .question_level_wrapper .questions_level ul li .topics_wrapper .custom-checkbox .custom-control-label:before{border-radius:3px;top:.15rem}.qbanks_create_wrapper.signup_wrapper .subjects_wrapper .question_level_wrapper .questions_level ul li .topics_wrapper .custom-checkbox .custom-control-label:after{top:.15rem}.qbanks_create_wrapper.signup_wrapper .subjects_wrapper .question_level_wrapper .questions_level ul li .topics_wrapper .topic_name span{color:#7a84b1;cursor:pointer;font-size:14px}.qbanks_create_wrapper.signup_wrapper .subjects_wrapper .question_tags_wrapper .tags_hedr{margin-bottom:15px}.qbanks_create_wrapper.signup_wrapper .subjects_wrapper .question_tags_wrapper .tags_hedr h5{color:#27387d;margin-bottom:5px}.qbanks_create_wrapper.signup_wrapper .subjects_wrapper .question_tags_wrapper .tags_hedr span{color:#656e8d;font-size:14px}.qbanks_create_wrapper.signup_wrapper .subjects_wrapper .question_tags_wrapper .questions_level label{cursor:pointer;margin:0 15px 15px 0}.qbanks_create_wrapper.signup_wrapper .subjects_wrapper .question_tags_wrapper .questions_level label input:checked+span{background:#27387d;color:#fff}.qbanks_create_wrapper.signup_wrapper .subjects_wrapper .question_tags_wrapper .questions_level label span{border:1px solid #efefff;border-radius:4px;color:#27387d;display:inline-block;font-size:15px;padding:4px 20px}.qbanks_create_wrapper.signup_wrapper .subjects_wrapper .question_tags_wrapper .questions_level label input{display:none}.qbanks_create_wrapper.signup_wrapper .subjects_wrapper .question_tags_wrapper .questions_level label input:checked+.mode_wrapper .mode_img{border:1px solid #27387d;border-radius:8px}.qbanks_create_wrapper.signup_wrapper .subjects_wrapper .question_tags_wrapper .questions_level label input:checked+.mode_wrapper .mode_img .check_img{display:block}.qbanks_create_wrapper.signup_wrapper .subjects_wrapper .question_tags_wrapper .questions_level label input:checked+.mode_wrapper .mode_text h6{color:#27387d}.qbanks_create_wrapper.signup_wrapper .subjects_wrapper .question_tags_wrapper .questions_level label .mode_wrapper .mode_img{border:1px solid #0000;position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.qbanks_create_wrapper.signup_wrapper .subjects_wrapper .question_tags_wrapper .questions_level label .mode_wrapper .mode_img .check_img{display:none;left:5px;position:absolute;top:0}.qbanks_create_wrapper.signup_wrapper .subjects_wrapper .question_tags_wrapper .questions_level label .mode_wrapper .mode_text h6{color:#656e8d;font-size:14px;margin-bottom:3px}.qbanks_create_wrapper.signup_wrapper .subjects_wrapper .question_tags_wrapper .questions_level label .mode_wrapper .mode_text p{color:#656e8d;font-size:12px;margin-bottom:0}.qbanks_create_wrapper.signup_wrapper .next_prev_btns .btn_prev{background:#fff;border-radius:8px;color:#27387d;font-weight:500;width:160px}.qbanks_create_wrapper.signup_wrapper .next_prev_btns .btn_next{background:linear-gradient(0deg,#27387d,#526097 100%,#3d4d8b 0);border:1px solid #efefff;color:#fff}.modal_topic_listing .modal-content .modal-header .modal-title h4 span{color:#7a84b1;font-weight:500}.modal_topic_listing .modal-content .questions_level ul{margin-bottom:5px;max-height:320px;overflow-y:auto;padding-right:12px}.modal_topic_listing .modal-content .questions_level ul li h6{color:#656e8d;font-size:12px;font-weight:400;text-transform:uppercase}.modal_topic_listing .modal-content .questions_level ul li .question_number label{cursor:pointer;margin-bottom:0}.modal_topic_listing .modal-content .questions_level ul li .question_number label input{display:none}.modal_topic_listing .modal-content .questions_level ul li .question_number label input:checked+span{background:#27387d;color:#fff}.modal_topic_listing .modal-content .questions_level ul li .question_number label span{border:1px solid #efefff;border-radius:4px;color:#27387d;display:inline-block;font-size:15px;padding:4px 20px}.modal_topic_listing .modal-content .questions_level ul li .question_number label+label{margin-left:20px}.modal_topic_listing .modal-content .questions_level ul li+li{border-top:1px solid #e9ebf2;margin-top:10px;padding-top:10px}.modal_topic_listing .modal-content .questions_level ul li .topics_wrapper .custom-checkbox .custom-control-input:checked~.custom-control-label:before{background-color:#27387d;border-color:#27387d}.modal_topic_listing .modal-content .questions_level ul li .topics_wrapper .custom-checkbox .custom-control-label{color:#27387d;font-size:14px;font-weight:500}.modal_topic_listing .modal-content .questions_level ul li .topics_wrapper .custom-checkbox .custom-control-label:before{border-radius:3px;top:.15rem}.modal_topic_listing .modal-content .questions_level ul li .topics_wrapper .custom-checkbox .custom-control-label:after{top:.15rem}.modal_topic_listing .modal-content .questions_level ul li .topics_wrapper .topic_name span{color:#7a84b1;cursor:pointer;font-size:14px}.modal_topic_listing .modal-content .rating_submit .btn_theme{width:160px}.testFlow_wrapper{background:#fff}.testFlow_wrapper .padding_bar{padding:7px 20px}.testFlow_wrapper .coursr_top_bar{background:#363636;height:38px}.testFlow_wrapper .coursr_top_bar .course_name p{color:#fff;margin:0;text-transform:uppercase}.testFlow_wrapper .coursr_top_bar .view_instructions span{color:#fff;cursor:pointer;display:inline-block;font-size:14px}.testFlow_wrapper .coursr_top_bar .view_instructions span img{margin-right:6px}.testFlow_wrapper .coursr_top_bar .view_instructions span+span{margin-left:20px}.testFlow_wrapper .attempt_division_wrapper{height:calc(100vh - 38px);overflow:hidden}.testFlow_wrapper .attempt_division_wrapper .division_first{max-height:calc(100vh - 123px);position:relative;width:calc(100% - 345px)}.testFlow_wrapper .attempt_division_wrapper .division_first .border_bottom{border-bottom:1px solid #c3c3c1}.testFlow_wrapper .attempt_division_wrapper .division_first .timer_bar{box-shadow:#27387dcc}.testFlow_wrapper .attempt_division_wrapper .division_first .timer_bar .section_ttl{width:10%}.testFlow_wrapper .attempt_division_wrapper .division_first .timer_bar .timer{width:90%}.testFlow_wrapper .attempt_division_wrapper .division_first .timer_bar p{color:#61525b;font-weight:500;margin:0}.testFlow_wrapper .attempt_division_wrapper .division_first .course_info{box-shadow:0 -2px 12px 0 rgba(39,56,125,.078)}.testFlow_wrapper .attempt_division_wrapper .division_first .course_info .multiple_section{border:1px solid #c3c3c1;color:#000;cursor:pointer;display:inline-block;font-size:14px;padding:9px}.testFlow_wrapper .attempt_division_wrapper .division_first .course_info .texts{background:#4e85c5;border:1px solid #c3c3c1;color:#fff;display:inline-block;font-size:14px;padding:9px;text-transform:uppercase}.testFlow_wrapper .attempt_division_wrapper .division_first .course_info .texts img{margin-left:6px}.testFlow_wrapper .attempt_division_wrapper .division_first .course_info .left_type{display:inline-block;margin:0 7px 0 6px}.testFlow_wrapper .attempt_division_wrapper .division_first .course_info .right_type{display:inline-block;float:right;margin:4px 7px 0 6px}.testFlow_wrapper .attempt_division_wrapper .division_first .question_type p{color:#000;font-size:14px;font-weight:500;margin:0}.testFlow_wrapper .attempt_division_wrapper .division_first .question_shadow{box-shadow:0 -2px 12px 0 rgba(39,56,125,.078)}.testFlow_wrapper .attempt_division_wrapper .division_first .question_panel{height:calc(100vh - 268px);overflow-y:auto;padding:20px}.testFlow_wrapper .attempt_division_wrapper .division_first .question_panel p{color:#181a36}.testFlow_wrapper .attempt_division_wrapper .division_first .question_panel .question_img_maximize{position:relative}.testFlow_wrapper .attempt_division_wrapper .division_first .question_panel .question_img_maximize>img{margin-bottom:20px;width:50%}.testFlow_wrapper .attempt_division_wrapper .division_first .question_panel .question_img_maximize .img_fullscreen{cursor:pointer;left:9px;position:absolute;top:9px;z-index:1}.testFlow_wrapper .attempt_division_wrapper .division_first .question_panel .question_img_maximize .img_fullscreen img{width:30px}.testFlow_wrapper .attempt_division_wrapper .division_first .question_panel .answers_panel{margin-bottom:20px}.testFlow_wrapper .attempt_division_wrapper .division_first .question_panel .answers_panel .custom-control label{color:#181a36;font-size:14px}.testFlow_wrapper .attempt_division_wrapper .division_first .question_panel .answers_panel .custom-control+.custom-control{margin-top:10px}.testFlow_wrapper .attempt_division_wrapper .division_first .question_panel .answers_panel .custom-control :checked~.custom-control-label:before{background-color:#0000;border-color:#27387d}.testFlow_wrapper .attempt_division_wrapper .division_first .question_panel .answers_panel .custom-control :checked~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3E%3Ccircle r='4' fill='%2327387D'/%3E%3C/svg%3E")}.testFlow_wrapper .attempt_division_wrapper .division_first .question_panel .answers_panel .custom-control .custom-control-label:after,.testFlow_wrapper .attempt_division_wrapper .division_first .question_panel .answers_panel .custom-control .custom-control-label:before{top:.15rem}.testFlow_wrapper .attempt_division_wrapper .division_first .question_panel .guess_btn .btn_guess{border:1px solid #c3c3c1;font-size:12px;padding:10px 20px}.testFlow_wrapper .attempt_division_wrapper .division_first .question_panel .guess_btn .btn_guess span{display:inline-block;display:none;min-width:30px;text-align:left}.testFlow_wrapper .attempt_division_wrapper .division_first .question_panel .guess_btn .btn_guess span img{margin:0}.testFlow_wrapper .attempt_division_wrapper .division_first .question_panel .guess_btn .btn_guess.btn_bg_guess{background:#38aae9;border:1px solid #38aae9;color:#fff}.testFlow_wrapper .attempt_division_wrapper .division_first .ques_panel_footer{border-top:1px solid #c3c3c1;max-height:84px;min-height:84px;padding:20px}.testFlow_wrapper .attempt_division_wrapper .division_first .ques_panel_footer .review_btns{width:40%}.testFlow_wrapper .attempt_division_wrapper .division_first .ques_panel_footer .review_btns .btn_review{background:#f0f0f0;border:1px solid #c3c3c1;color:#000;font-size:14px;padding:10px 20px}.testFlow_wrapper .attempt_division_wrapper .division_first .ques_panel_footer .review_btns .btn_review+.btn_review{margin-left:10px}.testFlow_wrapper .attempt_division_wrapper .division_first .ques_panel_footer .next_prev_btns{text-align:right;width:60%}.testFlow_wrapper .attempt_division_wrapper .division_first .ques_panel_footer .next_prev_btns .btn_width{border-radius:8px;font-size:14px;padding:10px 20px;width:35%}.testFlow_wrapper .attempt_division_wrapper .division_first .ques_panel_footer .next_prev_btns .btn_width+.btn_width{margin-left:10px}.testFlow_wrapper .attempt_division_wrapper .division_first .ques_panel_footer .next_prev_btns .btn_prev{border:1px solid #c3c3c1;color:#000}.testFlow_wrapper .attempt_division_wrapper .division_first .ques_panel_footer .next_prev_btns .btn_save{background:#38aae9;border:1px solid #38aae9;color:#fff}.testFlow_wrapper .attempt_division_wrapper .division_second{max-height:calc(100vh - 123px);position:relative;width:345px}.testFlow_wrapper .attempt_division_wrapper .division_second .user_picture .user_img{border-left:1px solid #bcbcbe;border-right:1px solid #bcbcbe;height:71px;margin:0;padding:5px;width:71px}.testFlow_wrapper .attempt_division_wrapper .division_second .user_picture .user_img img{border-radius:100%;height:100%;width:100%}.testFlow_wrapper .attempt_division_wrapper .division_second .user_picture .user_name{padding-left:15px;width:calc(100% - 80px)}.testFlow_wrapper .attempt_division_wrapper .division_second .user_picture .user_name p{color:#000;font-size:14px;font-weight:500;margin:0}.testFlow_wrapper .attempt_division_wrapper .division_second .answer_palette_wrapper{border:1px solid #000}.testFlow_wrapper .attempt_division_wrapper .division_second .answer_palette_wrapper .answer_indicator{padding:10px}.testFlow_wrapper .attempt_division_wrapper .division_second .answer_palette_wrapper .answer_indicator ul{margin:0}.testFlow_wrapper .attempt_division_wrapper .division_second .answer_palette_wrapper .answer_indicator ul li{flex:0 0 50%;font-size:14px;margin-bottom:10px}.testFlow_wrapper .attempt_division_wrapper .division_second .answer_palette_wrapper .answer_indicator ul li:last-child{flex:1 1;margin-bottom:0}.testFlow_wrapper .attempt_division_wrapper .division_second .answer_palette_wrapper .answer_indicator ul li span{background:#0000 linear-gradient(180deg,#f5f4f3,#d4d4d4);border:1px solid #929293;border-radius:4px;color:#0a0404;display:inline-block;font-size:13px;height:30px;line-height:30px;margin-right:6px;position:relative;text-align:center;vertical-align:middle;width:30px}.testFlow_wrapper .attempt_division_wrapper .division_second .answer_palette_wrapper .answer_indicator ul li span.answered{background:#0000 linear-gradient(180deg,#addc31,#4ba619);border:1px solid #8bc453;-webkit-clip-path:polygon(27% 0,73% 0,100% 55%,100% 55%,100% 100%,0 100%,0 55%,0 55%);clip-path:polygon(27% 0,73% 0,100% 55%,100% 55%,100% 100%,0 100%,0 55%,0 55%);color:#fff}.testFlow_wrapper .attempt_division_wrapper .division_second .answer_palette_wrapper .answer_indicator ul li span.not_answered{background:#0000 linear-gradient(180deg,#fe560b,#a92606);border:1px solid #e67236;-webkit-clip-path:polygon(0 0,100% 0,100% 20%,100% 55%,68% 100%,30% 100%,0 55%,0 20%);clip-path:polygon(0 0,100% 0,100% 20%,100% 55%,68% 100%,30% 100%,0 55%,0 20%);color:#fff}.testFlow_wrapper .attempt_division_wrapper .division_second .answer_palette_wrapper .answer_indicator ul li span.marked_for_review{background:#0000 linear-gradient(180deg,#8f6eaf,#634581);border:1px solid #84689b;border-radius:100%;color:#fff}.testFlow_wrapper .attempt_division_wrapper .division_second .answer_palette_wrapper .answer_indicator ul li span.marked_for_review_with_dots:after{background:url(../../static/media/answered_marked.1d5de5da4fc0c7d5e301.svg);background-repeat:no-repeat;background-size:contain;bottom:-1px;content:"";height:12px;position:absolute;right:-3px;width:12px}.testFlow_wrapper .attempt_division_wrapper .division_second .answer_palette_wrapper .course_name{background:#3570b6;height:41px;padding:10px}.testFlow_wrapper .attempt_division_wrapper .division_second .answer_palette_wrapper .course_name p{color:#fff;font-size:14px;font-weight:500;margin:0}.testFlow_wrapper .attempt_division_wrapper .division_second .answer_palette_wrapper .question_number_palellet{background:#e5f6fd;height:calc(100vh - 382px);overflow-y:auto;padding:10px 0 10px 10px}.testFlow_wrapper .attempt_division_wrapper .division_second .answer_palette_wrapper .question_number_palellet p{color:#181a36;font-size:14px}.testFlow_wrapper .attempt_division_wrapper .division_second .answer_palette_wrapper .question_number_palellet .question_numbers span{background:#0000 linear-gradient(180deg,#f5f4f3,#d4d4d4);border:1px solid #929293;border-radius:4px;color:#0a0404;cursor:pointer;display:inline-block;font-size:13px;height:40px;line-height:40px;margin-bottom:15px;margin-right:15px;position:relative;text-align:center;vertical-align:middle;width:40px}.testFlow_wrapper .attempt_division_wrapper .division_second .answer_palette_wrapper .question_number_palellet .question_numbers span.answered{background:#0000 linear-gradient(180deg,#addc31,#4ba619);border:1px solid #8bc453;-webkit-clip-path:polygon(27% 0,73% 0,100% 55%,100% 55%,100% 100%,0 100%,0 55%,0 55%);clip-path:polygon(27% 0,73% 0,100% 55%,100% 55%,100% 100%,0 100%,0 55%,0 55%);color:#fff}.testFlow_wrapper .attempt_division_wrapper .division_second .answer_palette_wrapper .question_number_palellet .question_numbers span.not_answered{background:#0000 linear-gradient(180deg,#fe560b,#a92606);border:1px solid #e67236;-webkit-clip-path:polygon(0 0,100% 0,100% 20%,100% 55%,68% 100%,30% 100%,0 55%,0 20%);clip-path:polygon(0 0,100% 0,100% 20%,100% 55%,68% 100%,30% 100%,0 55%,0 20%);color:#fff}.testFlow_wrapper .attempt_division_wrapper .division_second .answer_palette_wrapper .question_number_palellet .question_numbers span.marked_for_review{background:#0000 linear-gradient(180deg,#8f6eaf,#634581);border:1px solid #84689b;border-radius:100%;color:#fff}.testFlow_wrapper .attempt_division_wrapper .division_second .answer_palette_wrapper .question_number_palellet .question_numbers span.marked_for_review_with_dots:after{background:url(../../static/media/answered_marked.1d5de5da4fc0c7d5e301.svg);background-repeat:no-repeat;background-size:contain;bottom:-2px;content:"";height:17px;position:absolute;right:-2px;width:17px}.testFlow_wrapper .attempt_division_wrapper .division_second .answer_palette_wrapper .question_number_palellet::-webkit-scrollbar{display:none}.testFlow_wrapper .attempt_division_wrapper .division_second .submit_button{background:#e5f6fd;max-height:84px;min-height:84px;padding:23px}.testFlow_wrapper .attempt_division_wrapper .division_second .submit_button .btn_submit{background:#38aae9;border-radius:4px;color:#fff;font-size:14px;padding:10px 60px}.question_papers_modal .modal-content{border:0;border-radius:15px}.question_papers_modal .modal-content .modal-header{background:#3570b6;border:0;border-radius:15px 15px 0 0;padding:11px 15px;position:relative}.question_papers_modal .modal-content .modal-header .modal-title h4{color:#fff;font-family:Raleway,sans-serif;font-size:14px;font-weight:700;margin-bottom:0}.question_papers_modal .modal-content .modal-header .modal-title .cross_icon{cursor:pointer;position:absolute;right:10px;top:0}.question_papers_modal .modal-content .modal-body .questions_paper_lists ul{max-height:400px;overflow-y:auto;padding-right:15px}.question_papers_modal .modal-content .modal-body .questions_paper_lists ul li .ques_number{width:20px}.question_papers_modal .modal-content .modal-body .questions_paper_lists ul li .ques_number h6{font-size:14px;margin:0}.question_papers_modal .modal-content .modal-body .questions_paper_lists ul li .ques_text{padding-left:10px;width:calc(100% - 20px)}.question_papers_modal .modal-content .modal-body .questions_paper_lists ul li .ques_text p{color:#181a36;font-size:14px;margin:0}.question_papers_modal .modal-content .modal-body .questions_paper_lists ul li .ques_text img{margin-top:10px;width:320px}.question_papers_modal .modal-content .modal-body .questions_paper_lists ul li+li{border-top:1px solid #efefff;margin-top:15px;padding-top:15px}.question_papers_modal .modal-content .modal-body .question_instructions .read_instructions p{color:#181a36}.question_papers_modal .modal-content .modal-body .question_instructions .general_instructions .inst_ttl{margin-bottom:10px;text-decoration:underline}.question_papers_modal .modal-content .modal-body .question_instructions .general_instructions .all_instructions{padding-left:8px}.question_papers_modal .modal-content .modal-body .question_instructions .general_instructions .all_instructions .point_indications .ques_number{width:25px}.question_papers_modal .modal-content .modal-body .question_instructions .general_instructions .all_instructions .point_indications .ques_number h6{font-size:14px;font-weight:400;margin:0}.question_papers_modal .modal-content .modal-body .question_instructions .general_instructions .all_instructions .point_indications .ques_text{width:calc(100% - 25px)}.question_papers_modal .modal-content .modal-body .question_instructions .general_instructions .all_instructions .point_indications .ques_text p{color:#181a36;font-size:14px;margin:0}.question_papers_modal .modal-content .modal-body .question_instructions .general_instructions .all_instructions .point_indications .ques_text p span{color:#dc3f16}.question_papers_modal .modal-content .modal-body .question_instructions .general_instructions .all_instructions .point_indications .ques_text img{margin-top:10px;width:320px}.question_papers_modal .modal-content .modal-body .question_instructions .general_instructions .insructions_indicators{margin-top:13px}.question_papers_modal .modal-content .modal-body .question_instructions .general_instructions .insructions_indicators ul{padding-left:28px}.question_papers_modal .modal-content .modal-body .question_instructions .general_instructions .insructions_indicators ul li{color:#181a36;font-size:13px}.question_papers_modal .modal-content .modal-body .question_instructions .general_instructions .insructions_indicators ul li span{background:#0000 linear-gradient(180deg,#f5f4f3,#d4d4d4);border:1px solid #929293;border-radius:4px;color:#0a0404;display:inline-block;font-size:13px;height:30px;line-height:30px;margin-right:6px;position:relative;text-align:center;vertical-align:middle;width:30px}.question_papers_modal .modal-content .modal-body .question_instructions .general_instructions .insructions_indicators ul li span.answered{background:#0000 linear-gradient(180deg,#addc31,#4ba619);border:1px solid #8bc453;-webkit-clip-path:polygon(27% 0,73% 0,100% 55%,100% 55%,100% 100%,0 100%,0 55%,0 55%);clip-path:polygon(27% 0,73% 0,100% 55%,100% 55%,100% 100%,0 100%,0 55%,0 55%);color:#fff}.question_papers_modal .modal-content .modal-body .question_instructions .general_instructions .insructions_indicators ul li span.not_answered{background:#0000 linear-gradient(180deg,#fe560b,#a92606);border:1px solid #e67236;-webkit-clip-path:polygon(0 0,100% 0,100% 20%,100% 55%,68% 100%,30% 100%,0 55%,0 20%);clip-path:polygon(0 0,100% 0,100% 20%,100% 55%,68% 100%,30% 100%,0 55%,0 20%);color:#fff}.question_papers_modal .modal-content .modal-body .question_instructions .general_instructions .insructions_indicators ul li span.marked_for_review{background:#0000 linear-gradient(180deg,#8f6eaf,#634581);border:1px solid #84689b;border-radius:100%;color:#fff}.question_papers_modal .modal-content .modal-body .question_instructions .general_instructions .insructions_indicators ul li span.marked_for_review_with_dots:after{background:url(../../static/media/answered_marked.1d5de5da4fc0c7d5e301.svg);background-repeat:no-repeat;background-size:contain;bottom:-1px;content:"";height:12px;position:absolute;right:-3px;width:12px}.question_papers_modal .modal-content .modal-body .question_instructions .general_instructions .insructions_indicators ul li+li{margin-top:10px}.question_papers_modal .modal-content .modal-body .question_instructions .general_instructions .navigating_indicators ul{padding-left:28px}.question_papers_modal .modal-content .modal-body .question_instructions .general_instructions .navigating_indicators ul li{color:#181a36;font-size:14px}.question_papers_modal .modal-content .modal-body .question_instructions .general_instructions+.general_instructions{margin-top:10px}.question_papers_modal .modal-content .modal-body .test_attempt_submit .submit_img{padding:20px 0 30px}.question_papers_modal .modal-content .modal-body .test_attempt_submit h6{color:#181a36}.question_papers_modal .modal-content .modal-body .test_attempt_submit p{color:#61525b}.question_papers_modal .modal-content .modal-body .test_attempt_submit .submit_btns{padding-bottom:20px}.question_papers_modal .modal-content .modal-body .test_attempt_submit .submit_btns .btn_theme{background:#38aae9;border-radius:8px;color:#fff;font-size:14px;width:120px}.question_papers_modal .modal-content .modal-body .test_attempt_submit .submit_btns .btn_theme+.btn_theme{margin-left:10px}.question_papers_modal .modal-content .modal-body .test_attempt_submit .submit_btns .btn_border{background:#0000;border:1px solid #38aae9;color:#38aae9}@media only screen and (max-width:1536px){.videoLayer_wrapper .subjects_wrapper .all_subjects_name_wrapper ul li{flex:0 0 48%}.qbanks_wrapper .Subject_selection_right_side .all_subjects_name_wrapper ul li,.videoLayer_wrapper .Subject_selection_right_side .all_subjects_name_wrapper ul li{flex:0 0 100%}.allSolution_wrapper .recommended_video_wrapper .questions_listing .solution_questions ul li{flex:0 0 48%}.signup_wrapper .register_container .stepper .stepper_form .stepper_form_1 .form_submit_grp .accept_condition label{left:75px}.mantras_wrapper .videos_wrapper .recommended_video_wrapper .mantra_jump .form-group{width:75%}.mantras_wrapper .videos_wrapper .recommended_video_wrapper .mantra_jump .jump_btn{width:25%}.qbPerformance.testPerformance_wrapper .recommended_video_wrapper .analysis_performance ul li{flex:0 0 23.5%}.signup_wrapper .register_container .stepper .stepper_form{margin:0 185px 0 214px}.qbanks_wrapper .nexts_prevs_buttons .btn_theme{width:192px}.testFlow_wrapper .attempt_division_wrapper .division_second .answer_palette_wrapper .question_number_palellet{height:calc(100vh - 388px)}}@media only screen and (max-width:1440px){.videoLayer_wrapper .subjects_wrapper .all_subjects_name_wrapper ul li:nth-child(2n){margin-left:17px}.videoLayer_wrapper .Subject_selection_right_side .all_subjects_name_wrapper ul li:nth-child(2n){margin-left:0}.qbanks_wrapper .select_timer_wrapper .time_selection_radio_btns .instruction_header{width:40%}.qbanks_wrapper .select_timer_wrapper .time_selection_radio_btns .timer_selection{width:60%}.qbanks_wrapper .nexts_prevs_buttons .btn_theme{width:173px}.testLayer_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .recommend_list_content{padding:0 10px}.testLayer_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .user_img{height:90px;width:90px}.testLayer_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .recommend_list_content{width:calc(100% - 90px)}.testLayer_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .recommend_list_content .continue_qbanks_wrapper .qbanks_rating span{padding:2px 4px}.qbanks_wrapper .recommended_video_wrapper .all_questions_wrapper .questions_indicators .choose_views span img{width:13px}.qbanks_wrapper .recommended_video_wrapper .all_questions_wrapper .questions_indicators .questions_options_indicators p{margin-right:0;width:100px}.account_main_wrapper .subjects_wrapper .accounts_options_wrapper ul li{flex:0 0 48.4%}.login_wrapper .register_container .login_content{width:53%}.signup_wrapper .register_container .stepper .stepper_form .stepper_form_1 .form_submit_grp .accept_condition label{left:98px}.testPerformance_wrapper .recommended_video_wrapper .analysis_performance ul li{flex:0 0 14.8%}.testLayer_wrapper .recommended_video_wrapper .main_tabs_wrapper .test_content_inner_tabs .sublist_all_test_wrapper .test_year_wrapper .recommend_video_details .recommend_list_main .recommend_list_content .continue_qbanks_wrapper .continue_ttl{width:76%}.testLayer_wrapper .recommended_video_wrapper .main_tabs_wrapper .test_content_inner_tabs .sublist_all_test_wrapper .test_year_wrapper .recommend_video_details .recommend_list_main .recommend_list_content .continue_qbanks_wrapper .qbanks_rating{width:24%}.testLayer_wrapper .recommended_video_wrapper .main_tabs_wrapper .test_content_inner_tabs .sublist_all_test_wrapper .test_year_wrapper .recommend_video_details .recommend_list_main .user_img{width:90px}.testLayer_wrapper .recommended_video_wrapper .main_tabs_wrapper .test_content_inner_tabs .sublist_all_test_wrapper .test_year_wrapper .recommend_video_details .recommend_list_main .recommend_list_content{width:calc(100% - 90px)}.qbPerformance.testPerformance_wrapper .recommended_video_wrapper .analysis_performance ul li{flex:0 0 23.0%}.qbanks_wrapper .submit_attempt_btn .btn_theme{width:100%}.signup_wrapper .register_container .stepper .stepper_form{margin:0 175px 0 198px}.testLayer_wrapper .recommended_video_wrapper .main_tabs_wrapper .test_content_inner_tabs .sublist_all_test_wrapper .test_year_wrapper .recommend_video_details .recommend_list_main .recommend_list_content .progress_details .timer_progress .progress{width:42%}.testLayer_wrapper .recommended_video_wrapper .main_tabs_wrapper .test_content_inner_tabs .sublist_all_test_wrapper .test_year_wrapper .recommend_video_details .recommend_list_main .recommend_list_content .progress_details .timer_progress .progress_text{width:58%}.account_main_wrapper .recommended_video_wrapper .videoTab_data ul li .recommend_list_main .recommend_list_content h6{padding-right:26px}}@media only screen and (max-width:1499px){.account_main_wrapper .subjects_wrapper .accounts_options_wrapper ul li:nth-child(2n){margin-left:18px}}@media only screen and (max-width:1366px){.videoLayer_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .user_img{height:70px;width:80px}.videoLayer_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .recommend_list_content{width:calc(100% - 80px)}.videoLayer_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .recommend_list_content .rate_timer .play_icn{bottom:3px}.videoLayer_wrapper .videoMainContent .recommend_video_details ul li .recommend_list_main .user_img{height:100px;width:110px}.videoLayer_wrapper .videoMainContent .recommend_video_details ul li .recommend_list_main .recommend_list_content{width:calc(100% - 110px)}.qbanks_wrapper .select_timer_wrapper .time_selection_radio_btns .timer_selection .timer_1 label{padding:7px 20px}.qbanks_wrapper .recommended_video_wrapper .all_questions_wrapper .all_questions_listings ul li .question_body .question_body_details .continue_qbanks_wrapper h6{font-size:13px}.qbanks_wrapper .recommended_video_wrapper .all_questions_wrapper .questions_indicators .choose_views span{padding:3px 7px}.qbanks_wrapper .nexts_prevs_buttons .btn_theme{width:165px}.qbanks_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .recommend_list_content .progress_details .timer_progress .progress{width:40%}.qbanks_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .recommend_list_content .progress_details .timer_progress .progress_text{width:60%}.testLayer_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .user_img .free_tag{font-size:10px}.testLayer_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .user_img{height:90px;width:90px}.testLayer_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .recommend_list_content{width:calc(100% - 90px)}.testLayer_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .recommend_list_content .continue_qbanks_wrapper .qbanks_rating span{font-size:10px;padding:2px 3px}.testLayer_wrapper .recommended_video_wrapper .main_tabs_wrapper .test_content_inner_tabs .sublist_all_test_wrapper .test_year_wrapper .recommend_video_details .recommend_list_main .user_img{height:104px;width:80px}.testLayer_wrapper .recommended_video_wrapper .main_tabs_wrapper .test_content_inner_tabs .sublist_all_test_wrapper .test_year_wrapper .recommend_video_details .recommend_list_main .recommend_list_content{padding:10px;width:calc(100% - 80px)}.testLayer_wrapper .recommended_video_wrapper .main_tabs_wrapper .test_content_inner_tabs .sublist_all_test_wrapper .test_year_wrapper .recommend_video_details .recommend_list_main .recommend_list_content .continue_qbanks_wrapper .qbanks_rating .live_tag{font-size:9px}.testLayer_wrapper .recommended_video_wrapper .main_tabs_wrapper .test_content_inner_tabs .sublist_all_test_wrapper .test_year_wrapper .recommend_video_details .recommend_list_main .recommend_list_content .continue_qbanks_wrapper .qbanks_rating .live_tag img{width:12px}.login_wrapper .register_container .login_content{width:56%}.testPerformance_wrapper .recommended_video_wrapper .analysis_performance ul li+li{margin-left:13px}.signup_wrapper .register_container .stepper .stepper_form .stepper_form_1 .form_submit_grp .accept_condition label{left:114px}.testLayer_wrapper .recommended_video_wrapper .main_tabs_wrapper .test_content_inner_tabs .sublist_all_test_wrapper .test_year_wrapper .recommend_video_details .recommend_list_main .recommend_list_content .progress_details .timer_progress{width:85%}.testLayer_wrapper .recommended_video_wrapper .main_tabs_wrapper .test_content_inner_tabs .sublist_all_test_wrapper .test_year_wrapper .recommend_video_details .recommend_list_main .recommend_list_content .progress_details .rightArrow_icn{width:15%}.qbPerformance.testPerformance_wrapper .recommended_video_wrapper .analysis_performance ul li{flex:0 0 23.4%}.mantras_wrapper .videos_wrapper .recommended_video_wrapper .mantra_jump .form-group{width:70%}.mantras_wrapper .videos_wrapper .recommended_video_wrapper .mantra_jump .jump_btn{width:30%}.signup_wrapper .register_container .stepper .stepper_form{margin:0 167px 0 189px}.qbanks_wrapper .submit_attempt_btn .btn_theme{width:100%}.account_main_wrapper .subjects_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .user_img{height:87px;width:90px}.account_main_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .recommend_list_content h6{font-size:13px}.videoLayer_wrapper .videoMainContent .recommend_video_details ul li .recommend_list_main .recommend_list_content p{font-size:10px}.videoLayer_wrapper .videoMainContent .recommend_video_details ul li .recommend_list_main .recommend_list_content .bookmark_icn{right:10px}.questionBookmarks_wrapper .subjects_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .user_img{height:50px;width:50px}}@media only screen and (max-width:1299px){.videoLayer_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .user_img{height:60px;width:70px}.videoLayer_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .recommend_list_content{width:calc(100% - 70px)}.videoLayer_wrapper .videoMainContent .recommend_video_details ul li .recommend_list_main .user_img{height:100px;width:110px}.videoLayer_wrapper .videoMainContent .recommend_video_details ul li .recommend_list_main .recommend_list_content{width:calc(100% - 110px)}.qbanks_wrapper .nexts_prevs_buttons .btn_theme{width:152px}.qbanks_wrapper .recommended_video_wrapper .all_questions_wrapper .questions_indicators .choose_views span img{width:13px}.qbanks_wrapper .recommended_video_wrapper .all_questions_wrapper .questions_indicators .choose_views span{padding:3px 5px}.qbanks_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .user_img .free_tag{font-size:11px;padding:1px 5px}.qbanks_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .recommend_list_content .continue_qbanks_wrapper .continue_ttl h6{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;font-size:12px;line-height:1.6;max-width:100%;overflow:hidden}.testLayer_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .user_img{height:70px;width:70px}.testLayer_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .recommend_list_content{width:calc(100% - 70px)}.testLayer_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .recommend_list_content .continue_qbanks_wrapper .continue_ttl p span{font-size:9px}.testLayer_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .recommend_list_content .continue_qbanks_wrapper .qbanks_rating span{padding:2px}.testLayer_wrapper .recommended_video_wrapper .main_tabs_wrapper .test_content_inner_tabs .sublist_all_test_wrapper .test_year_wrapper .recommend_video_details .recommend_list_main .recommend_list_content .continue_qbanks_wrapper .qbanks_rating .live_tag{padding:2px 3px}.allSolution_wrapper .recommended_video_wrapper .questions_listing .solution_questions ul li{flex:0 0 47.7%}.account_main_wrapper .subjects_wrapper .accounts_options_wrapper ul li{flex:0 0 48%}.signup_wrapper .register_container .stepper .stepper_form .stepper_form_1 .form_submit_grp .accept_condition label{left:134px}.testPerformance_wrapper .recommended_video_wrapper .analysis_performance ul li+li{margin-left:10px}.signup_wrapper .register_container .stepper .stepper_form{margin:0 161px 0 176px}.testLayer_wrapper .recommended_video_wrapper .main_tabs_wrapper .test_content_inner_tabs .sublist_all_test_wrapper .test_year_wrapper .recommend_video_details .recommend_list_main .recommend_list_content .progress_details .timer_progress .progress{width:35%}.testLayer_wrapper .recommended_video_wrapper .main_tabs_wrapper .test_content_inner_tabs .sublist_all_test_wrapper .test_year_wrapper .recommend_video_details .recommend_list_main .recommend_list_content .progress_details .timer_progress .progress_text{width:65%}.testLayer_wrapper .recommended_video_wrapper .main_tabs_wrapper .test_content_inner_tabs .sublist_all_test_wrapper .test_year_wrapper .recommend_video_details .recommend_list_main .recommend_list_content{padding:10px 6px 10px 10px}.qbanks_wrapper .submit_attempt_btn .btn_theme{width:100%}.testPerformance_wrapper .recommended_video_wrapper .test_performance_rating .rating_ttl{width:77%}.testPerformance_wrapper .recommended_video_wrapper .test_performance_rating .star_rating{width:23%}}@media only screen and (max-width:1280px){.qbanks_wrapper .select_timer_wrapper .time_selection_radio_btns .timer_selection .timer_1 label{padding:7px 18px}.qbanks_wrapper .nexts_prevs_buttons .btn_theme{width:148px}.videoLayer_wrapper .other_reasource_wrapper .resource_main .resource_card a .resource_img_detail h6{font-size:14px}.testLayer_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .recommend_list_content .continue_qbanks_wrapper .qbanks_rating span img{width:14px}.subscriptions_wrapper .recommended_video_wrapper .tabs_wrapper .subcription_inner_tabs .subscription_main_content .plans_wrapper .plans_header .plans_name h6{font-size:12px}.login_wrapper .register_container .login_content{width:61%}.testLayer_wrapper .recommended_video_wrapper .main_tabs_wrapper .test_content_inner_tabs .sublist_all_test_wrapper .test_year_wrapper .recommend_video_details .recommend_list_main .recommend_list_content .question_test_timer p .clock_img img{margin-right:3px;width:9px}.testLayer_wrapper .recommended_video_wrapper .main_tabs_wrapper .test_content_inner_tabs .sublist_all_test_wrapper .test_year_wrapper .recommend_video_details .recommend_list_main .recommend_list_content .question_test_timer p{font-size:10px}.testLayer_wrapper .recommended_video_wrapper .main_tabs_wrapper .test_content_inner_tabs .sublist_all_test_wrapper .test_year_wrapper .recommend_video_details .recommend_list_main .recommend_list_content .question_test_timer p .clock_img{margin-left:6px}.signup_wrapper .register_container .stepper .stepper_form{margin:0 156px 0 173px}.qbanks_wrapper .submit_attempt_btn .btn_theme{width:100%}.account_main_wrapper .subjects_wrapper .accounts_options_wrapper ul li:nth-child(2n){margin-left:18px}}@media only screen and (max-width:1199px){.qbanks_wrapper .select_timer_wrapper .time_selection_radio_btns .timer_selection .timer_1 label{font-size:12px;padding:7px 15px}.qbanks_wrapper .recommended_video_wrapper .all_questions_wrapper .questions_indicators .choose_views span{padding:3px 4px}.qbanks_wrapper .nexts_prevs_buttons .btn_theme{width:136px}.videoLayer_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .recommend_list_content h6{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font-size:13px;max-width:100%;overflow:hidden}.Free_videos_wrapper .subjects_header p{font-size:11px}.videoLayer_wrapper .recommended_video_wrapper{padding:15px}.testLayer_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .recommend_list_content .continue_qbanks_wrapper .qbanks_rating span{font-size:8px}.videoLayer_wrapper .other_reasource_wrapper .resource_main .resource_card a .resource_img_detail h6{font-size:13px}.signup_wrapper .register_container .stepper .stepper_form{margin:0 146px 0 161px}.signup_wrapper .register_container .stepper .stepper_form .stepper_form_1 .form_submit_grp .accept_condition label{left:113px}.testPerformance_wrapper .recommended_video_wrapper .analysis_performance ul li{flex:0 0 13.9%}.mantras_wrapper .videos_wrapper .recommended_video_wrapper .mantra_jump .form-group{width:65%}.mantras_wrapper .videos_wrapper .recommended_video_wrapper .mantra_jump .jump_btn{width:35%}.testLayer_wrapper .recommended_video_wrapper .main_tabs_wrapper .test_content_inner_tabs .sublist_all_test_wrapper .test_year_wrapper .recommend_video_details .recommend_list_main .recommend_list_content .continue_qbanks_wrapper .continue_ttl{width:75%}.testLayer_wrapper .recommended_video_wrapper .main_tabs_wrapper .test_content_inner_tabs .sublist_all_test_wrapper .test_year_wrapper .recommend_video_details .recommend_list_main .recommend_list_content .continue_qbanks_wrapper .qbanks_rating{width:25%}.account_main_wrapper .subjects_wrapper .recommended_video_wrapper .recommend_video_details ul li{flex:0 0 48.5%}.account_main_wrapper .subjects_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .user_img{height:89px;width:84px}.account_main_wrapper .recommended_video_wrapper .videoTab_data ul li .recommend_list_main .recommend_list_content h6{-webkit-line-clamp:1;padding-right:20px}.testPerformance_wrapper .recommended_video_wrapper .test_performance_rating .rating_ttl{width:75%}.testPerformance_wrapper .recommended_video_wrapper .test_performance_rating .star_rating{width:25%}}@media only screen and (max-width:1112px){.signup_wrapper .register_container .stepper .stepper_form .stepper_form_1 .form_submit_grp .accept_condition label{left:134px}.account_main_wrapper .subjects_wrapper .recommended_video_wrapper .recommend_video_details ul li{flex:0 0 48.2%}}@media only screen and (max-width:1080px){.videoLayer_wrapper .subjects_wrapper{padding:15px}.videoLayer_wrapper .subjects_wrapper .all_subjects_name_wrapper ul li{flex:0 0 43%}.videoLayer_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .user_img{height:50px;width:60px}.videoLayer_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .recommend_list_content{width:calc(100% - 70px)}.videoLayer_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .recommend_list_content h6{font-size:13px}.videoLayer_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .recommend_list_content .rate_timer .play_icn{right:0;width:15px}.videoLayer_wrapper .Subject_selection_right_side .all_subjects_name_wrapper ul li{flex:0 0 100%}.videoLayer_wrapper .Subject_selection_right_side .all_subjects_name_wrapper ul li .subject_main_list .subject_img_wrap .subject_details h6{font-size:14px}.videoLayer_wrapper .videoMainContent .recommend_video_details ul li .recommend_list_main .user_img{height:80px;width:90px}.videoLayer_wrapper .videoMainContent .recommend_video_details ul li .recommend_list_main .recommend_list_content{width:calc(100% - 90px)}.qbanks_wrapper .select_timer_wrapper .time_selection_radio_btns .timer_selection .timer_1 label{font-size:11px;padding:7px 13px}.qbanks_wrapper .select_timer_wrapper .time_selection_radio_btns .timer_selection .timer_1+.timer_1{margin-left:10px}.qbanks_wrapper .recommended_video_wrapper .all_questions_wrapper .all_questions_listings ul li .question_body .question_body_details .user_img{height:30px;line-height:30px;width:30px}.qbanks_wrapper .recommended_video_wrapper .all_questions_wrapper .all_questions_listings ul li .question_body .question_body_details .continue_qbanks_wrapper{width:calc(100% - 30px)}.qbanks_wrapper .recommended_video_wrapper .all_questions_wrapper .all_questions_listings ul li .question_body .question_body_details .continue_qbanks_wrapper h6{font-size:12px}.qbanks_wrapper .nexts_prevs_buttons .btn_theme{font-size:14px;width:115px}.qbanks_wrapper .Free_videos_wrapper .recommend_video_details ul li .recommend_list_main .recommend_list_content .continue_qbanks_wrapper .continue_ttl{width:70%}.qbanks_wrapper .Free_videos_wrapper .recommend_video_details ul li .recommend_list_main .recommend_list_content .continue_qbanks_wrapper .qbanks_rating{width:30%}.qbanks_wrapper .Free_videos_wrapper .recommend_video_details ul li .recommend_list_main .recommend_list_content{padding:0 8px;width:calc(100% - 60px)}.testLayer_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .user_img{height:90px;width:100px}.testLayer_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .recommend_list_content{width:calc(100% - 100px)}.testLayer_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .recommend_list_content .continue_qbanks_wrapper .qbanks_rating span{font-size:11px;padding:2px 5px}.testLayer_wrapper .testLayer_bookmarked_list .recommend_video_details ul li .recommend_list_main .user_img{height:70px;width:70px}.testLayer_wrapper .testLayer_bookmarked_list .recommend_video_details ul li .recommend_list_main .recommend_list_content{width:calc(100% - 70px)}.testLayer_wrapper .recommended_video_wrapper .recommend_video_details .bookmarked_side_list{padding:0 10px 0 0}.qbanks_wrapper .recommended_video_wrapper .all_questions_wrapper .questions_indicators .questions_options_indicators p{font-size:11px;width:85px}.account_main_wrapper .subjects_wrapper .accounts_options_wrapper ul li:nth-child(2n){margin-left:17px}.subscription_plans_wrapper .recommended_video_wrapper .plans_details_wrapper .plans_packages .plans_info{margin:0 18px 20px 0}.subscription_plans_wrapper .recommended_video_wrapper .plans_details_wrapper .coupon_code .coupon_input .code{width:60%}.login_wrapper .register_container .login_content{width:73%}.signup_wrapper .register_container .stepper .stepper_form .stepper_form_1 .form_submit_grp .accept_condition label{left:143px}.mantras_wrapper .videos_wrapper .recommended_video_wrapper .mantra_jump .form-group{width:63%}.mantras_wrapper .videos_wrapper .recommended_video_wrapper .mantra_jump .jump_btn{width:37%}.mantras_wrapper .videos_wrapper .recommended_video_wrapper .mantra_jump .jump_btn .btn_jump{padding:10px}.signup_wrapper .register_container .stepper .stepper_form{margin:0 123px 0 138px}.account_main_wrapper .subjects_wrapper .recommended_video_wrapper .recommend_video_details ul li{flex:0 0 48.3%}.testPerformance_wrapper .recommended_video_wrapper .test_performance_rating .rating_ttl{width:72%}.testPerformance_wrapper .recommended_video_wrapper .test_performance_rating .star_rating{width:28%}.testPerformance_wrapper .recommended_video_wrapper .result_report_performance ul li{flex:0 0 33%}.testPerformance_wrapper .recommended_video_wrapper .analysis_performance ul li+li{margin-left:0}.testPerformance_wrapper .recommended_video_wrapper .analysis_performance ul li{margin-bottom:10px;margin-right:10px}.testPerformance_wrapper .recommended_video_wrapper .result_report_performance ul li+li{border:0;padding-left:0}.videoLayer_wrapper .videoMainContent .recommend_video_details ul li .recommend_list_main .user_img .content_ttl{bottom:7px}.testFlow_wrapper .attempt_division_wrapper .division_second .answer_palette_wrapper .question_number_palellet{height:calc(100vh - 408px)}}@media only screen and (max-width:1024px){.videoLayer_wrapper .Subject_selection_right_side .all_subjects_name_wrapper ul li .subject_main_list .subject_img_wrap .subject_details h6{font-size:14px}.videoLayer_wrapper .videoMainContent .recommend_video_details ul li .recommend_list_main .user_img{height:70px;width:80px}.videoLayer_wrapper .videoMainContent .recommend_video_details ul li .recommend_list_main .recommend_list_content{width:calc(100% - 80px)}.qbanks_wrapper .nexts_prevs_buttons .btn_theme{font-size:13px;width:108px}.qbanks_wrapper .qbanks_bookmark_questions .bookmark_ttl .card_link h6 img{width:12px}.subjects_header h6{font-size:14px}.subscriptions_wrapper .recommended_video_wrapper .tabs_wrapper .subcription_inner_tabs .subscription_main_content .plans_wrapper .plans_header .plans_name h6{font-size:11px}.subscriptions_wrapper .recommended_video_wrapper .tabs_wrapper .subcription_inner_tabs .subscription_main_content .plans_wrapper .plans_header .plan_price h6{font-size:12px}.subscriptions_wrapper .recommended_video_wrapper .tabs_wrapper .subcription_inner_tabs .subscription_main_content .plans_wrapper .plans_header .plan_price p{font-size:10px}.signup_wrapper .register_container .stepper .stepper_form .stepper_form_1 .form_submit_grp .accept_condition label{left:158px}.videoLayer_wrapper .subjects_wrapper .all_subjects_name_wrapper ul li .subject_main_list .subject_img_wrap .subject_img{width:25px}.videoLayer_wrapper .subjects_wrapper .all_subjects_name_wrapper ul li .subject_main_list .subject_img_wrap .subject_details{width:calc(100% - 25px)}.videoLayer_wrapper .subjects_wrapper .all_subjects_name_wrapper ul li .subject_main_list .subject_img_wrap .subject_details h6{font-size:14px}.videoLayer_wrapper .subjects_wrapper .all_subjects_name_wrapper ul li .subject_main_list .subject_img_wrap{width:70%}.videoLayer_wrapper .subjects_wrapper .all_subjects_name_wrapper ul li .subject_main_list .progressbar_wraper{width:30%}.videoLayer_wrapper .subjects_wrapper .all_subjects_name_wrapper ul li:nth-child(2n){margin-left:14px}.videoLayer_wrapper .subjects_wrapper .all_subjects_name_wrapper ul li{flex:0 0 48%}.qbPerformance.testPerformance_wrapper .recommended_video_wrapper .analysis_performance ul li{flex:0 0 23%}.signup_wrapper .register_container .stepper .stepper_form{margin:0 113px 0 128px}.videoLayer_wrapper .Subject_selection_right_side .all_subjects_name_wrapper ul li{flex:0 0 100%}.videoLayer_wrapper .Subject_selection_right_side .all_subjects_name_wrapper ul li:nth-child(2n){margin-left:0}.videoLayer_wrapper .Subject_selection_right_side .all_subjects_name_wrapper ul li .subject_main_list .subject_img_wrap .subject_img{width:20px}.videoLayer_wrapper .Subject_selection_right_side .all_subjects_name_wrapper ul li .subject_main_list .subject_img_wrap .subject_details{padding-left:10px;width:calc(100% - 20px)}}@media only screen and (max-width:992px){.videoLayer_wrapper .subjects_wrapper .all_subjects_name_wrapper ul li:nth-child(2n){margin-left:15px}.videoLayer_wrapper .subjects_wrapper .all_subjects_name_wrapper ul li .subject_main_list .subject_img_wrap .subject_img{width:23px}.videoLayer_wrapper .subjects_wrapper .all_subjects_name_wrapper ul li .subject_main_list .subject_img_wrap .subject_details{padding-left:13px;width:calc(100% - 23px)}.videoLayer_wrapper .subjects_wrapper .all_subjects_name_wrapper ul li .subject_main_list .subject_img_wrap .subject_details h6{font-size:14px}.videoLayer_wrapper .Subject_selection_right_side .all_subjects_name_wrapper ul li:nth-child(2n){margin-left:0}.videoLayer_wrapper .Subject_selection_right_side .all_subjects_name_wrapper ul li .subject_main_list .subject_img_wrap .subject_img{width:20px}.videoLayer_wrapper .Subject_selection_right_side .all_subjects_name_wrapper ul li .subject_main_list .subject_img_wrap .subject_details{width:calc(100% - 20px)}.videoLayer_wrapper .recommended_video_wrapper{padding:15px}.videoLayer_wrapper .videoMainContent .main_tabs_wrapper>ul{flex-direction:row;flex-wrap:nowrap}.videoLayer_wrapper .videoMainContent .main_tabs_wrapper>ul li a{padding:.5rem .7rem}.videoLayer_wrapper .videoMainContent .main_tabs_wrapper .tabs_main_wrap .tabs_main>ul li a{font-size:12px}.qbanks_wrapper .nexts_prevs_buttons .btn_theme{font-size:12px;width:100px}.account_main_wrapper .subjects_wrapper .recommended_video_wrapper .recommend_video_details ul li{flex:0 0 48%}.account_main_wrapper .subjects_wrapper .recommended_video_wrapper .videoTab_data ul li .recommend_list_main .recommend_list_content .rate_timer .play_icn{right:-8px}.videoLayer_wrapper .videoMainContent .recommend_video_details ul li .recommend_list_main .recommend_list_content .bookmark_icn{right:0}}@media only screen and (max-width:991px){.header_navbar .top_linkss{align-items:center;display:flex;flex-basis:0}.header_navbar .navbar .top_linkss ul{width:60%}.header_navbar .navbar .top_linkss .side_img{width:30%}.sidebar_wrapper{transform:translateX(-250px);visibility:hidden}.main_wrapper{margin-left:0}.header_navbar .navbar{padding:0 20px}.header_navbar .navbar .menubar{display:block}.header_navbar .navbar .menubar.preHeaderMenu{display:none}.sidebar_drawer{transform:translateX(0);visibility:visible}.sidebar_wrapper .cross_sidebar{display:block}.qbanks_wrapper .nexts_prevs_buttons .btn_theme{font-size:16px;width:184px}.qbanks_wrapper .recommended_video_wrapper .all_questions_wrapper .questions_indicators .choose_views span{padding:3px 8px}.qbanks_wrapper .Free_videos_wrapper .recommend_video_details ul li .recommend_list_main .user_img{height:60px;width:80px}.qbanks_wrapper .Free_videos_wrapper .recommend_video_details ul li .recommend_list_main .recommend_list_content{width:calc(100% - 80px)}.subscriptions_wrapper .recommended_video_wrapper .tabs_wrapper .subcription_inner_tabs .subscription_main_content .plans_wrapper .plans_header .plan_price h6,.subscriptions_wrapper .recommended_video_wrapper .tabs_wrapper .subcription_inner_tabs .subscription_main_content .plans_wrapper .plans_header .plans_name h6{font-size:13px}.subscriptions_wrapper .recommended_video_wrapper .tabs_wrapper .subcription_inner_tabs .subscription_main_content .plans_wrapper .plans_header .plan_price p{font-size:12px}.signup_wrapper .register_container .stepper .stepper_form .stepper_form_1 .form_submit_grp .accept_condition label{left:0}.signup_wrapper .register_container .stepper .stepper_form .stepper_form_1 .form_submit_grp .accept_condition .custom-control{text-align:left!important}}@media only screen and (max-width:834px){.qbanks_wrapper .recommended_video_wrapper .all_questions_wrapper .questions_indicators .choose_views span{padding:3px 6px}.testLayer_wrapper .testLayer_bookmarked_list .recommend_video_details ul li .recommend_list_main .user_img{height:82px;width:73px}.testLayer_wrapper .testLayer_bookmarked_list .recommend_video_details ul li .recommend_list_main .recommend_list_content{width:calc(100% - 73px)}.account_main_wrapper .subjects_wrapper .accounts_options_wrapper ul li{flex:0 0 47%}.signup_wrapper .register_container .stepper .stepper_form{margin:0 82px 0 98px}.testPerformance_wrapper .recommended_video_wrapper .test_performance_rating .rating_ttl{width:68%}.testPerformance_wrapper .recommended_video_wrapper .test_performance_rating .star_rating{width:32%}.testPerformance_wrapper .recommended_video_wrapper .analysis_performance ul li{flex:0 0 30%}.qbanks_wrapper .nexts_prevs_buttons .btn_theme{width:150px}}@media only screen and (max-width:810px){.videoLayer_wrapper .videoMainContent .main_tabs_wrapper .tabs_main_wrap .tabs_main>ul li a{padding:.5rem .6rem}.testPerformance_wrapper .recommended_video_wrapper .test_performance_rating .rating_ttl{width:66%}.testPerformance_wrapper .recommended_video_wrapper .test_performance_rating .star_rating{width:34%}.qbanks_wrapper .nexts_prevs_buttons .btn_theme{width:145px}}@media only screen and (max-width:768px){.mobile_toggled_view{display:none}.videoLayer_wrapper .videoMainContent .main_tabs_wrapper .tabs_main_wrap .tabs_main>ul li a{padding:.5rem}.videoLayer_wrapper .topic_header .topic_header_content .topic_image_ttl .subject_ttl_detail h5{font-size:17px}.qbanks_wrapper .recommended_video_wrapper .all_questions_wrapper .questions_indicators .choose_views span{padding:3px 4px}.signup_wrapper .register_container .stepper .stepper_form{margin:0 73px 0 86px}.testPerformance_wrapper .recommended_video_wrapper .test_performance_rating .rating_ttl{width:64%}.testPerformance_wrapper .recommended_video_wrapper .test_performance_rating .star_rating{width:36%}.qbanks_wrapper .nexts_prevs_buttons .btn_theme{width:137px}.account_main_wrapper .subjects_wrapper .recommended_video_wrapper .recommend_video_details ul li{flex:0 0 100%}.account_main_wrapper .subjects_wrapper .recommended_video_wrapper .recommend_video_details ul li:nth-child(2n){margin-left:0}}@media only screen and (max-width:767px){.videoLayer_wrapper .other_reasource_wrapper{margin-bottom:16px}.videoLayer_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .user_img{height:90px;width:100px}.videoLayer_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .recommend_list_content{width:calc(100% - 100px)}.videoLayer_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .recommend_list_content .rate_timer .play_icn{right:10px}.videoLayer_wrapper .Subject_selection_right_side .all_subjects_name_wrapper ul li .subject_main_list .subject_img_wrap .subject_img{width:30px}.videoLayer_wrapper .Subject_selection_right_side .all_subjects_name_wrapper ul li .subject_main_list .subject_img_wrap .subject_details{width:calc(100% - 30px)}.videoLayer_wrapper .subjects_wrapper .all_subjects_name_wrapper ul li .subject_main_list .subject_img_wrap .subject_img{width:30px}.videoLayer_wrapper .subjects_wrapper .all_subjects_name_wrapper ul li .subject_main_list .subject_img_wrap .subject_details{width:calc(100% - 30px)}.videoLayer_wrapper .videoMainContent .main_tabs_wrapper .tabs_main_wrap .tabs_main>ul li a{font-size:13px;padding:.5rem .8rem}.qbanks_wrapper .select_timer_wrapper .time_selection_radio_btns .timer_selection .timer_1 label{font-size:13px;padding:7px 23px}.qbanks_wrapper .select_timer_wrapper .time_selection_radio_btns .timer_selection .timer_1+.timer_1{margin-left:16px}.qbanks_wrapper .select_timer_wrapper .attempt_btn{margin-bottom:20px}.qbanks_wrapper .qbanks_timer{display:block}.videoLayer_wrapper .hide_timer{display:none}.qbanks_wrapper .recommended_video_wrapper .all_questions_wrapper .questions_indicators .choose_views{text-align:right}.qbanks_wrapper .recommended_video_wrapper .all_questions_wrapper .questions_indicators .choose_views span{padding:3px 8px}.qbanks_wrapper .mobile_toggled_view{bottom:43px;display:block;position:fixed;right:16px;width:95%}.qbanks_wrapper .nexts_prevs_buttons{text-align:center}.qbanks_wrapper .nexts_prevs_buttons .btn_theme{font-size:16px;width:200px}.hide_web_toggle_view{display:none}.qbanks_wrapper .toggle_view{display:block}.videoLayer_wrapper .Free_videos_wrapper .recommend_video_details ul li .recommend_list_main .recommend_list_content h6{font-size:14px}.Free_videos_wrapper .subjects_header p{font-size:13px}.login_wrapper .slider_wrapper{margin-bottom:60px}.signup_wrapper{display:block;padding:110px 0 30px}.signup_wrapper .register_container .stepper .stepper_form .stepper_form_1 .form_submit_grp .submit_btn{margin-bottom:30px;text-align:center!important}.login_wrapper .register_container .login_content{width:100%}.login_wrapper .register_container{padding:0 60px}.testPerformance_wrapper .recommended_video_wrapper .result_report_performance ul li{flex:0 0 20%}.testPerformance_wrapper .recommended_video_wrapper .analysis_performance ul li{flex:0 0 31%;flex:0 0 15%}.testPerformance_wrapper .recommended_video_wrapper .result_report_performance ul li+li{border-left:1px solid #efefff;padding-left:10px}#jump{order:1}#mantraFirst{order:2}.mobile_attempt_crumb{display:none}.qb_attempt_top_padding{padding-top:15px}}@media only screen and (max-width:640px){.header_navbar .navbar .top_linkss ul{width:80%}.signup_wrapper .register_container .stepper .stepper_form{margin:0 53px 0 62px}}@media only screen and (max-width:575px){.qbanks_wrapper .select_timer_wrapper .time_selection_radio_btns .instruction_header{margin-bottom:21px;width:100%}.qbanks_wrapper .select_timer_wrapper .time_selection_radio_btns .timer_selection{width:100%}.qb_attempt_top_padding .nexts_prevs_buttons .btn_theme{border:0}}@media only screen and (max-width:428px){.videoLayer_wrapper .subjects_wrapper .all_subjects_name_wrapper ul li:nth-child(2n){margin-left:0}.videoLayer_wrapper .subjects_wrapper .all_subjects_name_wrapper ul li{flex:0 0 100%}.header_navbar .navbar .navbar-brand{margin-right:0;width:100px}.header_navbar .navbar .top_linkss .side_img li a{height:35px;width:35px}.header_navbar .navbar .top_linkss ul{width:100%}.header_navbar .navbar .menubar{width:25px}.main_wrapper{padding:52px 0 20px}.videoLayer_wrapper .subjects_wrapper .all_subjects_name_wrapper ul li .subject_main_list .subject_img_wrap .subject_img{width:25px}.videoLayer_wrapper .subjects_wrapper .all_subjects_name_wrapper ul li .subject_main_list .subject_img_wrap .subject_details{width:calc(100% - 25px)}.videoLayer_wrapper .videoMainContent .main_tabs_wrapper .tabs_main_wrap .tabs_main>ul{display:inline-block;margin:0 0 5px;min-width:100%;white-space:nowrap}.videoLayer_wrapper .videoMainContent .main_tabs_wrapper .tabs_main_wrap .tabs_main>ul li{display:inline-block}.videoLayer_wrapper .videoMainContent .main_tabs_wrapper .tabs_main_wrap .tabs_main{min-width:100%}.videoLayer_wrapper .videoMainContent .main_tabs_wrapper .tabs_main_wrap{display:block;margin-bottom:5px;min-width:100%;overflow-x:auto}.videoLayer_wrapper .videoMainContent .main_tabs_wrapper .tabs_main_wrap::-webkit-scrollbar{height:3px}.videoLayer_wrapper .videoMainContent .recommend_video_details ul li .recommend_list_main .user_img{height:80px;width:90px}.videoLayer_wrapper .videoMainContent .recommend_video_details ul li .recommend_list_main .recommend_list_content{width:calc(100% - 90px)}.qbanks_wrapper .videoMainContent .recommend_video_details ul li .recommend_list_main .user_img{height:70px;width:80px}.qbanks_wrapper .videoMainContent .recommend_video_details ul li .recommend_list_main .recommend_list_content{width:calc(100% - 80px)}.qbanks_wrapper .recommended_video_wrapper .qblayer_content ul li .recommend_list_main .recommend_list_content .progress_details .timer_progress .progress{width:60%}.qbanks_wrapper .recommended_video_wrapper .qblayer_content ul li .recommend_list_main .recommend_list_content .progress_details .timer_progress .progress_text{width:40%}.videoLayer_wrapper .topic_header .topic_header_content .topic_image_ttl .subject_ttl_detail p{font-size:10px}.qbanks_wrapper .select_timer_wrapper .time_selection_radio_btns .timer_selection .timer_1 label{padding:7px 17px}.testLayer_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .user_img{height:85px;width:85px}.testLayer_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .recommend_list_content{width:calc(100% - 85px)}.subscription_plans_wrapper .recommended_video_wrapper .plans_details_wrapper .coupon_code .coupon_input .code{width:80%}.subscription_plans_wrapper .recommended_video_wrapper .plans_details_wrapper .coupon_code .coupon_input .apply_btn{width:20%}.subscription_plans_wrapper .recommended_video_wrapper .plan_price .btn_buy{width:160px}.signup_wrapper .register_container{padding:0}.signup_wrapper .register_container .stepper .stepper_form .stepper_form_1 .personal_ttl_form .personal_ttl h3{font-size:20px}.account_main_wrapper .subjects_wrapper .accounts_options_wrapper ul li{flex:0 0 100%}.account_main_wrapper .subjects_wrapper .accounts_options_wrapper ul li:nth-child(2n){margin-left:0}.account_main_wrapper .subjects_wrapper .infoOptions_wrapper ul li:nth-last-child(2){border-bottom:1px solid #e9ebf2;margin-bottom:10px;padding-bottom:10px}.account_main_wrapper .subjects_wrapper .user_info_wrappper .user_inner_info{width:70%}.account_main_wrapper .subjects_wrapper .user_info_wrappper .edit_profile{width:30%}.account_main_wrapper .subjects_wrapper .user_info_wrappper .user_inner_info .user_img{height:65px;width:65px}.account_main_wrapper .subjects_wrapper .user_info_wrappper .user_inner_info .user_details{width:calc(100% - 65px)}.login_wrapper .register_container{padding:0 60px}.login_wrapper .register_container .login_content .login_home .register_usr h6{text-align:center}.signup_wrapper .register_container .stepper .stepper_form .stepper_form_1 .form_submit_grp .submit_btn .btn_theme{width:100%}.testPerformance_wrapper .recommended_video_wrapper .result_report_performance ul li{flex:0 0 33%}.testPerformance_wrapper .recommended_video_wrapper .test_performance_rating .star_rating .hello_rate span{font-size:18px!important}.testPerformance_wrapper .recommended_video_wrapper .analysis_performance ul li{flex:0 0 30%}.testPerformance_wrapper .recommended_video_wrapper .result_report_performance ul li+li{border:0;padding-left:0}.testPerformance_wrapper .recommended_video_wrapper .subject_analysis_ttl{margin-bottom:22px}.account_main_wrapper .subjects_wrapper .recommended_video_wrapper .recommend_video_details ul li{flex:0 0 100%}.account_main_wrapper .subjects_wrapper .recommended_video_wrapper .recommend_video_details ul li:nth-child(2n){margin-left:0}.qb_attempt_top_padding .nexts_prevs_buttons{bottom:0;left:50%;position:fixed;transform:translateX(-50%);width:100%}.qb_attempt_top_padding .nexts_prevs_buttons .btn_theme{border:1px solid #27387d;width:187px}.qb_attempt_top_padding .submit_attempt_btn .btn_theme{border:1px solid #46b873;width:90%}.qbanks_wrapper .qid_code_wrapper{margin-bottom:60px}.qbanks_wrapper .qid_wrapper .qid_ttl{width:11%}.qbanks_wrapper .qid_wrapper .qid_code{width:89%}.testAttempt_wrapper .topics_wrapper_main{margin-bottom:50px}.testAttempt_wrapper .nexts_prevs_buttons{margin-bottom:18px}.testAttempt_wrapper .submit_attempt_btn{margin-bottom:15px}.videoLayer_wrapper .topic_header .progress_bar .progress_details .progress{width:90%}.videoLayer_wrapper .topic_header .progress_bar .progress_details .completed_text{width:10%}}@media only screen and (max-width:414px){.videoLayer_wrapper .topic_header .topic_header_content .topic_image_ttl .subject_inner_img{margin:0 15px 0 0;width:30px}.videoLayer_wrapper .topic_header .topic_header_content .topic_image_ttl .subject_ttl_detail h5{font-size:15px}.videoLayer_wrapper .topic_header .topic_header_content .topic_image_ttl .back_arrow{margin:0 15px 0 0}.qbanks_wrapper .select_timer_wrapper .time_selection_radio_btns .timer_selection .timer_1 label{font-size:12px}.testLayer_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .recommend_list_content .continue_qbanks_wrapper .qbanks_rating span{font-size:10px}.subscription_plans_wrapper .recommended_video_wrapper .plans_details_wrapper .plans_packages .plans_info{margin:0 12px 20px 0}.testPerformance_wrapper .recommended_video_wrapper .subject_analysis_wrapper .subject_analysis_card .subanalysis_performance ul li{flex:0 0 30%;margin:0 11px 11px 0}.testPerformance_wrapper .recommended_video_wrapper .subject_analysis_wrapper .subject_analysis_card .subanalysis_performance ul li+li{margin-left:0}.qb_attempt_top_padding .nexts_prevs_buttons .btn_theme{width:181px}.qb_attempt_top_padding .submit_attempt_btn .btn_theme{width:90%}}@media only screen and (max-width:394px){.qb_attempt_top_padding .nexts_prevs_buttons .btn_theme{width:169px}.qb_attempt_top_padding .submit_attempt_btn .btn_theme{width:90%}}@media only screen and (max-width:375px){.videoLayer_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .user_img{height:70px;width:80px}.videoLayer_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .recommend_list_content{width:calc(100% - 80px)}.header_navbar .navbar .navbar-brand{width:90px}.main_wrapper{padding:48px 0 20px}.videoLayer_wrapper .videoMainContent .recommend_video_details ul li .recommend_list_main .recommend_list_content{width:calc(100% - 90px)}.videoLayer_wrapper .videoMainContent .recommend_video_details ul li .recommend_list_main .recommend_list_content .bookmark_icn,.videoLayer_wrapper .videoMainContent .recommend_video_details ul li .recommend_list_main .recommend_list_content .rate_timer .play_icn{right:0}.videoLayer_wrapper .videoMainContent .recommend_video_details ul li .recommend_list_main .recommend_list_content h6{padding-right:4px}.videoLayer_wrapper .videoMainContent .recommend_video_details ul li .recommend_list_main .user_img .free_tag{font-size:10px}.qbanks_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .user_img{height:70px;width:80px}.qbanks_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .recommend_list_content{width:calc(100% - 80px)}.qbanks_wrapper .videoMainContent .recommend_video_details ul li .recommend_list_main .user_img{height:60px;width:70px}.qbanks_wrapper .videoMainContent .recommend_video_details ul li .recommend_list_main .recommend_list_content{width:calc(100% - 70px)}.qbanks_wrapper .recommended_video_wrapper .qblayer_content ul li .recommend_list_main .recommend_list_content .progress_details .timer_progress .progress,.qbanks_wrapper .recommended_video_wrapper .qblayer_content ul li .recommend_list_main .recommend_list_content .progress_details .timer_progress .progress_text{width:50%}.qbanks_wrapper .select_timer_wrapper .time_selection_radio_btns .timer_selection .timer_1 label{font-size:11px;padding:5px 14px}.qbanks_wrapper .topic_header .topic_header_content .topic_image_ttl .qbanks_ttl_details .bookmarks_share span{font-size:9px}.testLayer_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .user_img{height:80px;width:80px}.testLayer_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .recommend_list_content{width:calc(100% - 80px)}.testLayer_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .recommend_list_content .continue_qbanks_wrapper .qbanks_rating span{padding:2px}.subscription_plans_wrapper .recommended_video_wrapper .plans_details_wrapper .coupon_code .coupon_input .code{width:75%}.subscription_plans_wrapper .recommended_video_wrapper .plans_details_wrapper .coupon_code .coupon_input .apply_btn{width:25%}.subscription_plans_wrapper .recommended_video_wrapper .plan_price .btn_buy{width:110px}.signup_wrapper .register_container .stepper .stepper_form .stepper_form_1 .personal_ttl_form .personal_ttl h3{font-size:18px}.signup_wrapper .register_container .stepper .stepper_form .stepper_form_1 .form_submit_grp .choose_course_wrapper .course_content .course_body h6{font-size:14px}.signup_wrapper .register_container .stepper .stepper_form .stepper_form_1 .form_submit_grp .submit_btn .btn_theme{width:100%}.account_main_wrapper .subjects_wrapper .user_info_wrappper .user_inner_info .user_img{height:55px;width:55px}.account_main_wrapper .subjects_wrapper .user_info_wrappper .user_inner_info .user_details{width:calc(100% - 55px)}.account_main_wrapper .subjects_wrapper .user_info_wrappper .user_inner_info .user_details h5{font-size:18px}.account_main_wrapper .subjects_wrapper .user_info_wrappper .user_inner_info .user_details p{font-size:12px}.signup_wrapper .register_container .stepper .stepper_form{margin:0 43px 0 52px}.login_wrapper .register_container{padding:0 40px}.testPerformance_wrapper .recommended_video_wrapper .result_report_performance ul li{flex:0 0 50%}.testPerformance_wrapper .recommended_video_wrapper .result_report_performance ul li .result_percentage{margin-bottom:10px}.testPerformance_wrapper .recommended_video_wrapper .analysis_performance ul li{flex:0 0 28%}.testPerformance_wrapper .recommended_video_wrapper .test_performance_rating h6{font-size:14px}.testPerformance_wrapper .recommended_video_wrapper .test_performance_rating .star_rating .hello_rate span{font-size:16px!important}.testPerformance_wrapper .subjects_wrapper .sett_ttl h5{font-size:18px}.testPerformance_wrapper .recommended_video_wrapper .subject_analysis_wrapper .subject_analysis_card .subanalysis_performance ul li{margin:0 10px 10px 0}.qb_attempt_top_padding .nexts_prevs_buttons .btn_theme{width:170px}.qbanks_wrapper .qid_wrapper .qid_ttl{width:13%}.qbanks_wrapper .qid_wrapper .qid_code{width:87%}.qb_attempt_top_padding .nexts_prevs_buttons .btn_theme{width:162px}.qb_attempt_top_padding .submit_attempt_btn .btn_theme{width:90%}}@media only screen and (max-width:360px){.videoLayer_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .user_img{height:60px;width:70px}.videoLayer_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .recommend_list_content{width:calc(100% - 70px)}.videoLayer_wrapper .videoMainContent .recommend_video_details ul li .recommend_list_main .user_img{height:70px;width:80px}.videoLayer_wrapper .videoMainContent .recommend_video_details ul li .recommend_list_main .recommend_list_content{width:calc(100% - 80px)}.videoLayer_wrapper .videoMainContent .recommend_video_details ul li .recommend_list_main .recommend_list_content h6{font-size:12px}.qbanks_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .user_img{height:60px;width:70px}.qbanks_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .recommend_list_content{width:calc(100% - 70px)}.qbanks_wrapper .select_timer_wrapper .time_selection_radio_btns .timer_selection .timer_1 label{padding:5px 12px}.testLayer_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .user_img{height:70px;width:70px}.testLayer_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .recommend_list_content{width:calc(100% - 70px)}.testLayer_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .user_img .free_tag{font-size:10px}.testLayer_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .user_img .text_qb{font-size:11px}.testLayer_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .recommend_list_content .continue_qbanks_wrapper .qbanks_rating span img{width:13px}.login_wrapper .login_content .login_home .exit_user h3{font-size:22px}.account_main_wrapper .subjects_wrapper .user_info_wrappper .edit_profile span{font-size:11px}.signup_wrapper .register_container .stepper .stepper_form{margin:0 23px 0 32px}.testPerformance_wrapper .recommended_video_wrapper .analysis_performance ul li{flex:0 0 46%}.testPerformance_wrapper .recommended_video_wrapper .test_performance_rating .rating_ttl{width:60%}.testPerformance_wrapper .recommended_video_wrapper .test_performance_rating .star_rating{width:40%}.testPerformance_wrapper .recommended_video_wrapper .subject_analysis_wrapper .subject_analysis_card .subanalysis_performance ul li{margin:0 9px 9px 0}.account_main_wrapper .subjects_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .user_img{height:87px;width:80px}.account_main_wrapper .subjects_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .recommend_list_content{width:calc(100% - 80px)}.account_main_wrapper .recommended_video_wrapper .videoTab_data ul li .recommend_list_main .recommend_list_content h6{padding-right:10px}.qb_attempt_top_padding .nexts_prevs_buttons .btn_theme{width:165px;width:157px}.qb_attempt_top_padding .submit_attempt_btn .btn_theme{width:90%}}@media only screen and (max-width:320px){.videoLayer_wrapper .subjects_wrapper .all_subjects_name_wrapper ul li .subject_main_list .subject_img_wrap .subject_details h6{font-size:14px}.videoLayer_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .user_img{height:50px;width:60px}.videoLayer_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .recommend_list_content{width:calc(100% - 60px)}.videoLayer_wrapper .videoMainContent .recommend_video_details ul li .recommend_list_main .user_img{height:60px;width:70px}.videoLayer_wrapper .videoMainContent .recommend_video_details ul li .recommend_list_main .recommend_list_content{width:calc(100% - 70px)}.breadcrumbs ul li{font-size:11px}.qbanks_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .user_img{height:60px;width:70px}.qbanks_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .recommend_list_content{width:calc(100% - 70px)}.qbanks_wrapper .topic_header .topic_header_content .topic_image_ttl .subject_inner_img{margin:0 10px 0 0;width:25px}.qbanks_wrapper .topic_header .topic_header_content .topic_image_ttl .subject_ttl_detail h5{font-size:13px}.videoLayer_wrapper .topic_header .progress_bar .progress_details .progress{width:85%}.videoLayer_wrapper .topic_header .progress_bar .progress_details .completed_text{width:15%}.qbanks_wrapper .select_timer_wrapper .time_selection_radio_btns .timer_selection .timer_1 label{font-size:9px;padding:5px 10px}.videoLayer_wrapper .topic_header .topic_header_content .topic_image_ttl .subject_ttl_detail p{font-size:8px}.qbanks_wrapper .topic_header .topic_header_content .topic_image_ttl .qbanks_ttl_details .help_wrapper p+p{margin-left:5px}.testLayer_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .user_img{height:60px;width:60px}.testLayer_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .recommend_list_content{width:calc(100% - 60px)}.testLayer_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .recommend_list_content .continue_qbanks_wrapper .qbanks_rating span{font-size:7px;padding:2px}.testLayer_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .user_img .free_tag{font-size:9px}.testLayer_wrapper .recommended_video_wrapper .recommend_video_details ul li .recommend_list_main .user_img .text_qb{font-size:10px}.subscriptions_wrapper .recommended_video_wrapper .tabs_wrapper .tabs_main>ul li a{font-size:12px}.subscription_plans_wrapper .recommended_video_wrapper .plans_details_wrapper .coupon_code .coupon_input .code{width:73%}.subscription_plans_wrapper .recommended_video_wrapper .plans_details_wrapper .coupon_code .coupon_input .apply_btn{width:27%}.subscription_plans_wrapper .recommended_video_wrapper .plan_price h3{font-size:23px}.subscription_plans_wrapper .recommended_video_wrapper .plan_price .btn_buy{font-size:13px;width:90px}.login_wrapper .login_content .login_home .exit_user h3{font-size:20px}.account_main_wrapper .subjects_wrapper .user_info_wrappper .user_inner_info{width:65%}.account_main_wrapper .subjects_wrapper .user_info_wrappper .user_inner_info .user_img{height:45px;width:45px}.account_main_wrapper .subjects_wrapper .user_info_wrappper .user_inner_info .user_details{width:calc(100% - 45px)}.account_main_wrapper .subjects_wrapper .user_info_wrappper .user_inner_info .user_details h5{font-size:15px}.account_main_wrapper .subjects_wrapper .user_info_wrappper .user_inner_info .user_details p{font-size:10px}.account_main_wrapper .subjects_wrapper .user_info_wrappper .edit_profile{width:35%}.login_wrapper .register_container .login_content .login_home h3{font-size:21px;margin-bottom:20px}.testPerformance_wrapper .recommended_video_wrapper .test_performance_rating .rating_ttl{width:55%}.testPerformance_wrapper .recommended_video_wrapper .test_performance_rating .star_rating{width:45%}.testPerformance_wrapper .recommended_video_wrapper .analysis_performance .performance_tags span{font-size:11px;padding:8px 15px}.testPerformance_wrapper .recommended_video_wrapper .subject_analysis_wrapper .subject_analysis_card .subanalysis_performance ul li{margin:0 6px 6px 0}.testPerformance_wrapper .recommended_video_wrapper .subject_analysis_wrapper .subject_analysis_card .subanaysis_header a .subject_analysis .sanalysis_text h6{font-size:14px}.qbanks_wrapper .qid_wrapper .qid_ttl{width:16%}.qbanks_wrapper .qid_wrapper .qid_code{width:84%}.qb_attempt_top_padding .nexts_prevs_buttons .btn_theme{width:136px}.qb_attempt_top_padding .submit_attempt_btn .btn_theme{width:90%}}
/*# sourceMappingURL=main.18429e9f.css.map*/