html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,ins,kbd,q,samp,small,strong,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;}
 

 @font-face {
     font-family: Interstate_Light;
     src: url(fonts/Interstate-Light.eot);
     src: url(fonts/Interstate-Light.eot?#iefix) format("embedded-opentype"), url(fonts/Interstate-Light.woff) format("woff"), url(fonts/Interstate-Light.ttf) format("truetype"), url(fonts/Interstate-Light.svg#fontname) format("svg");
     font-weight: 400;
     font-style: normal
 }
 
 @font-face {
     font-family: Interstate_Regular;
     src: url(fonts/Interstate-Regular.eot);
     src: url(fonts/Interstate-Regular.eot?#iefix) format("embedded-opentype"), url(fonts/Interstate-Regular.woff) format("woff"), url(fonts/Interstate-Regular.ttf) format("truetype"), url(fonts/Interstate-Regular.svg#fontname) format("svg");
     font-weight: 400;
     font-style: normal
 }
 
 
 /* Style Start */
 .container{
	 max-width: 1160px;
	 margin: 0 auto;
	 padding-left: 20px;
	 padding-right: 20px;
	 box-sizing: border-box;
     font-family: Interstate_Light;
 }
 
 
 .over_lay-inner p {
     padding-bottom: 15px;
     font-family: Interstate_Light;
     font-size: 12px;
}
 
 .cgn-header-container{
     background: url(../images/banner.jpg) repeat-x 0 0;
    height: 86px;
 }
 .cgn-logo {
    background: url(../images/citi-logo.png) no-repeat scroll 0 0 transparent;
    float: left;
    height: 44px;
    margin: 25px 29px 0 10px;
    width: 75px;
}



.cgn-banner-container {
  position: relative;
}
.cgn-banner-container > img{
  vertical-align: top;
  width: 100%;
  height: auto;
}
.cgn-banner-content-container {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.cgn-banner-content-section {
  display: table;
  width: 100%;
  height: 100%;
}
.cgn-banner-content-inner-section {
  display: table-cell;
  vertical-align: bottom;
  padding: 0 20px;
  position: relative;
}
.cgn-banner-content-container h1 {
  font-size: 30px;
  color: #fff;
	font-family: Interstate_Light;
}

.cgn-banner-content-form-section {
    position: relative;
    padding-right: 350px;
    padding-top: 20px;
    padding-bottom: 20px;
	background-image: url(../images/pattern-bg.png);
    background-repeat: repeat;
    background-position: 0 0;
    background-color: rgba(0,0,0,0);
}

.cgn-banner-container .cgn-form-container {
  margin: 0 0 0 20px;
  position: absolute;
  right: 0;
  top: 0;
}

.cgn-form-container-box {
  background-color: #004684;
  color: #fff;
  padding: 20px;
  width: 330px;
  box-sizing: border-box;
}
.cgn-form-title {
    font-size: 18px;
    line-height: 20px;
    padding: 0;
}
.cgn-form-field-section {
    padding: 30px 20px 0 0;
    position: relative;
}
.cgn-form-field-section label {
  display: none;
}
.cgn-form-field-section input[type="text"], .cgn-form-field-section input[type="tel"], .cgn-form-field-section input[type="email"] {
	width: 100%;
	box-sizing: border-box;
	padding: 10px 10px;
	font-size: 14px;
	border-radius: 0;
	border: 0 none;
	box-shadow: none;
	outline: none;
}

.cgn-form-field-group-container {
  display: table;
  width: 100%;
}
.cgn-form-field-group-container .cgn-form-field-group-section {
  display: table-cell;
  vertical-align: top;
}
.cgn-form-field-group-container .cgn-form-field-group-section #mobilecode {
  width: 70px;
  border-right: 1px solid #ccc;
}
.cgn-form-field-group-container .cgn-form-field-group-section:nth-child(2) {
  width: 80%;
  /* border-left: 1px solid #ccc; */
}
.cgn-submit-button {
    background-color: #ED7D31;
    color: #fff;
    display: block;
    width: 100%;
    padding: 14px;
    font-size: 18px;
	line-height: 18px;
    margin: 0 auto 0;
    cursor: pointer;
    border: 0 none;
    font-family: Interstate_Regular;
}
.cgn-errorMessage {
    color: #ED7D31;
    position: absolute;
    left: 0;
    top: 100%;
    font-size: 11px;
    line-height: 11px;
    padding-top: 3px;
}
.cgn-form-apply {
    list-style: none;
    font-size: 12px;
    padding: 10px;
    border: 1px solid #ed7d31;
}
.cgn-form-field-section .Check label {
  display: block;
  padding-left: 25px;
  font-size: 12px;
  font-family: Interstate_Light;
}
.cgn-form-field-section .Check [type="checkbox"] {
    margin: 3px;
}
.cgn-form-field-container .cgn-form-field-section .mandy_notfilled {
    box-shadow: 0 0 2px 0px #ED7D31 , 0 0 0 1px #ED7D31 inset;
}

.cgn-form-field-section [id$="err_tick"] {
  background-color: rgba(0,0,0,0);
  width: 15px;
  height: 36px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.cgn-form-field-section .redtick {
  background-image: url(../images/red-tick.png);
}
.cgn-form-field-section .greentick {
  background-image: url(../images/green-tick.png);
}



.cgn-card-headding-section {
  padding: 0 0px 30px;
}
.cgn-card-headding-section h2 {
  padding: 10px 20px;
  text-align: center;
  font-size: 20px;
  line-height: 26px;
}
.cgn-form-tacLink a {
    color: #fff;
    font-size: 12px;
    line-height: 12px;
}






.cgn-card-main-container {
    padding: 30px 0 30px;
}
.cgn-card-main-sections {
  display: table;
  width: 100%;
}
.cgn-card-main-section {
  display: table-cell;
  vertical-align: top;
  padding: 0 10px;
  width: 19%;
}
.cgn-card-image-section > img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.cgn-card-title-section > h3 {
  font-size: 14px;
  text-align: center;
  color: #014282;
/*   font-family: Interstate_Regular; */
}
.cgn-card-image-section {
  padding: 0 30px 10px;
}
.cgn-card-cashBack-section > p {
	color: #39C;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  font-family: Interstate_Regular;
  font-weight: 600;
}
.cgn-card-cashBack-section > p > span {
  display: block;
	font-family: Interstate_Light;
	font-weight: 100;
}
.cgn-card-cashBack-section {
    padding: 10px 10px;
    /* border-top: 1px solid #d8d8d8; */
    /* border-bottom: 1px solid #d8d8d8; */
    background-color: #f5f5f5;
}
.cgn-card-title-section {
  padding: 10px;
}
.cgn-card-list-section > ul {
  padding: 0 0 0 12px;
}
.cgn-card-list-section > ul > li {
font-size: 12px;
line-height: 16px;
padding: 0 0 5px;
    color: #014282;
}
.cgn-card-list-section {
  padding: 10px 20px;
}
.cgn-card-footer-section {
	padding: 10px;
	background-color: #bfbfbf;
}
.cgn-card-footer-section > p {
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  font-family: Interstate_Regular;
  
}
.cgn-card-footer-section > p > span {
  display: block;
}
.cgn-card-container {
  background-color: #e9e9e9;
  padding: 20px 0px 0;
  margin: 0 auto;
border-radius: 5px 5px 0 0;
/*max-width: 200px;*/
max-width: 360px;
}




.cgn-form-card-container {
  display: table;
  width: 100%;
}
.cgn-form-card-section {
  display: table-cell;
  vertical-align: top;
}
.cgn-form-container {
  margin: -60px 0 0 20px;
  position: relative;
}


.cgn-terms-conditions {
    font-size: 11px;
    color: #555555;
    font-family: arial,verdana,times New Roman;
  line-height: 14px;
}
.cgn-terms-conditions p {
  padding-bottom: 10px;
}
.cgn-terms-conditions ol {
  padding-left: 13px;
}
.cgn-terms-conditions > ol > li {
    padding-bottom: 10px;
    color: #555555;
}
.cgn-terms-conditions ol.lower-roman {
  list-style-type: lower-roman;
}


footer {
    background-color: #393939;
    padding: 30px;
}
.cgn-footerDisclaimer {
    margin: 0 auto;
}

.cgn-footerDisclaimer p { 
color:#fff;
	font-family: arial,verdana,times New Roman;
  font-size: 12px;
  line-height: 16px;
}

.cgn-footer-container {
    display: table;
    width: 100%;
    border-top: 1px solid #555;
    padding-top: 20px;
    margin-top: 20px;
}
.cgn-footer-section {
  display: table-cell;
  vertical-align: middle;
}
.cgn-footer-section .copyRight p{
    color: #999;
	font-family: arial,verdana,times New Roman;
  font-size: 12px;
  line-height: 16px;
}
.cgn-footer-container .cgn-footer-section:nth-child(1) {
  text-align: left;
}
.cgn-footer-container .cgn-footer-section:nth-child(2) {
  text-align: right;
}
.copyRight p a {
	color: #3399CC;
}

#headingText {
	font-family: Interstate_Light;
	font-size: 1.5rem;
    font-weight: bold;
    line-height: 2rem;
    padding: 15px 0;
    text-align: center;
    color: #FFFFFF;
	background: rgba(100,100,100,.5);
    background-image: url(../images/pattern-bg.png);
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0 0;
}

.cta-button-container {
	padding: 10px;
}

.cta-button-container p {
	font-size: 14px;
	font-weight: bold;
    line-height: 20px;
    text-align: center;
    padding: 5px;
    background-color: #ED7D31;
    cursor: pointer;
}

.cta-button-container a {
    color: #FFFFFF;
	text-decoration: none;
}

#tnc-bar {
	padding: 15px 0;
	width: 100%;
	text-align: center;
}

#popup-overlay {
	font-family: Interstate_Light;
	font-size: 14px;
    font-weight: bold;
    line-height: 16px;
	text-decoration: none;
	color: #000000;
}

