@font-face {
  font-family: "MotivaSans-Bold";
  src: url("../fonts/motivasans/MotivaSans-Bold.eot")
    format("embedded-opentype");
  src: url("../fonts/motivasans/MotivaSans-Bold.woff") format("woff"),
    url("../fonts/motivasans/MotivaSans-Bold.ttf") format("truetype"),
    url("../fonts/motivasans/MotivaSans-Bold.svg#MotivaSans-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MotivaSans-Light";
  src: url("../fonts/motivasans/MotivaSans-Light.eot")
    format("embedded-opentype");
  src: url("../fonts/motivasans/MotivaSans-Light.woff") format("woff"),
    url("../fonts/motivasans/MotivaSans-Light.ttf") format("truetype"),
    url("../fonts/motivasans/MotivaSans-Light.svg#MotivaSans-Light")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MotivaSans-Regular";
  src: url("../fonts/motivasans/MotivaSans-Regular.eot")
    format("embedded-opentype");
  src: url("../fonts/motivasans/MotivaSans-Regular.woff") format("woff"),
    url("../fonts/motivasans/MotivaSans-Regular.ttf") format("truetype"),
    url("../fonts/motivasans/MotivaSans-Regular.svg#MotivaSans-Regular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SofiaPro-Bold";
  src: url("../fonts/sofiapro/SofiaPro-Bold.eot") format("embedded-opentype");
  src: url("../fonts/sofiapro/SofiaPro-Bold.woff") format("woff"),
    url("../fonts/sofiapro/SofiaPro-Bold.ttf") format("truetype"),
    url("../fonts/sofiapro/SofiaPro-Bold.svg#SofiaPro-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SofiaPro-Light";
  src: url("../fonts/sofiapro/SofiaPro-Light.eot") format("embedded-opentype");
  src: url("../fonts/sofiapro/SofiaPro-Light.woff") format("woff"),
    url("../fonts/sofiapro/SofiaPro-Light.ttf") format("truetype"),
    url("../fonts/sofiapro/SofiaPro-Light.svg#SofiaPro-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SofiaPro-Medium";
  src: url("../fonts/sofiapro/SofiaPro-Medium.eot") format("embedded-opentype");
  src: url("../fonts/sofiapro/SofiaPro-Medium.woff") format("woff"),
    url("../fonts/sofiapro/SofiaPro-Medium.ttf") format("truetype"),
    url("../fonts/sofiapro/SofiaPro-Medium.svg#SofiaPro-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SofiaProRegular";
  src: url("../fonts/sofiapro/SofiaProRegular.eot") format("embedded-opentype");
  src: url("../fonts/sofiapro/SofiaProRegular.woff") format("woff"),
    url("../fonts/sofiapro/SofiaProRegular.ttf") format("truetype"),
    url("../fonts/sofiapro/SofiaProRegular.svg#SofiaProRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SofiaPro-SemiBold";
  src: url("../fonts/sofiapro/SofiaPro-SemiBold.eot")
    format("embedded-opentype");
  src: url("../fonts/sofiapro/SofiaPro-SemiBold.woff") format("woff"),
    url("../fonts/sofiapro/SofiaPro-SemiBold.ttf") format("truetype"),
    url("../fonts/sofiapro/SofiaPro-SemiBold.svg#SofiaPro-SemiBold")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
body,
html {
  height: 100%;
  font-family: "MotivaSans-Regular";
  font-size: 14px;
  margin: 0px;
  padding: 0px;
  background-color: #f6f6f6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "SofiaPro-Bold";
  margin: 0;
}

h2 {
  font-size: 28px;
  color: #fff;
  margin-bottom: 20px;
  line-height: 30px;
}
h3 {
  color: #fff;
  font-size: 26px;
  line-height: 24px;
  margin-bottom: 20px;
  line-height: 30px;
}
h4 {
  font-size: 20px;
  margin: 25px 0px;
  line-height: 28px;
  color: #fff;
}
h5 {
  font-size: 16px;
  color: #fff;
}
ul {
  margin: 0;
  padding: 0px;
}
a {
  color: #3f4b6c;
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  transition: 0.5s ease-in-out all;
  -webkit-transition: 0.5s ease-in-out all;
  -ms-transition: 0.5s ease-in-out all;
  -moz-transition: 0.5s ease-in-out all;
  -o-transition: 0.5s ease-in-out all;
  color: #8a1757;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

p {
  color: #3f4b6c;
  line-height: 24px;
  font-family: "SofiaPro-Light";
  font-size: 16px;
  margin-top: 10px;
  position: relative;
}
button:focus {
  outline: none;
}
table {
  table-layout: fixed;
  width: 100%;
  border-collapse: inherit;
}
.tbl {
  display: table;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}
.tbl-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.img-responsive {
  max-width: 100%;
  display: block;
  height: auto;
  margin: 0 auto;
}
.padding0 {
  padding: 0px;
}
.inline-block {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.top-section {
  background-color: #dadada;
  text-align: right;
  width: 100%;
  float: right;
}
.top-inner {
  float: right;
}
.top-section li {
  float: left;
  vertical-align: top;
}
.top-section li.callus {
  background-color: #4a5e9c;
  transition: 0.5s ease-in-out all;
  -webkit-transition: 0.5s ease-in-out all;
  -ms-transition: 0.5s ease-in-out all;
  -moz-transition: 0.5s ease-in-out all;
  -o-transition: 0.5s ease-in-out all;
}
.top-section li.search-inner {
  padding: 10px 20px;
}
.top-section li.callus a {
  color: #fff;
  vertical-align: middle;
  font-size: 14px;
  letter-spacing: 1px;
  font-family: "SofiaPro-SemiBold";
  vertical-align: bottom;
  padding: 10px 20px;
  display: inline-block;
}
.top-section li.callus:hover {
  opacity: 0.8;
}
.top-section li.callus .fa-phone {
  margin-right: 5px;
}
.top-section li.training {
  background: #dadada;
}
.top-section li.training a {
  text-transform: uppercase;
  color: #3f4b6c;
  font-size: 14px;
  font-family: "MotivaSans-Bold";
  padding: 13px 22px 10px 22px;
  display: inline-block;
}
.top-section li.training a:hover {
  color: #8a1757;
}
.top-section li.training .fa-user-circle {
  margin-right: 6px;
  vertical-align: initial;
  font-size: 16px;
}
.top-section .search-form {
  position: relative;
}
.top-section .search-form .search-field {
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #404b6a;
  outline: none;
  color: #777d8b;
  border-radius: 0;
  font-size: 13px;
}
.top-section .search-form .search-field::-webkit-input-placeholder {
  color: #777d8b;
}
.top-section .search-form .search-field::-moz-placeholder {
  color: #777d8b;
}
.top-section .search-form .search-field:-ms-input-placeholder {
  color: #777d8b;
}
.top-section .search-form .search-field:-moz-placeholder {
  color: #777d8b;
}
.top-section .search-form .search-field:focus {
  outline: none;
}
.top-section .search-form input[type="submit"] {
  background: url("../images/search-icon.svg");
  width: 14px;
  height: 14px;
  border: none;
  color: #404b6a;
  position: absolute;
  top: 0px;
  right: 5px;
  font-size: 0px;
  background-repeat: no-repeat;
}
.header-section {
  background-color: #f3f3f3;
  float: left;
  width: 100%;
}
.header-inner {
  padding: 15px 60px;
}
.header_logo {
  display: inline-block;
}
.menu-sect {
  display: inline-block;
  float: right;
  margin-top: 13px;
}
span.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 10px !important;
  vertical-align: 0.155em;
  content: "";
  border-top: 0.5em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.cart-count {
  position: absolute;
  top: -10px;
  right: 10px;
  background: #2d904f;
  border-radius: 100%;
  width: 20px;
  font-size: 12px !important;
  line-height: 20px;
  vertical-align: middle;
  height: 20px;
  text-align: center;
  color: #fff;
}
.home-banner {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 550px;
  display: table;
  width: 100%;
}
.banner-content {
  text-align: center;
  margin: 0 auto;
  max-width: 1120px;
  height: 100%;
  display: table;
}
.banner-content h3,
.banner-content h4 {
  color: #fff;
  font-size: 36pt;
  line-height: 42px;
  font-family: "SofiaPro-Bold";
  margin-bottom: 25px;
  margin-top: 0;
}
.bg-btns {
  color: #fff !important;
  text-transform: uppercase;
  background-color: #8a1757;
  font-weight: bold;
  width: 240px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  font-family: "MotivaSans-Bold";
  padding: 11px 10px;
}
.bg-btns:hover {
  opacity: 0.8;
}

.brdr-btns {
  color: #fff !important;
  text-transform: uppercase;
  background: transparent !important;
  font-weight: bold;
  width: 235px;
  display: inline-block;
  border: 3px solid #fff !important;
  text-align: center;
  font-size: 14px;
  font-family: "MotivaSans-Bold";
  padding: 8px 10px;
}
.brdr-btns:hover {
  border: 3px solid #3f4b6c;
}
.enrolnow,
.crs-btn {
  margin: 0px 10px 15px 10px;
}
.btn-white-outline {
  padding: 9px 32px 7px 32px !important;
  line-height: 16px !important;
  font-size: 14px !important;
  text-transform: none;
  border: 3px solid #8a1757;
  margin: 5px;
  color: #8a1757 !important;
  text-align: center;
  font-family: "MotivaSans-Bold";
}
.btn-white-outline:hover {
  border: 3px solid #3f4b6c;
  color: #3f4b6c !important;
}
.cart-icon {
  padding: 12px 20px !important;
}
.home-logos {
  background-color: #fff;
  text-align: center;
}
.home-logos ul {
  display: inline-block;
  width: 100%;
}
.home-logos li {
  width: 20%;
  float: left;
  padding: 25px 0px;
  height: 107px;
  box-shadow: 0px 5px 0px 0px rgba(193, 193, 193, 0.3);
}
.home-logos li.active {
  background: #f6f6f6;
  box-shadow: 0 5px 0px 0px rgba(246, 246, 246, 1);
}
.home-logos .horizontal {
  display: flex;
  justify-content: center;
  height: 100%;
}
.home-logos .vertical {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home-logos .vertical img {
  max-width: 170px;
  margin: 0 auto;
}
.home-logos li p {
  color: #444a63;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  margin-bottom: 0px;
  text-transform: uppercase;
  max-width: 170px;
  font-family: "MotivaSans-Bold";
}
.home-logos li p:hover {
  color: #8a1757;
}
.css-table,
.course-table,
.testimonial-table,
.enquiry-table {
  display: flex;
  justify-content: space-between;
}
.css-table .col-right {
  flex: 0 0 70%;
  padding: 60px 0px;
  background-color: #7e2455;
}
.css-table .col-left {
  flex: 0 0 30%;
  overflow: hidden;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.css-table .col-left .layer1 {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  background-color: rgba(74, 94, 156, 0.3);
  height: 100%;
  z-index: 9999;
}
.css-table .col-left .layer2 {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  background-color: rgba(138, 23, 78, 0.32);
  height: 100%;
}

.css-table .col-right .col-right-inner {
  padding: 0px 300px 0px 200px;
}
.css-table .col-right .col-right-inner .offers {
  background: #5c183d;
  padding: 8px 15px 5px 15px !important;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px !important;
  line-height: normal !important;
  font-family: "MotivaSans-Regular";
}
.css-table .col-right-inner h3,
.css-table .col-right-inner h2 {
  margin: 20px 0px 15px 0px;
  color: #fff;
  font-size: 32px;
  font-family: "SofiaPro-Bold";
  line-height: 42px;
}
.css-table .col-right-inner p {
  color: #fff;
  font-family: "SofiaPro-Light";
  line-height: 24px;
  font-size: 16px;
}
.css-table .col-right-inner .discover-more {
  width: 175px;
  margin-top: 5px;

  font-family: "MotivaSans-Bold";
}
.course-table .col-left {
  flex: 0 0 65%;
  padding: 60px 0px 20px 0px;
  background-color: #3f4b6c;
}
.course-table .col-right {
  flex: 0 0 35%;
  overflow: hidden;
  position: relative;
}
.course-table .col-right:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 80px solid #3f4b6c;
  border-right: 85px solid transparent;
  width: 0;
}
.course-table .col-left .col-left-inner {
  padding: 0px 120px;
}
.course-table .col-left .col-left-inner h3,
.full-cources-section .col-left-inner h3 {
  font-size: 32px;
  margin-bottom: 30px;
  font-family: "SofiaPro-Bold";
}
.course-table .col-left .col-left-inner h3:before,
.full-cources-section .col-left-inner h3:before {
  content: url("../images/courses-img.svg");
  vertical-align: sub;
  margin-right: 12px;
}
.col-left-inner .courses-full {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}

.course-table .courses-left,
.full-cources-section .courses-left {
  display: inline-block;
  vertical-align: top;
  width: 45%;
  margin-right: 50px;
  margin-bottom: 35px;
}
.col-left-inner .courses-left:nth-child(3) {
  margin-right: 0px;
}
.course-table .courses-left .courses-left-inr,
.course-table .courses-full .courses-left-inr,
.full-cources-section .courses-left .courses-left-inr,
.full-cources-section .courses-full .courses-left-inr {
  border-bottom: 2px solid #eaeaea;
  margin-bottom: 15px;
}
.course-table .courses-left span,
.course-table .courses-full span,
.full-cources-section .courses-left span,
.full-cources-section .courses-full span {
  background: #eaeaea;
  padding: 8px 15px 2px 15px;
  display: inline-block;
  color: #TAE0116;
  text-transform: uppercase;
  font-size: 13px;
  font-family: "SofiaPro-Medium";
}
.courses-left ul,
.courses-full ul {
  list-style-type: square;
  padding-left: 40px;
  padding-top: 10px;
}
.courses-left ul li,
.courses-full ul li {
  font-size: 30px;
  vertical-align: text-top;
  color: #fefffe;
}
.courses-full ul li {
  width: 48%;
  float: left;
  padding-right: 28px;
  padding-bottom: 15px;
}
.courses-full ul li:nth-child(2n) {
  padding-right: 0px;
}
.courses-left ul li a,
.courses-full ul li a {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  vertical-align: middle;
  font-family: "SofiaPro-Medium";
}
/*.courses-left ul li a:after,
.courses-full ul li a:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.5em !important;
  vertical-align: 0.15em;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}*/
.courses-left ul li:hover,
.courses-left ul li a:hover,
.courses-full ul li:hover,
.courses-full ul li a:hover {
  color: #aeb7cd;
}
.testimonial-table .col-right {
  flex: 0 0 63%;
  padding: 115px 0px 90px 0px;
  background-color: #f6f6f6;
  position: relative;
}
.testimonial-table .col-left {
  flex: 0 0 37%;
  overflow: hidden;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.testimonial-table .col-left:after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0;
  border-top: 70px solid transparent;
  border-right: 70px solid #f6f6f6;
}
.testimonial-table .col-left:before {
  content: "";
  position: absolute;
  top: 70px;
  right: 0;
  width: 70px;
  height: calc(100% - 70px);
  background: #f6f6f6;
}
.testimonial-table .col-right .col-right-inner {
  float: left;
  width: 560px;
  padding: 0px 200px 0px 100px;
}
#testimonial-slider {
  width: 100%;
  display: inline-block;
}
#testimonial-slider .owl-dots {
  float: right;
  margin-top: 10px;
}
#testimonial-slider .owl-dots .owl-dot {
  margin: 0px 3px;
  color: #3f4b6c;
  font-weight: bold;
}
.testimonial-table .col-left-inner {
  height: 100%;
  padding: 0px 80px;
  display: table;
}
.testimonial-table .col-left-inner .tbl {
  text-align: left;
}
.testimonial-table .col-left-inner h2 {
  color: #fff;
  font-size: 44px;
  line-height: 45px;
  font-family: "SofiaPro-Bold";
  margin-bottom: 20px;
}
.testimonial-table .col-left-inner .discover-more {
  width: 195px;
  margin-top: 0px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-family: "MotivaSans-Bold";
  margin: 0 auto;
}
.testimonial-table .col-right-inner h2 {
  color: #3f4b6c;
  font-size: 30px;
  font-family: "SofiaPro-Bold";
  margin-bottom: 0px;
}
.testimonial-table .col-right-inner h2:before {
  content: url(../images/testimonial.svg);
  vertical-align: -webkit-baseline-middle;
  margin-right: 30px;
}
.testimonial-table .col-right-inner .testimonial-inner {
  padding: 50px 0px 0px 70px;
}
.testimonial-table .col-right-inner .testimonial-inner blockquote {
  font-size: 16px;
  margin: 0px 0px 20px 0px;
  position: relative;
}
.testimonial-table .col-right-inner .testimonial-inner blockquote:before {
  content: open-quote;
  top: -50px;
}
.testimonial-table .col-right-inner .testimonial-inner blockquote:after {
  content: close-quote;
  top: 0px;
}
.testimonial-table .col-right-inner .testimonial-inner blockquote:before {
  display: inline-block;
  vertical-align: bottom;
  color: #cdced4;
  position: absolute;
  left: -10px;
  font-size: 80px;
  line-height: normal;
}
.testimonial-table .col-right-inner .testimonial-inner blockquote:after {
  display: inline-block;
  vertical-align: bottom;
  color: #cdced4;
  font-size: 26px;
  position: relative;
  line-height: 23px;
}
.testimonial-table .col-right-inner .testimonial-inner blockquote p {
  display: inline;
  color: #3f4b6c;
  line-height: 24px;
  font-family: "SofiaPro-Light";
  font-size: 16px;
}
.testimonial-table .col-right-inner .testimonial-inner blockquote ul li {
  display: block;
  color: #3f4b6c;
  line-height: 24px;
  font-family: "SofiaPro-Light";
  font-size: 16px;
  padding: 5px 0px;
}
.testimonial-cnt {
  display: inline-block;
  width: 100%;
  margin-top: 5px;
}
.testimonial-cnt .cnt-left {
  display: inline-block;
  margin-right: 15px;
  width: 56px;
  height: 56px;
}
.testimonial-cnt .cnt-right {
  display: inline-block;
  vertical-align: top;
}
.testimonial-cnt .cnt-right h3 {
  color: #465167;
  font-size: 16px;
  margin-bottom: 3px;
  margin-top: 0px;
  line-height: normal;
  text-align: left;
}
.testimonial-cnt .cnt-right span {
  color: #c1c2c6;
  font-size: 14px;
}
.enquiry-table .col-left {
  flex: 0 0 50%;
  padding: 115px 0px;
  background-color: #3f4b6c;
}
.enquiry-table .col-right {
  flex: 0 0 50%;
  overflow: hidden;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.enquiry-table .col-right:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 80px solid #3f4b6c;
  border-right: 85px solid transparent;
  width: 0;
}
.enquiry-table .col-left .col-left-inner {
  padding: 0px 120px;
}
.enquiry-table .col-left .col-left-inner h3 {
  font-size: 38px;
  margin-bottom: 35px;
}
.contact-form-left {
  display: inline-block;
  width: 47%;
  margin-right: 23px;
}
.contact-form-left:nth-child(2n) {
  margin-right: 0px;
  float: right;
}
.contact-form input[type="text"],
.contact-form input[type="tel"],
.contact-form input[type="email"],
.contact-form select,
.contact-form textarea {
  width: 100% !important;
  display: inline-block;
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff7ff;
  margin-bottom: 0px;
  color: #ffebfa;
  font-size: 16px !important;
  /* padding: 0px 0px 5px 0px !important; */
  outline: none;
  font-family: "SofiaPro-Light" !important;
}
.gform_wrapper .gfield_checkbox li label {
  color: #ffebfa;
  font-size: 16px !important;
  padding: 5px 0px 0px 0px !important;
  font-family: "SofiaPro-Light" !important;
}
.gform_wrapper li.gfield.gfield_error {
  padding: 0px !important;
}
.gform_wrapper textarea.large {
  height: 60px !important;
  overflow: auto;
}
.contact-form select {
  padding: 0px 0px 10px 0px !important;
  margin-bottom: 5px !important;
}
.contact-form select option {
  background: #7198bf;
  outline: none;
}
.contact-form input[type="text"]::-webkit-input-placeholder,
.contact-form input[type="email"]::-webkit-input-placeholder,
.contact-form [type="tel"]::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder {
  color: #ffebfa;
}
.contact-form input[type="text"]::-moz-placeholder,
.contact-form input[type="email"]::-moz-placeholder,
.contact-form [type="tel"]::-moz-placeholder,
.contact-form textarea::-moz-placeholder {
  color: #ffebfa;
}
.contact-form input[type="text"]:-ms-input-placeholder,
.contact-form input[type="email"]:-ms-input-placeholder,
.contact-form [type="tel"]:-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder {
  color: #ffebfa;
}
.contact-form input[type="text"]:-moz-placeholder,
.contact-form input[type="email"]:-moz-placeholder,
.contact-form [type="tel"]:-moz-placeholder,
.contact-form textarea:-moz-placeholder {
  color: #ffebfa;
}
.contact-form input[type="submit"] {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  outline: none;
  position: relative;
  z-index: 99;
  padding: 0px 10px;
  font-weight: bold;
  cursor: pointer;
}
#gform_wrapper_1 input[type="submit"] {
  border: 2px solid #fff;
  padding: 10px 20px;
}
#gform_wrapper_1 .gform_footer {
  display: inline-block;
  position: relative;
  z-index: 999999;
}
/*.contact-form #gform_wrapper_1 .gform_footer:after {
  content: '';
  background: #01567f;
  position: absolute;
  top: 23px;
  height: 12px;
  width: 100%;
  display: block;
  z-index: 1;
}*/
.gform_wrapper
  li.gfield_error
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.gform_wrapper li.gfield_error textarea {
  border: none !important;
  border-bottom: 1px solid #790000 !important;
}
.gform_wrapper li.gfield.gfield_error,
.gform_wrapper
  li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background: none !important;
  border: none !important;
}
.contact-form .contact-form-full {
  width: 100%;
  margin: 0px;
}
.gform_wrapper .top_label .gfield_label {
  display: none !important;
}
.grey-logos {
  background-color: #eaeaea;
}
.grey-logos #logo-slider {
  display: none;
}
.grey-logos li {
  width: 20%;
  float: left;
  vertical-align: middle;
  padding: 70px 0px;
  height: 80px;
}
.grey-logos .horizontal {
  display: flex;
  justify-content: center;
  height: 100%;
  margin-bottom: 20px;
}
.grey-logos .vertical {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.grey-logos .vertical img {
  max-width: 130px;
  margin: 0 auto;
}
.instagram {
  width: 100%;
  max-width: 1450px;
  margin: auto;
  padding: 50px 0;
}
.instagram .sbi_follow_btn {
  margin-top: 2rem;
}
.instagram .sb_instagram_header {
  display: none;
}
.footer-section {
  padding: 100px 0px 20px 0px;
  display: block;
  background-color: #f6f6f6;
}
.footer-iner {
  max-width: 80%;
  margin: 0 auto;
}
.footer-logo img {
  height: 62px;
}
.footer-left {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}
.footer-middle-sect {
  display: inline-block;
  width: 24%;
  vertical-align: top;
}
.footer-middle-sect ul li a {
  text-transform: uppercase;
  font-size: 15px;
  color: #3f4b6c;
  padding: 10px 0px;
  display: inline-block;
  font-family: "MotivaSans-Bold";
}
.footer-middle-sect ul li a:hover {
  color: #8a1757;
}
.footer-right {
  display: inline-block;
  width: 24%;
  vertical-align: top;
}
.footer-right h3 {
  font-size: 15px;
  color: #3f4b6c;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: "MotivaSans-Bold";
}
.footer-right ul li {
  float: left;
  background-color: #eaeaea;
  color: #9499ac;
  margin: 0px;
  transition: 0.3s ease-in-out all;
  -webkit-transition: 0.3s ease-in-out all;
  -ms-transition: 0.3s ease-in-out all;
  -moz-transition: 0.3s ease-in-out all;
  -o-transition: 0.3s ease-in-out all;
}
.footer-right ul li.twitter {
  background-color: #eaeaea;
}
.footer-right ul li.facebook {
  background-color: #dfdedc;
}
.footer-right ul li a {
  color: #9499ac;
  font-size: 20px;
  padding: 10px 12px;
  display: inline-block;
}
.footer-right ul li.facebook a {
  padding: 10px 15px;
}
.footer-right ul li:hover {
  background-color: #4a5e9b;
}
.footer-right ul li:hover a {
  color: #fff;
}
.footer-bottom {
  display: inline-block;
  width: 100%;
  margin-top: 40px;
}
.footer-btm-left {
  display: inline-block;
  width: 49%;
}
.footer-btm-left p {
  max-width: 350px;
  line-height: 25px;
  font-size: 16px;
  color: #64687a;
  font-family: "SofiaPro-Light";
}
.footer-btm-right {
  display: inline-block;
  vertical-align: top;
  margin-top: 12px;
}
.footer-btm-right p {
  color: #64687a;
  font-family: "SofiaPro-Light";
  font-size: 16px;
  margin: 8px 0px 0px 0px;
}

/*  --- About us page START---*/
.bg-color {
  background-color: #f6f6f6;
}
.header-cover {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 340px;
  position: relative;
  display: table;
}
.cover-heading {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.cover-heading h1 {
  color: #fff;
  font-size: 60px;
  line-height: 65px;
  font-family: "SofiaPro-Bold";
  margin-bottom: 13px;
  width: 80%;
  margin: auto;
}
.crs-dts-btn img {
  vertical-align: middle;
  margin-right: 10px;
}
.cover-heading .cart .quantity {
  display: none;
}
.cover-heading button.single_add_to_cart_button.alt {
  width: 235px;
  padding-top: 11px;
  background-color: transparent !important;
  background: none !important;
  border-radius: 0;
  border: 3px solid white;
}
.cover-heading button:before {
  content: url("../images/wight-book.svg");
  margin: 10px;
  vertical-align: -webkit-baseline-middle;
}
.about-company-section {
  background-color: #f6f6f6;
}
.about-company-section-div {
  display: block;
  width: 100%;
  max-width: 1450px;
  margin: 0 auto;
  padding: 70px 10px 40px 10px;
}
.company-mission {
  width: 47%;
  display: inline-block;
  margin-right: 39px;
}
.commitment {
  width: 47%;
  display: inline-block;
  vertical-align: top;
}
.about-company-section-div h3,
.about-company-section-div h2,
.about-company-section-div h4 {
  color: #3f4b6c;
  font-size: 24px;
  font-family: "SofiaPro-Bold";
  margin-top: 30px;
}
.about-company-section-div p {
  color: #3f4b6c;
  line-height: 24px;
  font-family: "SofiaPro-Light";
  font-size: 16px;
}
.commitment ol li {
  color: #3f4b6c;
  line-height: 24px;
  font-family: "SofiaPro-Light";
  font-size: 16px;
  padding-bottom: 10px;
  padding-left: 10px;
}
.flex-div {
  display: flex;
  justify-content: space-between;
  background-color: #4a5e9c;
}
.left-img-div {
  flex: 0 0 33%;
  overflow: hidden;
  background-position: top center;
  background-size: cover;
  position: relative;
}
.right-content-div {
  flex: 0 0 67%;
  position: relative;
}
.left-img-div:after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0;
  border-top: 70px solid transparent;
  border-right: 70px solid #4a5e9c;
}
.left-img-div:before {
  content: "";
  position: absolute;
  top: 70px;
  right: 0;
  width: 70px;
  height: 100%;
  background: #4a5e9c;
}
.right-content-div .content-text {
  padding: 80px 172px;
}
.btn-blue {
  background-color: #3f4b6c;
  color: #fff !important;
}
.btn-blue:hover {
  opacity: 0.8;
}
.custom-btn {
  margin-top: 10px;
  font-family: "MotivaSans-Bold";
  text-transform: uppercase;
  font-weight: bold;
  width: 180px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  padding: 12px 10px;
}
.content-text h2 {
  color: #fff;
  font-size: 44px;
  line-height: 55px;
  font-family: "SofiaPro-Bold";
  margin-bottom: 25px;
}
.our-staff-header {
  width: 65%;
  margin: 0 auto;
}
.our-staff-section {
  margin: 90px 0px 40px 0px;
}
.staff-heading h3,
.staff-heading h2,
.staff-heading h4 {
  color: #3f4b6c;
  font-size: 24px;
  margin-bottom: 20px;
  font-family: "MotivaSans-Bold";
}
.staff-heading ul li {
  list-style-type: square;
  margin-left: 20px;
}
.staff-heading li {
  width: 100%;
  margin-right: 50px;
  vertical-align: top;
  color: #3f4b6c;
  line-height: 24px;
  font-family: "SofiaPro-Light";
  font-size: 16px;
}
.staff-heading p {
  display: inline-block;
  width: 100%;
  color: #3f4b6c;
  line-height: 24px;
  font-family: "SofiaPro-Light";
  font-size: 16px;
}
.staff-heading li:last-child {
  margin-right: 0px;
}

.staff-gallery {
  width: 80%;
  margin: 0px auto;
}
.staff-card {
  width: calc(33.33% - 30px);
  margin: 0px 15px 40px 15px;
  display: inline-block;
  float: left;
  box-shadow: 0px 0px 8px 3px rgba(216, 216, 216, 1);
  transition: 0.5s ease-in-out all;
  -webkit-transition: 0.5s ease-in-out all;
  -ms-transition: 0.5s ease-in-out all;
  -moz-transition: 0.5s ease-in-out all;
  -o-transition: 0.5s ease-in-out all;
}
.staff-img img.img-responsive {
  width: 100%;
}
.staff-img:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.team-details {
  padding: 20px;
}
.team-details h6 {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  line-height: 22px;
  color: #3f4b6c;
  margin-bottom: 12px;
  font-weight: normal;
}
.team-details .staff-position {
  color: rgba(155, 155, 155, 0.4228);
  padding-left: 10px;
  font-family: "SofiaPro-Light";
}
.team-details p {
  color: #4c5064;
  line-height: 24px;
  font-family: "SofiaPro-Light";
  font-size: 16px;
  margin-top: 0px;
  min-height: 50px;
}
.team-details a {
  color: #cacaca;
  font-size: 12px;
}
.team-details a:hover {
  color: #3f4b6c;
}
.full-cources-section {
  background-color: #7e2455;
  padding: 60px 0px 10px 0px;
  /*margin: 50px 0px 0px 0px;*/
}
.cources-div {
  width: 55%;
  margin: 0 auto;
}
.staff-img {
  position: relative;
  background-size: cover;
  background-position: top center;
  height: 267px;
  background-repeat: no-repeat;
}
.staff-img-overlay {
  background-color: rgba(138, 23, 87, 0.3);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  cursor: pointer;
  transition: 0.5s ease-in-out all;
  -webkit-transition: 0.5s ease-in-out all;
  -ms-transition: 0.5s ease-in-out all;
  -moz-transition: 0.5s ease-in-out all;
  -o-transition: 0.5s ease-in-out all;
}
.search-img {
  position: absolute;
  top: calc(50% - 17px);
  left: calc(50% - 17px);
  font-size: 25px;
  color: #fff;
}
.staff-img-overlay:hover {
  opacity: 1;
}
/* --- popup ---*/
/* Outer */
.popup {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.75);
}

/* Inner */
.popup-inner {
  width: 900px;
  padding: 60px 50px;
  position: relative;
  margin: 30px auto;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 1);
  border-radius: 0px;
  background: #fff;
  display: flex;
}
.popup.show {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: flex-start;
}
/* Close Button */
.popup-close {
  width: 23px;
  height: 23px;
  padding-top: 0px;
  display: inline-block;
  position: absolute;
  top: 12px;
  right: 10px;
  font-size: 20px;
  text-align: center;
  line-height: 100%;
  color: #fff !important;
}
.close-dtn-bg {
  width: 0px;
  height: 0px;
  padding-top: 0px;
  display: inline-block;
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 20px;
  text-align: center;
  line-height: 100%;
  color: #fff;
  border-left: 40px solid transparent;
  border-right: 40px solid #8a1757;
  border-bottom: 40px solid transparent;
  border-top: 40px solid #8a1757;
}
.modal-inner {
  width: 38%;
  display: inline-block;
  margin: 0px 45px 0px 0px;
}
.modal-image {
  width: 100%;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  height: 400px;
}
.modal-content {
  width: 41%;
  padding: 0px 15px;
}
.staff-social-icons {
  margin-top: 15px;
}
.staff-social-icons ul li {
  float: left;
  background-color: #eaeaea;
  color: #9499ac;
  margin: 0px;
  transition: 0.3s ease-in-out all;
  -webkit-transition: 0.3s ease-in-out all;
  -ms-transition: 0.3s ease-in-out all;
  -moz-transition: 0.3s ease-in-out all;
  -o-transition: 0.3s ease-in-out all;
}
.staff-social-icons ul li.twitter {
  background-color: #eaeaea;
}
.staff-social-icons ul li.facebook {
  background-color: #dfdedc;
}
.staff-social-icons ul li.e-mail {
  background-color: #eaeaea;
}
.staff-social-icons ul li a {
  color: #9499ac;
  font-size: 20px;
  padding: 10px 12px;
  display: inline-block;
}
.staff-social-icons ul li.facebook a {
  padding: 10px 15px;
}
.staff-social-icons ul li:hover {
  background-color: #2d904f;
}
.staff-social-icons ul li:hover a {
  color: #fff;
}
.modal-header {
  border-bottom: 2px solid #c9c9c9;
  margin-bottom: 28px;
}
.modal-header h4 {
  font-family: "Lato", sans-serif;
  font-size: 23px;
  line-height: 25px;
  font-weight: bold;
  color: #444862;
  margin-top: 0;
}
.modal-header .staff-position {
  font-weight: normal;
  color: rgba(155, 155, 155, 0.4228);
  font-size: 23px;
  padding-left: 20px;
}
.modal-content h5 {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  line-height: 22px;
  color: #3f4b6c;
  margin-top: 22px;
  margin-bottom: 10px;
}
.modal-content p {
  color: #3f4b6c;
  line-height: 22px;
  font-family: "MotivaSans-Light";
  font-size: 15px;
  margin-top: 0px;
}
/*  --- About us page END---*/
/*  --- courses page START ---*/
.blue-nav-section {
  background-color: #e5e5e5;
  text-align: center;
}
.courses-nav {
  float: left;
  width: 100%;
}
.courses-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.courses-nav li {
  display: inline-block;
}
.courses-nav li a {
  font-size: 15px;
  color: #404a6e;
  display: inline-block;
  text-align: center;
  padding: 21px 40px 18px 40px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "MotivaSans-Bold";
}
.cources-section {
  margin-top: 40px;
  display: inline-block;
  width: 100%;
}
.cources {
  width: 80%;
  margin: 20px auto;
  display: table;
}
.cources-sec-header {
  border-bottom: 2px solid #c9c9c9;
}
.cources-sec-header span {
  background: #eaeaea;
  padding: 10px 15px 4px 15px;
  display: inline-block;
  color: #3f4b6c;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "SofiaPro-Medium";
  letter-spacing: 1px;
}
.courses-sec-body {
  display: flex;
  width: 100%;
  margin-top: 40px;
  flex-wrap: wrap;
}
.courses-card {
  width: calc(33.33% - 40px);
  margin: 0px 20px 40px 20px;
  display: inline-block;
  float: left;
  background-color: #fff;
  box-shadow: 0px 0px 8px 3px rgba(216, 216, 216, 1);
  transition: 0.5s ease-in-out all;
  -webkit-transition: 0.5s ease-in-out all;
  -ms-transition: 0.5s ease-in-out all;
  -moz-transition: 0.5s ease-in-out all;
  -o-transition: 0.5s ease-in-out all;
}
.courses-card:nth-child(3n) {
  margin-right: 0px;
}
.cources-image {
  position: relative;
}
.cources-image img.img-responsive {
  width: 100%;
}
.cources-details {
  padding: 28px 22px 20px 22px;
}
.cources-details h6 {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: #4a5e9c;
  margin-bottom: 12px;
  font-weight: normal;
}
.cources-details p {
  color: #3f4b6c;
  line-height: 24px;
  font-family: "SofiaPro-Light";
  font-size: 16px;
  margin-top: 0px;
}
.cources-details p strong,
.cources-details p span {
  color: #4a5e9c;
}
.cources-details .course-time {
  color: #cacaca;
  font-size: 11px;
}
.courses-img-overlay {
  background-color: rgba(138, 23, 87, 0.3);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  cursor: pointer;
  transition: 0.5s ease-in-out all;
  -webkit-transition: 0.5s ease-in-out all;
  -ms-transition: 0.5s ease-in-out all;
  -moz-transition: 0.5s ease-in-out all;
  -o-transition: 0.5s ease-in-out all;
}
.courses-img-overlay:hover {
  opacity: 1;
}
.courses-card:hover,
.staff-card:hover {
  box-shadow: 0px 2px 6px 2px rgba(193, 193, 193);
}
.course-price {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
  font-size: 16px;
  color: #656d80;
}
.course-cart-btn {
  margin-bottom: 15px;
  display: inline-block;
  width: 100%;
}
.course-cart-btn .bg-btns {
  width: 150px;
  padding: 14px 0px !important;
  font-size: 14px !important;
  border-radius: 0 !important;
  background-color: #3f4b6c !important;
}
.more-about-courses {
  position: absolute;
  top: calc(50% - 17px);
  left: calc(50% - 17px);
  height: 45px;
  width: 45px !important;
}
.time-img {
  height: 10px;
  width: 10px !important;
  display: inline-block !important;
  vertical-align: middle;
}

/*  --- courses page END ---*/
/* --- Single course section START---*/
.course-cover-heading {
  text-align: left;
  padding: 0px 120px;
}
.course-cover-heading h1 {
  margin: 0;
}
.course-section {
  width: 80%;
  margin: 40px auto 30px auto;
  display: block;
}
.main-container {
  width: 65%;
  display: inline-block;
  margin-right: 50px;
}
.sidebsar {
  width: 30%;
  display: inline-block;
  float: right;
}
.main-container h5 {
  color: #3f4b6c;
  font-size: 24px;
  font-family: "SofiaPro-Bold";
}
.main-container p,
.main-container ul li {
  color: #3f4b6c;
  line-height: 24px;
  font-family: "SofiaPro-Light";
  font-size: 16px;
}
.main-container ul li {
  list-style-type: square;
  margin-left: 20px;
}
.duration-ammount {
  float: right;
  background-color: #e3e3e3;
  display: inline-block;
  width: 340px;
  padding: 20px 25px;
  margin: 0px 0px 0px 40px;
}
.duration-ammount table {
  border-collapse: collapse !important;
  width: 100%;
}
.duration-ammount tr {
  border-bottom: 1px solid white;
}
.duration-ammount h6 {
  color: #3f4b6c;
  font-size: 20px;
  font-family: "SofiaPro-Bold";
}
.duration-ammount table td,
.duration-ammount table th {
  color: #484f6a;
}
.duration-ammount table td {
  padding: 0.8rem 0;
}

.duration-ammount p {
  font-size: 14px;
}
.free-info-pack {
  background-color: #7e2455;
  padding: 25px 40px;
  border-top: 9px solid #5c193d;
  margin-top: -130px;
  z-index: 5;
  position: relative;
}
.free-info-pack h6 {
  color: #fff;
  font-size: 24px;
  font-family: "SofiaPro-Bold";
}
.free-info-pack p {
  color: #fff;
  line-height: 22px;
  font-family: "SofiaPro-Light";
  font-size: 14px;
}
.free-info-pack .gform_wrapper ul li.gfield {
  margin-top: 10px !important;
}
.validation_error {
  margin-bottom: 10px !important;
  color: #ff6f6f !important;
  border-top: 2px solid #ff6f6f !important;
  border-bottom: 2px solid #ff6f6f !important;
}
.validation_message,
.gform_wrapper .validation_message {
  color: #ff6f6f !important;
}

.enquiry-table #gform_wrapper_1 .validation_error {
  margin-bottom: 10px !important;
  color: #a52626 !important;
  border-top: 2px solid #a52626 !important;
  border-bottom: 2px solid #a52626 !important;
}
.enquiry-table #gform_wrapper_1 .validation_message {
  color: #a52626 !important;
}
.free-info-pack .gform_wrapper .field_description_below .gfield_description {
  padding-top: 10px !important;
}
.gform_wrapper
  li.gfield_error
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.gform_wrapper li.gfield_error textarea {
  border-bottom: 1px solid #ff6f6f !important;
}
.enquiry-table
  #gform_wrapper_1
  li.gfield_error
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.gform_wrapper li.gfield_error textarea {
  border-bottom: 1px solid #a52626 !important;
}
.info-form {
  width: 100%;
}
.info-form-btn,
.free-info-pack .contact-form input[type="submit"] {
  color: #fff !important;
  text-transform: uppercase;
  background-color: #5c193d;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  font-family: "MotivaSans-Bold";
  display: inline-block;
  width: 100% !important;
  margin-top: 10px;
  border-radius: 0px !important;
  outline: none;
}
.free-info-pack .contact-form input[type="submit"] {
  background-color: #5c193d !important;
}
.info-form-btn:hover,
.free-info-pack .contact-form input[type="submit"]:hover {
  opacity: 0.8;
}
.free-info-pack .contact-form input[type="text"],
.free-info-pack .contact-form input[type="email"] {
  margin-bottom: 10px;
  outline: none;
}
#gform_wrapper_3 .gform_footer {
  margin-top: 5px;
}
.info-form-btn img {
  vertical-align: middle;
  margin-right: 15px;
}
.secure-btn {
  margin-top: 0px;
}
.secure-seat {
  background-color: #4a5e9c;
  padding: 30px 40px 40px 40px;
  border-top: 7px solid #3f4b6c;
  margin-top: 40px;
}
.secure-seat h4 {
  color: #fff;
  font-size: 38px;
  font-family: "SofiaPro-Bold";
  margin-top: 0;
  line-height: 40px;
}
.secure-seat .info-form-btn,
.enroll-btn-div .info-form-btn {
  background-color: #3f4b6c;
}

