/* Citi Knowledge Center Style Start  */


 @charset "UTF-8";
@font-face {
    font-family: Interstate_Light;
    src: url("interstate/Interstate-Light.eot");
    src: url("interstate/Interstate-Light.eot?#iefix") format("embedded-opentype"), url("interstate/Interstate-Light.woff") format("woff"), url("interstate/Interstate-Light.ttf") format("truetype"), url("interstate/Interstate-Light.svg#fontname") format("svg");
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: Interstate_Regular;
    src: url("interstate/Interstate-Regular.eot");
    src: url("interstate/Interstate-Regular.eot?#iefix") format("embedded-opentype"), url("interstate/Interstate-Regular.woff") format("woff"), url("interstate/Interstate-Regular.ttf") format("truetype"), url("interstate/Interstate-Regular.svg#fontname") format("svg");
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: Interstate_Bold;
    src: url("interstate/Interstate-Bold.eot");
    src: url("interstate/Interstate-Bold.eot?#iefix") format("embedded-opentype"), url("interstate/Interstate-Bold.woff") format("woff"), url("interstate/Interstate-Bold.ttf") format("truetype"), url("interstate/Interstate-Bold.svg#fontname") format("svg");
    font-weight: 400;
    font-style: normal
}
* {
  margin: 0;
}

div#afcc-popup *, .inner_div *, div#oba-popup * {
    box-sizing: border-box;
}
.hideCitiHelp {
	display:none;
}
/* html{ 
    overflow: scroll; 
    -webkit-overflow-scrolling: touch;
} */
body{line-height:normal !important;}
.overlay {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 99;
    display: none;
}
.popup_cls{
    width: 30%;
    margin: auto;
    background-color: transparent;
   /*  -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75); */
    position: fixed;
    top: 8%;
    left: -7%;
    right: 0;
    display: block;
    z-index: 9999999999;
}
.inner_div {
    padding: 5%;
	background:#fff;
}
.popup_hvr{
    display: block;
}

.ckc-search-item .item a{
	line-height:14px;
}
.ckc-search-item .item p {
	padding-bottom:0px;
}

