body{
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    /* background: url(../../refer/bg-pop.png) no-repeat;
    background-size: 1440px auto;
    opacity: 0.5;  */
}
.tagsfixedHeight {
    max-height: 150px;
    margin-bottom: 10px;
    /* overflow: auto; */
    overflow-y:auto ;
    overflow-x: hidden;
}
.contest_heading{

 font-weight: 500;
}

h1{
    color: #fff;
    font-size: 45px;
    padding: 0px 90px;
    margin-bottom: 39px;
    text-align: center;
}
h2{
    font-size: 30px;
    padding-bottom: 23px;
    font-weight: 600;
    padding-top: 20px;
}
h2.guest_refer_errortext {
    font-size: 30px;
    padding: 0;
    font-weight: 600;
}
h3{
    font-weight: 600;
    font-size: 18px;
    margin: 0px 0 14px;
}
.container{
    max-width: 1100px;
    margin:0 auto;
}
#header{
    position: absolute;
    left: 70px;
    top: 20px;
}

.banner{
    background: url(../../refer/banner-img.jpg) no-repeat;
    background-size: 100% auto;
    min-height: 100vh;
}
.form{
    background: #fff;
    border: 1px solid #111A3E50;
    border-radius: 27px;
    overflow: hidden;
}
.topForm{
    padding: 23px 42px 7px;

}
.bannerContent{
    max-width: 1104px;
    margin: 0 auto;
    padding-top: 81px;
}
input,
select{
    border: none;
    outline: none;
    background: transparent;
    height: 40px;
    border-radius: 0;
    border-bottom: 1px solid #DEDEDE;
    padding: 0 26px;
    width: 100%;
    font-size: 17px;
    color: #000000;
}
::-webkit-input-placeholder { /* Edge */
    color: #000000;
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000000;
  }
  
  ::placeholder {
    color: #000000;
  }
.formcol{
    padding-bottom: 20px;
    position: relative;
    width: 32%;
    padding-bottom: 28px;
}

.frontIcon{
    position: absolute;
    left:0;
    top:12px;
    /* max-width: 18px; */
}
.frontIcon.mobile{
    top: 7px;
    left: 3px;
}
.frontIcon.location{
    top: 8px;
    left: 3px;
}
.frontIcon.age{
    top: 9px;
}
.placeholder{
    position: absolute;
    left: 30px;
    top: 3px;
}
.threeCol,
.twoCol{
    display: flex;
    justify-content: space-between;
}
.twoCol{
    align-items: center;
    /* justify-content: flex-start; */
}
.check{
    width: 65.5%;
}
.terms-accept .error+label{
    left: auto;
    bottom: 0px;
    right: 0;
}