.assess-link {
  cursor: pointer;
}

.self-assess-popup {
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 200000;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  display: none;
  overflow-y: scroll;
}

.self-assess-popup.active {
  display: flex;
}

.assess-close.close-dtn-bg {
  cursor: pointer;
  border-left: 40px solid transparent;
  border-right: 40px solid #4a5e9c;
  border-bottom: 40px solid transparent;
  border-top: 40px solid #4a5e9c;
}

.assess-close.close-dtn-bg .fa {
  position: absolute;
  top: -1.8rem;
  right: -1.8rem;
}

.self-assess-popup .form-wrap {
  margin: 5rem 0;
  position: relative;
  width: 80rem;
  background: white;
  padding: 3rem;
}

.self-assess-popup .form-wrap h3 {
  color: #4a5e9c;
}

.self-assess-popup .form-wrap h4,
.self-assess-popup .table-form p {
  margin: 0;
}

.self-assess-popup .table-form .row h5 {
  display: none;
}

.self-assess-popup .table-form p {
  color: #fff;
}

.self-assess-popup .table-form {
  background: #4a5e9c;
  color: #fff;
}

.self-assess-popup .table-form .gform_wrapper,
.self-assess-popup .table-form .ginput_container_checkbox,
.self-assess-popup .table-form .gfield_checkbox,
.self-assess-popup .table-form .gfield_checkbox li,
.self-assess-popup .table-form .gfield_checkbox li input,
.self-assess-popup .table-form .gfield_checkbox li label,
.self-assess-popup .table-form .gfield_radio li,
.self-assess-popup .table-form .gfield_radio li label,
.self-assess-popup .table-form .gsection_title,
.self-assess-popup .table-form .gsection_description,
.self-assess-popup .table-form .gform_footer {
  /* reset */
  margin: 0 !important;
  padding: 0 !important;
}

