/*font-family: 'Montserrat', sans-serif;*/
::selection {
	background: none !important;
}
.finacnce_rates #content-slider {
    padding: 0 !important;
	margin: 0 !important;
}
.finacnce_rates ul {
	list-style: none;
}
.finacnce_rates *,.finacnce_rates *:before, .finacnce_rates *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.boxlayout.mobile {
    display: block; 
}
.finacnce_rates{	
	position:relative;
	max-width:100%!important; 
}
/*.finacnce_rates::before {
	content: "";
	z-index: 1;
	position: absolute;
	right: 0;
	width: 300px;
	height: 100%;
	display: inline-block;
	background-image: url('../images/vectorimg.png');
	background-repeat: no-repeat;
	background-position: 0 50px;
	top: 0;
	background-size: contain;
}*/
.finacnce_rates .container {
	width: 100%;
	margin: 0 auto;
}
.mixbox {
	padding: 30px 0 0;
	position: relative;
	z-index:2
}
.maxcol{
	margin:0 auto;
	max-width:100%;	
	z-index: 2;
}
.heading{
	text-align: center;
	padding: 25px 0 20px;	
}
.heading p {
	color: #000;
	font-size:15px;
	font-weight:300;
	margin:0;
	padding:5px 0;
	font-family: 'Montserrat', sans-serif;
}
.middlecolumn span {
	font-size: 32px;
	color: #000;
	font-weight: 700;
	font-family: 'Montserrat',sans-serif;
	margin: 0;
	text-transform: initial;
	line-height: normal;
}
.finacnce_rates .container .mixbox .middlecolumn ul.lightSlider li::before {
	display:none;
}
.middlecolumn span em{
    color:#ff7d36;
	text-transform: capitalize;
	font-style:normal;
}
.finacnce_rates .middlecolumn span::before {
    display: none;
}
.middlecolumn {
	background: #fff;	
	border-radius:0;
}
.flex-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	        align-items: center;	
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;				
	width:100%;
	margin:0 auto;
	padding: 10px 25px;
}
.finacnce_rates .flex-container.fc_10, .finacnce_rates .flex-container.fc_5, .finacnce_rates .flex-container.fc_4, .finacnce_rates .flex-container.fc_3,
 .finacnce_rates .flex-container.fc_2, .finacnce_rates .flex-container.fc_1{
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 463px;
	margin: 0 auto;
} 

