@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
/*font-family: 'Poppins', sans-serif;*/
@import "bootstrap.min.css";
@import "slick.css";
* {
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 0;
}
html,
body {
    font-family: 'Poppins', sans-serif !important;
    font-weight: normal;
    background: #f3f8fb !important;
    overflow-x: hidden;
    font-size: 15px;
}
input:focus,
select:focus,
textarea:focus,
button:focus,
a:focus {
	outline: 0;
}
p {
    font-size: 15px;
    line-height: 24px;
}
body select.form-control {
    -webkit-appearance: searchfield !important;
}
.mainHeader {
	background-color: transparent;
	color: #fff;
	position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
}
.mainHeader:after {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	height: 271px;
	width: 88px;
	background: url(../images/header-circle.png);
	background-size: 100%;
	background-repeat: no-repeat;
}
.mainHeader a {
	color: #fff;
}
.topLinks {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	padding: 15px 0;
	font-size: 12px;
    z-index: 9;
    position: relative;
}
.topLinks span {
	position: relative;
	padding: 0 10px;
}
.topLinks span.call {
	padding-right: 15px;
}
.topLinks span.register,
.topLinks span.staff {
	padding: 0 15px;
}
.topLinks span:last-child {
	padding-right: 0 !important;
}
.topLinks span i {
    margin-right: 5px;
}
.topLinks span a {
	text-transform: none;
	text-decoration: none;
}
.topLinks span:after {
	position: absolute;
	content: "";
	right: 0;
    top: 4px;
	height: 10px;
	background: #fff;
	width: 2px;
}
.topLinks span.call:after,
.topLinks span.register:after {
	width: 1px;
	background: rgba(255, 255, 255, 0.6);
}
.topLinks span:last-child:after {
	display: none;
}
.logoNav {
    padding: 22px 0;
    position: relative;
    z-index: 9;
}
.logo img {
        width: 100% !important;
    max-width: 130px !important;
}
.navigation .close-menu {
    display: none;
}
.navigation ul {
	list-style: none;
	margin: 0;
}
.navigation ul li {
	display: inline-block;
    vertical-align: middle;
    position: relative;
}
.navigation ul li i.dropdown {
    display: none;
}
.navigation ul li ul {
    position: absolute;
    left: 0;
    top: 48px;
    width: 165px;
    border-radius: 8px;
    background: #fff;
    padding: 11px 0;
    opacity: 0;
    visibility: hidden;
}
.navigation ul li:hover > ul {
	opacity: 1;
	visibility: visible;
}
.navigation ul li ul li {
    width: 100%;
}
.navigation ul li ul li a {
    padding: 8px 20px;
    width: 100%;
    color: #282828;
    text-align: left;
}
.navigation ul li a {
	display: inline-block;
	vertical-align: top;
	padding: 15px;
	text-transform: uppercase;
	font-size: 13px;
}
.navigation ul li a:hover,
.navigation ul li a.active {
	text-decoration: none;
	color: #090249;
}
.navigation ul li a i {
    vertical-align: top;
    display: inline-block;
    margin-left: 5px;
}
.navigation ul li.login a {
    background: #98cb36;
    border-radius: 50px;
    padding: 12px 28px;
    font-weight: 600;
}
.navigation ul li.login a i,
.navigation ul li.login a span {
    display: inline-block;
    vertical-align: middle;
}
.navigation ul li.login a i {
    margin-right: 5px;
}
.navigation ul li.login a:hover {
    color: #fff;
}
.navigation ul li ul .subMenu {
    left: 165px;
    border-radius: 0;
    top: -10px;
    width: 240px;
}
.navigation ul.subMenu li a i {
    float: right;
}
.stafDropdown {
    position: absolute;
    /*left: 14px;*/
    right: 0px;
    top: 20px;
    width: 165px;
    border-radius: 8px;
    list-style: none;
    margin: 0;
    text-align: left;
    background: #fff;
    padding: 11px 0;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
}
.stafDropdown li a {
    padding: 8px 20px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.open .stafDropdown {
    opacity: 1;
    visibility: visible;
}
.bannerOuter {
	background: #182a4f;
	color: #fff;
	padding: 100px 0 320px;
}
.login-page .bannerOuter {
    padding-top: 40px;
}
.bannerOuter h1 {
	font-weight: 600;
	font-size: 32px;
	margin-bottom: 15px;
}
.bannerOuter span {
	color: #8b93a1;
	font-size: 16px;
}
.contentOuter .row {
    width: 90%;
    margin: -42px auto auto;
    position: relative;
    border-radius: 6px;
    box-shadow: 0px 32px 35px -40px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0px 32px 35px -40px rgba(0, 0, 0, 0.6);
}
.contentOuter .row:after, .contentOuter .row:before {
    content: "";
    position: absolute;
    top: -62px;
    left: -48px;
    width: 188px;
    height: 195px;
    background: url(../images/dotted-img.png);
    background-repeat: no-repeat;
}
.contentOuter .row:after {
    content: "";
    position: absolute;
    top: inherit;
    bottom: -70px;
    left: inherit;
    right: -64px;
}
.contentOuter .loginForm,
.contentOuter .registerForm {
    background: #fff;
    padding: 70px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    z-index: 99;
}
.contentOuter .registerForm {
	border-radius: 8px;
}
.contentOuter .registerForm form {
    display: inline-block;
    vertical-align: top;
}
.contentOuter .registerForm .fieldOuter {
    float: left;
    width: 50%;
    padding: 0 8px;
    min-height: 60px;
}
.contentOuter .registerForm .fieldOuter:last-child {
    width: 100%;
    margin-top: 10px;
}
.contentOuter .registerForm .fieldOuter .themeBtn + .themeBtn {
    margin-left: 20px;
}
.contentOuter .loginForm form,
.fieldOuter input,
.fieldOuter select,
.fieldOuter textarea {
    width: 100%;
}
.info-txt{color: gray;
    font-size: 13px;}
.fieldOuter {
	margin-bottom: 18px;
}
.fieldOuter input,
.fieldOuter select,
.fieldOuter textarea,
.react-date-picker__wrapper {
	background-color: #f3f8fb;
	border: 1px solid #e2e6e9;
	border-radius: 6px;
	display: inline-block;
	vertical-align: top;
	padding: 20px 25px;
	font-size: 14px;
	color: #192a50;
}
.fieldOuter textarea {
    height: 115px;
    resize: none;
}
.fieldOuter input:focus,
.fieldOuter select:focus,
.fieldOuter textarea:focus {
	border-color: #cccfe2;
}
.contentOuter .registerLink,
.addressArea {

    color: #fff;
    background-image: url(../images/email-icon.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    z-index: 99;
}
.addressArea {
    padding: 70px 45px 45px !important;
    justify-content: flex-start;
    align-items: flex-start;
}
.contentOuter .registerLink h3 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 21px;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
.contentOuter .registerLink p {
    font-size: 15px;
    line-height: 27px;
}
.themeBtn,
.fieldOuter input[type="submit"] {
	display: inline-block;
	vertical-align: top;
	color: #fff;
	padding: 15px 50px;
	text-transform: uppercase;
	background: linear-gradient(#95c33b, #9fdd2a);
	background: -webkit-linear-gradient(#95c33b, #9fdd2a);
	border-radius: 50px;
	font-weight: 600;
	font-size: 16px;
	border: none;
    letter-spacing: 2px;
    width: auto;
    cursor: pointer;
    box-shadow: 0 4px 8px 0px rgb(161 159 158);
    -webkit-box-shadow: 00 4px 8px 0px rgb(161 159 158);
}
.themeBtn:hover {
	text-decoration: none;
	color: #fff;
	opacity: 0.8;
}
.themeBtn.blueBtn {
	background: #192c53;
    box-shadow: 0 4px 10px 0px rgba(25, 44, 83, 0.6);
    -webkit-box-shadow: 0 4px 10px 0px rgba(25, 44, 83, 0.6);
}
.rememberForgot {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-bottom: 20px;
}
.rememberForgot > div {
    float: left;
    width: 50%;
    font-weight: 500;
}
.rememberForgot > div:last-child {
    text-align: right;
}
.rememberForgot > div span {
    display: inline-block;
    vertical-align: top;
    margin-left: 6px;
    color: #007bff;
}
.contentOuter {
    margin-bottom: 100px;
}
.footerUpper img {
	width: 100%;
    margin-bottom: -1px;
}
footer {
    background: #295daf;
    color: #fff;
}
footer a {
	color: #9aa2aa;
}
.headerWidgets {
    padding: 85px 0 50px;
    border-bottom: 1px solid #303e59;
}
.headerWidgets ul {
    list-style: none;
}
.headerWidgets ul li {
    margin-bottom: 12px;
}
#pte-footer .bottomFooter {
	padding: 20px 0 30px;
}
#pte-footer .bottomFooter p {
	margin-bottom: 0;
}
#pte-footer .bottomFooter small {
    margin-top: 15px;
}
.wrapper .sidebar .nav p, .wrapper .off-canvas-sidebar .nav p {
    font-size: 15px;
}
.wrapper .sidebar .user .info > a > span, .wrapper .off-canvas-sidebar .user .info > a > span {
    font-size: 15px;
}
.socialIcon {
	text-align: right;
}
.headerWidgets ul li a {
	position: relative;
	font-size: 12px;
}
.headerWidgets ul li a:hover {
	color: #fff;
	text-decoration: none;
}
.headerWidgets ul li a i {
	position: absolute;
	left: 0;
	font-size: 12px;
    top: 3px;
}
.headerWidgets ul li a i + span {
    padding-left: 20px;
    display: inline-block;
    vertical-align: top;
    line-height: 22px;
}
.footerWidget h3 {
    text-align: left;
	font-size: 14px;
	margin-bottom: 22px;
}
.copyright p {
    color: #59657c;
    font-size: 12px;
}
.socialIcon a {
    position: relative;
    padding: 0 12px;
}
.socialIcon a:hover {
	color: #fff;
}
.socialIcon a:last-child {
    padding-right: 0;
}
.socialIcon a:after {
    position: absolute;
    right: 0;
    top: 4px;
    width: 1px;
    background: #23324f;
    height: 15px;
    content: "";
}
.socialIcon a:last-child:after {
    display: none;
}
.socialIcon a i {
	font-size: 18px;
}
.homePage .mainHeader {
    background: #f3f8fb;
    color: #282828;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;
}
.homePage .mainHeader a,
.homePage .topLinks span i {
	color: #282828;
}
.homePage .mainHeader.compress #mainNav > li > a,
.homePage .compress .topLinks span i {
    color: #fff;
}
.homePage .mainHeader .logo a {
    margin-top: -60px;
    display: inline-block;
    vertical-align: top;
}
.homePage .navigation ul li.login a {
	color: #fff;
}
.homePage .topLinks span:after {
	background: #282828;
}
.mainHeader.compress {
    box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.1);
    background: #18294d;
}
.mainHeader.compress:after {
    display: none;
}
.mainHeader.compress .topLinks {
    display: none;
}
.mainHeader.compress .logoNav {
    padding: 8px 0;
}
.mainHeader.compress .logoNav .logo a {
    margin-top: -3px;
}
.homePage .mainHeader.compress .logoNav .logo img {
    width: 125px;
}
.mainHeader.compress .logoNav .logo img {
    width: 55px;
}
.mainHeader.compress .navigation {
    margin-top: auto;
    margin-bottom: auto;
}
.homeBanner {
    padding: 165px 0 55px;
}
/*.homeBanner h2 {
    font-size: 32px;
    font-weight: 600;
    color: #282828;
    margin-bottom: 20px;
}
.homeBanner h2 span {
    color: #95c33b;
}*/
.homeBanner h1 {
    font-size: 32px;
    font-weight: 600;
    color: #282828;
    margin-bottom: 20px;
}
.homeBanner h1 span {
    color: #95c33b;
}
.homeBanner h2 {
    font-size: 16px;
    margin-bottom: 22px;
    line-height: 30px;
}
.homeBanner .themeBtn {
    letter-spacing: 0;
    padding: 15px 34px;
}
.homeBanner .themeBtn + .themeBtn {
    margin-left: 18px;
}
.coursesOffer {
    padding: 55px 0 60px;
}
.fameSlider.regular01 {
    padding-top: 40px;
}
.fameSlider.regular {
    padding-bottom: 40px;
}
.fameSlider.regular:after {
    position: absolute;
    content: "";
    width: 75%;
    margin: auto;
    left: 0;
    right: 0;
    background: url(../images/dots-img.png);
    bottom: 0;
    height: 2px;
    background-repeat: repeat-x;
}
.fameSlider .slick-slide {
    padding: 0 30px;
}
.fameSlider .slick-slide:focus {
	outline: 0;
}
.fameSlider .slick-slide img {
    width: 100%;
    border: 5px solid #332f2c;
}
.slick-prev:before, .slick-next:before {
	content: "\f104";
    font-family: FontAwesome;
    color: #ccd1d3;
}
.regular01 .slick-prev, .regular01 .slick-next {
	top: 60%;
}
.title {
    font-size: 35px;
    color: #232323;
    font-weight: normal;
    margin-bottom: 15px;
}
.title span {
	font-weight: 600;
}
/*.title + p {
	margin-bottom: 0px;
}*/
.fameWall {
    position: relative;
    padding: 60px 0;
}
.fameWall:before {
	position: absolute;
	content: "";
	left: 0;
	top: 50px;
	background: url(../images/left-circle.png);
	background-repeat: no-repeat;
	width: 365px;
	height: 585px;
}
.fameWall .themeBtn {
	margin-top: 70px;
}
.scoredArea .row {
	margin-bottom: 110px;
}
.scoredArea .row:last-child {
    margin-bottom: 0;
}
.scoredArea {
    padding: 60px 0;
}
.scoreInfo:last-of-type {
    padding-left: 125px;
}
.scoreInfo:first-of-type {
    padding-right: 125px;
}
.scoreInfo img {
    margin-bottom: 17px;
}
.scoreInfo h3 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 12px;
}
.scoreInfo p {
    font-size: 16px;
    line-height: 30px;
}
.tutorialVd {
    margin: 55px 0;
    position: relative;
}
.tutorialVd:before {
	position: absolute;
    content: "";
    width: 30px;
    height: 87px;
    background: url(../images/verticle-dots.png);
    background-repeat: no-repeat;
    top: 204px;
    right: 0;
}
.videosCntnt .videoBlk {
    display: inline-block;
    vertical-align: top;
    padding: 0 25px;
    width: 33%;
}
.videoOuter {
    width: 100%;
    border: 3px solid #fff;
    overflow: hidden;
    box-shadow: 0 10px 17px -10px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 10px 17px -10px rgba(0, 0, 0, 0.4);
    margin-bottom: 20px;
    height: 185px;
    overflow: hidden
}
.videoOuter img {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    height: 100%;
    object-fit: cover;
}
.videoBlk p {
	font-weight: 500;
	font-size: 16px;
}
.videosCntnt {
    margin-top: 32px;
    margin-bottom: 34px;
}
.whyLove {
    margin-bottom: 0;
    position: relative;
    padding-top: 55px;
}
.whyLove:after,
.innerPage .fameWall:before {
    position: absolute;
    content: "";
    width: 315px;
    height: 315px;
    border: 50px solid #eaf3e7;
    top: 34%;
    left: -207px;
    border-radius: 50%;
    background: none;
}
.whyloveCntnt,
.cardsOuter {
	justify-content: center;
    margin-bottom: 50px;
}
.cardsOuter {
    margin-bottom: 35px;
}
.whyloveCntnt .col-sm-4,
.cardsOuter .col-sm-4 {
    max-width: 300px;
    margin: 14px 13px;
    background: #fff;
    padding: 55px 15px 45px;
    border: 2px solid transparent;
    border-radius: 12px;
    cursor: pointer;
    box-shadow: 0 20px 14px -15px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 20px 14px -15px rgba(0, 0, 0, 0.1);
    z-index: 99;
}
.coursesInfo .cardsOuter .col-sm-4 {
    max-width: 330px;
    padding: 55px 48px 55px;
    margin: 0 15px;
}
.whyloveCntnt .col-sm-4:hover,
.cardsOuter .col-sm-4:hover {
	background: linear-gradient(#fff, #f7ffe7);
	background: -webkit-linear-gradient(#fff, #f7ffe7);
	border-color: #95c43b;
}
.whyloveCntnt .col-sm-4 img,
.cardsOuter .col-sm-4 img {
    margin-bottom: 32px;
    height: 80px;
    width: auto;
}
.whyloveCntnt .col-sm-4 h3,
.cardsOuter .col-sm-4 h3 {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 15px;
}
.whyloveCntnt .col-sm-4 p,
.cardsOuter .col-sm-4 p {
    font-size: 15px;
    font-weight: 300;
    margin: 0;
    color: #7a7a7a;
}
.testimonials {
    margin: 60px 0;
    position: relative;
}
.testimonials:before,
.innerPage .fameWall:after {
	position: absolute;
    content: "";
    width: 567px;
    height: 567px;
    border: 100px solid #e5f1de;
    top: -185px;
    right: -352px;
    border-radius: 50%;
}
.innerPage .fameWall:after {
    top: 240px;
}
.testiContent {
    max-width: 540px;
    margin: auto;
}
.testiBlock {
    border-radius: 20px;
    padding: 75px 45px;
    background: #fff;
}
.testiBlock .imgOuter {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    overflow: hidden;
    margin: auto;
    position: relative;
    top: -27px;
}
.testiBlock .imgOuter img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}
.testiBlock h3 {
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 20px;
}
.testiBlock p {
	color: #7a7a7a;
	font-size: 15px;
	font-style: italic;
    line-height: 28px;
    margin-bottom: 0;
}
.testimonials .themeBtn {
    margin-top: 30px;
    z-index: 999;
    position: relative;
}
.testiContent .slick-list {
    padding-top: 30px;
}
.testiContent .slick-prev, .testiContent .slick-next {
    background: url(../images/left-arrow.png);
    background-repeat: no-repeat;
    border: none;
    width: 37px;
    height: 23px;
}
.testiContent .slick-prev:before, .testiContent .slick-next:before {
    display: none;
}
.testiContent .slick-prev {
	left: -27px;
    z-index: 99;
}
.testiContent .slick-next {
	right: -27px;
    z-index: 99;
}
.testimonials .col-sm-12 {
    position: relative;
}
.testimonials .col-sm-12:after,
.testimonials .col-sm-12:before {

    content: "";
    background: url(../images/slide-illusion.png);
    background-repeat: no-repeat;
    width: 55px;
    height: 278px;
    left: 110px;
    top: 39%;
}
.thankyou-portal-inner{
    background: #f3f8fb;
}
.thankyou-portal-inner .header{
    background: none !important;
    position: relative !important;
}
ul.double-number-class {
    padding: 0;
    margin: 5% 0 0;
}
.addressArea .double-number-class li{
    margin: 0;
    padding: 2% 0 5%;
}
.addressArea ul li:last-child .double-number-class span{
    padding: 0;
    margin: 0;
}
.testimonials .col-sm-12:after {
    left: inherit;
    top: 39%;
    right: 110px;
    transform: rotate(180deg);
    transform: -webkit-rotate(180deg);
}
.addressArea h3 {
    font-size: 21px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    /* margin-bottom: 55px; */
}
.addressArea ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.addressArea ul li {
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.addressArea ul li i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
}
.addressArea ul li i.fa-map-marker {
    font-size: 21px;
}
.addressArea ul li i.fa-envelope-o {
    font-size: 19px;
}
.addressArea ul li i.fa-mobile {
    font-size: 28px;
}
.addressArea ul li span {
    padding-left: 44px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    position: relative;
    line-height: 30px;
}
.addressArea ul li:last-child span:after,
.addressArea ul li:last-child span:before {
    display: none;
}
.addressArea ul li span:after, .addressArea ul li span:before {
    position: absolute;
    content: "";
    bottom: -25px;
    right: 0;
    width: 87%;
    border-bottom: 1px solid #b7d77c;
}
.addressArea ul li span:before {
    border-color: #85af36;
    bottom: -26px;
}
.addressArea ul li:last-child span {
    font-size: 21px;
}
.downArrow {
    margin-top: 55px;
    display: inline-block;
    vertical-align: top;
}
.innerPage .bannerOuter {
    background-image: url(../images/banner-bird.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    padding: 225px 0 78px;
}
.whylanAcdmy {
    padding: 105px 0 130px;
    position: relative;
    overflow: hidden;
}
.whylanAcdmy:after,
.naatInfo:after {
    position: absolute;
    content: "";
    width: 512px;
    height: 512px;
    border: 80px solid #e5f1de;
    top: -256px;
    left: -256px;
    border-radius: 50%;
}
.whylanAcdmy h2 {
    margin-bottom: 30px;
}
.whylanAcdmy div[class*="col-"] {
    padding: 0 160px;
    z-index: 99;
}
.whylanAcdmy div[class*="col-"] p {
    line-height: 28px;
    margin-bottom: 30px;
}
.onlineCourse,
.whatWeOffer {
    background: #fff;
}
.onlineCourse img,
.whatWeOffer img {
    width: 100%;
    height: auto;
}
.onlineCourse .col-sm-5 img,
.whatWeOffer .col-sm-5 img {
    object-fit: cover;
    height: 100%;
    object-position: top center;
}
.courseInfo,
.offerInfo {
    padding: 90px 115px !important;
}
.courseInfo h2,
.offerInfo h2 {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 22px;
}
.courseInfo ul,
.offerInfo ul,
.checklist {
    padding: 0;
    margin: 0;
    list-style: none;
}
.courseInfo ul li,
.offerInfo ul li,
.checklist li {
    margin-bottom: 18px;
    padding-left: 22px;
    position: relative;
}
.courseInfo ul li:before,
.offerInfo ul li:before,
.checklist li:before {
    position: absolute;
    content: "\f00c";
    top: 0;
    left: 0;
    color: #090249;
    font-family: fontawesome;
    font-size: 13px;
}
.courseInfo .themeBtn,
.offerInfo .themeBtn {
    letter-spacing: 1px;
    padding: 15px 25px;
    margin-top: 15px;
}
.innerPage .whyLove {
    padding-top: 55px;
    margin-bottom: 0;
}
.naatInfo {
    padding: 105px 0 115px;
    position: relative;
    overflow: hidden;
}
.naatInfo .col-sm-12 > p,
.pteInfo .col-sm-12 > p {
    text-align: left;
    line-height: 30px;
    margin-bottom: 30px;
}
.coursesInfo p a,
.pteInfo p a {
    font-weight: 600;
    color: #222222;
    line-height: 30px;
}
.offeredLang {
    padding-bottom: 80px;
}
.offeredLang .cardsOuter .col-sm-4 {
    max-width: 270px;
    margin: 0 7px 27px;
    padding: 50px 12px 23px;
}
.innerPage .fameWall {
    padding: 118px 0 60px;
}
.innerPage .fameSlider {
    margin-bottom: 122px;
    padding: 0;
}
.innerPage .fameSlider:after {
    display: none;
}
.explainVideo {
    padding: 0 15%;
}
.explainVideo .videoOuter {
    margin-bottom: 30px;
}
.innerPage .fameWall:before {
    top: 50%;
}
.pteInfo {
    padding-top: 100px;
    padding-bottom: 115px;
}
.pteCntnt .cardsOuter .col-sm-4 {
    max-width: 325px;
}
.packageOuter {
    display: inline-block;
    vertical-align: top;
    width: 300px;
    margin: 0 0 115px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
.packageOuter ul {
    list-style: none;
    margin-bottom: 0;
}
.packageOuter ul li {
    padding: 18px 10px;
    background: #fff;
}
.packageOuter ul li:nth-child(even) {
    background: #f5f8f9;
}
.packageOuter h2 {
    font-weight: 700;
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 0;
    padding: 18px;
    color: #fff;
}
.packageOuter.bronze h2 {
    background: #d77945;
}
.packageOuter.silver h2 {
    background: #4192d4;
}
.packageOuter.gold h2 {
    background: #f8aa02;
}
.innerPage.ptePage .fameWall:before,
.innerPage.ptePage .testimonials:before {
    display: none;
}
.innerPage.ptePage .fameWall:after {
    top: -188px;
}
.pteCntnt {
    margin-top: 50px;
}
.whyOnline {
    padding: 134px 0 115px;
    position: relative;
}
.whyOnline:before,
.videoCourse .tutorialVd:before {
    position: absolute;
    content: "";
    height: 415px;
    width: 415px;
    border: 60px solid #e5f1de;
    border-radius: 50%;
    top: 190px;
    right: -257px;
}
.videoCourse .tutorialVd:before {
    height: 395px;
    width: 395px;
    top: 70px;
    right: -270px;
}
.whyVideo {
    padding-right: 65px !important;
}
.featurePlans {
    margin: auto;
    display: inline-block;
    vertical-align: top;
}
.featurePricing {
    padding: 60px 0;
}
.featurePlans .featurePlan, .featurePlans .featurePackage {
    float: left;
    margin: 0 5px;
    width: 200px;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    overflow: hidden;
}
.featurePlans .featurePlan {
    width: 230px;
    margin: 0;
    border-right: 0;
}
.widePackages .featurePlans .featurePackage {
    width: auto;
}
.featurePlans .featurePlan h3, .featurePlans .featurePackage h3 {
    font-weight: 600;
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.featurePlans .featurePackage h3  {
    background: #f8aa02;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 70px;
}
.widePackages .featurePlans .featurePackage h3 {
    padding-bottom: 20px;
}
span.packagePrice {
    width: 110px;
    height: 110px;
    display: block;
    vertical-align: top;
    margin: -70px auto auto;
    line-height: 110px;
    background: #fff;
    border-radius: 50%;
    font-size: 23px;
    font-weight: 600;
    color: #f8aa02;
    margin-bottom: 12px;
    box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.1), 4px 0px 5px 0px rgb(0 0 0 / 20%) inset;
    -webkit-box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.1), 4px 0px 5px 0px rgb(0 0 0 / 20%) inset;
    border: 2px solid #fff;
}
.featurePlans .featurePlan h3 {
    font-weight: 500;
    padding: 22px 24px;
    text-align: left;
}
.featurePlans ul {
    list-style: none;
    margin-bottom: 0;
}
.featurePlans ul li {
    font-weight: 500;
    font-size: 14px;
    padding: 15px;
    background: #fff;
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.featurePlans ul li:nth-child(even) {
    background: #f5f8f9;
}
.featurePackage ul li:last-child {
    background: #fff;
}
.featurePackage .fa.fa-times {
    color: #fe0000;
}
.featurePackage .fa.fa-check {
    color: #a4cb5c;
}
.featurePlan ul li:first-child {
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 500;
    min-height: 81px;
}
.smallFP .featurePlan ul li:first-child {
    min-height: 150px;
}
.featurePlan ul li {
    text-align: left;
    padding: 20px 24px;
    font-size: 13px;
    font-weight: normal;
}
.featurePackage.green h3 {
    background: #090249;
}
.featurePackage.green span.packagePrice {
    color: #090249;
}
.featurePackage.green .themeBtn {
    background: linear-gradient(#95c33b, #9fdd2a);
    background: -webkit-linear-gradient(#95c33b, #9fdd2a);
    box-shadow: 0 4px 15px 0px rgba(150, 198, 57, 0.6);
    -webkit-box-shadow: 0 4px 15px 0px rgba(150, 198, 57, 0.6);
}
.featurePackage .themeBtn {
    background: linear-gradient(#f8aa03, #ffb30f);
    background: -webkit-linear-gradient(#f8aa03, #ffb30f);
    box-shadow: 0 4px 15px 0px rgba(254, 178, 14, 0.6);
    -webkit-box-shadow: 0 4px 15px 0px rgba(254, 178, 14, 0.6);
    font-size: 14px;
    padding: 15px 38px;
}
.featurePackage.red h3 {
    background: #e23c56;
}
.featurePackage.red span.packagePrice {
    color: #e23c56;
}
.featurePackage.red .themeBtn {
    background: linear-gradient(#e23c56, #f32545);
    background: -webkit-linear-gradient(#e23c56, #f32545);
    box-shadow: 0 4px 15px 0px rgba(229, 56, 83, 0.6);
    -webkit-box-shadow: 0 4px 15px 0px rgba(229, 56, 83, 0.6);
}
.innerPage.videoCourse .fameWall {
    padding: 115px 0;
}
.innerPage.videoCourse .fameWall:after {
    display: none;
}
.innerPage.videoCourse .fameWall:before {
    height: 405px;
    width: 405px;
    border-width: 60px;
    top: 0;
}
.innerPage.videoCourse .fameSlider,
.innerPage.videoCourse .videosCntnt {
    margin-bottom: 0;
}
.innerPage.videoCourse .testimonials {
    margin-bottom: 115px;
}
.refundNote {
    background: #fff;
    padding: 42px 100px;
    border-radius: 8px;
    position: relative;
    width: 90%;
    margin: auto;
}
.refundNote:before {
    border: 1px dotted #c8e09c;
    top: 7px;
    width: 90%;
    margin: auto;
    left: 7px;
    border-radius: 8px;
    position: absolute;
    content: "";
    height: 93%;
    width: 98.7%;
}
.refundNote h4 {
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 17px;
}
.refundNote p {
    color: #7a7a7a;
    font-weight: 300;
    line-height: 27px;
    font-style: italic;
}
.refundNote p a {
    font-weight: 600;
}
.refundPolicy {
    margin-bottom: 40px;
}
.innerPage.videoCourse .testimonials:before {
    display: none;
}
.mobileNav {
    display: none;
}
.col-sm-12 {
    z-index: 9;
}
.pteNatti {
    padding: 0 0 110px;
}
.infoBox {
    margin-top: 30px;
}
.infoBoxInr {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 20px 14px -15px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 20px 14px -15px rgba(0, 0, 0, 0.1);
    border: 2px solid #9dd72d;
}
.infoBoxInr:hover {
    background: linear-gradient(#fff, #f7ffe7);
    background: -webkit-linear-gradient(#fff, #f7ffe7);
}
.infoBoxInr img {
    margin-bottom: 30px;
}
.infoBoxInr h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}
.infoBoxInr p {
    line-height: 28px;
    font-size: 14px;
    color: #999;
}
.notFound .pageContent {
    padding: 100px 0 70px;
}
.notFound .pageContent img {
    width: 350px;
}
.coursesOffer .title {
    margin-bottom: 40px;
}
.courseCntnt {
    border: 2px solid transparent;
    background: white;
    box-shadow: 0 20px 14px -15px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 20px 14px -15px rgba(0, 0, 0, 0.1);
    padding: 20px;
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.courseCntnt:hover {
    border-color: #98cb36;
    box-shadow: none;
}
.courseCntnt p {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 20px;
}
.courseCntnt .themeBtn {
    padding: 10px 20px;
    font-size: 11px;
    box-shadow: none;
    margin-top: 30px;
}
.videoLink a,
.videoLink a:hover {
    color: #98cb36;
}
.testiVideo iframe {
    width: 100%;
    height: auto;
    min-height: 565px;
}
.bannerCntnt iframe {
    width: 100%;
    height: 410px;
}
.whatispte,
.ieltsTraining {
    padding: 100px 0 0;
}
.bannerForm h3 {
    font-size: 24px;
}
.practicePortal,
.getWithUs {
    padding: 60px 0;
}
/*.getWithUs {
    background: #fff;
}*/
.getWithUs .title {
    margin-bottom: 45px;
}
.ourFeatures {
    background: #f9f9f9;
    padding: 20px;
}
.ourFeatures .checklist li:last-child {
    margin-bottom: 0;
}
.bannerOuter .themeBtn + .themeBtn {
    margin-left: 15px;
}
.greyBg {
    background: #f3f8fb !important;
}
.greyBg .ourFeatures {
    background: #ececec;
}
.fieldOuter .react-date-picker__inputGroup input {
    padding: 0;
    border: none;
    background: transparent;
    vertical-align: middle;
    width: auto !important;
    text-align: center;
}
.react-date-picker__button svg {
    height: 14px;
}
.react-date-picker {
    width: 100%;
}
.react-date-picker__button:focus {
    border: none;
    outline: 0;
}
.react-date-picker__wrapper {
    border-color: #e2e6e9 !important;
    padding: 18px 25px;
    max-width: 100%;
}
.naatiCCL .featurePlan {
    min-width: 230px;
    width: auto;
}
.naatiCCLSydney .tutorialVd .videoBlk {
    margin-bottom: 25px;
}
#root .wrapper-full-page {
    height: auto !important;
}
.remarksBreakdown {
    border-top: 1px solid #ddd;
    padding-top: 20px;
    padding-bottom: 20px;
}
.mockTestFeedback .title {
    margin-bottom: 25px;
}
.feedbackCntnt .feedUserImg {
    width: 150px;
    height: 150px;
    overflow: hidden;
    margin-bottom: 8px;
}
.feedbackCntnt .feedUserImg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top center;
}
.feedbackCntnt .userName {
    font-size: 20px;
    margin: 0 0 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.feedbackCntnt h5 {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
}
.feedbackCntnt p {
    margin: 0;
    line-height: 25px !important;
    font-size: 14px !important;
}
.feedbackCntnt p strong {
    font-weight: 500;
}
.notification_title{
    width: 100%;
    display: inline-block;
}
.notification_title p{
    float: left;
}
.notification_title button{
    float: right;
}

.videopopup div.modal-body div {
	position: relative;
	width: 100% !important;
	padding-bottom: 56.25%;
}
.videopopup div.modal-body div iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.tableOuter, .calendarOuter, .transactionOuter, .mockResultOuter, .progressTrackerOuter,.dailyTaskouter, .successPlanouter, .DailyFeedBackouter{
    overflow-x: auto;
}

.stafDropdown li a {
    color: #000;
}

.content .nav-tabs .nav-item .nav-link.active:before, .content .nav-tabs .nav-item .nav-link.active:hover:before, .content .nav-tabs .nav-item .nav-link.active:focus:before{
    bottom: 0px;
}

.content .nav-tabs .nav-item .nav-link.active:after, .content .nav-tabs .nav-item .nav-link.active:hover:after, .content .nav-tabs .nav-item .nav-link.active:focus:after{
    bottom: 0px;
}

.mobileNav, #navigation {
    display: none;
}

.main-panel>.content .col-6 {
    max-width: 100%;
    flex: none;
}
.unselectable .col-12 .col-lg-12, .unselectable .col-12 .col-12 {
    padding: 0;
}
.bottomBtns .row [class*="col-"] {
    max-width: 100%;
    flex: none;
    text-align: center;
}

.audio-box {
    width: 340px;
    margin: 20px auto 15px!important;
    padding: 10px 5px 50px!important;
    height: auto;
    border: 1px solid #B0B0B1;
    background: #fff;
    text-align: left;
    position: relative;
    max-width: 100%;
}

button.react-date-picker__clear-button.react-date-picker__button {
    position: absolute;
    top: 18px;
    right: 0;
}

button.react-date-picker__calendar-button.react-date-picker__button {
    display: none
}

@media screen and (max-width: 1024px) {
.questionsArea .sc-AxiKw {
    padding-right: 15px !important;
}
#header .nav-menu.d-none.d-lg-block ul .sign-up-free {
    padding: 6px 40px;
    line-height: 40px;
}
#header + section {
    padding: 20px 0;
}
.main-heading {
    font-size: 34px;
}
.breadcrumb {
    padding: 0 0rem !important;
}
.fieldOuter .react-date-picker .react-date-picker__wrapper {
    padding: 18px 5px;
}
.fieldOuter input,
.fieldOuter select,
.fieldOuter textarea,
.react-date-picker__wrapper {
    font-size: 12px;
}
.fieldOuter {
    min-height: 65px;
}
.contentOuter .loginForm, .contentOuter .registerForm {
    padding: 70px 50px;
}
.react-date-picker__inputGroup {
    display: inline-block;
    vertical-align: top;
}

}
@media screen and (max-width: 992px) {
.card .card-header .card-title, .deviceTestPage h4, .innerTitle {
    font-size: 20px;
}
.nav-pills .nav-item .nav-link {
    padding: 8px 20px;
}
.questionsArea .sc-fzoLsD {
    min-width: 1px;
}
.contentOuter .loginForm, .contentOuter .registerForm {
    padding: 40px 20px;
}
#header + section .col-lg-12.mb-5 {
    margin-bottom: 15px !important;
}
.main-heading.pt-5 {
    padding-top: 10px !important;
}

}
@media only screen and (max-width: 991px) {
    .mobileNav, .close-menu.active-btn {
        display: inline-block;
        cursor: pointer;
    }
    .mobileNav {
        border: 0;
        outline: none;
        background: transparent;
        width: 40px;
        height: 22px;
        position: absolute;
        padding: 0;
        right: 0;
        z-index: 999;
        font-size: 22px;
        color: white;
    }
    #navigation, .navigation .close-menu {
        display: none;
    }
    header #navigation.active-menu {
        display: flex !important;
        background-color: #1236d5;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        max-width: 100%;
        position: fixed;
        align-items: center;
        z-index: 9999;
    }
    span.close-menu.active-btn {
        z-index: 9999;
        color: #ffffff;
        position: absolute;
        top: 20px;
        right: 20px;
        font-size: 42px;
        font-weight: normal;
        font-family: initial;
        cursor: pointer;
    }
    ul#mainNav {
        width: 100%;
    }
    #mainNav li {
        margin: 9px 0;
        display: block;
        text-align: center;
    }
    ul#mainNav li a {
        font-size: 15px;
    }
    ul#mainNav li a, ul#mainNav li button {
        color: #fff;
        text-align: center;
    }
    #navigation ul li a {
        display: inline-block;
        vertical-align: top;
        padding: 8px;
        text-transform: uppercase;
    }
}
@media screen and (max-width: 767px) {
.contentOuter .registerForm .fieldOuter {width: 100%;}
.bottomBtns .text-right {
    text-align: center !important;
}
.audio_script_button {
    vertical-align: top;
    padding: 8px;
    display: block;
}
.MuiIconButton-root {
    position: absolute !important;
    left: -11px;
    top: -6px;
}
body .answers label {
    margin: 0 0 10px !important;
    font-size: 14px!important;
    padding-left: 24px;
    position: relative;
}
.tableOuter .table{
    width: 600px;
}

.profileOuter .row .col-md-4, .profileOuter .row .col-md-12{
    padding: 0;
}

.nav-item{
    width: 100%;
}

.content .nav-pills:not(.flex-column) .nav-item:first-child .nav-link, .content .nav-pills:not(.flex-column) .nav-item:last-child .nav-link {
    border-radius: 0px !important;
}

.nav-tabs .nav-item .nav-link.active:before, .nav-tabs .nav-item .nav-link.active:hover:before, .nav-tabs .nav-item .nav-link.active:focus:before{
    display: none !important;
}

.nav-tabs .nav-item .nav-link.active:after, .nav-tabs .nav-item .nav-link.active:hover:after, .nav-tabs .nav-item .nav-link.active:focus:after{
    display: none !important;
}
.mockResult .card-header button{
    white-space: normal;
}
.content .card .card-header .card-title{
    line-height: 35px;
}
.questionsArea .scorecard .scoreBlock {
    min-width: 100%;
}
.questionsArea .scorecard .overallScore{
    margin: 5% auto;
}
.skillsBreakdown .infoBlock {
    max-width: 100% !important;
    width: 100%;
    flex: 0 0 100%;
    margin-top: 10%;
}
.nav-tabs .nav-item .nav-link{
    margin: 0 !important;
}
#anouncementPopup .mobileIcon .col-6{
    flex: 0 0 100%;
    max-width: 100%;
}
.login-page .contentOuter {
    margin-top: 45px;
    margin-bottom: 0;
}
.contentOuter .registerLink p {
    line-height: 22px;
}
.contentOuter .registerLink p br {
    display: none;
}
.themeBtn, .fieldOuter input[type="submit"] {
    padding: 12px 30px;
}
.contentOuter .registerLink, .addressArea {
    background-size: 40%;
}

}
@media screen and (max-width: 640px) {
.bottomBtns {
    text-align: center;
}
.bottomBtns button {
    margin-bottom: 10px !important;
    float: none !important;
}
audio {
    width: 100%;
}
.card-body .row > .tableOption {
    width: 100% !important;
    flex: none;
    padding: 0 14px;
    max-width: 100% !important;
    margin-bottom: 15px;
}
.card-body .row > .tableOption > label {
    display: block !important;
    text-align: left;
}
.card-body .row > .tableOption > select {
    margin: 0 !important;
}
body .card .card-body {
    padding: 0px 15px 10px !important;
}
.questionsArea h5 {
    font-size: 15px;
    line-height: 23px;
}
.eowjLe {
    margin-left: -5px;
    margin-right: -20px;
}
.questionsArea .sc-AxiKw {
    padding: 0px 3px !important;
}
.contentOuter .registerLink {
    padding: 55px 15px;
}

}
@media screen and (max-width: 600px) {
    .multipleCards .col-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media screen and (max-width: 480px) {
.eowjLe {
    margin-right: -5px;
}
.questionsArea .sc-AxiKw {
    width: 100%;
    display: block;
}
.questionsArea .sc-AxiKw:first-child {
    margin-bottom: 20px !important;
}
.main-heading {
    font-size: 25px !important;
    padding-top: 20px !important;
    margin-bottom: 10px;
}
.breadcrumb-item {
    font-size: 12px;
    margin: auto;
}
.breadcrumb-item+.breadcrumb-item {
    padding-left: 0;
    margin-left: -25px;
}
.bottomBtns button.btn, button.btn {
    padding: 10px 25px;
}
.themeBtn, .fieldOuter input[type="submit"] {
    font-size: 12px;
}
.contentOuter .registerForm .fieldOuter {
    width: 100%;
}
.contentOuter .row {
    width: 100%;
}
.contentOuter .loginForm, .contentOuter .registerForm {
    padding: 40px 10px;
}

}
@media screen and (max-width: 360px) {
.bottomBtns select {
    width: 100%;
    margin-bottom: 10px;
}
.questionsArea .question {
    font-size: 17px;
    line-height: 23px;
}

}
#la-free-mt-app-testimonial-section {
	margin-top: 50px;
    margin-bottom: 50px;
	background-color: #f3f8fb;
    padding: 15px 20px 15px 15px;
}
.slick-slider {
    z-index: 999;
}
.testimonial-active .slick-arrow {
    position: absolute;
    bottom: -50px;
    left: 0;
    border: none;
    background: none;
    padding: 0;
    font-size: 24px;
    color: #fff;
    z-index: 9;
    cursor: pointer;
    transition: .3s;
    width: 94%;
}
.slick-slider .slick-arrow {
	background-color: #8cdc8c;
	border-radius: 10px;
}
.slick-slider .slick-arrow:hover {
	background-color: #4e864e;
}

.testimonial-active i {
    color: #090249;
    right: 40px;
}

.slick-slide {
    outline: none;
}

.testimonial-active {
    width: 100%;
}

.testimonial-active .slick-next {
	left: 40px;
}

.testimonial-active .slick-arrow:hover {
    color: #090249;
}

.la-free-mt-app-testimonial-mrow {
    position: relative;
    z-index: 9;
}

.la-video-testimonial {
    /* padding: 0px !important; */
}
.single-testimonial {
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
    background: #fff;
}
.section-table .btn {
    background-color: #ef6a45 !important;
}

@media only screen and (max-width: 992px) {
	#la-free-mt-app-testimonial-section .col-md-8 {
        max-width: 100%;
        flex: none;
    }
}
