body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */@keyframes bounce{0%,20%,53%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.pulse{animation-name:pulse}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{animation-name:shake}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-timing-function:ease-in-out}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.bounceIn{animation-duration:.75s;animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:translateZ(0)}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:translateZ(0)}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:translateZ(0)}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{animation-duration:.75s;animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{animation-duration:.75s;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{animation-duration:.75s;-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedIn{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform-origin:center;transform:rotate(-200deg);opacity:0}to{transform-origin:center;transform:translateZ(0);opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}to{transform-origin:left bottom;transform:translateZ(0);opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(45deg);opacity:0}to{transform-origin:right bottom;transform:translateZ(0);opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(45deg);opacity:0}to{transform-origin:left bottom;transform:translateZ(0);opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}to{transform-origin:right bottom;transform:translateZ(0);opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{0%{transform-origin:center;opacity:1}to{transform-origin:center;transform:rotate(200deg);opacity:0}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes hinge{0%{transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.hinge{animation-duration:2s;animation-name:hinge}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{animation-name:zoomOutRight}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{animation-name:zoomOutUp}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.slideOutUp{animation-name:slideOutUp}.animated{animation-duration:1s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.delay-1s{animation-delay:1s}.animated.delay-2s{animation-delay:2s}.animated.delay-3s{animation-delay:3s}.animated.delay-4s{animation-delay:4s}.animated.delay-5s{animation-delay:5s}.animated.fast{animation-duration:.8s}.animated.faster{animation-duration:.5s}.animated.slow{animation-duration:2s}.animated.slower{animation-duration:3s}@media (prefers-reduced-motion:reduce),(print){.animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}}@font-face{font-family:tondoStd;src:url(/static/media/Tondo_Std.eda1e41f.ttf)}@font-face{font-family:tondoLt;src:url(/static/media/Tondo_Std_Lt.76642582.ttf)}@font-face{font-family:tondoSig;src:url(/static/media/Tondo_Std_Sign.e725edca.ttf)}@font-face{font-family:tondoReg;src:url(/static/media/Tondo_Std_Rg.c45c3bc1.ttf)}.sun{background-color:red;-webkit-mask:url(/static/media/sun.9311e170.svg) no-repeat center;mask:url(/static/media/sun.9311e170.svg) no-repeat center}body{height:100%;overflow:hidden}@supports (-webkit-touch-callout:none){body{overflow:scroll}}#left_panel{width:100%;height:100vh;background-color:#fff;padding:0;background-repeat:repeat}.left-img-banner{width:100%;object-fit:cover;float:right}.alice-carousel-mobile .alice-carousel__dots{margin:0!important;height:0!important}.sliderimg{width:100%;object-fit:cover;float:right}.sliderimg-mobile{max-width:100%;height:auto;object-fit:contain}#right_panel{overflow-y:scroll!important;padding:0 15px;height:100vh;background-color:#000;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}#right_panel .header{background-color:#fff;padding-top:25px}#right_panel .content{padding:0 15px;min-height:65%;background-color:#fff;margin-top:-2px}.right_footer{margin-top:0;color:#fff;padding-top:10px;padding-bottom:10px}.airtel-red{color:#ed1c24}.img_logo{width:100px}#right_panel h1{margin-top:20px;font-size:40px;font-family:tondoStd}.form-panel{padding-top:18px}.form-panel label{font-size:20px;font-family:tondoReg;color:#1a1a1a;opacity:.6!important;text-transform:uppercase}.customPrefixInput{display:block}.customPrefixInput .customPrefix{display:inline;font-size:28px;padding-bottom:3px;font-family:tondoLt}.customPrefixInput .omo-input{display:inline;margin-left:-2px}.omo-input{border:none;display:block;font-size:28px;background-color:initial;font-family:tondoLt}.omo-input:focus{outline:none}.omo-input-vl{font-size:20px}#right_panel h2{margin-top:30px;font-size:35px;font-family:tondoReg;color:#1a1a1a}.card{margin-right:5px;margin-bottom:5px;cursor:pointer;border:2px solid #e0e0e0!important}.card .card-title{font-family:tondoSig;top:0}.card:hover{border-color:#b4b4b4!important}.card.selected{border:2px solid #ed1c24!important}.card-body{padding:1rem!important;background-color:initial}.card .card-text{font-family:tondoLt}.card .list-group{list-style:none}.card .list-group li{padding-top:2px}.card .list-group li i{margin-right:10px}.card .card-term{font-size:12px;margin-right:12px;bottom:0;right:0;position:absolute;font-weight:900}.card .selected-icon{float:right;font-size:25px;color:#ed1c24}.summary-container{margin-top:10px}.summary-back-button{background:none;border:none;margin-bottom:20px;padding-left:0!important}.summary-back-button:hover{color:#000!important}.summary-back-button:focus{outline:none}.summary-back-button span{color:#ed1e25;padding-top:2px;position:absolute;left:50px}.summary-back-button:hover span{font-size:22px;padding-top:0}.summary-container .sum-title{display:block;font-size:16px;font-family:tondoReg;color:#1a1a1a}.summary-container .sum-value{font-size:18px;font-weight:lighter;color:#272626;font-family:Arial,Helvetica,sans-serif;font-weight:600}.summary-container .sum-value .sum-data:not(:last-child){border-right:1px solid #a1a0a0;padding-right:10px}.summary-container .sum-value .sum-data:not(:first-child){padding-left:10px}.modal-content h5{font-size:35px}.recommend-button{padding:10px;margin-left:16px;margin-top:10px;background-color:#27ae60;color:#fff;border:1px solid #27ae60;border-radius:5px;font-family:tondoStd;font-style:normal;font-weight:400;width:160px;height:45px;font-size:18px;line-height:23px}.recommend-button:focus{outline:none}.package-category{font-family:tondoReg;font-style:normal;font-weight:500;font-size:24px;line-height:30px;color:#000}.airtel-button{padding:10px;background-color:#ed1c24;color:#fff;border:1px solid #ed1c24;border-radius:5px;min-width:240px}.airtel-button:focus{outline:none}.airtel-button:hover{background-color:#db0b12}.modal-button{margin-right:10px;min-width:0;width:100%}hr{margin-top:5px;margin-bottom:5px}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.card .list-txt{padding-left:8px;display:inline;position:absolute;padding-top:1px}.card .card-text{font-size:14px;font-family:tondoStd}.card .card-btn{position:absolute;right:6%;bottom:6%}#btn_home_next:disabled,#btn_home_next:disabled:hover{opacity:.6}.bottom-border-wrapper{border-bottom:1px solid #e5e6e7;padding-bottom:9px}.focus-border{width:0;max-width:370px;height:1px;transition:1s;background-color:#ed1e25;z-index:10000}.mt-20{margin-top:20px}.modal-footer{border-top:0!important}#right_content_container{width:100%}.right_footer .copyright{font-size:12px;margin-top:10px;margin-bottom:0}.right_footer h6{font-size:13px}.right_footer_end{position:"absolute";width:100%;bottom:0}.footer-sec-1,.footer-sec-2{text-align:left}.footer-sec-2{padding-bottom:20px}.hideme{display:none!important}.input_error_msg{font-size:16px;padding-top:5px;color:#ed1e25}.btn-circle-social{width:32px;height:32px;text-align:center!important;padding:3px 0!important;font-size:18px!important;line-height:1.428571429!important;border-radius:25px!important;color:#fff!important;border:1px solid #fff!important}.btn-circle-social:hover{color:#272626!important;background-color:#e6e7e8}@media (min-height:761px) and (max-height:800px){#right_panel .content{min-height:70%}}@media (min-height:801px) and (max-height:900px){#right_panel .content{min-height:72%}}@media (min-height:901px) and (max-height:989px){#right_panel .content{min-height:74%}}@media (min-height:990px) and (max-height:1100px){#right_panel .content{min-height:78%}}@media (min-height:1101px) and (max-height:1200px){#right_panel .content{min-height:80%}}@media (min-height:1201px) and (max-height:1300px){#right_panel .content{min-height:80%}}@media (min-height:1301px) and (max-height:1340px){#right_panel .content{min-height:82%}}@media (min-height:1341px) and (max-height:1400px){#right_panel .content{min-height:83%}}@media (min-height:1401px) and (max-height:1500px){#right_panel .content{min-height:83%}}@media (min-height:1501px) and (max-height:1600px){#right_panel .content{min-height:84%}}@media (min-height:1601px) and (max-height:1700px){#right_panel .content{min-height:85%}}@media (min-height:1701px) and (max-height:1800px){#right_panel .content{min-height:86%}}@media (min-height:1801px) and (max-height:1900px){#right_panel .content{min-height:87%}}@media (min-height:1901px) and (max-height:2000px){#right_panel .content{min-height:88%}}@media (min-height:2001px){#right_panel .content{min-height:90%}}@media (max-width:575.98px){#right_panel h1{font-size:30px}#right_panel h2,.package-category{font-size:20px}.form-panel label{font-size:15px}.customPrefixInput .customPrefix,.omo-input{font-size:20px}.omo-input{max-width:160px;width:160px}.omo-input-vl{font-size:20px}.bottom-border-wrapper{padding-bottom:6px}.card .card-title{position:absolute;float:right;bottom:0;right:0;margin-right:10px;margin-bottom:-3px!important;font-size:40px}.card .card-title span{font-size:20px}.card.selected .card-title{color:#ed1c24!important}.card .card-body{margin-bottom:20px}.card .card-term{margin-right:170px;bottom:0;right:0;position:absolute;color:#fff;font-size:12px;text-align:right;margin-bottom:5px}.card .card-text{color:#fff;font-size:14px}.card .card-btn{position:absolute;right:3%;bottom:8%}.card .fe_icon{fill:#fff}.card{background-image:url(data:image/png;base64,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);background-repeat:no-repeat;background-position:100%;background-color:#ed1c24!important;border:1px solid #b6b3b3!important;height:140px}.modal-content h5{font-size:25px}.modal-button{min-width:0;font-size:12px}.sticky{z-index:1000!important;position:-webkit-sticky!important;position:sticky!important;bottom:0!important;background-color:#fff!important;padding-top:10px!important;padding-bottom:10px!important}.airtel-button{width:100%}.focus-border{max-width:240px}}@media (min-width:576px){.card{width:10rem;display:inline-block!important;height:175px;border-radius:10px!important}.card .card-title{margin-bottom:0!important;font-size:2rem}.card .card-term{margin-bottom:.3rem}.card .card-body{padding:10px!important}.card .card-text{color:#222}.h5,h5{font-size:1.7rem}}@media (min-width:576px) and (max-width:767.98px){#right_panel h1{font-size:40px}#right_panel h2{font-size:25px}.package-category{font-size:22px}.form-panel label{font-size:20px}.customPrefixInput .customPrefix,.omo-input{font-size:28px}}@media (min-width:768px){.footer-sec-2{text-align:right!important}}@media (min-width:768px) and (max-width:1200px){#right_panel h1{font-size:40px}}.loading-container{background-color:rgba(0,0,0,.8);width:100%;height:100%;z-index:100000;margin-left:-20px;position:absolute}.loading-ripple-holder{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.lds-ripple{display:inline-block;position:relative;width:150px;height:150px;margin:0 auto}.lds-ripple div{position:absolute;border:6px solid #ed1c24;opacity:1;border-radius:50%;animation:lds-ripple 1s cubic-bezier(0,.2,.8,1) infinite}.lds-ripple div:nth-child(2){animation-delay:-.5s}@keyframes lds-ripple{0%{top:75px;left:75px;width:0;height:0;opacity:1}to{top:-1px;left:-1px;width:150px;height:150px;opacity:0}}.payment-option-container{display:inline-block!important;width:100px;height:100px}.payment-option:hover{border-color:#b4b4b4!important}.payment-option.selected{border:2px solid #ed1c24!important}.popup{justify-content:center;display:flex!important;position:fixed!important}.popup .modal-body{padding:0!important}.popup .modal-content{display:flex;flex-direction:column;min-height:347px;position:relative;width:480px!important;background:#fff;border-radius:15px!important;border:2px solid #e5e5e5!important;overflow-y:auto;overflow-x:hidden;margin-top:2vh}.close-btn{cursor:pointer;position:absolute;right:15px;top:15px;background:#f8f8f8;width:38px;height:38px;border-radius:50%;color:#848484;border:1px solid #f0efef}.close-btn:focus{outline:none}.activate-btn{pointer-events:auto;cursor:pointer;background:#ed1c24;width:420px;height:45px;text-align:center;border:none;font-size:16px;color:#fff;font-style:normal;font-weight:700;position:absolute;bottom:40px;left:30px;box-shadow:0 6px 15px rgba(50,50,50,.156277);border-radius:5px}.activate-btn:focus{outline:none}.c-title{height:51px;left:31.29%;right:33.54%;top:40px;font-size:35px;line-height:47px}.c-title,.p-title{position:absolute;font-family:tondoStd;font-weight:700;text-align:center;color:#000}.p-title{height:23px;left:34.17%;right:35.48%;top:96px;font-style:normal;font-size:18px;line-height:23px;letter-spacing:-.5px}.data-list{margin-bottom:180px}.d-title{font-weight:700;font-size:16px}.d-title,.details{position:relative;top:62px;left:30px;text-align:left;font-family:tondoStd;font-style:normal;color:#505154}.details{border-top:1px solid #d8d8d8;width:415px;font-weight:400;font-size:13px}.list-group-card{line-height:18px;list-style:none;font-family:tondoStd;font-size:16px;margin-top:100px}.list-icon-card{display:inline;left:32px;position:absolute}.list-lbl-card{left:66px}.list-lbl-card,.list-txt-card{position:absolute;font-style:normal;font-weight:400}.list-txt-card{right:30px}.validity-icon{line-height:14px;left:32px;position:absolute}.validity-label{left:66px}.validity-label,.validity-txt{line-height:18px;position:absolute;font-style:normal;font-weight:400;font-family:tondoStd;font-size:16px}.validity-txt{right:30px}@media (max-width:575.98px){.popup{justify-content:center;display:flex!important;position:fixed!important}.popup .modal-body{padding:0!important}.popup .modal-content{display:flex;flex-direction:column;min-height:307px;position:relative;width:80vw!important;margin-top:5vh;background:#fff;border-radius:15px!important;border:2px solid #e5e5e5!important;overflow-y:auto;overflow-x:hidden}.close-btn{cursor:pointer;position:absolute;right:15px;top:15px;background:#f8f8f8;width:38px;height:38px;border-radius:50%;color:#848484;border:1px solid #f0efef}.close-btn:focus{outline:none}.activate-btn{pointer-events:auto;cursor:pointer;background:#ed1c24;width:68vw;height:45px;text-align:center;border:none;font-size:16px;color:#fff;font-style:normal;font-weight:700;position:absolute;bottom:40px;left:5.5vw;box-shadow:0 6px 15px rgba(50,50,50,.156277);border-radius:5px}.activate-btn:focus{outline:none}.c-title{height:51px;top:36px;font-size:34px;line-height:47px}.c-title,.p-title{position:absolute;display:flex;justify-content:center;font-family:tondoStd;font-weight:700;text-align:center;color:#000}.p-title{height:23px;top:82px;font-style:normal;font-size:16px;line-height:23px;letter-spacing:-.5px}.data-list{margin-bottom:160px}.d-title{font-weight:700;font-size:15px}.d-title,.details{position:relative;top:52px;left:5.5vw;text-align:left;font-family:tondoStd;font-style:normal;color:#505154}.details{border-top:1px solid #d8d8d8;width:68vw;font-weight:400;font-size:13px}.list-group-card{line-height:16px;list-style:none;font-family:tondoStd;font-size:15px;margin-top:76px}.list-icon-card{display:inline;left:5.5vw;position:absolute}.list-lbl-card{left:12vw}.list-lbl-card,.list-txt-card{position:absolute;font-style:normal;font-weight:400}.list-txt-card{right:5.5vw}.validity-icon{line-height:5px;left:5.5vw;position:absolute}.validity-label{left:12vw}.validity-label,.validity-txt{line-height:16px;position:absolute;font-style:normal;font-weight:400;font-family:tondoStd;font-size:15px}.validity-txt{right:5.5vw}}.header-nav{display:flex;justify-content:space-between}.nav-options{padding-left:25px;display:grid;grid-template-columns:repeat(3,auto);grid-gap:20px;list-style-type:none}.mobile-option{display:none}.option>a{color:#000;font-weight:500;font-size:20px}.selected-nav>a{text-decoration:underline;color:#ed1c24;font-weight:700}.option :hover{color:grey}.house-icon{height:22px;width:22px;margin-right:5px;margin-bottom:2px}.mobile-menu{display:none}@media (max-width:648px){.header-nav{padding:0 10px}.nav-options{display:flex;width:100%;height:100vh;position:absolute;top:90px;left:-100%;opacity:0;transition:all .5s ease;flex-direction:column;list-style-type:none;grid-gap:0}.nav-options.active{background-color:#fff;left:0;opacity:1;transition:all .5s ease;z-index:1;align-content:center;padding-left:0}.menu-icon{width:45px;height:45px}.selected-nav>a{text-decoration:underline;color:#ed1c24;font-weight:700}.option{display:flex;align-items:center;justify-content:center;height:10vw;padding:30px 0}.mobile-menu{display:block}}
/*# sourceMappingURL=main.72223454.chunk.css.map */