/*
body
layout
section
header
footer
menu
slider
blog
blog-single
sidbar
recent post
cart
checkout
product
product-single
contact
responsive

*/



/* layout */
body {
  font-size: 100%;
  margin: 0;
  padding: 0;
  font-family: 'monospace', sans-serif;
  font-size: 15px; color: #000; line-height: 24px;

}

section{padding: 100px 0px; margin: 0px;}

h1,h2,h3,h4,h5,h6{font-family: 'Roboto', sans-serif; color: #1d2028;}

h1{font-size: 36px;}
h2{font-size: 30px;}
h3{font-size: 24px}
h4{font-size: 20px}
h5{font-size: 18px;}
h6{font-size: 16px;}

h1.title{}
h2.title{}
h3.title{}
h4.title{}
h5.title{}
h6.title{}

.shadow{}
.shadow:hover{}


a {
    color: inherit
}

ul {
    margin: 0;
    padding: 0
}

ul,
ol,
li {
    list-style: none;
    list-style-type: none
}

a,
a:hover,
span,
span:hover,
button:hover {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

a:hover,
a:focus {
    color: inherit;
    text-decoration: none
}

.full-width {
    width: 100%;
    box-sizing: border-box;
}

p {
    float: left;
    width: 100%;
}

.padd-none {
    padding: 0!important
}

.mrgn-none {
    margin-bottom: 0!important
}

.mrgn-tpn {
    margin-top: 0!important
}

.mrgn-btmn {
    margin-bottom: 0!important
}

.mrgn-lftn {
    margin-left: 0!important
}

.mrgn-rgtn {
    margin-right: 0!important
}

.pos-rlt {
    position: relative
}

.pos-abslt {
    position: absolute
}

.center-align {
    margin: 0 auto;
    display: table;
    content: '';
    clear: both
}

button {
    -webkit-border-radius: 0;
    border-radius: 0
}

.flex-hp {
    display: flex;
    justify-content: center;
    align-items: center
}

.padd-right {
    padding-right: 0
}

.padd-left {
    padding-left: 0
}

.no-p{padding: 0px;}
.no-pt{padding-top: 0px;}
.no-pb{padding-bottom: 0px;}
.no-pl{padding-left: 0px;}
.no-pr{padding-right: 0px;}
.pt-10{padding-top: 10px}
.pt-15{padding-top: 15px}
.pt-20{padding-top: 20px}
.pt-25{padding-top: 25px}
.pt-30{padding-top: 30px}
.pt-35{padding-top: 35px}
.pt-40{padding-top: 40px}
.pt-45{padding-top: 45px}
.pt-50{padding-top: 50px}
.pb-10{padding-bottom: 10px}
.pb-15{padding-bottom: 15px}
.pb-20{padding-bottom: 20px}
.pb-25{padding-bottom: 25px}
.pb-30{padding-bottom: 30px}
.pb-35{padding-bottom: 35px}
.pb-40{padding-bottom: 40px}
.pb-45{padding-bottom: 45px}
.pb-50{padding-bottom: 50px}



.no-m{margin: 0px;}
.no-mt{margin-top: 0px;}
.no-mb{margin-bottom: 0px;}
.no-ml{margin-left: 0px;}
.no-mr{margin-right: 0px;}
.mt-10{margin-top: 10px}
.mt-15{margin-top: 15px}
.mt-20{margin-top: 20px}
.mt-25{margin-top: 25px}
.mt-30{margin-top: 30px}
.mt-35{margin-top: 35px}
.mt-40{margin-top: 40px}
.mt-45{margin-top: 45px}
.mt-50{margin-top: 50px}
.mb-10{margin-bottom: 10px}
.mb-15{margin-bottom: 15px}
.mb-20{margin-bottom: 20px}
.mb-25{margin-bottom: 25px}
.mb-30{margin-bottom: 30px}
.mb-35{margin-bottom: 35px}
.mb-40{margin-bottom: 40px}
.mb-45{margin-bottom: 45px}
.mb-50{margin-bottom: 50px}

.btn{
	padding: 12px 60px;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 16px;
	border-radius: 50px;
}

.btn1{
    background: none;
    color: #f35b72;
    border: 2px solid #f35b72;
}

.btn2{
	background: #f35b72;
    color: #fff;
    border: 2px solid #f35b72;
    padding: 12px 48px;
}


.m-view{display: none !important;}




/* header*/
	header{
		box-shadow: 1px 0px 3px #000;
	}

	.home .header{box-shadow: none;}
	
	header .navbar{
		border: none;
		min-height: auto;
		margin-bottom: 0px;
		border-radius: 0px;
		

	}



	.header-top{
		padding: 8px 0px;
	}

	.header-top .navbar-brand{
		height: auto;
		padding: 0px 15px;
	}

	.header-top .navbar-brand img{width: 281px;}

	.header-top .nav li a{
		font-weight: 400;
    	padding: 28px 15px 28px;
    	font-size: 15px;

	}

	.nav>li>a:focus, 
	.nav>li>a:hover,
	.nav>li.active a:hover{background: none; color: #495EEB;}

	.header-bottom{
		background: #313540;
		height:34px;
	}

	.header-bottom iframe{
	width: 100%;
    overflow: hidden;
    
    border: none;
    background: #313540;
	}

/* header*/



/* banner*/
	#banner{
	background: url(../img/slide-bg3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0px 0px;
    position: relative;
	}
	#banner img{padding: 0px !important;}
	#banner .info{
		width: 400px;
    	float: left;
    	text-align: left;
    	padding-right: 40px;
    	padding-bottom: 27px;
	}

	#banner .info h1{
		font-size: 36px;
	    font-weight: 700;
	    color: #1d2028;
	    padding-bottom: 17px;
	}
	#banner .info p{padding: 0px 0px 45px}


	#banner .banner{position: relative;}
	#banner .banner .img{
	    position: relative;
    display: inline-block;
    float: right;
    width: 685px;
    text-align: right;
    bottom: -171px;
	}

	#banner .banner .img img{
		    display: inline-block;
    width: 100%;
	}
	
	
	#banner .info .btn{
		margin-bottom: 10px;
	}

	#banner .info .btn1:hover{
		background: #f35b72;
		border-color: #f35b72;
		color: #fff;
	}

	#banner .info .btn2:hover{
		background: none;
		border-color: #f35b72;
		color: #f35b72;
	}

/* banner*/


/*currency*/
	.currency{padding: 25px 0px; background: #f2f2f2;}
	.currency .block{text-align: center;}
	.currency .block > *{display: inline-block;}
	.currency .block img{
    padding-right: 15px
	}
	.currency .block p{
		padding: 5px 0px;
    text-align: left;
    height: 50px;
    position: relative;
    display: inline-table;
	}
	.currency .block p span:nth-child(1){
		display: block;
    font-size: 20px;
    font-weight: 600;
    line-height: 16px;
	}
	.currency .block p span:nth-child(2){
		    font-size: 12px;
	}

/*currency*/


/*services*/
	.services{
	padding: 55px 0px 0px;
	background: url("../img/stockmarket.png");
	background-repeat: no-repeat;
	background-size: cover;
	}

	.services .block{
		padding: 10px;
    	margin-bottom: 86px;
    	height: 230px;
		}
	.services .block img{padding-bottom: 8px;}
	.services .block h5{color: #fff;}
	.services .block p{color: #fff;font-weight: 300;}

	.serviceone h5{
	color: #ffffff;
	}
	.serviceone p{
	color: #ffffff;
	font-size: 15px;
	}

	.serviceone{
	padding: 14px 0px;
	}

/*services*/



/*analysis*/
	.analysis{padding: 20px 0px;}

	.analysis .title{padding-bottom: 20px;}
	.analysis .title h2{
		text-transform: uppercase;
    	font-size: 30px;
    	font-weight: 300;
    	margin-bottom: 0;
		}

	.a-analysis .block{
		border: 1px solid #dfdfdf;
		padding: 8px;
	}

	.a-analysis .block img{width: 100%;}

	.a-analysis .block h3{
		font-size: 19px;
    	font-weight: bold;
    	line-height: 26px;
	}
	.a-analysis .block a{
		color: #982b2e;
	    /* margin-top: 45px; */
	    display: inline-block;
	    padding: 10px 0px;
		    text-transform: capitalize;
		}


	.a-overview{}

	#exTab1 .nav-pills > li > a{
		color: #314861;
		font-weight: 600;
		padding-top: 0px;
		padding-bottom: 18px;
	}

	#exTab1 .nav-pills>li.active>a,
	#exTab1 .nav-pills>li.active>a:focus,
	#exTab1 .nav-pills>li.active>a:hover{
	 	background: none;
	 	color: #495EEB;
	 }

	#exTab1 .tab-content>.tab-pane{
	border: 1px solid #dfdfdf;
    text-align: center;
    padding: 10px;
    padding-top: 0; 

	}

	/*#exTab1 .tab-content>.tab-pane img{width: 100%;}*/



	.a-news{padding-top: 33px;}
	.a-news .block{
		        padding: 10px 0px 10px 0px;
    position: relative;
    text-align: left;
	}

	.a-news .block p{color: #777777;}
	.a-news .block span{color: #e63f52; font-weight: 500;}

	.a-news .block:after{
	    content: "";
	    position: absolute;
	    height: 100%;
	    width: 1px;
	    background: #d3d8de;
	    top: 10px;
	    right: -7.5px;
	}


	.a-news [class*=' col-']:last-child .block:after{content: none;}


/*analysis*/


/*advantage*/
	.advantage{
		background: #495EEB;
		padding: 10px 0px;
	}


	.advantage .title h2{
	text-transform: uppercase;
    font-size: 30px;
    font-weight: 300;
    color: #fff;
	}


	.advantage p{color: #fff;}

	.advantage .top{ padding: 15px 0px 8px; }
	.advantage .top .left-container{}

	.advantage .top .right-container{
		text-align: center;
    	padding: 50px 0px 0px;
	}
	.advantage .top .right-container .btn{margin: 0px 14px;}
	.advantage .top .right-container .btn1{
		border-color: #fff;
    	color: #fff;
		}
	.advantage .top .right-container .btn1:hover{
		background: #314861;
		border-color: #314861;
		color: #fff;
	}
	.advantage .top .right-container .btn2{
		background: #314861;
    	border-color: #314861;
    	color: #fff;
	}

	.advantage .top .right-container .btn2:hover{
background: none;
    	border-color: #fff;
    	color: #fff;
	}
	

	.advantage .bottom{ padding-top: 15px; border-top: 1px solid #4a78a1; }
	.advantage .bottom .block span{color: #fff;}


/*advantage*/



/*brandname*/
	.brandname{
	background: #f2f2f2;
	padding: 18px 0px;
}

.brandname .b-logo:hover{ cursor: pointer; }

.brandname .b-logo img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  width: auto;
}

.brandname .b-logo:hover img {
  -webkit-filter: grayscale(0%); 
  filter: grayscale(0%);
}



/*brandname*/




/*s-link*/
	
	.s-link{
		background: #495EEB;
    padding: 0px; 
   
	}

	.s-link .block{
		    text-align: center;
    padding: 14px 4px;
    position: relative;
    
	}

	.s-link .block:before{
		content: "";
		position: absolute;
		top: 0;
		right: 0px;
		height: 100%;
		width:1px;
		background: #416b8f;
	}

	.s-link .block img{
		    padding-right: 10px;
    display: inline-block;
	}
	.s-link .block p{
		display: inline-block;
    color: #fff;
   
    text-transform: capitalize;
	}

	.s-link [class^=col-]{padding: 0px;}
	.s-link [class^=col-]:nth-child(4) .block:before{content: none;}

/*s-link*/





/* footer */
	
	footer{}

	footer p{color: #fff}

	.footer-top{padding: 10px 0px; background: #fff}

	.f-nav .nav{ padding-top: 5px;}

	.f-nav .navbar-brand{
		    height: auto;
    padding: 0;
    margin-left: -15px;
	}

	.f-nav .nav li a{color: #666666;}

	.footer-center{
		background: #323a42;
    padding: 43px 0px 0px;
	}

	
	.footer-center p {
		color: #aaaaaa;
    	font-size: 14px;
    	padding-bottom:15px;
		}
	.footer-center p strong{color: #fff;}


	.footer-bottom{background: #242a30; text-align: center; padding: 26px 0px 19px;}
	.footer-bottom  p{color: #fbfbfb;}


/* footer */






/*live chat*/
#live-chat{
	position: fixed;
    bottom: 0;
    right: 0;
    z-index: 999;
}

#live-chat header{
	width: auto;
    display: inline-block;
    transform: rotate(-90deg);
    position: absolute;
    left: -90px;
    top: 52px;
}
#live-chat button{
	background: #e53f52;
    border: none;
    font-size: 17px;
    color: #fff;
    padding: 7px 20px;
    text-transform: uppercase;
}

#live-chat .chat{
	background: #f2f2f2;
    padding: 15px;
}

#live-chat .chat .title h2{
	font-size: 17px;
    font-weight: 300;
    margin-top: 0;
}
#live-chat .chat .title p{color: #666666;} 
#live-chat .chat-here{height: 250px;}
#live-chat .chat{/*display: ;*/}

#live-chat{right: -280px;transition: 0.3s;}
#live-chat.open{right: 0px;}
#chat-c,
#chat-a,
#chat-b{cursor: pointer;}

/*live chat*/
w

/*page header*/
	.page-header{
		background: url(../img/slide-bg3.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		margin: 0;
    	padding: 25px 0px;

	}
	.page-header .left{padding-top: 36px;}
	.contact-us-header .left{
		margin-top: 25px;
		margin-bottom: 57px;
	}
	.contact-us-header .right {
		
		position: relative;
		
	}
	.contact-us-header .right img {
		
		position: absolute;
		top: -42px;
	}

	.page-header .title{
		font-size: 36px;
		text-transform: uppercase;
		font-weight: bold;
	}	

	.breadcrumb{
		background: none;
		padding:13px 0px 0px 0px; 
	}
	.breadcrumb li a{padding:0px 14px;}
	.breadcrumb li:first-child a{padding-left: 0px;}
	.breadcrumb li:last-child{padding-left: 14px;}
	.breadcrumb li:last-child:before{
		position: relative;
		left: -12px;
	}
	.breadcrumb li,
	.breadcrumb li a{font-size: 16px; color: #1d2028;}
	.breadcrumb li.active{color: #f35b72;}

	.breadcrumb>li+li:before{
		color: #1d2028;
    	content: "\f105";
    	font-family: "FontAwesome";

	}

/*page header*/


/*currencys-live*/
	.currencys-live{padding: 50px 0px;}
	.currencys-live .title h2{
		text-align: center;
		margin-bottom: 46px;
		font-weight: bold;
	}
	.fund-account-bottom .title h2{
		text-align: center;
		font-weight: bold;
	}
	.fund-account-bottom .title p{
		font-size: 16px;
		text-align: left;
		font-weight: 300;
	}
	.currencys-live .title p{
		color: #242730;
	    font-size: 21px;
	    font-weight: 400;
	    text-align: center;
	}
	.under-slink{
		margin: 58px 0px;
		float: left;
    width: 100%;
	}
	.under-slink .block p{
		font-size: 16px;
		margin-top: 20px;
	}
	.under-slink .block img{
		width: 100%;
	}

.currency-container{padding: 25px 15px; overflow: hidden;padding-top: 120px; text-align: center;}

.currency-container .block{
	float: none;
    margin-right: 20px;
    background: #fff;
    width: 14%;
    box-shadow: 1px 2px 15px rgba(0, 0, 0, 0.18);
    display: inline-block;
}




	.block .th{height: auto; position: relative;}
	.block .th .icon{
		    position: relative;
    position: relative;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    text-align: center;
	}
	.block .th .icon img{
        width: 100%;
    position: relative;
    top: -33px;

	}
	.currency-container .block span{
	font-size: 21px;
    color: #314861;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    text-align: center;
    height: 30px;
	}

	.block .icon{

	}

	.block .td{
	font-size: 17px;
    padding: 10px;
    text-align: center;
    border-top: 1px solid #eaeaea;
    color: #444444;
    height: 50px;
	}

.block:first-child .td{text-align: left; color: #314861; font-weight: 500;}
.block:first-child .td img{padding-right: 5px;}


/*currencys-live*/

/*myfx-help*/
	.myfx-help{ padding-bottom: 50px; }
	.myfx-help .title h2{
		font-size: 28px;
    	font-weight: 300;
	}

	.myfx-help .title h2 strong{
		font-weight: 600;
	}
	.myfx-help .block p{
		color: #314861;
	}
	.myfx-help .help{
		    background: #f2f2f2;
    padding: 23px 23px 4px 23px;
	}
	.myfx-help .step{
		padding-top: 25px;
	}
	.myfx-help .step .block{
    padding: 10px 0px;
    margin-bottom: 25px;
    display: table;
	}

	.myfx-help .step .block img{float: left;}
	.myfx-help .step .block .detail{
		    display: table;
    padding-left: 34px;
	}
	.myfx-help .step .block .detail h5{margin-top: 0px;}

	.myfx-help .live-rates .title h2{margin-top: 0px;}

/*myfx-help*/


/*currency-info*/

.currency-info{
	padding: 50px 0px;
}


.currency-info .title h2{
	font-size: 30px;
	font-weight: 300;

 }
 .currency-info .title h2 strong{
 	font-weight: 600;

 }

 .currency-info .left-content{padding-right: 15px;}
 .currency-info .right-content{padding-left: 15px;}
 .currency-info .container > .row{
 	margin-bottom: 50px;
 }
 .currency-info .content p{
    color: #666666;
    font-size: 16px;
    text-align: justify;
    line-height: 28px; 	
 }

/*currency-info*/


/*contact us style*/


/*Contact*/
.contact-us-header{
	padding: 0px;
	border-bottom: none;
	padding-top: 30px;
	background-position: center;
    background-position-y: -219px;
    background-position-x: 0px;
}
.contact-us-header .right img{
	position: absolute;
    top: 47px;
    width: 90%;
    right: -10px;
}


.contact-detail{
	background-color: #f2f2f2;
	position: relative;
	padding-bottom: 111px;
	float: left;
	width: 100%;
}
.contact-detail .block{
	
    padding: 30px 20px 25px;
    text-align: center;
    height: 270px;
}
.contact-detail .mail{
	padding: 0px;
}
.contact-detail .mail img{
	padding-top: 50px !important;
}
.contact-detail .phone,.contact-detail .mail{
	position: relative;
}
.divider{
    position:absolute;
    right:0%;
    top:0%;
    bottom:0%;
    border-left:2px solid #ffffff;
    height: 476px;
}





.contact-detail .block a{
	color: #314861;
    font-weight: 600;
    font-size: 16px;
}

.contact-detail .block img{
	margin: 0 auto;
	display: block;
	padding-bottom: 32px;
	padding-top: 15px;
}
.contact-detail .block h5{
	text-align: center;
}

.contact-box{
	background: #fff;
    position: relative;
    margin-top: -111px;
    box-shadow: 5px 0px 17px rgba(0, 0, 0, .17);
    margin-bottom: 105px;
    padding: 15px 0px;
}

.contact-form{
	padding: 40px 0px 30px

}
.contact-form .title{padding-bottom: 20px;}
.contact-form .title h2{
	font-size: 30px; 
    text-align: center;
    font-weight: 400;}

.contact-form .container{
	width: 60%;
	box-shadow: 1px 2px 15px rgba(0, 0, 0, 0.18);
	/*padding: */
}
.contact-form .title h2{
	text-align: center;
}

.contact-form input,
.contact-form textarea{
	border-radius: 0px;
	border-color: #d0d0d0;
	font-size: 16px;
	
}

.contact-form input::placeholder{color: #555555;}
.contact-form textarea::placeholder{color: #555555;}
.contact-form input::-ms-input-placeholder{color: #555555;}
.contact-form textarea::-ms-input-placeholder{color: #555555;}


.contact-form input{
	padding: 10px 23px;
    height: auto;
    margin-bottom: 29px;
}

.contact-form textarea{}

.contact-form .btn-contact{
	background: #f35b72;
    color: #fff;
    font-size: 20px;
    border: 2px solid #f35b72;
    transition: 0.3s cubic-bezier(0, 0.82, 0.18, 0.71);
}
.contact-form .btn-contact:hover{
	border: 2px solid #f35b72;
	background: none;
	color: #f35b72;
}




/*Contact*/
/*promotion*/
	.promotions-header{
		padding: 0px;
		border-bottom:none;
	}
	.blogs{
		margin: 50px 0px 42px 0px;
		float: left;
    width: 100%;
	}
	.blog-post{
		box-shadow: 5px 0px 17px rgba(0, 0, 0, .17);
		margin: 36px 0px;
		padding-right: 25px;
	}
	/*.blogs img{
		width: 100%;
	}*/
	
	.blogs .title p{
		color: #444444;
		font-size: 16px;
		text-align: justify;
	}
	.blogs .title h2{
		margin-top: 30px;
	}
	.blogs .blogs-bottom{
		margin-top: 46px;
		border-top: 1px solid #e5e5e5;
		overflow: hidden;
	}
	.blogs .blogs-bottom a{
		background-color: #00a988;
		color: #ffffff;
		padding: 18px 29px;
		font-size: 16px;
    	font-weight: bold;
    	float: left;
	}

	.blogs .blogs-bottom span{
		float: right;
		color: #f35b72;
		margin-top: 15px;
		font-size: 15px;
	}
	.blogs .blogs-bottom i{
		padding-right: 15px;
		
		font-size: 20px;
	}
	.page-navigation {
    text-align: center;
    margin-bottom: 48px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    margin: 0px 5px;
}
.pagination>li>a, .pagination>li>span {
    margin: 0px 5px;
}
.pagination>li>a {
	border:1px solid #495EEB;
	color: #729bc1;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border: none;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    border: none;
}
.expired-promotion{
	background: #f2f2f2;
	padding: 18px 0px;
}
#expired-promotion{
margin-top: 23px;	
}
.expired-promotion {
    position:relative;
}    
.expired-promotion .b-logo:hover{ cursor: pointer; }

.expired-promotion .b-logo img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  width: 100%;
}

.expired-promotion .b-logo:hover img {
  -webkit-filter: grayscale(0%); 
  filter: grayscale(0%);
}
.expired-promotion .title h2{
	font-weight: 300;
}
.good-use {
    margin-bottom: 35px;
}
.good-use .title h2{
	font-weight: 300;
	margin-top: 46px;
	
}
.good-use .title p{
	color: #444444;
	margin: 32px 0px;
	text-align: justify;
}


#expired-promotion .owl-nav{display: block !important;}

#expired-promotion .owl-nav button.owl-next span,
#expired-promotion .owl-nav button.owl-prev span{
	font-family: 'FontAwesome';
	font-size: 0px;

}


#expired-promotion{position: relative;}
#expired-promotion .owl-nav button.owl-prev{
	position: absolute;
    top: 38%;
    left: -42px;
}
#expired-promotion .owl-nav button.owl-next{
	position: absolute;
    top: 38%;
    right: -42px;
}


#expired-promotion .owl-nav button.owl-next span:after,
#expired-promotion .owl-nav button.owl-prev span:after{
	font-family: 'FontAwesome';
	font-size: 36px;

}

#expired-promotion .owl-nav button.owl-next span:after{
	content: "\f054";
}

#expired-promotion .owl-nav button.owl-prev span:after{
	content: "\f053";
}
.expired-promotion .item{
	position: relative;
}
.expired-promotion .date{
	position: absolute;
    bottom: 10px;
    background: #030303;
    width: 100%;
    font-size: 15px;
    padding: 17px 0px 13px 17px;
	color: #ffffff;
	opacity: 0.5;
}
.expired-promotion .date span{
	margin-left: 10px;
}
	
/*promotion*/


/*deposite*/
.deposite-header{
	position: relative;
	overflow: -webkit-paged-x;
}
.deposite-header .right img{
	position: absolute;
	right: -11%;
}
.fund-account{
	padding: 69px 0px 72px 0px;
	background: #f2f2f2;
}
.fund-account .title{
	text-align: center;
}
.fund-account .title p{
		color: #242730;
	    font-size: 21px;
	    font-weight: 400;
	    text-align: center;
	}
.fund-account .title .btn1{
		background-color: #00a988;
		color: #ffffff;
		font-size: 20px;
		margin-top: 41px;
	}
	.deposite-option .block{
	background-color: #ffffff;
	box-shadow: 5px 0px 17px rgba(0, 0, 0, .17);
	background-color: #ffffff;
    box-shadow: 5px 0px 17px rgba(0, 0, 0, .17);
    margin: 17px 0px 20px 0px;
    
} 
.deposite-option .title h2{
		font-weight: 300;
		margin: 67px 0px 60px 0px;
	}
.deposite .img{position: relative;}
.deposite .img .caption{
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px 10px;
}

.deposite .img .caption h4{
	color: #fff;
    position: relative;
    z-index: 1;
    font-size: 20px;
}

.deposite .img .caption:after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #1d2028;
	opacity: 0.7;
}

.deposite .middle{  }
.deposite .middle ul{ padding: 32px 0px 32px 23px;}
.deposite .middle ul li{ list-style: none; display: table; padding-bottom: 20px;}
.deposite .middle ul li img{}
.deposite .middle ul li .content{
	    display: table-cell;
    width: 100%;
    padding-top: 0;
    padding-left: 10px;	

}
.deposite .middle ul li .content h5{
	margin-top: 0;
    margin-bottom: 4px;
    font-weight: bold;
}
.deposite-button .btn1{
	width: 100%;
	background: #495EEB;
	border: none;
	border-radius: 0px;
	color: #ffffff;
	font-size: 21px;
	letter-spacing: 2px;
}
.deposite-button{
	padding: 7px 5px 7px 5px;
	display: inline-block;
	width: 100%;	
}
.deposite .middle .content p{
	font-size: 16px;
	color: #444444;
}
.deposite-option-details li{
	list-style: none;
}
.deposite-option-details li p{
	font-size: 16px;
	padding-left: 30px;
	margin: 30px 0px 49px 0px;
	float: none;
}
.deposite-option-details i.fa{
	float: left;
    color: #f46a7e;
    display: flex;
    font-size: 20px;
}
.imp-info{
	position: relative;
}
.imp-info{
   border-top: 2px solid #dfdfdf;
   margin-bottom: 85px;
}
.imp-info li{
	list-style: none;

}
.imp-info i.fa-check-circle{
	float: left;
	color: #f46a7e;
	font-size: 20px;
	display: flex;
}
.imp-info li p{
	font-size: 16px;
	padding-left: 30px;
	margin: 30px 0px 37px 0px;
	float: none;
}
.imp-info .title h2{
	font-weight: 300;
	margin-top: 50px;
    margin-bottom: 12px;
}
.imp-info .block img{
	width: 100%;
	box-shadow: 5px 0px 17px rgba(0, 0, 0, .17);
}
.deposite-option .deposite .img img{
	width: 100%;
}
.fund-account-bottom{
	margin-top: 90px;
}
.fund-account-bottom .block p a{
	margin-top: 24px;
}


/*deposite*/

/*parteners css here */
.parteners-info {
    margin-top: 81px;
}
.parteners-info .title .grey-row{
	width: 50%;
	height: 50px;
	background-color: #f2f2f2;
	
	float: left;
	margin-left: 45px;
}
.parteners-info .container > .row {
    margin-bottom: 50px;
}
.parteners-info .title img{
	float: left;
}
.parteners-info p{
	float: left;
	margin-top: 40px;
}
.red-font{
	color: #f35b72;
}
.note .title span{
	font-size: 15px;
	font-weight: 500;
	color: #324860;
}
.note .title {
	border-top: 1px solid #dfdfdf;
	padding: 32px 0px;  
}
/*fx css here */
 .faq-header{
	position: relative;
    overflow: -webkit-paged-x;
	padding: 0px;
    border-bottom: none;
}
.faq-header .right img{
	right: 0%;
    top: 50px;
    position: absolute;
}
.legal-documentation-header{
	position: relative;
    overflow: -webkit-paged-x;
	padding: 0px;
    border-bottom: none;
}
.legal-documentation-header .right img{
	right: 0%;
    top: 50px;
    position: absolute;
}
.about-myfx-markets-header{
	position: relative;
    overflow: -webkit-paged-x;
	padding: 0px;
    border-bottom: none;
}
.about-myfx-markets-header .right img{
	right: 0%;
    top: 50px;
    position: absolute;
}
 .regional-partners-header{
	position: relative;
    overflow: -webkit-paged-x;
	padding: 0px;
    border-bottom: none; 
 }
 .regional-partners-header .right img{
	 right: 0%;
    top: 50px;
    position: absolute;
 }
.white-label-header{
	position: relative;
    overflow: -webkit-paged-x;
	padding: 0px;
    border-bottom: none;
}
.white-label-header .right img{
	right: 0%;
    top: 50px;
    position: absolute;
}
.free-demo-mt4-header{
	position: relative;
    overflow: -webkit-paged-x;
	padding: 0px;
    border-bottom: none;
}
.free-demo-mt4-header .right img{
	right: 0%;
    top: 50px;
    position: absolute;
}
.money-manager-header{
	position: relative;
    overflow: -webkit-paged-x;
	padding: 0px;
    border-bottom: none;
}
.money-manager-header .right img{
	right: 0%;
    top: 50px;
    position: absolute;
}
.introducing-broker-header{
	position: relative;
    overflow: -webkit-paged-x;
	padding: 0px;
    border-bottom: none;
}
.introducing-broker-header .right img{
	right: 0%;
    top: 50px;
    position: absolute;
}
.metals-header{
	position: relative;
    overflow: -webkit-paged-x;
	padding: 0px;
    border-bottom: none;
}
.metals-header .right img{
	right: 0%;
    top: 50px;
    position: absolute;
	
}
.cfd-header{
	position: relative;
    overflow: -webkit-paged-x;
	padding: 0px;
    border-bottom: none;
}
.cfd-header .right img{
	right: 0%;
    top: 50px;
    position: absolute;
}
.fx-trading-header{
	position: relative;
    overflow: -webkit-paged-x;
	padding: 0px;
    border-bottom: none;
}
.fx-trading-header .right img{
	right: 0%;
    top: 50px;
    position: absolute;
}
.fx-trading-header .left {
    padding-top: 80px;
}
.fx-trading-header .right img{
	right: 0%;
    top: 50px;
}
.fx-info-top{
	margin-top: 80px;
	float: left;
    width: 100%;
}
.fx-info-top .title p{
	font-size: 16px;
}
.fx-info-bottom .title h2 {
    text-transform: uppercase;
    font-size: 27px;
    font-weight: 300;
 
}
.fx-info-top .block img{
box-shadow: 4px 5px 5px rgba(4, 4, 25, 0.4);}
.fx-info-bottom {
    margin-top: 50px;
    float: left;
    width: 100%;
    margin-bottom: 35px;
}
.fx-info-bottom ul li{
	font-size: 17px;
	margin: 25px 0px;
	list-style: none;
	position: relative;
	color: #314861;
	width: 50%;
    float: left;
   padding-left: 40px;
    padding-right: 10px;
}
.fx-info-bottom ul li:before{
	content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    border: 1px solid #f35b72;
    padding: 12px;
	
}
.fx-info-bottom ul li:after{
	content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    height: 16px;
    width: 16px;
    background: #f35b72;
    border-radius: 100%;
	
}
/*fx css here */
/*cfd css here*/
.cfd-info-top{
	margin-top: 80px;
	float: left;
    width: 100%;
	
}
.cfd-info-bottom{
	
	margin-bottom: 90px;
}
.cfd-info-top .title h2{
	font-weight: 300;
}
.cfd-info-top .title p{
	font-size: 16px;
	margin: 35px 0px;
}
.cfd-info-bottom .title h2{
	font-weight: 300;
}
.cfd-info-bottom .block{
	margin-top: 58px;
}
.cfd-info-bottom .block p{
	font-size: 17px;
	color: #314861;
	margin-top: 18px !important;
}
/*cfd css here*/
/*metals css here*/
.metals-header .right img {
    position: absolute;
    right: 0%;
}
.metals-header .left{
	padding-top: 80px;
}

.metals-header{
	top: 0px;
	}
.metals-header .text-right{
	text-align: none;
}
.metals-info-top{
	margin-top: 57px;
	float: left;
    width: 100%;
}
.metals-info-top .block img{
	box-shadow: 4px 5px 5px rgba(4, 4, 25, 0.4);	
}

.metals-info-bottom .title h2{
	font-weight: 300;
	text-transform: uppercase;
}
.metals-info-top .title p{
	margin-bottom: 35px;
	font-size: 16px;
}
.metals-info-bottom{
	margin-top: 50px;
	float: left;
    width: 100%;
}
.metals-info-bottom .table > thead{
	font-size: 18px;
	background: #f35b72;
	color: #ffffff;
	
}
.metals-info-bottom .table > tbody{
	font-size: 17px;
}
.metals-info-bottom .table > tbody > tr > th{
	background: #324860;
	color: #ffffff;
	width: 18%;
	font-weight: 300;
	padding: 16px;
}
.metals-info-bottom .table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th {
    border-top: 0;
    text-align: center;
}
.metals-info-bottom .table > tbody > tr > td {
    color: #324860;
    text-align: center;
    border-top: 1px dashed #eaeaea;
    padding: 16px;
}
.metals-info-bottom .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #eaf3fb;
}
.metals-info-bottom .table > tbody > tr > th:nth-of-type(even){
	background: #324860;
}
.metals-info-bottom .table {
    box-shadow: 1px 2px 15px rgba(0, 0, 0, 0.18);
    text-transform: uppercase;
    margin-top: 49px;
}
.metals-info-bottom .table > tbody > tr > th > img{
	padding-right: 13px;
}
.gold-info {
    margin-top: 86px;
    margin-bottom: 71px;
    float: left;
    width: 100%;
}
.gold-info .block img{
	box-shadow: 4px 5px 5px rgba(4, 4, 25, 0.4);
}
.gold-info .title p{
	margin-bottom: 40px;
	font-size: 16px;
}
/*metals css here*/
/*margin-leverage css here*/
.margin-leverage-header .title {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 300;
}
.margin-leverage-header .left {
    padding-top: 70px;
}
.margin-leverage .right img{
	top: 0px;
	right: -11%;
}
.margin-leverage-top{
	margin-top: 80px;
}
.margin-leverage-top .title h3{
	margin-top: 0px;
}
.margin-leverage-top .title-before h2{
	font-weight: bold;
	margin-top: 0px;
	margin-left: 17px;
}
.margin-leverage-top .title-before p{
	font-size: 20px;
	color: #314861;
	margin-left: 18px;
}
.margin-leverage-top .title-before{
	position: relative;
}
.margin-leverage-top .title-before:before{
	position: absolute;
    content: "";
    width: 10px;
    height: 50px;
    background: #f35b72;
    left: 0px;
    top: 0px;
}
.margin-leverage-top .title-bottom{
	margin-top: 41px;
}
.margin-leverage-top .leverage-count-top{
	margin-top: 60px;
}
.margin-leverage-top .leverage-count-bottom{
	margin-top: 41px;
}
.margin-leverage-top .block img{
	box-shadow: 4px 5px 5px rgba(4, 4, 25, 0.4);
}
.margin-leverage-bottom .block img{
	box-shadow: 4px 5px 5px rgba(4, 4, 25, 0.4);
}
.margin-leverage-bottom{
	margin-top: 100px;
	margin-bottom: 94px;
}
.margin-leverage-bottom .title h3{
	font-weight: bold;
	margin-top: 0px;
}
.margin-leverage-bottom .title p{
	font-size: 16px;
	margin-top: 31px;
}
.services .title{
	margin-bottom: 50px;
}

.services .title h3 {
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
}
.services .title p{
	font-size: 16px;
	color: #ffffff;
	margin-top: 40px;
}
.margin-leverage-info{
	margin-top: 80px;
}
.margin-leverage-info .title h3{
	font-weight: bold;
	text-transform: uppercase;
}
.margin-leverage-info  p{
	font-size: 16px;
	margin-top: 26px;
	line-height: 1.5;

}
.margin-leverage-info-bottom{
	
	margin: 90px 0px;
}
.margin-leverage-info .right img{
	box-shadow: 4px 5px 5px rgba(4, 4, 25, 0.4);	
}
/*margin-leverage css here*/
/*legal css here*/
.pdf-download {
    margin: 80px 0px;
    float: left;
    width: 100%;
}
.pdf-download .title h2{
	font-weight: 300;
}
.pdf-download .title ul{
	padding-left: 0px;
}
.pdf-download .title ul li a img {
	margin-right: 34px;
}
.pdf-download .title ul li a{
	background: url(../img/legal/pdf-icon.png) no-repeat scroll 0 center;
    padding: 15px 0px 15px 40px;
    float: left;
    width: 100%;
}
.pdf-download .title ul li {
	list-style: none;
    
    padding: 10px 0px;
    padding-left: 0px;
}
.pdf-download .title ul li:first-child{
	padding-top: 55px;
}
.pdf-download .title ul li a{
	font-size: 18px;
}
/*legal css here*/
/*faq css here*/
.faq-header .left {
    padding-top: 75px;
}
.faq-header .right img {
    right: 0%;
    top: 50px;
}

#tab1{
  background-color: #efefef;
  color: #000000;
  padding:22px 10px 22px 22px;
 
  float: left;
    width: 100%;
 
  margin: 10px 5px;

}


#nav-mobile i{
	
	float: right;
	color: #e63f52;
}


.questions {
    margin: 50px 0px;
    float: left;
    width: 100%;
}

#tab1:hover{
  background-color: #000000;
  color: #efefef;
}
/*faq css here*/
/*white-lable css here*/
.white-lable-info .title h3{
	font-size: 25px;
	text-align: center;
	margin: 60px 0px;
}
.white-lable-info .block h2{
	font-size: 28px;
	font-weight: 300;
	text-transform: uppercase;
}
.white-lable-info .block p{
	font-size: 18px;
	color: #314861;
	font-weight: 300;
}
.white-lable-info .block{
	margin-bottom: 90px;
}
/*white-lable css here*/
/*regional-parteners css here*/
.re-parteners .right img {
    right: 0%;
    top: 0px;
}
.re-parteners{
	margin: 80px 0px;
	float: left;
    width: 100%;
}
.re-parteners .title h3{
	font-size: 30px;
	font-weight: 300;
	margin-bottom: 30px;
}
.re-parteners .title p{
	font-size: 16px;
}
.re-parteners .block-right ul li{
	width: 100%;
	font-size: 17px;
margin: 25px 0px;
list-style: none;
position: relative;
color: #314861;
float: left;
padding-left: 40px;
padding-right: 10px;
}
.re-parteners .block-right ul li:before{
	content: "";
position: absolute;
top: 0px;
left: 0px;
height: 20px;
width: 20px;
border-radius: 100%;
border: 1px solid #f35b72;
padding: 12px;
}
.re-parteners .block-right ul li:after{
	content: "";
position: absolute;
top: 5px;
left: 5px;
height: 16px;
width: 16px;
background: #f35b72;
border-radius: 100%;

}
.re-parteners .block-right h3{
	font-size: 21px;
	margin-top: 0px;
	
}
.re-parteners .block-right p{
	font-size: 16px; 
}
.re-parteners .block-right{
	margin-top: 60px;
}
.re-parteners .block-left{
	margin-top: 60px;
}


