*{
	margin: 0;
	padding: 0;
	outline: 0;
}

ol, ul, li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
a{
	text-decoration: none;
	color: #000;
	transition: 0.5s;
}
img{
	width: auto;
	max-width: 100%;
}
a:hover{
	color: #666;
	text-decoration: none;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #4d4d4d;
	background-color: #fff;
	overflow-x: hidden;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
label {
	padding: 0;
	margin: 0;
}

*:focus {
	outline: none !important;
}


/*********** Header css start  **********/

header{
	background-color: #fff;
	
	transition: 0.5s;
}

header.head-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; 
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
	z-index: 9999;
}

#logo{
	display: inline-block;
	transition: 0.5s;
}
#logo img {
    object-fit: cover;
    max-width: 200px;

}

header.head-bg .coustom.btn{
	line-height: 35px;
	font-size: 13px;
	padding: 0 10px;
}
.pro-section{
	padding: 10px 0 15px;
}

header.head-bg #logo{
	width: 110px;
}

.navigation .nav-btn{
	display: none;
}
.navigation .nav-menu{
	display: flex;
	justify-content: space-between;

}
.navigation .nav-menu li a{
	font-size: 14px;
	line-height: 35px;
	font-weight: 600;
	color: #686868;
	padding: 0 5px;
	display: block;
	margin: 0 22px;
	position: relative;
}
.navigation .nav-menu li a:before{
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	content: "";
	height: 1px;
	background-color: #ed1c24;
	transition: 0.5s;
}

.navigation .nav-menu li:hover a, .navigation .nav-menu li a.active{
	color: #02c37d;
}
.navigation .nav-menu li:hover a:before, .navigation .nav-menu li a.active:before{
	width: 100%;
	left: 0;
	right: 0;
}
.coustom.btn{
	font-size: 14px;
	font-weight: 600;
	line-height: 44px;
	padding: 0 15px;
}
.coustom.btn-outline-success{
	color: #fff;
	border-color: #02c37d;
	background-color: #02c37d;
	box-shadow:none;
	transition: 0.5s;
}
.coustom.btn-outline-success:hover{
    color: #fff;
    background-color: #08a56c;
    border-color: #08a56c;
}
div#scroll-bar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #02c37d;
	z-index: 999;
	border-radius: 3px;
  }
.pro-section{
	  position: relative;
	  padding: 15px 0 20px;
	  transition: 0.5s;
}
.pro-section::before{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background-color: #efefef;
	height:2px;
}

/*********** Header css end  **********/


/*********** Banner css start  **********/

#banner{
	position: relative;
	background: #f5fcf7;
	padding: 110px 0;
}

#banner:before{
	position: absolute;
	content: "";
	width: 51%;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../images/bg.png);
	background-repeat: no-repeat;
	background-size: cover;
}


.baner-text h2{
	/* padding-left:16px;
	border-left: solid 5px #02c37d; */
	font-size: 30px;
	font-weight: 600;
	color: #464646;
}

.baner-text h1{
	/* font-size: 59px; */
	font-size: 44px;
	font-weight: 800;
	color: #4a4a4a;
	padding-top: 15px;
	line-height: 55px;
	padding: 0 0 5px 25px;
	border-left: solid 5px #02c37d;
	margin: 40px 0;
	position: relative;
	font-family: 'Poppins', sans-serif;
}
/* .baner-text h1::before{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 55px;
	height: 5px;
	background-color: #02c37d;
	content: "";
} */
.card-box{
	background-color: #fff;
	border-radius: 10px;
	padding: 30px 22px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	display: flex;
	align-items: center;
}
.card-box h4{
	color: #494949;
	font-size: 20px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	border-left: solid 4px #02c37d;
	padding-left: 10px;
}
.card-box p{
	font-size: 13px;
	line-height: 20px;
	color: #929292;
	font-weight: 400;
	padding-top: 15px;
	
}
.card-box > div{
	width: 60%;
	padding-right: 10px;
}
.card-box > div + div{
	width: 40%;
}

