html {
    font-size: 16px;
}
.u-hide{
    display: none;
}

body {
    font-family: "Open Sans", Arial, sans-serif;
    background: #CCC;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: lighter;
}

.socialWidget {
    margin: 10px 0
}

.socialWidget .widgetItem {
    margin-bottom: 10px
}

@media ( min-width :992px) {
    .socialWidget {
        position: absolute;
        top: 117px;
        right: 55px;
        width: 200px
    }
}

.wrapper {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    /*min-height: 700px;*/
    background: #FFF;
}

.center-align {
    text-align: center;
}

.ghost-element {
    width: 1px;
    height: 100%;
    vertical-align: middle;
    display: inline-block;
    margin-right: -4px;
}

.overlay {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.grey-bg {
    background: #EEE;
}

.light-grey-bg {
    background: #f4f4f4;
}

.padding-vertical {
    padding-top: 20px;
    padding-bottom: 20px;
}

.head {
    color: #7a7a7a;
    font-size: 2.5em;
    font-weight: lighter;
}

h1.head,h2.head {
    margin: 0;
    padding: 0;
}

p {
    font-weight: lighter;
}

.intro,.how,.rate-tables,.faqs,.buttons,.footer,.terms {
    padding-left: 30px;
    padding-right: 30px;
}

.table>thead>tr>th {
    vertical-align: middle !important;
    border: 1px solid #bfbfbf;
}

.buttons {
    padding-top: 0;
}

.intro p {
    font-size: 1.6em;
    margin-top: 30px;
    color: #737373;
}

.how {
    text-align: left;
}

.how h2,.rate-tables h2,.faqs h2 {
    margin-bottom: 50px;
}

.step-indicator {
    background: #e1e1e1;
    padding: 3px 50px 3px 12px;
    color: #3a3a3a;
    font-size: 2.5em;
    line-height: 1em;
    display: inline-block;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    position: relative;
}

.step-indicator .number {
    position: absolute;
    top: 0;
    right: -12px;
    font-weight: 600;
    font-size: 1.7em;
}

.inner-section {
    display: inline-block;
    width: 240px;
}

.step-one .inner-section:after,.step-two .inner-section:after {
    content: "\203A";
    position: absolute;
    top: -44px;
    right: 40px;
    font-size: 5em;
    color: #e1e1e1;
}

.step-one,.step-two,.step-three {
    padding: 0 35px;
}

.text {
    margin-top: 30px;
    text-align: center;
    font-size: 1.2em;
}

.step-one .step-indicator .number {
    color: #2ebca2;
}

.step-two .step-indicator .number {
    color: #59b8c9;
}

.step-three .step-indicator .number {
    color: #f68d1f;
}

.middle-banner {
    height: 284px;
    position: relative;
    text-align: center;
    background: url('image6.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}

.middle-banner img.button {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 2;
}

.middle-banner .overlay {
    z-index: 1;
}

.flight-table th,.hotel-table th {
    background: #E1E1E1;
    color: #595959;
    font-weight: 600;
    text-align: center;
    font-size: 1.6em;
    padding: 20px 8px !important;
    width: 33.33333%;
}

.hotel-table th {
    background: #c6d0b3;
}

.flight-table td,.hotel-table td {
    color: #737373;
    text-align: center;
    font-size: 1.4em;
    font-weight: lighter;
    width: 33.33333%;
}

.hotel-table tr td:nth-of-type(1) {
    text-align: left;
    padding-left: 60px;
}

section.faq {
    margin: 20px 0;
}

section.faq:first-child {
    margin-top: 0px;
}

section.faq:last-child {
    margin-bottom: 0px;
}

#faq_container {
    transition-duration: 400ms;
    overflow: hidden;
}

#other-faqs {
    overflow: hidden;
    transition-duration: 400ms;
}

.question {
    color: #646464;
    font-weight: 600;
    font-size: 1.5em;
}

.answer {
    padding: 20px 0;
    color: #4c4c4c;
    font-size: 1.2em;
    line-height: 1.8;
    margin: 0;
}

.answer ul {
    margin: 5px 0 0 0;
    padding-left: 21px;
}

.button {
    padding: 20px 0;
    font-size: 1.9em;
    text-align: center;
    cursor: pointer;
}

.button.primary-button {
    background: #15a2cf;
    color: #FFF;
}

.button.secondary-button {
    background: transparent;
    border: 2px solid #15a2cf;
    color: #15a2cf;
}

.footer a {
    font-size: 1.7em;
}

.footer img {
    width: 100%;
    max-width: 621px;
}

#terms-conditions {
    font-size: 1.2em;
    width: 100%;
    margin: 0px auto;
    line-height: 1.8;
    padding-left: 30px;
    padding-top: 15px;
}


