.nav-tab-plans {
    border-bottom: none;
    margin: 0 auto;
    display: block;
}

.span-options .nav-tab-plans li a:hover {
    color: #fff;
}

.span-options .nav-tab-plans>li {
    float: none;
    display: inline-block;
    margin: 18px 8px;
}

.textGreen {
    color: green !important;
}

.textRed {
    color: red !important;
}

.comm_opt_notional {
    width: 10px;
    height: 13px !important;
    border: 1px solid #9b9b9b !important;
    border-radius: 50%;
    position: relative;
    display: inline-block !important;
    text-align: center !important;
    font-weight: 600 !important;
    cursor: pointer;
    color: #666 !important;
    font-size: 9px !important;
    line-height: 10px;
    padding-right: 1px;
    float: none !important;
    left: 2px;
}

.span-options .nav-tab-plans>li.active>a,
.span-options .nav-tab-planss>li>a.active:focus,
.span-options .nav-tab-plans>li>a.active:hover {
    border: none;
    cursor: auto;
}

.span-options .nav-tab-plans {
    border-bottom: none;
    margin: -1px auto;
    display: block;
    text-align: center;
    margin-top: 10px;
}

.span-options .nav-tab-plans li a.active {
    background: linear-gradient(152deg, #31b901, #248500);
    ;
    color: #fff !important;
    border-radius: 0;
    font-size: 15px;
    padding: 4px 13px;
}

.span-options .nav-tab-plans li a {
    background: #0473ea;
    border-radius: 0;
    font-size: 15px;
    padding: 4px 13px;
    border: none;
    position: relative;
    color: #fff;
}

.span-options .nav-tab-plans>li>a.active:after {
    content: '';
    position: absolute;
    left: 40%;
    right: 0;
    bottom: 32px;
    width: 18px;
    height: 18px;
    background: linear-gradient(152deg, #31b901, #248500);
    transform: rotate(45deg);
}

.span-options .nav-tab-plans>li>a:hover {
    border-color: #f1f1f1;
    cursor: pointer !important;
}

.nav-item-plan {
    float: none;
    display: inline-block;
    margin: 0 7px;
}

/* .nav-item-planB{
    float: none;
    display: inline-block;
    margin: 0 7px;
} */
.calclator-head {
    display: inline-block;
    margin: 18px 0;
    font-weight: bold;
    font-size: 28px;
    padding: 5px 15px;
    border-bottom: 2px solid #2ca401;
    color: #0473ea;
}

.span-options {
    margin-top: 0rem;
}

.span-options .nav-tabs>li {
    float: none;
    display: inline-block;
    margin: 0 7px;
    width: 20% !important;

}

.span-options .nav-tabs>li.active>a,
.span-options .nav-tabs>li>a.active:focus,
.span-options .nav-tabs>li>a.active:hover {
    border: none;
    cursor: auto;
}

.span-options .nav-tabs {
    border-bottom: none;
    margin: 0 auto;
    display: block;
    text-align: center;
}

.span-options .nav-tabs li a.active {
    background: linear-gradient(152deg, #31b901, #248500);
    ;
    color: #fff !important;
    border-radius: 0;

    padding: 4px;
}

.span-options .nav-tabs li a {
    background: #0473ea;
    /* color: linear-gradient(152deg,#31b901,#248500); */
    border-radius: 0;
    font-size: 20px;
    border: none;
    position: relative;
    padding: 5px;
    color: #fff;
}

.span-options .nav-tabs>li>a.active:after {
    content: '';
    position: absolute;
    left: 45%;
    right: 0;
    bottom: -12px;
    width: 18px;
    height: 18px;
    background: linear-gradient(152deg, #31b901, #248500);
    ;
    transform: rotate(45deg);
    display: none;
}

.span-options .nav-tabs>li>a:hover {
    border-color: #f1f1f1;
    cursor: pointer !important;
}

.width-20 {
    width: 20%;
    float: left;
    padding: 0 10px;
}

.width-25 {
    width: 25%;
    float: left;
    padding: 0 10px;
}

.width-15 {
    width: 15%;
    float: left;
    padding: 0 10px;
}

.span-form-panel label {
    font-size: 16px;
    color: #333333;
    /* font-weight: 500; */
    position: relative;
}

.span-form-panel .form-group {
    position: relative;
}

.span-form-panel .form-group:after {
    content: "\f0d7";
    font-family: FontAwesome;
    right: 8px;
    position: absolute;
    top: 42%;
    font-size: 26px;
    pointer-events: none;
    color: #0377c0;
}

.span-form-panel {
    float: left;
    width: 100%;
    margin-top: 20px;
    background: #f8f8f8;
    padding: 30px 7px 20px;
    box-shadow: 1px 1px 5px #d1d1d1;
}

.span-form-panel:nth-child(even) {
    margin-top: 10px;
}

.span-form-panel .form-group select,
.span-form-panel .form-group input {
    border: 1px solid #87b9d8;
    border-radius: 0;
    height: 32px;
    padding: 0px 7px;
    -webkit-appearance: none;
    font-size: 16px;
    color: #333333;
}

.span-form-panel .form-group select::-ms-expand {
    display: none;
}

.span-form-panel .btn {
    display: block;
    width: 120px;
    float: right;
    text-transform: uppercase;
    margin-right: 7px;
    font-size: 16px;
}

.span-form-panel .add-btn.btn {
    background: #0377c0;
    color: #fff;
    border-radius: 0;
    margin-bottom: 10px;
    border: 1px solid #0377c0;
    transition: all 0.3s ease-in-out;
}

.add-btn.btn:hover {
    background: #fff;
    color: #0377c0;
    transition: all 0.3s ease-in-out;
}

.span-form-panel .reset-btn.btn {
    background: #fff;
    color: #0377c0;
    border: 1px solid #0377c0;
    border-radius: 0;
    transition: all 0.3s ease-in-out;
}

.reset-btn.btn:hover {
    color: #fff;
    background: #0377c0;
    transition: all 0.3s ease-in-out;
}

.no-arrow .form-group:after {
    display: none;
}

.brk-table-content .form-radio label {
    font-size: 16px;
}

.form-radio input[type="radio"]:checked,
.form-radio input[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.form-radio input[type="radio"]:checked+label,
.form-radio input[type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #333333;
    font-weight: 600;
    font-style: normal;
}

.form-radio input[type="radio"]:checked+label:before,
.form-radio input[type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

.form-radio input[type="radio"]:checked+label:after,
.form-radio input[type="radio"]:not(:checked)+label:after {
    content: '';
    width: 17px;
    height: 17px;
    background: #0377c0;
    position: absolute;
    top: 1px;
    left: 1px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.form-radio input[type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.form-radio input[type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.form-radio {
    display: inline-block;
    width: 49%;
}

.form-radio p {
    margin: 0;
}

.form-control option,
.form-control input {
    font-size: 16px;
    color: #333333;
}

.span-form-panel input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #333333;
}

.span-form-panel input::-moz-placeholder {
    /* Firefox 19+ */
    color: #333333;
}

.span-form-panel input:-ms-input-placeholder {
    /* IE 10+ */
    color: #333333;
}

.span-form-panel input:-moz-placeholder {
    /* Firefox 18- */
    color: #333333;
}

.margin-value {
    width: 33.33%;
    float: left;
    border-right: 2px solid #e2e2e2;
    padding-left: 9%;
}

.margin-value:last-child {
    border-right: none;
}

.margin-value h4 {
    font-size: 18px;
    color: #333333;
    margin-bottom: 0;
}

.margin-value p {
    font-size: 30px;
    color: #0377c0;
    font-weight: 600;
}

.table-responsive.span-table {
    float: none;
    clear: both;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
}

.span-table thead tr th {
    background: #0d69a3;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    padding: 10px 15px 10px 15px;
    border-bottom: 0;
    border-right: 2px solid #fff;
}

.span-table tbody tr td {
    padding: 10px 15px 10px 15px;
    border: none;
    font-size: 18px;
    color: #333333;
}

.span-table tbody tr:nth-child(odd) td {
    background: #f8f8f8;
    border-right: 2px solid #fff;
}

.span-table table th:nth-child(2),
.span-table table th:nth-child(3),
.span-table table th:nth-child(4),
.span-table table th:nth-child(5),
.span-table table td:nth-child(2),
.span-table table td:nth-child(3),
.span-table table td:nth-child(4),
.span-table table td:nth-child(5) {
    text-align: center;
}

.span-table tbody tr:last-child td:last-of-type {
    color: #0772b5;
}

.span-table tbody tr:last-child td:last-of-type,
.span-table tbody tr:last-child td:nth-child(2) {
    text-align: right;
}

.span-table table td:nth-child(6),
.span-table table td:nth-child(7),
.span-table table td:nth-child(8),
.span-table table th:nth-child(6),
.span-table table th:nth-child(7),
.span-table table th:nth-child(8) {
    text-align: right;
}

.span-table thead tr th:last-child,
.span-table tbody tr td:last-child {
    border: none;
}

/* Brokerage Calculator */
.brk-table {
    width: 24%;
    float: left;
    margin: 0 7px;
    margin-top: 20px;
}

.brk-table:first-child {
    margin-left: 0;
}

.brk-table:last-child {
    margin-right: 0;
}

.brk-table-content {
    float: left;
}

.brk-table h4 {
    margin: 0;
    font-size: 18px;
    color: #fff;
    background: #0473e9;
    padding: 15px;
}

.brk-table-content .form-group {
    width: 33.33%;
    float: left;
    margin-bottom: 15px;
}

.brk-table-content .form-group input {
    width: 94%;
}

.brk-table-content .form-radio {
    margin: 0 auto 25px;
    text-align: center;
}

.brk-table-content .form-group label {
    font-size: 16px;
    color: #333333;
    /* font-weight: 500; */
    position: relative;
    font-weight: 600;
    font-style: normal;
}

.brk-table-content .form-group input {
    border: 1px solid #87b9d8;
    border-radius: 0;
    height: 32px;
    padding: 0px 7px;
    -webkit-appearance: none;
    cursor: text;
    font-size: 16px;
    color: #333333;
    text-align: right;
}

.brk-table-content .form-radio label {
    /* font-weight: 500; */
}

.main-brokerage-tble table tbody tr td {
    padding: 8px 15px;
    border: none;
    font-size: 14px;
    color: #333;
}

.main-brokerage-tble table tbody tr td:last-child {
    text-align: right;
}

.main-brokerage-tble table tbody tr:nth-child(odd) {
    background: #fbfbfb;
}

.pad-15 {
    padding: 15px;
}

.main-brokerage-tble table tbody tr:last-child td {
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
}

.main-brokerage-tble table tbody tr:last-child td:last-child {
    color: #004da8;
}

.futures-sc-panel .form-radio {
    width: 100%;
}

.brk-table-content .form-group.no-margin {
    margin-bottom: 0;
}

.options-sc-panel .form-radio {
    /*width: 65%;
    margin-top: 25px;
    margin-bottom: 0;*/
}

.span-options .tab-content {
    border-bottom: 1px solid #0772b5;
    float: left;
    width: 100%;
}

.table-note p {
    font-size: 14px;
    text-align: center;
    font-style: italic;
    font-weight: 600;
    color: #333333;
    margin-bottom: 25px;
}

.table-note p span {
    color: #e2281e;
}

.table-note {
    clear: both;
}

/* Brokerage Calculator */
@media(min-width:1200px) and (max-width:1365.90px) {}

@media(min-width:1025px) and (max-width:1199.90px) {
    .calclator-head {
        font-size: 25px;
    }

    .span-options .nav-tabs li a {
        font-size: 18px;
    }

    .span-form-panel label,
    .span-form-panel .form-group select,
    .span-form-panel .form-group input,
    .form-control option,
    .form-control input,
    .span-form-panel .btn {
        font-size: 15px;
    }

    .margin-value h4 {
        font-size: 17px;
    }

    .margin-value p {
        font-size: 28px;
    }

    .span-table thead tr th,
    .span-table tbody tr td {
        font-size: 17px;
    }

    .span-form-panel .btn {
        margin-right: 0;
    }

    /* Brokerage Calculator */
    .brk-table {
        margin: 0 6px;
        margin-top: 20px;
    }

    .brk-table-content .form-group label,
    .brk-table-content .form-radio label {
        font-size: 15px;
    }

    .main-brokerage-tble table tbody tr:last-child td {
        font-size: 16px;
    }

    .table-note p {
        font-size: 13px;
    }

    .brk-table h4 {
        font-size: 17px;
    }

    /* Brokerage Calculator */
}

@media(min-width:992px) and (max-width:1024.90px) {
    .calclator-head {
        font-size: 25px;
    }

    .span-options .nav-tabs li a {
        font-size: 18px;
    }

    .span-form-panel label,
    .span-form-panel .form-group select,
    .span-form-panel .form-group input,
    .form-control option,
    .form-control input,
    .span-form-panel .btn {
        font-size: 15px;
    }

    .margin-value h4 {
        font-size: 17px;
    }

    .margin-value p {
        font-size: 28px;
    }

    .span-table thead tr th,
    .span-table tbody tr td {
        font-size: 17px;
    }

    .span-form-panel .btn {
        margin-right: 0;
    }

    /* Brokerage Calculator */
    .brk-table {
        margin: 0 6px;
        margin-top: 20px;
    }

    .brk-table-content .form-group label,
    .brk-table-content .form-radio label {
        font-size: 15px;
    }

    .main-brokerage-tble table tbody tr:last-child td {
        font-size: 16px;
    }

    .table-note p {
        font-size: 13px;
    }

    .brk-table h4 {
        font-size: 17px;
    }

    /* Brokerage Calculator */
}

@media(min-width:768px) and (max-width:991.90px) {
    .calclator-head {
        font-size: 22px;
    }

    .span-options .nav-tabs li a {
        font-size: 16px;
    }

    .span-form-panel label,
    .span-form-panel .form-group select,
    .span-form-panel .form-group input,
    .form-control option,
    .form-control input,
    .span-form-panel .btn {
        font-size: 14px;
    }

    .margin-value h4 {
        font-size: 15px;
    }

    .margin-value p {
        font-size: 24px;
    }

    .span-table thead tr th,
    .span-table tbody tr td {
        font-size: 15px;
        white-space: nowrap;
    }

    .span-form-panel .btn {
        margin-right: 0;
        width: 100%;
    }

    .width-20,
    .width-25,
    .width-15 {
        padding: 0 5px;
    }

    .form-radio {
        width: 48%;
    }

    .span-options .nav-tabs>li.active>a::after {
        width: 15px;
        height: 15px;
        left: 46%;
        right: 0;
        bottom: -6px;
    }

    .span-options {
        margin-top: 0rem;
    }

    /* Brokerage Calculator */
    .brk-table {
        margin: 0 3px;
        margin-top: 20px;
        width: 49%;
    }

    .brk-table-content .form-group label,
    .brk-table-content .form-radio label {
        font-size: 15px;
    }

    .main-brokerage-tble table tbody tr:last-child td {
        font-size: 16px;
    }

    .table-note p {
        font-size: 13px;
    }

    .brk-table h4 {
        font-size: 16px;
    }

    .brk-table-content .form-group {
        margin-bottom: 0;
    }

    .brk-table-content .form-radio {
        margin: 10px auto 15px;
    }

    .options-sc-panel .form-radio {
        margin-top: 25px;
        margin-bottom: 0;
    }

    /* Brokerage Calculator */
}

@media(min-width:576px) and (max-width:767.90px) {
    .calclator-head {
        font-size: 20px;
    }

    .span-options .nav-tabs li a {
        font-size: 15px;
    }

    .span-form-panel label,
    .span-form-panel .form-group select,
    .span-form-panel .form-group input,
    .form-control option,
    .form-control input,
    .span-form-panel .btn {
        font-size: 14px;
    }

    .span-form-panel {
        padding: 10px 7px 20px;
    }

    .margin-value h4 {
        font-size: 13px;
    }

    .margin-value p {
        font-size: 20px;
    }

    .span-table thead tr th,
    .span-table tbody tr td {
        font-size: 14px;
        white-space: nowrap;
    }

    .span-form-panel .btn {
        margin-right: 0;
        width: 100%;
    }

    .width-20,
    .width-25,
    .width-15 {
        padding: 0 5px;
    }

    .form-radio {
        width: 48%;
    }

    .span-options .nav-tabs>li.active>a::after {
        width: 15px;
        height: 15px;
        left: 46%;
        right: 0;
        bottom: -6px;
    }

    .margin-value {
        padding-left: 7%;
    }

    .form-radio input[type="radio"]:checked+label,
    .form-radio input[type="radio"]:not(:checked)+label {
        padding-left: 22px;
    }

    .span-form-panel .form-group::after {
        right: 6px;
        top: 45%;
        font-size: 21px;
    }

    .span-form-panel .form-group select,
    .span-form-panel .form-group input {
        padding: 0px 20px 0 7px;
    }

    .span-options {
        margin-top: 0rem;
    }

    /* Brokerage Calculator */
    .brk-table {
        margin: 0 3px;
        margin-top: 20px;
        width: 49%;
    }

    .brk-table-content .form-group label,
    .brk-table-content .form-radio label {
        font-size: 14px;
    }

    .main-brokerage-tble table tbody tr:last-child td {
        font-size: 15px;
    }

    .table-note p {
        font-size: 13px;
    }

    .brk-table h4 {
        font-size: 15px;
        padding: 12px 15px;
    }

    .brk-table-content .form-group {
        margin-bottom: 0;
    }

    .brk-table-content .form-radio {
        margin: 10px auto 15px;
    }

    .options-sc-panel .form-radio {
        margin-top: 25px;
        margin-bottom: 0;
    }

    .brk-table:nth-child(3) {
        margin-top: 0;
        margin-left: 0;
    }

    .brk-table:nth-child(4) {
        margin-top: 0;
        margin-right: 0;
    }

    .main-brokerage-tble {
        border: none;
    }

    .brk-table-content .form-group input {
        font-size: 15px;
    }

    /* Brokerage Calculator */
}

@media(min-width:481px) and (max-width:575.90px) {
    .calclator-head {
        font-size: 20px;
    }

    .span-options .nav-tabs li a {
        font-size: 15px;
    }

    .span-form-panel label,
    .span-form-panel .form-group select,
    .span-form-panel .form-group input,
    .form-control option,
    .form-control input,
    .span-form-panel .btn {
        font-size: 14px;
    }

    .span-form-panel {
        padding: 10px 7px 20px;
    }

    .margin-value h4 {
        font-size: 13px;
    }

    .margin-value p {
        font-size: 18px;
    }

    .span-table thead tr th,
    .span-table tbody tr td {
        font-size: 14px;
        white-space: nowrap;
    }

    .span-form-panel .btn {
        margin-right: 0;
        width: 100%;
    }

    .width-20,
    .width-25,
    .width-15 {
        padding: 0 3px;
    }

    .form-radio {
        width: 48%;
    }

    .span-options .nav-tabs>li.active>a::after {
        width: 15px;
        height: 15px;
        left: 46%;
        right: 0;
        bottom: -6px;
    }

    .margin-value {
        padding-left: 3%;
    }

    .form-radio input[type="radio"]:checked+label,
    .form-radio input[type="radio"]:not(:checked)+label {
        padding-left: 20px;
    }

    .span-form-panel .form-group::after {
        right: 6px;
        top: 45%;
        font-size: 21px;
    }

    .span-form-panel .form-group select,
    .span-form-panel .form-group input {
        padding: 0px 20px 0 7px;
    }

    .span-options {
        margin-top: 0rem;
    }

    /* Brokerage Calculator */
    .brk-table {
        margin: 0 3px;
        margin-top: 20px;
        width: 49%;
    }

    .brk-table-content .form-group label,
    .brk-table-content .form-radio label {
        font-size: 14px;
    }

    .main-brokerage-tble table tbody tr:last-child td {
        font-size: 15px;
    }

    .table-note p {
        font-size: 13px;
    }

    .brk-table h4 {
        font-size: 15px;
        padding: 12px 15px;
    }

    .brk-table-content .form-group {
        margin-bottom: 0;
    }

    .brk-table-content .form-radio {
        margin: 10px auto 15px;
    }

    .options-sc-panel .form-radio {
        margin-top: 25px;
        margin-bottom: 0;
    }

    .brk-table:nth-child(3) {
        margin-top: 0;
        margin-left: 0;
    }

    .brk-table:nth-child(4) {
        margin-top: 0;
        margin-right: 0;
    }

    .main-brokerage-tble {
        border: none;
    }

    .brk-table-content .form-group input {
        font-size: 15px;
    }

    .span-form-panel .mb-width:nth-child(1),
    .span-form-panel .mb-width:nth-child(2),
    .span-form-panel .mb-width:nth-child(3) {
        width: 33.33%;
    }

    .span-form-panel .mb-width:nth-child(4),
    .span-form-panel .mb-width:last-child {
        width: 50%;
    }

    /* Brokerage Calculator */
}


@media(min-width:360px) and (max-width:480.90px) {
    .calclator-head {
        font-size: 18px;
    }

    .span-options .nav-tabs li a {
        font-size: 13px;
    }

    .span-form-panel label,
    .span-form-panel .form-group select,
    .span-form-panel .form-group input,
    .form-control option,
    .form-control input,
    .span-form-panel .btn {
        font-size: 14px;
    }

    .span-form-panel {
        padding: 10px 7px 20px;
    }

    .margin-value h4 {
        font-size: 13px;
        min-height: 30px;
    }

    .margin-value p {
        font-size: 16px;
    }

    .span-table thead tr th,
    .span-table tbody tr td {
        font-size: 13px;
        white-space: nowrap;
    }

    .span-form-panel .btn {
        margin-right: 0;
        width: 100%;
    }

    .width-20,
    .width-25,
    .width-15 {
        padding: 0 5px;
    }

    .form-radio {
        width: 48%;
    }

    .span-options .nav-tabs>li.active>a::after {
        width: 15px;
        height: 15px;
        left: 46%;
        right: 0;
        bottom: -6px;
    }

    .margin-value {
        padding: 0 12px;
    }

    .form-radio input[type="radio"]:checked+label,
    .form-radio input[type="radio"]:not(:checked)+label {
        padding-left: 22px;
    }

    .span-form-panel .form-group::after {
        right: 6px;
        top: 45%;
        font-size: 21px;
    }

    .span-form-panel .form-group select,
    .span-form-panel .form-group input {
        padding: 0px 20px 0 7px;
    }

    .span-form-panel .mb-width:nth-child(1),
    .span-form-panel .mb-width:nth-child(2),
    .span-form-panel .mb-width:nth-child(3) {
        width: 33.33%;
    }

    .span-form-panel .mb-width:nth-child(4),
    .span-form-panel .mb-width:last-child {
        width: 50%;
    }

    .width-15.mb-width {
        padding-top: 24px;
    }

    .span-form-panel .form-group {
        margin-bottom: 7px;
    }

    .span-options {
        margin-top: 0rem;
    }

    .span-options .nav-tabs>li {
        margin: 0px 0 10px;
        width: 48% !important;
    }

    .calclator-head {
        margin: 1rem 0;
    }

    /* Brokerage Calculator */
    .brk-table {
        margin: 0px;
        margin-top: 10px;
        width: 100%;
    }

    .brk-table-content .form-group label,
    .brk-table-content .form-radio label {
        font-size: 14px;
    }

    .main-brokerage-tble table tbody tr:last-child td {
        font-size: 14px;
    }

    .table-note p {
        font-size: 12px;
    }

    .brk-table h4 {
        font-size: 15px;
        padding: 12px 15px;
    }



    .brk-table-content .form-radio {
        margin: 10px auto 15px;
    }

    .options-sc-panel .form-radio {
        margin-top: 25px;
        margin-bottom: 0;
    }

    .brk-table:nth-child(3) {
        margin-top: 0;
        margin-left: 0;
    }

    .brk-table:nth-child(4) {
        margin-top: 0;
        margin-right: 0;
    }

    .brk-table-content .form-group {
        float: none;
    }

    .main-brokerage-tble {
        border: none;
    }

    .main-brokerage-tble table tbody tr td {
        font-size: 13px;
    }

    .brk-table-content .form-group input {
        font-size: 14px;
    }
    .commo-inp-opt-width {
        width: 74% !important;
    }
    .commo-inp-fut-width{
        width: 74% !important;
    }
    .commo-inp-fut-width select{
        border-bottom: 1px solid #919191 !important;
    }
    .commo-inp-opt-width select{
        border-bottom: 1px solid #919191 !important;
    }
    .FutTable{
        margin-top: 80px !important;
    }
    /* Brokerage Calculator */
}

@media(min-width:320px) and (max-width:359.90px) {
    .calclator-head {
        font-size: 18px;
    }

    .calclator-head {
        margin: 1rem 0;
    }

    .span-options .nav-tabs li a {
        font-size: 13px;
    }

    .span-form-panel label,
    .span-form-panel .form-group select,
    .span-form-panel .form-group input,
    .form-control option,
    .form-control input,
    .span-form-panel .btn {
        font-size: 14px;
    }

    .span-form-panel {
        padding: 10px 7px 20px;
    }

    .margin-value h4 {
        font-size: 13px;
        min-height: 30px;
    }

    .margin-value p {
        font-size: 16px;
    }

    .span-table thead tr th,
    .span-table tbody tr td {
        font-size: 13px;
        white-space: nowrap;
    }

    .span-form-panel .btn {
        margin-right: 0;
        width: 100%;
    }

    .width-20,
    .width-25,
    .width-15 {
        padding: 0 5px;
    }

    .form-radio {
        width: 48%;
    }

    .span-options .nav-tabs>li.active>a::after {
        width: 15px;
        height: 15px;
        left: 46%;
        right: 0;
        bottom: -6px;
    }

    .margin-value {
        padding: 0 5px;
    }

    .form-radio input[type="radio"]:checked+label,
    .form-radio input[type="radio"]:not(:checked)+label {
        padding-left: 22px;
    }

    .span-form-panel .form-group::after {
        right: 6px;
        top: 45%;
        font-size: 21px;
    }

    .span-form-panel .form-group select,
    .span-form-panel .form-group input {
        padding: 0px 20px 0 7px;
    }

    .span-form-panel .mb-width:nth-child(1),
    .span-form-panel .mb-width:nth-child(2),
    .span-form-panel .mb-width:nth-child(3) {
        width: 33.33%;
    }

    .span-form-panel .mb-width:nth-child(4),
    .span-form-panel .mb-width:last-child {
        width: 50%;
    }

    .width-15.mb-width {
        padding-top: 24px;
    }

    .span-options .nav>li>a {
        padding: 10px 12px;
    }

    .span-form-panel .form-group {
        margin-bottom: 7px;
    }

    .span-options {
        margin-top: 1rem;
    }

    .span-options .nav-tabs>li {
        margin: 0px 1px 10px;
    }

    /* Brokerage Calculator */
    .brk-table {
        margin: 0px;
        margin-top: 10px;
        width: 100%;
    }

    .brk-table-content .form-group label,
    .brk-table-content .form-radio label {
        font-size: 14px;
    }

    .main-brokerage-tble table tbody tr:last-child td {
        font-size: 14px;
    }

    .table-note p {
        font-size: 12px;
    }

    .brk-table h4 {
        font-size: 15px;
        padding: 12px 15px;
    }

    .brk-table-content .form-group {
        margin-bottom: 0;
    }

    .brk-table-content .form-radio {
        margin: 10px auto 15px;
    }

    .options-sc-panel .form-radio {
        margin-top: 25px;
        margin-bottom: 0;
    }

    .brk-table:nth-child(3) {
        margin-top: 0;
        margin-left: 0;
    }

    .brk-table:nth-child(4) {
        margin-top: 0;
        margin-right: 0;
    }

    .main-brokerage-tble {
        border: none;
    }

    .main-brokerage-tble table tbody tr td {
        font-size: 13px;
    }

    .brk-table-content .form-group input {
        font-size: 14px;
    }

    /* Brokerage Calculator */
}

/*Sandeep*/
#commodity-text {
    font-weight: 600 !important;
}

.table-currency thead tr th {
    font-size: .875rem;
    color: #fff !important;
    background-color: #0c69a4;
    font-weight: 400;
}

.currency-table-parent {
    padding: 50px 20px;
}

.commodity-card {
    text-align: center;
    padding: 15px 30px;
    margin-top: 0em;
}

.six {
    width: 100%;
    color: #000;
}

.column:first-child,
.columns:first-child {
    margin-left: 0;
}

.three {
    flex-basis: 22%;
    width: 22%;
}

.columns,
.column {
    box-sizing: border-box;
    flex: 0 1 auto;
}

.commodity-card .units p span {
    font-size: .875rem;
    color: #666;
    padding-left: 10px;
}

.commodity-card .units p span {
    font-size: .875rem;
    color: #666;
    padding-left: 10px;
}

.card-footer {
    padding: 0 30px;
}

.commodity-card .change-value p {
    font-size: 1.5rem;
    color: #387ed1;
    margin-bottom: 20px;
    margin-top: 5px;
}

.cure-width49 {
    width: 49% !important;
}

.curr-inp-width {
    width: 24.30% !important;
}

.commo-inp-fut-width {
    width: 25% !important;
}

.commo-inp-opt-width {
    width: 20% !important;
}

.cls-widt49 {
    width: 49% !important;
}