
@font-face {
  font-family: 'Interstate-Light';
  src: url('../fonts/Interstate-Light.eot');
  src: url('../fonts/Interstate-Light.woff') format('woff'),
       url('../fonts/Interstate-Light.ttf') format('truetype'),
       url('../fonts/Interstate-Light.svg#Interstate-Light') format('svg');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Interstate';
  src: url('../fonts/Interstate-Regular.eot');
  src: url('../fonts/Interstate-Regular.woff') format('woff'),
       url('../fonts/Interstate-Regular.ttf') format('truetype'),
       url('../fonts/Interstate-Regular.svg#Interstate-Regular') format('svg');
  font-weight: 400;
  font-style: normal;
}

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,img {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;}


body {
  color: #343434;
  font-family: "Interstate-Light";
  font-weight: 400;
  font-size: 18px;
  line-height: normal;
}


.caof-container {
    background-color: #fff;
	padding-bottom: 80px;
}
.caof-container h2{
    font-size: 24px;
    line-height: 30px;
}

.topHead {
    background: #222222;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    width: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;    
	padding: 0 0 2px 0;
	height: 24px;
}
.topHead .wrapper{
	margin: 0 auto 0 0;
}
.header{
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	background: url('../images/header-bg.png') repeat-x;
	background-size: 100% 100%;
	height: 60px;
	z-index: 99999;
	display: block;
}
.citiLogo {
	background: url('../images/citi.png') no-repeat;
	background-size: 100%;
	float: left;
	display: block;
	width: 58px;
	height: 35px;
	margin: 10px 0 0 0;
}
.cInd a ,.cInd afocus, .cInd a:hover{
    font-size: 12px;
    padding: 2px 0px;
    color: #fff;
	text-decoration: none !important;	
}.cInd {
    display: inline-block;
    vertical-align: top;
}

.caof-banner-container {
	position : relative;
}

.caof-banner-container > img{
	width: 100%;
}
.cbolui-ddl-pre h1 {
    font-size: 40px;
    font-family: "Interstate";
    color: #000;
	padding: 30px 0 10px;
}
.cbolui-ddl-pre fieldset h2, .cbolui-ddl-pre fieldset legend {
    color: #000;
    font-family: "Interstate";
}
.cbolui-ddl-pre .theme-light #ui-datepicker-div {
    padding: 0 13px;
}
.cbolui-ddl-pre .input-group.datepicker-group input.hasDatepicker {
    border-radius: 6px;
}
.cbolui-ddl-pre .open .dropdown-menu {
    display: block;
}
.cbolui-ddl-pre .bootstrap-select .svg-arrow-dropdown-down {
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: auto 20%;
    padding-right: 42px;
}

.cbolui-ddl-pre .bootstrap-select .svg-arrow-dropdown-down .bs-caret .caret{
	display: none;
}
.bootstrap-select .dropdown-menu li {
	margin: 0;
}
.form-group .bootstrap-select, .form-horizontal .bootstrap-select, .form-inline .bootstrap-select {
    width: 100%;
}
.cbolui-ddl-pre .datepicker-group label.input-group-addon {
    pointer-events: auto;
}
.cbolui-ddl-pre .datepicker-group {
    z-index: inherit;
    width: 100%;
    max-width: 100%;
}
.cbolui-ddl-pre .inline-addition>.row>.form-group {
    margin-left: 0;
	margin-bottom: 15px;
}
.cbolui-ddl-pre .checkbox.inline-addition>.row>.form-group label:before, .cbolui-ddl-pre .radio.inline-addition>.row>.form-group label:before, .cbolui-ddl-pre .switch.inline-addition>.row>.form-group label:before {
    display: none;
}
.cbolui-ddl-pre .checkbox.inline-addition>.row>.form-group label, .cbolui-ddl-pre .radio.inline-addition>.row>.form-group label{
        padding: 0 ;
}


form.hybrid-demo .row .form-group input.form-control,
form.hybrid-demo .row .form-group label,
form.paginated-demo .row .form-group input.form-control,
form.paginated-demo .row .form-group label {
    display: none
}

form.hybrid-demo-active .row .form-group input.form-control,
form.paginated-demo-active .row .form-group input.form-control {
    display: inline-block
}

form.hybrid-demo-active .row .form-group label,
form.paginated-demo-active .row .form-group label {
    display: block
}

form.hybrid-demo,
form.paginated-demo {
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    transition: opacity 1s ease
}

