* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'Source Sans Pro', 'SansSerif', Helvetica;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .004);
  outline: none;
  text-decoration: none;
}

html, body, #app, #wrpper, .main-container {
  min-height: 100%;
}

body {
  min-width: 1024px;
  background: #f0f4f5;
}

ul {
  list-style-type: none;
}

a {
  color: inherit;
}

.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

.container {
  max-width: 1365px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.container:after {
  content: '';
  display: block;
  clear: both;
}

.heading-3 {
  font-size: 10px;
  text-transform: uppercase;
  color: #4a4a4a;
  font-weight: 700;
}

.main-container {
  position: relative;
  max-width: 900px;
  min-height: 600px;
  margin: 0 auto;
  background-color: #ffffff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
}

.header {
  padding: 15px 0;
  background-color: #ffffff;
  box-shadow: 0 1px 3px 0 rgba(213, 213, 213, 0.4);
  position: relative;
  z-index: 100;
}

.header:after {
  content: '';
  display: block;
  clear: both;
}

.menu_logo {
  width: 30%;
  float: left;
}

.fc_menu {
  width: 25px;
  height: 25px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  background: url('/desktop/images/icon_menu.png') no-repeat center;
  margin-right: 20px;
  display: none;
}

.fc_logo {
  display: inline-block;
  vertical-align: middle;
  background: url('https://s.freecharge.in/content/images/desktop/fc_axis_logo.png') no-repeat center;
  background-size: cover;
  width:132px;
  height:42px;
  margin-left: 36px;
}

/*Main Body Section*/
.main-container ul.nav {
  margin: 0 -30px;
  border-bottom: 1px solid #f0f4f5;
  padding: 0 30px;
  list-style: none;
}

.main-container ul.nav li {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-weight: 500;
  color: #a4a9ac;
  margin-right: 30px;
}

.main-container ul.nav li a {
  display: block;
  padding: 0 10px 10px 10px;
  border-bottom: 2px solid #ffffff;
}

.main-container ul.nav li:last-of-type {
  margin-right: 0;
}

.main-container ul.nav li:hover a {
  color: #7a7a7a;
  border-bottom: 2px solid #e3714d;
}

.main-container ul.nav li.active a {
  color: #7a7a7a;
  border-bottom: 2px solid #e3714d;
}

.main-container .content {
  color: #a4a9ac;
  font-size: 14px;
  line-height: 1.6;
  margin-top: 30px;
  margin-left: 10px;
}

.main-container .content section {
  border-bottom: 1px solid #d0d0d0;
}

.main-container .content section:last-of-type {
  border-bottom: none;
}

.main-container .content h1 {
  color: #737373;
  font-size: 22px;
  font-weight: 600;
}

.main-container .content h2 {
  font-size: 15px;
  font-weight: 600;
  height: 60px;
  border-radius: 30px;
  color: #646b6c;
  background: #deeeef;
  line-height: 1.2;
  margin: 60px 0;
  display: inline-block;
  padding-right: 60px;
}

.main-container .content h2 span {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #22686e;
  margin-right: 25px;
}

.main-container .content h2 span.mobile {
  background: url('/desktop/images/sitemap/mobile.png') no-repeat center;
}

.main-container .content h2 span.datacard {
  background: url('/desktop/images/sitemap/datacard.png') no-repeat center;
}

.main-container .content h2 span.dish {
  background: url('/desktop/images/sitemap/dish.png') no-repeat center;
}

.main-container .content h2 span.electricity {
  background: url('/desktop/images/sitemap/electricity.png') no-repeat center;
}

.main-container .content h2 span.landline {
  background: url('/desktop/images/sitemap/landline.png') no-repeat center;
}

.main-container .content h2 span.broadband {
  background: url('/desktop/images/sitemap/broadband.png') no-repeat center;
}

.main-container .content h2 span.gas {
  background: url('/desktop/images/sitemap/gas.png') no-repeat center;
}

.main-container .content h2 span.metro {
  background: url('/desktop/images/sitemap/metro.png') no-repeat center;
}

.main-container .content h3 {
  font-weight: 500;
  color: #7a7a7a;
  margin-bottom: 20px;
  margin-top: 20px;
}

.main-container .content h3.bulletPoints-correction {
  display: inline-block;
}

.main-container .content ul {
  list-style-type: disc;
  list-style-position: inside;
}

.main-container .content .sitemap-content ul {
  list-style-type: none;
}

.main-container .content ul li {
  cursor: pointer;
}

.main-container .content .sitemap-content ul li {
  display: inline-block;
  vertical-align: middle;
  width: 131px;
  text-align: center;
  margin-bottom: 50px;
}

.main-container .content .sitemap-content ul li a {
  color: #7a7a7a;
  font-size: 11px;
  line-height: 1.2;
  display: block;
}

.main-container .content .sitemap-content ul li a img {
  width: 100%;
  height: 60px;
  object-fit: none;
  object-position: center;
  display: inline-block;
}

.main-container .content .sitemap-content ul li a span {
  display: inline-block;
  vertical-align: top;
  width: 85%;
}

.main-container .content p {
  margin-bottom: 15px;
}

.cbp-ntaccordion .cbp-nttrigger:hover {
  text-decoration: underline;
}

.cbp-ntaccordion h3 {
  padding: 20px 0;
  margin: 0 !important;
}

.cbp-ntaccordion .cbp-ntcontent {
  display: none;
}

.footer {
  font-size: 12px;
  color: #a4a9ac;
  padding: 12px 30px;
  background: #f2f2f2;
  background-size: contain;
  position: relative;
  z-index: 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

/*Offers*/

.main-offer-container {
  width: 100%;
  background: #ffffff;
  padding-bottom: 30px;
  min-width: 1008px;
  max-width: 1366px;
  margin: 0 auto;
}

.offer-container {
  width: 1008px;
  margin: 0 auto;
}

.offer-header {
  position: relative;
  padding: 15px 0;
  background-color: #ffffff;
  box-shadow: 0 1px 3px 0 rgba(213, 213, 213, 0.4);
  width: 100%;
  z-index: 100;
}

.offer-header:after {
  content: '';
  display: block;
  clear: both;
}

.offer-header .share-components {
  width: 30%;
  float: right;
  text-align: right;
}

.offer-header .share-components span {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  color: #7A7A79;
  margin-right: 10px;
}

.offer-header .share-components a {
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-size: auto 20px;
}

.offer-header .share-components a.fb {
  background-image: url('/desktop/images/offers/fb.png');
  background-repeat: no-repeat;
  background-position: center;
  background-color: #3F5EAF;
}

.offer-header .share-components a.tw {
  background-image: url('/desktop/images/offers/tw.png');
  background-repeat: no-repeat;
  background-position: center;
  background-color: #30BEE3;
}

.offer-header .share-components a.wa {
  background-image: url('/desktop/images/offers/wa.png');
  background-repeat: no-repeat;
  background-position: center;
  background-color: #43AE3F;
}

.banner {
  position: relative;
  text-align: center;
}

.banner img {
  width: 70%;
}

.banner a.load-money {
  font-size: 20px;
  width: 240px;
  height: 60px;
  text-transform: uppercase;
  line-height: 60px;
  text-align: center;
  background: #E27048;
  border: none;
  color: #fff;
  display: block;
  margin: 0 auto;
  position: relative;
  margin-top: 24px;
}

.banner:before {
  content: '';
  position: absolute;
  width: 100%;
  border-bottom: 1px solid #EEEEEE;
  bottom: 30px;
}

.banner.hide-line:before{
  display: none;
}

.offer-terms {
  margin-top: 50px;
  text-align: center;
}

.offer-terms .how-to {
  width: 450px;
  min-height: 362px;
  text-align: left;
  background: #FAFAFA;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
}

.offer-terms .how-to h2 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #5C5C5C;
  margin: 30px;
}

.offer-terms .how-to ul {
  font-size: 14px;
  margin: 30px;
  color: #7A7A79;
  font-weight: 300;
  line-height: 2.5;
  max-height: 210px;
  overflow: hidden;
}

ul.terms-list.show{
  max-height: none !important;
}

.terms-list.show + .show-more:after{
  transform: rotateZ(180deg);
}

.offer-terms .how-to ul li {
  text-align: left;
  padding-left: 20px;
  background: url('/desktop/images/offers/list-icon.png') no-repeat left 14px;
}

.offer-terms .how-to ul li:before {
  text-align: left;
}

.offer-terms .how-to ul li span {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #F93F55;
  color: #F93F55;
  line-height: 1.5;
  padding: 0 4px;
  font-weight: 600;
  border-radius: 3px;
}

.offer-terms .how-to > a {
  display: block;
  text-align: center;
  text-transform: uppercase;
  line-height: 3;
  font-size: 14px;
  background: #eee;
  color: #7a7a79;
}

.offer-terms .how-to > a:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  background: url('/desktop/images/offers/show-more-dark.png') no-repeat center;
  margin-left: 5px;
}