.logo img {
    width: 100%;
    max-width: 385px;
}

.update-app-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #EA4E2F;
    color: #FFF;
    overflow: hidden;
    padding: 0;
    border-radius: 2px;
    text-align: center;
}

.update-app-cta a {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    width: 100%;
    line-height: 50px;
    display: block;
}

.product-switch { 
    margin-bottom: 50px;
    margin-top: 20px;
    line-height: 50px;
}
.product-switch .product-tab{
    border: 1px solid rgba(40,44,42,0.1);
    background-color: rgba(40,44,42,0.05);
    text-align: center;
    font-weight: 600;
    cursor: pointer;
    padding: 0;
}
.product-switch .product-tab:first-child{
    border-right: 0;
}
.product-switch .product-tab.active{
    border-top: 2px solid #550F5D;
    border-bottom: 0;
    color: #550F5D;
    background-color: white;
}

@media ( max-width : 768px) {
    body {
        font-size: 75%;
    }
}

@media ( max-width : 870px) {
    .partner-table img {
        display: none;
    }
}

@media ( max-width : 768px) {
    .inner-section {
        display: block;
        width: 100%;
    }
    .step-two,.step-three {
        margin-top: 50px;
    }
    .step-one img,.step-two img,.step-three img {
        width: 100%;
        min-width: 50px
    }
    .img-container {
        float: none;
        display: inline-block;
        vertical-align: middle;
        margin-right: -4px;
        padding-left: 0;
    }
    .text {
        vertical-align: middle;
        display: inline-block;
        float: none;
        text-align: left;
        padding-left: 0;
    }
    .step-one,.step-two,.step-three {
        padding-right: 0;
    }
    .intro,.how,.rate-tables,.faqs,.buttons,.footer,.terms {
        padding-left: 0;
        padding-right: 0;
    }
    .flight-table th,.hotel-table th,.flight-table td,.hotel-table td {
        font-size: 0.8em;
    }
    .partner-table td {
        line-height: initial !important;
    }
    .hotel-table tr td:nth-of-type(1) {
        padding-left: 15px !important;
    }
    .partner-table td span {
        padding-left: 5px !important;
    }
    section.faq {
        margin: 30px 0;
    }
    .question {
        font-size: 1.5em;
    }
    .answer {
        font-size: 1.2em;
        padding: 10px 0;
    }
    .button {
        padding: 15px 0;
        font-size: 1.5em;
    }
    .footer a {
        font-size: 1.4em;
    }
}

@media ( max-width : 992px) {
    .step-one .inner-section:after,.step-two .inner-section:after {
        content: "";
    }
    .inner-section {
        width: 100%;
    }
    .img-container img {
        width: 100%;
    }
    .middle-banner img.button {
        width: 300px;
    }
    .hotel-table tr td:nth-of-type(1) {
        text-align: left;
        padding-left: 30px;
    }
}

@media ( min-width : 550px) and (max-width: 650px) {
    .text {
        font-size: 1.4em;
    }
    .middle-banner img.button {
        width: 230px;
    }
}

@media ( min-width : 651px) and (max-width: 768px) {
    .text {
        font-size: 1.6em;
    }
    .middle-banner img.button {
        width: 260px;
    }
}

@media ( max-width : 549px) {
    .text {
        display: block;
        width: 100%;
        text-align: left;
    }
    .img-container img {
        width: 100px;
    }
    .middle-banner img.button {
        width: 180px;
    }
}


