/* common start */
.main-banner {
	background: url(../images/bitcoin%20yellow.jpg) no-repeat center top;
	background-size: cover;
	padding: 30px 0;
}
.main-banner h2 {
	background: #fe0;
	color: #272828;
	font-size: 44px;
	display: inline;
	padding: 5px 25px;
}
.main-banner .first-p, .main-banner .first-p a {
	color: #fff;
	font-size: 16px;
}
.main-banner .first-p {
	margin: 20px 0;
}
.main-banner .second-p {
	font-size: 18px;
	color: #fff;
}
.main-banner li {
	font-size: 16px;
	color: #fff;
	margin: 5px 0;
}
.btn-cmn {
	display: inline-block;
	margin: 1em 0;
	padding: 12px 0px;
	font-size: 14px;
	font-weight: 600;
	/*text-transform: uppercase;*/
	text-align: center;
	line-height: 1.3;
	text-decoration: none;
	border-bottom: solid 2px;
	border-radius: 4px;
	width: 174px;
    letter-spacing: 1px;
}
/*a.green-btn {
	color: #fff;
	background: #008000;
	border-bottom-color: #408c4c;
}*/
a.green-btn {
	color: #fff !important;
	background: #111765 !important;
	border-bottom-color: #111000 !important;
}
a.blue-btn {
	color: #fff;
	background: #007dd6;
	border-bottom-color: #005fa3;
	margin-left: 10px;
}
/*a.green-btn:hover {
	color: #fff;
	background: #489e56;
	border-color: #387b43;
}*/
a.green-btn:hover {
	color: #111765 !important;
	background: #ffe203 !important;
	border-color: #000;
}
a.blue-btn:hover {
	color: #fff;
	background: #006ebd;
	border-color: #00508a;
}
a.yellow-btn {
	color: #272828;
	background: #fe0;
	border-bottom-color: #ccbe00;
	width: auto;
	padding: 12px 15px;
}
a.yellow-btn:hover {
	color: #272828;
	background: #e6d600;
	border-color: #b3a700;
}
.btn-cmn-blck {
    font-family: 'titilliumbold';
    background: #111765;
    font-size: 13px;
    color: #ffe203;
    font-weight: bold;
    border: 1px solid #ffe203;
    display: inline-block;
	padding: 5px 12px;
}
.btn-cmn-blck:hover {
    color: #111765;
    border: 1px solid #000;
    background: #ffe203;
}
.p-link {
    color: #e6b11c;
}
.p-link:hover, .p-link:focus, .p-link:active {
    color: #000;
}
.commn-head {
    position: relative;
    margin-bottom: 30px;
}
.commn-head:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -16px;
    width: 200px;
    height: 5px;
    background: #ffe202;
    margin: 5px auto 0px auto;
}
.sec-two-cmn  {
	padding: 50px 0 0;
}
.sec-two-cmn h2 {
	font-family: 'titilliumbold';
	color: #111765;
	font-size: 32px;
	text-align: center;
	position: relative;
	top: -24px;
	padding: 0 140px;
	line-height: 1.2;
	background-color: #fff;
	display: inline;
}
.sec-two-cmn p {
	font-size: 12px;
	color: #222;
	text-align: center;
}
.sec-two-cmn .set {
	position: relative;
	padding: 0 70px 30px;
	border: 2px solid #272828;
	border-bottom: 0;
	text-align: center;
}
.sec-two-cmn .btn-set {
	padding: 0 40px;
	margin-bottom: 40px;
}
.sec-two-cmn .btn-set a {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.3;
	text-decoration: underline;
    color: #111765;
}
.sec-two-cmn .btn-set a i {
	margin-left: 5px;
	vertical-align: middle;
    color: #111765;
}
.sec-two-cmn .btn-set a:hover {
    color: #000;
}
.sec-two-cmn .btn-set a:hover i {
    color: #000;
}
.sec-two-cmn .rates-table {
	table-layout: fixed;
	width: 100%;
	margin-bottom: 20px;
	text-align: left;
}
.sec-two-cmn .rates-table thead tr:first-child {
	background-color: #ffe203;
	border-bottom: solid 2px #000;
    color: #111765;
}
.sec-two-cmn .rates-table th {
	font-size: 20px;
	font-weight: 600;
	text-align: left;
}
.sec-two-cmn .rates-table td, .rates-table th {
	padding: 10px 0 10px 15px;
	line-height: 1.2;
}
.sec-two-cmn .rates-table tbody tr:nth-child(odd) {
	background-color: #f0f0f0;
}
.sec-two-cmn .rates-table td, .rates-table td.rates-table__product {
	font-size: 15px;
	font-weight: 400;
}
.sec-two-cmn .rates-table tbody tr:hover {
	background-color: #e2e2e2;
}
.err{
	 border: 1px solid #f00 !important;
    background: #f7eeee;
}
/* live section start */
/* form start */
.liveSection {
    width: auto;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0px;
    bottom: 0;
    z-index: 1100;
}
.liveSection .ls-form {
	font-family: 'titilliumlight';
	position: absolute;
    top: 0;
    right: 0;
    width: 370px;
    background-color: rgba(70,70,70,0.8);
    color: #fff;
    padding: 110px 40px 0;
    height: 100%;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
    z-index: 999;
}
.liveSection .ls-form-on {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);	
}
.liveSection .ls-form .close {
	position: absolute;
    right: 0;
    top: 10px;
    margin: 10px;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
	font-weight: normal;
    opacity: 1;	
}
.liveSection .ls-form .close img {
	margin-left: 10px;
}
.liveSection .ls-form .title,
.liveSection .ls-form .subtitle {
	font-size: 20px;
	color: #fff;
	line-height: 25px;
	margin-bottom: 30px;	
}
.liveSection .ls-form .title {
	font-family: 'titilliumbold';
}
.liveSection .ls-form h4 {
	font-size: 14px;
	color: #fff;	
	margin-bottom: 20px;
}
.liveSection .ls-form .bottom_text {
	font-size: 16px;
	color: #fff;
	margin-top: 20px;
}
.liveSection .ls-form .ls-form-social {
	padding: 0;
	list-style:  none;	
	margin-bottom: 25px;
}
.liveSection .ls-form .ls-form-social li {
    width: 15%;
    float: left;
}
.liveSection .ls-form .ls-form-social li + li {
    margin-left: 4px;
}
.liveSection .ls-form .ls-form-social li .ms-icons {
    display: block;
    background-image: url(../images/sprite2.png);
    background-size: 495px;
    width: 100%;
    height: 44px;
    cursor: pointer;
    border-radius: 8px;
    overflow: hidden;
}
.ms-icons-phone {
    background-position: -394px -4px;
}
.ms-icons-skype {
    background-position: -3px -2px;
}
.ms-icons-viber {
    background-position: -102px -3px;
}
.ms-icons-telegram {
    background-position: -151px -2px;
}
.ms-icons-whatsapp {
    background-position: -51px -2px;
}
.ms-icons-qq {
    background-position: 52px -3px;
}
.ms-icons-phone:hover, .ms-icons-phone.active {
    background-color: #ff0000;
}
.ms-icons-skype:hover, .ms-icons-skype.active {
    background-color: #00b1f3;
}
.ms-icons-viber:hover, .ms-icons-viber.active {
    background-color: #8a509f;
}
.ms-icons-telegram:hover, .ms-icons-telegram.active {
    background-color: #00aae6;
}
.ms-icons-whatsapp:hover, .ms-icons-whatsapp.active {
    background-color: #00a700;
}
.ms-icons-qq:hover, .ms-icons-qq.active {
    background-color: #009fdd;
}
.ls-form .intl-tel-input {
    width: 40%;
    height: 40px;
	vertical-align: middle;
}
.ls-form .intl-tel-input.separate-dial-code .selected-flag, .ls-form .intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
    width: 100% !important;
}
.ls-form .intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
    background-color: rgb(255, 255, 255);
}
.ls-form .intl-tel-input .flag-container {
    width: 100% !important;
}
.ls-form .intl-tel-input .country-list li {
    color: #000;
}
.ls-form .intl-tel-input .country-list {
    max-width: 275px;
    overflow: hidden;
    overflow-y: scroll;
}
.ls-form .ph {
    min-width: 170px;
    background: #fff;
    border: 0;
    padding: 10px;
    vertical-align: middle;
    border-radius: 5px;
    font-size: 14px;
    color: #000;
}
.ls-form .text-box {
	margin-top: 10px;	
}
.ls-form .text-box textarea {
    border-width: 1px;
    border-color: #fff;
    border-style: solid;
    border-radius: 5px;
    background-color: #ffffff;
    color: #000;
    width: 100%;
    max-width: 100%;
    margin: 10px 0;
    padding: 11px;
    resize: none;
    height: 95px;
}
.ls-form .lng-bx {
    margin-top: 20px;
}
.ls-form .lng-bx .btn-group.bootstrap-select {
    width: 100% !important;
}
.ls-form .lng-bx .btn-info {
    color: #000;
    background-color: #fff;
    border-color: #fff;
	outline: none !important;
}
.ls-form .lng-bx .btn-info:hover {
	background-color: #fe0;
    border-color: #fe0;
}
.ls-form form button {
	font-size: 18px;
	color: #fff;
	padding: 10px;
}
.ls-form form .submit {
    font-size: 18px;
    color: #fff;
    padding: 15px;
    background: #000;
    border: 0;
    line-height: 1.8;
    width: 100%;
}
.ls-form form .submit:hover {
    color: #fe0;
}
.ls-form form button img {
    width: 30px;
    vertical-align: middle;
	margin-right: 15px;
}
.liveSection .ls-form .bottom_text .p-link {
    font-family: 'titillium_bdbold';
}
.liveSection .ls-form .bottom_text .p-link:hover {
	color: #fff;	
}
/* form end */

