/*
Theme Name: Potentia Tutoring
Author: Engaging.io
Author URI: https://www.engaging.io/
Description: Theme designed for Potentia website.
Requires at least: WordPress 4.9.6
Version: 1.0
Text Domain: potentia_tutoring
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Variables
# Mixins
# Normalize

--------------------------------------------------------------*/
/*page color theme*/
/*social-icon-color*/
@font-face {
  font-family: 'GothamBold';
  src: url("fonts/GothamBold.eot");
  src: url("fonts/GothamBold.eot?#iefix") format("embedded-opentype"), url("fonts/GothamBold.woff") format("woff"), url("fonts/GothamBold.woff2") format("woff2"), url("fonts/GothamBold.ttf") format("truetype"), url("fonts/GothamBold.otf") format("otf"), url("fonts/GothamBold.svg#GothamBold") format("svg");
}

@font-face {
  font-family: 'GothamLight';
  src: url("fonts/GothamLight.eot");
  src: url("fonts/GothamLight.eot?#iefix") format("embedded-opentype"), url("fonts/GothamLight.woff") format("woff"), url("fonts/GothamLight.woff2") format("woff2"), url("fonts/GothamLight.ttf") format("truetype"), url("fonts/GothamLight.otf") format("otf"), url("fonts/GothamLight.svg#GothamLight") format("svg");
}

@font-face {
  font-family: 'GothamMedium';
  src: url("fonts/GothamMedium.eot");
  src: url("fonts/GothamMedium.eot?#iefix") format("embedded-opentype"), url("fonts/GothamMedium.woff") format("woff"), url("fonts/GothamMedium.woff2") format("woff2"), url("fonts/GothamMedium.ttf") format("truetype"), url("fonts/GothamMedium.otf") format("otf"), url("fonts/GothamMedium.svg#GothamMedium") format("svg");
}

@font-face {
  font-family: 'GothamBook';
  src: url("fonts/GothamBook.eot");
  src: url("fonts/GothamBook.eot?#iefix") format("embedded-opentype"), url("fonts/GothamBook.woff") format("woff"), url("fonts/GothamBook.woff2") format("woff2"), url("fonts/GothamBook.ttf") format("truetype"), url("fonts/GothamBook.otf") format("otf"), url("fonts/GothamBook.svg#GothamBook") format("svg");
}

@font-face {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  src: url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
}

/* If we add the border using a regular CSS border, it won't look good on non-retina devices,
 * since its edges can look jagged due to lack of antialiasing. In this case, we are several
 * layers of box-shadow to add the border visually, which will render the border smoother. */
/* Calculates maximum width for post content */
/* Normalize */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Typography */
html {
  font-size: 16px;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 1em;
  margin: 0;
  text-rendering: optimizeLegibility;
}

p {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

h1 {
  font-size: 80px;
  margin: 0;
  line-height: 63px;
}

h2 {
  font-size: 60px;
  margin: 0;
  line-height: normal;
  font-weight: 800;
}

h3 {
  font-size: 40px;
  margin: 0;
  line-height: 57px;
}

h4 {
  font-size: 30px;
  margin: 0;
  line-height: 63px;
}

h5 {
  font-size: 26px;
  margin: 0;
  line-height: 53px;
}

h6 {
  font-size: 16px;
  margin: 0;
}

.PLR20 {
  padding: 0px 20px;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a.link {
  text-decoration: underline;
}

.btn {
  display: inline-block;
  border-radius: 2px;
  outline: none;
}

.btn:hover {
  text-decoration: none;
}

.btn-white {
  color: #000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
}

.btn-white:hover {
  text-decoration: none;
}

.btn-yellow {
  background: #ebcc3c;
}

.btn-blue {
  background: #70ccd7;
  border: 1px solid #70ccd7;
}

.btn-black {
  background: #000;
}

blockquote {
  font-family: 'Raleway', sans-serif;
  font-size: 34px;
  font-weight: 500;
  padding-left: 13px;
  color: #212b36;
  position: relative;
}

blockquote:before {
  content: "\201C";
  position: absolute;
  left: -60px;
  top: 39px;
  font-family: 'GothamBold', serif;
  font-style: normal;
  font-size: 120px;
  font-weight: 400;
  line-height: 0.1em;
}

a:hover {
  color: inherit;
}

blockquote p {
  display: inline;
}

/* custom stylesheet */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#header-wrapper {
  background: #eff2ec;
  padding: 27px 0px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  widows: 100%;
  z-index: 100;
  transition: padding 0.2s ease;
  -ms-transition: padding 0.2s ease;
  -webkit-transition: padding 0.2s ease;
  -o-transition: padding 0.2s ease;
  -moz-transition: padding 0.2s ease;
}

#header-wrapper.small-bar {
  padding: 8px 0px 12px 0px;
  border-bottom: 1px solid #fff;
}

#header-wrapper.small-bar .default-logo {
  display: none;
}

#header-wrapper.small-bar .spin-logo {
  animation: roll 3s infinite;
  transform: rotate(0deg);
  animation-iteration-count: 1;
}

#header-wrapper.small-bar .right-column .book-free-trial .btn {
  padding: 11px 23px 12px 24px;
}

#header-wrapper.small-bar .right-column .enrol .enrol-now {
  padding: 9px 14px 9px 14px;
}

#header-wrapper.small-bar #menu-top-menu li.menu-item-has-children.open > a:after {
  top: 21px;
}

#header-wrapper.small-bar .top-header .show-on-scroll {
  display: block;
}

#header-wrapper.small-bar #menu-top-menu {
  margin-top: 11px;
}

#header-wrapper.small-bar #menu-top-menu .open > .sub-menu {
  top: 42px;
  padding-top: 10px;
}

.site-content {
  padding-top: 118px;
  transition: padding-top 0.2s ease;
  -ms-transition: padding-top 0.2s ease;
  -webkit-transition: padding-top 0.2s ease;
  -o-transition: padding-top 0.2s ease;
  -moz-transition: padding-top 0.2s ease;
}

.site-content.small-bar {
  padding-top: 69px;
}

.page-wrapper .max-container {
  max-width: 1330px;
  margin: 0 auto;
  padding: 0px 20px;
}

.top-header {
  max-width: 1330px;
  margin: 0 auto;
  padding: 0px 20px;
}

.top-header .site-logo {
  float: left;
  position: relative;
  top: 5px;
}

.top-header .desktop {
  margin-top: -20px;
}

.top-header .stickly {
  margin-top: 2px;
}

.top-header .show-on-scroll {
  display: none;
}

.top-header .left-column {
  float: left;
  position: relative;
  top: 5px;
}

.top-header .right-column {
  float: right;
  position: relative;
  top: 6px;
}

.hamburger-menu {
  display: none;
}

/*Navigation menu */
.top-navigation-menu {
  float: left;
}

.top-navigation-menu ul {
  list-style-type: none;
}

.top-navigation-menu ul li {
  display: inline-block;
  margin-right: 16px;
}

.top-navigation-menu ul:last-child {
  margin-right: 0px;
}

.top-navigation-menu ul#menu-top-menu > li {
  margin-right: 10px;
}

.top-navigation-menu ul > li {
  position: relative;
  vertical-align: top;
}

.top-navigation-menu ul > li:first-child {
  position: relative;
}

#menu-top-menu > li > .sub-menu > li > .sub-menu {
  padding-left: 0;
}

#menu-top-menu > li > ul {
  visibility: hidden;
  opacity: 0;
  transition: opacity .3s ease;
  -ms-transition: opacity .3s ease;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
}

#menu-top-menu > li > .sub-menu {
  position: absolute;
  z-index: 101;
  top: 67px;
  padding: 0 1000em 40px 1000em;
  margin: 0 -1000em;
  background: #eff2ec;
  white-space: nowrap;
  line-height: 23px;
}

#menu-top-menu > li > .sub-menu li {
  display: block;
}

#menu-top-menu > li > .sub-menu li a {
  font-size: 12px;
  font-family: "GothamBook", serif;
  color: #000;
}

#menu-top-menu > li.open > ul {
  visibility: visible;
  opacity: 1;
}

#header-wrapper.small-bar #menu-top-menu > li:first-child > .sub-menu {
  top: 48px;
}

#menu-top-menu > li:first-child > .sub-menu li > .sub-menu li {
  display: block;
  line-height: 23px;
}

#menu-top-menu > li:first-child > .sub-menu li {
  width: auto;
}

#menu-top-menu > li:first-child > .sub-menu {
  top: 67px;
}

#menu-top-menu > li.open > a {
  font-family: 'GothamBold', serif;
  text-decoration: none;
}

#menu-top-menu > li:first-child > .sub-menu > li > a {
  font-family: "GothamBold", serif;
}

#menu-top-menu > li:first-child > .sub-menu li {
  display: inline-block;
}

#menu-top-menu li.menu-item-has-children > a:after {
  display: none;
}

#menu-top-menu li.menu-item-has-children.open > a:after {
  content: "\f107";
  display: block;
  position: absolute;
  left: 50%;
  right: 50%;
  margin-left: -9px;
  top: 30px;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 500;
  text-align: center;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.hamburger-menu {
  width: 35px;
  height: 17px;
  position: relative;
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transform: rotate;
  -o-transform: rotate;
  -ms-transform: rotate;
  -webkit-transform: rotate;
  transform: rotate;
  transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  cursor: pointer;
}

.hamburger-menu span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #000;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  opacity: 1;
  left: 0;
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transform: rotate;
  -o-transform: rotate;
  -ms-transform: rotate;
  -webkit-transform: rotate;
  transform: rotate;
  transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
}

.hamburger-menu span:nth-child(1) {
  top: 0px;
}

.hamburger-menu span:nth-child(2) {
  top: 7px;
}

.hamburger-menu span:nth-child(3) {
  top: 14px;
}

.hamburger-menu.open span:nth-child(1) {
  top: 8px;
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -moz-transform: rotate;
  -o-transform: rotate;
  -ms-transform: rotate;
  -webkit-transform: rotate;
  transform: rotate;
}

.hamburger-menu.open span:nth-child(2) {
  opacity: 0;
  left: 0px;
}

.hamburger-menu.open span:nth-child(3) {
  top: 8px;
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -moz-transform: rotate;
  -o-transform: rotate;
  -ms-transform: rotate;
  -webkit-transform: rotate;
  transform: rotate;
}

.top-header {
  transition: left 0.3s ease;
  -ms-transition: left 0.3s ease;
  -webkit-transition: left 0.3s ease;
  -o-transition: left 0.3s ease;
  -moz-transition: left 0.3s ease;
}

.no-scroll {
  overflow: hidden;
}

/*homepage*/
.homepage-two-col-content {
  position: relative;
  margin-top: 100px;
}

.homepage-two-col-content .left-half {
  float: left;
  width: 50%;
  text-align: left;
}

.homepage-two-col-content .left-half .inner-wrap {
  width: 480px;
  float: right;
  margin-right: 60px;
}

.homepage-two-col-content .right-half {
  float: right;
  width: 50%;
  text-align: left;
}

.homepage-two-col-content .right-half .inner-wrap {
  max-width: 481px;
}

.homepage-two-col-content .main-image {
  height: 440px;
  width: 430px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: 15px;
}

.homepage-two-col-content .support-image {
  width: 246px;
  height: 241px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.homepage-two-col-content .two-column.flip .left-half {
  float: right;
}

.homepage-two-col-content .two-column.flip .left-half .inner-wrap {
  float: left;
  margin-right: 0;
  margin-left: 60px;
}

.homepage-two-col-content .two-column.flip .right-half {
  float: left;
}

.homepage-two-col-content .two-column.flip .right-half .inner-wrap {
  float: right;
}

.homepage-two-col-content .two-column {
  margin-bottom: 68px;
}

.homepage-two-col-content .two-column .description {
  font-family: 'GothamBook', serif;
  font-weight: 500;
}

.homepage-two-col-content .two-column .description p {
  font-size: 16px;
  line-height: 24px;
}

.homepage-two-col-content .multiple-image {
  position: relative;
}

.homepage-two-col-content .multiple-image.right-outer .support-image {
  position: absolute;
  top: -30px;
  right: 0;
}

.homepage-two-col-content .multiple-image.left-outer .support-image {
  position: absolute;
  bottom: -30px;
  left: -60px;
}

/*-homepage-*/
/*End navigation menu*/
/*footer*/
.lower-footer,
.upper-footer {
  background: #eff2ec;
}

.education-company-logo {
  padding-top: 95px;
}

.upper-footer {
  margin-bottom: 2px;
}

.upper-footer .single-edu-company {
  display: inline-block;
  margin-left: 54px;
}

.upper-footer .single-edu-company:first-child {
  margin-left: 0;
}

.upper-footer .edu-comp-wrap {
  padding: 40px 0px 45px 0px;
}

.edu-comp-wrap .single-edu-company img {
  height: 130px;
  width: 130px;
}

#menu-top-menu {
  float: left;
  margin-top: 16px;
  padding-left: 28px;
}

#menu-top-menu li a {
  text-decoration: none;
  color: #212b36;
  font-size: 14px;
  font-family: "GothamBook", serif;
}

.home-banner {
  height: 658px;
  background-position: center center;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  transition: height 0.3s ease;
  -ms-transition: height 0.3s ease;
  -webkit-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  -moz-transition: height 0.3s ease;
}

.home-banner .banner-wrap {
  padding-top: 103px;
  max-width: 1004px;
}

.home-banner .enquiryform {
  float: right;
  width: 430px;
  background: #eff2ec;
  padding: 30px 32px 30px 30px;
  position: relative;
}

.home-banner .enquiryform .form-logo {
  position: absolute;
  top: -40px;
  right: -27px;
  width: 151px;
  height: 150px;
}

.home-banner .enquiryform .form-title {
  font-size: 30px;
  font-weight: 800;
  line-height: normal;
  color: #0f0b0c;
  width: 260px;
  margin-bottom: 20px;
}

.home-banner .enquiryform .enrol-submit {
  padding: 18px 34px 17px 34px;
  margin-top: 10px;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
}

/*footer*/
input[type=text],
input[type=email],
input[type=number],
input[type=tel] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  border: 1px solid #e4e8e0;
  padding: 13px 14px 13px 12px;
  width: 100%;
  outline: 0;
  font-size: 14px;
  border-radius: 0;
  background: #fff;
}

.banner-text {
  max-width: 480px;
  line-height: 0.88;
  float: left;
  z-index: 10;
  position: relative;
}

.banner-text .title {
  font-size: 80px;
  font-weight: 800;
}

.banner-text .description {
  font-family: "GothamBook", serif;
  line-height: 1.25;
  color: #eff2ec;
  font-size: 24px;
  margin-top: 35px;
}

.student-survey {
  background: #eff2ec;
  padding: 92px 0px 40px 0px;
}

.student-survey .inner {
  max-width: 930px;
  margin: 0 auto;
}

.student-survey .survey {
  width: 250px;
  display: inline-block;
  margin-right: 80px;
  text-align: center;
  vertical-align: top;
}

.student-survey .survey:last-child {
  margin-right: 0;
}

.student-survey .percent {
  font-size: 130px;
  font-family: "GothamBold", serif;
  line-height: 0.54;
  letter-spacing: -10px;
  margin-bottom: 20px;
  text-align: center;
}

.student-survey .percent .num-wrapper {
  display: inline-block;
  position: relative;
}

.student-survey .percent .per-symbol {
  position: absolute;
  font-size: 60px;
  vertical-align: top;
  font-family: "GothamBook", serif;
  right: -47px;
  top: -9px;
}

.student-survey .answer {
  text-align: center;
  line-height: 1.44;
  font-size: 16px;
  font-family: "GothamBook", serif;
  width: 208px;
  margin: 0 auto;
}

.survey .percent .number {
  position: relative;
}

#menu-top-menu > li > a:hover {
  text-decoration: underline;
}

#menu-top-menu > li.open > a:hover {
  text-decoration: none;
}

.top-navigation-menu ul li a:hover > a:after {
  text-decoration: none;
}

#menu-top-menu li ul li ul li a,
#menu-footer-menu li ul li ul li a {
  transition: text-decoration 0.4s ease-out;
  -ms-transition: text-decoration 0.4s ease-out;
  -webkit-transition: text-decoration 0.4s ease-out;
  -o-transition: text-decoration 0.4s ease-out;
  -moz-transition: text-decoration 0.4s ease-out;
  display: block;
}

#menu-top-menu li ul li ul li a:hover,
#menu-footer-menu li ul li ul li a:hover {
  text-decoration: underline;
}

#menu-top-menu li ul li a:hover {
  text-decoration: underline;
}

#menu-top-menu > li:first-child > ul > li > a:hover {
  text-decoration: none;
  cursor: default;
}

/*Testimonials*/
.testimonials-wrap {
  padding-top: 60px;
  background: #eff2ec;
}

.testimonials-wrap .inner {
  max-width: 900px;
  margin: 0 auto;
}
/* .video_part {
  background: #eff2ec;
} */
.video_content_section {
  padding:70px 0px 0px 0px;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
}
.first_video {
  display: block;
  width:50%;
  margin-right: 25px;
}
.first_video iframe {
  width:100%;
}
.second_video iframe {
  width:100%;
}
.second_video {
  display: block;
  width:50%;
}

.testimonials {
  padding-bottom: 49px;
  position: relative;
  min-height: 480px;
}

.testimonials .left-column {
  max-width: 510px;
  float: left;
}

.testimonials .left-column blockquote:after {
  display: none;
}

.testimonials .right-column {
  float: right;
  width: 300px;
  height: 100%;
}

.testimonials .right-column .feature-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.25);
  padding-bottom: 110%;
}

.testimonials .right-column .name {
  font-size: 16px;
  font-weight: 800;
  line-height: normal;
  font-stretch: normal;
  margin-top: 20px;
}

.testimonials blockquote:before {
  color: #70ccd7;
}

.testimonials blockquote {
  font-size: 29px;
  line-height: 45px;
  font-style: italic;
  font-weight: 300;
  margin-top: 0;
}

.testimonials .single-testimonial {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: none;
}

.testimonials .single-testimonial:first-child {
  display: block;
}

/*Testimonials*/
#potentia-tutoring .form-field {
  margin-bottom: 10px;
}

span.error {
  color: #dc3545;
  font-size: 12px;
  font-weight: 700;
}

.book-button-wrap {
  background: #eff2ec;
}

.book-button-wrap .book-btn {
  padding-bottom: 110px;
}

.book-button-wrap .book-btn a {
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
}

.inspirational-text {
  background: #ebcc3c;
  padding: 100px 0px 114px 0px;
}

.inspirational-text .btn-white {
  font-size: 18px;
  line-height: normal;
}

.inspirational-text h2 {
  margin-bottom: 36px;
  font-weight: 800;
}

.btn.big-padding {
  padding: 28px 64px 29px 64px;
  min-width: 300px;
  border-radius: 2px;
  font-weight: 700;
}

.align-center {
  text-align: center;
}

.hover-shadow {
  display: inline-block;
  position: relative;
  transition-duration: 0.2s;
  transition-property: transform;
  -webkit-tap-highlight-color: transparent;
  transform: translateY(0);
  box-shadow: 0 0 1px transparent;
}

.hover-shadow:hover {
  transform: translateY(-4px);
  animation-name: btn-hover;
  animation-duration: 1.5s;
  animation-delay: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
  animation-direction: alternate;
}