.self-assess-popup .table-form .gform_fields li.gfield {
  /* row */
  width: 100%;
  display: flex;
  border-bottom: 3px solid white;
  padding: 1rem;
  margin: 0;
  line-height: 1.5;
}

.self-assess-popup .table-form .gform_fields li.gfield:last-of-type {
  /* row */
  border-bottom: 0 !important;
}

.self-assess-popup .table-form .gfield_checkbox li label,
.self-assess-popup .table-form .gfield_radio li label,
.self-assess-popup .table-form .gfield_label,
.self-assess-popup .table-form .gfield_description {
  font-size: 1.1rem;
  font-family: "SofiaPro-Light" !important;
  font-weight: 100;
}

.self-assess-popup .table-form .gsection_title,
.self-assess-popup .table-form .gsection_description {
  font-family: "SofiaPro-Bold" !important;
  font-weight: bold;
  font-size: 1.4rem !important;
  line-height: 1;
}

.self-assess-popup .table-form .gfield_label,
.self-assess-popup .table-form .gfield_description,
.self-assess-popup .table-form .gsection_title,
.self-assess-popup .table-form .gsection_description {
  /* item */
  display: flex !important;
  align-items: center;
  width: 25% !important;
  border-right: 1px solid #fff;
}

.self-assess-popup .table-form .ginput_container_checkbox,
.self-assess-popup .table-form .ginput_container_radio {
  /* item */
  width: 45%;
  margin-top: 0;
  display: flex;
}

