@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;
    font-size: 15px;
}
input:focus,
select:focus,
textarea:focus,
button:focus,
a:focus {
	outline: 0;
}
p {
    font-size: 15px;
    line-height: 30px;
}
.courses-offered {
    margin: 5% 0;
}
.course-content{
    font-style: italic;
    margin-left: 10%;
}
.homeBanner .div20task{
    padding: 1% 0;
}
.homeBanner .div20task .themeBtn{
    padding: 1% 2%;
}
.homeBanner .div20task .task-title{
    display: inline-block;
    padding: 0 5%;
    vertical-align: sub;
    font-size: 1.5em;
}
.div20task{
    background: #182a4e;
    color: white;
    padding: 5% 0;
}
.taskpopup{
    margin-top: 150px !important;
}
.mainHeader {
	background-color: transparent;
	color: #fff;
	position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
}

section.whiteMenuOuter {
    padding: 85px 0;
}
.la-exam-pattern-content h2{
    margin-bottom: .5rem;
}
.popup-video{
    width: 100%;
}
.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: 10;
    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 8px;
	text-transform: uppercase;
	font-size: 12.5px;
}
.navigation ul li a:hover,
.navigation ul li a.active {
	text-decoration: none;
	color: #94c23c;
}
.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, .joinForm .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, .joinForm .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;
    display: inline-block;
    vertical-align: top;
}
.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 15px 0px rgba(150, 198, 57, 0.6);
    -webkit-box-shadow: 0 4px 15px 0px rgba(150, 198, 57, 0.6);
}
.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;
}
.contentOuter, .joinForm {
    margin-bottom: 100px;
}
.footerUpper img {
	width: 100%;
    margin-bottom: -1px;
}
footer {
	background: #162545;
	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: 13px;
    white-space: unset;
    line-height: 19px;
    padding-left: 34px;
}
.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;
}
.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  .title {
    color: #182A4F;
}
.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: normal;
    font-size: 16px;
    line-height: normal;
}
.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%;
}
.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: 0;
    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, .branchesOuter {
    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: #94c23c;
    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: 74px 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: #94c23c;
}
.featurePackage.green span.packagePrice {
    color: #94c23c;
}
.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;
}
.sidebar-wrapper a:not([href]):not([tabindex]):hover, .sidebar-wrapper a:not([href]):not([tabindex]):focus {
    color: white;
    text-decoration: none;
  }
.cancelsubscriptionspan{
    display: block;
    font-size: 12px;
    color: #9f9f9f;
    padding-top: 5px;
}

.wrapper .sidebar .nav li>a {
    padding: 15px 8px;
}


/***********naati-app-lp page start***********/
.la-naati-app-first-section{
    background-image: url(../images/LA-naati-section1-bg-29-06-21.jpg);
    background-position:right 0;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0px;
    transform: translate3d(0px, 0px, 0px);
    transform-style: preserve-3d;
    backface-visibility: hidden;
    position: relative;
    z-index: 1;
}

.fix {
    overflow: hidden;
}

.second-slider-content {
    padding-top: 40px;
    padding-bottom: 5px;
    z-index: 999;
    position: relative;
}

.small-title {
    background: #f7f4fe;
    display: inline-block;
    border-radius: 20px;
}

.small-title ul {
    margin: 0px;
    padding: 0px;
}

.small-title li {
    list-style: none;
    display: inline-block;
    padding: 5px 20px;
    color: #18294d;
}

.small-title li:first-child {
    background: #94c23c;
    border-radius: 20px;
    color: #fff;
    padding: 5px 30px;
}

.slider-content h2 {
    font-size: 90px;
    color: #fff;
    letter-spacing: -2px;
    line-height: 1.1;
    margin-bottom: 40px;
}

.second-slider-content h1 {
    font-size: 35px;
    margin-bottom: 20px;
    color: #ffffff;
    line-height: 1.2;
    margin-top: 0px;
    font-style: normal;
    font-weight: 600;
}

.slider-bg2 .slider-content h2 {
    color: #ffffff;
    padding-right: 5%;
}

.slider-content h2 span {
    color: #94c23c;
}

.slider-content p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
}

.slider-bg2 .slider-content p {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 0;
}

.slider-btn .btn {
    -moz-user-select: none;
    background: transparent linear-gradient(90deg, #94c23c 0%, #94c23c 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0 4px 15px 0px rgb(150 198 57 / 40%);
    -webkit-box-shadow: 0 4px 15px 0px rgb(150 198 57 / 40%);
    border: none;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 0;
    padding: 15px 35px;
    text-align: center;
    text-transform: unset;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
}

.slider-btn .btn {
    background: #fff;
    color: #94c23c;
}

.slider-btn .btn {
    box-shadow: 3px 3px 0 0 #94c23c;
}

.btn.ss-btn {
    background: transparent linear-gradient(90deg, #94c23c 0%, #94c23c 100%) 0% 0% no-repeat padding-box;
    box-shadow: 3px 4px 25px rgb(150 198 57 / 60%);
    color: #fff;
}

.slider-shape {
    position: absolute !important;
    z-index: 9;
}

.la-naati-app-first-section{
    background-image: url(../images/LA-naati-section1-bg-29-06-21.jpg);
    background-position:right 0;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0px;
}

.py-40{
    padding: 40px 0px;
}

.la-features-row {
    margin-bottom: 0px;
}

.mb-30 {
    margin-bottom: 30px;
}

.pl-40 {
    padding-left: 40px;
}

.pr-40 {
    padding-right: 40px;
}

.section-title h2 {
    font-size: 31px;
    padding-bottom: 15px;
    margin-bottom: 0px;
    position: relative;
    line-height: inherit;
    color: #18294d;
    margin-top: 0px;
    font-style: normal;
    font-weight: 600;
}

.la-features-content-row {
    margin-bottom: 30px;
}

.la-naati-app-features-innerr-col1 .row, .la-naati-app-features-innerr-col3 .row {
    margin-bottom: 50px;
}

.la-naati-app-features-text {
    font-size: 16px;
}

.la-naati-app-features-image {
    background-color: white;
    max-width: 60px;
    width: 100%;
}

.la-naati-app-features-innerr-col2-img {
    width: 100%;
    margin-top: -5%;
    margin-left: 2%;
}

.la-video-iframe img {
    border: 1px solid #94c23c73;
    box-shadow: 0 2px 9px 0px rgb(150 198 57 / 40%);
    -webkit-box-shadow: 0 2px 9px 0px rgb(150 198 57 / 40%);
    border-radius: 5px;
}

#la-naati-app-languages-section {
    background-color: #f3f8fb !important;
}

#la-naati-app-languages-section .language-box {
    background: #fff;
    padding: 18px 18px 18px;
    border: 2px solid transparent;
    border-radius: 12px;
    cursor: pointer;
    box-shadow: 0 20px 14px -15px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 20px 14px -15px rgb(0 0 0 / 10%);
    z-index: 99;
    margin-bottom: 30px;
}

#la-naati-app-languages-section .language-box img {
    width: 80px;
    height: 80px;
}

#la-naati-app-languages-section .language-box h2 {
    font-size: 20px;
    color: #18294d;
    margin-top: 0px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: .5rem;
}

#la-naati-app-free-tial-section {
    background-color: #ffffff !important;
}

.btn.btn-lg.btn-naati-app {
    margin-bottom: 30px;
    -moz-user-select: none;
    background: transparent linear-gradient(90deg, #94c23c 0%, #94c23c 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0 4px 15px 0px rgb(150 198 57 / 40%);
    -webkit-box-shadow: 0 4px 15px 0px rgb(150 198 57 / 40%);
    border: none;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
    padding: 15px 35px;
    text-align: center;
    text-transform: unset;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
}

.btn-naati-app i {
    font-size: 22px;
    margin-right: 5px;
}

.la-naati-app-testimonial-mrow {
    margin-bottom: 40px;
}

.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: #94c23c;
    right: 40px;
}

.slick-slide {
    outline: none;
}

.single-testimonial {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 16px;
    margin-left: 0px;
    padding: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
}

.testi-author {
    overflow: hidden;
    display: flex;
    margin-left: -78px;
}

.la-naati-app-testimonial-col4 .testi-author.text-left {
    margin: 0 auto;
}

.ta-info {
    overflow: hidden;
    display: block;
    padding-top: 20px;
}

.ta-info h6 {
    font-size: 20px;
    margin-bottom: 5px;
    color: #18294d;
    margin-top: 0px;
    font-style: normal;
    font-weight: 600;
    text-transform: none;
}

.testimonial-active {
    width: 100%;
}

.testimonial-active .slick-next {
	left: 40px;
}

.testimonial-active .slick-arrow:hover {
    color: #94c23c;
}

.testimonial-avatar.p-relative {
	min-height: 455px;
	display: block;
	overflow: hidden;
}

.testimonial-avatar .ta {
	position: absolute;
	left: 50%;
	top: 50%;
	overflow: hidden;
	transition: all 1200ms ease;
	-moz-transition: all 1200ms ease;
	-webkit-transition: all 1200ms ease;
	-ms-transition: all 1200ms ease;
	-o-transition: all 1200ms ease;
}
#la-naati-app-hr-cta-section {
    background-color: #18294d;
}

.pb-100 {
    padding-bottom: 100px;
}

.pt-90 {
    padding-top: 90px;
}

.mb-25 {
    margin-bottom: 25px;
}

.newslater-area h2, .newslater-area p {
    color: #fff;
}

.newslater-area p {
    opacity: 0.8;
}

.p-relative{
    position: relative;
}

.contact-area {
    background-repeat: no-repeat;
    background-position: center center;
}

