@charset "UTF-8";

@font-face {
  font-family: 'PatrickHandRegular';
  src: url(/fonts/PATRICKHAND-REGULAR.TTF.eot?4b895061d914ff80b1663cbe1994d443);
  src: local("\263A"), url(/fonts/PatrickHand-Regular.woff?82f9aff4328274d5bf8c64f3d01b8b93) format("woff"), url(/fonts/PatrickHand-Regular.ttf?125c3385f27e46b6e2b194237af498be) format("truetype"), url(/fonts/PatrickHand-Regular.svg?961bec3921a326911f7de917550684d6) format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "PatrickHandRegular", sans-serif;
}

.roboto-font {
  font-family: 'Roboto', sans-serif;
}

.bg-black {
  background-color: #363636 !important;
}

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

.error-block {
  color: #ff0000;
}

input.is-invalid {
  border-color: #dc3545 !important;
}

p.is-invalid {
  color: #dc3545 !important;
}

a,
a:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}

.pad-right-0 {
  padding-right: 0;
}

.pad-left-0 {
  padding-left: 0;
}

.green-btn {
  background-color: #4cbd33 !important;
}

.alert-danger,
.alert-success {
  font-size: 24px;
}

section.top-header {
  background-color: #3185cb;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.31)), to(rgba(76, 189, 51, 0)));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.31) 0%, rgba(76, 189, 51, 0) 100%);
  padding: 15px 0;
}

section.top-header .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.top-header .top-header-right-top {
  text-align: right;
}

section.top-header .top-header-right-top a {
  margin-left: 5px;
}

section.top-header .top-header-right-top a:hover {
  background: #4cbd33 !important;
}

section.top-header .top-header-right-below {
  text-align: right;
}

section.top-header .top-header-right-below p {
  color: #fff;
  font-family: "PatrickHandRegular", sans-serif;
  font-size: 31px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: -0.75px;
  margin: 0;
}

section.top-header .top-header-right-top a,
.register-now-btn {
  background-color: #f06667;
  padding: 10px 50px;
  color: #fff;
  font-family: "PatrickHandRegular", sans-serif;
  font-size: 31px;
  font-weight: 400;
  line-height: 74.5px;
  text-transform: uppercase;
  letter-spacing: -0.75px;
  border-radius: 25px;
}

section.top-header .top-header-right-top a:hover,
section.tenten-tennis .btn-section .register-now-btn:hover {
  text-decoration: none;
  color: #fff !important;
  background: #3992c6;
}

img.custom-logo {
  width: 100%;
}

section.menu-section,
.dropdown-menu.show,
.dropdown-menu,
.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #ffb612;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}

section.menu-section .main-navigation ul#top-menu {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 0;
  margin: 0;
}

section.menu-section .main-navigation li {
  display: table-cell;
  width: 100%;
  text-align: center;
}

section.menu-section .main-navigation a {
  padding: 10px 20px;
  color: #000;
  font-family: "PatrickHandRegular", sans-serif;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
}

a.dropdown-item {
  border-bottom: 1px solid #000;
}

a.dropdown-item:last-child {
  border-bottom: 0;
}

.navbar-dark .navbar-nav .nav-link {
  color: #000;
}

.navbar {
  padding: 0;
}

li.nav-item.dropdown:hover > .dropdown-menu {
  display: block;
  margin: 0;
  padding: 0;
}

section.menu-section .main-navigation .current-menu-item a,
.nav-link.active,
.dropdown-item.active {
  background-color: #f06667;
  color: #fff !important;
}

section.menu-section .main-navigation ul.sub-menu li {
  display: block;
  border-top: 1px solid #3185cb;
}

section.menu-section .main-navigation ul.sub-menu li a {
  background: #ffb612;
  width: 10em;
  color: #000;
}

li.menu-has-child > a:after {
  content: '\F107';
  font-family: FontAwesome;
  padding-left: 5px;
}

li.menu-has-child:hover .sub-menu {
  display: block;
  position: absolute;
  z-index: 99;
}

ul.sub-menu {
  display: none;
}

section.home-main-banner {
  background: url(/images/Slider1.jpg?1c7f38681b5f51f515d5f088fb3258a3) no-repeat center;
  background-size: cover;
  padding: 500px 0 100px;
}

.content-in-banner {
  font-family: 'PatrickHandRegular','sans-serif';
  text-align: center;
  background: RGBA(76, 189, 51, 0.65);
  text-shadow: 2px 5px 6px #000000;
  color: #ffffff;
  font-size: 72px;
  font-weight: bold;
  text-transform: uppercase;
}