.baner-text p{
	font-size: 25px;
	font-weight: 600;
	color: #464646;
	/* font-size: 21px;
	font-weight: 300;
	color: #2f2f2f;
	padding-top: 50px; */ 
}
.start-btn{
	background-color: #ed1c24;
	font-size: 13px;
	font-weight: 700;
	color: #fff;
	border-radius: 5px;
	padding: 0 15px;
	display: inline-block;
	line-height: 38px;
}
.start-btn:hover{
	color: #fff;
	background-color: #ce0d14;
}


/*********** Banner css end  **********/

/* Dynamic css */
.gray-color{
	color: #757171;
}
.green-color{
	color: #02c37d;
}
.red-color{
	color: #ed1c24;
}


/* ----------- */


/*********** Contant css end  **********/

#contant{
	padding-top: 50px;
	overflow: hidden;
}
#about-us{
	padding-top: 30px;
}
.heading p.h1{
	font-size: 42px;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	color: #5c5c5c;
}
.heading p.sub-head{
	font-size: 16px;
	color: #83909a;
	padding-top: 20px;
}
.heading h5.sub-head{
	font-size: 21px;
	padding-top: 20px;
	font-weight: 600;
}

.heading .coustom.btn-outline-success{
	font-size: 18px;
	line-height: 55px;
	padding: 0 25px;
	font-weight: 700;
}

.heading.text-center.white h1, .heading.text-center.white p{
	color: #fff;
}

.heading.text-center.white .coustom.btn-outline-success{
	background-color: #fff;
	color: #02c37d;
}
.heading.text-center.white .coustom.btn-outline-success:hover{
	background-color: #005740;
	color: #fff;
}


.heading .border{
	border: 0 !important;
	position: relative;
	padding-bottom: 30px;
}
.heading .border:before{
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 50px;
	height: 5px;
	background-color: #02c37d;
	content: "";
}
.heading.white .border:before{
	background-color: #fff;
}


/* --------choose-section --------------*/

.choose-section{
	padding: 50px 0;
	position: relative;
}
.choose-img{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 16%;
}
.choose-img img{
	position: relative;
}
.choose-img .choose-img-text{
	position: absolute;
    text-align: center;
    top: 45%;
    width: 228px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.choose-img .choose-img-text p{
	font-size: 13px;
	font-weight: 600;
	color: #83909a;
	padding-top: 15px;
}
.choose-section .choose-img-text h4{
	font-size: 24px;
	font-family: 'Poppins', sans-serif;
	padding:10px 0 0;
	border: 0;
	margin-left: 0;
}

.choose-section h4{
	font-size: 21px;
	font-weight: 700;
	padding-left: 13px;
	border-left: solid 4px #ed1c24;
	color: #5c5c5c;
	margin-left: 15px;
	margin-top: 10px;
}
.step-box{
	width: 35%;
	position: relative;
}
.step-box::before{
	position: absolute;
    content: "";
    background-image: url(../images/dot.png);
    background-repeat: repeat-x;
    height: 6px;
    left: 98%;
    z-index: 9;
    width: 64px;
    transform: rotate(48deg);
    top: 77px;
}
.step-box.text-right::before{
    right: 98%;
    left: auto;
    transform: rotate(-45deg);
    top: 77px;
}

.choose-box.extra-padding .step-box.text-right::before{
	right: 97%;
    left: auto;
    transform: rotate(-130deg);
    top: 24px;
    width: 72px;
}

.choose-box.extra-padding .step-box::before{
	
    left:97%;
    transform: rotate(-55deg);
    top: 24px;
    width: 72px;
}

.step-top{
	display: flex;
	align-items: flex-start;
	position: relative;
}
.step-top:before{
	position: absolute;
    top: 74%;
    left: 66px;
    content: "";
    height:6px;
    right: 0;
	z-index: 9;
	background-image: url(../images/dot.png);
	background-repeat: repeat-x;
}
.step-number{
	position: relative;
}
.step-number span{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 24px;
	font-weight: 700;
	color: #3bd864;
}
.separator{
	position: relative;
}
.separator p{
	font-size: 15px;
	font-weight: 400;
	color: #83909a;
	line-height: 25px;
}
.separator:after{
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 20px;
	background-color: #02c37d;
	content: "";
}
.separator:before{
	position: absolute;
	top: 30px;
	bottom: 0;
	left: 0;
	width: 2px;
	background-color: #cccccc;
	content: "";
}
.choose-box{
	display: flex;
	justify-content: space-between;
}


.step-box.text-right .step-top{
	flex-direction: row-reverse;
}
.choose-section .step-box.text-right h4{
	padding-left: 0;
    border-left: 0;
	margin-left: 0;
	padding-right: 13px;
    border-right: solid 4px #ed1c24;
    margin-right: 15px;
}
.step-box.text-right .step-top:before{
	left: 0;
	right: 66px;
}
.step-box.text-right .step-number img{
	transform: rotateY(180deg);
}

.step-box.text-right .separator:before{
	left: auto;
	right: 0;
}
.step-box.text-right .separator:after{
	left: auto;
	right: 0;
}


.extra-padding{
	padding-top: 150px;
}


/*---------- trading-platforms css -----------*/
.trading-platforms{
	padding: 60px 0;
	background-image: url(../images/bg.jpg);
	background-attachment: fixed;
	background-repeat: repeat-y;
}
.trading-logo{
	width: 200px;
	height: 200px;
	border-radius: 100%;
	border: solid 4px #068747;
	background-color: #fff;
}
.trading-logo img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 100%;
}