/*regional-parteners css here*/
/*about-us css here*/
.about-us-top h3{
	font-size: 26px;
}
.about-us-top p{
	margin-top: 40px;
	font-size: 16px;
}
.about-us-middle{
	background: #f2f2f2;
    margin-top: 60px;
   	padding: 40px 0px;
   	float: left;
    width: 100%;
}
.about-us-middle ul li{
	width: 49%;
    list-style: none;
   display: inline-block;
   padding: 30px 0px;
     
}
.about-us-middle ul{
	padding-left: 0px;

}
.about-us-middle h3{
	font-weight: 300;

}
.about-us-middle ul li a{
	font-size: 18px;
	color: #314861;
}
.about-us-middle ul li a img{
	margin-right: 15px;
}
.about-us-bottom .title h3{
	font-size: 25px;
	font-weight: 300;
}
.about-us-bottom .title p{
	font-size: 16px;
}
.about-us-bottom {
    padding: 65px 0px;
    float: left;
    width: 100%;

}
.about-us-top {
    margin-top: 60px;
    float: left;
    width: 100%;
}

/*about-us css here*/
/*account-type css here*/
.account-type-header .left, .multi-account-manager-header .left, .platforms-header .left, .spreads-swap-rates-and-rollovers-header .left, .margin-and-leverage-header .left, .slippage-policy-header .left, .cfd-header .left, .money-manager-header .left, .white-label-header .left, .regional-partners-header .left, .about-myfx-markets-header .left, .legal-documentation-header .left{
	padding-top: 80px;	
}
.account-type-header {
	position: relative;
    overflow: -webkit-paged-x;
	    padding: 0px;
    border-bottom: none;
}
.account-type-header .right img {
    margin-left:87px;
}
.account-type-header .title{
	font-size: 30px;
	    font-weight: 700;

}
.account-type-info h3{
	color: #242730;
}
.account-type-info p{
	font-size: 16px;
	margin: 50px 0px;
}
.account-type-info {
    margin: 80px 0px 30px 0px;
}
.account-type-info-bottom .currency-container .block {
    float: none;
    margin-right: -3px;
    background: #fff;
    width: 25%;
    box-shadow: 1px 2px 15px rgba(0, 0, 0, 0.18);
    display: inline-block;
}
.account-type-info-bottom .currency-container .block:first-child {
    width: 24%;
}
.account-type-info-bottom .currency-container {
padding-top: 30px;
padding-bottom: 100px;
}
.account-type-info-bottom .block .th1 {
    padding: 20px 0px;
    background: #488ac0;
    
}
.account-type-info-bottom .block .th2 {
    padding: 20px 0px;
    background: #a3c658;
    
}
.account-type-info-bottom .block .th3 {
    padding: 20px 0px;
    background: #edb73e;
    
}
.account-type-info-bottom .currency-container .block span {
   
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    text-align: center;
    height: 30px;
}
.account-type-info-bottom .block-first .tb .td:nth-of-type(odd){
   text-align: left;
    color: #ffffff;
    font-weight: 500;
    background: #324860;
    text-transform: uppercase;
    border-top: 1px dashed #eaeaea;
    height: 70px;
}
.account-type-info-bottom .block-first .tb .td:nth-of-type(even){
   text-align: left;
    color: #ffffff;
    font-weight: 500;
    background: #465a70;
    text-transform: uppercase;
    border-top: 1px dashed #eaeaea;
    padding: 20px 0px 10px 10px;
}

.account-type-info-bottom .block .td:nth-of-type(odd) {
    
    padding: 20px 0px 10px 10px;
    text-align: center;
    border-top: 1px solid #eaeaea;
    color: #444444;
    height: 70px;
    background: #eaf3fb;
    border-top: 1px dashed #eaeaea;
   
}
.account-type-info-bottom .block .td:nth-of-type(even) {
	height: 70px;
	padding: 20px 0px 10px 10px;
    text-align: center;
    border-top: 1px solid #eaeaea;
    color: #444444;
    height: 70px;
    background: #ffffff;
    border-top: 1px dashed #eaeaea;
}

.account-type-info-bottom .block .td{
	border-top: 1px dashed #eaeaea;
}
.account-type-info-bottom .block .td{
	text-transform: capitalize;
	font-size: 15px;
	padding: 20px 0px 10px 10px;
}
.account-type-info-bottom .td{
	height: 70px;
}

   
/*account-type css here*/
/*ib css here*/
.ib-info{
	margin-top: 75px;
	margin-bottom: 55px;
	float: left;
    width: 100%;
}
.introducing-broker-header .right img{
right: -33%;
top: 0px;
}
.ib-info .title h5:first-child{
	margin-top: 0px;
}
.ib-info .title h5{
	font-size: 19px;
	line-height: 30px;
	margin-top: 40px;
	font-weight: 400;
}
.ib-info .title h5:last-child{
	margin-top: 60px;
}
.ib-info .title h5 strong{
	font-weight: 900;
}
.broker-intro-benefits .title h3{
	font-weight: 300;

}
.broker-intro-benefits .block img{
	margin: 0 auto;
}
.broker-intro-benefits .block p{
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	margin-top: 10px !important;
	margin-bottom: 0px !important;
	color: #314861;
}

.broker-intro-benefits{
	padding: 40px 0px 60px 0px;
}
.broker-intro-benefits .block{
	margin-top: 48px;
	/*height: 170px;*/
}
.inquiry-button {
    text-align: center;
}
.inquiry-button{
	background-image: url(../img/ib/IB_05.png);
	padding: 85px 0px 70px 0px;
   
    background-repeat: no-repeat;
    background-size: cover;
}
.inquiry-button h3{
	color: #ffffff;
}

.inquiry-button .btn3{
	text-align: center;
	background: #f35b72;
    color: #fff;
    border: 2px solid #f35b72;
    font-size: 24px;
    margin-top: 40px;
}
.inquiry-button .btn3:hover{
	background: #ffffff;
	color: #f35b72;
	border: 2px solid #ffffff;
}
/*ib css here*/
/*money-manager css here*/
.money-manager-info{
	margin-top: 65px;
	margin-bottom: 75px;
	float: left;
    width: 100%;
}
.money-manager-info .title p{
	font-size: 16px;
	margin-top: 35px;
}
.money-manager-info .title p:first-child{
	margin-top: 0px;
}
.fx-trading-feature-top{
	text-align: center;
}
.fx-trading-feature-top .title h2{
	text-transform: uppercase;
	font-weight: 300;
}
.fx-trading-feature-top .title p{
	font-size: 16px;
	line-height: 28px;
}
.fx-trading-feature-top .title p{
	margin-top: 45px;
}

/*.fx-trading-feature-bottom .currency-container .block:first-child {
    width: 22%;
    float: left;
}*/
.fx-trading-feature-bottom .currency-container .block:nth-of-type(odd){
	background: #495EEB;
	float: left;
    color: #ffffff;
    font-size: 17px;
    height: 340px;
    width: 23%;
}
.fx-trading-feature-bottom .currency-container .block:nth-of-type(even){
	background: #e63f52;
	color: #ffffff;
	font-size: 17px;
	float: left;
	height: 340px;
	width: 23%;
}

.fx-trading-feature-bottom .block:first-child .td {
    text-align: center;
    color: #314861;
    font-weight: 500;
}
.fx-trading-feature-bottom .currency-container .block {
    float: none;
    margin-right: 20px;
    background: #fff;
    width: 23%;
    box-shadow: 1px 2px 15px rgba(0, 0, 0, 0.18);
    display: inline-block;
}
.fx-trading-feature-bottom .currency-container {
    padding: 0px;
    overflow: hidden;
    padding-top: 120px;
    
}
.fx-trading-feature-bottom {
    margin-bottom: 75px;
}

.fx-trading-feature-bottom .block .th {
    height: 135px;
    position: relative;
}
.fx-trading-feature-bottom .currency-container .block span {
    font-size: 23px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
   margin-left: 10px;
    height: 30px;
    text-align: left;
}
.fx-trading-feature-bottom .block .tb ul li{
	padding: 10px 0px;
	text-align: left;
	list-style: none;
	position: relative;
	

}

.blue-dot:before{
	content: "";
    color: #3d6688;
    background: #3d6688;
    width: 15px;
    height: 15px;
    top: 14px;
    left: -22px;
    position: absolute;
    border: 1px solid;
    border-radius: 100%;
  

  
}
.red-dot:before{
	content: "";
    color: #ac2f3d;
    background: #ac2f3d;
    width: 15px;
    height: 15px;
    top: 14px;
    left: -22px;
    position: absolute;
    border: 1px solid;
    border-radius: 100%;
}
/*money-manager css here*/
/*multiaccount-manager css here*/
.multi-account-manager-header{
	 position: relative;
    overflow: -webkit-paged-x;
	padding: 0px;
    border-bottom: none;
}
.multi-account-manager-header img{
	right: 0%;
    top: 50px;
    position: absolute;
}

.multiaccount-manager-top{
	margin-top: 65px;
	width: 100%;
	float: left;
}
.multiaccount-manager-top .title p{
	margin-bottom: 30px;
}
.multiaccount-manager-bottom .title h2{
	font-weight: 300;
}
.multiaccount-manager-bottom .block img{
	box-shadow: 4px 5px 5px rgba(4, 4, 25, 0.4);
}
.multiaccount-manager-bottom .block-right ul li{
	padding-top: 30px;
	list-style: none;
	font-size: 16px;
}
.multiaccount-manager-bottom .block-right ul li:before{
	content: "\2022";
  color: red;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}
.multiaccount-manager-bottom {
    
    margin: 70px 0px;
	width: 100%;
    float: left;
}
/*multiaccount-manager css here*/

