@font-face {
    font-family:Roboto-Regular;
    src : url("font/Roboto-Regular.ttf");
}
@font-face {
    font-family:Roboto-Black;
    src : url("font/Roboto-Black.ttf");
}
@font-face {
    font-family:Roboto-Light;
    src : url("font/Roboto-Light.ttf");
    /*src : url("font/RobotoCondensed-Light.ttf");*/
}
@font-face {
    font-family:Roboto-Bold;
    src : url("font/Roboto-Bold.ttf");
}
@font-face {
    font-family:Roboto-BoldItalic;
    src : url("font/Roboto-BoldItalic.ttf");
}
@font-face {
    font-family:Roboto-BlackItalic;
    src : url("font/Roboto-BlackItalic.ttf");
}

@font-face {
    font-family:Pragmat;
    src : url("font/pragmat.ttf");
}
@font-face {
    font-family:Tahoma;
    src : url("font/Tahoma.ttf");
}
body{
    /*font-family:Roboto,-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";*/
    /*font-family:Roboto-Bold,sans-serif;*/
    background-color:#fff!important;
    color:#404041;
	overflow:hidden;
}
body.lang_hy-AM{
    font-family:Pragmat,sans-serif!important;
}
body.lang_hy-AM h1,body.lang_hy-AM h2, body.lang_hy-AM  h3,
body.lang_hy-AMh4, body.lang_hy-AM h5,body.lang_hy-AM h6{
       font-family:Pragmat,sans-serif!important;
}
input,select,textarea{
outline:none;
}
a{
    color:inherit;
    text-decoration:none!important;
}
.pull1{
    display:none;
}
.dropdown-menu.main_menu{
    display:block;
    position:static;
}
.pull1 span{
    display:block;
    width:57px;
    height:2px;
    background-color:#000000;
    position:relative;
}
.pull1 span:nth-of-type(1){
    
}

.pull1 span:nth-of-type(2){
    margin-top:4px;
}
.pull1 span:nth-of-type(3){
    margin-top:4px;
}
.wrapper{
    /*height: 100vh;*/
    overflow: hidden;
}
.footer_apps, div.soc, .menuOver, .newsPrews .newsthumb,
.news_small_left_each, .currency_value, .currency_value_parent, .banks-contact>div,
.contact_content_each:last-of-type, .business_credits_top_tabs, .socialOver, .app_android,
.services_content>div>div, .partners_content, .partners_content .partners_content_each,
.banks_content, .banks_content_parent .img, .banks_content_parent .img div:nth-of-type(2),
.top_tabs, .main_content, .for_money, .light_box_parent, .light_box .checkbox_parent,
.for_money_each, .banner_each, .change_bg ul, .checkbox_each span{
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: flex;

}

.artPubs{
    width: 54%;
}
.content_ds{
        width: 100%;
    display: inline-flex;
}

.newsPrews{
    margin-right: 40px;
}