section.register-now {
  border-top: 10px solid #4cbd33;
  background-color: #ccdd5f;
  border-bottom: 10px solid #4cbd33;
  padding: 20px 0;
  text-align: center;
}

section.register-now h4 {
  color: #f06667;
  font-size: 52px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
}

section.register-now p {
  color: #444;
  font-size: 30px;
  font-weight: 400;
  margin: 0;
}

section.register-now form.search-form {
  width: 60%;
  margin: 20px auto 0;
  position: relative;
}

form.search-form input[type="search"] {
  border: 5px solid #3185cb;
  background-color: #fff;
  border-radius: 25px;
  color: #7f7f7f;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 30px;
  padding: 10px 20px;
  font-size: 22px;
  width: 100%;
}

form.search-form .search-submit {
  background-color: #3185cb;
  border-radius: 25px;
  padding: 0.5em 1.5em;
}

button.search-btn {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 25px;
  background: #3185cb;
  border: 0;
  height: 100%;
  width: 95px;
}

section.program-camp-section {
  background: url(/images/Blue-BG.jpg?2afe83201a04719312c67fef5702d74e) no-repeat center;
  background-size: cover;
  padding: 50px 0;
}

section.program-camp-section .programs-column,
section.program-camp-section .franching-opportunities,
section.program-camp-section .activity-brain,
section.program-camp-section .summer-camps {
  position: relative;
  height: 267px;
}

section.program-camp-section .programs-column {
  background: url(/images/Programs-box.jpg?b8f20376e705ba48437b5068c6568549) no-repeat center;
}

section.program-camp-section .franching-opportunities {
  background: url(/images/Franchising-box.jpg?ba1cfeba6ed9fd5a3860743e912fbfab) no-repeat center;
}

section.program-camp-section .activity-brain {
  background: url(/images/Brain-Box.jpg?fee278f3292dea4fe1e647a9f6cc7630) no-repeat center;
}

section.program-camp-section .summer-camps {
  background: url(/images/Summer-camp-box.jpg?605f93f09ee575b5d9044990877b0de0) no-repeat center;
}

section.program-camp-section .summer-camps .summer-camp-btn {
  right: 12px;
  background-color: #4cbd33;
  left: auto;
}

.learn-more-btn {
  position: absolute;
  bottom: 15px;
  left: 20px;
  background-color: #ffb612;
  padding: 10px 20px;
  width: 163px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 36.25px;
  text-transform: uppercase;
  border-radius: 20px;
  border: 0;
  cursor: pointer;
}

.learn-more-btn:after {
  content: '\F105';
  float: right;
  font-size: 24px;
  font-family: FontAwesome;
}

.learn-more-btn:hover {
  text-decoration: none;
  color: #fff !important;
  background: #3992c6 !important;
}

section.home-about-us {
  background: url(/images/Green-BG.jpg?a51f700310581cb8cea25e3f82f7f8cc) no-repeat center;
  background-size: cover;
  padding: 70px 0 90px;
  text-align: center;
}

section.home-about-us img {
  position: relative;
  z-index: 99;
}

section.home-about-us .about-us-wrap {
  border: 5px solid rgba(255, 255, 255, 0.5);
  margin-top: -62px;
  padding: 70px 20px 35px;
  position: relative;
}

section.home-about-us .about-us-wrap h4.widgettitle {
  font-size: 48px;
  font-weight: bold;
  line-height: 48px;
  text-transform: uppercase;
}

section.home-about-us .about-us-wrap p.content-wrap {
  font-family: 'Roboto', sans-serif;
  color: #363636;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  min-height: 255px;
}

section.home-about-us .about-us-wrap .learn-more-btn {
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #f06667;
}

section.sports-section {
  background-color: #ffb612;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.31)), to(rgba(76, 189, 51, 0)));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.31) 0%, rgba(76, 189, 51, 0) 100%);
  padding: 20px 0;
}

section.sports-section .centered-text h4,
section.sports-section .image-container h4 {
  font-size: 48px;
  font-weight: 400;
  letter-spacing: -1.2px;
  text-transform: uppercase;
}

section.sports-section .centered-text hr,
section.sports-section .image-container hr {
  background-color: #f8b715;
}

section.sports-section .centered-text p,
section.sports-section .image-container p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 20px;
}

section.sports-section .learn-more-btn {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
  background-color: #4cbd33;
  right: 0;
  left: 0;
  bottom: 30px;
  display: none;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

section.sports-section .learn-more-btn:after {
  float: inherit;
}

section.sports-section .carousel {
  padding-bottom: 50px;
}

section.sports-section .carousel-item.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section.sports-section .image-container {
  margin: 0 1%;
  position: relative;
}

section.sports-section .image-container img {
  width: 100%;
}

section.sports-section .image-container .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #363636;
  color: #fff;
  overflow: hidden;
  width: 100%;
  height: 70px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  padding: 5px 20px;
}