.margin-and-leverage-header {
	    position: relative;
    overflow: -webkit-paged-x;
	padding: 0px;
    border-bottom: none;
}
.margin-and-leverage-header .right img{
	    top: 0px;
    right: -11%;
	position:absolute;
}
.slippage-policy-header {
	    position: relative;
    overflow: -webkit-paged-x;
	padding: 0px;
    border-bottom: none;
}
.slippage-policy-header .right img{
	    top: 0px;
    right: -11%;
	position:absolute;
}
/*plateform css here*/
.platforms-header{
	position: relative;
    overflow: -webkit-paged-x;
	padding: 0px;
    border-bottom: none;
}
.platforms-header .right img{
	 right: 0%;
    top: 50px;
	position:absolute;
}
.plateform-top{
	margin-top: 75px;
	margin-bottom: 65px;
}
.plateform-top .nav-pills>li+li {
    margin-left: 0px;
    width: 50%;
    text-align: center;
}
.plateform-top .nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    background: #f2f2f2;
}
.plateform-top #exTab1 .nav-pills>li.active>a, #exTab1 .nav-pills>li.active>a:focus, #exTab1 .nav-pills>li.active>a:hover {
    background: #e63f52;
    color: #ffffff;
    padding: 10px 10px;
    font-size: 24px;
}
.plateform-top #exTab1 .nav-pills > li > a {
    color: #314861;
    font-weight: 600;
    padding-top: 0px;
    padding: 10px 10px !important;
    font-size: 24px !important;
    text-align: center;
}
.plateform-top .nav-pills>li {
    float: left;
    width: 50%;
}
.plateform-top #exTab1 .tab-content>.tab-pane {
    border: none;
}
.plateform-top .tab-content.clearfix {
    margin-top: 50px;
}
.plateform-top .tab-content.clearfix .title p{
	text-align: left;
	font-size: 16px;
	line-height: 28px;
}
.plateform-top .tab-content.clearfix .title img{
	width: 100%!important;
	/*margin-top: 50px;*/
	padding: 0px 10px 0px 0px;
}
.plateform-top .enjoy .title h2{
	    font-weight: 300;
    text-transform: uppercase;
    text-align: left;
    margin-top: 70px;
    margin-bottom: 80px;
}

.plateform-top .enjoy-bottom .title-left ul li{
	text-align: right;
	list-style: none;
	padding-top: 40px;
	font-size: 20px;
    color: #314861;
    font-weight: 500;
    position: relative;
    padding-right:35px;
}
.plateform-top .enjoy-bottom .title-left ul li:after{
	content: "";
    position: absolute;
    top: 45px;
    right: 0px;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    border: 1px solid #f35b72;
    padding: 12px;
}
.plateform-top .enjoy-bottom .title-left ul li:before{
	content: "";
    position: absolute;
    top: 50px;
    right: 5px;
    height: 16px;
    width: 16px;
    background: #f35b72;
    border-radius: 100%;
}
.plateform-top .enjoy-bottom .title-right ul li{
	list-style: none;
	text-align: left;
	font-size: 20px;
    color: #314861;
    padding-top: 40px;
    font-weight: 500;
    position: relative;
    padding-left: 35px;
}
.plateform-top .enjoy-bottom .title-right ul li:before{
	content: "";
    position: absolute;
    top: 41px;
    left: 0px;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    border: 1px solid #f35b72;
    padding: 12px;
}


.plateform-top .enjoy-bottom .title-right ul li:after{
	content: "";
    position: absolute;
    top: 46px;
    left: 5px;
    height: 16px;
    width: 16px;
    background: #f35b72;
    border-radius: 100%;
}
.plateform-top .instaletion .title h2{
	text-align: left;
	font-weight: 300;
	text-transform: uppercase;
}
.plateform-top .instaletion .block p{
	font-size: 16px;
	text-align: left;
	line-height: 33px;
}
.plateform-top .instaletion .block {
/*	height: 175px;*/
	margin-top: 50px;
}
.plateform-top .instaletion{
	margin-top: 65px;
}
.plateform-top .meta-feture h2{
	font-weight: 300;
	text-align: left;
	text-transform: uppercase;
}
.plateform-top .meta-feture {
    margin-top: 60px;
}
.plateform-top .meta-feature-bottom img{

	/*width: 100%;*/

}
.plateform-top .meta-feature-bottom h3{
	text-align: left;


	margin-top: 0px;
}
.plateform-top .meta-feature-bottom p{

	
	text-align: left;
}
.plateform-top .meta-feature-bottom .block{

    margin-top: 55px;
    display: flex;
}
.plateform-top .enjoy-bottom .title-left ul{
	padding-left: 0px;
}
.plateform-top .enjoy-bottom .title-right ul{
	padding-left: 0px;
}
/*plateform css here*/
/*slippage-policy css here*/
.type-slippage .block{
	float: left;
}
.slippage-policy-info {
	background: #f2f2f2;
}
.slippage-policy-info .title{
	margin-top: 60px;
}
.slippage-policy-info .title h5{
	margin-top: 40px;
}
.type-slippage {
    margin-top: 75px;
    margin-bottom: 75px;
}
.type-slippage .block img{
	float: left;
}
.type-slippage .block h5{
	margin-left: 15px;
}
.type-slippage .block h5 {
    margin-left: 65px;
   
}
.slippage-policy-bottom .title p{
	margin-top: 40px;
}
.slippage-policy-bottom {
    margin-bottom: 65px;
}
/*slippage-policy css here*/
/*spreads css here*/
.spreads-swap-rates-and-rollovers-header{
	position: relative;
    overflow: -webkit-paged-x;
	padding: 0px;
    border-bottom: none;
}
.spreads-swap-rates-and-rollovers-header .right img{
	    top: 0px;
    right: -11%;
	position:absolute;
}
.spreads-swap-rates-and-rollovers-header .title{
	font-size: 25px;
}
.spreads-info .title h2{
	font-weight: 300;
	text-transform: uppercase;
}
.spreads-info{
	margin-top: 75px;
	margin-bottom: 65px;
}
.spreads-info .title p{
	font-size: 16px;
	margin-top: 40px;
	line-height: 30px;
}
.spreads-table .block{
	width: 31%;
}
.spreads-table .currency-container .block:first-child {
    width: 31%;
}
.spreads-table .currency-container {
    padding: 25px 15px;
    overflow: hidden;
   
    text-align: center;
}
.spreads-table .th1 img{
	float: left;
	padding: 6px 0px 0px 6px;
}
.spreads-table .currency-container .block span {
    font-size: 21px;
    color: #f25b72;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    text-align: left;
    height: 74px;
    padding:23px 0px 0px 80px;
}
.spreads-table .th2 img{
	float: left;
	padding: 6px 0px 0px 6px;
}
.spreads-table .th3 img{
	float: left;
	padding: 6px 0px 0px 6px;
}
.spreads-table .block .td:nth-of-type(odd){
  	background: #eaf3fb;
  }
.spreads-table .block .td{
	border-top: 1px dashed #eaeaea;
	text-align: center;
	padding:15px;
}
.spreads-table{
	background-image: url(../img/spreads/spreadsbg.png);
	
	background-repeat: no-repeat;
    background-size: cover;

}
.spreads-middle .title h2{
	text-transform: uppercase;
	font-weight: 300;
}
.spreads-middle{
	margin: 65px 0px;
}
.spreads-middle .title p{
	margin-top: 30px;
	font-size: 16px;
	line-height: 30px;
}
.spreads-bottom{
	margin: 65px 0px;
}
.spreads-bottom .title h2{
	text-transform: uppercase;
	font-weight: 300;
}
.spreads-bottom .title p{
	margin-top: 18px;
	font-size: 16px;
	line-height: 22px;
}
.plznot .title{
	border-top: 1px solid #dfdfdf;
}
.plznot{
	margin-bottom: 65px; 
}
.swap-rate .title h2{
	color: #ffffff;
	font-weight: 300;
	text-transform: 300;
}
.swap-rate{
	background: url(../img/spreads/myfx-3-spreadsRatesAndRollovers_02.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	padding: 65px 0px;
}
.swap-rate .title p{
	font-size: 16px;
	color: #ffffff;
}
.swap-rate .block .btn2 {
    float: right;
    margin-top: 25px;
}
.swap-rate .block .btn2:hover {
   background: none;
    border-color: #f35b72;
    color: #f35b72;
}
.swap-rate .title-bottom p{
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	margin-top: 35px;
	margin-bottom: 35px;
}
.swap-rate .swap-number h1{
	background: #75a3c9;
	color: #ffffff;
	border-radius: 100%;
	width: 100px;
	height: 100px;
	text-align: center;
	position: relative;
	padding: 28px 0px;
}
.half-circle {
    width: 71px;
    height: 117px;
    border-top-right-radius: 107px;
    border-bottom-right-radius: 107px;
    border: 2px solid #ffffff;
    border-left: 0px;
    position: absolute;
    top: 12px;
    left: 47%;
}

.sepr:after {
	content: "";
	width: 60%;
	height:1px;
	background:#ffffff;
	position: absolute;
	top: 68px;
    left: 65%;
}


.swap-rate .swap-number {
    text-align: -webkit-center;
}
.swap-number p{
	color: #ffffff;
	font-size: 16px;
	line-height: 32px;
	margin-top: 40px;
}
/*spreads css here*/
/*ib-popup css here*/
.ib-popup .ib-info .title h5 {
    font-size: 19px;
    line-height: 30px;
    margin-top: 30px;
    font-weight: 400;
}
.ib-popup .ib-info .title h5:first-child{
	margin-top: 0px;
}
.ib-popup .ib-info .btn-2:hover{
	background: none;
    border-color: #f35b72;
    color: #f35b72;
}
.ib-popup .title .btn2:hover {
   background: none;
    border-color: #f35b72;
    color: #f35b72;
}
/*ib-popup css here*/
/*freedemo css here*/
.freedemo-info{
	margin: 65px 0px;
	float: left;
	width: 100%;
}
.freedemo-info input[type="text"] {
    width: 95%;
}
.freedemo-info input[type="email"] {
    width: 95%;
}

.freedemo-info .form-control {
    border: 1px solid #d0d0d0;
    height: auto;
    margin-bottom: 34px;
    width: 95%;
   	border-radius: 0px;
    padding: 20px 23px;
    font-size: 16px;
    background: #f2f2f2;
}
.freedemo-info .block img{
box-shadow: 4px 5px 5px rgba(4, 4, 25, 0.4);
margin-top: 60px;
height: 713px;	
}
.freedemo-info .contact-form{
    background: #f2f2f2;
   padding:0px 30px 17px;
    box-shadow: 4px 5px 5px rgba(4, 4, 25, 0.4);
}

.freedemo-info .contact-form input{
	padding: 20px 23px;
    height: auto;
    margin-bottom: 34px;
    border: 1px solid #d0d0d0;
    background: #f2f2f2;
}
.freedemo-info > col >{
	padding: 0px;
}
.freedemo-info .contact-form span{
	float: left;
    margin-top: -35px;
    margin-bottom: 34px;
    color: #f35b72;
}
.freedemo-info .contact-form .btn2:hover {
   background: none;
    border-color: #f35b72;
    color: #f35b72;
}
/*freedemo css here*/
/*client-login css here*/
.client-login-info{
	background: #f2f2f2;
	padding: 100px 0px;
}
.client-login-info .contact-form{
	background: #ffffff;
	padding: 40px 30px 30px;
}
.client-login-info input[type="text"] {
    width: 100%;
    padding: 20px 10px;
    border: 1px solid #bdbdbd;
}
.client-login-info input[type="password"] {
    width: 100%;
    padding: 20px 10px;
    border: 1px solid #bdbdbd;
}
.client-login-info input#submit {
    width: 100%;
    background: #f35b72;
    color: #ffffff;
    border: 1px solid #f35b72;
    padding: 23px 0px;
}
.client-login-info .contact-form .title h2{
	font-weight: 300;
	text-transform: uppercase;
	text-align: left;
}
.client-login-info input[type="checkbox"] {
	border: 1px solid #bdbdbd;
}
.client-login-info label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0px;
    font-weight: normal;
    font-size: 16px;
}
.client-login-info .contact-form ul {
	padding: 0px;
	margin-top: -21px;
}
.client-login-info .contact-form ul li{
	list-style: none;
	float: left;
	padding: 0px 0px 0px 0px;
	
}
.client-login-info .contact-form ul li:last-child{
	float: right;
    padding-right: 0px;
}
.client-login-info .contact-form p{
	font-size: 14px;
	line-height: 26px;
    margin-top: 60px;
}

.client-login-info .title-left{
	background: url(../img/client-login/myfx-3-client-login_03.png);
	width: 95%;
	height: auto;
	background-repeat: no-repeat;
	overflow: hidden;
	float: right;
}

.client-login-info .title-left h2{
	    font-weight: 300;
    color: #ffffff;
    padding: 20px 0px 13px 35px;
}
.client-login-info .title-left ul{
	padding: 0px;
}
.client-login-info .title-left ul li{
	font-size: 16px;
    color: #ffffff;
    padding: 10px 0px;
    line-height: 31px;
    list-style: none;
    position: relative;
    padding-left: 65px;
}
.client-login-info .title-left ul li:before{
	
	content: "";

position: absolute;

top: 15px;

left: 30px;

height: 20px;

width: 20px;

border-radius: 100%;

border: 1px solid #ffffff;

padding: 12px;
}
.client-login-info .title-left ul li:after{
	content: "";
    position: absolute;
    top: 20px;
    left: 35px;
    height: 16px;
    width: 16px;
    background: #ffffff;
    border-radius: 100%;
}
.client-login-info .title-bottom p{
	margin-top: 40px;
	line-height: 25px;
}

h3, h2{margin-bottom: 25px;}
p{margin-top: 0 !important; margin-bottom: 20px;}
.six-point .block{ padding: 0;    }
.six-point .block:before{background: none;}
.six-point .block a{float:left; width: 100%; transform: scale(1); position: relative; background-color: #495EEB;  border-left:1px solid rgba(0,0,0,0.2); display: flex; align-items: center; font-size: 18px; justify-content: center;padding: 25px 10px;}
.six-point .block a p{text-align: left; float: left; width: auto; font-size: 18px; margin: 0 !important;}
.six-point .block a img{margin-right: 20px;}
.six-point:nth-child(1) .block a{border-left:0;}
/* .six-point:nth-child(3) .block a{border-left:0;} */
.six-point .block a:hover{
	transform: scale(1.04); 
	box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.2); 
	position: relative; 
	z-index: 99; 
	border-left: 0; 
	background: #e0e0e0;
}
.six-point .block a:hover p{
	color:#495eeb;
}

.currency{padding: 0px;}
.currecny-block .block img{padding-right: 0; margin-right: 20px;}
.currecny-block .block p{padding: 0; margin: 0 !important; height: auto; float:left; width: auto;}
.currecny-block .block{padding: 35px 20px; display: flex; align-items: center; justify-content: center; }
.currecny-block .block p span:nth-child(1){ color: #314861; font-size: 30px; font-weight: 600; margin-bottom: 3px; clear: both; float:left; width: 100%;  }
.currecny-block .block p span:nth-child(2){ color: #747f8e; font-size: 18px; float:left;  width: 100%;}

.a-overview #exTab1 .nav-pills > li > a{ padding: 8px; }
.a-overview #exTab1 .nav-pills>li.active>a:hover, #exTab1 .nav-pills > li > a:hover,
.a-overview #exTab1 .nav-pills>li.active>a:focus, #exTab1 .nav-pills > li > a:focus,
.a-overview #exTab1 .nav-pills>li.active>a:visited, #exTab1 .nav-pills > li > a:visited{font-size: 16px; color: #495EEB; padding: 8px; background: none;}


.ftr-email .email, .ftr-email .email a{justify-content: center; float:left; width: 100%;display: flex;align-items: center; font-size: 18px; font-weight: 500;}
.ftr-email .email a img{margin-right: 10px;}
.ftr-email .live-chat a{justify-content: center;}

.wd-container{width: 1600px;}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {float: left; width: auto; padding: 0;}

.navbar-nav>li>a{padding: 29px 20px;}

header {
    padding: 10px 0px;
    box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.3); background: #fff;
    position: relative;
    z-index: 95;
    display: table; width: 100%; clear: both; float:left;
}
.account-type-info{float: left;width: 100%;}
.account-type-header .title{margin-top: 0px;}
.breadcrumb{ padding: 0; margin-bottom: 0;}

.page-header{ padding-top: 4.5vw; padding-bottom: 4.5vw; }
.page-header{ background:#f0f5f9 url(http://kleqcloud.com/wp/myfx_new/wp-content/themes/myfx/img/account-type-banner.jpg) no-repeat; background-size: cover;  }

span{height: auto !important;}
.account-type-info-bottom .block-first .tb .td,
.account-type-info-bottom .block .tb .td{ padding:15px; }
.account-type-info-bottom .block-first .tb .td img{ margin-right: 20px; }
.account-type-info-bottom .block .tb .td{font-size: 16px; font-weight: 500; display: flex;align-items: center; justify-content: center; color: #324860;}
.account-type-info-bottom .block-first .tb .td{justify-content: flex-start;}
.account-type-info-bottom .currency-container .block{float:left;}
.account-type-info-bottom .currency-container{overflow: inherit;}
.inner-header-sec h2{margin-bottom: 15px;}

.account-type-info, .account-type-info-bottom, .currency-container{width: 100%; float:left;}
.account-type-info-bottom .block-first .tb .td:nth-of-type(even),
.account-type-info-bottom .block-first .tb .td:nth-of-type(odd){border-top: 1px dashed rgba(255,255,255, 0.3);}


/* responsive */

/*===maximum width 1200===*/
@media(max-width: 1600px){
	.wd-container{width: 1336px;}
}
@media(max-width: 1550px){
	.wd-container{width: 100%;}
}	
@media(max-width: 1200px){
.header-top .nav li a {
    padding: 28px 13px 28px;
}
.currencys-live .title p {
   font-size: 19px;
}
.contact-us-header {
    background-position-y: -170px;
}
/*promotion*/
#expired-promotion .owl-nav button.owl-prev {
   left: -15px;
}
#expired-promotion .owl-nav button.owl-next {
    right: -19px;
}
/*promotion*/
/*deposite*/
.deposite-header .right img {
   right: 0%;
}
/*deposite*/
/*account-type css here*/
.account-type-info-bottom .currency-container .block {
    width: 24%;
}
.account-type-info-bottom .currency-container .block:first-child {
    width: 27%;
}


}


/*===maximum width 1199===*/
@media(max-width: 1199px){
	

.header-top .nav li a{padding: 28px 13px 28px;}

#banner{padding: 50px 0px 0px;}
#banner .info{
	width: 320px;
	padding-right: 0px;
	padding-bottom: 22px;
}
#banner .info p{padding: 0px 0px 33px;}
#banner .banner .img{
	width:620px;
	bottom: -209px;
}
.breadcrumb li a {
    font-size: 16px;
    padding: 0px 8px;
}
.currencys-live .title p {
    font-size: 18px;
}
.page-header .title  {
    font-size: 32px;
   
}
.currency-info .title h2 {
   
    margin-top: 0px;
}
.advantage .title h2 {
   font-size: 27px;
}


/*currency-container*/
	.currency-container .block{
		width: 13.5%;
	}
	.block .th .icon{
		width: 70px;
		height: 50px;
	}
	.currency-container .block span{
		font-size: 15px;
		height: 23px;
	}
	.block .td{
		font-size: 14px;
		height: 40px;
	}
	.block:first-child .td img{
		padding-right: 5px;
    	width: 12.1%;
	}
	.under-slink .block p {
  	margin-top: 0px;
}

/*currency-container*/
/*contact us*/
.contact-us-header .right img {
   top: 78px;
}
  
/*contact us*/
/*promotion*/
.blogs {
    margin: 30px 0px 10px 0px;
}
.blogs .blogs-bottom {
    margin-top: 15px;
    
}
.blogs .blogs-bottom a {
    padding: 7px 14px;
    font-size: 14px;
   
}
.blogs .blogs-bottom span {
    margin-top: 7px;
   
}
#expired-promotion .owl-nav button.owl-prev {
    left: -33px;
}
#expired-promotion .owl-nav button.owl-next {
    right: -33px;
}
/*promotion*/
/*deposite*/
.deposite-header .right img {
    right: -21%;
}
/*deposite*/
/*parteners*/
.parteners-info .title .grey-row {
    width: 38%;
}
/*parteners*/

/*metals css here*/
.metals-info-top .title p {
    margin-bottom: 25px;
   
}
.metals-info-bottom {
    margin-top: 26px;
}
.gold-info .title p {
    margin-bottom: 20px;
    
}
.gold-info {
    margin-top: 60px;
    margin-bottom: 40px;
}
/*margin-leverage css here*/
.margin-leverage-top .title-before p {
    font-size: 19px;
    color: #314861;
    margin-left: 18px;
}
.margin-leverage .right img {
    right: -21%;
}
.margin-leverage-top {
    margin-top: 40px;
}
.margin-leverage-bottom {
    margin-top: 50px;
    margin-bottom: 50px;
}
.margin-leverage-top .leverage-count-top {
    margin-top: 30px;
}
.margin-leverage-top .leverage-count-bottom {
    margin-top: 10px;
}
.margin-leverage-info-bottom {
    margin: 45px 0px;
}
.margin-leverage-info {
    margin-top: 50px;
}
/*margin-leverage css here*/
/*legal css here*/
.legal-header .left{
	padding-top: 92px;
}
/*legal css here*/
/*faq css here*/
#tab1 {
    font-size: 12px;
}
/*faq css here*/
/*white-lable css here*/
.white-lable-info .title h3 {
    font-size: 22px;
}
.white-lable-info .block h2 {
    font-size: 27px;
}
/*white-lable css here*/
/*about-us css here*/
.about-us-middle ul li a {
    font-size: 14px;
   
}
/*about-us css here*/
/*account-type css here*/
.page-header .title {
    font-size: 24px;
}
.account-type-info h3 {
    font-size: 23px;
}
/*account-type css here*/
/*ib css here*/
.ib-info .title h5:last-child {
    margin-top: 45px;
}
.ib-info .title h5 {
    line-height: 25px;
    margin-top: 20px;
   
}
.broker-intro-benefits .block p {
   font-size: 16px;
    
}
/*ib css here*/
/*money-manager css here*/

.fx-trading-feature-bottom .currency-container .block:nth-of-type(even) {
    background: #e63f52;
    color: #ffffff;
    font-size: 17px;
    float: left;
    height: 340px;
    width: 22%;
}
.fx-trading-feature-bottom .currency-container .block {
   margin-right: 24px;
  }
  .fx-trading-feature-bottom .currency-container .block:nth-of-type(even){
  	height: 390px;
  }
  .fx-trading-feature-bottom .currency-container .block:nth-of-type(odd){
  	height: 390px;
  }
  /*plateform css here*/
  .plateform-top #exTab1 .nav-pills>li.active>a, #exTab1 .nav-pills>li.active>a:focus, #exTab1 .nav-pills>li.active>a:hover {
    padding: 10px 158px;
    
}
.plateform-top #exTab1 .nav-pills > li > a {
    padding: 10px 158px;
   }
   .plateform-top .enjoy-bottom .title-left ul li {
   	font-size: 19px;
   }
   .plateform-top .enjoy-bottom .title-right ul li {
   	font-size: 19px;
   }
   .plateform-top .instaletion {
    margin-top: 20px;
}
.plateform-top .instaletion .block p {
    line-height: 22px;
}

/*plateform css here*/
/*spreads css here*/
.spreads-swap-rates-and-rollovers-header .title {
    font-size: 20px;
}
.spreads-table .block {
    width: 31%;
}
.sepr:after {
    content: "";
    width: 55%;
    height: 1px;
    background: #ffffff;
    position: absolute;
    top: 68px;
    left: 69%;
}
/*spreads css here*/
/*freedemo css here*/
.freedemo-info .contact-form input {
    margin-bottom: 24px;
}
.freedemo-info .contact-form input {
    padding: 20px 23px;
    height: auto;
    margin-bottom: 24px;
    border: 1px solid #d0d0d0;
    background: #f2f2f2;
}
.freedemo-info .form-control {
    border: 1px solid #d0d0d0;
    height: auto;
    margin-bottom: 22px;
    width: 95%;
    border-radius: 0px;
    padding: 20px 23px;
}
.freedemo-info .contact-form span {
    float: left;
    margin-top: -22px;
    margin-bottom: 23px;
    color: #f35b72;
}
.freedemo-info .contact-form {
   
       padding: 0px 21px 13px;
   
}
/*freedemo css here*/
/*client-login css here*/
.client-login-info .contact-form {
    
    padding: 31px 30px 30px;
}
.client-login-info input[type="text"] {
   padding: 10px 10px;
  
}
.client-login-info input[type="password"] {
 	padding: 10px 10px;
  
}
.client-login-info input#submit {
    
    padding: 10px 0px;
}
.client-login-info .contact-form p {
    font-size: 12px;
    line-height: 21px;
    margin-top: 44px;
}
.client-login-info .title-left ul li {
    font-size: 14px;
   
    padding: 8px 0px;
    line-height: 24px;
   
    
    padding-left: 65px;
}
.client-login-info {
   
    padding: 50px 0px;
}
/*client-login css here*/
.freedemo-info .block img {
    
    height: 732px;
}
.advantage .top .right-container .btn2 {
    margin-top: 10px;
}