.newsMainPr img{
        width: 100%!important;
}
.currency_value_parent, .newsPrews .newsthumb,
.banks_content, .business_credits_top_tabs, .socialOver,
.top_tabs, .main_content, .for_money, .light_box_parent, .light_box .checkbox_parent,
.for_money_each, .banner_each, .change_bg ul{
    /*-webkit-box-align: center;*/
    /*-ms-flex-align: center;*/
    /*align-items: center;*/
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-direction: row;
    -webkit-flex-direction: row;
}
.contact_content_each:last-of-type,
.partners_content .partners_content_each,
.checkbox_each span {
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
div.soc, .footer_apps,
.currency_value,
.app_android,
.socialOver{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.banks_content_parent .img div:nth-of-type(2) {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: column;
    -webkit-flex-direction: column;
}

.light_box .checkbox_parent{
    /*-webkit-justify-content: flex-start;*/
    /*justify-content: flex-start;*/
    /*flex-direction: column;*/
    /*-webkit-flex-direction: column;*/
}
.row.header .main_menu{
    padding-right: 33px;
}
.header{
    border-top:6px solid #0046e5;
    background: #ffffff;
    /*-webkit-box-align: center;*/
    /*-ms-flex-align: center;*/
    /*align-items: center;*/

}
.banner_each{
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.left_bar_content{
    /*position: relative;*/
}
.left_bar_content>div.change_list{
    position: sticky;
    left: 0;
    top: 0;
    width: 40px;
    height: 100vh;
    white-space: nowrap;
    background: #ffffff;
    overflow-y: hidden;
    z-index: 4;
    -webkit-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.new_left_big{
    display: flex;
    position: absolute;
    width: calc(100% - 94px);
    max-width: 250px;
    background: #0046e5;
    height: 100vh;
    top:0;
    left:63px;
    padding: 5px;
    z-index: 1;
	display:none;
}
.left_bar_content>div.change_list.width_normal{
    width:calc( 100% + 15px);
    overflow-y: auto;

    -webkit-box-shadow: 3px 0 5px -2px rgba(0,0,0, 0.3);
    box-shadow: 3px 0 5px -2px rgba(0,0,0, 0.3);
}
.new_left_big span{
    -ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Safari 3-8 */
    transform: rotate(-90deg);
    margin: auto;
}
.left_bar_content>div.change_list:hover{
    overflow-y: auto;
    width:calc( 100% + 15px);
    -webkit-box-shadow: 3px 0 5px -2px rgba(0,0,0, 0.3);
    box-shadow: 3px 0 5px -2px rgba(0,0,0, 0.3);
}


.left_logo{
    /*background: #464646;*/
    width: 100%;
}
.change_bg{
    margin: 9px 0;
    /*position: absolute;*/
    /*left: 8px;*/
    /*width: 76px;*/
    /*z-index: 33;*/
    /*top:10px;*/
}
.change_bg p{
    margin-top: -34px;
    font-size: 11px;
}
.change_bg ul{
    padding-left: 0;
    list-style: none;
    width: 43px;
    /*position: relative;*/
    /*left: 20px;*/
    margin:0 0 0 20px;
}
.change_bg ul li a{
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #a1a1a1;
}
.change_bg ul li:nth-of-type(1) a{
    background: #404041;
}
.change_bg ul li:nth-of-type(2) a{
    background: #fff;
}
.change_bg ul li:nth-of-type(3) a{
    background: #ffffff;
}
/*.left_bar_content .navbar-brand{*/
    /*position: relative;*/
    /*margin: -83px 0 0 0;*/
    /*text-transform: uppercase;*/
    /*font-size: 2.399em;*/
    /*width: 100%;*/
/*}*/
.navbar-brand{
    margin-right: 0!important;
    -ms-transform: translateX(64%); /* IE 9 */
    -webkit-transform: translateX(64%); /* Safari */
    transform: translateX(64%);
    position: relative;
    z-index: 9;
}
.navbar-brand img{
    /*height: 90px;*/

    max-width: 100%;
    /*position: relative;*/
    /*left: 81px;*/

    /*background: #fff;*/
    /*border-radius: 15px;*/
    /*border: 8px solid #fff;*/
    /*box-sizing: content-box;*/
}
.logo .navbar-brand span{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 2px;
}
.left_bar_content .navbar-brand p{
    color: #ffffff;
    margin-bottom: 0;
    text-transform: capitalize;
}

.left_bar_content .navbar-brand p strong{
text-transform: uppercase;
font-weight:normal;
}


.left_bar_content .navbar-brand span{
    text-transform: none;
    color:#0046e5;
    font-weight: bold;
}
.header .bg-light{
    /*width:100%;*/
    background-color: #ffffff!important;
    padding: 1.44rem 0;
}
#navbarSupportedContent{
    /*width:100%;*/
    height:100%;
}
.header .navbar-light .navbar-nav .nav-link{
    color: #383838;
    font-size: 17px;
    padding: .5rem 12px;
}
.header .navbar-light .navbar-nav .nav-link:focus, .header .navbar-light .navbar-nav .nav-link:hover{
    color:#0046e5;
}
.header .navbar-light .navbar-nav .nav-item:first-of-type .nav-link{
    /*padding-left: 0;*/
}
.header .form-control{
    border-color: transparent;
    border-bottom: 4px solid #0046e5;
}
.header .btn-outline-success{
     border-color: transparent;
     background: url(../images/seatch-icon.png) center/100% no-repeat;
    padding: 0.975rem .75rem;
}
.soc_lang{
    display: flex;
    font-weight: bold;
}

.header .dropdown-menu{
    border-color: transparent;
}
.header .btn-primary{
    background: #0046e5;
    border-color: #0046e5;
    border-radius: 0;
    font-size: 1.8rem;
    max-width: 250px;
    margin: 0 auto;
	ountline:none!important;
}
body.lang_hy-AM .header .btn-primary{
    font-size: 1.3rem;
}
.btn-primary:hover{
    background: #0046e5!important;
    border-color: #0046e5!important;	
}
.left_bar_content{
    /*text-align: center;*/
    /*background: #2c2c2c;*/
    /*height: calc(100vh - 94px);*/
    /*overflow-y: scroll;*/

}
.list-parent{
    width: 100%;
    min-height: 100vh;
    padding:13px 0 55px ;
    overflow: hidden;

}
.list-parent h3{
    font-size: 19px;
    padding-left: 50px;
}

.grey-bg{
    /*background: #edecec;*/
    /*height:calc(100vh - 91px);*/
    /*overflow: hidden;*/
    /*overflow-y: auto;*/
}
.left_bar_content .list-group{
    width: 100%;
    /*padding-left: 30px;*/
    text-align: left;
}
.left_bar_content .list-group{
    color: #ffffff;
}
.left_bar_content .list-group-item{
    background: transparent;
    border:transparent;

    font-size: 19px;
    padding: 5px;
}
.list-group-item11 hr{
    margin: 0 0 7px  0;
}

.left_bar_content .list-group.top .list-group-item.last{
    /*border-top:4px solid rgba(255,255,255, 0.1);*/
    color:#0046e5;
}
.left_bar_content.bg_blue .list-group.top .list-group-item.last{
    color:#ffffff;
}
.left_bar_content .list-group.bottom .list-group-item.last {
    border-top:4px solid rgba(255,255,255, 0.1);
    padding-top:9px;
    /*color: #ffffff;*/
}
.left_bar_content .list-group-item:before{
/*
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 9px;
    border-color: transparent transparent transparent #0046e5;
    position: absolute;
    z-index: 5;
    left: 0;
    margin-top: -7px;
    top: 50%;
    opacity: 0;
    */
}
.left_bar_content.bg_blue .list-group-item:before{
    border-color: transparent transparent transparent #ffffff;
}
.left_bar_content .list-group-item.last:before{
    /*top: 15px;*/
}
.list-group .list-group-item a{
text-decoration:none!important;
    position: relative;
    padding-left: 35px;
    display: inline-block;
	color:#000;
	font-size: 16px;
    letter-spacing: 1px;
	    /*text-transform:capitalize;*/
}
.bg_white .list-group .list-group-item a{
	color:#000;
}
.list-group .list-group-item.no_before a{
    padding-left: 0;
}
.list-group .list-group-item:hover{
    background: rgba(0,0,0, 0.2);
}
.list-group .list-group-item:hover:before{
    opacity: 1;
}
.list-group .list-group-item a:hover {
    color: #0046e5;
}
.left_bar_content.bg_blue .list-group .list-group-item a:hover {
    color: #404041;
}
.list-group .list-group-item a:before {
    content: '';
    position: absolute;
    width: 22px;
    height:22px;
    left:3px;
    top:0;
}
.list-group.top .list-group-item:nth-of-type(1) a:before{
    background: url(../images/icon1.png) center/100% no-repeat;
	    background-size: auto 15px;
}
.list-group.top .list-group-item:nth-of-type(6) a:before{
    background: url(../images/icon2.png) center/100% no-repeat;
	    background-size: auto 15px;
}
.list-group.top .list-group-item:nth-of-type(3) a:before{
    background: url(../images/icon11.png) center/100% no-repeat;
}

.list-group.top .list-group-item:nth-of-type(7) a:before{
    background: url(../images/icon3.png) center/100% no-repeat;
	    background-size: auto 15px;
}
.list-group.top .list-group-item:nth-of-type(5) a:before{
    background: url(../images/icon4.png) center/100% no-repeat;
	    background-size: auto 15px;
}
.list-group.top .list-group-item:nth-of-type(2) a:before{
    background: url(../images/icon5.png) center/100% no-repeat;
	    background-size: auto 15px;
}
.list-group.top .list-group-item:nth-of-type(8) a:before{
    background: url(../images/icon6.png) center/100% no-repeat;
	    background-size: auto 15px;

}
.list-group.top .list-group-item:nth-of-type(4) a:before{
    background: url(../images/icon7.png) center/100% no-repeat;
	    background-size: auto 15px;
    top:3px;
}


.list-group.top .list-group-item:nth-of-type(9) a:before{
    background: url(../images/icon10.png) center/100% no-repeat;
	    background-size: auto 15px;
    top:3px;
}

.left_bar_content.bg_blue .list-group.top .list-group-item:nth-of-type(3) a:before{
    background: url(../images/icon11.png) center/100% no-repeat;
    background-size: auto 15px;
    }

.left_bar_content.bg_blue .list-group.top .list-group-item:nth-of-type(1) a:before{
    background: url(../images/icon-white1.png) center/100% no-repeat;
    background-size: auto 15px;
}
.left_bar_content.bg_blue .list-group.top .list-group-item:nth-of-type(7) a:before{
    background: url(../images/icon-white2.png) center/100% no-repeat;
    background-size: auto 15px;
}
.left_bar_content.bg_blue .list-group.top .list-group-item:nth-of-type(8) a:before{
    background: url(../images/icon-white3.png) center/100% no-repeat;
    background-size: auto 15px;
}
.left_bar_content.bg_blue .list-group.top .list-group-item:nth-of-type(6) a:before{
    background: url(../images/icon-white4.png) center/100% no-repeat;
    background-size: auto 15px;
}
.left_bar_content.bg_blue .list-group.top .list-group-item:nth-of-type(2) a:before{
    background: url(../images/icon-white5.png) center/100% no-repeat;
    background-size: auto 15px;
}
.left_bar_content.bg_blue .list-group.top .list-group-item:nth-of-type(9) a:before{
    background: url(../images/icon-white6.png) center/100% no-repeat;
    background-size: auto 15px;
}
.left_bar_content.bg_blue .list-group.top .list-group-item:nth-of-type(5) a:before{
    background: url(../images/icon-white7.png) center/100% no-repeat;
    background-size: auto 15px;
    top:3px;
}
.online_application{
	position:relative;
    border-top: 4px solid rgba(255,255,255, 0.1);
    border-bottom: 4px solid rgba(255,255,255, 0.1);
    padding:4px 0;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 21px;
    width: 92%;
    letter-spacing: 1px;
	height: 50px;
    margin: 0 auto;
}

iframe{
    max-width:100%;
}

.online_application iframe,
.online_application_frm iframe{
	height:55px;
	border:none;
}


.online_application_frm{
    position: relative;
    border-top: 4px solid rgba(255,255,255, 0.1);
    border-bottom: 4px solid rgba(255,255,255, 0.1);
    padding: 4px 0;
    display: inline-block;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 21px;
    width: 75%;
    letter-spacing: 1px;
    height: 55px;
    top: 16px;
}




.hayt_1{
	z-index:99;
	border:none;
	
}

.blocker {
   position: absolute;
     height: 100%; 
     width: 100%; 
     z-index: 1; 
}




.online_application:hover a,
.online_application:hover{
    color:#0046e5;
}
.left_bar_content.bg_white .online_application{
    color:#404041;
}
.left_bar_content.bg_blue .online_application:hover a,
.left_bar_content.bg_blue .online_application:hover,
.online_application:hover{
    color:#404041;
}
.left_bar_content .banner{
    background: #b7b7b7;
    color:#ffffff ;
    font-weight: bold;
    width: 100%;
    font-size: 23px;
    text-transform: uppercase;
    margin: 5px 0;
}
.list-group.financial_news .list-group-item a:before{
    background: url(../images/icon12.png) center/100% no-repeat;
    top:0;
}
/*.left_bar_content.bg_blue .list-group.financial_news .list-group-item:nth-of-type(2) a:before{*/
    /*background: url(../images/icon-white8.png) center/100% no-repeat;*/
/*}*/
/*.left_bar_content.bg_blue .list-group.financial_news .list-group-item:nth-of-type(3) a:before{*/
    /*background: url(../images/icon-white9.png) center/100% no-repeat;*/
/*}*/
/*.left_bar_content.bg_blue .list-group.financial_news .list-group-item:nth-of-type(4) a:before{*/
    /*background: url(../images/icon-white10.png) center/100% no-repeat;*/
/*}*/
/*.left_bar_content.bg_blue .list-group.financial_news .list-group-item:nth-of-type(5) a:before{*/
    /*background: url(../images/icon-white11.png) center/100% no-repeat;*/
/*}*/
/*.left_bar_content.bg_blue .list-group.financial_news .list-group-item:nth-of-type(6) a:before,*/
/*.left_bar_content.bg_blue .list-group.financial_news .list-group-item:nth-of-type(7) a:before,*/
/*.left_bar_content.bg_blue .list-group.financial_news .list-group-item:nth-of-type(8) a:before{*/
    /*background: url(../images/icon-white12.png) center/100% no-repeat;*/
/*}*/
/*.list-group.financial_news .list-group-item:nth-of-type(1) a:before{*/
    /*background: url(../images/icon8.png) center/100% no-repeat;*/
/*}*/
/*.list-group.financial_news .list-group-item:nth-of-type(2) a:before{*/
    /*background: url(../images/icon8.png) center/100% no-repeat;*/
/*}*/
/*.list-group.financial_news .list-group-item:nth-of-type(3) a:before{*/
    /*background: url(../images/icon9.png) center/100% no-repeat;*/
/*}*/
/*.list-group.financial_news .list-group-item:nth-of-type(4) a:before{*/
    /*background: url(../images/icon10.png) center/100% no-repeat;*/
/*}*/

/*.list-group.financial_news .list-group-item:nth-of-type(5) a:before,*/
/*.list-group.financial_news .list-group-item:nth-of-type(7) a:before,*/
/*.list-group.financial_news .list-group-item:nth-of-type(8) a:before,*/
/*.list-group.financial_news .list-group-item:nth-of-type(6) a:before{*/
    /*background: url(../images/icon12.png) center/100% no-repeat;*/
/*}*/

.left_bar_content.bg_white .list-group{
    color:#404041;
}
.left_bar_content.bg_white .list-group .list-group-item a:hover{
    /*color: #404041;*/
}
.left_bar_content.bg_blue .banner{
    background-color: #404041;
}
.left_bar_content.bg_blue .list-group{
    color: #ffffff;
 }




/*--  start content  --*/
.content-wrapper {
    height: calc(100vh - 81px);
    overflow: hidden;
    overflow-y: auto;
}
.content-wrapper .content_middle{
    /*margin-top: 10px;*/
}
.content-wrapper .content_middle{
	  /*height: 85vh;*/
    /*overflow-y: auto;*/
}
/*.content-wrapper .content_middle{*/
    /*padding-left: 31px;*/
/*}*/
.top_tabs{
    width: 100%;
    text-align: center;
    padding:0 0 30px 0;
 }
.top_tabs .col-sm-61{
    width: 100%;
   
}
.top_tabs .col-sm-61 .banner{
    position: relative;
    max-height: 100px;
    margin-top: 20px;
    height: 100px;
    background: #0046e5;
	display:none;
}
.top_tabs .col-sm-61 a{
	
	    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
	
	
	
  /*  background: url(../images/main_banners.png) no-repeat 0px 0px;
   	 display: block;
  	  width: 100%;
    height: 120px;
    background-size: 100% auto;*/

}


.main_content_parent{
/*
    height: 77vh;
    overflow-y: auto;
*/
    padding-bottom: 45px;
	position:relative;
}
.main_content_parent .breadcrumb{
    margin: 10px 0px -20px 0px;
    z-index: 9;
    float: right;
}
.main_content_parent .breadcrumb a{
	color:#0046e5;
	font-weight:bold;

}
.tabs a.active, .tabs a:hover{
    color:#0046e5;
    border-color: #0046e5;
}
.get_in_touch a:first-of-type,
.liquidation_content .liquidation_right a{
    background-color: #0046e5;
}
.liquidation_top_tabs .inputs .btn-primary{
    max-width: 84px;
    background-color: #0046e5;
}
.liquidation_middle table tr td:first-child{
    color:#0046e5
}
.headerLoginItem .btn-primary{
    background-color: #0046e5;
}
.simTitle{
    color:#0046e5;
}





.main_content{
    width: 100%;
}
.main_content .main_each{
    width:calc( 25% - 12px);

}
.main_content .main_each img{
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    width:100%;
}
.main_content .main_each .img{
    height: 190px;
    position: relative;
}
.main_content .main_each .overlay1{
   position: absolute;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0,0,0, 0.9), transparent);
    font-weight:bold;
}
.main_content .main_each .overlay1 .text1{
    position: absolute;
    bottom: 0;
    left:0;
    padding: 0 5px 11px 11px;
    font-size: 15px;
    color:#ffffff;
}

.second_line .title1{
	width:100%;
}
.news_small_left .row2{
    background: #ffffff;
    padding:15px;
    height: 470px;
    overflow-y: auto;
}
/* width */
.left_bar_content>div.change_list::-webkit-scrollbar,
.left_bar_content>div.change_list.width_normal::-webkit-scrollbar,
.news_small_left .row2::-webkit-scrollbar {
    width: 6px;
}

/* Track */
.left_bar_content>div.change_list::-webkit-scrollbar-track,
.left_bar_content>div.change_list.width_normal::-webkit-scrollbar-track,
.news_small_left .row2::-webkit-scrollbar-track {
    background: #ffffff;
}

/* Handle */
.left_bar_content>div.change_list::-webkit-scrollbar-thumb,
.left_bar_content>div.change_list.width_normal::-webkit-scrollbar-thumb,
.news_small_left .row2::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.left_bar_content>div.change_list::-webkit-scrollbar-thumb:hover,
.left_bar_content>div.change_list.width_normal::-webkit-scrollbar-thumb:hover,
.news_small_left .row2::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.title1 span,
.page-header{
    width: 100%;
    text-transform: uppercase;
    /*color:#ffffff;*/
}
.title1 h3,
.page-header h2{
    margin: 30px 0 20px;
    font-size: 25px;
    position: relative;
	text-align:center;
}

.title1 h3:before,
.title1 h3:after{
    content: '';
    position: absolute;
    right: 0;
    top: 16px;
    width: 100%;
    height: 2px;
    background: #c0c2c3;
    z-index: 0;
}
.title1 h3:before{
    left:0;
    width: 0;
    height: 2px;
    background: #0046e5;
    z-index:1;
    -webkit-transition: all 450ms ease-in;
    -ms-transition: all 450ms ease-in;
    -moz-transition: all 450ms ease-in;
    transition: all 450ms ease-in;
}
.title1 h3 span,
.page-header h2{
    position: relative;
    padding-right: 30px;
	padding-left: 30px;
    background: #fff;
    z-index: 1;
}

.left_top_big_img:before{
    content: "";
    background: #e8e8e8;
    height: 250px;
    width: 5px;
    position: absolute;
    left: 7px;
    top: 323px;
}
.left_top_big_img{
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: flex;
    height: 579px;
    background: #ffffff;
    word-break: break-all;
	padding: 0px;
	position:relative;
	overflow:hidden;
}

.page_101 .left_top_big_img .overlay11,
.page_101 .left_top_big_img p{
	padding: 15px;
}

.slider_description i{
	    position: absolute;
    top: 0;
    left: auto;
	font-style: normal;
	right:0;
}



.page_101 .overlay11 i{
	    position: absolute;
    top: 6px;
    right:0;
	font-style: normal;
}







.left_top_big_img img,
.left_top_big_img a{
    max-width: 100%;
    margin: auto;

}
.overlay11{
    position: relative;
}

.left_top_big_img a{
    padding:4px;
    background: #ffffff;
    color:#000000;
    height:100%;
}
.left_top_big_img a span{
    color: #999;
    position: absolute;
    top:285px;
    left: 15px;
	font-size:15px;
}
.left_top_big_img img{
    height: 190px;
    width: 100%;
    object-fit: cover;
}

.page_101 .left_top_big_img img{
	    height: 273px!important;
}
.left_top_big_img a:hover{
    color:#0046e5;
}
.left_top_big_img .title11{
    color: #000000;
    font-size: 13px;
    text-transform: uppercase;
    margin-top: 28px;
    font-weight: bold;
}

body:not(.is_u_0) .userBUl li{
	    text-align: center;
    float: none;
    border-bottom: 1px solid #ccc;
	left:0;
}

body:not(.is_u_0) .userBUl{

	left:0;
}

/*.news_small_left_each .img1{*/
    /*width: 65px;*/
/*}*/
/*.news_small_left_each .img1 img{*/
    /*max-width: 100%;*/
/*}*/
/*.news_small_desc{*/
    /*width:calc(100% - 75px);*/
    /*margin-left: 10px;*/
/*}*/
.news_small_left_each{
    margin-bottom: 21px;
}
.news_small_left_each h5{
    font-weight: bold;
    overflow: hidden;
    font-size: 13px;
    margin-bottom: 0;
}
.news_small_left_each h5 a{
    color:#000000;
}
.news_small_left_each span{
    color:#999999;
    font-size:13px;
}


.page-header:after{
    content: '';
    position: absolute;
    right: 0;
    top: 40px;
    width: 100%;
    height: 2px;
    background: #c0c2c3;
    z-index: 0;
}

.nsRead{
  
}

.blog .main_each{
position:relative;
}




body:not(.page_101) .second_line .main_each{
    padding: 15px;
    background: #ffffff;
}
.news_in_left{
    margin-bottom:33px;
}
.slider_description{
	position:relative;
    margin-top: 5px;
    padding: 15px 0 0 12px;
    border-left: 5px solid #e8e8e8;
}
.last_discussed h5,
.slider_description h5{
    font-family: Roboto-Black,sans-serif;
    font-size: 14px;
    font-weight: bold;
    height: 67px;
    overflow: hidden;
    margin-bottom: 0;
}

.last_discussed p,
.slider_description p{
    font-size: 15px;
    overflow: hidden;
    height: 100px;
    /*white-space: nowrap!important;*/
    /*text-overflow: ellipsis;*/
}
.last_discussed a,
.slider_description a{
    color:#000;
    text-decoration: none!important;
}
.last_discussed a:hover,
.slider_description a:hover{
    color:#0046e5;
}
.last_discussed{
    padding-left: 20px;
    border-left: 5px solid #0046e5;
}
.last_discussed h5{
    color:#0046e5;
}
/*.last_discussed p{*/
    /*font-size: 15px;*/
/*}*/

/*--  end content  --*/



/*--  start content_right  --*/
.content_right{
/*
    overflow-y: auto;
    height: 84vh;
    padding-bottom: 115px;
*/
}

.for_money{
    box-shadow: 0 0 27px rgba(0,0,0, 0.15);
    width: calc(100% + 16px);
    margin-left: -8px;
}
.for_money>div{
    width: 33.333333%;
    text-align: center;

}

.blog .for_money>div{
    margin:10px 0;
}
.for_money_each:last-of-type>div.sell_money>div{
    border-right: 1px solid #cccccc;
}
.for_money_each>div>div{
    padding: 6px 0;
    border-left: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    font-size: 11px;
    background: #ffffff;
	color: #000;

}
.for_money_each>div>div:first-of-type{
    background: #55c026;
    color:#ffffff;
    text-shadow: 0 1px 2px rgba(44,129,6, 0.78);
    border: none;
    border-right: 1px solid #ffffff;
    font-weight: normal;
}
.for_money_each>div{
    width: 50%;
}
.for_money_each h4{
    width: 100%;
    padding: 9px 0;
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(44,129,6,0.78);
    font-size: 17px;
    margin-bottom: 0;
    background: #55c026;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}
.for_money_each:last-of-type h4{
    border-right:none;
}
.banner_each{
    background: url(../images/second_banner.png) no-repeat 0px 0px;
    display: block;
    width: 100%;
    height: 190px;
    background-size: 100% auto;
	display:none;
}

.mobile_right_convert .banner_each{
    background: url(../images/mobile_bds.png) no-repeat 0px 0px;
    display: block;
    width: 100%;
    height: 100px;
    background-size: 100% auto;
    margin-top: 20px;
	display:none;
}

.banner_each.video{
    height: auto;
    background: none;
    border:3px solid #525252;
}
.banner,
.banner_each img{
    max-width: 100%;
}
/*--  end content_right  --*/



/*--  start light_box  --*/
.light_box_parent{
    position: fixed;
    top:0;
    left:0;
    background: rgba(0,0,0, 0.8);
    width: 100%;
    height:100%;
	z-index:9999;
	display:none;
}
.light_box_parent{
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;

}
.light_box{
    padding: 40px 89px;
    background: #ffffff;
    border: 5px solid #0046e5;
    position: relative;
    top: 50px;
      width: 100%;
    height: 600px;
	margin: 0 auto;
}
.light_box h3{
    width: 100%;
    font-family:Roboto-Bold,sans-serif;
    text-align: center;
    font-size: 27px;
    margin-bottom: 31px;
    text-transform:uppercase;
}
.light_box h3 span{
    color:#0046e5;

}
.poll1{
    display: none;
}

.poll1 a{
text-transform:uppercase;
}
.checkbox_parent{
    width: 100%;
    list-style: none;
    padding-left: 0;
}
.checkbox_each{
    width: 47%;
    position: relative;
    padding: 7px 35px 7px 32px;
    border-bottom:2px solid #ebebeb;
    margin-top: 7px;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
}
.checkbox_each:before,
.sp-poll-resul-item .poll-info:before{
    content: '';
    position: absolute;
    left:0;
	top:0;
}

.sp-poll-result .progress-bar{
	background-color:#0046e5!important;
}

.sp-poll-result .poll-info{
	    position: relative;
    padding: 0px 0px 0px 55px;
}
.poll_92 .checkbox_each:nth-of-type(1):before,
.poll_92 .sp-poll-resul-item:nth-of-type(1) .poll-info:before{
    background: url(../images/banks_icon1.png) center/100% no-repeat;
    width: 21px;
    height: 24px;
}

.poll_92 .checkbox_each:nth-of-type(2):before,
.poll_92 .sp-poll-resul-item:nth-of-type(2) .poll-info:before{
    background: url(../images/banks_icon2.png) center/100% no-repeat;
    top:9px;
    left:-5px;
    width: 31px;
    height: 23px;
}

.poll_92  .checkbox_each:nth-of-type(3):before,
.poll_92 .sp-poll-resul-item:nth-of-type(3) .poll-info:before{
    background: url(../images/banks_icon3.png) center/93% no-repeat;
    width: 30px;
    height: 31px;
    left: -3px;
}
.poll_92  .checkbox_each:nth-of-type(4):before,
.poll_92 .sp-poll-resul-item:nth-of-type(4) .poll-info:before{
    background: url(../images/idbank-logo.png) center/100% no-repeat;
    width: 24px;
    height: 28px;
}

.poll_92  .checkbox_each:nth-of-type(5):before,
.poll_92 .sp-poll-resul-item:nth-of-type(5) .poll-info:before{
    background: url(../images/banks_icon6.png) center/100% no-repeat;
    width: 25px;
    height: 25px;
}
.poll_92  .checkbox_each:nth-of-type(6):before,
.poll_92 .sp-poll-resul-item:nth-of-type(6) .poll-info:before{
    background: url(../images/banks_icon17.png) center/100% no-repeat;
    width: 22px;
    height: 27px;
 }
.poll_92  .checkbox_each:nth-of-type(7):before,
.poll_92 .sp-poll-resul-item:nth-of-type(7) .poll-info:before{
    background: url(../images/banks_icon19.png) center/100% no-repeat;
    width: 27px;
    height: 26px;
}
.poll_92  .checkbox_each:nth-of-type(8):before,
.poll_92 .sp-poll-resul-item:nth-of-type(8) .poll-info:before{
    background: url(../images/banks_icon11.png) center/100% no-repeat;
    top: 8px;
    width: 26px;
    height: 15px;
}
.poll_92  .checkbox_each:nth-of-type(9):before,
.poll_92 .sp-poll-resul-item:nth-of-type(9) .poll-info:before{
    background: url(../images/banks_icon14.png) center/100% no-repeat;
    width: 28px;
    height: 28px;
    top: 3px;
}


.poll_92  .checkbox_each:nth-of-type(10):before,
.poll_92 .sp-poll-resul-item:nth-of-type(10) .poll-info:before{
    background: url(../images/banks_icon15.png) center/100% no-repeat;
    left: -3px;
    top: 11px;
    width: 31px;
    height: 13px;
}

.poll_92  .checkbox_each:nth-of-type(11):before,
.poll_92 .sp-poll-resul-item:nth-of-type(11) .poll-info:before{
    background: url(../images/banks_icon13.png) center/100% no-repeat;
    width: 24px;
    height: 25px;
}

.poll_92  .checkbox_each:nth-of-type(12):before,
.poll_92 .sp-poll-resul-item:nth-of-type(12) .poll-info:before{
    background: url(../images/banks_icon8.png) center/100% no-repeat;
    width: 24px;
    height: 29px;
}
.poll_92  .checkbox_each:nth-of-type(13):before,
.poll_92 .sp-poll-resul-item:nth-of-type(13) .poll-info:before{
    background: url(../images/evoka-mini.png) center/100% no-repeat;
    width: 28px;
    height: 27px;
}
.poll_92  .checkbox_each:nth-of-type(14):before,
.poll_92 .sp-poll-resul-item:nth-of-type(14) .poll-info:before{
    background: url(../images/banks_icon12.png) center/100% no-repeat;
    width: 22px;
    height: 26px;
}
.poll_92  .checkbox_each:nth-of-type(15):before,
.poll_92 .sp-poll-resul-item:nth-of-type(15) .poll-info:before{
    background: url(../images/banks_icon9.png) center/100% no-repeat;
    width: 22px;
    height: 26px;
}
.poll_92  .checkbox_each:nth-of-type(16):before,
.poll_92 .sp-poll-resul-item:nth-of-type(16) .poll-info:before{
    background: url(../images/banks_icon7.png) center/100% no-repeat;
    width: 24px;
    height: 27px;
}
.poll_92  .checkbox_each:nth-of-type(17):before,
.poll_92 .sp-poll-resul-item:nth-of-type(17) .poll-info:before{
    background: url(../images/banks_icon16.png) center/100% no-repeat;
    width: 25px;
    height: 26px;
}

.poll_92  .checkbox_each:nth-of-type(18):before,
.poll_92 .sp-poll-resul-item:nth-of-type(18) .poll-info:before{
    background: url(../images/banks_icon19.png) center/100% no-repeat;
    width: 27px;
    height: 22px;
}


.poll_120 .checkbox_each{
	    padding: 7px 35px 7px 54px;
}



.poll_120 .checkbox_each:nth-of-type(1):before,
.poll_120 .sp-poll-resul-item:nth-of-type(1) .poll-info:before{
    background: url(../images/loan_1.jpg) center/100% no-repeat;
    width: 44px;
    height: 33px;
}


.poll_120 .checkbox_each:nth-of-type(2):before,
.poll_120 .sp-poll-resul-item:nth-of-type(2) .poll-info:before{
    background: url(../images/loan_5.png) center/100% no-repeat;
    width: 55px;
    height: 33px;
}



.poll_120 .checkbox_each:nth-of-type(3):before,
.poll_120 .sp-poll-resul-item:nth-of-type(3) .poll-info:before{
    background: url(../images/loan_2.jpg) center/100% no-repeat;
    width: 55px;
    height: 33px;
}

.poll_120 .checkbox_each:nth-of-type(4):before,
.poll_120 .sp-poll-resul-item:nth-of-type(4) .poll-info:before{
    background: url(../images/loan_6.png) center/100% no-repeat;
    width: 40px;
    height: 33px;
}

.poll_120 .checkbox_each:nth-of-type(5):before,
.poll_120 .sp-poll-resul-item:nth-of-type(5) .poll-info:before{
    background: url(../images/loan_3.png) center/100% no-repeat;
    width: 55px;
    height: 33px;
}


.poll_120 .checkbox_each:nth-of-type(6):before,
.poll_120 .sp-poll-resul-item:nth-of-type(6) .poll-info:before{
    background: url(../images/loan_7.png) center/100% no-repeat;
    width: 55px;
    height: 33px;
}

.poll_120 .checkbox_each:nth-of-type(7):before,
.poll_120 .sp-poll-resul-item:nth-of-type(7) .poll-info:before{
    background: url(../images/loan_4.png) center/100% no-repeat;
    width: 50px;
    height: 33px;
}


.poll_120 .checkbox_each:nth-of-type(8):before,
.poll_120 .sp-poll-resul-item:nth-of-type(8) .poll-info:before{
    background: url(../images/loan_8.png) center/100% no-repeat;
    width: 20px;
    height: 33px;
}



.poll_121 .checkbox_each{
	padding: 7px 35px 7px 70px;
}



.poll_121 .checkbox_each:nth-of-type(1):before,
.poll_121 .sp-poll-resul-item:nth-of-type(1) .poll-info:before{
    background: url(../images/pan_1.jpg) center/100% no-repeat;
    width: 60px;
    height: 33px;
}

.poll_121 .checkbox_each:nth-of-type(2):before,
.poll_121 .sp-poll-resul-item:nth-of-type(2) .poll-info:before{
    background: url(../images/pan_2.jpg) center/100% no-repeat;
    width: 60px;
    height: 33px;
}

.poll_121 .checkbox_each:nth-of-type(3):before,
.poll_121 .sp-poll-resul-item:nth-of-type(3) .poll-info:before{
    background: url(../images/pan_3.jpg) center/100% no-repeat;
    width: 60px;
    height: 33px;
}

.poll_121 .checkbox_each:nth-of-type(4):before,
.poll_121 .sp-poll-resul-item:nth-of-type(4) .poll-info:before{
    background: url(../images/pan_4.jpg) center/100% no-repeat;
    width: 60px;
    height: 33px;
}

.poll_121 .checkbox_each:nth-of-type(5):before,
.poll_121 .sp-poll-resul-item:nth-of-type(5) .poll-info:before{
    background: url(../images/pan_5.jpg) center/100% no-repeat;
    width: 60px;
    height: 33px;
}

.poll_121 .checkbox_each:nth-of-type(6):before,
.poll_121 .sp-poll-resul-item:nth-of-type(6) .poll-info:before{
    background: url(../images/pan_6.jpg) center/100% no-repeat;
    width: 60px;
    height: 33px;
}

.poll_121 .checkbox_each:nth-of-type(7):before,
.poll_121 .sp-poll-resul-item:nth-of-type(7) .poll-info:before{
    background: url(../images/pan_7.jpg) center/100% no-repeat;
    width: 60px;
    height: 33px;
}

.poll_121 .checkbox_each:nth-of-type(8):before,
.poll_121 .sp-poll-resul-item:nth-of-type(8) .poll-info:before{
    background: url(../images/pan_8.jpg) center/100% no-repeat;
    width: 60px;
    height: 33px;
}

.poll_121 .checkbox_each:nth-of-type(9):before,
.poll_121 .sp-poll-resul-item:nth-of-type(9) .poll-info:before{
    background: url(../images/pan_9.jpg) center/100% no-repeat;
    width: 60px;
    height: 33px;
}

.poll_121 .checkbox_each:nth-of-type(10):before,
.poll_121 .sp-poll-resul-item:nth-of-type(10) .poll-info:before{
    background: url(../images/pan_10.jpg) center/100% no-repeat;
    width: 60px;
    height: 33px;
}

.poll_121 .checkbox_each:nth-of-type(11):before,
.poll_121 .sp-poll-resul-item:nth-of-type(11) .poll-info:before{
    background: url(../images/pan_11.jpg) center/100% no-repeat;
    width: 60px;
    height: 33px;
}

.poll_121 .checkbox_each:nth-of-type(12):before,
.poll_121 .sp-poll-resul-item:nth-of-type(12) .poll-info:before{
    background: url(../images/pan_12.jpg) center/100% no-repeat;
    width: 60px;
    height: 33px;
}

.poll_121 .checkbox_each:nth-of-type(13):before,
.poll_121 .sp-poll-resul-item:nth-of-type(13) .poll-info:before{
    background: url(../images/pan_13.jpg) center/100% no-repeat;
    width: 60px;
    height: 33px;
}

.poll_121 .checkbox_each:nth-of-type(14):before,
.poll_121 .sp-poll-resul-item:nth-of-type(14) .poll-info:before{
    background: url(../images/pan_14.jpg) center/100% no-repeat;
    width: 60px;
    height: 33px;
}

.poll_121 .checkbox_each:nth-of-type(15):before,
.poll_121 .sp-poll-resul-item:nth-of-type(15) .poll-info:before{
    background: url(../images/pan_15.jpg) center/100% no-repeat;
    width: 60px;
    height: 33px;
}

.poll_121 .checkbox_each:nth-of-type(16):before,
.poll_121 .sp-poll-resul-item:nth-of-type(16) .poll-info:before{
    background: url(../images/pan_16.jpg) center/100% no-repeat;
    width: 60px;
    height: 33px;
}


.poll_121 .checkbox_each:nth-of-type(17):before,
.poll_121 .sp-poll-resul-item:nth-of-type(17) .poll-info:before{
    background: url(../images/pan_17.jpg) center/100% no-repeat;
    width: 60px;
    height: 33px;
}

.poll_121 .checkbox_each:nth-of-type(18):before,
.poll_121 .sp-poll-resul-item:nth-of-type(18) .poll-info:before{
    background: url(../images/pan_18.jpg) center/100% no-repeat;
    width: 60px;
    height: 33px;
}




.checkbox_each label{
    margin-bottom: 0;
}
.checkbox_each input{
    opacity: 0;
    top:0;
    right:0;
    position: absolute;
    z-index: -9999;
}
.checkbox_each span{
    position: absolute;
    top:0;
    right:0;
    width: 35px;
    height:35px;
    text-align: center;
    color:#0046e5;
    font-size: 23px;
}
.checkbox_each span:after{
    position: absolute;
    top:0;
    right:0;
   content:'';
    width: 100%;
    height:100%;
    background:#ebebeb ;
    -webkit-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.checkbox_each input:checked + span:after {
     background:transparent;
 }
.light_box .close1{
    position: absolute;
    right:-47px;
    top:-55px;
    line-height: 1;
    font-size: 48px;
    font-weight: bold;
    color:#0046e5;
    cursor: pointer;
}
/*--  end light_box  --*/





/*--  start banks_page  --*/
.p-r-0{
    padding-right: 0;
}
.p-l-0{
  padding-left: 0;
}

.banks_content a{
color:#000;
}

.banks_content a:hover{
color:#0046e5;
}


.banks_content{
    padding: 10px 0 18px;
    margin-bottom: 27px;

}
.banks_content .img{
    width: 24%;
    /*text-align: center;*/

}
.banks_content .img div{
    width: 100%;
    text-align: center;
}
.banks-contact>div{

}
.banks-contact span:nth-of-type(1){
    flex: 1;
    color:#b3b3b3;
}
.banks-contact span:nth-of-type(2){
    flex: 3;
}
.banks_description{
    width: 72%;
    padding: 0 10px;
    border-left: 4px solid #e8e8e8;
    min-height:270px;
	position:relative;
}
.banks_description{
    font-size: 15px;
}
.banks_description h3{
    font-size: 22px;
}
/*.second_line  .row .col-sm-6{*/
    /*background: #ffffff;*/
/*}*/
.banks_row{
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.banks_row .col-sm-6{
    background: #ffffff;
    margin-bottom: 27px;
    max-width: 48.5%;
    box-shadow: 0 0 27px rgba(0,0,0, 0.15);
}
/*--  end banks_page  --*/



/*--  start services_page  --*/
.services_content_parent .services_suggestion{
    width: 100%;
    margin-bottom: 21px;
}
.services_content{
    margin: 0;
}
.services_content>div{
    padding: 0;

}
.banks_middle_content p{
padding-right:20px;
}


.banks_description .readM{
    position: absolute;
    bottom: -20px;
    right: 50px;
}

.services_content>div>div{
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 9px;
}
.services_content>div>div span{
    display: inline-block;
}
.services_content>div:first-of-type>div{
    margin-right: 33px;
}
.services_content>div>div span:first-of-type{
    font-family:Roboto-BoldItalic,sans-serif;
    font-size: 32px;
    color:#cacaca;
    line-height: 1;

}
.services_content>div>div span:last-of-type{
    font-family:Roboto-BlackItalic,sans-serif;
    font-size: 17px;
    color: #2c2c2c;
    border-bottom: 1px dashed #0046e5;
    padding: 0 20px 0 0;
    margin-left: 3px;
    display: flex;
    flex: 3;
}
.services_last{
    margin-top: 17px;
}
/*--  end services_page  --*/



/*--  start partners_page  --*/
.partners_content{
    /*-webkit-justify-content: space-between;*/
    /*justify-content: space-between;*/
}
.partners_content .partners_content_each{
    position: relative;
    /*padding: 0 7px;*/
    min-height: 190px;
    background: #ffffff;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15.666667%;
    flex: 0 0 15.666667%;
    max-width: 15.666667%;
    margin: 0 0.5% 11px 0.5%;
}
.partners_content .partners_content_each img{
    max-width: 100%;
}
.partners_page .title1 h3 span{
    padding: 0 30px 0 0.5%;
}
.partners_content_each .overlay{
    padding: 9px 6px 12px;
    font-size: 14px;
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-top: 3px solid #0046e5;
    border-bottom: 3px solid #0046e5;
    background: #ffffff;
    line-height: 1.2;
    -webkit-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    opacity: 0;
}
.partners_content_each .overlay:hover {
    opacity: 1;
}
.partners_content_each .overlay h5{
    font-size: 13px;
    color:#0046e5;
    text-transform: uppercase;
}
.partners_content_each .overlay h5 img{
    width: 20px;
    float:left;
    margin-right: 4px;
    /*clear: right;*/
}
/*--  end partners_page  --*/



/*--  start contact_page  --*/
.contact_content_each .form-control{
    background: transparent;
    display: block;
    width: 100%;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    border: 1px solid transparent;
    border-bottom: 4px solid #d6d5d5;
    border-radius: .25rem;
}
.contact_content_each .form-control:focus,
.contact_content_each .form-control:hover{
    border-bottom-color: #0046e5;
    box-shadow: none;
}
.contact_content_each form .form-group{
    padding: 0 10px;
}
.contact_content_each form .form-group:last-of-type{
    display: flex;
    align-items: flex-end;
}
.contact_content_each .btn-primary {
    color: #fff;
    background-color: #0046e5;
    border-color: transparent;
    text-transform: uppercase;
    width: 100%;
    height: 41px;
}
.contact_content_each:last-of-type{
    flex-direction: column;
    -webkit-flex-direction: column;
}
.contact_content_each:last-of-type>div{
    width: 100%;
    display: flex;
    align-items: flex-end;
    line-height: 1;
    margin-bottom: 12px;
    font-size: 20px;
}
.contact_content_each:last-of-type>div span:last-of-type{
    color: #0046e5;
    flex: 2;
    text-align: left;
    line-height: 1;
}
.contact_content_each>div span:first-of-type{
    /*font-size: 21px;*/
}
.contact_content_each:last-of-type>div span:first-of-type{
   flex: 1;
   text-align: right;
    text-transform: uppercase;
}
.contact_content_each:last-of-type>div:first-of-type span:last-of-type {
    font-size: 33px;
    margin-left: 12px;
    font-family:Roboto-Bold,sans-serif;
}
.contact_content_each:last-of-type>div:last-of-type span:last-of-type {
    font-size: 23px;
    margin-left: 12px;
    font-family:Roboto-Bold,sans-serif;
}
.myMap {
    margin-top: 29px;
    background: #0046e5;
}
.myMap iframe{
    -webkit-filter: brightness(1.1) drop-shadow(15px 15px 20px black) grayscale(1) hue-rotate(90deg) invert(1) opacity(0.6) sepia(0);
    -moz-filter: brightness(1.1) drop-shadow(15px 15px 20px black) grayscale(1) hue-rotate(90deg) invert(1) opacity(0.6) sepia(0);
    /*-ms-filter: brightness(1.4) drop-shadow(15px 15px 20px black) grayscale(1) hue-rotate(90deg) invert(1) opacity(1) sepia(1);*/
    -o-filter: brightness(1.1) drop-shadow(15px 15px 20px black) grayscale(1) hue-rotate(90deg) invert(1) opacity(0.6) sepia(0);
    filter: brightness(1.1) drop-shadow(15px 15px 20px black) grayscale(1) hue-rotate(90deg) invert(1) opacity(0.6) sepia(0);
    display: block;
}
/*--  end contact_page  --*/



/*--  start business_credits_page  --*/
.business_credits_top_tabs{
    margin-bottom: 20px;
}
.business_credits_top_tabs .nav.menu{
	    width: 100%;
    display: inline-block;
}
.business_credits_top_tabs li{
    position: relative;
    width: calc(23% - 9px);
    display: inline-block;
    background: #ffffff;
    padding: 7px 0;
    text-align: center;
    font-family:Roboto-Bold,sans-serif;
    font-size: 17px;
	    margin-right: 11px;
}
.page_194 .business_credits_top_tabs li,
.page_195 .business_credits_top_tabs li,
.page_196 .business_credits_top_tabs li,
.page_197 .business_credits_top_tabs li{
	        width: calc(28% - 48px);
}

.page_198 .business_credits_top_tabs li,
.page_199 .business_credits_top_tabs li{
	width: calc(50% - 9px);
}



.business_credits_top_tabs li:last-child{
	margin:0;
}

.page_155 .business_credits_top_tabs{
	display:none;
}
.business_credits_top_tabs a{
	color:#000;
	text-decoration:none!important;
	font-size:15px;
}

.business_credits_top_tabs a:hover{
    color:#0046e5;
}

.business_credits_page table{
	width:100%!important;
}
.business_credits_top_tabs li.active a{
	color:#0046e5;
}
.business_credits_top_tabs li:after{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 18px 0;
    border-color: #ffffff transparent transparent;
    position: absolute;
    z-index: 5;
    left: 50%;
    bottom: -10px;
    -ms-transform: translateX(-50%); /* IE 9 */
    -webkit-transform: translateX(-50%); /* Safari */
    transform: translateX(-50%);
    opacity: 0;

}
.business_credits_top_tabs li.active:after,
.business_credits_top_tabs li.active{
    color:#0046e5;
    opacity: 1 ;
}
.business_credits_page table,
.business_credits_page table td{
    border: 1px solid #d3d3d3;
    border-collapse: collapse;
    background: #ffffff;
    /*font-weight: bold;*/
    font-family:Roboto-Bold,sans-serif;
}
.business_credits_page table td{
    padding: 5px;
}
.business_credits_page table .tabTD{
    padding-top: 12px;
    position: relative;
}
.business_credits_page table .tabTD:after,
.business_credits_page table .tabTD:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background: #ffffff;
    top:0;
}
.business_credits_page table .tabTD:before{
    left:-1px;
}
.business_credits_page table .tabTD:after{
    right:-1px;
}
/*--  end business_credits_page  --*/



/*--  start banks_inside_page  --*/
.banks_inside_page{

}
.banks_inside{
    background: #ffffff;
    padding: 24px 12px;
}
.banks_inside_parent .banks_map iframe{
    filter: grayscale(1);
}
.banks_top_title_parent{
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.banks_inside_parent a{
/*
    color: #000!important;
    font-size: 14px;
    position: relative;
    z-index: 33;
    float: right;
    top: -7px;
    right:7px;
    text-decoration:none!important;
    */
    
   text-decoration:none!important;  
     color: #000!important;
    font-size: 14px;
    
    
    
}

.banks_top_left_title .img{
    padding-right: 23px;
}
.banks_top_left_title>div:last-of-type h5{
    margin-bottom: 28px;
}
.banks_top_left_title>div:last-of-type p{
    margin-bottom: 0;
    font-size: 15px;
}
.banks_top_left_title>div:last-of-type p span{
   color:#b3b3b3;
    flex: 1;
}
.banks_top_left_title>div:last-of-type p a{
    flex: 2;
}
.banks_top_left_title>div:nth-of-type(2){
    padding-left: 22px;
    border-left: 4px solid #e8e8e8;
}
.banks_top_right_rate .for_money{
    box-shadow: none;

}
.banks_top_right_rate .for_money_each h4 {
    font-size: 12px;
    background: #247d47;
}
.banks_top_right_rate .for_money_each>div>div:first-of-type{
    background: #247d47;
}
.banks_middle_content{
    margin-top: 26px;
    font-size: 14px;
}

.rateLineBox{
    flex: 1;

}

.left_banks_address{
    height:510px;
    overflow: auto;
    flex: 2;
}

.banks_middle_content .right_banks_description{
    height:510px;
    overflow: auto;
}
.right_banks_description{
    flex: 3;
    padding-left: 24px;
}
.left_banks_address>div{

}
.left_banks_address h5{
    color: #0046e5;
    font-size: 14px;
    font-weight: bold;
}
.left_banks_address p{
    margin: 3px;
}
.left_banks_address a{
    padding-left: 24px;
    position: relative;

}
.left_banks_address a span{
    border-bottom: 1px solid #8f8f8f;
}
.left_banks_address a:after{
    position: absolute;
    content: '';
    left: 0;
    top:0;
    width: 16px;
    height: 22px;
    background: url(../images/location-icon.png) center/100% no-repeat;
}
.right_banks_description{
    text-align: justify;
}
/*--  end banks_inside_page  --*/




/*--  start footer  --*/
.fixed_bottom{
    /*position: absolute;*/
    bottom: 0;
    left: 17px;
    z-index: 22;
    /*width: 98%;*/
    background: #fff;
    padding: 18px 0 0;
}
.fixed_bottom > div:nth-of-type(2) {
    text-align: right;
    color: rgb(133, 133, 133);
    font-size: 14px;
    text-transform: uppercase;
}
.fixed_bottom > div:nth-of-type(2) span {
    display: block;
}

.line{
    position: absolute;
    top: 0px;
    left: 15px;
    width: calc(100% - 15px);
    height: 50px;
    /*background: #222;*/
    z-index: 99999;
    overflow: hidden;
    margin-bottom: 0;
    display: run-in;
}
.line_each{
    position: absolute;
    height: 100%;
    width: auto;
    background: #fff;
    animation: dotleft 4s ease infinite;
}
/*--  end footer  --*/

























@media (min-width: 1800px){
    #idBanks {
       height:350px;
    }

}








@media (min-width: 1660px){
    .container {
        max-width: 1200px;
    }

}
@media (min-width: 992px) {
    /*.offset-lgc-3{*/
        /*margin-left: 19.5%;*/
    /*}*/
    /*.col-lgcc-3{*/
        /*-webkit-box-flex: 0;*/
        /*-ms-flex: 0 0 13334%;*/
        /*flex: 0 0 13.8334%;*/
        /*max-width: 25%;*/
    /*}*/
    /*.col-lgc-3 {*/
        /*-webkit-box-flex: 0;*/
        /*-ms-flex: 0 0 19.5%;*/
        /*flex: 0 0 19.5%;*/
        /*max-width: 25%;*/
    /*}*/
}
@media (max-width: 1660px){
    /*.content-wrapper .content_middle{*/
    /*    padding-left: 31px;*/
    /*}*/
    .main_content .main_each .overlay1 .text1{
        font-size: 12px;
    }

}

















@media (min-width: 1660px){
    .container {
        max-width: 1200px;
    }

}
@media (min-width: 992px) {
    /*.offset-lgc-3{*/
        /*margin-left: 19.5%;*/
    /*}*/
    /*.col-lgcc-3{*/
        /*-webkit-box-flex: 0;*/
        /*-ms-flex: 0 0 13334%;*/
        /*flex: 0 0 13.8334%;*/
        /*max-width: 25%;*/
    /*}*/
    /*.col-lgc-3 {*/
        /*-webkit-box-flex: 0;*/
        /*-ms-flex: 0 0 19.5%;*/
        /*flex: 0 0 19.5%;*/
        /*max-width: 25%;*/
    /*}*/
}
@media (max-width: 1660px){
    /*.content-wrapper .content_middle{*/
    /*    padding-left: 31px;*/
    /*}*/
    .main_content .main_each .overlay1 .text1{
        font-size: 12px;
    }

}


.lang.dropdown a{
    cursor: pointer;
    text-transform: uppercase;
    padding-right: 0;
}

.online_application a{
	color:#0046e5;
	text-decoration:none!important;
}

.bg_white a{
	color:#000;
}


.newsBox,
.newsBoxPage{
	    width: 100%;
	right:-15px;
}

body:not(.page_260) .newsBox .main_each {
    float: left;
    width:calc(100% - 15px);
    height: 600px;
}



.newsBoxPage .main_each {
    float: left;
    width:23.5%;
    margin-right: 16px;
    height: 460px;
}





.newsBoxPage .img img{
	width:100%;
	    height: 100%;
    object-fit: cover;
}

.newsBoxPage .main_each:nth-of-type(4n){
	margin:0;
}


.owl-controls{
    position: absolute;
    top:calc( 50% - 25px);
    z-index: 99;
    width: 100%;
}

.owl-prev{
	    float: left;
	text-indent:-99999px;
	background:url(../images/slide_prev.png) no-repeat 0px 0px;
	    width: 30px;
    height: 30px;
}

.owl-next{
	    float: right;
	text-indent:-99999px;
	background:url(../images/slide_next.png) no-repeat 0px 0px;
	    width: 30px;
    height: 30px;
}

.item-page{
	width:100%;
	display:inline-block;
}


.page-header{
    position: relative;
}
.page-header h2{
	display:inline-block;
}


.formTabs,.formTabs2{
    margin:0px 8px;
}
.formTabs ul:after,.formTabs2 ul:after{
    content:"";
    display:table;
    clear:both;
}
.formTabs ul li,
.formTabs2 ul li{
    display:table;
    position:relative;
    width:48%;
    height:45px;
    list-style:none;
    float:left;
    padding:0px 0px;
    border:2px solid #0046e5;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    background-color:#0046e5;
    text-align:center;
    font-size:14px;
    color:white;
    cursor:pointer;
    margin:0px 0px 0px 7px;
}
.formTabs ul li:nth-of-type(2),
.formTabs2 ul li:nth-of-type(2){
    float:right;
    margin-left:0;
}

.formTabs ul li.active,
.formTabs2 ul li.active{
    background-color:white;
    color:black;
}
.formTabs ul li span,
.formTabs2 ul li span{
    display:table-cell;
    vertical-align:middle;
}



#formInfos h3{
    color:#0046e5;
    text-align:center;
    margin:6px 8px 14px;
    padding:9px 0px 13px;
    border-bottom:2px solid #15a4d3;
    font-size:17px;
}

.formInfo, .formInfoPage{
    position:relative;
    padding:10px 10px 0px;
    overflow:hidden;
}




.selType{
    float:left;
    margin-left:0px;
    margin-bottom:12px;
}

.selType input[type="radio"]{
    position:relative;
    width:31px;
    height:31px;
    left:5px;
    top:9px;
    opacity:0;
    cursor:pointer;
}

.selType input[type="radio"] + label{
    display:inline-block;
    margin-left:-31px;
    padding-left:43px;
    background:url(../images/form_rad.png) no-repeat 0 0px;
    line-height:31px;
}


.selType input[type="radio"]:checked + label{
    background-position :0 -38px;
}


.selTypes2{
    margin-left:10px;
}


.formInfo select,.formInfoPage select{
    color:#888;
    margin:6px 0;
    padding:10px;
    width:100%;
    border-radius:20px;
    cursor:pointer;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background:#e5e5e5 url(../images/select_bg.png) no-repeat center right 10px;
    border:1px solid transparent;
    display:block!important;
}
.formInfo select option[disabled], .formInfoPage  select option[disabled]{
    color:#bbb;
}



.formInfo input[type="text"],
.formInfo input[type="email"],
.formInfoPage input[type="text"],
.formInfoPage input[type="email"]{
    display:block;
    border:1px solid transparent;
    margin:5px 0;
    padding:10px;
    border-radius:20px;
    width:100%;
    background:#e5e5e5;
}

.step_line{
    list-style:none;
    width:100%;
    position:relative;
    margin:10px 0px;
    z-index:9999;
}
.step_line:after{
    content:"";
    display:table;
    clear:both;
}

.step_line li{
    float:left;
    width:25%;
    position:relative;
    padding-bottom:4px;
    border-bottom:5px solid #d7d7d7;
}
#formInfo_1 .step_line li,#EformInfo_1 .step_line li{
    width:33%;
}
.step_line li p{
    text-transform:uppercase;
    text-align:center;
    float:left;
    font-size:12px;
    width:100%;
    line-height:16px;
}

.step_line li:before{
    content:"";
    background:#15a4d3;
    width:7px;
    height:5px;
    border-radius:50%;
    position:absolute;
    bottom:-5px;
    left:50%;
    margin-left:-3px;
}



.actSteps{
    border-radius:5px 0px 0px 5px;
}


.actSteps:after{
    content:"";
    background:#15a4d3;
    width:7px;
    height:5px;
    width:100%;
    position:absolute;
    bottom:-5px;
    left:0;
    border-radius:0px 5px 5px 0px;
}

.step_line a{
    cursor:pointer;
}


.formInfo{
    width:100%;
    height:290px;
}
.formInfoPage{
    width:100%;
}

.simpleForms{
    width:800px;
    margin:50px auto 70px;
        padding: 25px 0 18px;
    background: #ffffff;
    box-shadow: 0 0 27px rgba(0,0,0, 0.15);
    
    
    
}

.goStep{
    background: #25AAE2;
    color: #fff!important;
    text-transform: uppercase;
    padding: 10px 20px;
    display: block;
    text-align: center;
    cursor: pointer;
    width: 200px;
    margin: 0 auto;
	}

.result-item{
	    width: 80%;
    margin: 0 auto;
}

.result-item a{
	color:#0046e5;
}

.branches_map{
	width: 100%;
    height: 460px;
}

.banks_top_left_title a {
	color:#000;
}
.banks_top_left_title .d-flex span{
    width: 130px;	
	
}

.banks_top_left_title .d-flex a{
	top:0!important;
}


.pagination .counter{
display:none;
}

.pagination ul{
    width: 100%;
    display: inline-flex;
    list-style: none;
}

.pagination ul li{
padding:5px;
}

.pagination{
    width:50%;
    margin:0 auto;
}

span.pagenav{
    color:#0046e5;
}

.pagination-start span,.pagination-prev span,.pagination-next span,.pagination-end span{
color:#000!important;
}


.pagination a{
color:#000;
}

body:not(.page_101):not(.page_260) .newsBox .main_each{
margin:0;
}


#site_marquee{
    position:relative;

}
#site_marquee{
    width:1200px;
    margin:0 auto;

}
#site_marquee ul{
    line-height:45px;
}
#site_marquee ul{
    position:absolute;
    top:0px;
    left:100%;
    height:100%;
    white-space:nowrap;
}