section.sports-section .image-container:hover .overlay {
  height: 100%;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.68);
  text-align: center;
}

section.sports-section .image-container:hover .learn-more-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section.sports-section .carousel-indicators-numbers li {
  text-indent: 0;
  margin: 0 2px;
  width: 14px;
  height: 13px;
  border: none;
  border-radius: 100%;
  line-height: 30px;
  color: #fff;
  background-color: #fff;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

section.sports-section .carousel-indicators-numbers li.active,
section.sports-section .carousel-indicators-numbers li:hover {
  margin: 0 2px;
  width: 14px;
  height: 13px;
  background-color: #3589c4;
}

.slick-dots {
  text-align: center;
  margin: 0 0 10px 0;
  padding: 0;
}

.slick-dots li {
  display: inline-block;
  margin-left: 4px;
  margin-right: 4px;
}

.slick-dots li.slick-active button {
  background-color: black;
}

.slick-dots li button {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: #999;
  border: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

.slick-dots li :hover {
  background-color: black;
}

.program-prev,
.program-next,
.testimonial-prev,
.testimonial-next {
  color: #999;
  position: absolute;
  top: 40%;
  font-size: 3em;
  background: #fff;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  text-align: center;
  cursor: pointer;
}

.program-prev :hover,
.program-next :hover,
.testimonial-prev :hover,
.testimonial-next :hover {
  color: black;
}

.program-prev i,
.program-next i,
.testimonial-prev i,
.testimonial-next i {
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
}

.program-prev {
  left: 0;
}

.program-next {
  right: 0;
}

.testimonial-prev,
.testimonial-next {
  top: 55%;
}

.testimonial-prev {
  left: -1em;
}

.testimonial-next {
  right: -1em;
}

section.testimonial-section {
  background-color: #3388c6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.31)), to(rgba(76, 189, 51, 0)));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.31) 0%, rgba(76, 189, 51, 0) 100%);
  padding: 30px 0 60px 0;
}

section.testimonial-section .testimonial-header {
  color: #fff;
  font-size: 60px;
  text-transform: uppercase;
}

section.testimonial-section .sp-testimonial-free-section {
  padding: 0;
}

section.testimonial-section .sp-testimonial-free {
  border: 5px solid rgba(255, 255, 255, 0.5);
  padding: 70px 20px 20px;
  position: relative;
  margin: 50px 1% 0;
  width: 98%;
  float: left;
  text-align: center;
  min-height: 250px;
}

section.testimonial-section .sp-testimonial-free:before {
  content: '';
  background: url(/images/Quote.png?196577eed6fa152472d01cdf28ccac36) no-repeat center;
  position: absolute;
  top: -50px;
  height: 100px;
  width: 96px;
  left: 0;
  right: 0;
  margin: auto;
}

section.testimonial-section .sp-testimonial-free h2.tfree-client-name {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  text-align: right;
}

section.testimonial-section .sp-testimonial-free h2.tfree-client-name:before {
  content: '-';
  padding-right: 10px;
}

section.testimonial-section p.tfree-testimonial-content {
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  line-height: normal;
}

section.footer-form {
  background: url(/images/Orange-BG.jpg?df7281103616f99d9167537b69d9e6fa) no-repeat center;
  background-size: cover;
  padding: 50px 0;
  text-align: center;
}

section.footer-form h4 {
  color: #fff;
  font-family: "PatrickHandRegular", sans-serif;
  font-size: 60px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 30px;
}

section.footer-form form {
  width: 75%;
  margin: auto;
}

section.footer-form form input[type="text"],
section.footer-form form input[type="email"],
section.footer-form form textarea {
  border-radius: 0;
  border: 0;
  color: #777;
  font-size: 24px;
  font-weight: 400;
  padding: 10px 20px;
  height: auto;
  font-family: "Roboto", sans-serif;
}

section.footer-form form .form-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

section.footer-form form .form-submit:after {
  font-weight: bolder;
  right: 40px;
  position: absolute;
  content: '\F105';
  color: #ffffff;
  font-size: 30px;
  font-family: FontAwesome;
}

section.footer-form form .submit-btn {
  background-color: #f06667;
  padding: 15px 25px;
  float: right;
  border-radius: 25px;
  font-size: 26px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  width: 230px;
  color: #fff;
  border: 0;
  font-family: "Roboto", sans-serif;
  cursor: pointer;
}

.fa.footer-social-icon {
  background: #58595b;
  color: #fff;
  height: 38px;
  width: 38px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 26px;
  float: right;
  margin: 0 5px;
}

.form-group {
  margin-bottom: 10px;
}

section.final-footer {
  padding: 30px 0;
  background-color: #4cbd33;
}

section.final-footer .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.final-footer p {
  margin: 0;
  opacity: 0.79;
  color: #fff;
  font-family: "PatrickHandRegular", sans-serif;
  font-size: 26px;
  font-weight: 400;
}

section.final-footer img {
  margin: 0 5px;
  float: right;
}

section.faq-header {
  background: url(/images/Green-BG.jpg?a51f700310581cb8cea25e3f82f7f8cc) no-repeat center;
  background-size: cover;
  padding: 20px 0;
}

section.faq-header h4 {
  font-size: 60px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}

#accordions-69 .accordions-head,
#activity-brain-accordion .accordions-head {
  font-family: "PatrickHandRegular", sans-serif;
  border-radius: 0;
  border: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #ffffff;
  font-size: 30px;
  background: #3488c6;
  padding: 10px;
  cursor: pointer;
  margin: 2px 0 0 0;
}

#activity-brain-accordion .accordions-head {
  cursor: text;
}