/* chat start */
.ls-cmn-box.ls-form-box {
    position: absolute;
    top: 74%;
    right: 15px;
	cursor: pointer;
}
.ls-chat {
    position: absolute;
    right: 5px;
    top: 81%;
    padding: 10px;
    border-radius: 75px;
}
.ls-chat-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 56px;
}
.ls-form .unique {
 display: none; 
}
.ls-form .unique input {
 width: 100%;
}
.ls-cmn-box {
    background: #111765;
    width: 55px;
    height: 55px;
    text-align: center;
    margin-left: 7px;
    border-radius: 50%;
}
.ls-cmn-box .ls-cmn-box-img-box {
	display: block;	
    width: 30px;
    position: relative;
    top: 50%;
	margin: 0 auto;
    margin-top: -15px;
}
.ls-cmn-box .ls-cmn-box-img-box img {
	width: 100%;
	display: block;
}
.ls-chat-list {
    width: 56px;
    height: 56px;
    text-align: center;
    cursor: pointer;
    margin-right: 4px;
    background-color: rgba(0,0,0,.7);
    border-radius: 50%;
    visibility: hidden;
	opacity: 0;
	-webkit-transition-delay: .2s;
	-moz-transition-delay: .2s;
	-ms-transition-delay: .2s;
	transition-delay: .2s;
}
.ls-chat.on:hover {
	width: auto;
    background: rgba(183,183,183,.75);
}
.ls-chat.on:hover .ls-chat-list {
    visibility: visible;
	opacity: 1;
}
.ls-chat-ico {
	display: block;
    background: url(../images/sprite2.png) -10px -10px no-repeat;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    position: relative;
    top: 50%;
}
.ls-chat:hover .ls-chat-list-twitter {
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-ms-transition-delay: 0s;
	transition-delay: 0s;
}
.ls-chat:hover .ls-chat-list-viber {
	-webkit-transition-delay: .1s;
	-moz-transition-delay: .1s;
	-ms-transition-delay: .1s;
	transition-delay: .1s;
}
.ls-chat:hover .ls-chat-list-telegram {
	-webkit-transition-delay: .2s;
	-moz-transition-delay: .2s;
	-ms-transition-delay: .2s;
	transition-delay: .2s;
}
.ls-chat:hover .ls-chat-list-whatsapp {
	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-ms-transition-delay: .3s;
	transition-delay: .3s;
}
.ls-chat:hover .ls-chat-list-skype {
	-webkit-transition-delay: .4s;
	-moz-transition-delay: .4s;
	-ms-transition-delay: .4s;
	transition-delay: .4s;
}
.ls-chat-list-twitter .ls-chat-ico {
    background-position: -210px -13px;
    width: 30px;
    height: 25px;
    margin-top: -12px;
}
.ls-chat-list-skype .ls-chat-ico {
    margin-top: -15px;
}
.ls-chat-list-whatsapp .ls-chat-ico {
    background-position: -57px -7px;
    width: 35px;
    height: 35px;
    margin-top: -18px;
}
.ls-chat-list-telegram .ls-chat-ico {
    background-position: -157px -8px;
    width: 34px;
    height: 34px;
    margin-top: -17px;
}
.ls-chat-list-viber .ls-chat-ico {
    background-position: -108px -8px;
    width: 33px;
    height: 36px;
    margin-top: -18px;
}
/* chat end */
/* live section end */

/* common end */

/* breadcum start */
.breadcrumbs {
	overflow: hidden;
	padding: 0;
	border-bottom: solid 1px #eee;
}
.breadcrumbs h1 {
	color: #444;
	font-size: 22px;
	margin-top: 8px;
	line-height: 35px;
}
.breadcrumb {
	top: 10px;
	padding-right: 0;
	background: none;
	position: relative;
}
.breadcrumb a {
	color: #777;
}
.breadcrumb a i {
	font-size: 16px;	
}
.client-box .clients li a img {
	max-width: 110px;
	-webkit-filter: grayscale(0);
	-ms-filter: grayscale(0);
	filter: grayscale(0);
}
.client-box .clients li a img:hover {
	-webkit-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
}
.breadcrumb li, .breadcrumb li a {
	font-family: 'titilliumbold';
}
.breadcrumb li.active, .breadcrumb li a:hover, .breadcrumb li a:focus {
	font-family: 'titilliumbold';
	color: #e6b11c;
	text-decoration: none;
}
/* breadcum end */

/* back-to-top start */
#back-to-top {
    position: fixed;
    right: 14px;
    bottom: 17px;
    color: #fff;
    width: 30px;
    height: 30px;
    font-size: 20px;
    background: #111765;
    border-radius: 3px !important;
	cursor: pointer;
	opacity: 0;
    z-index: 1000;
}
#back-to-top.bck-in {
	opacity: 1;	
}
#back-to-top:hover {
    color: #fff;
    background: #ffe203;
}
#back-to-top:after {
    top: 3px;
    left: 8.5px;
    content: "\f106";
    position: absolute;
    text-align: center;
    font-family: FontAwesome;
}
#back-to-top:hover:after {
	color: #222;
}
/* back-to-top end */

/* client-box stsrt */
.client-box {
	background-color: #f7f7f7;
}
.client-box .clients {
	list-style: none;
	text-align: center;
	margin: 0;
	padding: 0;
}
.client-box .clients li {
	display: inline-block;
	padding: 20px 0;
    margin: 0 1%;
}
.client-box .clients li a {
    display: block;
}
/* client-box end */ 