#site_marquee ul li{
    display:inline-block;
    margin-left:100px;
    white-space:nowrap;
}
#site_marquee ul li:nth-of-type(1){
    margin-left:0px;
}


.calculator{
    display:none;
}
.calculator h2{
    margin-bottom:15px;
}
.calculator .control-group{
    position:relative;
    margin-bottom:14px;
}
.calculator .control-group:after{
    content:"";
    display:table;
    clear:both;
}
.calculator .control-group .control-label{
    position:relative;
    width:140px;
    float:left;
}
.calculator .control-group .control-input{
    position:relative;
    float:left;
    margin-left:10px;
}
.calculator .control-group .control-input input{
    display:inline-block;
    width:100px;
    margin-right:10px;
    padding:2px 7px;
    font-size:16px;
}
.calculator button{
    display:block;
    position:relative;
    padding:5px 15px;
    background-color:#15a4d3;
    font-size:16px;
    color:white;
    text-transform:uppercase;
    cursor:pointer;
}




#calculator{
    display:block;
    padding:20px 0px;
}


.calc-switcher.small{
    width:75%;
    margin:0 auto
}
.calculator{
    display:none
}
.calculator.selected{
    display:block
}
.calculator.small{
    width:75%;
    margin:0 auto
}
.calculator .calc-toolbar{
    background-color:#baccdb;
    padding:20px 30px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}