.submission{
    display: flex;
    justify-content: center;
    background: #F5F5F5;
    padding: 18px 0;
}
button{
    border: none;
    outline: none;
    border-radius: 0;
    background: transparent;
}
.btn{
    background: #0EC1EB;
    color: #fff;
    padding: 12px 86px;
    border-radius: 43px;
    cursor: pointer;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 0.4px;
    transition: 0.3s ease all;
    border:1px solid transparent;
}
.btn:hover,
.btn.revert{
    border:1px solid #0EC1EB;
    transition: 0.3s ease all;
    background: transparent;
    color:#0EC1EB;
}
/* .btn.revert:hover{
    border:1px solid transparent;
    background: #0EC1EB;
    color: #fff;
} */
input.error, select.error{
    border-color: red;
}
.astrik{
    color:red;
}
.terms-accept{
    position: relative;
    cursor: pointer;
    width: 100%;
    line-height: 1.4;
    margin: 0 auto;
    display: block;
    padding-left: 35px;
    margin-bottom: 29px;
    transition: 0.3s ease all;
    font-size: 15px;
}
.terms-accept input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}
.terms-accept span {
    position: absolute;
    width: 18px;
    border-radius: 4px;
    height: 18px;
    border: 1.5px solid #0EC1EB;
    left: 9px;
    top: 1px;
    background: #fff;
    transition: 0.3s ease all;
}
.terms-accept span:after{
    content: '';
    position: absolute;
    opacity: 0;
    transition: all .3s ease;
    display: inline-block;
    transform: rotate(45deg);
    height: 9px;
    width: 4px;
    border-bottom: 2px solid #0EC1EB;
    border-right: 2px solid #0EC1EB;
    left: 5px;
    top: 1px;
}
.terms-accept a{
    color:#0EC1EB;
    font-weight: 600;
    text-decoration: underline;
}
input:checked ~ span:after{
    opacity: 1;
}
.terms{
    padding:30px 0px 20px;
    max-width:1104px;
    margin: 0 auto;
}
/* .terms ul{
    max-width: 60%;
} */
.terms li{
    position: relative;
    padding-left: 20px;
    padding-bottom: 15px;
}
.terms li::before{
    content:'';
    position: absolute;
    left:0;
    top:8px;
    width:7px;
    height: 7px;
    background: #707070;
    border-radius: 50%;
}
select{
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../../refer/arrow.png) no-repeat right 3px top 12px;
    background-size: 15px;
    cursor: pointer;
}
.confirmpopup{
    background: #fff;
    border: 1px solid #111A3E50;
    border-radius: 27px;
    overflow: hidden;
    max-width: 670px;
    margin: 0 auto;
    width: 100%;
    padding: 47px 50px 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    display: none;
}
.confirmicon{
    margin-bottom: 6px;
}
.confirmpopup h3{
    font-size: 26px;
    margin-bottom: 30px;
}
.confirmpopup p{
    margin-bottom: 24px;
    font-size: 18px;
    padding: 0 90px;
    font-weight: 500;
    text-align: center;
}
.btnwrap{
    display: flex;
    align-items: flex-start;
    width:100%;
}
.btnwrap .btn{
    padding:12px 25px;
    font-size: 16px;
    max-width: 270px;
    width: 100%;
    text-align: center;
    margin-right: 26px;
}
.btnwrap .btn:last-child{
    margin-right: 0;
}
.error+label{
    color: red;
    position: absolute;
    left: 0;
    bottom: 8px;
    font-size: 13px;
}
/* mohan css */
/* first section */
.own-container {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    padding: 0 15px;
}
/* .d-flex.justify-content-center {
    margin-bottom: 30px;
} */
.heading-txt {
    font-weight: 300;
    margin-bottom: 30px;
    font-size: 31.5px;
    text-align: center;
    color: #414042;
    line-height: 0.57;
}
.optionStyle1 {
    font-weight: bold;
}
/* 2nd section css */
input {
    width: 100%;
    outline: 0;
    border-width: 0 0 2px;
    border-color: #cccccc;
    padding-top: 10px;
    padding-bottom: 6px;
    /* font-size: 18px; */
    font-size: 16px;
    /* font-weight: 500;
    font-family: Roboto; */
}
.own-align {
    align-items: baseline;
}
.year-duration {
    font-size: 16px;
    line-height: 0.84;
    color: #a7a9ac;
}
.referYear {
    color: #3c4b5f;
    font-weight: bold;
}
.yearstyle {
    position: relative;
    margin-left: 20px;
    cursor: pointer;
}
.referYear::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 2px;
    background: #00aeef;
    transform: scaleX(1);
}
.yearstyle::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 2px;
    background: #00aeef;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 250ms ease-in;
}
.points-bar-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}
.points-bar {
    position: relative;
}
.bronze {
    position: absolute;
}
.bronze .flag-bar {
    position: relative;
    border-radius: 8px;
}

