/*
Theme Name: Quantex
Author: ANI
Version: 1
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
Text Domain: Quantex
*/

@font-face {
    font-family: 'Satoshi';
    src: url('assets/fonts/Satoshi-Black.woff2') format('woff2'),
        url('assets/fonts/Satoshi-Black.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('assets/fonts/Satoshi-Light.woff2') format('woff2'),
        url('assets/fonts/Satoshi-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('assets/fonts/Satoshi-Bold.woff2') format('woff2'),
        url('assets/fonts/Satoshi-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('assets/fonts/Satoshi-Regular.woff2') format('woff2'),
        url('assets/fonts/Satoshi-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('assets/fonts/Satoshi-Medium.woff2') format('woff2'),
        url('assets/fonts/Satoshi-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}




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: 'Satoshi';
	font-weight: normal;
}
.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;}
html {
  scroll-behavior: smooth;
}

/**------------------Accordion Css start--------------*/
.accordion {
	width:100%;
	margin: 0 auto;
}
.acc {
	margin: 0px 0 10px 0;
	padding-bottom: 0;
  }

.acc:last-child {
	margin: 0;
	border: 0;
	padding: 0;
  }

.acc-head {
	position: relative;
	display:flex;
	align-items:center;
	cursor: pointer;
	background:transparent;
	gap: 15px;
	flex-wrap: wrap;
	border-radius: 24px;
border: 1px solid  #B9B9B9;
padding: 15px;
}
.acc-head h6 {
	color: #1E1E1E;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; 
	width:87%;
	text-transform: capitalize;
	letter-spacing: -0.48px;

}
.acc-content {
	display: none;
	padding:0 16px 0 16px;
}
.accordion-header-icon {
	font-size: 0;
	background: url(assets/images/faqplus.png) right center no-repeat;
	height:16px;
	width:16px;
	background-size:contain;
}
.active .accordion-header-icon {
	background: url(assets/images/faqminus.png) right center no-repeat;
	width:16px;
	height:16px;
	background-size:contain;
}
.acc-content p {
	color: #1E1E1E;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 163%;
	margin-top: 10px;
	letter-spacing: -0.36px;
}
.acc-content p span{
	color: #2491EB;
}

.acc-content ul li{
	color: #1E1E1E;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 180%;
	list-style: disc;
	list-style-position: inside;
}
.acc-content ul{margin: 15px 0	;}

/**------------------Accordion Css end--------------*/

/**===============Start NAvigation Css========================*/
.top-outer {
	width:100%;
	padding: 5px 0;
}
 .collapse:not(.show) {
display:none
}
.navbar {
	position:relative;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-ms-flex-align:center;
	align-items:center;
	-ms-flex-pack:justify;
	justify-content:space-between;
	padding:0;
}
.navbar-collapse {
	-ms-flex-preferred-size:100%;
	flex-basis:100%;
	-ms-flex-positive:1;
	flex-grow:1;
	-ms-flex-align:center;
	align-items:center
}
.navbar-brand {
	display:inline-block;
	padding:18px 0 18px;
	margin:0;
	white-space:nowrap;
	width: 110px;
}

.navbar-nav {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-direction:column;
	flex-direction:column;
	padding-left:0;
	margin-bottom:0;
	list-style:none;
	justify-content: center;
}
.navbar-nav li a {
	color: #1E1E1E; 
	display:block;
	font-size:16px;
	padding:5px 0;
	letter-spacing: -0.48px;
}
.navbar-nav li:last-child a {
	padding-bottom:15px
}
.activenav .submenu li a {
	color: #fff;
}
.navbar-nav li:hover .submenu li a {
	color: #fff;
}
.submenu li a:hover{
	color: #000 !important;
}
.navbar-nav li:hover a {
	color:#000;
}
.navbar-nav li.active a {
	color:#000;
}
.navbar-toggler {
	padding:0;
	border:none;
	border-radius:50px;
	background:none;
	border:none;
	cursor:pointer;
	width:30px;
	outline:0
}
.navbar-toggler span {
	width:100%;
	height:3px;
	display:block;
	border-radius:50px;
	margin-top:4px;
	background:#fff
}
.navbar-toggler span:first-child {
	margin-top:0
}
.navbar-toggler span:nth-child(2) {
width:25px
}
.navbar-toggler span:nth-child(3) {
width:20px
}
.navbar-toggler:focus {
	border:none;
	outline:0
}
.navlogin {
	display: flex;
	justify-content: end;
	align-items: center;
	gap: 18px;
}
.dropdown-toggle {
	margin-left:5px;
	float:right;
	padding-top: 3px;
	position: absolute;
	top: 0px;
  right:10px;
  cursor: pointer;
}
.dropdown-toggle img{filter: invert(100%);}
.submenu {
	display: none;
}
.activenav .submenu {
	display: block;
}
.navbar-nav li {
	position: relative;
}
.navleft {
	display: flex;
	align-items: center;
	gap: 10px;
}
/**===============End NAvigation Css========================*/
.getstartedbtn {
	width: 100%;
	border-radius: 8px;
background:  #2491EB;
height: 48px;
display: flex;
align-items: center;
justify-content: center;
color: #FFF;
font-size: 16px;
letter-spacing: -0.48px;
}
.getstartedbtn:hover{
	background: #1b619c;
}
.navbar-nav .getstartedbtn {
	margin-top: 15px;
}
.bannercontent {
	max-width: 980px;
	margin: 0 auto;
}
.ratingsec {
	border-radius: 10px;
	border: 1px solid #FFF;
	background:  #E9E9E9;
	padding: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	flex-wrap: wrap;
	color: #1E1E1E;
	letter-spacing: -0.48px;
	font-size: 12px;
}

.bannertitle{
	color:  #1E1E1E;
font-size:26px;
font-weight: 500;
line-height: 112%;
letter-spacing: -1.71px;
margin-top: 20px;
}
.bannersubheading{
	color:  #1E1E1E;
font-size: 14px;
line-height: 150%;
letter-spacing: -0.48px;
max-width: 650px;
margin: 10px auto 0;
}
.bannerlistgroup ul li{
	background:#E9F4FD url(assets/images/checkcircle.png) 10px center no-repeat;
	background-size: 22px 22px;
	color: #2491EB;
font-size: 14px;
font-weight: 400;
line-height: 150%;
letter-spacing: -0.48px;
border-radius: 12px;
padding: 10px 10px 10px 40px;
width: 100%;
}
.bannerlistgroup ul{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	flex-wrap: wrap;
	margin-top: 20px;
}

.bannervideoouter img{
	width: 100%;
	display: block;
	border-radius: 8px;
}
.playbtn {
	width: 50px;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.playbtn img{border-radius: 0;}
.bannervideoouter{
	position: relative;
}
.vectorwrapper{
	background: url(assets/images/bannervector.png) no-repeat top center;
	background-size: contain;
	width: 100%;
	position: relative;
}

.starimg{
	width: 80px;
}
.trustimg {
	width: 60px;
}

.primarybtn {
	border-radius: 5px;
	background:  #2491EB;
	max-width: 380px;
	width: 100%;
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	color: #FFF;
font-size: 16px;
font-weight: 700;
letter-spacing: -0.66px;
margin: 0 auto;
}
.primarybtn:hover {
  background: #1b619c;
}
.truststatic {
	text-align: center;
	padding: 10px;
}
.truststatic img{display: block; margin: 0 auto;}
.truststatic h3{
	color:  #1E1E1E;
font-size: 18px;
font-weight: 500;
margin-bottom: 10px;
}
.truststatic p{
	color:  #1E1E1E;
font-size: 14px;
font-weight: 300;
margin: 10px 0;
}
.truststatic p strong{text-decoration: underline;}
.trustrevbox {
	border-radius: 8px;
	border: 1px solid  #E9E9E9;
	background: #FFF;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.16);
	padding: 20px;
	margin-top: 12px;
}
.trustrevdate {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color:  #1E1E1E;
	font-size: 12px;
	font-weight: 300;
}
.trustrevdate img{width: 100px; display: block;}
.trustrevbox h2{
	color:  #1E1E1E;
font-size: 16px;
font-weight: 500;
letter-spacing: -0.48px;
margin: 8px 0;
}
.trustrevbox p{
	color: #1E1E1E;
font-size:  14px;
font-weight: 400;
line-height: 140%;
letter-spacing: -0.42px;
}
.trustrevbox h5{
	color: #1E1E1E;
font-size:  14px;
font-style: normal;
font-weight: 500;
letter-spacing: -0.42px;
}
.revdevider {
	background: #C4C4C4;
	width: 60px;
	height: 1px;
	display: block;
	margin: 15px 0 12px 0;
}
.trustreviewslider {
	padding: 2px !important;
}
.titlecategory{
	color:  #2491EB;
font-size:  20px;
font-weight: 500;
line-height: 125%;
letter-spacing: -0.96px;
margin-bottom: 10px;
}
.titleheading{
	color: #1E1E1E;
font-size: 24px;
font-weight: 500;
line-height: 115%;
letter-spacing: -1.35px;
}
.videoslidebox {position: relative;}
.videoslidebox img{
	width: 100%;
	display: block;
	border-radius: 16px;
}
.videoplaybtn {
	width: 97px;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.videoplaybtn img{border-radius: 0;}
.swiper-button-next::after{
	display: none;
}
.swiper-button-prev::after{
	display: none;
}
.swperbtngroup {
	max-width: 130px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}

.swiper-button-next{
	width: 40px !important;
	height: 40px !important;
}
.swiper-button-prev{
	width: 40px !important;
	height: 40px !important;
}
.memberresultbox {
	border-radius: 8px;
	background:  #0A2B4D;
	max-width: 80%;
	width: 100%;
	position: relative;
	text-align: center;
	padding: 20px;
	margin-top: 20px;
}
.resultauthor{
	width: 40px;
	height: 40px;
	border-radius: 100%;
	position: absolute;
	top: -20px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.resultauthor img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	border-radius: 100%;
border: 0.5px solid #34C759;
}
.memberresultbox h2{
	color: #FFF;
	font-size: 12px;
font-style: normal;
font-weight: 500;
letter-spacing: -0.36px;
margin: 13px 0;
}
.memberresultbox h2 span{
	color: #8C8C8C;
}
.memberresultbox ul {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	overflow: hidden;
}
.memberresultbox ul li{
	width: 50%;
	border-right: 0.25px solid  #B5B5B5;
	border-bottom: 0.25px solid  #B5B5B5;
	padding: 8px;
}
.memberresultbox ul li:nth-child(2){border-right: 0;}
.memberresultbox ul li:nth-child(3){border-bottom: 0;}
.memberresultbox ul li:nth-child(4){border-bottom: 0;border-right: 0;}
.memberresultbox ul li h3{
	color: #FFF;
font-size: 11px;
font-weight: 500;
line-height: 140%;
letter-spacing: -0.33px;
}
.memberresultbox ul li p{
color: #70E047;
font-size:  12px;
font-weight: 400;
line-height: 133%;
letter-spacing: -0.36px;
}
.memberresultouter {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
}

.whyfreeouter {
	border-radius: 8px;
	border: 1px solid  #E9E9E9;
	background:  #FFF;
	padding: 0;
	overflow: hidden;
}
.whyfreecontent h2{
	color:  #1E1E1E;
font-size: 22px;
font-weight: 500;
line-height: 125%;
letter-spacing: -0.96px;
}
.whyfreecontent p{
	color:  #1E1E1E;
font-size: 14px;
font-weight: 400;
line-height: 150%;
letter-spacing: -0.48px;
margin-top: 10px;
}

.whyfreecontent ul li {
	color: #1E1E1E;
	font-size: 14px;
	font-weight: 400;
	list-style-type:disc;
	list-style-position: inside;
	line-height: 150%;
	letter-spacing: -0.48px;
	margin-top: 10px;
}

.whybanner img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
.whyfreecontent {
	padding: 20px;
	text-align: center;
}

.leassionvideoouter{
	display: flex;
	align-items: stretch;
	justify-content: center;
	flex-wrap: wrap;
	border-radius: 12px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.9);
}
.lessionvideoleft{
	width: 100%;
}
.lessionvideoright{
	width: 100%;
}
.lessionvideoleft img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
.lessionpartbox h3{
	color:  #1E1E1E;
font-size:  16px;
font-weight: 400;
line-height: 150%;
letter-spacing: -0.48px;
}
.lessionpartbox a{
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 10px;
	color: #1E1E1E;
font-size:16px;
font-weight: 700;
letter-spacing: -0.48px;
margin: 10px 0 0 0;
}
.lessionpartbox p{
	color: #1E1E1E;
font-size: 14px;
font-weight: 400;
line-height: 140%;
letter-spacing: -0.42px;
margin-top: 10px;
}
.lessionpartbox {
border-bottom: 1px solid  #E9E9E9;
padding: 8px 10px;
}
.lessionvideoright .lessionpartbox:last-child{border-bottom: 0;}
.bgvector{
	width: 100%;
	position: relative;
	background: url(assets/images/bgvector.png) no-repeat center center;
	background-size: cover;
}
.faqleftouter .titleheading span{
	width: 100%;
	display: block;
	height: 1px;
	background: #2491EB;
	margin-top: 10px;
}
.faqcon {
	margin-top: 25px;
}

.footerbanner h3{
	text-align: center;
	color: #686868;
font-size: 14px;
font-weight: 400;
line-height:150%;
letter-spacing: -0.48px;
max-width: 847px;
margin: 10px auto 0;
}
.footerbanner ul{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	flex-wrap: wrap;
	margin: 13px 0 20px;
}
.footerbanner ul li{
	background: #E9F4FD url(assets/images/checkcircle.png) no-repeat 13px center;
	background-size: 22px 22px;
  color: #2491EB;
font-size: 14px;
font-weight: 400;
line-height:150%;
letter-spacing: -0.48px;
padding: 7px 11px 7px 40px;
border-radius: 24px;
}
.footrating {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	color:  #1E1E1E;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top: 15px;
	flex-wrap: wrap;
}

.uspwrap{
background: #0F3D63;
padding: 15px 0;
}
.uspwrap ul{
	display: flex;
	align-items: center;
	justify-content: center;
}
.uspwrap ul li{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 3px;
	color: #FFF;
font-size: 12px;
font-weight: 700;
letter-spacing: -0.48px;
width: 50%;
}

.footerbox p{
	color: #1E1E1E;
font-size:  14px;
font-style: normal;
font-weight: 400;
line-height:140%;
letter-spacing: -0.42px;
max-width: 340px;
margin: 15px 0;
}
.footsocial ul{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
.footerlogo img{display: block; margin: 0 auto;}
.footerbox h3{
	color: #1E1E1E;
font-size: 14px;
font-weight: 500;
letter-spacing: -0.42px;
margin-bottom: 15px;
}
.footerbox ul li a{
	color:  #1E1E1E;
font-size:  14px;
font-weight: 400;
letter-spacing: -0.42px;
}
.footerbox ul li a:hover{
	text-decoration: underline;
}
.footerbox ul li{padding-bottom: 7px;}
.footcopyright{
	border-top: 1px solid  #686868;
	margin-top: 20px;
	padding-top: 20px;
	text-align: center;
}
.footcopyright p{
	color: #686868;
font-size:  14px;
font-style: normal;
font-weight: 500;
letter-spacing: -0.42px;
}
.footvectorlogo {
	position: absolute;
	bottom: -40px;
	right: 20px;
	width: 260px;
}
.footerouter .footerbox{
	margin-top: 15px;
}










 @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;
}

.ratingsec {
	border-radius: 40px;
	padding: 12px;
	gap: 15px;
	font-size: 16px;
}
.starimg{
	width: 120px;
}
.trustimg {
	width: 70px;
}
.bannertitle{
font-size:40px;
margin-top: 40px;
}
.bannersubheading{
font-size: 16px;
margin: 20px auto 0;
}
.bannerlistgroup ul{
	margin-top: 40px;
}
.bannerlistgroup ul li{
font-size: 16px;
border-radius: 24px;
width: 49%;
}
.bannervideoouter img{
	border-radius: 16px;
}
.playbtn {
	width: 137px;
}
.primarybtn {
	height: 70px;
	gap: 20px;
font-size: 22px;
}
.trustrevleftouter{
	-ms-flex: 0 0 28%;
    flex: 0 0 28%;
    max-width: 28%;
}
.trustrevrightouter{
	-ms-flex: 0 0 72%;
    flex: 0 0 72%;
    max-width: 72%;
}
.trustrevbox {margin-top: 0;}
.titlecategory{
font-size:  26px;
margin-bottom: 10px;
}
.titleheading{
font-size: 36px;
}
.memberresultbox {
	max-width: 250px;
}
.whyfreecontent{
	max-width: 685px;
	position: relative;
	z-index: 9;
}
.whybanner {
	position: absolute;
	right: 0;
	top: 0;
	width: 577px;
	height: 100%;
}
.whyfreeouter {
	border-radius: 16px;
	padding: 40px;
}
.whyfreecontent {
	padding: 0;
	text-align: left;
}
.whyfreecontent h2{
font-size: 32px;
}
.whyfreecontent p{
font-size: 16px;
margin-top: 15px;
}
.lessionvideoleft{
	width: 50%;
}
.lessionvideoright{
	width: 50%;
}
.faqleftouter{
	-ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%;
}
.faqrightouter{
	-ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
}
.acc-head h6 {
	width:94%;
}
.acc {
margin: 0px 0 20px 0;
padding-bottom: 0;
}
.faqcon {
	margin-top: 0;
}
.footerbanner h3{
font-size: 16px;
margin: 15px auto 0;
}
.footerbanner ul li{
font-size: 16px;
padding: 10px 16px 11px 40px;
}
.footerbanner ul{
	gap: 15px;
	margin: 20px 0 30px;
}
.footrating {
	gap: 10px;
	font-size: 16px;
	margin-top: 30px;
	flex-wrap: wrap;
}
.uspwrap ul li{
	gap: 10px;
font-size: 16px;
}

.footerouterfirst{
		-ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
}
.footerouter{
		-ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.footerlogo img{display: block; margin: 0;}
.footsocial ul{
	justify-content: start;
}
.footcopyright{
	margin-top: 40px;
	padding-top: 40px;	
}
.footerouter .footerbox {
	margin-top: 0;
}

.whyfreecontent ul li{ font-size:16px; margin-top:15px;}












}
@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;
}


/**=====start navigation====*/
.navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.navbar-expand-lg .navbar-toggler {display: none;}
.navbar-toggler span {
	width: 100%;
	height: 3px;
	display: block;
	border-radius: 50px;
	margin-top: 4px;
}
.navlogin {order: 3; width: 300px;}
.navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
	background: #fff;
}
.dropdown-toggle img {
	filter:brightness(100%);
}
.collapse:not(.show) {display: block !important;}
.navbar-brand img {display:block;width:100%;}
.submenu{
	display: none; 
	background:#000; 
	color: #fff; 
	position: absolute;
    padding: 10px 0px;
    width: 230px;
	top: 50px;
	z-index: 999;
	border-radius: 5px;
}
.navbar-nav .submenu li {
	padding: 0;
	margin: 0;
}
.navbar-nav .submenu li a{color: #fff !important; font-size: 14px !important; padding: 8px 10px;}
.submenu li a:hover{background:#2DAE00;}
.navbar-nav li:hover .submenu{display: block;}
.dropdown-toggle {
	top: 19px;
    right: 3px;
    margin: 0;
    padding: 0;
}
.navbar-brand{width: 144px;}
.navbar-nav li a{
	padding:11px 15px;
}
.top-outer {
	width:100%;
	padding: 20px 0;
}
/**=====end navigation====*/
.memberresultbox {
    max-width: 310px;
  }

}
@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;
}
.starimg{
	width: 200px;
}
.trustimg {
	width: 95px;
}
.bannertitle{
font-size:57px;
}
.bannerlistgroup ul{
	gap: 30px;
}
.bannerlistgroup ul li{
width: 43%;
}
.swperbtngroup {
	margin-right: 7%;
}
.titlecategory{
font-size:  32px;
margin-bottom: 15px;
}
.titleheading{
font-size: 45px;
}
.memberresultbox {
	max-width: 250px;
	margin-top: 0;
}
.lessionpartbox {
padding: 15px 25px;
}
.faqrightouter{
	-ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
}
}
@media only screen and (min-width :1280px) {
.container {
max-width:1250px
}
}