#activity-brain-accordion .accordions-head:after {
  content: '\F101';
  float: right;
  font-family: FontAwesome;
}

.accordion-content {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  padding: 10px 20px;
  background: #e3eeb2 none repeat scroll 0 0;
  color: #363636;
  font-size: 24px;
  display: none;
}

#accordions-69 .active-accordion {
  background: #f06666;
}

#accordions-69 .accordions-head:after {
  content: '';
  background: url(/images/Arrow-Right.png?5c1f9f3ffb88ec65ae32ea4c0260f61c) no-repeat center;
  height: 36px;
  width: 36px;
}

#accordions-69 .active-accordion:after {
  content: '';
  background: url(/images/Arrow-Down.png?e50870c1c8b4825346a209307dff4794) no-repeat center;
  height: 36px;
  width: 36px;
}

section.camp-banner,
section.franchising-banner {
  background: url(/images/Camp-Img.jpg?7733a8d266c4ee6a6aed35612bbe4e59) no-repeat center/cover;
  text-align: center;
  padding: 100px 0 140px;
}

section.camp-banner h4,
section.franchising-banner h4 {
  text-shadow: 2px 5px 6px #000;
  color: #fff;
  font-family: 'PatrickHandRegular', 'sans-serif';
  font-size: 120px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 5px;
}

section.camp-banner p,
section.franchising-banner p {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 38px;
  padding: 50px;
  line-height: normal;
}

section.camp-banner .learn-more-btn,
section.franchising-banner .learn-more-btn {
  position: relative;
  padding: 15px 80px;
  background: #f06667;
  top: 20px;
  font-size: 38px;
  font-weight: normal;
}

section.camp-banner .learn-more-btn:after,
section.franchising-banner .learn-more-btn:after {
  content: '';
}

section.camp-body,
section.franchising-body {
  background: url(/images/Blue-BG.jpg?2afe83201a04719312c67fef5702d74e) no-repeat center;
  background-size: cover;
  padding: 50px 0;
}

section.camp-body .about-our-camp,
section.camp-body .richmonds-hill-program,
section.camp-body .valley-tennis-club {
  border: 4px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.3);
  padding: 40px 30px;
}

section.camp-body .about-our-camp h4,
section.camp-body .richmonds-hill-program h4,
section.camp-body .valley-tennis-club h4 {
  font-size: 48px;
  font-weight: bold;
  line-height: 48px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

section.camp-body .about-our-camp p,
section.camp-body .about-our-camp li,
section.camp-body .richmonds-hill-program p,
section.camp-body .valley-tennis-club p {
  font-family: 'Roboto', sans-serif;
  color: #363636;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
}

section.camp-body .about-our-camp a,
section.camp-body .richmonds-hill-program a,
section.camp-body .valley-tennis-club a {
  color: #363636;
  text-decoration: underline;
}

section.camp-body .about-our-camp .click-here-btn,
section.camp-body .richmonds-hill-program .click-here-btn,
section.camp-body .valley-tennis-club .click-here-btn {
  background: #f06667;
  color: #fff;
  width: 180px;
  display: block;
  margin: auto;
  padding: 10px 15px;
  text-align: left;
  border-radius: 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 36.25px;
  text-transform: uppercase;
  text-decoration: none;
}

section.camp-body .about-our-camp .click-here-btn:after,
section.camp-body .richmonds-hill-program .click-here-btn:after,
section.camp-body .valley-tennis-club .click-here-btn:after {
  content: '\F105';
  float: right;
  font-size: 24px;
  font-family: FontAwesome;
}

section.camp-body .richmonds-hill-program p {
  padding: 5px 0;
}

section.programs-banner-slider {
  background-color: #3388c6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.31)), to(rgba(76, 189, 51, 0)));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.31) 0%, rgba(76, 189, 51, 0) 100%);
  padding: 30px 0;
}

section.tenten-tennis,
section.program-body,
.who-we-are {
  background: url(/images/Green-BG.jpg?a51f700310581cb8cea25e3f82f7f8cc) no-repeat center;
  padding: 50px 0 80px;
  background-size: cover;
}

section.tenten-tennis .about-tenten-tennis,
section.program-body .about-tenten-tennis,
.who-we-are .about-tenten-tennis {
  border: 5px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.3);
  padding: 40px 30px;
}

