img.d-block {
    width: 310px;
    height: 500px;
}

.title {
    text-align: center;
    width: 65%;
    margin: 0 auto;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    background-color: #3A4B60;
    width: 30px;
    height: 30px;
}

.content_img {
    width: 475px;
    height: auto;
}

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 812px)
and (-webkit-device-pixel-ratio : 3) {
	.content_img {
    	width: 100%;
    }	
}

.content_main {
    padding-top: 25px;
}

._content {
    padding-top: 8px;
}

.TradingStep_outbkg
{
	padding-top: 40px;
	padding-bottom: 40px;
    color: white;
    position: relative;
    z-index: 0;
    background-size: cover;
}

.TradingStep_outbkg h1{
    font-family: Helvetica Bold;
    font-size: 40px;
}

.tradingsteps_main
{
    text-align: center;
    padding-top: 50px;
}
.gold
{
    color: #E4BF86;
    font-weight: bold;
    padding-top: 20px;
    font-size: 20px;
}
.tradingstep_text
{
    font-size: 14px;
}

.WhatIsIncluded_outbkg{
	background-image: url(../images/banner1a.png);
    height: auto;
    width: auto;
	position: relative;
    z-index: 0;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 40px;
}

.WhatIsIncluded_title h1 {
    font-family: Helvetica Bold;
    font-size: 40px;
    color: #534741;
}

.WhatIsIncluded_title
{
    text-align: center;
    margin: 0 auto;
}

.centered 
{
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: white;
}
@media only screen and (max-width: 800px) {
    .centered {
      position: absolute;
      top: 73%;
      left: 85%;
      transform: translate(-50%, -50%);
      color: white;
    }
    
    .content_img {
        width: 300px;
        height: auto;
    }
    .aboutUs_trainer_img
    {
        text-align: center;
    }
    ._content
    {
        padding-bottom: 10px;
    }
    img.d-block {
        width: 250px;
        height: 400px;
    }
}
.carousel-inner.testimonial{
    margin: 0 auto;
    text-align: center;
    width: 65%;
}

/* Styles the lightbox, removes it from sight and adds the fade-in transition */

.lightbox-target {
position: fixed;
top: -100%;
width: 100%;
background: rgba(0,0,0,.7);
width: 100%;
opacity: 0;
-webkit-transition: opacity .5s ease-in-out;
-moz-transition: opacity .5s ease-in-out;
-o-transition: opacity .5s ease-in-out;
transition: opacity .5s ease-in-out;
overflow: hidden;
}

/* Styles the lightbox image, centers it vertically and horizontally, adds the zoom-in transition and makes it responsive using a combination of margin and absolute positioning */

.lightbox-target img {
margin: auto;
position: absolute;
top: 0;
left:0;
right:0;
bottom: 0;
max-height: 0%;
max-width: 0%;
border: 3px solid white;
box-shadow: 0px 0px 8px rgba(0,0,0,.3);
box-sizing: border-box;
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}

/* Styles the close link, adds the slide down transition */

a.lightbox-close {
display: block;
width:50px;
height:50px;
box-sizing: border-box;
background: white;
color: black;
text-decoration: none;
position: absolute;
top: -80px;
right: 0;
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}

/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:before {
content: "";
display: block;
height: 30px;
width: 1px;
background: black;
position: absolute;
left: 26px;
top:10px;
-webkit-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-o-transform:rotate(45deg);
transform:rotate(45deg);
}

/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:after {
content: "";
display: block;
height: 30px;
width: 1px;
background: black;
position: absolute;
left: 26px;
top:10px;
-webkit-transform:rotate(-45deg);
-moz-transform:rotate(-45deg);
-o-transform:rotate(-45deg);
transform:rotate(-45deg);
}

/* Uses the :target pseudo-class to perform the animations upon clicking the .lightbox-target anchor */

.lightbox-target:target {
opacity: 1;
top: 0;
bottom: 0;
}

.lightbox-target:target img {
max-height: 100%;
max-width: 100%;
}

.lightbox-target:target a.lightbox-close {
top: 0px;
}

h1, h2, h3, h4, h5, h6
{
    font-weight: 500 !important;
}

/*4 steps css*/
.mbr-figure img, .mbr-figure iframe {
    display: block;
    width: 100%;
    height: 345px;
}