.springy-text.springy-visible {
  animation-name: springy-text;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

@keyframes btn-hover {
  50% {
    transform: translateY(-1px);
  }
  100% {
    transform: translateY(-3px);
  }
}

@keyframes roll {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

.reveal {
  opacity: 0;
  transform: translate3d(0, 80px, 0);
  transition: opacity 0.8s, transform 0.8s;
}

.reveal_visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.move-right,
.move-left {
  transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

.move-right:hover {
  -moz-transform: translate(3px, 0);
  -o-transform: translate(3px, 0);
  -ms-transform: translate(3px, 0);
  -webkit-transform: translate(3px, 0);
  transform: translate(3px, 0);
}

.move-left:hover {
  -moz-transform: translate(-3px, 0);
  -o-transform: translate(-3px, 0);
  -ms-transform: translate(-3px, 0);
  -webkit-transform: translate(-3px, 0);
  transform: translate(-3px, 0);
}

#menu-footer-menu > li > .sub-menu > li.menu-item-has-children > a {
  transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}

#menu-footer-menu > li > .sub-menu > li.menu-item-has-children > a.top-down:after {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -moz-transform: rotate;
  -o-transform: rotate;
  -ms-transform: rotate;
  -webkit-transform: rotate;
  transform: rotate;
  font-weight: 600;
}

#menu-about-menu > li.menu-item-has-children.m-open > a.top-down:after {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -moz-transform: rotate;
  -o-transform: rotate;
  -ms-transform: rotate;
  -webkit-transform: rotate;
  transform: rotate;
}

@-webkit-keyframes springy-text {
  0% {
    letter-spacing: 14px;
  }
  100% {
    letter-spacing: 1;
  }
}

@-moz-keyframes springy-text {
  0% {
    letter-spacing: 14px;
  }
  100% {
    letter-spacing: 1;
  }
}

@keyframes springy-text {
  0% {
    letter-spacing: 14px;
  }
  100% {
    letter-spacing: 1;
  }
}

@-ms-keyframes springy-text {
  0% {
    letter-spacing: 14px;
  }
  100% {
    letter-spacing: 1;
  }
}

@-o-keyframes springy-text {
  0% {
    letter-spacing: 14px;
  }
  100% {
    letter-spacing: 1;
  }
}

@-webkit-keyframes slide {
  0% {
    -webkit-transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(3px);
  }
  100% {
    -webkit-transform: translateX(0px);
  }
}

@-moz-keyframes slide {
  0% {
    -webkit-transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(3px);
  }
  100% {
    -webkit-transform: translateX(0px);
  }
}

@keyframes slide {
  0% {
    -webkit-transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(3px);
  }
  100% {
    -webkit-transform: translateX(0px);
  }
}

@-ms-keyframes slide {
  0% {
    -webkit-transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(3px);
  }
  100% {
    -webkit-transform: translateX(0px);
  }
}

@-o-keyframes slide {
  0% {
    -webkit-transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(3px);
  }
  100% {
    -webkit-transform: translateX(0px);
  }
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(0px);
  }
}

@-moz-keyframes bounce {
  0% {
    -webkit-transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(0px);
  }
}

@keyframes bounce {
  0% {
    -webkit-transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(0px);
  }
}

@-ms-keyframes bounce {
  0% {
    -webkit-transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(0px);
  }
}

@-o-keyframes bounce {
  0% {
    -webkit-transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(0px);
  }
}

@-webkit-keyframes bell {
  0% {
    -webkit-transform: rotate(0deg);
  }
  5% {
    -webkit-transform: rotate(5deg);
  }
  10% {
    -webkit-transform: rotate(-5deg);
  }
  15% {
    -webkit-transform: rotate(5deg);
  }
  20% {
    -webkit-transform: rotate(-5deg);
  }
  25% {
    -webkit-transform: rotate(10deg);
  }
  30% {
    -webkit-transform: rotate(-7deg);
  }
  35% {
    -webkit-transform: rotate(5deg);
  }
  40% {
    -webkit-transform: rotate(-4deg);
  }
  45% {
    -webkit-transform: rotate(2deg);
  }
  50% {
    -webkit-transform: rotate(-1deg);
  }
}

@-moz-keyframes bell {
  0% {
    -webkit-transform: rotate(0deg);
  }
  5% {
    -webkit-transform: rotate(5deg);
  }
  10% {
    -webkit-transform: rotate(-5deg);
  }
  15% {
    -webkit-transform: rotate(5deg);
  }
  20% {
    -webkit-transform: rotate(-5deg);
  }
  25% {
    -webkit-transform: rotate(10deg);
  }
  30% {
    -webkit-transform: rotate(-7deg);
  }
  35% {
    -webkit-transform: rotate(5deg);
  }
  40% {
    -webkit-transform: rotate(-4deg);
  }
  45% {
    -webkit-transform: rotate(2deg);
  }
  50% {
    -webkit-transform: rotate(-1deg);
  }
}

@keyframes bell {
  0% {
    -webkit-transform: rotate(0deg);
  }
  5% {
    -webkit-transform: rotate(5deg);
  }
  10% {
    -webkit-transform: rotate(-5deg);
  }
  15% {
    -webkit-transform: rotate(5deg);
  }
  20% {
    -webkit-transform: rotate(-5deg);
  }
  25% {
    -webkit-transform: rotate(10deg);
  }
  30% {
    -webkit-transform: rotate(-7deg);
  }
  35% {
    -webkit-transform: rotate(5deg);
  }
  40% {
    -webkit-transform: rotate(-4deg);
  }
  45% {
    -webkit-transform: rotate(2deg);
  }
  50% {
    -webkit-transform: rotate(-1deg);
  }
}

@-ms-keyframes bell {
  0% {
    -webkit-transform: rotate(0deg);
  }
  5% {
    -webkit-transform: rotate(5deg);
  }
  10% {
    -webkit-transform: rotate(-5deg);
  }
  15% {
    -webkit-transform: rotate(5deg);
  }
  20% {
    -webkit-transform: rotate(-5deg);
  }
  25% {
    -webkit-transform: rotate(10deg);
  }
  30% {
    -webkit-transform: rotate(-7deg);
  }
  35% {
    -webkit-transform: rotate(5deg);
  }
  40% {
    -webkit-transform: rotate(-4deg);
  }
  45% {
    -webkit-transform: rotate(2deg);
  }
  50% {
    -webkit-transform: rotate(-1deg);
  }
}

@-o-keyframes bell {
  0% {
    -webkit-transform: rotate(0deg);
  }
  5% {
    -webkit-transform: rotate(5deg);
  }
  10% {
    -webkit-transform: rotate(-5deg);
  }
  15% {
    -webkit-transform: rotate(5deg);
  }
  20% {
    -webkit-transform: rotate(-5deg);
  }
  25% {
    -webkit-transform: rotate(10deg);
  }
  30% {
    -webkit-transform: rotate(-7deg);
  }
  35% {
    -webkit-transform: rotate(5deg);
  }
  40% {
    -webkit-transform: rotate(-4deg);
  }
  45% {
    -webkit-transform: rotate(2deg);
  }
  50% {
    -webkit-transform: rotate(-1deg);
  }
}

.no-events {
  margin-bottom: 40px;
  margin-top: 30px;
}

.hover-shadow:hover:before {
  opacity: 0.4;
  transform: translateY(6px);
  animation-name: hover-shadow;
  animation-duration: 1.5s;
  animation-delay: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

.shadow-radial {
  display: inline-block;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.shadow-radial:before {
  bottom: 100%;
  background: radial-gradient(ellipse at 50% 150%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
}

.shadow-radial:after {
  top: 100%;
  background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
}

.shadow-radial:before,
.shadow-radial:after {
  pointer-events: none;
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background-repeat: no-repeat;
  height: 5px;
  opacity: 0;
  transition-duration: 0.3s;
  transition-property: opacity;
}

.shadow-radial:hover:before,
.shadow-radial:hover:after {
  opacity: 1;
}

.right-column .contact-no {
  display: inline-block;
  margin-right: 16px;
  vertical-align: middle;
}

.right-column .contact-no a {
  font-family: "GothamBold", serif;
  font-size: 15px;
  line-height: 1.11;
  color: #000;
}

.right-column .contact-no a:hover {
  text-decoration: none;
}

.right-column .book-free-trial {
  display: inline-block;
  margin-right: 15px;
}

.right-column .book-free-trial .btn {
  font-weight: 700;
  padding: 16px 17px 17px 17px;
  font-size: 15px;
  line-height: normal;
  outline: none;
  transition: padding 0.3s ease;
  -ms-transition: padding 0.3s ease;
  -webkit-transition: padding 0.3s ease;
  -o-transition: padding 0.3s ease;
  -moz-transition: padding 0.3s ease;
}

.right-column .enrol {
  display: inline-block;
}

.right-column .enrol a {
  font-weight: 700;
  font-size: 15px;
}

.right-column .enrol .enrol-now {
  padding: 14px 10px 14px 10px;
}

.contact-no .phone-icon {
  content: "";
  display: block;
  background: url("images/phone.png") no-repeat;
  background-size: contain;
  background-position: center center;
  width: 15px;
  height: 18px;
  float: left;
  margin: 2px 4px 0 0;
}

#slider-arrow {
  margin-top: 30px;
}

#slider-arrow .left-arrow {
  background: url("images/left-arrow.png") no-repeat;
  background-size: cover;
  background-position: center;
  height: 30px;
  width: 30px;
  float: left;
  margin-right: 14px;
  cursor: pointer;
}

#slider-arrow .right-arrow {
  background: url("images/right-arrow.png") no-repeat;
  background-size: cover;
  background-position: center;
  height: 30px;
  width: 30px;
  float: left;
  cursor: pointer;
}

.home-page-icons {
  max-width: 1255px;
  margin: 0 auto;
  text-align: center;
  padding: 126px 0px 90px 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.home-page-icons .single-icon {
  flex: 1 0 150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  max-width: 160px;
  cursor: pointer;
  padding-bottom: 20px;
  vertical-align: top;
}

.home-page-icons .single-icon:first-child {
  margin-left: 0px;
}

.home-page-icons .single-icon img {
  width: 100px;
  height: 101px;
}

.home-page-icons .single-icon .title {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  width: 102px;
}

input[type=tel]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #7c878e;
  font-size: 14px;
  font-family: "GothamBook", serif;
  letter-spacing: normal;
}

input[type=tel]::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=email]::-moz-input-placeholder,
input[type=number]::-moz-input-placeholder,
textarea::-moz-input-placeholder {
  /* Firefox 19+ */
  color: #7c878e;
  font-size: 14px;
  font-family: "GothamBook", serif;
  letter-spacing: normal;
}

input[type=tel]::-ms-input-placeholder,
input[type=text]::-ms-input-placeholder,
input[type=email]::-ms-input-placeholder,
input[type=number]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  /* IE 10+ */
  color: #7c878e;
  font-size: 14px;
  font-family: "GothamBook", serif;
  letter-spacing: normal;
}

.blog-posts input[type=text]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #7c878e;
  font-size: 12px;
  font-family: "GothamBook", serif;
  letter-spacing: normal;
  font-style: italic;
}

.blog-posts input[type=text]::-moz-placeholder {
  /* Firefox 19+ */
  color: #7c878e;
  font-size: 12px;
  font-family: "GothamBook", serif;
  letter-spacing: normal;
  font-style: italic;
  line-height: 20px;
}

.blog-posts input[type=text]::-ms-input-placeholder {
  /* IE 10+ */
  color: #7c878e;
  font-size: 12px;
  font-style: italic;
  font-family: "GothamBook", serif;
  letter-spacing: normal;
}

.move-up {
  transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
}

.move-up:hover {
  transform: translate(0px, -8px);
}

.move-up-sm {
  transition: transform 0.4s ease;
  -ms-transition: transform 0.4s ease;
  -webkit-transition: transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  -moz-transition: transform 0.4s ease;
}

.move-up-sm:hover {
  transform: translate(0px, -10px);
}

.reveal-left {
  opacity: 0;
  position: relative;
  transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -moz-transform: translate3d(-120px, 0px, 0px);
  -webkit-transform: translate3d(-120px, 0px, 0px);
  -o-transform: translate(-120px, 0px);
  -ms-transform: translate(-120px, 0px);
  transform: translate3d(-120px, 0px, 0px);
  z-index: 10;
}

.reveal-left.show {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.reveal-right {
  opacity: 0;
  position: relative;
  transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -moz-transform: translate3d(150px, 0px, 0px);
  -webkit-transform: translate3d(150px, 0px, 0px);
  -o-transform: translate(150px, 0px);
  -ms-transform: translate(150px, 0px);
  transform: translate3d(150px, 0px, 0px);
}

.reveal-right.show {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

/*modal*/
.modal-header {
  position: relative;
  border: none;
  padding: 0;
}

.modal-header .close {
  position: absolute;
  z-index: 2052;
  top: -29px;
  right: 4px;
  font-family: 'GothamBook', serif;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}

.modal-header .close .text {
  font-size: 14px;
  line-height: 21px;
  text-decoration: underline;
  text-shadow: none;
  margin-right: 6px;
  color: #70ccd7;
}

.stop-scroll {
  overflow: hidden;
}

.icon-info .title {
  font-size: 30px;
  font-weight: 400;
}

.icon-info .more-info {
  font-size: 14px;
  line-height: 20px;
  font-family: 'GothamBook', serif;
  margin-top: 10px;
}

.icon-info .more-info a {
  text-decoration: underline;
}

.icon-info .more-info a:hover {
  text-decoration: none;
}

#homeIconModal .modal-body {
  display: none;
}

#tutorModal .close .close-img {
  background: url("images/close.png") no-repeat;
  height: 20px;
  width: 20px;
  background-size: cover;
  background-position: center center;
  display: inline-block;
}

#homeIconModal .close .close-img {
  background: url("images/close.png") no-repeat;
  height: 20px;
  width: 20px;
  background-size: cover;
  background-position: center center;
  display: inline-block;
}

.course-modal .close .close-img {
  background: url("images/close-green.png") no-repeat;
  height: 20px;
  width: 20px;
  background-size: cover;
  background-position: center center;
  display: inline-block;
}

.course-modal .modal-content.holiday-content .term-details .term {
  font-size: 23px;
  font-weight: 'GothamBold', serif;
}

.potentia-modal .modal-content.holiday-content {
  height: 381px;
}

.holiday-content-wrap .content {
  overflow-wrap: break-word;
}

.holiday-content-wrap .content p strong {
  font-family: 'GothamBold', serif;
}

.holiday-content-wrap .content p {
  font-size: 14px;
  line-height: 20px;
  color: #212b36;
  font-family: 'GothamBook', serif;
}

.holiday-content-wrap .content ul {
  padding-left: 10px;
}

.holiday-content-wrap .content ul li {
  font-size: 14px;
  font-family: 'GothamBook', serif;
  list-style-type: disc;
}

.course-modal .modal-content {
  position: relative;
}

.course-modal .modal-content .term-details {
  background: #e4e8e0;
  display: inline-block;
  position: absolute;
  height: 154px;
  width: 140px;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.course-modal .modal-content .term-details .term {
  width: 63px;
  height: 63px;
  border-radius: 50%;
  border: 3px solid #000;
  font-family: 'GothamBold', serif;
  font-size: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 4px;
}

.course-modal .modal-content .term-details .months {
  font-size: 16px;
  font-family: 'GothamBold', serif;
  line-height: 32px;
}

#courseProgramModal .term-lesson-plan {
  overflow: scroll;
}

.term-content-wrap .title {
  font-size: 30px;
  line-height: 32px;
  color: #212b36;
  margin-bottom: 28px;
  font-weight: 400;
}

.term-content-wrap .content .left {
  float: left;
  max-width: 277px;
  word-wrap: break-word;
}

.term-content-wrap .content .right {
  float: left;
  max-width: 239px;
  margin-left: 68px;
  word-wrap: break-word;
}

.term-content-wrap .content p strong {
  font-family: 'GothamBold', serif;
}

.term-content-wrap .content p {
  font-size: 14px;
  line-height: 20px;
  color: #212b36;
  font-family: 'GothamBook', serif;
  margin-bottom: 0px;
  font-weight: 500;
}

.term-content-wrap .content.default p {
  margin-bottom: 20px;
}

.potentia-modal.lg-height .modal-content {
  border: none;
  border-radius: 0;
  height: 705px;
}

.potentia-modal .modal-content {
  border: none;
  border-radius: 0;
  height: 441px;
}

.potentia-modal .modal-dialog {
  height: 80%;
  padding: 0px 15px;
}

.potentia-modal .modal-dialog.modal-large {
  max-width: 862px;
}

.potentia-modal .modal-dialog.modal-small {
  max-width: 562px;
}

.potentia-modal .modal-body {
  padding: 34px 36px 30px 44px;
  overflow-y: scroll;
}

.modal-backdrop.show {
  background-color: #000;
  opacity: 0.75;
}

/*Generic page*/
.generic-inner-page {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 78px;
  margin-bottom: 110px;
}

.generic-inner-page h1 {
  font-size: 60px;
  line-height: 70px;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 24px;
}

.generic-inner-page h1:first-child {
  margin-top: 0;
}

.generic-inner-page h2 {
  font-size: 45px;
  margin-bottom: 35px;
  font-weight: 400;
  line-height: normal;
}

.generic-inner-page h3 {
  font-size: 40px;
  margin-top: 30px;
  margin-bottom: 35px;
  font-weight: 400;
  line-height: normal;
}

.generic-inner-page h3:first-child {
  margin-top: 0;
}

.generic-inner-page h4 {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 30px;
  margin-top: 30px;
  line-height: normal;
}

.generic-inner-page h4:first-child {
  margin-top: 0;
}

.generic-inner-page h5 {
  font-size: 26px;
}

.generic-inner-page p {
  font-family: 'GothamBook', serif;
  font-size: 14px;
  line-height: 20px;
  margin-top: 0;
  margin-bottom: 20px;
  color: #212b36;
}

.generic-inner-page ul > li {
  font-family: 'GothamBook', serif;
  font-size: 14px;
  line-height: 20px;
  list-style-type: disc;
  color: #212b36;
}

.generic-inner-page p a {
  font-weight: bold;
  text-decoration: underline;
}

.generic-inner-page p a:hover {
  text-decoration: none;
}

.youtube-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.youtube-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*Generic page*/
/*Two col content*/
.different-good {
  margin-top: 92px;
  margin-bottom: 163px;
}

.different-good .inner {
  max-width: 1020px;
  margin: 0 auto;
}

.different-good .left-col {
  width: 480px;
  float: left;
  margin-top: 13px;
}

.different-good .right-col {
  float: right;
}

.different-good .multiple-image {
  position: relative;
}

.different-good .main-image {
  height: 360px;
  width: 430px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 50px;
  margin-top: 15px;
}

.different-good .flip .left-col {
  float: right;
}

.different-good .flip .right-col {
  float: left;
}

