* {
	margin: 0;
	padding: 0;
}

html {
	scroll-behavior: smooth;
}

body {}

h1,
h2,
h3,
h4,
h5,
a,
p,
ul,
li,
span {
	font-family: 'Roboto', sans-serif;
}

.form-row {
	margin: 0 -15px;
    display: table;
}
.m-l-r{
       padding-right: 7px; 
}
.m-l-l{
       padding-left: 7px; 
}

.kc_info{
	margin: 25px 0 0;
	position: relative;
}
.kc_info img{
	height: 350px;
	object-fit: cover;
}
.kids_cinfo_title{
	text-align: center;
}
.kids_cinfo_title h2{
	font-size: 40px;
    color: rgb(60, 72, 82);
    font-weight: bold;
    margin-bottom: 0;
}
.kids_cinfo_title p{
	line-height: 26px;
    margin: 8px 0px 0px;
    font-size: 16px;
    font-weight: normal;
    color: rgb(60, 72, 82);
}
.kc_info_over{
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.kc_info_over_con{
	background: #ffffffd1;
    padding: 30px 15px;
    width: 80%;
    text-align: center;
	box-shadow: 0 0 19px -12px #000;
}
.kc_info_over_con h3{
	margin: 0 0 5px;
    font-size: 19px;
    font-weight: 900;
    color: #08456b;
}
.kc_info_over_con h4{
	font-size: 16px;
    font-weight: 900;
    color: #08456b;
	margin: 5px 0 0;
}
.kc_info_over_con h4 span{
	color: #727b81;
}
.kc_info_over_con h5{
	font-size: 15px;
    font-weight: 300;
    color: #08456b;
    line-height: 19px;
    margin: 5px 0 0;
}



@media screen and (max-width: 767px) {
	.kc_info img {
		height: 250px;
	}
	.kids_cinfo_title h2{
		font-size: 22px;
	}
	.advbox {
		text-align: center;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.topmost_nav {
		margin: 0;
	}
	.custom_nav .navbar-nav .top_menu_link {
		display: block;
		padding: 11px 0;
	}
	.topheader_phone {
		padding: 0;
	}
	.resp_container {
		padding: 0 !important;
	}
	.topmost_left p {
		font-size: 11px;
	}
	.custom_nav {
		border-radius: 0;
		margin-bottom: 0;
	}
	.custom_nav .navbar-brand {
		width: 57%;
		padding: 0;
		padding-top: 8px;
		margin-left: 11px;
	}
	.custom_nav .navbar-collapse {
		background: #f7ffff;
		width: 100%;
		z-index: 1;
		position: relative;
		margin-left: 0;
		padding: 0;
        float: left;
        margin-top: 9px;
        
	}
	.border-right {
		border-right: 0 !important;
	}
	.phone_spoken,
	.mail_spoken,
	.facebook_spoken,
	.youtube_spoken {
		width: 12px !important;
		height: 14px !important;
	}
	.navbar-toggle {
        margin-right: 15px;
        margin-top: 8px;
        background: #fff;
        margin-bottom: 0;
	}
	.iso_imagemobile {
		display: block;
	}
	.iso_imagemobile img {
		width: 24%;
		margin-top: -9px;
	}
	.resp_top_links {
		margin-right: 0px;
	}
	.iso_imageDesktop {
		display: none;
	}
	.topmost_nav {
		padding: 9px 0;
	}
	.custom_nav .navbar-nav {
		flex-direction: column;
		width: 100%;
		left: 0;
		margin: 0;
	}
	.custom_nav .navbar-nav li {
    border-bottom: 1px solid #e3f7f7;
    width: 100%;
	}
	.custom_nav .container-fluid {
		padding: 0;
	}
	.custom_nav .navbar-nav .nav-link:hover {
		border-bottom: 0 solid #f8af00 !important;
	}
	.resp_banner_img img {
		height: 363px;
		object-fit: cover;
	}
}


/* Header Completed*/

.heading_box {}

.heading_box h1 {
	font-size: 34px;
	color: #313131;
	font-weight: bold !important;
}

.heading_box h1 span {
	color: #f36e12
}

.heading_box p {    font-size: 17px;}

.enqyery_form {
	background: #ececec;
	padding: 19px;
	border-radius: 11px;
}

.enqyery_form h5 {
	font-size: 19px;
    text-align: center;
    margin-bottom: 9px;
}
.enqyery_form small{margin-bottom: 10px;display: block;text-align: center;}
.codeBanner{
    
}
.codeBanner img{
    width: 78%;
    margin: 0 auto;
    display: table;
}
.enquery_btn button {
	background: linear-gradient(94.08deg, #f6430f, #ee9f15);
	color: #fff;
	padding: 9px 60px;
	border-radius: 7px;
	border: none;
	font-size: 20px;
	width: 100%;
    margin: 14px 0;
    
}

textarea.form-control {
	height: 90px;
}

.form-control {
	border-radius: 6px;
}
.enqyery_form  select, 
.enqyery_form  textarea, 
.enqyery_form  input[type="text"], 
.enqyery_form  input[type="password"], 
.enqyery_form  input[type="datetime"], 
.enqyery_form  input[type="datetime-local"], 
.enqyery_form  input[type="date"], 
.enqyery_form  input[type="month"], 
.enqyery_form  input[type="time"], 
.enqyery_form  input[type="week"], 
.enqyery_form  input[type="number"], 
.enqyery_form  input[type="email"], 
.enqyery_form  input[type="url"], 
.enqyery_form  input[type="search"], 
.enqyery_form  input[type="tel"], 
.enqyery_form  input[type="color"] {
    border: 1px solid #e6e6e6;
    height: 42px;
    padding: 9px 15px;
    width: 100%;
    color: #555;
    margin-bottom: 0;
}

.enquery_btn {    
   width: 100%;
        display: table;
}

.package_rupee {}

.package_rupeeInput {}

.why_head {
	text-align: right;
	float: right;
	width: 100%;
}

.why_head h2 {
	font-size: 40px;
	line-height: 120%;
	color: rgb(60, 72, 82);
	font-weight: bold;
	margin-top: 2vw;
}

.why_head p {
	line-height: 120%;
	margin: 16px 0px 0px;
	font-size: 17px;
	font-weight: normal;
	color: rgb(60, 72, 82);
}

.whyCoding_bg {
	background-size: initial;
	background-position: top right;
	background-image: url(../images/tutor-08.png);
	background-color: #ffffff;
	border-radius: 15px 15px 15px 15px;
	overflow: hidden;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	box-shadow: 0px 2px 18px 0px rgba(12, 113, 195, 0.13);
	background-repeat: no-repeat;
}

.whyCoding_img i {}

#whyCodingImportant {
	background-image: url(../online-coding-class-for-kids/images/laptop.jpg);
	background-repeat: no-repeat;
	background-size: 1380px;
	background-position: -630px 0px;
	padding: 30px 0 101px 0;
	margin-top: 20px;
}

.whyCoding_img {
	display: inline-block;
	margin-bottom: 30px;
	line-height: 0;
	max-width: 100%;
}

.whyCoding_img {
	display: block;
	margin: auto;
}

.whyCoding_bg h2 {
	font-family: 'PT Sans', Helvetica, Arial, Lucida, sans-serif;
	font-weight: 700;
	font-size: 20px;
	color: #2a3749!important;
	line-height: 1.7em;
	text-align: center;
	margin-top: 30px;
}

.whyCoding_bg p {
	text-align: center;
}

#ourSteps {
	background: #f1f1f1;
	padding: 75px 0;
}

.step_box {
	display: flex;
	flex-wrap: wrap;
}

.owl-carousel .owl-stage-outer {
	padding: 30px 14px;
}

.steps_bg {
	border-radius: 8px;
	box-shadow: rgba(221, 230, 237, 0.4) 0px 16px 32px 0px;
	width: 30%;
	height: 180px;
	float: left;
	margin-bottom: 30px;
	margin-right: 24px;
}

.steps_bg:nth-child(1) {
    background: url(../online-coding-class-for-kids/images/choose.svg) no-repeat rgb(255, 255, 255);
    background-size: 43px;
    background-position: right 6px;
}

.steps_bg:nth-child(2) {
	background: url(../online-coding-class-for-kids/images/pay.svg) no-repeat rgb(255, 255, 255);
    background-size: 43px;
    background-position: right 6px;
}
.steps_bg:nth-child(3) {
	background: url(../online-coding-class-for-kids/images/id.svg) no-repeat rgb(255, 255, 255);
    background-size: 43px;
    background-position: right 6px;
}
.steps_bg:nth-child(4) {
	background: url(../online-coding-class-for-kids/images/email.svg) no-repeat rgb(255, 255, 255);
    background-size: 43px;
    background-position: right 6px;
}
.steps_bg:nth-child(5) {
	background: url(../online-coding-class-for-kids/images/register.svg) no-repeat rgb(255, 255, 255);
    background-size: 43px;
    background-position: right 6px;
}



.steps_text_box {
	font-size: 19px;
	line-height: 125%;
	color: rgb(60, 72, 82);
	margin-bottom: 8px;
	padding: 10px;
}

.steps_text {
	display: flex;
}

.steps_texthead {
	font-size: 40px;
	font-weight: bold;
	color: rgb(60, 72, 82);
	line-height: 120%;
}

.steps_textsymbol {
	font-size: 40px;
	font-weight: bold;
	line-height: 120%;
	color: rgb(8, 189, 128);
}

.step_head h3 {
	font-size: 40px;
	line-height: 120%;
	color: rgb(60, 72, 82);
	font-weight: bold;
	margin-top: 6vw;
}

.step_head p {
	line-height: 120%;
	margin: 16px 0px 0px;
	font-size: 20px;
	font-weight: normal;
	color: rgb(60, 72, 82);
}

.steps_bg:nth-child(4) {
	margin-left: 9vw;
}

#about {
	padding: 0;
	background: #e8e7ef;
}