@media (min-width: 768px){
	.whats-right-img {
    	float: left;
	}
	
	.whats-right-cap {
    	padding-left: 45px;
	}
	
	.whats-right-cap{
    	text-align: left;
	}
	.whats-right-cap .colorb {
    	text-align: left;
	}
	
	.mbr-figure {
    	padding-top: 56px;
	}
}
.whats-right-img img {
    width: 35px;
    height: 35px;
}

.whats-right-cap .colorb {
    color: #E4BF86;
    font-family: Helvetica Bold;
    font-size: 20px;
}

@media (max-width: 767px){
	.mb-20 {
    	padding-top: 25px;
	}
	
}

/*end 4 steps*/

/*why us*/
.whyus_outbkg
{
	padding-top: 40px;
	padding-bottom: 40px;
    color: white;
    position: relative;
    z-index: 0;
    background-color: #152F42;
}

.whyus_outbkg h1{
    text-align: center;
    font-size: 40px;
    font-family: Helvetica Bold !important;
}

.whyus_title{
	text-align: center;
    margin: 0 auto;
}

.mbr-card-title, .icon-img, .mbr-text {
    text-align: center;
}

.mbr-card-title{
    font-family: Helvetica Bold;
    font-size: 40px;
    color: #E4BF86;
}

.mbr-text{
    font-family: Helvetica Medium;
    font-size: 24px;
    color: white;
}

.icon-img {
    padding-top: 50px;
}

.icon-img img {
    width: 175px;
}

/*end why us*/

/*mentor*/
.trainer_outbkg ._content h2, .aboutus_outbkg ._content h2{
	font-family: Helvetica Bold;
	font-size: 36px;
}

.trainer_outbkg ._content p, .aboutus_outbkg ._content p{
	font-family: Helvetica Medium;
    font-size: 17px;
    text-align: justify;
    line-height: 1.5em;
    word-spacing: 0px;
    width: 480px;
}

@media (max-width: 1200px){
	.trainer_outbkg ._content p, .aboutus_outbkg ._content p{
		width: 100%;
		text-align: unset;
	}
}

.trainer_outbkg{
	background-color: #F1F1F1;
    height: auto;
    padding-bottom: 40px;
    padding-top: 40px;
    position: relative;
    z-index: 0;
    background-size: cover;
}

/*end*/

/*gallery*/

.gallery_outbkg{
    background-color: #E2E2E2;
    height: auto;
    color: white;
    padding-bottom: 40px;
    padding-top: 40px;
    position: relative;
    z-index: 0;
    background-size: cover;
}

.gallery_outbkg h1{
    text-align: center;
    font-family: Helvetica Bold !important;
    background-color: #E2E2E2;
    height: auto;
    color: #534741;
    font-size: 40px;
}

img.d-block-gallery {
    width: 96%;
    height: 185px;
    padding-bottom: 15px;
}

.gallery-carousel.carousel-control-prev-icon, .gallery-carousel.carousel-control-next-icon {
    height: 50px;
    width: 50px;
    padding: 12px;
    top: 50%;
    bottom: auto;
    transform: translateY(34%);
}

.customcrl{
    width: 40px;
    opacity: 1;
}
.gallery-carousel.carousel-control-prev-icon{
    background-image: url(../images/arrow2.png);
}

.gallery-carousel.carousel-control-next-icon{
    background-image: url(../images/arrow1.png);
}

.carousel-inner.gallery_carousel {
    width: 88%;
    margin: auto;
}

.gallery_outbkg .col-md-4, .gallery_outbkg .col-md-6 {
    padding: 0;
    margin: 0;
}

.carousel {
    padding-top: 50px;
}

/*end*/

/*corpPanent*/

.corpPanet_title {
    text-align: center;
    margin: 0 auto;
}

.corpPanetRow{
	width: 90%;
    margin: auto;
    padding-top:50px;
}

.corpPanetRow2{
	width: 90%;
    margin: auto;
}

@media (max-width: 992px){
	.corpPanetRow{
		width: 100% !important;
	    margin: auto;
	    padding-top:50px;
	}
	
	.corpPanetRow2{
		width: 100% !important;
	    margin: auto;
	}
}

.corpPanent_outbkg {
    background-color: #1F4054;
    height: auto;
    color: white;
    padding-bottom: 40px;
    padding-top: 40px;
    position: relative;
    z-index: 0;
    background-size: cover;
}