.contact-bg {
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.pt-50 {
    padding-top: 50px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-20 {
    margin-bottom: 20px;
}

.contact-field input {
    width: 100%;
    border: none;
    background: #fff;
    padding: 10px 20px;
    transition: .3s;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 3px 4px 15px #0000001a;
    border-radius: 10px;
}

.mb-45 {
    margin-bottom: 45px;
}

.contact-field textarea{
    width: 100%;
    border: none !important;
    background: #fff;
    padding: 10px 20px;
    transition: .3s;
    height: 100px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 3px 4px 15px #0000001a;
    border-radius: 10px;
    min-height: auto !important;
}

.contact-area button.themeBtn{
    -moz-user-select: none;
    background: transparent linear-gradient(90deg, #94c23c 0%, #94c23c 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0 4px 15px 0px rgb(150 198 57 / 40%);
    -webkit-box-shadow: 0 4px 15px 0px rgb(150 198 57 / 40%);
    border: none;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 0;
    padding: 15px 35px;
    text-align: center;
    text-transform: unset;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
}

.contact-map {
    border: 1px solid #94c23c73;
    box-shadow: 0 2px 9px 0px rgb(150 198 57 / 40%);
    -webkit-box-shadow: 0 2px 9px 0px rgb(150 198 57 / 40%);
    border-radius: 5px;
}

.contact-map iframe {
    width: 100%;
    max-height: 580px;
    height: 580px;
    border: 0;
}

#la-naati-app-store-link-section {
    background-color: #f3f8fb;
    padding: 60px 0px;
}

.la-naati-app-store-link-section .btn-naati-appslink {
    margin-bottom: 20px;
    -moz-user-select: none;
    background: transparent linear-gradient(90deg, #94c23c 0%, #94c23c 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0 4px 15px 0px rgb(150 198 57 / 40%);
    -webkit-box-shadow: 0 4px 15px 0px rgb(150 198 57 / 40%);
    border: none;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
    padding: 15px 35px;
    text-align: center;
    text-transform: unset;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
}

#scrollUp {
    background: #94c23c;
    height: 45px;
    width: 45px;
    right: 50px;
    bottom: 77px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    font-size: 22px;
    line-height: 45px;
    transition: .3s;
}

.fa-level-up-alt:before {
    content: "\f3bf";
}

.la-naati-app-testimonial-mrow {
    margin-bottom: 40px;
    z-index: 9;
    position: relative;
}
.la-free-mt-app-testimonial-mrow {
    position: relative;
    z-index: 9;
}

/***********naati-app-lp page end***********/

/***********free-mock-test page start***********/

.la-free-mt-app-first-section{
    background-color: #182A4F;
    padding: 40px 0px;
    transform: translate3d(0px, 0px, 0px);
    transform-style: preserve-3d;
    backface-visibility: hidden;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.la-free-mt-app-features-section {
    background-color: #f3f8fb;
}

.py-50 {
    padding: 50px 0px;
}
.la-free-mt-app-features-innerr-col .la-inner-col h2 {
    font-size: 26px;
    color: #ffffff;
    font-style: normal;
    margin: 27px 0 30px;
    text-decoration: none;
}
#la-free-mt-app-exam-pattern-section {
    background-color: #f3f8fb !important;
}

.la-exam-pattern-inner-col {
    padding: 15px 15px 15px 190px;
    background: #fff;
    border-radius: 10px;
    -moz-box-shadow: inherit;
    position: relative;
    border: 2px solid #94c23c;
    width: 90%;
    margin: 0 auto 30px;
    height: 270px;
}

.la-exam-pattern-inner-col .img-div {
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    background: #f3f8fb;
    padding: 4px;
    width: 200px;
    height: 200px;
    border: 2px solid #94c23c;
    border-radius: 25px;
    overflow: hidden;
}

.la-exam-pattern-inner-col .img-div .exam-pattern-box-img {
    width: 100%;
    border-radius: 20px;
    transition: .8s ease;
}

.la-rotate1, .la-rotate2, .la-rotate3, .la-rotate4 {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    margin: 10px;
    overflow: hidden;
}

.la-exam-pattern-content h2 {
    text-align: left;
    font-size: 20px;
}

.la-exam-pattern-content p {
    text-align: left;
    font-size: 15px;
    line-height: 23px;
    font-weight: normal;
    color: #212529;
    margin-bottom: 15px;
}

.la-exam-pattern-inner-col:hover {
    background-color: #94c23c;
}

.la-exam-pattern-inner-col:hover .la-rotate1 {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}

.la-exam-pattern-inner-col:hover .la-rotate2 {
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -o-transform:rotate(360deg);
}

.la-exam-pattern-inner-col:hover .la-rotate3 {
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -o-transform:rotate(360deg);
}

.la-exam-pattern-inner-col:hover .la-rotate4 {
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -o-transform:rotate(360deg);
}

.inner-page-fourth-section.py-60 {
    padding: 20px 0px;
}

.sec-title {
    margin-bottom: 60px;
}

hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}

.tabRowcol {
    float: left;
}

.col-md-9.tabRowcol.tabContentRowcol {
    max-width: 60%;
}

.ed_tab .row {
    margin-bottom: 2%;
}

.ed_tab button {
    text-align: left;
    font-weight: 500;
}

.ed_tab button {
    color: rgb(0 62 160 / 59%);
    background: #fff;
    position: relative;
    border: 2px solid;
    width: 100%;
    text-align: center;
    border-radius: .25rem;
}

#tab1 {
	max-width: 600px;
}

#tab2{
	max-width: 600px;
}

#tab3{
	max-width: 600px;
}

#tab4{
	max-width: 600px;
}

.ed_tabcontent {
    display: none;
}

.ed_tabcontent.show.active {
    display: block;
}

.tabLinkRowcol button:focus{
    outline: none;
    box-shadow: none;
}

#la-free-mt-app-free-tial-section {
    background-color: #f3f8fb !important;
}

#la-free-mt-app-free-tial-section .language-box {
    background: #fff;
    padding: 18px 18px 18px;
    border: 2px solid transparent;
    border-radius: 12px;
    cursor: pointer;
    box-shadow: 0 20px 14px -15px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 20px 14px -15px rgb(0 0 0 / 10%);
    z-index: 99;
    margin-bottom: 30px;
    height: 320px;
}

#la-free-mt-app-free-tial-section .language-box img {
    max-width: 95px;
}

#la-free-mt-app-free-tial-section .language-box h2 {
    font-size: 20px;
    margin-top: 20px;
}

#la-free-mt-app-free-tial-section .language-box:hover {
    background: linear-gradient(#fff, #f7ffe7);
    background: -webkit-linear-gradient(#fff, #f7ffe7);
    border-color: #95c43b;
}
.bottom-banner-video {
    height: 300px;
}

.free-mock-test-page iframe{
    width: 100%;
    height: auto;
}

.la-video-testimonial {
    padding: 0px !important;
}
#anouncementPopup .modal-body a.btn.pte_popup_modal_submit {
    background: #98cb36 !important;
    color: #fff;
    border-color: #98cb36 !important;
}
/* #anouncementPopup .modal-body .pte_popup_modal_h2tagl2 b {
    color: #C10A24 !important;
} */
/* #anouncementPopup .modal-body a.btn.pte_popup_modal_submit {
    background: #C10A24 !important;
    color: #fff;
    border-color: #C10A24 !important;
} */
#anouncementPopup .modal-body .col-md-6:first-child > div {
    padding: 0 54px;
}
#anouncementPopup .modal-body a.modal-close {
    color: #222 !important;
}
#anouncementPopup .modal-body h4.pte_popup_modal_h4tag {
    font-weight: bold;
}
#anouncementPopup .modal-body p.pte_popup_modal_ptag {
    font-weight: 500;
}
#anouncementPopup .modal-header a.close span {
    font-size: 25px;
    color: #000;
}
.testimonials .slick-arrow,
.fameWall .slick-arrow,
.videosCntnt .slick-arrow {
	position: absolute;
	left: -50px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px;
	overflow: hidden;
	text-indent: -100px;
	border: 2px solid #D2D3D5;
	top: 50%;
}
.testimonials .slick-arrow.slick-next,
.fameWall .slick-arrow.slick-next,
.videosCntnt .slick-arrow.slick-next {
	right: -50px;
	left: inherit;
	background-image: url('../images/left-arrow.png');
	transform: rotate(-180deg);
}
.testimonials .slick-arrow.slick-prev,
.fameWall .slick-arrow.slick-prev,
.videosCntnt .slick-arrow.slick-prev {
	background-image: url('../images/left-arrow.png');
}
.testimonials .slick-arrow:hover, .testimonials .slick-arrow:focus,
.fameWall .slick-arrow:hover, .fameWall .slick-arrow:focus,
.videosCntnt .slick-arrow:hover, .videosCntnt .slick-arrow:focus {
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
}
.videosCntnt .slick-arrow {
	top: 30%;
}

.radioFields input, .radioFields label {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
.fieldOuter input[type="file"] {
    cursor: pointer;
}
.radioFields label {
    margin: auto auto auto 5px;
}

.joinForm form,
.formOuter,
.franchFormInr {
    background: #fff;
    padding: 70px !important;
    border-radius: 8px;
}

.branchData {
    background: #94C33C;
    padding: 30px 25px 25px !important;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 25px;
    color: #fff;
    border-radius: 8px;
}

.branchData.addressArea h3 {
    margin-bottom: 25px;
}

.branchDataInr a {
    font-size: 16px;
}
.adresssBlock {
    padding: 0;
}
.adresssBlockInr .mapOuter {
    position: relative;
    height: 360px;
}
.adresssBlockInr .mapOuter img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top center;
}
.adressCntnt {
    margin: 35px 0 65px;
    text-align: center;
}
.adressCntnt p {
    margin: 0;
    font-size: 14px;
}
.contactNo a {
    color: #A1A1A1;
    margin-top: 5px;
    display: inline-block;
    vertical-align: top;
}
.locationBtn {
    margin-top: 35px;
}
.adresssBlockInr .mapOuter h3 {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-weight: bold;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 55px;
    height: 100%;
    z-index: 999;
}
.adresssBlockInr .mapOuter:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.2);
}
.branchesHeading h2 {
    margin: 0;
    font-size: 35px;
    font-weight: normal;
}
.branchesHeading h3 {
    font-weight: bold;
    font-size: 40px;
    margin-bottom: 35px;
}
.branchesOuter .div20task h4 {
    font-weight: normal;
    margin-bottom: 10px;
    color: #000;
}
.branchesOuter .div20task h4 a {
    color: #18294D;
    font-weight: bold;
}
.branchesOuter .div20task {
    background: transparent;
}
.joinBanner {
    padding: 80px 0 120px;
}
.joinForm .row {
    margin: auto;
}
.joinBanner h2 {
    font-size: 80px;
    font-weight: 500;
    text-transform: uppercase;
}
.joinBanner p {
    font-size: 13px;
    line-height: 21px;
    margin-bottom: 75px;
}