.right-inner .support-image,
.left-inner .support-image {
  width: 246px;
  height: 241px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.right-outer .support-image {
  width: 246px;
  height: 241px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.two-column {
  margin-bottom: 131px;
}

.two-column .title {
  font-size: 60px;
  line-height: 70px;
  font-weight: 800;
  margin-bottom: 28px;
}

.two-column .description {
  font-size: 16px;
  line-height: 24px;
  font-family: 'GothamBook', serif;
  letter-spacing: 0;
}

.two-column .description p {
  margin-bottom: 28px;
  font-size: 14px;
  line-height: 20px;
}

.two-column:last-child {
  margin-bottom: 0;
}

.two-column .multiple-image.right-inner .support-image {
  position: absolute;
  top: 20px;
  right: 0;
}

.two-column .multiple-image.right-inner .support-image img {
  width: 246px;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.25);
}

.two-column.flip .multiple-image.left-inner .support-image {
  position: absolute;
  left: 0;
  top: 38px;
}

.two-column.flip .multiple-image.left-inner .main-image {
  margin-left: 50px;
}

.different-good .two-column.flip .right-col > .multiple-image.left-inner {
  height: auto;
  width: 430px;
}

.sp-content a {
  text-decoration: none;
  font-family: 'GothamBold', serif;
  color: #70ccd7;
}

.sp-content a:hover {
  text-decoration: underline;
}

/*Two col content*/
/*Footer*/
#footer .lower-footer {
  padding: 40px 0px 95px 0px;
}

#menu-footer-menu {
  padding-left: 9px;
  width: 770px;
  border-right: 2px solid #fff;
  padding-right: 9px;
}

#menu-footer-menu > li > .sub-menu > li {
  list-style-type: none;
  line-height: 23px;
}

#menu-footer-menu > li > .sub-menu > li > a {
  font-family: "GothamBold", serif;
  font-weight: 700;
}

#menu-footer-menu li a {
  text-decoration: none;
}

#menu-footer-menu > li > .sub-menu > li {
  display: inline-block;
  vertical-align: top;
  margin-right: 18px;
}

#menu-footer-menu > li > .sub-menu > li:last-child {
  margin-right: 0px;
}

#menu-footer-menu > li > .sub-menu > li a {
  font-size: 12px;
}

#menu-footer-menu > li > .sub-menu > li > .sub-menu > li > a {
  font-family: "GothamBook", serif;
  font-weight: 500;
}

#menu-footer-menu li {
  list-style-type: none;
}

#menu-footer-menu li .sub-menu {
  padding-left: 0;
}

#menu-footer-menu > li:first-child > a,
#menu-about-menu > li:first-child > a {
  font-weight: 800;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 8px;
}

#menu-about-menu > li > .sub-menu > li > a {
  font-size: 12px;
  font-family: "GothamBook", serif;
  font-weight: 500;
}

#menu-about-menu {
  padding-left: 0;
  border-right: 2px solid #fff;
  padding: 0px 33px;
}

#menu-about-menu li {
  list-style-type: none;
  line-height: 16px;
  margin-bottom: 6px;
}

#menu-about-menu li .sub-menu {
  padding: 10px 0px 0px 0px;
}

#menu-about-menu li a {
  text-decoration: none;
}

#menu-about-menu li a:hover {
  text-decoration: underline;
}

.bottom-menu {
  display: inline-block;
}

.bottom-menu-courses {
  float: left;
  max-width: 770px;
}

.bottom-menu-about {
  float: left;
  max-width: 186px;
}

.stay-up-to-date {
  max-width: 310px;
  float: right;
}

.stay-up-to-date .title {
  line-height: 20px;
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 17px;
}

.stay-up-to-date .description p {
  font-size: 12px;
  font-family: "GothamBook", serif;
  font-weight: 500;
  line-height: 18px;
  margin-top: -2px;
}

.stay-up-to-date .subscribe {
  margin-top: 9px;
  padding: 13px 37px;
  font-size: 12px;
  line-height: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  outline: none;
  font-weight: 800;
  cursor: pointer;
  display: block;
}

.stay-up-to-date .social-icon {
  margin-top: 38px;
}

.stay-up-to-date .social-icon a {
  margin-right: 19px;
}

.stay-up-to-date .social-icon a:last-child {
  margin-right: 0;
}

.stay-up-to-date .social-icon a:hover {
  text-decoration: none;
}

label.error {
  color: #dc3545;
  font-weight: 500;
  font-size: 12px;
}

.btn-red {
  background: #E31936;
  border-color: #E31936;
}

.btn-red-outline {
  border-color: #E31936;
}

/*Footer*/
.btn-blue-outline {
  border: 1px solid #70ccd7;
  outline: none;
}

/*subscribe form*/
.subscribe-form-wrap {
  max-width: 946px;
  margin: 0 auto;
  margin-top: 74px;
  margin-bottom: 99px;
}

.subscribe-form-wrap h1 {
  font-size: 60px;
  font-weight: 800;
  margin-bottom: 30px;
}

.subscribe-form-wrap .hs-richtext p {
  margin-bottom: 41px;
  font-family: 'GothamBook', serif;
  line-height: 26px;
}

.subscribe-form {
  max-width: 476px;
  margin: 0 auto;
}

.subscribe-form.large {
  max-width: 946px;
  margin: 0 auto;
}

.subscribe-form input[type=submit] {
  padding: 14px 41px;
  outline: none;
  font-weight: bold;
  margin-top: 26px;
  background: #ebcc3c;
  border: 1px solid #ebcc3c;
}

.subscribe-form .submitted-message p {
  margin-bottom: 31px;
}

.subscribe-form .submitted-message p:nth-child(1) {
  font-size: 60px;
  font-weight: 800;
  text-align: center;
  line-height: normal;
}

.subscribe-form .submitted-message p:nth-child(2) {
  max-width: 476px;
  margin: 0 auto;
  font-family: 'GothamBook', serif;
  line-height: normal;
  font-size: 16px;
  color: #000;
  line-height: 26px;
}

.subscribe-form .submitted-message p:last-child > a {
  color: #9c69ad;
  text-decoration: underline;
  display: inline-block;
}

.subscribe-form .submitted-message p:last-child > a:hover {
  text-decoration: none;
}

.subscribe-form .submitted-message p:last-child {
  max-width: 476px;
  margin: 0 auto;
  margin-top: 31px;
}

#subscribe-form textarea {
  resize: none;
  resize: none;
  height: 103px;
  padding: 13px 14px 13px 12px;
  border-radius: 0;
  width: auto;
  width: 100%;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

#subscribe-form label span {
  font-size: 14px;
  font-family: 'GothamBook', serif;
  margin-bottom: 4px;
}

#subscribe-form .input-field {
  margin-bottom: 21px;
}

#subscribe-form .btn-yellow {
  padding: 17px 44px;
  outline: none;
  font-weight: bold;
  margin-top: 26px;
}

#subscribe-form input[type=text],
#subscribe-form input[type=email],
#subscribe-form input[type=number],
#subscribe-form textarea {
  border: solid 1px #c4cdd5;
}

/*subscribe form */
/*We are different*/
.banner-wrap-lg {
  position: relative;
  height: 574px;
}