/* -------news css---------- */

.latest-updates{
	background-color: #f5fcf7;
	padding: 60px 0 70px;
}
.news-box{
	background-color: #313e44;
	color: #fff;
	border-radius: 5px;
	padding: 20px 20px 30px;
}

.news-box h4{
	font-size: 20px;
	line-height: 30px;
	padding: 20px 0 15px;
	position: relative;
}
.news-box p{
	font-size: 15px;
	line-height: 28px;
	padding: 20px 0 25px;
	color: #afbcc5;
}
.news-box h4::before{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 36px;
	height: 4px;
	content: "";
	background-color: #02c37d;
}
.news-box .news-top p{
	padding: 0;
	color: #02c37d;
}

.news-top{
	padding-bottom: 10px;
	border-bottom: solid 1px #3f4d54;
}
.news-top i.fas{
	font-size: 25px;
	color: #989fa2;
}
.news-box .start-btn{
	background-color: #02c37d;
}
.news-box .start-btn:hover{
	background-color: #05a068;
}
.textmonial-box{
	background-color: #fff;
	border-radius: 5px;
	padding: 20px 30px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1), 0 1px 2px rgba(0,0,0,0.1);
  	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.textmonial-box:hover{
	box-shadow: 0 14px 28px rgba(0,0,0,0.1), 0 10px 10px rgba(0,0,0,0.1);
}
.slick-list{
	padding: 50px 10px 40px!important;
}
.slick-slide{
	margin: 0 15px;
}

.textmonial-content{
	display: flex;
	align-items: center;
	min-height: 175px;
	padding: 10px 9px;
}
.textmonial-content p{
	font-size: 15px;
	color: #5c5c5c;
	line-height: 30px;
}
.slick-slide img{
	display: inline-block !important;
}
.textmonial-box h5{
	font-weight: 600;
	color: #02c37d;
}
.stocks-section{
	background-color: #02c37d;
	color: #fff;
	padding: 50px 0;
}

.slick-slide .border-top{
	border-top:1px solid #f7f7f7!important;
}


/* footer css */
footer{
	border-top: solid 3px #02c37d;
}

footer h5{
	font-size: 16px;
	font-weight: 600;
	padding-left: 12px;
	border-left: solid 4px #55bc70;
	text-transform: uppercase;
}
footer p{
	color: #848e94;
	line-height: 25px;
}

.copy-right-box{
	background-color: #e7e7e8;
	padding: 20px 0;
}
footer p a{
	color: #848e94;
	font-weight: 400;
	font-size: 15px;
}
footer p a:hover{
	color: #55bc70;
}
footer p a i.fas{
	font-size: 20px;
	color: #55bc70;
}
.copy-right-text{
	padding-bottom: 8px;
	border-bottom: solid 1px #dadadc;
	color: #585858;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: 600;
}

/*----- footer css end------ */