form.hybrid-demo-active,
form.paginated-demo-active {
    opacity: 1;
    visibility: visible;
    height: auto
}

.hybrid-confirmation,
.paginated-confirmation {
    margin: 16px 0
}
.cbolui-ddl-pre #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next > span, .cbolui-ddl-pre #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev > span {
    display: none;
}
.cbolui-ddl-pre textarea.form-control {
    resize: vertical;
}

.cbolui-ddl-pre .radio>input:checked+label:before {
    background-image: none;
    border: 1px solid;
}

.cbolui-ddl-pre .checkbox label:hover, .cbolui-ddl-pre .radio label:hover, .cbolui-ddl-pre .switch label:hover, .cbolui-ddl-pre .checkbox label:hover span, .cbolui-ddl-pre .radio label:hover span, .cbolui-ddl-pre .switch label:hover span {
    text-decoration: none !important;
}

/* Footer */
.footer-logo {padding: 20px 0 34px;display: inline-block;}
.footer-heading {font-family: "interstate-bold";padding-bottom: 14px;}
.footer-heading a {padding-bottom: 14px;font-family: "interstate";line-height: 18px;color: #ffffff;}
.socialIcon ul>li {padding-left: 40px;padding-top: 22px;float: left;}
.footerInfo {margin-bottom: 11px;font-size: 16px;line-height: 22px;letter-spacing: 0px;display: inline-block;width: 100%;display:none;}
.pagefooter {background: #333333;color: #fff;width: 100%;float: left;position: relative;}
.footer-divider {border-top: 1px solid #ffffff;opacity: 0.5;}
.footerlist-ul > li > a {color: #fff;margin-bottom: 12px;float: left;}
.footerlist-ul > li {width: 100%;float: left;display: inline-block;}
.footerTc a , .footerTc a:hover{font-size: 12px;letter-spacing: -0.4px;line-height: 16px;color: #fff;}
.footerTc li {margin: 0px 20px 0px 0px;float: left;}
.footer-seperator {border-bottom: 1px solid #ffffff;opacity: 0.5;}
.copyright > p {font-size: 12px;line-height: 18px;}
.copyright {padding-top: 18px;}
.copyright {padding-bottom: 41px}
.footerTc {padding-top: 13px;}
#back-top {float: left;width: 100%;margin: 0px auto;text-align: center;}
#back-top span {background: url("/products-services/banking/citigold/images/icons/carat_up_gold.png") no-repeat 10px 23px;color: #333;cursor: pointer;    display: inline-block;font-size: 16px;margin-bottom: 0;padding: 14px 10px 14px 32px;transition: all 1s ease 0s;z-index: 9999;line-height: 25px;}

.fontBold {
    font-family: interstate_bold, arial !important;
}
.footerTc > div {
    width: auto !important;
}
.cbolui-ddl-pre .footerTc > div .clearfix:after, .cbolui-ddl-pre  .footerTc > div .clearfix:before {
    content: " ";
    display: none;
}


.top-footer a {margin: 0 5px 0 0;}

.top-footer{
	/* background: #000 url('https://www.online.citibank.co.in/portal/NR/NRBLOG/images/bg.jpg') repeat-x; */
	padding: 50px 0 50px;
	text-align: center;
	position: relative;
}

.top-footer img{
	padding-top:0px;
}

.download_app
{
	text-align:center;
}

.top-footer p{
	display: inline-block;
	color: #333;
	font-family: Interstate_Light,sans-serif,Arial,sans-serif;
	line-height: 50px;
	border-right: 1px solid #333;
	padding: 0 25px 0 0;
	margin: 0 25px 0 0;
	font-size:1rem;
}

.btn-link:focus{
	outline:none;
}
.citiLogo{margin: 11px 0 0 29px;}
.cInd{margin-left:29px;}

/* newly added */

.caof-banner-container{
	position:relative;
}

.banner_text{
	position: absolute;
    top: 40%;
    left: 30%;
    font-size: 30px;
    color: #fff;
    background-color: #0773b9;
    padding: 20px;
    opacity: 0.8;
	text-align:center;
}

.cbolui-ddl-pre ul li{
	list-style:none !important;
}

.roman_list{
	width:5%;
}

.content_sec{
	width:50%;
	padding-right:20px;
	color: #000;
}

.content_sec1{
	width:90%;
	color: #000;
}

.image_sec{
	width:40%;
}

.table_row{
	padding:10px 0px;
}

.table_row.last{
	padding:10px 0px 30px 0px;
}

.bot_space{
	padding-bottom:40px !important;
}

.roman_list,.content_sec,.image_sec,.content_sec1{
	display:inline-block;
	vertical-align:top;
}

.cbolui-ddl-pre .past_kyc_table{
	width:100%;
	display:table;
	
}

.roman_list span{
	width: 25px;
    background-color: #f3f3f3;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
}

.cbolui-ddl-pre .inner_category,.cbolui-ddl-pre .inner_accordionSubMenu{
	background-color:#fff !important;	
}

.cbolui-ddl-pre .inner_level{
	border-bottom:1px solid #999;
}

.cbolui-ddl-pre thead tr, .cbolui-ddl-pre tr:first-child{
	border:none;
}

.kyc_update{
	width:100%;
	padding:10px 0px;
}

.numbering_kyc{
	display: inline-block;
    width: 4%;    
	vertical-align:top;
}

.text_kyc{
	width:90%;
	display:inline-block;
}

.inner_numbering_kyc{
	width: 25px;
    background-color: #ccc;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
}

.cbolui-ddl-pre .accordion ul.mainnav li.parent, .cbolui-ddl-pre .accordion ul.mainnav>li, .cbolui-ddl-pre .accordion ul.subnav li.parent, .cbolui-ddl-pre .accordion ul.subnav>li{
	border-top: none;
}

.bor_bot{
	border-bottom:1px solid #999;
}

.no_space{
	padding:0px !important;
}

.inner_space{
	padding: 18px 20px 19px 80px !important;
	background-color: #fff !important;
}

.left_space{
	left: 5px !important;
}



.left_space_accordian{
	padding: 0 20px 0 80px !important;
}

.activate_log{
	padding: 40px 0px 10px 0px;
}

.choose_kyc{
	padding-top:30px;
}

.activate_account{
	padding-bottom:30px;
}

.inner_slide_img{
	padding-top:20px;
}

.table_row1{
	padding-top:0px !important;
}

.mar_top{
	margin-top:20px;
}


@media screen and (max-width:500px){
	.small_mob_view{
		width:100%;
	}
}

@media screen and (max-width:700px){
	.banner_text {
		position: static;
	}	
	
	img.mob_view{
		width:100%;
	}
	
	.numbering_kyc,.roman_list{
		width: 15%;
	}
	
	.text_kyc,.content_sec1,.content_sec {
		width: 80%;
	}
	
	.confirm_add{
		width:100% !important;
	}
	
	.cbolui-ddl-pre .past_kyc_table{
		display:block;
	}
	
	.image_sec {
		width: 100%;
		padding-top: 20px;
	}
	
	.accordionSubMenu{
		padding: 20px 10px !important
	}
	
	.no_space{
		padding:0px !important;
	}
	
	.arrow_space{
		left:15px !important;
	}

	.cbolui-ddl-pre .accordion ul.mainnav li.parent .category, .cbolui-ddl-pre .accordion ul.mainnav>li .category, .cbolui-ddl-pre .accordion ul.subnav li.parent .category, .cbolui-ddl-pre .accordion ul.subnav>li .category{
		padding: 19px 20px 19px 45px !important;
	}
}

@media screen and (min-width:400px) and (max-width:700px){
	.numbering_kyc,.roman_list{
		width: 10%;
	}
	
	.text_kyc,.content_sec1,.content_sec {
		width: 80%;
	}
}

@media screen and (max-width:768px){
	img.mob_view{
		width:100%;
	}
}

@media screen and (min-width:780px) and (max-width:850px){
	.numbering_kyc,.roman_list{
		width: 10%;
	}
	
	.text_kyc,.content_sec1,.content_sec {
		width: 80%;
	}
	
	img.mob_view{
		width:100%;
	}
}

@media screen and (min-width:768px) and (max-width:1024px){
	.numbering_kyc{
		width: 10%;
	}
	
	.text_kyc,.content_sec1 {
		width: 85%;
	}
	
	.cbolui-ddl-pre .past_kyc_table{
		display:block;
	}
	
	.roman_list{
		width:12%;
	}
	
	.content_sec {
		width: 85%;
	}
	
	.image_sec {
		width: 100%;
		padding-top: 20px;
	}
	
	.banner_text{
		top: 20%;
		left: 10%;
	}
}

@media screen and (min-width:900px) and (max-width:1024px){
	.numbering_kyc,.roman_list{
		width: 5%;
	}	
	
	.banner_text{
		top: 30%;
		left: 20%;
	}
}