.banner-wrap-sm {
  position: relative;
  height: 400px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.banner-wrap-sm .inner-sm {
  position: relative;
  z-index: 9;
  color: #fff;
}

.banner-wrap-sm .inner-sm .title {
  font-size: 80px;
  font-weight: 800;
  line-height: 0.88;
}

.banner {
  background-position: center center;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  transition: height 0.3s ease;
  -ms-transition: height 0.3s ease;
  -webkit-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  -moz-transition: height 0.3s ease;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.max-container .banner-inner {
  max-width: 1030px;
  margin: 0 auto;
}

.banner-content {
  z-index: 10;
  position: relative;
}

.banner-inner .banner-content {
  color: #fff;
  padding-top: 90px;
}

.banner-content p {
  max-width: 580px;
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 20px;
  font-family: "GothamBook", serif;
  font-weight: 500;
}

.banner-content p:first-of-type {
  margin-top: 35px;
}

.banner-content p:last-child {
  margin-bottom: 0;
}

.banner-content h1 {
  font-size: 80px;
  font-weight: 800;
}

.banner-content h2 {
  font-size: 60px;
  font-weight: 800;
}

.banner-content h3 {
  font-size: 40px;
  font-weight: 800;
}

.banner-content h4 {
  font-size: 30px;
  font-weight: 600;
}

.banner-content h5 {
  font-size: 26px;
  font-weight: 600;
}

/*We are different*/
/*location*/
.google-map iframe {
  max-width: 100%;
  height: 297px;
}

.location-inner {
  max-width: 1020px;
  margin: 0 auto;
  padding: 82px 0px 146px 0px;
}

.single-location {
  width: 480px;
  float: left;
  margin-right: 60px;
}

.single-location:last-child {
  margin-right: 0;
}

.single-location > .title {
  font-size: 30px;
  line-height: 1.07;
  font-weight: 400;
  margin-bottom: 17px;
}

.single-location .location-feature {
  height: 220px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 6px;
}

.location-details {
  background: #eff2ec;
  padding: 25px 22px 30px 22px;
}

.location-details .address-column {
  display: inline-block;
  vertical-align: top;
}

.location-details .address-column .title {
  font-family: "GothamBold", serif;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0;
  display: block;
}

.location-details .address-column .address-wrap {
  margin-bottom: 15px;
}

.location-details .address-column .phone-wrap {
  margin-bottom: 10px;
}

.location-details .address-column .address,
.location-details .address-column .phone,
.location-details .address-column .operating-hrs {
  font-family: "GothamBook", serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0;
  display: block;
}

.location-details .address-column .address p,
.location-details .address-column .phone p,
.location-details .address-column .operating-hrs p {
  margin-top: 5px;
}

.location-details .address-column .phone a {
  text-decoration: none;
  cursor: pointer;
}

.location-details .address-column:nth-child(1) {
  width: 200px;
  margin-right: 15px;
}

.location-details .address-column:last-child {
  margin-right: 0;
  width: auto;
}

.location-details .parking {
  font-family: "GothamBook", serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0;
  height: 30px;
  margin-bottom: 7px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.location-details .parking:before {
  content: "";
  display: block;
  background: url("images/parking.png") no-repeat;
  background-size: contain;
  background-position: center center;
  width: 30px;
  height: 30px;
  float: left;
  margin: 0px 10px 0 0;
}

.location-details .train-station {
  font-family: "GothamBook", serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.location-details .train-station:before {
  content: "";
  display: block;
  background: url("images/train.png") no-repeat;
  background-size: contain;
  background-position: center center;
  width: 30px;
  height: 30px;
  float: left;
  margin: 0px 9px 0 0;
}

.location-details .parking-train {
  margin-bottom: 30px;
  padding-bottom: 20px;
  margin-top: 15px;
}

.explore-in .title:after {
  content: "";
  border-radius: 50%;
  position: absolute;
  padding: 4px;
  border: 2px solid #000;
  text-align: center;
  font: 0px "Raleway", sans-serif;
}

.explore-in {
  position: relative;
  display: block;
  border-bottom: 2px solid #fff;
}

.explore-in > .title {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.07;
  display: block;
  margin-bottom: 15px;
}

.acf-map {
  width: 100%;
  height: 297px;
  margin: 6px 0;
}

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important;
}

/*location*/
/*Tutors*/
.list-tutors {
  margin-top: 103px;
  margin-bottom: 145px;
}

.max-container .tutor-inner {
  max-width: 1020px;
  margin: 0 auto;
}

.single-tutor {
  cursor: pointer;
  width: 244px;
  margin-right: 14px;
  margin-bottom: 45px;
  height: 100%;
}

.single-tutor .info {
  padding: 17px 6px 0px 14px;
  border: 2px solid #eff2ec;
  margin-top: 2px;
  min-height: 90px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

.single-tutor .info .name {
  font-family: 'GothamBook', serif;
  font-size: 18px;
  line-height: 21px;
  color: #212b36;
}

.single-tutor .info .course-tutor {
  color: #212b36;
  font-family: 'GothamBold', serif;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0;
  margin-top: 1px;
}

.single-tutor:nth-child(4n) {
  margin-right: 0;
}

.tutor-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.feature-tutor {
  width: 244px;
  height: 252px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.5s ease-in-out;
}

.feature-leadership {
  width: 244px;
  height: 252px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.5s ease-in-out;
}

.single-tutor:hover > .feature-tutor {
  background-size: 105%;
}

.tutor-info {
  color: #212b36;
  max-width: 370px;
  float: left;
}

.tutor-info .name {
  font-size: 30px;
  font-weight: 400;
}

.tutor-info .head-of {
  font-family: 'GothamBold', serif;
  line-height: 1.43;
  font-size: 14px;
}

.tutor-info .qualification {
  font-family: 'GothamBook', serif;
  font-style: italic;
  line-height: 1.43;
  font-size: 14px;
  margin-top: 5px;
}

.tutor-info .more-info {
  font-size: 14px;
  line-height: 20px;
  font-family: 'GothamBook', serif;
  margin-top: 10px;
}

.tutor-potrait {
  float: right;
}

.tutor-potrait .potrait-img {
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
  margin-top: 5px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 300px;
  height: 310px;
}

.rotate {
  transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}

.rotate:hover {
  -moz-transform: rotate(-360deg);
  -o-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
  -moz-transform: rotate;
  -o-transform: rotate;
  -ms-transform: rotate;
  -webkit-transform: rotate;
  transform: rotate;
}

#tutorModal .modal-body {
  display: none;
}

.zoom-in:hover {
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -moz-transform: scale;
  -o-transform: scale;
  -ms-transform: scale;
  -webkit-transform: scale;
  transform: scale;
}

.zoom {
  transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}

/*Tutors*/
/*social-icon-tooltip*/
.facebook {
  position: relative;
}

.facebook img {
  cursor: pointer;
}

.facebook:hover {
  color: #3b5998;
}

.facebook:hover:after {
  background: #3b5998;
}

.twitter {
  position: relative;
}

.twitter img {
  cursor: pointer;
}

.twitter:hover {
  color: #55acee;
}

.twitter:hover:after {
  background: #55acee;
}

.instagram {
  position: relative;
}

.instagram img {
  cursor: pointer;
}

.instagram:hover {
  color: #e4405f;
}

.instagram:hover:after {
  background: #e4405f;
}

.linkedin {
  position: relative;
}

.linkedin img {
  cursor: pointer;
}

.linkedin:hover {
  color: #0077B5;
}

.linkedin:hover:after {
  background: #0077B5;
}

.c-tooltip::before,
.c-tooltip::after {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -10px);
  opacity: 0;
  transition: .2s;
}

.c-tooltip::before {
  content: '';
  bottom: calc(100% + -2px);
  border: solid 5px transparent;
  border-top-color: currentColor;
}

.c-tooltip::after {
  content: attr(icon-label);
  bottom: calc(100% + 8px);
  padding: 0.41em .73em;
  color: white;
  font-weight: 600;
  font-size: 12px;
  border-radius: 3px;
}

.c-tooltip:hover::before,
.c-tooltip:hover::after {
  opacity: 1;
  transform: translate(-50%);
}

/*social-icon-tooltip*/
/*Pricing*/
.select-school-year {
  padding: 63px 0px;
  background: #eff2ec;
}

.select-school-year .intro {
  font-family: 'GothamBook', serif;
  line-height: 16px;
  font-size: 16px;
}

.pricing-page-testimonial .testimonials-wrap {
  background: #fff;
  padding: 120px 0px 84px 0px;
}

.pricing-page-testimonial .testimonials blockquote:before {
  color: #70ccd7;
}

.pricing-tabs .tabs {
  text-align: center;
  margin-top: 17px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  align-items: center;
  justify-content: center;
}

.pricing-tabs .tabs li {
  height: 76px;
  width: 150px;
  border: 2px solid #fff;
  margin-right: 27px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 5px;
}

.pricing-tabs .tabs li.current {
  background: #E31936;
  color: #ffffff;
  border: none;
}

.pricing-tabs .tabs li:last-child {
  margin-right: 0px;
}

.pricing-tabs .tabs li:hover {
  background: #E31936;
  border-color: #E31936;
  /* background: #70ccd7; */
  background: #E31936;
  border-color: #E31936;
  color: #ffffff;
}

.pricing-tabs .tabs .right {
  position: relative;
}

.pricing-tabs .tabs .right.current:after {
  content: " ";
  position: absolute;
  right: 0px;
  border-top: 14px solid #E31936;
  border-left: 14px solid transparent;
  bottom: -14px;
}

.pricing-tabs .tabs .left {
  position: relative;
}

.pricing-tabs .tabs .left.current:after {
  content: " ";
  position: absolute;
  left: 0px;
  border-top: 14px solid #E31936;
  border-right: 14px solid transparent;
  bottom: -14px;
}

.pricing-tabs .tab-content {
  text-align: center;
  padding: 50px 0px 0px 0px;
}

.pricing-tabs .tab-content .year-name {
  font-family: 'GothamBold', serif;
  font-size: 30px;
  line-height: normal;
  letter-spacing: normal;
  color: #0f0b0c;
  display: block;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.pricing-list-link:hover {
  text-decoration: none;
}

.single-pricing {
  min-height: 650px;
  width: 252px;
  background: #fff;
  margin-bottom: 30px;
  display: inline-block;
  margin-right: 28px;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
  vertical-align: top;
  text-align: center;
  padding: 30px 14px 20px 14px;
}

.single-pricing:last-child {
  margin-right: 0;
}

.single-pricing .sub {
  font-size: 14px;
  font-family: 'GothamBold', serif;
  line-height: 27px;
}

.single-pricing .subject-name {
  font-family: 'GothamBook', serif;
  font-size: 18px;
  line-height: 26px;
  min-height: 130px;
  font-weight: 500;
}

.single-pricing .subject-name p {
  margin: 0;
  padding: 0;
}

.single-pricing .includes {
  margin-top: 26px;
  min-height: 151px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.single-pricing .includes .content {
  width: inherit;
}

.single-pricing .includes .content p {
  font-size: 14px;
  margin: 0;
  font-family: 'GothamBook', serif;
  line-height: 21px;
}

.single-pricing .includes .content p:first-child {
  font-family: 'GothamBold', serif;
}

.single-pricing .includes .content p h6 {
  font-size: 16px;
}

.single-pricing .includes .content p h5 {
  font-size: 20px;
}

.single-pricing .includes:before {
  content: " ";
  width: 80px;
  height: 2px;
  background: #e4e8e0;
  position: absolute;
  top: 0;
}

.single-pricing .includes:after {
  content: " ";
  width: 80px;
  height: 2px;
  background: #e4e8e0;
  position: absolute;
  bottom: 0;
}

.single-pricing .total-pricing {
  font-family: 'GothamBold', serif;
  margin-top: 30px;
  position: relative;
}

.single-pricing .total-pricing .amt {
  font-size: 60px;
  line-height: 56px;
  position: relative;
}

.single-pricing .total-pricing .amt .dollar-symbol {
  font-size: 28px;
  position: absolute;
  left: -19px;
  top: -14px;
}

.single-pricing .total-pricing .per-term {
  font-size: 20px;
  font-family: 'GothamBook', serif;
  line-height: 27px;
  display: inline-block;
  position: relative;
  top: -9px;
}

.single-pricing .pricing-btn {
  margin-top: 10px;
}

.single-pricing .pricing-btn .btn {
  padding: 14px 23px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.43;
  outline: none;
}

.single-pricing .weekly-instal {
  display: block;
  font-size: 10px;
  line-height: 27px;
  font-family: 'GothamBook', serif;
}

.hourly-cost {
  margin: 20px 0px;
}

.hourly-cost .amt {
  font-size: 14px;
  font-family: 'GothamBook', serif;
}

.btn-opacity {
  transition: opacity 100ms ease;
  -ms-transition: opacity 100ms ease;
  -webkit-transition: opacity 100ms ease;
  -o-transition: opacity 100ms ease;
  -moz-transition: opacity 100ms ease;
}

.btn-opacity:hover {
  opacity: 0.7;
}

.single-pricing .total-pricing:after {
  content: " ";
  width: 80px;
  height: 2px;
  background: #e4e8e0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*general tab design*/
ul.tabs li {
  background: none;
  color: #222;
  display: inline-block;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 14px;
  font-family: 'GothamBold', serif;
}

.blue-link {
  display: inline-block;
  text-decoration: underline;
  font-size: 14px;
  color: #70ccd7;
}

.blue-link:hover {
  text-decoration: none;
  color: #70ccd7;
}

ul.tabs li.current {
  color: #70ccd7;
}

.tab-content {
  display: none;
  background: none;
  padding: 15px;
}

.tab-content.current {
  display: inherit;
}

/*general tab design*/
/*Pricing*/
/*progressbar*/
.progress-container {
  width: 100%;
  height: 5px;
  background: #eff2ec;
  display: none;
}

.progress-container .progress-bar {
  height: 5px;
  background: #76c37c;
  width: 0%;
}

/*progressbar*/
/*Blog post*/
.download-whitepaper {
  text-decoration: none;
  padding: 20px 25px 20px 26px;
  font-weight: 800;
  font-size: 16px;
  line-height: normal;
  margin-top: 16px;
  color: #000;
  display: inline-block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

.download-whitepaper:hover {
  text-decoration: none;
  color: #000;
}

.search-wrapper label.error {
  color: red;
  display: flex;
}

.blog-posts .blog-inner {
  max-width: 996px;
  margin: 0 auto;
}

.blog-posts .page-title {
  margin-top: 78px;
  font-size: 60px;
  font-weight: 800;
  line-height: 70px;
  text-align: center;
}

.blog-posts .input-select-search {
  margin-top: 35px;
}

.blog-posts .search-article {
  display: inline-block;
  margin-left: 20px;
}

.blog-posts .search-article input {
  width: 300px;
  border: 1px solid #c4cdd5;
  padding: 9px 14px 9px 38px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

.blog-posts .select-cat {
  display: inline-block;
}

.blog-posts .input-select-search {
  text-align: center;
}

.blog-posts .p-article-container {
  margin: 62px 0px 0px 0px;
}

.blog-posts .article-wrap {
  max-width: 996px;
  text-align: center;
}

.article-wrap a:first-child > .single-article {
  margin-left: 0;
}

.article-wrap a > .single-article {
  margin-left: 2.813253%;
}

.article-wrap a:nth-child(3n+1) > .single-article {
  margin-left: 0;
}

.article-wrap a:hover {
  text-decoration: none !important;
}

.single-article {
  width: 31.12449799196%;
  height: 100%;
  margin-bottom: 88px;
  display: inline-block;
  vertical-align: top;
}

.single-article .content {
  background: #eff2ec;
  padding: 15px 19px;
  min-height: 192px;
}

.single-article .title {
  font-size: 24px;
  line-height: 28px;
  font-family: 400;
  text-align: left;
  color: #212b36;
}

.single-article .more-content {
  font-size: 14px;
  line-height: 20px;
  margin-top: 7px;
  text-align: left;
  font-family: 'GothamBook', serif;
}

.article-wrap > a:nth-child(3n) .single-article {
  margin-right: 0;
}

.single-article .empty-blog-feature-img {
  background: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 0;
  padding-top: 69.64%;
}

.blog-feature-img {
  background-size: 103%;
  background-repeat: no-repeat;
  width: 100%;
  height: 0;
  padding-top: 69.64%;
  transition: all 0.5s ease-in-out;
}

.single-article:hover {
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}

.single-article:hover > .blog-feature-img {
  background-size: 100%;
}

.pagination-wrap {
  text-align: center;
  margin-bottom: 110px;
}

.pagination {
  display: inline-block;
}

.pagination a {
  font-size: 16px;
  font-family: 'GothamBook', serif;
  display: inline-block;
  text-decoration: none;
  min-width: 15px;
}

.pagination a:hover {
  color: #000;
  text-decoration: underline;
}

.pagination .page-numbers.current {
  color: #70ccd7;
  font-family: 'GothamBold', serif;
  min-width: 15px;
  font-size: 17px;
}

.pagination .page-numbers.current:hover {
  color: #7075b5;
  text-decoration: underline;
}

.pagination .next {
  background: url("images/paginate-right.png") no-repeat;
  background-size: cover;
  background-position: center;
  height: 20px;
  width: 20px;
  cursor: pointer;
  position: relative;
  top: 4px;
  margin-left: 8px;
  transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}

.pagination .next:hover {
  transform: translate(3px, 0px);
}

.pagination .prev {
  background: url("images/paginate-left.png") no-repeat;
  background-size: cover;
  background-position: center;
  height: 20px;
  width: 20px;
  cursor: pointer;
  position: relative;
  top: 4px;
  transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}

.pagination .prev:hover {
  transform: translate(-3px, 0px);
}

/*select option*/
.select-chosen {
  display: inline-block;
  vertical-align: top;
  font-family: 'GothamBook', sans-serif;
}

.select-chosen .chosen-container.chosen-container-single {
  width: 300px !important;
}

.select-chosen .chosen-container-single .chosen-search input[type=text] {
  display: none;
}

.select-chosen .chosen-results li:first-child {
  display: none;
}

.select-chosen .chosen-container .chosen-drop {
  box-shadow: none;
}

.select-chosen .chosen-container .chosen-results li.highlighted {
  background-image: none;
  background-color: #7075b5;
}

.select-chosen .chosen-container-single .chosen-single div b {
  border-left: 1px solid #c4cdd5;
  height: 23px;
  margin-top: 6px;
  position: absolute;
  right: 15px;
}

.select-chosen .chosen-container-single .chosen-single:after {
  content: "\f107";
  display: block;
  position: absolute;
  top: -2px;
  right: 8px;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 500;
  text-align: center;
  font-size: 22px;
  -webkit-font-smoothing: antialiased;
}

.select-chosen .chosen-container-single .chosen-single {
  background: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #e4e8e0;
  box-shadow: none;
  height: 36px;
  font-size: 12px;
  line-height: 39px;
  text-align: left;
  color: #000;
}

.select-chosen .chosen-container .chosen-drop {
  border: 1px solid #e4e8e0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

.select-chosen .chosen-container {
  text-align: left;
}

/*select option*/
.single-article-feature {
  margin-top: 27px;
  margin-bottom: 34px;
}

.single-article-feature img {
  width: 100%;
  height: auto;
}

/*single blog*/
.single-blog-content .inner-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 78px 0px 66px 0px;
}

.single-blog-content .inner-content.whitepaper-content {
  padding-bottom: 115px;
}

.single-blog-content .main-title {
  font-size: 60px;
  font-weight: 800;
  line-height: normal;
  font-family: 'Raleway', sans-serif;
}

.single-blog-content .related-articles {
  max-width: 1000px;
  margin: 0 auto;
  border-top: 2px solid #eff2ec;
  padding: 67px 0px 100px 0px;
}

.single-blog-content .related-articles .heading {
  font-size: 30px;
  line-height: 32px;
  font-weight: 400;
}

.single-blog-content .inner-content {
  font-family: 'GothamBook', sans-serif;
  color: #212b36;
}

.single-blog-content .inner-content .intro {
  margin-top: 17px;
  font-size: 16px;
  line-height: 26px;
}

.single-blog-content .inner-content .content p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 21px;
}

.single-blog-content .inner-content .content p img {
  margin-top: 12px;
}

.single-blog-content .inner-content .content ol {
  padding-left: 25px;
  margin: 31px 0px;
}

.single-blog-content .inner-content .content ol li {
  font-size: 14px;
  line-height: 20px;
  padding-left: 12px;
}

.single-blog-content .inner-content .content blockquote {
  max-width: 800px;
  margin: 70px 0px;
  padding: 0px 19px;
}

.single-blog-content .inner-content .content blockquote p {
  line-height: 50px;
  font-size: 34px;
  color: #212b36;
  font-family: 'Raleway', sans-serif;
  font-style: italic;
  font-weight: 300;
  max-width: 614px;
  margin: 0 auto;
  display: block;
}

.single-blog-content .inner-content .content blockquote:before {
  color: #70ccd7;
  left: 0;
}

.single-blog-content .inner-content strong {
  font-family: 'GothamBold', sans-serif !important;
}

.not-found-article {
  opacity: 0;
  visibility: hidden;
  display: block;
  text-align: left;
  max-width: 610px;
  margin: 0 auto;
  font-size: 11px;
  color: #f00;
  font-family: 'GothamBook', sans-serif;
  margin-top: 4px;
  transform: translate(-10px, 0px);
  transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}

.not-found-article.show {
  opacity: 1;
  visibility: visible;
  transform: translate(0px, 0px);
}

.content-heading h1 {
  font-size: 60px;
  line-height: normal;
  margin-bottom: 30px;
  font-weight: 400;
  font-family: 'Raleway', sans-serif;
}

.content-heading h2 {
  font-size: 40px;
  line-height: normal;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
}

.content-heading h3 {
  font-size: 32px;
  line-height: normal;
  margin-bottom: 30px;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
}

.content-heading h4 {
  font-size: 28px;
  line-height: normal;
  margin-bottom: 28px;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
}

.content-heading h5 {
  font-size: 24px;
  line-height: normal;
  margin-bottom: 25px;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
}

.content-heading h6 {
  font-display: 18px;
  line-height: normal;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
}

.content-heading a {
  color: #70ccd7;
}

.related-article-wrap {
  margin-top: 24px;
  text-align: center;
}

.related-article-wrap .single-article {
  display: inline-block;
  float: none;
  vertical-align: top;
  margin-right: 0;
  margin-left: 2.813253%;
  margin-bottom: 25px;
}

.related-article-wrap a:first-child > .single-article {
  margin-left: 0;
}

.related-article-wrap > a:nth-child(3n) .single-article {
  margin-right: 0;
}

.search-wrapper {
  position: relative;
}

.search-wrapper .search-icon-img {
  background: url("images/search-icon.svg") no-repeat;
  background-size: cover;
  background-position: center;
  height: 16px;
  width: 16px;
  float: left;
  margin-right: 14px;
  cursor: pointer;
  position: absolute;
  top: 10px;
  left: 12px;
}

/*blog post*/
.error-404.not-found {
  margin: 80px 0px 120px 0px;
}

.error-404.not-found .back-link {
  text-decoration: underline;
  font-weight: 600;
}

.error-404.not-found .back-link:hover {
  text-decoration: none;
}

.top-navigation-menu .show-mobile {
  display: none;
}

/*opportunities*/
.green-link {
  display: inline-block;
  text-decoration: underline;
  font-size: 14px;
  color: #76c37c;
}

.green-link:hover {
  text-decoration: none;
  color: #70ccd7;
}

.current-positons-wrap {
  margin-top: 72px;
  margin-bottom: 100px;
}

.current-positons-wrap h2.heading {
  margin-bottom: 40px;
  display: inline-block;
}

.current-positons-wrap .job-link:nth-child(odd) > .tutor-role {
  margin-right: 2.47731958762%;
}

.current-positons-wrap .job-link:nth-child(even) > .tutor-role {
  margin-right: 0px;
}

.current-positons-wrap .location-list {
  display: inline-block;
  height: 70px;
  position: relative;
  z-index: 99;
  vertical-align: middle;
  margin-left: 50px;
  margin-top: 10px;
}

.current-positons-wrap .max-container {
  max-width: 1070px;
  margin: 0 auto;
  padding: 0px 20px;
}

.current-positons-wrap .tutor-role-wrap {
  max-width: 970px;
}

.current-positons-wrap .green-link {
  margin-top: 15px;
}

.current-positons-wrap .blue-link {
  margin-top: 15px;
}

.current-positons-wrap .tutor-role {
  border: 2px solid #e4e8e0;
  padding: 19px 56px 17px 15px;
  width: 48.4536082474%;
  margin-bottom: 25px;
  float: left;
}

.current-positons-wrap .tutor-role .title {
  font-size: 30px;
  font-weight: 400;
  line-height: 32px;
}

.current-positons-wrap .tutor-role .role {
  font-size: 14px;
  font-family: 'GothamBook', serif;
  line-height: 20px;
  color: #000;
  margin-top: 6px;
}

.current-positons-wrap .job-link {
  text-decoration: none;
  margin-bottom: 15px;
  display: block;
}

.current-positons-wrap .job-link:last-child {
  margin-bottom: 0;
}

.tutor-application-form {
  margin-top: 70px;
  margin-bottom: 80px;
}

.tutor-application-form .max-container {
  max-width: 886px;
  margin: 0 auto;
}

.tutor-application-form .job-title {
  font-size: 60px;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 50px;
}

.tutor-application-form .requirement {
  width: 44.970414201183%;
  float: left;
  margin-right: 5.18047337278%;
  color: #212b36;
  font-size: 15px;
  font-family: 'GothamBook', serif;
  line-height: 21px;
}

.tutor-application-form .app-form {
  width: 49.46745562130%;
  float: left;
}

.free-text-content h3 {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 25px;
  font-weight: 400;
  line-height: normal;
}

.free-text-content h4 {
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: normal;
}

.free-text-content h5 {
  font-size: 26px;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: normal;
}

.free-text-content h6 {
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: normal;
}

.free-text-content a {
  text-decoration: underline;
}

.free-text-content a:hover {
  text-decoration: none;
}

#location-lists {
  text-align: left;
  border: 1px solid #c4cdd5;
  margin-bottom: 0;
  background: #fff;
  padding-left: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  width: 300px;
}

#location-lists > li {
  list-style-type: none;
  position: relative;
  padding: 2px 0px 0px 13px;
}

#location-lists > li a {
  color: #000;
  text-decoration: none;
  font-family: 'GothamBook', serif;
  line-height: 12px;
  font-size: 12px;
}

#location-lists > li ul {
  float: left;
  left: 0px;
  padding-left: 0;
  width: 300px;
  opacity: 0;
  position: absolute;
  max-height: 360px;
  top: 40px;
  visibility: hidden;
  overflow: auto;
  z-index: 1;
}

#location-lists > li ul li {
  list-style-type: none;
}

#location-lists > li ul li a {
  padding: 7px 10px;
  display: block;
}

#location-lists > li ul li:hover {
  background: #70ccd7;
}

#location-lists > li > span {
  background: #e4e8e0;
  border-right: 1px;
  height: 22px;
  background: #e4e8e0;
  display: block;
  width: 1px;
  position: absolute;
  top: 7px;
  right: 32px;
}

#location-lists .dropdown {
  display: block;
  padding-right: 30px;
  line-height: 32px;
}

#location-lists li.show > ul {
  opacity: 1;
  top: 33px;
  visibility: visible;
  background: #fff;
  padding: 6px 4px 3px 4px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border: 1px solid #c4cdd5;
  border-top: none;
  left: -1px;
}

#location-lists li.show > a:after {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -moz-transform: rotate;
  -o-transform: rotate;
  -ms-transform: rotate;
  -webkit-transform: rotate;
  transform: rotate;
}

#location-lists > li > a:after {
  display: inline-block;
  content: "\f107";
  top: -2px;
  position: absolute;
  right: 9px;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 500;
  text-align: center;
  font-size: 22px;
  -webkit-font-smoothing: antialiased;
  transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}

/*opportunities*/
/*HubSpot form */
.hs-form .hs-form-field .input .hs-input {
  width: 100%;
  padding: 12px 10px;
  outline: none;
}

input.hs-input[type=checkbox]:hover,
input.hs-input[type=radio]:hover {
  cursor: pointer;
}

.app-form .hs-form .hs-fieldtype-file.field {
  width: 146px !important;
  margin-right: 20px;
  float: left !important;
}

.app-form form-heading {
  font-size: 26px;
  color: #212b36;
}

.app-form .input {
  margin-right: 0 !important;
}

ul.no-list.hs-error-msgs label.hs-error-msg {
  color: red;
  text-align: left;
  font-size: 12px;
  margin-bottom: 0;
}

ul.no-list.hs-error-msgs {
  padding-left: 0;
  margin-top: 2px;
  list-style: none;
}

.hs-form-required {
  visibility: hidden;
  opacity: 0;
}

.hs-form-field label {
  font-size: 16px;
  color: #212b36;
  margin-bottom: 0;
  font-weight: 500;
}

.hs-form .field {
  margin-bottom: 20px;
  color: #000;
}

.hs-form .hs-fieldtype-file.field {
  margin-bottom: 0px;
}

.hs-form .hs-fieldtype-checkbox.field {
  margin-bottom: 12px;
}

.app-form .inputs-list.multi-container {
  display: block;
  overflow: hidden;
  margin-bottom: 0px;
}

ul.inputs-list.multi-container {
  padding-left: 0;
}

ul.inputs-list.multi-container .hs-form-checkbox label:hover > span {
  cursor: pointer;
}

label.hs-form-radio-display input[type="radio"] {
  margin-right: 10px;
}

.app-form ul {
  list-style-type: none;
}

.hs-form-radio {
  display: inline-block;
}

.hs-form-checkbox {
  float: left;
  margin-bottom: 5px;
}

.hs-form-radio input[type="radio"],
.hs-form-checkbox input[type="checkbox"] {
  display: none;
}

.hs-form-radio label.hs-form-radio-display input[type="radio"]:checked + span,
.hs-form-checkbox label.hs-form-checkbox-display input[type="checkbox"]:checked + span {
  background-color: #70ccd7;
  color: white;
  font-weight: 600;
}

.hs-form-radio label.hs-form-radio-display span,
.hs-form-checkbox label.hs-form-checkbox-display span {
  background-color: #eff2ec;
  width: auto;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  color: #000;
  font-size: 14px;
  display: table;
  padding: 10px 13px 10px 13px;
  height: 100%;
  vertical-align: middle;
}

.hs-form-radio:last-child > label.hs-form-radio-display span,
.hs-form-checkbox:last-child > label.hs-form-checkbox-display span {
  margin-right: 0;
}

.hs_please_upload legend {
  display: none;
}

.hs_please_upload {
  width: 40% !important;
}

.app-form .hs-fieldtype-file label {
  cursor: pointer;
  background: #eff2ec;
  height: 50px;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.app-form .hs-fieldtype-file label span {
  font-size: 14px;
}

.app-form .hs-fieldtype-file label:hover {
  opacity: 0.5;
}

/* Placeholder Text (styles the placeholder attribute text) */
.app-form .hs-input::-webkit-input-placeholder {
  /* Webkit Browsers */
  color: #c4cdd5;
}

.app-form .hs-input:-moz-placeholder {
  /* Firefox 18- */
  color: #c4cdd5;
}

.app-form .hs-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #c4cdd5;
}

.app-form .hs-input:-ms-input-placeholder {
  /* IE10 */
  color: #c4cdd5;
}

.app-form .submitted-message {
  padding: 10px 10px 20px 10px;
  font-family: 'GothamBook', serif;
  font-size: 20px;
  color: #212b36;
}

input[type=file] {
  display: none;
}

label.hs-error-msg {
  color: red;
  text-align: left;
}

.hs_error_rollup {
  display: none;
}

p.upload-text {
  margin-bottom: 0;
  font-size: 16px;
  color: #212b36;
  margin-top: 22px;
}

.uploaded-file {
  display: none;
}

