.custom-pricing-section label {
    display: block;
    font-size: 16px;
    color: #111;
	font-weight:600;
}
.custom-pricing-section input[type=text] {
    border: 1px solid rgba(86, 91, 115, .5);
    border-radius: 2px;
    padding: 4px 12px 0;
    max-width: 170px;
    background: 0 0;
    color: #111;
    font-size: 16px;
    height: auto;
    line-height: 36px
}
.form-control {
    display: block;
    width: 135px;
    height: 38px;
    padding: 8px 22px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.custom-selectbox select, select {
    padding-right: 20px;
    display: inline-block;
    cursor: pointer
}
.custom-pricing-section .cost {
    font-size: 26px;
    color: #111;
	font-weight:600;
}
.custom-pricing-section .cost.small {
    font-size: 20px;
    color: #111
}
.custom-pricing-section .sms {
    font-size: 16px;
    color: #111
}
.pricing-tax{
	padding-top:30px;
}
.custom-selectbox {
    position: relative;
    display: inline-block;
    border: none;
    font-size: 25px
}
select {
    width: 150px;
    background-color: #fffefd;
    border: 1px solid #f15922;
    color: #000;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 20px
}
.custom-selectbox select {
    border: none!important;
    height: 40px;
    background: 0 0;
    color: #565b73;
    width: auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}
.custom-selectbox select:focus {
    outline: 0
}
.custom-selectbox:after {
    content: " ";
    height: 0;
    width: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333;
    position: absolute;
    right: 12px;
    top: 19px;
    transition: all .3s linear
}
.custom-selectbox.open:after {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg)
}
.banner-dropdown .dropdown-menu li a {
    font-size: 15px!important
}
.banner-dropdown a {
    color: #111;
    font-size: 16px;
	padding:6px 10px;
	border-radius:5px;
	border:1px solid #ccc;
	cursor:pointer;
}
.drppricing a{
	padding:0px;
	border-radius:0;
	border:0;
	font-size:20px;
	font-weight:500;
	color:#000;
}
.smscount {
    margin-top: 40px
}
.smscount div {
    display: inline-block;
    margin-right: 10px
}
.smscount .custom-selectbox {
    margin-left: 10px
}
.smscount .custom-selectbox:after {
    right: 15px!important
}
.smscount .custom-selectbox select {
    color: #156bb3
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}
.currencytext{
	color:#111;
}
.dropdown, .dropup {
    position: relative
}
.dropdown-toggle:focus {
    outline: 0
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 200px;
    padding: 15px 15px;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 5px;
    -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, .1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, .1);
    background-clip: padding-box
}
.dropdown-menu.pull-right {
    right: 0;
    left: auto
}
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.428571429;
    color: #333;
    white-space: nowrap
}
.dropdown-menu>li{
	margin-bottom:9px;
	cursor:pointer;
}
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5
}
.dropdown-menu li span{
	padding-right:15px;
}
.typetext{
	color:#111;
}
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #156bb3
}
.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    color: #777
}
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    cursor: not-allowed
}
.open>.dropdown-menu {
    display: block
}
.open>a {
    outline: 0
}
.dropdown-menu-right {
    left: auto;
    right: 0
}
.dropdown-menu-left {
    left: 0;
    right: auto
}
.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #777;
    white-space: nowrap
}
.volume{
	margin-top:40px;
}
.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}
.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    content: ""
}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}
.currencys.dropdown-menu {
    padding-left: 0;
    padding-right: 0;
    max-height: 200px;
    overflow-y: scroll;
	padding:15px;
}
.dropdown-toggle::after{
	display:none;
}
.currencytext2 span{
	padding-right:15px;
	position:relative;
	top:-1px;
}