.calculator label{
    background-color:#0046e5;
    -webkit-border-radius:4px 0 0 4px;
    border-radius:4px 0 0 4px;
    color:#fff;
    height:40px;
    margin-bottom:5px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    display:block;
    text-align:right;
    padding-right:10px;
    line-height:40px;
    float:left;
    width:50%;
}
.calculator input[type="text"]{
    float:right;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    height:40px;
    margin-bottom:5px;
    -webkit-border-radius:0 4px 4px 0;
    border-radius:0 4px 4px 0;
    border:0;
    width:50%;
    padding:4px 6px;
}
.calculator .chosen-container{
    float:right;
    margin-bottom:5px
}
.calculator .chosen-container .chosen-single{
    height:38px
}
.calculator .submit{
    background-image:none;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    border-color:#0046e5;
    background-color:#0046e5;
    color:#fff;
    border:2px solid #0046e5;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    height:40px;
    outline:0;
    float:right;
    margin-top:20px;
    padding:1px 15px;
    cursor:pointer;
}
.calculator .submit:hover{
    color:#0046e5;
    background-color:#fff;
}
.calculator .result-title{
    background-color:#0046e5;
    color:#fff;
    padding:10px;
    margin-top:10px;
}
.calculator .result-title:before{
    content:"";
    display:block;
    float:left;
    margin-right:5px;
    width:14px;
    height:19px;
    background:url("../images/Shape-2aa8.png") no-repeat center center;
    background-size:14px auto
}
.calculator .result-body{
    border:1px solid #004785;
    border-top:0;
    padding:10px
}
.calculator .table-bordered{
    width:100%;
    border-spacing:0px;
    -webkit-border-radius:0 0 4px 4px;
    border-radius:0 0 4px 4px;
}
.calculator .table-bordered tbody:first-child tr:first-child > td:last-child,
.calculator .table-bordered tbody:first-child tr:first-child > td:first-child,
.calculator .table-bordered tbody:first-child tr:first-child > th:last-child,
.calculator .table-bordered tbody:first-child tr:first-child > th:first-child{
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0
}
.calculator .table-bordered th{
    padding:8px 10px;
    background-color:#cacaca;
    text-align:left;
    font-size:14px;
    font-weight:normal;
    color:#004785;
}
.calculator .table-bordered td{
    padding:8px 10px;
    border:1px solid #0046e5;
    border-right:none;
    border-top:none;
    background-color:#ebebeb;
    font-size:14px;
    color:#6e6e6e;
}
.calculator .table-bordered td:last-of-type{
    border-right:1px solid #0046e5;
}
.calc-switcher.small{
    width:75%;
    margin:0 auto
}
.calc-tab{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    width:50%;
    float:left;
    border:2px solid #0046e5;
    background-color:#0046e5;
    color:#fff;
    text-align:center;
    padding:15px 0;
    cursor:pointer;
}
.calc-tab.selected{
    background-color:#fff;
    color:#004785;
    cursor:auto
}
.calc-title{
    color:#0046e5;
    margin-bottom:20px;
}