@keyframes opacity_ani{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
 .popup_cls .close-btn{
    width: 18px;
    float: none;
    cursor: pointer;
    /* margin-top: -25px; */
    margin-right: 0px;
} 
.popup_cls .inner_div h3{
    font-size: 18px;
    text-align: center;
    line-height: 1.2;
    color: #337ab7;
    font-weight: bold;
}
 .popup_cls .inner_div ul{
    padding: 0;
    list-style-type: none;
    margin-top: 25px;
}
.popup_cls .inner_div ul li{
    display: flex;
    align-items: baseline;
	padding-bottom: 5px;
} 
 .popup_cls .inner_div ul li span.ckc-item {
    margin-right: 10px;
    width: 20px;
    text-align: center;
	font-size: 12px;
    background-color: #49b8af;
    border-radius: 100%;
    padding: 3px 7px;
    color: #fff;
    display: inline-table;
    background: -moz-linear-gradient(0deg, rgba(51,122,183,1) 0%, rgba(73,184,175,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(51,122,183,1)), color-stop(100%, rgba(73,184,175,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(0deg, rgba(51,122,183,1) 0%, rgba(73,184,175,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(0deg, rgba(51,122,183,1) 0%, rgba(73,184,175,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(0deg, rgba(51,122,183,1) 0%, rgba(73,184,175,1) 100%); /* ie10+ */
    background: linear-gradient(90deg, rgba(51,122,183,1) 0%, rgba(73,184,175,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#337ab7', endColorstr='#49b8af',GradientType=1 ); /* ie6-9 */
} 
.popup_cls a.loginclick {
    width: 117px;
    margin: 20px auto;
    display: block;
    text-align: center;
    background-color: #00B8F4;
    color: #fff !important;
    text-decoration: none !important;
    padding: 15px 0;
    font-weight: bold;
    border-radius: 5px;
}
.popup_cls .inner_div p{
    font-size: 14px;
}
.note{
    margin-top: 25px;
    line-height: 1.2;
    font-size: 13px !important;
}
/** ckc-search-popup **/
.BandTopRow{
	width:75%;
	margin:0 auto;
}
.padTpZero{
	padding-top:0 !important;
}
.ckc-search-top {
	display: inline-block;
    text-align: left;
    width: 49%;
    margin-right: auto;
    height: 30px;
}
.ckc-search-box-container > input{
	width:75%;
}
.ckc-close-content {
	display: inline-block;
    width: 49%;
    overflow: hidden;
    text-align: right;
}
.closemodal{
	margin-left: auto;
	/* margin: 0; */
}
.ckc-search-top a {
    font-size: 12px;
    font-weight: 600;
    margin-right: 5px;
	color: #39c;
}
.ckc-search-trending-container{
	width: 75%;
    margin: 0 auto;
}
.ckc-search-content{
	width: 100%;
    margin: 0 auto;
	padding: 20px 0px;
}
#oba-popup .closebtnsec{
	background:transparent;
}
.ckc-search-trending-container .item {
	padding: 12px 29px;
    background-color: #005593;
    text-align: center;
    border-radius: 5px;
   /*  display: inline-block; */
	float:left;
    margin-bottom: 15px;
    margin-right: 5px;
    vertical-align: middle;
    box-sizing: border-box;
}
	
.ckc-search-trending-container .item a{
	color: #ffff;
}

.ckc-search-trending-container .active-item{
	background-color: #ffff !important;
	margin-right:0;
}

.ckc-search-trending-container .active-item a{
	color: black !important;
	font-size: 12px;
	font-weight: 500;
	padding: 0 25px;
}

.ckc-search-trending-container .ckc-search-content .item p {
	padding:0;
}

.ckc-search-content-mob{
	width: 100%;
    margin: 0 auto;
    padding: 20px;
	display: flex;
    flex-wrap: wrap;
}
.ckc-search-mob-con{
	width: 100%;
}
.ckc-search-item{
	display: inline-block;   
    /* float: left; */
    padding: 0px 7px;
	margin-bottom: 15px;
}
/* .ckc-search-item2,.ckc-search-item3,.ckc-search-item6,.ckc-search-item8,.ckc-search-item10{
	width: 40%;
}
.ckc-search-item1,.ckc-search-item4,.ckc-search-item5,.ckc-search-item7,.ckc-search-item9{
	width: 55%;
} */
.ckc-search-item1, .ckc-search-item2, .ckc-search-item5, .ckc-search-item6, .ckc-search-item7, .ckc-search-item8{
	width:49%;
}
.ckc-search-item3, .ckc-search-item10{
	width:29%;
}
.ckc-search-item4,.ckc-search-item9{
	width:69%;
}
.ckc-search-trending-container-mob .item {
    padding: 15px 7px;
    background-color: #005593;
    text-align: center;
    border-radius: 10px;
    width: 100%;
    /*display: inline-block;
     margin: 8px;
	margin-left: 20px; */
}
.ckc-search-trending-container-mob .item a {
    color: #ffff;
    font-size: 14px;
	/*padding: 0 15px;*/
	text-decoration: none;
}
.afcc-body-cont{
	padding: 15px 10px;
	background-color: #f0f0f0;
}
.afcc-item {
	display: inline-block;
	width: 25%;
	width: 24%;
    padding: 10px 15px;
	vertical-align: top;
}
#afcc-popup.popup_cls{
	width: 50%;
	background:transparent;
}
#oba-popup.popup_cls{
	width: 75%;
	/* background:transparent; */
}
#afcc-popup.popup_cls{
	display: block;
}
li.afcc-title {
    margin-bottom: 10px;
    font-size: 12px !important;
    font-weight: 600 !important;
    text-align: center;
    color: #0061ab !important;
	height:30px;
}
.inner_div p {
    margin: 0;
}
.afcc-item .img-item,.afcc-item .txt-item{
	display: inline-block;
	vertical-align: middle;
	width: 20%;
}
.afcc-item .txt-item{
	vertical-align: middle;
	padding-left: 10px;
    font-size: 12px;
	width: 75%;
    display: inline-block;
}
li.afcc-cont{
	border-bottom: 1px solid #ccc;
	display: block;
    padding: 10px 0px;
}
li.afcc-cont1 {
    display: block;
    padding: 10px 0px;
	min-height: 60px;
	height:60px;
}
span.txt-item {
    color: #225366;
}
.img-item img {
	max-width: unset;
}
li.afcc-applynow{
	text-align: center;
    margin: 0 auto;
    margin-top: 15px;
}
li a.afcc-btn-apply{
	padding: 6px 20px;
    text-align: center;
    margin: 0 auto;
    background-color: #FF5722;
    border: none;
    color: #fff;
    font-size: 16px;
    border-radius: 3px;
	display:inline-block;
}
.afcc-terms{
	text-align: center;
    padding: 10px;
    color: #002855;
    font-weight: 600;
    font-size: 11px !important;	
}

.ckc-search-trending-container-mob .active-item {
    background-color: #ffff !important;
}
.ckc-search-trending-container-mob .active-item a {
    color: black !important;
    font-size: 12px;
    font-weight: 500;
}
.ckc-search-trending-container-mob {
	display: none;
}

.afcc-pop-header{
	padding: 15px 30px;
    background-color: #002855;
    color: #fff;
    text-align: center;
}
.afcc-pop-header span{
	font-size: 20px;
}
.oba-pop-body {
    padding: 20px 10px;
    display: flex;
	background:#fff;
}
ul.oba-item {
    width: 25%;
    padding: 0px 15px;
    vertical-align: top;
	margin: 0;
}
li.oba-imgtop {
    height: 45px;
}
.oba-imgtop img {
    display: inline-block;
    overflow: hidden;
    float: left;
    width: 35%;
    margin-right: 10px;
}
.oba-pop-header {
    padding: 10px 10px 0 25px;
}
.oba-pop-header h2{
	color: #1d8bcc;
    padding: 0;
}
.oba-item-cpc .txt-item{
	color: rgb(74, 63, 58);
}

.oba-item-cc .txt-item{
	color: rgb(180, 151, 90);
	
}
.oba-item-cp .txt-item{
	color: rgb(14, 42, 72);
}

ul.oba-liststylebanking {
    padding: 17px;
    overflow: hidden;
    width: 100%;
}
.oba-liststylebanking li{
	height: auto;
    width: 179px;
	list-style-type: disc;
    font-size: 12px !important;
    padding: 3px 0;
}
.oba-pop-header{
	background: #002854;
    padding: 20px;
	text-align:center;
}
.oba-pop-header h2{
	color:#fff;
	font-size:24px;
	margin: 0;
}
.oba-pop-body  a.oba-btn-apply {	
    padding: 5px 15px;
    color: #fff;
	display:inline-block;
	font-size: 12px;
}
ul.oba-liststylebanking li {
    list-style-type: disc;
	margin: 0;
}
ul.afcc-item li {
    list-style-type: none;
}
.oba-citibun a.oba-btn-apply{
    color: #fff;
    background-color: #00b9f4;
	padding: 5px 33px !important;
}

.oba-item-cpc a.oba-btn-apply{
	background-color: #4d4231;
}
.oba-item-cc a.oba-btn-apply{
	background-color: #b4995c;
}
.oba-item-cp a.oba-btn-apply{
	background-color: #0c395a;
}
.oba-citibun img {
	width:100%;
}
.oba-btn-apply {
	padding: 10px 30px;
    text-align: center;
}
.oba-cont, .oba-cont1 {
	margin-top: 10px;
}
.oba-cont span{
	font-size: 13px;
    color: #116fb4;
    font-weight: 600;
}
.oba-cont1 span{
	font-size: 13px;
    color: #116fb4;
    font-weight: 600;
}
.oba-citibun{
	border: 1px solid #ccc;
    border-radius: 10px;
    padding: 5px;
}
/* .oba-citibun{
	background: url(../images/mega-menu-tile.gif) repeat scroll 0 0 transparent;
    border-radius: 0 10px 0 0;
    float: right;
    height: 194px;
    padding: 23px 17px 0;
    position: relative;
    text-align: right;
    width: 200px;
	border-radius: 6px;
    border: 1px solid #cccc;
} */
.desknone{
	display:none;
}
.devcnone{
	display:block;
}
.dotbodr{
	border-left:1px dotted #333;
}
li.afcc-img {
    text-align: center;
}
.oba-item-ss .oba-btn-apply{	
    background: #0c395a;
}
li.oba-imgtop h2{
	font-size: 14px;
	margin: 0;
	line-height: 18px;
	font-weight: bold;
}
.popup-reportlost a{
	padding:0 8px;
}
.SearchTilewrap{
	float: left;
    display: flex;
    width: 100%;
	padding-left: 0px !important;
    margin: 0 !important;
}
.SearchTilewrap li.ComTile {
    list-style: none;
    text-align: center;
    background: rgb(0, 85, 147);
    border-radius: 5px;
    font-size: 14px;
    line-height: 24px;
    float: left;
    padding: 10px;
    margin-right: 5px;
    width: 18%;
	margin-bottom: 0 !important;
	
}
.SearchTilewrap li.ComTile:first-of-type,.SearchTilewrap li.ComTile:last-of-type{
	cursor:pointer;
}
.ckc-search-trending-container .padTpZero .SearchTilewrap li.ComTile:first-of-type{
	cursor:auto;
}
.SearchTilewrap li.ComTile a{
	color:#fff;
	font-size:12px;
}
/*.SearchTilewrap li.Item5, .SearchTilewrap li.Item10 {
	background:#fff;
	margin-right: 0;
}
.SearchTilewrap li.Item5 a, .SearchTilewrap li.Item10 a{
	color:#000;
}*/

.SearchTilewrap li.Item4, .SearchTilewrap li.Item8{
	width: 25%;
}
.closebtnsec{
	background:transparent;
	text-align:right;
}
.text-center{text-align:center;}
@media (max-width:1024px){
	.ckc-close-content{
		width: 49%;
	}
	*{
		box-sizing: border-box;
	}
	.ckc-search-trending-container{
		width:75%
	}
	.ckc-search-box-container > input{
		width:75%;
	}
	.ckc-search-content{
		width: 100%;
		text-align: justify;
	}	
	.ckc-search-trending-container .item{
		padding: 12px 12px;
		margin-right: 12px;
	}
	.item.active-item {
		margin-right: 0;
	}
	.BandTopRow {
		width: 75%;
        margin-bottom:20px;
	}	
	#afcc-popup.popup_cls {
		width: 75%;
		left: 0;
	}
	#dk-popup.popup_cls {
		width:50%;
		left: 0;
	}
	#oba-popup.popup_cls {
		width: 90%;
		left: 0;
	}
}

.active-overlay{
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
	z-index: 1000;
}
div#searchmodule {
    z-index: 999;
}
#body{
z-index:99;		
}
@media (max-width:991px)  and (orientation: landscape)  {
	#afcc-popup.popup_cls, #oba-popup.popup_cls{
		overflow: scroll;
		height: 90vh;
	}
	.inner_div{
		overflow: scroll;
		height: 75vh !important;
	}
}

