.stock-report-block {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
}
.goog-report{
    text-align: center;
}
.stock-report-block .four-trade {
    display: grid;
    grid-template-columns: 2fr 1fr;
    text-align: center;
    gap: 40px;
}
.stock-report-block .wow {
    color: #000000;
    font-size: 38px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 50px;
    margin: 0 0 26px;
}
.stock-report-block .wow span {
    color: #eb7b00;
}
.stock-report-block ul {
    padding: 0;
}
.stock-report-block ul li.wow {
    font-size: 18px;
    list-style: outside none none;
    margin-bottom: 15px;
    text-align: left;
    width: 100%;
    color: #000;
    background: #fff;
    box-shadow: 0px 0px 103px 0px rgb(0 0 0 / 10%);
    padding: 20px;
    border-radius: 6px;
    display: block;
    font-weight: 500;
    line-height: 26px;
}
.stock-report-block ul li.wow .right-s {
    margin-right: 5px;
    font-size: 30px;
    font-weight: bold;
    color:#000;
}
.stock-report-block .chart-report {
    background: #eee;
    padding: 30px;
}
.stock-report-block .wow {
    color: #000000;
    font-size: 38px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 50px;
    margin: 0 0 26px;
}
.left-work {
    padding: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.left-work h3 {
    padding: 0 0 50px;
}
.how-work{
    padding: 0;
    background-color: #F5F5F5;
}
.how-work .row-ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    column-gap: 0;
    margin-bottom: 50px;
    position: relative;
    align-items: center;
}
.how-work .row-ul .list.fr {
    width: 30%;
}
.how-work .row-ul .list.th {
    width: 30%;
}
.how-work .row-ul .list {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.how-work .icon-img {
    position: relative;
}
.how-work .icon-img img {
    width: 154px;
    height: auto;
}
.how-work .row-ul .list.sc {
    width: 20%;
    position: relative;
    top: -30px;
}
.how-work .row-ul .list p {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    padding: 20px 0 0;
    text-align: center;
}
.how-work .icon-img .nm-count {
    position: absolute;
    top: -21px;
    background: #f37c0a;
    height: 42px;
    width: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: bold;
    border-radius: 100%;
    left: 36px;
}
.rig-work{
    padding: 0;
    background-color: #00eb61;
}
.rig-work .right-work {
    padding: 97px 269px 95px 50px;
}
.rig-work .right-work h3 {
    color: #fff;
    line-height: 54px;
    font-size: 44px;
    font-weight: bold;
}
.rig-work .market-img {
    padding: 40px 0;
}
img {
    max-width: 100%;
}
.rig-work .right-work h4 {
    color: #fff;
    font-size: 34px;
    padding: 0 0 30px;
    font-weight: 700;
}
.rig-work .box-stock-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 8px;
    position: relative;
}
.rig-work .box-stock-row .box-inner {
    background: #000;
    padding: 2px;
    text-align: center;
}
.rig-work .box-stock-row .box-hd {
    background: #fff;
    font-size: 28px;
    font-weight: bold;
    color: #f37c0a;
    padding: 8px;
}
.rig-work .box-stock-row .box-hd p {
    font-weight: 500;
    font-size: 14px;
    color: #000;
}
.rig-work .box-stock-row img {
    display: none;
}
.rig-work .box-stock-row .box-inner .box-ft h5 {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    padding: 4px;
    text-align: center;
}
.rig-work .box-stock-row .box-inner .box-ft h5 span {
    color: #f37c0a;
    margin-right: 3px;
    font-size: 28px;
}
.grid-leading{
    background-color: #000000;
}
.leading-sec .left-leading {
    padding: 100px 120px 100px 269px;
}
.leading-sec .left-leading h3 {
    font-size: 44px;
    color: #fff;
    font-weight: bold;
    line-height: 50px;
}
.leading-sec .left-leading h3 span{
    font-size: 42px;
    color:#f37c0a;
}
.number-sp {
    font-size: 140px;
    color: #fff;
    font-weight: bold;
    line-height: 170px;
    padding: 30px 0;
}
.number-sp span{
    color:#f37c0a;
}
.bg-sp {
    background: #f37c0a;
    font-size: 20px;
    padding: 10px 20px;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    display: inline-block;
    font-weight: 500;
    line-height: 25px;
}
.psii-leading{
    padding: 97px 269px 95px 50px;
    background-color: #F5F5F5;
}
.psii-leading h3 {
    font-size: 43px;
    font-weight: bold;
    color: #000;
}
.client-slider {
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    border-bottom: solid 4px var(--orange-color);
    margin: 40px 0;
}
.single-item-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.profile-img-wrapper{
    width: 100px;
}
.item-content-wrapper{
    padding: 20px 40px 40px;
}
.item-content{
    font-size: 16px !important;
    font-style: normal !important;
    text-align: center;
    line-height: 26px !important;
    font-weight: 400;
}
.author-name{
    padding-bottom: 22px;
    font-size: 16px;
}
.waiting-sec {
    background: url(../img/hero-bg.png);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0 60px;
    background-position: 50% 160%;
}
.waiting-sec h3 {
    font-size: 60px;
    font-weight: bold;
    text-align: center;
    color: #000;
    padding: 0 0 68px;
}
.container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
}
.waiting-sec .grid-waiting {
    background: #ffffffe6;
    padding: 0 30px 50px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 10%);
    border-radius: 20px;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}