.menu-footer-menu-container .navbar-nav>li>a {
    padding: 18px 10px;
}
  
}

/*===maximum width 1024===*/
@media(max-width: 1024px){
.header-top .nav li a {
    padding: 31px 8px 0px 0px;
}

.breadcrumb li a {
    font-size: 16px;
    padding: 0px 6px;
}
/*contact us*/
.contact-detail .block a {
    
    font-weight: 500;
    font-size: 16px;
}
.contact-us-header {
    background-position-y: -109px;
}
/*contact us*/
/*deposite*/
.deposite-header .right img {
    right: -5%;
}
.imp-info {
  margin-bottom: 50px;
}
/*deposite*/
/*fx css here*/
.fx-trading-header .right img{
	right: 0%;
}
/*fx css here*/
/*cfd css here*/
.cfd-info-bottom .block {
    margin-top: 30px;
}
/*cfd css here*/
/*margin-leverage css here*/
.margin-leverage .right img {
    right: -5%;
}
/*margin-leverage css here*/
/*account-type css here*/
.account-type-info-bottom .currency-container .block:first-child {
    width: 31%;
}
.account-type-info-bottom .currency-container .block {
    width: 23%;
}
/*account-type css here*/
/*ib css here*/
.introducing-broker-header .left {
    padding-top: 43px;
}
/*multiaccount-manager css here*/
.multiaccount-manager-top {
    margin-top: 35px;
}
.multiaccount-manager-top .title p {
    margin-bottom: 19px;
}
.multiaccount-manager-bottom {
    margin: 30px 0px;
}
/*multiaccount-manager css here*/
/*plateform css here*/
.plateform-top .enjoy .title h2 {
    margin-bottom: 45px;
}
/*plateform css here*/
/*spreads css here*/
.spreads-swap-rates-and-rollovers-header .left {
    padding-top: 69px;
}
.spreads-info .title h2 {
    
    font-size: 26px;
}
.spreads-info .title p {
   
    margin-top: 21px;
    line-height: 23px;
}
/*spreads css here*/

.menu-header-menu-container .navbar-nav>li>a {
    padding:15px 5px;
}
.six-point .block a p {
    font-size: 16px;

}
		
}


/*===maximum width 991===*/
@media(max-width: 991px){
	.btn{padding: 10px 50px; font-size: 14px;}

	header .nav>li>a{padding:10px 11px }

	#banner{padding: 20px 0px 0px}
	#banner .info{width: 320px;}
	#banner .info h1{padding-bottom: 6px;}
	#banner .info p{padding: 0px 0px 22px;}
	#banner .banner .img{
		width: 399px;
    	position: relative;
    	bottom: -266px;
		}

	.services .block{
		margin-bottom: 70px;
	}

	.a-overview{padding-left: 0px;}
	.a-analysis .block a{margin-top: 10px;}
	#exTab1 .nav-pills > li > a{padding: 10px 14px; padding-top: 0px;}
	.advantage .bottom .block{text-align: center;}
	.advantage .bottom .block span{display: block; font-size: 14px;}
	.advantage .top .right-container{padding: 27px 0px 0px};
	.advantage .top .right-container .btn{margin: 5px;}
	.f-nav .nav{float: none !important;}
	.f-nav .navbar-header{float: none; text-align: center;}
	.f-nav .navbar-header a{display: inline-block; float: none;}

.currencys-live .title p {
    font-size: 14px;
}
.currency-info .title h2 {
    font-size: 29px;
   
}
.advantage .title h2 {
    font-size: 25px;
}

/*page header*/
	.page-header .left{padding-top: 5px;}
	.page-header .title {
    	font-size: 28px;	
	}	
	.breadcrumb{
		    background: none;
    padding: 1px 0px 0px 0px;
    margin-bottom: 0;
	}
	.breadcrumb li a {
    	padding: 0px 2px;
    	font-size: 15px;
	}

/*page header*/

	
	/*myfx-help*/
	.myfx-help .help{padding: 15px;}
	.myfx-help .title h2{
		font-size: 22px;
	    font-weight: 300;
	    margin: 0;
	}
	.myfx-help .step .block .detail{padding-left: 20px;}
	.myfx-help .step .block{margin-bottom: 8px;}

	/*myfx-help*/


/*currency-container*/
	.currency-container .block{
		width: 13.5%;
		margin-right: 15px;
	}
	.block .th .icon{
		width: 60px;
		height: 40px;
	}
	.currency-container .block span{
		font-size: 13px;
		height: 20px;
	}
	.block .td{
		font-size: 12px;
		height: 38px;
	}
	.block:first-child .td img{
		padding-right: 5px;
    	width: 12.1%;
	}
	.currencys-live {
    padding: 25px 0px;
}
.currency-container {
    padding-top: 90px;
}


/*currency-container*/
/*contact us*/


.contact-detail .block a {
    font-weight: 500;
    font-size: 11px;
}
.contact-form {
    padding: 40px 55px 30px;
}
.contact-us-header .right img {
    top: 80px;
}
/*contact us*/
/*promotion*/
.blogs .title h2 {
    margin-top: 7px;
    font-size: 20px;
}
.blogs .title p {
   font-size: 12px;
   
}
.blogs .blogs-bottom a {
    padding: 4px 10px;
    font-size: 14px;
}
.blogs .blogs-bottom span {
    margin-top: 2px;
}
.blogs .blogs-bottom {
    margin-top: 23px;
}
.pagination {
    margin: 0px 0;
 }
 .blogs {
    margin: 0px 0px 0px 0px;
}

/*promotion*/
/*deposite*/
.deposite-header .right img {
    right: -32%;
}
.fund-account .title p {
   font-size: 17px;
}
.fund-account .title .btn1 {
   font-size: 16px;
}
.deposite-option .title h2 {
    margin: 40px 0px 40px 0px;
}
.deposite-button .btn1{
	font-size: 13px;
}

.imp-info li p {
	font-size: 14px;
}
.deposite .middle ul li .content h5 {
	font-size: 15px;
}
/*paeteners*/
.parteners-info .title .grey-row {
    width: 27%;
    margin-left:15px;
}
/*parteners*/
/*fx css here*/
.fx-trading-header .right img{
	right: 0%;
}
/*fx css here*/
/*cfd css here*/
.cfd-info-top {
    margin-top: 40px;
}
.cfd-info-bottom {
    margin-bottom: 45px;
}
.cfd-info-top .title p {
    margin: 25px 0px;
}
/*cfd css here*/
/*metals css here*/

.metals-info-bottom .table {
    margin-top: 20px;
}
.metals-info-bottom .table > tbody > tr > th {
    width: 26%;
}
/*metals css here*/
/*margin-leverage css here*/
.margin-leverage-header .left {
    padding-top: 25px;
}
.margin-leverage-info .title h3 {
    
    font-size: 21px;
}
.margin-leverage-top .title-before p {
    font-size: 13px;
    
}
.margin-leverage-top .title-before h2 {
    font-size: 23px;
}
.margin-leverage-top .title-before:before {
    height: 40px;
}
.margin-leverage-bottom .title h3 {
    font-size: 22px;
}
.margin-leverage .right img {
    right: -32%;
}
.services .title p {
    
    margin-top: 25px;
}
/*margin-leverage css here*/
/*legal css here*/
.legal-header .left{
	padding-top: 100px;
}
/*legal css here*/
/*faq css here*/
#tab1 {
    font-size: 16px;
}
/*faq css here*/

/*white-lable css here*/
.white-lable-info .title h3 {
    font-size: 17px;
    margin: 30px 0px;

}
.white-lable-info .block h2 {
    font-size: 21px;
}
.white-lable-info .block {
    margin-bottom: 35px;
}
.white-lable-info .block p {
    font-size: 17px;
}
.white-label-header .left {
    padding-top: 55px;
}
/*white-lable css here*/
/*regional-parteners css here*/
.re-parteners .block-right h3 {
    font-size: 20px;
 }
 .re-parteners .left {
    padding-top: 57px;
}
.re-parteners .block-right ul li {
    width: 100%;
    margin: 15px 0px;
}
 /*regional-parteners css here*/
 /*about-us css here*/
 .about-us-middle ul li{
 	width: 100%;
 }
 .about-us-middle ul li a {
    font-size: 18px;
}
.about-us-middle ul li a img {
    margin-right: 25px;
}
/*about-us css here*/
/*account-type css here*/
.account-type-info-bottom .currency-container .block {
    width: 22%;
}
.account-type-info-bottom .currency-container .block:first-child {
    width: 32%;
}
.account-type-header .title {
    font-size: 22px;
}
.account-type-info h3 {
    font-size: 17px;
}
.account-type-info {
    margin: 20px 0px 0px 0px;
}
.account-type-info p {
    
    margin: 25px 0px;
}
/*account-type css here*/
/*ib css here*/
.introducing-broker-header .left {
    padding-top: 14px;
}
.ib-info .title h5:last-child {
    margin-top: 9px;
}
.ib-info .title h5 {
    line-height: 22px;
    margin-top: 0px;
    font-size: 16px;
}

/*ib css here*/
/*money-manager css here*/
.fx-trading-feature-bottom .currency-container .block:nth-of-type(odd) {
    height: 437px;
    width: 24%;
    margin-right: 5px;
}
.fx-trading-feature-bottom .currency-container .block:nth-of-type(even) {
    height: 437px;
    width: 24%;
    margin-right: 5px;
}
/*money-manager css here*/
/*multiaccount-manager css here*/
.multiaccount-manager-header .left {
    padding-top: 79px;
}
.multiaccount-manager-header .title {
    font-size: 26px;
}
.multiaccount-manager-top .title p {
    margin-bottom: 10px;
}
.multiaccount-manager-top .block img{
	margin-top: 50px;
}
.multiaccount-manager-bottom .block-right ul li {
    padding-top: 15px;
    
}
.multiaccount-manager-bottom .block-right ul li {
    padding-top: 15px;
}
.multiaccount-manager-bottom .block img{
	margin-top: 50px;
}
/*multiaccount-manager css here*/
/*plateform css here*/
.plateform-top #exTab1 .nav-pills>li.active>a, #exTab1 .nav-pills>li.active>a:focus, #exTab1 .nav-pills>li.active>a:hover {
    padding: 10px 103px;
}
.plateform-top #exTab1 .nav-pills > li > a {
    padding: 10px 103px;
}
.plateform-top .tab-content.clearfix .title img {
  margin-top: 10px;
}
.plateform-top .enjoy .title h2 {
    margin-top: 55px;
    margin-bottom: 40px;
}
.plateform-top .enjoy-bottom .title-left ul li {
    font-size: 15px;
}
.plateform-top .enjoy-bottom .title-right ul li {
    font-size: 15px;
}
.plateform-top .instaletion .block {
/*    height: 116px;*/
    margin-top: 40px;
}
.plateform-top {
    margin-top: 50px;
    margin-bottom: 45px;
}
.plateform-top .meta-feature-bottom p {
    

    font-size: 17px;
}
/*.plateform-top .meta-feature-bottom .block {
    height: 124px;
    margin-top: 40px;
}*/

/*plateform css here*/
/*slippage-policy css here*/
.slippage-header .left{
	padding-top: 30px;
}
.slippage-policy-info .title {
    margin-top: 0px;
}
.slippage-policy-info .title h5 {
    margin-top: 17px;
}
.type-slippage {
    margin-top: 44px;
    margin-bottom: 50px;
}
.type-slippage .block h5 {
   
    font-size: 15px;
}
.slippage-policy-bottom {
    margin-bottom: 40px;
}
.slippage-policy-bottom .title p {
    margin-top: 25px;
}
/*slippage-policy css here*/
/*spreads css here*/
.spreads-swap-rates-and-rollovers-header .left{
padding-top: 14px;
}
.account-type-header .title {
    font-size: 18px;
}
.spreads-info .title h2 {
    font-size: 20px;
}
.spreads-table .block {
    width: 31%;
}
.sepr:after {
    content: "";
    width: 50%;
    height: 1px;
    background: #ffffff;
    position: absolute;
    top: 68px;
    left: 75%;
}
.swap-rate {
    
    padding: 53px 0px;
}
.swap-number p {
    
    font-size: 13px;
    line-height: 27px;
    margin-top: 27px;
}
/*spreads css here*/
/*freedemo css here*/
.freedemo-header .left{
	padding-top: 58px; 
}
.freedemo-info .contact-form span {
   margin-bottom: 20px;
  
}
.freedemo-info .contact-form input {
   margin-bottom: 20px;
   padding: 10px 23px;
  }
.freedemo-info .form-control {
    border: 1px solid #d0d0d0;
    height: auto;
    margin-bottom: 20px;
    width: 95%;
    border-radius: 0px;
    padding: 10px 23px;
}
.freedemo-info input[type="text"] {
    width: 100%;
}
.freedemo-info input[type="email"] {
    width: 100%;
}
.freedemo-info .form-control {
    
    width: 100%;
    
}

/*freedemo css here*/
/*client-login css here*/
.client-login-info .title-left h2 {
    
    font-size: 25px;
}
.client-login-info .contact-form .title h2 {
    
    font-size: 23px;
}
.client-login-info .title-left ul li {
    font-size: 13px;
    padding: 8px 0px;
    line-height: 18px;
    padding-left: 65px;
}
.client-login-info .contact-form {
    padding: 23px 30px 23px;
}
.contact-form .title {
    padding-bottom: 0px;
}
.contact-form input {
    
    margin-bottom: 14px;
}
.client-login-info .contact-form ul li:last-child {
    float: left;
  padding-right: 52px;
}
.client-login-info .contact-form p {
    
    margin-top: 84px;
}
.btn2 {
    
    padding: 12px 40px;
}
.six-point .block a img {
    margin-right: 0px;
}



}


/*===minimum width 768===*/
@media(max-width: 768px){
	/*contact-us-header*/
	.contact-us-header .right {
    top: 58px;
}
.contact-us-header .right img {
    top: 10px;
}
.contact-us-header {
    background-position-y: -79px;
}
.contact-us-header .left {
    margin-bottom: 45px;
}
/*contact-us-header*/
/*promotion*/
#expired-promotion .owl-nav button.owl-prev {
    left: -25px;
}
#expired-promotion .owl-nav button.owl-next {
    right: -25px;
}
.good-use .title h2 {
   margin-top: 26px;
}
.good-use .title p {
    margin: 10px 0px;
    font-size: 14px;
 }
/*promotion*/
/*deposite*/
.deposite-header .right img {
    right: -2%;
}
/*deposite*/
/*currency*/
.under-slink {
    margin-top: 25px;
}
/*currency*/
/*parteners*/
.parteners-info {
    margin-top: 30px;
}
/*parteners*/
/*fx css here*/
.fx-trading-header .right img{
	right: 0%;
}
/*fx css here*/
/*margin-leverage css here*/
.margin-leverage .right img {
    right: -2%;
}
.margin-leverage-top .title-before p {
    font-size: 13px;
}
.margin-leverage-top .title-before h2 {
    font-size: 25px;
}
.margin-leverage-bottom .title p {
    font-size: 14px;
    margin-top: 15px;
}
.margin-leverage-top .title h3 {
   font-size: 20px;
}
.services .title p {
   font-size: 14px;
}
.margin-leverage-info p {
    font-size: 14px;
    margin-top: 14px;
    
}
.margin-leverage-info .title h3{
	font-size: 21px;
}

/*margin-leverage css here*/
/*legal css here*/
.pdf-download {
    margin: 40px 0px;
}
.pdf-download .title ul li:first-child {
    padding-top: 35px;
}
.pdf-download .title ul li {
    
    padding: 15px 0px;
    
}
/*legal css here*/
/*regional-parteners css here*/
.re-parteners {
    margin: 40px 0px;
}
/*regional-parteners css here*/
/*about-us css here*/
.about-us-top {
    margin-top: 30px;
}
/*about-us css here*/
/*account-type css here*/

.account-type-info-bottom .currency-container .block {
    width: 22%;
}
.account-type-info-bottom .currency-container .block:first-child {
    width: 34%;
}
.account-type-info-bottom .block .td{
	font-size: 12px;
}
.account-type-info-bottom .currency-container {
  
    padding-bottom: 50px;
}
/*account-type css here*/
/*money-manager css here*/
.fx-trading-feature-bottom .currency-container {
    padding-top: 58px;
}
.money-manager-info {
    margin-top: 30px;
    margin-bottom: 20px;
}
.money-manager-info .title p {
    font-size: 15px;
    margin-top: 14px;
}
.fx-trading-feature-top .title p {
    margin-top: 45px;
    font-size: 15px;
}
.fx-trading-feature-bottom {
    margin-bottom: 36px;
}
/*slippage-policy css here*/
.slippage-policy-info .title h5 {
    margin-top: 17px;
    font-size: 16px;
}
.type-slippage {
    margin-top: 15px;
    margin-bottom: 20px;
}
.slippage-policy-bottom .title p {
    margin-top: 15px;
}
.slippage-policy-bottom {
    margin-bottom: 25px;
}
/*slippage-policy css here*/
/*spreads css here*/
.spreads-table .currency-container .block span {
    font-size: 15px;
}
/*spreads css here*/
    .contact .gform_wrapper .top_label li.gfield.gf_left_half{ margin-left: 12px !important; }
    .contact-detail .contact-icons .mail p > a{word-break: break-all;}
        .currecny-block .block{flex-direction: column; justify-content: center; align-items: center;}
.currecny-block .block img{margin-right: 0; margin-bottom: 10px; }
.home-service-sec{width: 100%;}
.why-myfx-market-sec{width: 50%;}

}


/*===maximum width 767===*/
@media(max-width: 767px){

	.m-hide{display: none!important;}
	.m-view{display: block !important;}
	.s-link [class^=col-]{padding: 0px;}
	.s-link [class^=col-]:nth-child(2) .block:before{content: none;}
	.s-link .six-point{min-height: 110px;}
	.header-top .navbar-brand img{width: 190px;}
	.header-top .nav li a{padding: 18px 13px 18px;}

	.six-point:nth-child(1) .block a, .six-point:nth-child(3) .block a{border-left:0;}

	#banner .info{
		width: 100%;
    	text-align: center;
    	padding: 0px 40px;
	}
	#banner .banner .img{
		position: unset;
		bottom: 0px;
		width: 100%;
	    position: relative;
	    padding: 20px 70px 0px;
	}

	.services .block{height: auto;
		margin-bottom: 10px;
	}

	header .navbar-toggle{border-color: #495EEB;}
	header .navbar-toggle .icon-bar{background: #22414d;height: 2px !important;}
	header .nav{
		float: none !important;
    background: #495EEB;
	}
	header .nav>li{border-bottom: 1px solid #274b58}
	header .nav>li>a{color: #fff;}

	header .nav>li.active

	header .nav>li>a:hover,
	header .nav>li>a:focus,
	header .nav>li.active a{color: #fff; background: #314861}

	.a-analysis .block{margin-bottom: 15px;}

	.advantage .title h2{text-align: center;}
	.advantage p{text-align: center;}

	.advantage .bottom .block{margin-bottom: 20px;}


	.f-nav .nav>li{display: inline-block; float: none;}

	.advantage .top .right-container .btn{margin: 10px;}

	.footer-center .left{padding-bottom: 20px;}
.myfx-help .title h2 {
    font-size: 26px;
   
}
.currency-info .left{
	margin-top: 30px;
}

.currency-info img{
	margin: 0 auto;
}

/*page header*/
	.page-header .left{padding-top: 5px;}
	.page-header .title {
    	font-size: 20px;	
	}	
	.breadcrumb{
		    background: none;
    padding: 1px 0px 0px 0px;
    margin-bottom: 0;
	}
	.breadcrumb li,
	.breadcrumb li a {
    	padding: 0px 2px;
    	font-size: 11px;
	}

/*page header*/

/*myfx-help*/
	.myfx-help .help{margin-bottom: 20px;}
	.myfx-help .title h2{font-size: 20px;}
/*myfx-help*/


.currency-container .block{
	width: 100%;
    margin-right: 0px;
    margin-bottom: 65px;
    margin-bottom: 45px;
}

.currency-container .block .td{
	font-size: 14px;
    height: auto;
}

.currency-container .block .td strong{
	display: inline-block !important;
}
.currency-info .left-content{padding-left: 15px;}
 .currency-info .right-content{padding-right: 15px;}
 .under-slink .block img {
    width: 100%;
    margin-top: 25px;
}

 /*currency-container*/
.currency-container {
    padding-top: 70px;
 }
 /*currency-container*/
 /*currencys-live*/
 .currencys-live{
 	padding-bottom: 0px;
 }

 .currency-info {
    padding-bottom: 0px;
}
/*contact us*/

.contact-detail .block {
    height: 220px;
}
.contact-detail .block a {
   font-size: 20px;
}
.contact-detail {
   padding-bottom: 150px;
}
.contact-form .btn-contact {
    margin-top: 20px;
}
.contact {
    margin-bottom: 60px;
 }
 .contact-detail .block a {
    
    display: block;
}
.contact-detail .block img {
    width: 17%;
}
.contact-form {
    padding: 0px 35px 20px;
}
/*contact us*/

.contact-us-header .right {
    top: 39px;
}
.contact-us-header .right img {
    top: 12px;
}
.contact-us-header .left {
    margin-bottom: 44px;
}
.divider{
	display: none;
}
.contact-us-header {
    background-position-y: -96px;
}


/*contact us*/
/*promotion*/
.blog-post {
   padding: 0px 20px;
}
/*promotion*/
.blogs .title h2 {
    margin-top: 25px;
    font-size: 25px;
}
.blogs .title p {
    font-size: 15px;
}
#expired-promotion .owl-nav button.owl-next {
    right: -13px;
}
#expired-promotion .owl-nav button.owl-prev {
    left: -18px;
}
.good-use .title h2 {
    margin-top: 26px;
}
.good-use .title p {
   margin: 10px 0px;
   font-size: 14px;
}
.page-navigation {
    margin-bottom: 30px;
}
/*promotion*/
/*deposite*/
.deposite-header .right img {
    right: 0%;
}
.imp-info .block img{
	display: none;
}
.imp-info {
    margin-bottom: 20px;
}
.fund-account-bottom .block{
	margin-bottom: 40px;
}
/*parteners*/
.parteners-info img{
	margin: 0 auto;
	}

/*fx css here*/
.fx-info-bottom ul li{
	width: 100%;
}
.fx-info-top {
    margin-top: 30px;
}
.fx-info-top .block img {
    margin: 0 auto;
}
.fx-info-bottom {
    margin-top: 30px;
}
/*fx css here*/
/*cfd css here*/
.cfd-info-top .block img{
	margin: 0 auto;
}
/*cfd css here*/
/*metals css here*/
.metals-info-top .block img {
    
    margin: 0 auto;
}
.metals-info-bottom .table > tbody > tr > th {
    width: 25%;
}
.metals-info-top {
    margin-top: 30px;
}
.gold-info {
    margin-top: 30px;
    margin-bottom: 35px;
}
.gold-info .block img {
   margin: 0 auto;
}
.gold-info .title p {
   margin-top: 35px;
}
/*metals css here*/
/*margin-leverage css here*/
.margin-leverage-top .block img {
   
    margin: 0 auto;
}
.margin-leverage-bottom .block img{
	margin: 0 auto;
	margin-top: 0px;
	margin-bottom: 20px;
}
.margin-leverage .right img {
   
    margin: 0 auto;
}
.margin-leverage-header .left {
    padding-top: 30px;
}
/*margin-leverage css here*/
/*legal css here*/
.legal-header .left {
    padding-top: 125px;
}
/*legal css here*/
/*white-lable css here*/
.white-label-header .left {
    padding-top: 55px;
}
.white-lable-info .block img{
	margin: 0 auto;
}
/*white-lable css here*/
/*regional-parteners css here*/
.re-parteners .block-left {
    margin-top: 30px;
}
.re-parteners .block-right {
    margin-top: 30px;
}
.re-parteners .block-left img{
	margin: 0 auto;
}
/*regional-parteners css here*/
/*account-type css here*/

.account-type-info-bottom .currency-container .block {
    width: 100%;
}
.account-type-info-bottom .currency-container .block .td strong {
   text-transform: uppercase;
}
.account-type-info-bottom .currency-container .block span {
	font-size: 18px;
}
/*account-type css here*/
/*ib css here*/
.introducing-broker-header .left {
    padding-top: 24px;
}
.ib-info .block img{
	margin: 0 auto;
}
.ib-info .title h5:first-child {
    margin-top: 30px;
}
.ib-info {
    margin-top: 30px;
    margin-bottom: 22px;
}
.broker-intro-benefits .block {
    margin-top: 25px;
    /*height: 150px;*/
}
.broker-intro-benefits {
    padding: 25px 0px 40px 0px;
}
/*ib css here*/
/*money-manager css here*/
.money-manager-info .block img{
	margin: 0 auto;
}
.money-manager-info .title p:first-child {
    margin-top: 25px;
}
.fx-trading-feature-top .title p {
    margin-top: 10px;
    font-size: 15px;
}
.fx-trading-feature-bottom .block .tb ul li {
    font-size: 13px;
}
.fx-trading-feature-bottom .currency-container .block span {
    font-size: 17px;
}
.fx-trading-feature-bottom .block .th {
    height: 100px;
}
.fx-trading-feature-bottom .currency-container .block:nth-of-type(odd) {
    height: 317px;
}
.fx-trading-feature-bottom .currency-container .block:nth-of-type(even) {
    height: 317px;
}
.fx-trading-feature-bottom {
    margin-bottom: 0px;
}
/*money-manager css here*/
/*multiaccount-manager css here*/
.multiaccount-manager-top .block img {
   margin: 0 auto;
}
.multiaccount-manager-top .title p {
   margin-top: 15px;
}
.multiaccount-manager-bottom .block img {
    
    margin: 0 auto;
}
.multiaccount-manager-header .left {
    padding-top: 88px;
}

/*multiaccount-manager css here*/
/*plateform css here*/
.plateform-top .tab-content .block img{
	margin: 0 auto;
}
.plateform-top .tab-content.clearfix .title p {
    
    margin-top: 15px;
}
.plateform-top .tab-content.clearfix {
    margin-top: 30px;
}
.plateform-top #exTab1 .nav-pills>li.active>a, #exTab1 .nav-pills>li.active>a:focus, #exTab1 .nav-pills>li.active>a:hover {
    padding: 10px 107px;
}
.plateform-top #exTab1 .nav-pills > li > a {
    padding: 10px 107px;
}
.plateform-top .enjoy-bottom .title-left ul li {
    font-size: 22px;
}
.plateform-top .enjoy-bottom .title-right ul li {
    font-size: 22px;
}
.plateform-top .instaletion .block p {
    line-height: 30px;
    font-size: 20px;
}
.plateform-top .instaletion .block {
    height: auto;
    margin-top: 40px;
}
/*plateform css here*/
/*freedemo css here*/
.freedemo .block img{
	display: none;
}
.freedemo-info .block img {
    display: none;
}
/*freedemo css here*/
/*slippage-policy css here*/
.slippage-header .left {
    padding-top: 30px;
}
.type-slippage .block {
   
    margin-top: 15px;
}
.slippage-policy-bottom .block img{
	margin: 0 auto;
}
.slippage-policy-info .block img{
	margin: 0 auto;
}
/*slippage-policy css here*/
/*spreads css here*/
.spreads-table .currency-container .block:first-child {
    width: 100%;
}
.spreads-middle .block img{
	margin: 0 auto;
}
.spreads-bottom .block img{
	margin: 0 auto;
}
.half-circle{
	display: none;
}
.sepr{
	display: none;
}
.swap-rate {
    padding: 30px 0px;
}
.swap-rate .swap-number h1 {
    
    width: 50px;
    height: 50px;
    
   
    padding: 7px 0px;
}
.swap-number p {
    font-size: 12px;
    line-height: 10px;
    margin-top: 0px;
}
.spreads-swap-rates-and-rollovers-header .title {
    font-size: 18px;
}
.spreads-swap-rates-and-rollovers-header .left{
	padding-top: 35px;
}
.spreads-info {
    margin-top: 29px;
    margin-bottom: 23px;
}
.spreads-info .block img{
	margin: 0 auto;
}
.spreads-middle .title p {
    margin-top: 15px;
   
    line-height: 23px;
}
/*spreads css here*/
/*freedemo css here*/
.freedemo-header .left {
    padding-top: 56px;
}
.freedemo-info {
    margin: 30px 0px;
}

/*freedemo css here*/
/*client-login css here*/
.client-login-info .title-left {
    background: url(../img/client-login/myfx-3-client-login_03.png);
    width: 82%;
    height: auto;
    background-repeat: no-repeat;
    overflow: hidden;
  
    margin: 0 auto;
}
.client-login-info .contact-form ul li:last-child {
    float: right;
    padding-right: 0px; 
    
}
.client-login-info .contact-form p {
    margin-top: 48px;
}
.client-login-info .title-bottom p {
    margin-top: 16px;
    line-height: 20px;
}
.client-login-info {
    padding: 24px 0px;
}
/*client-login css here*/


}

