*{
	margin: 0;
	padding: 0;
}
a:hover{
	text-decoration: none;
}
body{
	font-family: Urbanist;
	font-size: 14px;
}
h2{
	margin-bottom: 0px;
}
html{
	scroll-behavior: smooth;
}
/*.register-form-section,.banner-section{
	height: 100vh;
}*/
.header .navbar-nav .nav-item .nav-link{
	color: #000000;
	font-weight: 300;
	position: relative;
	transition: 1s ease-in-out!important;
}
.header .navbar-brand{
	padding: 0px;
}
.header #navbarNav{
	align-items: unset;
}
.header  .navbar{
    align-items: unset;
}
.header .navbar-nav .nav-item{
/*	display: flex;
	align-items: center;*/
	padding-top: 10px;
	padding-right: 46px;
}
.header .navbar-nav .nav-item .nav-link:hover{
	color: #002060 !important;
	
}
.header .navbar-nav .nav-item .nav-link:hover:before{
	position: absolute;
    background-color: #002060;
    width: 14px;
    height: 2px;
    border-radius: 4px;
    content: '';
    left: 0px;
    transition: 1s ease-in-out;
    bottom: 0px;
}
.header .navbar{
	padding: 0;
	padding-top: 15px;
	padding-bottom: 15px;
}
.register-book, .sign-up {
    padding: 50px 0;
}
.header {
	position: static;
	width: 100%;
	z-index: 99;
}	
.header .navbar-nav .nav-item.active  .nav-link{
	color:#002060;
	font-weight: 700;
	position: relative;
}
.header .navbar-nav .nav-item.active  .nav-link:before {
    position: absolute;
    background-color: #002060;
    width: 14px;
    height: 2px;
    border-radius: 4px;
    content: '';
    left: 0px;
    bottom: 0px;
}
.form-wrapper div#navbarNav{
	margin-right: 9%;
}
.toggler{
	width: 30px;
}
.header .navbar-nav .nav-item.login .nav-link{
    padding: 8px 0px !important;
    background-color: #002060;
    color: #fff !important;
    border-radius: 4px;
    font-weight: 500;
    min-width: 127px;
    border: 1px solid transparent;
    text-align: center; 
    transition: 1s ease-in-out;
}
.header .navbar-nav .nav-item.login .nav-link:hover{
	background-color: #fff;
	border: 1px solid #002060;
	color:#002060 !important;
}
.container{
	max-width: 1260px;
	margin: 0px auto;
}
.login{
	padding-right: 0px !important;
	padding-top: 0px!important;
}
.navbar-expand-lg .navbar-nav .nav-link{
    padding: 0 !important;
}
.banner-heading .main-heading{
	font-size: 36px;
	font-family: Lexend Deca!important;
}
.banner-section{
	background-color: #F9F9F9;
}
.banner-heading,.plans-heading{
	text-align: center;
	padding:0px 0px 33px 0px;
	font-size: 18px;
	color: #002060;
	padding-top: 40px;
	position: relative;
}
.plans-heading{
	text-align: left;
	padding:205px 0px 22px 0px ;
}
.banner-heading:before{
	position: absolute;
	width: 112px;
	height: 2px;
	border-radius: 10px;
    bottom: 0px;
    background-color:#002060 ;
    left: 0;
    right: 0;
    margin: 0px auto;
    content: '';
}
.feature-heading{
	font-size: 35px;
	font-weight: 500;
	color: #002060; 
	margin-bottom: 0px;
    text-align: center;
}
.features{
	padding: 52px 0px 38px 0px;
}
.features-card .cards,.features-card {
	display: flex;
	padding-bottom:30px;
	flex-wrap: wrap;
	justify-content: center;
}
.features-card .cards{
	position: relative;
    padding-right: 15px;
    padding-left: 15px;
}
.features-card .cards:last-child{
	padding-right: 0px;
}
.features-card .cards:first-child{
	padding-left: 0px;
}
.features-card .cards:last-child:before{
	background-color: transparent;
}
.features-card{
	padding-top: 27px;
}
.features-card .cards:before{
	position: absolute;
    background-color: #707070;
    content: '';
    width: 1px;
    height: 135px;
    right: 0px;
    top: 0;
}
.features-card .cards>div{
	font-size: 24px;
	font-weight: 600;
	color: #465566;
	max-width: 164px;
	padding-left: 15px;
	padding-top: 16px;
}
.about-us{
	background-color: #F9F9F9;
	padding: 55px 0px 0px 0px;
}
.about-heading{
	text-align: left;
	margin-bottom: 20px;
}
.about-us-content{
	max-width: 511px;
	font-size: 18px;
	font-weight: 300;
	color: #2E2E2E;
	padding-bottom: 170px;
}
.know-more{
	color: #002060;
	font-weight: 700;
	padding-top: 18px;
}
.know-more:hover{
	color: #002060;
}
.downloads-section{
	min-height: 320px;
}
.download-app{
	color: #3F3D3D;
	text-align: center;
	font-size: 20px;
	max-width: 897px;
	margin: 0px auto;
	padding-top: 29px;
}
.social-icon{
	display: flex;
	justify-content: center;
	margin-top:30px;
}
.appstore{
	padding-right: 15px;
}
.contact_heading{
	color: #fff;
	font-size: 28px;
	font-family: 'Urbanist', sans-serif;
	font-weight: 500;
	margin-bottom: 10px;
}
.contact-section{
    background-color: #002060;
    padding: 78px 0px 101px 0px;
    min-height: calc(100vh - 192px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.contact-form label{
	display: block;
	margin-bottom: 0px;
	font-size: 15px;
	color: #fff;
}
.details{
	margin-bottom: 27px;
}
.contact-form input,.contact-form textarea{
	background-color: transparent;
	border: none;
	margin-top: 11px;
	font-size: 13px;
    color: #BBB6B6;
    max-width: 379px;
    width: 100%;
    font-family: sans-serif !important;
    outline: none;
    padding: 0px 20px 6px 0px;
	border-bottom: 0.5px solid #D3D3D394;
}
.submit{
	font-size: 14px;
	color: #fff;
	padding: 11px 0px;
	border: 1px solid #FFFFFF;
	border-radius: 25px;
	min-width: 160px;
	text-align: center;
	transition: 1s ease-in-out;
	background-color: transparent;
}
.submit:hover{
	box-shadow: 0px 0px 16px #f0f0f0;

}
.footer-section{
	padding: 15px 0px 15px 0px ;
	border: 1px solid #f0f0f0;
}
.nav-list ,.social-media{
	display: flex;
	list-style-type: none;
	margin-bottom: 0px;
}
.social-media li:first-child a {
    margin-left: 0px;
}
.nav-list li{
	padding-right: 48px;
}
.nav-list a{
	color: #000000;
}
.nav-list a:hover{
	color: #002060;
}

.register-form label{
	display: block;
	margin-bottom: 0px;
	font-weight: 300;
	color: #312A2A;
}
.register-form input{
	border: 1px solid #D5D5D5;
	border-radius: 4px;
	height: 40px;
	width: 100%;
	margin-top: 12px;
	font-size: 14px;
	outline: none;
	font-family: sans-serif !important;
	padding: 0px 10px;
}
.details.terms,.account-signup,.remember{
	display: flex;
}
.get-psw{
	justify-content: space-between;
	margin-bottom: 40px !important;
}
#terms-agree{
	width: 22px;
	height: 22px;
	margin-top: 0px;
	margin-right: 10px;
}
.signUp-form{
	max-width: 327px;
	margin: 0px auto;
}
.code{
	padding-top: 12px;
}
.number{
	width: 100%;
}

.register-form-section {
    max-width: 1260px;
    width: 100%;
    margin: 0 auto;
}

.carousel-wrapper {
	height: 100%;
	display: flex;
	align-items: center;
	background-color: #F9F9F9;
}

.key_exam {
	text-align:center;
}

.key_exam .slide img {
	height: 150px;	
	max-width: 150px;
	object-fit: contain;
    margin: 0 auto;
}

.register-book .owl-dots{
	text-align: center;
}
.register-book .owl-dots button.owl-dot.active{
	width: 12px;
	height: 6px;
	border-radius: 3px;
	background-color: #002060;
}
.register-book .owl-dots button.owl-dot{
	background-color:#312A2A ;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	margin-right: 4px;
}

.key_exam .heading{
	font-size: 24px;
	font-weight:400;
	margin-bottom: 0px;
	color: #002060;
	padding-top: 30px;
}
.key_exam >div{
	color:#312A2A;
	padding-top: 16px;
	text-align: center;
	font-size: 16px;
    font-weight: 500;
}
.contact-num{
	display: flex;
}
select#coden{
	width: 60px;
	height: 40px;
	background-color: transparent;
	border:1px solid #D5D5D5;
	border-radius: 4px;
	margin-right: 14px;
}
.account-signup{
	justify-content: center;
}
.register{
	color: #F7941E;
	padding-left:3px;
	transition: 1s ease-in-out;
}
a.register:hover {
    color: #002060;
}
.register-form{
	padding-top: 16px;
}