#login_formBox{
    position:relative;
    height:0px;
    overflow:hidden;
    transition:height 0.4s;
}
#login_formBox.active{
    height:70px;
}
#login_formBox form{
    height:100%;
}
#login_formBox .userdata{
    width: 100%;
    height:100%;
}
#login_formBox .userdata:after{
    content:"";
    display:table;
    clear:both;
}
#login_formBox .left_block{
    position:relative;
    width:calc(100% - 280px);
    height:100%;
    float:left;
    padding-top:8px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;

}
#login_formBox .left_block:after{
    content:"";
    display:table;
    clear:both;
}
#form-login-username,
#form-login-password{
    position:relative;
    width:49%;
    float:left;
}
#form-login-username{
    margin-right: 2%;
}
#form-login-password{
}
#form-login-username .add-on,
#form-login-password .add-on{
    display:none;
}
#form-login-username input,
#form-login-password input{
    display: block;
    position: relative;
    width: 100%;
    padding: 10px 14px;
    background-color: rgba(255, 255, 255, 0.2);
    font-size: 16px;
    color: #ffffff;
    outline: none;
    border: 1px solid #0046e5;
}
#form-login-username input::-webkit-input-placeholder,
#form-login-password input::-webkit-input-placeholder{
    color: #ffffff;
}
#form-login-username input:-moz-placeholder,
#form-login-password input:-moz-placeholder{
    color: #ffffff;
}
#form-login-username input::-moz-placeholder,
#form-login-password input::-moz-placeholder{
    color: #ffffff;
}
#form-login-username input:-ms-input-placeholder,
#form-login-password input:-ms-input-placeholder{
    color: #ffffff;
}
#form-login-username input::-ms-input-placeholder,
#form-login-password input::-ms-input-placeholder{
    color: #ffffff;
}
#login_formBox .right_block{
    position:relative;
    width:260px;
    height:100%;
    float:right;
}
#form-login-submit button{
display: block;
    width: 100%;
    line-height: 34px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    top: 7px;
    background: #0046e5;
}


#form-login-username input::-webkit-input-placeholder,
#form-login-password input::-webkit-input-placeholder{
    color:rgba(0, 0, 0, 0.7);
}
#form-login-username input:-moz-placeholder,
#form-login-password input:-moz-placeholder{
   color:rgba(0, 0, 0, 0.7);
}
#form-login-username input::-moz-placeholder,
#form-login-password input::-moz-placeholder{
    color:rgba(0, 0, 0, 0.7);
}
#form-login-username input:-ms-input-placeholder,
#form-login-password input:-ms-input-placeholder{
    color:rgba(0, 0, 0, 0.7);
}
#form-login-username input::-ms-input-placeholder,
#form-login-password input::-ms-input-placeholder{
    color:rgba(0, 0, 0, 0.7);
}



.userBUl{
    list-style: none;
    display: inline-block;
    margin: 0;
    position: relative;
    left: -139px;
    background: #0046e5;
    padding: 0;
}


.userBUl li{
    float:left;
    padding:5px 10px;
    text-align:right;
}


.userBUl li a{
color: #fff;
    text-transform: uppercase;
    font-size: 14px;
}

.rateLink{
	text-decoration:none!important;
    display: none;
}



.currency_table table{
    width: 100%;
    background: #ffffff;
}
.currency_table table,
.currency_table table td{
    border: 1px solid #d3d3d3;
    border-collapse: collapse;
    font-size: 13px;
    font-family: Roboto,sans-serif;
    text-align: center;
}
.currency_table select,
.currency_table table tr:nth-of-type(2) td,
.currency_table table tr:first-of-type,
.currency_table table tr:nth-of-type(2){
    background: #0046e5!important;
}
.currency_table table tr th{
    border: 1px solid #ffffff;
    font-size: 16px;
    padding: 5px 8px;
}
.currency_table table tr th{
    position: relative;
}
.currency_table table tr th:nth-of-type(4) strong:after,
.currency_table table tr th:nth-of-type(5) strong:after,
.currency_table table tr th:nth-of-type(6) strong:after{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top:13px;
    right:7px;
    border-bottom: 10px solid #ffffff;
    border-left: 10px solid transparent;
}
.currency_table table td{
    padding: 5px 8px;
    vertical-align: middle;
}
.currency_table table tr td:first-of-type img{
    margin-right: 4px;
}
.currency_table table tr td:nth-of-type(1){
    border-left: transparent ;
}
.currency_table table tr:nth-of-type(2) td{
    background: #15a4d3;
    border: 1px solid #ffffff;
    font-weight: normal;
}

.currency_table table tr td:first-child{
	text-align:left;
}
.left_call_center a{
	    color: #0046e5!important;
    font-weight: bold;
}





.currency_table select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
	    padding: 0 10px;
    background: #0046e5;
    border: none;
    color: #fff;
    font-weight: normal;
    outline: none;
}

.arrowSel:before{
	content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 13px;
    right: 7px;
    border-bottom: 10px solid #ffffff;
    border-left: 10px solid transparent;
}

.currency_table a{
	color:#0046e5;
}
.currency_table{
    background: #fff;
    padding:20px;	
}

.rateMenu{
	width:100%;
	display: inline-block;
	text-align:center;
}

.rateMenu ul{
	    padding: 0;
    margin: 10px 0;
    list-style: none;
    display: inline-flex;
}

.rateMenu ul li{
    cursor: pointer;
    border-bottom: 4px solid #ccc;
    padding: 0 30px;
    font-size: 20px;
    text-transform: uppercase;
}

.activeRate{
	border-bottom: 4px solid #0046e5!important;
	color:#0046e5!important;
}

.credit_companies_page .banks_content_parent .img div:nth-of-type(2),
.featured-companies .img div:nth-of-type(2){
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-right: 0px;
    color:#b3b3b3; 
	position: relative;
    top: 0px;
	left:-15px;
}
.credit_companies_page .banks_content_parent .img div:nth-of-type(2) a,
.featured-companies .img div:nth-of-type(2) a{
    position: relative;
    margin-bottom: 9px;
    font-size: 13px;
    color: #ccc;
}
.credit_companies_page .banks_content_parent .img div:nth-of-type(2) a:after,
.featured-companies .img div:nth-of-type(2) a:after{
    content: '';
    position: absolute;
    right:-30px;
    top:0;
    width: 25px;
    height: 25px;
    background: url(../images/icon15.png) center/cover no-repeat;
}
.banks_content .img img{
    max-width: 100%;
}



.company_item.not_featured{
    height: 250px;
    float: left;
    width: 30%;
    margin: 20px 19px;
    position: relative;
    padding: 15px;
    box-sizing: border-box;
}
.company_item:nth-of-type(2n+1){
    float:left;
}

.company_item.pawnshop_item{
    height:275px;
    padding-bottom:0px;
}
.company_item:before{
    content:"";
    position:absolute;
    width:100%;
    height:5px;
    left:0px;
    bottom:0px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    background-color:rgba(0, 0, 0, 0.2);
}
.company_item:after{
    content:"";
    display:table;
    clear:both;
}

.company_image{
    position:relative;
    width:133px;
    height:77px;
    float:left;
    margin-bottom:14px;
    border:3px solid rgba(0, 0, 0, 0.12);
    -webkit-border-radius:40px;
    -moz-border-radius:40px;
    border-radius:40px;
    overflow:hidden;
}
.company_image img{
    position:absolute;
    width:auto !important;
    max-width:97%;
    max-height:91%;
    left:0px;
    right:0px;
    top:0px;
    bottom:0px;
    margin:auto !important;
}

