/*
Theme Name: Strategia Trading
Author: the ANi
Version: 1
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
Text Domain: Strategiatrading
*/
a, a:focus, a:hover {
	text-decoration:none
}
*, body, img {
	margin:0;
	padding:0
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, nwsection, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
	margin:0;
	padding:0;
	border:0;
	font:inherit
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, nwsection {
	display:block
}
ol, ul {
	list-style:none
}
blockquote, q {
	quotes:none
}
blockquote:after, blockquote:before, q:after, q:before {
	content:'';
	content:none
}
table {
	border-collapse:collapse;
	border-spacing:0
}
* {
	box-sizing:border-box
}
a {
	outline:0;
	border:none;
}
a:focus {
	outline:0;
	border:none;
}
a:hover {
	outline:0;
	border:none;
}
button {
	outline:0;
	border:none;
}
button:hover {
	outline:0;
	border:none;
}
button:focus {
	outline:0;
	border:none;
}
.spacer {
	clear:both;
	line-height:0;
	font-size:0
}
img {
	border:0;
	height:auto;
	max-width:100%
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal
}
select {
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none
}
body {
	  font-family: "Inter", sans-serif;
	font-weight: 400;
	background: #030215;
}
.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.justify-content-between {
	justify-content:space-between;
}
.align-items-center {
	align-items:center;
}
.justify-content-center {
	-ms-flex-pack: center !important;
	justify-content: center !important;
}
.both-padding {
	padding:0 15px;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.p-0 {
	padding:0 !important;
}
.pt-0 {
	padding-top:0 !important;
}
.pt-2 {
	padding-top:8px !important;
}
.pb-0 {
	padding-bottom:0 !important;
}
.pb-2 {
	padding-bottom:8px !important;
}
.pt-3 {
	padding-top:16px !important;
}
.pb-3 {
	padding-bottom:16px !important;
}
.m-0 {
	margin:0 !important;
}
.mt-0 {
	margin-top:0 !important;
}
.mt-2 {
	margin-top:8px !important;
}
.mb-0 {
	margin-bottom:0 !important;
}
.mb-2 {
	margin-bottom:8px !important;
}
.mt-3 {
	margin-top:16px !important;
}
.mb-3 {
	margin-bottom:16px !important;
}
.text-center {
	text-align:center !important;
}
.text-left {
	text-align:left !important;
}
.text-right {
	text-align:right !important;
}
.dm-none {
	display:none !important;
}
.dm-block {
	display:block !important;
}
.dm-flex {
	display:flex !important;
}
.position-relative {
	position:relative;
}
.headingone {
	font-size:28px;
	text-transform:uppercase;
	font-weight:bold;
	line-height:100%;
}
.subheading {
	font-size:16px;
	line-height:120%;
	margin-top:10px;
	text-transform:capitalize;
}
.container {
	padding:0 15px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}
.nwsection {
	padding: 30px 0;
}
.rowgap {
	margin-top:30px;
}
strong{font-weight: 700;}

/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
}
.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	/* display: block; */
	display: flex;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before, .slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide {
	float: right;
}
/*.slick-slide img {
	display: block;
	margin:0 auto;
}*/
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
  /* align-items: center;
  justify-content: center;
  height: auto; */
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
/* Arrows */
.slick-prev {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 34px;
	height: 34px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	z-index:9;
	background:url(../images/sliderleft.png) left top no-repeat;
	background-size:100% 100%;
}
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width:34px;
	height: 34px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	z-index:9;
	background:url(../images/sliderright.png) left top no-repeat;
	background-size:100% 100%;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	color: transparent;
	outline: none;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
	opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
	opacity: .25;
}
.slick-prev:before, .slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-prev {
	left:-30px;
}
[dir='rtl'] .slick-prev {
	right:80px;
	left: auto;
}
.slick-next {
	right:-30px;
}
[dir='rtl'] .slick-next {
	right: auto;
	left:80px;
}
.slick-dots {
	display: block;
	width: 100%;
	padding: 0;
	margin:20px 0 0;
	list-style: none;
	text-align: center;
	z-index: 99;
	position: relative;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: auto;
	height: 3px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li.slick-active{width: 100px;}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 50px;
	height: 10px;
	padding: 3px;
	cursor: pointer;
	color: transparent;
	/* border-radius:10px; */
	background:none;
    /* border:1px solid #17255A; */
	background: #737373; 
	outline: none;
	border-radius: 5px;
}
.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
	opacity: 1;
}
.slick-dots li.slick-active button:before {
	opacity: .75;
	color: black;
}
.slick-dots li.slick-active button {
	background:linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(98deg, #6DDCFF 0%, #7F60F9 100%);
	position:relative;
	width: 100px;
	height: 10px;
	opacity: 1;
	border-radius: 50px;
	/* border:2px solid #F86D42; */
}
/* Slider end */


/**------------------Accordion Css start--------------*/
.accordion {
	width:100%;
	margin: 0 auto;
}
.acc {
	margin: 0px 0 15px 0;
	border-radius: 16px;
border: 1px solid rgba(255, 255, 255, 0.10);
background: #030215;
padding: 12px;
  }

.acc:last-child {
	margin: 0;
  }

.acc-head {
	position: relative;
	display:flex;
	align-items:center;
	cursor: pointer;
	background:transparent;
	border-radius: 5px;
	gap: 15px;
	flex-wrap: wrap;
}
.acc-head h6 {
	width:85%;
	color: #9997A0;
font-size: 16px;
font-weight: 400;
line-height: 120%; 
}
.acc-content {
	display: none;
	padding:0;
}
.accordion-header-icon {
	font-size: 0;
	background: url(images/FAQ-Icon.png) right center no-repeat;
	height:28px;
	width:28px;
	background-size:cover;
}
.active .accordion-header-icon {
	background: url(images/FAQ-Icon.png) right center no-repeat;
	width:28px;
	height:28px;
	background-size:cover;
}
.acc-content p {
	color: #9997A0;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin-top: 10px;
}

.acc-content ul li{
	color: #9997A0;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 180%;
	opacity: 0.8;
	list-style: disc;
	list-style-position: inside;
}
.acc-content ul{margin: 15px 0	;}

/**------------------Accordion Css end--------------*/

.heroimg img{
	width: 100%;
	display: block;
}
.homebanner{
background: linear-gradient(207deg, #000 -23%, #3E7AAF 234.2%);
}

.herobancontent {
	position: absolute;
	bottom: 30px;
	width: 100%;
	max-width: 1009px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	padding:0 15px;
}

.herobancontent h1{
	color: #FFF;
  font-family: "Figtree", sans-serif;
font-size: 24px;
font-weight: 800;
letter-spacing: -0.4px;
text-transform: uppercase;
}
.herobancontent h2{
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 120%; 
background: linear-gradient(180deg, #EAEDFA 66.91%, #949494 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
margin: 10px 0;
}
.herobancontent h2 span{
	color: #407DB3 !important;
	background: transparent !important;
	-webkit-text-fill-color:initial !important;
	-webkit-background-clip:initial !important;
	background-clip:initial !important
}
.herobancontent p{
	color: #FAFAFA;
font-size: 14px;
font-weight: 500;
line-height: 140%;
letter-spacing: -0.24px;
max-width: 747px;
margin: 0 auto;
}
.herobtn {
	border-radius: 12px;
	background: #3E7AAF;
	width: 305px;
	height: 54px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 20px auto 0;
	color: #FFF;
font-size: 15px;
font-weight: 700;
letter-spacing: -0.36px;
text-transform: uppercase;
}
.herobtn:hover{ background: #5C2BE9; color: #fff;}

.aboutimg img{
	width: 100%;
	display: block;
	border-radius: 16px;
}
.aboutswitzy  h2{
	color: #FAFAFA;
font-size: 20px;
font-weight: 700;
margin-bottom: 15px;
}

.aboutcontet p{
	color: #FAFAFA;
font-size: 14px;
font-weight: 300;
line-height: 130%; 
letter-spacing: -0.32px;
margin-bottom: 12px;
}
.joinbtn {
	border-radius: 12px;
	background: #E9A945;
	padding: 14px 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 310px;
	color: #000;
font-size: 18px;
font-weight: 700;
letter-spacing: -0.36px;
text-transform: uppercase;
}
.joinbtn:hover{background: #5C2BE9; color: #fff;}
.aboutcontet{padding-top: 25px;}

.title-heading{
	color: #EAEDFA;
font-size: 24px;
font-weight: 600;
line-height: 120%;
letter-spacing: -1.04px;
}
.title-subheading{
	color: #9997A0;
font-size: 14px;
font-weight: 400;
line-height: 160%;
max-width: 664px;
margin: 10px auto 0;
}
.stepbox h3{
	color: #EAEDFA;
text-align: center;
font-size: 20px;
font-weight: 600;
line-height: 120%;
letter-spacing: -0.48px;
margin-bottom: 10px;
}
.stepbox p{
	color:  #9997A0;
text-align: center;
font-size: 14px;
font-weight: 400;
line-height: 160%;
}
.stepcount{
	border-radius: 100px;
background: #3762E8;
width: 32px;
height: 32px;
display: flex;
align-items: center;
justify-content: center;
color: #EAEDFA;
text-align: center;
font-size: 16px;
font-weight: 500;
line-height: 120%;
letter-spacing: -0.48px;
margin: 15px auto;
z-index: 99;
position: relative;
}
.stepbox{position: relative; margin-top: 50px;}
.simplestep .stepouter:first-child .stepbox {
	margin-top: 0;
}
.simplestep{
	background: url(images/stepsecbg2.png) no-repeat center center;
	background-size: cover;
}

.primarybtn{
	border-radius: 12px;
background: linear-gradient(90deg, #5C2BE9 0%, #9A43AB 50%, #D95A6E 100%);
max-width: 378px;
width: 100%;
height: 64px;
color: #FFF;
font-size: 18px;
font-weight: 700;
letter-spacing: -0.36px;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto;
gap: 5px;
text-transform: uppercase;
}
.primarybtn:hover{background: linear-gradient(90deg, #D95A6E 0%, #9A43AB 50%, #5C2BE9 100%);}

.ratingsec{
	margin-top: 15px;
	text-align: center;
}
.ratingsec img{display: block; margin: 0 auto 10px;}
.ratingsec h6{
font-size: 16px;
font-weight: 400;
letter-spacing: -0.32px;
color: #fff;
}
.strategyarea{
border-radius: 16px;
border: 1px solid rgba(164, 164, 164, 0.50);
background: rgba(137, 137, 137, 0.10);
box-shadow: 40px 40px 100px 1px rgba(57, 51, 112, 0.32);
padding: 20px 15px;
}

.strategycontent h2{
	color: #EAEDFA;
font-size: 24px;
font-weight: 600;
line-height: 120%;
letter-spacing: -0.72px;
}
.strategycontent h3{
	color:  #9997A0;
font-size: 14px;
margin-top: 10px;
line-height: 160%; 
}
.statcontent h4{
	color: #EAEDFA;
font-size: 16px;
font-weight: 600;
line-height: 120%;
letter-spacing: -0.4px;
}
.statcontent p{
	color: #9997A0;
font-size: 14px;
line-height: 160%;
margin-top: 5px;
}
.statconbox {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 16px;
}
.statcontent {
	width: 88%;
	padding-left: 14px;
}
.stepboxicon {
	width: 60px;
	margin: 0 auto;
}
.statconicon {
	width: 35px;
}
.starategyimg {
	padding-top: 30px;
}
.starategyimg img{width: 100%; display: block;}
.secondarybtn{
	border-radius: 12px;
border: 1px solid #FFF;
max-width: 453px;
width: 100%;
height: 67px;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto;
color: #EAEDFA;
font-size: 16px;
font-weight: 600;
letter-spacing: -0.48px;
text-transform: uppercase;
}
.secondarybtn:hover{
	background: #fff;
	color: #000;
}
.storyrevbox {
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.09);
	background: rgba(255, 255, 255, 0.03);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	padding: 20px;
}
.storyrevbox p{
	color: #9997A0;
font-size: 14px;
font-weight: 400;
line-height: 160%; 
}
.storyrevbox h3{
	color:  #EAEDFA;
font-size: 16px;
font-weight: 500;
text-align: center;
margin-top: 15px;
}
.storyreviewslide .item{padding: 0 8px;}
.storyreviewlogo{text-align: center; margin-top: 30px;}

.storyreviewlogo p{
	color: #FFF;
font-size: 16px;
font-weight: 400;
letter-spacing: -0.32px;
margin-bottom: 10px;
}
.storyreviewlogo p a{text-decoration: underline; color: #fff;}
.reviewfull img{display: block;margin: 0 auto 10px;}
.storysec{
	background: url(images/testimonialbg.png) no-repeat center center;
	background-size: cover;
}
.mobilestyle .storyrevbox{margin-bottom: 15px;}


.realpeople{background: #071E3D;}
.realbox{margin-top: 25px;}
.realbox img{width: 100%; display: block; border-radius: 12px;}
.realoutbox{
	max-width: 1056px;
	margin: 0 auto;
}

.faqleftouter  .title-subheading{margin-left:0; margin-right: 0;}
.faqcon {
	margin-top: 30px;
}

.potentialtrading{
background: radial-gradient(115.59% 132.85% at 0% 0%, #030215 0%, #213F65 100%);
}
.potentialtrading .title-subheading{max-width: 100%; color: #CBCBCE;}


.potentialtrading ul {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-top: 20px;
	flex-wrap: wrap;
}
.potentialtrading ul li {
	font-size: 14px;
	color: #CBCBCE;
	display: flex;
	align-items: center;
	gap: 8px;
	justify-content: center;
	width: 100%;
}
.potentialtrading .joinbtngroup {
	margin-top: 40px;
}


 @media only screen and (min-width :400px) {
}
@media only screen and (min-width :480px) {
}
@media only screen and (min-width :576px) {
.container{max-width: 540px;}
}
 @media only screen and (min-width :768px) {
.text-md-center {
 text-align:center !important;
}
.text-md-left {
 text-align:left !important;
}
.text-md-right {
 text-align:right !important;
}
.dm-md-none {
display:none !important;
}
 .dm-md-block {
display:block !important;
}
 .dm-md-flex {
display:flex !important;
}
 .justify-content-md-start {
justify-content:start !important;
}
.justify-content-md-center {
justify-content:center !important;
}
.justify-content-md-end {
justify-content:end !important;
}
 .container {
max-width:750px
}
.nwsection {
 padding:40px 0;
}
.rowgap {
 margin-top:40px;
}


.aboutleftouter{
	-ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
}

.aboutrightouter{
	-ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%;
}
.aboutcontet{padding-top: 0;}
.aboutswitzy  h2{
font-size: 32px;
margin-bottom: 25px;
}
.aboutcontet p{
font-size: 16px;
margin-bottom: 23px;
}
.stepouter {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}

.strategyleftouter{
	-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.strategyrightouter{
		-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}

.title-heading{
font-size: 36px;
}
.title-subheading{
font-size: 18px;
margin: 15px auto 0;
}
.stepboxicon {
	width: 115px;
	margin: 0 auto;
}
.stepcount{
width: 48px;
height: 48px;
font-size: 24px;
margin: 30px auto;
}
.stepbox h3{
font-size: 24px;
margin-bottom: 20px;
}
.stepbox p{
font-size: 18px;
}
.ratingsec{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	margin-top: 25px;
}
.ratingsec img {
	display: block;
	margin: 0;
}
.simplestep{
	background: url(images/stepsecbg.png) no-repeat center center;
	background-size: cover;
}


.starategyimg {
	padding-top: 0;
}
.simplestep .stepouter:nth-child(2) .stepbox {
	margin-top: 0;
}


.storyrevbox p{
font-size: 16px;
}
.storyrevbox h3{
	font-size: 18px;
}
.realpeopoleouter{
-ms-flex: 0 0 49%;
flex: 0 0 49%;
max-width: 49%;
}
.realbox{margin-top: 50px;}
.faqleftouter{
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;	
}
.faqrightouter{
	-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;	
}



.faqcon {
	margin-top: 0;
}
.potentialtrading ul {
margin-top: 20px;
justify-content: center;
}
.potentialtrading ul li {
font-size: 16px;
width: auto;
}

}
@media only screen and (min-width :992px) {
 .container {
max-width:970px
}
.text-lg-center {
 text-align:center !important;
}
.text-lg-left {
 text-align:left !important;
}
.text-lg-right {
 text-align:right !important;
}
.dm-lg-none {
display:none !important;
}
 .dm-lg-block {
display:block !important;
}
 .dm-lg-flex {
display:flex !important;
}
.justify-content-lg-start {
justify-content:start !important;
}
.justify-content-lg-center {
justify-content:center !important;
}
.justify-content-lg-end {
justify-content:end !important;
}

.herobancontent p{
font-size: 24px;
}
.herobtn {
	margin: 40px auto 0;
}
.herobancontent h2{
font-size: 30px;
margin: 20px 0;
}

.herobancontent h1{
font-size: 35px;
}
.acc-head h6{width: 88%;}

}
@media only screen and (min-width :1200px) {
 .container {
max-width:1170px
}
.text-xl-center {
 text-align:center !important;
}
.text-xl-left {
 text-align:left !important;
}
.text-xl-right {
 text-align:right !important;
}
.dm-xl-none {
display:none !important;
}
 .dm-xl-block {
display:block !important;
}
 .dm-xl-flex {
display:flex !important;
}
.justify-content-xl-start {
justify-content:start !important;
}
.justify-content-xl-center {
justify-content:center !important;
}
.justify-content-xl-end {
justify-content:end !important;
}
.nwsection {
 padding:50px 0;
}
.rowgap {
 margin-top:50px;
}

.herobancontent {
	bottom: 80px;
}
.herobancontent h2{
font-size: 48px;
}
.herobancontent h1{
font-size: 40px;
}
.aboutcontet{padding-left: 20px;}

.title-heading{
font-size: 52px;
}
.stepouter {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.strategyarea{
padding: 60px;
}
.strategycontent h2{
font-size: 36px;
}
.strategycontent h3{
font-size: 18px;
margin-top: 15px;
}
.statcontent h4{
font-size: 20px;
}
.statcontent p{
font-size: 16px;
}
.statconicon {
	width: 50px;
}
.statconbox {
	margin-top: 30px;
}
.strategyleftouter{
	-ms-flex: 0 0 43%;
flex: 0 0 43%;
max-width: 43%;
}
.stepbox{margin-top: 0 !important;}
.storyleftouter{
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
.storyrightouter{
-ms-flex: 0 0 80%;
flex: 0 0 80%;
max-width: 80%;
order: 2;
}
.storyreviewlogo{margin-top: 0;}

.secondarybtn{
height: 77px;
font-size: 21px;
}
.acc {
padding: 20px;
  }
.accordion-header-icon {
	height:48px;
	width:48px;
}
.active .accordion-header-icon {
	width:48px;
	height:48px;
}
.acc-head h6 {
	width:87%;
font-size: 24px;
}
}
@media only screen and (min-width :1280px) {
.container {
max-width:1250px
}
.nwsection {
 padding:70px 0;
}
.rowgap {
 margin-top:70px;
}
.stepbox::after{
	content: "";
	position: absolute;
	top: 180px;
	width: 108%;
	height: 1px;
	background: rgba(153, 153, 153, 0.64);
	left: 0;
}
.acc-head h6{width: 88%;}
}

@media only screen and (min-width :1440px) {
.container {
max-width:1280px
}
}