/* platforms start */
.platforms {
	padding: 40px 0;	
}
.platforms .first-p {
	margin-bottom: 30px;	
}
.platforms p {
	color: #333;
	font-size: 13px;	
}
.platforms .box-one {
	float: left;	
	margin-bottom: 30px;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
	-moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
}
.platforms h5 {
	color: #222;	
}
.platforms .tools-box {
    min-height: 145px;
}
.platforms .box-one:hover,
.partnerships .row > .col-md-6 .partnerships-box:hover {
	-moz-transform: translateY(-2%);
	-ms-transform: translateY(-2%);
	-webkit-transform: translateY(-2%);
	transform: translateY(-2%);
}
.platforms .btn-u {
    background: #222;
    font-size: 13px;
    font-weight: bold;
    padding: 7px 12px;
    border: 1px solid #222;
	color: #fff;	
}
.platforms .btn-u:hover,.platforms .btn-u:focus, .partnerships .row > .col-md-6 .partnerships-box .btn-u:focus,
.partnerships .row > .col-md-6 .partnerships-box .btn-u:hover {
	color: #ffe203;	
}
/* platforms end */

/* partbership start */
.partnerships img {
	display: block !important;	
}
 .partnerships .row > .col-md-6 {
    padding-right: 20px;
    margin: 20px 0;
}
.partnerships .row > .col-md-6 .partnerships-box {
    min-height: 420px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    -moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}
.partnerships .row > .col-md-6 .partnerships-box .partnerships-tools {
    font-family: 'titilliumbold';
    text-transform: uppercase;
    color: #2b2b2b;
}
.partnerships .row > .col-md-6 .partnerships-box p {
    font-size: 13px;
    color: #000;
    margin-bottom: 5px;
    line-height: 1.6;
}
.partnerships .row > .col-md-6 .partnerships-box .btn-cmn-blck {
    margin-top: 10px;
}
.partnerships-title {
    margin-bottom: 20px;
}
.partnerships-label {
    font-family: 'titilliumbold';
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 40px;
}
.partnerships-title h4 {
    font-family: 'titilliumbold';
    margin-top: 5px;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: .8px;
}
.partnerships-title h4 a {
    font-family: 'titilliumbold';
    color: #e6b11c;
    line-height: 29px;
    font-size: 18px;
    letter-spacing: 1px;
}
.disclaimer {
	padding: 10px 0;	
}
.disclaimer span {
	font-family: 'titilliumbold';
	font-size: 13px;
	color: #444;
}
.disclaimer span a {
	text-transform: capitalize;
	color: #e6b11c;
}
.terminal .terminal-content h2 {
	font-family: 'titilliumbold';
	font-size: 21px;
	letter-spacing: -.02rem;
	margin: 30px 0 10px 0;
}
.sub-head-top .head-cnt li a:hover {
	color: #fff;	
}
.terminal .terminal-content  .uninstall-box {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 15px;
    background-color: #f7f7f7;
}
.terminal .terminal-content .tic-list li::before {
    font-family: 'FontAwesome';
    content: "\f00c";
    margin: 0 5px 0 -19px;
    color: #079246;
}
.terminal .terminal-content .tic-list li {
    list-style: none;
    font-family: 'titilliumbold';
    font-size: 13px;
}
.terminal .terminal-content p {
    font-size: 13px;
    line-height: 1.6;
}
.terminal .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.terminal .video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* partbership start */