.corpPanent_outbkg h1{
    text-align: center;
    font-family: Helvetica Bold !important;
    background-color: #1F4054;
    height: auto;
    color: white;
    font-size: 40px;
}

@media (min-width: 768px){
	
	.no-padding{
		padding: 0px;
	}
	
	.no-padding-right{
		padding-right: 0px;
	}
	
	.no-padding-left{
		padding-left: 0px;
	}
	
	img.d-block-corp.corpimag4 {
    	text-align: left;
    	display: block;
	}
	
	img.d-block-corp.corpimag3 {
    	text-align: left;
    	display: block;
	}
}

.services-2 .icon-wrap {
    position: relative;
    height: 80px;
    width: 248px;
    margin: 0 auto;
    z-index: 0;
}

.services-2 {
    width: 100%;
    display: block;
    margin-bottom: 5px;
}

@media (max-width: 768px){
	.services-2 {
	    margin-bottom: 30px;
	}
	
	.lastimgs{
		margin-bottom: 0px !Important;
	}
}

/*end*/

/*Testimonials*/

.testimonial_outbkg {
	background-color: #152F42;
    padding-bottom: 40px;
    padding-top: 40px;
    position: relative;
    z-index: 0;
    background-size: cover;
}

.Testimonials_title h2
{
    font-size: 40px;
    color: white;
    text-align: center;
    font-family: Helvetica Bold;
}

.Testimonials_subtitle
{
    font-size: 27px;
    color: #F6CA91;
    text-align: center;
    font-family: Helvetica Bold;
    padding-bottom: 40px;
    margin: auto;
}

@media (min-width: 768px){
	.media.block-6.services.d-flex.pl5 {
    	padding-left: 3rem!important;
	}
	
	.media.block-6.services.d-flex.pl4 {
    	padding-left: 1.5rem!important;
	}
}
.media.block-6.services {
    padding-bottom: 55px;
}

.Testimonials_title {
    padding-top: 30px;
}

.heading {
    color: #F6CA91;
    font-size: 19px;
    font-family: Helvetica Bold;
}

.headingPagh {
    color: white;
    font-size: 19px;
    font-family: Helvetica;
}

.avtname {
    color: white;
    font-size: 20px;
    font-family: Helvetica Medium;
}

.icon img {
    height: 100px;
}

.iteam_links.float-right {
    margin-top: -30px;
    margin-right: 20px;
}

@media (max-width: 992px){
	.iteam_links.float-right {
    	margin-right: 0px;
    	text-align: center;
	}
	
	.float-right {
    	float: none!important;
	}
}

@media (max-width: 768px){
	
	.SU1img{
	    margin-left: 10px;
	}
	
	.SU2img{
		margin-left: -94px;
	}
}

@media (max-width: 576px){
	
	.SU2img{
		margin-left: -94px;
	}
}

@media (max-width: 530px) and (min-width: 500px) {
	
	.SU2img{
		margin-left: -84px;
	}
}

@media (max-width: 375px){
	
	.SU2img{
		margin-left: -58px !important;
	}
}

@media (max-width: 474px){
	
	.SU2img{
		margin-left: -67px;
	}
}


.boxed-btn5{
	display:inline-block;
	text-decoration:none;	
	color:white;
	background-color:transparent;
	border:1px solid white;
	border-radius:100px;
	padding-top: 11px;
	font-family: Helvetica;
	margin:5px;	
	background-size: 200% 100%;	
	background-image: linear-gradient(to right, transparent 50%, rgba(28, 190, 131, 1) 50%);
	transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
	height: 50px;
    width: 280px;
    font-size: 13pt;
}

.boxed-btn5:hover{
	color:rgba(255, 255, 255, 1);
	background-color:rgba(28, 190, 131, 1);
	background-position: -100% 100%;
}

.boxed-btn5:hover:after{
  width: 100%;
}

/*end Testimonials*/

/*pricing plan*/

.PricingPlan_outbkg{
	padding-bottom: 40px;
    padding-top: 40px;
    position: relative;
    z-index: 0;
    background-size: cover;
}

.PricingPlan_outbkg h1 {
    font-family: Helvetica Bold !important;
    color: #534741;
    font-size: 40px;
}

.pricing_title {
    margin: 0 auto;
    text-align: center;
}

