* {
	font-family: roboto;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.ft-links {
	color: #686868 !important;
}

.logo {
	height: 60px;
	margin: 0px;
}

.nav-item {
	font-size: 20px;
	font-weight: 700;
	color: #686868 !important;
}

.navbar-nav {
	margin-left: 70px;
}

.navbar-nav li a {
	color: #686868 !important;
}

.navbar-nav li a:hover {
	color: #4e92c4 !important;
	text-decoration: underline solid #4e92c4;
}

.navbar-nav .nav-item .dropdown-toggle {
    display: inline-flex;
    align-items: center;
}

.navbar-nav .nav-item .nav-link {
    white-space: nowrap;
}

.home {
	margin-top: 70px;
}

.intro {
	margin-top: 120px;
	padding: 15px;
	background-color: rgba(78, 146, 196, 0.2);
}

.points {
	margin-top: 30px;
}

.points i {
	color: #4e92c4;
}

.points p {
	font-size: 20px;
}

.parent_login {
	margin-top: 70px !important;
}

.About_parent {
	margin-top: 20px !important;
}

label {
	font-weight: 500;
}

.card-form {
	border-radius: 20px;
	background: url(../../../media/free-trial/signup_bg_wizard.png);
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 600px;
	background-position: center;
}

.index-card-form {
	border-radius: 20px;
	background: url(../../../media/free-trial/signup_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 580px;
	background-position: center;
}

.form-heading {
	margin-top: 5px;
	margin-bottom: 30px;
	color: #000;
}

.form-heading-vae {
	margin-top: 40px;
	margin-bottom: 10px;
	color: #000;
}

.form-control::-webkit-input-placeholder {
	color: #3b3735;
	font-size: 16px;
}

.form-control {
	border-radius: 5px;
}

.btn-otp {
	margin-top: 20px;
	margin-bottom: 70px;
	background-color: #4e92c4;
	color: #fff;
	border-radius: 05px;
	padding-left: 20px;
	padding-right: 20px;
}

.btn-votp {
	margin-top: 20px;
	background-color: #4e92c4;
	color: #fff;
	border-radius: 05px;
	padding-left: 20px;
	padding-right: 20px;
}

.btn-signup {
	background-color: #4e92c4;
	color: #fff;
	border-radius: 5px;
	padding-left: 20px;
	padding-right: 20px;
	/*margin-top: 15px;*/
	font-weight: 600;
}

.btn.btn-student-free_trial {
    color: #ff7166;
    font-weight: 600;
    border-radius: 25px;
    border: 2px solid #ff7166;
    padding: 12px 23px 12px;
    font-size: 16px;
    position: absolute;
	left: 65%;
	z-index: 10;
}

.btn-student-login {
	margin-top: 20px;
	margin-bottom: 30px;
	background-color: #ff7166;
	color: #fff;
	font-weight: 600px;
	border-radius: 5px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 20px;
}

#login {
    margin: 0 0 0 195px;
	position: relative;
    background-color: #ff7166;
    color: #fff;
    font-weight: 400;
    border-radius: 30px;
    padding: 12px 19px 12px;
	font-size: 18px; 
	font-family: 'Roboto', sans-serif;
	left: 4%;
	top: -5%;
}

#free_trial span {
    display: block;
    color: #575757;
    font-size: 12px;
}

.btn.btn-student-free_trial:hover {
    background-color: #4e92c4;
    color: #fff;
	border-color: #4e92c4;
}

#free_trial:hover span {
    color: white;
}

#login:hover {
    background-color: #4e92c4;
	color: #fff;
}

.parent-login {
    position: relative;
}

.btn-student-login:hover {
    color: #ffffff;
}

.navbar-toggler {
    order: 1;
}

.layout-header-text {
    font-size: 1.5rem;
}