.self-assess-popup .table-form .ginput_container_text {
  width: 75%;
  text-align: center;
}

.self-assess-popup .table-form .ginput_container_text input {
  width: 90% !important;
  margin: auto;
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff7ff;
  margin-bottom: 0px;
  color: #fff;
  font-size: 16px !important;
  outline: none;
  font-family: "SofiaPro-Light" !important;
}

.self-assess-popup
  .table-form
  .ginput_container_text
  input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.self-assess-popup .table-form .ginput_container_text input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.self-assess-popup
  .table-form
  .ginput_container_text
  input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.self-assess-popup
  .table-form
  .ginput_container_text
  input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.self-assess-popup .table-form .ginput_container_text input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.self-assess-popup .table-form .row .item,
.self-assess-popup .table-form .gfield_label,
.self-assess-popup .table-form .gfield_description,
.self-assess-popup .table-form .gsection_title,
.self-assess-popup .table-form .gsection_description,
.self-assess-popup .table-form .ginput_container_checkbox ul,
.self-assess-popup .table-form .ginput_container_radio ul {
  /* item */
  padding: 1rem !important;
}

.self-assess-popup .table-form .gfield_checkbox,
.self-assess-popup .table-form .gfield_radio {
  /* checkboxes / radio */
  width: 100%;
  justify-content: space-between;
  display: flex;
  align-items: center;
}

.self-assess-popup .table-form .gfield_radio li input {
  /* radio */
  vertical-align: baseline !important;
  margin: 1px !important;
}

.self-assess-popup .table-form .gfield_checkbox li label,
.self-assess-popup .table-form .gfield_radio li label {
  /* checkboxes / radio */
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1rem !important;
  margin-left: 0.5rem !important;
}

.self-assess-popup .table-form .gfield_checkbox li input,
.self-assess-popup .table-form .gfield_checkbox li label,
.self-assess-popup .table-form .gfield_radio li input,
.self-assess-popup .table-form .gfield_radio li label {
  /* checkboxes / radio */
  width: auto;
  display: inline-block;
  max-width: 100%;
  line-height: 1;
}

.self-assess-popup .table-form .gform_footer {
  padding: 2rem 0 !important;
  margin: auto;
  text-align: center;
}

.self-assess-popup .table-form .gform_footer input.gform_button {
  /* button */
  border-radius: 0;
  padding: 1rem 8rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: auto;
  font-size: 1rem !important;
  font-weight: bold;
}

.self-assess-popup .table-form .gform_footer input.gform_button:focus {
  /* button */
  outline: none !important;
}

.self-assess-popup .table-form .gform_confirmation_message {
  /* confirmation */
  padding: 2rem;
  text-align: center;
  font-family: "SofiaPro-Light" !important;
}
.top-left {
  padding-left: 60px;
}
.top-left ul li {
  padding: 12px 20px 12px 0px;
  text-transform: uppercase;
  color: #8a1757;
  font-family: "SofiaPro-Bold";
}
.top-left ul li a {
  background: #8a1757;
  padding: 10px 18px 6px;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "SofiaPro-Medium";
  letter-spacing: 1px;
}
.special-offer {
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 7px 12px 3px 12px;
  background: #4a5e9c;
  color: #fff;
  border: 2px solid #9aa6c8;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "SofiaPro-Medium";
  letter-spacing: 1px;
  text-align: center;
  z-index: 9999;
  cursor: pointer;
}
.cources-details .course-price {
  display: none;
}
.course-price.opens {
  display: block;
}
.course-price span.pricetags {
  color: #d92700;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: bold;
}
@media screen and (max-width: 1250px) {
  .self-assess-popup .form-wrap {
    width: 80%;
  }
}

@media screen and (max-width: 1100px) {
  .self-assess-popup .table-form .gfield_label,
  .self-assess-popup .table-form .gfield_description {
    /* item */
    width: 33.3%;
  }

  .self-assess-popup .table-form .ginput_container_checkbox,
  .self-assess-popup .table-form .ginput_container_radio {
    /* item */
    width: 30%;
  }

  .self-assess-popup .table-form .gfield_checkbox,
  .self-assess-popup .table-form .gfield_radio {
    /* checkboxes / radio */
    display: block;
  }

  .self-assess-popup .table-form .gfield_checkbox li,
  .self-assess-popup .table-form .gfield_radio li {
    /* checkboxes / radio */
    padding: 0.5rem 0 !important;
  }
}