.sidebar-mini.sidebar-test-close .sidebar {
    display: none;
}

.sidebar-test-close.sidebar-mini #minimizeSidebar, .sidebar-test-close.sidebar-mini .staffMenu {
    display: none;
}

.sidebar-mini.sidebar-test-close .main-panel {width: calc(100%);}
.whyLaInr ul {
    margin: 0;
    padding-left: 22px;
}
.whyLaInr ul li {
    margin: 0 0 14px;
    font-size: 19px;
    color: #18294D;
}
.franchForm {
    margin-top: 0;
    position: relative;
}
.franchiseCntnt .container:before {
    position: absolute;
    content: "";
    width: 142px;
    height: 142px;
    border: 25px solid #EAF3E7;
    bottom: -45px;
    right: 30px;
    border-radius: 50%;
    background: none;
    z-index: -1;
}
.franchForm .container:after {
    position: absolute;
    content: "";
    width: 45px;
    right: -17px;
    height: 80px;
    top: -25px;
    background: url('../images/verticle-dots.png');
}
.whyLa {
    padding: 0 0 90px;
    position: relative;
    text-align: center;
}
.whyLa:before {
    position: absolute;
    content: "";
    width: 300px;
    height: 300px;
    border: 55px solid #EAF3E7;
    bottom: 190px;
    left: -180px;
    border-radius: 50%;
    background: none;
}
.whyLaInr h2 {
    font-weight: 600;
    color: #18294D;
    font-size: 35px;
    position: absolute;
    height: 370px;
    width: 370px;
    margin: 0;
    left: 60px;
    top: 55px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.whyLaInr ul li {
    margin: 0 0 14px;
    font-size: 19px;
    color: #18294D;
}
.franchFormInr {
    background: #18294D;
    padding: 60px 85px !important;
    border-radius: 8px;
    color: #fff;
    box-shadow: 0px 0 50px 5px rgb(0 0 0 / 3%);
    -webkit-box-shadow: 0px 0 50px 5px rgb(0 0 0 / 3%);
    position: relative;
    z-index: 9;
}

.franchFormInr h1.title {
    color: #fff;
}

.franchiseBanner .bannerOuter {
    background-image: url(https://www.incimages.com/uploaded_files/image/1920x1080/getty_506181336_326801.jpg);
    position: relative;
    background-position: center -405px;
    padding: 275px 0 78px;
}
.franchiseBanner .bannerOuter span {
    color: #FFFFFF;
    font-size: 16px;
}
.franchiseBanner .bannerOuter:before {
    content: "";
    position: absolute;
    top: 0;
    left: 00;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}
.franchiseCntnt {
    padding: 0 0 85px;
}
.franchiseCntnt .container {
    margin-top: -60px;
    z-index: 999;
    text-align: center;
    max-width: 1265px;
    position: relative;
}
.franchiseCntnt .container .row {
    background: #fff;
    padding: 60px;
    border-radius: 14px;
}
.franchiseCntnt .container p {
    margin: 0;
    color: #212529;
    font-size: 16px;
}
.franchCntntInr h2 {
    font-weight: bold;
    margin: 0 0 7px;
}
.franchCntntInr p {
    font-size: 17px;
}


.services-presentation {
    font-family: sofia-pro, sans-serif;
    box-sizing: border-box;
    padding: 80px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.services-presentation .inner-container {
    position: relative;
    border-style: dashed;
    border-color: #98CB36;
    border-width: 2px;
    height: 485px;
    width: 485px;
    border-radius: 70%;
}
.franchiseCntnt .container:after {
    position: absolute;
    content: "";
    width: 70px;
    left: -35px;
    height: 77px;
    bottom: -26px;
    background: url('../images/green-small-dots.png');
    background-repeat: no-repeat;
}
.franchForm:before {
    position: absolute;
    content: "";
    width: 38px;
    left: 0;
    height: 152px;
    background: url('../images/green-small-dots.png');
    bottom: 25%;
}
.franchForm:after {
    position: absolute;
    content: "";
    width: 555px;
    height: 555px;
    border: 100px solid #EAF3E7;
    top: -198px;
    right: -360px;
    border-radius: 50%;
    background: none;
}
.franchForm .container {
    position: relative;
}
.franchForm .container:before {
    position: absolute;
    content: "";
    width: 70px;
    left: -35px;
    height: 77px;
    top: -26px;
    background: url('../images/green-small-dots.png');
    background-repeat: no-repeat;
}
.services-presentation .service {
    position: absolute;
    background-color: #fff;
    box-shadow: 0px 0 50px 5px rgb(0 0 0 / 3%);
    top: -45px;
    left: calc( 50% - 40px);
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 85px;
    width: 85px;
    border-radius: 40px;
}
.services-presentation .service img {
    width: 48px;
    margin: 0 auto;
}
.services-presentation .service p {
    text-align: center;
    position: absolute;
    top: -65px;
    left: -80px;
    line-height: 19px;
    width: 260px;
    margin: 14px 0;
}
.services-presentation .service#service-2 {
    top: 20%;
    left: calc( 100% - 40px - 20px);
}
.services-presentation .service#service-3 {
    top: 60%;
    left: calc( 100% - 40px - 20px);
}
.services-presentation .service#service-4 {
    top: calc(100% - 40px);
    left: calc( 50% - 40px);
}
.services-presentation .service#service-5 {
    top: 60%;
    left: calc( 0% - 40px + 20px);
}
.services-presentation .service#service-6 {
    top: 20%;
    left: calc( 0% - 40px + 20px);
}
.services-presentation .service#service-2 p,
.services-presentation .service#service-3 p {
    text-align: left;
    left: 107px;
    top: -3px;
}
.services-presentation .service#service-5 p,
.services-presentation .service#service-6 p {
    text-align: right;
    left: -280px;
    top: 8px;
}
.services-presentation .service#service-4 p {
    top: 84px;
}
.smallTxt .col-sm-12 {
    padding: 0;
}
.smallTxt p {
    margin: 0;
    font-weight: 500;
    font-size: 15px;
    color: #232323;
}

.text-data-warning{
    color: #fbc658;
}

section.paysection {
    padding: 10px 0 0px 0px;
}

.payOnlineForm{
    margin: 0 auto;
}

.payOnlineForm select.form-control.currency {
    height: auto;
}

.paysection {
    padding: 80px 0 50px 0px;
}
.payOnlineForm{
    margin: 0 auto;
}
.payOnlineForm select.form-control.currency {
    height: auto;
}
.paysection .payOnlineForm {
    margin: 0 auto;
    background: #fff;
    padding: 60px 60px 1%;
    border-radius: 0px;
}

.weOfrBnr .bannerOuter:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/images/ai-risk-market-volatility.jpeg');
    background-position: center;
    background-size: cover;
    opacity: 0.2;
}
.weOfrBnr .bannerOuter {
    position: relative;
}
.aiBenefits img {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
}
.courses-offered {
    margin: 5% 0;
}
.whyOnlineOD .courses-offered h2, .whyOnlineOD .courses-offered h3, .whyOnlineOD .courses-offered h4, .whyOnlineOD .courses-offered h5 {
    font-weight: 700;
    font-size: 18px;
}
.whyOnlineOD .courses-offered ol, .whyOnlineOD .courses-offered ul {
    padding-left: 15px;
    list-style: none;
}
.whyOnlineOD .courses-offered ol li, .whyOnlineOD .courses-offered ul li {
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 30px;
    position: relative;
    padding-left: 22px;
    margin-bottom: 18px;
}
.whyOnlineOD .courses-offered ol li:before, .whyOnlineOD .courses-offered ul li:before {
    position: absolute;
    content: "\f00c";
    top: 0;
    left: 0;
    color: #94C23C;
    font-family: fontawesome;
    font-size: 13px;
}
.whyOnlineOD .courses-offered li, .whyOnlineOD .courses-offered p {
    font-style: normal;
}
.aiCaurses img {
    width: 100%;
    height: auto;
}
.whyOnlineOD .courses-offered.tabCntnOutr > ul {
    margin-bottom: 35px;
    background: #18294D;
    padding: 13px 0;
    border-radius: 14px;
}
/* .whyOnlineOD .tabCntnOutr > ul li:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    overflow: hidden;
} */
.whyOnlineOD .tabCntnOutr > ul li {
    margin: 0;
    padding: 0;
}
.whyOnlineOD .tabCntnOutr > ul li a {
    display: block;
    vertical-align: top;
    padding: 8px 18px;
    color: #FFFFFF;
    background: #18294D;
    font-size: 14px;
}
.whyOnlineOD .courses-offered.tabCntnOutr > ul li a {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 25px;
    border-radius: 50px;
}
.whyOnlineOD .tabCntnOutr > ul li:before {
    display: none;
}
/* .whyOnlineOD .tabCntnOutr > ul li:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    overflow: hidden;
} */
.whyOnlineOD .tabCntnOutr > ul li a:hover,
.whyOnlineOD .tabCntnOutr > ul li.active a {
    background: #98CB36;
    text-decoration: none;
}

.offerVideoOuter {
    margin: 25px 0 -10px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.offerVideoOuter iframe {
    float: left;
    width: 48%;
    margin: 0 10px;
}

.whyOnlineOD ul.course-content {
    margin-bottom: 23px;
    padding-left: 0;
    list-style: none;
}

.whyOnlineOD .course-content {
    margin-left: 0
}

.whyOnlineOD .course-content table {
    min-width: 290px;
    margin-bottom: 20px;
    font-style: normal;
    border: 1px #E5E3E3 solid;
}
.tabCntnOutr ul.nav-tabs {
    margin-bottom: 15px;
}

.tabCntnOutr ul.nav-tabs li:first-child a {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.tabCntnOutr ul.nav-tabs li:last-child a {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.payoutpge.subPaymentPage {
    padding: 0px 0 50px 0px !important;
}

.payoutpge #payCardFormId {
    margin: 0 auto;
    background: #fff;
    padding: 1px 60px 60px;
    border-radius: 0px;
}

.payoutBnr .bannerOuter {
    position: relative;
}

.payoutBnr .bannerOuter:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/images/payonline.jpg);
    background-position: center;
    background-size: cover;
    opacity: 0.2;
}