/* firefox specific fix for responsive tables */
@-moz-document url-prefix () {fieldset {
    display: table-cell;
}
}



/*  */
.campaignHeader {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 215px;
    background-position: center;
    background-size: cover;
    background-image: url("https://images.ixigo.com/image/upload/header1-yazbw.png");
}
.campaignHeader-ixigoLogo{
    position: relative; 
    padding-top: 10px;
}
.campaignHeader-ixigoLogo-image{
    height: 30px;
}
.campaignHeader-contentBox {
    width: 90%;
    margin: 0 auto
}
.campaignHeader-logoBox {
    text-align:center;
    padding-top: 5px
}
.campaignHeader-logo {
    height: 110px
}
.campaign-socialBoxTitle--mobile {
    text-align: center;
    background: #efefef;
    font-size: 16px;
    line-height: 20px;
    padding-top: 5px
}
.campaign-socialBox--mobile {
    width: 100%;
    background: #efefef;
    text-align: center;
    padding: 10px 0px;
}
.campaign-socialBox {
    display: none;
    width: 100%;
    height: 50px
}
.campaign-socialBtn--mobile,
.campaign-socialBtn {
    width: 25%;
    height: 35px;
    line-height: 35px;
    max-width: 120px;
    color: #fff;
    font-weight: 300;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    position: relative;
}

.campaign-socialBtn--mobile {
    margin: 0 5px;
    width: 27%;
    line-height: 35px;
    font-size: 1.2em;
}

.campaign-socialBtn--mobile.fb,
.campaign-socialBtn.fb {
    background: #455F98
}

.campaign-socialBtn--mobile.twitter,
.campaign-socialBtn.twitter {
    background: #3AACDE
}

.campaign-socialBtn--mobile.gplus,
.campaign-socialBtn.gplus {
    background: #DF5139
}

.campaign-socialBtn--mobile .campaign-socialIcon,
.campaign-socialBtn .campaign-socialIcon {
    line-height: 35px;
    padding-right: 8px
}

.accordion-container {
    width: 100%;
    margin-bottom: 20px
}

.accordion-header {
    background: #F7F7F7;
    line-height: 1.5;
    padding: 5px 10px;
    color: #550F5D;
    border: 1px solid #550F5D;
    cursor: pointer;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in
}

.accordion-headerText {
    font-size: 18px;
}

.accordion-headerIcon {
    font-size: 25px;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in
}