@media screen and (max-width: 750px) {
  .self-assess-popup .form-wrap {
    padding: 1.5rem;
  }

  .self-assess-popup .table-form .gform_fields li.gfield {
    /* row */
    display: block;
  }

  .self-assess-popup .table-form .gfield_label,
  .self-assess-popup .table-form .gfield_description,
  .self-assess-popup .table-form .ginput_container_checkbox,
  .self-assess-popup .table-form .ginput_container_radio {
    /* item */
    width: 100% !important;
  }

  .self-assess-popup .table-form .gfield_label,
  .self-assess-popup .table-form .gfield_description {
    border-right: 0;
    border-bottom: 1px solid #fff;
    display: block !important;
  }

  .self-assess-popup .table-form li:nth-child(-n + 2) .gfield_label {
    display: none !important;
  }

  .self-assess-popup .table-form .ginput_container_text,
  .self-assess-popup .table-form .ginput_container_text input {
    width: 100% !important;
  }

  .self-assess-popup
    .table-form
    li.gfield:nth-child(n + 3)
    .gfield_label:before,
  .self-assess-popup
    .table-form
    li.gfield:nth-child(n + 3)
    .gfield_description:before {
    display: block;
    padding-bottom: 0.5rem;
    font-weight: bold;
    width: 100%;
  }

  .self-assess-popup .table-form .gsection {
    display: none !important;
  }

  .self-assess-popup
    .table-form
    li.gfield:nth-child(n + 3)
    .gfield_label:before {
    content: "Requirements of Course:";
  }

  .self-assess-popup
    .table-form
    li.gfield:nth-child(n + 3)
    .gfield_description:before {
    content: "Points to think about:";
  }

  .self-assess-popup .table-form .gform_footer input.gform_button {
    width: 90% !important;
  }
}

/*--- FAQ ---*/
.faq-sec {
  margin-top: 40px;
  display: inline-block;
  width: 100%;
}
.faq li {
  padding: 17px 50px 17px 25px;
}
.faq li.q {
  background: transparent;
  font-weight: bold;
  font-size: 18px;
  color: #3f4b6c;
  cursor: pointer;
  list-style: none;
  border: 3px solid #3f4b6c;
  position: relative;
  line-height: 22px;
  margin-top: -3px;
  margin-left: 0px;
  font-family: "MotivaSans-Bold";
  width: -webkit-fill-available;
  text-align: left;
  height: auto;
  display: block;
  box-shadow: none;
}
.faq-icon {
  position: absolute;
  right: 30px;
  top: 25px;
}
.faq li.a {
  background: #fff;
  display: none;
  color: #fff;
  list-style: none;
  margin-left: 0px;
  width: auto;
  text-align: left;
  box-shadow: none;
  height: auto;
}
.single-cource-section .faq li .fa-clipboard {
  content: "\f0ea";
  font-family: "FontAwesome";
  padding-right: 15px;
}
.faq li.a p,
.faq li.a td {
  width: 100%;
  max-width: 100%;
  font-weight: normal !important;
  color: #3f4b6c;
  line-height: 24px;
  font-family: "SofiaPro-Light";
  font-size: 16px;
  text-transform: inherit;
}
.faq li.a ul,
.faq li.a ol {
  padding-left: 0px;
  display: inline-block;
  width: 100%;
  list-style: square inside;
}
.faq li.a li {
  padding: 15px 0px 0px 0px;
  color: #3f4b6c;
  width: calc(100% - 50px);
  float: left;
  height: auto;
  box-shadow: none;
  font-size: 16px;
  font-family: "SofiaPro-Light";
  margin-left: 0px;
}
/* .faq li.a table {
  table-layout: fixed;
} */

.page-sect table tr td,
.faq table tr td,
.page-sect table tr th,
.faq table tr th {
  padding: 10px;
}
.page-sect table tr:first-of-type th,
.faq table tr:first-of-type th {
  background: #8a1757 !important;
  color: #fff;
}
.page-sect table tr td:first-of-type,
.faq table tr td:first-of-type {
  background: #d6dbde;
}
.page-sect .faq table tr td:nth-child(2),
.faq table tr td:nth-child(2) {
  background: #f1f2f3;
}

.rotate {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
/* ---FAQ end*/
.enroll-btn-div {
  margin: 25px 0 30px;
  display: inline-block;
  width: 100%;
}
.enroll-btn-div .info-form-btn {
  display: block;
  padding: 0px;
  line-height: 40px;
  height: 40px;
  max-width: 282px;
  margin-top: 0px;
}
.enroll-btn-div .info-form-btn:before {
  content: url("../images/wight-book.svg");
  margin: 10px;
  vertical-align: -webkit-baseline-middle;
}
.secure-seat .info-form-btn:before {
  content: url("../images/wight-book.svg");
  margin: 10px;
  vertical-align: -webkit-baseline-middle;
}
.testimonial-sec {
  width: calc(78% + 30px);
  margin: 0 auto;
}
.testimonial-body {
  display: inline-block;
  margin-top: 40px;
}
.testimonial-sec .desktop-section {
  display: inline-block;
}
.testimonial-sec .mobile-section {
  display: none;
}
.testimonial-item {
  width: 45%;
  display: inline-block;
  margin: 0px 50px 30px 0px;
}
#testimonials-slider .testimonial-item {
  width: 100%;
}
.testi-img-sec {
  width: 70px;
  display: inline-block;
  margin-right: 22px;
  height: 70px;
  border-radius: 100%;
  border: 3px solid #c7c5c5;
}
.testi-cont-sec {
  width: 80%;
  display: inline-block;
  vertical-align: top;
  color: #656d80;
  font-family: "SofiaPro-Light";
  font-size: 16px;
  line-height: 24px;
  margin: 8px 0px 0px 0px;
}
.testi-cont-sec h5 {
  color: #3f4b6c;
  font-size: 14px;
  font-family: "SofiaPro-Bold";
  text-transform: uppercase;
}
.testi-cont-sec p {
  color: #656d80;
  font-family: "SofiaPro-Light";
  font-size: 16px;
  line-height: 24px;
  margin: 8px 0px 0px 0px;
}
.testi-cont-sec ul li {
  color: #656d80;
  font-family: "SofiaPro-Light";
  font-size: 16px;
  line-height: 24px;
  margin: 8px 0px 0px 0px;
}
.single-courses .courses-sec-body .courses-card {
  margin-bottom: 30px;
  width: 100%;
  /*height: 690px;*/
}
#submit_stgeorge_payment_form {
  text-transform: capitalize;
  text-align: center;
  display: block !important;
  padding: 0px !important;
  line-height: 38px !important;
  height: 40px !important;
  margin-top: 20px !important;
  border: 2px solid #01567f !important;
  color: #01567f;
  border: none;
  width: 150px;
  margin: 0 auto;
  font-size: 16px;
  cursor: pointer;
  background: transparent;
  transition: 0.5s ease-in-out all;
  -webkit-transition: 0.5s ease-in-out all;
  -ms-transition: 0.5s ease-in-out all;
  -moz-transition: 0.5s ease-in-out all;
  -o-transition: 0.5s ease-in-out all;
}
#submit_stgeorge_payment_form:hover {
  background: #01567f;
  color: #fff;
}
.woocommerce-bacs-bank-details,
.wc-bacs-bank-details-heading {
  text-align: center !important;
}
.wc-bacs-bank-details {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.wc-bacs-bank-details li {
  font-size: 14px !important;
  margin-top: 15px;
}
.wc-bacs-bank-details li strong {
  margin-top: 5px;
}
.wc-bacs-bank-details li.account_number {
  order: 2;
  border-right: 1px dashed #d3ced2;
}
.wc-bacs-bank-details li:last-of-type {
  border-right: 1px dashed #d3ced2 !important;
}
@media screen and (max-width: 1400px) {
  .single-courses .courses-sec-body .courses-card {
    /*height: 540px;*/
  }
}
.testimonial-sec .cources-sec-header span {
  width: 27%;
}
.single-courses {
  margin: 40px auto 10px auto;
  display: block;
}
#courses-slider .owl-nav {
  color: #c8cbd3;
  font-size: 22px;
}
/*#courses-slider .owl-prev {
  left: 0px;
  position: absolute;
  top: 29%;
  background: #F06;
  width: 25px;
  height: 25px;
}
#courses-slider .owl-next {
  right: 0px;
  position: absolute;
  top: 29%;
}
*/
#courses-slider .owl-next {
  right: -22px;
  color: #fff;
  position: absolute;
  top: 29%;
  background: #fff url(../images/right-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  box-shadow: 0px 0px 2px 0px rgba(193, 193, 193);
}
#courses-slider .owl-prev {
  left: -22px;
  color: #fff;
  position: absolute;
  top: 29%;
  background: #fff url(../images/left-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  box-shadow: 0px 0px 2px 0px rgba(193, 193, 193);
}
#courses-slider .owl-prev span,
#courses-slider .owl-next span {
  display: none;
}
/* --- Single course section START---*/
/*  --- Students page start ---*/
.our-students-section {
  padding: 100px 0px 0px 0px;
}
.students-sect-main {
  width: 80%;
  margin: 0px auto;
}
.students-sect-inner {
  display: flex;
  flex-wrap: wrap;
}
.student-row {
  /*background-color: #fff;
  box-shadow: 1px 1px 1px 1px rgba(216, 216, 216, 1);
  -webkit-box-shadow: 0px 0px 7px 1px rgba(216, 216, 216, 1);
  box-shadow: 0px 0px 7px 1px rgba(216, 216, 216, 1);
   */
  float: left;
  margin: 0 30px 50px 0;
  position: relative;
  overflow: hidden;
}
.stusent-image {
  width: 70px;
  display: inline-block;
  margin-right: 22px;
  height: 70px;
  border-radius: 100%;
  border: 3px solid #c7c5c5;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.student-details {
  display: inline-block;
  width: 80%;
  vertical-align: top;
}
.student-details-inr {
  padding: 0px 25px;
}
.student-details-header h4 {
  color: #3f4b6c;
  font-size: 24px;
  margin: 0px 0px 15px 0px;
  font-family: "MotivaSans-Bold";
}
.student-details-header p {
  color: #3f4b6c;
  line-height: 24px;
  font-family: "SofiaPro-Light";
  font-size: 16px;
  margin: 30px 0px 15px 0px;
}
.student-details-header ul li {
  color: #3f4b6c;
  line-height: 24px;
  font-family: "SofiaPro-Light";
  font-size: 16px;
  margin: 5px 0px 0px 0px;
}
.student-details-header span {
  color: #3f4b6c;
  line-height: 24px;
  font-family: "SofiaPro-Light";
  font-size: 16px;
  padding-bottom: 25px;
  margin-bottom: 0px;
  display: inline-block;
  border-bottom: 2px solid #c9c9c9;
  width: 100%;
}
p.quats:before,
p.quats:after {
  content: '"';
}
.student-details-header a {
  color: #3f4b6c;
  line-height: 22px;
  font-family: "SofiaPro-Light";
  font-size: 16px;
  font-weight: bold;
  margin: 0px 0px 0px 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 74%;
}
.student-details-header a:hover {
  border-bottom: 2px solid #3f4b6c;
  text-decoration: none;
}
/*  --- Students page End ---*/
/*  --- Contact page Start ---*/
.contact-us-section {
  padding: 25px 0px 50px 0px;
}
.contact-details {
  width: 50%;
  margin: 0 auto;
  display: flex;
}
.contact-details h4 {
  color: #3f4b6c;
  font-size: 24px;
  font-family: "SofiaPro-Bold";
  margin: 30px 0px 10px 0px;
}
.contact-details p a,
.contact-details p {
  color: #3f4b6c;
  line-height: 24px;
  font-family: "SofiaPro-Light";
  font-size: 16px;
  margin-top: 20px;
}
.phone-email {
  width: 50%;
  display: inline-block;
}
.add-hours {
  width: 50%;
  display: inline-block;
}
.get-in-touch-section {
  padding-bottom: 100px;
}
.get-in-touch {
  width: 100%;
  max-width: 1450px;
  margin: 0 auto;
  padding: 70px 10px 40px 10px;
  display: flex;
  justify-content: space-between;
}
.form-side {
  width: 50%;
  position: relative;
  background-color: #4a5e9c;
  padding: 30px 50px;
}
.form-side h4 {
  font-size: 32px;
  margin-bottom: 0px;
  font-family: "SofiaPro-Bold";
}
.form-side:after {
  content: "";
  position: absolute;
  top: 0;
  right: -80px;
  z-index: 10;
  border-left: 40px solid #4a5e9c;
  border-right: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-top: 40px solid #4a5e9c;
}
.map-side {
  width: 50%;
}
.form-side .contact-form input[type="submit"] {
  color: #fff !important;
  text-transform: uppercase;
  background-color: #3f4b6c;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px !important;
  font-family: "MotivaSans-Bold";
  display: inline-block;
  width: 220px !important;
  cursor: pointer;
  padding: 0px !important;
  border: 2px solid #3f4b6c !important;
}
.contact-form input[type="submit"]:hover {
  opacity: 0.8;
}
/*  --- Contact page End ---*/
/* --- FAQ page Start---*/
.faq-page-section {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 70px 10px 40px 10px;
  display: block;
}
.faq-page-section .faq-sec {
  margin-top: 70px;
}
.faq-page-section .faq-sec .faq li {
  padding: 20px 100px 20px 35px;
}
.faq-section-header h4 {
  color: #3f4b6c;
  font-size: 24px;
  margin-bottom: 10px;
  font-family: "SofiaPro-Bold";
  margin-top: 30px;
}
.faq-section-header p {
  color: #656d80;
  line-height: 24px;
  font-family: "SofiaPro-Light";
  font-size: 16px;
}
.faq-section {
  width: 100%;
  margin: 0 auto;
}
.faq-section .faq li.q {
  background: transparent;
  font-weight: bold;
  font-size: 18px;
  color: #3e4b6c;
  cursor: pointer;
  list-style: none;
  border: 3px solid #3e4b6d;
  position: relative;
  line-height: 26px;
  margin-top: -3px;
  margin-left: 0px;
  font-family: "MotivaSans-Bold";
}
.faq li.a {
  padding: 25px 50px;
}
.faq-section .faq li.a p {
  color: #484f6a;
  line-height: 24px;
  font-family: "SofiaPro-Light";
  font-size: 16px;
}
.faq-section .faq li.q .faq-icon {
  position: absolute;
  right: 40px;
  top: 29px;
}
/* --- FAQ page End---*/
.page-sect {
  display: block;
  font-family: "SofiaPro-Light";
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 70px 10px 40px 10px;
}
.page-sect h2 {
  color: #3f4b6c;
  font-size: 22px;
  font-family: "SofiaPro-Bold";
  text-align: center;
  margin-bottom: 30px;
}
.page-sect h3,
.page-sect h4 {
  color: #3f4b6c;
  font-size: 16px;
  font-family: "SofiaPro-Bold";
  margin: 35px 0px 0px 0px;
}
.page-sect p {
  color: #3f4b6c;
  line-height: 24px;
  font-family: "SofiaPro-Light";
  font-size: 16px;
  margin-top: 10px;
  position: relative;
}
.page-sect td {
  color: #3f4b6c;
  line-height: 24px;
  font-family: "SofiaPro-Light";
  font-size: 16px;
  margin-top: 10px;
  position: relative;
  /*padding: 0px 20px 25px 10px;*/
}
.page-sect ul li {
  list-style-type: square;
  margin-left: 20px;
}
.page-sect ul li {
  color: #3f4b6c;
  line-height: 24px;
  font-family: "SofiaPro-Light";
  font-size: 16px;
  padding-bottom: 10px;
}
.responsive-menu {
  display: none;
}
#gform_wrapper_2 {
  margin: 6px 0px !important;
  max-width: 100%;
}
.woocommerce .woocommerce-breadcrumb {
  display: none !important;
}
.page-header h1.page-title {
  color: #3f4b6c;
  font-size: 24px;
  font-family: "SofiaPro-Bold";
  margin: 0px;
}
.search-sect {
  display: flex;
  width: 100%;
  margin: 20px 0px;
}
.search-details {
  flex: 0 0 100%;
}
.search-details-header h4 {
  color: #3f4b6c;
  font-size: 24px;
  margin: 0px 0px 15px 0px;
  font-family: "MotivaSans-Bold";
}
.search-sect p {
  color: #3f4b6c;
  line-height: 24px;
  font-family: "SofiaPro-Light";
  font-size: 16px;
  margin-top: 10px;
}
.woocommerce #order_review {
  display: flex;
  flex-direction: column;
}
.woocommerce #order_review .shop_table {
  order: 9;
  margin-top: 3rem;
}
.woocommerce #order_review #payment {
  order: 10;
}
.woocommerce #order_review_heading {
  display: none;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background-color: #3f4b6c !important;
  color: #fff !important;
  font-weight: normal;
}
.cart_totals h2,
.woocommerce-order-details h2,
.woocommerce-customer-details h2,
.woocommerce h2 {
  text-align: left;
  margin-bottom: 20px;
}
.woocommerce table.shop_table td,
.woocommerce table.shop_table th {
  padding: 10px 12px;
  color: #3f4b6c;
}
.woocommerce-billing-fields h3 {
  margin-top: 0px;
  font-size: 18px;
  margin-bottom: 15px;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  padding: 10px 15px;
  border: 1px solid #d3ced2;
}
.woocommerce form .form-row span.optional {
  display: none;
}
#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
  list-style: none;
}
.woocommerce-checkout #payment .form-row {
  text-align: right;
}
.woocommerce-checkout #payment #place_order {
  float: none;
}
#aus_notice_field {
  display: none;
}
.woocommerce-customer-details address,
.woocommerce-MyAccount-content address {
  color: #484f6a;
  line-height: 24px;
  font-family: "SofiaPro-Light";
  font-size: 16px;
  margin-top: 10px;
}
.gform_confirmation_message {
  color: #fff;
}
.popup-open {
  overflow-x: visible;
}
.page-404 {
  margin: 80px 0px;
  display: inline-block;
  text-align: center;
  width: 100%;
}
.page-404 .wrapper-inner {
  margin: 0 auto;
  display: block;
}
.page-404 .section-heading {
  font-size: 60px;
  margin-bottom: 25px;
  text-align: center;
  display: inline-block;
  width: 100%;
}
.page-404 p {
  color: #484f6a;
  line-height: 24px;
  font-family: "SofiaPro-Light";
  font-size: 16px;
  margin-top: 10px;
  position: relative;
}
.not-btn {
  color: #3f4b6c !important;
  border: 3px solid #3f4b6c;
  line-height: 40px;
}