.thankyouPayoutBnr .bannerOuter {
    position: relative;
}

.thankyouPayoutBnr .bannerOuter:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-image: url(/images/payonline.jpg); */
    background-image: url(https://media.istockphoto.com/photos/phrase-on-blue-background-picture-id1191622502?k=20&m=1191622502&s=612x612&w=0&h=hpR0dF4-pBC49zrSFQMizmyTdQkKCYhr1VGgfDKlNsU=);
    background-position: center;
    background-size: cover;
    opacity: 0.2;
}

.paysection .fieldOuter.col-md-4{
    display: inline-block;
}

.payOnlineForm select.form-control.expMonth, .payOnlineForm select.form-control.expYear  {
    height: auto;
}

.payOnlineForm .fieldOuter.col-md-4#expMonth {
    padding-left: 0;
    padding-right: 0;
}

.payOnlineForm .fieldOuter.col-md-4#cvv {
    padding-left: 0;
    padding-right: 0;
}

.paysection #cardNumber{
    position: relative;
}

.paysection #cardNumber .input-group-addon{
    position: absolute;
    right: 10px;
    font-size: 20px;
    top: 10px;
}

.paysection label {
    color: #898b8d;
}

.new-question-image {
    width: auto;
    height: 40px;
    margin: 0 5% 0 0;
}

.login-page .alert.alert-danger{
    background-color: #f8d7da;
}

.notification-div .col-11.col-sm-4 {
    z-index: 9999 !important;
}

.registerForm label {
    color: grey;
}


/***********free-mock-test page end***********/


#la-importance-of-mock-tests-section{background: #18294d;}
.impo-list{list-style: none;}
.impo-list li {
    font-size: 20px;
    margin-bottom: 10px ;
}
.impo-list .fa.fa-check-circle {
    color: #94c23c;
    font-size: 25px;
}
.impo-list li b {
    font-weight: normal;
}
.impo-list h6 {
    font-size: 20px;
    font-weight: normal;
}
/*#how-to-use-portal{background-image: url(../images/header-sape.png);}*/
#how-to-use-portal p .fa{font-size: 20px;color: #18294d;position: relative;top: 3px;}
#how-to-use-portal p{line-height: normal;}
.portal-video{height: 500px;}

