@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');

body {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    overflow-x: hidden;
}

a.active,
a:focus,
button:focus,
button.active {
    outline: none;
}

a:focus,
a:hover,
a:active {
    outline: 0;
    box-shadow: 0;
}

a:focus,
a:hover {
    text-decoration: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
    margin-top: 0;
}

a,
button {
    text-decoration: none;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}

a:hover {
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

p {
    margin: 0;
    color: var(--thm-blue3);
    font-weight: 400;
    line-height: 1.4;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
}

:root {

    --thm-sky: #00c4ca;
    --thm-sky2: #d1f2f7;
    --thm-sky3: #fef3cb;
    --thm-sky4: #58d1d5;
    --thm-sky5: #e9fafb;
    --thm-sky6: #00c4ca;
    --thm-pink: #f5bf3c;
    --thm-pink2: #ea1d60;
    --thm-blue: #1e2329;
    --thm-blue2: #111d2f;
    --thm-blue3: #3d4459;
    --thm-blue4: #1f2f47;
    --thm-blue5: #36afe5;
    --thm-yellow: #ffe688;
    --thm-pblack: #000000;
    --thm-black: #19121a;
    --thm-black2: #0a111c;
    --thm-black3: #282828;
    --thm-black4: #12161c;
    --thm-black5: #3b3b3b;
    --thm-black6: #0b0e11;
    --thm-black7: #707a8a;
    --thm-black8: #1e2329;
    --thm-default: #ffffff;
    --thm-gray: #909aa8;
    --thm-gray2: #f6f6f6;
    --thm-gray3: #f0f0f0;
    --thm-gray4: #ebebeb;
    --thm-gray5: #999999;
    --thm-gray6: #e1e1e1;
    --thm-gray7: #f4f6f7;
    --thm-gray8: #777777;
    --thm-gray9: #747070;
    --thm-gray10: #707a8a;
    --thm-green: #42ad4d;

}


h1 {
    font-size: 36px;
}

h2 {
    font-size: 48px;
}

h3 {
    font-size: 36px;
}

h4 {
    font-size: 32px;
}

h5 {
    font-size: 24px;
}

h6 {
    font-size: 20px;
}

.ch1 {
    font-size: 80px;
}

.t1 {
    font-size: 22px;
}

.t2 {
    font-size: 16px;
}

.t3 {
    font-size: 14px;
}

.t4 {
    font-size: 13px;
}

.t5 {
    font-size: 15px;
}

.t6 {
    font-size: 18px;
}

.btn1 {
    font-size: 18px;
}

.btn2 {
    font-size: 16px;
}

.btn3 {
    font-size: 13px;
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

[type=search]::-webkit-search-decoration,
input,button,.btn {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}

section {
    position: relative;
}

.whitebtn {
    border: 1px solid var(--thm-pink);
    background-color: transparent;
    color: var(--thm-pink);
}

.whitebtn:hover {
    border: 1px solid var(--thm-pink);
    background-color: var(--thm-pink);
    color: var(--thm-black4);
}

.pinkbtn {
    border: 1px solid var(--thm-pink);
    background-color: var(--thm-pink);
    color: var(--thm-black4);
    font-weight: bold;
}

.pinkbtn:hover {
    border: 1px solid var(--thm-pink);
    background-color: transparent;
    color: var(--thm-pink);
}


/* ========== Custom CSS ========== */

.header-section {
    background-color: var(--thm-black4);
}

.toplinks ul li a {
    color: var(--thm-gray);
    font-size: 13px;
}

.toplinks ul .nvlink {
    display: flex;
    align-items: center;
}

.dropdownmenu.nvlink ul {
    display: none;
}

.toplinks ul .nvlink+.nvlink {
    margin-left: 22px;
}

.toplinks ul .nvlink {
    display: block;
    align-items: center;
    float: left;
}

.toplinks .nav-link.dropdown-toggle {
    padding: 0;
}

.toplinks .dropdown-item {
    padding: .25rem 1rem;
}

.toplinks .dropdown-menu {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.dropdownmenu.nvlink .droplink:after {
    content: '\f0d7';
    font-family: 'FontAwesome';
    color: var(--thm-gray);
    margin-left: 5px;
}

.logbtns .btn {
    padding: 5px 2px;
    width: 100px;
    font-weight: bold;
}

.header-section .brder {
    height: 8px;
    display: block;
    background-color: var(--thm-black5);
    margin-bottom: 0px;
}

.logbtns {
    float: right;
}

.logbtns .btn+.btn {
    margin-left: 10px;
}

.toplinks {
    padding: 9px 0;
    float: right;
    position: relative;
}

.toplinks:before {
    content: '';
    width: 39%;
    height: .1px;
    display: block;
    position: absolute;
    right: 102%;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--thm-gray);
}

.owl-carousel .owl-stage {
    display: flex;
}

.owl-carousel .owl-item {
    display: flex;
    flex: 1 0 auto;
}

.owl-carousel.owl-drag .owl-item .item {
    align-items: stretch;
    display: flex;
}

/* ====== Navbar section ====== */

.navbar-section .navbar-nav li .nav-link {
    color: var(--thm-default);
}
.navbar-section .navbar-nav li .nav-link:hover{
    color: var(--thm-pink);
}

/* ====== Mobile Menu ======= */

.header-section.active .mobilemenu,
.mobilemenu {
    transition: all .3s ease-in-out;
    -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;
}

.header-section.active .mobilemenu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    background-color: rgb(5 5 5/70%);
}

.navsect ul li a {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 10px 15px 20px;
    position: relative;
}

.navsect ul li a:hover,
.navsect ul li.nvitem.active a.nvlink {
    background-color: #272a2f;
    color: var(--thm-default);
}

.navsect ul li a:hover img,
.navsect ul li.nvitem.active a.nvlink img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

.navsect ul li a:hover i,
.navsect ul li.nvitem.active a.nvlink i {
    color: var(--thm-default);
}

.navsect ul li a img {
    height: 18px;
    margin-top: -1px;
    float: left;
    margin-right: 10px;
    transition: all .3s ease-in-out;
    -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;

}

.navsect ul li a i {
    font-size: 10px;
    text-transform: initial;
    font-weight: 400;
    color: var(--thm-blue);
    display: block;
    font-style: normal;
    margin-top: 5px;
    transition: all .3s ease-in-out;
    -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;
}

.navsect ul li a span {
    line-height: 1.2;
}

.mobilemenu .navsect {
    display: block;
    width: 270px;
    background-color: #1e2126;
    position: fixed;
    top: 0;
    bottom: 0;
    left: -270px;
    height: 100%;
    z-index: 100;
    overflow-y: auto;
    overflow-x: hidden;
    transition: all .3s ease-in-out;
    -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;
}

.header-section.active .mobilemenu .navsect {
    left: 0;
    transition: all .3s ease-in-out;
    -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;
}

.mobilemenu .navsect::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.mobilemenu .navsect::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.mobilemenu .navsect::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #ddd;
}

.navsect ul li a span {
    overflow: hidden;
    display: block;
}

.navsect ul li.nvitem {
    border-bottom: 1px solid #272a2f;
}

.navsect ul li ul {
    display: none;
}

.navsect ul li ul li a {
    padding-left: 48px;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px solid #272a2f;
    padding-top: 13px;
    padding-bottom: 13px;
}

.mobilemenu .logbnts a {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    padding: 10px 5px;
    border: 1px solid #1e2126;
}

.mobilemenu .logbnts a:hover {
    background-color: var(--thm-default);
    color: var(--thm-pink);
    border-color: #1e2126;
}

.mobilemenu .logbnts a+a {
    margin-top: 10px;
}

.mobilemenu .logbnts {
    padding: 30px;
}

.navsect ul li .nvlink:after {
    content: '\f105';
    font-family: FontAwesome;
}

.navsect ul li .nvlink:after {
    content: '\f105';
    font-family: FontAwesome;
    font-size: 22px;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
   color: var(--thm-pink);
}

.navsect ul li ul li a {
    text-transform: initial;
}

.navsect ul li.nvitem.active .nvlink:after {

    font-size: 22px;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%) rotate(90deg);
    -webkit-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    -o-transform: translateY(-50%) rotate(90deg);
}



span.closidebar {
    width: 25px;
    height: 25px;
    background-color: var(--thm-pink);
    text-align: center;
    line-height: 25px;
    border-radius: 0;
    color: var(--thm-default);;
    font-size: 16px;
    z-index: 1;
    cursor: pointer;
    display: block;
    float: right;
}

.header-section.active {
    z-index: 100000;
}

body.myclass {
    overflow: hidden;
}


/* ====== Banner section ======= */

.py75 {
    padding-top: 65px;
    padding-bottom: 75px;
}

.bannersection {
    background: var(--thm-black6) url('../img/buildings-JLE8S7X.png');
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
}