@media (max-width:768px){
  .marqee-section{width: 95%!important;}
  
	.ckc-search-trending-container {
		display:none;
	}
	.ckc-search-trending-container-mob{
		display:block;
	}
	.ckc-search-top {
		display: inline-block;
		text-align: left;
		width: 60%;
		margin-right: auto;
		height: 30px;
	}
	.ckc-search-box-container>input, .ckc-search-result-container {
		width: 92%;
	}
	.ckc-close-content{
		    width: 34%;
            display: inline-block;
	}
	.ckc-search-item5 .item a, .ckc-search-item6 .item a{
		line-height:14px;
	}
	.popup_cls {
		width: 75%;
	}
	.afcc-body-cont{
		overflow: auto;
		height: 59vh;
	}
	.afcc-item{
		display: block;
		width: 100%;
		border-bottom: 1px solid #ccc;
		padding-bottom: 20px;
		margin-bottom: 10px;
	}
	li.afcc-title{
		font-size: 14px;
	}
	.afcc-img{
		text-align:center;
	}
	li.afcc-cont{
		padding-bottom:0;
		border-bottom:0;
	}
	li.afcc-cont1{
		min-height:auto;
		padding:0;
	}
	.afcc-item .img-item, .afcc-item .txt-item{
		width: 10%;
		padding-top:0;
	}
	.afcc-item .txt-item{
		font-size: 14px;
		width: 88%;
	}
	li a.afcc-btn-apply{
		display:block;
		padding: 10px 15px;
	}
	/* popup account open start*/
	#oba-popup.popup_cls {
		width: 75%;
		left: 0;
	}
	.oba-pop-body{	
		overflow: auto;
		height: 60vh;
		display:block;
	}
	.dotbodr{
		border:0;
	}
	.oba-pop-header{
		background: #002854;
		padding: 10px;
	}
	.oba-pop-header h2{
		text-align: center;
	}
	ul.oba-item {
		width: 100%;
		text-align: center;
		padding: 10px 15px;
	}
	.oba-imgtop{
		position: relative;
	}
	.img-item{
		padding-top: 30px;
		display: block;
	}
	.oba-imgtop img {
		float: none;
		width: 50%;
		display: block;
		margin: 0 auto;
	}
	h2.txt-item{
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
	}
	.oba-liststylebanking li{
		width: auto;
		font-size: 14px;
		padding: 5px 0;
		text-align: left;
	}
	.oba-pop-body a.oba-btn-apply{
		display:block;
		padding:10px;
	}
	.oba-citibun{
		background: #f8f8f8;
	}
	.citbusnsec li span {
		color: #000;
	}
	.citbusnsec li.oba-cont{
		padding-top:10px;
	}
	.desknone{
		display:block;
	}
	.devcnone{
		display:none;
	}
	.BandTopRow{
		width:100%;
        margin-bottom:20px;
	}
	li.oba-imgtop{
		height:auto;
	}
	/* popup account open end */	
}
@media (max-width:480px) {
	.ckc-search-trending-container-mob .item {
		min-height: 60px;
	}
}
@media (min-width:320px) and (max-width:767px) {
	*{
		box-sizing: border-box;
	}
	li.referearn.first {
		width: 100%;
	}
	.ckc-search-trending-container {
		display:none;
	}
	.ckc-search-trending-container-mob{
		display:block;
		overflow: scroll; 		
		height: 70%;
		-webkit-overflow-scrolling: auto;
	}
	.ckc-search-item1, .ckc-search-item2{
		width: 47%;
		display:inline-block;
		float:none;
	}
	
}
@media (max-width:767px) {
	.inner_div{
		height:100%;
	}
	#afcc-popup .closebtnsec{
		background: #f0f0f0 !important;
		text-align: right;
		padding: 10px;
	}
	#oba-popup .closebtnsec{
		background: #fff !important;
		text-align: right;
		padding: 10px;
	}
	#oba-popup {background: #fff !important;}
    .ckc-search-item .item p{
    	height: 44px;
        vertical-align: bottom;
        display: inline-block;
        line-height: 20px;
    }
}
@media (max-width:767px) and (orientation: landscape)  {
	.ckc-search-item1, .ckc-search-item2 {
		width: 49%;
		display: inline-block;
		float: none;
	}
	.ckc-search-item3 .item{
		padding: 15px 15px 15px 15px;
	}
	.ckc-search-item10{
		width:auto;
	}
	#afcc-popup.popup_cls {
		width: 75%;
		left: 0;
	}
	#dk-popup.popup_cls .inner_div ul li{
		padding-bottom: 10px;
	}
	/* .img-item{
		padding-top:0;
	} */
	.ckc-search-top a{
		margin-right:8px;
	}
	.ckc-search-content-mob{
		padding:20 0px;
	}
	.ckc-search-item3, .ckc-search-item10{
		width: 49%;
	}
	.ckc-search-item4, .ckc-search-item9{
		width: 49%;
	}
	.ckc-search-item3 .item {
		padding: 15px 10px;
	}
	.ckc-search-trending-container-mob .item a{
		padding: 0 10px;
	}
	.ckc-search-box-container>input, .ckc-search-result-container {
		width: 96%;
	}
	
	.inner_div{
		//height:100%;
	}
	
}
 @media (min-width: 769px){ 
	.SearchTilewrap li.ComTile.Item1{
		width: 23%;
	}
	.SearchTilewrap li.ComTile.Item2{
		width: 14%;
	}
	.SearchTilewrap li.ComTile.Item3{
		width: 17%;
	}
	.SearchTilewrap li.ComTile.Item4{
		width: 27%;
	}
	.SearchTilewrap li.ComTile.Item5{
		width: 18%;
	}
	.SearchTilewrap li.ComTile.Item6{
		width: 26%;
	}
	.SearchTilewrap li.ComTile.Item7{
		width: 17%;
	}
	.SearchTilewrap li.ComTile.Item8{
		width: 20%;
	}
} 
@media (max-width:480px){
	.ckc-search-trending-container-mob .ckc-search-item {
		width: 49%;
		margin: 0;
		vertical-align: top;
		margin-bottom: 10px;
	}
	.ckc-search-mob-con .ckc-search-item:nth-child(1) {
		padding-right: 7px;
	}
	.ckc-search-mob-con .ckc-search-item:nth-child(2) {
		padding-left: 0;
	}
	.ckc-search-content-mob{
	    padding:20px 0;
	}
	.ckc-search-trending-container-mob .item a {
		font-size: 12px;
	}
	.ckc-search-item3, .ckc-search-item9{
		line-height: 28px;
	}
	.closebtnsec {
		background: #fff;
		text-align: right;
		padding: 10px;
	}
	.popup_cls .close-btn {
		width: 14px;
		float: none;
		margin-top: unset;
	}
	#dk-popup.popup_cls, #oba-popup.popup_cls {
		width: 100%;
		top: 0;
		bottom: 0;
	}
	#afcc-popup.popup_cls {
		width: 100%;
		left: 0;
		top: 0;
		bottom: 0;
		background: #f0f0f0;
	}
	#afcc-popup .closebtnsec {
		background: #f0f0f0;
	}
	.afcc-body-cont, .oba-pop-body {
		overflow: auto;
		height: 80%;
	}
}
@media (max-width:375px){
	.ckc-search-trending-container {
		display:none;
	}
	.ckc-search-trending-container-mob{
		display:block;
	}
	.ckc-search-content-mob{
		padding:20px 0px;
	}
	.ckc-search-trending-container-mob .item a{
		font-size:12px;
	}
	.ckc-search-item3, ckc-search-item9{
		line-height: 28px;
	}
	.ckc-search-item4, .ckc-search-item9{
		width: auto;
	}
	.ckc-search-trending-container-mob .ckc-search-item {
		width: 49%;
		margin: 0;
		vertical-align: top;
		margin-bottom: 10px;
	}
	.ckc-search-mob-con .ckc-search-item:nth-child(1) {
		padding-right: 7px;
	}
	.ckc-search-mob-con .ckc-search-item:nth-child(2) {
		padding-left: 0;
	}
	.ckc-search-item3 .item {
		padding: 15px;
	}
	.ckc-search-top a{
		margin-right:3px;
	}
	.ckc-search-item10 .popup-openbaningAcc {
		padding: 15px 10px;
	}
	#oba-popup.popup_cls, #afcc-popup.popup_cls, #dk-popup.popup_cls{
		width: 100%;
		left: 0;
		top: 0;
		bottom: 0;
	}
	.closebtnsec{
		background: #fff !important;
		text-align: right;
		padding: 10px;
	}
	.popup_cls .close-btn{
		width: 14px;
		float: none;
		margin-top: unset;
	}
	.oba-pop-header h2{
		width: 70%;
		margin: 0 auto;
		color: #fff;
	}
	.oba-pop-body {
		height: 80%;
		padding-bottom: 25px;
	}
	#afcc-popup .closebtnsec{
		background: #f0f0f0 !important;
	}
	.afcc-body-cont{
		height: 80%;
		padding-bottom: 25px;
	}
	#dk-popup.popup_cls .inner_div h3{
		width: 75%;
		margin: 0 auto;
	}
	#dk-popup.popup_cls .inner_div ul li{
		padding-bottom: 10px;
	}
	#dk-popup.popup_cls a.loginclick{
		width:75%;
	}
	.ckc-search-box-container>input, .ckc-search-result-container {
		width: 94%;
	}
	
	
}
@media (max-width:320px){
	.ckc-search-trending-container-mob .ckc-search-item{
		width: 75%;
	}
	.ckc-search-mob-con .ckc-search-item:nth-child(2) {
		padding-left: 7px;
	}
	.ckc-search-item3, .ckc-search-item10 {
		line-height: unset;
	}
}