/* ----progress css ----*/
.progress-wrap {
	position: fixed;
	right: 50px;
	bottom: 50px;
	height: 60px;
	width: 60px;
	cursor: pointer;
	display: block;
	border-radius: 50px;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
	z-index: 10000;
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px);
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
	padding: 3px;
	background-color: #ed1c24;
}
.progress-wrap:before{
	content: "\27A4";
    position: absolute;
    top: 9px;
    transform: rotate(-90deg);
    left: 17px;
	font-size: 26px;
	color: #fff;
	transition: 0.5s;
}
.progress-wrap:hover:before{
	color: #fff;
	top: 5px;
}
.progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.progress-wrap:hover::after {
	opacity: 0;
}
.progress-wrap:hover::before {
	opacity: 1;
}
.progress-wrap svg path { 
	fill: #ed1c24; 
}
.progress-wrap svg.progress-circle path {
	stroke: #fff;
	stroke-width: 3;
	box-sizing:border-box;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
body.light .progress-wrap {
	box-shadow: inset  0 0 0 2px rgba(0,0,0,0.2);
}




/* join css */


#msform {
	margin: 15px 0 50px;
	text-align: center;
	position: relative;
}
#msform fieldset{
	background: white;
	border: 0 none;
	border-radius: 10px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	padding: 20px 30px;
	box-sizing: border-box;
	position: relative;
}
#msform fieldset p{
	font-size: 14px;
	font-weight: 400;
	color: #908e8e;
}
#msform fieldset:not(:first-of-type) {
	display: none;
}

#msform .action-button {
	width: 100px;
	background: #02c37d;
	font-weight: bold;
	color: white;
	border: 0 none;
	border-radius: 5px;
	cursor: pointer;
	padding: 13px 10px;
	margin-top: 30px;
	transition: 0.5s;
}
#msform .action-button.bg-red {
	background: #ed1c24;
}
#msform .action-button.bg-red:hover {
	background: #bf0d14;
}
#msform .action-button:hover, #msform .action-button:focus {
	background-color: #08a56c;
}
/*headings*/
.fs-title {
	font-size: 15px;
	text-transform: uppercase;
	color: #2C3E50;
	margin-bottom: 10px;
}
.fs-subtitle {
	font-weight: normal;
	font-size: 13px;
	color: #666;
	margin-bottom: 20px;
}
/*progressbar*/
#progressbar {
	margin-bottom: 45px;
	overflow: hidden;
	counter-reset: step;
}
#progressbar li {
	list-style-type: none;
	font-size: 14px;
	width: 33.33%;
	float: left;
	font-weight: 600;
	position: relative;
}
#progressbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 50px;
	line-height: 50px;
	display: block;
	font-size: 20px;
	color: #333;
	background: white;
	border-radius: 100%;
	margin: 0 auto 5px auto;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
#progressbar li:after {
	content: '';
	width: 100%;
	height: 2px;
	background: #e6e6e6;
	position: absolute;
	left: 0;
	top: 25px;
	z-index: -1; 
}
#progressbar li.active:before,  #progressbar li.active:after{
	background: #02c37d;
	color: white;
}
#progressbar li.active{
	color: #02c37d;
}