.price_B_content {
    font-family: Helvetica Bold !important;
    font-size: 19px;
}

.price_sub_content{
   font-family: Helvetica Bold !important;
   font-size: 21px;
   color: #A67C52;
}

.price_sub_content2{
   font-family: Helvetica;
   font-size: 19px;
   color: #666666;
}

@media only screen and (max-width: 768px) {
	.SignUpImg1st {
    	padding-bottom: 40px;
	}
}

@media only screen and (min-width: 768px) {
	.SignUpImg1st {
    	padding-left: 0;
	}
	
	.SignUpImg2nd  {
    	padding-right: 0;
	}
}

.contentPimag {
    padding-top: 50px;
}


/*end*/

/*earning session */

.session_outbkg {
    background-color: #1F4054;
    height: auto;
    color: white;
    padding-bottom: 40px;
    padding-top: 40px;
    position: relative;
    z-index: 0;
    background-size: cover;
}

.session_outbkg h1 {
    text-align: center;
    font-size: 40px;
    font-family: Helvetica Bold !important;
}

.Session_subtitle, .Session_subtitle_bold {
    font-size: 24px;
    color: #FFFFFF;
    text-align: center;
    font-family: Helvetica;
    padding-bottom: 40px;
    padding-top: 30px;
    margin: auto;
}

.Session_subtitle_bold {
    font-family: Helvetica Bold;
}

.session_outer {
    border: 1px solid #808080;
}

.block-18.text-center {
    padding-top: 25px;
    padding-bottom: 25px;
}

.sessionicon .months{
	font-family: Helvetica Bold;
	font-size: 34px;
	display: block;
	color: #E3BE85;
	padding-top: 12px;
}

.session-countdown {
    background-color: #677986;
    margin-right: 15px;
    border-radius: 7px;
    border-color: rgb(222 226 229 / 0.5);
    border-width: 1px;
    border-style: solid;
    margin-left: 15px;
    width: 120px;
    height: 110px;
    text-align: center;
    vertical-align: middle;
    margin-bottom:15px;
}

.session-countdown .ss-txt1 {
    font-size: 18px;
    font-family: Helvetica Bold;
    color: #FFFFFF;
}

.session-countdown .sstxt {
    font-size: 40pt;
    font-family: Helvetica Bold;
    display:block;
    margin-bottom: -10px;
}

/**/

/*top time banner*/
.topbanner-count-down {
    padding-left: 25px;
    padding-right: 25px;
}