.howto-video-frame {
    border: 5px solid #18294d;
    padding: 10px 10px 4px;
    box-shadow: 0 0 10px rgba(0,0,0,.5);border-radius: 10px;
}
.packageCol h4, .packageCol p{line-height: normal;}
.packageCol {
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 4px rgb(0 0 0 / 10%);
    border-radius: 10px;
}
.darkVersion .packageCol {
    background: #19294c;
    color: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    text-align: left;
}
/*.container.packagesWrap {
    max-width: 1340px;
    width: 100%;
}*/
.packageContent ul {
    list-style: none;
    padding: 0;
}
a.selectPlan {
    background: #98cb36;
    border-radius: 10px;
    padding: 12px 28px;
    font-weight: 600;
    color: #fff !important;
    text-decoration: none !important;
    margin: 10px 0 10px 0;
    width: 100%;
    float: left;
    text-align: center;
}
a.selectPlan:hover{opacity: .9;}
.darkVersion a.selectPlan {
	color: #19294c !important;
}
.customDivider {
    background: #ddd;
    height: 1px;
}
.priceBox {
    background: #ddd;
    padding: 10px;
    border-radius: 10px;
}
.darkVersion .priceBox {
    background: #98cb42;
		color: #19294c;
}
.priceBox h6 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
}
.priceBox p {line-height: 1;}
.success-numbers .counter-box {
    display: block;
    text-align: center;
    background: linear-gradient(90deg, rgba(148, 194, 60, 1) 0%, rgba(241, 241, 241, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(148, 194, 60, 1) 0%, rgba(241, 241, 241, 1) 100%);
    border-radius: 24px;
    padding: 1px;
}
.success-numbers .counter-boxInr img {
    margin-bottom: 24px;
}
.success-numbers .counter-boxInr {
    padding: 40px;
    background: #94C23C;
    border-radius: 24px;
}
.success-numbers .counter-boxInr .counter {
    font-size: 28px;
    margin-bottom: 16px;
}
.counter-box {
    display: block;
    padding: 40px 20px 10px;
    text-align: center
}
.success-numbers .counter-box p {
    font-weight: normal;
    font-size: 16px;
    margin: 0;
}
.success-numbers .btnOuter {
    margin-top: 30px;
}
.success-numbers .btnOuter .btn.ss-btn {
    margin-bottom: 0;
}
.counter-box p {
    margin: 5px 0 0;
    padding: 0;
    font-size: 18px;
    font-weight: 500
}

.counter-box i {
    font-size: 60px;
    margin: 0 0 15px;
}

.counter {
    display: block;
    font-size: 32px;
    font-weight: 700;
    line-height: 28px
}
.counter.fig-number:after {
    content: "+";
}
#success-numbers {
    background: #98cb36;
    color: #182A4F;
    padding: 90px 0;
}
.success-numbers .section-title h2 {
    font-size: 48px;
}
.success-numbers .section-title p {
    font-size: 18px;
    margin-bottom: 45px;
}
.customCard .btn.btn-link {
    background: transparent !important;
    padding: 0;
    border: none !important;
    font-weight: bold;
    color: #18294d;
    margin:0;
}
.customCard {
    margin: 0 0 10px 0;
}
.counter-box svg {
    margin-bottom: 20px;
}
.innerPage {
    /* min-height: calc(100vh - 70px); */
}
.auauthorizedAccess .fa-lock{font-size: 150px;color: #96c251;}
.paymentFormOuter {
    padding-top: 10px;
}
.paymentFormTitle {
    font-size: 38px;
    margin: 0;
    padding-bottom: 30px;
    border-bottom: 1px solid #c9c9c9;
}
.priceBlock {
    background-image: url(../images/gold-payment-bg.png);
    background-size: 100% 100%;
    padding: 22px 34px 57px;
    background-repeat: no-repeat;
    margin-left: -70px;
    margin-bottom: 40px;
    display: inline-block;
    vertical-align: top;
    min-width: 400px;
}
.priceBlock.silver {
    background-image: url(../images/silver-payment-bg.png);
}
.subPaymentPage.paymentFormBlk {
    padding-right: 100px;
    padding-left: 60px;
}
.priceBlock h2 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.priceBlock h2 span {
    display: block;
    vertical-align: top;
    font-weight: 400;
    font-size: 18px;
    text-transform: capitalize;
}
.priceBlock p {
    font-size: 15px;
    margin: 0;
    line-height: 22px;
}
.priceBlock p.planDuration {
    font-size: 16px;
    margin-top: 27px;
}
.packageHeadLeft h5, .packageHeadLeft h5 b {
    font-weight: 400;
    font-size: 35px;
}
.benifitsHeading {
    margin-bottom: 15px;
    padding-left: 45px;
}
.benifitsHeading span {
    display: inline-block;
    background: #0eba1f;
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    border-radius: 50px;
    padding: 5px 22px;
}
body.package-payment-page .portal .content, .content-payment {
    background-image: url(../images/payment-form-bg.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 42% 100%;
}
.content-payment {
    width: 100% !important;
}
.paymentFormImg {
    text-align: center;
    padding-top: 35px;
}
.paymentFormImg img {
    max-width: 100%;
}
.packagesWrap .row {
    justify-content: center;
}
.packageHeadRight {
    min-width: 130px;
    text-align: center;
}
.darkVersion .priceBox.gold {
    background-image: linear-gradient(45deg, #fefb82, #e7b929, #fefb82, #e7b929, #fefb82, #e7b929);
    border: 1px solid #fefb82;
}
.darkVersion .priceBox.silver {
    background-image: linear-gradient(45deg, #afafb1, #f6f6f6, #afafb1, #f6f6f6, #afafb1, #f6f6f6);
    border: 1px solid #f6f6f6;
}


p.heading {
    font-size: 24px;
    margin-bottom: 10px !important;
}

.modal-yt-video {
    position: relative;
    padding-bottom: 56.25%;
}

.modal-yt-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.selectable {
    user-select: text !important;
}

.connectivity-container {
    position: relative;
}
.not-connected {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    font-size: 14px;
}
.businessName {
    font-size: 19px;
}


h3.module-title {
    font-weight: 600;
    padding: 10px 0;
    margin-top: -19px;
    margin-bottom: 10px;
    color: #000;
    font-size: 20px;
}
.module-wrapper {
    min-height: 360px !important;
}
.module-description {
    padding-bottom: 45px !important;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    color: #212529;
    margin-bottom: 15px
}
.pte-core-modules {
    text-decoration: none !important;
    background-color: transparent;
    color: #51cbce;
}
.py-20 {
    padding-bottom: 20px;
}

.google-btn > div > div, .google-btn, .google {
    text-align: -webkit-center;
}
.google-btn > div {
    /* width: 50%; */
}
.hr {
    border: none;
    border-top: 1px solid #ccc;
    margin: 20px 0;
}
.separator {
    display: flex;
    align-items: center;
    justify-content: center;
}

.separator .hr {
    flex-grow: 1;
    height: 1px;
}

.separator span {
    margin: 0 10px;
    /* font-weight: bold; */
    text-transform: uppercase;
}

.facebook-btn, .kep-login-facebook.metro {
    width: 100%;
    font-weight: normal;
    font-family: "Google Sans",arial,sans-serif;
    font-size: 14px;
    text-transform: math-auto;
    padding: 7px;
    border-radius: 4px !important;
}

.fa.fa-facebook {
    margin-top: 1%;
    float: left;
}

.fb-parent {
    font: small-caption;
    text-align: -webkit-center;
}

.fb-child {
    /* width: 57.5% !important; */
    width: 50% !important;
}

.skeleton-wrapper__mocklines {
    width: 100%;
}

.skeleton-wrapper__mockrecording {
    width: 100%;
    text-align-last: center;
    padding: 17px;
}
.modal-dialog.questionModal {
    max-width: 570px !important;
    width: 95% !important;
}
.questionModal  .modal-content {
    border-bottom-left-radius: 200px !important;
    border-top-left-radius: 200px !important;
    border-bottom-right-radius: 70px !important;
    border-top-right-radius: 80px !important;
    background-image: url('/images/popup-corner-bg.png');
    background-repeat: no-repeat;
    background-position: 112% 122%;
    overflow: hidden;
    width: 100%;
    padding: 12px;
    background-size: 200px;
}
.questionModal .modal-content .modal-body {
    padding: 0 !important;
}
.popupCntntOtr {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.popupCntnt {
    padding-left: 0;
    width: 360px;
    padding-right: 35px;
}
.popupCntnt p {
    text-transform: uppercase;
    font-size: 14px;
    color: #767676;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 10px;
}
.questionModal .popupCntnt button.btn {
    background-color: #33ad1a;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 22px !important;
    border-radius: 10px;
    min-width: 60%;
    margin: 0 !important;
    width: auto;
}
.questionModal .popupImg {
    width: 160px;
}
.questionModal .popupImg img {
    width: 80%;
}
.questionModal .modal-content .modal-body .close {
    top: 2% !important;
    right: 1% !important;
}
.questionModal .modal-content .modal-body .close span {
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
    background: #c1c1c1;
    border-radius: 50px;
    text-align: center;
    line-height: 30px;
    text-shadow: none;
    color: #fff;
    font-size: 27px;
    font-weight: bold;
}
.AiPopupOuter.modal-dialog {
    max-width: 460px !important;
    width: 95%;
}
.AiPopupOuter .modal-header {
    padding: 0 !important;
    border: none;
}
.AiPopupOuter .modal-content {
    border-radius: 20px !important;
    overflow: hidden;
}
.AiPopupOuter  .modal-body {
    padding: 0 45px 35px !important;
}
.AiPopupOuter .modal-body h2 {
    font-size: 25px;
    font-weight: 500;
    margin: 0 0 15px;
}
.AiPopupOuter .modal-body p {
    font-size: 15px;
    color: #767676;
    line-height: 22px;
    margin-bottom: 20px;
    border-bottom: 2px solid #767676;
    padding-bottom: 35px;
}
.AiUpgradeBtn {
    text-align: center;
}
.AiUpgradeBtn a.modalCloseBtn.btn {
    margin: 0 !important;
    background: #2952cc;
    font-weight: bold;
    font-size: 20px;
    padding: 10px 30px !important;
    border-radius: 16px;
    font-weight: 500;
}

.whyChooseList{list-style: none;}
.whyChooseList  li b {
    font-weight: 600;
    color: #19294c;
    font-size: 18px;
}
.font-medium{font-size: 18px;}
.whyChooseList  li{position: relative;padding-left: 35px;}
.whyChooseList li i {
    color: #98cb42;
    position: absolute;
    left: 0;
    top: 6px;
    font-size: 19px;
}
.instPage h3{color: #19294c;}

@media only screen and (max-width: 1200px) {
.AiPopupOuter.modal-dialog {
    max-width: 380px !important;
}
.AiUpgradeBtn a.modalCloseBtn.btn {
    font-size: 17px;
}
.AiPopupOuter  .modal-body {
    padding: 0 35px 25px !important;
}

}
@media only screen and (max-width: 992px) {
section.whiteMenuOuter {
    padding: 50px 0;
}
.la-naati-app-features-innerr-col1, .la-naati-app-features-innerr-col3 {
    max-width: 32%;
    flex: none;
}
.languages-box-second-row > div {
    padding: 0;
    margin: 0 6px !important;
}
.languages-box-second-row > div {
    padding: 0;
    margin: 0 6px !important;
    width: 30%;
    display: inline-block;
    vertical-align: top;
}
.languages-box-second-row {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.la-naati-app-free-tial-applink-row .col-md-2 {
    display: none;
}
.la-naati-app-free-tial-applink-row {
    margin: auto;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.la-naati-app-free-tial-applink-row .col-md-4 {
    float: none;
    max-width: 50%;
    padding: 0 8px;
}
.btn-naati-app i {
    font-size: 14px;
}
.btn.btn-lg.btn-naati-app {
    padding: 15px 22px;
}
.contact-map {
    margin-top: 34px;
}
section#contact {
    padding-bottom: 30px !important;
}
#la-naati-app-store-link-section {
    padding: 0px 0 40px;
}
#la-naati-app-hr-cta-section {
    padding: 60px 0 50px !important;
}
/*free mock page*/
.compress span.mobileNav i {
    color: #fff;
}
p {
    font-size: 14px;
    line-height: 22px;
}
.section-title.la-free-mt-app-title-div {
    padding: 0;
}
.la-exam-pattern-inner-col .img-div {
    top: 14%;
    width: 50px;
    height: 50px;
    border-radius: 10px;
}
.la-exam-pattern-inner-col {
    padding: 15px 15px 15px 30px;
    height: 300px;
}
#la-free-mt-app-exam-pattern-section {
    padding-bottom: 20px;
}
.inner-page-fourth-section h2.title-h2 {
    font-size: 26px;
}
#la-free-mt-app-free-tial-section .language-box h2 {
    font-size: 16px;
}
#la-free-mt-app-testimonial-section .col-md-2 {
    display: none;
}
#la-free-mt-app-testimonial-section .col-md-8 {
    max-width: 100%;
    flex: none;
}
body.package-payment-page .portal .content {
    width: 100%;
}
.priceBlock {
    padding: 18px 20px 40px;
    min-width: 330px;
}
.priceBlock h2 {
    font-size: 30px;
}
.subPaymentPage.paymentFormBlk {
    padding-right: 40px;
    padding-left: 30px;
    max-width: 50%;
}
.subPaymentPage.paymentFormBlk {
    padding-top: 10px !important;
    padding-left: 20px;
}
.paymentFormOuter > .subPaymentPage:last-child {
    max-width: 50%;
    flex: none;
    padding-top: 0 !important;
}
.priceBlock {
    margin-left: -35px;
    min-width: 330px;
    margin-bottom: 20px;
}
body.package-payment-page .portal .content {
    background-size: 50% 100%;
}
.plan-detail {
    font-size: 16px;
    padding-left: 28px;
    margin-left: 8px;
}
.plan-detail i.fa {
    font-size: 18px;
    padding-right: 4px;
}
.benifitsHeading {
    padding-left: 34px;
}
.benifitsHeading span {
    font-size: 22px;
}
.paymentFormOuter button.btn {
    font-size: 17px;
    border-radius: 18px;
}
.paymentFormOuter button.btn img {
    height: 24px;
    width: auto;
}
.subPaymentPage label {
    font-size: 17px;
}
.paymentFormOuter .input-group input,
.paymentFormOuter .form-group select,
.paymentFormOuter .form-group input {
    padding: 12px 7px;
    border-radius: 10px !important;
}
.paymentFormBlk form .panel-body.mt-5 {
    margin-top: 20px !important;
}
.paymentFormTitle {
    font-size: 32px;
    padding-bottom: 20px;
}

}
@media only screen and (max-width: 767px) {
.payOnlineForm .fieldOuter.col-md-4#expYear {
    padding-left: 0;
    padding-right: 0;
}
.la-naati-app-features-innerr-col1, .la-naati-app-features-innerr-col3 {
    max-width: 100%;
}
.la-naati-app-features-innerr-col1 .col-md-9, .la-naati-app-features-innerr-col3 .col-md-9 {
    padding-left: 70px;
}
.la-naati-app-features-innerr-col1 .la-naati-app-features-image-col, .la-naati-app-features-innerr-col3 .la-naati-app-features-image-col {
    position: absolute;
    left: 0;
}
.la-naati-app-features-innerr-col1 .la-naati-app-features-image-col .la-naati-app-features-image, .la-naati-app-features-innerr-col3 .la-naati-app-features-image-col .la-naati-app-features-image {
    height: 40px;
    width: auto;
}
.col-md-6.la-naati-app-features-innerr-col2 {
    max-width: 100%;
}
.la-naati-app-features-innerr-col3 {
    margin-top: 25px;
}
.testimonial-active .slick-next {
    left: 40px;
}
.testimonial-active .slick-arrow {
    bottom: -170px;
}
.section-title h2 {
    font-size: 28px;
}
.newslater-area .section-title {
    padding: 0;
}
.la-naati-app-store-link-section .btn-naati-appslink {
    padding: 13px 16px;
    font-size: 14px;
}
.footerWidget h3 {
    margin-bottom: 12px;
}
.headerWidgets ul li {
    margin-bottom: 0px;
}
.footerWidget {
    min-height: 132px;
}
.languages-box-second-row {
    margin: auto;
}
/*free mock page*/
.la-exam-pattern-inner-col {
    height: auto;
}

.col-md-9.tabRowcol.tabContentRowcol {
    max-width: 100%;
}

.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: 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%;
}
body.package-payment-page .portal .content {
    background-position: bottom center;
    background-size: 100% 48%;
    width: 100%;
}
.subPaymentPage.paymentFormBlk {
    padding: 0;
}
.paymentFormOuter {
    padding-top: 0px;
}
body.package-payment-page .portal .content {
    width: 100%;
    background: none;
}
.paymentFormOuter > .subPaymentPage:last-child {
    max-width: 100%;
    padding-bottom: 20px;
    background-image: url(/images/payment-form-bg.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
}
.priceBlock {
    margin-left: auto;
}
#root .subPaymentPage {
    padding-left: 20px;
    padding-right: 20px;
}
.subPaymentPage.paymentFormBlk {
    max-width: 100%;
    background: none;
}

}
@media screen and (max-width: 640px) {
.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;
}
.AiPopupOuter.modal-dialog {
    margin: auto;
}

}
@media screen and (max-width: 600px) {
.multipleCards .col-3 {
    flex: 0 0 100%;
    max-width: 100%;
}
}

@media screen and (max-width: 400px) {
.paysection .payOnlineForm {
    padding: 60px 20px 1%;
}
}


/* Styling the custom badge to look like a button */
.custom-badge {
    display: inline-block;
    padding: 4px 8px;
    text-transform: uppercase;
    font-size: 0.7142em;
    line-height: 14px;
    background-color: #28a745; /* Button background color */
    color: #fff; /* Text color */
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.2s, box-shadow 0.2s; /* Transition for hover effect */
    margin-left: 5px;
    font-weight: 700;
    text-align: center;
    vertical-align: text-top;
    border-radius: 0.25rem;
  }
  