.flag-bar {
    height: 15px;
}
.progress-car {
    position: absolute;
    top: 0;
    left: 0;
    width: 48px;
    z-index: 9;
    height: 21px;
    transform: translate(0, -110%);
    transition: left 1s ease-in-out 0.45s;
    display: block;
    caret-color: rgba(0, 0, 0, 0);
    cursor: pointer;
}
.pbp_container {
    position: absolute;
    bottom: 130%;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 0 0;
    max-width: 120px;
    width: max-content;
    display: none;
    text-align: center;
}
.pbpc_inner {
    background-color: #fff;
    border-radius: 16px;
    position: relative;
    padding: 8px 14px;
    color: #666;
    box-shadow: 0px 3px 8px #00000010;
}
.pbpc_inner:before {
    content: "";
    border: 12px solid transparent;
    border-top-color: #fff;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}
.pbpci_title {
    font-size: 12px;
    line-height: 1.2;
    color: #666;
}
.points-bar div:first-of-type .flag-bar-inner {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    overflow: hidden;
}

.bronze .flag-bar-inner {
    /* background-color: #a15923; */
    background-color:#a1592357;
}
.flag-bar-inner {
    height: 100%;
}
.bronze .flag-bar .points-bar-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
}
.pbo-in {
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    right: 0;
    background: url(../images/points-bar-overlay.png) repeat 0 0 / cover;
    transition: width 1s ease-in-out 0.5s;
}
.flag-points {
    gap: 1px;
}
.flag-points-icon {
    height: 12px;
    overflow: hidden;
}
.slick-disabled {
    visibility: hidden;
}
.flag-points-txt {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    color: #414042;
}
.silver .flag-bar-inner {
    /* background-color: #949798; */
    background-color: #94979833;
    
}
.gold .flag-bar-inner {
    /* background-color: #c1960c; */
    background-color: #c1960c6e;
    
}
.points-bar div:last-of-type .flag-bar-inner {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    overflow: hidden;
}

.Platinum .flag-bar-inner {
    /* background-color: #000; */
    background-color: #00000040;
    
}
.Active {
    Display: block;
}
.bottom-card-section {
    gap: calc(25% - 259px);
    display: flex;
    /* font-family: Roboto; */
    margin-top: 20px;
}
.mini-pZc_card.bronze {
    height: 176px;
}