.about_box {
	background-image: url(../images/kid_banner.png);
	background-repeat: no-repeat;
    padding: 75px 0 87px 560px;
    background-position: 0 0px;
    background-size: 653px;
}

.about_box h3 {
	font-size: 40px;
	line-height: 120%;
	color: #25242c;
	font-weight: bold;
	margin-top: 2vw;
}

.about_box p {
	line-height: 120%;
	margin: 16px 0px 0px;
	font-size: 20px;
	font-weight: normal;
	color: #565656;
}

#testimonial {
	margin-top: 10px;
    display: block;
    margin-bottom: 40px;
}

.testihead {}

.testihead h2 {
	font-size: 40px;
	line-height: 120%;
	color: #464646;
	font-weight: bold;
	margin-top: 2vw;
	text-align: center;
}

.testy_box {
    width: 89%;
    margin: 0 auto;
}

.testy_image {
	width: 97px;
	margin: 0 auto;
	margin-top: -20px;
	background: #fff;
	border-radius: 60px;
	padding: 20px;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
	border: 1px solid #fff;
	position: relative;
}

.testy_image img {}

.testy_box p {
	line-height: 169%;
	margin: 16px 0px 0px;
	font-size: 15px;
	font-weight: normal;
}

.testy_box h4 {
	font-size: 20px;
	margin-top: 10px;
}