/* Adding hover effect */
.custom-badge:hover {
    background-color: #218838; /* Hovered background color */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Hovered box-shadow */
}

/* Optional: Adding more styles for a button-like appearance */
.custom-badge:focus {
    outline: none; /* Remove outline on focus */
}

.custom-badge:active {
    transform: translateY(1px); /* Add a slight click effect */
}
  
.questionModal  .modal-content {
    background-size: 130px;
}

.stripe-elements{
    padding: 14px 15px;
    border-radius: 17px !important;
}

@media (max-width:1167px) {
    .priceBlock h2 {
        font-size: 24px;
    }
}

.accordion-notification {
    transition: transform 0.3s ease-in-out !important;
}
.clear-notification {
    transform: translateX(2000px);
}
.fieldOuter .contact-page {
    background: #f3f8fb;
    border: 1px solid #e2e6e9;
    border-radius: 6px;
    padding: 20px 25px;
}
.fieldOuter .contact-page .phone-dropdown > button {
    background: transparent !important;
    font-size: 14px;
    color: #192a50 !important;
    padding: 0;
    margin: 0;
    text-align: left;
    border: none;
}
.fieldOuter .contact-page input {
    border: none;
}
.fieldOuter .contact-page .phone-dropdown > button:hover,
.fieldOuter .contact-page .phone-dropdown > button:focus {
    background: transparent !important;
    border: none;
    color: #192a50 !important;
}
body .dropdown.show .dropdown-menu[x-placement="top-start"],
body .dropup.show .dropdown-menu[x-placement="top-start"],
body .bootstrap-select.show .dropdown-menu[x-placement="top-start"] {
    transform: translate3d(-20px, -42px, 0) !important;
}
body .dropdown.show .dropdown-menu[x-placement="bottom-start"],
body .dropup.show .dropdown-menu[x-placement="bottom-start"],
body .bootstrap-select.show .dropdown-menu[x-placement="bottom-start"] {
    transform: translate3d(-20px, 42px, 0) !important;
}
.pte-popup-form-start > form > div {
    margin-bottom: 12px;
}
.pte-popup-form-start .popup-class {
    padding: 0.375rem 0.75rem;
    background: white;
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    color: #66615b;
    line-height: normal;
    font-size: 14px;
}
.pte-popup-form-start .phone-dropdown > button,
.pte-popup-form-start .phone-dropdown.show > button {
    background: transparent !important;
    font-size: 14px;
    color: #66615b !important;
    padding: 0;
    margin: 0;
    text-align: left;
    border: none;
}
.pte-popup-form-start .phone-dropdown > button:hover,
.pte-popup-form-start .phone-dropdown > button:focus,
.pte-popup-form-start .phone-dropdown.show > button:hover,
.pte-popup-form-start .phone-dropdown.show > button:focus {
    background: transparent !important;
    border: none;
    color: #66615b !important;
}
.pte-popup-form-start .popup-class input.phone-field {
    background: transparent;
    border: none;
}
.pte-popup-form-start .phone-dropdown .dropdown-menu input {
    padding: 0.375rem 0.75rem;
    border: none;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 0;
}
body .pte-popup-form-start .dropdown.show .dropdown-menu[x-placement="top-start"],
body .pte-popup-form-start .dropup.show .dropdown-menu[x-placement="top-start"],
body .pte-popup-form-start .bootstrap-select.show .dropdown-menu[x-placement="top-start"] {
    transform: translate3d(-30px, -28px, 0) !important;
}
.pte-popup-form-start  .phone-dropdown .items-container {
    margin-top: 35px;
}
#anouncementPopup .modal-header .close {
    text-decoration: none;
}