@media (max-width: 1200.98px) {
	.navbar-toggler {
		position: absolute !important;
		top: 15px !important;
		right: 15px !important;
		z-index: 1001 !important; 
	}
    .navbar-nav .nav-item {
        margin-right: 700px;
	}
    .navbar-nav {
        margin-left: 0 !important; 
    }
	.btn.btn-student-free_trial {
		border-radius: 5px;	
		padding: 4px 12px 4px 5px;
		font-size:smaller;
		position: fixed;
		top: 15px;
		left: 77%;
	}
	.navbar-nav li a {
		margin-top: 10px;
		font-size: 18px;
	}
	#free_trial span {
		display: block;
		color: #575757;
		font-size: 8px;
	}
	.free_trial {
		position: relative !important;
		left: 20 !important;
		top: auto !important ;
		margin-top: 10px;
    }
	#login {
		margin-left: -20px !important;
		left: 15px !important;
		z-index: 1001 !important;
		padding: 6px 14px 6px;
		font-size: 18px;
		font-weight: 300;
	}
}

@media (max-width: 924px) {
	.btn.btn-student-free_trial {
		border-radius: 5px;	
		padding: 4px 12px 4px 5px;
		font-size:smaller;
		position: fixed;
		top: 15px;
		left: 70% !important;
	}
}

@media (max-width: 769px) {		
	.btn.btn-student-free_trial {
		border-radius: 5px;	
		padding: 4px 12px 4px 5px;
		font-size:smaller;
		position: fixed;
		top: 15px;
		left: 68% !important;
	}
}

@media (max-width: 426px) {
	.btn.btn-student-free_trial {
		border-radius: 5px;	
		padding: 4px 10px 4px 5px;
		font-size:smaller;
		position: fixed;
		top: 15px;
		left: 45% !important;
	}
}

@media (max-width: 376px) {
	.btn.btn-student-free_trial {
		border-radius: 5px;	
		padding: 4px 10px 4px 5px;
		font-size:smaller;
		position: fixed;
		top: 15px;
		left: 40% !important;
	}
}

@media (max-width: 321px) {
	.btn.btn-student-free_trial {
		border-radius: 5px;	
		padding: 4px 12px 4px 5px;
		font-size:x-small;
		position: fixed;
		top: 15px;
		left: 42% !important;
	}
}

.btn-program {
	font-weight: 600px;
	margin-top: 10px;
	background-color: #4e92c4;
	color: #fff;
	border-radius: 50px;
	padding-left: 20px;
	padding-right: 20px;
}

.social-signup {
	padding: 5px;
	border-radius: 50%;
	margin: auto !important;
}


/*.social-signup i {
padding: 5px;
border-radius: 50%;
width: 35px;
height: 35px;
font-size: 20px;
}*/

.btn-google {
	padding: 03px 25px 03px 25px;
	color: #000;
	font-size: 16px;
	font-weight: 600;
	background-color: #dedede;
	margin: 10px;
}

.btn-facebook {
	padding: 03px 15px 03px 15px;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	background-color: #3a589e;
	margin: 10px;
}

.slot-heading {
	margin: 0;
	color: #686868;
	font-size: 14px;
}

.programs .row {
	margin-top: 30px;
}

.card-program img {
	margin-top: 15px;
	width: 100px;
}

.card-program {
	border-radius: 20px;
	min-height: 340px;
}

section {
	margin-top: 100px;
	text-align: center;
}

.section-title {
	padding-top: 30px;
	padding-bottom: 50px;
}

.card-testimonials img {
	width: 100px;
}

.carousel {
	background-color: #fff;
	min-height: 350px;
	padding: 40px;
	border-radius: 20px;
}

.card {
	border: none !important;
}

.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 10px;
	text-indent: 0;
	cursor: pointer;
	border: none;
	border-radius: 50%;
	background-color: #4e92c4;
}

.carousel-indicators .active {
	width: 10px;
	height: 10px;
	margin: 10px;
	background-color: #ff7166;
}

.testimonial {
	background-color: #f2f2f2;
	padding: 40px;
}

.company-logo img {
	height: 120px;
}

