/* Base CSS */
@font-face {
    font-family: 'Teko';
    src: url('../fonts/Teko-Medium.woff2') format('woff2'),
        url('../fonts/Teko-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Teko';
    src: url('../fonts/Teko-Light.woff2') format('woff2'),
        url('../fonts/Teko-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Teko';
    src: url('../fonts/Teko-Bold.woff2') format('woff2'),
        url('../fonts/Teko-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Teko';
    src: url('../fonts/Teko-Regular.woff2') format('woff2'),
        url('../fonts/Teko-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Teko';
    src: url('../fonts/Teko-SemiBold.woff2') format('woff2'),
        url('../fonts/Teko-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}




@font-face {
    font-family: 'futurabook';
    src: url('../fonts/futura-book-bt-22240-webfont.woff2') format('woff2'),
         url('../fonts/futura-book-bt-22240-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}



::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #0c478b; 
    border-radius: 0 0 5px 5px;
  }
  .Placentia-Yorba-Linda-Schedule .col-md-12::-webkit-scrollbar-track {
    border-radius:5px;
    margin: 2px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #fb0106; 
    border-radius: 5px;
  }
  .Placentia-Yorba-Linda-Schedule .col-md-12::-webkit-scrollbar {
    height: 5px;
  }


/* font css end */
a, a:hover, a:focus, input:focus, textarea:focus, button:focus, select { outline: 0 solid;text-decoration: none  }
img {
    max-width: 100%;
    height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 700;
}
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    line-height: 26px;
}
p{font-size:17px;}
.section-padding{
	padding:80px 0;
}
body{
    overflow-x: hidden;
}

/* Change the white to any color ;) */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
	-webkit-text-fill-color: #000 !important;

}
ul{margin:0;padding:0;list-style:none;}


/* Top header */
.header-top-area {
    padding: 0px 0;
    background-color: #3b80e8;
    color: #fff;
    font-size: 16px;
    transition: 0.7s;
    /* position: absolute; */
    z-index: 99;
    width: 100%;
    top: 0;
}
.header-top-area a {
    color: #fff;
}
.header-cta a {
    margin-right: 10px;
}
span.mail i {
    margin-right: 5px;
}
.social-part a {
    margin-left: 10px;
}
/* Header bottom */
.main-menu{text-align:right;}
.main-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-menu ul li {
    display: inline-block;
	position:relative;

}
.main-menu ul li a {
    display: block;
    color: #000;
    font-size: 17px;
    padding: 15px 30px;
    font-weight: 600;
    line-height: 1;
    font-family: teko;
    font-size: 19px;
    color: #0c478b;
    letter-spacing: 1px;
}
.main-menu ul li:hover a {color:#1273f5;}
/* Dropdown menu */
.main-menu ul li ul.submenu {
	position: absolute;
	top: 110%;
	left: -40%;
	background: #fff;
	width: 250px;
	border-radius: 6px;
    -webkit-box-shadow: 4px 2px 19px 8px rgba(0,0,0,0.14); 
    box-shadow: 4px 2px 19px 8px rgba(0,0,0,0.14);
	transition: .3s;
	z-index: 9;
	opacity: 0;
	visibility: hidden;
}
.main-menu ul li:hover > ul.submenu{opacity: 1;visibility:visible;}
.main-menu ul li ul.submenu li {
	display: block;
	margin: 0;
	border-bottom: 1px solid #ddd;
}
.main-menu ul li ul.submenu li:last-child{border-bottom: 0}
.main-menu ul li ul.submenu li a {
	padding: 13px 20px;
	text-align:center;
	color:#000;
}
.main-menu ul li ul.submenu {}
/*Menu End*/
.logo{
    padding: 10px;
}
.logo img {
    width: 91px;
}
.logo a {
    font-size: 44px;
    color: #000;
    /* margin-top: 11px; */
    display: block;
    line-height: 1;
}
.header-bottom-area {
min-height: 10vh;
  width: 100%;
	z-index:9999;
    background:#fff;
    padding: 0px 0;
	transition: 0.7s; 
}
.header-btn {
    margin-top: 15px;
}
.header-bottom-area.fixed-header{    
  position: sticky;
  top: 0;
}
/* Maruf css */
.for-text-call {
    background: #0c478b;
}
.for-text-call span {
    padding: 6px;
    display: inline-block;
    color: #fff;
    font-size: 22px;
    letter-spacing: 1px;
    font-family: teko;
}
.for-text-call span a {
    color: #fff;
    text-decoration: underline !important;
}
.main-menu ul li a .header-btn-search{
    background: #fff;
    border: 0;
    color: #0c478b;
    font-size: 19px;
    font-weight: 600;
    padding: 9px 0;
}
.search-icon{
    color: #b4b4b4;
    padding-left: 8px;
}
.header-btn-search:focus {
    background: #fff !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
}
nav#mobile-menu ul li {
    border-right: 1px solid rgb(231, 233, 236);
}
.last-head-li a{
    padding: 0 !important;
    margin: 0 30px;
}
li.last-head-li {
    margin-right: 30px;
}
.header-bottom-area .col-md-10{
    padding: 0 !important;
    border-left: 1px solid rgb(231, 233, 236);
}
.mean-container a.meanmenu-reveal{
    right: 20px !important;
}
.header-bottom-area .modal-title {
    text-align: center;
    font-size: 39px;
    margin-top: 20px;
}

.header-bottom-area .modal-header {
    padding: 10px 10px 0 10px;
    border-bottom: 0;
}
.modal-header .close {
    margin-top: -55px !important;
}
.modal-header .close span{
    color: #000 ;
}
.search-form input{
    height: 50px;
    width: 75%;
    padding-left: 20px;
    border: 1px solid #ddd;
    border-radius: 10px 0 0 10px;
}
.search-form{
    padding: 40px 0 20px 0;
}
.search-form button{
    background: #52606d;
    border: 0;
    height: 50px;
    width: 100px;
    border-radius: 0 10px 10px 0;
    margin-left: -4px;
    color: #fff;
}
@media only screen and (max-width: 767px) {}
@media screen and (max-width: 1070px) {
    .last-head-li{display: none !important;}
}
/* Medium Layout: 1280px. */
@media screen and (max-width: 992px) {
	 .d-none{display:none ;}
     .for-text-call{display: none !important;}
     .mean-container a.meanmenu-reveal{top: 10px !important;}
     .logo img{padding: 0; position: relative; top: 15px;}
}
/* Tablet Layout: 768px. */
@media only screen and (max-width: 768px) { 

}
/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
body {
    font-size: 13px;
    line-height: 22px;
}	
p{font-size:13px;}
}


/* for home page video section */
  .hero-video {
      position:relative;
    width:100%;
    overflow: hidden;
    height: 960px;
  }
.hero-video:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  content: '';
  opacity: 0.5;
}
  .hero-video video {
  /*object-fit: contain;*/
  /*object-fit: fill; */
    object-fit: cover;
    width:100%;
    height:100%;
  }

  .hero-inner {
 font-family: 'Alice', serif;
  color:#fff;
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  max-width: 1150px;
  margin: auto;
  left: 0;
  right: 0;
  }
.hero-inner p {
  color: #fff;
  margin-top: 40px;
  margin-bottom: 40px;
  white-space: pre-wrap;
  font-weight: 400;
  font-style: normal;
  font-family:futurabook;
  font-size: 24px;
  letter-spacing: .03em;
  line-height: 1.7em;
}
.default-btn {
    padding: 18px 36px 18px 50px;
    background: #0c478b;
    font-family: 'Teko';
    font-size: 22px;
    font-weight: 900;
    letter-spacing: -1px;
    color: #fff;
    border-radius: 40px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    display: inline-block;
}
.default-btn:hover{
    color: #fff;
    background-color: #C60D19;
}
.hero-video video::-webkit-media-controls {
  display:none !important;
}
.hero-inner h2{
    font-family: teko;
    font-size: 60px;
    line-height: 1.2em;
    margin: 0;
}
.sam-instructor {
    padding-left: 25px;
}

.second-video video {
    width: 135%;
}
/* home page video end */

/* Flexible Schedules section  start*/
.Flexible-Schedules a{
    font-family: 'Teko';
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    color: #0a326a;
    display: block;
    text-decoration: underline;
    margin-top: 30px;
}
.Flexible-Schedules a:hover{
    text-decoration: none;
}
.Flexible-Schedules{
    padding: 95px 0;
    border-bottom: 1px solid #e6e6e6;
}
/* Flexible Schedules section end*/

.Find-The-Perfect{
    padding: 60px 20px 0 20px;
    text-align: center;
}
.Find-The-Perfect h2{
    margin-bottom: 95px;
}
.default-h2{
    font-family: 'Teko';
    font-size: 40px;
    font-weight: 600;
    letter-spacing: -1px;
    color: #0c478b;
}
.default-h4{
    color: #c60d19;
    font-family: 'Teko';
    font-size: 29px;
    font-weight: 400;
}
.default-h3{
    color: #0c478b;
    font-family: 'Teko';
    font-size: 32px;
    font-weight: 600;
}
.Find-The-Perfect h3{ 
    margin: 25px 0 15px 0;
}
.default-p{
    font-size: 17px;
    font-family: 'futurabook';
    font-weight: normal;
    color: #595959;
    line-height: 2;
}
.Find-The-Perfect p {
    margin: 20px 0 30px 0;
}
.Find-The-Perfect a {
    margin-bottom: 115px;
}



/* .HELPING-BUSY-FAMILIES */

.HELPING-BUSY-FAMILIES {
    padding:80px 0px 0 3px;
    background-color: #f2f2f2;
}
.HELPING-BUSY-FAMILIES h2{
    margin-bottom: 40px;
}
.HELPING-BUSY-FAMILIES p {
    font-size: 17px;
    font-family: 'futurabook';
    line-height: 1.7;
}
.HELPING-BUSY-FAMILIES img{
    margin-left: 30px;
}
/* .HELPING-BUSY-FAMILIES end*/

/* .SIGN-UP-NOW START */

.SIGN-UP-NOW h2{
    margin-top: 195px;
}
.SIGN-UP-NOW{
    padding-bottom: 125px;
    margin-top: -185px;
    overflow: hidden;
}

/* .SIGN-UP-NOW START */

/* Start-Enjoying-The-Lifelong start */
.Start-Enjoying-The-Lifelong h2{
    margin-bottom: 90px;
}
.Start-Enjoying-The-Lifelong h3{
    margin:30px 0;
}
.Start-Enjoying-The-Lifelong {
    padding-top: 115px;
    padding-bottom: 115px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}
.Start-Enjoying-The-Lifelong a{
    margin-top: 50px;
}
/* Start-Enjoying-The-Lifelong end */

/* Ready To Experience The start */
.default-btn-2 {
    background: #C60D19 !important;
    padding: 15px 18px 15px 30px;
}
.default-btn-2:hover {
    background: #0c478b !important;
}
.Ready-To-Experience-The p {
    padding: 30px 0 48px 0;
}
.Ready-To-Experience-The{
    padding: 85px 0 20px 2px;
}
.Ready-To-Experience-The img {
    margin-left: 125px;
}
/* Ready To Experience The end */

/* WE OFFER A POSITIVE Start */
.white-h1 {
    color: #fff;
    font-size: 60px;
    font-family: 'Teko';
    line-height: 1.3em;
    font-weight: 600;
}
.WE-OFFER-A-POSITIVE{
    background: url('../img/home-pg very-bottom-by-video.png');
     padding: 160px 0;
    background-repeat: no-repeat;
    background-size: cover;
}
}
.WE-OFFER-A-POSITIVE h1{
    text-align: center;
}
/* WE OFFER A POSITIVE END */

/* .Our-extraordinary-instructors  */
.default-p-2{
    font-size: 22px;
}
.Our-extraordinary-instructors p{ 
    padding: 40px 0 20px 0;
    margin-top: 170px;
    
}
.embed-responsive-16by9 {
    padding-bottom: 60%;
}
.Our-extraordinary-instructors {
    padding-bottom: 120px;
    margin-top: -170px;
    overflow: hidden;
}
/* .Our-extraordinary-instructors end */

/* footer css   */
.footer{
    font-family: teko;
    background: #f3f3f3;
    padding: 40px 20px 80px 20px ;
    border-top: 5px solid #c20d19;
}
.ft-header {
    font-size: 22px;
    font-weight: 500;
    color: rgb(198 13 25);
    text-decoration: underline;
    margin: 10px 0 15px 0;
    display: inline-block;
}
.ft-header:hover {
    font-size: 22px;
    font-weight: 500;
    color: rgb(198 13 25);
    text-decoration: underline;
}
.p-site-ft {
    color: #595959;
    font-size: 18px;
    font-weight: 600;
    text-decoration: underline;
}
.p-site-ft:hover {
    color: #595959;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
}
.footer li {
    padding: 4px 0;
}
.footer i.fa.fa-facebook {
    background: #595959;
    width: 25px;
    height: 25px;
    display: inline-block;
    text-align: center;
    line-height: 25px;
    color: #fff;
    border-radius: 50%;
}
.s-icon{
    font-size: 16px;
    color: #000;
}
.s-icon:hover{
    color: #000;
}
.a-list{
    color: #595959;
    font-size: 20px;
    text-decoration: underline;
    font-weight: 500;
}
.a-list:hover{
    text-decoration: none;
    color: #595959;
}
.a-listwu{
    color: #595959;
    font-size: 20px;
    line-height: 1.7;
}
.a-listwu:hover{
    color: #595959;
}
.footer .col-md-3:last-child{
    padding-left: 55px;
    border-left: 1px solid #bfbfbf;
    padding-bottom: 20px;
}
.ft-icon-color{
    color: #595959;
}

/* programs page */
.baner-section {
    background: url(../img/Dragon-pg-header.png) center;
    background-size: cover;
    background-repeat: no-repeat;
}
.baner-section-overlay {
    background-color: rgba(0,0,0,0.4);
    padding: 260px 0;
}

/* Little dragons page */
.little-p {
    font-family: 'futurabook';
    color: #fff;
    padding: 30px 0;
}
.little-baner .baner-section-overlay{
    padding: 136px 0;
}
.little-dragons-baner{
	background: url(../img/Dragon-pg-header.png) center;
    background-size: cover;
    background-repeat: no-repeat;
}
.kids-baner{
	background: url(../img/kids-pg-header-bg.png) center;
    background-size: cover;
    background-repeat: no-repeat;
}
.families-baner{
	background: url(../img/Header_Family.png) center;
    background-size: cover;
    background-repeat: no-repeat;
}
.adults-seniors-baner{
	background: url(../img/adult-header.png) center;
    background-size: cover;
    background-repeat: no-repeat;
}
.intro-course-baner{
	background: url(../img/Header_intro-course.png) center;
    background-size: cover;
    background-repeat: no-repeat;
}
.contact-baner{
	background: url(../img/Header_intro-course.png) center;
    background-size: cover;
    background-repeat: no-repeat;
}
.programs-baner{
	background: url(../img/Header-programs.png) center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* .CULTIVATE-THE-SKILLS-AND start */
h1.blue-h1 {
    color: #0c478b;
    font-family: 'Teko';
    font-size: 37px;
    margin-bottom: 35px;
}
.default-p-little {
    font-family: 'futurabook';
}
.CULTIVATE-THE-SKILLS-AND {
    padding: 70px 0;
}
/* .CULTIVATE-THE-SKILLS-AND end */
/* COVID-Safe-Environment-r-bg start */
.COVID-Safe-Environment-r-bg {
    background: #c60e19;
    color: #fff;
    padding: 50px 20px;
    overflow: hidden;
}
.COVID-Safe-Environment-r-bg h1 {
    font-size: 35px;
    font-family: 'Teko';
    font-weight: 600;
    letter-spacing: -1px;
}
.COVID-Safe-Environment-r-bg p {
    font-family: 'futurabook';
    font-size: 20px;
}
.COVID-Safe-Environment-r-bg ul {
    padding-left: 30px;
}
.COVID-Safe-Environment-r-bg ul li {
    list-style: disc;
    font-family: 'Teko';
    font-size: 22px;
}
.COVID-Safe-Environment-r-bg ul li::marker {
    font-size: 22px;
}

/* COVID-Safe-Environment-r-bg end */
/* Experience-The-AMAA-little start */
.Experience-The-AMAA-little ul li h6 {
    color: #595959;
    font-family: 'futurabook';
    font-size: 19px;
    margin-bottom: 9px;
}
.Experience-The-AMAA-little ul li p {
    font-family: 'futurabook';
    color: #595959;
}
.Experience-The-AMAA-little ul li{
    margin-bottom: 20px;
}
.Experience-The-AMAA-little {
    padding: 80px 0;
}

/* Experience-The-AMAA-little end */

/* IN-PERSON-AND-ONLINE-litte start */
.IN-PERSON-AND-ONLINE-litte .default-p {
    font-size: 19px;
    margin-bottom: 40px;
}
.IN-PERSON-AND-ONLINE-litte.text-center {
    padding: 50px 0;
}
/* IN-PERSON-AND-ONLINE-litte end */

/* Find-The-Perfect-little-border start*/
.Find-The-Perfect-little-border{
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}
/* Find-The-Perfect-little-border end */


/* about page css start */
.about-baner{
    background-image: url(../img/Header-about.png) !important;
    background-size: cover;
    background-repeat: no-repeat;
}
.about-baner .baner-section-overlay{
    padding: 170px 0;
}
.about-baner-p {
    font-family: 'futurabook';
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
}

.OUR-INSTRUCTORS-ARE-MORE-ABOUT p {
    font-family: 'futurabook';
    font-size: 17px;
    line-height: 1.8;
}
.OUR-INSTRUCTORS-ARE-MORE-ABOUT h1 {
    text-align: center;
    margin-bottom: 35px;
}
.OUR-INSTRUCTORS-ARE-MORE-ABOUT .default-btn {
    letter-spacing: 1px;
}
.OUR-INSTRUCTORS-ARE-MORE-ABOUT{
    padding: 70px 0;
}
.about-color{
    color: #595959;
}
p.we-p {
    font-size: 24px;
    font-family: 'futurabook';
    line-height: 1.5;
}
.We-believe-it-this-family-about.text-center.about-color .default-p {
    margin: 25px 0;
}
.We-believe-it-this-family-about.text-center.about-color {
    padding-bottom: 90px;
}
/* about page css end */


/* contact page start */
.contact-baner{
    background-image: url(../img/Header_schedule.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.CONTACT-US-IN-THE-WAY.text-center {
    overflow: hidden;
    padding: 80px 0;
}
/* FULLERTON CAMPUS start */
.fullertotn-social-content{
    background: #f3f3f3;
    padding: 20px 0 80px 50px;
}
.fullertotn-social-content ul li {
    display: inline-block;
}
.fullertotn-social-content ul li a i{
    color: #c60d19;
    font-size: 40px;
    margin-right: 10px;
}
.FULLERTON-CAMPUS-contact {
    padding: 70px 0;
    overflow: hidden;
}


/* FULLERTON CAMPUS end */

/* contact form start  */
.a-sn{
    font-size:25px;
    color:#0c478b;
    position: absolute;
    top: 0px;
    left:0;
    width:100%;
    text-align:center;
    display:none;
  }
  label{
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; 
    border: 1px solid  #c60d19;
    padding:0 0 0px 0;
    width: 30px; 
    height: 30px;
    display: inline-block;
    background: #fff;
    border-radius: 4px;
  }
  .a-in{
    opacity:0;
  }
  label .a-in:checked ~ .a-sn{
    display: inline-block;
  }
  .what .default-p{
    position: absolute;
    top: 0;
    left: 110%;
    display: inline-block;
    width: 270px;
  }
  .contact-50-input{
    width: 48%;
    padding: 15px 0 15px 20px;
    border-radius: 30px;
    outline: 0;
    border: 1px solid #d0cfcf;
    color: #d0cfcf;
    font-family: 'futurabook';
    margin-bottom: 20px;
  }
  .contact-100-input{
    width: 100%;
    padding: 15px 0 15px 20px;
    border-radius: 30px;
    outline: 0;
    border: 1px solid #d0cfcf;
    color: #d0cfcf;
    font-family: 'futurabook';
    margin-bottom: 20px;
  }
.contact-form{
    max-width: 690px;padding-right: 10px;
}
.contact-form select{
    width: 100%;
    height: 55px;
    border-radius: 30px;
    padding-left: 20px;
    font-family: 'futurabook';
    color: #757575;
    border: 1px solid #d0cfcf;
}
.FULLERTON-CAMPUS-contact .default-h3 {
    margin: 30px 0;
}
.contact-form select , .contact-form input{
    color: #000;
}

/* contact form end  */


/* contact page end */


/* instructors page css start */
.instructors-baner{
    background-image: url(../img/Header_Family.png) !important;
}
.popup-btn-ins{
    padding: 0;
    border: 0;
    background: rgba(0, 0, 0,0);
    padding-bottom: 35px;
}
.popup-btn-ins:focus{
    padding: 0;
    outline: 0;
    border: 0;
    outline-offset:0;

}
.instractor .modal-dialog , .instractors-schedule .modal-dialog {
    margin-top: 90px;
}
.instractors-schedule .modal-header .close  , .instractor .modal-header .close {
    margin-top: -20px !important;
}
.black-head {
    font-family: 'Teko';
    font-size: 21px;
    font-weight: 500;
    color: #000;
}
/* instructors page css end */

/* schedules page start */
.schedules-baner {
    background-image: url(../img/Header_schedule.png) !important;
    background-size: cover;
    background-repeat: no-repeat;
}
.schedules-baner .baner-section-overlay {
    background-color: rgba(0,0,0,0.5);
    padding: 200px 0;
}


.placentia-min {
    background-color: #0c478b;
}
.placentia-pm {
    background-color: #ffffff;
}
.placentia-am {
    background-color: #f9f9f9;
    border-top: 1px solid #dddddd;
}
.placentia-pm:hover , .placentia-am:hover{
    background-color: #F3F3F3;
}
.placentia-min span{
    display: inline-block;
    text-align: center;
    font-size: 22px;
    color: #fff;
    font-family: teko;
    font-weight: 600;
    padding: 5px 0;
}
.placentia-pm span{
    display: inline-block;
    text-align: center;
    font-size: 17px;
    color: #595959;
    font-family: 'futurabook';
    font-weight: 600;
    padding: 5px 0;
}
.placentia-am span{
    display: inline-block;
    text-align: center;
    font-size: 17px;
    color: #595959;
    font-family: 'futurabook';
    font-weight: 600;
    padding: 5px 0;
}
.placentia-content {
    background: #888888;
}
.placentia-content h1{
    font-size: 40px;
    padding: 8px 0;
    text-align: center;
    margin-bottom: 0;
}
.Placentia-Yorba-Linda-Schedule{
    padding: 35px 0;
}
.contact-padding-bottom{
    padding-bottom: 40px !important;
}
.map-container{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
    }
    .map-container iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
    }
.google-maps{
    padding: 60px 0;
    border-bottom: 1px solid #ddd;
}
.popup-btn-ins {
    text-align: center;
    width: 100%;
}
.instractors-schedule{
    background-color: #f3f3f3;
}
.instractors-schedule{
    padding: 70px 0;
}
/* schedules page end */

/* for overflow */
.Ready-To-Experience-The , .WE-OFFER-A-POSITIVE , .HELPING-BUSY-FAMILIES{
    overflow:hidden;
}
.instractors-schedule , .instractor , .We-believe-it-this-family-about.text-center.about-color , .OUR-INSTRUCTORS-ARE-MORE-ABOUT.about-color {
    overflow: hidden;
}


.Placentia-Yorba-Linda-Schedule {
    padding: 35px 0;
    overflow: hidden;
}
#signup_schedule {
    margin-top: 50px;
}

/*Sign up form*/
.SIGN-UP-NOW form {
max-width: 95%;
    padding:55px 54px 30px 55px;
    border: 1px solid #404040;
    margin: auto;
}

.SIGN-UP-NOW form input {
    width: 100%;
    margin-bottom: 23px;
    border: 0;
    border-bottom: 3px solid #404040;
}

.SIGN-UP-NOW form label {
    width: 100%;
    border: 0!important;
    margin: 0;
    line-height: 1;
    height: auto;
    font-weight: 100;
}

.SIGN-UP-NOW form button {
    max-width: 100%;
    width: 100%;
    font-size: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
	padding: 15px 0;
	transition: 0.3s;
}
.SIGN-UP-NOW form button:hover {
    background-color: #e6b40b !important;
    letter-spacing: 5px;
}

/* JDH signup_contact start */
#signup_contact {
    margin-top: 50px;
}

/*Sign up form*/
.FULLERTON-CAMPUS-contact form {
max-width: 95%;
    padding:55px 54px 30px 55px;
    border: 1px solid #404040;
    margin: auto;
}

.FULLERTON-CAMPUS-contact form input {
    width: 100%;
    margin-bottom: 23px;
    border: 0;
    border-bottom: 3px solid #404040;
}

.FULLERTON-CAMPUS-contact form label {
    width: 100%;
    border: 0!important;
    margin: 0;
    line-height: 1;
    height: auto;
    font-weight: 100;
}

.FULLERTON-CAMPUS-contact form button {
    max-width: 100%;
    width: 100%;
    font-size: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
	padding: 15px 0;
	transition: 0.3s;
}
.FULLERTON-CAMPUS-contact form button:hover {
    background-color: #e6b40b !important;
    letter-spacing: 5px;
}
/* JDH signup_contact end */

/* JDH Signup_little-dragons start */
#signup_little-dragons {
    margin-top: 50px;
}

/*Sign up form*/
.Experience-The-AMAA-little form {
max-width: 95%;
    padding:55px 54px 30px 55px;
    border: 1px solid #404040;
    margin: auto;
}

.Experience-The-AMAA-little form input {
    width: 100%;
    margin-bottom: 23px;
    border: 0;
    border-bottom: 3px solid #404040;
}

.Experience-The-AMAA-little form label {
    width: 100%;
    border: 0!important;
    margin: 0;
    line-height: 1;
    height: auto;
    font-weight: 100;
}

.Experience-The-AMAA-little form button {
    max-width: 100%;
    width: 100%;
    font-size: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
	padding: 15px 0;
	transition: 0.3s;
}
.Experience-The-AMAA-little form button:hover {
    background-color: #e6b40b !important;
    letter-spacing: 5px;
}
/* JDH Signup_little-dragons end */

/* JDH Signup_intro-course start */
#signup_intro-course {
    margin-top: 50px;
}