.enquiry-form input[type="text"],
.enquiry-form input[type="tel"],
.enquiry-form input[type="email"],
.enquiry-form select,
.enquiry-form textarea {
  width: 100% !important;
  display: inline-block;
  background: transparent;
  border: none;
  border-bottom: 1px solid #4b526c;
  margin-bottom: 0px;
  color: #4b526c;
  font-size: 16px !important;
  padding: 0px 0px 5px 0px;
  outline: none;
  font-family: "SofiaPro-Light" !important;
}
.enquiry-form .gform_wrapper .gfield_checkbox li label {
  color: #4b526c;
}
.enquiry-form select {
  padding: 0px 0px 10px 0px !important;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
.mc-field-group input {
  padding: 28px 0px 4px 0px !important;
}

dl {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 1rem;
  color: #3f4b6c;
}

dt {
  float: left;
  width: 30%;
  text-align: left;
  padding: 1em 0;
  clear: left;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  font-family: "SofiaPro-Bold";
}

dd {
  float: left;
  width: 60%;
  padding: 1em 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  font-family: "SofiaPro-Light";
}

dd:first-of-type,
dt:first-of-type {
  border: 0;
}

dl:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 500px) {
  dt,
  dd {
    width: 100%;
    float: none;
    margin: 0;
  }
}

.woocommerce-customer-details {
  display: none !important;
}