.radio-shadow{
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.radio-shadow:hover {
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.step-heading{
	padding-left: 10px;
	border-left: solid 4px #02c37d;
	color: #000;
	font-weight: 600;
}

.radio {
	margin: 0.5rem;
}
.radio input[type="radio"]{
	position: absolute;
	opacity: 0;
}
.radio-label{
	font-weight: 600;
	margin-top: 30px;
	font-size: 16px;
}
.radio input[type="radio"] + .radio-label:before {
	content: '';
	background: #f4f4f4;
	border-radius: 100%;
	border: 1px solid #b4b4b4;
	display: inline-block;
	width: 1.4em;
	height: 1.4em;
	position: relative;
	top: 0;
	margin-right: 1em;
	vertical-align: top;
	cursor: pointer;
	text-align: center;
	-webkit-transition: all 250ms ease;
	transition: all 250ms ease;
}
.radio input[type="radio"]:checked + .radio-label:before {
	background-color: #02c37d;
	box-shadow: inset 0 0 0 4px #f4f4f4;
}
.radio input[type="radio"]:focus + .radio-label:before {
	outline: none;
	border-color: #02c37d;
}

.radio input[type="radio"] + .radio-label:empty:before {
	margin-right: 0;
}
.icon-circle{
	width: 100px;
	height: 100px;
	background-color: #02c37d;
	margin: 0 auto;
}
.personal-infomation-form .form-group label{
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 5px;
}
.personal-infomation-form .form-group{
	margin-bottom: 25px;
}

.list-style li{
	font-size: 15px;
	font-weight: 600;
	color: #6c757d;
	padding-left: 20px;
	position: relative;
	margin-top: 8px;
}
.list-style li:before{
	position: absolute;
	left: 0;
	top: 6px;
	content: "";
	width: 10px;
	height: 10px;
	background-color: #6c757d;
	border-radius: 2px;
}
.accordion-btn-section{
	padding: 0;
	border: 0;
	border-radius: 0;
}
.accordion-btn-section .btn.btn-link{
	padding: 0;
	display: block;
	background-color: #08a56c;
	width: 100%;
	text-align: left;
	border: 0;
	text-decoration: none !important;
}
.accordion-btn-section .btn.btn-link span{
	background-color: #007349;
	padding: 10px;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	padding: 13px;
	position: relative;
	display: inline-block;
	border-radius: 5px 0 0 5px;
}
.accordion-btn-section .btn.btn-link span + span{
	background-color: #08a56c;
	border-radius: 0 5px 5px 0;
}

.details-text .step-heading{
	font-size: 15px;
	font-weight: 600;
	border-left: solid 3px #08a56c;
	color: #6c757d;
}
.list-group li{
	font-weight: 400;
	font-size: 13px;
	color: #6c757d;
	padding-left: 15px;
	position: relative;
	margin-top: 6px;
}
.list-group li:before{
	position: absolute;
	left: 0;
	top: 6px;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #08a56c;
	border-radius: 2px;
}

  /* ------------------- */















@media(max-width:1441px) {
  
}

@media(max-width:1366px) {
}

@media(max-width:1200px) {
}

@media(max-width:1024px) {
	#banner{
		padding: 60px 0;
	}
	.extra-padding {
		padding-top: 167px;
	}
	.choose-img {
		left: 50%;
    	top: 16%;
    	width: 34%;
	}
	.textmonial-content p{
		line-height: 22px;
	}
	.textmonial-box{
		padding: 20px;
	}
	.step-box{
		width: 32%;
	}
	.choose-section h4 {
		font-size: 16px;
	}
}

@media(max-width:991px) {
	#logo, header.head-bg #logo{
		width: 100px;
	}
	.choose-img .choose-img-text{
		top: 48%;
	}
	.navigation{
		position: relative;
	}
	.navigation .nav-menu{
		display: none;
		position: absolute;
		right: 0;
		top: 105%;
		width: 300px;
		z-index: 9999;
		background-color: #fff;
		box-shadow: 0 0  10px 0 rgba(0, 0, 0, 0.3);
		border-radius: 5px;
		padding: 10px 0;
	}
	.navigation .nav-btn{
		display: block;
	}
	.flexrowreverse{
		flex-direction: row-reverse;
	}
	.coustom.btn-outline-success, header.head-bg .coustom.btn{
		line-height: 33px;
		font-size: 13px;
		padding: 0 10px;
		margin-right: 15px;
	}

	.nav-bg{
		display: none;
		position: fixed;
		width: 100%;
		top: 0;
		right: 0;
		bottom: 0;
		background: rgba(0, 0, 0, 0.8);
		z-index: 9;
	}
	.mavigation .nav-menu li{
		padding:5px 0;
	}
	.mavigation .nav-menu{
		display: none;
		position: absolute;
		right: 0;
		width: 250px;
		top: 100%;
		background-color: #e0e9fe;
		padding-top: 15px;
	}
	.mavigation .nav-menu li ul.sub-menu{
		z-index: 999;
	}
	header.head-bg #mavigation .nav-menu{
		background: #fff;
	}
	.nav-btn{
		display: block;
		width: 40px;
		height: 35px;
		position: relative;
		z-index: 995;
	}
	.nav-btn span {
		display: block;
		clear: both;
		height: 3px;
		width: 35px;
		border-radius: 40px;
		background-color: #4a4a4a;
		position: absolute;
		right: 0;
		top: 3px;
		overflow: hidden;
		transition: all 0.4s ease;
	}
	.nav-btn span:nth-child(1) {
		margin-top: 0;
		z-index: 9;
	}
	.nav-btn span:nth-child(2) {
		margin-top: 13px;
	}
	.nav-btn span:nth-child(3) {
		margin-top: 26px;
	}
	.oppenned span:nth-child(2) {
		overflow: visible;
		opacity: 1;
	}
	.oppenned span:nth-child(1), .oppenned span:nth-child(3) {
		z-index: 100;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.oppenned span:nth-child(1) {
		-webkit-transform: rotate(45deg) translateY(7px) translateX(11px);
		transform: rotate(45deg) translateY(7px) translateX(11px);
	}
	  .oppenned span:nth-child(2) {
		opacity: 0;
	}
	.oppenned span:nth-child(3) {
		-webkit-transform: rotate(-45deg) translateY(-8px) translateX(11px);
		transform: rotate(-45deg) translateY(-8px) translateX(11px);
	}

	.baner-text h1{
		font-size: 38px;
		line-height: 48px;
		/* padding: 25px 0; */
	}
	.baner-text h2{
		font-size: 20px;
		line-height: 25px;
	}
	.baner-text p{
		font-weight: 400;
		font-size: 16px;
		width: 60%;
		padding: 0 0 20px;
	}
	#contant {
		padding-top: 10px;
	}
	.heading p.h1{
		font-size: 33px;
	}
	.heading .coustom.btn-outline-success {
		font-size: 14px;
		line-height: 45px;
		padding: 0 16px;
	}
	.step-box{
		width: 100%;
	}
	.choose-box{
		flex-wrap: wrap;
	}
	.step-box::before{
		display: none;
	}
	.choose-img{
		position: inherit;
		transform: none;
		width: auto;
		text-align: center;
		top: auto;
		left: auto;
		padding-top: 20px;
	}
	.extra-padding {
		padding-top: 0;
	}
	.step-top{
		padding-top: 20px;
	}
	.step-top:before{
		width: 50%;
	}
	.step-box.text-right .step-top:before{
		left: auto;
	}
	.trading-logo{
		width: 150px;
		height: 150px;
	}
	footer p br{
		display: none;
	}
	
}