.register-form-section .row {
    min-height: 600px;
}

.register-form-section .row .sign-up {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.register-form .details{
	margin-bottom: 19px;
}
.register-btn{
	font-size: 16px!important;
	background-color: #002060!important;
	border-radius: 5px!important;
	min-width: 285px!important;
	margin-bottom: 32px!important;
	border: 1px solid #002060!important;
	padding: 10px 0px!important;
	color: #fff!important;
	transition: 1s ease-in-out!important;
}
.login-btn{
	margin-bottom: 11px;
}
.register-btn:hover {
    background-color: transparent;
    color: #002060;
    border: 1px solid #002060;
}
.join-us h2{
	font-size: 24px;
	font-weight: 600;
	color: #312A2A;
}
.join-us h3{
	font-size:14px;
	font-weight:500;
	padding-top: 12px;
	color: #312A2A;
}
.social-media li a{
	margin-left: 16px;
}
.copyright{
	display: flex;
	justify-content: flex-end;
}
.copyright p{
	color: #8F8F8F;
}
footer ul.social-media li:first-child{
	margin-left: 30px
}
.visible-icon,.info-icon{
	position: relative;
}
.icon:before {
    position: absolute;
    right: 11px;
    top: -29px;
    background-image: url("../images/hide.png");
    background-repeat: no-repeat;
    width: 20px;
    height: 16px;
    content: '';
}
span#visible {
    position: relative;
    display: block;
}
span#visible {
    position: relative;
    display: block;
}
.details.visible-icon {
    position: unset!important;
}
button.owl-next span,button.owl-prev span {
    display: none;
}
.details.visible-icon input[type="text"] + span:before  {
    background-image: url("../images/show.png");
    top: -26px;
}
.input-box.visible-icon input[type="text"] + span:before  {
    background-image: url("../images/show.png");
    top: -26px;
}
.alert.alert-success p {
    margin-bottom: 0px;
    font-size: 14px;
}
/*plans css*/