.offers-for-you {
  border-top: 1px solid #EEEEEE;
  margin-top: 50px;
  padding: 50px 0;
}

.offers-for-you h2 {
  font-size: 14px;
  color: #7a7a79;
  text-transform: uppercase;
}

.offers-for-you ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items:flex-start;
  align-content:flex-start;
}

.offers-for-you ul li {
  width: 240px;
  height: 280px;
  border: 1px solid #eeeeee;
  border-radius:2px;
  margin-top:30px;
  margin-left: 16px;
  padding:20px;
  position: relative;
}
.offers-for-you ul li:nth-child(4n-3) {
  margin-left: 0;
}
.offers-for-you ul li .tag{
  position: absolute;
  right:0;
  line-height:1.5;
  font-size:12px;
  text-transform: uppercase;
  background: #F8F8F8;
  top:0;
  padding:0 10px;
  border-radius: 2px;
  color:#AEAEAE;
}
.offers-for-you ul li span{
  display: block;
  height:120px;
  text-align: center;
  margin-bottom: 10px;
}
.offers-for-you ul li span img{
  height: auto;
  width: 100%;
}
.offers-for-you ul li h2{
  font-size: 14px;
  color: #7a7a79;
}
.offers-for-you ul li p{
  font-size: 14px;
  color: #a8a8a7;
  text-align: left;
  margin-top: 10px;
  word-wrap: break-word;
  max-height: 56px;
  overflow: hidden;
}
.offers-for-you ul li p>span{
  display: inline-block;
  vertical-align: middle;
  color:#f92672;
  border:1px solid #f92672;
  font-size: 12px;
  border-radius: 2px;
  line-height:1.8;
  text-transform: uppercase;
  padding:0 10px;
  height:auto;
}
.offers-for-you ul li p>a{
  float: right;
  font-size: 12px;
  margin-top:5px;
}