/* terminal start */
.terminal .terminal-banner {
	background: #f8f8f8;
    background: -moz-linear-gradient(top, #f8f8f8 0%, #f8f8f8 52%, #e0e0e0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(52%, #f8f8f8), color-stop(100%, #e0e0e0));
    background: -webkit-linear-gradient(top, #f8f8f8 0%, #f8f8f8 52%, #e0e0e0 100%);
    background: -o-linear-gradient(top, #f8f8f8 0%, #f8f8f8 52%, #e0e0e0 100%);
    background: -ms-linear-gradient(top, #f8f8f8 0%, #f8f8f8 52%, #e0e0e0 100%);
    background: linear-gradient(to bottom, #f8f8f8 0%, #f8f8f8 52%, #e0e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#e0e0e0', GradientType=0);
	padding: 15px 0;
}
.terminal .terminal-banner h2 {
    font-size: 21px;
    line-height: 30px;
    letter-spacing: -.02rem;
    margin: 0 0 .33em;
}
.terminal .terminal-banner ul {
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
}
.terminal .terminal-banner ul li {
    margin-bottom: 10px;
    display: block;
}
.terminal .terminal-content {
	padding: 40px 0;	
}
/* terminal end */

/* login page start */
#basic .dropdown-menu{
	max-width: 308px;	
}
/* login page end */

/* bitcoin start */
.bitcoin img {
	display: block !important;
}
.bitcoin .head-white {
	font-family: 'titilliumbold';
	color: #fff;
	font-size: 32px;
	text-align: center;
}
.bitcoin .head-black {
	font-family: 'titilliumbold';
	color: #000;
	font-size: 32px;
	text-align: center;
}
.bitcoin .sec-three,
.demo-acnt {
	background: url(../images/patternyellow.jpg) center top;
	background-size: cover;
	padding: 15px 0;
}
.bitcoin .sec-three h2,
.demo-acnt h2 {
	font-size: 16px;
	color: #222;
	font-weight: bold;
	margin: 12px 0;
}
.demo-acnt a.blue-btn {
	margin: 0;	
}
.bitcoin .sec-three .inner-content,
.demo-acnt .inner-content {
	padding: 0 130px;
}
.bitcoin .sec-three a {
	margin: 0;
}
.bitcoin .sec-four {
	padding: 40px 0;
	background: url(../images/patterngrey.png) center top;
	background-size: cover;
}
.bitcoin .sec-four h3, .bitcoin .sec-four p {
	text-align: center;
	color: #fff;
}
.bitcoin .sec-four h3, .bitcoin .sec-four a {
	font-family: 'titillium_bdbold';
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px 0;
}
.bitcoin .sec-four p {
	font-size: 14px;
}
.bitcoin .sec-four .set-rpt {
	padding: 0 25px;
	text-align: center;
}
.bitcoin .sec-four .row {
	margin-top: 25px;
}
.bitcoin .sec-four img {
	top: auto;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	max-height: 55px;
	margin: 0 auto;
}
.bitcoin .sec-five {
	padding: 40px 0 0 0;
	background: url(../images/genericbackground.jpg) center top;
	background-size: cover;
}
.bitcoin .sec-five a {
	font-size: 16px;
	font-weight: bold;
	color: #2b2b2b;
}
.bitcoin .sec-five p {
	margin: 5px 0 15px;
	font-size: 14px;
	line-height: 18px;
}
.bitcoin .sec-five .row {
	margin-top: 45px;
}
.bitcoin .sec-five .row .text-center {
	border-right: 1px solid #000;
	padding: 0 30px;
}
.bitcoin .sec-five .row .col-sm-3:last-child .text-center {
	border: none;
}
.bitcoin .sec-five .yellow-btn {
	margin: 15px 0 45px;
}
.bitcoin .sub-four .set-rpt {
	padding: 0;
}
.bitcoin .sec-six {
	padding: 40px 0 0 0;
	background: url(../images/genericbackgrountwo.jpg) center top;
	background-size: cover;
	text-align: center;
}
.bitcoin .sec-six h2 {
	margin-bottom: 30px;
}
.bitcoin .sec-six h3 {
	background: rgba(0, 0, 0, .6);
	margin: 0;
	color: #fff;
	text-transform: uppercase;
	padding: 12px 0;
}
.bitcoin .sec-six .white-box {
	font-size: 16px;
	line-height: 22px;
	margin: 0;
	padding: 25px 10px;
	background: #fff;
	color: #272828;
}
.bitcoin .sec-six .green-btn {
	display: block;
	width: 100%;
}
.bitcoin .sec-seven,
.demo-acnt {
	background: url(../images/patternslimgray.png) center top;
}
.bitcoin .sec-seven h2 {
	margin: 3px 0;
}
.bitcoin .sec-seven.sec-sub h2,
.demo-acnt h2 {
	margin: 12px 0;
}
.bitcoin .sec-seven p {
	font-size: 15px;
	color: #222;
	margin-bottom: 0;
}
.bitcoin .sec-eight {
	background-color: #f4f4f4;
	padding: 40px 0;
}
.bitcoin .sec-eight h2 {
	text-align: left;
}
.bitcoin .sec-eight .first-p {
	font-size: 26px;
	line-height: 36px;
	color: #222;
}
.bitcoin .sec-eight .first-p b {
    font-family: 'titilliumbold';
}
.bitcoin .sec-eight .second-p {
	font-size: 16px;
	color: #222;
	line-height: 24px;
	padding: 0 22px;
}
.bitcoin .sec-eight img {
	max-height: 35px;
	margin: 0 auto 10px;
}
.bitcoin .sec-eight .col-md-6 {
	border-left: 1px solid #000;
}
.bitcoin .sec-eight .col-md-6:first-child {
	border: none;
}
.bitcoin .sec-nine {
	padding-bottom: 40px;
}
.bitcoin .sec-nine h2 {
	text-align: left;
	padding: 20px 0 10px 0;
}
.bitcoin .sec-nine .set-rpt {
	background: #272828;
	padding: 30px 40px;
	margin: 0 1px 1px 0;
	text-align: center;
}
.bitcoin .sec-nine .set-rpt h3, .bitcoin .sec-nine .set-rpt p {
	color: #fff;
}
.bitcoin .sec-nine .set-rpt h3 {
	font-size: 18px;	
}
.bitcoin .sec-nine .set-rpt p {
	font-size: 16px;	
}
.bitcoin .sec-nine .set-rpt img {
	display: block;
	max-height: 50px;
	max-width: 50px;
	margin: 0 auto 10px;
}
.bitcoin .sec-nine .sec-three {
	margin-top: 20px;
}
.bitcoin .sec-nine .sec-three .inner-content {
	padding: 0 50px;
}
.bitcoin .sec-nine .sec-three .inner-content h2 {
	margin: 12px 0;
	padding: 0;
}
.bitcoin .sec-nine .col-md-8 .row {
	margin: 0;
}
.bitcoin .sec-nine .row .col-md-6 {
	padding: 0;
}
.bitcoin .sec-nine .gray-bg {
	padding: 20px;
	background-color: #f0f0f0;
	margin-top: 45px;
}
.bitcoin .sec-nine .gray-bg h3 {
	font-family: 'titillium_bdbold';
	font-size: 20px;
	font-weight: 600;
}
.bitcoin .sec-nine .top-stories-list {
	padding: 0;
	margin: 0;
	list-style: none;
}
.bitcoin .sec-nine .top-stories-list li {
	padding: 20px 0 10px;
	border-top: solid 1px #d2d2d2;
}
.bitcoin .sec-nine .top-stories-list li:first-child {
	padding: 10px 0;
	border-top: none;
}
.bitcoin .sec-nine .top-stories-link {
	display: block;
	padding: 0 0 5px;
	font-size: 16px;
	line-height: 1.2;
	text-decoration: none;
	color: #202020;
}
.bitcoin .sec-nine .top-stories-list .article-date {
	font-size: 13px;
	text-transform: uppercase;
}
.lt-news {
	font-size: 18px;
	padding-bottom: 20px;
	/*color: #007dd6 !important;*/
	color: #111765 !important;
	text-transform: uppercase;
}
.lt-news:hover i {
	-moz-transform: translateX(5px);
	-ms-transform: translateX(5px);
	-webkit-transform: translateX(5px);
	transform: translateX(5px);
}
.lt-news:hover, .lt-news:hover i {
	/*color: #025ea0 !important;*/
	color: #ffe203 !important;
}
.lt-news i {
	margin-left: 15px;
	font-size: 20px;
	/*color: #007dd6;*/
	color: #111765;
	vertical-align: -1px;
}
.bitcoin .sec-nine .customer-support-listing {
	list-style: none;
	margin: 0;
	padding: 30px 0 0 20px;
}
.bitcoin .sec-nine .customer-support-listing p, .bitcoin .sec-nine .customer-support-listing a {
	margin: 5px 0;
	font-size: 16px;
	color: #222;
}
.bitcoin .sec-nine .customer-support-title {
	font-family: 'titillium_bdbold';
	font-size: 19px;
	line-height: 1.4;
	margin: 0 0 18px;
	font-weight: 600;
	text-transform: uppercase;
}
.bitcoin .sec-nine .box-set {
	padding: 20px;
	background: url(../images/rightpanelthree.jpg) no-repeat;
	background-size: cover;
	margin-top: 25px;
}
.bitcoin .sec-nine .box-set h2 {
	font-size: 24px;
	color: #fff;
}
.bitcoin .sec-nine .box-set a {
	margin: 10px 0 0 0;
}
.bitcoin .sec-ten {
	background-color: #f4f4f4;
	padding: 20px 0;
}
.bitcoin .sec-ten .row {
	display: flex;
	align-items: center;
}
.bitcoin .sec-ten iframe {
	width: 100%;
}
.bitcoin .sec-ten h2 {
	text-align: left;
}
.bitcoin .sec-ten .hero-description {
	margin: 15px 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.3;
}
.bitcoin .sec-ten p {
	margin: 20px 0;
}
.bitcoin .sec-eleven {
	padding: 15px 0;
}
.bitcoin .sec-eleven h2 {
	font-family: 'titilliumbold';
	font-size: 16px;
	font-weight: 700;
	margin: 20px 0;
}
.bitcoin .sec-eleven p {
	font-size: 15px;
	line-height: 18px;
}
.bitcoin .sec-eleven li {
	font-size: 16px;
	margin: 5px 0;
}
.final-set {
	padding: 30px 0 50px;
}
.final-set .head-black {
	padding-bottom: 35px;
}
.final-set img {
	top: auto;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	max-height: 55px;
	margin: 0 auto;
}
.final-set a, .final-set p {
	color: #000;
}
.final-set a {
	font-family: 'titilliumlight';
	font-weight: bold;
	font-size: 16px;
}
.final-set p {
	font-size: 15px;
	line-height: 20px;
	margin: 15px 0;
}
.final-set .text-center {
	padding: 0 30px;
	margin-bottom: 45px;
}
/* bitcoin end */

/* trading start */
.trading .sec-one {
	padding: 15px 0;
}
.trading .sec-one .row {
	padding: 25px 0;
}
.trading .sec-one .col-md-2 {
	border-right: 1px solid #ccc;
	margin: 25px 0;
}
.trading .sec-one .set {
	text-align: center;
	padding: 25px 7px 0;
	min-height: 215px;
}
.trading .sec-one .col-md-2:last-child {
	border-right: none;
}
.trading .sec-one .set p {
	font-size: 18px;
	font-weight: 400;

	line-height: 22px;
}
.trading .sec-one .set i {
	font-size: 80px;
	color: #f1d711;
	margin-bottom: 25px;
}
.trading .sec-two {
	background-color: #efefef;
	padding: 30px;
	border: 1px solid #ccc;
	margin: 20px 0 80px;
}
.trading .sec-two p {
	font-size: 19px;
	font-weight: 300;
	text-align: right;
	line-height: 27px;
	margin: 0;
}
.trading .sec-two a {
	background-color: #2b2b2b;
	color: #fff;
	font-size: 18px;
	width: 100%;
	border-radius: 0;
	border: none;
	margin: 0;
}
.trading .sec-two a:hover {
	background-color: #808080;
}
.riaz li.active a{
    background-color: #ffe203 !important;
    color:#000000 !important;
}
.riaz li a{
    color:#ff0000 !important;
}
.riaz li a:hover, .riaz li.active a:hover{
    background-color: #ffe203 !important;
    color:#ff0000 !important;
}
.trading .sec-three .nav-tabs {
	border: none;
}
.trading .sec-three .nav-tabs>li.active>a, .trading .sec-three .nav-tabs>li.active>a:focus, 
.trading .sec-three .nav-tabs>li.active>a:hover {
	border: none;
}
.trading .sec-three .nav-tabs>li.active:after  {
	display: block;
	content: "";
	width: 0;
	height: 0;
	margin: 0 auto;
	vertical-align: middle;
	border-top: 14px solid;
	border-right: 14px solid transparent;
	border-left: 14px solid transparent;
	color: #ffe202;
}
.trading .sec-three .nav-tabs li a {
	background-color: #ccc;
}
.trading .sec-three .nav-tabs>li.active a {
	color: #fff;
	background-color: #ffe202;
}
.trading .sec-three .nav-tabs {
	text-align: center;
	display: flex;
	margin-top: 60px;
}
.trading .sec-three .nav-tabs li {
	display: inline-block;
	float: none;
	width: 100%;
}
.trading .sec-three .nav-tabs li a {
	font-size: 17px;
	font-weight: bold;
	color: #000;
	border: none;
	border-radius: 0;
}
.trading .sec-three form input {
	width: auto;
	display: inline-block;
}
.trading .sec-three .tab-content {
	margin-top: 40px;
}
.trading .sec-three .dataTables_filter {
	margin-bottom: 40px;
}
.trading .sec-three a.dataTables_paginate {
	color: #fff !important;
}
.trading table.dataTable tbody tr:last-child td {
	border-bottom: none;
}
.trading table.dataTable.no-footer {
	border-bottom: none;
}
.trading .sec-three .trading .dataTables_wrapper .dataTables_paginate .paginate_button.current, 
.trading .sec-three .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	color: #fff !important;
	background: #ffe202 !important;
	box-shadow: none;
}
.trading .sec-three table.dataTable tbody td, table.dataTable thead th {
	vertical-align: middle;
	border-left: 1px solid #9caebe;
	border-bottom: 1px solid #d7dce0;
	text-align: center;
}
.trading .dataTables_info, .trading .paging_simple_numbers {
	margin-top: 20px;
}
.trading .sec-three {
	padding-bottom: 40px;
}
.trading .sec-three table.dataTable tr:hover td, .trading .sec-three table.dataTable td.not-available, 
.trading .sec-three .paginate_button.current {
	color: #fff !important;
	background: #ffe202 !important;
	box-shadow: none;
	border-radius: 0;
}
.trading .sec-three table.dataTable tbody td:first-child, table.dataTable thead th:first-child {
	border-left: none !important;
}
.trading .sec-three .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	border-color: transparent !important;
}
.trading .sec-three table.dataTable thead th {
	padding: 8px 14px;
}
.trading .sec-three table.dataTable thead tr th {
	border-bottom: 1px solid #000;
	text-align: center;
}
.trading .sec-three table.dataTable tbody tr td:first-child {
	padding: 15px 0;
}
.trading .sec-three table.dataTable tbody tr td:first-child {
	min-width: 75px;
}
.trading .sec-three label {
	display: inline-block;
	font-size: 14px;
}
.trading .sec-three input {
	background-color: #f6f6f6;
	border: 1px solid #ccc;
	font-size: 13px;
	font-weight: bold;
	height: 32px;
	margin: 0 0 .75em .5em;
}
.trading .sec-three .table-responsive {
	padding-top: 25px;	
}
.trading .sec-four {
	padding-bottom: 60px;
}
.trading .sec-four h3 {
	font-size: 18px;
	margin-bottom: 15px;
}
.trading .sec-four h2 {
	margin-bottom: 25px;
}
.trading .sec-four .row {
	padding: 45px 0 25px;
}
.trading .sec-four .text-set {
	padding-bottom: 20px;
}
.trading .sec-five .card .card-header a {
	margin-bottom: 10px;
	background-color: #f7f7f7;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
	box-shadow: 0 1px 1px rgba(0,0,0,0.05);
	padding: 19px 15px;
	display: block;
	border: 1px solid #ccc;
}
.trading .sec-five .card .card-header a:hover {
	background-color: #e6e5e5;
}
.trading .sec-five .card h5 {
	margin: 0;
}
.trading .sec-five .card a {
	font-size: 16px;
	color: #000;
	font-weight: bold;
}
.trading .sec-five .card:nth-child(odd) .card-header a {
	border-left: 4px solid #2b2b2b;
}
.trading .sec-five .card:nth-child(even) .card-header a {
	border-left: 4px solid #989898;
}
.trading .sec-five .card a i {
	font-size: 50px;
	color: #bebebe;
	margin-top: -18px;
}
.trading .sec-five .card.one a i {
	color: #ffe202;
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.trading .sec-five .card-body {
	padding: 30px;
	border: 1px solid #ddd;
	margin-bottom: 10px;
}
.trading .sec-five {
	padding-bottom: 80px;
}
/* trading end */

/* broker-partnership start */
.broker-page .banner {
	/*background:url(../images/rexor-introducing-brokers.jpg) no-repeat;*/
	background:url(../images/rexor-master-card.jpg) no-repeat;
	/*background:url(../images/big-banner-2.jpg) no-repeat;*/
	height: 250px;
   background-size: cover;
	margin-top: 40px;
}
.broker-page .banner h4 {
	 color: #fff;
	 font-size: 18px;
}
.broker-page .banner a {
	 margin-top: 60px;
}
.broker-page .content-box {
    padding: 30px 0 0 45px;
}
.broker-page .info {
	background-color: #eceff2;
   padding: 33px 15px;
   margin-top: 40px;
}
.broker-page .broker-box {
	text-align: center;
}
.broker-page .broker-box h3 {
	margin-top: 0;
}
.broker-page .broker-box span {
    color: #333333;
    font-size: 14px;
}
.broker-page .broker-box b {
	color:#e6b11c;
}
.broker-page .partner {
	padding:30px 0;
}
.broker-page .partner p {
    font-size: 13px;
	 text-align: justify;
}
.broker-page .partner .btn-parner {
	 border: 0;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    padding: 6px 13px;
    background: #CD0511;
    display: inline-block;
    text-decoration: none;	
}
.broker-page .partner .btn-parner.btn-green {
    background: #079246;
	 margin-left: 25px;
}
.broker-page .partner ul {padding-left: 0;}
.broker-page .partner li {
    list-style: none;
    color: #000;
    font-size: 13px;
	padding-left: 35px;
}
.broker-page .dropdown-menu li {
	padding: 0;
	cursor: pointer;	
}
.broker-page .arrows li:before {
    font-family: 'FontAwesome';
    content: "\f00c";
    margin: 0 10px 0 -23px;
    color: #079246;
}
.broker-page .intl-tel-input {
    width: 100%;
    height: 40px;
}
.broker-page .bg-color {
	background-color: #eceff2;
	margin-top: 25px;
	padding: 20px 15px;
}
.fetaures {
    padding: 25px 0 35px;
}
.broker-page .fetaures .item-box {
	padding: 15px;
}
.broker-page .fetaures .item-box a {
    background: #222222;
    font-size: 15px;
    color: #ffe202;
    text-transform: capitalize;
    padding: 8px 0;
    border: 1px solid #ffe202;
    display: block;
    width: 125px;
    margin: 0 auto;
    margin-top: 15px;
}
.broker-page .fetaures .item-box a:hover {
	background: #ffe202;
	color: #222222;
	border: 1px solid #222222;
}
.broker-page .fetaures .item-box:hover {
    box-shadow: 1px 0px 3px 3px rgba(221, 221, 221, 0.61);
	-moz-transform: translateY(-2%);
	-ms-transform: translateY(-2%);
	-webkit-transform: translateY(-2%);
	transform: translateY(-2%);
}
/* partner Form */
.partner-form .headline {
	margin: 10px 0 25px 0;
	border-bottom: 1px dotted #e4e9f0;
}
.partner-form .headline h3 {
	border-bottom: 1px solid #e6b11c;
	margin: 0 0 -1px 0;
   padding-bottom: 5px;
   display: inline-block;
}
.partner-form .headline h3 span {
	font-size: 12px;
	font-weight: 200;
}
.partner-form label {
    display: block;
    font-size: 13px;
}
.partner-form .hot_form_input ,
.partner-form select {
    width: 100%;
    font-size: 12px;
    border: 1px solid #bbb;
    color: #000;
    height: 34px;
    padding: 6px 12px;
}   
.partner-form .hot_form_input:focus ,
.partner-form select:focus {
	 box-shadow: 0 0 2px #c9c9c9;
	 outline:none;
}
.partner-form input[readonly]{
    background: #eee;
}
.partner-form input[type=checkbox]{
	vertical-align:text-bottom;
	cursor: pointer;
}
.partner-form #basic button {
	 width: 100%;
    text-align: left;
    border-radius: 0;
}
.partner-form section {
	margin-bottom: 20px;
}
.partner-form .birthday {
	margin-bottom: 0;
	padding-left: 0;
}
.partner-form .pdr-zero {
	padding-right: 0;
}
.partner-form .btn-cmn-blck {
    width: 260px;
    padding: 15px 0;
    margin-top: 25px;
}
.partner-form span.error {
    color: red;
}
.partner-form {display: none;}
.partner-show {cursor: pointer;}
/* borker-partnership end */

/* accountcomparison start */
.accountcomparison {
	margin-bottom: 25px;	
}
.accountcomparison .account {
	background: #fff;	
	padding: 0;
}
.accountcomparison .setone {
	margin-top: 20px;
}
.accountcomparison .setone p {
	font-size: 13px;
	color: #333333;
	margin: 0 0 10px;
}
.accountcomparison .settwo .heading {
	font-size: 21px;
	line-height: 30px;
	color: #111765;
	text-shadow: none;
	font-weight: normal;
	margin: 20px 0px;
}
.accountcomparison .text-align-right {
	text-align: right;
}
.accountcomparison .account:hover {
	-moz-box-shadow: 0 14px 10px -6px rgba(0, 0, 0, 0.33);
    -webkit-box-shadow: 0 14px 10px -6px rgba(0, 0, 0, 0.33);
    box-shadow: 0 14px 10px -6px rgba(0, 0, 0, 0.33);
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	transform: translateY(-5px);
}
.accountcomparison .account:hover b {
	font-weight: bolder;
	color: #000;
}
.accountcomparison .account-heading {
	background-color: #eee;
	color: #000;
	border-color: #CD0511;
	padding: 10px 10px;
}
.text-uppercase {
	text-transform: uppercase;
}
.accountcomparison h3 {
	font-size: 20px;
	line-height: 27px;
}
.accountcomparison h1, .accountcomparison h2, 
.accountcomparison h3, .accountcomparison h4, 
.accountcomparisonh5, .accountcomparison h6 {
	margin-top: 5px;
	text-shadow: none;
	font-weight: normal;
}
.accountcomparison b, strong {
	font-weight: 700;
}
.accountcomparison .ribbon {
	float: right;
	position: relative;
	margin-top: -53px;
	display: none;
}
.accountcomparison .list-group-item:first-child, .list-group-item:last-child {
	border-radius: 0;
}
.accountcomparison .list-group-item:first-child {
	border-top: 0;
}
.accountcomparison .list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #ddd;
	font-size: 14px;
	color: #000;
	font-weight: 500;
}
.accountcomparison .list-group-item .btn-cmn-blck {
    background: #111765;
    color: #ffe203;
    border-color: #000;
}
.accountcomparison .list-group-item .btn-cmn-blck:hover {
    background: #ffe203;
    color: #111765;
    border-color: #000;
}
.accountcomparison btn-color-red-ghost-platforms:hover {
	color: #000;
	background: none;
}
.accountcomparison .btn-u:hover {
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.accountcomparison .btn-color-red-ghost-platforms:hover {
	color: black;
	background: none;
}
.accountcomparison .li_fix {
	padding-bottom: 30px;
}
/* table */
.accountcomparison table.accountcomparison th {
	font-size: 13px;
}
.accountcomparison table.accountcomparison td {
	font-size: 12px;
}
.accountcomparison .titleLeftAcc {
	font-weight: bold;
}
.accountcomparison td.accouttype, th.accouttype {
	text-align: center;
}
.accountcomparison .account_1_title {
	color: #111765;
}
.accountcomparison .account_2_title {
	color: #111765;
}
.accountcomparison .account_3_title {
	color: #111765;
}
.accountcomparison .account_4_title {
	color: #111765;
}
.accountcomparison .account_5_title {
	color: #111765;
}
.accountcomparison .account_6_title {
	color: #111765;
}
.accountcomparison .account_7_title {
	color: #111765;
}
.accountcomparison .account_9_title {
	color: #111765;
}
.accountcomparison th.accouttype{
	background-color: #eee;
	border-color: #CD0511;	
}
.accountcomparison .accouttype {
	display: none;
}
.accountcomparison table.accountcomparison i.fa-check {
	color: #96CE40;
	font-size: 17px;
}
.accountcomparison table.accountcomparison i.fa-times {
	color: #AB0101;
	font-size: 17px;
}
.accountcomparison .btn-color-red-ghost-platforms {
	color: #000;
	font-weight: bold;
	border: 1px solid #000;
	background: none;
	padding: 5px 12px;
	text-decoration:none !important;
}
.accountcomparison .noback td {
    background: #fff !important;
    border: none !important;
}
.accountcomparison .fontfix {
	font-size: 12px;	
}
.accountcomparison #showbtm i {
 	font-size: 12px;	
}
.accountcomparison #tableAccounts{	
	font-size: 21px;
}
.accountcomparison .sub_head{
	margin-bottom: 20px;	
}
.accountcomparison hr {
    margin-top: 25px;
    margin-bottom: 25px;	
}
/* accountcomparison end */