@media(max-width:801px) {
	.choose-section{
		padding-bottom: 0;
	}
	
}

@media(max-width:768px) { 
	
}
  
@media(max-width:767px) {
	#banner{
		padding: 40px 0;
	}
	.baner-text h1{
		font-size: 29px;
		line-height: 35px;
	}
	.choose-section{
		padding-bottom: 0;
	}
	.trading-logo{
		margin: 0 auto;
	}
	.textmonial-box{
		padding: 10px 6px;
		margin: 0 9px;
	}
	.textmonial-box h4 img{
		width: 20px;
	}
}
  
@media(max-width:600px) {
}

@media(max-width:575px) {
}

@media(max-width:480px) {
	.textmonial-box{
		margin: 0 50px;
	}
	.heading p.h1{
		font-size: 25px;
	}
	.heading h5.sub-head{
		font-size: 18px;
	}
	.baner-text p{
		width: 100%;
	}
	#banner:before{
		display: none;
	}
}

@media(max-width:420px) {
	.baner-text h1{
		font-size: 23px;
	}
	.choose-section h4 {
		font-size: 15px;
		margin-top: 17px;
		margin-left: 8px;
	}
	.textmonial-box{
		margin: 0 25px;
	}
}

@media(max-width:375px) { 
	.textmonial-box{
		margin: 0 15px;
	}
	.choose-section .choose-img-text h4{
		padding: 0;
	}
}

@media(max-width:320px) {
	
}



.error {
    color: red !important;
    border-color: red !important;
}
.form-control:active,
.form-control:focus {
    box-shadow: none;

}
.image-section .list-group li {
    margin-top: 0;
}
.image-section .list-group li:before {
    display: none
}
.main-body {
	min-height: 60vh;
	display: flex;
	justify-content: center;
	align-items: center;
}
section{
	width: 100%;
	height: 100%;
}