.mini-pZc_card {
    border-radius: 12px;
    box-shadow: 0px 3px 8px #00000033;
    padding: 6px;
    background: #fff;
    width: max-content;
    position: relative;
}
.mini-pZc_card.bronze .mpc_inner {
    background: url(../images/Logo-bronze.svg) no-repeat bottom center / cover, linear-gradient(125deg, #a05822 0%, #d8a776 100%) 0% 0% no-repeat padding-box;
}

.mpc_inner {
    border-radius: 12px;
    width: 247px;
    position: relative;
}
.mini-pZc_card .mpc_inner:before {
    content: "";
    height: 152px;
    width: 128px;
    display: block;
    position: absolute;
    right: 10px;
    bottom: 10px;
    background: url(../images/CM_logo_white.svg) no-repeat;
}
.mini-pZc_content {
    position: relative;
    z-index: 9;
    min-height: 164px;
    padding: 8px 8px 14px 14px;
}
.mini-pZcc_title {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 300;
    margin-top: 20px;
    color: #fff;
}
.mini-pZcc_title strong {
    font-weight: 500;
}
.mini-pZcc_subTitle {
    font-size: 14px;
    line-height: 1.2;
    margin-top: 12px;
    color: #fff;
}
.mini-pZcc_subTitle strong {
    font-size: 23px;
    line-height: 1.2;
    font-weight: 500;
}
.mini-pZc_card.silver .mpc_inner {
    background: url(../images/Logo-silver.svg) no-repeat bottom center / cover, linear-gradient(121deg, #949798 0%, #cbcbcb 100%) 0% 0% no-repeat padding-box;
}
.mini-pZcc_benefits {
    /* font-size: 14px; */
    font-size: 13px;
    line-height: 1.2;
    color: #fff;
    display: none;
    align-items: center;
    gap: 5px;
    bottom: 10px;
    position: absolute;
}
.mini-pZcc_benefits strong {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
}
.mini-pZcc_benefits.desktop { 
    position: relative;
    padding: 10px 10px 5px;
    color: #000;
    bottom: 0;
    display: flex;
}
/* gold platinum */
.mini-pZcc_benefits_desktop_rs {
    font-size: 14px;
    font-weight: 500;
    position: relative;
    padding: 3px 22px 5px;
    color: #000;
    bottom: 0;
    /* display: flex; */
    line-height: 0.5;
  }
  .mini-pZcc_benefits_mobile_rs {
    display: none;
  }
  /* gold platinum end */
.mini-pZc_card.gold .mpc_inner {
    background: url(../images/Logo-gold.svg) no-repeat bottom center / cover, linear-gradient(121deg, #c1960c 0%, #f8d305 100%) 0% 0% no-repeat padding-box;
}
.mini-pZc_card.platinum .mpc_inner {
    background: url(../images/Logo-platinum.svg) no-repeat bottom center / cover, linear-gradient(121deg, #000 0%, #37485f 100%) 0% 0% no-repeat padding-box;
}
.Inactive {
    Display: none;
}
/* exclusive offer section css */


.container-fluid {
    margin: 0px;
    padding: 0px;
    background-color: #f6f6f6;
    overflow: hidden;
}
.tweb_block {
    /* font-family: Roboto; */
    padding-bottom: 60px;
}
.tweb_title {
    margin-top: 40px;
    font-size: 30px;
    font-weight: 300;
    color: #414042;
    line-height: 1.2;
}
.tweb_title strong {
    font-weight: 700;
}
.tweb_block .main-tab {
    padding-top: 30px;
}
.main-tab {
    padding-top: 60px;
}
.tweb_block .main-tab .tabs {
    gap: 34px;
    padding-bottom: 19px;
}
.main-tab .tabs {
    display: flex;
    justify-content: space-between;
    /* max-width: 620px; */
    width: 100%;
    padding-bottom: 25px;
    border-bottom: 1px solid #e4e5e6;
    margin-bottom: 60px;
}
.main-tab .tabs div {
    position: relative;
    margin: 0;
    padding: 0;
}
.tab-point {
    position: relative;
    cursor: pointer;
}
.redeemFont {
    font-size: 20px;
}
.main-tab .tabs .active a {
    font-weight: bold;
}

.main-tab .tabs a {
    text-decoration: none;
    color: #414042;
    font-size: 18.5px;
    font-weight: 300;
}
.tweb_block .main-tab .tabs a::after {
    top: calc(100% + 17.5px);
}
.main-tab .tabs .active a:after {
    transform-origin: left;
    transform: scaleX(1);
}
.main-tab .tabs a::after {
    position: absolute;
    left: 0;
    top: calc(100% + 24.5px);
    content: "";
    width: 100%;
    height: 2px;
    background: #00aeef;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 350ms ease-in;
}
/* slider1 css */
/* #tweb_Tab1 .slick-track{
    width: 380px !important;
}
#tweb_Tab1 .slick-slide.slick-current.slick-active{
width: 380px !important;
}
#tweb_Tab2 .slick-track{
        width:1520px !important;
}
#tweb_Tab2 .slick-slide{
        width:380px !important;
} */
/*  */
.main-tab .tabs .active a {
    font-weight: bold;
}
.main-tab .tabs a {
    text-decoration: none;
    color: #414042;
    font-size: 18.5px;
    font-weight: 300;
}
.tab-view-one {
    max-width: 100%;
}
.iner-tab-view {
    padding: 0;
    width: 100%;
    list-style: none;
    margin: 0 auto;
    /* max-width: 1030px; */
}
/* tab3 css */
.tab-view-one {
    max-width: 100%;
}

/* .iner-tab-view {
    padding: 0;
    width: 100%;
    list-style: none;
    margin: 0 auto;
    max-width: 1030px;
} */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.tweb_block .slick-prev {
    transform: rotate(-180deg) translate(0, 50%);
}
.tweb_block .slick-prev, .tweb_block .slick-next {
    margin: 0;
    padding: 0;
    z-index: 99;
    box-shadow: 0 0 8px 1px #00000029;
    transform-origin: center center;
}
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 55px;
    height: 55px;
    padding-right: 14px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #fff;
    border: none;
    outline: none;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    margin-left: 23px;
}
.slick-prev {
    display: block !important;
}
.slick-next:before, .slick-prev:before {
    content: " \2794" !important;
}
.slick-prev:before, .slick-next:before {
    color: #17a2b8 !important;
}
.twe_benefits .slick-list {
    overflow: visible;
}
.twe_benefits .hero-slide {
    background: transparent;
    /* padding: 0px 52px; */
}

.tile {
    position: relative !important;
    width: 354px !important;
    height: 257px !important;
    border-radius: 10px !important;
    margin: 0px 20px !important;
    overflow: hidden !important;
}
.hero-slide {
    background: #fff;
    position: relative;
    z-index: 9;
}
.tile img {
    height: 100% !important;
    border-radius: 10px !important;
    object-fit: contain !important;
}
.overlay-black {
    object-fit: contain !important;
    height: 50% !important;
    width: 100% !important;
    position: absolute !important;
    bottom: 0% !important;
    background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0)) !important;
    z-index: 1 !important;
    border-radius: 10px !important;
}
.overlay-content {
    display: flex !important;
    position: absolute !important;
    color: white !important;
    z-index: 2 !important;
    bottom: 0% !important;
    width: 100% !important;
    align-items: flex-end !important;
    padding: 10px 10px !important;
}
.wrap-one {
    display: flex !important;
    height: max-content !important;
    flex-direction: column !important;
    width: 120% !important;
}
.overlay-content p, .overlay-content h5, .overlay-content a {
    padding: 0% !important;
    margin: 0px 8px !important;
    font-size: 12px !important;
}
.wrap-two {
    display: flex !important;
    justify-content: right !important;
    width: 65% !important;
}
/* 4th section */
.no-marg {
    margin-right: 0;
    margin-left: 0;
}
.offerStyle {
    margin-top: 80px;
    /* font-family: Roboto; */
    font-size: 31.5px;
    font-weight: 300;
    color: #414042;
    line-height: 0.57;
    margin-bottom: 64px;
}
.optionStyle1 {
    font-weight: bold;
}
.hero-slick-slider2 {
    padding-top: 58px;
    padding-bottom: 58px;
}
header {
    overflow: hidden;
}
.hero2 .slick-prev {
    transform: translate(-4px, -50%) rotate(180deg);
    transform-origin: center;
    padding-left: 8px;
    z-index: 99;
}
.hero2 .slick-prev:before {
    line-height: 0.6;
}
.slick-prev:before {
    content: " \2794";
    transform: rotate(180deg);
}
.hero2 .slick-list {
    padding: 10px;
}
.zoom-goods {
    cursor: pointer;
    transition: all 0.5s;
    position: relative;
    padding: 0 14px;
    border-radius: 5px;
    overflow: hidden;
}
.zoom-goods img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    border-radius: 5px;
    overflow: hidden;
}
.zoom-goods img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    border-radius: 5px;
    overflow: hidden;
}
.hero2 .hero-slide .header-content {
    left: 47px;
    bottom: 28px;
    /* font-family: Roboto; */
}
.offers-on-slide {
    font-size: 12px;
}
.offers-on-slide {
    font-size: 12px;
}
/* 3rd slider */
.hero1 .slick-prev {
    transform: translate(-4px, -50%) rotate(180deg);
    transform-origin: center;
    z-index: 99;
    padding-left: 8px;
}
.hero1 .slick-prev:before {
    line-height: 0.4;
}
.hero1 .slick-list {
    padding: 10px;
}
.tile {
    position: relative !important;
    width: 354px !important;
    height: 257px !important;
    border-radius: 10px !important;
    margin: 0px 20px !important;
    overflow: hidden !important;
}