/* contactus start */
.contactus {
	padding: 50px 0;	
}
.cnt-form > [class*="col-m"] {
	min-height: 85px;
}
.cnt-form .intl-tel-input {
    width: 100%;
    height: 40px;
}
.cnt-form .intl-tel-input.separate-dial-code .selected-flag,
.cnt-form .intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag  {
	width: 50% !important;	
}
.cnt-form .intl-tel-input .flag-container{
	width: 100% !important;	
}
.cnt-form label {
	font-family: 'titilliumlight';
    width: 100%;
    font-size: 16px;
    color: #000;
    margin: 15px 0;	
}
.cnt-form label.select {
    min-height: 150px;
}
.cnt-form select {
	width: 100%;
}
.cnt-form input:not([type="submit"]) {
	width: 100%;
    border: none;
    border: 1px solid rgba(0,0,0,0);
	border-bottom: 1px solid #bec6cc;
    line-height: 1;
    height: 35px;
    padding: 0 15px;
    border-radius: 0;	
}
.cnt-form input:hover, .cnt-form input:focus, .cnt-form input:active {
	border: 1px solid #ffe202;
}
.cnt-form input[type="submit"] {
    background: #000;
    font-size: 14px;
    font-weight: 500;
    border: none;
    width: 200px;
    padding: 15px 25px;
    line-height: 1;
    color: #ffe203;
}
.cnt-form input[type="submit"]:hover {
    background: #ffe203;
    color: #000;
}
.cnt-form textarea {
	resize: none;
	min-height: 95px;
}
.contactus table {
	width: 100%;	
}
.contactus table td, .contactus table th {
    font-family: 'titilliumlight';
    font-size: 14px;
    color: #000;
    letter-spacing: 0.3px;
    padding: 6px 0;
}
.contactus table td img.captcha {
	width: auto;	
}
.contactus table td img {
	width: 21px;	
}
.contactus table td em {
	font-size: 11px;
	color: #e6b11c;	
}
.contactus .row + .row {
	margin: 25px 0;
}
.contactus .row > .col-md-3 {
	position: relative;	
}
.contactus .row > .col-md-3::before {
	content: '';
	position: absolute;	
	top: 0;
	left: 0;
	width: 1px;
	height: 100%;
	background: #bec6cc;
}
.contactus .datatable table tr:hover {
    background: #f5f7f8;
}
.contactus .datatable table td, .contactus .datatable table th {
    font-family: 'titilliumbold';
    font-size: 13px;
    color: #000;
    padding: 8px 0;
}
.contactus .datatable table td.red strong {
    font-family: 'titillium_bdbold';
    color: #ffe203;
    font-size: 14px;
}
.contactus .nav-tabs {
    border-bottom: 0;
	margin-bottom: 25px;
}
.contactus .nav-tabs>li {
	width: 50%;	
}
.contactus .nav-tabs>li+li a {
    border-left: none !important;
    padding-left: 14px;
}
.contactus .nav-tabs>li.active a, .nav-tabs>li:hover a, .nav-tabs>li:focus a {
	background-color: #000 !important;	
	color: #ffe202 !important;
}
.contactus .nav-tabs>li>a {
    padding: 12px;
    margin: 0;
    font-size: 16px;
    border: 1px solid #cbcbcb !important;
    color: #888;
    text-align: center;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    text-transform: uppercase;
    line-height: 1;
}
/* contactus end */