section.tenten-tennis .about-tenten-tennis h4,
section.program-body .about-tenten-tennis h4,
.who-we-are .about-tenten-tennis h4 {
  font-size: 48px;
  font-weight: bold;
  line-height: 48px;
  text-transform: uppercase;
  font-family: "PatrickHandRegular", sans-serif;
  margin-bottom: 25px;
  color: #363636;
}

section.tenten-tennis .about-tenten-tennis .textwidget p,
section.tenten-tennis .about-tenten-tennis .textwidget li,
section.program-body .about-tenten-tennis .textwidget p,
section.program-body .about-tenten-tennis .textwidget li,
.who-we-are .about-tenten-tennis .textwidget p,
.who-we-are .about-tenten-tennis .textwidget li {
  color: #363636;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: normal;
}

section.tenten-tennis .about-tenten-tennis .textwidget ul li,
section.program-body .about-tenten-tennis .textwidget ul li,
.who-we-are .about-tenten-tennis .textwidget ul li {
  margin: 15px 0;
}

section.tenten-tennis .about-tenten-tennis .btn-section,
section.program-body .about-tenten-tennis .btn-section,
.who-we-are .about-tenten-tennis .btn-section {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -35px;
}

section.franchising-banner {
  background: url(/images/Franchising-banner.jpg?4076cef9157f4b08ab082837b9c6d1a8) no-repeat center/cover;
  text-align: center;
  padding: 40px 0 90px;
}

section.franchising-banner .learn-more-btn {
  left: 0;
}

section.franchising-banner h4 {
  line-height: 110px;
}

section.franchising-banner p {
  padding: 20px 60px;
}

section.franchising-body .content-wrap {
  border: 4px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.3);
  padding: 25px;
}