/*===maximum width 600===*/
@media(max-width: 600px){
.owl-carousel.owl-rtl .owl-item{}
.currencys-live .title p {
    font-size: 12px;
    line-height: 20px;
}
/*contact us*/
.contact-us-header .right {
    top: 57px;
}
.contact-us-header .left {
    margin-bottom: 37px;
}	

.contact-detail .block {
    height: 200px;
}
.contact-us-header {
    background-position-y: -44px;
}
.contact-us-header .right img {
    top: 8px;
}
/*contact us*/
/*promotion*/
#expired-promotion .owl-nav button.owl-next {
    right: -16px;
}
.expired-promotion .date {
    padding: 5px 0px 3px 17px;
}
/*promotion*/
/*deposite*/
.fund-account {
    padding: 40px 0px 43px 0px;
}
.fund-account .title p {
    font-size: 14px;
}
.fund-account .title .btn1 {
    font-size: 14px;
}
.deposite-option .title h2 {
    margin: 30px 0px 30px 0px;
}
.deposite .middle ul {
    padding: 32px 0px 20px 23px;
}
.imp-info {
    margin-bottom: 10px;
}
/*deposite*/
/*currency*/
.currencys-live .title h2 {
    font-size: 22px;
    margin-bottom: 30px;
}
/*currency*/
/*cfd css here*/
.cfd-info-top {
    margin-top: 30px;
}
/*cfd css here*/
/*metals css here*/
.metals-info-bottom .table > tbody {
    font-size: 12px;
}
.metals-info-bottom .table > tbody > tr > th {
    width: 0%;
}
.metals-info-bottom .table > tbody > tr > th {
    padding: 10px;
}
.metals-info-bottom .table > thead {
    font-size: 13px;
}
.metals-info-bottom .table > tbody > tr > td {
    padding: 10px;
}
/*metals css here*/
/*margin leverage css here*/
.margin-leverage-header .left {
    padding-top: 19px;
}
/*margin leverage css here*/
/*legal css here*/
.pdf-download .title h2{
	font-size: 23px;
}
.pdf-download .title ul li a img {
    margin-right: 5px;
}
.pdf-download .title ul li a {
    font-size: 15px;
}
/*legal css here*/
/*faq css here*/
#tab1 {
    font-size: 15px;
}
/*faq css here*/
/*white-lable css here*/
.white-lable-info .title h3 {
    font-size: 13px;
    margin: 25px 0px;

}
/*white-lable css here*/
/*regional-parteners css here*/
.re-parteners .title h3 {
    font-size: 28px;
}
.re-parteners {
    margin: 15px 0px;
}
.re-parteners .title h3 {
    font-size: 26px;
}
/*regional-parteners css here*/
/*about-us css here*/
.about-us-top h3 {
    font-size: 22px;
}

/*about-us css here*/
/*account-type css here*/

.account-type-header .title {
    font-size: 17px;
}
.account-type-info-bottom .currency-container {
    padding-bottom: 20px;
}
.account-type-info h3 {
    font-size: 14px;
}
/*account-type css here*/
/*ib css here*/
.introducing-broker-header .left {
    padding-top: 6px;
}
.broker-intro-benefits .title h3 {
    font-size: 20px;
}
/*ib css here*/
/*money-manager css here*/
.fx-trading-feature-bottom .currency-container .block span {
    font-size: 13px;
}
.fx-trading-feature-bottom .block .th {
    height: 87px;
}
.fx-trading-feature-bottom .block .tb ul li {
  
    margin-left: -12px;
}
/*money-manager css here*/
/*multiaccount-manager css here*/
.multiaccount-manager-header .left {
    padding-top: 70px;
}
/*multiaccount-manager css here*/
/*plateform css here*/
.plateform-top #exTab1 .nav-pills>li.active>a, #exTab1 .nav-pills>li.active>a:focus, #exTab1 .nav-pills>li.active>a:hover {
    padding: 10px 66px;
}
.plateform-top #exTab1 .nav-pills > li > a {
    padding: 10px 65px;
}
.plateform-top .enjoy .title h2 {
    margin-top: 47px;
    margin-bottom: 0px;
    font-size: 27px;
}
/*slippage-policy css here*/
.slippage-header .left {
    padding-top: 19px;
}
/*slippage-policy css here*/
/*spreads css here*/
.spreads-swap-rates-and-rollovers-header .title {
    font-size: 14px;
}
.spreads-swap-rates-and-rollovers-header .left {
    padding-top: 25px;
}
.swap-rate .title h2{
	font-size: 25px;
}
.swap-rate .title p {
    font-size: 14px;
   
}
.swap-rate .title-bottom p {
    
    margin-top: 20px;
    margin-bottom: 20px;
}
/*spreads css here*/
.client-login-info .title-left {
    background: url(../img/client-login/myfx-3-client-login_03.png);
    width: 98%;
    height: auto;
    background-repeat: no-repeat;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 25px;
}
.client-login-info .title-bottom p {
   font-size: 14px;
   
}
.menu-footer-menu-container .navbar-nav>li>a {
    padding: 2px 5px;
    font-size: 13px;
}

}
@media(max-width: 550px){

	#banner .info .btn{margin: 6px;}
	/*contact us*/
	.contact-us-header .right {
    top: 64px;
}
.contact-us-header {
    background-position-y: -26px;
}
.contact-us-header .right img {
    top: 7px;
}
/*contact us*/
/*promotion*/
.page-header .left {
    padding-top: 3px;
}
/*deposite*/
.fund-account {
    padding: 25px 0px 30px 0px;
}
.fund-account .title p {
    font-size: 12px;
}
.fund-account .title .btn1 {
    font-size: 12px;
    margin-top: 25px;
}
.deposite-option .title h2 {
    font-size: 25px;
}
.imp-info .title h2 {
  	margin-top: 35px;
   	margin-bottom: 0px;
    font-size: 25px;
}
.imp-info li p {
    margin: 30px 0px 30px 0px;
}
/*deposite*/
/*legal css here*/
.legal-header .left {
    padding-top: 115px;
}
.pdf-download .title h2 {
    font-size: 21px;
}
/*legal css here*/
/*about-us css here*/
.about-us-middle ul li a {
    font-size: 16px;
}
.about-us-top h3 {
    font-size: 20px;
}
/*about-us css here*/
/*account-type css here*/
.account-type-header .title {
    font-size: 15px;
}

.account-type-info h3 {
    font-size: 12px;
}
.account-type-info p {
    font-size: 12px;
   
}
.account-type-info-bottom .currency-container {
    padding-bottom: 0px;
}
/*account-type css here*/
/*ib css here*/
.ib-info .title h5 {
    font-size: 14px;
}
.broker-intro-benefits .title h3 {
    font-size: 15px;
}
.broker-intro-benefits .block p {
    font-size: 15px;
}

/*ib css here*/
/*money-manager css here*/
.fx-trading-feature-bottom .currency-container .block:nth-of-type(even) {
    height: 315px;
}
.fx-trading-feature-bottom .currency-container .block:nth-of-type(odd) {
    height: 315px;
}
.fx-trading-feature-bottom .currency-container .block span {
    font-size: 12px;
}
.fx-trading-feature-bottom .block .tb ul li {
    font-size: 12px;
}
/*money-manager css here*/
/*multiaccount-manager css here*/
.multiaccount-manager-header .left {
    padding-top: 62px;
}
.multiaccount-manager-header .title {
    font-size: 19px;
}
/*multiaccount-manager css here*/
/*plateform css here*/
.plateform-top #exTab1 .nav-pills>li.active>a, #exTab1 .nav-pills>li.active>a:focus, #exTab1 .nav-pills>li.active>a:hover {
    padding: 10px 54px;
}
.plateform-top #exTab1 .nav-pills > li > a {
    padding: 10px 52px;
}
.plateform-top .tab-content.clearfix .title p {
    font-size: 17px;
}
.plateform-top .enjoy .title h2 {
    margin-top: 30px;
   
    font-size: 24px;
}
.plateform-top .instaletion .block p {
    
    font-size: 17px;
}
/*plateform css here*/
/*spreads css here*/
.spreads-swap-rates-and-rollovers-header .title {
    font-size: 13px;
}
.spreads-swap-rates-and-rollovers-header .left {
    padding-top: 11px;
}
.swap-rate .title h2 {
    font-size: 23px;
}
/*spreads css here*/
/*freedemo css here*/
.page-header .left {
    padding-top: 37px;
}
/*freedemo css here*/
}

/*===maximum width 480===*/
@media(max-width: 480px){
	.btn{
		padding: 10px 45px;
    	font-size: 14px;
	}
	#banner .banner .img{padding: 20px 30px 0px}

	.a-news .row [class^=col-]{width: 100%;}
	.a-news .block:after{content: none;}
	.s-link .block img{padding-right: 0px;}
	.s-link .block p{display: block; padding-top: 0px;}
	.currency .block{padding-bottom: 20px;}
	.currency .block p{display: block; text-align: center;}
	.currency .block img{padding-right: 0px;padding-bottom: 10px;}


	.page-header .title{ margin-top: 0;}
	.breadcrumb li:last-child{padding-left: 0px;}
	.breadcrumb li:last-child:before{    left: -1px;}

	.page-header .row > [class*='col-']:nth-child(1){order: 2;width: 100%; text-align: center; padding-bottom: 3%}
	.page-header .row > [class*='col-']:nth-child(2){order: 1; width: 100%;}
	.page-header .row > [class*='col-']:nth-child(2) img{width: 80%; margin: 0 auto;left: 0px;
    top: 0px;}
	/*contact us*/
	.contact-form {
    padding: 0px 20px 10px;
}

	
/*contact us*/


.contact-us-header .right {
    top: -88px;
    margin-left: 66px;
}
.contact-us-header .left {
    margin-bottom: 108px;
}
.contact-us-header {
    background-position-y: 1px;
}
/*contact us*/
/*deposite*/
.deposite-header .row > [class*='col-']:nth-child(2) img {
    width: 80%;
    margin: 0 auto;
    left: 0px;
    top: 0px;
}
/*.fund-account .title p {
    font-size: 11px;
}*/
.fund-account .title .btn1 {
    font-size: 11px;
    padding: 10px 20px;
}
/*currency*/
.currencys-live .title h2 {
    font-size: 17px;
    
}
/*currency*/
/*parteners*/
.parteners-info p {
   margin-top: 20px;
}
/*parteners*/
/*metals css here*/
.metals-info-bottom .table > tbody > tr > td {
    padding: 5px;
}
.metals-info-bottom .table > tbody > tr > th {
    padding: 5px;
}
.metals-info-bottom .table > thead {
    font-size: 12px;
}
.metals-info-bottom .table > tbody {
    font-size: 11px;
}
.gold-info .title p {
    margin-bottom: 0px;
}
.gold-info .title p {
    margin-top: 25px;
}
/*metals css here*/
/*legal css here*/
.legal-header .left {
    padding-top: 10px;
}
.pdf-download .title h2 {
    font-size: 18px;
}

.pdf-download {
    margin: 20px 0px;
}
/*legal css here*/
/*white-lable css here*/
.white-lable-info .title h3 {
    padding: 0px 19px;
}
/*white-lable css here*/
/*regional-parteners css here*/
.re-parteners .title h3 {
    font-size: 22px;
}
.re-parteners .block-right h3 {
    font-size: 19px;
}
/*regional-parteners css here*/
/*about-us css here*/
.about-us-middle ul li a {
    font-size: 14px;
}
.about-us-top h3 {
    font-size: 17px;
}
.about-us-bottom .title h3 {
    font-size: 20px;
  
}
.about-us-bottom {
    padding: 30px 0px;
}
.about-us-bottom .title p {
    font-size: 12px;
}
.about-us-middle ul li a img {
    margin-right: 24px;
}
/*about-us css here*/
/*money-manager css here*/
.fx-trading-feature-bottom .currency-container .block:nth-of-type(even) {
    height: 360px;
    width: 24%;
    margin-right: 4px;
}
.fx-trading-feature-bottom .currency-container .block:nth-of-type(odd) {
    height: 360px;
    width: 24%;
    margin-right: 4px;
}
.fx-trading-feature-bottom .currency-container .block span {
    font-size: 10px;
}
.blue-dot:before {
   	width: 10px;
    height: 10px;
    left: -16px;
    
}
.red-dot:before {
   	width: 10px;
    height: 10px;
    left: -16px;
    
}
.fx-trading-feature-bottom .block .tb ul li {
    margin-left: -21px;
}
.fx-trading-feature-bottom .currency-container .block:nth-of-type(even) {
    height: 340px;
 }
 .fx-trading-feature-bottom .currency-container .block:nth-of-type(odd) {
    height: 340px;
 }
 /*plateform css here*/
 .plateform-top #exTab1 .nav-pills>li.active>a, #exTab1 .nav-pills>li.active>a:focus, #exTab1 .nav-pills>li.active>a:hover {
    padding: 10px 36px;
}
.plateform-top #exTab1 .nav-pills > li > a {
    padding: 10px 12px;
}
.plateform-top .tab-content.clearfix .title p {
  
    line-height: 24px;
   
}
.plateform-top .enjoy .title h2 {
   
    font-size: 21px;
}
.plateform-top .instaletion .block p {
    line-height: 22px;
    
}
.plateform-top .meta-feture h2{
	font-size: 25px;
}
/*.plateform-top .meta-feature-bottom .block {
    height: 144px;
    margin-top: 30px;
}*/
.plateform-top .meta-feature-bottom h3{
	font-size: 23px;
}
.plateform-top .meta-feture h2 {
    font-size: 19px;
}
.plateform-top .meta-feature-bottom p {
    margin-left: 0%;
  
}
/*plateform css here*/
.swap-rate .title h2 {
    font-size: 20px;
}
.swap-rate .title p {
    font-size: 12px;
}
.currecny-block {
    height: 150px;
}

}


/*===maximum width 360===*/
@media(max-width: 360px){
	#banner .banner .img{padding: 20px 0px 0px}
	.analysis .title h2{
		font-size: 22px;
		margin: 0px;
	}
	.analysis .title{
		    padding-bottom: 20px;
    padding-top: 0px;
	}
	#banner .info{padding: 0px 15px;}
	#banner .info h1{
		font-size: 30px;
		padding-bottom: 0px;
	}
	#banner .info p{padding: 0px 0px 25px;}

	.services{padding: 20px 0px 0px;}
	.services .block{margin-bottom: 40px;}

	.advantage .title h2{font-size: 22px;}
	.advantage .top{padding: 0px 0px 20px;}
	.advantage .top .right-container{padding: 20px 0px 0px;}
	.advantage .top .right-container .btn{margin: 10px 0px 0;}

	.footer-center{padding: 21px 0px 0px;}
	.footer-center p{padding-bottom: 20px;}
	.footer-bottom{padding: 20px 0px 20px}

	/*myfx-help*/
	.myfx-help .title h2{font-size: 18px;}
/*myfx-help*/
/*currency-info*/
.currency-info .title h2 {
    font-size: 25px;
}
.currency-info .content p {
 	font-size: 14px;
}
/*currency-info*/
/*contact us*/
.contact-form .title h2 {
    font-size: 27px;
}
/*contact us*/
.contact-us-header .right {
    top: -62px;
    margin-left: 61px;
}
.contact-us-header .left {
    margin-bottom: 80px;
}
.contact-detail .block {
    height: 160px;
}
.contact-detail .block a {
    font-size: 18px;
}
/*promotion*/
.blogs .title h2 {
    margin-top: 20px;
    font-size: 21px;
}
.blogs .title p {
    font-size: 13px;
}
#expired-promotion .owl-nav button.owl-prev {
   top: 37%;
}
#expired-promotion .owl-nav button.owl-prev {
    left: -16px;
}

#expired-promotion .owl-nav button.owl-next span:after{
	content: "\f054";
	font-size: 22px;
	left: -16px;
	top: 34%;
}

#expired-promotion .owl-nav button.owl-prev span:after{
	content: "\f053";
	font-size: 22px;

}
/*deposite*/
.deposite-option .title h2 {
    font-size: 20px;
}
.imp-info .title h2 {
    font-size: 20px;
}
.deposite-option-details li p {
    font-size: 14px;
    
    margin: 15px 0px 20px 0px;
}
.imp-info li p {
   font-size: 14px;
}
/*parteners*/
.parteners-info .title .grey-row {
    width: 24%;
}
/*parteners*/
/*fx css here*/
.fx-info-bottom .title h2 {
 
    font-size: 24px;
    
}
.fx-info-top .title p {
    font-size: 15px;
}
.fx-info-bottom ul li {
    font-size: 15px;
    margin: 10px 0px;
    padding: 0px;
    
}
.fx-info-bottom ul li:before{
	content: "";
    position: absolute;
    top: 0px;
    left: -39px;
    height: 19px;
    width: 19px;
    border-radius: 100%;
    border: 1px solid #f35b72;
    padding: 10px;
	
}
.fx-info-bottom ul li:after{
	content: "";
    position: absolute;
    top: 3px;
    left: -35px;
    height: 15px;
    width: 15px;
    background: #f35b72;
    border-radius: 100%;
	
}
/*fx css here*/
/*cfd css here*/
.cfd-info-bottom .title h2 {
  font-size: 25px;
}
.cfd-info-top .title p {
   font-size: 15px;
}
.cfd-info-bottom .block p {
    font-size: 15px;
   
}
/*cfd css here*/
/*margin leverage css here*/
.services .title h3 {
    font-size: 17px;
}
.margin-leverage-info .title h3 {
    font-size: 18px;
}
.margin-leverage-bottom .title h3 {
    font-size: 21px;
}
.services .title h3 {
    font-size: 15px;
}
.margin-leverage-info .title h3 {
    font-size: 17px;
}
/*margin leverage css here*/
/*legal css here*/
.pdf-download .title h2 {
    font-size: 13px;
}
.pdf-download .title ul li:first-child {
    padding-top: 25px;
}
.pdf-download .title ul li {
    padding: 10px 0px;
}

/*legal css here*/
/*faq css here*/
#tab1 {
    font-size: 13px;
    padding: 10px;
}
.questions {
    margin: 20px 0px;
}
/*faq css here*/
/*white-lable css here*/
.white-lable-info .block h2 {
    font-size: 20px;
}
/*white-lable css here*/
/*regional-parteners css here*/
.re-parteners .title h3 {
    font-size: 16px;
}
.re-parteners .block-right h3 {
    font-size: 14px;
}
.re-parteners .title p {
    font-size: 14px;
}
.re-parteners .block-right ul li {
    font-size: 13px;
}
.re-parteners .block-right ul li {
	padding-left: 0px;
    padding-right: 0px;
}
.re-parteners .block-right ul li:before {
    left: -32px;
 }
.re-parteners .block-right ul li:after {
   left: -27px;
   }
/*regional-parteners css here*/
/*about-us css here*/
.about-us-top h3 {
    font-size: 12px;
}
.about-us-top p {
    margin-top: 12px;
    font-size: 13px;
}
.about-us-middle {
    background: #f2f2f2;
    margin-top: 25px;
    padding: 18px 0px;
}
.about-us-middle ul li a img {
    margin-right: 5px;
    width: 6%;
}
.about-us-middle ul li a {
    font-size: 11px;
}
.about-us-middle ul li{padding: 15px 0px;}
.about-us-bottom {
    padding: 15px 0px;
}
.about-us-bottom .title h3 {
    font-size: 17px;
}
.about-us-bottom .title p {
    font-size: 11px;
}
.about-us-top {
    margin-top: 18px;
}