/* micro_account start */
.micro_account {
    padding: 40px 0;	
}
.micro_account .btn-cmn-blck {
	margin: 15px 0;	
}
.micro_account .bg-dark {
	background: #eee url(../images/logo-only.png) no-repeat right bottom;	
	/*background: #eee url(../images/micro-account.png) no-repeat right bottom;*/
	padding: 20px 20px;
}
.micro_account .bg-dark-e {
	background: #eee url(../images/ethereum.png) no-repeat right bottom;	
	/*background: #eee url(../images/micro-account.png) no-repeat right bottom;*/
	padding: 20px 20px;
}
.micro_account .bg-dark-l {
	background: #eee url(../images/litecoin.png) no-repeat right bottom;	
	/*background: #eee url(../images/micro-account.png) no-repeat right bottom;*/
	padding: 20px 20px;
}
.micro_account .bg-dark-r {
	background: #eee url(../images/ripple.png) no-repeat right bottom;	
	/*background: #eee url(../images/micro-account.png) no-repeat right bottom;*/
	padding: 20px 20px;
}
.micro_account .btn-u.btn-u-red {
    background: #CD0511;
}
.micro_account .btn-u {
    border: 0;
    color: #fff;
    font-size: 13px;
    cursor: pointer;
    font-weight: 400;
    padding: 6px 13px;
    position: relative;
    background: #CD0511;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
}
.micro_account .fw {
	width: 100%;	
	margin-bottom: 5px;
}
.micro_account .fw a {
	display: block;	
}
.micro_account .white-bold {
    color: #fff !important;
    font-weight: bold;
}
.micro_account .bg-dark + [class*="col"] {
    border-left: 2px solid #eee;
    margin: 35px 0;
}
.micro_account .bg-dark-l + [class*="col"] {
    border-left: 2px solid #eee;
    margin: 35px 0;
}
.micro_account .bg-dark-e + [class*="col"] {
    border-left: 2px solid #eee;
    margin: 35px 0;
}
.micro_account .bg-dark-r + [class*="col"] {
    border-left: 2px solid #eee;
    margin: 35px 0;
}
.micro_account .magazine-sb-categories .btn-u {
    font-size: 14px;
}
.micro_account .btn-u.btn-u-green {
    background: #ffe202;
    color: #000000;
}
.micro_account .btn-u.btn-u-green:hover {
    color: #ffffff;
}
.micro_account .magazine-sb-categories .btn-u {
    font-size: 14px;
}
.micro_account .btn-u.btn-u-default {
    background: #95a5a6;
}
.micro_account #warning{
	font-size: 11px;
    color: #999999;	
}
.micro_account h2.heading-sm, h3.heading-md {
    font-size: 18px;
    line-height: 24px;
}
.micro_account .headline h2 {
	/*border-bottom: 1px solid #e6b11c;*/
	border-bottom: 1px solid #ff0000;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.micro_account .color-red {
    /*color: #e6b11c;*/
    color: #111765;
}
.micro_account .color-red:hover {
    /*color: #e6b11c;*/
    color: #008000;
}
.micro_account .title a, .trading .title a {
    /*color: #e6b11c;*/
    color: #111765;
}
.micro_account .title a:hover, .trading .title a:hover {
    /*color: #e6b11c;*/
    color: #008000;
}
.micro_account .list-unstyled .color-red {
	font-size: 13px;
}
.micro_account .firstNegativeMargin {
    margin-bottom: 10px;
}
.micro_account .tablebox {
	padding: 0;
    border-left: 2px solid #999;	
	margin-top: 20px;
    margin-bottom: 40px;	
}
.micro_account .p-l-25 {
    padding-left: 25px;
}
.micro_account .p-l-20 {
    padding-left: 20px;
}
.micro_account .margin-top-20 ,
.micro_account .margin-bottom-20{
    margin-top: 20px;
}