section.franchising-body .content-wrap h4 {
  font-size: 48px;
  font-weight: bold;
  line-height: 48px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

section.franchising-body .content-wrap p {
  font-family: 'Roboto', sans-serif;
  color: #363636;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
}

.franching-header-section,
.headline-banner {
  background: url(/images/Red-BG.jpg?eea689d1ede83cefb4729e3a8e92227e) no-repeat center;
  background-size: cover;
  padding: 20px 10px;
  margin: 0;
  font-size: 30px;
}

.font-18 {
  font-size: 18px !important;
}

.font-size-60 {
  font-size: 60px;
}

.font-size-30 {
  font-size: 30px;
}

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

.font-size-24 {
  font-size: 20px;
  color: #444444;
  font-weight: 400;
}

.franchisee-steps-body {
  background: url(/images/ten-ten-steps-franchising-top.png?d2f7fb1c19c0289ec8ebbacfd5b3430c), url(/images/Light-Green-BG.jpg?4623cf14262b5dfdfe7e4e50ee5a6c0a);
  background-repeat: no-repeat, repeat;
  background-size: 100%, cover;
  padding: 150px 0 100px 0;
}

.franchisee-steps-body .step-box {
  margin-bottom: 50px;
  min-height: 325px;
  line-height: 30px;
  text-align: center;
}

.franchisee-steps-body .step-box h4 {
  color: #358ac4;
  font-size: 48px;
  font-weight: 400;
  margin: 25px 0;
}

.franchisee-steps-body .step-box p {
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.franchisee-steps-body .step-box .franchise-img-wrap {
  padding: 15px;
  background: #fff;
  border: 5px solid #f06667;
  border-radius: 100%;
  height: 200px;
  width: 200px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.become-a-franchisee-btn {
  margin: 50px 0 10px;
}

.become-a-franchisee-btn a {
  padding: 15px 80px;
  background: #f06667;
  font-size: 38px;
  font-weight: normal;
  border-radius: 20px;
}

.locations-map-img img {
  height: 200px;
}

.meet-the-franchise {
  margin: 70px 0 0 0;
}

.light-green-bg-with-kids,
section.register-first-step,
section.register-section,
section.register-third-step {
  background: url(/images/ten-ten-steps-franchising-top.png?d2f7fb1c19c0289ec8ebbacfd5b3430c), url(/images/Light-Green-BG.jpg?4623cf14262b5dfdfe7e4e50ee5a6c0a);
  background-repeat: no-repeat, repeat;
  background-size: 100%, cover;
  padding: 50px 0 !important;
}

.light-green-bg {
  padding: 50px 0 !important;
  background: url(/images/Light-Green-BG.jpg?4623cf14262b5dfdfe7e4e50ee5a6c0a) center no-repeat;
  background-size: cover;
}

.terms-condition {
  border: 10px solid #f06667;
  padding: 10px;
  background: #ffffff;
  margin: 10px 0 15px;
  font-size: 18px;
  text-indent: -26px;
  padding-left: 40px;
}

.terms-condition input {
  width: 24px;
  height: 24px;
}

@media only screen and (min-width: 1850px) {
  .franchisee-steps-body,
  .light-green-bg-with-kids,
  section.register-first-step,
  section.register-section,
  section.register-third-step {
    background-position: left -170px, 100% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }

  .franchisee-steps-body .step-box p {
    font-size: 24px;
  }
}

@media only screen and (max-width: 1849px) {
  section.sports-section .image-container .overlay {
    height: 53px;
  }

  section.sports-section .image-container h4 {
    font-size: 34px;
  }

  section.sports-section .image-container hr {
    margin: 5px;
  }

  section.sports-section .image-container p {
    font-size: 14px;
  }

  section.sports-section .learn-more-btn {
    bottom: 10px;
    padding: 2px 20px;
  }

  section.sports-section .image-container:hover .overlay {
    padding: 5px;
  }
}

@media only screen and (max-width: 1400px) {
  .testimonial-prev {
    left: 0;
  }

  .testimonial-next {
    right: 0;
  }

  section.franchising-banner h4 {
    line-height: normal;
  }
}

@media only screen and (min-width: 992px) {
  .custom-logo-link img {
    max-height: 100%;
    max-width: 100%;
  }

  .row.margin-tb-30 {
    margin: 30px -15px;
  }

  .row.margin-tb-20 {
    margin: 20px -15px;
  }

  .margin-tb-20 {
    margin: 20px 0;
  }

  .img-fit-size {
    width: 100%;
    height: 100%;
  }

  section.franchising-body .content-wrap {
    height: 100%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1600px) {
  div#n2-ss-3 .n2-ss-layer .n2-font-4b30a1906a6785bb4143a1b114062f8e-hover {
    font-size: 350% !important;
  }

  div#n2-ss-3 .n2-style-7a205b9663f3bb00e25ab61a7818eee4-heading {
    margin: 270px -15px 0 !important;
  }

  section.franchising-banner .meet-the-franchise {
    margin: 0;
  }

  section.franchising-banner .learn-more-btn {
    float: left;
    margin: 0 1%;
    width: 47%;
    padding: 15px;
    line-height: normal;
  }
}

@media only screen and (max-width: 1199px) {
  section.home-about-us .about-us-wrap h4.widgettitle {
    font-size: 38px;
  }

  section.home-about-us .about-us-wrap p.content-wrap {
    font-size: 20px;
  }

  section.testimonial-section #sp-testimonial-free-wrapper-53 .sp-testimonial-free h2.tfree-client-name {
    font-size: 24px;
  }

  section.testimonial-section #sp-testimonial-free-wrapper-53 p.tfree-testimonial-content {
    font-size: 24px;
  }

  section.camp-banner {
    padding: 40px 0 100px;
  }

  section.camp-banner h4,
  section.franchising-banner h4 {
    font-size: 44px;
  }

  section.camp-banner p,
  section.franchising-banner p {
    font-size: 24px;
    padding: 10px;
    margin: 0;
  }

  section.camp-banner .learn-more-btn,
  section.franchising-banner .learn-more-btn {
    font-size: 24px;
    padding: 15px 50px;
  }

  section.franchising-banner {
    padding: 25px 0 60px;
  }

  section.franchising-banner h4 {
    font-size: 44px;
  }

  section.franchising-banner .learn-more-btn {
    padding: 15px;
  }

  .content-in-banner {
    font-size: 50px;
  }

  section.camp-body .about-our-camp,
  section.camp-body .richmonds-hill-program,
  section.camp-body .valley-tennis-club {
    padding: 17px 10px;
  }

  section.camp-body .about-our-camp h4,
  section.camp-body .richmonds-hill-program h4,
  section.camp-body .valley-tennis-club h4 {
    font-size: 38px;
  }

  section.camp-body .about-our-camp p,
  section.camp-body .about-our-camp li,
  section.camp-body .richmonds-hill-program p,
  section.camp-body .valley-tennis-club p,
  section.tenten-tennis .about-tenten-tennis p,
  section.tenten-tennis-what-we-teach .about-tenten-tennis p,
  section.tenten-tennis .about-tenten-tennis li,
  section.tenten-tennis-what-we-teach .about-tenten-tennis li {
    font-size: 18px;
  }

  section.camp-body .about-our-camp .click-here-btn,
  section.camp-body .richmonds-hill-program .click-here-btn,
  section.camp-body .valley-tennis-club .click-here-btn {
    padding: 5px 15px;
  }

  section.tenten-tennis .about-tenten-tennis,
  section.tenten-tennis-what-we-teach .about-tenten-tennis {
    padding: 25px 15px;
  }

  section.tenten-tennis .about-tenten-tennis h4,
  section.tenten-tennis-what-we-teach .about-tenten-tennis h4 {
    font-size: 38px;
  }

  section.home-main-banner {
    padding: 300px 0 50px;
  }

  .become-a-franchisee-btn a {
    font-size: 24px;
    padding: 15px 50px;
  }
}