.boxlayout {
    /* -webkit-box-flex: 0; */
	/* -ms-flex: 0 0 50%; */
	/* flex: 0 0 50%; */
	width:50%;
    padding: 0 10px 25px;	
}
.finacnce_rates .fc_6 .boxlayout {
    width:30%;
}
.finacnce_rates .fc_3 .boxlayout{
      width:50%;  
}
.finacnce_rates .fc_7 .boxlayout{
      width:30%;   
}
.finacnce_rates .fc_8 .boxlayout{
      width:25%;   
}
.finacnce_rates .fc_9 .boxlayout{
      width:30%;   
}
.finacnce_rates .fc_1 .boxlayout {
     width:200px;  
}
/*.step3 .boxlayout {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	margin: 0;
}
.step4 .boxlayout {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	margin: 0;
}*/
.step4 .imgbox {
	height: 120px;	
}
/*.three_box_layer .boxlayout {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33%;
	flex: 0 0 33%;
}
.step2 .flex-container,.step4 .flex-container {
	width: auto;
	padding: 10px 25px;
}*/
.imgcol {
	max-width: 60px!important;
}
.radio {
	opacity: 0;
	position: absolute;
	z-index: 99;
	width: 100%;
	height: 100%;
	cursor:pointer;
}
.boxlayout strong {
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	display: block;
	padding:0;
	text-transform: capitalize;
	font-family: 'Montserrat', sans-serif;
}
.imgbox {	
	height: 148px;
	background: #fff;
	border:3px solid #866cbc;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	border-radius:5px;
	position:relative;	
	overflow:hidden;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	cursor:pointer;	
}
.imgbox::before{
	background-color: rgba(134,108,188,0.40);	
	content:"";
	position:absolute;
	left:0;
	right:0;
	margin:0 auto;
	display:inline-block;  
	width:100%;
	height:100%;
	transition:all 0.3s linear;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	opacity:0;
	top:0;
}
.imgbox:hover::before{
	opacity:1;
}
.imgbox::after{  
  content:"";
  position:absolute;
  background-image:url('../images/handicon.png');
  background-repeat:no-repeat;
  left:0;
  right:0;
  margin:0 auto;
  width:44px;
  height:53px;
  display:inline-block;  
  bottom:-100px;  
  transition:all 0.3s linear;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
}
.imgbox:hover::after{  
  bottom: 50%;
	transform: translateY(50%);
	-webkit-transform: translateY(50%);
}
.banking .imgbox,.stocks .imgbox {
	border-color: #01c8dd;
}
.banking .imgbox:hover::before,.stocks .imgbox:hover::before{
	background: rgba(1,200,221,0.40);
}
.loans .imgbox,.cfd .imgbox,.crypto .imgbox  {
	border-color: #f75f5f;
}
.loans .imgbox:hover::before ,.cfd .imgbox:hover::before,.crypto .imgbox:hover::before {
	background: rgba(247,95,95,0.40);
}
.insurance .imgbox,.commodities .imgbox 	 {
	border-color:#69da19;
}
.insurance .imgbox:hover::before,.commodities .imgbox:hover::before  {
	background: rgba(89,214,0,0.40);
}
.usa .imgbox {
	border-color: #ff7d37;
}
.usa .imgbox:hover::before{
	background: rgba(255,125,55,0.40);
}
.uk .imgbox {
	border-color: #000000;
}
.uk .imgbox:hover::before{
	background: rgba(0,0,0,0.40);
}

.spain .imgbox {
	border-color: #f7d709;
}
.spain .imgbox:hover::before{
	background: rgba(247,215,9,0.40);
}
.progresscol{
	background:#f1f3f2;
	padding:20px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
fieldset:not(:first-of-type) {
	display: none;
}
.progress-bar {
  background:#fff;
  border-radius:35px;
  box-shadow:0 0 5px rgba(0,0,0,0.15);
	-webkit-box-shadow:0 0 5px rgba(0,0,0,0.15);
	-moz-box-shadow:0 0 5px rgba(0,0,0,0.15);	
	
}
.bottom-progress {
	position: relative;
	text-align: center;
	width: 100%;
	font-size:14px;
	font-weight:300;
	color:#000000;
	height: 26px;
	line-height:26px;
	font-family: 'Montserrat', sans-serif;
	z-index: 0;
}
.bottom-progress em{
	font-style:normal; 
}
.bottom-progress span {
	background:#fa7f34;
	top: 0;
	left: 0;
	border-radius: 35px;
	display: inline-block;
	padding: 13px 0;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	z-index: -1;
}
.bottom-progress span.bgsteps{
background: #f28432; /* Old browsers */
background: -moz-linear-gradient(left, #f28432 0%, #5bd501 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #f28432 0%,#5bd501 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #f28432 0%,#5bd501 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f28432', endColorstr='#5bd501',GradientType=1 ); /* IE6-9 */
 transition:all .3s linear;
	-webkit-transition:all .3s linear;
	-moz-transition:all .3s linear;
}
.bottom-progress span.step1{ width:45px;}
.boxlayout{
	position:relative;
}
#theImg {	
	position: absolute;
	right: 15px;
	top:5px;
	z-index:99;
}
.input-group {
	position: relative;
	display: table;
	border-collapse: separate;
}
.input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap;
}
.input-group .form-control {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 0;
	background: #f1f3f2;
	border: none;
	padding: 14px 0;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	font-size: 14px;
	color: #bdbdbd;
	text-indent: 8px;
}
.input-group-addon, .input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
}
.input-group .form-control, .input-group-addon, .input-group-btn {
	display: table-cell;
}
.btn-primary {
	color: #fff;
	background-color: #000000;
	padding: 12px 15px;
	border: 1px solid #000;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.input_field {
	padding: 10px 75px 0;
}
.searchicon {
	background-image: url('../images/searchicon.png');
	display: inline-block;
	width: 15px;
	height: 16px;	
}
.title_block {
    display: block;
    width: 100%;
    padding: 0 14px 10px;
	font-size: 14px;
}
.finacnce_rates .boxlayout a {
	text-decoration: none !important;
	color: #000;
	display: inline-block;
	width: 100%;
	position: relative;
	z-index: 3;
}
.finacnce_rates .boxlayout a:hover{
	text-decoration: none !important;
}
.fc_no_result {
	text-align: center;
	font-size: 13px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	color: #ff0000;
	line-height: 19px;
	padding: 0 9px;
}
#sidebar .widget[class*="widget_"] form * {
    max-width: none;
}
#sidebar .flex-container {
	padding:0; 	
}
#sidebar .middlecolumn span {
    font-size: 17px;
}
#sidebar .heading p {
    font-size: 13px;
}
#sidebar .fc_6 .boxlayout, #sidebar .fc_3 .boxlayout, #sidebar .fc_1 .boxlayout {
    width:50%;
}
#sidebar .step3 .flex-container {
	width: auto;	
}
#sidebar .imgbox {
    height: 120px;
}
#sidebar .boxlayout strong {
	font-size: 15px;
}
#sidebar .mixbox {
	padding: 0;	
}