/*about-us css here*/
/*account-type css here*/
.currency-container .block .td {
    font-size: 12px;
    
}
/*account-type css here*/
/*ib css here*/
.inquiry-button h3 {
    font-size: 11px;
}
.inquiry-button .btn3 {
    margin-top: 20px;
   padding: 10px 20px;
    font-size: 10px;
    
}
.inquiry-button {
  padding: 1px 0px 15px 0px;
 }
 .broker-intro-benefits .block p {
    font-size: 11px;
}
.broker-intro-benefits {
    padding: 9px 0px 20px 0px;
}
/*money-manager css here*/
.fx-trading-feature-bottom .currency-container .block:nth-of-type(odd) {
    height: 277px;
    width: 48%;
    margin-right: 4px;
}
.fx-trading-feature-bottom .currency-container .block:nth-of-type(even) {
    height: 277px;
    width: 48%;
    margin-right: 4px;
}
.fx-trading-feature-bottom .currency-container .block span {
    font-size: 16px;
}
.fx-trading-feature-top .title p {
 line-height: 22px;
}
.fx-trading-feature-top .title h2 {
    font-size: 25px;
}
/*multiaccount-manager css here*/
.multiaccount-manager-top .title p {
    margin-top: 0px;
}
.multiaccount-manager-bottom {
    margin: 10px 0px 25px 0px;
}
.multiaccount-manager-bottom .title h2{
	font-size: 29px;
}
/*multiaccount-manager css here*/
/*plateform css here*/
.plateform-top #exTab1 .nav-pills>li.active>a, #exTab1 .nav-pills>li.active>a:focus, #exTab1 .nav-pills>li.active>a:hover {
    padding: 10px 30px;
    font-size: 16px;
}
.plateform-top #exTab1 .nav-pills > li > a {
    padding: 10px 30px;
    font-size: 16px;
}
.plateform-top .tab-content.clearfix .title p {
    line-height: 20px;
    font-size: 15px;
}
.plateform-top .enjoy .title h2 {
    font-size: 14px;
}
.plateform-top .enjoy-bottom .title-left ul li {
    font-size: 19px;
}
.plateform-top .enjoy-bottom .title-right ul li {
    font-size: 18px;
}
.plateform-top .instaletion .title h2{
	font-size: 21px;
}
.plateform-top .instaletion .block p {
    line-height: 19px;
    font-size: 14px;
}
.plateform-top .meta-feture {
    margin-top: 29px;
}
.plateform-top .meta-feature-bottom h3 {
    
    margin-left: 0px;
}

.plateform-top .meta-feature-bottom h3 {
    font-size: 21px;
}
.plateform-top .meta-feature-bottom p {
    
    font-size: 15px;
}
/*plateform css here*/
/*slippage-policy css here*/
.slippage-policy-info .title h5 {
   
    font-size: 12px;
}
.type-slippage .title h3{
	font-size: 18px;
}
.type-slippage .block h5 {
    font-size: 12px;
}
.slippage-policy-bottom .title p {
    margin-top: 7px;
    font-size: 14px;
}
/*slippage-policy css here*/
.spreads-info .title h2 {
    font-size: 19px;
}
.spreads-middle .title h2 {
    
    font-size: 25px;
}
.spreads-bottom {
    margin: 0px 0px;
}
.spreads-middle {
    margin: 0px 0px;
}
.swap-rate .block .btn2 {
    float: right;
   
    padding: 5px 10px;
    font-size: 12px;
}
.swap-rate .title h2 {
    font-size: 14px;
}

.swap-rate .title-bottom p {
    margin-top: 15px;
    margin-bottom: 15px;
}
.swap-number p {
    font-size: 12px;
    line-height: 18px;
    
}
.client-login-info .title-left {
   
    width: 100%;
    
    }
    .client-login-info .title-left ul li:after {
    content: "";
    position: absolute;
    top: 20px;
    left: 17px;
    height: 16px;
    width: 16px;
    background: #ffffff;
    border-radius: 100%;
}
.client-login-info .title-left ul li:before {
    content: "";
    position: absolute;
    top: 15px;
    left: 12px;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    border: 1px solid #ffffff;
    padding: 12px;
}
.client-login-info .contact-form .title h2 {
    font-size: 21px;
}
.client-login-info .contact-form ul li:last-child {
    float: left;
    padding-right: 52px;
}
.six-point .block a{
	height: 125px;
}
.six-point .block a img {
    margin-right: 5px;
}
}


/*===maximum width 320===*/
@media(max-width: 320px){
	/*currency-info*/
	.currency-info .title h2 {
    font-size: 22px;
}
.currency-info .content p {
    font-size: 13px;
}
.currency-info {
    padding: 25px 0px;
}
.currency-info .container > .row {
    margin-bottom: 20px;
}
/*currency-info*/
/*currencu-live*/
.currencys-live .title p {
    font-size: 11px;
    line-height: 22px;
}
.currencys-live {
    padding-top: 30px 0px;
}
/*currencu-live*/
/*contact us*/
.contact-form .title h2 {
    font-size: 24px;
}
.contact-form input, .contact-form textarea {
   
    font-size: 14px;
}
.contact-form .btn-contact {
    font-size: 17px;
}
/*contact us*/
.contact-detail .block {
    height: 140px;
}
.contact-us-header .right {
    top: -53px;
   
}
.contact-detail .block a {
    font-size: 15px;
}
/*promotion*/
.blogs .blogs-bottom span {
    margin-top: 6px;
    font-size: 11px;
}
.blogs .blogs-bottom i {
    padding-right: 7px;
    font-size: 12px;
}
.good-use .title h2 {
    font-size: 27px;
}
.expired-promotion .date {
    padding: 5px 0px 3px 9px;
}
.expired-promotion .title h2{
	font-size: 26px;
}
/*parteners*/
.parteners-info .title .grey-row {
    width: 13%;
}
.advantage .title h2 {
    font-size: 21px;
}
/*parteners*/
/*fx css here*/
.fx-info-bottom .title h2 {
    font-size: 21px;
}
/*fx css here*/
/*faq css here*/
#tab1 {
    font-size: 12px;
    padding: 10px 10px 10px 5px;
    margin: 5px 5px;
}
/*white-lable css here*/
.white-lable-info .title h3 {
    font-size: 13px;
    margin: 15px 0px;
    padding: 0px;
}
.white-lable-info .block h2 {
    font-size: 17px;
}
.white-lable-info .block p {
    font-size: 15px;
}
/*white-lable css here*/
/*regional-parteners css here*/
.re-parteners .title h3 {
    font-size: 14px;
}
.re-parteners .block-right h3 {
    font-size: 12px;
}

/*regional-parteners css here*/
/*about-us css here*/
.about-us-top h3 {
    font-size: 11px;
}
.about-us-top p {
   
    font-size: 12px;
}
.about-us-middle h3 {
    font-size: 21px;
}
.about-us-middle ul li a {
    font-size: 10px;
}
.about-us-middle ul li a img {
    margin-right: 3px;
    width: 5%;
}
.about-us-middle {
    background: #f2f2f2;
    margin-top: 25px;
    padding: 6px 0px;
}
.about-us-middle ul li {
    padding: 12px 0px;
   
}
.about-us-bottom .title h3 {
    font-size: 15px;
   
    margin-top: 0px;
}
.about-us-bottom .title p {
    font-size: 10px;
}
.about-us-top {
    margin-top: 5px;
}
/*money-manager css here*/
.fx-trading-feature-top .title h2 {
    font-size: 23px;
}
.fx-trading-feature-top .title p {
    line-height: 20px;
}
.fx-trading-feature-bottom .currency-container .block span {
    font-size: 14px;
}
.money-manager-info .title p {
    font-size: 14px;
    margin-top: 6px;
}
.fx-trading-feature-top .title p {
    font-size: 14px;
}
/*money-manager css here*/
/*multiaccount css here*/
.multiaccount-manager-bottom .block-right ul li {
    padding-top: 10px;
    font-size: 14px;
}
/*multiaccount css here*/
/*plateform css here*/
.plateform-top #exTab1 .nav-pills>li.active>a, #exTab1 .nav-pills>li.active>a:focus, #exTab1 .nav-pills>li.active>a:hover {
    padding: 10px 21px;
}
.plateform-top #exTab1 .nav-pills > li > a {
    padding: 10px 21px;
    
}
.plateform-top .enjoy .title h2 {
    font-size: 12px;
}
.plateform-top .enjoy-bottom .title-left ul li {
    font-size: 17px;
}
.plateform-top .enjoy-bottom .title-right ul li {
    font-size: 17px;
}
.plateform-top .instaletion .title h2 {
    font-size: 19px;
}
.plateform-top .meta-feture h2 {
    font-size: 17px;
}
.plateform-top .meta-feature-bottom p {
    font-size: 13px;
}
/*plateform css here*/
/*slippage-policy css here*/
.type-slippage .title h3 {
    font-size: 16px;
}
/*slippage-policy css here*/
.spreads-info .title h2 {
    font-size: 16px;
}
.spreads-info .title p {
    
    font-size: 13px;
}
.spreads-middle .title h2 {
    font-size: 23px;
}
.spreads-middle .title p {
   
    font-size: 13px;
}
.spreads-bottom .title p{
	font-size: 13px;
}
.swap-rate {
    padding: 6px 0px;
}
.plznot {
    margin-bottom: 15px;
}
.plznot .title p{
	font-size: 12px;
}
.swap-rate .title h2 {
    font-size: 12px;
}
.swap-rate .title p {
    font-size: 11px;
}
.swap-rate .block .btn2 {
   
    padding: 5px 8px;
    font-size: 11px;
}
.client-login-info .title-left h2 {
    font-size: 21px;
}
.client-login-info .contact-form .title h2 {
    font-size: 19px;
}
.client-login-info .contact-form ul li:last-child {
    float: left;
    padding-right: 0px;
}
#banner .banner .img{
	bottom: -25px;
}
.btn2 {
    padding: 12px 35px;
}
.six-point .block a p {
    font-size: 13px;
}
.six-point .block a img {
    
    width: 27%;
}
.six-point .block a {
    height: 90px;
}
	
}



/*13-june-2019-css by dipak*/

.mt-ct {
    padding-left: 20px;
}
.currency-container .tb ul{
	padding-left: 25px;
}
.white-lable-info {
    margin-bottom: 70px;
}




/*-----------------------21-june-yjj----------------------------*/
.deposite-option-details i.fa{position: relative; top:3px;}
.imp-info i.fa-check-circle{position: relative; top:3px;}



.clt-lgn-deposite .block a{float: left; width: auto; margin-bottom: 8px;}
.clt-lgn-deposite .block a img{width: auto; height: 61px;}

.txt-acc-type p{float: left; width: 100%; margin-bottom: 20px;}
/*.txt-acc-type p > strong{float: left;width: 100%; margin-bottom:0px; margin-top: 15px;}*/

.account-type-info-bottom .block-first .tb .td img{height: auto; width:28px; padding: 0px;}
.account-type-info-bottom .block-first .tb .td:nth-of-type(even){padding: 15px;}

.acc-type-tbl-block{padding: 0px 0px 0px 40px;  float: left; width: 24%;}
.account-type-info-bottom .currency-container .acc-type-tbl-block  > .block{width: 100% !important;}
.plateform-top .instaletion .block p{margin-top: 10px !important; line-height: 28px; width: 100%;}

.apply-ib-nw, .broker-intro-benefits{width: 100%; float: left;}

.ib-title-h5 h5{float: left; width: 100%; margin-bottom: 15px;}

.wht_lbl_block .block{ width: 100%; float: left; margin-bottom: 50px; }
.wht_lbl_block .block p{font-weight: 400; font-size: 16px;}


.freedmo-frm-dtls{padding:0px 30px;}
.freedmo-frm-dtls h2{text-transform: uppercase; font-weight: 600;
    font-size: 28px; margin-top: 0px; margin-bottom: 20px;}
.freedmo-frm-dtls h2, .freedmo-frm-dtls p{float: left; width: 100%; }
.freedmo-frm-dtls p{font-size: 16px; margin: 0px 0px 10px 0px; line-height: normal; }
.freedmo-img-sec{padding: 0px;}
.freedmo-img-sec img{width: 100%; height: auto; box-shadow: 1px 2px 9px -2px rgba(0,0,0,0.4);}

.fullbox-demo-wrapper{float: left; width: 100%; display: flex;
    align-items: flex-end; }

.cfd-info-bottom .cfd-icn-block .block{ width: 100%; float: left; margin: 20px 0px; }

.cfd-info-bottom .cfd-icn-block .block span.cdf-img{float: left;  margin-bottom: 18px; width: 65px; height: 65px !important; display: flex; align-items: flex-end; }
.cfd-info-bottom .cfd-icn-block .block span.cdf-img img{width: 100%; height: auto;}
.cfd-info-bottom .cfd-icn-block .block p{float: left; width: 100%; margin: 0px 0px 10px 0px !important; font-size: 16px; text-align: justify;}


.multiaccount-manager-bottom .block-right ul li{padding-top: 15px; padding-left: 1em;}