.testy_textbox {
	padding: 55px 25px 25px 25px;
	float: left;
	margin-top: -40px;
	box-shadow: 0 5px 85px rgba(0, 0, 0, 0.2);
	border-radius: 12px;
        min-height: 343px;
}


/* Pricing */

#pricingplan {
	background: #fffbec;
	padding: 20px 0 75px 0;
}

.priceHead {
	width: 100%;
	float: left;
}

.priceHead h2 {
	font-size: 40px;
	line-height: 120%;
	color: #464646;
	font-weight: bold;
	margin-top: 2vw;
	text-align: center;
}

.pricing-img {
	margin-bottom: 25px;
	max-width: 100%;
	width: 96px;
	height: 100px;
}

@media (min-width: 900px) {
	.background {
		padding: 0 0 25px;
	}
}

.panel {
	background-color: #fff;
	border-radius: 10px;
	padding: 15px 25px;
	position: relative;
	width: 100%;
	z-index: 10;
	display: flex;
	flex-wrap: wrap;
}

.pricing-plan h4 {
	font-size: 14px;
	text-transform: capitalize;
	color: #6f6f6f;
}

.pricing-table {
	box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.08), 0px 20px 31px 3px rgba(0, 0, 0, 0.09), 0px 8px 20px 7px rgba(0, 0, 0, 0.02);
	/*  box-shadow: 0 0 20px rgba(0,0,0,0.15);*/
	border: 1px solid #ececec;
}