.uploaded-file .single-file {
  background: #eef2f5;
  font-weight: 'GothaBook', serif;
  padding: 8px 2px 8px 7px;
  font-size: 14px;
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.uploaded-file .single-file:first-child {
  margin-top: -10px;
}

.uploaded-file .close {
  position: absolute;
  right: 32px;
  top: 12px;
  width: 18px;
  height: 32px;
  opacity: 1;
}

.uploaded-file .close:hover {
  opacity: 0.5;
}

.uploaded-file .close:before,
.uploaded-file .close:after {
  position: absolute;
  left: 24px;
  content: ' ';
  height: 16px;
  width: 2px;
  background-color: #000;
}

.uploaded-file .close:before {
  transform: rotate(45deg);
}

.uploaded-file .close:after {
  transform: rotate(-45deg);
}

.app-form .form-title {
  font-size: 32px;
}

input.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

input[type=submit] {
  padding: 16px 26px 16px 26px;
  box-shadow: none;
  font-size: 15px;
  outline: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  line-height: normal;
}

input[type=submit]:hover {
  opacity: 0.7;
  font-weight: 700;
  font-size: 15px;
  margin-top: 5px;
  color: #FFFFFF;
  /* border: 1px solid #7075b5; */
  border: 1px solid #70ccd7;
}

.app-form input[type=submit] {
  background: #70ccd7;
  font-weight: 700;
  font-size: 15px;
  margin-top: 50px;
  border: 1px solid #70ccd7;
}

/*styling checkbox*/
/*HubSpot form */
/*courses*/
.single-course .banner-header {
  background: #000;
  position: relative;
  z-index: 99;
}

.single-course .banner-header .course-year {
  color: #fff;
  font-family: 'GothamBold', serif;
  font-size: 30px;
  letter-spacing: 0;
  line-height: normal;
  display: inline-block;
}

.single-course .banner-header .banner-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 21px 0px 21px 0px;
}

.single-course .student-survey {
  padding: 92px 0px 118px 0px;
}

#course-lists {
  margin-bottom: 0;
  background: #fff;
  padding-left: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  width: 300px;
}

#course-lists > li {
  list-style-type: none;
  position: relative;
  padding: 14px 0px 10px 13px;
}

#course-lists > li a {
  color: #000;
  text-decoration: none;
  font-family: 'GothamBook', serif;
  line-height: 12px;
  font-size: 12px;
}

#course-lists > li ul {
  float: left;
  left: 0px;
  padding-left: 0;
  width: 300px;
  opacity: 0;
  position: absolute;
  top: 40px;
  visibility: hidden;
  z-index: 1;
}

#course-lists > li ul li {
  list-style-type: none;
}

#course-lists > li ul li a {
  padding: 7px 10px;
  display: block;
}

#course-lists > li ul li:hover {
  background: #70ccd7;
}

#course-lists > li > span {
  background: #e4e8e0;
  border-right: 1px;
  height: 22px;
  background: #e4e8e0;
  display: block;
  width: 1px;
  position: absolute;
  top: 7px;
  right: 32px;
}

#course-lists .dropdown {
  display: block;
  padding-right: 30px;
}

#course-lists li.show > ul {
  opacity: 1;
  top: 35px;
  visibility: visible;
  background: #fff;
  padding: 0px 4px 15px 4px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

#course-lists li.show > a:after {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -moz-transform: rotate;
  -o-transform: rotate;
  -ms-transform: rotate;
  -webkit-transform: rotate;
  transform: rotate;
}

#course-lists > li > a:after {
  display: inline-block;
  content: "\f107";
  top: -2px;
  position: absolute;
  right: 9px;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 500;
  text-align: center;
  font-size: 22px;
  -webkit-font-smoothing: antialiased;
  transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}

#blog-lists {
  text-align: left;
  border: 1px solid #c4cdd5;
  margin-bottom: 0;
  background: #fff;
  padding-left: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  width: 300px;
}

#blog-lists > li {
  list-style-type: none;
  position: relative;
  padding: 2px 0px 0px 13px;
}

#blog-lists > li a {
  color: #000;
  text-decoration: none;
  font-family: 'GothamBook', serif;
  line-height: 12px;
  font-size: 12px;
}

#blog-lists > li ul {
  float: left;
  left: 0px;
  padding-left: 0;
  width: 300px;
  opacity: 0;
  position: absolute;
  max-height: 360px;
  top: 40px;
  visibility: hidden;
  overflow: auto;
  z-index: 1;
}

#blog-lists > li ul li {
  list-style-type: none;
}

#blog-lists > li ul li a {
  padding: 7px 10px;
  display: block;
}

#blog-lists > li ul li:hover {
  background: #7075b5;
}

#blog-lists > li > span {
  background: #e4e8e0;
  border-right: 1px;
  height: 22px;
  background: #e4e8e0;
  display: block;
  width: 1px;
  position: absolute;
  top: 7px;
  right: 32px;
}

#blog-lists .dropdown {
  display: block;
  padding-right: 30px;
  line-height: 32px;
}

.no-search-results {
  text-align: center;
  font-size: 20px;
  font-family: 'GothamBook', serif;
  margin-bottom: 50px;
}

#blog-lists li.show > ul {
  opacity: 1;
  top: 33px;
  visibility: visible;
  background: #fff;
  padding: 6px 4px 3px 4px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border: 1px solid #c4cdd5;
  border-top: none;
  left: -1px;
}

#blog-lists li.show > a:after {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -moz-transform: rotate;
  -o-transform: rotate;
  -ms-transform: rotate;
  -webkit-transform: rotate;
  transform: rotate;
}

#blog-lists > li > a:after {
  display: inline-block;
  content: "\f107";
  top: -2px;
  position: absolute;
  right: 9px;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 500;
  text-align: center;
  font-size: 22px;
  -webkit-font-smoothing: antialiased;
  transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}

#blog-lists > li ul li:hover {
  /* background: #7075b5; */
  background: #70ccd7;
}

.course-book-trial .btn-white {
  font-weight: 700;
  margin-top: 38px;
  padding: 14px 36px;
}

.course-book-trial .btn-white:hover {
  color: #FFFFFF;
}

.course-book-trial .btn-red {
  color: #fff;
  font-weight: 700;
  margin-top: 38px;
  padding: 14px 36px;
}

.course-book-trial .btn-red:hover {
  color: #fff;
}

.single-holiday-course .course-book-trial {
  display: inline-block;
}

.single-holiday-course .course-book-trial .btn-white {
  min-width: 229px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.course-testimonial-mobile {
  display: none;
}

.single-course-content .breakdown-wrap {
  max-width: 1002px;
  margin: 0 auto;
  margin-top: 69px;
}

.single-course-content .heading {
  font-size: 60px;
  font-weight: 800;
}

.single-course-content .student-survey {
  background: #fff;
}

.single-course-content .student-survey .percent {
  color: #76c37c;
}

.single-course-content .title {
  font-size: 30px;
  font-weight: 400;
  line-height: 32px;
}

.single-course-content .info {
  font-size: 14px;
  font-family: 'GothamBook', serif;
  line-height: 20px;
  color: #000;
  margin-top: 6px;
  font-weight: 500;
}

.potential-learning {
  max-width: 996px;
  margin: 0 auto;
}

.lesson-breakdown {
  width: 640px;
  float: left;
  margin-bottom: 74px;
}

.term-course-program {
  margin: 79px 0px 0px 0px;
}

.term-course-lists .single-list .term {
  width: 63px;
  height: 63px;
  border-radius: 50%;
  border: 3px solid #000;
  font-family: 'GothamBold', serif;
  font-size: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 4px;
}

.term-course-lists .single-list .months {
  font-size: 16px;
  font-family: 'GothamBold', serif;
  line-height: 32px;
}

.term-course-lists .view-lesson-plan {
  display: block;
  text-decoration: underline;
}

.term-course-lists .view-lesson-plan:hover {
  text-decoration: none;
}

.holiday-courses-list {
  margin-top: 55px;
}

.holiday-courses-list .inner-list {
  padding: 27px 22px 32px 32px;
  border: 2px solid #eff2ec;
  margin-bottom: 20px;
}

.holiday-courses-list .inner-list:last-child {
  margin-bottom: 0;
}

.holiday-courses-list .inner-list .view-lesson-plan {
  margin-top: 20px;
  display: block;
}

.holiday-course-pricing {
  margin-top: 25px;
}

.holiday-course-pricing p strong {
  font-family: 'GothamBold', serif;
}

.holiday-course-pricing p {
  font-size: 14px;
  line-height: 20px;
  color: #000;
  font-family: 'GothamBook', serif;
  margin-bottom: 0px;
  margin-top: 0px;
  font-weight: 500;
}

.breakdown-lists,
.term-course-lists {
  margin-top: 24px;
  max-width: 644px;
}

.breakdown-lists .single-list,
.term-course-lists .single-list {
  border: 2px solid #eff2ec;
  margin-bottom: 20px;
  background: #eff2ec;
  position: relative;
}

.breakdown-lists .single-list .right,
.term-course-lists .single-list .right {
  width: 135px;
  float: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}

.breakdown-lists .single-list .left,
.term-course-lists .single-list .left {
  width: 500px;
  background: #fff;
  float: left;
  padding: 22px 22px 22px 28px;
  min-height: 150px;
}

.breakdown-lists .single-list:last-child,
.term-course-lists .single-list:last-child {
  margin-bottom: 0;
}

.breakdown-lists .time-logo,
.term-course-lists .time-logo {
  background: url("images/worksheet-icons.png") no-repeat;
  background-size: cover;
  background-position: center;
  height: 47px;
  width: 39px;
}

.breakdown-lists .duration,
.term-course-lists .duration {
  font-family: 'GothamBold', serif;
  font-size: 26px;
  line-height: 32px;
}

.course-testimonial {
  width: 280px;
  float: right;
  border: 1px solid #fff;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
  padding: 33px 22px 40px 22px;
  position: -webkit-sticky;
  position: sticky;
  top: 104px;
  text-align: center;
  margin: 31px 0px 75px 0px;
}

.course-testimonial blockquote {
  font-size: 16px;
  line-height: 23px;
  font-style: italic;
  text-align: left;
}

.course-testimonial > blockquote:before {
  top: 19px;
  left: -12px;
  font-size: 40px;
  color: #70ccd7;
}

.course-testimonial .testimonial-author {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 105px;
  width: 95px;
  margin: 0 auto;
}

.course-testimonial .name {
  font-size: 13px;
  font-weight: 700;
  display: block;
  margin-top: 6px;
}

.course-testimonial .separator {
  border: 1px solid #e4e8e0;
  display: block;
  width: 100px;
  margin: 0 auto;
  margin-top: 34px;
}

.course-testimonial .subject-details {
  text-align: center;
}

.course-testimonial .subject-details .subject-name {
  font-family: 'GothamBook', serif;
  font-size: 20px;
  line-height: 25px;
  color: #212b36;
  margin-top: 31px;
  font-weight: 500;
}

.course-testimonial .subject-details .amt {
  font-size: 60px;
  line-height: 56px;
  position: relative;
  font-family: 'GothamBold', serif;
  margin-top: 10px;
  display: inline-block;
}

.course-testimonial .subject-details .dollar-symbol {
  font-size: 28px;
  position: absolute;
  left: -22px;
  top: -14px;
}

.course-testimonial .subject-details .per-term {
  font-family: 'GothamBook', serif;
  font-size: 20px;
  line-height: 27px;
  font-weight: 500;
}

.course-testimonial .subject-details .free-trial-btn {
  margin-top: 20px;
}

.free-trial-btn {
  padding: 14px 43px;
  font-size: 16px;
  font-weight: 700;
}

.potential-learning .single {
  width: 31.12449799%;
  margin-right: 3.3132530120%;
  float: left;
}

.potential-learning .single:last-child {
  margin-right: 0;
}

.potential-learning .single .title {
  margin-top: 21px;
}

.potential-learning .single .description {
  margin-top: 10px;
  font-family: 'GothamBook', serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

.potential-learning .heading {
  margin-bottom: 18px;
}

.learning-img {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  background-position: center center;
  padding-top: 69%;
  height: 0;
}

/*courses*/
/*contact us*/
.contact-us-form {
  margin: 74px 0px 120px 0px;
}

.contact-us-form p {
  margin-bottom: 27px;
  color: #000;
}

.contact-us-form p:nth-child(2), .contact-us-form p:nth-child(3) {
  font-family: 'GothamBold', serif;
}

.contact-us-form p a {
  /* text-decoration: underline; */
  text-decoration: none;
  font-family: 'GothamBold', serif;
  color: #70ccd7;
}

.contact-us-form p:hover {
  text-decoration: underline;
}

.contact-us-form .max-container {
  max-width: 516px;
}

.contact-us-form .intro {
  font-size: 16px;
  font-family: 'GothamBook', serif;
  font-weight: 500;
}

.contact-us-form .call-us,
.contact-us-form .send-msg {
  font-family: 'GothamBold', serif;
  line-height: 26px;
}

.contact-us-form .form-control {
  border-radius: 0px;
}

.contact-us-form label {
  font-family: 'GothamBook', serif;
  font-size: 14px;
  color: #212b36;
  margin-bottom: 2px;
  font-weight: 500;
}

.contact-us-form .input-field {
  margin-bottom: 20px;
}

.contact-us-form .btn-purple {
  font-weight: bold;
  font-size: 16px;
  color: #000;
  padding: 14px 25px;
  border-color: #7075b5;
  outline: none;
}

.contact-us-form textarea {
  min-height: 103px;
  max-height: 103px;
}

.contact-us-form input[type=text],
.contact-us-form input[type=email],
.contact-us-form input[type=number],
.contact-us-form textarea {
  border: solid 1px #c4cdd5;
}

.contact-us-form input[type=submit] {
  background: #70ccd7;
  font-weight: 700;
  font-size: 15px;
  margin-top: 5px;
  border: 1px solid #70ccd7;
}

.contact-us-form .hs-message .input {
  min-height: 103px;
  max-height: 103px;
}

.btn-purple:hover {
  background: #575ca8 !important;
}

/*contat us*/
/*notification plugin*/
.mtsnb-container-outer .mtsnb-hide {
  position: absolute;
  top: 13px;
}

.mtsnb-container-outer .mtsnb-hide span {
  font-size: 36px;
}

.mtsnb .mtsnb-button {
  background-color: #e31936 !important;
}

/*notification plugin*/
.remaining-text-wrap .inner,
.course-related-wrap .inner {
  max-width: 1100px;
  margin: 0 auto;
}

#read-more {
  display: none;
}

#read-more p:last-child {
  margin-bottom: 0;
}

.read-more a:hover,
.read-less:hover {
  text-decoration: none;
  color: #70ccd7;
}

.read-more a,
.read-less {
  text-decoration: underline;
  color: #70ccd7;
}

img.alignleft {
  float: left;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

img.alignright {
  float: right;
}

.remain-text {
  margin-top: 70px;
}

.landing-page-vertical-space {
  margin: 30px 0px 90px 0px;
}

.remaining-text-wrap {
  margin: 30px 0px 0px 0px;
}

.landing-page .remaining-text-wrap {
  margin-bottom: 50px;
}

.landing-page .course-related-wrap {
  margin-bottom: 50px;
}

/*online tutoring css*/
.tutoring_video_content {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 20px 80px 20px;
}

.tutoring_video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.tutoring_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.youtube-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.youtube-video iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.alignCenter {
  text-align:center;
}
.online-class-wrap {
  background:#eff2ec;
  padding: 40px 0 70px;
}

.online-class-wrap h3{
  font-weight: bold;
  margin-bottom: 20px;
}

#menu-footer-menu > li > .sub-menu > li {
  margin-right: 10px;
}

/*media queries*/
@media (min-width: 576px) {
  .modal-dialog {
    max-width: none;
  }
}

@media (min-width: 768px) {
  ul.inputs-list.multi-container .hs-form-checkbox label:hover > span {
    opacity: 0.5;
  }
}

@media screen and (max-width: 1366px) {
  .banner-wrap-lg {
    height: 540px;
  }
  .right-column .book-free-trial .btn {
    font-size: 13px;
  }
  .right-column .enrol .enrol-now {
    font-size: 13px;
  }
  .right-column .contact-no a {
    font-size: 16px;
  }
  #menu-about-menu {
    padding: 0px 25px;
  }
  #menu-footer-menu {
    border-right: none;
    width: 100%;
  }
  .bottom-menu-about {
    vertical-align: top;
    text-align: left;
    width: auto;
    display: inline-block;
    float: none;
    border-left: 2px solid #fff;
  }
  .bottom-menu {
    text-align: center;
    max-width: 1100px;
    margin: 0 auto;
    display: inline-block;
  }
  .lower-footer .two-col-wrap {
    text-align: center;
    margin: 0 auto;
  }
  .stay-up-to-date {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-left: 25px;
    max-width: 220px;
    vertical-align: top;
  }
  .bottom-menu-courses {
    text-align: left;
    display: inline-block;
    float: none;
    max-width: none;
  }
  .lower-footer {
    text-align: center;
  }
  .stay-up-to-date {
    text-align: left;
  }
  .potentia-modal.lg-height .modal-content {
    height: 80%;
  }
}

@media screen and (max-width: 1264px) {
  .top-navigation-menu ul li {
    margin-right: 8px;
  }
  #menu-top-menu li a {
    font-size: 12px;
  }
  .right-column .contact-no a {
    font-size: 13px;
  }
  .right-column .book-free-trial .btn {
    font-size: 13px;
  }
  .two-column .title {
    font-size: 42px;
    line-height: 50px;
  }
  .homepage-two-col-content .left-half .inner-wrap {
    width: 440px;
    margin-right: 30px;
  }
  .homepage-two-col-content .main-image {
    height: 385px;
    width: 380px;
  }
  .homepage-two-col-content .support-image {
    width: 213px;
    height: 208px;
  }
  .homepage-two-col-content .multiple-image.right-outer .support-image {
    right: -48px;
  }
  .homepage-two-col-content .multiple-image.left-outer .support-image {
    left: -48px;
  }
  .homepage-two-col-content .two-column.flip .left-half .inner-wrap {
    margin-left: 30px;
  }
  .homepage-two-col-content .right-half .inner-wrap {
    max-width: 380px;
  }
  .right-column .book-free-trial {
    margin-right: 10px;
  }
  .right-column .book-free-trial .btn {
    padding: 16px 10px 17px 10px;
  }
  .right-column .contact-no {
    margin-right: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .video_content_section {
    max-width: 900px;
  }
}

@media screen and (max-width: 1144px) {
  .single-pricing {
    margin-bottom: 30px;
  }
  .right-column .enrol .enrol-now {
    padding: 10px 8px 10px 8px;
    font-size: 12px;
  }
  #menu-top-menu {
    padding-left: 18px;
  }
  .single-pricing:last-child {
    margin-right: 28px;
  }
  .right-column .book-free-trial {
    margin-right: 13px;
  }
  .right-column .book-free-trial .btn {
    padding: 12px 10px 13px 10px;
    font-size: 12px;
  }
  .right-column .contact-no {
    margin-right: 9px;
  }
  .right-column .enrol {
    font-size: 14px;
  }
  .default-logo img {
    width: 130px;
  }
  .top-header .site-logo {
    margin-top: 4px;
  }
}

.popup-form-wrap h2 {
  font-size: 35px;
}