@media only screen and (max-width: 1149px) {
  section.sports-section .carousel-item.active {
    display: block;
  }

  section.sports-section .image-container {
    margin: 1%;
    float: left;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  section.camp-banner {
    padding: 50px 0 100px;
  }

  section.camp-banner h4,
  section.franchising-banner h4 {
    font-size: 80px;
  }

  section.camp-banner p,
  section.camp-banner .learn-more-btn,
  section.franchising-banner p,
  section.franchising-banner .learn-more-btn {
    font-size: 28px;
  }

  section.franchising-banner {
    padding: 30px 0 70px;
  }

  section.franchising-banner h4 {
    line-height: 80px;
  }

  section.franchising-banner p {
    margin: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  div#n2-ss-3 .n2-style-7a205b9663f3bb00e25ab61a7818eee4-heading {
    margin: 200px -15px 0 !important;
  }

  section.register-now h4 {
    font-size: 40px;
  }

  section.program-camp-section .programs-column,
  section.program-camp-section .franching-opportunities,
  section.program-camp-section .activity-brain,
  section.program-camp-section .summer-camps {
    background-size: cover;
    height: 210px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  section.menu-section .main-navigation a {
    font-size: 20px;
  }

  section.testimonial-section .testimonial-header {
    font-size: 45px;
  }

  section.footer-form h4 {
    font-size: 45px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.top-header .top-header-right-top a {
    padding: 10px 20px;
    font-size: 24px;
  }

  section.top-header .top-header-right-below p {
    font-size: 24px;
  }

  section.register-now p {
    font-size: 24px;
  }

  .franchisee-steps-body .step-box {
    min-height: 350px;
  }

  section.footer-form form .submit-btn {
    padding: 15px;
    width: 200px;
    font-size: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .margin-sm-top-30 {
    margin-top: 30px;
  }

  .margin-sm-top-70 {
    margin-top: 70px;
  }

  div#n2-ss-3 .n2-ss-layer .n2-font-4b30a1906a6785bb4143a1b114062f8e-hover {
    font-size: 300% !important;
  }

  div#n2-ss-3 .n2-style-7a205b9663f3bb00e25ab61a7818eee4-heading {
    margin: 150px -15px 0 !important;
  }

  section.register-now h4 {
    font-size: 32px;
  }

  section.program-camp-section .programs-column,
  section.program-camp-section .franching-opportunities,
  section.program-camp-section .activity-brain,
  section.program-camp-section .summer-camps {
    background-size: cover;
    height: 250px;
    width: 80%;
    margin: auto;
  }

  #accordions-69 .accordions-head-title {
    width: 80%;
  }

  section.faq-header h4 {
    font-size: 40px;
  }

  #accordions-69 .accordions-head {
    font-size: 24px !important;
  }

  #accordions-69 .accordion-content {
    font-size: 18px !important;
  }

  section.final-footer {
    text-align: center;
  }

  section.final-footer p {
    font-size: 20px;
  }

  section.final-footer img,
  .fa.footer-social-icon {
    margin: 10px 5px 0;
    float: inherit;
  }

  section.camp-body .img-widget,
  section.franchising-body .img-widget {
    text-align: center;
    margin: 20px 0;
  }

  section.tenten-tennis,
  section.tenten-tennis-what-we-teach {
    text-align: center;
  }

  section.tenten-tennis-what-we-teach li {
    text-align: left;
  }

  .img-fit-size {
    max-width: 100%;
    height: auto;
  }

  .margin-tb-md-20 {
    margin: 20px 0;
  }

  section.tenten-tennis .about-tenten-tennis,
  section.program-body .about-tenten-tennis {
    padding: 40px 15px;
  }

  section.tenten-tennis .about-tenten-tennis h4,
  section.program-body .about-tenten-tennis h4 {
    font-size: 38px;
  }

  section.tenten-tennis .about-tenten-tennis .textwidget p,
  section.tenten-tennis .about-tenten-tennis .textwidget li,
  section.program-body .about-tenten-tennis .textwidget p,
  section.program-body .about-tenten-tennis .textwidget li {
    font-size: 20px;
  }

  section.franchising-banner {
    background: url(/images/Red-BG.jpg?eea689d1ede83cefb4729e3a8e92227e) no-repeat center;
    background-size: cover;
  }

  .meet-the-franchise {
    margin: 50px 0 0 0;
  }

  .footer-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (min-width: 768px) {
  .pad-right-5 {
    padding-right: 5px;
  }

  .pad-left-5 {
    padding-left: 5px;
  }

  .pad-right-10 {
    padding-right: 10px;
  }

  .pad-left-10 {
    padding-left: 10px;
  }

  section.footer-form p {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  section.top-header .top-header-right-top a,
  section.tenten-tennis .btn-section .register-now-btn {
    padding: 10px 15px;
    font-size: 20px;
    margin: 0 5px;
  }

  section.top-header {
    text-align: center;
  }

  section.top-header .top-header-right-top {
    text-align: center;
  }

  section.top-header .top-header-right-below {
    text-align: center;
  }

  section.top-header .top-header-right-below p {
    font-size: 20px;
  }

  section.register-now p {
    font-size: 20px;
  }

  section.register-now form.search-form {
    width: 100%;
  }

  .margin-mob-top-70 {
    margin-top: 70px;
  }

  section.testimonial-section .testimonial-header {
    font-size: 40px;
  }

  section.footer-form h4 {
    font-size: 40px;
  }

  section.footer-form form {
    width: 100%;
  }

  section.footer-form form input[type="text"],
  section.footer-form form input[type="email"],
  section.footer-form form textarea {
    border-radius: 0;
    border: 0;
    color: #777;
    font-size: 20px;
    font-weight: 400;
    padding: 10px 20px;
  }

  /* section.menu-section {
    display: none;
  } */

  section.menu-section .main-navigation li {
    display: block;
    width: 100%;
    text-align: center;
    list-style-type: none;
  }

  li.menu-has-child:hover .sub-menu {
    position: relative;
    padding: 0;
  }

  section.menu-section .main-navigation ul.sub-menu li a {
    width: 100%;
  }

  .font-size-60 {
    font-size: 40px;
  }

  section.home-about-us .about-us-wrap p.content-wrap {
    min-height: 200px;
  }

  section.camp-banner {
    background: url("/images/Green-BG.jpg") no-repeat center;
  }

  section.camp-banner .learn-more-btn {
    left: 0;
  }
}

@media only screen and (max-width: 599px) {
  section.sports-section .image-container {
    width: 98%;
    margin: 1%;
    float: left;
  }

  button.search-btn {
    width: 75px;
  }

  section.testimonial-section .sp-testimonial-free {
    margin: 50px 0 0;
  }

  section.camp-banner h4,
  section.franchising-banner h4 {
    font-size: 40px;
    line-height: normal;
  }

  section.franchising-banner .learn-more-btn {
    padding: 15px;
    width: 100%;
    display: block;
  }

  section.franchising-banner .meet-the-franchise {
    margin: 30px 0 0 0;
  }

  section.home-main-banner {
    padding: 80px 0 20px;
  }

  section.home-main-banner .content-in-banner {
    font-size: 32px;
    line-height: normal;
  }
}

@media only screen and (max-width: 425px) {
  section.program-camp-section .programs-column,
  section.program-camp-section .franching-opportunities,
  section.program-camp-section .activity-brain,
  section.program-camp-section .summer-camps {
    width: 100%;
    height: 180px;
  }

  section.program-camp-section .learn-more-btn {
    bottom: 8px;
    left: 10px;
    padding: 5px 10px;
    width: 140px;
    font-size: 16px;
  }

  section.program-camp-section .programs-column {
    background-position: left;
  }

  section.program-camp-section .summer-camps {
    background-position: right;
  }

  div.sp-testimonial-free-section .slick-list {
    margin-right: -15px;
    margin-left: 10px;
  }

  section.footer-form form .submit-btn {
    width: 100%;
  }
}

@media only screen and (max-width: 375px) {
  .become-a-franchisee-btn a {
    display: block;
    padding: 15px;
  }
}