.zoom-out {
    cursor: pointer;
    transition: all 0.5s;
    position: relative;
    /* padding: 0 15px; */
    border-radius: 6px;
    overflow: hidden;
}

.zoom-out img {
    object-fit: cover;
    border-radius: 6px;
    overflow: hidden;
}
/* section 7th e-voucher */
.voucherSectionModified {
    padding-bottom: 100px !important;
}
.voucherSectionModified .row + .row {
    margin-top: 29px;
}
.voucherSectionModified .row {
    justify-content: center;
}
.voucherSectionModified .row .box {
    max-width: 370px;
    width: 100%;
}
.voucherSectionModified .row .box {
    margin-bottom: 30px;
}
.box .inner {
    background-color: #fff;
    display: flex;
    align-items: center;
    padding: 11px 20px 10px;
    border-radius: 5px;
}
.box .inner .redeem-icon img {
    height: 80px;
    width: 80px;
}
.giftcardStyle {
    padding-left: 20px;
    /* font-family: Roboto; */
    font-size: 17.5px;
    font-weight: 500;
    line-height: 1.4;
    color: #444444;
}
.voucherSectionModified .row .box:nth-child(2) {
    margin-left: 30px;
    margin-right: 30px;
}

.voucherSectionModified .row .box {
    max-width: 370px;
    width: 100%;
}
.voucherSectionModified .row .box {
    margin-bottom: 30px;
}
.zoom-goods:hover {
    transform: scale(1.08, 1.05);
    transform-origin: center;
    z-index: 999;
}
.zoom-out:hover {
    transform: scale(1.08);
    transform-origin: center;
    z-index: 999;
}
.yearstyle:hover {
    color: #3c4b5f;
    font-weight: bold;
}
.yearstyle:hover::after {
     font-weight: bold; 
    transform-origin: left; 
    transform: scaleX(1);
}