#root {
    overflow-x: hidden;
}
.mockTestBnr {
    background: #fff;
}
.mockTestBnr .second-slider-content h1 {
    font-size: 48px;
    margin-bottom: 20px;
    color: #18294d;
    line-height: 1.2;
    margin-top: 0px;
    font-style: normal;
    font-weight: 600;
    text-shadow: 0px 3px 3px #18294d52;
}
.helpFeaturesOuter h2 span,
.helpFeaturesOuter .section-title h2 span,
.scoresOuter h2 span {
    color: #94C23C;
    text-decoration: underline;
}
.mockTestBnr .second-slider-content h1 span {
    box-shadow: none !important;
    text-shadow: 2px 0 #18294d, -1px 0 #18294d, 0 2px #18294d, 0 -1px #18294d, 1px 1px #18294d, -1px -1px #18294d, 1px -1px #18294d, -1px 1px #18294d;
    text-decoration: underline;
    color: #94C23C;
}
.mockTestBnr .slider-content p {
    color: #000000;
}
.helpFeaturesOuter .section-title h2 {
    font-size: 44px;
    margin-top: 50px;
}
.helpFeaturesOuter .section-title p {
    font-size: 18px;
}
.mockBannerImg {
    margin-top: 50px;
}
.helpFeaturesOuter {
    background: #FAFAFA;
}
.helpFeaturesOuter .la-free-mt-app-features-innerr-col .la-inner-col, .whyChoseLa .languageBox .language-boxInr {
    background: #FFFFFF;
    padding: 32px;
    box-sizing: border-box;
    text-align: left;
    border-radius: 24px;
    height: 100%;
}
.helpFeaturesOuter .la-free-mt-app-features-innerr-col .la-inner-col img,
.whyChoseLa .languageBox .language-boxInr img {
    width: 65px;
}
.helpFeaturesOuter .la-free-mt-app-features-innerr-col .la-inner-col  h2 {
    margin-top: 40px;
    color: #182A4F;
    margin-bottom: 12px;
    font-size: 24px;
}
.helpFeaturesOuter .la-free-mt-app-features-innerr-col .la-inner-col p,
.whyChoseLa .languageBox .language-boxInr p {
    font-size: 16px;
    line-height: normal;
    margin: 0;
    min-height: 96px;
}
.whyChoseLa .languageBox .language-boxInr p {
    min-height: 48px;
}
.la-inner-colMain,
.whyChoseLa .languageBox {
    background: linear-gradient(90deg, #94C23C, #F1F1F1);
    background: -webkit-linear-gradient(90deg, #94C23C, #F1F1F1);
    padding: 2px;
    border-radius: 26px;
    height: 100%;
}
.whyChoseLa .languageBox .language-boxInr h2 {
    font-size: 24px;
    color: #182A4F;
    margin: 24px 0;
}
.helpFeatures .la-free-mt-app-features-innerr-col {
    padding: 12px;
}
.laImportanceOuter {
    padding-top: 100px;
    padding-bottom: 50px;
}
.laImportanceOuter .section-title h2 {
    font-size: 44px;
}
.laImportanceOuter .section-title p {
    font-size: 17px;
}
.importFeatures {
    margin-top: 65px !important;
}
.impFeatureBlockInr {
    background: linear-gradient(219deg, rgba(2,134,255,1) 0%, rgba(148,194,60,1) 48%, rgba(148,194,60,1) 100%);
    background: -webkit-linear-gradient(219deg, rgba(2,134,255,1) 0%, rgba(148,194,60,1) 48%, rgba(148,194,60,1) 100%);
    padding: 1px;
    border-radius: 40px;
    height: 100%;
    color: #fff;
}
.ifBlockInrMain {
    background: #0D1830;
    padding: 40px;
    border-radius: 40px;
    height: 99.9%;
    position: relative;
}
.ifBlockInrMain h4 {
    margin: 0 0 20px;
    font-size: 28px;
    line-height: 40px;
}
.impFeatListItem {
    background: rgb(255 255 255 / 4%);
    border-radius: 20px;
    margin-bottom: 7px;
    padding: 20px;
    text-align: left;
}
.laImportanceOuter .section-title .impFeatListItem p {
    font-size: 16px;
    margin-bottom: 0;
}
.impFeatListHead {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.impFeatListHead i {
    color: #94C23C;
    font-size: 28px;
}
.impFeatListHead b {
    font-size: 20px;
    font-weight: 500;
    margin-left: 10px;
}
.impFeatureBlock {
    margin-bottom: 50px;
}
.ifBlockInrMain img {
    position: absolute;
    top: -45px;
    right: 35px;
    width: 80px;
}
.scoresOuter {
    background: #060F21;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}
.scoresOuter:after {
    content: "";
    position: absolute;
    width: 455px;
    height: 455px;
    right: -190px;
    bottom: 45px;
    border: 12px solid #94C23C;
    border-radius: 50%;
    z-index: 0;
}
.scoresOuter:before {
    content: "";
    position: absolute;
    width: 250px;
    height: 250px;
    right: -50px;
    bottom: 125px;
    border: 1px solid #94C23C;
    border-radius: 50%;
    z-index: 0;
}
.scoresOuter h2 {
    color: #fff;
    font-size: 42px;
}
.scoresOuter p {
    color: #fff;
    font-size: 18px;
}
.scoresOuter .sfCardMain p {
    font-size: 16px;
    margin: 0;
    min-height: 122px;
}
.scoringFeatCard {
    background: linear-gradient(219deg, rgba(2,134,255,1) 0%, rgba(148,194,60,1) 48%, rgba(148,194,60,1) 100%);
    background: -webkit-linear-gradient(219deg, rgba(2,134,255,1) 0%, rgba(148,194,60,1) 48%, rgba(148,194,60,1) 100%);
    padding: 2px;
    border-radius: 40px;
    display: flex;
    height: 100%;
}
.sfCardMain {
    text-align: left;
    background: #0D1830;
    border-radius: 40px;
    height: 100%;
    width: 100%;
    padding: 40px !important;
    position: relative;
    z-index: 9;
}
.sfCardMain img {
    height: 65px;
    width: auto;
}
.sfCardMain .smartIcon {
    position: absolute;
    right: -15px;
    top: -15px;
    width: 80px;
    height: auto;
}
.sfCardMain .rocketIcon {
    position: absolute;
    left: 60%;
    bottom: -32px;
    width: 50px;
    height: auto;
}
.scoresOuter .btnOuter {
    margin-top: 20px;
}
.laHonesOuter {
    background: #060F21;
    padding-top: 0;
    padding-bottom: 120px;
}
.laHonesOuter h2.title-h2 {
    font-size: 40px;
    color: #fff;
}
.laHonesOuter .tabContentRowcol {
    padding-right: 80px;
}
.laHonesOuter .tabContentRowcol > div {
    background: #94C23C;
    border-radius: 32px;
    padding: 50px 40px;
    overflow: hidden;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.laHonesOuter .tabContentRowcol #tab1,
.laHonesOuter .tabContentRowcol #tab2,
.laHonesOuter .tabContentRowcol #tab3,
.laHonesOuter .tabContentRowcol #tab4 {
    max-width: 100%;
    width: 100%;
}
.laHonesOuter .tabContentRowcol .ed_tabcontent_image {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0px 0px 30px 0px #4965139e;
}
.laHonesOuter .tabLinkRowcol .ed_tab button,
.goldUpdateCard {
    background: rgb(255 255 255 / 4%);
    border: none;
    color: #fff;
    border-radius: 15px;
    padding: 20px !important;
    text-align: left;
    font-size: 18px;
    margin-bottom: 8px !important;
}
.goldUpdateCard h3 {
    font-size: 18px;
    margin: 0 0 10px;
}
.goldUpdateCard h3 span {
    font-size: 16px;
    border-radius: 50px;
    padding: 8px 16px;
    color: #FFB444;
    background: rgb(255 180 68 / 10%);
    margin-left: 10px;
}
.goldUpdateCard p {
    font-size: 16px;
    margin: 0;
}
.qtCardInr {
    background: -webkit-linear-gradient(219deg, rgba(2,134,255,1) 0%, rgba(148,194,60,1) 48%, rgba(148,194,60,1) 100%);
    background: linear-gradient(219deg, rgba(2,134,255,1) 0%, rgba(148,194,60,1) 48%, rgba(148,194,60,1) 100%);
    border-radius: 15px;
    display: flex;
    padding: 2px !important;
}
.qtCardCntnt {
    height: 100%;
    background: #0D1830;
    width: 100%;
    border-radius: 15px;
    padding: 24px;
}
.qtCardCntnt h4 {
    margin: 0;
    color: #fff;
    background: rgb(255 255 255 / 4%);
    border-radius: 40px;
    padding: 10px 22px;
    font-size: 16px;
    text-align: left;
}
.qtCardCntnt .btnOuter .btn {
    box-shadow: none;
    margin-bottom: 0 !important;
}
.whyChoseLa {
    background: #FAFAFA;
    padding-top: 80px;
    padding-bottom: 40px;
}
.whyChoseLa .section-title h2 {
    font-size: 40px;
    color: #182A4F;
}
.whyChoseLa .section-title p {
    font-size: 16px;
}
.whyChoseLa .languages-box-second-row .col-md-4 {
    padding-bottom: 20px;
}
.packagesOuter {
    background: #060F21;
    padding: 80px 0;
    position: relative;
}
.packagesOuter .section-title h2 {
    color: #fff;
    font-size: 48px;
    font-weight: 500;
}
.packagesOuter .section-title p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 50px;
}
.packagesCntnt {
    justify-content: center;
}
.packsCardInr {
    background: linear-gradient(219deg, rgba(2,134,255,1) 0%, rgba(148,194,60,1) 48%, rgba(148,194,60,1) 100%);
    background: -webkit-linear-gradient(219deg, rgba(2,134,255,1) 0%, rgba(148,194,60,1) 48%, rgba(148,194,60,1) 100%);
    padding: 2px;
    border-radius: 20px;
}
.packsCardMain {
    background: #0D1830;
    color: #fff;
    height: 100%;
    border-radius: 20px;
    padding: 20px;
    text-align: center;
}
.packsCard .packsCardMain > span {
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 17px;
    background: transparent !important;
}
.packsCard.standrdPack .packsCardMain > span {
    color: #94C23C;
    background: hsl(81deg 53% 50% / 10%);
}
.packsCard.bestPack .packsCardMain > span {
    color: #FFB444;
    background: hsl(36deg 100% 63% / 10%);
}
.packsCard.standrdPack .packHead {
    background: linear-gradient(219deg, rgba(2,134,255,1) 0%, rgba(148,194,60,1) 48%, rgba(148,194,60,1) 100%);
    background: -webkit-linear-gradient(219deg, rgba(2,134,255,1) 0%, rgba(148,194,60,1) 48%, rgba(148,194,60,1) 100%);
    padding: 2px;
    border-radius: 15px;
}
.packsCard .packHeadInr {
    border-radius: 10px;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 12px 20px;
}
.packsCard.standrdPack .packHeadInr {
    background: #1b2a31;
}
.packsCard.bestPack .packHeadInr {
    background: #262832;
}
.packsCard.bestPack .packHead {
    background: linear-gradient(70deg, #FFB444 0%, #FFB444 48%, #0286FF 100%);
    background: -webkit-linear-gradient(70deg, #FFB444 0%, #FFB444 48%, #0286FF 100%);
    padding: 2px;
    border-radius: 10px;
}
.packIcon {
    margin-right: 14px;
}
.packIcon img {
    height: 50px;
    width: auto;
}
.packsCard .packHead h3 {
    margin: 0;
    font-size: 25px;
    font-weight: 500;
    text-transform: uppercase;
}
.packBody {
    margin-top: 18px;
    text-align: left;
}
.packBody ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.packBody ul li {
    background: rgb(255 255 255 / 4%);
    border-radius: 8px;
    padding: 10px 15px;
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.packBody ul li i {
    color: #94C23C;
    font-size: 22px;
    margin-right: 12px;
}
.packBody ul li.notAvail {
    background: rgb(255 83 114 / 10%);
}
.packBody ul li.notAvail i {
    color: #FF6464;
}
.packBody ul li.notAvail span {
    text-decoration: line-through;
}
.packBody ul li.availInGold {
    background: rgb(148 194 60 / 10%);
}
.mPlansOuter {
    margin-top: 28px !important;
    background: linear-gradient(90deg, #94C23C, #F1F1F1);
    background: -webkit-linear-gradient(90deg, #94C23C, #F1F1F1);
    padding: 2px !important;
    border-radius: 40px;
    height: 100%;
}
.mPlansInr {
    background: #060F21;
    padding: 30px;
    height: 100%;
    margin: 0 !important;
    border-radius: 40px;
}
.vcPage .mPlansInr {
    padding-top: 0;
    padding-bottom: 0;
}
.mplanInr {
    background: rgb(255 255 255 / 4%);
    border-radius: 15px;
    color: #fff;
}
.mplanHead {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 8px 24px;
    display: flex;
    align-items: center;
}
.month01 .mplanHead {
    background: rgb(148 194 60 / 20%);
}
.month02 .mplanHead {
    background: rgb(255 180 68 / 20%);
}
.month03 .mplanHead {
    background: rgb(68 176 255 / 20%);
}
.mplanHead h3 {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
}
.mplanHead span {
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    padding: 8px 16px;
    border-radius: 30px;
    margin-left: auto;
}
.month01 .mplanHead span {
    background: rgb(148 194 60 / 10%);
}
.month02 .mplanHead span {
    background: rgb(255 180 68 / 10%);
}
.month03 .mplanHead span {
    background: rgb(68 176 255 / 10%);
}
.mpanBody {
    padding: 12px 24px;
    min-height: 168px;
}
.mpanBody p {
    font-size: 16px;
    margin-bottom: 0px;
}
.mpanBody span {
    font-size: 14px;
}
.mplanOffer {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
.mplanOffer i {
    font-size: 24px;
    margin-right: 12px;
    color: #98cb36;
}
.mplanOffer span {
    font-size: 16px;
    font-weight: 500;
}
.buyNowBtn {
    /* position: absolute; */
    bottom: 83px;
    width: 100%;
}
.buyNowBtn a {
    padding: 12px 24px;
    border-radius: 22px;
    font-size: 16px;
}
.freeMockOuter {
    background: #FAFAFA;
    padding: 100px 0 50px;
    position: relative;
}
.freeMockOuter:after {
    content: "";
    position: absolute;
    width: 660px;
    height: 660px;      
    left: -380px;
    top: 70px;
    border: 12px solid #94C23C;
    border-radius: 50%;
    z-index: 0;
}
.freeMockOuter:before {
    content: "";
    position: absolute;
    width: 385px;
    height: 385px;
    left: -230px;
    top: 200px;
    border: 1px solid #94C23C;
    border-radius: 50%;
    z-index: 0;
}
.freeMockOuter .section-title h2 {
    font-size: 42px;
    line-height: 55px;
    margin-bottom: 20px;
}
.freeMockOuter .section-title h2 span {
    color: #94C23C;
    text-decoration: underline;
}
.umCntntCard {
    background: linear-gradient(219deg, rgba(2,134,255,1) 0%, rgba(148,194,60,1) 48%, rgba(148,194,60,1) 100%);
    background: -webkit-linear-gradient(219deg, rgba(2,134,255,1) 0%, rgba(148,194,60,1) 48%, rgba(148,194,60,1) 100%);
    padding: 2px;
    border-radius: 24px;
}
.umCntntCardInr {
    padding: 45px;
    background: #FFFFFF;
    border-radius: 24px;
    position: relative;
    z-index: 9;
}
.umCntntCardInr p {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 30px;
    position: relative;
    padding-left: 35px;
}
.umCntntCardInr p:last-child {
    margin: 0;
}
#how-to-use-portal p i.fa {
    color: #94C23C;
    font-weight: normal;
    position: absolute;
    left: 0;
    top: 8px;
}
.freeMockOuter .btnOuter {
    margin-top: 25px;
}
.studReviewOuter {
    padding: 80px 0;
    background: #FAFAFA;
}
.resultsOuter {
    padding: 20px 0 70px;
    background: #FAFAFA;
}
.studReviewOuter .section-title h2, .resultsOuter .section-title h2 {
    font-size: 37px;
    color: #182A4F;
    line-height: 50px;
    margin-bottom: 15px;
}
.studReviewOuter .section-title p, .resultsOuter .section-title p {
    font-size: 18px;
}
.studReviewOuter .la-video-testimonial {
    overflow: hidden;
    border-radius: 32px;
    margin: 0;
}
.studReviewOuter.free-mock-test-page iframe {
    height: 340px;
    width: 100%;
    overflow: hidden;
}
.studReviewOuter .btnOuter,
.resultsOuter .btnOuter {
    margin-top: 20px;
}
.studReviewOuter .btnOuter .btn,
.resultsOuter .btnOuter .btn {
    margin-bottom: 0px;
}
.resultsOuter button.slick-arrow, .tutorialVd .videosCntnt .slick-arrow {
    bottom: -65px;
    top: inherit;
    right: 0;
    left: inherit;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #0D1830;
    text-indent: revert-layer;
    cursor: pointer;
}
.tutorialVd .videosCntnt .slick-arrow {
    bottom: -92px;
}
.resultsOuter button.slick-arrow.slick-prev,
.tutorialVd .videosCntnt  button.slick-arrow.slick-prev {
    right: 70px;
}
.resultsOuter  ul.slick-dots {
    width: 50%;
    text-align: left;
}
.resultsOuter button.slick-arrow.slick-next:before,
.tutorialVd .videosCntnt button.slick-arrow.slick-next:before {
    content: '\f061';
    font-family: fontawesome;
}
.resultsOuter button.slick-arrow.slick-prev:before,
.tutorialVd .videosCntnt button.slick-arrow.slick-prev:before {
    content: '\f060';
    font-family: fontawesome;
}
.tutorialVd .videosCntnt .slick-arrow.slick-next {
    transform: none;
    bottom: -69px;
}
.faqOuter {
    padding: 60px 0;
    background: rgb(237,245,223);
    background: linear-gradient(359deg, rgba(237, 245, 223, 1) 0%, rgba(244, 249, 235, 1) 22%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(359deg, rgba(237, 245, 223, 1) 0%, rgba(244, 249, 235, 1) 22%, rgba(255, 255, 255, 1) 100%);
}
.faqOuter .section-title h2 {
    font-size: 42px;
    margin-bottom: 25px;
    color: #182A4F;
}
.faqOuter .customCard {
    margin: 0 0 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #0D1830;
}
.faqOuter .customCard .btn.btn-link {
    font-size: 25px;
    text-decoration: none;
    font-weight: 600;
    width: 100%;
    text-align: left;
    position: relative;
}
.faqOuter .customCard .btn.btn-link:after {
    content: "";
    position: absolute;
    right: 0;
    top: 12px;
    height: 0;
    width: 0;
    border-top: 6px solid #0D1830;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}
.faqOuter .customCard .btn.btn-link[aria-expanded="true"]:after {
    border-top: none;
    border-bottom: 6px solid #94c23c;
}
.faqOuter .customCard .card-body {
    font-size: 18px !important;
    padding-top: 20px;
}
.faqOuter .customCard .btn.btn-link:focus, .faqOuter .customCard .btn.btn-link:hover {
    background: transparent !important;
    color: #18294d !important;
}
.freeMockOuter .section-title {
    position: relative;
}
.freeMockOuter .section-title img {
    position: absolute;
    right: -20px;
    top: 50px;
    width: 80px;
    height: auto;
}
.btn.outlineBtn {
    box-shadow: none;
    background: rgb(148 194 60 / 16%);
    padding: 8px;
    text-transform: uppercase;
    border-radius: 40px;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 50px;
}
.btn.outlineBtn:hover {
    background: #94C23C !important;
    color: #ffffff !important;
}
.btn.outlineBtn span {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background: #94C23C;
    border-radius: 50px;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 500;
    color:#ffffff;
}
.btn.outlineBtn.blueOutlineBtn {
    background: rgb(13 24 48 / 16%);
}
.btn.outlineBtn.blueOutlineBtn:hover {
    background: #0D1830 !important;
}
.btn.outlineBtn.blueOutlineBtn span {
    background: #0D1830;
}
.freeMockOuter .la-free-mt-app-title-row {
    z-index: 9;
    position: relative;
}
.knowExam,
.whyChooseOuter {
    background: linear-gradient(90deg, rgba(6,15,33,1) 0%, rgba(24,42,79,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(6,15,33,1) 0%, rgba(24,42,79,1) 100%);
    padding-top: 80px;
    padding-bottom: 80px;
    color: #fff;
}
.knowExam .section-title h2 {
    color: #fff;
    font-size: 42px;
}
.knowExam .section-title h2 span {
    color: #94C23C;
    text-decoration: underline;
}
.knowExam .section-title {
    margin-bottom: 60px;
}
.knowExam .section-title p {
    font-size: 16px;
    color: #fff;
}
.examInfoSlider {
  display: inline-block;
  list-style: none;
  position: relative;
  overflow: hidden;
  height: 342px;
}
.examInfoSlider .item {
  position: relative;
  top: 0;
  animation: move 30s infinite 10s;
}
@keyframes move {
  0% {
    top: 0px; 
  }
  20% {
    top: -342px;
  }
  40% {
    top: -714px;
  }
  80% {
    top: -1056px;
  }
  60% {
    top: -1398px;
  }
}
.examCard {
    background: linear-gradient(245deg, rgba(2, 134, 255, 1) 0%, rgba(148, 194, 60, 1) 48%, rgba(148, 194, 60, 1) 100%);
    background: -webkit-linear-gradient(245deg, rgba(2, 134, 255, 1) 0%, rgba(148, 194, 60, 1) 48%, rgba(148, 194, 60, 1) 100%);
    padding: 2px;
    border-radius: 24px;
    margin-bottom: 20px;
}
.examCardInr {
    background: #182A4F;
    height: 100%;
    padding: 55px;
    border-radius: 24px;
    text-align: center;
    color: #fff;
}
.examCardInr img {
    width: 80px;
    height: auto;
    margin-bottom: 24px;
}
.examCardInr h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 15px;
}
.examCardInr p {
    font-size: 16px;
}
.la-video-testimonial img {
    cursor: pointer;
}
.packRadio {
    padding: 1px;
    background: -webkit-linear-gradient(219deg, rgba(2,134,255,1) 0%, rgba(148,194,60,1) 48%, rgba(148,194,60,1) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    box-sizing: border-box;
}
.packRadioInr {
    background: #0d1830;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.packRadioInr i {
    font-size: 22px;
    color: #94C23C;
}
.mockBannerImg {
    text-align: right;
}
.mockBannerImg img {
    width: 400px;
    margin-top: 40px;
}
/*video course page new design styling*/
.registerOuter {
    padding-top: 300px;
    padding-bottom: 80px;
    background: rgb(255,255,255);
    background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(236,245,220,1) 83%, rgba(233,242,215,1) 100%);
    background: -webkit-radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(236,245,220,1) 83%, rgba(233,242,215,1) 100%);
    position: relative;
}
.registerOuter:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 230px;
    background: #18294d;
}
.registerInr .section-title {
    font-weight: bold;
    color: #182A4F;
    font-size: 50px;
}
.registerInr p {
    font-size: 18px;
    margin: 0;
}
.courseVideo img {
    height: 420px;
    width: auto;
}
.vCourseInfo {
    padding-top: 40px;
}
.vCourseInfo p {
    font-size: 16px;
}
.courseList {
    background: linear-gradient(219deg, rgba(2, 134, 255, 1) 0%, rgba(148, 194, 60, 1) 48%, rgba(148, 194, 60, 1) 100%);
    background: -webkit-linear-gradient(219deg, rgba(2, 134, 255, 1) 0%, rgba(148, 194, 60, 1) 48%, rgba(148, 194, 60, 1) 100%);
    padding: 2px;
    border-radius: 50px;
    display: inline-block;
    vertical-align: top;
    margin: 17px 0 0;
    font-weight: 500;
}
.courseList ul {
    width: auto;
    padding: 12px;
    background: #edf5de;
    display: flex;
    flex-direction: row;
    border-radius: 50px;
    list-style: none;
    height: 100%;
    margin: 0;
}
.courseList ul li a {
    border-radius: 50px;
    padding: 10px 16px;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    font-size: 14px;
    margin: 0 8px;
}
.courseList ul li a.red {
    color: #FF5858;
    background: rgb(255 88 88 / 10%);
}
.courseList ul li a.blue {
    color: #182A4F;
    background: rgb(24 42 79 / 10%);
}
.courseList ul li a.green {
    color: #68B900;
    background: rgb(104 185 0 / 10%);
}
.courseList ul li a.skyBlue {
    color: #0286FF;
    background: rgb(2 134 255 / 10%);
}
.whyChooseInr .impFeatureBlock {
    max-width: 680px;
    margin: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}
.whyChooseInr .impFeatureBlock:before {
    width: 830px;
    height: 830px;
    position: absolute;
    top: 52px;
    left: -77px;
    content: "";
    border: 20px solid #94c23c;
    border-radius: 50%;
}
.whyChooseInr .section-title h2 {
    font-size: 40px;
}
.includedOuter {
    padding-top: 0;
}
.vcPage .includedOuter:before,
.vcPage .includedOuter:after {
    display: none;
}
.laHonesOuter .sec-title h2 span {
    color: #94C23C;
    border-bottom: 1px solid #94C23C;
}
.tutorialVd {
    padding: 100px 0 70px;
    position: relative;
    background: rgb(248,249,248);
    background: linear-gradient(90deg, rgba(248,249,248,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(248,249,248,1) 0%, rgba(255,255,255,1) 100%);
}
.tutorialVd h2.title {
    font-size: 48px;
    text-align: left;
}
.tutorialVd .videosCntnt {
    margin-top: 70px;
    margin-bottom: 70px;
}
.tutorialVd .videosCntnt .videoBlk {
    padding: 0;
}
.tutorialVd .review__vid {
    border-radius: 15px;
    background-color: #ffffff;
    padding: 20px;
}
.mPlansOuter {
    background: none;
}
.month02 .btn.outlineBtn {
    background: rgb(255 180 68 / 20%);
}
.month02 .btn.outlineBtn span,
.month02 .btn.outlineBtn:hover {
    background: rgb(255 180 68 / 80%) !important;
}
.month03 .btn.outlineBtn {
    background: rgb(68 176 255 / 20%);
}
.month03 .btn.outlineBtn span,
.month03 .btn.outlineBtn:hover {
    background: rgb(68 176 255 / 80%) !important;
}
.month01 .mpanBody {
    min-height: 138px;
}
.mpanBody .btn.outlineBtn span {
    padding: 7px 24px;
    font-size: 12px;
}

.dropdown-toggle::after {
    display: none; 
  }

.pay-opts {
    animation: fadeInScale 0.3s ease forwards;
}

@keyframes fadeInScale {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}