.bannerbx h1 {
    font-weight: bold;
    color: var(--thm-default);
}

.bannerbx h1 span {
    color: var(--thm-pink);
    border-bottom: 1px dashed;
}

.bannerbx p {
    max-width: 520px;
    width: 100%;
    margin: 30px 0;
    color: var(--thm-black7);
}

.accbtns .btn.whitebtn,
.accbtns .btn.pinkbtn:hover {
    background-color: transparent;
}

.accbtns .btn.whitebtn:hover {
    background-color: var(--thm-pink);
}

.accbtns .btn {
    font-weight: bold;
    border-radius: 8px;
    padding: 14px 5px;
    max-width: 247px;
    width: 100%;
    line-height: 1;
}

.accbtns .btn.whitebtn span {
    padding-right: 17px;
    position: relative;
}

.accbtns .btn i {
    font-size: 25px;
    position: absolute;
    top: 48%;
    right: 0;
    transform: translateY(-50%);
}

.accbtns {
    display: flex;
    align-items: center;
}

.accbtns .btn+.btn {
    margin-left: 10px;
}

/* ========== Features section ============ */

.featuresection {
    background-color: var(--thm-default);
    text-align: center;
}

.headingbox h2 {
    color: #1e2329;
    font-weight: bold;
    margin-bottom: 35px;
}

.headingbox p {
    font-weight: bold;
    color: #707a8a;
}

.featbox img {
    height: 130px;
    object-fit: cover;
}

.featbox h4 {
    color: var(--thm-blue);
    font-weight: 400;
    margin: 40px 0 15px;
}

.featbox p {
    max-width: 294px;
    width: 100%;
    display: table;
    margin: 0 auto;
    color: var(--thm-blue3);
    line-height: 1.2;
}

.featbox {
    margin: 35px 0 40px;
}

.blbtn .btn {
    font-weight: bold;
    border-radius: 8px;
    padding: 14px 5px;
    max-width: 200px;
    width: 100%;
    background-color: var(--thm-pink);
    color: var(--thm-black4);
    line-height: 1;
    position: relative;
    z-index: 1;
}

.blbtn .btn:hover {
    background-color: var(--thm-black4);
    color: var(--thm-pink);
}

.blbtn {
    position: relative;
    overflow: hidden;
    margin-top: 20px;
}

.blbtn:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    background-color: var(--thm-gray4);
    top: 50%;
    transform: translateY(-50%);
    height: .1px;
}

/* ======= Need section ====== */
.pb75 {
    padding-bottom: 75px;
}

.needsection {
    background-color: var(--thm-default);
}

.needsteps .needstep {
    text-align: left;
}

.needsteps h6 {
    font-weight: bold;
    color: var(--thm-blue);
    margin-bottom: 5px;
}

.needsteps p {
    color: var(--thm-blue3);
    line-height: 1.3;
}

.needsteps .needstep {
    background-color: var(--thm-gray2);
    padding: 30px 34px;
    counter-increment: custom-counter;
    position: relative;
}

.needsteps .needstep+.needstep {
    margin-top: 25px;
}

.needsteps {
    padding-top: 55px;
}

.needsteps .needstep:before {
    content: counter(custom-counter);
    color: var(--thm-pink);
    font-size: 48px;
    font-weight: bold;
    position: absolute;
    right: 94%;
    bottom: 87%;
}

.needsection .brder {
    height: 1px;
    background-color: var(--thm-gray4);
    margin-top: 75px;
}


/* ======= Trading section ======== */

.tradebox img {
    height: 135px;
    object-fit: cover;
}

.tradebox h6 {
    font-weight: bold;
    display: table;
    align-items: center;
    color: var(--thm-black5);
    text-align: left;
    margin: 50px auto 0;
    position: relative;
    padding-left: 45px;
}

.tradebox h6 span {
    font-size: 48px;
    color: var(--thm-pink);
    position: absolute;
    left: 0;
    top: -3px;
    width: 44px;
    text-align: center;
    display: block;
}

.tradebox {
    margin-top: 70px;
}

/* ====== Price section ======== */

.pricesection {
    background-color: #0b0e11;
}

.pricesection .headingbox h2 {
    color: var(--thm-pink);
}

.pricesection .headingbox p{
    color: var(--thm-default);
}

.pricesection .pricebox {
    background-color: var(--thm-default);
    margin-top: 75px;
    position: relative;
    padding-bottom: 108px;
}

.pricebox.prblue {
    background-color: var(--thm-sky3);
}