.pricing-plan h4 span {
	width: 100%;
	display: table;
}

.pricing-plan:last-child {
	border-bottom: none;
}

.pricing-plan:nth-child(3) {
	border-right: none;
}

.pricing-img {
	margin-bottom: 25px;
	max-width: 100%;
}

.pricing-header {
	color: #08456b;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 22px;
	text-transform: capitalize;
    margin-bottom: 20px;
}

.pricing-features {
color: #016FF9;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0 0 40px 0;
    list-style: none;
    float: left;
    min-height: 342px;
    width: 100%;
    margin-top: 32px;
}

.courseSyllabus h2 {
	text-align: left;
	font-size: 21px;
	color: #08456b;
	font-weight: 600;
}

.pricing-features-item {
	border-bottom: 1px solid #eaeaea;
	font-size: 16px;
	line-height: 1.5;
	padding: 10px 0 10px 0px;
	text-align: center;
	text-transform: capitalize;
	font-weight: normal;
	color: #464646;
	position: relative;
}

/*
.pricing-features-item:before {
	content: '→';
	position: absolute;
	left: 0;
}
*/

.courseli {
	width: 48%;
	float: left;
	margin-right: 35px;
}

.courseli:last-child {
	margin-right: 0
}

.pricing-features-item:last-child {
	border-bottom: 1px solid #e1f1ff;
}

.pricing-price {
	font-size: 22px;
	color: #08456b;
    text-transform: capitalize;
}

.pricing-price span {
	text-decoration: line-through;
	color: #08456b;
	margin-right: 10px;
	font-weight: 900;
	position: relative;
}

.pricing-price span::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 3px;
	background: red;
	left: 0;
	top: 50%;
	transform: translate(0, 50%;
	);
}

.pricing-price b {
	width: 100%;
	display: table;
}

.pricing-button {
	border: 1px solid #08456b;
	border-radius: 6px;
	color: #08456b;
	display: inline-block;
	margin: 25px 0;
	padding: 15px 35px;
	text-decoration: none;
	transition: all 150ms ease-in-out;
}

.pricing-button:hover,
.pricing-button:focus {
	background-color: #e1f1ff;
}

.pricing-button.is-featured {
	background: linear-gradient(94.08deg, #f6430f, #ee9f15);
	color: #fff;
	border: 1px solid #d68008;
    width: 87%;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.pricing-button.is-featured:hover,
.pricing-button.is-featured:active {
	background-color: #269aff;
}

@media (min-width: 900px) {
	.pricing-table {
		margin-top: 30px;
		float: left;
	}
	.pricing-plan {
		border-bottom: 1px solid #e1f1ff;
		border-right: 1px solid #e1f1ff;
		width: 50%;
		padding: 25px 12px;
		text-align: center;
		text-transform: uppercase;
	}
}

.pricing-table {
	position: relative;
}

.pricing-table:before {
	content: " ";
	position: absolute;
	z-index: 1;
	left: -153px;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

#code_faq {
	padding: 75px 0;
	background: #fffbec;
}


/* jQuery Accordion Navigation Menu */

.faqhead {
	width: 100%;
}

.faqhead h2 {
	font-size: 40px;
	line-height: 120%;
	color: #464646;
	font-weight: bold;
	margin-top: 2vw;
	text-align: center;
	margin-bottom: 50px;
}

#code_faq .card-header {
	background-color: #fff;
	margin-bottom: 0;
	border: none;
	padding: 0;
	border-radius: 7px;
}

#code_faq .card-body {
	padding: 12px;
	border-radius: 12px;
	background-color: #fff;
    margin-bottom: 5px;
}