.highlight {
	padding: 10px;
	margin: 20px;
	border-radius: 50px;
	box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.2);
}

.highlight p {
	font-size: 20px;
}

.highlight span {
	font-size: 25px;
	font-weight: bold;
	color: #ff7166;
}

.team-section {
	margin-bottom: 70px;
}

@media (max-width: 576px) {
	.program-sm {
		padding-left: 5px !important;
		padding-right: 5px !important;
	}
	.mt-xs-3 {
		margin-top: 1rem !important;
	}
	.home {
		margin-top: 120px;
	}
	.back-btn {
		left: 5px !important;
	}
	.card-form {
		background: url(../../../media/free-trial/signup_bg.png);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		min-height: 650px;
	}
	.col-md-2 {
		padding: 5px !important;
	}
	.grade {
		justify-content: start;
	}
	.testimonial {
		padding: 10px;
	}
	.carousel {
		padding: 20px;
		min-height: auto;
	}
	.carousel-indicators {
		bottom: 0px;
	}
	.company-logo {
		display: none !important;
	}
	.highlight {
		margin-left: 56px;
		margin-right: 56px;
		margin-top: 20px;
	}
}


/* HIDE RADIO */

[type="radio"] {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}


/* IMAGE STYLES */

[type="radio"]+img {
	cursor: pointer;
}

[type="radio"]+.caption-btn {
	cursor: pointer;
	border: 2px solid #ff7166;
	border-radius: 5px;
	padding: 3px 15px 3px 15px;
	font-size: 16px;
	font-weight: 600;
}

[type="radio"]:hover+.caption-btn {
	color: #fff;
	background-color: #ff7166;
}

[type="radio"]:checked+.caption-btn {
	color: #fff;
	background-color: #ff7166;
}

[type="radio"]+.student-card {
	cursor: pointer;
	border: 2px solid #ff7166;
	border-radius: 5px;
	padding: 5px 15px 5px 15px;
	font-size: 16px;
	font-weight: 600;
	width: 180px;
}

[type="radio"]+.student-card p {
	margin-top: 5px !important;
	margin-bottom: 5px !important;
	font-weight: 400;
	color: #4e92c4;
}

[type="radio"]:hover+.student-card p {
	color: #fff;
}

[type="radio"]:checked+.student-card p {
	color: #fff;
}

[type="radio"]:hover+.student-card {
	color: #fff;
	background-color: #ff7166;
}

[type="radio"]:checked+.student-card {
	color: #fff;
	background-color: #ff7166;
}


/* CHECKED STYLES */

[type="radio"]:checked+img {
	outline: 2px solid #ff7166;
}

.caption {
	/* Make the caption a block so it occupies its own line. */
	display: block;
	font-size: 12px;
}

.radio-icon {
	width: 70px;
}

.form-group {
	margin-top: 12px;
	margin-bottom: 12px;
}

.back-btn {
	color: #686868;
	background-color: transparent;
	display: inline-flex;
	align-items: center;
	position: absolute;
	left: 50px;
	font-size: 24px;
}

.btn-slots {
	border: 2px solid #ff7166;
	color: #ff7166;
	background-color: #fff;
	border-radius: 5px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
}

.active-slots {
	background-color: #ff7166;
	color: #fff;
}

.slots {
	font-size: 14px;
	margin-bottom: 15px;
}

.time {
	font-size: 12px;
	font-weight: 600;
	color: #4e92c4;
}

.fa-google {
	color: #ea4335;
	border: 2px solid #ea4335;
}

.fa-facebook-f {
	color: #4267b2;
	border: 2px solid #4267b2;
}

.reduce-p-bottom-margin {
	margin-bottom: 0.5rem !important;
}

.resend-otp {
	color: #ff7166;
}

.card-footer-link {
	color: #4e92c4;
}

.description {
	list-style-type: none;
	margin-top: 35px;
	color: #686868;
	font-size: 16px;
	line-height: 10px;
}