.accordion-header.selected,
.accordion-header:hover {
    background: #721053;
    background: -webkit-linear-gradient(45deg,#721053,#AD2E41);
    background: linear-gradient(45deg,#721053,#AD2E41);
    color: #fff
}

.selected .accordion-headerIcon {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.accordion-content {
    width: 100%;
    border-top: 0;
    height: auto;
    max-height: 0;
    overflow: hidden;
}

.accordion-content.selected {
    max-height: 10000px
}

.stepProcessWrapper {
    padding: 10px;
    overflow: hidden;
    position: relative;
}

.stepProcessBody {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    font-size: 0;
}

.stepProcessItem {
    display: inline-block;
    margin: 15px auto;
    text-align: center;
    vertical-align: middle;
    white-space: normal;
    min-width: 270px;
    max-width: 370px;
}

.stepProcessHeader {
    text-align: center;
    font-size: 22px;
    font-weight: 400
}

.stepProcessImg {
    height: 200px;
    max-width: 300px;
    margin: 0 auto
}

.money-features .stepProcessImg { 
    height: 125px;
}

.stepProcessText {
    font-size: 20px;
    padding-top: 10px;
}

.stepProcessText .sub-text {
    font-size: 16px;
}

.stepProcess-nav {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    font-size: 30px;
    cursor: pointer;
    text-align: center;
    padding: 5px;
}

.stepProcess-nav.nav-left {
    left: -5px;
}

.stepProcess-nav.nav-right {
    right: -5px;
}

.primary-widget-header {
    font-size: 1.5em;
    font-weight: 600;
    padding: 0 10px;
}

@media only screen and (min-width:600px) {
    .campaignHeader {
        min-height: 280px;
    }
    .campaignHeader-logoBox {
        padding-top: 20px
    }
    .campaignHeader-logo {
        height: 120px
    }
    .campaign-socialBtn--mobile,
    .campaign-socialBtn {
        font-size: 16px
    }
    .campaignHeader-textBox {
        font-size: 22px;
        padding-top: 10px
    }
    .campaignHeader-ctaBtn {
        height: 45px;
        line-height: 45px;
        font-size: 20px
    }
    .campaignHeader-ctaSection {
        padding-top: 10px
    }
    .accordion-headerText {
        font-size: 22px
    }
    .stepProcessHeader {
        font-size: 30px
    }
    .stepProcess-nav {
        visibility: hidden;
    }
}

@media only screen and (min-device-width:480px) and (orientation:landscape) {
    .campaignHeader-logoBox {
        padding-top: 20px
    }
    .campaignHeader-textBox {
        font-size: 22px;
        padding-top: 10px
    }
}

@media only screen and (min-width:850px) {
    .campaignHeader {
        min-height: 300px;
    }
    .campaignHeader-gradient-top{
        padding: 10px 10px 40px;
    }
    .campaignHeader-ixigoLogo-image{
        height: 40px;
    }
    .campaignHeader-ixigoLogo{
        float: left;
    }
    .campaignHeader-logoBox {
        padding-top: 0
    }
    .campaignHeader-logo {
        height: 160px;
    }
    .campaign-socialBoxTitle--mobile,
    .campaign-socialBox--mobile {
        display: none
    }
    .campaign-socialBox {
        display: block;
        padding: 7px 0px;
        text-align: right;
    }
    .campaign-socialBtn--mobile,
    .campaign-socialBtn {
        margin-left: 10px;
        width: 100px
    }
    .campaignHeader-textBox {
        font-size: 26px;
        padding-top: 30px;
        line-height: 1.5
    }
    .campaignHeader-ctaSection {
        padding-top: 30px
    }
    .campaignHeader-ctaBtn {
        height: 50px;
        line-height: 50px;
        font-size: 24px
    }
    .campaignHeader-ctaBtn--claim {
        height: 50px;
        line-height: 50px;
        font-size: 24px;
        width: 240px
    }
    .campaignHeader-claimBtn{
        display: inline-block;
        margin-left: 20px;
    }
    .campaignHeader-ctaBtn-left{
        margin-right: 20px;
    }
    .stepProcessImg--desc {
        max-width: 350px;
    }
    .stepProcessItem--desc{
        margin: 0 auto;
        text-align: center;
        padding: 20px 0px;
    }
    .stepProcessItem--desc.top-left {
        border-right: 1px solid #eee;
    }
    .stepProcessItem--desc.bottom-left {
        border-top: 1px solid #eee;
        border-right: 1px solid #eee;
    }
    .stepProcessItem--desc.bottom-right {
        border-top: 1px solid #eee;
    }
    .stepProcessImg {
        height: 250px;
    }
}

@media only screen and (min-width: 1400px){
    .campaignHeader {
        min-height: 340px;
    }
}

.cashback-segment-content{
    position: relative;
}
.cashback-segment-loader{
    position: absolute;
    background-color: rgba(255,255,255,0.9);
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    padding-top: 20px;
    text-align: center;
    font-size: 24px;
}
.cashback-segment-loader .loader-icon{
    margin-right: 10px;
    font-size: 24px;
}

.past-provider-offer-header {
    text-align:center; 
    height: 50px;
    margin-bottom: 10px;
    border: 1px solid #DADADA;
    padding: 5px 0;
    cursor: pointer;
}

.past-provider-offer-header span {
    line-height: 40px;
    font-size: 1rem;
    display: inline-block;
    margin-right: 10px;
    float: left;
    margin-left: 10px;
    font-weight: 500;
}

.past-provider-offer-header img {
    height: 70%;
    margin-top: 7px;
    float: right;
    margin-right: 5px; 
}

.legacy-cashback-info{
    padding: 15px;
    margin: 20px 0;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
    font-size: 14px;
}