@media screen and (max-width: 1080px) {
  .right-column .book-free-trial {
    margin-right: 5px;
  }
  .right-column .book-free-trial .btn {
    font-size: 11px;
  }
  .right-column .enrol-now {
    font-size: 12px;
  }
}

@media screen and (max-width: 1060px) {
  .single-location {
    width: 47.05882352941%;
    margin-right: 5.8823529411%;
  }
  .location-details .address-column:nth-child(1) {
    width: 100%;
  }
  .location-details .address-column:last-child {
    width: 100%;
  }
  .location-details .parking-train {
    margin-bottom: 0px;
  }
  .explore-in {
    margin-top: 30px;
  }
  .single-testimonial blockquote:before {
    font-size: 90px;
    left: -40px;
    top: 42px;
  }
  .testimonials blockquote {
    font-size: 26px;
    line-height: 44px;
  }
  .single-tutor {
    width: 23%;
  }
  .tutor-wrap {
    justify-content: center;
    align-items: center;
  }
  .feature-tutor {
    width: auto;
    height: auto;
    padding-top: 104%;
  }
}

@media screen and (max-width: 1000px) {
  .first_video {
    margin-right: 55px;
  }
}

@media screen and (max-width: 1034px) {
  .testimonials-wrap .inner {
    padding-left: 26px;
  }
}

@media screen and (max-width: 1024px) {
  .top-header {
    margin-top: 1px;
    display: block;
    align-items: center;
  }
  .top-header .site-logo .default-logo img {
    width: 90px;
  }
  .top-header .left-column {
    top: 9px;
  }
  .top-header .contact-no {
    display: none;
  }
  .top-header .top-navigation-menu ul li {
    display: block;
  }
  .top-navigation-menu.move-down.show {
    top: 118px;
  }
  #header-wrapper.small-bar .left-column {
    top: 2px;
  }
  .right-column .book-free-trial {
    margin-right: 15px;
  }
  .hamburger-menu {
    width: 21px;
    display: block;
    float: right;
    margin-top: 15px;
  }
  .hamburger-menu span {
    height: 3px;
  }
  #header-wrapper.small-bar .right-column .book-free-trial .btn {
    padding: 9px 9px 8px 10px;
  }
  #header-wrapper.small-bar .top-header {
    margin-top: 2px;
  }
  #header-wrapper.small-bar .top-header .right-column {
    margin-top: 1px;
  }
  .tutor-application-form {
    margin-top: 50px;
  }
  .tutor-application-form .job-title {
    font-size: 40px;
  }
  .current-positons-wrap {
    margin-top: 50px;
  }
  .current-positons-wrap h2.heading {
    font-size: 40px;
  }
  .current-positons-wrap .tutor-role .title {
    font-size: 26px;
  }
  #header-wrapper.small-bar #menu-top-menu > li:first-child > .sub-menu {
    top: 0;
  }
  #menu-about-menu li a:hover {
    text-decoration: none;
  }
  #header-wrapper.small-bar .spin-logo img {
    width: 35px;
  }
  #menu-about-menu li .sub-menu {
    padding: 10px 0px 15px 0px;
  }
  .single-holiday-course .course-book-trial .btn-white {
    min-width: 179px;
  }
  .single-blog-content .inner-content.whitepaper-content {
    padding-bottom: 80px;
  }
  .single-blog-content .inner-content .content a {
    font-size: 14px;
    color: #70ccd7;
    text-decoration: underline;
  }
  :hover {
    text-decoration: none;
  }
  .single-blog-content .inner-content .content blockquote:before {
    color: #70ccd7;
    left: 20px;
  }
  .subscribe-form-wrap {
    margin-top: 50px;
    margin-bottom: 75px;
  }
  .subscribe-form-wrap h1 {
    font-size: 40px;
  }
  .generic-inner-page {
    margin-top: 40px;
    margin-bottom: 70px;
  }
  .home-banner .enquiryform .form-logo {
    width: 125px;
    right: -19px;
  }
  .site-content {
    padding-top: 65px;
  }
  h1 {
    font-size: 36px;
    line-height: 40px;
  }
  .inspirational-text h2 {
    margin-bottom: 30px;
  }
  .banner-text .title {
    font-size: 60px;
  }
  .banner-text .description {
    font-size: 20px;
  }
  .top-navigation-menu .show-mobile {
    display: block;
    margin: 20px 0px 0px 20px;
  }
  .top-navigation-menu .show-mobile .contact-no {
    display: inline-block;
    margin-right: 8px;
    font-family: 'GothamBold', serif;
  }
  .top-navigation-menu .show-mobile .contact-no a:hover {
    text-decoration: none;
  }
  .top-navigation-menu .show-mobile .contact-no .phone-icon {
    margin: 3px 4px 0px 0px;
  }
  .top-navigation-menu .show-mobile .book-free-trial {
    display: inline-block;
    margin-right: 8px;
  }
  .top-navigation-menu .show-mobile .enrol {
    display: inline-block;
  }
  .home-banner .enquiryform {
    margin-right: 10px;
  }
  .blog-posts .page-title {
    margin-top: 40px;
    font-size: 50px;
  }
  .blog-posts .input-select-search {
    margin-top: 20px;
  }
  .blog-posts .p-article-container {
    margin: 30px 0px 0px 0px;
  }
  .single-article {
    margin-bottom: 65px;
  }
  .pagination-wrap {
    margin-bottom: 75px;
  }
  .banner-text {
    width: 49%;
  }
  .home-banner .enquiryform {
    width: 48%;
  }
  .error-404.not-found {
    margin: 50px 0px 120px 0px;
  }
  .home-banner {
    height: 590px;
  }
  .home-banner .banner-wrap {
    padding-top: 75px;
  }
  .right-column .book-free-trial .btn {
    padding: 9px 9px 8px 10px;
  }
  .right-column .enrol {
    display: none;
  }
  #header-wrapper {
    padding: 10px 0px;
    height: 64px;
  }
  #menu-top-menu li a {
    font-size: 18px;
  }
  .top-navigation-menu {
    width: 100%;
    position: fixed;
    top: 64px;
    left: 100%;
    height: 100%;
    transition: left 0.5s ease;
    -ms-transition: left 0.5s ease;
    -webkit-transition: left 0.5s ease;
    -o-transition: left 0.5s ease;
    -moz-transition: left 0.5s ease;
    background: #eff2ec;
  }
  .top-navigation-menu.show {
    border-top: 1px solid #d4dbcc;
    left: 0;
    z-index: 1000;
    height: 100%;
    overflow-y: visible;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 60px;
  }
  .top-navigation-menu ul li {
    margin-right: 0;
  }
  #menu-top-menu {
    width: 100%;
    padding-left: 0px;
    margin: 0;
  }
  #menu-top-menu {
    padding: 20px 20px;
  }
  #menu-top-menu > li:first-child {
    margin-top: 0;
  }
  #menu-top-menu > li {
    border-bottom: 1px solid #d8dcd6;
    margin: 8px 0px;
    padding: 10px 0px;
  }
  #menu-top-menu > li.m-open > ul {
    visibility: visible;
    opacity: 1;
  }
  #menu-top-menu > li.m-open > a {
    font-family: 'GothamBold', serif;
    text-decoration: none;
  }
  #menu-top-menu > li:first-child > ul > li > a {
    font-family: "GothamBook", serif;
    font-weight: 500;
  }
  #menu-top-menu > li:first-child > .menu-item-has-children > .sub-menu {
    margin-top: 10px;
  }
  #menu-top-menu > li.menu-item-has-children.m-open > ul.sub-menu {
    position: relative;
    margin: 0;
    top: 0;
    padding: 0;
    line-height: 0;
    margin-top: 10px;
  }
  #menu-top-menu > li.menu-item-has-children.m-open > ul.sub-menu li {
    margin-bottom: 16px;
    line-height: normal;
  }
  .top-navigation-menu ul > li.m-open {
    position: relative;
  }
  .top-navigation-menu ul > li.m-open > a:after {
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -moz-transform: rotate;
    -o-transform: rotate;
    -ms-transform: rotate;
    -webkit-transform: rotate;
    transform: rotate;
  }
  .top-navigation-menu ul > li:first-child {
    position: relative;
  }
  #menu-top-menu > li:first-child > .sub-menu > li > ul > li > a {
    font-size: 13px;
  }
  #menu-top-menu > li.m-open > ul > li.m-open {
    border-bottom: 1px solid #d8dcd6;
  }
  #menu-top-menu > li.m-open > ul > li:last-child.m-open {
    border-bottom: none;
  }
  #menu-top-menu > li:first-child > .sub-menu > li > a {
    font-family: 'GothamBook', serif;
  }
  #menu-top-menu > li.menu-item-has-children > a:after {
    display: inline-block;
    content: "\f107";
    position: absolute;
    right: 2px;
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: 500;
    text-align: center;
    font-size: 21px;
    -webkit-font-smoothing: antialiased;
    transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
  }
  #menu-top-menu li.menu-item-has-children.m-open > ul > li.menu-item-has-children > a:after {
    display: inline-block;
    content: "\f107";
    right: 2px;
    position: absolute;
    font-weight: 500;
    text-align: center;
    font-size: 21px;
    font-family: "FontAwesome";
    -webkit-font-smoothing: antialiased;
    transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
  }
  #menu-top-menu > li > a:hover {
    text-decoration: none;
  }
  #course-lists > li.show > a:after {
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -moz-transform: rotate;
    -o-transform: rotate;
    -ms-transform: rotate;
    -webkit-transform: rotate;
    transform: rotate;
  }
  #menu-top-menu > li:first-child > .sub-menu {
    top: 0;
  }
  #header-wrapper.small-bar .top-navigation-menu {
    top: 64px;
  }
  #menu-top-menu > li.open > .sub-menu {
    position: relative;
    top: 0;
    padding: 0;
    margin: 0;
  }
  #menu-top-menu > li.menu-item-has-children.m-open > ul > li.m-open > ul {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  #menu-top-menu > li.menu-item-has-children.m-open > ul > li.m-open > ul > li {
    display: block;
  }
  #menu-top-menu > li > .sub-menu li > a {
    font-size: 14px;
  }
  #menu-top-menu > li.menu-item-has-children.m-open > ul > li.m-open > a {
    font-family: 'GothamBold', serif;
  }
  #menu-top-menu > li:first-child > .sub-menu li {
    display: block;
  }
  #menu-top-menu > li:first-child > .sub-menu li > .sub-menu > li {
    display: none;
  }
  #menu-top-menu > li.open > .sub-menu li {
    width: 100%;
  }
  #menu-top-menu > li.open > .sub-menu {
    background: #eff2ec;
  }
  .testimonials {
    min-height: 350px;
  }
  .testimonials blockquote {
    font-size: 18px;
    line-height: 36px;
  }
  .testimonials .right-column {
    width: 190px;
  }
  .testimonials .left-column {
    max-width: 472px;
  }
  .single-testimonial blockquote:before {
    font-size: 65px;
    left: -28px;
    top: 29px;
  }
  .testimonials-wrap .inner {
    max-width: 778px;
  }
  .inspirational-text {
    padding: 50px 0px 70px 0px;
  }
  .inspirational-text h2 {
    font-size: 40px;
    line-height: 48px;
  }
  .btn.big-padding {
    padding: 18px 20px 18px 20px;
    min-width: 180px;
  }
  .inspirational-text .btn-white {
    font-size: 16px;
  }
  .top-header .site-logo {
    margin-top: 1px;
  }
  .banner-wrap-sm .inner-sm .title {
    font-size: 50px;
  }
  .contact-us-form {
    margin: 50px 0px 80px 0px;
  }
  .single-course-content .breakdown-wrap {
    margin-top: 55px;
  }
  .single-course-content .heading {
    font-size: 45px;
    line-height: 41px;
  }
  .single-course-content .title {
    font-size: 26px;
  }
  .banner-content h1 {
    font-size: 60px;
  }
  .single-course .banner-header .course-year {
    font-size: 26px;
  }
  .single-course .banner-header .banner-inner {
    padding: 14px 0px 15px 0px;
  }
  .banner-inner .banner-content {
    padding-top: 70px;
  }
  .banner-wrap-lg {
    height: 495px;
  }
  .course-book-trial .btn-white {
    font-size: 14px;
    padding: 13px 22px;
  }
  .single-blog-content .inner-content {
    padding: 40px 0px 40px 0px;
  }
  .single-blog-content .inner-content .content blockquote {
    margin: 55px 0px;
  }
  .single-blog-content .main-title {
    font-size: 40px;
  }
  .single-blog-content .related-articles {
    padding: 50px 0px 60px 0px;
  }
  .content-heading h1 {
    font-size: 60px;
    line-height: normal;
  }
  .content-heading h2 {
    font-size: 35px;
    line-height: normal;
    margin-bottom: 25px;
  }
  .content-heading h3 {
    font-size: 30px;
    line-height: normal;
    margin-bottom: 20px;
  }
  .content-heading h4 {
    font-size: 24px;
    line-height: normal;
    margin-bottom: 18px;
  }
  .content-heading h5 {
    font-size: 24px;
    line-height: normal;
  }
  .content-heading h6 {
    font-display: 18px;
    line-height: normal;
  }
  .pricing-page-testimonial .testimonials-wrap {
    padding: 56px 0px 13px 0px;
  }
  .education-company-logo {
    padding-top: 60px;
  }
  .different-good .two-column {
    text-align: center;
  }
  .different-good .two-column .left-col {
    width: 422px;
    text-align: left;
    margin-right: 30px;
  }
  .different-good .main-image {
    height: 315px;
    width: 380px;
  }
  .different-good .two-column.flip .left-col {
    width: 440px;
    margin-right: 0;
  }
  .different-good .two-column.flip .multiple-image.left-inner .support-image {
    top: 26px;
  }
  .right-inner .support-image,
  .left-inner .support-image {
    width: 180px;
    height: 175px;
  }
  .different-good .inner {
    max-width: 930px;
  }
}
@media screen and (max-width: 960px) {
  .first_video {
    margin-right: 50px;
  }
}
@media screen and (max-width: 940px) {
  .two-column .title {
    font-size: 30px;
    line-height: 33px;
  }
  .different-good {
    margin-top: 53px;
    margin-bottom: 80px;
  }
  .different-good .inner {
    max-width: 725px;
  }
  .different-good .main-image {
    height: 253px;
    width: 303px;
    margin-right: 30px;
  }
  .two-column {
    margin-bottom: 40px;
  }
  .right-inner .support-image,
  .left-inner .support-image {
    width: 123px;
    height: 121px;
  }
  .two-column.flip .multiple-image.left-inner .main-image {
    margin-left: 34px;
  }
  .different-good .two-column.flip .right-col > .multiple-image.left-inner {
    width: auto;
  }
  .different-good .two-column.flip .multiple-image.left-inner .support-image {
    top: 20px;
  }
  .different-good .two-column .left-col {
    width: 360px;
  }
  .different-good .two-column.flip .left-col {
    width: 345px;
  }
}

@media screen and (max-width: 992px) {
  .student-survey .survey {
    margin-right: 10px;
    width: 31%;
  }
  .student-survey .percent {
    font-size: 100px;
  }
  .student-survey .percent .per-symbol {
    font-size: 40px;
    right: -33px;
  }
  .holiday-courses-list .inner-list {
    padding: 18px 15px 16px 20px;
  }
  #menu-footer-menu > li > .sub-menu > li {
    margin-right: 14px;
  }
  #menu-footer-menu {
    text-align: center;
  }
  #menu-footer-menu > li > .sub-menu > li {
    text-align: left;
  }
  .homepage-two-col-content .left-half .inner-wrap {
    width: 380px;
  }
  .bottom-menu-about {
    margin-top: 30px;
  }
  .stay-up-to-date {
    margin-top: 17px;
  }
  .breakdown-lists .single-list .left,
  .term-course-lists .single-list .left {
    padding: 18px 15px 16px 20px;
    min-height: 135px;
    width: 79%;
  }
  .breakdown-lists .single-list .right,
  .term-course-lists .single-list .right {
    width: 21%;
  }
  .breakdown-lists .duration,
  .term-course-lists .duration {
    font-size: 20px;
  }
  .lesson-breakdown {
    width: 64%;
  }
  .course-testimonial {
    width: 32%;
  }
  .course-testimonial .subject-details .amt {
    font-size: 50px;
  }
  .breakdown-lists .time-logo,
  .term-course-lists .time-logo {
    background-size: contain;
    height: 35px;
  }
  .term-course-lists .single-list .term {
    height: 45px;
    width: 45px;
    font-size: 20px;
  }
  .single-article {
    width: 31%;
  }
}

@media screen and (max-width: 922px) {
  .video_content_section {
    max-width: 860px;
  }
  .first_video {
    margin-right: 20px;
  }
  h1 {
    font-size: 36px;
    line-height: 40px;
  }
  .inspirational-text h2 {
    margin-bottom: 30px;
  }
  .tutor-info {
    width: 48%;
    margin-right: 4%;
  }
  .tutor-potrait {
    width: 48%;
  }
  .tutor-potrait .potrait-img {
    width: auto;
  }
  .testimonials {
    min-height: 350px;
  }
  .testimonials blockquote {
    font-size: 18px;
    line-height: 36px;
  }
  .testimonials .right-column {
    width: 190px;
  }
  .testimonials .left-column {
    max-width: 472px;
  }
  .single-testimonial blockquote:before {
    font-size: 65px;
    left: -28px;
    top: 29px;
  }
  .testimonials-wrap .inner {
    max-width: 778px;
  }
  #slider-arrow {
    margin-top: 18px;
  }
  .book-button-wrap .book-btn {
    padding-bottom: 70px;
  }
  .btn.big-padding {
    padding: 14px 20px 14px 20px;
  }
  .two-column .description {
    font-size: 14px;
  }
  .homepage-two-col-content .two-column .description p {
    font-size: 14px;
  }
  .two-column .title {
    font-size: 35px;
    line-height: 40px;
  }
  .homepage-two-col-content .main-image {
    height: 340px;
    width: 332px;
  }
  .homepage-two-col-content .support-image {
    width: 180px;
    height: 170px;
  }
  .homepage-two-col-content .multiple-image.right-outer .support-image {
    right: 10px;
  }
  .homepage-two-col-content .left-half .inner-wrap {
    width: 325px;
  }
}

@media screen and (max-width: 880px) {
  .video_content_section {
    max-width: 600px;
    display: block;
  }
  .first_video {
    width: 600px;
    padding-bottom: 30px;
  }
  .second_video {
    width: 600px;
  }
  .first_video iframe {
    width: 100%;
  }
  .second_video iframe {
    width: 100%;
}

}

@media screen and (max-width: 850px) {
  .homepage-two-col-content .multiple-image.right-outer .support-image {
    right: 48px;
  }
  .homepage-two-col-content .multiple-image.left-outer .support-image {
    left: -33px;
  }
  .homepage-two-col-content .main-image {
    height: 306px;
    width: 300px;
  }
  .current-positons-wrap .tutor-role {
    min-height: 190px;
  }
}