.company_title{
    display:table;
    position:relative;

    float:right;
    margin-bottom:14px;
}
.not_featured .company_title{
    height:auto;
    float:none;
}
.company_title h3{
    display:table-cell;
    position:relative;
    top:-4px;
    vertical-align:middle;
    font-size:14px;
    font-weight:normal;
    text-transform:uppercase;
    text-decoration:underline;
}
.company_title h3 a{
	text-decoration:none;
}
.company_content{
    position:relative;
    clear:both;
    margin-left:3px;
    line-height:20px;
}
.company_content table{
    position:relative;
    width:100%;
    table-layout:fixed;
    border-spacing:0px;
}
.company_content table tr td{
    padding-bottom:3px;
}
.company_content table tr:last-of-type td{
    padding-bottom:0px;
}
.company_content table tr td:first-of-type{
    width:215px;
}

.company_content .jcomments-links{
    display:none;
}

.company_content a:not(.map_link){
    text-decoration:underline;
}

.company_link_1,
.company_link_2{
    position:relative;
    margin-top:17px;
}
.company_link_1{
    width:215px;
    float:left;
    margin-left:3px;
}
.company_link_2{
    width:335px;
    float:right;
}
.company_link_1 a,
.company_link_2 a{
    display:inline-block;
    padding-left:39px;
    text-decoration:underline;
}
.company_link_1 a:before,
.company_link_2 a:before{
    content:url('../images/pdf.png');
    position:absolute;
    left:-3px;
    top:-2px;
}

.blog .jcomments-links{
display:none;
}



.featured-companies {
    position: relative;
    margin-bottom: 65px;
    padding-bottom: 45px;
    border-bottom: 3px solid #f7941d;
    overflow: hidden;
}

.company_item {
	background:#fff;
}

.featured-companies .img img{
	    width: 150px;
    position: relative;
    left:0;
}

.featured-companies .banks_description a,
.company_title a{
	color:#000;
	text-decoration:none;
}
.company_content{
	color:#000;
}

.company_item.not_featured{
	color:#0046e5;
}
.pawnshop_blog {
    margin: 30px 0;
    display: inline-block;
    width: 100%;
}

.pawnshop_blog  .img{
	    width: 140px;
}
.pawnshop_blog  .img img{
width: 100%;	
}

.panshItem{
	    width: 48%;
    float: left;
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
	margin-bottom:20px;
	    height: 370px;
	    position:relative;
}

.pawnshop_blog .panshItem:nth-of-type(2n+1){
    margin-right: 45px;	
}

.page_131 .item-page {
	    background: #fff;
    padding: 20px;
}

.searchlinesN{
    width: 100%;
    display: inline-block;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
}

.page_130 .item-page{
	background:#fff;
	padding:20px;
	box-sizing:border-box;
}
.pawnshop_blog .banks_description a{
	color:#000;
	text-decoration:none!important;
}

.page_130 .item-page table tr:first-child td,.page_131 .item-page table tr:first-child td{
    padding:20px;
    border-top:3px solid #dddddd;
    border-bottom:3px solid #dddddd;
    font-size:17px;
    text-transform:uppercase;
    color:#15a4d3;

}

.page_130 .item-page table tr:first-child td:first-child,.page_131 .item-page table tr:first-child td:first-child{
    padding:20px;
    border-left:3px solid #dddddd;

}

.page_130 .item-page table tr:first-child td:last-child,.page_131 .item-page table tr:first-child td:last-child{
    padding:20px;
    border-right:3px solid #dddddd;

}



.page_130 .item-page table ,.page_131 .item-page table{
    width:100%;
    margin:30px 0;
    border-collapse:collapse;
    overflow:hidden;
}



.page_130 .item-page table tr td,.page_131 .item-page table tr td{
    padding: 5px;
    border-bottom: 1px solid #dddddd;
    position: relative;
    font-size: 14px;
}


.page_130 .item-page table tr:last-child td,.page_131 .item-page table tr:last-child td{

    border-bottom:none;

}



.page_130 .item-page table tr td:before,.page_131 .item-page table tr td:before{
    content:"";
    width:3px;
    height:105%;
    background:#ddd;
    position:absolute;
    right:0;
    top:21px;
}


.page_130 .item-page table tr td:last-child::before,.page_131 .item-page table tr td:last-child::before{
    display:none;
}

.page_130 .business_credits_top_tabs,
.page_131 .business_credits_top_tabs{
	    text-align: center;
    margin: 20px 0;
}

.page_154 .img{
	height:300px;
	position:relative;
}

.page_154 .img div:nth-of-type(2){
	    position: absolute;
    bottom: 0;
    top: auto;
}

.page_154 .banks_description{
	    width: 72%;
    padding: 0 17px;
}

.readM{
	float:right;
}

.banks_top_left_title .img{
	display:inline-block;
}

.banks_top_left_title .img img{
	    max-width: 200px;
}


.sp-poll-result .sp-poll-resul-item:nth-of-type(2n){
	float:right;
	width:45%;
	    height: 50px;
}

.sp-poll-result .sp-poll-resul-item:nth-of-type(2n+1){
	float:left;
	width:45%;
	    height: 50px;
}

#new_video{
    margin: 0 0 25px 0;
}
#new_video iframe,
#new_video img{
    max-width:100%;
    width:100%;
}

.poll1{
    text-align: center;
    font-weight: bold;
    background: #0046e5;
	margin: 20px 0;
}

.poll1 a{
	color: #fff!important;
    padding: 14px 5px;
    display: block;
    cursor: pointer;
}

.lstAr{
display:none;
position:absolute;
right:0;
top:-8px;
z-index:99;
}




.vacancies_content{
    /*margin: 0;*/
}
.vacancies_parent .img{
    padding-right: 15px;
    text-align: right;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12%;
    flex: 0 0 12%;
    max-width: 12%;
}
.vacancies_parent .img img{
    max-width: 100%;
	margin-left:10px;
}
.vacancies_parent .vacancies_description{
    padding: 0 25px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 88%;
    flex: 0 0 88%;
    max-width: 88%;
    border-left: 4px solid #e8e8e8;
}
.vacancies_content{
    padding: 25px 0 18px;
    font-weight: 500;
    margin-bottom: 20px;
    background: #ffffff;
    box-shadow: 0 0 27px rgba(0,0,0, 0.15);
}
.vacancies_description a >div{
    border-bottom: 4px solid #ebebeb;
    margin: 0 0 14px 0;
    -webkit-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.vacancies_description a >div>span:nth-of-type(1){
    flex: 4;
}
.vacancies_description a >div>span:nth-of-type(2){
    flex: 2;
}
.vacancies_description a >div>span>span {
    display: inline-block;
    background-color: #ffffff;
    position: relative;
    top:11px;
}
.vacancies_description a >div>span:last-of-type>span {
    display:block;
}
.vacancies_description a >div>span:first-of-type>span{
    padding-right: 9px;
}
.vacancies_description a >div>span:last-of-type>span{
    padding-left: 9px;
}
.vacancies_description a >div>span:last-of-type>span a {
    color:#0046e5;
    text-decoration: underline;
    margin-left: 13px;
}
.vacancies_description a >div:hover{
    border-color: #0046e5;
}
/*--  end vacancies_page  --*/

.vacancies_description a{
	color:#000;
}

/*--  start vacancies_inside_page  --*/
.vacancies_inside_parent{
    padding: 25px 15px 18px;
    margin-bottom: 20px;
    background: #ffffff;
    box-shadow: 0 0 27px rgba(0,0,0, 0.15);
    font-weight: normal;
}
.vacancies_inside_content_top{
    /*padding: 25px 0 18px;*/
    /*margin-bottom: 20px;*/
    /*background: #ffffff;*/
    /*box-shadow: 0 0 27px rgba(0,0,0, 0.15);*/
    /*font-weight: normal;*/

}
.vacancies_inside_content_top .img{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16%;
    flex: 0 0 16%;
    max-width: 16%;
    text-align: center;
}
.inside_description_parent{
    padding: 0 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 84%;
    flex: 0 0 84%;
    max-width: 84%;
    border-left: 4px solid #e8e8e8;

}
.inside_description_parent>div{
    margin: 0;
    -webkit-justify-content: space-between;
    justify-content: space-between;

}
.inside_description{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%;

}
.inside_contact{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
}
.inside_contact>div{
    margin: 0;
}
.inside_contact>div span {
    display: flex;
    flex:0 0 24%;
    color:#b3b3b3;
}
.vacancies_inside_content_bottom{
    padding-top: 60px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.left_call_center{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    max-width: 28%;
}
.left_call_center>div{
    max-width: 315px;
    margin-left: 56px;
    padding: 7px 0 7px;
    border-bottom: 4px solid #e8e8e8;
}

.left_call_center>div:after{

}
.right_options{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 68%;
    flex: 0 0 68%;
    max-width: 68%;
    padding-right: 23px;
}
.left_call_center>div:hover {
    border-color:#0046e5 ;
    color:#0046e5;
}
.right_options>div{
    margin: 0 0 24px 0;
}
.right_options>div span {
    flex: 0 0 30%;
    font-weight: bold;
    text-align: right;
    padding-right: 23px;
}
body:not(.page_106) .right_options>div>div{
    flex:0 0 78%;
}

.page_106 .vacancies_content .img img{
    position: relative;
    left: 8px;
}

.vacancies_inside_content_top img{
max-width:195px;
}

.page_106 .right_options>div>div{
       flex:0 0 60%;
}
.right_options>div>div p{
    margin-bottom: 0;
}
.right_options>div:last-of-type>div {
    margin: 0;
}
.right_options>div:last-of-type>div a {
    background: #0046e5;
    border-radius: 25px;
    width: 48%;
    float: left;
    color: #fff;
    text-align: center;
}
.right_options>div:last-of-type>div p {
    display: inline-block;
    width: 52%;
    color: #c8c8c8;
    padding-left: 13px;
    font-size: 14px;
}
/*--  end vacancies_page  --*/

.inside_description_parent a{
	color:#0046e5!important;
}


.left_call_center a{
	text-decoration:none!important;
	color:#000;
}

.fixed_bottom{
    padding: 0;
    /*height: 43px;	*/
}


.view_finagent .first_line.main_content{
	
}

.page_content img{
max-width:100%;
}

#jc{
    margin:50px 0;
}

.formLinks{
    
        width: 100%;
    display: inline-block;
    margin: 30px 0px 0px 0px;
}

.formLinks2{
    width: 1200px;
    margin: 0 auto;
    max-height: 100px;
	position:relative; 
}

.formLinks2 a{
    color: #fff;
    font-size: 18px;
    display: block;
	position:relative;
}


.forCommentsLog p{
    text-align: center;
    color: #444;
    font-size: 18px;	
}
	
	
.forCommentsLog{
    margin: 0px 0px 50px 0px;	
}

.forCommentsLog ul{
    width: 335px;
    margin: 0 auto;
    list-style: none;
}
.forCommentsLog ul li{
    float: left;
    margin: 0px 10px 0px 0px;
    width: 130px;
    text-align: center;
}
.forCommentsLog ul li a{
display: block;
    width: 100%;
    color: #0046e5!important;
    font-weight: bold;
    padding: 2px 10px;
    text-decoration: underline;
}

.contentPosition{
      width: 100%;
    background: #ffffff;
    box-shadow: 0 0 27px rgba(0,0,0, 0.15);
    
}

.latestnewsRight {
    width: 100%;
    display: inline-block;
}


#footer_news{
    padding: 20px;
}

.latestnewsRight a{
font-size:14px;
    line-height:1.3;
}

.latestnewsRight img{
    width:80px;
    float:left;
    margin:0px 5px 0px 0px;
}

.latestnewsRight{
width:100%;
    display:inline-block;
}

.latestnewsRight li{
display:inline-block;
    width:100%;
    margin:0px 0px 20px 0px;
}

.latestnewsRight li:last-child{
    text-align:center;
    text-transform:uppercase;
    background:#15a4d3;
    color:#fff;
    padding:10px;
}

.item-page .article-info{
display:none;
}

.page_260.view_article .page_content,
.page_271.view_article .page_content,
.page_272.view_article .page_content,
.page_273.view_article .page_content,
.page_274.view_article .page_content,
.page_275.view_article .page_content,
.page_276.view_article .page_content,
.page_277.view_article .page_content,
.page_278.view_article .page_content,
.page_279.view_article .page_content,
.page_280.view_article .page_content,
.page_281.view_article .page_content,
.page_282.view_article .page_content,
.page_283.view_article .page_content,
.page_284.view_article .page_content,
.page_285.view_article .page_content,
.page_286.view_article .page_content,
.page_287.view_article .page_content,
.page_289.view_article .page_content,
.page_290.view_article .page_content,
.page_291.view_article .page_content,
.page_163.view_article .page_content,
.page_231.view_article .page_content,
.page_271.view_article .page_content,
.page_177.view_article .page_content,
.page_230.view_article .page_content,
.page_178.view_article .page_content,
.page_227.view_article .page_content{
    background: #ffffff;
    margin-bottom: 27px;
    box-shadow: 0 0 27px rgba(0,0,0, 0.15);
    padding: 0px 20px 20px 30px;
}




.page_260.view_article .page_content img:first-of-type,
.page_271.view_article .page_content img:first-of-type,
.page_272.view_article .page_content img:first-of-type,
.page_273.view_article .page_content img:first-of-type,
.page_274.view_article .page_content img:first-of-type,
.page_275.view_article .page_content img:first-of-type,
.page_276.view_article .page_content img:first-of-type,
.page_277.view_article .page_content img:first-of-type,
.page_278.view_article .page_content img:first-of-type,
.page_279.view_article .page_content img:first-of-type,
.page_280.view_article .page_content img:first-of-type,
.page_281.view_article .page_content img:first-of-type,
.page_282.view_article .page_content img:first-of-type,
.page_283.view_article .page_content img:first-of-type,
.page_284.view_article .page_content img:first-of-type,
.page_285.view_article .page_content img:first-of-type,
.page_286.view_article .page_content img:first-of-type,
.page_287.view_article .page_content img:first-of-type,
.page_289.view_article .page_content img:first-of-type,
.page_290.view_article .page_content img:first-of-type,
.page_291.view_article .page_content img:first-of-type,

.page_163.view_article .page_content img:first-of-type,
.page_177.view_article .page_content img:first-of-type,
.page_230.view_article .page_content img:first-of-type,
.page_178.view_article .page_content img:first-of-type,
.page_231.view_article .page_content img:first-of-type,
.page_271.view_article .page_content img:first-of-type,
.page_227.view_article .page_content img:first-of-type{
    width: 50%;
    float: left;
    margin: 0px 20px 20px 0px;
    border: 2px solid #ccc;
}
.newsPrews{
width: 40%;
}
.newsPrews .newsthumb{
    width: 100%;
    float: left;
    overflow: hidden;
    height: 100px;
    margin-right: 20px;
	    justify-content: left;
}
.thItem{
    overflow: hidden;
    width: calc(33.3333% - 9px);
    height: 100%;
	margin-right:7px;
}
.newsPrews .newsthumb .thItem img{
    width:100%!important;
    height: 100%;
    object-fit: cover;
    margin: 0!important;
}
.newsDataCont{
    width:60%;
    min-height:400px;
}

