
.site-container { margin:26px auto 15px; }
.banner-video:before {
    content: '';
    position: absolute;
    background: url(https://elliottwave-forecast.com/wp-content/uploads/2024/06/banner-frame-img1.png) no-repeat 50% 50%;
    background-size: cover;
    z-index: 2;
}
.banner{background-color: #011e57 !important;}
body {
  font-family: poppins !important;
}

/*.banner-inner {
    height: 100%;
    position: relative;
}*/

.nav-primary {
    margin-bottom: 0 !important;
}

/*@media (min-width:992px) {
    .banner-inner {
        min-height: auto;
    }
}*/

.banner .trial {
    margin: 0 0 0.5rem;
}

.banner-play2 i:hover {
    text-decoration: none;
    background: #5f85e1;
    color: #fff;
    display: inline-block;
    width: 1.2rem;
    height: 1.1rem;
    border-radius: 50%;
    padding-right: 12px;
}

.ewf-recent-videos-items li {
    background: #edf2f9;
    border-radius: 0.375rem;
    margin-bottom: 10px;
    margin-right: 10px;
}

@media (min-width: 992px) {
    .ewf-recent-videos-items img {
        -webkit-mask: url(https://elliottwave-forecast.com/wp-content/uploads/2024/01/video-image-mask.png);
        -webkit-mask-size: 100%;
        -webkit-mask-position: center;
        -webkit-mask-repeat: no-repeat;
    }
}

.ewf-recent-videos-items ul {
    margin: 30px;
}


.home-instruments .container {
    position: relative;
    z-index: 2;
}
.article-container {
 width: 100%;
  margin-right: auto;
  margin-left: auto;
  --size: 95rem;
  max-width: var(--size);
  padding-right: 15px;
  padding-left: 15px;
}
.container {
    width: 1170px;
		max-width: 1170px;
    margin-right: auto;
    margin-left: auto;
		--size: auto;
}
@media only screen and (max-width: 767px){

.container {                                   
   width: 100%;
  max-width: none;
}

}
@media only screen and (min-width: 768px) and (max-width: 800px) { 
.container {
  width: 720px !important;
}
}
@media only screen and (min-width: 801px) and (max-width: 991px) { 
.container {
  width: 800px;
}
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
@media only screen and (max-width:767px){
	
.row {
   width:100%;
   margin:auto !important;
}	
	
}

.col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.fadeInUp {
    visibility: visible;
    animation-duration: 1.5s;
    animation-name: fadeInUp;
}

.home-instruments h2 {
    text-align: left;
    margin: 0 0 .9375rem;
    color: #fff;
    font-size: 2.5rem;
    font-weight: 700;
}

.row::after,
.row::before {
    display: none !important;
}

.justify-content-center {
    justify-content: center !important;
}

.decor {
    position: absolute;
    width: 7.5rem;
}

.decor span.bottom_right {
    bottom: 1.25rem;
    right: .0625rem;
    animation: circleTrackDown 5s linear infinite alternate;
}

.decor span {
    position: absolute;
    width: 1.4375rem;
    height: 1.4375rem;
    border-radius: 50%;
    border: 1px solid #61bc46;
}

.decor img {
    width: 100%;
    height: auto;
    opacity: .15;
}

.home-instruments .circles {
    right: 10%;
    bottom: 10%;
}

.circles {
    position: absolute;
    width: 12.5rem;
    height: 12.5rem;
}

.d-md-block {
    display: block !important;
}

.circles-item--1 {
    size: 25px;
    animation-delay: 1s;
}

.circles-item div {
    width: 100%;
    height: 100%;
    border: 1px solid rgba(var(--color-white--rgb), .21);
    border-radius: 50%;
}

.circles-item--2 {
    size: 50px;
}

.circles-item--3 {
    --size: 75px;
}

.circles-item--4 {
    --size: 100px;
}

.circles-item--5 {
    --size: 125px;
}

.circles-item--6 {
    --size: 150px;
}

.circles-item--7 {
    --size: 175px;

}

.circles-item--8 {
    --size: 200px;
}

.circles span.top_right {
    top: 1.875rem;
    right: .125rem;
    animation: circleTrack 5s linear infinite alternate;
}

.circles span.blue {
    border: 1px solid #5f85e1;
}

.circles span {
    position: absolute;
    width: 1.4375rem;
    height: 1.4375rem;
    border-radius: 50%;
}

.nav-item a {
    max-width: 320px !important;
    height: 67px !important;
    text-decoration: none;
}

.home-instruments .nav-tabs {
    flex-direction: column;
    border: 0;
    margin: 0 1rem 2rem 0px;
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    list-style: none !important;
}

.home-instruments .nav-item {
    margin: 0 0 1px;
}

.home-instruments .nav-link.active {
    background: rgba(var(--color-white--rgb), .1);
    color: #fff;
}

.home-instruments .nav-link img {
    width: 3.4375rem;
    height: auto;
}

@media (max-width: 767.98px) {
    .home-instruments .nav-link {
        gap: .9375rem !important;
        font-size: 1.125rem !important;
    }
}

.home-instruments .nav-link {
    padding-right: 8rem;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    align-items: center;
    gap: 1.4375rem;
    border-radius: .625rem;
    border: 0;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
}

.col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}




.tab-content>.active {
    display: block;
}

.fade {
    transition: opacity .15s linear;
}

@media (max-width: 767.98px) {
  .home-instruments .nav-link {
    gap: .9375rem;
    font-size: 1.125rem;
    padding: .5rem 1.25rem;
  }
}

.collapse:not(.show) {
  display: none;
}




.mCustomScrollbar {
    touch-action: pinch-zoom;
}

.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: 0;
    direction: ltr;
}

.mCSB_inside>.mCSB_container {
    margin-right: 30px;
}

.mCSB_container {
    overflow: hidden;
    width: auto;
    height: auto;
}

.trial-btn {
    display: flex;
    align-items: center;
    gap: 1.875rem;
    font-size: .9375rem;

    line-height: 1.125rem;
    color: #9c9db1;
    letter-spacing: 0;
}

.trial-inner {
    padding: 1.875rem 0 0;
    font-size: 1rem;
    color: #fff;
    display: flex;
    align-items: center;
    gap: .8125rem;
}

.trial .btn {
    width: 40%;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn--secondary {
    background: #AC2201 !important;
    border-color: #AC2201 !important;
}

.trial-inner .social-link {
    font-weight: 700;
    color: #fff;
    line-height: 2.375rem;
    border-radius: .1875rem;
    border: 1px solid rgba(var(--color-white--rgb), .5);
    width: 8.75rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .9375rem;
    letter-spacing: 0;
}

<!--Blue Box CSS-->
.breadcrumb {
    display: none;
}

.home-box2 h2 {
    color: #fff;
    margin: 0 0 1.5rem;
    font-size: 2.5rem;
    font-weight: 700;
}

.home-box2 {
    position: relative;
    z-index: 12;
}

.text-center {
    text-align: center !important;
}

.home-box {
    background: #070a3a;
    padding: 4.0625rem 0;
    color: #fff;
    font-size: 1rem;
    line-height: 1.625rem;
}

.text-center.bp-3.wow.fadeInUp h2 {
    font-size: 2.5rem !important;
    padding-bottom: 1%;
}

.col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.home-box-image {
    margin: -5.9375rem 0 -10rem;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
}

.home-box-image-hold {
    position: relative;
    z-index: 2;
    -webkit-transform: translate3d(0, 0, 0);
}

.home-box-image-screen {
    max-width: 88%;
    display: block;
    margin: 0 auto;
    box-shadow: 0 1.25rem 2rem rgba(var(--color-black--rgb), .14);
    border-radius: 1.5625rem;
    transform: perspective(2000px) rotateX(45deg);
}

.home-box-play {
    -webkit-transform: translate3d(0, 0, 0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
}

.home-box-play-inner {
    width: 6.875rem;
    height: 6.875rem;
    border-radius: 50%;
    padding: .75rem;
    background: rgba(var(--color-white--rgb), .3);
    box-shadow: 0 1.1875rem .875rem rgba(var(--color-black--rgb), .16);
}

.home-box-play a {
    background: linear-gradient(to right, #2960c4 0, #1342a4 100%) repeat-x;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 1.375rem;
    padding: 0 0 0 .1875rem;
    transition: all .3s linear;
    list-style: none;

    text-decoration: none;
}

.home-box-play a:hover {
    background: linear-gradient(to right, #1342a4 0, #2960c4 100%) repeat-x;
    text-decoration: none;
    color: #fff;
}

.fa-play::before {
    content: "\f04b";
}

.fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.fa-play::before {
    content: "\f04b";
}

.home-box-image-text--left {
    right: 93%;
    top: 22%;
    text-align: right;
}

.home-box-image-text {
    font: 1.125rem/1.5625rem "Bradley Hand Bold", sans-serif;
    position: absolute;
    letter-spacing: .0125rem;
    padding: 0 0 .625rem;
    width: 14.0625rem;
    color: #5f85e1;
    z-index: 3;
    -webkit-transform: translate3d(0, 0, 0);
}

.home-box-image-text {
    font: 1.125rem/1.5625rem "Bradley Hand Bold", sans-serif;
    position: absolute;
    letter-spacing: .0125rem;
    padding: 0 0 .625rem;
    width: 14.0625rem;
    color: #5f85e1;
    z-index: 3;
    -webkit-transform: translate3d(0, 0, 0);
}

@media (min-width: 992px) {
    .d-lg-block {
        display: block !important;
    }
}

.home-box-image-text p {
    margin: 0;
}

.home-box-image-text img {
    width: 7.625rem;
    height: auto;
    position: absolute;
    top: 100%;
}

.home-box-image-text--left img {
    right: -4.875rem;
}

.home-box-image-text--right {
    bottom: 54%;
    left: 95%;
}

<!--Feature Article CSS-->
.home-articles {
    padding: 8.4375rem 0 6.875rem;
    background: #fff url(../img/line-shadow.png) no-repeat 100% 0;
    position: relative;
    z-index: 10;
		margin:40px 0 !important;
}

.home-articles h2 {
  font-family: Poppins;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  text-align: center;
  color: #111010;
margin: 5px 0 3.875rem;
}

@media (max-width:575.98px) {
    /*.home-articles {
        padding: 5.4375rem 0 2.875rem
    }*/
	.slick-slider {
	width: 340px;
  height: 320px;
}
/*.banner--home { margin-top:-20px !important; }*/
.blueButton, .greenButton { font-size: 14px; }
.trial_btn { font-size: 14px !important; }
.logged-in .trial_btn, .home-articles, .ewf-pre-footer-text { display:none; }
.banner-text .ttl, .banner-text h1 { line-height: 30px; }
.home-videos-grid { padding: 0 2rem !important; }
.home-videos-grid a { padding:0 !important;}
}

.home-articles-next,
.home-articles-prev {
    left: -3.75rem;
    font-size: 1.125rem;
    width: 2.875rem;
    height: 2.875rem;
    border-radius: 50%;
    border: 1px solid #b2b5b8;
    background: #fff;
    color: #b2b5b8;
    display: flex;
    justify-content: center;
    align-items: center
}

.home-articles-next:hover,
.home-articles-prev:hover {
    text-decoration: none;
    background: #b2b5b8;
    color: #fff
}
@media screen and (max-width:767px) {
	.home-articles {
  width: 94%;
  padding-left: 6px;
}
	
}

@media screen and (min-width:768px) {
	
	
	
	
	
}

@media (max-width:1199.98px) {

    .home-articles-next,
    .home-articles-prev {
        width: 1.875rem;
        height: 1.875rem;
        font-size: 1rem;
        left: -1rem
    }
}

@media (max-width:575.98px) {

    .home-articles-next,
    .home-articles-prev {
        left: -.625rem
    }
}

.home-articles-next {
    left: auto;
    right: -3.75rem
}

@media (max-width:1199.98px) {
    .home-articles-next {
        right: -1rem
    }
}

@media (max-width:575.98px) {
    .home-articles-next {
        right: -.625rem
    }
}

.home-articles-item {
    margin: .3125rem .5rem 0rem;
    padding: 0 1.4rem 2rem;
    border-radius: .625rem;
    overflow: hidden;
    box-shadow: 0 .625rem 1.25rem rgba(var(--color-black--rgb), .14);
    background: #fff;
		width:20.5%;
		display: inline-block;
}

@media (max-width:575.98px) {
    .home-articles-item {
        margin:0.313rem 4.75rem 1.563rem 2.5rem;
    }
}
@media (max-width:767.98px) {
	
.home-articles-item {
        margin:0.313rem 4.75rem 1.563rem 2.5rem;
    }
	.home-articles-title{
		border-radius: .654rem .625rem 0rem 0rem;
	}
}
.home-articles-title {
    margin: 0 -1.5625rem 1rem;
    background: #fff url(https://elliottwave-forecast.com/wp-content/uploads/2024/01/home-articles-title.png) no-repeat 50% 50%;
    background-size: cover;
    color: #fff;
    height: 14.25rem;
    padding: 1.4375rem 1.5625rem .3125rem
}

.home-articles-title-mark {
    display: inline-block;
    background: var(--color-green);
    text-transform: uppercase;
    font-weight: 700;
    font-size: .875rem;
    line-height: 1.75rem;
    padding: 0 .625rem;
    border-radius: .1875rem;
    margin: 0 0 .9375rem
}

.home-articles-title h3 {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 2.5rem;
    font-weight: 700;
    margin: 0;
		height:5.5rem
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: var(--color-white)
}

.home-articles-date {
    font-size:11px;
    margin: 0 0 .9375rem
}

.home-articles h4 {
    line-height: 1.625rem;
    font-weight: 700;
    margin: 0 0 .9375rem;
    height: 3.25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: var(--color-title)
}

.home-articles h4 a {
    color: var(--color-title);
		font-size:16px;
}

.home-articles h4 a:hover {
    text-decoration: none;
    color: var(--color-primary)
}

.home-articles-text {
    font-size: 13px;
    line-height: 1.7rem;
    height: 5.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0 0 1.25rem
}

.home-articles-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.home-articles-author {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: .75rem;
}

.home-articles-author-photo img {
    flex-shrink: 0;
    width: 2.625rem;
    height: 2.625rem;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.home-articles-author-name {
    font-size: 11px;
}

.home-articles-author-name a {
    color: var(--color-text);
}

.home-articles-more {
    font-size: 1.125rem;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-articles-more:hover {
    text-decoration: none;
    background: var(--color-primary);
    color: #fff
}

.btn--gray-outline {
    background: 0 0;
    color: #848f97 !important;
    border-color: var(--color-gray);
}

<!--End Feature Article-->
@media (min-width: 1200px) {
    .start::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 1.625rem;
        background: #fff;
    }
}

.start {
    background: #f3f6fb;
    padding: 20px 0px 44px 0;
		margin-top:20px;
}

.start-inner {
    margin: 20px 0 3.25rem;
}

.start .container {
    position: relative;
    z-index: 2;
}

.align-items-center {
    align-items: center !important;
}

@media (min-width: 1200px) {
    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.start-monitor {
    float: right;
    width: 45.75rem;
    height: 26.5625rem;
    background: url(https://elliottwave-forecast.com/wp-content/uploads/2023/03/Capture-removebg-preview.png) no-repeat;
    background-size: auto;
    background-size: 100% 100%;
}

.start-text {
    font-size: 1.125rem;
    line-height: 1.75rem;
    letter-spacing: .025rem;
}

.start-text h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0 0 1.25rem;
    color: #1b2329;
}

.trial-btn {
    display: flex;
    align-items: center;
    gap: 1.875rem;
    font-size: .9375rem;
    line-height: 1.125rem;
    color: #9c9db1;
    letter-spacing: 0;
}

.trial .btn {
    width: 40%;
}

.home-videos h2 {
    font-family: Poppins;
font-size: 24px !important;
font-weight: 400;
line-height: 36px;
text-align: center;
color: #000 !important;
margin: 5px 0 3.875rem;
}

<!--New Video Section-->
@media (max-width:575.98px) {
    .home h2 {
        font-size: 1.8rem;
    }
}
@media screen and (max-width:767.98px) {
.home-videos {
	display:flex;
}
	
}
@media screen and (min-width:767.98px) {
.home-videos {
	display:flex;
}
	
}

@media (max-width:991.98px) {
	
	
}
.home-videos {
    background: #fff url(https://elliottwave-forecast.com/wp-content/uploads/2024/01/line-shadow.png) no-repeat 100% 0;
    position: relative;
    z-index: 10;
    padding: 5.75rem 0;
}

@media (max-width:575.98px) {
    .home-videos {
        padding: 3.2rem 0;
    }
}

.home-videos-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2.8125rem 3.375rem;
    padding: 0 0rem;
}
.home-videos-grid a {
  text-decoration: none;
  padding: 5px 0px;
}
@media (max-width:575.98px) {
    .home-videos-grid {
        grid-template-columns: repeat(1, 1fr)
    }
}

.home-videos-item {
    background: #edf2f9;
    border-radius: .375rem;
    height: 16rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row-reverse;
    position: relative;
}

@media (max-width:991.98px) {
    .home-videos-item {
        flex-direction: column;
        height: auto;
    }
}
@media (max-width:991.98px) {
	.home-videos-item h3 {
		 font-size: 12px !important;
	}
}
.home-videos-item h3 {
    font-size: 17px !important;
    line-height: 2.3rem;
    font-weight: 700;
    margin: 0;
    height: 9.975rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: var(--color-title);
}

.home-videos-item .btn {
    background: #fff;
    position: absolute;
		border: 1px #fff solid;
    left: 1.4375rem;
    bottom: -.300rem;
    line-height: 1.875rem;
    font-size: 1.2rem;
    padding: 0.29rem .9375rem;
    border-radius: .1875rem;
    text-transform: uppercase;
    font-weight: 400;
		color:#000 !important;
    box-shadow: 0 .3125rem .625rem rgba(var(--color-black--rgb), .18);
}

.home-videos-item .btn img {
    width: 20px;
    height: auto;
    vertical-align: middle;
}

.home-videos-inner {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 1.4375rem 1.4375rem 1.2rem;
	width:45% !important;
}
@media (max-width:767px) {
	.home-videos-inner {
	width:100% !important;
	}
}

.home-videos-play {
    position: absolute;
    top: 5rem;
    left: 50%;
    transform: translateX(-50%);
    width: 4.375rem;
    height: 4.375rem;
    border-radius: 50%;
    padding: .4375rem;
    background: rgba(var(--color-white--rgb), .3);
    box-shadow: 0 1.1875rem .875rem rgba(var(--color-black--rgb), .16);
    z-index: 100;
}
.home-videos {
  background-color: #ffffff !important;
  background-image: none !important;
}

@media (min-width:992px) {
    .home-videos-play {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

.home-videos-play span {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: var(--color-white);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #5f85e1;
    font-size: 1.125rem;
    padding: 0 0 0 .1875rem;
    transition: all .3s linear;
}

.home-videos-play a:hover {
    text-decoration: none;
    background: #5f85e1;
    color: #fff;
}

.home-videos-image {
    flex-shrink: 0;
    height: 16rem !important;
    width: 55% !important;
    position: relative;
}
@media (max-width:767px) {
	.home-videos-image {
	width: 100% !important;	
	}
	
}
@media (max-width:991.98px) {
    .home-videos-image {
        border-radius: .375rem .375rem 0 0;
        overflow: hidden;
    }
}

@media (min-width:992px) {
    .home-videos-image {
        height: 11.25rem;
        width: 19.875rem;
    }

    .home-videos-image:before {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 83%;
        border-radius: .375rem;
        box-shadow: 0 .25rem 2.1875rem rgba(var(--color-black--rgb), .16);
    }
}

@media (max-width:991.98px) {
    .home-videos-image {
        margin-bottom: 1.5rem;
    }
}

.home-videos-image-inner {
    width: 100%;
    height: 100%;
    position: relative;
}

@media (min-width:992px) {
    .home-videos-image-inner {
        -webkit-mask: url(https://elliottwave-forecast.com/wp-content/uploads/2024/01/video-image-mask.png);
        -webkit-mask-size: 100%;
        -webkit-mask-position: center;
        -webkit-mask-repeat: no-repeat;
		border-radius:6px;
    }
}

.home-videos-image-inner div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

<!--New Last Section-->
.start {
    background: #f3f6fb;
    padding: 20px 0px 44px 0;
}

.start-inner {
    margin-bottom: 20px;
}

@media (max-width:1199.98px) {
    .start {
        height: auto;
        padding: 3rem 0 4rem;
    }
}

@media (min-width:1200px) {
    .start:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 1.625rem;
        background: #fff;
    }
}

.start--lg {
    padding: 0 0 5.625rem;
    height: auto;
}

.start--lg .start-text {
    padding: 4.375rem 0 0
}

.start--md {
    padding: 0 0 2.5rem;
    height: auto;
}

.start--md .start-inner {
    margin: 0
}

.start .decor {
    right: 5%;
    top: 30%;
}

.start .container {
    position: relative;
    z-index: 2;
}

.start-inner {
    margin: 0 0 -1.75rem
}

.start-monitor {
    float: right;
    width: 45.75rem;
    height: 26.5625rem;
    background: no-repeat;
    background-size: 100% 100%;
    padding: 1.625rem 6.5rem -0.375rem 5.1875rem;
}

@media (max-width:1199.98px) {
    .start-monitor {
        float: none;
        margin: 0 auto 2rem;
    }
}

@media (max-width:575.98px) {
    .start-monitor {
        width: 25rem;
        height: 12rem;
        padding: 1.2rem 4rem 2.5rem 3.2rem;
    }
}

.start-monitor-inner {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.start-text {
    font-size: 1.125rem;
    line-height: 1.75rem;
    letter-spacing: .025rem;
}

@media (max-width:575.98px) {
    .start-text {
        text-align: center;
    }
}

.start-text h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0 0 1.25rem;
    color: var(--color-title);
}

@media (max-width:575.98px) {
    .start-text h2 {
        font-size: 1.875rem;
    }
}

.start-text-buttons {
    display: flex;
    gap: 1.25rem;
}

@media (max-width:575.98px) {
    .start-text-buttons {
        flex-direction: column;
    }
}

.start .trial-inner {
    color: var(--color-text);
}

.start .trial-inner .social-link:hover {
    background: rgba(var(--color-white--rgb), .9);
}

.start .trial-inner .social-link--g {
    border-color: #bbbcbd;
    color: var(--color-title);
}

.start .trial-inner .social-link--fb {
    border-color: var(--color-facebook);
    color: var(--color-facebook);
}

.start .trial-inner .social-link--tw {
    border-color: var(--color-twitter);
    color: var(--color-twitter);
}

.site-inner {
    display: none !important;
}

.home-chart {
    background: #fff url(../img/line-shadow-2.png) no-repeat 0 100%;
    position: relative;
    z-index: 10;
    overflow: hidden;
	padding-bottom: 40px;
}
.home-chart h2 a { color:#000; }
.home-chart h2 {
    text-align: left;
    font-size: 24px !important;
    font-weight: 400;
    color: #000;
		width:100%; 
		font-family: poppins;
}
.home-chart-text .btn.btn--gradient {
  width: 110px !important;
  height: 48px !important;
  border-radius: 10px;
  font-family: Poppins;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  align-content: center;
  margin-top: 14px !important;
}
@media screen and (min-width:767.98px){
.home-chart{
		width: 100%;
  display: flex;
  margin: auto;
  }
.col-md-7 {  
	display:inline-block;
	width:55% !important;
  }
	.col-lg-5 {
  padding-left: 15px !important;
	display:inline-block;
	vertical-align: top;
	 }
}
@media screen and (max-width:767.98px){
	.home-chart{
		width: 100%;
  display: flex;
  margin: auto;
  }
  .col-md-7 {
	width: auto !important;
  padding-left: 15px;
  max-width:none !important;  
  }
	 .col-lg-5 {
	max-width: none !important;
  width: auto;
  padding-left: 15px !important;
		 
	 }
}
@media (max-width:575.98px) {
    .home-chart {
        padding: 3.5rem 0
    }
}

.home-chart .container {
    position: relative;
    z-index: 2
}

.home-chart h2 {
    margin: 46px 0 12px 0px;
}
.home-chart-text {
  color: #fff !important;
}
.home-chart-text p {
  color: #222 !important;
  font-family: Poppins;
  font-size: 15px;
  font-weight: 400;
  line-height: 27px;
  text-align: left;
}
.home-chart h3 {
    font-size: 1.875rem;
    line-height: 2.5rem;
    font-weight: 400;
    margin: 0 0 1.5625rem;
	font-family: Poppins;
}

.home-chart-image {
    display: block;
    overflow: hidden;
    border-radius: .625rem;
    box-shadow: 0 .5625rem 2.1875rem rgba(var(--color-black--rgb), .14);
}

@media (max-width:1199.98px) {
    .home-chart-image {
        margin-left: 0
    }
}

@media (max-width:991.98px) {
    .home-chart-image {
        margin-right: 0
    }
}

.home-chart-image img {
    max-width: 100%;
    height: auto
}

.home-chart-text {
    font-size: 1rem;
    line-height: 1.625rem;
    letter-spacing: .0125rem
}

.home-chart .decor {
    top: 8.75rem;
    left: 13.75rem
}

@media (max-width:1199.98px) {
    .home-chart .decor {
        top: 2rem;
        left: 2rem
    }
}

.col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    position: relative;
    width: 100%;
}

.col-lg-5 {
    flex: 0 0 37.667%;
    max-width: 40.66667%;
    position: relative;
    width: 100%;
    padding-left: 15px;
}

.btn.btn--gradient {
    margin: 0;
}

.home-chart-text.wow.fadeInRight .btn {
    margin-top: 10px;
}

@media (max-width: 575.98px) {
    .home-videos {
        align-items: center;
        justify-content: center;
        display: flex;
    }

    .home-instruments {
        display: flex;
        justify-content: center;
    }

    .home-videos-item .btn {
        margin: 0;
    }

    .home-instruments h2 {
        font-size: 1.8rem;
    }

    .home-instruments {
        padding: 3rem 0;
    }

    .col-md-7 {
        flex: 0 0 84.888% !important;
        max-width: 86.333%;
    }

    .col-lg-5 {
        flex: 0 0 87.667%;
        position: relative;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .btn.btn--gradient {
        margin: 0;
    }

    .home-box {
        padding-bottom: 27% !important;
    }

    .home-box2 h2 {
        font-size: 1.8rem !important;
    }

    .home-box2 p {
        padding-right: 26px;
    }

    .home-box-play-inner {
        width: 3.875rem;
        height: 3.875rem;
    }

    .start-monitor {
        width: 26rem !important;
        height: 17rem !important;
        padding: 0.2rem 5rem 2.5rem 3.2rem !important;
    }

    .trial {
        display: block;
    }

    .start-text.wow.zoomIn p {
        padding-right: 38px;
    }

    .start-text.wow.zoomIn h2 {
        padding-right: 38px;
    }

    .start-text.wow.zoomIn {
        margin: 10px;
    }

    .nav-item a {
        height: 48px !important;
    }

    .col-lg-6 {
        flex: 0 0 100%;
        max-width: 93%;
        padding-left: 11px;
        margin-left: 4px;
    }

    
    .col-md-6.col-lg-4 {
        width: 94%;
        height: auto;
    }

    .home-instruments .nav-link img {
        width: 2.438rem;
        height: auto;
    }

    .home-box-image-screen {
        max-width: 71%;
        transform: perspective(250px) rotateX(30deg);
        margin-top: 64px;
        padding-right: 25px;
    }

    .home-chart-text {
        padding-right: 26px;
    }

    .home-chart h2 {
        margin: 0;
        padding: 0px 29px 10px 0px;
    }

    .home-articles h2 {
        color: #1b2329;
        margin-top: 10px;
        padding: 0px 29px 10px 0px;
    }

    .home-instruments .tab-content {
        padding: 0 !important;
    }

    .col-lg-8 {
        flex: 0 0 95.667%;
        max-width: 100.667%;
    }

    .home-articles-next {
        right: 1.1rem;
        margin-right: 9px;
    }


}
@media (max-width: 767.98px) {
    .home-instruments .fade:not(.show) {
      opacity: 1; }
    .home-instruments .tab-pane {
      display: block; }
    .home-instruments .nav-tabs {
      display: none; }
    .home-instruments .panel-title a {
      display: block; }
    .home-instruments .panel {
      border-radius: 0.625rem;
      background: rgba(var(--color-white--rgb), 0.1);
      margin: 0 0 0.625rem; }
    .home-instruments .panel-collapse {
      padding: 1.25rem 1.5625rem; }
			 }
			 
<!--------------------------------------       Show    Plans    Section           ----------------------------------------------->

.page-template .site-inner {
  display: block !important;
}
<!--Banner-->
.banner {
  overflow: hidden;
  transition: all .5s ease;
}

.banner--big {
  position: relative;
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: .0625rem;
  color: #fff;
  text-align: center;

}
.banner--big .justify-content h1 {
  font-size: 3.125rem;
  line-height: 3.75rem;
  margin: 0 0 1.5625rem;
  font-weight: 700;

}
.justify-content p {
  font-size: 1.6rem;
  line-height: 2.2rem;
  letter-spacing: .0625rem;
  color: #fff;
  text-align: center;

}
.justify-content{
	justify-content: center !important;
	display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.banner--plans {
  padding: 6.625rem 0 14.5rem;
  background-color: #070a3a;
}
.banner .justify-content {
  position: relative;
  z-index: 6;
}
.plans-item-status--silver {
  background: linear-gradient(to right,#a9a8ad,#b5b3ba 50%,#a9a8ad) no-repeat;
}
.plans-item-status {
 position: absolute;
  left: 0;
  top: -1.25rem;
  font-size: 1.6rem;
  line-height: 2.25rem;
  padding: 5px 1.2rem 0.5rem 1.5rem;
  border-radius: 1.5rem 1.6rem 1.6rem 0;
  color: #fff;
}
  .plans-item-price--new {
  font-size: 2.3rem !important;
  line-height: 2.875rem;
  color: #fff;
  margin-bottom: 0;
	padding-top:5px;
	background:#333;

}
.plans-item-price {
  text-align: center;
}
.plans-item-price--new span {
  font-size: 1rem  !important;
}

.clickMe {
  border-color: #AC2201;
  background: #AC2201;
  border-radius: .3125rem;
padding: 1rem 0.875rem 1rem;
  letter-spacing: .0125rem;
  outline: 0;
  white-space: nowrap;
  text-align: center;
color: #fff !important;
  font-size: 18px;
  text-decoration: none !important;
  font-weight: 700;
}
.plans-item-status--gold {
  background: linear-gradient(to right,#caa038,#dbb75e 50%,#caa038) no-repeat;
}
.plans-item-status--platinum {
  background: linear-gradient(to right,#6d8188,#788b92 50%,#6d8188) no-repeat;
}
.plans-item-status--diamond {
  background: linear-gradient(to right,#726a7f,#9186a3 50%,#726a7f) no-repeat;
}

.plans {
  padding: 3.75rem 0 2rem 0 ;
	background:#f1f1f1;
  position: relative;
    background-size: auto;
  background-size: 51.875rem auto;
  overflow: hidden;
  font-size: 1rem;
  line-height: 1.625rem;
  z-index: 7;
}
.plans-item {
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 1.1875rem 2.5rem rgba(var(--color-black--rgb),.16);
  padding: 2.875rem 0.8rem .625rem;
  color: #52595f;
  position: relative;
	width:21%;
  margin-right: 20px;
	display:inline-block;
	vertical-align:top;
}
.plans-grid {
  display: inline-block;
	width:100%;
}
.plans-item-list {
  list-style: none;
  padding:1rem 0 0;
	min-height:210px;
}
.item_pricing {
	width:0px !important;
}
.plans-item-list li.disabled {
  background: 0 0;
  color: #c0c1cc;
}
.plans-item-list li {
  position: relative;
  padding: 0 0 0 1.5rem;
  font-size: 0.9rem;
  line-height: 1rem;
  margin-bottom: 0.6rem;
  background: url(https://elliottwave-forecast.com/wp-content/uploads/2023/12/list-mark.png) no-repeat 0 0;
  background-size: 0.8rem 0.8rem;
}

.item.slick-slide{
  width: 317px !important;
}
.home-articles-item h3 a {
font-size:14px !important;
}
.home-articles-slider{
	height:37rem;
}
@media (max-width: 767.98px) {
.home-articles-slider{
	margin:0px;
}
.item.slick-slide.slick-cloned {
  width: 0px !important;
}	
	
}