@media only screen and (min-device-width : 414px) and (max-device-width : 736px)
and (orientation : portrait) {
.ckc-search-item3{line-height: 14px;}

}

.marqee-section {
position: relative;
width: 75%;
margin: 0 auto;
}
.static-contnent {
    position: absolute;
}
.static-contnent p {
    font-family: Helvetica, sans-serif;
    margin: 0;
    position: absolute;
    left: 0;
    background: #49b8af;
    padding: 0 15px;
    z-index: 1;
    line-height: 47px;
    color: #fff;
}
.static-contnent p::after {
    content: '';
    position: absolute;
    right: -10px;
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-left: 10px solid #49b8af;
    border-bottom: 22px solid transparent;
}
.marqee-contnt {
    background-color: #EFEFEF;
    height: 47px;
}
.GeneratedMarquee {
    font-family: Helvetica, sans-serif;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    background-color: #dddddd;
    padding: 10px 0;
}
.GeneratedMarquee a{
    color:#000;
}
.GeneratedMarquee span.marq-text{
    margin-right:40px;
}


.marq-text a {
    font-size: 16px;
    color: #000;
	text-decoration: none !important;
}
span.arrow-show img {
    width: 12px;
    margin-right: 40px;
    vertical-align: inherit;
    transform:rotate(180deg);
}