/* -------------------------------- 

Primary style

-------------------------------- */
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #2c343b;
  background-color: #f2f2f2;
}

a {
  color: #d44457;
  text-decoration: none;
}

img {
  max-width: 100%;
}

p {
  font-size: 15px;
  line-height: 23px;
}

section {
  padding: 25px 0 35px;
  background: #fff;
}

body { 
  font-family: 'Mulish', sans-serif;
  position: relative; 
  font-size: 14px;
}

a { color: #3CC; }

a:hover { color: #fffac9; }

/*----------
  NAV
  ----------*/

  .fixed-side-navbar {
    position: fixed;
    top: 40%;
    right: 0;
    z-index: 99999;
    margin-top: -100px;
    text-align: right;
    padding: 30px 0;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .fixed-side-navbar:hover {
    background: transparent;
  }
  .fixed-side-navbar:hover .nav > li > a > span {
    color: rgba(0, 0, 0, 0.5);
    display: block;
    background-color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    padding: 2px 12px;
    border-radius: 15px;
  }
  .fixed-side-navbar .nav > li a.active {
    background-color: transparent;
    color: black;
  }
  .fixed-side-navbar .nav > li a.active:after {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  .fixed-side-navbar .nav > li a.active:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 17px;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    background: rgb(141 136 136 / 75%);
    border: 2px solid #fff;
    border-radius: 10px;
  }
  .nav>li {
    position: relative;
    display: block;
  }
  .fixed-side-navbar .nav > li a {
    color: #fff;
    min-height: 32px;
    background: transparent;
    padding: 5px 45px 5px 25px;
    border-right: none;
  }
  .fixed-side-navbar .nav > li a span {
    display: none;
    -webkit-transition: all .2s;
    transition: all .2s;
  }
  .fixed-side-navbar .nav > li a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: rgb(141 136 136 / 75%);
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
  .fixed-side-navbar .nav > li a:hover {
    background-color: transparent;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-color: black;
    boder-right: 0;
  }
  .fixed-side-navbar .nav > li a:hover > span {
    color: black;
    display: block;
  }

  .fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
  }


  .primary-button a {
    display: inline-block;
    background-color: #05568f;
    padding: 8px 30px;
    border-radius: 15px;
    font-size: 2rem;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
  }


  .parallax-content {
    width: 100%;
    min-height: 100vh;
    background-size: cover;
  }

  .first-content{
    background: #fffac9;
    padding-bottom: 97px;
  }
  .baner-content {
    text-align: center;
  }

  .baner-content h1 {
    margin-top: 0px;
    font-size: 22px;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 0px;
  }

  .baner-content em {
    color: #ff7d27;
    font-weight: 600;
    font-style: normal;
  }

  .baner-content span {
    display: inline-block;
    margin-top: -20px;
    font-weight: 300;
    font-size: 48px;
    color: #fff;
  }

  .baner-content .primary-button {
    margin-top: 15px;
  }

.container {
    background: #fffac9;
}
  .service-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    min-height: 100vh;
    background-size: cover;
  }
  .festive-season, .maximise-shopping{
   background: url(../resources/images/festive-season-bg.png) no-repeat right -5px;
   min-height: 100vh;
   width: 100%;
 }
 .festive-logo{
  padding-top: 10px;
  padding-left: 60px;
}
.festive-season .left-text{
 padding-left: 55px;
 padding-top: 70px;
}
.left-text span{
  font-size: 3.3rem;
  color: #05568f;
  font-weight: 900;

}
h1{
 color: #ed1c24;
 font-weight: 1000;
 font-size: 5.3rem;
 margin: 0;
 line-height: 1;
 margin: 2px 0 0;
}
.txtbox{ max-width: 410px; background: #05568f; }
.txtbox p{
  font-size: 2.1rem;
  margin: 0;
  color: #fff;
  line-height: 24px;
  padding: 3px 8px;
}


h4, .h4 {
  font-size: 18px;
}


.service-content .left-text .primary-button {
  margin: 30px 0px;
}

.service-content .festive-season-txt {
  padding: 100px 95px 190px 0;
  margin-left: 170px;
  position: relative;
}
.service-content .festive-season-txt p{
  font-size: 1.8rem;
  color: #05568f;
  padding-bottom: 20px;
  font-weight: 600;
}
.service-content .festive-season-txt .primary-button.checkout {
  padding: 15px 0 0 130px;
}
.family-festive{
 position: absolute;
 bottom: 19px;
 left: 18px;
}
.festive-shoping
{
  position: relative;
  top: -89px;
  float: right;
  right: 76px;
}
.service-content .service-item .line-dec {
  width: 45px;
  height: 3px;
  background-color: #ff7d27;
  margin: 20px auto 15px auto;
}
.service-content  .line-dec {
  position: relative;
  width: 82%;;
  height: 2px;
  background-color: #ed1c24;
  margin: 30px 0px 20px 0px;
}
.thumbs{
  position: absolute;
  right: -100px;
  top: -32px;
}
.thumbs-up, .thumbs-down{
 background: #ed1c24;
 border-radius: 100%;
 width: 45px;
 height: 45px;
 display: inline-block;
 color: #fff;
}
.thumbs-up .fa-thumbs-up, .thumbs-down .fa-thumbs-down{
  font-size: 2.5rem;
  vertical-align: middle;
  text-align: center;
  padding: 10px 12px;
}

.maximise-shopping{
  background: url(../resources/images/maximise-shopping-bg.png) right 15px no-repeat;
}
.maximise-shopping .left-text {
  padding-left: 120px;
  padding-top: 60px;
}
.maximise-shopping h1{
  font-size:4.2rem;
  color: #05568f;
}
.maximise-shopping .left-text h1 span{
  color: #ed1c24;
  font-size: 4.9rem;
}
.maximise-shopping .left-text span{
  font-size: 4rem;
}
.maximise-shopping .festive-season-txt
{
padding: 160px 0 90px;
    margin-left: 345px;
    z-index: 9999;
    margin-bottom: 140px;
}
.maximise-shopping .festive-season-txt p
{
  font-size: 1.9rem;
  padding-bottom: 15px;
}
.maximise-shopping .primary-button a
{
  position: absolute;
  bottom: 15px;
  left: 42px;
}
.trolley-icon {
  position: absolute;
  bottom: 15px;
  left: 42px;
  z-index: 99;
}

.big-bigger{
  background: #fff;
  padding:0 0 80px;
}

.big-bigger-offer{
  text-align: center;
  padding: 70px 0 10px;
}
.iphone-offer{
 text-align: center;
}
.iphone-offer p{
 color: #2b2a29;
 font-size: 1.5rem;
 font-weight: 600;
}
.big-bigger .primary-button
{

  text-align: center;
  padding: 0 0 20px;
}
.big-bigger .primary-button a
{
  color: #2b2a29;
  background-color: #fff;
  border: 1px solid #2b2a29;
}

.credit-card{
  background: url(../resources/images/credit-card-bg.png) right 15px no-repeat;
}



.festive-season.credit-card .left-text {
  padding-left: 75px;
  padding-top: 0;
  text-align: center;
}
.festive-season.credit-card .left-text h1
{
  font-size: 5rem;
}
.festive-season.credit-card .left-text span
{
  font-size: 3.6rem;
  color: #05568f;
  font-weight: 900;
  line-height: 1.3;
}
.limited-offer{text-align: right;}
.festive-season.credit-card .primary-button
{
  text-align: center;
  padding: 80px 0 0;
}
.festive-season.credit-card .primary-button p 
{
  font-size: 1.1rem;
  padding:10px 0;
  color: #05568f;
}
.card-icon
{
  position: absolute;
  bottom: 0;
  left: 10px;
}

.offers{
 background: url(../resources/images/offers-bg.png) 20px -2px no-repeat;
 padding: 0 0 5px;
}
.offers-item{padding: 0 0 30px; text-align: center;}
.offers-wrap.first
{
 padding:52px 0 0;
}

.offers-wrap{
  width: 90%;
  margin: 0 auto;
  padding:25px 0 0;
}
.offers-item a img
{
  border: 5px solid #05568f;
  border-radius: 15px;
  background: #fff;
}
.offers .left-text
{
  padding-top: 10px;
  padding-left: 80px;
}
.offers .primary-button
{
  text-align: center;
  padding: 30px 0 0;
}
.easyemi{
  background: url(../resources/images/easyemi-bg.png) right -10px no-repeat;
  padding: 0 0 5px;
}
.festive-season.easyemi .left-text {
  padding-left: 55px;
  padding-top: 65px

}
.festive-season.easyemi .left-text span {
  font-size: 3.9rem;
  color: #05568f;
  font-weight: 1000;
  line-height: 1.2;
}
.festive-season.easyemi .left-text h1{
 font-size: 4.69rem;
 line-height: 1.2;
}
.smart-solution
{
  margin: -42px 0 0 30px;
}
.service-content .easyemi .festive-season-txt {
  padding: 45px 0 0;
  margin-left: 150px;
}
.service-content .easyemi .festive-season-txt p span{
  color: #ed1c24;
}
.service-content .easyemi .tryeasyemi{
  text-align: center;
}
.service-content .easyemi .line-dec
{margin: 0 0px 20px 0px;}
.service-content .easyemi .festive-season-txt p {
  font-size: 1.9rem;
  color: #003d86;
  padding-bottom: 8px;
  font-weight: 600;
  padding-right: 25px;
}
.fd-rd
{
  background: url(../resources/images/fd-rd-bg.png) right 120px no-repeat;
}
.festive-season.fd-rd .left-text {
  padding-left: 110px;
  padding-top: 8px;
}
.festive-season.fd-rd .left-text span {
  font-size: 3.9rem;
  color: #05568f;
  font-weight: 1000;
  line-height: 1.2;
}
.festive-season.fd-rd .left-text h1, .festive-season.fd-rd .left-text h1 span{
  font-size: 4.6rem;
}


.service-content .fd-rd .festive-season-txt {
  padding: 24px  0 200px;
  margin-left: 110px;
}
.service-content .fd-rd .festive-season-txt p{
  padding-bottom: 8px;
}
.text-col{
 background:#fffac9;
 padding: 10px 0 0;
}
.fixed-dptext{
  border: 2px solid #05568f;
  width: 78%;
  margin: 0 0 25px;
}
.fixed-dptext h2{
 color: #fff;
 background: #05568f;
 padding:5px 10px;
 font-size: 2.2rem;
 font-weight: 700;
}
.fixed-dptext  ul{
  margin:0; padding:0;
}
.fixed-dptext  ul li{
 list-style: none;
 padding: 6px 15px;
 font-size: 1.7rem;
 border-bottom: 2px solid #05568f;
 color: #1a5691;
 line-height: 1.2;
}

.fixed-dptext  ul li:last-child{
  border-bottom:none;
}

.recurring-deposits{
  background: url(../resources/images/rd-bg.png) right 0 no-repeat;
}
.recurring-deposits h1
{
  font-size: 6.9rem;
  color: #ebe7ba;
}

.festive-season.recurring-deposits .left-text {
  padding-left: 101px;
  padding-top: 33px;
}
.festive-season.recurring-deposits .festive-season-txt {
  padding: 70px 0 20px;
  margin-left: 75px;
}
.festive-season.recurring-deposits .festive-season-txt p{
  padding-bottom: 0;
}
.festive-season.recurring-deposits  .fixed-dptext ul li{
  font-size: 1.5rem;
}
.festive-season.recurring-deposits .fixed-dptext {
  width: 73%;
  margin: 0 0 25px 55px;
}
.festive-season.recurring-deposits .text-col2{

 margin-left:55px;
}
.festive-season.recurring-deposits .festive-season-txt .text2 p{
  font-size: 1.6rem;
  max-width: 520px;
  line-height: 22px;
}
.festive-season.recurring-deposits .festive-season-txt .text2 p.redtxt
{
  color: #ed1c24;
  max-width: 100%;
  background: #fffac9;
  padding: 0 0 5px;
}

.festive-season.recurring-deposits .primary-button
{
 padding-left: 180px;
 line-height: 18px;
}
.festive-season.recurring-deposits .primary-button a{
 font-size: 2.3rem;
 padding: 15px 30px;
}

.sip{
 background: url(../resources/images/sip-bg.png) center 20px no-repeat;
}
.festive-season.sip .left-text{
  padding-left: 55px;
  padding-top: 20px;
}
.festive-season.sip .left-text span {
  font-size: 4rem;
  line-height: 1.2;
}
.festive-season.sip .left-text h1
{
  font-size: 6.6rem;
}
.festive-season.sip  .sip-man{
  text-align: center; padding: 0 ;
}
.festive-season.sip .festive-season-txt {
  padding:70px 40px 0 110px;
  margin-left: 0;
}

.festive-season.sip .festive-season-txt p{
 font-size: 1.7rem; padding-bottom: 8px;
}
.festive-season.sip .line-dec{
  margin: 0px 20px 25px;
}
.festive-season.sip .festive-season-txt p span{
  color: #ed1c24;
}
.festive-season.sip .festive-season-txt .primary-button
{
  padding: 16px 0;
}
.shop-vacation{
  background: url(../resources/images/shop-vacation.png) right 20px no-repeat;
}

.festive-season.shop-vacation .left-text{
  padding-left: 90px;
  padding-top: 0px;
}
.festive-season.shop-vacation .left-text .name
{
  padding: 5px;
  margin: 7px 0 0;
}
.festive-season.shop-vacation .left-text .name span.nametxt
{
  background: #0c5891;
  font-size: 2.1rem;
  color: #fff;
  padding: 8px 13px;
  border-radius: 12px;
}
.festive-season.shop-vacation .left-text .name span {
  font-size: 1.7rem;
  color: #ed1c24;
  padding-left: 10px;
  font-weight: 600;
}
.festive-season.shop-vacation .left-text  h1
{
  font-size: 6.4rem;
}
.festive-season.shop-vacation .festive-season-txt h2
{
  color: #29aae1;
  font-size: 3.7rem;
  font-weight: 900;
  border-bottom: 1px solid #29aae1;
  display: inline-block;
  margin: 0 0 30px;
  background: #fffac9;
}
.festive-season.shop-vacation .festive-season-txt{
  padding: 0;
  margin-left: 100px;
  width: 100%;
}
.festive-season.shop-vacation .festive-season-txt p{
  font-size: 1.8rem;
}
.festive-season.shop-vacation  p.salaried{
 color: #003d86;
 margin-left: 80px;
 margin-bottom: 0;
 background: #fffac9;
 font-size: 1.8rem;
 padding:20px 0 0 35px;
 width: 85%;
}
.festive-season.shop-vacation  p.salaried span{color:#ed1c24;}
.festive-season.shop-vacation .festive-season-txt ul{
  margin: 0;
  padding: 0;
  
}
.festive-season.shop-vacation .festive-season-txt ul li{
  background: url(../resources/images/check-box.png) 0 3px no-repeat;
  font-size: 1.6rem;
  width: 240px;
  color: #003d86;
  font-weight: 600;
  padding: 0px 0 25px 30px;
  list-style: none;
  position: relative;
  width: 80%;
}
.festive-season.shop-vacation .festive-season-txt ul li span{
  color: #29aae1; font-weight: 800;
}
.festive-season.shop-vacation .festive-season-txt ul li i
{
 position: absolute;
 top: -10px;
 left: -75px;
}
.festive-season.shop-vacation .festive-season-txt ul li i.icon-img02
{
  top: 0;
}
.festive-season.shop-vacation  .primary-button
{
  padding: 20px 0 0;
  text-align: center;
}
.festive-season.shop-vacation  .primary-button p
{
  padding: 0; font-weight: 900; color: #05568f;
}
.vacationsimg img{
  position: relative;
  right: 10px;
  top: 25px;
}
.clearfix:after {
  content:"";
  display:table;
  clear:both;
}


.contact-content {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 16vh;
}


@media (max-width: 767px){
  h1{font-size: 4.7rem; padding: 0;}
  .left-text span{  font-size: 2.8rem;}
  .parallax-content{
        min-height: auto;
  }

  .baner-content {
   background: #fffac9; padding-top: 0;
  }
  .first-content{    padding-bottom: 15px;}

  .baner-content h1 {
    font-size: 64px;
  }

  .baner-content em {
  }

  .baner-content span {
    font-size: 24px;
  }
.service-content .festive-season-txt p{font-size: 1.8rem;}
  .baner-content .primary-button {
    margin-top: 15px;
  }
 .fixed-side-navbar{display: none;}
  .col-sm-2 {width: 50%; padding: 0 10px;}
  .offers-item img{margin: -4px 0 0;}
  .festive-logo{padding: 5px 0;
    max-width: 85px;}
  .thumbs{top: -14px;    right:-56px;}
  .thumbs-up .fa-thumbs-up, .thumbs-down .fa-thumbs-down{font-size: 1.4rem; padding: 6px;}
.txtbox p{
    font-size: 1.8rem;
  }


   .text-col, .festive-season.recurring-deposits .festive-season-txt .text2 p.redtxt,  .festive-season, .maximise-shopping, .offers, .easyemi, .fd-rd, .recurring-deposits, .sip{ padding: 0 20px; margin: 0 auto;}
  .offers-wrap.first, .service-content .festive-season-txt, .maximise-shopping .festive-season-txt, .maximise-shopping .left-text, .festive-season.credit-card .left-text, .festive-season .left-text, .festive-season.easyemi .left-text, .service-content .easyemi .festive-season-txt, .festive-season.fd-rd .left-text, .service-content .fd-rd .festive-season-txt, .festive-season.recurring-deposits .left-text, .festive-season.recurring-deposits .festive-season-txt, 
  .festive-season.easyemi .left-text, .festive-season.recurring-deposits .text-col2, .festive-season.recurring-deposits .fixed-dptext, .festive-season.recurring-deposits .primary-button, .festive-season.sip .left-text, .festive-season.shop-vacation .left-text, .festive-season.shop-vacation .festive-season-txt
  {
 margin-left: 0; padding-left: 0;
  }
 .festive-season{
  background: url(../resources/images/m-festive-season-bg.png) no-repeat right 0;
    background-size: 100%;
 }
.service-content .festive-season-txt .primary-button.checkout{padding: 40px 0 0 0; text-align: center;}
  .festive-season .left-text{padding-top: 70px;}
  .txtbox{max-width: 350px;}
  .service-content .festive-season-txt{padding:94px 0 128px;}
  .service-content .festive-season-txt p{padding-bottom: 10px;}
  .family-festive{max-width: 150px;}
 .maximise-shopping{
  background: url(../resources/images/m-maximise-shopping-bg.png) no-repeat right 30px;
    background-size: 100%;
 }
 .maximise-shopping h1{    font-size: 4rem;}
.maximise-shopping .left-text h1 span{font-size: 4.8rem;}
  .maximise-shopping .left-text span{font-size:3.6rem;}
.maximise-shopping .left-text{    padding-top: 30px;}
.maximise-shopping .festive-season-txt{padding:90px 0 10px;}
.maximise-shopping .festive-season-txt p.textright{padding-left: 145px;}
.maximise-shopping .primary-button{text-align: center; padding: 10px 0 0;}
.maximise-shopping .primary-button a{position: inherit;}
.trolley-icon{max-width: 294px; bottom: 18px;}
.big-bigger{background: #fff;}
.big-bigger-offer{padding: 50px 0 0;}
.iphone-offer p{padding: 20px 0 0;}
.credit-card{background: url(../resources/images/m-credit-card-bg.png) no-repeat right 0;
    background-size: 100%;}
    .festive-season.credit-card .left-text h1{font-size: 3rem;}
    .festive-season.credit-card .left-text span{font-size: 2.3rem;}
 .festive-season.credit-card .left-text{text-align: left; padding: 15px 0;}
 .festive-season.credit-card .primary-button {
    text-align: center;
    padding: 30px 0 0;
}
 .card-icon{display: none;}
  .offers{background: url(../resources/images/m-offers-bg.png) 0 30px no-repeat;
    background-size: 100%;}
    .festive-season.offers .left-text{padding-top: 40px;}
    .offers-wrap.first{padding: 30px 0 0;}
      .offers-item{padding: 0 0 10px;}
      .offers .primary-button {
    padding: 15px 0 0;
}
.service-content .line-dec{width: 90%; margin:30px 0px 20px -20px;}
.service-content .offers .line-dec{
    margin: 20px 0px 20px -20px; 
}
.easyemi{background: url(../resources/images/m-easyemi-bg.png) 0 30px no-repeat;
    background-size: 100%;}
    .service-content .easyemi .festive-season-txt{padding: 150px 0 20px;}
    .festive-season.easyemi .left-text{padding-top: 45px;}
    .festive-season.easyemi .left-text span{ font-size: 3.2rem;   line-height: 1;}
   .festive-season.easyemi .left-text h1 {font-size:3.5rem; line-height: 1;}
   .service-content .easyemi .festive-season-txt p{font-size: 1.8rem; padding-right: 0; padding-bottom: 10px;}
.service-content .festive-season.easyemi  .smart-solution{margin: 0;
    position: absolute;
    right: 10px;
    bottom: -148px;
    max-width: 160px;}
    .service-content .easyemi .line-dec{margin: 0 0px 20px -20px; width:93%;}
.service-content .easyemi .primary-button{text-align: center;}
.service-content .easyemi .tryeasyemi{max-width: 200px; margin: 0 auto;}


    .fd-rd{
      background: url(../resources/images/m-fd-rd-bg.png) 0 30px no-repeat;
    background-size: 100%;
    }
    .festive-season.fd-rd .left-text{padding-top: 42px;}
    .festive-season.fd-rd .left-text span{font-size: 3.2rem;}
  .festive-season.fd-rd .left-text h1, .festive-season.fd-rd .left-text h1 span{font-size:3.7rem;}
.festive-season.fd-rd .left-text h1{font-size: 3.6rem;}
.service-content .fd-rd .festive-season-txt{padding: 50px 0 100px;}
.service-content .fd-rd .text-col{padding:0;}
.service-content .fd-rd .festive-season-txt p, .festive-season.recurring-deposits .festive-season-txt p{font-size: 1.6rem;}
.fixed-dptext ul li{font-size: 1.3rem;}
  .fixed-dptext, .offers-wrap, .festive-season.recurring-deposits .fixed-dptext{width: 100%; margin: 0 0 15px;}
    .festive-season.recurring-deposits .festive-season-txt{padding: 60px 0 0;}
    .festive-season.recurring-deposits .fixed-dptext{padding:0;}
    .recurring-deposits {
   background: url(../resources/images/m-rd-bg.png) 0 80px  no-repeat;
    background-size: 100%;
}
 
.recurring-deposits h1{font-size: 4rem; padding: 23px 0 0;}
.festive-season.recurring-deposits .festive-season-txt .text2 p{font-size: 1.4rem;   max-width: 100%;}
.festive-season.recurring-deposits .festive-season-txt .text2  p:first-child{max-width: 260px;}
.festive-season.recurring-deposits .festive-season-txt .text2 p.redtxt{padding: 0;}
.festive-season.recurring-deposits .primary-button{ padding: 20px 0 0; text-align: center;}
.festive-season.recurring-deposits .primary-button a {
    font-size: 2rem;
    padding: 8px 20px;
}
.sip {
    background: url(../resources/images/m-sip-bg.png) 0 25px no-repeat;
    background-size: 100%;
}
.festive-season.sip .left-text{padding-top: 30px;}
.festive-season.sip .left-text h1 {
    font-size: 4rem;
}
.festive-season.sip .festive-season-txt, .big-bigger-offer{padding: 80px 0 0; margin-left: 0;}
.festive-season.sip .festive-season-txt .primary-button{    text-align: center;}
.festive-season.sip .line-dec{margin: 0 0 20px;}
.festive-season.sip .sip-man{width: 80%; padding: 5px 0 0;   margin: 0 auto;}
.festive-season.sip .festive-season-txt p{font-size: 1.4rem; line-height: 19px; padding-bottom: 5px;}
    .festive-season.sip .primary-button{padding: 0; }
   .festive-season.sip .primary-button a{  padding: 10px 20px;  font-size: 1.7rem;}
 .shop-vacation{
    background: url(../resources/images/m-shop-vacation.png) 0 25px no-repeat;
    background-size: 100%; 
}

.festive-season.shop-vacation .festive-season-txt p.salaried.first{ width: 100%; color:#702634;   padding-left: 0;}
.festive-season.shop-vacation .left-text{padding-top: 45px;}
.festive-season.shop-vacation .left-text span{    line-height: 1.1;}
.festive-season.shop-vacation .left-text .name span{display: block; padding-left: 0; padding-top: 10px;}
.festive-season.shop-vacation .left-text h1{font-size: 4.4rem; padding:5px 0 10px 10px;}
.festive-season.shop-vacation .left-text .name{margin: 0;}
.festive-season.shop-vacation p.salaried{margin-left: 19px; padding:0; width: 90%;}
.festive-season.shop-vacation .festive-season-txt ul li{font-size: 1.3rem; width: 310px; padding: 0px 120px 25px 30px;}
.festive-season.shop-vacation .festive-season-txt ul li i{left: 155px; max-width: 35px;}
.festive-season.shop-vacation .festive-season-txt ul li:last-child{width: 318px;}
.festive-season.shop-vacation .festive-season-txt ul li:nth-child(2) i{left: 200px;  top: 10px;}
.festive-season.shop-vacation .festive-season-txt ul li:nth-child(3) i{left: 175px; top: 10px;}
.festive-season.shop-vacation .festive-season-txt ul li:nth-child(4) i{left: 175px; top: 0px;}
.festive-season.shop-vacation .festive-season-txt ul li:nth-child(5) i{left: 180px; top: 0;}
.festive-season.shop-vacation .festive-season-txt ul li:nth-child(6) i{left: 200px; top: 0;}
.festive-season.shop-vacation .festive-season-txt .primary-button{padding: 10px 0 0;}
.festive-season.shop-vacation .festive-season-txt .primary-button{text-align: center;}
.festive-season.shop-vacation .primary-button{padding: 0;}
.festive-season.shop-vacation .festive-season-txt .primary-button a{padding: 15px 30px; font-size: 1.7rem;}
 .festive-season.shop-vacation .festive-season-txt .primary-button p{padding: 0 0 5px;}
.festive-season.shop-vacation .line-dec{margin: 10px 0px 20px -20px;}
 
 .thumbs-up, .thumbs-down{width: 25px; height: 25px;}
.shop-vacation .row{position: relative;}
.vacationsimg {position: absolute;
    right: 0;
    top: 160px;
    max-width: 200px;
}
.vacationsimg img{ right: -20px;}
.festive-season, .maximise-shopping{min-height: auto;}
  .service-content {
    padding-top: 5vh;
   text-align: left;
   padding: 10px 0 0;
   min-height: auto;
  }
 


  .service-content .left-text .line-dec {
    width: 45px;
    height: 3px;
    background-color: #ff7d27;
    margin: 20px auto 20px auto;
  }

  .service-content .left-text ul {
    text-align: left;
  }

  .service-content .service-item {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 25px 30px;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
  }

}
@media (max-width: 400px){
h1 {font-size: 4.2rem;}
.festive-season .left-text {
    padding-top: 50px;
}
.left-text span {
    font-size: 2.6rem;
}
.txtbox {
    max-width: 300px;
}
.txtbox p {
    font-size: 1.5rem;
}
.service-content .festive-season-txt {
    padding: 94px 0 144px;
}
.service-content .festive-season-txt p {
    font-size: 1.3rem;
}
.service-content .festive-season-txt p {
    padding-bottom: 0px;
}

.maximise-shopping .left-text h1 span {
    font-size: 4rem;
}
.maximise-shopping .left-text span {
    font-size: 3.4rem;
}
.festive-season .left-text {
    padding-top: 75px;
}
.iphone-offer p{font-size: 1.2rem; line-height: 18px;}
.maximise-shopping .left-text{padding-top: 30px;}
.maximise-shopping .festive-season-txt{padding: 130px 0 10px;}
.festive-season.credit-card .left-text{padding: 20px 0;}
.maximise-shopping .festive-season-txt p{padding-bottom: 20px;}
.maximise-shopping .primary-button{padding: 32px 9px 0;}
.festive-season.credit-card .left-text span {
    font-size: 2rem;
}
.festive-season.credit-card .left-text h1 {
    font-size: 2.5rem;
}
.festive-season.offers .left-text {
    padding-top: 20px;
}
.offers .primary-button {
    padding: 0;
}
.festive-season.easyemi .left-text span{font-size:3.2rem;}
.service-content .festive-season.easyemi .smart-solution{bottom: -138px;}
.festive-season.easyemi .left-text h1 {
    font-size: 3rem;}
.festive-season.easyemi .left-text {
    padding-top: 42px;
}
.service-content .easyemi .festive-season-txt {
    padding: 130px 0 20px;
}
.service-content .easyemi .festive-season-txt p {
    font-size: 1.3rem;}
    .festive-season.fd-rd .left-text {
    padding-top: 42px;
}
.festive-season.fd-rd .left-text h1, .festive-season.fd-rd .left-text h1 span {
    font-size: 3.2rem;
}
.festive-season.fd-rd .left-text span {
    font-size: 2.7rem;
}
.festive-season.fd-rd .left-text h1 {
    font-size: 3.2rem; margin: 0;
}
.service-content .fd-rd .festive-season-txt {
    padding: 60px 0 160px;
}
.festive-season.recurring-deposits .left-text{    padding-top: 45px;}
.festive-season.recurring-deposits .fixed-dptext{margin: 0 0 25px;}
.fixed-dptext ul li, .festive-season.recurring-deposits .fixed-dptext ul li  {padding: 4px 8px; font-size: 1.2rem;}
.fixed-dptext h2{     font-size: 2rem;   padding: 0px 10px 4px;}
.service-content .fd-rd .festive-season-txt p {
    padding-bottom: 0;}
    .service-content .fd-rd .festive-season-txt p, .festive-season.recurring-deposits .festive-season-txt p {
    font-size: 1.4rem;
}
.recurring-deposits h1 {
    font-size: 3.3rem;
    padding: 20px 0 0;
}
.festive-season.recurring-deposits .festive-season-txt {
    padding: 50px 0 0;
}
.festive-season.recurring-deposits .festive-season-txt .text2 p:first-child {
    max-width: 240px;     padding: 0 0 30px;
}
.festive-season.recurring-deposits .festive-season-txt .text2 p {
    font-size: 1.3rem;
    max-width: 100%;
        line-height: 18px;
}
.festive-season.sip .left-text{padding-top: 50px;}
.festive-season.sip .festive-season-txt, .big-bigger-offer{padding:70px 0 0;}
.festive-season.sip .left-text span{font-size: 3.2rem;}
.festive-season.sip .left-text h1 {
    font-size: 3.4rem;
}
.festive-season.sip .sip-man {
    width: 70%;}
.festive-season.sip .festive-season-txt p {
    font-size: 1.3rem;
    line-height: 18px;}
.festive-season.shop-vacation .left-text h1 {
    font-size: 4.3rem;}
.festive-season.shop-vacation .left-text span {
    font-size: 3.5rem;
}
.vacationsimg{
      max-width: 180px;
}
.festive-season.shop-vacation .festive-season-txt ul{padding: 0;}
.festive-season.shop-vacation .festive-season-txt ul li {font-size: 1rem; padding: 0px 70px 25px 30px;
    width: 224px;}
 .primary-button a, .festive-season.sip .primary-button a,  .festive-season.recurring-deposits .primary-button a, .festive-season.shop-vacation .festive-season-txt .primary-button a {
    padding: 10px 20px;
    font-size: 1.5rem;
}
.festive-season.shop-vacation .left-text { padding-top: 15px;}
.festive-season.shop-vacation .festive-season-txt p.salaried.first{padding: 0;}
.festive-season.shop-vacation .festive-season-txt p.salaried{ margin: 0 0 5px; font-size: 1.5rem;}
.festive-season.shop-vacation .left-text .name{ padding: 10px 12px;}
.festive-season.shop-vacation .festive-season-txt ul li span{font-size: 1.5rem; display: block;}
.festive-season.shop-vacation .festive-season-txt ul li:nth-child(2) i{left: 170px;}
.festive-season.shop-vacation .festive-season-txt ul li:nth-child(3) i {left: 145px; top: 0;}
.festive-season.shop-vacation .festive-season-txt ul li:nth-child(4) i {left: 145px;}
.festive-season.shop-vacation .festive-season-txt ul li:nth-child(5) i {left: 160px;}

}
@media (max-width: 375px){
h1 {font-size: 4.2rem;}
.festive-season .left-text {
    padding-top: 50px;
}
.left-text span {
    font-size: 2.6rem;
}
.txtbox {
    max-width: 290px;
}
.txtbox p {
    font-size: 1.5rem;
}
.service-content .festive-season-txt {
    padding:90px 0 130px;
}
.service-content .festive-season-txt p {
    font-size: 1.3rem;
}
.service-content .festive-season-txt p {
    padding-bottom: 0px;
}

.maximise-shopping .left-text h1 span {
    font-size: 4rem;
}
.maximise-shopping .left-text span {
    font-size: 3.4rem;
}
.festive-season .left-text {
    padding-top: 52px;
}
.iphone-offer p{font-size: 1.2rem; line-height: 18px;}
.maximise-shopping .left-text{padding-top: 23px;}
.maximise-shopping .festive-season-txt{padding: 100px 0 0px;}
.maximise-shopping .primary-button{padding: 32px 9px 0;}
.festive-season.credit-card .left-text span {
    font-size: 2rem;
}
.festive-season.credit-card .left-text h1 {
    font-size: 2.5rem;
}
.festive-season.offers .left-text {
    padding-top: 20px;
}
.offers .primary-button {
    padding: 0;
}
.festive-season.easyemi .left-text span{font-size: 3rem;}
.festive-season.easyemi .left-text h1 {
    font-size: 3rem;}
.festive-season.easyemi .left-text {
    padding-top: 27px;
}
.service-content .easyemi .festive-season-txt {
    padding: 150px 0 20px;
}
.service-content .easyemi .tryeasyemi{max-width: 160px;}
.service-content .easyemi .festive-season-txt p {
    font-size: 1.3rem;}
    .festive-season.fd-rd .left-text {
    padding-top: 40px;
}

.festive-season.fd-rd .left-text h1, .festive-season.fd-rd .left-text h1 span {
    font-size: 3.2rem;
}
.festive-season.fd-rd .left-text span {
    font-size: 2.7rem;
}
.festive-season.fd-rd .left-text h1 {
    font-size: 3.2rem; margin: 0;
}
.service-content .fd-rd .festive-season-txt {
    padding: 45px 0 110px;
}
.festive-season.recurring-deposits .left-text {
    padding-top: 35px;
}
.fixed-dptext ul li, .festive-season.recurring-deposits .fixed-dptext ul li  {padding: 4px 8px; font-size: 1.2rem;}
.fixed-dptext h2{     font-size: 2rem;   padding: 0px 10px 4px;}
.service-content .fd-rd .festive-season-txt p {
    padding-bottom: 0;}
    .service-content .fd-rd .festive-season-txt p, .festive-season.recurring-deposits .festive-season-txt p {
    font-size: 1.4rem;
}
.recurring-deposits h1 {
    font-size: 3.3rem;
    padding: 20px 0 0;
}
.festive-season.recurring-deposits .festive-season-txt {
    padding: 50px 0 0;
}
.festive-season.recurring-deposits .festive-season-txt .text2 p:first-child {
    max-width: 240px; 
}
.festive-season.recurring-deposits .festive-season-txt .text2 p {
    font-size: 1.3rem;
    max-width: 100%;
        line-height: 18px;
}
.festive-season.sip .left-text{padding-top: 40px;}
.festive-season.sip .left-text span{font-size: 3.2rem;}
.festive-season.sip .left-text h1 {
    font-size: 3.4rem;
}
.festive-season.sip .festive-season-txt, .big-bigger-offer {
    padding: 60px 0 0;
}
.festive-season.sip .sip-man {
    width: 70%;}
.festive-season.sip .festive-season-txt p {
    font-size: 1.3rem;
    line-height: 18px;}
.festive-season.shop-vacation .left-text h1 {
    font-size: 4.3rem;}
.festive-season.shop-vacation .left-text span {
    font-size: 3.1rem;
}
.vacationsimg{
      max-width: 180px;
}
.festive-season.shop-vacation .left-text{padding-top: 22px;}
.festive-season.shop-vacation .festive-season-txt ul {
    padding: 10px 0 0;
}
.festive-season.shop-vacation .festive-season-txt ul li {
    font-size: 1rem;     }
 .primary-button a, .festive-season.sip .primary-button a,  .festive-season.recurring-deposits .primary-button a, .festive-season.shop-vacation .festive-season-txt .primary-button a {
    padding: 10px 20px;
    font-size: 1.5rem;
}
.festive-season.shop-vacation .festive-season-txt p.salaried.first{padding: 0;}
.festive-season.shop-vacation .festive-season-txt p.salaried{ margin: 0 0 5px; font-size: 1.5rem;}
.festive-season.shop-vacation .left-text .name{ padding: 10px 12px;}
.festive-season.shop-vacation .festive-season-txt ul li span{font-size: 1.5rem;}
}
@media (min-width: 1200px) {
  .container {
    max-width: 800px;
    background: #fffac9;
  }
}