.micro_account .margin-bottom-0 {
    margin-bottom: 0px;
}
.micro_account .margin-bottom-40 {
    margin-bottom: 40px;
}
.micro_account .border-bottom-grey2 {
    border-bottom: solid 1px #ccc;
    line-height: 28px;
}
.micro_account .padding-all-5 {
    padding: 5px;
    width: 33%;
}
.micro_account .border-bottom-grey2 {
    border-bottom: solid 1px #ccc;
    line-height: 28px;
}
.micro_account .color-green {
    color: #079246;
}
.micro_account .list-unstyled li {
    margin-bottom: 5px;
}
.micro_account .list-unstyled a {
	color: #000;	
}
.micro_account .list-unstyled a:hover {
	color: #e6b11c;	
}
.micro_account .analysis {
	background: #f0f0f0;
    padding: 5px 10px 20px 10px;
	margin-top: 35px;	
}
.micro_account .imgfix {
    float: right;
    padding-top: 31px;
    margin-right: 9px;	
}
.micro_account .LatestAnalysisAddition a {
	/*color: #e6b11c;*/
	color: #ff0000;
}	
.micro_account .LatestAnalysisAddition a:hover {
	color: #008000;
}
.micro_account .micro-title {
	margin-top: 0;	
}
.micro_account .full-width table {
    width: 100%;
}
.micro_account .full-width {
	margin-bottom: 25px;	
}
.micro_account .smallfont{
	font-size: 10px;	
}
.micro_account .text-align-center {
    text-align: center;
}
.micro_account .margin-right-5 {
    margin-right: 5px;
}
.micro_account a.btn-u.btn-u-green.btn-open:hover {
    background: #000;
}
.micro_account .btn-u.btn-u-default:hover {
	 background: #000;
}
/* micro_account end */