.slippage-policy-info{float: left; width: 100%; margin-top: 50px; background: none;}
.type-slippage, .slippage-policy-bottom{float: left; width: 100%;}
.slippage-policy-info .row{ background: #f2f2f2; }

.slipage-img{padding-right: 0px;}
.slipage-mn-dtls .block{display: flex; align-items: center;}
.slipage-mn-dtls .block h5{ line-height: normal; margin-left:20px !important; }


.full-width{width: 100%;}
.spreads-info{margin: 50px 0px;}
.spreads-table .currency-container{float: left; width: 100%; padding: 0px;}
.spreads-table .currency-container .th1{float: left; width: 100%; display: flex; align-items: center; padding: 5px; background: #fff;}
.spreads-table .th1 img{padding: 0px; margin-right: 15px;}
.spreads-table .block{float: left;}
.spreads-table .tb{float: left; width: 100%;}
.spreads-table .block .td{padding: 10px; display: flex; align-items: center; justify-content: center;}
.spreads-table .currency-container .block span{padding: 0px; margin: 0px; float: left;}


.install-process .block{float: left; width: 100%; margin: 20px 0px !important;}

.plateform-top .instaletion{margin:50px 0px;}
.plateform-top .instaletion .block p{line-height: 24px; margin: 5px 0px;}
.plateform-top .nav{background:none;}
.plateform-top .nav-pills{background: #f2f2f2;}

ul.fx-adv-listing{float: left; width: 100%; padding: 0px; margin: 10px 0px;}
ul.fx-adv-listing li{float:left; width: 50%; padding: 0px; margin: 10px 0px; padding-right: 30px; display: flex; align-items:flex-start; }
ul.fx-adv-listing li p{float: left; width: 100%; margin: 0;}
ul.fx-adv-listing li span{width: 40px; float: left; margin-right:15px;}
ul.fx-adv-listing li span img{width: 100%; height: auto;}
.contact-detail{padding: 0px;}
.contact-icons .divider{display: none;}
.contact-detail .contact-icons{padding: 30px 25px;  }
.contact-detail .contact-icons:first-child{border-left: 0px;}
.contact-detail .contact-icons .block{ padding: 0px; float: left; width: 100%; height: auto; display: flex; align-items: center; justify-content: center; flex-direction: column;}

.contact-detail .contact-icons .block span{width: 100px; height: auto; float: left; margin-bottom: 20px;}
.contact-detail .contact-icons .block span img {width: auto; height: auto; margin: 0px !important; padding: 0px !important;}
.contact-detail .contact-icons .block p{float: left; width: 100%; margin-bottom: 5px !important ; text-align: center; font-size: 16px; line-height: normal;}
.contact-detail .contact-icons .block br{display: none;}
.contact-detail .contact-icons .mail p > a{margin-bottom: 10px !important;
    float: left;width: 100%;}
.contact-detail .contact-icons .chat  a.custom-chat{ border-radius: 100px; padding: 10px 30px; }
.contact{margin:60px 0px;}

.contact .title h2{margin-top: 0px;}
.contact-form-new {width: 100%; float: left;}
.contact-form-new  .cnt-input-frm textarea.input100{min-height: 250px;}

.money-manager-info{margin:70px 0px;}

.fx-trading-feature-top  .title h2{margin-top: 0px; text-align: left;}
.mlti-ftr-dtls p{float: left; width: 100%; text-align:justify;}
.mlti-ftr-img img{width: 100%; height: auto;}


.fx-trading-feature-bottom{margin: 60px 0px 60px 0px;}
.multi-ftr-block .block{width: 100%; float: left; position: relative; padding: 20px; min-height: 375px; border-radius: 20px; border:1px solid #5387b6; overflow: hidden; display: flex; flex-direction: column; align-items:flex-start;}
.multi-ftr-block .block .multi-ftr-icon-dsply{width: 100%; text-align: center; float: left; height: auto; margin: 20px 0px;}
.multi-ftr-block .block .multi-ftr-icon-dsply img{width: 88px; height: auto;}

.multi-ftr-block:nth-child(even) .block{border:1px solid #014268;}
.multi-ftr-block .block > span{float: left; width: 100%; text-align: center; font-weight: 600; color: #495EEB;  font-size: 16px; text-transform: uppercase;}
.multi-ftr-block .block .multi-ftr-list-sec ul{float: left; width: 100%; padding: 0px; margin: 20px 0px; padding-left: 20px;}
.multi-ftr-block:nth-child(even) .block > span{color: #004368;}
.multi-ftr-block .block .multi-ftr-list-sec ul li{float: left; width: 100%; list-style-position: outside;list-style-type: disc; color: #000; font-weight: 500; line-height: normal; font-size: 15px; margin: 5px 0px;}
.myfx-abt-top-text .title h3{ font-weight: 600; margin:0px 0px 15px 0px; float: left; width: 100%; }
.myfx-abt-top-text .title p{ float: left; width: 80%; }
ul.fx-adv-listing li{padding: 30px; width: 33.333333%; float: left; flex-direction: column;}
ul.fx-adv-listing li span{ margin-right: 0px; margin-bottom: 20px; width: 100%; text-align: center; }
ul.fx-adv-listing li span img{width: 100px; height: auto;}
ul.fx-adv-listing li p{ width: 100%; float: left; text-align: center; padding: 0px 44px; line-height: 19px;
    margin: 0 !important; }
.abt-btm-flx{display: flex;align-items: center; justify-content: space-between;}
.ib-title-h5{font-size: 17px;line-height: 25px;}

.ib-left-dtls .inquiry-button{background: none; padding: 0px; }
.ib-left-dtls .inquiry-button .btn-ib{float: left; padding: 9px 50px; margin-top: 10px;}

.ib-benefit-icons{ margin: 30px 0px; }
.ib-benefit-icons .block{ margin-top: 0px; float: left; width: 100%; flex-direction: column; display: flex; align-items: center;justify-content: center; }
.ib-benefit-icons .block img{width: auto; height: auto; margin:0px 0px 20px 0px;}

.meta-feature-bottom .meta-ftr-block .block{float: left; width: 100%; display: flex; align-items: flex-start; margin: 30px 0px !important;}
.meta-feature-bottom .meta-ftr-block .block p{margin-bottom: 0px !important;}
.meta-feature-bottom .meta-ftr-block .block h3{margin-bottom: 15px; font-size: 18px; font-weight: 700;}
.meta-feature-bottom .meta-ftr-block .block .mt-fet{float: left; width: 18%;}
.meta-feature-bottom .meta-ftr-block .block .mt-fet img{width: 100%; height: auto;}
.meta-feature-bottom .meta-ftr-block .block .mt-ct{float: left; width: 82%; padding-left:30px; }

.ftr-include ul{float: left; width: 100%; padding: 0; margin: 0;}

.plateform-top .enjoy-bottom .ftr-include ul li{float: left; width: 100%; clear: both; padding: 0px 36px 0px 0px; position: relative; margin: 10px 0px;}
.plateform-top .enjoy-bottom .ftr-include ul li:before{top:5px; width: 14px; height: 14px; right: 5px;}
.plateform-top .enjoy-bottom .ftr-include ul li:after{top: 0px;
    width: 10px !important;
    height: 10px !important;
    padding: 11px;
    box-sizing: border-box;}
.plateform-top .enjoy-bottom .ftr-right ul li{float: left; width: 100%; clear: both; padding: 0px 0px 0px 36px; position: relative; margin: 10px 0px;}
.plateform-top .enjoy-bottom .ftr-right ul li:before{top:0px; width: 14px; height: 14px; left: 0px; right: auto; padding: 11px;}
.plateform-top .enjoy-bottom .ftr-right ul li:after{top: 5px;
    width: 14px !important;
    height: 14px !important;
    padding: 0;
    box-sizing: border-box;
    left: 5px;}
.plateform-top .enjoy-bottom .ftr-right{margin-top: 190px;}

.plateform-top .instaletion .block{ display: flex; flex-direction: column; justify-content: center; position: relative; padding-left: 60px; }
.process-number{ width: 30px; height: 30px !important; border:3px solid #f35b72; padding: 4px; box-sizing: border-box; border-radius: 100px; overflow: hidden; color: #f35b72; display: flex; align-items: center; justify-content: center;
font-size: 16px; font-weight: 600; position: absolute; left:0; top:15px; }
.plateform-top .instaletion .block .install-img{margin-bottom: 5px; display: flex; flex-direction: column; justify-content: center; text-align: center; align-items: center;}
.plateform-top .instaletion .block .install-img img{ height: auto; width: 99%; }
.instaletion .col-lg-12{ padding: 0px; }
#banner .item .banner .info .btn{border-radius: 10px; padding:14px;  font-size: 18px; width: 270px; text-align: center;}
#banner .item .banner .info .btn1{color: #00a988;
    border: 1px solid #00a988;}

#banner .item .banner .info .btn2{background: #00a988;border: 1px solid #00a988;}
#banner .item .banner .info .btn1:hover{background: #00a988; color: #fff; }

#banner .item .banner .info .btn2:hover{background: #fff;border: 1px solid #00a988; color: #00a988;}

.currency{background: #fff;}
.currecny-block .block{float: left; width: 100%; box-sizing: border-box; padding: 45px 20px; align-items: flex-start;}
.currecny-block .block p span{float:left; width: 100%;}
.currecny-block .block p span:nth-child(1){color: #042d3f; text-shadow: 2px 1px #b6c0c2; letter-spacing: 0.5px; font-size: 32px; line-height: 25px;}
.currecny-block .block p span:nth-child(2){color: #004368;
    font-size: 16px;
    font-weight: 500;
    margin-top:6px;}


.home-service-box{background: #f4f4f4;}
.home-service-sec .block{margin-bottom: 30px;float: left;
    width: 100%; height: auto;}
.home-service-sec .block img{display: none;}
.home-service-sec .block h5{color: #042d3f; margin: 0px 0px 20px 0px; font-size: 18px;}
.home-service-sec .block p{color: #333; font-weight: 400; line-height: normal; font-size: 15px; padding-right: 97px;}
.title h2{font-weight: 700 !important; color: #444; margin-bottom: 40px !important;}
.a-analysis p{font-size: 14px;
    line-height: 18px;
    color: #333;
    font-weight: 500;
}
.a-analysis .block{padding: 12px; float: left; width: 100%; box-sizing: border-box;}
.comp-news{width: 100%;}
.a-news .block:after{content: none;}
.comp-news .block{float: left; width: 100%; box-sizing: border-box; padding: 5px 0px;}
.comp-news .block p{margin-bottom: 0 !important;}
.comp-news .block span{color: #5d88b2; float: left; width:10%; padding-right: 10px; box-sizing: border-box; font-weight: 700;}
.comp-news .block a{float: left; width: 90%; font-weight:700; color: #222;}
.analysis {
    padding: 40px 0px;
}

.a-news{float: left; width: 100%; padding: 50px 0px;}
.home-dtl-new1{padding: 50px 0px 20px 0px;}
.new-awrd-text p{color: #042d3f; font-size: 21px; line-height: 31px; text-align: center; margin-bottom: 0 !important;  }
.new-awrd-text p span{font-weight: 700;}

p{color: #333; font-size: 15px; line-height: 21px; font-weight: 500;}
#banner .info p {
    padding: 26px 0px 18px;
}
#banner .info h1{padding-bottom: 0;}
.txt-acc-type1{margin-top: 20px;}

.footer-bottom p{margin-bottom:0;}
.fx-trading-feature-top .title{padding: 0px;}
.fx-trading-feature-top .title h2{margin-bottom: 40px !important;}

.acc-type-tbl-block .block .th1{ float: left; width: 100%; padding: 50px 10px; box-sizing: border-box; box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.3); z-index: 999; position: relative; }
.acc-type-tbl-block .block .th1 > span{float: left; width: 100%; text-align: center; font-size: 21px; font-weight: 500; letter-spacing: 0.5px; text-shadow: 2px 1px rgba(0,0,0,0.2);}
.acc-type-tbl-block .block .th1{background-color: #568aba; }
.acc-type-tbl-block .block .th2{background-color: #aac368; }
.acc-type-tbl-block .block .th3{background-color: #e5b757; }

.account-type-info-bottom .container{padding: 0px;}
.acc-type-tbl-block{width: 33.33333%; float: left; padding:0px 30px; margin-bottom: 30px;}

.account-type-info-bottom .block .td:nth-of-type(even){background: no-repeat; border: none; height: auto;}
.account-type-info-bottom .block .td:nth-of-type(odd){background: no-repeat; border: 0; height: auto;}
.acc-type-tbl-block .block .tb{float:left; width: 100%; padding-bottom: 16px;}
.currency-container .acc-type-tbl-block:nth-child(1) .block .tb{background: #e7eff2;}
.currency-container .acc-type-tbl-block:nth-child(2) .block .tb{background: #f2f6e8;}
.currency-container .acc-type-tbl-block:nth-child(3) .block .tb{background: #f9f0de;}
.currency-container .acc-type-tbl-block .block{box-shadow: none; margin: 0;}
.account-type-info-bottom .currency-container{padding: 30px 0px;}
.currency-container .acc-type-tbl-block .block .tb  .td .top-title-mn{ float: left; width: 100%; }
.currency-container .acc-type-tbl-block .block .tb  .td{padding: 35px 10px 22px 10px;}
.currency-container .acc-type-tbl-block .block .tb  .td .top-title-mn span.tp-acc-title{ color: #1d4c77; font-size: 14px; font-weight: 500;float: left; width: 100%; text-align: center; }
.currency-container .acc-type-tbl-block .block .tb  .td .top-title-mn p{float: left; width: 100%; text-align: center; margin: 2px 0px 0px 0px !important; font-weight: 600; font-size: 17px;}
.account-type-info-bottom{margin-bottom:50px;}

.multi-ftr-block .block span.strip{height: 110% !important; width: 30px; position: absolute; right: 0; top:-10px; background-color: #ebf0f3;}
.multi-ftr-block:nth-child(even) .block span.strip{background-color: #e5edf0;}
.multi-ftr-icon-dsply,
.multi-ftr-list-sec, .multi-ftr-block .block > span{position: relative; }

.title h2{text-transform: uppercase;}

.multiaccount-manager-bottom .block-right ul li{font-weight: 500; color: #222; margin-bottom:5px; padding-top: 0; padding-bottom: 15px;}
.multiaccount-manager-bottom .title h2{margin-bottom: 30px !important;}

.why-myfx-market-box{margin-top: 70px; float: left; width: 100%;}
.why-myfx-market-box .title h2{ margin-top: 0px; margin-bottom: 40px !important; }
.why-myfx-market-sec{ margin-bottom: 30px; display: flex; align-items: center; }
.why-myfx-market-sec .myfx-mrkt-sec-img{margin: 0!important; width: 25%; padding-right: 30px; float: left; box-sizing: border-box;}
.why-myfx-market-sec .myfx-mrkt-sec-img img{width: 100%; height: auto;}
.why-myfx-market-sec .myfx-mrkt-sec-txt{width: 75%; float: left; color: #004368; font-size: 17px; line-height: 20px; margin-bottom: 0; padding-right: 50px; }

.plateform-top #exTab1 .nav-pills>li.active>a{background: #4486b8;}

.plateform-top #exTab1 .nav-pills > li > a{color: #314861; border-radius: 0;}
.plateform-top .tab-content.clearfix .title p{font-size: 15px; line-height: 22px;}

.plat-info-txt{padding: 0px;}
.plate-meta-info{float: left; width: 100%; margin-bottom: 85px;}

.meta-feature-bottom .title h2{margin-top: 0px; margin-bottom: 50px !important; text-align: left;}
.meta-feature-bottom{margin-bottom: 50px;}
a.download-mt4{background: #4486b8; border:1px solid #4486b8; float: left; width: auto; border-radius: 10px; padding:16px 42px; color: #fff; text-transform: uppercase; font-size: 20px; font-weight: 500; letter-spacing: 0.5px;
text-shadow: 2px 1px rgba(0,0,0,0.2); margin-top: 20px;}
a.download-mt4:hover{ background: #fff; color:#4486b8; border:1px solid #4486b8; }

.plat-info-txt .title{float: left; width: 100%;}
.android-app-sec{text-align: center; display: flex; align-items: center; justify-content: center;}
.apple-aap a{width: 40%; margin-top: 15px; float: left;}
.enjoy-bottom .title h2, .plateform-top .instaletion .title h2{margin-top: 0px; margin-bottom:60px !important; text-align: left;}
.enjoy-bottom {margin-top: 70px;}
.plateform-top .instaletion{margin: 70px 0px 50px 0px;}
.plateform-top .enjoy-bottom .title-left ul li{color: #444;}
.plateform-top .instaletion .block p{font-size: 15px; line-height: 21px;}

.process-number{background: #d7e4ec; border: 1px solid #01487c;
    color: #01487c;  font-weight: 500; font-size: 18px; }
.plateform-top .instaletion .block p{margin-top:15px !important;}


.about-us-middle h3{color: #444; font-size: 28px; margin-top: 0;}
.about-us-middle{padding: 60px 0px;}
.myfx-abt-top-text .title{float: left; width: 100%;}
.myfx-abt-top-text .title h3:first-child{margin-bottom: 15px; color: #444;}
.myfx-abt-top-text .title h3{ margin-bottom: 40px; font-size: 30px; }
.myfx-abt-top-text .title p br{display: none;}
.myfx-abt-top-text .title p{width: 58%; font-size: 15px;}

.about-us-bottom .title h3{color: #444; font-weight: 700; font-size: 28px; margin-bottom: 30px; margin-top: 0px;}
.about-us-middle{background: #f4f4f4;}
.ib-title-h5{float: left; width: 100%;}
.ib-info .title h5{font-size: 16px; line-height: 22px;}
.ib-left-dtls{float: right;}

.inquiry-button .btn3{background: #4486b8; border:1px solid #4486b8; float: left; width: auto; border-radius: 10px; padding:16px 42px; color: #fff; text-transform: capitalize; font-size: 20px; font-weight: 500; letter-spacing: 0.5px;
text-shadow: 2px 1px rgba(0,0,0,0.2); margin-top: 20px;}
.inquiry-button .btn3:hover{ background: #fff; color:#4486b8;border:1px solid #4486b8;  }

.ib-left-dtls{padding-left: 50px;}

.intro-brok .flex-sec{display: flex; align-items: flex-end;}
.broker-intro-benefits .title h3{color: #444;}

.page-header{margin: 0;}

.contact-detail .contact-icons .block p{font-weight: 400; font-size: 14px; margin-bottom: 2px !important;}
.contact-detail{background: #fff;}
.contact-detail .block a,
.contact-detail .contact-icons .block p.addr{color: #000; font-size: 15px; font-weight: 500;}

.contact-detail .contact-icons .chat a.custom-chat{background: #4486b8; border:1px solid #4486b8; border-radius: 10px; padding: 10px 38px; }
.contact-detail .contact-icons .chat a.custom-chat:hover{ background: #fff; color:#4486b8;border:1px solid #4486b8;  }
.contact .title h2{margin-bottom: 40px !important;}

.contact-form-new button.contact100-form-btn{border-radius: 10px; background: #495EEB; font-size: 18px;}
.contact-form-new .col-md-2.col-sm-3.col-xs-12.cnt-input-frm{float: right;}
.contact-form-new .col-md-2.col-sm-3.col-xs-12.cnt-input-frm .container-contact100-form-btn{margin-top: -112px;}
.contact-form-new .wrap-input100{border:1px solid #5387b6;}

.fund-account .deposit-title-lft .title h2{float: left; width: 100%; color: #444; margin-top: 0px; margin-bottom:25px !important; text-align: left;}
.fund-account .deposit-title-lft .title p{float: left; width: 90%; color: #111; margin-top: 0px; margin-bottom: 0px !important; font-size: 16px;text-align: left; font-weight: 500;}
.fund-account .row{display: flex; align-items: flex-end;}
.deposit-title-btn a.btn{background: #fff; color:#4486b8;border:1px solid #4486b8; border-radius: 15px; padding: 14px 20px; text-align: center; float: left; width: 100%; text-align: center; font-size: 20px; font-weight: 500; text-transform: uppercase;}
.deposit-title-btn a.btn:hover{background: #4486b8; color:#fff;}
.clt-lgn-deposite-block{ padding: 20px 0px 50px 0px; }
.clt-lgn-deposite .block{float: left; width: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center;}
.clt-lgn-deposite .block p{margin-bottom: 0;}
.clt-lgn-deposite .block p a{text-align: center; float: left; width: 100%; font-weight: 500; color: #000;}
.clt-lgn-deposite .block > a{margin-bottom: 10px;}
.clt-lgn-deposite .block a img{height: auto; width: 84px;}

.deposite-option-details, .imp-info{float: left; width: 100%; border: 0; padding: 40px 0px 10px 0px;}
.deposite-option-details ul li, .imp-info ul li{float: left; width: 100%; position: relative; padding-left: 45px; margin-bottom: 24px;}
.deposite-option-details ul li p, .imp-info li p{float: left; width: 100%; margin: 0px 0px; padding: 0px;}
.deposite-option-details ul li i.fa-check{color: #5388b4; font-size: 23px; position: absolute; left: 0; top:2px;}
.imp-info .title h2{margin-bottom: 40px !important; margin-top: 10px;}
.imp-info li i.fa-circle{color: #5388b4; border: 1px solid #5388b4;font-size:15px; border-radius: 100px; padding: 3px; position: absolute; left: 0; top:2px;height: 21px;
    width: 21px;
    display: flex;
    align-items: center;
    justify-content: center; }



.currency-info .content p{color: #000; line-height: 22px;}
.currency-info .content .title h2{margin-bottom: 40px !important; text-transform: none;}
.currencys-live  .crncy-live-title h2, .currencys-live  .crncy-live-title p{text-align: left;}
.currencys-live  .crncy-live-title h2{text-transform: capitalize; margin-bottom: 40px !important}
.currencys-live  .crncy-live-title p{float: left; width: 100%; font-size: 16px; line-height: 22px; font-weight: 500;}
.crypto-curry-block{padding:75px 0px 0px 0px; overflow: hidden; margin-bottom: 30px;}

.crypto-curry-block .block{width: 20%; padding: 0px 15px; margin: 0; box-shadow: none !important; float: left; margin-bottom: 30px;}
.inner-crypt-box{width: 100%; float: left; box-shadow: 2px 2px 8px -1px rgba(0,0,0,0.2);}
.crypto-curry-sec span{color: #003f6b; float: left; width: 100%;}
.block .crypto-curry-sec .icon{width: 100%; float: left; height: auto; position: relative; margin-top: -33px;}
.block .th .icon img{width: 70px; top:0px;}
.crypto-curry-sec span{ margin: 20px 0px 0px 0px; }
.crypto-curry-sec, 
.crypto-curry-box{width: 100%; float:left;}
.block  .crypto-curry-box{border:0px; height: auto;}
.block:first-child .crypto-curry-box,
.block  .crypto-curry-box{text-align: center; font-size: 18px; color: #000; text-transform: uppercase; font-weight: 500; padding: 13px 10px;}
.block  .crypto-curry-box span.crypt-view{float: left; width: 100%;text-align: center; color: #666; font-size: 13px; line-height: 18px; text-transform: capitalize;  font-weight: 400;}
.metals-info-top .block img{box-shadow: none;}

.metals-info-top .title p{font-size: 15px; line-height: 22px; margin-bottom: 15px;}
.gold-info .block img{box-shadow: none;}

.gold-info .block img{width: 100%; height: auto;}
.metals-info-bottom1{padding: 50px 0px 70px 0px; margin:30px 0px; background: #062c3f;}
.metals-info-bottom1 .title h2{margin-top: 20px; color: #fff; margin-bottom: 40px !important;}
.metals-info-bottom1 .table{margin:0px;}
.table-border-wrap{float: left; width: 100%; padding: 12px; box-sizing:border-box; border:1px solid #4a6f7f;}
.table-border-wrap .table>thead>tr>th,
.metals-info-bottom1 .table > tbody > tr > th{padding: 20px 10px; border:1px solid #c1d2d9; background-color:#cadde3; color: #062c3f; }
.metals-info-bottom1 .table-border-wrap .table > tbody > tr > td{border:1px solid #c1d2d9; color: #0065ab;padding: 30px 10px; font-size: 18px; background-color: #fff; font-weight: 500; }
.metals-info-bottom1 .table > tbody > tr > th > img{display: none;}
.metals-info-bottom1 .table > tbody > tr > th{font-weight: 500; text-align: center;padding: 27px 10px; font-size: 18px;}
.fx-info-bottom ul li{font-weight: 500;}

.fx-info-bottom ul li:before{border:1px solid #5388b4;}
.fx-info-bottom ul li:after{background:#5388b4; }

.cfd-icn-block .block .cdf-img{margin-bottom: 0px; margin-right: 20px; }
.cfd-info-bottom .cfd-icn-block .block p{width:65%; text-align: left;}

.cfd-info-bottom .cfd-icn-block .block span.cdf-img{margin-bottom: 0px;}
.cfd-info-bottom .cfd-icn-block{width: 33.3333%;}
.cfd-info-bottom .cfd-icn-block .block{min-height: 90px;}

.cfd-info-bottom .title h2{margin-bottom: 40px !important;}
.spreads-info .title p{font-size: 15px; color: #000; line-height: 22px;}
.spreads-info {margin:70px 0px;}
.spreads-table{padding: 20px 0px; background:none;}
.spreads-table .spreads-table-container{ padding:30px 0px !important; }
.spreads-table .spreads-table-container .block:first-child,
.spreads-table .spreads-table-container .block{width: 33.333333%; margin: 0; padding: 0px 23px; box-shadow: none;}
.spreads-table .spreads-table-container .block .sprd-tbl-box{box-shadow: 2px 2px 8px 1px rgba(0,0,0,0.2)}
.spreads-table .spreads-table-container  .th1{padding: 20px;}
.spreads-table .spreads-table-container .block span{font-weight: 500; font-size: 18px; line-height: normal;}
.spreads-table .spreads-table-container .th1 img{margin: 0px 20px 0px 10px;}
.spreads-table .spreads-table-container .block .td:nth-of-type(odd){background: #efefef;}
.spreads-table .spreads-table-container .block .td{border:0px; padding: 12px; color: #000; font-weight: 500; font-size: 16px;}

.sprd-table-title p{float: left; width: 100%;     line-height: 26px;
    font-size: 21px;}

.spreads-fv-box{margin-bottom: 30px;}
.spreds-fv-sec{width: 20%; padding: 0px 30px; float: left; display: flex; align-items: center; justify-content: center; flex-direction: column; margin: 15px 0px; text-align: center;}
.spreds-fv-sec p{text-align: center; font-size: 16px; line-height: normal; color: #000;margin-bottom: 0;}
.spreds-fv-sec span{float: left; width: 100%; display: flex; align-items: center; justify-content: center; margin-bottom: 15px; height: 65px;}
.spreads-middle .title p{color: #000; line-height:22px; font-size: 15px;}
.spreads-middle .title h2{margin-bottom: 40px !important;}
.swap-rolls-box1 img{width: 100%; height: auto;}
.swap-rolls-box1:last-child{float: right;}
.spreads-middle1 .flex{display: flex; align-items: flex-end; justify-content: space-between;}
.plznot .title{border: 0;}
.plznot .title p{color: #000; font-size: 14px; margin-bottom: 0;}
.spreads-bottom1 .flex{display: flex; align-items: flex-end;}
.plznot{margin-bottom: 0;}
.example-sec p{padding-right: 30px;}

.swap-rate-nw{background: #f4f4f4;}
.swap-rate-nw .title h2{color: #444;}
.swap-rate .title p{color: #222;}
.swap-rate p.title-btm{color: #5385b6 !important;}
.sprd-process-step-box{margin: 30px 0px; padding: 58px 0px; background:#f4f4f4 url(http://kleqcloud.com/wp/myfx_new/wp-content/themes/myfx/img/spread-process-bg.jpg) no-repeat; background-size:cover; background-position:50% 50%;}
.sepr:after, .half-circle{display: none;}
.swap-number{float: left; width: 100%;}
.swap-number{display: flex; align-items: center;}
.swap-rate .sprd-process-step-sec .swap-number h1{float: left; width: auto; padding: 0; font-weight: 500; margin: 0px !important; background: #84b3cf; width: 45px; line-height: 42px; height: 42px; border: 1px solid #fff; color: #fff; font-size: 15px; margin-right: 20px !important; display: flex; align-items: center; justify-content: center;}
.swap-rate .sprd-process-step-sec .swap-number p{margin: 0px; width: 90%; text-align: left;font-weight:500; line-height: normal; font-size: 15px;}
.swap-rate .sprd-process-step-sec .swap-number p span{color: #074979;}
.sprd-process-step-sec:last-child .swap-number h1{color: #074979; background: #aac7d7; border-color: #074979; }
.swap-rate .sprd-process-step-sec .swap-number{padding: 0px 0px 0px 20px;}
.sprd-process-step-sec:nth-child(2) .swap-number{padding-left: 82px;}

.margin-leverage-top, .margin-leverage-bottom{float: left; width: 100%;}
.margin-leverage-top .block img,.margin-leverage-bottom .block img,
.margin-leverage-info .right img {box-shadow: none;}
.margin-leverage-top .title h3:fist-child{margin-bottom: 5px !important;}
.margin-leverage-top .title h3{color: #444; margin-bottom: 15px !important; font-size: 30px; font-weight: 700;}
.margin-leverage-top .leverage-count-top{/*margin-top: */}
.margin-leverage-top .block img{width: 100%; height: auto;}
.margin-leverage-top .leverage-count-bottom,
.margin-leverage-top .leverage-count-top{margin-top:30px;}
.margin-leverage-top .title-before h2{margin-bottom: 0 !important;}
.margin-leverage-top .title-before:before{width: 2px;}
.margin-leverage-top .title-before p{font-size:  15px; margin-bottom: 0px; line-height: normal; color: #444;}
.margin-leverage-top .title-before h2 {color: #444; font-size: 27px; margin-top: 5px;}
.margin-leverage-info-services{width: 100%; float: left;}
.margin-leverage-bottom .title h3{color: #444; margin-bottom: 15px !important; font-size: 30px; font-weight: 700;}
.margin-leverage-info{width: 100%; float: left; margin: 65px 0px;}
.margin-leverage-info .title h3{margin-top: 0px;color: #444; margin-bottom: 15px !important; font-size: 30px; font-weight: 700;}
.margin-leverage-info p {
    font-size: 15px;
    margin-top: 20px;
    line-height: 21px;
}
.margin-leverage-info .right{display: flex; align-items: center; justify-content: center;}
.margin-leverage-info-services{background: none;}
.margin-leverage-info-services .title{padding: 30px; background: #f2f2f2; float: left; width: 100%;}
.margin-leverage-info-services .title h3, .margin-leverage-info-services .title p{text-align: left; float: left; width: 100%; color: #000;}
.margin-leverage-info-services .title h3{color: #444; margin-bottom: 35px !important; font-size: 30px; font-weight: 700;}
.slippage-policy-info .row{background: #fff; display: flex; align-items: center; justify-content: center;}
.slippage-policy-info .title{width: 100%; float: left; margin: 0px;}
.slippage-policy-info .title h5{margin: 15px 0px !important; float: left; width: 100%;}
.slipage-mn-dtls .block{width: 100%; float: left; }
.slipage-mn-dtls .block img{width: 62px; height: auto; float: left; margin-right: 10px;}
.slipage-mn-dtls .block h5{margin: 0px !important; float: left; width: 80%; font-size: 16px; color: #000; }
.slipage-mn-dtls .block h5 span{color: #495EEB; float: left; width: 100%;}

.swap-myfx{margin-bottom:60px;}
.swap-myfx h2, .swap-myfx1 h2{float: left; width: 100%; font-weight: 700 !important;
    color: #444;
    margin-bottom: 30px !important; margin-top: 10px;}
.swap-myfx ul li{float: left; width: 100%; position: relative; padding-left: 30px; margin-bottom: 10px; color: #000; font-size: 18px; font-weight: 500;}
.swap-myfx ul li i.fa-circle{ position: absolute; left: 0; top:2px; border:1px solid #5388b4; color:#5388b4; padding: 2px; width: 20px; height: 20px;    align-items: center;
    justify-content: center;
    border-radius: 100px;
    overflow: hidden;
    line-height: 20px;
    font-size: 14px; display: flex;  }

.swap-myfx1 ul li{float: left; width:33.3333%; display: flex; align-items: center; min-height:50px; margin-top: 20px;  position: relative; padding-left: 60px; padding-right: 30px; margin-bottom: 30px; color: #000; font-size: 18px; font-weight: 500;}

.swap-myfx1 ul li span{width: 40px; height: 40px !important; border: 2px solid #5388b4; color:#5388b4; align-items: center;position: absolute; left: 0; top:2px;
    justify-content: center;
    border-radius: 100px;
    overflow: hidden;
    line-height: 20px;
    font-size: 18px; display: flex;}
	
/*Developer css*/
.contact .gform_wrapper .top_label li.gfield.gf_left_half, .gform_wrapper .top_label li.gfield.gf_right_half{    width: 48% !important;
    margin-left: 13px !important;}
.contact .gform_wrapper ul li.gfield{margin-top: 16px; padding: 15px;}
.contact .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 0px 0px !important;
    height: auto !important;
    margin-bottom: 0px !important;
    border: none;
    background: transparent !important;
}
.contact .gform_wrapper textarea.medium {

    height: 270px !important;

}
.contact input#gform_submit_button_2 {
    border-radius: 10px !important;
    background: #495EEB;
    font-size: 18px !important;
    display: inline;
    justify-content: center;
    align-items: center;
    padding: 0 20px !important;
    height: 50px !important;
	color: #fff;
    line-height: 1.2;
	transition: all 0.4s;
}	
.contact .gform_wrapper .gform_footer{
    text-align: center;
}



.title h3{font-weight: 700 !important;}


.margin-leverage-info p{text-align: justify; padding-right: 3px;}
.txt-acc-type .title h3, .re-parteners .title h3{color: #444; font-size: 30px; margin-bottom: 40px !important;}
.currency-container .acc-type-tbl-block:nth-child(2) .tb .td .top-title-mn span.tp-acc-title{ color: #aac368; }
.currency-container .acc-type-tbl-block:nth-child(3) .tb .td .top-title-mn span.tp-acc-title{ color: #e5b757; }
.ib-benefit-icons .block img{width: 77px;}
.re-parteners .block-right ul li{margin:10px 0px;  color: #042d3f; font-size: 16px; }
.re-parteners .block-right ul li:before{border:1px solid #495EEB; top:3px;}
.re-parteners .block-right ul li:after{background:#495EEB; top:8px;}
li#field_2_7 label.gfield_label{float:left; width: 100%;}
.gfield_captcha_container{float:left !important; width: 100% !important; position: relative;}
li#field_2_7  .gfield_captcha_container img.gfield_captcha{    clear: both;
    display: table;
    float: right !important;}
    .gform_wrapper .gfield_captcha_input_container{float:left !important;}
.multiaccount-manager-bottom .block-right ul li:before{content: none;}
.multiaccount-manager-bottom .block-right ul li{position: relative; padding-left:34px;}
.multiaccount-manager-bottom .block-right ul li i.fa-circle{color: #5388b4; border: 1px solid #5388b4;font-size:15px; border-radius: 100px; padding: 3px; position: absolute; left: 0; top:2px;height: 21px;
    width: 21px;
    display: flex;
    align-items: center;
    justify-content: center;}

.wp-pagenavi a, .wp-pagenavi span{padding: 8px 12px; border-color: #337ab7;}
.breadcrumb li.active{color: #5388b4;}

.plateform-top .enjoy-bottom .title-left ul li:before, .plateform-top .enjoy-bottom .title-right ul li:after{background: #4486b8;}
.plateform-top .enjoy-bottom .title-left ul li:after,
.plateform-top .enjoy-bottom .title-right ul li:before{border:1px solid #4486b8;}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{ background: #314861; color: #fff; }
@media(max-width: 767px){
	
    .currecny-block .block{flex-direction: column; justify-content: center; align-items: center;}
.currecny-block .block img{margin-right: 0; margin-bottom: 3px; }
 .a-analysis p{min-height:20px;}
 .comp-news .block span, .comp-news .block a{width: 100%;}
.plateform-top #exTab1 .nav-pills > li > a {font-size: 18px !important;}
.plateform-top .enjoy-bottom .ftr-right{margin-top: 40px;}
.sprd-one{width: 100%;}
.spreds-fv-sec{width: 50%;}
.spreds-fv-sec p{min-height: 50px;}
.spreads-table .spreads-table-container .block:first-child, .spreads-table .spreads-table-container .block{width: 80%;}
.spreads-table .spreads-table-container .block{width: 80%;}
.spreads-table .spreads-table-container .row{display: flex; flex-direction: column; justify-content: center; align-items: center;}
.swap-myfx1 ul li{width: 100%; margin-bottom: 10px;}
.margin-leverage-top .leverage-count-bottom, .margin-leverage-top .leverage-count-top{margin: 10px 0px;}
.slipage-txt-dtls, .slipage-img{width: 100%;}
.cfd-info-bottom .cfd-icn-block{width: 100%;}
.cfd-info-bottom .cfd-icn-block .block p{width: 100%;}
.multi-ftr-block{margin: 15px 0px;}
.mlti-ftr-img{margin-bottom: 15px;}
.expired-promotion .b-logo img { height: auto; }
.myfx-abt-top-text .title p{width: 90%;}
ul.fx-adv-listing li{width:100%; padding: 20px;}
ul.fx-adv-listing li p{padding: 0 15px;}
.slipage-img{padding-right: 15px;}
.cfd-info-bottom .cfd-icn-block .block{display: flex; align-items: center; flex-direction: column; justify-content: center;}
.cfd-info-bottom .cfd-icn-block .block p{text-align: center;}
.ib-left-dtls{padding-left: 15px;}
.ib-left-dtls .inquiry-button .btn-ib{padding: 9px 35px;}
.promo-img img{width: 100%; height: auto;}
.gform_wrapper .gform_footer{padding: 16px 0px !important;}
#tab1{padding-right: 30px;}
.home-service-sec .block p { padding-right: 15px; }
.abt-btm-flx{flex-direction: column;}
.abt-btm-flx .col-xs-4{ width: 80%; margin-bottom: 10px;  }
.abt-btm-flx .col-xs-4 .block{ text-align: center; width: 100%; float: left; }
.abt-btm-flx .col-xs-8{width: 100%;}
.abt-btm-flx .col-xs-8 .title h3, .abt-btm-flx .col-xs-8 .title p{text-align: center;}
.broker-intro-benefits .block p { font-size: 16px; }
.s-link .six-point { height: auto; min-height: 0px; }
.six-point .block a{padding: 15px; height: auto; min-height: 65px; line-height: normal;}
.six-point .block a p{line-height: normal;}
.contact-detail .contact-icons .mail p > a{word-break: break-all;}
.why-myfx-market-sec{width: 100%;}
.slipage-mn-dtls {width: 100%;}
}
#tab1{padding-right: 30px; position: relative;}
#tab1:hover{background: #314861;}
.que_ans > p{padding: 15px;}
#nav-mobile i{color: #495EEB;position: absolute;
    right: 15px;
    top: 40%;}
.expired-promotion .b-logo img{height: auto;}





.lgn-wrapper {padding: 3vw 0;}
.login-dtls, .login-form{padding: 30px;}
 .login-form{background-color: #fff;}
.lgn-section{ box-shadow:4px 6px 6px -2px rgba(0,0,0,0.15);background: url(../img/login-bg.jpg) no-repeat; background-size: cover; margin-bottom: 30px; }
.login-dtls h2, .login-form h2{float:left; width: 100%; color: #fff; font-weight: 300;}
.login-dtls h2 span, .login-form h2 span{font-weight: 600;}
.login-form h2{color: #314861; text-transform: uppercase;}

ul.login-dtls-list{margin: 0; padding: 0;}
ul.login-dtls-list li{float: left; width: 100%; margin: 7px 0px; color: #fff; font-size: 16px; position: relative; padding-left: 30px;}
ul.login-dtls-list li:before{ content: "\f192"; font-family:'FontAwesome'; font-size: 18px; position: absolute; left:0; top: 1px; }
.lgn-input-fld{ position: relative; margin-bottom: 20px;  color: #666666;}
.lgn-input-fld input{float: left; width: 100%; padding: 15px; border:1px solid #bdbdbd;}
.lgn-input-fld label{float: left; font-weight: 400; font-size: 16px;}
.lgn-input-fld input[type="checkbox"]{width: auto; padding: 0; margin-right: 20px ;}
.lgn-input-fld button{color: #fff; font-size: 18px; text-align: center; float: left; width: 100%; padding: 15px; border:0; background-color: #00a988; margin-top: 10px; margin-bottom: 5px;}
.lgn-input-fld a{ font-size: 14px; }
.lgn-input-fld a span{color:#f35b72 }
.login-form span{font-size: 14px; color: #666;}
.gry-bg-ad{background-color: #f2f2f2;}
.lgn-text a, .lgn-text span{color:#f35b72;  }
.open-account{padding: 30px 0px;}
.title h2{float: left; width: 100%; /*color: #314861;*/color:#264F83; font-size: 30px; text-transform: uppercase; font-weight: 700;}
#quick_register_title h3{text-align:center; color:#000; padding-bottom:2em;}

/*.process-tabs{margin-top: 30px;}*/
.process-tabs .tab-content>.tab-pane{margin: 30px 0px 30px 0px; float: left; width: 100%;}
.process-tabs .tab-content>.tab-pane p{float: left; width: 100%; color: #314861;}
.process-tabs .nav-tabs{border-bottom: 0px;}
.process-tabs .nav-tabs>li{margin-top: 0px;position: relative;float: left;width: 10%; padding-bottom:40px; margin-bottom: 20px; border:0;margin-right:35px;}
.process-tabs .nav-tabs>li>a{ padding: 0px; border:0; float: left;width: 100%; border-radius: 0px; display: flex; flex-direction: column; align-items: center; justify-content: center; margin:0; }
.process-tabs .nav-tabs>li>a>span>h3{width: 100%; /*min-height: 57px;*/ float: left; text-align: center; color: #495eeb; font-size: 30px; text-transform: capitalize; font-weight: 600; margin-top: 0px;}
.process-tabs .nav-tabs>li>a span{width: 100%; min-height: 20px; float: left; text-align: center; color: #495eeb; font-size: 15px; text-transform: capitalize; font-weight: 600; margin-top: 15px;}
.process-tabs .nav-tabs>li>a img{height:auto; width:100%;}
.process-tabs .nav-tabs .allow {padding-top:5%; width:5%;}

.process-tabs .nav-tabs>li.active{ background: url(../img/pointer.png)no-repeat ; background-position: bottom center; }
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{border: 0px;}
/*.opn-acc-form{padding: 30px;}*/
.opn-acc-sec{float: left;width: 100%; /*-webkit-box-shadow: 4px 4px 4px -1px rgba(0,0,0,0.25); box-shadow: 4px 4px 4px -1px rgba(0,0,0,0.25); background-color: #f2f2f2;*/}
.opn-acc-img img{width: 100%; height: auto;}
.opn-acc-form h3, .opn-acc-form p{float: left; width: 100%; margin-bottom: 0px;/*color: #314861;*/ color:#000;}
.opn-acc-form h3{margin-bottom:15px; font-size: 30px; font-weight: 700;}
.opn-acc-form-block{position: relative; margin-bottom: 10px;}
.opn-acc-form-block input, .opn-acc-form-block select, .select_section{ 
	float: left;
	width: 100%;
	padding: 15px 20px;
	/*border: 1px solid #264F83;*/
	border: 1px solid #495EEB;
	margin-bottom: 15px;
	background-color: #fff;
	border-radius:10px;
}
.opn-acc-form-block input[type="checkbox"]{width: auto; margin-right: 20px;}
.opn-acc-form-block label{ font-size: 15px; color: #444; font-weight: 400; }
.opn-acc-form-block input[type="submit"]{width: auto; padding: 15px 60px; margin-top: 20px; margin-bottom: 0; color: #fff; font-size: 20px; text-transform:uppercase; border:1px solid #55bb8c; border-radius: 10px; background-color: #55bb8c; border: none;}
.navbar-brand{height: auto;}
.navbar-toggle .icon-bar{height: 2px !important; background-color:#314861; }
/*.navbar-brand > img{width: 190px;}*/
.account-process .nav-tabs>li{width: 25%;padding-right: 5px;}
.account-process .nav-tabs>li>a{ padding: 10px; border: 1px solid #314861; color: #fff; background-color: #314861; margin-bottom: 15px; border-radius: 0; float: left;width: 100%;  text-align: center; text-transform: capitalize; margin:0; font-size:18px; font-weight: 500; }
.nav-tabs>li{margin-bottom: 0;}
.account-process .nav-tabs>li>a span{float: left; width: 100%; text-align: center; font-weight: 400; font-size: 16px;}
.account-process .nav-tabs{border-bottom: 0;} .account-process .nav-tabs>li.active>a, .account-process .nav-tabs>li.active>a:focus, .account-process .nav-tabs>li.active>a:hover{ border:1px solid #00a988; background-color: #00a988; color: #fff; }
.account-process .tab-content{float: left; width: 100%; margin-top: 30px;}
.account-process  .tab-content>.tab-pane{background: #f2f2f2; padding: 30px;  float: left;width: 100%; }
.prcss-frm-title{font-size: 24px; font-weight: 500; color: #314861; margin-bottom: 20px;}
label{font-weight: 400;}
.custom-frm-bx{padding-left:0; border: 0px;}
.form-contet-box p, .form-contet-box a, .form-contet-box label{float: left;}
.form-contet-box p{width: 100%; clear: both;}
.form-contet-box a{display: flex; align-items:center; margin-right: 50px; margin-bottom: 20px;color: #f35b72;}
.form-contet-box a img{width: 24px; height: auto; margin-right: 15px;}
.form-contet-box label {color: #f35b72;}
.reviews-box{width: 100%; float:none; display: table; clear: both;  margin: 0 auto;}
.rvws-box{padding: 30px 30px; text-align: center;}
.rvw-bx-bdr{ border-bottom: 1px solid #d0d0d0; }
.rvws-box p{color: #314861; float: left; width: 100%; text-align: center; font-size: 17px;}
.rvws-box p span{font-weight: 600; text-transform: uppercase;}
.upload-tool-box{ float: none; width: auto; margin: 0 auto; display: table; clear: both; }
.upload-tool-box li{float: left; width: auto; padding: 10px 30px; }
.upload-tool-box li a{display: flex; flex-direction: column; justify-content: center; align-items: center;}
.upload-tool-box li a img{margin-bottom:20px;}
.upload-dcmnt{float: left; width: auto; background-color: #00a988; font-size: 21px; margin: 30px auto 0px auto; clear: both; padding: 13px 30px;  border-radius: 100px; color:#fff; text-transform: uppercase;
}
.upload-dcmnt:hover{background-color: #314861;color: #fff;}
.lgn-dtls{float: left; width: auto;   margin: 20px auto 0px auto; clear: both;}
.lgn-dtls label{float: left; width: 50%; border: 3px solid #fff; padding: 10px 20px;background-color: #314861;color: #fff; font-size: 20px; }
.lgn-dtls label:nth-child(odd){text-align: right;}
.lgn-dtls label:nth-child(even){text-align: left;}
.rvws-flex{display: flex; align-items: center; justify-content: center; flex-direction: column;}
.account-process .tab-content>.tab-pane{background-color: #fff;}

/*-----------------------------------*/

#pop-bg{width: 100%; height: 100%; position: fixed; background-color: rgba(0,0,0,0.6);z-index: 9999; display: flex; justify-content: center; align-items: center;}
#pop-body{width: 750px;  background-color: #fff;  box-shadow:7px 7px 12px 1px rgba(0,0,0,0.5);z-index: 99999;}
.pop-header{width: 100%; background-color: #495EEB; padding: 12px 12px 12px 20px; display: flex; align-items: center; justify-content: space-between;}
.pop-header h4{color: #fff; margin-bottom: 0;}
.pop-content{padding: 20px 40px 40px 40px; float: left; width: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center;}
.pop-content > span{float: left; width: 100%; text-align: center; margin: 20px 0px 40px 0px;}
.pop-content p{float: left; width: 100%; text-align: center; font-size: 21px; font-weight: 500; color: #314861; margin-bottom: 0 !important; line-height: 31px;}
.pop-content p span{font-weight: 700;}
.pop-content p a{color: #f35b72;}



#basicinfo{padding-left: 0; padding-right: 0;}

.account-process .tab-content-inner>.tab-pane{padding: 0px;}
.account-process ul.nav-tabs-one > li{float: left;width: 50%;}

.account-process ul.nav-tabs-one > li a{border: 1px solid #f2f2f2; background-color: #f2f2f2; color: #314861;}

.account-process ul.nav-tabs-one>li.active>a, 
.account-process ul.nav-tabs-one>li.active>a:focus, 
.account-process ul.nav-tabs-one>li.active>a:hover
{border: 1px solid #495EEB;background-color: #495EEB;}

.chk-stp2{ display: flex; align-items: flex-start;  }
.chk-stp2 p{padding-left: 20px;}

.upload_preview{width: 100%; border: 2px dotted #ddd;}
.upload-tool-box{width: 100%; float: left;}
.upload-tool-box li{width: 50%; padding: 50px; float: left; position: relative;}
table.upload_preview tbody tr td{padding: 30px; height: 280px; box-sizing: border-box;}
table.upload_preview tbody tr td img{ -webkit-filter: grayscale(1); filter: grayscale(1); opacity: 0.6;}
.upload-tool-box li h6{ float: left; width: 100%; margin: 0; padding: 15px; color:#fff; text-align: center; background: #495EEB; font-size: 18px; font-weight: 400; line-height: normal; min-height: 75px; display: flex; align-items: center; justify-content: center; }

.cntnr {
 
  position: relative;
  padding-left: 30px;
  
  cursor: pointer;
  font-size:13px; line-height:22px; display: flex; align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float: left; width: 50%;  margin:10px 0px 0px 0px; text-transform: capitalize;
}

/* Hide the browser's default checkbox */
.cntnr input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px !important;
  width: 20px; border-radius: 100px;
  background-color: #ccc;
}

/* On mouse-over, add a grey background color */
.cntnr:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.cntnr input:checked ~ .checkmark {
  background-color: #01c577;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.cntnr input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.cntnr .checkmark:after {
  left: 7px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width:0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.process-thanku{background-color: #fff; padding: 40px 30px;}
.thnks-title, .thnks-sm-title{margin-bottom: 30px;}
.thnks-title p{float: left; width: 100%; font-size:27px; font-weight: 500; color: #444; margin-bottom: 0 !important;}
.thnks-title span{ color: #f35b72; font-weight: 700; font-size: 30px;  text-transform: uppercase; margin: 10px 0px;}
.thnks-sm-title p{margin-bottom: 0px !important; line-height: 30px;font-weight: 500; color: #666; font-size: 19px; }

.contact100-form-btn{background-color: #495EEB;}

/*------------------------dropzone-------------------*/
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
.dropzone, .dropzone * {
  box-sizing: border-box; }

.dropzone {
  min-height: 150px;
   }
  .dropzone.dz-clickable {
    cursor: pointer; }
    .dropzone.dz-clickable * {
      cursor: default; }
    .dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
      cursor: pointer; }
  .dropzone.dz-started .dz-message {
    display: none; }
  .dropzone.dz-drag-hover {
    border-style: solid; }
    .dropzone.dz-drag-hover .dz-message {
      opacity: 0.5; }
  .dropzone .dz-message {
    text-align: center;
    margin: 2em 0; }
  .dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px; }
    .dropzone .dz-preview:hover {
      z-index: 1000; }
      .dropzone .dz-preview:hover .dz-details {
        opacity: 1; }
    .dropzone .dz-preview.dz-file-preview .dz-image {
      border-radius: 20px;
      background: #999;
      background: linear-gradient(to bottom, #eee, #ddd); }
    .dropzone .dz-preview.dz-file-preview .dz-details {
      opacity: 1; }
    .dropzone .dz-preview.dz-image-preview {
      background: white; }
      .dropzone .dz-preview.dz-image-preview .dz-details {
        -webkit-transition: opacity 0.2s linear;
        -moz-transition: opacity 0.2s linear;
        -ms-transition: opacity 0.2s linear;
        -o-transition: opacity 0.2s linear;
        transition: opacity 0.2s linear; }
    .dropzone .dz-preview .dz-remove {
      font-size: 14px;
      text-align: center;
      display: block;
      cursor: pointer;
      border: none; }
      .dropzone .dz-preview .dz-remove:hover {
        text-decoration: underline; }
    .dropzone .dz-preview:hover .dz-details {
      opacity: 1; }
    .dropzone .dz-preview .dz-details {
      z-index: 20;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      font-size: 13px;
      min-width: 100%;
      max-width: 100%;
      padding: 2em 1em;
      text-align: center;
      color: rgba(0, 0, 0, 0.9);
      line-height: 150%; }
      .dropzone .dz-preview .dz-details .dz-size {
        margin-bottom: 1em;
        font-size: 16px; }
      .dropzone .dz-preview .dz-details .dz-filename {
        white-space: nowrap; }
        .dropzone .dz-preview .dz-details .dz-filename:hover span {
          border: 1px solid rgba(200, 200, 200, 0.8);
          background-color: rgba(255, 255, 255, 0.8); }
        .dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
          overflow: hidden;
          text-overflow: ellipsis; }
          .dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
            border: 1px solid transparent; }
      .dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
        background-color: rgba(255, 255, 255, 0.4);
        padding: 0 0.4em;
        border-radius: 3px; }
    .dropzone .dz-preview:hover .dz-image img {
      -webkit-transform: scale(1.05, 1.05);
      -moz-transform: scale(1.05, 1.05);
      -ms-transform: scale(1.05, 1.05);
      -o-transform: scale(1.05, 1.05);
      transform: scale(1.05, 1.05);
      -webkit-filter: blur(8px);
      filter: blur(8px); }
    .dropzone .dz-preview .dz-image {
      border-radius: 20px;
      overflow: hidden;
      width: 120px;
      height: 120px;
      position: relative;
      display: block;
      z-index: 10; }
      .dropzone .dz-preview .dz-image img {
        display: block; }
    .dropzone .dz-preview.dz-success .dz-success-mark {
      -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); }
    .dropzone .dz-preview.dz-error .dz-error-mark {
      opacity: 1;
      -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); }
    .dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
      pointer-events: none;
      opacity: 0;
      z-index: 500;
      position: absolute;
      display: block;
      top: 50%;
      left: 50%;
      margin-left: -27px;
      margin-top: -27px; }
      .dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
        display: block;
        width: 54px;
        height: 54px; }
    .dropzone .dz-preview.dz-processing .dz-progress {
      opacity: 1;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    .dropzone .dz-preview.dz-complete .dz-progress {
      opacity: 0;
      -webkit-transition: opacity 0.4s ease-in;
      -moz-transition: opacity 0.4s ease-in;
      -ms-transition: opacity 0.4s ease-in;
      -o-transition: opacity 0.4s ease-in;
      transition: opacity 0.4s ease-in; }
    .dropzone .dz-preview:not(.dz-processing) .dz-progress {
      -webkit-animation: pulse 6s ease infinite;
      -moz-animation: pulse 6s ease infinite;
      -ms-animation: pulse 6s ease infinite;
      -o-animation: pulse 6s ease infinite;
      animation: pulse 6s ease infinite; }
    .dropzone .dz-preview .dz-progress {
      opacity: 1;
      z-index: 1000;
      pointer-events: none;
      position: absolute;
      height: 16px;
      left: 50%;
      top: 50%;
      margin-top: -8px;
      width: 80px;
      margin-left: -40px;
      background: rgba(255, 255, 255, 0.9);
      -webkit-transform: scale(1);
      border-radius: 8px;
      overflow: hidden; }
      .dropzone .dz-preview .dz-progress .dz-upload {
        background: #333;
        background: linear-gradient(to bottom, #666, #444);
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 0;
        -webkit-transition: width 300ms ease-in-out;
        -moz-transition: width 300ms ease-in-out;
        -ms-transition: width 300ms ease-in-out;
        -o-transition: width 300ms ease-in-out;
        transition: width 300ms ease-in-out; }
    .dropzone .dz-preview.dz-error .dz-error-message {
      display: block; }
    .dropzone .dz-preview.dz-error:hover .dz-error-message {
      opacity: 1;
      pointer-events: auto; }
    .dropzone .dz-preview .dz-error-message {
      pointer-events: none;
      z-index: 1000;
      position: absolute;
      display: block;
      display: none;
      opacity: 0;
      -webkit-transition: opacity 0.3s ease;
      -moz-transition: opacity 0.3s ease;
      -ms-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
      border-radius: 8px;
      font-size: 13px;
      top: 130px;
      left: -10px;
      width: 140px;
      background: #be2626;
      background: linear-gradient(to bottom, #be2626, #a92222);
      padding: 0.5em 1.2em;
      color: white; }
      .dropzone .dz-preview .dz-error-message:after {
        content: '';
        position: absolute;
        top: -6px;
        left: 64px;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #be2626; }




#dropzone{ border:2px dotted #ddd; width: 100%; float: left; cursor:pointer; display: flex; align-items: center; justify-content: center; flex-direction: column;
-webkit-transition: all .3s ease;
	transition: all .3s ease; transform: scale(1); }
#dropzone img{-webkit-filter: grayscale(1);
    filter: grayscale(1);-webkit-transition: all .3s ease;
	transition: all .3s ease;
    opacity: 0.6; margin: 40px 0px;}
#dropzone span{float:left; width: 100%; padding:15px; text-align: center; background-color: #f2f2f2;}
#dropzone:hover img{-webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity:1;-webkit-transition: all .3s ease;
	transition: all .3s ease }
#dropzone:hover h6.passport{background-color: #00a988;-webkit-transition: all .3s ease;
	transition: all .3s ease }
#dropzone:hover h6.bill{background-color: #314861;-webkit-transition: all .3s ease;
	transition: all .3s ease; }
#dropzone:hover{-webkit-transition: all .3s ease;
	transition: all .3s ease; transform: scale(1.1); box-shadow: 2px 4px 9px -1px rgba(0,0,0,0.2);}

#dropzone .dz-image img{-webkit-filter: grayscale(0);
    filter: grayscale(0); opacity: 1;}

#dropzone .dz-error-message {display: none; opacity: 0; visibility: hidden;}

.upload-sec{display: flex; align-items: center; justify-content: center;}
.upld-img{padding: 50px 20px 30px 20px; display: flex; align-items: center; justify-content: center; text-align: center;}
.upld-img img{width: auto; height:100px;}
.else-block{ text-align: center; justify-content: center; font-size:21px; font-weight: 500; color: #495EEB; }
.dropzone .dz-message{min-height: 0; margin: 0; float: left; width: 100%;}
#dropzone{padding: 0; border: 0;  width:auto; margin: 0 auto; display: table; clear: both; float: none; margin-bottom: 20px;border-radius: 100px;}
.dropzone{min-height: auto;}
.upload-ares h6{margin: 20px 0px 30px 0px; float: left; width: 100%; text-align: center;}
#dropzone .upload-button{width: auto; float: left; padding: 9px 50px;  border-radius: 100px; border:2px solid #495EEB; color: #495EEB;}
#dropzone:hover .passport {background-color: #00a988;-webkit-transition: all .3s ease; color: #fff; border:2px solid #00a988;
	transition: all .3s ease }
#dropzone:hover .bill{background-color: #314861;-webkit-transition: all .3s ease;color: #fff;border:2px solid #314861;
	transition: all .3s ease; }

.rvws-box{margin-top: 30px; position: relative; padding-top: 60px; border-top: 1px solid #d0d0d0;}
.blw-line{width: 100%; float: left; position: absolute; margin: 0 !important; top:-23px; left: 0; text-align: center; display: flex; align-items: center; justify-content: center;}
.blw-line span{width: auto; padding: 10px 30px; background: #fff; text-transform: uppercase; color: #666; font-size: 21px; font-weight: 400 !important;}

.no-marginb{
	margin-bottom:0px;
}


/*Header menu adjustments*/
.header_ext_btn_1{
	background:#26b99a;
	border:1px solid #26b99a;
	color:#fff;
}
.header_ext_btn_1:hover{
	background:none;
	border:1px solid #26b99a;
	color:#26b99a;
}
.header_ext_btn_2{
	background:none;
	border:1px solid #495eeb;
	color:#495eeb;
}
.header_ext_btn_2:hover{
	background:#495eeb;
	border:1px solid #495eeb;
	color:#fff;
}
@media screen and (max-width:767px) {
	.header_ext_btn_wrapper{
		height:38px;
		width:100%;
		padding:0px;
	}
	.header_ext_btn{
		width:48%;
		height:35px;
		margin:2.5px;
		text-align:center;
		font-size:14px;
		padding:5px;
		float:left;
	}
	.header_m_no_padding{
		padding:0px;
	}
	#top_nav_deskTopOnly{
		display:none;
	}

}
@media screen and (min-width:768px){
	.header_m_no_padding{
		padding:3px 0px;
	}
	.header_ext_btn_wrapper{
		display:none;
	}
	.header_ext_btn{
		width:40%;
		height:100%;
		text-align:center;
		font-size:15px;
		margin-right:15px;
		padding:5px;
		float:left;
	}
	#top_nav_deskTopOnly{
		padding-top:15px;
	}
	
	/*DO NOT SHOW LANGUAGE SWICH ON TOP MENU*/
	.menu-header-menu-container ul li.wpml-ls-item, .menu-header-menu-jp-container ul li.wpml-ls-item, .menu-header-menu-chinese-simplified-container ul li.wpml-ls-item{
		display:none!important;
    }
    
    .step-img img{
        min-width:90px;
    }
}