hr {
	width: 150px;
	border: none;
	height: 2px;
	background: #ff7166;
	margin-top: 30px;
	margin-bottom: 20px;
}

.borderr {
	border: 2px solid #000;
}

.program-sm {
	/*display: flex;*/
	width: min-content;
}

.confirmation h4 {
	line-height: inherit;
}

.confirmation h2 {
	font-family: "Dancing Script", cursive;
	font-size: 40px;
}

.date-time p {
	color: #ff7166;
	line-height: 15px;
}

.web-btn p {
	margin-top: 5px !important;
	margin-bottom: 5px !important;
}

.otp_loader {
	display: none;
}

.primary {
	background-color: #4e92c4;
	color: #fff;
}

.otp_mesage {
	color: green;
}

.invalid-feedback {
	text-align: left;
	font-size: 80% !important;
}

.firstLetterCapital{
	text-transform: capitalize;
}

.ft-links {
	color: #686868 !important;
}

.ft-parent-link {
	color: #fff !important;
}

.fab {
	padding: 6px 4px !important;
	font-size: 15px;
	text-align: center;
	text-decoration: none;
	margin: 5px 2px;
	color: #6c757d;
	border: 2px solid #6c757d;
	border-radius: 50%;
	width: 30px;
}

​​​​​​​​ .fab:hover {
	color: #6c757d;
}


/* IPAD View*/

@media (max-width: 768px) {
	.home {
		margin-top: 180px;
	}
	section {
		margin-top: 50px;
		text-align: center;
	}
	.company-logo {
		display: none !important;
	}
	.section-title {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

#phone-exists {
    max-height: 150px;
    overflow-y: auto;
}
.iti__country-list::-webkit-scrollbar,
#phone-exists::-webkit-scrollbar {
    width: 6px;
}
.iti__country-list::-webkit-scrollbar-track,
#phone-exists::-webkit-scrollbar-track {
    box-shadow: inset 0 0 4px #0000004d;
    margin: 12px;
}
.iti__country-list::-webkit-scrollbar-thumb,
#phone-exists::-webkit-scrollbar-thumb {
    background-color: #4e92c4;
    outline: 4px solid #4e92c4;
    border-radius: 4px;
}
.phone-parent-title {
    font-size: 14px;
    line-height: 14px;
    margin: 10px 0;
    color: #dc3545;
    font-weight: 500;
}
.phone-parent {
    box-shadow: 0px 1px 2px 0px #a7a7a7;
    border-radius: 4px;
    margin: 8px 12px 12px 4px;
    text-align: left;
    padding: 8px;
}
.phone-parent:hover {
    box-shadow: 0 0 3px 0 #4e92c4;
    background-color: #e9ecef33;
}
.phone-parent-login span {
    font-size: 12px;
    line-height: 16px;
    display: block;
	color: #dc3545;
}
#login-step2 #loader {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #ffffff9c;
    z-index: 99;
    padding-top: 100%;
}
.parent-details-container {
    margin-bottom: 30px;
    text-align: left;
	color: #686868;
    font-weight: 500;
}
.parent-details-container p{	
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 18px;
}
.parent-details-container span{
    color: #dc3545;
}
.parent-details-heading {
	text-align: left;
    font-size: 16px;
    font-weight: 500;
}
.verify-btn {
    background-color: #4e92c4;
    color: white;
}
.iti__country-list {
    width: 310px;
    overflow-x: hidden;
	overflow-y: auto;
}
.iti {
	width:100%;
}
.select2-container .select2-search--inline {
	max-width: 100%;
}
.select2-container .select2-search--inline .select2-search__field {
    padding: .375rem 0 0;
	margin-top: 0;
    max-width: 100%;
}
.select2-container .select2-search--inline .select2-search__field::placeholder {
	color: #495057;
}
.select2-container .select2-selection--multiple {
	border: 1px solid #ced4da;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: block;
	padding: 0 0.75rem 0.375rem;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
	margin-top: 0.375rem;
	color: #495057;
    background-color: #f9f9f9;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}