.yearstyle::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 2px;
    background: #00aeef;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 250ms ease-in;
}
.referYear::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 2px;
    background: #00aeef;
    transform: scaleX(1);
}
.formcol input, select{
    border-bottom: 1px solid #cccccc;
}
/* 
 */


/* .slick_active{
    width: 380px;
} */

/*Media query for IPAD*/
@media(max-width:1180px){
.banner{
    padding-bottom: 40px;
    min-height: 100%;
}
  /* mohan css */
  .mini-pZcc_benefits.desktop { display: none; }
  .mini-pZcc_benefits {
    display: flex;
}
.bottom-card-section {
    gap: 30px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    justify-content: center;
}
   /* gold platinu responsive code */
   .mini-pZcc_benefits_desktop_rs {
    display: none;
}
.mini-pZcc_benefits_mobile_rs {
  display: block;
  font-size: 14px;
  line-height: 1.2;
  margin-top: 12px;
  color: #fff;
  position: relative;
  padding-left: 13px;
  bottom: -30px;
}
.mini-pZcc_benefits.benefit_bottom {
  bottom: 30px;
}

  /* gold platinu responsive code  end*/
}
/*  */
@media (max-width: 992px){
.voucherSectionModified {
    padding-bottom: 60px !important;
}
.voucherSectionModified .row + .row {
    margin-top: 0;
}
}
/*  */
@media (max-width: 950px){
    h1{
        font-size: 40px;
    }
    .banner{
        background-size: cover;
        margin-bottom: 50px;
    }
    .bannerContent{
        padding: 120px 20px 0;
    }
    input, select{
        font-size: 15px;
    }
    .terms{
        padding:0 30px 80px;
    }
    .terms ul{
        max-width: 100%;
    }
    /* mohan css */
    .mini-pZcc_benefits {
        display: flex;
    }
    .bottom-card-section {
        gap: 30px;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 20px;
        justify-content: center;
    }

}