#sidebar .finacnce_rates .flex-container.fc_10, #sidebar .finacnce_rates .flex-container.fc_5, #sidebar .finacnce_rates .flex-container.fc_4, 
#sidebar .finacnce_rates .flex-container.fc_3, #sidebar .finacnce_rates .flex-container.fc_2 ,#sidebar .finacnce_rates .flex-container.fc_1
{
	width: 100%;
}
#sidebar .heading {
    padding: 20px 0;
}
/*------------responsive-----------------*/
@media(max-width:991px){
	
#sidebar .finacnce_rates .flex-container.fc_10, #sidebar .finacnce_rates .flex-container.fc_5, #sidebar .finacnce_rates .flex-container.fc_4, #sidebar .finacnce_rates .flex-container.fc_3, #sidebar .finacnce_rates .flex-container.fc_2, #sidebar .finacnce_rates .flex-container.fc_1 {
    width: 473px;
}	
#sidebar .finacnce_rates .fc_6 .boxlayout {
    width:30%;
}
#sidebar .finacnce_rates .fc_3 .boxlayout{
      width:50%;  
}
#sidebar .finacnce_rates .fc_7 .boxlayout{
      width:30%;   
}
#sidebar .finacnce_rates .fc_8 .boxlayout{
      width:25%;   
}
#sidebar .finacnce_rates .fc_9 .boxlayout{
      width:30%;   
}
#sidebar .imgbox {
    height: 148px;
}
#sidebar .middlecolumn span {
	font-size: 32px;	
}
.heading p {
    font-size: 17px;
}
#sidebar .flex-container {
    padding: 10px 25px;
}
}
@media(max-width:767px){
	.finacnce_rates::before {
	width: 280px;	
}
.mixbox {
	background-position:5px 0;	
}	
.middlecolumn span {
	font-size: 25px;	
}
.boxlayout strong {
	font-size: 20px;	
}
.boxlayout {
	padding: 0 10px 15px;
}
.maxcol {
	max-width: 100%;
}
.step2 .flex-container,.step4 .flex-container {
	width: auto;
	padding: 10px 0;
}
#sidebar .middlecolumn span {
    font-size: 25px;
}
}
@media(max-width:640px){
.finacnce_rates::before {
	width: 250px;	
}	
	
.mixbox{padding-top:15px;}
.imgbox {
	height: 128px;	
}	
#sidebar .imgbox {
    height: 128px;
}
.finacnce_rates .fc_6 .boxlayout, .finacnce_rates .fc_3 .boxlayout, .finacnce_rates .fc_8 .boxlayout {
	width:50%;
}	
#sidebar .finacnce_rates .fc_6 .boxlayout {
    width:50%;
}
#sidebar .finacnce_rates .fc_7 .boxlayout{
      width:50%;   
}
#sidebar .finacnce_rates .fc_8 .boxlayout{
      width:50%;   
}
#sidebar .finacnce_rates .fc_9 .boxlayout{
      width:50%;   
}
.flex-container {
	width: 100%;
}
.step3 .flex-container {
	width: 100%;	
}
/*.step3 .boxlayout {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;	
}*/
.boxlayout.fc_1 {
	width:100%;
	margin: 0;
}
.middlecolumn span {
	font-size: 17px;
	padding: 0 5px;
}
#sidebar .middlecolumn span {
    font-size: 17px;    
}
#sidebar .heading p {
    font-size: 15px;
}
.boxlayout strong {
	font-size: 14px;	
}
.input_field {
	padding: 10px 25px 0;
}
.heading p {
	font-size: 14px;
	padding: 5px 10px;
}
}
@media(max-width:480px){
.finacnce_rates .flex-container.fc_1{
	width:100%;
}
.finacnce_rates .flex-container.fc_10, .finacnce_rates .flex-container.fc_5, .finacnce_rates .flex-container.fc_4, .finacnce_rates .flex-container.fc_3,
 .finacnce_rates .flex-container.fc_2 {
	 width:100%;
} 
#sidebar .finacnce_rates .flex-container.fc_10, #sidebar .finacnce_rates .flex-container.fc_5, #sidebar .finacnce_rates .flex-container.fc_4, #sidebar .finacnce_rates .flex-container.fc_3, #sidebar .finacnce_rates .flex-container.fc_2, #sidebar .finacnce_rates .flex-container.fc_1 {
    width: 100%;
}
 #sidebar .fc_6 .boxlayout, #sidebar .fc_3 .boxlayout, #sidebar .fc_1 .boxlayout {
    width: 50%;
}
.flex-container {
	padding: 0;
}
#sidebar .flex-container {
	padding: 0;
}
}
@media(max-width:360px){

.mixbox{padding-top:15px;}
.imgbox {
	height: 100px;
}
#sidebar .imgbox {
    height: 100px;
}
.imgcol {
	max-width: 40px;
}
.imgbox::after {
	width: 30px;
	background-size: 100%;
}
.imgbox:hover::after {
	bottom: 40%;	
}	
.middlecolumn span {
	font-size: 15px;	
}
.heading p {
	font-size: 13px;
	padding: 0 10px;
}
.boxlayout strong {
	font-size: 16px;
}
.mixbox {
	background-position:2px 0;	
}	
.boxlayout strong {
	font-size: 12px;	
}
#theImg {
  width: 15px;
}
.bottom-progress {
	font-size: 12px;	
}
.finacnce_rates::before {
	width: 210px;	
}

.finacnce_rates{
	min-height:auto;	
}
}
@media(max-width:320px){
	.finacnce_rates{
	min-height:auto;	
}
.mixbox{padding-top:15px;}
.imgbox {
	height: 85px;
}
.imgcol {
	max-width: 30px;
}
}
.imgcol_step4{
	width: 80px;
	border-radius: 50%;
	object-fit: cover!important;
}
.step4.lslide .boxlayout{
	margin: 10px;
    padding: 10px;
	width: 20%;
}
@media (max-width: 500px){
	.step4.lslide .imgcol_step4 {
    height: 60px!important;
	width: 60px;
}
}
@media (max-width: 450px){
	.step4.lslide .boxlayout{
		width: 25%;
	}
}