@media only screen and (min-width: 992px) and (max-width: 1245px) {
	.menu .mega-dropdown {
		width: auto;	
	}
	.top-header .navbar-nav > li > a {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}

@media only screen and (max-width: 1200px) {
	.bitcoin .sec-nine .set-rpt {
		padding: 30px;
	}
	.bitcoin .sec-eight .second-p {
		padding: 0;
	}
	.bitcoin .sec-four h3,  .bitcoin .sec-four a {
		min-height: 34px;
		margin: 10px 0;
	}
	.bitcoin .sec-three h2 {
		font-size: 15px;
	}
	.bitcoin .sec-nine .set-rpt p {
		font-size: 14px;
	}
	.trading .sec-one .set p {
		font-size: 15px;
		line-height: 18px;
	}
	.trading .sec-one .set {
		padding: 25px 3px 0;	
	}
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
	.terminal .terminal-banner {
		text-align: center;	
	}
	.terminal .terminal-banner-img {
		display: none;	
	}
	.terminal .terminal-content .tic-list {
		margin-bottom: 25px;
	}
	.micro_account .fw-sm .firstNegativeMargin,
	.micro_account .fw-sm .firstNegativeMargin + a {
		float: left;
		width: 48%;	
	}
	.micro_account .fw-sm .firstNegativeMargin {
		margin-right: 2%;	
	}
}


@media only screen and (max-width: 991px) {
	.final-set .text-center {
		padding: 0;
	}
	.bitcoin .sec-four .set-rpt {
		padding: 0;
	}
	.bitcoin .sec-five .row .text-center {
		padding: 0;
	}
	.bitcoin .sec-eight .second-p {
		min-height: 48px;
	}
	.bitcoin .sec-eight .first-p br {
		display: none;
	}
	.bitcoin .sec-eight .col-md-6 {
		border-left: none;
	}
	.bitcoin .sec-eight .col-md-6:first-child {
		border-bottom: 1px solid #000;
		border-left: none;
	}
	.bitcoin .sec-eight .col-md-6 {
		padding: 25px 0;
	}
	.bitcoin .sec-three .inner-content {
		padding: 0 10px;
	}
	.sec-two-cmn .btn-set a {
		font-size: 15px;
	}
	.sec-two-cmn .btn-set {
		padding: 0;
	}
	.trading .sec-one .col-md-2:nth-child(3) {
		border-right: none;
	}
	.trading .sec-one .set {
		margin: 15px 0;
	}
	.trading .sec-two p {
		text-align: center;
	}
	.broker-page .broker-box {
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 767px) {	
    .platforms .full-width, .platforms .box-one {
		width: 100%;	
	}
	.breadcrumbs {
		text-align: center;
	}
	.breadcrumbs h1, .breadcrumb {
		float: none !important;
		display: block;
	}
	.breadcrumbs h1 {
		margin-bottom: 0;
	}
	.breadcrumb {
		top: 0;
		padding-left: 0;
		margin: 0;
	}
	.partnerships .row > .col-md-6 {
		padding-left: 15px;
		padding-right: 15px;	
	}
	.partnerships-title h4 {
		font-size: 16px;
		line-height: 24px;	
	}
	.terminal .terminal-banner {
		text-align: center;	
	}
	.terminal .terminal-content .tic-list {
		margin-bottom: 25px;
	}
	.terminal .terminal-content p img {
		margin-bottom: 10px;
	}
	.bitcoin .sec-ten .row {
		display: block;
	}
	.bitcoin .final-set .col-sm-4 {
		margin: 25px 0;
	}
	.bitcoin .head-white {
		font-size: 22px;
	}
	.sec-two-cmn .set {
		border: none;
		padding: 0;
	}
	.sec-two-cmn h2 {
		padding: 0;
	}
	.sec-two-cmn .btn-set {
		text-align: center;
		padding: 0;
	}
	.sec-two-cmn .btn-set a {
		float: none !important;
		font-size: 14px;
		width: 100%;
		display: block;
		margin: 5px 0;
	}
	.bitcoin .sec-three a {
		float: none !important;
	}
	.bitcoin .sec-three .inner-content {
		text-align: center;
		padding: 0;
	}
	.bitcoin .sec-nine .sec-three .inner-content {
		padding: 0;
	}
	.bitcoin .sec-four .set-rpt {
		margin-bottom: 25px;
	}
	.bitcoin .sec-five .row .text-center {
		border-right: none;
		border-bottom: 1px solid #000;
		padding: 15px 0;
	}
	.bitcoin .sec-five .row .col-sm-3:last-child .text-center {
		border-bottom: 1px solid #000;
	}
	.main-banner h2 {
		font-size: 30px;
	}
	.btn-cmn {
		padding: 8px 7px;
		font-size: 12px;
		width: auto;
	}
	.bitcoin .sec-eight .first-p {
		font-size: 16px;
		line-height: 26px;
	}
	.bitcoin .sec-eight {
		padding: 20px 0;
	}
	.bitcoin .head-black {
		font-size: 28px;
	}
	.bitcoin .sec-eight .col-md-6 .text-center {
		margin: 15px 0;
	}
	.bitcoin .sec-nine .set-rpt {
		margin-bottom: 15px;
	}
	.bitcoin .sec-eight .second-p {
		min-height: 78px;
		font-size: 15px;
		line-height: 19px
	}
	.footer-top .footer-top-left p {
		line-height: 35px;
	}
	.trading .sec-one .set {
		border-right: none;
		border-bottom: 1px solid #ccc;
	}
	.trading .sec-one .set {
		min-height: 200px;
	}
	.trading .sec-one .set {
		padding: 25px 25px 0;
	}
	.trading .sec-one .col-md-2 {
		border-right: none;
	}
	.trading .sec-three .nav-tabs {
		display: block;
	}
	.trading .sec-three .nav-tabs li {
		margin: 10px 0;
	}
	.trading .sec-five .card .card-header a {
		font-size: 12px;
		padding: 16px 9px 16px 5px;
	}
	.trading .sec-five .card a i {
		font-size: 20px;
		margin-top: -3px;
	}
	.trading .sec-five,  .trading .sec-four {
		padding-bottom: 20px;
	}
	.trading .sec-two {
		padding: 20px;
		border: 1px solid #ccc;
		margin: 20px 0;
	}
	.trading .sec-three .nav-tabs {
		margin-top: 20px;
	}
	.trading .sec-two a {
		margin-top: 25px;
	}
	.trading .sec-three .nav-tabs>li.active:after, .trading .sec-three .nav-tabs>li.active:after, 
	.trading .sec-three .nav-tabs>li.active:after {
		display: none;
	}
	.trading .sec-three .dataTables_filter {
		margin-bottom: 20px;
	}
	.broker-page .banner {
		margin-top: 0;	
	}
	.broker-page .info {
		padding: 20px 15px 5px 15px;
	}
	.broker-page .partner {
		padding: 0;	
	}
	.broker-page .broker-box {
		 border: 1px solid #e6b123;
		 padding: 10px;
	}
	.broker-page .partner li {
		 margin: 5px 0;
	}
	.broker-page  .disclaimer-foo {
		margin-left: 15px;
		margin-right: 15px;
	}
	.partner-form .btn-cmn-blck {width: 100%;}
	.micro_account .bg-dark, .bg-dark-e, .bg-dark-r, .bg-dark-l,  {
		background: #eee;	
	}
	.liveSection .ls-form, .liveSection-mob {
		width: 100%;	
	}
	.ls-chat {
		top: 74%;	
	}
	.ls-cmn-box.ls-form-box {
		margin-top: -60px;
	}
	.liveSection .ls-form {
		padding: 50px 15px;
		overflow: scroll;
	}
	.ls-chat-list {
		width: 44px;
		height: 44px;
		margin-right: 2px;
	}
	.liveSection .ls-form .ls-form-social li {
		width: 45px;	
	}
	.iti-mobile .intl-tel-input.iti-container {
		z-index: 9999;	
	}
	.bitcoin .sec-three .inner-content, .demo-acnt .inner-content {
		padding: 0;	
	}
	.cnt-form label.select {
		min-height: 100%;	
	}
	.contactus table td img {
		margin-right: 10px;
	}
	#back-to-top {
		bottom: 15px;
		right: 27px;
	}
	.contactus {
		padding-top: 0;	
	}
}