.pricebox .prbtns {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.pricesection .row {
    margin-left: -7px;
    margin-right: -7px;
}

.pricesection [class*='col-'] {
    padding-left: 7px;
    padding-right: 7px;
}

.pricesection .disc {
    border-radius: 10px;
    background-color: var(--thm-pink);
    width: 118px;
    height: 32px;
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    line-height: 32px;
    color: var(--thm-black6);
    font-weight: bold;
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
}

.pricehead {
    padding: 35px 20px 20px;
}

.trailbx {
    border-radius: 15px;
    background-color: var(--thm-black5);
    width: 220px;
    height: 31px;
    font-size: 18px;
    color: var(--thm-default);
    text-transform: uppercase;
    display: block;
    font-weight: bold;
    text-align: center;
    line-height: 31px;
    display: table;
    margin: 0 auto;
}

.pricesection .perbox {
    font-size: 24px;
    font-weight: bold;
    color: var(--thm-black6);
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin-top: 10px;
}

.pricebox h2 {
    font-weight: 400;
    text-align: center;
    margin: 20px 0;
}

.pricebox h2 span {
    font-size: 73px;
}

.pricebox p {
    color: var(--thm-black);
    line-height: 1.3;
}

.pricesection .col-lg-3 {
    display: flex;
    align-items: stretch;
}

.pricebox p+p {
    margin-top: 15px;
    line-height: 1.2;
}

.pricebox ul li {
    padding: 10px 5px 10px 30px;
    display: block;
    border-top: 1px solid var(--thm-gray4);
}

.pricebox ul li:last-child {
    border-bottom: 1px solid var(--thm-gray4);
}

.pricebox .pinkbtn {
    max-width: 175px;
    width: 100%;
    font-weight: bold;
    border-radius: 8px;
    padding: 14px 5px;
    line-height: 1;
    display: table;
    margin: 25px auto 7px;
}

.pricebox .fullplan {
    color: var(--thm-sky);
    font-weight: 400;
    display: table;
    margin: 0 auto;
    padding-bottom: 15px;
}

/* ===== What is trading section  ======== */

.whatradesection {
    background-color: var(--thm-gray2);
}

.whatradesection h2 {
    text-align: center;
}

.whatradesection .row {
    margin-left: -7px;
    margin-right: -7px;
}

.whatradesection [class*='col-'] {
    padding-left: 7px;
    padding-right: 7px;
}

.trdbox {
    background-color: var(--thm-black5);
    padding: 20px 20px 20px 40px;
    border-radius: 8px;
    margin: 7px 0;
}

.trdbox p {
    color: var(--thm-default);
    font-weight: bold;
}

.whatradesection .col-lg-4 {
    display: flex;
    align-items: stretch;
}

.whatradesection .col-lg-12 p {
    max-width: 880px;
    width: 100%;
    text-align: center;
    color: var(--thm-black);
    margin: 40px auto 0;
    display: table;
    font-weight: bold;
}

/* ======= Try Demo section  ======== */

.trydemosection {
    background: var(--thm-black8) url('../img/try-demo.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
}

.trydemosection .headingbox p {
    font-weight: 400;
    color: var(--thm-gray10);
    max-width: 500px;
    width: 100%;
    line-height: 2;
    margin: 30px 0;
}

.trydemosection .headingbox h2 {
    margin-bottom: 0;
    font-size: 32px;
    color: var(--thm-default);
}

.trydemosection .pinkbtn {
    max-width: 175px;
    width: 100%;
    font-weight: bold;
    border-radius: 8px;
    padding: 14px 5px;
    line-height: 1;
}

/* ==================================================
                    Why Signal Page
=====================================================*/

.whysignalbanner {
    background: linear-gradient(180deg, var(--thm-black5) 9%, var(--thm-black6) 84%);
}

.whysignalbanner .headingbox {
    text-align: center;
    padding-bottom: 10px;
}

.whysignalbanner .headingbox h2 {
    color: var(--thm-pink);
    margin-bottom: 25px;
}

.whysignalbanner .headingbox p {
    color: var(--thm-default);
}

.whybox h6 {
    color: var(--thm-default);
    font-weight: bold;
    display: flex;
}

.whybox h6 span {

    color: var(--thm-pink);
    margin-right: 5px;
    flex: 0 0 auto;
}

.whybox p {
    color: var(--thm-default);
    margin-top: 5px;
    max-width: 468px;
    width: 100%;
}

.whybox {
    display: flex;
    align-items: center;
    margin-top: 40px;
}

.whybox .whyimg {
    flex: 0 0 auto;
    margin-right: 20px;
}

/* ======= Different features section  ======= */

.py65 {
    padding-top: 65px;
    padding-bottom: 65px;
}

.diffeaturesection {
    background-color: var(--thm-gray2);
}

.diffeaturesection h6 {
    color: var(--thm-blue);
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.diffeaturesection ul {
    padding-left: 30px;
}

.diffeaturesection ul li {
    color: var(--thm-blue);
    position: relative;
    padding-left: 30px;
}

.diffeaturesection ul li+li {
    margin-top: 14px;
}

.diffeaturesection ul li::before {
    content: '';
    width: 18px;
    height: 18px;
    background: url('../img/checkicon.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: block;
    position: absolute;
    left: 0;
}

.select2-container--bootstrap {
    display: block;
    width: 100% !important;
}

.diffeaturesection .pinkbtn {
    margin-left: 30px;
    margin-top: 40px;
    font-weight: bold;
    max-width: 245px;
    width: 100%;
    line-height: 1;
    padding: 14px 5px;
    border-radius: 8px;

}

.diffeaturesection .difimg {
    margin-top: -105px;
}

/* ======== Basic details section ============ */

.basicdsection .pinkbtn {
    margin-top: 40px;
    font-weight: bold;
    max-width: 245px;
    width: 100%;
    line-height: 1;
    padding: 14px 5px;
    border-radius: 8px;
}

.basicdsection h3 {
    font-weight: bold;
    color: var(--thm-blue);
    margin-bottom: 45px;
}

.basicdsection p {
    color: var(--thm-blue3);
}

.basicdsection .col-lg-6 p+p {
    margin-top: 30px;
}

.basicdsection.rightsec .col-lg-6 img {
    display: block;
    margin: 0 auto;
}

.separaterborder .brder {
    border: 1px solid var(--thm-gray4);
}

.basicdsection h2 {
    text-align: center;
}

.bgray {
    background-color: var(--thm-gray2);
}

/* ======== Easy Steps section ======= */

.easystepsection .headingbox h2 {
    font-size: 42px;
}

.estepbox h6 {
    font-size: 19px;
    font-weight: bold;
    margin: 15px 0 22px;
}

.estepbox {
    padding-top: 10px;
}

.estepbox p {
    max-width: 340px;
    width: 100%;
    display: table;
    margin: 0 auto;
    color: var(--thm-blue);
}

.easystepsection .border-x {
    border-right: 1px dashed var(--thm-pink);
    border-left: 1px dashed var(--thm-pink);
}

/* ============================================
              Pricing Table section
===============================================*/

.prctable {
    background-color: var(--thm-gray2);
}

.prctable .pricebox.prblue {
    border: 1px solid var(--thm-blue);
}

.selectplan {
    text-align: center;
}

.selectplanblock .plandetail {
    display: none;
}

.selectplanblock .plandetail.active {
    display: block;
}

.selectplan label strong {
    position: relative;
    top: 3px;
}

.selectplan .custom-radio label {
    cursor: pointer;
}

.prctable .col-lg-12 h5 a {
    color: var(--thm-blue);
    font-weight: bold;
    display: table;
    margin: 70px auto 0;
}

.prctable .col-lg-12 h5 a:hover {
    color: var(--thm-pink);
}

/* ========== Plan Features section ========= */

.planfeatures .headingbox h2 {
    margin-bottom: 0;
}

.planfeatures .pfeature h6 {
    text-align: center;
    font-weight: bold;
    color: var(--thm-blue);
}

.planfeatures .pfeature p {
    margin-top: 10px;
}

.planfeatures .pfeature {
    margin-top: 45px;
}

.planfeatures .pinkbtn.sf{
    max-width: 250px;
    width: 100%;
    margin: 50px auto 0;
}

.pricesection .accordion .card-header:after {
    font-family: 'FontAwesome';
    content: "\f106";
    position: absolute;
    left: 13px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 26px;
    color: var(--thm-black4);
}

.pricesection .accordion .card-header.collapsed:after {
    content: "\f107";
    position: absolute;
    left: 13px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 26px;
    color: var(--thm-black4);
}

.pricesection .mobbox .card-header {
    background-color: var(--thm-default) !important;
    position: relative;
    padding-left: 40px;
    cursor: pointer;

}

.pricesection .mobbox .card-header .card-title {
    font-size: 16px;
    font-weight: bold;
    color: var(--thm-black4);
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
}

.pricesection .mobbox .card-header .card-title span {
    font-size: 22px;
    font-weight: 400;
    color: var(--thm-black);

}

.pricesection .mobbox .card-header .card-title span i {
    font-style: normal;
    font-size: 12px;
}

.pricesection .mobbox .card {
    background-color: transparent;
}

.pricesection .mobbox .pricplan {
    background-color: var(--thm-default);
    margin-bottom: 10px;
}

/* ====== Features Comparison section ======= */

.fcomparison {
    background-color: var(--thm-gray2);
}

.fcomparison .headingbox h2 {
    text-align: center;
}

.featurestable .table thead th {
    border-color: transparent !important;
}

.featurestable .table tbody {
    background-color: var(--thm-default);
}

.featurestable table tbody tr:first-child td {
    border-top: 1px solid #dee2e6 !important;
}

.featurestable .table thead th {
    text-align: center;
}

.featurestable .table-bordered td {
    border: 1px solid #dee2e6 !important;
}

.featurestable .table-bordered {
    border: none !important;
}

.featurestable table thead tr th:first-child {
    vertical-align: bottom !important;
}

.featurestable .table thead th h6 strong {
    display: block;
    margin-bottom: 25px;
    color: var(--thm-blue);
}

.featurestable .table thead th h6 {
    color: var(--thm-blue);
    font-weight: 400;
}

.featurestable .table thead th h6 span {
    font-size: 40px;
}

.featurestable .table thead th h5 {
    color: var(--thm-blue);
    font-weight: 400;
    text-align: left;
}

.featurestable table tbody tr td:first-child {
    color: var(--thm-blue3);
    font-weight: 400;
}

.featurestable table thead tr th:first-child,
.featurestable table tbody tr td:first-child {
    width: 300px;
}

.featurestable table thead tr th,
.featurestable table tbody tr td {
    width: 208px;
    text-align: center;
}

.featurestable table tbody tr td:not(:first-child) {
    font-size: 25px;
    color: var(--thm-green);
}

.featurestable table tbody tr td .fa-minus {

    color: var(--thm-gray5);
}

.featurestable table tbody tr td:first-child span {
    width: 275px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}

.pinkbtn.sf {
    max-width: 175px;
    width: 100%;
    font-weight: bold;
    border-radius: 8px;
    padding: 14px 5px;
    line-height: 1;
    display: table;
}

.featurestable .pinkbtn {
    margin: 0 auto;
}

.featurestable tfoot td {
    border: none !important;
}

.tradingbxcont table tbody tr td:first-child strong {
    width: 95px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.tradingbxcont table thead tr th:first-child,
.tradingbxcont table tbody tr td:first-child {
    width: 95px;
}

.tradingbxcont table thead tr th,
.tradingbxcont table tbody tr td {
    width: 80px;
}

.tradingbxcont table tbody tr td span {
    width: 80px;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

table thead tr th,
table tbody tr td span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* ====== Common Question section ====== */

.commonquest h2 {
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 10px;
}

.commonquest .accordion .card-header:after {
    font-family: 'FontAwesome';
    content: "\f0d7";
    position: absolute;
    left: 0;
    font-size: 18px;
}

.commonquest .accordion .card-header.collapsed:after {
    content: "\f0da";
    position: absolute;
    left: 0;
    font-size: 18px;
}

.commonquest .card-header {
    background-color: var(--thm-default);
    border: none;
    padding-left: 20px;
    padding-right: 5px;
    cursor: pointer;
    position: relative;
}

.accordion .card,
.accordion .card-header {
    border: none;
}

.commonquest .card-title {
    font-weight: 600;
    color: var(--thm-blue);
    font-size: 18px;

}

.accordion .card-body {
    padding: 0;
}

.commonquest .card-body .comdetail {
    padding: 0px 20px 10px;
    font-weight: 400;
    color: var(--thm-black3);

}

/* ========= Got Question section  =-========= */

.gotquestion .headingbox h2 {
    margin-bottom: 25px;
}

.gotquestion .headingbox p {
    font-weight: 400;
    color: var(--thm-blue);
}

.gotquestion .headingbox p a {
    color: var(--thm-pink);
    font-weight: bold;
}

/* ======= FAQ section ========= */

.faqsection {
    background-color: var(--thm-gray2);
}

.faqsection .headingbox h2 {
    font-size: 32px;
    color: var(--thm-blue);
    margin-bottom: 25px;
}

.faqsection .accordion .card-header {
    background-color: var(--thm-default);
    padding-left: 15px;
    padding-right: 45px;
    margin-top: 10px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    position: relative;
    cursor: pointer;
}

.faqsection .accordion .card-header.collapsed {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.faqsection .accordion .card-header .card-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--thm-blue);
    position: relative;
    padding-left: 20px;
    display: block;
    margin-bottom: 0;
}

.faqsection .accordion .card-body .comdetail {
    padding: 5px 15px 15px;
}

.faqsection .accordion .card {
    background-color: var(--thm-gray2);
}

.faqsection .accordion .card-body {
    background-color: var(--thm-default);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.faqsection .comdetail p {
    font-size: 16px;
}

.faqsection .accordion .card-header:after {
    font-family: 'FontAwesome';
    content: "\f106";
    position: absolute;
    right: 15px;
    font-size: 37px;
    color: var(--thm-pink);
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.faqsection .accordion .card-header.collapsed:after {
    content: "\f107";
    position: absolute;
    right: 15px;
    font-size: 37px;
    color: var(--thm-pink);
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);

}

.faqsection .accordion .card-header .card-title span {
    color: var(--thm-pink);
    margin-right: 5px;
    position: absolute;
    left: 0;
}

.pinkbtn.te {
    max-width: 238px;
    width: 100%;
    font-weight: bold;
    border-radius: 8px;
    padding: 14px 5px;
    line-height: 1;
    display: table;
}

.faqsection .pinkbtn {
    margin: 0 auto;
}

/* ======================================
            Contact us page
=========================================*/

.contactsec {
    background-color: var(--thm-default);
    overflow: hidden;
}

.contactsec .headingbox h2 {
    margin-bottom: 27px;
}

.contactsec .contactleft p {
    color: var(--thm-blue);
    line-height: 1.5;
}

.contactsec .contactleft a {
    color: var(--thm-pink);
    font-weight: bold;
}

.contlft h6 {
    font-weight: bold;
    color: var(--thm-blue);
}

.contlft ul li {
    font-size: 16px;
    color: var(--thm-blue);
    margin-top: 5px;
    display: flex;
    align-items: center;
}

.contlft {
    margin-top: 25px;
}

.contlft ul li span {
    margin-right: 5px;
}

.contactsec .form-control {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    resize: none;
    font-size: 16px;
}

.contactsec .row .col-lg-6:first-child {
    background-color: var(--thm-gray2);
    position: relative;
    padding-right: 30px;
}

.contactsec .row .col-lg-6:first-child:before {
    content: '';
    background-color: var(--thm-gray2);
    position: absolute;
    width: 1000%;
    top: 0;
    bottom: 0;
    right: 100%;
}

.contactsec .row .col-lg-6:last-child {
    padding-left: 30px;
}

/* =========================================
                Login page 
============================================*/

.loginsec {
    position: relative;
    background-color: var(--thm-default);
}

.loginsec .loginbg {
    background: linear-gradient(180deg, var(--thm-black5) 9%, var(--thm-black6) 84%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    clip-path: polygon(0 0, 100% 0, 100% 74%, 0 89%);

}

.loginsec .headingbox {
    max-width: 525px;
    width: 100%;
}

.loginsec .headingbox h2 {
    color: var(--thm-pink);
    margin-bottom: 15px;
}

.loginsec .headingbox p {
    font-size: 24px;
    font-weight: 400;
    color: var(--thm-default);
    line-height: 1.5;
}

.pinkbtn.bluebtn {
    background-color: var(--thm-pink);
    border-color: var(--thm-pink);

}

.loginsec .headingbox .pinkbtn.bluebtn {
    max-width: 205px;
    margin-top: 30px;
}

.pinkbtn.bluebtn:hover {
    background-color: var(--thm-default);
    color: var(--thm-blue);
}

.loginsec .loginbox {
    max-width: 420px;
    width: 100%;
    display: block;
    margin: 0 auto;
    background-color: var(--thm-default);
    box-shadow: 0px 6px 16px 0px rgba(1, 1, 1, 0.46);
    padding: 18px 18px 35px;
}

.loginsec .loginbox h6 {
    color: var(--thm-blue);
    font-weight: bold;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 30px;
}

.loginsec .loginbox .form-control {
    font-size: 14px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.loginbox .inputpass {
    position: relative;
}

.loginbox .inputpass a {
    color: var(--thm-blue5);
    font-size: 12px;
    font-weight: 400;
    text-transform: capitalize;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.loginbox .forgotpsd {
    color: var(--thm-blue5);
    font-size: 12px;
    font-weight: 400;
    display: table;
    margin-left: auto;
    margin-top: -4px;
}

.loginsec .pinkbtn.sf {
    padding: 11px 5px;
}

.loginbox .pinkbtn {
    max-width: 100%;
    margin-top: 20px;
}

.notclientbox p {
    font-size: 12px;
    text-align: center;
    color: var(--thm-blue);
    padding-top: 5px;
}

.notclientbox p a {
    color: var(--thm-blue5);
}

.notclientbox span {
    font-size: 16px;
    color: var(--thm-blue);
    font-weight: bold;
    text-transform: capitalize;
    display: table;
    text-align: center;
    margin: 25px auto;
    background-color: var(--thm-default);
    position: relative;
    z-index: 1;
    width: 40px;
}

.notclientbox .seprat {
    position: relative;
}

.notclientbox .seprat:before {
    content: '';
    height: 1px;
    left: 0;
    right: 0;
    background-color: #e2e2e2;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.socialog a {
    display: block;
    border: 1px solid #e2e2e2;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: var(--thm-blue);
    border-radius: 8px;
    padding: 9px 5px;
    line-height: 1;
}

.socialog a img {
    height: 20px;
}

.socialog a span {
    position: relative;
    top: 2px;
    width: 190px;
    display: inline-block;
    text-align: left;
    padding-left: 7px;
}

.socialog a:hover {
    background-color: var(--thm-pink);
    color: var(--thm-blue);
}

.socialog a+a {
    margin-top: 15px;
}

.termslog {
    padding-top: 30px;
}

.termslog p {
    font-size: 12px;
    color: var(--thm-blue);
    line-height: 1.4;
}

.termslog p+p {
    margin-top: 15px;
}

.termslog p a {
    color: var(--thm-blue5);
}
.marketvaluesec table.table-hover tbody tr{
    cursor: pointer;
}
/* ====================================
                Sign Up Page
=======================================*/

.signupsec .loginbox h6 {
    font-weight: 400;
}

.select2-container--bootstrap .select2-selection--single {
    height: 35px;
    border-radius: 0;
    box-shadow: none;
}

.form-control::-webkit-input-placeholder {
    color: #cccccc;
}

.form-control::-moz-placeholder {
    color: #cccccc;
}

.form-control:-ms-input-placeholder {
    color: #cccccc;
}

.form-control:-moz-placeholder {
    color: #cccccc;
}

.signupsec .loginbox .custom-checkbox label span {
    color: var(--thm-black3);
    font-size: 12px;
    position: relative;
    top: 3px;
}

.signupsec .loginbox .custom-checkbox label a {
    color: var(--thm-pink);
}

.signupsec .loginbox p {
    color: var(--thm-black3);
    font-size: 12px;
    line-height: 1.5;
}

.loginsec .loginbox .form-group {
    margin-bottom: 20px;
}

.signupsec .loginbox {
    padding-bottom: 20px;
    position: relative;
    padding-left: 272px;
    max-width: 100%;
    transition: all .3s ease-in-out;
    -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;
}

.signupsec.loginsec .pinkbtn.sf {
    margin-top: 34px;
}

.signupwrap {
    position: relative;
    z-index: 100;
    background-color: #ffffff;
}

.signupsec .headingbox {
    height: 100%;
    position: relative;
}

.signupsec .paymthd {
    position: absolute;
    bottom: 10px;
    left: 0;
}

.signorder {
    background-color: #252a31;
    padding: 35px 10px 30px;
    text-align: center;
    max-width: 255px;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    transition: all .3s ease-in-out;
    -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;
}

.signupsec .signordox h6 {
    color: var(--thm-default);
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 0;
    border-bottom: none;
    text-transform: uppercase;
}

.signupsec .signordox h5 {
    color: var(--thm-pink);
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
}

.signupsec .signordox h4 {
    color: var(--thm-default);
    font-weight: bold;
    font-size: 26px;
    margin: 10px 0;
}

.signupsec .signordox p {
    color: var(--thm-default);
    font-size: 16px;
}

.signorder .pinkbtn {
    width: 100%;
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 0;
    padding: 4px 4px;
    background-color: var(--thm-pink);
    border-color: var(--thm-blue);
    color: var(--thm-blue);
}

.signorder .pinkbtn:hover {
    background-color: var(--thm-default) !important;
    color: var(--thm-pink);
}

.signorder ul {
    margin-top: 20px;
    padding-left: 15px;
}

.signorder ul li {
    font-size: 12px;
    color: #fff;
    text-align: left;
    position: relative;
    padding-left: 20px;
}

.signorder ul li:before {
    content: '\f05d';
    font-family: FontAwesome;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    color: var(--thm-pink);
}

.signorder ul li+li {
    margin-top: 15px;
}

span.togbtn {
    width: 40px;
    height: 40px;
    background-color: var(--thm-pink);
    display: block;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 30px;
    box-shadow: 0px 6px 16px 0px rgb(1 1 1 / 46%);
    position: absolute;
    left: -30px;
    top: 50%;
    z-index: 1;
    cursor: pointer;
    transform: translateY(-50%);
    color: var(--thm-blue);
    transition: all .3s ease-in-out;
    -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;
}

span.togbtn:hover {
    background-color: var(--thm-blue);
    color: var(--thm-pink);
}

.signupsec.active .loginbox .signorder {
    opacity: 0;
    transition: all .3s ease-in-out;
    -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;
}

.signupsec.active .loginbox {
    padding-bottom: 20px;
    padding-left: 18px;
    max-width: 420px;
    width: 100%;
}

.signupsec.active .loginbox .togbtn .fa-angle-right:before {
    content: "\f104";
}

/* =================================
            Privacy Policy Page
  ===================================*/

.whysignalbanner .headingbox h2 span {
    font-weight: 400;
}

.privacysec {
    background-color: var(--thm-gray2);
}

.privacyblk {
    background-color: var(--thm-default);
    padding: 70px 40px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    box-shadow:0px 0px 26px #ddd;
}

.privacyblk .privacybox p {
    color: var(--thm-blue3);
    line-height: 1.5;
}

.privacyblk .privacybox h6 {
    color: var(--thm-blue);
    font-weight: bold;
    margin-bottom: 7px;
}

.privacyblk .privacybox+.privacybox {
    margin-top: 30px;
}


/* =================================
            Performance Report Page
  ===================================*/

.sky5 {
    background-color: var(--thm-gray2);
}

.currencybox h3,
.cratebx h3 {
    font-size: 35px;
    color: var(--thm-black8);
    font-weight: bold;
}

.currencybox p {
    font-size: 16px;
    color: var(--thm-black8);
    font-weight: 400;
}

.curncybox {
    padding: 15px 5px;
    background-color: #fff;
    text-align: center;
}

.cratebx {
    border: 1px solid var(--thm-blue);
}

.cratebx .row .col-lg-2+.col-lg-2 {
    border-left: 1px solid var(--thm-blue);
}

.cratebx {
    display: inline-block;
    width: 100%;
}

.curncybox p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    margin-top: 5px;
}

.currencybox [class*='col-'] {
    margin-bottom: 40px;
}

.currencybox .col-lg-5 {
    text-align: right;
}

.curncybox.txtred h3 {
    color: #f5bf3c;
}

/* ======== Performance Report ========== */

.performatric .headingbox h5,
.mperformetric .headingbox h5 {
    color: var(--thm-black8);
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.pereportbx h6,
.overperformsec h6 {
    font-weight: bold;
    color: var(--thm-blue);
    text-transform: uppercase;
    padding: 15px;
}

.pereportbx ul li {
    padding: 8px 15px;
    font-size: 16px;
    color: var(--thm-blue);
    font-weight: 400;
    width: 100%;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pereportbx ul li:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05);
}

.pereportbx ul li span {
    width: 180px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pereport,
.pereportbx {
    background-color: var(--thm-default);
    border-radius: 8px;
    box-shadow: 0px 8px 46px 0px rgb(0 0 0 / 17%);
}

.pereport {
    padding-top: 12px;
    padding-bottom: 12px;
}

.highcharts-container {
    height: 358px;
}

.pt65 {
    padding-top: 65px;
}

.mperformetric table tbody tr td span,
.mperformetric table tbody tr td:first-child strong {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
}

.mperformetric table thead tr th,
.mperformetric table tbody tr td {
    width: 80px;
}

.mperformetric table thead tr th:first-child,
.mperformetric table tbody tr td:first-child {
    width: 95px;
}

.mperformetric table tbody tr td:first-child strong {
    width: 80px;
}

.mperformetric table tbody tr td span {
    width: 55px;
}

.marketinner {
    padding-bottom: 9px;
}

/* =================================
            Market Update Page
  ===================================*/

.marketvaluesec {
    background-color: var(--thm-gray2);
}

.marketvaluesec .headingbox h2,
.performsec .headingbox h2 {
    margin-bottom: 15px;
    text-align: center;
}

.marketvaluesec .headingbox p,
.performsec .headingbox p {
    color: var(--thm-blue3);
    line-height: 1.3;
    font-weight: 400;
    text-align: center;
}

.marketvaluesec .headingbox,
.performsec .headingbox {
    margin-bottom: 45px;
}

.marketable {
    box-shadow: 0px 0px 15px -5px #333;
    border-radius: 10px;
    background-color: var(--thm-default);
}

table {
    margin-bottom: 0 !important;
}

table thead tr th {
    font-size: 15px;
    color: var(--thm-blue3);
    text-transform: capitalize;
    font-weight: 400;
    vertical-align: middle !important;
    border: none !important;
    padding: 8px 10px !important;
    text-align: center;
}

table tbody tr td {
    font-size: 14px;
    color: var(--thm-blue3);
    text-transform: capitalize;
    font-weight: 400;
    vertical-align: middle !important;
    border: none !important;
    padding: 8px 10px !important;
    text-align: center;
}

table tbody tr td:first-child {
    font-size: 15px;
    text-transform: uppercase;
    text-align: left;

}

table thead tr th:first-child {
    font-size: 15px;
    text-align: left;
}

.upgreen {
    background-color: #8bddbf;
    padding: 2px 4px;
}

.downred {
    background-color: #e9969e;
    padding: 2px 4px;
}

.marketvaluesec table tbody tr td:first-child strong {
    width: 100px;
}

.marketvaluesec table tbody tr td span,
.marketvaluesec table tbody tr td:first-child strong {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
}

.marketvaluesec table thead tr th:first-child,
.marketvaluesec table tbody tr td:first-child {
    width: 120px;
}

.marketvaluesec table thead tr th:nth-child(2),
.marketvaluesec table tbody tr td:nth-child(2),
.marketvaluesec table tbody tr td:nth-child(2) span {
    width: 130px;
}

.marketvaluesec table thead tr th,
.marketvaluesec table tbody tr td {
    width: 95px;
}

.marketvaluesec table tbody tr td span {
    width: 80px;
}

.marketvaluesec .pinkbtn {
    display: table;
    margin: 30px auto 0;
    max-width: 203px;
}

.txtred {
    color: var(--thm-pink2);
}

/* ======================================================
            OVERALL PERFORMANCE STATISTICS Page
=========================================================*/

.overperformsec {
    background-color: var(--thm-default);
    text-align: center;
}

.overperformsec .headingbox h3 {
    margin-bottom: 35px;
    font-weight: bold;
    color: var(--thm-blue);
    text-transform: uppercase;
}

.overperformsec .pereportbx {
    box-shadow: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    padding-bottom: 9px;
}

.overperformsec .pmetric_s .pereportbx {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.overperformsec .pmetric_s {
    border-radius: 8px;
    box-shadow: 0px 8px 46px 0px rgb(0 0 0 / 17%);
}

.overperformsec .pereportbx ul li {
    text-align: left;
}

.pmetric_s .row .col-lg-6+.col-lg-6 {
    border-left: 1px solid var(--thm-gray5);
}

.overperformsec .pereportbx ul li strong {
    padding-right: 33px;
}

.txtgreen {
    color: var(--thm-green);
}


/* ======================================
        Trading Record section 
=========================================*/
.tradingrecordsec {
    background-color: var(--thm-default);
}

.pb65 {
    padding-bottom: 65px;
}

.tradingrecordsec .headingbox h5 {
    font-weight: bold;
    color: var(--thm-blue);
    text-transform: uppercase;
    margin-bottom: 5px;
}

.tradingrecordsec .headingbox p {
    color: var(--thm-blue);
    font-weight: 400;
}

.tradingrecordsec .headingbox {
    margin-bottom: 25px;
}

.tradingtabx ul {
    border-bottom: none;
}

.tradingtabx ul li a {
    font-size: 12px;
    color: var(--thm-black3);
    font-weight: 400;
    text-transform: capitalize;
    text-align: center;
    padding: 8px 1px;
    background-color: var(--thm-gray6);
    width: 70px !important;
    display: block;
}

.tradingtabx ul li+li {
    border-left: 1px solid var(--thm-default);
}

.tradingtabx {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.tradingtabx ul+ul {
    padding-left: 35px;
}

.tradingtabx ul {
    margin-bottom: 15px;
}

.tradingtabx ul li a.active {
    background-color: var(--thm-pink);
}

/* =====================================
            Currency update page
=========================================*/

.marketupdatesec {
    background-color: var(--thm-gray2);
}

.curncybox.df h6 {
    font-size: 16px;
    font-weight: 400;
    color: var(--thm-blue);
    text-align: left;
    margin-bottom: 10px;
}

.curncybox.df ul li {
    font-size: 14px;
    font-weight: 400;
    color: var(--thm-blue);
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 2px 0;
}

.marketupdatesec .cratebx .col-lg-2 {
    display: flex;
    align-items: stretch;
}

.marketupdatesec .cratebx .col-lg-2 .curncybox {
    width: 100%;
}

.marketupdatesec .headingbox p {
    color: var(--thm-blue);
    font-weight: 400;
    line-height: 1.3;
}

.marketupdatesec .headingbox h2 {
    margin-bottom: 5px;
}

.marketupdatesec .headingbox {
    margin-bottom: 35px;
    max-width: 780px;
    width: 100%;
}

.pinkbtn.df {
    max-width: 235px;
}

.histordata .pinkbtn {
    margin: 35px auto 0;
}

.histordata .col-lg-6 {
    margin-top: 35px;
}

.histordata .pereportbx h6 {
    text-transform: initial;
    color: var(--thm-blue);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.histordata .pereportbx h6 span {
    color: var(--thm-green);
    font-weight: 400;
}

.histordata .pereportbx ul li span img {
    height: 15px;
}

.histordata .pereportbx ul li span {
    width: 250px;
}

.histordata .pereportbx ul li strong {
    font-weight: 400;
}

.histdatar table th {
    font-weight: bold;
}

.histdatar h6 {
    font-weight: bold;
    color: var(--thm-blue);
    margin-bottom: 15px;
}

.strdirect .guagebox {
    width: 50%;
    float: left;
}

.movaverage,
.strdirect {
    border: 1px solid var(--thm-gray4);
}

.strdirect {
    display: inline-block;
    width: 100%;
    padding: 40px 10px;
    text-align: center;
}

.cursummerysec .col-lg-6 {
    display: flex !important;
    align-items: stretch !important;
}

.movaverage {
    padding: 15px 0px 0;
    width: 100%;
}

.strdirect h6 {
    font-size: 14px;
    color: var(--thm-blue);
    font-weight: bold;
    text-align: center;
}

.cursummerysec .headingbox h2 {
    margin-bottom: 26px;
}

.pinkbtn.sf.tf {
    max-width: 270px;
}

.cursummerysec .pinkbtn.sf.tf,
.techsummerysec .pinkbtn.sf {
    margin: 35px auto 0;
}

.upblue {
    background-color: var(--thm-sky3);
}

/* ========== Technical Summery section ======== */

.techsummerysec .headingbox p {
    color: var(--thm-blue);
    font-weight: 400;
}

.techsummerysec .headingbox h2 {
    margin-bottom: 15px;
}

.techsummerysec .headingbox {
    margin-bottom: 30px;
}

.techsummerysec .col-lg-10 h6 {
    font-size: 12px;
    font-weight: bold;
    color: var(--thm-blue);
    text-transform: uppercase;
    text-align: right;
    margin-bottom: 10px;
}

.techsummerysec table thead tr th:first-child,
.techsummerysec table tbody tr td:first-child {
    width: 100px;
}

.techsummerysec table thead tr th,
.techsummerysec table tbody tr td {
    width: 95px;
}

.techsummerysec table tbody tr td span {
    width: 80px;
    display: block;
    margin: 0 auto;
}

.techsummerysec table tbody tr td strong a {
    color: var(--thm-blue);
}

.techsummerysec h5 {
    font-weight: bold;
    color: var(--thm-blue);
    text-transform: uppercase;
    margin-bottom: 25px;
}

.corelatbox .mrbtn {
    padding: 20px 30px 30px;
}

.corelatbox .mrbtn .pinkbtn {
    max-width: 100%;
    margin-top: 0;
}

.corelatbox h5 {
    font-weight: bold;
    color: var(--thm-blue);
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 20px;
}

.corelatbox h6 {
    font-size: 10px;
    font-weight: bold;
    color: var(--thm-blue);
    text-align: right;
    margin-bottom: 10px;
}

.corelatbox .marketable .nav-tabs {
    border-bottom: none;
    padding-left: 10px;
}

.corelatbox .marketable .nav-tabs li a {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: bold;
    color: var(--thm-blue);
    border: none !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

.corelatbox .marketable .nav-tabs li {
    margin-bottom: 0;
}

.corelatbox .marketable table th {
    font-weight: bold;
    font-size: 16px;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

.corelatbox .marketable .nav-tabs li .nav-link.active {
    background-color: var(--thm-black5);
    color: var(--thm-default);
}

.corelatbox .row .col-lg-4:first-child table thead tr th:last-child,
.corelatbox .row .col-lg-4:first-child table tbody tr td:last-child {
    text-align: center;
}

.corelatbox .row .col-lg-4:first-child table tbody tr td:first-child {
    width: 170px;
    display: block;
}

.corelatbox .row .col-lg-4:first-child table tbody tr td:first-child strong {
    width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.corelatbox .row .col-lg-4:last-child table tbody tr td:last-child span {
    width: 100px;
}

.corelatbox .row .col-lg-4:last-child {
    padding-top: 67px;
}

.corelatbox .headingbox {
    margin-bottom: 35px;
}

table tbody tr td strong {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.histdatar table tbody tr td span {
    width: 80px;
    display: block;
    margin: 0 auto;
}

.histdatar table thead tr th:first-child,
.histdatar table tbody tr td:first-child {
    width: 120px;
}

.histdatar table tbody tr td:first-child strong {
    width: 100px;
    display: block;
}

/* ======== Footer section ========== */

.footersection {
    background-color: var(--thm-black6);
}

.footersection .ftmenu {
    padding: 60px 0;
}

.footersection .ftmenu p {
    color: var(--thm-gray);
}

.footersection h6 {
    color: var(--thm-gray);
    text-transform: uppercase;
    font-weight: bold;
}

.footersection ul li a {
    font-size: 12px;
    color: var(--thm-default);
    font-weight: 400;
    text-transform: uppercase;
}

.footersection .ftabt li a {
    font-size: 14px;
}

.footersection .qlinkbx h6 {
    text-transform: capitalize;
}

.footersection ul li {
    margin-top: 19px;
}

.footersection .ftabt li {
    margin-top: 25px;
}

.footersection ul li a:hover {
    color: var(--thm-pink);
}

.footersection .ftlog.ftmenu p {
    margin-top: 25px;
    line-height: 1.5;
}

.footersection .social {
    display: flex;
    width: 100px;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}

.footersection .social li a {
    font-size: 20px;
}

.footersection .social li {
    margin-top: 0 !important;
}

.footersection .col-lg-12 .brder {
    height: 1px;
    background-color: var(--thm-default);
    display: block;
}

.footersection .ftmenu {
    display: inline-block;
    width: 100%;
}

.footersection .moreinfsect [class*='col-'] {
    margin-top: 12px;
    margin-bottom: 12px;
}

.footersection .moreinfsect img {
    margin-top: 18px;
}

.footersection .moreinfsect .col-lg-4 {
    border-left: 1px solid var(--thm-default);
}

.footersection .copyright p:first-child {
    font-size: 16px;
    color: var(--thm-default);
    font-weight: bold;
    margin-top: 20px;
}

.footersection .copyright p {
    font-size: 13px;
    margin-top: 30px;
    color: var(--thm-default);
    line-height: 1.3;
}

.footersection .copyright {
    padding-bottom: 50px;
}

.copyrightbox {
    background-color: #181a20;
}

.copyrightbox p {
    font-size: 16px;
    color: var(--thm-default);
    font-weight: 500;
    text-align: center;
    padding: 12px 5px;
}

.apexcharts-toolbar {
    display: none !important;
}

.apexcharts-title-text {
    font-family: 'Montserrat', sans-serif !important;
}

/* ============================================
                Education Page
===============================================*/
.marketvaluesec.educate{
    background-color: var(--thm-gray2);
}
.edulevel {
    background-color: var(--thm-default);
    padding: 30px 20px 130px;
    position: relative;
    box-shadow: 0 0 26px #ddd;
}

.edulevel h5 {
    text-transform: uppercase;
    color: var(--thm-blue);
}

.edulevel p {
    margin-top: 22px;
    margin-bottom: 20px;
}

.getstartbx {
    display: flex;
    align-items: flex-end;
    align-items: baseline;
    justify-content: space-between;
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
}

.getstartbx a {
    color: var(--thm-pink);
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.educate .col-lg-4 {
    display: flex;
    align-items: stretch !important;
}

.getstartbx a:hover {
    color: var(--thm-blue);
}

/* ==============================================
                Forex Level page
=================================================*/

.courseoutline .headingbox h2 {
    text-align: center;
    color: var(--thm-blue3);
}

.coursbox {
    display: flex;
    font-size: 20px;
    align-items: baseline;
}

.coursbox span {
    width: 40px;
    height: 40px;
    font-weight: 700;
    border: 2px solid var(--thm-pink);
    border-radius: 50%;
    text-align: center;
    line-height: 37px;
    flex: 0 0 auto;
    font-size: 17px;
    margin-right: 20px;
    position: relative;
    background-color: var(--thm-default);
}
.coursbox span:before {
    content: '';
    width: 2px;
    height: 170%;
    background-color: var(--thm-pink);
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
}
.coursbox a{
    font-weight: 500;
    color: var(--thm-gray8);
}
.coursbox a:hover{
    color: var(--thm-blue);
}
.coursbox{
    padding-top: 20px;
}
.coursbox.lst span:before{
    display: none;
} 
.courseoutline .pinkbtn{
    display: table;
    margin: 50px auto 0;
}

/* ======== Physical mistakes section ======== */

.pymistakesec{
    background: var(--thm-blue) url('../img/search_bg_nw.png');
    background-repeat: no-repeat;
    background-position: center center;
}
.pymistakesec h5{
    text-align: left;
    color: var(--thm-default);
}
.pymistakesec .pinkbtn{
    float: right;
}

/* =========================================
            Course details section
============================================*/

.coursdetails .headingbox h3{
    color: var(--thm-blue);
    font-weight: bold;
    padding-bottom: 35px;
    border-bottom: 1px solid var(--thm-gray4);
}
.courscontent p {
    margin-top: 30px;
    line-height: 1.5;
}
.courscontent img {
    display: block;
    margin: 30px auto;
}
.courscontent ul li+li {
    margin-top: 20px;
}
.courscontent ul li {
    list-style: disc;
}
.courscontent ul {
    padding-left: 15px;
}

.exoticpair ul li {
    display: flex;
    align-items: center;
}
.exoticpair ul{
    padding-left: 0;
}

.exoticpair ul li img {
   margin: 0;
    width: 190px;
}
.exoticpair ul li span,.flagcont ul li span{
    margin-right: 20px;
    flex: 0 0 auto;
}
.exoticpair ul li h6,.flagcont ul li h6{
    font-weight: 400;
    font-size: 16px;
}
.exoticpair ul{
    margin-top: 30px;
}
.flagcont ul {
    padding-left: 0;
    margin-top: 30px;
    margin-bottom: 0;
    display: inline-block;
    width: 100%;
}
.flagcont ul li{
    list-style: none;
}
.flagcont ul li img{
    margin: 0;
}
.flagcont ul li h6{
    font-weight: bold;
}
.flagcont ul li {
    list-style: none;
    display: flex;
    align-items: center;
    width: 50%;
    float: left;
    margin-top: 0 !important;
}
.flagcont ul li{
    margin-top: 30px !important;
}
.flagcont ul li i{
    font-weight: 400;
    font-style: normal;
}
.coursdtleft .pinkbtn {
    max-width: 350px;
    margin: 50px auto 0;
}
.coursdtleft .pinkbtn span{
    font-weight: 400;
    display: block;
    font-size: 12px;
    margin-top: 7px;
}

.coursidebar{
    background-color: var(--thm-default);
}
.coursidebar h4 {
    background-color: var(--thm-black4);
    font-size: 28px;
    padding: 10px;
    color: var(--thm-default);
    font-weight: bold;
}
.corsidebar {
    display: inline-block;
    width: 100%;
    padding: 20px;
    box-shadow: 0 5px 18px #ccc;
}
.corsidebar ul li a {
    font-size: 16px;
    color: var(--thm-blue);
    position: relative;
    padding-left: 30px;
    display: block;
}
.corsidebar ul li+li{
    margin-top: 20px;
}
.corsidebar ul li a:before {
    content: '\f144';
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: -3px;
    color: var(--thm-pink);
    font-size: 20px;
}
.corsidebar .pinkbtn{
    max-width: 100% !important;
    margin-top: 30px;
}
.corsidebar ul li.activeLink a,
.corsidebar ul li a:hover{
    font-weight: bold;
}

/* ======== Forgot Password page ======== */

.forgotpsdblk {
    background-color: #fff;
    padding: 20px;
    max-width: 450px;
    width: 100%;
    display: table;
    margin: 0 auto;
}
.forgotpsdblk h4 {
    margin-bottom: 15px;
    font-weight: bold;
}
.forgotpsdblk label{
    font-weight: bold;
}
.forgotpsdblk input{
    font-size: 14px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

.forgotpsdblk .pinkbtn {
    margin-top: 0px;
   
    width: 100%;
}

/* ============================================
            Main Performance Page
===============================================*/

.mainperformsec{
    padding: 45px 0 60px;
    background-color: var(--thm-gray2);
}

.resultbx{
    background-color: var(--thm-black5);
  
    padding: 7px 15px;
    max-width: 930px;
    width: 100%;
    margin: 0 auto 60px;
}
.mainperformsec .resultbx p {
    color: var(--thm-default);
    display: inline-block;
    width: 100%;
}
.mainperformsec .resultbx a {
    color: var(--thm-pink);
    font-weight: bold;
    margin-left: 40px;
}
.mainperformsec .resultbx a:hover{
    color: var(--thm-default);
}
.mainperformsec .headingbox p{
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 20px;

}
.mainperformsec .headingbox h2{
    margin-bottom: 12px;
}
.performtabsec .marketable .table thead tr th {
    text-align: left;
}
/* ====== Main Performance Table */
.performtabsec{
    background-color: var(--thm-default);
}

.performtabsec .row{
    margin-left: -10px;
    margin-right: -10px;
}
.performtabsec [class*='col-']{
    padding-left: 10px;
    padding-right: 10px;
}
.performtabsec .col-lg-3{
    margin-top: 10px;
    margin-bottom: 10px;
}
.py50{
    padding-top: 50px;
    padding-bottom: 50px;
}
.performtabsec .marketable h6 {
    font-size: 16px;
    font-weight: 400;
    padding: 8px 10px;
    border-bottom: 1px solid #ddd;
}

.performtabsec .marketable .table thead th{
    font-weight: bold;
    font-size: 14px;
}

.performtabsec .marketable .table .upgreen, .performtabsec .marketable .table .downred {
    width: 63px;
    display: block;
}
.performtabsec .marketable .table tbody tr td:first-child {
    font-size: 14px;
    text-transform: capitalize;
}
.performtabsec .marketable .table tbody tr td:last-child{
    text-align: left;
}

.techsummerysec .col-lg-10 .curcorrelate+.curcorrelate{
    margin-top: 50px;
}


/* ====================================================
                     About us page
=======================================================*/

.aboutslft .headingbox h2 {
    margin-bottom: 20px;
}

.aboutslft .headingbox p.t2 {
    margin-top: 15px;
    font-weight: 400;
    line-height: 1.4;
}
.aboutslft .headingbox p.t1 {
    text-align: center;
    margin-bottom: 30px;
}

.aboutslft .col-lg-6 p {
    line-height: 1.5;
}
.aboutslft .col-lg-6 h3{
    margin-bottom: 35px;
}

/* =========== Popup ============= */

.featurepopup .modal-content {
    border-radius: 0;
}

.featurepopup .modal-body {
    padding: 6px 6px 2px;
}

.featurepopup .close {
    position: absolute;
    top: -10px;
    right: -10px;
    color: #fff;
    opacity: 1 !important;
    text-shadow: none;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 19px;
    background-color: #ff6e25;
    font-size: 26px;
    padding-top: 2px;
    cursor: pointer;
}

/* ====== Commodity update ======= */

.stayinformsec{
    background-color: var(--thm-default);
    text-align: center;
}
.stayinformsec .headingbox p{
    font-weight: 500;
}
.stayinformsec .headingbox h2{
    margin-bottom: 15px;
}
.stayinformsec .headingbox{
    margin-bottom: 15px;
}
.stayinformsec .stayblogbox a {
    display: block;
    padding: 15px 15px 20px;
    box-shadow: 0px 0px 10px -3px rgb(51 51 51 / 50%);
    border-radius: 5px;
}
.stayinformsec .stayblogbox img{
    width: 100%;
}
.stayinformsec .stayblogbox h4{
    color: var(--thm-blue);
    font-weight: bold;
    margin-top: 15px;
}
.stayinformsec .stayblogbox{
    margin-top: 20px;
}
.stayinformsec .stayblogbox p{
    margin: 15px 0;
}

.stayinformsec .pinkbtn{
    margin: 0 auto;
}
.moneybacksec{
    background-color: var(--thm-blue2);
}
.moneybacksec h4 {
    color: var(--thm-default);
    margin-bottom: 20px;
}
.moneybacksec .grleft a{
    display: block;
    padding: 20px 10px;
    background-color: var(--thm-pink);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    font-size: 32px;
    color: var(--thm-black4);
    text-align: center;
    border: 2px solid transparent;
    font-weight: bold;
}
.moneybacksec .grleft a:hover{
    background-color: var(--thm-blue);
    border-color: var(--thm-default);
    color: var(--thm-default);
}
.moneybacksec .grleft a span{
    display: block;
    font-style: italic;
    font-weight: 400;
    color: var(--thm-default);
    font-size: 28px;
}
.moneybacksec .grleft p{
    color: var(--thm-default);
    font-weight: 500;
    font-style: italic;
    text-align: center;
    margin-top: 15px;
}

.moneybacksec .col-lg-12 p{
    padding: 15px 5px;
    text-align: center;
    color: var(--thm-default);
    background-color: var(--thm-black6);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin-top: 30px;
}

.moneybacksec ul li{
    position: relative;
    color: var(--thm-default);
    font-size: 20px;
    padding-left: 30px;
}

.moneybacksec ul li:before{
    content: '\f00c';
    font-family: 'FontAwesome';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.moneybacksec ul li+li{
    margin-top: 15px;
}

.testibanner{
    background-color: var(--thm-gray2);
}

.testvid {
    position: relative;
    overflow: hidden;
}

.testvid a{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    z-index: 100;
    height: 100px;
    width: 100px;
    border-radius: 50%;
}
.testvid .voverlay{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgb(30 35 41 / 56%);
}

.testvid a img{
    height: 100px;
    width: 100px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    object-fit: cover;
    background-color: var(--thm-default);
    border:1px solid var(--thm-default);
}
.testvid img{
    width: 100%;
}

.testibanner h1{
    font-weight: 900;
    font-size: 48px;
    position: relative;
}
.testibanner h1:after{
    content: '';
    width: 50px;
    height: 7px;
    background-color: var(--thm-pink);
    display: block;
    margin: 15px 0 20px;
}
.testibanner h1 span {
    letter-spacing: -3px;
}
.ratibox p {
    margin-top: 20px;
    font-size: 18px;
    color: #9e9e9e;
}


.star-ratings-css {
    unicode-bidi: bidi-override;
    color: #c5c5c5;
    font-size: 50px;
    height: 48px;
    width: 165px;
    position: relative;
    text-shadow: 0 1px 0 #a2a2a2;
}
  .star-ratings-css::before { 
    content: '★★★★';
    opacity: .3;
  }
  
  [title=".000"]::after {
    width: 0%;
  }
  [title=".125"]::after {
    width: 12.5%;
  }
  [title=".250"]::after {
    width: 25%;
  }
  [title=".375"]::after {
    width: 37.5%;
  }
  [title=".500"]::after {
    width: 50%;
  }
  [title=".625"]::after {
    width: 62.5%;
  }
  [title=".750"]::after {
    width: 75%;
  }
  [title=".875"]::after {
    width: 87.5%;
  }
  .star-ratings-css::after {
    color: #ff7e65;
    content: '★★★★';
    text-shadow: 0 1px 0 #ab5414;
    position: absolute;
    z-index: 1;
    display: block;
    left: 0;
    top:0;
    width: attr(rating);
    overflow: hidden;
  }
  
  .testibanner .col-lg-12 p{
      margin-top: 40px;
  }

  .testipr {
    display: flex;
}
.testipr .testimg img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    flex: 0 0 auto;
    object-fit: cover;
}
.testcont .star-ratings-css {
    font-size: 34px;
    height: 40px;
    width: 117px;
}
.testcont {
    margin-left: 15px;
}
.testcont p {
    font-size: 17px;
    color: var(--thm-blue);
}

.testcont p span{
    font-weight: bold;
    display: block;
    font-style: italic;
    margin-top: 6px;
}
.testrigh {
    position: relative;
    padding-left: 60px;
}
.testrigh:before {
    content: '\f10d';
    font-size: 44px;
    font-family: 'FontAwesome';
    color: #ccc;
    position: absolute;
    left: 0;
    top: 0;
}
.testrigh p {
    font-size: 19px;
    font-weight: 400;
}
.testidet .row+.row {
    padding-top: 30px;
    border-top: 1px solid #ddd;
    margin-top: 30px;
}
.testidet .row {
    margin-left: 0;
    margin-right: 0;
}



.signalbannersection{
    background: url(../img/black_banner.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}


.signalbannersection .bannerbx p {
    max-width: 520px;
    width: 100%;
    margin: 10px 0;
    color: var(--thm-black7);
}



.grpf_cont_bottom p {
    margin: 0 10px 10px 0px;
    font-size: 18px;
    text-transform: capitalize;
    color: #3f3f3f;
}
.grph_img img {
    width: 100%;
}
.our_client .trailbx{
    font-size: 13px;
}
.our_client .pricebox{
    margin-top: 5px;
    padding-bottom: 80px;
}






.currency-boxes .no-gutters .col-lg-2{
    width: 13.666667%;
    flex: 1 0 13.666667%;
    max-width: 15.666667%;
}
.pymistakesec.diffeaturesection li{
    color: white;
}
.signal_currency .curncybox.df ul li{
    margin: 13px 0;
    font-size: 17px;
}
.signal_gig_listing {
    float: left;
    width: 100%;
    border: 1px solid rgb(204, 204, 204);
    padding: 0px;
    position: relative;
    margin-bottom: 22px;
    background: rgb(255, 255, 255);
    height: 300px;
    transition: transform .3s ease-out;
}

.grpf_cont_top {
    float: left;
    width: 100%;
    position: relative;
    padding: 6px 10px 0px;
    z-index: 11;
}
.grpf_cont_bottom {
    float: left;
    width: 100%;
    text-align: right;
    position: absolute;
    bottom: 0px;
    z-index: 1;
}

.grph_img {
    float: left;
    width: 100%;
    position: absolute;
    bottom: 0px;
}
.grpf_cont_top h2 {
    color: #ff7328;
    margin: 3px 0 34px 0;
    font-size: 24px;
    font-weight: bold;
}
.grpf_cont_top h3 {
    color: #29aae3;
    margin: 0px;
    font-size: 38px;
    font-weight: bold;
}

.grpf_cont_top span {
    font-size: 14px;
}

.grpf_cont_bottom span {
    background: #747070;
    color: #fff;
    padding: 3px 10px;
    text-transform: uppercase;
    float: right;
}

/* ********************************* MY NEW CSS ********************************* */

.whysignalbanner .banerbg .whybox {
    padding-left: 15px;
}
.header_price_block .row {
    z-index: 101;
}
@media (min-width: 992px){

	.navbar-expand-lg .navbar-nav .dropdown-menu {
	    z-index: 11;
	}

}
@media(max-width:991.98px){
	#homeComponent iframe {
	    width: 100%;
	}

	/* /////////////////////////////////////////////////////////////// */

	.grpf_cont_top span {
	    font-size: 11px;
	    font-weight: 600;
	}
	.grpf_cont_top h2{
		font-size: 20px;
	}
	.grpf_cont_top h3 {
		font-size: 26px;
	}
	.grpf_cont_bottom p{
		font-size: 16px;
	}
	.tradingsection .row {
	    margin-right: 0 !important;
	    padding: 0;
	}

	/* /////////////////////////////////////////////////////////////// */

	.currency-boxes .cratebx .curncybox {
	    border: 1px solid #1e2329 !important;
	}

	.currency-boxes .cratebx .col-lg-2.col-md-4.col-sm-6.col-6 {
	    min-width: 33.333%;
	}

	.currency-boxes .cratebx .curncybox h3 {
	    word-break: break-word;
	}

	.currency-boxes .cratebx .row.no-gutters {
	    justify-content: center;
	}
}

@media(max-width:1024.98px){

	.header-section {
	    margin-top: 86px !important;
	}

}

@media(max-width:991.98px){
	h1 {
	    font-size: 26px;
	}
	h3 {
	    font-size: 22px;
	}
	h4 {
	    font-size: 22px;
	}
	h2 {
	    font-size: 28px;
	}
	h5 {
	    font-size: 20px;
	}
	.tradingsection .col-lg-3.col-md-3.col-sm-6.col-6 {
	    margin-bottom: 30px;
	}
}

@media (max-width: 767px){
	.diffeaturesection .difimg {
	    margin-top: 0;
	}
}

@media (max-width: 576.98px){
    .header-section {
        margin-top: 73px !important;
    }
	.header_price_block .row{
        position: absolute !important;
        overflow: hidden;
    }
    .header_price_block .row .signal_slider{
        overflow: auto;
        display: block !important;
        white-space: nowrap;
    }
    .header_price_block .row .signal_slider .item{
        display: inline-block;
        width: 33%;
    }
}