@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');
html{ font-size: 13px }
body{ font-family: 'Open Sans', sans-serif; }
p, h1, h2, h3, h4, h5, h6{ padding: 0; margin: 0; }
ul{ padding: 0; }
section{ padding: 30px 0; }
.navbar{ background: #004a8f; }
.navbar-toggler{ position: relative; } .navbar-toggler:focus{ box-shadow: none; }
#menu__toggle { opacity: 0; }
#menu__toggle:checked ~ .menu__btn > span { transform: rotate(45deg); }
#menu__toggle:checked ~ .menu__btn > span::before { width: 100%; top: 0; transform: rotate(0); }
#menu__toggle:checked ~ .menu__btn > span::after { width: 100%; top: 0; transform: rotate(90deg); }
.menu__btn { display: flex; align-items: center; position: absolute; top: 0px; left: 50%; width: 26px; height: 26px; cursor: pointer; z-index: 1; transform: translateX(-50%); }
.menu__btn > span, .menu__btn > span::before, .menu__btn > span::after { display: block; position: absolute; width: 100%; height: 3px; background-color: #ffffff; transition-duration: .25s; }
.menu__btn > span::before { content: ''; top: -8px; width: 75%; }
.menu__btn > span::after { content: ''; top: 8px; width: 50%; }
.topnavbar.navbar-expand-lg .navbar-nav .nav-link{ color: #fff; padding: .5rem 1rem; }
.topnavbar .dropdown-menu{ background: #004a8f; border: 0; padding-top: 0; } .topnavbar .dropdown-menu li a{ color: #fff; padding-left: 30px; }
.top_banner{ background: #051964; }
.cmn_btn{ padding: 5px 20px; color: #fff; font-size: 12px; font-weight: 600; color: #fff; border-radius: 25px; text-decoration: none; display: inline-block; }
.red_btn{ background: #ed1c24;}
.big_btn{ padding: 10px 30px; font-size: 15px; }
.top_banner{ position: relative; min-height: 230px; }
.top_banner h3{ font-size: 13px; color: #dbb151; }
.top_banner h2{ font-size: 21px; color: #ffffff; font-weight: 300; line-height: 30px; margin-bottom: 1rem; }
.top_banner .bannerimg{ position: absolute; right: 0; bottom: 0; }
.vdesk{ display: block; } .vmob{ display: none; }
.bluebg{ background: #4083e5; } .dbluebg{ background: #285cca; } .lightbluebg{ background: #00a1d8; } .darkbluebg{ background: #082560; }.bluedarkbg{ background: #061d4c; }
h2{ font-size: 27px; color: #333; } h4{ font-size: 16px; color: #333; font-weight: 600; padding-bottom: 20px; } h6{ font-size: 14px; color: #333; font-weight: 700; margin-bottom: 0.5rem; } p{ font-size: 13px; color: #333; }
.media{display: flex; padding: 0;} .media>img{ width: 60px; height: 60px; margin-right: 15px; }
.medialist{ list-style-type: none; padding: 0; margin: 0.5rem 0 1rem;} .medialist li{ position: relative; padding: 0.8rem 1rem; } 
.medialist li::after{ content: ""; position: absolute; width: 80%; height: 1px; border-top: 1px dotted #77b6f3; left: 50%; transform: translateX(-50%); bottom: 0;}
.medialist li:first-child::before{ content: ""; position: absolute; width: 80%; height: 1px; border-top: 1px dotted #77b6f3; left: 50%; transform: translateX(-50%); top: 0; }
.medialist li p{ margin-bottom:0; }
.eligibility_criteria_details{ padding: 15px; border-radius: 10px; text-align: left; margin: 1.5rem 0 2.5rem; }
.tnc h4{ font-weight: 700; margin-bottom: 1rem; }
.tnc p{ width: 80%; margin: 0 auto; }
.selFEmploy{text-align: center;position: relative;}
.selFTxt{background: rgb(216 216 216 / 10%);backdrop-filter: blur(10px);padding: 25px 20px;border: 1px solid rgba(0,0,0,.15);border-radius: 15px;position: absolute;top: 300px;left: 50%;transform: translate(-50%, -50%);width: 310px;}
.selFTxt h4{padding-bottom: 10px;font-size: 16px; line-height: 25px;}
.selFTxt p{font-size: 14px;}
.switchTabs{background: #fff;width: 100%;box-shadow: 0px 0px 5px rgba(212, 208, 208, 1);
    -moz-box-shadow: 0px 0px 5px rgba(212, 208, 208, 1);
    -webkit-box-shadow: 0px 0px 5px rgba(212, 208, 208, 1);
    -o-box-shadow: 0px 0px 5px rgba(212, 208, 208, 1);position: relative;z-index: 111;margin-top: 0px;padding:0;}
.stickyswitch{position: fixed;bottom: 0px;}
.switchcontent{text-align: center;padding: 10px 0px;}
.switchcontent h4{padding-bottom: 20px; font-weight: 700;}
.switchcontent p .switchbtn{padding: 0 60px;}
.switchcontent p a{color: #999999;font-size: 14px;text-decoration: none;font-weight: 700;}
.switchcontent p a img{padding-right: 5px;vertical-align: top;}
.switchcontent p a.active{ color: #004a8f}
/* .switchcontent a{color: #004a8f} */
.switchcontent p{display: inline-block}
.switchcontent p.inactive{color:#005f87;}
.switchcontent a:hover{text-decoration: none;}
.switchbtn{width:56px;height: 28px;padding: 1px;border:1px solid #082560; border-radius: 20px;display: inline-block;margin:0 10px 0;vertical-align: middle;position: relative;background: #082560;}
.switchbtn::before{content:"";width:24px;height: 24px;border-radius:13px;background: #0080ab;position: absolute;right: 4px;top:1px;transition: 0.8s all ease-in-out;-webkit-transition: 0.8s all ease-in-out;}
.switchbtn::after{content:"";width:23px;height: 23px;border-radius:13px;background: #fff;position: absolute;right: 2px;top:1px;transition: 0.8s all ease-in-out;-webkit-transition: 0.8s all ease-in-out;}
.switchbtn.switch-anim::after{transform: translateX(20px)}
.switchbtn.switch-anim::after{transform: translateX(-25px)}
.switchbtn.switch-anim::before{transform: translateX(-25px); /* left: 1px; right: auto; */}
.switchcontent .firstswitch, .switchcontent .switchbtn, .switchcontent .secondswitch{display: inline-block;vertical-align: middle;}
.switchcontent .firstswitch,.switchcontent .secondswitch{width: 15%;}
.switchcontent .redbtn{background: #ed1c24; color: #fff;padding: 10px;display: block;width: 150px;font-size: 15px;border-radius: 30px;margin: 30px auto }

.SFemploy{text-align: center;}
.SFemploy .TopImg{padding-bottom: 30px;}
.SFemploy h4{padding-bottom: 20px;}
.SFemploy .optSelect{background: url(../resources/images/ddarrow.png) no-repeat #27c0e7;color: #fff;background-position: 97%; padding: 10px 15px;margin-bottom: 40px;}
.SFemploy .rngetxt{font-size: 16px;font-weight: 600;margin-bottom: 20px;}
.rngecategory{text-align: left; display: flex; flex-wrap: wrap; justify-content: center;}
.rngecategory .rngeBx{background: #c5d8fa;text-align: center; border-radius: 10px;display: inline-block;width: 30%;margin: 10px;position: relative; cursor: pointer; }
.rngecategory .rngeBx.active{background: #fff;}
.rngecategory .rngeBx.active p{color: #004a8f;}
.rngecategory .rngeBx img{padding-top: 10px;}
.rngecategory .rngeBx p{padding-bottom: 20px;font-weight: 600;}
.rngecategory .rngeBx.active:before{background: url(../resources/images/tick.png) no-repeat;}
.rngecategory .rngeBx:before{ position: absolute; content: ''; width: 31px; height: 31px; top:-10px; right: -10px;}
.redbtn, .redbtn:hover{background: #d8131a; color: #fff;padding: 10px;display: block;width: 150px;font-size: 15px;border-radius: 30px;margin: 30px auto;text-decoration: none; font-weight: 600;text-align: center;}
/*.redbtn:hover{text-decoration: underline;}*/
.backTitle{text-align: center;position: relative;}
.backTitle h4{font-size: 18px;}
.backTitle{text-align: center;position: relative;margin-bottom: 10px;}
.backTitle h4{font-size: 18px;}
.backTitle .backbtn{position: absolute;left: 0;top: -10px;}
.cardDiv{text-align: center;padding-bottom: 30px;}
.cardDiv .cardcontent{display: inline-block;width: 49%;margin-bottom: 30px;}
.cardDiv .cardcontent .cardImg{margin-bottom: 10px;}
.cardDiv .cardcontent p{background: #004382;color: #fff;font-size: 12px;padding: 5px 10px;border-radius: 20px; width: 150px; margin: 0 auto 5px;}
.cardDiv .cardcontent:nth-child(2) p{display: none;}
.cardDiv .cardcontent h4{text-transform: uppercase;}
.faqS{background: #00cff8;border-top-left-radius: 20px;border-top-right-radius: 20px;margin-top: -40px;padding-top: 0px;}
.faqS .title{color: #0066b3; font-size: 24px; padding-bottom: 15px;}
.faqS .subhead{color: #333; font-size: 12px; padding-bottom: 20px;}
.faqContent{margin: 20px;}
.faqContent .border{ border-bottom:1px solid #dee2de;}
.faqContent .faq{  clear:both;margin-bottom: 0;border-bottom: 1px solid #c1c1c1}
.faqContent .faq:last-child{border-bottom: 0;}
.faqContent .lastfaq a{border-bottom: 0 !important;}
.faqContent .faq > a{display:block; color:#333;font-size:14px; padding: 20px 40px 15px 10px; font-weight:600;border-radius: 0px;text-decoration: none;line-height: 24px;}
.faqContent .faq .hidden-content{padding: 5px 20px 20px 20px;font-size:12px;display:none;color:#333;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;margin-top: -10px;line-height: 20px;}
.faqContent .faq .hidden-content a:hover{text-decoration: underline;}
.faqContent .expand-btn{background: url(../resources/images/plus.png) center no-repeat; background-position-x: 97%;background-size: 26px;}
.faqContent .expand-btn.open{background: url(../resources/images/minus.png) center no-repeat;background-position-x: 97%;background-size: 26px;}
.faqContent .list1{list-style-type:disc; margin-left:20px; margin-top:5px}
.faqContent .list1 li{ padding:5px;list-style: disc;font-size: 13px;}
.faqContent .list2{list-style-type:decimal; margin-left:20px; margin-top:5px}
.faqContent .list2 li{ padding:5px;}
.faqContent .white{background-color:#fff; }
.faqContent .faq .hidden-content p{ margin:10px 0px; padding:0px}
.faqhalf{padding-left: 0}
.faqhalf li{display: inline-block;width: 48%;vertical-align: top;}
.faqhalf li:first-child{margin-right: 10px;border-right: 1px solid #fff;}
.faqhalf li .faqHTxt{vertical-align: top;min-height: 110px;}
.faqhalf li .faqHTxt p{display: inline-block;vertical-align: top;padding: 0 5px !important;}
.faqhalf li .faqHTxt p:first-child{width: 30px;font-size: 20px;}
.faqhalf li .faqHTxt p:last-child{width: 81%;font-size: 13px;}
.whiteBtn{background: #fff; color: #004a8f;padding: 10px;display: block;width: 150px;font-size: 15px;border-radius: 30px;margin: 30px auto;text-align: center;text-decoration: none;font-weight: 700;}
.faqContent .ExploreCta{margin: 30px auto 0;}
.faqContent .applycta{padding-left: 0;}
.faqContent .applycta li{display: inline-block;text-align: center;width: 49%;}
.faqContent .applycta li .redbtn{width: 140px;}

.selfExplore .topbnr{position: relative; display: block; margin: 0 auto 30px;}
.selfExplore .topbnr .calbg{border-radius: 15px;width: 100%}
.selfExplore .bnxTxt{position: absolute; top: 20px; left: 20px;}
.selfExplore .bnxTxt h4{font-size: 22px;padding-bottom: 10px;}
.selfExplore .bnxTxt p{font-size: 13px;padding-bottom: 12px;}
.selfExplore .bnxTxt a{text-align: center;margin: 10px 0 0}
.selfExplore .Cred{padding-bottom: 10px;}
.Cred h2{padding-bottom: 5px;}
.Cred .subhead{padding-bottom: 10px;}
.credList{padding-left: 0}
.credList li{list-style: none;border-bottom: 1px solid #fff;padding: 10px 0;}
.credList li:last-child{border-bottom: 0;}
.credList li p{display: inline-block;font-size: 14px;}
.credList li p:first-child{width: 55px;}
.selfExplore .credHead{background: #00cff8;border-radius: 10px;padding: 3px 10px;margin-bottom: 30px;}
.selfExplore .credHead img{padding-right: 5px;}
.selfExplore .watchExp{position: relative;margin-bottom: 40px;}
.selfExplore .watchExp .thumb{display: block;margin: 0 auto;border-radius: 15px;}
.selfExplore .watchExp .playbutton{position: absolute;top: 50%; left: 50%; transform: translate(-50%, -50%);}
.fivething .heading p{display: inline-block;vertical-align: middle;margin-bottom: 10px;}
.fivething .heading p:first-child{width: 35px;font-size: 27px; color: #00d0f9;}
.fivething .heading p:last-child{width: 80%;font-size: 14px;font-weight: 600}
.fivething p{font-size: 13px;text-align: justify;margin-bottom: 20px}
.moretext{display: none;}
.selfExplore .faqContent{margin-bottom: 40px;}
.selfExplore .faqContent .faq > a{border-bottom: 0;}
.selfExplore .faqContent .faq .hidden-content{padding: 5px 20px 20px 20px;}
.referelOff .refcontent{background: url(../resources/images/referelbg.png) no-repeat;min-height: 320px;background-size: 100% 100%;padding-top: 150px; text-align: center;}
.referelOff .refcontent h4{color: #003e78; font-size: 14px;font-weight: 700;padding-bottom: 10px;}
.referelOff .refcontent p{color: #333; font-size: 12px;padding-bottom: 10px;}
.referelOff .refcontent .redbtn{margin: 10px auto;}

/* 7jun21 */

.salaried{ text-align: left; position: relative; }
.salaried .selFTxt{ background: rgb(4 17 80 / 70%); }
.salaried .switchbtn{ background: #00a1d8; border: 1px solid #00a1d8; }
select.form-control{ background:url('../resources/images/down_arrow.png')no-repeat #1c376d 95% center; color: #fff; font-size: 13px; padding: 11px 18px; }
input.form-control{ background:#4d759a 95% center; color: #fff; font-size: 13px; padding: 11px 18px; }
.employee_type{ min-height: 370px; }
.salaried h6{ font-weight: 400; margin-bottom: 10px; }
.moneyback_cc{ margin-top: -90px; }
.moneyback_cc_list.medialist li::before, .moneyback_cc_list.medialist li::after{ content: none; }
.moneyback_cc_list .media>img{ background: #00143d; border-radius: 50%; }
#calcPage .topmar .headtxt{text-align: center;padding-top: 20px !important;}
.topmar #back_button{position: absolute;}
.cdList li:first-child{color: #fff;}
.cashback_offers .redbtn{border-color: #ed1c24;}
.features_list li{ width: 49%; display: inline-block; padding: 15px; vertical-align: top;}
.features_list li p{ color: #cad2e3; }
.features_list li img{ margin-bottom: 1rem; border-radius: 50%;}

.callbk{text-align: center;padding: 5px 10px 0px;border-radius: 10px;color: #fff; background: url(../resources/images/footer.png) no-repeat top center; background-size: cover; border-top-left-radius: 20px; border-top-right-radius: 20px;width: 400px;position: fixed;left: 50%;margin-left: -200px;bottom:0px;z-index: 5;top:auto;margin-bottom:0;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px; display: none;}
.callbk h2{font-size: 1.5rem; background-size: auto 100%; padding: 0.25rem 0 0 0; margin:0;}
.callbk .clinput{position: relative;width: 90%;margin: 10px auto 20px;}
.callbk .selProf{text-align: left;font-size: 14px;width: 90%;margin: 0 auto;margin-bottom: 10px;}
.callbk h2 a {color: #fff; position: absolute; right: 15px; top: 15px;}
.callbk h2 a:hover {text-decoration: none;}
.callbk h2 a img {margin-left: 1rem;margin-right: 1rem; width: 25px;}
.callbk .clinput input::placeholder {color: #ffffff;opacity: 1;}

.homeregaliac img{margin-bottom: 20px;box-shadow: 0 0 5px rgb(0 0 0 / 40%);}
.homeregaliac h4{padding-bottom: 5px;}
.rngecategory .rngeBx, .SFemploy .optSelect{box-shadow: 0 0 5px rgb(0 0 0 / 17%);}
#spendcarousel .wBx, .selfExplore .topbnr .calbg, .selfExplore .watchExp .thumb{box-shadow: 0 0 5px rgb(0 0 0 / 40%);}
/*.redbtn, .whiteBtn {box-shadow: 0px 8px 20px #4c4c4c6b;}*/
.selfExplore .credHead{box-shadow: 0 0 5px rgb(0 0 0 / 10%);}
.referelOff .refcontent{box-shadow: 0 0 5px rgb(0 0 0 / 40%);border-radius: 20px;}
.moneyback_cc{margin-bottom: 20px;}

/*New CSS for CC BC*/
h1.heading{font-size: 20px;}
h2.subheading{font-size: 16px;}
.greybg , .yellowbg{background: #f5f5fb;}
.heading{font-size: 18px;text-align: center;font-weight: 600;padding-bottom: 5px;}
.subheading{font-size: 14px;text-align: center;padding-bottom: 5px;}
.switchcontent .btn01{color: transparent;}
.erploreCard{width: 100%; margin: 20px 0;}
.erploreCard a{display: inline-block;width: 47.5%;text-align: left;padding: 10px;border-radius: 20px;padding: 20px 0 20px 20px;}
.erploreCard a div{ display: block; color: #fff; text-decoration: none;font-size: 18px;font-weight: 600;}
.erploreCard a:first-child{background: url(../resources/images/explore_cc.png) no-repeat;background-size: 100% 100%;min-height: 180px;margin-right: 10px;}
.erploreCard a:nth-child(2){background: url(../resources/images/perfect_cc.png) no-repeat;background-size: 100% 100%;min-height: 180px;}


.cardDlist{padding-top: 10px;}
.cardDlist li{margin-bottom: 20px; height:65px; background: #fff;padding: 0px 10px 0px 0px;border-radius: 15px; box-shadow: 0px 10px 20px rgba(0,0,0,0.15)}
.cardDlist li img{display: inline-block;padding-right:0px;}
.cardDlist li p{display: inline-block;font-size: 13px;font-weight: 600; margin-top: -10px;}
.cardDlist li a{ display: flex; align-items: center; }


/*.cardDlist1{padding-top: 10px;}
.cardDlist1 li{margin-bottom: 20px;background: #fff;padding: 10px 10px;border-radius: 15px;box-shadow: 0px 10px 20px rgba(0,0,0,0.15)}
.cardDlist1 li img{display: inline-block;padding-right: 10px;}
.cardDlist1 li p{display: inline-block;font-size: 13px;font-weight: 600;}
.cardDlist1 li a{ display: block; width: 100% }*/



.cardDlist1{ text-align: center; margin-bottom: 20px;padding: 10px 10px;border-radius: 15px;}
.cardDlist1 img{}
.cardDlist1 p{font-size: 13px;font-weight: 600; margin-top: 20px}
.cardDlist1 a{ display:block; width: 100%; padding: 25px 0px}
.cardDlist1:hover{background: #fff; box-shadow: 0px 10px 20px rgba(0,0,0,0.15)};


.tabSection{padding: 0;margin-top: -30px;}
.featureTabs{width: 100%;padding: 0 0 10px 0;}
.featureTabs li{margin-right: 25px;}
.featureTabs li:last-child{margin-right: 0px;}
.featureTabs .nav-link{background: #3599c7;color: #fff;font-size: 13px;padding: 13px 20px 13px 45px; border-radius: 30px;margin-top: 20px;box-shadow: 0px 0px 10px rgb(0 0 0 / 5%);}
.featureTabs .nav-link.active{background: #0066b3}
.featureTabs li button{ position: relative; }
.featureTabs li button:before{ position: absolute; content: ''; width: 40px; height: 40px; top: -8px; left: 3px;}
/*.featureTabs .SuperP button:before{background: url(../resources/images/tab06.png) no-repeat;}*/
.featureTabs .SuperP button:before{background: url(../resources/images/tab06.png) no-repeat;}
/*.featureTabs .featurE button:before{background: url(../resources/images/tab01.png) no-repeat;}*/
.featureTabs .featurE button:before{background: url(../resources/images/tab01.png) no-repeat;}
/*.featureTabs .howitwoK button:before{background: url(../resources/images/tab02.png) no-repeat;}*/
.featureTabs .howitwoK button:before{background: url(../resources/images/tab02.png) no-repeat;}
/*.featureTabs .problemS button:before{background: url(../resources/images/tab03.png) no-repeat;}*/
.featureTabs .problemS button:before{background: url(../resources/images/tab03.png) no-repeat;}
/*.featureTabs .pillfuel button:before{background: url(../resources/images/tab04.png) no-repeat;}*/
.featureTabs .pillfuel button:before{background: url(../resources/images/tab04.png) no-repeat;}
/*.featureTabs .pillemi button:before{background: url(../resources/images/tab05.png) no-repeat;}*/
.featureTabs .pillemi button:before{background: url(../resources/images/tab05.png) no-repeat;}
.featureTabs{display: block;overflow: auto;white-space: nowrap;margin-bottom: 20px;text-align: center;}
.featureTabs li{display: inline-block;}
.featureTabs li{margin-right: 10px;}
.featureTabs li:last-child{margin-right: 0px;}
.bluebtn{background: #1d86ff; color: #fff;padding: 10px;display: block;width: 150px;font-size: 15px;border-radius: 30px;margin: 20px auto 10px;text-align: center;text-decoration: none;font-weight: 700;}
.bluebdrBtn{border:1px solid #004a8f; color: #004a8f;background: transparent; padding: 10px;display: block;width: 150px;font-size: 15px;border-radius: 30px;margin: 20px auto 10px;text-align: center;text-decoration: none;font-weight: 700;}
.categroyBx{background: #fff; padding: 20px;border-radius: 20px; box-shadow: 0px 0px 10px rgba(0,0,0,0.1); min-height: 465px; margin: 10px;position: relative;}
.categroyBx .cardtop{padding: 10px 0 20px;}
.categroyBx .cardtop img{display: inline-block;vertical-align: middle;padding-right: 10px;width: 90px;}
.categroyBx .cardtop p{display: inline-block;vertical-align: middle;font-size: 16px; font-weight: 600;}
.categroyBx h4{font-size: 12px;}
.categroyBx ul li{margin-bottom: 20px;}
.categroyBx ul li img{display: inline-block;vertical-align: middle;margin-right: 5px;width: 50px}
.categroyBx ul li p{display: inline-block;width: 70%;vertical-align: middle;}
.categroyBx .compare input{margin-right: 3px;vertical-align: -1px;}
.categroyBx > a{ position: absolute; bottom: 30px; margin: 0; width: 170px; left: calc(50% - 85px)}
ul li{list-style: none;}
.categoryCarousel .owl-stage, .artCarousel .owl-stage{padding-left: 0 !important;}
.artCarousel{margin-bottom: 30px;}
.tabSection .tab-content{margin-bottom: 30px;}
.headtitle{margin-bottom: 20px; border-radius: 10px;padding: 10px; text-align: center;}
.headtitle img, .headtitle h1{display: inline-block;vertical-align: middle;font-weight: 600;}
.headtitle h1{font-size: 16px; color: #004a8f;}
.salYoutube{position: relative;margin-bottom: 25px;}
.salYoutube .playbutton{position: absolute;top: 55%;left: 50%;transform: translate(-50%, -50%);}
.swhyBx{margin-bottom: 30px;}
.swhyBx h2{font-size: 26px; font-weight: 600;color: #004a8f;margin-bottom: 10px;}
.swhyBx .innerdiv{background: #fff;border-radius: 20px;}
.swhyBx .innerdiv div{padding: 20px;}
.swhyBx .innerdiv img{width: 100%;border-top-left-radius: 20px;border-top-right-radius: 20px;}
.swhyBx .innerdiv h4{font-size: 16px; font-weight: 600;}
.swhyBx .innerdiv p{text-align: justify;}
.applycardli li p{display: inline-block;vertical-align: top;margin-bottom: 10px;}
.applycardli li p:first-child{font-size: 18px; font-weight: 600; color: #004a8f;width: 30px;}
.applycardli li p:last-child{width: 85%;}
.ansqueries .searchtitle{text-align: center;margin-bottom: 10px;}
.ansqueries .inputquery{background: url(../resources/images/search.png) no-repeat; background-position: 95%;margin-bottom: 10px;}
.artbbx img{margin-bottom: 10px;width: 100%;border-radius: 20px;box-shadow:0px 5px 10px rgb(97 97 97 / 30%);}
.artbbx p{font-size: 16px; font-weight: 600;text-align: left;}
footer{width: 100%;background-color: #004a8f;padding:15px 0px 15px 0px;/* margin-top:30px; */}
footer p{color: #d9dcdd;font-size:12px;display: inline-block;margin: 0 auto;text-align: center;}
.salccBtn a{width: 160px;display: inline-block;font-size: 12px;}
.salccBtn a:first-child{margin-right: 10px;}
.salccBtn p{padding-top: 20px; color: #999999; font-size: 11px;}
.savingcal{position: relative;margin: 0 auto 30px;}
.savingcal .bnxTxt{position: absolute; top: 20px; left: 20px;}
.savingcal .bnxTxt h4{font-size: 30px;padding-bottom: 10px;color: #fff;}
.savingcal .bnxTxt p{font-size: 15px;padding-bottom: 12px;color: #fff;}
.savingcal .bnxTxt a{text-align: center;margin: 10px 0 0}
.cc_compare .moneyback_cc, .moneyback_cc{margin-top: -10px;}
.cc_compare .faqContent{margin: 30px 10px 40px;}
.cc_compare .faqContent .faq .hidden-content{padding: 15px;border-top: 1px solid #c1c1c1;}
.cc_compare .faqContent ul{margin-bottom: 0;}
.cc_compare .faqContent .faq > a{padding: 0; margin: 15px 10px}
.salaried h2{ font-weight: 600; font-size: 23px;}
.salaried h6{ font-weight: 400; font-size: 16px;}
.salaried_cc_list.medialist li::before, .salaried_cc_list.medialist li::after{ content: none; }
.salaried_cc_list .media>img{ background: #408cc9; border-radius: 50%; }

.light_blue{ background-color: #d0e6fc }
.backbtn a, .backTitle .backbtn{ text-decoration: none; text-align: center; background-color: white; width: 36px; height: 36px; border-radius: 100%; justify-content: center;
    align-items: center; display: flex; }
 .pgheadtitle{ color: #333333; font-size: 1.5rem; font-weight: 600; }
.pgtitle{ color: #333333; font-size: 2rem; }
.pgsmt{ color: #333333; font-size: 1.3rem }
.listIcon ul li{ display: flex; align-items: center; margin-bottom: 2rem }
.listIcon ul li > img{ margin-right: 15px; }
.listIcon ul li > p{ color: #333333; font-size: 1rem }
.link{ font-size: 1.3rem; text-align: center; display: inline-block; color: #004a8f; text-decoration: none; font-weight: 600; }
.saving_calc{ background:url(../resources/images/saving_acc_bg.png) no-repeat top left ;  ; }
.saving_warp{ padding:70px 20px 50px 20px }
.saving_warp h3{ color: white; font-size: 1.8rem; font-weight: 600; text-shadow: 0px 0px 10px rgba(50, 133, 177,0.8)}
.saving_warp p{ color: white; font-size: 1rem; font-weight: 600; text-shadow: 0px 0px 10px rgba(50, 133, 177,0.8) }
.saving_warp a{ color: white; font-size: 1rem; display: inline-block; padding: 0.8rem 2rem; background-color: #ed1c24; text-decoration: none; border-radius: 30px }
.topf{ text-align: center; margin-bottom: 40px }
.topf h6{ margin:15px 0px 5px 0px  }

.owl-carousel{z-index: 0}
.applynow, .applynow2{ position: fixed; bottom: 0;width: 100%;}
.applynow_alt, .applynow_alt2{ position: relative; }
.voucher, .voucher2{display: none;}
.checkeligibility, .checkeligibility2{ position: relative; z-index: 3; }
.checkeligibility .voucher, .checkeligibility2 .voucher2{margin: 0px auto 5px;}
.checkeligibility .voucher .amountv, .checkeligibility2 .voucher2 .amountv2{background: /*url(../resources/images/voucherbgtop.png) no-repeat*/ #7fb8ff;background-size: 100% 100%;text-align: center;padding: 20px 20px 0px;border-top-left-radius: 20px;border-top-right-radius: 20px;margin-bottom: -2px;}
.checkeligibility .voucher .amountv .closez, .checkeligibility2 .voucher2 .amountv2 .closez2{float: right;cursor: pointer;}
.checkeligibility .voucher .amountv h4, .checkeligibility2 .voucher2 .amountv2 h4{color: #000;font-size: 14px;padding-bottom: 10px;}
.checkeligibility .voucher .amountv h4 span, .checkeligibility2 .voucher2 .amountv2 h4 span{font-size: 36px}
.checkeligibility .voucher .redeemtxt, .checkeligibility2 .voucher2 .redeemtxt2{background: /*url(../resources/images/voucherbgbottom.png) no-repeat*/ #7fb8ff;background-size: 100% 100%;text-align: center;border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;}
/*.checkeligibility2 .voucher2 .redeemtxt2{padding-bottom: 20px;}*/
.checkeligibility .voucher .redeemtxt p, .checkeligibility2 .voucher2 .redeemtxt2 p{color: #000; font-size: 16px; font-weight: 700;    padding: 10px 0;}
.checkeligibility .voucher .redeemtxt p>a, .checkeligibility2 .voucher2 .redeemtxt2 p>a{color: #000;}
.checkeligibility .voucher .redeemtxt .logos, .checkeligibility2 .voucher2 .redeemtxt2 .logos2{padding: 10px 20px 20px;}
.checkeligibility .voucher .redeemtxt .logos img, .checkeligibility2 .voucher2 .redeemtxt2 .logos2 img{padding: 10px 10px;vertical-align: top;}
.checkeligibility .lifetime, .checkeligibility2 .lifetime2{text-align: center;background: #0a62d0; color: #fff;padding: 15px 10px 25px;}
.checkeligibility .lifetime h6, .checkeligibility2 .lifetime2 h6{color: #fff;margin-bottom: 20px;}
.checkeligibility .lifetime h6 img, .checkeligibility2 .lifetime2 h6 img{padding-left: 10px;}
.checkeligibility .lifetime .redbtn, .checkeligibility2 .lifetime2 .redbtn{margin: 15px auto 0;display: initial;padding: 10px 30px;}
.applynow_alt .voucher, .applynow_alt2 .voucher2{position: absolute;bottom: 110px;}
/*.checkeligibility2 .voucher2 .redeemtxt2 p{padding: 0;}*/



.switchbtn{ background-color: #1f7cd3; border:none; }
.switchbtn::after{ top: 2px; right: 4px }
.switchbtn.second::after, .switchbtn.second::before{ right: -22px }
.switchcontent p{font-weight: 600; font-size: 1.2rem;color: #004a8f}
.switchcontent p.active{  color: #004a8f }
.switchcontent p.inactive{color: #999999 }
.cardsFace{/*;box-shadow: 0px 15px 10px -10px rgba(0,0,0,0.3);*/ min-height: 140px; position: relative; width: 100%; height: 100%; display: block; border-radius: 20px; padding:15px 15px 0px 30px; text-decoration: none; }
.cardsFace h1{ font-weight: 600; color: white; padding:0px 0px 20px 20px; font-size: 1.7rem; line-height: 2.5rem }
.cardsFace.c_purple > img{ position: absolute; bottom: 0; right: 20px }
.cardsFace.c_green > img{ position: absolute; bottom: 20px; right: 20px }


a{ text-decoration: none; color: #333333; }
.bcCard .cardtop{ display: flex; align-items: center; }
.bcCard .cardtop p{ font-size: 1.1rem; font-weight: 600; }
.bcCard ul{ margin-bottom: 30px }
.bcCard  h4{ min-height: 50px; display: grid; align-items: center;}

.bcCard .cardtop img{box-shadow: 0px 20px 15px -10px rgba(0,0,0,0.3);}
.hidden-content a{ color: #004a8f; }
.cc_compare .faqContent .faq > a {align-items: center;padding: 0;display: flex;margin: 1px 0px 1px 0px;padding-right: 30px}
.faqContent .expand-btn, .faqContent .expand-btn.open{ background-position-x: right; }
.faqContent .faq .hidden-content{ margin-top: 0px }
.cc_compare .faqContent .faq .hidden-content{ padding-top: 15px }
.hidden-content h5{ font-size: 1rem; font-weight: 600; }
.faqContent .faq .hidden-content p{ margin-top: 0px; }
.cc_compare .faqContent .faq > a > img{ margin-right: 10px }

.hidden-content a{ color: #004a8f; }
.cc_compare .faqContent .faq > a {align-items: center;padding: 0;display: flex;margin: 1px 0px 1px 0px;padding-right: 30px}
.faqContent .expand-btn, .faqContent .expand-btn.open{ background-position-x: right; }
.faqContent .faq .hidden-content{ margin-top: 0px }
.cc_compare .faqContent .faq .hidden-content{ padding-top:20px }
.hidden-content h5{ font-size: 1rem; font-weight: 600; margin-top: 5px; margin-bottom: 15px }
.faqContent .faq .hidden-content p{ margin-top: 0px; }
.cc_compare .faqContent .faq > a > img{ margin-right: 10px }

.categroyBx .cardtop { display: flex;    align-items: center;}
.categroyBx a:hover{text-decoration: underline;color: #fff;}
.cctable{margin: 10px 0 20px;width: 100%;}
.cctable tr td{border: 1px solid #c5c5c5;padding: 5px;}

.backbtn > img{ border-right: 100%;}

.backbtn {-moz-border-radius: 50%;-webkit-border-radius: 50%;border-radius: 50%;padding-top: 0; 
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.05), 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.05), 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.05), 0 3px 3px 0 rgba(0, 0, 0, 0.1);}
 .rshadow{-moz-border-radius: 50%;-webkit-border-radius: 50%;border-radius: 50%;padding-top: 0; 
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1), 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1), 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1), 0 3px 3px 0 rgba(0, 0, 0, 0.1);}


  .gotoTop a{ text-decoration: none; text-align: center; background-color: white; width: 36px; height: 36px; border-radius: 100%; justify-content: center;align-items: center; display: flex; }
  .gotoTop{ position: fixed; right: 15px; bottom: 120px;  z-index: 10}
  .firstswitch, .secondswitch{ cursor: pointer; }
  .artbbx > img{ border-radius: 20px; }
  .borr15{ border-radius: 15px }
  .bc_calc h4{  text-shadow: 0px 0px 10px rgba(50, 133, 177,0.8)}
.bc_calc p{text-shadow: 0px 0px 10px rgba(50, 133, 177,0.8) }
.cardShadow {box-shadow: 0 10px 10px -5px;}

/*.container{ width: 940px } */

.c_purple{	background: url(../resources/images/bc_blue_m.png) no-repeat top left ;background-size: 100% 100%;border-radius: 25px;box-shadow: 0px 15px 10px -10px rgba(0,0,0,0.3); }
.c_green{background: url(../resources/images/cc_red_d.png) no-repeat top center ;background-size: 100% 100%;border-radius: 25px;box-shadow: 0px 15px 10px -10px rgba(0,0,0,0.3);}
.c_purple .cardsFace{background: url(../resources/images/hand_card.png) no-repeat top left;background-size: 100px;background-position-y: 80px; }
.c_green .cardsFace{background: url(../resources/images/wallets.png) no-repeat top center;background-size: 70px;background-position-y: 80%;background-position-x: 90%;}
.explorecd .c_blue{background: url(../resources/images/bc_red_m.png) no-repeat bottom center;background-size: 100% 100%;/*background-position-y: 70px; */border-radius: 25px;box-shadow: 0px 15px 10px -10px rgba(0,0,0,0.3);}
.explorecd .c_violet{background: url(../resources/images/cc_blue_d.png) no-repeat top center;background-size: 100% 100%;border-radius: 25px;box-shadow: 0px 15px 10px -10px rgba(0,0,0,0.3);}
.explorecd .c_blue .cardsFace{background: url(../resources/images/c_blue.png) no-repeat bottom center;background-size: 140px;background-position-y: 70px; }
.explorecd .c_violet .cardsFace{background: url(../resources/images/c_violet.png) no-repeat top center;background-size: 140px;background-position-y: 95%;background-position-x: 80%;}


.iconlist { display: flex; align-items: center; margin-bottom: 2.5rem }
.iconlist > img{ margin-right: 15px; }
.iconlist > p{ color: #333333; font-size: 1rem }

.savingcal .bnxTxt{ padding: 10px 30px }

.navbar-brand{ text-align: center; width: 100% }

.salaried h2 br{ display: none; }
.media{ margin-bottom: 30px }
.salaried > img{ width: 100% }
/*.voucher{ width: 350px; margin:0px auto; }*/

.redbtn:hover, .redbtn:focus {
  -webkit-animation: redbtn 1s;
          animation: redbtn 1s;
  box-shadow: 0 0 0 0.5em rgba(255, 255, 255, 0);text-decoration: none;
}
@-webkit-keyframes redbtn {
  0% {
    box-shadow: 0 0 0 0 var(--hover);
  }
}

@keyframes redbtn {
  0% {
    box-shadow: 0 0 0 0 var(--hover);
  }
}

.redbtn {
  --color: #ef6eae;
  --hover: #ef8f6e;
}

.bluebtn:hover, .bluebtn:focus {
  -webkit-animation: bluebtn 1s;
          animation: bluebtn 1s;
  box-shadow: 0 0 0 0.5em rgba(255, 255, 255, 0);text-decoration: none !important;
}
@-webkit-keyframes bluebtn {
  0% {
    box-shadow: 0 0 0 0 var(--hover);
  }
}

@keyframes bluebtn {
  0% {
    box-shadow: 0 0 0 0 var(--hover);
  }
}

.bluebtn {
  --color: #1d86ff;
  --hover: #1d86ff;
}

.bluebdrBtn:hover{background: #004a8f; color: #fff;}
.articleContent{padding-top: 50px;}
.articleContent .title{font-size: 24px !important;}
.articleContent .bnr{margin-bottom: 30px;box-shadow: 0px 0px 20px rgb(97 97 97 / 30%);border-radius: 20px;width: 100%;}
.articleContent p{font-size: 14px;padding-bottom: 10px;text-align: justify;}
.articleContent p i{font-size: 13px;}
.articlePg .articlediv{margin-top: 30px}
.articleContent a{color: #004a8f}
.articleContent a:hover{text-decoration: underline;}
.articleContent ol{padding-left: 0;}
.articleContent ol li{font-size: 14px;margin-left: 20px;padding-bottom: 10px;text-align: justify;}
.articleContent ul li{margin-left: 20px;list-style: disc;font-size: 14px;padding-bottom: 10px;text-align: justify;}
.comparefield input, .comparefield label{vertical-align: middle;font-size: 14px;}
.comparcards{display: none;}
.comparcards{background: #fff; padding: 20px 20px; border-top-left-radius: 20px; border-top-right-radius: 20px;position: fixed;bottom: 0;width: 100%;z-index: 99;}
.comparcards h4{font-size: 18px;padding-bottom: 0; margin-bottom: 5px;}
.comparcards .subhead{font-size: 14px;padding-bottom: 0; margin-bottom: 15px;}
.comcardCarousel .owl-stage{padding-left: 0 !important;}
.comcardCarousel .item{margin-top: 10px;margin-right: 10px;}
.comcardCarousel .item .cImg{width: 100%;padding-bottom: 10px;}
.comcardCarousel .item p{font-size: 13px; font-weight: 700; padding: 0 5px;}
.comcardCarousel .item.selected:before{background: url(../resources/images/bluetick.png) no-repeat;filter: grayscale(0);border: none;border-radius: 0;}
.comcardCarousel .item:before{ position: absolute; content: ''; width: 31px; height: 31px; top:0; right: 0;filter;background: url(../resources/images/card_sel_plus.png) no-repeat;}
.comparcards .ctas{margin-top: 20px;text-align: center;}
.comparcards .ctas a{margin: 10px;display: inline-block;width: 140px;}
.comparcards .closeimg{float: right;cursor: pointer;}

.ccardpop .heading{text-align: center; padding: 5px 10px 10px;}
.ccardCarousel .cardDiv .cardcontent{margin-bottom: 0;}
.ccardCarousel .faqContent{margin: 0;}
.ccardCarousel .cardDiv{padding-bottom: 0;display: flex;}
.ccardCarousel .cardDiv .cardcontent .redbtn{margin: 0 auto 20px;position: absolute;top: 80%;    left: 50%;transform: translate(-50%, -50%);text-transform: capitalize;}
.ccardCarousel .faqContent .faq > a{padding: 20px 40px 5px 10px; margin-bottom: 10px;border-bottom: 1px solid #ccc;}
.ccardCarousel .faqContent .faq .hidden-content{padding: 5px 0 10px;}
.ccardCarousel .faqhalf li:first-child{border-right: 1px solid #ccc;}
.ccArticle{text-align: center;}
.ccArticle .item{display: inline-block;width: 30%;vertical-align: top;margin: 10px 20px 0 0}
#comparisonPop .modal-dialog{max-width: 700px;}
#comparisonPop .faqhalf li .faqHTxt{min-height: auto;}
#comparisonPop .faqhalf li .faqHTxt p:first-child{font-size: 18px;font-weight: 600;color: #004a8f;}
.ccardCarousel .cardDiv .cardcontent{min-height: 270px;position: relative;}
.ccardpop .closeImg{float: right;margin-top: -75px;opacity: 1;margin-right: -10px;}
.ccardpop .closeImg:hover{opacity: 0.8;}
.ccardCarousel {position: relative;}
.ccardCarousel .owl-nav{position: absolute;top: -60px;width: 100%;}
.ccardCarousel .owl-nav .owl-prev{background: url(../resources/images/leftArrow.png) no-repeat !important;height: 25px; width: 25px;position: absolute;left: 30%;}
.ccardCarousel .owl-nav .owl-next{background: url(../resources/images/rightArrow.png) no-repeat !important;height: 25px; width: 25px; position: absolute;right: 30%;}
.ccardCarousel .owl-nav button span{color: transparent;}
.ccardpop .subcom{font-size: 14px;margin-bottom: 25px;text-align: center;font-weight: 500;}

.applystep{padding-left: 10%;width: 100%;}
.Astepbx{width: 32%;display: inline-block;padding-bottom: 30px;position: relative;margin-bottom: 20px;}
.Astepbx .onebx{margin-left: 30px;margin-bottom: 15px;}
.Astepbx .twobx img, .Astepbx .twobx p{/*display: inline-block;*/ vertical-align: bottom;}
.Astepbx .twobx p b{color: #1f4a8a; font-size: 16px;}
.Astepbx .twobx p{font-size: 15px;padding-left: 10px;font-weight: 600;}
.stline:after { position: absolute; content: ''; width: 75%;top: 7px;height: 10px; right: 0%;background: url(../resources/images/linev.png) no-repeat;background-size: 100% 2px;}
.applycard h4{text-align: center;margin-bottom: 20px;margin-top: -20px;}
.applycard .tnc{font-size: 12px; color: #666666;width: 80%;margin: 0 auto 30px;}
.switchcontent .heading{font-size: 15px;padding-top: 10px;padding-bottom: 10px;}

.Swhyhdfc{padding-top: 10px;}
.whyCbox{margin-bottom: 30px;padding:0 10px;}
.whyCbox .mainImg{margin-bottom: 10px;}
.whyCbox h4{margin-bottom: 10px;padding-bottom: 0;color: #004a8f; font-size: 16px;}
.whyCbox p{font-size: 14px;text-align: justify;}

.salYoutube{width: 700px;max-width: 100%;margin: 0 auto;}
.category_box{position: relative;}

#pills-Super .categoryCarousel .owl-stage, #pills-fuel .categoryCarousel .owl-stage, #pills-emi .categoryCarousel .owl-stage, #pills-howitworks .categoryCarousel .owl-stage{display: flex;align-items: center;margin: 0 auto;}
#youvid{padding: 0px 0 10px;}
#youvid .headtitle{margin-bottom: 10px;}
.cc_youvid{padding: 0 0 30px;}

#pills-Super .categroyBx, #pills-fuel .categroyBx, #pills-emi .categroyBx{width: 360px;margin: 0 auto;}
.checkeligibility .voucher .redeemtxt .logos p, .checkeligibility2 .voucher2 .redeemtxt2 .logos2 p{padding: 0 5px}

.tclink{ color: white; text-decoration: none; font-weight: normal; }
.tclink:hover{ color: white; text-decoration: underline; }
.checkeligibility .lifetime, .checkeligibility2 .lifetime2{ padding-bottom: 20px; }
.tctext ul{ padding-left: 15px; margin-top: 5px; margin-bottom: 10px;}
.tctext ul li{ list-style-type: disc;}
.tctext li{ margin-bottom: 5px; }
.fs12{ font-size: 12px;  }
.pb5 li{padding-bottom: 5px !important;}
.wrapper#festivetreat{ background: #fff; padding: 0 15px;  position: relative;}
.wrapper>div, .wrapper>section{ position: relative; z-index: 3; }
.wrapper#festivetreat::after { content: ""; background:url(../resources/images/desktop_bottom.png)#fff no-repeat ; width: 100%; height: 80%; position: absolute; background-size: contain; left: 0; top: 450px; z-index: 2;}
.wrapper#festivetreat::before{ content: ""; background: url(../resources/images/desktop_top.png) no-repeat; width: 100%; height: 100%; position: absolute; background-size: contain; left: 0; z-index: 1; }
.cardmenuLi{ margin-top: 8rem; }
.yellowbg#festivetreat{ background: #fff413; }
.whitebg#festivetreat{ background: url(../resources/images/white_bg.jpg); padding: 30px; border-radius: 15px; }
.preloader#festivetreat{position: fixed;width: 100%;height: 100%;left: 0;top: 0;z-index: 9999;background:linear-gradient(to bottom, #febb08, #fff613) no-repeat center;}
.preloader#festivetreat>span{width: 200px;height: 200px;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);background: url(../resources/images/preloader.gif) no-repeat center;background-size: cover;}
.topnavbar .ftlogo#festivetreat{width: 60px;position: absolute; display: block;}
.navbar{min-height: 65px;}
.ftlogo{display: none;}
/*.savingcal{ display: none; }*/
/* .whitebg{background: url(../resources/images/white_bg.jpg);padding: 30px;border-radius: 15px;} */

.navbar  .ftlogo{display: block;width: 50px;}





@media (max-width: 580px){
	.Swhyhdfc{padding-top: 0;margin-top: -10px;}
	#termscondition .modal-dialog {width: 96%;}
  .categroyBx{height: 530px;}
  .cardmenuLi{ margin-top: 5rem; }
}

#cardData{display: none;}
/*.lifetime h6{display: none !important;}*/


/*2022*/
.ft21banner .hideD{ display: none; }
.ft21banner .showD{ display: block; }
.ft21banner .hideP{ display: block; }
.ft21banner .showP{ display: none; }
.bannerSec{ width: 100% }
.bannerSec .floatImg{ position: absolute; top: 0;  z-index: 150 }
.bannerSec .left0{ left: 0 }
.bannerSec .right0{ right: 0 }
.item_parent{ position: relative; }
.item_parent .circle{ position: absolute; top:5px; left: 5px; width: 30px;display: none;}
.item_parent .cone{ position: absolute; top:0px; right: 0px; width: 30px;display: none;}
.item_parent .big_wave{ position: absolute; top:65%; right: 0; width: 30px;display: none;}
.item_parent .small_wave{ position: absolute; top:5px; left: 30%; width: 45px;display: none;}
.item_parent .slippers{ position: absolute; top:50px; left: 5%; width: 35px; display: none;}
.item_parent .dots{ position: absolute; top:15px; right: 8%; width: 30px;display: none;}
.item_parent .left_pataka{ position: absolute; top:40%; left: 0; width: 30px;display: none;}
.item_parent .right_stars{ position: absolute; top:45%; right: 0; width: 25px;display: none;}
.item_parent .left_stars{ position: absolute; top:-5%; left: 0; width: 20px;display: none;}
.st21{ background-color: #fcd812 }
.bodybg{background:  url(../resources/images/bgback.jpg) repeat #fff613 top left; background-size: 100% auto;}
.bodybgDesktop{ background: url(../resources/images/bgback.jpg) repeat #fff613 top left; background-size: 100% auto;}
.f21banner{ width: 100%; position: absolute; margin: 0; padding: 0 ; height: 464px;}
.bannerSec .gifimg{display: block; margin: 0 auto -30px;}
.whitebg_round{ background-color: white; border-radius: 15px 15px 0px 0px;padding: 0 20px; }
/*.container{width: 940px;}*/footer{ position: relative; }
.bannerinn{position: relative;text-align: center;padding-top: 22px;}
/* footer:before{ width: 400px; height: 390px; content: ''; position: absolute; z-index: -1;
 left: 0;  bottom:35px; background: url(../resources/images/left_bottom_bg.png) no-repeat left top;  }
footer:after{ width: 400px; height: 390px; content: ''; position: absolute;  z-index: -1;
right: 0 ; bottom:35px;background: url(../resources/images/right_bottom_bg.png) no-repeat right top;  } */
.checkeligibility{background: #fff;}


@media (min-width: 768px){
    .f21banner {height: auto;}
}

@media only screen and (max-width: 1400px) {

.bannerSec .floatImg{ width: 30% }
.bannerSec .right0{width: 25%;}
}

@media (max-width: 767px){
    .ft21banner .showD {display: none;}
    .ft21banner .hideD{display: block;}
    .whitebg_mobile {background-color: white;border-radius: 15px 15px 0px 0px;}
    .whitebg_round{padding: 0;}
    footer:before, footer:after{display: none;}
}

@media (max-width: 580px){
    .f21banner {width: 100%;position: absolute;margin: 0;padding: 0;height: auto;}
    .bannerinn div .gifimg{width: 50%;margin-bottom: 10px;}
}