.topbar_banner{
 /* background: #D53E43; */
    background-image:url(../images/header-cny.png);
    color: white;
    padding-top: 10px;
    background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.flex-c {
    justify-content: center;
}

@media (min-width: 1400px){
	
	.topbanner-count-down {
		padding-left: 89px !important;
    	padding-right: 30px !important;
	}
}

@media (max-width: 1400px) and (min-width: 1300px){
	
	.topbanner-count-down {
		padding-left: 69px !important;
    	padding-right: 30px !important;
	}
	
	.remind-countdown {
    	font-size: 18px !important;
	}
}

@media (min-width: 1200px) and (max-width: 1298px){
	.size2 {
    	width: 60px !important;
    }
    
    .topbanner-count-down {
    	padding-left: 59px !important;
    	padding-right: 27px !important;
	}
}

@media (max-width: 1200px){
	.remind-countdown {
    	text-align: center;
	}
}

@media (max-width: 768px){
	.remind-countdown {
    	font-size: 18px !important;
    	text-align: center;
	}
}

@media (min-width: 1367px) and (max-width: 1465px){
	.Hwebview{
    	display: none;
	}
}

.flex-w {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    display: flex;
}

.how-countdown {
    background-color: #DA757B;
    margin-right: 8px;
    margin-bottom: 10px;
    border-radius: 2px;
    border-color: rgb(255 255 255 / 0.15);
    border-width: 1px;
    border-style: solid;
    margin-left: 8px;
}

.remind-countdown {
    font-size: 18px;
    font-family: Helvetica Bold;
    line-height: 1.1;
}

.size2 {
    width: 70px;
    height: 60px;
    text-align: center;
    vertical-align: middle;
    padding: 3px;
}

@media screen and (device-width: 414px){
	.size2 {
    	width: 65px !Important;
	}
}

@media screen and (device-width: 375px){
	.size2 {
    	width: 57px !Important;
	}
}

@media (min-width: 320px) and (max-width: 360px) {
	
	.size2 {
    	width: 43px !important;
    	height: 55px !Important;
    }
    
    .l1-txt1 {
    	font-size: 23px !important;
    }
    
    .s1-txt1 {
    	font-size: 6pt !important;
    }
}

.l1-txt1 {
    font-size: 28px;
    font-family: Helvetica Bold;
    line-height: 1;
}

.s1-txt1 {
    font-size: 8pt;
    font-family: Helvetica Bold;
}
/*end*/

/*include*/
.container-i1 {
    padding: 50px;
    background: rgb(78 83 83 / 0.9);
    border-top-right-radius: 120px;
    border-bottom-left-radius: 120px;
}

.WhatIsIncluded_1stimg{
    padding-top: 50px;
    text-align: center;
}

.WhatIsIncluded_img {
    padding-top: 29px;
    text-align: center;
}
.whatisincluded_box{
	background:rgb(77,77,77,0.9);
	margin-top: 29px;
	width:80%;
	padding-left:70px;
	padding-right:70px;
	padding-top:50px;
	padding-bottom:50px;
	
border-top-right-radius: 95px;
border-bottom-left-radius: 95px;
}
.whatisincluded_title{
	font-family: Helvetica Bold;
	font-size:28px;
	color:#F6CA91;
	text-align:center;
}
.whatisincluded_title2{
	font-family: Helvetica Bold;
	font-size:25px;
	color:#F6CA91;
	text-align:center;
}
.whatisincluded_p1{
	font-family: Helvetica Bold;
	font-size:17px;
	color:#F6CA91;
}
.whatisincluded_p2{
	font-family: Helvetica Bold;
	font-size:15px;
	color:#F6CA91;
}
.whatisincluded_p3{
	font-family: Helvetica;
	font-size:13px;
	color:#FFFFFF;
}

.WhatIsIncluded_outbkg img {
	width: 95%;
}
.telegram-content{
	display:none;
}

.telegram-title{
/* 	color: rgb(91,210,252); */
	color:orange;
	font-family: Helvetica Bold;
	font-size:15px;
}
 .content-tab:hover .tab-title, 
 .content-tab:hover { 
 	cursor: pointer;
 } 
 .arrow-ori{
	color:rgb(128,128,128);
} 
.trendmaster-content{
	display:none;
}
.content-tab{
	background:rgba(51,51,51,0.8);
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	height:113.8px;
}
.content-tab-active{
	background:rgba(51,51,51,1);
}
.tab-title{
	color:white;
	font-family: Helvetica Bold;
	font-size:13px;
}
.arrow-active {
  color:white;
}

.title-active-telegram{
	color:rgb(38,162,225);
}
.title-active-trailing{
	color:rgb(244,0,8);
}
.title-active-delay{
	color:rgb(255,139,98);
}
.title-active-trendmaster{
	color: rgb(36,202,98);
}
.trailing-content{
	display:block;
}
.trailing-title{
	color: white;
	font-family: Helvetica Bold;
	font-size:15px;
}
.delayedlive-content{
	display:none;
}
.delayedlive-title{
	color: white;
	font-family: Helvetica Bold;
	font-size:15px;
}
.tabcontent {
  display: none;
}
.whatisincluded_box_border{
border-right: 1px solid rgba(255,255,255,0.3);
border-bottom: 1px solid rgba(255,255,255,0.3);

}
.content-box-design{
height:455px;
background:rgb(51,51,51,1);
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}
.frame-size{
	width:340px;
	height:200px;
}

.gold-btn-img img{
	width:500px !important;
}
.gold-btn-img2 img{
	width:300px !important;
}
@media (max-width: 1366px){
	.WhatIsIncluded_outbkg img {
		width: 80%;
	}
}

@media (max-width: 768px){
	.WhatIsIncluded_outbkg img {
    	width: 100%;
	}
	.whatisincluded_box{
	width:100%;
	padding-left:20px;
	padding-right:20px;
	}
	.whatisincluded_box_border{
	border-right:none;}
	.table-font-size{
	font-size:12px;}
	
	.content-box-design{
	height:505px;
	}
	.frame-size{
	width:240px;}
	.gold-btn-img img{
	width:330px !important;
	}
	.gold-btn-img2 img{
	width:330px !important;
	}
}