.choose-options input[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.choose-options input[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
.choose-options input[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 19px;
    height: 19px;
    border: 1px solid #707070;
    border-radius: 100%;
    background: #fff;
}
.choose-options input[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 11px;
    height: 11px;
    background: #001859;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.choose-options input[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.choose-options input[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.choose-heading{
	font-size: 18px;
	font-weight: 700;
	padding-bottom: 15px;
}
.choose-options form{
	display: flex;
}
.choose-options form p{
	margin-right: 49px;
}
.plans-section{
	max-width: 751px;
	margin: 0px auto;
}
.select-plan {
    padding: 46px 0px 0px 0px;
}
.purchase-now{
	background-color: #002060;
	border-radius: 4px;
	color: #fff;
	padding: 10px 0px;
	min-width: 299px;
	transition: 1s ease-in-out;
	display: inline-block;
	text-align: center;
	border: 1px solid #002060;
}
.purchase-now:hover{
	background-color: transparent;
	color:#002060 ;
}
.plans-card{
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 66px;
}
.months{
	display: flex;
	justify-content: space-between;
}
.months {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 15px;
    word-break: break-all;
}
.plans-card .cards{
	background-color: #fff;
	box-shadow: 2px 3px 6px #00000014;
	border-radius: 20px;
	border: 1px solid #F1E7E7;
	margin-bottom: 20px;
	margin-right: 28px;
	width: 48%;
	padding: 24px 24px 26px 35px;
}
.plans-card .cards:last-child{
	margin-right: 0px;

}
.plans-card .cards p{
	color: #002060;
	font-size: 13px;
	max-width: 180px;
	margin-bottom: 33px;
}
.about-column{
	padding-left: 15px;
}
.contact-column{
	padding-left:60px;
}
.raincoat{
	position: absolute;
	left: 10%;
	top: 5%;
	z-index: 99;
}
.learn-character{
	position: absolute;
	right: 24%;
	top: -7%;
}
.vocal-assistance{
	left: 17%;
	top: 2%;
}
.global{
	right: 17%;
	top: -9%;
}
.img_side_chinese,
.img_side_content,
.img_right_chinese,
.img_rightside_chinese{
	background-color: #002060;
	border-radius: 7px;
	font-size: 21px;
	font-weight: 300;
	padding: 10px 13px;
	position: absolute;
	color: #fff;
}
.contact-section .img_side_chinese,
.contact-section .img_side_content,
.contact-section .img_right_chinese,
.contact-section .img_rightside_chinese{
	background-color: #27A9DF;
}
.img_side_chinese{
	right: 50px;
	bottom:37%;
}
.img_side_content{
	font-size: 19px;
	padding: 10px 26px;
    right: 13%;
    bottom: 55px;
}
.img_right_chinese{
	padding: 17px;
	left: 15%;
    z-index: 99;
    font-size: 19px;
    font-weight: 300;
    top: 5%;
}
.img_rightside_chinese{
	padding: 9px 35px;
	left: 9%;
    z-index: 999;
    font-size: 22px;
    font-weight: 300;
    bottom: 30%;
}
.contact-section .img_side_content{
	right: 12%;
	bottom: 26px;
}
.contact-section .img_side_chinese{
	right:18%;
	bottom:31%;
}
.contact-section .img_right_chinese{
	top: 9%;
	left: 8%;
}
.contact-section .img_rightside_chinese{
	left: 2%;
	bottom: 12%;
}
.img_card{
	max-width: 700px;
	margin: 10px auto;
}
.social-icon img{	
	transition: 1s ease-in-out;
}
.social-icon img:hover {
    transform: scale(1.1);
}
.grp_img{
	width: 100%;
}
.header .navbar-nav .nav-item.login .nav-link:last-child:hover:before{
	position: unset;
}
button.submit,.register-btn{
position: relative;
background: transparent;
border: 1px solid #FFFFFF;
padding: 11px 0px;
border-radius: 25px;
cursor: pointer;
overflow: hidden;
outline: none;
font-weight: 600;
font-size: 14px;
color: #fff;
letter-spacing: 0.2em;
transition: all 0.2s ease;
}
button.submit:after,.register-btn:after {
content: '';
position: absolute;
top: 0;
left: -200%;
width: 200%;
height: 100%;
transform: skewX(-20deg);
background-image: linear-gradient(to right, transparent, rgba(255,255,255,0.3), transparent);
}
button.submit:after,.register-btn:after {
animation: shine 1.6s ease infinite;
}
button.submit:active,.register-btn:active{
transform: translateY(1px);
box-shadow: 0 4px 16px rgba(0,0,0,0.2);
}
.cntr {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
@-moz-keyframes shine {
100% {
left: 200%;
}
}
@-webkit-keyframes shine {
100% {
left: 200%;
}
}
@-o-keyframes shine {
100% {
left: 200%;
}
}
@keyframes shine {
100% {
left: 200%;
}
}
.select2-container .select2-selection--single{
	margin-right: 4px;
	
}
.select2-container .select2-selection--single .select2-selection__rendered{
	padding-top: 7px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
	top: 7px!important;
}
.select2-container .select2-selection--single{
	height: 40px !important;
}
.img_side_chinese,
.img_side_content,
.img_right_chinese,
.img_rightside_chinese{
	background-color: #002060;
	border-radius: 7px;
	font-size: 21px;
	font-weight: 300;
	padding: 10px 13px;
	position: absolute;
	color: #fff;
}
.contact-section .img_side_chinese,
.contact-section .img_side_content,
.contact-section .img_right_chinese,
.contact-section .img_rightside_chinese{
	background-color: #27A9DF;
}
.img_side_chinese{
	right: 50px;
	bottom:37%;
}
.img_side_content{
	font-size: 19px;
	padding: 10px 26px;
    right: 13%;
    bottom: 55px;
}
.img_right_chinese{
	padding: 17px;
	left: 15%;
    z-index: 99;
    font-size: 19px;
    font-weight: 300;
    top: 5%;
}
.img_rightside_chinese{
	padding: 9px 35px;
	left: 9%;
    z-index: 999;
    font-size: 22px;
    font-weight: 300;
    bottom: 30%;
}
.contact-section .img_side_content{
	right: 12%;
	bottom: 26px;
}
.contact-section .img_side_chinese{
	right:18%;
	bottom:31%;
}
.contact-section .img_right_chinese{
	top: 9%;
	left: 8%;
}
.contact-section .img_rightside_chinese{
	left: 2%;
	bottom: 12%;
}
.img_card{
	max-width: 700px;
	margin: 10px auto;
}
.social-icon img{	
	transition: 1s ease-in-out;
	    max-width: 200px;
    width: 100%;
    height: 50px;
}
.social-icon img:hover {
    transform: scale(1.1);
}
.grp_img{
	width: 100%;
}
.header .navbar-nav .nav-item.login .nav-link:last-child:hover:before{
	position: unset;
}
button.submit,.register-btn{
position: relative;
width: 100%;
background: transparent;
border: 1px solid #FFFFFF;
padding: 11px 0px;
border-radius: 25px;
cursor: pointer;
overflow: hidden;
outline: none;
font-weight: 600;
font-size: 14px;
color: #fff;
letter-spacing: 0.2em;
transition: all 0.2s ease;
}

.register-btn {
	width: auto;
}

button.submit:after,.register-btn:after {
content: '';
position: absolute;
top: 0;
left: -200%;
width: 200%;
height: 100%;
transform: skewX(-20deg);
background-image: linear-gradient(to right, transparent, rgba(255,255,255,0.3), transparent);
}
button.submit:after,.register-btn:after {
animation: shine 1.6s ease infinite;
}
button.submit:active,.register-btn:active{
transform: translateY(1px);
box-shadow: 0 4px 16px rgba(0,0,0,0.2);
}
.cntr {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
@-moz-keyframes shine {
	100% {
	left: 200%;
	}
}
@-webkit-keyframes shine {
	100% {
	left: 200%;
	}
}
@-o-keyframes shine {
	100% {
	left: 200%;
	}
}
@keyframes shine {
	100% {
	left: 200%;
	}
}
.hidden{
display: none !important;
}

.details.visible-icon {
    position: relative;
}
.details.visible-icon input[type="password"] {
    font: small-caption;
    font-size: 14px !important;
/*    font-family: 'Urbanist';*/
}
.form-control{
	font-size: unset;
}
.no-account {
    color: #312A2AB3;
}
.banner-section {
    background-image:url("../images/bg-img.png");
    background-repeat: no-repeat;
    background-size: 100%;
}

.manage-profile{
		padding: 7px 0px 0px 0px;
	}
	.person-card{
		padding-bottom:30px;
	}
	.person-card .cards p{
		margin-bottom: 0px;
	}
	.person-card .cards{
		padding-bottom: 22px;
	}
	.add-child-btn{
		min-width: 127px;
		text-align: center;
		padding: 10px 0px;
		background-color: #002060;
		font-size:16px ;
		color: #fff;
		transition: 1s ease-in-out;
		border-radius: 4px;
	}
	.add-child-btn:hover{
		box-shadow: 0px 0px 16px #F0F0F0;
	}
	.add-child{
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		margin-bottom: 29px;
	}
	.add-child .choose-heading{
		margin-bottom: 0px;
		padding-bottom: 0px;
	}
	.expiry-date{
		font-size: 13px;
		color: #FF8800;
		text-align: center;
		padding-top: 13px;
	}
	.gmail{
		display: flex;
		margin-bottom: 18px;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.dropdown{
		bottom: 5px;
	}
	.mobile-num{
		font-size: 13px;
		color: #002060;
	}
	.person-name{
		font-size: 26px;
		font-weight: 700;
		color: #002060;
	}
	.person-card .months{
		margin-bottom: 0px;
		padding-top: 5px;
	}
	.primary-level{
		font-size: 15px;
		color: #002060;
		margin-bottom: 0px;
		padding-bottom: 5px;
		font-weight: 700;
	}
	.person-card .purchase-now{
		margin-top: 18px;
	}
	.monthly-subscribe{
		font-size: 13px;
		color: #002060;
	}

	.image-dropdown{
		font-size: 18px;
		font-weight: 600;
		padding: 0px;
		outline: none;
		box-shadow: none !important;
	}
	.image-dropdown .dropdown-menu{
		left: -19% !important;
	}
	.image-dropdown img{
		margin-right: 11px;
	}
	.dots-img{
		width: 25px;
		padding-right: 0px;
		vertical-align: baseline;
		margin-right: 0px;
	}
	.dots-dropdown{
		padding: 0px;
		outline: none;
		box-shadow: none !important;
	}
	.dots-dropdown:after{
		content: none;
	}
	.img-drp{
		left:-19%;
	}
	.profile-management{
		padding-bottom: 63px;
	}
	.input-form-modal .modal-header{
		border-bottom: 0px;
        padding: 42px 45px 3px 135px;
	}
	.input-form-modal .modal-body{
		margin: 0px auto;
		max-width: 675px;
		width: 100%;
		padding: 9px;
		margin-bottom: 40px;
	}
	.input-form-modal .modal-body form{
		padding-top: 35px;
	}
 .modal.show .modal-dialog{
		max-width: 927px;
	}
	.input-form-modal .modal-footer{
		border-top: 0px;
	}
	.input-form-modal .password-align{
		display: flex;
		justify-content: space-between;
		margin-bottom: 35px;
	}
	.input-form-modal .modal-body input{
		width: 100%;
		height: 40px;
		outline: none;
		padding: 0px 10px;
		border-radius: 4px;
		border: 1px solid #D5D5D5;
		background-color: transparent;

	}
	.input-form-modal .modal-body label{
		display: block;
		margin-bottom: 0px;
		padding-bottom: 12px;
	}
	.input-form-modal .input-box{
		width: 49%;
	}
 .input-form-modal p{
		margin-bottom: 0px;
	}
	.input-form-modal .modal-title{
		font-size: 24px;
		font-weight: 600;
	}

	.plans-choice form p{
		margin-right: 52px;
		display: flex;
	}
	.plans-choice input[type=checkbox]{
		width: 21px;
		height: 21px;
		margin-right: 11px;
	}
	.plans-choice form label{
         font-size: 16px;
	}
	.header .navbar-nav .nav-item:last-child {
	    padding-top: 7px;
	}
	#canv1{
	  height:44px;
	  width: 44px;
	  border-radius:  50%;
	  border-style: solid;
	  overflow: hidden;
	  border-width: 1px;
	  border-color: black;
	}
	.photo-upload label{
		position: relative;
	}
	.photo-upload input{
		position: absolute;
		opacity: 0;
		left: 0;
		top: 0;
    	width: 44px !important;
	}
	.photo-section{
		display: flex;
		justify-content: space-between;
	}
	.person-card .cards:nth-child(even){
		margin-right: 0px;
	}
	#canv1 img{
		width: 44px;
		height: 44px;
	}
	.plans-card .cards{
		position: relative;
	}
	.update-btn .purchase-now{
		bottom:22px;
	}

	.box-img{
		border-radius: 50%;
	}
	input[type="password"] {
	  	font: small-caption;
	    font-size: 16px;
	}
	.parentField .number{
		display: flex;
	}
	.full-height {
	    height: 100%;
	    min-height: calc(100vh - 67px);
	}



      .accordian-box {
        background-image: url("../images/bg-img.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-color: #f9f9f9;
        padding: 30px 30px 50px;
        height: 100%;
	    min-height: calc(100vh - 180px);
      }
      .card-body {
        font-size: 16px;
        color: #002060;
        padding: 15px 20px;
      }

      .accordian-box .head {
        font-size: 36px;
        color: #002060;
        padding: 30px 0px 40px;
        text-align: center;
        font-weight: 600;
      }
      .accordian-box .accordion {
        max-width: 95%;
        margin: 0 auto;
      }

      .accordian-box .card-header {
        background-color: transparent;
        padding: 0;
      }

      .accordian-box .btn:focus {
        outline: none;
        box-shadow: none;
      }

      .accordian-box .btn-link {
        color: #002060;
        font-size: 20px;
        padding: 12px 20px;
      	padding-right: 50px;
        text-decoration: none;
      }

      .accordian-box .btn-link:hover {
        text-decoration: none;
      }
      .blue-hor-line {
        background-color: #002060;
        width: 150px;
        height: 2px;
        margin: 10px auto 30px;
      }
      .accordion .btn-link.btn-block.collapsed::before {
        content: '+';
        color: #002060;
        position: absolute;
        top: 27px;
        right: -5px;
        font-size: 30px;
        transform: translateY(-50%);
        padding-right: 35px;
      }
      .accordion .btn-link.btn-block::before {
        content: '-';
        color: #002060;
        position: absolute;
        right: 0;
        font-size: 30px;
        padding-right: 35px;
        top: 6px;
      }


.whyus-fullwidth{
	max-width: 100%;
	height: 100%;
	min-height: calc(100vh - 180px);
}

.col-md-6.phone-img {
    max-height: 500px;
}

.card-body ul,
.about-us-content ul{
	margin-left: 20px;
}

.col-md-6.phone-image .image-box img {
    width: 100%;
}

.person-card .months .dropdown-menu {
    transform: translate3d(-140px, 34px, 0px) !important;
}

 .about-us-container {
        display: flex;
        padding-bottom: 50px;
    }

    .about-us-container .about-us-left {
        width: 40%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    @media screen and (max-width: 768px){
    	.about-us-container .about-us-left {
    		height: auto;
    	}

    	.downloads-section {
		    padding-top: 1px !important;
		}

		.download-app {
		    padding-top: 15px;
		}
    }
    .about-us-container .about-us-right {
        width: 60%;
    }

    .about-us-left {
        background-color: #bfbfbf45;
        padding: 30px 20px;
    }

    .about-us-left h3,
    .about-us-left a {
        color: #002060;
        text-decoration: none;
    }

    .about-us-left p {
        font-size: 15px;
    }

    .about-us-right h2 {
        margin: 0;
        padding: 15px;
        background: #002060;
        color: white;
        font-size: 22px;
        text-align: center;
    }

    .about-point {
        display: flex;
        padding: 25px 30px;
    }

    .about-point .points {
        width: 25%;
        display: flex;
        align-items: center;
    }

    .about-point .points img {
        width: 30px;
    }

    .about-point .points p {
        margin: 0;
        margin-bottom: 4px;
        margin-left: 5px
    }

    .detail-sec {
        background-color: #002060;
        width: 60%;
        padding: 15px;
    }

    .detail-point {
        display: flex;
        height: calc(100% - 156px);
    }

    .d-point {
        color: white;
        margin-bottom: 5px;
    }

    .d-point span {
        font-weight: 600;
    }

    .d-point p {
        margin: 0;
        margin-top: 5px;
    }

    .about-img {
        width: 40%;
    }

    .about-img img {
        width: 100%;
        height: 100%;
    }
    h3.feature-heading.about {
    margin: 30px;
	}

    @media screen and (max-width:991px) {
        .about-us-container {
            flex-wrap: wrap;
            height: 100%;
    		padding-bottom: 20px;
        }

        .about-us-container .about-us-left,
        .about-us-container .about-us-right {
            width: 100%;
        }

        .detail-point {
            flex-wrap: wrap;
            justify-content: center;
        }

        .detail-sec {
            width: 100%;
        }

        .about-point {
            flex-wrap: wrap;
        }

        .about-point .points {
            width: 50%;
            margin-bottom: 10px;
        }
        .about-img{
            margin-bottom: 15px;
        }
        .detail-point {
		   height: calc(100% - 240px);
		}

		.about-us-box.detail .about-us-container {
		    height: 100% !important;
		}
    }


div#about-us-content {
    overflow-y: auto;
}

.about-us-box.detail .about-us-left {
    height: 100%;
}

.about-us-box.detail .about-us-container {
    display: flex;
    height: 437px;
    padding: 0;
}

.plan-page .feature-heading {
    padding: 55px 0px 8px;
    margin-bottom: 10px;
}

.plan-page .main-heading {
    font-size: 22px;
    padding: 5px 0px;
}

.plan-page p {
    font-size: 16px;
}

.plan-page .plans-heading {
    padding: 10px 0px;
}


/*new home page styling*/

.new-header .header-title {
    color: #000000;
    font-size: 15px;
    font-weight: 500;
    width: 100%;
    margin-left: auto;
    overflow-x: hidden;
    display: block;
}
@keyframes rightToLeft {
 	0% {
	 transform: translateX(100%);
	}
 	100% {
	 transform: translateX(-800px);
	 }
}
.new-header .header-title p {
    animation-name: rightToLeft;
    animation-duration: 25.5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    margin-bottom: 0px;
    font-style: italic;
    white-space: nowrap;

}

.new-header .navbar-nav .nav-item {
    padding-right: 52px;
}

.header-border {
    border-bottom: 15px solid #002060;
    margin: 15px 0px;
}

.learnChines-img img {
    width: 100%;
    height: 100%;
}
.learnChines-section {
    padding: 20px 0px 30px;
}

.learnChines-section  .head {
    color: #000000;
    font-size: 25px;
    text-align: center;
    font-weight: 700;
    padding-bottom: 20px;
}
.learnChines-content {
    background-image: linear-gradient(90deg, #A2A4B7 0%, #DBDCE1 100%);
    height: 100%;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.learnChines-content h2 {
    color: #000000;
    font-size: 22px;
    font-weight: 700;
}

.learnChines-content p {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    margin: 10px 0px;
}

.learnChines-details .details-list h2 {
    color: #2F5597;
    font-size: 22px;
    font-weight: 400;
    padding-bottom: 12px;
    line-height: 43px;
}
.vedio-section .vedio-box {
    padding: 10px 10px 10px 15px;
    max-width: 406px;
    width: 100%;
    height: 260px;
}
.vedio-section {
    min-height: calc(100vh - 300px);
}
.learnChines-details .details-list ul {
    margin: 0;
    padding-left: 20px;
}

.learnChines-details .details-list ul li{
    color: #5A5A5A;
    font-size: 16px;
    font-weight: 500;
    padding: 3px 0px;
}
.learnChines-details {
    padding: 30px 0px;
}

.downloads-app-section h2 {
    font-size: 18px;
    color: #5A5A5A;
    font-weight: 400;
}

.downloads-app-section .heading {
    font-size: 25px;
    color: #3B4D81;
    text-align: center;
}

.downloads-app-section .download-app {
    padding-top: 20px;
}

.downloads-app-section {
    padding: 30px 0px;
}


/*about us page styling*/
.aboutUs-content-section p {
    color: #44546A;
    font-size: 18px;
    margin: 10px 0px;
    font-weight: 500;
}

.aboutUs-content-section {
    padding: 20px 0px;
}

.highlited-content {
    background-color: #002060;
    padding: 20px 0;
}

.highlited-content p {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin: 0;
    color: #FFFFFF;
}

.highlited-content-section {
    padding: 15px 0px 15px;
}

.image-content-box .content-box {
    margin-left: 20px;
}

.image-content-box .content-box p {
    margin: 4px 0px;
    font-size: 16px;
    color: #2F5597;
    font-weight: 500;
}
.image-content-box {
    padding: 20px 0px 5px;
}
.padding-top {
    padding-top: 32px;
}
.helping-section .image-box img {
    width: 100%;
    height: 100%;
}

.helping-section .helpin-detail {
    background-color: #002060;
    height: 100%;
    padding: 20px 30px;
}


.helping-section .helpin-detail .content-box h2 {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 700;
}

.helping-section .helpin-detail .content-box p {
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 500;
    margin: 5px 0;
}

.helping-section .helpin-detail .content-box {
    padding: 10px 0px;
}

.helping-section {
    padding: 20px 0px;
}
.helping-section .image-box {
    height: 100%;
}

.learnChines-section .image-box img {
    width: 100%;
    height: 100%;
}
.innerContent-box{

	max-height: 320px;
	overflow: scroll;
	overflow-x: hidden;
}
.ver-scroll-Content::-webkit-scrollbar {
  width: 8px;
}
.ver-scroll-Content::-webkit-scrollbar-track{

background-color: #fff;
border-radius: 5px;
}
.ver-scroll-Content::-webkit-scrollbar-thumb{

background-color: #d7d7d7;
border-radius: 5px;
}

/*clien feedback chnage in homepage*/

.listImg {
   /* max-width: 30px;
    height: 30px;
    width: 100%;*/
    margin-right: 15px;
}

.parentField .select2-container {
    min-width: 120px;
}

.dropdown-mobile {
    display: none;
}

@media only screen and (max-width: 767px) {
    .dropdown-mobile {
        display: block;
        position: absolute;
        top: 34px;
        right: 80px;
    }
}


.table-responsive {
	width: 100%;
	overflow-x: auto;
}