.waiting-sec .sub-heading-box{
    font-size: 36px;
    font-weight: 500;
    color: #fff;
    background: #000;
    max-width: 720px;
    padding: 10px;
    border-radius: 10px;
    margin: 0 auto;
    position: relative;
    top: -29px;
    text-align: center;
}
.waiting-sec .countdown.callback {
    display: flex;
    justify-content: space-between;
    padding: 10px 0 0;
    align-items: center;
    text-align: center;
}
.waiting-sec .countdown.callback>div {
    font-size: 94px;
    color: #f37c0a;
    font-weight: bold;
    line-height: 94px;
    width: 130px;
}
.waiting-sec .countdown.callback>div>span{
    display: flex;
    font-size:25px;
    line-height: 25px;
    color:#000;
    font-weight:400;
    justify-content:center;
    text-align:center;
    padding-top:8px;
    text-transform:uppercase;
}
.waiting-sec .join-whatsap {
    padding: 50px 0 0;
}
.container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
}
.waiting-sec .join-whatsap .what-sec a {
    margin: 0 auto;
}
.what-sec{
    display: flex;
    justify-content: center;
}
.countdown p{
    display: none;
}
@media only screen and (max-width: 600px) {
    .stock-report-block .wow {
        font-size: 28px;
        line-height: 37px;
    }
    .stock-report-block ul li.wow {
        margin-bottom: 15px;
        padding: 10px;
        font-size: 15px;
        line-height: 22px;
    }
    .stock-report-block ul li.wow .right-s {
        font-size: 20px;
    }
    .join-whatsap .what-sec a {
        gap: 16px;
        padding: 8px;
        max-width: 302px;
    }
    .left-work{
        padding: 20px;
    }
    .rig-work .right-work{
        padding: 20px;
    }
    .rig-work .box-stock-row {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }
    .leading-sec .left-leading{
        padding: 20px;
    }
    .psii-leading{
        padding: 20px;
        background-color: #000;
    }
    .waiting-sec h3 {
        font-size: 28px;
        padding: 0 0 48px;
    }
    .waiting-sec .countdown.callback {
        gap: 20px;
    }
    .waiting-sec .countdown.callback {
        max-width: 310px;
        margin: 0 auto;
    }
    .waiting-sec .countdown.callback>div {
        font-size: 34px;
        color: #f37c0a;
        font-weight: bold;
        line-height: 34px;
        width: 60px;
    }
    .waiting-sec .countdown.callback>div>span{
        display: flex;
        font-size:13px;
        line-height: 13px;
    }
    img {
        max-width: 100%;
    }
    .how-work .row-ul .list.fr {
        width: 40%;
    }
    .row-ul{
        display: flex;
        justify-content: space-evenly;
    }
    .how-work .row-ul .list.th {
        width: 40%;
    }
    .how-work .row-ul .list.sc{
        display: none;
    }
    .how-work .row-ul .list p {
        font-size: 14px;
        line-height: 22px;
        padding: 15px 0 0;
    }
    .rig-work .right-work h3 {
        font-size: 28px;
        line-height: 34px;
        color: #fff;
    }
    .rig-work .right-work h4{
        font-size: 28px;
        line-height: 34px;
        color: #fff;
    }
    .leading-sec .left-leading h3{
        font-size: 30px;
    }
    .leading-sec .left-leading h3 span{
        font-size: 30px;
    }
    .number-sp{
        font-size: 70px;
        line-height: 70px;
        padding: 0px 0;
    }
    .bg-sp{
        font-size: 16px;
        padding: 5px 17px;
        line-height: 23px;
    }
    .psii-leading h3{
        font-size: 28px;
        color:#fff;
    }
    .client-slider{
        margin-top: 0;
    }
    .waiting-sec {
        padding: 40px 0 0px;
    }
    .waiting-sec h3 {
        font-size: 28px;
        padding: 0 0 48px;
    }
    .waiting-sec .sub-heading-box {
        font-size: 18px;
        max-width: 590px;
        padding: 10px;
    }
    .d-flex {
        display: block !important;
    }
}
.logo{
    width: 100%;
    padding: 0px 0;
    background-color: #070725;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;

}
.logo > img{
    width: 80px;
    height: auto;
}
.footer-nav{
    background-color: #070725;
    padding-top: 30px;
    padding-bottom: 10px;
}
.footer-nav-list > a {
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    margin-left: 40px;
}
.copy {
    color: #ffffff;
    margin-right: 50px;
    font-size: 16px;
}