@media screen and (max-width: 1200px) {
	.mobile_slider .topimg {
		position: absolute;
		top: 0px;
		right: 64px;
		z-index: 111;
		width: 244px;
	}
	.mobile {
		position: absolute;
		width: 100%;
		top: -22%;
	}
}

@media screen and (max-width: 991px){
	.mobile{
		top: 0px;
	}
	.mobile_slider .topimg{
		position: absolute;
    top: 5px;
    right: 66px;
    z-index: 111;
    width: 197px;
	}


	#about .content ul li{
		padding-left: 5px;
	}
	#about ul.nav.nav-tabs li.nav-item a{
		    padding: 8px 15px;
	}
}


@media screen and (max-width: 767px) {
	.mobile_slider .topimg {
		width: 59%;
		left: 128px;
	}
	.testimonial-item {
		width: 75%;
		left: 68px;
		position: relative;
	}
	.mobile {
		position: relative;
	}
}
@media screen and (max-width: 576px) {
	.mobile_slider .topimg {
		width: 59%;
		right: 60px;
	}
	#hero .icon-box .title a{
		    font-size: 30px;
	}

	#about ul.nav.nav-tabs li.nav-item a, #about ul.nav.nav-tabs li.nav-item a.active{
		padding: 8px 8px;
    font-size: 15px;
    text-transform: capitalize;
	}

	.tradingview-widget-container {
    margin-top: 20px;
}

.stepicon {
    flex-direction: column;
    text-align: center;
}


.mobileRightText .text-right.text-light {
    text-align: center !important;
}

}



@media screen and (max-width: 500px){
.mobile_slider .topimg {
		width: 57%;
		right: 60px;
	}
}


@media screen and (max-width: 490px){
.mobile_slider .topimg {
		width: 56%;
	}
	.mobile {
    top: 0px;
    left: -17px;
}
}


@media screen and (max-width: 460px){
.mobile_slider .topimg {
		width: 54%;
		    left: 133px;
	}
	.mobile {
    top: 0px;
    left: -17px;
}
}


@media screen and (max-width: 420px){
.mobile_slider .topimg {
		width: 47%;
		    left: 133px;
	}
	.mobile {
    top: 0px;
    left: -17px;
}
}