.view_article  #jc{
    background: #ffffff;
    box-shadow: 0 0 27px rgba(0,0,0, 0.15);
    padding: 26px 0px 10px 0px;
}


.page_260  .img img,
.page_271  .img img,
.page_272  .img img,
.page_273  .img img,
.page_274  .img img,
.page_275  .img img,
.page_276  .img img,
.page_277  .img img,
.page_278  .img img,
.page_279  .img img,
.page_280  .img img,
.page_281  .img img,
.page_282  .img img,
.page_283  .img img,
.page_284  .img img,
.page_285  .img img,
.page_286  .img img,
.page_287  .img img,
.page_289  .img img,
.page_290  .img img,
.page_291  .img img,

.page_163 .img img,
.page_178 .img img,
.page_231 .img img,
.page_271 .img img,
.page_177 .img img,
.page_230 .img img,
.page_101  .img img{
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    overflow: hidden;
}


.page_260  .img:hover img,
.page_271  .img:hover img,
.page_272  .img:hover img,
.page_273  .img:hover img,
.page_274  .img:hover img,
.page_275  .img:hover img,
.page_276  .img:hover img,
.page_277  .img:hover img,
.page_278  .img:hover img,
.page_279  .img:hover img,
.page_280  .img:hover img,
.page_281  .img:hover img,
.page_282  .img:hover img,
.page_283  .img:hover img,
.page_284  .img:hover img,
.page_285  .img:hover img,
.page_286  .img:hover img,
.page_287  .img:hover img,
.page_289  .img:hover img,
.page_290  .img:hover img,
.page_291  .img:hover img,

.page_163  .img:hover img,
.page_178  .img:hover img,
.page_177  .img:hover img,
.page_230  .img:hover img,
.page_231  .img:hover img,
.page_271  .img:hover img,
.page_101  .img:hover img
 {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.page_260  .img,
.page_271  .img,
.page_272  .img,
.page_273  .img,
.page_274  .img,
.page_275  .img,
.page_276  .img,
.page_277  .img,
.page_278  .img,
.page_279  .img,
.page_280  .img,
.page_281  .img,
.page_282  .img,
.page_283  .img,
.page_284  .img,
.page_285  .img,
.page_286  .img,
.page_287  .img,
.page_289  .img,
.page_290  .img,
.page_291  .img,

.page_163  .img,
.page_260  .img,
.page_178  .img,
.page_177  .img,
.page_230  .img,
.page_231  .img,
.page_271  .img,
.page_227  .img,
.page_101  .img{
     height: 190px;
      overflow: hidden;
      }



     .artPubs{
     display:none;
     } 
    


.page_260  .artPubs,
.page_271  .artPubs,
.page_272  .artPubs,
.page_273  .artPubs,
.page_274  .artPubs,
.page_275  .artPubs,
.page_276  .artPubs,
.page_277  .artPubs,
.page_278  .artPubs,
.page_279  .artPubs,
.page_280  .artPubs,
.page_281  .artPubs,
.page_282  .artPubs,
.page_283  .artPubs,
.page_284  .artPubs,
.page_285  .artPubs,
.page_286  .artPubs,
.page_287  .artPubs,
.page_289  .artPubs,
.page_290  .artPubs,
.page_291  .artPubs,

 .page_163 .artPubs,
  .page_177 .artPubs,
  .page_230 .artPubs,
   .page_178 .artPubs,
  .page_231 .artPubs,
  .page_271 .artPubs,
  .page_227 .artPubs{
        width: 58%;
    float: right;
    font-weight: bold;
    display:block;
    }

.get_in_touch a{
color:#fff!important;
}

#touchForms{
position:relative;
}

#touchForms button{
    position: absolute;
    right: 15px;
    bottom: -40px;
    background: #0046e5;
    border: 1px solid #0046e5;
}

#playerBox{
    height: 592px;
}

.product_image{
position:relative;
}

.for_money p{
    width: 100%;
    text-align: center;
    margin: 20px 0px 20px 0px;
    font-size: 19px;
}

#mapBoxBank{
    height: 590px;
}


.blog .main_each{
    margin: 0px 16px 20px 0px;
    background: #fff;
    padding: 15px;
}


.brMap {
    padding: 5px 0px 10px 22px;
    background: url(../images/mapMark.png) no-repeat 0px 4px;
    display: inline-block;
    cursor: pointer;
}

.banks_top_right_rate ul{
padding: 0px 0px 0px 5px;
    margin: 0;
    list-style: none;
}

.banks_top_right_rate ul li{
    width: 100%;
    margin: 0px 3px 0px 0px;
    display: inline-block;
    height: 31px;
        text-align: center;
}

.banks_top_right_rate ul li div:first-child{
    background: #247d47;
    width: 32%;
    height: 35px;
    color: #fff;
    float: left;
    text-align: center;
}

.banks_top_right_rate ul li div{
    background: #efefef;
    width: 32%;
    height: 35px;
    color: #000;
    float: left;
    text-align: center;
    line-height: 2.5;
        margin-right: 1px;
}

.address_data{
    border-bottom: 2px solid #ebebeb;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}

.rateLineBox{
position: relative;
    top: 0px;
}

.banks_top_right_rate li:first-child p:first-child{
    margin: 0;
    text-transform: uppercase;
    color: #247d47;
    font-weight: bold;
    font-size: 15px;
    padding-bottom: 5px;
}

.atmBranch{
display:none;
}

.atm_branch_tab{
    padding: 0;
    margin: 0px 0px 15px 0px;
    display: inline-flex;
    list-style: none;
    width: 100%;
}

.atm_branch_tab li{
    width: 48%;
    text-align: center;
    border-bottom: 3px solid #e1e1e1;
    padding-bottom: 5px;
    font-size: 13px;
    text-transform: uppercase;
    cursor:pointer;
}

.atm_branch_tab li.is_open{
border-bottom:3px solid #0046e5;
}

.page_101 .slider_description>span,
.page_101 .slider_description>span{
    color:#999;
    position: absolute;
    top:0;
    left: 0;
}
.slider_description h5 span{
    color:#999;
    position: absolute;
    top:-2px;
    right: 0;
}

body:not(.page101) .slider_description span{
	    position: absolute;
    top: 0;
}



.login{
	    width: 100%;
    display: inline-block;
}
.logLineBsr,
.reset{
    max-width: 500px;
    margin: 0 auto;
    margin-top: 100px;
}

.logLineBsr h1,
.reset h1,
.registration fieldset legend{
text-align: center;
    color: #0046e5;
    border-bottom: 1px solid #ccc;
    padding: 0;
    margin: 11px 0;
}

.logLineBsr .control-group:nth-of-type(1) .controls input,
.reset.control-group:nth-of-type(1) .controls input,
.logLineBsr .control-group:nth-of-type(2) .controls input{
    background: #e5e5e5;
    padding: 10px;
    margin: 0px 0px 2px 0px;
    width: 95%;
}

.logLineBsr .control-group:nth-of-type(1),
.reset .control-group:nth-of-type(1),
.logLineBsr .control-group:nth-of-type(2){
	width: 50%;
    float: left;
}

.logLineBsr .control-group:nth-of-type(3){
	    width: 100%;
    display: inline-block;
}
.loginuslink{
	    text-align: right;
    color: #999;
}

.logLineBsr input,
.reset input,
.registration input{
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;

}

.loginuslink a{
color:#0046e5;
}

.logLineBsr .control-group:nth-of-type(3) button{
	    float: right;
    margin: 15px 13px 10px 0px;
    width: 120px;
    padding: 5px;
    background: #0046e5;
    color: #fff;
    cursor: pointer;
    border:none;
}

.logLineBsr .page-header:after{
    content: '';
    position: absolute;
    right: 0;
    top: 49px;
    width: 100%;
    height: 14%;
    background: #0046e5;
    z-index: 0;

}
	
	
.registration fieldset .control-group{
    min-width: 240px;
	width:20%;
	float:left;

}

.registration fieldset .control-group input{
	background: #e5e5e5;
    padding: 10px;
    margin: 0px 0px 2px 0px;
    width: 95%;
}
.login .control-label,
.registration .control-label{
	padding:10px;
}

.buttonBoxReg{
	    width: 227px;
    float: right;
    margin: 10px 12px 0px 0px;
}
	
.buttonBoxReg button{
border:none;
	    width: 108px;
    padding: 5px;
    background: #0046e5;
    color: #fff;
    cursor: pointer;
    float: left;
}
.buttonBoxReg a{
	    width: 110px;
    padding: 5px;
    background: #0046e5;
    color: #fff!important;
    cursor: pointer;
    font-size: 14px;
    display: block;
    text-align: center;
    float: right;
}

.registration{
    padding: 30px 0;
}
	
.noVer{
	overflow: hidden;
    width: 200px!important;
}
.noVer li{
	width: 200px!important;
}

.regBoxInner h2{
	    text-align: center;
    color: #720505;
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    margin: 20px 0;
	
}
.regBoxInner h2 a{
	    color: #fff;
    background: #0046e5;
    padding: 2px 20px;
    font-weight: normal;
}
.regBoxInner form{
	    width: 30%;
    float: left;
    margin-right: 20px;
}
.page_244  .page_content{
    background: #ffffff;
    margin-bottom: 27px;
    box-shadow: 0 0 27px rgba(0,0,0, 0.15);
}

.page_244  .page_content ul{
    padding: 0;
    list-style: none;
    display: inline-flex;
    text-align: center;
}

.page_244  .page_content ul li{
text-align: center;
    width: 25%;
    margin: 0px 0px 30px 0px;
}
.page_244  .page_content ul li p{
    font-size: 15px;
    padding: 30px;
    color: #0046e5;
}

.mobileBurg,
.mobileOpIsMenu{
display:none;
}
.mobileBurg1{
    display:none;
    width: 43px;
    position: absolute;
    left:15px;
    top: 18px;
    cursor: pointer;
}

.mobileBurg1 div,
.mobileBurg div,
.mobileBurg2 div{
    width: 54px;
    height: 4px;
    background-color: black;
    margin: 5px 0;
}
.mobileBurg1 div{
    width: 32px;
}

#navbarSupportedContent ul{
    display: inline-block;
    width: 100%;
}

#navbarSupportedContent ul li{
    display: inline-block;
    float: left;
}

.menuOver ul li a{
/*padding:0 10px;*/
color:#fff;
}

.menuOver{
    /*width: 60%;*/
    /*float: left;*/
    /*padding: 26px 0;*/
}

.socialOver{
    position: relative;
    height: 100%;
}
.app_android{
position: absolute;
    right: 290px;
    top: 0;
    height: 100%;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.app_android a{
    /*position: relative;*/
    /*top:9px;*/
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: inline-block;
    width: 60px;
    height: 57px;
    /*margin-right: 12px;*/

}
.app_android a:first-of-type{
    background: url(../images/app_android.png) -57px 0/101px no-repeat;
}
.app_android a:last-of-type{
    background: url(../images/app_android.png) 0 0/101px no-repeat;
}



#navbarSupportedContent ul li.active a,
#navbarSupportedContent ul li a:hover{
color:#0046e5;
}

.socialOver form{
    width:calc(100% - 76px);
    height: 100%;
    background: #ffffff;
    /*float: left;*/
    /*-webkit-transition: all 200ms ease-in;*/
    /*-ms-transition: all 200ms ease-in;*/
    /*-moz-transition: all 200ms ease-in;*/
    /*transition: all 200ms ease-in;*/
}
#searchwords{
    width:calc(100% - 31px);
}
.socialOver form:hover{
    /*position: relative;*/
    /*padding-left: 0;*/
    /*z-index:11;*/
}
.socialOver form:hover #searchwords {
     /*width: 300px;*/
}

#closeMobilepop{
    display:none;
}

.btn-outline-success:hover{
    background-color:transparent!important;
    border-color:transparent!important;
}

.blog.company_blog #calculator,
.blog.insurance  #calculator{
display:none;
}  

.blog.company_blog,
.blog.insurance{
padding: 20px 0px 0px 0px;
}

.mobileCurrencyBlock{
display:none;
position: relative;
    z-index: 99;
}
.currencyViewIcon{
cursor:pointer;
position: relative;
    z-index: 999;
}


#searchByName{
    width: 400px;
    padding: 5px;
}

.list-group.top .list-group-item:nth-of-type(4) a:before {
    background: url(../images/icons_4.png) center/100% no-repeat;
}

.list-group.top .list-group-item:nth-of-type(10) a:before {
        background: url(../images/icons_5.png) center/100% no-repeat;
    background-size: 16px auto;
    background-position: 3px 0px;
}

.list-group.top .list-group-item:nth-of-type(11) a:before {
        background: url(../images/icon8.png) center/100% no-repeat;
    background-size: 16px auto;
    background-position: 3px 0px;
}

.viewBoxhts{
    background: url(../images/view.png) 8px 8px no-repeat;
    background-size: 20px auto;
    position: absolute;
    right: 30px;
    bottom: 0;
    display: block;
    height: 55px;
    text-align: left;
    padding: 0px 0px 0px 35px;
}


.viewBoxhtsNews{
    background: url(../images/view.png) 8px 8px no-repeat;
    background-size: 20px auto;
    position: absolute;
    right: 70px;
    display: block;
    width: 81px;
    height: 55px;
    text-align: left;
    padding: 0px 0px 0px 35px;
	margin-top:-25px;
}

.page_content{
position:relative;
}

.viewMp3bl{
    background: url(../images/audio_icons.png) 28px 3px no-repeat;
    background-size: 40px auto;
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 70px;
    height: 23px;
    text-align: left;
    padding: 0px 0px 0px 41px;
    overflow: hidden;
}



.slider_description h5 a{
    width: 100%;
    display: block;
    z-index: 9;
    position: relative;
    padding-top: 20px;
}


/*.viewMp3blPage{
    background: url(../images/audio_icons.png) 11px 0px no-repeat;
    background-size: 40px auto;
    position: absolute;
    top: 29px;
    right: 130px;
    display: block;
    width: 70px;
    height: 21px;
    text-align: left;
    padding: 0px 0px 0px 35px;
    overflow: hidden;
    cursor: pointer;
}

.is_paused{
       background-position: 11px -26px!important;
}*/

.viewMp3blPage{
    background: url(../images/ply.jpg) 11px 0px no-repeat;
background-size: 40px auto;
    position: absolute;
    top: 3px;
    right: 0px;
    display: block;
    width: 73px;
    height: 50px;
    text-align: left;
    padding: 0px 0px 0px 35px;
    overflow: hidden;
    cursor: pointer;
}

#call_back{
    position: fixed;
    right: 346px;
    z-index: 99;
    bottom: 0;
    cursor: pointer;
}
#call_back img{
	width:80px;
}