.woocommerce .woocommerce-customer-details address {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

/*.gform_wrapper textarea.large {
  height: 60px !important;
  overflow: auto;
}
.contact-form select option {
  background: #7198bf;
  outline: none;
}*/
.enquiry-form input[type="text"]::-webkit-input-placeholder,
.enquiry-form input[type="email"]::-webkit-input-placeholder,
.enquiry-form [type="tel"]::-webkit-input-placeholder,
.enquiry-form textarea::-webkit-input-placeholder {
  color: #3f4b6c;
}
.enquiry-form input[type="text"]::-moz-placeholder,
.enquiry-form input[type="email"]::-moz-placeholder,
.enquiry-form [type="tel"]::-moz-placeholder,
.enquiry-form textarea::-moz-placeholder {
  color: #3f4b6c;
}
.enquiry-form input[type="text"]:-ms-input-placeholder,
.enquiry-form input[type="email"]:-ms-input-placeholder,
.enquiry-form [type="tel"]:-ms-input-placeholder,
.enquiry-form textarea:-ms-input-placeholder {
  color: #3f4b6c;
}
.enquiry-form input[type="text"]:-moz-placeholder,
.enquiry-form input[type="email"]:-moz-placeholder,
.enquiry-form [type="tel"]:-moz-placeholder,
.enquiry-form textarea:-moz-placeholder {
  color: #3f4b6c;
}
.enquiry-form input[type="submit"] {
  color: #fff !important;
  text-transform: uppercase;
  background-color: #3f4b6c;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px !important;
  font-family: "MotivaSans-Bold";
  display: inline-block !important;
  width: 220px !important;
  cursor: pointer;
  border: 1px solid #3f4b6c !important;
  padding: 0px !important;
}
.enquiry-section {
  padding: 50px 0px;
}
.crs-enquiry-left {
  width: 48%;
}
.crs-enquiry-left .enquiry-form ul {
  list-style-type: square;
  margin-left: 20px;
}
.crs-enquiry-left .enquiry-form li {
  color: #3f4b6c;
  line-height: 24px;
  font-family: "SofiaPro-Light";
  font-size: 16px;
  padding-bottom: 10px;
}
.crs-enquiry-left h4,
.crs-enquiry-right h2 {
  color: #3f4b6c;
  font-size: 35px;
  line-height: 40px;
  margin-top: 0px;
}
.crs-enquiry-right {
  width: 48%;
  padding: 0px 50px;
}
.crs-enquiry-right h3 {
  color: #3f4b6c;
  margin: 15px 0px;
  font-size: 24px;
  font-weight: normal;
  margin-top: 22px;
  margin-bottom: 8px;
}
.crs-enquiry-right p {
  margin-top: 0px;
  margin-bottom: 30px;
}
.crs-enquiry-right h2 {
  margin-bottom: 50px;
}
.ginput_container_email label {
  display: none !important;
  margin: 0px !important;
}
.ginput_container_email {
  /* margin-top: 25px !important; */
}
.ginput_container_email span {
  min-height: 30px !important;
}
.woocommerce-checkout .col-1,
.woocommerce-checkout .col-2 {
  width: 100% !important;
}
.contact-form select {
  -webkit-appearance: none;
  border-radius: 0;
}
.payment_method_paypal img,
.payment_method_ezidebit img,
a.about_paypal {
  display: none;
}
#mce-success-response {
  color: #fff;
  margin-top: 1rem;
  font-family: "SofiaPro-Light";
}
.nrt {
  position: absolute;
  right: 1rem;
  bottom: 4rem;
  width: 4rem;
  opacity: 0.6;
}
.course-table .col-left h3 {
  position: relative;
}
.nrt_home {
  position: absolute;
  right: 3rem;
  top: 3rem;
}
.nrt_home img {
  width: 12rem;
}
.payment_method_ezidebit label:after {
  content: "";
  background: url(https://ilearn.thdi.net/wp-content/themes/ilearn/images/credit.png);
  padding: 0.2rem 4rem 0;
  margin-left: 1rem;
  background-size: contain;
  background-repeat: no-repeat;
}
.select2-container .select2-selection--single,
.select2-container .select2-selection--multiple {
  height: 36px !important;
  border-radius: 0px !important;
  border: 1px solid #d3ced2 !important;
  padding: 3px 5px 0px 5px !important;
}
.select2-container--default .select2-search--inline .select2-search__field {
  font-family: "SofiaPro-Light";
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background: none !important;
  border: none !important;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__clear {
  margin-top: 0 !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered,
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  line-height: 31px !important;
}
#customer_details .woocommerce-additional-fields {
  display: none;
}
.gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label {
  font-weight: normal !important;
}
.faq-tabs li {
  cursor: pointer;
}
.faq-tabs .tab-content {
  display: none;
  width: 100%;
}
.faq-tabs .tab-content.active {
  display: inherit;
}
.faq-tabs .tab-content .faq-sec {
  max-width: 1000px;
  margin: 50px auto 0px auto;
}
.staff-team-sect {
  margin-top: 40px;
}
.checkbox a,
.woocommerce form h3 a {
  color: #2d904f;
}

.woocommerce form h3 {
  margin-top: 40px !important;
}
.header-inner .cat-icons {
  display: none;
}
.variations td {
  font-weight: normal !important;
  color: #3f4b6c;
  line-height: 24px;
  font-family: "SofiaPro-Light";
  font-size: 16px;
  text-transform: inherit;
  width: auto;
  display: inline-block;
  margin-right: 10px;
}
.secure-seat .variations td {
  color: #fff;
}
.variations td.label label {
  display: inline-block;
}
.secure-seat td.label label {
  display: inline-block;
}
.variations td select {
  width: 100% !important;
  display: inline-block;
  background: transparent;
  border: 1px solid #3f4b6c;
  margin-bottom: 0px;
  color: #3f4b6c;
  font-size: 16px !important;
  outline: none;
  font-family: "SofiaPro-Light" !important;
  padding: 10px;
  margin-top: 20px;
}
.secure-seat td select {
  border: 1px solid #fff;
  color: #fff;
}
.secure-seat td select option {
  color: #3f4b6c;
}
.secure-seat .reset_variations {
  color: #fff;
}
.woocommerce-variation-price {
  font-size: 16px;
  color: #656d80;
}
.secure-seat .woocommerce-variation-price {
  font-size: 16px;
  color: #fff;
  margin-top: 20px;
}
.secure-seat p {
  color: #fff;
  font-size: 18px;
}
.enroll-btn-div .quantity .qty,
.secure-seat .quantity .qty {
  padding: 10px 5px;
  border: 1px solid #3f4b6c;
  display: none;
}
.enroll-btn-div .single_add_to_cart_button,
.secure-seat .single_add_to_cart_button {
  display: block !important;
  padding: 0px !important;
  line-height: 40px !important;
  height: 40px !important;
  width: 100% !important;
  margin-top: 20px !important;
  background-color: #01567f !important;
  border-radius: 0 !important;
}
.enroll-btn-div .single_add_to_cart_button:before,
.secure-seat .single_add_to_cart_button:before {
  content: url(../images/wight-book.svg);
  margin: 10px;
  vertical-align: -webkit-baseline-middle;
}
.course-cover-heading .brdr-btns {
  padding: 12px 10px 7px 10px;
  width: 200px;
}
.crs-dts-btn:before {
  content: url(../images/wight-book.svg);
  margin: 10px;
  vertical-align: -webkit-baseline-middle;
}
@media (min-width: 1024px) {
  .header-section.is-sticky {
    position: fixed;
    top: 0;
    z-index: 99999;
    width: 100%;
    /*-webkit-animation: smoothScroll 1s forwards;
    animation: smoothScroll 1s forwards;*/
  }
  /*@-webkit-keyframes smoothScroll {
    0% {
      -webkit-transform: translateY(-40px);
      transform: translateY(-40px);
    }
    100% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
    }
  }*/
}
@media (min-width: 1300px) {
  .single-product .cover-heading h1 {
    margin-top: 17px;
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 15px;
  }
}
@media (min-width: 767px) {
  .cources-details h6 {
    min-height: 67px;
  }
  .student-row {
    width: calc((100% - 30px) / 2);
  }
  .student-row:nth-child(2n) {
    margin-right: 0px;
  }
}
@media (max-width: 1400px) {
  .enquiry-table .contact-form-left {
    width: 46%;
  }
  .course-table .col-left .col-left-inner,
  .enquiry-table .col-left .col-left-inner {
    padding: 0px 50px;
  }
  .css-table .col-right .col-right-inner {
    padding: 0px 150px 0px 150px;
  }
  .our-staff-header {
    width: 75%;
  }
  .staff-heading li {
    margin-right: 40px;
  }
  .left-img-div {
    flex: 0 0 40%;
  }
  .right-content-div {
    flex: 0 0 60%;
  }
  .right-content-div .content-text {
    padding: 80px 100px;
  }
  .main-container {
    margin-right: 40px;
  }
  .testi-cont-sec,
  .student-details {
    width: 72%;
  }
  .testimonial-item {
    width: 44%;
  }
  .cources-div .courses-full ul li {
    width: 100% !important;
    padding: 0px;
  }
}
@media (max-width: 1200px) {
  .course-table .col-left {
    flex: 0 0 60%;
  }
  .course-table .col-right {
    flex: 0 0 40%;
  }
  .courses-full ul li {
    width: 100%;
    float: left;
    padding-right: 0px;
  }
  .courses-left ul li a,
  .courses-full ul li a {
    font-size: 16px;
  }
  .about-company-section-div {
    max-width: 80%;
  }
  .right-content-div .content-text {
    padding: 40px 50px;
  }
  .contact-details {
    width: 70%;
  }
  .form-side .contact-form-left {
    width: 100%;
  }
  /* .student-row {
    width: 90%;
  } */
  .main-container {
    width: 62%;
  }
  .sidebsar {
    width: 33%;
  }
}
@media (max-width: 1100px) {
  .banner-content {
    max-width: 75%;
  }
  .banner-content h3,
  .cover-heading h1 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 35px;
    width: 100%;
  }
  /* .cover-heading h1{
    margin-left: inherit;
  } */
  .nrt_home img {
    width: 8rem;
  }
  .css-table .col-left {
    display: none;
  }
  .css-table .col-right {
    flex: 0 0 100%;
    text-align: center;
    padding: 70px 0px;
    position: relative;
  }
  .css-table .col-right-inner .discover-more {
    margin: 20px 0px;
  }
  .css-table .col-right:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-top: 80px solid #7e2455;
    border-right: 80px solid #3f4b6c;
    width: 0;
  }
  .course-table .col-left {
    flex: 0 0 100%;
    padding: 80px 0px;
    position: relative;
  }
  .course-table .col-right {
    display: none;
  }
  .course-table .col-left:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-top: 80px solid #3f4b6c;
    border-right: 80px solid #f6f6f6;
    width: 0;
  }
  .testimonial-table {
    display: inline-block;
    width: 100%;
  }
  .testimonial-table .col-left {
    display: block;
  }
  .testimonial-table .col-left-inner {
    height: 100%;
    padding: 80px 86px;
    text-align: center;
    display: block;
  }
  .testimonial-table .col-right {
    width: 100%;
    text-align: center;
    display: block;
    padding: 80px 0px;
  }
  #testimonial-slider {
    width: 70%;
    position: relative;
  }
  .testimonial-table .col-right-inner .testimonial-inner {
    padding: 0px;
  }
  .testimonial-table .col-left-inner h2 {
    text-align: center;
  }
  .enquiry-table .col-right {
    display: none;
  }
  .enquiry-table .col-left {
    flex: 0 0 100%;
  }
  .testimonial-table .col-right-inner h2 {
    padding: 0px 22px;
    margin-bottom: 20px;
  }
  #testimonial-slider .owl-nav {
    color: #c8cbd3;
    font-size: 22px;
  }
  #testimonial-slider .owl-prev {
    left: -40px;
    position: absolute;
    top: 29%;
  }
  #testimonial-slider .owl-next {
    right: -40px;
    position: absolute;
    top: 29%;
  }
  .testimonial-cnt {
    margin-top: 30px;
  }
  .testimonial-table {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    box-orient: vertical;
  }
  .col-right {
    box-ordinal-group: 1;
  }
  .col-left {
    box-ordinal-group: 2;
  }
  .enquiry-table .col-left {
    padding: 75px 0px;
  }
  .testimonial-table .col-left:before {
    content: "";
    position: absolute;
    bottom: 0 !important;
    right: 0;
    border-top: 80px solid transparent;
    border-right: 80px solid #3f4b6c;
    width: 0px !important;
    background-color: transparent;
    height: inherit !important;
    top: auto;
  }
  .testimonial-table .col-right .col-right-inner {
    width: 100%;
    padding: 0px;
  }
  .grey-logos #logo-slider {
    display: block;
  }
  .grey-logos .desktop-view {
    display: none;
  }
  .grey-logos .item {
    vertical-align: middle;
    padding: 70px 0px;
    height: 80px;
  }
  .enquiry-table .contact-form-left {
    width: 48.2%;
  }
  .enquiry-table .contact-form-left:nth-child(2n) {
    margin-right: 0px;
    float: right;
  }
  .testimonial-table .col-left-inner .discover-more {
    display: block;
  }
  .staff-gallery {
    width: 95%;
  }
  .our-staff-header,
  .cources-div,
  .contact-details,
  .get-in-touch,
  .cources,
  .page-sect,
  .course-section {
    width: 90%;
  }
  .about-company-section-div,
  .faq-page-section {
    max-width: 90%;
  }
  .stusent-image {
    flex: 0 0 40%;
  }
  .testimonial-sec {
    width: calc(87.5% + 30px);
  }
  .right-content-div:before {
    content: none;
  }
  .testimonial-table .col-left-inner:before,
  .testimonial-table .col-left:after {
    content: none;
  }
}
@media (max-width: 1024px) {
  .desktop-menu {
    display: none;
  }
  nav.header-section.on {
    height: 100%;
    position: fixed;
    z-index: 999;
  }
  .top-section {
    display: none !important;
  }
  .responsive-menu {
    display: block;
    float: right;
    width: 40px;
    margin-top: 20px;
  }

  .header_logo {
    display: inline-block;
    width: 50%;
  }
  .header_logo img {
    max-width: 100%;
  }
  .one,
  .two,
  .three {
    width: 100%;
    height: 5px;
    background: #8a1757;
    margin: 6px auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-duration: 0.3s;
  }
  .nav {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 4em auto 1.7em auto;
    text-align: center;
  }
  .menu-toggle {
    width: 40px;
    height: 28px;
    cursor: pointer;
  }
  .nav.hidden {
    display: none;
  }
  .nav > li {
    float: none !important;
    z-index: 9;
  }
  .nav li a {
    transition-duration: 0.5s;
    text-decoration: none;
    color: #3f4b6c;
    font-size: 15px;
    padding: 20px 0px;
  }
  .menu-section.on {
    z-index: 10;
    width: 100%;
    height: 100%;
    display: block;
    background-color: #f2f2f2;
    position: absolute;
    left: 0;
    top: 0px;
    margin: 0px;
    text-align: center;
    overflow: scroll;
  }
  .menu-toggle.on .one {
    -webkit-transform: rotate(45deg) translate(7px, 7px);
    transform: rotate(45deg) translate(7px, 7px);
  }
  .menu-toggle.on .three {
    -webkit-transform: rotate(-45deg) translate(8px, -10px);
    transform: rotate(-45deg) translate(8px, -10px);
  }
  .menu-toggle.on .two {
    opacity: 0;
  }
  a.btn.btn-white-outline {
    width: 30% !important;
    margin: 15px auto;
  }
  .mob-call-us {
    background-color: #8a1757;
    padding: 12px 20px 12px 20px;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 15px;
    color: #fff !important;
    letter-spacing: 1px;
    font-family: "SofiaPro-SemiBold";
    vertical-align: bottom;
  }
  .mob-call-us .fa-phone {
    margin-right: 5px;
  }
  .menu-toggle.on {
    top: 60px;
    position: absolute;
    right: 20px;
  }
  .mob-call-us,
  .mob-btm-sect {
    display: none;
  }
  .menu-section.responsive-menu.on .mob-call-us,
  .menu-section.responsive-menu.on .mob-btm-sect {
    display: block;
    width: auto;
  }
  .mob-btm-sect .fa-user-circle,
  .mob-btm-sect .fa-shopping-cart {
    margin-right: 6px;
    vertical-align: initial;
    font-size: 15px;
  }
  .mob-btm-sect a {
    text-transform: uppercase;
    color: #404b6a;
    font-size: 15px;
    font-family: "MotivaSans-Bold";
    display: inline-block;
    width: 100%;
    padding: 20px 0px 15px 0px !important;
  }
  .mobile-srch-sct {
    width: 260px;
    position: relative;
    margin: 25px auto;
  }
  .mob-btm-sect .search-field {
    width: 218px;
    background: #fff;
    border: 1px solid #fff;
    padding: 12px 20px 10px 52px;
    font-size: 13px;
    text-transform: uppercase;
    color: #b2b2b2;
    font-weight: bold;
    outline: none;
  }
  .mobile-srch-sct input[type="submit"] {
    background: url(../images/search-icon.svg);
    width: 14px;
    height: 14px;
    border: none;
    color: #404b6a;
    position: absolute;
    top: 13px;
    left: 36px;
    font-size: 0px;
    border-right: 1px solid #b2b2b2;
    padding-right: 20px;
    background-repeat: no-repeat;
  }
  .duration-ammount {
    float: left;
    width: calc(100% - 60px);
    margin: 20px 0px 30px 0px;
    padding: 20px 30px;
  }
  .left-img-div:after,
  .left-img-div:before {
    content: none;
  }
  .popup-open .popup {
    overflow-x: hidden;
    overflow-y: auto;
  }
  .popup-inner {
    max-width: 90%;
  }
  table {
    border-collapse: inherit !important;
  }
  .students-sect-main {
    width: 95%;
  }
  .header-inner .cat-icons {
    float: right;
    margin-top: 25px;
    margin-left: 20px;
    display: block;
  }
  .banner-content h3,
  .banner-content h4 {
    line-height: 60px;
  }
}
@media (max-width: 992px) {
  .footer-iner {
    max-width: 90%;
  }
  .company-mission,
  .commitment {
    width: 100%;
    margin-right: 0px;
  }
  .flex-div {
    display: inherit;
  }
  .left-img-div {
    display: block;
    flex: inherit;
    width: 100%;
    height: 300px;
  }
  .right-content-div {
    width: 100%;
    text-align: center;
    display: block;
    padding: 0px;
    flex: inherit;
  }
  .staff-heading li {
    width: 100%;
    margin-right: 0px;
  }
  .get-in-touch {
    display: block;
  }
  .form-side {
    display: block;
    width: auto;
  }
  .map-side {
    width: 100%;
    margin-top: 50px;
    display: inline-block;
  }
  .form-side:after {
    content: none;
  }
  .staff-team-sect .staff-card {
    width: calc(50% - 30px);
  }
  .cources-section .courses-card {
    width: calc(51% - 40px);
  }
  .courses-card:nth-child(2n) {
    margin-right: 0px;
  }
  .courses-card:nth-child(3n) {
    margin: 0px 20px 40px 20px;
  }
  .faq-page-section {
    max-width: 100%;
  }
  .faq-section-header {
    padding: 0px 30px;
  }
  .faq-section-header h4 {
    margin-top: 0px;
  }
  .faq-page-section .faq-sec .faq li {
    padding: 20px 70px 20px 25px;
  }
  .faq li.a {
    width: auto;
    padding: 25px;
  }
  .student-details-inr {
    padding: 0px 26px;
  }
  .course-section {
    width: 100%;
    margin: 0px 0px 30px 0px;
  }
  .sidebsar {
    width: 100%;
  }
  .main-container {
    width: 90%;
    margin: 30px auto 0;
    display: block;
  }
  .free-info-pack {
    margin-top: 0px;
  }
  /* .secure-seat {
    display: none;
  } */

  .sidebsar {
    display: block;
    float: none;
  }
  .cource-section-header,
  .main-container p,
  .main-container ul {
    padding: 0px 30px;
  }
  .duration-ammount {
    text-align: center;
  }
  .duration-ammount p {
    padding: 0px;
  }
  .main-container .faq {
    padding: 0px;
  }
  .testimonial-sec {
    width: 100%;
    margin: 0 auto;
  }
  .testimonial-body {
    display: block;
    width: 90%;
    margin: 40px auto;
  }
  .testimonial-item {
    display: block;
    margin: 0px 0px 30px 0px;
    width: 100%;
  }
  .enroll-btn-div .info-form-btn {
    margin: 0 auto;
  }
  .single-courses {
    width: 100% !important;
  }
  .courses-sec-body {
    width: 100%;
    margin: 40px auto;
    display: block;
  }
  .single-courses .courses-sec-body {
    width: 90%;
    margin: 40px auto;
    display: block;
  }
  .single-courses .courses-sec-body .courses-card {
    margin: 0px;
  }
  .testimonial-sec .desktop-section {
    display: none;
  }
  .testimonial-sec .mobile-section {
    display: block;
  }
  .testi-cont-sec {
    width: 70%;
  }
  #testimonials-slider .owl-nav {
    color: #c8cbd3;
    font-size: 22px;
  }
  #testimonials-slider .owl-prev {
    left: -30px;
    position: absolute;
    top: 35%;
  }
  #testimonials-slider .owl-next {
    right: -30px;
    position: absolute;
    top: 35%;
  }
  .modal-inner {
    width: 100%;
    margin: 0px 0px 30px 0px;
  }
  .modal-content {
    width: 100%;
    padding: 0px;
  }
  .popup-inner {
    max-width: 600px;
    display: block;
  }
  .crs-enquiry-left {
    width: 100%;
  }
  .crs-enquiry-right {
    width: 100%;
    padding: 0px;
    margin-top: 50px;
  }
  .student-details-header a {
    width: 70%;
  }
  .student-details {
    width: 68%;
  }
  .faq li.a p {
    padding: 0px;
  }
}
@media (max-width: 767px) {
  .course-table .col-left .col-left-inner,
  .enquiry-table .col-left .col-left-inner {
    padding: 0px 40px;
  }
  .course-table .courses-left,
  .full-cources-section .courses-left {
    width: 100%;
    margin-right: 0px;
  }
  .contact-form-left {
    width: 100%;
    margin: 0px;
  }
  .css-table .col-right .col-right-inner {
    padding: 0px 120px 0px 120px;
  }
  .students-sect-main {
    width: 80%;
  }

  .course-cover-heading {
    text-align: left;
    padding: 0px 40px;
  }
  .nrt_home img {
    width: 5rem;
  }
  .testimonial-body {
    width: 85%;
  }
  .testi-cont-sec {
    width: 63%;
    vertical-align: top;
  }
  .popup-inner {
    max-width: inherit;
    display: block;
    padding: 60px 30px;
    margin: 10px;
    width: auto;
    margin: auto;
  }
  .student-row {
    width: 100%;
    margin-right: 0px;
  }
  .student-details {
    width: 75%;
  }
  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last,
  .woocommerce-page form .form-row-first,
  .woocommerce-page form .form-row-last,
  .select2-container {
    width: 100% !important;
  }
  .woocommerce form .form-row {
    padding: 0px !important;
    margin-bottom: 10px !important;
  }
  #customer_details h3.form-row {
    padding: 10px 0 0 0 !important;
  }
  .testimonial-item {
    text-align: center;
    margin-bottom: 5px;
  }
  .testi-cont-sec {
    width: 100%;
  }
  .testi-img-sec {
    margin-right: 0px;
  }
}
@media screen and (max-width: 600px) {
  .faq li.a table thead,
  .page-sect table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .faq li.a table tr,
  .page-sect table tr {
    border-bottom: 2px solid #ddd;
    display: block;
    margin-bottom: 35px;
  }

  .faq li.a table td,
  .page-sect table td {
    border-bottom: 1px solid #ddd;
    display: block;
    text-align: right;
    width: auto;
    max-width: inherit;
  }
  .faq li.a table td::before,
  .page-sect table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-align: left;
  }
  .faq li.a table td:last-child,
  .page-sect table td:last-child {
    border-bottom: 0;
  }
  .page-sect table tr:first-of-type td,
  .faq table tr:first-of-type td {
    background: #d6dbde !important;
    color: #484f6a !important;
  }
  .page-sect table tr td:nth-child(2),
  .faq table tr td:nth-child(2) {
    background: #f1f2f3 !important;
    color: #484f6a !important;
  }
  .page-sect table tr td:nth-child(3),
  .faq table tr td:nth-child(3) {
    background: #fff !important;
    color: #484f6a !important;
  }
  .page-sect table tr td,
  .faq table tr td {
    padding-left: 0px;
    margin-top: 0px;
  }
  .page-sect table tr td::before,
  .faq table tr td::before {
    background: #8a1757 !important;
    color: #fff;
    padding: 8px 15px 4px 15px;
    margin-top: -10px;
  }
}
@media (max-width: 639px) {
  .footer-right ul li {
    display: inline-block;
    float: none;
  }
  .footer-bottom-sct {
    border-top: 1px solid #979797;
    margin-top: 50px;
  }
  .footer-section {
    padding: 60px 0px 20px 0px;
    text-align: center;
  }
  .footer-left {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .footer-middle-sect {
    width: 100%;
  }
  .footer-right {
    width: 100%;
    margin-top: 30px;
    text-align: center;
  }
  .footer-btm-left {
    width: 100%;
  }
  .footer-btm-left p {
    max-width: 100%;
  }
  .header_logo {
    display: inline-block;
    width: 200px;
  }
  .header_logo img {
    max-width: 100%;
  }
  .responsive-menu {
    margin-top: 10px;
  }
  .home-logos li {
    width: 33.33%;
  }
  .right-content-div .content-text {
    padding: 40px 20px;
  }
  .content-text h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .cources-section .courses-card {
    width: 100%;
    margin: 0px 0px 40px 0px;
  }
  .staff-team-sect .staff-card {
    width: 100%;
    margin: 0px 0px 40px 0px;
  }
  .courses-sec-body {
    width: 100%;
  }
  .single-courses .courses-sec-body {
    width: 85%;
  }
  .single-courses .courses-card {
    margin: 0px;
  }
  .student-details {
    width: 72%;
  }
  .enroll-btn-div .single_add_to_cart_button,
  .secure-seat .single_add_to_cart_button {
    width: 100% !important;
  }
}
@media (max-width: 479px) {
  .home-logos li {
    width: 33.33%;
  }
  .css-table .col-right .col-right-inner {
    padding: 0px 20px 0px 20px;
  }
  .about-company-section-div {
    width: 90%;
    margin: 20px auto;
    display: block;
  }
  .company-mission {
    width: 100%;
  }
  .commitment {
    width: 100%;
  }
  .our-staff-header {
    width: 90%;
  }
  .our-staff-content {
    display: block;
  }
  .left-side-content {
    width: 100%;
  }
  .right-side-content {
    width: 100%;
  }
  .staff-card {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .full-cources-section .courses-left {
    width: 100% !important;
    margin-right: 0px;
  }
  .cources-div {
    width: 90%;
  }
  .testimonial-body {
    display: inline-block;
  }
  .testimonial-item {
    width: 100%;
  }
  .contact-details {
    width: 90%;
    display: block;
    text-align: center;
  }
  .phone-email {
    width: 100%;
  }
  .add-hours {
    width: 100%;
  }

  .home-banner {
    height: 600px;
  }
  .enrolnow,
  .crs-btn {
    margin: 15px 0px;
  }
  .header-inner .cat-icons {
    float: right;
    margin-top: 18px;
    margin-left: 20px;
  }
  .testimonial-table .col-left {
    background-position: center center !important;
  }
  .right-content-div .content-text {
    padding: 40px 20px;
  }
  .content-text h2 {
    font-size: 24px;
    line-height: 34px;
  }
  .testi-cont-sec {
    vertical-align: top;
  }
  .cover-heading h1 {
    font-size: 35px;
    line-height: 40px;
  }
  .cources-sec-header span {
    padding: 10px 14px 4px 14px;
  }
  .enroll-btn-div .info-form-btn {
    margin: 0 auto;
  }
  .testimonial-body {
    width: 75%;
  }
  #testimonial-slider .owl-prev,
  #testimonial-slider .owl-next {
    top: 19%;
  }
  .testimonial-cnt .cnt-right h3 {
    text-align: center;
  }
  .enquiry-table .col-left .col-left-inner h3 {
    font-size: 34px;
  }
  .testimonial-cnt .cnt-left {
    display: block;
    max-width: 56px;
    margin: 0 auto 15px auto;
    width: inherit;
    height: inherit;
  }
  .modal-image {
    height: 190px;
  }
  /* table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 25px;
    margin-bottom: 25px;
  } */
  .duration-ammount {
    padding: 20px 10px;
    width: 94%;
  }
  .duration-ammount table {
    overflow-x: inherit;
    white-space: inherit;
    table-layout: inherit;
    display: contents;
  }
  .faq li.a {
    width: 88%;
    padding: 10px 20px;
  }
  .faq li.a ul,
  .faq li.a ol {
    padding: 0px;
    margin-left: 0px;
  }
  .faq li.a p {
    padding: 0px;
  }
  .faq li.a li {
    width: 100%;
    margin-left: 0px;
  }
  /* table::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 12px !important;
  }

  table::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3) !important;
    -webkit-border-radius: 10px !important;
    border-radius: 10px !important;
  }

  table::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px !important;
    border-radius: 10px !important;
    background: #41617D !important;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5) !important;
  }
  table::-webkit-scrollbar-thumb:window-inactive {
    background: #41617D !important;
  } */
  .students-sect-main {
    width: 90%;
  }
  .student-details-header a {
    width: 68%;
  }
  .student-details {
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  .stusent-image {
    display: block;
    margin: 0 auto;
  }
}
@media (max-width: 359px) {
  .banner-content {
    max-width: 86%;
  }
  .student-details-header a {
    width: 66%;
  }
  .header_logo {
    display: inline-block;
    width: 170px;
  }
}

/******
font-family: 'Montserrat', sans-serif;
font-family: 'Lato', sans-serif;
*******/

/* Alex updates */
#customer_details h3.form-row {
  margin: 0 !important;
  padding: 1.5rem 0 1rem;
  font-size: 16px;
  line-height: 1.4;
}

#customer_details h3 small {
  font-weight: lighter !important;
  font-size: 14px;
  display: block;
  line-height: 1.4;
  padding-top: 1rem;
  font-family: "SofiaPro-Light", sans-serif;
}

#customer_details h3 strong {
  font-size: 20px;
}

#customer_details #aus_notice_field {
  margin: 0;
  padding: 0;
}

/* Special Offer */
.special-offer--container {
  position: absolute;
  top: 20px;
  left: 20px;
}

.special-offer--container.single-course {
  position: relative;
  top: inherit;
  left: inherit;
}

.special-offer--container .special {
  display: inline-block;
  margin: 0;
  border: solid 2px white;
  padding: 7px 10px;
  color: white;
  background-color: #4a5e9c;
  line-height: 1;
  font-family: "MotivaSans-Bold";
  font-size: 13px;
  letter-spacing: 1px;
}

.special-offer--container.single-course .special {
  padding: 7px 10px;
  font-size: 13px;
  margin: 0 1rem;
  top: inherit;
  left: inherit;
}

.flex-container-single {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