/*Media query for IPhone*/
@media (max-width: 767px){
  
    #header{
        left:20px;
    }
    h1{
        font-size: 20px;
        padding:0 20px;
    }
    .banner{
        background-size: 100% 40%;
        margin-bottom: 20px;
        padding-bottom: 0;
    }
    .formcol{
        width:100%;  
    }
    .threeCol, .twoCol{
        flex-wrap: wrap;
    }
    .topForm{
        padding:23px 22px 7px;
    }
    .wrapper{
        /* background: #F1F2F6; */
        background: #fff;
        padding-bottom: 20px;
    }
    .form{
        border:none;
        border-radius: 12px;
    }
    .terms{
        background: #fff;
        border-radius: 12px;
        overflow: hidden;
        margin:0 20px;
        padding:30px 30px 20px;
    }
    .bannerContent{
        padding:120px 20px 0;
    }
    .submission{
        background: #fff;
    }
    .check{
        width: 100%;
    }
    h2{
        font-size: 18px;
    }
    .error+label{
        
    bottom: 28px;
    font-size: 12px;
    right: 0;
    left: auto;

    }
    .terms-accept .error+label {
        bottom:-20px;
    }
    /* mohan css */
    .heading-txt {
        font-size: 26px;
}
.bottom-card-section {
    height: 100%;
    margin-top: 0;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
    /* justify-content: end; */
}
.mini-pZc_card {
    height: max-content;
    padding: 2px;
    width: auto;
}
.bronze .flag-points {
    transform: translateY(-8%);
}
.year-duration {
    font-size: 15px;
    line-height: 1.84;
    color: #a7a9ac;
}
.flag-points {
    gap: 1px;
    flex-direction: row-reverse !important;
    max-width: 50px;
    width: 100%;
    height: min-content;
    transform: translateY(-42%);
}
.flag-points-icon {
    height: 8px;
    width: 12px;
    transform: rotate(-90deg);
}
.flag-points-txt {
    font-size: 12px;
}
.points-bar > div {
    display: flex;
    width: 100% !important;
    height: 25%;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.h-full-on-mobile {
    height: 100% !important;
    top: 0;
}
.flag {
    display: none;
}
.flag-bar {
    width: 15px !important;
    height: 100%;
    margin-left: 4px;
}
.flag-bar-inner {
    height: 100%;
}
.yearstyle {
    margin-left: 7px;
}
.points-bar div:first-of-type .flag-bar-inner {
    height: 25%;
    display: flex;
    flex-shrink: 0;
    flex-direction: column;
    width: 100% !important;
}
.points-bar div:first-of-type .flag-bar-inner {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
}
.points-bar div:last-of-type .flag-bar-inner {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 0;
}
.bronze .flag-bar .points-bar-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    border-radius: 8px;
}
.pbo-in {
    bottom: 0;
    right: auto;
    transition: height 1s ease-in-out 0.5s;
}
.progress-car {
    top: 0;
    left: 0;
    z-index: 9;
    width: 48px;
    height: 21px;
    display: block;
    position: absolute;
    transform-origin: center left;
    transition: top 1s ease-in-out 0.45s;
    transform: rotate(90deg) translate(0, 55%) scaleY(-1);
}
.pbpci_title {
    font-size: 14px;
    line-height: 1.2;
    color: #666;
    transform: scaleX(-1);
}
.points-bar-container {
    flex-direction: row;
    margin-top: 30px;
    gap: 20px;
}
.points-bar {
    position: relative;
    flex-direction: column;
}
.progress-car .pbp_container {
    display: block !important;
    transform: rotate(180deg) translate(25%,-230%);
}
.pbpc_inner {
    padding: 4px 10px;
    font-size: 10px;
    border-radius: 12px;
}
/* section 4th */
.offerStyle {
    margin-top: 50px;
    font-size: 26px;
    margin-bottom: 34px;
}
}

@media (max-width: 668px)
{
.heading-txt {
    line-height: normal;
    font-size: 20px;
}
.offerStyle {
    line-height: normal;
    font-size: 20px;
}
.giftcardStyle {
    font-size: 16px;
}
}
/*  */
@media screen and (max-width: 600px){
.voucherSectionModified .row .box {
    margin-bottom: 16px;
}
}
/*  */
@media (max-width: 480px){
.offerStyle {
    margin-left: 20px;
}
.box .inner {
    background-color: #fff;
    text-align: left;
    padding: 16px;
    margin-bottom: 10px;
}
}