@media screen and (max-width: 768px) {
  .banner-wrap-sm .inner-sm .title {
    font-size: 60px;
  }
  .tutor-application-form {
    margin-top: 45px;
    margin-bottom: 50px;
  }
  .tutor-application-form .job-title {
    font-size: 36px;
  }
  .tutor-application-form .requirement {
    width: 100%;
    margin-bottom: 30px;
  }
  .tutor-application-form .app-form {
    width: 57.467456%;
  }
  .generic-inner-page h1 {
    font-size: 40px;
    line-height: normal;
  }
  .generic-inner-page h4,
  .generic-inner-page h5 {
    font-size: 26px;
    line-height: normal;
    margin-bottom: 20px;
  }
  .generic-inner-page h3,
  .generic-inner-page h2 {
    font-size: 28px;
    line-height: normal;
    margin-bottom: 22px;
  }
  .single-course .student-survey {
    padding: 92px 0px 80px 0px;
  }
  .list-tutors {
    margin-top: 60px;
    margin-bottom: 19px;
  }
  .student-survey {
    background: #eff2ec;
    padding: 70px 0px 25px 0px;
  }
  .education-company-logo {
    padding-top: 50px;
  }
  .edu-comp-wrap .single-edu-company {
    margin-bottom: 30px;
  }
  .edu-comp-wrap .single-edu-company:last-child {
    margin-bottom: 0px;
  }
  .upper-footer .edu-comp-wrap {
    padding: 40px 0px 26px 0px;
  }
  .free-trial-btn {
    padding: 10px 30px;
    font-size: 14px;
  }
  .single-course-content .heading {
    font-size: 36px;
  }
  .single-course-content .title {
    font-size: 22px;
    line-height: 26px;
  }
  .single-course-content .info {
    font-size: 13px;
  }
  .potential-learning .single .title {
    margin-top: 10px;
  }
  .breakdown-lists .single-list .left,
  .term-course-lists .single-list .left {
    padding: 18px 12px 16px 20px;
  }
  .single-article .title {
    font-size: 20px;
    line-height: 22px;
  }
  .single-blog-content .inner-content .content blockquote p {
    font-size: 26px;
    line-height: 40px;
  }
  .single-blog-content .inner-content .content blockquote:before {
    font-size: 94px;
    top: 39px;
  }
  .different-good {
    margin-top: 40px;
    margin-bottom: 60px;
  }
  .two-column {
    margin-bottom: 40px;
  }
  .banner-content h1 {
    font-size: 45px;
  }
  .banner-content h2 {
    font-size: 40px;
  }
  .banner-inner .banner-content {
    padding-top: 50px;
  }
  .banner-wrap-lg {
    height: 480px;
  }
  .banner-wrap-sm {
    height: 280px;
  }
  .current-positons-wrap {
    margin-top: 50px;
    margin-bottom: 70px;
  }
  .current-positons-wrap h2.heading {
    font-size: 36px;
    margin-bottom: 26px;
  }
  .free-text-content h4 {
    font-size: 28px;
  }
  .free-text-content h3 {
    font-size: 28px;
  }
}

.max-width-996 {
  max-width: 996px;
  margin: 0 auto;
}
.extra-content-each-sub{
  padding-bottom:20px;
}


@media screen and (max-width: 767px) {
  .banner-text {
    width: 100%;
    margin-bottom: 30px;
    float: none;
  }
  .no-events {
    margin-bottom: 30px;
    margin-top: 20px;
  }
  .potentia-modal .modal-dialog.modal-large {
    margin-top: -20px;
  }
  .current-positons-wrap .tutor-role {
    min-height: 170px;
  }
  .current-positons-wrap .tutor-role {
    padding: 19px 16px 17px 15px;
  }
  .current-positons-wrap .tutor-role .title {
    font-size: 22px;
    line-height: 26px;
  }
  .tutor-application-form .app-form {
    width: 100%;
  }
  .tutor-application-form .app-form .hbspt-form fieldset {
    max-width: none;
  }
  .tutor-application-form .job-title {
    margin-bottom: 30px;
    font-size: 40px;
  }
  .app-form .hs_please_upload {
    width: 145px !important;
  }
  .subscribe-form-wrap {
    margin-top: 30px;
    margin-bottom: 60px;
  }
  .subscribe-form-wrap h1 {
    font-size: 30px;
    line-height: normal;
  }
  .subscribe-form-wrap .description {
    font-size: 14px;
    line-height: 20px;
  }
  .stay-up-to-date {
    max-width: 450px;
  }
  .generic-inner-page h1,
  .generic-inner-page h2 {
    font-size: 30px;
    line-height: normal;
    margin-bottom: 15px;
  }
  .generic-inner-page h3,
  .generic-inner-page h4,
  .generic-inner-page h5 {
    margin-top: 0;
    font-size: 20px;
  }
  .generic-inner-page {
    margin-top: 18px;
    margin-bottom: 40px;
  }
  .single-course .student-survey {
    padding: 50px 0px 54px 0px;
  }
  .course-modal .modal-content .term-details {
    height: 100px;
    width: 100px;
  }
  .term-content-wrap .title {
    font-size: 22px;
    line-height: 26px;
    width: 78%;
  }
  .course-modal .modal-content .term-details .term {
    font-size: 16px;
    width: 54px;
    height: 54px;
  }
  .potentia-modal .modal-content.holiday-content {
    height: 70%;
  }
  .two-column.flip .multiple-image.left-inner .main-image {
    margin-left: 26px;
  }
  .different-good .two-column .left-col {
    width: 100%;
    margin-right: 0;
    display: inline-block;
    float: none;
  }
  .different-good .flip .right-col {
    float: none;
  }
  .different-good .two-column.flip .left-col {
    width: 100%;
    margin-right: 0;
    display: inline-block;
    float: none;
  }
  .potentia-modal .modal-body {
    padding: 20px 36px 40px 22px;
  }
  .potentia-modal .modal-content {
    height: 90%;
  }
  .tutor-info .name {
    font-size: 22px;
    text-align: left;
  }
  .tutor-info .head-of {
    text-align: left;
  }
  .tutor-info .qualification {
    text-align: left;
  }
  .education-company-logo {
    padding-top: 40px;
  }
  .home-banner .enquiryform {
    max-width: 700px;
    width: 96%;
    float: none;
    margin: 0 auto;
  }
  .different-good .right-col {
    float: none;
    margin: 0 auto;
    width: 326px;
  }
  .home-banner {
    height: 720px;
  }
  #menu-footer-menu > li {
    text-align: left;
  }
  #menu-footer-menu > li > .sub-menu li > .sub-menu {
    display: none;
  }
  #menu-footer-menu > li > .sub-menu > li {
    display: block;
    border-bottom: 1px solid #d8dcd6;
    margin-right: 0;
    padding: 10px 0px 0px 0px;
  }
  #menu-footer-menu > li > .sub-menu > li.menu-item-has-children > a:after {
    display: inline-block;
    content: "\f107";
    position: absolute;
    right: 17px;
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: 500;
    text-align: center;
    font-size: 21px;
    -webkit-font-smoothing: antialiased;
    width: 29px;
  }
  .bottom-menu-about {
    max-width: none;
  }
  #menu-footer-menu > li > .sub-menu > li.m-open > .sub-menu {
    display: block;
  }
  .stay-up-to-date {
    display: block;
    margin-left: 0;
  }
  #menu-about-menu > li.menu-item-has-children {
    border-bottom: 1px solid #d8dcd6;
  }
  #menu-about-menu > li.menu-item-has-children > a:after {
    display: inline-block;
    content: "\f107";
    position: absolute;
    right: 17px;
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: 500;
    text-align: center;
    font-size: 21px;
    -webkit-font-smoothing: antialiased;
    width: 29px;
  }
  #menu-about-menu > li > .sub-menu {
    display: none;
  }
  .bottom-menu-about {
    width: 100%;
    display: block;
    border: none;
  }
  #menu-about-menu {
    padding: 0;
    border: none;
  }
  .home-banner .banner-wrap {
    padding-top: 35px;
  }
  .banner-text .title {
    font-size: 40px;
  }
  .single-tutor {
    width: 38%;
  }
  .single-tutor:nth-child(2n) {
    margin-right: 0;
  }
  .tutor-potrait .potrait-img {
    width: 192px;
    height: 190px;
  }
  .pricing-tabs .tabs li {
    height: 60px;
    width: 125px;
  }
  .select-school-year {
    padding: 35px 0px;
  }
  .student-survey {
    padding: 60px 0px 40px 0px;
  }
  .student-survey .answer {
    font-size: 14px;
    width: auto;
  }
  .student-survey .percent {
    font-size: 80px;
    letter-spacing: -5px;
  }
  .pricing-page-testimonial .testimonials {
    margin-bottom: 26px;
  }
  .testimonials {
    text-align: center;
    padding-bottom: 0;
  }
  .testimonials .left-column {
    float: none;
    display: inline-block;
  }
  .testimonials .right-column {
    float: none;
    display: block;
    margin: 0 auto;
  }
  .testimonials .right-column .name {
    margin-top: 12px;
    text-align: left;
  }
  .book-button-wrap .book-btn {
    padding-bottom: 50px;
  }
  .book-button-wrap .book-btn a {
    font-size: 14px;
  }
  .testimonials-wrap {
    padding-top: 10px;
  }
  .homepage-two-col-content {
    margin-top: 50px;
  }
  .homepage-two-col-content .two-column {
    padding: 0px 20px;
  }
  .homepage-two-col-content .two-column.flip .left-half {
    float: none;
  }
  .homepage-two-col-content .two-column.flip .left-half .inner-wrap {
    float: none;
    margin-left: 0;
  }
  .homepage-two-col-content .two-column.flip .right-half .inner-wrap {
    float: none;
  }
  .homepage-two-col-content .left-half {
    float: none;
    width: 100%;
  }
  .homepage-two-col-content .left-half .inner-wrap {
    margin-right: 0;
    width: 100%;
  }
  .homepage-two-col-content .right-half {
    float: none;
    width: 100%;
    text-align: center;
    margin-top: 22px;
  }
  .homepage-two-col-content .right-half .inner-wrap {
    max-width: none;
    display: inline-block;
  }
  .homepage-two-col-content .multiple-image {
    width: auto;
    display: inline-block;
  }
  .homepage-two-col-content .multiple-image.right-outer .support-image {
    right: -27px;
    top: -9px;
  }
  .two-column .title {
    margin-bottom: 15px;
  }
  .home-page-icons {
    padding: 55px 0px 30px 0px;
  }
  .home-page-icons .single-icon .title {
    font-size: 14px;
  }
  .bottom-menu-courses {
    width: 100%;
    padding-right: 0px;
  }
  #menu-footer-menu {
    padding: 0px;
  }
  .banner-wrap-sm .inner-sm .title {
    font-size: 40px;
  }
  .contact-us-form {
    margin: 30px 0px 45px 0px;
  }
  .contact-us-form .btn-purple {
    font-size: 14px;
    padding: 10px 18px;
  }
  .contact-us-form p {
    margin-bottom: 14px;
  }
  #menu-footer-menu > li {
    margin-bottom: 10px;
  }
  #menu-footer-menu > li.menu-item-has-children > ul > li > ul > li {
    margin-bottom: 10px;
  }
  #menu-footer-menu > ul > li.m-open > a {
    margin-bottom: 14px;
    display: block;
  }
  .banner-text {
    margin-bottom: 50px;
  }
  .edu-comp-wrap .single-edu-company img {
    height: 80px;
  }
  #menu-footer-menu > li > ul > li > a {
    display: block;
    margin-bottom: 10px;
  }
  .lesson-breakdown {
    width: 100%;
  }
  .breakdown-lists,
  .term-course-lists {
    max-width: none;
  }
  .term-course-program {
    margin: 50px 0px 0px 0px;
  }
  .course-testimonial {
    margin: 13px 0px 40px 0px;
    width: 100%;
  }
  .course-testimonial blockquote {
    float: left;
    width: 44%;
  }
  .course-testimonial .student-wrap {
    float: left;
    width: 29%;
  }
  .course-testimonial .subject-details {
    width: 26%;
    float: left;
    vertical-align: top;
  }
  .course-testimonial .subject-details .subject-name {
    margin-top: 0;
    font-size: 16px;
  }
  .course-testimonial .subject-details .amt {
    font-size: 40px;
    line-height: 36px;
  }
  .course-testimonial .subject-details .dollar-symbol {
    font-size: 20px;
    left: -16px;
    top: -9px;
  }
  .course-testimonial .subject-details .per-term {
    font-size: 17px;
    line-height: 19px;
  }
  .course-testimonial .separator {
    display: none;
  }
  .lesson-breakdown {
    margin-bottom: 25px;
  }
  .free-trial-btn {
    padding: 8px 13px;
    font-size: 13px;
  }
  .blog-posts .page-title {
    margin-top: 20px;
    line-height: 65px;
    font-size: 40px;
  }
  .blog-posts .input-select-search {
    margin-top: 25px;
  }
  .single-blog-content .inner-content {
    padding: 30px 0px 40px 0px;
  }
  .single-blog-content .inner-content .intro {
    font-size: 14px;
    line-height: 21px;
  }
  .single-article-feature {
    margin-top: 19px;
    margin-bottom: 28px;
  }
  .pricing-page-testimonial .testimonials-wrap {
    padding: 28px 0px 0px 0px;
  }
  #footer .lower-footer {
    padding: 40px 0px 50px 0px;
  }
  .banner-text .description {
    margin-top: 25px;
  }
  .single-blog-content .inner-content.whitepaper-content {
    padding-bottom: 50px;
  }
  .tutoring_video_content {
    padding: 10px 20px 50px 20px;
  }

  .online-class-wrap {
    padding: 30px 0px 30px 0px;
  }

  .online-class-wrap h3{
    line-height: 42px;
  }
}

@media screen and (max-width: 700px) {
  #blog-lists {
    width: 240px;
  }
  #blog-lists > li ul {
    width: 240px;
  }
  .blog-posts .search-article input {
    width: 240px;
  }
  .term-content-wrap .content .right {
    float: none;
    margin-left: 0;
  }
  .term-content-wrap .content .left {
    margin-bottom: 20px;
  }
  .term-content-wrap .content .right p:last-child {
    margin-bottom: 0;
  }
  .current-positons-wrap .location-list {
    display: block;
    margin-left: 0;
  }
}

@media screen and (max-width: 650px) {
  .video_content_section {
    max-width: 500px;
    display: block;
  }
  .first_video {
    width: 500px;
  }
  .second_video {
    width: 500px;
  }
  .first_video iframe {
    width: 100%;
  }
  .second_video iframe {
    width: 100%;
}
  .single-article {
    width: 47%;
  }
  .article-wrap a > .single-article {
    margin-left: 0;
  }
  .article-wrap a:nth-child(2n) > .single-article {
    margin-left: 2.413253%;
  }
}

@media screen and (max-width: 600px) {
  .banner-text .title {
    font-size: 50px;
  }
  #location-lists {
    margin-bottom: 21px;
  }
  .current-positons-wrap {
    margin-top: 30px;
  }
  .current-positons-wrap h2.heading {
    font-size: 30px;
  }
  .current-positons-wrap .location-list {
    margin-top: 0;
    height: auto;
  }
  .current-positons-wrap .tutor-role {
    width: 100%;
    margin-right: 0;
    min-height: auto;
  }
  .course-testimonial-mobile {
    display: block;
    position: fixed;
    bottom: 0;
    height: auto;
    padding: 12px 20px;
    width: 100%;
    z-index: 2000;
  }
  .course-testimonial-mobile .subject-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'GothamBold', serif;
    line-height: normal;
  }
  .course-testimonial-mobile .amt {
    font-size: 30px;
    font-family: 'GothamBold', serif;
    position: relative;
    width: 44%;
  }
  .course-testimonial-mobile .amt .dollar-symbol {
    font-size: 16px;
    position: absolute;
    top: 4px;
    left: -12px;
  }
  .course-testimonial-mobile .amt .per-term {
    font-family: 'GothamBook', serif;
    font-size: 13px;
    position: absolute;
    top: 7px;
    left: 59px;
    font-weight: 500;
  }
  .course-testimonial-mobile .free-trial-btn {
    padding: 7px 10px;
    font-size: 11px;
  }
  .course-testimonial-mobile .subject-name {
    width: 26%;
    font-size: 14px;
  }
  .banner-text .description {
    font-size: 16px;
  }
  #tutorModal .modal-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
  }
  #tutorModal .modal-body > .tutor-potrait {
    order: 1;
    width: 80%;
  }
  .tutor-info .more-info {
    text-align: left;
  }
  #tutorModal .modal-body > .tutor-info {
    order: 2;
    width: 100%;
    max-width: none;
  }
  #tutorModal #slider-arrow {
    margin-top: 10px;
  }
  .potentia-modal .modal-body {
    padding: 25px 24px 40px 25px;
  }
  .tab-content .single-pricing {
    margin-right: 20px;
  }
  .tab-content .single-pricing:nth-child(2n+1) {
    margin-right: 0;
  }
  .pricing-tabs .tabs li {
    margin-right: 14px;
  }
  .single-pricing .subject-name {
    font-size: 16px;
  }
  .single-pricing {
    width: 47%;
  }
  .error-404.not-found {
    margin: 30px 0px 50px 0px;
  }
  .course-testimonial {
    display: none;
  }
  .course-testimonial .subject-details {
    width: 100%;
    margin: 0 auto;
  }
  .single-location {
    width: 100%;
    margin-right: 0;
    max-width: none;
    margin-bottom: 50px;
  }
  .single-location:last-child {
    margin-bottom: 0;
  }
  .location-inner {
    padding: 40px 0px 55px 0px;
  }
  .single-location > .title {
    font-size: 26px;
  }
  .potential-learning {
    text-align: center;
  }
  .potential-learning .single {
    width: 100%;
    max-width: 300px;
    float: none;
    margin: 0 auto;
    margin-bottom: 30px;
    display: inline-block;
    text-align: left;
  }
  .potential-learning .single:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
  #course-lists {
    width: 234px;
  }
  #course-lists > li {
    padding: 10px 0px 8px 13px;
  }
  #course-lists > li ul {
    width: 234px;
  }
  #course-lists li.show > ul {
    top: 29px;
  }
  .single-course .banner-header .course-year {
    font-size: 22px;
  }
  .banner-inner .banner-content {
    padding-top: 30px;
  }
  .banner-content h1 {
    font-size: 40px;
  }
  .banner-content p:first-of-type {
    margin-top: 21px;
  }
  .banner-wrap-lg {
    height: 595px;
  }
  .single-course-content .breakdown-wrap {
    margin-top: 25px;
  }
  .single-course-content .heading {
    font-size: 30px;
  }
  .stay-up-to-date {
    max-width: none;
  }
}

@media screen and (max-width: 550px) {
  .video_content_section {
    max-width: 450px;
    display: block;
    padding-left:20px;
    padding-right:20px;
  }
  .first_video,
  .second_video {
    width: 100%;
  }

  .student-survey .survey {
    width: auto;
    margin-bottom: 50px;
    margin-right: 0;
  }
  .student-survey .survey:last-child {
    margin-bottom: 0;
  }
  .student-survey .answer {
    max-width: 350px;
  }
  .student-survey .percent {
    margin-bottom: 10px;
  }
  #blog-lists {
    margin: 0 auto;
  }
  .select-chosen,
  .blog-posts .search-article {
    display: block;
    margin: 0 auto;
  }
  .search-wrapper {
    max-width: 240px;
    margin: 0 auto;
    margin-top: 10px;
  }
}