/*Sign up form*/
.CONTACT-US-IN-THE-WAY form {
max-width: 95%;
    padding:55px 54px 30px 55px;
    border: 1px solid #404040;
    margin: auto;
}

.CONTACT-US-IN-THE-WAY form input {
    width: 100%;
    margin-bottom: 23px;
    border: 0;
    border-bottom: 3px solid #404040;
}

.CONTACT-US-IN-THE-WAY form label {
    width: 100%;
    border: 0!important;
    margin: 0;
    line-height: 1;
    height: auto;
    font-weight: 100;
}

.CONTACT-US-IN-THE-WAY form button {
    max-width: 100%;
    width: 100%;
    font-size: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
	padding: 15px 0;
	transition: 0.3s;
}
.CONTACT-US-IN-THE-WAY form button:hover {
    background-color: #e6b40b !important;
    letter-spacing: 5px;
}
/* JDH Signup_intro-course end */


/* responsive css */
@media (max-width:1200px){
    .Our-extraordinary-instructors p {
        margin-top: 140px;
        font-size: 20px;
    }
    .placentia-content h1 {
        font-size: 35px;
    }
}

@media (max-width:1160px){
    .white-h1 {
        font-size: 50px;
    }
    .Our-extraordinary-instructors p {
        font-size: 18px;
        padding-bottom: 0 !important;
    }
}
@media (max-width:1024px){
    .hero-video{
        height: 765px;
    }
    .SIGN-UP-NOW {
        margin-top: -150px;
    }
}
@media (max-width: 992px){
    .hero-video{
        height: 750px;
    }
    .Flexible-Schedules {
        padding: 40px 0
    }
    .Find-The-Perfect h2 {
        margin-bottom: 50px;
    }
    .Find-The-Perfect {
        margin: 40px 20px 0 20px;
    }
    .Find-The-Perfect a {
        margin-bottom: 60px;
    }
    .Our-extraordinary-instructors {
        margin-top: -80px;
        padding-bottom: 50px;
    }
    .Our-extraordinary-instructors p {
        margin-top: 50px;
    }
    .Start-Enjoying-The-Lifelong {
        padding: 40px 0;
    }
    .Start-Enjoying-The-Lifelong h2 {
        margin-bottom: 40px;
    }
    .Ready-To-Experience-The {
        padding: 40px 0 20px 2px;
    }
    .Ready-To-Experience-The img {
        margin-left: 20px;
    }
    .footer .col-md-3:last-child {
        padding-left: 15px;
        border-left: none;
        padding-top: 20px;
    }
    .little-p {
        padding: 0px 0;
    }
    .little-baner .baner-section-overlay {
        padding: 100px 0;
    }
    .OUR-INSTRUCTORS-ARE-MORE-ABOUT .col-md-6  {
        text-align: center;
    }
    .OUR-INSTRUCTORS-ARE-MORE-ABOUT.about-color a.default-btn {
        margin-bottom: 25px;
    }
    .OUR-INSTRUCTORS-ARE-MORE-ABOUT {
        padding: 35px 0;
    }
    .We-believe-it-this-family-about.text-center.about-color {
        margin-top: 20px;
    }
    .CONTACT-US-IN-THE-WAY.text-center {
        padding: 50px 0;
    }
    .FULLERTON-CAMPUS-contact {
        padding: 30px 0;
    }
    .placentia-content h1 {
        font-size: 25px;
    }
    .placentia-min span {
        font-size: 18px;
    }
    .instractor .modal-dialog , .instractors-schedule .modal-dialog{
        margin-top: 105px;
    }
    .schedules-baner .baner-section-overlay {
        padding: 150px 0;
    }
    .sam-instructor p {
        margin-top: 50px !important;
    }
}
@media (max-width: 800px){
    .white-h1 {
        font-size: 40px;
    }
    .baner-section-overlay {
        padding: 180px 0;
    }
    .CONTACT-US-IN-THE-WAY.text-center h1 {
        font-size: 32px;
    }
    .FULLERTON-CAMPUS-contact h3 {
        font-size: 25px;
    }
    .Find-The-Perfect a {
        margin-bottom: 30px;
        padding: 12px 24px;
        font-size: 20px;
    }
}
@media (max-width:768px){
    .SIGN-UP-NOW {
        text-align: center;
        margin-top: 12px;
    }
    .SIGN-UP-NOW h2 {
        margin-top: 10px;
    }
    .Our-extraordinary-instructors {
        margin-top: -60px;
        text-align: center;
    }
    .Our-extraordinary-instructors a {
        margin-bottom: 20px;
    }
    .Ready-To-Experience-The {
        text-align: center;
    }
    .Ready-To-Experience-The p {
        padding: 0 0 0px 0;
    }
    .baner-section-overlay {
        padding: 150px 0;
    }
    .Flexible-Schedules.text-center .col-md-4.col-sm-4:last-child {
        padding-top: 50px;
    }
    .Start-Enjoying-The-Lifelong h3 {
        margin: 0 0;
    }
    .Start-Enjoying-The-Lifelong.text-center .col-md-4.col-sm-4 {
        padding: 10px 0;
        display: inline-block;
    }
    .Experience-The-AMAA-little .col-md-6.col-sm-6:first-child{
        text-align: center;
    }
    .Experience-The-AMAA-little .col-md-6.col-sm-6:last-child{
        padding: 60px;
    }
    .IN-PERSON-AND-ONLINE-litte.text-center {
        padding: 20px 0;
    }
    .for-767-padding{
        padding:0px 50px 0 50px;
    }
    
    .placentia-pm span , .placentia-am span , .placentia-min span{
        font-size: 14px;
    }
    .schedules-baner .baner-section-overlay {
        padding: 120px 0;
    }
    .contact-form{padding-right: 0px;
    }
    .fullertotn-social-content{
        padding-bottom: 40px  !important;
    }
    
}
@media (max-width: 576px){
.second-video video {
    width: 100%;
}
	
.hero-inner h2 {
    font-size: 40px;
    line-height: .8em;
}
.Start-Enjoying-The-Lifelong h3 {
    margin: 5px 0;
}
.hero-inner p {
    margin-top: 8px;
    margin-bottom: 13px;
    font-size: 17px;
}
.default-btn {
    padding: 13px 28px 13px 30px;
}
.hero-video {
    height: 430px;
}
.footer .col-md-3 , .footer .col-md-2{
    width: 100%;
}
.baner-section-overlay {
    padding: 100px 0;
}
.about-baner .baner-section-overlay {
    padding: 95px 0;
}
.We-believe-it-this-family-about.text-center.about-color {
    padding-bottom: 50px;
}
.Placentia-Yorba-Linda-Schedule .col-md-12 {
    overflow-y: hidden;
    overflow-x: scroll;
}
.for-schdule-overflow {
    min-width: 600px;
}
.schedules-baner .baner-section-overlay {
    padding: 110px 0;
}
}
@media (max-width:450px){
    .hero-video {
        height: 360px;
    }
    .Find-The-Perfect p {
        margin: 0px 0 10px 0;
    }
    .Find-The-Perfect h3 {
        margin: 15px 0 10px 0;
    }
    .WE-OFFER-A-POSITIVE {
        padding: 70px 0;
    }
    .white-h1 {
        font-size: 35px;
    }
    .footer {
        padding: 40px 20px 00px 20px;
    }
    .default-h2 {
        font-size: 36px;
    }
    .default-p-2 {
        font-size: 17px;
    }
    .Start-Enjoying-The-Lifelong.text-centerv .default-h2 {
        font-size: 33px;
    }
    .schedules-baner .baner-section-overlay {
        padding: 100px 0;
    }
    .white-h1 {
        line-height: 1;
        margin-bottom: 0;
    }
    p.default-p {
        font-size: 17px;
        line-height: 1.3;
        margin-top: 10px;
    }
    .fullertotn-social-content p:nth-child(3) {
        font-size: 18px !important;
    }
    .Find-The-Perfect {
        margin: 0px 20px 0 20px;
    }
}
@media (max-width:375px){
    .hero-inner{
        padding: 0;
    }
    .CULTIVATE-THE-SKILLS-AND h1 {
        font-size: 25px;
    }
    .Experience-The-AMAA-little .col-md-6.col-sm-6:last-child {
        padding: 30px;
    }
    .CULTIVATE-THE-SKILLS-AND {
        padding: 40px 0;
    }
    .Experience-The-AMAA-little {
        padding: 40px 0;
    }
    h1.blue-h1 {
        margin-bottom: 15px;
    }
    .little-baner .baner-section-overlay {
        padding: 80px 0;
    }
    .We-believe-it-this-family-about.text-center.about-color a {
        padding: 13px 16px;
    }
    .OUR-INSTRUCTORS-ARE-MORE-ABOUT .default-btn {
        letter-spacing: -1px;
    }
    .about-baner .baner-section-overlay {
        padding: 50px 0;
    }
    .about-baner-p {
        font-size: 18px;
        margin-bottom: 10px;
    }
    label.what .default-p {
        font-size: 13px;
    }
}

.myform-button button {
    max-width: 100%;
    width: 100%;
    font-size: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 15px 0;
    transition: 0.3s;
}