table.freeAxis tr td{border:1px solid #a4a9ac;}

@media all and (min-width: 1367px) {
  .banner img {
    width: 85%;
  }
}
@media all and (max-width: 767px) {
  body, .main-offer-container{
    min-width:100%;
  }
  .footer {
    font-size: 10px;
    padding: 12px 18px;
  }
  .offer-header {
    padding: 10px;
    background-color: transparent;
    box-shadow: none;
  }
  .offer-container {
    width: 100%;
  }
  .fc_logo{
    margin-left: 0;
  }
  .offer-header .share-components {
    width: 60%;
  }
  .offer-header .share-components span {
    font-size: 14px;
    display: block;
    vertical-align: middle;
    color: #7A7A79;
    margin-right: 0;
  }
  .offer-header .share-components a {
    width: 25px;
    height: 25px;
    background-size: auto 10px;
  }
  .banner:before {
    bottom: 20px;
  }
  .banner img {
    width: 100%;
    margin-top:30px;
  }
  .banner a.load-money {
    width: 90%;
    border: none;
    margin-top: 10px;
    line-height: 40px;
    height: 40px;
    font-size: 16px;
  }
  .offer-terms {
    margin-top: 20px;
  }
  .offer-terms .how-to {
    width: 90%;
    margin-right:0;
    margin-bottom:20px;
    min-height: initial;
  }
  .offer-terms .how-to ul {
    margin: 20px;
    line-height: 2;
    max-height: 245px;
  }
  .offer-terms .how-to h2{
    margin: 20px;
  }
  .offers-for-you {
    border-top: 1px solid #EEEEEE;
    margin-top: 20px;
    padding: 30px 20px;
  }
  .offers-for-you ul li {
    width: 100%;
    margin-left: 0;
  }
  .offers-for-you ul li span img{
    height: 100%;
    width: auto;
  }
}
/*//copyright*/
.copyright {
  background: #f2f2f2;
  color: #2c4359;
  font-weight: 700;
}

.copyright img {
  float: right;
  margin-right: 0;
}

.copyright span {
  display: inline-block;
  margin-top: 2px;
}

@media all and (min-width: 320px) and (max-width: 767px) {
  body {
    min-width: 100%;
  }

  .main-container {
    padding: 10px;
  }

  .header {
    padding: 10px 0;
  }

  .fc_logo {
    height: 20px;
    margin-left: 12px;
    background: url(https://s.freecharge.in/content/images/desktop/fc_axis_logo.png) no-repeat left / contain;
  }

  .main-container ul.nav {
    margin: 0 -10px;
    border-bottom: 1px solid #f0f4f5;
    padding: 0 ;
    padding-left: 7px;
    margin-bottom: 20px;
  }

  .main-container ul.nav li {
    font-size: 12px;
    margin-right: 0;
  }

  .main-container ul.nav li a {
    padding: 0 5px 10px;
    margin-right:5px;
  }

  .main-container .content {
    margin-top: 0;
    margin-left: 0;
  }

  .main-container .content h3 {
    margin-bottom: 10px;
    margin-top: 10px;
    line-height: 1;
    font-size: 14px;
  }

  .main-container .content h1 {
    font-size: 16px;
    font-weight: 500;
  }

  .main-container .content h2 {
    font-size: 12px;
    font-weight: 600;
    height: 40px;
    border-radius: 30px;
    color: #646b6c;
    background: #deeeef;
    line-height: 1.2;
    margin: 15px 0;
    display: inline-block;
    padding-right: 15px;
  }
  .main-container .content p {
    margin-bottom: 12px;
    font-size: 12px;
    line-height: 1.5;
    font-weight: normal;
  }
  .main-container .content ul li {
    font-size: 12px;
  }
  .main-container .content h2 span {
    width: 40px;
    height: 40px;
    margin-right: 15px;
  }

  .main-container .content h2 span.mobile {
    background: url(/desktop/images/sitemap/mobile.png) no-repeat center / 15px;
  }

  .main-container .content h2 span.datacard {
    background: url(/desktop/images/sitemap/datacard.png) no-repeat center/15px;
  }

  .main-container .content h2 span.dish {
    background: url(/desktop/images/sitemap/dish.png) no-repeat center/15px;
  }

  .main-container .content h2 span.electricity {
    background: url(/desktop/images/sitemap/electricity.png) no-repeat center/15px;
  }

  .main-container .content h2 span.landline {
    background: url(/desktop/images/sitemap/landline.png) no-repeat center/15px;
  }

  .main-container .content h2 span.broadband {
    background: url(/desktop/images/sitemap/broadband.png) no-repeat center/20px;
  }

  .main-container .content h2 span.gas {
    background: url(/desktop/images/sitemap/gas.png) no-repeat center/15px;
  }

  .main-container .content h2 span.metro {
    background: url(/desktop/images/sitemap/metro.png) no-repeat center/15px;
  }
  .main-container .content .sitemap-content ul li {
    margin-bottom: 20px;
    width:129px;
  }
  .cbp-ntaccordion h3 {
    padding: 5px 0px;
    margin: 0 !important;
  }
  .copyright span {
    display: inline-block;
    margin-top: 0;
  }
  .main-container .content h3.bulletPoints-correction {
    display: inline-block;
    vertical-align: top;
    width: 90%;
    line-height: 1.2;
  }
  .copyright img {
    width: 100%;
  }
}

/*Responsive Css 14/03/2018*/
@media (min-width: 768px) and (max-width: 1024px) {
  body{
    min-width: auto;
  }
}
@media (max-width: 767px){
.main-container .static-content > ul#tnc-ntaccordion > li {
    line-height: 36px;
  }
.main-container .static-content > ul#tnc-ntaccordion > li ul li{
    line-height: 22px;
}
.main-container .content h3.bulletPoints-correction{
    line-height: 26px;
  }
.cbp-ntaccordion .cbp-ntcontent{
    padding-left: 20px;
  }
.cbp-ntcontent h4{
   line-height: 16px;
}
#tnc-ntaccordion{
   margin-top: 10px;
  }
table.freeAxis{
  margin-bottom: 15px;
}
}
@media (max-width: 330px){
    .main-container ul.nav li a{
    padding: 0 2px 10px !important;
  }
}
