/* Forex Calculator */
.cfb-payments-container {
    background: #f7f7f7;
    padding: 40px 10px;
}

.cfb-payments-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
.cfb-payments-left {
    width: 53%;
    padding: 40px 25px 0 0;
}
.cfb-payments-right {
    width: 47%;
}
.cfb-started-cont {
    width: 100%;
    max-width: 450px;
}
.cfb-started-cont h2, .cfb-started-cont #calctitle {
    color: #2c323c;
    font-size: 33px;
    line-height: 36px;
    padding-bottom: 50px;
	font-weight: 700;
}
.cfb-started-cont h2 strong, .cfb-started-cont p#calctitle strong {
    color: #c53030;
}

.cfb-payments-select-area-info {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.cfb-payments-select-usd {
    width: 100%;
    max-width: 150px;
}

.cfb-source-funds-area {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.cfb-source-funds-left {
    width: 64%;
}
.cfb-source-funds-right {
    width: 34%;
}
.cfb-source-funds-left .cfb-payments-select-usd {
    max-width: 100%;
}
.cfb-payments-select-area label,
.cfb-source-funds-area label {
    color: #5A6475;
    font-size: 17px;
    display: block;
    padding-bottom: 10px;
}
.disabledinput-field input[type=text] {
    background: #f7f7f7 !important;
    width: 100%;
    color: #828EA2;
    font-size: 16px;
    height: 46px;
    padding: 8px 12px;
    border: 1px solid #ced4da;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}


/*  cfb-payments-right  */ 

.cfb-amount-payable {
    background: #fff;
    padding: 5px 12px 5px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
}

.cfb-amount-payable-area {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.cfb-amount-left {
    width: 50%;
}
.cfb-amount-right {
    width: 50%;
}
.cfb-amount-number-area {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
/*     -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap; */
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.cfb-amount-number-left {
    /*width: 52%;*/
}
.cfb-amount-number-right {
    /*width: 48%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;*/
	width: 100%;
    max-width: 150px;
}

.cfb-amount-number-left h2, .cfb-amount-number-left p.numarea {
    color: #2c323c;
    font-size: 45px;
    line-height: 45px;
	padding-bottom: 0px;
	font-weight: 700;
}
.cfb-amount-number-left h2 sub, .cfb-amount-number-left span.numarea sub {
    font-size: 24px;
	font-weight: 700;
}
.cfb-amount-number-left h2 .cfb-number, .cfb-amount-number-left span.numarea .cfb-number {
    display: inline-block;    
	font-size: 42px;
	font-weight: 700;
	color: #2c323c;
	line-height:40px;
}
.cfb-amount-left h3, .cfb-amount-left p.tfee {
    color: #2c323c;
    font-size: 16px;
    padding-top: 10px;
	font-weight: 700;
	padding-bottom: 16px;
}
.amount-payable-img img {
    max-width: 100%;
    height: auto;
    display: block;
}
.cfb-visit-btn {
/*     width: 100%;
    max-width: 150px; */
}
.cfb-visit-btn a {    
    background: #39a91e;
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    color: #1a202c;
    text-align: center;
    text-transform: uppercase;
    padding: 0 8px;
    margin: 10px auto 0;
    display: block;
    font-weight: bold;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    position: relative;
}

.cfb-toggle-area {
    overflow: hidden;
/*     margin-top: -28px; */
}
.cfb-toggle-btn {
    width: 23px;
    height: 23px;
    /* float: right; */
    position: relative;
	margin: auto;
}
.cfb-toggle-btn:before {
    background: url(../images/cfb-plus.png) no-repeat center 0;
    content: "";
    position: absolute;
    right:0;
    top: 0;
    width: 20px;
    height: 20px;
    font-family: 'FontAwesome';
    display: block;
    color: #2c323c;
    font-size: 25px;
    cursor: pointer;
}
.cfb-toggle-btn.current-action:before {
    background: url(../images/cfb-minus.png) no-repeat center 0;
    content: "";
}
.cfb-toggle-info { 
    display: none; 
    border-top: 1px solid #e7ebf0; 
    padding: 10px 0 5px 0;
    margin-top: 45px;
}
.cfb-toggle-btn.current-action ~ .cfb-toggle-info { display: block; }
.cfb-transaction-area {
    padding: 10px 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.cfb-transaction-left {
    width: 50%
}
.cfb-transaction-right {
    width: 50%;
    text-align: right;
}
.cfb-transaction-area p {
    color: #5A6475;
    font-size: 16px;
}


/*  dk-select payments-select css   */

.dk-selected { overflow: inherit; }
.payments-select {
    background: #fff;
    position: relative;
    display:block;
    vertical-align: middle;
    width: 100%;
    cursor: pointer;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    height:46px;
    line-height: 44px;
    color:#333;
    font-size: 17px;
    outline: none;
    border: none;
    overflow: inherit;
    border: 1px solid #ced4da;
    z-index: 1000;
}
.cfb-payments-select-area .payments-select {
    z-index: 9999;    
}
.payments-select .dk-selected {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    background-color: white;
    border: none;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 0 25px 0 12px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.payments-select .dk-selected:after { border: none; }
.payments-select .dk-selected { position: relative; }
.payments-select .dk-select-open-up .dk-selected:before,
.payments-select .dk-select-open-down .dk-selected:before,
.payments-select .dk-selected::after,
.payments-select .dk-selected::before {
    background: url(../images/cfb-up-arrow.png) no-repeat center 0;
    border: none; 
    content: "";
    position: absolute;
    right:14px;
    top: 17px;
    width: 14px;
    height: 8px;
    font-family: 'FontAwesome';
    display: block;
    margin-right: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.payments-select .dk-selected::after {
    background: url(../images/cfb-down-arrow.png) no-repeat center bottom;
    content: "";
    top: 21px;
}
.payments-select .dk-select-options {
    background: #fff;
    box-shadow:none;
    /*overflow: hidden;*/
    color: #333;
    font-size: 16px;
}
.payments-select .dk-select-options, .dk-select-open-down .dk-select-options {
    border: none; 
    padding: 0 0 0 0; 
    margin: 0 -1px; 
}
.payments-select .dk-select-options, .dk-option, .dk-optgroup, .dk-optgroup-options li:hover {
    background: #fff;
    color:inherit;    
    font-size: 16px;
    line-height: 40px;
}
.payments-select .dk-option { 
    background: #fff; 
    padding: 0 12px; 
    color: #333; 
	font-size: 16px;
    border-bottom: 1px solid #ced4da; 
	margin: 0;
	line-height: 40px;
}
.payments-select .dk-option:first-child { border-top: 1px solid #ced4da; }
.payments-select .dk-select-options .dk-option-highlight {background: #1e90ff; }
.payments-select .dk-option:hover { background: #1e90ff; color: #fff;}
.payments-select  .dk-select-options { 
    border-top: none; 
    border-left: 1px solid #ced4da;
    border-right: 1px solid #ced4da;
}


/* renger */

.rangeslider-area {
    margin-bottom: 20px;
}
.rangeslider {
    background: #D8DEE9;
}
.rangeslider--horizontal {
    height: 2px;
}
.rangeslider--horizontal .rangeslider__fill,
.rangeslider__fill {
    background: #4d82ff;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    z-index: 1;
}
.rangeslider, 
.rangeslider__fill {
    display: block;
    -moz-box-shadow: inherit;
    -webkit-box-shadow: inherit; 
    box-shadow: inherit;
}
.rangeslider__handle {
    z-index: 2;
    width: 22px;
    height: 22px;
    background: #fff;
    border: 2px solid #4D82FF !important;
    -moz-box-shadow: inherit;
    -webkit-box-shadow: inherit; 
    box-shadow: inherit;
    border-radius: 100%;
    outline: none;
}
.rangeslider__handle:after {
    background-image: none;
}
.rangeslider-number { margin: -43px 0 20px 0; }
.rangeslider-number output {
    color: #2c323c;
    font-size: 34px;
    line-height: 36px;
    margin-bottom: 23px;
    letter-spacing: -1px;
}

@media screen and ( max-width: 1160px ) {
    .cfb-amount-payable {
        padding: 10px 15px 15px 15px;
    }
}
@media screen and ( max-width: 1040px ) {    
    .cfb-amount-number-left h2 {
        font-size: 35px;
        line-height: 35px;
    }
    .cfb-amount-number-left h2 sub {
        font-size: 20px;
    }
	.cfb-amount-number-left h2 .cfb-number {
		font-size: 35px;
		line-height: 35px;
	}
	.cfb-toggle-area {
	    margin-top: 7px;
	}
}
@media screen and ( max-width: 900px ) {
    .cfb-amount-number-left h2 {
        font-size: 28px;
        line-height: 30px;
        margin-top: 10px;
    }
    .cfb-amount-number-left h2 sub {
        font-size: 17px;
    }
	.cfb-amount-number-left h2 .cfb-number {
		font-size: 28px;
		line-height: 30px;
	}
}
@media screen and ( max-width: 768px ) {
    .cfb-payments-left {
        width: 100%;
        padding: 0 0 40px 0;
    }
    .cfb-payments-right {
        width: 100%;
        max-width: 450px;
        margin: 0 auto;
    }
    .cfb-started-cont { margin: 0 auto; }
}
@media screen and ( max-width: 400px ) {
    .cfb-started-cont h2 {
        font-size: 27px;
        line-height: 30px;
    }
    .cfb-payments-select-usd {
        max-width: 100%;
        padding-bottom: 20px;
    }
    .cfb-source-funds-right,
    .cfb-source-funds-left {
        width: 100%;
    }
    .cfb-amount-number-left h2 {
        font-size: 24px;
        line-height: 26px;
    }
    .cfb-amount-number-left h2 sub {
        font-size: 15px;
    }
	.cfb-amount-number-left h2 .cfb-number {
		font-size: 24px;
		line-height: 26px;
	}
    .cfb-visit-btn a {
        margin: 10px auto 0;
		height: 32px;
    	line-height: 32px;
    }
    .rangeslider-number { margin: 0 0 20px 0; }
    .rangeslider-number output {
        font-size: 27px;
        line-height: 30px;
        margin-bottom: 19px;
    }
	.cfb-amount-number-right {
		max-width: 115px;
	}
}