@media screen and (max-width: 480px) {
  .banner-text .title {
    font-size: 46px;
  }
  .current-positons-wrap .tutor-role .title {
    font-size: 20px;
  }
  .tutor-application-form {
    margin-top: 35px;
  }
  .tutor-application-form .job-title {
    text-align: left;
    font-size: 36px;
  }
  .app-form .hs-fieldtype-file label {
    height: auto;
    padding: 13px 18px;
  }
  .app-form .hs-form .hs-fieldtype-file.field {
    width: auto !important;
  }
  input[type=submit] {
    padding: 12px 15px 13px 15px;
    font-size: 14px;
  }
  .single-pricing {
    min-height: auto;
    padding: 20px 14px 28px 14px;
  }
  .single-pricing .includes {
    min-height: 0;
    margin-top: 0;
    padding: 20px 0px;
  }
  .single-pricing .subject-name {
    min-height: 0;
    padding-bottom: 18px;
  }
  .single-pricing .total-pricing {
    margin-top: 21px;
  }
  .single-pricing .weekly-instal {
    line-height: normal;
    margin-top: 8px;
  }
  .holiday-course-pricing {
    margin-top: 10px;
  }
  .course-modal .modal-content .term-details {
    height: 80px;
    width: 80px;
  }
  .course-modal .modal-content .term-details .months {
    font-size: 12px;
  }
  .course-modal .modal-content .term-details .term {
    font-size: 12px;
    width: 40px;
    height: 40px;
  }
  .holiday-courses-list .inner-list {
    padding: 15px 8px 10px 10px;
  }
  .holiday-courses-list .inner-list .view-lesson-plan {
    margin-top: 12px;
  }
  .holiday-courses-list {
    margin-top: 10px;
  }
  .two-column .description.sp-content p:last-child {
    margin-bottom: 0;
  }
  .different-good {
    margin-top: 25px;
    margin-bottom: 55px;
  }
  .two-column .title {
    font-size: 26px;
    line-height: normal;
  }
  .single-tutor .info {
    padding: 8px 6px 0px 9px;
  }
  .single-tutor .info .course-tutor {
    font-size: 12px;
    line-height: 17px;
  }
  .single-tutor .info .name {
    font-size: 16px;
  }
  #tutorModal .modal-body > .tutor-info {
    margin-top: 20px;
  }
  .potentia-modal .modal-content {
    height: 500px;
  }
  .tutor-potrait .potrait-img {
    width: auto;
    height: 0;
    padding-top: 103%;
  }
  .banner-wrap-lg {
    height: 524px;
  }
  .home-banner .enquiryform {
    padding: 25px 17px 30px 17px;
  }
  #blog-lists li.show > ul {
    z-index: 100;
  }
  .blog-posts .page-title {
    line-height: normal;
  }
  .home-banner .enquiryform .enrol-submit {
    padding: 13px 20px;
    font-size: 14px;
  }
  .home-banner .banner-wrap {
    padding-top: 40px;
  }
  .home-banner {
    height: 700px;
  }
  .single-tutor {
    width: 47%;
  }
  .list-tutors {
    margin-top: 33px;
    margin-bottom: 0px;
  }
  .education-company-logo img {
    width: 100%;
    height: auto;
  }
  .pricing-tabs ul.tabs li {
    font-size: 12px;
  }
  .tab-content .single-pricing {
    width: 275px;
    margin-right: 0;
  }
  .single-pricing .total-pricing .amt {
    font-size: 50px;
  }
  .inspirational-text {
    padding: 50px 0px 70px 0px;
  }
  .inspirational-text h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .inspirational-text .btn-white {
    font-size: 14px;
  }
  .home-banner .enquiryform .form-title {
    font-size: 26px;
  }
  .edu-comp-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .upper-footer .single-edu-company {
    margin-left: 0;
    flex: 1 0 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
  }
  .single-course-content .title {
    font-size: 20px;
    line-height: 20px;
  }
  .breakdown-lists .duration,
  .term-course-lists .duration {
    font-size: 16px;
    line-height: 22px;
  }
  .breakdown-lists .single-list .left,
  .term-course-lists .single-list .left {
    padding: 15px 8px 10px 10px;
  }
  .term-course-lists .single-list .months {
    font-size: 12px;
    line-height: 19px;
  }
  .breakdown-lists .duration,
  .term-course-lists .duration {
    font-size: 12px;
  }
  .potential-learning .heading {
    text-align: left;
  }
  .single-course-content .heading {
    line-height: 32px;
  }
  .testimonials blockquote {
    text-align: left;
  }
  .top-navigation-menu .show-mobile .book-free-trial a {
    font-size: 11px;
  }
  .top-navigation-menu .show-mobile .enrol {
    font-size: 16px;
    font-weight: 700;
  }
  .top-navigation-menu .show-mobile .contact-no {
    font-size: 1.2em;
  }
  .top-navigation-menu .show-mobile .contact-no .phone-icon {
    margin: 2px 4px 0px 0px;
  }
  .single-article {
    width: 100%;
    margin-bottom: 40px;
  }
  .article-wrap a:nth-child(n) > .single-article {
    margin-left: 0;
  }
  .related-article-wrap .single-article {
    margin-left: 0;
  }
  .single-blog-content .inner-content .content blockquote {
    margin: 22px 0px;
    padding: 0;
    padding-left: 40px;
  }
  .single-blog-content .inner-content .content blockquote p {
    font-size: 24px;
    line-height: 35px;
  }
  .single-blog-content .inner-content .content blockquote:before {
    font-size: 76px;
    top: 33px;
    left: -6px;
  }
  .single-blog-content .related-articles {
    padding: 34px 0px 23px 0px;
  }
  .content-heading h3 {
    font-size: 21px;
    margin-bottom: 14px;
  }
  .home-page-icons .single-icon {
    flex: 1 0 80px;
    width: 20%;
  }
  .home-page-icons .single-icon img {
    width: 50px;
  }
  .home-page-icons .single-icon .title {
    font-size: 11px;
    width: 60px;
  }
  .homepage-two-col-content {
    margin-top: 35px;
  }
  .homepage-two-col-content .two-column {
    margin-bottom: 35px;
  }
  .video_content_section {
    padding: 52px 20px 0px 20px;
  }
}
@media screen and (max-width: 414px) {
  .youtube-video {
    padding-bottom: 68.25%;
  }
}

@media screen and (max-width: 400px) {
  .homepage-two-col-content .main-image {
    height: 260px;
    width: 254px;
  }
  .homepage-two-col-content .support-image {
    width: 137px;
    height: 133px;
  }
  .homepage-two-col-content .multiple-image.right-outer .support-image {
    right: -15px;
    top: 0px;
  }
  .homepage-two-col-content .multiple-image.left-outer .support-image {
    left: -20px;
    bottom: -18px;
  }
  .course-book-trial .btn-red {
    padding: 10px 18px;
    font-size: 14px;
    margin-top: 18px;
  }
}

@media screen and (max-width: 375px) {
  .location-details .address-column {
    display: block;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .single-course .banner-header .course-year {
    font-size: 18px;
  }
  #header-wrapper.small-bar #menu-top-menu {
    margin-top: 0;
  }
  .different-good .main-image {
    height: 229px;
    width: 275px;
  }
  .two-column .multiple-image.right-inner .support-image {
    right: 30px;
  }
  #course-lists > li > span {
    top: 4px;
    right: 27px;
  }
  #course-lists {
    width: 225px;
  }
  #course-lists > li ul {
    width: 225px;
  }
  #course-lists > li ul li a {
    padding: 7px 6px;
  }
  #course-lists > li {
    padding: 10px 0px 8px 9px;
  }
  #course-lists > li > a:after {
    right: 7px;
  }
  .course-testimonial-mobile .amt {
    margin-left: 4%;
  }
}

@media screen and (max-width: 350px) {
  .course-testimonial-mobile .free-trial-btn {
    padding: 5px 6px;
  }
  .course-testimonial-mobile .amt {
    font-size: 27px;
  }
  .course-testimonial-mobile .amt .per-term {
    left: 51px;
  }
}

@media screen and (max-width: 320px) {
  .course-testimonial-mobile .subject-name {
    font-size: 12px;
  }
  .app-form .hs-fieldtype-file label {
    height: auto;
    padding: 13px 12px;
  }
  .app-form .hs-fieldtype-file label span {
    font-size: 13px;
  }
  .right-column .book-free-trial .btn {
    font-size: 10px;
    padding: 9px 6px 8px 6px;
  }
}

.pop-up .modal-content {
  max-width: 570px;
  margin: 0 auto;
  height: auto;
}

.home-banner .enquiryform .form-logo {
  width: 125px;
  right: 10px;
}

.popup-form-wrap .hs-richtext p {
  margin-bottom: 41px;
  font-family: 'GothamBook', serif;
  font-weight: 500;
  line-height: 26px;
}

.hs-richtext {
  margin-top: 22px;
  color: #212b36;
}

.hs-richtext ul {
  list-style-type: initial;
}

.app-form .hs-form .hs-fieldtype-file.field {
  width: 146px !important;
  margin-right: 20px;
  float: none !important;
}

#popup-form input[type=submit] {
  padding: 14px 41px;
  outline: none;
  font-weight: bold;
  background: #70ccd7;
  border: 1px solid #70ccd7;
}

.submitted-message a {
  color: #9c69ad;
  text-decoration: underline;
}

.submitted-message a:hover {
  text-decoration: none;
}

.pop-up .modal-body {
  padding: 34px 34px 34px 34px;
  overflow-y: scroll;
}

.current-positons-wrap h2.heading {
  margin-bottom: 40px;
  display: inline-block;
}

.current-positons-wrap .location-list {
  display: inline-block;
  height: 70px;
  position: relative;
  z-index: 99;
  vertical-align: middle;
  margin-left: 50px;
  margin-top: 10px;
}

.event-details .description {
  font-size: 14px;
  font-family: 'GothamBook', serif;
  line-height: 20px;
  color: #000;
  margin-top: 6px;
  margin-bottom: 6px;
}

.app-form input[type=submit]:hover {
  cursor: pointer;
}

#location-lists {
  text-align: left;
  border: 1px solid #c4cdd5;
  margin-bottom: 0;
  background: #fff;
  padding-left: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  width: 300px;
}

#spinner {
  display: none;
  margin: 0;
  position: fixed;
  top: 30%;
  left: 50%;
  background-color: transparent;
  opacity: 0.6;
  margin-left: -60px;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6) url(https://cdn2.hubspot.net/hubfs/5434687/Potentia%20tutoring%20Website%20Images/loading.gif);
  box-shadow: none;
  opacity: 0.5;
}

#spinner img {
  width: 100px;
  height: 100px;
}

.uploaded-file .close {
  right: 28px;
}

.uploaded-file .single-file {
  padding: 8px 30px 8px 7px;
}

#location-lists > li {
  list-style-type: none;
  position: relative;
  padding: 2px 0px 0px 13px;
}

#location-lists > li a {
  color: #000;
  text-decoration: none;
  font-family: 'GothamBook', serif;
  line-height: 12px;
  font-size: 12px;
}

#location-lists .dropdown {
  display: block;
  padding-right: 30px;
  line-height: 32px;
}

#location-lists > li > a:after {
  display: inline-block;
  content: "\f107";
  top: -2px;
  position: absolute;
  right: 9px;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 500;
  text-align: center;
  font-size: 22px;
  -webkit-font-smoothing: antialiased;
  transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}

#location-lists li.show > a:after {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -moz-transform: rotate;
  -o-transform: rotate;
  -ms-transform: rotate;
  -webkit-transform: rotate;
  transform: rotate;
}

#location-lists > li ul {
  float: left;
  left: 0px;
  padding-left: 0;
  width: 300px;
  opacity: 0;
  position: absolute;
  max-height: 360px;
  top: 40px;
  visibility: hidden;
  overflow: auto;
  z-index: 1;
}

#location-lists li.show > ul {
  opacity: 1;
  top: 33px;
  visibility: visible;
  background: #fff;
  padding: 6px 4px 3px 4px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border: 1px solid #c4cdd5;
  border-top: none;
  left: -1px;
}

#location-lists > li ul li {
  list-style-type: none;
}

#location-lists li.show > ul {
  opacity: 1;
  top: 33px;
  visibility: visible;
  background: #fff;
  padding: 6px 4px 3px 4px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border: 1px solid #c4cdd5;
  border-top: none;
  left: -1px;
}

#location-lists > li ul li a {
  padding: 7px 10px;
  display: block;
}

#location-lists > li a {
  color: #000;
  text-decoration: none;
  font-family: 'GothamBook', serif;
  line-height: 12px;
  font-size: 12px;
}

#event-location > li > a:after {
  display: inline-block;
  content: "\f107";
  top: -2px;
  position: absolute;
  right: 9px;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 500;
  text-align: center;
  font-size: 22px;
  -webkit-font-smoothing: antialiased;
  transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}

.current-positons-wrap .tutor-role-wrap {
  max-width: 970px;
}

.current-positons-wrap .tutor-role {
  border: 2px solid #e4e8e0;
  padding: 19px 56px 17px 15px;
  width: 48.4536082474%;
  margin-bottom: 25px;
  float: left;
}

.job-link:nth-child(odd) > .tutor-role {
  margin-right: 2.47731958762%;
}

#event-location li.show > a:after {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -moz-transform: rotate;
  -o-transform: rotate;
  -ms-transform: rotate;
  -webkit-transform: rotate;
  transform: rotate;
}

.popup-form-wrap h1 {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: normal;
}

.event-page {
  margin-top: 70px;
  margin-bottom: 80px;
}

.event-positon .max-container {
  max-width: 1070px;
  margin: 0 auto;
  padding: 0px 20px;
}

.event-positon .event-wrap {
  max-width: 970px;
}

#event-location {
  text-align: left;
  border: 1px solid #c4cdd5;
  margin-bottom: 0;
  background: #fff;
  padding-left: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  width: 300px;
}

#event-location > li {
  list-style-type: none;
  position: relative;
  padding: 2px 0px 0px 13px;
}

#event-location > li a {
  color: #000;
  text-decoration: none;
  font-family: 'GothamBook', serif;
  line-height: 12px;
  font-size: 12px;
}

.event-positon .event-link:nth-child(odd) > .event-details {
  margin-right: 2.47731958762%;
}

#event-location > li ul li a {
  padding: 7px 10px;
  display: block;
}

#event-location li.show > ul {
  opacity: 1;
  top: 33px;
  visibility: visible;
  background: #fff;
  padding: 6px 4px 3px 4px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border: 1px solid #c4cdd5;
  border-top: none;
  left: -1px;
}

.event-positon .event-details {
  border: 2px solid #e4e8e0;
  padding: 19px 56px 17px 15px;
  width: 48.4536082474%;
  margin-bottom: 25px;
  float: left;
}

.event-positon .event-details .title {
  font-size: 30px;
  font-weight: 400;
  line-height: 32px;
}

#event-location .dropdown {
  display: block;
  padding-right: 30px;
  line-height: 32px;
}

#event-location > li ul {
  float: left;
  left: 0px;
  padding-left: 0;
  width: 300px;
  opacity: 0;
  position: absolute;
  max-height: 360px;
  top: 40px;
  visibility: hidden;
  overflow: auto;
  z-index: 1;
}

.event-positon {
  margin-top: 72px;
  margin-bottom: 100px;
}

.event-positon .event-link {
  text-decoration: none;
  margin-bottom: 15px;
  display: block;
}

.event-positon h2.heading {
  margin-bottom: 40px;
  display: inline-block;
}

.event-positon .location-list {
  display: inline-block;
  height: 70px;
  position: relative;
  z-index: 99;
  vertical-align: middle;
  margin-left: 50px;
  margin-top: 10px;
}

.event-page .max-container {
  max-width: 886px;
  margin: 0 auto;
  padding: 0px 20px;
}

.event-page .event-title {
  font-size: 60px;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 50px;
}

.popup-form-wrap .description {
  margin-bottom: 10px;
  font-family: 'GothamBook', serif;
  line-height: 26px;
}

.popup-form-wrap .hs-richtext p {
  margin-bottom: 20px;
  font-family: 'GothamBook', serif;
  line-height: 20px;
}

#popup-form .input-field {
  margin-bottom: 5px;
}

#popup-form .btn-yellow {
  padding: 14px 41px;
  outline: none;
  font-weight: bold;
  margin-top: 5px;
}

#pmodal .close .close-img {
  background: url("images/close.png") no-repeat;
  height: 20px;
  width: 20px;
  background-size: cover;
  background-position: center center;
  display: inline-block;
}

.event-page .description {
  color: #212b36;
  font-size: 15px;
  font-family: 'GothamBook', serif;
  line-height: 21px;
  margin-bottom: 30px;
}

.description-button a {
  padding: 14px 41px;
  outline: none;
  font-weight: bold;
  margin-top: 26px;
  background: #76c37c;
  border: 2px solid #76c37c;
}

.description-button a:hover {
  text-decoration: none;
  opacity: 0.7;
}

@media screen and (max-width: 1024px) {
  .event-page {
    margin-top: 50px;
  }
  .event-page .event-title {
    font-size: 40px;
  }
  .event-positon h2.heading {
    font-size: 40px;
    margin-bottom: 26px;
  }
  .event-positon {
    margin-top: 50px;
  }
  .event-positon .event-details .title {
    font-size: 26px;
  }
  .home-banner .enquiryform .form-logo img {
    width: 140px;
  }
  .home-banner .enquiryform .form-logo {
    right: -15px;
  }
}

@media screen and (max-width: 825px) {
  .event-positon .event-details {
    min-height: 190px;
  }
}

@media screen and (max-width: 768px) {
  .event-page {
    margin-top: 45px;
    margin-bottom: 50px;
  }
  .event-page .event-title {
    font-size: 36px;
  }
  .event-page .description {
    margin-bottom: 30px;
  }
  .event-page .current-positons-wrap h2.heading {
    font-size: 36px;
    margin-bottom: 26px;
  }
  .event-positon {
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 767px) {
  .event-positon .event-details .title {
    font-size: 22px;
    line-height: 26px;
  }
  .pop-up .modal-body {
    padding: 34px 19px 34px 20px;
    overflow-y: scroll;
  }
  .event-positon .event-details {
    min-height: 170px;
    padding: 19px 16px 17px 15px;
  }
  .popup-form-wrap h1 {
    font-size: 30px;
    font-weight: 700;
  }
  .popup-form-wrap .hs-richtext p {
    margin-bottom: 20px;
    font-family: 'GothamBook', serif;
    line-height: 20px;
  }
  .event-page .event-title {
    margin-bottom: 30px;
    font-size: 40px;
  }
  .event-positon h2.heading {
    margin-bottom: 26px;
  }
}

@media screen and (max-width: 700px) {
  .current-positons-wrap .location-list {
    display: block;
    margin-left: 0;
  }
}

@media screen and (max-width: 600px) {
  .event-positon {
    margin-top: 30px;
  }
  .event-positon .event-details {
    width: 100%;
    margin-right: 0;
    min-height: auto;
  }
  .event-positon h2.heading {
    font-size: 30px;
  }
}

@media screen and (max-width: 480px) {
  .event-page {
    margin-top: 35px;
  }
  .event-page .event-title {
    text-align: left;
    font-size: 36px;
  }
}

@media screen and (max-width: 440px) {
  .pop-up .modal-content {
    width: auto;
  }
}

@media screen and (max-width: 360px) {
  .modal.show .modal-dialog {
    padding-top: 20%;
  }
}

@media screen and (max-width: 320px) {
  .modal.show .modal-dialog {
    padding-top: 40%;
  }
}