#popup-overlay span{
	padding-bottom: 3px;
	border-bottom: 1px solid #000;
}
@media screen and (min-width: 769px){
.cgn-card-main-sections1 .cgn-card-image-section > img {
    width: 109px;
    margin: 0 auto;
    display: block;
}
}

.over_lay{position:fixed;display:none;background-color:rgba(0, 0, 0, 0.5);width:100%;height:100%;top:0;overflow:hidden;z-index:99999;}
.over_lay-wrapper{max-width:795px;height:80%;position:absolute;background-color:white;padding:1em;width:100%;top:50%;left:50%;transform:translate(-50%, -50%);}
.over_lay-inner{background-color:white;padding:0 1em;overflow-y:auto;height:100%;}
.over_lay-inner p {padding-bottom:15px;}
.over_lay-inner ol {padding-left:20px;}
.over_lay-inner ol li{font-size:12px;padding-bottom:5px;}
.close-marks{cursor:pointer;position:absolute;right:-10px;top:-15px;}
@media screen and (max-width: 983px){
.over_lay-wrapper{width:70%;}
}


.copyRight p a {
	color: #999;
}

@media screen and (max-width: 992px){
	
.cgn-banner-content-container {
  position: relative;
}
.cgn-banner-content-form-section {
  padding-right: 20px;
  background-image: none;
}
.cgn-banner-container .cgn-form-container {
  position: relative;
  margin: 0 auto;
}
.cgn-banner-content-container h1 {
  color: #000;
  text-align: center;
  padding: 0 0 20px;
}
.cgn-form-container-box {
  margin: 0 auto;
}
.cgn-card-main-container.topCsec {
  padding: 30px 0 0px;
}
.cgn-banner-content-inner-section {
    display: block;
    padding: 0;
}	
.topCsec .cc-grid1,.topCsec .cc-grid3,.topCsec .cc-grid4{
	margin-top: 30px !important;	
}
}
@media screen and (max-width: 768px){
	
.cgn-card-main-container.topCsec {
  padding: 30px 0 0;
}
.cgn-card-main-sections1{
	padding-top:0px !important;
}
.cgn-card-main-container.topCsec .cgn-card-main-container.topCsec{
	padding-top:0px !important;
}

.cgn-card-container {
  max-width: 300px;
}
.cgn-card-main-container {
    padding: 0;
}	
.cgn-terms-conditions {

    padding-top: 40px;

}
.cta-button-container p {
	padding: 10px;
}
}
@media screen and (max-width: 767px){
  .cgn-card-main-section {
    display: block;
    padding: 30px;
  }
}

 /* Style End */