#callBox{
	
width: 345px;
    margin: 0 auto;
    margin-top: 200px;
}

#callBox input[type="text"]{
    padding: 5px 10px;
    border: 1px solid #ccc;
    width: 92%;
}

#callBox input[type="submit"]{
    background: #0046e5;
    border-radius: 0;
    text-transform: uppercase;
    border-color: #0046e5;
    padding: 12px 30px;
    margin-top: 21px;
    border: none;
    color: #fff;
    float: right;
    margin: 0px 27px 0px 0px;
}

.page_188 .business_credits_top_tabs li {
    position: relative;
    width: calc(19% - 0px);
    display: inline-block;
    background: #ffffff;
    padding: 7px 0;
    text-align: center;
    font-family: Roboto-Bold,sans-serif;
    font-size: 17px;
    margin-right: 11px;
}

.page_189 .business_credits_top_tabs li,
.page_190 .business_credits_top_tabs li,
.page_193 .business_credits_top_tabs li{
    position: relative;
    width: calc(20% - 11px);
    display: inline-block;
    background: #ffffff;
    padding: 7px 0;
    text-align: center;
    font-family: Roboto-Bold,sans-serif;
    font-size: 17px;
    margin-right: 11px;
}

#site_marquee p{
font-size:17px;
}

.menuOver{
}
div.soc{
    position: relative;
}
.soc a{
    margin-left: 11px;
}
.footer_apps a{
    display: inline-block;
    width: 102px;
    height: 43px;
    margin-right: 5px;

}
.footer_apps a img{
       width: 100px;
}

.inline_banner{
	display:none!important;
}


.slider_description h5{
	    position: relative;

}


.page_245 .vacancies_content{
	    width: 100%;
    margin: 0 auto;
    margin-top: 5px;
}
.app_col3{
	    width: 33%;
}

.page_245 .vacancies_content .vacancies_description{
    width: 55%;
    max-width: 55%;
}

.app_list{
	    width: 92%;
    margin: 0 auto;
    margin-top: 50px;
}

.app_list ul{
	    list-style: none;
    padding: 0;
}

.app_list ul li{
	    width: 45%;
    float: left;
    margin: 0px 20px 30px 0px;
}

.app_list ul li h5{
	    color: #0046e5;
}

.page_206 .col-sm-10{
	
	    width: 100%;
    max-width: 100%;
    flex: auto;
    margin-left: 0;
}

#comments{
	    margin: 0 auto;
	width:80%;
}
#jc h4{
	    font-size: 20px;
}
#comments .comments-list{
	margin:0;
}

.page_166 .page_content,
.page_105 .page_content{
	    padding: 25px 57px 18px;
    margin-bottom: 20px;
    background: #ffffff;
    box-shadow: 0 0 27px rgba(0,0,0, 0.15);
    font-weight: normal;
}

.liquidation_top_tabs .form-group{
	    position: relative;
}

.resetSearch{
	    position: absolute;
    right: 0;
}

.accountRegBox{
	display:inline-block;
	    padding: 25px 57px 18px;
    margin-bottom: 20px;
    background: #ffffff;
    box-shadow: 0 0 27px rgba(0,0,0, 0.15);
    font-weight: normal;
}

.regBoxInner{
	display: inline-block;
}

.regBoxInner .chInput{
	    float: left;
    margin: 0 5px;
}

.regBoxInner .chInput input[type="submit"]{
	    background: #0046e5;
    border-radius: 0;
    text-transform: uppercase;
    border-color: #0046e5;
    padding: 3px 15px;
    /* margin-top: 21px; */
    border: none;
    color: #fff;
}

.g_banner img{
	width:100%;
}
.brcBox{
	    width: 100%;
    display: inline-block;
}

.page_106 .breadcrumb li:nth-of-type(4){
	display:none;
}

.breadcrumb li:last-child{
	display:none;
}

.vacancy_view{
	    position: absolute;
    right: 140px;
    top: 16px;
}
span.optional{
	display:none;
}

.registration fieldset .control-group:nth-of-type(6){
	display:none;
	float:right!important;
}


.overlay2{

    background:rgba(0, 0, 0, 0.8);
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:99999;
}


.homPageDavad{

    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:99999;
}

.davadIntro{
    position: absolute;
    width: 667px;
    height: 620px;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    background: #fff;
}

.davadIntro p{
    position:absolute;
    width:70px;
    height:70px;
    right:-2px;
    top:13px;
    background-image:url('../images/x.png');
    background-repeat:no-repeat;
    cursor:pointer;
	    z-index: 9;
	    background-size: 25px;
}

.davadContent{
    position:relative;
    text-align:center;
    line-height:34px;
    font-size:22px;
}



.davadNumber{
    position:relative;
    margin-top:76px;
    font-size:20px;
}

.davadNumber span{
    display:block;
    margin-top:8px;
    font-size:38px;
    font-family:"Roboto";
    font-weight:bold;
    color:#0046e5;
}


.davadButton{
	
	    position: absolute;
    bottom: 0;
    left: 25px;
}

.davadButton img{
	    width: 150px;
}

.id_banner img{
	width:100%;
}

.partnersListf{
    list-style: none;
    padding: 0;
    margin: 20px 0;
    width: 100%;
    display: inline-block;
}

.partnersListf li{
    width: 50%;
    float: left;
    margin-bottom: 10px;
}

.partnersListf li input{
	    width: 30px;
    float: left;
    height: 25px;
}
.partnersListf li h4{
    float: left;
    padding: 0px 0px 0px 10px;
    font-size: 14px;
}



.contentBannerImg{
	width: 210px!important;
    float: right!important;
	margin-left:10px!important;
}

.appBanners{
	    text-align: center;
    width: 100%;
    margin: 15px 0;
    position:relative;
}
.analitics_box ul{
	list-style:none;
}

.separatorLi{
	color:#ddd;
}

.separatorLi strong{
	color:#000;
	text-transform:uppercase;
	font-size:20px;
}


.analitics_box ul li p strong{
    text-transform: uppercase;
    color: #0046e5;
    font-size: 21px;
}

.analitics_box ul li ul{
	padding:0;
}

.desktop_convert{
	width:100%;
	position:relative;
	/*margin:30px 0;*/
}

.mobile_right_convert a{
	display:block;
}
.mobile_right_convert a img{
    max-width: 100%;
}

.mobile_right_convert{
	position:relative;
	
}
#idBanks{
	width: 100%;
    height: 350px;
}
.title1 h3 a, .page-header h2 a{
	color:#000!important;
}


.appBanners img{
	    max-width: 100%;
}


.bannerFix{
	    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    text-align: center;
}

.bannerFix iframe{
	    border: none;
    width: 734px;
}

.bannerFix p{
	    width: 734px;
    margin: 0 auto;
    text-align: right;
    height: 25px;
}


.bannerFix p strong{
	    color: #0046e5;
    border-radius: 50%;
    padding: 0px 3px 0px 5px;
    z-index: 999;
    position: relative;
    width: 29px;
    height: 31px;

    font-size: 41px;
    top: -14px;
    cursor: pointer;
    right: -7px;
}

.discussionsBlock{
    width: 100%;
    display: inline-block;
    margin-bottom: 40px;
}
.disItem{
    width: 23%;
    float: left;
    margin-right: 20px;
    border-left: 1px solid #E7E7E7;
    padding: 25px 0;
    padding-left: 15px;
}
.disItem p{
	margin:0;
}

.disItem h2{
	    font-size: 16px;
    color: #0046e5;
    font-weight: bold;
    text-transform: uppercase;
	height:40px;
	overflow:hidden;
}

.dis_content{
	    color: #000;
    line-height: 1.3;
	height:100px;
}

.adit_block{
	color: #a9a9a9;
    width: 100%;
    display: inline-block;
    margin-top: 4px;
}

.adit_block p{
	float:left;
	
}


.disMore{
    display: inline-block;
    text-align: right;
    float: right!important;
}

.disMore a{
	    color: #999;
}
.disOur{
	background: #ffffff;
width:100%;
	display:inline-block;
    box-shadow: 0 0 27px rgba(0,0,0, 0.15);
}


.forum_user{
	    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}
.forum_user img{
width: 50px;

}

.forum_user strong{
	    display: block;
    float: left;
    text-transform: uppercase;
    padding: 15px;
}

.us_image{
	    width: 50px;
    height: 50px;
    overflow: hidden;
    float: left;
    border-radius: 100%;
}
.col-lgcc-3.content_right{
    padding-top: 20px;
}
.container-fluid.footer_bds .fixed_bottom{
    padding: 20px 0 11px;
    background: #3d3d3d;
}
.currency_value_parent{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.currency_value{
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    height:100%;
    width: calc(100% - 1px);
}
.app_android{

}
.currency_value *{
    /*line-height:1.3;*/
	color:#000;
}
.value_col{
    margin-left: 18px;
}
.value_col.first{
    text-align: right;
    padding-top: 20px;
}
.title_m{
    color: #b4b4b4;
}


.viewvacancyForm {
display: block!important;
    float: right;
    width: 200px!important;
    color: #fff!important;
    text-transform: capitalize;
}


.vacancyFormBocx{
	    width: 100%;
    display: inline-block;
    margin:30px 0!important;
	
}

.vacancyFormBocx .rsform{
    width: 100%;
    max-width: 100%;
    margin: 0 auto!important;
	display:none;
}
.vacancyFormBocx .rsform .formContainer{
    padding-left: 252px;
}



.vacancyFormBocx .rsform div.formBody {
    display: block;
    float: none;
    width: 100%;
    margin: 3px 0;

}

.rsform-block-captcha .formCaption2{
	display:none;
}


.vacancyFormBocx ol{
	list-style: none;
}


.vacancyFormBocx .rsform .rsform-block textarea,
.vacancyFormBocx .rsform .rsform-block input{
    width: 100%;
    max-width: 475px;
    border-color: transparent;
    border-bottom: 4px solid #0046e5;
    padding-left: 33px;
}
.vacancyFormBocx .rsform .formCaption2{
    display: inline-block;
    position: relative;
    top:30px;
}
.rsform-block.rsform-block-cv .formCaption2{
    position: static;
}

.vacancyFormBocx .rsform .rsform-block.rsform-block-cv input{
    padding-left: 0;
    border-bottom: transparent;
}
.vacancyFormBocx .rsform .rsform-block.rsform-block-submit input{
    background: #0046e5;
    color:#ffffff;
    margin-top: 22px;
    padding: 2px  6px 6px;
    border-bottom: transparent;
}

.vacancyFormBocx .rsform .rsform-block input{

}

.result-image img{
    max-width: 100%;
}


.page_257 .close1,
.page_258 .close1,
.page_259 .close1{
	display:none;
}

.page_257 .light_box,
.page_258 .light_box,
.page_259 .light_box{

margin-bottom:100px;	
}


#polls5_pop .light_box,
#polls6_pop .light_box{
    padding: 40px 89px;
    background: #ffffff;
    border: 5px solid #0046e5;
    position: relative;
    top: 50px;
    width: 1000px;
    height: 600px;
    margin: 0 auto;
}



.calcBoxsFrs{
	display:none;
}

.sds{
	    width: 100%;
    display: inline-block;
    margin-top: 40px;
	position:relative;
}

.sds input{
	width: 100%;
    display: inline-block;
    padding: 5px;
    box-sizing: border-box;
}



.noresize{
	width:100%!important;
	height:100%!important;
}

.doubleItems{
	    background: #fff;
    margin-bottom: 20px;
    border: 4px solid #FFF;
}

.doubleItems .slider_description {
    position: relative;
    margin-top: 5px;
    padding: 5px;
	border:none;
}

.homss.main_each{
	background:none!important;
}




.page_260 .main_each .img {
    height: 190px;
    position: relative;
	overflow: hidden;
}
.title1:hover h3:before {
    width:100%;
}

.page_257 .bt-social-share,
.page_258 .bt-social-share,
.page_259 .bt-social-share{
	display:none;
}

.bt-social-share{
    width:100%!important;
}

.light_box h3 span{
	display:none;
}

.footer_apps{
	    width: 470px;
    margin-top: -15px;
}

.first_app{
    width: 49%;
    display: inline-block;	
}


.first_app h4{
	    text-align: center;
    color: #fff;
	    font-size: 20px;
}


.bankMore a,
.readM{
    background: #007bff;
    color: #fff!important;
    padding: 3px 15px 5px 15px;
    border-radius: 5px;
    text-transform: capitalize;
}

.bankMorebl{
    position: absolute;
    bottom: -36px;
    text-align: center;
    width: 315px;
    left: 45px;
}

.bankMorebl a{
    border: 1px solid #007bff;
    color: #007bff!important;
    padding: 3px 10px 5px 10px;
    border-radius: 5px;
    display: block;
    margin: 0 10px;
    float: left;
    width: 130px;
}

.banks_content .bankMore{
	    position: relative;
    top: 35px;
}


#closeData{
    position: absolute;
    right: 10px;
    top: 28px;
    font-size: 30px;
    color: #e02327;
    font-weight: bold;
    cursor: pointer;
	display:none;
}

.page_101 #ui-datepicker-div{
	    width: 285px!important;
}


.notifBs{
	    position: fixed;
    right: 35px;
    bottom: 5px;
    width: 65px;
    height: 65px;
     background: url(../images/not.png)no-repeat;
    border: none;
	outline:none;
	cursor:pointer;
}



.tags.inline{
	display:none;
}

.img{
	position:relative;
}
.viewBoxhts{
	right:0;
}

.app_list{
display:none;	
}

.app_box_item{
	    margin-bottom: 30px;
}

.viewGn{
	    background: #007bff;
    color: #fff!important;
    padding: 3px 15px 5px 15px;
    border-radius: 5px;
    text-transform: capitalize;
	display: inline-block;

    cursor: pointer;
}

.viewGGB{
    width: 100%;
    display: inline-block;
    text-align: right;
    margin: 30px;
}



blockquote {
font-size: 1.1em;
    width: 100%;
    display: inline-block;
    color: #555555;
    padding: 1.2em 30px 1.2em 20px;
    border-left: 8px solid #0446E5;
    line-height: 1.4;
    position: relative;
    font-weight: bold;
}

/*
blockquote::before {
    font-family: Arial;
    content: "\201C";
    color: #F79334;
    font-size: 4em;
    position: absolute;
    left: 10px;
    top: -10px;
}
*/

blockquote::after {
    content: '';
}

.exclusiveP{
    font-size: 19px;
    position: absolute;
    background: #E02327;
    color: #fff;
    padding: 0px 20px 3px 20px!important;
	    z-index: 999;
}

.copyrightDesc{
	    width: 100%;
    display: inline-block;
}


.copyrightDesc div{
	    width: 1200px;
    margin: 0 auto;
    padding: 10px 0;
    color: #fff;
    text-align: center;
    font-size: 12px;
	
}

.page_257 .content_ds{
    display:inline-block;
}

.page_257 .newsPrews{
    display:none;
}


.page_257 .newsDataCont{
    width:100%;
}


.viewBoxhtsNews,
.viewBoxhts{
    display:none;
}