/*NEW CARD CSS*/
.banner-smallimg{
    width:575px;
    height: 265px;
    border-radius: 12px;
    overflow: hidden;
  }
  .banner-small img{
    object-fit: cover;
      width:100%;
      height:100%;
  }
  .ref-benifts h3{
    text-align: center;
  }
  .ref-benifts img{
    width:85%;
  }
  .benifittoogle{
    opacity: 0;
    visibility: hidden;
    height: 0;
    padding:0;
    transition:0.3s ease all;
  }
  .benifittoogle.show{
    opacity: 1;
    visibility: visible;
    height: 100%;
    padding:0 0 40px;
    transition:0.3s ease all;
   }
   .clickbenifits{
    font-size: 25px;
    cursor: pointer;
    font-weight: 700;
    margin: 50px auto;
    display: block;
    text-align: center;
    position: relative;
    transition:0.3s ease all;
    padding-bottom:20px;
    width: max-content;
   }
   .clickbenifits::after{
        content:'';
        position: absolute;
        left:0;
        background:#000;
        bottom:10px;
        height:2px;
        width:100%;
        opacity: 0;
        transition:0.3s ease all;
   }
   .clickbenifits:hover::after{
    opacity: 1;
   }

  .tb-benifits p {
    text-align: left;
    font-weight: 700;
    font-family: Roboto;
    padding: 0 85px;
   }
  
  @media(max-width:767px){
    .tb-benifits{
      overflow: auto;
    }
    .clickbenifits{
      font-size:15px;
    }
    .banner-smallimg{
      width: 100%;
    }
    .tb-benifits img{
        width: 100%;
      }
      .tb-benifits p {
        padding:20px 0;
      }
      .tb-benifits p strong{
        font-weight: 500;
      }
  }
  
  /*NEW CARD CSS*/

  /*NEW <LIST STYLE*/
.ulisting{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 90px;
    font-family: Roboto;
  }
  .ulisting li{
    width: 40%;
    position: relative;
    padding-left: 60px;
    font-size: 16px;
    line-height: 1.4;
    text-align: left;
    font-family: Roboto;
    margin-bottom: 10px;
    list-style-type:none;
  }
  .councircle{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00aeef;
    position: absolute;
    left: 0;
    top: 22px;
    background: #fff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 50%;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
    transform: translateY(-50%);
  }
  .benefitStyle1{
    font-size: 30px;
    font-weight: 400;
    font-family: Roboto;
  }
  .membershipSubhead{
    font-size: 20px;
    margin-bottom: 20px;
    display: block;
    font-weight: 400;
      font-family: Roboto;
  
  }
  .membershipSubhead strong{
    font-weight: 700;
      font-family: Roboto;
  
  }
  .redeemRef{
    background: #FFFFFF;
    box-shadow: 0px 3px 8px #00000014;
    border: 1px solid #E6E6E6;
    border-radius: 24px;
    color:#414042;
    padding:30px 50px;
    margin-bottom: 50px;
      font-family: Roboto;
  
  }
  .redeemRef h5{
    margin-bottom: 40px;
  }
  .colDisplay small{
    text-align: center;
    color: #414042;
    display: inline-block;
    max-width: 210px;
    font-size: 18px;
    padding:20px 0;
    min-height: 83px;
    line-height: 1.2;
      font-family: Roboto;
  
  }
  .colDisplay picture{
    min-height: 108px;
  }
  .pointsDisplay{
    display: flex;
  }
  .colDisplay{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
      font-family: Roboto;
  
  }
  .redeem-new-btm{
    background-color: transparent;
    box-shadow: none;
    outline: none;
    padding: 10px 20px 9px 21px;
    color: #f8992c;
    border: 1px solid #f8992c;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
    margin-top: 12px;
    transition: all 250ms;
    margin-top: 12px;
    display: inline-block;
  }
  /*NEW <LIST STYLE*/  