.card-header a {
	width: 100%;
}
.itr_list{
    list-style: none;
}
#code_faq .card-header h2 a {
	color: #373a56;
	text-align: left;
	text-decoration: none;
	font-size: 20px;
        white-space: normal;
}

#code_faq .card-header h2 a span {
	text-align: center;
	background: #ffffff;
	height: 30px;
	border-radius: 20px;
	line-height: 21px;
	font-size: 24px;
	width: 30px;
	padding: 4px 6px 6px 6px;
	float: right;
	color: #f45410;
}

/* New Footer  strat*/

.fastinfo_footer {
	padding: 40px 0;
	background: linear-gradient(170deg, #16174E 40%, #4361ee 100%);
	background: #211d52 !important;
}

.footer_web_info {
	color: #bebebe;
	font-size: 13px;
	margin: 15px 0;
}

.footer_links,
.social_links {
	list-style: none;
	margin-left: 0;
}

.footer_links_head p {
	font-weight: 600;
	color: #8e8c8b;
	font-size: 12px;
}

.footer_links li {
	margin-bottom: 3px;
	padding-bottom: 5px;
}

.social_links li {
	margin-bottom: 10px;
}

.footer_links li a,
.social_links li a {
	color: #bebebe;
	padding-left: 0px;
	font-size: 13px;
}

.footer_links li a:hover {
	text-decoration: none;
	color: #fff;
	padding-left: 5px;
}

.custom_hrs {
	padding: 10px 5px;
	background: #ffffff14;
	margin-bottom: 10px;
}

.custom_hrs div:nth-child(1) {
	padding-top: 0;
}

.custom_hrs div {
	padding: 5px 0;
	color: #dbd9d9;
	font-size: 12px;
	border-bottom: 1px dashed;
}

.fastinfo_copyright {
	font-size: 12px;
	color: #afaeae;
	text-align: center;
}

.footer_bottom_links {
	display: flex;
	list-style: none;
	justify-content: center;
	margin: 0;
	margin-bottom: 10px;
}

.footer_bottom_links li a {
	color: #afaeae;
	padding: 1px 10px;
	font-size: 11px;
	border-right: 1px solid #afaeae;
}

.footer_bottom_links li a:hover {
	color: #fff;
	text-decoration: none;
}

.footer_bottom_links li:nth-last-child(1) {
	border-right: 0;
}

.resp_terms_links {
	display: none;
}
/*New Design start*/
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
.coding_kids_banner{background: url(../images/coding_kids_banner.jpg);display: inline-block;width: 100%;min-height: 508px;padding: 65px;background-size: cover;background-position: center;background-repeat: no-repeat;}
.coding_kids_banner .text{width: 50%;color: #fff;}
.coding_kids_banner .text h1{line-height: 48px;font-family: 'Quicksand', sans-serif;}
.coding_kids_banner .text h1 span{color: #ffc23a;font-weight: 700;}
.coding_kids_banner .text p span{color: #ffc23a;font-weight: 600;font-style: italic;font-size: 25px;font-family: 'Quicksand', sans-serif;}
.coding_kids_banner .text p span:before{content: '';white-space: pre;}
.coding_kids_banner .text p{font-size: 22px;margin: 20px 0;font-family: 'Quicksand', sans-serif;}
.coding_kids_form{margin: 34px 0;}
.coding_kids_form .heading_box h1{margin-top: 0;}
.coding_benefits{text-align: center;margin-bottom: 20px;}
.coding_benefits img{width: 20%;margin-bottom: 20px;}
.coding_benefits p{font-size: 14px;font-weight: 400;}
.pricing-plan{position: relative;}
.pricing-table{min-height: 1263px;}
.pricing-plan .bottom_price{width: 100%;position: absolute;bottom: 0;}
.benefits h5{font-size: 21px;margin: 20px 0;background: #f1f1f1;padding: 10px;}
#pricingplan p{font-size: 25px;text-align: center;font-weight: 600;display: inline-block;width: 100%;margin-top: 20px;}


/*New Design start*/

@media screen and (max-width: 768px) {
	.resp_terms_links {display: block;}
	.resp_terms_links .footer_bottom_links {display: block;}
	.resp_terms_links .footer_bottom_links li {padding-bottom: 5px;}
	.resp_terms_links .footer_bottom_links li a {border-right: 0;}
	.desk_terms_links {display: none;}
	.footer_bottom_links li a {padding: 0;}
    .coding_kids_banner{min-height: auto;}
    .coding_kids_banner .text{width: 100%;background: #00000094;padding: 10px 25px;text-align: center;}
    .coding_kids_banner{background-position: 99% 0;padding: 15px 0;}
    .coding_kids_banner .text h1{font-size: 30px;line-height: 42px;}
    .enqyery_form{margin-bottom: 25px;}
    .coding_kids_form .heading_box h1{font-size: 24px !important;}
    .heading_box p{font-size: 16px !important;}
    .pricing-plan{padding: 10px !important;}
    .pricing-plan:nth-child(3){min-height: auto;}
    .enqyery_form h5{font-size: 22px;}
    .about_box{background-image: none;}
    .coding_benefits img{width: 49%;}
    .step_head h3,.about_box h3{font-size: 27px !important;}
    .about_box p{font-size: 17px !important;line-height: 139%;}
    #pricingplan p{margin-top: -26px;font-size: 14px;float: left;}
    .editprice ul li:nth-child(1){font-size: 14px;}
    #code_faq .card-header h2 a{font-size: 17px;}
}
.material-icon {
    font-size: 21px;
    color: red;
    margin-top: 0px;
    animation: blink 0.7s linear infinite;
}
.material-icon {font-family: 'Material Icons';font-weight: normal;font-style: normal;font-size: 24px;line-height: 1;letter-spacing: normal;text-transform: none;display: inline-block;white-space: nowrap;word-wrap: normal;direction: ltr;
-webkit-font-feature-settings: 'liga';-webkit-font-smoothing: antialiased;}
@keyframes blink{
    0%{     color: red;    }
    49%{    color: red; }
    60%{    color: transparent; }
    99%{    color:transparent;  }
    100%{   color: red;    }
}

/* Footer completed*/

.purchase_form {background: #fff;}
.price_plan_box_buy {width: 100%;float: left}
.package_btn {display: flex;}


/* Create a custom radio button */

.checkmark {position: absolute;top: 0;left: 0;height: auto;width: 100%;background-color: #eee;border-radius: 5px;color: #fff;min-height: 59px;}
.package_container input~.checkmark {border: 1px solid #666666;background: #fff;text-align: center;margin-left: 0;border-radius: 4px;}

/* On mouse-over, add a grey background color */
.package_container:hover input~.checkmark {background-color: #ccc;}

/* When the radio button is checked, add a blue background */

.package_container input:checked~.checkmark {border: 1px solid #FB7A27;background: #FB7A27;}
.package_container input:checked~.checkmark~i {color: #fff;}
.basic i input:checked~.checkmark {color: #fff;}

/* Create the indicator (the dot/circle - hidden when not checked) */

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}


/* Show the indicator (dot/circle) when checked */

.package_container input:checked~.checkmark:after {
	display: block;
}


/* Style the indicator (dot/circle) */

.package_container .checkmark:after {
	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
}


/* The container */

.package_container {
	display: inline-block !important;
	position: relative;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 14px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 5px 15px;
	margin: 5px;
	line-height: 15px;
	text-align: center;
}

.package_container i {
	position: relative;
	z-index: 1;
	font-size: 12px;
	font-style: initial;
	float: left;
}

.package_container i span {
	width: 100%;
	display: table;
	font-size: 27px;
	margin-top: 9px;
}

.select_packages {
	margin-bottom: 30px;
}

.price_plan_box_buy .form-control {
	border-radius: 6px;
	box-shadow: none;
	border-color: #ffffff;
	background: #efefef;
	height: 51px;
}

.price_plan_box_buy h5 {
	text-align: center;
	padding: 25px 0 10px 0;
	color: #08456b;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 25px;
	text-transform: capitalize;
}
@media screen and (max-width: 991px) {

.form-row {
    margin: 0 -15px;
    display: block;
}
    .m-l-r {
    padding-right: 15px;
}
    .m-l-l {
    padding-left: 15px;
}
    .why_head{
        margin-top: -49px;
        text-align: center;
    }
    .why_head p{
            margin: -12px 0px 0px;
    }
    #whyCodingImportant{
        margin-top: 52px;
        background-size: 1026px;
        background-position: -630px 18px;
        padding: 30px 0 19px 0;
    }
    .about_box {
        padding: 54px 369px 36px 0;
        background-position: 326px 0px;
        background-size: 656px;
    }
    .pricing-plan{
        width: 31%;
        margin-right: 10px;
        text-align: center;
    }
   .pricing-plan .bottom_price {
    position: relative;
    }
    .pricing-features{
        height: auto;
    }
    
    .pricing-plan .bottom_price {
    width: 100%;
    position: relative;
    bottom: 0;
}
    
}


@media screen and (max-width: 767px) {
    .codeBanner img{
        width: 100%;    padding: 40px 0 10px 0;
    }
   
    .about_box{
            width: 100%;
    padding: 50px 30px 90px 30px;
    }
    .testihead {
    padding: 30px 0 0 0;
}
    .pricing-plan{
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
    background: #ffff;
        padding: 50px 0 20px 0;
    border-radius: 10px;
    box-shadow: 0 0 20px rgb(255 238 216);
    }
    .pricing-features-item{
        
    }
    .steps_text_box {
        font-size: 15px;margin-bottom: 0;}
    .faqhead h2 {font-size: 5vw;    margin-bottom: 20px;}
    
    .pricing-table {
        position: relative;
    padding: 0 20px;
    background: transparent;
    box-shadow: none;
        width: 100%;
    margin: 0 auto;
        border: none;
            min-height: auto;
        display: inline-block;
    }
    #pricingplan {
    padding: 20px 0 15px 0;
    }
    #code_faq {
        padding: 45px 0;}
    
    .priceHead h2 {
    font-size: 6vw;
    margin-bottom: 30px;
    }
    .pricing-features {
        min-height: auto;
            padding: 0 25px;        

    }
    .steps_bg {
        width: 47%;
    margin-right: 15px;
    height: auto;
    margin-bottom: 15px;
    }
    .steps_bg:nth-child(even) { 
        margin-right: 0px;
    }
    .steps_bg:nth-child(5) { 
        width: 100%;
         margin-right: 7px;
    }
    .steps_bg:nth-child(4) {
     margin-left: 0; 
    }
    .testihead h2 {
        font-size: 6vw;}
    #ourSteps {
        padding: 15px 0;}
    
    .step_head p {
        margin-bottom: 50px;font-size: 17px !important;}
    
    #whyCodingImportant {
    margin-top: 0;
            background-size: 560px;
    background-position: -350px 417px;
        padding: 40px 0 51px 0;
}
    .whyCoding_bg {
        box-shadow: 0px 2px 18px 0px rgb(0,0,0,0.2);    
            width: 86%;
    margin: 0 auto;
    }
    #testimonial {
    margin-top: 0px;
}
    .owl-carousel .owl-stage-outer {
           padding: 31px 1px 1px 11px;
}
    .why_head {
        text-align: center;}
    .why_head h2 {
        font-size: 9vw;}
    #code_faq {
    padding: 25px 0;
    }
    
    
}





